From a264e41a08c1c047cd56fb3822deed94b8168404 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 4 Jul 2024 21:19:01 +0000 Subject: [PATCH] Updated MapLibre maps 2024-07-04 UTC --- demos/_template.html | 2 +- demos/chlor_a.html | 2 +- demos/guam.html | 2 +- demos/hyperloop.html | 2 +- demos/nyc.html | 2 +- demos/st_helen.html | 2 +- demos/video.html | 2 +- index.html | 2 +- maplibre/3d_buildings.html | 2 +- maplibre/3d_terrain_1.html | 2 +- maplibre/_template.html | 2 +- maplibre/add_3d_buildings.html | 2 +- maplibre/add_colorbar.html | 2 +- maplibre/add_colorbar_1.html | 2 +- maplibre/add_colorbar_2.html | 2 +- maplibre/add_image.html | 2 +- maplibre/add_image_generated.html | 2 +- maplibre/add_text.html | 2 +- maplibre/animate_a_line.html | 2 +- maplibre/animate_camera_around_point.html | 2 +- maplibre/animate_images.html | 2 +- maplibre/animate_point_along_line.html | 2 +- maplibre/animate_point_along_route.html | 2 +- maplibre/attribution_position.html | 2 +- maplibre/basemaps.html | 2 +- maplibre/basemaps_1.html | 2 +- maplibre/basemaps_2.html | 34 +++++++++++++++++++ maplibre/center_on_symbol.html | 2 +- maplibre/change_building_color.html | 2 +- maplibre/change_case_of_labels.html | 2 +- maplibre/cloud_optimized_geotiff.html | 2 +- maplibre/cloud_optimized_geotiff_1.html | 2 +- maplibre/cluster.html | 2 +- maplibre/color_switcher.html | 2 +- maplibre/custom_marker.html | 2 +- maplibre/data_driven_lines.html | 2 +- maplibre/disable_scroll_zoom.html | 2 +- maplibre/display_rich_text.html | 2 +- maplibre/drag_a_marker.html | 2 +- maplibre/fallback_image.html | 2 +- maplibre/fill_pattern.html | 2 +- maplibre/fit_bounds.html | 2 +- maplibre/fly_to.html | 2 +- maplibre/fly_to_options.html | 2 +- maplibre/fullscreen.html | 2 +- maplibre/geojson_layer_in_stack.html | 2 +- maplibre/geojson_line.html | 2 +- maplibre/geojson_polygon.html | 2 +- maplibre/geojson_polygon_1.html | 2 +- maplibre/geopandas.html | 2 +- maplibre/google_earth_engine.html | 2 +- maplibre/google_earth_engine_1.html | 2 +- maplibre/heatmap_layer.html | 2 +- maplibre/index.html | 1 + maplibre/interactive_false.html | 2 +- maplibre/jump_to.html | 2 +- maplibre/language_switch.html | 2 +- maplibre/layer_control.html | 2 +- maplibre/line_gradient.html | 2 +- maplibre/live_geojson.html | 2 +- maplibre/live_update_feature.html | 2 +- maplibre/local_raster.html | 2 +- maplibre/local_raster_1.html | 2 +- maplibre/locate_user.html | 2 +- maplibre/maptiler_styles.html | 2 +- maplibre/maptiler_styles_1.html | 2 +- maplibre/maptiler_styles_2.html | 2 +- maplibre/mouse_position.html | 2 +- maplibre/multiple_geometries.html | 2 +- maplibre/navigation.html | 2 +- maplibre/restrict_bounds.html | 2 +- maplibre/satellite_map.html | 2 +- maplibre/set_pitch_bearing.html | 2 +- maplibre/stac.html | 2 +- maplibre/stac_1.html | 2 +- maplibre/variable_label_placement.html | 2 +- maplibre/variable_offset_label_placement.html | 2 +- maplibre/vector_tile.html | 2 +- maplibre/video_on_a_map.html | 2 +- maplibre/visualize_population_density.html | 2 +- maplibre/wms_source.html | 2 +- maplibre/zoom_to_linestring.html | 2 +- 82 files changed, 115 insertions(+), 80 deletions(-) create mode 100644 maplibre/basemaps_2.html diff --git a/demos/_template.html b/demos/_template.html index 21fe19f..6942343 100644 --- a/demos/_template.html +++ b/demos/_template.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/demos/chlor_a.html b/demos/chlor_a.html index 51ca611..fe23526 100644 --- a/demos/chlor_a.html +++ b/demos/chlor_a.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["satellite", "Chlorophyll-a"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]], ["addLayer", [{"id": "Chlorophyll-a", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=jet&vmin=0&vmax=20&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fpace-data%2Freleases%2Fdownload%2Fchla%2Flatest.tif&bidx=1&rescale=-1.458062767982483%2C0.5182958245277405"], "type": "raster"}}, null]], ["setLayoutProperty", ["Chlorophyll-a", "visibility", "visible"]], ["setPaintProperty", ["Chlorophyll-a", "raster-opacity", 1.0]], ["fitBounds", [[[-179.9999969495141, -90.00000457806081], [180.00001220830316, 89.99999694866628]]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["satellite", "Chlorophyll-a"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]], ["addLayer", [{"id": "Chlorophyll-a", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=jet&vmin=0&vmax=20&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fpace-data%2Freleases%2Fdownload%2Fchla%2Flatest.tif&bidx=1&rescale=-1.458062767982483%2C0.5182958245277405"], "type": "raster"}}, null]], ["setLayoutProperty", ["Chlorophyll-a", "visibility", "visible"]], ["setPaintProperty", ["Chlorophyll-a", "raster-opacity", 1.0]], ["fitBounds", [[[-179.9999969495141, -90.00000457806081], [180.00001220830316, 89.99999694866628]]]]]}; pymaplibregl(data); })(); diff --git a/demos/guam.html b/demos/guam.html index 695bf2d..135955b 100644 --- a/demos/guam.html +++ b/demos/guam.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 30, "center": [144.716726, 13.37093], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 10.5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "ESA/WorldCover/v200", "type": "raster", "source": {"attribution": "Google Earth Engine", "tileSize": 256, "tiles": ["https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/45126b69c28e502ee06aef6ec5300b59-efa807bd50478235b40654f65b3c136b/tiles/{z}/{x}/{y}"], "type": "raster"}}, null]], ["setLayoutProperty", ["ESA/WorldCover/v200", "visibility", "visible"]], ["setPaintProperty", ["ESA/WorldCover/v200", "raster-opacity", 0.5]], ["addControl", ["InfoBoxControl", {"content": "\n\n
\n
ESA Landcover
\n
\n
    \n
  • 10 Trees
  • \n
  • 20 Shrubland
  • \n
  • 30 Grassland
  • \n
  • 40 Cropland
  • \n
  • 50 Built-up
  • \n
  • 60 Barren / sparse vegetation
  • \n
  • 70 Snow and ice
  • \n
  • 80 Open water
  • \n
  • 90 Herbaceous wetland
  • \n
  • 95 Mangroves
  • \n
  • 100 Moss and lichen
  • \n
\n
\n
\n\n \n\n\n", "cssText": "font-size: 15px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=YOUR-API-KEY-PUBLIC", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["ESA/WorldCover/v200", "3d-buildings"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; + var data = {"mapOptions": {"bearing": 30, "center": [144.716726, 13.37093], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 10.5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "ESA/WorldCover/v200", "type": "raster", "source": {"attribution": "Google Earth Engine", "tileSize": 256, "tiles": ["https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/45126b69c28e502ee06aef6ec5300b59-efa807bd50478235b40654f65b3c136b/tiles/{z}/{x}/{y}"], "type": "raster"}}, null]], ["setLayoutProperty", ["ESA/WorldCover/v200", "visibility", "visible"]], ["setPaintProperty", ["ESA/WorldCover/v200", "raster-opacity", 0.5]], ["addControl", ["InfoBoxControl", {"content": "\n\n
\n
ESA Landcover
\n
\n
    \n
  • 10 Trees
  • \n
  • 20 Shrubland
  • \n
  • 30 Grassland
  • \n
  • 40 Cropland
  • \n
  • 50 Built-up
  • \n
  • 60 Barren / sparse vegetation
  • \n
  • 70 Snow and ice
  • \n
  • 80 Open water
  • \n
  • 90 Herbaceous wetland
  • \n
  • 95 Mangroves
  • \n
  • 100 Moss and lichen
  • \n
\n
\n
\n\n \n\n\n", "cssText": "font-size: 15px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["ESA/WorldCover/v200", "3d-buildings"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; pymaplibregl(data); })(); diff --git a/demos/hyperloop.html b/demos/hyperloop.html index 07c161d..95f8fd0 100644 --- a/demos/hyperloop.html +++ b/demos/hyperloop.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 50, "center": [114.16204636, 22.3053044], "pitch": 45, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 15.7, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Google Satellite", "type": "raster", "source": {"attribution": "Google", "maxzoom": 30, "minzoom": 0, "tileSize": 256, "tiles": ["https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}&key=YOUR-API-KEY"], "type": "raster"}}, null]], ["setPaintProperty", ["Google Satellite", "raster-opacity", 1.0]], ["setLayoutProperty", ["Google Satellite", "visibility", "none"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=YOUR-API-KEY-PUBLIC", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "Hong Kong!\ud83e\udda5", "cssText": "font-size: 34px; color: black;\n font-weight: normal; padding: 20px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: transparent; border-radius: 5px; box-shadow: none;"}, "bottom-left"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["Google Satellite", "3d-buildings"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; + var data = {"mapOptions": {"bearing": 50, "center": [114.16204636, 22.3053044], "pitch": 45, "style": "https://api.maptiler.com/maps/basic-v2/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 15.7, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Google Satellite", "type": "raster", "source": {"attribution": "Google", "maxzoom": 30, "minzoom": 0, "tileSize": 256, "tiles": ["https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}&key=YOUR-API-KEY"], "type": "raster"}}, null]], ["setPaintProperty", ["Google Satellite", "raster-opacity", 1.0]], ["setLayoutProperty", ["Google Satellite", "visibility", "none"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "Hong Kong!\ud83e\udda5", "cssText": "font-size: 34px; color: black;\n font-weight: normal; padding: 20px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: transparent; border-radius: 5px; box-shadow: none;"}, "bottom-left"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["Google Satellite", "3d-buildings"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; pymaplibregl(data); })(); diff --git a/demos/nyc.html b/demos/nyc.html index fe485ac..6419315 100644 --- a/demos/nyc.html +++ b/demos/nyc.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 30, "center": [-74.012998, 40.70414], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 15.6, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "ESA/WorldCover/v200", "type": "raster", "source": {"attribution": "Google Earth Engine", "tileSize": 256, "tiles": ["https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/45126b69c28e502ee06aef6ec5300b59-efa807bd50478235b40654f65b3c136b/tiles/{z}/{x}/{y}"], "type": "raster"}}, null]], ["setLayoutProperty", ["ESA/WorldCover/v200", "visibility", "visible"]], ["setPaintProperty", ["ESA/WorldCover/v200", "raster-opacity", 0.5]], ["addControl", ["InfoBoxControl", {"content": "\n\n
\n
ESA Landcover
\n
\n
    \n
  • 10 Trees
  • \n
  • 20 Shrubland
  • \n
  • 30 Grassland
  • \n
  • 40 Cropland
  • \n
  • 50 Built-up
  • \n
  • 60 Barren / sparse vegetation
  • \n
  • 70 Snow and ice
  • \n
  • 80 Open water
  • \n
  • 90 Herbaceous wetland
  • \n
  • 95 Mangroves
  • \n
  • 100 Moss and lichen
  • \n
\n
\n
\n\n \n\n\n", "cssText": "font-size: 15px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=YOUR-API-KEY-PUBLIC", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["ESA/WorldCover/v200", "3d-buildings"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; + var data = {"mapOptions": {"bearing": 30, "center": [-74.012998, 40.70414], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 15.6, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "ESA/WorldCover/v200", "type": "raster", "source": {"attribution": "Google Earth Engine", "tileSize": 256, "tiles": ["https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/45126b69c28e502ee06aef6ec5300b59-efa807bd50478235b40654f65b3c136b/tiles/{z}/{x}/{y}"], "type": "raster"}}, null]], ["setLayoutProperty", ["ESA/WorldCover/v200", "visibility", "visible"]], ["setPaintProperty", ["ESA/WorldCover/v200", "raster-opacity", 0.5]], ["addControl", ["InfoBoxControl", {"content": "\n\n
\n
ESA Landcover
\n
\n
    \n
  • 10 Trees
  • \n
  • 20 Shrubland
  • \n
  • 30 Grassland
  • \n
  • 40 Cropland
  • \n
  • 50 Built-up
  • \n
  • 60 Barren / sparse vegetation
  • \n
  • 70 Snow and ice
  • \n
  • 80 Open water
  • \n
  • 90 Herbaceous wetland
  • \n
  • 95 Mangroves
  • \n
  • 100 Moss and lichen
  • \n
\n
\n
\n\n \n\n\n", "cssText": "font-size: 15px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["ESA/WorldCover/v200", "3d-buildings"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; pymaplibregl(data); })(); diff --git a/demos/st_helen.html b/demos/st_helen.html index 862748a..30b3c86 100644 --- a/demos/st_helen.html +++ b/demos/st_helen.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 150, "center": [-122.19861, 46.21168], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 150, "center": [-122.19861, 46.21168], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/demos/video.html b/demos/video.html index 128a062..90c10cd 100644 --- a/demos/video.html +++ b/demos/video.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": -96, "center": [-122.514426, 37.562984], "pitch": 0, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "url": "https://api.maptiler.com/tiles/satellite/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "video": {"type": "video", "urls": ["https://static-assets.mapbox.com/mapbox-gl-js/drone.mp4", "https://static-assets.mapbox.com/mapbox-gl-js/drone.webm"], "coordinates": [[-122.51596391201019, 37.56238816766053], [-122.51467645168304, 37.56410183312965], [-122.51309394836426, 37.563391708549425], [-122.51423120498657, 37.56161849366671]]}}, "layers": [{"id": "background", "type": "background", "paint": {"background-color": "rgb(4,7,14)"}}, {"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "video", "type": "raster", "source": "video"}]}, "zoom": 17, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": -96, "center": [-122.514426, 37.562984], "pitch": 0, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "url": "https://api.maptiler.com/tiles/satellite/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "video": {"type": "video", "urls": ["https://static-assets.mapbox.com/mapbox-gl-js/drone.mp4", "https://static-assets.mapbox.com/mapbox-gl-js/drone.webm"], "coordinates": [[-122.51596391201019, 37.56238816766053], [-122.51467645168304, 37.56410183312965], [-122.51309394836426, 37.563391708549425], [-122.51423120498657, 37.56161849366671]]}}, "layers": [{"id": "background", "type": "background", "paint": {"background-color": "rgb(4,7,14)"}}, {"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "video", "type": "raster", "source": "video"}]}, "zoom": 17, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/index.html b/index.html index bba85ef..155273a 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@

Directory Listing

diff --git a/maplibre/3d_buildings.html b/maplibre/3d_buildings.html index fac7bec..744970b 100644 --- a/maplibre/3d_buildings.html +++ b/maplibre/3d_buildings.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": -17, "center": [-74.0066, 40.7135], "pitch": 45, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 16, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=YOUR-API-KEY-PUBLIC", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]]]}; + var data = {"mapOptions": {"bearing": -17, "center": [-74.0066, 40.7135], "pitch": 45, "style": "https://api.maptiler.com/maps/basic-v2/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 16, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/3d_terrain_1.html b/maplibre/3d_terrain_1.html index 862748a..30b3c86 100644 --- a/maplibre/3d_terrain_1.html +++ b/maplibre/3d_terrain_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 150, "center": [-122.19861, 46.21168], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 150, "center": [-122.19861, 46.21168], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/_template.html b/maplibre/_template.html index 21fe19f..6942343 100644 --- a/maplibre/_template.html +++ b/maplibre/_template.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/add_3d_buildings.html b/maplibre/add_3d_buildings.html index e7bb80b..9d2560d 100644 --- a/maplibre/add_3d_buildings.html +++ b/maplibre/add_3d_buildings.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 50, "center": [114.16204636, 22.3053044], "pitch": 45, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 15.7, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Google Satellite", "type": "raster", "source": {"attribution": "Google", "maxzoom": 30, "minzoom": 0, "tileSize": 256, "tiles": ["https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}&key=YOUR-API-KEY"], "type": "raster"}}, null]], ["setPaintProperty", ["Google Satellite", "raster-opacity", 1.0]], ["setLayoutProperty", ["Google Satellite", "visibility", "none"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=YOUR-API-KEY-PUBLIC", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "Hong Kong!\ud83e\udda5", "cssText": "font-size: 34px; color: black;\n font-weight: normal; padding: 20px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: transparent; border-radius: 5px; box-shadow: none;"}, "bottom-left"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["Google Satellite", "3d-buildings"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; + var data = {"mapOptions": {"bearing": 50, "center": [114.16204636, 22.3053044], "pitch": 45, "style": "https://api.maptiler.com/maps/basic-v2/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 15.7, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Google Satellite", "type": "raster", "source": {"attribution": "Google", "maxzoom": 30, "minzoom": 0, "tileSize": 256, "tiles": ["https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}&key=YOUR-API-KEY"], "type": "raster"}}, null]], ["setPaintProperty", ["Google Satellite", "raster-opacity", 1.0]], ["setLayoutProperty", ["Google Satellite", "visibility", "none"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "Hong Kong!\ud83e\udda5", "cssText": "font-size: 34px; color: black;\n font-weight: normal; padding: 20px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: transparent; border-radius: 5px; box-shadow: none;"}, "bottom-left"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["Google Satellite", "3d-buildings"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/add_colorbar.html b/maplibre/add_colorbar.html index 48d1bba..7a6ec34 100644 --- a/maplibre/add_colorbar.html +++ b/maplibre/add_colorbar.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=terrain&rescale=0%2C+4000&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2Fsrtm90.tif&bidx=1"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.75592734926073, 36.63401097629554], [-117.30451019614512, 38.6269234341147]]]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=terrain&rescale=0%2C+4000&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2Fsrtm90.tif&bidx=1"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.75592734926073, 36.63401097629554], [-117.30451019614512, 38.6269234341147]]]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/add_colorbar_1.html b/maplibre/add_colorbar_1.html index 3f4a580..445bbe5 100644 --- a/maplibre/add_colorbar_1.html +++ b/maplibre/add_colorbar_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=terrain&rescale=0%2C+4000&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2Fsrtm90.tif&bidx=1"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.75592734926073, 36.63401097629554], [-117.30451019614512, 38.6269234341147]]]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: transparent; border-radius: 5px; box-shadow: none;"}, "bottom-right"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=terrain&rescale=0%2C+4000&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2Fsrtm90.tif&bidx=1"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.75592734926073, 36.63401097629554], [-117.30451019614512, 38.6269234341147]]]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: transparent; border-radius: 5px; box-shadow: none;"}, "bottom-right"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/add_colorbar_2.html b/maplibre/add_colorbar_2.html index 794d4a7..539ec03 100644 --- a/maplibre/add_colorbar_2.html +++ b/maplibre/add_colorbar_2.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=terrain&rescale=0%2C+4000&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2Fsrtm90.tif&bidx=1"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.75592734926073, 36.63401097629554], [-117.30451019614512, 38.6269234341147]]]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=terrain&rescale=0%2C+4000&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2Fsrtm90.tif&bidx=1"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.75592734926073, 36.63401097629554], [-117.30451019614512, 38.6269234341147]]]], ["addControl", ["InfoBoxControl", {"content": "", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/add_image.html b/maplibre/add_image.html index f76c5c3..6f1c26e 100644 --- a/maplibre/add_image.html +++ b/maplibre/add_image.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0.349419, -1.80921], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addImage", ["cat", {"width": 400, "height": 400, "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 80, 234, 202, 120, 128, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 159, 234, 202, 120, 128, 234, 202, 120, 80, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 234, 202, 120, 159, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 32, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 234, 202, 120, 128, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 128, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 128, 234, 202, 120, 191, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 234, 202, 120, 159, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 159, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 143, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 198, 130, 255, 246, 194, 143, 255, 250, 194, 151, 255, 250, 195, 152, 255, 245, 199, 142, 255, 243, 200, 140, 255, 238, 201, 129, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 193, 142, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 254, 201, 165, 255, 247, 203, 151, 255, 239, 203, 133, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 196, 135, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 251, 206, 162, 255, 242, 204, 140, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 159, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 235, 201, 122, 255, 254, 187, 157, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 252, 209, 167, 255, 239, 204, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 243, 195, 137, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 248, 210, 158, 255, 237, 204, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 205, 128, 255, 243, 211, 147, 255, 247, 215, 158, 255, 250, 217, 165, 255, 250, 216, 164, 255, 250, 215, 164, 255, 247, 212, 156, 255, 239, 206, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 251, 189, 152, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 254, 214, 173, 255, 243, 208, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 242, 211, 143, 255, 251, 221, 170, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 242, 207, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 237, 200, 125, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 248, 213, 160, 255, 235, 203, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 213, 148, 255, 254, 225, 179, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 237, 203, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 241, 197, 132, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 254, 218, 175, 255, 239, 207, 135, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 209, 136, 255, 252, 225, 176, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 243, 206, 144, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 245, 194, 140, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 243, 211, 146, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 246, 217, 156, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 226, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 245, 207, 147, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 247, 192, 144, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 247, 215, 158, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 209, 136, 255, 252, 226, 176, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 176, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 245, 206, 147, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 251, 220, 170, 255, 235, 204, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 216, 153, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 245, 206, 147, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 252, 223, 175, 255, 238, 207, 132, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 248, 222, 165, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 220, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 245, 206, 146, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 254, 226, 179, 255, 238, 207, 132, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 206, 128, 255, 251, 226, 173, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 239, 204, 133, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 254, 227, 180, 255, 242, 212, 144, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 159, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 208, 132, 255, 254, 230, 182, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 238, 203, 130, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 242, 213, 144, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 213, 145, 255, 254, 230, 182, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 173, 255, 255, 208, 172, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 239, 245, 194, 140, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 243, 215, 149, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 213, 145, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 251, 206, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 241, 197, 132, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 247, 221, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 219, 158, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 185, 255, 255, 228, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 172, 255, 248, 205, 155, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 254, 187, 157, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 246, 219, 157, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 224, 181, 105, 255, 227, 188, 110, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 221, 162, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 245, 204, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 245, 194, 140, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 230, 202, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 241, 212, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 159, 213, 160, 90, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 80, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 222, 162, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 171, 255, 255, 206, 171, 255, 241, 203, 136, 255, 234, 202, 120, 255, 231, 197, 116, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 191, 255, 255, 255, 64, 255, 255, 255, 96, 255, 255, 255, 80, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 237, 200, 125, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 221, 183, 255, 255, 233, 207, 255, 255, 234, 208, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 254, 232, 183, 255, 235, 204, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 239, 213, 160, 90, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 16, 213, 160, 90, 96, 213, 160, 90, 175, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 250, 226, 170, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 238, 200, 130, 255, 224, 181, 105, 255, 213, 160, 90, 255, 226, 188, 122, 255, 242, 222, 171, 255, 244, 226, 182, 207, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 32, 234, 202, 120, 255, 234, 202, 120, 255, 241, 179, 135, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 225, 189, 255, 255, 239, 218, 255, 255, 228, 190, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 247, 222, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 112, 213, 160, 90, 239, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 208, 133, 255, 251, 228, 174, 255, 255, 233, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 226, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 222, 171, 107, 255, 226, 190, 142, 255, 231, 202, 162, 255, 237, 211, 163, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 239, 234, 202, 120, 255, 229, 177, 115, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 237, 213, 255, 255, 238, 214, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 237, 206, 129, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 16, 213, 160, 90, 175, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 214, 145, 255, 254, 232, 183, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 229, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 176, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 173, 255, 255, 207, 172, 255, 255, 206, 171, 255, 255, 208, 175, 255, 255, 226, 207, 255, 234, 208, 173, 255, 218, 172, 111, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 224, 181, 105, 255, 247, 181, 146, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 229, 191, 255, 255, 242, 223, 255, 255, 231, 192, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 247, 223, 163, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 239, 213, 160, 90, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 16, 213, 160, 90, 207, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 247, 223, 163, 255, 255, 234, 188, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 213, 182, 255, 255, 230, 213, 255, 255, 226, 207, 255, 255, 209, 179, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 229, 192, 113, 255, 229, 170, 116, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 243, 224, 255, 255, 235, 202, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 237, 206, 129, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 207, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 243, 225, 179, 255, 234, 202, 120, 255, 238, 208, 133, 255, 251, 229, 175, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 215, 183, 255, 255, 234, 219, 255, 255, 230, 213, 255, 255, 207, 175, 255, 255, 203, 169, 255, 255, 201, 168, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 252, 185, 155, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 238, 211, 255, 255, 242, 220, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 247, 223, 163, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 16, 213, 160, 90, 159, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 234, 202, 120, 255, 241, 213, 141, 255, 254, 233, 184, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 216, 184, 255, 255, 235, 219, 255, 255, 231, 213, 255, 255, 209, 176, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 250, 195, 158, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 234, 173, 125, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 236, 202, 255, 255, 244, 224, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 254, 233, 184, 255, 235, 204, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 64, 213, 160, 90, 207, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 232, 196, 255, 235, 205, 128, 255, 246, 221, 158, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 218, 185, 255, 255, 236, 220, 255, 255, 232, 214, 255, 255, 211, 177, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 170, 255, 255, 202, 169, 255, 255, 201, 168, 255, 245, 190, 148, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 218, 163, 99, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 235, 198, 255, 255, 249, 238, 255, 255, 233, 190, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 255, 235, 188, 255, 242, 215, 146, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 191, 217, 168, 96, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 112, 234, 202, 120, 128, 234, 202, 120, 128, 234, 202, 120, 128, 234, 202, 120, 128, 234, 202, 120, 128, 234, 202, 120, 143, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 234, 202, 120, 191, 237, 209, 138, 191, 227, 188, 123, 191, 213, 160, 90, 223, 213, 160, 90, 255, 213, 160, 90, 191, 213, 160, 90, 191, 213, 160, 90, 128, 213, 160, 90, 112, 213, 160, 90, 64, 213, 160, 90, 128, 213, 160, 90, 207, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 239, 214, 150, 255, 247, 223, 163, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 220, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 217, 181, 255, 255, 234, 215, 255, 255, 239, 225, 255, 255, 216, 184, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 239, 184, 138, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 239, 178, 134, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 236, 199, 255, 255, 249, 238, 255, 255, 234, 191, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 255, 235, 188, 255, 248, 225, 167, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 218, 171, 98, 255, 218, 171, 98, 255, 218, 171, 98, 255, 218, 171, 98, 255, 221, 176, 101, 255, 224, 181, 105, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 248, 233, 203, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 243, 224, 175, 255, 251, 230, 176, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 188, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 233, 211, 255, 255, 242, 230, 255, 255, 220, 190, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 255, 202, 169, 255, 255, 200, 167, 255, 255, 199, 167, 255, 234, 179, 128, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 159, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 224, 167, 108, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 235, 195, 255, 255, 247, 229, 255, 255, 235, 191, 255, 255, 234, 187, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 236, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 246, 232, 196, 255, 251, 230, 176, 255, 255, 236, 188, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 229, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 227, 197, 255, 255, 245, 235, 255, 255, 227, 200, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 172, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 224, 169, 109, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 187, 153, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 234, 191, 255, 255, 248, 234, 255, 255, 235, 192, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 236, 188, 255, 229, 190, 122, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 103, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 247, 235, 204, 255, 246, 221, 159, 255, 255, 236, 188, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 223, 188, 255, 255, 243, 231, 255, 255, 235, 216, 255, 255, 217, 181, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 199, 166, 255, 255, 197, 165, 255, 216, 162, 95, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 231, 174, 122, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 237, 200, 255, 255, 250, 238, 255, 255, 236, 192, 255, 252, 231, 182, 255, 237, 203, 145, 255, 218, 170, 102, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 237, 212, 178, 255, 251, 240, 223, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 238, 210, 137, 255, 255, 236, 189, 255, 255, 236, 188, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 237, 217, 255, 255, 243, 231, 255, 255, 224, 192, 255, 255, 215, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 171, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 198, 166, 255, 250, 191, 156, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 218, 164, 99, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 250, 229, 188, 255, 250, 241, 226, 255, 218, 171, 106, 255, 216, 165, 94, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 232, 196, 255, 239, 215, 154, 255, 239, 211, 137, 255, 255, 236, 188, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 229, 198, 255, 255, 246, 236, 255, 255, 234, 212, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 197, 165, 255, 239, 182, 137, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 187, 150, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 252, 228, 180, 255, 239, 205, 150, 255, 221, 174, 108, 255, 213, 160, 90, 255, 229, 194, 132, 255, 250, 242, 228, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 246, 230, 196, 255, 241, 217, 161, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 235, 207, 169, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 243, 225, 179, 255, 234, 202, 120, 255, 237, 206, 129, 255, 254, 234, 184, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 223, 181, 255, 255, 224, 185, 255, 255, 240, 222, 255, 255, 246, 236, 255, 255, 223, 188, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 255, 202, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 197, 166, 255, 255, 196, 165, 255, 231, 175, 122, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 159, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 175, 122, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 245, 213, 161, 255, 229, 187, 126, 255, 213, 160, 90, 255, 216, 165, 94, 255, 225, 184, 107, 255, 233, 199, 118, 255, 234, 202, 120, 255, 242, 222, 171, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 249, 235, 209, 255, 223, 181, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 223, 181, 125, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 219, 173, 104, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 247, 235, 204, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 206, 129, 255, 247, 223, 163, 255, 252, 231, 179, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 229, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 231, 199, 255, 255, 249, 241, 255, 255, 236, 212, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 176, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 173, 255, 255, 207, 172, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 195, 164, 255, 221, 166, 104, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 164, 99, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 245, 211, 161, 255, 224, 177, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 247, 235, 204, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 235, 204, 137, 255, 213, 160, 90, 255, 215, 165, 99, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 218, 170, 108, 255, 213, 160, 90, 255, 219, 173, 104, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 226, 185, 113, 255, 224, 178, 114, 255, 224, 178, 114, 255, 239, 205, 150, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 241, 223, 255, 255, 247, 236, 255, 255, 225, 189, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 199, 167, 255, 255, 197, 165, 255, 255, 195, 165, 255, 252, 192, 159, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 189, 151, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 250, 218, 171, 255, 224, 177, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 250, 238, 221, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 165, 99, 255, 247, 233, 213, 255, 252, 243, 230, 255, 227, 189, 121, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 248, 238, 213, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 164, 96, 255, 229, 186, 125, 255, 239, 203, 149, 255, 247, 215, 166, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 231, 196, 255, 255, 249, 241, 255, 255, 239, 218, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 171, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 242, 183, 140, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 224, 184, 131, 255, 231, 202, 162, 255, 245, 205, 174, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 245, 209, 159, 255, 216, 164, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 250, 238, 221, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 165, 99, 255, 245, 227, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 129, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 227, 189, 111, 255, 234, 202, 120, 255, 243, 225, 179, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 164, 96, 255, 245, 222, 191, 255, 255, 251, 246, 255, 255, 229, 195, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 199, 166, 255, 255, 197, 165, 255, 255, 195, 164, 255, 255, 193, 163, 255, 234, 176, 126, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 179, 125, 255, 255, 222, 205, 255, 255, 224, 205, 255, 255, 211, 184, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 239, 200, 147, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 245, 227, 204, 255, 242, 222, 195, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 233, 199, 118, 255, 229, 192, 113, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 250, 242, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 166, 100, 255, 242, 225, 203, 255, 242, 225, 203, 255, 216, 166, 100, 255, 234, 191, 135, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 170, 255, 255, 202, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 192, 163, 255, 224, 168, 108, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 162, 95, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 214, 190, 255, 255, 229, 212, 255, 255, 230, 213, 255, 255, 213, 182, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 231, 187, 129, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 251, 245, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 225, 184, 107, 255, 216, 165, 94, 255, 213, 160, 90, 255, 221, 178, 121, 255, 250, 243, 234, 255, 231, 202, 162, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 183, 123, 255, 255, 220, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 195, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 193, 156, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 208, 176, 255, 255, 228, 208, 255, 255, 235, 219, 255, 255, 224, 199, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 242, 201, 151, 255, 218, 168, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 240, 217, 186, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 214, 165, 255, 252, 249, 245, 255, 224, 184, 131, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 178, 118, 255, 250, 210, 167, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 255, 202, 169, 255, 255, 200, 167, 255, 255, 199, 167, 255, 255, 197, 166, 255, 255, 195, 165, 255, 255, 194, 164, 255, 255, 192, 163, 255, 250, 186, 153, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 186, 142, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 224, 199, 255, 255, 239, 225, 255, 255, 232, 210, 255, 255, 218, 181, 255, 245, 202, 155, 255, 224, 175, 112, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 252, 248, 238, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 237, 209, 137, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 177, 117, 255, 234, 187, 133, 255, 245, 200, 154, 255, 252, 208, 169, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 172, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 245, 182, 143, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 179, 128, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 245, 210, 174, 255, 237, 213, 183, 255, 239, 219, 193, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 247, 235, 204, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 182, 126, 255, 252, 205, 167, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 199, 166, 255, 255, 197, 165, 255, 255, 195, 165, 255, 255, 193, 163, 255, 255, 192, 162, 255, 255, 190, 161, 255, 234, 174, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 170, 109, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 252, 207, 168, 255, 229, 179, 122, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 172, 111, 255, 239, 219, 193, 255, 239, 219, 193, 255, 222, 180, 116, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 172, 110, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 192, 163, 255, 255, 191, 162, 255, 255, 189, 161, 255, 231, 172, 121, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 165, 100, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 242, 193, 147, 255, 216, 163, 95, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 175, 113, 255, 250, 242, 221, 255, 247, 235, 204, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 245, 230, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 212, 153, 255, 251, 240, 223, 255, 252, 243, 230, 255, 250, 238, 216, 255, 245, 228, 189, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 254, 252, 247, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 239, 188, 140, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 197, 165, 255, 255, 195, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 255, 190, 161, 255, 255, 188, 160, 255, 224, 167, 107, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 239, 189, 141, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 239, 215, 154, 255, 250, 242, 221, 255, 246, 232, 196, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 215, 165, 99, 255, 244, 225, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 165, 100, 255, 252, 200, 164, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 197, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 192, 163, 255, 255, 190, 162, 255, 255, 189, 161, 255, 255, 187, 159, 255, 218, 163, 99, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 80, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 245, 194, 150, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 252, 248, 238, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 232, 196, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 130, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 242, 221, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 180, 129, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 195, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 255, 189, 161, 255, 255, 187, 160, 255, 255, 186, 159, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 192, 153, 255, 255, 201, 168, 255, 252, 200, 164, 255, 216, 163, 95, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 254, 252, 247, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 250, 238, 221, 255, 230, 196, 146, 255, 231, 197, 116, 255, 245, 228, 189, 255, 252, 243, 230, 255, 247, 233, 213, 255, 218, 170, 108, 255, 223, 181, 125, 255, 250, 238, 221, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 250, 242, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 163, 95, 255, 250, 194, 157, 255, 255, 197, 165, 255, 255, 195, 165, 255, 255, 194, 164, 255, 255, 192, 162, 255, 255, 190, 161, 255, 255, 188, 160, 255, 255, 186, 159, 255, 247, 181, 146, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 190, 148, 255, 255, 201, 168, 255, 221, 168, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 251, 245, 230, 255, 246, 232, 196, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 252, 248, 238, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 254, 252, 247, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 172, 114, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 255, 189, 161, 255, 255, 187, 160, 255, 255, 186, 159, 255, 242, 178, 137, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 190, 148, 255, 229, 175, 119, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 232, 196, 255, 252, 248, 238, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 242, 221, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 233, 213, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 202, 160, 255, 225, 186, 134, 255, 236, 207, 144, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 250, 242, 221, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 184, 141, 255, 255, 193, 163, 255, 255, 191, 162, 255, 255, 190, 161, 255, 255, 188, 160, 255, 255, 186, 159, 255, 255, 186, 159, 255, 234, 173, 125, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 254, 252, 247, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 255, 255, 255, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 254, 252, 247, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 162, 95, 255, 252, 190, 158, 255, 255, 190, 162, 255, 255, 189, 161, 255, 255, 187, 160, 255, 255, 186, 159, 255, 255, 186, 159, 255, 224, 167, 107, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 250, 242, 221, 255, 251, 245, 230, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 245, 230, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 168, 108, 255, 255, 189, 161, 255, 255, 188, 160, 255, 255, 186, 159, 255, 255, 186, 159, 255, 252, 184, 155, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 254, 252, 247, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 255, 255, 255, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 237, 210, 141, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 251, 240, 223, 255, 252, 243, 230, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 227, 204, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 252, 248, 238, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 171, 116, 255, 255, 187, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 234, 173, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 239, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 254, 252, 247, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 250, 242, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 218, 170, 108, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 252, 248, 238, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 252, 248, 238, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 167, 107, 255, 242, 178, 137, 255, 239, 176, 133, 255, 216, 162, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 247, 235, 204, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 255, 255, 255, 255, 239, 215, 154, 255, 240, 215, 154, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 252, 248, 238, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 248, 238, 213, 255, 235, 205, 128, 255, 234, 202, 120, 255, 242, 220, 168, 255, 248, 233, 203, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 250, 242, 221, 255, 244, 225, 182, 255, 247, 233, 213, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 228, 191, 143, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 233, 213, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 250, 239, 218, 255, 255, 254, 253, 255, 241, 219, 169, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 251, 245, 230, 255, 244, 226, 183, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 255, 255, 255, 255, 252, 243, 229, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 228, 191, 143, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 236, 207, 134, 255, 251, 240, 223, 255, 253, 248, 241, 255, 250, 243, 234, 255, 218, 170, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 255, 255, 255, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 32, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 254, 253, 250, 255, 252, 244, 232, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 247, 236, 223, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 165, 99, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 240, 217, 186, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 143, 255, 252, 243, 230, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 255, 254, 252, 255, 229, 196, 152, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 255, 255, 255, 255, 250, 240, 219, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 221, 170, 255, 254, 253, 250, 255, 254, 253, 250, 255, 252, 244, 232, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 213, 152, 255, 255, 255, 255, 255, 224, 184, 131, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 165, 99, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 253, 248, 239, 255, 255, 254, 253, 255, 221, 176, 118, 255, 213, 160, 90, 255, 216, 165, 94, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 245, 233, 255, 255, 254, 253, 255, 254, 252, 249, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 247, 237, 224, 255, 239, 219, 193, 255, 213, 160, 90, 255, 213, 160, 90, 255, 235, 207, 169, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 240, 223, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 235, 205, 127, 255, 251, 240, 223, 255, 252, 243, 230, 255, 254, 252, 249, 255, 254, 251, 246, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 251, 245, 230, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 32, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 255, 254, 253, 255, 254, 251, 246, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 229, 196, 152, 255, 252, 249, 245, 255, 216, 166, 100, 255, 213, 160, 90, 255, 245, 227, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 243, 223, 175, 255, 252, 243, 230, 255, 253, 245, 235, 255, 255, 255, 255, 255, 253, 245, 235, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 254, 252, 247, 255, 235, 205, 128, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 245, 229, 188, 255, 243, 225, 179, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 245, 227, 204, 255, 233, 202, 160, 255, 237, 212, 178, 255, 253, 247, 238, 255, 255, 255, 255, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 250, 243, 234, 255, 229, 196, 152, 255, 218, 170, 108, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 241, 217, 161, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 121, 255, 251, 240, 223, 255, 252, 243, 230, 255, 254, 250, 244, 255, 254, 253, 250, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 243, 225, 179, 255, 255, 255, 255, 255, 239, 215, 154, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 245, 229, 188, 255, 248, 238, 213, 255, 242, 222, 171, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 228, 191, 123, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 253, 248, 239, 255, 255, 255, 255, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 234, 208, 173, 255, 242, 225, 203, 255, 228, 191, 143, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 236, 207, 134, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 255, 254, 252, 255, 253, 248, 241, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 134, 255, 254, 252, 247, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 80, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 250, 242, 221, 255, 248, 238, 213, 255, 242, 222, 171, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 249, 239, 215, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 216, 166, 100, 255, 255, 255, 255, 255, 240, 218, 188, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 205, 127, 255, 234, 202, 120, 255, 239, 215, 179, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 143, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 250, 238, 216, 255, 252, 243, 230, 255, 253, 245, 235, 255, 255, 255, 255, 255, 252, 245, 233, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 237, 224, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 159, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 246, 232, 196, 255, 254, 252, 247, 255, 247, 235, 204, 255, 241, 219, 162, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 239, 212, 148, 255, 247, 235, 204, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 239, 219, 193, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 243, 222, 185, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 241, 255, 254, 252, 249, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 208, 173, 255, 252, 248, 238, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 194, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 243, 225, 179, 255, 252, 248, 238, 255, 250, 243, 234, 255, 231, 202, 162, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 239, 212, 148, 255, 235, 205, 128, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 190, 142, 255, 254, 251, 246, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 243, 223, 175, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 251, 247, 255, 253, 248, 241, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 218, 172, 111, 255, 252, 249, 245, 255, 229, 194, 139, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 215, 165, 99, 255, 213, 160, 90, 255, 214, 163, 92, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 214, 165, 255, 250, 243, 234, 255, 252, 249, 245, 255, 234, 208, 173, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 143, 255, 239, 212, 148, 255, 234, 202, 120, 255, 238, 212, 145, 255, 251, 245, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 242, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 241, 217, 161, 255, 228, 191, 143, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 243, 222, 185, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 255, 254, 252, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 245, 231, 214, 255, 234, 208, 173, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 222, 178, 103, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 234, 208, 173, 255, 250, 243, 234, 255, 247, 237, 224, 255, 216, 166, 100, 255, 235, 207, 169, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 213, 183, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 239, 212, 148, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 212, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 253, 250, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 226, 190, 142, 255, 247, 237, 224, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 196, 152, 255, 247, 237, 224, 255, 248, 235, 217, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 237, 209, 137, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 184, 131, 255, 253, 248, 241, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 237, 210, 141, 255, 250, 238, 221, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 240, 217, 181, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 254, 250, 244, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 250, 243, 234, 255, 221, 178, 121, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 248, 241, 255, 249, 240, 228, 255, 242, 225, 203, 255, 242, 225, 203, 255, 237, 213, 183, 255, 234, 208, 173, 255, 224, 184, 131, 255, 231, 200, 143, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 229, 192, 113, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 221, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 253, 248, 239, 255, 243, 224, 178, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 254, 251, 246, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 237, 213, 183, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 246, 232, 196, 255, 255, 254, 252, 255, 254, 253, 250, 255, 253, 248, 241, 255, 236, 209, 173, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 239, 215, 154, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 254, 250, 244, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 212, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 250, 242, 233, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 209, 137, 255, 247, 235, 204, 255, 255, 255, 255, 255, 248, 238, 211, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 244, 228, 206, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 234, 206, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 184, 131, 255, 254, 252, 247, 255, 251, 245, 230, 255, 239, 215, 154, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 240, 219, 191, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 251, 247, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 190, 142, 255, 250, 243, 234, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 242, 220, 168, 255, 243, 223, 175, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 253, 246, 236, 255, 218, 170, 108, 255, 213, 160, 90, 255, 221, 178, 121, 255, 234, 208, 173, 255, 216, 166, 100, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 229, 192, 113, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 244, 212, 125, 64, 244, 212, 125, 64, 244, 212, 125, 64, 244, 212, 125, 64, 244, 212, 125, 80, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 241, 217, 161, 255, 246, 230, 196, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 251, 247, 255, 252, 243, 230, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 221, 176, 101, 255, 218, 171, 98, 255, 220, 173, 99, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 64, 244, 212, 125, 112, 244, 212, 125, 128, 244, 212, 125, 175, 244, 212, 125, 191, 244, 212, 125, 239, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 245, 228, 189, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 245, 228, 189, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 217, 168, 101, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 253, 246, 236, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 241, 217, 161, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 80, 244, 212, 125, 128, 244, 212, 125, 191, 244, 212, 125, 239, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 194, 139, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 250, 244, 255, 252, 243, 230, 255, 241, 220, 188, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 244, 225, 182, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 80, 244, 212, 125, 159, 237, 202, 122, 223, 236, 200, 121, 255, 236, 200, 121, 255, 236, 200, 121, 255, 232, 194, 119, 255, 228, 188, 118, 255, 228, 188, 118, 255, 232, 194, 119, 255, 236, 200, 121, 255, 236, 200, 121, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 205, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 246, 236, 255, 252, 243, 230, 255, 236, 207, 154, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 240, 215, 154, 255, 245, 228, 189, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 243, 223, 175, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 188, 118, 32, 216, 170, 112, 112, 221, 178, 115, 207, 219, 175, 114, 255, 213, 166, 111, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 225, 184, 117, 255, 234, 197, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 203, 121, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 236, 207, 134, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 229, 192, 113, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 252, 243, 230, 255, 249, 235, 209, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 194, 144, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 32, 211, 163, 110, 112, 211, 163, 110, 207, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 228, 188, 118, 255, 242, 209, 124, 255, 244, 212, 125, 255, 243, 211, 125, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 241, 217, 161, 255, 243, 223, 175, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 227, 189, 121, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 222, 179, 115, 96, 214, 167, 111, 191, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 236, 200, 121, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 199, 255, 242, 222, 195, 255, 238, 212, 168, 255, 238, 212, 168, 255, 238, 212, 168, 255, 237, 209, 161, 255, 233, 202, 140, 255, 233, 202, 140, 255, 236, 207, 139, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 196, 118, 255, 204, 176, 112, 255, 204, 176, 112, 255, 209, 187, 139, 255, 210, 189, 146, 255, 229, 212, 178, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 219, 173, 104, 255, 251, 240, 223, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 243, 223, 175, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 222, 179, 115, 143, 213, 166, 111, 239, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 230, 193, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 246, 230, 196, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 243, 223, 175, 255, 236, 209, 166, 255, 225, 186, 129, 255, 219, 173, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 218, 171, 98, 255, 226, 186, 109, 255, 189, 160, 98, 255, 155, 128, 69, 255, 135, 113, 55, 255, 140, 125, 59, 255, 156, 147, 64, 255, 166, 163, 76, 255, 169, 170, 82, 255, 168, 171, 84, 255, 160, 161, 85, 255, 153, 152, 86, 255, 174, 170, 122, 255, 201, 193, 167, 255, 235, 225, 212, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 220, 168, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 245, 228, 189, 255, 248, 233, 203, 255, 234, 202, 120, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 225, 212, 255, 218, 207, 194, 255, 218, 207, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 232, 194, 120, 175, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 183, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 222, 178, 103, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 221, 176, 101, 255, 229, 192, 113, 255, 233, 199, 118, 255, 234, 202, 120, 255, 219, 189, 116, 255, 133, 101, 48, 255, 119, 87, 20, 255, 136, 114, 40, 255, 153, 142, 60, 255, 167, 166, 78, 255, 168, 171, 85, 255, 159, 165, 84, 255, 152, 158, 83, 255, 147, 153, 82, 255, 144, 151, 82, 255, 144, 151, 82, 255, 146, 152, 82, 255, 150, 156, 83, 255, 150, 153, 84, 255, 177, 172, 130, 255, 221, 211, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 245, 228, 189, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 214, 163, 92, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 213, 203, 185, 255, 188, 181, 139, 255, 173, 168, 112, 255, 157, 154, 84, 255, 162, 161, 82, 255, 166, 164, 77, 255, 163, 158, 72, 255, 148, 138, 72, 255, 140, 125, 63, 255, 146, 129, 77, 255, 169, 149, 106, 255, 206, 190, 161, 255, 243, 223, 175, 255, 243, 223, 175, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 236, 200, 121, 191, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 183, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 211, 180, 108, 255, 114, 76, 21, 255, 118, 85, 19, 255, 137, 116, 41, 255, 157, 148, 65, 255, 170, 171, 83, 255, 161, 165, 84, 255, 148, 155, 82, 255, 138, 146, 81, 255, 131, 139, 79, 255, 126, 135, 79, 255, 123, 133, 78, 255, 123, 132, 78, 255, 111, 117, 69, 255, 119, 126, 72, 255, 135, 143, 80, 255, 143, 150, 82, 255, 151, 156, 84, 255, 173, 169, 122, 255, 230, 221, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 225, 212, 255, 193, 185, 149, 255, 161, 159, 95, 255, 165, 169, 85, 255, 159, 164, 84, 255, 155, 160, 84, 255, 152, 158, 83, 255, 153, 159, 83, 255, 156, 161, 84, 255, 161, 166, 85, 255, 167, 171, 85, 255, 169, 168, 80, 255, 158, 150, 66, 255, 143, 125, 48, 255, 126, 99, 29, 255, 137, 108, 53, 255, 219, 189, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 239, 212, 148, 255, 243, 223, 175, 255, 244, 225, 182, 255, 248, 233, 203, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 241, 208, 124, 191, 223, 181, 116, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 114, 78, 30, 255, 113, 76, 13, 255, 133, 109, 36, 255, 155, 144, 62, 255, 170, 172, 83, 255, 158, 163, 84, 255, 143, 150, 81, 255, 131, 139, 79, 255, 121, 131, 78, 255, 115, 126, 77, 255, 112, 124, 75, 255, 110, 123, 74, 255, 82, 86, 53, 255, 45, 39, 25, 255, 45, 39, 25, 255, 92, 96, 58, 255, 125, 134, 78, 255, 135, 143, 80, 255, 148, 155, 82, 255, 157, 159, 85, 255, 198, 190, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 234, 221, 255, 192, 184, 147, 255, 163, 163, 84, 255, 162, 166, 85, 255, 150, 156, 83, 255, 141, 148, 81, 255, 130, 137, 77, 255, 121, 128, 73, 255, 129, 138, 79, 255, 130, 139, 79, 255, 133, 141, 80, 255, 138, 146, 81, 255, 146, 153, 82, 255, 157, 162, 84, 255, 168, 171, 85, 255, 165, 161, 74, 255, 146, 131, 52, 255, 127, 100, 29, 255, 118, 83, 25, 255, 198, 154, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 218, 171, 98, 255, 224, 181, 105, 255, 227, 189, 111, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 244, 212, 125, 159, 228, 188, 118, 255, 213, 166, 111, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 109, 74, 26, 255, 123, 94, 25, 255, 146, 131, 52, 255, 168, 168, 79, 255, 161, 166, 84, 255, 143, 150, 81, 255, 128, 137, 79, 255, 117, 128, 77, 255, 110, 123, 75, 255, 106, 123, 70, 255, 102, 123, 67, 255, 87, 102, 55, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 96, 103, 63, 255, 120, 130, 78, 255, 132, 140, 80, 255, 147, 154, 82, 255, 165, 169, 85, 255, 188, 181, 139, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 220, 210, 193, 255, 162, 157, 88, 255, 167, 170, 85, 255, 153, 158, 83, 255, 139, 147, 81, 255, 129, 137, 79, 255, 94, 98, 58, 255, 45, 39, 25, 255, 45, 39, 25, 255, 88, 93, 57, 255, 113, 125, 76, 255, 116, 126, 77, 255, 120, 130, 78, 255, 128, 137, 79, 255, 138, 146, 81, 255, 151, 157, 83, 255, 167, 171, 85, 255, 165, 161, 74, 255, 143, 126, 48, 255, 122, 92, 24, 255, 115, 78, 22, 255, 212, 183, 114, 255, 229, 192, 113, 255, 226, 186, 109, 255, 224, 181, 105, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 128, 232, 194, 119, 255, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 129, 99, 46, 255, 133, 109, 36, 255, 158, 150, 66, 255, 168, 172, 85, 255, 149, 155, 82, 255, 132, 140, 80, 255, 118, 128, 77, 255, 110, 123, 74, 255, 103, 123, 68, 255, 99, 124, 63, 255, 96, 124, 60, 255, 51, 50, 29, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 84, 80, 68, 255, 246, 247, 244, 255, 129, 140, 98, 255, 120, 130, 77, 255, 134, 142, 80, 255, 151, 157, 83, 255, 169, 172, 84, 255, 185, 175, 135, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 207, 197, 171, 255, 160, 155, 74, 255, 166, 170, 85, 255, 149, 155, 82, 255, 134, 142, 80, 255, 122, 131, 78, 255, 105, 114, 70, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 89, 102, 57, 255, 105, 123, 70, 255, 109, 123, 74, 255, 115, 125, 76, 255, 124, 133, 78, 255, 136, 144, 80, 255, 152, 158, 83, 255, 169, 172, 85, 255, 158, 149, 66, 255, 134, 111, 38, 255, 113, 78, 18, 255, 212, 183, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 230, 191, 119, 223, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 148, 121, 63, 255, 140, 121, 45, 255, 166, 163, 76, 255, 161, 166, 84, 255, 141, 148, 81, 255, 124, 134, 78, 255, 112, 123, 76, 255, 104, 123, 69, 255, 98, 124, 62, 255, 94, 125, 58, 255, 84, 109, 51, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 98, 93, 83, 255, 255, 255, 255, 255, 142, 156, 116, 255, 112, 124, 75, 255, 124, 133, 78, 255, 140, 148, 81, 255, 160, 165, 84, 255, 164, 161, 78, 255, 214, 203, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 206, 194, 169, 255, 155, 147, 67, 255, 168, 171, 85, 255, 150, 156, 83, 255, 133, 141, 80, 255, 119, 129, 77, 255, 110, 123, 74, 255, 68, 70, 42, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 52, 50, 30, 255, 98, 124, 62, 255, 102, 124, 66, 255, 107, 123, 72, 255, 114, 125, 76, 255, 125, 135, 78, 255, 141, 148, 81, 255, 160, 165, 84, 255, 168, 166, 78, 255, 144, 127, 49, 255, 121, 95, 40, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 226, 185, 117, 175, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 239, 212, 148, 255, 223, 181, 110, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 111, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 178, 151, 90, 255, 145, 129, 51, 255, 169, 169, 81, 255, 156, 161, 84, 255, 136, 144, 80, 255, 119, 129, 77, 255, 109, 123, 73, 255, 101, 124, 65, 255, 95, 125, 59, 255, 92, 125, 56, 255, 73, 88, 44, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 58, 53, 39, 255, 150, 147, 140, 255, 100, 116, 69, 255, 107, 123, 72, 255, 117, 127, 77, 255, 133, 141, 80, 255, 152, 158, 83, 255, 169, 171, 83, 255, 157, 146, 89, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 225, 212, 255, 144, 129, 58, 255, 169, 169, 81, 255, 156, 162, 84, 255, 137, 145, 80, 255, 121, 131, 78, 255, 110, 123, 74, 255, 103, 123, 67, 255, 49, 44, 28, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 84, 80, 68, 255, 202, 209, 192, 255, 96, 124, 61, 255, 102, 124, 66, 255, 109, 123, 73, 255, 118, 128, 77, 255, 133, 142, 80, 255, 152, 158, 83, 255, 170, 172, 84, 255, 151, 138, 58, 255, 139, 115, 57, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 64, 215, 170, 112, 239, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 248, 233, 203, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 240, 217, 186, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 248, 233, 203, 255, 243, 223, 175, 255, 240, 215, 154, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 204, 176, 112, 255, 147, 131, 53, 255, 169, 170, 82, 255, 154, 160, 84, 255, 134, 142, 80, 255, 118, 128, 77, 255, 107, 123, 72, 255, 99, 124, 64, 255, 94, 125, 58, 255, 93, 126, 57, 255, 73, 86, 46, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 85, 103, 53, 255, 104, 123, 69, 255, 114, 125, 76, 255, 128, 137, 79, 255, 147, 154, 82, 255, 168, 172, 85, 255, 156, 146, 63, 255, 211, 199, 183, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 168, 152, 112, 255, 158, 150, 66, 255, 167, 171, 85, 255, 146, 152, 82, 255, 127, 136, 79, 255, 113, 124, 76, 255, 105, 123, 69, 255, 98, 124, 62, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 150, 147, 140, 255, 255, 255, 255, 255, 134, 157, 107, 255, 98, 124, 63, 255, 106, 123, 70, 255, 115, 125, 77, 255, 129, 138, 79, 255, 148, 154, 82, 255, 168, 172, 85, 255, 155, 145, 62, 255, 161, 137, 76, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 32, 211, 163, 110, 191, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 244, 225, 182, 255, 237, 210, 141, 255, 146, 131, 67, 255, 169, 169, 81, 255, 155, 161, 84, 255, 135, 143, 80, 255, 118, 128, 77, 255, 108, 123, 72, 255, 100, 124, 64, 255, 94, 125, 58, 255, 93, 126, 57, 255, 73, 86, 46, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 84, 103, 52, 255, 104, 123, 68, 255, 112, 124, 76, 255, 126, 135, 79, 255, 145, 152, 82, 255, 167, 171, 86, 255, 158, 150, 66, 255, 175, 160, 124, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 225, 212, 255, 137, 119, 51, 255, 166, 163, 76, 255, 160, 165, 84, 255, 138, 146, 81, 255, 121, 131, 78, 255, 109, 123, 74, 255, 101, 124, 65, 255, 83, 103, 51, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 98, 93, 83, 255, 198, 204, 189, 255, 103, 133, 69, 255, 97, 124, 61, 255, 104, 123, 69, 255, 113, 125, 76, 255, 128, 136, 79, 255, 147, 154, 82, 255, 168, 171, 85, 255, 155, 145, 62, 255, 186, 160, 97, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 236, 207, 144, 255, 219, 173, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 16, 211, 163, 110, 128, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 192, 181, 151, 255, 167, 165, 77, 255, 159, 164, 84, 255, 138, 146, 81, 255, 121, 131, 78, 255, 110, 123, 74, 255, 101, 124, 66, 255, 96, 125, 60, 255, 93, 125, 57, 255, 70, 83, 42, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 91, 113, 58, 255, 105, 123, 69, 255, 114, 124, 76, 255, 127, 136, 79, 255, 146, 153, 82, 255, 168, 172, 85, 255, 158, 149, 65, 255, 145, 125, 75, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 195, 180, 157, 255, 144, 127, 50, 255, 169, 169, 80, 255, 155, 161, 84, 255, 135, 143, 80, 255, 118, 128, 77, 255, 107, 123, 72, 255, 99, 124, 64, 255, 85, 109, 52, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 69, 82, 41, 255, 93, 125, 57, 255, 97, 124, 62, 255, 105, 123, 70, 255, 114, 125, 76, 255, 129, 138, 79, 255, 149, 155, 83, 255, 169, 172, 84, 255, 149, 137, 64, 255, 219, 189, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 239, 212, 148, 255, 243, 223, 175, 255, 245, 228, 189, 255, 248, 233, 203, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 64, 211, 163, 110, 223, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 239, 212, 148, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 234, 221, 255, 160, 153, 85, 255, 166, 170, 85, 255, 145, 152, 82, 255, 127, 136, 79, 255, 114, 125, 76, 255, 105, 123, 70, 255, 99, 124, 63, 255, 94, 125, 58, 255, 81, 104, 49, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 58, 60, 34, 255, 100, 124, 65, 255, 107, 123, 72, 255, 116, 127, 77, 255, 131, 140, 79, 255, 150, 156, 83, 255, 169, 172, 85, 255, 153, 142, 60, 255, 127, 103, 43, 255, 243, 234, 221, 255, 250, 238, 221, 255, 225, 186, 134, 255, 237, 212, 178, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 163, 144, 106, 255, 146, 130, 51, 255, 169, 170, 81, 255, 154, 160, 84, 255, 134, 142, 80, 255, 118, 128, 77, 255, 108, 123, 72, 255, 100, 124, 64, 255, 94, 125, 58, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 69, 82, 41, 255, 94, 125, 58, 255, 100, 124, 64, 255, 108, 123, 72, 255, 118, 128, 77, 255, 134, 143, 80, 255, 155, 160, 83, 255, 169, 169, 81, 255, 169, 150, 86, 255, 240, 215, 154, 255, 244, 225, 182, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 209, 166, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 16, 211, 163, 110, 159, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 235, 205, 127, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 215, 205, 183, 255, 167, 167, 83, 255, 155, 161, 83, 255, 137, 144, 80, 255, 121, 131, 78, 255, 111, 123, 75, 255, 104, 123, 69, 255, 99, 124, 63, 255, 95, 125, 59, 255, 48, 44, 27, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 89, 108, 57, 255, 105, 123, 69, 255, 112, 123, 76, 255, 123, 132, 78, 255, 138, 146, 81, 255, 157, 162, 84, 255, 169, 169, 81, 255, 146, 131, 52, 255, 122, 92, 24, 255, 210, 191, 168, 255, 218, 170, 108, 255, 213, 160, 90, 255, 228, 191, 143, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 129, 103, 53, 255, 144, 127, 50, 255, 169, 168, 80, 255, 157, 162, 84, 255, 137, 145, 80, 255, 120, 130, 78, 255, 110, 123, 74, 255, 102, 124, 66, 255, 96, 124, 60, 255, 63, 71, 37, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 79, 98, 48, 255, 98, 124, 62, 255, 104, 123, 69, 255, 112, 124, 76, 255, 125, 134, 78, 255, 143, 150, 81, 255, 164, 168, 85, 255, 158, 153, 75, 255, 229, 218, 201, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 240, 215, 154, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 48, 211, 163, 110, 223, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 192, 184, 147, 255, 167, 171, 85, 255, 149, 156, 83, 255, 133, 141, 80, 255, 120, 130, 78, 255, 112, 123, 75, 255, 106, 123, 70, 255, 102, 124, 66, 255, 66, 71, 40, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 81, 92, 51, 255, 105, 123, 70, 255, 111, 123, 75, 255, 120, 130, 77, 255, 132, 141, 80, 255, 149, 155, 82, 255, 167, 171, 85, 255, 161, 155, 70, 255, 137, 115, 41, 255, 115, 79, 15, 255, 189, 145, 89, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 117, 89, 36, 255, 139, 119, 44, 255, 165, 162, 74, 255, 163, 167, 85, 255, 143, 150, 81, 255, 126, 135, 79, 255, 114, 125, 76, 255, 106, 123, 71, 255, 100, 124, 64, 255, 87, 108, 54, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 95, 119, 61, 255, 104, 123, 68, 255, 111, 123, 75, 255, 121, 130, 78, 255, 136, 144, 80, 255, 154, 160, 83, 255, 169, 170, 82, 255, 195, 185, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 96, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 183, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 198, 190, 158, 255, 161, 164, 85, 255, 148, 155, 82, 255, 134, 142, 80, 255, 123, 133, 78, 255, 115, 126, 77, 255, 111, 123, 75, 255, 104, 117, 70, 255, 57, 55, 34, 255, 53, 49, 31, 255, 92, 102, 61, 255, 110, 123, 74, 255, 114, 125, 76, 255, 121, 131, 78, 255, 132, 140, 80, 255, 146, 152, 82, 255, 162, 167, 85, 255, 168, 167, 79, 255, 147, 132, 53, 255, 125, 96, 27, 255, 108, 72, 16, 255, 201, 152, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 130, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 235, 207, 169, 255, 113, 82, 31, 255, 132, 107, 35, 255, 156, 146, 63, 255, 169, 172, 85, 255, 152, 158, 83, 255, 135, 143, 80, 255, 121, 131, 78, 255, 112, 124, 76, 255, 106, 123, 71, 255, 102, 124, 67, 255, 80, 92, 50, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 67, 71, 41, 255, 106, 123, 71, 255, 112, 124, 75, 255, 121, 130, 78, 255, 134, 142, 80, 255, 150, 156, 83, 255, 168, 171, 85, 255, 175, 166, 117, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 143, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 183, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 221, 212, 194, 255, 166, 164, 103, 255, 153, 159, 83, 255, 141, 148, 81, 255, 131, 140, 79, 255, 124, 134, 78, 255, 120, 130, 78, 255, 118, 128, 77, 255, 117, 127, 77, 255, 119, 129, 77, 255, 122, 132, 78, 255, 128, 137, 79, 255, 137, 145, 80, 255, 148, 155, 82, 255, 162, 167, 85, 255, 169, 169, 81, 255, 152, 140, 59, 255, 132, 107, 35, 255, 113, 76, 12, 255, 133, 95, 45, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 108, 73, 25, 255, 122, 90, 23, 255, 143, 126, 49, 255, 166, 163, 76, 255, 164, 169, 85, 255, 148, 154, 82, 255, 134, 142, 80, 255, 123, 133, 78, 255, 115, 126, 77, 255, 111, 123, 75, 255, 108, 123, 72, 255, 81, 86, 52, 255, 45, 39, 25, 255, 49, 44, 28, 255, 104, 113, 69, 255, 117, 127, 77, 255, 125, 134, 78, 255, 137, 145, 80, 255, 151, 157, 83, 255, 167, 170, 85, 255, 182, 174, 128, 255, 243, 234, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 159, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 220, 178, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 234, 221, 255, 196, 189, 158, 255, 153, 152, 94, 255, 152, 158, 83, 255, 144, 151, 82, 255, 139, 147, 81, 255, 136, 144, 81, 255, 136, 144, 81, 255, 138, 145, 81, 255, 142, 149, 81, 255, 148, 154, 82, 255, 157, 162, 84, 255, 167, 171, 85, 255, 167, 165, 78, 255, 151, 139, 58, 255, 133, 109, 37, 255, 117, 88, 36, 255, 148, 109, 57, 255, 207, 156, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 147, 107, 56, 255, 110, 73, 10, 255, 129, 103, 32, 255, 150, 136, 56, 255, 168, 167, 79, 255, 164, 168, 85, 255, 150, 156, 83, 255, 139, 146, 81, 255, 130, 139, 79, 255, 124, 133, 78, 255, 120, 130, 78, 255, 119, 129, 77, 255, 111, 119, 71, 255, 113, 121, 71, 255, 127, 136, 79, 255, 134, 142, 80, 255, 144, 151, 82, 255, 157, 162, 84, 255, 162, 163, 85, 255, 198, 189, 157, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 128, 255, 255, 255, 112, 255, 255, 255, 112, 255, 255, 255, 112, 255, 255, 255, 80, 255, 255, 255, 128, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 159, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 173, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 207, 198, 176, 255, 178, 173, 131, 255, 154, 153, 94, 255, 156, 160, 85, 255, 159, 164, 85, 255, 161, 166, 85, 255, 165, 169, 85, 255, 169, 171, 84, 255, 168, 167, 79, 255, 150, 142, 75, 255, 160, 147, 97, 255, 176, 155, 101, 255, 198, 170, 106, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 215, 165, 99, 255, 213, 160, 90, 255, 207, 156, 90, 255, 148, 108, 57, 255, 116, 84, 29, 255, 131, 106, 34, 255, 149, 135, 55, 255, 166, 163, 75, 255, 168, 171, 85, 255, 159, 164, 84, 255, 150, 156, 83, 255, 144, 151, 82, 255, 140, 148, 81, 255, 139, 147, 81, 255, 140, 147, 81, 255, 143, 150, 82, 255, 149, 155, 82, 255, 157, 163, 84, 255, 160, 161, 86, 255, 188, 182, 140, 255, 235, 225, 212, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 80, 255, 255, 255, 128, 255, 255, 255, 159, 255, 255, 255, 128, 255, 255, 255, 143, 255, 255, 255, 128, 255, 255, 255, 64, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 96, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 212, 165, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 216, 203, 255, 218, 207, 194, 255, 218, 207, 194, 255, 218, 207, 194, 255, 218, 207, 194, 255, 218, 207, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 237, 210, 141, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 207, 156, 90, 255, 177, 137, 81, 255, 164, 137, 78, 255, 150, 133, 70, 255, 150, 141, 70, 255, 167, 164, 77, 255, 169, 171, 83, 255, 167, 171, 85, 255, 165, 169, 85, 255, 164, 168, 85, 255, 165, 169, 85, 255, 157, 157, 86, 255, 171, 168, 113, 255, 198, 190, 158, 255, 235, 225, 212, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 241, 219, 162, 255, 251, 244, 228, 159, 255, 255, 255, 191, 255, 255, 255, 159, 255, 255, 255, 143, 255, 255, 255, 112, 255, 255, 255, 64, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 32, 211, 163, 110, 239, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 240, 215, 154, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 124, 255, 250, 238, 216, 255, 243, 234, 221, 255, 218, 207, 194, 255, 200, 190, 164, 255, 196, 187, 155, 255, 197, 188, 156, 255, 202, 193, 166, 255, 218, 207, 194, 255, 243, 234, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 242, 222, 171, 255, 246, 232, 196, 255, 250, 242, 221, 255, 250, 242, 221, 255, 245, 229, 188, 255, 241, 219, 162, 255, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 159, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 230, 195, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 245, 229, 188, 255, 250, 242, 221, 255, 251, 245, 230, 255, 247, 235, 204, 255, 243, 225, 179, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 16, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 224, 188, 148, 255, 232, 203, 170, 255, 232, 203, 170, 255, 232, 203, 170, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 175, 128, 255, 222, 186, 146, 255, 225, 192, 155, 255, 230, 203, 173, 255, 222, 186, 146, 255, 222, 186, 146, 255, 222, 186, 146, 255, 230, 196, 142, 255, 242, 209, 124, 255, 238, 206, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 241, 217, 161, 255, 245, 228, 189, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 246, 230, 196, 255, 241, 217, 161, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 214, 163, 92, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 248, 233, 203, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 213, 152, 255, 246, 232, 196, 255, 250, 242, 221, 255, 252, 248, 238, 255, 247, 235, 204, 255, 242, 222, 171, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 194, 120, 175, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 226, 193, 155, 255, 239, 218, 193, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 228, 188, 118, 255, 247, 223, 158, 255, 247, 223, 158, 255, 247, 225, 166, 255, 248, 232, 189, 255, 243, 225, 179, 255, 245, 229, 188, 255, 245, 229, 188, 255, 246, 232, 196, 255, 245, 229, 188, 255, 241, 219, 162, 255, 239, 215, 154, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 239, 212, 148, 255, 239, 212, 148, 255, 242, 220, 168, 255, 243, 223, 175, 255, 241, 217, 161, 255, 239, 212, 148, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 241, 217, 161, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 241, 255, 252, 244, 232, 255, 251, 240, 223, 255, 243, 223, 175, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 183, 125, 255, 231, 202, 162, 255, 245, 231, 214, 255, 252, 249, 245, 255, 242, 225, 197, 255, 242, 222, 171, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 159, 234, 197, 120, 255, 221, 178, 115, 255, 236, 209, 172, 255, 249, 238, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 239, 215, 154, 255, 242, 222, 171, 255, 245, 229, 188, 255, 248, 238, 213, 255, 247, 235, 204, 255, 247, 235, 204, 255, 237, 213, 176, 255, 224, 184, 131, 255, 216, 166, 100, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 229, 192, 113, 255, 229, 192, 113, 255, 229, 192, 113, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 241, 217, 161, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 236, 207, 134, 255, 242, 220, 168, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 253, 247, 237, 255, 247, 231, 197, 255, 241, 217, 161, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 247, 235, 204, 255, 252, 248, 238, 255, 251, 245, 230, 255, 237, 213, 183, 255, 221, 178, 121, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 96, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 228, 188, 118, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 125, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 195, 121, 255, 224, 184, 131, 255, 234, 208, 173, 255, 242, 225, 203, 255, 245, 231, 214, 255, 248, 238, 213, 255, 245, 229, 188, 255, 239, 215, 154, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 222, 178, 103, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 239, 212, 148, 255, 242, 220, 168, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 245, 227, 185, 255, 251, 243, 225, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 247, 235, 204, 255, 254, 252, 247, 255, 251, 245, 230, 255, 243, 225, 179, 255, 237, 209, 137, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 48, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 225, 184, 117, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 204, 121, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 237, 209, 137, 255, 242, 222, 171, 255, 247, 235, 204, 255, 252, 248, 238, 255, 246, 234, 216, 255, 234, 208, 173, 255, 224, 184, 131, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 214, 163, 92, 255, 213, 160, 90, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 246, 232, 196, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 247, 235, 204, 255, 254, 252, 247, 255, 251, 245, 230, 255, 243, 225, 179, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 239, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 223, 181, 116, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 206, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 242, 222, 171, 255, 248, 238, 213, 255, 255, 255, 255, 255, 242, 225, 203, 255, 229, 196, 152, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 250, 242, 221, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 246, 232, 196, 255, 252, 248, 238, 255, 252, 248, 238, 255, 246, 232, 196, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 191, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 234, 197, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 247, 235, 204, 255, 254, 252, 247, 255, 242, 225, 203, 255, 229, 196, 152, 255, 216, 166, 100, 255, 213, 160, 90, 255, 214, 163, 92, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 251, 245, 230, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 250, 242, 221, 255, 255, 255, 255, 255, 248, 238, 213, 255, 241, 219, 162, 255, 234, 202, 120, 255, 230, 194, 114, 255, 225, 184, 107, 255, 220, 173, 99, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 112, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 230, 191, 118, 255, 242, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 246, 220, 151, 255, 248, 228, 178, 255, 249, 229, 184, 255, 250, 235, 204, 255, 250, 235, 204, 255, 250, 235, 204, 255, 250, 233, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 235, 205, 127, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 230, 198, 154, 255, 242, 225, 203, 255, 255, 255, 255, 255, 239, 219, 193, 255, 224, 184, 131, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 251, 245, 230, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 243, 225, 179, 255, 252, 248, 238, 255, 254, 252, 247, 255, 246, 232, 196, 255, 237, 209, 137, 255, 233, 199, 118, 255, 225, 184, 107, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 48, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 234, 197, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 249, 229, 184, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 203, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 218, 172, 111, 255, 234, 208, 173, 255, 252, 249, 245, 255, 250, 243, 234, 255, 229, 196, 152, 255, 216, 165, 94, 255, 222, 178, 103, 255, 229, 192, 113, 255, 229, 192, 113, 255, 229, 192, 113, 255, 225, 184, 107, 255, 224, 181, 105, 255, 224, 181, 105, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 245, 229, 188, 255, 254, 252, 247, 255, 252, 248, 238, 255, 245, 229, 188, 255, 235, 205, 128, 255, 234, 202, 120, 255, 225, 184, 107, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 207, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 221, 183, 140, 255, 221, 183, 140, 255, 221, 183, 140, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 236, 200, 121, 255, 244, 212, 125, 255, 245, 216, 138, 255, 249, 229, 184, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 205, 122, 255, 227, 189, 111, 255, 218, 171, 98, 255, 218, 171, 98, 255, 218, 171, 98, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 196, 152, 255, 250, 243, 234, 255, 252, 249, 245, 255, 234, 208, 173, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 254, 252, 247, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 245, 229, 188, 255, 254, 252, 247, 255, 252, 248, 238, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 226, 186, 114, 255, 241, 217, 166, 255, 248, 233, 203, 255, 250, 238, 216, 255, 252, 243, 230, 255, 250, 238, 216, 255, 245, 228, 189, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 128, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 228, 188, 118, 255, 236, 202, 128, 255, 246, 224, 177, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 232, 194, 119, 255, 244, 212, 125, 255, 246, 220, 151, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 231, 197, 116, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 204, 158, 255, 252, 248, 238, 255, 252, 249, 245, 255, 229, 196, 152, 255, 222, 178, 103, 255, 225, 184, 107, 255, 230, 194, 114, 255, 237, 209, 137, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 254, 252, 247, 255, 254, 252, 247, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 243, 223, 175, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 48, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 223, 200, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 232, 194, 119, 255, 242, 209, 124, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 240, 206, 123, 255, 246, 218, 145, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 124, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 223, 181, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 227, 189, 111, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 254, 252, 247, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 235, 205, 128, 255, 242, 222, 171, 255, 246, 232, 196, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 203, 133, 255, 250, 242, 221, 255, 255, 255, 255, 255, 243, 227, 192, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 207, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 228, 188, 118, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 225, 184, 117, 255, 245, 214, 132, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 255, 255, 255, 255, 246, 232, 196, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 252, 248, 238, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 252, 249, 245, 255, 245, 231, 214, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 222, 178, 103, 255, 227, 189, 111, 255, 227, 189, 111, 255, 224, 181, 105, 255, 230, 194, 114, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 112, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 224, 188, 148, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 246, 220, 151, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 223, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 254, 252, 247, 255, 251, 245, 230, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 247, 235, 204, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 246, 232, 196, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 254, 252, 247, 255, 241, 219, 162, 255, 231, 197, 116, 255, 225, 184, 107, 255, 218, 171, 98, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 239, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 236, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 238, 203, 122, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 196, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 250, 242, 221, 255, 254, 252, 247, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 192, 137, 255, 255, 255, 255, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 251, 245, 230, 255, 248, 238, 213, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 229, 192, 113, 255, 226, 186, 109, 255, 222, 178, 103, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 237, 212, 178, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 96, 255, 255, 255, 112, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 143, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 224, 183, 122, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 238, 205, 129, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 217, 167, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 131, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 242, 220, 168, 255, 224, 184, 117, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 237, 210, 141, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 242, 220, 168, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 255, 255, 255, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 192, 122, 255, 238, 176, 125, 255, 238, 176, 125, 255, 238, 176, 125, 255, 238, 176, 125, 255, 236, 189, 122, 255, 235, 196, 121, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 192, 122, 255, 237, 183, 123, 255, 238, 176, 125, 255, 240, 163, 127, 255, 240, 166, 126, 255, 238, 176, 125, 255, 237, 186, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 231, 214, 255, 242, 223, 184, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 172, 111, 255, 224, 184, 131, 255, 231, 202, 162, 255, 234, 208, 173, 255, 234, 208, 173, 255, 255, 255, 255, 112, 255, 255, 255, 128, 255, 255, 255, 112, 255, 255, 255, 64, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 183, 140, 255, 243, 222, 188, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 242, 211, 131, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 199, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 233, 213, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 251, 240, 223, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 244, 225, 182, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 254, 252, 247, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 218, 171, 98, 255, 214, 163, 92, 255, 216, 165, 94, 255, 218, 171, 98, 255, 222, 178, 103, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 170, 126, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 240, 163, 127, 255, 242, 153, 128, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 241, 160, 127, 255, 236, 192, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 172, 111, 255, 247, 237, 224, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 252, 248, 238, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 150, 255, 231, 202, 162, 255, 237, 213, 183, 255, 239, 219, 193, 255, 242, 225, 203, 255, 234, 208, 173, 255, 226, 190, 142, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 191, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 244, 228, 208, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 183, 140, 255, 242, 223, 200, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 242, 211, 131, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 222, 177, 102, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 143, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 227, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 255, 255, 255, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 173, 104, 255, 230, 195, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 170, 126, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 241, 157, 128, 255, 235, 199, 121, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 173, 104, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 208, 173, 255, 224, 184, 131, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 233, 213, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 214, 151, 255, 242, 222, 171, 255, 246, 232, 196, 255, 250, 242, 221, 255, 253, 249, 242, 255, 245, 229, 188, 255, 229, 195, 145, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 250, 233, 197, 255, 252, 243, 230, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 216, 173, 125, 255, 239, 218, 193, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 242, 211, 131, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 240, 205, 123, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 221, 176, 101, 255, 218, 172, 111, 255, 224, 184, 131, 255, 226, 189, 140, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 247, 235, 204, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 200, 143, 88, 255, 187, 121, 75, 255, 234, 202, 120, 255, 235, 196, 121, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 238, 176, 125, 255, 234, 202, 120, 255, 234, 202, 120, 255, 208, 158, 96, 255, 182, 114, 71, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 237, 213, 183, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 250, 242, 221, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 244, 225, 182, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 246, 230, 196, 255, 242, 220, 168, 255, 236, 207, 134, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 178, 121, 255, 241, 222, 197, 255, 254, 251, 247, 255, 255, 254, 252, 255, 254, 252, 249, 255, 254, 249, 243, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 215, 154, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 191, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 241, 223, 255, 244, 228, 208, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 232, 203, 170, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 218, 145, 255, 244, 212, 125, 255, 245, 214, 132, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 245, 214, 132, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 247, 223, 158, 255, 249, 231, 182, 255, 250, 234, 190, 255, 251, 239, 206, 255, 252, 244, 223, 255, 252, 244, 223, 255, 254, 250, 239, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 252, 244, 223, 255, 252, 244, 223, 255, 250, 242, 222, 255, 250, 242, 221, 255, 250, 242, 221, 255, 252, 248, 237, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 250, 242, 221, 255, 248, 239, 219, 255, 245, 231, 214, 255, 245, 231, 214, 255, 234, 208, 173, 255, 241, 221, 182, 255, 245, 229, 188, 255, 249, 239, 215, 255, 252, 243, 229, 255, 253, 246, 236, 255, 253, 246, 236, 255, 252, 244, 232, 255, 252, 243, 230, 255, 240, 217, 186, 255, 233, 202, 160, 255, 228, 191, 143, 255, 233, 202, 160, 255, 240, 217, 186, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 250, 242, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 173, 104, 255, 165, 84, 55, 255, 191, 128, 79, 255, 236, 189, 122, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 241, 157, 128, 255, 234, 202, 120, 255, 221, 180, 108, 255, 165, 84, 55, 255, 191, 128, 79, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 230, 197, 141, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 237, 209, 143, 255, 233, 204, 164, 255, 242, 225, 203, 255, 252, 249, 245, 255, 247, 237, 224, 255, 234, 208, 173, 255, 245, 228, 188, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 226, 193, 155, 255, 249, 238, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 246, 220, 151, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 218, 193, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 216, 138, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 223, 158, 255, 250, 234, 190, 255, 252, 242, 214, 255, 253, 247, 231, 255, 252, 244, 223, 255, 252, 242, 214, 255, 250, 234, 190, 255, 250, 234, 190, 255, 247, 223, 158, 255, 247, 223, 158, 255, 246, 220, 149, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 239, 215, 154, 255, 239, 215, 154, 255, 239, 215, 154, 255, 230, 198, 147, 255, 234, 208, 173, 255, 234, 208, 173, 255, 237, 213, 176, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 254, 252, 247, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 247, 237, 224, 255, 245, 231, 214, 255, 234, 208, 173, 255, 231, 202, 162, 255, 224, 184, 131, 255, 235, 207, 169, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 178, 106, 67, 255, 165, 84, 55, 255, 183, 110, 72, 255, 218, 129, 106, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 232, 142, 120, 255, 195, 136, 83, 255, 165, 84, 55, 255, 169, 91, 59, 255, 221, 180, 108, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 229, 192, 113, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 248, 241, 255, 254, 251, 247, 255, 255, 254, 253, 255, 252, 248, 238, 255, 246, 233, 203, 255, 226, 190, 142, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 235, 205, 132, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 223, 213, 160, 90, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 191, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 221, 183, 140, 255, 211, 163, 110, 255, 219, 178, 133, 255, 242, 223, 200, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 216, 138, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 233, 215, 255, 224, 188, 148, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 245, 215, 133, 255, 247, 225, 166, 255, 250, 236, 198, 255, 252, 244, 223, 255, 252, 242, 214, 255, 250, 234, 190, 255, 247, 223, 158, 255, 245, 217, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 205, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 250, 238, 221, 255, 223, 181, 125, 255, 213, 160, 90, 255, 223, 181, 125, 255, 238, 212, 163, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 217, 168, 96, 255, 221, 178, 121, 255, 224, 184, 131, 255, 224, 184, 131, 255, 231, 202, 162, 255, 234, 208, 173, 255, 239, 219, 193, 255, 245, 231, 214, 255, 255, 254, 253, 255, 254, 253, 250, 255, 254, 250, 244, 255, 253, 247, 238, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 195, 116, 255, 178, 106, 67, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 194, 109, 83, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 208, 121, 97, 255, 184, 101, 74, 255, 170, 88, 60, 255, 184, 101, 74, 255, 184, 101, 74, 255, 170, 88, 60, 255, 165, 84, 55, 255, 169, 91, 59, 255, 221, 180, 108, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 253, 248, 239, 255, 254, 251, 246, 255, 255, 254, 253, 255, 255, 255, 255, 255, 248, 238, 213, 255, 243, 225, 179, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 231, 197, 116, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 239, 213, 160, 90, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 224, 188, 148, 255, 234, 208, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 236, 209, 176, 255, 250, 239, 214, 255, 252, 242, 214, 255, 249, 231, 182, 255, 246, 220, 149, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 124, 255, 235, 203, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 231, 199, 153, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 226, 186, 109, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 252, 243, 230, 255, 252, 245, 233, 255, 253, 247, 238, 255, 254, 249, 243, 255, 254, 253, 250, 255, 251, 244, 227, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 240, 215, 154, 255, 244, 226, 183, 255, 249, 240, 217, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 111, 255, 227, 188, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 195, 116, 255, 191, 128, 79, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 228, 138, 115, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 194, 109, 83, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 174, 99, 63, 255, 221, 180, 108, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 253, 248, 239, 255, 254, 251, 246, 255, 255, 254, 252, 255, 255, 255, 255, 255, 247, 237, 224, 255, 250, 242, 228, 255, 245, 229, 190, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 219, 171, 98, 175, 213, 160, 90, 128, 213, 160, 90, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 159, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 225, 184, 117, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 223, 178, 124, 255, 234, 204, 168, 255, 247, 235, 220, 255, 242, 224, 203, 255, 233, 201, 159, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 183, 255, 242, 222, 171, 255, 247, 235, 204, 255, 246, 231, 194, 255, 247, 231, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 246, 230, 209, 255, 234, 203, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 195, 116, 255, 216, 165, 100, 255, 216, 165, 100, 255, 227, 188, 113, 255, 235, 205, 127, 255, 239, 212, 148, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 242, 220, 168, 255, 194, 136, 100, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 208, 121, 97, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 178, 106, 67, 255, 230, 195, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 254, 250, 244, 255, 255, 254, 252, 255, 255, 255, 255, 255, 252, 249, 245, 255, 242, 225, 203, 255, 229, 196, 152, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 223, 200, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 214, 132, 255, 241, 207, 124, 255, 229, 191, 142, 255, 242, 224, 203, 255, 240, 219, 194, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 206, 122, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 212, 153, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 245, 228, 189, 255, 251, 240, 223, 255, 253, 245, 235, 255, 251, 245, 236, 255, 237, 213, 181, 255, 234, 204, 165, 255, 252, 243, 230, 255, 239, 214, 181, 255, 233, 204, 168, 255, 216, 165, 100, 255, 227, 188, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 216, 165, 100, 255, 216, 165, 100, 255, 232, 199, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 219, 183, 164, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 204, 117, 92, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 170, 88, 60, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 182, 114, 71, 255, 230, 195, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 200, 119, 255, 230, 193, 115, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 239, 212, 148, 255, 239, 212, 148, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 220, 166, 255, 253, 248, 241, 255, 254, 252, 249, 255, 255, 255, 255, 255, 254, 253, 250, 255, 254, 250, 244, 255, 253, 248, 239, 255, 253, 245, 235, 255, 240, 217, 186, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 224, 183, 127, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 143, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 218, 193, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 247, 223, 158, 255, 247, 232, 204, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 216, 157, 255, 236, 220, 189, 255, 234, 206, 137, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 235, 204, 137, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 180, 124, 255, 226, 188, 139, 255, 242, 225, 202, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 216, 165, 100, 255, 221, 174, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 216, 165, 100, 255, 216, 165, 100, 255, 239, 214, 181, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 223, 208, 255, 203, 154, 132, 255, 165, 84, 55, 255, 165, 84, 55, 255, 204, 117, 92, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 184, 101, 74, 255, 165, 84, 55, 255, 165, 84, 55, 255, 187, 121, 75, 255, 212, 165, 100, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 237, 210, 141, 255, 218, 170, 103, 255, 216, 165, 100, 255, 224, 181, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 195, 116, 255, 235, 205, 127, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 246, 230, 193, 255, 244, 228, 186, 255, 247, 235, 204, 255, 248, 238, 213, 255, 248, 237, 210, 255, 253, 248, 239, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 242, 220, 168, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 242, 220, 173, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 239, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 241, 218, 255, 252, 244, 223, 255, 245, 223, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 203, 126, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 239, 215, 154, 255, 225, 186, 133, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 227, 189, 126, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 216, 165, 100, 255, 216, 165, 100, 255, 234, 205, 167, 255, 254, 249, 243, 255, 227, 189, 141, 255, 216, 165, 100, 255, 216, 165, 100, 255, 221, 174, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 200, 119, 255, 221, 174, 105, 255, 225, 184, 127, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 214, 173, 153, 255, 165, 84, 55, 255, 213, 125, 101, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 184, 101, 74, 255, 165, 84, 55, 255, 187, 121, 75, 255, 234, 202, 120, 255, 236, 207, 134, 255, 243, 223, 175, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 216, 165, 100, 255, 216, 165, 100, 255, 221, 174, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 219, 172, 104, 255, 216, 165, 100, 255, 227, 189, 135, 255, 252, 243, 230, 255, 248, 233, 214, 255, 234, 204, 165, 255, 241, 219, 191, 255, 253, 248, 239, 255, 253, 246, 236, 255, 252, 244, 232, 255, 250, 238, 216, 255, 243, 223, 175, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 235, 205, 127, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 225, 184, 107, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 96, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 233, 215, 255, 229, 198, 163, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 253, 247, 233, 255, 248, 228, 174, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 239, 218, 168, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 203, 126, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 178, 121, 255, 229, 196, 152, 255, 234, 208, 173, 255, 247, 237, 218, 255, 252, 248, 238, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 251, 245, 230, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 245, 231, 214, 255, 245, 231, 214, 255, 245, 231, 214, 255, 245, 231, 214, 255, 245, 231, 214, 255, 239, 219, 193, 255, 239, 218, 190, 255, 250, 241, 228, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 189, 141, 255, 234, 204, 165, 255, 252, 243, 230, 255, 252, 244, 232, 255, 239, 215, 183, 255, 216, 165, 100, 255, 217, 167, 101, 255, 228, 190, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 176, 104, 77, 255, 204, 117, 92, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 184, 101, 74, 255, 165, 84, 55, 255, 224, 188, 128, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 216, 165, 100, 255, 216, 165, 100, 255, 221, 174, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 216, 165, 100, 255, 216, 165, 100, 255, 216, 165, 100, 255, 252, 243, 230, 255, 234, 204, 165, 255, 216, 165, 100, 255, 216, 165, 100, 255, 248, 233, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 207, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 232, 203, 170, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 178, 115, 255, 242, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 250, 244, 255, 253, 246, 233, 255, 245, 216, 138, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 239, 215, 154, 255, 245, 229, 188, 255, 246, 234, 216, 255, 255, 255, 255, 255, 255, 255, 255, 255, 250, 243, 234, 255, 247, 237, 218, 255, 245, 229, 188, 255, 242, 222, 171, 255, 239, 215, 154, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 237, 210, 146, 255, 231, 197, 136, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 184, 131, 255, 229, 196, 152, 255, 254, 249, 243, 255, 254, 250, 244, 255, 254, 250, 244, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 230, 193, 115, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 203, 154, 132, 255, 179, 96, 69, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 170, 88, 60, 255, 176, 104, 77, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 199, 157, 255, 216, 165, 100, 255, 230, 194, 138, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 216, 165, 100, 255, 216, 165, 100, 255, 216, 165, 100, 255, 250, 238, 222, 255, 245, 228, 206, 255, 216, 165, 100, 255, 216, 165, 100, 255, 241, 219, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 237, 213, 185, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 178, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 253, 248, 241, 255, 252, 244, 232, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 239, 218, 168, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 227, 217, 255, 243, 237, 230, 255, 250, 247, 244, 255, 255, 255, 255, 255, 254, 253, 252, 255, 248, 240, 219, 255, 245, 229, 188, 255, 238, 213, 152, 255, 216, 165, 94, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 248, 241, 255, 253, 248, 241, 255, 253, 246, 236, 255, 252, 243, 230, 255, 249, 235, 209, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 203, 186, 255, 165, 84, 55, 255, 223, 134, 111, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 237, 146, 124, 255, 165, 84, 55, 255, 198, 144, 121, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 232, 197, 118, 255, 217, 167, 101, 255, 216, 165, 100, 255, 218, 170, 103, 255, 244, 225, 182, 255, 252, 243, 230, 255, 234, 204, 165, 255, 218, 170, 108, 255, 243, 224, 198, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 164, 93, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 143, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 208, 178, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 236, 200, 121, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 254, 250, 244, 255, 252, 245, 233, 255, 252, 243, 230, 255, 250, 233, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 220, 184, 255, 237, 227, 217, 255, 243, 237, 230, 255, 251, 249, 247, 255, 255, 255, 255, 255, 250, 247, 244, 255, 243, 237, 230, 255, 238, 229, 219, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 203, 126, 255, 235, 205, 127, 255, 237, 210, 146, 255, 239, 215, 164, 255, 243, 223, 175, 255, 243, 223, 175, 255, 245, 228, 189, 255, 248, 233, 203, 255, 248, 233, 203, 255, 245, 228, 189, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 239, 212, 148, 255, 237, 210, 141, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 228, 193, 146, 255, 224, 184, 131, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 248, 241, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 251, 246, 255, 254, 249, 243, 255, 246, 231, 194, 255, 245, 229, 188, 255, 239, 215, 154, 255, 227, 188, 113, 255, 230, 193, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 195, 116, 255, 221, 174, 105, 255, 226, 187, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 198, 144, 121, 255, 175, 92, 64, 255, 237, 146, 124, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 194, 109, 83, 255, 170, 94, 66, 255, 241, 223, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 200, 119, 255, 226, 186, 111, 255, 231, 195, 116, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 225, 184, 112, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 178, 121, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 231, 202, 162, 255, 234, 208, 173, 255, 238, 215, 178, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 239, 218, 180, 255, 234, 208, 173, 255, 234, 208, 173, 255, 234, 208, 173, 255, 234, 208, 173, 255, 229, 196, 152, 255, 225, 187, 133, 255, 245, 222, 165, 191, 255, 255, 255, 64, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 223, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 181, 133, 255, 242, 223, 200, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 241, 255, 253, 248, 241, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 235, 197, 121, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 249, 231, 182, 255, 252, 248, 241, 255, 254, 253, 252, 255, 248, 245, 241, 255, 242, 235, 228, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 236, 210, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 240, 221, 255, 253, 247, 238, 255, 254, 249, 243, 255, 254, 251, 247, 255, 254, 252, 249, 255, 255, 254, 253, 255, 255, 254, 253, 255, 254, 252, 249, 255, 254, 251, 246, 255, 254, 249, 243, 255, 253, 248, 241, 255, 253, 246, 236, 255, 253, 246, 236, 255, 252, 245, 233, 255, 245, 228, 206, 255, 227, 189, 141, 255, 226, 186, 117, 255, 239, 212, 148, 255, 237, 210, 141, 255, 223, 179, 108, 255, 216, 165, 100, 255, 216, 165, 100, 255, 228, 190, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 177, 106, 255, 216, 165, 100, 255, 216, 165, 100, 255, 242, 221, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 203, 186, 255, 213, 168, 147, 255, 246, 185, 167, 255, 240, 163, 127, 255, 240, 163, 127, 255, 239, 173, 125, 255, 209, 151, 97, 255, 213, 168, 123, 255, 247, 233, 219, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 248, 241, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 252, 249, 255, 252, 247, 240, 255, 250, 243, 234, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 252, 247, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 248, 238, 213, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 243, 225, 179, 255, 239, 215, 154, 255, 229, 194, 139, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 236, 206, 153, 255, 250, 234, 190, 255, 251, 241, 212, 191, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 175, 255, 255, 255, 175, 255, 255, 255, 143, 255, 255, 255, 159, 255, 255, 255, 128, 255, 255, 255, 80, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 48, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 183, 140, 255, 247, 233, 215, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 250, 244, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 233, 193, 120, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 225, 166, 255, 252, 242, 214, 255, 255, 255, 255, 255, 252, 242, 214, 255, 244, 232, 206, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 241, 221, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 254, 249, 243, 255, 254, 252, 249, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 252, 255, 254, 251, 247, 255, 254, 249, 243, 255, 253, 246, 236, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 216, 165, 100, 255, 243, 224, 198, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 216, 165, 100, 255, 222, 177, 106, 255, 242, 220, 168, 255, 248, 233, 203, 255, 224, 182, 126, 255, 216, 165, 100, 255, 216, 165, 100, 255, 233, 200, 136, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 224, 198, 255, 234, 204, 165, 255, 239, 214, 176, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 233, 200, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 234, 208, 173, 255, 229, 196, 152, 255, 224, 184, 131, 255, 224, 184, 131, 255, 233, 205, 166, 255, 245, 228, 205, 255, 245, 228, 189, 255, 235, 205, 127, 255, 234, 202, 120, 255, 239, 212, 148, 255, 239, 212, 148, 255, 240, 215, 154, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 242, 220, 168, 255, 239, 212, 148, 255, 239, 212, 148, 255, 236, 207, 134, 255, 231, 197, 116, 255, 214, 163, 92, 255, 213, 160, 90, 255, 225, 180, 103, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 64, 255, 255, 255, 112, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 112, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 143, 244, 212, 125, 255, 246, 218, 145, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 244, 228, 208, 255, 253, 247, 238, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 200, 129, 255, 249, 231, 182, 255, 254, 250, 239, 255, 254, 250, 239, 255, 249, 231, 182, 255, 245, 215, 133, 255, 244, 212, 125, 255, 243, 213, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 241, 225, 195, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 253, 248, 239, 255, 254, 251, 247, 255, 255, 254, 253, 255, 255, 255, 255, 255, 254, 253, 250, 255, 254, 250, 244, 255, 253, 247, 238, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 209, 173, 255, 216, 165, 100, 255, 234, 204, 165, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 194, 149, 255, 216, 165, 100, 255, 223, 180, 124, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 185, 255, 217, 167, 101, 255, 216, 165, 100, 255, 227, 189, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 189, 141, 255, 216, 165, 100, 255, 217, 167, 101, 255, 232, 197, 118, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 207, 137, 255, 233, 200, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 180, 124, 255, 216, 165, 100, 255, 217, 167, 101, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 219, 172, 104, 255, 216, 165, 100, 255, 219, 172, 104, 255, 233, 200, 119, 255, 234, 202, 120, 255, 232, 197, 118, 255, 225, 184, 110, 255, 228, 190, 114, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 215, 165, 99, 255, 215, 165, 99, 255, 225, 186, 134, 255, 242, 222, 195, 255, 252, 243, 230, 255, 251, 240, 223, 255, 246, 230, 196, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 232, 195, 114, 255, 234, 196, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 112, 255, 255, 255, 128, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 223, 247, 222, 158, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 233, 208, 181, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 242, 224, 203, 255, 253, 250, 246, 255, 244, 227, 203, 255, 247, 223, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 220, 184, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 186, 255, 249, 235, 209, 255, 253, 248, 239, 255, 254, 251, 247, 255, 255, 255, 255, 255, 255, 254, 252, 255, 254, 251, 246, 255, 253, 247, 238, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 232, 199, 157, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 224, 198, 255, 245, 228, 206, 255, 253, 245, 235, 255, 253, 246, 236, 255, 254, 249, 243, 255, 249, 239, 215, 255, 243, 225, 179, 255, 242, 224, 196, 255, 251, 243, 233, 255, 253, 246, 236, 255, 252, 243, 230, 255, 250, 238, 222, 255, 235, 206, 149, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 230, 194, 172, 255, 230, 193, 175, 255, 232, 196, 154, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 216, 165, 100, 255, 216, 165, 100, 255, 230, 193, 115, 255, 240, 215, 154, 255, 239, 213, 170, 255, 216, 165, 100, 255, 216, 165, 100, 255, 216, 165, 100, 255, 230, 193, 115, 255, 236, 207, 134, 255, 224, 182, 126, 255, 216, 165, 100, 255, 216, 165, 100, 255, 246, 230, 201, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 239, 208, 129, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 96, 255, 255, 255, 96, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 80, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 198, 163, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 224, 188, 148, 255, 229, 193, 137, 255, 228, 188, 118, 255, 228, 188, 118, 255, 223, 181, 116, 255, 217, 172, 113, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 169, 119, 255, 230, 203, 173, 255, 239, 219, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 242, 224, 203, 255, 253, 250, 246, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 136, 255, 233, 216, 194, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 247, 243, 239, 255, 254, 253, 252, 255, 252, 248, 238, 255, 254, 250, 244, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 209, 173, 255, 225, 185, 133, 255, 250, 238, 222, 255, 253, 246, 236, 255, 254, 249, 243, 255, 254, 252, 249, 255, 254, 253, 250, 255, 254, 250, 244, 255, 253, 247, 238, 255, 252, 245, 233, 255, 245, 228, 189, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 234, 202, 185, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 233, 199, 137, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 216, 165, 100, 255, 234, 203, 137, 255, 252, 243, 230, 255, 243, 224, 198, 255, 216, 165, 100, 255, 216, 165, 100, 255, 219, 172, 104, 255, 234, 202, 120, 255, 242, 220, 168, 255, 232, 199, 157, 255, 216, 165, 100, 255, 226, 188, 139, 255, 251, 241, 228, 255, 253, 246, 236, 255, 253, 246, 236, 255, 235, 208, 173, 255, 249, 239, 226, 255, 254, 249, 243, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 246, 236, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 241, 211, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 231, 188, 159, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 203, 170, 255, 249, 238, 223, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 202, 128, 255, 231, 201, 163, 255, 224, 188, 148, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 240, 223, 202, 255, 244, 228, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 230, 188, 119, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 247, 235, 220, 255, 251, 245, 238, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 215, 152, 255, 222, 176, 121, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 235, 228, 255, 250, 247, 244, 255, 255, 255, 255, 255, 247, 243, 239, 255, 239, 231, 222, 255, 234, 219, 194, 255, 239, 215, 159, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 254, 251, 246, 255, 255, 254, 253, 255, 254, 251, 247, 255, 253, 248, 239, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 196, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 194, 172, 255, 246, 229, 206, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 146, 255, 226, 186, 111, 255, 226, 186, 111, 255, 239, 212, 148, 255, 252, 243, 230, 255, 250, 238, 222, 255, 243, 224, 198, 255, 243, 224, 198, 255, 243, 223, 175, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 243, 224, 198, 255, 230, 194, 149, 255, 252, 243, 230, 255, 253, 246, 236, 255, 246, 232, 213, 255, 233, 204, 168, 255, 226, 188, 139, 255, 246, 231, 212, 255, 253, 246, 236, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 250, 244, 255, 254, 252, 249, 255, 254, 252, 249, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 252, 255, 254, 252, 249, 255, 254, 251, 246, 255, 254, 249, 243, 255, 253, 247, 238, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 223, 175, 255, 242, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 96, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 237, 213, 185, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 247, 224, 164, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 223, 200, 255, 242, 223, 200, 255, 244, 228, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 247, 235, 220, 255, 247, 235, 220, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 235, 228, 255, 252, 251, 250, 255, 252, 251, 250, 255, 243, 237, 230, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 235, 209, 144, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 250, 244, 255, 255, 254, 253, 255, 255, 254, 252, 255, 253, 248, 241, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 196, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 231, 196, 178, 255, 248, 234, 220, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 235, 205, 127, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 242, 222, 197, 255, 243, 226, 205, 255, 252, 246, 239, 255, 254, 249, 243, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 253, 246, 236, 255, 253, 248, 239, 255, 254, 249, 243, 255, 254, 251, 246, 255, 254, 252, 249, 255, 255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 252, 249, 255, 254, 251, 246, 255, 253, 248, 241, 255, 251, 243, 228, 255, 240, 214, 148, 255, 243, 211, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 64, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 203, 170, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 247, 222, 158, 255, 246, 220, 151, 255, 246, 220, 151, 255, 247, 222, 158, 255, 249, 231, 191, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 247, 235, 220, 255, 247, 235, 220, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 242, 235, 228, 255, 252, 251, 250, 255, 250, 247, 244, 255, 241, 233, 225, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 210, 154, 255, 242, 220, 168, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 251, 246, 255, 255, 255, 255, 255, 254, 252, 249, 255, 253, 247, 238, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 253, 248, 239, 255, 254, 250, 244, 255, 253, 248, 239, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 199, 157, 255, 216, 165, 100, 255, 227, 189, 141, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 232, 197, 118, 255, 226, 186, 111, 255, 226, 186, 111, 255, 236, 207, 134, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 238, 212, 196, 255, 230, 193, 175, 255, 230, 193, 175, 255, 235, 210, 195, 255, 240, 223, 211, 255, 242, 232, 221, 255, 237, 215, 202, 255, 231, 196, 178, 255, 230, 193, 175, 255, 231, 196, 178, 255, 248, 234, 220, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 252, 243, 230, 255, 250, 238, 222, 255, 250, 238, 222, 255, 252, 243, 230, 255, 253, 247, 238, 255, 254, 251, 247, 255, 255, 254, 252, 255, 254, 250, 244, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 253, 246, 236, 255, 253, 248, 241, 255, 254, 250, 244, 255, 251, 244, 228, 255, 255, 255, 255, 255, 255, 255, 255, 255, 252, 244, 223, 255, 250, 234, 190, 255, 247, 225, 166, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 48, 252, 243, 230, 239, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 216, 173, 125, 255, 249, 238, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 195, 136, 255, 242, 224, 203, 255, 247, 235, 220, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 234, 204, 168, 255, 251, 245, 238, 255, 249, 244, 238, 255, 239, 231, 222, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 214, 171, 255, 236, 207, 134, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 251, 246, 255, 255, 255, 255, 255, 255, 254, 252, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 254, 251, 247, 255, 254, 251, 247, 255, 253, 246, 236, 255, 252, 243, 230, 255, 241, 219, 189, 255, 221, 175, 116, 255, 227, 189, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 216, 165, 100, 255, 216, 165, 100, 255, 227, 189, 141, 255, 252, 243, 230, 255, 249, 235, 209, 255, 233, 200, 130, 255, 217, 167, 101, 255, 216, 165, 100, 255, 218, 170, 108, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 237, 223, 255, 234, 202, 185, 255, 230, 193, 175, 255, 235, 205, 189, 255, 241, 229, 218, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 234, 225, 255, 234, 207, 192, 255, 230, 193, 175, 255, 230, 193, 175, 255, 241, 218, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 250, 244, 255, 255, 254, 253, 255, 255, 254, 252, 255, 253, 248, 241, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 242, 221, 174, 255, 240, 210, 129, 255, 244, 212, 125, 255, 246, 220, 149, 255, 248, 228, 174, 255, 250, 236, 198, 255, 253, 247, 231, 255, 255, 255, 255, 255, 253, 247, 231, 255, 250, 236, 198, 255, 247, 223, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 16, 252, 243, 230, 207, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 233, 204, 164, 255, 248, 226, 171, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 181, 124, 255, 245, 226, 188, 255, 251, 245, 238, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 223, 158, 255, 251, 242, 222, 255, 247, 235, 220, 255, 230, 194, 150, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 216, 183, 255, 234, 203, 126, 255, 240, 215, 154, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 241, 255, 255, 254, 253, 255, 255, 254, 252, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 254, 253, 250, 255, 254, 252, 249, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 204, 165, 255, 216, 165, 100, 255, 218, 170, 108, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 189, 141, 255, 221, 175, 116, 255, 245, 228, 206, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 222, 255, 234, 204, 165, 255, 234, 204, 165, 255, 241, 219, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 241, 218, 203, 255, 230, 193, 175, 255, 231, 196, 178, 255, 242, 221, 206, 255, 247, 239, 229, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 242, 225, 212, 255, 233, 199, 182, 255, 230, 193, 175, 255, 233, 199, 182, 255, 244, 224, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 231, 207, 255, 231, 195, 122, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 232, 198, 134, 255, 225, 185, 133, 255, 230, 194, 149, 255, 250, 238, 222, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 245, 233, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 247, 238, 255, 254, 249, 243, 255, 254, 250, 244, 255, 255, 254, 253, 255, 255, 255, 255, 255, 255, 254, 253, 255, 254, 249, 243, 255, 253, 246, 236, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 236, 214, 162, 255, 234, 222, 205, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 223, 158, 255, 250, 236, 198, 255, 253, 247, 231, 255, 254, 252, 247, 255, 252, 242, 214, 255, 255, 255, 255, 96, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 175, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 242, 209, 124, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 235, 197, 121, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 252, 247, 238, 255, 248, 228, 174, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 245, 215, 133, 255, 250, 236, 198, 255, 254, 250, 239, 255, 248, 228, 174, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 234, 219, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 205, 131, 255, 235, 205, 127, 255, 247, 232, 199, 255, 254, 252, 249, 255, 255, 255, 255, 255, 254, 249, 243, 255, 252, 244, 232, 255, 252, 243, 230, 255, 253, 245, 235, 255, 254, 252, 249, 255, 255, 254, 253, 255, 253, 247, 238, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 224, 198, 255, 234, 204, 165, 255, 248, 233, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 245, 227, 213, 255, 238, 212, 196, 255, 230, 193, 175, 255, 230, 193, 175, 255, 237, 209, 192, 255, 249, 236, 223, 255, 246, 238, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 237, 228, 255, 252, 243, 230, 255, 244, 224, 209, 255, 233, 199, 182, 255, 230, 193, 175, 255, 231, 196, 178, 255, 240, 215, 199, 255, 248, 234, 220, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 204, 165, 255, 216, 165, 100, 255, 216, 165, 100, 255, 227, 188, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 232, 198, 134, 255, 216, 165, 100, 255, 216, 165, 100, 255, 236, 209, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 206, 255, 227, 189, 141, 255, 236, 209, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 249, 243, 255, 255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 255, 254, 252, 249, 255, 254, 251, 246, 255, 250, 241, 220, 255, 239, 222, 182, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 225, 166, 255, 255, 255, 255, 159, 255, 255, 255, 223, 255, 255, 255, 207, 255, 255, 255, 112, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 80, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 178, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 238, 202, 123, 255, 233, 193, 120, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 250, 242, 229, 255, 250, 234, 190, 255, 245, 215, 133, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 201, 159, 255, 253, 250, 246, 255, 250, 234, 190, 255, 245, 215, 133, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 240, 216, 157, 255, 235, 222, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 242, 225, 182, 255, 254, 252, 247, 255, 250, 242, 221, 255, 250, 239, 219, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 255, 255, 255, 255, 254, 251, 247, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 247, 231, 216, 255, 247, 231, 216, 255, 241, 218, 203, 255, 241, 218, 203, 255, 241, 218, 203, 255, 238, 212, 196, 255, 236, 206, 189, 255, 233, 199, 182, 255, 230, 193, 175, 255, 230, 193, 175, 255, 233, 199, 182, 255, 238, 212, 196, 255, 247, 231, 216, 255, 251, 242, 230, 255, 246, 238, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 246, 239, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 231, 216, 255, 237, 209, 192, 255, 230, 193, 175, 255, 230, 193, 175, 255, 233, 199, 182, 255, 238, 212, 196, 255, 242, 221, 206, 255, 247, 231, 216, 255, 247, 231, 216, 255, 247, 231, 216, 255, 240, 216, 192, 255, 224, 181, 129, 255, 225, 185, 133, 255, 236, 209, 173, 255, 248, 233, 203, 255, 249, 235, 209, 255, 250, 238, 222, 255, 223, 180, 124, 255, 216, 165, 100, 255, 241, 219, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 189, 141, 255, 216, 165, 100, 255, 216, 165, 100, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 254, 251, 246, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 249, 243, 255, 255, 254, 253, 255, 254, 253, 250, 255, 251, 242, 226, 255, 242, 228, 199, 255, 247, 243, 239, 255, 252, 251, 250, 255, 255, 255, 255, 255, 251, 249, 247, 255, 246, 241, 236, 255, 247, 225, 166, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 143, 255, 255, 255, 223, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 16, 252, 243, 230, 239, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 228, 202, 255, 235, 199, 134, 255, 228, 185, 118, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 244, 229, 211, 255, 244, 227, 203, 255, 244, 215, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 244, 229, 211, 255, 247, 235, 220, 255, 243, 215, 148, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 242, 215, 147, 255, 238, 219, 179, 255, 235, 222, 206, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 225, 214, 255, 247, 243, 239, 255, 254, 253, 252, 255, 243, 230, 202, 255, 234, 202, 120, 255, 235, 205, 127, 255, 245, 228, 190, 255, 254, 252, 249, 255, 255, 254, 253, 255, 253, 248, 241, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 220, 255, 247, 231, 216, 255, 247, 231, 216, 255, 247, 231, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 241, 229, 255, 245, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 246, 239, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 245, 227, 213, 255, 241, 218, 203, 255, 236, 206, 189, 255, 236, 206, 189, 255, 236, 206, 189, 255, 240, 215, 199, 255, 242, 221, 206, 255, 247, 231, 216, 255, 251, 240, 227, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 222, 255, 232, 199, 157, 255, 227, 189, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 254, 252, 249, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 241, 225, 255, 247, 237, 214, 255, 255, 255, 255, 255, 246, 241, 236, 255, 235, 225, 214, 255, 234, 223, 211, 255, 237, 227, 217, 255, 243, 237, 230, 255, 248, 245, 241, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 247, 231, 255, 249, 231, 182, 255, 245, 217, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 143, 255, 255, 255, 223, 255, 255, 255, 159, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 128, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 240, 217, 187, 255, 231, 195, 151, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 244, 229, 211, 255, 230, 194, 150, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 230, 194, 150, 255, 251, 245, 238, 255, 236, 209, 176, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 214, 141, 255, 240, 217, 163, 255, 235, 222, 206, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 251, 249, 247, 255, 251, 249, 247, 255, 238, 229, 219, 255, 234, 223, 211, 255, 234, 214, 171, 255, 238, 212, 145, 255, 251, 245, 230, 255, 251, 245, 230, 255, 251, 243, 228, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 247, 239, 229, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 246, 238, 228, 255, 251, 242, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 253, 250, 255, 254, 249, 243, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 235, 214, 167, 255, 234, 222, 205, 255, 237, 227, 217, 255, 250, 247, 244, 255, 254, 253, 252, 255, 241, 233, 225, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 244, 212, 125, 255, 247, 225, 166, 255, 250, 236, 198, 255, 254, 250, 239, 255, 255, 255, 255, 255, 253, 247, 231, 255, 249, 231, 182, 255, 245, 217, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 159, 255, 255, 255, 207, 255, 255, 255, 112, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 16, 252, 243, 230, 239, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 237, 208, 173, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 249, 240, 229, 255, 234, 204, 168, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 229, 204, 175, 255, 238, 214, 185, 255, 249, 240, 229, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 130, 255, 236, 221, 195, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 231, 222, 255, 254, 253, 252, 255, 247, 243, 239, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 254, 253, 252, 255, 248, 238, 213, 255, 235, 205, 128, 255, 235, 205, 127, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 248, 240, 229, 255, 245, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 237, 228, 255, 250, 242, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 250, 244, 255, 254, 253, 250, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 240, 220, 177, 255, 234, 220, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 233, 225, 255, 254, 253, 252, 255, 248, 245, 241, 255, 235, 225, 214, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 198, 144, 255, 240, 219, 194, 255, 251, 245, 238, 255, 255, 255, 255, 255, 252, 244, 223, 255, 248, 228, 174, 255, 245, 215, 133, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 159, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 112, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 238, 212, 180, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 242, 224, 203, 255, 240, 219, 194, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 235, 225, 214, 255, 250, 247, 244, 255, 240, 219, 194, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 240, 217, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 235, 228, 255, 255, 255, 255, 255, 242, 235, 228, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 254, 253, 252, 255, 243, 227, 209, 255, 226, 189, 140, 255, 232, 197, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 241, 229, 255, 247, 239, 229, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 247, 239, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 255, 254, 253, 255, 254, 250, 244, 255, 248, 236, 215, 255, 236, 222, 196, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 225, 214, 255, 247, 243, 239, 255, 254, 253, 252, 255, 242, 228, 201, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 246, 220, 149, 255, 250, 236, 198, 255, 254, 250, 239, 255, 254, 252, 247, 255, 254, 251, 243, 175, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 159, 255, 255, 255, 175, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 207, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 247, 235, 220, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 238, 229, 219, 255, 251, 249, 247, 255, 242, 235, 228, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 234, 207, 160, 255, 234, 223, 211, 255, 234, 223, 211, 255, 245, 239, 233, 255, 254, 253, 252, 255, 239, 231, 222, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 236, 220, 201, 255, 254, 253, 252, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 189, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 249, 241, 229, 255, 247, 239, 229, 255, 245, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 237, 228, 255, 248, 240, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 243, 230, 255, 250, 246, 242, 255, 254, 253, 252, 255, 241, 233, 225, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 231, 222, 255, 254, 253, 252, 255, 250, 234, 190, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 223, 158, 255, 253, 248, 233, 191, 255, 255, 255, 255, 255, 255, 255, 207, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 128, 255, 255, 255, 175, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 234, 205, 133, 143, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 244, 229, 211, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 201, 169, 255, 241, 233, 225, 255, 251, 249, 247, 255, 238, 229, 219, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 246, 240, 233, 255, 253, 250, 246, 255, 238, 229, 219, 255, 232, 214, 193, 255, 230, 207, 181, 255, 226, 192, 151, 255, 228, 192, 147, 255, 253, 250, 246, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 213, 177, 255, 234, 203, 126, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 244, 225, 182, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 250, 242, 230, 255, 248, 240, 229, 255, 247, 239, 229, 255, 245, 238, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 237, 228, 255, 247, 239, 229, 255, 251, 242, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 223, 255, 235, 224, 212, 255, 234, 223, 211, 255, 242, 235, 228, 255, 254, 253, 252, 255, 250, 247, 244, 255, 237, 227, 217, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 217, 149, 255, 252, 242, 214, 255, 249, 239, 221, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 255, 255, 255, 16, 255, 255, 255, 112, 255, 255, 255, 223, 255, 255, 255, 239, 255, 255, 255, 128, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 175, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 80, 232, 200, 121, 239, 237, 211, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 230, 188, 119, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 242, 224, 203, 255, 225, 183, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 197, 152, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 229, 216, 255, 251, 249, 247, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 249, 240, 229, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 234, 223, 211, 255, 234, 222, 205, 255, 234, 207, 143, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 240, 215, 154, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 242, 220, 168, 255, 239, 212, 148, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 233, 215, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 238, 228, 255, 248, 240, 229, 255, 250, 242, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 223, 255, 236, 226, 213, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 227, 217, 255, 250, 247, 244, 255, 254, 253, 252, 255, 245, 239, 233, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 244, 212, 125, 255, 230, 188, 119, 255, 236, 209, 176, 255, 251, 245, 238, 255, 227, 188, 141, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 175, 255, 255, 255, 255, 255, 255, 255, 159, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 143, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 237, 211, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 244, 229, 211, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 248, 234, 216, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 247, 243, 239, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 249, 240, 229, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 214, 171, 255, 234, 203, 126, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 222, 181, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 246, 239, 229, 255, 248, 240, 229, 255, 250, 241, 229, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 222, 255, 243, 233, 221, 255, 236, 226, 213, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 237, 230, 255, 255, 255, 255, 255, 250, 247, 244, 255, 237, 227, 217, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 249, 240, 229, 255, 234, 204, 168, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 143, 255, 255, 255, 239, 255, 255, 255, 159, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 128, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 237, 211, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 230, 191, 118, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 246, 240, 233, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 234, 209, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 206, 134, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 233, 215, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 240, 215, 154, 255, 243, 223, 175, 255, 243, 223, 175, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 244, 225, 182, 255, 242, 221, 174, 255, 237, 220, 186, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 251, 249, 247, 255, 254, 253, 252, 255, 241, 233, 225, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 247, 234, 213, 255, 251, 239, 206, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 239, 255, 255, 255, 191, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 159, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 237, 211, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 198, 163, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 234, 195, 121, 255, 243, 210, 124, 255, 243, 210, 124, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 242, 224, 203, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 234, 204, 168, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 242, 224, 203, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 218, 188, 255, 234, 206, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 226, 194, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 237, 213, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 205, 131, 255, 234, 215, 177, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 246, 241, 236, 255, 255, 255, 255, 255, 246, 241, 236, 255, 234, 223, 211, 255, 230, 207, 181, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 182, 128, 255, 243, 210, 124, 255, 250, 234, 190, 255, 252, 242, 214, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 223, 255, 255, 255, 175, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 223, 200, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 224, 185, 129, 255, 244, 228, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 234, 204, 168, 255, 221, 173, 115, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 226, 173, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 251, 245, 238, 255, 225, 183, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 215, 177, 255, 234, 205, 131, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 206, 134, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 240, 224, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 207, 143, 255, 234, 216, 183, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 233, 225, 255, 254, 253, 252, 255, 250, 247, 244, 255, 224, 181, 130, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 214, 193, 255, 243, 213, 136, 255, 244, 212, 125, 255, 248, 228, 174, 255, 252, 244, 223, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 223, 255, 255, 255, 159, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 159, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 216, 173, 125, 255, 229, 198, 163, 255, 239, 218, 193, 255, 252, 243, 230, 255, 246, 230, 208, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 235, 197, 121, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 242, 224, 203, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 234, 204, 168, 255, 221, 173, 115, 255, 223, 182, 133, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 174, 255, 254, 252, 247, 255, 239, 205, 131, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 249, 240, 229, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 215, 177, 255, 234, 205, 131, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 222, 181, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 242, 230, 208, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 210, 154, 255, 234, 219, 194, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 218, 199, 255, 249, 240, 229, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 252, 244, 223, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 239, 255, 255, 255, 143, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 239, 212, 149, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 237, 213, 185, 255, 249, 229, 184, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 234, 204, 168, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 254, 252, 247, 255, 246, 220, 149, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 215, 177, 255, 234, 207, 143, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 127, 255, 242, 230, 208, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 240, 224, 188, 255, 235, 204, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 205, 131, 255, 234, 214, 171, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 223, 178, 124, 255, 249, 240, 229, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 252, 244, 223, 255, 246, 220, 149, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 223, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 240, 208, 124, 255, 250, 235, 204, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 245, 223, 170, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 240, 219, 194, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 234, 204, 168, 255, 240, 219, 194, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 217, 141, 255, 254, 252, 247, 255, 246, 220, 149, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 249, 240, 229, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 210, 154, 255, 234, 203, 126, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 209, 140, 255, 243, 235, 221, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 239, 220, 174, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 203, 126, 255, 234, 210, 154, 255, 234, 218, 188, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 249, 240, 229, 255, 229, 200, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 252, 244, 223, 255, 246, 220, 149, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 223, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 128, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 243, 211, 125, 255, 238, 205, 129, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 240, 217, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 182, 129, 255, 237, 208, 173, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 218, 149, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 253, 247, 231, 255, 248, 228, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 247, 235, 220, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 234, 215, 177, 255, 234, 207, 143, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 209, 140, 255, 243, 235, 221, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 233, 215, 255, 237, 211, 147, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 209, 148, 255, 234, 215, 177, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 249, 243, 235, 255, 250, 247, 244, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 237, 200, 122, 255, 233, 193, 120, 255, 243, 212, 133, 255, 252, 244, 223, 255, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 175, 255, 255, 255, 191, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 236, 204, 122, 255, 244, 212, 125, 255, 228, 188, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 223, 178, 124, 255, 238, 214, 185, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 195, 151, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 233, 199, 158, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 251, 239, 206, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 251, 239, 206, 255, 250, 234, 190, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 236, 209, 176, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 214, 171, 255, 234, 206, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 206, 134, 255, 242, 228, 201, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 235, 221, 255, 239, 220, 174, 255, 235, 204, 127, 255, 234, 205, 131, 255, 234, 210, 154, 255, 234, 216, 183, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 235, 225, 214, 255, 251, 249, 247, 255, 246, 241, 236, 255, 238, 218, 173, 255, 244, 212, 125, 255, 243, 210, 124, 255, 233, 193, 120, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 245, 215, 133, 255, 255, 255, 255, 191, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 223, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 240, 208, 124, 255, 244, 212, 125, 255, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 230, 194, 150, 255, 236, 209, 176, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 193, 138, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 251, 239, 206, 255, 245, 215, 133, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 249, 231, 182, 255, 252, 242, 214, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 235, 220, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 215, 177, 255, 234, 210, 154, 255, 234, 203, 126, 255, 234, 202, 120, 255, 238, 215, 161, 255, 243, 233, 215, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 239, 222, 185, 255, 235, 212, 161, 255, 234, 214, 171, 255, 234, 219, 194, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 254, 253, 252, 255, 246, 223, 163, 255, 234, 195, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 246, 221, 151, 80, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 112, 255, 255, 255, 207, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 243, 211, 125, 255, 244, 212, 125, 255, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 236, 209, 176, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 239, 204, 129, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 206, 255, 245, 217, 141, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 252, 245, 230, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 206, 255, 236, 203, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 216, 183, 255, 234, 213, 166, 255, 237, 218, 177, 255, 241, 229, 206, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 236, 227, 255, 239, 230, 220, 255, 235, 224, 212, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 244, 225, 183, 255, 253, 250, 246, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 64, 255, 255, 255, 16, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 175, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 236, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 248, 228, 174, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 243, 210, 124, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 249, 231, 182, 255, 247, 223, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 249, 240, 229, 255, 227, 188, 141, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 250, 236, 198, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 227, 216, 255, 239, 230, 220, 255, 242, 234, 224, 255, 243, 236, 227, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 241, 233, 223, 255, 238, 228, 217, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 199, 153, 255, 221, 173, 115, 255, 244, 229, 211, 255, 244, 229, 211, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 238, 202, 123, 128, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 207, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 240, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 178, 115, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 223, 158, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 246, 220, 149, 255, 249, 231, 182, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 229, 211, 255, 234, 204, 168, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 242, 214, 255, 245, 215, 133, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 225, 213, 255, 237, 227, 215, 255, 238, 229, 218, 255, 240, 231, 221, 255, 242, 234, 224, 255, 242, 234, 224, 255, 243, 236, 227, 255, 244, 237, 228, 255, 242, 234, 225, 255, 242, 234, 224, 255, 241, 233, 223, 255, 239, 230, 220, 255, 237, 227, 215, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 253, 250, 246, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 159, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 175, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 221, 183, 117, 255, 214, 173, 114, 255, 216, 176, 115, 255, 217, 178, 115, 255, 226, 190, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 243, 211, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 232, 194, 119, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 185, 126, 255, 250, 236, 198, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 223, 158, 255, 249, 231, 182, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 251, 245, 238, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 191, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 112, 255, 227, 193, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 202, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 209, 124, 255, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 228, 188, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 209, 161, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 219, 194, 255, 242, 210, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 206, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 225, 189, 145, 255, 228, 198, 163, 255, 229, 204, 175, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 226, 192, 151, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 247, 235, 220, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 128, 255, 255, 255, 143, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 163, 112, 255, 227, 193, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 239, 207, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 200, 121, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 232, 194, 119, 255, 242, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 217, 187, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 230, 194, 150, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 247, 235, 220, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 247, 223, 158, 255, 248, 228, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 227, 195, 157, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 231, 211, 187, 255, 228, 198, 163, 255, 227, 195, 157, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 228, 198, 163, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 231, 211, 187, 255, 230, 207, 181, 255, 228, 198, 163, 255, 224, 186, 139, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 253, 250, 246, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 175, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 112, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 242, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 197, 120, 255, 213, 166, 111, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 223, 181, 116, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 246, 221, 164, 255, 229, 191, 144, 255, 221, 173, 115, 255, 225, 182, 129, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 238, 214, 185, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 247, 231, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 226, 192, 151, 255, 228, 201, 169, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 229, 204, 175, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 224, 186, 139, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 185, 117, 255, 232, 200, 121, 255, 234, 202, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 206, 123, 255, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 219, 175, 114, 255, 228, 188, 118, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 247, 222, 158, 255, 248, 228, 178, 255, 250, 233, 197, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 219, 194, 255, 223, 178, 124, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 222, 176, 121, 255, 221, 173, 115, 255, 225, 183, 133, 255, 247, 235, 220, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 235, 206, 168, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 201, 169, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 253, 250, 246, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 168, 113, 255, 232, 200, 121, 255, 237, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 206, 123, 255, 232, 194, 119, 255, 228, 188, 118, 255, 221, 178, 115, 255, 219, 175, 114, 255, 219, 175, 114, 255, 221, 178, 115, 255, 228, 188, 118, 255, 228, 188, 118, 255, 236, 200, 121, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 247, 224, 164, 255, 249, 229, 184, 255, 250, 235, 204, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 247, 235, 220, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 225, 189, 145, 255, 228, 198, 163, 255, 230, 207, 181, 255, 231, 211, 187, 255, 228, 198, 163, 255, 228, 198, 163, 255, 225, 189, 145, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 228, 198, 163, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 226, 192, 151, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 159, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 195, 120, 255, 240, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 249, 229, 184, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 247, 222, 158, 255, 247, 222, 158, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 232, 199, 159, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 230, 188, 119, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 228, 198, 163, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 228, 201, 169, 255, 227, 195, 157, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 228, 198, 163, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 226, 192, 151, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 251, 245, 238, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 128, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 80, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 188, 118, 255, 243, 211, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 249, 231, 191, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 225, 214, 255, 247, 235, 220, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 233, 196, 131, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 231, 211, 187, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 229, 204, 175, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 230, 207, 181, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 230, 207, 181, 255, 236, 216, 178, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 234, 204, 168, 255, 221, 173, 115, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 221, 183, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 246, 241, 236, 255, 233, 210, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 247, 235, 220, 255, 234, 195, 121, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 186, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 246, 241, 236, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 220, 190, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 229, 204, 175, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 247, 235, 220, 255, 246, 220, 149, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 196, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 248, 245, 241, 255, 235, 225, 214, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 216, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 229, 204, 175, 255, 228, 198, 163, 255, 228, 198, 163, 255, 229, 204, 175, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 245, 223, 173, 255, 250, 236, 198, 255, 244, 212, 125, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 242, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 248, 228, 178, 255, 248, 228, 178, 255, 248, 226, 171, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 235, 228, 255, 242, 235, 228, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 222, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 254, 250, 239, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 171, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 247, 243, 239, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 216, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 251, 239, 206, 255, 247, 225, 166, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 223, 183, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 246, 230, 208, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 245, 239, 233, 255, 239, 231, 222, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 220, 190, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 251, 239, 206, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 143, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 230, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 250, 233, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 213, 190, 255, 246, 241, 236, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 215, 147, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 243, 213, 136, 255, 239, 218, 168, 255, 244, 212, 125, 255, 253, 247, 231, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 112, 255, 213, 171, 114, 255, 217, 178, 115, 255, 226, 190, 119, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 239, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 237, 227, 217, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 193, 125, 255, 239, 218, 168, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 250, 236, 198, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 226, 190, 119, 255, 230, 198, 120, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 164, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 238, 214, 185, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 130, 255, 235, 222, 206, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 216, 194, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 246, 220, 149, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 194, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 219, 194, 255, 223, 178, 124, 255, 221, 173, 115, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 215, 152, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 243, 210, 124, 255, 249, 240, 229, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 187, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 241, 207, 124, 255, 244, 212, 125, 255, 237, 220, 184, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 238, 202, 123, 255, 240, 219, 194, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 230, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 242, 210, 130, 255, 235, 222, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 233, 193, 120, 255, 227, 188, 141, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 237, 202, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 232, 197, 137, 255, 235, 222, 206, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 228, 185, 118, 255, 221, 173, 115, 255, 247, 235, 220, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 224, 178, 116, 255, 221, 173, 115, 255, 242, 224, 203, 255, 223, 178, 124, 255, 221, 173, 115, 255, 233, 193, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 167, 113, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 200, 129, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 232, 199, 159, 255, 221, 173, 115, 255, 233, 193, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 174, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 242, 224, 203, 255, 221, 173, 115, 255, 235, 197, 121, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 232, 200, 121, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 223, 183, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 249, 231, 182, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 218, 173, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 229, 211, 255, 221, 173, 115, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 233, 209, 155, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 187, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 225, 166, 255, 245, 215, 133, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 212, 146, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 225, 183, 133, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 232, 201, 127, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 196, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 237, 209, 169, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 204, 138, 255, 233, 216, 183, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 235, 199, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 225, 166, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 248, 234, 205, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 214, 177, 255, 233, 209, 155, 255, 230, 198, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 239, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 248, 228, 178, 255, 250, 237, 216, 255, 237, 208, 173, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 237, 218, 196, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 231, 190, 119, 255, 235, 197, 121, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 213, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 245, 229, 204, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 234, 223, 211, 255, 232, 201, 127, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 237, 200, 122, 255, 241, 207, 124, 255, 230, 188, 119, 255, 227, 183, 118, 255, 227, 183, 118, 255, 228, 185, 118, 255, 233, 193, 120, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 239, 214, 178, 255, 250, 234, 190, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 233, 216, 183, 255, 232, 200, 121, 255, 214, 173, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 238, 202, 123, 255, 238, 202, 123, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 203, 128, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 218, 173, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 210, 147, 255, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 222, 205, 255, 233, 209, 155, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 182, 123, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 210, 182, 255, 242, 214, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 204, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 254, 250, 241, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 232, 201, 127, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 171, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 224, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 201, 169, 255, 235, 222, 206, 255, 242, 214, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 190, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 233, 216, 183, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 210, 159, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 234, 223, 211, 255, 235, 222, 206, 255, 240, 216, 157, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 213, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 255, 255, 255, 112, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 234, 223, 211, 255, 233, 209, 155, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 193, 132, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 218, 173, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 215, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 191, 255, 255, 255, 48, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 232, 201, 127, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 243, 213, 136, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 217, 163, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 244, 212, 125, 159, 0, 0, 0, 0, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 234, 219, 194, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 219, 179, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 230, 199, 162, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 242, 214, 141, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 112, 0, 0, 0, 0, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 204, 138, 255, 234, 223, 211, 255, 233, 210, 160, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 193, 146, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 238, 202, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 205, 158, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 242, 215, 147, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 243, 213, 130, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 232, 203, 132, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 211, 192, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 188, 130, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 243, 213, 136, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 243, 213, 130, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 235, 198, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 234, 220, 200, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 210, 169, 124, 255, 234, 223, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 228, 210, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 215, 167, 255, 225, 181, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 204, 138, 255, 234, 223, 211, 255, 233, 213, 172, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 238, 203, 128, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 229, 201, 142, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 204, 180, 255, 234, 223, 211, 255, 242, 214, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 219, 194, 255, 234, 222, 205, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 219, 205, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 234, 223, 211, 255, 233, 216, 183, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 217, 163, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 197, 152, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 223, 195, 157, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 232, 203, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 236, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 216, 183, 255, 234, 223, 211, 255, 214, 176, 125, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 190, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 203, 146, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 239, 214, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 222, 205, 255, 231, 215, 199, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 199, 134, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 194, 149, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 228, 201, 169, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 230, 207, 181, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 229, 204, 175, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 218, 173, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 243, 210, 124, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 238, 202, 123, 255, 240, 216, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 222, 196, 167, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 173, 130, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 246, 230, 208, 255, 249, 231, 191, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 237, 200, 122, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 242, 210, 130, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 136, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 239, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 211, 173, 130, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 218, 188, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 248, 234, 216, 255, 252, 243, 230, 255, 251, 239, 217, 255, 249, 229, 184, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 218, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 239, 226, 210, 255, 242, 233, 223, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 241, 207, 124, 255, 242, 215, 147, 255, 235, 222, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 231, 215, 199, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 200, 174, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 248, 226, 171, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 238, 202, 123, 255, 243, 213, 136, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 242, 217, 161, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 224, 200, 174, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 223, 211, 255, 237, 220, 190, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 247, 224, 164, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 200, 158, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 238, 202, 123, 255, 243, 213, 136, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 196, 127, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 217, 184, 149, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 234, 223, 211, 255, 234, 223, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 249, 231, 191, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 229, 216, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 241, 229, 216, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 227, 183, 118, 255, 228, 185, 118, 255, 234, 195, 121, 255, 239, 210, 145, 255, 239, 218, 168, 255, 236, 221, 195, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 190, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 243, 221, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 210, 160, 255, 234, 223, 211, 255, 210, 169, 124, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 173, 130, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 194, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 229, 196, 156, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 212, 182, 255, 237, 220, 190, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 136, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 216, 183, 255, 231, 215, 199, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 216, 183, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 247, 224, 164, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 212, 125, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 227, 208, 186, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 234, 223, 211, 255, 236, 221, 195, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 241, 208, 129, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 212, 125, 255, 244, 212, 125, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 201, 127, 255, 234, 223, 211, 255, 222, 196, 167, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 213, 172, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 212, 180, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 214, 189, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 232, 217, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 226, 192, 151, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 239, 226, 210, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 220, 192, 161, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 210, 160, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 220, 192, 161, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 225, 189, 145, 255, 228, 201, 169, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 235, 198, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 230, 198, 120, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 216, 183, 255, 234, 223, 211, 255, 220, 188, 144, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 210, 160, 255, 234, 219, 194, 255, 234, 223, 211, 255, 235, 222, 206, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 208, 150, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 221, 183, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 219, 194, 255, 234, 223, 211, 255, 220, 186, 139, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 233, 216, 183, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 204, 165, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 232, 199, 151, 255, 222, 177, 122, 255, 226, 188, 142, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 177, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 168, 113, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 195, 151, 255, 247, 238, 227, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 228, 199, 255, 241, 229, 216, 255, 235, 214, 189, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 232, 203, 169, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 223, 182, 133, 255, 221, 173, 115, 255, 223, 179, 127, 255, 225, 189, 145, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 195, 120, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 216, 183, 255, 233, 207, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 252, 243, 230, 255, 250, 241, 228, 255, 243, 234, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 224, 180, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 221, 183, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 207, 149, 255, 234, 223, 211, 255, 234, 217, 189, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 203, 132, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 218, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 238, 212, 180, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 240, 217, 187, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 246, 230, 208, 255, 252, 243, 230, 255, 251, 242, 230, 255, 244, 235, 224, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 173, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 168, 113, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 218, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 250, 239, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 217, 187, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 237, 226, 255, 242, 232, 217, 255, 243, 220, 162, 255, 244, 215, 137, 255, 244, 216, 143, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 229, 194, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 230, 198, 120, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 214, 177, 255, 234, 223, 211, 255, 233, 216, 183, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 234, 223, 211, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 237, 226, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 189, 125, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 216, 143, 255, 244, 212, 125, 255, 243, 210, 124, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 231, 211, 187, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 229, 204, 175, 255, 227, 195, 157, 255, 224, 186, 139, 255, 226, 192, 151, 255, 228, 198, 163, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 185, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 230, 198, 120, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 234, 223, 211, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 237, 208, 173, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 195, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 239, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 215, 137, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 213, 131, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 226, 192, 151, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 176, 115, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 251, 242, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 194, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 239, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 221, 168, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 228, 198, 163, 255, 229, 204, 175, 255, 231, 211, 187, 255, 229, 204, 175, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 228, 198, 163, 255, 231, 211, 187, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 230, 207, 181, 255, 227, 195, 157, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 236, 213, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 163, 112, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 208, 163, 112, 255, 224, 188, 118, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 232, 204, 138, 255, 234, 223, 211, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 235, 204, 165, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 239, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 238, 218, 184, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 193, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 201, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 224, 188, 118, 255, 232, 200, 121, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 204, 138, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 238, 212, 180, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 204, 165, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 237, 226, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 216, 143, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 226, 192, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 240, 220, 185, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 219, 181, 116, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 226, 201, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 225, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 189, 125, 255, 241, 223, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 171, 114, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 243, 234, 224, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 221, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 230, 188, 119, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 228, 201, 169, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 229, 204, 175, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 196, 127, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 230, 198, 120, 255, 232, 200, 121, 255, 233, 207, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 244, 226, 201, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 241, 228, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 235, 197, 121, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 230, 188, 119, 255, 238, 202, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 239, 209, 142, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 188, 118, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 207, 149, 255, 232, 200, 121, 255, 232, 204, 138, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 229, 191, 144, 255, 235, 204, 165, 255, 242, 221, 194, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 225, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 234, 195, 121, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 234, 195, 121, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 215, 137, 255, 243, 225, 186, 255, 240, 223, 197, 255, 237, 218, 196, 255, 230, 199, 162, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 242, 219, 167, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 178, 115, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 235, 204, 165, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 247, 222, 158, 255, 249, 229, 184, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 229, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 231, 190, 119, 255, 241, 207, 124, 255, 243, 220, 162, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 237, 201, 128, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 112, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 182, 129, 255, 235, 204, 165, 255, 242, 214, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 248, 228, 178, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 237, 226, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 236, 204, 140, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 242, 219, 167, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 195, 120, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 201, 127, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 228, 203, 159, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 235, 197, 121, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 229, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 238, 208, 147, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 221, 183, 117, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 222, 205, 255, 224, 200, 174, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 196, 167, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 207, 149, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 231, 190, 119, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 248, 228, 178, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 225, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 235, 200, 134, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 228, 192, 149, 255, 221, 173, 115, 255, 228, 192, 149, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 214, 173, 114, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 213, 172, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 207, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 217, 184, 149, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 211, 192, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 243, 233, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 217, 187, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 239, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 232, 203, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 235, 204, 152, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 163, 112, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 216, 183, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 215, 180, 142, 255, 208, 165, 117, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 242, 230, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 221, 168, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 229, 190, 131, 255, 237, 211, 165, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 202, 164, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 204, 138, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 201, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 219, 205, 255, 222, 196, 167, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 238, 221, 188, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 235, 224, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 233, 207, 176, 255, 229, 196, 156, 255, 226, 188, 142, 255, 226, 188, 142, 255, 229, 193, 143, 255, 232, 202, 163, 255, 237, 214, 178, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 232, 203, 169, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 214, 189, 255, 242, 233, 223, 239, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 218, 188, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 225, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 226, 188, 142, 255, 232, 199, 151, 255, 233, 193, 120, 255, 233, 193, 120, 255, 233, 193, 120, 255, 231, 190, 119, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 224, 180, 255, 244, 216, 143, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 242, 233, 223, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 210, 169, 124, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 203, 132, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 201, 127, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 230, 188, 119, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 229, 191, 144, 255, 221, 173, 115, 255, 225, 182, 129, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 238, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 224, 180, 255, 239, 210, 148, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 233, 223, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 244, 234, 222, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 223, 177, 122, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 224, 170, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 196, 167, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 210, 160, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 239, 225, 200, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 234, 195, 121, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 218, 145, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 239, 210, 148, 255, 243, 224, 180, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 205, 173, 239, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 233, 206, 144, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 249, 231, 191, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 242, 221, 194, 255, 251, 237, 210, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 246, 237, 224, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 248, 226, 171, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 229, 196, 156, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 223, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 200, 174, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 237, 223, 206, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 247, 224, 164, 255, 248, 228, 178, 255, 247, 224, 164, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 220, 173, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 234, 195, 121, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 233, 207, 176, 255, 228, 192, 149, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 215, 180, 142, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 223, 196, 163, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 194, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 227, 183, 118, 255, 231, 190, 119, 255, 233, 193, 120, 255, 233, 193, 120, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 233, 193, 120, 255, 233, 193, 120, 255, 227, 183, 118, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 234, 195, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 243, 210, 124, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 237, 218, 196, 255, 234, 211, 183, 255, 232, 203, 169, 255, 232, 203, 169, 255, 232, 203, 169, 255, 232, 203, 169, 255, 233, 207, 176, 255, 237, 218, 196, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 226, 188, 142, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 185, 133, 255, 235, 212, 185, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 240, 215, 180, 255, 233, 193, 120, 255, 233, 193, 120, 255, 233, 193, 120, 255, 237, 200, 122, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 234, 195, 121, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 234, 211, 183, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 200, 174, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 218, 182, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 225, 184, 135, 255, 221, 173, 115, 255, 228, 192, 149, 255, 234, 211, 183, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 232, 203, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 246, 233, 215, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 241, 207, 124, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 223, 192, 156, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 212, 168, 109, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 210, 164, 108, 255, 224, 184, 115, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 230, 199, 162, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 239, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 196, 167, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 209, 166, 118, 255, 249, 238, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 215, 184, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 210, 169, 124, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 202, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 233, 207, 176, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 207, 149, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 118, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 241, 229, 216, 255, 229, 196, 156, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 207, 221, 173, 115, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 231, 190, 119, 255, 234, 195, 121, 255, 238, 202, 123, 255, 238, 202, 123, 255, 233, 202, 151, 255, 234, 211, 183, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 123, 207, 221, 173, 115, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 173, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 231, 190, 119, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 230, 188, 119, 255, 235, 197, 121, 255, 240, 205, 123, 255, 241, 207, 124, 255, 238, 202, 123, 255, 238, 202, 123, 255, 237, 213, 172, 255, 232, 203, 169, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 229, 196, 156, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 218, 188, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 243, 210, 124, 255, 244, 212, 125, 255, 241, 208, 124, 255, 233, 196, 119, 255, 233, 196, 119, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 240, 224, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 235, 214, 189, 255, 242, 233, 223, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 213, 131, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 241, 229, 216, 255, 242, 233, 223, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 239, 206, 123, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 180, 114, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 221, 180, 114, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 223, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 235, 199, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 230, 192, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 235, 200, 121, 255, 244, 213, 131, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 221, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 235, 199, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 192, 118, 255, 218, 176, 112, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 227, 188, 116, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 235, 214, 189, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 215, 172, 111, 255, 221, 180, 114, 255, 221, 180, 114, 255, 218, 176, 112, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 232, 203, 169, 255, 232, 203, 169, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 143, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 187, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 221, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 199, 127, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 216, 239, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 204, 180, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 209, 124, 255, 230, 193, 120, 255, 226, 190, 131, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 192, 118, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 230, 192, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 241, 223, 186, 255, 244, 215, 137, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 207, 243, 219, 158, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 210, 160, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 164, 112, 255, 239, 206, 123, 255, 220, 180, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 242, 217, 163, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 223, 174, 255, 244, 215, 137, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 215, 137, 255, 240, 205, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 228, 200, 207, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 173, 130, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 203, 132, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 239, 212, 151, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 225, 186, 255, 243, 225, 186, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 226, 192, 255, 242, 217, 161, 255, 228, 189, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 227, 194, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 216, 183, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 238, 219, 179, 255, 245, 214, 132, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 224, 181, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 235, 222, 200, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 230, 192, 118, 255, 215, 172, 111, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 212, 168, 109, 255, 221, 180, 114, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 216, 223, 244, 217, 150, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 173, 130, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 213, 172, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 243, 213, 136, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 227, 188, 116, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 175, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 143, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 220, 192, 161, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 232, 201, 127, 255, 232, 200, 121, 255, 227, 193, 119, 255, 214, 173, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 211, 192, 255, 234, 223, 211, 255, 240, 216, 157, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 230, 192, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 229, 196, 156, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 224, 179, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 217, 184, 149, 255, 224, 200, 174, 255, 227, 208, 186, 255, 227, 205, 175, 255, 222, 187, 123, 255, 217, 178, 115, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 239, 226, 210, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 224, 181, 129, 255, 221, 173, 115, 255, 224, 181, 129, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 213, 131, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 229, 211, 192, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 207, 160, 106, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 232, 203, 169, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 223, 174, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 202, 157, 109, 255, 189, 146, 103, 255, 189, 146, 103, 255, 189, 146, 103, 255, 172, 131, 94, 255, 176, 135, 96, 255, 189, 146, 103, 255, 189, 146, 103, 255, 189, 146, 103, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 163, 112, 255, 217, 184, 149, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 232, 203, 169, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 225, 186, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 181, 113, 255, 185, 151, 99, 255, 161, 126, 88, 255, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 146, 109, 81, 255, 159, 120, 88, 255, 176, 135, 96, 255, 193, 150, 105, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 171, 114, 255, 222, 185, 117, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 224, 184, 115, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 230, 192, 118, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 226, 192, 255, 243, 221, 168, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 196, 163, 105, 255, 154, 119, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 146, 109, 81, 255, 172, 131, 94, 255, 197, 154, 107, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 168, 113, 255, 226, 190, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 228, 199, 255, 243, 224, 180, 255, 243, 220, 162, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 143, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 181, 113, 255, 155, 120, 85, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 167, 127, 92, 255, 202, 157, 109, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 219, 181, 116, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 243, 225, 186, 255, 243, 223, 174, 255, 244, 217, 150, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 239, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 181, 113, 255, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 141, 105, 79, 255, 184, 142, 100, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 185, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 136, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 243, 223, 174, 255, 243, 219, 156, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 220, 188, 116, 255, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 180, 139, 98, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 185, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 217, 163, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 233, 196, 119, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 224, 180, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 161, 126, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 189, 146, 103, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 176, 115, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 212, 168, 109, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 243, 220, 162, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 146, 109, 81, 255, 206, 161, 111, 255, 216, 176, 115, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 136, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 224, 180, 255, 243, 219, 156, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 173, 138, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 194, 156, 92, 255, 224, 188, 105, 255, 227, 193, 111, 255, 230, 197, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 225, 186, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 184, 99, 255, 224, 188, 105, 255, 227, 193, 111, 255, 230, 197, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 248, 226, 171, 255, 246, 220, 151, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 220, 188, 116, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 184, 99, 255, 224, 188, 105, 255, 227, 193, 111, 255, 229, 196, 115, 255, 233, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 193, 126, 255, 227, 201, 147, 255, 229, 208, 169, 255, 232, 218, 197, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 190, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 201, 165, 100, 255, 203, 173, 121, 255, 186, 162, 144, 255, 192, 170, 152, 255, 215, 186, 129, 255, 224, 191, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 230, 192, 118, 255, 221, 180, 114, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 215, 172, 111, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 239, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 177, 143, 95, 255, 216, 182, 111, 255, 240, 207, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 227, 190, 105, 255, 231, 196, 110, 255, 234, 199, 113, 255, 238, 205, 118, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 224, 180, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 226, 193, 118, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 188, 103, 255, 229, 194, 113, 255, 236, 211, 157, 255, 244, 228, 197, 255, 250, 239, 222, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 223, 187, 106, 255, 229, 198, 131, 255, 237, 213, 164, 255, 242, 224, 189, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 80, 161, 126, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 223, 187, 106, 255, 229, 198, 131, 255, 237, 213, 164, 255, 242, 224, 189, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 221, 180, 114, 255, 221, 180, 114, 255, 227, 188, 116, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 221, 180, 114, 255, 201, 152, 103, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 190, 157, 102, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 195, 157, 91, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 191, 115, 255, 233, 206, 148, 255, 238, 217, 172, 255, 246, 232, 205, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 233, 196, 119, 255, 233, 196, 119, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 233, 196, 119, 255, 244, 212, 125, 239, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 206, 173, 109, 175, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 223, 187, 106, 255, 231, 202, 139, 255, 238, 217, 172, 255, 246, 232, 205, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 221, 180, 114, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 233, 196, 119, 255, 244, 212, 125, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 80, 149, 113, 83, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 195, 157, 91, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 191, 115, 255, 233, 206, 148, 255, 240, 221, 181, 255, 250, 239, 222, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 184, 115, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 221, 180, 114, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 238, 204, 122, 255, 244, 212, 125, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 235, 200, 121, 255, 244, 212, 125, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 146, 96, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 169, 132, 85, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 211, 173, 95, 255, 169, 132, 85, 255, 158, 122, 82, 255, 158, 122, 82, 255, 158, 122, 82, 255, 174, 137, 86, 255, 184, 147, 89, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 229, 198, 131, 255, 238, 217, 172, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 207, 160, 106, 255, 224, 184, 115, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 208, 174, 106, 143, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 163, 127, 84, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 227, 194, 123, 255, 235, 209, 156, 255, 246, 232, 205, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 212, 168, 109, 255, 221, 180, 114, 255, 233, 196, 119, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 244, 212, 125, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 169, 133, 86, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 195, 157, 91, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 174, 137, 86, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 191, 115, 255, 238, 217, 172, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 221, 180, 114, 255, 233, 196, 119, 255, 233, 196, 119, 255, 227, 188, 116, 255, 221, 180, 114, 255, 210, 164, 108, 255, 218, 176, 112, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 224, 180, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 167, 94, 159, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 184, 147, 89, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 229, 198, 131, 255, 240, 221, 181, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 224, 184, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 230, 192, 118, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 80, 169, 132, 85, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 153, 116, 81, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 184, 147, 89, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 195, 157, 91, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 223, 187, 106, 255, 235, 209, 156, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 209, 171, 95, 223, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 229, 198, 131, 255, 244, 228, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 192, 118, 255, 215, 172, 111, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 210, 164, 108, 255, 210, 164, 108, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 207, 160, 106, 255, 215, 172, 111, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 112, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 184, 147, 89, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 153, 116, 81, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 191, 115, 255, 237, 209, 141, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 227, 188, 116, 255, 221, 180, 114, 255, 221, 180, 114, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 239, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 205, 168, 94, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 101, 255, 235, 201, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 128, 205, 168, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 205, 168, 94, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 101, 255, 235, 201, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 207, 160, 106, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 223, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 188, 104, 255, 233, 200, 117, 255, 239, 207, 123, 255, 241, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 221, 180, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 64, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 153, 116, 81, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 189, 107, 255, 231, 199, 120, 255, 232, 200, 121, 255, 236, 204, 122, 255, 243, 211, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 221, 180, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 218, 176, 112, 255, 230, 192, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 143, 216, 178, 97, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 184, 99, 255, 227, 193, 111, 255, 232, 200, 121, 255, 238, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 180, 114, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 224, 184, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 207, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 104, 255, 231, 199, 118, 255, 243, 211, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 218, 176, 112, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 239, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 190, 152, 90, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 205, 168, 94, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 184, 99, 255, 234, 200, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 233, 196, 119, 255, 230, 192, 118, 255, 215, 172, 111, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 48, 221, 183, 98, 239, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 174, 137, 86, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 153, 116, 81, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 243, 210, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 230, 192, 118, 255, 221, 180, 114, 255, 212, 168, 109, 255, 210, 164, 108, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 180, 114, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 238, 204, 122, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 32, 221, 183, 98, 207, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 195, 157, 91, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 233, 198, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 218, 176, 112, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 233, 196, 119, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 227, 188, 116, 255, 233, 196, 119, 255, 233, 196, 119, 255, 218, 176, 112, 255, 204, 156, 105, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 175, 205, 168, 94, 255, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 101, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 221, 180, 114, 255, 224, 184, 115, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 244, 212, 125, 255, 241, 208, 121, 255, 238, 205, 118, 255, 235, 200, 114, 207, 234, 199, 113, 191, 234, 199, 113, 143, 234, 199, 113, 96, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 80, 215, 178, 97, 239, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 184, 147, 89, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 169, 132, 85, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 235, 201, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 235, 200, 121, 255, 244, 212, 125, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 207, 121, 255, 235, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 128, 176, 139, 87, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 211, 173, 95, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 211, 173, 95, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 227, 190, 105, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 244, 212, 125, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 207, 121, 255, 235, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 190, 152, 90, 128, 143, 107, 79, 223, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 184, 147, 89, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 241, 208, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 180, 114, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 242, 209, 122, 255, 239, 206, 119, 255, 239, 206, 119, 255, 239, 206, 119, 255, 240, 207, 121, 255, 242, 209, 122, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 123, 255, 240, 207, 121, 255, 239, 206, 119, 255, 239, 206, 119, 255, 239, 206, 119, 255, 239, 206, 119, 255, 238, 204, 118, 255, 237, 202, 116, 255, 236, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 128, 137, 101, 77, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 233, 198, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 242, 209, 122, 255, 237, 202, 116, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 236, 201, 115, 255, 237, 203, 117, 255, 239, 206, 119, 255, 239, 206, 119, 255, 240, 207, 121, 255, 240, 206, 120, 255, 239, 206, 119, 255, 237, 203, 117, 255, 235, 200, 114, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 16, 137, 101, 77, 128, 137, 101, 77, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 101, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 207, 125, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 96, 137, 101, 77, 175, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 211, 173, 95, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 240, 207, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 227, 188, 116, 255, 221, 180, 114, 255, 210, 164, 108, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 220, 182, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 16, 137, 101, 77, 80, 137, 101, 77, 128, 137, 101, 77, 191, 137, 101, 77, 223, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 199, 161, 92, 239, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 174, 137, 86, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 184, 147, 89, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 230, 194, 108, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 233, 196, 119, 255, 233, 196, 119, 255, 233, 196, 119, 255, 229, 191, 115, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 227, 189, 111, 255, 221, 180, 109, 255, 205, 158, 104, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 221, 180, 114, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 227, 202, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 64, 221, 183, 98, 96, 221, 183, 98, 128, 221, 183, 98, 175, 221, 183, 98, 191, 221, 183, 98, 239, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 124, 255, 242, 209, 122, 255, 242, 209, 122, 255, 242, 209, 122, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 121, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 190, 112, 255, 229, 192, 116, 255, 239, 205, 121, 255, 242, 209, 122, 255, 240, 207, 121, 255, 239, 206, 119, 255, 237, 202, 116, 255, 235, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 203, 127, 255, 238, 216, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 236, 208, 141, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 32, 221, 183, 98, 64, 221, 183, 98, 80, 211, 173, 95, 128, 137, 101, 77, 128, 137, 101, 77, 159, 137, 101, 77, 191, 137, 101, 77, 191, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 237, 203, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 207, 121, 255, 236, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 200, 114, 255, 237, 203, 117, 255, 240, 206, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 123, 255, 235, 200, 114, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 236, 205, 134, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 240, 225, 196, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 48, 137, 101, 77, 64, 137, 101, 77, 112, 137, 101, 77, 128, 137, 101, 77, 159, 137, 101, 77, 191, 137, 101, 77, 207, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 230, 194, 108, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 124, 255, 237, 203, 117, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 237, 202, 116, 255, 240, 207, 121, 255, 244, 212, 125, 255, 240, 206, 120, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 238, 216, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 212, 154, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 48, 221, 183, 98, 64, 221, 183, 98, 64, 221, 183, 98, 80, 221, 183, 98, 128, 221, 183, 98, 128, 221, 183, 98, 128, 221, 183, 98, 191, 221, 183, 98, 191, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 202, 116, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 241, 229, 209, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 201, 120, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 64, 221, 183, 98, 64, 221, 183, 98, 128, 221, 183, 98, 128, 172, 135, 86, 191, 137, 101, 77, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 237, 203, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 239, 206, 119, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 238, 216, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 240, 225, 196, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 16, 137, 101, 77, 128, 137, 101, 77, 191, 137, 101, 77, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 230, 194, 108, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 203, 127, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 216, 168, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 64, 137, 101, 77, 80, 146, 110, 79, 143, 150, 114, 80, 207, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 243, 210, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 205, 118, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 240, 222, 189, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 210, 147, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 171, 134, 85, 80, 162, 126, 83, 159, 143, 107, 79, 223, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 235, 201, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 114, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 237, 210, 147, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 203, 127, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 158, 122, 82, 64, 137, 101, 77, 159, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 227, 190, 105, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 121, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 241, 229, 209, 255, 242, 233, 223, 255, 242, 231, 216, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 142, 88, 32, 154, 117, 81, 159, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 241, 208, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 202, 116, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 237, 212, 154, 255, 242, 233, 223, 255, 240, 225, 196, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 142, 88, 32, 154, 117, 81, 159, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 230, 194, 108, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 121, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 201, 120, 255, 242, 231, 216, 255, 239, 218, 175, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 220, 175, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 142, 88, 64, 137, 101, 77, 191, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 243, 210, 123, 255, 244, 212, 125, 255, 243, 211, 124, 255, 235, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 239, 220, 182, 255, 238, 216, 168, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 115, 81, 96, 204, 167, 94, 239, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 233, 198, 112, 255, 244, 212, 125, 255, 239, 206, 119, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 237, 210, 147, 255, 238, 214, 161, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 217, 168, 110, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 143, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 242, 209, 123, 255, 235, 200, 114, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 236, 205, 134, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 217, 168, 110, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 48, 221, 183, 98, 191, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 231, 195, 110, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 201, 120, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 80, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 231, 195, 109, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 96, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 220, 175, 111, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 215, 166, 110, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 96, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 218, 171, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 220, 175, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 218, 171, 111, 255, 214, 164, 110, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 214, 164, 110, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 217, 168, 110, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 64, 221, 183, 98, 159, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 214, 164, 110, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 214, 164, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 32, 221, 183, 98, 80, 221, 183, 98, 128, 221, 183, 98, 128, 221, 183, 98, 128, 221, 183, 98, 112, 221, 183, 98, 64, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 214, 164, 110, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 214, 164, 110, 255, 218, 171, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 220, 175, 111, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 214, 164, 110, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 128, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 215, 166, 110, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 223, 179, 111, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 191, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 218, 171, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 112, 234, 199, 113, 96, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 218, 171, 111, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 143, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 217, 168, 110, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 191, 0, 0, 0, 0, 234, 199, 113, 96, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 220, 175, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 32, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 231, 193, 113, 96, 222, 177, 111, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 223, 179, 111, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 217, 168, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 214, 164, 110, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 159, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 218, 171, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 220, 175, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 217, 170, 111, 96, 215, 166, 110, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 223, 179, 111, 255, 215, 166, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 215, 166, 110, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 218, 171, 111, 255, 218, 171, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 217, 168, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 16, 234, 199, 113, 207, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 217, 168, 110, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 184, 112, 112, 218, 171, 111, 239, 228, 188, 112, 255, 234, 199, 113, 255, 233, 197, 113, 255, 229, 190, 112, 255, 227, 186, 112, 255, 223, 179, 111, 255, 217, 168, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 222, 177, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 218, 171, 111, 255, 214, 164, 110, 255, 215, 166, 110, 255, 214, 164, 110, 255, 218, 171, 111, 255, 219, 173, 111, 255, 219, 173, 111, 255, 219, 173, 111, 255, 230, 192, 112, 255, 225, 184, 112, 255, 214, 164, 110, 255, 223, 180, 111, 175, 234, 199, 113, 112, 234, 199, 113, 64, 234, 199, 113, 64, 234, 199, 113, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 32, 234, 199, 113, 207, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 214, 164, 110, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 32, 218, 171, 111, 159, 215, 166, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 223, 179, 111, 255, 229, 190, 112, 255, 228, 188, 112, 255, 223, 179, 111, 255, 217, 168, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 217, 168, 110, 255, 220, 175, 111, 255, 224, 182, 112, 255, 224, 182, 112, 255, 224, 182, 112, 255, 224, 182, 112, 255, 224, 182, 112, 255, 222, 177, 111, 255, 215, 166, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 215, 166, 110, 255, 215, 166, 110, 239, 214, 164, 110, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 16, 234, 199, 113, 159, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 214, 164, 110, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 214, 164, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 224, 182, 112, 32, 214, 164, 110, 128, 214, 164, 110, 239, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 223, 214, 164, 110, 175, 214, 164, 110, 128, 214, 164, 110, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 64, 234, 199, 113, 175, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 217, 168, 110, 255, 214, 164, 110, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 219, 173, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 164, 110, 96, 214, 164, 110, 175, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 223, 214, 164, 110, 175, 214, 164, 110, 128, 214, 164, 110, 80, 214, 164, 110, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 164, 110, 16, 214, 164, 110, 64, 214, 164, 110, 64, 214, 164, 110, 64, 214, 164, 110, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 32, 234, 199, 113, 143, 234, 199, 113, 239, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 227, 186, 112, 255, 215, 166, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 218, 171, 111, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 228, 188, 112, 255, 219, 173, 111, 255, 214, 164, 110, 255, 219, 173, 111, 255, 227, 186, 112, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 225, 184, 112, 255, 218, 171, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 218, 171, 111, 255, 234, 199, 113, 223, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 164, 110, 64, 214, 164, 110, 112, 214, 164, 110, 128, 214, 164, 110, 143, 214, 164, 110, 143, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 96, 214, 164, 110, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 96, 234, 199, 113, 175, 233, 197, 113, 255, 228, 188, 112, 255, 227, 186, 112, 255, 220, 175, 111, 255, 218, 171, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 223, 179, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 220, 175, 111, 255, 219, 173, 111, 255, 218, 171, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 215, 166, 110, 255, 223, 179, 111, 255, 229, 190, 112, 255, 229, 190, 112, 255, 227, 186, 112, 255, 220, 175, 111, 255, 215, 166, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 215, 166, 110, 255, 223, 180, 111, 239, 232, 195, 113, 128, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 64, 234, 199, 113, 128, 232, 195, 113, 128, 222, 177, 111, 128, 214, 164, 110, 143, 214, 164, 110, 207, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 217, 168, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 207, 214, 164, 110, 112, 229, 190, 112, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 164, 110, 32, 214, 164, 110, 64, 214, 164, 110, 64, 214, 164, 110, 80, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 191, 214, 164, 110, 191, 214, 164, 110, 191, 214, 164, 110, 239, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 239, 214, 164, 110, 191, 214, 164, 110, 143, 214, 164, 110, 96, 214, 164, 110, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}]], ["addSource", ["point", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [0, 0]}}]}}]], ["addLayer", [{"id": "points", "type": "symbol", "layout": {"icon-image": "cat", "icon-size": 0.25, "text-field": "I love kitty!", "text-font": ["Open Sans Regular"], "text-offset": [0, 3], "text-anchor": "top"}, "source": "point"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0.349419, -1.80921], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addImage", ["cat", {"width": 400, "height": 400, "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 80, 234, 202, 120, 128, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 159, 234, 202, 120, 128, 234, 202, 120, 80, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 234, 202, 120, 159, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 32, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 234, 202, 120, 128, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 128, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 128, 234, 202, 120, 191, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 234, 202, 120, 159, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 159, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 143, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 198, 130, 255, 246, 194, 143, 255, 250, 194, 151, 255, 250, 195, 152, 255, 245, 199, 142, 255, 243, 200, 140, 255, 238, 201, 129, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 193, 142, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 254, 201, 165, 255, 247, 203, 151, 255, 239, 203, 133, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 196, 135, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 251, 206, 162, 255, 242, 204, 140, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 159, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 235, 201, 122, 255, 254, 187, 157, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 252, 209, 167, 255, 239, 204, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 243, 195, 137, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 248, 210, 158, 255, 237, 204, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 205, 128, 255, 243, 211, 147, 255, 247, 215, 158, 255, 250, 217, 165, 255, 250, 216, 164, 255, 250, 215, 164, 255, 247, 212, 156, 255, 239, 206, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 234, 202, 120, 255, 251, 189, 152, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 254, 214, 173, 255, 243, 208, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 242, 211, 143, 255, 251, 221, 170, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 242, 207, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 237, 200, 125, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 248, 213, 160, 255, 235, 203, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 213, 148, 255, 254, 225, 179, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 237, 203, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 241, 197, 132, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 254, 218, 175, 255, 239, 207, 135, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 209, 136, 255, 252, 225, 176, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 243, 206, 144, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 245, 194, 140, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 243, 211, 146, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 246, 217, 156, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 226, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 245, 207, 147, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 247, 192, 144, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 247, 215, 158, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 209, 136, 255, 252, 226, 176, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 176, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 245, 206, 147, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 251, 220, 170, 255, 235, 204, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 216, 153, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 245, 206, 147, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 252, 223, 175, 255, 238, 207, 132, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 248, 222, 165, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 220, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 245, 206, 146, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 254, 226, 179, 255, 238, 207, 132, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 206, 128, 255, 251, 226, 173, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 239, 204, 133, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 254, 227, 180, 255, 242, 212, 144, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 159, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 208, 132, 255, 254, 230, 182, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 238, 203, 130, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 250, 190, 149, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 242, 213, 144, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 213, 145, 255, 254, 230, 182, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 173, 255, 255, 208, 172, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 239, 245, 194, 140, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 243, 215, 149, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 213, 145, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 251, 206, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 241, 197, 132, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 247, 221, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 219, 158, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 185, 255, 255, 228, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 172, 255, 248, 205, 155, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 254, 187, 157, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 246, 219, 157, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 224, 181, 105, 255, 227, 188, 110, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 221, 162, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 245, 204, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 245, 194, 140, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 230, 202, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 241, 212, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 159, 213, 160, 90, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 80, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 222, 162, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 171, 255, 255, 206, 171, 255, 241, 203, 136, 255, 234, 202, 120, 255, 231, 197, 116, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 191, 255, 255, 255, 64, 255, 255, 255, 96, 255, 255, 255, 80, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 237, 200, 125, 255, 255, 186, 159, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 221, 183, 255, 255, 233, 207, 255, 255, 234, 208, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 254, 232, 183, 255, 235, 204, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 239, 213, 160, 90, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 16, 213, 160, 90, 96, 213, 160, 90, 175, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 250, 226, 170, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 238, 200, 130, 255, 224, 181, 105, 255, 213, 160, 90, 255, 226, 188, 122, 255, 242, 222, 171, 255, 244, 226, 182, 207, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 32, 234, 202, 120, 255, 234, 202, 120, 255, 241, 179, 135, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 225, 189, 255, 255, 239, 218, 255, 255, 228, 190, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 247, 222, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 112, 213, 160, 90, 239, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 208, 133, 255, 251, 228, 174, 255, 255, 233, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 226, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 222, 171, 107, 255, 226, 190, 142, 255, 231, 202, 162, 255, 237, 211, 163, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 239, 234, 202, 120, 255, 229, 177, 115, 255, 255, 186, 159, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 237, 213, 255, 255, 238, 214, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 237, 206, 129, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 16, 213, 160, 90, 175, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 214, 145, 255, 254, 232, 183, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 229, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 176, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 173, 255, 255, 207, 172, 255, 255, 206, 171, 255, 255, 208, 175, 255, 255, 226, 207, 255, 234, 208, 173, 255, 218, 172, 111, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 224, 181, 105, 255, 247, 181, 146, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 229, 191, 255, 255, 242, 223, 255, 255, 231, 192, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 247, 223, 163, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 239, 213, 160, 90, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 16, 213, 160, 90, 207, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 124, 255, 247, 223, 163, 255, 255, 234, 188, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 213, 182, 255, 255, 230, 213, 255, 255, 226, 207, 255, 255, 209, 179, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 229, 192, 113, 255, 229, 170, 116, 255, 255, 187, 159, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 243, 224, 255, 255, 235, 202, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 237, 206, 129, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 207, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 243, 225, 179, 255, 234, 202, 120, 255, 238, 208, 133, 255, 251, 229, 175, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 215, 183, 255, 255, 234, 219, 255, 255, 230, 213, 255, 255, 207, 175, 255, 255, 203, 169, 255, 255, 201, 168, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 252, 185, 155, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 238, 211, 255, 255, 242, 220, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 247, 223, 163, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 16, 213, 160, 90, 159, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 234, 202, 120, 255, 241, 213, 141, 255, 254, 233, 184, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 216, 184, 255, 255, 235, 219, 255, 255, 231, 213, 255, 255, 209, 176, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 250, 195, 158, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 234, 173, 125, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 236, 202, 255, 255, 244, 224, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 254, 233, 184, 255, 235, 204, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 160, 90, 64, 213, 160, 90, 207, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 232, 196, 255, 235, 205, 128, 255, 246, 221, 158, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 218, 185, 255, 255, 236, 220, 255, 255, 232, 214, 255, 255, 211, 177, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 170, 255, 255, 202, 169, 255, 255, 201, 168, 255, 245, 190, 148, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 218, 163, 99, 255, 255, 189, 161, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 235, 198, 255, 255, 249, 238, 255, 255, 233, 190, 255, 255, 233, 187, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 255, 235, 188, 255, 242, 215, 146, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 191, 217, 168, 96, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 64, 234, 202, 120, 112, 234, 202, 120, 128, 234, 202, 120, 128, 234, 202, 120, 128, 234, 202, 120, 128, 234, 202, 120, 128, 234, 202, 120, 143, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 191, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 234, 202, 120, 191, 237, 209, 138, 191, 227, 188, 123, 191, 213, 160, 90, 223, 213, 160, 90, 255, 213, 160, 90, 191, 213, 160, 90, 191, 213, 160, 90, 128, 213, 160, 90, 112, 213, 160, 90, 64, 213, 160, 90, 128, 213, 160, 90, 207, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 239, 214, 150, 255, 247, 223, 163, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 220, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 217, 181, 255, 255, 234, 215, 255, 255, 239, 225, 255, 255, 216, 184, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 239, 184, 138, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 239, 178, 134, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 236, 199, 255, 255, 249, 238, 255, 255, 234, 191, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 235, 188, 255, 255, 235, 188, 255, 248, 225, 167, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 218, 171, 98, 255, 218, 171, 98, 255, 218, 171, 98, 255, 218, 171, 98, 255, 221, 176, 101, 255, 224, 181, 105, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 248, 233, 203, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 243, 224, 175, 255, 251, 230, 176, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 188, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 233, 211, 255, 255, 242, 230, 255, 255, 220, 190, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 255, 202, 169, 255, 255, 200, 167, 255, 255, 199, 167, 255, 234, 179, 128, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 159, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 224, 167, 108, 255, 255, 191, 162, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 235, 195, 255, 255, 247, 229, 255, 255, 235, 191, 255, 255, 234, 187, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 236, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 246, 232, 196, 255, 251, 230, 176, 255, 255, 236, 188, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 229, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 227, 197, 255, 255, 245, 235, 255, 255, 227, 200, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 172, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 224, 169, 109, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 187, 153, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 234, 191, 255, 255, 248, 234, 255, 255, 235, 192, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 236, 188, 255, 229, 190, 122, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 103, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 247, 235, 204, 255, 246, 221, 159, 255, 255, 236, 188, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 223, 188, 255, 255, 243, 231, 255, 255, 235, 216, 255, 255, 217, 181, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 199, 166, 255, 255, 197, 165, 255, 216, 162, 95, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 231, 174, 122, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 237, 200, 255, 255, 250, 238, 255, 255, 236, 192, 255, 252, 231, 182, 255, 237, 203, 145, 255, 218, 170, 102, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 237, 212, 178, 255, 251, 240, 223, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 238, 210, 137, 255, 255, 236, 189, 255, 255, 236, 188, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 237, 217, 255, 255, 243, 231, 255, 255, 224, 192, 255, 255, 215, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 171, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 198, 166, 255, 250, 191, 156, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 218, 164, 99, 255, 255, 193, 163, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 255, 232, 186, 255, 255, 233, 187, 255, 255, 234, 187, 255, 250, 229, 188, 255, 250, 241, 226, 255, 218, 171, 106, 255, 216, 165, 94, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 232, 196, 255, 239, 215, 154, 255, 239, 211, 137, 255, 255, 236, 188, 255, 255, 236, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 223, 181, 255, 255, 222, 180, 255, 255, 229, 198, 255, 255, 246, 236, 255, 255, 234, 212, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 197, 165, 255, 239, 182, 137, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 187, 150, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 255, 230, 185, 255, 255, 231, 186, 255, 252, 228, 180, 255, 239, 205, 150, 255, 221, 174, 108, 255, 213, 160, 90, 255, 229, 194, 132, 255, 250, 242, 228, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 246, 230, 196, 255, 241, 217, 161, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 235, 207, 169, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 243, 225, 179, 255, 234, 202, 120, 255, 237, 206, 129, 255, 254, 234, 184, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 235, 188, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 223, 181, 255, 255, 224, 185, 255, 255, 240, 222, 255, 255, 246, 236, 255, 255, 223, 188, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 255, 202, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 197, 166, 255, 255, 196, 165, 255, 231, 175, 122, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 159, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 175, 122, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 255, 228, 184, 255, 255, 229, 185, 255, 245, 213, 161, 255, 229, 187, 126, 255, 213, 160, 90, 255, 216, 165, 94, 255, 225, 184, 107, 255, 233, 199, 118, 255, 234, 202, 120, 255, 242, 222, 171, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 249, 235, 209, 255, 223, 181, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 223, 181, 125, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 219, 173, 104, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 247, 235, 204, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 206, 129, 255, 247, 223, 163, 255, 252, 231, 179, 255, 255, 234, 187, 255, 255, 234, 187, 255, 255, 233, 187, 255, 255, 232, 186, 255, 255, 232, 186, 255, 255, 231, 186, 255, 255, 230, 185, 255, 255, 229, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 225, 182, 255, 255, 224, 181, 255, 255, 231, 199, 255, 255, 249, 241, 255, 255, 236, 212, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 176, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 173, 255, 255, 207, 172, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 195, 164, 255, 221, 166, 104, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 164, 99, 255, 255, 195, 165, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 255, 226, 183, 255, 255, 227, 183, 255, 245, 211, 161, 255, 224, 177, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 247, 235, 204, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 235, 204, 137, 255, 213, 160, 90, 255, 215, 165, 99, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 218, 170, 108, 255, 213, 160, 90, 255, 219, 173, 104, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 226, 185, 113, 255, 224, 178, 114, 255, 224, 178, 114, 255, 239, 205, 150, 255, 255, 231, 185, 255, 255, 230, 185, 255, 255, 229, 184, 255, 255, 228, 184, 255, 255, 227, 183, 255, 255, 226, 183, 255, 255, 225, 182, 255, 255, 224, 182, 255, 255, 241, 223, 255, 255, 247, 236, 255, 255, 225, 189, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 199, 167, 255, 255, 197, 165, 255, 255, 195, 165, 255, 252, 192, 159, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 189, 151, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 255, 225, 182, 255, 250, 218, 171, 255, 224, 177, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 250, 238, 221, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 165, 99, 255, 247, 233, 213, 255, 252, 243, 230, 255, 227, 189, 121, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 248, 238, 213, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 164, 96, 255, 229, 186, 125, 255, 239, 203, 149, 255, 247, 215, 166, 255, 255, 227, 183, 255, 255, 226, 182, 255, 255, 231, 196, 255, 255, 249, 241, 255, 255, 239, 218, 255, 255, 222, 180, 255, 255, 221, 179, 255, 255, 219, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 176, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 171, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 242, 183, 140, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 224, 184, 131, 255, 231, 202, 162, 255, 245, 205, 174, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 255, 224, 181, 255, 245, 209, 159, 255, 216, 164, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 250, 238, 221, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 165, 99, 255, 245, 227, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 129, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 227, 189, 111, 255, 234, 202, 120, 255, 243, 225, 179, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 164, 96, 255, 245, 222, 191, 255, 255, 251, 246, 255, 255, 229, 195, 255, 255, 222, 180, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 174, 255, 255, 211, 174, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 199, 166, 255, 255, 197, 165, 255, 255, 195, 164, 255, 255, 193, 163, 255, 234, 176, 126, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 179, 125, 255, 255, 222, 205, 255, 255, 224, 205, 255, 255, 211, 184, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 255, 222, 180, 255, 239, 200, 147, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 245, 227, 204, 255, 242, 222, 195, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 233, 199, 118, 255, 229, 192, 113, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 250, 242, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 166, 100, 255, 242, 225, 203, 255, 242, 225, 203, 255, 216, 166, 100, 255, 234, 191, 135, 255, 255, 221, 180, 255, 255, 220, 179, 255, 255, 219, 178, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 213, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 170, 255, 255, 202, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 192, 163, 255, 224, 168, 108, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 162, 95, 255, 255, 197, 166, 255, 255, 199, 167, 255, 255, 214, 190, 255, 255, 229, 212, 255, 255, 230, 213, 255, 255, 213, 182, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 255, 220, 179, 255, 255, 221, 180, 255, 231, 187, 129, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 251, 245, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 225, 184, 107, 255, 216, 165, 94, 255, 213, 160, 90, 255, 221, 178, 121, 255, 250, 243, 234, 255, 231, 202, 162, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 183, 123, 255, 255, 220, 179, 255, 255, 218, 178, 255, 255, 217, 177, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 213, 175, 255, 255, 212, 174, 255, 255, 210, 173, 255, 255, 209, 173, 255, 255, 208, 172, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 195, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 193, 156, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 208, 176, 255, 255, 228, 208, 255, 255, 235, 219, 255, 255, 224, 199, 255, 255, 212, 174, 255, 255, 214, 175, 255, 255, 215, 176, 255, 255, 217, 177, 255, 255, 218, 178, 255, 242, 201, 151, 255, 218, 168, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 240, 217, 186, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 214, 165, 255, 252, 249, 245, 255, 224, 184, 131, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 178, 118, 255, 250, 210, 167, 255, 255, 216, 177, 255, 255, 215, 176, 255, 255, 214, 175, 255, 255, 212, 175, 255, 255, 211, 174, 255, 255, 210, 173, 255, 255, 208, 172, 255, 255, 207, 171, 255, 255, 205, 170, 255, 255, 204, 169, 255, 255, 202, 169, 255, 255, 200, 167, 255, 255, 199, 167, 255, 255, 197, 166, 255, 255, 195, 165, 255, 255, 194, 164, 255, 255, 192, 163, 255, 250, 186, 153, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 186, 142, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 224, 199, 255, 255, 239, 225, 255, 255, 232, 210, 255, 255, 218, 181, 255, 245, 202, 155, 255, 224, 175, 112, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 252, 248, 238, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 237, 209, 137, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 177, 117, 255, 234, 187, 133, 255, 245, 200, 154, 255, 252, 208, 169, 255, 255, 210, 173, 255, 255, 209, 172, 255, 255, 207, 172, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 245, 182, 143, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 179, 128, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 255, 210, 173, 255, 255, 212, 174, 255, 245, 210, 174, 255, 237, 213, 183, 255, 239, 219, 193, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 247, 235, 204, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 182, 126, 255, 252, 205, 167, 255, 255, 206, 171, 255, 255, 205, 170, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 199, 166, 255, 255, 197, 165, 255, 255, 195, 165, 255, 255, 193, 163, 255, 255, 192, 162, 255, 255, 190, 161, 255, 234, 174, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 170, 109, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 255, 209, 172, 255, 252, 207, 168, 255, 229, 179, 122, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 172, 111, 255, 239, 219, 193, 255, 239, 219, 193, 255, 222, 180, 116, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 172, 110, 255, 255, 206, 171, 255, 255, 204, 170, 255, 255, 203, 169, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 192, 163, 255, 255, 191, 162, 255, 255, 189, 161, 255, 231, 172, 121, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 165, 100, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 255, 207, 171, 255, 242, 193, 147, 255, 216, 163, 95, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 175, 113, 255, 250, 242, 221, 255, 247, 235, 204, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 245, 230, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 212, 153, 255, 251, 240, 223, 255, 252, 243, 230, 255, 250, 238, 216, 255, 245, 228, 189, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 254, 252, 247, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 239, 188, 140, 255, 255, 203, 169, 255, 255, 202, 168, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 197, 165, 255, 255, 195, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 255, 190, 161, 255, 255, 188, 160, 255, 224, 167, 107, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 255, 205, 170, 255, 239, 189, 141, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 239, 215, 154, 255, 250, 242, 221, 255, 246, 232, 196, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 215, 165, 99, 255, 244, 225, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 165, 100, 255, 252, 200, 164, 255, 255, 201, 168, 255, 255, 199, 167, 255, 255, 197, 166, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 192, 163, 255, 255, 190, 162, 255, 255, 189, 161, 255, 255, 187, 159, 255, 218, 163, 99, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 80, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 255, 199, 167, 255, 255, 201, 168, 255, 255, 203, 169, 255, 245, 194, 150, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 252, 248, 238, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 232, 196, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 130, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 242, 221, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 180, 129, 255, 255, 200, 167, 255, 255, 198, 166, 255, 255, 196, 165, 255, 255, 195, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 255, 189, 161, 255, 255, 187, 160, 255, 255, 186, 159, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 64, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 192, 153, 255, 255, 201, 168, 255, 252, 200, 164, 255, 216, 163, 95, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 254, 252, 247, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 250, 238, 221, 255, 230, 196, 146, 255, 231, 197, 116, 255, 245, 228, 189, 255, 252, 243, 230, 255, 247, 233, 213, 255, 218, 170, 108, 255, 223, 181, 125, 255, 250, 238, 221, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 250, 242, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 163, 95, 255, 250, 194, 157, 255, 255, 197, 165, 255, 255, 195, 165, 255, 255, 194, 164, 255, 255, 192, 162, 255, 255, 190, 161, 255, 255, 188, 160, 255, 255, 186, 159, 255, 247, 181, 146, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 190, 148, 255, 255, 201, 168, 255, 221, 168, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 251, 245, 230, 255, 246, 232, 196, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 252, 248, 238, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 254, 252, 247, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 172, 114, 255, 255, 196, 165, 255, 255, 194, 164, 255, 255, 193, 163, 255, 255, 191, 162, 255, 255, 189, 161, 255, 255, 187, 160, 255, 255, 186, 159, 255, 242, 178, 137, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 190, 148, 255, 229, 175, 119, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 232, 196, 255, 252, 248, 238, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 242, 221, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 233, 213, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 202, 160, 255, 225, 186, 134, 255, 236, 207, 144, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 250, 242, 221, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 184, 141, 255, 255, 193, 163, 255, 255, 191, 162, 255, 255, 190, 161, 255, 255, 188, 160, 255, 255, 186, 159, 255, 255, 186, 159, 255, 234, 173, 125, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 254, 252, 247, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 255, 255, 255, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 254, 252, 247, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 162, 95, 255, 252, 190, 158, 255, 255, 190, 162, 255, 255, 189, 161, 255, 255, 187, 160, 255, 255, 186, 159, 255, 255, 186, 159, 255, 224, 167, 107, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 250, 242, 221, 255, 251, 245, 230, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 245, 230, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 168, 108, 255, 255, 189, 161, 255, 255, 188, 160, 255, 255, 186, 159, 255, 255, 186, 159, 255, 252, 184, 155, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 191, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 254, 252, 247, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 255, 255, 255, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 237, 210, 141, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 251, 240, 223, 255, 252, 243, 230, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 227, 204, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 252, 248, 238, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 171, 116, 255, 255, 187, 159, 255, 255, 186, 159, 255, 255, 186, 159, 255, 234, 173, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 239, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 254, 252, 247, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 250, 242, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 218, 170, 108, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 252, 248, 238, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 252, 248, 238, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 167, 107, 255, 242, 178, 137, 255, 239, 176, 133, 255, 216, 162, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 48, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 247, 235, 204, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 255, 255, 255, 255, 239, 215, 154, 255, 240, 215, 154, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 252, 248, 238, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 128, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 248, 238, 213, 255, 235, 205, 128, 255, 234, 202, 120, 255, 242, 220, 168, 255, 248, 233, 203, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 250, 242, 221, 255, 244, 225, 182, 255, 247, 233, 213, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 228, 191, 143, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 233, 213, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 250, 239, 218, 255, 255, 254, 253, 255, 241, 219, 169, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 251, 245, 230, 255, 244, 226, 183, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 255, 255, 255, 255, 252, 243, 229, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 228, 191, 143, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 236, 207, 134, 255, 251, 240, 223, 255, 253, 248, 241, 255, 250, 243, 234, 255, 218, 170, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 255, 255, 255, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 32, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 254, 253, 250, 255, 252, 244, 232, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 247, 236, 223, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 165, 99, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 240, 217, 186, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 143, 255, 252, 243, 230, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 255, 254, 252, 255, 229, 196, 152, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 255, 255, 255, 255, 250, 240, 219, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 221, 170, 255, 254, 253, 250, 255, 254, 253, 250, 255, 252, 244, 232, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 213, 152, 255, 255, 255, 255, 255, 224, 184, 131, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 165, 99, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 253, 248, 239, 255, 255, 254, 253, 255, 221, 176, 118, 255, 213, 160, 90, 255, 216, 165, 94, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 254, 252, 247, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 245, 233, 255, 255, 254, 253, 255, 254, 252, 249, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 247, 237, 224, 255, 239, 219, 193, 255, 213, 160, 90, 255, 213, 160, 90, 255, 235, 207, 169, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 251, 240, 223, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 235, 205, 127, 255, 251, 240, 223, 255, 252, 243, 230, 255, 254, 252, 249, 255, 254, 251, 246, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 251, 245, 230, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 32, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 255, 254, 253, 255, 254, 251, 246, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 229, 196, 152, 255, 252, 249, 245, 255, 216, 166, 100, 255, 213, 160, 90, 255, 245, 227, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 243, 223, 175, 255, 252, 243, 230, 255, 253, 245, 235, 255, 255, 255, 255, 255, 253, 245, 235, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 254, 252, 247, 255, 235, 205, 128, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 143, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 245, 229, 188, 255, 243, 225, 179, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 245, 227, 204, 255, 233, 202, 160, 255, 237, 212, 178, 255, 253, 247, 238, 255, 255, 255, 255, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 250, 243, 234, 255, 229, 196, 152, 255, 218, 170, 108, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 241, 217, 161, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 121, 255, 251, 240, 223, 255, 252, 243, 230, 255, 254, 250, 244, 255, 254, 253, 250, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 243, 225, 179, 255, 255, 255, 255, 255, 239, 215, 154, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 223, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 245, 229, 188, 255, 248, 238, 213, 255, 242, 222, 171, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 228, 191, 123, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 253, 248, 239, 255, 255, 255, 255, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 234, 208, 173, 255, 242, 225, 203, 255, 228, 191, 143, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 236, 207, 134, 255, 233, 202, 160, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 255, 254, 252, 255, 253, 248, 241, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 134, 255, 254, 252, 247, 255, 243, 225, 179, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 80, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 250, 242, 221, 255, 248, 238, 213, 255, 242, 222, 171, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 249, 239, 215, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 216, 166, 100, 255, 255, 255, 255, 255, 240, 218, 188, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 205, 127, 255, 234, 202, 120, 255, 239, 215, 179, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 143, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 250, 238, 216, 255, 252, 243, 230, 255, 253, 245, 235, 255, 255, 255, 255, 255, 252, 245, 233, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 237, 224, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 159, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 246, 232, 196, 255, 254, 252, 247, 255, 247, 235, 204, 255, 241, 219, 162, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 239, 212, 148, 255, 247, 235, 204, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 239, 219, 193, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 243, 222, 185, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 241, 255, 254, 252, 249, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 208, 173, 255, 252, 248, 238, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 194, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 243, 225, 179, 255, 252, 248, 238, 255, 250, 243, 234, 255, 231, 202, 162, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 239, 212, 148, 255, 235, 205, 128, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 190, 142, 255, 254, 251, 246, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 243, 223, 175, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 251, 247, 255, 253, 248, 241, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 218, 172, 111, 255, 252, 249, 245, 255, 229, 194, 139, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 215, 165, 99, 255, 213, 160, 90, 255, 214, 163, 92, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 214, 165, 255, 250, 243, 234, 255, 252, 249, 245, 255, 234, 208, 173, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 143, 255, 239, 212, 148, 255, 234, 202, 120, 255, 238, 212, 145, 255, 251, 245, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 242, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 241, 217, 161, 255, 228, 191, 143, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 243, 222, 185, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 255, 254, 252, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 213, 160, 90, 255, 245, 231, 214, 255, 234, 208, 173, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 222, 178, 103, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 234, 208, 173, 255, 250, 243, 234, 255, 247, 237, 224, 255, 216, 166, 100, 255, 235, 207, 169, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 213, 183, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 239, 212, 148, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 212, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 253, 250, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 226, 190, 142, 255, 247, 237, 224, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 196, 152, 255, 247, 237, 224, 255, 248, 235, 217, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 237, 209, 137, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 184, 131, 255, 253, 248, 241, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 237, 210, 141, 255, 250, 238, 221, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 240, 217, 181, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 254, 250, 244, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 250, 243, 234, 255, 221, 178, 121, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 248, 241, 255, 249, 240, 228, 255, 242, 225, 203, 255, 242, 225, 203, 255, 237, 213, 183, 255, 234, 208, 173, 255, 224, 184, 131, 255, 231, 200, 143, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 112, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 229, 192, 113, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 221, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 253, 248, 239, 255, 243, 224, 178, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 254, 251, 246, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 237, 213, 183, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 246, 232, 196, 255, 255, 254, 252, 255, 254, 253, 250, 255, 253, 248, 241, 255, 236, 209, 173, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 207, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 239, 215, 154, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 254, 250, 244, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 212, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 250, 242, 233, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 209, 137, 255, 247, 235, 204, 255, 255, 255, 255, 255, 248, 238, 211, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 16, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 244, 228, 206, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 215, 165, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 222, 195, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 234, 206, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 184, 131, 255, 254, 252, 247, 255, 251, 245, 230, 255, 239, 215, 154, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 233, 213, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 96, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 240, 219, 191, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 213, 160, 90, 255, 250, 238, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 251, 247, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 190, 142, 255, 250, 243, 234, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 202, 120, 175, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 242, 220, 168, 255, 243, 223, 175, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 253, 246, 236, 255, 218, 170, 108, 255, 213, 160, 90, 255, 221, 178, 121, 255, 234, 208, 173, 255, 216, 166, 100, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 222, 195, 255, 229, 192, 113, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 244, 212, 125, 64, 244, 212, 125, 64, 244, 212, 125, 64, 244, 212, 125, 64, 244, 212, 125, 80, 234, 202, 120, 239, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 241, 217, 161, 255, 246, 230, 196, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 251, 247, 255, 252, 243, 230, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 221, 176, 101, 255, 218, 171, 98, 255, 220, 173, 99, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 64, 244, 212, 125, 112, 244, 212, 125, 128, 244, 212, 125, 175, 244, 212, 125, 191, 244, 212, 125, 239, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 245, 228, 189, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 245, 228, 189, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 217, 168, 101, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 253, 246, 236, 255, 242, 222, 195, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 241, 217, 161, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 80, 244, 212, 125, 128, 244, 212, 125, 191, 244, 212, 125, 239, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 194, 139, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 250, 244, 255, 252, 243, 230, 255, 241, 220, 188, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 244, 225, 182, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 80, 244, 212, 125, 159, 237, 202, 122, 223, 236, 200, 121, 255, 236, 200, 121, 255, 236, 200, 121, 255, 232, 194, 119, 255, 228, 188, 118, 255, 228, 188, 118, 255, 232, 194, 119, 255, 236, 200, 121, 255, 236, 200, 121, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 205, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 246, 236, 255, 252, 243, 230, 255, 236, 207, 154, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 240, 215, 154, 255, 245, 228, 189, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 243, 223, 175, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 228, 188, 118, 32, 216, 170, 112, 112, 221, 178, 115, 207, 219, 175, 114, 255, 213, 166, 111, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 225, 184, 117, 255, 234, 197, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 203, 121, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 236, 207, 134, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 229, 192, 113, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 252, 243, 230, 255, 249, 235, 209, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 194, 144, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 32, 211, 163, 110, 112, 211, 163, 110, 207, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 228, 188, 118, 255, 242, 209, 124, 255, 244, 212, 125, 255, 243, 211, 125, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 241, 217, 161, 255, 243, 223, 175, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 233, 202, 160, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 227, 189, 121, 255, 242, 222, 195, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 222, 179, 115, 96, 214, 167, 111, 191, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 236, 200, 121, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 199, 255, 242, 222, 195, 255, 238, 212, 168, 255, 238, 212, 168, 255, 238, 212, 168, 255, 237, 209, 161, 255, 233, 202, 140, 255, 233, 202, 140, 255, 236, 207, 139, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 196, 118, 255, 204, 176, 112, 255, 204, 176, 112, 255, 209, 187, 139, 255, 210, 189, 146, 255, 229, 212, 178, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 219, 173, 104, 255, 251, 240, 223, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 243, 223, 175, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 222, 179, 115, 143, 213, 166, 111, 239, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 230, 193, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 246, 230, 196, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 243, 223, 175, 255, 236, 209, 166, 255, 225, 186, 129, 255, 219, 173, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 218, 171, 98, 255, 226, 186, 109, 255, 189, 160, 98, 255, 155, 128, 69, 255, 135, 113, 55, 255, 140, 125, 59, 255, 156, 147, 64, 255, 166, 163, 76, 255, 169, 170, 82, 255, 168, 171, 84, 255, 160, 161, 85, 255, 153, 152, 86, 255, 174, 170, 122, 255, 201, 193, 167, 255, 235, 225, 212, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 242, 220, 168, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 245, 228, 189, 255, 248, 233, 203, 255, 234, 202, 120, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 225, 212, 255, 218, 207, 194, 255, 218, 207, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 232, 194, 120, 175, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 183, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 222, 178, 103, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 221, 176, 101, 255, 229, 192, 113, 255, 233, 199, 118, 255, 234, 202, 120, 255, 219, 189, 116, 255, 133, 101, 48, 255, 119, 87, 20, 255, 136, 114, 40, 255, 153, 142, 60, 255, 167, 166, 78, 255, 168, 171, 85, 255, 159, 165, 84, 255, 152, 158, 83, 255, 147, 153, 82, 255, 144, 151, 82, 255, 144, 151, 82, 255, 146, 152, 82, 255, 150, 156, 83, 255, 150, 153, 84, 255, 177, 172, 130, 255, 221, 211, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 245, 228, 189, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 214, 163, 92, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 213, 203, 185, 255, 188, 181, 139, 255, 173, 168, 112, 255, 157, 154, 84, 255, 162, 161, 82, 255, 166, 164, 77, 255, 163, 158, 72, 255, 148, 138, 72, 255, 140, 125, 63, 255, 146, 129, 77, 255, 169, 149, 106, 255, 206, 190, 161, 255, 243, 223, 175, 255, 243, 223, 175, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 236, 200, 121, 191, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 183, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 211, 180, 108, 255, 114, 76, 21, 255, 118, 85, 19, 255, 137, 116, 41, 255, 157, 148, 65, 255, 170, 171, 83, 255, 161, 165, 84, 255, 148, 155, 82, 255, 138, 146, 81, 255, 131, 139, 79, 255, 126, 135, 79, 255, 123, 133, 78, 255, 123, 132, 78, 255, 111, 117, 69, 255, 119, 126, 72, 255, 135, 143, 80, 255, 143, 150, 82, 255, 151, 156, 84, 255, 173, 169, 122, 255, 230, 221, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 225, 212, 255, 193, 185, 149, 255, 161, 159, 95, 255, 165, 169, 85, 255, 159, 164, 84, 255, 155, 160, 84, 255, 152, 158, 83, 255, 153, 159, 83, 255, 156, 161, 84, 255, 161, 166, 85, 255, 167, 171, 85, 255, 169, 168, 80, 255, 158, 150, 66, 255, 143, 125, 48, 255, 126, 99, 29, 255, 137, 108, 53, 255, 219, 189, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 239, 212, 148, 255, 243, 223, 175, 255, 244, 225, 182, 255, 248, 233, 203, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 241, 208, 124, 191, 223, 181, 116, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 114, 78, 30, 255, 113, 76, 13, 255, 133, 109, 36, 255, 155, 144, 62, 255, 170, 172, 83, 255, 158, 163, 84, 255, 143, 150, 81, 255, 131, 139, 79, 255, 121, 131, 78, 255, 115, 126, 77, 255, 112, 124, 75, 255, 110, 123, 74, 255, 82, 86, 53, 255, 45, 39, 25, 255, 45, 39, 25, 255, 92, 96, 58, 255, 125, 134, 78, 255, 135, 143, 80, 255, 148, 155, 82, 255, 157, 159, 85, 255, 198, 190, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 234, 221, 255, 192, 184, 147, 255, 163, 163, 84, 255, 162, 166, 85, 255, 150, 156, 83, 255, 141, 148, 81, 255, 130, 137, 77, 255, 121, 128, 73, 255, 129, 138, 79, 255, 130, 139, 79, 255, 133, 141, 80, 255, 138, 146, 81, 255, 146, 153, 82, 255, 157, 162, 84, 255, 168, 171, 85, 255, 165, 161, 74, 255, 146, 131, 52, 255, 127, 100, 29, 255, 118, 83, 25, 255, 198, 154, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 218, 171, 98, 255, 224, 181, 105, 255, 227, 189, 111, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 244, 212, 125, 159, 228, 188, 118, 255, 213, 166, 111, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 109, 74, 26, 255, 123, 94, 25, 255, 146, 131, 52, 255, 168, 168, 79, 255, 161, 166, 84, 255, 143, 150, 81, 255, 128, 137, 79, 255, 117, 128, 77, 255, 110, 123, 75, 255, 106, 123, 70, 255, 102, 123, 67, 255, 87, 102, 55, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 96, 103, 63, 255, 120, 130, 78, 255, 132, 140, 80, 255, 147, 154, 82, 255, 165, 169, 85, 255, 188, 181, 139, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 220, 210, 193, 255, 162, 157, 88, 255, 167, 170, 85, 255, 153, 158, 83, 255, 139, 147, 81, 255, 129, 137, 79, 255, 94, 98, 58, 255, 45, 39, 25, 255, 45, 39, 25, 255, 88, 93, 57, 255, 113, 125, 76, 255, 116, 126, 77, 255, 120, 130, 78, 255, 128, 137, 79, 255, 138, 146, 81, 255, 151, 157, 83, 255, 167, 171, 85, 255, 165, 161, 74, 255, 143, 126, 48, 255, 122, 92, 24, 255, 115, 78, 22, 255, 212, 183, 114, 255, 229, 192, 113, 255, 226, 186, 109, 255, 224, 181, 105, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 128, 232, 194, 119, 255, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 129, 99, 46, 255, 133, 109, 36, 255, 158, 150, 66, 255, 168, 172, 85, 255, 149, 155, 82, 255, 132, 140, 80, 255, 118, 128, 77, 255, 110, 123, 74, 255, 103, 123, 68, 255, 99, 124, 63, 255, 96, 124, 60, 255, 51, 50, 29, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 84, 80, 68, 255, 246, 247, 244, 255, 129, 140, 98, 255, 120, 130, 77, 255, 134, 142, 80, 255, 151, 157, 83, 255, 169, 172, 84, 255, 185, 175, 135, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 207, 197, 171, 255, 160, 155, 74, 255, 166, 170, 85, 255, 149, 155, 82, 255, 134, 142, 80, 255, 122, 131, 78, 255, 105, 114, 70, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 89, 102, 57, 255, 105, 123, 70, 255, 109, 123, 74, 255, 115, 125, 76, 255, 124, 133, 78, 255, 136, 144, 80, 255, 152, 158, 83, 255, 169, 172, 85, 255, 158, 149, 66, 255, 134, 111, 38, 255, 113, 78, 18, 255, 212, 183, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 230, 191, 119, 223, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 148, 121, 63, 255, 140, 121, 45, 255, 166, 163, 76, 255, 161, 166, 84, 255, 141, 148, 81, 255, 124, 134, 78, 255, 112, 123, 76, 255, 104, 123, 69, 255, 98, 124, 62, 255, 94, 125, 58, 255, 84, 109, 51, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 98, 93, 83, 255, 255, 255, 255, 255, 142, 156, 116, 255, 112, 124, 75, 255, 124, 133, 78, 255, 140, 148, 81, 255, 160, 165, 84, 255, 164, 161, 78, 255, 214, 203, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 206, 194, 169, 255, 155, 147, 67, 255, 168, 171, 85, 255, 150, 156, 83, 255, 133, 141, 80, 255, 119, 129, 77, 255, 110, 123, 74, 255, 68, 70, 42, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 52, 50, 30, 255, 98, 124, 62, 255, 102, 124, 66, 255, 107, 123, 72, 255, 114, 125, 76, 255, 125, 135, 78, 255, 141, 148, 81, 255, 160, 165, 84, 255, 168, 166, 78, 255, 144, 127, 49, 255, 121, 95, 40, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 226, 185, 117, 175, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 239, 212, 148, 255, 223, 181, 110, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 111, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 178, 151, 90, 255, 145, 129, 51, 255, 169, 169, 81, 255, 156, 161, 84, 255, 136, 144, 80, 255, 119, 129, 77, 255, 109, 123, 73, 255, 101, 124, 65, 255, 95, 125, 59, 255, 92, 125, 56, 255, 73, 88, 44, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 58, 53, 39, 255, 150, 147, 140, 255, 100, 116, 69, 255, 107, 123, 72, 255, 117, 127, 77, 255, 133, 141, 80, 255, 152, 158, 83, 255, 169, 171, 83, 255, 157, 146, 89, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 225, 212, 255, 144, 129, 58, 255, 169, 169, 81, 255, 156, 162, 84, 255, 137, 145, 80, 255, 121, 131, 78, 255, 110, 123, 74, 255, 103, 123, 67, 255, 49, 44, 28, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 84, 80, 68, 255, 202, 209, 192, 255, 96, 124, 61, 255, 102, 124, 66, 255, 109, 123, 73, 255, 118, 128, 77, 255, 133, 142, 80, 255, 152, 158, 83, 255, 170, 172, 84, 255, 151, 138, 58, 255, 139, 115, 57, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 64, 215, 170, 112, 239, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 248, 233, 203, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 240, 217, 186, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 248, 233, 203, 255, 243, 223, 175, 255, 240, 215, 154, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 204, 176, 112, 255, 147, 131, 53, 255, 169, 170, 82, 255, 154, 160, 84, 255, 134, 142, 80, 255, 118, 128, 77, 255, 107, 123, 72, 255, 99, 124, 64, 255, 94, 125, 58, 255, 93, 126, 57, 255, 73, 86, 46, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 85, 103, 53, 255, 104, 123, 69, 255, 114, 125, 76, 255, 128, 137, 79, 255, 147, 154, 82, 255, 168, 172, 85, 255, 156, 146, 63, 255, 211, 199, 183, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 168, 152, 112, 255, 158, 150, 66, 255, 167, 171, 85, 255, 146, 152, 82, 255, 127, 136, 79, 255, 113, 124, 76, 255, 105, 123, 69, 255, 98, 124, 62, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 150, 147, 140, 255, 255, 255, 255, 255, 134, 157, 107, 255, 98, 124, 63, 255, 106, 123, 70, 255, 115, 125, 77, 255, 129, 138, 79, 255, 148, 154, 82, 255, 168, 172, 85, 255, 155, 145, 62, 255, 161, 137, 76, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 32, 211, 163, 110, 191, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 244, 225, 182, 255, 237, 210, 141, 255, 146, 131, 67, 255, 169, 169, 81, 255, 155, 161, 84, 255, 135, 143, 80, 255, 118, 128, 77, 255, 108, 123, 72, 255, 100, 124, 64, 255, 94, 125, 58, 255, 93, 126, 57, 255, 73, 86, 46, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 84, 103, 52, 255, 104, 123, 68, 255, 112, 124, 76, 255, 126, 135, 79, 255, 145, 152, 82, 255, 167, 171, 86, 255, 158, 150, 66, 255, 175, 160, 124, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 225, 212, 255, 137, 119, 51, 255, 166, 163, 76, 255, 160, 165, 84, 255, 138, 146, 81, 255, 121, 131, 78, 255, 109, 123, 74, 255, 101, 124, 65, 255, 83, 103, 51, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 98, 93, 83, 255, 198, 204, 189, 255, 103, 133, 69, 255, 97, 124, 61, 255, 104, 123, 69, 255, 113, 125, 76, 255, 128, 136, 79, 255, 147, 154, 82, 255, 168, 171, 85, 255, 155, 145, 62, 255, 186, 160, 97, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 236, 207, 144, 255, 219, 173, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 16, 211, 163, 110, 128, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 192, 181, 151, 255, 167, 165, 77, 255, 159, 164, 84, 255, 138, 146, 81, 255, 121, 131, 78, 255, 110, 123, 74, 255, 101, 124, 66, 255, 96, 125, 60, 255, 93, 125, 57, 255, 70, 83, 42, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 91, 113, 58, 255, 105, 123, 69, 255, 114, 124, 76, 255, 127, 136, 79, 255, 146, 153, 82, 255, 168, 172, 85, 255, 158, 149, 65, 255, 145, 125, 75, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 195, 180, 157, 255, 144, 127, 50, 255, 169, 169, 80, 255, 155, 161, 84, 255, 135, 143, 80, 255, 118, 128, 77, 255, 107, 123, 72, 255, 99, 124, 64, 255, 85, 109, 52, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 69, 82, 41, 255, 93, 125, 57, 255, 97, 124, 62, 255, 105, 123, 70, 255, 114, 125, 76, 255, 129, 138, 79, 255, 149, 155, 83, 255, 169, 172, 84, 255, 149, 137, 64, 255, 219, 189, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 239, 212, 148, 255, 243, 223, 175, 255, 245, 228, 189, 255, 248, 233, 203, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 64, 211, 163, 110, 223, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 239, 212, 148, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 234, 221, 255, 160, 153, 85, 255, 166, 170, 85, 255, 145, 152, 82, 255, 127, 136, 79, 255, 114, 125, 76, 255, 105, 123, 70, 255, 99, 124, 63, 255, 94, 125, 58, 255, 81, 104, 49, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 58, 60, 34, 255, 100, 124, 65, 255, 107, 123, 72, 255, 116, 127, 77, 255, 131, 140, 79, 255, 150, 156, 83, 255, 169, 172, 85, 255, 153, 142, 60, 255, 127, 103, 43, 255, 243, 234, 221, 255, 250, 238, 221, 255, 225, 186, 134, 255, 237, 212, 178, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 163, 144, 106, 255, 146, 130, 51, 255, 169, 170, 81, 255, 154, 160, 84, 255, 134, 142, 80, 255, 118, 128, 77, 255, 108, 123, 72, 255, 100, 124, 64, 255, 94, 125, 58, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 69, 82, 41, 255, 94, 125, 58, 255, 100, 124, 64, 255, 108, 123, 72, 255, 118, 128, 77, 255, 134, 143, 80, 255, 155, 160, 83, 255, 169, 169, 81, 255, 169, 150, 86, 255, 240, 215, 154, 255, 244, 225, 182, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 209, 166, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 16, 211, 163, 110, 159, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 235, 205, 127, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 215, 205, 183, 255, 167, 167, 83, 255, 155, 161, 83, 255, 137, 144, 80, 255, 121, 131, 78, 255, 111, 123, 75, 255, 104, 123, 69, 255, 99, 124, 63, 255, 95, 125, 59, 255, 48, 44, 27, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 89, 108, 57, 255, 105, 123, 69, 255, 112, 123, 76, 255, 123, 132, 78, 255, 138, 146, 81, 255, 157, 162, 84, 255, 169, 169, 81, 255, 146, 131, 52, 255, 122, 92, 24, 255, 210, 191, 168, 255, 218, 170, 108, 255, 213, 160, 90, 255, 228, 191, 143, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 129, 103, 53, 255, 144, 127, 50, 255, 169, 168, 80, 255, 157, 162, 84, 255, 137, 145, 80, 255, 120, 130, 78, 255, 110, 123, 74, 255, 102, 124, 66, 255, 96, 124, 60, 255, 63, 71, 37, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 79, 98, 48, 255, 98, 124, 62, 255, 104, 123, 69, 255, 112, 124, 76, 255, 125, 134, 78, 255, 143, 150, 81, 255, 164, 168, 85, 255, 158, 153, 75, 255, 229, 218, 201, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 240, 215, 154, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 48, 211, 163, 110, 223, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 228, 192, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 192, 184, 147, 255, 167, 171, 85, 255, 149, 156, 83, 255, 133, 141, 80, 255, 120, 130, 78, 255, 112, 123, 75, 255, 106, 123, 70, 255, 102, 124, 66, 255, 66, 71, 40, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 81, 92, 51, 255, 105, 123, 70, 255, 111, 123, 75, 255, 120, 130, 77, 255, 132, 141, 80, 255, 149, 155, 82, 255, 167, 171, 85, 255, 161, 155, 70, 255, 137, 115, 41, 255, 115, 79, 15, 255, 189, 145, 89, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 117, 89, 36, 255, 139, 119, 44, 255, 165, 162, 74, 255, 163, 167, 85, 255, 143, 150, 81, 255, 126, 135, 79, 255, 114, 125, 76, 255, 106, 123, 71, 255, 100, 124, 64, 255, 87, 108, 54, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 95, 119, 61, 255, 104, 123, 68, 255, 111, 123, 75, 255, 121, 130, 78, 255, 136, 144, 80, 255, 154, 160, 83, 255, 169, 170, 82, 255, 195, 185, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 96, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 183, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 198, 190, 158, 255, 161, 164, 85, 255, 148, 155, 82, 255, 134, 142, 80, 255, 123, 133, 78, 255, 115, 126, 77, 255, 111, 123, 75, 255, 104, 117, 70, 255, 57, 55, 34, 255, 53, 49, 31, 255, 92, 102, 61, 255, 110, 123, 74, 255, 114, 125, 76, 255, 121, 131, 78, 255, 132, 140, 80, 255, 146, 152, 82, 255, 162, 167, 85, 255, 168, 167, 79, 255, 147, 132, 53, 255, 125, 96, 27, 255, 108, 72, 16, 255, 201, 152, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 130, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 235, 207, 169, 255, 113, 82, 31, 255, 132, 107, 35, 255, 156, 146, 63, 255, 169, 172, 85, 255, 152, 158, 83, 255, 135, 143, 80, 255, 121, 131, 78, 255, 112, 124, 76, 255, 106, 123, 71, 255, 102, 124, 67, 255, 80, 92, 50, 255, 45, 39, 25, 255, 45, 39, 25, 255, 45, 39, 25, 255, 67, 71, 41, 255, 106, 123, 71, 255, 112, 124, 75, 255, 121, 130, 78, 255, 134, 142, 80, 255, 150, 156, 83, 255, 168, 171, 85, 255, 175, 166, 117, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 143, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 183, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 221, 212, 194, 255, 166, 164, 103, 255, 153, 159, 83, 255, 141, 148, 81, 255, 131, 140, 79, 255, 124, 134, 78, 255, 120, 130, 78, 255, 118, 128, 77, 255, 117, 127, 77, 255, 119, 129, 77, 255, 122, 132, 78, 255, 128, 137, 79, 255, 137, 145, 80, 255, 148, 155, 82, 255, 162, 167, 85, 255, 169, 169, 81, 255, 152, 140, 59, 255, 132, 107, 35, 255, 113, 76, 12, 255, 133, 95, 45, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 207, 169, 255, 213, 160, 90, 255, 108, 73, 25, 255, 122, 90, 23, 255, 143, 126, 49, 255, 166, 163, 76, 255, 164, 169, 85, 255, 148, 154, 82, 255, 134, 142, 80, 255, 123, 133, 78, 255, 115, 126, 77, 255, 111, 123, 75, 255, 108, 123, 72, 255, 81, 86, 52, 255, 45, 39, 25, 255, 49, 44, 28, 255, 104, 113, 69, 255, 117, 127, 77, 255, 125, 134, 78, 255, 137, 145, 80, 255, 151, 157, 83, 255, 167, 170, 85, 255, 182, 174, 128, 255, 243, 234, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 159, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 220, 178, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 234, 221, 255, 196, 189, 158, 255, 153, 152, 94, 255, 152, 158, 83, 255, 144, 151, 82, 255, 139, 147, 81, 255, 136, 144, 81, 255, 136, 144, 81, 255, 138, 145, 81, 255, 142, 149, 81, 255, 148, 154, 82, 255, 157, 162, 84, 255, 167, 171, 85, 255, 167, 165, 78, 255, 151, 139, 58, 255, 133, 109, 37, 255, 117, 88, 36, 255, 148, 109, 57, 255, 207, 156, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 147, 107, 56, 255, 110, 73, 10, 255, 129, 103, 32, 255, 150, 136, 56, 255, 168, 167, 79, 255, 164, 168, 85, 255, 150, 156, 83, 255, 139, 146, 81, 255, 130, 139, 79, 255, 124, 133, 78, 255, 120, 130, 78, 255, 119, 129, 77, 255, 111, 119, 71, 255, 113, 121, 71, 255, 127, 136, 79, 255, 134, 142, 80, 255, 144, 151, 82, 255, 157, 162, 84, 255, 162, 163, 85, 255, 198, 189, 157, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 128, 255, 255, 255, 112, 255, 255, 255, 112, 255, 255, 255, 112, 255, 255, 255, 80, 255, 255, 255, 128, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 159, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 173, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 207, 198, 176, 255, 178, 173, 131, 255, 154, 153, 94, 255, 156, 160, 85, 255, 159, 164, 85, 255, 161, 166, 85, 255, 165, 169, 85, 255, 169, 171, 84, 255, 168, 167, 79, 255, 150, 142, 75, 255, 160, 147, 97, 255, 176, 155, 101, 255, 198, 170, 106, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 215, 165, 99, 255, 213, 160, 90, 255, 207, 156, 90, 255, 148, 108, 57, 255, 116, 84, 29, 255, 131, 106, 34, 255, 149, 135, 55, 255, 166, 163, 75, 255, 168, 171, 85, 255, 159, 164, 84, 255, 150, 156, 83, 255, 144, 151, 82, 255, 140, 148, 81, 255, 139, 147, 81, 255, 140, 147, 81, 255, 143, 150, 82, 255, 149, 155, 82, 255, 157, 163, 84, 255, 160, 161, 86, 255, 188, 182, 140, 255, 235, 225, 212, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 80, 255, 255, 255, 128, 255, 255, 255, 159, 255, 255, 255, 128, 255, 255, 255, 143, 255, 255, 255, 128, 255, 255, 255, 64, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 96, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 212, 165, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 216, 203, 255, 218, 207, 194, 255, 218, 207, 194, 255, 218, 207, 194, 255, 218, 207, 194, 255, 218, 207, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 237, 210, 141, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 207, 156, 90, 255, 177, 137, 81, 255, 164, 137, 78, 255, 150, 133, 70, 255, 150, 141, 70, 255, 167, 164, 77, 255, 169, 171, 83, 255, 167, 171, 85, 255, 165, 169, 85, 255, 164, 168, 85, 255, 165, 169, 85, 255, 157, 157, 86, 255, 171, 168, 113, 255, 198, 190, 158, 255, 235, 225, 212, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 241, 219, 162, 255, 251, 244, 228, 159, 255, 255, 255, 191, 255, 255, 255, 159, 255, 255, 255, 143, 255, 255, 255, 112, 255, 255, 255, 64, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 32, 211, 163, 110, 239, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 240, 215, 154, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 124, 255, 250, 238, 216, 255, 243, 234, 221, 255, 218, 207, 194, 255, 200, 190, 164, 255, 196, 187, 155, 255, 197, 188, 156, 255, 202, 193, 166, 255, 218, 207, 194, 255, 243, 234, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 242, 222, 171, 255, 246, 232, 196, 255, 250, 242, 221, 255, 250, 242, 221, 255, 245, 229, 188, 255, 241, 219, 162, 255, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 159, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 230, 195, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 196, 151, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 186, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 245, 229, 188, 255, 250, 242, 221, 255, 251, 245, 230, 255, 247, 235, 204, 255, 243, 225, 179, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 163, 110, 16, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 224, 188, 148, 255, 232, 203, 170, 255, 232, 203, 170, 255, 232, 203, 170, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 175, 128, 255, 222, 186, 146, 255, 225, 192, 155, 255, 230, 203, 173, 255, 222, 186, 146, 255, 222, 186, 146, 255, 222, 186, 146, 255, 230, 196, 142, 255, 242, 209, 124, 255, 238, 206, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 241, 217, 161, 255, 245, 228, 189, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 246, 230, 196, 255, 241, 217, 161, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 214, 163, 92, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 248, 233, 203, 255, 252, 243, 230, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 213, 152, 255, 246, 232, 196, 255, 250, 242, 221, 255, 252, 248, 238, 255, 247, 235, 204, 255, 242, 222, 171, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 194, 120, 175, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 226, 193, 155, 255, 239, 218, 193, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 228, 188, 118, 255, 247, 223, 158, 255, 247, 223, 158, 255, 247, 225, 166, 255, 248, 232, 189, 255, 243, 225, 179, 255, 245, 229, 188, 255, 245, 229, 188, 255, 246, 232, 196, 255, 245, 229, 188, 255, 241, 219, 162, 255, 239, 215, 154, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 239, 212, 148, 255, 239, 212, 148, 255, 242, 220, 168, 255, 243, 223, 175, 255, 241, 217, 161, 255, 239, 212, 148, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 241, 217, 161, 255, 252, 243, 230, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 241, 255, 252, 244, 232, 255, 251, 240, 223, 255, 243, 223, 175, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 183, 125, 255, 231, 202, 162, 255, 245, 231, 214, 255, 252, 249, 245, 255, 242, 225, 197, 255, 242, 222, 171, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 159, 234, 197, 120, 255, 221, 178, 115, 255, 236, 209, 172, 255, 249, 238, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 239, 215, 154, 255, 242, 222, 171, 255, 245, 229, 188, 255, 248, 238, 213, 255, 247, 235, 204, 255, 247, 235, 204, 255, 237, 213, 176, 255, 224, 184, 131, 255, 216, 166, 100, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 229, 192, 113, 255, 229, 192, 113, 255, 229, 192, 113, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 241, 217, 161, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 236, 207, 134, 255, 242, 220, 168, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 253, 247, 237, 255, 247, 231, 197, 255, 241, 217, 161, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 247, 235, 204, 255, 252, 248, 238, 255, 251, 245, 230, 255, 237, 213, 183, 255, 221, 178, 121, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 96, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 228, 188, 118, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 125, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 195, 121, 255, 224, 184, 131, 255, 234, 208, 173, 255, 242, 225, 203, 255, 245, 231, 214, 255, 248, 238, 213, 255, 245, 229, 188, 255, 239, 215, 154, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 222, 178, 103, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 239, 212, 148, 255, 242, 220, 168, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 245, 227, 185, 255, 251, 243, 225, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 247, 235, 204, 255, 254, 252, 247, 255, 251, 245, 230, 255, 243, 225, 179, 255, 237, 209, 137, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 48, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 225, 184, 117, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 204, 121, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 237, 209, 137, 255, 242, 222, 171, 255, 247, 235, 204, 255, 252, 248, 238, 255, 246, 234, 216, 255, 234, 208, 173, 255, 224, 184, 131, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 214, 163, 92, 255, 213, 160, 90, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 246, 232, 196, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 247, 235, 204, 255, 254, 252, 247, 255, 251, 245, 230, 255, 243, 225, 179, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 239, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 223, 181, 116, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 206, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 242, 222, 171, 255, 248, 238, 213, 255, 255, 255, 255, 255, 242, 225, 203, 255, 229, 196, 152, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 250, 242, 221, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 246, 232, 196, 255, 252, 248, 238, 255, 252, 248, 238, 255, 246, 232, 196, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 191, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 234, 197, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 247, 235, 204, 255, 254, 252, 247, 255, 242, 225, 203, 255, 229, 196, 152, 255, 216, 166, 100, 255, 213, 160, 90, 255, 214, 163, 92, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 251, 245, 230, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 250, 242, 221, 255, 255, 255, 255, 255, 248, 238, 213, 255, 241, 219, 162, 255, 234, 202, 120, 255, 230, 194, 114, 255, 225, 184, 107, 255, 220, 173, 99, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 112, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 230, 191, 118, 255, 242, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 246, 220, 151, 255, 248, 228, 178, 255, 249, 229, 184, 255, 250, 235, 204, 255, 250, 235, 204, 255, 250, 235, 204, 255, 250, 233, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 235, 205, 127, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 230, 198, 154, 255, 242, 225, 203, 255, 255, 255, 255, 255, 239, 219, 193, 255, 224, 184, 131, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 251, 245, 230, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 243, 225, 179, 255, 252, 248, 238, 255, 254, 252, 247, 255, 246, 232, 196, 255, 237, 209, 137, 255, 233, 199, 118, 255, 225, 184, 107, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 48, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 234, 197, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 249, 229, 184, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 203, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 218, 172, 111, 255, 234, 208, 173, 255, 252, 249, 245, 255, 250, 243, 234, 255, 229, 196, 152, 255, 216, 165, 94, 255, 222, 178, 103, 255, 229, 192, 113, 255, 229, 192, 113, 255, 229, 192, 113, 255, 225, 184, 107, 255, 224, 181, 105, 255, 224, 181, 105, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 245, 229, 188, 255, 254, 252, 247, 255, 252, 248, 238, 255, 245, 229, 188, 255, 235, 205, 128, 255, 234, 202, 120, 255, 225, 184, 107, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 207, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 221, 183, 140, 255, 221, 183, 140, 255, 221, 183, 140, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 236, 200, 121, 255, 244, 212, 125, 255, 245, 216, 138, 255, 249, 229, 184, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 205, 122, 255, 227, 189, 111, 255, 218, 171, 98, 255, 218, 171, 98, 255, 218, 171, 98, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 196, 152, 255, 250, 243, 234, 255, 252, 249, 245, 255, 234, 208, 173, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 254, 252, 247, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 245, 229, 188, 255, 254, 252, 247, 255, 252, 248, 238, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 226, 186, 114, 255, 241, 217, 166, 255, 248, 233, 203, 255, 250, 238, 216, 255, 252, 243, 230, 255, 250, 238, 216, 255, 245, 228, 189, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 128, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 228, 188, 118, 255, 236, 202, 128, 255, 246, 224, 177, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 232, 194, 119, 255, 244, 212, 125, 255, 246, 220, 151, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 231, 197, 116, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 204, 158, 255, 252, 248, 238, 255, 252, 249, 245, 255, 229, 196, 152, 255, 222, 178, 103, 255, 225, 184, 107, 255, 230, 194, 114, 255, 237, 209, 137, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 254, 252, 247, 255, 254, 252, 247, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 243, 223, 175, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 48, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 223, 200, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 232, 194, 119, 255, 242, 209, 124, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 240, 206, 123, 255, 246, 218, 145, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 124, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 223, 181, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 227, 189, 111, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 254, 252, 247, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 235, 205, 128, 255, 242, 222, 171, 255, 246, 232, 196, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 203, 133, 255, 250, 242, 221, 255, 255, 255, 255, 255, 243, 227, 192, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 207, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 228, 188, 118, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 225, 184, 117, 255, 245, 214, 132, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 221, 255, 223, 181, 125, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 230, 194, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 255, 255, 255, 255, 246, 232, 196, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 251, 245, 230, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 252, 248, 238, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 252, 249, 245, 255, 245, 231, 214, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 222, 178, 103, 255, 227, 189, 111, 255, 227, 189, 111, 255, 224, 181, 105, 255, 230, 194, 114, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 112, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 224, 188, 148, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 246, 220, 151, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 223, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 186, 134, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 254, 252, 247, 255, 251, 245, 230, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 247, 235, 204, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 231, 197, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 194, 114, 255, 246, 232, 196, 255, 254, 252, 247, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 254, 252, 247, 255, 241, 219, 162, 255, 231, 197, 116, 255, 225, 184, 107, 255, 218, 171, 98, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 239, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 236, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 238, 203, 122, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 196, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 227, 204, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 250, 242, 221, 255, 254, 252, 247, 255, 239, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 192, 137, 255, 255, 255, 255, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 251, 245, 230, 255, 248, 238, 213, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 229, 192, 113, 255, 226, 186, 109, 255, 222, 178, 103, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 170, 108, 255, 237, 212, 178, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 96, 255, 255, 255, 112, 255, 255, 255, 64, 255, 255, 255, 64, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 143, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 224, 183, 122, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 238, 205, 129, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 217, 167, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 131, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 242, 220, 168, 255, 224, 184, 117, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 237, 210, 141, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 242, 220, 168, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 255, 255, 255, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 192, 122, 255, 238, 176, 125, 255, 238, 176, 125, 255, 238, 176, 125, 255, 238, 176, 125, 255, 236, 189, 122, 255, 235, 196, 121, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 192, 122, 255, 237, 183, 123, 255, 238, 176, 125, 255, 240, 163, 127, 255, 240, 166, 126, 255, 238, 176, 125, 255, 237, 186, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 231, 214, 255, 242, 223, 184, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 109, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 172, 111, 255, 224, 184, 131, 255, 231, 202, 162, 255, 234, 208, 173, 255, 234, 208, 173, 255, 255, 255, 255, 112, 255, 255, 255, 128, 255, 255, 255, 112, 255, 255, 255, 64, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 183, 140, 255, 243, 222, 188, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 242, 211, 131, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 199, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 233, 213, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 251, 240, 223, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 223, 181, 125, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 244, 225, 182, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 254, 252, 247, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 251, 245, 230, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 218, 171, 98, 255, 214, 163, 92, 255, 216, 165, 94, 255, 218, 171, 98, 255, 222, 178, 103, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 170, 126, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 240, 163, 127, 255, 242, 153, 128, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 241, 160, 127, 255, 236, 192, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 194, 114, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 172, 111, 255, 247, 237, 224, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 252, 248, 238, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 230, 196, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 217, 161, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 150, 255, 231, 202, 162, 255, 237, 213, 183, 255, 239, 219, 193, 255, 242, 225, 203, 255, 234, 208, 173, 255, 226, 190, 142, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 191, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 244, 228, 208, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 183, 140, 255, 242, 223, 200, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 242, 211, 131, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 222, 177, 102, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 228, 191, 143, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 245, 227, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 255, 255, 255, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 173, 104, 255, 230, 195, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 170, 126, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 241, 157, 128, 255, 235, 199, 121, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 173, 104, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 208, 173, 255, 224, 184, 131, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 215, 154, 255, 251, 245, 230, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 247, 233, 213, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 214, 151, 255, 242, 222, 171, 255, 246, 232, 196, 255, 250, 242, 221, 255, 253, 249, 242, 255, 245, 229, 188, 255, 229, 195, 145, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 250, 233, 197, 255, 252, 243, 230, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 216, 173, 125, 255, 239, 218, 193, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 242, 211, 131, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 240, 205, 123, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 221, 176, 101, 255, 218, 172, 111, 255, 224, 184, 131, 255, 226, 189, 140, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 215, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 252, 248, 238, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 245, 229, 188, 255, 247, 235, 204, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 200, 143, 88, 255, 187, 121, 75, 255, 234, 202, 120, 255, 235, 196, 121, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 238, 176, 125, 255, 234, 202, 120, 255, 234, 202, 120, 255, 208, 158, 96, 255, 182, 114, 71, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 237, 213, 183, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 250, 242, 221, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 244, 225, 182, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 246, 230, 196, 255, 242, 220, 168, 255, 236, 207, 134, 255, 221, 176, 101, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 178, 121, 255, 241, 222, 197, 255, 254, 251, 247, 255, 255, 254, 252, 255, 254, 252, 249, 255, 254, 249, 243, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 215, 154, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 191, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 241, 223, 255, 244, 228, 208, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 232, 203, 170, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 218, 145, 255, 244, 212, 125, 255, 245, 214, 132, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 245, 214, 132, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 247, 223, 158, 255, 249, 231, 182, 255, 250, 234, 190, 255, 251, 239, 206, 255, 252, 244, 223, 255, 252, 244, 223, 255, 254, 250, 239, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 252, 244, 223, 255, 252, 244, 223, 255, 250, 242, 222, 255, 250, 242, 221, 255, 250, 242, 221, 255, 252, 248, 237, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 250, 242, 221, 255, 248, 239, 219, 255, 245, 231, 214, 255, 245, 231, 214, 255, 234, 208, 173, 255, 241, 221, 182, 255, 245, 229, 188, 255, 249, 239, 215, 255, 252, 243, 229, 255, 253, 246, 236, 255, 253, 246, 236, 255, 252, 244, 232, 255, 252, 243, 230, 255, 240, 217, 186, 255, 233, 202, 160, 255, 228, 191, 143, 255, 233, 202, 160, 255, 240, 217, 186, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 250, 242, 221, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 238, 213, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 173, 104, 255, 165, 84, 55, 255, 191, 128, 79, 255, 236, 189, 122, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 241, 157, 128, 255, 234, 202, 120, 255, 221, 180, 108, 255, 165, 84, 55, 255, 191, 128, 79, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 230, 197, 141, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 234, 202, 120, 255, 235, 205, 128, 255, 248, 238, 213, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 237, 209, 143, 255, 233, 204, 164, 255, 242, 225, 203, 255, 252, 249, 245, 255, 247, 237, 224, 255, 234, 208, 173, 255, 245, 228, 188, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 231, 197, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 226, 193, 155, 255, 249, 238, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 246, 220, 151, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 218, 193, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 216, 138, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 223, 158, 255, 250, 234, 190, 255, 252, 242, 214, 255, 253, 247, 231, 255, 252, 244, 223, 255, 252, 242, 214, 255, 250, 234, 190, 255, 250, 234, 190, 255, 247, 223, 158, 255, 247, 223, 158, 255, 246, 220, 149, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 124, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 239, 215, 154, 255, 239, 215, 154, 255, 239, 215, 154, 255, 230, 198, 147, 255, 234, 208, 173, 255, 234, 208, 173, 255, 237, 213, 176, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 254, 252, 247, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 247, 237, 224, 255, 245, 231, 214, 255, 234, 208, 173, 255, 231, 202, 162, 255, 224, 184, 131, 255, 235, 207, 169, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 212, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 245, 229, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 178, 106, 67, 255, 165, 84, 55, 255, 183, 110, 72, 255, 218, 129, 106, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 232, 142, 120, 255, 195, 136, 83, 255, 165, 84, 55, 255, 169, 91, 59, 255, 221, 180, 108, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 229, 192, 113, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 248, 241, 255, 254, 251, 247, 255, 255, 254, 253, 255, 252, 248, 238, 255, 246, 233, 203, 255, 226, 190, 142, 255, 216, 166, 100, 255, 213, 160, 90, 255, 213, 160, 90, 255, 235, 205, 132, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 223, 213, 160, 90, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 191, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 221, 183, 140, 255, 211, 163, 110, 255, 219, 178, 133, 255, 242, 223, 200, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 216, 138, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 233, 215, 255, 224, 188, 148, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 245, 215, 133, 255, 247, 225, 166, 255, 250, 236, 198, 255, 252, 244, 223, 255, 252, 242, 214, 255, 250, 234, 190, 255, 247, 223, 158, 255, 245, 217, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 205, 122, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 250, 238, 221, 255, 223, 181, 125, 255, 213, 160, 90, 255, 223, 181, 125, 255, 238, 212, 163, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 222, 178, 103, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 217, 168, 96, 255, 221, 178, 121, 255, 224, 184, 131, 255, 224, 184, 131, 255, 231, 202, 162, 255, 234, 208, 173, 255, 239, 219, 193, 255, 245, 231, 214, 255, 255, 254, 253, 255, 254, 253, 250, 255, 254, 250, 244, 255, 253, 247, 238, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 235, 204, 255, 237, 209, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 195, 116, 255, 178, 106, 67, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 194, 109, 83, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 208, 121, 97, 255, 184, 101, 74, 255, 170, 88, 60, 255, 184, 101, 74, 255, 184, 101, 74, 255, 170, 88, 60, 255, 165, 84, 55, 255, 169, 91, 59, 255, 221, 180, 108, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 219, 162, 255, 241, 219, 162, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 253, 248, 239, 255, 254, 251, 246, 255, 255, 254, 253, 255, 255, 255, 255, 255, 248, 238, 213, 255, 243, 225, 179, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 229, 192, 113, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 231, 197, 116, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 239, 213, 160, 90, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 64, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 224, 188, 148, 255, 234, 208, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 236, 209, 176, 255, 250, 239, 214, 255, 252, 242, 214, 255, 249, 231, 182, 255, 246, 220, 149, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 124, 255, 235, 203, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 231, 199, 153, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 226, 186, 109, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 176, 116, 255, 252, 243, 230, 255, 252, 245, 233, 255, 253, 247, 238, 255, 254, 249, 243, 255, 254, 253, 250, 255, 251, 244, 227, 255, 242, 222, 171, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 240, 215, 154, 255, 244, 226, 183, 255, 249, 240, 217, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 226, 186, 111, 255, 227, 188, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 195, 116, 255, 191, 128, 79, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 228, 138, 115, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 194, 109, 83, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 174, 99, 63, 255, 221, 180, 108, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 128, 255, 246, 232, 196, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 253, 248, 239, 255, 254, 251, 246, 255, 255, 254, 252, 255, 255, 255, 255, 255, 247, 237, 224, 255, 250, 242, 228, 255, 245, 229, 190, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 181, 105, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 219, 171, 98, 175, 213, 160, 90, 128, 213, 160, 90, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 159, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 225, 184, 117, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 223, 178, 124, 255, 234, 204, 168, 255, 247, 235, 220, 255, 242, 224, 203, 255, 233, 201, 159, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 208, 123, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 217, 168, 96, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 237, 212, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 183, 255, 242, 222, 171, 255, 247, 235, 204, 255, 246, 231, 194, 255, 247, 231, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 246, 230, 209, 255, 234, 203, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 195, 116, 255, 216, 165, 100, 255, 216, 165, 100, 255, 227, 188, 113, 255, 235, 205, 127, 255, 239, 212, 148, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 242, 220, 168, 255, 194, 136, 100, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 208, 121, 97, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 178, 106, 67, 255, 230, 195, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 225, 179, 255, 235, 205, 128, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 254, 250, 244, 255, 255, 254, 252, 255, 255, 255, 255, 255, 252, 249, 245, 255, 242, 225, 203, 255, 229, 196, 152, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 207, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 207, 234, 202, 120, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 223, 200, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 214, 132, 255, 241, 207, 124, 255, 229, 191, 142, 255, 242, 224, 203, 255, 240, 219, 194, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 206, 122, 255, 234, 202, 120, 255, 233, 199, 118, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 220, 173, 99, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 224, 181, 105, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 238, 212, 153, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 245, 228, 189, 255, 251, 240, 223, 255, 253, 245, 235, 255, 251, 245, 236, 255, 237, 213, 181, 255, 234, 204, 165, 255, 252, 243, 230, 255, 239, 214, 181, 255, 233, 204, 168, 255, 216, 165, 100, 255, 227, 188, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 216, 165, 100, 255, 216, 165, 100, 255, 232, 199, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 219, 183, 164, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 204, 117, 92, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 170, 88, 60, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 165, 84, 55, 255, 182, 114, 71, 255, 230, 195, 116, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 200, 119, 255, 230, 193, 115, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 222, 171, 255, 239, 212, 148, 255, 239, 212, 148, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 220, 166, 255, 253, 248, 241, 255, 254, 252, 249, 255, 255, 255, 255, 255, 254, 253, 250, 255, 254, 250, 244, 255, 253, 248, 239, 255, 253, 245, 235, 255, 240, 217, 186, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 218, 171, 98, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 178, 103, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 224, 183, 127, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 239, 234, 202, 120, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 143, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 239, 218, 193, 255, 221, 183, 140, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 247, 223, 158, 255, 247, 232, 204, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 216, 157, 255, 236, 220, 189, 255, 234, 206, 137, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 227, 189, 111, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 214, 163, 92, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 235, 204, 137, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 180, 124, 255, 226, 188, 139, 255, 242, 225, 202, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 216, 165, 100, 255, 221, 174, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 216, 165, 100, 255, 216, 165, 100, 255, 239, 214, 181, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 241, 223, 208, 255, 203, 154, 132, 255, 165, 84, 55, 255, 165, 84, 55, 255, 204, 117, 92, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 184, 101, 74, 255, 165, 84, 55, 255, 165, 84, 55, 255, 187, 121, 75, 255, 212, 165, 100, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 237, 210, 141, 255, 218, 170, 103, 255, 216, 165, 100, 255, 224, 181, 109, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 195, 116, 255, 235, 205, 127, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 246, 230, 193, 255, 244, 228, 186, 255, 247, 235, 204, 255, 248, 238, 213, 255, 248, 237, 210, 255, 253, 248, 239, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 242, 220, 168, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 217, 168, 96, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 229, 192, 113, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 226, 186, 109, 255, 234, 202, 120, 255, 242, 220, 173, 255, 220, 176, 116, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 16, 244, 212, 125, 239, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 241, 218, 255, 252, 244, 223, 255, 245, 223, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 203, 126, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 216, 165, 94, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 209, 137, 255, 239, 215, 154, 255, 225, 186, 133, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 218, 172, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 227, 189, 126, 255, 250, 238, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 216, 165, 100, 255, 216, 165, 100, 255, 234, 205, 167, 255, 254, 249, 243, 255, 227, 189, 141, 255, 216, 165, 100, 255, 216, 165, 100, 255, 221, 174, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 200, 119, 255, 221, 174, 105, 255, 225, 184, 127, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 214, 173, 153, 255, 165, 84, 55, 255, 213, 125, 101, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 184, 101, 74, 255, 165, 84, 55, 255, 187, 121, 75, 255, 234, 202, 120, 255, 236, 207, 134, 255, 243, 223, 175, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 216, 165, 100, 255, 216, 165, 100, 255, 221, 174, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 219, 172, 104, 255, 216, 165, 100, 255, 227, 189, 135, 255, 252, 243, 230, 255, 248, 233, 214, 255, 234, 204, 165, 255, 241, 219, 191, 255, 253, 248, 239, 255, 253, 246, 236, 255, 252, 244, 232, 255, 250, 238, 216, 255, 243, 223, 175, 255, 243, 223, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 235, 205, 127, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 176, 101, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 225, 184, 107, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 96, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 233, 215, 255, 229, 198, 163, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 217, 172, 113, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 253, 247, 233, 255, 248, 228, 174, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 239, 218, 168, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 203, 126, 255, 234, 202, 120, 255, 226, 186, 109, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 178, 121, 255, 229, 196, 152, 255, 234, 208, 173, 255, 247, 237, 218, 255, 252, 248, 238, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 251, 245, 230, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 245, 231, 214, 255, 245, 231, 214, 255, 245, 231, 214, 255, 245, 231, 214, 255, 245, 231, 214, 255, 239, 219, 193, 255, 239, 218, 190, 255, 250, 241, 228, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 189, 141, 255, 234, 204, 165, 255, 252, 243, 230, 255, 252, 244, 232, 255, 239, 215, 183, 255, 216, 165, 100, 255, 217, 167, 101, 255, 228, 190, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 176, 104, 77, 255, 204, 117, 92, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 184, 101, 74, 255, 165, 84, 55, 255, 224, 188, 128, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 216, 165, 100, 255, 216, 165, 100, 255, 221, 174, 105, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 216, 165, 100, 255, 216, 165, 100, 255, 216, 165, 100, 255, 252, 243, 230, 255, 234, 204, 165, 255, 216, 165, 100, 255, 216, 165, 100, 255, 248, 233, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 199, 118, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 225, 184, 107, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 220, 173, 99, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 207, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 232, 203, 170, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 178, 115, 255, 242, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 250, 244, 255, 253, 246, 233, 255, 245, 216, 138, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 239, 215, 154, 255, 245, 229, 188, 255, 246, 234, 216, 255, 255, 255, 255, 255, 255, 255, 255, 255, 250, 243, 234, 255, 247, 237, 218, 255, 245, 229, 188, 255, 242, 222, 171, 255, 239, 215, 154, 255, 238, 212, 145, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 239, 212, 148, 255, 239, 212, 148, 255, 237, 210, 146, 255, 231, 197, 136, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 224, 184, 131, 255, 229, 196, 152, 255, 254, 249, 243, 255, 254, 250, 244, 255, 254, 250, 244, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 230, 193, 115, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 203, 154, 132, 255, 179, 96, 69, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 170, 88, 60, 255, 176, 104, 77, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 199, 157, 255, 216, 165, 100, 255, 230, 194, 138, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 216, 165, 100, 255, 216, 165, 100, 255, 216, 165, 100, 255, 250, 238, 222, 255, 245, 228, 206, 255, 216, 165, 100, 255, 216, 165, 100, 255, 241, 219, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 225, 184, 107, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 214, 163, 92, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 227, 189, 111, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 32, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 237, 213, 185, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 178, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 253, 248, 241, 255, 252, 244, 232, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 239, 218, 168, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 227, 217, 255, 243, 237, 230, 255, 250, 247, 244, 255, 255, 255, 255, 255, 254, 253, 252, 255, 248, 240, 219, 255, 245, 229, 188, 255, 238, 213, 152, 255, 216, 165, 94, 255, 214, 163, 92, 255, 233, 199, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 212, 178, 255, 218, 170, 108, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 248, 241, 255, 253, 248, 241, 255, 253, 246, 236, 255, 252, 243, 230, 255, 249, 235, 209, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 203, 186, 255, 165, 84, 55, 255, 223, 134, 111, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 237, 146, 124, 255, 165, 84, 55, 255, 198, 144, 121, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 232, 197, 118, 255, 217, 167, 101, 255, 216, 165, 100, 255, 218, 170, 103, 255, 244, 225, 182, 255, 252, 243, 230, 255, 234, 204, 165, 255, 218, 170, 108, 255, 243, 224, 198, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 197, 116, 255, 218, 171, 98, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 216, 165, 94, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 215, 164, 93, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 143, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 208, 178, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 236, 200, 121, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 254, 250, 244, 255, 252, 245, 233, 255, 252, 243, 230, 255, 250, 233, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 220, 184, 255, 237, 227, 217, 255, 243, 237, 230, 255, 251, 249, 247, 255, 255, 255, 255, 255, 250, 247, 244, 255, 243, 237, 230, 255, 238, 229, 219, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 203, 126, 255, 235, 205, 127, 255, 237, 210, 146, 255, 239, 215, 164, 255, 243, 223, 175, 255, 243, 223, 175, 255, 245, 228, 189, 255, 248, 233, 203, 255, 248, 233, 203, 255, 245, 228, 189, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 239, 212, 148, 255, 237, 210, 141, 255, 237, 210, 141, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 186, 255, 228, 193, 146, 255, 224, 184, 131, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 248, 241, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 251, 246, 255, 254, 249, 243, 255, 246, 231, 194, 255, 245, 229, 188, 255, 239, 215, 154, 255, 227, 188, 113, 255, 230, 193, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 231, 195, 116, 255, 221, 174, 105, 255, 226, 187, 134, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 198, 144, 121, 255, 175, 92, 64, 255, 237, 146, 124, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 242, 150, 129, 255, 194, 109, 83, 255, 170, 94, 66, 255, 241, 223, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 233, 200, 119, 255, 226, 186, 111, 255, 231, 195, 116, 255, 234, 202, 120, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 225, 184, 112, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 213, 160, 90, 255, 221, 178, 121, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 231, 202, 162, 255, 234, 208, 173, 255, 238, 215, 178, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 239, 218, 180, 255, 234, 208, 173, 255, 234, 208, 173, 255, 234, 208, 173, 255, 234, 208, 173, 255, 229, 196, 152, 255, 225, 187, 133, 255, 245, 222, 165, 191, 255, 255, 255, 64, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 223, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 181, 133, 255, 242, 223, 200, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 241, 255, 253, 248, 241, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 235, 197, 121, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 249, 231, 182, 255, 252, 248, 241, 255, 254, 253, 252, 255, 248, 245, 241, 255, 242, 235, 228, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 236, 210, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 240, 221, 255, 253, 247, 238, 255, 254, 249, 243, 255, 254, 251, 247, 255, 254, 252, 249, 255, 255, 254, 253, 255, 255, 254, 253, 255, 254, 252, 249, 255, 254, 251, 246, 255, 254, 249, 243, 255, 253, 248, 241, 255, 253, 246, 236, 255, 253, 246, 236, 255, 252, 245, 233, 255, 245, 228, 206, 255, 227, 189, 141, 255, 226, 186, 117, 255, 239, 212, 148, 255, 237, 210, 141, 255, 223, 179, 108, 255, 216, 165, 100, 255, 216, 165, 100, 255, 228, 190, 114, 255, 234, 202, 120, 255, 234, 202, 120, 255, 222, 177, 106, 255, 216, 165, 100, 255, 216, 165, 100, 255, 242, 221, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 203, 186, 255, 213, 168, 147, 255, 246, 185, 167, 255, 240, 163, 127, 255, 240, 163, 127, 255, 239, 173, 125, 255, 209, 151, 97, 255, 213, 168, 123, 255, 247, 233, 219, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 205, 127, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 248, 241, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 252, 249, 255, 252, 247, 240, 255, 250, 243, 234, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 252, 247, 255, 250, 242, 221, 255, 250, 242, 221, 255, 250, 242, 221, 255, 248, 238, 213, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 245, 229, 188, 255, 243, 225, 179, 255, 239, 215, 154, 255, 229, 194, 139, 255, 224, 184, 131, 255, 224, 184, 131, 255, 224, 184, 131, 255, 236, 206, 153, 255, 250, 234, 190, 255, 251, 241, 212, 191, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 175, 255, 255, 255, 175, 255, 255, 255, 143, 255, 255, 255, 159, 255, 255, 255, 128, 255, 255, 255, 80, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 48, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 183, 140, 255, 247, 233, 215, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 250, 244, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 233, 193, 120, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 225, 166, 255, 252, 242, 214, 255, 255, 255, 255, 255, 252, 242, 214, 255, 244, 232, 206, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 241, 221, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 254, 249, 243, 255, 254, 252, 249, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 252, 255, 254, 251, 247, 255, 254, 249, 243, 255, 253, 246, 236, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 216, 165, 100, 255, 243, 224, 198, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 216, 165, 100, 255, 222, 177, 106, 255, 242, 220, 168, 255, 248, 233, 203, 255, 224, 182, 126, 255, 216, 165, 100, 255, 216, 165, 100, 255, 233, 200, 136, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 244, 225, 182, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 224, 198, 255, 234, 204, 165, 255, 239, 214, 176, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 230, 193, 115, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 247, 233, 200, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 249, 243, 255, 234, 208, 173, 255, 229, 196, 152, 255, 224, 184, 131, 255, 224, 184, 131, 255, 233, 205, 166, 255, 245, 228, 205, 255, 245, 228, 189, 255, 235, 205, 127, 255, 234, 202, 120, 255, 239, 212, 148, 255, 239, 212, 148, 255, 240, 215, 154, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 242, 220, 168, 255, 239, 212, 148, 255, 239, 212, 148, 255, 236, 207, 134, 255, 231, 197, 116, 255, 214, 163, 92, 255, 213, 160, 90, 255, 225, 180, 103, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 64, 255, 255, 255, 112, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 112, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 143, 244, 212, 125, 255, 246, 218, 145, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 244, 228, 208, 255, 253, 247, 238, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 200, 129, 255, 249, 231, 182, 255, 254, 250, 239, 255, 254, 250, 239, 255, 249, 231, 182, 255, 245, 215, 133, 255, 244, 212, 125, 255, 243, 213, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 241, 225, 195, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 253, 248, 239, 255, 254, 251, 247, 255, 255, 254, 253, 255, 255, 255, 255, 255, 254, 253, 250, 255, 254, 250, 244, 255, 253, 247, 238, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 209, 173, 255, 216, 165, 100, 255, 234, 204, 165, 255, 252, 243, 230, 255, 252, 243, 230, 255, 230, 194, 149, 255, 216, 165, 100, 255, 223, 180, 124, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 185, 255, 217, 167, 101, 255, 216, 165, 100, 255, 227, 189, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 189, 141, 255, 216, 165, 100, 255, 217, 167, 101, 255, 232, 197, 118, 255, 242, 220, 168, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 207, 137, 255, 233, 200, 134, 255, 234, 202, 120, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 180, 124, 255, 216, 165, 100, 255, 217, 167, 101, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 219, 172, 104, 255, 216, 165, 100, 255, 219, 172, 104, 255, 233, 200, 119, 255, 234, 202, 120, 255, 232, 197, 118, 255, 225, 184, 110, 255, 228, 190, 114, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 215, 165, 99, 255, 215, 165, 99, 255, 225, 186, 134, 255, 242, 222, 195, 255, 252, 243, 230, 255, 251, 240, 223, 255, 246, 230, 196, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 232, 195, 114, 255, 234, 196, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 112, 255, 255, 255, 128, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 223, 247, 222, 158, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 233, 208, 181, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 242, 224, 203, 255, 253, 250, 246, 255, 244, 227, 203, 255, 247, 223, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 220, 184, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 186, 255, 249, 235, 209, 255, 253, 248, 239, 255, 254, 251, 247, 255, 255, 255, 255, 255, 255, 254, 252, 255, 254, 251, 246, 255, 253, 247, 238, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 232, 199, 157, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 224, 198, 255, 245, 228, 206, 255, 253, 245, 235, 255, 253, 246, 236, 255, 254, 249, 243, 255, 249, 239, 215, 255, 243, 225, 179, 255, 242, 224, 196, 255, 251, 243, 233, 255, 253, 246, 236, 255, 252, 243, 230, 255, 250, 238, 222, 255, 235, 206, 149, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 230, 194, 172, 255, 230, 193, 175, 255, 232, 196, 154, 255, 234, 202, 120, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 218, 170, 108, 255, 216, 165, 100, 255, 216, 165, 100, 255, 230, 193, 115, 255, 240, 215, 154, 255, 239, 213, 170, 255, 216, 165, 100, 255, 216, 165, 100, 255, 216, 165, 100, 255, 230, 193, 115, 255, 236, 207, 134, 255, 224, 182, 126, 255, 216, 165, 100, 255, 216, 165, 100, 255, 246, 230, 201, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 235, 209, 255, 239, 208, 129, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 96, 255, 255, 255, 96, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 212, 125, 80, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 198, 163, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 224, 188, 148, 255, 229, 193, 137, 255, 228, 188, 118, 255, 228, 188, 118, 255, 223, 181, 116, 255, 217, 172, 113, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 169, 119, 255, 230, 203, 173, 255, 239, 219, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 242, 224, 203, 255, 253, 250, 246, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 136, 255, 233, 216, 194, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 247, 243, 239, 255, 254, 253, 252, 255, 252, 248, 238, 255, 254, 250, 244, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 236, 209, 173, 255, 225, 185, 133, 255, 250, 238, 222, 255, 253, 246, 236, 255, 254, 249, 243, 255, 254, 252, 249, 255, 254, 253, 250, 255, 254, 250, 244, 255, 253, 247, 238, 255, 252, 245, 233, 255, 245, 228, 189, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 234, 202, 185, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 233, 199, 137, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 185, 133, 255, 216, 165, 100, 255, 216, 165, 100, 255, 234, 203, 137, 255, 252, 243, 230, 255, 243, 224, 198, 255, 216, 165, 100, 255, 216, 165, 100, 255, 219, 172, 104, 255, 234, 202, 120, 255, 242, 220, 168, 255, 232, 199, 157, 255, 216, 165, 100, 255, 226, 188, 139, 255, 251, 241, 228, 255, 253, 246, 236, 255, 253, 246, 236, 255, 235, 208, 173, 255, 249, 239, 226, 255, 254, 249, 243, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 246, 236, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 241, 211, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 249, 231, 188, 159, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 203, 170, 255, 249, 238, 223, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 202, 128, 255, 231, 201, 163, 255, 224, 188, 148, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 240, 223, 202, 255, 244, 228, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 230, 188, 119, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 247, 235, 220, 255, 251, 245, 238, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 215, 152, 255, 222, 176, 121, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 235, 228, 255, 250, 247, 244, 255, 255, 255, 255, 255, 247, 243, 239, 255, 239, 231, 222, 255, 234, 219, 194, 255, 239, 215, 159, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 254, 251, 246, 255, 255, 254, 253, 255, 254, 251, 247, 255, 253, 248, 239, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 220, 168, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 196, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 194, 172, 255, 246, 229, 206, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 210, 146, 255, 226, 186, 111, 255, 226, 186, 111, 255, 239, 212, 148, 255, 252, 243, 230, 255, 250, 238, 222, 255, 243, 224, 198, 255, 243, 224, 198, 255, 243, 223, 175, 255, 234, 202, 120, 255, 237, 210, 141, 255, 252, 243, 230, 255, 243, 224, 198, 255, 230, 194, 149, 255, 252, 243, 230, 255, 253, 246, 236, 255, 246, 232, 213, 255, 233, 204, 168, 255, 226, 188, 139, 255, 246, 231, 212, 255, 253, 246, 236, 255, 254, 249, 243, 255, 254, 249, 243, 255, 254, 250, 244, 255, 254, 252, 249, 255, 254, 252, 249, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 252, 255, 254, 252, 249, 255, 254, 251, 246, 255, 254, 249, 243, 255, 253, 247, 238, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 223, 175, 255, 242, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 96, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 237, 213, 185, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 247, 224, 164, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 223, 200, 255, 242, 223, 200, 255, 244, 228, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 247, 235, 220, 255, 247, 235, 220, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 235, 228, 255, 252, 251, 250, 255, 252, 251, 250, 255, 243, 237, 230, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 235, 209, 144, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 250, 244, 255, 255, 254, 253, 255, 255, 254, 252, 255, 253, 248, 241, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 235, 205, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 215, 154, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 196, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 230, 193, 175, 255, 231, 196, 178, 255, 248, 234, 220, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 235, 205, 127, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 242, 222, 197, 255, 243, 226, 205, 255, 252, 246, 239, 255, 254, 249, 243, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 253, 246, 236, 255, 253, 248, 239, 255, 254, 249, 243, 255, 254, 251, 246, 255, 254, 252, 249, 255, 255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 252, 249, 255, 254, 251, 246, 255, 253, 248, 241, 255, 251, 243, 228, 255, 240, 214, 148, 255, 243, 211, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 64, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 203, 170, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 247, 222, 158, 255, 246, 220, 151, 255, 246, 220, 151, 255, 247, 222, 158, 255, 249, 231, 191, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 247, 235, 220, 255, 247, 235, 220, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 242, 235, 228, 255, 252, 251, 250, 255, 250, 247, 244, 255, 241, 233, 225, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 210, 154, 255, 242, 220, 168, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 251, 246, 255, 255, 255, 255, 255, 254, 252, 249, 255, 253, 247, 238, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 253, 248, 239, 255, 254, 250, 244, 255, 253, 248, 239, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 199, 157, 255, 216, 165, 100, 255, 227, 189, 141, 255, 252, 243, 230, 255, 245, 228, 189, 255, 234, 202, 120, 255, 232, 197, 118, 255, 226, 186, 111, 255, 226, 186, 111, 255, 236, 207, 134, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 238, 212, 196, 255, 230, 193, 175, 255, 230, 193, 175, 255, 235, 210, 195, 255, 240, 223, 211, 255, 242, 232, 221, 255, 237, 215, 202, 255, 231, 196, 178, 255, 230, 193, 175, 255, 231, 196, 178, 255, 248, 234, 220, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 223, 175, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 252, 243, 230, 255, 250, 238, 222, 255, 250, 238, 222, 255, 252, 243, 230, 255, 253, 247, 238, 255, 254, 251, 247, 255, 255, 254, 252, 255, 254, 250, 244, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 253, 246, 236, 255, 253, 248, 241, 255, 254, 250, 244, 255, 251, 244, 228, 255, 255, 255, 255, 255, 255, 255, 255, 255, 252, 244, 223, 255, 250, 234, 190, 255, 247, 225, 166, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 48, 252, 243, 230, 239, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 216, 173, 125, 255, 249, 238, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 195, 136, 255, 242, 224, 203, 255, 247, 235, 220, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 234, 204, 168, 255, 251, 245, 238, 255, 249, 244, 238, 255, 239, 231, 222, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 214, 171, 255, 236, 207, 134, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 251, 246, 255, 255, 255, 255, 255, 255, 254, 252, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 254, 251, 247, 255, 254, 251, 247, 255, 253, 246, 236, 255, 252, 243, 230, 255, 241, 219, 189, 255, 221, 175, 116, 255, 227, 189, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 216, 165, 100, 255, 216, 165, 100, 255, 227, 189, 141, 255, 252, 243, 230, 255, 249, 235, 209, 255, 233, 200, 130, 255, 217, 167, 101, 255, 216, 165, 100, 255, 218, 170, 108, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 237, 223, 255, 234, 202, 185, 255, 230, 193, 175, 255, 235, 205, 189, 255, 241, 229, 218, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 234, 225, 255, 234, 207, 192, 255, 230, 193, 175, 255, 230, 193, 175, 255, 241, 218, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 225, 182, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 249, 235, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 245, 233, 255, 254, 250, 244, 255, 255, 254, 253, 255, 255, 254, 252, 255, 253, 248, 241, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 242, 221, 174, 255, 240, 210, 129, 255, 244, 212, 125, 255, 246, 220, 149, 255, 248, 228, 174, 255, 250, 236, 198, 255, 253, 247, 231, 255, 255, 255, 255, 255, 253, 247, 231, 255, 250, 236, 198, 255, 247, 223, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 16, 252, 243, 230, 207, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 233, 204, 164, 255, 248, 226, 171, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 181, 124, 255, 245, 226, 188, 255, 251, 245, 238, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 223, 158, 255, 251, 242, 222, 255, 247, 235, 220, 255, 230, 194, 150, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 216, 183, 255, 234, 203, 126, 255, 240, 215, 154, 255, 251, 240, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 241, 255, 255, 254, 253, 255, 255, 254, 252, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 254, 253, 250, 255, 254, 252, 249, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 204, 165, 255, 216, 165, 100, 255, 218, 170, 108, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 189, 141, 255, 221, 175, 116, 255, 245, 228, 206, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 222, 255, 234, 204, 165, 255, 234, 204, 165, 255, 241, 219, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 241, 218, 203, 255, 230, 193, 175, 255, 231, 196, 178, 255, 242, 221, 206, 255, 247, 239, 229, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 242, 225, 212, 255, 233, 199, 182, 255, 230, 193, 175, 255, 233, 199, 182, 255, 244, 224, 209, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 231, 207, 255, 231, 195, 122, 255, 233, 200, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 232, 198, 134, 255, 225, 185, 133, 255, 230, 194, 149, 255, 250, 238, 222, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 247, 238, 255, 253, 246, 236, 255, 252, 243, 230, 255, 252, 245, 233, 255, 253, 246, 236, 255, 253, 246, 236, 255, 253, 247, 238, 255, 254, 249, 243, 255, 254, 250, 244, 255, 255, 254, 253, 255, 255, 255, 255, 255, 255, 254, 253, 255, 254, 249, 243, 255, 253, 246, 236, 255, 252, 245, 233, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 233, 203, 255, 236, 214, 162, 255, 234, 222, 205, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 223, 158, 255, 250, 236, 198, 255, 253, 247, 231, 255, 254, 252, 247, 255, 252, 242, 214, 255, 255, 255, 255, 96, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 175, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 242, 209, 124, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 235, 197, 121, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 252, 247, 238, 255, 248, 228, 174, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 245, 215, 133, 255, 250, 236, 198, 255, 254, 250, 239, 255, 248, 228, 174, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 234, 219, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 205, 131, 255, 235, 205, 127, 255, 247, 232, 199, 255, 254, 252, 249, 255, 255, 255, 255, 255, 254, 249, 243, 255, 252, 244, 232, 255, 252, 243, 230, 255, 253, 245, 235, 255, 254, 252, 249, 255, 255, 254, 253, 255, 253, 247, 238, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 243, 224, 198, 255, 234, 204, 165, 255, 248, 233, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 245, 227, 213, 255, 238, 212, 196, 255, 230, 193, 175, 255, 230, 193, 175, 255, 237, 209, 192, 255, 249, 236, 223, 255, 246, 238, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 237, 228, 255, 252, 243, 230, 255, 244, 224, 209, 255, 233, 199, 182, 255, 230, 193, 175, 255, 231, 196, 178, 255, 240, 215, 199, 255, 248, 234, 220, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 234, 204, 165, 255, 216, 165, 100, 255, 216, 165, 100, 255, 227, 188, 113, 255, 234, 202, 120, 255, 234, 202, 120, 255, 232, 198, 134, 255, 216, 165, 100, 255, 216, 165, 100, 255, 236, 209, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 228, 206, 255, 227, 189, 141, 255, 236, 209, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 253, 248, 239, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 249, 243, 255, 255, 254, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 254, 253, 255, 254, 252, 249, 255, 254, 251, 246, 255, 250, 241, 220, 255, 239, 222, 182, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 225, 166, 255, 255, 255, 255, 159, 255, 255, 255, 223, 255, 255, 255, 207, 255, 255, 255, 112, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 80, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 221, 178, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 238, 202, 123, 255, 233, 193, 120, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 250, 242, 229, 255, 250, 234, 190, 255, 245, 215, 133, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 201, 159, 255, 253, 250, 246, 255, 250, 234, 190, 255, 245, 215, 133, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 240, 216, 157, 255, 235, 222, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 242, 225, 182, 255, 254, 252, 247, 255, 250, 242, 221, 255, 250, 239, 219, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 249, 243, 255, 255, 255, 255, 255, 254, 251, 247, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 247, 231, 216, 255, 247, 231, 216, 255, 241, 218, 203, 255, 241, 218, 203, 255, 241, 218, 203, 255, 238, 212, 196, 255, 236, 206, 189, 255, 233, 199, 182, 255, 230, 193, 175, 255, 230, 193, 175, 255, 233, 199, 182, 255, 238, 212, 196, 255, 247, 231, 216, 255, 251, 242, 230, 255, 246, 238, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 246, 239, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 231, 216, 255, 237, 209, 192, 255, 230, 193, 175, 255, 230, 193, 175, 255, 233, 199, 182, 255, 238, 212, 196, 255, 242, 221, 206, 255, 247, 231, 216, 255, 247, 231, 216, 255, 247, 231, 216, 255, 240, 216, 192, 255, 224, 181, 129, 255, 225, 185, 133, 255, 236, 209, 173, 255, 248, 233, 203, 255, 249, 235, 209, 255, 250, 238, 222, 255, 223, 180, 124, 255, 216, 165, 100, 255, 241, 219, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 189, 141, 255, 216, 165, 100, 255, 216, 165, 100, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 248, 239, 255, 254, 251, 246, 255, 252, 244, 232, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 249, 243, 255, 255, 254, 253, 255, 254, 253, 250, 255, 251, 242, 226, 255, 242, 228, 199, 255, 247, 243, 239, 255, 252, 251, 250, 255, 255, 255, 255, 255, 251, 249, 247, 255, 246, 241, 236, 255, 247, 225, 166, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 143, 255, 255, 255, 223, 255, 255, 255, 191, 255, 255, 255, 96, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 16, 252, 243, 230, 239, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 228, 202, 255, 235, 199, 134, 255, 228, 185, 118, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 244, 229, 211, 255, 244, 227, 203, 255, 244, 215, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 244, 229, 211, 255, 247, 235, 220, 255, 243, 215, 148, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 242, 215, 147, 255, 238, 219, 179, 255, 235, 222, 206, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 225, 214, 255, 247, 243, 239, 255, 254, 253, 252, 255, 243, 230, 202, 255, 234, 202, 120, 255, 235, 205, 127, 255, 245, 228, 190, 255, 254, 252, 249, 255, 255, 254, 253, 255, 253, 248, 241, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 220, 255, 247, 231, 216, 255, 247, 231, 216, 255, 247, 231, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 241, 229, 255, 245, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 246, 239, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 227, 255, 245, 227, 213, 255, 241, 218, 203, 255, 236, 206, 189, 255, 236, 206, 189, 255, 236, 206, 189, 255, 240, 215, 199, 255, 242, 221, 206, 255, 247, 231, 216, 255, 251, 240, 227, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 222, 255, 232, 199, 157, 255, 227, 189, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 245, 235, 255, 254, 252, 249, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 241, 225, 255, 247, 237, 214, 255, 255, 255, 255, 255, 246, 241, 236, 255, 235, 225, 214, 255, 234, 223, 211, 255, 237, 227, 217, 255, 243, 237, 230, 255, 248, 245, 241, 255, 255, 255, 255, 255, 255, 255, 255, 255, 253, 247, 231, 255, 249, 231, 182, 255, 245, 217, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 143, 255, 255, 255, 223, 255, 255, 255, 159, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 128, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 240, 217, 187, 255, 231, 195, 151, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 244, 229, 211, 255, 230, 194, 150, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 230, 194, 150, 255, 251, 245, 238, 255, 236, 209, 176, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 214, 141, 255, 240, 217, 163, 255, 235, 222, 206, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 251, 249, 247, 255, 251, 249, 247, 255, 238, 229, 219, 255, 234, 223, 211, 255, 234, 214, 171, 255, 238, 212, 145, 255, 251, 245, 230, 255, 251, 245, 230, 255, 251, 243, 228, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 247, 239, 229, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 246, 238, 228, 255, 251, 242, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 244, 232, 255, 254, 253, 250, 255, 254, 249, 243, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 196, 255, 235, 214, 167, 255, 234, 222, 205, 255, 237, 227, 217, 255, 250, 247, 244, 255, 254, 253, 252, 255, 241, 233, 225, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 244, 212, 125, 255, 247, 225, 166, 255, 250, 236, 198, 255, 254, 250, 239, 255, 255, 255, 255, 255, 253, 247, 231, 255, 249, 231, 182, 255, 245, 217, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 159, 255, 255, 255, 207, 255, 255, 255, 112, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 16, 252, 243, 230, 239, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 237, 208, 173, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 249, 240, 229, 255, 234, 204, 168, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 229, 204, 175, 255, 238, 214, 185, 255, 249, 240, 229, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 130, 255, 236, 221, 195, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 231, 222, 255, 254, 253, 252, 255, 247, 243, 239, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 254, 253, 252, 255, 248, 238, 213, 255, 235, 205, 128, 255, 235, 205, 127, 255, 245, 228, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 248, 240, 229, 255, 245, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 237, 228, 255, 250, 242, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 254, 250, 244, 255, 254, 253, 250, 255, 253, 245, 235, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 240, 223, 255, 240, 220, 177, 255, 234, 220, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 233, 225, 255, 254, 253, 252, 255, 248, 245, 241, 255, 235, 225, 214, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 198, 144, 255, 240, 219, 194, 255, 251, 245, 238, 255, 255, 255, 255, 255, 252, 244, 223, 255, 248, 228, 174, 255, 245, 215, 133, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 96, 255, 255, 255, 191, 255, 255, 255, 159, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 112, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 238, 212, 180, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 242, 224, 203, 255, 240, 219, 194, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 235, 225, 214, 255, 250, 247, 244, 255, 240, 219, 194, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 240, 217, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 235, 228, 255, 255, 255, 255, 255, 242, 235, 228, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 254, 253, 252, 255, 243, 227, 209, 255, 226, 189, 140, 255, 232, 197, 119, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 241, 229, 255, 247, 239, 229, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 247, 239, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 253, 246, 236, 255, 255, 254, 253, 255, 254, 250, 244, 255, 248, 236, 215, 255, 236, 222, 196, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 225, 214, 255, 247, 243, 239, 255, 254, 253, 252, 255, 242, 228, 201, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 246, 220, 149, 255, 250, 236, 198, 255, 254, 250, 239, 255, 254, 252, 247, 255, 254, 251, 243, 175, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 159, 255, 255, 255, 175, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252, 243, 230, 207, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 226, 193, 155, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 247, 235, 220, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 238, 229, 219, 255, 251, 249, 247, 255, 242, 235, 228, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 234, 207, 160, 255, 234, 223, 211, 255, 234, 223, 211, 255, 245, 239, 233, 255, 254, 253, 252, 255, 239, 231, 222, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 236, 220, 201, 255, 254, 253, 252, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 189, 118, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 217, 161, 255, 248, 233, 203, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 249, 241, 229, 255, 247, 239, 229, 255, 245, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 237, 228, 255, 248, 240, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 243, 230, 255, 250, 246, 242, 255, 254, 253, 252, 255, 241, 233, 225, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 231, 222, 255, 254, 253, 252, 255, 250, 234, 190, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 223, 158, 255, 253, 248, 233, 191, 255, 255, 255, 255, 255, 255, 255, 207, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 128, 255, 255, 255, 175, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 234, 205, 133, 143, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 232, 203, 170, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 244, 229, 211, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 201, 169, 255, 241, 233, 225, 255, 251, 249, 247, 255, 238, 229, 219, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 246, 240, 233, 255, 253, 250, 246, 255, 238, 229, 219, 255, 232, 214, 193, 255, 230, 207, 181, 255, 226, 192, 151, 255, 228, 192, 147, 255, 253, 250, 246, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 213, 177, 255, 234, 203, 126, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 237, 210, 141, 255, 244, 225, 182, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 238, 216, 255, 250, 242, 230, 255, 248, 240, 229, 255, 247, 239, 229, 255, 245, 238, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 237, 228, 255, 247, 239, 229, 255, 251, 242, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 223, 255, 235, 224, 212, 255, 234, 223, 211, 255, 242, 235, 228, 255, 254, 253, 252, 255, 250, 247, 244, 255, 237, 227, 217, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 217, 149, 255, 252, 242, 214, 255, 249, 239, 221, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 255, 255, 255, 16, 255, 255, 255, 112, 255, 255, 255, 223, 255, 255, 255, 239, 255, 255, 255, 128, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 175, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 80, 232, 200, 121, 239, 237, 211, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 219, 175, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 230, 188, 119, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 242, 224, 203, 255, 225, 183, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 197, 152, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 229, 216, 255, 251, 249, 247, 255, 235, 225, 214, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 249, 240, 229, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 234, 223, 211, 255, 234, 222, 205, 255, 234, 207, 143, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 207, 134, 255, 240, 215, 154, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 243, 223, 175, 255, 242, 220, 168, 255, 239, 212, 148, 255, 237, 210, 141, 255, 234, 202, 120, 255, 234, 202, 120, 255, 243, 233, 215, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 245, 238, 228, 255, 248, 240, 229, 255, 250, 242, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 223, 255, 236, 226, 213, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 227, 217, 255, 250, 247, 244, 255, 254, 253, 252, 255, 245, 239, 233, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 244, 212, 125, 255, 230, 188, 119, 255, 236, 209, 176, 255, 251, 245, 238, 255, 227, 188, 141, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 175, 255, 255, 255, 255, 255, 255, 255, 159, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 143, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 237, 211, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 228, 208, 255, 214, 168, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 244, 229, 211, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 248, 234, 216, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 247, 243, 239, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 249, 240, 229, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 214, 171, 255, 234, 203, 126, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 222, 181, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 246, 239, 229, 255, 248, 240, 229, 255, 250, 241, 229, 255, 250, 238, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 222, 255, 243, 233, 221, 255, 236, 226, 213, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 237, 230, 255, 255, 255, 255, 255, 250, 247, 244, 255, 237, 227, 217, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 249, 240, 229, 255, 234, 204, 168, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 143, 255, 255, 255, 239, 255, 255, 255, 159, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 128, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 237, 211, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 238, 223, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 230, 191, 118, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 246, 240, 233, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 234, 209, 148, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 206, 134, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 233, 215, 255, 234, 202, 120, 255, 234, 202, 120, 255, 239, 212, 148, 255, 240, 215, 154, 255, 243, 223, 175, 255, 243, 223, 175, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 248, 233, 203, 255, 244, 225, 182, 255, 242, 221, 174, 255, 237, 220, 186, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 251, 249, 247, 255, 254, 253, 252, 255, 241, 233, 225, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 247, 234, 213, 255, 251, 239, 206, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 239, 255, 255, 255, 191, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 159, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 237, 211, 148, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 198, 163, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 234, 195, 121, 255, 243, 210, 124, 255, 243, 210, 124, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 242, 224, 203, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 234, 204, 168, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 242, 224, 203, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 218, 188, 255, 234, 206, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 241, 226, 194, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 237, 213, 154, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 205, 131, 255, 234, 215, 177, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 246, 241, 236, 255, 255, 255, 255, 255, 246, 241, 236, 255, 234, 223, 211, 255, 230, 207, 181, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 182, 128, 255, 243, 210, 124, 255, 250, 234, 190, 255, 252, 242, 214, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 223, 255, 255, 255, 175, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 223, 200, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 224, 185, 129, 255, 244, 228, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 234, 204, 168, 255, 221, 173, 115, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 226, 173, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 251, 245, 238, 255, 225, 183, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 215, 177, 255, 234, 205, 131, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 206, 134, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 240, 224, 188, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 207, 143, 255, 234, 216, 183, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 233, 225, 255, 254, 253, 252, 255, 250, 247, 244, 255, 224, 181, 130, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 214, 193, 255, 243, 213, 136, 255, 244, 212, 125, 255, 248, 228, 174, 255, 252, 244, 223, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 223, 255, 255, 255, 159, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 159, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 246, 230, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 219, 178, 133, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 216, 173, 125, 255, 229, 198, 163, 255, 239, 218, 193, 255, 252, 243, 230, 255, 246, 230, 208, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 235, 197, 121, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 242, 224, 203, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 234, 204, 168, 255, 221, 173, 115, 255, 223, 182, 133, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 174, 255, 254, 252, 247, 255, 239, 205, 131, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 249, 240, 229, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 215, 177, 255, 234, 205, 131, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 240, 222, 181, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 242, 230, 208, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 210, 154, 255, 234, 219, 194, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 218, 199, 255, 249, 240, 229, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 252, 244, 223, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 239, 255, 255, 255, 143, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 239, 212, 149, 255, 252, 243, 230, 255, 237, 213, 185, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 237, 213, 185, 255, 249, 229, 184, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 234, 204, 168, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 254, 252, 247, 255, 246, 220, 149, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 215, 177, 255, 234, 207, 143, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 204, 127, 255, 242, 230, 208, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 240, 224, 188, 255, 235, 204, 127, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 205, 131, 255, 234, 214, 171, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 223, 178, 124, 255, 249, 240, 229, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 252, 244, 223, 255, 246, 220, 149, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 223, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 240, 208, 124, 255, 250, 235, 204, 255, 216, 173, 125, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 245, 223, 170, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 240, 219, 194, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 234, 204, 168, 255, 240, 219, 194, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 217, 141, 255, 254, 252, 247, 255, 246, 220, 149, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 249, 240, 229, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 210, 154, 255, 234, 203, 126, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 209, 140, 255, 243, 235, 221, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 239, 220, 174, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 203, 126, 255, 234, 210, 154, 255, 234, 218, 188, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 249, 240, 229, 255, 229, 200, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 252, 244, 223, 255, 246, 220, 149, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 223, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 128, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 243, 211, 125, 255, 238, 205, 129, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 240, 217, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 238, 214, 185, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 182, 129, 255, 237, 208, 173, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 218, 149, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 253, 247, 231, 255, 248, 228, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 247, 235, 220, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 222, 205, 255, 234, 215, 177, 255, 234, 207, 143, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 236, 209, 140, 255, 243, 235, 221, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 233, 215, 255, 237, 211, 147, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 209, 148, 255, 234, 215, 177, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 249, 243, 235, 255, 250, 247, 244, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 237, 200, 122, 255, 233, 193, 120, 255, 243, 212, 133, 255, 252, 244, 223, 255, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 175, 255, 255, 255, 191, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 236, 204, 122, 255, 244, 212, 125, 255, 228, 188, 118, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 214, 168, 118, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 223, 178, 124, 255, 238, 214, 185, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 195, 151, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 233, 199, 158, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 251, 239, 206, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 251, 239, 206, 255, 250, 234, 190, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 236, 209, 176, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 214, 171, 255, 234, 206, 137, 255, 234, 202, 120, 255, 234, 202, 120, 255, 234, 202, 120, 255, 235, 206, 134, 255, 242, 228, 201, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 235, 221, 255, 239, 220, 174, 255, 235, 204, 127, 255, 234, 205, 131, 255, 234, 210, 154, 255, 234, 216, 183, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 235, 225, 214, 255, 251, 249, 247, 255, 246, 241, 236, 255, 238, 218, 173, 255, 244, 212, 125, 255, 243, 210, 124, 255, 233, 193, 120, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 245, 215, 133, 255, 255, 255, 255, 191, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 223, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 240, 208, 124, 255, 244, 212, 125, 255, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 223, 181, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 230, 194, 150, 255, 236, 209, 176, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 193, 138, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 251, 239, 206, 255, 245, 215, 133, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 249, 231, 182, 255, 252, 242, 214, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 235, 220, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 215, 177, 255, 234, 210, 154, 255, 234, 203, 126, 255, 234, 202, 120, 255, 238, 215, 161, 255, 243, 233, 215, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 239, 222, 185, 255, 235, 212, 161, 255, 234, 214, 171, 255, 234, 219, 194, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 254, 253, 252, 255, 246, 223, 163, 255, 234, 195, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 246, 221, 151, 80, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 112, 255, 255, 255, 207, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 243, 211, 125, 255, 244, 212, 125, 255, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 236, 209, 176, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 239, 204, 129, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 206, 255, 245, 217, 141, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 252, 245, 230, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 206, 255, 236, 203, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 216, 183, 255, 234, 213, 166, 255, 237, 218, 177, 255, 241, 229, 206, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 243, 236, 227, 255, 239, 230, 220, 255, 235, 224, 212, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 244, 225, 183, 255, 253, 250, 246, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 64, 255, 255, 255, 16, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 175, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 236, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 248, 228, 174, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 243, 210, 124, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 249, 231, 182, 255, 247, 223, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 249, 240, 229, 255, 227, 188, 141, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 250, 236, 198, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 227, 216, 255, 239, 230, 220, 255, 242, 234, 224, 255, 243, 236, 227, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 244, 237, 228, 255, 241, 233, 223, 255, 238, 228, 217, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 199, 153, 255, 221, 173, 115, 255, 244, 229, 211, 255, 244, 229, 211, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 238, 202, 123, 128, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 207, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 240, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 178, 115, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 232, 194, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 247, 223, 158, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 246, 220, 149, 255, 249, 231, 182, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 229, 211, 255, 234, 204, 168, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 242, 214, 255, 245, 215, 133, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 225, 213, 255, 237, 227, 215, 255, 238, 229, 218, 255, 240, 231, 221, 255, 242, 234, 224, 255, 242, 234, 224, 255, 243, 236, 227, 255, 244, 237, 228, 255, 242, 234, 225, 255, 242, 234, 224, 255, 241, 233, 223, 255, 239, 230, 220, 255, 237, 227, 215, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 253, 250, 246, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 159, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 128, 255, 255, 255, 175, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 221, 183, 117, 255, 214, 173, 114, 255, 216, 176, 115, 255, 217, 178, 115, 255, 226, 190, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 243, 211, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 232, 194, 119, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 185, 126, 255, 250, 236, 198, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 223, 158, 255, 249, 231, 182, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 251, 245, 238, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 191, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 112, 255, 227, 193, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 202, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 209, 124, 255, 215, 169, 112, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 228, 188, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 209, 161, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 219, 194, 255, 242, 210, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 249, 240, 229, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 206, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 225, 189, 145, 255, 228, 198, 163, 255, 229, 204, 175, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 226, 192, 151, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 247, 235, 220, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 128, 255, 255, 255, 143, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 163, 112, 255, 227, 193, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 239, 207, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 200, 121, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 215, 169, 112, 255, 232, 194, 119, 255, 242, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 217, 187, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 230, 194, 150, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 247, 235, 220, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 247, 223, 158, 255, 248, 228, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 227, 195, 157, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 231, 211, 187, 255, 228, 198, 163, 255, 227, 195, 157, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 228, 198, 163, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 231, 211, 187, 255, 230, 207, 181, 255, 228, 198, 163, 255, 224, 186, 139, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 253, 250, 246, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 175, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 112, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 242, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 197, 120, 255, 213, 166, 111, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 223, 181, 116, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 246, 221, 164, 255, 229, 191, 144, 255, 221, 173, 115, 255, 225, 182, 129, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 238, 214, 185, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 247, 231, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 226, 192, 151, 255, 228, 201, 169, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 229, 204, 175, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 224, 186, 139, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 185, 117, 255, 232, 200, 121, 255, 234, 202, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 206, 123, 255, 219, 175, 114, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 211, 163, 110, 255, 213, 166, 111, 255, 219, 175, 114, 255, 228, 188, 118, 255, 238, 203, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 247, 222, 158, 255, 248, 228, 178, 255, 250, 233, 197, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 219, 194, 255, 223, 178, 124, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 222, 176, 121, 255, 221, 173, 115, 255, 225, 183, 133, 255, 247, 235, 220, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 235, 206, 168, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 201, 169, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 253, 250, 246, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 168, 113, 255, 232, 200, 121, 255, 237, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 206, 123, 255, 232, 194, 119, 255, 228, 188, 118, 255, 221, 178, 115, 255, 219, 175, 114, 255, 219, 175, 114, 255, 221, 178, 115, 255, 228, 188, 118, 255, 228, 188, 118, 255, 236, 200, 121, 255, 240, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 247, 224, 164, 255, 249, 229, 184, 255, 250, 235, 204, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 230, 194, 150, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 247, 235, 220, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 225, 189, 145, 255, 228, 198, 163, 255, 230, 207, 181, 255, 231, 211, 187, 255, 228, 198, 163, 255, 228, 198, 163, 255, 225, 189, 145, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 228, 198, 163, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 226, 192, 151, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 159, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 195, 120, 255, 240, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 249, 229, 184, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 247, 222, 158, 255, 247, 222, 158, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 232, 199, 159, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 230, 188, 119, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 228, 198, 163, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 228, 201, 169, 255, 227, 195, 157, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 224, 186, 139, 255, 228, 198, 163, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 226, 192, 151, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 251, 245, 238, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 128, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 80, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 188, 118, 255, 243, 211, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 249, 231, 191, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 225, 214, 255, 247, 235, 220, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 223, 178, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 233, 196, 131, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 231, 211, 187, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 229, 204, 175, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 230, 207, 181, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 230, 207, 181, 255, 236, 216, 178, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 224, 203, 255, 234, 204, 168, 255, 221, 173, 115, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 64, 255, 255, 255, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 221, 183, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 246, 241, 236, 255, 233, 210, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 188, 141, 255, 247, 235, 220, 255, 234, 195, 121, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 159, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 186, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 229, 219, 255, 246, 241, 236, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 220, 190, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 229, 204, 175, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 247, 235, 220, 255, 246, 220, 149, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 143, 255, 255, 255, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 196, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 248, 245, 241, 255, 235, 225, 214, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 216, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 229, 204, 175, 255, 228, 198, 163, 255, 228, 198, 163, 255, 229, 204, 175, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 245, 223, 173, 255, 250, 236, 198, 255, 244, 212, 125, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 242, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 248, 228, 178, 255, 248, 228, 178, 255, 248, 226, 171, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 235, 228, 255, 242, 235, 228, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 222, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 254, 250, 239, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 171, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 247, 243, 239, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 216, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 251, 239, 206, 255, 247, 225, 166, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 48, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 223, 183, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 246, 230, 208, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 245, 239, 233, 255, 239, 231, 222, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 220, 190, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 149, 255, 251, 239, 206, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 143, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 230, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 250, 233, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 213, 190, 255, 246, 241, 236, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 215, 147, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 243, 213, 136, 255, 239, 218, 168, 255, 244, 212, 125, 255, 253, 247, 231, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 112, 255, 213, 171, 114, 255, 217, 178, 115, 255, 226, 190, 119, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 239, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 236, 209, 176, 255, 237, 227, 217, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 193, 125, 255, 239, 218, 168, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 250, 236, 198, 255, 232, 199, 159, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 16, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 226, 190, 119, 255, 230, 198, 120, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 164, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 238, 214, 185, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 213, 130, 255, 235, 222, 206, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 216, 194, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 246, 220, 149, 255, 242, 224, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 194, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 219, 194, 255, 223, 178, 124, 255, 221, 173, 115, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 215, 152, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 243, 210, 124, 255, 249, 240, 229, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 187, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 241, 207, 124, 255, 244, 212, 125, 255, 237, 220, 184, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 238, 202, 123, 255, 240, 219, 194, 255, 227, 188, 141, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 230, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 242, 210, 130, 255, 235, 222, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 233, 193, 120, 255, 227, 188, 141, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 237, 202, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 183, 133, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 232, 197, 137, 255, 235, 222, 206, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 228, 185, 118, 255, 221, 173, 115, 255, 247, 235, 220, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 238, 214, 185, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 224, 178, 116, 255, 221, 173, 115, 255, 242, 224, 203, 255, 223, 178, 124, 255, 221, 173, 115, 255, 233, 193, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 167, 113, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 236, 200, 129, 255, 234, 204, 168, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 204, 168, 255, 232, 199, 159, 255, 221, 173, 115, 255, 233, 193, 120, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 174, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 124, 255, 242, 224, 203, 255, 221, 173, 115, 255, 235, 197, 121, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 232, 200, 121, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 223, 183, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 249, 231, 182, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 218, 173, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 229, 211, 255, 221, 173, 115, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 233, 209, 155, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 187, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 225, 166, 255, 245, 215, 133, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 212, 146, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 214, 185, 255, 225, 183, 133, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 232, 201, 127, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 196, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 194, 150, 255, 237, 209, 169, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 204, 138, 255, 233, 216, 183, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 235, 199, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 225, 166, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 248, 234, 205, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 214, 177, 255, 233, 209, 155, 255, 230, 198, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 239, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 248, 228, 178, 255, 250, 237, 216, 255, 237, 208, 173, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 237, 218, 196, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 215, 133, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 231, 190, 119, 255, 235, 197, 121, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 213, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 245, 229, 204, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 234, 223, 211, 255, 232, 201, 127, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 237, 200, 122, 255, 241, 207, 124, 255, 230, 188, 119, 255, 227, 183, 118, 255, 227, 183, 118, 255, 228, 185, 118, 255, 233, 193, 120, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 239, 214, 178, 255, 250, 234, 190, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 233, 216, 183, 255, 232, 200, 121, 255, 214, 173, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 238, 202, 123, 255, 238, 202, 123, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 203, 128, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 218, 173, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 210, 147, 255, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 222, 205, 255, 233, 209, 155, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 182, 123, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 210, 182, 255, 242, 214, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 204, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 254, 250, 241, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 232, 201, 127, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 171, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 224, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 201, 169, 255, 235, 222, 206, 255, 242, 214, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 190, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 233, 216, 183, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 210, 159, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 234, 223, 211, 255, 235, 222, 206, 255, 240, 216, 157, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 213, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 255, 255, 255, 112, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 234, 223, 211, 255, 233, 209, 155, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 193, 132, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 218, 173, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 215, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 191, 255, 255, 255, 48, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 232, 201, 127, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 243, 213, 136, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 217, 163, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 243, 210, 124, 255, 244, 212, 125, 159, 0, 0, 0, 0, 255, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 234, 219, 194, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 219, 179, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 230, 199, 162, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 242, 214, 141, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 112, 0, 0, 0, 0, 255, 255, 255, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 204, 138, 255, 234, 223, 211, 255, 233, 210, 160, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 193, 146, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 238, 202, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 205, 158, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 201, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 242, 215, 147, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 243, 213, 130, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 255, 255, 255, 96, 255, 255, 255, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 232, 203, 132, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 211, 192, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 188, 130, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 243, 213, 136, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 243, 213, 130, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 235, 198, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 32, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 234, 220, 200, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 210, 169, 124, 255, 234, 223, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 228, 210, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 215, 167, 255, 225, 181, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 204, 138, 255, 234, 223, 211, 255, 233, 213, 172, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 238, 203, 128, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 229, 201, 142, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 204, 180, 255, 234, 223, 211, 255, 242, 214, 141, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 255, 255, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 219, 194, 255, 234, 222, 205, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 219, 205, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 234, 223, 211, 255, 233, 216, 183, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 217, 163, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 197, 152, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 223, 195, 157, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 232, 203, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 236, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 255, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 216, 183, 255, 234, 223, 211, 255, 214, 176, 125, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 190, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 203, 146, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 239, 214, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 222, 205, 255, 231, 215, 199, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 199, 134, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 194, 149, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 228, 201, 169, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 230, 207, 181, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 231, 211, 187, 255, 229, 204, 175, 255, 228, 198, 163, 255, 228, 198, 163, 255, 228, 198, 163, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 218, 173, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 243, 210, 124, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 238, 202, 123, 255, 240, 216, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 222, 196, 167, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 173, 130, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 246, 230, 208, 255, 249, 231, 191, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 237, 200, 122, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 242, 210, 130, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 136, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 239, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 211, 173, 130, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 218, 188, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 248, 234, 216, 255, 252, 243, 230, 255, 251, 239, 217, 255, 249, 229, 184, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 218, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 239, 226, 210, 255, 242, 233, 223, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 241, 207, 124, 255, 242, 215, 147, 255, 235, 222, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 231, 215, 199, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 200, 174, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 248, 226, 171, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 238, 202, 123, 255, 243, 213, 136, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 242, 217, 161, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 224, 200, 174, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 234, 223, 211, 255, 237, 220, 190, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 247, 224, 164, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 200, 158, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 238, 202, 123, 255, 243, 213, 136, 255, 238, 219, 179, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 196, 127, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 217, 184, 149, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 234, 223, 211, 255, 234, 223, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 249, 231, 191, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 229, 216, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 241, 229, 216, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 227, 183, 118, 255, 228, 185, 118, 255, 234, 195, 121, 255, 239, 210, 145, 255, 239, 218, 168, 255, 236, 221, 195, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 190, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 243, 221, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 210, 160, 255, 234, 223, 211, 255, 210, 169, 124, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 173, 130, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 234, 223, 211, 255, 242, 215, 147, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 194, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 229, 196, 156, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 233, 212, 182, 255, 237, 220, 190, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 136, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 216, 183, 255, 231, 215, 199, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 216, 183, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 247, 224, 164, 255, 238, 202, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 212, 125, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 227, 208, 186, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 234, 223, 211, 255, 236, 221, 195, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 241, 208, 129, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 212, 125, 255, 244, 212, 125, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 201, 127, 255, 234, 223, 211, 255, 222, 196, 167, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 213, 172, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 212, 180, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 214, 189, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 232, 217, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 226, 192, 151, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 195, 157, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 239, 226, 210, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 220, 192, 161, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 210, 160, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 216, 157, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 229, 184, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 192, 151, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 220, 192, 161, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 238, 212, 180, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 225, 189, 145, 255, 228, 201, 169, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 235, 198, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 230, 198, 120, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 216, 183, 255, 234, 223, 211, 255, 220, 188, 144, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 210, 160, 255, 234, 219, 194, 255, 234, 223, 211, 255, 235, 222, 206, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 235, 204, 165, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 208, 150, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 221, 183, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 219, 194, 255, 234, 223, 211, 255, 220, 186, 139, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 233, 216, 183, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 244, 212, 125, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 204, 165, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 232, 199, 151, 255, 222, 177, 122, 255, 226, 188, 142, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 177, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 168, 113, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 195, 151, 255, 247, 238, 227, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 228, 199, 255, 241, 229, 216, 255, 235, 214, 189, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 232, 203, 169, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 198, 163, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 223, 182, 133, 255, 221, 173, 115, 255, 223, 179, 127, 255, 225, 189, 145, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 195, 120, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 216, 183, 255, 233, 207, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 206, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 252, 243, 230, 255, 250, 241, 228, 255, 243, 234, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 224, 180, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 221, 183, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 207, 149, 255, 234, 223, 211, 255, 234, 217, 189, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 203, 132, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 218, 175, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 238, 212, 180, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 240, 217, 187, 255, 252, 243, 230, 255, 244, 226, 201, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 246, 230, 208, 255, 252, 243, 230, 255, 251, 242, 230, 255, 244, 235, 224, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 230, 207, 181, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 173, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 168, 113, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 218, 196, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 250, 239, 223, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 217, 187, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 237, 226, 255, 242, 232, 217, 255, 243, 220, 162, 255, 244, 215, 137, 255, 244, 216, 143, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 229, 194, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 198, 163, 255, 234, 223, 211, 255, 234, 223, 211, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 227, 195, 157, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 230, 198, 120, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 214, 177, 255, 234, 223, 211, 255, 233, 216, 183, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 234, 223, 211, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 226, 201, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 237, 226, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 189, 125, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 216, 143, 255, 244, 212, 125, 255, 243, 210, 124, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 231, 211, 187, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 229, 204, 175, 255, 227, 195, 157, 255, 224, 186, 139, 255, 226, 192, 151, 255, 228, 198, 163, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 223, 182, 133, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 185, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 230, 198, 120, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 234, 223, 211, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 237, 208, 173, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 195, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 239, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 215, 137, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 213, 131, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 179, 127, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 229, 204, 175, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 226, 192, 151, 255, 230, 207, 181, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 231, 211, 187, 255, 224, 186, 139, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 176, 115, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 251, 242, 229, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 194, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 239, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 221, 168, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 229, 204, 175, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 217, 199, 255, 228, 198, 163, 255, 229, 204, 175, 255, 231, 211, 187, 255, 229, 204, 175, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 186, 139, 255, 228, 198, 163, 255, 231, 211, 187, 255, 232, 217, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 230, 207, 181, 255, 227, 195, 157, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 236, 213, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 163, 112, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 208, 163, 112, 255, 224, 188, 118, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 232, 204, 138, 255, 234, 223, 211, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 235, 204, 165, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 239, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 233, 220, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 238, 218, 184, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 193, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 201, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 224, 188, 118, 255, 232, 200, 121, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 204, 138, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 238, 212, 180, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 204, 165, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 237, 226, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 216, 143, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 226, 192, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 176, 121, 255, 228, 201, 169, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 223, 179, 127, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 189, 145, 255, 229, 204, 175, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 240, 220, 185, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 219, 181, 116, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 226, 201, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 225, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 231, 211, 187, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 220, 205, 255, 228, 198, 163, 255, 222, 176, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 189, 125, 255, 241, 223, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 171, 114, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 243, 234, 224, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 221, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 230, 188, 119, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 182, 133, 255, 228, 201, 169, 255, 232, 214, 193, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 214, 193, 255, 229, 204, 175, 255, 226, 192, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 196, 127, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 230, 198, 120, 255, 232, 200, 121, 255, 233, 207, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 244, 226, 201, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 191, 144, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 241, 228, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 235, 197, 121, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 230, 188, 119, 255, 238, 202, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 239, 209, 142, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 188, 118, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 207, 149, 255, 232, 200, 121, 255, 232, 204, 138, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 229, 191, 144, 255, 235, 204, 165, 255, 242, 221, 194, 255, 248, 234, 216, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 225, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 234, 195, 121, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 234, 195, 121, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 215, 137, 255, 243, 225, 186, 255, 240, 223, 197, 255, 237, 218, 196, 255, 230, 199, 162, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 242, 219, 167, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 178, 115, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 235, 204, 165, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 247, 222, 158, 255, 249, 229, 184, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 229, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 231, 190, 119, 255, 241, 207, 124, 255, 243, 220, 162, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 237, 201, 128, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 112, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 220, 200, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 229, 191, 144, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 182, 129, 255, 235, 204, 165, 255, 242, 214, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 248, 228, 178, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 237, 226, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 236, 204, 140, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 242, 219, 167, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 195, 120, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 201, 127, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 228, 203, 159, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 235, 197, 121, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 229, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 238, 208, 147, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 221, 183, 117, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 222, 205, 255, 224, 200, 174, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 196, 167, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 207, 149, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 231, 190, 119, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 248, 228, 178, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 177, 122, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 225, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 235, 200, 134, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 228, 192, 149, 255, 221, 173, 115, 255, 228, 192, 149, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 214, 173, 114, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 213, 172, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 207, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 217, 184, 149, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 211, 192, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 243, 233, 221, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 233, 199, 158, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 217, 187, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 239, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 232, 203, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 235, 204, 152, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 163, 112, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 216, 183, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 215, 180, 142, 255, 208, 165, 117, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 242, 230, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 223, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 242, 230, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 221, 168, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 229, 190, 131, 255, 237, 211, 165, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 202, 164, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 204, 138, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 201, 127, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 219, 205, 255, 222, 196, 167, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 238, 221, 188, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 230, 208, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 235, 197, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 228, 178, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 199, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 244, 235, 224, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 200, 122, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 233, 207, 176, 255, 229, 196, 156, 255, 226, 188, 142, 255, 226, 188, 142, 255, 229, 193, 143, 255, 232, 202, 163, 255, 237, 214, 178, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 232, 203, 169, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 214, 189, 255, 242, 233, 223, 239, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 218, 188, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 225, 182, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 237, 208, 173, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 186, 137, 255, 250, 239, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 236, 225, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 226, 188, 142, 255, 232, 199, 151, 255, 233, 193, 120, 255, 233, 193, 120, 255, 233, 193, 120, 255, 231, 190, 119, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 224, 180, 255, 244, 216, 143, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 242, 233, 223, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 210, 169, 124, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 203, 132, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 201, 127, 255, 234, 222, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 248, 238, 225, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 230, 188, 119, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 220, 151, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 229, 191, 144, 255, 221, 173, 115, 255, 225, 182, 129, 255, 246, 230, 208, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 238, 227, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 224, 180, 255, 239, 210, 148, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 242, 233, 223, 255, 242, 233, 223, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 244, 234, 222, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 223, 177, 122, 255, 242, 221, 194, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 224, 170, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 196, 167, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 210, 160, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 239, 225, 200, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 234, 195, 121, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 225, 182, 129, 255, 237, 208, 173, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 218, 145, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 239, 210, 148, 255, 243, 224, 180, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 205, 173, 239, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 233, 206, 144, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 249, 231, 191, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 240, 217, 187, 255, 242, 221, 194, 255, 251, 237, 210, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 246, 237, 224, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 248, 226, 171, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 214, 189, 255, 229, 196, 156, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 223, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 200, 174, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 203, 132, 255, 237, 223, 206, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 239, 223, 255, 231, 195, 151, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 216, 138, 255, 247, 224, 164, 255, 248, 228, 178, 255, 247, 224, 164, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 220, 173, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 234, 195, 121, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 233, 207, 176, 255, 228, 192, 149, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 215, 180, 142, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 223, 196, 163, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 242, 221, 194, 255, 227, 186, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 227, 183, 118, 255, 231, 190, 119, 255, 233, 193, 120, 255, 233, 193, 120, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 233, 193, 120, 255, 233, 193, 120, 255, 227, 183, 118, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 234, 195, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 243, 210, 124, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 237, 218, 196, 255, 234, 211, 183, 255, 232, 203, 169, 255, 232, 203, 169, 255, 232, 203, 169, 255, 232, 203, 169, 255, 233, 207, 176, 255, 237, 218, 196, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 226, 188, 142, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 185, 133, 255, 235, 212, 185, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 234, 216, 255, 240, 215, 180, 255, 233, 193, 120, 255, 233, 193, 120, 255, 233, 193, 120, 255, 237, 200, 122, 255, 238, 202, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 234, 195, 121, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 197, 121, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 234, 211, 183, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 224, 200, 174, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 218, 182, 141, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 231, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 197, 121, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 202, 123, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 225, 184, 135, 255, 221, 173, 115, 255, 228, 192, 149, 255, 234, 211, 183, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 232, 203, 169, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 246, 233, 215, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 241, 207, 124, 255, 244, 212, 125, 255, 235, 197, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 223, 192, 156, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 212, 168, 109, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 210, 164, 108, 255, 224, 184, 115, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 193, 120, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 243, 210, 124, 255, 244, 212, 125, 255, 230, 188, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 230, 199, 162, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 239, 221, 173, 115, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 196, 167, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 209, 166, 118, 255, 249, 238, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 241, 207, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 215, 184, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 210, 169, 124, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 202, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 207, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 233, 193, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 233, 207, 176, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 208, 186, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 207, 149, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 209, 166, 118, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 231, 190, 119, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 188, 119, 255, 237, 200, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 241, 229, 216, 255, 229, 196, 156, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 240, 205, 123, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 207, 221, 173, 115, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 219, 181, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 248, 228, 178, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 231, 190, 119, 255, 234, 195, 121, 255, 238, 202, 123, 255, 238, 202, 123, 255, 233, 202, 151, 255, 234, 211, 183, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 243, 210, 124, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 223, 178, 123, 207, 221, 173, 115, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 173, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 202, 123, 255, 231, 190, 119, 255, 227, 183, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 178, 116, 255, 230, 188, 119, 255, 235, 197, 121, 255, 240, 205, 123, 255, 241, 207, 124, 255, 238, 202, 123, 255, 238, 202, 123, 255, 237, 213, 172, 255, 232, 203, 169, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 229, 196, 156, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 185, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 230, 199, 162, 255, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 226, 190, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 218, 188, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 238, 202, 123, 255, 243, 210, 124, 255, 244, 212, 125, 255, 241, 208, 124, 255, 233, 196, 119, 255, 233, 196, 119, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 240, 224, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 195, 121, 255, 244, 212, 125, 255, 243, 210, 124, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 235, 214, 189, 255, 242, 233, 223, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 213, 131, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 175, 116, 255, 240, 205, 123, 255, 244, 212, 125, 255, 240, 205, 123, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 228, 192, 149, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 241, 229, 216, 255, 242, 233, 223, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 239, 206, 123, 255, 244, 212, 125, 255, 246, 220, 151, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 180, 114, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 221, 180, 114, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 180, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 234, 195, 121, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 223, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 214, 177, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 235, 199, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 230, 192, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 235, 200, 121, 255, 244, 213, 131, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 221, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 233, 193, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 228, 185, 118, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 224, 181, 129, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 212, 166, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 235, 199, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 192, 118, 255, 218, 176, 112, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 227, 188, 116, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 241, 207, 124, 255, 244, 212, 125, 255, 243, 210, 124, 255, 225, 180, 117, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 228, 192, 149, 255, 235, 214, 189, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 227, 190, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 215, 172, 111, 255, 221, 180, 114, 255, 221, 180, 114, 255, 218, 176, 112, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 227, 183, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 232, 203, 169, 255, 232, 203, 169, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 239, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 143, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 217, 178, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 187, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 235, 204, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 221, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 235, 199, 127, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 216, 239, 242, 233, 223, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 128, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 229, 195, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 225, 204, 180, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 217, 189, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 174, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 209, 124, 255, 230, 193, 120, 255, 226, 190, 131, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 192, 118, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 230, 192, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 225, 184, 135, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 241, 223, 186, 255, 244, 215, 137, 255, 244, 212, 125, 255, 240, 205, 123, 255, 222, 175, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 207, 243, 219, 158, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 213, 171, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 210, 160, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 164, 112, 255, 239, 206, 123, 255, 220, 180, 116, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 242, 217, 163, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 223, 174, 255, 244, 215, 137, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 215, 137, 255, 240, 205, 123, 255, 224, 178, 116, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 228, 200, 207, 242, 233, 223, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 222, 185, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 173, 130, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 232, 203, 132, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 239, 212, 151, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 225, 186, 255, 243, 225, 186, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 226, 192, 255, 242, 217, 161, 255, 228, 189, 137, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 227, 194, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 216, 183, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 238, 219, 179, 255, 245, 214, 132, 255, 251, 239, 217, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 232, 203, 169, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 233, 207, 176, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 224, 181, 129, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 224, 181, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 223, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 217, 184, 149, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 206, 144, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 235, 222, 200, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 230, 192, 118, 255, 215, 172, 111, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 212, 168, 109, 255, 221, 180, 114, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 222, 177, 122, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 226, 188, 142, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 216, 223, 244, 217, 150, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 227, 193, 119, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 173, 130, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 233, 213, 172, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 224, 188, 118, 255, 208, 163, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 220, 192, 161, 255, 234, 223, 211, 255, 243, 213, 136, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 227, 188, 116, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 222, 203, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 234, 211, 183, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 222, 177, 122, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 226, 188, 142, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 175, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 143, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 209, 166, 112, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 220, 192, 161, 255, 232, 219, 205, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 219, 194, 255, 232, 201, 127, 255, 232, 200, 121, 255, 227, 193, 119, 255, 214, 173, 114, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 229, 211, 192, 255, 234, 223, 211, 255, 240, 216, 157, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 230, 192, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 225, 184, 135, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 229, 196, 156, 255, 221, 173, 115, 255, 221, 173, 115, 255, 221, 173, 115, 255, 237, 218, 196, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 224, 179, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 221, 183, 117, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 217, 184, 149, 255, 224, 200, 174, 255, 227, 208, 186, 255, 227, 205, 175, 255, 222, 187, 123, 255, 217, 178, 115, 255, 211, 168, 113, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 177, 136, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 228, 178, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 221, 173, 115, 255, 239, 226, 210, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 218, 196, 255, 224, 181, 129, 255, 221, 173, 115, 255, 224, 181, 129, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 213, 131, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 230, 198, 120, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 165, 117, 255, 229, 211, 192, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 207, 160, 106, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 221, 173, 115, 255, 233, 207, 176, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 232, 203, 169, 255, 221, 173, 115, 255, 229, 196, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 223, 174, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 216, 176, 115, 255, 202, 157, 109, 255, 189, 146, 103, 255, 189, 146, 103, 255, 189, 146, 103, 255, 172, 131, 94, 255, 176, 135, 96, 255, 189, 146, 103, 255, 189, 146, 103, 255, 189, 146, 103, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 208, 163, 112, 255, 217, 184, 149, 255, 231, 215, 199, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 130, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 222, 158, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 215, 172, 111, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 234, 211, 183, 255, 230, 199, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 226, 210, 255, 232, 203, 169, 255, 238, 222, 203, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 225, 186, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 181, 113, 255, 185, 151, 99, 255, 161, 126, 88, 255, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 146, 109, 81, 255, 159, 120, 88, 255, 176, 135, 96, 255, 193, 150, 105, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 213, 171, 114, 255, 222, 185, 117, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 224, 184, 115, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 230, 192, 118, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 229, 216, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 226, 192, 255, 243, 221, 168, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 191, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 196, 163, 105, 255, 154, 119, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 146, 109, 81, 255, 172, 131, 94, 255, 197, 154, 107, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 211, 168, 113, 255, 226, 190, 119, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 238, 219, 179, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 228, 199, 255, 243, 224, 180, 255, 243, 220, 162, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 143, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 181, 113, 255, 155, 120, 85, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 167, 127, 92, 255, 202, 157, 109, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 219, 181, 116, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 213, 172, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 243, 225, 186, 255, 243, 223, 174, 255, 244, 217, 150, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 239, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 214, 181, 113, 255, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 141, 105, 79, 255, 184, 142, 100, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 185, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 136, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 243, 223, 174, 255, 243, 219, 156, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 64, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 220, 188, 116, 255, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 180, 139, 98, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 206, 161, 111, 255, 222, 185, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 206, 144, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 240, 217, 163, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 241, 223, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 233, 196, 119, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 224, 180, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 161, 126, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 189, 146, 103, 255, 206, 161, 111, 255, 206, 161, 111, 255, 216, 176, 115, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 236, 221, 195, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 246, 218, 145, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 212, 168, 109, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 243, 220, 162, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 207, 232, 200, 121, 255, 232, 200, 121, 255, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 146, 109, 81, 255, 206, 161, 111, 255, 216, 176, 115, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 220, 200, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 243, 213, 136, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 247, 224, 164, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 243, 224, 180, 255, 243, 219, 156, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 232, 200, 121, 255, 232, 200, 121, 255, 173, 138, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 194, 156, 92, 255, 224, 188, 105, 255, 227, 193, 111, 255, 230, 197, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 234, 217, 189, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 239, 218, 168, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 248, 226, 171, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 235, 204, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 243, 225, 186, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 96, 232, 200, 121, 255, 232, 200, 121, 255, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 184, 99, 255, 224, 188, 105, 255, 227, 193, 111, 255, 230, 197, 117, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 232, 200, 121, 255, 233, 212, 166, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 235, 222, 200, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 249, 231, 191, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 248, 226, 171, 255, 246, 220, 151, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 218, 176, 112, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 232, 200, 121, 255, 220, 188, 116, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 184, 99, 255, 224, 188, 105, 255, 227, 193, 111, 255, 229, 196, 115, 255, 233, 209, 155, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 241, 215, 152, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 250, 233, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 225, 186, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 239, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 193, 126, 255, 227, 201, 147, 255, 229, 208, 169, 255, 232, 218, 197, 255, 234, 223, 211, 255, 234, 223, 211, 255, 234, 223, 211, 255, 237, 220, 190, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 175, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 201, 165, 100, 255, 203, 173, 121, 255, 186, 162, 144, 255, 192, 170, 152, 255, 215, 186, 129, 255, 224, 191, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 230, 192, 118, 255, 221, 180, 114, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 210, 164, 108, 255, 215, 172, 111, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 213, 131, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 239, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 112, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 177, 143, 95, 255, 216, 182, 111, 255, 240, 207, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 48, 208, 175, 110, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 227, 190, 105, 255, 231, 196, 110, 255, 234, 199, 113, 255, 238, 205, 118, 255, 244, 212, 125, 255, 245, 214, 132, 255, 251, 237, 210, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 224, 180, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 226, 193, 118, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 188, 103, 255, 229, 194, 113, 255, 236, 211, 157, 255, 244, 228, 197, 255, 250, 239, 222, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 230, 211, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 159, 143, 107, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 223, 187, 106, 255, 229, 198, 131, 255, 237, 213, 164, 255, 242, 224, 189, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 231, 191, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 220, 162, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 80, 161, 126, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 223, 187, 106, 255, 229, 198, 131, 255, 237, 213, 164, 255, 242, 224, 189, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 245, 216, 138, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 232, 217, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 221, 180, 114, 255, 221, 180, 114, 255, 227, 188, 116, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 221, 180, 114, 255, 201, 152, 103, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 16, 190, 157, 102, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 195, 157, 91, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 191, 115, 255, 233, 206, 148, 255, 238, 217, 172, 255, 246, 232, 205, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 233, 196, 119, 255, 233, 196, 119, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 224, 180, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 233, 196, 119, 255, 244, 212, 125, 239, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 206, 173, 109, 175, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 223, 187, 106, 255, 231, 202, 139, 255, 238, 217, 172, 255, 246, 232, 205, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 249, 229, 184, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 221, 180, 114, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 233, 196, 119, 255, 244, 212, 125, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 80, 149, 113, 83, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 195, 157, 91, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 191, 115, 255, 233, 206, 148, 255, 240, 221, 181, 255, 250, 239, 222, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 237, 210, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 224, 184, 115, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 221, 180, 114, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 238, 204, 122, 255, 244, 212, 125, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 235, 200, 121, 255, 244, 212, 125, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 181, 146, 96, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 169, 132, 85, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 211, 173, 95, 255, 169, 132, 85, 255, 158, 122, 82, 255, 158, 122, 82, 255, 158, 122, 82, 255, 174, 137, 86, 255, 184, 147, 89, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 229, 198, 131, 255, 238, 217, 172, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 248, 226, 171, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 207, 160, 106, 255, 224, 184, 115, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 244, 212, 125, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 208, 174, 106, 143, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 163, 127, 84, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 227, 194, 123, 255, 235, 209, 156, 255, 246, 232, 205, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 250, 233, 197, 255, 245, 214, 132, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 212, 168, 109, 255, 221, 180, 114, 255, 233, 196, 119, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 244, 212, 125, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 232, 200, 121, 32, 169, 133, 86, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 195, 157, 91, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 174, 137, 86, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 191, 115, 255, 238, 217, 172, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 251, 239, 217, 255, 246, 218, 145, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 221, 180, 114, 255, 233, 196, 119, 255, 233, 196, 119, 255, 227, 188, 116, 255, 221, 180, 114, 255, 210, 164, 108, 255, 218, 176, 112, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 224, 180, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 244, 212, 125, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 204, 167, 94, 159, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 184, 147, 89, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 229, 198, 131, 255, 240, 221, 181, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 241, 223, 255, 247, 222, 158, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 224, 184, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 215, 137, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 219, 156, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 230, 192, 118, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 80, 169, 132, 85, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 153, 116, 81, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 184, 147, 89, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 195, 157, 91, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 223, 187, 106, 255, 235, 209, 156, 255, 248, 236, 214, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 212, 168, 109, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 209, 171, 95, 223, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 229, 198, 131, 255, 244, 228, 197, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 252, 243, 230, 255, 247, 224, 164, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 230, 192, 118, 255, 215, 172, 111, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 210, 164, 108, 255, 210, 164, 108, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 207, 160, 106, 255, 215, 172, 111, 255, 227, 188, 116, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 220, 162, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 112, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 184, 147, 89, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 153, 116, 81, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 191, 115, 255, 237, 209, 141, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 246, 220, 151, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 215, 172, 111, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 213, 131, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 215, 137, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 227, 188, 116, 255, 221, 180, 114, 255, 221, 180, 114, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 239, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 205, 168, 94, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 101, 255, 235, 201, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 226, 192, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 128, 205, 168, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 205, 168, 94, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 101, 255, 235, 201, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 207, 160, 106, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 221, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 223, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 188, 104, 255, 233, 200, 117, 255, 239, 207, 123, 255, 241, 209, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 221, 180, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 216, 143, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 64, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 153, 116, 81, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 225, 189, 107, 255, 231, 199, 120, 255, 232, 200, 121, 255, 236, 204, 122, 255, 243, 211, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 221, 180, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 232, 217, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 227, 188, 116, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 210, 164, 108, 255, 218, 176, 112, 255, 230, 192, 118, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 143, 216, 178, 97, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 184, 99, 255, 227, 193, 111, 255, 232, 200, 121, 255, 238, 206, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 180, 114, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 216, 143, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 224, 184, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 207, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 179, 142, 88, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 104, 255, 231, 199, 118, 255, 243, 211, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 218, 176, 112, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 223, 174, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 218, 176, 112, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 239, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 190, 152, 90, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 205, 168, 94, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 184, 99, 255, 234, 200, 114, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 233, 196, 119, 255, 230, 192, 118, 255, 215, 172, 111, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 219, 156, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 227, 188, 116, 255, 244, 212, 125, 255, 244, 212, 125, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 48, 221, 183, 98, 239, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 174, 137, 86, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 153, 116, 81, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 243, 210, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 230, 192, 118, 255, 221, 180, 114, 255, 212, 168, 109, 255, 210, 164, 108, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 217, 150, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 217, 150, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 180, 114, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 238, 204, 122, 255, 244, 212, 125, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 32, 221, 183, 98, 207, 205, 168, 94, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 195, 157, 91, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 233, 198, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 218, 176, 112, 255, 204, 156, 105, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 233, 196, 119, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 221, 180, 114, 255, 227, 188, 116, 255, 233, 196, 119, 255, 233, 196, 119, 255, 218, 176, 112, 255, 204, 156, 105, 255, 238, 204, 122, 255, 244, 212, 125, 255, 244, 212, 125, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 175, 205, 168, 94, 255, 148, 111, 80, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 101, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 233, 196, 119, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 221, 180, 114, 255, 224, 184, 115, 255, 233, 196, 119, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 223, 174, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 244, 212, 125, 255, 241, 208, 121, 255, 238, 205, 118, 255, 235, 200, 114, 207, 234, 199, 113, 191, 234, 199, 113, 143, 234, 199, 113, 96, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 80, 215, 178, 97, 239, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 184, 147, 89, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 169, 132, 85, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 235, 201, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 124, 255, 215, 172, 111, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 235, 200, 121, 255, 244, 212, 125, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 225, 186, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 207, 121, 255, 235, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 128, 176, 139, 87, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 211, 173, 95, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 211, 173, 95, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 227, 190, 105, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 210, 164, 108, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 244, 212, 125, 255, 242, 229, 205, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 243, 228, 199, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 207, 121, 255, 235, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 190, 152, 90, 128, 143, 107, 79, 223, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 184, 147, 89, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 241, 208, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 221, 180, 114, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 229, 205, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 242, 209, 122, 255, 239, 206, 119, 255, 239, 206, 119, 255, 239, 206, 119, 255, 240, 207, 121, 255, 242, 209, 122, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 123, 255, 240, 207, 121, 255, 239, 206, 119, 255, 239, 206, 119, 255, 239, 206, 119, 255, 239, 206, 119, 255, 238, 204, 118, 255, 237, 202, 116, 255, 236, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 128, 137, 101, 77, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 200, 163, 93, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 233, 198, 112, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 212, 168, 109, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 244, 212, 125, 255, 242, 209, 122, 255, 237, 202, 116, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 236, 201, 115, 255, 237, 203, 117, 255, 239, 206, 119, 255, 239, 206, 119, 255, 240, 207, 121, 255, 240, 206, 120, 255, 239, 206, 119, 255, 237, 203, 117, 255, 235, 200, 114, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 16, 137, 101, 77, 128, 137, 101, 77, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 224, 187, 101, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 201, 152, 103, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 243, 228, 199, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 207, 125, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 96, 137, 101, 77, 175, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 205, 168, 94, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 211, 173, 95, 255, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 240, 207, 120, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 121, 255, 227, 188, 116, 255, 221, 180, 114, 255, 210, 164, 108, 255, 207, 160, 106, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 201, 152, 103, 255, 235, 200, 121, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 230, 211, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 239, 220, 182, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 16, 137, 101, 77, 80, 137, 101, 77, 128, 137, 101, 77, 191, 137, 101, 77, 223, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 199, 161, 92, 239, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 174, 137, 86, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 169, 132, 85, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 184, 147, 89, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 230, 194, 108, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 204, 122, 255, 233, 196, 119, 255, 233, 196, 119, 255, 233, 196, 119, 255, 229, 191, 115, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 225, 186, 110, 255, 227, 189, 111, 255, 221, 180, 109, 255, 205, 158, 104, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 198, 148, 102, 255, 204, 156, 105, 255, 221, 180, 114, 255, 241, 208, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 241, 227, 202, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 64, 221, 183, 98, 96, 221, 183, 98, 128, 221, 183, 98, 175, 221, 183, 98, 191, 221, 183, 98, 239, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 174, 137, 86, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 163, 127, 84, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 158, 122, 82, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 124, 255, 242, 209, 122, 255, 242, 209, 122, 255, 242, 209, 122, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 121, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 190, 112, 255, 229, 192, 116, 255, 239, 205, 121, 255, 242, 209, 122, 255, 240, 207, 121, 255, 239, 206, 119, 255, 237, 202, 116, 255, 235, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 203, 127, 255, 238, 216, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 236, 208, 141, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 32, 221, 183, 98, 64, 221, 183, 98, 80, 211, 173, 95, 128, 137, 101, 77, 128, 137, 101, 77, 159, 137, 101, 77, 191, 137, 101, 77, 191, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 216, 178, 97, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 237, 203, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 240, 207, 121, 255, 236, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 200, 114, 255, 237, 203, 117, 255, 240, 206, 120, 255, 243, 210, 124, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 242, 210, 123, 255, 235, 200, 114, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 236, 205, 134, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 240, 225, 196, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 48, 137, 101, 77, 64, 137, 101, 77, 112, 137, 101, 77, 128, 137, 101, 77, 159, 137, 101, 77, 191, 137, 101, 77, 207, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 142, 106, 78, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 153, 116, 81, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 190, 152, 90, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 230, 194, 108, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 211, 124, 255, 237, 203, 117, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 237, 202, 116, 255, 240, 207, 121, 255, 244, 212, 125, 255, 240, 206, 120, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 238, 216, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 212, 154, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 137, 101, 77, 64, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 48, 221, 183, 98, 64, 221, 183, 98, 64, 221, 183, 98, 80, 221, 183, 98, 128, 221, 183, 98, 128, 221, 183, 98, 128, 221, 183, 98, 191, 221, 183, 98, 191, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 216, 178, 97, 255, 158, 122, 82, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 202, 116, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 241, 229, 209, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 201, 120, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 64, 221, 183, 98, 64, 221, 183, 98, 128, 221, 183, 98, 128, 172, 135, 86, 191, 137, 101, 77, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 237, 203, 117, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 239, 206, 119, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 238, 216, 168, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 240, 225, 196, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 16, 137, 101, 77, 128, 137, 101, 77, 191, 137, 101, 77, 239, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 230, 194, 108, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 243, 210, 124, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 203, 127, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 238, 216, 168, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 223, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 101, 77, 64, 137, 101, 77, 80, 146, 110, 79, 143, 150, 114, 80, 207, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 179, 142, 88, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 243, 210, 123, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 238, 205, 118, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 240, 222, 189, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 237, 210, 147, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 171, 134, 85, 80, 162, 126, 83, 159, 143, 107, 79, 223, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 163, 127, 84, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 235, 201, 115, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 235, 200, 114, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 237, 210, 147, 255, 242, 233, 223, 255, 242, 233, 223, 255, 242, 233, 223, 255, 235, 203, 127, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 158, 122, 82, 64, 137, 101, 77, 159, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 148, 111, 80, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 227, 190, 105, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 121, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 241, 229, 209, 255, 242, 233, 223, 255, 242, 231, 216, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 142, 88, 32, 154, 117, 81, 159, 142, 106, 78, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 241, 208, 122, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 237, 202, 116, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 237, 212, 154, 255, 242, 233, 223, 255, 240, 225, 196, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 142, 88, 32, 154, 117, 81, 159, 137, 101, 77, 255, 137, 101, 77, 255, 137, 101, 77, 255, 211, 173, 95, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 230, 194, 108, 255, 244, 212, 125, 255, 244, 212, 125, 255, 244, 212, 125, 255, 241, 208, 121, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 201, 120, 255, 242, 231, 216, 255, 239, 218, 175, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 220, 175, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 179, 142, 88, 64, 137, 101, 77, 191, 137, 101, 77, 255, 200, 163, 93, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 243, 210, 123, 255, 244, 212, 125, 255, 243, 211, 124, 255, 235, 201, 115, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 239, 220, 182, 255, 238, 216, 168, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 115, 81, 96, 204, 167, 94, 239, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 233, 198, 112, 255, 244, 212, 125, 255, 239, 206, 119, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 237, 210, 147, 255, 238, 214, 161, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 217, 168, 110, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 16, 221, 183, 98, 143, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 222, 185, 100, 255, 242, 209, 123, 255, 235, 200, 114, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 236, 205, 134, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 217, 168, 110, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 48, 221, 183, 98, 191, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 231, 195, 110, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 235, 201, 120, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 80, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 231, 195, 109, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 96, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 220, 175, 111, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 215, 166, 110, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 96, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 218, 171, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 220, 175, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 218, 171, 111, 255, 214, 164, 110, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 214, 164, 110, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 217, 168, 110, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 64, 221, 183, 98, 159, 221, 183, 98, 223, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 221, 183, 98, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 214, 164, 110, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 214, 164, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 221, 183, 98, 32, 221, 183, 98, 80, 221, 183, 98, 128, 221, 183, 98, 128, 221, 183, 98, 128, 221, 183, 98, 112, 221, 183, 98, 64, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 214, 164, 110, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 214, 164, 110, 255, 218, 171, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 220, 175, 111, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 214, 164, 110, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 128, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 215, 166, 110, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 223, 179, 111, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 191, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 218, 171, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 112, 234, 199, 113, 96, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 218, 171, 111, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 215, 166, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 143, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 217, 168, 110, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 191, 0, 0, 0, 0, 234, 199, 113, 96, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 220, 175, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 32, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 225, 184, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 231, 193, 113, 96, 222, 177, 111, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 223, 179, 111, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 217, 168, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 214, 164, 110, 255, 232, 195, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 159, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 218, 171, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 220, 175, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 217, 170, 111, 96, 215, 166, 110, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 223, 179, 111, 255, 215, 166, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 215, 166, 110, 255, 223, 179, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 218, 171, 111, 255, 218, 171, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 217, 168, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 16, 234, 199, 113, 207, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 217, 168, 110, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 224, 182, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 225, 184, 112, 112, 218, 171, 111, 239, 228, 188, 112, 255, 234, 199, 113, 255, 233, 197, 113, 255, 229, 190, 112, 255, 227, 186, 112, 255, 223, 179, 111, 255, 217, 168, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 232, 195, 113, 255, 222, 177, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 218, 171, 111, 255, 214, 164, 110, 255, 215, 166, 110, 255, 214, 164, 110, 255, 218, 171, 111, 255, 219, 173, 111, 255, 219, 173, 111, 255, 219, 173, 111, 255, 230, 192, 112, 255, 225, 184, 112, 255, 214, 164, 110, 255, 223, 180, 111, 175, 234, 199, 113, 112, 234, 199, 113, 64, 234, 199, 113, 64, 234, 199, 113, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 32, 234, 199, 113, 207, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 214, 164, 110, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 32, 218, 171, 111, 159, 215, 166, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 223, 179, 111, 255, 229, 190, 112, 255, 228, 188, 112, 255, 223, 179, 111, 255, 217, 168, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 217, 168, 110, 255, 220, 175, 111, 255, 224, 182, 112, 255, 224, 182, 112, 255, 224, 182, 112, 255, 224, 182, 112, 255, 224, 182, 112, 255, 222, 177, 111, 255, 215, 166, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 215, 166, 110, 255, 215, 166, 110, 239, 214, 164, 110, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 16, 234, 199, 113, 159, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 214, 164, 110, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 229, 190, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 222, 177, 111, 255, 214, 164, 110, 255, 222, 177, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 224, 182, 112, 32, 214, 164, 110, 128, 214, 164, 110, 239, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 223, 214, 164, 110, 175, 214, 164, 110, 128, 214, 164, 110, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 64, 234, 199, 113, 175, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 217, 168, 110, 255, 214, 164, 110, 255, 228, 188, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 219, 173, 111, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 219, 173, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 227, 186, 112, 255, 234, 199, 113, 255, 234, 199, 113, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 164, 110, 96, 214, 164, 110, 175, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 223, 214, 164, 110, 175, 214, 164, 110, 128, 214, 164, 110, 80, 214, 164, 110, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 164, 110, 16, 214, 164, 110, 64, 214, 164, 110, 64, 214, 164, 110, 64, 214, 164, 110, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 32, 234, 199, 113, 143, 234, 199, 113, 239, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 227, 186, 112, 255, 215, 166, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 218, 171, 111, 255, 230, 192, 112, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 233, 197, 113, 255, 228, 188, 112, 255, 219, 173, 111, 255, 214, 164, 110, 255, 219, 173, 111, 255, 227, 186, 112, 255, 233, 197, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 234, 199, 113, 255, 230, 192, 112, 255, 225, 184, 112, 255, 218, 171, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 218, 171, 111, 255, 234, 199, 113, 223, 234, 199, 113, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 164, 110, 64, 214, 164, 110, 112, 214, 164, 110, 128, 214, 164, 110, 143, 214, 164, 110, 143, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 96, 214, 164, 110, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 96, 234, 199, 113, 175, 233, 197, 113, 255, 228, 188, 112, 255, 227, 186, 112, 255, 220, 175, 111, 255, 218, 171, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 223, 179, 111, 255, 233, 197, 113, 255, 234, 199, 113, 255, 227, 186, 112, 255, 220, 175, 111, 255, 219, 173, 111, 255, 218, 171, 111, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 215, 166, 110, 255, 223, 179, 111, 255, 229, 190, 112, 255, 229, 190, 112, 255, 227, 186, 112, 255, 220, 175, 111, 255, 215, 166, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 215, 166, 110, 255, 223, 180, 111, 239, 232, 195, 113, 128, 234, 199, 113, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 234, 199, 113, 64, 234, 199, 113, 128, 232, 195, 113, 128, 222, 177, 111, 128, 214, 164, 110, 143, 214, 164, 110, 207, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 217, 168, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 207, 214, 164, 110, 112, 229, 190, 112, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 214, 164, 110, 32, 214, 164, 110, 64, 214, 164, 110, 64, 214, 164, 110, 80, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 128, 214, 164, 110, 191, 214, 164, 110, 191, 214, 164, 110, 191, 214, 164, 110, 239, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 255, 214, 164, 110, 239, 214, 164, 110, 191, 214, 164, 110, 143, 214, 164, 110, 96, 214, 164, 110, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}]], ["addSource", ["point", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [0, 0]}}]}}]], ["addLayer", [{"id": "points", "type": "symbol", "layout": {"icon-image": "cat", "icon-size": 0.25, "text-field": "I love kitty!", "text-font": ["Open Sans Regular"], "text-offset": [0, 3], "text-anchor": "top"}, "source": "point"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/add_image_generated.html b/maplibre/add_image_generated.html index 868fcb4..ba03373 100644 --- a/maplibre/add_image_generated.html +++ b/maplibre/add_image_generated.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 0], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addImage", ["gradient", {"width": 64, "height": 64, "data": [0, 0, 128, 255, 0, 3, 128, 255, 0, 7, 128, 255, 0, 11, 128, 255, 0, 15, 128, 255, 0, 19, 128, 255, 0, 23, 128, 255, 0, 27, 128, 255, 0, 31, 128, 255, 0, 35, 128, 255, 0, 39, 128, 255, 0, 43, 128, 255, 0, 47, 128, 255, 0, 51, 128, 255, 0, 55, 128, 255, 0, 59, 128, 255, 0, 63, 128, 255, 0, 67, 128, 255, 0, 71, 128, 255, 0, 75, 128, 255, 0, 79, 128, 255, 0, 83, 128, 255, 0, 87, 128, 255, 0, 91, 128, 255, 0, 95, 128, 255, 0, 99, 128, 255, 0, 103, 128, 255, 0, 107, 128, 255, 0, 111, 128, 255, 0, 115, 128, 255, 0, 119, 128, 255, 0, 123, 128, 255, 0, 127, 128, 255, 0, 131, 128, 255, 0, 135, 128, 255, 0, 139, 128, 255, 0, 143, 128, 255, 0, 147, 128, 255, 0, 151, 128, 255, 0, 155, 128, 255, 0, 159, 128, 255, 0, 163, 128, 255, 0, 167, 128, 255, 0, 171, 128, 255, 0, 175, 128, 255, 0, 179, 128, 255, 0, 183, 128, 255, 0, 187, 128, 255, 0, 191, 128, 255, 0, 195, 128, 255, 0, 199, 128, 255, 0, 203, 128, 255, 0, 207, 128, 255, 0, 211, 128, 255, 0, 215, 128, 255, 0, 219, 128, 255, 0, 223, 128, 255, 0, 227, 128, 255, 0, 231, 128, 255, 0, 235, 128, 255, 0, 239, 128, 255, 0, 243, 128, 255, 0, 247, 128, 255, 0, 251, 128, 255, 3, 0, 128, 255, 3, 3, 128, 255, 3, 7, 128, 255, 3, 11, 128, 255, 3, 15, 128, 255, 3, 19, 128, 255, 3, 23, 128, 255, 3, 27, 128, 255, 3, 31, 128, 255, 3, 35, 128, 255, 3, 39, 128, 255, 3, 43, 128, 255, 3, 47, 128, 255, 3, 51, 128, 255, 3, 55, 128, 255, 3, 59, 128, 255, 3, 63, 128, 255, 3, 67, 128, 255, 3, 71, 128, 255, 3, 75, 128, 255, 3, 79, 128, 255, 3, 83, 128, 255, 3, 87, 128, 255, 3, 91, 128, 255, 3, 95, 128, 255, 3, 99, 128, 255, 3, 103, 128, 255, 3, 107, 128, 255, 3, 111, 128, 255, 3, 115, 128, 255, 3, 119, 128, 255, 3, 123, 128, 255, 3, 127, 128, 255, 3, 131, 128, 255, 3, 135, 128, 255, 3, 139, 128, 255, 3, 143, 128, 255, 3, 147, 128, 255, 3, 151, 128, 255, 3, 155, 128, 255, 3, 159, 128, 255, 3, 163, 128, 255, 3, 167, 128, 255, 3, 171, 128, 255, 3, 175, 128, 255, 3, 179, 128, 255, 3, 183, 128, 255, 3, 187, 128, 255, 3, 191, 128, 255, 3, 195, 128, 255, 3, 199, 128, 255, 3, 203, 128, 255, 3, 207, 128, 255, 3, 211, 128, 255, 3, 215, 128, 255, 3, 219, 128, 255, 3, 223, 128, 255, 3, 227, 128, 255, 3, 231, 128, 255, 3, 235, 128, 255, 3, 239, 128, 255, 3, 243, 128, 255, 3, 247, 128, 255, 3, 251, 128, 255, 7, 0, 128, 255, 7, 3, 128, 255, 7, 7, 128, 255, 7, 11, 128, 255, 7, 15, 128, 255, 7, 19, 128, 255, 7, 23, 128, 255, 7, 27, 128, 255, 7, 31, 128, 255, 7, 35, 128, 255, 7, 39, 128, 255, 7, 43, 128, 255, 7, 47, 128, 255, 7, 51, 128, 255, 7, 55, 128, 255, 7, 59, 128, 255, 7, 63, 128, 255, 7, 67, 128, 255, 7, 71, 128, 255, 7, 75, 128, 255, 7, 79, 128, 255, 7, 83, 128, 255, 7, 87, 128, 255, 7, 91, 128, 255, 7, 95, 128, 255, 7, 99, 128, 255, 7, 103, 128, 255, 7, 107, 128, 255, 7, 111, 128, 255, 7, 115, 128, 255, 7, 119, 128, 255, 7, 123, 128, 255, 7, 127, 128, 255, 7, 131, 128, 255, 7, 135, 128, 255, 7, 139, 128, 255, 7, 143, 128, 255, 7, 147, 128, 255, 7, 151, 128, 255, 7, 155, 128, 255, 7, 159, 128, 255, 7, 163, 128, 255, 7, 167, 128, 255, 7, 171, 128, 255, 7, 175, 128, 255, 7, 179, 128, 255, 7, 183, 128, 255, 7, 187, 128, 255, 7, 191, 128, 255, 7, 195, 128, 255, 7, 199, 128, 255, 7, 203, 128, 255, 7, 207, 128, 255, 7, 211, 128, 255, 7, 215, 128, 255, 7, 219, 128, 255, 7, 223, 128, 255, 7, 227, 128, 255, 7, 231, 128, 255, 7, 235, 128, 255, 7, 239, 128, 255, 7, 243, 128, 255, 7, 247, 128, 255, 7, 251, 128, 255, 11, 0, 128, 255, 11, 3, 128, 255, 11, 7, 128, 255, 11, 11, 128, 255, 11, 15, 128, 255, 11, 19, 128, 255, 11, 23, 128, 255, 11, 27, 128, 255, 11, 31, 128, 255, 11, 35, 128, 255, 11, 39, 128, 255, 11, 43, 128, 255, 11, 47, 128, 255, 11, 51, 128, 255, 11, 55, 128, 255, 11, 59, 128, 255, 11, 63, 128, 255, 11, 67, 128, 255, 11, 71, 128, 255, 11, 75, 128, 255, 11, 79, 128, 255, 11, 83, 128, 255, 11, 87, 128, 255, 11, 91, 128, 255, 11, 95, 128, 255, 11, 99, 128, 255, 11, 103, 128, 255, 11, 107, 128, 255, 11, 111, 128, 255, 11, 115, 128, 255, 11, 119, 128, 255, 11, 123, 128, 255, 11, 127, 128, 255, 11, 131, 128, 255, 11, 135, 128, 255, 11, 139, 128, 255, 11, 143, 128, 255, 11, 147, 128, 255, 11, 151, 128, 255, 11, 155, 128, 255, 11, 159, 128, 255, 11, 163, 128, 255, 11, 167, 128, 255, 11, 171, 128, 255, 11, 175, 128, 255, 11, 179, 128, 255, 11, 183, 128, 255, 11, 187, 128, 255, 11, 191, 128, 255, 11, 195, 128, 255, 11, 199, 128, 255, 11, 203, 128, 255, 11, 207, 128, 255, 11, 211, 128, 255, 11, 215, 128, 255, 11, 219, 128, 255, 11, 223, 128, 255, 11, 227, 128, 255, 11, 231, 128, 255, 11, 235, 128, 255, 11, 239, 128, 255, 11, 243, 128, 255, 11, 247, 128, 255, 11, 251, 128, 255, 15, 0, 128, 255, 15, 3, 128, 255, 15, 7, 128, 255, 15, 11, 128, 255, 15, 15, 128, 255, 15, 19, 128, 255, 15, 23, 128, 255, 15, 27, 128, 255, 15, 31, 128, 255, 15, 35, 128, 255, 15, 39, 128, 255, 15, 43, 128, 255, 15, 47, 128, 255, 15, 51, 128, 255, 15, 55, 128, 255, 15, 59, 128, 255, 15, 63, 128, 255, 15, 67, 128, 255, 15, 71, 128, 255, 15, 75, 128, 255, 15, 79, 128, 255, 15, 83, 128, 255, 15, 87, 128, 255, 15, 91, 128, 255, 15, 95, 128, 255, 15, 99, 128, 255, 15, 103, 128, 255, 15, 107, 128, 255, 15, 111, 128, 255, 15, 115, 128, 255, 15, 119, 128, 255, 15, 123, 128, 255, 15, 127, 128, 255, 15, 131, 128, 255, 15, 135, 128, 255, 15, 139, 128, 255, 15, 143, 128, 255, 15, 147, 128, 255, 15, 151, 128, 255, 15, 155, 128, 255, 15, 159, 128, 255, 15, 163, 128, 255, 15, 167, 128, 255, 15, 171, 128, 255, 15, 175, 128, 255, 15, 179, 128, 255, 15, 183, 128, 255, 15, 187, 128, 255, 15, 191, 128, 255, 15, 195, 128, 255, 15, 199, 128, 255, 15, 203, 128, 255, 15, 207, 128, 255, 15, 211, 128, 255, 15, 215, 128, 255, 15, 219, 128, 255, 15, 223, 128, 255, 15, 227, 128, 255, 15, 231, 128, 255, 15, 235, 128, 255, 15, 239, 128, 255, 15, 243, 128, 255, 15, 247, 128, 255, 15, 251, 128, 255, 19, 0, 128, 255, 19, 3, 128, 255, 19, 7, 128, 255, 19, 11, 128, 255, 19, 15, 128, 255, 19, 19, 128, 255, 19, 23, 128, 255, 19, 27, 128, 255, 19, 31, 128, 255, 19, 35, 128, 255, 19, 39, 128, 255, 19, 43, 128, 255, 19, 47, 128, 255, 19, 51, 128, 255, 19, 55, 128, 255, 19, 59, 128, 255, 19, 63, 128, 255, 19, 67, 128, 255, 19, 71, 128, 255, 19, 75, 128, 255, 19, 79, 128, 255, 19, 83, 128, 255, 19, 87, 128, 255, 19, 91, 128, 255, 19, 95, 128, 255, 19, 99, 128, 255, 19, 103, 128, 255, 19, 107, 128, 255, 19, 111, 128, 255, 19, 115, 128, 255, 19, 119, 128, 255, 19, 123, 128, 255, 19, 127, 128, 255, 19, 131, 128, 255, 19, 135, 128, 255, 19, 139, 128, 255, 19, 143, 128, 255, 19, 147, 128, 255, 19, 151, 128, 255, 19, 155, 128, 255, 19, 159, 128, 255, 19, 163, 128, 255, 19, 167, 128, 255, 19, 171, 128, 255, 19, 175, 128, 255, 19, 179, 128, 255, 19, 183, 128, 255, 19, 187, 128, 255, 19, 191, 128, 255, 19, 195, 128, 255, 19, 199, 128, 255, 19, 203, 128, 255, 19, 207, 128, 255, 19, 211, 128, 255, 19, 215, 128, 255, 19, 219, 128, 255, 19, 223, 128, 255, 19, 227, 128, 255, 19, 231, 128, 255, 19, 235, 128, 255, 19, 239, 128, 255, 19, 243, 128, 255, 19, 247, 128, 255, 19, 251, 128, 255, 23, 0, 128, 255, 23, 3, 128, 255, 23, 7, 128, 255, 23, 11, 128, 255, 23, 15, 128, 255, 23, 19, 128, 255, 23, 23, 128, 255, 23, 27, 128, 255, 23, 31, 128, 255, 23, 35, 128, 255, 23, 39, 128, 255, 23, 43, 128, 255, 23, 47, 128, 255, 23, 51, 128, 255, 23, 55, 128, 255, 23, 59, 128, 255, 23, 63, 128, 255, 23, 67, 128, 255, 23, 71, 128, 255, 23, 75, 128, 255, 23, 79, 128, 255, 23, 83, 128, 255, 23, 87, 128, 255, 23, 91, 128, 255, 23, 95, 128, 255, 23, 99, 128, 255, 23, 103, 128, 255, 23, 107, 128, 255, 23, 111, 128, 255, 23, 115, 128, 255, 23, 119, 128, 255, 23, 123, 128, 255, 23, 127, 128, 255, 23, 131, 128, 255, 23, 135, 128, 255, 23, 139, 128, 255, 23, 143, 128, 255, 23, 147, 128, 255, 23, 151, 128, 255, 23, 155, 128, 255, 23, 159, 128, 255, 23, 163, 128, 255, 23, 167, 128, 255, 23, 171, 128, 255, 23, 175, 128, 255, 23, 179, 128, 255, 23, 183, 128, 255, 23, 187, 128, 255, 23, 191, 128, 255, 23, 195, 128, 255, 23, 199, 128, 255, 23, 203, 128, 255, 23, 207, 128, 255, 23, 211, 128, 255, 23, 215, 128, 255, 23, 219, 128, 255, 23, 223, 128, 255, 23, 227, 128, 255, 23, 231, 128, 255, 23, 235, 128, 255, 23, 239, 128, 255, 23, 243, 128, 255, 23, 247, 128, 255, 23, 251, 128, 255, 27, 0, 128, 255, 27, 3, 128, 255, 27, 7, 128, 255, 27, 11, 128, 255, 27, 15, 128, 255, 27, 19, 128, 255, 27, 23, 128, 255, 27, 27, 128, 255, 27, 31, 128, 255, 27, 35, 128, 255, 27, 39, 128, 255, 27, 43, 128, 255, 27, 47, 128, 255, 27, 51, 128, 255, 27, 55, 128, 255, 27, 59, 128, 255, 27, 63, 128, 255, 27, 67, 128, 255, 27, 71, 128, 255, 27, 75, 128, 255, 27, 79, 128, 255, 27, 83, 128, 255, 27, 87, 128, 255, 27, 91, 128, 255, 27, 95, 128, 255, 27, 99, 128, 255, 27, 103, 128, 255, 27, 107, 128, 255, 27, 111, 128, 255, 27, 115, 128, 255, 27, 119, 128, 255, 27, 123, 128, 255, 27, 127, 128, 255, 27, 131, 128, 255, 27, 135, 128, 255, 27, 139, 128, 255, 27, 143, 128, 255, 27, 147, 128, 255, 27, 151, 128, 255, 27, 155, 128, 255, 27, 159, 128, 255, 27, 163, 128, 255, 27, 167, 128, 255, 27, 171, 128, 255, 27, 175, 128, 255, 27, 179, 128, 255, 27, 183, 128, 255, 27, 187, 128, 255, 27, 191, 128, 255, 27, 195, 128, 255, 27, 199, 128, 255, 27, 203, 128, 255, 27, 207, 128, 255, 27, 211, 128, 255, 27, 215, 128, 255, 27, 219, 128, 255, 27, 223, 128, 255, 27, 227, 128, 255, 27, 231, 128, 255, 27, 235, 128, 255, 27, 239, 128, 255, 27, 243, 128, 255, 27, 247, 128, 255, 27, 251, 128, 255, 31, 0, 128, 255, 31, 3, 128, 255, 31, 7, 128, 255, 31, 11, 128, 255, 31, 15, 128, 255, 31, 19, 128, 255, 31, 23, 128, 255, 31, 27, 128, 255, 31, 31, 128, 255, 31, 35, 128, 255, 31, 39, 128, 255, 31, 43, 128, 255, 31, 47, 128, 255, 31, 51, 128, 255, 31, 55, 128, 255, 31, 59, 128, 255, 31, 63, 128, 255, 31, 67, 128, 255, 31, 71, 128, 255, 31, 75, 128, 255, 31, 79, 128, 255, 31, 83, 128, 255, 31, 87, 128, 255, 31, 91, 128, 255, 31, 95, 128, 255, 31, 99, 128, 255, 31, 103, 128, 255, 31, 107, 128, 255, 31, 111, 128, 255, 31, 115, 128, 255, 31, 119, 128, 255, 31, 123, 128, 255, 31, 127, 128, 255, 31, 131, 128, 255, 31, 135, 128, 255, 31, 139, 128, 255, 31, 143, 128, 255, 31, 147, 128, 255, 31, 151, 128, 255, 31, 155, 128, 255, 31, 159, 128, 255, 31, 163, 128, 255, 31, 167, 128, 255, 31, 171, 128, 255, 31, 175, 128, 255, 31, 179, 128, 255, 31, 183, 128, 255, 31, 187, 128, 255, 31, 191, 128, 255, 31, 195, 128, 255, 31, 199, 128, 255, 31, 203, 128, 255, 31, 207, 128, 255, 31, 211, 128, 255, 31, 215, 128, 255, 31, 219, 128, 255, 31, 223, 128, 255, 31, 227, 128, 255, 31, 231, 128, 255, 31, 235, 128, 255, 31, 239, 128, 255, 31, 243, 128, 255, 31, 247, 128, 255, 31, 251, 128, 255, 35, 0, 128, 255, 35, 3, 128, 255, 35, 7, 128, 255, 35, 11, 128, 255, 35, 15, 128, 255, 35, 19, 128, 255, 35, 23, 128, 255, 35, 27, 128, 255, 35, 31, 128, 255, 35, 35, 128, 255, 35, 39, 128, 255, 35, 43, 128, 255, 35, 47, 128, 255, 35, 51, 128, 255, 35, 55, 128, 255, 35, 59, 128, 255, 35, 63, 128, 255, 35, 67, 128, 255, 35, 71, 128, 255, 35, 75, 128, 255, 35, 79, 128, 255, 35, 83, 128, 255, 35, 87, 128, 255, 35, 91, 128, 255, 35, 95, 128, 255, 35, 99, 128, 255, 35, 103, 128, 255, 35, 107, 128, 255, 35, 111, 128, 255, 35, 115, 128, 255, 35, 119, 128, 255, 35, 123, 128, 255, 35, 127, 128, 255, 35, 131, 128, 255, 35, 135, 128, 255, 35, 139, 128, 255, 35, 143, 128, 255, 35, 147, 128, 255, 35, 151, 128, 255, 35, 155, 128, 255, 35, 159, 128, 255, 35, 163, 128, 255, 35, 167, 128, 255, 35, 171, 128, 255, 35, 175, 128, 255, 35, 179, 128, 255, 35, 183, 128, 255, 35, 187, 128, 255, 35, 191, 128, 255, 35, 195, 128, 255, 35, 199, 128, 255, 35, 203, 128, 255, 35, 207, 128, 255, 35, 211, 128, 255, 35, 215, 128, 255, 35, 219, 128, 255, 35, 223, 128, 255, 35, 227, 128, 255, 35, 231, 128, 255, 35, 235, 128, 255, 35, 239, 128, 255, 35, 243, 128, 255, 35, 247, 128, 255, 35, 251, 128, 255, 39, 0, 128, 255, 39, 3, 128, 255, 39, 7, 128, 255, 39, 11, 128, 255, 39, 15, 128, 255, 39, 19, 128, 255, 39, 23, 128, 255, 39, 27, 128, 255, 39, 31, 128, 255, 39, 35, 128, 255, 39, 39, 128, 255, 39, 43, 128, 255, 39, 47, 128, 255, 39, 51, 128, 255, 39, 55, 128, 255, 39, 59, 128, 255, 39, 63, 128, 255, 39, 67, 128, 255, 39, 71, 128, 255, 39, 75, 128, 255, 39, 79, 128, 255, 39, 83, 128, 255, 39, 87, 128, 255, 39, 91, 128, 255, 39, 95, 128, 255, 39, 99, 128, 255, 39, 103, 128, 255, 39, 107, 128, 255, 39, 111, 128, 255, 39, 115, 128, 255, 39, 119, 128, 255, 39, 123, 128, 255, 39, 127, 128, 255, 39, 131, 128, 255, 39, 135, 128, 255, 39, 139, 128, 255, 39, 143, 128, 255, 39, 147, 128, 255, 39, 151, 128, 255, 39, 155, 128, 255, 39, 159, 128, 255, 39, 163, 128, 255, 39, 167, 128, 255, 39, 171, 128, 255, 39, 175, 128, 255, 39, 179, 128, 255, 39, 183, 128, 255, 39, 187, 128, 255, 39, 191, 128, 255, 39, 195, 128, 255, 39, 199, 128, 255, 39, 203, 128, 255, 39, 207, 128, 255, 39, 211, 128, 255, 39, 215, 128, 255, 39, 219, 128, 255, 39, 223, 128, 255, 39, 227, 128, 255, 39, 231, 128, 255, 39, 235, 128, 255, 39, 239, 128, 255, 39, 243, 128, 255, 39, 247, 128, 255, 39, 251, 128, 255, 43, 0, 128, 255, 43, 3, 128, 255, 43, 7, 128, 255, 43, 11, 128, 255, 43, 15, 128, 255, 43, 19, 128, 255, 43, 23, 128, 255, 43, 27, 128, 255, 43, 31, 128, 255, 43, 35, 128, 255, 43, 39, 128, 255, 43, 43, 128, 255, 43, 47, 128, 255, 43, 51, 128, 255, 43, 55, 128, 255, 43, 59, 128, 255, 43, 63, 128, 255, 43, 67, 128, 255, 43, 71, 128, 255, 43, 75, 128, 255, 43, 79, 128, 255, 43, 83, 128, 255, 43, 87, 128, 255, 43, 91, 128, 255, 43, 95, 128, 255, 43, 99, 128, 255, 43, 103, 128, 255, 43, 107, 128, 255, 43, 111, 128, 255, 43, 115, 128, 255, 43, 119, 128, 255, 43, 123, 128, 255, 43, 127, 128, 255, 43, 131, 128, 255, 43, 135, 128, 255, 43, 139, 128, 255, 43, 143, 128, 255, 43, 147, 128, 255, 43, 151, 128, 255, 43, 155, 128, 255, 43, 159, 128, 255, 43, 163, 128, 255, 43, 167, 128, 255, 43, 171, 128, 255, 43, 175, 128, 255, 43, 179, 128, 255, 43, 183, 128, 255, 43, 187, 128, 255, 43, 191, 128, 255, 43, 195, 128, 255, 43, 199, 128, 255, 43, 203, 128, 255, 43, 207, 128, 255, 43, 211, 128, 255, 43, 215, 128, 255, 43, 219, 128, 255, 43, 223, 128, 255, 43, 227, 128, 255, 43, 231, 128, 255, 43, 235, 128, 255, 43, 239, 128, 255, 43, 243, 128, 255, 43, 247, 128, 255, 43, 251, 128, 255, 47, 0, 128, 255, 47, 3, 128, 255, 47, 7, 128, 255, 47, 11, 128, 255, 47, 15, 128, 255, 47, 19, 128, 255, 47, 23, 128, 255, 47, 27, 128, 255, 47, 31, 128, 255, 47, 35, 128, 255, 47, 39, 128, 255, 47, 43, 128, 255, 47, 47, 128, 255, 47, 51, 128, 255, 47, 55, 128, 255, 47, 59, 128, 255, 47, 63, 128, 255, 47, 67, 128, 255, 47, 71, 128, 255, 47, 75, 128, 255, 47, 79, 128, 255, 47, 83, 128, 255, 47, 87, 128, 255, 47, 91, 128, 255, 47, 95, 128, 255, 47, 99, 128, 255, 47, 103, 128, 255, 47, 107, 128, 255, 47, 111, 128, 255, 47, 115, 128, 255, 47, 119, 128, 255, 47, 123, 128, 255, 47, 127, 128, 255, 47, 131, 128, 255, 47, 135, 128, 255, 47, 139, 128, 255, 47, 143, 128, 255, 47, 147, 128, 255, 47, 151, 128, 255, 47, 155, 128, 255, 47, 159, 128, 255, 47, 163, 128, 255, 47, 167, 128, 255, 47, 171, 128, 255, 47, 175, 128, 255, 47, 179, 128, 255, 47, 183, 128, 255, 47, 187, 128, 255, 47, 191, 128, 255, 47, 195, 128, 255, 47, 199, 128, 255, 47, 203, 128, 255, 47, 207, 128, 255, 47, 211, 128, 255, 47, 215, 128, 255, 47, 219, 128, 255, 47, 223, 128, 255, 47, 227, 128, 255, 47, 231, 128, 255, 47, 235, 128, 255, 47, 239, 128, 255, 47, 243, 128, 255, 47, 247, 128, 255, 47, 251, 128, 255, 51, 0, 128, 255, 51, 3, 128, 255, 51, 7, 128, 255, 51, 11, 128, 255, 51, 15, 128, 255, 51, 19, 128, 255, 51, 23, 128, 255, 51, 27, 128, 255, 51, 31, 128, 255, 51, 35, 128, 255, 51, 39, 128, 255, 51, 43, 128, 255, 51, 47, 128, 255, 51, 51, 128, 255, 51, 55, 128, 255, 51, 59, 128, 255, 51, 63, 128, 255, 51, 67, 128, 255, 51, 71, 128, 255, 51, 75, 128, 255, 51, 79, 128, 255, 51, 83, 128, 255, 51, 87, 128, 255, 51, 91, 128, 255, 51, 95, 128, 255, 51, 99, 128, 255, 51, 103, 128, 255, 51, 107, 128, 255, 51, 111, 128, 255, 51, 115, 128, 255, 51, 119, 128, 255, 51, 123, 128, 255, 51, 127, 128, 255, 51, 131, 128, 255, 51, 135, 128, 255, 51, 139, 128, 255, 51, 143, 128, 255, 51, 147, 128, 255, 51, 151, 128, 255, 51, 155, 128, 255, 51, 159, 128, 255, 51, 163, 128, 255, 51, 167, 128, 255, 51, 171, 128, 255, 51, 175, 128, 255, 51, 179, 128, 255, 51, 183, 128, 255, 51, 187, 128, 255, 51, 191, 128, 255, 51, 195, 128, 255, 51, 199, 128, 255, 51, 203, 128, 255, 51, 207, 128, 255, 51, 211, 128, 255, 51, 215, 128, 255, 51, 219, 128, 255, 51, 223, 128, 255, 51, 227, 128, 255, 51, 231, 128, 255, 51, 235, 128, 255, 51, 239, 128, 255, 51, 243, 128, 255, 51, 247, 128, 255, 51, 251, 128, 255, 55, 0, 128, 255, 55, 3, 128, 255, 55, 7, 128, 255, 55, 11, 128, 255, 55, 15, 128, 255, 55, 19, 128, 255, 55, 23, 128, 255, 55, 27, 128, 255, 55, 31, 128, 255, 55, 35, 128, 255, 55, 39, 128, 255, 55, 43, 128, 255, 55, 47, 128, 255, 55, 51, 128, 255, 55, 55, 128, 255, 55, 59, 128, 255, 55, 63, 128, 255, 55, 67, 128, 255, 55, 71, 128, 255, 55, 75, 128, 255, 55, 79, 128, 255, 55, 83, 128, 255, 55, 87, 128, 255, 55, 91, 128, 255, 55, 95, 128, 255, 55, 99, 128, 255, 55, 103, 128, 255, 55, 107, 128, 255, 55, 111, 128, 255, 55, 115, 128, 255, 55, 119, 128, 255, 55, 123, 128, 255, 55, 127, 128, 255, 55, 131, 128, 255, 55, 135, 128, 255, 55, 139, 128, 255, 55, 143, 128, 255, 55, 147, 128, 255, 55, 151, 128, 255, 55, 155, 128, 255, 55, 159, 128, 255, 55, 163, 128, 255, 55, 167, 128, 255, 55, 171, 128, 255, 55, 175, 128, 255, 55, 179, 128, 255, 55, 183, 128, 255, 55, 187, 128, 255, 55, 191, 128, 255, 55, 195, 128, 255, 55, 199, 128, 255, 55, 203, 128, 255, 55, 207, 128, 255, 55, 211, 128, 255, 55, 215, 128, 255, 55, 219, 128, 255, 55, 223, 128, 255, 55, 227, 128, 255, 55, 231, 128, 255, 55, 235, 128, 255, 55, 239, 128, 255, 55, 243, 128, 255, 55, 247, 128, 255, 55, 251, 128, 255, 59, 0, 128, 255, 59, 3, 128, 255, 59, 7, 128, 255, 59, 11, 128, 255, 59, 15, 128, 255, 59, 19, 128, 255, 59, 23, 128, 255, 59, 27, 128, 255, 59, 31, 128, 255, 59, 35, 128, 255, 59, 39, 128, 255, 59, 43, 128, 255, 59, 47, 128, 255, 59, 51, 128, 255, 59, 55, 128, 255, 59, 59, 128, 255, 59, 63, 128, 255, 59, 67, 128, 255, 59, 71, 128, 255, 59, 75, 128, 255, 59, 79, 128, 255, 59, 83, 128, 255, 59, 87, 128, 255, 59, 91, 128, 255, 59, 95, 128, 255, 59, 99, 128, 255, 59, 103, 128, 255, 59, 107, 128, 255, 59, 111, 128, 255, 59, 115, 128, 255, 59, 119, 128, 255, 59, 123, 128, 255, 59, 127, 128, 255, 59, 131, 128, 255, 59, 135, 128, 255, 59, 139, 128, 255, 59, 143, 128, 255, 59, 147, 128, 255, 59, 151, 128, 255, 59, 155, 128, 255, 59, 159, 128, 255, 59, 163, 128, 255, 59, 167, 128, 255, 59, 171, 128, 255, 59, 175, 128, 255, 59, 179, 128, 255, 59, 183, 128, 255, 59, 187, 128, 255, 59, 191, 128, 255, 59, 195, 128, 255, 59, 199, 128, 255, 59, 203, 128, 255, 59, 207, 128, 255, 59, 211, 128, 255, 59, 215, 128, 255, 59, 219, 128, 255, 59, 223, 128, 255, 59, 227, 128, 255, 59, 231, 128, 255, 59, 235, 128, 255, 59, 239, 128, 255, 59, 243, 128, 255, 59, 247, 128, 255, 59, 251, 128, 255, 63, 0, 128, 255, 63, 3, 128, 255, 63, 7, 128, 255, 63, 11, 128, 255, 63, 15, 128, 255, 63, 19, 128, 255, 63, 23, 128, 255, 63, 27, 128, 255, 63, 31, 128, 255, 63, 35, 128, 255, 63, 39, 128, 255, 63, 43, 128, 255, 63, 47, 128, 255, 63, 51, 128, 255, 63, 55, 128, 255, 63, 59, 128, 255, 63, 63, 128, 255, 63, 67, 128, 255, 63, 71, 128, 255, 63, 75, 128, 255, 63, 79, 128, 255, 63, 83, 128, 255, 63, 87, 128, 255, 63, 91, 128, 255, 63, 95, 128, 255, 63, 99, 128, 255, 63, 103, 128, 255, 63, 107, 128, 255, 63, 111, 128, 255, 63, 115, 128, 255, 63, 119, 128, 255, 63, 123, 128, 255, 63, 127, 128, 255, 63, 131, 128, 255, 63, 135, 128, 255, 63, 139, 128, 255, 63, 143, 128, 255, 63, 147, 128, 255, 63, 151, 128, 255, 63, 155, 128, 255, 63, 159, 128, 255, 63, 163, 128, 255, 63, 167, 128, 255, 63, 171, 128, 255, 63, 175, 128, 255, 63, 179, 128, 255, 63, 183, 128, 255, 63, 187, 128, 255, 63, 191, 128, 255, 63, 195, 128, 255, 63, 199, 128, 255, 63, 203, 128, 255, 63, 207, 128, 255, 63, 211, 128, 255, 63, 215, 128, 255, 63, 219, 128, 255, 63, 223, 128, 255, 63, 227, 128, 255, 63, 231, 128, 255, 63, 235, 128, 255, 63, 239, 128, 255, 63, 243, 128, 255, 63, 247, 128, 255, 63, 251, 128, 255, 67, 0, 128, 255, 67, 3, 128, 255, 67, 7, 128, 255, 67, 11, 128, 255, 67, 15, 128, 255, 67, 19, 128, 255, 67, 23, 128, 255, 67, 27, 128, 255, 67, 31, 128, 255, 67, 35, 128, 255, 67, 39, 128, 255, 67, 43, 128, 255, 67, 47, 128, 255, 67, 51, 128, 255, 67, 55, 128, 255, 67, 59, 128, 255, 67, 63, 128, 255, 67, 67, 128, 255, 67, 71, 128, 255, 67, 75, 128, 255, 67, 79, 128, 255, 67, 83, 128, 255, 67, 87, 128, 255, 67, 91, 128, 255, 67, 95, 128, 255, 67, 99, 128, 255, 67, 103, 128, 255, 67, 107, 128, 255, 67, 111, 128, 255, 67, 115, 128, 255, 67, 119, 128, 255, 67, 123, 128, 255, 67, 127, 128, 255, 67, 131, 128, 255, 67, 135, 128, 255, 67, 139, 128, 255, 67, 143, 128, 255, 67, 147, 128, 255, 67, 151, 128, 255, 67, 155, 128, 255, 67, 159, 128, 255, 67, 163, 128, 255, 67, 167, 128, 255, 67, 171, 128, 255, 67, 175, 128, 255, 67, 179, 128, 255, 67, 183, 128, 255, 67, 187, 128, 255, 67, 191, 128, 255, 67, 195, 128, 255, 67, 199, 128, 255, 67, 203, 128, 255, 67, 207, 128, 255, 67, 211, 128, 255, 67, 215, 128, 255, 67, 219, 128, 255, 67, 223, 128, 255, 67, 227, 128, 255, 67, 231, 128, 255, 67, 235, 128, 255, 67, 239, 128, 255, 67, 243, 128, 255, 67, 247, 128, 255, 67, 251, 128, 255, 71, 0, 128, 255, 71, 3, 128, 255, 71, 7, 128, 255, 71, 11, 128, 255, 71, 15, 128, 255, 71, 19, 128, 255, 71, 23, 128, 255, 71, 27, 128, 255, 71, 31, 128, 255, 71, 35, 128, 255, 71, 39, 128, 255, 71, 43, 128, 255, 71, 47, 128, 255, 71, 51, 128, 255, 71, 55, 128, 255, 71, 59, 128, 255, 71, 63, 128, 255, 71, 67, 128, 255, 71, 71, 128, 255, 71, 75, 128, 255, 71, 79, 128, 255, 71, 83, 128, 255, 71, 87, 128, 255, 71, 91, 128, 255, 71, 95, 128, 255, 71, 99, 128, 255, 71, 103, 128, 255, 71, 107, 128, 255, 71, 111, 128, 255, 71, 115, 128, 255, 71, 119, 128, 255, 71, 123, 128, 255, 71, 127, 128, 255, 71, 131, 128, 255, 71, 135, 128, 255, 71, 139, 128, 255, 71, 143, 128, 255, 71, 147, 128, 255, 71, 151, 128, 255, 71, 155, 128, 255, 71, 159, 128, 255, 71, 163, 128, 255, 71, 167, 128, 255, 71, 171, 128, 255, 71, 175, 128, 255, 71, 179, 128, 255, 71, 183, 128, 255, 71, 187, 128, 255, 71, 191, 128, 255, 71, 195, 128, 255, 71, 199, 128, 255, 71, 203, 128, 255, 71, 207, 128, 255, 71, 211, 128, 255, 71, 215, 128, 255, 71, 219, 128, 255, 71, 223, 128, 255, 71, 227, 128, 255, 71, 231, 128, 255, 71, 235, 128, 255, 71, 239, 128, 255, 71, 243, 128, 255, 71, 247, 128, 255, 71, 251, 128, 255, 75, 0, 128, 255, 75, 3, 128, 255, 75, 7, 128, 255, 75, 11, 128, 255, 75, 15, 128, 255, 75, 19, 128, 255, 75, 23, 128, 255, 75, 27, 128, 255, 75, 31, 128, 255, 75, 35, 128, 255, 75, 39, 128, 255, 75, 43, 128, 255, 75, 47, 128, 255, 75, 51, 128, 255, 75, 55, 128, 255, 75, 59, 128, 255, 75, 63, 128, 255, 75, 67, 128, 255, 75, 71, 128, 255, 75, 75, 128, 255, 75, 79, 128, 255, 75, 83, 128, 255, 75, 87, 128, 255, 75, 91, 128, 255, 75, 95, 128, 255, 75, 99, 128, 255, 75, 103, 128, 255, 75, 107, 128, 255, 75, 111, 128, 255, 75, 115, 128, 255, 75, 119, 128, 255, 75, 123, 128, 255, 75, 127, 128, 255, 75, 131, 128, 255, 75, 135, 128, 255, 75, 139, 128, 255, 75, 143, 128, 255, 75, 147, 128, 255, 75, 151, 128, 255, 75, 155, 128, 255, 75, 159, 128, 255, 75, 163, 128, 255, 75, 167, 128, 255, 75, 171, 128, 255, 75, 175, 128, 255, 75, 179, 128, 255, 75, 183, 128, 255, 75, 187, 128, 255, 75, 191, 128, 255, 75, 195, 128, 255, 75, 199, 128, 255, 75, 203, 128, 255, 75, 207, 128, 255, 75, 211, 128, 255, 75, 215, 128, 255, 75, 219, 128, 255, 75, 223, 128, 255, 75, 227, 128, 255, 75, 231, 128, 255, 75, 235, 128, 255, 75, 239, 128, 255, 75, 243, 128, 255, 75, 247, 128, 255, 75, 251, 128, 255, 79, 0, 128, 255, 79, 3, 128, 255, 79, 7, 128, 255, 79, 11, 128, 255, 79, 15, 128, 255, 79, 19, 128, 255, 79, 23, 128, 255, 79, 27, 128, 255, 79, 31, 128, 255, 79, 35, 128, 255, 79, 39, 128, 255, 79, 43, 128, 255, 79, 47, 128, 255, 79, 51, 128, 255, 79, 55, 128, 255, 79, 59, 128, 255, 79, 63, 128, 255, 79, 67, 128, 255, 79, 71, 128, 255, 79, 75, 128, 255, 79, 79, 128, 255, 79, 83, 128, 255, 79, 87, 128, 255, 79, 91, 128, 255, 79, 95, 128, 255, 79, 99, 128, 255, 79, 103, 128, 255, 79, 107, 128, 255, 79, 111, 128, 255, 79, 115, 128, 255, 79, 119, 128, 255, 79, 123, 128, 255, 79, 127, 128, 255, 79, 131, 128, 255, 79, 135, 128, 255, 79, 139, 128, 255, 79, 143, 128, 255, 79, 147, 128, 255, 79, 151, 128, 255, 79, 155, 128, 255, 79, 159, 128, 255, 79, 163, 128, 255, 79, 167, 128, 255, 79, 171, 128, 255, 79, 175, 128, 255, 79, 179, 128, 255, 79, 183, 128, 255, 79, 187, 128, 255, 79, 191, 128, 255, 79, 195, 128, 255, 79, 199, 128, 255, 79, 203, 128, 255, 79, 207, 128, 255, 79, 211, 128, 255, 79, 215, 128, 255, 79, 219, 128, 255, 79, 223, 128, 255, 79, 227, 128, 255, 79, 231, 128, 255, 79, 235, 128, 255, 79, 239, 128, 255, 79, 243, 128, 255, 79, 247, 128, 255, 79, 251, 128, 255, 83, 0, 128, 255, 83, 3, 128, 255, 83, 7, 128, 255, 83, 11, 128, 255, 83, 15, 128, 255, 83, 19, 128, 255, 83, 23, 128, 255, 83, 27, 128, 255, 83, 31, 128, 255, 83, 35, 128, 255, 83, 39, 128, 255, 83, 43, 128, 255, 83, 47, 128, 255, 83, 51, 128, 255, 83, 55, 128, 255, 83, 59, 128, 255, 83, 63, 128, 255, 83, 67, 128, 255, 83, 71, 128, 255, 83, 75, 128, 255, 83, 79, 128, 255, 83, 83, 128, 255, 83, 87, 128, 255, 83, 91, 128, 255, 83, 95, 128, 255, 83, 99, 128, 255, 83, 103, 128, 255, 83, 107, 128, 255, 83, 111, 128, 255, 83, 115, 128, 255, 83, 119, 128, 255, 83, 123, 128, 255, 83, 127, 128, 255, 83, 131, 128, 255, 83, 135, 128, 255, 83, 139, 128, 255, 83, 143, 128, 255, 83, 147, 128, 255, 83, 151, 128, 255, 83, 155, 128, 255, 83, 159, 128, 255, 83, 163, 128, 255, 83, 167, 128, 255, 83, 171, 128, 255, 83, 175, 128, 255, 83, 179, 128, 255, 83, 183, 128, 255, 83, 187, 128, 255, 83, 191, 128, 255, 83, 195, 128, 255, 83, 199, 128, 255, 83, 203, 128, 255, 83, 207, 128, 255, 83, 211, 128, 255, 83, 215, 128, 255, 83, 219, 128, 255, 83, 223, 128, 255, 83, 227, 128, 255, 83, 231, 128, 255, 83, 235, 128, 255, 83, 239, 128, 255, 83, 243, 128, 255, 83, 247, 128, 255, 83, 251, 128, 255, 87, 0, 128, 255, 87, 3, 128, 255, 87, 7, 128, 255, 87, 11, 128, 255, 87, 15, 128, 255, 87, 19, 128, 255, 87, 23, 128, 255, 87, 27, 128, 255, 87, 31, 128, 255, 87, 35, 128, 255, 87, 39, 128, 255, 87, 43, 128, 255, 87, 47, 128, 255, 87, 51, 128, 255, 87, 55, 128, 255, 87, 59, 128, 255, 87, 63, 128, 255, 87, 67, 128, 255, 87, 71, 128, 255, 87, 75, 128, 255, 87, 79, 128, 255, 87, 83, 128, 255, 87, 87, 128, 255, 87, 91, 128, 255, 87, 95, 128, 255, 87, 99, 128, 255, 87, 103, 128, 255, 87, 107, 128, 255, 87, 111, 128, 255, 87, 115, 128, 255, 87, 119, 128, 255, 87, 123, 128, 255, 87, 127, 128, 255, 87, 131, 128, 255, 87, 135, 128, 255, 87, 139, 128, 255, 87, 143, 128, 255, 87, 147, 128, 255, 87, 151, 128, 255, 87, 155, 128, 255, 87, 159, 128, 255, 87, 163, 128, 255, 87, 167, 128, 255, 87, 171, 128, 255, 87, 175, 128, 255, 87, 179, 128, 255, 87, 183, 128, 255, 87, 187, 128, 255, 87, 191, 128, 255, 87, 195, 128, 255, 87, 199, 128, 255, 87, 203, 128, 255, 87, 207, 128, 255, 87, 211, 128, 255, 87, 215, 128, 255, 87, 219, 128, 255, 87, 223, 128, 255, 87, 227, 128, 255, 87, 231, 128, 255, 87, 235, 128, 255, 87, 239, 128, 255, 87, 243, 128, 255, 87, 247, 128, 255, 87, 251, 128, 255, 91, 0, 128, 255, 91, 3, 128, 255, 91, 7, 128, 255, 91, 11, 128, 255, 91, 15, 128, 255, 91, 19, 128, 255, 91, 23, 128, 255, 91, 27, 128, 255, 91, 31, 128, 255, 91, 35, 128, 255, 91, 39, 128, 255, 91, 43, 128, 255, 91, 47, 128, 255, 91, 51, 128, 255, 91, 55, 128, 255, 91, 59, 128, 255, 91, 63, 128, 255, 91, 67, 128, 255, 91, 71, 128, 255, 91, 75, 128, 255, 91, 79, 128, 255, 91, 83, 128, 255, 91, 87, 128, 255, 91, 91, 128, 255, 91, 95, 128, 255, 91, 99, 128, 255, 91, 103, 128, 255, 91, 107, 128, 255, 91, 111, 128, 255, 91, 115, 128, 255, 91, 119, 128, 255, 91, 123, 128, 255, 91, 127, 128, 255, 91, 131, 128, 255, 91, 135, 128, 255, 91, 139, 128, 255, 91, 143, 128, 255, 91, 147, 128, 255, 91, 151, 128, 255, 91, 155, 128, 255, 91, 159, 128, 255, 91, 163, 128, 255, 91, 167, 128, 255, 91, 171, 128, 255, 91, 175, 128, 255, 91, 179, 128, 255, 91, 183, 128, 255, 91, 187, 128, 255, 91, 191, 128, 255, 91, 195, 128, 255, 91, 199, 128, 255, 91, 203, 128, 255, 91, 207, 128, 255, 91, 211, 128, 255, 91, 215, 128, 255, 91, 219, 128, 255, 91, 223, 128, 255, 91, 227, 128, 255, 91, 231, 128, 255, 91, 235, 128, 255, 91, 239, 128, 255, 91, 243, 128, 255, 91, 247, 128, 255, 91, 251, 128, 255, 95, 0, 128, 255, 95, 3, 128, 255, 95, 7, 128, 255, 95, 11, 128, 255, 95, 15, 128, 255, 95, 19, 128, 255, 95, 23, 128, 255, 95, 27, 128, 255, 95, 31, 128, 255, 95, 35, 128, 255, 95, 39, 128, 255, 95, 43, 128, 255, 95, 47, 128, 255, 95, 51, 128, 255, 95, 55, 128, 255, 95, 59, 128, 255, 95, 63, 128, 255, 95, 67, 128, 255, 95, 71, 128, 255, 95, 75, 128, 255, 95, 79, 128, 255, 95, 83, 128, 255, 95, 87, 128, 255, 95, 91, 128, 255, 95, 95, 128, 255, 95, 99, 128, 255, 95, 103, 128, 255, 95, 107, 128, 255, 95, 111, 128, 255, 95, 115, 128, 255, 95, 119, 128, 255, 95, 123, 128, 255, 95, 127, 128, 255, 95, 131, 128, 255, 95, 135, 128, 255, 95, 139, 128, 255, 95, 143, 128, 255, 95, 147, 128, 255, 95, 151, 128, 255, 95, 155, 128, 255, 95, 159, 128, 255, 95, 163, 128, 255, 95, 167, 128, 255, 95, 171, 128, 255, 95, 175, 128, 255, 95, 179, 128, 255, 95, 183, 128, 255, 95, 187, 128, 255, 95, 191, 128, 255, 95, 195, 128, 255, 95, 199, 128, 255, 95, 203, 128, 255, 95, 207, 128, 255, 95, 211, 128, 255, 95, 215, 128, 255, 95, 219, 128, 255, 95, 223, 128, 255, 95, 227, 128, 255, 95, 231, 128, 255, 95, 235, 128, 255, 95, 239, 128, 255, 95, 243, 128, 255, 95, 247, 128, 255, 95, 251, 128, 255, 99, 0, 128, 255, 99, 3, 128, 255, 99, 7, 128, 255, 99, 11, 128, 255, 99, 15, 128, 255, 99, 19, 128, 255, 99, 23, 128, 255, 99, 27, 128, 255, 99, 31, 128, 255, 99, 35, 128, 255, 99, 39, 128, 255, 99, 43, 128, 255, 99, 47, 128, 255, 99, 51, 128, 255, 99, 55, 128, 255, 99, 59, 128, 255, 99, 63, 128, 255, 99, 67, 128, 255, 99, 71, 128, 255, 99, 75, 128, 255, 99, 79, 128, 255, 99, 83, 128, 255, 99, 87, 128, 255, 99, 91, 128, 255, 99, 95, 128, 255, 99, 99, 128, 255, 99, 103, 128, 255, 99, 107, 128, 255, 99, 111, 128, 255, 99, 115, 128, 255, 99, 119, 128, 255, 99, 123, 128, 255, 99, 127, 128, 255, 99, 131, 128, 255, 99, 135, 128, 255, 99, 139, 128, 255, 99, 143, 128, 255, 99, 147, 128, 255, 99, 151, 128, 255, 99, 155, 128, 255, 99, 159, 128, 255, 99, 163, 128, 255, 99, 167, 128, 255, 99, 171, 128, 255, 99, 175, 128, 255, 99, 179, 128, 255, 99, 183, 128, 255, 99, 187, 128, 255, 99, 191, 128, 255, 99, 195, 128, 255, 99, 199, 128, 255, 99, 203, 128, 255, 99, 207, 128, 255, 99, 211, 128, 255, 99, 215, 128, 255, 99, 219, 128, 255, 99, 223, 128, 255, 99, 227, 128, 255, 99, 231, 128, 255, 99, 235, 128, 255, 99, 239, 128, 255, 99, 243, 128, 255, 99, 247, 128, 255, 99, 251, 128, 255, 103, 0, 128, 255, 103, 3, 128, 255, 103, 7, 128, 255, 103, 11, 128, 255, 103, 15, 128, 255, 103, 19, 128, 255, 103, 23, 128, 255, 103, 27, 128, 255, 103, 31, 128, 255, 103, 35, 128, 255, 103, 39, 128, 255, 103, 43, 128, 255, 103, 47, 128, 255, 103, 51, 128, 255, 103, 55, 128, 255, 103, 59, 128, 255, 103, 63, 128, 255, 103, 67, 128, 255, 103, 71, 128, 255, 103, 75, 128, 255, 103, 79, 128, 255, 103, 83, 128, 255, 103, 87, 128, 255, 103, 91, 128, 255, 103, 95, 128, 255, 103, 99, 128, 255, 103, 103, 128, 255, 103, 107, 128, 255, 103, 111, 128, 255, 103, 115, 128, 255, 103, 119, 128, 255, 103, 123, 128, 255, 103, 127, 128, 255, 103, 131, 128, 255, 103, 135, 128, 255, 103, 139, 128, 255, 103, 143, 128, 255, 103, 147, 128, 255, 103, 151, 128, 255, 103, 155, 128, 255, 103, 159, 128, 255, 103, 163, 128, 255, 103, 167, 128, 255, 103, 171, 128, 255, 103, 175, 128, 255, 103, 179, 128, 255, 103, 183, 128, 255, 103, 187, 128, 255, 103, 191, 128, 255, 103, 195, 128, 255, 103, 199, 128, 255, 103, 203, 128, 255, 103, 207, 128, 255, 103, 211, 128, 255, 103, 215, 128, 255, 103, 219, 128, 255, 103, 223, 128, 255, 103, 227, 128, 255, 103, 231, 128, 255, 103, 235, 128, 255, 103, 239, 128, 255, 103, 243, 128, 255, 103, 247, 128, 255, 103, 251, 128, 255, 107, 0, 128, 255, 107, 3, 128, 255, 107, 7, 128, 255, 107, 11, 128, 255, 107, 15, 128, 255, 107, 19, 128, 255, 107, 23, 128, 255, 107, 27, 128, 255, 107, 31, 128, 255, 107, 35, 128, 255, 107, 39, 128, 255, 107, 43, 128, 255, 107, 47, 128, 255, 107, 51, 128, 255, 107, 55, 128, 255, 107, 59, 128, 255, 107, 63, 128, 255, 107, 67, 128, 255, 107, 71, 128, 255, 107, 75, 128, 255, 107, 79, 128, 255, 107, 83, 128, 255, 107, 87, 128, 255, 107, 91, 128, 255, 107, 95, 128, 255, 107, 99, 128, 255, 107, 103, 128, 255, 107, 107, 128, 255, 107, 111, 128, 255, 107, 115, 128, 255, 107, 119, 128, 255, 107, 123, 128, 255, 107, 127, 128, 255, 107, 131, 128, 255, 107, 135, 128, 255, 107, 139, 128, 255, 107, 143, 128, 255, 107, 147, 128, 255, 107, 151, 128, 255, 107, 155, 128, 255, 107, 159, 128, 255, 107, 163, 128, 255, 107, 167, 128, 255, 107, 171, 128, 255, 107, 175, 128, 255, 107, 179, 128, 255, 107, 183, 128, 255, 107, 187, 128, 255, 107, 191, 128, 255, 107, 195, 128, 255, 107, 199, 128, 255, 107, 203, 128, 255, 107, 207, 128, 255, 107, 211, 128, 255, 107, 215, 128, 255, 107, 219, 128, 255, 107, 223, 128, 255, 107, 227, 128, 255, 107, 231, 128, 255, 107, 235, 128, 255, 107, 239, 128, 255, 107, 243, 128, 255, 107, 247, 128, 255, 107, 251, 128, 255, 111, 0, 128, 255, 111, 3, 128, 255, 111, 7, 128, 255, 111, 11, 128, 255, 111, 15, 128, 255, 111, 19, 128, 255, 111, 23, 128, 255, 111, 27, 128, 255, 111, 31, 128, 255, 111, 35, 128, 255, 111, 39, 128, 255, 111, 43, 128, 255, 111, 47, 128, 255, 111, 51, 128, 255, 111, 55, 128, 255, 111, 59, 128, 255, 111, 63, 128, 255, 111, 67, 128, 255, 111, 71, 128, 255, 111, 75, 128, 255, 111, 79, 128, 255, 111, 83, 128, 255, 111, 87, 128, 255, 111, 91, 128, 255, 111, 95, 128, 255, 111, 99, 128, 255, 111, 103, 128, 255, 111, 107, 128, 255, 111, 111, 128, 255, 111, 115, 128, 255, 111, 119, 128, 255, 111, 123, 128, 255, 111, 127, 128, 255, 111, 131, 128, 255, 111, 135, 128, 255, 111, 139, 128, 255, 111, 143, 128, 255, 111, 147, 128, 255, 111, 151, 128, 255, 111, 155, 128, 255, 111, 159, 128, 255, 111, 163, 128, 255, 111, 167, 128, 255, 111, 171, 128, 255, 111, 175, 128, 255, 111, 179, 128, 255, 111, 183, 128, 255, 111, 187, 128, 255, 111, 191, 128, 255, 111, 195, 128, 255, 111, 199, 128, 255, 111, 203, 128, 255, 111, 207, 128, 255, 111, 211, 128, 255, 111, 215, 128, 255, 111, 219, 128, 255, 111, 223, 128, 255, 111, 227, 128, 255, 111, 231, 128, 255, 111, 235, 128, 255, 111, 239, 128, 255, 111, 243, 128, 255, 111, 247, 128, 255, 111, 251, 128, 255, 115, 0, 128, 255, 115, 3, 128, 255, 115, 7, 128, 255, 115, 11, 128, 255, 115, 15, 128, 255, 115, 19, 128, 255, 115, 23, 128, 255, 115, 27, 128, 255, 115, 31, 128, 255, 115, 35, 128, 255, 115, 39, 128, 255, 115, 43, 128, 255, 115, 47, 128, 255, 115, 51, 128, 255, 115, 55, 128, 255, 115, 59, 128, 255, 115, 63, 128, 255, 115, 67, 128, 255, 115, 71, 128, 255, 115, 75, 128, 255, 115, 79, 128, 255, 115, 83, 128, 255, 115, 87, 128, 255, 115, 91, 128, 255, 115, 95, 128, 255, 115, 99, 128, 255, 115, 103, 128, 255, 115, 107, 128, 255, 115, 111, 128, 255, 115, 115, 128, 255, 115, 119, 128, 255, 115, 123, 128, 255, 115, 127, 128, 255, 115, 131, 128, 255, 115, 135, 128, 255, 115, 139, 128, 255, 115, 143, 128, 255, 115, 147, 128, 255, 115, 151, 128, 255, 115, 155, 128, 255, 115, 159, 128, 255, 115, 163, 128, 255, 115, 167, 128, 255, 115, 171, 128, 255, 115, 175, 128, 255, 115, 179, 128, 255, 115, 183, 128, 255, 115, 187, 128, 255, 115, 191, 128, 255, 115, 195, 128, 255, 115, 199, 128, 255, 115, 203, 128, 255, 115, 207, 128, 255, 115, 211, 128, 255, 115, 215, 128, 255, 115, 219, 128, 255, 115, 223, 128, 255, 115, 227, 128, 255, 115, 231, 128, 255, 115, 235, 128, 255, 115, 239, 128, 255, 115, 243, 128, 255, 115, 247, 128, 255, 115, 251, 128, 255, 119, 0, 128, 255, 119, 3, 128, 255, 119, 7, 128, 255, 119, 11, 128, 255, 119, 15, 128, 255, 119, 19, 128, 255, 119, 23, 128, 255, 119, 27, 128, 255, 119, 31, 128, 255, 119, 35, 128, 255, 119, 39, 128, 255, 119, 43, 128, 255, 119, 47, 128, 255, 119, 51, 128, 255, 119, 55, 128, 255, 119, 59, 128, 255, 119, 63, 128, 255, 119, 67, 128, 255, 119, 71, 128, 255, 119, 75, 128, 255, 119, 79, 128, 255, 119, 83, 128, 255, 119, 87, 128, 255, 119, 91, 128, 255, 119, 95, 128, 255, 119, 99, 128, 255, 119, 103, 128, 255, 119, 107, 128, 255, 119, 111, 128, 255, 119, 115, 128, 255, 119, 119, 128, 255, 119, 123, 128, 255, 119, 127, 128, 255, 119, 131, 128, 255, 119, 135, 128, 255, 119, 139, 128, 255, 119, 143, 128, 255, 119, 147, 128, 255, 119, 151, 128, 255, 119, 155, 128, 255, 119, 159, 128, 255, 119, 163, 128, 255, 119, 167, 128, 255, 119, 171, 128, 255, 119, 175, 128, 255, 119, 179, 128, 255, 119, 183, 128, 255, 119, 187, 128, 255, 119, 191, 128, 255, 119, 195, 128, 255, 119, 199, 128, 255, 119, 203, 128, 255, 119, 207, 128, 255, 119, 211, 128, 255, 119, 215, 128, 255, 119, 219, 128, 255, 119, 223, 128, 255, 119, 227, 128, 255, 119, 231, 128, 255, 119, 235, 128, 255, 119, 239, 128, 255, 119, 243, 128, 255, 119, 247, 128, 255, 119, 251, 128, 255, 123, 0, 128, 255, 123, 3, 128, 255, 123, 7, 128, 255, 123, 11, 128, 255, 123, 15, 128, 255, 123, 19, 128, 255, 123, 23, 128, 255, 123, 27, 128, 255, 123, 31, 128, 255, 123, 35, 128, 255, 123, 39, 128, 255, 123, 43, 128, 255, 123, 47, 128, 255, 123, 51, 128, 255, 123, 55, 128, 255, 123, 59, 128, 255, 123, 63, 128, 255, 123, 67, 128, 255, 123, 71, 128, 255, 123, 75, 128, 255, 123, 79, 128, 255, 123, 83, 128, 255, 123, 87, 128, 255, 123, 91, 128, 255, 123, 95, 128, 255, 123, 99, 128, 255, 123, 103, 128, 255, 123, 107, 128, 255, 123, 111, 128, 255, 123, 115, 128, 255, 123, 119, 128, 255, 123, 123, 128, 255, 123, 127, 128, 255, 123, 131, 128, 255, 123, 135, 128, 255, 123, 139, 128, 255, 123, 143, 128, 255, 123, 147, 128, 255, 123, 151, 128, 255, 123, 155, 128, 255, 123, 159, 128, 255, 123, 163, 128, 255, 123, 167, 128, 255, 123, 171, 128, 255, 123, 175, 128, 255, 123, 179, 128, 255, 123, 183, 128, 255, 123, 187, 128, 255, 123, 191, 128, 255, 123, 195, 128, 255, 123, 199, 128, 255, 123, 203, 128, 255, 123, 207, 128, 255, 123, 211, 128, 255, 123, 215, 128, 255, 123, 219, 128, 255, 123, 223, 128, 255, 123, 227, 128, 255, 123, 231, 128, 255, 123, 235, 128, 255, 123, 239, 128, 255, 123, 243, 128, 255, 123, 247, 128, 255, 123, 251, 128, 255, 127, 0, 128, 255, 127, 3, 128, 255, 127, 7, 128, 255, 127, 11, 128, 255, 127, 15, 128, 255, 127, 19, 128, 255, 127, 23, 128, 255, 127, 27, 128, 255, 127, 31, 128, 255, 127, 35, 128, 255, 127, 39, 128, 255, 127, 43, 128, 255, 127, 47, 128, 255, 127, 51, 128, 255, 127, 55, 128, 255, 127, 59, 128, 255, 127, 63, 128, 255, 127, 67, 128, 255, 127, 71, 128, 255, 127, 75, 128, 255, 127, 79, 128, 255, 127, 83, 128, 255, 127, 87, 128, 255, 127, 91, 128, 255, 127, 95, 128, 255, 127, 99, 128, 255, 127, 103, 128, 255, 127, 107, 128, 255, 127, 111, 128, 255, 127, 115, 128, 255, 127, 119, 128, 255, 127, 123, 128, 255, 127, 127, 128, 255, 127, 131, 128, 255, 127, 135, 128, 255, 127, 139, 128, 255, 127, 143, 128, 255, 127, 147, 128, 255, 127, 151, 128, 255, 127, 155, 128, 255, 127, 159, 128, 255, 127, 163, 128, 255, 127, 167, 128, 255, 127, 171, 128, 255, 127, 175, 128, 255, 127, 179, 128, 255, 127, 183, 128, 255, 127, 187, 128, 255, 127, 191, 128, 255, 127, 195, 128, 255, 127, 199, 128, 255, 127, 203, 128, 255, 127, 207, 128, 255, 127, 211, 128, 255, 127, 215, 128, 255, 127, 219, 128, 255, 127, 223, 128, 255, 127, 227, 128, 255, 127, 231, 128, 255, 127, 235, 128, 255, 127, 239, 128, 255, 127, 243, 128, 255, 127, 247, 128, 255, 127, 251, 128, 255, 131, 0, 128, 255, 131, 3, 128, 255, 131, 7, 128, 255, 131, 11, 128, 255, 131, 15, 128, 255, 131, 19, 128, 255, 131, 23, 128, 255, 131, 27, 128, 255, 131, 31, 128, 255, 131, 35, 128, 255, 131, 39, 128, 255, 131, 43, 128, 255, 131, 47, 128, 255, 131, 51, 128, 255, 131, 55, 128, 255, 131, 59, 128, 255, 131, 63, 128, 255, 131, 67, 128, 255, 131, 71, 128, 255, 131, 75, 128, 255, 131, 79, 128, 255, 131, 83, 128, 255, 131, 87, 128, 255, 131, 91, 128, 255, 131, 95, 128, 255, 131, 99, 128, 255, 131, 103, 128, 255, 131, 107, 128, 255, 131, 111, 128, 255, 131, 115, 128, 255, 131, 119, 128, 255, 131, 123, 128, 255, 131, 127, 128, 255, 131, 131, 128, 255, 131, 135, 128, 255, 131, 139, 128, 255, 131, 143, 128, 255, 131, 147, 128, 255, 131, 151, 128, 255, 131, 155, 128, 255, 131, 159, 128, 255, 131, 163, 128, 255, 131, 167, 128, 255, 131, 171, 128, 255, 131, 175, 128, 255, 131, 179, 128, 255, 131, 183, 128, 255, 131, 187, 128, 255, 131, 191, 128, 255, 131, 195, 128, 255, 131, 199, 128, 255, 131, 203, 128, 255, 131, 207, 128, 255, 131, 211, 128, 255, 131, 215, 128, 255, 131, 219, 128, 255, 131, 223, 128, 255, 131, 227, 128, 255, 131, 231, 128, 255, 131, 235, 128, 255, 131, 239, 128, 255, 131, 243, 128, 255, 131, 247, 128, 255, 131, 251, 128, 255, 135, 0, 128, 255, 135, 3, 128, 255, 135, 7, 128, 255, 135, 11, 128, 255, 135, 15, 128, 255, 135, 19, 128, 255, 135, 23, 128, 255, 135, 27, 128, 255, 135, 31, 128, 255, 135, 35, 128, 255, 135, 39, 128, 255, 135, 43, 128, 255, 135, 47, 128, 255, 135, 51, 128, 255, 135, 55, 128, 255, 135, 59, 128, 255, 135, 63, 128, 255, 135, 67, 128, 255, 135, 71, 128, 255, 135, 75, 128, 255, 135, 79, 128, 255, 135, 83, 128, 255, 135, 87, 128, 255, 135, 91, 128, 255, 135, 95, 128, 255, 135, 99, 128, 255, 135, 103, 128, 255, 135, 107, 128, 255, 135, 111, 128, 255, 135, 115, 128, 255, 135, 119, 128, 255, 135, 123, 128, 255, 135, 127, 128, 255, 135, 131, 128, 255, 135, 135, 128, 255, 135, 139, 128, 255, 135, 143, 128, 255, 135, 147, 128, 255, 135, 151, 128, 255, 135, 155, 128, 255, 135, 159, 128, 255, 135, 163, 128, 255, 135, 167, 128, 255, 135, 171, 128, 255, 135, 175, 128, 255, 135, 179, 128, 255, 135, 183, 128, 255, 135, 187, 128, 255, 135, 191, 128, 255, 135, 195, 128, 255, 135, 199, 128, 255, 135, 203, 128, 255, 135, 207, 128, 255, 135, 211, 128, 255, 135, 215, 128, 255, 135, 219, 128, 255, 135, 223, 128, 255, 135, 227, 128, 255, 135, 231, 128, 255, 135, 235, 128, 255, 135, 239, 128, 255, 135, 243, 128, 255, 135, 247, 128, 255, 135, 251, 128, 255, 139, 0, 128, 255, 139, 3, 128, 255, 139, 7, 128, 255, 139, 11, 128, 255, 139, 15, 128, 255, 139, 19, 128, 255, 139, 23, 128, 255, 139, 27, 128, 255, 139, 31, 128, 255, 139, 35, 128, 255, 139, 39, 128, 255, 139, 43, 128, 255, 139, 47, 128, 255, 139, 51, 128, 255, 139, 55, 128, 255, 139, 59, 128, 255, 139, 63, 128, 255, 139, 67, 128, 255, 139, 71, 128, 255, 139, 75, 128, 255, 139, 79, 128, 255, 139, 83, 128, 255, 139, 87, 128, 255, 139, 91, 128, 255, 139, 95, 128, 255, 139, 99, 128, 255, 139, 103, 128, 255, 139, 107, 128, 255, 139, 111, 128, 255, 139, 115, 128, 255, 139, 119, 128, 255, 139, 123, 128, 255, 139, 127, 128, 255, 139, 131, 128, 255, 139, 135, 128, 255, 139, 139, 128, 255, 139, 143, 128, 255, 139, 147, 128, 255, 139, 151, 128, 255, 139, 155, 128, 255, 139, 159, 128, 255, 139, 163, 128, 255, 139, 167, 128, 255, 139, 171, 128, 255, 139, 175, 128, 255, 139, 179, 128, 255, 139, 183, 128, 255, 139, 187, 128, 255, 139, 191, 128, 255, 139, 195, 128, 255, 139, 199, 128, 255, 139, 203, 128, 255, 139, 207, 128, 255, 139, 211, 128, 255, 139, 215, 128, 255, 139, 219, 128, 255, 139, 223, 128, 255, 139, 227, 128, 255, 139, 231, 128, 255, 139, 235, 128, 255, 139, 239, 128, 255, 139, 243, 128, 255, 139, 247, 128, 255, 139, 251, 128, 255, 143, 0, 128, 255, 143, 3, 128, 255, 143, 7, 128, 255, 143, 11, 128, 255, 143, 15, 128, 255, 143, 19, 128, 255, 143, 23, 128, 255, 143, 27, 128, 255, 143, 31, 128, 255, 143, 35, 128, 255, 143, 39, 128, 255, 143, 43, 128, 255, 143, 47, 128, 255, 143, 51, 128, 255, 143, 55, 128, 255, 143, 59, 128, 255, 143, 63, 128, 255, 143, 67, 128, 255, 143, 71, 128, 255, 143, 75, 128, 255, 143, 79, 128, 255, 143, 83, 128, 255, 143, 87, 128, 255, 143, 91, 128, 255, 143, 95, 128, 255, 143, 99, 128, 255, 143, 103, 128, 255, 143, 107, 128, 255, 143, 111, 128, 255, 143, 115, 128, 255, 143, 119, 128, 255, 143, 123, 128, 255, 143, 127, 128, 255, 143, 131, 128, 255, 143, 135, 128, 255, 143, 139, 128, 255, 143, 143, 128, 255, 143, 147, 128, 255, 143, 151, 128, 255, 143, 155, 128, 255, 143, 159, 128, 255, 143, 163, 128, 255, 143, 167, 128, 255, 143, 171, 128, 255, 143, 175, 128, 255, 143, 179, 128, 255, 143, 183, 128, 255, 143, 187, 128, 255, 143, 191, 128, 255, 143, 195, 128, 255, 143, 199, 128, 255, 143, 203, 128, 255, 143, 207, 128, 255, 143, 211, 128, 255, 143, 215, 128, 255, 143, 219, 128, 255, 143, 223, 128, 255, 143, 227, 128, 255, 143, 231, 128, 255, 143, 235, 128, 255, 143, 239, 128, 255, 143, 243, 128, 255, 143, 247, 128, 255, 143, 251, 128, 255, 147, 0, 128, 255, 147, 3, 128, 255, 147, 7, 128, 255, 147, 11, 128, 255, 147, 15, 128, 255, 147, 19, 128, 255, 147, 23, 128, 255, 147, 27, 128, 255, 147, 31, 128, 255, 147, 35, 128, 255, 147, 39, 128, 255, 147, 43, 128, 255, 147, 47, 128, 255, 147, 51, 128, 255, 147, 55, 128, 255, 147, 59, 128, 255, 147, 63, 128, 255, 147, 67, 128, 255, 147, 71, 128, 255, 147, 75, 128, 255, 147, 79, 128, 255, 147, 83, 128, 255, 147, 87, 128, 255, 147, 91, 128, 255, 147, 95, 128, 255, 147, 99, 128, 255, 147, 103, 128, 255, 147, 107, 128, 255, 147, 111, 128, 255, 147, 115, 128, 255, 147, 119, 128, 255, 147, 123, 128, 255, 147, 127, 128, 255, 147, 131, 128, 255, 147, 135, 128, 255, 147, 139, 128, 255, 147, 143, 128, 255, 147, 147, 128, 255, 147, 151, 128, 255, 147, 155, 128, 255, 147, 159, 128, 255, 147, 163, 128, 255, 147, 167, 128, 255, 147, 171, 128, 255, 147, 175, 128, 255, 147, 179, 128, 255, 147, 183, 128, 255, 147, 187, 128, 255, 147, 191, 128, 255, 147, 195, 128, 255, 147, 199, 128, 255, 147, 203, 128, 255, 147, 207, 128, 255, 147, 211, 128, 255, 147, 215, 128, 255, 147, 219, 128, 255, 147, 223, 128, 255, 147, 227, 128, 255, 147, 231, 128, 255, 147, 235, 128, 255, 147, 239, 128, 255, 147, 243, 128, 255, 147, 247, 128, 255, 147, 251, 128, 255, 151, 0, 128, 255, 151, 3, 128, 255, 151, 7, 128, 255, 151, 11, 128, 255, 151, 15, 128, 255, 151, 19, 128, 255, 151, 23, 128, 255, 151, 27, 128, 255, 151, 31, 128, 255, 151, 35, 128, 255, 151, 39, 128, 255, 151, 43, 128, 255, 151, 47, 128, 255, 151, 51, 128, 255, 151, 55, 128, 255, 151, 59, 128, 255, 151, 63, 128, 255, 151, 67, 128, 255, 151, 71, 128, 255, 151, 75, 128, 255, 151, 79, 128, 255, 151, 83, 128, 255, 151, 87, 128, 255, 151, 91, 128, 255, 151, 95, 128, 255, 151, 99, 128, 255, 151, 103, 128, 255, 151, 107, 128, 255, 151, 111, 128, 255, 151, 115, 128, 255, 151, 119, 128, 255, 151, 123, 128, 255, 151, 127, 128, 255, 151, 131, 128, 255, 151, 135, 128, 255, 151, 139, 128, 255, 151, 143, 128, 255, 151, 147, 128, 255, 151, 151, 128, 255, 151, 155, 128, 255, 151, 159, 128, 255, 151, 163, 128, 255, 151, 167, 128, 255, 151, 171, 128, 255, 151, 175, 128, 255, 151, 179, 128, 255, 151, 183, 128, 255, 151, 187, 128, 255, 151, 191, 128, 255, 151, 195, 128, 255, 151, 199, 128, 255, 151, 203, 128, 255, 151, 207, 128, 255, 151, 211, 128, 255, 151, 215, 128, 255, 151, 219, 128, 255, 151, 223, 128, 255, 151, 227, 128, 255, 151, 231, 128, 255, 151, 235, 128, 255, 151, 239, 128, 255, 151, 243, 128, 255, 151, 247, 128, 255, 151, 251, 128, 255, 155, 0, 128, 255, 155, 3, 128, 255, 155, 7, 128, 255, 155, 11, 128, 255, 155, 15, 128, 255, 155, 19, 128, 255, 155, 23, 128, 255, 155, 27, 128, 255, 155, 31, 128, 255, 155, 35, 128, 255, 155, 39, 128, 255, 155, 43, 128, 255, 155, 47, 128, 255, 155, 51, 128, 255, 155, 55, 128, 255, 155, 59, 128, 255, 155, 63, 128, 255, 155, 67, 128, 255, 155, 71, 128, 255, 155, 75, 128, 255, 155, 79, 128, 255, 155, 83, 128, 255, 155, 87, 128, 255, 155, 91, 128, 255, 155, 95, 128, 255, 155, 99, 128, 255, 155, 103, 128, 255, 155, 107, 128, 255, 155, 111, 128, 255, 155, 115, 128, 255, 155, 119, 128, 255, 155, 123, 128, 255, 155, 127, 128, 255, 155, 131, 128, 255, 155, 135, 128, 255, 155, 139, 128, 255, 155, 143, 128, 255, 155, 147, 128, 255, 155, 151, 128, 255, 155, 155, 128, 255, 155, 159, 128, 255, 155, 163, 128, 255, 155, 167, 128, 255, 155, 171, 128, 255, 155, 175, 128, 255, 155, 179, 128, 255, 155, 183, 128, 255, 155, 187, 128, 255, 155, 191, 128, 255, 155, 195, 128, 255, 155, 199, 128, 255, 155, 203, 128, 255, 155, 207, 128, 255, 155, 211, 128, 255, 155, 215, 128, 255, 155, 219, 128, 255, 155, 223, 128, 255, 155, 227, 128, 255, 155, 231, 128, 255, 155, 235, 128, 255, 155, 239, 128, 255, 155, 243, 128, 255, 155, 247, 128, 255, 155, 251, 128, 255, 159, 0, 128, 255, 159, 3, 128, 255, 159, 7, 128, 255, 159, 11, 128, 255, 159, 15, 128, 255, 159, 19, 128, 255, 159, 23, 128, 255, 159, 27, 128, 255, 159, 31, 128, 255, 159, 35, 128, 255, 159, 39, 128, 255, 159, 43, 128, 255, 159, 47, 128, 255, 159, 51, 128, 255, 159, 55, 128, 255, 159, 59, 128, 255, 159, 63, 128, 255, 159, 67, 128, 255, 159, 71, 128, 255, 159, 75, 128, 255, 159, 79, 128, 255, 159, 83, 128, 255, 159, 87, 128, 255, 159, 91, 128, 255, 159, 95, 128, 255, 159, 99, 128, 255, 159, 103, 128, 255, 159, 107, 128, 255, 159, 111, 128, 255, 159, 115, 128, 255, 159, 119, 128, 255, 159, 123, 128, 255, 159, 127, 128, 255, 159, 131, 128, 255, 159, 135, 128, 255, 159, 139, 128, 255, 159, 143, 128, 255, 159, 147, 128, 255, 159, 151, 128, 255, 159, 155, 128, 255, 159, 159, 128, 255, 159, 163, 128, 255, 159, 167, 128, 255, 159, 171, 128, 255, 159, 175, 128, 255, 159, 179, 128, 255, 159, 183, 128, 255, 159, 187, 128, 255, 159, 191, 128, 255, 159, 195, 128, 255, 159, 199, 128, 255, 159, 203, 128, 255, 159, 207, 128, 255, 159, 211, 128, 255, 159, 215, 128, 255, 159, 219, 128, 255, 159, 223, 128, 255, 159, 227, 128, 255, 159, 231, 128, 255, 159, 235, 128, 255, 159, 239, 128, 255, 159, 243, 128, 255, 159, 247, 128, 255, 159, 251, 128, 255, 163, 0, 128, 255, 163, 3, 128, 255, 163, 7, 128, 255, 163, 11, 128, 255, 163, 15, 128, 255, 163, 19, 128, 255, 163, 23, 128, 255, 163, 27, 128, 255, 163, 31, 128, 255, 163, 35, 128, 255, 163, 39, 128, 255, 163, 43, 128, 255, 163, 47, 128, 255, 163, 51, 128, 255, 163, 55, 128, 255, 163, 59, 128, 255, 163, 63, 128, 255, 163, 67, 128, 255, 163, 71, 128, 255, 163, 75, 128, 255, 163, 79, 128, 255, 163, 83, 128, 255, 163, 87, 128, 255, 163, 91, 128, 255, 163, 95, 128, 255, 163, 99, 128, 255, 163, 103, 128, 255, 163, 107, 128, 255, 163, 111, 128, 255, 163, 115, 128, 255, 163, 119, 128, 255, 163, 123, 128, 255, 163, 127, 128, 255, 163, 131, 128, 255, 163, 135, 128, 255, 163, 139, 128, 255, 163, 143, 128, 255, 163, 147, 128, 255, 163, 151, 128, 255, 163, 155, 128, 255, 163, 159, 128, 255, 163, 163, 128, 255, 163, 167, 128, 255, 163, 171, 128, 255, 163, 175, 128, 255, 163, 179, 128, 255, 163, 183, 128, 255, 163, 187, 128, 255, 163, 191, 128, 255, 163, 195, 128, 255, 163, 199, 128, 255, 163, 203, 128, 255, 163, 207, 128, 255, 163, 211, 128, 255, 163, 215, 128, 255, 163, 219, 128, 255, 163, 223, 128, 255, 163, 227, 128, 255, 163, 231, 128, 255, 163, 235, 128, 255, 163, 239, 128, 255, 163, 243, 128, 255, 163, 247, 128, 255, 163, 251, 128, 255, 167, 0, 128, 255, 167, 3, 128, 255, 167, 7, 128, 255, 167, 11, 128, 255, 167, 15, 128, 255, 167, 19, 128, 255, 167, 23, 128, 255, 167, 27, 128, 255, 167, 31, 128, 255, 167, 35, 128, 255, 167, 39, 128, 255, 167, 43, 128, 255, 167, 47, 128, 255, 167, 51, 128, 255, 167, 55, 128, 255, 167, 59, 128, 255, 167, 63, 128, 255, 167, 67, 128, 255, 167, 71, 128, 255, 167, 75, 128, 255, 167, 79, 128, 255, 167, 83, 128, 255, 167, 87, 128, 255, 167, 91, 128, 255, 167, 95, 128, 255, 167, 99, 128, 255, 167, 103, 128, 255, 167, 107, 128, 255, 167, 111, 128, 255, 167, 115, 128, 255, 167, 119, 128, 255, 167, 123, 128, 255, 167, 127, 128, 255, 167, 131, 128, 255, 167, 135, 128, 255, 167, 139, 128, 255, 167, 143, 128, 255, 167, 147, 128, 255, 167, 151, 128, 255, 167, 155, 128, 255, 167, 159, 128, 255, 167, 163, 128, 255, 167, 167, 128, 255, 167, 171, 128, 255, 167, 175, 128, 255, 167, 179, 128, 255, 167, 183, 128, 255, 167, 187, 128, 255, 167, 191, 128, 255, 167, 195, 128, 255, 167, 199, 128, 255, 167, 203, 128, 255, 167, 207, 128, 255, 167, 211, 128, 255, 167, 215, 128, 255, 167, 219, 128, 255, 167, 223, 128, 255, 167, 227, 128, 255, 167, 231, 128, 255, 167, 235, 128, 255, 167, 239, 128, 255, 167, 243, 128, 255, 167, 247, 128, 255, 167, 251, 128, 255, 171, 0, 128, 255, 171, 3, 128, 255, 171, 7, 128, 255, 171, 11, 128, 255, 171, 15, 128, 255, 171, 19, 128, 255, 171, 23, 128, 255, 171, 27, 128, 255, 171, 31, 128, 255, 171, 35, 128, 255, 171, 39, 128, 255, 171, 43, 128, 255, 171, 47, 128, 255, 171, 51, 128, 255, 171, 55, 128, 255, 171, 59, 128, 255, 171, 63, 128, 255, 171, 67, 128, 255, 171, 71, 128, 255, 171, 75, 128, 255, 171, 79, 128, 255, 171, 83, 128, 255, 171, 87, 128, 255, 171, 91, 128, 255, 171, 95, 128, 255, 171, 99, 128, 255, 171, 103, 128, 255, 171, 107, 128, 255, 171, 111, 128, 255, 171, 115, 128, 255, 171, 119, 128, 255, 171, 123, 128, 255, 171, 127, 128, 255, 171, 131, 128, 255, 171, 135, 128, 255, 171, 139, 128, 255, 171, 143, 128, 255, 171, 147, 128, 255, 171, 151, 128, 255, 171, 155, 128, 255, 171, 159, 128, 255, 171, 163, 128, 255, 171, 167, 128, 255, 171, 171, 128, 255, 171, 175, 128, 255, 171, 179, 128, 255, 171, 183, 128, 255, 171, 187, 128, 255, 171, 191, 128, 255, 171, 195, 128, 255, 171, 199, 128, 255, 171, 203, 128, 255, 171, 207, 128, 255, 171, 211, 128, 255, 171, 215, 128, 255, 171, 219, 128, 255, 171, 223, 128, 255, 171, 227, 128, 255, 171, 231, 128, 255, 171, 235, 128, 255, 171, 239, 128, 255, 171, 243, 128, 255, 171, 247, 128, 255, 171, 251, 128, 255, 175, 0, 128, 255, 175, 3, 128, 255, 175, 7, 128, 255, 175, 11, 128, 255, 175, 15, 128, 255, 175, 19, 128, 255, 175, 23, 128, 255, 175, 27, 128, 255, 175, 31, 128, 255, 175, 35, 128, 255, 175, 39, 128, 255, 175, 43, 128, 255, 175, 47, 128, 255, 175, 51, 128, 255, 175, 55, 128, 255, 175, 59, 128, 255, 175, 63, 128, 255, 175, 67, 128, 255, 175, 71, 128, 255, 175, 75, 128, 255, 175, 79, 128, 255, 175, 83, 128, 255, 175, 87, 128, 255, 175, 91, 128, 255, 175, 95, 128, 255, 175, 99, 128, 255, 175, 103, 128, 255, 175, 107, 128, 255, 175, 111, 128, 255, 175, 115, 128, 255, 175, 119, 128, 255, 175, 123, 128, 255, 175, 127, 128, 255, 175, 131, 128, 255, 175, 135, 128, 255, 175, 139, 128, 255, 175, 143, 128, 255, 175, 147, 128, 255, 175, 151, 128, 255, 175, 155, 128, 255, 175, 159, 128, 255, 175, 163, 128, 255, 175, 167, 128, 255, 175, 171, 128, 255, 175, 175, 128, 255, 175, 179, 128, 255, 175, 183, 128, 255, 175, 187, 128, 255, 175, 191, 128, 255, 175, 195, 128, 255, 175, 199, 128, 255, 175, 203, 128, 255, 175, 207, 128, 255, 175, 211, 128, 255, 175, 215, 128, 255, 175, 219, 128, 255, 175, 223, 128, 255, 175, 227, 128, 255, 175, 231, 128, 255, 175, 235, 128, 255, 175, 239, 128, 255, 175, 243, 128, 255, 175, 247, 128, 255, 175, 251, 128, 255, 179, 0, 128, 255, 179, 3, 128, 255, 179, 7, 128, 255, 179, 11, 128, 255, 179, 15, 128, 255, 179, 19, 128, 255, 179, 23, 128, 255, 179, 27, 128, 255, 179, 31, 128, 255, 179, 35, 128, 255, 179, 39, 128, 255, 179, 43, 128, 255, 179, 47, 128, 255, 179, 51, 128, 255, 179, 55, 128, 255, 179, 59, 128, 255, 179, 63, 128, 255, 179, 67, 128, 255, 179, 71, 128, 255, 179, 75, 128, 255, 179, 79, 128, 255, 179, 83, 128, 255, 179, 87, 128, 255, 179, 91, 128, 255, 179, 95, 128, 255, 179, 99, 128, 255, 179, 103, 128, 255, 179, 107, 128, 255, 179, 111, 128, 255, 179, 115, 128, 255, 179, 119, 128, 255, 179, 123, 128, 255, 179, 127, 128, 255, 179, 131, 128, 255, 179, 135, 128, 255, 179, 139, 128, 255, 179, 143, 128, 255, 179, 147, 128, 255, 179, 151, 128, 255, 179, 155, 128, 255, 179, 159, 128, 255, 179, 163, 128, 255, 179, 167, 128, 255, 179, 171, 128, 255, 179, 175, 128, 255, 179, 179, 128, 255, 179, 183, 128, 255, 179, 187, 128, 255, 179, 191, 128, 255, 179, 195, 128, 255, 179, 199, 128, 255, 179, 203, 128, 255, 179, 207, 128, 255, 179, 211, 128, 255, 179, 215, 128, 255, 179, 219, 128, 255, 179, 223, 128, 255, 179, 227, 128, 255, 179, 231, 128, 255, 179, 235, 128, 255, 179, 239, 128, 255, 179, 243, 128, 255, 179, 247, 128, 255, 179, 251, 128, 255, 183, 0, 128, 255, 183, 3, 128, 255, 183, 7, 128, 255, 183, 11, 128, 255, 183, 15, 128, 255, 183, 19, 128, 255, 183, 23, 128, 255, 183, 27, 128, 255, 183, 31, 128, 255, 183, 35, 128, 255, 183, 39, 128, 255, 183, 43, 128, 255, 183, 47, 128, 255, 183, 51, 128, 255, 183, 55, 128, 255, 183, 59, 128, 255, 183, 63, 128, 255, 183, 67, 128, 255, 183, 71, 128, 255, 183, 75, 128, 255, 183, 79, 128, 255, 183, 83, 128, 255, 183, 87, 128, 255, 183, 91, 128, 255, 183, 95, 128, 255, 183, 99, 128, 255, 183, 103, 128, 255, 183, 107, 128, 255, 183, 111, 128, 255, 183, 115, 128, 255, 183, 119, 128, 255, 183, 123, 128, 255, 183, 127, 128, 255, 183, 131, 128, 255, 183, 135, 128, 255, 183, 139, 128, 255, 183, 143, 128, 255, 183, 147, 128, 255, 183, 151, 128, 255, 183, 155, 128, 255, 183, 159, 128, 255, 183, 163, 128, 255, 183, 167, 128, 255, 183, 171, 128, 255, 183, 175, 128, 255, 183, 179, 128, 255, 183, 183, 128, 255, 183, 187, 128, 255, 183, 191, 128, 255, 183, 195, 128, 255, 183, 199, 128, 255, 183, 203, 128, 255, 183, 207, 128, 255, 183, 211, 128, 255, 183, 215, 128, 255, 183, 219, 128, 255, 183, 223, 128, 255, 183, 227, 128, 255, 183, 231, 128, 255, 183, 235, 128, 255, 183, 239, 128, 255, 183, 243, 128, 255, 183, 247, 128, 255, 183, 251, 128, 255, 187, 0, 128, 255, 187, 3, 128, 255, 187, 7, 128, 255, 187, 11, 128, 255, 187, 15, 128, 255, 187, 19, 128, 255, 187, 23, 128, 255, 187, 27, 128, 255, 187, 31, 128, 255, 187, 35, 128, 255, 187, 39, 128, 255, 187, 43, 128, 255, 187, 47, 128, 255, 187, 51, 128, 255, 187, 55, 128, 255, 187, 59, 128, 255, 187, 63, 128, 255, 187, 67, 128, 255, 187, 71, 128, 255, 187, 75, 128, 255, 187, 79, 128, 255, 187, 83, 128, 255, 187, 87, 128, 255, 187, 91, 128, 255, 187, 95, 128, 255, 187, 99, 128, 255, 187, 103, 128, 255, 187, 107, 128, 255, 187, 111, 128, 255, 187, 115, 128, 255, 187, 119, 128, 255, 187, 123, 128, 255, 187, 127, 128, 255, 187, 131, 128, 255, 187, 135, 128, 255, 187, 139, 128, 255, 187, 143, 128, 255, 187, 147, 128, 255, 187, 151, 128, 255, 187, 155, 128, 255, 187, 159, 128, 255, 187, 163, 128, 255, 187, 167, 128, 255, 187, 171, 128, 255, 187, 175, 128, 255, 187, 179, 128, 255, 187, 183, 128, 255, 187, 187, 128, 255, 187, 191, 128, 255, 187, 195, 128, 255, 187, 199, 128, 255, 187, 203, 128, 255, 187, 207, 128, 255, 187, 211, 128, 255, 187, 215, 128, 255, 187, 219, 128, 255, 187, 223, 128, 255, 187, 227, 128, 255, 187, 231, 128, 255, 187, 235, 128, 255, 187, 239, 128, 255, 187, 243, 128, 255, 187, 247, 128, 255, 187, 251, 128, 255, 191, 0, 128, 255, 191, 3, 128, 255, 191, 7, 128, 255, 191, 11, 128, 255, 191, 15, 128, 255, 191, 19, 128, 255, 191, 23, 128, 255, 191, 27, 128, 255, 191, 31, 128, 255, 191, 35, 128, 255, 191, 39, 128, 255, 191, 43, 128, 255, 191, 47, 128, 255, 191, 51, 128, 255, 191, 55, 128, 255, 191, 59, 128, 255, 191, 63, 128, 255, 191, 67, 128, 255, 191, 71, 128, 255, 191, 75, 128, 255, 191, 79, 128, 255, 191, 83, 128, 255, 191, 87, 128, 255, 191, 91, 128, 255, 191, 95, 128, 255, 191, 99, 128, 255, 191, 103, 128, 255, 191, 107, 128, 255, 191, 111, 128, 255, 191, 115, 128, 255, 191, 119, 128, 255, 191, 123, 128, 255, 191, 127, 128, 255, 191, 131, 128, 255, 191, 135, 128, 255, 191, 139, 128, 255, 191, 143, 128, 255, 191, 147, 128, 255, 191, 151, 128, 255, 191, 155, 128, 255, 191, 159, 128, 255, 191, 163, 128, 255, 191, 167, 128, 255, 191, 171, 128, 255, 191, 175, 128, 255, 191, 179, 128, 255, 191, 183, 128, 255, 191, 187, 128, 255, 191, 191, 128, 255, 191, 195, 128, 255, 191, 199, 128, 255, 191, 203, 128, 255, 191, 207, 128, 255, 191, 211, 128, 255, 191, 215, 128, 255, 191, 219, 128, 255, 191, 223, 128, 255, 191, 227, 128, 255, 191, 231, 128, 255, 191, 235, 128, 255, 191, 239, 128, 255, 191, 243, 128, 255, 191, 247, 128, 255, 191, 251, 128, 255, 195, 0, 128, 255, 195, 3, 128, 255, 195, 7, 128, 255, 195, 11, 128, 255, 195, 15, 128, 255, 195, 19, 128, 255, 195, 23, 128, 255, 195, 27, 128, 255, 195, 31, 128, 255, 195, 35, 128, 255, 195, 39, 128, 255, 195, 43, 128, 255, 195, 47, 128, 255, 195, 51, 128, 255, 195, 55, 128, 255, 195, 59, 128, 255, 195, 63, 128, 255, 195, 67, 128, 255, 195, 71, 128, 255, 195, 75, 128, 255, 195, 79, 128, 255, 195, 83, 128, 255, 195, 87, 128, 255, 195, 91, 128, 255, 195, 95, 128, 255, 195, 99, 128, 255, 195, 103, 128, 255, 195, 107, 128, 255, 195, 111, 128, 255, 195, 115, 128, 255, 195, 119, 128, 255, 195, 123, 128, 255, 195, 127, 128, 255, 195, 131, 128, 255, 195, 135, 128, 255, 195, 139, 128, 255, 195, 143, 128, 255, 195, 147, 128, 255, 195, 151, 128, 255, 195, 155, 128, 255, 195, 159, 128, 255, 195, 163, 128, 255, 195, 167, 128, 255, 195, 171, 128, 255, 195, 175, 128, 255, 195, 179, 128, 255, 195, 183, 128, 255, 195, 187, 128, 255, 195, 191, 128, 255, 195, 195, 128, 255, 195, 199, 128, 255, 195, 203, 128, 255, 195, 207, 128, 255, 195, 211, 128, 255, 195, 215, 128, 255, 195, 219, 128, 255, 195, 223, 128, 255, 195, 227, 128, 255, 195, 231, 128, 255, 195, 235, 128, 255, 195, 239, 128, 255, 195, 243, 128, 255, 195, 247, 128, 255, 195, 251, 128, 255, 199, 0, 128, 255, 199, 3, 128, 255, 199, 7, 128, 255, 199, 11, 128, 255, 199, 15, 128, 255, 199, 19, 128, 255, 199, 23, 128, 255, 199, 27, 128, 255, 199, 31, 128, 255, 199, 35, 128, 255, 199, 39, 128, 255, 199, 43, 128, 255, 199, 47, 128, 255, 199, 51, 128, 255, 199, 55, 128, 255, 199, 59, 128, 255, 199, 63, 128, 255, 199, 67, 128, 255, 199, 71, 128, 255, 199, 75, 128, 255, 199, 79, 128, 255, 199, 83, 128, 255, 199, 87, 128, 255, 199, 91, 128, 255, 199, 95, 128, 255, 199, 99, 128, 255, 199, 103, 128, 255, 199, 107, 128, 255, 199, 111, 128, 255, 199, 115, 128, 255, 199, 119, 128, 255, 199, 123, 128, 255, 199, 127, 128, 255, 199, 131, 128, 255, 199, 135, 128, 255, 199, 139, 128, 255, 199, 143, 128, 255, 199, 147, 128, 255, 199, 151, 128, 255, 199, 155, 128, 255, 199, 159, 128, 255, 199, 163, 128, 255, 199, 167, 128, 255, 199, 171, 128, 255, 199, 175, 128, 255, 199, 179, 128, 255, 199, 183, 128, 255, 199, 187, 128, 255, 199, 191, 128, 255, 199, 195, 128, 255, 199, 199, 128, 255, 199, 203, 128, 255, 199, 207, 128, 255, 199, 211, 128, 255, 199, 215, 128, 255, 199, 219, 128, 255, 199, 223, 128, 255, 199, 227, 128, 255, 199, 231, 128, 255, 199, 235, 128, 255, 199, 239, 128, 255, 199, 243, 128, 255, 199, 247, 128, 255, 199, 251, 128, 255, 203, 0, 128, 255, 203, 3, 128, 255, 203, 7, 128, 255, 203, 11, 128, 255, 203, 15, 128, 255, 203, 19, 128, 255, 203, 23, 128, 255, 203, 27, 128, 255, 203, 31, 128, 255, 203, 35, 128, 255, 203, 39, 128, 255, 203, 43, 128, 255, 203, 47, 128, 255, 203, 51, 128, 255, 203, 55, 128, 255, 203, 59, 128, 255, 203, 63, 128, 255, 203, 67, 128, 255, 203, 71, 128, 255, 203, 75, 128, 255, 203, 79, 128, 255, 203, 83, 128, 255, 203, 87, 128, 255, 203, 91, 128, 255, 203, 95, 128, 255, 203, 99, 128, 255, 203, 103, 128, 255, 203, 107, 128, 255, 203, 111, 128, 255, 203, 115, 128, 255, 203, 119, 128, 255, 203, 123, 128, 255, 203, 127, 128, 255, 203, 131, 128, 255, 203, 135, 128, 255, 203, 139, 128, 255, 203, 143, 128, 255, 203, 147, 128, 255, 203, 151, 128, 255, 203, 155, 128, 255, 203, 159, 128, 255, 203, 163, 128, 255, 203, 167, 128, 255, 203, 171, 128, 255, 203, 175, 128, 255, 203, 179, 128, 255, 203, 183, 128, 255, 203, 187, 128, 255, 203, 191, 128, 255, 203, 195, 128, 255, 203, 199, 128, 255, 203, 203, 128, 255, 203, 207, 128, 255, 203, 211, 128, 255, 203, 215, 128, 255, 203, 219, 128, 255, 203, 223, 128, 255, 203, 227, 128, 255, 203, 231, 128, 255, 203, 235, 128, 255, 203, 239, 128, 255, 203, 243, 128, 255, 203, 247, 128, 255, 203, 251, 128, 255, 207, 0, 128, 255, 207, 3, 128, 255, 207, 7, 128, 255, 207, 11, 128, 255, 207, 15, 128, 255, 207, 19, 128, 255, 207, 23, 128, 255, 207, 27, 128, 255, 207, 31, 128, 255, 207, 35, 128, 255, 207, 39, 128, 255, 207, 43, 128, 255, 207, 47, 128, 255, 207, 51, 128, 255, 207, 55, 128, 255, 207, 59, 128, 255, 207, 63, 128, 255, 207, 67, 128, 255, 207, 71, 128, 255, 207, 75, 128, 255, 207, 79, 128, 255, 207, 83, 128, 255, 207, 87, 128, 255, 207, 91, 128, 255, 207, 95, 128, 255, 207, 99, 128, 255, 207, 103, 128, 255, 207, 107, 128, 255, 207, 111, 128, 255, 207, 115, 128, 255, 207, 119, 128, 255, 207, 123, 128, 255, 207, 127, 128, 255, 207, 131, 128, 255, 207, 135, 128, 255, 207, 139, 128, 255, 207, 143, 128, 255, 207, 147, 128, 255, 207, 151, 128, 255, 207, 155, 128, 255, 207, 159, 128, 255, 207, 163, 128, 255, 207, 167, 128, 255, 207, 171, 128, 255, 207, 175, 128, 255, 207, 179, 128, 255, 207, 183, 128, 255, 207, 187, 128, 255, 207, 191, 128, 255, 207, 195, 128, 255, 207, 199, 128, 255, 207, 203, 128, 255, 207, 207, 128, 255, 207, 211, 128, 255, 207, 215, 128, 255, 207, 219, 128, 255, 207, 223, 128, 255, 207, 227, 128, 255, 207, 231, 128, 255, 207, 235, 128, 255, 207, 239, 128, 255, 207, 243, 128, 255, 207, 247, 128, 255, 207, 251, 128, 255, 211, 0, 128, 255, 211, 3, 128, 255, 211, 7, 128, 255, 211, 11, 128, 255, 211, 15, 128, 255, 211, 19, 128, 255, 211, 23, 128, 255, 211, 27, 128, 255, 211, 31, 128, 255, 211, 35, 128, 255, 211, 39, 128, 255, 211, 43, 128, 255, 211, 47, 128, 255, 211, 51, 128, 255, 211, 55, 128, 255, 211, 59, 128, 255, 211, 63, 128, 255, 211, 67, 128, 255, 211, 71, 128, 255, 211, 75, 128, 255, 211, 79, 128, 255, 211, 83, 128, 255, 211, 87, 128, 255, 211, 91, 128, 255, 211, 95, 128, 255, 211, 99, 128, 255, 211, 103, 128, 255, 211, 107, 128, 255, 211, 111, 128, 255, 211, 115, 128, 255, 211, 119, 128, 255, 211, 123, 128, 255, 211, 127, 128, 255, 211, 131, 128, 255, 211, 135, 128, 255, 211, 139, 128, 255, 211, 143, 128, 255, 211, 147, 128, 255, 211, 151, 128, 255, 211, 155, 128, 255, 211, 159, 128, 255, 211, 163, 128, 255, 211, 167, 128, 255, 211, 171, 128, 255, 211, 175, 128, 255, 211, 179, 128, 255, 211, 183, 128, 255, 211, 187, 128, 255, 211, 191, 128, 255, 211, 195, 128, 255, 211, 199, 128, 255, 211, 203, 128, 255, 211, 207, 128, 255, 211, 211, 128, 255, 211, 215, 128, 255, 211, 219, 128, 255, 211, 223, 128, 255, 211, 227, 128, 255, 211, 231, 128, 255, 211, 235, 128, 255, 211, 239, 128, 255, 211, 243, 128, 255, 211, 247, 128, 255, 211, 251, 128, 255, 215, 0, 128, 255, 215, 3, 128, 255, 215, 7, 128, 255, 215, 11, 128, 255, 215, 15, 128, 255, 215, 19, 128, 255, 215, 23, 128, 255, 215, 27, 128, 255, 215, 31, 128, 255, 215, 35, 128, 255, 215, 39, 128, 255, 215, 43, 128, 255, 215, 47, 128, 255, 215, 51, 128, 255, 215, 55, 128, 255, 215, 59, 128, 255, 215, 63, 128, 255, 215, 67, 128, 255, 215, 71, 128, 255, 215, 75, 128, 255, 215, 79, 128, 255, 215, 83, 128, 255, 215, 87, 128, 255, 215, 91, 128, 255, 215, 95, 128, 255, 215, 99, 128, 255, 215, 103, 128, 255, 215, 107, 128, 255, 215, 111, 128, 255, 215, 115, 128, 255, 215, 119, 128, 255, 215, 123, 128, 255, 215, 127, 128, 255, 215, 131, 128, 255, 215, 135, 128, 255, 215, 139, 128, 255, 215, 143, 128, 255, 215, 147, 128, 255, 215, 151, 128, 255, 215, 155, 128, 255, 215, 159, 128, 255, 215, 163, 128, 255, 215, 167, 128, 255, 215, 171, 128, 255, 215, 175, 128, 255, 215, 179, 128, 255, 215, 183, 128, 255, 215, 187, 128, 255, 215, 191, 128, 255, 215, 195, 128, 255, 215, 199, 128, 255, 215, 203, 128, 255, 215, 207, 128, 255, 215, 211, 128, 255, 215, 215, 128, 255, 215, 219, 128, 255, 215, 223, 128, 255, 215, 227, 128, 255, 215, 231, 128, 255, 215, 235, 128, 255, 215, 239, 128, 255, 215, 243, 128, 255, 215, 247, 128, 255, 215, 251, 128, 255, 219, 0, 128, 255, 219, 3, 128, 255, 219, 7, 128, 255, 219, 11, 128, 255, 219, 15, 128, 255, 219, 19, 128, 255, 219, 23, 128, 255, 219, 27, 128, 255, 219, 31, 128, 255, 219, 35, 128, 255, 219, 39, 128, 255, 219, 43, 128, 255, 219, 47, 128, 255, 219, 51, 128, 255, 219, 55, 128, 255, 219, 59, 128, 255, 219, 63, 128, 255, 219, 67, 128, 255, 219, 71, 128, 255, 219, 75, 128, 255, 219, 79, 128, 255, 219, 83, 128, 255, 219, 87, 128, 255, 219, 91, 128, 255, 219, 95, 128, 255, 219, 99, 128, 255, 219, 103, 128, 255, 219, 107, 128, 255, 219, 111, 128, 255, 219, 115, 128, 255, 219, 119, 128, 255, 219, 123, 128, 255, 219, 127, 128, 255, 219, 131, 128, 255, 219, 135, 128, 255, 219, 139, 128, 255, 219, 143, 128, 255, 219, 147, 128, 255, 219, 151, 128, 255, 219, 155, 128, 255, 219, 159, 128, 255, 219, 163, 128, 255, 219, 167, 128, 255, 219, 171, 128, 255, 219, 175, 128, 255, 219, 179, 128, 255, 219, 183, 128, 255, 219, 187, 128, 255, 219, 191, 128, 255, 219, 195, 128, 255, 219, 199, 128, 255, 219, 203, 128, 255, 219, 207, 128, 255, 219, 211, 128, 255, 219, 215, 128, 255, 219, 219, 128, 255, 219, 223, 128, 255, 219, 227, 128, 255, 219, 231, 128, 255, 219, 235, 128, 255, 219, 239, 128, 255, 219, 243, 128, 255, 219, 247, 128, 255, 219, 251, 128, 255, 223, 0, 128, 255, 223, 3, 128, 255, 223, 7, 128, 255, 223, 11, 128, 255, 223, 15, 128, 255, 223, 19, 128, 255, 223, 23, 128, 255, 223, 27, 128, 255, 223, 31, 128, 255, 223, 35, 128, 255, 223, 39, 128, 255, 223, 43, 128, 255, 223, 47, 128, 255, 223, 51, 128, 255, 223, 55, 128, 255, 223, 59, 128, 255, 223, 63, 128, 255, 223, 67, 128, 255, 223, 71, 128, 255, 223, 75, 128, 255, 223, 79, 128, 255, 223, 83, 128, 255, 223, 87, 128, 255, 223, 91, 128, 255, 223, 95, 128, 255, 223, 99, 128, 255, 223, 103, 128, 255, 223, 107, 128, 255, 223, 111, 128, 255, 223, 115, 128, 255, 223, 119, 128, 255, 223, 123, 128, 255, 223, 127, 128, 255, 223, 131, 128, 255, 223, 135, 128, 255, 223, 139, 128, 255, 223, 143, 128, 255, 223, 147, 128, 255, 223, 151, 128, 255, 223, 155, 128, 255, 223, 159, 128, 255, 223, 163, 128, 255, 223, 167, 128, 255, 223, 171, 128, 255, 223, 175, 128, 255, 223, 179, 128, 255, 223, 183, 128, 255, 223, 187, 128, 255, 223, 191, 128, 255, 223, 195, 128, 255, 223, 199, 128, 255, 223, 203, 128, 255, 223, 207, 128, 255, 223, 211, 128, 255, 223, 215, 128, 255, 223, 219, 128, 255, 223, 223, 128, 255, 223, 227, 128, 255, 223, 231, 128, 255, 223, 235, 128, 255, 223, 239, 128, 255, 223, 243, 128, 255, 223, 247, 128, 255, 223, 251, 128, 255, 227, 0, 128, 255, 227, 3, 128, 255, 227, 7, 128, 255, 227, 11, 128, 255, 227, 15, 128, 255, 227, 19, 128, 255, 227, 23, 128, 255, 227, 27, 128, 255, 227, 31, 128, 255, 227, 35, 128, 255, 227, 39, 128, 255, 227, 43, 128, 255, 227, 47, 128, 255, 227, 51, 128, 255, 227, 55, 128, 255, 227, 59, 128, 255, 227, 63, 128, 255, 227, 67, 128, 255, 227, 71, 128, 255, 227, 75, 128, 255, 227, 79, 128, 255, 227, 83, 128, 255, 227, 87, 128, 255, 227, 91, 128, 255, 227, 95, 128, 255, 227, 99, 128, 255, 227, 103, 128, 255, 227, 107, 128, 255, 227, 111, 128, 255, 227, 115, 128, 255, 227, 119, 128, 255, 227, 123, 128, 255, 227, 127, 128, 255, 227, 131, 128, 255, 227, 135, 128, 255, 227, 139, 128, 255, 227, 143, 128, 255, 227, 147, 128, 255, 227, 151, 128, 255, 227, 155, 128, 255, 227, 159, 128, 255, 227, 163, 128, 255, 227, 167, 128, 255, 227, 171, 128, 255, 227, 175, 128, 255, 227, 179, 128, 255, 227, 183, 128, 255, 227, 187, 128, 255, 227, 191, 128, 255, 227, 195, 128, 255, 227, 199, 128, 255, 227, 203, 128, 255, 227, 207, 128, 255, 227, 211, 128, 255, 227, 215, 128, 255, 227, 219, 128, 255, 227, 223, 128, 255, 227, 227, 128, 255, 227, 231, 128, 255, 227, 235, 128, 255, 227, 239, 128, 255, 227, 243, 128, 255, 227, 247, 128, 255, 227, 251, 128, 255, 231, 0, 128, 255, 231, 3, 128, 255, 231, 7, 128, 255, 231, 11, 128, 255, 231, 15, 128, 255, 231, 19, 128, 255, 231, 23, 128, 255, 231, 27, 128, 255, 231, 31, 128, 255, 231, 35, 128, 255, 231, 39, 128, 255, 231, 43, 128, 255, 231, 47, 128, 255, 231, 51, 128, 255, 231, 55, 128, 255, 231, 59, 128, 255, 231, 63, 128, 255, 231, 67, 128, 255, 231, 71, 128, 255, 231, 75, 128, 255, 231, 79, 128, 255, 231, 83, 128, 255, 231, 87, 128, 255, 231, 91, 128, 255, 231, 95, 128, 255, 231, 99, 128, 255, 231, 103, 128, 255, 231, 107, 128, 255, 231, 111, 128, 255, 231, 115, 128, 255, 231, 119, 128, 255, 231, 123, 128, 255, 231, 127, 128, 255, 231, 131, 128, 255, 231, 135, 128, 255, 231, 139, 128, 255, 231, 143, 128, 255, 231, 147, 128, 255, 231, 151, 128, 255, 231, 155, 128, 255, 231, 159, 128, 255, 231, 163, 128, 255, 231, 167, 128, 255, 231, 171, 128, 255, 231, 175, 128, 255, 231, 179, 128, 255, 231, 183, 128, 255, 231, 187, 128, 255, 231, 191, 128, 255, 231, 195, 128, 255, 231, 199, 128, 255, 231, 203, 128, 255, 231, 207, 128, 255, 231, 211, 128, 255, 231, 215, 128, 255, 231, 219, 128, 255, 231, 223, 128, 255, 231, 227, 128, 255, 231, 231, 128, 255, 231, 235, 128, 255, 231, 239, 128, 255, 231, 243, 128, 255, 231, 247, 128, 255, 231, 251, 128, 255, 235, 0, 128, 255, 235, 3, 128, 255, 235, 7, 128, 255, 235, 11, 128, 255, 235, 15, 128, 255, 235, 19, 128, 255, 235, 23, 128, 255, 235, 27, 128, 255, 235, 31, 128, 255, 235, 35, 128, 255, 235, 39, 128, 255, 235, 43, 128, 255, 235, 47, 128, 255, 235, 51, 128, 255, 235, 55, 128, 255, 235, 59, 128, 255, 235, 63, 128, 255, 235, 67, 128, 255, 235, 71, 128, 255, 235, 75, 128, 255, 235, 79, 128, 255, 235, 83, 128, 255, 235, 87, 128, 255, 235, 91, 128, 255, 235, 95, 128, 255, 235, 99, 128, 255, 235, 103, 128, 255, 235, 107, 128, 255, 235, 111, 128, 255, 235, 115, 128, 255, 235, 119, 128, 255, 235, 123, 128, 255, 235, 127, 128, 255, 235, 131, 128, 255, 235, 135, 128, 255, 235, 139, 128, 255, 235, 143, 128, 255, 235, 147, 128, 255, 235, 151, 128, 255, 235, 155, 128, 255, 235, 159, 128, 255, 235, 163, 128, 255, 235, 167, 128, 255, 235, 171, 128, 255, 235, 175, 128, 255, 235, 179, 128, 255, 235, 183, 128, 255, 235, 187, 128, 255, 235, 191, 128, 255, 235, 195, 128, 255, 235, 199, 128, 255, 235, 203, 128, 255, 235, 207, 128, 255, 235, 211, 128, 255, 235, 215, 128, 255, 235, 219, 128, 255, 235, 223, 128, 255, 235, 227, 128, 255, 235, 231, 128, 255, 235, 235, 128, 255, 235, 239, 128, 255, 235, 243, 128, 255, 235, 247, 128, 255, 235, 251, 128, 255, 239, 0, 128, 255, 239, 3, 128, 255, 239, 7, 128, 255, 239, 11, 128, 255, 239, 15, 128, 255, 239, 19, 128, 255, 239, 23, 128, 255, 239, 27, 128, 255, 239, 31, 128, 255, 239, 35, 128, 255, 239, 39, 128, 255, 239, 43, 128, 255, 239, 47, 128, 255, 239, 51, 128, 255, 239, 55, 128, 255, 239, 59, 128, 255, 239, 63, 128, 255, 239, 67, 128, 255, 239, 71, 128, 255, 239, 75, 128, 255, 239, 79, 128, 255, 239, 83, 128, 255, 239, 87, 128, 255, 239, 91, 128, 255, 239, 95, 128, 255, 239, 99, 128, 255, 239, 103, 128, 255, 239, 107, 128, 255, 239, 111, 128, 255, 239, 115, 128, 255, 239, 119, 128, 255, 239, 123, 128, 255, 239, 127, 128, 255, 239, 131, 128, 255, 239, 135, 128, 255, 239, 139, 128, 255, 239, 143, 128, 255, 239, 147, 128, 255, 239, 151, 128, 255, 239, 155, 128, 255, 239, 159, 128, 255, 239, 163, 128, 255, 239, 167, 128, 255, 239, 171, 128, 255, 239, 175, 128, 255, 239, 179, 128, 255, 239, 183, 128, 255, 239, 187, 128, 255, 239, 191, 128, 255, 239, 195, 128, 255, 239, 199, 128, 255, 239, 203, 128, 255, 239, 207, 128, 255, 239, 211, 128, 255, 239, 215, 128, 255, 239, 219, 128, 255, 239, 223, 128, 255, 239, 227, 128, 255, 239, 231, 128, 255, 239, 235, 128, 255, 239, 239, 128, 255, 239, 243, 128, 255, 239, 247, 128, 255, 239, 251, 128, 255, 243, 0, 128, 255, 243, 3, 128, 255, 243, 7, 128, 255, 243, 11, 128, 255, 243, 15, 128, 255, 243, 19, 128, 255, 243, 23, 128, 255, 243, 27, 128, 255, 243, 31, 128, 255, 243, 35, 128, 255, 243, 39, 128, 255, 243, 43, 128, 255, 243, 47, 128, 255, 243, 51, 128, 255, 243, 55, 128, 255, 243, 59, 128, 255, 243, 63, 128, 255, 243, 67, 128, 255, 243, 71, 128, 255, 243, 75, 128, 255, 243, 79, 128, 255, 243, 83, 128, 255, 243, 87, 128, 255, 243, 91, 128, 255, 243, 95, 128, 255, 243, 99, 128, 255, 243, 103, 128, 255, 243, 107, 128, 255, 243, 111, 128, 255, 243, 115, 128, 255, 243, 119, 128, 255, 243, 123, 128, 255, 243, 127, 128, 255, 243, 131, 128, 255, 243, 135, 128, 255, 243, 139, 128, 255, 243, 143, 128, 255, 243, 147, 128, 255, 243, 151, 128, 255, 243, 155, 128, 255, 243, 159, 128, 255, 243, 163, 128, 255, 243, 167, 128, 255, 243, 171, 128, 255, 243, 175, 128, 255, 243, 179, 128, 255, 243, 183, 128, 255, 243, 187, 128, 255, 243, 191, 128, 255, 243, 195, 128, 255, 243, 199, 128, 255, 243, 203, 128, 255, 243, 207, 128, 255, 243, 211, 128, 255, 243, 215, 128, 255, 243, 219, 128, 255, 243, 223, 128, 255, 243, 227, 128, 255, 243, 231, 128, 255, 243, 235, 128, 255, 243, 239, 128, 255, 243, 243, 128, 255, 243, 247, 128, 255, 243, 251, 128, 255, 247, 0, 128, 255, 247, 3, 128, 255, 247, 7, 128, 255, 247, 11, 128, 255, 247, 15, 128, 255, 247, 19, 128, 255, 247, 23, 128, 255, 247, 27, 128, 255, 247, 31, 128, 255, 247, 35, 128, 255, 247, 39, 128, 255, 247, 43, 128, 255, 247, 47, 128, 255, 247, 51, 128, 255, 247, 55, 128, 255, 247, 59, 128, 255, 247, 63, 128, 255, 247, 67, 128, 255, 247, 71, 128, 255, 247, 75, 128, 255, 247, 79, 128, 255, 247, 83, 128, 255, 247, 87, 128, 255, 247, 91, 128, 255, 247, 95, 128, 255, 247, 99, 128, 255, 247, 103, 128, 255, 247, 107, 128, 255, 247, 111, 128, 255, 247, 115, 128, 255, 247, 119, 128, 255, 247, 123, 128, 255, 247, 127, 128, 255, 247, 131, 128, 255, 247, 135, 128, 255, 247, 139, 128, 255, 247, 143, 128, 255, 247, 147, 128, 255, 247, 151, 128, 255, 247, 155, 128, 255, 247, 159, 128, 255, 247, 163, 128, 255, 247, 167, 128, 255, 247, 171, 128, 255, 247, 175, 128, 255, 247, 179, 128, 255, 247, 183, 128, 255, 247, 187, 128, 255, 247, 191, 128, 255, 247, 195, 128, 255, 247, 199, 128, 255, 247, 203, 128, 255, 247, 207, 128, 255, 247, 211, 128, 255, 247, 215, 128, 255, 247, 219, 128, 255, 247, 223, 128, 255, 247, 227, 128, 255, 247, 231, 128, 255, 247, 235, 128, 255, 247, 239, 128, 255, 247, 243, 128, 255, 247, 247, 128, 255, 247, 251, 128, 255, 251, 0, 128, 255, 251, 3, 128, 255, 251, 7, 128, 255, 251, 11, 128, 255, 251, 15, 128, 255, 251, 19, 128, 255, 251, 23, 128, 255, 251, 27, 128, 255, 251, 31, 128, 255, 251, 35, 128, 255, 251, 39, 128, 255, 251, 43, 128, 255, 251, 47, 128, 255, 251, 51, 128, 255, 251, 55, 128, 255, 251, 59, 128, 255, 251, 63, 128, 255, 251, 67, 128, 255, 251, 71, 128, 255, 251, 75, 128, 255, 251, 79, 128, 255, 251, 83, 128, 255, 251, 87, 128, 255, 251, 91, 128, 255, 251, 95, 128, 255, 251, 99, 128, 255, 251, 103, 128, 255, 251, 107, 128, 255, 251, 111, 128, 255, 251, 115, 128, 255, 251, 119, 128, 255, 251, 123, 128, 255, 251, 127, 128, 255, 251, 131, 128, 255, 251, 135, 128, 255, 251, 139, 128, 255, 251, 143, 128, 255, 251, 147, 128, 255, 251, 151, 128, 255, 251, 155, 128, 255, 251, 159, 128, 255, 251, 163, 128, 255, 251, 167, 128, 255, 251, 171, 128, 255, 251, 175, 128, 255, 251, 179, 128, 255, 251, 183, 128, 255, 251, 187, 128, 255, 251, 191, 128, 255, 251, 195, 128, 255, 251, 199, 128, 255, 251, 203, 128, 255, 251, 207, 128, 255, 251, 211, 128, 255, 251, 215, 128, 255, 251, 219, 128, 255, 251, 223, 128, 255, 251, 227, 128, 255, 251, 231, 128, 255, 251, 235, 128, 255, 251, 239, 128, 255, 251, 243, 128, 255, 251, 247, 128, 255, 251, 251, 128, 255]}]], ["addSource", ["point", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [0, 0]}}]}}]], ["addLayer", [{"id": "points", "type": "symbol", "layout": {"icon-image": "gradient"}, "source": "point"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 0], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addImage", ["gradient", {"width": 64, "height": 64, "data": [0, 0, 128, 255, 0, 3, 128, 255, 0, 7, 128, 255, 0, 11, 128, 255, 0, 15, 128, 255, 0, 19, 128, 255, 0, 23, 128, 255, 0, 27, 128, 255, 0, 31, 128, 255, 0, 35, 128, 255, 0, 39, 128, 255, 0, 43, 128, 255, 0, 47, 128, 255, 0, 51, 128, 255, 0, 55, 128, 255, 0, 59, 128, 255, 0, 63, 128, 255, 0, 67, 128, 255, 0, 71, 128, 255, 0, 75, 128, 255, 0, 79, 128, 255, 0, 83, 128, 255, 0, 87, 128, 255, 0, 91, 128, 255, 0, 95, 128, 255, 0, 99, 128, 255, 0, 103, 128, 255, 0, 107, 128, 255, 0, 111, 128, 255, 0, 115, 128, 255, 0, 119, 128, 255, 0, 123, 128, 255, 0, 127, 128, 255, 0, 131, 128, 255, 0, 135, 128, 255, 0, 139, 128, 255, 0, 143, 128, 255, 0, 147, 128, 255, 0, 151, 128, 255, 0, 155, 128, 255, 0, 159, 128, 255, 0, 163, 128, 255, 0, 167, 128, 255, 0, 171, 128, 255, 0, 175, 128, 255, 0, 179, 128, 255, 0, 183, 128, 255, 0, 187, 128, 255, 0, 191, 128, 255, 0, 195, 128, 255, 0, 199, 128, 255, 0, 203, 128, 255, 0, 207, 128, 255, 0, 211, 128, 255, 0, 215, 128, 255, 0, 219, 128, 255, 0, 223, 128, 255, 0, 227, 128, 255, 0, 231, 128, 255, 0, 235, 128, 255, 0, 239, 128, 255, 0, 243, 128, 255, 0, 247, 128, 255, 0, 251, 128, 255, 3, 0, 128, 255, 3, 3, 128, 255, 3, 7, 128, 255, 3, 11, 128, 255, 3, 15, 128, 255, 3, 19, 128, 255, 3, 23, 128, 255, 3, 27, 128, 255, 3, 31, 128, 255, 3, 35, 128, 255, 3, 39, 128, 255, 3, 43, 128, 255, 3, 47, 128, 255, 3, 51, 128, 255, 3, 55, 128, 255, 3, 59, 128, 255, 3, 63, 128, 255, 3, 67, 128, 255, 3, 71, 128, 255, 3, 75, 128, 255, 3, 79, 128, 255, 3, 83, 128, 255, 3, 87, 128, 255, 3, 91, 128, 255, 3, 95, 128, 255, 3, 99, 128, 255, 3, 103, 128, 255, 3, 107, 128, 255, 3, 111, 128, 255, 3, 115, 128, 255, 3, 119, 128, 255, 3, 123, 128, 255, 3, 127, 128, 255, 3, 131, 128, 255, 3, 135, 128, 255, 3, 139, 128, 255, 3, 143, 128, 255, 3, 147, 128, 255, 3, 151, 128, 255, 3, 155, 128, 255, 3, 159, 128, 255, 3, 163, 128, 255, 3, 167, 128, 255, 3, 171, 128, 255, 3, 175, 128, 255, 3, 179, 128, 255, 3, 183, 128, 255, 3, 187, 128, 255, 3, 191, 128, 255, 3, 195, 128, 255, 3, 199, 128, 255, 3, 203, 128, 255, 3, 207, 128, 255, 3, 211, 128, 255, 3, 215, 128, 255, 3, 219, 128, 255, 3, 223, 128, 255, 3, 227, 128, 255, 3, 231, 128, 255, 3, 235, 128, 255, 3, 239, 128, 255, 3, 243, 128, 255, 3, 247, 128, 255, 3, 251, 128, 255, 7, 0, 128, 255, 7, 3, 128, 255, 7, 7, 128, 255, 7, 11, 128, 255, 7, 15, 128, 255, 7, 19, 128, 255, 7, 23, 128, 255, 7, 27, 128, 255, 7, 31, 128, 255, 7, 35, 128, 255, 7, 39, 128, 255, 7, 43, 128, 255, 7, 47, 128, 255, 7, 51, 128, 255, 7, 55, 128, 255, 7, 59, 128, 255, 7, 63, 128, 255, 7, 67, 128, 255, 7, 71, 128, 255, 7, 75, 128, 255, 7, 79, 128, 255, 7, 83, 128, 255, 7, 87, 128, 255, 7, 91, 128, 255, 7, 95, 128, 255, 7, 99, 128, 255, 7, 103, 128, 255, 7, 107, 128, 255, 7, 111, 128, 255, 7, 115, 128, 255, 7, 119, 128, 255, 7, 123, 128, 255, 7, 127, 128, 255, 7, 131, 128, 255, 7, 135, 128, 255, 7, 139, 128, 255, 7, 143, 128, 255, 7, 147, 128, 255, 7, 151, 128, 255, 7, 155, 128, 255, 7, 159, 128, 255, 7, 163, 128, 255, 7, 167, 128, 255, 7, 171, 128, 255, 7, 175, 128, 255, 7, 179, 128, 255, 7, 183, 128, 255, 7, 187, 128, 255, 7, 191, 128, 255, 7, 195, 128, 255, 7, 199, 128, 255, 7, 203, 128, 255, 7, 207, 128, 255, 7, 211, 128, 255, 7, 215, 128, 255, 7, 219, 128, 255, 7, 223, 128, 255, 7, 227, 128, 255, 7, 231, 128, 255, 7, 235, 128, 255, 7, 239, 128, 255, 7, 243, 128, 255, 7, 247, 128, 255, 7, 251, 128, 255, 11, 0, 128, 255, 11, 3, 128, 255, 11, 7, 128, 255, 11, 11, 128, 255, 11, 15, 128, 255, 11, 19, 128, 255, 11, 23, 128, 255, 11, 27, 128, 255, 11, 31, 128, 255, 11, 35, 128, 255, 11, 39, 128, 255, 11, 43, 128, 255, 11, 47, 128, 255, 11, 51, 128, 255, 11, 55, 128, 255, 11, 59, 128, 255, 11, 63, 128, 255, 11, 67, 128, 255, 11, 71, 128, 255, 11, 75, 128, 255, 11, 79, 128, 255, 11, 83, 128, 255, 11, 87, 128, 255, 11, 91, 128, 255, 11, 95, 128, 255, 11, 99, 128, 255, 11, 103, 128, 255, 11, 107, 128, 255, 11, 111, 128, 255, 11, 115, 128, 255, 11, 119, 128, 255, 11, 123, 128, 255, 11, 127, 128, 255, 11, 131, 128, 255, 11, 135, 128, 255, 11, 139, 128, 255, 11, 143, 128, 255, 11, 147, 128, 255, 11, 151, 128, 255, 11, 155, 128, 255, 11, 159, 128, 255, 11, 163, 128, 255, 11, 167, 128, 255, 11, 171, 128, 255, 11, 175, 128, 255, 11, 179, 128, 255, 11, 183, 128, 255, 11, 187, 128, 255, 11, 191, 128, 255, 11, 195, 128, 255, 11, 199, 128, 255, 11, 203, 128, 255, 11, 207, 128, 255, 11, 211, 128, 255, 11, 215, 128, 255, 11, 219, 128, 255, 11, 223, 128, 255, 11, 227, 128, 255, 11, 231, 128, 255, 11, 235, 128, 255, 11, 239, 128, 255, 11, 243, 128, 255, 11, 247, 128, 255, 11, 251, 128, 255, 15, 0, 128, 255, 15, 3, 128, 255, 15, 7, 128, 255, 15, 11, 128, 255, 15, 15, 128, 255, 15, 19, 128, 255, 15, 23, 128, 255, 15, 27, 128, 255, 15, 31, 128, 255, 15, 35, 128, 255, 15, 39, 128, 255, 15, 43, 128, 255, 15, 47, 128, 255, 15, 51, 128, 255, 15, 55, 128, 255, 15, 59, 128, 255, 15, 63, 128, 255, 15, 67, 128, 255, 15, 71, 128, 255, 15, 75, 128, 255, 15, 79, 128, 255, 15, 83, 128, 255, 15, 87, 128, 255, 15, 91, 128, 255, 15, 95, 128, 255, 15, 99, 128, 255, 15, 103, 128, 255, 15, 107, 128, 255, 15, 111, 128, 255, 15, 115, 128, 255, 15, 119, 128, 255, 15, 123, 128, 255, 15, 127, 128, 255, 15, 131, 128, 255, 15, 135, 128, 255, 15, 139, 128, 255, 15, 143, 128, 255, 15, 147, 128, 255, 15, 151, 128, 255, 15, 155, 128, 255, 15, 159, 128, 255, 15, 163, 128, 255, 15, 167, 128, 255, 15, 171, 128, 255, 15, 175, 128, 255, 15, 179, 128, 255, 15, 183, 128, 255, 15, 187, 128, 255, 15, 191, 128, 255, 15, 195, 128, 255, 15, 199, 128, 255, 15, 203, 128, 255, 15, 207, 128, 255, 15, 211, 128, 255, 15, 215, 128, 255, 15, 219, 128, 255, 15, 223, 128, 255, 15, 227, 128, 255, 15, 231, 128, 255, 15, 235, 128, 255, 15, 239, 128, 255, 15, 243, 128, 255, 15, 247, 128, 255, 15, 251, 128, 255, 19, 0, 128, 255, 19, 3, 128, 255, 19, 7, 128, 255, 19, 11, 128, 255, 19, 15, 128, 255, 19, 19, 128, 255, 19, 23, 128, 255, 19, 27, 128, 255, 19, 31, 128, 255, 19, 35, 128, 255, 19, 39, 128, 255, 19, 43, 128, 255, 19, 47, 128, 255, 19, 51, 128, 255, 19, 55, 128, 255, 19, 59, 128, 255, 19, 63, 128, 255, 19, 67, 128, 255, 19, 71, 128, 255, 19, 75, 128, 255, 19, 79, 128, 255, 19, 83, 128, 255, 19, 87, 128, 255, 19, 91, 128, 255, 19, 95, 128, 255, 19, 99, 128, 255, 19, 103, 128, 255, 19, 107, 128, 255, 19, 111, 128, 255, 19, 115, 128, 255, 19, 119, 128, 255, 19, 123, 128, 255, 19, 127, 128, 255, 19, 131, 128, 255, 19, 135, 128, 255, 19, 139, 128, 255, 19, 143, 128, 255, 19, 147, 128, 255, 19, 151, 128, 255, 19, 155, 128, 255, 19, 159, 128, 255, 19, 163, 128, 255, 19, 167, 128, 255, 19, 171, 128, 255, 19, 175, 128, 255, 19, 179, 128, 255, 19, 183, 128, 255, 19, 187, 128, 255, 19, 191, 128, 255, 19, 195, 128, 255, 19, 199, 128, 255, 19, 203, 128, 255, 19, 207, 128, 255, 19, 211, 128, 255, 19, 215, 128, 255, 19, 219, 128, 255, 19, 223, 128, 255, 19, 227, 128, 255, 19, 231, 128, 255, 19, 235, 128, 255, 19, 239, 128, 255, 19, 243, 128, 255, 19, 247, 128, 255, 19, 251, 128, 255, 23, 0, 128, 255, 23, 3, 128, 255, 23, 7, 128, 255, 23, 11, 128, 255, 23, 15, 128, 255, 23, 19, 128, 255, 23, 23, 128, 255, 23, 27, 128, 255, 23, 31, 128, 255, 23, 35, 128, 255, 23, 39, 128, 255, 23, 43, 128, 255, 23, 47, 128, 255, 23, 51, 128, 255, 23, 55, 128, 255, 23, 59, 128, 255, 23, 63, 128, 255, 23, 67, 128, 255, 23, 71, 128, 255, 23, 75, 128, 255, 23, 79, 128, 255, 23, 83, 128, 255, 23, 87, 128, 255, 23, 91, 128, 255, 23, 95, 128, 255, 23, 99, 128, 255, 23, 103, 128, 255, 23, 107, 128, 255, 23, 111, 128, 255, 23, 115, 128, 255, 23, 119, 128, 255, 23, 123, 128, 255, 23, 127, 128, 255, 23, 131, 128, 255, 23, 135, 128, 255, 23, 139, 128, 255, 23, 143, 128, 255, 23, 147, 128, 255, 23, 151, 128, 255, 23, 155, 128, 255, 23, 159, 128, 255, 23, 163, 128, 255, 23, 167, 128, 255, 23, 171, 128, 255, 23, 175, 128, 255, 23, 179, 128, 255, 23, 183, 128, 255, 23, 187, 128, 255, 23, 191, 128, 255, 23, 195, 128, 255, 23, 199, 128, 255, 23, 203, 128, 255, 23, 207, 128, 255, 23, 211, 128, 255, 23, 215, 128, 255, 23, 219, 128, 255, 23, 223, 128, 255, 23, 227, 128, 255, 23, 231, 128, 255, 23, 235, 128, 255, 23, 239, 128, 255, 23, 243, 128, 255, 23, 247, 128, 255, 23, 251, 128, 255, 27, 0, 128, 255, 27, 3, 128, 255, 27, 7, 128, 255, 27, 11, 128, 255, 27, 15, 128, 255, 27, 19, 128, 255, 27, 23, 128, 255, 27, 27, 128, 255, 27, 31, 128, 255, 27, 35, 128, 255, 27, 39, 128, 255, 27, 43, 128, 255, 27, 47, 128, 255, 27, 51, 128, 255, 27, 55, 128, 255, 27, 59, 128, 255, 27, 63, 128, 255, 27, 67, 128, 255, 27, 71, 128, 255, 27, 75, 128, 255, 27, 79, 128, 255, 27, 83, 128, 255, 27, 87, 128, 255, 27, 91, 128, 255, 27, 95, 128, 255, 27, 99, 128, 255, 27, 103, 128, 255, 27, 107, 128, 255, 27, 111, 128, 255, 27, 115, 128, 255, 27, 119, 128, 255, 27, 123, 128, 255, 27, 127, 128, 255, 27, 131, 128, 255, 27, 135, 128, 255, 27, 139, 128, 255, 27, 143, 128, 255, 27, 147, 128, 255, 27, 151, 128, 255, 27, 155, 128, 255, 27, 159, 128, 255, 27, 163, 128, 255, 27, 167, 128, 255, 27, 171, 128, 255, 27, 175, 128, 255, 27, 179, 128, 255, 27, 183, 128, 255, 27, 187, 128, 255, 27, 191, 128, 255, 27, 195, 128, 255, 27, 199, 128, 255, 27, 203, 128, 255, 27, 207, 128, 255, 27, 211, 128, 255, 27, 215, 128, 255, 27, 219, 128, 255, 27, 223, 128, 255, 27, 227, 128, 255, 27, 231, 128, 255, 27, 235, 128, 255, 27, 239, 128, 255, 27, 243, 128, 255, 27, 247, 128, 255, 27, 251, 128, 255, 31, 0, 128, 255, 31, 3, 128, 255, 31, 7, 128, 255, 31, 11, 128, 255, 31, 15, 128, 255, 31, 19, 128, 255, 31, 23, 128, 255, 31, 27, 128, 255, 31, 31, 128, 255, 31, 35, 128, 255, 31, 39, 128, 255, 31, 43, 128, 255, 31, 47, 128, 255, 31, 51, 128, 255, 31, 55, 128, 255, 31, 59, 128, 255, 31, 63, 128, 255, 31, 67, 128, 255, 31, 71, 128, 255, 31, 75, 128, 255, 31, 79, 128, 255, 31, 83, 128, 255, 31, 87, 128, 255, 31, 91, 128, 255, 31, 95, 128, 255, 31, 99, 128, 255, 31, 103, 128, 255, 31, 107, 128, 255, 31, 111, 128, 255, 31, 115, 128, 255, 31, 119, 128, 255, 31, 123, 128, 255, 31, 127, 128, 255, 31, 131, 128, 255, 31, 135, 128, 255, 31, 139, 128, 255, 31, 143, 128, 255, 31, 147, 128, 255, 31, 151, 128, 255, 31, 155, 128, 255, 31, 159, 128, 255, 31, 163, 128, 255, 31, 167, 128, 255, 31, 171, 128, 255, 31, 175, 128, 255, 31, 179, 128, 255, 31, 183, 128, 255, 31, 187, 128, 255, 31, 191, 128, 255, 31, 195, 128, 255, 31, 199, 128, 255, 31, 203, 128, 255, 31, 207, 128, 255, 31, 211, 128, 255, 31, 215, 128, 255, 31, 219, 128, 255, 31, 223, 128, 255, 31, 227, 128, 255, 31, 231, 128, 255, 31, 235, 128, 255, 31, 239, 128, 255, 31, 243, 128, 255, 31, 247, 128, 255, 31, 251, 128, 255, 35, 0, 128, 255, 35, 3, 128, 255, 35, 7, 128, 255, 35, 11, 128, 255, 35, 15, 128, 255, 35, 19, 128, 255, 35, 23, 128, 255, 35, 27, 128, 255, 35, 31, 128, 255, 35, 35, 128, 255, 35, 39, 128, 255, 35, 43, 128, 255, 35, 47, 128, 255, 35, 51, 128, 255, 35, 55, 128, 255, 35, 59, 128, 255, 35, 63, 128, 255, 35, 67, 128, 255, 35, 71, 128, 255, 35, 75, 128, 255, 35, 79, 128, 255, 35, 83, 128, 255, 35, 87, 128, 255, 35, 91, 128, 255, 35, 95, 128, 255, 35, 99, 128, 255, 35, 103, 128, 255, 35, 107, 128, 255, 35, 111, 128, 255, 35, 115, 128, 255, 35, 119, 128, 255, 35, 123, 128, 255, 35, 127, 128, 255, 35, 131, 128, 255, 35, 135, 128, 255, 35, 139, 128, 255, 35, 143, 128, 255, 35, 147, 128, 255, 35, 151, 128, 255, 35, 155, 128, 255, 35, 159, 128, 255, 35, 163, 128, 255, 35, 167, 128, 255, 35, 171, 128, 255, 35, 175, 128, 255, 35, 179, 128, 255, 35, 183, 128, 255, 35, 187, 128, 255, 35, 191, 128, 255, 35, 195, 128, 255, 35, 199, 128, 255, 35, 203, 128, 255, 35, 207, 128, 255, 35, 211, 128, 255, 35, 215, 128, 255, 35, 219, 128, 255, 35, 223, 128, 255, 35, 227, 128, 255, 35, 231, 128, 255, 35, 235, 128, 255, 35, 239, 128, 255, 35, 243, 128, 255, 35, 247, 128, 255, 35, 251, 128, 255, 39, 0, 128, 255, 39, 3, 128, 255, 39, 7, 128, 255, 39, 11, 128, 255, 39, 15, 128, 255, 39, 19, 128, 255, 39, 23, 128, 255, 39, 27, 128, 255, 39, 31, 128, 255, 39, 35, 128, 255, 39, 39, 128, 255, 39, 43, 128, 255, 39, 47, 128, 255, 39, 51, 128, 255, 39, 55, 128, 255, 39, 59, 128, 255, 39, 63, 128, 255, 39, 67, 128, 255, 39, 71, 128, 255, 39, 75, 128, 255, 39, 79, 128, 255, 39, 83, 128, 255, 39, 87, 128, 255, 39, 91, 128, 255, 39, 95, 128, 255, 39, 99, 128, 255, 39, 103, 128, 255, 39, 107, 128, 255, 39, 111, 128, 255, 39, 115, 128, 255, 39, 119, 128, 255, 39, 123, 128, 255, 39, 127, 128, 255, 39, 131, 128, 255, 39, 135, 128, 255, 39, 139, 128, 255, 39, 143, 128, 255, 39, 147, 128, 255, 39, 151, 128, 255, 39, 155, 128, 255, 39, 159, 128, 255, 39, 163, 128, 255, 39, 167, 128, 255, 39, 171, 128, 255, 39, 175, 128, 255, 39, 179, 128, 255, 39, 183, 128, 255, 39, 187, 128, 255, 39, 191, 128, 255, 39, 195, 128, 255, 39, 199, 128, 255, 39, 203, 128, 255, 39, 207, 128, 255, 39, 211, 128, 255, 39, 215, 128, 255, 39, 219, 128, 255, 39, 223, 128, 255, 39, 227, 128, 255, 39, 231, 128, 255, 39, 235, 128, 255, 39, 239, 128, 255, 39, 243, 128, 255, 39, 247, 128, 255, 39, 251, 128, 255, 43, 0, 128, 255, 43, 3, 128, 255, 43, 7, 128, 255, 43, 11, 128, 255, 43, 15, 128, 255, 43, 19, 128, 255, 43, 23, 128, 255, 43, 27, 128, 255, 43, 31, 128, 255, 43, 35, 128, 255, 43, 39, 128, 255, 43, 43, 128, 255, 43, 47, 128, 255, 43, 51, 128, 255, 43, 55, 128, 255, 43, 59, 128, 255, 43, 63, 128, 255, 43, 67, 128, 255, 43, 71, 128, 255, 43, 75, 128, 255, 43, 79, 128, 255, 43, 83, 128, 255, 43, 87, 128, 255, 43, 91, 128, 255, 43, 95, 128, 255, 43, 99, 128, 255, 43, 103, 128, 255, 43, 107, 128, 255, 43, 111, 128, 255, 43, 115, 128, 255, 43, 119, 128, 255, 43, 123, 128, 255, 43, 127, 128, 255, 43, 131, 128, 255, 43, 135, 128, 255, 43, 139, 128, 255, 43, 143, 128, 255, 43, 147, 128, 255, 43, 151, 128, 255, 43, 155, 128, 255, 43, 159, 128, 255, 43, 163, 128, 255, 43, 167, 128, 255, 43, 171, 128, 255, 43, 175, 128, 255, 43, 179, 128, 255, 43, 183, 128, 255, 43, 187, 128, 255, 43, 191, 128, 255, 43, 195, 128, 255, 43, 199, 128, 255, 43, 203, 128, 255, 43, 207, 128, 255, 43, 211, 128, 255, 43, 215, 128, 255, 43, 219, 128, 255, 43, 223, 128, 255, 43, 227, 128, 255, 43, 231, 128, 255, 43, 235, 128, 255, 43, 239, 128, 255, 43, 243, 128, 255, 43, 247, 128, 255, 43, 251, 128, 255, 47, 0, 128, 255, 47, 3, 128, 255, 47, 7, 128, 255, 47, 11, 128, 255, 47, 15, 128, 255, 47, 19, 128, 255, 47, 23, 128, 255, 47, 27, 128, 255, 47, 31, 128, 255, 47, 35, 128, 255, 47, 39, 128, 255, 47, 43, 128, 255, 47, 47, 128, 255, 47, 51, 128, 255, 47, 55, 128, 255, 47, 59, 128, 255, 47, 63, 128, 255, 47, 67, 128, 255, 47, 71, 128, 255, 47, 75, 128, 255, 47, 79, 128, 255, 47, 83, 128, 255, 47, 87, 128, 255, 47, 91, 128, 255, 47, 95, 128, 255, 47, 99, 128, 255, 47, 103, 128, 255, 47, 107, 128, 255, 47, 111, 128, 255, 47, 115, 128, 255, 47, 119, 128, 255, 47, 123, 128, 255, 47, 127, 128, 255, 47, 131, 128, 255, 47, 135, 128, 255, 47, 139, 128, 255, 47, 143, 128, 255, 47, 147, 128, 255, 47, 151, 128, 255, 47, 155, 128, 255, 47, 159, 128, 255, 47, 163, 128, 255, 47, 167, 128, 255, 47, 171, 128, 255, 47, 175, 128, 255, 47, 179, 128, 255, 47, 183, 128, 255, 47, 187, 128, 255, 47, 191, 128, 255, 47, 195, 128, 255, 47, 199, 128, 255, 47, 203, 128, 255, 47, 207, 128, 255, 47, 211, 128, 255, 47, 215, 128, 255, 47, 219, 128, 255, 47, 223, 128, 255, 47, 227, 128, 255, 47, 231, 128, 255, 47, 235, 128, 255, 47, 239, 128, 255, 47, 243, 128, 255, 47, 247, 128, 255, 47, 251, 128, 255, 51, 0, 128, 255, 51, 3, 128, 255, 51, 7, 128, 255, 51, 11, 128, 255, 51, 15, 128, 255, 51, 19, 128, 255, 51, 23, 128, 255, 51, 27, 128, 255, 51, 31, 128, 255, 51, 35, 128, 255, 51, 39, 128, 255, 51, 43, 128, 255, 51, 47, 128, 255, 51, 51, 128, 255, 51, 55, 128, 255, 51, 59, 128, 255, 51, 63, 128, 255, 51, 67, 128, 255, 51, 71, 128, 255, 51, 75, 128, 255, 51, 79, 128, 255, 51, 83, 128, 255, 51, 87, 128, 255, 51, 91, 128, 255, 51, 95, 128, 255, 51, 99, 128, 255, 51, 103, 128, 255, 51, 107, 128, 255, 51, 111, 128, 255, 51, 115, 128, 255, 51, 119, 128, 255, 51, 123, 128, 255, 51, 127, 128, 255, 51, 131, 128, 255, 51, 135, 128, 255, 51, 139, 128, 255, 51, 143, 128, 255, 51, 147, 128, 255, 51, 151, 128, 255, 51, 155, 128, 255, 51, 159, 128, 255, 51, 163, 128, 255, 51, 167, 128, 255, 51, 171, 128, 255, 51, 175, 128, 255, 51, 179, 128, 255, 51, 183, 128, 255, 51, 187, 128, 255, 51, 191, 128, 255, 51, 195, 128, 255, 51, 199, 128, 255, 51, 203, 128, 255, 51, 207, 128, 255, 51, 211, 128, 255, 51, 215, 128, 255, 51, 219, 128, 255, 51, 223, 128, 255, 51, 227, 128, 255, 51, 231, 128, 255, 51, 235, 128, 255, 51, 239, 128, 255, 51, 243, 128, 255, 51, 247, 128, 255, 51, 251, 128, 255, 55, 0, 128, 255, 55, 3, 128, 255, 55, 7, 128, 255, 55, 11, 128, 255, 55, 15, 128, 255, 55, 19, 128, 255, 55, 23, 128, 255, 55, 27, 128, 255, 55, 31, 128, 255, 55, 35, 128, 255, 55, 39, 128, 255, 55, 43, 128, 255, 55, 47, 128, 255, 55, 51, 128, 255, 55, 55, 128, 255, 55, 59, 128, 255, 55, 63, 128, 255, 55, 67, 128, 255, 55, 71, 128, 255, 55, 75, 128, 255, 55, 79, 128, 255, 55, 83, 128, 255, 55, 87, 128, 255, 55, 91, 128, 255, 55, 95, 128, 255, 55, 99, 128, 255, 55, 103, 128, 255, 55, 107, 128, 255, 55, 111, 128, 255, 55, 115, 128, 255, 55, 119, 128, 255, 55, 123, 128, 255, 55, 127, 128, 255, 55, 131, 128, 255, 55, 135, 128, 255, 55, 139, 128, 255, 55, 143, 128, 255, 55, 147, 128, 255, 55, 151, 128, 255, 55, 155, 128, 255, 55, 159, 128, 255, 55, 163, 128, 255, 55, 167, 128, 255, 55, 171, 128, 255, 55, 175, 128, 255, 55, 179, 128, 255, 55, 183, 128, 255, 55, 187, 128, 255, 55, 191, 128, 255, 55, 195, 128, 255, 55, 199, 128, 255, 55, 203, 128, 255, 55, 207, 128, 255, 55, 211, 128, 255, 55, 215, 128, 255, 55, 219, 128, 255, 55, 223, 128, 255, 55, 227, 128, 255, 55, 231, 128, 255, 55, 235, 128, 255, 55, 239, 128, 255, 55, 243, 128, 255, 55, 247, 128, 255, 55, 251, 128, 255, 59, 0, 128, 255, 59, 3, 128, 255, 59, 7, 128, 255, 59, 11, 128, 255, 59, 15, 128, 255, 59, 19, 128, 255, 59, 23, 128, 255, 59, 27, 128, 255, 59, 31, 128, 255, 59, 35, 128, 255, 59, 39, 128, 255, 59, 43, 128, 255, 59, 47, 128, 255, 59, 51, 128, 255, 59, 55, 128, 255, 59, 59, 128, 255, 59, 63, 128, 255, 59, 67, 128, 255, 59, 71, 128, 255, 59, 75, 128, 255, 59, 79, 128, 255, 59, 83, 128, 255, 59, 87, 128, 255, 59, 91, 128, 255, 59, 95, 128, 255, 59, 99, 128, 255, 59, 103, 128, 255, 59, 107, 128, 255, 59, 111, 128, 255, 59, 115, 128, 255, 59, 119, 128, 255, 59, 123, 128, 255, 59, 127, 128, 255, 59, 131, 128, 255, 59, 135, 128, 255, 59, 139, 128, 255, 59, 143, 128, 255, 59, 147, 128, 255, 59, 151, 128, 255, 59, 155, 128, 255, 59, 159, 128, 255, 59, 163, 128, 255, 59, 167, 128, 255, 59, 171, 128, 255, 59, 175, 128, 255, 59, 179, 128, 255, 59, 183, 128, 255, 59, 187, 128, 255, 59, 191, 128, 255, 59, 195, 128, 255, 59, 199, 128, 255, 59, 203, 128, 255, 59, 207, 128, 255, 59, 211, 128, 255, 59, 215, 128, 255, 59, 219, 128, 255, 59, 223, 128, 255, 59, 227, 128, 255, 59, 231, 128, 255, 59, 235, 128, 255, 59, 239, 128, 255, 59, 243, 128, 255, 59, 247, 128, 255, 59, 251, 128, 255, 63, 0, 128, 255, 63, 3, 128, 255, 63, 7, 128, 255, 63, 11, 128, 255, 63, 15, 128, 255, 63, 19, 128, 255, 63, 23, 128, 255, 63, 27, 128, 255, 63, 31, 128, 255, 63, 35, 128, 255, 63, 39, 128, 255, 63, 43, 128, 255, 63, 47, 128, 255, 63, 51, 128, 255, 63, 55, 128, 255, 63, 59, 128, 255, 63, 63, 128, 255, 63, 67, 128, 255, 63, 71, 128, 255, 63, 75, 128, 255, 63, 79, 128, 255, 63, 83, 128, 255, 63, 87, 128, 255, 63, 91, 128, 255, 63, 95, 128, 255, 63, 99, 128, 255, 63, 103, 128, 255, 63, 107, 128, 255, 63, 111, 128, 255, 63, 115, 128, 255, 63, 119, 128, 255, 63, 123, 128, 255, 63, 127, 128, 255, 63, 131, 128, 255, 63, 135, 128, 255, 63, 139, 128, 255, 63, 143, 128, 255, 63, 147, 128, 255, 63, 151, 128, 255, 63, 155, 128, 255, 63, 159, 128, 255, 63, 163, 128, 255, 63, 167, 128, 255, 63, 171, 128, 255, 63, 175, 128, 255, 63, 179, 128, 255, 63, 183, 128, 255, 63, 187, 128, 255, 63, 191, 128, 255, 63, 195, 128, 255, 63, 199, 128, 255, 63, 203, 128, 255, 63, 207, 128, 255, 63, 211, 128, 255, 63, 215, 128, 255, 63, 219, 128, 255, 63, 223, 128, 255, 63, 227, 128, 255, 63, 231, 128, 255, 63, 235, 128, 255, 63, 239, 128, 255, 63, 243, 128, 255, 63, 247, 128, 255, 63, 251, 128, 255, 67, 0, 128, 255, 67, 3, 128, 255, 67, 7, 128, 255, 67, 11, 128, 255, 67, 15, 128, 255, 67, 19, 128, 255, 67, 23, 128, 255, 67, 27, 128, 255, 67, 31, 128, 255, 67, 35, 128, 255, 67, 39, 128, 255, 67, 43, 128, 255, 67, 47, 128, 255, 67, 51, 128, 255, 67, 55, 128, 255, 67, 59, 128, 255, 67, 63, 128, 255, 67, 67, 128, 255, 67, 71, 128, 255, 67, 75, 128, 255, 67, 79, 128, 255, 67, 83, 128, 255, 67, 87, 128, 255, 67, 91, 128, 255, 67, 95, 128, 255, 67, 99, 128, 255, 67, 103, 128, 255, 67, 107, 128, 255, 67, 111, 128, 255, 67, 115, 128, 255, 67, 119, 128, 255, 67, 123, 128, 255, 67, 127, 128, 255, 67, 131, 128, 255, 67, 135, 128, 255, 67, 139, 128, 255, 67, 143, 128, 255, 67, 147, 128, 255, 67, 151, 128, 255, 67, 155, 128, 255, 67, 159, 128, 255, 67, 163, 128, 255, 67, 167, 128, 255, 67, 171, 128, 255, 67, 175, 128, 255, 67, 179, 128, 255, 67, 183, 128, 255, 67, 187, 128, 255, 67, 191, 128, 255, 67, 195, 128, 255, 67, 199, 128, 255, 67, 203, 128, 255, 67, 207, 128, 255, 67, 211, 128, 255, 67, 215, 128, 255, 67, 219, 128, 255, 67, 223, 128, 255, 67, 227, 128, 255, 67, 231, 128, 255, 67, 235, 128, 255, 67, 239, 128, 255, 67, 243, 128, 255, 67, 247, 128, 255, 67, 251, 128, 255, 71, 0, 128, 255, 71, 3, 128, 255, 71, 7, 128, 255, 71, 11, 128, 255, 71, 15, 128, 255, 71, 19, 128, 255, 71, 23, 128, 255, 71, 27, 128, 255, 71, 31, 128, 255, 71, 35, 128, 255, 71, 39, 128, 255, 71, 43, 128, 255, 71, 47, 128, 255, 71, 51, 128, 255, 71, 55, 128, 255, 71, 59, 128, 255, 71, 63, 128, 255, 71, 67, 128, 255, 71, 71, 128, 255, 71, 75, 128, 255, 71, 79, 128, 255, 71, 83, 128, 255, 71, 87, 128, 255, 71, 91, 128, 255, 71, 95, 128, 255, 71, 99, 128, 255, 71, 103, 128, 255, 71, 107, 128, 255, 71, 111, 128, 255, 71, 115, 128, 255, 71, 119, 128, 255, 71, 123, 128, 255, 71, 127, 128, 255, 71, 131, 128, 255, 71, 135, 128, 255, 71, 139, 128, 255, 71, 143, 128, 255, 71, 147, 128, 255, 71, 151, 128, 255, 71, 155, 128, 255, 71, 159, 128, 255, 71, 163, 128, 255, 71, 167, 128, 255, 71, 171, 128, 255, 71, 175, 128, 255, 71, 179, 128, 255, 71, 183, 128, 255, 71, 187, 128, 255, 71, 191, 128, 255, 71, 195, 128, 255, 71, 199, 128, 255, 71, 203, 128, 255, 71, 207, 128, 255, 71, 211, 128, 255, 71, 215, 128, 255, 71, 219, 128, 255, 71, 223, 128, 255, 71, 227, 128, 255, 71, 231, 128, 255, 71, 235, 128, 255, 71, 239, 128, 255, 71, 243, 128, 255, 71, 247, 128, 255, 71, 251, 128, 255, 75, 0, 128, 255, 75, 3, 128, 255, 75, 7, 128, 255, 75, 11, 128, 255, 75, 15, 128, 255, 75, 19, 128, 255, 75, 23, 128, 255, 75, 27, 128, 255, 75, 31, 128, 255, 75, 35, 128, 255, 75, 39, 128, 255, 75, 43, 128, 255, 75, 47, 128, 255, 75, 51, 128, 255, 75, 55, 128, 255, 75, 59, 128, 255, 75, 63, 128, 255, 75, 67, 128, 255, 75, 71, 128, 255, 75, 75, 128, 255, 75, 79, 128, 255, 75, 83, 128, 255, 75, 87, 128, 255, 75, 91, 128, 255, 75, 95, 128, 255, 75, 99, 128, 255, 75, 103, 128, 255, 75, 107, 128, 255, 75, 111, 128, 255, 75, 115, 128, 255, 75, 119, 128, 255, 75, 123, 128, 255, 75, 127, 128, 255, 75, 131, 128, 255, 75, 135, 128, 255, 75, 139, 128, 255, 75, 143, 128, 255, 75, 147, 128, 255, 75, 151, 128, 255, 75, 155, 128, 255, 75, 159, 128, 255, 75, 163, 128, 255, 75, 167, 128, 255, 75, 171, 128, 255, 75, 175, 128, 255, 75, 179, 128, 255, 75, 183, 128, 255, 75, 187, 128, 255, 75, 191, 128, 255, 75, 195, 128, 255, 75, 199, 128, 255, 75, 203, 128, 255, 75, 207, 128, 255, 75, 211, 128, 255, 75, 215, 128, 255, 75, 219, 128, 255, 75, 223, 128, 255, 75, 227, 128, 255, 75, 231, 128, 255, 75, 235, 128, 255, 75, 239, 128, 255, 75, 243, 128, 255, 75, 247, 128, 255, 75, 251, 128, 255, 79, 0, 128, 255, 79, 3, 128, 255, 79, 7, 128, 255, 79, 11, 128, 255, 79, 15, 128, 255, 79, 19, 128, 255, 79, 23, 128, 255, 79, 27, 128, 255, 79, 31, 128, 255, 79, 35, 128, 255, 79, 39, 128, 255, 79, 43, 128, 255, 79, 47, 128, 255, 79, 51, 128, 255, 79, 55, 128, 255, 79, 59, 128, 255, 79, 63, 128, 255, 79, 67, 128, 255, 79, 71, 128, 255, 79, 75, 128, 255, 79, 79, 128, 255, 79, 83, 128, 255, 79, 87, 128, 255, 79, 91, 128, 255, 79, 95, 128, 255, 79, 99, 128, 255, 79, 103, 128, 255, 79, 107, 128, 255, 79, 111, 128, 255, 79, 115, 128, 255, 79, 119, 128, 255, 79, 123, 128, 255, 79, 127, 128, 255, 79, 131, 128, 255, 79, 135, 128, 255, 79, 139, 128, 255, 79, 143, 128, 255, 79, 147, 128, 255, 79, 151, 128, 255, 79, 155, 128, 255, 79, 159, 128, 255, 79, 163, 128, 255, 79, 167, 128, 255, 79, 171, 128, 255, 79, 175, 128, 255, 79, 179, 128, 255, 79, 183, 128, 255, 79, 187, 128, 255, 79, 191, 128, 255, 79, 195, 128, 255, 79, 199, 128, 255, 79, 203, 128, 255, 79, 207, 128, 255, 79, 211, 128, 255, 79, 215, 128, 255, 79, 219, 128, 255, 79, 223, 128, 255, 79, 227, 128, 255, 79, 231, 128, 255, 79, 235, 128, 255, 79, 239, 128, 255, 79, 243, 128, 255, 79, 247, 128, 255, 79, 251, 128, 255, 83, 0, 128, 255, 83, 3, 128, 255, 83, 7, 128, 255, 83, 11, 128, 255, 83, 15, 128, 255, 83, 19, 128, 255, 83, 23, 128, 255, 83, 27, 128, 255, 83, 31, 128, 255, 83, 35, 128, 255, 83, 39, 128, 255, 83, 43, 128, 255, 83, 47, 128, 255, 83, 51, 128, 255, 83, 55, 128, 255, 83, 59, 128, 255, 83, 63, 128, 255, 83, 67, 128, 255, 83, 71, 128, 255, 83, 75, 128, 255, 83, 79, 128, 255, 83, 83, 128, 255, 83, 87, 128, 255, 83, 91, 128, 255, 83, 95, 128, 255, 83, 99, 128, 255, 83, 103, 128, 255, 83, 107, 128, 255, 83, 111, 128, 255, 83, 115, 128, 255, 83, 119, 128, 255, 83, 123, 128, 255, 83, 127, 128, 255, 83, 131, 128, 255, 83, 135, 128, 255, 83, 139, 128, 255, 83, 143, 128, 255, 83, 147, 128, 255, 83, 151, 128, 255, 83, 155, 128, 255, 83, 159, 128, 255, 83, 163, 128, 255, 83, 167, 128, 255, 83, 171, 128, 255, 83, 175, 128, 255, 83, 179, 128, 255, 83, 183, 128, 255, 83, 187, 128, 255, 83, 191, 128, 255, 83, 195, 128, 255, 83, 199, 128, 255, 83, 203, 128, 255, 83, 207, 128, 255, 83, 211, 128, 255, 83, 215, 128, 255, 83, 219, 128, 255, 83, 223, 128, 255, 83, 227, 128, 255, 83, 231, 128, 255, 83, 235, 128, 255, 83, 239, 128, 255, 83, 243, 128, 255, 83, 247, 128, 255, 83, 251, 128, 255, 87, 0, 128, 255, 87, 3, 128, 255, 87, 7, 128, 255, 87, 11, 128, 255, 87, 15, 128, 255, 87, 19, 128, 255, 87, 23, 128, 255, 87, 27, 128, 255, 87, 31, 128, 255, 87, 35, 128, 255, 87, 39, 128, 255, 87, 43, 128, 255, 87, 47, 128, 255, 87, 51, 128, 255, 87, 55, 128, 255, 87, 59, 128, 255, 87, 63, 128, 255, 87, 67, 128, 255, 87, 71, 128, 255, 87, 75, 128, 255, 87, 79, 128, 255, 87, 83, 128, 255, 87, 87, 128, 255, 87, 91, 128, 255, 87, 95, 128, 255, 87, 99, 128, 255, 87, 103, 128, 255, 87, 107, 128, 255, 87, 111, 128, 255, 87, 115, 128, 255, 87, 119, 128, 255, 87, 123, 128, 255, 87, 127, 128, 255, 87, 131, 128, 255, 87, 135, 128, 255, 87, 139, 128, 255, 87, 143, 128, 255, 87, 147, 128, 255, 87, 151, 128, 255, 87, 155, 128, 255, 87, 159, 128, 255, 87, 163, 128, 255, 87, 167, 128, 255, 87, 171, 128, 255, 87, 175, 128, 255, 87, 179, 128, 255, 87, 183, 128, 255, 87, 187, 128, 255, 87, 191, 128, 255, 87, 195, 128, 255, 87, 199, 128, 255, 87, 203, 128, 255, 87, 207, 128, 255, 87, 211, 128, 255, 87, 215, 128, 255, 87, 219, 128, 255, 87, 223, 128, 255, 87, 227, 128, 255, 87, 231, 128, 255, 87, 235, 128, 255, 87, 239, 128, 255, 87, 243, 128, 255, 87, 247, 128, 255, 87, 251, 128, 255, 91, 0, 128, 255, 91, 3, 128, 255, 91, 7, 128, 255, 91, 11, 128, 255, 91, 15, 128, 255, 91, 19, 128, 255, 91, 23, 128, 255, 91, 27, 128, 255, 91, 31, 128, 255, 91, 35, 128, 255, 91, 39, 128, 255, 91, 43, 128, 255, 91, 47, 128, 255, 91, 51, 128, 255, 91, 55, 128, 255, 91, 59, 128, 255, 91, 63, 128, 255, 91, 67, 128, 255, 91, 71, 128, 255, 91, 75, 128, 255, 91, 79, 128, 255, 91, 83, 128, 255, 91, 87, 128, 255, 91, 91, 128, 255, 91, 95, 128, 255, 91, 99, 128, 255, 91, 103, 128, 255, 91, 107, 128, 255, 91, 111, 128, 255, 91, 115, 128, 255, 91, 119, 128, 255, 91, 123, 128, 255, 91, 127, 128, 255, 91, 131, 128, 255, 91, 135, 128, 255, 91, 139, 128, 255, 91, 143, 128, 255, 91, 147, 128, 255, 91, 151, 128, 255, 91, 155, 128, 255, 91, 159, 128, 255, 91, 163, 128, 255, 91, 167, 128, 255, 91, 171, 128, 255, 91, 175, 128, 255, 91, 179, 128, 255, 91, 183, 128, 255, 91, 187, 128, 255, 91, 191, 128, 255, 91, 195, 128, 255, 91, 199, 128, 255, 91, 203, 128, 255, 91, 207, 128, 255, 91, 211, 128, 255, 91, 215, 128, 255, 91, 219, 128, 255, 91, 223, 128, 255, 91, 227, 128, 255, 91, 231, 128, 255, 91, 235, 128, 255, 91, 239, 128, 255, 91, 243, 128, 255, 91, 247, 128, 255, 91, 251, 128, 255, 95, 0, 128, 255, 95, 3, 128, 255, 95, 7, 128, 255, 95, 11, 128, 255, 95, 15, 128, 255, 95, 19, 128, 255, 95, 23, 128, 255, 95, 27, 128, 255, 95, 31, 128, 255, 95, 35, 128, 255, 95, 39, 128, 255, 95, 43, 128, 255, 95, 47, 128, 255, 95, 51, 128, 255, 95, 55, 128, 255, 95, 59, 128, 255, 95, 63, 128, 255, 95, 67, 128, 255, 95, 71, 128, 255, 95, 75, 128, 255, 95, 79, 128, 255, 95, 83, 128, 255, 95, 87, 128, 255, 95, 91, 128, 255, 95, 95, 128, 255, 95, 99, 128, 255, 95, 103, 128, 255, 95, 107, 128, 255, 95, 111, 128, 255, 95, 115, 128, 255, 95, 119, 128, 255, 95, 123, 128, 255, 95, 127, 128, 255, 95, 131, 128, 255, 95, 135, 128, 255, 95, 139, 128, 255, 95, 143, 128, 255, 95, 147, 128, 255, 95, 151, 128, 255, 95, 155, 128, 255, 95, 159, 128, 255, 95, 163, 128, 255, 95, 167, 128, 255, 95, 171, 128, 255, 95, 175, 128, 255, 95, 179, 128, 255, 95, 183, 128, 255, 95, 187, 128, 255, 95, 191, 128, 255, 95, 195, 128, 255, 95, 199, 128, 255, 95, 203, 128, 255, 95, 207, 128, 255, 95, 211, 128, 255, 95, 215, 128, 255, 95, 219, 128, 255, 95, 223, 128, 255, 95, 227, 128, 255, 95, 231, 128, 255, 95, 235, 128, 255, 95, 239, 128, 255, 95, 243, 128, 255, 95, 247, 128, 255, 95, 251, 128, 255, 99, 0, 128, 255, 99, 3, 128, 255, 99, 7, 128, 255, 99, 11, 128, 255, 99, 15, 128, 255, 99, 19, 128, 255, 99, 23, 128, 255, 99, 27, 128, 255, 99, 31, 128, 255, 99, 35, 128, 255, 99, 39, 128, 255, 99, 43, 128, 255, 99, 47, 128, 255, 99, 51, 128, 255, 99, 55, 128, 255, 99, 59, 128, 255, 99, 63, 128, 255, 99, 67, 128, 255, 99, 71, 128, 255, 99, 75, 128, 255, 99, 79, 128, 255, 99, 83, 128, 255, 99, 87, 128, 255, 99, 91, 128, 255, 99, 95, 128, 255, 99, 99, 128, 255, 99, 103, 128, 255, 99, 107, 128, 255, 99, 111, 128, 255, 99, 115, 128, 255, 99, 119, 128, 255, 99, 123, 128, 255, 99, 127, 128, 255, 99, 131, 128, 255, 99, 135, 128, 255, 99, 139, 128, 255, 99, 143, 128, 255, 99, 147, 128, 255, 99, 151, 128, 255, 99, 155, 128, 255, 99, 159, 128, 255, 99, 163, 128, 255, 99, 167, 128, 255, 99, 171, 128, 255, 99, 175, 128, 255, 99, 179, 128, 255, 99, 183, 128, 255, 99, 187, 128, 255, 99, 191, 128, 255, 99, 195, 128, 255, 99, 199, 128, 255, 99, 203, 128, 255, 99, 207, 128, 255, 99, 211, 128, 255, 99, 215, 128, 255, 99, 219, 128, 255, 99, 223, 128, 255, 99, 227, 128, 255, 99, 231, 128, 255, 99, 235, 128, 255, 99, 239, 128, 255, 99, 243, 128, 255, 99, 247, 128, 255, 99, 251, 128, 255, 103, 0, 128, 255, 103, 3, 128, 255, 103, 7, 128, 255, 103, 11, 128, 255, 103, 15, 128, 255, 103, 19, 128, 255, 103, 23, 128, 255, 103, 27, 128, 255, 103, 31, 128, 255, 103, 35, 128, 255, 103, 39, 128, 255, 103, 43, 128, 255, 103, 47, 128, 255, 103, 51, 128, 255, 103, 55, 128, 255, 103, 59, 128, 255, 103, 63, 128, 255, 103, 67, 128, 255, 103, 71, 128, 255, 103, 75, 128, 255, 103, 79, 128, 255, 103, 83, 128, 255, 103, 87, 128, 255, 103, 91, 128, 255, 103, 95, 128, 255, 103, 99, 128, 255, 103, 103, 128, 255, 103, 107, 128, 255, 103, 111, 128, 255, 103, 115, 128, 255, 103, 119, 128, 255, 103, 123, 128, 255, 103, 127, 128, 255, 103, 131, 128, 255, 103, 135, 128, 255, 103, 139, 128, 255, 103, 143, 128, 255, 103, 147, 128, 255, 103, 151, 128, 255, 103, 155, 128, 255, 103, 159, 128, 255, 103, 163, 128, 255, 103, 167, 128, 255, 103, 171, 128, 255, 103, 175, 128, 255, 103, 179, 128, 255, 103, 183, 128, 255, 103, 187, 128, 255, 103, 191, 128, 255, 103, 195, 128, 255, 103, 199, 128, 255, 103, 203, 128, 255, 103, 207, 128, 255, 103, 211, 128, 255, 103, 215, 128, 255, 103, 219, 128, 255, 103, 223, 128, 255, 103, 227, 128, 255, 103, 231, 128, 255, 103, 235, 128, 255, 103, 239, 128, 255, 103, 243, 128, 255, 103, 247, 128, 255, 103, 251, 128, 255, 107, 0, 128, 255, 107, 3, 128, 255, 107, 7, 128, 255, 107, 11, 128, 255, 107, 15, 128, 255, 107, 19, 128, 255, 107, 23, 128, 255, 107, 27, 128, 255, 107, 31, 128, 255, 107, 35, 128, 255, 107, 39, 128, 255, 107, 43, 128, 255, 107, 47, 128, 255, 107, 51, 128, 255, 107, 55, 128, 255, 107, 59, 128, 255, 107, 63, 128, 255, 107, 67, 128, 255, 107, 71, 128, 255, 107, 75, 128, 255, 107, 79, 128, 255, 107, 83, 128, 255, 107, 87, 128, 255, 107, 91, 128, 255, 107, 95, 128, 255, 107, 99, 128, 255, 107, 103, 128, 255, 107, 107, 128, 255, 107, 111, 128, 255, 107, 115, 128, 255, 107, 119, 128, 255, 107, 123, 128, 255, 107, 127, 128, 255, 107, 131, 128, 255, 107, 135, 128, 255, 107, 139, 128, 255, 107, 143, 128, 255, 107, 147, 128, 255, 107, 151, 128, 255, 107, 155, 128, 255, 107, 159, 128, 255, 107, 163, 128, 255, 107, 167, 128, 255, 107, 171, 128, 255, 107, 175, 128, 255, 107, 179, 128, 255, 107, 183, 128, 255, 107, 187, 128, 255, 107, 191, 128, 255, 107, 195, 128, 255, 107, 199, 128, 255, 107, 203, 128, 255, 107, 207, 128, 255, 107, 211, 128, 255, 107, 215, 128, 255, 107, 219, 128, 255, 107, 223, 128, 255, 107, 227, 128, 255, 107, 231, 128, 255, 107, 235, 128, 255, 107, 239, 128, 255, 107, 243, 128, 255, 107, 247, 128, 255, 107, 251, 128, 255, 111, 0, 128, 255, 111, 3, 128, 255, 111, 7, 128, 255, 111, 11, 128, 255, 111, 15, 128, 255, 111, 19, 128, 255, 111, 23, 128, 255, 111, 27, 128, 255, 111, 31, 128, 255, 111, 35, 128, 255, 111, 39, 128, 255, 111, 43, 128, 255, 111, 47, 128, 255, 111, 51, 128, 255, 111, 55, 128, 255, 111, 59, 128, 255, 111, 63, 128, 255, 111, 67, 128, 255, 111, 71, 128, 255, 111, 75, 128, 255, 111, 79, 128, 255, 111, 83, 128, 255, 111, 87, 128, 255, 111, 91, 128, 255, 111, 95, 128, 255, 111, 99, 128, 255, 111, 103, 128, 255, 111, 107, 128, 255, 111, 111, 128, 255, 111, 115, 128, 255, 111, 119, 128, 255, 111, 123, 128, 255, 111, 127, 128, 255, 111, 131, 128, 255, 111, 135, 128, 255, 111, 139, 128, 255, 111, 143, 128, 255, 111, 147, 128, 255, 111, 151, 128, 255, 111, 155, 128, 255, 111, 159, 128, 255, 111, 163, 128, 255, 111, 167, 128, 255, 111, 171, 128, 255, 111, 175, 128, 255, 111, 179, 128, 255, 111, 183, 128, 255, 111, 187, 128, 255, 111, 191, 128, 255, 111, 195, 128, 255, 111, 199, 128, 255, 111, 203, 128, 255, 111, 207, 128, 255, 111, 211, 128, 255, 111, 215, 128, 255, 111, 219, 128, 255, 111, 223, 128, 255, 111, 227, 128, 255, 111, 231, 128, 255, 111, 235, 128, 255, 111, 239, 128, 255, 111, 243, 128, 255, 111, 247, 128, 255, 111, 251, 128, 255, 115, 0, 128, 255, 115, 3, 128, 255, 115, 7, 128, 255, 115, 11, 128, 255, 115, 15, 128, 255, 115, 19, 128, 255, 115, 23, 128, 255, 115, 27, 128, 255, 115, 31, 128, 255, 115, 35, 128, 255, 115, 39, 128, 255, 115, 43, 128, 255, 115, 47, 128, 255, 115, 51, 128, 255, 115, 55, 128, 255, 115, 59, 128, 255, 115, 63, 128, 255, 115, 67, 128, 255, 115, 71, 128, 255, 115, 75, 128, 255, 115, 79, 128, 255, 115, 83, 128, 255, 115, 87, 128, 255, 115, 91, 128, 255, 115, 95, 128, 255, 115, 99, 128, 255, 115, 103, 128, 255, 115, 107, 128, 255, 115, 111, 128, 255, 115, 115, 128, 255, 115, 119, 128, 255, 115, 123, 128, 255, 115, 127, 128, 255, 115, 131, 128, 255, 115, 135, 128, 255, 115, 139, 128, 255, 115, 143, 128, 255, 115, 147, 128, 255, 115, 151, 128, 255, 115, 155, 128, 255, 115, 159, 128, 255, 115, 163, 128, 255, 115, 167, 128, 255, 115, 171, 128, 255, 115, 175, 128, 255, 115, 179, 128, 255, 115, 183, 128, 255, 115, 187, 128, 255, 115, 191, 128, 255, 115, 195, 128, 255, 115, 199, 128, 255, 115, 203, 128, 255, 115, 207, 128, 255, 115, 211, 128, 255, 115, 215, 128, 255, 115, 219, 128, 255, 115, 223, 128, 255, 115, 227, 128, 255, 115, 231, 128, 255, 115, 235, 128, 255, 115, 239, 128, 255, 115, 243, 128, 255, 115, 247, 128, 255, 115, 251, 128, 255, 119, 0, 128, 255, 119, 3, 128, 255, 119, 7, 128, 255, 119, 11, 128, 255, 119, 15, 128, 255, 119, 19, 128, 255, 119, 23, 128, 255, 119, 27, 128, 255, 119, 31, 128, 255, 119, 35, 128, 255, 119, 39, 128, 255, 119, 43, 128, 255, 119, 47, 128, 255, 119, 51, 128, 255, 119, 55, 128, 255, 119, 59, 128, 255, 119, 63, 128, 255, 119, 67, 128, 255, 119, 71, 128, 255, 119, 75, 128, 255, 119, 79, 128, 255, 119, 83, 128, 255, 119, 87, 128, 255, 119, 91, 128, 255, 119, 95, 128, 255, 119, 99, 128, 255, 119, 103, 128, 255, 119, 107, 128, 255, 119, 111, 128, 255, 119, 115, 128, 255, 119, 119, 128, 255, 119, 123, 128, 255, 119, 127, 128, 255, 119, 131, 128, 255, 119, 135, 128, 255, 119, 139, 128, 255, 119, 143, 128, 255, 119, 147, 128, 255, 119, 151, 128, 255, 119, 155, 128, 255, 119, 159, 128, 255, 119, 163, 128, 255, 119, 167, 128, 255, 119, 171, 128, 255, 119, 175, 128, 255, 119, 179, 128, 255, 119, 183, 128, 255, 119, 187, 128, 255, 119, 191, 128, 255, 119, 195, 128, 255, 119, 199, 128, 255, 119, 203, 128, 255, 119, 207, 128, 255, 119, 211, 128, 255, 119, 215, 128, 255, 119, 219, 128, 255, 119, 223, 128, 255, 119, 227, 128, 255, 119, 231, 128, 255, 119, 235, 128, 255, 119, 239, 128, 255, 119, 243, 128, 255, 119, 247, 128, 255, 119, 251, 128, 255, 123, 0, 128, 255, 123, 3, 128, 255, 123, 7, 128, 255, 123, 11, 128, 255, 123, 15, 128, 255, 123, 19, 128, 255, 123, 23, 128, 255, 123, 27, 128, 255, 123, 31, 128, 255, 123, 35, 128, 255, 123, 39, 128, 255, 123, 43, 128, 255, 123, 47, 128, 255, 123, 51, 128, 255, 123, 55, 128, 255, 123, 59, 128, 255, 123, 63, 128, 255, 123, 67, 128, 255, 123, 71, 128, 255, 123, 75, 128, 255, 123, 79, 128, 255, 123, 83, 128, 255, 123, 87, 128, 255, 123, 91, 128, 255, 123, 95, 128, 255, 123, 99, 128, 255, 123, 103, 128, 255, 123, 107, 128, 255, 123, 111, 128, 255, 123, 115, 128, 255, 123, 119, 128, 255, 123, 123, 128, 255, 123, 127, 128, 255, 123, 131, 128, 255, 123, 135, 128, 255, 123, 139, 128, 255, 123, 143, 128, 255, 123, 147, 128, 255, 123, 151, 128, 255, 123, 155, 128, 255, 123, 159, 128, 255, 123, 163, 128, 255, 123, 167, 128, 255, 123, 171, 128, 255, 123, 175, 128, 255, 123, 179, 128, 255, 123, 183, 128, 255, 123, 187, 128, 255, 123, 191, 128, 255, 123, 195, 128, 255, 123, 199, 128, 255, 123, 203, 128, 255, 123, 207, 128, 255, 123, 211, 128, 255, 123, 215, 128, 255, 123, 219, 128, 255, 123, 223, 128, 255, 123, 227, 128, 255, 123, 231, 128, 255, 123, 235, 128, 255, 123, 239, 128, 255, 123, 243, 128, 255, 123, 247, 128, 255, 123, 251, 128, 255, 127, 0, 128, 255, 127, 3, 128, 255, 127, 7, 128, 255, 127, 11, 128, 255, 127, 15, 128, 255, 127, 19, 128, 255, 127, 23, 128, 255, 127, 27, 128, 255, 127, 31, 128, 255, 127, 35, 128, 255, 127, 39, 128, 255, 127, 43, 128, 255, 127, 47, 128, 255, 127, 51, 128, 255, 127, 55, 128, 255, 127, 59, 128, 255, 127, 63, 128, 255, 127, 67, 128, 255, 127, 71, 128, 255, 127, 75, 128, 255, 127, 79, 128, 255, 127, 83, 128, 255, 127, 87, 128, 255, 127, 91, 128, 255, 127, 95, 128, 255, 127, 99, 128, 255, 127, 103, 128, 255, 127, 107, 128, 255, 127, 111, 128, 255, 127, 115, 128, 255, 127, 119, 128, 255, 127, 123, 128, 255, 127, 127, 128, 255, 127, 131, 128, 255, 127, 135, 128, 255, 127, 139, 128, 255, 127, 143, 128, 255, 127, 147, 128, 255, 127, 151, 128, 255, 127, 155, 128, 255, 127, 159, 128, 255, 127, 163, 128, 255, 127, 167, 128, 255, 127, 171, 128, 255, 127, 175, 128, 255, 127, 179, 128, 255, 127, 183, 128, 255, 127, 187, 128, 255, 127, 191, 128, 255, 127, 195, 128, 255, 127, 199, 128, 255, 127, 203, 128, 255, 127, 207, 128, 255, 127, 211, 128, 255, 127, 215, 128, 255, 127, 219, 128, 255, 127, 223, 128, 255, 127, 227, 128, 255, 127, 231, 128, 255, 127, 235, 128, 255, 127, 239, 128, 255, 127, 243, 128, 255, 127, 247, 128, 255, 127, 251, 128, 255, 131, 0, 128, 255, 131, 3, 128, 255, 131, 7, 128, 255, 131, 11, 128, 255, 131, 15, 128, 255, 131, 19, 128, 255, 131, 23, 128, 255, 131, 27, 128, 255, 131, 31, 128, 255, 131, 35, 128, 255, 131, 39, 128, 255, 131, 43, 128, 255, 131, 47, 128, 255, 131, 51, 128, 255, 131, 55, 128, 255, 131, 59, 128, 255, 131, 63, 128, 255, 131, 67, 128, 255, 131, 71, 128, 255, 131, 75, 128, 255, 131, 79, 128, 255, 131, 83, 128, 255, 131, 87, 128, 255, 131, 91, 128, 255, 131, 95, 128, 255, 131, 99, 128, 255, 131, 103, 128, 255, 131, 107, 128, 255, 131, 111, 128, 255, 131, 115, 128, 255, 131, 119, 128, 255, 131, 123, 128, 255, 131, 127, 128, 255, 131, 131, 128, 255, 131, 135, 128, 255, 131, 139, 128, 255, 131, 143, 128, 255, 131, 147, 128, 255, 131, 151, 128, 255, 131, 155, 128, 255, 131, 159, 128, 255, 131, 163, 128, 255, 131, 167, 128, 255, 131, 171, 128, 255, 131, 175, 128, 255, 131, 179, 128, 255, 131, 183, 128, 255, 131, 187, 128, 255, 131, 191, 128, 255, 131, 195, 128, 255, 131, 199, 128, 255, 131, 203, 128, 255, 131, 207, 128, 255, 131, 211, 128, 255, 131, 215, 128, 255, 131, 219, 128, 255, 131, 223, 128, 255, 131, 227, 128, 255, 131, 231, 128, 255, 131, 235, 128, 255, 131, 239, 128, 255, 131, 243, 128, 255, 131, 247, 128, 255, 131, 251, 128, 255, 135, 0, 128, 255, 135, 3, 128, 255, 135, 7, 128, 255, 135, 11, 128, 255, 135, 15, 128, 255, 135, 19, 128, 255, 135, 23, 128, 255, 135, 27, 128, 255, 135, 31, 128, 255, 135, 35, 128, 255, 135, 39, 128, 255, 135, 43, 128, 255, 135, 47, 128, 255, 135, 51, 128, 255, 135, 55, 128, 255, 135, 59, 128, 255, 135, 63, 128, 255, 135, 67, 128, 255, 135, 71, 128, 255, 135, 75, 128, 255, 135, 79, 128, 255, 135, 83, 128, 255, 135, 87, 128, 255, 135, 91, 128, 255, 135, 95, 128, 255, 135, 99, 128, 255, 135, 103, 128, 255, 135, 107, 128, 255, 135, 111, 128, 255, 135, 115, 128, 255, 135, 119, 128, 255, 135, 123, 128, 255, 135, 127, 128, 255, 135, 131, 128, 255, 135, 135, 128, 255, 135, 139, 128, 255, 135, 143, 128, 255, 135, 147, 128, 255, 135, 151, 128, 255, 135, 155, 128, 255, 135, 159, 128, 255, 135, 163, 128, 255, 135, 167, 128, 255, 135, 171, 128, 255, 135, 175, 128, 255, 135, 179, 128, 255, 135, 183, 128, 255, 135, 187, 128, 255, 135, 191, 128, 255, 135, 195, 128, 255, 135, 199, 128, 255, 135, 203, 128, 255, 135, 207, 128, 255, 135, 211, 128, 255, 135, 215, 128, 255, 135, 219, 128, 255, 135, 223, 128, 255, 135, 227, 128, 255, 135, 231, 128, 255, 135, 235, 128, 255, 135, 239, 128, 255, 135, 243, 128, 255, 135, 247, 128, 255, 135, 251, 128, 255, 139, 0, 128, 255, 139, 3, 128, 255, 139, 7, 128, 255, 139, 11, 128, 255, 139, 15, 128, 255, 139, 19, 128, 255, 139, 23, 128, 255, 139, 27, 128, 255, 139, 31, 128, 255, 139, 35, 128, 255, 139, 39, 128, 255, 139, 43, 128, 255, 139, 47, 128, 255, 139, 51, 128, 255, 139, 55, 128, 255, 139, 59, 128, 255, 139, 63, 128, 255, 139, 67, 128, 255, 139, 71, 128, 255, 139, 75, 128, 255, 139, 79, 128, 255, 139, 83, 128, 255, 139, 87, 128, 255, 139, 91, 128, 255, 139, 95, 128, 255, 139, 99, 128, 255, 139, 103, 128, 255, 139, 107, 128, 255, 139, 111, 128, 255, 139, 115, 128, 255, 139, 119, 128, 255, 139, 123, 128, 255, 139, 127, 128, 255, 139, 131, 128, 255, 139, 135, 128, 255, 139, 139, 128, 255, 139, 143, 128, 255, 139, 147, 128, 255, 139, 151, 128, 255, 139, 155, 128, 255, 139, 159, 128, 255, 139, 163, 128, 255, 139, 167, 128, 255, 139, 171, 128, 255, 139, 175, 128, 255, 139, 179, 128, 255, 139, 183, 128, 255, 139, 187, 128, 255, 139, 191, 128, 255, 139, 195, 128, 255, 139, 199, 128, 255, 139, 203, 128, 255, 139, 207, 128, 255, 139, 211, 128, 255, 139, 215, 128, 255, 139, 219, 128, 255, 139, 223, 128, 255, 139, 227, 128, 255, 139, 231, 128, 255, 139, 235, 128, 255, 139, 239, 128, 255, 139, 243, 128, 255, 139, 247, 128, 255, 139, 251, 128, 255, 143, 0, 128, 255, 143, 3, 128, 255, 143, 7, 128, 255, 143, 11, 128, 255, 143, 15, 128, 255, 143, 19, 128, 255, 143, 23, 128, 255, 143, 27, 128, 255, 143, 31, 128, 255, 143, 35, 128, 255, 143, 39, 128, 255, 143, 43, 128, 255, 143, 47, 128, 255, 143, 51, 128, 255, 143, 55, 128, 255, 143, 59, 128, 255, 143, 63, 128, 255, 143, 67, 128, 255, 143, 71, 128, 255, 143, 75, 128, 255, 143, 79, 128, 255, 143, 83, 128, 255, 143, 87, 128, 255, 143, 91, 128, 255, 143, 95, 128, 255, 143, 99, 128, 255, 143, 103, 128, 255, 143, 107, 128, 255, 143, 111, 128, 255, 143, 115, 128, 255, 143, 119, 128, 255, 143, 123, 128, 255, 143, 127, 128, 255, 143, 131, 128, 255, 143, 135, 128, 255, 143, 139, 128, 255, 143, 143, 128, 255, 143, 147, 128, 255, 143, 151, 128, 255, 143, 155, 128, 255, 143, 159, 128, 255, 143, 163, 128, 255, 143, 167, 128, 255, 143, 171, 128, 255, 143, 175, 128, 255, 143, 179, 128, 255, 143, 183, 128, 255, 143, 187, 128, 255, 143, 191, 128, 255, 143, 195, 128, 255, 143, 199, 128, 255, 143, 203, 128, 255, 143, 207, 128, 255, 143, 211, 128, 255, 143, 215, 128, 255, 143, 219, 128, 255, 143, 223, 128, 255, 143, 227, 128, 255, 143, 231, 128, 255, 143, 235, 128, 255, 143, 239, 128, 255, 143, 243, 128, 255, 143, 247, 128, 255, 143, 251, 128, 255, 147, 0, 128, 255, 147, 3, 128, 255, 147, 7, 128, 255, 147, 11, 128, 255, 147, 15, 128, 255, 147, 19, 128, 255, 147, 23, 128, 255, 147, 27, 128, 255, 147, 31, 128, 255, 147, 35, 128, 255, 147, 39, 128, 255, 147, 43, 128, 255, 147, 47, 128, 255, 147, 51, 128, 255, 147, 55, 128, 255, 147, 59, 128, 255, 147, 63, 128, 255, 147, 67, 128, 255, 147, 71, 128, 255, 147, 75, 128, 255, 147, 79, 128, 255, 147, 83, 128, 255, 147, 87, 128, 255, 147, 91, 128, 255, 147, 95, 128, 255, 147, 99, 128, 255, 147, 103, 128, 255, 147, 107, 128, 255, 147, 111, 128, 255, 147, 115, 128, 255, 147, 119, 128, 255, 147, 123, 128, 255, 147, 127, 128, 255, 147, 131, 128, 255, 147, 135, 128, 255, 147, 139, 128, 255, 147, 143, 128, 255, 147, 147, 128, 255, 147, 151, 128, 255, 147, 155, 128, 255, 147, 159, 128, 255, 147, 163, 128, 255, 147, 167, 128, 255, 147, 171, 128, 255, 147, 175, 128, 255, 147, 179, 128, 255, 147, 183, 128, 255, 147, 187, 128, 255, 147, 191, 128, 255, 147, 195, 128, 255, 147, 199, 128, 255, 147, 203, 128, 255, 147, 207, 128, 255, 147, 211, 128, 255, 147, 215, 128, 255, 147, 219, 128, 255, 147, 223, 128, 255, 147, 227, 128, 255, 147, 231, 128, 255, 147, 235, 128, 255, 147, 239, 128, 255, 147, 243, 128, 255, 147, 247, 128, 255, 147, 251, 128, 255, 151, 0, 128, 255, 151, 3, 128, 255, 151, 7, 128, 255, 151, 11, 128, 255, 151, 15, 128, 255, 151, 19, 128, 255, 151, 23, 128, 255, 151, 27, 128, 255, 151, 31, 128, 255, 151, 35, 128, 255, 151, 39, 128, 255, 151, 43, 128, 255, 151, 47, 128, 255, 151, 51, 128, 255, 151, 55, 128, 255, 151, 59, 128, 255, 151, 63, 128, 255, 151, 67, 128, 255, 151, 71, 128, 255, 151, 75, 128, 255, 151, 79, 128, 255, 151, 83, 128, 255, 151, 87, 128, 255, 151, 91, 128, 255, 151, 95, 128, 255, 151, 99, 128, 255, 151, 103, 128, 255, 151, 107, 128, 255, 151, 111, 128, 255, 151, 115, 128, 255, 151, 119, 128, 255, 151, 123, 128, 255, 151, 127, 128, 255, 151, 131, 128, 255, 151, 135, 128, 255, 151, 139, 128, 255, 151, 143, 128, 255, 151, 147, 128, 255, 151, 151, 128, 255, 151, 155, 128, 255, 151, 159, 128, 255, 151, 163, 128, 255, 151, 167, 128, 255, 151, 171, 128, 255, 151, 175, 128, 255, 151, 179, 128, 255, 151, 183, 128, 255, 151, 187, 128, 255, 151, 191, 128, 255, 151, 195, 128, 255, 151, 199, 128, 255, 151, 203, 128, 255, 151, 207, 128, 255, 151, 211, 128, 255, 151, 215, 128, 255, 151, 219, 128, 255, 151, 223, 128, 255, 151, 227, 128, 255, 151, 231, 128, 255, 151, 235, 128, 255, 151, 239, 128, 255, 151, 243, 128, 255, 151, 247, 128, 255, 151, 251, 128, 255, 155, 0, 128, 255, 155, 3, 128, 255, 155, 7, 128, 255, 155, 11, 128, 255, 155, 15, 128, 255, 155, 19, 128, 255, 155, 23, 128, 255, 155, 27, 128, 255, 155, 31, 128, 255, 155, 35, 128, 255, 155, 39, 128, 255, 155, 43, 128, 255, 155, 47, 128, 255, 155, 51, 128, 255, 155, 55, 128, 255, 155, 59, 128, 255, 155, 63, 128, 255, 155, 67, 128, 255, 155, 71, 128, 255, 155, 75, 128, 255, 155, 79, 128, 255, 155, 83, 128, 255, 155, 87, 128, 255, 155, 91, 128, 255, 155, 95, 128, 255, 155, 99, 128, 255, 155, 103, 128, 255, 155, 107, 128, 255, 155, 111, 128, 255, 155, 115, 128, 255, 155, 119, 128, 255, 155, 123, 128, 255, 155, 127, 128, 255, 155, 131, 128, 255, 155, 135, 128, 255, 155, 139, 128, 255, 155, 143, 128, 255, 155, 147, 128, 255, 155, 151, 128, 255, 155, 155, 128, 255, 155, 159, 128, 255, 155, 163, 128, 255, 155, 167, 128, 255, 155, 171, 128, 255, 155, 175, 128, 255, 155, 179, 128, 255, 155, 183, 128, 255, 155, 187, 128, 255, 155, 191, 128, 255, 155, 195, 128, 255, 155, 199, 128, 255, 155, 203, 128, 255, 155, 207, 128, 255, 155, 211, 128, 255, 155, 215, 128, 255, 155, 219, 128, 255, 155, 223, 128, 255, 155, 227, 128, 255, 155, 231, 128, 255, 155, 235, 128, 255, 155, 239, 128, 255, 155, 243, 128, 255, 155, 247, 128, 255, 155, 251, 128, 255, 159, 0, 128, 255, 159, 3, 128, 255, 159, 7, 128, 255, 159, 11, 128, 255, 159, 15, 128, 255, 159, 19, 128, 255, 159, 23, 128, 255, 159, 27, 128, 255, 159, 31, 128, 255, 159, 35, 128, 255, 159, 39, 128, 255, 159, 43, 128, 255, 159, 47, 128, 255, 159, 51, 128, 255, 159, 55, 128, 255, 159, 59, 128, 255, 159, 63, 128, 255, 159, 67, 128, 255, 159, 71, 128, 255, 159, 75, 128, 255, 159, 79, 128, 255, 159, 83, 128, 255, 159, 87, 128, 255, 159, 91, 128, 255, 159, 95, 128, 255, 159, 99, 128, 255, 159, 103, 128, 255, 159, 107, 128, 255, 159, 111, 128, 255, 159, 115, 128, 255, 159, 119, 128, 255, 159, 123, 128, 255, 159, 127, 128, 255, 159, 131, 128, 255, 159, 135, 128, 255, 159, 139, 128, 255, 159, 143, 128, 255, 159, 147, 128, 255, 159, 151, 128, 255, 159, 155, 128, 255, 159, 159, 128, 255, 159, 163, 128, 255, 159, 167, 128, 255, 159, 171, 128, 255, 159, 175, 128, 255, 159, 179, 128, 255, 159, 183, 128, 255, 159, 187, 128, 255, 159, 191, 128, 255, 159, 195, 128, 255, 159, 199, 128, 255, 159, 203, 128, 255, 159, 207, 128, 255, 159, 211, 128, 255, 159, 215, 128, 255, 159, 219, 128, 255, 159, 223, 128, 255, 159, 227, 128, 255, 159, 231, 128, 255, 159, 235, 128, 255, 159, 239, 128, 255, 159, 243, 128, 255, 159, 247, 128, 255, 159, 251, 128, 255, 163, 0, 128, 255, 163, 3, 128, 255, 163, 7, 128, 255, 163, 11, 128, 255, 163, 15, 128, 255, 163, 19, 128, 255, 163, 23, 128, 255, 163, 27, 128, 255, 163, 31, 128, 255, 163, 35, 128, 255, 163, 39, 128, 255, 163, 43, 128, 255, 163, 47, 128, 255, 163, 51, 128, 255, 163, 55, 128, 255, 163, 59, 128, 255, 163, 63, 128, 255, 163, 67, 128, 255, 163, 71, 128, 255, 163, 75, 128, 255, 163, 79, 128, 255, 163, 83, 128, 255, 163, 87, 128, 255, 163, 91, 128, 255, 163, 95, 128, 255, 163, 99, 128, 255, 163, 103, 128, 255, 163, 107, 128, 255, 163, 111, 128, 255, 163, 115, 128, 255, 163, 119, 128, 255, 163, 123, 128, 255, 163, 127, 128, 255, 163, 131, 128, 255, 163, 135, 128, 255, 163, 139, 128, 255, 163, 143, 128, 255, 163, 147, 128, 255, 163, 151, 128, 255, 163, 155, 128, 255, 163, 159, 128, 255, 163, 163, 128, 255, 163, 167, 128, 255, 163, 171, 128, 255, 163, 175, 128, 255, 163, 179, 128, 255, 163, 183, 128, 255, 163, 187, 128, 255, 163, 191, 128, 255, 163, 195, 128, 255, 163, 199, 128, 255, 163, 203, 128, 255, 163, 207, 128, 255, 163, 211, 128, 255, 163, 215, 128, 255, 163, 219, 128, 255, 163, 223, 128, 255, 163, 227, 128, 255, 163, 231, 128, 255, 163, 235, 128, 255, 163, 239, 128, 255, 163, 243, 128, 255, 163, 247, 128, 255, 163, 251, 128, 255, 167, 0, 128, 255, 167, 3, 128, 255, 167, 7, 128, 255, 167, 11, 128, 255, 167, 15, 128, 255, 167, 19, 128, 255, 167, 23, 128, 255, 167, 27, 128, 255, 167, 31, 128, 255, 167, 35, 128, 255, 167, 39, 128, 255, 167, 43, 128, 255, 167, 47, 128, 255, 167, 51, 128, 255, 167, 55, 128, 255, 167, 59, 128, 255, 167, 63, 128, 255, 167, 67, 128, 255, 167, 71, 128, 255, 167, 75, 128, 255, 167, 79, 128, 255, 167, 83, 128, 255, 167, 87, 128, 255, 167, 91, 128, 255, 167, 95, 128, 255, 167, 99, 128, 255, 167, 103, 128, 255, 167, 107, 128, 255, 167, 111, 128, 255, 167, 115, 128, 255, 167, 119, 128, 255, 167, 123, 128, 255, 167, 127, 128, 255, 167, 131, 128, 255, 167, 135, 128, 255, 167, 139, 128, 255, 167, 143, 128, 255, 167, 147, 128, 255, 167, 151, 128, 255, 167, 155, 128, 255, 167, 159, 128, 255, 167, 163, 128, 255, 167, 167, 128, 255, 167, 171, 128, 255, 167, 175, 128, 255, 167, 179, 128, 255, 167, 183, 128, 255, 167, 187, 128, 255, 167, 191, 128, 255, 167, 195, 128, 255, 167, 199, 128, 255, 167, 203, 128, 255, 167, 207, 128, 255, 167, 211, 128, 255, 167, 215, 128, 255, 167, 219, 128, 255, 167, 223, 128, 255, 167, 227, 128, 255, 167, 231, 128, 255, 167, 235, 128, 255, 167, 239, 128, 255, 167, 243, 128, 255, 167, 247, 128, 255, 167, 251, 128, 255, 171, 0, 128, 255, 171, 3, 128, 255, 171, 7, 128, 255, 171, 11, 128, 255, 171, 15, 128, 255, 171, 19, 128, 255, 171, 23, 128, 255, 171, 27, 128, 255, 171, 31, 128, 255, 171, 35, 128, 255, 171, 39, 128, 255, 171, 43, 128, 255, 171, 47, 128, 255, 171, 51, 128, 255, 171, 55, 128, 255, 171, 59, 128, 255, 171, 63, 128, 255, 171, 67, 128, 255, 171, 71, 128, 255, 171, 75, 128, 255, 171, 79, 128, 255, 171, 83, 128, 255, 171, 87, 128, 255, 171, 91, 128, 255, 171, 95, 128, 255, 171, 99, 128, 255, 171, 103, 128, 255, 171, 107, 128, 255, 171, 111, 128, 255, 171, 115, 128, 255, 171, 119, 128, 255, 171, 123, 128, 255, 171, 127, 128, 255, 171, 131, 128, 255, 171, 135, 128, 255, 171, 139, 128, 255, 171, 143, 128, 255, 171, 147, 128, 255, 171, 151, 128, 255, 171, 155, 128, 255, 171, 159, 128, 255, 171, 163, 128, 255, 171, 167, 128, 255, 171, 171, 128, 255, 171, 175, 128, 255, 171, 179, 128, 255, 171, 183, 128, 255, 171, 187, 128, 255, 171, 191, 128, 255, 171, 195, 128, 255, 171, 199, 128, 255, 171, 203, 128, 255, 171, 207, 128, 255, 171, 211, 128, 255, 171, 215, 128, 255, 171, 219, 128, 255, 171, 223, 128, 255, 171, 227, 128, 255, 171, 231, 128, 255, 171, 235, 128, 255, 171, 239, 128, 255, 171, 243, 128, 255, 171, 247, 128, 255, 171, 251, 128, 255, 175, 0, 128, 255, 175, 3, 128, 255, 175, 7, 128, 255, 175, 11, 128, 255, 175, 15, 128, 255, 175, 19, 128, 255, 175, 23, 128, 255, 175, 27, 128, 255, 175, 31, 128, 255, 175, 35, 128, 255, 175, 39, 128, 255, 175, 43, 128, 255, 175, 47, 128, 255, 175, 51, 128, 255, 175, 55, 128, 255, 175, 59, 128, 255, 175, 63, 128, 255, 175, 67, 128, 255, 175, 71, 128, 255, 175, 75, 128, 255, 175, 79, 128, 255, 175, 83, 128, 255, 175, 87, 128, 255, 175, 91, 128, 255, 175, 95, 128, 255, 175, 99, 128, 255, 175, 103, 128, 255, 175, 107, 128, 255, 175, 111, 128, 255, 175, 115, 128, 255, 175, 119, 128, 255, 175, 123, 128, 255, 175, 127, 128, 255, 175, 131, 128, 255, 175, 135, 128, 255, 175, 139, 128, 255, 175, 143, 128, 255, 175, 147, 128, 255, 175, 151, 128, 255, 175, 155, 128, 255, 175, 159, 128, 255, 175, 163, 128, 255, 175, 167, 128, 255, 175, 171, 128, 255, 175, 175, 128, 255, 175, 179, 128, 255, 175, 183, 128, 255, 175, 187, 128, 255, 175, 191, 128, 255, 175, 195, 128, 255, 175, 199, 128, 255, 175, 203, 128, 255, 175, 207, 128, 255, 175, 211, 128, 255, 175, 215, 128, 255, 175, 219, 128, 255, 175, 223, 128, 255, 175, 227, 128, 255, 175, 231, 128, 255, 175, 235, 128, 255, 175, 239, 128, 255, 175, 243, 128, 255, 175, 247, 128, 255, 175, 251, 128, 255, 179, 0, 128, 255, 179, 3, 128, 255, 179, 7, 128, 255, 179, 11, 128, 255, 179, 15, 128, 255, 179, 19, 128, 255, 179, 23, 128, 255, 179, 27, 128, 255, 179, 31, 128, 255, 179, 35, 128, 255, 179, 39, 128, 255, 179, 43, 128, 255, 179, 47, 128, 255, 179, 51, 128, 255, 179, 55, 128, 255, 179, 59, 128, 255, 179, 63, 128, 255, 179, 67, 128, 255, 179, 71, 128, 255, 179, 75, 128, 255, 179, 79, 128, 255, 179, 83, 128, 255, 179, 87, 128, 255, 179, 91, 128, 255, 179, 95, 128, 255, 179, 99, 128, 255, 179, 103, 128, 255, 179, 107, 128, 255, 179, 111, 128, 255, 179, 115, 128, 255, 179, 119, 128, 255, 179, 123, 128, 255, 179, 127, 128, 255, 179, 131, 128, 255, 179, 135, 128, 255, 179, 139, 128, 255, 179, 143, 128, 255, 179, 147, 128, 255, 179, 151, 128, 255, 179, 155, 128, 255, 179, 159, 128, 255, 179, 163, 128, 255, 179, 167, 128, 255, 179, 171, 128, 255, 179, 175, 128, 255, 179, 179, 128, 255, 179, 183, 128, 255, 179, 187, 128, 255, 179, 191, 128, 255, 179, 195, 128, 255, 179, 199, 128, 255, 179, 203, 128, 255, 179, 207, 128, 255, 179, 211, 128, 255, 179, 215, 128, 255, 179, 219, 128, 255, 179, 223, 128, 255, 179, 227, 128, 255, 179, 231, 128, 255, 179, 235, 128, 255, 179, 239, 128, 255, 179, 243, 128, 255, 179, 247, 128, 255, 179, 251, 128, 255, 183, 0, 128, 255, 183, 3, 128, 255, 183, 7, 128, 255, 183, 11, 128, 255, 183, 15, 128, 255, 183, 19, 128, 255, 183, 23, 128, 255, 183, 27, 128, 255, 183, 31, 128, 255, 183, 35, 128, 255, 183, 39, 128, 255, 183, 43, 128, 255, 183, 47, 128, 255, 183, 51, 128, 255, 183, 55, 128, 255, 183, 59, 128, 255, 183, 63, 128, 255, 183, 67, 128, 255, 183, 71, 128, 255, 183, 75, 128, 255, 183, 79, 128, 255, 183, 83, 128, 255, 183, 87, 128, 255, 183, 91, 128, 255, 183, 95, 128, 255, 183, 99, 128, 255, 183, 103, 128, 255, 183, 107, 128, 255, 183, 111, 128, 255, 183, 115, 128, 255, 183, 119, 128, 255, 183, 123, 128, 255, 183, 127, 128, 255, 183, 131, 128, 255, 183, 135, 128, 255, 183, 139, 128, 255, 183, 143, 128, 255, 183, 147, 128, 255, 183, 151, 128, 255, 183, 155, 128, 255, 183, 159, 128, 255, 183, 163, 128, 255, 183, 167, 128, 255, 183, 171, 128, 255, 183, 175, 128, 255, 183, 179, 128, 255, 183, 183, 128, 255, 183, 187, 128, 255, 183, 191, 128, 255, 183, 195, 128, 255, 183, 199, 128, 255, 183, 203, 128, 255, 183, 207, 128, 255, 183, 211, 128, 255, 183, 215, 128, 255, 183, 219, 128, 255, 183, 223, 128, 255, 183, 227, 128, 255, 183, 231, 128, 255, 183, 235, 128, 255, 183, 239, 128, 255, 183, 243, 128, 255, 183, 247, 128, 255, 183, 251, 128, 255, 187, 0, 128, 255, 187, 3, 128, 255, 187, 7, 128, 255, 187, 11, 128, 255, 187, 15, 128, 255, 187, 19, 128, 255, 187, 23, 128, 255, 187, 27, 128, 255, 187, 31, 128, 255, 187, 35, 128, 255, 187, 39, 128, 255, 187, 43, 128, 255, 187, 47, 128, 255, 187, 51, 128, 255, 187, 55, 128, 255, 187, 59, 128, 255, 187, 63, 128, 255, 187, 67, 128, 255, 187, 71, 128, 255, 187, 75, 128, 255, 187, 79, 128, 255, 187, 83, 128, 255, 187, 87, 128, 255, 187, 91, 128, 255, 187, 95, 128, 255, 187, 99, 128, 255, 187, 103, 128, 255, 187, 107, 128, 255, 187, 111, 128, 255, 187, 115, 128, 255, 187, 119, 128, 255, 187, 123, 128, 255, 187, 127, 128, 255, 187, 131, 128, 255, 187, 135, 128, 255, 187, 139, 128, 255, 187, 143, 128, 255, 187, 147, 128, 255, 187, 151, 128, 255, 187, 155, 128, 255, 187, 159, 128, 255, 187, 163, 128, 255, 187, 167, 128, 255, 187, 171, 128, 255, 187, 175, 128, 255, 187, 179, 128, 255, 187, 183, 128, 255, 187, 187, 128, 255, 187, 191, 128, 255, 187, 195, 128, 255, 187, 199, 128, 255, 187, 203, 128, 255, 187, 207, 128, 255, 187, 211, 128, 255, 187, 215, 128, 255, 187, 219, 128, 255, 187, 223, 128, 255, 187, 227, 128, 255, 187, 231, 128, 255, 187, 235, 128, 255, 187, 239, 128, 255, 187, 243, 128, 255, 187, 247, 128, 255, 187, 251, 128, 255, 191, 0, 128, 255, 191, 3, 128, 255, 191, 7, 128, 255, 191, 11, 128, 255, 191, 15, 128, 255, 191, 19, 128, 255, 191, 23, 128, 255, 191, 27, 128, 255, 191, 31, 128, 255, 191, 35, 128, 255, 191, 39, 128, 255, 191, 43, 128, 255, 191, 47, 128, 255, 191, 51, 128, 255, 191, 55, 128, 255, 191, 59, 128, 255, 191, 63, 128, 255, 191, 67, 128, 255, 191, 71, 128, 255, 191, 75, 128, 255, 191, 79, 128, 255, 191, 83, 128, 255, 191, 87, 128, 255, 191, 91, 128, 255, 191, 95, 128, 255, 191, 99, 128, 255, 191, 103, 128, 255, 191, 107, 128, 255, 191, 111, 128, 255, 191, 115, 128, 255, 191, 119, 128, 255, 191, 123, 128, 255, 191, 127, 128, 255, 191, 131, 128, 255, 191, 135, 128, 255, 191, 139, 128, 255, 191, 143, 128, 255, 191, 147, 128, 255, 191, 151, 128, 255, 191, 155, 128, 255, 191, 159, 128, 255, 191, 163, 128, 255, 191, 167, 128, 255, 191, 171, 128, 255, 191, 175, 128, 255, 191, 179, 128, 255, 191, 183, 128, 255, 191, 187, 128, 255, 191, 191, 128, 255, 191, 195, 128, 255, 191, 199, 128, 255, 191, 203, 128, 255, 191, 207, 128, 255, 191, 211, 128, 255, 191, 215, 128, 255, 191, 219, 128, 255, 191, 223, 128, 255, 191, 227, 128, 255, 191, 231, 128, 255, 191, 235, 128, 255, 191, 239, 128, 255, 191, 243, 128, 255, 191, 247, 128, 255, 191, 251, 128, 255, 195, 0, 128, 255, 195, 3, 128, 255, 195, 7, 128, 255, 195, 11, 128, 255, 195, 15, 128, 255, 195, 19, 128, 255, 195, 23, 128, 255, 195, 27, 128, 255, 195, 31, 128, 255, 195, 35, 128, 255, 195, 39, 128, 255, 195, 43, 128, 255, 195, 47, 128, 255, 195, 51, 128, 255, 195, 55, 128, 255, 195, 59, 128, 255, 195, 63, 128, 255, 195, 67, 128, 255, 195, 71, 128, 255, 195, 75, 128, 255, 195, 79, 128, 255, 195, 83, 128, 255, 195, 87, 128, 255, 195, 91, 128, 255, 195, 95, 128, 255, 195, 99, 128, 255, 195, 103, 128, 255, 195, 107, 128, 255, 195, 111, 128, 255, 195, 115, 128, 255, 195, 119, 128, 255, 195, 123, 128, 255, 195, 127, 128, 255, 195, 131, 128, 255, 195, 135, 128, 255, 195, 139, 128, 255, 195, 143, 128, 255, 195, 147, 128, 255, 195, 151, 128, 255, 195, 155, 128, 255, 195, 159, 128, 255, 195, 163, 128, 255, 195, 167, 128, 255, 195, 171, 128, 255, 195, 175, 128, 255, 195, 179, 128, 255, 195, 183, 128, 255, 195, 187, 128, 255, 195, 191, 128, 255, 195, 195, 128, 255, 195, 199, 128, 255, 195, 203, 128, 255, 195, 207, 128, 255, 195, 211, 128, 255, 195, 215, 128, 255, 195, 219, 128, 255, 195, 223, 128, 255, 195, 227, 128, 255, 195, 231, 128, 255, 195, 235, 128, 255, 195, 239, 128, 255, 195, 243, 128, 255, 195, 247, 128, 255, 195, 251, 128, 255, 199, 0, 128, 255, 199, 3, 128, 255, 199, 7, 128, 255, 199, 11, 128, 255, 199, 15, 128, 255, 199, 19, 128, 255, 199, 23, 128, 255, 199, 27, 128, 255, 199, 31, 128, 255, 199, 35, 128, 255, 199, 39, 128, 255, 199, 43, 128, 255, 199, 47, 128, 255, 199, 51, 128, 255, 199, 55, 128, 255, 199, 59, 128, 255, 199, 63, 128, 255, 199, 67, 128, 255, 199, 71, 128, 255, 199, 75, 128, 255, 199, 79, 128, 255, 199, 83, 128, 255, 199, 87, 128, 255, 199, 91, 128, 255, 199, 95, 128, 255, 199, 99, 128, 255, 199, 103, 128, 255, 199, 107, 128, 255, 199, 111, 128, 255, 199, 115, 128, 255, 199, 119, 128, 255, 199, 123, 128, 255, 199, 127, 128, 255, 199, 131, 128, 255, 199, 135, 128, 255, 199, 139, 128, 255, 199, 143, 128, 255, 199, 147, 128, 255, 199, 151, 128, 255, 199, 155, 128, 255, 199, 159, 128, 255, 199, 163, 128, 255, 199, 167, 128, 255, 199, 171, 128, 255, 199, 175, 128, 255, 199, 179, 128, 255, 199, 183, 128, 255, 199, 187, 128, 255, 199, 191, 128, 255, 199, 195, 128, 255, 199, 199, 128, 255, 199, 203, 128, 255, 199, 207, 128, 255, 199, 211, 128, 255, 199, 215, 128, 255, 199, 219, 128, 255, 199, 223, 128, 255, 199, 227, 128, 255, 199, 231, 128, 255, 199, 235, 128, 255, 199, 239, 128, 255, 199, 243, 128, 255, 199, 247, 128, 255, 199, 251, 128, 255, 203, 0, 128, 255, 203, 3, 128, 255, 203, 7, 128, 255, 203, 11, 128, 255, 203, 15, 128, 255, 203, 19, 128, 255, 203, 23, 128, 255, 203, 27, 128, 255, 203, 31, 128, 255, 203, 35, 128, 255, 203, 39, 128, 255, 203, 43, 128, 255, 203, 47, 128, 255, 203, 51, 128, 255, 203, 55, 128, 255, 203, 59, 128, 255, 203, 63, 128, 255, 203, 67, 128, 255, 203, 71, 128, 255, 203, 75, 128, 255, 203, 79, 128, 255, 203, 83, 128, 255, 203, 87, 128, 255, 203, 91, 128, 255, 203, 95, 128, 255, 203, 99, 128, 255, 203, 103, 128, 255, 203, 107, 128, 255, 203, 111, 128, 255, 203, 115, 128, 255, 203, 119, 128, 255, 203, 123, 128, 255, 203, 127, 128, 255, 203, 131, 128, 255, 203, 135, 128, 255, 203, 139, 128, 255, 203, 143, 128, 255, 203, 147, 128, 255, 203, 151, 128, 255, 203, 155, 128, 255, 203, 159, 128, 255, 203, 163, 128, 255, 203, 167, 128, 255, 203, 171, 128, 255, 203, 175, 128, 255, 203, 179, 128, 255, 203, 183, 128, 255, 203, 187, 128, 255, 203, 191, 128, 255, 203, 195, 128, 255, 203, 199, 128, 255, 203, 203, 128, 255, 203, 207, 128, 255, 203, 211, 128, 255, 203, 215, 128, 255, 203, 219, 128, 255, 203, 223, 128, 255, 203, 227, 128, 255, 203, 231, 128, 255, 203, 235, 128, 255, 203, 239, 128, 255, 203, 243, 128, 255, 203, 247, 128, 255, 203, 251, 128, 255, 207, 0, 128, 255, 207, 3, 128, 255, 207, 7, 128, 255, 207, 11, 128, 255, 207, 15, 128, 255, 207, 19, 128, 255, 207, 23, 128, 255, 207, 27, 128, 255, 207, 31, 128, 255, 207, 35, 128, 255, 207, 39, 128, 255, 207, 43, 128, 255, 207, 47, 128, 255, 207, 51, 128, 255, 207, 55, 128, 255, 207, 59, 128, 255, 207, 63, 128, 255, 207, 67, 128, 255, 207, 71, 128, 255, 207, 75, 128, 255, 207, 79, 128, 255, 207, 83, 128, 255, 207, 87, 128, 255, 207, 91, 128, 255, 207, 95, 128, 255, 207, 99, 128, 255, 207, 103, 128, 255, 207, 107, 128, 255, 207, 111, 128, 255, 207, 115, 128, 255, 207, 119, 128, 255, 207, 123, 128, 255, 207, 127, 128, 255, 207, 131, 128, 255, 207, 135, 128, 255, 207, 139, 128, 255, 207, 143, 128, 255, 207, 147, 128, 255, 207, 151, 128, 255, 207, 155, 128, 255, 207, 159, 128, 255, 207, 163, 128, 255, 207, 167, 128, 255, 207, 171, 128, 255, 207, 175, 128, 255, 207, 179, 128, 255, 207, 183, 128, 255, 207, 187, 128, 255, 207, 191, 128, 255, 207, 195, 128, 255, 207, 199, 128, 255, 207, 203, 128, 255, 207, 207, 128, 255, 207, 211, 128, 255, 207, 215, 128, 255, 207, 219, 128, 255, 207, 223, 128, 255, 207, 227, 128, 255, 207, 231, 128, 255, 207, 235, 128, 255, 207, 239, 128, 255, 207, 243, 128, 255, 207, 247, 128, 255, 207, 251, 128, 255, 211, 0, 128, 255, 211, 3, 128, 255, 211, 7, 128, 255, 211, 11, 128, 255, 211, 15, 128, 255, 211, 19, 128, 255, 211, 23, 128, 255, 211, 27, 128, 255, 211, 31, 128, 255, 211, 35, 128, 255, 211, 39, 128, 255, 211, 43, 128, 255, 211, 47, 128, 255, 211, 51, 128, 255, 211, 55, 128, 255, 211, 59, 128, 255, 211, 63, 128, 255, 211, 67, 128, 255, 211, 71, 128, 255, 211, 75, 128, 255, 211, 79, 128, 255, 211, 83, 128, 255, 211, 87, 128, 255, 211, 91, 128, 255, 211, 95, 128, 255, 211, 99, 128, 255, 211, 103, 128, 255, 211, 107, 128, 255, 211, 111, 128, 255, 211, 115, 128, 255, 211, 119, 128, 255, 211, 123, 128, 255, 211, 127, 128, 255, 211, 131, 128, 255, 211, 135, 128, 255, 211, 139, 128, 255, 211, 143, 128, 255, 211, 147, 128, 255, 211, 151, 128, 255, 211, 155, 128, 255, 211, 159, 128, 255, 211, 163, 128, 255, 211, 167, 128, 255, 211, 171, 128, 255, 211, 175, 128, 255, 211, 179, 128, 255, 211, 183, 128, 255, 211, 187, 128, 255, 211, 191, 128, 255, 211, 195, 128, 255, 211, 199, 128, 255, 211, 203, 128, 255, 211, 207, 128, 255, 211, 211, 128, 255, 211, 215, 128, 255, 211, 219, 128, 255, 211, 223, 128, 255, 211, 227, 128, 255, 211, 231, 128, 255, 211, 235, 128, 255, 211, 239, 128, 255, 211, 243, 128, 255, 211, 247, 128, 255, 211, 251, 128, 255, 215, 0, 128, 255, 215, 3, 128, 255, 215, 7, 128, 255, 215, 11, 128, 255, 215, 15, 128, 255, 215, 19, 128, 255, 215, 23, 128, 255, 215, 27, 128, 255, 215, 31, 128, 255, 215, 35, 128, 255, 215, 39, 128, 255, 215, 43, 128, 255, 215, 47, 128, 255, 215, 51, 128, 255, 215, 55, 128, 255, 215, 59, 128, 255, 215, 63, 128, 255, 215, 67, 128, 255, 215, 71, 128, 255, 215, 75, 128, 255, 215, 79, 128, 255, 215, 83, 128, 255, 215, 87, 128, 255, 215, 91, 128, 255, 215, 95, 128, 255, 215, 99, 128, 255, 215, 103, 128, 255, 215, 107, 128, 255, 215, 111, 128, 255, 215, 115, 128, 255, 215, 119, 128, 255, 215, 123, 128, 255, 215, 127, 128, 255, 215, 131, 128, 255, 215, 135, 128, 255, 215, 139, 128, 255, 215, 143, 128, 255, 215, 147, 128, 255, 215, 151, 128, 255, 215, 155, 128, 255, 215, 159, 128, 255, 215, 163, 128, 255, 215, 167, 128, 255, 215, 171, 128, 255, 215, 175, 128, 255, 215, 179, 128, 255, 215, 183, 128, 255, 215, 187, 128, 255, 215, 191, 128, 255, 215, 195, 128, 255, 215, 199, 128, 255, 215, 203, 128, 255, 215, 207, 128, 255, 215, 211, 128, 255, 215, 215, 128, 255, 215, 219, 128, 255, 215, 223, 128, 255, 215, 227, 128, 255, 215, 231, 128, 255, 215, 235, 128, 255, 215, 239, 128, 255, 215, 243, 128, 255, 215, 247, 128, 255, 215, 251, 128, 255, 219, 0, 128, 255, 219, 3, 128, 255, 219, 7, 128, 255, 219, 11, 128, 255, 219, 15, 128, 255, 219, 19, 128, 255, 219, 23, 128, 255, 219, 27, 128, 255, 219, 31, 128, 255, 219, 35, 128, 255, 219, 39, 128, 255, 219, 43, 128, 255, 219, 47, 128, 255, 219, 51, 128, 255, 219, 55, 128, 255, 219, 59, 128, 255, 219, 63, 128, 255, 219, 67, 128, 255, 219, 71, 128, 255, 219, 75, 128, 255, 219, 79, 128, 255, 219, 83, 128, 255, 219, 87, 128, 255, 219, 91, 128, 255, 219, 95, 128, 255, 219, 99, 128, 255, 219, 103, 128, 255, 219, 107, 128, 255, 219, 111, 128, 255, 219, 115, 128, 255, 219, 119, 128, 255, 219, 123, 128, 255, 219, 127, 128, 255, 219, 131, 128, 255, 219, 135, 128, 255, 219, 139, 128, 255, 219, 143, 128, 255, 219, 147, 128, 255, 219, 151, 128, 255, 219, 155, 128, 255, 219, 159, 128, 255, 219, 163, 128, 255, 219, 167, 128, 255, 219, 171, 128, 255, 219, 175, 128, 255, 219, 179, 128, 255, 219, 183, 128, 255, 219, 187, 128, 255, 219, 191, 128, 255, 219, 195, 128, 255, 219, 199, 128, 255, 219, 203, 128, 255, 219, 207, 128, 255, 219, 211, 128, 255, 219, 215, 128, 255, 219, 219, 128, 255, 219, 223, 128, 255, 219, 227, 128, 255, 219, 231, 128, 255, 219, 235, 128, 255, 219, 239, 128, 255, 219, 243, 128, 255, 219, 247, 128, 255, 219, 251, 128, 255, 223, 0, 128, 255, 223, 3, 128, 255, 223, 7, 128, 255, 223, 11, 128, 255, 223, 15, 128, 255, 223, 19, 128, 255, 223, 23, 128, 255, 223, 27, 128, 255, 223, 31, 128, 255, 223, 35, 128, 255, 223, 39, 128, 255, 223, 43, 128, 255, 223, 47, 128, 255, 223, 51, 128, 255, 223, 55, 128, 255, 223, 59, 128, 255, 223, 63, 128, 255, 223, 67, 128, 255, 223, 71, 128, 255, 223, 75, 128, 255, 223, 79, 128, 255, 223, 83, 128, 255, 223, 87, 128, 255, 223, 91, 128, 255, 223, 95, 128, 255, 223, 99, 128, 255, 223, 103, 128, 255, 223, 107, 128, 255, 223, 111, 128, 255, 223, 115, 128, 255, 223, 119, 128, 255, 223, 123, 128, 255, 223, 127, 128, 255, 223, 131, 128, 255, 223, 135, 128, 255, 223, 139, 128, 255, 223, 143, 128, 255, 223, 147, 128, 255, 223, 151, 128, 255, 223, 155, 128, 255, 223, 159, 128, 255, 223, 163, 128, 255, 223, 167, 128, 255, 223, 171, 128, 255, 223, 175, 128, 255, 223, 179, 128, 255, 223, 183, 128, 255, 223, 187, 128, 255, 223, 191, 128, 255, 223, 195, 128, 255, 223, 199, 128, 255, 223, 203, 128, 255, 223, 207, 128, 255, 223, 211, 128, 255, 223, 215, 128, 255, 223, 219, 128, 255, 223, 223, 128, 255, 223, 227, 128, 255, 223, 231, 128, 255, 223, 235, 128, 255, 223, 239, 128, 255, 223, 243, 128, 255, 223, 247, 128, 255, 223, 251, 128, 255, 227, 0, 128, 255, 227, 3, 128, 255, 227, 7, 128, 255, 227, 11, 128, 255, 227, 15, 128, 255, 227, 19, 128, 255, 227, 23, 128, 255, 227, 27, 128, 255, 227, 31, 128, 255, 227, 35, 128, 255, 227, 39, 128, 255, 227, 43, 128, 255, 227, 47, 128, 255, 227, 51, 128, 255, 227, 55, 128, 255, 227, 59, 128, 255, 227, 63, 128, 255, 227, 67, 128, 255, 227, 71, 128, 255, 227, 75, 128, 255, 227, 79, 128, 255, 227, 83, 128, 255, 227, 87, 128, 255, 227, 91, 128, 255, 227, 95, 128, 255, 227, 99, 128, 255, 227, 103, 128, 255, 227, 107, 128, 255, 227, 111, 128, 255, 227, 115, 128, 255, 227, 119, 128, 255, 227, 123, 128, 255, 227, 127, 128, 255, 227, 131, 128, 255, 227, 135, 128, 255, 227, 139, 128, 255, 227, 143, 128, 255, 227, 147, 128, 255, 227, 151, 128, 255, 227, 155, 128, 255, 227, 159, 128, 255, 227, 163, 128, 255, 227, 167, 128, 255, 227, 171, 128, 255, 227, 175, 128, 255, 227, 179, 128, 255, 227, 183, 128, 255, 227, 187, 128, 255, 227, 191, 128, 255, 227, 195, 128, 255, 227, 199, 128, 255, 227, 203, 128, 255, 227, 207, 128, 255, 227, 211, 128, 255, 227, 215, 128, 255, 227, 219, 128, 255, 227, 223, 128, 255, 227, 227, 128, 255, 227, 231, 128, 255, 227, 235, 128, 255, 227, 239, 128, 255, 227, 243, 128, 255, 227, 247, 128, 255, 227, 251, 128, 255, 231, 0, 128, 255, 231, 3, 128, 255, 231, 7, 128, 255, 231, 11, 128, 255, 231, 15, 128, 255, 231, 19, 128, 255, 231, 23, 128, 255, 231, 27, 128, 255, 231, 31, 128, 255, 231, 35, 128, 255, 231, 39, 128, 255, 231, 43, 128, 255, 231, 47, 128, 255, 231, 51, 128, 255, 231, 55, 128, 255, 231, 59, 128, 255, 231, 63, 128, 255, 231, 67, 128, 255, 231, 71, 128, 255, 231, 75, 128, 255, 231, 79, 128, 255, 231, 83, 128, 255, 231, 87, 128, 255, 231, 91, 128, 255, 231, 95, 128, 255, 231, 99, 128, 255, 231, 103, 128, 255, 231, 107, 128, 255, 231, 111, 128, 255, 231, 115, 128, 255, 231, 119, 128, 255, 231, 123, 128, 255, 231, 127, 128, 255, 231, 131, 128, 255, 231, 135, 128, 255, 231, 139, 128, 255, 231, 143, 128, 255, 231, 147, 128, 255, 231, 151, 128, 255, 231, 155, 128, 255, 231, 159, 128, 255, 231, 163, 128, 255, 231, 167, 128, 255, 231, 171, 128, 255, 231, 175, 128, 255, 231, 179, 128, 255, 231, 183, 128, 255, 231, 187, 128, 255, 231, 191, 128, 255, 231, 195, 128, 255, 231, 199, 128, 255, 231, 203, 128, 255, 231, 207, 128, 255, 231, 211, 128, 255, 231, 215, 128, 255, 231, 219, 128, 255, 231, 223, 128, 255, 231, 227, 128, 255, 231, 231, 128, 255, 231, 235, 128, 255, 231, 239, 128, 255, 231, 243, 128, 255, 231, 247, 128, 255, 231, 251, 128, 255, 235, 0, 128, 255, 235, 3, 128, 255, 235, 7, 128, 255, 235, 11, 128, 255, 235, 15, 128, 255, 235, 19, 128, 255, 235, 23, 128, 255, 235, 27, 128, 255, 235, 31, 128, 255, 235, 35, 128, 255, 235, 39, 128, 255, 235, 43, 128, 255, 235, 47, 128, 255, 235, 51, 128, 255, 235, 55, 128, 255, 235, 59, 128, 255, 235, 63, 128, 255, 235, 67, 128, 255, 235, 71, 128, 255, 235, 75, 128, 255, 235, 79, 128, 255, 235, 83, 128, 255, 235, 87, 128, 255, 235, 91, 128, 255, 235, 95, 128, 255, 235, 99, 128, 255, 235, 103, 128, 255, 235, 107, 128, 255, 235, 111, 128, 255, 235, 115, 128, 255, 235, 119, 128, 255, 235, 123, 128, 255, 235, 127, 128, 255, 235, 131, 128, 255, 235, 135, 128, 255, 235, 139, 128, 255, 235, 143, 128, 255, 235, 147, 128, 255, 235, 151, 128, 255, 235, 155, 128, 255, 235, 159, 128, 255, 235, 163, 128, 255, 235, 167, 128, 255, 235, 171, 128, 255, 235, 175, 128, 255, 235, 179, 128, 255, 235, 183, 128, 255, 235, 187, 128, 255, 235, 191, 128, 255, 235, 195, 128, 255, 235, 199, 128, 255, 235, 203, 128, 255, 235, 207, 128, 255, 235, 211, 128, 255, 235, 215, 128, 255, 235, 219, 128, 255, 235, 223, 128, 255, 235, 227, 128, 255, 235, 231, 128, 255, 235, 235, 128, 255, 235, 239, 128, 255, 235, 243, 128, 255, 235, 247, 128, 255, 235, 251, 128, 255, 239, 0, 128, 255, 239, 3, 128, 255, 239, 7, 128, 255, 239, 11, 128, 255, 239, 15, 128, 255, 239, 19, 128, 255, 239, 23, 128, 255, 239, 27, 128, 255, 239, 31, 128, 255, 239, 35, 128, 255, 239, 39, 128, 255, 239, 43, 128, 255, 239, 47, 128, 255, 239, 51, 128, 255, 239, 55, 128, 255, 239, 59, 128, 255, 239, 63, 128, 255, 239, 67, 128, 255, 239, 71, 128, 255, 239, 75, 128, 255, 239, 79, 128, 255, 239, 83, 128, 255, 239, 87, 128, 255, 239, 91, 128, 255, 239, 95, 128, 255, 239, 99, 128, 255, 239, 103, 128, 255, 239, 107, 128, 255, 239, 111, 128, 255, 239, 115, 128, 255, 239, 119, 128, 255, 239, 123, 128, 255, 239, 127, 128, 255, 239, 131, 128, 255, 239, 135, 128, 255, 239, 139, 128, 255, 239, 143, 128, 255, 239, 147, 128, 255, 239, 151, 128, 255, 239, 155, 128, 255, 239, 159, 128, 255, 239, 163, 128, 255, 239, 167, 128, 255, 239, 171, 128, 255, 239, 175, 128, 255, 239, 179, 128, 255, 239, 183, 128, 255, 239, 187, 128, 255, 239, 191, 128, 255, 239, 195, 128, 255, 239, 199, 128, 255, 239, 203, 128, 255, 239, 207, 128, 255, 239, 211, 128, 255, 239, 215, 128, 255, 239, 219, 128, 255, 239, 223, 128, 255, 239, 227, 128, 255, 239, 231, 128, 255, 239, 235, 128, 255, 239, 239, 128, 255, 239, 243, 128, 255, 239, 247, 128, 255, 239, 251, 128, 255, 243, 0, 128, 255, 243, 3, 128, 255, 243, 7, 128, 255, 243, 11, 128, 255, 243, 15, 128, 255, 243, 19, 128, 255, 243, 23, 128, 255, 243, 27, 128, 255, 243, 31, 128, 255, 243, 35, 128, 255, 243, 39, 128, 255, 243, 43, 128, 255, 243, 47, 128, 255, 243, 51, 128, 255, 243, 55, 128, 255, 243, 59, 128, 255, 243, 63, 128, 255, 243, 67, 128, 255, 243, 71, 128, 255, 243, 75, 128, 255, 243, 79, 128, 255, 243, 83, 128, 255, 243, 87, 128, 255, 243, 91, 128, 255, 243, 95, 128, 255, 243, 99, 128, 255, 243, 103, 128, 255, 243, 107, 128, 255, 243, 111, 128, 255, 243, 115, 128, 255, 243, 119, 128, 255, 243, 123, 128, 255, 243, 127, 128, 255, 243, 131, 128, 255, 243, 135, 128, 255, 243, 139, 128, 255, 243, 143, 128, 255, 243, 147, 128, 255, 243, 151, 128, 255, 243, 155, 128, 255, 243, 159, 128, 255, 243, 163, 128, 255, 243, 167, 128, 255, 243, 171, 128, 255, 243, 175, 128, 255, 243, 179, 128, 255, 243, 183, 128, 255, 243, 187, 128, 255, 243, 191, 128, 255, 243, 195, 128, 255, 243, 199, 128, 255, 243, 203, 128, 255, 243, 207, 128, 255, 243, 211, 128, 255, 243, 215, 128, 255, 243, 219, 128, 255, 243, 223, 128, 255, 243, 227, 128, 255, 243, 231, 128, 255, 243, 235, 128, 255, 243, 239, 128, 255, 243, 243, 128, 255, 243, 247, 128, 255, 243, 251, 128, 255, 247, 0, 128, 255, 247, 3, 128, 255, 247, 7, 128, 255, 247, 11, 128, 255, 247, 15, 128, 255, 247, 19, 128, 255, 247, 23, 128, 255, 247, 27, 128, 255, 247, 31, 128, 255, 247, 35, 128, 255, 247, 39, 128, 255, 247, 43, 128, 255, 247, 47, 128, 255, 247, 51, 128, 255, 247, 55, 128, 255, 247, 59, 128, 255, 247, 63, 128, 255, 247, 67, 128, 255, 247, 71, 128, 255, 247, 75, 128, 255, 247, 79, 128, 255, 247, 83, 128, 255, 247, 87, 128, 255, 247, 91, 128, 255, 247, 95, 128, 255, 247, 99, 128, 255, 247, 103, 128, 255, 247, 107, 128, 255, 247, 111, 128, 255, 247, 115, 128, 255, 247, 119, 128, 255, 247, 123, 128, 255, 247, 127, 128, 255, 247, 131, 128, 255, 247, 135, 128, 255, 247, 139, 128, 255, 247, 143, 128, 255, 247, 147, 128, 255, 247, 151, 128, 255, 247, 155, 128, 255, 247, 159, 128, 255, 247, 163, 128, 255, 247, 167, 128, 255, 247, 171, 128, 255, 247, 175, 128, 255, 247, 179, 128, 255, 247, 183, 128, 255, 247, 187, 128, 255, 247, 191, 128, 255, 247, 195, 128, 255, 247, 199, 128, 255, 247, 203, 128, 255, 247, 207, 128, 255, 247, 211, 128, 255, 247, 215, 128, 255, 247, 219, 128, 255, 247, 223, 128, 255, 247, 227, 128, 255, 247, 231, 128, 255, 247, 235, 128, 255, 247, 239, 128, 255, 247, 243, 128, 255, 247, 247, 128, 255, 247, 251, 128, 255, 251, 0, 128, 255, 251, 3, 128, 255, 251, 7, 128, 255, 251, 11, 128, 255, 251, 15, 128, 255, 251, 19, 128, 255, 251, 23, 128, 255, 251, 27, 128, 255, 251, 31, 128, 255, 251, 35, 128, 255, 251, 39, 128, 255, 251, 43, 128, 255, 251, 47, 128, 255, 251, 51, 128, 255, 251, 55, 128, 255, 251, 59, 128, 255, 251, 63, 128, 255, 251, 67, 128, 255, 251, 71, 128, 255, 251, 75, 128, 255, 251, 79, 128, 255, 251, 83, 128, 255, 251, 87, 128, 255, 251, 91, 128, 255, 251, 95, 128, 255, 251, 99, 128, 255, 251, 103, 128, 255, 251, 107, 128, 255, 251, 111, 128, 255, 251, 115, 128, 255, 251, 119, 128, 255, 251, 123, 128, 255, 251, 127, 128, 255, 251, 131, 128, 255, 251, 135, 128, 255, 251, 139, 128, 255, 251, 143, 128, 255, 251, 147, 128, 255, 251, 151, 128, 255, 251, 155, 128, 255, 251, 159, 128, 255, 251, 163, 128, 255, 251, 167, 128, 255, 251, 171, 128, 255, 251, 175, 128, 255, 251, 179, 128, 255, 251, 183, 128, 255, 251, 187, 128, 255, 251, 191, 128, 255, 251, 195, 128, 255, 251, 199, 128, 255, 251, 203, 128, 255, 251, 207, 128, 255, 251, 211, 128, 255, 251, 215, 128, 255, 251, 219, 128, 255, 251, 223, 128, 255, 251, 227, 128, 255, 251, 231, 128, 255, 251, 235, 128, 255, 251, 239, 128, 255, 251, 243, 128, 255, 251, 247, 128, 255, 251, 251, 128, 255]}]], ["addSource", ["point", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [0, 0]}}]}}]], ["addLayer", [{"id": "points", "type": "symbol", "layout": {"icon-image": "gradient"}, "source": "point"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/add_text.html b/maplibre/add_text.html index 10cccaa..b2ce287 100644 --- a/maplibre/add_text.html +++ b/maplibre/add_text.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addControl", ["InfoBoxControl", {"content": "Hello World", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "Awesome Text!", "cssText": "font-size: 25px; color: black;\n font-weight: normal; padding: 5px;\n background-color: rgba(255, 255, 255, 0.8); border-radius: 5px;"}, "top-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addControl", ["InfoBoxControl", {"content": "Hello World", "cssText": "font-size: 20px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["InfoBoxControl", {"content": "Awesome Text!", "cssText": "font-size: 25px; color: black;\n font-weight: normal; padding: 5px;\n background-color: rgba(255, 255, 255, 0.8); border-radius: 5px;"}, "top-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/animate_a_line.html b/maplibre/animate_a_line.html index cf03a91..0a8444f 100644 --- a/maplibre/animate_a_line.html +++ b/maplibre/animate_a_line.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 0], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 0.5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["line", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "LineString", "coordinates": [[0, 0]]}}]}}]], ["addLayer", [{"id": "line-animation", "type": "line", "layout": {"line-cap": "round", "line-join": "round"}, "paint": {"line-color": "#ed6498", "line-width": 5, "line-opacity": 0.8}, "source": "line"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 0], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 0.5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["line", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "LineString", "coordinates": [[0, 0]]}}]}}]], ["addLayer", [{"id": "line-animation", "type": "line", "layout": {"line-cap": "round", "line-join": "round"}, "paint": {"line-color": "#ed6498", "line-width": 5, "line-opacity": 0.8}, "source": "line"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/animate_camera_around_point.html b/maplibre/animate_camera_around_point.html index f824681..ab59afd 100644 --- a/maplibre/animate_camera_around_point.html +++ b/maplibre/animate_camera_around_point.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-87.62712, 41.89033], "pitch": 45, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 15, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["removeLayer", ["waterway_label"]], ["removeLayer", ["watername_ocean"]], ["removeLayer", ["watername_sea"]], ["removeLayer", ["watername_lake"]], ["removeLayer", ["watername_lake_line"]], ["removeLayer", ["place_hamlet"]], ["removeLayer", ["place_suburbs"]], ["removeLayer", ["place_villages"]], ["removeLayer", ["place_town"]], ["removeLayer", ["place_country_2"]], ["removeLayer", ["place_country_1"]], ["removeLayer", ["place_state"]], ["removeLayer", ["place_continent"]], ["removeLayer", ["place_city_r6"]], ["removeLayer", ["place_city_r5"]], ["removeLayer", ["place_city_dot_r7"]], ["removeLayer", ["place_city_dot_r4"]], ["removeLayer", ["place_city_dot_r2"]], ["removeLayer", ["place_city_dot_z7"]], ["removeLayer", ["place_capital_dot_z7"]], ["removeLayer", ["poi_stadium"]], ["removeLayer", ["poi_park"]], ["removeLayer", ["roadname_minor"]], ["removeLayer", ["roadname_sec"]], ["removeLayer", ["roadname_pri"]], ["removeLayer", ["roadname_major"]], ["removeLayer", ["housenumber"]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "filter": ["==", "extrude", "true"], "minzoom": 15, "paint": {"fill-extrusion-color": "#aaa", "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 15.05, ["get", "height"]], "fill-extrusion-base": ["interpolate", ["linear"], ["zoom"], 15, 0, 15.05, ["get", "min_height"]], "fill-extrusion-opacity": 0.6}, "source": "composite", "source-layer": "building"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-87.62712, 41.89033], "pitch": 45, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 15, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["removeLayer", ["water_name_line"]], ["removeLayer", ["water_name_point"]], ["removeLayer", ["water_ocean_name_point"]], ["removeLayer", ["poi_z16_subclass"]], ["removeLayer", ["poi_z16"]], ["removeLayer", ["poi_z15"]], ["removeLayer", ["poi_z14"]], ["removeLayer", ["poi_transit"]], ["removeLayer", ["road_gondola_label"]], ["removeLayer", ["road_ferry_label"]], ["removeLayer", ["road_label"]], ["removeLayer", ["highway-junction"]], ["removeLayer", ["highway-shield"]], ["removeLayer", ["highway-shield-us-interstate"]], ["removeLayer", ["highway-shield-us-other"]], ["removeLayer", ["airport_label"]], ["removeLayer", ["airport_gate"]], ["removeLayer", ["place_park"]], ["removeLayer", ["place_other"]], ["removeLayer", ["place_village"]], ["removeLayer", ["place_town"]], ["removeLayer", ["place_region"]], ["removeLayer", ["place_state"]], ["removeLayer", ["place_city"]], ["removeLayer", ["country_other"]], ["removeLayer", ["country_3"]], ["removeLayer", ["country_2"]], ["removeLayer", ["country_1"]], ["removeLayer", ["continent"]], ["removeLayer", ["housenumber"]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "filter": ["==", "extrude", "true"], "minzoom": 15, "paint": {"fill-extrusion-color": "#aaa", "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 15.05, ["get", "height"]], "fill-extrusion-base": ["interpolate", ["linear"], ["zoom"], 15, 0, 15.05, ["get", "min_height"]], "fill-extrusion-opacity": 0.6}, "source": "composite", "source-layer": "building"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/animate_images.html b/maplibre/animate_images.html index efaffde..01c6878 100644 --- a/maplibre/animate_images.html +++ b/maplibre/animate_images.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-75.789, 41.874], "maxZoom": 6, "minZoom": 4, "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["radar", {"type": "image", "url": "https://maplibre.org/maplibre-gl-js/docs/assets/radar0.gif", "coordinates": [[-80.425, 46.437], [-71.516, 46.437], [-71.516, 37.936], [-80.425, 37.936]]}]], ["addLayer", [{"id": "radar-layer", "type": "raster", "paint": {"raster-fade-duration": 0}, "source": "radar"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-75.789, 41.874], "maxZoom": 6, "minZoom": 4, "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["radar", {"type": "image", "url": "https://maplibre.org/maplibre-gl-js/docs/assets/radar0.gif", "coordinates": [[-80.425, 46.437], [-71.516, 46.437], [-71.516, 37.936], [-80.425, 37.936]]}]], ["addLayer", [{"id": "radar-layer", "type": "raster", "paint": {"raster-fade-duration": 0}, "source": "radar"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/animate_point_along_line.html b/maplibre/animate_point_along_line.html index f83fd3f..97b4298 100644 --- a/maplibre/animate_point_along_line.html +++ b/maplibre/animate_point_along_line.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 0], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 2, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["point", {"type": "geojson", "data": {"type": "Point", "coordinates": [20.0, 0.0]}}]], ["addLayer", [{"id": "point", "type": "circle", "paint": {"circle-radius": 10, "circle-color": "#007cbf"}, "source": "point"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 0], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 2, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["point", {"type": "geojson", "data": {"type": "Point", "coordinates": [20.0, 0.0]}}]], ["addLayer", [{"id": "point", "type": "circle", "paint": {"circle-radius": 10, "circle-color": "#007cbf"}, "source": "point"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/animate_point_along_route.html b/maplibre/animate_point_along_route.html index ba6591d..a70a68e 100644 --- a/maplibre/animate_point_along_route.html +++ b/maplibre/animate_point_along_route.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "route", "type": "line", "paint": {"line-color": "#3388ff", "line-width": 2}, "source": {"data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "LineString", "coordinates": [[-122.41400000000002, 37.776], [-122.28789213521489, 37.80502313356956], [-122.16232958618517, 37.83376466677708], [-122.03730754935027, 37.862227903494606], [-121.91282126315981, 37.89041610028352], [-121.78886600769648, 37.91833246713467], [-121.66543710430014, 37.94598016819636], [-121.542529915193, 37.97336232249036], [-121.42013984310641, 38.00048200461617], [-121.29826233090891, 38.027342245443684], [-121.17689286123604, 38.053946032794414], [-121.05602695612129, 38.08029631211153], [-120.93566017662923, 38.106395987118816], [-120.81578812248998, 38.13224792046872], [-120.6964064317355, 38.15785493437974], [-120.5775107803379, 38.1832198112632], [-120.45909688184932, 38.20834529433974], [-120.34116048704402, 38.23323408824552], [-120.22369738356218, 38.2578888596284], [-120.10670339555602, 38.282312237734274], [-119.99017438333756, 38.30650681498359], [-119.8741062430289, 38.33047514753848], [-119.75849490621422, 38.354219755860214], [-119.64333633959436, 38.377743125257645], [-119.5286265446431, 38.40104770642645], [-119.4143615572662, 38.42413591597938], [-119.30053744746218, 38.44701013696776], [-119.18715031898569, 38.469672719394254], [-119.07419630901302, 38.49212598071727], [-118.96167158781003, 38.514372206346756], [-118.84957235840228, 38.53641365013195], [-118.73789485624759, 38.558252534840946], [-118.62663534891102, 38.57989105263223], [-118.51579013574198, 38.60133136551856], [-118.40535554755405, 38.62257560582297], [-118.29532794630701, 38.64362587662726], [-118.18570372479122, 38.66448425221305], [-118.07647930631462, 38.685152778495535], [-117.96765114439198, 38.70563347344995], [-117.85921572243666, 38.7259283275311], [-117.7511695534547, 38.746039304085755], [-117.64350917974156, 38.76596833975833], [-117.53623117258097, 38.785717344889896], [-117.42933213194661, 38.80528820391034], [-117.32280868620583, 38.824682775724284], [-117.21665749182617, 38.84390289409047], [-117.11087523308395, 38.86295036799494], [-117.00545862177562, 38.881826982017934], [-116.90040439693134, 38.90053449669484], [-116.79570932453109, 38.91907464887114], [-116.69137019722308, 38.93744915205142], [-116.5873838340446, 38.95565969674272], [-116.48374708014543, 38.97370795079216], [-116.38045680651346, 38.99159555971902], [-116.27750990970273, 39.00932414704127], [-116.17490331156391, 39.02689531459686], [-116.07263395897715, 39.0443106428596], [-115.9706988235872, 39.06157169124986], [-115.86909490154102, 39.07867999844023], [-115.76781921322754, 39.09563708265601], [-115.66686880301995, 39.11244444197098], [-115.56624073902016, 39.12910355459807], [-115.46593211280563, 39.14561587917545], [-115.36594003917845, 39.161982855047825], [-115.26626165591676, 39.17820590254316], [-115.1668941235284, 39.19428642324486], [-115.06783462500663, 39.210225800259515], [-114.9690803655886, 39.22602539848019], [-114.87062857251533, 39.241686564845544], [-114.77247649479452, 39.25721062859461], [-114.6746214029652, 39.272598901517455], [-114.57706058886464, 39.287852678201716], [-114.47979136539745, 39.30297323627517], [-114.38281106630683, 39.31796183664436], [-114.28611704594795, 39.332819723729216], [-114.18970667906333, 39.34754812569405], [-114.09357736056052, 39.3621482546746], [-113.99772650529162, 39.37662130700156], [-113.9021515478352, 39.39096846342035], [-113.8068499422798, 39.40519088930738], [-113.71181916200997, 39.41928973488281], [-113.61705669949392, 39.433266135419835], [-113.52256006607337, 39.447121211450614], [-113.42832679175538, 39.46085606896884], [-113.33435442500605, 39.47447179962906], [-113.2406405325462, 39.48796948094272], [-113.14718269914907, 39.501350176471185], [-113.05397852743978, 39.514614936015406], [-112.96102563769682, 39.52776479580277], [-112.8683216676553, 39.540800778670786], [-112.77586427231218, 39.5537238942479], [-112.68365112373318, 39.566535139131325], [-112.59167991086177, 39.579235497062065], [-112.49994833932965, 39.591825939097106], [-112.40845413126931, 39.60430742377883], [-112.31719502512811, 39.616680897301755], [-112.22616877548437, 39.62894729367652], [-112.13537315286497, 39.64110753489128], [-112.04480594356482, 39.65316253107059], [-111.95446494946793, 39.66511318063159], [-111.86434798787029, 39.67696037043779], [-111.77445289130426, 39.688704975950394], [-111.68477750736477, 39.700347861377175], [-111.59531969853705, 39.71188987981896], [-111.50607734202599, 39.72333187341377], [-111.41704832958715, 39.734674673478736], [-111.32823056735933, 39.74591910064962], [-111.23962197569864, 39.75706596501825], [-111.15122048901426, 39.76811606626756], [-111.06302405560558, 39.779070193804756], [-110.97503063750096, 39.7899291268921], [-110.88723821029798, 39.800693634775726], [-110.79964476300506, 39.81136447681242], [-110.71224829788477, 39.821942402594296], [-110.62504683029837, 39.83242815207161], [-110.53803838855184, 39.84282245567343], [-110.45122101374345, 39.853126034426616], [-110.36459275961256, 39.86333960007269], [-110.27815169238998, 39.873463855183005], [-110.19189589064949, 39.883499493271955], [-110.1058234451609, 39.89344719890846], [-110.01993245874435, 39.90330764782566], [-109.93422104612598, 39.91308150702888], [-109.8486873337949, 39.92276943490178], [-109.76332945986138, 39.93237208131092], [-109.6781455739164, 39.94189008770865], [-109.59313383689248, 39.95132408723426], [-109.50829242092567, 39.96067470481368], [-109.42361950921877, 39.96994255725739], [-109.3391132959059, 39.97912825335697], [-109.25477198591811, 39.988232393979914], [-109.17059379485025, 39.99725557216312], [-109.08657694882902, 40.00619837320476], [-109.00271968438217, 40.015061374754694], [-108.91902024830884, 40.02384514690345], [-108.83547689755096, 40.032550252269836], [-108.75208789906591, 40.04117724608704], [-108.66885152970012, 40.04972667628748], [-108.58576607606392, 40.05819908358613], [-108.50282983440728, 40.06659500156267], [-108.42004111049677, 40.074914956742205], [-108.33739821949345, 40.083159468674744], [-108.2548994858319, 40.091329050013336], [-108.1725432431001, 40.09942420659102], [-108.09032783392051, 40.1074454374965], [-108.00825160983207, 40.115393235148574], [-107.92631293117299, 40.12326808536937], [-107.84451016696491, 40.131070467456425], [-107.76284169479753, 40.138800854253525], [-107.6813059007146, 40.146459712220484], [-107.59990117910058, 40.1540475015017], [-107.51862593256828, 40.16156467599364], [-107.43747857184744, 40.169011683411185], [-107.35645751567411, 40.176388965352956], [-107.27556119068103, 40.18369695736545], [-107.1947880312888, 40.190936089006264], [-107.11413647959779, 40.198106783906105], [-107.03360498528116, 40.20520945983], [-106.95319200547847, 40.21224452873724], [-106.87289600469015, 40.21921239684045], [-106.79271545467289, 40.22611346466378], [-106.71264883433568, 40.232948127099895], [-106.6326946296367, 40.23971677346617], [-106.55285133348097, 40.24641978755992], [-106.47311744561877, 40.2530575477126], [-106.39349147254471, 40.25963042684324], [-106.31397192739774, 40.26613879251084], [-106.23455732986163, 40.27258300696593], [-106.15524620606634, 40.27896342720124], [-106.07603708849004, 40.28528040500154], [-105.99692851586178, 40.29153428699246], [-105.9179190330649, 40.29772541468873], [-105.83900719104109, 40.303854124541274], [-105.76019154669505, 40.3099207479838], [-105.6814706627999, 40.315925611478285], [-105.60284310790308, 40.321869036559775], [-105.5243074562331, 40.32775133988049], [-105.44586228760663, 40.33357283325295], [-105.36750618733645, 40.33933382369248], [-105.28923774613975, 40.345034613458836], [-105.21105556004727, 40.350675500097196], [-105.13295823031282, 40.35625677647827], [-105.05494436332341, 40.36177873083776], [-104.97701257051001, 40.367241646815096], [-104.89916146825874, 40.37264580349136], [-104.82138967782274, 40.37799147542666], [-104.74369582523431, 40.383278932696555], [-104.66607854121796, 40.388508440928085], [-104.58853646110353, 40.393680261334836], [-104.51106822474013, 40.398794650751505], [-104.4336724764104, 40.40385186166772], [-104.3563478647453, 40.40885214226121], [-104.27909304263942, 40.41379573643034], [-104.2019066671666, 40.41868288382586], [-104.12478739949611, 40.423513819882295], [-104.04773390480933, 40.428288775848394], [-103.97074485221668, 40.43300797881711], [-103.89381891467512, 40.43767165175495], [-103.81695476890599, 40.44228001353063], [-103.74015109531328, 40.44683327894324], [-103.66340657790235, 40.451331658749694], [-103.58671990419887, 40.45577535969163], [-103.51008976516832, 40.4601645845217], [-103.43351485513575, 40.46449953202927], [-103.35699387170597, 40.46878039706563], [-103.28052551568396, 40.47300737056843], [-103.20410849099585, 40.47718063958574], [-103.12774150460996, 40.48130038729945], [-103.05142326645837, 40.48536679304809], [-102.97515248935873, 40.4893800323492], [-102.89892788893643, 40.493340276920996], [-102.82274818354689, 40.49724769470363], [-102.74661209419843, 40.501102449879795], [-102.67051834447518, 40.5049047028949], [-102.59446566046039, 40.508654610476576], [-102.51845277065992, 40.512352325653836], [-102.44247840592612, 40.515997997775486], [-102.3665412993818, 40.51959177252826], [-102.29064018634452, 40.52313379195416], [-102.21477380425122, 40.52662419446756], [-102.13894089258282, 40.53006311487158], [-102.06314019278928, 40.5334506843741], [-101.98737044821475, 40.5367870306032], [-101.91163040402292, 40.54007227762204], [-101.83591880712264, 40.54330654594341], [-101.76023440609363, 40.54648995254361], [-101.68457595111246, 40.54962261087596], [-101.60894219387858, 40.55270463088374], [-101.53333188754065, 40.555736119012714], [-101.45774378662293, 40.558717178223084], [-101.38217664695183, 40.561647908001035], [-101.30662922558267, 40.56452840436976], [-101.2311002807264, 40.56735875990008], [-101.15558857167666, 40.57013906372042], [-101.08009285873683, 40.57286940152653], [-101.00461190314714, 40.57554985559058], [-100.92914446701204, 40.57818050476979], [-100.85368931322749, 40.58076142451472], [-100.77824520540847, 40.58329268687693], [-100.70281090781643, 40.585774360516304], [-100.62738518528697, 40.58820651070779], [-100.55196680315747, 40.59058919934786], [-100.47655452719475, 40.59292248496024], [-100.40114712352292, 40.59520642270147], [-100.32574335855107, 40.59744106436579], [-100.25034199890118, 40.59962645838966], [-100.17494181133586, 40.601762649855814], [-100.0995415626864, 40.60384968049686], [-100.0241400197804, 40.60588758869839], [-99.9487359493698, 40.607876409501664], [-99.87332811805872, 40.609816174605825], [-99.79791529223124, 40.61170691236972], [-99.72249623797926, 40.61354864781312], [-99.64706972103032, 40.61534140261766], [-99.57163450667528, 40.61708519512715], [-99.49618935969612, 40.61878004034764], [-99.42073304429347, 40.62042594994679], [-99.34526432401431, 40.622022932252975], [-99.26978196167941, 40.62357099225384], [-99.19428471931086, 40.62507013159441], [-99.11877135805933, 40.62652034857481], [-99.0432406381314, 40.627921638147384], [-98.9676913187167, 40.629273991913486], [-98.89212215791498, 40.630577398119804], [-98.8165319126631, 40.63183184165409], [-98.74091933866167, 40.63303730404062], [-98.665283190302, 40.63419376343501], [-98.58962222059245, 40.63530119461874], [-98.5139351810849, 40.63635956899305], [-98.43822082180101, 40.63736885457244], [-98.36247789115826, 40.63832901597778], [-98.28670513589597, 40.639240014428786], [-98.21090130100086, 40.64010180773612], [-98.13506512963278, 40.64091435029309], [-98.05919536304992, 40.64167759306663], [-97.98329074053413, 40.642391483588106], [-97.90734999931564, 40.64305596594344], [-97.83137187449805, 40.64367098076272], [-97.75535509898256, 40.64423646520957], [-97.67929840339248, 40.6447523529697], [-97.60320051599705, 40.645218574239266], [-97.52706016263535, 40.645635055712475], [-97.45087606663976, 40.64600172056895], [-97.3746469487592, 40.64631848846035], [-97.29837152708214, 40.64658527549667], [-97.2220485169592, 40.646801994231936], [-97.14567663092569, 40.64696855364942], [-97.06925457862354, 40.64708485914634], [-96.99278106672321, 40.64715081251803], [-96.91625479884513, 40.64716631194163], [-96.83967447548079, 40.647131251959195], [-96.76303879391361, 40.64704552346033], [-96.6863464481394, 40.64690901366418], [-96.60959612878641, 40.6467216061011], [-96.53278652303521, 40.646483180593535], [-96.45591631453796, 40.64619361323651], [-96.37898418333742, 40.64585277637757], [-96.30198880578571, 40.64546053859604], [-96.22492885446236, 40.645016764681834], [-96.14780299809225, 40.6445213156137], [-96.07060990146293, 40.64397404853685], [-95.99334822534173, 40.64337481674003], [-95.9160166263922, 40.642723469631974], [-95.83861375709027, 40.642019852717354], [-95.76113826563993, 40.641263807572074], [-95.6835887958884, 40.64045517181794], [-95.60596398724087, 40.63959377909685], [-95.52826247457486, 40.638679459044184], [-95.4504828881538, 40.63771203726176], [-95.37262385354052, 40.63669133529007], [-95.29468399150983, 40.63561717057984], [-95.21666191796092, 40.634489356463156], [-95.13855624382904, 40.63330770212367], [-95.06036557499665, 40.632072012566375], [-94.98208851220413, 40.63078208858657], [-94.90372365095982, 40.62943772673833], [-94.82526958144962, 40.62803871930209], [-94.74672488844587, 40.62658485425177], [-94.66808815121577, 40.625075915221004], [-94.58935794342914, 40.62351168146884], [-94.51053283306557, 40.62189192784463], [-94.43161138232097, 40.62021642475226], [-94.35259214751355, 40.61848493811362], [-94.27347367898905, 40.61669722933139], [-94.1942545210254, 40.61485305525106], [-94.1149332117367, 40.61295216812215], [-94.03550828297658, 40.6109943155588], [-93.95597826024073, 40.60897924049946], [-93.87634166256898, 40.60690668116585], [-93.79659700244645, 40.6047763710212], [-93.71674278570408, 40.60258803872755], [-93.6367775114185, 40.6003414081024], [-93.55669967181107, 40.598036198074404], [-93.4765077521462, 40.59567212263832], [-93.39620023062889, 40.593248890809086], [-93.31577557830163, 40.59076620657508], [-93.23523225894029, 40.588223768850426], [-93.15456872894946, 40.58562127142653], [-93.07378343725681, 40.58295840292271], [-92.9928748252067, 40.580234846735806], [-92.91184132645301, 40.57745028098909], [-92.83068136685102, 40.57460437848003], [-92.74939336434853, 40.5716968066273], [-92.66797572887609, 40.5687272274167], [-92.5864268622363, 40.56569529734621], [-92.50474515799235, 40.56260066737001], [-92.4229290013555, 40.559442982841524], [-92.34097676907177, 40.55622188345547], [-92.25888682930766, 40.55293700318885], [-92.17665754153485, 40.54958797024094], [-92.09428725641418, 40.54617440697227], [-92.01177431567831, 40.542695929842395], [-91.92911705201375, 40.53915214934674], [-91.84631378894174, 40.53554266995228], [-91.76336284069804, 40.53186709003207], [-91.68026251211188, 40.52812500179874], [-91.59701109848375, 40.52431599123671], [-91.51360688546222, 40.52043963803336], [-91.43004814891967, 40.51649551550899], [-91.34633315482685, 40.51248319054547], [-91.26246015912659, 40.50840222351386], [-91.17842740760622, 40.504252168200644], [-91.09423313576882, 40.50003257173271], [-91.00987556870356, 40.495742974501184], [-90.9253529209548, 40.49138291008379], [-90.84066339638986, 40.48695190516605], [-90.75580518806592, 40.48244947946104], [-90.67077647809548, 40.47787514562783], [-90.58557543751078, 40.47322840918856], [-90.50020022612692, 40.46850876844407], [-90.41464899240373, 40.46371571438812], [-90.32891987330646, 40.45884873062026], [-90.2430109941652, 40.453907293257004], [-90.156920468533, 40.44889087084179], [-90.07064639804263, 40.44379892425319], [-89.98418687226217, 40.43863090661172], [-89.89753996854921, 40.43338626318506], [-89.81070375190362, 40.42806443129158], [-89.72367627481913, 40.42266484020245], [-89.63645557713348, 40.417186911041874], [-89.54903968587705, 40.411630056685844], [-89.4614266151203, 40.40599368165909], [-89.37361436581965, 40.40027718203036], [-89.28560092566201, 40.394479945305896], [-89.1973842689077, 40.38860135032116], [-89.1089623562321, 40.38264076713078], [-89.02033313456576, 40.376597556896584], [-88.93149453693292, 40.37047107177381], [-88.84244448228851, 40.36426065479539], [-88.75318087535386, 40.35796563975433], [-88.66370160645047, 40.351585351084104], [-88.57400455133256, 40.34511910373701], [-88.48408757101782, 40.3385662030606], [-88.39394851161663, 40.331925944671895], [-88.3035852041597, 40.325197614329674], [-88.212995464424, 40.318380487804404], [-88.1221770927571, 40.31147383074625], [-88.03112787389978, 40.30447689855066], [-87.93984557680697, 40.29738893622183], [-87.8483279544671, 40.29020917823381], [-87.75657274371945, 40.28293684838939], [-87.6645776650701, 40.27557115967643], [-87.57234042250589, 40.268111314122045], [-87.47985870330663, 40.26055650264409], [-87.38713017785568, 40.25290590490032], [-87.2941524994485, 40.24515868913501], [-87.2009233040995, 40.23731401202288], [-87.10744021034706, 40.229371018510555], [-87.01370081905665, 40.221328841655286], [-86.919702713222, 40.21318660246092], [-86.82544345776452, 40.20494340971124], [-86.73092059933074, 40.19659835980035], [-86.63613166608779, 40.18815053656034], [-86.54107416751694, 40.17959901108598], [-86.44574559420518, 40.17094284155646], [-86.35014341763491, 40.162181073054164], [-86.25426508997148, 40.153312737380354], [-86.15810804384877, 40.14433685286777], [-86.06166969215282, 40.13525242419003], [-85.96494742780327, 40.12605844216791], [-85.8679386235329, 40.11675388357218], [-85.77064063166483, 40.10733771092328], [-85.67305078388799, 40.09780887228751], [-85.5751663910301, 40.08816630106978], [-85.47698474282878, 40.07840891580291], [-85.37850310770037, 40.0685356199332], [-85.2797187325067, 40.05854530160263], [-85.18062884231954, 40.04843683342708], [-85.08123064018301, 40.03820907227098], [-84.98152130687366, 40.02786085901803], [-84.88149800065841, 40.017391018338074], [-84.78115785705019, 40.00679835844998], [-84.68049798856138, 39.99608167088047], [-84.579515484455, 39.985239730218915], [-84.47820741049345, 39.97427129386783], [-84.37657080868529, 39.96317510178922], [-84.27460269702935, 39.95194987624651], [-84.17230006925679, 39.94059432154217], [-84.06965989457073, 39.929107123750775], [-83.9666791173835, 39.917486950447454], [-83.8633546570516, 39.90573245043184], [-83.75968340760835, 39.89384225344719], [-83.655662237494, 39.88181496989465], [-83.55128798928367, 39.86964919054275], [-83.44655747941272, 39.85734348623181], [-83.34146749789986, 39.844896407573295], [-83.2360148080677, 39.83230648464403], [-83.1301961462611, 39.81957222667513], [-83.02400822156295, 39.80669212173557], [-82.91744771550752, 39.79366463641041], [-82.81051128179146, 39.78048821547327], [-82.70319554598235, 39.7671612815534], [-82.59549710522482, 39.75368223479681], [-82.48741252794412, 39.74004945252173], [-82.37893835354745, 39.72626128886795], [-82.27007109212278, 39.712316074440274], [-82.16080722413507, 39.69821211594564], [-82.0511432001203, 39.68394769582413], [-81.94107544037695, 39.66952107187349], [-81.83060033465507, 39.65493047686721], [-81.71971424184291, 39.640174118165966], [-81.6084134896511, 39.62525017732235], [-81.49669437429458, 39.610156809678685], [-81.38455316017198, 39.594892143958056], [-81.27198607954259, 39.579454281848], [-81.15898933220119, 39.56384129757716], [-81.04555908515019, 39.54805123748454], [-80.9316914722697, 39.53208211958126], [-80.81738259398512, 39.515931933104746], [-80.7026285169325, 39.49959863806516], [-80.58742527362156, 39.48308016478392], [-80.47176886209647, 39.46637441342433], [-80.3556552455944, 39.449479253513864], [-80.23908035220182, 39.43239252345831], [-80.12204007450867, 39.41511203004741], [-80.00453026926033, 39.39763554795192], [-79.88654675700745, 39.379960819211924], [-79.76808532175384, 39.36208555271623], [-79.64914171060207, 39.34400742367282], [-79.52971163339727, 39.32572407306996], [-79.40979076236893, 39.30723310712806], [-79.28937473177065, 39.28853209674193], [-79.16845913751821, 39.26961857691344], [-79.04703953682574, 39.25049004617421], [-78.92511144784005, 39.23114396599839], [-78.80267034927338, 39.21157776020522], [-78.67971168003454, 39.19178881435114], [-78.55623083885824, 39.171774475111484], [-78.43222318393322, 39.151532049651365], [-78.30768403252868, 39.131058804985734], [-78.18260866061961, 39.110351967328235], [-78.05699230251052, 39.08940872142897], [-77.93083015045832, 39.06822620990062], [-77.80411735429385, 39.04680153253309], [-77.67684902104241, 39.025131745596134], [-77.54902021454359, 39.00321386113019], [-77.42062595507001, 38.98104484622472], [-77.29166121894549, 38.9586216222843], [-77.16212093816267, 38.935941064282], [-77.032, 38.913]]}, "properties": {"bearings": [73.72429701554644, 73.80157293468481, 73.87856470654579, 73.95527434225686, 74.03170384550332, 74.10785521239008, 74.18373043131606, 74.2593314828303, 74.33466033948224, 74.40971896576569, 74.48450931793323, 74.55903334393302, 74.6332929833193, 74.70729016710385, 74.78102681775191, 74.85450484900993, 74.92772616589454, 75.00069266460167, 75.07340623241129, 75.14586874769184, 75.21808207974448, 75.29004808889468, 75.36176862628372, 75.43324553393622, 75.50448064468395, 75.57547578210848, 75.64623276060973, 75.7167533851909, 75.78703945164602, 75.85709274638282, 75.92691504648265, 75.99650811968692, 76.0658737243238, 76.13501360937292, 76.20392951442977, 76.27262316971068, 76.34109629601622, 76.40935060481469, 76.47738779814037, 76.54520956873334, 76.61281759993301, 76.68021356570759, 76.74739913078092, 76.81437595049397, 76.88114567091822, 76.94770992886399, 77.01407035188205, 77.08022855832506, 77.14618615728672, 77.21194474876981, 77.27750592359531, 77.34287126347863, 77.40804234104667, 77.47302071993727, 77.53780795470962, 77.60240559099623, 77.66681516549616, 77.73103820599457, 77.79507623145828, 77.85893075198155, 77.92260326895, 77.98609527498066, 78.04940825403276, 78.11254368139812, 78.17550302379817, 78.23828773938989, 78.30089927785876, 78.36333908040821, 78.42560857983024, 78.48770920059614, 78.54964235885595, 78.61140946250966, 78.67301191123846, 78.7344510965927, 78.79572840200412, 78.85684520288785, 78.91780286662149, 78.97860275266054, 79.03924621260452, 79.09973459015039, 79.16006922128567, 79.22025143423335, 79.2802825495645, 79.34016388021742, 79.39989673159533, 79.45948240155644, 79.51892218057384, 79.57821735168407, 79.63736919059845, 79.69637896574258, 79.75524793834508, 79.81397736243042, 79.87256848494599, 79.93102254577768, 79.98934077780102, 80.04752440698832, 80.10557465238143, 80.16349272623656, 80.2212798340144, 80.27893717450836, 80.33646593979246, 80.39386731539867, 80.45114248027907, 80.50829260696253, 80.56531886147629, 80.62222240352602, 80.67900438647858, 80.7356659574928, 80.79220825744235, 80.84863242114851, 80.9049395772712, 80.9611308484994, 81.01720735151717, 81.07317019707948, 81.12902049011072, 81.18475932968893, 81.24038780918181, 81.29590701622944, 81.35131803284163, 81.40662193546258, 81.46181979496679, 81.51691267677778, 81.5719016408939, 81.62678774196495, 81.6815720292968, 81.73625554696508, 81.79083933380383, 81.8453244235499, 81.89971184478624, 81.95400262112848, 82.00819777112488, 82.062298308413, 82.11630524177163, 82.17021957514373, 82.22404230763497, 82.27777443373506, 82.33141694312881, 82.38497082098546, 82.43843704786973, 82.49181659979132, 82.54511044834297, 82.59831956067583, 82.65144489959957, 82.70448742356282, 82.75744808677536, 82.81032783925944, 82.86312762682563, 82.91584839122734, 82.96849107008116, 83.02105659704014, 83.07354590179467, 83.12595991008614, 83.1782995437963, 83.2305657210223, 83.28275935603507, 83.33488135946067, 83.38693263813467, 83.43891409538342, 83.4908266309113, 83.54267114083525, 83.59444851789402, 83.64615965130149, 83.69780542691659, 83.74938672727842, 83.80090443157442, 83.85235941578469, 83.90375255266807, 83.95508471183126, 84.00635675974578, 84.05756955986932, 84.1087239725637, 84.15982085531643, 84.21086106253574, 84.26184544589087, 84.31277485415104, 84.36365013324072, 84.4144721264288, 84.4652416741692, 84.51595961436337, 84.56662678216816, 84.61724401027298, 84.66781212877805, 84.71833196531104, 84.76880434503362, 84.8192300907091, 84.8696100227933, 84.91994495930787, 84.97023571611406, 85.02048310680259, 85.07068794273603, 85.12085103316203, 85.17097318522255, 85.22105520403328, 85.27109789257554, 85.32110205194537, 85.37106848129142, 85.42099797783123, 85.4708913369382, 85.5207493521742, 85.57057281532954, 85.62036251644864, 85.67011924389526, 85.7198437843941, 85.76953692300941, 85.81919944328155, 85.86883212722338, 85.91843575532259, 85.96801110665011, 86.01755895881743, 86.06708008815657, 86.11657526956986, 86.16604527673394, 86.21549088204539, 86.26491285672562, 86.31431197077342, 86.36368899311779, 86.4130446915219, 86.46237983276993, 86.51169518260663, 86.56099150577434, 86.61026956611848, 86.65953012656882, 86.70877394921352, 86.75800179530732, 86.80721442536404, 86.8564125991078, 86.90559707558192, 86.95476861315576, 87.00392796964279, 87.05307590219101, 87.102213167442, 87.15134052151016, 87.20045872009054, 87.24956851837986, 87.29867067123489, 87.34776593315858, 87.39685505830765, 87.44593880061585, 87.49501791370845, 87.54409315112215, 87.59316526607607, 87.64223501186983, 87.69130314153152, 87.74037040817214, 87.78943756485351, 87.83850536467646, 87.8875745607835, 87.93664590649654, 87.98572015523777, 88.03479806064767, 88.08388037653938, 88.13296785706234, 88.18206125662206, 88.23116133001174, 88.28026883235955, 88.3293845192237, 88.37850914670484, 88.42764347125215, 88.47678824998678, 88.52594424054041, 88.57511220116653, 88.6242928908266, 88.67348706909306, 88.72269549633742, 88.77191893368794, 88.82115814308564, 88.87041388728463, 88.91968693000598, 88.96897803585028, 89.01828797040818, 89.06761750025518, 89.11696739307409, 89.16633841756168, 89.21573134362403, 89.26514694230525, 89.31458598581379, 89.36404924771472, 89.41353750274092, 89.46305152710015, 89.5125920982103, 89.56215999507351, 89.61175599800983, 89.66138088890997, 89.71103545118709, 89.7607204698055, 89.810436731406, 89.86018502423671, 89.90996613829664, 89.95978086526904, 90.00962999869262, 90.05951433388705, 90.10943466807898, 90.15939180036051, 90.20938653184777, 90.25941966559954, 90.30949200673295, 90.35960436245867, 90.40975754214588, 90.4599523572554, 90.51018962154768, 90.5604701509658, 90.610794763848, 90.66116428079161, 90.71157952482474, 90.7620413214316, 90.81255049853407, 90.86310788661457, 90.91371431870574, 90.96437063046048, 91.01507766021426, 91.06583624896906, 91.11664724050787, 91.16751148141071, 91.21842982111785, 91.26940311189288, 91.32043220905207, 91.37151797076766, 91.42266125836517, 91.47386293616957, 91.52512387166085, 91.57644493549984, 91.62782700156518, 91.67927094700285, 91.73077765228392, 91.78234800126341, 91.83398288117377, 91.885683182774, 91.93744980029336, 91.98928363154252, 92.0411855779837, 92.09315654466559, 92.14519744045604, 92.19730917792839, 92.24949267348282, 92.30174884740708, 92.35407862390893, 92.40648293119398, 92.45896270143709, 92.51151887097404, 92.56415238018725, 92.61686417373592, 92.66965520045491, 92.7225264135091, 92.77547877039058, 92.82851323299909, 92.88163076771768, 92.93483234539474, 92.98811894150084, 93.04149153609572, 93.09495111392046, 93.14849866447345, 93.20213518201757, 93.25586166567861, 93.30967911950317, 93.36358855248085, 93.41759097863716, 93.47168741707262, 93.52587889199657, 93.58016643291381, 93.63455107444236, 93.68903385661983, 93.7436158248501, 93.79829802991225, 93.85308152818202, 93.90796738148671, 93.96295665732772, 94.01805042888002, 94.07324977506218, 94.12855578058723, 94.18396953605465, 94.23949213792396, 94.29512468877552, 94.3508682971059, 94.4067240776187, 94.46269315118192, 94.51877664489098, 94.5749756921619, 94.63129143280165, 94.68772501307593, 94.74427758568451, 94.80095030999438, 94.857744351933, 94.91466088420628, 94.97170108625384, 95.02886614435727, 95.086157251722, 95.14357560852028, 95.20112242197678, 95.25879890642005, 95.31660628339982, 95.37454578166171, 95.43261863729228, 95.49082609381213, 95.54916940213464, 95.6076498207708, 95.6662686157751, 95.72502706093154, 95.7839264377014, 95.84296803545013, 95.90215315132231, 95.96148309053851, 96.02095916625522, 96.08058269976983, 96.14035502059085, 96.20027746638837, 96.26035138324592, 96.32057812558085, 96.38095905629282, 96.44149554684931, 96.50218897728412, 96.56304073637943, 96.62405222159578, 96.68522483933378, 96.74656000481833, 96.80805914228993, 96.86972368506682, 96.93155507555217, 96.99355476542699, 97.05572421555796, 97.11806489625653, 97.18057828720629, 97.24326587762475, 97.30612916629764, 97.36916966164787, 97.43238888186652, 97.49578835488506, 97.55936961855613, 97.62313422066418, 97.6870837190106, 97.75121968148623, 97.81554368615816, 97.88005732133703, 97.94476218563042, 98.00965988802221, 98.07475204798793, 98.140040295498, 98.20552627112247, 98.27121162610018, 98.33709802242441, 98.40318713287446, 98.46948064109819, 98.53598024170978, 98.60268764034106, 98.6696045536392, 98.73673270946237, 98.80407384685851, 98.87162971612472, 98.93940207892396, 99.00739270827407, 99.0756033887201, 99.14403591624409, 99.21269209849346, 99.28157375466391, 99.35068271571117, 99.42002082431102, 99.48958993495295, 99.55939191396475, 99.62942863961224, 99.69970200208122, 99.77021390357125, 99.84096625834788, 99.9119609927858, 99.98320004532391, 100.05468536664831, 100.12641891965545, 100.19840267945078, 100.27063863346328, 100.34312878141859, 100.41587513540622, 100.48887971987196, 100.56214457166841, 100.63567174004619, 100.70946328673992, 100.78352128587072, 100.85784782407178, 100.93244500041746, 101.00731492647989, 101.0824597262945, 101.15788153638624, 101.23358250574678, 101.30956479582169, 101.38583058051026, 101.46238204614683, 101.53922139146711, 101.61635082757338, 101.69377257795546, 101.77148887837197, 101.84950197687265, 101.92781413372165, 102.0064276213715, 102.08534472435454, 102.16456773928155, 102.24409897472067, 102.32394075115478, 102.40409540087086, 102.48456526787545, 102.56535270782501, 102.64646008790723, 102.72788978668514]}}]}, "type": "geojson"}}, null]], ["addPopup", ["route", null, null]], ["fitBounds", [[-122.41400000000002, 37.776, -77.032, 40.64716631194163]]], ["setLayoutProperty", ["route", "visibility", "visible"]], ["setPaintProperty", ["route", "line-opacity", 1.0]], ["addSource", ["point", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [-122.414, 37.776]}}]}}]], ["addLayer", [{"id": "point", "type": "symbol", "layout": {"icon-image": "airport_15", "icon-rotate": ["get", "bearing"], "icon-rotation-alignment": "map", "icon-overlap": "always", "icon-ignore-placement": true}, "source": "point"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "route", "type": "line", "paint": {"line-color": "#3388ff", "line-width": 2}, "source": {"data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "LineString", "coordinates": [[-122.41400000000002, 37.776], [-122.28789213521489, 37.80502313356956], [-122.16232958618517, 37.83376466677708], [-122.03730754935027, 37.862227903494606], [-121.91282126315981, 37.89041610028352], [-121.78886600769648, 37.91833246713467], [-121.66543710430014, 37.94598016819636], [-121.542529915193, 37.97336232249036], [-121.42013984310641, 38.00048200461617], [-121.29826233090891, 38.027342245443684], [-121.17689286123604, 38.053946032794414], [-121.05602695612129, 38.08029631211153], [-120.93566017662923, 38.106395987118816], [-120.81578812248998, 38.13224792046872], [-120.6964064317355, 38.15785493437974], [-120.5775107803379, 38.1832198112632], [-120.45909688184932, 38.20834529433974], [-120.34116048704402, 38.23323408824552], [-120.22369738356218, 38.2578888596284], [-120.10670339555602, 38.282312237734274], [-119.99017438333756, 38.30650681498359], [-119.8741062430289, 38.33047514753848], [-119.75849490621422, 38.354219755860214], [-119.64333633959436, 38.377743125257645], [-119.5286265446431, 38.40104770642645], [-119.4143615572662, 38.42413591597938], [-119.30053744746218, 38.44701013696776], [-119.18715031898569, 38.469672719394254], [-119.07419630901302, 38.49212598071727], [-118.96167158781003, 38.514372206346756], [-118.84957235840228, 38.53641365013195], [-118.73789485624759, 38.558252534840946], [-118.62663534891102, 38.57989105263223], [-118.51579013574198, 38.60133136551856], [-118.40535554755405, 38.62257560582297], [-118.29532794630701, 38.64362587662726], [-118.18570372479122, 38.66448425221305], [-118.07647930631462, 38.685152778495535], [-117.96765114439198, 38.70563347344995], [-117.85921572243666, 38.7259283275311], [-117.7511695534547, 38.746039304085755], [-117.64350917974156, 38.76596833975833], [-117.53623117258097, 38.785717344889896], [-117.42933213194661, 38.80528820391034], [-117.32280868620583, 38.824682775724284], [-117.21665749182617, 38.84390289409047], [-117.11087523308395, 38.86295036799494], [-117.00545862177562, 38.881826982017934], [-116.90040439693134, 38.90053449669484], [-116.79570932453109, 38.91907464887114], [-116.69137019722308, 38.93744915205142], [-116.5873838340446, 38.95565969674272], [-116.48374708014543, 38.97370795079216], [-116.38045680651346, 38.99159555971902], [-116.27750990970273, 39.00932414704127], [-116.17490331156391, 39.02689531459686], [-116.07263395897715, 39.0443106428596], [-115.9706988235872, 39.06157169124986], [-115.86909490154102, 39.07867999844023], [-115.76781921322754, 39.09563708265601], [-115.66686880301995, 39.11244444197098], [-115.56624073902016, 39.12910355459807], [-115.46593211280563, 39.14561587917545], [-115.36594003917845, 39.161982855047825], [-115.26626165591676, 39.17820590254316], [-115.1668941235284, 39.19428642324486], [-115.06783462500663, 39.210225800259515], [-114.9690803655886, 39.22602539848019], [-114.87062857251533, 39.241686564845544], [-114.77247649479452, 39.25721062859461], [-114.6746214029652, 39.272598901517455], [-114.57706058886464, 39.287852678201716], [-114.47979136539745, 39.30297323627517], [-114.38281106630683, 39.31796183664436], [-114.28611704594795, 39.332819723729216], [-114.18970667906333, 39.34754812569405], [-114.09357736056052, 39.3621482546746], [-113.99772650529162, 39.37662130700156], [-113.9021515478352, 39.39096846342035], [-113.8068499422798, 39.40519088930738], [-113.71181916200997, 39.41928973488281], [-113.61705669949392, 39.433266135419835], [-113.52256006607337, 39.447121211450614], [-113.42832679175538, 39.46085606896884], [-113.33435442500605, 39.47447179962906], [-113.2406405325462, 39.48796948094272], [-113.14718269914907, 39.501350176471185], [-113.05397852743978, 39.514614936015406], [-112.96102563769682, 39.52776479580277], [-112.8683216676553, 39.540800778670786], [-112.77586427231218, 39.5537238942479], [-112.68365112373318, 39.566535139131325], [-112.59167991086177, 39.579235497062065], [-112.49994833932965, 39.591825939097106], [-112.40845413126931, 39.60430742377883], [-112.31719502512811, 39.616680897301755], [-112.22616877548437, 39.62894729367652], [-112.13537315286497, 39.64110753489128], [-112.04480594356482, 39.65316253107059], [-111.95446494946793, 39.66511318063159], [-111.86434798787029, 39.67696037043779], [-111.77445289130426, 39.688704975950394], [-111.68477750736477, 39.700347861377175], [-111.59531969853705, 39.71188987981896], [-111.50607734202599, 39.72333187341377], [-111.41704832958715, 39.734674673478736], [-111.32823056735933, 39.74591910064962], [-111.23962197569864, 39.75706596501825], [-111.15122048901426, 39.76811606626756], [-111.06302405560558, 39.779070193804756], [-110.97503063750096, 39.7899291268921], [-110.88723821029798, 39.800693634775726], [-110.79964476300506, 39.81136447681242], [-110.71224829788477, 39.821942402594296], [-110.62504683029837, 39.83242815207161], [-110.53803838855184, 39.84282245567343], [-110.45122101374345, 39.853126034426616], [-110.36459275961256, 39.86333960007269], [-110.27815169238998, 39.873463855183005], [-110.19189589064949, 39.883499493271955], [-110.1058234451609, 39.89344719890846], [-110.01993245874435, 39.90330764782566], [-109.93422104612598, 39.91308150702888], [-109.8486873337949, 39.92276943490178], [-109.76332945986138, 39.93237208131092], [-109.6781455739164, 39.94189008770865], [-109.59313383689248, 39.95132408723426], [-109.50829242092567, 39.96067470481368], [-109.42361950921877, 39.96994255725739], [-109.3391132959059, 39.97912825335697], [-109.25477198591811, 39.988232393979914], [-109.17059379485025, 39.99725557216312], [-109.08657694882902, 40.00619837320476], [-109.00271968438217, 40.015061374754694], [-108.91902024830884, 40.02384514690345], [-108.83547689755096, 40.032550252269836], [-108.75208789906591, 40.04117724608704], [-108.66885152970012, 40.04972667628748], [-108.58576607606392, 40.05819908358613], [-108.50282983440728, 40.06659500156267], [-108.42004111049677, 40.074914956742205], [-108.33739821949345, 40.083159468674744], [-108.2548994858319, 40.091329050013336], [-108.1725432431001, 40.09942420659102], [-108.09032783392051, 40.1074454374965], [-108.00825160983207, 40.115393235148574], [-107.92631293117299, 40.12326808536937], [-107.84451016696491, 40.131070467456425], [-107.76284169479753, 40.138800854253525], [-107.6813059007146, 40.146459712220484], [-107.59990117910058, 40.1540475015017], [-107.51862593256828, 40.16156467599364], [-107.43747857184744, 40.169011683411185], [-107.35645751567411, 40.176388965352956], [-107.27556119068103, 40.18369695736545], [-107.1947880312888, 40.190936089006264], [-107.11413647959779, 40.198106783906105], [-107.03360498528116, 40.20520945983], [-106.95319200547847, 40.21224452873724], [-106.87289600469015, 40.21921239684045], [-106.79271545467289, 40.22611346466378], [-106.71264883433568, 40.232948127099895], [-106.6326946296367, 40.23971677346617], [-106.55285133348097, 40.24641978755992], [-106.47311744561877, 40.2530575477126], [-106.39349147254471, 40.25963042684324], [-106.31397192739774, 40.26613879251084], [-106.23455732986163, 40.27258300696593], [-106.15524620606634, 40.27896342720124], [-106.07603708849004, 40.28528040500154], [-105.99692851586178, 40.29153428699246], [-105.9179190330649, 40.29772541468873], [-105.83900719104109, 40.303854124541274], [-105.76019154669505, 40.3099207479838], [-105.6814706627999, 40.315925611478285], [-105.60284310790308, 40.321869036559775], [-105.5243074562331, 40.32775133988049], [-105.44586228760663, 40.33357283325295], [-105.36750618733645, 40.33933382369248], [-105.28923774613975, 40.345034613458836], [-105.21105556004727, 40.350675500097196], [-105.13295823031282, 40.35625677647827], [-105.05494436332341, 40.36177873083776], [-104.97701257051001, 40.367241646815096], [-104.89916146825874, 40.37264580349136], [-104.82138967782274, 40.37799147542666], [-104.74369582523431, 40.383278932696555], [-104.66607854121796, 40.388508440928085], [-104.58853646110353, 40.393680261334836], [-104.51106822474013, 40.398794650751505], [-104.4336724764104, 40.40385186166772], [-104.3563478647453, 40.40885214226121], [-104.27909304263942, 40.41379573643034], [-104.2019066671666, 40.41868288382586], [-104.12478739949611, 40.423513819882295], [-104.04773390480933, 40.428288775848394], [-103.97074485221668, 40.43300797881711], [-103.89381891467512, 40.43767165175495], [-103.81695476890599, 40.44228001353063], [-103.74015109531328, 40.44683327894324], [-103.66340657790235, 40.451331658749694], [-103.58671990419887, 40.45577535969163], [-103.51008976516832, 40.4601645845217], [-103.43351485513575, 40.46449953202927], [-103.35699387170597, 40.46878039706563], [-103.28052551568396, 40.47300737056843], [-103.20410849099585, 40.47718063958574], [-103.12774150460996, 40.48130038729945], [-103.05142326645837, 40.48536679304809], [-102.97515248935873, 40.4893800323492], [-102.89892788893643, 40.493340276920996], [-102.82274818354689, 40.49724769470363], [-102.74661209419843, 40.501102449879795], [-102.67051834447518, 40.5049047028949], [-102.59446566046039, 40.508654610476576], [-102.51845277065992, 40.512352325653836], [-102.44247840592612, 40.515997997775486], [-102.3665412993818, 40.51959177252826], [-102.29064018634452, 40.52313379195416], [-102.21477380425122, 40.52662419446756], [-102.13894089258282, 40.53006311487158], [-102.06314019278928, 40.5334506843741], [-101.98737044821475, 40.5367870306032], [-101.91163040402292, 40.54007227762204], [-101.83591880712264, 40.54330654594341], [-101.76023440609363, 40.54648995254361], [-101.68457595111246, 40.54962261087596], [-101.60894219387858, 40.55270463088374], [-101.53333188754065, 40.555736119012714], [-101.45774378662293, 40.558717178223084], [-101.38217664695183, 40.561647908001035], [-101.30662922558267, 40.56452840436976], [-101.2311002807264, 40.56735875990008], [-101.15558857167666, 40.57013906372042], [-101.08009285873683, 40.57286940152653], [-101.00461190314714, 40.57554985559058], [-100.92914446701204, 40.57818050476979], [-100.85368931322749, 40.58076142451472], [-100.77824520540847, 40.58329268687693], [-100.70281090781643, 40.585774360516304], [-100.62738518528697, 40.58820651070779], [-100.55196680315747, 40.59058919934786], [-100.47655452719475, 40.59292248496024], [-100.40114712352292, 40.59520642270147], [-100.32574335855107, 40.59744106436579], [-100.25034199890118, 40.59962645838966], [-100.17494181133586, 40.601762649855814], [-100.0995415626864, 40.60384968049686], [-100.0241400197804, 40.60588758869839], [-99.9487359493698, 40.607876409501664], [-99.87332811805872, 40.609816174605825], [-99.79791529223124, 40.61170691236972], [-99.72249623797926, 40.61354864781312], [-99.64706972103032, 40.61534140261766], [-99.57163450667528, 40.61708519512715], [-99.49618935969612, 40.61878004034764], [-99.42073304429347, 40.62042594994679], [-99.34526432401431, 40.622022932252975], [-99.26978196167941, 40.62357099225384], [-99.19428471931086, 40.62507013159441], [-99.11877135805933, 40.62652034857481], [-99.0432406381314, 40.627921638147384], [-98.9676913187167, 40.629273991913486], [-98.89212215791498, 40.630577398119804], [-98.8165319126631, 40.63183184165409], [-98.74091933866167, 40.63303730404062], [-98.665283190302, 40.63419376343501], [-98.58962222059245, 40.63530119461874], [-98.5139351810849, 40.63635956899305], [-98.43822082180101, 40.63736885457244], [-98.36247789115826, 40.63832901597778], [-98.28670513589597, 40.639240014428786], [-98.21090130100086, 40.64010180773612], [-98.13506512963278, 40.64091435029309], [-98.05919536304992, 40.64167759306663], [-97.98329074053413, 40.642391483588106], [-97.90734999931564, 40.64305596594344], [-97.83137187449805, 40.64367098076272], [-97.75535509898256, 40.64423646520957], [-97.67929840339248, 40.6447523529697], [-97.60320051599705, 40.645218574239266], [-97.52706016263535, 40.645635055712475], [-97.45087606663976, 40.64600172056895], [-97.3746469487592, 40.64631848846035], [-97.29837152708214, 40.64658527549667], [-97.2220485169592, 40.646801994231936], [-97.14567663092569, 40.64696855364942], [-97.06925457862354, 40.64708485914634], [-96.99278106672321, 40.64715081251803], [-96.91625479884513, 40.64716631194163], [-96.83967447548079, 40.647131251959195], [-96.76303879391361, 40.64704552346033], [-96.6863464481394, 40.64690901366418], [-96.60959612878641, 40.6467216061011], [-96.53278652303521, 40.646483180593535], [-96.45591631453796, 40.64619361323651], [-96.37898418333742, 40.64585277637757], [-96.30198880578571, 40.64546053859604], [-96.22492885446236, 40.645016764681834], [-96.14780299809225, 40.6445213156137], [-96.07060990146293, 40.64397404853685], [-95.99334822534173, 40.64337481674003], [-95.9160166263922, 40.642723469631974], [-95.83861375709027, 40.642019852717354], [-95.76113826563993, 40.641263807572074], [-95.6835887958884, 40.64045517181794], [-95.60596398724087, 40.63959377909685], [-95.52826247457486, 40.638679459044184], [-95.4504828881538, 40.63771203726176], [-95.37262385354052, 40.63669133529007], [-95.29468399150983, 40.63561717057984], [-95.21666191796092, 40.634489356463156], [-95.13855624382904, 40.63330770212367], [-95.06036557499665, 40.632072012566375], [-94.98208851220413, 40.63078208858657], [-94.90372365095982, 40.62943772673833], [-94.82526958144962, 40.62803871930209], [-94.74672488844587, 40.62658485425177], [-94.66808815121577, 40.625075915221004], [-94.58935794342914, 40.62351168146884], [-94.51053283306557, 40.62189192784463], [-94.43161138232097, 40.62021642475226], [-94.35259214751355, 40.61848493811362], [-94.27347367898905, 40.61669722933139], [-94.1942545210254, 40.61485305525106], [-94.1149332117367, 40.61295216812215], [-94.03550828297658, 40.6109943155588], [-93.95597826024073, 40.60897924049946], [-93.87634166256898, 40.60690668116585], [-93.79659700244645, 40.6047763710212], [-93.71674278570408, 40.60258803872755], [-93.6367775114185, 40.6003414081024], [-93.55669967181107, 40.598036198074404], [-93.4765077521462, 40.59567212263832], [-93.39620023062889, 40.593248890809086], [-93.31577557830163, 40.59076620657508], [-93.23523225894029, 40.588223768850426], [-93.15456872894946, 40.58562127142653], [-93.07378343725681, 40.58295840292271], [-92.9928748252067, 40.580234846735806], [-92.91184132645301, 40.57745028098909], [-92.83068136685102, 40.57460437848003], [-92.74939336434853, 40.5716968066273], [-92.66797572887609, 40.5687272274167], [-92.5864268622363, 40.56569529734621], [-92.50474515799235, 40.56260066737001], [-92.4229290013555, 40.559442982841524], [-92.34097676907177, 40.55622188345547], [-92.25888682930766, 40.55293700318885], [-92.17665754153485, 40.54958797024094], [-92.09428725641418, 40.54617440697227], [-92.01177431567831, 40.542695929842395], [-91.92911705201375, 40.53915214934674], [-91.84631378894174, 40.53554266995228], [-91.76336284069804, 40.53186709003207], [-91.68026251211188, 40.52812500179874], [-91.59701109848375, 40.52431599123671], [-91.51360688546222, 40.52043963803336], [-91.43004814891967, 40.51649551550899], [-91.34633315482685, 40.51248319054547], [-91.26246015912659, 40.50840222351386], [-91.17842740760622, 40.504252168200644], [-91.09423313576882, 40.50003257173271], [-91.00987556870356, 40.495742974501184], [-90.9253529209548, 40.49138291008379], [-90.84066339638986, 40.48695190516605], [-90.75580518806592, 40.48244947946104], [-90.67077647809548, 40.47787514562783], [-90.58557543751078, 40.47322840918856], [-90.50020022612692, 40.46850876844407], [-90.41464899240373, 40.46371571438812], [-90.32891987330646, 40.45884873062026], [-90.2430109941652, 40.453907293257004], [-90.156920468533, 40.44889087084179], [-90.07064639804263, 40.44379892425319], [-89.98418687226217, 40.43863090661172], [-89.89753996854921, 40.43338626318506], [-89.81070375190362, 40.42806443129158], [-89.72367627481913, 40.42266484020245], [-89.63645557713348, 40.417186911041874], [-89.54903968587705, 40.411630056685844], [-89.4614266151203, 40.40599368165909], [-89.37361436581965, 40.40027718203036], [-89.28560092566201, 40.394479945305896], [-89.1973842689077, 40.38860135032116], [-89.1089623562321, 40.38264076713078], [-89.02033313456576, 40.376597556896584], [-88.93149453693292, 40.37047107177381], [-88.84244448228851, 40.36426065479539], [-88.75318087535386, 40.35796563975433], [-88.66370160645047, 40.351585351084104], [-88.57400455133256, 40.34511910373701], [-88.48408757101782, 40.3385662030606], [-88.39394851161663, 40.331925944671895], [-88.3035852041597, 40.325197614329674], [-88.212995464424, 40.318380487804404], [-88.1221770927571, 40.31147383074625], [-88.03112787389978, 40.30447689855066], [-87.93984557680697, 40.29738893622183], [-87.8483279544671, 40.29020917823381], [-87.75657274371945, 40.28293684838939], [-87.6645776650701, 40.27557115967643], [-87.57234042250589, 40.268111314122045], [-87.47985870330663, 40.26055650264409], [-87.38713017785568, 40.25290590490032], [-87.2941524994485, 40.24515868913501], [-87.2009233040995, 40.23731401202288], [-87.10744021034706, 40.229371018510555], [-87.01370081905665, 40.221328841655286], [-86.919702713222, 40.21318660246092], [-86.82544345776452, 40.20494340971124], [-86.73092059933074, 40.19659835980035], [-86.63613166608779, 40.18815053656034], [-86.54107416751694, 40.17959901108598], [-86.44574559420518, 40.17094284155646], [-86.35014341763491, 40.162181073054164], [-86.25426508997148, 40.153312737380354], [-86.15810804384877, 40.14433685286777], [-86.06166969215282, 40.13525242419003], [-85.96494742780327, 40.12605844216791], [-85.8679386235329, 40.11675388357218], [-85.77064063166483, 40.10733771092328], [-85.67305078388799, 40.09780887228751], [-85.5751663910301, 40.08816630106978], [-85.47698474282878, 40.07840891580291], [-85.37850310770037, 40.0685356199332], [-85.2797187325067, 40.05854530160263], [-85.18062884231954, 40.04843683342708], [-85.08123064018301, 40.03820907227098], [-84.98152130687366, 40.02786085901803], [-84.88149800065841, 40.017391018338074], [-84.78115785705019, 40.00679835844998], [-84.68049798856138, 39.99608167088047], [-84.579515484455, 39.985239730218915], [-84.47820741049345, 39.97427129386783], [-84.37657080868529, 39.96317510178922], [-84.27460269702935, 39.95194987624651], [-84.17230006925679, 39.94059432154217], [-84.06965989457073, 39.929107123750775], [-83.9666791173835, 39.917486950447454], [-83.8633546570516, 39.90573245043184], [-83.75968340760835, 39.89384225344719], [-83.655662237494, 39.88181496989465], [-83.55128798928367, 39.86964919054275], [-83.44655747941272, 39.85734348623181], [-83.34146749789986, 39.844896407573295], [-83.2360148080677, 39.83230648464403], [-83.1301961462611, 39.81957222667513], [-83.02400822156295, 39.80669212173557], [-82.91744771550752, 39.79366463641041], [-82.81051128179146, 39.78048821547327], [-82.70319554598235, 39.7671612815534], [-82.59549710522482, 39.75368223479681], [-82.48741252794412, 39.74004945252173], [-82.37893835354745, 39.72626128886795], [-82.27007109212278, 39.712316074440274], [-82.16080722413507, 39.69821211594564], [-82.0511432001203, 39.68394769582413], [-81.94107544037695, 39.66952107187349], [-81.83060033465507, 39.65493047686721], [-81.71971424184291, 39.640174118165966], [-81.6084134896511, 39.62525017732235], [-81.49669437429458, 39.610156809678685], [-81.38455316017198, 39.594892143958056], [-81.27198607954259, 39.579454281848], [-81.15898933220119, 39.56384129757716], [-81.04555908515019, 39.54805123748454], [-80.9316914722697, 39.53208211958126], [-80.81738259398512, 39.515931933104746], [-80.7026285169325, 39.49959863806516], [-80.58742527362156, 39.48308016478392], [-80.47176886209647, 39.46637441342433], [-80.3556552455944, 39.449479253513864], [-80.23908035220182, 39.43239252345831], [-80.12204007450867, 39.41511203004741], [-80.00453026926033, 39.39763554795192], [-79.88654675700745, 39.379960819211924], [-79.76808532175384, 39.36208555271623], [-79.64914171060207, 39.34400742367282], [-79.52971163339727, 39.32572407306996], [-79.40979076236893, 39.30723310712806], [-79.28937473177065, 39.28853209674193], [-79.16845913751821, 39.26961857691344], [-79.04703953682574, 39.25049004617421], [-78.92511144784005, 39.23114396599839], [-78.80267034927338, 39.21157776020522], [-78.67971168003454, 39.19178881435114], [-78.55623083885824, 39.171774475111484], [-78.43222318393322, 39.151532049651365], [-78.30768403252868, 39.131058804985734], [-78.18260866061961, 39.110351967328235], [-78.05699230251052, 39.08940872142897], [-77.93083015045832, 39.06822620990062], [-77.80411735429385, 39.04680153253309], [-77.67684902104241, 39.025131745596134], [-77.54902021454359, 39.00321386113019], [-77.42062595507001, 38.98104484622472], [-77.29166121894549, 38.9586216222843], [-77.16212093816267, 38.935941064282], [-77.032, 38.913]]}, "properties": {"bearings": [73.72429701554644, 73.80157293468481, 73.87856470654579, 73.95527434225686, 74.03170384550332, 74.10785521239008, 74.18373043131606, 74.2593314828303, 74.33466033948224, 74.40971896576569, 74.48450931793323, 74.55903334393302, 74.6332929833193, 74.70729016710385, 74.78102681775191, 74.85450484900993, 74.92772616589454, 75.00069266460167, 75.07340623241129, 75.14586874769184, 75.21808207974448, 75.29004808889468, 75.36176862628372, 75.43324553393622, 75.50448064468395, 75.57547578210848, 75.64623276060973, 75.7167533851909, 75.78703945164602, 75.85709274638282, 75.92691504648265, 75.99650811968692, 76.0658737243238, 76.13501360937292, 76.20392951442977, 76.27262316971068, 76.34109629601622, 76.40935060481469, 76.47738779814037, 76.54520956873334, 76.61281759993301, 76.68021356570759, 76.74739913078092, 76.81437595049397, 76.88114567091822, 76.94770992886399, 77.01407035188205, 77.08022855832506, 77.14618615728672, 77.21194474876981, 77.27750592359531, 77.34287126347863, 77.40804234104667, 77.47302071993727, 77.53780795470962, 77.60240559099623, 77.66681516549616, 77.73103820599457, 77.79507623145828, 77.85893075198155, 77.92260326895, 77.98609527498066, 78.04940825403276, 78.11254368139812, 78.17550302379817, 78.23828773938989, 78.30089927785876, 78.36333908040821, 78.42560857983024, 78.48770920059614, 78.54964235885595, 78.61140946250966, 78.67301191123846, 78.7344510965927, 78.79572840200412, 78.85684520288785, 78.91780286662149, 78.97860275266054, 79.03924621260452, 79.09973459015039, 79.16006922128567, 79.22025143423335, 79.2802825495645, 79.34016388021742, 79.39989673159533, 79.45948240155644, 79.51892218057384, 79.57821735168407, 79.63736919059845, 79.69637896574258, 79.75524793834508, 79.81397736243042, 79.87256848494599, 79.93102254577768, 79.98934077780102, 80.04752440698832, 80.10557465238143, 80.16349272623656, 80.2212798340144, 80.27893717450836, 80.33646593979246, 80.39386731539867, 80.45114248027907, 80.50829260696253, 80.56531886147629, 80.62222240352602, 80.67900438647858, 80.7356659574928, 80.79220825744235, 80.84863242114851, 80.9049395772712, 80.9611308484994, 81.01720735151717, 81.07317019707948, 81.12902049011072, 81.18475932968893, 81.24038780918181, 81.29590701622944, 81.35131803284163, 81.40662193546258, 81.46181979496679, 81.51691267677778, 81.5719016408939, 81.62678774196495, 81.6815720292968, 81.73625554696508, 81.79083933380383, 81.8453244235499, 81.89971184478624, 81.95400262112848, 82.00819777112488, 82.062298308413, 82.11630524177163, 82.17021957514373, 82.22404230763497, 82.27777443373506, 82.33141694312881, 82.38497082098546, 82.43843704786973, 82.49181659979132, 82.54511044834297, 82.59831956067583, 82.65144489959957, 82.70448742356282, 82.75744808677536, 82.81032783925944, 82.86312762682563, 82.91584839122734, 82.96849107008116, 83.02105659704014, 83.07354590179467, 83.12595991008614, 83.1782995437963, 83.2305657210223, 83.28275935603507, 83.33488135946067, 83.38693263813467, 83.43891409538342, 83.4908266309113, 83.54267114083525, 83.59444851789402, 83.64615965130149, 83.69780542691659, 83.74938672727842, 83.80090443157442, 83.85235941578469, 83.90375255266807, 83.95508471183126, 84.00635675974578, 84.05756955986932, 84.1087239725637, 84.15982085531643, 84.21086106253574, 84.26184544589087, 84.31277485415104, 84.36365013324072, 84.4144721264288, 84.4652416741692, 84.51595961436337, 84.56662678216816, 84.61724401027298, 84.66781212877805, 84.71833196531104, 84.76880434503362, 84.8192300907091, 84.8696100227933, 84.91994495930787, 84.97023571611406, 85.02048310680259, 85.07068794273603, 85.12085103316203, 85.17097318522255, 85.22105520403328, 85.27109789257554, 85.32110205194537, 85.37106848129142, 85.42099797783123, 85.4708913369382, 85.5207493521742, 85.57057281532954, 85.62036251644864, 85.67011924389526, 85.7198437843941, 85.76953692300941, 85.81919944328155, 85.86883212722338, 85.91843575532259, 85.96801110665011, 86.01755895881743, 86.06708008815657, 86.11657526956986, 86.16604527673394, 86.21549088204539, 86.26491285672562, 86.31431197077342, 86.36368899311779, 86.4130446915219, 86.46237983276993, 86.51169518260663, 86.56099150577434, 86.61026956611848, 86.65953012656882, 86.70877394921352, 86.75800179530732, 86.80721442536404, 86.8564125991078, 86.90559707558192, 86.95476861315576, 87.00392796964279, 87.05307590219101, 87.102213167442, 87.15134052151016, 87.20045872009054, 87.24956851837986, 87.29867067123489, 87.34776593315858, 87.39685505830765, 87.44593880061585, 87.49501791370845, 87.54409315112215, 87.59316526607607, 87.64223501186983, 87.69130314153152, 87.74037040817214, 87.78943756485351, 87.83850536467646, 87.8875745607835, 87.93664590649654, 87.98572015523777, 88.03479806064767, 88.08388037653938, 88.13296785706234, 88.18206125662206, 88.23116133001174, 88.28026883235955, 88.3293845192237, 88.37850914670484, 88.42764347125215, 88.47678824998678, 88.52594424054041, 88.57511220116653, 88.6242928908266, 88.67348706909306, 88.72269549633742, 88.77191893368794, 88.82115814308564, 88.87041388728463, 88.91968693000598, 88.96897803585028, 89.01828797040818, 89.06761750025518, 89.11696739307409, 89.16633841756168, 89.21573134362403, 89.26514694230525, 89.31458598581379, 89.36404924771472, 89.41353750274092, 89.46305152710015, 89.5125920982103, 89.56215999507351, 89.61175599800983, 89.66138088890997, 89.71103545118709, 89.7607204698055, 89.810436731406, 89.86018502423671, 89.90996613829664, 89.95978086526904, 90.00962999869262, 90.05951433388705, 90.10943466807898, 90.15939180036051, 90.20938653184777, 90.25941966559954, 90.30949200673295, 90.35960436245867, 90.40975754214588, 90.4599523572554, 90.51018962154768, 90.5604701509658, 90.610794763848, 90.66116428079161, 90.71157952482474, 90.7620413214316, 90.81255049853407, 90.86310788661457, 90.91371431870574, 90.96437063046048, 91.01507766021426, 91.06583624896906, 91.11664724050787, 91.16751148141071, 91.21842982111785, 91.26940311189288, 91.32043220905207, 91.37151797076766, 91.42266125836517, 91.47386293616957, 91.52512387166085, 91.57644493549984, 91.62782700156518, 91.67927094700285, 91.73077765228392, 91.78234800126341, 91.83398288117377, 91.885683182774, 91.93744980029336, 91.98928363154252, 92.0411855779837, 92.09315654466559, 92.14519744045604, 92.19730917792839, 92.24949267348282, 92.30174884740708, 92.35407862390893, 92.40648293119398, 92.45896270143709, 92.51151887097404, 92.56415238018725, 92.61686417373592, 92.66965520045491, 92.7225264135091, 92.77547877039058, 92.82851323299909, 92.88163076771768, 92.93483234539474, 92.98811894150084, 93.04149153609572, 93.09495111392046, 93.14849866447345, 93.20213518201757, 93.25586166567861, 93.30967911950317, 93.36358855248085, 93.41759097863716, 93.47168741707262, 93.52587889199657, 93.58016643291381, 93.63455107444236, 93.68903385661983, 93.7436158248501, 93.79829802991225, 93.85308152818202, 93.90796738148671, 93.96295665732772, 94.01805042888002, 94.07324977506218, 94.12855578058723, 94.18396953605465, 94.23949213792396, 94.29512468877552, 94.3508682971059, 94.4067240776187, 94.46269315118192, 94.51877664489098, 94.5749756921619, 94.63129143280165, 94.68772501307593, 94.74427758568451, 94.80095030999438, 94.857744351933, 94.91466088420628, 94.97170108625384, 95.02886614435727, 95.086157251722, 95.14357560852028, 95.20112242197678, 95.25879890642005, 95.31660628339982, 95.37454578166171, 95.43261863729228, 95.49082609381213, 95.54916940213464, 95.6076498207708, 95.6662686157751, 95.72502706093154, 95.7839264377014, 95.84296803545013, 95.90215315132231, 95.96148309053851, 96.02095916625522, 96.08058269976983, 96.14035502059085, 96.20027746638837, 96.26035138324592, 96.32057812558085, 96.38095905629282, 96.44149554684931, 96.50218897728412, 96.56304073637943, 96.62405222159578, 96.68522483933378, 96.74656000481833, 96.80805914228993, 96.86972368506682, 96.93155507555217, 96.99355476542699, 97.05572421555796, 97.11806489625653, 97.18057828720629, 97.24326587762475, 97.30612916629764, 97.36916966164787, 97.43238888186652, 97.49578835488506, 97.55936961855613, 97.62313422066418, 97.6870837190106, 97.75121968148623, 97.81554368615816, 97.88005732133703, 97.94476218563042, 98.00965988802221, 98.07475204798793, 98.140040295498, 98.20552627112247, 98.27121162610018, 98.33709802242441, 98.40318713287446, 98.46948064109819, 98.53598024170978, 98.60268764034106, 98.6696045536392, 98.73673270946237, 98.80407384685851, 98.87162971612472, 98.93940207892396, 99.00739270827407, 99.0756033887201, 99.14403591624409, 99.21269209849346, 99.28157375466391, 99.35068271571117, 99.42002082431102, 99.48958993495295, 99.55939191396475, 99.62942863961224, 99.69970200208122, 99.77021390357125, 99.84096625834788, 99.9119609927858, 99.98320004532391, 100.05468536664831, 100.12641891965545, 100.19840267945078, 100.27063863346328, 100.34312878141859, 100.41587513540622, 100.48887971987196, 100.56214457166841, 100.63567174004619, 100.70946328673992, 100.78352128587072, 100.85784782407178, 100.93244500041746, 101.00731492647989, 101.0824597262945, 101.15788153638624, 101.23358250574678, 101.30956479582169, 101.38583058051026, 101.46238204614683, 101.53922139146711, 101.61635082757338, 101.69377257795546, 101.77148887837197, 101.84950197687265, 101.92781413372165, 102.0064276213715, 102.08534472435454, 102.16456773928155, 102.24409897472067, 102.32394075115478, 102.40409540087086, 102.48456526787545, 102.56535270782501, 102.64646008790723, 102.72788978668514]}}]}, "type": "geojson"}}, null]], ["addPopup", ["route", null, null]], ["fitBounds", [[-122.41400000000002, 37.776, -77.032, 40.64716631194163]]], ["setLayoutProperty", ["route", "visibility", "visible"]], ["setPaintProperty", ["route", "line-opacity", 1.0]], ["addSource", ["point", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [-122.414, 37.776]}}]}}]], ["addLayer", [{"id": "point", "type": "symbol", "layout": {"icon-image": "airport_15", "icon-rotate": ["get", "bearing"], "icon-rotation-alignment": "map", "icon-overlap": "always", "icon-ignore-placement": true}, "source": "point"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/attribution_position.html b/maplibre/attribution_position.html index 3739f22..38d86c6 100644 --- a/maplibre/attribution_position.html +++ b/maplibre/attribution_position.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [-77.04, 38.907], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 11, "height": "600px"}, "calls": [["addControl", ["AttributionControl", {}, "top-left"]]]}; + var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [-77.04, 38.907], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 11, "height": "600px"}, "calls": [["addControl", ["AttributionControl", {}, "top-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/basemaps.html b/maplibre/basemaps.html index 21fe19f..1ac42e3 100644 --- a/maplibre/basemaps.html +++ b/maplibre/basemaps.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/basemaps_1.html b/maplibre/basemaps_1.html index 279268b..6942343 100644 --- a/maplibre/basemaps_1.html +++ b/maplibre/basemaps_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "OpenTopoMap", "type": "raster", "source": {"attribution": "Map data: (C) OpenStreetMap contributors, SRTM | Map style: (C) OpenTopoMap (CC-BY-SA)", "maxzoom": 17, "minzoom": 0, "tileSize": 256, "tiles": ["https://a.tile.opentopomap.org/{z}/{x}/{y}.png"], "type": "raster"}}, null]], ["setPaintProperty", ["OpenTopoMap", "raster-opacity", 1.0]], ["setLayoutProperty", ["OpenTopoMap", "visibility", "visible"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/basemaps_2.html b/maplibre/basemaps_2.html new file mode 100644 index 0000000..279268b --- /dev/null +++ b/maplibre/basemaps_2.html @@ -0,0 +1,34 @@ + + + +My Awesome Map + + + + + +
+ + + \ No newline at end of file diff --git a/maplibre/center_on_symbol.html b/maplibre/center_on_symbol.html index 3aad3bf..95a6b95 100644 --- a/maplibre/center_on_symbol.html +++ b/maplibre/center_on_symbol.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-90.96, -0.47], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 7.5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addImage", ["custom-marker", {"width": 32, "height": 40, "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 191, 247, 32, 149, 189, 250, 108, 148, 190, 250, 160, 149, 190, 250, 195, 149, 190, 250, 205, 149, 190, 250, 205, 149, 191, 250, 194, 149, 189, 250, 159, 149, 190, 250, 106, 153, 187, 247, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 170, 170, 255, 6, 149, 190, 250, 106, 149, 189, 250, 210, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 207, 150, 190, 250, 102, 153, 204, 255, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 190, 249, 90, 149, 190, 250, 222, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 219, 150, 189, 249, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 182, 255, 7, 150, 189, 250, 155, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 148, 190, 250, 153, 170, 170, 255, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 191, 255, 16, 149, 190, 250, 199, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 195, 157, 196, 255, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, 204, 255, 5, 149, 191, 250, 186, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 249, 183, 128, 191, 255, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 190, 250, 154, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 148, 190, 250, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 190, 251, 63, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 159, 196, 250, 255, 172, 204, 251, 255, 172, 204, 251, 255, 158, 196, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 254, 150, 191, 250, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 255, 2, 149, 190, 250, 204, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 186, 213, 252, 255, 234, 242, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 233, 241, 254, 255, 184, 212, 252, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 191, 250, 198, 255, 255, 255, 1, 0, 0, 0, 0, 0, 0, 0, 0, 149, 190, 249, 82, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 154, 193, 250, 255, 224, 236, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 221, 234, 253, 255, 153, 193, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 150, 190, 252, 75, 0, 0, 0, 0, 0, 0, 0, 0, 150, 189, 249, 179, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 151, 191, 250, 255, 228, 238, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 225, 236, 254, 255, 150, 191, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 189, 251, 171, 0, 0, 0, 0, 146, 182, 255, 7, 149, 190, 250, 245, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 199, 221, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 195, 218, 252, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 241, 128, 191, 255, 4, 151, 189, 250, 54, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 154, 193, 250, 255, 248, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 246, 250, 255, 255, 152, 192, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 146, 190, 250, 47, 149, 191, 249, 91, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 182, 210, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 179, 208, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 191, 249, 84, 149, 189, 250, 108, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 205, 224, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 202, 222, 252, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 150, 190, 250, 102, 149, 189, 250, 108, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 214, 230, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 212, 228, 253, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 191, 250, 103, 148, 189, 250, 93, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 209, 227, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 206, 225, 253, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 148, 190, 249, 86, 147, 190, 251, 71, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 195, 218, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 191, 216, 252, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 147, 191, 251, 64, 147, 186, 245, 26, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 164, 199, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 161, 197, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 153, 191, 255, 20, 0, 0, 0, 0, 149, 190, 250, 233, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 223, 235, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 220, 233, 253, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 226, 0, 0, 0, 0, 0, 0, 0, 0, 149, 190, 250, 164, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 165, 200, 251, 255, 249, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 248, 250, 255, 255, 162, 198, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 156, 0, 0, 0, 0, 0, 0, 0, 0, 149, 189, 249, 89, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 178, 208, 251, 255, 250, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 249, 251, 255, 255, 176, 207, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 148, 189, 249, 81, 0, 0, 0, 0, 0, 0, 0, 0, 139, 185, 255, 11, 149, 190, 250, 240, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 168, 202, 251, 255, 231, 240, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 239, 254, 255, 166, 201, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 236, 146, 182, 255, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 190, 250, 150, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 173, 205, 251, 255, 204, 224, 253, 255, 218, 232, 253, 255, 217, 232, 253, 255, 203, 223, 253, 255, 172, 204, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 189, 250, 144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 189, 248, 35, 149, 190, 250, 251, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 250, 147, 193, 247, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 190, 250, 165, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 193, 247, 33, 149, 190, 250, 247, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 246, 153, 187, 247, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 189, 249, 132, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 251, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 182, 255, 7, 150, 190, 250, 208, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 205, 170, 170, 255, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 190, 249, 43, 149, 190, 250, 246, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 247, 151, 191, 249, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 190, 251, 114, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 150, 191, 250, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 255, 2, 149, 191, 251, 178, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 251, 173, 255, 255, 255, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 191, 255, 12, 149, 190, 250, 207, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 204, 139, 185, 255, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 186, 245, 26, 149, 190, 251, 227, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 251, 228, 151, 189, 246, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 191, 250, 48, 149, 190, 250, 238, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 235, 151, 191, 249, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 193, 250, 49, 149, 190, 250, 238, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 239, 150, 190, 250, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 191, 250, 56, 149, 190, 250, 240, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 238, 147, 191, 250, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 190, 249, 43, 149, 190, 250, 226, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 251, 229, 150, 188, 249, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 186, 245, 26, 150, 190, 250, 208, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 211, 149, 193, 246, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 191, 255, 16, 149, 191, 251, 174, 149, 189, 251, 171, 153, 187, 255, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}]], ["addSource", ["points", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [-91.395263671875, -0.9145729757782163]}}, {"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [-90.32958984375, -0.6344474832838974]}}, {"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [-91.34033203125, 0.01647949196029245]}}]}}]], ["addLayer", [{"id": "symbols", "type": "symbol", "layout": {"icon-image": "custom-marker"}, "source": "points"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-90.96, -0.47], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 7.5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addImage", ["custom-marker", {"width": 32, "height": 40, "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 191, 247, 32, 149, 189, 250, 108, 148, 190, 250, 160, 149, 190, 250, 195, 149, 190, 250, 205, 149, 190, 250, 205, 149, 191, 250, 194, 149, 189, 250, 159, 149, 190, 250, 106, 153, 187, 247, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 170, 170, 255, 6, 149, 190, 250, 106, 149, 189, 250, 210, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 207, 150, 190, 250, 102, 153, 204, 255, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 190, 249, 90, 149, 190, 250, 222, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 219, 150, 189, 249, 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 182, 255, 7, 150, 189, 250, 155, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 148, 190, 250, 153, 170, 170, 255, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 191, 255, 16, 149, 190, 250, 199, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 195, 157, 196, 255, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, 204, 255, 5, 149, 191, 250, 186, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 249, 183, 128, 191, 255, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 190, 250, 154, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 148, 190, 250, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 190, 251, 63, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 159, 196, 250, 255, 172, 204, 251, 255, 172, 204, 251, 255, 158, 196, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 254, 150, 191, 250, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 255, 2, 149, 190, 250, 204, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 186, 213, 252, 255, 234, 242, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 233, 241, 254, 255, 184, 212, 252, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 191, 250, 198, 255, 255, 255, 1, 0, 0, 0, 0, 0, 0, 0, 0, 149, 190, 249, 82, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 154, 193, 250, 255, 224, 236, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 221, 234, 253, 255, 153, 193, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 150, 190, 252, 75, 0, 0, 0, 0, 0, 0, 0, 0, 150, 189, 249, 179, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 151, 191, 250, 255, 228, 238, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 225, 236, 254, 255, 150, 191, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 189, 251, 171, 0, 0, 0, 0, 146, 182, 255, 7, 149, 190, 250, 245, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 199, 221, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 195, 218, 252, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 241, 128, 191, 255, 4, 151, 189, 250, 54, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 154, 193, 250, 255, 248, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 246, 250, 255, 255, 152, 192, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 146, 190, 250, 47, 149, 191, 249, 91, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 182, 210, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 179, 208, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 191, 249, 84, 149, 189, 250, 108, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 205, 224, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 202, 222, 252, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 150, 190, 250, 102, 149, 189, 250, 108, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 214, 230, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 212, 228, 253, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 191, 250, 103, 148, 189, 250, 93, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 209, 227, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 206, 225, 253, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 148, 190, 249, 86, 147, 190, 251, 71, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 195, 218, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 191, 216, 252, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 147, 191, 251, 64, 147, 186, 245, 26, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 164, 199, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 161, 197, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 153, 191, 255, 20, 0, 0, 0, 0, 149, 190, 250, 233, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 223, 235, 253, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 220, 233, 253, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 226, 0, 0, 0, 0, 0, 0, 0, 0, 149, 190, 250, 164, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 165, 200, 251, 255, 249, 251, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 248, 250, 255, 255, 162, 198, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 156, 0, 0, 0, 0, 0, 0, 0, 0, 149, 189, 249, 89, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 178, 208, 251, 255, 250, 252, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 249, 251, 255, 255, 176, 207, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 148, 189, 249, 81, 0, 0, 0, 0, 0, 0, 0, 0, 139, 185, 255, 11, 149, 190, 250, 240, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 168, 202, 251, 255, 231, 240, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 229, 239, 254, 255, 166, 201, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 236, 146, 182, 255, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 190, 250, 150, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 173, 205, 251, 255, 204, 224, 253, 255, 218, 232, 253, 255, 217, 232, 253, 255, 203, 223, 253, 255, 172, 204, 251, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 189, 250, 144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 189, 248, 35, 149, 190, 250, 251, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 250, 147, 193, 247, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 190, 250, 165, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 193, 247, 33, 149, 190, 250, 247, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 246, 153, 187, 247, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 189, 249, 132, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 251, 125, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 182, 255, 7, 150, 190, 250, 208, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 205, 170, 170, 255, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 190, 249, 43, 149, 190, 250, 246, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 247, 151, 191, 249, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 190, 251, 114, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 150, 191, 250, 107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 128, 255, 2, 149, 191, 251, 178, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 251, 173, 255, 255, 255, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 191, 255, 12, 149, 190, 250, 207, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 204, 139, 185, 255, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 186, 245, 26, 149, 190, 251, 227, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 251, 228, 151, 189, 246, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 191, 250, 48, 149, 190, 250, 238, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 235, 151, 191, 249, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 151, 193, 250, 49, 149, 190, 250, 238, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 239, 150, 190, 250, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 150, 191, 250, 56, 149, 190, 250, 240, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 238, 147, 191, 250, 52, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 190, 249, 43, 149, 190, 250, 226, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 251, 229, 150, 188, 249, 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 147, 186, 245, 26, 150, 190, 250, 208, 149, 190, 250, 255, 149, 190, 250, 255, 149, 190, 250, 211, 149, 193, 246, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 191, 255, 16, 149, 191, 251, 174, 149, 189, 251, 171, 153, 187, 255, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}]], ["addSource", ["points", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [-91.395263671875, -0.9145729757782163]}}, {"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [-90.32958984375, -0.6344474832838974]}}, {"type": "Feature", "properties": {}, "geometry": {"type": "Point", "coordinates": [-91.34033203125, 0.01647949196029245]}}]}}]], ["addLayer", [{"id": "symbols", "type": "symbol", "layout": {"icon-image": "custom-marker"}, "source": "points"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/change_building_color.html b/maplibre/change_building_color.html index 9203d4f..161d8e3 100644 --- a/maplibre/change_building_color.html +++ b/maplibre/change_building_color.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-90.73414, 14.55524], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["setPaintProperty", ["building", "fill-color", ["interpolate", ["exponential", 0.5], ["zoom"], 15, "#e2714b", 22, "#eee695"]]], ["setPaintProperty", ["building", "fill-opacity", ["interpolate", ["exponential", 0.5], ["zoom"], 15, 0, 22, 1]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-90.73414, 14.55524], "pitch": 0, "style": "https://api.maptiler.com/maps/basic/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["setPaintProperty", ["building", "fill-color", ["interpolate", ["exponential", 0.5], ["zoom"], 15, "#e2714b", 22, "#eee695"]]], ["setPaintProperty", ["building", "fill-opacity", ["interpolate", ["exponential", 0.5], ["zoom"], 15, 0, 22, 1]]]]}; pymaplibregl(data); })(); diff --git a/maplibre/change_case_of_labels.html b/maplibre/change_case_of_labels.html index fbea613..dfe5115 100644 --- a/maplibre/change_case_of_labels.html +++ b/maplibre/change_case_of_labels.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-116.231, 43.604], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 11, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["off-leash-areas", {"type": "geojson", "data": "https://maplibre.org/maplibre-gl-js/docs/assets/boise.geojson"}]], ["addLayer", [{"id": "off-leash-areas", "type": "symbol", "layout": {"icon-image": "dog-park-11", "text-field": ["format", ["upcase", ["get", "FacilityName"]], {"font-scale": 0.8}, "\n", {}, ["downcase", ["get", "Comments"]], {"font-scale": 0.6}], "text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"], "text-offset": [0, 0.6], "text-anchor": "top"}, "source": "off-leash-areas"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-116.231, 43.604], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 11, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["off-leash-areas", {"type": "geojson", "data": "https://maplibre.org/maplibre-gl-js/docs/assets/boise.geojson"}]], ["addLayer", [{"id": "off-leash-areas", "type": "symbol", "layout": {"icon-image": "dog-park-11", "text-field": ["format", ["upcase", ["get", "FacilityName"]], {"font-scale": 0.8}, "\n", {}, ["downcase", ["get", "Comments"]], {"font-scale": 0.6}], "text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"], "text-offset": [0, 0.6], "text-anchor": "top"}, "source": "off-leash-areas"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/cloud_optimized_geotiff.html b/maplibre/cloud_optimized_geotiff.html index 0c8c94f..c587750 100644 --- a/maplibre/cloud_optimized_geotiff.html +++ b/maplibre/cloud_optimized_geotiff.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Before", "type": "raster", "source": {"attribution": "Maxar", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2FLibya-2023-07-01.tif&bidx=1&bidx=2&bidx=3&rescale=41.0%2C235.0&rescale=45.0%2C216.0&rescale=40.0%2C197.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["Before", "visibility", "visible"]], ["setPaintProperty", ["Before", "raster-opacity", 1.0]], ["fitBounds", [[[22.599490732206565, 32.75052266794987], [22.65706605051743, 32.79916288270382]]]], ["addLayer", [{"id": "After", "type": "raster", "source": {"attribution": "Maxar", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2FLibya-2023-09-13.tif&bidx=1&bidx=2&bidx=3&rescale=31.0%2C232.0&rescale=24.0%2C215.0&rescale=20.0%2C199.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["After", "visibility", "visible"]], ["setPaintProperty", ["After", "raster-opacity", 1.0]], ["fitBounds", [[[22.599490732206565, 32.75052266794987], [22.65706605051743, 32.79916288270382]]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/satellite/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Before", "type": "raster", "source": {"attribution": "Maxar", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2FLibya-2023-07-01.tif&bidx=1&bidx=2&bidx=3&rescale=41.0%2C235.0&rescale=45.0%2C216.0&rescale=40.0%2C197.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["Before", "visibility", "visible"]], ["setPaintProperty", ["Before", "raster-opacity", 1.0]], ["fitBounds", [[[22.599490732206565, 32.75052266794987], [22.65706605051743, 32.79916288270382]]]], ["addLayer", [{"id": "After", "type": "raster", "source": {"attribution": "Maxar", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2FLibya-2023-09-13.tif&bidx=1&bidx=2&bidx=3&rescale=31.0%2C232.0&rescale=24.0%2C215.0&rescale=20.0%2C199.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["After", "visibility", "visible"]], ["setPaintProperty", ["After", "raster-opacity", 1.0]], ["fitBounds", [[[22.599490732206565, 32.75052266794987], [22.65706605051743, 32.79916288270382]]]]]}; pymaplibregl(data); })(); diff --git a/maplibre/cloud_optimized_geotiff_1.html b/maplibre/cloud_optimized_geotiff_1.html index 077b44c..33188dc 100644 --- a/maplibre/cloud_optimized_geotiff_1.html +++ b/maplibre/cloud_optimized_geotiff_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=terrain&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2Fsrtm90.tif&bidx=1&rescale=45.0%2C3427.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.75592734926073, 36.63401097629554], [-117.30451019614512, 38.6269234341147]]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/satellite/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/cog/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?colormap_name=terrain&nodata=nan&url=https%3A%2F%2Fgithub.com%2Fopengeos%2Fdatasets%2Freleases%2Fdownload%2Fraster%2Fsrtm90.tif&bidx=1&rescale=45.0%2C3427.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.75592734926073, 36.63401097629554], [-117.30451019614512, 38.6269234341147]]]]]}; pymaplibregl(data); })(); diff --git a/maplibre/cluster.html b/maplibre/cluster.html index 3fbc6f0..00c0969 100644 --- a/maplibre/cluster.html +++ b/maplibre/cluster.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-103.59179, 40.66995], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "earthquake-circles", "type": "circle", "filter": ["!", ["has", "point_count"]], "paint": {"circle-color": "darkblue"}, "source": {"data": {"type": "FeatureCollection", "features": [{"id": "0", "type": "Feature", "properties": {"id": "ak16994521", "mag": 2.3, "time": 1507425650893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5129, 63.1016, 0.0]}, "bbox": [-151.5129, 63.1016, -151.5129, 63.1016]}, {"id": "1", "type": "Feature", "properties": {"id": "ak16994519", "mag": 1.7, "time": 1507425289659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4048, 63.1224, 105.5]}, "bbox": [-150.4048, 63.1224, -150.4048, 63.1224]}, {"id": "2", "type": "Feature", "properties": {"id": "ak16994517", "mag": 1.6, "time": 1507424832518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3597, 63.0781, 0.0]}, "bbox": [-151.3597, 63.0781, -151.3597, 63.0781]}, {"id": "3", "type": "Feature", "properties": {"id": "ci38021336", "mag": 1.42, "time": 1507423898710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.497, 34.299667, 7.64]}, "bbox": [-118.497, 34.299667, -118.497, 34.299667]}, {"id": "4", "type": "Feature", "properties": {"id": "us2000b2nn", "mag": 4.2, "time": 1507422626990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.6901, 12.0623, 46.41]}, "bbox": [-87.6901, 12.0623, -87.6901, 12.0623]}, {"id": "5", "type": "Feature", "properties": {"id": "ak16994510", "mag": 1.6, "time": 1507422449194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5053, 63.0719, 0.0]}, "bbox": [-151.5053, 63.0719, -151.5053, 63.0719]}, {"id": "6", "type": "Feature", "properties": {"id": "us2000b2nb", "mag": 4.6, "time": 1507420784440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4576, -20.2873, 614.26]}, "bbox": [-178.4576, -20.2873, -178.4576, -20.2873]}, {"id": "7", "type": "Feature", "properties": {"id": "ak16994298", "mag": 2.4, "time": 1507419370097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.789, 63.1725, 7.5]}, "bbox": [-148.789, 63.1725, -148.789, 63.1725]}, {"id": "8", "type": "Feature", "properties": {"id": "nc72905861", "mag": 1.39, "time": 1507418785100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.993164, 36.421833, 6.37]}, "bbox": [-120.993164, 36.421833, -120.993164, 36.421833]}, {"id": "9", "type": "Feature", "properties": {"id": "ci38021304", "mag": 1.11, "time": 1507418426010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0155, 33.656333, 12.37]}, "bbox": [-117.0155, 33.656333, -117.0155, 33.656333]}, {"id": "10", "type": "Feature", "properties": {"id": "ak16994293", "mag": 1.5, "time": 1507417256497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.512, 63.0879, 10.8]}, "bbox": [-151.512, 63.0879, -151.512, 63.0879]}, {"id": "11", "type": "Feature", "properties": {"id": "ak16994287", "mag": 2.0, "time": 1507413903714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4378, 63.0933, 0.0]}, "bbox": [-151.4378, 63.0933, -151.4378, 63.0933]}, {"id": "12", "type": "Feature", "properties": {"id": "ak16994285", "mag": 1.5, "time": 1507413670029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6538, 63.2272, 96.8]}, "bbox": [-149.6538, 63.2272, -149.6538, 63.2272]}, {"id": "13", "type": "Feature", "properties": {"id": "ak16994283", "mag": 1.4, "time": 1507413587442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5325, 63.0844, 0.0]}, "bbox": [-151.5325, 63.0844, -151.5325, 63.0844]}, {"id": "14", "type": "Feature", "properties": {"id": "ak16994280", "mag": 1.3, "time": 1507413266231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4752, 61.8518, 54.3]}, "bbox": [-149.4752, 61.8518, -149.4752, 61.8518]}, {"id": "15", "type": "Feature", "properties": {"id": "ak16994278", "mag": 1.8, "time": 1507413195076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8597, 61.6214, 50.0]}, "bbox": [-150.8597, 61.6214, -150.8597, 61.6214]}, {"id": "16", "type": "Feature", "properties": {"id": "ak16994274", "mag": 1.9, "time": 1507412827617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7142, 62.9656, 93.6]}, "bbox": [-149.7142, 62.9656, -149.7142, 62.9656]}, {"id": "17", "type": "Feature", "properties": {"id": "ak16994273", "mag": 1.2, "time": 1507411925999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2484, 61.2705, 69.1]}, "bbox": [-151.2484, 61.2705, -151.2484, 61.2705]}, {"id": "18", "type": "Feature", "properties": {"id": "ak16994270", "mag": 2.0, "time": 1507411814209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0732, 65.5942, 14.8]}, "bbox": [-152.0732, 65.5942, -152.0732, 65.5942]}, {"id": "19", "type": "Feature", "properties": {"id": "us2000b2ly", "mag": 4.1, "time": 1507411448780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.5445, 13.5146, 54.36]}, "bbox": [-90.5445, 13.5146, -90.5445, 13.5146]}, {"id": "20", "type": "Feature", "properties": {"id": "nc72905841", "mag": 1.38, "time": 1507411214450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819504, 37.605499, 4.14]}, "bbox": [-118.819504, 37.605499, -118.819504, 37.605499]}, {"id": "21", "type": "Feature", "properties": {"id": "nc72905836", "mag": 1.4, "time": 1507410206440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.930168, 37.636833, -0.71]}, "bbox": [-118.930168, 37.636833, -118.930168, 37.636833]}, {"id": "22", "type": "Feature", "properties": {"id": "ci38021272", "mag": 1.34, "time": 1507408122250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509167, 34.1555, 16.34]}, "bbox": [-117.509167, 34.1555, -117.509167, 34.1555]}, {"id": "23", "type": "Feature", "properties": {"id": "ci38021264", "mag": 1.0, "time": 1507407938100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.5115, 5.16]}, "bbox": [-116.792167, 33.5115, -116.792167, 33.5115]}, {"id": "24", "type": "Feature", "properties": {"id": "ak16993963", "mag": 1.4, "time": 1507407100665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9126, 63.1812, 150.4]}, "bbox": [-150.9126, 63.1812, -150.9126, 63.1812]}, {"id": "25", "type": "Feature", "properties": {"id": "hv61936851", "mag": 2.55, "time": 1507406278360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.078659, 19.374167, 2.15]}, "bbox": [-155.078659, 19.374167, -155.078659, 19.374167]}, {"id": "26", "type": "Feature", "properties": {"id": "ak16993960", "mag": 1.4, "time": 1507405129739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3106, 61.5726, 26.9]}, "bbox": [-147.3106, 61.5726, -147.3106, 61.5726]}, {"id": "27", "type": "Feature", "properties": {"id": "ak16993952", "mag": 1.7, "time": 1507403679922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5846, 60.2607, 34.2]}, "bbox": [-150.5846, 60.2607, -150.5846, 60.2607]}, {"id": "28", "type": "Feature", "properties": {"id": "ci38021224", "mag": 1.04, "time": 1507401391710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 34.254833, 18.27]}, "bbox": [-116.929, 34.254833, -116.929, 34.254833]}, {"id": "29", "type": "Feature", "properties": {"id": "ak16993752", "mag": 1.3, "time": 1507401212982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5065, 63.0847, 0.0]}, "bbox": [-151.5065, 63.0847, -151.5065, 63.0847]}, {"id": "30", "type": "Feature", "properties": {"id": "ak16993746", "mag": 1.3, "time": 1507399350671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8929, 63.5257, 3.3]}, "bbox": [-147.8929, 63.5257, -147.8929, 63.5257]}, {"id": "31", "type": "Feature", "properties": {"id": "us2000b2jk", "mag": 4.6, "time": 1507398878400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.7258, -18.9821, 195.22]}, "bbox": [-175.7258, -18.9821, -175.7258, -18.9821]}, {"id": "32", "type": "Feature", "properties": {"id": "ak16993741", "mag": 1.6, "time": 1507398797233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3473, 63.0775, 0.0]}, "bbox": [-151.3473, 63.0775, -151.3473, 63.0775]}, {"id": "33", "type": "Feature", "properties": {"id": "nc72905766", "mag": 2.64, "time": 1507397278960, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.137497, 36.579834, 7.72]}, "bbox": [-121.137497, 36.579834, -121.137497, 36.579834]}, {"id": "34", "type": "Feature", "properties": {"id": "ak16993738", "mag": 1.4, "time": 1507396778206, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1075, 61.8312, 71.7]}, "bbox": [-151.1075, 61.8312, -151.1075, 61.8312]}, {"id": "35", "type": "Feature", "properties": {"id": "ak16993736", "mag": 1.2, "time": 1507396542471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3769, 63.0621, 0.0]}, "bbox": [-151.3769, 63.0621, -151.3769, 63.0621]}, {"id": "36", "type": "Feature", "properties": {"id": "us2000b2ii", "mag": 4.3, "time": 1507395765330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8319, 16.7195, 58.84]}, "bbox": [-94.8319, 16.7195, -94.8319, 16.7195]}, {"id": "37", "type": "Feature", "properties": {"id": "uw61339006", "mag": 1.91, "time": 1507395622730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.689833, 47.049167, 5.38]}, "bbox": [-120.689833, 47.049167, -120.689833, 47.049167]}, {"id": "38", "type": "Feature", "properties": {"id": "ak16993732", "mag": 1.7, "time": 1507395602456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5283, 63.0785, 0.0]}, "bbox": [-151.5283, 63.0785, -151.5283, 63.0785]}, {"id": "39", "type": "Feature", "properties": {"id": "ak16993720", "mag": 2.5, "time": 1507394741482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6683, 60.7696, 67.1]}, "bbox": [-151.6683, 60.7696, -151.6683, 60.7696]}, {"id": "40", "type": "Feature", "properties": {"id": "ak16993714", "mag": 1.6, "time": 1507394402896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7591, 61.6478, 30.6]}, "bbox": [-149.7591, 61.6478, -149.7591, 61.6478]}, {"id": "41", "type": "Feature", "properties": {"id": "ak16993710", "mag": 1.5, "time": 1507393418705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3458, 63.0633, 0.0]}, "bbox": [-151.3458, 63.0633, -151.3458, 63.0633]}, {"id": "42", "type": "Feature", "properties": {"id": "ak16993699", "mag": 1.6, "time": 1507392875390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4669, 63.0675, 3.4]}, "bbox": [-151.4669, 63.0675, -151.4669, 63.0675]}, {"id": "43", "type": "Feature", "properties": {"id": "ak16993695", "mag": 1.3, "time": 1507392837463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5169, 63.083, 1.0]}, "bbox": [-151.5169, 63.083, -151.5169, 63.083]}, {"id": "44", "type": "Feature", "properties": {"id": "ak16993692", "mag": 2.3, "time": 1507392657193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4771, 63.0742, 4.3]}, "bbox": [-151.4771, 63.0742, -151.4771, 63.0742]}, {"id": "45", "type": "Feature", "properties": {"id": "ak16993486", "mag": 4.2, "time": 1507392435159, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.458, 63.1276, 14.9]}, "bbox": [-151.458, 63.1276, -151.458, 63.1276]}, {"id": "46", "type": "Feature", "properties": {"id": "us2000b2hz", "mag": 4.3, "time": 1507392287310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9686, 16.6087, 69.65]}, "bbox": [-94.9686, 16.6087, -94.9686, 16.6087]}, {"id": "47", "type": "Feature", "properties": {"id": "nc72905751", "mag": 1.21, "time": 1507391530870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023666, 37.605335, 1.97]}, "bbox": [-119.023666, 37.605335, -119.023666, 37.605335]}, {"id": "48", "type": "Feature", "properties": {"id": "ci38021056", "mag": 1.95, "time": 1507390783500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.493, 3.65]}, "bbox": [-116.793833, 33.493, -116.793833, 33.493]}, {"id": "49", "type": "Feature", "properties": {"id": "ci38021048", "mag": 1.02, "time": 1507388708760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.225, 34.0335, 0.39]}, "bbox": [-117.225, 34.0335, -117.225, 34.0335]}, {"id": "50", "type": "Feature", "properties": {"id": "ak16993303", "mag": 1.9, "time": 1507385638408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.2623, 0.9]}, "bbox": [-151.0033, 63.2623, -151.0033, 63.2623]}, {"id": "51", "type": "Feature", "properties": {"id": "us2000b2hc", "mag": 4.9, "time": 1507385606770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3179, -30.4302, 10.0]}, "bbox": [-177.3179, -30.4302, -177.3179, -30.4302]}, {"id": "52", "type": "Feature", "properties": {"id": "ak16993301", "mag": 2.1, "time": 1507383291943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1913, 58.5727, 85.2]}, "bbox": [-154.1913, 58.5727, -154.1913, 58.5727]}, {"id": "53", "type": "Feature", "properties": {"id": "uu60251607", "mag": 3.09, "time": 1507383200950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.140503, 38.030666, 7.29]}, "bbox": [-113.140503, 38.030666, -113.140503, 38.030666]}, {"id": "54", "type": "Feature", "properties": {"id": "nc72905716", "mag": 1.07, "time": 1507382878240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.789166, 2.09]}, "bbox": [-122.765663, 38.789166, -122.765663, 38.789166]}, {"id": "55", "type": "Feature", "properties": {"id": "nc72905711", "mag": 1.17, "time": 1507382428800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.678001, 37.621498, 4.39]}, "bbox": [-121.678001, 37.621498, -121.678001, 37.621498]}, {"id": "56", "type": "Feature", "properties": {"id": "ak16993140", "mag": 1.9, "time": 1507381096302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8813, 63.1738, 75.2]}, "bbox": [-148.8813, 63.1738, -148.8813, 63.1738]}, {"id": "57", "type": "Feature", "properties": {"id": "ak16993128", "mag": 1.6, "time": 1507378828395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.531, 61.7978, 14.8]}, "bbox": [-149.531, 61.7978, -149.531, 61.7978]}, {"id": "58", "type": "Feature", "properties": {"id": "hv61936621", "mag": 1.98, "time": 1507378497820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.423492, 19.223499, 34.62]}, "bbox": [-155.423492, 19.223499, -155.423492, 19.223499]}, {"id": "59", "type": "Feature", "properties": {"id": "ak16993119", "mag": 1.5, "time": 1507378014192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.8317, 59.7754, 0.0]}, "bbox": [-138.8317, 59.7754, -138.8317, 59.7754]}, {"id": "60", "type": "Feature", "properties": {"id": "nc72905681", "mag": 1.39, "time": 1507377675100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.8255, 2.24]}, "bbox": [-122.793999, 38.8255, -122.793999, 38.8255]}, {"id": "61", "type": "Feature", "properties": {"id": "hv61936531", "mag": 2.66, "time": 1507377140600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.32016, 19.338667, 4.3]}, "bbox": [-155.32016, 19.338667, -155.32016, 19.338667]}, {"id": "62", "type": "Feature", "properties": {"id": "ak16992960", "mag": 1.9, "time": 1507376759252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4264, 67.7636, 0.0]}, "bbox": [-158.4264, 67.7636, -158.4264, 67.7636]}, {"id": "63", "type": "Feature", "properties": {"id": "ak16992953", "mag": 2.1, "time": 1507376626801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5725, 59.8372, 0.0]}, "bbox": [-136.5725, 59.8372, -136.5725, 59.8372]}, {"id": "64", "type": "Feature", "properties": {"id": "us2000b2fz", "mag": 4.1, "time": 1507372645200, "felt": 103.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7814, -32.4981, 23.29]}, "bbox": [-71.7814, -32.4981, -71.7814, -32.4981]}, {"id": "65", "type": "Feature", "properties": {"id": "nn00608370", "mag": 1.3, "time": 1507370926907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9711, 36.3094, 7.8]}, "bbox": [-115.9711, 36.3094, -115.9711, 36.3094]}, {"id": "66", "type": "Feature", "properties": {"id": "ak16992628", "mag": 1.5, "time": 1507369548317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8046, 65.9499, 0.0]}, "bbox": [-163.8046, 65.9499, -163.8046, 65.9499]}, {"id": "67", "type": "Feature", "properties": {"id": "ak16992625", "mag": 1.4, "time": 1507369466929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8309, 63.376, 82.0]}, "bbox": [-147.8309, 63.376, -147.8309, 63.376]}, {"id": "68", "type": "Feature", "properties": {"id": "nc72905641", "mag": 1.22, "time": 1507368529650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.724167, 38.760334, 1.16]}, "bbox": [-122.724167, 38.760334, -122.724167, 38.760334]}, {"id": "69", "type": "Feature", "properties": {"id": "us2000b2fc", "mag": 5.1, "time": 1507368374110, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9778, -1.6647, 147.34]}, "bbox": [-77.9778, -1.6647, -77.9778, -1.6647]}, {"id": "70", "type": "Feature", "properties": {"id": "ak16992611", "mag": 2.1, "time": 1507366872675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3324, 62.9966, 88.4]}, "bbox": [-150.3324, 62.9966, -150.3324, 62.9966]}, {"id": "71", "type": "Feature", "properties": {"id": "ak16992607", "mag": 1.8, "time": 1507366536698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4858, 64.7593, 11.3]}, "bbox": [-146.4858, 64.7593, -146.4858, 64.7593]}, {"id": "72", "type": "Feature", "properties": {"id": "us2000b2et", "mag": 4.9, "time": 1507365487800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7469, -33.0092, 10.0]}, "bbox": [-177.7469, -33.0092, -177.7469, -33.0092]}, {"id": "73", "type": "Feature", "properties": {"id": "ak16992603", "mag": 2.2, "time": 1507364931625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8133, 59.8473, 0.0]}, "bbox": [-136.8133, 59.8473, -136.8133, 59.8473]}, {"id": "74", "type": "Feature", "properties": {"id": "ci38020960", "mag": 1.0, "time": 1507363084310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.673833, 33.904333, 35.76]}, "bbox": [-116.673833, 33.904333, -116.673833, 33.904333]}, {"id": "75", "type": "Feature", "properties": {"id": "hv61936261", "mag": 1.72, "time": 1507362853030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382172, 19.23, 34.41]}, "bbox": [-155.382172, 19.23, -155.382172, 19.23]}, {"id": "76", "type": "Feature", "properties": {"id": "ak16992451", "mag": 1.8, "time": 1507362228460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.427, 66.3947, 5.8]}, "bbox": [-153.427, 66.3947, -153.427, 66.3947]}, {"id": "77", "type": "Feature", "properties": {"id": "ci38020944", "mag": 1.0, "time": 1507362158010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.457667, 34.326, 2.73]}, "bbox": [-116.457667, 34.326, -116.457667, 34.326]}, {"id": "78", "type": "Feature", "properties": {"id": "mb80259564", "mag": 1.03, "time": 1507361004730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.865833, 9.91]}, "bbox": [-112.529833, 46.865833, -112.529833, 46.865833]}, {"id": "79", "type": "Feature", "properties": {"id": "nc72905606", "mag": 1.19, "time": 1507358854330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.791832, 38.834835, 1.65]}, "bbox": [-122.791832, 38.834835, -122.791832, 38.834835]}, {"id": "80", "type": "Feature", "properties": {"id": "nn00608387", "mag": 1.0, "time": 1507358249243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.405, 11.4]}, "bbox": [-118.9071, 38.405, -118.9071, 38.405]}, {"id": "81", "type": "Feature", "properties": {"id": "ci38020896", "mag": 1.89, "time": 1507358144340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.486833, 4.21]}, "bbox": [-116.793833, 33.486833, -116.793833, 33.486833]}, {"id": "82", "type": "Feature", "properties": {"id": "us2000b2dx", "mag": 4.5, "time": 1507357181260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.1291, -6.3628, 156.49]}, "bbox": [130.1291, -6.3628, 130.1291, -6.3628]}, {"id": "83", "type": "Feature", "properties": {"id": "se60208171", "mag": 2.4, "time": 1507353902490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.749833, 36.150333, 14.1]}, "bbox": [-83.749833, 36.150333, -83.749833, 36.150333]}, {"id": "84", "type": "Feature", "properties": {"id": "nc72905576", "mag": 1.77, "time": 1507352706600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.900833, 36.327168, 6.31]}, "bbox": [-120.900833, 36.327168, -120.900833, 36.327168]}, {"id": "85", "type": "Feature", "properties": {"id": "ak16992147", "mag": 1.4, "time": 1507351430424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0276, 62.5667, 0.0]}, "bbox": [-153.0276, 62.5667, -153.0276, 62.5667]}, {"id": "86", "type": "Feature", "properties": {"id": "ak16992146", "mag": 1.8, "time": 1507351047849, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.5063, 59.957, 0.0]}, "bbox": [-138.5063, 59.957, -138.5063, 59.957]}, {"id": "87", "type": "Feature", "properties": {"id": "nc72905556", "mag": 1.77, "time": 1507350586140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.834835, 1.77]}, "bbox": [-122.792, 38.834835, -122.792, 38.834835]}, {"id": "88", "type": "Feature", "properties": {"id": "mb80259559", "mag": 1.46, "time": 1507350177430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530833, 46.869333, 10.71]}, "bbox": [-112.530833, 46.869333, -112.530833, 46.869333]}, {"id": "89", "type": "Feature", "properties": {"id": "us2000b2d1", "mag": 4.7, "time": 1507347862040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.504, -16.7961, 178.13]}, "bbox": [-69.504, -16.7961, -69.504, -16.7961]}, {"id": "90", "type": "Feature", "properties": {"id": "nc72905531", "mag": 1.48, "time": 1507346675870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831169, 37.4585, 2.53]}, "bbox": [-118.831169, 37.4585, -118.831169, 37.4585]}, {"id": "91", "type": "Feature", "properties": {"id": "mb80259549", "mag": 1.08, "time": 1507345321240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516333, 46.8755, 11.43]}, "bbox": [-112.516333, 46.8755, -112.516333, 46.8755]}, {"id": "92", "type": "Feature", "properties": {"id": "nc72905521", "mag": 1.46, "time": 1507345267910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816666, 37.603832, 4.04]}, "bbox": [-118.816666, 37.603832, -118.816666, 37.603832]}, {"id": "93", "type": "Feature", "properties": {"id": "ci38020824", "mag": 2.12, "time": 1507344823940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.655333, 34.632, 5.34]}, "bbox": [-116.655333, 34.632, -116.655333, 34.632]}, {"id": "94", "type": "Feature", "properties": {"id": "ak16991857", "mag": 2.3, "time": 1507344587124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8808, 51.3254, 31.7]}, "bbox": [-177.8808, 51.3254, -177.8808, 51.3254]}, {"id": "95", "type": "Feature", "properties": {"id": "nn00608359", "mag": 1.1, "time": 1507344387447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1285, 37.4041, 0.5]}, "bbox": [-115.1285, 37.4041, -115.1285, 37.4041]}, {"id": "96", "type": "Feature", "properties": {"id": "nc72905511", "mag": 1.27, "time": 1507344302520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817169, 37.604168, 4.02]}, "bbox": [-118.817169, 37.604168, -118.817169, 37.604168]}, {"id": "97", "type": "Feature", "properties": {"id": "us2000b2cx", "mag": 4.9, "time": 1507343887900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.1471, -23.7671, 10.0]}, "bbox": [69.1471, -23.7671, 69.1471, -23.7671]}, {"id": "98", "type": "Feature", "properties": {"id": "nc72905496", "mag": 1.94, "time": 1507341324260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.101166, 40.842499, 6.01]}, "bbox": [-121.101166, 40.842499, -121.101166, 40.842499]}, {"id": "99", "type": "Feature", "properties": {"id": "us2000b2cc", "mag": 5.0, "time": 1507340745260, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.668, 1.1151, 7.01]}, "bbox": [132.668, 1.1151, 132.668, 1.1151]}, {"id": "100", "type": "Feature", "properties": {"id": "ci38020800", "mag": 1.46, "time": 1507340726000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.462667, 33.466333, 5.78]}, "bbox": [-116.462667, 33.466333, -116.462667, 33.466333]}, {"id": "101", "type": "Feature", "properties": {"id": "ak16991706", "mag": 1.7, "time": 1507339655320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2596, 60.2328, 0.0]}, "bbox": [-141.2596, 60.2328, -141.2596, 60.2328]}, {"id": "102", "type": "Feature", "properties": {"id": "ak16991711", "mag": 1.6, "time": 1507339653625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2013, 60.2021, 10.5]}, "bbox": [-141.2013, 60.2021, -141.2013, 60.2021]}, {"id": "103", "type": "Feature", "properties": {"id": "ak16991704", "mag": 1.7, "time": 1507338343941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7575, 62.4396, 50.8]}, "bbox": [-149.7575, 62.4396, -149.7575, 62.4396]}, {"id": "104", "type": "Feature", "properties": {"id": "ak16991697", "mag": 2.1, "time": 1507336466527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3178, 60.5797, 88.2]}, "bbox": [-152.3178, 60.5797, -152.3178, 60.5797]}, {"id": "105", "type": "Feature", "properties": {"id": "ci38020768", "mag": 1.56, "time": 1507336119080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460167, 34.3335, 2.89]}, "bbox": [-116.460167, 34.3335, -116.460167, 34.3335]}, {"id": "106", "type": "Feature", "properties": {"id": "ci38020760", "mag": 1.22, "time": 1507335982510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.468167, 34.333167, 2.87]}, "bbox": [-116.468167, 34.333167, -116.468167, 34.333167]}, {"id": "107", "type": "Feature", "properties": {"id": "ci38020752", "mag": 1.81, "time": 1507335765850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793, 33.490333, 4.58]}, "bbox": [-116.793, 33.490333, -116.793, 33.490333]}, {"id": "108", "type": "Feature", "properties": {"id": "ci38020744", "mag": 1.76, "time": 1507335646140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.566333, 35.339667, 7.86]}, "bbox": [-118.566333, 35.339667, -118.566333, 35.339667]}, {"id": "109", "type": "Feature", "properties": {"id": "us2000b2c0", "mag": 5.3, "time": 1507335391250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3171, -33.0297, 10.0]}, "bbox": [-178.3171, -33.0297, -178.3171, -33.0297]}, {"id": "110", "type": "Feature", "properties": {"id": "nc72905461", "mag": 1.16, "time": 1507333007350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795998, 38.826, 2.32]}, "bbox": [-122.795998, 38.826, -122.795998, 38.826]}, {"id": "111", "type": "Feature", "properties": {"id": "nn00608334", "mag": 1.1, "time": 1507331333919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1247, 37.3789, 8.2]}, "bbox": [-117.1247, 37.3789, -117.1247, 37.3789]}, {"id": "112", "type": "Feature", "properties": {"id": "ak16991557", "mag": 1.4, "time": 1507331263084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2293, 64.9749, 0.0]}, "bbox": [-147.2293, 64.9749, -147.2293, 64.9749]}, {"id": "113", "type": "Feature", "properties": {"id": "us2000b2ba", "mag": 4.4, "time": 1507331102840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.3636, -10.0109, 10.0]}, "bbox": [152.3636, -10.0109, 152.3636, -10.0109]}, {"id": "114", "type": "Feature", "properties": {"id": "us2000b2b9", "mag": 4.2, "time": 1507331091160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [73.3529, 39.6124, 10.0]}, "bbox": [73.3529, 39.6124, 73.3529, 39.6124]}, {"id": "115", "type": "Feature", "properties": {"id": "ak16991437", "mag": 2.0, "time": 1507330383962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4583, 60.3395, 72.9]}, "bbox": [-152.4583, 60.3395, -152.4583, 60.3395]}, {"id": "116", "type": "Feature", "properties": {"id": "us2000b2av", "mag": 4.3, "time": 1507329021540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.9649, 43.0121, 217.94]}, "bbox": [138.9649, 43.0121, 138.9649, 43.0121]}, {"id": "117", "type": "Feature", "properties": {"id": "nn00608329", "mag": 1.3, "time": 1507328136999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1198, 37.3861, 8.7]}, "bbox": [-117.1198, 37.3861, -117.1198, 37.3861]}, {"id": "118", "type": "Feature", "properties": {"id": "ci38020720", "mag": 1.45, "time": 1507327306610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.955667, 34.34, -0.29]}, "bbox": [-116.955667, 34.34, -116.955667, 34.34]}, {"id": "119", "type": "Feature", "properties": {"id": "uw61338531", "mag": 1.37, "time": 1507326914640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.991667, 46.572333, -0.3]}, "bbox": [-122.991667, 46.572333, -122.991667, 46.572333]}, {"id": "120", "type": "Feature", "properties": {"id": "nn00608354", "mag": 1.0, "time": 1507326343697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.747, 39.8477, 10.0]}, "bbox": [-120.747, 39.8477, -120.747, 39.8477]}, {"id": "121", "type": "Feature", "properties": {"id": "nc72905451", "mag": 1.47, "time": 1507326329600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.753833, 39.8485, 6.72]}, "bbox": [-120.753833, 39.8485, -120.753833, 39.8485]}, {"id": "122", "type": "Feature", "properties": {"id": "nc72905441", "mag": 1.23, "time": 1507325408690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127, 36.566667, 9.16]}, "bbox": [-121.127, 36.566667, -121.127, 36.566667]}, {"id": "123", "type": "Feature", "properties": {"id": "us2000b29t", "mag": 4.5, "time": 1507325144410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.6471, 17.7456, 196.33]}, "bbox": [145.6471, 17.7456, 145.6471, 17.7456]}, {"id": "124", "type": "Feature", "properties": {"id": "us2000b2ab", "mag": 2.6, "time": 1507324395860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8949, 32.7663, 5.0]}, "bbox": [-108.8949, 32.7663, -108.8949, 32.7663]}, {"id": "125", "type": "Feature", "properties": {"id": "nc72905436", "mag": 1.41, "time": 1507323505830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.155667, 36.5565, 6.94]}, "bbox": [-121.155667, 36.5565, -121.155667, 36.5565]}, {"id": "126", "type": "Feature", "properties": {"id": "ci38020712", "mag": 1.19, "time": 1507323492150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.991, 32.578667, 2.62]}, "bbox": [-116.991, 32.578667, -116.991, 32.578667]}, {"id": "127", "type": "Feature", "properties": {"id": "us2000b289", "mag": 2.4, "time": 1507321230800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7321, 36.481, 5.37]}, "bbox": [-98.7321, 36.481, -98.7321, 36.481]}, {"id": "128", "type": "Feature", "properties": {"id": "nc72905431", "mag": 1.0, "time": 1507321021480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.178833, 38.107, -0.02]}, "bbox": [-122.178833, 38.107, -122.178833, 38.107]}, {"id": "129", "type": "Feature", "properties": {"id": "ak16991182", "mag": 1.0, "time": 1507320721326, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1644, 62.2007, 15.5]}, "bbox": [-148.1644, 62.2007, -148.1644, 62.2007]}, {"id": "130", "type": "Feature", "properties": {"id": "ak16991178", "mag": 1.8, "time": 1507320357991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5804, 63.1717, 121.4]}, "bbox": [-150.5804, 63.1717, -150.5804, 63.1717]}, {"id": "131", "type": "Feature", "properties": {"id": "nc72905426", "mag": 1.24, "time": 1507320241050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.688667, 37.5335, 6.91]}, "bbox": [-121.688667, 37.5335, -121.688667, 37.5335]}, {"id": "132", "type": "Feature", "properties": {"id": "ci38020680", "mag": 1.5, "time": 1507320090270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.516, 33.860833, 0.62]}, "bbox": [-117.516, 33.860833, -117.516, 33.860833]}, {"id": "133", "type": "Feature", "properties": {"id": "ak16991069", "mag": 1.8, "time": 1507318145350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6965, 59.7754, 0.0]}, "bbox": [-136.6965, 59.7754, -136.6965, 59.7754]}, {"id": "134", "type": "Feature", "properties": {"id": "us2000b27a", "mag": 2.4, "time": 1507317641850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.2269, 36.6265, 5.07]}, "bbox": [-98.2269, 36.6265, -98.2269, 36.6265]}, {"id": "135", "type": "Feature", "properties": {"id": "ak16991058", "mag": 2.6, "time": 1507317554328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3172, 63.6837, 3.7]}, "bbox": [-146.3172, 63.6837, -146.3172, 63.6837]}, {"id": "136", "type": "Feature", "properties": {"id": "ci38020656", "mag": 1.03, "time": 1507317548410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.646667, 36.148333, 0.93]}, "bbox": [-117.646667, 36.148333, -117.646667, 36.148333]}, {"id": "137", "type": "Feature", "properties": {"id": "ci38020648", "mag": 1.08, "time": 1507317476900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1915, 35.0025, -0.87]}, "bbox": [-118.1915, 35.0025, -118.1915, 35.0025]}, {"id": "138", "type": "Feature", "properties": {"id": "nc72905416", "mag": 1.19, "time": 1507317386760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457667, -0.31]}, "bbox": [-118.803333, 37.457667, -118.803333, 37.457667]}, {"id": "139", "type": "Feature", "properties": {"id": "uw61338426", "mag": 1.65, "time": 1507316609360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7105, 43.553333, 7.02]}, "bbox": [-121.7105, 43.553333, -121.7105, 43.553333]}, {"id": "140", "type": "Feature", "properties": {"id": "mb80259489", "mag": 1.66, "time": 1507316359200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.477167, 45.9945, -2.0]}, "bbox": [-112.477167, 45.9945, -112.477167, 45.9945]}, {"id": "141", "type": "Feature", "properties": {"id": "ci38020624", "mag": 1.22, "time": 1507316271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362, 32.941333, 10.15]}, "bbox": [-116.362, 32.941333, -116.362, 32.941333]}, {"id": "142", "type": "Feature", "properties": {"id": "ak16991011", "mag": 2.0, "time": 1507315584886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9279, 62.7834, 4.5]}, "bbox": [-148.9279, 62.7834, -148.9279, 62.7834]}, {"id": "143", "type": "Feature", "properties": {"id": "us2000b26p", "mag": 4.7, "time": 1507315424010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [68.9568, -49.2119, 13.54]}, "bbox": [68.9568, -49.2119, 68.9568, -49.2119]}, {"id": "144", "type": "Feature", "properties": {"id": "uu60251447", "mag": 2.18, "time": 1507314096180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.633167, 4.91]}, "bbox": [-111.457, 42.633167, -111.457, 42.633167]}, {"id": "145", "type": "Feature", "properties": {"id": "nc72905411", "mag": 1.24, "time": 1507313481610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.962333, 37.920333, -0.33]}, "bbox": [-121.962333, 37.920333, -121.962333, 37.920333]}, {"id": "146", "type": "Feature", "properties": {"id": "us2000b260", "mag": 4.4, "time": 1507311862190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [86.7487, 30.0165, 10.0]}, "bbox": [86.7487, 30.0165, 86.7487, 30.0165]}, {"id": "147", "type": "Feature", "properties": {"id": "ci38020552", "mag": 1.28, "time": 1507311788210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351667, 35.052833, -1.01]}, "bbox": [-118.351667, 35.052833, -118.351667, 35.052833]}, {"id": "148", "type": "Feature", "properties": {"id": "us2000b25h", "mag": 5.5, "time": 1507311683180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-15.5503, -35.3171, 10.0]}, "bbox": [-15.5503, -35.3171, -15.5503, -35.3171]}, {"id": "149", "type": "Feature", "properties": {"id": "ak16990870", "mag": 1.8, "time": 1507310931075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9372, 62.1214, 48.9]}, "bbox": [-149.9372, 62.1214, -149.9372, 62.1214]}, {"id": "150", "type": "Feature", "properties": {"id": "nn00608306", "mag": 1.9, "time": 1507310059424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6177, 38.5802, 5.9]}, "bbox": [-118.6177, 38.5802, -118.6177, 38.5802]}, {"id": "151", "type": "Feature", "properties": {"id": "us2000b24c", "mag": 4.6, "time": 1507309684550, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7841, 37.4191, 31.5]}, "bbox": [143.7841, 37.4191, 143.7841, 37.4191]}, {"id": "152", "type": "Feature", "properties": {"id": "mb80259479", "mag": 1.25, "time": 1507309316470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5305, 46.867167, 12.62]}, "bbox": [-112.5305, 46.867167, -112.5305, 46.867167]}, {"id": "153", "type": "Feature", "properties": {"id": "uu60251412", "mag": 2.1, "time": 1507308318150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460333, 42.602667, 6.75]}, "bbox": [-111.460333, 42.602667, -111.460333, 42.602667]}, {"id": "154", "type": "Feature", "properties": {"id": "nc72905346", "mag": 2.33, "time": 1507308237260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457333, 0.99]}, "bbox": [-118.803333, 37.457333, -118.803333, 37.457333]}, {"id": "155", "type": "Feature", "properties": {"id": "ci38020512", "mag": 1.61, "time": 1507308155060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 35.633833, 6.15]}, "bbox": [-116.2815, 35.633833, -116.2815, 35.633833]}, {"id": "156", "type": "Feature", "properties": {"id": "ci38020480", "mag": 1.04, "time": 1507307612510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.314167, 34.0145, 2.75]}, "bbox": [-116.314167, 34.0145, -116.314167, 34.0145]}, {"id": "157", "type": "Feature", "properties": {"id": "ak16990671", "mag": 1.6, "time": 1507307067130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0099, 66.2332, 1.8]}, "bbox": [-150.0099, 66.2332, -150.0099, 66.2332]}, {"id": "158", "type": "Feature", "properties": {"id": "nc72905326", "mag": 1.17, "time": 1507305678060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.706, 38.783667, 2.5]}, "bbox": [-122.706, 38.783667, -122.706, 38.783667]}, {"id": "159", "type": "Feature", "properties": {"id": "mb80259459", "mag": 0.95, "time": 1507305300890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5315, 46.8575, 12.4]}, "bbox": [-112.5315, 46.8575, -112.5315, 46.8575]}, {"id": "160", "type": "Feature", "properties": {"id": "ci38020408", "mag": 1.2, "time": 1507302977930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019833, 33.876, -0.6]}, "bbox": [-117.019833, 33.876, -117.019833, 33.876]}, {"id": "161", "type": "Feature", "properties": {"id": "ak16990501", "mag": 2.8, "time": 1507302735109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2441, 60.1679, 148.9]}, "bbox": [-153.2441, 60.1679, -153.2441, 60.1679]}, {"id": "162", "type": "Feature", "properties": {"id": "us2000b20f", "mag": 5.4, "time": 1507301800580, "felt": 169.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.1969, 37.0997, 47.42]}, "bbox": [141.1969, 37.0997, 141.1969, 37.0997]}, {"id": "163", "type": "Feature", "properties": {"id": "ak16990465", "mag": 1.7, "time": 1507301707708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.519, 67.5663, 0.0]}, "bbox": [-156.519, 67.5663, -156.519, 67.5663]}, {"id": "164", "type": "Feature", "properties": {"id": "ci38020392", "mag": 2.6, "time": 1507301676460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.894167, 31.614, 5.89]}, "bbox": [-115.894167, 31.614, -115.894167, 31.614]}, {"id": "165", "type": "Feature", "properties": {"id": "ak16990463", "mag": 1.6, "time": 1507300956103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1925, 59.8037, 20.0]}, "bbox": [-152.1925, 59.8037, -152.1925, 59.8037]}, {"id": "166", "type": "Feature", "properties": {"id": "uu60251397", "mag": 1.18, "time": 1507300478100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.436333, 42.554833, 9.68]}, "bbox": [-111.436333, 42.554833, -111.436333, 42.554833]}, {"id": "167", "type": "Feature", "properties": {"id": "nn00608296", "mag": 1.1, "time": 1507299948387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9267, 39.4223, 8.7]}, "bbox": [-119.9267, 39.4223, -119.9267, 39.4223]}, {"id": "168", "type": "Feature", "properties": {"id": "ci38020376", "mag": 1.4, "time": 1507299919340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.476667, 35.752167, 2.24]}, "bbox": [-118.476667, 35.752167, -118.476667, 35.752167]}, {"id": "169", "type": "Feature", "properties": {"id": "nn00608295", "mag": 2.0, "time": 1507298898804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9217, 38.4131, 8.7]}, "bbox": [-118.9217, 38.4131, -118.9217, 38.4131]}, {"id": "170", "type": "Feature", "properties": {"id": "us2000b1zv", "mag": 5.1, "time": 1507298433140, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.0977, 12.0039, 21.82]}, "bbox": [95.0977, 12.0039, 95.0977, 12.0039]}, {"id": "171", "type": "Feature", "properties": {"id": "ak16990379", "mag": 2.0, "time": 1507296668722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4456, 63.3167, 112.0]}, "bbox": [-150.4456, 63.3167, -150.4456, 63.3167]}, {"id": "172", "type": "Feature", "properties": {"id": "ak16990317", "mag": 2.4, "time": 1507295355033, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6485, 60.9026, 21.1]}, "bbox": [-149.6485, 60.9026, -149.6485, 60.9026]}, {"id": "173", "type": "Feature", "properties": {"id": "nc72905256", "mag": 1.69, "time": 1507295344860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7755, 38.805167, 0.72]}, "bbox": [-122.7755, 38.805167, -122.7755, 38.805167]}, {"id": "174", "type": "Feature", "properties": {"id": "ci38020296", "mag": 0.98, "time": 1507294899000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 34.226167, 12.35]}, "bbox": [-117.445, 34.226167, -117.445, 34.226167]}, {"id": "175", "type": "Feature", "properties": {"id": "nc72905246", "mag": 1.14, "time": 1507294685610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797333, 38.813499, 2.36]}, "bbox": [-122.797333, 38.813499, -122.797333, 38.813499]}, {"id": "176", "type": "Feature", "properties": {"id": "nc72905241", "mag": 1.27, "time": 1507294429860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.822333, 1.56]}, "bbox": [-122.806167, 38.822333, -122.806167, 38.822333]}, {"id": "177", "type": "Feature", "properties": {"id": "ak16990306", "mag": 1.6, "time": 1507293337500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.164, 63.5211, 0.0]}, "bbox": [-147.164, 63.5211, -147.164, 63.5211]}, {"id": "178", "type": "Feature", "properties": {"id": "nc72905231", "mag": 1.31, "time": 1507293268040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600333, 38.771667, 0.05]}, "bbox": [-122.600333, 38.771667, -122.600333, 38.771667]}, {"id": "179", "type": "Feature", "properties": {"id": "mb80259449", "mag": 1.29, "time": 1507293189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.557667, 46.894167, 9.91]}, "bbox": [-112.557667, 46.894167, -112.557667, 46.894167]}, {"id": "180", "type": "Feature", "properties": {"id": "nc72905226", "mag": 1.25, "time": 1507291334810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.798333, 37.565333, -0.35]}, "bbox": [-118.798333, 37.565333, -118.798333, 37.565333]}, {"id": "181", "type": "Feature", "properties": {"id": "ci38020256", "mag": 2.0, "time": 1507290973570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.757833, 34.172833, 6.62]}, "bbox": [-117.757833, 34.172833, -117.757833, 34.172833]}, {"id": "182", "type": "Feature", "properties": {"id": "ci38020240", "mag": 1.05, "time": 1507290356170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.355667, 35.822833, 16.75]}, "bbox": [-118.355667, 35.822833, -118.355667, 35.822833]}, {"id": "183", "type": "Feature", "properties": {"id": "us2000b1xz", "mag": 5.2, "time": 1507289341850, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [155.9405, -6.8684, 106.51]}, "bbox": [155.9405, -6.8684, 155.9405, -6.8684]}, {"id": "184", "type": "Feature", "properties": {"id": "uw61338256", "mag": 1.22, "time": 1507287741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.509333, 45.6895, 9.57]}, "bbox": [-122.509333, 45.6895, -122.509333, 45.6895]}, {"id": "185", "type": "Feature", "properties": {"id": "ci38020232", "mag": 1.4, "time": 1507287412090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8455, 34.000333, 9.47]}, "bbox": [-116.8455, 34.000333, -116.8455, 34.000333]}, {"id": "186", "type": "Feature", "properties": {"id": "mb80259444", "mag": 1.6, "time": 1507286758530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5795, 44.259167, 3.88]}, "bbox": [-114.5795, 44.259167, -114.5795, 44.259167]}, {"id": "187", "type": "Feature", "properties": {"id": "mb80259434", "mag": 1.18, "time": 1507286693390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.322167, 43.681333, 9.95]}, "bbox": [-110.322167, 43.681333, -110.322167, 43.681333]}, {"id": "188", "type": "Feature", "properties": {"id": "ak16990167", "mag": 3.0, "time": 1507285562299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2949, 51.2318, 28.0]}, "bbox": [-178.2949, 51.2318, -178.2949, 51.2318]}, {"id": "189", "type": "Feature", "properties": {"id": "ak16990162", "mag": 3.2, "time": 1507285408267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0402, 65.2966, 0.1]}, "bbox": [-156.0402, 65.2966, -156.0402, 65.2966]}, {"id": "190", "type": "Feature", "properties": {"id": "hv61935226", "mag": 1.78, "time": 1507284229580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.42366, 19.2805, 7.76]}, "bbox": [-155.42366, 19.2805, -155.42366, 19.2805]}, {"id": "191", "type": "Feature", "properties": {"id": "hv61935131", "mag": 1.67, "time": 1507283791470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.248833, 18.876833, 12.183]}, "bbox": [-155.248833, 18.876833, -155.248833, 18.876833]}, {"id": "192", "type": "Feature", "properties": {"id": "ak16990109", "mag": 1.9, "time": 1507282869514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1519, 63.251, 0.0]}, "bbox": [-151.1519, 63.251, -151.1519, 63.251]}, {"id": "193", "type": "Feature", "properties": {"id": "us2000b1xd", "mag": 4.4, "time": 1507281825250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9639, -0.4925, 44.07]}, "bbox": [119.9639, -0.4925, 119.9639, -0.4925]}, {"id": "194", "type": "Feature", "properties": {"id": "ak16990102", "mag": 1.6, "time": 1507281420124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7545, 61.5105, 70.6]}, "bbox": [-150.7545, 61.5105, -150.7545, 61.5105]}, {"id": "195", "type": "Feature", "properties": {"id": "hv61935091", "mag": 2.94, "time": 1507279304370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2205, 19.380333, 14.051]}, "bbox": [-156.2205, 19.380333, -156.2205, 19.380333]}, {"id": "196", "type": "Feature", "properties": {"id": "nn00608291", "mag": 1.6, "time": 1507279195578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.2224, 39.4096, 5.7]}, "bbox": [-115.2224, 39.4096, -115.2224, 39.4096]}, {"id": "197", "type": "Feature", "properties": {"id": "nc72905186", "mag": 0.99, "time": 1507278858510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.483833, 5.31]}, "bbox": [-118.8245, 37.483833, -118.8245, 37.483833]}, {"id": "198", "type": "Feature", "properties": {"id": "us2000b1v8", "mag": 6.0, "time": 1507276773110, "felt": 108.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.9537, 37.485, 10.0]}, "bbox": [143.9537, 37.485, 143.9537, 37.485]}, {"id": "199", "type": "Feature", "properties": {"id": "uu60251377", "mag": 1.43, "time": 1507274976970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.660667, 5.95]}, "bbox": [-111.444, 42.660667, -111.444, 42.660667]}, {"id": "200", "type": "Feature", "properties": {"id": "ak16989976", "mag": 3.1, "time": 1507274375943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8808, 0.0]}, "bbox": [-136.7235, 59.8808, -136.7235, 59.8808]}, {"id": "201", "type": "Feature", "properties": {"id": "mb80259414", "mag": 1.86, "time": 1507273645130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.997833, 47.455667, 1.73]}, "bbox": [-115.997833, 47.455667, -115.997833, 47.455667]}, {"id": "202", "type": "Feature", "properties": {"id": "us2000b1v0", "mag": 4.7, "time": 1507273552100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6145, 13.8504, 10.0]}, "bbox": [146.6145, 13.8504, 146.6145, 13.8504]}, {"id": "203", "type": "Feature", "properties": {"id": "ak16989973", "mag": 1.3, "time": 1507272833815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7833, 64.8537, 19.7]}, "bbox": [-148.7833, 64.8537, -148.7833, 64.8537]}, {"id": "204", "type": "Feature", "properties": {"id": "us2000b2dh", "mag": 3.3, "time": 1507270603000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.92, 49.06, 22.0]}, "bbox": [-67.92, 49.06, -67.92, 49.06]}, {"id": "205", "type": "Feature", "properties": {"id": "ak16989967", "mag": 1.9, "time": 1507270303410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3206, 61.7195, 41.0]}, "bbox": [-150.3206, 61.7195, -150.3206, 61.7195]}, {"id": "206", "type": "Feature", "properties": {"id": "ci38020152", "mag": 1.08, "time": 1507270230410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.557333, 32.948833, 3.78]}, "bbox": [-115.557333, 32.948833, -115.557333, 32.948833]}, {"id": "207", "type": "Feature", "properties": {"id": "us2000b1um", "mag": 2.7, "time": 1507269804040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4493, 42.6517, 7.67]}, "bbox": [-111.4493, 42.6517, -111.4493, 42.6517]}, {"id": "208", "type": "Feature", "properties": {"id": "nc72905156", "mag": 1.79, "time": 1507269478010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801167, 38.822, 2.67]}, "bbox": [-122.801167, 38.822, -122.801167, 38.822]}, {"id": "209", "type": "Feature", "properties": {"id": "nc71107634", "mag": 1.13, "time": 1507269413290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.478167, 38.6015, 12.1]}, "bbox": [-122.478167, 38.6015, -122.478167, 38.6015]}, {"id": "210", "type": "Feature", "properties": {"id": "us2000b1un", "mag": 4.3, "time": 1507269388630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4985, 51.6139, 71.76]}, "bbox": [178.4985, 51.6139, 178.4985, 51.6139]}, {"id": "211", "type": "Feature", "properties": {"id": "uu60251357", "mag": 1.47, "time": 1507268672130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455333, 42.652833, 2.92]}, "bbox": [-111.455333, 42.652833, -111.455333, 42.652833]}, {"id": "212", "type": "Feature", "properties": {"id": "ak16989960", "mag": 1.1, "time": 1507268319981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2116, 64.2744, 14.8]}, "bbox": [-148.2116, 64.2744, -148.2116, 64.2744]}, {"id": "213", "type": "Feature", "properties": {"id": "hv61935031", "mag": 1.75, "time": 1507267817920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.428833, 19.329, 10.185]}, "bbox": [-155.428833, 19.329, -155.428833, 19.329]}, {"id": "214", "type": "Feature", "properties": {"id": "nc72905151", "mag": 1.08, "time": 1507267299070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.607, 4.0]}, "bbox": [-118.823167, 37.607, -118.823167, 37.607]}, {"id": "215", "type": "Feature", "properties": {"id": "mb80259404", "mag": 1.03, "time": 1507266753410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532167, 46.873, 11.23]}, "bbox": [-112.532167, 46.873, -112.532167, 46.873]}, {"id": "216", "type": "Feature", "properties": {"id": "us2000b1u8", "mag": 4.6, "time": 1507265974560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.1261, -17.5702, 36.33]}, "bbox": [-64.1261, -17.5702, -64.1261, -17.5702]}, {"id": "217", "type": "Feature", "properties": {"id": "ci38020112", "mag": 1.06, "time": 1507265623210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.434833, 33.0315, 3.46]}, "bbox": [-116.434833, 33.0315, -116.434833, 33.0315]}, {"id": "218", "type": "Feature", "properties": {"id": "nc72905146", "mag": 1.56, "time": 1507265461960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7915, 38.8195, 1.42]}, "bbox": [-122.7915, 38.8195, -122.7915, 38.8195]}, {"id": "219", "type": "Feature", "properties": {"id": "uw61338091", "mag": 1.62, "time": 1507265317630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2, 47.583333, 23.03]}, "bbox": [-122.2, 47.583333, -122.2, 47.583333]}, {"id": "220", "type": "Feature", "properties": {"id": "uw61338086", "mag": 1.33, "time": 1507265080940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.200333, 47.583833, 23.12]}, "bbox": [-122.200333, 47.583833, -122.200333, 47.583833]}, {"id": "221", "type": "Feature", "properties": {"id": "uu60251347", "mag": 1.61, "time": 1507264823080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.494833, 42.639667, 0.79]}, "bbox": [-111.494833, 42.639667, -111.494833, 42.639667]}, {"id": "222", "type": "Feature", "properties": {"id": "nc71107639", "mag": 1.32, "time": 1507263429870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 39.599833, 20.91]}, "bbox": [-121.9235, 39.599833, -121.9235, 39.599833]}, {"id": "223", "type": "Feature", "properties": {"id": "nc72905131", "mag": 1.06, "time": 1507263391130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.5295, 5.95]}, "bbox": [-118.831, 37.5295, -118.831, 37.5295]}, {"id": "224", "type": "Feature", "properties": {"id": "nc72905121", "mag": 1.41, "time": 1507263129660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.403, 38.364167, 8.42]}, "bbox": [-122.403, 38.364167, -122.403, 38.364167]}, {"id": "225", "type": "Feature", "properties": {"id": "us2000b1tr", "mag": 4.8, "time": 1507262599510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9528, -10.3953, 10.0]}, "bbox": [151.9528, -10.3953, 151.9528, -10.3953]}, {"id": "226", "type": "Feature", "properties": {"id": "ak16989915", "mag": 1.5, "time": 1507260314998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3718, 63.0764, 0.0]}, "bbox": [-151.3718, 63.0764, -151.3718, 63.0764]}, {"id": "227", "type": "Feature", "properties": {"id": "uw61338061", "mag": 1.26, "time": 1507260032120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.744833, 47.490167, 16.4]}, "bbox": [-121.744833, 47.490167, -121.744833, 47.490167]}, {"id": "228", "type": "Feature", "properties": {"id": "ak16989910", "mag": 2.1, "time": 1507259762026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6057, 63.4194, 106.4]}, "bbox": [-149.6057, 63.4194, -149.6057, 63.4194]}, {"id": "229", "type": "Feature", "properties": {"id": "nc72905106", "mag": 1.0, "time": 1507258246340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822, 38.814833, 1.61]}, "bbox": [-122.822, 38.814833, -122.822, 38.814833]}, {"id": "230", "type": "Feature", "properties": {"id": "nc72905101", "mag": 2.97, "time": 1507257072490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.777167, 41.2375, 7.51]}, "bbox": [-125.777167, 41.2375, -125.777167, 41.2375]}, {"id": "231", "type": "Feature", "properties": {"id": "ak16989906", "mag": 1.6, "time": 1507256091995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.063, 65.8813, 12.8]}, "bbox": [-151.063, 65.8813, -151.063, 65.8813]}, {"id": "232", "type": "Feature", "properties": {"id": "ci38020032", "mag": 1.89, "time": 1507255962830, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7975, 33.5, 5.36]}, "bbox": [-116.7975, 33.5, -116.7975, 33.5]}, {"id": "233", "type": "Feature", "properties": {"id": "ci38020024", "mag": 1.53, "time": 1507255628970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.875167, 33.957, 3.47]}, "bbox": [-116.875167, 33.957, -116.875167, 33.957]}, {"id": "234", "type": "Feature", "properties": {"id": "us2000b1t0", "mag": 4.8, "time": 1507255428530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.496, 0.9934, 10.0]}, "bbox": [-25.496, 0.9934, -25.496, 0.9934]}, {"id": "235", "type": "Feature", "properties": {"id": "us2000b1sv", "mag": 4.6, "time": 1507253577740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1867, -9.9486, 10.0]}, "bbox": [152.1867, -9.9486, 152.1867, -9.9486]}, {"id": "236", "type": "Feature", "properties": {"id": "uu60251342", "mag": 1.12, "time": 1507252828550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.5485, 6.65]}, "bbox": [-111.414167, 42.5485, -111.414167, 42.5485]}, {"id": "237", "type": "Feature", "properties": {"id": "nc72905066", "mag": 0.98, "time": 1507251331760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9395, 37.636, 5.66]}, "bbox": [-118.9395, 37.636, -118.9395, 37.636]}, {"id": "238", "type": "Feature", "properties": {"id": "nn00608277", "mag": 1.5, "time": 1507251023072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.857, 37.3396, 3.9]}, "bbox": [-114.857, 37.3396, -114.857, 37.3396]}, {"id": "239", "type": "Feature", "properties": {"id": "uu60251327", "mag": 1.16, "time": 1507250350380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.672333, 39.4485, 12.04]}, "bbox": [-111.672333, 39.4485, -111.672333, 39.4485]}, {"id": "240", "type": "Feature", "properties": {"id": "ak16989868", "mag": 1.6, "time": 1507249990990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6081, 61.1327, 14.5]}, "bbox": [-140.6081, 61.1327, -140.6081, 61.1327]}, {"id": "241", "type": "Feature", "properties": {"id": "ci38019984", "mag": 1.38, "time": 1507249506910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.598667, 33.450667, 7.77]}, "bbox": [-116.598667, 33.450667, -116.598667, 33.450667]}, {"id": "242", "type": "Feature", "properties": {"id": "nn00608273", "mag": 1.0, "time": 1507249499810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0539, 37.1082, 8.1]}, "bbox": [-117.0539, 37.1082, -117.0539, 37.1082]}, {"id": "243", "type": "Feature", "properties": {"id": "ci38019976", "mag": 1.92, "time": 1507249308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377167, 34.427, 9.46]}, "bbox": [-119.377167, 34.427, -119.377167, 34.427]}, {"id": "244", "type": "Feature", "properties": {"id": "us2000b1s9", "mag": 4.0, "time": 1507248914000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.348, -29.925, 48.8]}, "bbox": [-71.348, -29.925, -71.348, -29.925]}, {"id": "245", "type": "Feature", "properties": {"id": "uw61337986", "mag": 1.12, "time": 1507245979370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.395167, 45.685667, -0.74]}, "bbox": [-122.395167, 45.685667, -122.395167, 45.685667]}, {"id": "246", "type": "Feature", "properties": {"id": "nc72905011", "mag": 2.81, "time": 1507244867710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.472, 6.12]}, "bbox": [-118.8105, 37.472, -118.8105, 37.472]}, {"id": "247", "type": "Feature", "properties": {"id": "nc72905016", "mag": 1.36, "time": 1507244847860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7825, 38.7915, 0.56]}, "bbox": [-122.7825, 38.7915, -122.7825, 38.7915]}, {"id": "248", "type": "Feature", "properties": {"id": "mb80259379", "mag": 0.99, "time": 1507244598420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.871167, 12.6]}, "bbox": [-112.529, 46.871167, -112.529, 46.871167]}, {"id": "249", "type": "Feature", "properties": {"id": "ak16989827", "mag": 1.4, "time": 1507244539965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2289, 64.9761, 0.0]}, "bbox": [-147.2289, 64.9761, -147.2289, 64.9761]}, {"id": "250", "type": "Feature", "properties": {"id": "ak16989825", "mag": 1.8, "time": 1507243916881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1245, 62.4971, 81.1]}, "bbox": [-151.1245, 62.4971, -151.1245, 62.4971]}, {"id": "251", "type": "Feature", "properties": {"id": "nc72905001", "mag": 1.65, "time": 1507243472580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808, 38.822, 1.64]}, "bbox": [-122.808, 38.822, -122.808, 38.822]}, {"id": "252", "type": "Feature", "properties": {"id": "nc72904996", "mag": 2.14, "time": 1507243164460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.588667, 40.652333, 25.1]}, "bbox": [-123.588667, 40.652333, -123.588667, 40.652333]}, {"id": "253", "type": "Feature", "properties": {"id": "ak16989822", "mag": 1.5, "time": 1507242888109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.857, 61.9122, 45.0]}, "bbox": [-149.857, 61.9122, -149.857, 61.9122]}, {"id": "254", "type": "Feature", "properties": {"id": "us2000b1rh", "mag": 4.6, "time": 1507242807430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6063, 21.8848, 100.39]}, "bbox": [144.6063, 21.8848, 144.6063, 21.8848]}, {"id": "255", "type": "Feature", "properties": {"id": "ak16989815", "mag": 2.5, "time": 1507240652193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.192, 61.0044, 106.0]}, "bbox": [-152.192, 61.0044, -152.192, 61.0044]}, {"id": "256", "type": "Feature", "properties": {"id": "ak16989811", "mag": 1.8, "time": 1507240498324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.939, 62.7658, 79.9]}, "bbox": [-149.939, 62.7658, -149.939, 62.7658]}, {"id": "257", "type": "Feature", "properties": {"id": "uu60251317", "mag": 1.66, "time": 1507240484300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418167, 42.544333, 6.24]}, "bbox": [-111.418167, 42.544333, -111.418167, 42.544333]}, {"id": "258", "type": "Feature", "properties": {"id": "us2000b1px", "mag": 2.6, "time": 1507239146260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4355, 42.5495, 8.32]}, "bbox": [-111.4355, 42.5495, -111.4355, 42.5495]}, {"id": "259", "type": "Feature", "properties": {"id": "mb80259359", "mag": 1.17, "time": 1507238290040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.965, 43.357333, 5.92]}, "bbox": [-110.965, 43.357333, -110.965, 43.357333]}, {"id": "260", "type": "Feature", "properties": {"id": "uw61337951", "mag": 2.3, "time": 1507238213550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.549833, 49.328833, -0.06]}, "bbox": [-120.549833, 49.328833, -120.549833, 49.328833]}, {"id": "261", "type": "Feature", "properties": {"id": "ak16989718", "mag": 1.4, "time": 1507237904044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5289, 61.2012, 0.4]}, "bbox": [-140.5289, 61.2012, -140.5289, 61.2012]}, {"id": "262", "type": "Feature", "properties": {"id": "ak16989717", "mag": 1.9, "time": 1507237796189, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.701, 59.032, 0.0]}, "bbox": [-136.701, 59.032, -136.701, 59.032]}, {"id": "263", "type": "Feature", "properties": {"id": "uw61337946", "mag": 2.27, "time": 1507237659430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.817167, 47.392167, -0.46]}, "bbox": [-117.817167, 47.392167, -117.817167, 47.392167]}, {"id": "264", "type": "Feature", "properties": {"id": "nc72904961", "mag": 0.97, "time": 1507237420050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.482833, 1.23]}, "bbox": [-118.8365, 37.482833, -118.8365, 37.482833]}, {"id": "265", "type": "Feature", "properties": {"id": "ak16989714", "mag": 1.7, "time": 1507235850265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0124, 65.8954, 7.6]}, "bbox": [-151.0124, 65.8954, -151.0124, 65.8954]}, {"id": "266", "type": "Feature", "properties": {"id": "ci38019864", "mag": 1.0, "time": 1507235571440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.508667, 6.47]}, "bbox": [-116.794167, 33.508667, -116.794167, 33.508667]}, {"id": "267", "type": "Feature", "properties": {"id": "mb80259334", "mag": 1.45, "time": 1507235042560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525667, 46.872833, 11.13]}, "bbox": [-112.525667, 46.872833, -112.525667, 46.872833]}, {"id": "268", "type": "Feature", "properties": {"id": "ak16989709", "mag": 1.6, "time": 1507234798667, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3071, 63.3209, 6.3]}, "bbox": [-145.3071, 63.3209, -145.3071, 63.3209]}, {"id": "269", "type": "Feature", "properties": {"id": "ak16989702", "mag": 2.5, "time": 1507234198600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.414, 63.3343, 0.0]}, "bbox": [-145.414, 63.3343, -145.414, 63.3343]}, {"id": "270", "type": "Feature", "properties": {"id": "ak16989701", "mag": 1.8, "time": 1507234162044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0004, 65.8966, 0.0]}, "bbox": [-151.0004, 65.8966, -151.0004, 65.8966]}, {"id": "271", "type": "Feature", "properties": {"id": "ak16989699", "mag": 1.7, "time": 1507234036518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6575, 60.1339, 106.4]}, "bbox": [-152.6575, 60.1339, -152.6575, 60.1339]}, {"id": "272", "type": "Feature", "properties": {"id": "nc72904941", "mag": 1.63, "time": 1507233857390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.8205, 2.04]}, "bbox": [-122.810167, 38.8205, -122.810167, 38.8205]}, {"id": "273", "type": "Feature", "properties": {"id": "nc72904936", "mag": 3.14, "time": 1507233758820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.192, 40.163167, 11.62]}, "bbox": [-127.192, 40.163167, -127.192, 40.163167]}, {"id": "274", "type": "Feature", "properties": {"id": "hv61934246", "mag": 1.02, "time": 1507233403750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.289833, 19.374, 1.772]}, "bbox": [-155.289833, 19.374, -155.289833, 19.374]}, {"id": "275", "type": "Feature", "properties": {"id": "ak16989698", "mag": 1.7, "time": 1507233388591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0126, 65.8742, 0.1]}, "bbox": [-151.0126, 65.8742, -151.0126, 65.8742]}, {"id": "276", "type": "Feature", "properties": {"id": "ak16989695", "mag": 1.9, "time": 1507232812188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9865, 65.9098, 0.0]}, "bbox": [-150.9865, 65.9098, -150.9865, 65.9098]}, {"id": "277", "type": "Feature", "properties": {"id": "nc72904926", "mag": 1.29, "time": 1507232594330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.837167, 37.504167, 0.07]}, "bbox": [-118.837167, 37.504167, -118.837167, 37.504167]}, {"id": "278", "type": "Feature", "properties": {"id": "ci38019816", "mag": 1.31, "time": 1507231819600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491, 33.846167, -0.48]}, "bbox": [-117.491, 33.846167, -117.491, 33.846167]}, {"id": "279", "type": "Feature", "properties": {"id": "nc72904891", "mag": 1.41, "time": 1507229918140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104833, 37.324833, -0.31]}, "bbox": [-122.104833, 37.324833, -122.104833, 37.324833]}, {"id": "280", "type": "Feature", "properties": {"id": "ak16989694", "mag": 1.5, "time": 1507229700025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7663, 63.5209, 14.5]}, "bbox": [-147.7663, 63.5209, -147.7663, 63.5209]}, {"id": "281", "type": "Feature", "properties": {"id": "nc72904886", "mag": 2.03, "time": 1507229279930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3835, 40.709833, 19.57]}, "bbox": [-122.3835, 40.709833, -122.3835, 40.709833]}, {"id": "282", "type": "Feature", "properties": {"id": "ak16989692", "mag": 1.6, "time": 1507228866480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0051, 65.8735, 0.0]}, "bbox": [-151.0051, 65.8735, -151.0051, 65.8735]}, {"id": "283", "type": "Feature", "properties": {"id": "nc72904881", "mag": 1.48, "time": 1507228723050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194667, 40.598333, 15.65]}, "bbox": [-122.194667, 40.598333, -122.194667, 40.598333]}, {"id": "284", "type": "Feature", "properties": {"id": "ci38019744", "mag": 1.44, "time": 1507226134710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.072333, 33.020667, -0.8]}, "bbox": [-116.072333, 33.020667, -116.072333, 33.020667]}, {"id": "285", "type": "Feature", "properties": {"id": "ak16989683", "mag": 2.4, "time": 1507225956631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.785, 60.8774, 34.8]}, "bbox": [-150.785, 60.8774, -150.785, 60.8774]}, {"id": "286", "type": "Feature", "properties": {"id": "ci38019728", "mag": 1.0, "time": 1507225418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.720667, 36.004, 2.64]}, "bbox": [-117.720667, 36.004, -117.720667, 36.004]}, {"id": "287", "type": "Feature", "properties": {"id": "nc72904846", "mag": 1.87, "time": 1507224165330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.821167, 1.64]}, "bbox": [-122.8105, 38.821167, -122.8105, 38.821167]}, {"id": "288", "type": "Feature", "properties": {"id": "hv61934126", "mag": 1.58, "time": 1507223732510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.252167, 18.903833, 12.692]}, "bbox": [-155.252167, 18.903833, -155.252167, 18.903833]}, {"id": "289", "type": "Feature", "properties": {"id": "ak16989680", "mag": 2.5, "time": 1507223654781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5871, 67.3896, 1.2]}, "bbox": [-163.5871, 67.3896, -163.5871, 67.3896]}, {"id": "290", "type": "Feature", "properties": {"id": "ak16989626", "mag": 1.5, "time": 1507223506919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1613, 62.9421, 105.5]}, "bbox": [-151.1613, 62.9421, -151.1613, 62.9421]}, {"id": "291", "type": "Feature", "properties": {"id": "uu60251267", "mag": 1.3, "time": 1507222702710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.711, 37.088833, 8.72]}, "bbox": [-112.711, 37.088833, -112.711, 37.088833]}, {"id": "292", "type": "Feature", "properties": {"id": "uu60251262", "mag": 2.09, "time": 1507221444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 42.600333, 6.09]}, "bbox": [-111.413167, 42.600333, -111.413167, 42.600333]}, {"id": "293", "type": "Feature", "properties": {"id": "hv61934021", "mag": 1.71, "time": 1507221215150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.600174, 19.477667, 2.61]}, "bbox": [-155.600174, 19.477667, -155.600174, 19.477667]}, {"id": "294", "type": "Feature", "properties": {"id": "mb80259309", "mag": 0.99, "time": 1507220291830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4755, 46.855833, 10.1]}, "bbox": [-112.4755, 46.855833, -112.4755, 46.855833]}, {"id": "295", "type": "Feature", "properties": {"id": "nc72904766", "mag": 1.2, "time": 1507219571830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.607833, 4.46]}, "bbox": [-118.817667, 37.607833, -118.817667, 37.607833]}, {"id": "296", "type": "Feature", "properties": {"id": "us2000b1ip", "mag": 4.3, "time": 1507219416430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.6953, -3.0506, 46.98]}, "bbox": [127.6953, -3.0506, 127.6953, -3.0506]}, {"id": "297", "type": "Feature", "properties": {"id": "ak16989556", "mag": 1.8, "time": 1507219027423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1068, 64.723, 3.3]}, "bbox": [-141.1068, 64.723, -141.1068, 64.723]}, {"id": "298", "type": "Feature", "properties": {"id": "nc72904761", "mag": 1.28, "time": 1507218469040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.786667, 35.167, 4.77]}, "bbox": [-120.786667, 35.167, -120.786667, 35.167]}, {"id": "299", "type": "Feature", "properties": {"id": "ak16989554", "mag": 1.8, "time": 1507217831958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9487, 67.1103, 6.0]}, "bbox": [-155.9487, 67.1103, -155.9487, 67.1103]}, {"id": "300", "type": "Feature", "properties": {"id": "ci38019560", "mag": 1.18, "time": 1507217071900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2355, 35.399833, 11.83]}, "bbox": [-118.2355, 35.399833, -118.2355, 35.399833]}, {"id": "301", "type": "Feature", "properties": {"id": "ld60143826", "mag": 1.25, "time": 1507215008870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.237833, 44.094, 4.0]}, "bbox": [-75.237833, 44.094, -75.237833, 44.094]}, {"id": "302", "type": "Feature", "properties": {"id": "nc72904741", "mag": 1.17, "time": 1507213799120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.539333, 2.63]}, "bbox": [-118.883667, 37.539333, -118.883667, 37.539333]}, {"id": "303", "type": "Feature", "properties": {"id": "uw61314897", "mag": 1.26, "time": 1507213038640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.924167, 46.832167, 9.6]}, "bbox": [-121.924167, 46.832167, -121.924167, 46.832167]}, {"id": "304", "type": "Feature", "properties": {"id": "hv61933821", "mag": 2.22, "time": 1507211808310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.427667, 19.767167, 23.499]}, "bbox": [-155.427667, 19.767167, -155.427667, 19.767167]}, {"id": "305", "type": "Feature", "properties": {"id": "mb80259289", "mag": 1.11, "time": 1507209951340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.482833, 46.8195, 2.22]}, "bbox": [-112.482833, 46.8195, -112.482833, 46.8195]}, {"id": "306", "type": "Feature", "properties": {"id": "ci38019464", "mag": 2.55, "time": 1507209518050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010667, 33.179667, 8.09]}, "bbox": [-116.010667, 33.179667, -116.010667, 33.179667]}, {"id": "307", "type": "Feature", "properties": {"id": "uu60251247", "mag": 1.23, "time": 1507208707300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.086833, 44.772167, 11.73]}, "bbox": [-111.086833, 44.772167, -111.086833, 44.772167]}, {"id": "308", "type": "Feature", "properties": {"id": "ak16989517", "mag": 1.3, "time": 1507208506436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3491, 63.087, 0.0]}, "bbox": [-151.3491, 63.087, -151.3491, 63.087]}, {"id": "309", "type": "Feature", "properties": {"id": "ci38019448", "mag": 1.15, "time": 1507207944620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.294333, 34.679333, 2.44]}, "bbox": [-116.294333, 34.679333, -116.294333, 34.679333]}, {"id": "310", "type": "Feature", "properties": {"id": "ak16989485", "mag": 1.9, "time": 1507207780001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6654, 67.5326, 0.0]}, "bbox": [-159.6654, 67.5326, -159.6654, 67.5326]}, {"id": "311", "type": "Feature", "properties": {"id": "nc72904706", "mag": 1.66, "time": 1507207659710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798167, 38.793833, 3.66]}, "bbox": [-122.798167, 38.793833, -122.798167, 38.793833]}, {"id": "312", "type": "Feature", "properties": {"id": "ak16989482", "mag": 1.4, "time": 1507206716138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4807, 64.7367, 8.7]}, "bbox": [-146.4807, 64.7367, -146.4807, 64.7367]}, {"id": "313", "type": "Feature", "properties": {"id": "uw61314867", "mag": 1.16, "time": 1507206461330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.192333, 47.183667, 14.42]}, "bbox": [-122.192333, 47.183667, -122.192333, 47.183667]}, {"id": "314", "type": "Feature", "properties": {"id": "ak16989481", "mag": 2.6, "time": 1507206068023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1435, 51.4576, 12.9]}, "bbox": [-178.1435, 51.4576, -178.1435, 51.4576]}, {"id": "315", "type": "Feature", "properties": {"id": "nc72904681", "mag": 2.64, "time": 1507204013350, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8035, 38.791333, 3.29]}, "bbox": [-122.8035, 38.791333, -122.8035, 38.791333]}, {"id": "316", "type": "Feature", "properties": {"id": "us2000b1f7", "mag": 5.0, "time": 1507202248310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.4874, 7.3643, 10.0]}, "bbox": [126.4874, 7.3643, 126.4874, 7.3643]}, {"id": "317", "type": "Feature", "properties": {"id": "mb80259279", "mag": 1.25, "time": 1507201170830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.476333, 44.006167, 5.0]}, "bbox": [-114.476333, 44.006167, -114.476333, 44.006167]}, {"id": "318", "type": "Feature", "properties": {"id": "ak16989448", "mag": 1.0, "time": 1507200035021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9384, 64.5888, 18.4]}, "bbox": [-149.9384, 64.5888, -149.9384, 64.5888]}, {"id": "319", "type": "Feature", "properties": {"id": "us2000b1dj", "mag": 4.7, "time": 1507198268580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [49.1899, 31.277, 10.0]}, "bbox": [49.1899, 31.277, 49.1899, 31.277]}, {"id": "320", "type": "Feature", "properties": {"id": "mb80259274", "mag": 1.3, "time": 1507198163850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.318333, 46.1425, 12.9]}, "bbox": [-110.318333, 46.1425, -110.318333, 46.1425]}, {"id": "321", "type": "Feature", "properties": {"id": "mb80259269", "mag": 2.63, "time": 1507197824690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.317333, 46.126333, 14.98]}, "bbox": [-110.317333, 46.126333, -110.317333, 46.126333]}, {"id": "322", "type": "Feature", "properties": {"id": "ci38019328", "mag": 2.0, "time": 1507197738510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.290167, 34.678, 2.65]}, "bbox": [-116.290167, 34.678, -116.290167, 34.678]}, {"id": "323", "type": "Feature", "properties": {"id": "us2000b1da", "mag": 4.5, "time": 1507196589420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5051, -25.068, 564.41]}, "bbox": [178.5051, -25.068, 178.5051, -25.068]}, {"id": "324", "type": "Feature", "properties": {"id": "ci38019312", "mag": 1.27, "time": 1507196570560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.412333, 35.621833, 7.71]}, "bbox": [-117.412333, 35.621833, -117.412333, 35.621833]}, {"id": "325", "type": "Feature", "properties": {"id": "mb80259264", "mag": 1.58, "time": 1507195834720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.989667, 43.0535, 5.98]}, "bbox": [-110.989667, 43.0535, -110.989667, 43.0535]}, {"id": "326", "type": "Feature", "properties": {"id": "ak16989416", "mag": 1.9, "time": 1507192569868, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8165, 59.7884, 0.0]}, "bbox": [-136.8165, 59.7884, -136.8165, 59.7884]}, {"id": "327", "type": "Feature", "properties": {"id": "mb80259259", "mag": 1.73, "time": 1507192054540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.3, 46.1355, 13.17]}, "bbox": [-110.3, 46.1355, -110.3, 46.1355]}, {"id": "328", "type": "Feature", "properties": {"id": "ak16989388", "mag": 2.2, "time": 1507191783280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8358, 59.8781, 1.7]}, "bbox": [-136.8358, 59.8781, -136.8358, 59.8781]}, {"id": "329", "type": "Feature", "properties": {"id": "us2000b1c3", "mag": 5.4, "time": 1507191096920, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5742, -22.4118, 112.87]}, "bbox": [-68.5742, -22.4118, -68.5742, -22.4118]}, {"id": "330", "type": "Feature", "properties": {"id": "nc72904646", "mag": 2.52, "time": 1507190856940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.472, 40.616833, 21.52]}, "bbox": [-123.472, 40.616833, -123.472, 40.616833]}, {"id": "331", "type": "Feature", "properties": {"id": "ak16989386", "mag": 1.8, "time": 1507190760834, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.611, 63.1832, 11.4]}, "bbox": [-152.611, 63.1832, -152.611, 63.1832]}, {"id": "332", "type": "Feature", "properties": {"id": "ci37167708", "mag": 1.38, "time": 1507190349370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.7095, 33.2065, 10.46]}, "bbox": [-115.7095, 33.2065, -115.7095, 33.2065]}, {"id": "333", "type": "Feature", "properties": {"id": "hv61933706", "mag": 1.21, "time": 1507190060680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2125, 19.363, 1.776]}, "bbox": [-155.2125, 19.363, -155.2125, 19.363]}, {"id": "334", "type": "Feature", "properties": {"id": "nc72904641", "mag": 1.23, "time": 1507189755650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.236667, 37.334333, 8.36]}, "bbox": [-122.236667, 37.334333, -122.236667, 37.334333]}, {"id": "335", "type": "Feature", "properties": {"id": "ci38019264", "mag": 1.99, "time": 1507188934660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2315, 32.416667, 18.41]}, "bbox": [-116.2315, 32.416667, -116.2315, 32.416667]}, {"id": "336", "type": "Feature", "properties": {"id": "uu60251227", "mag": 1.34, "time": 1507188766440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442667, 42.578833, 3.5]}, "bbox": [-111.442667, 42.578833, -111.442667, 42.578833]}, {"id": "337", "type": "Feature", "properties": {"id": "mb80259244", "mag": 1.28, "time": 1507188159830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.866167, 12.04]}, "bbox": [-112.527833, 46.866167, -112.527833, 46.866167]}, {"id": "338", "type": "Feature", "properties": {"id": "hv61933701", "mag": 2.09, "time": 1507187842930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.470673, 19.211, 37.73]}, "bbox": [-155.470673, 19.211, -155.470673, 19.211]}, {"id": "339", "type": "Feature", "properties": {"id": "nc72904626", "mag": 0.96, "time": 1507187453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.572333, 39.013167, -0.67]}, "bbox": [-122.572333, 39.013167, -122.572333, 39.013167]}, {"id": "340", "type": "Feature", "properties": {"id": "uu60251207", "mag": 1.35, "time": 1507187087800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.301167, 39.1075, 2.75]}, "bbox": [-111.301167, 39.1075, -111.301167, 39.1075]}, {"id": "341", "type": "Feature", "properties": {"id": "ci38019256", "mag": 2.06, "time": 1507186145760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.372167, 33.358833, 11.42]}, "bbox": [-116.372167, 33.358833, -116.372167, 33.358833]}, {"id": "342", "type": "Feature", "properties": {"id": "ci38019248", "mag": 1.49, "time": 1507186142240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.366, 33.357667, 11.67]}, "bbox": [-116.366, 33.357667, -116.366, 33.357667]}, {"id": "343", "type": "Feature", "properties": {"id": "uw61314807", "mag": 1.16, "time": 1507185870880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.191167, 47.179833, 15.66]}, "bbox": [-122.191167, 47.179833, -122.191167, 47.179833]}, {"id": "344", "type": "Feature", "properties": {"id": "se60045413", "mag": 1.81, "time": 1507185703120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.742167, 35.985167, 18.08]}, "bbox": [-83.742167, 35.985167, -83.742167, 35.985167]}, {"id": "345", "type": "Feature", "properties": {"id": "nc72904601", "mag": 0.95, "time": 1507185126040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.603333, 3.65]}, "bbox": [-118.819, 37.603333, -118.819, 37.603333]}, {"id": "346", "type": "Feature", "properties": {"id": "ci38019240", "mag": 1.25, "time": 1507185093960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.394, 35.618833, 8.88]}, "bbox": [-117.394, 35.618833, -117.394, 35.618833]}, {"id": "347", "type": "Feature", "properties": {"id": "ak16989380", "mag": 1.9, "time": 1507184561453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3822, 60.6535, 53.1]}, "bbox": [-151.3822, 60.6535, -151.3822, 60.6535]}, {"id": "348", "type": "Feature", "properties": {"id": "ak16989379", "mag": 1.0, "time": 1507183395241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2677, 63.314, 4.9]}, "bbox": [-145.2677, 63.314, -145.2677, 63.314]}, {"id": "349", "type": "Feature", "properties": {"id": "ci38019200", "mag": 1.99, "time": 1507181070780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.806833, 36.043833, 1.22]}, "bbox": [-117.806833, 36.043833, -117.806833, 36.043833]}, {"id": "350", "type": "Feature", "properties": {"id": "ci38019192", "mag": 1.69, "time": 1507180426220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.807333, 36.043167, 1.21]}, "bbox": [-117.807333, 36.043167, -117.807333, 36.043167]}, {"id": "351", "type": "Feature", "properties": {"id": "nc72904556", "mag": 1.22, "time": 1507178909260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7625, 38.821667, 1.49]}, "bbox": [-122.7625, 38.821667, -122.7625, 38.821667]}, {"id": "352", "type": "Feature", "properties": {"id": "ci38019184", "mag": 1.33, "time": 1507178811140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.319833, 33.886333, 15.24]}, "bbox": [-118.319833, 33.886333, -118.319833, 33.886333]}, {"id": "353", "type": "Feature", "properties": {"id": "ak16989373", "mag": 2.2, "time": 1507178319160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0253, 59.7752, 99.4]}, "bbox": [-153.0253, 59.7752, -153.0253, 59.7752]}, {"id": "354", "type": "Feature", "properties": {"id": "ak16989370", "mag": 2.0, "time": 1507178108703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9621, 62.3999, 67.6]}, "bbox": [-150.9621, 62.3999, -150.9621, 62.3999]}, {"id": "355", "type": "Feature", "properties": {"id": "nc71107619", "mag": 2.37, "time": 1507175814060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793167, 38.814333, 3.4]}, "bbox": [-122.793167, 38.814333, -122.793167, 38.814333]}, {"id": "356", "type": "Feature", "properties": {"id": "nc72904521", "mag": 2.61, "time": 1507175806240, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.813833, 3.02]}, "bbox": [-122.792, 38.813833, -122.792, 38.813833]}, {"id": "357", "type": "Feature", "properties": {"id": "ak16989344", "mag": 1.8, "time": 1507174164228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5816, 59.9877, 48.6]}, "bbox": [-151.5816, 59.9877, -151.5816, 59.9877]}, {"id": "358", "type": "Feature", "properties": {"id": "uw61314692", "mag": 1.1, "time": 1507174062970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048833, 48.836333, 3.53]}, "bbox": [-122.048833, 48.836333, -122.048833, 48.836333]}, {"id": "359", "type": "Feature", "properties": {"id": "mb80259229", "mag": 1.6, "time": 1507174016680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526667, 46.874333, 12.15]}, "bbox": [-112.526667, 46.874333, -112.526667, 46.874333]}, {"id": "360", "type": "Feature", "properties": {"id": "uu60251182", "mag": 2.38, "time": 1507172461010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415167, 42.5495, 8.84]}, "bbox": [-111.415167, 42.5495, -111.415167, 42.5495]}, {"id": "361", "type": "Feature", "properties": {"id": "ci38019104", "mag": 1.08, "time": 1507172395710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.846167, 33.711167, 14.99]}, "bbox": [-116.846167, 33.711167, -116.846167, 33.711167]}, {"id": "362", "type": "Feature", "properties": {"id": "uw61314677", "mag": 1.65, "time": 1507171780320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.027667, 48.845833, 0.9]}, "bbox": [-122.027667, 48.845833, -122.027667, 48.845833]}, {"id": "363", "type": "Feature", "properties": {"id": "uu60251177", "mag": 1.51, "time": 1507171597620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.880667, 37.041, 17.0]}, "bbox": [-112.880667, 37.041, -112.880667, 37.041]}, {"id": "364", "type": "Feature", "properties": {"id": "nc72904476", "mag": 1.12, "time": 1507171050970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7565, 38.782501, 0.82]}, "bbox": [-122.7565, 38.782501, -122.7565, 38.782501]}, {"id": "365", "type": "Feature", "properties": {"id": "nc72904471", "mag": 1.34, "time": 1507170987390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753167, 38.775667, 1.61]}, "bbox": [-122.753167, 38.775667, -122.753167, 38.775667]}, {"id": "366", "type": "Feature", "properties": {"id": "ak16989336", "mag": 1.2, "time": 1507169863981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2568, 63.5162, 8.6]}, "bbox": [-151.2568, 63.5162, -151.2568, 63.5162]}, {"id": "367", "type": "Feature", "properties": {"id": "nc72904466", "mag": 1.16, "time": 1507169797040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.808667, 37.467667, 1.31]}, "bbox": [-118.808667, 37.467667, -118.808667, 37.467667]}, {"id": "368", "type": "Feature", "properties": {"id": "ci37167548", "mag": 1.21, "time": 1507169669520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.350667, 11.33]}, "bbox": [-116.3645, 33.350667, -116.3645, 33.350667]}, {"id": "369", "type": "Feature", "properties": {"id": "ci38019080", "mag": 1.35, "time": 1507169663590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3545, 33.3525, 12.25]}, "bbox": [-116.3545, 33.3525, -116.3545, 33.3525]}, {"id": "370", "type": "Feature", "properties": {"id": "ak16989295", "mag": 4.3, "time": 1507169038804, "felt": 3.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.901, 58.3623, 46.5]}, "bbox": [-152.901, 58.3623, -152.901, 58.3623]}, {"id": "371", "type": "Feature", "properties": {"id": "ci38019056", "mag": 2.12, "time": 1507167035520, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805167, 36.042, 1.36]}, "bbox": [-117.805167, 36.042, -117.805167, 36.042]}, {"id": "372", "type": "Feature", "properties": {"id": "ak16989291", "mag": 1.7, "time": 1507165460879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1162, 61.3056, 37.1]}, "bbox": [-150.1162, 61.3056, -150.1162, 61.3056]}, {"id": "373", "type": "Feature", "properties": {"id": "nn00608181", "mag": 1.2, "time": 1507165236408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7192, 37.7977, 0.0]}, "bbox": [-117.7192, 37.7977, -117.7192, 37.7977]}, {"id": "374", "type": "Feature", "properties": {"id": "us2000b190", "mag": 2.6, "time": 1507164698800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7663, 36.4461, 6.31]}, "bbox": [-98.7663, 36.4461, -98.7663, 36.4461]}, {"id": "375", "type": "Feature", "properties": {"id": "ak16989285", "mag": 2.3, "time": 1507164594638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5337, 60.8331, 35.1]}, "bbox": [-150.5337, 60.8331, -150.5337, 60.8331]}, {"id": "376", "type": "Feature", "properties": {"id": "ci38018992", "mag": 1.21, "time": 1507164594280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.435667, 33.033167, 6.13]}, "bbox": [-116.435667, 33.033167, -116.435667, 33.033167]}, {"id": "377", "type": "Feature", "properties": {"id": "nc72905406", "mag": 1.37, "time": 1507163603630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.975, 40.912333, 6.11]}, "bbox": [-121.975, 40.912333, -121.975, 40.912333]}, {"id": "378", "type": "Feature", "properties": {"id": "ak16989282", "mag": 2.6, "time": 1507162971426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8816, 53.7666, 69.3]}, "bbox": [-165.8816, 53.7666, -165.8816, 53.7666]}, {"id": "379", "type": "Feature", "properties": {"id": "us2000b185", "mag": 3.4, "time": 1507162321850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.755, 36.45, 7.23]}, "bbox": [-98.755, 36.45, -98.755, 36.45]}, {"id": "380", "type": "Feature", "properties": {"id": "ci38018976", "mag": 1.34, "time": 1507162296820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6665, 33.961333, 15.54]}, "bbox": [-116.6665, 33.961333, -116.6665, 33.961333]}, {"id": "381", "type": "Feature", "properties": {"id": "nc72904421", "mag": 1.81, "time": 1507162198800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.311667, 40.594833, 17.71]}, "bbox": [-124.311667, 40.594833, -124.311667, 40.594833]}, {"id": "382", "type": "Feature", "properties": {"id": "ak16989280", "mag": 2.0, "time": 1507162092700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.2549, 67.5542, 0.0]}, "bbox": [-162.2549, 67.5542, -162.2549, 67.5542]}, {"id": "383", "type": "Feature", "properties": {"id": "mb80259214", "mag": 1.11, "time": 1507161815690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.873667, 10.6]}, "bbox": [-112.529, 46.873667, -112.529, 46.873667]}, {"id": "384", "type": "Feature", "properties": {"id": "nn00608178", "mag": 1.2, "time": 1507161066465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8195, 37.303, 0.0]}, "bbox": [-114.8195, 37.303, -114.8195, 37.303]}, {"id": "385", "type": "Feature", "properties": {"id": "ci38018944", "mag": 1.13, "time": 1507160279190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.801333, 36.0425, 0.57]}, "bbox": [-117.801333, 36.0425, -117.801333, 36.0425]}, {"id": "386", "type": "Feature", "properties": {"id": "ci38018936", "mag": 1.06, "time": 1507160033160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.352833, 33.1335, 7.01]}, "bbox": [-116.352833, 33.1335, -116.352833, 33.1335]}, {"id": "387", "type": "Feature", "properties": {"id": "ci38018928", "mag": 0.95, "time": 1507159919230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.67, 13.89]}, "bbox": [-116.758833, 33.67, -116.758833, 33.67]}, {"id": "388", "type": "Feature", "properties": {"id": "ak16989265", "mag": 2.4, "time": 1507159550480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7536, 62.8345, 98.0]}, "bbox": [-150.7536, 62.8345, -150.7536, 62.8345]}, {"id": "389", "type": "Feature", "properties": {"id": "ak16989262", "mag": 1.2, "time": 1507158170981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4466, 64.9696, 1.5]}, "bbox": [-147.4466, 64.9696, -147.4466, 64.9696]}, {"id": "390", "type": "Feature", "properties": {"id": "ak16989256", "mag": 2.1, "time": 1507157336866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3316, 62.6072, 87.5]}, "bbox": [-151.3316, 62.6072, -151.3316, 62.6072]}, {"id": "391", "type": "Feature", "properties": {"id": "us2000b16h", "mag": 4.5, "time": 1507156394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7169, -23.9861, 195.32]}, "bbox": [-66.7169, -23.9861, -66.7169, -23.9861]}, {"id": "392", "type": "Feature", "properties": {"id": "mb80259199", "mag": 1.02, "time": 1507156049410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531, 46.862667, 9.74]}, "bbox": [-112.531, 46.862667, -112.531, 46.862667]}, {"id": "393", "type": "Feature", "properties": {"id": "ak16989147", "mag": 1.8, "time": 1507155523233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2126, 62.1419, 50.6]}, "bbox": [-150.2126, 62.1419, -150.2126, 62.1419]}, {"id": "394", "type": "Feature", "properties": {"id": "mb80259194", "mag": 2.1, "time": 1507155343850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.326833, 46.116, 15.12]}, "bbox": [-110.326833, 46.116, -110.326833, 46.116]}, {"id": "395", "type": "Feature", "properties": {"id": "us2000b15z", "mag": 3.5, "time": 1507154804460, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7425, 36.4507, 4.85]}, "bbox": [-98.7425, 36.4507, -98.7425, 36.4507]}, {"id": "396", "type": "Feature", "properties": {"id": "ak16989143", "mag": 1.6, "time": 1507154781579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2414, 61.1185, 60.5]}, "bbox": [-151.2414, 61.1185, -151.2414, 61.1185]}, {"id": "397", "type": "Feature", "properties": {"id": "ci38018808", "mag": 0.95, "time": 1507153541570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803667, 36.042, 1.12]}, "bbox": [-117.803667, 36.042, -117.803667, 36.042]}, {"id": "398", "type": "Feature", "properties": {"id": "mb80259184", "mag": 2.43, "time": 1507153540560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.875, 11.0]}, "bbox": [-112.529, 46.875, -112.529, 46.875]}, {"id": "399", "type": "Feature", "properties": {"id": "ci38018800", "mag": 1.11, "time": 1507153075770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805667, 36.044667, 1.33]}, "bbox": [-117.805667, 36.044667, -117.805667, 36.044667]}, {"id": "400", "type": "Feature", "properties": {"id": "nc72904366", "mag": 2.17, "time": 1507152989540, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.603167, 4.37]}, "bbox": [-118.821833, 37.603167, -118.821833, 37.603167]}, {"id": "401", "type": "Feature", "properties": {"id": "nc72904361", "mag": 2.03, "time": 1507152804460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.819667, 3.31]}, "bbox": [-122.802, 38.819667, -122.802, 38.819667]}, {"id": "402", "type": "Feature", "properties": {"id": "ci38018776", "mag": 1.23, "time": 1507152409830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.506833, 4.99]}, "bbox": [-116.796667, 33.506833, -116.796667, 33.506833]}, {"id": "403", "type": "Feature", "properties": {"id": "ci38018760", "mag": 1.23, "time": 1507152333150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805333, 36.044167, 1.08]}, "bbox": [-117.805333, 36.044167, -117.805333, 36.044167]}, {"id": "404", "type": "Feature", "properties": {"id": "ci38018752", "mag": 1.02, "time": 1507152229710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803833, 36.0435, 1.58]}, "bbox": [-117.803833, 36.0435, -117.803833, 36.0435]}, {"id": "405", "type": "Feature", "properties": {"id": "nc72904356", "mag": 1.39, "time": 1507151361960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.986333, 37.451833, 11.44]}, "bbox": [-117.986333, 37.451833, -117.986333, 37.451833]}, {"id": "406", "type": "Feature", "properties": {"id": "us2000b152", "mag": 4.2, "time": 1507151144560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5193, 15.6807, 43.81]}, "bbox": [-94.5193, 15.6807, -94.5193, 15.6807]}, {"id": "407", "type": "Feature", "properties": {"id": "mb80259179", "mag": 1.09, "time": 1507150593920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.249667, 45.922167, -2.0]}, "bbox": [-112.249667, 45.922167, -112.249667, 45.922167]}, {"id": "408", "type": "Feature", "properties": {"id": "nn00608141", "mag": 1.4, "time": 1507150245096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5709, 37.2677, 5.8]}, "bbox": [-114.5709, 37.2677, -114.5709, 37.2677]}, {"id": "409", "type": "Feature", "properties": {"id": "uw61314607", "mag": 2.13, "time": 1507149876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.029167, 48.8415, 0.56]}, "bbox": [-122.029167, 48.8415, -122.029167, 48.8415]}, {"id": "410", "type": "Feature", "properties": {"id": "ak16989132", "mag": 3.2, "time": 1507149758758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.904, 54.6732, 0.0]}, "bbox": [-156.904, 54.6732, -156.904, 54.6732]}, {"id": "411", "type": "Feature", "properties": {"id": "ci38018704", "mag": 1.42, "time": 1507149228410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.937167, 32.9105, -0.2]}, "bbox": [-116.937167, 32.9105, -116.937167, 32.9105]}, {"id": "412", "type": "Feature", "properties": {"id": "hv61932706", "mag": 2.34, "time": 1507148766410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0805, 19.384667, 3.233]}, "bbox": [-155.0805, 19.384667, -155.0805, 19.384667]}, {"id": "413", "type": "Feature", "properties": {"id": "ci38018696", "mag": 1.43, "time": 1507148649160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.469333, 33.481, 7.42]}, "bbox": [-116.469333, 33.481, -116.469333, 33.481]}, {"id": "414", "type": "Feature", "properties": {"id": "ci38018688", "mag": 1.23, "time": 1507148125030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7775, 34.859167, -1.14]}, "bbox": [-118.7775, 34.859167, -118.7775, 34.859167]}, {"id": "415", "type": "Feature", "properties": {"id": "ak16989124", "mag": 2.3, "time": 1507147085613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9048, 62.8046, 5.4]}, "bbox": [-148.9048, 62.8046, -148.9048, 62.8046]}, {"id": "416", "type": "Feature", "properties": {"id": "ak16989120", "mag": 1.9, "time": 1507146960353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3904, 61.7684, 33.4]}, "bbox": [-149.3904, 61.7684, -149.3904, 61.7684]}, {"id": "417", "type": "Feature", "properties": {"id": "nc72904326", "mag": 1.4, "time": 1507146844270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.6255, 3.28]}, "bbox": [-118.835, 37.6255, -118.835, 37.6255]}, {"id": "418", "type": "Feature", "properties": {"id": "ci38018648", "mag": 1.34, "time": 1507146046240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.282833, 33.307, 10.02]}, "bbox": [-116.282833, 33.307, -116.282833, 33.307]}, {"id": "419", "type": "Feature", "properties": {"id": "us2000b12w", "mag": 4.1, "time": 1507145834470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.5682, 23.7468, 10.0]}, "bbox": [-108.5682, 23.7468, -108.5682, 23.7468]}, {"id": "420", "type": "Feature", "properties": {"id": "uw61314577", "mag": 2.31, "time": 1507145284260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.101667, 47.519667, 24.66]}, "bbox": [-124.101667, 47.519667, -124.101667, 47.519667]}, {"id": "421", "type": "Feature", "properties": {"id": "ak16989116", "mag": 2.0, "time": 1507144999479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9792, 59.2967, 30.0]}, "bbox": [-150.9792, 59.2967, -150.9792, 59.2967]}, {"id": "422", "type": "Feature", "properties": {"id": "nc72904301", "mag": 1.44, "time": 1507144400690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.590333, 37.9535, 3.71]}, "bbox": [-118.590333, 37.9535, -118.590333, 37.9535]}, {"id": "423", "type": "Feature", "properties": {"id": "nc72904291", "mag": 0.97, "time": 1507144116270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807335, 38.823166, 0.51]}, "bbox": [-122.807335, 38.823166, -122.807335, 38.823166]}, {"id": "424", "type": "Feature", "properties": {"id": "ci38018592", "mag": 0.98, "time": 1507144088190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191, 34.995667, -0.84]}, "bbox": [-118.191, 34.995667, -118.191, 34.995667]}, {"id": "425", "type": "Feature", "properties": {"id": "nc71107609", "mag": 1.42, "time": 1507143933230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8315, 37.459167, 2.81]}, "bbox": [-118.8315, 37.459167, -118.8315, 37.459167]}, {"id": "426", "type": "Feature", "properties": {"id": "nc72904286", "mag": 2.01, "time": 1507143903920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127667, 36.540667, 3.02]}, "bbox": [-121.127667, 36.540667, -121.127667, 36.540667]}, {"id": "427", "type": "Feature", "properties": {"id": "mb80259164", "mag": 1.54, "time": 1507143801870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.466667, 46.003833, -2.0]}, "bbox": [-112.466667, 46.003833, -112.466667, 46.003833]}, {"id": "428", "type": "Feature", "properties": {"id": "ak16989114", "mag": 1.5, "time": 1507143799499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2987, 62.9001, 136.4]}, "bbox": [-151.2987, 62.9001, -151.2987, 62.9001]}, {"id": "429", "type": "Feature", "properties": {"id": "nc72904276", "mag": 2.19, "time": 1507143670520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125833, 36.539667, 3.42]}, "bbox": [-121.125833, 36.539667, -121.125833, 36.539667]}, {"id": "430", "type": "Feature", "properties": {"id": "ak16989112", "mag": 1.5, "time": 1507143346025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9517, 60.4284, 76.1]}, "bbox": [-151.9517, 60.4284, -151.9517, 60.4284]}, {"id": "431", "type": "Feature", "properties": {"id": "ak16989109", "mag": 1.6, "time": 1507142888288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4575, 68.4924, 0.0]}, "bbox": [-147.4575, 68.4924, -147.4575, 68.4924]}, {"id": "432", "type": "Feature", "properties": {"id": "us1000alvi", "mag": 4.8, "time": 1507142880510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.2314, -22.7343, 10.0]}, "bbox": [69.2314, -22.7343, 69.2314, -22.7343]}, {"id": "433", "type": "Feature", "properties": {"id": "us2000b11q", "mag": 4.3, "time": 1507142721780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0179, 16.6332, 10.0]}, "bbox": [-95.0179, 16.6332, -95.0179, 16.6332]}, {"id": "434", "type": "Feature", "properties": {"id": "nn00608130", "mag": 2.0, "time": 1507142028227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6247, 38.6437, 2.8]}, "bbox": [-115.6247, 38.6437, -115.6247, 38.6437]}, {"id": "435", "type": "Feature", "properties": {"id": "ci38018568", "mag": 1.17, "time": 1507141815580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.480167, 33.8245, -0.64]}, "bbox": [-117.480167, 33.8245, -117.480167, 33.8245]}, {"id": "436", "type": "Feature", "properties": {"id": "nc72904241", "mag": 1.13, "time": 1507141805960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.843333, 37.550333, -1.19]}, "bbox": [-118.843333, 37.550333, -118.843333, 37.550333]}, {"id": "437", "type": "Feature", "properties": {"id": "nc71107614", "mag": 1.26, "time": 1507141794500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9105, 37.975, 2.7]}, "bbox": [-121.9105, 37.975, -121.9105, 37.975]}, {"id": "438", "type": "Feature", "properties": {"id": "nc72904226", "mag": 1.44, "time": 1507141566380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839167, 37.554167, -0.37]}, "bbox": [-118.839167, 37.554167, -118.839167, 37.554167]}, {"id": "439", "type": "Feature", "properties": {"id": "nc72904231", "mag": 0.95, "time": 1507141526700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848, 37.565167, -0.65]}, "bbox": [-118.848, 37.565167, -118.848, 37.565167]}, {"id": "440", "type": "Feature", "properties": {"id": "ak16989106", "mag": 1.6, "time": 1507141095901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5043, 63.2003, 100.7]}, "bbox": [-150.5043, 63.2003, -150.5043, 63.2003]}, {"id": "441", "type": "Feature", "properties": {"id": "nn00608125", "mag": 1.1, "time": 1507140434096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0698, 39.2152, 9.9]}, "bbox": [-120.0698, 39.2152, -120.0698, 39.2152]}, {"id": "442", "type": "Feature", "properties": {"id": "uu60251107", "mag": 2.02, "time": 1507140276970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438667, 42.623, -0.06]}, "bbox": [-111.438667, 42.623, -111.438667, 42.623]}, {"id": "443", "type": "Feature", "properties": {"id": "ak16989101", "mag": 1.7, "time": 1507139784743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7521, 62.788, 15.0]}, "bbox": [-148.7521, 62.788, -148.7521, 62.788]}, {"id": "444", "type": "Feature", "properties": {"id": "ismpkansas70236238", "mag": 1.83, "time": 1507139648960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.036, 37.001167, 5.77]}, "bbox": [-98.036, 37.001167, -98.036, 37.001167]}, {"id": "445", "type": "Feature", "properties": {"id": "ci38018464", "mag": 0.95, "time": 1507138418030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.469667, 34.0245, -0.75]}, "bbox": [-117.469667, 34.0245, -117.469667, 34.0245]}, {"id": "446", "type": "Feature", "properties": {"id": "nc72904196", "mag": 1.0, "time": 1507136805190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.407833, 36.764667, 10.33]}, "bbox": [-121.407833, 36.764667, -121.407833, 36.764667]}, {"id": "447", "type": "Feature", "properties": {"id": "ak16989095", "mag": 1.5, "time": 1507135541282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2816, 62.4313, 44.6]}, "bbox": [-149.2816, 62.4313, -149.2816, 62.4313]}, {"id": "448", "type": "Feature", "properties": {"id": "ci38018408", "mag": 1.57, "time": 1507134824880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.499, 4.25]}, "bbox": [-116.797167, 33.499, -116.797167, 33.499]}, {"id": "449", "type": "Feature", "properties": {"id": "nn00608107", "mag": 2.1, "time": 1507134616795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9268, 38.3958, 7.6]}, "bbox": [-118.9268, 38.3958, -118.9268, 38.3958]}, {"id": "450", "type": "Feature", "properties": {"id": "nc72904171", "mag": 1.38, "time": 1507133031670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.614333, 36.881, 6.94]}, "bbox": [-121.614333, 36.881, -121.614333, 36.881]}, {"id": "451", "type": "Feature", "properties": {"id": "nc72904166", "mag": 2.71, "time": 1507132718170, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609333, 36.8815, 6.65]}, "bbox": [-121.609333, 36.8815, -121.609333, 36.8815]}, {"id": "452", "type": "Feature", "properties": {"id": "ak16989087", "mag": 1.4, "time": 1507131238883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.032, 63.5134, 6.3]}, "bbox": [-151.032, 63.5134, -151.032, 63.5134]}, {"id": "453", "type": "Feature", "properties": {"id": "us2000b0yw", "mag": 4.4, "time": 1507130270240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7831, 15.8774, 9.59]}, "bbox": [-94.7831, 15.8774, -94.7831, 15.8774]}, {"id": "454", "type": "Feature", "properties": {"id": "ak16989083", "mag": 2.0, "time": 1507129786603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5468, 62.9914, 0.0]}, "bbox": [-151.5468, 62.9914, -151.5468, 62.9914]}, {"id": "455", "type": "Feature", "properties": {"id": "ak16989080", "mag": 1.7, "time": 1507129070012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8528, 63.1143, 130.4]}, "bbox": [-150.8528, 63.1143, -150.8528, 63.1143]}, {"id": "456", "type": "Feature", "properties": {"id": "us2000b14r", "mag": 2.9, "time": 1507127377130, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.3466, -0.2479, 10.0]}, "bbox": [-78.3466, -0.2479, -78.3466, -0.2479]}, {"id": "457", "type": "Feature", "properties": {"id": "nn00608088", "mag": 1.1, "time": 1507126739396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8623, 39.6344, 5.8]}, "bbox": [-119.8623, 39.6344, -119.8623, 39.6344]}, {"id": "458", "type": "Feature", "properties": {"id": "us2000b0xy", "mag": 4.3, "time": 1507120048520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.219, 14.9246, 35.0]}, "bbox": [-94.219, 14.9246, -94.219, 14.9246]}, {"id": "459", "type": "Feature", "properties": {"id": "ci38018272", "mag": 1.04, "time": 1507119983420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.979333, 33.952, 16.95]}, "bbox": [-116.979333, 33.952, -116.979333, 33.952]}, {"id": "460", "type": "Feature", "properties": {"id": "ci38018264", "mag": 1.21, "time": 1507118298180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.153667, 33.576, 12.56]}, "bbox": [-117.153667, 33.576, -117.153667, 33.576]}, {"id": "461", "type": "Feature", "properties": {"id": "ak16988954", "mag": 1.4, "time": 1507117165370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0651, 59.0371, 113.6]}, "bbox": [-154.0651, 59.0371, -154.0651, 59.0371]}, {"id": "462", "type": "Feature", "properties": {"id": "ak16988951", "mag": 1.7, "time": 1507117164179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7431, 61.7579, 50.0]}, "bbox": [-150.7431, 61.7579, -150.7431, 61.7579]}, {"id": "463", "type": "Feature", "properties": {"id": "ak16988955", "mag": 1.2, "time": 1507117137925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2404, 63.315, 3.6]}, "bbox": [-145.2404, 63.315, -145.2404, 63.315]}, {"id": "464", "type": "Feature", "properties": {"id": "ci38018256", "mag": 1.97, "time": 1507116401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.047667, 33.9995, 14.99]}, "bbox": [-117.047667, 33.9995, -117.047667, 33.9995]}, {"id": "465", "type": "Feature", "properties": {"id": "ak16988947", "mag": 1.3, "time": 1507116091533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.038, 61.8748, 115.1]}, "bbox": [-152.038, 61.8748, -152.038, 61.8748]}, {"id": "466", "type": "Feature", "properties": {"id": "ak16988943", "mag": 2.6, "time": 1507115904863, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.3287, 60.8439, 0.0]}, "bbox": [-138.3287, 60.8439, -138.3287, 60.8439]}, {"id": "467", "type": "Feature", "properties": {"id": "mb80259149", "mag": 1.42, "time": 1507115359390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520833, 46.866833, 12.33]}, "bbox": [-112.520833, 46.866833, -112.520833, 46.866833]}, {"id": "468", "type": "Feature", "properties": {"id": "ak16988941", "mag": 2.0, "time": 1507115138670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7265, 59.549, 35.9]}, "bbox": [-150.7265, 59.549, -150.7265, 59.549]}, {"id": "469", "type": "Feature", "properties": {"id": "ak16988937", "mag": 1.7, "time": 1507114508883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.561, 63.6903, 125.8]}, "bbox": [-149.561, 63.6903, -149.561, 63.6903]}, {"id": "470", "type": "Feature", "properties": {"id": "nc72904051", "mag": 1.09, "time": 1507113834280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8355, 1.85]}, "bbox": [-122.793, 38.8355, -122.793, 38.8355]}, {"id": "471", "type": "Feature", "properties": {"id": "ci38018224", "mag": 1.17, "time": 1507113370200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.608833, 33.080833, 11.8]}, "bbox": [-116.608833, 33.080833, -116.608833, 33.080833]}, {"id": "472", "type": "Feature", "properties": {"id": "nc72904041", "mag": 1.12, "time": 1507113327750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.942, 36.506, 4.31]}, "bbox": [-120.942, 36.506, -120.942, 36.506]}, {"id": "473", "type": "Feature", "properties": {"id": "uu60251097", "mag": 2.09, "time": 1507111719760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.55, 7.34]}, "bbox": [-111.414333, 42.55, -111.414333, 42.55]}, {"id": "474", "type": "Feature", "properties": {"id": "nc72904031", "mag": 0.97, "time": 1507110773350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.365667, 36.7845, 3.47]}, "bbox": [-121.365667, 36.7845, -121.365667, 36.7845]}, {"id": "475", "type": "Feature", "properties": {"id": "mb80259134", "mag": 2.46, "time": 1507108546600, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.867833, 13.28]}, "bbox": [-112.527833, 46.867833, -112.527833, 46.867833]}, {"id": "476", "type": "Feature", "properties": {"id": "ci38018200", "mag": 1.17, "time": 1507108523230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5975, 34.0275, 11.16]}, "bbox": [-117.5975, 34.0275, -117.5975, 34.0275]}, {"id": "477", "type": "Feature", "properties": {"id": "nc72904011", "mag": 1.65, "time": 1507108226290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.59, 39.034, 1.81]}, "bbox": [-122.59, 39.034, -122.59, 39.034]}, {"id": "478", "type": "Feature", "properties": {"id": "ak16988931", "mag": 1.6, "time": 1507107916290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4053, 65.8348, 0.0]}, "bbox": [-155.4053, 65.8348, -155.4053, 65.8348]}, {"id": "479", "type": "Feature", "properties": {"id": "ci38018192", "mag": 1.04, "time": 1507107119810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.243833, 34.561167, 7.55]}, "bbox": [-116.243833, 34.561167, -116.243833, 34.561167]}, {"id": "480", "type": "Feature", "properties": {"id": "uw61337191", "mag": 1.11, "time": 1507106498380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3995, 47.466167, 20.06]}, "bbox": [-122.3995, 47.466167, -122.3995, 47.466167]}, {"id": "481", "type": "Feature", "properties": {"id": "ak16988930", "mag": 1.5, "time": 1507105167087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3314, 63.0932, 0.0]}, "bbox": [-151.3314, 63.0932, -151.3314, 63.0932]}, {"id": "482", "type": "Feature", "properties": {"id": "nc72903991", "mag": 1.0, "time": 1507105008930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.831667, 37.479167, 7.18]}, "bbox": [-121.831667, 37.479167, -121.831667, 37.479167]}, {"id": "483", "type": "Feature", "properties": {"id": "us2000b0vg", "mag": 4.8, "time": 1507102453200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0265, 15.081, 39.52]}, "bbox": [-94.0265, 15.081, -94.0265, 15.081]}, {"id": "484", "type": "Feature", "properties": {"id": "uu60251092", "mag": 1.15, "time": 1507102301120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.109167, 37.453, 7.33]}, "bbox": [-113.109167, 37.453, -113.109167, 37.453]}, {"id": "485", "type": "Feature", "properties": {"id": "nc72903961", "mag": 0.99, "time": 1507102290690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.886, 37.634, 6.9]}, "bbox": [-118.886, 37.634, -118.886, 37.634]}, {"id": "486", "type": "Feature", "properties": {"id": "nc72903951", "mag": 1.13, "time": 1507102067530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873, 37.655, 2.24]}, "bbox": [-118.873, 37.655, -118.873, 37.655]}, {"id": "487", "type": "Feature", "properties": {"id": "ak16988890", "mag": 2.1, "time": 1507101218109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6853, 59.7843, 0.0]}, "bbox": [-136.6853, 59.7843, -136.6853, 59.7843]}, {"id": "488", "type": "Feature", "properties": {"id": "nc72903941", "mag": 1.93, "time": 1507099899370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.174833, 36.7355, 8.83]}, "bbox": [-121.174833, 36.7355, -121.174833, 36.7355]}, {"id": "489", "type": "Feature", "properties": {"id": "ak16988888", "mag": 2.1, "time": 1507099796449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.599, 58.1927, 18.0]}, "bbox": [-152.599, 58.1927, -152.599, 58.1927]}, {"id": "490", "type": "Feature", "properties": {"id": "ak16988886", "mag": 1.1, "time": 1507099794659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1044, 65.1213, 20.9]}, "bbox": [-149.1044, 65.1213, -149.1044, 65.1213]}, {"id": "491", "type": "Feature", "properties": {"id": "hv61932126", "mag": 2.54, "time": 1507098254160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471, 19.958167, 34.056]}, "bbox": [-155.471, 19.958167, -155.471, 19.958167]}, {"id": "492", "type": "Feature", "properties": {"id": "ci38018128", "mag": 1.48, "time": 1507095935630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.237333, 33.3585, 9.93]}, "bbox": [-116.237333, 33.3585, -116.237333, 33.3585]}, {"id": "493", "type": "Feature", "properties": {"id": "ak16988874", "mag": 2.0, "time": 1507095643589, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4213, 59.0929, 75.6]}, "bbox": [-152.4213, 59.0929, -152.4213, 59.0929]}, {"id": "494", "type": "Feature", "properties": {"id": "mb80259124", "mag": 1.12, "time": 1507094472670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.889167, 10.71]}, "bbox": [-112.5195, 46.889167, -112.5195, 46.889167]}, {"id": "495", "type": "Feature", "properties": {"id": "us2000b0ue", "mag": 4.7, "time": 1507093737820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.7448, 18.3756, 172.11]}, "bbox": [145.7448, 18.3756, 145.7448, 18.3756]}, {"id": "496", "type": "Feature", "properties": {"id": "hv61932021", "mag": 1.47, "time": 1507093555340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7645, 19.608333, 19.406]}, "bbox": [-155.7645, 19.608333, -155.7645, 19.608333]}, {"id": "497", "type": "Feature", "properties": {"id": "uu60251087", "mag": 1.84, "time": 1507092267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456667, 42.600833, 1.84]}, "bbox": [-111.456667, 42.600833, -111.456667, 42.600833]}, {"id": "498", "type": "Feature", "properties": {"id": "ak16988835", "mag": 1.4, "time": 1507091990426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8997, 62.5624, 2.5]}, "bbox": [-152.8997, 62.5624, -152.8997, 62.5624]}, {"id": "499", "type": "Feature", "properties": {"id": "ak16988834", "mag": 2.0, "time": 1507091511196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6239, 61.9391, 35.9]}, "bbox": [-147.6239, 61.9391, -147.6239, 61.9391]}, {"id": "500", "type": "Feature", "properties": {"id": "hv61931981", "mag": 2.06, "time": 1507091217900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6845, 18.778833, 34.132]}, "bbox": [-155.6845, 18.778833, -155.6845, 18.778833]}, {"id": "501", "type": "Feature", "properties": {"id": "ak16988831", "mag": 1.7, "time": 1507090320674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0205, 61.3011, 30.6]}, "bbox": [-149.0205, 61.3011, -149.0205, 61.3011]}, {"id": "502", "type": "Feature", "properties": {"id": "ak16988828", "mag": 1.6, "time": 1507090167802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1141, 63.8125, 0.0]}, "bbox": [-149.1141, 63.8125, -149.1141, 63.8125]}, {"id": "503", "type": "Feature", "properties": {"id": "ci38018104", "mag": 0.97, "time": 1507089080620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.364, 33.395667, 5.23]}, "bbox": [-116.364, 33.395667, -116.364, 33.395667]}, {"id": "504", "type": "Feature", "properties": {"id": "ci38018096", "mag": 1.15, "time": 1507088756230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.118, 33.743333, 14.37]}, "bbox": [-118.118, 33.743333, -118.118, 33.743333]}, {"id": "505", "type": "Feature", "properties": {"id": "us2000b0th", "mag": 5.0, "time": 1507087351060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1517, -31.5827, 35.55]}, "bbox": [-178.1517, -31.5827, -178.1517, -31.5827]}, {"id": "506", "type": "Feature", "properties": {"id": "nc72903886", "mag": 1.89, "time": 1507087145860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157333, 36.593167, 6.68]}, "bbox": [-121.157333, 36.593167, -121.157333, 36.593167]}, {"id": "507", "type": "Feature", "properties": {"id": "nc72903881", "mag": 1.09, "time": 1507086787130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718666, 38.771667, 2.16]}, "bbox": [-122.718666, 38.771667, -122.718666, 38.771667]}, {"id": "508", "type": "Feature", "properties": {"id": "us2000b0t5", "mag": 5.2, "time": 1507086128100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.1988, -23.1056, 126.96]}, "bbox": [-68.1988, -23.1056, -68.1988, -23.1056]}, {"id": "509", "type": "Feature", "properties": {"id": "nn00608095", "mag": 1.8, "time": 1507085141975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2313, 37.1571, 11.8]}, "bbox": [-117.2313, 37.1571, -117.2313, 37.1571]}, {"id": "510", "type": "Feature", "properties": {"id": "ak16988758", "mag": 1.7, "time": 1507084302637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3056, 61.634, 42.6]}, "bbox": [-146.3056, 61.634, -146.3056, 61.634]}, {"id": "511", "type": "Feature", "properties": {"id": "nc72903856", "mag": 1.42, "time": 1507084182620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.847167, 37.6515, 3.01]}, "bbox": [-118.847167, 37.6515, -118.847167, 37.6515]}, {"id": "512", "type": "Feature", "properties": {"id": "ak16988756", "mag": 1.9, "time": 1507083972695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8168, 61.2547, 28.1]}, "bbox": [-146.8168, 61.2547, -146.8168, 61.2547]}, {"id": "513", "type": "Feature", "properties": {"id": "ci38018048", "mag": 1.01, "time": 1507081338310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112167, 34.101167, 8.93]}, "bbox": [-118.112167, 34.101167, -118.112167, 34.101167]}, {"id": "514", "type": "Feature", "properties": {"id": "mb80259119", "mag": 1.6, "time": 1507080820140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521833, 46.872833, 10.74]}, "bbox": [-112.521833, 46.872833, -112.521833, 46.872833]}, {"id": "515", "type": "Feature", "properties": {"id": "mb80259154", "mag": 1.65, "time": 1507080779330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5265, 46.876167, 11.17]}, "bbox": [-112.5265, 46.876167, -112.5265, 46.876167]}, {"id": "516", "type": "Feature", "properties": {"id": "ak16988720", "mag": 2.3, "time": 1507079042841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4064, 60.3952, 12.4]}, "bbox": [-147.4064, 60.3952, -147.4064, 60.3952]}, {"id": "517", "type": "Feature", "properties": {"id": "nn00608069", "mag": 1.7, "time": 1507077765338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5495, 40.2609, 8.3]}, "bbox": [-119.5495, 40.2609, -119.5495, 40.2609]}, {"id": "518", "type": "Feature", "properties": {"id": "ak16988717", "mag": 1.6, "time": 1507077365759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3311, 63.2608, 0.8]}, "bbox": [-151.3311, 63.2608, -151.3311, 63.2608]}, {"id": "519", "type": "Feature", "properties": {"id": "hv61931706", "mag": 1.47, "time": 1507077049100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6385, 19.553667, 11.424]}, "bbox": [-155.6385, 19.553667, -155.6385, 19.553667]}, {"id": "520", "type": "Feature", "properties": {"id": "ci38018040", "mag": 0.98, "time": 1507076389190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.269, 34.0685, 15.7]}, "bbox": [-117.269, 34.0685, -117.269, 34.0685]}, {"id": "521", "type": "Feature", "properties": {"id": "uw61337006", "mag": 0.96, "time": 1507074699210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751333, 47.996333, 14.52]}, "bbox": [-122.751333, 47.996333, -122.751333, 47.996333]}, {"id": "522", "type": "Feature", "properties": {"id": "us2000b0rt", "mag": 4.2, "time": 1507074238890, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.7745, 8.5663, 30.59]}, "bbox": [-82.7745, 8.5663, -82.7745, 8.5663]}, {"id": "523", "type": "Feature", "properties": {"id": "ci38018024", "mag": 1.57, "time": 1507073295750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681, 35.0345, -0.82]}, "bbox": [-117.681, 35.0345, -117.681, 35.0345]}, {"id": "524", "type": "Feature", "properties": {"id": "ak16988594", "mag": 2.0, "time": 1507073162743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2617, 62.1345, 75.8]}, "bbox": [-151.2617, 62.1345, -151.2617, 62.1345]}, {"id": "525", "type": "Feature", "properties": {"id": "ak16988588", "mag": 1.3, "time": 1507072732101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2839, 61.0371, 0.0]}, "bbox": [-148.2839, 61.0371, -148.2839, 61.0371]}, {"id": "526", "type": "Feature", "properties": {"id": "uw61336986", "mag": 1.86, "time": 1507072508440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.616667, 48.275333, 6.9]}, "bbox": [-120.616667, 48.275333, -120.616667, 48.275333]}, {"id": "527", "type": "Feature", "properties": {"id": "uw61336981", "mag": 1.89, "time": 1507072212820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6095, 48.259, 5.47]}, "bbox": [-120.6095, 48.259, -120.6095, 48.259]}, {"id": "528", "type": "Feature", "properties": {"id": "ak16988584", "mag": 1.0, "time": 1507071678363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3354, 64.9934, 0.0]}, "bbox": [-147.3354, 64.9934, -147.3354, 64.9934]}, {"id": "529", "type": "Feature", "properties": {"id": "nc72903836", "mag": 1.12, "time": 1507071527650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805, 38.822667, 2.85]}, "bbox": [-122.805, 38.822667, -122.805, 38.822667]}, {"id": "530", "type": "Feature", "properties": {"id": "nc72903831", "mag": 1.06, "time": 1507071133930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808998, 38.823166, 1.74]}, "bbox": [-122.808998, 38.823166, -122.808998, 38.823166]}, {"id": "531", "type": "Feature", "properties": {"id": "ak16994062", "mag": 1.2, "time": 1507071050929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8464, 63.0394, 121.6]}, "bbox": [-150.8464, 63.0394, -150.8464, 63.0394]}, {"id": "532", "type": "Feature", "properties": {"id": "nn00608062", "mag": 1.5, "time": 1507069440991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 37.5469, 5.1]}, "bbox": [-117.445, 37.5469, -117.445, 37.5469]}, {"id": "533", "type": "Feature", "properties": {"id": "nc72903806", "mag": 1.23, "time": 1507069427950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739333, 38.805667, 1.44]}, "bbox": [-122.739333, 38.805667, -122.739333, 38.805667]}, {"id": "534", "type": "Feature", "properties": {"id": "uw61336956", "mag": 1.0, "time": 1507069356480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319167, 46.078167, -1.11]}, "bbox": [-122.319167, 46.078167, -122.319167, 46.078167]}, {"id": "535", "type": "Feature", "properties": {"id": "ak16988555", "mag": 2.0, "time": 1507069258013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.1558, 67.7665, 10.8]}, "bbox": [-164.1558, 67.7665, -164.1558, 67.7665]}, {"id": "536", "type": "Feature", "properties": {"id": "ak16988552", "mag": 1.6, "time": 1507069137803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3107, 61.1448, 20.1]}, "bbox": [-148.3107, 61.1448, -148.3107, 61.1448]}, {"id": "537", "type": "Feature", "properties": {"id": "us2000b0q2", "mag": 4.2, "time": 1507068153470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2992, 15.6198, 60.2]}, "bbox": [-94.2992, 15.6198, -94.2992, 15.6198]}, {"id": "538", "type": "Feature", "properties": {"id": "ci38018000", "mag": 1.69, "time": 1507067212670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446333, 34.153333, 6.34]}, "bbox": [-116.446333, 34.153333, -116.446333, 34.153333]}, {"id": "539", "type": "Feature", "properties": {"id": "mb80259099", "mag": 1.07, "time": 1507067005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.4045, 43.682, 5.87]}, "bbox": [-110.4045, 43.682, -110.4045, 43.682]}, {"id": "540", "type": "Feature", "properties": {"id": "ak16988545", "mag": 1.7, "time": 1507066676846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6733, 65.2302, 8.7]}, "bbox": [-150.6733, 65.2302, -150.6733, 65.2302]}, {"id": "541", "type": "Feature", "properties": {"id": "nn00608050", "mag": 1.7, "time": 1507066159273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0874, 39.024, 7.5]}, "bbox": [-118.0874, 39.024, -118.0874, 39.024]}, {"id": "542", "type": "Feature", "properties": {"id": "ci38017984", "mag": 1.71, "time": 1507065949300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.347667, 33.392, 3.2]}, "bbox": [-116.347667, 33.392, -116.347667, 33.392]}, {"id": "543", "type": "Feature", "properties": {"id": "uu60251062", "mag": 1.76, "time": 1507065772640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.412333, 42.583667, 5.9]}, "bbox": [-111.412333, 42.583667, -111.412333, 42.583667]}, {"id": "544", "type": "Feature", "properties": {"id": "ak16988519", "mag": 2.6, "time": 1507065657270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2687, 57.0749, 82.1]}, "bbox": [-156.2687, 57.0749, -156.2687, 57.0749]}, {"id": "545", "type": "Feature", "properties": {"id": "ak16988491", "mag": 1.6, "time": 1507065428977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3929, 65.0131, 16.1]}, "bbox": [-161.3929, 65.0131, -161.3929, 65.0131]}, {"id": "546", "type": "Feature", "properties": {"id": "ak16988489", "mag": 1.2, "time": 1507065333200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6212, 63.3407, 7.0]}, "bbox": [-145.6212, 63.3407, -145.6212, 63.3407]}, {"id": "547", "type": "Feature", "properties": {"id": "ak16988484", "mag": 2.3, "time": 1507065014972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0452, 62.216, 67.5]}, "bbox": [-151.0452, 62.216, -151.0452, 62.216]}, {"id": "548", "type": "Feature", "properties": {"id": "nc72905396", "mag": 1.11, "time": 1507064824530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4595, 41.531833, 2.93]}, "bbox": [-121.4595, 41.531833, -121.4595, 41.531833]}, {"id": "549", "type": "Feature", "properties": {"id": "uu60251057", "mag": 2.05, "time": 1507064724100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.399, 42.521333, 8.16]}, "bbox": [-111.399, 42.521333, -111.399, 42.521333]}, {"id": "550", "type": "Feature", "properties": {"id": "ci38017976", "mag": 1.59, "time": 1507064335800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445833, 34.1535, 6.5]}, "bbox": [-116.445833, 34.1535, -116.445833, 34.1535]}, {"id": "551", "type": "Feature", "properties": {"id": "nc72903776", "mag": 1.19, "time": 1507063701570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.529167, 1.8]}, "bbox": [-118.8805, 37.529167, -118.8805, 37.529167]}, {"id": "552", "type": "Feature", "properties": {"id": "us2000b0nr", "mag": 5.7, "time": 1507063144760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-49.3194, 13.4552, 10.0]}, "bbox": [-49.3194, 13.4552, -49.3194, 13.4552]}, {"id": "553", "type": "Feature", "properties": {"id": "nc72903771", "mag": 2.49, "time": 1507062907080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.767, 38.799167, 0.51]}, "bbox": [-122.767, 38.799167, -122.767, 38.799167]}, {"id": "554", "type": "Feature", "properties": {"id": "ak16988466", "mag": 1.3, "time": 1507062241011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5134, 62.1795, 23.0]}, "bbox": [-145.5134, 62.1795, -145.5134, 62.1795]}, {"id": "555", "type": "Feature", "properties": {"id": "ak16988439", "mag": 2.2, "time": 1507061510846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8761, 60.5934, 142.5]}, "bbox": [-152.8761, 60.5934, -152.8761, 60.5934]}, {"id": "556", "type": "Feature", "properties": {"id": "us2000b0n8", "mag": 4.5, "time": 1507061510710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.7231, 55.3488, 28.06]}, "bbox": [166.7231, 55.3488, 166.7231, 55.3488]}, {"id": "557", "type": "Feature", "properties": {"id": "ci38017952", "mag": 1.07, "time": 1507061299680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4405, 34.156167, 8.27]}, "bbox": [-116.4405, 34.156167, -116.4405, 34.156167]}, {"id": "558", "type": "Feature", "properties": {"id": "ak16988437", "mag": 1.3, "time": 1507061230777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0856, 61.3457, 14.4]}, "bbox": [-148.0856, 61.3457, -148.0856, 61.3457]}, {"id": "559", "type": "Feature", "properties": {"id": "ak16988435", "mag": 1.5, "time": 1507060035702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9837, 61.6046, 61.8]}, "bbox": [-150.9837, 61.6046, -150.9837, 61.6046]}, {"id": "560", "type": "Feature", "properties": {"id": "nc72903741", "mag": 1.18, "time": 1507059288800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764831, 38.788502, -0.61]}, "bbox": [-122.764831, 38.788502, -122.764831, 38.788502]}, {"id": "561", "type": "Feature", "properties": {"id": "ci38017936", "mag": 1.69, "time": 1507059189120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.4895, 4.06]}, "bbox": [-116.7955, 33.4895, -116.7955, 33.4895]}, {"id": "562", "type": "Feature", "properties": {"id": "ak16994048", "mag": 1.6, "time": 1507059099655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6496, 59.6816, 88.6]}, "bbox": [-152.6496, 59.6816, -152.6496, 59.6816]}, {"id": "563", "type": "Feature", "properties": {"id": "ak16994047", "mag": 1.4, "time": 1507058879703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6613, 58.3127, 61.4]}, "bbox": [-153.6613, 58.3127, -153.6613, 58.3127]}, {"id": "564", "type": "Feature", "properties": {"id": "nn00608048", "mag": 1.1, "time": 1507058710135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9271, 40.1731, 13.8]}, "bbox": [-119.9271, 40.1731, -119.9271, 40.1731]}, {"id": "565", "type": "Feature", "properties": {"id": "ci38017912", "mag": 1.43, "time": 1507058424320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.440833, 34.1545, 6.88]}, "bbox": [-116.440833, 34.1545, -116.440833, 34.1545]}, {"id": "566", "type": "Feature", "properties": {"id": "ci38017904", "mag": 1.19, "time": 1507057846620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1795, 35.002, -0.83]}, "bbox": [-118.1795, 35.002, -118.1795, 35.002]}, {"id": "567", "type": "Feature", "properties": {"id": "ci38017896", "mag": 1.26, "time": 1507057788590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.941667, 32.908, -0.33]}, "bbox": [-116.941667, 32.908, -116.941667, 32.908]}, {"id": "568", "type": "Feature", "properties": {"id": "us2000b0lw", "mag": 5.2, "time": 1507057466210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.8364, -55.2702, 10.0]}, "bbox": [-28.8364, -55.2702, -28.8364, -55.2702]}, {"id": "569", "type": "Feature", "properties": {"id": "mb80259069", "mag": 1.71, "time": 1507056294930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.503, 46.830333, 12.9]}, "bbox": [-112.503, 46.830333, -112.503, 46.830333]}, {"id": "570", "type": "Feature", "properties": {"id": "ak16988418", "mag": 1.8, "time": 1507056127213, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6502, 57.4998, 47.0]}, "bbox": [-154.6502, 57.4998, -154.6502, 57.4998]}, {"id": "571", "type": "Feature", "properties": {"id": "nc72903726", "mag": 1.14, "time": 1507056074240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.84, 37.503833, 0.26]}, "bbox": [-118.84, 37.503833, -118.84, 37.503833]}, {"id": "572", "type": "Feature", "properties": {"id": "ak16988415", "mag": 1.4, "time": 1507055512017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8175, 61.6607, 28.4]}, "bbox": [-146.8175, 61.6607, -146.8175, 61.6607]}, {"id": "573", "type": "Feature", "properties": {"id": "hv61931361", "mag": 2.65, "time": 1507055057800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.324, 19.406667, 7.018]}, "bbox": [-155.324, 19.406667, -155.324, 19.406667]}, {"id": "574", "type": "Feature", "properties": {"id": "ci38017848", "mag": 1.04, "time": 1507054498390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.44, 34.157667, 8.94]}, "bbox": [-116.44, 34.157667, -116.44, 34.157667]}, {"id": "575", "type": "Feature", "properties": {"id": "uu60251037", "mag": 1.12, "time": 1507053937840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.592167, 6.15]}, "bbox": [-111.424333, 42.592167, -111.424333, 42.592167]}, {"id": "576", "type": "Feature", "properties": {"id": "hv61931346", "mag": 2.16, "time": 1507053691890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.373667, 20.034833, 13.532]}, "bbox": [-155.373667, 20.034833, -155.373667, 20.034833]}, {"id": "577", "type": "Feature", "properties": {"id": "mb80259064", "mag": 1.12, "time": 1507053599620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 46.334833, -2.0]}, "bbox": [-111.609167, 46.334833, -111.609167, 46.334833]}, {"id": "578", "type": "Feature", "properties": {"id": "ak16988394", "mag": 1.6, "time": 1507052715999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9718, 60.8946, 14.9]}, "bbox": [-150.9718, 60.8946, -150.9718, 60.8946]}, {"id": "579", "type": "Feature", "properties": {"id": "ak16988390", "mag": 1.9, "time": 1507052122028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3579, 61.0247, 111.3]}, "bbox": [-152.3579, 61.0247, -152.3579, 61.0247]}, {"id": "580", "type": "Feature", "properties": {"id": "nc72903716", "mag": 2.07, "time": 1507052014050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.787667, 37.598833, 5.1]}, "bbox": [-118.787667, 37.598833, -118.787667, 37.598833]}, {"id": "581", "type": "Feature", "properties": {"id": "ak16994042", "mag": 2.0, "time": 1507051700735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4244, 59.8428, 129.5]}, "bbox": [-153.4244, 59.8428, -153.4244, 59.8428]}, {"id": "582", "type": "Feature", "properties": {"id": "us2000b0jm", "mag": 4.6, "time": 1507050191000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.1126, -2.5625, 21.57]}, "bbox": [140.1126, -2.5625, 140.1126, -2.5625]}, {"id": "583", "type": "Feature", "properties": {"id": "ci38017808", "mag": 1.9, "time": 1507049580810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445167, 33.264333, 2.22]}, "bbox": [-116.445167, 33.264333, -116.445167, 33.264333]}, {"id": "584", "type": "Feature", "properties": {"id": "nn00608002", "mag": 1.2, "time": 1507049448566, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2901, 37.8049, 7.5]}, "bbox": [-114.2901, 37.8049, -114.2901, 37.8049]}, {"id": "585", "type": "Feature", "properties": {"id": "uu60251027", "mag": 1.41, "time": 1507048713320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.760333, 39.998667, 8.73]}, "bbox": [-111.760333, 39.998667, -111.760333, 39.998667]}, {"id": "586", "type": "Feature", "properties": {"id": "ak16988364", "mag": 1.1, "time": 1507048704427, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9116, 61.1262, 0.0]}, "bbox": [-147.9116, 61.1262, -147.9116, 61.1262]}, {"id": "587", "type": "Feature", "properties": {"id": "ak16988361", "mag": 1.8, "time": 1507048669896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1084, 64.9183, 18.5]}, "bbox": [-149.1084, 64.9183, -149.1084, 64.9183]}, {"id": "588", "type": "Feature", "properties": {"id": "ci38017800", "mag": 0.98, "time": 1507048261760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446833, 34.154333, 7.94]}, "bbox": [-116.446833, 34.154333, -116.446833, 34.154333]}, {"id": "589", "type": "Feature", "properties": {"id": "nc72903676", "mag": 1.69, "time": 1507047264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.455833, 2.67]}, "bbox": [-118.8285, 37.455833, -118.8285, 37.455833]}, {"id": "590", "type": "Feature", "properties": {"id": "nc72903671", "mag": 1.3, "time": 1507047173830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 37.287833, 7.31]}, "bbox": [-121.5795, 37.287833, -121.5795, 37.287833]}, {"id": "591", "type": "Feature", "properties": {"id": "ci38017744", "mag": 1.05, "time": 1507046707770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.136833, 34.054167, 9.74]}, "bbox": [-117.136833, 34.054167, -117.136833, 34.054167]}, {"id": "592", "type": "Feature", "properties": {"id": "nc72903666", "mag": 2.58, "time": 1507046582120, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.464333, 36.750833, 7.57]}, "bbox": [-121.464333, 36.750833, -121.464333, 36.750833]}, {"id": "593", "type": "Feature", "properties": {"id": "ak16988359", "mag": 1.4, "time": 1507045972022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1249, 62.9454, 112.4]}, "bbox": [-151.1249, 62.9454, -151.1249, 62.9454]}, {"id": "594", "type": "Feature", "properties": {"id": "ak16988358", "mag": 1.6, "time": 1507045690910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2536, 60.0003, 13.7]}, "bbox": [-149.2536, 60.0003, -149.2536, 60.0003]}, {"id": "595", "type": "Feature", "properties": {"id": "ak16994035", "mag": 1.7, "time": 1507044159018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6674, 59.3569, 72.1]}, "bbox": [-152.6674, 59.3569, -152.6674, 59.3569]}, {"id": "596", "type": "Feature", "properties": {"id": "ak16988345", "mag": 2.7, "time": 1507043705635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0117, 59.5043, 89.0]}, "bbox": [-153.0117, 59.5043, -153.0117, 59.5043]}, {"id": "597", "type": "Feature", "properties": {"id": "nc72903631", "mag": 1.33, "time": 1507043277890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.820167, 3.51]}, "bbox": [-122.800667, 38.820167, -122.800667, 38.820167]}, {"id": "598", "type": "Feature", "properties": {"id": "ak16994033", "mag": 1.6, "time": 1507043019584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3814, 58.3192, 13.1]}, "bbox": [-151.3814, 58.3192, -151.3814, 58.3192]}, {"id": "599", "type": "Feature", "properties": {"id": "ak16988343", "mag": 2.7, "time": 1507042999732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3915, 51.6134, 9.1]}, "bbox": [-178.3915, 51.6134, -178.3915, 51.6134]}, {"id": "600", "type": "Feature", "properties": {"id": "ak16994031", "mag": 1.7, "time": 1507042763401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1107, 59.3023, 7.9]}, "bbox": [-150.1107, 59.3023, -150.1107, 59.3023]}, {"id": "601", "type": "Feature", "properties": {"id": "ak16994030", "mag": 1.3, "time": 1507042659104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9147, 62.9235, 104.4]}, "bbox": [-150.9147, 62.9235, -150.9147, 62.9235]}, {"id": "602", "type": "Feature", "properties": {"id": "ak16994029", "mag": 1.6, "time": 1507042166290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0354, 59.6428, 85.1]}, "bbox": [-153.0354, 59.6428, -153.0354, 59.6428]}, {"id": "603", "type": "Feature", "properties": {"id": "us2000b0gv", "mag": 2.1, "time": 1507041358070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8228, 36.4458, 4.6]}, "bbox": [-98.8228, 36.4458, -98.8228, 36.4458]}, {"id": "604", "type": "Feature", "properties": {"id": "ak16988332", "mag": 1.4, "time": 1507041247450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2842, 62.1118, 75.7]}, "bbox": [-151.2842, 62.1118, -151.2842, 62.1118]}, {"id": "605", "type": "Feature", "properties": {"id": "ci38017688", "mag": 1.7, "time": 1507041034810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.665167, 35.975833, 2.12]}, "bbox": [-117.665167, 35.975833, -117.665167, 35.975833]}, {"id": "606", "type": "Feature", "properties": {"id": "hv61931251", "mag": 2.87, "time": 1507040757870, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.370833, 20.027333, 12.259]}, "bbox": [-155.370833, 20.027333, -155.370833, 20.027333]}, {"id": "607", "type": "Feature", "properties": {"id": "us2000b0gr", "mag": 4.6, "time": 1507040383740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9616, -39.6706, 78.62]}, "bbox": [175.9616, -39.6706, 175.9616, -39.6706]}, {"id": "608", "type": "Feature", "properties": {"id": "nc72903611", "mag": 1.04, "time": 1507039230370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.979333, 37.537333, 3.49]}, "bbox": [-118.979333, 37.537333, -118.979333, 37.537333]}, {"id": "609", "type": "Feature", "properties": {"id": "ak16988330", "mag": 1.8, "time": 1507038947118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8047, 53.5035, 24.1]}, "bbox": [-165.8047, 53.5035, -165.8047, 53.5035]}, {"id": "610", "type": "Feature", "properties": {"id": "us2000b0k7", "mag": 2.6, "time": 1507038712390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1971, 51.3674, 18.8]}, "bbox": [-178.1971, 51.3674, -178.1971, 51.3674]}, {"id": "611", "type": "Feature", "properties": {"id": "us2000b0gm", "mag": 4.5, "time": 1507038514350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.7848, 25.0488, 74.86]}, "bbox": [94.7848, 25.0488, 94.7848, 25.0488]}, {"id": "612", "type": "Feature", "properties": {"id": "ak16988328", "mag": 1.3, "time": 1507038483396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5284, 62.2253, 16.5]}, "bbox": [-150.5284, 62.2253, -150.5284, 62.2253]}, {"id": "613", "type": "Feature", "properties": {"id": "ak16994023", "mag": 1.9, "time": 1507038160436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9795, 54.3692, 39.6]}, "bbox": [-162.9795, 54.3692, -162.9795, 54.3692]}, {"id": "614", "type": "Feature", "properties": {"id": "ak16994021", "mag": 1.3, "time": 1507037424410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3659, 61.871, 45.6]}, "bbox": [-147.3659, 61.871, -147.3659, 61.871]}, {"id": "615", "type": "Feature", "properties": {"id": "ci38017640", "mag": 0.99, "time": 1507035054330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.962167, 34.044333, 11.19]}, "bbox": [-116.962167, 34.044333, -116.962167, 34.044333]}, {"id": "616", "type": "Feature", "properties": {"id": "ak16994019", "mag": 2.4, "time": 1507034930692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8074, 51.67, 77.1]}, "bbox": [-179.8074, 51.67, -179.8074, 51.67]}, {"id": "617", "type": "Feature", "properties": {"id": "ak16988323", "mag": 2.5, "time": 1507033401817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.3851, 54.2478, 11.5]}, "bbox": [-162.3851, 54.2478, -162.3851, 54.2478]}, {"id": "618", "type": "Feature", "properties": {"id": "ak16988320", "mag": 1.8, "time": 1507033125169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8594, 61.9955, 7.8]}, "bbox": [-150.8594, 61.9955, -150.8594, 61.9955]}, {"id": "619", "type": "Feature", "properties": {"id": "nc72903576", "mag": 1.25, "time": 1507033081250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.496833, 35.946833, 9.32]}, "bbox": [-120.496833, 35.946833, -120.496833, 35.946833]}, {"id": "620", "type": "Feature", "properties": {"id": "ak16988318", "mag": 1.5, "time": 1507032487878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.705, 62.0401, 40.9]}, "bbox": [-149.705, 62.0401, -149.705, 62.0401]}, {"id": "621", "type": "Feature", "properties": {"id": "nc72903571", "mag": 1.19, "time": 1507032219730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.973167, 37.635667, 4.8]}, "bbox": [-118.973167, 37.635667, -118.973167, 37.635667]}, {"id": "622", "type": "Feature", "properties": {"id": "ak16988315", "mag": 1.6, "time": 1507031200996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1077, 57.8662, 5.2]}, "bbox": [-156.1077, 57.8662, -156.1077, 57.8662]}, {"id": "623", "type": "Feature", "properties": {"id": "nc72903561", "mag": 1.07, "time": 1507031172540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802002, 38.825832, 2.3]}, "bbox": [-122.802002, 38.825832, -122.802002, 38.825832]}, {"id": "624", "type": "Feature", "properties": {"id": "ak16988314", "mag": 1.7, "time": 1507031152426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 60.0214, 78.4]}, "bbox": [-152.0389, 60.0214, -152.0389, 60.0214]}, {"id": "625", "type": "Feature", "properties": {"id": "mb80259049", "mag": 2.51, "time": 1507030950500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.353833, 43.520167, 3.75]}, "bbox": [-110.353833, 43.520167, -110.353833, 43.520167]}, {"id": "626", "type": "Feature", "properties": {"id": "nc72903556", "mag": 1.59, "time": 1507030601280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.630333, 6.72]}, "bbox": [-118.887667, 37.630333, -118.887667, 37.630333]}, {"id": "627", "type": "Feature", "properties": {"id": "ci38017616", "mag": 1.23, "time": 1507030424420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812833, 34.096833, 13.63]}, "bbox": [-117.812833, 34.096833, -117.812833, 34.096833]}, {"id": "628", "type": "Feature", "properties": {"id": "ci38017608", "mag": 1.47, "time": 1507030255050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808167, 34.092333, 14.9]}, "bbox": [-117.808167, 34.092333, -117.808167, 34.092333]}, {"id": "629", "type": "Feature", "properties": {"id": "nc72903546", "mag": 1.09, "time": 1507029639750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.82267, 38.807835, 1.84]}, "bbox": [-122.82267, 38.807835, -122.82267, 38.807835]}, {"id": "630", "type": "Feature", "properties": {"id": "ak16988306", "mag": 2.7, "time": 1507027595732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4068, 51.6479, 12.1]}, "bbox": [-178.4068, 51.6479, -178.4068, 51.6479]}, {"id": "631", "type": "Feature", "properties": {"id": "nc72903531", "mag": 1.14, "time": 1507027098870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763168, 38.789001, 0.79]}, "bbox": [-122.763168, 38.789001, -122.763168, 38.789001]}, {"id": "632", "type": "Feature", "properties": {"id": "ak16988304", "mag": 1.4, "time": 1507026885090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5708, 61.3679, 26.2]}, "bbox": [-149.5708, 61.3679, -149.5708, 61.3679]}, {"id": "633", "type": "Feature", "properties": {"id": "ak16994008", "mag": 1.6, "time": 1507025162686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.958, 61.2532, 105.4]}, "bbox": [-151.958, 61.2532, -151.958, 61.2532]}, {"id": "634", "type": "Feature", "properties": {"id": "ak16994007", "mag": 1.2, "time": 1507024176706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1195, 62.8909, 99.0]}, "bbox": [-151.1195, 62.8909, -151.1195, 62.8909]}, {"id": "635", "type": "Feature", "properties": {"id": "ak16988295", "mag": 2.1, "time": 1507023250156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3958, 51.6323, 10.7]}, "bbox": [-178.3958, 51.6323, -178.3958, 51.6323]}, {"id": "636", "type": "Feature", "properties": {"id": "ak16988294", "mag": 1.3, "time": 1507023225669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7855, 61.7554, 59.2]}, "bbox": [-150.7855, 61.7554, -150.7855, 61.7554]}, {"id": "637", "type": "Feature", "properties": {"id": "ak16988292", "mag": 2.6, "time": 1507022763592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7772, 53.1343, 25.6]}, "bbox": [-166.7772, 53.1343, -166.7772, 53.1343]}, {"id": "638", "type": "Feature", "properties": {"id": "ak16988287", "mag": 1.2, "time": 1507022053291, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.872, 64.5325, 18.4]}, "bbox": [-149.872, 64.5325, -149.872, 64.5325]}, {"id": "639", "type": "Feature", "properties": {"id": "ak16988284", "mag": 1.3, "time": 1507021950836, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.929, 64.5216, 18.2]}, "bbox": [-149.929, 64.5216, -149.929, 64.5216]}, {"id": "640", "type": "Feature", "properties": {"id": "ak16988282", "mag": 1.4, "time": 1507021938525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8923, 58.4847, 8.2]}, "bbox": [-154.8923, 58.4847, -154.8923, 58.4847]}, {"id": "641", "type": "Feature", "properties": {"id": "ci38017544", "mag": 1.28, "time": 1507021318130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791333, 33.687167, 16.23]}, "bbox": [-116.791333, 33.687167, -116.791333, 33.687167]}, {"id": "642", "type": "Feature", "properties": {"id": "ak16988279", "mag": 2.0, "time": 1507020554043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2158, 61.698, 77.3]}, "bbox": [-151.2158, 61.698, -151.2158, 61.698]}, {"id": "643", "type": "Feature", "properties": {"id": "mb80259034", "mag": 1.18, "time": 1507020432130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.873, 11.92]}, "bbox": [-112.521333, 46.873, -112.521333, 46.873]}, {"id": "644", "type": "Feature", "properties": {"id": "us2000b0fa", "mag": 4.2, "time": 1507019233190, "felt": 43.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.0212, -33.014, 17.65]}, "bbox": [-72.0212, -33.014, -72.0212, -33.014]}, {"id": "645", "type": "Feature", "properties": {"id": "ak16988271", "mag": 1.8, "time": 1507019136375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.4739, 86.3]}, "bbox": [-152.1655, 60.4739, -152.1655, 60.4739]}, {"id": "646", "type": "Feature", "properties": {"id": "uu60250997", "mag": 1.69, "time": 1507019083210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.137833, 42.522333, -0.39]}, "bbox": [-111.137833, 42.522333, -111.137833, 42.522333]}, {"id": "647", "type": "Feature", "properties": {"id": "ak16993998", "mag": 1.8, "time": 1507018712322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0756, 60.1685, 13.9]}, "bbox": [-147.0756, 60.1685, -147.0756, 60.1685]}, {"id": "648", "type": "Feature", "properties": {"id": "nc72903491", "mag": 1.22, "time": 1507017869360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.486, 36.378, 5.97]}, "bbox": [-121.486, 36.378, -121.486, 36.378]}, {"id": "649", "type": "Feature", "properties": {"id": "ci38017536", "mag": 1.46, "time": 1507016252180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.479, 32.737333, 7.83]}, "bbox": [-115.479, 32.737333, -115.479, 32.737333]}, {"id": "650", "type": "Feature", "properties": {"id": "ak16988268", "mag": 1.4, "time": 1507015945802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0368, 61.1636, 0.4]}, "bbox": [-140.0368, 61.1636, -140.0368, 61.1636]}, {"id": "651", "type": "Feature", "properties": {"id": "ak16988267", "mag": 1.2, "time": 1507015806607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4998, 63.1031, 5.3]}, "bbox": [-151.4998, 63.1031, -151.4998, 63.1031]}, {"id": "652", "type": "Feature", "properties": {"id": "ci38017504", "mag": 1.41, "time": 1507014429310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363333, 34.832, 3.07]}, "bbox": [-116.363333, 34.832, -116.363333, 34.832]}, {"id": "653", "type": "Feature", "properties": {"id": "ak16988254", "mag": 4.1, "time": 1507013968245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3923, 54.6037, 20.2]}, "bbox": [-161.3923, 54.6037, -161.3923, 54.6037]}, {"id": "654", "type": "Feature", "properties": {"id": "ak16988252", "mag": 1.7, "time": 1507013732258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7964, 59.8936, 15.8]}, "bbox": [-136.7964, 59.8936, -136.7964, 59.8936]}, {"id": "655", "type": "Feature", "properties": {"id": "mb80259004", "mag": 1.07, "time": 1507013501160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.877333, 10.49]}, "bbox": [-112.523, 46.877333, -112.523, 46.877333]}, {"id": "656", "type": "Feature", "properties": {"id": "nn00607998", "mag": 1.1, "time": 1507013301155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3199, 37.7813, 5.0]}, "bbox": [-114.3199, 37.7813, -114.3199, 37.7813]}, {"id": "657", "type": "Feature", "properties": {"id": "ak16993990", "mag": 1.4, "time": 1507012650027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.264, 62.5244, 86.6]}, "bbox": [-151.264, 62.5244, -151.264, 62.5244]}, {"id": "658", "type": "Feature", "properties": {"id": "ak16988247", "mag": 2.1, "time": 1507012115547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4061, 51.6742, 14.8]}, "bbox": [-178.4061, 51.6742, -178.4061, 51.6742]}, {"id": "659", "type": "Feature", "properties": {"id": "ak16988245", "mag": 1.0, "time": 1507011961646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.539, 63.1068, 11.2]}, "bbox": [-151.539, 63.1068, -151.539, 63.1068]}, {"id": "660", "type": "Feature", "properties": {"id": "ci38017496", "mag": 1.24, "time": 1507011934810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.013833, 33.662167, 11.95]}, "bbox": [-117.013833, 33.662167, -117.013833, 33.662167]}, {"id": "661", "type": "Feature", "properties": {"id": "ci38017488", "mag": 1.25, "time": 1507011688900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.047333, 33.171, 5.29]}, "bbox": [-116.047333, 33.171, -116.047333, 33.171]}, {"id": "662", "type": "Feature", "properties": {"id": "ak16993987", "mag": 1.9, "time": 1507011535768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4878, 51.73, 4.8]}, "bbox": [-175.4878, 51.73, -175.4878, 51.73]}, {"id": "663", "type": "Feature", "properties": {"id": "ak16993986", "mag": 2.3, "time": 1507011386112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3903, 51.6732, 5.4]}, "bbox": [-178.3903, 51.6732, -178.3903, 51.6732]}, {"id": "664", "type": "Feature", "properties": {"id": "ci38017472", "mag": 1.5, "time": 1507010945840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.936833, 33.147, 7.23]}, "bbox": [-115.936833, 33.147, -115.936833, 33.147]}, {"id": "665", "type": "Feature", "properties": {"id": "ak16988244", "mag": 1.2, "time": 1507010895307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6337, 63.3262, 13.3]}, "bbox": [-145.6337, 63.3262, -145.6337, 63.3262]}, {"id": "666", "type": "Feature", "properties": {"id": "ci38017464", "mag": 1.4, "time": 1507008876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4845, 32.748667, 13.78]}, "bbox": [-115.4845, 32.748667, -115.4845, 32.748667]}, {"id": "667", "type": "Feature", "properties": {"id": "ci38017456", "mag": 1.19, "time": 1507008741980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.783833, 33.267833, 11.48]}, "bbox": [-116.783833, 33.267833, -116.783833, 33.267833]}, {"id": "668", "type": "Feature", "properties": {"id": "us2000b0ef", "mag": 4.9, "time": 1507008633680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9398, 15.4089, 62.32]}, "bbox": [-93.9398, 15.4089, -93.9398, 15.4089]}, {"id": "669", "type": "Feature", "properties": {"id": "mb80258984", "mag": 1.01, "time": 1507006889790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.430667, 43.6785, 7.63]}, "bbox": [-110.430667, 43.6785, -110.430667, 43.6785]}, {"id": "670", "type": "Feature", "properties": {"id": "mb80258979", "mag": 1.31, "time": 1507006468040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5225, 46.871167, 10.98]}, "bbox": [-112.5225, 46.871167, -112.5225, 46.871167]}, {"id": "671", "type": "Feature", "properties": {"id": "ak16988238", "mag": 2.4, "time": 1507005858917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.1659, 51.8129, 90.4]}, "bbox": [-174.1659, 51.8129, -174.1659, 51.8129]}, {"id": "672", "type": "Feature", "properties": {"id": "ak16993983", "mag": 1.4, "time": 1507004701069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7077, 62.778, 79.7]}, "bbox": [-150.7077, 62.778, -150.7077, 62.778]}, {"id": "673", "type": "Feature", "properties": {"id": "ci38017432", "mag": 1.1, "time": 1507003677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.485333, 4.63]}, "bbox": [-116.790667, 33.485333, -116.790667, 33.485333]}, {"id": "674", "type": "Feature", "properties": {"id": "ak16988237", "mag": 1.5, "time": 1507003090709, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0237, 61.1529, 7.4]}, "bbox": [-140.0237, 61.1529, -140.0237, 61.1529]}, {"id": "675", "type": "Feature", "properties": {"id": "mb80258949", "mag": 1.2, "time": 1507002724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.869, 10.38]}, "bbox": [-112.529833, 46.869, -112.529833, 46.869]}, {"id": "676", "type": "Feature", "properties": {"id": "ak16988235", "mag": 2.7, "time": 1507001740915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.6571, 52.9982, 32.2]}, "bbox": [-167.6571, 52.9982, -167.6571, 52.9982]}, {"id": "677", "type": "Feature", "properties": {"id": "nn00607958", "mag": 1.2, "time": 1507001239948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3057, 38.4484, 5.6]}, "bbox": [-119.3057, 38.4484, -119.3057, 38.4484]}, {"id": "678", "type": "Feature", "properties": {"id": "ak16988229", "mag": 1.6, "time": 1506999699601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3039, 62.7285, 79.0]}, "bbox": [-150.3039, 62.7285, -150.3039, 62.7285]}, {"id": "679", "type": "Feature", "properties": {"id": "ak16988225", "mag": 1.7, "time": 1506999179710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.178, 66.888, 7.7]}, "bbox": [-146.178, 66.888, -146.178, 66.888]}, {"id": "680", "type": "Feature", "properties": {"id": "mb80258939", "mag": 1.1, "time": 1506998768510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.860333, 12.25]}, "bbox": [-112.528833, 46.860333, -112.528833, 46.860333]}, {"id": "681", "type": "Feature", "properties": {"id": "ak16988222", "mag": 2.7, "time": 1506998450736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4948, 53.5386, 57.3]}, "bbox": [-166.4948, 53.5386, -166.4948, 53.5386]}, {"id": "682", "type": "Feature", "properties": {"id": "ak16988221", "mag": 1.2, "time": 1506998296606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3526, 63.268, 2.3]}, "bbox": [-151.3526, 63.268, -151.3526, 63.268]}, {"id": "683", "type": "Feature", "properties": {"id": "ak16988218", "mag": 1.0, "time": 1506997994823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5335, 53.8446, 6.9]}, "bbox": [-166.5335, 53.8446, -166.5335, 53.8446]}, {"id": "684", "type": "Feature", "properties": {"id": "ak16988217", "mag": 2.2, "time": 1506997972933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6125, 58.9289, 125.8]}, "bbox": [-154.6125, 58.9289, -154.6125, 58.9289]}, {"id": "685", "type": "Feature", "properties": {"id": "nc72903391", "mag": 1.03, "time": 1506997840780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847336, 38.829834, 1.06]}, "bbox": [-122.847336, 38.829834, -122.847336, 38.829834]}, {"id": "686", "type": "Feature", "properties": {"id": "nc72903396", "mag": 1.23, "time": 1506997715100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.315667, 37.487833, 3.9]}, "bbox": [-119.315667, 37.487833, -119.315667, 37.487833]}, {"id": "687", "type": "Feature", "properties": {"id": "ci38017400", "mag": 1.05, "time": 1506997467730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.334333, 33.346333, 9.65]}, "bbox": [-116.334333, 33.346333, -116.334333, 33.346333]}, {"id": "688", "type": "Feature", "properties": {"id": "ak16993974", "mag": 1.4, "time": 1506996608838, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2536, 62.5803, 93.5]}, "bbox": [-151.2536, 62.5803, -151.2536, 62.5803]}, {"id": "689", "type": "Feature", "properties": {"id": "ak16988215", "mag": 1.6, "time": 1506996320652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.155, 61.9755, 70.6]}, "bbox": [-151.155, 61.9755, -151.155, 61.9755]}, {"id": "690", "type": "Feature", "properties": {"id": "ak16993972", "mag": 1.6, "time": 1506995513010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7768, 60.1335, 76.2]}, "bbox": [-151.7768, 60.1335, -151.7768, 60.1335]}, {"id": "691", "type": "Feature", "properties": {"id": "ak16993971", "mag": 1.2, "time": 1506995387104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6738, 61.6682, 50.5]}, "bbox": [-149.6738, 61.6682, -149.6738, 61.6682]}, {"id": "692", "type": "Feature", "properties": {"id": "hv61930601", "mag": 2.1, "time": 1506994522010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.565506, 19.795834, 15.58]}, "bbox": [-155.565506, 19.795834, -155.565506, 19.795834]}, {"id": "693", "type": "Feature", "properties": {"id": "ak16993970", "mag": 1.1, "time": 1506994269143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0156, 64.7374, 10.4]}, "bbox": [-140.0156, 64.7374, -140.0156, 64.7374]}, {"id": "694", "type": "Feature", "properties": {"id": "nc72903381", "mag": 1.16, "time": 1506991878630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.803169, 38.824001, 2.33]}, "bbox": [-122.803169, 38.824001, -122.803169, 38.824001]}, {"id": "695", "type": "Feature", "properties": {"id": "ci38017368", "mag": 1.36, "time": 1506989712460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168667, 34.0055, 13.99]}, "bbox": [-117.168667, 34.0055, -117.168667, 34.0055]}, {"id": "696", "type": "Feature", "properties": {"id": "uw61336686", "mag": 1.47, "time": 1506988725560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044167, 49.145, -1.01]}, "bbox": [-122.044167, 49.145, -122.044167, 49.145]}, {"id": "697", "type": "Feature", "properties": {"id": "ak16988200", "mag": 2.8, "time": 1506988653897, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6324, 61.3885, 39.1]}, "bbox": [-150.6324, 61.3885, -150.6324, 61.3885]}, {"id": "698", "type": "Feature", "properties": {"id": "nm60207781", "mag": 1.99, "time": 1506988371180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.444833, 36.088167, 13.18]}, "bbox": [-89.444833, 36.088167, -89.444833, 36.088167]}, {"id": "699", "type": "Feature", "properties": {"id": "us2000az70", "mag": 4.7, "time": 1506987102640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.8995, 12.8626, 27.25]}, "bbox": [91.8995, 12.8626, 91.8995, 12.8626]}, {"id": "700", "type": "Feature", "properties": {"id": "ci38017360", "mag": 1.72, "time": 1506986970860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.674, 35.035333, -0.82]}, "bbox": [-117.674, 35.035333, -117.674, 35.035333]}, {"id": "701", "type": "Feature", "properties": {"id": "us2000azc7", "mag": 2.4, "time": 1506986577400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6124, 36.8167, 5.123]}, "bbox": [-97.6124, 36.8167, -97.6124, 36.8167]}, {"id": "702", "type": "Feature", "properties": {"id": "nm60207771", "mag": 1.11, "time": 1506984309110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.517167, 36.232667, 8.34]}, "bbox": [-89.517167, 36.232667, -89.517167, 36.232667]}, {"id": "703", "type": "Feature", "properties": {"id": "ci38017336", "mag": 1.0, "time": 1506984123180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.975833, 4.84]}, "bbox": [-116.2705, 33.975833, -116.2705, 33.975833]}, {"id": "704", "type": "Feature", "properties": {"id": "nc72903356", "mag": 1.77, "time": 1506983102870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.991833, 40.153833, 4.17]}, "bbox": [-120.991833, 40.153833, -120.991833, 40.153833]}, {"id": "705", "type": "Feature", "properties": {"id": "uw61336646", "mag": 1.36, "time": 1506982150130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4015, 46.173833, -0.3]}, "bbox": [-123.4015, 46.173833, -123.4015, 46.173833]}, {"id": "706", "type": "Feature", "properties": {"id": "us2000ayh7", "mag": 4.4, "time": 1506982074330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7039, -22.2431, 108.4]}, "bbox": [-68.7039, -22.2431, -68.7039, -22.2431]}, {"id": "707", "type": "Feature", "properties": {"id": "uw61336631", "mag": 1.27, "time": 1506980575160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.930333, 48.1035, -1.28]}, "bbox": [-121.930333, 48.1035, -121.930333, 48.1035]}, {"id": "708", "type": "Feature", "properties": {"id": "us2000aya0", "mag": 5.3, "time": 1506980277150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.7345, -19.4817, 10.0]}, "bbox": [167.7345, -19.4817, 167.7345, -19.4817]}, {"id": "709", "type": "Feature", "properties": {"id": "nc72903316", "mag": 1.65, "time": 1506979898940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.824833, 2.33]}, "bbox": [-122.802, 38.824833, -122.802, 38.824833]}, {"id": "710", "type": "Feature", "properties": {"id": "nc72903311", "mag": 1.09, "time": 1506979301540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.531667, 37.139833, 8.93]}, "bbox": [-121.531667, 37.139833, -121.531667, 37.139833]}, {"id": "711", "type": "Feature", "properties": {"id": "nc72903306", "mag": 1.08, "time": 1506978484410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.444667, 36.959667, 6.72]}, "bbox": [-121.444667, 36.959667, -121.444667, 36.959667]}, {"id": "712", "type": "Feature", "properties": {"id": "nc72903301", "mag": 1.46, "time": 1506978005870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.351667, 39.5165, 4.32]}, "bbox": [-123.351667, 39.5165, -123.351667, 39.5165]}, {"id": "713", "type": "Feature", "properties": {"id": "mb80258889", "mag": 2.36, "time": 1506975888040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9055, 47.358667, 13.73]}, "bbox": [-113.9055, 47.358667, -113.9055, 47.358667]}, {"id": "714", "type": "Feature", "properties": {"id": "nc72903286", "mag": 0.97, "time": 1506975385450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.590333, 0.28]}, "bbox": [-118.946833, 37.590333, -118.946833, 37.590333]}, {"id": "715", "type": "Feature", "properties": {"id": "ci38017200", "mag": 0.96, "time": 1506974805670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.503167, 33.8695, -0.36]}, "bbox": [-117.503167, 33.8695, -117.503167, 33.8695]}, {"id": "716", "type": "Feature", "properties": {"id": "us2000axzc", "mag": 2.8, "time": 1506974101570, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-102.3612, 35.5909, 5.45]}, "bbox": [-102.3612, 35.5909, -102.3612, 35.5909]}, {"id": "717", "type": "Feature", "properties": {"id": "nc72903271", "mag": 2.25, "time": 1506973045100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609167, 36.880667, 6.31]}, "bbox": [-121.609167, 36.880667, -121.609167, 36.880667]}, {"id": "718", "type": "Feature", "properties": {"id": "mb80258884", "mag": 1.4, "time": 1506972979050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5355, 46.8805, 12.28]}, "bbox": [-112.5355, 46.8805, -112.5355, 46.8805]}, {"id": "719", "type": "Feature", "properties": {"id": "nc72903261", "mag": 1.85, "time": 1506971674240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831833, 37.455667, 1.78]}, "bbox": [-118.831833, 37.455667, -118.831833, 37.455667]}, {"id": "720", "type": "Feature", "properties": {"id": "ci38017136", "mag": 1.08, "time": 1506971129830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.192, 34.993167, -0.84]}, "bbox": [-118.192, 34.993167, -118.192, 34.993167]}, {"id": "721", "type": "Feature", "properties": {"id": "mb80258874", "mag": 1.49, "time": 1506970982010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4715, 45.995667, -2.0]}, "bbox": [-112.4715, 45.995667, -112.4715, 45.995667]}, {"id": "722", "type": "Feature", "properties": {"id": "ci38017120", "mag": 0.99, "time": 1506970881590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.649167, 35.932833, 2.94]}, "bbox": [-117.649167, 35.932833, -117.649167, 35.932833]}, {"id": "723", "type": "Feature", "properties": {"id": "nc72903251", "mag": 1.78, "time": 1506970847010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.308833, 40.750667, -0.79]}, "bbox": [-122.308833, 40.750667, -122.308833, 40.750667]}, {"id": "724", "type": "Feature", "properties": {"id": "nc72903246", "mag": 1.41, "time": 1506970631190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.932667, 35.639, 4.96]}, "bbox": [-120.932667, 35.639, -120.932667, 35.639]}, {"id": "725", "type": "Feature", "properties": {"id": "nc72903241", "mag": 1.21, "time": 1506970286520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.679167, 38.533833, 5.88]}, "bbox": [-122.679167, 38.533833, -122.679167, 38.533833]}, {"id": "726", "type": "Feature", "properties": {"id": "ci38017104", "mag": 1.66, "time": 1506970188840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.133167, 34.279, 6.09]}, "bbox": [-117.133167, 34.279, -117.133167, 34.279]}, {"id": "727", "type": "Feature", "properties": {"id": "us2000axxi", "mag": 4.6, "time": 1506969995010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [102.3915, -7.056, 10.0]}, "bbox": [102.3915, -7.056, 102.3915, -7.056]}, {"id": "728", "type": "Feature", "properties": {"id": "mb80258869", "mag": 1.46, "time": 1506969854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.87, 10.71]}, "bbox": [-112.523167, 46.87, -112.523167, 46.87]}, {"id": "729", "type": "Feature", "properties": {"id": "ci38017064", "mag": 1.26, "time": 1506968962060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623333, 33.912167, 10.5]}, "bbox": [-118.623333, 33.912167, -118.623333, 33.912167]}, {"id": "730", "type": "Feature", "properties": {"id": "nc72903226", "mag": 0.96, "time": 1506968036980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.530667, 2.11]}, "bbox": [-118.880333, 37.530667, -118.880333, 37.530667]}, {"id": "731", "type": "Feature", "properties": {"id": "us2000axwl", "mag": 4.6, "time": 1506968031500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.5291, 21.4218, 96.74]}, "bbox": [94.5291, 21.4218, 94.5291, 21.4218]}, {"id": "732", "type": "Feature", "properties": {"id": "nc72904986", "mag": 1.14, "time": 1506968001000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.718167, 40.935167, 12.07]}, "bbox": [-121.718167, 40.935167, -121.718167, 40.935167]}, {"id": "733", "type": "Feature", "properties": {"id": "ak16988088", "mag": 2.2, "time": 1506967247502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9366, 59.642, 98.9]}, "bbox": [-152.9366, 59.642, -152.9366, 59.642]}, {"id": "734", "type": "Feature", "properties": {"id": "nn00607868", "mag": 1.0, "time": 1506966403731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4944, 37.2386, 0.0]}, "bbox": [-115.4944, 37.2386, -115.4944, 37.2386]}, {"id": "735", "type": "Feature", "properties": {"id": "nc72903211", "mag": 0.98, "time": 1506965951300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.457667, 1.76]}, "bbox": [-118.833, 37.457667, -118.833, 37.457667]}, {"id": "736", "type": "Feature", "properties": {"id": "ci37167228", "mag": 1.57, "time": 1506964185870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4615, 34.328667, 3.74]}, "bbox": [-116.4615, 34.328667, -116.4615, 34.328667]}, {"id": "737", "type": "Feature", "properties": {"id": "ci38016984", "mag": 1.25, "time": 1506964183390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.466833, 34.3255, 4.39]}, "bbox": [-116.466833, 34.3255, -116.466833, 34.3255]}, {"id": "738", "type": "Feature", "properties": {"id": "nc72903196", "mag": 1.36, "time": 1506963756010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.456667, 2.57]}, "bbox": [-118.827833, 37.456667, -118.827833, 37.456667]}, {"id": "739", "type": "Feature", "properties": {"id": "mb80258854", "mag": 1.03, "time": 1506962682500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.8625, 13.48]}, "bbox": [-112.528667, 46.8625, -112.528667, 46.8625]}, {"id": "740", "type": "Feature", "properties": {"id": "nc72903176", "mag": 1.21, "time": 1506962394170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.457167, 2.28]}, "bbox": [-118.827833, 37.457167, -118.827833, 37.457167]}, {"id": "741", "type": "Feature", "properties": {"id": "nc72903166", "mag": 1.88, "time": 1506961834060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827167, 37.4555, 1.91]}, "bbox": [-118.827167, 37.4555, -118.827167, 37.4555]}, {"id": "742", "type": "Feature", "properties": {"id": "nc72903156", "mag": 1.69, "time": 1506961396620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8265, 37.456333, 2.16]}, "bbox": [-118.8265, 37.456333, -118.8265, 37.456333]}, {"id": "743", "type": "Feature", "properties": {"id": "nc72903146", "mag": 3.02, "time": 1506961086740, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829, 37.453667, 2.61]}, "bbox": [-118.829, 37.453667, -118.829, 37.453667]}, {"id": "744", "type": "Feature", "properties": {"id": "ci38016888", "mag": 1.17, "time": 1506960224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0325, 33.879333, -0.97]}, "bbox": [-117.0325, 33.879333, -117.0325, 33.879333]}, {"id": "745", "type": "Feature", "properties": {"id": "nc72903131", "mag": 1.08, "time": 1506959715450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.371333, 35.706833, 1.86]}, "bbox": [-120.371333, 35.706833, -120.371333, 35.706833]}, {"id": "746", "type": "Feature", "properties": {"id": "ak16988071", "mag": 1.4, "time": 1506959208997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9837, 67.1697, 0.0]}, "bbox": [-142.9837, 67.1697, -142.9837, 67.1697]}, {"id": "747", "type": "Feature", "properties": {"id": "nn00607854", "mag": 1.7, "time": 1506958960926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.8425, 36.5559, 8.1]}, "bbox": [-113.8425, 36.5559, -113.8425, 36.5559]}, {"id": "748", "type": "Feature", "properties": {"id": "uu60250907", "mag": 2.05, "time": 1506957621760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.546333, 7.87]}, "bbox": [-111.4145, 42.546333, -111.4145, 42.546333]}, {"id": "749", "type": "Feature", "properties": {"id": "nc72903111", "mag": 1.41, "time": 1506957279300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.997333, 36.462667, 5.69]}, "bbox": [-120.997333, 36.462667, -120.997333, 36.462667]}, {"id": "750", "type": "Feature", "properties": {"id": "nm60207666", "mag": 2.19, "time": 1506957159610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.8025, 36.5505, 12.47]}, "bbox": [-89.8025, 36.5505, -89.8025, 36.5505]}, {"id": "751", "type": "Feature", "properties": {"id": "ak16988065", "mag": 2.7, "time": 1506956391417, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8151, 61.2492, 19.9]}, "bbox": [-146.8151, 61.2492, -146.8151, 61.2492]}, {"id": "752", "type": "Feature", "properties": {"id": "mb80258839", "mag": 1.19, "time": 1506955175250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.870333, 10.04]}, "bbox": [-112.526167, 46.870333, -112.526167, 46.870333]}, {"id": "753", "type": "Feature", "properties": {"id": "us2000axtv", "mag": 4.7, "time": 1506953290020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.1289, 2.6798, 25.66]}, "bbox": [127.1289, 2.6798, 127.1289, 2.6798]}, {"id": "754", "type": "Feature", "properties": {"id": "nc72903096", "mag": 1.04, "time": 1506952925800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.513833, 8.22]}, "bbox": [-118.822667, 37.513833, -118.822667, 37.513833]}, {"id": "755", "type": "Feature", "properties": {"id": "ak16987055", "mag": 1.1, "time": 1506952513029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2609, 64.6409, 14.4]}, "bbox": [-149.2609, 64.6409, -149.2609, 64.6409]}, {"id": "756", "type": "Feature", "properties": {"id": "nc72903081", "mag": 1.18, "time": 1506950851670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751663, 38.832832, 0.68]}, "bbox": [-122.751663, 38.832832, -122.751663, 38.832832]}, {"id": "757", "type": "Feature", "properties": {"id": "us2000axtl", "mag": 4.7, "time": 1506950716850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6372, 28.6895, 10.0]}, "bbox": [51.6372, 28.6895, 51.6372, 28.6895]}, {"id": "758", "type": "Feature", "properties": {"id": "mb80258829", "mag": 1.08, "time": 1506950613020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.868167, 9.75]}, "bbox": [-112.524667, 46.868167, -112.524667, 46.868167]}, {"id": "759", "type": "Feature", "properties": {"id": "mb80258824", "mag": 1.16, "time": 1506950147300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.866667, 11.08]}, "bbox": [-112.523333, 46.866667, -112.523333, 46.866667]}, {"id": "760", "type": "Feature", "properties": {"id": "uu60250902", "mag": 1.34, "time": 1506949268120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.084, 44.7795, 11.23]}, "bbox": [-111.084, 44.7795, -111.084, 44.7795]}, {"id": "761", "type": "Feature", "properties": {"id": "mb80258814", "mag": 1.19, "time": 1506949148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.855833, 14.0]}, "bbox": [-112.527333, 46.855833, -112.527333, 46.855833]}, {"id": "762", "type": "Feature", "properties": {"id": "hv61929981", "mag": 2.4, "time": 1506948942340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.592667, 19.465333, 0.033]}, "bbox": [-155.592667, 19.465333, -155.592667, 19.465333]}, {"id": "763", "type": "Feature", "properties": {"id": "us2000axsh", "mag": 2.6, "time": 1506947996150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5037, 36.2851, 3.93]}, "bbox": [-97.5037, 36.2851, -97.5037, 36.2851]}, {"id": "764", "type": "Feature", "properties": {"id": "mb80258799", "mag": 1.69, "time": 1506947507620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.869833, 10.17]}, "bbox": [-112.527833, 46.869833, -112.527833, 46.869833]}, {"id": "765", "type": "Feature", "properties": {"id": "ak16987046", "mag": 1.5, "time": 1506947130357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1189, 63.1205, 16.2]}, "bbox": [-151.1189, 63.1205, -151.1189, 63.1205]}, {"id": "766", "type": "Feature", "properties": {"id": "nc72903071", "mag": 1.5, "time": 1506946592080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.885667, 36.3165, 6.48]}, "bbox": [-120.885667, 36.3165, -120.885667, 36.3165]}, {"id": "767", "type": "Feature", "properties": {"id": "us2000axs4", "mag": 4.3, "time": 1506946114440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-61.2682, 13.209, 136.91]}, "bbox": [-61.2682, 13.209, -61.2682, 13.209]}, {"id": "768", "type": "Feature", "properties": {"id": "us2000axsa", "mag": 4.3, "time": 1506945001990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.4854, -37.3176, 354.86]}, "bbox": [176.4854, -37.3176, 176.4854, -37.3176]}, {"id": "769", "type": "Feature", "properties": {"id": "mb80258789", "mag": 2.2, "time": 1506944699010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533, 46.869833, 13.3]}, "bbox": [-112.533, 46.869833, -112.533, 46.869833]}, {"id": "770", "type": "Feature", "properties": {"id": "uu60250897", "mag": 1.6, "time": 1506943796070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.218667, 42.571667, 3.5]}, "bbox": [-111.218667, 42.571667, -111.218667, 42.571667]}, {"id": "771", "type": "Feature", "properties": {"id": "ak16986042", "mag": 1.3, "time": 1506943225411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.912, 63.0196, 66.0]}, "bbox": [-149.912, 63.0196, -149.912, 63.0196]}, {"id": "772", "type": "Feature", "properties": {"id": "ak16986039", "mag": 1.4, "time": 1506941366267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3257, 63.3321, 6.7]}, "bbox": [-145.3257, 63.3321, -145.3257, 63.3321]}, {"id": "773", "type": "Feature", "properties": {"id": "ci38016776", "mag": 1.44, "time": 1506940900650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.510667, 34.2985, 9.93]}, "bbox": [-118.510667, 34.2985, -118.510667, 34.2985]}, {"id": "774", "type": "Feature", "properties": {"id": "hv61929926", "mag": 2.13, "time": 1506940825170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.524002, 19.919001, 20.11]}, "bbox": [-155.524002, 19.919001, -155.524002, 19.919001]}, {"id": "775", "type": "Feature", "properties": {"id": "mb80258769", "mag": 1.48, "time": 1506940203900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 46.119833, 6.0]}, "bbox": [-110.33, 46.119833, -110.33, 46.119833]}, {"id": "776", "type": "Feature", "properties": {"id": "us2000axrm", "mag": 4.9, "time": 1506939736050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.2184, 12.3486, 35.55]}, "bbox": [-88.2184, 12.3486, -88.2184, 12.3486]}, {"id": "777", "type": "Feature", "properties": {"id": "ci38016768", "mag": 1.12, "time": 1506938746370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.067167, 34.208333, 2.04]}, "bbox": [-117.067167, 34.208333, -117.067167, 34.208333]}, {"id": "778", "type": "Feature", "properties": {"id": "ci38016760", "mag": 1.75, "time": 1506938502900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064833, 34.207833, 2.06]}, "bbox": [-117.064833, 34.207833, -117.064833, 34.207833]}, {"id": "779", "type": "Feature", "properties": {"id": "nc72903041", "mag": 1.87, "time": 1506938425810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.908833, 36.368667, 8.8]}, "bbox": [-120.908833, 36.368667, -120.908833, 36.368667]}, {"id": "780", "type": "Feature", "properties": {"id": "ak16985035", "mag": 1.7, "time": 1506938303105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1495, 63.1057, 3.5]}, "bbox": [-152.1495, 63.1057, -152.1495, 63.1057]}, {"id": "781", "type": "Feature", "properties": {"id": "ci38016752", "mag": 1.08, "time": 1506938024070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448833, 33.481, 8.33]}, "bbox": [-116.448833, 33.481, -116.448833, 33.481]}, {"id": "782", "type": "Feature", "properties": {"id": "ak16985032", "mag": 1.1, "time": 1506937259442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8806, 64.6842, 6.7]}, "bbox": [-146.8806, 64.6842, -146.8806, 64.6842]}, {"id": "783", "type": "Feature", "properties": {"id": "nm60207636", "mag": 1.71, "time": 1506936707930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.1365, 35.88, 10.55]}, "bbox": [-90.1365, 35.88, -90.1365, 35.88]}, {"id": "784", "type": "Feature", "properties": {"id": "uu60250892", "mag": 1.5, "time": 1506936161680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.480833, 42.384833, 5.67]}, "bbox": [-111.480833, 42.384833, -111.480833, 42.384833]}, {"id": "785", "type": "Feature", "properties": {"id": "mb80258764", "mag": 2.37, "time": 1506936112630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534333, 46.8675, 13.36]}, "bbox": [-112.534333, 46.8675, -112.534333, 46.8675]}, {"id": "786", "type": "Feature", "properties": {"id": "mb80258759", "mag": 3.08, "time": 1506934838560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529167, 46.872333, 11.44]}, "bbox": [-112.529167, 46.872333, -112.529167, 46.872333]}, {"id": "787", "type": "Feature", "properties": {"id": "ci38016728", "mag": 1.01, "time": 1506934828760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.065667, 34.2065, 1.91]}, "bbox": [-117.065667, 34.2065, -117.065667, 34.2065]}, {"id": "788", "type": "Feature", "properties": {"id": "us2000axr0", "mag": 4.3, "time": 1506933668380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8824, 16.708, 65.53]}, "bbox": [-94.8824, 16.708, -94.8824, 16.708]}, {"id": "789", "type": "Feature", "properties": {"id": "ci37398445", "mag": 0.97, "time": 1506933339570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460667, 34.332333, 5.88]}, "bbox": [-116.460667, 34.332333, -116.460667, 34.332333]}, {"id": "790", "type": "Feature", "properties": {"id": "nc72903031", "mag": 1.45, "time": 1506933218670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812667, 38.805, 2.29]}, "bbox": [-122.812667, 38.805, -122.812667, 38.805]}, {"id": "791", "type": "Feature", "properties": {"id": "us2000b0e8", "mag": 1.4, "time": 1506931958320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.32, 43.6653, 7.15]}, "bbox": [-71.32, 43.6653, -71.32, 43.6653]}, {"id": "792", "type": "Feature", "properties": {"id": "uu60250882", "mag": 1.44, "time": 1506931830720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4165, 42.520333, 8.15]}, "bbox": [-111.4165, 42.520333, -111.4165, 42.520333]}, {"id": "793", "type": "Feature", "properties": {"id": "uu60250877", "mag": 1.13, "time": 1506930804620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.544333, 7.62]}, "bbox": [-111.414333, 42.544333, -111.414333, 42.544333]}, {"id": "794", "type": "Feature", "properties": {"id": "ci38016688", "mag": 1.28, "time": 1506929655950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.003333, 33.1775, 4.99]}, "bbox": [-116.003333, 33.1775, -116.003333, 33.1775]}, {"id": "795", "type": "Feature", "properties": {"id": "ak16985021", "mag": 2.3, "time": 1506927665686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5448, 63.1998, 0.0]}, "bbox": [-151.5448, 63.1998, -151.5448, 63.1998]}, {"id": "796", "type": "Feature", "properties": {"id": "ak16985020", "mag": 1.7, "time": 1506927499500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4204, 67.3068, 0.0]}, "bbox": [-155.4204, 67.3068, -155.4204, 67.3068]}, {"id": "797", "type": "Feature", "properties": {"id": "mb80258749", "mag": 1.94, "time": 1506926930660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.874, 11.51]}, "bbox": [-112.523333, 46.874, -112.523333, 46.874]}, {"id": "798", "type": "Feature", "properties": {"id": "ak16985018", "mag": 1.1, "time": 1506926698712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.829, 65.5759, 9.2]}, "bbox": [-148.829, 65.5759, -148.829, 65.5759]}, {"id": "799", "type": "Feature", "properties": {"id": "hv61929841", "mag": 1.98, "time": 1506926298850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.412338, 19.245501, 33.84]}, "bbox": [-155.412338, 19.245501, -155.412338, 19.245501]}, {"id": "800", "type": "Feature", "properties": {"id": "se60045313", "mag": 1.9, "time": 1506925923790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.894667, 34.9895, 0.16]}, "bbox": [-82.894667, 34.9895, -82.894667, 34.9895]}, {"id": "801", "type": "Feature", "properties": {"id": "ak16984019", "mag": 1.1, "time": 1506925731082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5467, 65.155, 3.8]}, "bbox": [-148.5467, 65.155, -148.5467, 65.155]}, {"id": "802", "type": "Feature", "properties": {"id": "mb80258744", "mag": 1.32, "time": 1506925562230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.867167, 11.58]}, "bbox": [-112.528833, 46.867167, -112.528833, 46.867167]}, {"id": "803", "type": "Feature", "properties": {"id": "ci38016672", "mag": 0.97, "time": 1506925004450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.422833, 33.04, 10.21]}, "bbox": [-116.422833, 33.04, -116.422833, 33.04]}, {"id": "804", "type": "Feature", "properties": {"id": "ak16984018", "mag": 1.4, "time": 1506924871383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2817, 61.9608, 23.3]}, "bbox": [-150.2817, 61.9608, -150.2817, 61.9608]}, {"id": "805", "type": "Feature", "properties": {"id": "uu60250872", "mag": 1.58, "time": 1506924776930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.033833, 38.600333, 7.01]}, "bbox": [-112.033833, 38.600333, -112.033833, 38.600333]}, {"id": "806", "type": "Feature", "properties": {"id": "ak16984009", "mag": 3.0, "time": 1506924381290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1032, 58.7701, 99.0]}, "bbox": [-154.1032, 58.7701, -154.1032, 58.7701]}, {"id": "807", "type": "Feature", "properties": {"id": "uu60250867", "mag": 1.58, "time": 1506924167170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409667, 42.562167, 7.8]}, "bbox": [-111.409667, 42.562167, -111.409667, 42.562167]}, {"id": "808", "type": "Feature", "properties": {"id": "us2000axq4", "mag": 4.2, "time": 1506924037060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3565, -41.7636, 24.13]}, "bbox": [174.3565, -41.7636, 174.3565, -41.7636]}, {"id": "809", "type": "Feature", "properties": {"id": "ci38016664", "mag": 1.49, "time": 1506923205850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.589167, 32.780833, 12.71]}, "bbox": [-116.589167, 32.780833, -116.589167, 32.780833]}, {"id": "810", "type": "Feature", "properties": {"id": "ci38016656", "mag": 2.39, "time": 1506923145240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.009833, 33.179833, 9.12]}, "bbox": [-116.009833, 33.179833, -116.009833, 33.179833]}, {"id": "811", "type": "Feature", "properties": {"id": "us2000axq3", "mag": 4.7, "time": 1506923126070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4587, -21.8514, 582.95]}, "bbox": [-179.4587, -21.8514, -179.4587, -21.8514]}, {"id": "812", "type": "Feature", "properties": {"id": "ci38016648", "mag": 2.46, "time": 1506922959220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010167, 33.179, 8.89]}, "bbox": [-116.010167, 33.179, -116.010167, 33.179]}, {"id": "813", "type": "Feature", "properties": {"id": "uw61336471", "mag": 3.25, "time": 1506922219710, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8935, 47.887833, 54.22]}, "bbox": [-122.8935, 47.887833, -122.8935, 47.887833]}, {"id": "814", "type": "Feature", "properties": {"id": "nm60207631", "mag": 1.51, "time": 1506922179830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.527833, 36.243667, 7.74]}, "bbox": [-89.527833, 36.243667, -89.527833, 36.243667]}, {"id": "815", "type": "Feature", "properties": {"id": "nn00607885", "mag": 1.0, "time": 1506921346217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0518, 37.0814, 8.8]}, "bbox": [-117.0518, 37.0814, -117.0518, 37.0814]}, {"id": "816", "type": "Feature", "properties": {"id": "us2000axpv", "mag": 4.8, "time": 1506921205270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [72.4324, 38.1132, 115.18]}, "bbox": [72.4324, 38.1132, 72.4324, 38.1132]}, {"id": "817", "type": "Feature", "properties": {"id": "ak16983007", "mag": 1.4, "time": 1506919945331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5212, 66.5767, 2.8]}, "bbox": [-147.5212, 66.5767, -147.5212, 66.5767]}, {"id": "818", "type": "Feature", "properties": {"id": "nc72902986", "mag": 1.91, "time": 1506919685230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.524833, 35.967333, 10.71]}, "bbox": [-120.524833, 35.967333, -120.524833, 35.967333]}, {"id": "819", "type": "Feature", "properties": {"id": "us2000axpm", "mag": 2.2, "time": 1506919604410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5118, 36.9048, 4.52]}, "bbox": [-97.5118, 36.9048, -97.5118, 36.9048]}, {"id": "820", "type": "Feature", "properties": {"id": "uw61336446", "mag": 1.27, "time": 1506919122930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.245667, 46.345833, 7.97]}, "bbox": [-122.245667, 46.345833, -122.245667, 46.345833]}, {"id": "821", "type": "Feature", "properties": {"id": "ci38016584", "mag": 2.31, "time": 1506918555650, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.500167, 5.3]}, "bbox": [-116.7985, 33.500167, -116.7985, 33.500167]}, {"id": "822", "type": "Feature", "properties": {"id": "uu60250862", "mag": 1.41, "time": 1506917347110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411167, 42.640167, -1.04]}, "bbox": [-111.411167, 42.640167, -111.411167, 42.640167]}, {"id": "823", "type": "Feature", "properties": {"id": "ci38016576", "mag": 1.0, "time": 1506916919110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.43, 33.028833, 3.21]}, "bbox": [-116.43, 33.028833, -116.43, 33.028833]}, {"id": "824", "type": "Feature", "properties": {"id": "ci38016568", "mag": 1.08, "time": 1506916645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.048333, 33.2415, 5.47]}, "bbox": [-116.048333, 33.2415, -116.048333, 33.2415]}, {"id": "825", "type": "Feature", "properties": {"id": "uu60250857", "mag": 1.42, "time": 1506916237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446167, 42.608333, 6.68]}, "bbox": [-111.446167, 42.608333, -111.446167, 42.608333]}, {"id": "826", "type": "Feature", "properties": {"id": "ci38016552", "mag": 1.32, "time": 1506915577280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.482167, 35.754, 3.27]}, "bbox": [-118.482167, 35.754, -118.482167, 35.754]}, {"id": "827", "type": "Feature", "properties": {"id": "hv61929701", "mag": 2.26, "time": 1506915466040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.021835, 19.397499, 0.02]}, "bbox": [-155.021835, 19.397499, -155.021835, 19.397499]}, {"id": "828", "type": "Feature", "properties": {"id": "us2000axp9", "mag": 2.5, "time": 1506915178660, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5196, 36.2819, 4.38]}, "bbox": [-97.5196, 36.2819, -97.5196, 36.2819]}, {"id": "829", "type": "Feature", "properties": {"id": "ak16982006", "mag": 3.4, "time": 1506913363596, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9176, 55.7636, 20.8]}, "bbox": [-154.9176, 55.7636, -154.9176, 55.7636]}, {"id": "830", "type": "Feature", "properties": {"id": "us2000axp5", "mag": 2.7, "time": 1506913350820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5073, 46.8582, 10.64]}, "bbox": [-112.5073, 46.8582, -112.5073, 46.8582]}, {"id": "831", "type": "Feature", "properties": {"id": "mb80258724", "mag": 1.27, "time": 1506912496350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.017333, 44.484667, 7.23]}, "bbox": [-113.017333, 44.484667, -113.017333, 44.484667]}, {"id": "832", "type": "Feature", "properties": {"id": "nc72902956", "mag": 1.67, "time": 1506912463450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4705, 40.704167, 17.1]}, "bbox": [-122.4705, 40.704167, -122.4705, 40.704167]}, {"id": "833", "type": "Feature", "properties": {"id": "uu60250847", "mag": 1.01, "time": 1506911908120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.516667, 6.74]}, "bbox": [-111.418333, 42.516667, -111.418333, 42.516667]}, {"id": "834", "type": "Feature", "properties": {"id": "ak16982001", "mag": 1.1, "time": 1506909373983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8167, 61.2439, 26.6]}, "bbox": [-146.8167, 61.2439, -146.8167, 61.2439]}, {"id": "835", "type": "Feature", "properties": {"id": "uu60250837", "mag": 1.18, "time": 1506909364560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411833, 42.520667, 7.35]}, "bbox": [-111.411833, 42.520667, -111.411833, 42.520667]}, {"id": "836", "type": "Feature", "properties": {"id": "mb80258714", "mag": 1.56, "time": 1506908562340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.872833, 12.04]}, "bbox": [-112.523167, 46.872833, -112.523167, 46.872833]}, {"id": "837", "type": "Feature", "properties": {"id": "ak16981996", "mag": 1.3, "time": 1506908205944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5285, 63.1691, 0.0]}, "bbox": [-151.5285, 63.1691, -151.5285, 63.1691]}, {"id": "838", "type": "Feature", "properties": {"id": "ak16982000", "mag": 1.4, "time": 1506908156528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6012, 59.5948, 56.3]}, "bbox": [-151.6012, 59.5948, -151.6012, 59.5948]}, {"id": "839", "type": "Feature", "properties": {"id": "us2000axnx", "mag": 2.6, "time": 1506907742490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4159, 42.5178, 6.97]}, "bbox": [-111.4159, 42.5178, -111.4159, 42.5178]}, {"id": "840", "type": "Feature", "properties": {"id": "ak16981992", "mag": 1.8, "time": 1506907678571, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2312, 63.3329, 7.3]}, "bbox": [-145.2312, 63.3329, -145.2312, 63.3329]}, {"id": "841", "type": "Feature", "properties": {"id": "nc72902936", "mag": 1.52, "time": 1506905787330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.426, 38.404, 7.4]}, "bbox": [-122.426, 38.404, -122.426, 38.404]}, {"id": "842", "type": "Feature", "properties": {"id": "uu60250827", "mag": 1.35, "time": 1506905780190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4175, 42.518833, 6.5]}, "bbox": [-111.4175, 42.518833, -111.4175, 42.518833]}, {"id": "843", "type": "Feature", "properties": {"id": "uu60250822", "mag": 1.43, "time": 1506905571670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422333, 42.512667, 7.8]}, "bbox": [-111.422333, 42.512667, -111.422333, 42.512667]}, {"id": "844", "type": "Feature", "properties": {"id": "hv61929496", "mag": 1.71, "time": 1506905364520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.584503, 19.484333, 2.03]}, "bbox": [-155.584503, 19.484333, -155.584503, 19.484333]}, {"id": "845", "type": "Feature", "properties": {"id": "ak16981986", "mag": 1.5, "time": 1506903663272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7914, 61.5177, 34.2]}, "bbox": [-149.7914, 61.5177, -149.7914, 61.5177]}, {"id": "846", "type": "Feature", "properties": {"id": "ci38016496", "mag": 1.6, "time": 1506903468250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793667, 33.502333, 5.16]}, "bbox": [-116.793667, 33.502333, -116.793667, 33.502333]}, {"id": "847", "type": "Feature", "properties": {"id": "ci38016488", "mag": 1.3, "time": 1506903227250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5175, 34.2865, 7.02]}, "bbox": [-118.5175, 34.2865, -118.5175, 34.2865]}, {"id": "848", "type": "Feature", "properties": {"id": "nn00607841", "mag": 2.5, "time": 1506901760242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.7954, 37.1971, 7.1]}, "bbox": [-114.7954, 37.1971, -114.7954, 37.1971]}, {"id": "849", "type": "Feature", "properties": {"id": "nc72902911", "mag": 2.66, "time": 1506901676700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.506167, 40.3085, 21.45]}, "bbox": [-124.506167, 40.3085, -124.506167, 40.3085]}, {"id": "850", "type": "Feature", "properties": {"id": "ak16981979", "mag": 2.0, "time": 1506901404559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6022, 63.105, 120.0]}, "bbox": [-150.6022, 63.105, -150.6022, 63.105]}, {"id": "851", "type": "Feature", "properties": {"id": "ak16990868", "mag": 2.0, "time": 1506900397361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1198, 58.9916, 108.5]}, "bbox": [-154.1198, 58.9916, -154.1198, 58.9916]}, {"id": "852", "type": "Feature", "properties": {"id": "ak16980981", "mag": 1.3, "time": 1506899671796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.1479, 60.8928, 4.5]}, "bbox": [-138.1479, 60.8928, -138.1479, 60.8928]}, {"id": "853", "type": "Feature", "properties": {"id": "ci38016456", "mag": 1.6, "time": 1506899253540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2755, 33.976333, 5.3]}, "bbox": [-116.2755, 33.976333, -116.2755, 33.976333]}, {"id": "854", "type": "Feature", "properties": {"id": "nc72902901", "mag": 1.02, "time": 1506898875730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.816834, 1.1]}, "bbox": [-122.810165, 38.816834, -122.810165, 38.816834]}, {"id": "855", "type": "Feature", "properties": {"id": "mb80258679", "mag": 1.05, "time": 1506897817900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.891833, 12.84]}, "bbox": [-112.525833, 46.891833, -112.525833, 46.891833]}, {"id": "856", "type": "Feature", "properties": {"id": "ak16980976", "mag": 1.1, "time": 1506897164997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9167, 60.5402, 8.8]}, "bbox": [-141.9167, 60.5402, -141.9167, 60.5402]}, {"id": "857", "type": "Feature", "properties": {"id": "ak16980971", "mag": 1.8, "time": 1506896659586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1362, 61.9345, 11.0]}, "bbox": [-149.1362, 61.9345, -149.1362, 61.9345]}, {"id": "858", "type": "Feature", "properties": {"id": "ak16980968", "mag": 2.0, "time": 1506896402168, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9985, 65.5166, 15.0]}, "bbox": [-149.9985, 65.5166, -149.9985, 65.5166]}, {"id": "859", "type": "Feature", "properties": {"id": "ak16980965", "mag": 1.5, "time": 1506895579977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6538, 59.9364, 0.0]}, "bbox": [-139.6538, 59.9364, -139.6538, 59.9364]}, {"id": "860", "type": "Feature", "properties": {"id": "ci38016448", "mag": 1.52, "time": 1506895319020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.830833, 33.712, 16.9]}, "bbox": [-116.830833, 33.712, -116.830833, 33.712]}, {"id": "861", "type": "Feature", "properties": {"id": "ismpkansas70236163", "mag": 2.36, "time": 1506894257160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.905833, 36.996333, 9.62]}, "bbox": [-97.905833, 36.996333, -97.905833, 36.996333]}, {"id": "862", "type": "Feature", "properties": {"id": "ak16990861", "mag": 1.1, "time": 1506893923115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3425, 61.0789, 57.8]}, "bbox": [-150.3425, 61.0789, -150.3425, 61.0789]}, {"id": "863", "type": "Feature", "properties": {"id": "nn00607826", "mag": 1.4, "time": 1506893733690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6519, 39.1963, 5.8]}, "bbox": [-119.6519, 39.1963, -119.6519, 39.1963]}, {"id": "864", "type": "Feature", "properties": {"id": "ak16980964", "mag": 1.2, "time": 1506892711109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8709, 61.4311, 46.5]}, "bbox": [-149.8709, 61.4311, -149.8709, 61.4311]}, {"id": "865", "type": "Feature", "properties": {"id": "uw61336341", "mag": 1.82, "time": 1506892129610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.567667, 49.3235, -1.5]}, "bbox": [-120.567667, 49.3235, -120.567667, 49.3235]}, {"id": "866", "type": "Feature", "properties": {"id": "ak16990859", "mag": 1.9, "time": 1506891719402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8509, 57.8862, 54.2]}, "bbox": [-153.8509, 57.8862, -153.8509, 57.8862]}, {"id": "867", "type": "Feature", "properties": {"id": "ak16980963", "mag": 1.2, "time": 1506891059795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5477, 60.1976, 34.8]}, "bbox": [-149.5477, 60.1976, -149.5477, 60.1976]}, {"id": "868", "type": "Feature", "properties": {"id": "mb80258669", "mag": 1.06, "time": 1506890613170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515667, 46.8785, 11.55]}, "bbox": [-112.515667, 46.8785, -112.515667, 46.8785]}, {"id": "869", "type": "Feature", "properties": {"id": "ak16980956", "mag": 2.1, "time": 1506890459542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2618, 53.748, 49.3]}, "bbox": [-164.2618, 53.748, -164.2618, 53.748]}, {"id": "870", "type": "Feature", "properties": {"id": "ak16980945", "mag": 1.5, "time": 1506890359030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5485, 59.782, 2.5]}, "bbox": [-136.5485, 59.782, -136.5485, 59.782]}, {"id": "871", "type": "Feature", "properties": {"id": "ak16980939", "mag": 2.7, "time": 1506890337968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2691, 59.2151, 55.5]}, "bbox": [-152.2691, 59.2151, -152.2691, 59.2151]}, {"id": "872", "type": "Feature", "properties": {"id": "ak16980943", "mag": 2.0, "time": 1506890332904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1083, 61.5648, 11.6]}, "bbox": [-149.1083, 61.5648, -149.1083, 61.5648]}, {"id": "873", "type": "Feature", "properties": {"id": "us2000axlg", "mag": 2.5, "time": 1506890067740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7952, 35.9855, 3.13]}, "bbox": [-96.7952, 35.9855, -96.7952, 35.9855]}, {"id": "874", "type": "Feature", "properties": {"id": "nc72902871", "mag": 1.2, "time": 1506890044550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.619333, 36.969667, 5.21]}, "bbox": [-121.619333, 36.969667, -121.619333, 36.969667]}, {"id": "875", "type": "Feature", "properties": {"id": "ak16980936", "mag": 1.3, "time": 1506889965804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4052, 62.336, 46.1]}, "bbox": [-149.4052, 62.336, -149.4052, 62.336]}, {"id": "876", "type": "Feature", "properties": {"id": "ak16980933", "mag": 1.6, "time": 1506888599699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5246, 51.8512, 19.4]}, "bbox": [-174.5246, 51.8512, -174.5246, 51.8512]}, {"id": "877", "type": "Feature", "properties": {"id": "mb80258664", "mag": 1.08, "time": 1506888514540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.889833, 12.19]}, "bbox": [-112.525167, 46.889833, -112.525167, 46.889833]}, {"id": "878", "type": "Feature", "properties": {"id": "nc72902866", "mag": 1.72, "time": 1506888000180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3795, 40.710333, 18.86]}, "bbox": [-122.3795, 40.710333, -122.3795, 40.710333]}, {"id": "879", "type": "Feature", "properties": {"id": "us2000axkq", "mag": 3.3, "time": 1506887023210, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.4467, 36.1992, 5.42]}, "bbox": [-97.4467, 36.1992, -97.4467, 36.1992]}, {"id": "880", "type": "Feature", "properties": {"id": "us2000axkh", "mag": 4.4, "time": 1506885748640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3923, 15.6065, 68.63]}, "bbox": [-94.3923, 15.6065, -94.3923, 15.6065]}, {"id": "881", "type": "Feature", "properties": {"id": "us2000axkg", "mag": 4.7, "time": 1506885628670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [131.0709, 30.4016, 52.09]}, "bbox": [131.0709, 30.4016, 131.0709, 30.4016]}, {"id": "882", "type": "Feature", "properties": {"id": "nc72902851", "mag": 1.6, "time": 1506885379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.816833, 2.01]}, "bbox": [-122.806167, 38.816833, -122.806167, 38.816833]}, {"id": "883", "type": "Feature", "properties": {"id": "ak16979941", "mag": 1.1, "time": 1506885213719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2184, 62.3649, 80.4]}, "bbox": [-151.2184, 62.3649, -151.2184, 62.3649]}, {"id": "884", "type": "Feature", "properties": {"id": "nc72902846", "mag": 1.16, "time": 1506883965960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.676, 37.612, 3.61]}, "bbox": [-121.676, 37.612, -121.676, 37.612]}, {"id": "885", "type": "Feature", "properties": {"id": "nn00607803", "mag": 1.2, "time": 1506883429003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7983, 37.0626, 0.0]}, "bbox": [-117.7983, 37.0626, -117.7983, 37.0626]}, {"id": "886", "type": "Feature", "properties": {"id": "ak16990850", "mag": 1.4, "time": 1506881346159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4695, 60.2829, 104.2]}, "bbox": [-152.4695, 60.2829, -152.4695, 60.2829]}, {"id": "887", "type": "Feature", "properties": {"id": "nc72902836", "mag": 1.01, "time": 1506881205680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.831833, 1.97]}, "bbox": [-122.800835, 38.831833, -122.800835, 38.831833]}, {"id": "888", "type": "Feature", "properties": {"id": "ak16979936", "mag": 1.1, "time": 1506880968876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7414, 62.1039, 54.0]}, "bbox": [-149.7414, 62.1039, -149.7414, 62.1039]}, {"id": "889", "type": "Feature", "properties": {"id": "nn00607807", "mag": 1.1, "time": 1506880810251, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1156, 38.2725, 9.6]}, "bbox": [-119.1156, 38.2725, -119.1156, 38.2725]}, {"id": "890", "type": "Feature", "properties": {"id": "hv61928951", "mag": 2.13, "time": 1506880210700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.408493, 19.198166, 32.85]}, "bbox": [-155.408493, 19.198166, -155.408493, 19.198166]}, {"id": "891", "type": "Feature", "properties": {"id": "nn00607796", "mag": 1.4, "time": 1506880150990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7769, 37.082, 5.7]}, "bbox": [-117.7769, 37.082, -117.7769, 37.082]}, {"id": "892", "type": "Feature", "properties": {"id": "ak16979932", "mag": 1.3, "time": 1506879650012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5344, 59.9497, 0.0]}, "bbox": [-139.5344, 59.9497, -139.5344, 59.9497]}, {"id": "893", "type": "Feature", "properties": {"id": "ak16979928", "mag": 1.4, "time": 1506878561352, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7881, 59.4532, 86.2]}, "bbox": [-152.7881, 59.4532, -152.7881, 59.4532]}, {"id": "894", "type": "Feature", "properties": {"id": "us2000axj4", "mag": 4.9, "time": 1506877281250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6588, -24.2867, 10.0]}, "bbox": [-115.6588, -24.2867, -115.6588, -24.2867]}, {"id": "895", "type": "Feature", "properties": {"id": "uw61336301", "mag": 1.08, "time": 1506877137600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.289333, 46.525667, 12.49]}, "bbox": [-123.289333, 46.525667, -123.289333, 46.525667]}, {"id": "896", "type": "Feature", "properties": {"id": "us2000axiu", "mag": 4.8, "time": 1506876485410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.1816, -45.7692, 10.0]}, "bbox": [-76.1816, -45.7692, -76.1816, -45.7692]}, {"id": "897", "type": "Feature", "properties": {"id": "nc72902831", "mag": 2.39, "time": 1506876142050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.5015, 0.38]}, "bbox": [-118.8365, 37.5015, -118.8365, 37.5015]}, {"id": "898", "type": "Feature", "properties": {"id": "ak16978937", "mag": 1.2, "time": 1506875682364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0123, 63.225, 1.0]}, "bbox": [-149.0123, 63.225, -149.0123, 63.225]}, {"id": "899", "type": "Feature", "properties": {"id": "ak16990844", "mag": 1.0, "time": 1506875638383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 60.399, 0.0]}, "bbox": [-141.3476, 60.399, -141.3476, 60.399]}, {"id": "900", "type": "Feature", "properties": {"id": "ak16978936", "mag": 1.3, "time": 1506875438694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1025, 62.0191, 64.1]}, "bbox": [-151.1025, 62.0191, -151.1025, 62.0191]}, {"id": "901", "type": "Feature", "properties": {"id": "ak16990842", "mag": 1.6, "time": 1506873845866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.7815, 51.9812, 27.7]}, "bbox": [-173.7815, 51.9812, -173.7815, 51.9812]}, {"id": "902", "type": "Feature", "properties": {"id": "ak16977948", "mag": 2.0, "time": 1506871550948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.142, 60.236, 132.6]}, "bbox": [-153.142, 60.236, -153.142, 60.236]}, {"id": "903", "type": "Feature", "properties": {"id": "us2000axi9", "mag": 4.2, "time": 1506870604300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8183, -18.2769, 600.28]}, "bbox": [-177.8183, -18.2769, -177.8183, -18.2769]}, {"id": "904", "type": "Feature", "properties": {"id": "nc72902801", "mag": 1.08, "time": 1506869234490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.736333, 37.427833, 11.17]}, "bbox": [-118.736333, 37.427833, -118.736333, 37.427833]}, {"id": "905", "type": "Feature", "properties": {"id": "nc72902796", "mag": 0.97, "time": 1506869005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80983, 38.822666, 2.38]}, "bbox": [-122.80983, 38.822666, -122.80983, 38.822666]}, {"id": "906", "type": "Feature", "properties": {"id": "nc72902791", "mag": 1.02, "time": 1506868646100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.018, 37.4345, 4.76]}, "bbox": [-119.018, 37.4345, -119.018, 37.4345]}, {"id": "907", "type": "Feature", "properties": {"id": "us2000axi8", "mag": 4.5, "time": 1506868536330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.3426, 12.898, 30.37]}, "bbox": [92.3426, 12.898, 92.3426, 12.898]}, {"id": "908", "type": "Feature", "properties": {"id": "nc72902781", "mag": 1.48, "time": 1506867941180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.033833, 37.4125, 0.87]}, "bbox": [-119.033833, 37.4125, -119.033833, 37.4125]}, {"id": "909", "type": "Feature", "properties": {"id": "us2000axhz", "mag": 4.5, "time": 1506867628470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.306, 40.1598, 57.26]}, "bbox": [142.306, 40.1598, 142.306, 40.1598]}, {"id": "910", "type": "Feature", "properties": {"id": "uw61336271", "mag": 1.68, "time": 1506867619960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.078833, 44.103667, -0.53]}, "bbox": [-123.078833, 44.103667, -123.078833, 44.103667]}, {"id": "911", "type": "Feature", "properties": {"id": "ak16990839", "mag": 1.7, "time": 1506867169462, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3848, 56.4945, 79.4]}, "bbox": [-156.3848, 56.4945, -156.3848, 56.4945]}, {"id": "912", "type": "Feature", "properties": {"id": "us2000axhv", "mag": 5.0, "time": 1506866880330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5287, -22.8028, 10.0]}, "bbox": [-174.5287, -22.8028, -174.5287, -22.8028]}, {"id": "913", "type": "Feature", "properties": {"id": "ak16976960", "mag": 1.2, "time": 1506866784677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7487, 60.0824, 8.2]}, "bbox": [-140.7487, 60.0824, -140.7487, 60.0824]}, {"id": "914", "type": "Feature", "properties": {"id": "uu60250707", "mag": 2.06, "time": 1506866738590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.650333, 2.93]}, "bbox": [-111.447833, 42.650333, -111.447833, 42.650333]}, {"id": "915", "type": "Feature", "properties": {"id": "mb80258644", "mag": 1.07, "time": 1506866437550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.866, 11.8]}, "bbox": [-112.525833, 46.866, -112.525833, 46.866]}, {"id": "916", "type": "Feature", "properties": {"id": "hv61928751", "mag": 1.73, "time": 1506865813980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.633499, 19.408501, 4.16]}, "bbox": [-155.633499, 19.408501, -155.633499, 19.408501]}, {"id": "917", "type": "Feature", "properties": {"id": "ak16976951", "mag": 1.0, "time": 1506864160172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.909, 58.2689, 5.0]}, "bbox": [-154.909, 58.2689, -154.909, 58.2689]}, {"id": "918", "type": "Feature", "properties": {"id": "ak16976949", "mag": 1.0, "time": 1506864011046, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6138, 60.5977, 10.0]}, "bbox": [-141.6138, 60.5977, -141.6138, 60.5977]}, {"id": "919", "type": "Feature", "properties": {"id": "ak16990832", "mag": 1.4, "time": 1506863730810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1725, 60.1804, 135.1]}, "bbox": [-153.1725, 60.1804, -153.1725, 60.1804]}, {"id": "920", "type": "Feature", "properties": {"id": "ak16975974", "mag": 1.1, "time": 1506862307453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3672, 61.3015, 47.0]}, "bbox": [-150.3672, 61.3015, -150.3672, 61.3015]}, {"id": "921", "type": "Feature", "properties": {"id": "us2000axhf", "mag": 4.6, "time": 1506862144080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9129, 12.7332, 25.97]}, "bbox": [91.9129, 12.7332, 91.9129, 12.7332]}, {"id": "922", "type": "Feature", "properties": {"id": "ak16975970", "mag": 1.3, "time": 1506861392092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0328, 59.3749, 6.2]}, "bbox": [-157.0328, 59.3749, -157.0328, 59.3749]}, {"id": "923", "type": "Feature", "properties": {"id": "ak16975965", "mag": 1.4, "time": 1506860447567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3802, 59.7999, 122.7]}, "bbox": [-153.3802, 59.7999, -153.3802, 59.7999]}, {"id": "924", "type": "Feature", "properties": {"id": "ak16975961", "mag": 1.9, "time": 1506860241377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3702, 58.1855, 1.8]}, "bbox": [-155.3702, 58.1855, -155.3702, 58.1855]}, {"id": "925", "type": "Feature", "properties": {"id": "ci38016296", "mag": 0.97, "time": 1506860065660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200333, 33.034167, 6.74]}, "bbox": [-116.200333, 33.034167, -116.200333, 33.034167]}, {"id": "926", "type": "Feature", "properties": {"id": "nc72902736", "mag": 1.01, "time": 1506859858880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.812668, 3.13]}, "bbox": [-122.793999, 38.812668, -122.793999, 38.812668]}, {"id": "927", "type": "Feature", "properties": {"id": "ak16975960", "mag": 2.0, "time": 1506859830456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5366, 51.4282, 50.4]}, "bbox": [-175.5366, 51.4282, -175.5366, 51.4282]}, {"id": "928", "type": "Feature", "properties": {"id": "ak16974988", "mag": 1.1, "time": 1506859403703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7216, 57.888, 61.0]}, "bbox": [-153.7216, 57.888, -153.7216, 57.888]}, {"id": "929", "type": "Feature", "properties": {"id": "nn00607763", "mag": 2.0, "time": 1506858283945, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6834, 40.0949, 13.6]}, "bbox": [-119.6834, 40.0949, -119.6834, 40.0949]}, {"id": "930", "type": "Feature", "properties": {"id": "ak16974986", "mag": 1.5, "time": 1506857978595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6219, 59.7494, 10.6]}, "bbox": [-136.6219, 59.7494, -136.6219, 59.7494]}, {"id": "931", "type": "Feature", "properties": {"id": "ci38016272", "mag": 1.31, "time": 1506857701950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.46, 34.330833, 3.08]}, "bbox": [-116.46, 34.330833, -116.46, 34.330833]}, {"id": "932", "type": "Feature", "properties": {"id": "mb80258619", "mag": 1.22, "time": 1506857080460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.509667, 46.908167, 15.76]}, "bbox": [-112.509667, 46.908167, -112.509667, 46.908167]}, {"id": "933", "type": "Feature", "properties": {"id": "ak16974980", "mag": 2.0, "time": 1506856935435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4679, 51.6302, 13.1]}, "bbox": [-178.4679, 51.6302, -178.4679, 51.6302]}, {"id": "934", "type": "Feature", "properties": {"id": "ak16974977", "mag": 1.7, "time": 1506856591674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0171, 58.9928, 112.8]}, "bbox": [-154.0171, 58.9928, -154.0171, 58.9928]}, {"id": "935", "type": "Feature", "properties": {"id": "ak16990818", "mag": 1.6, "time": 1506856352544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6069, 60.035, 157.2]}, "bbox": [-153.6069, 60.035, -153.6069, 60.035]}, {"id": "936", "type": "Feature", "properties": {"id": "nc72902701", "mag": 1.04, "time": 1506856284600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718, 38.742333, 1.86]}, "bbox": [-122.718, 38.742333, -122.718, 38.742333]}, {"id": "937", "type": "Feature", "properties": {"id": "ak16974975", "mag": 1.2, "time": 1506856083450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5011, 64.299, 14.0]}, "bbox": [-154.5011, 64.299, -154.5011, 64.299]}, {"id": "938", "type": "Feature", "properties": {"id": "ak16974972", "mag": 1.5, "time": 1506855936313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5182, 59.9216, 0.0]}, "bbox": [-139.5182, 59.9216, -139.5182, 59.9216]}, {"id": "939", "type": "Feature", "properties": {"id": "ci38016224", "mag": 1.28, "time": 1506855241040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.649, 12.54]}, "bbox": [-116.731167, 33.649, -116.731167, 33.649]}, {"id": "940", "type": "Feature", "properties": {"id": "ak16990815", "mag": 2.8, "time": 1506854643419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4705, 51.8814, 165.3]}, "bbox": [179.4705, 51.8814, 179.4705, 51.8814]}, {"id": "941", "type": "Feature", "properties": {"id": "hv61928636", "mag": 2.82, "time": 1506854300970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.485667, 20.355333, 14.282]}, "bbox": [-156.485667, 20.355333, -156.485667, 20.355333]}, {"id": "942", "type": "Feature", "properties": {"id": "ak16974969", "mag": 1.4, "time": 1506854297360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6332, 59.9863, 7.4]}, "bbox": [-148.6332, 59.9863, -148.6332, 59.9863]}, {"id": "943", "type": "Feature", "properties": {"id": "nc72902676", "mag": 1.69, "time": 1506853476410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.984, 37.5295, 2.12]}, "bbox": [-118.984, 37.5295, -118.984, 37.5295]}, {"id": "944", "type": "Feature", "properties": {"id": "ak16973994", "mag": 1.0, "time": 1506853292474, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0636, 62.2825, 41.1]}, "bbox": [-149.0636, 62.2825, -149.0636, 62.2825]}, {"id": "945", "type": "Feature", "properties": {"id": "nn00607794", "mag": 1.1, "time": 1506852962371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9213, 38.3646, 5.4]}, "bbox": [-118.9213, 38.3646, -118.9213, 38.3646]}, {"id": "946", "type": "Feature", "properties": {"id": "ci38016200", "mag": 1.06, "time": 1506852815200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791833, 33.502167, 4.66]}, "bbox": [-116.791833, 33.502167, -116.791833, 33.502167]}, {"id": "947", "type": "Feature", "properties": {"id": "us2000axgb", "mag": 5.1, "time": 1506852415110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6916, -24.4751, 87.71]}, "bbox": [-176.6916, -24.4751, -176.6916, -24.4751]}, {"id": "948", "type": "Feature", "properties": {"id": "ci38016192", "mag": 1.27, "time": 1506852211900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.464167, 36.311167, 0.93]}, "bbox": [-117.464167, 36.311167, -117.464167, 36.311167]}, {"id": "949", "type": "Feature", "properties": {"id": "ak16990809", "mag": 1.3, "time": 1506851397558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4428, 58.7981, 124.3]}, "bbox": [-154.4428, 58.7981, -154.4428, 58.7981]}, {"id": "950", "type": "Feature", "properties": {"id": "ak16973987", "mag": 1.3, "time": 1506850332700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1498, 59.6631, 104.2]}, "bbox": [-153.1498, 59.6631, -153.1498, 59.6631]}, {"id": "951", "type": "Feature", "properties": {"id": "nc72902646", "mag": 1.37, "time": 1506850223860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.452, 37.402167, 4.64]}, "bbox": [-118.452, 37.402167, -118.452, 37.402167]}, {"id": "952", "type": "Feature", "properties": {"id": "us2000axfz", "mag": 4.0, "time": 1506849733290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8612, 14.9405, 53.39]}, "bbox": [-93.8612, 14.9405, -93.8612, 14.9405]}, {"id": "953", "type": "Feature", "properties": {"id": "ak16973981", "mag": 1.6, "time": 1506849720561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2003, 60.1713, 129.2]}, "bbox": [-153.2003, 60.1713, -153.2003, 60.1713]}, {"id": "954", "type": "Feature", "properties": {"id": "ak16973012", "mag": 1.1, "time": 1506849332753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7558, 59.8604, 10.3]}, "bbox": [-136.7558, 59.8604, -136.7558, 59.8604]}, {"id": "955", "type": "Feature", "properties": {"id": "us2000axfu", "mag": 4.4, "time": 1506848263400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7814, 18.4858, 79.09]}, "bbox": [-67.7814, 18.4858, -67.7814, 18.4858]}, {"id": "956", "type": "Feature", "properties": {"id": "ci38016176", "mag": 1.75, "time": 1506848220800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.651333, 35.934333, 2.81]}, "bbox": [-117.651333, 35.934333, -117.651333, 35.934333]}, {"id": "957", "type": "Feature", "properties": {"id": "ci38016160", "mag": 1.37, "time": 1506846375610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.908333, 35.5955, 1.49]}, "bbox": [-116.908333, 35.5955, -116.908333, 35.5955]}, {"id": "958", "type": "Feature", "properties": {"id": "ak16990805", "mag": 2.5, "time": 1506845582617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.7071, 51.7987, 13.4]}, "bbox": [-169.7071, 51.7987, -169.7071, 51.7987]}, {"id": "959", "type": "Feature", "properties": {"id": "ak16972044", "mag": 1.1, "time": 1506843571095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 61.0501, 21.4]}, "bbox": [-150.4859, 61.0501, -150.4859, 61.0501]}, {"id": "960", "type": "Feature", "properties": {"id": "us2000axfi", "mag": 4.1, "time": 1506843463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.5019, -1.5006, 197.35]}, "bbox": [-77.5019, -1.5006, -77.5019, -1.5006]}, {"id": "961", "type": "Feature", "properties": {"id": "ak16972038", "mag": 1.5, "time": 1506842124989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6539, 62.7976, 71.1]}, "bbox": [-149.6539, 62.7976, -149.6539, 62.7976]}, {"id": "962", "type": "Feature", "properties": {"id": "ak16972036", "mag": 1.2, "time": 1506841940900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 61.6968, 61.0]}, "bbox": [-150.8258, 61.6968, -150.8258, 61.6968]}, {"id": "963", "type": "Feature", "properties": {"id": "mb80258604", "mag": 1.59, "time": 1506841735050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.459167, 46.866, 10.9]}, "bbox": [-112.459167, 46.866, -112.459167, 46.866]}, {"id": "964", "type": "Feature", "properties": {"id": "ci38016112", "mag": 1.44, "time": 1506840801230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2085, 34.452833, 11.88]}, "bbox": [-119.2085, 34.452833, -119.2085, 34.452833]}, {"id": "965", "type": "Feature", "properties": {"id": "ismpkansas70236143", "mag": 1.72, "time": 1506840567300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7785, 37.328333, 4.35]}, "bbox": [-97.7785, 37.328333, -97.7785, 37.328333]}, {"id": "966", "type": "Feature", "properties": {"id": "ak16990799", "mag": 1.1, "time": 1506840419377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7218, 59.2315, 9.7]}, "bbox": [-152.7218, 59.2315, -152.7218, 59.2315]}, {"id": "967", "type": "Feature", "properties": {"id": "ak16971064", "mag": 2.6, "time": 1506838204059, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5055, 59.3191, 8.4]}, "bbox": [-148.5055, 59.3191, -148.5055, 59.3191]}, {"id": "968", "type": "Feature", "properties": {"id": "us2000axek", "mag": 3.2, "time": 1506836917300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7711, 36.4532, 6.9]}, "bbox": [-98.7711, 36.4532, -98.7711, 36.4532]}, {"id": "969", "type": "Feature", "properties": {"id": "ak16970116", "mag": 2.7, "time": 1506836847043, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9474, 62.6019, 6.3]}, "bbox": [-152.9474, 62.6019, -152.9474, 62.6019]}, {"id": "970", "type": "Feature", "properties": {"id": "nc72902586", "mag": 1.42, "time": 1506836822020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604, 4.13]}, "bbox": [-118.8205, 37.604, -118.8205, 37.604]}, {"id": "971", "type": "Feature", "properties": {"id": "nc72902581", "mag": 1.71, "time": 1506836766960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604333, 4.0]}, "bbox": [-118.8205, 37.604333, -118.8205, 37.604333]}, {"id": "972", "type": "Feature", "properties": {"id": "hv61928476", "mag": 1.81, "time": 1506836276760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.631836, 19.188999, 0.89]}, "bbox": [-155.631836, 19.188999, -155.631836, 19.188999]}, {"id": "973", "type": "Feature", "properties": {"id": "ak16970114", "mag": 1.3, "time": 1506835946408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.345, 60.1863, 0.0]}, "bbox": [-141.345, 60.1863, -141.345, 60.1863]}, {"id": "974", "type": "Feature", "properties": {"id": "uu60250622", "mag": 2.13, "time": 1506835247610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.578, 38.7305, -0.01]}, "bbox": [-112.578, 38.7305, -112.578, 38.7305]}, {"id": "975", "type": "Feature", "properties": {"id": "us2000axe4", "mag": 4.2, "time": 1506834536440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.1269, -6.2836, 59.98]}, "bbox": [146.1269, -6.2836, 146.1269, -6.2836]}, {"id": "976", "type": "Feature", "properties": {"id": "us2000axdz", "mag": 4.1, "time": 1506833874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.5987, 9.126, 39.13]}, "bbox": [-85.5987, 9.126, -85.5987, 9.126]}, {"id": "977", "type": "Feature", "properties": {"id": "ak16970083", "mag": 2.0, "time": 1506833288717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6914, 61.3678, 29.1]}, "bbox": [-149.6914, 61.3678, -149.6914, 61.3678]}, {"id": "978", "type": "Feature", "properties": {"id": "ak16969148", "mag": 1.9, "time": 1506832174570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9412, 51.6192, 50.9]}, "bbox": [-175.9412, 51.6192, -175.9412, 51.6192]}, {"id": "979", "type": "Feature", "properties": {"id": "ak16969146", "mag": 1.0, "time": 1506831622152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.577, 62.7735, 79.4]}, "bbox": [-150.577, 62.7735, -150.577, 62.7735]}, {"id": "980", "type": "Feature", "properties": {"id": "ci38016048", "mag": 1.04, "time": 1506831472900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.833167, 33.669167, 16.1]}, "bbox": [-116.833167, 33.669167, -116.833167, 33.669167]}, {"id": "981", "type": "Feature", "properties": {"id": "ci38016040", "mag": 1.1, "time": 1506831149410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.485, 36.3695, 1.6]}, "bbox": [-117.485, 36.3695, -117.485, 36.3695]}, {"id": "982", "type": "Feature", "properties": {"id": "mb80258549", "mag": 1.59, "time": 1506830710300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.889833, 13.14]}, "bbox": [-112.5235, 46.889833, -112.5235, 46.889833]}, {"id": "983", "type": "Feature", "properties": {"id": "hv61928346", "mag": 2.95, "time": 1506829826670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.095333, 19.715167, 33.794]}, "bbox": [-156.095333, 19.715167, -156.095333, 19.715167]}, {"id": "984", "type": "Feature", "properties": {"id": "ak16990790", "mag": 1.0, "time": 1506829471423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2898, 60.1429, 0.0]}, "bbox": [-141.2898, 60.1429, -141.2898, 60.1429]}, {"id": "985", "type": "Feature", "properties": {"id": "nc72902546", "mag": 1.45, "time": 1506828244030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 36.626, 8.14]}, "bbox": [-121.157167, 36.626, -121.157167, 36.626]}, {"id": "986", "type": "Feature", "properties": {"id": "mb80258544", "mag": 1.11, "time": 1506828010380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.871, 10.92]}, "bbox": [-112.526333, 46.871, -112.526333, 46.871]}, {"id": "987", "type": "Feature", "properties": {"id": "nc72902531", "mag": 1.44, "time": 1506827498200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.228833, 36.619333, 4.82]}, "bbox": [-121.228833, 36.619333, -121.228833, 36.619333]}, {"id": "988", "type": "Feature", "properties": {"id": "ak16968180", "mag": 2.0, "time": 1506827492404, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.739, 61.1833, 86.4]}, "bbox": [-151.739, 61.1833, -151.739, 61.1833]}, {"id": "989", "type": "Feature", "properties": {"id": "us2000axpk", "mag": 1.6, "time": 1506827393900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.9053, 41.6481, 6.51]}, "bbox": [-70.9053, 41.6481, -70.9053, 41.6481]}, {"id": "990", "type": "Feature", "properties": {"id": "ci38015992", "mag": 1.15, "time": 1506827015230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3845, 35.111667, 5.93]}, "bbox": [-118.3845, 35.111667, -118.3845, 35.111667]}, {"id": "991", "type": "Feature", "properties": {"id": "hv61928261", "mag": 2.05, "time": 1506825377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.476502, 19.216, 37.47]}, "bbox": [-155.476502, 19.216, -155.476502, 19.216]}, {"id": "992", "type": "Feature", "properties": {"id": "ak16990784", "mag": 1.4, "time": 1506825243899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2232, 51.7576, 46.6]}, "bbox": [-174.2232, 51.7576, -174.2232, 51.7576]}, {"id": "993", "type": "Feature", "properties": {"id": "uw61336131", "mag": 1.16, "time": 1506825168050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9095, 48.316167, 1.09]}, "bbox": [-121.9095, 48.316167, -121.9095, 48.316167]}, {"id": "994", "type": "Feature", "properties": {"id": "mb80258539", "mag": 1.53, "time": 1506824807150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.877, 11.86]}, "bbox": [-112.528833, 46.877, -112.528833, 46.877]}, {"id": "995", "type": "Feature", "properties": {"id": "ak16967237", "mag": 1.8, "time": 1506824784256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7866, 53.1332, 25.6]}, "bbox": [-166.7866, 53.1332, -166.7866, 53.1332]}, {"id": "996", "type": "Feature", "properties": {"id": "ak16990782", "mag": 2.0, "time": 1506823956350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6834, 51.2465, 35.3]}, "bbox": [-173.6834, 51.2465, -173.6834, 51.2465]}, {"id": "997", "type": "Feature", "properties": {"id": "ak16990781", "mag": 1.3, "time": 1506823856677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.521, 59.9658, 0.0]}, "bbox": [-139.521, 59.9658, -139.521, 59.9658]}, {"id": "998", "type": "Feature", "properties": {"id": "nc72902506", "mag": 1.22, "time": 1506821920520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7125, 37.351167, 7.83]}, "bbox": [-121.7125, 37.351167, -121.7125, 37.351167]}, {"id": "999", "type": "Feature", "properties": {"id": "us2000axct", "mag": 5.1, "time": 1506821726490, "felt": 125.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.1491, 7.5135, 142.73]}, "bbox": [-73.1491, 7.5135, -73.1491, 7.5135]}, {"id": "1000", "type": "Feature", "properties": {"id": "ci38015920", "mag": 1.75, "time": 1506821149880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.354833, 33.961167, 5.95]}, "bbox": [-116.354833, 33.961167, -116.354833, 33.961167]}, {"id": "1001", "type": "Feature", "properties": {"id": "us2000axcn", "mag": 4.9, "time": 1506821107970, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5685, 36.9167, 10.0]}, "bbox": [140.5685, 36.9167, 140.5685, 36.9167]}, {"id": "1002", "type": "Feature", "properties": {"id": "ak16990780", "mag": 2.5, "time": 1506821107760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8117, 51.8357, 61.8]}, "bbox": [-169.8117, 51.8357, -169.8117, 51.8357]}, {"id": "1003", "type": "Feature", "properties": {"id": "ci38015912", "mag": 1.0, "time": 1506820492420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.119167, 33.9365, 14.07]}, "bbox": [-117.119167, 33.9365, -117.119167, 33.9365]}, {"id": "1004", "type": "Feature", "properties": {"id": "ak16990779", "mag": 1.3, "time": 1506819992776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8841, 57.2184, 46.9]}, "bbox": [-153.8841, 57.2184, -153.8841, 57.2184]}, {"id": "1005", "type": "Feature", "properties": {"id": "ak16990778", "mag": 1.0, "time": 1506819499573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4019, 63.1122, 97.2]}, "bbox": [-150.4019, 63.1122, -150.4019, 63.1122]}, {"id": "1006", "type": "Feature", "properties": {"id": "nc72902491", "mag": 1.79, "time": 1506819103020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939, 37.635333, 5.76]}, "bbox": [-118.939, 37.635333, -118.939, 37.635333]}, {"id": "1007", "type": "Feature", "properties": {"id": "ak16966268", "mag": 1.8, "time": 1506818601975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9252, 60.1498, 112.5]}, "bbox": [-152.9252, 60.1498, -152.9252, 60.1498]}, {"id": "1008", "type": "Feature", "properties": {"id": "ak16966264", "mag": 1.5, "time": 1506818511725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4432, 51.7288, 13.5]}, "bbox": [-178.4432, 51.7288, -178.4432, 51.7288]}, {"id": "1009", "type": "Feature", "properties": {"id": "ak16966263", "mag": 2.1, "time": 1506818242272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7041, 52.7581, 14.9]}, "bbox": [-166.7041, 52.7581, -166.7041, 52.7581]}, {"id": "1010", "type": "Feature", "properties": {"id": "ak16990774", "mag": 1.5, "time": 1506818099252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4546, 51.7076, 6.6]}, "bbox": [-178.4546, 51.7076, -178.4546, 51.7076]}, {"id": "1011", "type": "Feature", "properties": {"id": "ak16990772", "mag": 2.7, "time": 1506817440647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6939, 51.8802, 15.5]}, "bbox": [-169.6939, 51.8802, -169.6939, 51.8802]}, {"id": "1012", "type": "Feature", "properties": {"id": "us2000axc3", "mag": 4.5, "time": 1506817163710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.9456, 7.2071, 68.13]}, "bbox": [126.9456, 7.2071, 126.9456, 7.2071]}, {"id": "1013", "type": "Feature", "properties": {"id": "ak16965336", "mag": 1.9, "time": 1506816635445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9899, 60.0896, 71.7]}, "bbox": [-151.9899, 60.0896, -151.9899, 60.0896]}, {"id": "1014", "type": "Feature", "properties": {"id": "ak16965329", "mag": 1.2, "time": 1506816385660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3486, 64.9885, 0.0]}, "bbox": [-147.3486, 64.9885, -147.3486, 64.9885]}, {"id": "1015", "type": "Feature", "properties": {"id": "us2000axbx", "mag": 4.3, "time": 1506816328880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.9474, 51.9828, 27.38]}, "bbox": [-169.9474, 51.9828, -169.9474, 51.9828]}, {"id": "1016", "type": "Feature", "properties": {"id": "hv61928136", "mag": 2.02, "time": 1506816129630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.123672, 19.313999, 2.22]}, "bbox": [-155.123672, 19.313999, -155.123672, 19.313999]}, {"id": "1017", "type": "Feature", "properties": {"id": "uu60250512", "mag": 2.38, "time": 1506814998100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.459167, 42.663667, 2.14]}, "bbox": [-111.459167, 42.663667, -111.459167, 42.663667]}, {"id": "1018", "type": "Feature", "properties": {"id": "us2000axbj", "mag": 3.2, "time": 1506814776660, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4566, 42.652, 6.15]}, "bbox": [-111.4566, 42.652, -111.4566, 42.652]}, {"id": "1019", "type": "Feature", "properties": {"id": "us2000axba", "mag": 2.8, "time": 1506814745510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4606, 42.6545, 4.98]}, "bbox": [-111.4606, 42.6545, -111.4606, 42.6545]}, {"id": "1020", "type": "Feature", "properties": {"id": "us2000axb6", "mag": 2.7, "time": 1506814557760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.473, 42.6754, 3.19]}, "bbox": [-111.473, 42.6754, -111.473, 42.6754]}, {"id": "1021", "type": "Feature", "properties": {"id": "ak16964389", "mag": 1.2, "time": 1506813911112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5092, 62.3699, 51.0]}, "bbox": [-149.5092, 62.3699, -149.5092, 62.3699]}, {"id": "1022", "type": "Feature", "properties": {"id": "ci38015880", "mag": 1.87, "time": 1506813831910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.455333, 34.324167, 2.96]}, "bbox": [-116.455333, 34.324167, -116.455333, 34.324167]}, {"id": "1023", "type": "Feature", "properties": {"id": "us2000axas", "mag": 5.5, "time": 1506813329570, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5426, 3.9405, 10.0]}, "bbox": [128.5426, 3.9405, 128.5426, 3.9405]}, {"id": "1024", "type": "Feature", "properties": {"id": "ak16964388", "mag": 1.6, "time": 1506812976279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5291, 59.2674, 85.5]}, "bbox": [-152.5291, 59.2674, -152.5291, 59.2674]}, {"id": "1025", "type": "Feature", "properties": {"id": "ak16989805", "mag": 1.4, "time": 1506812398891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7509, 60.014, 105.7]}, "bbox": [-152.7509, 60.014, -152.7509, 60.014]}, {"id": "1026", "type": "Feature", "properties": {"id": "ak16964387", "mag": 1.0, "time": 1506812112182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1116, 62.3522, 7.1]}, "bbox": [-149.1116, 62.3522, -149.1116, 62.3522]}, {"id": "1027", "type": "Feature", "properties": {"id": "ak16964380", "mag": 1.0, "time": 1506811899089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6933, 62.6659, 6.2]}, "bbox": [-152.6933, 62.6659, -152.6933, 62.6659]}, {"id": "1028", "type": "Feature", "properties": {"id": "nn00607730", "mag": 1.0, "time": 1506811774166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9049, 37.2915, 0.0]}, "bbox": [-115.9049, 37.2915, -115.9049, 37.2915]}, {"id": "1029", "type": "Feature", "properties": {"id": "nn00607738", "mag": 1.0, "time": 1506811292528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8999, 37.2878, 3.1]}, "bbox": [-115.8999, 37.2878, -115.8999, 37.2878]}, {"id": "1030", "type": "Feature", "properties": {"id": "nn00607737", "mag": 1.1, "time": 1506811240125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9056, 37.279, 6.4]}, "bbox": [-115.9056, 37.279, -115.9056, 37.279]}, {"id": "1031", "type": "Feature", "properties": {"id": "nn00607728", "mag": 1.1, "time": 1506811230164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9061, 37.2885, 0.0]}, "bbox": [-115.9061, 37.2885, -115.9061, 37.2885]}, {"id": "1032", "type": "Feature", "properties": {"id": "uu60250442", "mag": 2.43, "time": 1506810599500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.661, 2.56]}, "bbox": [-111.4515, 42.661, -111.4515, 42.661]}, {"id": "1033", "type": "Feature", "properties": {"id": "ak16963468", "mag": 1.2, "time": 1506810291866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5204, 63.352, 8.1]}, "bbox": [-151.5204, 63.352, -151.5204, 63.352]}, {"id": "1034", "type": "Feature", "properties": {"id": "nn00607721", "mag": 1.4, "time": 1506807445148, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6755, 40.2201, 8.1]}, "bbox": [-117.6755, 40.2201, -117.6755, 40.2201]}, {"id": "1035", "type": "Feature", "properties": {"id": "ak16963443", "mag": 1.1, "time": 1506806484011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3476, 61.4217, 25.5]}, "bbox": [-147.3476, 61.4217, -147.3476, 61.4217]}, {"id": "1036", "type": "Feature", "properties": {"id": "ak16963413", "mag": 2.3, "time": 1506806152613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0067, 60.9307, 14.1]}, "bbox": [-144.0067, 60.9307, -144.0067, 60.9307]}, {"id": "1037", "type": "Feature", "properties": {"id": "ak16962501", "mag": 4.2, "time": 1506806106026, "felt": 17.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.2422, 59.621, 83.6]}, "bbox": [-152.2422, 59.621, -152.2422, 59.621]}, {"id": "1038", "type": "Feature", "properties": {"id": "ak16989798", "mag": 1.1, "time": 1506805696616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7955, 61.7318, 98.9]}, "bbox": [-151.7955, 61.7318, -151.7955, 61.7318]}, {"id": "1039", "type": "Feature", "properties": {"id": "us2000ax9r", "mag": 4.7, "time": 1506805651800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9751, 27.653, 485.8]}, "bbox": [139.9751, 27.653, 139.9751, 27.653]}, {"id": "1040", "type": "Feature", "properties": {"id": "uw61335981", "mag": 1.82, "time": 1506805100680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.056833, 48.412333, 50.6]}, "bbox": [-123.056833, 48.412333, -123.056833, 48.412333]}, {"id": "1041", "type": "Feature", "properties": {"id": "nc72902471", "mag": 2.5, "time": 1506804691550, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2745, 38.558167, 6.21]}, "bbox": [-122.2745, 38.558167, -122.2745, 38.558167]}, {"id": "1042", "type": "Feature", "properties": {"id": "nc71107604", "mag": 0.96, "time": 1506804690650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.780167, 35.5105, 3.92]}, "bbox": [-120.780167, 35.5105, -120.780167, 35.5105]}, {"id": "1043", "type": "Feature", "properties": {"id": "ci38015856", "mag": 1.0, "time": 1506804008820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791, 33.512, 6.24]}, "bbox": [-116.791, 33.512, -116.791, 33.512]}, {"id": "1044", "type": "Feature", "properties": {"id": "us2000ax9d", "mag": 4.1, "time": 1506803686610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.7108, -8.0939, 216.64]}, "bbox": [122.7108, -8.0939, 122.7108, -8.0939]}, {"id": "1045", "type": "Feature", "properties": {"id": "us2000ax9h", "mag": 3.5, "time": 1506803627030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5125, 17.7855, 35.0]}, "bbox": [-68.5125, 17.7855, -68.5125, 17.7855]}, {"id": "1046", "type": "Feature", "properties": {"id": "hv61927906", "mag": 3.49, "time": 1506803617560, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.469, 19.209667, 35.947]}, "bbox": [-155.469, 19.209667, -155.469, 19.209667]}, {"id": "1047", "type": "Feature", "properties": {"id": "us2000ax99", "mag": 4.7, "time": 1506802488710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8145, 21.6564, 64.59]}, "bbox": [143.8145, 21.6564, 143.8145, 21.6564]}, {"id": "1048", "type": "Feature", "properties": {"id": "ci38015848", "mag": 1.38, "time": 1506802371860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363167, 33.357333, 10.38]}, "bbox": [-116.363167, 33.357333, -116.363167, 33.357333]}, {"id": "1049", "type": "Feature", "properties": {"id": "nc72902466", "mag": 1.77, "time": 1506801988210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.781, 38.796667, 3.44]}, "bbox": [-122.781, 38.796667, -122.781, 38.796667]}, {"id": "1050", "type": "Feature", "properties": {"id": "ak16962490", "mag": 1.1, "time": 1506800090127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1783, 59.7871, 69.4]}, "bbox": [-152.1783, 59.7871, -152.1783, 59.7871]}, {"id": "1051", "type": "Feature", "properties": {"id": "ak16962484", "mag": 1.5, "time": 1506799366659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6852, 63.5864, 3.0]}, "bbox": [-150.6852, 63.5864, -150.6852, 63.5864]}, {"id": "1052", "type": "Feature", "properties": {"id": "nn00607710", "mag": 1.2, "time": 1506799171022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1362, 38.2888, 10.3]}, "bbox": [-118.1362, 38.2888, -118.1362, 38.2888]}, {"id": "1053", "type": "Feature", "properties": {"id": "ak16962480", "mag": 3.0, "time": 1506798820424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1572, 55.8639, 11.9]}, "bbox": [-143.1572, 55.8639, -143.1572, 55.8639]}, {"id": "1054", "type": "Feature", "properties": {"id": "ak16989794", "mag": 1.9, "time": 1506798785904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2132, 52.0688, 7.4]}, "bbox": [-176.2132, 52.0688, -176.2132, 52.0688]}, {"id": "1055", "type": "Feature", "properties": {"id": "mb80258414", "mag": 1.87, "time": 1506798465250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525333, 46.872833, 11.78]}, "bbox": [-112.525333, 46.872833, -112.525333, 46.872833]}, {"id": "1056", "type": "Feature", "properties": {"id": "us2000ax8b", "mag": 2.5, "time": 1506797682590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.6659, 3.65]}, "bbox": [-111.4618, 42.6659, -111.4618, 42.6659]}, {"id": "1057", "type": "Feature", "properties": {"id": "ak16962476", "mag": 1.4, "time": 1506797627539, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5093, 61.3123, 6.1]}, "bbox": [-152.5093, 61.3123, -152.5093, 61.3123]}, {"id": "1058", "type": "Feature", "properties": {"id": "ak16961588", "mag": 1.1, "time": 1506797036668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7901, 63.2441, 12.8]}, "bbox": [-149.7901, 63.2441, -149.7901, 63.2441]}, {"id": "1059", "type": "Feature", "properties": {"id": "us2000b0d3", "mag": 4.1, "time": 1506796297940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8027, 15.4984, 19.41]}, "bbox": [-94.8027, 15.4984, -94.8027, 15.4984]}, {"id": "1060", "type": "Feature", "properties": {"id": "ci38015776", "mag": 1.28, "time": 1506796206280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.89, 34.349167, 2.93]}, "bbox": [-116.89, 34.349167, -116.89, 34.349167]}, {"id": "1061", "type": "Feature", "properties": {"id": "ak16961586", "mag": 2.0, "time": 1506795961720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8619, 51.4801, 41.6]}, "bbox": [-177.8619, 51.4801, -177.8619, 51.4801]}, {"id": "1062", "type": "Feature", "properties": {"id": "ak16961585", "mag": 1.1, "time": 1506795458511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5581, 61.5616, 72.2]}, "bbox": [-151.5581, 61.5616, -151.5581, 61.5616]}, {"id": "1063", "type": "Feature", "properties": {"id": "ci38015752", "mag": 1.52, "time": 1506795424490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.160667, 34.4365, 4.43]}, "bbox": [-119.160667, 34.4365, -119.160667, 34.4365]}, {"id": "1064", "type": "Feature", "properties": {"id": "us2000ax7s", "mag": 4.8, "time": 1506795349220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9189, 16.1602, 51.93]}, "bbox": [-94.9189, 16.1602, -94.9189, 16.1602]}, {"id": "1065", "type": "Feature", "properties": {"id": "nc72904876", "mag": 1.25, "time": 1506795206390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.484167, 40.699167, 11.98]}, "bbox": [-121.484167, 40.699167, -121.484167, 40.699167]}, {"id": "1066", "type": "Feature", "properties": {"id": "ak16961582", "mag": 1.1, "time": 1506794436503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6079, 60.1354, 9.8]}, "bbox": [-141.6079, 60.1354, -141.6079, 60.1354]}, {"id": "1067", "type": "Feature", "properties": {"id": "ak16961580", "mag": 1.1, "time": 1506794299451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5942, 60.1565, 7.4]}, "bbox": [-141.5942, 60.1565, -141.5942, 60.1565]}, {"id": "1068", "type": "Feature", "properties": {"id": "ak16961575", "mag": 1.6, "time": 1506793157002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.119, 51.4689, 25.2]}, "bbox": [-178.119, 51.4689, -178.119, 51.4689]}, {"id": "1069", "type": "Feature", "properties": {"id": "us2000ax76", "mag": 4.9, "time": 1506789944160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9767, 1.0533, 10.0]}, "bbox": [-90.9767, 1.0533, -90.9767, 1.0533]}, {"id": "1070", "type": "Feature", "properties": {"id": "nc72902376", "mag": 1.84, "time": 1506788771420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8085, 38.817833, 3.12]}, "bbox": [-122.8085, 38.817833, -122.8085, 38.817833]}, {"id": "1071", "type": "Feature", "properties": {"id": "nc72902381", "mag": 1.19, "time": 1506788628860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3415, 37.8225, -0.07]}, "bbox": [-122.3415, 37.8225, -122.3415, 37.8225]}, {"id": "1072", "type": "Feature", "properties": {"id": "ak16960680", "mag": 2.9, "time": 1506788491228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9778, 51.4147, 57.6]}, "bbox": [179.9778, 51.4147, 179.9778, 51.4147]}, {"id": "1073", "type": "Feature", "properties": {"id": "ak16989782", "mag": 1.1, "time": 1506788345464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7866, 57.4545, 53.8]}, "bbox": [-154.7866, 57.4545, -154.7866, 57.4545]}, {"id": "1074", "type": "Feature", "properties": {"id": "nc72902371", "mag": 1.16, "time": 1506786770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.691, 38.7405, 1.44]}, "bbox": [-122.691, 38.7405, -122.691, 38.7405]}, {"id": "1075", "type": "Feature", "properties": {"id": "us2000ax6w", "mag": 2.6, "time": 1506785489440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5446, 36.2305, 5.63]}, "bbox": [-97.5446, 36.2305, -97.5446, 36.2305]}, {"id": "1076", "type": "Feature", "properties": {"id": "ak16959801", "mag": 1.0, "time": 1506785312713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7001, 61.542, 58.2]}, "bbox": [-150.7001, 61.542, -150.7001, 61.542]}, {"id": "1077", "type": "Feature", "properties": {"id": "mb80258389", "mag": 1.27, "time": 1506783781070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531167, 46.8685, 11.42]}, "bbox": [-112.531167, 46.8685, -112.531167, 46.8685]}, {"id": "1078", "type": "Feature", "properties": {"id": "ci38015696", "mag": 2.28, "time": 1506783542670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492667, 34.216, 5.74]}, "bbox": [-117.492667, 34.216, -117.492667, 34.216]}, {"id": "1079", "type": "Feature", "properties": {"id": "ak16959795", "mag": 1.6, "time": 1506783111232, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5985, 59.916, 0.0]}, "bbox": [-139.5985, 59.916, -139.5985, 59.916]}, {"id": "1080", "type": "Feature", "properties": {"id": "nc72902346", "mag": 1.53, "time": 1506782817930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.249667, 37.864833, 5.03]}, "bbox": [-122.249667, 37.864833, -122.249667, 37.864833]}, {"id": "1081", "type": "Feature", "properties": {"id": "nc72902336", "mag": 1.34, "time": 1506782106540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.603833, 4.12]}, "bbox": [-118.819833, 37.603833, -118.819833, 37.603833]}, {"id": "1082", "type": "Feature", "properties": {"id": "ci38015672", "mag": 1.46, "time": 1506781658250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2715, 34.059333, 15.26]}, "bbox": [-117.2715, 34.059333, -117.2715, 34.059333]}, {"id": "1083", "type": "Feature", "properties": {"id": "uw61335861", "mag": 1.05, "time": 1506780581040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.452333, 48.382667, 22.31]}, "bbox": [-122.452333, 48.382667, -122.452333, 48.382667]}, {"id": "1084", "type": "Feature", "properties": {"id": "hv61927751", "mag": 2.29, "time": 1506780487200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.627833, 19.405333, 3.602]}, "bbox": [-155.627833, 19.405333, -155.627833, 19.405333]}, {"id": "1085", "type": "Feature", "properties": {"id": "ak16958915", "mag": 1.1, "time": 1506779690755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.5599, 60.3017, 2.0]}, "bbox": [-143.5599, 60.3017, -143.5599, 60.3017]}, {"id": "1086", "type": "Feature", "properties": {"id": "ak16958913", "mag": 1.2, "time": 1506779388174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6949, 63.8592, 1.6]}, "bbox": [-148.6949, 63.8592, -148.6949, 63.8592]}, {"id": "1087", "type": "Feature", "properties": {"id": "ak16989774", "mag": 1.1, "time": 1506778517082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4836, 62.981, 94.9]}, "bbox": [-150.4836, 62.981, -150.4836, 62.981]}, {"id": "1088", "type": "Feature", "properties": {"id": "ci38015648", "mag": 1.53, "time": 1506777358020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.461667, 34.329167, 3.88]}, "bbox": [-116.461667, 34.329167, -116.461667, 34.329167]}, {"id": "1089", "type": "Feature", "properties": {"id": "ak16958909", "mag": 1.8, "time": 1506777347886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2124, 67.8158, 1.9]}, "bbox": [-159.2124, 67.8158, -159.2124, 67.8158]}, {"id": "1090", "type": "Feature", "properties": {"id": "ci38015640", "mag": 2.0, "time": 1506777335770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.658167, 31.867, 1.78]}, "bbox": [-115.658167, 31.867, -115.658167, 31.867]}, {"id": "1091", "type": "Feature", "properties": {"id": "ci38015616", "mag": 1.28, "time": 1506776191250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.768833, 33.326833, 12.3]}, "bbox": [-116.768833, 33.326833, -116.768833, 33.326833]}, {"id": "1092", "type": "Feature", "properties": {"id": "ak16958907", "mag": 1.2, "time": 1506775842000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4069, 62.3275, 86.0]}, "bbox": [-151.4069, 62.3275, -151.4069, 62.3275]}, {"id": "1093", "type": "Feature", "properties": {"id": "nc72902306", "mag": 1.41, "time": 1506775748110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.605333, 4.33]}, "bbox": [-118.82, 37.605333, -118.82, 37.605333]}, {"id": "1094", "type": "Feature", "properties": {"id": "ak16958905", "mag": 2.0, "time": 1506775349934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7202, 67.3687, 4.2]}, "bbox": [-163.7202, 67.3687, -163.7202, 67.3687]}, {"id": "1095", "type": "Feature", "properties": {"id": "nn00607651", "mag": 1.2, "time": 1506775034180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8976, 38.3688, 7.1]}, "bbox": [-118.8976, 38.3688, -118.8976, 38.3688]}, {"id": "1096", "type": "Feature", "properties": {"id": "ak16958026", "mag": 2.8, "time": 1506774114627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7286, 67.3815, 8.4]}, "bbox": [-163.7286, 67.3815, -163.7286, 67.3815]}, {"id": "1097", "type": "Feature", "properties": {"id": "uu60250312", "mag": 2.59, "time": 1506774047790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.635, 37.764167, 13.14]}, "bbox": [-110.635, 37.764167, -110.635, 37.764167]}, {"id": "1098", "type": "Feature", "properties": {"id": "ak16958023", "mag": 1.6, "time": 1506773722633, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6494, 63.1022, 115.8]}, "bbox": [-150.6494, 63.1022, -150.6494, 63.1022]}, {"id": "1099", "type": "Feature", "properties": {"id": "ak16989768", "mag": 1.6, "time": 1506773709105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8697, 59.0106, 105.0]}, "bbox": [-153.8697, 59.0106, -153.8697, 59.0106]}, {"id": "1100", "type": "Feature", "properties": {"id": "nc72902286", "mag": 1.55, "time": 1506773378420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898833, 37.522667, 12.57]}, "bbox": [-118.898833, 37.522667, -118.898833, 37.522667]}, {"id": "1101", "type": "Feature", "properties": {"id": "ld60143701", "mag": 0.98, "time": 1506773153350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.5095, 40.809333, 11.51]}, "bbox": [-74.5095, 40.809333, -74.5095, 40.809333]}, {"id": "1102", "type": "Feature", "properties": {"id": "ak16958020", "mag": 1.2, "time": 1506771142867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0654, 62.1893, 8.4]}, "bbox": [-150.0654, 62.1893, -150.0654, 62.1893]}, {"id": "1103", "type": "Feature", "properties": {"id": "ak16957154", "mag": 1.4, "time": 1506770413805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3117, 61.0872, 0.0]}, "bbox": [-148.3117, 61.0872, -148.3117, 61.0872]}, {"id": "1104", "type": "Feature", "properties": {"id": "ci38015552", "mag": 1.58, "time": 1506769732230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.155, 34.5615, 2.13]}, "bbox": [-119.155, 34.5615, -119.155, 34.5615]}, {"id": "1105", "type": "Feature", "properties": {"id": "ak16989763", "mag": 1.5, "time": 1506768979985, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1722, 60.0493, 117.8]}, "bbox": [-153.1722, 60.0493, -153.1722, 60.0493]}, {"id": "1106", "type": "Feature", "properties": {"id": "uu60250297", "mag": 1.97, "time": 1506768169440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.547, 7.49]}, "bbox": [-111.4255, 42.547, -111.4255, 42.547]}, {"id": "1107", "type": "Feature", "properties": {"id": "ak16957134", "mag": 1.5, "time": 1506768169245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9682, 61.4708, 39.5]}, "bbox": [-149.9682, 61.4708, -149.9682, 61.4708]}, {"id": "1108", "type": "Feature", "properties": {"id": "us2000ax5m", "mag": 5.2, "time": 1506767402460, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.7797, 1.8973, 37.67]}, "bbox": [128.7797, 1.8973, 128.7797, 1.8973]}, {"id": "1109", "type": "Feature", "properties": {"id": "ak16989760", "mag": 1.1, "time": 1506766077754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8184, 60.0072, 67.6]}, "bbox": [-151.8184, 60.0072, -151.8184, 60.0072]}, {"id": "1110", "type": "Feature", "properties": {"id": "nc72902251", "mag": 1.22, "time": 1506766057090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800833, 38.792667, 2.88]}, "bbox": [-122.800833, 38.792667, -122.800833, 38.792667]}, {"id": "1111", "type": "Feature", "properties": {"id": "ak16956252", "mag": 1.6, "time": 1506765146662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3164, 61.6465, 25.4]}, "bbox": [-147.3164, 61.6465, -147.3164, 61.6465]}, {"id": "1112", "type": "Feature", "properties": {"id": "us2000ax55", "mag": 4.4, "time": 1506764918800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0971, 15.3765, 35.53]}, "bbox": [-94.0971, 15.3765, -94.0971, 15.3765]}, {"id": "1113", "type": "Feature", "properties": {"id": "ak16956250", "mag": 3.1, "time": 1506764602367, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3876, 51.6362, 13.1]}, "bbox": [-178.3876, 51.6362, -178.3876, 51.6362]}, {"id": "1114", "type": "Feature", "properties": {"id": "uu60250277", "mag": 1.1, "time": 1506764348800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411333, 38.962833, -1.36]}, "bbox": [-111.411333, 38.962833, -111.411333, 38.962833]}, {"id": "1115", "type": "Feature", "properties": {"id": "nc72902211", "mag": 2.24, "time": 1506763678540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1355, 37.688333, 25.77]}, "bbox": [-120.1355, 37.688333, -120.1355, 37.688333]}, {"id": "1116", "type": "Feature", "properties": {"id": "ak16955383", "mag": 2.0, "time": 1506763079790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7222, 59.2509, 16.0]}, "bbox": [-152.7222, 59.2509, -152.7222, 59.2509]}, {"id": "1117", "type": "Feature", "properties": {"id": "ak16955380", "mag": 1.1, "time": 1506762584802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0664, 61.8814, 35.7]}, "bbox": [-149.0664, 61.8814, -149.0664, 61.8814]}, {"id": "1118", "type": "Feature", "properties": {"id": "nc72902196", "mag": 1.37, "time": 1506761418100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.788, 0.74]}, "bbox": [-122.7435, 38.788, -122.7435, 38.788]}, {"id": "1119", "type": "Feature", "properties": {"id": "us2000ax4r", "mag": 2.5, "time": 1506761330980, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5543, 36.2286, 1.38]}, "bbox": [-97.5543, 36.2286, -97.5543, 36.2286]}, {"id": "1120", "type": "Feature", "properties": {"id": "ci38015488", "mag": 1.48, "time": 1506761301510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3055, 33.255167, 10.3]}, "bbox": [-116.3055, 33.255167, -116.3055, 33.255167]}, {"id": "1121", "type": "Feature", "properties": {"id": "ci38015480", "mag": 1.54, "time": 1506760683740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.638333, 33.165167, 2.88]}, "bbox": [-115.638333, 33.165167, -115.638333, 33.165167]}, {"id": "1122", "type": "Feature", "properties": {"id": "ak16955371", "mag": 2.5, "time": 1506760322340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9144, 51.2732, 19.4]}, "bbox": [-179.9144, 51.2732, -179.9144, 51.2732]}, {"id": "1123", "type": "Feature", "properties": {"id": "nc72902186", "mag": 1.08, "time": 1506759358360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.750832, 38.806835, 0.69]}, "bbox": [-122.750832, 38.806835, -122.750832, 38.806835]}, {"id": "1124", "type": "Feature", "properties": {"id": "nc72902176", "mag": 1.52, "time": 1506758934270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.270833, 39.463167, 6.67]}, "bbox": [-123.270833, 39.463167, -123.270833, 39.463167]}, {"id": "1125", "type": "Feature", "properties": {"id": "ak16955365", "mag": 2.3, "time": 1506758896299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4581, 50.7723, 29.7]}, "bbox": [-173.4581, 50.7723, -173.4581, 50.7723]}, {"id": "1126", "type": "Feature", "properties": {"id": "ak16955363", "mag": 1.2, "time": 1506758873795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2563, 61.2042, 65.4]}, "bbox": [-151.2563, 61.2042, -151.2563, 61.2042]}, {"id": "1127", "type": "Feature", "properties": {"id": "nc72902161", "mag": 1.43, "time": 1506758269830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.604167, 3.89]}, "bbox": [-118.820833, 37.604167, -118.820833, 37.604167]}, {"id": "1128", "type": "Feature", "properties": {"id": "nc72902151", "mag": 1.08, "time": 1506757752200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.095167, 36.564333, 8.65]}, "bbox": [-121.095167, 36.564333, -121.095167, 36.564333]}, {"id": "1129", "type": "Feature", "properties": {"id": "ak16954507", "mag": 1.7, "time": 1506757551919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4734, 51.7808, 63.4]}, "bbox": [-176.4734, 51.7808, -176.4734, 51.7808]}, {"id": "1130", "type": "Feature", "properties": {"id": "ak16954502", "mag": 1.5, "time": 1506757337943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7203, 60.1564, 96.7]}, "bbox": [-152.7203, 60.1564, -152.7203, 60.1564]}, {"id": "1131", "type": "Feature", "properties": {"id": "ak16954501", "mag": 1.2, "time": 1506757146790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0463, 62.4859, 12.9]}, "bbox": [-150.0463, 62.4859, -150.0463, 62.4859]}, {"id": "1132", "type": "Feature", "properties": {"id": "ak16954494", "mag": 1.2, "time": 1506755657374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4986, 59.9398, 15.9]}, "bbox": [-147.4986, 59.9398, -147.4986, 59.9398]}, {"id": "1133", "type": "Feature", "properties": {"id": "ak16989746", "mag": 1.4, "time": 1506755147399, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4214, 51.6622, 47.9]}, "bbox": [-176.4214, 51.6622, -176.4214, 51.6622]}, {"id": "1134", "type": "Feature", "properties": {"id": "nc72902146", "mag": 1.49, "time": 1506754443300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7965, 38.821167, 2.97]}, "bbox": [-122.7965, 38.821167, -122.7965, 38.821167]}, {"id": "1135", "type": "Feature", "properties": {"id": "ak16953640", "mag": 1.8, "time": 1506754020475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3389, 63.5229, 14.2]}, "bbox": [-147.3389, 63.5229, -147.3389, 63.5229]}, {"id": "1136", "type": "Feature", "properties": {"id": "ci38015432", "mag": 1.45, "time": 1506753848290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.784, 34.512167, 18.77]}, "bbox": [-118.784, 34.512167, -118.784, 34.512167]}, {"id": "1137", "type": "Feature", "properties": {"id": "nc72902141", "mag": 1.71, "time": 1506753528720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9575, 37.590333, -0.13]}, "bbox": [-118.9575, 37.590333, -118.9575, 37.590333]}, {"id": "1138", "type": "Feature", "properties": {"id": "us2000ax3z", "mag": 5.0, "time": 1506753276470, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7893, -37.146, 51.02]}, "bbox": [178.7893, -37.146, 178.7893, -37.146]}, {"id": "1139", "type": "Feature", "properties": {"id": "us2000ax3x", "mag": 4.0, "time": 1506752562800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1802, 15.1606, 44.16]}, "bbox": [-94.1802, 15.1606, -94.1802, 15.1606]}, {"id": "1140", "type": "Feature", "properties": {"id": "us2000ax3v", "mag": 5.5, "time": 1506752076970, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.0015, 32.3196, 10.0]}, "bbox": [105.0015, 32.3196, 105.0015, 32.3196]}, {"id": "1141", "type": "Feature", "properties": {"id": "nc72902116", "mag": 1.62, "time": 1506750865330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.599667, 37.407833, 9.53]}, "bbox": [-118.599667, 37.407833, -118.599667, 37.407833]}, {"id": "1142", "type": "Feature", "properties": {"id": "ci38015368", "mag": 1.67, "time": 1506750508810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.076333, 36.188833, 2.55]}, "bbox": [-118.076333, 36.188833, -118.076333, 36.188833]}, {"id": "1143", "type": "Feature", "properties": {"id": "mb80258359", "mag": 1.02, "time": 1506750398880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9725, 47.5955, 16.81]}, "bbox": [-113.9725, 47.5955, -113.9725, 47.5955]}, {"id": "1144", "type": "Feature", "properties": {"id": "us2000ax3j", "mag": 2.7, "time": 1506750040910, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.2913, 46.8038, 7.79]}, "bbox": [-112.2913, 46.8038, -112.2913, 46.8038]}, {"id": "1145", "type": "Feature", "properties": {"id": "ak16952767", "mag": 1.8, "time": 1506749904921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3454, 60.3536, 81.9]}, "bbox": [-152.3454, 60.3536, -152.3454, 60.3536]}, {"id": "1146", "type": "Feature", "properties": {"id": "ak16952766", "mag": 2.3, "time": 1506749189648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3954, 52.6671, 7.6]}, "bbox": [-169.3954, 52.6671, -169.3954, 52.6671]}, {"id": "1147", "type": "Feature", "properties": {"id": "us2000ax39", "mag": 4.5, "time": 1506748759440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.5825, -6.071, 46.79]}, "bbox": [146.5825, -6.071, 146.5825, -6.071]}, {"id": "1148", "type": "Feature", "properties": {"id": "nc72902081", "mag": 1.59, "time": 1506748525170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.603833, 3.81]}, "bbox": [-118.82, 37.603833, -118.82, 37.603833]}, {"id": "1149", "type": "Feature", "properties": {"id": "ak16989740", "mag": 1.2, "time": 1506747601510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7455, 63.2374, 127.9]}, "bbox": [-150.7455, 63.2374, -150.7455, 63.2374]}, {"id": "1150", "type": "Feature", "properties": {"id": "uu60250227", "mag": 1.55, "time": 1506747254170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416167, 42.576, 7.87]}, "bbox": [-111.416167, 42.576, -111.416167, 42.576]}, {"id": "1151", "type": "Feature", "properties": {"id": "ak16989738", "mag": 2.1, "time": 1506746345789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3938, 52.2402, 166.1]}, "bbox": [-176.3938, 52.2402, -176.3938, 52.2402]}, {"id": "1152", "type": "Feature", "properties": {"id": "us2000ax2y", "mag": 2.0, "time": 1506744973730, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.5373, 31.4264, 5.0]}, "bbox": [-103.5373, 31.4264, -103.5373, 31.4264]}, {"id": "1153", "type": "Feature", "properties": {"id": "us2000ax2z", "mag": 4.2, "time": 1506744770640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [56.8179, 27.8699, 10.0]}, "bbox": [56.8179, 27.8699, 56.8179, 27.8699]}, {"id": "1154", "type": "Feature", "properties": {"id": "ak16951924", "mag": 1.9, "time": 1506744732618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0884, 59.736, 45.6]}, "bbox": [-151.0884, 59.736, -151.0884, 59.736]}, {"id": "1155", "type": "Feature", "properties": {"id": "nc72902041", "mag": 1.11, "time": 1506744250250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.493667, -0.44]}, "bbox": [-118.833, 37.493667, -118.833, 37.493667]}, {"id": "1156", "type": "Feature", "properties": {"id": "ak16989735", "mag": 1.2, "time": 1506741220731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9578, 61.9828, 69.5]}, "bbox": [-150.9578, 61.9828, -150.9578, 61.9828]}, {"id": "1157", "type": "Feature", "properties": {"id": "ak16951083", "mag": 2.6, "time": 1506741030111, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6653, 59.3044, 110.5]}, "bbox": [-153.6653, 59.3044, -153.6653, 59.3044]}, {"id": "1158", "type": "Feature", "properties": {"id": "ak16989733", "mag": 1.9, "time": 1506739580500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7167, 57.5293, 92.2]}, "bbox": [-155.7167, 57.5293, -155.7167, 57.5293]}, {"id": "1159", "type": "Feature", "properties": {"id": "us2000ax2n", "mag": 4.5, "time": 1506739554570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [136.7409, -3.3243, 53.79]}, "bbox": [136.7409, -3.3243, 136.7409, -3.3243]}, {"id": "1160", "type": "Feature", "properties": {"id": "ak16951081", "mag": 1.2, "time": 1506738073140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.643, 59.7863, 2.1]}, "bbox": [-136.643, 59.7863, -136.643, 59.7863]}, {"id": "1161", "type": "Feature", "properties": {"id": "ci38015232", "mag": 1.78, "time": 1506737478680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.242833, 34.689, 2.49]}, "bbox": [-120.242833, 34.689, -120.242833, 34.689]}, {"id": "1162", "type": "Feature", "properties": {"id": "nm60207556", "mag": 1.6, "time": 1506737274410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.540333, 36.441167, 8.74]}, "bbox": [-89.540333, 36.441167, -89.540333, 36.441167]}, {"id": "1163", "type": "Feature", "properties": {"id": "ak16951079", "mag": 1.0, "time": 1506737168134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6248, 59.7789, 3.9]}, "bbox": [-136.6248, 59.7789, -136.6248, 59.7789]}, {"id": "1164", "type": "Feature", "properties": {"id": "ak16989730", "mag": 1.0, "time": 1506736917340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3855, 61.2392, 35.6]}, "bbox": [-149.3855, 61.2392, -149.3855, 61.2392]}, {"id": "1165", "type": "Feature", "properties": {"id": "ak16951077", "mag": 2.7, "time": 1506736523109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4182, 51.6603, 65.4]}, "bbox": [-175.4182, 51.6603, -175.4182, 51.6603]}, {"id": "1166", "type": "Feature", "properties": {"id": "nn00607629", "mag": 1.3, "time": 1506736488217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2269, 38.6102, 7.9]}, "bbox": [-118.2269, 38.6102, -118.2269, 38.6102]}, {"id": "1167", "type": "Feature", "properties": {"id": "ak16989728", "mag": 1.8, "time": 1506734962617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4354, 59.672, 120.4]}, "bbox": [-153.4354, 59.672, -153.4354, 59.672]}, {"id": "1168", "type": "Feature", "properties": {"id": "us2000ax2c", "mag": 4.2, "time": 1506734849800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1267, 15.2552, 35.18]}, "bbox": [-94.1267, 15.2552, -94.1267, 15.2552]}, {"id": "1169", "type": "Feature", "properties": {"id": "ci38015192", "mag": 1.59, "time": 1506734841110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.231333, 34.69, 2.26]}, "bbox": [-120.231333, 34.69, -120.231333, 34.69]}, {"id": "1170", "type": "Feature", "properties": {"id": "nc72901986", "mag": 1.53, "time": 1506733264430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604833, 4.25]}, "bbox": [-118.820667, 37.604833, -118.820667, 37.604833]}, {"id": "1171", "type": "Feature", "properties": {"id": "ak16950243", "mag": 1.5, "time": 1506732735872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8027, 59.8685, 4.1]}, "bbox": [-136.8027, 59.8685, -136.8027, 59.8685]}, {"id": "1172", "type": "Feature", "properties": {"id": "ak16989726", "mag": 1.2, "time": 1506732275435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7993, 62.6213, 100.3]}, "bbox": [-151.7993, 62.6213, -151.7993, 62.6213]}, {"id": "1173", "type": "Feature", "properties": {"id": "us2000b217", "mag": 4.4, "time": 1506731641840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5238, -17.429, 578.55]}, "bbox": [-178.5238, -17.429, -178.5238, -17.429]}, {"id": "1174", "type": "Feature", "properties": {"id": "nc72901976", "mag": 1.18, "time": 1506731621270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.608667, 4.18]}, "bbox": [-118.821, 37.608667, -118.821, 37.608667]}, {"id": "1175", "type": "Feature", "properties": {"id": "ak16950242", "mag": 1.2, "time": 1506731391196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6362, 63.7125, 120.2]}, "bbox": [-149.6362, 63.7125, -149.6362, 63.7125]}, {"id": "1176", "type": "Feature", "properties": {"id": "ak16989723", "mag": 1.7, "time": 1506730448510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6879, 60.1242, 106.3]}, "bbox": [-152.6879, 60.1242, -152.6879, 60.1242]}, {"id": "1177", "type": "Feature", "properties": {"id": "ci38015160", "mag": 1.92, "time": 1506730343820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0465, 33.1715, 3.57]}, "bbox": [-116.0465, 33.1715, -116.0465, 33.1715]}, {"id": "1178", "type": "Feature", "properties": {"id": "ak16950224", "mag": 2.7, "time": 1506729701559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9689, 62.8827, 10.6]}, "bbox": [-148.9689, 62.8827, -148.9689, 62.8827]}, {"id": "1179", "type": "Feature", "properties": {"id": "ci38015152", "mag": 2.71, "time": 1506729570740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.046167, 33.172833, 9.13]}, "bbox": [-116.046167, 33.172833, -116.046167, 33.172833]}, {"id": "1180", "type": "Feature", "properties": {"id": "ak16989254", "mag": 1.6, "time": 1506729481572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2839, 51.9212, 67.7]}, "bbox": [-174.2839, 51.9212, -174.2839, 51.9212]}, {"id": "1181", "type": "Feature", "properties": {"id": "ak16950219", "mag": 1.3, "time": 1506729013003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9672, 64.4141, 9.0]}, "bbox": [-146.9672, 64.4141, -146.9672, 64.4141]}, {"id": "1182", "type": "Feature", "properties": {"id": "ak16950216", "mag": 1.6, "time": 1506728300228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1933, 61.9028, 3.7]}, "bbox": [-149.1933, 61.9028, -149.1933, 61.9028]}, {"id": "1183", "type": "Feature", "properties": {"id": "us2000ax17", "mag": 4.7, "time": 1506727132760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.696, 13.6996, 135.75]}, "bbox": [120.696, 13.6996, 120.696, 13.6996]}, {"id": "1184", "type": "Feature", "properties": {"id": "ak16949390", "mag": 2.0, "time": 1506727039137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6767, 61.5138, 15.3]}, "bbox": [-140.6767, 61.5138, -140.6767, 61.5138]}, {"id": "1185", "type": "Feature", "properties": {"id": "ak16949386", "mag": 1.2, "time": 1506726713734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3628, 64.9795, 0.0]}, "bbox": [-147.3628, 64.9795, -147.3628, 64.9795]}, {"id": "1186", "type": "Feature", "properties": {"id": "nc72901936", "mag": 1.7, "time": 1506726391160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 4.2]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1187", "type": "Feature", "properties": {"id": "ci38015128", "mag": 1.14, "time": 1506725917420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.499833, 4.55]}, "bbox": [-116.794167, 33.499833, -116.794167, 33.499833]}, {"id": "1188", "type": "Feature", "properties": {"id": "us2000ax0h", "mag": 4.3, "time": 1506725523560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.9693, 6.7514, 162.39]}, "bbox": [-72.9693, 6.7514, -72.9693, 6.7514]}, {"id": "1189", "type": "Feature", "properties": {"id": "nc72901926", "mag": 1.27, "time": 1506725219450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.6045, 3.92]}, "bbox": [-118.819667, 37.6045, -118.819667, 37.6045]}, {"id": "1190", "type": "Feature", "properties": {"id": "ak16989247", "mag": 1.4, "time": 1506725194385, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2194, 60.3483, 70.5]}, "bbox": [-151.2194, 60.3483, -151.2194, 60.3483]}, {"id": "1191", "type": "Feature", "properties": {"id": "nc72901921", "mag": 1.68, "time": 1506724972140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.0515, 10.15]}, "bbox": [-118.7985, 38.0515, -118.7985, 38.0515]}, {"id": "1192", "type": "Feature", "properties": {"id": "us2000b0b0", "mag": 4.2, "time": 1506724750370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7775, 14.8225, 10.0]}, "bbox": [-93.7775, 14.8225, -93.7775, 14.8225]}, {"id": "1193", "type": "Feature", "properties": {"id": "us2000awzq", "mag": 4.2, "time": 1506724590080, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1967, -31.7027, 34.99]}, "bbox": [-72.1967, -31.7027, -72.1967, -31.7027]}, {"id": "1194", "type": "Feature", "properties": {"id": "uu60250212", "mag": 1.71, "time": 1506723678770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 44.419, 8.43]}, "bbox": [-110.33, 44.419, -110.33, 44.419]}, {"id": "1195", "type": "Feature", "properties": {"id": "ak16948452", "mag": 1.0, "time": 1506723638356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5236, 61.0736, 4.6]}, "bbox": [-146.5236, 61.0736, -146.5236, 61.0736]}, {"id": "1196", "type": "Feature", "properties": {"id": "uu60250207", "mag": 0.97, "time": 1506723591620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.331, 44.419667, 7.85]}, "bbox": [-110.331, 44.419667, -110.331, 44.419667]}, {"id": "1197", "type": "Feature", "properties": {"id": "ak16948450", "mag": 2.2, "time": 1506723243356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3899, 51.6225, 6.6]}, "bbox": [-178.3899, 51.6225, -178.3899, 51.6225]}, {"id": "1198", "type": "Feature", "properties": {"id": "ak16989243", "mag": 1.8, "time": 1506723039650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6224, 58.8526, 127.8]}, "bbox": [-154.6224, 58.8526, -154.6224, 58.8526]}, {"id": "1199", "type": "Feature", "properties": {"id": "ci38015088", "mag": 2.26, "time": 1506722552150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2355, 34.1175, 22.24]}, "bbox": [-119.2355, 34.1175, -119.2355, 34.1175]}, {"id": "1200", "type": "Feature", "properties": {"id": "us2000awz1", "mag": 4.9, "time": 1506721850800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0878, 15.2008, 58.14]}, "bbox": [-94.0878, 15.2008, -94.0878, 15.2008]}, {"id": "1201", "type": "Feature", "properties": {"id": "us2000awyk", "mag": 3.0, "time": 1506721368710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.71, 43.4329, 10.0]}, "bbox": [-126.71, 43.4329, -126.71, 43.4329]}, {"id": "1202", "type": "Feature", "properties": {"id": "us2000awyj", "mag": 2.5, "time": 1506721170670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8727, 36.4662, 8.25]}, "bbox": [-96.8727, 36.4662, -96.8727, 36.4662]}, {"id": "1203", "type": "Feature", "properties": {"id": "ak16948433", "mag": 1.1, "time": 1506720878279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 63.5145, 7.6]}, "bbox": [-147.3481, 63.5145, -147.3481, 63.5145]}, {"id": "1204", "type": "Feature", "properties": {"id": "ci38015064", "mag": 1.38, "time": 1506720751740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9775, 33.998333, 5.0]}, "bbox": [-116.9775, 33.998333, -116.9775, 33.998333]}, {"id": "1205", "type": "Feature", "properties": {"id": "nc72901896", "mag": 1.79, "time": 1506720632350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 3.82]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1206", "type": "Feature", "properties": {"id": "ak16948427", "mag": 2.1, "time": 1506720336314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3588, 61.6517, 20.5]}, "bbox": [-148.3588, 61.6517, -148.3588, 61.6517]}, {"id": "1207", "type": "Feature", "properties": {"id": "nc72901891", "mag": 2.87, "time": 1506720104700, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.352667, 38.643167, 5.77]}, "bbox": [-122.352667, 38.643167, -122.352667, 38.643167]}, {"id": "1208", "type": "Feature", "properties": {"id": "us2000ax7e", "mag": 2.5, "time": 1506719402880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5572, 49.4225, 5.0]}, "bbox": [-120.5572, 49.4225, -120.5572, 49.4225]}, {"id": "1209", "type": "Feature", "properties": {"id": "us2000awxt", "mag": 4.4, "time": 1506718802820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8406, 16.1453, 55.29]}, "bbox": [-94.8406, 16.1453, -94.8406, 16.1453]}, {"id": "1210", "type": "Feature", "properties": {"id": "nc72901871", "mag": 1.92, "time": 1506717945880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878667, 37.535, 2.9]}, "bbox": [-118.878667, 37.535, -118.878667, 37.535]}, {"id": "1211", "type": "Feature", "properties": {"id": "ci38015016", "mag": 1.05, "time": 1506717237070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.142333, 33.336167, -0.44]}, "bbox": [-117.142333, 33.336167, -117.142333, 33.336167]}, {"id": "1212", "type": "Feature", "properties": {"id": "us2000awx6", "mag": 4.7, "time": 1506717060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3377, 14.7629, 21.4]}, "bbox": [-94.3377, 14.7629, -94.3377, 14.7629]}, {"id": "1213", "type": "Feature", "properties": {"id": "nc72901856", "mag": 1.02, "time": 1506716541140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.722, 38.777668, 1.65]}, "bbox": [-122.722, 38.777668, -122.722, 38.777668]}, {"id": "1214", "type": "Feature", "properties": {"id": "mb80258329", "mag": 1.68, "time": 1506716143860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.210167, 46.588333, 0.3]}, "bbox": [-112.210167, 46.588333, -112.210167, 46.588333]}, {"id": "1215", "type": "Feature", "properties": {"id": "ak16989238", "mag": 1.6, "time": 1506715318085, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.6762, 51.2251, 46.8]}, "bbox": [-178.6762, 51.2251, -178.6762, 51.2251]}, {"id": "1216", "type": "Feature", "properties": {"id": "ci38015000", "mag": 1.05, "time": 1506715194050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.174667, 33.223167, -0.31]}, "bbox": [-117.174667, 33.223167, -117.174667, 33.223167]}, {"id": "1217", "type": "Feature", "properties": {"id": "ak16989237", "mag": 1.3, "time": 1506715107803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4109, 51.6654, 14.9]}, "bbox": [-178.4109, 51.6654, -178.4109, 51.6654]}, {"id": "1218", "type": "Feature", "properties": {"id": "ak16989236", "mag": 1.8, "time": 1506714300796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0656, 51.6073, 13.2]}, "bbox": [-173.0656, 51.6073, -173.0656, 51.6073]}, {"id": "1219", "type": "Feature", "properties": {"id": "ak16946778", "mag": 1.8, "time": 1506713921345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0358, 59.8156, 103.9]}, "bbox": [-153.0358, 59.8156, -153.0358, 59.8156]}, {"id": "1220", "type": "Feature", "properties": {"id": "us2000awvi", "mag": 4.7, "time": 1506713408290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8244, 14.6951, 25.26]}, "bbox": [-93.8244, 14.6951, -93.8244, 14.6951]}, {"id": "1221", "type": "Feature", "properties": {"id": "us2000awvc", "mag": 5.3, "time": 1506713101350, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.0808, 53.2159, 47.81]}, "bbox": [160.0808, 53.2159, 160.0808, 53.2159]}, {"id": "1222", "type": "Feature", "properties": {"id": "nc72901811", "mag": 1.13, "time": 1506712684050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839833, 37.5695, 1.15]}, "bbox": [-118.839833, 37.5695, -118.839833, 37.5695]}, {"id": "1223", "type": "Feature", "properties": {"id": "ci38014936", "mag": 1.22, "time": 1506711284740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.962833, 36.582167, 5.17]}, "bbox": [-117.962833, 36.582167, -117.962833, 36.582167]}, {"id": "1224", "type": "Feature", "properties": {"id": "ak16945947", "mag": 1.1, "time": 1506711226973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7372, 61.7159, 11.2]}, "bbox": [-149.7372, 61.7159, -149.7372, 61.7159]}, {"id": "1225", "type": "Feature", "properties": {"id": "uw61335536", "mag": 1.21, "time": 1506711131520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5445, 46.492667, -1.15]}, "bbox": [-122.5445, 46.492667, -122.5445, 46.492667]}, {"id": "1226", "type": "Feature", "properties": {"id": "nc72901801", "mag": 1.03, "time": 1506711093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.840332, 38.841, 1.28]}, "bbox": [-122.840332, 38.841, -122.840332, 38.841]}, {"id": "1227", "type": "Feature", "properties": {"id": "ci38014904", "mag": 1.27, "time": 1506710840540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351833, 35.050333, -1.01]}, "bbox": [-118.351833, 35.050333, -118.351833, 35.050333]}, {"id": "1228", "type": "Feature", "properties": {"id": "nc72901786", "mag": 1.25, "time": 1506710565410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.638, 38.771, 3.08]}, "bbox": [-122.638, 38.771, -122.638, 38.771]}, {"id": "1229", "type": "Feature", "properties": {"id": "nc72901781", "mag": 1.14, "time": 1506710562310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.813333, 37.477, 10.6]}, "bbox": [-118.813333, 37.477, -118.813333, 37.477]}, {"id": "1230", "type": "Feature", "properties": {"id": "us2000ax1j", "mag": 2.6, "time": 1506708957540, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.9812, 40.4991, 10.41]}, "bbox": [-126.9812, 40.4991, -126.9812, 40.4991]}, {"id": "1231", "type": "Feature", "properties": {"id": "uu60250167", "mag": 1.43, "time": 1506708811550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408333, 42.627833, 0.01]}, "bbox": [-111.408333, 42.627833, -111.408333, 42.627833]}, {"id": "1232", "type": "Feature", "properties": {"id": "ak16945940", "mag": 2.2, "time": 1506708598408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 65.8694, 11.3]}, "bbox": [-150.1805, 65.8694, -150.1805, 65.8694]}, {"id": "1233", "type": "Feature", "properties": {"id": "us2000awu0", "mag": 4.4, "time": 1506708535930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7041, -29.9428, 24.5]}, "bbox": [-71.7041, -29.9428, -71.7041, -29.9428]}, {"id": "1234", "type": "Feature", "properties": {"id": "ak16989230", "mag": 1.2, "time": 1506708266694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5133, 51.924, 29.7]}, "bbox": [-178.5133, 51.924, -178.5133, 51.924]}, {"id": "1235", "type": "Feature", "properties": {"id": "nc72901741", "mag": 0.97, "time": 1506707146210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.608833, 3.97]}, "bbox": [-118.823167, 37.608833, -118.823167, 37.608833]}, {"id": "1236", "type": "Feature", "properties": {"id": "ak16945938", "mag": 1.3, "time": 1506706984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5563, 65.3108, 1.7]}, "bbox": [-161.5563, 65.3108, -161.5563, 65.3108]}, {"id": "1237", "type": "Feature", "properties": {"id": "ak16945133", "mag": 1.4, "time": 1506706312872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5157, 60.0338, 76.1]}, "bbox": [-151.5157, 60.0338, -151.5157, 60.0338]}, {"id": "1238", "type": "Feature", "properties": {"id": "ak16945129", "mag": 1.8, "time": 1506705516485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4094, 62.2086, 43.2]}, "bbox": [-146.4094, 62.2086, -146.4094, 62.2086]}, {"id": "1239", "type": "Feature", "properties": {"id": "nc72901691", "mag": 1.19, "time": 1506705001740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.604, 4.23]}, "bbox": [-118.819833, 37.604, -118.819833, 37.604]}, {"id": "1240", "type": "Feature", "properties": {"id": "ak16945122", "mag": 2.7, "time": 1506704480054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3979, 51.6138, 9.1]}, "bbox": [-178.3979, 51.6138, -178.3979, 51.6138]}, {"id": "1241", "type": "Feature", "properties": {"id": "ak16945116", "mag": 1.6, "time": 1506703818483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7333, 62.8722, 95.5]}, "bbox": [-150.7333, 62.8722, -150.7333, 62.8722]}, {"id": "1242", "type": "Feature", "properties": {"id": "nc72901686", "mag": 1.37, "time": 1506703671060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763167, 38.815, 1.59]}, "bbox": [-122.763167, 38.815, -122.763167, 38.815]}, {"id": "1243", "type": "Feature", "properties": {"id": "ak16989222", "mag": 1.3, "time": 1506703480244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9223, 60.0784, 5.3]}, "bbox": [-141.9223, 60.0784, -141.9223, 60.0784]}, {"id": "1244", "type": "Feature", "properties": {"id": "us2000aws4", "mag": 4.2, "time": 1506703454020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2978, -24.5018, 178.46]}, "bbox": [-67.2978, -24.5018, -67.2978, -24.5018]}, {"id": "1245", "type": "Feature", "properties": {"id": "ak16945111", "mag": 1.4, "time": 1506703443591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3415, 60.1469, 0.0]}, "bbox": [-141.3415, 60.1469, -141.3415, 60.1469]}, {"id": "1246", "type": "Feature", "properties": {"id": "us2000aws9", "mag": 2.8, "time": 1506703434610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.561, 46.8309, 5.0]}, "bbox": [-112.561, 46.8309, -112.561, 46.8309]}, {"id": "1247", "type": "Feature", "properties": {"id": "ak16945098", "mag": 2.9, "time": 1506703414975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2265, 52.0599, 4.0]}, "bbox": [-176.2265, 52.0599, -176.2265, 52.0599]}, {"id": "1248", "type": "Feature", "properties": {"id": "nc72901676", "mag": 1.08, "time": 1506702827030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.573667, 2.96]}, "bbox": [-118.8685, 37.573667, -118.8685, 37.573667]}, {"id": "1249", "type": "Feature", "properties": {"id": "ci38014752", "mag": 1.38, "time": 1506702364640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9525, 33.161667, 8.71]}, "bbox": [-115.9525, 33.161667, -115.9525, 33.161667]}, {"id": "1250", "type": "Feature", "properties": {"id": "nc72901666", "mag": 2.1, "time": 1506702098440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604167, 4.23]}, "bbox": [-118.822, 37.604167, -118.822, 37.604167]}, {"id": "1251", "type": "Feature", "properties": {"id": "hv61926636", "mag": 2.18, "time": 1506702014920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.601833, 20.052667, 34.47]}, "bbox": [-155.601833, 20.052667, -155.601833, 20.052667]}, {"id": "1252", "type": "Feature", "properties": {"id": "ak16944301", "mag": 1.2, "time": 1506702004530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4859, 61.9357, 38.3]}, "bbox": [-147.4859, 61.9357, -147.4859, 61.9357]}, {"id": "1253", "type": "Feature", "properties": {"id": "us2000awn9", "mag": 4.6, "time": 1506701320270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.6565, 36.9513, 89.38]}, "bbox": [30.6565, 36.9513, 30.6565, 36.9513]}, {"id": "1254", "type": "Feature", "properties": {"id": "nc72901651", "mag": 1.66, "time": 1506701302480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.628333, 36.892667, -0.13]}, "bbox": [-121.628333, 36.892667, -121.628333, 36.892667]}, {"id": "1255", "type": "Feature", "properties": {"id": "us2000awp8", "mag": 5.0, "time": 1506701291670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8294, 21.3911, 69.37]}, "bbox": [143.8294, 21.3911, 143.8294, 21.3911]}, {"id": "1256", "type": "Feature", "properties": {"id": "ak16944298", "mag": 1.9, "time": 1506700558070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3591, 59.6184, 107.1]}, "bbox": [-153.3591, 59.6184, -153.3591, 59.6184]}, {"id": "1257", "type": "Feature", "properties": {"id": "ak16944296", "mag": 1.5, "time": 1506699999652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.347, 60.6887, 39.3]}, "bbox": [-150.347, 60.6887, -150.347, 60.6887]}, {"id": "1258", "type": "Feature", "properties": {"id": "ak16944295", "mag": 2.3, "time": 1506699741265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4266, 51.6803, 2.6]}, "bbox": [-174.4266, 51.6803, -174.4266, 51.6803]}, {"id": "1259", "type": "Feature", "properties": {"id": "ak16944283", "mag": 3.0, "time": 1506699614700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.523, 51.6975, 12.1]}, "bbox": [-178.523, 51.6975, -178.523, 51.6975]}, {"id": "1260", "type": "Feature", "properties": {"id": "ak16989214", "mag": 1.4, "time": 1506699333969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5572, 51.8006, 17.4]}, "bbox": [-178.5572, 51.8006, -178.5572, 51.8006]}, {"id": "1261", "type": "Feature", "properties": {"id": "ak16944280", "mag": 1.6, "time": 1506699330322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4554, 63.4968, 4.1]}, "bbox": [-146.4554, 63.4968, -146.4554, 63.4968]}, {"id": "1262", "type": "Feature", "properties": {"id": "us2000awju", "mag": 4.4, "time": 1506698634990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.674, 15.7931, 74.04]}, "bbox": [-94.674, 15.7931, -94.674, 15.7931]}, {"id": "1263", "type": "Feature", "properties": {"id": "nc72901616", "mag": 1.45, "time": 1506698546300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.190833, 36.066, 9.01]}, "bbox": [-120.190833, 36.066, -120.190833, 36.066]}, {"id": "1264", "type": "Feature", "properties": {"id": "nc72901611", "mag": 1.16, "time": 1506698374110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.606167, 4.24]}, "bbox": [-118.820167, 37.606167, -118.820167, 37.606167]}, {"id": "1265", "type": "Feature", "properties": {"id": "uu60250142", "mag": 1.31, "time": 1506698139210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.502167, 42.0255, -0.68]}, "bbox": [-112.502167, 42.0255, -112.502167, 42.0255]}, {"id": "1266", "type": "Feature", "properties": {"id": "ak16989212", "mag": 1.5, "time": 1506697780188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1692, 61.0412, 92.6]}, "bbox": [-152.1692, 61.0412, -152.1692, 61.0412]}, {"id": "1267", "type": "Feature", "properties": {"id": "nc72901601", "mag": 1.58, "time": 1506697356900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.603833, 3.81]}, "bbox": [-118.8215, 37.603833, -118.8215, 37.603833]}, {"id": "1268", "type": "Feature", "properties": {"id": "ak16944278", "mag": 1.3, "time": 1506696524699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2498, 63.4064, 80.5]}, "bbox": [-147.2498, 63.4064, -147.2498, 63.4064]}, {"id": "1269", "type": "Feature", "properties": {"id": "ak16943485", "mag": 1.7, "time": 1506695993154, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7332, 58.8106, 5.8]}, "bbox": [-153.7332, 58.8106, -153.7332, 58.8106]}, {"id": "1270", "type": "Feature", "properties": {"id": "ak16943478", "mag": 1.7, "time": 1506695477590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7502, 58.8134, 7.3]}, "bbox": [-153.7502, 58.8134, -153.7502, 58.8134]}, {"id": "1271", "type": "Feature", "properties": {"id": "us2000awj3", "mag": 2.5, "time": 1506695343600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0981, 36.3324, 6.543]}, "bbox": [-98.0981, 36.3324, -98.0981, 36.3324]}, {"id": "1272", "type": "Feature", "properties": {"id": "ak16943471", "mag": 2.5, "time": 1506695221683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9597, 58.9824, 104.1]}, "bbox": [-153.9597, 58.9824, -153.9597, 58.9824]}, {"id": "1273", "type": "Feature", "properties": {"id": "uu60250137", "mag": 1.65, "time": 1506694436450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506667, 42.031167, 2.68]}, "bbox": [-112.506667, 42.031167, -112.506667, 42.031167]}, {"id": "1274", "type": "Feature", "properties": {"id": "ak16943466", "mag": 1.3, "time": 1506694161233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3879, 63.5817, 1.1]}, "bbox": [-147.3879, 63.5817, -147.3879, 63.5817]}, {"id": "1275", "type": "Feature", "properties": {"id": "ak16989205", "mag": 2.0, "time": 1506693991548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2136, 52.0676, 4.5]}, "bbox": [-176.2136, 52.0676, -176.2136, 52.0676]}, {"id": "1276", "type": "Feature", "properties": {"id": "nc72901566", "mag": 2.08, "time": 1506693960730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862333, 37.5625, 4.47]}, "bbox": [-118.862333, 37.5625, -118.862333, 37.5625]}, {"id": "1277", "type": "Feature", "properties": {"id": "ak16943439", "mag": 1.3, "time": 1506693558920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0206, 61.729, 33.9]}, "bbox": [-148.0206, 61.729, -148.0206, 61.729]}, {"id": "1278", "type": "Feature", "properties": {"id": "ci38014568", "mag": 2.51, "time": 1506693023860, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.270167, 33.67, 4.47]}, "bbox": [-118.270167, 33.67, -118.270167, 33.67]}, {"id": "1279", "type": "Feature", "properties": {"id": "us2000awib", "mag": 5.0, "time": 1506692997440, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [67.9437, 39.8728, 20.04]}, "bbox": [67.9437, 39.8728, 67.9437, 39.8728]}, {"id": "1280", "type": "Feature", "properties": {"id": "nc72901551", "mag": 1.74, "time": 1506692955010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605667, 4.05]}, "bbox": [-118.821167, 37.605667, -118.821167, 37.605667]}, {"id": "1281", "type": "Feature", "properties": {"id": "nc72901546", "mag": 2.76, "time": 1506692724780, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.606167, 4.07]}, "bbox": [-118.822, 37.606167, -118.822, 37.606167]}, {"id": "1282", "type": "Feature", "properties": {"id": "ak16942648", "mag": 1.5, "time": 1506692473989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3697, 60.1847, 0.0]}, "bbox": [-141.3697, 60.1847, -141.3697, 60.1847]}, {"id": "1283", "type": "Feature", "properties": {"id": "uu60250132", "mag": 1.79, "time": 1506692243980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.543833, 7.0]}, "bbox": [-111.431, 42.543833, -111.431, 42.543833]}, {"id": "1284", "type": "Feature", "properties": {"id": "mb80258279", "mag": 1.06, "time": 1506691959070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.8625, 13.38]}, "bbox": [-112.531833, 46.8625, -112.531833, 46.8625]}, {"id": "1285", "type": "Feature", "properties": {"id": "nc72901536", "mag": 1.82, "time": 1506691724930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.605667, 4.02]}, "bbox": [-118.821, 37.605667, -118.821, 37.605667]}, {"id": "1286", "type": "Feature", "properties": {"id": "nn00607504", "mag": 1.8, "time": 1506690215490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7002, 37.7048, 16.9]}, "bbox": [-117.7002, 37.7048, -117.7002, 37.7048]}, {"id": "1287", "type": "Feature", "properties": {"id": "ak16942645", "mag": 2.8, "time": 1506689890335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2102, 52.0495, 4.8]}, "bbox": [-176.2102, 52.0495, -176.2102, 52.0495]}, {"id": "1288", "type": "Feature", "properties": {"id": "hv61926461", "mag": 1.62, "time": 1506689375520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457667, 19.1075, 28.777]}, "bbox": [-155.457667, 19.1075, -155.457667, 19.1075]}, {"id": "1289", "type": "Feature", "properties": {"id": "ci38014488", "mag": 1.71, "time": 1506688966950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.030167, 36.589833, 2.83]}, "bbox": [-118.030167, 36.589833, -118.030167, 36.589833]}, {"id": "1290", "type": "Feature", "properties": {"id": "uu60250122", "mag": 1.68, "time": 1506688495310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.410833, 42.548333, 8.8]}, "bbox": [-111.410833, 42.548333, -111.410833, 42.548333]}, {"id": "1291", "type": "Feature", "properties": {"id": "ci38014464", "mag": 1.51, "time": 1506688363340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.292833, 33.924, 11.12]}, "bbox": [-118.292833, 33.924, -118.292833, 33.924]}, {"id": "1292", "type": "Feature", "properties": {"id": "uu60250117", "mag": 1.2, "time": 1506688147640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.451, 42.651167, 3.75]}, "bbox": [-111.451, 42.651167, -111.451, 42.651167]}, {"id": "1293", "type": "Feature", "properties": {"id": "nn00607501", "mag": 1.5, "time": 1506687351344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1244, 38.2711, 14.1]}, "bbox": [-119.1244, 38.2711, -119.1244, 38.2711]}, {"id": "1294", "type": "Feature", "properties": {"id": "mb80258269", "mag": 1.01, "time": 1506686927230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.712667, 47.670333, 12.54]}, "bbox": [-113.712667, 47.670333, -113.712667, 47.670333]}, {"id": "1295", "type": "Feature", "properties": {"id": "hv61926436", "mag": 2.78, "time": 1506686302190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.030667, 19.839833, 12.705]}, "bbox": [-155.030667, 19.839833, -155.030667, 19.839833]}, {"id": "1296", "type": "Feature", "properties": {"id": "ak16941853", "mag": 1.9, "time": 1506685697166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2959, 57.1271, 73.2]}, "bbox": [-155.2959, 57.1271, -155.2959, 57.1271]}, {"id": "1297", "type": "Feature", "properties": {"id": "us2000awh4", "mag": 4.5, "time": 1506685520260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0117, 15.1312, 54.94]}, "bbox": [-94.0117, 15.1312, -94.0117, 15.1312]}, {"id": "1298", "type": "Feature", "properties": {"id": "ak16941849", "mag": 1.4, "time": 1506685238756, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2101, 65.8679, 9.7]}, "bbox": [-150.2101, 65.8679, -150.2101, 65.8679]}, {"id": "1299", "type": "Feature", "properties": {"id": "us2000awh2", "mag": 3.2, "time": 1506684953300, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.3739, 35.8708, 5.0]}, "bbox": [-105.3739, 35.8708, -105.3739, 35.8708]}, {"id": "1300", "type": "Feature", "properties": {"id": "nc72901446", "mag": 1.81, "time": 1506683864270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.5745, 2.94]}, "bbox": [-118.8685, 37.5745, -118.8685, 37.5745]}, {"id": "1301", "type": "Feature", "properties": {"id": "ak16989195", "mag": 2.8, "time": 1506683238639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.2168, 53.4134, 215.5]}, "bbox": [-170.2168, 53.4134, -170.2168, 53.4134]}, {"id": "1302", "type": "Feature", "properties": {"id": "ak16941846", "mag": 2.8, "time": 1506683013276, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4342, 51.6411, 13.4]}, "bbox": [-178.4342, 51.6411, -178.4342, 51.6411]}, {"id": "1303", "type": "Feature", "properties": {"id": "ci38014408", "mag": 1.09, "time": 1506682934740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.248167, 34.684167, 3.67]}, "bbox": [-120.248167, 34.684167, -120.248167, 34.684167]}, {"id": "1304", "type": "Feature", "properties": {"id": "ci38014400", "mag": 1.41, "time": 1506682423780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6475, 32.295833, 17.59]}, "bbox": [-116.6475, 32.295833, -116.6475, 32.295833]}, {"id": "1305", "type": "Feature", "properties": {"id": "uw61335391", "mag": 1.31, "time": 1506682259150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.713833, 45.779, 4.47]}, "bbox": [-121.713833, 45.779, -121.713833, 45.779]}, {"id": "1306", "type": "Feature", "properties": {"id": "nn00607493", "mag": 1.3, "time": 1506681999912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1157, 38.2921, 8.5]}, "bbox": [-119.1157, 38.2921, -119.1157, 38.2921]}, {"id": "1307", "type": "Feature", "properties": {"id": "us2000awgp", "mag": 4.0, "time": 1506681630910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.1308, 51.5953, 10.0]}, "bbox": [-168.1308, 51.5953, -168.1308, 51.5953]}, {"id": "1308", "type": "Feature", "properties": {"id": "ci38014376", "mag": 2.27, "time": 1506680323320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.236167, 34.686333, 2.51]}, "bbox": [-120.236167, 34.686333, -120.236167, 34.686333]}, {"id": "1309", "type": "Feature", "properties": {"id": "nc72901411", "mag": 1.72, "time": 1506679482310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.606833, 4.18]}, "bbox": [-118.821833, 37.606833, -118.821833, 37.606833]}, {"id": "1310", "type": "Feature", "properties": {"id": "uu60250092", "mag": 1.5, "time": 1506678952480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.556667, 7.57]}, "bbox": [-111.408833, 42.556667, -111.408833, 42.556667]}, {"id": "1311", "type": "Feature", "properties": {"id": "nc72901396", "mag": 1.23, "time": 1506677982920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0275, 36.556333, 6.7]}, "bbox": [-121.0275, 36.556333, -121.0275, 36.556333]}, {"id": "1312", "type": "Feature", "properties": {"id": "ci38014304", "mag": 1.52, "time": 1506677845800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.502667, 4.26]}, "bbox": [-116.798333, 33.502667, -116.798333, 33.502667]}, {"id": "1313", "type": "Feature", "properties": {"id": "uu60250087", "mag": 1.18, "time": 1506677776470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.772667, 41.2685, 12.53]}, "bbox": [-111.772667, 41.2685, -111.772667, 41.2685]}, {"id": "1314", "type": "Feature", "properties": {"id": "us2000awgf", "mag": 4.7, "time": 1506677102490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7467, 21.3618, 39.87]}, "bbox": [143.7467, 21.3618, 143.7467, 21.3618]}, {"id": "1315", "type": "Feature", "properties": {"id": "ak16989192", "mag": 1.2, "time": 1506676690210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7405, 63.338, 95.8]}, "bbox": [-149.7405, 63.338, -149.7405, 63.338]}, {"id": "1316", "type": "Feature", "properties": {"id": "ci38014288", "mag": 1.53, "time": 1506676635710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.671, 33.215333, 3.29]}, "bbox": [-115.671, 33.215333, -115.671, 33.215333]}, {"id": "1317", "type": "Feature", "properties": {"id": "nc72901376", "mag": 1.15, "time": 1506676399250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.776001, 1.56]}, "bbox": [-122.721832, 38.776001, -122.721832, 38.776001]}, {"id": "1318", "type": "Feature", "properties": {"id": "nc72901366", "mag": 1.25, "time": 1506676178310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838167, 37.489833, 1.0]}, "bbox": [-118.838167, 37.489833, -118.838167, 37.489833]}, {"id": "1319", "type": "Feature", "properties": {"id": "nn00607489", "mag": 1.9, "time": 1506676166910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2245, 38.4923, 40.0]}, "bbox": [-119.2245, 38.4923, -119.2245, 38.4923]}, {"id": "1320", "type": "Feature", "properties": {"id": "ak16989191", "mag": 1.8, "time": 1506675279572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0102, 58.492, 85.1]}, "bbox": [-154.0102, 58.492, -154.0102, 58.492]}, {"id": "1321", "type": "Feature", "properties": {"id": "ak16989190", "mag": 1.3, "time": 1506674952846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1298, 60.9057, 47.4]}, "bbox": [-150.1298, 60.9057, -150.1298, 60.9057]}, {"id": "1322", "type": "Feature", "properties": {"id": "us2000awfl", "mag": 4.4, "time": 1506674809710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.929, 14.9856, 43.22]}, "bbox": [-93.929, 14.9856, -93.929, 14.9856]}, {"id": "1323", "type": "Feature", "properties": {"id": "uu60250082", "mag": 1.77, "time": 1506674053050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7785, 38.186667, 4.92]}, "bbox": [-112.7785, 38.186667, -112.7785, 38.186667]}, {"id": "1324", "type": "Feature", "properties": {"id": "ak16989188", "mag": 1.8, "time": 1506673945397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.291, 51.5518, 1.2]}, "bbox": [-176.291, 51.5518, -176.291, 51.5518]}, {"id": "1325", "type": "Feature", "properties": {"id": "ak16940268", "mag": 1.1, "time": 1506673847917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1687, 63.2488, 4.7]}, "bbox": [-151.1687, 63.2488, -151.1687, 63.2488]}, {"id": "1326", "type": "Feature", "properties": {"id": "nc72901291", "mag": 1.25, "time": 1506673221590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898667, 37.523167, 12.92]}, "bbox": [-118.898667, 37.523167, -118.898667, 37.523167]}, {"id": "1327", "type": "Feature", "properties": {"id": "ak16940267", "mag": 1.0, "time": 1506672847451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5017, 66.1069, 17.1]}, "bbox": [-150.5017, 66.1069, -150.5017, 66.1069]}, {"id": "1328", "type": "Feature", "properties": {"id": "ci38014192", "mag": 1.18, "time": 1506671965070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4335, 34.163833, 7.61]}, "bbox": [-117.4335, 34.163833, -117.4335, 34.163833]}, {"id": "1329", "type": "Feature", "properties": {"id": "us2000awf5", "mag": 4.2, "time": 1506671826720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3467, 33.9272, 10.0]}, "bbox": [90.3467, 33.9272, 90.3467, 33.9272]}, {"id": "1330", "type": "Feature", "properties": {"id": "nn00607584", "mag": 1.4, "time": 1506671521193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1177, 38.2758, 11.8]}, "bbox": [-119.1177, 38.2758, -119.1177, 38.2758]}, {"id": "1331", "type": "Feature", "properties": {"id": "ci38014184", "mag": 2.46, "time": 1506671466000, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978833, 33.994167, 4.88]}, "bbox": [-116.978833, 33.994167, -116.978833, 33.994167]}, {"id": "1332", "type": "Feature", "properties": {"id": "nn00607484", "mag": 1.8, "time": 1506671441804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1188, 38.2704, 11.7]}, "bbox": [-119.1188, 38.2704, -119.1188, 38.2704]}, {"id": "1333", "type": "Feature", "properties": {"id": "nc72901256", "mag": 1.15, "time": 1506670814700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.808833, 0.67]}, "bbox": [-122.8105, 38.808833, -122.8105, 38.808833]}, {"id": "1334", "type": "Feature", "properties": {"id": "nc72901241", "mag": 1.25, "time": 1506670284580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989667, 36.427667, 2.31]}, "bbox": [-120.989667, 36.427667, -120.989667, 36.427667]}, {"id": "1335", "type": "Feature", "properties": {"id": "nc72901231", "mag": 1.07, "time": 1506669441060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.540833, 37.406667, 8.01]}, "bbox": [-118.540833, 37.406667, -118.540833, 37.406667]}, {"id": "1336", "type": "Feature", "properties": {"id": "uw61335361", "mag": 1.94, "time": 1506668594230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.733667, 47.824, 24.16]}, "bbox": [-122.733667, 47.824, -122.733667, 47.824]}, {"id": "1337", "type": "Feature", "properties": {"id": "us2000awej", "mag": 4.2, "time": 1506668295660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [55.3123, 28.2886, 10.0]}, "bbox": [55.3123, 28.2886, 55.3123, 28.2886]}, {"id": "1338", "type": "Feature", "properties": {"id": "nc72901196", "mag": 0.96, "time": 1506668052570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.571833, 36.012667, 3.67]}, "bbox": [-120.571833, 36.012667, -120.571833, 36.012667]}, {"id": "1339", "type": "Feature", "properties": {"id": "ak16940266", "mag": 1.2, "time": 1506668048758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5877, 62.1976, 22.9]}, "bbox": [-145.5877, 62.1976, -145.5877, 62.1976]}, {"id": "1340", "type": "Feature", "properties": {"id": "nc72901186", "mag": 1.14, "time": 1506667805720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848167, 37.6535, 2.83]}, "bbox": [-118.848167, 37.6535, -118.848167, 37.6535]}, {"id": "1341", "type": "Feature", "properties": {"id": "nc72901176", "mag": 1.25, "time": 1506667100210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838333, 37.506167, 0.64]}, "bbox": [-118.838333, 37.506167, -118.838333, 37.506167]}, {"id": "1342", "type": "Feature", "properties": {"id": "nc72901171", "mag": 2.27, "time": 1506666779210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835333, 37.507167, -1.01]}, "bbox": [-118.835333, 37.507167, -118.835333, 37.507167]}, {"id": "1343", "type": "Feature", "properties": {"id": "ak16940265", "mag": 1.4, "time": 1506666562961, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3945, 61.6303, 33.9]}, "bbox": [-146.3945, 61.6303, -146.3945, 61.6303]}, {"id": "1344", "type": "Feature", "properties": {"id": "ak16940263", "mag": 1.0, "time": 1506666497414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1712, 62.2695, 52.6]}, "bbox": [-149.1712, 62.2695, -149.1712, 62.2695]}, {"id": "1345", "type": "Feature", "properties": {"id": "nc72901166", "mag": 1.28, "time": 1506666202970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.5065, 0.53]}, "bbox": [-118.834167, 37.5065, -118.834167, 37.5065]}, {"id": "1346", "type": "Feature", "properties": {"id": "us2000awe6", "mag": 2.6, "time": 1506666160200, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6816, 35.8653, 6.569]}, "bbox": [-96.6816, 35.8653, -96.6816, 35.8653]}, {"id": "1347", "type": "Feature", "properties": {"id": "nn00607469", "mag": 1.0, "time": 1506665961601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5308, 38.52, 7.8]}, "bbox": [-118.5308, 38.52, -118.5308, 38.52]}, {"id": "1348", "type": "Feature", "properties": {"id": "ci38014104", "mag": 1.28, "time": 1506665954550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.982833, 33.1725, 3.45]}, "bbox": [-115.982833, 33.1725, -115.982833, 33.1725]}, {"id": "1349", "type": "Feature", "properties": {"id": "ak16989182", "mag": 1.1, "time": 1506665936336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.485, 62.1641, 22.8]}, "bbox": [-145.485, 62.1641, -145.485, 62.1641]}, {"id": "1350", "type": "Feature", "properties": {"id": "nc72901156", "mag": 2.23, "time": 1506665326530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8385, 37.505167, 1.37]}, "bbox": [-118.8385, 37.505167, -118.8385, 37.505167]}, {"id": "1351", "type": "Feature", "properties": {"id": "nc72901146", "mag": 3.34, "time": 1506665130490, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8355, 37.5055, 1.65]}, "bbox": [-118.8355, 37.5055, -118.8355, 37.5055]}, {"id": "1352", "type": "Feature", "properties": {"id": "ak16989181", "mag": 1.9, "time": 1506664620963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5107, 52.4839, 24.7]}, "bbox": [-168.5107, 52.4839, -168.5107, 52.4839]}, {"id": "1353", "type": "Feature", "properties": {"id": "nc72901116", "mag": 1.16, "time": 1506664498090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824833, 37.605667, 4.02]}, "bbox": [-118.824833, 37.605667, -118.824833, 37.605667]}, {"id": "1354", "type": "Feature", "properties": {"id": "ak16939483", "mag": 1.1, "time": 1506663985990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9358, 61.1521, 6.2]}, "bbox": [-139.9358, 61.1521, -139.9358, 61.1521]}, {"id": "1355", "type": "Feature", "properties": {"id": "nc72901106", "mag": 1.19, "time": 1506663736480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.78717, 38.829334, 1.02]}, "bbox": [-122.78717, 38.829334, -122.78717, 38.829334]}, {"id": "1356", "type": "Feature", "properties": {"id": "nm60207436", "mag": 1.74, "time": 1506663708600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.653833, 36.539667, 9.66]}, "bbox": [-89.653833, 36.539667, -89.653833, 36.539667]}, {"id": "1357", "type": "Feature", "properties": {"id": "us2000awdv", "mag": 4.5, "time": 1506663030100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.5233, -24.0812, 546.3]}, "bbox": [-179.5233, -24.0812, -179.5233, -24.0812]}, {"id": "1358", "type": "Feature", "properties": {"id": "ak16939475", "mag": 1.7, "time": 1506662432885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8708, 60.1234, 43.7]}, "bbox": [-150.8708, 60.1234, -150.8708, 60.1234]}, {"id": "1359", "type": "Feature", "properties": {"id": "uu60250077", "mag": 1.14, "time": 1506662404800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.55, 41.1085, 19.56]}, "bbox": [-111.55, 41.1085, -111.55, 41.1085]}, {"id": "1360", "type": "Feature", "properties": {"id": "nc72901046", "mag": 1.46, "time": 1506661869950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.846833, 37.647833, 3.02]}, "bbox": [-118.846833, 37.647833, -118.846833, 37.647833]}, {"id": "1361", "type": "Feature", "properties": {"id": "ci38013856", "mag": 2.0, "time": 1506660542280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978, 33.995, 4.89]}, "bbox": [-116.978, 33.995, -116.978, 33.995]}, {"id": "1362", "type": "Feature", "properties": {"id": "ak16989177", "mag": 1.2, "time": 1506660008320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4686, 63.102, 104.8]}, "bbox": [-150.4686, 63.102, -150.4686, 63.102]}, {"id": "1363", "type": "Feature", "properties": {"id": "ak16945113", "mag": 2.3, "time": 1506659927913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0654, 53.6407, 46.2]}, "bbox": [-165.0654, 53.6407, -165.0654, 53.6407]}, {"id": "1364", "type": "Feature", "properties": {"id": "us2000awd5", "mag": 5.0, "time": 1506659595610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1021, 14.8894, 24.04]}, "bbox": [-94.1021, 14.8894, -94.1021, 14.8894]}, {"id": "1365", "type": "Feature", "properties": {"id": "nc72901021", "mag": 1.62, "time": 1506659436560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.814, 1.76]}, "bbox": [-122.826833, 38.814, -122.826833, 38.814]}, {"id": "1366", "type": "Feature", "properties": {"id": "us2000awd1", "mag": 3.0, "time": 1506658713990, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6968, 35.8549, 5.0]}, "bbox": [-96.6968, 35.8549, -96.6968, 35.8549]}, {"id": "1367", "type": "Feature", "properties": {"id": "mb80258249", "mag": 2.26, "time": 1506658662520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.514, 46.840833, 13.41]}, "bbox": [-112.514, 46.840833, -112.514, 46.840833]}, {"id": "1368", "type": "Feature", "properties": {"id": "ci38013816", "mag": 1.03, "time": 1506658457830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.02, 34.015, 13.93]}, "bbox": [-117.02, 34.015, -117.02, 34.015]}, {"id": "1369", "type": "Feature", "properties": {"id": "ak16938672", "mag": 1.1, "time": 1506657671332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.311, 64.8546, 17.6]}, "bbox": [-150.311, 64.8546, -150.311, 64.8546]}, {"id": "1370", "type": "Feature", "properties": {"id": "us2000awcv", "mag": 5.6, "time": 1506657622320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0465, 14.9039, 21.66]}, "bbox": [-94.0465, 14.9039, -94.0465, 14.9039]}, {"id": "1371", "type": "Feature", "properties": {"id": "ak16945097", "mag": 2.0, "time": 1506657417279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3696, 53.5031, 41.5]}, "bbox": [-165.3696, 53.5031, -165.3696, 53.5031]}, {"id": "1372", "type": "Feature", "properties": {"id": "nc72900986", "mag": 1.05, "time": 1506657208460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502333, -0.01]}, "bbox": [-118.835833, 37.502333, -118.835833, 37.502333]}, {"id": "1373", "type": "Feature", "properties": {"id": "ismpkansas70235973", "mag": 1.64, "time": 1506657154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887333, 37.201833, 5.03]}, "bbox": [-97.887333, 37.201833, -97.887333, 37.201833]}, {"id": "1374", "type": "Feature", "properties": {"id": "nc72900981", "mag": 1.98, "time": 1506656801880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8045, 38.832333, 1.64]}, "bbox": [-122.8045, 38.832333, -122.8045, 38.832333]}, {"id": "1375", "type": "Feature", "properties": {"id": "nc72900976", "mag": 1.12, "time": 1506656629400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.758667, 38.793499, 0.77]}, "bbox": [-122.758667, 38.793499, -122.758667, 38.793499]}, {"id": "1376", "type": "Feature", "properties": {"id": "ci38013768", "mag": 1.6, "time": 1506656062720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.976, 33.995833, 3.45]}, "bbox": [-116.976, 33.995833, -116.976, 33.995833]}, {"id": "1377", "type": "Feature", "properties": {"id": "ak16937888", "mag": 1.8, "time": 1506653782695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9369, 62.1991, 64.3]}, "bbox": [-150.9369, 62.1991, -150.9369, 62.1991]}, {"id": "1378", "type": "Feature", "properties": {"id": "ak16989171", "mag": 1.9, "time": 1506653188688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5129, 51.845, 110.0]}, "bbox": [178.5129, 51.845, 178.5129, 51.845]}, {"id": "1379", "type": "Feature", "properties": {"id": "hv61925851", "mag": 0.95, "time": 1506653113010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.463667, 19.481, 6.56]}, "bbox": [-155.463667, 19.481, -155.463667, 19.481]}, {"id": "1380", "type": "Feature", "properties": {"id": "ci38013744", "mag": 1.0, "time": 1506653104110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.302333, 34.099, 15.05]}, "bbox": [-117.302333, 34.099, -117.302333, 34.099]}, {"id": "1381", "type": "Feature", "properties": {"id": "us2000awce", "mag": 4.4, "time": 1506652310280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7803, 35.9821, 42.36]}, "bbox": [141.7803, 35.9821, 141.7803, 35.9821]}, {"id": "1382", "type": "Feature", "properties": {"id": "ci38013736", "mag": 2.07, "time": 1506652304260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.259833, 32.454333, 2.17]}, "bbox": [-116.259833, 32.454333, -116.259833, 32.454333]}, {"id": "1383", "type": "Feature", "properties": {"id": "ci38013720", "mag": 2.39, "time": 1506651375080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.569, 31.324, 4.82]}, "bbox": [-115.569, 31.324, -115.569, 31.324]}, {"id": "1384", "type": "Feature", "properties": {"id": "ci38013712", "mag": 1.12, "time": 1506651359620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924833, 33.976167, 6.34]}, "bbox": [-116.924833, 33.976167, -116.924833, 33.976167]}, {"id": "1385", "type": "Feature", "properties": {"id": "nn00607452", "mag": 1.0, "time": 1506651336185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1923, 35.5727, 11.6]}, "bbox": [-116.1923, 35.5727, -116.1923, 35.5727]}, {"id": "1386", "type": "Feature", "properties": {"id": "ci38013704", "mag": 0.97, "time": 1506651243970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7885, 33.494833, 5.39]}, "bbox": [-116.7885, 33.494833, -116.7885, 33.494833]}, {"id": "1387", "type": "Feature", "properties": {"id": "ci38013688", "mag": 1.05, "time": 1506650990920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791167, 33.5105, 6.09]}, "bbox": [-116.791167, 33.5105, -116.791167, 33.5105]}, {"id": "1388", "type": "Feature", "properties": {"id": "ak16937883", "mag": 2.4, "time": 1506650514315, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9834, 51.7396, 25.6]}, "bbox": [-174.9834, 51.7396, -174.9834, 51.7396]}, {"id": "1389", "type": "Feature", "properties": {"id": "nc72900931", "mag": 1.16, "time": 1506649983200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720497, 38.775501, 1.87]}, "bbox": [-122.720497, 38.775501, -122.720497, 38.775501]}, {"id": "1390", "type": "Feature", "properties": {"id": "ak16937869", "mag": 2.6, "time": 1506649468698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8838, 61.8075, 66.1]}, "bbox": [-150.8838, 61.8075, -150.8838, 61.8075]}, {"id": "1391", "type": "Feature", "properties": {"id": "uu60013219", "mag": 1.32, "time": 1506648472160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.687, 41.150667, 12.61]}, "bbox": [-111.687, 41.150667, -111.687, 41.150667]}, {"id": "1392", "type": "Feature", "properties": {"id": "uu60250062", "mag": 2.53, "time": 1506648435990, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.936667, 38.921333, 10.59]}, "bbox": [-111.936667, 38.921333, -111.936667, 38.921333]}, {"id": "1393", "type": "Feature", "properties": {"id": "us2000awbw", "mag": 4.5, "time": 1506648405500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.976, 52.0498, 29.97]}, "bbox": [-169.976, 52.0498, -169.976, 52.0498]}, {"id": "1394", "type": "Feature", "properties": {"id": "us2000awbq", "mag": 4.9, "time": 1506648161110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.1717, 52.3421, 33.24]}, "bbox": [-170.1717, 52.3421, -170.1717, 52.3421]}, {"id": "1395", "type": "Feature", "properties": {"id": "ak16937823", "mag": 1.0, "time": 1506648034498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0631, 63.4906, 4.2]}, "bbox": [-147.0631, 63.4906, -147.0631, 63.4906]}, {"id": "1396", "type": "Feature", "properties": {"id": "ak16989160", "mag": 1.6, "time": 1506646713769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.579, 51.7059, 15.4]}, "bbox": [-178.579, 51.7059, -178.579, 51.7059]}, {"id": "1397", "type": "Feature", "properties": {"id": "nc72900911", "mag": 1.15, "time": 1506646505210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834333, 37.504, -0.73]}, "bbox": [-118.834333, 37.504, -118.834333, 37.504]}, {"id": "1398", "type": "Feature", "properties": {"id": "ci38013672", "mag": 2.61, "time": 1506646378780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.570333, 31.324667, 4.82]}, "bbox": [-115.570333, 31.324667, -115.570333, 31.324667]}, {"id": "1399", "type": "Feature", "properties": {"id": "ak16937047", "mag": 1.0, "time": 1506646107258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4881, 63.0417, 2.8]}, "bbox": [-151.4881, 63.0417, -151.4881, 63.0417]}, {"id": "1400", "type": "Feature", "properties": {"id": "ak16937045", "mag": 1.9, "time": 1506646058692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.135, 67.8468, 16.8]}, "bbox": [-156.135, 67.8468, -156.135, 67.8468]}, {"id": "1401", "type": "Feature", "properties": {"id": "nc72900906", "mag": 1.03, "time": 1506645880090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.876831, 38.8405, 2.17]}, "bbox": [-122.876831, 38.8405, -122.876831, 38.8405]}, {"id": "1402", "type": "Feature", "properties": {"id": "nc72900886", "mag": 1.63, "time": 1506645570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.816667, 2.21]}, "bbox": [-122.818333, 38.816667, -122.818333, 38.816667]}, {"id": "1403", "type": "Feature", "properties": {"id": "ci38013656", "mag": 2.24, "time": 1506645489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.313, 34.094167, 17.1]}, "bbox": [-117.313, 34.094167, -117.313, 34.094167]}, {"id": "1404", "type": "Feature", "properties": {"id": "ci38013632", "mag": 1.51, "time": 1506645195410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.502667, 3.76]}, "bbox": [-116.7955, 33.502667, -116.7955, 33.502667]}, {"id": "1405", "type": "Feature", "properties": {"id": "nc72900876", "mag": 1.03, "time": 1506644780060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 37.470667, 1.87]}, "bbox": [-118.818, 37.470667, -118.818, 37.470667]}, {"id": "1406", "type": "Feature", "properties": {"id": "nc72900871", "mag": 1.62, "time": 1506644672730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.585667, 37.234667, 6.49]}, "bbox": [-118.585667, 37.234667, -118.585667, 37.234667]}, {"id": "1407", "type": "Feature", "properties": {"id": "ak16937041", "mag": 1.3, "time": 1506644621941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3267, 62.8222, 57.1]}, "bbox": [-148.3267, 62.8222, -148.3267, 62.8222]}, {"id": "1408", "type": "Feature", "properties": {"id": "ak16937039", "mag": 1.7, "time": 1506644576562, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2144, 60.0462, 13.4]}, "bbox": [-139.2144, 60.0462, -139.2144, 60.0462]}, {"id": "1409", "type": "Feature", "properties": {"id": "ak16937037", "mag": 1.1, "time": 1506644052798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3512, 58.196, 2.5]}, "bbox": [-155.3512, 58.196, -155.3512, 58.196]}, {"id": "1410", "type": "Feature", "properties": {"id": "ak16989154", "mag": 1.6, "time": 1506643362489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3692, 51.6466, 12.3]}, "bbox": [-178.3692, 51.6466, -178.3692, 51.6466]}, {"id": "1411", "type": "Feature", "properties": {"id": "ak16937036", "mag": 1.4, "time": 1506643250597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7379, 61.4006, 18.9]}, "bbox": [-147.7379, 61.4006, -147.7379, 61.4006]}, {"id": "1412", "type": "Feature", "properties": {"id": "us2000awbb", "mag": 4.9, "time": 1506643017480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.7489, 19.052, 30.59]}, "bbox": [144.7489, 19.052, 144.7489, 19.052]}, {"id": "1413", "type": "Feature", "properties": {"id": "ak16989677", "mag": 1.5, "time": 1506642839250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8862, 61.8988, 105.1]}, "bbox": [-151.8862, 61.8988, -151.8862, 61.8988]}, {"id": "1414", "type": "Feature", "properties": {"id": "ak16936268", "mag": 1.2, "time": 1506642106483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9604, 62.3327, 42.9]}, "bbox": [-148.9604, 62.3327, -148.9604, 62.3327]}, {"id": "1415", "type": "Feature", "properties": {"id": "nn00607431", "mag": 1.9, "time": 1506641437450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5187, 36.978, 7.0]}, "bbox": [-117.5187, 36.978, -117.5187, 36.978]}, {"id": "1416", "type": "Feature", "properties": {"id": "nc72900841", "mag": 1.93, "time": 1506641348540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.606667, 4.1]}, "bbox": [-118.821, 37.606667, -118.821, 37.606667]}, {"id": "1417", "type": "Feature", "properties": {"id": "nc72900846", "mag": 1.13, "time": 1506641325970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.608333, 4.24]}, "bbox": [-118.818833, 37.608333, -118.818833, 37.608333]}, {"id": "1418", "type": "Feature", "properties": {"id": "nc72904266", "mag": 0.96, "time": 1506641269180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0985, 41.357, -1.69]}, "bbox": [-122.0985, 41.357, -122.0985, 41.357]}, {"id": "1419", "type": "Feature", "properties": {"id": "ak16989674", "mag": 1.6, "time": 1506641141934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9034, 59.5213, 94.1]}, "bbox": [-152.9034, 59.5213, -152.9034, 59.5213]}, {"id": "1420", "type": "Feature", "properties": {"id": "us2000awa2", "mag": 4.4, "time": 1506640604400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.6403, 51.5228, 41.23]}, "bbox": [-175.6403, 51.5228, -175.6403, 51.5228]}, {"id": "1421", "type": "Feature", "properties": {"id": "nn00607821", "mag": 1.1, "time": 1506640364409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9062, 38.3722, 8.5]}, "bbox": [-118.9062, 38.3722, -118.9062, 38.3722]}, {"id": "1422", "type": "Feature", "properties": {"id": "us2000aw9p", "mag": 5.4, "time": 1506640275740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7911, -24.8725, 440.96]}, "bbox": [-179.7911, -24.8725, -179.7911, -24.8725]}, {"id": "1423", "type": "Feature", "properties": {"id": "us2000b1wl", "mag": 4.8, "time": 1506639694670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5676, 1.0849, 4.38]}, "bbox": [127.5676, 1.0849, 127.5676, 1.0849]}, {"id": "1424", "type": "Feature", "properties": {"id": "us2000aw9e", "mag": 4.7, "time": 1506639688220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.3331, 2.9053, 15.04]}, "bbox": [133.3331, 2.9053, 133.3331, 2.9053]}, {"id": "1425", "type": "Feature", "properties": {"id": "ak16989671", "mag": 1.7, "time": 1506639639127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3134, 59.6717, 111.4]}, "bbox": [-153.3134, 59.6717, -153.3134, 59.6717]}, {"id": "1426", "type": "Feature", "properties": {"id": "ak16936241", "mag": 2.5, "time": 1506639635527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1768, 68.4586, 17.0]}, "bbox": [-147.1768, 68.4586, -147.1768, 68.4586]}, {"id": "1427", "type": "Feature", "properties": {"id": "nc72900821", "mag": 1.1, "time": 1506639127150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834833, 37.500333, -1.77]}, "bbox": [-118.834833, 37.500333, -118.834833, 37.500333]}, {"id": "1428", "type": "Feature", "properties": {"id": "us2000aw90", "mag": 5.1, "time": 1506638831750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5949, -34.0499, 10.0]}, "bbox": [-178.5949, -34.0499, -178.5949, -34.0499]}, {"id": "1429", "type": "Feature", "properties": {"id": "us2000aw8l", "mag": 4.3, "time": 1506638537770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4998, -6.5326, 108.74]}, "bbox": [130.4998, -6.5326, 130.4998, -6.5326]}, {"id": "1430", "type": "Feature", "properties": {"id": "nc72900811", "mag": 2.32, "time": 1506638416610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1135, 35.6885, 5.91]}, "bbox": [-121.1135, 35.6885, -121.1135, 35.6885]}, {"id": "1431", "type": "Feature", "properties": {"id": "nc72900806", "mag": 1.35, "time": 1506638081190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.534, 2.41]}, "bbox": [-118.878833, 37.534, -118.878833, 37.534]}, {"id": "1432", "type": "Feature", "properties": {"id": "uw61335056", "mag": 1.84, "time": 1506638058160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.417833, 45.624333, -1.28]}, "bbox": [-121.417833, 45.624333, -121.417833, 45.624333]}, {"id": "1433", "type": "Feature", "properties": {"id": "mb80258209", "mag": 1.37, "time": 1506637878310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.910833, 10.76]}, "bbox": [-112.521333, 46.910833, -112.521333, 46.910833]}, {"id": "1434", "type": "Feature", "properties": {"id": "ak16935473", "mag": 1.9, "time": 1506637576311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5454, 67.5431, 1.7]}, "bbox": [-158.5454, 67.5431, -158.5454, 67.5431]}, {"id": "1435", "type": "Feature", "properties": {"id": "ak16935469", "mag": 2.0, "time": 1506637236181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4826, 58.8115, 4.9]}, "bbox": [-153.4826, 58.8115, -153.4826, 58.8115]}, {"id": "1436", "type": "Feature", "properties": {"id": "ak16989667", "mag": 2.0, "time": 1506636836791, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4008, 59.8707, 143.3]}, "bbox": [-153.4008, 59.8707, -153.4008, 59.8707]}, {"id": "1437", "type": "Feature", "properties": {"id": "ak16989666", "mag": 1.1, "time": 1506636594038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2636, 62.56, 91.7]}, "bbox": [-151.2636, 62.56, -151.2636, 62.56]}, {"id": "1438", "type": "Feature", "properties": {"id": "nc72900796", "mag": 1.35, "time": 1506636488490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.710833, 38.743, 2.06]}, "bbox": [-122.710833, 38.743, -122.710833, 38.743]}, {"id": "1439", "type": "Feature", "properties": {"id": "ak16935467", "mag": 1.1, "time": 1506635722873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2148, 64.8337, 24.2]}, "bbox": [-149.2148, 64.8337, -149.2148, 64.8337]}, {"id": "1440", "type": "Feature", "properties": {"id": "ak16989663", "mag": 1.2, "time": 1506634878192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0761, 62.868, 105.4]}, "bbox": [-151.0761, 62.868, -151.0761, 62.868]}, {"id": "1441", "type": "Feature", "properties": {"id": "us2000aw7x", "mag": 3.3, "time": 1506634428280, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9413, 39.9063, 10.29]}, "bbox": [19.9413, 39.9063, 19.9413, 39.9063]}, {"id": "1442", "type": "Feature", "properties": {"id": "ak16989662", "mag": 1.3, "time": 1506634090975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8044, 63.1677, 125.3]}, "bbox": [-150.8044, 63.1677, -150.8044, 63.1677]}, {"id": "1443", "type": "Feature", "properties": {"id": "us2000b1wj", "mag": 4.0, "time": 1506633989680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.778, 49.1768, 363.15]}, "bbox": [150.778, 49.1768, 150.778, 49.1768]}, {"id": "1444", "type": "Feature", "properties": {"id": "ak16935454", "mag": 2.6, "time": 1506633516577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9288, 61.8846, 49.8]}, "bbox": [-150.9288, 61.8846, -150.9288, 61.8846]}, {"id": "1445", "type": "Feature", "properties": {"id": "ak16935459", "mag": 2.8, "time": 1506633516034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7041, 61.8689, 59.8]}, "bbox": [-150.7041, 61.8689, -150.7041, 61.8689]}, {"id": "1446", "type": "Feature", "properties": {"id": "nn00607410", "mag": 2.0, "time": 1506633382650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9234, 38.4032, 7.8]}, "bbox": [-118.9234, 38.4032, -118.9234, 38.4032]}, {"id": "1447", "type": "Feature", "properties": {"id": "ak16935451", "mag": 1.7, "time": 1506632963331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6029, 62.2054, 19.5]}, "bbox": [-145.6029, 62.2054, -145.6029, 62.2054]}, {"id": "1448", "type": "Feature", "properties": {"id": "ci38013352", "mag": 1.79, "time": 1506632691350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.990833, 33.765333, 14.42]}, "bbox": [-116.990833, 33.765333, -116.990833, 33.765333]}, {"id": "1449", "type": "Feature", "properties": {"id": "nn00607723", "mag": 1.0, "time": 1506632347835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1182, 38.2802, 11.5]}, "bbox": [-119.1182, 38.2802, -119.1182, 38.2802]}, {"id": "1450", "type": "Feature", "properties": {"id": "hv61925221", "mag": 1.37, "time": 1506631999030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.430333, 19.4155, 3.336]}, "bbox": [-155.430333, 19.4155, -155.430333, 19.4155]}, {"id": "1451", "type": "Feature", "properties": {"id": "ak16935443", "mag": 2.3, "time": 1506631969817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.484, 61.7831, 31.3]}, "bbox": [-149.484, 61.7831, -149.484, 61.7831]}, {"id": "1452", "type": "Feature", "properties": {"id": "us2000aw54", "mag": 2.4, "time": 1506631716330, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.3897, 35.6755, 5.86]}, "bbox": [-97.3897, 35.6755, -97.3897, 35.6755]}, {"id": "1453", "type": "Feature", "properties": {"id": "us2000aw51", "mag": 4.7, "time": 1506631326570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.2381, -7.2814, 142.87]}, "bbox": [129.2381, -7.2814, 129.2381, -7.2814]}, {"id": "1454", "type": "Feature", "properties": {"id": "ak16989658", "mag": 1.3, "time": 1506630830832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5815, 63.2958, 125.3]}, "bbox": [-150.5815, 63.2958, -150.5815, 63.2958]}, {"id": "1455", "type": "Feature", "properties": {"id": "ak16935439", "mag": 1.8, "time": 1506629924653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1989, 60.9639, 35.6]}, "bbox": [-148.1989, 60.9639, -148.1989, 60.9639]}, {"id": "1456", "type": "Feature", "properties": {"id": "ci38013336", "mag": 1.94, "time": 1506629828900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.131167, 32.218833, 17.71]}, "bbox": [-116.131167, 32.218833, -116.131167, 32.218833]}, {"id": "1457", "type": "Feature", "properties": {"id": "ak16989656", "mag": 1.2, "time": 1506629660078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.1036, 120.6]}, "bbox": [-151.0033, 63.1036, -151.0033, 63.1036]}, {"id": "1458", "type": "Feature", "properties": {"id": "mb80258194", "mag": 1.36, "time": 1506628850530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.870167, 10.85]}, "bbox": [-112.525833, 46.870167, -112.525833, 46.870167]}, {"id": "1459", "type": "Feature", "properties": {"id": "ak16989655", "mag": 1.6, "time": 1506628609513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2274, 59.9548, 119.1]}, "bbox": [-153.2274, 59.9548, -153.2274, 59.9548]}, {"id": "1460", "type": "Feature", "properties": {"id": "ak16989654", "mag": 1.5, "time": 1506627145969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4925, 59.606, 72.3]}, "bbox": [-152.4925, 59.606, -152.4925, 59.606]}, {"id": "1461", "type": "Feature", "properties": {"id": "nc72900741", "mag": 1.19, "time": 1506626419400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.631667, 36.039167, 2.5]}, "bbox": [-120.631667, 36.039167, -120.631667, 36.039167]}, {"id": "1462", "type": "Feature", "properties": {"id": "ak16989653", "mag": 1.4, "time": 1506626367074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3296, 60.9023, 42.3]}, "bbox": [-150.3296, 60.9023, -150.3296, 60.9023]}, {"id": "1463", "type": "Feature", "properties": {"id": "us2000aw2q", "mag": 4.9, "time": 1506625864960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-84.1381, 3.222, 33.2]}, "bbox": [-84.1381, 3.222, -84.1381, 3.222]}, {"id": "1464", "type": "Feature", "properties": {"id": "uu60249967", "mag": 1.41, "time": 1506625553170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457167, 42.614667, 6.24]}, "bbox": [-111.457167, 42.614667, -111.457167, 42.614667]}, {"id": "1465", "type": "Feature", "properties": {"id": "ak16933835", "mag": 2.9, "time": 1506625397763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.0327, 52.1592, 53.3]}, "bbox": [-171.0327, 52.1592, -171.0327, 52.1592]}, {"id": "1466", "type": "Feature", "properties": {"id": "ci38013288", "mag": 1.11, "time": 1506625160340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.118167, 33.2435, 12.25]}, "bbox": [-116.118167, 33.2435, -116.118167, 33.2435]}, {"id": "1467", "type": "Feature", "properties": {"id": "ak16989651", "mag": 1.3, "time": 1506624662212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6565, 62.7268, 75.5]}, "bbox": [-149.6565, 62.7268, -149.6565, 62.7268]}, {"id": "1468", "type": "Feature", "properties": {"id": "nn00607390", "mag": 1.2, "time": 1506624316884, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0954, 35.994, 9.6]}, "bbox": [-116.0954, 35.994, -116.0954, 35.994]}, {"id": "1469", "type": "Feature", "properties": {"id": "ak16933797", "mag": 2.1, "time": 1506623643983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.596, 60.994, 73.2]}, "bbox": [-151.596, 60.994, -151.596, 60.994]}, {"id": "1470", "type": "Feature", "properties": {"id": "ak16933794", "mag": 1.9, "time": 1506623613173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8361, 62.7886, 1.5]}, "bbox": [-151.8361, 62.7886, -151.8361, 62.7886]}, {"id": "1471", "type": "Feature", "properties": {"id": "ci38013264", "mag": 1.24, "time": 1506622262550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.530333, 35.347, 5.41]}, "bbox": [-118.530333, 35.347, -118.530333, 35.347]}, {"id": "1472", "type": "Feature", "properties": {"id": "ak16989648", "mag": 1.6, "time": 1506621791811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5986, 59.752, 76.2]}, "bbox": [-152.5986, 59.752, -152.5986, 59.752]}, {"id": "1473", "type": "Feature", "properties": {"id": "hv61924821", "mag": 2.4, "time": 1506621499160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.122167, 19.331, 7.032]}, "bbox": [-155.122167, 19.331, -155.122167, 19.331]}, {"id": "1474", "type": "Feature", "properties": {"id": "ak16933793", "mag": 1.6, "time": 1506621344909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8725, 59.9048, 16.1]}, "bbox": [-136.8725, 59.9048, -136.8725, 59.9048]}, {"id": "1475", "type": "Feature", "properties": {"id": "nc72900701", "mag": 1.21, "time": 1506621263930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.129833, 36.62, 9.54]}, "bbox": [-121.129833, 36.62, -121.129833, 36.62]}, {"id": "1476", "type": "Feature", "properties": {"id": "mb80258169", "mag": 1.95, "time": 1506620957630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.495833, 46.896167, 10.98]}, "bbox": [-112.495833, 46.896167, -112.495833, 46.896167]}, {"id": "1477", "type": "Feature", "properties": {"id": "ak16989646", "mag": 1.2, "time": 1506620810224, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5002, 61.5482, 31.5]}, "bbox": [-146.5002, 61.5482, -146.5002, 61.5482]}, {"id": "1478", "type": "Feature", "properties": {"id": "nc72900691", "mag": 1.44, "time": 1506620029980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.427167, 0.18]}, "bbox": [-122.995833, 39.427167, -122.995833, 39.427167]}, {"id": "1479", "type": "Feature", "properties": {"id": "ak16989645", "mag": 1.5, "time": 1506619134173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0379, 60.1776, 121.7]}, "bbox": [-153.0379, 60.1776, -153.0379, 60.1776]}, {"id": "1480", "type": "Feature", "properties": {"id": "ci38013232", "mag": 1.17, "time": 1506618737450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.506833, 5.73]}, "bbox": [-116.792167, 33.506833, -116.792167, 33.506833]}, {"id": "1481", "type": "Feature", "properties": {"id": "us2000avzh", "mag": 4.6, "time": 1506618485320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5691, 2.1483, 97.53]}, "bbox": [127.5691, 2.1483, 127.5691, 2.1483]}, {"id": "1482", "type": "Feature", "properties": {"id": "us2000avzb", "mag": 4.9, "time": 1506617586500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.0401, 6.0164, 50.8]}, "bbox": [120.0401, 6.0164, 120.0401, 6.0164]}, {"id": "1483", "type": "Feature", "properties": {"id": "ak16933018", "mag": 1.2, "time": 1506617374262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.7278, 64.1]}, "bbox": [-150.7645, 61.7278, -150.7645, 61.7278]}, {"id": "1484", "type": "Feature", "properties": {"id": "hv61924676", "mag": 1.37, "time": 1506617124930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.142167, 19.3215, 5.152]}, "bbox": [-155.142167, 19.3215, -155.142167, 19.3215]}, {"id": "1485", "type": "Feature", "properties": {"id": "ak16989643", "mag": 1.6, "time": 1506616564611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8062, 60.4189, 2.2]}, "bbox": [-147.8062, 60.4189, -147.8062, 60.4189]}, {"id": "1486", "type": "Feature", "properties": {"id": "ak16989642", "mag": 1.4, "time": 1506615776447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9273, 61.5228, 95.1]}, "bbox": [-151.9273, 61.5228, -151.9273, 61.5228]}, {"id": "1487", "type": "Feature", "properties": {"id": "ak16989641", "mag": 1.3, "time": 1506615666771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3551, 60.8947, 43.2]}, "bbox": [-150.3551, 60.8947, -150.3551, 60.8947]}, {"id": "1488", "type": "Feature", "properties": {"id": "us2000avyw", "mag": 2.7, "time": 1506615478140, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4394, 42.5767, 8.98]}, "bbox": [-111.4394, 42.5767, -111.4394, 42.5767]}, {"id": "1489", "type": "Feature", "properties": {"id": "nc72900646", "mag": 1.38, "time": 1506615468050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0045, 36.4415, 0.06]}, "bbox": [-121.0045, 36.4415, -121.0045, 36.4415]}, {"id": "1490", "type": "Feature", "properties": {"id": "ak16989640", "mag": 1.3, "time": 1506615161794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0408, 63.589, 132.5]}, "bbox": [-150.0408, 63.589, -150.0408, 63.589]}, {"id": "1491", "type": "Feature", "properties": {"id": "ak16989639", "mag": 1.2, "time": 1506615119980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3231, 63.0526, 91.1]}, "bbox": [-150.3231, 63.0526, -150.3231, 63.0526]}, {"id": "1492", "type": "Feature", "properties": {"id": "ak16933017", "mag": 2.0, "time": 1506614678900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3488, 68.1439, 6.8]}, "bbox": [-136.3488, 68.1439, -136.3488, 68.1439]}, {"id": "1493", "type": "Feature", "properties": {"id": "ak16989637", "mag": 2.0, "time": 1506614163379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1177, 57.8245, 115.5]}, "bbox": [-156.1177, 57.8245, -156.1177, 57.8245]}, {"id": "1494", "type": "Feature", "properties": {"id": "nc72900616", "mag": 1.97, "time": 1506613917930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833833, 37.506167, 0.46]}, "bbox": [-118.833833, 37.506167, -118.833833, 37.506167]}, {"id": "1495", "type": "Feature", "properties": {"id": "ak16933016", "mag": 1.5, "time": 1506613537003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1247, 62.197, 80.3]}, "bbox": [-151.1247, 62.197, -151.1247, 62.197]}, {"id": "1496", "type": "Feature", "properties": {"id": "nc72900606", "mag": 1.53, "time": 1506612805340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.996667, 39.425333, 0.77]}, "bbox": [-122.996667, 39.425333, -122.996667, 39.425333]}, {"id": "1497", "type": "Feature", "properties": {"id": "ak16989634", "mag": 1.6, "time": 1506612409300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4495, 58.785, 109.1]}, "bbox": [-154.4495, 58.785, -154.4495, 58.785]}, {"id": "1498", "type": "Feature", "properties": {"id": "ak16989633", "mag": 1.3, "time": 1506612360069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6854, 61.515, 2.6]}, "bbox": [-140.6854, 61.515, -140.6854, 61.515]}, {"id": "1499", "type": "Feature", "properties": {"id": "us2000avy5", "mag": 2.4, "time": 1506612136390, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1391, 37.351, 10.96]}, "bbox": [-98.1391, 37.351, -98.1391, 37.351]}, {"id": "1500", "type": "Feature", "properties": {"id": "ak16932254", "mag": 1.6, "time": 1506612041072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9819, 62.3692, 40.1]}, "bbox": [-147.9819, 62.3692, -147.9819, 62.3692]}, {"id": "1501", "type": "Feature", "properties": {"id": "us2000avxu", "mag": 2.3, "time": 1506611699680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3926, 36.3885, 15.33]}, "bbox": [-98.3926, 36.3885, -98.3926, 36.3885]}, {"id": "1502", "type": "Feature", "properties": {"id": "ak16932252", "mag": 1.4, "time": 1506611616543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7975, 61.8375, 20.1]}, "bbox": [-148.7975, 61.8375, -148.7975, 61.8375]}, {"id": "1503", "type": "Feature", "properties": {"id": "nc72900586", "mag": 1.03, "time": 1506611392120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821335, 38.808834, 2.14]}, "bbox": [-122.821335, 38.808834, -122.821335, 38.808834]}, {"id": "1504", "type": "Feature", "properties": {"id": "nc72900581", "mag": 1.68, "time": 1506611003850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995167, 39.428167, 0.76]}, "bbox": [-122.995167, 39.428167, -122.995167, 39.428167]}, {"id": "1505", "type": "Feature", "properties": {"id": "nc72900571", "mag": 3.21, "time": 1506610414710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1635, 40.137833, 15.62]}, "bbox": [-127.1635, 40.137833, -127.1635, 40.137833]}, {"id": "1506", "type": "Feature", "properties": {"id": "ak16932251", "mag": 2.9, "time": 1506610104421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9091, 51.7632, 40.8]}, "bbox": [-174.9091, 51.7632, -174.9091, 51.7632]}, {"id": "1507", "type": "Feature", "properties": {"id": "uu60249947", "mag": 1.1, "time": 1506608975840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421333, 42.593667, 5.84]}, "bbox": [-111.421333, 42.593667, -111.421333, 42.593667]}, {"id": "1508", "type": "Feature", "properties": {"id": "nc72900556", "mag": 1.09, "time": 1506608575910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6065, 3.9]}, "bbox": [-118.821333, 37.6065, -118.821333, 37.6065]}, {"id": "1509", "type": "Feature", "properties": {"id": "uu60249942", "mag": 1.52, "time": 1506608341480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415667, 42.591167, 5.46]}, "bbox": [-111.415667, 42.591167, -111.415667, 42.591167]}, {"id": "1510", "type": "Feature", "properties": {"id": "ak16932247", "mag": 2.1, "time": 1506608150712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4995, 59.282, 98.9]}, "bbox": [-153.4995, 59.282, -153.4995, 59.282]}, {"id": "1511", "type": "Feature", "properties": {"id": "ak16989627", "mag": 1.2, "time": 1506607597338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5495, 63.4604, 104.2]}, "bbox": [-149.5495, 63.4604, -149.5495, 63.4604]}, {"id": "1512", "type": "Feature", "properties": {"id": "ak16989625", "mag": 1.6, "time": 1506607488149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3463, 61.0393, 106.1]}, "bbox": [-152.3463, 61.0393, -152.3463, 61.0393]}, {"id": "1513", "type": "Feature", "properties": {"id": "ak16932246", "mag": 1.4, "time": 1506606933995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1075, 61.1056, 49.5]}, "bbox": [-150.1075, 61.1056, -150.1075, 61.1056]}, {"id": "1514", "type": "Feature", "properties": {"id": "ak16932241", "mag": 2.4, "time": 1506606217414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3566, 59.8225, 132.2]}, "bbox": [-153.3566, 59.8225, -153.3566, 59.8225]}, {"id": "1515", "type": "Feature", "properties": {"id": "nn00607373", "mag": 1.4, "time": 1506605920785, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4887, 38.6992, 5.0]}, "bbox": [-118.4887, 38.6992, -118.4887, 38.6992]}, {"id": "1516", "type": "Feature", "properties": {"id": "ak16989622", "mag": 1.0, "time": 1506605668248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.09, 62.8911, 77.4]}, "bbox": [-149.09, 62.8911, -149.09, 62.8911]}, {"id": "1517", "type": "Feature", "properties": {"id": "ak16932239", "mag": 1.5, "time": 1506605540122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5382, 63.0052, 72.9]}, "bbox": [-149.5382, 63.0052, -149.5382, 63.0052]}, {"id": "1518", "type": "Feature", "properties": {"id": "nc72900531", "mag": 1.45, "time": 1506605237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023333, 37.519667, 2.73]}, "bbox": [-119.023333, 37.519667, -119.023333, 37.519667]}, {"id": "1519", "type": "Feature", "properties": {"id": "uw61334636", "mag": 1.41, "time": 1506604992060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.905, 48.235833, 11.65]}, "bbox": [-121.905, 48.235833, -121.905, 48.235833]}, {"id": "1520", "type": "Feature", "properties": {"id": "ak16989620", "mag": 1.1, "time": 1506604766781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9752, 64.7557, 17.5]}, "bbox": [-139.9752, 64.7557, -139.9752, 64.7557]}, {"id": "1521", "type": "Feature", "properties": {"id": "nc72900521", "mag": 1.23, "time": 1506604242090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.078, 37.663333, 7.74]}, "bbox": [-122.078, 37.663333, -122.078, 37.663333]}, {"id": "1522", "type": "Feature", "properties": {"id": "ak16989619", "mag": 1.3, "time": 1506603071727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.42, 61.0462, 108.0]}, "bbox": [-152.42, 61.0462, -152.42, 61.0462]}, {"id": "1523", "type": "Feature", "properties": {"id": "uu60249937", "mag": 2.05, "time": 1506602964450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440333, 42.584, 3.5]}, "bbox": [-111.440333, 42.584, -111.440333, 42.584]}, {"id": "1524", "type": "Feature", "properties": {"id": "ak16931481", "mag": 1.0, "time": 1506601991313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.596, 66.821, 3.1]}, "bbox": [-143.596, 66.821, -143.596, 66.821]}, {"id": "1525", "type": "Feature", "properties": {"id": "ak16989616", "mag": 1.3, "time": 1506601744056, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1565, 57.9069, 53.3]}, "bbox": [-154.1565, 57.9069, -154.1565, 57.9069]}, {"id": "1526", "type": "Feature", "properties": {"id": "ak16989615", "mag": 1.2, "time": 1506601651411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3908, 68.9058, 5.0]}, "bbox": [-147.3908, 68.9058, -147.3908, 68.9058]}, {"id": "1527", "type": "Feature", "properties": {"id": "ak16931479", "mag": 1.4, "time": 1506601472327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4079, 61.6728, 40.0]}, "bbox": [-146.4079, 61.6728, -146.4079, 61.6728]}, {"id": "1528", "type": "Feature", "properties": {"id": "ak16931477", "mag": 1.1, "time": 1506601302752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8998, 65.8646, 6.1]}, "bbox": [-150.8998, 65.8646, -150.8998, 65.8646]}, {"id": "1529", "type": "Feature", "properties": {"id": "nc72900496", "mag": 1.36, "time": 1506601178090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.535, 2.88]}, "bbox": [-118.88, 37.535, -118.88, 37.535]}, {"id": "1530", "type": "Feature", "properties": {"id": "ak16931475", "mag": 1.2, "time": 1506600842484, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.174, 61.7151, 0.0]}, "bbox": [-148.174, 61.7151, -148.174, 61.7151]}, {"id": "1531", "type": "Feature", "properties": {"id": "nc72900446", "mag": 2.75, "time": 1506598677940, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.825333, 38.840167, 1.73]}, "bbox": [-122.825333, 38.840167, -122.825333, 38.840167]}, {"id": "1532", "type": "Feature", "properties": {"id": "ak16930710", "mag": 2.2, "time": 1506598490657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4189, 62.1612, 87.1]}, "bbox": [-151.4189, 62.1612, -151.4189, 62.1612]}, {"id": "1533", "type": "Feature", "properties": {"id": "us2000avvw", "mag": 5.3, "time": 1506598185690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.558, 28.7786, 10.0]}, "bbox": [140.558, 28.7786, 140.558, 28.7786]}, {"id": "1534", "type": "Feature", "properties": {"id": "ak16989610", "mag": 1.2, "time": 1506597726479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 63.0271, 90.0]}, "bbox": [-150.1805, 63.0271, -150.1805, 63.0271]}, {"id": "1535", "type": "Feature", "properties": {"id": "nc72900431", "mag": 1.92, "time": 1506596753080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.485667, 38.5015, 5.55]}, "bbox": [-119.485667, 38.5015, -119.485667, 38.5015]}, {"id": "1536", "type": "Feature", "properties": {"id": "ak16989609", "mag": 1.5, "time": 1506596722964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1313, 51.5863, 44.2]}, "bbox": [-178.1313, 51.5863, -178.1313, 51.5863]}, {"id": "1537", "type": "Feature", "properties": {"id": "ak16930709", "mag": 1.4, "time": 1506596180091, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9834, 61.0931, 56.8]}, "bbox": [-150.9834, 61.0931, -150.9834, 61.0931]}, {"id": "1538", "type": "Feature", "properties": {"id": "ak16930708", "mag": 3.1, "time": 1506595515294, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.7195, 51.6195, 25.6]}, "bbox": [176.7195, 51.6195, 176.7195, 51.6195]}, {"id": "1539", "type": "Feature", "properties": {"id": "ak16989606", "mag": 1.5, "time": 1506595427986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5238, 51.5739, 68.8]}, "bbox": [-177.5238, 51.5739, -177.5238, 51.5739]}, {"id": "1540", "type": "Feature", "properties": {"id": "nc72900416", "mag": 1.17, "time": 1506594935360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.096, 36.553167, 9.44]}, "bbox": [-121.096, 36.553167, -121.096, 36.553167]}, {"id": "1541", "type": "Feature", "properties": {"id": "ak16930706", "mag": 1.2, "time": 1506593895889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.338, 63.1851, 0.0]}, "bbox": [-151.338, 63.1851, -151.338, 63.1851]}, {"id": "1542", "type": "Feature", "properties": {"id": "ci38012984", "mag": 1.12, "time": 1506593315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6855, 35.838833, 4.14]}, "bbox": [-117.6855, 35.838833, -117.6855, 35.838833]}, {"id": "1543", "type": "Feature", "properties": {"id": "nc72900391", "mag": 1.49, "time": 1506592222290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823333, 37.607, 4.05]}, "bbox": [-118.823333, 37.607, -118.823333, 37.607]}, {"id": "1544", "type": "Feature", "properties": {"id": "ak16930705", "mag": 1.1, "time": 1506591630653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3689, 61.3755, 23.9]}, "bbox": [-150.3689, 61.3755, -150.3689, 61.3755]}, {"id": "1545", "type": "Feature", "properties": {"id": "ci38012952", "mag": 1.31, "time": 1506591135600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.834333, 32.734667, 5.37]}, "bbox": [-115.834333, 32.734667, -115.834333, 32.734667]}, {"id": "1546", "type": "Feature", "properties": {"id": "hv61924526", "mag": 1.45, "time": 1506590418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.392167, 9.534]}, "bbox": [-155.421333, 19.392167, -155.421333, 19.392167]}, {"id": "1547", "type": "Feature", "properties": {"id": "nc72900381", "mag": 1.63, "time": 1506590284210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2205, 38.063167, 9.05]}, "bbox": [-122.2205, 38.063167, -122.2205, 38.063167]}, {"id": "1548", "type": "Feature", "properties": {"id": "us2000avu4", "mag": 4.4, "time": 1506589563580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6261, -23.7242, 196.73]}, "bbox": [-66.6261, -23.7242, -66.6261, -23.7242]}, {"id": "1549", "type": "Feature", "properties": {"id": "ak16989602", "mag": 2.7, "time": 1506589434755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4192, 52.1877, 22.9]}, "bbox": [-170.4192, 52.1877, -170.4192, 52.1877]}, {"id": "1550", "type": "Feature", "properties": {"id": "ci38012928", "mag": 1.18, "time": 1506589107820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7675, 33.325167, 12.65]}, "bbox": [-116.7675, 33.325167, -116.7675, 33.325167]}, {"id": "1551", "type": "Feature", "properties": {"id": "ak16989601", "mag": 1.5, "time": 1506589104993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4957, 51.6758, 15.5]}, "bbox": [-178.4957, 51.6758, -178.4957, 51.6758]}, {"id": "1552", "type": "Feature", "properties": {"id": "ak16929945", "mag": 2.3, "time": 1506588754779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7058, 62.131, 34.9]}, "bbox": [-149.7058, 62.131, -149.7058, 62.131]}, {"id": "1553", "type": "Feature", "properties": {"id": "ak16929940", "mag": 2.6, "time": 1506588542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6191, 66.8364, 10.5]}, "bbox": [-143.6191, 66.8364, -143.6191, 66.8364]}, {"id": "1554", "type": "Feature", "properties": {"id": "nn00607351", "mag": 1.4, "time": 1506588343442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9118, 38.3801, 6.4]}, "bbox": [-118.9118, 38.3801, -118.9118, 38.3801]}, {"id": "1555", "type": "Feature", "properties": {"id": "ak16929936", "mag": 2.0, "time": 1506587984225, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4437, 61.9903, 29.6]}, "bbox": [-147.4437, 61.9903, -147.4437, 61.9903]}, {"id": "1556", "type": "Feature", "properties": {"id": "mb80258129", "mag": 1.62, "time": 1506587784100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.868167, 10.62]}, "bbox": [-112.525167, 46.868167, -112.525167, 46.868167]}, {"id": "1557", "type": "Feature", "properties": {"id": "nc72900351", "mag": 1.19, "time": 1506586386820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.536333, 3.07]}, "bbox": [-118.880833, 37.536333, -118.880833, 37.536333]}, {"id": "1558", "type": "Feature", "properties": {"id": "us2000avte", "mag": 4.7, "time": 1506586379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [117.1706, -10.7291, 10.0]}, "bbox": [117.1706, -10.7291, 117.1706, -10.7291]}, {"id": "1559", "type": "Feature", "properties": {"id": "us2000avtg", "mag": 5.3, "time": 1506586316130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.2449, 20.2657, 10.0]}, "bbox": [145.2449, 20.2657, 145.2449, 20.2657]}, {"id": "1560", "type": "Feature", "properties": {"id": "ak16929174", "mag": 2.3, "time": 1506586272361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7694, 61.6101, 47.2]}, "bbox": [-149.7694, 61.6101, -149.7694, 61.6101]}, {"id": "1561", "type": "Feature", "properties": {"id": "nc72900346", "mag": 1.18, "time": 1506586053100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823, 37.610167, 4.21]}, "bbox": [-118.823, 37.610167, -118.823, 37.610167]}, {"id": "1562", "type": "Feature", "properties": {"id": "uw61334586", "mag": 2.19, "time": 1506585933680, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.6315, 48.074, -0.77]}, "bbox": [-121.6315, 48.074, -121.6315, 48.074]}, {"id": "1563", "type": "Feature", "properties": {"id": "nn00607345", "mag": 1.8, "time": 1506585602623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6237, 38.7874, 8.5]}, "bbox": [-119.6237, 38.7874, -119.6237, 38.7874]}, {"id": "1564", "type": "Feature", "properties": {"id": "ak16929171", "mag": 1.6, "time": 1506585414754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1681, 58.2365, 0.7]}, "bbox": [-155.1681, 58.2365, -155.1681, 58.2365]}, {"id": "1565", "type": "Feature", "properties": {"id": "hv61924441", "mag": 1.7, "time": 1506585350220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.865167, 19.430333, 13.243]}, "bbox": [-155.865167, 19.430333, -155.865167, 19.430333]}, {"id": "1566", "type": "Feature", "properties": {"id": "nc72900326", "mag": 1.41, "time": 1506585322460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751, 38.783, 2.58]}, "bbox": [-122.751, 38.783, -122.751, 38.783]}, {"id": "1567", "type": "Feature", "properties": {"id": "ak16929167", "mag": 2.4, "time": 1506585219017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0108, 65.3932, 8.2]}, "bbox": [-166.0108, 65.3932, -166.0108, 65.3932]}, {"id": "1568", "type": "Feature", "properties": {"id": "ak16929164", "mag": 1.6, "time": 1506585151006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7632, 61.6155, 48.1]}, "bbox": [-149.7632, 61.6155, -149.7632, 61.6155]}, {"id": "1569", "type": "Feature", "properties": {"id": "nn00607342", "mag": 1.4, "time": 1506584922597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6325, 38.7911, 6.5]}, "bbox": [-119.6325, 38.7911, -119.6325, 38.7911]}, {"id": "1570", "type": "Feature", "properties": {"id": "ak16929162", "mag": 1.5, "time": 1506584839080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6957, 59.8727, 1.2]}, "bbox": [-136.6957, 59.8727, -136.6957, 59.8727]}, {"id": "1571", "type": "Feature", "properties": {"id": "mb80258114", "mag": 1.59, "time": 1506584469140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.867333, 10.81]}, "bbox": [-112.525167, 46.867333, -112.525167, 46.867333]}, {"id": "1572", "type": "Feature", "properties": {"id": "mb80258109", "mag": 1.16, "time": 1506584073450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.878167, 13.02]}, "bbox": [-112.53, 46.878167, -112.53, 46.878167]}, {"id": "1573", "type": "Feature", "properties": {"id": "ci38012872", "mag": 1.17, "time": 1506583959450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817833, 34.8665, 6.68]}, "bbox": [-118.817833, 34.8665, -118.817833, 34.8665]}, {"id": "1574", "type": "Feature", "properties": {"id": "ak16989588", "mag": 1.8, "time": 1506583466047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2642, 60.2053, 132.7]}, "bbox": [-153.2642, 60.2053, -153.2642, 60.2053]}, {"id": "1575", "type": "Feature", "properties": {"id": "us2000awdi", "mag": 1.5, "time": 1506583342200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.1659, 45.241, 4.82]}, "bbox": [-69.1659, 45.241, -69.1659, 45.241]}, {"id": "1576", "type": "Feature", "properties": {"id": "us2000avsq", "mag": 4.8, "time": 1506582689240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.4054, 37.4649, 44.08]}, "bbox": [141.4054, 37.4649, 141.4054, 37.4649]}, {"id": "1577", "type": "Feature", "properties": {"id": "ak16928412", "mag": 1.8, "time": 1506582059678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6189, 67.5652, 16.4]}, "bbox": [-159.6189, 67.5652, -159.6189, 67.5652]}, {"id": "1578", "type": "Feature", "properties": {"id": "ak16928397", "mag": 2.0, "time": 1506580602424, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1188, 61.1485, 13.0]}, "bbox": [-150.1188, 61.1485, -150.1188, 61.1485]}, {"id": "1579", "type": "Feature", "properties": {"id": "ak16928399", "mag": 1.1, "time": 1506580596261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8057, 66.0421, 6.0]}, "bbox": [-149.8057, 66.0421, -149.8057, 66.0421]}, {"id": "1580", "type": "Feature", "properties": {"id": "nc72900281", "mag": 1.14, "time": 1506579131440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.5365, 3.19]}, "bbox": [-118.88, 37.5365, -118.88, 37.5365]}, {"id": "1581", "type": "Feature", "properties": {"id": "ak16928394", "mag": 1.6, "time": 1506578908430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0895, 61.7515, 17.4]}, "bbox": [-149.0895, 61.7515, -149.0895, 61.7515]}, {"id": "1582", "type": "Feature", "properties": {"id": "ci38012840", "mag": 0.96, "time": 1506578825230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767667, 36.025167, 1.05]}, "bbox": [-117.767667, 36.025167, -117.767667, 36.025167]}, {"id": "1583", "type": "Feature", "properties": {"id": "ci38012832", "mag": 1.0, "time": 1506578679490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.884833, 33.846833, 11.18]}, "bbox": [-117.884833, 33.846833, -117.884833, 33.846833]}, {"id": "1584", "type": "Feature", "properties": {"id": "uu60249902", "mag": 1.26, "time": 1506578472190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.285833, 41.514167, 1.58]}, "bbox": [-112.285833, 41.514167, -112.285833, 41.514167]}, {"id": "1585", "type": "Feature", "properties": {"id": "uu60249897", "mag": 1.56, "time": 1506578161990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4205, 42.5195, 5.83]}, "bbox": [-111.4205, 42.5195, -111.4205, 42.5195]}, {"id": "1586", "type": "Feature", "properties": {"id": "ak16989578", "mag": 1.2, "time": 1506577617968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0285, 60.9615, 99.9]}, "bbox": [-152.0285, 60.9615, -152.0285, 60.9615]}, {"id": "1587", "type": "Feature", "properties": {"id": "ak16927642", "mag": 2.5, "time": 1506576956542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4519, 60.4702, 49.5]}, "bbox": [-151.4519, 60.4702, -151.4519, 60.4702]}, {"id": "1588", "type": "Feature", "properties": {"id": "ak16927639", "mag": 1.1, "time": 1506575989243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9371, 64.4345, 12.0]}, "bbox": [-147.9371, 64.4345, -147.9371, 64.4345]}, {"id": "1589", "type": "Feature", "properties": {"id": "us2000avrg", "mag": 4.2, "time": 1506575321430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9228, 16.6784, 58.25]}, "bbox": [-94.9228, 16.6784, -94.9228, 16.6784]}, {"id": "1590", "type": "Feature", "properties": {"id": "ak16927634", "mag": 1.4, "time": 1506574806948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9601, 61.6771, 57.6]}, "bbox": [-150.9601, 61.6771, -150.9601, 61.6771]}, {"id": "1591", "type": "Feature", "properties": {"id": "us2000avr9", "mag": 3.0, "time": 1506574593800, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8025, 35.9915, 5.225]}, "bbox": [-96.8025, 35.9915, -96.8025, 35.9915]}, {"id": "1592", "type": "Feature", "properties": {"id": "nc72900251", "mag": 1.08, "time": 1506573201460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.876833, 37.531833, 2.55]}, "bbox": [-118.876833, 37.531833, -118.876833, 37.531833]}, {"id": "1593", "type": "Feature", "properties": {"id": "ak16989573", "mag": 1.0, "time": 1506573124099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1846, 68.5953, 17.3]}, "bbox": [-147.1846, 68.5953, -147.1846, 68.5953]}, {"id": "1594", "type": "Feature", "properties": {"id": "nc72900241", "mag": 2.37, "time": 1506572664450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8255, 37.454833, 2.13]}, "bbox": [-118.8255, 37.454833, -118.8255, 37.454833]}, {"id": "1595", "type": "Feature", "properties": {"id": "nc72900236", "mag": 1.11, "time": 1506572038110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.088333, 36.5915, 6.51]}, "bbox": [-121.088333, 36.5915, -121.088333, 36.5915]}, {"id": "1596", "type": "Feature", "properties": {"id": "ak16927631", "mag": 2.2, "time": 1506572029624, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6248, 51.535, 13.6]}, "bbox": [178.6248, 51.535, 178.6248, 51.535]}, {"id": "1597", "type": "Feature", "properties": {"id": "ak16989570", "mag": 1.3, "time": 1506571605724, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1124, 61.418, 10.3]}, "bbox": [-154.1124, 61.418, -154.1124, 61.418]}, {"id": "1598", "type": "Feature", "properties": {"id": "us2000avr1", "mag": 2.8, "time": 1506571358890, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1712, 37.3741, 5.0]}, "bbox": [-98.1712, 37.3741, -98.1712, 37.3741]}, {"id": "1599", "type": "Feature", "properties": {"id": "us2000avqw", "mag": 3.2, "time": 1506571014630, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1535, 37.3739, 5.0]}, "bbox": [-98.1535, 37.3739, -98.1535, 37.3739]}, {"id": "1600", "type": "Feature", "properties": {"id": "us2000avr2", "mag": 4.9, "time": 1506570988200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.8102, -5.2471, 64.55]}, "bbox": [151.8102, -5.2471, 151.8102, -5.2471]}, {"id": "1601", "type": "Feature", "properties": {"id": "nc72900206", "mag": 1.12, "time": 1506569953990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.5315, 2.34]}, "bbox": [-118.878833, 37.5315, -118.878833, 37.5315]}, {"id": "1602", "type": "Feature", "properties": {"id": "nc72900201", "mag": 1.78, "time": 1506569868050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.191167, 36.174833, 16.31]}, "bbox": [-120.191167, 36.174833, -120.191167, 36.174833]}, {"id": "1603", "type": "Feature", "properties": {"id": "mb80258089", "mag": 0.96, "time": 1506568483250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.872833, 14.45]}, "bbox": [-112.5215, 46.872833, -112.5215, 46.872833]}, {"id": "1604", "type": "Feature", "properties": {"id": "nc72900166", "mag": 1.94, "time": 1506568350160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.970833, 36.399167, 0.33]}, "bbox": [-120.970833, 36.399167, -120.970833, 36.399167]}, {"id": "1605", "type": "Feature", "properties": {"id": "nc72900156", "mag": 1.95, "time": 1506567041430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.535167, 2.92]}, "bbox": [-118.8805, 37.535167, -118.8805, 37.535167]}, {"id": "1606", "type": "Feature", "properties": {"id": "nn00607321", "mag": 1.0, "time": 1506566989487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0173, 39.5809, 8.3]}, "bbox": [-120.0173, 39.5809, -120.0173, 39.5809]}, {"id": "1607", "type": "Feature", "properties": {"id": "ci38012696", "mag": 1.54, "time": 1506566359150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3855, 33.309667, 7.18]}, "bbox": [-116.3855, 33.309667, -116.3855, 33.309667]}, {"id": "1608", "type": "Feature", "properties": {"id": "ak16926883", "mag": 1.4, "time": 1506564828219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7449, 64.3314, 9.4]}, "bbox": [-150.7449, 64.3314, -150.7449, 64.3314]}, {"id": "1609", "type": "Feature", "properties": {"id": "ak16926881", "mag": 1.6, "time": 1506563449576, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7299, 60.5992, 21.1]}, "bbox": [-148.7299, 60.5992, -148.7299, 60.5992]}, {"id": "1610", "type": "Feature", "properties": {"id": "us2000avqf", "mag": 3.5, "time": 1506563003590, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-1.5206, 47.8948, 7.47]}, "bbox": [-1.5206, 47.8948, -1.5206, 47.8948]}, {"id": "1611", "type": "Feature", "properties": {"id": "us2000avq4", "mag": 3.4, "time": 1506562916490, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.8862, 9.972, 12.77]}, "bbox": [-83.8862, 9.972, -83.8862, 9.972]}, {"id": "1612", "type": "Feature", "properties": {"id": "ak16926876", "mag": 1.5, "time": 1506562750811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2038, 62.3276, 80.2]}, "bbox": [-151.2038, 62.3276, -151.2038, 62.3276]}, {"id": "1613", "type": "Feature", "properties": {"id": "ak16989563", "mag": 2.4, "time": 1506562282380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5433, 52.3165, 175.4]}, "bbox": [-174.5433, 52.3165, -174.5433, 52.3165]}, {"id": "1614", "type": "Feature", "properties": {"id": "ci38012648", "mag": 1.44, "time": 1506561221540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9255, 33.975833, 5.98]}, "bbox": [-116.9255, 33.975833, -116.9255, 33.975833]}, {"id": "1615", "type": "Feature", "properties": {"id": "ak16989561", "mag": 1.2, "time": 1506560682030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3529, 60.5442, 7.3]}, "bbox": [-148.3529, 60.5442, -148.3529, 60.5442]}, {"id": "1616", "type": "Feature", "properties": {"id": "uu60249877", "mag": 2.9, "time": 1506560508370, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.946, 38.905, 8.36]}, "bbox": [-111.946, 38.905, -111.946, 38.905]}, {"id": "1617", "type": "Feature", "properties": {"id": "ci38012624", "mag": 1.0, "time": 1506559691050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812, 36.016833, 1.28]}, "bbox": [-117.812, 36.016833, -117.812, 36.016833]}, {"id": "1618", "type": "Feature", "properties": {"id": "ci38012616", "mag": 1.66, "time": 1506559333880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.939667, 33.686667, 9.17]}, "bbox": [-115.939667, 33.686667, -115.939667, 33.686667]}, {"id": "1619", "type": "Feature", "properties": {"id": "ak16926874", "mag": 1.3, "time": 1506559196699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5701, 61.4562, 64.2]}, "bbox": [-150.5701, 61.4562, -150.5701, 61.4562]}, {"id": "1620", "type": "Feature", "properties": {"id": "nc72900121", "mag": 1.32, "time": 1506558055260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.2635, 39.396667, 0.45]}, "bbox": [-123.2635, 39.396667, -123.2635, 39.396667]}, {"id": "1621", "type": "Feature", "properties": {"id": "ak16989559", "mag": 1.0, "time": 1506557933118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9128, 61.7015, 46.8]}, "bbox": [-149.9128, 61.7015, -149.9128, 61.7015]}, {"id": "1622", "type": "Feature", "properties": {"id": "ci38012608", "mag": 1.47, "time": 1506557437030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.089667, 35.6985, 2.41]}, "bbox": [-118.089667, 35.6985, -118.089667, 35.6985]}, {"id": "1623", "type": "Feature", "properties": {"id": "nc72900106", "mag": 1.15, "time": 1506556889810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794, 38.821167, 2.63]}, "bbox": [-122.794, 38.821167, -122.794, 38.821167]}, {"id": "1624", "type": "Feature", "properties": {"id": "nn00607313", "mag": 1.3, "time": 1506556883650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1041, 37.378, 3.6]}, "bbox": [-115.1041, 37.378, -115.1041, 37.378]}, {"id": "1625", "type": "Feature", "properties": {"id": "mb80258084", "mag": 1.57, "time": 1506556538250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.874833, 14.66]}, "bbox": [-112.526333, 46.874833, -112.526333, 46.874833]}, {"id": "1626", "type": "Feature", "properties": {"id": "nn00607310", "mag": 1.6, "time": 1506556172753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.059, 37.1112, 7.3]}, "bbox": [-117.059, 37.1112, -117.059, 37.1112]}, {"id": "1627", "type": "Feature", "properties": {"id": "ak16926873", "mag": 1.3, "time": 1506556116361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4042, 53.8015, 12.7]}, "bbox": [-166.4042, 53.8015, -166.4042, 53.8015]}, {"id": "1628", "type": "Feature", "properties": {"id": "nc72900096", "mag": 1.12, "time": 1506556022400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.731667, 38.760166, 1.18]}, "bbox": [-122.731667, 38.760166, -122.731667, 38.760166]}, {"id": "1629", "type": "Feature", "properties": {"id": "ak16988195", "mag": 1.9, "time": 1506555035171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0633, 60.0089, 114.1]}, "bbox": [-153.0633, 60.0089, -153.0633, 60.0089]}, {"id": "1630", "type": "Feature", "properties": {"id": "us2000avn9", "mag": 4.2, "time": 1506555004800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.4365, -8.2451, 154.02]}, "bbox": [119.4365, -8.2451, 119.4365, -8.2451]}, {"id": "1631", "type": "Feature", "properties": {"id": "nc72900086", "mag": 1.16, "time": 1506554882180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.738335, 38.755333, 0.36]}, "bbox": [-122.738335, 38.755333, -122.738335, 38.755333]}, {"id": "1632", "type": "Feature", "properties": {"id": "ak16926134", "mag": 1.1, "time": 1506554881350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2845, 60.8545, 21.3]}, "bbox": [-146.2845, 60.8545, -146.2845, 60.8545]}, {"id": "1633", "type": "Feature", "properties": {"id": "ak16988193", "mag": 1.0, "time": 1506554670593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1097, 62.4437, 13.6]}, "bbox": [-150.1097, 62.4437, -150.1097, 62.4437]}, {"id": "1634", "type": "Feature", "properties": {"id": "ak16926036", "mag": 1.3, "time": 1506554241873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6125, 61.555, 35.5]}, "bbox": [-149.6125, 61.555, -149.6125, 61.555]}, {"id": "1635", "type": "Feature", "properties": {"id": "nc72900081", "mag": 1.22, "time": 1506554024900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832, 37.5385, 4.78]}, "bbox": [-118.832, 37.5385, -118.832, 37.5385]}, {"id": "1636", "type": "Feature", "properties": {"id": "ci38012576", "mag": 1.27, "time": 1506553539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.392833, 34.878667, 4.66]}, "bbox": [-117.392833, 34.878667, -117.392833, 34.878667]}, {"id": "1637", "type": "Feature", "properties": {"id": "ak16926028", "mag": 1.6, "time": 1506553116940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5885, 67.5732, 17.6]}, "bbox": [-159.5885, 67.5732, -159.5885, 67.5732]}, {"id": "1638", "type": "Feature", "properties": {"id": "ci38012568", "mag": 1.61, "time": 1506552976740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.666667, 13.28]}, "bbox": [-116.758833, 33.666667, -116.758833, 33.666667]}, {"id": "1639", "type": "Feature", "properties": {"id": "ak16926026", "mag": 1.6, "time": 1506552344260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6143, 63.0496, 5.8]}, "bbox": [-151.6143, 63.0496, -151.6143, 63.0496]}, {"id": "1640", "type": "Feature", "properties": {"id": "ak16988188", "mag": 1.0, "time": 1506552342400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0102, 64.7419, 2.4]}, "bbox": [-140.0102, 64.7419, -140.0102, 64.7419]}, {"id": "1641", "type": "Feature", "properties": {"id": "ak16926025", "mag": 1.7, "time": 1506551886678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4287, 51.666, 13.3]}, "bbox": [-178.4287, 51.666, -178.4287, 51.666]}, {"id": "1642", "type": "Feature", "properties": {"id": "uu60249842", "mag": 1.14, "time": 1506551770950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.297667, 41.517833, 3.93]}, "bbox": [-112.297667, 41.517833, -112.297667, 41.517833]}, {"id": "1643", "type": "Feature", "properties": {"id": "ak16926021", "mag": 1.0, "time": 1506550963839, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7318, 63.2463, 16.3]}, "bbox": [-151.7318, 63.2463, -151.7318, 63.2463]}, {"id": "1644", "type": "Feature", "properties": {"id": "ci38012528", "mag": 1.36, "time": 1506549674520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.505667, 5.04]}, "bbox": [-116.792167, 33.505667, -116.792167, 33.505667]}, {"id": "1645", "type": "Feature", "properties": {"id": "us2000avlw", "mag": 4.5, "time": 1506549399140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.4716, 24.998, 125.83]}, "bbox": [123.4716, 24.998, 123.4716, 24.998]}, {"id": "1646", "type": "Feature", "properties": {"id": "ak16988184", "mag": 1.9, "time": 1506549387020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4366, 51.4823, 54.4]}, "bbox": [-177.4366, 51.4823, -177.4366, 51.4823]}, {"id": "1647", "type": "Feature", "properties": {"id": "nc72900041", "mag": 1.15, "time": 1506549261590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745331, 38.788502, 0.88]}, "bbox": [-122.745331, 38.788502, -122.745331, 38.788502]}, {"id": "1648", "type": "Feature", "properties": {"id": "uu60249832", "mag": 1.22, "time": 1506548944800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.294333, 41.516333, 2.01]}, "bbox": [-112.294333, 41.516333, -112.294333, 41.516333]}, {"id": "1649", "type": "Feature", "properties": {"id": "us2000avm6", "mag": 4.7, "time": 1506548861390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5824, 28.7476, 33.11]}, "bbox": [140.5824, 28.7476, 140.5824, 28.7476]}, {"id": "1650", "type": "Feature", "properties": {"id": "hv61923721", "mag": 1.68, "time": 1506548248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.233167, 19.411667, 26.335]}, "bbox": [-155.233167, 19.411667, -155.233167, 19.411667]}, {"id": "1651", "type": "Feature", "properties": {"id": "ak16988183", "mag": 1.1, "time": 1506547027410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5065, 62.8856, 85.5]}, "bbox": [-150.5065, 62.8856, -150.5065, 62.8856]}, {"id": "1652", "type": "Feature", "properties": {"id": "ak16988182", "mag": 1.3, "time": 1506546817449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3499, 60.4052, 65.0]}, "bbox": [-151.3499, 60.4052, -151.3499, 60.4052]}, {"id": "1653", "type": "Feature", "properties": {"id": "us2000avkb", "mag": 4.8, "time": 1506546638200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5529, 28.769, 38.59]}, "bbox": [140.5529, 28.769, 140.5529, 28.769]}, {"id": "1654", "type": "Feature", "properties": {"id": "us2000avk0", "mag": 4.4, "time": 1506545901120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.9242, -10.8691, 104.23]}, "bbox": [-73.9242, -10.8691, -73.9242, -10.8691]}, {"id": "1655", "type": "Feature", "properties": {"id": "nc72900011", "mag": 1.24, "time": 1506545494440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.775167, 0.33]}, "bbox": [-122.7435, 38.775167, -122.7435, 38.775167]}, {"id": "1656", "type": "Feature", "properties": {"id": "mb80258059", "mag": 1.99, "time": 1506545099310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533833, 46.865333, 12.52]}, "bbox": [-112.533833, 46.865333, -112.533833, 46.865333]}, {"id": "1657", "type": "Feature", "properties": {"id": "ak16988181", "mag": 1.9, "time": 1506544970602, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5993, 58.8739, 125.1]}, "bbox": [-154.5993, 58.8739, -154.5993, 58.8739]}, {"id": "1658", "type": "Feature", "properties": {"id": "nc71107599", "mag": 1.73, "time": 1506544649060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.852333, 36.770333, 5.22]}, "bbox": [-120.852333, 36.770333, -120.852333, 36.770333]}, {"id": "1659", "type": "Feature", "properties": {"id": "nc72900001", "mag": 1.02, "time": 1506544641500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.307333, 35.890833, 9.61]}, "bbox": [-120.307333, 35.890833, -120.307333, 35.890833]}, {"id": "1660", "type": "Feature", "properties": {"id": "uw61334351", "mag": 1.62, "time": 1506543856900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.103667, 46.818167, -0.37]}, "bbox": [-123.103667, 46.818167, -123.103667, 46.818167]}, {"id": "1661", "type": "Feature", "properties": {"id": "us2000avim", "mag": 4.5, "time": 1506542712990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6095, -15.1614, 131.74]}, "bbox": [-71.6095, -15.1614, -71.6095, -15.1614]}, {"id": "1662", "type": "Feature", "properties": {"id": "ak16924547", "mag": 1.3, "time": 1506542654107, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6538, 61.2784, 0.0]}, "bbox": [-147.6538, 61.2784, -147.6538, 61.2784]}, {"id": "1663", "type": "Feature", "properties": {"id": "nc72899976", "mag": 1.46, "time": 1506542639270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.024, 37.520333, 2.59]}, "bbox": [-119.024, 37.520333, -119.024, 37.520333]}, {"id": "1664", "type": "Feature", "properties": {"id": "ak16988179", "mag": 1.4, "time": 1506542327610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9637, 61.5729, 96.7]}, "bbox": [-151.9637, 61.5729, -151.9637, 61.5729]}, {"id": "1665", "type": "Feature", "properties": {"id": "ak16988178", "mag": 1.2, "time": 1506541938004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1366, 60.2787, 53.2]}, "bbox": [-151.1366, 60.2787, -151.1366, 60.2787]}, {"id": "1666", "type": "Feature", "properties": {"id": "ak16924544", "mag": 1.5, "time": 1506541523210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1298, 59.8511, 15.0]}, "bbox": [-139.1298, 59.8511, -139.1298, 59.8511]}, {"id": "1667", "type": "Feature", "properties": {"id": "ak16924540", "mag": 3.0, "time": 1506540667871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8525, 51.0507, 13.6]}, "bbox": [-179.8525, 51.0507, -179.8525, 51.0507]}, {"id": "1668", "type": "Feature", "properties": {"id": "ak16924539", "mag": 1.3, "time": 1506540652841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.178, 61.5488, 2.4]}, "bbox": [-138.178, 61.5488, -138.178, 61.5488]}, {"id": "1669", "type": "Feature", "properties": {"id": "ci38012400", "mag": 0.98, "time": 1506540581720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.481833, 33.471167, 13.16]}, "bbox": [-116.481833, 33.471167, -116.481833, 33.471167]}, {"id": "1670", "type": "Feature", "properties": {"id": "ak16988174", "mag": 1.1, "time": 1506540333948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.501, 61.2429, 47.8]}, "bbox": [-150.501, 61.2429, -150.501, 61.2429]}, {"id": "1671", "type": "Feature", "properties": {"id": "ci38012384", "mag": 1.3, "time": 1506539422810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197, 34.992, -0.84]}, "bbox": [-118.197, 34.992, -118.197, 34.992]}, {"id": "1672", "type": "Feature", "properties": {"id": "mb80258049", "mag": 1.59, "time": 1506539240620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.472833, 46.002167, -2.0]}, "bbox": [-112.472833, 46.002167, -112.472833, 46.002167]}, {"id": "1673", "type": "Feature", "properties": {"id": "nc72899931", "mag": 1.55, "time": 1506538588360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4435, 38.569833, 7.29]}, "bbox": [-122.4435, 38.569833, -122.4435, 38.569833]}, {"id": "1674", "type": "Feature", "properties": {"id": "ci38012368", "mag": 1.32, "time": 1506538425860, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.193167, 34.018167, 9.75]}, "bbox": [-117.193167, 34.018167, -117.193167, 34.018167]}, {"id": "1675", "type": "Feature", "properties": {"id": "ci38012360", "mag": 1.78, "time": 1506537986730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 33.395, 16.07]}, "bbox": [-116.929, 33.395, -116.929, 33.395]}, {"id": "1676", "type": "Feature", "properties": {"id": "mb80258044", "mag": 1.34, "time": 1506537974910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.870667, 11.9]}, "bbox": [-112.524833, 46.870667, -112.524833, 46.870667]}, {"id": "1677", "type": "Feature", "properties": {"id": "mb80258039", "mag": 1.67, "time": 1506537644220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.873167, 11.84]}, "bbox": [-112.525, 46.873167, -112.525, 46.873167]}, {"id": "1678", "type": "Feature", "properties": {"id": "ci38012352", "mag": 1.26, "time": 1506537396500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.313333, 35.0755, -0.97]}, "bbox": [-118.313333, 35.0755, -118.313333, 35.0755]}, {"id": "1679", "type": "Feature", "properties": {"id": "ak16988173", "mag": 2.5, "time": 1506536259670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2174, 55.267, 28.1]}, "bbox": [-153.2174, 55.267, -153.2174, 55.267]}, {"id": "1680", "type": "Feature", "properties": {"id": "ak16923724", "mag": 1.8, "time": 1506535852212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5095, 57.4219, 64.0]}, "bbox": [-155.5095, 57.4219, -155.5095, 57.4219]}, {"id": "1681", "type": "Feature", "properties": {"id": "ci38012280", "mag": 1.04, "time": 1506535593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8595, 37.1805, -1.52]}, "bbox": [-117.8595, 37.1805, -117.8595, 37.1805]}, {"id": "1682", "type": "Feature", "properties": {"id": "mb80258024", "mag": 1.14, "time": 1506535428310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.542833, 46.867, 15.39]}, "bbox": [-112.542833, 46.867, -112.542833, 46.867]}, {"id": "1683", "type": "Feature", "properties": {"id": "ak16923723", "mag": 1.8, "time": 1506535251777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8081, 59.8933, 18.4]}, "bbox": [-136.8081, 59.8933, -136.8081, 59.8933]}, {"id": "1684", "type": "Feature", "properties": {"id": "nc72899896", "mag": 1.43, "time": 1506534720980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1055, 37.325167, -0.31]}, "bbox": [-122.1055, 37.325167, -122.1055, 37.325167]}, {"id": "1685", "type": "Feature", "properties": {"id": "nn00607242", "mag": 1.3, "time": 1506533616061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8105, 37.3086, 1.0]}, "bbox": [-114.8105, 37.3086, -114.8105, 37.3086]}, {"id": "1686", "type": "Feature", "properties": {"id": "ak16922991", "mag": 1.3, "time": 1506533488405, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0074, 62.0045, 73.7]}, "bbox": [-151.0074, 62.0045, -151.0074, 62.0045]}, {"id": "1687", "type": "Feature", "properties": {"id": "ak16922987", "mag": 1.8, "time": 1506533174170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1276, 62.1421, 107.7]}, "bbox": [-152.1276, 62.1421, -152.1276, 62.1421]}, {"id": "1688", "type": "Feature", "properties": {"id": "mb80258019", "mag": 1.36, "time": 1506533071220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.9895, 46.553167, -2.0]}, "bbox": [-111.9895, 46.553167, -111.9895, 46.553167]}, {"id": "1689", "type": "Feature", "properties": {"id": "ci38012256", "mag": 1.4, "time": 1506532727840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796333, 33.501667, 4.58]}, "bbox": [-116.796333, 33.501667, -116.796333, 33.501667]}, {"id": "1690", "type": "Feature", "properties": {"id": "ak16922978", "mag": 3.9, "time": 1506532451736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.5261, 52.9317, 19.0]}, "bbox": [-165.5261, 52.9317, -165.5261, 52.9317]}, {"id": "1691", "type": "Feature", "properties": {"id": "ak16922973", "mag": 1.3, "time": 1506532279574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0546, 62.1579, 12.9]}, "bbox": [-150.0546, 62.1579, -150.0546, 62.1579]}, {"id": "1692", "type": "Feature", "properties": {"id": "ak16922968", "mag": 2.2, "time": 1506532267245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0431, 59.4743, 92.8]}, "bbox": [-153.0431, 59.4743, -153.0431, 59.4743]}, {"id": "1693", "type": "Feature", "properties": {"id": "ak16922975", "mag": 1.9, "time": 1506532266486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1368, 59.6598, 0.0]}, "bbox": [-154.1368, 59.6598, -154.1368, 59.6598]}, {"id": "1694", "type": "Feature", "properties": {"id": "ak16922963", "mag": 1.1, "time": 1506530768012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1018, 64.1209, 3.3]}, "bbox": [-150.1018, 64.1209, -150.1018, 64.1209]}, {"id": "1695", "type": "Feature", "properties": {"id": "ak16924550", "mag": 2.4, "time": 1506530256430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6494, 52.9731, 12.9]}, "bbox": [-165.6494, 52.9731, -165.6494, 52.9731]}, {"id": "1696", "type": "Feature", "properties": {"id": "us2000avec", "mag": 2.6, "time": 1506529974600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.0737, 44.3257, 12.14]}, "bbox": [-114.0737, 44.3257, -114.0737, 44.3257]}, {"id": "1697", "type": "Feature", "properties": {"id": "nc72899871", "mag": 1.08, "time": 1506529473980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836, 37.569167, 1.23]}, "bbox": [-118.836, 37.569167, -118.836, 37.569167]}, {"id": "1698", "type": "Feature", "properties": {"id": "ci38012176", "mag": 1.03, "time": 1506529247980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795833, 33.502, 4.86]}, "bbox": [-116.795833, 33.502, -116.795833, 33.502]}, {"id": "1699", "type": "Feature", "properties": {"id": "ak16922238", "mag": 1.6, "time": 1506529055903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7065, 67.422, 11.0]}, "bbox": [-143.7065, 67.422, -143.7065, 67.422]}, {"id": "1700", "type": "Feature", "properties": {"id": "nc72899866", "mag": 1.85, "time": 1506528932600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.432667, 3.11]}, "bbox": [-122.995833, 39.432667, -122.995833, 39.432667]}, {"id": "1701", "type": "Feature", "properties": {"id": "us2000ave0", "mag": 4.1, "time": 1506528488760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9926, -7.5373, 611.74]}, "bbox": [119.9926, -7.5373, 119.9926, -7.5373]}, {"id": "1702", "type": "Feature", "properties": {"id": "us2000avdr", "mag": 4.1, "time": 1506527126210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0234, -7.2935, 121.06]}, "bbox": [129.0234, -7.2935, 129.0234, -7.2935]}, {"id": "1703", "type": "Feature", "properties": {"id": "nc72899831", "mag": 1.23, "time": 1506526130580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.231667, 35.611, 3.55]}, "bbox": [-121.231667, 35.611, -121.231667, 35.611]}, {"id": "1704", "type": "Feature", "properties": {"id": "ak16988160", "mag": 1.6, "time": 1506525379416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9254, 58.9648, 66.9]}, "bbox": [-152.9254, 58.9648, -152.9254, 58.9648]}, {"id": "1705", "type": "Feature", "properties": {"id": "mb80257999", "mag": 1.8, "time": 1506524825390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533333, 46.866, 13.41]}, "bbox": [-112.533333, 46.866, -112.533333, 46.866]}, {"id": "1706", "type": "Feature", "properties": {"id": "nc72899816", "mag": 1.11, "time": 1506524218360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.989167, 37.558167, 1.34]}, "bbox": [-118.989167, 37.558167, -118.989167, 37.558167]}, {"id": "1707", "type": "Feature", "properties": {"id": "ak16988159", "mag": 1.2, "time": 1506524092965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7404, 58.8609, 4.5]}, "bbox": [-153.7404, 58.8609, -153.7404, 58.8609]}, {"id": "1708", "type": "Feature", "properties": {"id": "ci38012112", "mag": 1.73, "time": 1506523530510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.417833, 34.440833, 0.65]}, "bbox": [-119.417833, 34.440833, -119.417833, 34.440833]}, {"id": "1709", "type": "Feature", "properties": {"id": "nc72899796", "mag": 0.95, "time": 1506523499180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8715, 37.492667, 3.48]}, "bbox": [-118.8715, 37.492667, -118.8715, 37.492667]}, {"id": "1710", "type": "Feature", "properties": {"id": "ak16921504", "mag": 1.8, "time": 1506522635679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3466, 59.8103, 47.9]}, "bbox": [-151.3466, 59.8103, -151.3466, 59.8103]}, {"id": "1711", "type": "Feature", "properties": {"id": "ak16988157", "mag": 1.5, "time": 1506522267480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.561, 57.6875, 76.6]}, "bbox": [-155.561, 57.6875, -155.561, 57.6875]}, {"id": "1712", "type": "Feature", "properties": {"id": "uw61311512", "mag": 1.06, "time": 1506522173600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.941333, 47.1825, 15.72]}, "bbox": [-121.941333, 47.1825, -121.941333, 47.1825]}, {"id": "1713", "type": "Feature", "properties": {"id": "ak16920785", "mag": 2.4, "time": 1506522058371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3316, 56.7652, 41.8]}, "bbox": [-154.3316, 56.7652, -154.3316, 56.7652]}, {"id": "1714", "type": "Feature", "properties": {"id": "ak16920784", "mag": 1.4, "time": 1506521703637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.533, 60.0761, 0.0]}, "bbox": [-139.533, 60.0761, -139.533, 60.0761]}, {"id": "1715", "type": "Feature", "properties": {"id": "hv61923421", "mag": 1.78, "time": 1506521436470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.401167, 19.199167, 32.961]}, "bbox": [-155.401167, 19.199167, -155.401167, 19.199167]}, {"id": "1716", "type": "Feature", "properties": {"id": "ak16920775", "mag": 2.0, "time": 1506520826084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.649, 61.9693, 57.0]}, "bbox": [-150.649, 61.9693, -150.649, 61.9693]}, {"id": "1717", "type": "Feature", "properties": {"id": "ak16920772", "mag": 2.0, "time": 1506520439615, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2196, 59.6108, 85.6]}, "bbox": [-152.2196, 59.6108, -152.2196, 59.6108]}, {"id": "1718", "type": "Feature", "properties": {"id": "ak16920758", "mag": 2.9, "time": 1506520230887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3755, 61.9643, 42.4]}, "bbox": [-150.3755, 61.9643, -150.3755, 61.9643]}, {"id": "1719", "type": "Feature", "properties": {"id": "mb80257989", "mag": 1.28, "time": 1506520220400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.870167, 11.81]}, "bbox": [-112.5215, 46.870167, -112.5215, 46.870167]}, {"id": "1720", "type": "Feature", "properties": {"id": "ak16920757", "mag": 1.0, "time": 1506520046138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5503, 65.1678, 11.6]}, "bbox": [-151.5503, 65.1678, -151.5503, 65.1678]}, {"id": "1721", "type": "Feature", "properties": {"id": "nn00607209", "mag": 1.5, "time": 1506519994705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7233, 40.1708, 10.7]}, "bbox": [-117.7233, 40.1708, -117.7233, 40.1708]}, {"id": "1722", "type": "Feature", "properties": {"id": "ci38012040", "mag": 1.13, "time": 1506519953180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.935333, 34.4565, 9.26]}, "bbox": [-117.935333, 34.4565, -117.935333, 34.4565]}, {"id": "1723", "type": "Feature", "properties": {"id": "nc72899776", "mag": 1.01, "time": 1506519567480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.5315, -1.51]}, "bbox": [-118.840667, 37.5315, -118.840667, 37.5315]}, {"id": "1724", "type": "Feature", "properties": {"id": "nc72899766", "mag": 1.77, "time": 1506519075660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.243667, 39.398333, 12.87]}, "bbox": [-121.243667, 39.398333, -121.243667, 39.398333]}, {"id": "1725", "type": "Feature", "properties": {"id": "nc72899761", "mag": 1.35, "time": 1506518981970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745833, 38.784333, 1.01]}, "bbox": [-122.745833, 38.784333, -122.745833, 38.784333]}, {"id": "1726", "type": "Feature", "properties": {"id": "us2000avce", "mag": 2.7, "time": 1506518011840, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555, 46.8463, 8.48]}, "bbox": [-112.555, 46.8463, -112.555, 46.8463]}, {"id": "1727", "type": "Feature", "properties": {"id": "ak16920754", "mag": 2.5, "time": 1506517941863, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4288, 51.3519, 42.3]}, "bbox": [179.4288, 51.3519, 179.4288, 51.3519]}, {"id": "1728", "type": "Feature", "properties": {"id": "ak16920753", "mag": 1.2, "time": 1506517783977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1318, 60.4494, 8.4]}, "bbox": [-143.1318, 60.4494, -143.1318, 60.4494]}, {"id": "1729", "type": "Feature", "properties": {"id": "ak16920743", "mag": 2.6, "time": 1506516302533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0235, 61.6238, 41.0]}, "bbox": [-150.0235, 61.6238, -150.0235, 61.6238]}, {"id": "1730", "type": "Feature", "properties": {"id": "ak16988145", "mag": 1.2, "time": 1506515748862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9213, 61.1389, 61.5]}, "bbox": [-150.9213, 61.1389, -150.9213, 61.1389]}, {"id": "1731", "type": "Feature", "properties": {"id": "mb80257979", "mag": 1.95, "time": 1506514222430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.869667, 13.01]}, "bbox": [-112.528667, 46.869667, -112.528667, 46.869667]}, {"id": "1732", "type": "Feature", "properties": {"id": "ak16920741", "mag": 1.4, "time": 1506513863630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4582, 62.4107, 39.0]}, "bbox": [-148.4582, 62.4107, -148.4582, 62.4107]}, {"id": "1733", "type": "Feature", "properties": {"id": "ak16920740", "mag": 2.1, "time": 1506513265227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.2773, 65.177, 2.3]}, "bbox": [-168.2773, 65.177, -168.2773, 65.177]}, {"id": "1734", "type": "Feature", "properties": {"id": "ak16920737", "mag": 1.4, "time": 1506513028050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1779, 58.0206, 30.7]}, "bbox": [-153.1779, 58.0206, -153.1779, 58.0206]}, {"id": "1735", "type": "Feature", "properties": {"id": "ak16920020", "mag": 1.9, "time": 1506512934355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4027, 59.1963, 7.9]}, "bbox": [-135.4027, 59.1963, -135.4027, 59.1963]}, {"id": "1736", "type": "Feature", "properties": {"id": "ak16920019", "mag": 1.3, "time": 1506511124207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9174, 59.9564, 76.1]}, "bbox": [-151.9174, 59.9564, -151.9174, 59.9564]}, {"id": "1737", "type": "Feature", "properties": {"id": "ci38011952", "mag": 1.07, "time": 1506511069520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789667, 33.489167, 5.35]}, "bbox": [-116.789667, 33.489167, -116.789667, 33.489167]}, {"id": "1738", "type": "Feature", "properties": {"id": "mb80257974", "mag": 1.33, "time": 1506510967360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.881, 13.2]}, "bbox": [-112.526833, 46.881, -112.526833, 46.881]}, {"id": "1739", "type": "Feature", "properties": {"id": "us2000avaw", "mag": 2.7, "time": 1506509852090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2764, 31.1697, 5.0]}, "bbox": [-103.2764, 31.1697, -103.2764, 31.1697]}, {"id": "1740", "type": "Feature", "properties": {"id": "nc72899726", "mag": 1.29, "time": 1506508915160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809, 38.828833, 0.37]}, "bbox": [-122.809, 38.828833, -122.809, 38.828833]}, {"id": "1741", "type": "Feature", "properties": {"id": "nc72899721", "mag": 1.52, "time": 1506508865060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.074167, 36.490333, 6.54]}, "bbox": [-121.074167, 36.490333, -121.074167, 36.490333]}, {"id": "1742", "type": "Feature", "properties": {"id": "ak16920017", "mag": 1.5, "time": 1506508671618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.664, 59.7325, 12.8]}, "bbox": [-136.664, 59.7325, -136.664, 59.7325]}, {"id": "1743", "type": "Feature", "properties": {"id": "nc72899716", "mag": 1.33, "time": 1506507368050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.621833, 36.9715, 5.05]}, "bbox": [-121.621833, 36.9715, -121.621833, 36.9715]}, {"id": "1744", "type": "Feature", "properties": {"id": "ak16988138", "mag": 1.5, "time": 1506506488102, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3194, 60.198, 0.0]}, "bbox": [-141.3194, 60.198, -141.3194, 60.198]}, {"id": "1745", "type": "Feature", "properties": {"id": "nc72899711", "mag": 1.1, "time": 1506506346060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.830667, 37.480333, -1.14]}, "bbox": [-118.830667, 37.480333, -118.830667, 37.480333]}, {"id": "1746", "type": "Feature", "properties": {"id": "ak16920009", "mag": 1.7, "time": 1506506054796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8154, 59.9932, 104.2]}, "bbox": [-152.8154, 59.9932, -152.8154, 59.9932]}, {"id": "1747", "type": "Feature", "properties": {"id": "ak16988136", "mag": 1.4, "time": 1506505999692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1528, 59.8387, 71.2]}, "bbox": [-152.1528, 59.8387, -152.1528, 59.8387]}, {"id": "1748", "type": "Feature", "properties": {"id": "ak16920005", "mag": 1.7, "time": 1506505194635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0126, 61.1428, 12.4]}, "bbox": [-140.0126, 61.1428, -140.0126, 61.1428]}, {"id": "1749", "type": "Feature", "properties": {"id": "ak16920003", "mag": 1.3, "time": 1506504555844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6373, 60.4592, 9.8]}, "bbox": [-143.6373, 60.4592, -143.6373, 60.4592]}, {"id": "1750", "type": "Feature", "properties": {"id": "hv61923186", "mag": 1.49, "time": 1506503971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2035, 19.597167, 24.581]}, "bbox": [-155.2035, 19.597167, -155.2035, 19.597167]}, {"id": "1751", "type": "Feature", "properties": {"id": "nn00607200", "mag": 1.3, "time": 1506503935311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2622, 38.0846, 9.6]}, "bbox": [-117.2622, 38.0846, -117.2622, 38.0846]}, {"id": "1752", "type": "Feature", "properties": {"id": "us2000av9q", "mag": 3.0, "time": 1506503712310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2693, 31.1511, 5.0]}, "bbox": [-103.2693, 31.1511, -103.2693, 31.1511]}, {"id": "1753", "type": "Feature", "properties": {"id": "nc72899701", "mag": 1.06, "time": 1506503394340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.604333, 4.32]}, "bbox": [-118.819167, 37.604333, -118.819167, 37.604333]}, {"id": "1754", "type": "Feature", "properties": {"id": "mb80257964", "mag": 1.06, "time": 1506503136100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529667, 46.8705, 10.5]}, "bbox": [-112.529667, 46.8705, -112.529667, 46.8705]}, {"id": "1755", "type": "Feature", "properties": {"id": "uu60249807", "mag": 1.65, "time": 1506503101030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.067, 42.665833, 6.6]}, "bbox": [-111.067, 42.665833, -111.067, 42.665833]}, {"id": "1756", "type": "Feature", "properties": {"id": "ci38011904", "mag": 1.21, "time": 1506502961890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0485, 33.171333, 5.5]}, "bbox": [-116.0485, 33.171333, -116.0485, 33.171333]}, {"id": "1757", "type": "Feature", "properties": {"id": "us2000av9i", "mag": 4.2, "time": 1506502867800, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3374, -29.45, 38.77]}, "bbox": [-71.3374, -29.45, -71.3374, -29.45]}, {"id": "1758", "type": "Feature", "properties": {"id": "ak16919291", "mag": 2.0, "time": 1506502630723, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4344, 59.1851, 6.2]}, "bbox": [-135.4344, 59.1851, -135.4344, 59.1851]}, {"id": "1759", "type": "Feature", "properties": {"id": "uu60249797", "mag": 1.72, "time": 1506502497570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.061667, 42.664667, 5.0]}, "bbox": [-111.061667, 42.664667, -111.061667, 42.664667]}, {"id": "1760", "type": "Feature", "properties": {"id": "ci38011896", "mag": 1.37, "time": 1506502201400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.052, 33.172, 6.03]}, "bbox": [-116.052, 33.172, -116.052, 33.172]}, {"id": "1761", "type": "Feature", "properties": {"id": "ci38011880", "mag": 1.16, "time": 1506501606110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.542667, 32.944667, 6.67]}, "bbox": [-115.542667, 32.944667, -115.542667, 32.944667]}, {"id": "1762", "type": "Feature", "properties": {"id": "us2000av94", "mag": 4.6, "time": 1506500888720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.1871, 28.1091, 45.31]}, "bbox": [54.1871, 28.1091, 54.1871, 28.1091]}, {"id": "1763", "type": "Feature", "properties": {"id": "ak16919288", "mag": 1.0, "time": 1506500817789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4269, 65.2147, 15.4]}, "bbox": [-152.4269, 65.2147, -152.4269, 65.2147]}, {"id": "1764", "type": "Feature", "properties": {"id": "ak16988130", "mag": 2.0, "time": 1506500078029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5053, 51.0555, 12.3]}, "bbox": [179.5053, 51.0555, 179.5053, 51.0555]}, {"id": "1765", "type": "Feature", "properties": {"id": "nc71107564", "mag": 1.29, "time": 1506499044330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.570833, 38.927167, 9.62]}, "bbox": [-122.570833, 38.927167, -122.570833, 38.927167]}, {"id": "1766", "type": "Feature", "properties": {"id": "us2000av8z", "mag": 4.3, "time": 1506498944880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1801, -21.2747, 610.22]}, "bbox": [-179.1801, -21.2747, -179.1801, -21.2747]}, {"id": "1767", "type": "Feature", "properties": {"id": "nc72899666", "mag": 1.1, "time": 1506498551180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8395, 37.568167, 1.44]}, "bbox": [-118.8395, 37.568167, -118.8395, 37.568167]}, {"id": "1768", "type": "Feature", "properties": {"id": "ak16918579", "mag": 1.9, "time": 1506498372082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5535, 59.8103, 129.5]}, "bbox": [-153.5535, 59.8103, -153.5535, 59.8103]}, {"id": "1769", "type": "Feature", "properties": {"id": "ismpkansas70235883", "mag": 1.79, "time": 1506498339870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.776167, 37.332333, 4.84]}, "bbox": [-97.776167, 37.332333, -97.776167, 37.332333]}, {"id": "1770", "type": "Feature", "properties": {"id": "nc72899656", "mag": 1.07, "time": 1506497879900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818169, 38.816334, 2.44]}, "bbox": [-122.818169, 38.816334, -122.818169, 38.816334]}, {"id": "1771", "type": "Feature", "properties": {"id": "ak16988128", "mag": 1.7, "time": 1506497626569, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5074, 58.9707, 125.1]}, "bbox": [-154.5074, 58.9707, -154.5074, 58.9707]}, {"id": "1772", "type": "Feature", "properties": {"id": "nn00607194", "mag": 1.4, "time": 1506496907372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0035, 38.4922, 2.7]}, "bbox": [-118.0035, 38.4922, -118.0035, 38.4922]}, {"id": "1773", "type": "Feature", "properties": {"id": "ak16918577", "mag": 2.4, "time": 1506495198173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3064, 51.5599, 38.1]}, "bbox": [-175.3064, 51.5599, -175.3064, 51.5599]}, {"id": "1774", "type": "Feature", "properties": {"id": "nn00607192", "mag": 1.3, "time": 1506495045147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1202, 38.2811, 9.2]}, "bbox": [-119.1202, 38.2811, -119.1202, 38.2811]}, {"id": "1775", "type": "Feature", "properties": {"id": "ak16917880", "mag": 1.4, "time": 1506494125518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4062, 59.5783, 46.7]}, "bbox": [-150.4062, 59.5783, -150.4062, 59.5783]}, {"id": "1776", "type": "Feature", "properties": {"id": "ci38011824", "mag": 2.15, "time": 1506493452570, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377, 34.425667, 6.94]}, "bbox": [-119.377, 34.425667, -119.377, 34.425667]}, {"id": "1777", "type": "Feature", "properties": {"id": "ak16917877", "mag": 1.0, "time": 1506493181446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.74, 66.8722, 13.4]}, "bbox": [-146.74, 66.8722, -146.74, 66.8722]}, {"id": "1778", "type": "Feature", "properties": {"id": "ak16988124", "mag": 2.0, "time": 1506492309885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.6222, 51.5723, 70.6]}, "bbox": [-179.6222, 51.5723, -179.6222, 51.5723]}, {"id": "1779", "type": "Feature", "properties": {"id": "ak16917874", "mag": 1.0, "time": 1506491782705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3009, 62.1686, 20.4]}, "bbox": [-150.3009, 62.1686, -150.3009, 62.1686]}, {"id": "1780", "type": "Feature", "properties": {"id": "ismpkansas70235878", "mag": 1.72, "time": 1506491740260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966167, 37.277667, 3.84]}, "bbox": [-97.966167, 37.277667, -97.966167, 37.277667]}, {"id": "1781", "type": "Feature", "properties": {"id": "ak16917871", "mag": 2.2, "time": 1506491690990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.227, 67.4203, 2.2]}, "bbox": [-148.227, 67.4203, -148.227, 67.4203]}, {"id": "1782", "type": "Feature", "properties": {"id": "mb80257949", "mag": 1.15, "time": 1506491507770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.8695, 10.41]}, "bbox": [-112.53, 46.8695, -112.53, 46.8695]}, {"id": "1783", "type": "Feature", "properties": {"id": "ak16917866", "mag": 2.4, "time": 1506491501818, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2772, 62.1792, 19.3]}, "bbox": [-150.2772, 62.1792, -150.2772, 62.1792]}, {"id": "1784", "type": "Feature", "properties": {"id": "ismpkansas70235873", "mag": 2.14, "time": 1506491075330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.886, 37.201833, 5.78]}, "bbox": [-97.886, 37.201833, -97.886, 37.201833]}, {"id": "1785", "type": "Feature", "properties": {"id": "mb80257939", "mag": 1.58, "time": 1506490489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.867667, 13.76]}, "bbox": [-112.536833, 46.867667, -112.536833, 46.867667]}, {"id": "1786", "type": "Feature", "properties": {"id": "nn00607189", "mag": 1.5, "time": 1506490367737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.114, 38.2859, 6.0]}, "bbox": [-119.114, 38.2859, -119.114, 38.2859]}, {"id": "1787", "type": "Feature", "properties": {"id": "ci38011800", "mag": 2.36, "time": 1506490230430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3735, 34.4205, 2.68]}, "bbox": [-119.3735, 34.4205, -119.3735, 34.4205]}, {"id": "1788", "type": "Feature", "properties": {"id": "ci38011808", "mag": 1.19, "time": 1506490229680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.296833, 33.257333, 11.15]}, "bbox": [-116.296833, 33.257333, -116.296833, 33.257333]}, {"id": "1789", "type": "Feature", "properties": {"id": "nc72899631", "mag": 1.3, "time": 1506489660140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.492333, 37.643167, 10.59]}, "bbox": [-122.492333, 37.643167, -122.492333, 37.643167]}, {"id": "1790", "type": "Feature", "properties": {"id": "ci38011776", "mag": 1.48, "time": 1506489097510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.050333, 33.1715, 3.79]}, "bbox": [-116.050333, 33.1715, -116.050333, 33.1715]}, {"id": "1791", "type": "Feature", "properties": {"id": "ci38011760", "mag": 1.09, "time": 1506488442000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1045, 34.032667, 6.24]}, "bbox": [-117.1045, 34.032667, -117.1045, 34.032667]}, {"id": "1792", "type": "Feature", "properties": {"id": "ak16917162", "mag": 1.2, "time": 1506488287570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7916, 59.8749, 12.6]}, "bbox": [-136.7916, 59.8749, -136.7916, 59.8749]}, {"id": "1793", "type": "Feature", "properties": {"id": "ak16917160", "mag": 1.7, "time": 1506488119627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8594, 59.8596, 52.6]}, "bbox": [-151.8594, 59.8596, -151.8594, 59.8596]}, {"id": "1794", "type": "Feature", "properties": {"id": "ci38011736", "mag": 1.35, "time": 1506488015210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.011667, 33.275333, 2.98]}, "bbox": [-116.011667, 33.275333, -116.011667, 33.275333]}, {"id": "1795", "type": "Feature", "properties": {"id": "ci38011728", "mag": 1.28, "time": 1506487875520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.492, 4.46]}, "bbox": [-116.796667, 33.492, -116.796667, 33.492]}, {"id": "1796", "type": "Feature", "properties": {"id": "ci38011720", "mag": 2.62, "time": 1506487715700, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.372333, 34.4215, 3.6]}, "bbox": [-119.372333, 34.4215, -119.372333, 34.4215]}, {"id": "1797", "type": "Feature", "properties": {"id": "uu60249762", "mag": 1.11, "time": 1506487228770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.7735, 44.765667, 7.75]}, "bbox": [-110.7735, 44.765667, -110.7735, 44.765667]}, {"id": "1798", "type": "Feature", "properties": {"id": "nc72899586", "mag": 2.03, "time": 1506485795570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784333, 38.836667, 1.36]}, "bbox": [-122.784333, 38.836667, -122.784333, 38.836667]}, {"id": "1799", "type": "Feature", "properties": {"id": "us2000av7z", "mag": 5.3, "time": 1506485581610, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [139.7504, -3.5926, 60.39]}, "bbox": [139.7504, -3.5926, 139.7504, -3.5926]}, {"id": "1800", "type": "Feature", "properties": {"id": "nn00607179", "mag": 1.2, "time": 1506485505469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6245, 38.788, 6.4]}, "bbox": [-119.6245, 38.788, -119.6245, 38.788]}, {"id": "1801", "type": "Feature", "properties": {"id": "us2000av80", "mag": 5.0, "time": 1506485392430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-43.5388, 28.7234, 10.0]}, "bbox": [-43.5388, 28.7234, -43.5388, 28.7234]}, {"id": "1802", "type": "Feature", "properties": {"id": "us2000av7x", "mag": 2.7, "time": 1506485373140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2078, 31.1233, 1.49]}, "bbox": [-103.2078, 31.1233, -103.2078, 31.1233]}, {"id": "1803", "type": "Feature", "properties": {"id": "nc72899571", "mag": 1.02, "time": 1506485084470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.004333, 37.796167, 1.79]}, "bbox": [-119.004333, 37.796167, -119.004333, 37.796167]}, {"id": "1804", "type": "Feature", "properties": {"id": "ak16988118", "mag": 1.8, "time": 1506483937222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.399, 51.7067, 17.6]}, "bbox": [-178.399, 51.7067, -178.399, 51.7067]}, {"id": "1805", "type": "Feature", "properties": {"id": "ak16916451", "mag": 1.9, "time": 1506483073029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0454, 59.6347, 103.9]}, "bbox": [-153.0454, 59.6347, -153.0454, 59.6347]}, {"id": "1806", "type": "Feature", "properties": {"id": "uw61311302", "mag": 2.23, "time": 1506482912030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.555, 44.547167, 12.72]}, "bbox": [-122.555, 44.547167, -122.555, 44.547167]}, {"id": "1807", "type": "Feature", "properties": {"id": "uw61311297", "mag": 1.11, "time": 1506482481740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.683, 45.372667, -1.63]}, "bbox": [-121.683, 45.372667, -121.683, 45.372667]}, {"id": "1808", "type": "Feature", "properties": {"id": "ci38011704", "mag": 1.57, "time": 1506482455900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.519833, 32.888, 10.14]}, "bbox": [-115.519833, 32.888, -115.519833, 32.888]}, {"id": "1809", "type": "Feature", "properties": {"id": "ak16988116", "mag": 2.0, "time": 1506482397355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3801, 51.6434, 13.2]}, "bbox": [-178.3801, 51.6434, -178.3801, 51.6434]}, {"id": "1810", "type": "Feature", "properties": {"id": "nc72899551", "mag": 1.76, "time": 1506481720510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.880667, 38.659333, 5.9]}, "bbox": [-122.880667, 38.659333, -122.880667, 38.659333]}, {"id": "1811", "type": "Feature", "properties": {"id": "ak16915757", "mag": 1.4, "time": 1506480400030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6852, 64.9151, 3.6]}, "bbox": [-145.6852, 64.9151, -145.6852, 64.9151]}, {"id": "1812", "type": "Feature", "properties": {"id": "nn00607173", "mag": 1.2, "time": 1506479979561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4858, 38.7006, 5.4]}, "bbox": [-118.4858, 38.7006, -118.4858, 38.7006]}, {"id": "1813", "type": "Feature", "properties": {"id": "us2000av7a", "mag": 2.7, "time": 1506479406560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8806, 37.2184, 2.69]}, "bbox": [-97.8806, 37.2184, -97.8806, 37.2184]}, {"id": "1814", "type": "Feature", "properties": {"id": "ak16988114", "mag": 1.6, "time": 1506479371570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3827, 51.4303, 27.7]}, "bbox": [179.3827, 51.4303, 179.3827, 51.4303]}, {"id": "1815", "type": "Feature", "properties": {"id": "ci38011664", "mag": 1.8, "time": 1506478585030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.628167, 35.076167, 10.0]}, "bbox": [-116.628167, 35.076167, -116.628167, 35.076167]}, {"id": "1816", "type": "Feature", "properties": {"id": "ak16915754", "mag": 2.0, "time": 1506478364486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3878, 61.6649, 31.2]}, "bbox": [-146.3878, 61.6649, -146.3878, 61.6649]}, {"id": "1817", "type": "Feature", "properties": {"id": "ak16915750", "mag": 1.2, "time": 1506477958824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6683, 62.8518, 73.0]}, "bbox": [-149.6683, 62.8518, -149.6683, 62.8518]}, {"id": "1818", "type": "Feature", "properties": {"id": "ak16915745", "mag": 1.8, "time": 1506477442438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6565, 53.4796, 20.0]}, "bbox": [-165.6565, 53.4796, -165.6565, 53.4796]}, {"id": "1819", "type": "Feature", "properties": {"id": "us2000av70", "mag": 4.7, "time": 1506476740040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.4332, -21.409, 120.07]}, "bbox": [-68.4332, -21.409, -68.4332, -21.409]}, {"id": "1820", "type": "Feature", "properties": {"id": "ak16915060", "mag": 1.3, "time": 1506476367132, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7491, 63.2266, 126.1]}, "bbox": [-150.7491, 63.2266, -150.7491, 63.2266]}, {"id": "1821", "type": "Feature", "properties": {"id": "us2000av6x", "mag": 4.7, "time": 1506475551840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.6287, 4.6053, 83.93]}, "bbox": [126.6287, 4.6053, 126.6287, 4.6053]}, {"id": "1822", "type": "Feature", "properties": {"id": "ak16915057", "mag": 2.4, "time": 1506475504238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2738, 57.0675, 69.2]}, "bbox": [-155.2738, 57.0675, -155.2738, 57.0675]}, {"id": "1823", "type": "Feature", "properties": {"id": "ci38011648", "mag": 2.25, "time": 1506474971480, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7765, 33.325667, 11.63]}, "bbox": [-116.7765, 33.325667, -116.7765, 33.325667]}, {"id": "1824", "type": "Feature", "properties": {"id": "nm60207341", "mag": 1.82, "time": 1506473928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.549667, 36.4815, 9.25]}, "bbox": [-89.549667, 36.4815, -89.549667, 36.4815]}, {"id": "1825", "type": "Feature", "properties": {"id": "ak16988107", "mag": 1.9, "time": 1506471772798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4471, 51.7337, 16.9]}, "bbox": [-178.4471, 51.7337, -178.4471, 51.7337]}, {"id": "1826", "type": "Feature", "properties": {"id": "ak16988106", "mag": 1.6, "time": 1506471697831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0762, 58.2594, 21.7]}, "bbox": [-152.0762, 58.2594, -152.0762, 58.2594]}, {"id": "1827", "type": "Feature", "properties": {"id": "us2000b1dn", "mag": 4.3, "time": 1506471581400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4161, 40.39, 49.52]}, "bbox": [142.4161, 40.39, 142.4161, 40.39]}, {"id": "1828", "type": "Feature", "properties": {"id": "ak16915048", "mag": 1.6, "time": 1506471507429, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7558, 60.1282, 31.9]}, "bbox": [-150.7558, 60.1282, -150.7558, 60.1282]}, {"id": "1829", "type": "Feature", "properties": {"id": "ak16914368", "mag": 1.9, "time": 1506469962223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0546, 60.9937, 12.2]}, "bbox": [-147.0546, 60.9937, -147.0546, 60.9937]}, {"id": "1830", "type": "Feature", "properties": {"id": "us2000av6e", "mag": 4.8, "time": 1506469452030, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.0971, 14.1324, 113.77]}, "bbox": [145.0971, 14.1324, 145.0971, 14.1324]}, {"id": "1831", "type": "Feature", "properties": {"id": "ak16914364", "mag": 1.0, "time": 1506469276260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0231, 64.8914, 16.1]}, "bbox": [-149.0231, 64.8914, -149.0231, 64.8914]}, {"id": "1832", "type": "Feature", "properties": {"id": "ci38011608", "mag": 1.21, "time": 1506468838030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.506, 6.88]}, "bbox": [-116.792667, 33.506, -116.792667, 33.506]}, {"id": "1833", "type": "Feature", "properties": {"id": "ak16949369", "mag": 1.0, "time": 1506468623879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2412, 61.8508, 14.7]}, "bbox": [-149.2412, 61.8508, -149.2412, 61.8508]}, {"id": "1834", "type": "Feature", "properties": {"id": "nc72899501", "mag": 0.98, "time": 1506468157640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873833, 37.624833, 2.99]}, "bbox": [-118.873833, 37.624833, -118.873833, 37.624833]}, {"id": "1835", "type": "Feature", "properties": {"id": "ci38011600", "mag": 1.67, "time": 1506468079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.679333, 35.033667, -0.8]}, "bbox": [-117.679333, 35.033667, -117.679333, 35.033667]}, {"id": "1836", "type": "Feature", "properties": {"id": "us2000b02y", "mag": 4.2, "time": 1506467949880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2432, 15.0466, 41.01]}, "bbox": [-94.2432, 15.0466, -94.2432, 15.0466]}, {"id": "1837", "type": "Feature", "properties": {"id": "ak16914361", "mag": 1.9, "time": 1506467622189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6178, 65.1477, 10.9]}, "bbox": [-151.6178, 65.1477, -151.6178, 65.1477]}, {"id": "1838", "type": "Feature", "properties": {"id": "mb80257914", "mag": 1.23, "time": 1506467597640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.632, 46.8715, 5.29]}, "bbox": [-112.632, 46.8715, -112.632, 46.8715]}, {"id": "1839", "type": "Feature", "properties": {"id": "ak16914358", "mag": 1.0, "time": 1506466926514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3996, 64.9811, 0.0]}, "bbox": [-147.3996, 64.9811, -147.3996, 64.9811]}, {"id": "1840", "type": "Feature", "properties": {"id": "ak16914359", "mag": 1.0, "time": 1506466913331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0673, 63.4886, 10.1]}, "bbox": [-152.0673, 63.4886, -152.0673, 63.4886]}, {"id": "1841", "type": "Feature", "properties": {"id": "nc72899481", "mag": 1.12, "time": 1506466887280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808502, 38.832001, 1.23]}, "bbox": [-122.808502, 38.832001, -122.808502, 38.832001]}, {"id": "1842", "type": "Feature", "properties": {"id": "ak16949365", "mag": 1.7, "time": 1506466403289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 59.9001, 97.4]}, "bbox": [-152.9009, 59.9001, -152.9009, 59.9001]}, {"id": "1843", "type": "Feature", "properties": {"id": "nn00607152", "mag": 1.1, "time": 1506466364846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6252, 38.7877, 5.9]}, "bbox": [-119.6252, 38.7877, -119.6252, 38.7877]}, {"id": "1844", "type": "Feature", "properties": {"id": "us2000av5w", "mag": 4.8, "time": 1506465046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.6494, -2.0113, 10.0]}, "bbox": [-11.6494, -2.0113, -11.6494, -2.0113]}, {"id": "1845", "type": "Feature", "properties": {"id": "uw61311237", "mag": 2.77, "time": 1506464518680, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.953167, 44.251833, 24.14]}, "bbox": [-123.953167, 44.251833, -123.953167, 44.251833]}, {"id": "1846", "type": "Feature", "properties": {"id": "ci38011536", "mag": 1.75, "time": 1506464439110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.304167, 33.253667, 10.84]}, "bbox": [-116.304167, 33.253667, -116.304167, 33.253667]}, {"id": "1847", "type": "Feature", "properties": {"id": "ci38011520", "mag": 1.59, "time": 1506463692350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.216, 33.010333, 6.85]}, "bbox": [-116.216, 33.010333, -116.216, 33.010333]}, {"id": "1848", "type": "Feature", "properties": {"id": "us2000av56", "mag": 4.2, "time": 1506463598300, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2376, -31.7843, 7.09]}, "bbox": [-72.2376, -31.7843, -72.2376, -31.7843]}, {"id": "1849", "type": "Feature", "properties": {"id": "nn00607136", "mag": 2.8, "time": 1506462799119, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6217, 38.7826, 6.1]}, "bbox": [-119.6217, 38.7826, -119.6217, 38.7826]}, {"id": "1850", "type": "Feature", "properties": {"id": "ci38011488", "mag": 1.81, "time": 1506462726380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750667, 33.516333, 3.18]}, "bbox": [-116.750667, 33.516333, -116.750667, 33.516333]}, {"id": "1851", "type": "Feature", "properties": {"id": "nc72899441", "mag": 2.97, "time": 1506462683270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0155, 40.263833, 11.96]}, "bbox": [-127.0155, 40.263833, -127.0155, 40.263833]}, {"id": "1852", "type": "Feature", "properties": {"id": "ak16949362", "mag": 1.6, "time": 1506462418457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0128, 59.6612, 95.4]}, "bbox": [-153.0128, 59.6612, -153.0128, 59.6612]}, {"id": "1853", "type": "Feature", "properties": {"id": "ak16949359", "mag": 1.6, "time": 1506461654966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3493, 59.8886, 123.7]}, "bbox": [-153.3493, 59.8886, -153.3493, 59.8886]}, {"id": "1854", "type": "Feature", "properties": {"id": "us2000av40", "mag": 5.4, "time": 1506461346270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9476, -23.5856, 538.01]}, "bbox": [-179.9476, -23.5856, -179.9476, -23.5856]}, {"id": "1855", "type": "Feature", "properties": {"id": "nc72899416", "mag": 1.3, "time": 1506461324290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.8215, 0.97]}, "bbox": [-122.810333, 38.8215, -122.810333, 38.8215]}, {"id": "1856", "type": "Feature", "properties": {"id": "mb80257904", "mag": 0.95, "time": 1506461125950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.496, 46.8605, 16.29]}, "bbox": [-112.496, 46.8605, -112.496, 46.8605]}, {"id": "1857", "type": "Feature", "properties": {"id": "ak16913020", "mag": 1.1, "time": 1506460729533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0111, 65.8632, 12.1]}, "bbox": [-151.0111, 65.8632, -151.0111, 65.8632]}, {"id": "1858", "type": "Feature", "properties": {"id": "mb80257894", "mag": 1.08, "time": 1506460594630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.515167, 43.545833, 12.83]}, "bbox": [-110.515167, 43.545833, -110.515167, 43.545833]}, {"id": "1859", "type": "Feature", "properties": {"id": "ak16913017", "mag": 1.8, "time": 1506459899986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.56, 59.8031, 16.5]}, "bbox": [-136.56, 59.8031, -136.56, 59.8031]}, {"id": "1860", "type": "Feature", "properties": {"id": "ak16913011", "mag": 1.9, "time": 1506459063460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6788, 61.3357, 16.8]}, "bbox": [-146.6788, 61.3357, -146.6788, 61.3357]}, {"id": "1861", "type": "Feature", "properties": {"id": "nc72899391", "mag": 1.35, "time": 1506458512440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.789833, 1.23]}, "bbox": [-122.735333, 38.789833, -122.735333, 38.789833]}, {"id": "1862", "type": "Feature", "properties": {"id": "hv61922451", "mag": 1.7, "time": 1506458350950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471167, 19.227667, 34.865]}, "bbox": [-155.471167, 19.227667, -155.471167, 19.227667]}, {"id": "1863", "type": "Feature", "properties": {"id": "nc72899386", "mag": 1.89, "time": 1506458341570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609667, 36.888333, 1.8]}, "bbox": [-121.609667, 36.888333, -121.609667, 36.888333]}, {"id": "1864", "type": "Feature", "properties": {"id": "us2000av31", "mag": 5.8, "time": 1506457331560, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4059, 40.3206, 36.04]}, "bbox": [142.4059, 40.3206, 142.4059, 40.3206]}, {"id": "1865", "type": "Feature", "properties": {"id": "ak16949355", "mag": 1.3, "time": 1506457099270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1826, 62.1538, 80.2]}, "bbox": [-151.1826, 62.1538, -151.1826, 62.1538]}, {"id": "1866", "type": "Feature", "properties": {"id": "us2000av2y", "mag": 2.6, "time": 1506456843780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9668, 37.2773, 4.05]}, "bbox": [-97.9668, 37.2773, -97.9668, 37.2773]}, {"id": "1867", "type": "Feature", "properties": {"id": "ak16912327", "mag": 2.1, "time": 1506456421978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8619, 59.5574, 79.6]}, "bbox": [-152.8619, 59.5574, -152.8619, 59.5574]}, {"id": "1868", "type": "Feature", "properties": {"id": "ak16912325", "mag": 1.6, "time": 1506456406002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0714, 61.2493, 0.0]}, "bbox": [-152.0714, 61.2493, -152.0714, 61.2493]}, {"id": "1869", "type": "Feature", "properties": {"id": "ak16912323", "mag": 1.4, "time": 1506455786083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6417, 63.0711, 110.3]}, "bbox": [-150.6417, 63.0711, -150.6417, 63.0711]}, {"id": "1870", "type": "Feature", "properties": {"id": "nc72899366", "mag": 1.19, "time": 1506455697960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989167, 35.677333, -0.35]}, "bbox": [-120.989167, 35.677333, -120.989167, 35.677333]}, {"id": "1871", "type": "Feature", "properties": {"id": "mb80257869", "mag": 1.78, "time": 1506455523560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4975, 46.900667, 11.16]}, "bbox": [-112.4975, 46.900667, -112.4975, 46.900667]}, {"id": "1872", "type": "Feature", "properties": {"id": "nc72899361", "mag": 1.14, "time": 1506455417130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6625, 36.100833, 0.94]}, "bbox": [-120.6625, 36.100833, -120.6625, 36.100833]}, {"id": "1873", "type": "Feature", "properties": {"id": "uw61311182", "mag": 1.51, "time": 1506454723910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.398833, 46.488167, 17.99]}, "bbox": [-122.398833, 46.488167, -122.398833, 46.488167]}, {"id": "1874", "type": "Feature", "properties": {"id": "ci38011384", "mag": 1.37, "time": 1506454231340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.897333, 32.7725, -0.37]}, "bbox": [-116.897333, 32.7725, -116.897333, 32.7725]}, {"id": "1875", "type": "Feature", "properties": {"id": "mb80257864", "mag": 1.46, "time": 1506454190410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 45.912833, -2.0]}, "bbox": [-111.413167, 45.912833, -111.413167, 45.912833]}, {"id": "1876", "type": "Feature", "properties": {"id": "ci38011376", "mag": 1.05, "time": 1506454146060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.509, 6.71]}, "bbox": [-116.797167, 33.509, -116.797167, 33.509]}, {"id": "1877", "type": "Feature", "properties": {"id": "nn00607108", "mag": 1.0, "time": 1506454067433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.4885, 38.5144, 10.4]}, "bbox": [-119.4885, 38.5144, -119.4885, 38.5144]}, {"id": "1878", "type": "Feature", "properties": {"id": "ak16912305", "mag": 1.2, "time": 1506453243306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4352, 61.6115, 33.0]}, "bbox": [-146.4352, 61.6115, -146.4352, 61.6115]}, {"id": "1879", "type": "Feature", "properties": {"id": "us2000av22", "mag": 5.4, "time": 1506452898220, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.7412, 1.2169, 17.7]}, "bbox": [132.7412, 1.2169, 132.7412, 1.2169]}, {"id": "1880", "type": "Feature", "properties": {"id": "nc72899341", "mag": 0.98, "time": 1506452133100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.783165, 38.837833, 0.59]}, "bbox": [-122.783165, 38.837833, -122.783165, 38.837833]}, {"id": "1881", "type": "Feature", "properties": {"id": "us2000av1t", "mag": 4.3, "time": 1506452028320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6352, 16.5993, 104.33]}, "bbox": [-94.6352, 16.5993, -94.6352, 16.5993]}, {"id": "1882", "type": "Feature", "properties": {"id": "ak16911656", "mag": 1.1, "time": 1506451444842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9798, 65.8633, 10.8]}, "bbox": [-150.9798, 65.8633, -150.9798, 65.8633]}, {"id": "1883", "type": "Feature", "properties": {"id": "mb80257849", "mag": 1.17, "time": 1506451369960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531667, 46.869333, 10.26]}, "bbox": [-112.531667, 46.869333, -112.531667, 46.869333]}, {"id": "1884", "type": "Feature", "properties": {"id": "ak16911652", "mag": 1.7, "time": 1506451256386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2303, 62.9438, 64.9]}, "bbox": [-148.2303, 62.9438, -148.2303, 62.9438]}, {"id": "1885", "type": "Feature", "properties": {"id": "nc72899331", "mag": 1.39, "time": 1506451169180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.46, 37.983333, -0.05]}, "bbox": [-122.46, 37.983333, -122.46, 37.983333]}, {"id": "1886", "type": "Feature", "properties": {"id": "ak16949348", "mag": 1.2, "time": 1506450622498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9789, 62.4498, 80.4]}, "bbox": [-150.9789, 62.4498, -150.9789, 62.4498]}, {"id": "1887", "type": "Feature", "properties": {"id": "nc72899311", "mag": 1.66, "time": 1506450429900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811, 38.812, 2.48]}, "bbox": [-122.811, 38.812, -122.811, 38.812]}, {"id": "1888", "type": "Feature", "properties": {"id": "ci38011328", "mag": 1.82, "time": 1506450379870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.5035, 6.49]}, "bbox": [-116.7965, 33.5035, -116.7965, 33.5035]}, {"id": "1889", "type": "Feature", "properties": {"id": "ci38011320", "mag": 1.66, "time": 1506450370460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.948, 35.292167, 17.31]}, "bbox": [-118.948, 35.292167, -118.948, 35.292167]}, {"id": "1890", "type": "Feature", "properties": {"id": "hv61922336", "mag": 3.25, "time": 1506450097970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.231, 19.290833, 8.96]}, "bbox": [-155.231, 19.290833, -155.231, 19.290833]}, {"id": "1891", "type": "Feature", "properties": {"id": "ak16949347", "mag": 1.4, "time": 1506449901001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1914, 59.4295, 70.7]}, "bbox": [-152.1914, 59.4295, -152.1914, 59.4295]}, {"id": "1892", "type": "Feature", "properties": {"id": "ci38011304", "mag": 1.2, "time": 1506449584430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.813667, 36.025833, 1.31]}, "bbox": [-117.813667, 36.025833, -117.813667, 36.025833]}, {"id": "1893", "type": "Feature", "properties": {"id": "ci38011296", "mag": 0.98, "time": 1506449444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8115, 36.028167, 0.41]}, "bbox": [-117.8115, 36.028167, -117.8115, 36.028167]}, {"id": "1894", "type": "Feature", "properties": {"id": "ak16911638", "mag": 2.2, "time": 1506449441975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1385, 62.9479, 63.9]}, "bbox": [-148.1385, 62.9479, -148.1385, 62.9479]}, {"id": "1895", "type": "Feature", "properties": {"id": "mb80257844", "mag": 1.11, "time": 1506448956940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.8605, 12.58]}, "bbox": [-112.532, 46.8605, -112.532, 46.8605]}, {"id": "1896", "type": "Feature", "properties": {"id": "ak16949345", "mag": 1.5, "time": 1506448347584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8207, 61.1514, 89.2]}, "bbox": [-151.8207, 61.1514, -151.8207, 61.1514]}, {"id": "1897", "type": "Feature", "properties": {"id": "uw61311142", "mag": 1.41, "time": 1506448094510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.884, 43.419667, -0.5]}, "bbox": [-122.884, 43.419667, -122.884, 43.419667]}, {"id": "1898", "type": "Feature", "properties": {"id": "nc72899291", "mag": 1.2, "time": 1506447644460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.291667, 36.660333, 3.36]}, "bbox": [-121.291667, 36.660333, -121.291667, 36.660333]}, {"id": "1899", "type": "Feature", "properties": {"id": "ak16949344", "mag": 2.0, "time": 1506446368069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.7955, 55.6327, 123.4]}, "bbox": [-161.7955, 55.6327, -161.7955, 55.6327]}, {"id": "1900", "type": "Feature", "properties": {"id": "mb80257839", "mag": 1.6, "time": 1506446229250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.872167, 11.4]}, "bbox": [-112.530333, 46.872167, -112.530333, 46.872167]}, {"id": "1901", "type": "Feature", "properties": {"id": "ak16949343", "mag": 1.8, "time": 1506445879278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0092, 56.5802, 60.1]}, "bbox": [-155.0092, 56.5802, -155.0092, 56.5802]}, {"id": "1902", "type": "Feature", "properties": {"id": "ak16910871", "mag": 2.2, "time": 1506445763160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3757, 60.912, 119.8]}, "bbox": [-152.3757, 60.912, -152.3757, 60.912]}, {"id": "1903", "type": "Feature", "properties": {"id": "ak16910870", "mag": 1.2, "time": 1506445355025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.837, 62.5503, 9.8]}, "bbox": [-149.837, 62.5503, -149.837, 62.5503]}, {"id": "1904", "type": "Feature", "properties": {"id": "ak16949340", "mag": 1.4, "time": 1506445236601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4629, 59.6817, 72.4]}, "bbox": [-152.4629, 59.6817, -152.4629, 59.6817]}, {"id": "1905", "type": "Feature", "properties": {"id": "ak16910864", "mag": 1.6, "time": 1506444383456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3694, 61.142, 20.5]}, "bbox": [-148.3694, 61.142, -148.3694, 61.142]}, {"id": "1906", "type": "Feature", "properties": {"id": "ak16910865", "mag": 1.1, "time": 1506444338515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0798, 62.3953, 8.2]}, "bbox": [-150.0798, 62.3953, -150.0798, 62.3953]}, {"id": "1907", "type": "Feature", "properties": {"id": "ak16910858", "mag": 2.0, "time": 1506443746387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5248, 63.5317, 72.7]}, "bbox": [-147.5248, 63.5317, -147.5248, 63.5317]}, {"id": "1908", "type": "Feature", "properties": {"id": "uu60249707", "mag": 1.38, "time": 1506443129640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442, 42.558833, 7.1]}, "bbox": [-111.442, 42.558833, -111.442, 42.558833]}, {"id": "1909", "type": "Feature", "properties": {"id": "ci38011192", "mag": 1.03, "time": 1506442702510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.823833, 33.4855, 7.53]}, "bbox": [-115.823833, 33.4855, -115.823833, 33.4855]}, {"id": "1910", "type": "Feature", "properties": {"id": "nc72899266", "mag": 1.49, "time": 1506442696750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.809833, 37.472833, 3.95]}, "bbox": [-118.809833, 37.472833, -118.809833, 37.472833]}, {"id": "1911", "type": "Feature", "properties": {"id": "mb80257829", "mag": 1.46, "time": 1506441830940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.498, 46.901167, 10.66]}, "bbox": [-112.498, 46.901167, -112.498, 46.901167]}, {"id": "1912", "type": "Feature", "properties": {"id": "nc72903841", "mag": 1.48, "time": 1506440751200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.182167, 40.8515, 3.06]}, "bbox": [-122.182167, 40.8515, -122.182167, 40.8515]}, {"id": "1913", "type": "Feature", "properties": {"id": "uu60249692", "mag": 1.82, "time": 1506439249930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.139833, 42.7365, 4.13]}, "bbox": [-111.139833, 42.7365, -111.139833, 42.7365]}, {"id": "1914", "type": "Feature", "properties": {"id": "ci38011112", "mag": 2.13, "time": 1506439108770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.289833, 33.302833, 10.93]}, "bbox": [-116.289833, 33.302833, -116.289833, 33.302833]}, {"id": "1915", "type": "Feature", "properties": {"id": "us2000auyd", "mag": 2.6, "time": 1506439089180, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.61, 9.35]}, "bbox": [-111.4364, 42.61, -111.4364, 42.61]}, {"id": "1916", "type": "Feature", "properties": {"id": "nc72899236", "mag": 2.73, "time": 1506439073310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.6035, 4.3]}, "bbox": [-118.821, 37.6035, -118.821, 37.6035]}, {"id": "1917", "type": "Feature", "properties": {"id": "hv61922126", "mag": 1.89, "time": 1506438530250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.504837, 19.188499, 37.0]}, "bbox": [-155.504837, 19.188499, -155.504837, 19.188499]}, {"id": "1918", "type": "Feature", "properties": {"id": "ak16910217", "mag": 1.3, "time": 1506438468368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3857, 61.4705, 26.0]}, "bbox": [-146.3857, 61.4705, -146.3857, 61.4705]}, {"id": "1919", "type": "Feature", "properties": {"id": "uu60249677", "mag": 1.01, "time": 1506437975140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.090667, 41.940333, 4.24]}, "bbox": [-112.090667, 41.940333, -112.090667, 41.940333]}, {"id": "1920", "type": "Feature", "properties": {"id": "ak16909586", "mag": 1.8, "time": 1506436541694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9329, 61.1528, 1.5]}, "bbox": [-139.9329, 61.1528, -139.9329, 61.1528]}, {"id": "1921", "type": "Feature", "properties": {"id": "ak16909585", "mag": 1.5, "time": 1506436508165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6533, 59.6178, 1.5]}, "bbox": [-138.6533, 59.6178, -138.6533, 59.6178]}, {"id": "1922", "type": "Feature", "properties": {"id": "uu60249672", "mag": 1.15, "time": 1506436401660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.9865, 44.768833, 6.31]}, "bbox": [-110.9865, 44.768833, -110.9865, 44.768833]}, {"id": "1923", "type": "Feature", "properties": {"id": "ak16949332", "mag": 2.7, "time": 1506436259231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.8212, 50.3055, 25.6]}, "bbox": [177.8212, 50.3055, 177.8212, 50.3055]}, {"id": "1924", "type": "Feature", "properties": {"id": "ak16949331", "mag": 1.5, "time": 1506435973793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5906, 57.0801, 1.8]}, "bbox": [-157.5906, 57.0801, -157.5906, 57.0801]}, {"id": "1925", "type": "Feature", "properties": {"id": "hv61922056", "mag": 1.6, "time": 1506435671030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.617667, 19.403833, 11.352]}, "bbox": [-155.617667, 19.403833, -155.617667, 19.403833]}, {"id": "1926", "type": "Feature", "properties": {"id": "nc72899211", "mag": 1.32, "time": 1506435393920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.617833, 36.045, 5.05]}, "bbox": [-120.617833, 36.045, -120.617833, 36.045]}, {"id": "1927", "type": "Feature", "properties": {"id": "ak16949330", "mag": 2.3, "time": 1506435252977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7207, 53.0759, 5.8]}, "bbox": [-164.7207, 53.0759, -164.7207, 53.0759]}, {"id": "1928", "type": "Feature", "properties": {"id": "us2000auxj", "mag": 4.2, "time": 1506434841590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3743, -28.3432, 19.86]}, "bbox": [-71.3743, -28.3432, -71.3743, -28.3432]}, {"id": "1929", "type": "Feature", "properties": {"id": "ak16909580", "mag": 1.0, "time": 1506433271780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9281, 62.7345, 65.1]}, "bbox": [-148.9281, 62.7345, -148.9281, 62.7345]}, {"id": "1930", "type": "Feature", "properties": {"id": "ci38011056", "mag": 2.34, "time": 1506433147890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.097167, 32.109167, 21.13]}, "bbox": [-115.097167, 32.109167, -115.097167, 32.109167]}, {"id": "1931", "type": "Feature", "properties": {"id": "ci38011048", "mag": 1.64, "time": 1506433002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275333, 33.9755, 2.98]}, "bbox": [-116.275333, 33.9755, -116.275333, 33.9755]}, {"id": "1932", "type": "Feature", "properties": {"id": "ak16909574", "mag": 2.4, "time": 1506432197049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1982, 63.4664, 63.2]}, "bbox": [-147.1982, 63.4664, -147.1982, 63.4664]}, {"id": "1933", "type": "Feature", "properties": {"id": "nc72899196", "mag": 2.34, "time": 1506431642070, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2285, 36.1555, 11.25]}, "bbox": [-120.2285, 36.1555, -120.2285, 36.1555]}, {"id": "1934", "type": "Feature", "properties": {"id": "ci38011032", "mag": 1.31, "time": 1506431195640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.599833, 33.196, 3.24]}, "bbox": [-115.599833, 33.196, -115.599833, 33.196]}, {"id": "1935", "type": "Feature", "properties": {"id": "ak16949325", "mag": 1.3, "time": 1506430179945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5507, 57.5978, 9.6]}, "bbox": [-153.5507, 57.5978, -153.5507, 57.5978]}, {"id": "1936", "type": "Feature", "properties": {"id": "ak16908944", "mag": 1.5, "time": 1506430094548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7286, 62.9807, 109.5]}, "bbox": [-150.7286, 62.9807, -150.7286, 62.9807]}, {"id": "1937", "type": "Feature", "properties": {"id": "ak16949323", "mag": 1.4, "time": 1506429667875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-132.545, 57.8313, 1.5]}, "bbox": [-132.545, 57.8313, -132.545, 57.8313]}, {"id": "1938", "type": "Feature", "properties": {"id": "ak16908941", "mag": 1.9, "time": 1506428870068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9939, 51.4819, 42.9]}, "bbox": [-177.9939, 51.4819, -177.9939, 51.4819]}, {"id": "1939", "type": "Feature", "properties": {"id": "ak16949321", "mag": 2.3, "time": 1506428515529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9246, 51.994, 156.7]}, "bbox": [-179.9246, 51.994, -179.9246, 51.994]}, {"id": "1940", "type": "Feature", "properties": {"id": "us2000auwv", "mag": 4.8, "time": 1506428086930, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1449, -37.4108, 11.74]}, "bbox": [-74.1449, -37.4108, -74.1449, -37.4108]}, {"id": "1941", "type": "Feature", "properties": {"id": "ak16949320", "mag": 1.7, "time": 1506428031233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8671, 57.0274, 77.7]}, "bbox": [-156.8671, 57.0274, -156.8671, 57.0274]}, {"id": "1942", "type": "Feature", "properties": {"id": "nc72899171", "mag": 1.37, "time": 1506428015870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.786167, 37.594333, 4.9]}, "bbox": [-118.786167, 37.594333, -118.786167, 37.594333]}, {"id": "1943", "type": "Feature", "properties": {"id": "ak16949319", "mag": 1.6, "time": 1506427960144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0976, 58.7839, 68.4]}, "bbox": [-153.0976, 58.7839, -153.0976, 58.7839]}, {"id": "1944", "type": "Feature", "properties": {"id": "hv61921941", "mag": 1.75, "time": 1506427855790, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.293667, 19.364833, 29.473]}, "bbox": [-155.293667, 19.364833, -155.293667, 19.364833]}, {"id": "1945", "type": "Feature", "properties": {"id": "mb80257779", "mag": 1.22, "time": 1506426612780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.871167, 11.47]}, "bbox": [-112.524667, 46.871167, -112.524667, 46.871167]}, {"id": "1946", "type": "Feature", "properties": {"id": "ak16908309", "mag": 2.6, "time": 1506426273590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0017, 63.0698, 125.5]}, "bbox": [-151.0017, 63.0698, -151.0017, 63.0698]}, {"id": "1947", "type": "Feature", "properties": {"id": "ak16908307", "mag": 1.4, "time": 1506425656703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0459, 60.021, 7.6]}, "bbox": [-140.0459, 60.021, -140.0459, 60.021]}, {"id": "1948", "type": "Feature", "properties": {"id": "nc72899161", "mag": 1.33, "time": 1506425143350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737833, 38.803333, 1.75]}, "bbox": [-122.737833, 38.803333, -122.737833, 38.803333]}, {"id": "1949", "type": "Feature", "properties": {"id": "us2000auwh", "mag": 4.6, "time": 1506424969320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [168.1159, -17.1048, 50.5]}, "bbox": [168.1159, -17.1048, 168.1159, -17.1048]}, {"id": "1950", "type": "Feature", "properties": {"id": "ak16908306", "mag": 1.2, "time": 1506424570466, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.412, 53.8051, 14.4]}, "bbox": [-166.412, 53.8051, -166.412, 53.8051]}, {"id": "1951", "type": "Feature", "properties": {"id": "ak16908302", "mag": 1.9, "time": 1506424147684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7411, 59.5065, 69.7]}, "bbox": [-152.7411, 59.5065, -152.7411, 59.5065]}, {"id": "1952", "type": "Feature", "properties": {"id": "uu60249657", "mag": 1.69, "time": 1506424086980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4815, 38.756167, 9.29]}, "bbox": [-112.4815, 38.756167, -112.4815, 38.756167]}, {"id": "1953", "type": "Feature", "properties": {"id": "mb80257774", "mag": 1.11, "time": 1506422972160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.387167, 44.8185, 11.24]}, "bbox": [-111.387167, 44.8185, -111.387167, 44.8185]}, {"id": "1954", "type": "Feature", "properties": {"id": "ak16908296", "mag": 1.6, "time": 1506420872410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9572, 61.1571, 5.2]}, "bbox": [-139.9572, 61.1571, -139.9572, 61.1571]}, {"id": "1955", "type": "Feature", "properties": {"id": "nn00607058", "mag": 1.0, "time": 1506420232880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8963, 38.401, 10.7]}, "bbox": [-118.8963, 38.401, -118.8963, 38.401]}, {"id": "1956", "type": "Feature", "properties": {"id": "ak16949310", "mag": 1.6, "time": 1506419827018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2644, 60.0718, 129.8]}, "bbox": [-153.2644, 60.0718, -153.2644, 60.0718]}, {"id": "1957", "type": "Feature", "properties": {"id": "nc72899136", "mag": 1.49, "time": 1506419498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.041333, 37.633667, -1.57]}, "bbox": [-119.041333, 37.633667, -119.041333, 37.633667]}, {"id": "1958", "type": "Feature", "properties": {"id": "ak16908294", "mag": 1.4, "time": 1506419088568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8181, 63.4737, 2.7]}, "bbox": [-147.8181, 63.4737, -147.8181, 63.4737]}, {"id": "1959", "type": "Feature", "properties": {"id": "ak16949308", "mag": 1.7, "time": 1506418915220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9641, 60.3111, 134.7]}, "bbox": [-152.9641, 60.3111, -152.9641, 60.3111]}, {"id": "1960", "type": "Feature", "properties": {"id": "ci38010936", "mag": 1.35, "time": 1506418490150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.104333, 34.0325, 5.61]}, "bbox": [-117.104333, 34.0325, -117.104333, 34.0325]}, {"id": "1961", "type": "Feature", "properties": {"id": "nc72899131", "mag": 1.28, "time": 1506417966210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931833, 37.595833, 0.06]}, "bbox": [-118.931833, 37.595833, -118.931833, 37.595833]}, {"id": "1962", "type": "Feature", "properties": {"id": "ak16908292", "mag": 1.7, "time": 1506417940616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8017, 59.9121, 74.3]}, "bbox": [-151.8017, 59.9121, -151.8017, 59.9121]}, {"id": "1963", "type": "Feature", "properties": {"id": "ak16908290", "mag": 1.7, "time": 1506417796960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.402, 60.1704, 11.6]}, "bbox": [-148.402, 60.1704, -148.402, 60.1704]}, {"id": "1964", "type": "Feature", "properties": {"id": "ak16949304", "mag": 1.7, "time": 1506416080631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.871, 57.3937, 48.6]}, "bbox": [-153.871, 57.3937, -153.871, 57.3937]}, {"id": "1965", "type": "Feature", "properties": {"id": "ak16949303", "mag": 1.2, "time": 1506415360742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6564, 63.2669, 130.1]}, "bbox": [-150.6564, 63.2669, -150.6564, 63.2669]}, {"id": "1966", "type": "Feature", "properties": {"id": "nn00607053", "mag": 3.4, "time": 1506415206305, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8949, 38.3653, 6.5]}, "bbox": [-118.8949, 38.3653, -118.8949, 38.3653]}, {"id": "1967", "type": "Feature", "properties": {"id": "nc72899106", "mag": 1.38, "time": 1506414957350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0225, 37.5205, 2.13]}, "bbox": [-119.0225, 37.5205, -119.0225, 37.5205]}, {"id": "1968", "type": "Feature", "properties": {"id": "us2000auvr", "mag": 4.4, "time": 1506414806850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.3187, -5.8706, 42.3]}, "bbox": [-77.3187, -5.8706, -77.3187, -5.8706]}, {"id": "1969", "type": "Feature", "properties": {"id": "nc72899101", "mag": 1.35, "time": 1506414495100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.810667, 37.473333, 3.46]}, "bbox": [-118.810667, 37.473333, -118.810667, 37.473333]}, {"id": "1970", "type": "Feature", "properties": {"id": "us2000b0x1", "mag": 4.0, "time": 1506414428310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.4547, -8.3437, 7.77]}, "bbox": [115.4547, -8.3437, 115.4547, -8.3437]}, {"id": "1971", "type": "Feature", "properties": {"id": "ak16907660", "mag": 2.5, "time": 1506414139904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2525, 63.3098, 5.4]}, "bbox": [-145.2525, 63.3098, -145.2525, 63.3098]}, {"id": "1972", "type": "Feature", "properties": {"id": "us2000auvl", "mag": 4.9, "time": 1506413746400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8693, -24.5502, 549.9]}, "bbox": [178.8693, -24.5502, 178.8693, -24.5502]}, {"id": "1973", "type": "Feature", "properties": {"id": "ak16907657", "mag": 1.7, "time": 1506413744657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.558, 61.3722, 73.1]}, "bbox": [-151.558, 61.3722, -151.558, 61.3722]}, {"id": "1974", "type": "Feature", "properties": {"id": "nn00607084", "mag": 1.1, "time": 1506413686395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8996, 38.399, 10.5]}, "bbox": [-118.8996, 38.399, -118.8996, 38.399]}, {"id": "1975", "type": "Feature", "properties": {"id": "us2000ax0p", "mag": 3.0, "time": 1506413645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.222, 52.6448, 36.78]}, "bbox": [-162.222, 52.6448, -162.222, 52.6448]}, {"id": "1976", "type": "Feature", "properties": {"id": "ci38010856", "mag": 1.11, "time": 1506413205840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4375, 33.438833, 9.57]}, "bbox": [-116.4375, 33.438833, -116.4375, 33.438833]}, {"id": "1977", "type": "Feature", "properties": {"id": "ak16907655", "mag": 1.3, "time": 1506412718967, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6643, 61.4913, 19.2]}, "bbox": [-146.6643, 61.4913, -146.6643, 61.4913]}, {"id": "1978", "type": "Feature", "properties": {"id": "ak16907652", "mag": 1.7, "time": 1506412362070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6643, 61.6414, 22.2]}, "bbox": [-147.6643, 61.6414, -147.6643, 61.6414]}, {"id": "1979", "type": "Feature", "properties": {"id": "ak16907651", "mag": 1.5, "time": 1506411582373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2404, 59.9305, 72.2]}, "bbox": [-152.2404, 59.9305, -152.2404, 59.9305]}, {"id": "1980", "type": "Feature", "properties": {"id": "ak16949296", "mag": 1.3, "time": 1506411274342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6597, 58.8354, 4.6]}, "bbox": [-153.6597, 58.8354, -153.6597, 58.8354]}, {"id": "1981", "type": "Feature", "properties": {"id": "nc72899096", "mag": 1.03, "time": 1506410824310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.914, 37.573833, -1.62]}, "bbox": [-118.914, 37.573833, -118.914, 37.573833]}, {"id": "1982", "type": "Feature", "properties": {"id": "nc72899091", "mag": 1.42, "time": 1506410795100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807833, 38.8245, 2.94]}, "bbox": [-122.807833, 38.8245, -122.807833, 38.8245]}, {"id": "1983", "type": "Feature", "properties": {"id": "ak16907650", "mag": 2.0, "time": 1506410193440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8603, 66.702, 16.5]}, "bbox": [-135.8603, 66.702, -135.8603, 66.702]}, {"id": "1984", "type": "Feature", "properties": {"id": "ak16949292", "mag": 1.6, "time": 1506409745435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.82, 59.4363, 78.5]}, "bbox": [-152.82, 59.4363, -152.82, 59.4363]}, {"id": "1985", "type": "Feature", "properties": {"id": "ak16907646", "mag": 1.1, "time": 1506408445621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.778, 62.2517, 10.2]}, "bbox": [-149.778, 62.2517, -149.778, 62.2517]}, {"id": "1986", "type": "Feature", "properties": {"id": "uu60249632", "mag": 2.87, "time": 1506407470180, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.651333, 44.820667, 6.96]}, "bbox": [-110.651333, 44.820667, -110.651333, 44.820667]}, {"id": "1987", "type": "Feature", "properties": {"id": "ak16907641", "mag": 2.2, "time": 1506407401881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1721, 59.3036, 66.6]}, "bbox": [-152.1721, 59.3036, -152.1721, 59.3036]}, {"id": "1988", "type": "Feature", "properties": {"id": "ak16949289", "mag": 1.7, "time": 1506406926287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.737, 59.5006, 82.3]}, "bbox": [-152.737, 59.5006, -152.737, 59.5006]}, {"id": "1989", "type": "Feature", "properties": {"id": "ci38010824", "mag": 1.17, "time": 1506406440560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.498833, 34.926833, 12.29]}, "bbox": [-118.498833, 34.926833, -118.498833, 34.926833]}, {"id": "1990", "type": "Feature", "properties": {"id": "us2000auv4", "mag": 4.9, "time": 1506404788280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.3356, -5.7378, 10.0]}, "bbox": [101.3356, -5.7378, 101.3356, -5.7378]}, {"id": "1991", "type": "Feature", "properties": {"id": "us2000auv3", "mag": 5.0, "time": 1506404673850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5505, -21.3378, 232.1]}, "bbox": [-66.5505, -21.3378, -66.5505, -21.3378]}, {"id": "1992", "type": "Feature", "properties": {"id": "mb80257744", "mag": 1.03, "time": 1506404152920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522667, 46.9085, 12.2]}, "bbox": [-112.522667, 46.9085, -112.522667, 46.9085]}, {"id": "1993", "type": "Feature", "properties": {"id": "us2000auuz", "mag": 4.6, "time": 1506404004140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9602, 15.0621, 55.84]}, "bbox": [-93.9602, 15.0621, -93.9602, 15.0621]}, {"id": "1994", "type": "Feature", "properties": {"id": "ak16949287", "mag": 1.5, "time": 1506403834555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1229, 59.9191, 124.6]}, "bbox": [-153.1229, 59.9191, -153.1229, 59.9191]}, {"id": "1995", "type": "Feature", "properties": {"id": "nc72899076", "mag": 0.97, "time": 1506403715720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825667, 37.454833, 1.23]}, "bbox": [-118.825667, 37.454833, -118.825667, 37.454833]}, {"id": "1996", "type": "Feature", "properties": {"id": "nc72899066", "mag": 0.96, "time": 1506402794840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798332, 38.824833, 2.56]}, "bbox": [-122.798332, 38.824833, -122.798332, 38.824833]}, {"id": "1997", "type": "Feature", "properties": {"id": "mb80257739", "mag": 1.14, "time": 1506402535080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5275, 46.880667, 10.59]}, "bbox": [-112.5275, 46.880667, -112.5275, 46.880667]}, {"id": "1998", "type": "Feature", "properties": {"id": "ci38010800", "mag": 1.46, "time": 1506401555090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.061, 34.207167, 1.9]}, "bbox": [-117.061, 34.207167, -117.061, 34.207167]}, {"id": "1999", "type": "Feature", "properties": {"id": "ci38010792", "mag": 1.16, "time": 1506401392950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064333, 34.207333, 2.74]}, "bbox": [-117.064333, 34.207333, -117.064333, 34.207333]}, {"id": "2000", "type": "Feature", "properties": {"id": "nn00607042", "mag": 1.5, "time": 1506400440104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0413, 37.0804, 8.5]}, "bbox": [-117.0413, 37.0804, -117.0413, 37.0804]}, {"id": "2001", "type": "Feature", "properties": {"id": "ak16906991", "mag": 2.7, "time": 1506400345749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4106, 60.9055, 24.6]}, "bbox": [-143.4106, 60.9055, -143.4106, 60.9055]}, {"id": "2002", "type": "Feature", "properties": {"id": "us2000autd", "mag": 6.4, "time": 1506399600760, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-176.9366, -23.7135, 98.07]}, "bbox": [-176.9366, -23.7135, -176.9366, -23.7135]}, {"id": "2003", "type": "Feature", "properties": {"id": "mb80257724", "mag": 1.75, "time": 1506399115590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8815, 10.93]}, "bbox": [-112.525167, 46.8815, -112.525167, 46.8815]}, {"id": "2004", "type": "Feature", "properties": {"id": "ak16949284", "mag": 1.4, "time": 1506398641123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.643, 58.8409, 11.9]}, "bbox": [-153.643, 58.8409, -153.643, 58.8409]}, {"id": "2005", "type": "Feature", "properties": {"id": "ak16949283", "mag": 1.3, "time": 1506398319488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6304, 58.8355, 8.8]}, "bbox": [-153.6304, 58.8355, -153.6304, 58.8355]}, {"id": "2006", "type": "Feature", "properties": {"id": "ak16906355", "mag": 2.3, "time": 1506398227222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8611, 62.7984, 13.7]}, "bbox": [-148.8611, 62.7984, -148.8611, 62.7984]}, {"id": "2007", "type": "Feature", "properties": {"id": "nc72899031", "mag": 1.73, "time": 1506396860580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823667, 37.455333, 2.55]}, "bbox": [-118.823667, 37.455333, -118.823667, 37.455333]}, {"id": "2008", "type": "Feature", "properties": {"id": "nc72899036", "mag": 1.13, "time": 1506396779490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764167, 38.956, 1.48]}, "bbox": [-122.764167, 38.956, -122.764167, 38.956]}, {"id": "2009", "type": "Feature", "properties": {"id": "uu60249592", "mag": 1.7, "time": 1506396582400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.943167, 39.753833, 3.39]}, "bbox": [-110.943167, 39.753833, -110.943167, 39.753833]}, {"id": "2010", "type": "Feature", "properties": {"id": "ak16949281", "mag": 1.5, "time": 1506396506568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7269, 58.5151, 73.1]}, "bbox": [-153.7269, 58.5151, -153.7269, 58.5151]}, {"id": "2011", "type": "Feature", "properties": {"id": "ak16906353", "mag": 1.3, "time": 1506396340348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2988, 62.3609, 81.6]}, "bbox": [-151.2988, 62.3609, -151.2988, 62.3609]}, {"id": "2012", "type": "Feature", "properties": {"id": "uw61310902", "mag": 1.38, "time": 1506395899750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737167, 47.576333, 17.19]}, "bbox": [-122.737167, 47.576333, -122.737167, 47.576333]}, {"id": "2013", "type": "Feature", "properties": {"id": "ak16906350", "mag": 2.1, "time": 1506395022337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6717, 59.8577, 3.5]}, "bbox": [-136.6717, 59.8577, -136.6717, 59.8577]}, {"id": "2014", "type": "Feature", "properties": {"id": "ismpkansas70235803", "mag": 1.67, "time": 1506394171170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.620667, 37.161167, 4.48]}, "bbox": [-97.620667, 37.161167, -97.620667, 37.161167]}, {"id": "2015", "type": "Feature", "properties": {"id": "nc72899026", "mag": 1.36, "time": 1506393508660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823833, 37.4545, 2.28]}, "bbox": [-118.823833, 37.4545, -118.823833, 37.4545]}, {"id": "2016", "type": "Feature", "properties": {"id": "ak16906345", "mag": 1.8, "time": 1506393385073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5638, 59.8105, 0.8]}, "bbox": [-136.5638, 59.8105, -136.5638, 59.8105]}, {"id": "2017", "type": "Feature", "properties": {"id": "ak16906344", "mag": 1.2, "time": 1506393361198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4631, 62.5638, 3.1]}, "bbox": [-149.4631, 62.5638, -149.4631, 62.5638]}, {"id": "2018", "type": "Feature", "properties": {"id": "ak16906343", "mag": 1.2, "time": 1506392589335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2072, 61.6959, 2.7]}, "bbox": [-148.2072, 61.6959, -148.2072, 61.6959]}, {"id": "2019", "type": "Feature", "properties": {"id": "uw61310887", "mag": 1.1, "time": 1506392466960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 46.755833, 4.01]}, "bbox": [-121.9235, 46.755833, -121.9235, 46.755833]}, {"id": "2020", "type": "Feature", "properties": {"id": "ak16906342", "mag": 1.8, "time": 1506392061053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9619, 58.719, 83.8]}, "bbox": [-153.9619, 58.719, -153.9619, 58.719]}, {"id": "2021", "type": "Feature", "properties": {"id": "ak16906341", "mag": 1.1, "time": 1506391622110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.393, 62.6136, 80.1]}, "bbox": [-151.393, 62.6136, -151.393, 62.6136]}, {"id": "2022", "type": "Feature", "properties": {"id": "ak16905725", "mag": 2.0, "time": 1506390933341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6474, 61.5055, 2.1]}, "bbox": [-140.6474, 61.5055, -140.6474, 61.5055]}, {"id": "2023", "type": "Feature", "properties": {"id": "us2000aus0", "mag": 5.1, "time": 1506390162180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2892, -18.0618, 578.88]}, "bbox": [-178.2892, -18.0618, -178.2892, -18.0618]}, {"id": "2024", "type": "Feature", "properties": {"id": "ak16905719", "mag": 1.0, "time": 1506388357140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8119, 61.2841, 12.9]}, "bbox": [-146.8119, 61.2841, -146.8119, 61.2841]}, {"id": "2025", "type": "Feature", "properties": {"id": "ak16949271", "mag": 1.1, "time": 1506387919524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.616, 62.8641, 85.2]}, "bbox": [-150.616, 62.8641, -150.616, 62.8641]}, {"id": "2026", "type": "Feature", "properties": {"id": "us2000avl1", "mag": 4.1, "time": 1506387869490, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2679, -38.2792, 18.61]}, "bbox": [-68.2679, -38.2792, -68.2679, -38.2792]}, {"id": "2027", "type": "Feature", "properties": {"id": "ak16905595", "mag": 1.0, "time": 1506387645089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7961, 60.4358, 8.6]}, "bbox": [-143.7961, 60.4358, -143.7961, 60.4358]}, {"id": "2028", "type": "Feature", "properties": {"id": "us2000aur8", "mag": 3.9, "time": 1506387254290, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.6296, -12.1347, 37.62]}, "bbox": [-77.6296, -12.1347, -77.6296, -12.1347]}, {"id": "2029", "type": "Feature", "properties": {"id": "ak16905592", "mag": 1.5, "time": 1506385892986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6406, 61.6796, 57.6]}, "bbox": [-150.6406, 61.6796, -150.6406, 61.6796]}, {"id": "2030", "type": "Feature", "properties": {"id": "ak16905589", "mag": 1.7, "time": 1506385708409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0359, 62.3774, 41.7]}, "bbox": [-148.0359, 62.3774, -148.0359, 62.3774]}, {"id": "2031", "type": "Feature", "properties": {"id": "nc72898986", "mag": 1.94, "time": 1506385192120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.955667, 4.16]}, "bbox": [-122.759667, 38.955667, -122.759667, 38.955667]}, {"id": "2032", "type": "Feature", "properties": {"id": "nn00607067", "mag": 1.1, "time": 1506385008302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0721, 39.3599, 7.9]}, "bbox": [-118.0721, 39.3599, -118.0721, 39.3599]}, {"id": "2033", "type": "Feature", "properties": {"id": "us2000b0hk", "mag": 4.4, "time": 1506383865610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4109, -4.9919, 96.04]}, "bbox": [130.4109, -4.9919, 130.4109, -4.9919]}, {"id": "2034", "type": "Feature", "properties": {"id": "us2000b0hl", "mag": 4.5, "time": 1506383851620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.755, 79.5651, 10.0]}, "bbox": [3.755, 79.5651, 3.755, 79.5651]}, {"id": "2035", "type": "Feature", "properties": {"id": "ak16905583", "mag": 2.0, "time": 1506383021414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7759, 59.8203, 3.6]}, "bbox": [-136.7759, 59.8203, -136.7759, 59.8203]}, {"id": "2036", "type": "Feature", "properties": {"id": "hv61921341", "mag": 2.37, "time": 1506382999970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.826167, 19.509167, 12.397]}, "bbox": [-155.826167, 19.509167, -155.826167, 19.509167]}, {"id": "2037", "type": "Feature", "properties": {"id": "nc72898971", "mag": 1.13, "time": 1506382612420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7125, 38.7455, 1.45]}, "bbox": [-122.7125, 38.7455, -122.7125, 38.7455]}, {"id": "2038", "type": "Feature", "properties": {"id": "nc72898966", "mag": 1.63, "time": 1506382205240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.579, 36.013, 4.29]}, "bbox": [-120.579, 36.013, -120.579, 36.013]}, {"id": "2039", "type": "Feature", "properties": {"id": "ci38010640", "mag": 1.0, "time": 1506381899530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.508833, 4.84]}, "bbox": [-116.792667, 33.508833, -116.792667, 33.508833]}, {"id": "2040", "type": "Feature", "properties": {"id": "ci38010624", "mag": 1.86, "time": 1506381762630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681667, 35.033833, -0.82]}, "bbox": [-117.681667, 35.033833, -117.681667, 35.033833]}, {"id": "2041", "type": "Feature", "properties": {"id": "nc72898956", "mag": 1.13, "time": 1506381482700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.320667, 37.6445, 0.55]}, "bbox": [-119.320667, 37.6445, -119.320667, 37.6445]}, {"id": "2042", "type": "Feature", "properties": {"id": "mb80257694", "mag": 1.58, "time": 1506381447950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872833, 11.66]}, "bbox": [-112.523833, 46.872833, -112.523833, 46.872833]}, {"id": "2043", "type": "Feature", "properties": {"id": "us2000b0hj", "mag": 4.3, "time": 1506380384190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.85, -10.6682, 39.69]}, "bbox": [115.85, -10.6682, 115.85, -10.6682]}, {"id": "2044", "type": "Feature", "properties": {"id": "ci38010616", "mag": 1.42, "time": 1506380222440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0935, 33.013167, -0.56]}, "bbox": [-116.0935, 33.013167, -116.0935, 33.013167]}, {"id": "2045", "type": "Feature", "properties": {"id": "nc72898946", "mag": 1.13, "time": 1506379343550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7885, 38.832167, 1.97]}, "bbox": [-122.7885, 38.832167, -122.7885, 38.832167]}, {"id": "2046", "type": "Feature", "properties": {"id": "ld60143416", "mag": 1.71, "time": 1506378906690, "felt": 170.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.513833, 40.798667, 5.0]}, "bbox": [-74.513833, 40.798667, -74.513833, 40.798667]}, {"id": "2047", "type": "Feature", "properties": {"id": "ak16988709", "mag": 1.6, "time": 1506378800677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4035, 60.0163, 139.3]}, "bbox": [-153.4035, 60.0163, -153.4035, 60.0163]}, {"id": "2048", "type": "Feature", "properties": {"id": "mb80257689", "mag": 1.5, "time": 1506378570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.865833, 11.47]}, "bbox": [-112.528833, 46.865833, -112.528833, 46.865833]}, {"id": "2049", "type": "Feature", "properties": {"id": "us2000aunr", "mag": 2.5, "time": 1506378435420, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.154, 37.3519, 3.31]}, "bbox": [-98.154, 37.3519, -98.154, 37.3519]}, {"id": "2050", "type": "Feature", "properties": {"id": "ak16988708", "mag": 1.0, "time": 1506378350972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.034, 64.3489, 10.2]}, "bbox": [-154.034, 64.3489, -154.034, 64.3489]}, {"id": "2051", "type": "Feature", "properties": {"id": "us2000aunh", "mag": 5.0, "time": 1506377223500, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [124.3318, 0.8223, 219.8]}, "bbox": [124.3318, 0.8223, 124.3318, 0.8223]}, {"id": "2052", "type": "Feature", "properties": {"id": "uu60249557", "mag": 1.72, "time": 1506377199600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460833, 42.646667, 2.74]}, "bbox": [-111.460833, 42.646667, -111.460833, 42.646667]}, {"id": "2053", "type": "Feature", "properties": {"id": "us2000b0hh", "mag": 4.3, "time": 1506376802200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4659, -19.6395, 545.66]}, "bbox": [-177.4659, -19.6395, -177.4659, -19.6395]}, {"id": "2054", "type": "Feature", "properties": {"id": "ak16905558", "mag": 1.3, "time": 1506376658938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.4807, 65.756, 6.2]}, "bbox": [-145.4807, 65.756, -145.4807, 65.756]}, {"id": "2055", "type": "Feature", "properties": {"id": "ci38010544", "mag": 1.52, "time": 1506375768450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.492, 4.2]}, "bbox": [-116.792333, 33.492, -116.792333, 33.492]}, {"id": "2056", "type": "Feature", "properties": {"id": "uw61333756", "mag": 1.11, "time": 1506375211030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.748833, 46.851167, 1.54]}, "bbox": [-121.748833, 46.851167, -121.748833, 46.851167]}, {"id": "2057", "type": "Feature", "properties": {"id": "ci38010536", "mag": 1.15, "time": 1506374622610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200667, 33.034833, 4.46]}, "bbox": [-116.200667, 33.034833, -116.200667, 33.034833]}, {"id": "2058", "type": "Feature", "properties": {"id": "nc72898906", "mag": 1.32, "time": 1506373159300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.572333, 1.73]}, "bbox": [-118.887667, 37.572333, -118.887667, 37.572333]}, {"id": "2059", "type": "Feature", "properties": {"id": "ak16904952", "mag": 1.2, "time": 1506373039217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2776, 63.8003, 116.2]}, "bbox": [-149.2776, 63.8003, -149.2776, 63.8003]}, {"id": "2060", "type": "Feature", "properties": {"id": "ak16904950", "mag": 1.1, "time": 1506372955267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1161, 63.268, 1.6]}, "bbox": [-151.1161, 63.268, -151.1161, 63.268]}, {"id": "2061", "type": "Feature", "properties": {"id": "nc72898901", "mag": 1.01, "time": 1506372828820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.791667, 37.454333, 7.33]}, "bbox": [-121.791667, 37.454333, -121.791667, 37.454333]}, {"id": "2062", "type": "Feature", "properties": {"id": "ak16904346", "mag": 1.5, "time": 1506372342933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0547, 61.007, 13.8]}, "bbox": [-147.0547, 61.007, -147.0547, 61.007]}, {"id": "2063", "type": "Feature", "properties": {"id": "ci38010512", "mag": 1.25, "time": 1506372237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492167, 33.822333, -0.52]}, "bbox": [-117.492167, 33.822333, -117.492167, 33.822333]}, {"id": "2064", "type": "Feature", "properties": {"id": "ci38010488", "mag": 3.1, "time": 1506371483300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.220833, 32.220833, 20.46]}, "bbox": [-115.220833, 32.220833, -115.220833, 32.220833]}, {"id": "2065", "type": "Feature", "properties": {"id": "us2000aulg", "mag": 5.9, "time": 1506371363480, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [152.7133, -6.2113, 5.98]}, "bbox": [152.7133, -6.2113, 152.7133, -6.2113]}, {"id": "2066", "type": "Feature", "properties": {"id": "hv61921136", "mag": 1.72, "time": 1506370768560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.223333, 34.311]}, "bbox": [-155.421333, 19.223333, -155.421333, 19.223333]}, {"id": "2067", "type": "Feature", "properties": {"id": "mb80257664", "mag": 1.07, "time": 1506370613150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526, 46.868, 10.18]}, "bbox": [-112.526, 46.868, -112.526, 46.868]}, {"id": "2068", "type": "Feature", "properties": {"id": "us2000aukx", "mag": 2.6, "time": 1506370456500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.1495, 36.4119, 5.948]}, "bbox": [-99.1495, 36.4119, -99.1495, 36.4119]}, {"id": "2069", "type": "Feature", "properties": {"id": "us2000auky", "mag": 4.2, "time": 1506370103510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [107.7299, -5.8793, 306.63]}, "bbox": [107.7299, -5.8793, 107.7299, -5.8793]}, {"id": "2070", "type": "Feature", "properties": {"id": "mb80257659", "mag": 1.44, "time": 1506369980640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.8795, 12.77]}, "bbox": [-112.530333, 46.8795, -112.530333, 46.8795]}, {"id": "2071", "type": "Feature", "properties": {"id": "ak16904319", "mag": 1.4, "time": 1506369740689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5073, 60.0082, 0.0]}, "bbox": [-139.5073, 60.0082, -139.5073, 60.0082]}, {"id": "2072", "type": "Feature", "properties": {"id": "ak16904318", "mag": 1.1, "time": 1506369510333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5651, 61.4244, 63.0]}, "bbox": [-150.5651, 61.4244, -150.5651, 61.4244]}, {"id": "2073", "type": "Feature", "properties": {"id": "ak16904316", "mag": 1.1, "time": 1506368211425, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7001, 61.5145, 4.5]}, "bbox": [-140.7001, 61.5145, -140.7001, 61.5145]}, {"id": "2074", "type": "Feature", "properties": {"id": "us2000aukb", "mag": 4.3, "time": 1506368143480, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1586, 40.3587, 11.36]}, "bbox": [-127.1586, 40.3587, -127.1586, 40.3587]}, {"id": "2075", "type": "Feature", "properties": {"id": "ak16904315", "mag": 1.2, "time": 1506367996393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8124, 59.8382, 15.4]}, "bbox": [-136.8124, 59.8382, -136.8124, 59.8382]}, {"id": "2076", "type": "Feature", "properties": {"id": "nc72898871", "mag": 1.41, "time": 1506367887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.785167, 38.8375, 1.88]}, "bbox": [-122.785167, 38.8375, -122.785167, 38.8375]}, {"id": "2077", "type": "Feature", "properties": {"id": "ak16988695", "mag": 2.2, "time": 1506366990125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3689, 51.4218, 56.7]}, "bbox": [179.3689, 51.4218, 179.3689, 51.4218]}, {"id": "2078", "type": "Feature", "properties": {"id": "ci37166748", "mag": 1.04, "time": 1506366454300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.018667, 33.163167, -0.77]}, "bbox": [-117.018667, 33.163167, -117.018667, 33.163167]}, {"id": "2079", "type": "Feature", "properties": {"id": "hv61921056", "mag": 2.06, "time": 1506366154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.950667, 19.540833, 15.491]}, "bbox": [-155.950667, 19.540833, -155.950667, 19.540833]}, {"id": "2080", "type": "Feature", "properties": {"id": "ak16903722", "mag": 2.0, "time": 1506365944635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.478, 51.697, 15.5]}, "bbox": [-178.478, 51.697, -178.478, 51.697]}, {"id": "2081", "type": "Feature", "properties": {"id": "ci38010408", "mag": 1.27, "time": 1506365436790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4445, 35.5745, 10.25]}, "bbox": [-118.4445, 35.5745, -118.4445, 35.5745]}, {"id": "2082", "type": "Feature", "properties": {"id": "ci38010416", "mag": 1.17, "time": 1506365362690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.862667, 34.343333, -1.71]}, "bbox": [-116.862667, 34.343333, -116.862667, 34.343333]}, {"id": "2083", "type": "Feature", "properties": {"id": "uu60249527", "mag": 1.29, "time": 1506365138370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.712833, 41.8725, 4.98]}, "bbox": [-112.712833, 41.8725, -112.712833, 41.8725]}, {"id": "2084", "type": "Feature", "properties": {"id": "ak16903609", "mag": 2.1, "time": 1506365025587, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8085, 63.1578, 132.2]}, "bbox": [-150.8085, 63.1578, -150.8085, 63.1578]}, {"id": "2085", "type": "Feature", "properties": {"id": "ci38010400", "mag": 1.04, "time": 1506364534100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790833, 33.495667, 4.4]}, "bbox": [-116.790833, 33.495667, -116.790833, 33.495667]}, {"id": "2086", "type": "Feature", "properties": {"id": "nn00606969", "mag": 1.1, "time": 1506364516065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.689, 40.0864, 4.7]}, "bbox": [-119.689, 40.0864, -119.689, 40.0864]}, {"id": "2087", "type": "Feature", "properties": {"id": "ak16903599", "mag": 2.5, "time": 1506364456407, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8848, 59.5329, 96.9]}, "bbox": [-152.8848, 59.5329, -152.8848, 59.5329]}, {"id": "2088", "type": "Feature", "properties": {"id": "mb80257649", "mag": 1.4, "time": 1506364202040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.866667, 10.23]}, "bbox": [-112.5255, 46.866667, -112.5255, 46.866667]}, {"id": "2089", "type": "Feature", "properties": {"id": "nc72898846", "mag": 1.62, "time": 1506364136870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.781833, 36.209, 7.55]}, "bbox": [-120.781833, 36.209, -120.781833, 36.209]}, {"id": "2090", "type": "Feature", "properties": {"id": "ak16903591", "mag": 1.5, "time": 1506363943453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7347, 60.3302, 112.7]}, "bbox": [-152.7347, 60.3302, -152.7347, 60.3302]}, {"id": "2091", "type": "Feature", "properties": {"id": "mb80257644", "mag": 1.05, "time": 1506363692190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8665, 10.3]}, "bbox": [-112.525167, 46.8665, -112.525167, 46.8665]}, {"id": "2092", "type": "Feature", "properties": {"id": "ci38010376", "mag": 1.42, "time": 1506363664230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.4945, 4.5]}, "bbox": [-116.792667, 33.4945, -116.792667, 33.4945]}, {"id": "2093", "type": "Feature", "properties": {"id": "us2000aufz", "mag": 5.1, "time": 1506363043200, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [106.3876, -5.9298, 150.05]}, "bbox": [106.3876, -5.9298, 106.3876, -5.9298]}, {"id": "2094", "type": "Feature", "properties": {"id": "nc72898836", "mag": 1.32, "time": 1506362896010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104, 37.324, -0.31]}, "bbox": [-122.104, 37.324, -122.104, 37.324]}, {"id": "2095", "type": "Feature", "properties": {"id": "ak16903584", "mag": 1.0, "time": 1506362694028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.2167, 63.9342, 1.9]}, "bbox": [-138.2167, 63.9342, -138.2167, 63.9342]}, {"id": "2096", "type": "Feature", "properties": {"id": "mb80257639", "mag": 1.36, "time": 1506362284340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.615667, 46.316833, -2.0]}, "bbox": [-111.615667, 46.316833, -111.615667, 46.316833]}, {"id": "2097", "type": "Feature", "properties": {"id": "ak16903579", "mag": 2.0, "time": 1506362237262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1637, 59.6819, 106.7]}, "bbox": [-153.1637, 59.6819, -153.1637, 59.6819]}, {"id": "2098", "type": "Feature", "properties": {"id": "nc72898821", "mag": 1.99, "time": 1506361978590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.778667, 36.215667, 8.08]}, "bbox": [-120.778667, 36.215667, -120.778667, 36.215667]}, {"id": "2099", "type": "Feature", "properties": {"id": "us2000auf8", "mag": 3.0, "time": 1506361091820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.3303, 40.4414, 11.43]}, "bbox": [-127.3303, 40.4414, -127.3303, 40.4414]}, {"id": "2100", "type": "Feature", "properties": {"id": "ci38010336", "mag": 2.11, "time": 1506360496580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.486667, 3.04]}, "bbox": [-116.797167, 33.486667, -116.797167, 33.486667]}, {"id": "2101", "type": "Feature", "properties": {"id": "ak16988686", "mag": 1.5, "time": 1506360479843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7769, 51.9886, 24.6]}, "bbox": [-174.7769, 51.9886, -174.7769, 51.9886]}, {"id": "2102", "type": "Feature", "properties": {"id": "ci38010328", "mag": 1.51, "time": 1506359920880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.977, 33.995333, 18.14]}, "bbox": [-116.977, 33.995333, -116.977, 33.995333]}, {"id": "2103", "type": "Feature", "properties": {"id": "ak16988684", "mag": 1.6, "time": 1506359020522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4355, 59.7613, 127.9]}, "bbox": [-153.4355, 59.7613, -153.4355, 59.7613]}, {"id": "2104", "type": "Feature", "properties": {"id": "nc72898791", "mag": 1.48, "time": 1506357667280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.679333, 40.288667, 4.66]}, "bbox": [-121.679333, 40.288667, -121.679333, 40.288667]}, {"id": "2105", "type": "Feature", "properties": {"id": "nc72898786", "mag": 1.55, "time": 1506357321970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.322, 35.752333, 11.93]}, "bbox": [-120.322, 35.752333, -120.322, 35.752333]}, {"id": "2106", "type": "Feature", "properties": {"id": "nc72898781", "mag": 1.12, "time": 1506356229990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.794833, 2.79]}, "bbox": [-122.811333, 38.794833, -122.811333, 38.794833]}, {"id": "2107", "type": "Feature", "properties": {"id": "ci38010256", "mag": 1.04, "time": 1506354566340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.858833, 33.8575, 16.19]}, "bbox": [-116.858833, 33.8575, -116.858833, 33.8575]}, {"id": "2108", "type": "Feature", "properties": {"id": "ci38010272", "mag": 2.41, "time": 1506354509850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9285, 31.688833, 11.63]}, "bbox": [-115.9285, 31.688833, -115.9285, 31.688833]}, {"id": "2109", "type": "Feature", "properties": {"id": "mb80257609", "mag": 1.3, "time": 1506354504500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534667, 46.896, 11.48]}, "bbox": [-112.534667, 46.896, -112.534667, 46.896]}, {"id": "2110", "type": "Feature", "properties": {"id": "mb80257604", "mag": 1.12, "time": 1506354406140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.867, 11.31]}, "bbox": [-112.531833, 46.867, -112.531833, 46.867]}, {"id": "2111", "type": "Feature", "properties": {"id": "ak16902391", "mag": 1.7, "time": 1506354336298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8601, 62.0271, 60.3]}, "bbox": [-150.8601, 62.0271, -150.8601, 62.0271]}, {"id": "2112", "type": "Feature", "properties": {"id": "ak16902390", "mag": 1.1, "time": 1506354175816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3984, 60.1663, 0.0]}, "bbox": [-141.3984, 60.1663, -141.3984, 60.1663]}, {"id": "2113", "type": "Feature", "properties": {"id": "ak16901812", "mag": 1.4, "time": 1506353222973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1565, 60.3908, 0.4]}, "bbox": [-143.1565, 60.3908, -143.1565, 60.3908]}, {"id": "2114", "type": "Feature", "properties": {"id": "ak16901813", "mag": 1.3, "time": 1506353183037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6264, 58.8255, 1.4]}, "bbox": [-153.6264, 58.8255, -153.6264, 58.8255]}, {"id": "2115", "type": "Feature", "properties": {"id": "ak16901809", "mag": 2.0, "time": 1506352267382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0949, 59.636, 10.7]}, "bbox": [-150.0949, 59.636, -150.0949, 59.636]}, {"id": "2116", "type": "Feature", "properties": {"id": "us2000aucr", "mag": 4.6, "time": 1506352047620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.4691, -14.8531, 132.07]}, "bbox": [167.4691, -14.8531, 167.4691, -14.8531]}, {"id": "2117", "type": "Feature", "properties": {"id": "ak16901806", "mag": 1.8, "time": 1506351538258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8449, 59.8126, 1.3]}, "bbox": [-136.8449, 59.8126, -136.8449, 59.8126]}, {"id": "2118", "type": "Feature", "properties": {"id": "mb80257594", "mag": 0.98, "time": 1506349616550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.870833, 11.0]}, "bbox": [-112.521333, 46.870833, -112.521333, 46.870833]}, {"id": "2119", "type": "Feature", "properties": {"id": "ci38010208", "mag": 1.21, "time": 1506348868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.552, 33.526167, 13.79]}, "bbox": [-116.552, 33.526167, -116.552, 33.526167]}, {"id": "2120", "type": "Feature", "properties": {"id": "ak16901226", "mag": 1.1, "time": 1506348768479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2671, 59.9538, 54.3]}, "bbox": [-151.2671, 59.9538, -151.2671, 59.9538]}, {"id": "2121", "type": "Feature", "properties": {"id": "us2000aubr", "mag": 4.6, "time": 1506348737440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.0258, -12.6224, 229.97]}, "bbox": [167.0258, -12.6224, 167.0258, -12.6224]}, {"id": "2122", "type": "Feature", "properties": {"id": "ci38010200", "mag": 1.19, "time": 1506348702870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.953833, 34.8405, 11.97]}, "bbox": [-118.953833, 34.8405, -118.953833, 34.8405]}, {"id": "2123", "type": "Feature", "properties": {"id": "us2000aubf", "mag": 4.4, "time": 1506348571430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1777, 15.5423, 60.99]}, "bbox": [-94.1777, 15.5423, -94.1777, 15.5423]}, {"id": "2124", "type": "Feature", "properties": {"id": "nc72898721", "mag": 1.03, "time": 1506348240990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838333, 38.837334, 1.55]}, "bbox": [-122.838333, 38.837334, -122.838333, 38.837334]}, {"id": "2125", "type": "Feature", "properties": {"id": "ak16901214", "mag": 2.7, "time": 1506348231637, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0448, 63.3492, 76.8]}, "bbox": [-147.0448, 63.3492, -147.0448, 63.3492]}, {"id": "2126", "type": "Feature", "properties": {"id": "us2000aub9", "mag": 4.3, "time": 1506347727000, "felt": 65.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.99, -32.683, 24.0]}, "bbox": [-71.99, -32.683, -71.99, -32.683]}, {"id": "2127", "type": "Feature", "properties": {"id": "nc72898706", "mag": 1.78, "time": 1506347531490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838, 38.837833, 1.83]}, "bbox": [-122.838, 38.837833, -122.838, 38.837833]}, {"id": "2128", "type": "Feature", "properties": {"id": "ci38010176", "mag": 0.96, "time": 1506346983830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.271667, 33.976667, 5.12]}, "bbox": [-116.271667, 33.976667, -116.271667, 33.976667]}, {"id": "2129", "type": "Feature", "properties": {"id": "us2000aubt", "mag": 4.7, "time": 1506346771440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6657, -38.3887, 23.0]}, "bbox": [178.6657, -38.3887, 178.6657, -38.3887]}, {"id": "2130", "type": "Feature", "properties": {"id": "ak16988672", "mag": 1.9, "time": 1506346449512, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.0765, 51.5898, 46.8]}, "bbox": [-177.0765, 51.5898, -177.0765, 51.5898]}, {"id": "2131", "type": "Feature", "properties": {"id": "ak16901206", "mag": 2.2, "time": 1506346185448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7016, 61.5212, 15.4]}, "bbox": [-140.7016, 61.5212, -140.7016, 61.5212]}, {"id": "2132", "type": "Feature", "properties": {"id": "ak16901204", "mag": 1.6, "time": 1506346082012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4545, 63.1289, 110.5]}, "bbox": [-150.4545, 63.1289, -150.4545, 63.1289]}, {"id": "2133", "type": "Feature", "properties": {"id": "nc72898686", "mag": 1.5, "time": 1506345854120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.787167, 36.211667, 7.46]}, "bbox": [-120.787167, 36.211667, -120.787167, 36.211667]}, {"id": "2134", "type": "Feature", "properties": {"id": "ak16988669", "mag": 1.8, "time": 1506344531244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.2595, 53.699, 44.2]}, "bbox": [-165.2595, 53.699, -165.2595, 53.699]}, {"id": "2135", "type": "Feature", "properties": {"id": "ak16901203", "mag": 1.5, "time": 1506343558401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1793, 57.6776, 1.1]}, "bbox": [-156.1793, 57.6776, -156.1793, 57.6776]}, {"id": "2136", "type": "Feature", "properties": {"id": "nc72898666", "mag": 1.04, "time": 1506343096950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862667, 37.613167, 7.06]}, "bbox": [-118.862667, 37.613167, -118.862667, 37.613167]}, {"id": "2137", "type": "Feature", "properties": {"id": "ak16900637", "mag": 2.0, "time": 1506342621159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2424, 60.321, 83.8]}, "bbox": [-152.2424, 60.321, -152.2424, 60.321]}, {"id": "2138", "type": "Feature", "properties": {"id": "ci38010152", "mag": 1.32, "time": 1506342413630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.241667, 34.439, 7.98]}, "bbox": [-119.241667, 34.439, -119.241667, 34.439]}, {"id": "2139", "type": "Feature", "properties": {"id": "us2000aua8", "mag": 4.6, "time": 1506342291600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.282, -28.2916, 30.33]}, "bbox": [-71.282, -28.2916, -71.282, -28.2916]}, {"id": "2140", "type": "Feature", "properties": {"id": "nc72898661", "mag": 1.86, "time": 1506342035450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.000167, 36.431, -0.28]}, "bbox": [-121.000167, 36.431, -121.000167, 36.431]}, {"id": "2141", "type": "Feature", "properties": {"id": "ci38010136", "mag": 1.46, "time": 1506341314650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.559, 35.341833, 7.37]}, "bbox": [-118.559, 35.341833, -118.559, 35.341833]}, {"id": "2142", "type": "Feature", "properties": {"id": "ak16900622", "mag": 1.0, "time": 1506340661643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7013, 64.8764, 7.9]}, "bbox": [-156.7013, 64.8764, -156.7013, 64.8764]}, {"id": "2143", "type": "Feature", "properties": {"id": "us2000b0h7", "mag": 4.2, "time": 1506340490190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.5087, 34.8799, 210.56]}, "bbox": [138.5087, 34.8799, 138.5087, 34.8799]}, {"id": "2144", "type": "Feature", "properties": {"id": "nc72898636", "mag": 1.46, "time": 1506340210490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.256667, 36.100167, 9.6]}, "bbox": [-120.256667, 36.100167, -120.256667, 36.100167]}, {"id": "2145", "type": "Feature", "properties": {"id": "us2000b0hp", "mag": 4.2, "time": 1506340162430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4582, -17.8551, 595.96]}, "bbox": [-178.4582, -17.8551, -178.4582, -17.8551]}, {"id": "2146", "type": "Feature", "properties": {"id": "us2000au9u", "mag": 4.6, "time": 1506340077990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4978, -17.9975, 539.99]}, "bbox": [-178.4978, -17.9975, -178.4978, -17.9975]}, {"id": "2147", "type": "Feature", "properties": {"id": "ak16988664", "mag": 1.8, "time": 1506339965395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4489, 51.676, 14.4]}, "bbox": [-178.4489, 51.676, -178.4489, 51.676]}, {"id": "2148", "type": "Feature", "properties": {"id": "hv61920741", "mag": 2.06, "time": 1506339899560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473667, 19.201667, 36.657]}, "bbox": [-155.473667, 19.201667, -155.473667, 19.201667]}, {"id": "2149", "type": "Feature", "properties": {"id": "ci38010120", "mag": 0.99, "time": 1506339434380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.471167, 34.247833, 12.2]}, "bbox": [-117.471167, 34.247833, -117.471167, 34.247833]}, {"id": "2150", "type": "Feature", "properties": {"id": "ak16900621", "mag": 1.0, "time": 1506338627047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3115, 62.9535, 74.5]}, "bbox": [-149.3115, 62.9535, -149.3115, 62.9535]}, {"id": "2151", "type": "Feature", "properties": {"id": "nc72898616", "mag": 2.36, "time": 1506338018430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.938333, 37.838667, 4.07]}, "bbox": [-119.938333, 37.838667, -119.938333, 37.838667]}, {"id": "2152", "type": "Feature", "properties": {"id": "hv61920671", "mag": 1.81, "time": 1506336741780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.023667, 19.815, 11.479]}, "bbox": [-156.023667, 19.815, -156.023667, 19.815]}, {"id": "2153", "type": "Feature", "properties": {"id": "mb80257584", "mag": 1.42, "time": 1506336624590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.869333, 11.15]}, "bbox": [-112.521667, 46.869333, -112.521667, 46.869333]}, {"id": "2154", "type": "Feature", "properties": {"id": "ak16900062", "mag": 1.8, "time": 1506336050720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8893, 60.3211, 15.1]}, "bbox": [-146.8893, 60.3211, -146.8893, 60.3211]}, {"id": "2155", "type": "Feature", "properties": {"id": "ci38010104", "mag": 1.06, "time": 1506335970890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7915, 33.506667, 6.39]}, "bbox": [-116.7915, 33.506667, -116.7915, 33.506667]}, {"id": "2156", "type": "Feature", "properties": {"id": "nc72898601", "mag": 0.95, "time": 1506335637390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6475, 37.476667, 8.18]}, "bbox": [-118.6475, 37.476667, -118.6475, 37.476667]}, {"id": "2157", "type": "Feature", "properties": {"id": "nc72898596", "mag": 1.23, "time": 1506335593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2805, 36.094, 6.76]}, "bbox": [-120.2805, 36.094, -120.2805, 36.094]}, {"id": "2158", "type": "Feature", "properties": {"id": "nc72898591", "mag": 1.04, "time": 1506335405570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.839333, 38.843166, 3.5]}, "bbox": [-122.839333, 38.843166, -122.839333, 38.843166]}, {"id": "2159", "type": "Feature", "properties": {"id": "us2000au8v", "mag": 4.9, "time": 1506334920720, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9741, -3.5898, 72.65]}, "bbox": [139.9741, -3.5898, 139.9741, -3.5898]}, {"id": "2160", "type": "Feature", "properties": {"id": "nn00606909", "mag": 1.4, "time": 1506334911790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.943, 37.551, 8.3]}, "bbox": [-117.943, 37.551, -117.943, 37.551]}, {"id": "2161", "type": "Feature", "properties": {"id": "mb80257579", "mag": 1.3, "time": 1506333510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872333, 11.79]}, "bbox": [-112.523833, 46.872333, -112.523833, 46.872333]}, {"id": "2162", "type": "Feature", "properties": {"id": "mb80257574", "mag": 0.99, "time": 1506333384010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.875167, 11.91]}, "bbox": [-112.523, 46.875167, -112.523, 46.875167]}, {"id": "2163", "type": "Feature", "properties": {"id": "us2000au8b", "mag": 5.0, "time": 1506332531610, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.0023, -5.3939, 63.28]}, "bbox": [154.0023, -5.3939, 154.0023, -5.3939]}, {"id": "2164", "type": "Feature", "properties": {"id": "ak16899481", "mag": 1.2, "time": 1506332463619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8097, 60.337, 8.5]}, "bbox": [-139.8097, 60.337, -139.8097, 60.337]}, {"id": "2165", "type": "Feature", "properties": {"id": "ak16899478", "mag": 2.7, "time": 1506332457083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9674, 51.7565, 11.0]}, "bbox": [-177.9674, 51.7565, -177.9674, 51.7565]}, {"id": "2166", "type": "Feature", "properties": {"id": "ak16899480", "mag": 2.7, "time": 1506332456973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9649, 51.7427, 10.3]}, "bbox": [-177.9649, 51.7427, -177.9649, 51.7427]}, {"id": "2167", "type": "Feature", "properties": {"id": "nc72898561", "mag": 1.34, "time": 1506332073270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.401667, 37.650667, 3.17]}, "bbox": [-121.401667, 37.650667, -121.401667, 37.650667]}, {"id": "2168", "type": "Feature", "properties": {"id": "mb80257569", "mag": 2.91, "time": 1506332057970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.879333, 11.49]}, "bbox": [-112.525833, 46.879333, -112.525833, 46.879333]}, {"id": "2169", "type": "Feature", "properties": {"id": "nn00606905", "mag": 1.5, "time": 1506331668203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9249, 38.3947, 7.3]}, "bbox": [-118.9249, 38.3947, -118.9249, 38.3947]}, {"id": "2170", "type": "Feature", "properties": {"id": "ci38010072", "mag": 1.11, "time": 1506331415690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790167, 33.497667, 5.47]}, "bbox": [-116.790167, 33.497667, -116.790167, 33.497667]}, {"id": "2171", "type": "Feature", "properties": {"id": "ak16988657", "mag": 1.9, "time": 1506331001341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4079, 51.6208, 15.5]}, "bbox": [-178.4079, 51.6208, -178.4079, 51.6208]}, {"id": "2172", "type": "Feature", "properties": {"id": "ak16899468", "mag": 1.4, "time": 1506330891437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3579, 60.2131, 58.5]}, "bbox": [-151.3579, 60.2131, -151.3579, 60.2131]}, {"id": "2173", "type": "Feature", "properties": {"id": "ak16899467", "mag": 1.1, "time": 1506330692323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4142, 68.5865, 13.2]}, "bbox": [-147.4142, 68.5865, -147.4142, 68.5865]}, {"id": "2174", "type": "Feature", "properties": {"id": "ak16899465", "mag": 1.0, "time": 1506330113229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.991, 61.1695, 1.9]}, "bbox": [-139.991, 61.1695, -139.991, 61.1695]}, {"id": "2175", "type": "Feature", "properties": {"id": "nn00606904", "mag": 2.5, "time": 1506329813575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1098, 39.0988, 9.7]}, "bbox": [-118.1098, 39.0988, -118.1098, 39.0988]}, {"id": "2176", "type": "Feature", "properties": {"id": "ak16899462", "mag": 1.3, "time": 1506329610880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9036, 64.8595, 12.5]}, "bbox": [-148.9036, 64.8595, -148.9036, 64.8595]}, {"id": "2177", "type": "Feature", "properties": {"id": "ci38010048", "mag": 1.15, "time": 1506329091670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.815, 33.9555, 13.94]}, "bbox": [-118.815, 33.9555, -118.815, 33.9555]}, {"id": "2178", "type": "Feature", "properties": {"id": "us2000au7c", "mag": 3.5, "time": 1506329082460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5238, 46.8486, 10.68]}, "bbox": [-112.5238, 46.8486, -112.5238, 46.8486]}, {"id": "2179", "type": "Feature", "properties": {"id": "ci38010040", "mag": 1.01, "time": 1506328796420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.568, 35.1735, 8.56]}, "bbox": [-118.568, 35.1735, -118.568, 35.1735]}, {"id": "2180", "type": "Feature", "properties": {"id": "nn00606901", "mag": 1.2, "time": 1506328748981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8911, 38.3811, 7.8]}, "bbox": [-118.8911, 38.3811, -118.8911, 38.3811]}, {"id": "2181", "type": "Feature", "properties": {"id": "ak16898909", "mag": 1.4, "time": 1506327817672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2932, 60.6736, 39.3]}, "bbox": [-150.2932, 60.6736, -150.2932, 60.6736]}, {"id": "2182", "type": "Feature", "properties": {"id": "ak16988651", "mag": 1.6, "time": 1506327629626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8348, 59.5881, 89.7]}, "bbox": [-152.8348, 59.5881, -152.8348, 59.5881]}, {"id": "2183", "type": "Feature", "properties": {"id": "uu60249397", "mag": 2.17, "time": 1506327209020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448333, 38.993, -0.41]}, "bbox": [-111.448333, 38.993, -111.448333, 38.993]}, {"id": "2184", "type": "Feature", "properties": {"id": "ak16898901", "mag": 1.1, "time": 1506326924743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6407, 58.3143, 7.7]}, "bbox": [-154.6407, 58.3143, -154.6407, 58.3143]}, {"id": "2185", "type": "Feature", "properties": {"id": "us2000au6h", "mag": 4.7, "time": 1506326546500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.4008, -4.8417, 219.24]}, "bbox": [129.4008, -4.8417, 129.4008, -4.8417]}, {"id": "2186", "type": "Feature", "properties": {"id": "uu60249392", "mag": 1.79, "time": 1506326456200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448, 42.620667, 6.55]}, "bbox": [-111.448, 42.620667, -111.448, 42.620667]}, {"id": "2187", "type": "Feature", "properties": {"id": "ismpkansas70235773", "mag": 2.04, "time": 1506326285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.968667, 37.281833, 5.0]}, "bbox": [-97.968667, 37.281833, -97.968667, 37.281833]}, {"id": "2188", "type": "Feature", "properties": {"id": "us2000au5z", "mag": 4.4, "time": 1506325840560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7801, 14.8764, 57.41]}, "bbox": [-93.7801, 14.8764, -93.7801, 14.8764]}, {"id": "2189", "type": "Feature", "properties": {"id": "nc72898491", "mag": 0.95, "time": 1506325310440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818667, 37.478667, 0.05]}, "bbox": [-118.818667, 37.478667, -118.818667, 37.478667]}, {"id": "2190", "type": "Feature", "properties": {"id": "nc72898486", "mag": 1.27, "time": 1506324949470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 37.479333, 0.19]}, "bbox": [-118.8175, 37.479333, -118.8175, 37.479333]}, {"id": "2191", "type": "Feature", "properties": {"id": "ak16898346", "mag": 2.1, "time": 1506324898662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5224, 64.5882, 8.3]}, "bbox": [-160.5224, 64.5882, -160.5224, 64.5882]}, {"id": "2192", "type": "Feature", "properties": {"id": "us2000au5p", "mag": 4.4, "time": 1506324432650, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.5244, -30.022, 35.0]}, "bbox": [-71.5244, -30.022, -71.5244, -30.022]}, {"id": "2193", "type": "Feature", "properties": {"id": "us2000au5l", "mag": 4.5, "time": 1506324225060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1793, 15.5215, 66.49]}, "bbox": [-94.1793, 15.5215, -94.1793, 15.5215]}, {"id": "2194", "type": "Feature", "properties": {"id": "nc72898461", "mag": 1.64, "time": 1506323849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818167, 37.478667, 0.73]}, "bbox": [-118.818167, 37.478667, -118.818167, 37.478667]}, {"id": "2195", "type": "Feature", "properties": {"id": "us2000au5i", "mag": 4.6, "time": 1506323785060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [106.9645, -8.3755, 34.69]}, "bbox": [106.9645, -8.3755, 106.9645, -8.3755]}, {"id": "2196", "type": "Feature", "properties": {"id": "nc72898456", "mag": 1.01, "time": 1506323761220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.478167, 0.69]}, "bbox": [-118.818833, 37.478167, -118.818833, 37.478167]}, {"id": "2197", "type": "Feature", "properties": {"id": "nn00606939", "mag": 1.6, "time": 1506320868071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5993, 41.6963, 11.8]}, "bbox": [-119.5993, 41.6963, -119.5993, 41.6963]}, {"id": "2198", "type": "Feature", "properties": {"id": "ak16988646", "mag": 1.6, "time": 1506320845663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7721, 59.5535, 80.8]}, "bbox": [-152.7721, 59.5535, -152.7721, 59.5535]}, {"id": "2199", "type": "Feature", "properties": {"id": "ci38009968", "mag": 1.23, "time": 1506320510170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.738333, 33.655, 17.08]}, "bbox": [-116.738333, 33.655, -116.738333, 33.655]}, {"id": "2200", "type": "Feature", "properties": {"id": "us2000au57", "mag": 5.0, "time": 1506320285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7407, -59.0289, 23.15]}, "bbox": [-25.7407, -59.0289, -25.7407, -59.0289]}, {"id": "2201", "type": "Feature", "properties": {"id": "nn00606937", "mag": 1.7, "time": 1506320281288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.604, 41.7004, 6.9]}, "bbox": [-119.604, 41.7004, -119.604, 41.7004]}, {"id": "2202", "type": "Feature", "properties": {"id": "mb80257544", "mag": 1.02, "time": 1506320165840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.538333, 46.891333, 11.64]}, "bbox": [-112.538333, 46.891333, -112.538333, 46.891333]}, {"id": "2203", "type": "Feature", "properties": {"id": "ak16897784", "mag": 1.7, "time": 1506319825200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9967, 59.5158, 86.0]}, "bbox": [-152.9967, 59.5158, -152.9967, 59.5158]}, {"id": "2204", "type": "Feature", "properties": {"id": "ak16897782", "mag": 1.0, "time": 1506319406475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2438, 65.7781, 4.0]}, "bbox": [-155.2438, 65.7781, -155.2438, 65.7781]}, {"id": "2205", "type": "Feature", "properties": {"id": "ak16897779", "mag": 1.8, "time": 1506318873463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4148, 69.0584, 10.9]}, "bbox": [-146.4148, 69.0584, -146.4148, 69.0584]}, {"id": "2206", "type": "Feature", "properties": {"id": "nc72898431", "mag": 2.32, "time": 1506318557110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.909, 37.334167, 8.51]}, "bbox": [-117.909, 37.334167, -117.909, 37.334167]}, {"id": "2207", "type": "Feature", "properties": {"id": "nc72898406", "mag": 1.9, "time": 1506317549980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.705833, 39.697, 8.09]}, "bbox": [-122.705833, 39.697, -122.705833, 39.697]}, {"id": "2208", "type": "Feature", "properties": {"id": "ak16988640", "mag": 1.4, "time": 1506317208929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0479, 57.5544, 76.8]}, "bbox": [-155.0479, 57.5544, -155.0479, 57.5544]}, {"id": "2209", "type": "Feature", "properties": {"id": "ak16988639", "mag": 1.2, "time": 1506316463527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9489, 61.4034, 66.1]}, "bbox": [-150.9489, 61.4034, -150.9489, 61.4034]}, {"id": "2210", "type": "Feature", "properties": {"id": "nn00606934", "mag": 1.4, "time": 1506315296099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8855, 37.2234, 7.0]}, "bbox": [-116.8855, 37.2234, -116.8855, 37.2234]}, {"id": "2211", "type": "Feature", "properties": {"id": "us2000b0hn", "mag": 4.2, "time": 1506314791590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.4466, -60.0959, 87.69]}, "bbox": [-27.4466, -60.0959, -27.4466, -60.0959]}, {"id": "2212", "type": "Feature", "properties": {"id": "nc72898391", "mag": 0.97, "time": 1506314750800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.800999, 1.95]}, "bbox": [-122.80867, 38.800999, -122.80867, 38.800999]}, {"id": "2213", "type": "Feature", "properties": {"id": "nc72898386", "mag": 2.07, "time": 1506314732630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810833, 38.797667, 3.49]}, "bbox": [-122.810833, 38.797667, -122.810833, 38.797667]}, {"id": "2214", "type": "Feature", "properties": {"id": "nc72898381", "mag": 1.3, "time": 1506314425330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1325, 38.050167, 2.51]}, "bbox": [-119.1325, 38.050167, -119.1325, 38.050167]}, {"id": "2215", "type": "Feature", "properties": {"id": "ak16897226", "mag": 1.1, "time": 1506314336648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1369, 63.4162, 5.3]}, "bbox": [-145.1369, 63.4162, -145.1369, 63.4162]}, {"id": "2216", "type": "Feature", "properties": {"id": "us2000au3u", "mag": 4.3, "time": 1506313752770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7839, 15.5489, 36.62]}, "bbox": [-94.7839, 15.5489, -94.7839, 15.5489]}, {"id": "2217", "type": "Feature", "properties": {"id": "ak16897223", "mag": 1.5, "time": 1506313722965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5906, 61.3427, 45.2]}, "bbox": [-150.5906, 61.3427, -150.5906, 61.3427]}, {"id": "2218", "type": "Feature", "properties": {"id": "ak16897221", "mag": 1.1, "time": 1506313193707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.457, 63.4294, 4.6]}, "bbox": [-151.457, 63.4294, -151.457, 63.4294]}, {"id": "2219", "type": "Feature", "properties": {"id": "ak16988635", "mag": 1.2, "time": 1506312840546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0928, 61.1303, 26.5]}, "bbox": [-148.0928, 61.1303, -148.0928, 61.1303]}, {"id": "2220", "type": "Feature", "properties": {"id": "ak16988634", "mag": 1.1, "time": 1506312758288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7179, 62.8463, 7.1]}, "bbox": [-151.7179, 62.8463, -151.7179, 62.8463]}, {"id": "2221", "type": "Feature", "properties": {"id": "nc72898366", "mag": 1.09, "time": 1506312288130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797501, 38.824165, 1.31]}, "bbox": [-122.797501, 38.824165, -122.797501, 38.824165]}, {"id": "2222", "type": "Feature", "properties": {"id": "ak16897219", "mag": 1.1, "time": 1506311801540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8303, 63.2243, 16.3]}, "bbox": [-153.8303, 63.2243, -153.8303, 63.2243]}, {"id": "2223", "type": "Feature", "properties": {"id": "uw61333436", "mag": 1.41, "time": 1506311554000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.943833, 48.589333, 4.05]}, "bbox": [-119.943833, 48.589333, -119.943833, 48.589333]}, {"id": "2224", "type": "Feature", "properties": {"id": "ak16896672", "mag": 2.4, "time": 1506311539840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6826, 63.2689, 133.7]}, "bbox": [-150.6826, 63.2689, -150.6826, 63.2689]}, {"id": "2225", "type": "Feature", "properties": {"id": "ci38009904", "mag": 1.71, "time": 1506311193160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.813167, 34.048833, 13.41]}, "bbox": [-116.813167, 34.048833, -116.813167, 34.048833]}, {"id": "2226", "type": "Feature", "properties": {"id": "ak16896671", "mag": 1.0, "time": 1506310652342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6095, 62.9432, 11.3]}, "bbox": [-148.6095, 62.9432, -148.6095, 62.9432]}, {"id": "2227", "type": "Feature", "properties": {"id": "ci38009840", "mag": 1.15, "time": 1506308854410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.765333, 33.325667, 12.51]}, "bbox": [-116.765333, 33.325667, -116.765333, 33.325667]}, {"id": "2228", "type": "Feature", "properties": {"id": "ak16896670", "mag": 1.3, "time": 1506308756498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6787, 59.995, 9.3]}, "bbox": [-141.6787, 59.995, -141.6787, 59.995]}, {"id": "2229", "type": "Feature", "properties": {"id": "ak16896669", "mag": 1.3, "time": 1506308490557, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.667, 59.9936, 9.8]}, "bbox": [-141.667, 59.9936, -141.667, 59.9936]}, {"id": "2230", "type": "Feature", "properties": {"id": "hv61920451", "mag": 2.11, "time": 1506307247260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.050167, 19.765, 47.26]}, "bbox": [-155.050167, 19.765, -155.050167, 19.765]}, {"id": "2231", "type": "Feature", "properties": {"id": "ak16896663", "mag": 1.7, "time": 1506306347139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.57, 59.4416, 74.8]}, "bbox": [-152.57, 59.4416, -152.57, 59.4416]}, {"id": "2232", "type": "Feature", "properties": {"id": "ak16896659", "mag": 1.5, "time": 1506306011000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5629, 61.3391, 37.0]}, "bbox": [-149.5629, 61.3391, -149.5629, 61.3391]}, {"id": "2233", "type": "Feature", "properties": {"id": "ak16896656", "mag": 1.3, "time": 1506306004481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1978, 60.2569, 10.7]}, "bbox": [-141.1978, 60.2569, -141.1978, 60.2569]}, {"id": "2234", "type": "Feature", "properties": {"id": "ak16896653", "mag": 1.8, "time": 1506305432732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6915, 61.3592, 87.6]}, "bbox": [-151.6915, 61.3592, -151.6915, 61.3592]}, {"id": "2235", "type": "Feature", "properties": {"id": "ak16988622", "mag": 2.2, "time": 1506305398552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4539, 55.424, 127.9]}, "bbox": [-162.4539, 55.424, -162.4539, 55.424]}, {"id": "2236", "type": "Feature", "properties": {"id": "nc72898321", "mag": 0.97, "time": 1506303023560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.470667, 1.2]}, "bbox": [-118.821, 37.470667, -118.821, 37.470667]}, {"id": "2237", "type": "Feature", "properties": {"id": "ci38009824", "mag": 1.77, "time": 1506302722490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.721333, 32.171167, -0.08]}, "bbox": [-115.721333, 32.171167, -115.721333, 32.171167]}, {"id": "2238", "type": "Feature", "properties": {"id": "us2000au34", "mag": 4.2, "time": 1506301011430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6458, 15.9582, 41.89]}, "bbox": [-94.6458, 15.9582, -94.6458, 15.9582]}, {"id": "2239", "type": "Feature", "properties": {"id": "nc72898311", "mag": 1.53, "time": 1506300409700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.760333, 38.787333, 2.66]}, "bbox": [-122.760333, 38.787333, -122.760333, 38.787333]}, {"id": "2240", "type": "Feature", "properties": {"id": "nc72898316", "mag": 1.17, "time": 1506300389070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.902833, 37.434167, 1.61]}, "bbox": [-118.902833, 37.434167, -118.902833, 37.434167]}, {"id": "2241", "type": "Feature", "properties": {"id": "uu60249337", "mag": 1.05, "time": 1506300187150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028, 44.797667, 10.68]}, "bbox": [-111.028, 44.797667, -111.028, 44.797667]}, {"id": "2242", "type": "Feature", "properties": {"id": "ak16896106", "mag": 1.8, "time": 1506299319432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0832, 61.9049, 66.6]}, "bbox": [-151.0832, 61.9049, -151.0832, 61.9049]}, {"id": "2243", "type": "Feature", "properties": {"id": "ak16895566", "mag": 1.9, "time": 1506298140072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9051, 57.7026, 76.6]}, "bbox": [-154.9051, 57.7026, -154.9051, 57.7026]}, {"id": "2244", "type": "Feature", "properties": {"id": "ak16988619", "mag": 1.6, "time": 1506298131890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9559, 60.0816, 113.8]}, "bbox": [-152.9559, 60.0816, -152.9559, 60.0816]}, {"id": "2245", "type": "Feature", "properties": {"id": "nn00606884", "mag": 1.4, "time": 1506297047630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0863, 37.3768, 7.7]}, "bbox": [-117.0863, 37.3768, -117.0863, 37.3768]}, {"id": "2246", "type": "Feature", "properties": {"id": "us2000au2t", "mag": 4.6, "time": 1506295898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.3868, 31.2471, 159.23]}, "bbox": [130.3868, 31.2471, 130.3868, 31.2471]}, {"id": "2247", "type": "Feature", "properties": {"id": "us2000au2s", "mag": 4.7, "time": 1506295771740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3651, 15.6767, 54.03]}, "bbox": [-94.3651, 15.6767, -94.3651, 15.6767]}, {"id": "2248", "type": "Feature", "properties": {"id": "uu60249317", "mag": 2.04, "time": 1506295039370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.575667, 3.5]}, "bbox": [-111.424667, 42.575667, -111.424667, 42.575667]}, {"id": "2249", "type": "Feature", "properties": {"id": "ak16935438", "mag": 1.4, "time": 1506294396969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.934, 60.3588, 65.2]}, "bbox": [-150.934, 60.3588, -150.934, 60.3588]}, {"id": "2250", "type": "Feature", "properties": {"id": "nc72898291", "mag": 1.5, "time": 1506294312930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799167, 37.544833, 8.63]}, "bbox": [-118.799167, 37.544833, -118.799167, 37.544833]}, {"id": "2251", "type": "Feature", "properties": {"id": "ak16895561", "mag": 1.1, "time": 1506294004090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0019, 62.1675, 14.1]}, "bbox": [-150.0019, 62.1675, -150.0019, 62.1675]}, {"id": "2252", "type": "Feature", "properties": {"id": "ak16895559", "mag": 1.7, "time": 1506293152617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9808, 60.2626, 58.2]}, "bbox": [-150.9808, 60.2626, -150.9808, 60.2626]}, {"id": "2253", "type": "Feature", "properties": {"id": "nc72898281", "mag": 1.51, "time": 1506291814030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.123, 38.044833, 2.62]}, "bbox": [-119.123, 38.044833, -119.123, 38.044833]}, {"id": "2254", "type": "Feature", "properties": {"id": "ak16895553", "mag": 2.2, "time": 1506291209658, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9667, 58.2749, 2.3]}, "bbox": [-154.9667, 58.2749, -154.9667, 58.2749]}, {"id": "2255", "type": "Feature", "properties": {"id": "uu60249297", "mag": 2.2, "time": 1506289719780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.027, 44.7975, 11.07]}, "bbox": [-111.027, 44.7975, -111.027, 44.7975]}, {"id": "2256", "type": "Feature", "properties": {"id": "nc72898251", "mag": 1.06, "time": 1506289376180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.824501, 1.89]}, "bbox": [-122.80867, 38.824501, -122.80867, 38.824501]}, {"id": "2257", "type": "Feature", "properties": {"id": "nn00606863", "mag": 1.6, "time": 1506289302497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1188, 37.3786, 0.0]}, "bbox": [-115.1188, 37.3786, -115.1188, 37.3786]}, {"id": "2258", "type": "Feature", "properties": {"id": "ak16895018", "mag": 1.1, "time": 1506289187928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5309, 62.2207, 4.8]}, "bbox": [-148.5309, 62.2207, -148.5309, 62.2207]}, {"id": "2259", "type": "Feature", "properties": {"id": "nc72898246", "mag": 1.11, "time": 1506288942820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474667, -0.27]}, "bbox": [-118.8205, 37.474667, -118.8205, 37.474667]}, {"id": "2260", "type": "Feature", "properties": {"id": "nc72898241", "mag": 1.11, "time": 1506288826190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.477167, 0.62]}, "bbox": [-118.819667, 37.477167, -118.819667, 37.477167]}, {"id": "2261", "type": "Feature", "properties": {"id": "ak16935433", "mag": 1.6, "time": 1506288360789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4754, 58.4123, 46.0]}, "bbox": [-152.4754, 58.4123, -152.4754, 58.4123]}, {"id": "2262", "type": "Feature", "properties": {"id": "ak16935432", "mag": 2.5, "time": 1506287912932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0291, 52.8069, 25.6]}, "bbox": [-164.0291, 52.8069, -164.0291, 52.8069]}, {"id": "2263", "type": "Feature", "properties": {"id": "ak16895001", "mag": 2.4, "time": 1506287325387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3822, 59.9552, 133.4]}, "bbox": [-153.3822, 59.9552, -153.3822, 59.9552]}, {"id": "2264", "type": "Feature", "properties": {"id": "nc71107574", "mag": 1.82, "time": 1506286958930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.1525, 38.965833, 3.75]}, "bbox": [-123.1525, 38.965833, -123.1525, 38.965833]}, {"id": "2265", "type": "Feature", "properties": {"id": "nc72898236", "mag": 1.93, "time": 1506286874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.849, 36.277667, 7.52]}, "bbox": [-120.849, 36.277667, -120.849, 36.277667]}, {"id": "2266", "type": "Feature", "properties": {"id": "ak16894980", "mag": 2.3, "time": 1506286457929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5039, 61.3116, 7.5]}, "bbox": [-152.5039, 61.3116, -152.5039, 61.3116]}, {"id": "2267", "type": "Feature", "properties": {"id": "us2000au0x", "mag": 4.1, "time": 1506285951620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.7689, 33.0106, 343.06]}, "bbox": [137.7689, 33.0106, 137.7689, 33.0106]}, {"id": "2268", "type": "Feature", "properties": {"id": "ak16894459", "mag": 1.4, "time": 1506285529465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7694, 59.8585, 7.3]}, "bbox": [-136.7694, 59.8585, -136.7694, 59.8585]}, {"id": "2269", "type": "Feature", "properties": {"id": "ak16894458", "mag": 3.5, "time": 1506285383201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4213, 51.6336, 12.0]}, "bbox": [-178.4213, 51.6336, -178.4213, 51.6336]}, {"id": "2270", "type": "Feature", "properties": {"id": "hv61919931", "mag": 1.61, "time": 1506285094170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2325, 19.4085, 26.679]}, "bbox": [-155.2325, 19.4085, -155.2325, 19.4085]}, {"id": "2271", "type": "Feature", "properties": {"id": "nm60207286", "mag": 1.46, "time": 1506284271340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.900667, 36.601833, 4.15]}, "bbox": [-89.900667, 36.601833, -89.900667, 36.601833]}, {"id": "2272", "type": "Feature", "properties": {"id": "nc72898226", "mag": 1.94, "time": 1506284238360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.476167, 0.74]}, "bbox": [-118.819, 37.476167, -118.819, 37.476167]}, {"id": "2273", "type": "Feature", "properties": {"id": "hv61919891", "mag": 2.03, "time": 1506284234210, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.278503, 19.407, 0.61]}, "bbox": [-155.278503, 19.407, -155.278503, 19.407]}, {"id": "2274", "type": "Feature", "properties": {"id": "us2000au0l", "mag": 5.0, "time": 1506283809180, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [102.0863, -3.3959, 96.97]}, "bbox": [102.0863, -3.3959, 102.0863, -3.3959]}, {"id": "2275", "type": "Feature", "properties": {"id": "ak16894448", "mag": 1.6, "time": 1506283718319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1504, 61.1564, 63.1]}, "bbox": [-151.1504, 61.1564, -151.1504, 61.1564]}, {"id": "2276", "type": "Feature", "properties": {"id": "nc72898216", "mag": 1.02, "time": 1506283590520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826836, 38.841167, 1.21]}, "bbox": [-122.826836, 38.841167, -122.826836, 38.841167]}, {"id": "2277", "type": "Feature", "properties": {"id": "nc72898211", "mag": 1.57, "time": 1506283158900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.113333, 38.042667, 2.45]}, "bbox": [-119.113333, 38.042667, -119.113333, 38.042667]}, {"id": "2278", "type": "Feature", "properties": {"id": "ak16894439", "mag": 2.3, "time": 1506283079762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7022, 51.6829, 87.3]}, "bbox": [-179.7022, 51.6829, -179.7022, 51.6829]}, {"id": "2279", "type": "Feature", "properties": {"id": "nc72898206", "mag": 1.24, "time": 1506283017210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.777, 35.512, 0.74]}, "bbox": [-120.777, 35.512, -120.777, 35.512]}, {"id": "2280", "type": "Feature", "properties": {"id": "ci38009648", "mag": 0.95, "time": 1506282824500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.909333, 33.494, 13.21]}, "bbox": [-116.909333, 33.494, -116.909333, 33.494]}, {"id": "2281", "type": "Feature", "properties": {"id": "nc72898196", "mag": 1.08, "time": 1506282126770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.81, 38.806833, 2.17]}, "bbox": [-122.81, 38.806833, -122.81, 38.806833]}, {"id": "2282", "type": "Feature", "properties": {"id": "ak16893920", "mag": 1.6, "time": 1506281844692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.421, 62.907, 126.6]}, "bbox": [-151.421, 62.907, -151.421, 62.907]}, {"id": "2283", "type": "Feature", "properties": {"id": "nc72898191", "mag": 1.6, "time": 1506281467240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.010167, 37.8015, 1.31]}, "bbox": [-119.010167, 37.8015, -119.010167, 37.8015]}, {"id": "2284", "type": "Feature", "properties": {"id": "nc72898186", "mag": 2.26, "time": 1506281041390, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.474833, -0.18]}, "bbox": [-118.8185, 37.474833, -118.8185, 37.474833]}, {"id": "2285", "type": "Feature", "properties": {"id": "uw61333306", "mag": 1.11, "time": 1506280827540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812333, 48.284667, 12.62]}, "bbox": [-122.812333, 48.284667, -122.812333, 48.284667]}, {"id": "2286", "type": "Feature", "properties": {"id": "ci38009608", "mag": 1.3, "time": 1506280518180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.038, 33.0905, 2.11]}, "bbox": [-116.038, 33.0905, -116.038, 33.0905]}, {"id": "2287", "type": "Feature", "properties": {"id": "nc72898176", "mag": 2.1, "time": 1506280314320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818333, 37.475833, 0.78]}, "bbox": [-118.818333, 37.475833, -118.818333, 37.475833]}, {"id": "2288", "type": "Feature", "properties": {"id": "ak16935422", "mag": 1.6, "time": 1506280296755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7731, 59.4501, 75.7]}, "bbox": [-152.7731, 59.4501, -152.7731, 59.4501]}, {"id": "2289", "type": "Feature", "properties": {"id": "hv61919726", "mag": 1.9, "time": 1506279270940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4185, 19.110833, 41.621]}, "bbox": [-155.4185, 19.110833, -155.4185, 19.110833]}, {"id": "2290", "type": "Feature", "properties": {"id": "ak16935421", "mag": 1.7, "time": 1506279143123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5363, 51.7438, 15.9]}, "bbox": [-178.5363, 51.7438, -178.5363, 51.7438]}, {"id": "2291", "type": "Feature", "properties": {"id": "ak16893907", "mag": 2.1, "time": 1506278978748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4135, 66.1088, 7.6]}, "bbox": [-141.4135, 66.1088, -141.4135, 66.1088]}, {"id": "2292", "type": "Feature", "properties": {"id": "uw61333296", "mag": 1.51, "time": 1506278869250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.581833, 47.593, 24.95]}, "bbox": [-122.581833, 47.593, -122.581833, 47.593]}, {"id": "2293", "type": "Feature", "properties": {"id": "nc72898171", "mag": 1.13, "time": 1506278629370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.543167, 38.264833, 8.24]}, "bbox": [-122.543167, 38.264833, -122.543167, 38.264833]}, {"id": "2294", "type": "Feature", "properties": {"id": "nn00606834", "mag": 1.5, "time": 1506278416314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.885, 38.3509, 8.4]}, "bbox": [-118.885, 38.3509, -118.885, 38.3509]}, {"id": "2295", "type": "Feature", "properties": {"id": "ci38009568", "mag": 1.23, "time": 1506278315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.492333, 35.604833, 5.99]}, "bbox": [-118.492333, 35.604833, -118.492333, 35.604833]}, {"id": "2296", "type": "Feature", "properties": {"id": "ak16893391", "mag": 2.3, "time": 1506277628203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1998, 53.9184, 4.8]}, "bbox": [-163.1998, 53.9184, -163.1998, 53.9184]}, {"id": "2297", "type": "Feature", "properties": {"id": "ak16893390", "mag": 1.1, "time": 1506277025981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1933, 68.4549, 18.3]}, "bbox": [-147.1933, 68.4549, -147.1933, 68.4549]}, {"id": "2298", "type": "Feature", "properties": {"id": "ak16893388", "mag": 1.5, "time": 1506276710660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3135, 68.0219, 2.3]}, "bbox": [-144.3135, 68.0219, -144.3135, 68.0219]}, {"id": "2299", "type": "Feature", "properties": {"id": "ak16935416", "mag": 1.8, "time": 1506276357546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.0551, 51.7225, 6.8]}, "bbox": [-179.0551, 51.7225, -179.0551, 51.7225]}, {"id": "2300", "type": "Feature", "properties": {"id": "nc72898146", "mag": 1.54, "time": 1506276015270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.836, 1.98]}, "bbox": [-122.810333, 38.836, -122.810333, 38.836]}, {"id": "2301", "type": "Feature", "properties": {"id": "nn00606827", "mag": 1.3, "time": 1506274049277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6642, 36.4428, 7.2]}, "bbox": [-115.6642, 36.4428, -115.6642, 36.4428]}, {"id": "2302", "type": "Feature", "properties": {"id": "uw61333281", "mag": 2.14, "time": 1506273261550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.502167, 49.447833, -0.06]}, "bbox": [-120.502167, 49.447833, -120.502167, 49.447833]}, {"id": "2303", "type": "Feature", "properties": {"id": "us2000atz0", "mag": 4.3, "time": 1506273226630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.369, -22.6476, 261.5]}, "bbox": [-66.369, -22.6476, -66.369, -22.6476]}, {"id": "2304", "type": "Feature", "properties": {"id": "ci38009520", "mag": 2.39, "time": 1506272765060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.032333, 33.096333, 9.36]}, "bbox": [-116.032333, 33.096333, -116.032333, 33.096333]}, {"id": "2305", "type": "Feature", "properties": {"id": "nc72898121", "mag": 1.18, "time": 1506272385880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880667, 37.538167, 3.63]}, "bbox": [-118.880667, 37.538167, -118.880667, 37.538167]}, {"id": "2306", "type": "Feature", "properties": {"id": "us2000atyw", "mag": 4.9, "time": 1506272236140, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.2871, 36.912, 8.66]}, "bbox": [27.2871, 36.912, 27.2871, 36.912]}, {"id": "2307", "type": "Feature", "properties": {"id": "uw61333276", "mag": 0.97, "time": 1506272212660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677, 48.245, 8.69]}, "bbox": [-121.677, 48.245, -121.677, 48.245]}, {"id": "2308", "type": "Feature", "properties": {"id": "ci38009504", "mag": 1.59, "time": 1506272197880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0285, 33.096, 10.24]}, "bbox": [-116.0285, 33.096, -116.0285, 33.096]}, {"id": "2309", "type": "Feature", "properties": {"id": "ak16935414", "mag": 1.3, "time": 1506271871925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3105, 62.8907, 109.7]}, "bbox": [-151.3105, 62.8907, -151.3105, 62.8907]}, {"id": "2310", "type": "Feature", "properties": {"id": "ak16892357", "mag": 1.5, "time": 1506271104455, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2217, 60.9895, 43.1]}, "bbox": [-150.2217, 60.9895, -150.2217, 60.9895]}, {"id": "2311", "type": "Feature", "properties": {"id": "ak16892356", "mag": 1.0, "time": 1506270748541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7754, 66.4015, 0.3]}, "bbox": [-147.7754, 66.4015, -147.7754, 66.4015]}, {"id": "2312", "type": "Feature", "properties": {"id": "nn00606816", "mag": 1.3, "time": 1506270455535, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3547, 38.3427, 11.5]}, "bbox": [-119.3547, 38.3427, -119.3547, 38.3427]}, {"id": "2313", "type": "Feature", "properties": {"id": "ak16892349", "mag": 2.1, "time": 1506269387778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9052, 64.2272, 113.0]}, "bbox": [-147.9052, 64.2272, -147.9052, 64.2272]}, {"id": "2314", "type": "Feature", "properties": {"id": "ak16892348", "mag": 1.2, "time": 1506269350233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0305, 61.1531, 0.9]}, "bbox": [-140.0305, 61.1531, -140.0305, 61.1531]}, {"id": "2315", "type": "Feature", "properties": {"id": "uu60249237", "mag": 1.72, "time": 1506268839820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899, 38.3125, 1.61]}, "bbox": [-108.899, 38.3125, -108.899, 38.3125]}, {"id": "2316", "type": "Feature", "properties": {"id": "nc72898066", "mag": 2.26, "time": 1506268374330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604333, 4.11]}, "bbox": [-118.820667, 37.604333, -118.820667, 37.604333]}, {"id": "2317", "type": "Feature", "properties": {"id": "hv61919541", "mag": 2.2, "time": 1506268362680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.553, 19.106833, 58.134]}, "bbox": [-155.553, 19.106833, -155.553, 19.106833]}, {"id": "2318", "type": "Feature", "properties": {"id": "nc72898071", "mag": 1.35, "time": 1506268343880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.978833, 37.602333, 0.75]}, "bbox": [-118.978833, 37.602333, -118.978833, 37.602333]}, {"id": "2319", "type": "Feature", "properties": {"id": "uw61333251", "mag": 0.99, "time": 1506267835060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7565, 46.8405, 0.46]}, "bbox": [-121.7565, 46.8405, -121.7565, 46.8405]}, {"id": "2320", "type": "Feature", "properties": {"id": "uu60249227", "mag": 1.55, "time": 1506267791100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.045667, 38.595, 10.17]}, "bbox": [-112.045667, 38.595, -112.045667, 38.595]}, {"id": "2321", "type": "Feature", "properties": {"id": "nc72898046", "mag": 1.31, "time": 1506267662950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.359333, 36.063833, 13.03]}, "bbox": [-120.359333, 36.063833, -120.359333, 36.063833]}, {"id": "2322", "type": "Feature", "properties": {"id": "uw61333241", "mag": 1.02, "time": 1506266858960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7535, 46.835833, -0.06]}, "bbox": [-121.7535, 46.835833, -121.7535, 46.835833]}, {"id": "2323", "type": "Feature", "properties": {"id": "us2000atyb", "mag": 4.2, "time": 1506265370020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9623, 16.5258, 10.0]}, "bbox": [-94.9623, 16.5258, -94.9623, 16.5258]}, {"id": "2324", "type": "Feature", "properties": {"id": "ak16891829", "mag": 1.1, "time": 1506265012702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7832, 60.3293, 15.0]}, "bbox": [-139.7832, 60.3293, -139.7832, 60.3293]}, {"id": "2325", "type": "Feature", "properties": {"id": "uw61333221", "mag": 2.23, "time": 1506264885990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.458, 41.843167, 29.32]}, "bbox": [-124.458, 41.843167, -124.458, 41.843167]}, {"id": "2326", "type": "Feature", "properties": {"id": "ci38009392", "mag": 2.47, "time": 1506263949730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.965667, 33.074, 3.01]}, "bbox": [-117.965667, 33.074, -117.965667, 33.074]}, {"id": "2327", "type": "Feature", "properties": {"id": "ak16891827", "mag": 1.6, "time": 1506263040480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0762, 68.8735, 7.4]}, "bbox": [-145.0762, 68.8735, -145.0762, 68.8735]}, {"id": "2328", "type": "Feature", "properties": {"id": "ak16935406", "mag": 1.9, "time": 1506262994682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4328, 58.9133, 119.1]}, "bbox": [-154.4328, 58.9133, -154.4328, 58.9133]}, {"id": "2329", "type": "Feature", "properties": {"id": "uu60249217", "mag": 1.98, "time": 1506261948290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8955, 38.308167, 2.5]}, "bbox": [-108.8955, 38.308167, -108.8955, 38.308167]}, {"id": "2330", "type": "Feature", "properties": {"id": "uw61333201", "mag": 1.01, "time": 1506261154820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.757333, 46.836833, 0.83]}, "bbox": [-121.757333, 46.836833, -121.757333, 46.836833]}, {"id": "2331", "type": "Feature", "properties": {"id": "nn00606861", "mag": 1.0, "time": 1506260845911, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9076, 39.4306, 7.7]}, "bbox": [-118.9076, 39.4306, -118.9076, 39.4306]}, {"id": "2332", "type": "Feature", "properties": {"id": "ak16891323", "mag": 1.6, "time": 1506260101784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2725, 63.8369, 122.9]}, "bbox": [-149.2725, 63.8369, -149.2725, 63.8369]}, {"id": "2333", "type": "Feature", "properties": {"id": "ak16935404", "mag": 1.9, "time": 1506259949572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9271, 51.4777, 35.0]}, "bbox": [-175.9271, 51.4777, -175.9271, 51.4777]}, {"id": "2334", "type": "Feature", "properties": {"id": "ak16891318", "mag": 1.4, "time": 1506258938436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1228, 60.1784, 0.0]}, "bbox": [-140.1228, 60.1784, -140.1228, 60.1784]}, {"id": "2335", "type": "Feature", "properties": {"id": "ak16935403", "mag": 1.5, "time": 1506258927685, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.537, 59.7654, 0.0]}, "bbox": [-139.537, 59.7654, -139.537, 59.7654]}, {"id": "2336", "type": "Feature", "properties": {"id": "us2000awkh", "mag": 4.5, "time": 1506257940620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6787, -21.4068, 6.58]}, "bbox": [-176.6787, -21.4068, -176.6787, -21.4068]}, {"id": "2337", "type": "Feature", "properties": {"id": "ci38009360", "mag": 1.01, "time": 1506257616920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6935, 33.4475, 13.86]}, "bbox": [-117.6935, 33.4475, -117.6935, 33.4475]}, {"id": "2338", "type": "Feature", "properties": {"id": "hv61919476", "mag": 2.71, "time": 1506257049620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.326172, 19.400499, 6.36]}, "bbox": [-155.326172, 19.400499, -155.326172, 19.400499]}, {"id": "2339", "type": "Feature", "properties": {"id": "us2000azwe", "mag": 4.0, "time": 1506256906900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0503, 15.0164, 47.05]}, "bbox": [-94.0503, 15.0164, -94.0503, 15.0164]}, {"id": "2340", "type": "Feature", "properties": {"id": "ak16935402", "mag": 1.3, "time": 1506256449894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1247, 62.5252, 67.7]}, "bbox": [-150.1247, 62.5252, -150.1247, 62.5252]}, {"id": "2341", "type": "Feature", "properties": {"id": "us2000atx8", "mag": 4.5, "time": 1506256396240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2151, 16.4456, 23.74]}, "bbox": [-95.2151, 16.4456, -95.2151, 16.4456]}, {"id": "2342", "type": "Feature", "properties": {"id": "us2000awke", "mag": 4.3, "time": 1506254896510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.7664, -36.2005, 10.0]}, "bbox": [-99.7664, -36.2005, -99.7664, -36.2005]}, {"id": "2343", "type": "Feature", "properties": {"id": "us2000atx1", "mag": 4.3, "time": 1506253816940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8221, 15.5422, 39.51]}, "bbox": [-94.8221, 15.5422, -94.8221, 15.5422]}, {"id": "2344", "type": "Feature", "properties": {"id": "nc72897966", "mag": 1.94, "time": 1506252917940, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.353833, 38.334333, 8.17]}, "bbox": [-119.353833, 38.334333, -119.353833, 38.334333]}, {"id": "2345", "type": "Feature", "properties": {"id": "ak16890316", "mag": 1.9, "time": 1506251419309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7084, 53.1628, 25.6]}, "bbox": [-166.7084, 53.1628, -166.7084, 53.1628]}, {"id": "2346", "type": "Feature", "properties": {"id": "ak16935399", "mag": 2.2, "time": 1506251253254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9705, 58.4119, 157.9]}, "bbox": [-155.9705, 58.4119, -155.9705, 58.4119]}, {"id": "2347", "type": "Feature", "properties": {"id": "us2000awkb", "mag": 4.4, "time": 1506250943050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3134, -22.0133, 10.0]}, "bbox": [-114.3134, -22.0133, -114.3134, -22.0133]}, {"id": "2348", "type": "Feature", "properties": {"id": "ci38009336", "mag": 1.4, "time": 1506250687150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.573, 33.198833, 3.26]}, "bbox": [-115.573, 33.198833, -115.573, 33.198833]}, {"id": "2349", "type": "Feature", "properties": {"id": "ak16935398", "mag": 1.7, "time": 1506250678217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.541, 51.1205, 34.1]}, "bbox": [-178.541, 51.1205, -178.541, 51.1205]}, {"id": "2350", "type": "Feature", "properties": {"id": "ci37166588", "mag": 1.39, "time": 1506250675520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.547333, 33.281167, 1.13]}, "bbox": [-115.547333, 33.281167, -115.547333, 33.281167]}, {"id": "2351", "type": "Feature", "properties": {"id": "ci38009328", "mag": 1.47, "time": 1506250567750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.565833, 33.2015, 2.63]}, "bbox": [-115.565833, 33.2015, -115.565833, 33.2015]}, {"id": "2352", "type": "Feature", "properties": {"id": "us2000azw4", "mag": 4.0, "time": 1506250079340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2354, 15.2643, 10.0]}, "bbox": [-94.2354, 15.2643, -94.2354, 15.2643]}, {"id": "2353", "type": "Feature", "properties": {"id": "nc72897961", "mag": 1.0, "time": 1506249470110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771164, 38.839333, 1.45]}, "bbox": [-122.771164, 38.839333, -122.771164, 38.839333]}, {"id": "2354", "type": "Feature", "properties": {"id": "ak16890295", "mag": 3.1, "time": 1506249009854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4939, 58.556, 142.4]}, "bbox": [-155.4939, 58.556, -155.4939, 58.556]}, {"id": "2355", "type": "Feature", "properties": {"id": "ci38009320", "mag": 1.29, "time": 1506248967650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.577833, 33.1915, 3.45]}, "bbox": [-115.577833, 33.1915, -115.577833, 33.1915]}, {"id": "2356", "type": "Feature", "properties": {"id": "us2000awka", "mag": 4.5, "time": 1506248797510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.4422, -3.5379, 76.33]}, "bbox": [101.4422, -3.5379, 101.4422, -3.5379]}, {"id": "2357", "type": "Feature", "properties": {"id": "ak16889805", "mag": 1.1, "time": 1506248542391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6804, 65.8304, 4.9]}, "bbox": [-150.6804, 65.8304, -150.6804, 65.8304]}, {"id": "2358", "type": "Feature", "properties": {"id": "ak16889804", "mag": 1.4, "time": 1506248465317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0578, 61.0579, 16.4]}, "bbox": [-147.0578, 61.0579, -147.0578, 61.0579]}, {"id": "2359", "type": "Feature", "properties": {"id": "hv61919431", "mag": 2.09, "time": 1506248237750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.282165, 19.41, 0.97]}, "bbox": [-155.282165, 19.41, -155.282165, 19.41]}, {"id": "2360", "type": "Feature", "properties": {"id": "us2000atwe", "mag": 5.8, "time": 1506247572180, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0996, 15.3335, 55.04]}, "bbox": [-94.0996, 15.3335, -94.0996, 15.3335]}, {"id": "2361", "type": "Feature", "properties": {"id": "ak16889794", "mag": 1.8, "time": 1506247473558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2731, 60.4252, 19.1]}, "bbox": [-148.2731, 60.4252, -148.2731, 60.4252]}, {"id": "2362", "type": "Feature", "properties": {"id": "ak16889792", "mag": 1.2, "time": 1506245981072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4789, 61.3979, 20.0]}, "bbox": [-146.4789, 61.3979, -146.4789, 61.3979]}, {"id": "2363", "type": "Feature", "properties": {"id": "ak16935392", "mag": 2.2, "time": 1506245821194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1457, 52.299, 147.0]}, "bbox": [-176.1457, 52.299, -176.1457, 52.299]}, {"id": "2364", "type": "Feature", "properties": {"id": "uw61333151", "mag": 1.32, "time": 1506245720210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3825, 46.455, 17.05]}, "bbox": [-119.3825, 46.455, -119.3825, 46.455]}, {"id": "2365", "type": "Feature", "properties": {"id": "us2000atw1", "mag": 4.3, "time": 1506245575860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.8213, 11.9773, 72.06]}, "bbox": [-86.8213, 11.9773, -86.8213, 11.9773]}, {"id": "2366", "type": "Feature", "properties": {"id": "ak16889787", "mag": 1.5, "time": 1506245559319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1034, 61.6735, 30.1]}, "bbox": [-147.1034, 61.6735, -147.1034, 61.6735]}, {"id": "2367", "type": "Feature", "properties": {"id": "nc72897941", "mag": 1.12, "time": 1506245298510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.529333, 3.01]}, "bbox": [-118.880333, 37.529333, -118.880333, 37.529333]}, {"id": "2368", "type": "Feature", "properties": {"id": "ak16889785", "mag": 1.4, "time": 1506245231368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6899, 61.5181, 15.2]}, "bbox": [-140.6899, 61.5181, -140.6899, 61.5181]}, {"id": "2369", "type": "Feature", "properties": {"id": "us2000atvx", "mag": 4.0, "time": 1506245211400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2276, 16.4152, 5.52]}, "bbox": [-95.2276, 16.4152, -95.2276, 16.4152]}, {"id": "2370", "type": "Feature", "properties": {"id": "ak16889300", "mag": 1.5, "time": 1506244274159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0562, 62.8873, 108.5]}, "bbox": [-151.0562, 62.8873, -151.0562, 62.8873]}, {"id": "2371", "type": "Feature", "properties": {"id": "ak16889299", "mag": 1.7, "time": 1506243971468, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.0331, 60.0823, 0.0]}, "bbox": [-142.0331, 60.0823, -142.0331, 60.0823]}, {"id": "2372", "type": "Feature", "properties": {"id": "ak16889298", "mag": 1.2, "time": 1506242695770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7525, 61.9971, 13.3]}, "bbox": [-150.7525, 61.9971, -150.7525, 61.9971]}, {"id": "2373", "type": "Feature", "properties": {"id": "hv61919256", "mag": 2.47, "time": 1506242595490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.234167, 19.416667, 25.716]}, "bbox": [-155.234167, 19.416667, -155.234167, 19.416667]}, {"id": "2374", "type": "Feature", "properties": {"id": "ak16889296", "mag": 1.5, "time": 1506242565319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7169, 65.857, 21.5]}, "bbox": [-150.7169, 65.857, -150.7169, 65.857]}, {"id": "2375", "type": "Feature", "properties": {"id": "nc72897921", "mag": 1.06, "time": 1506242001250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8435, 37.469667, 2.92]}, "bbox": [-118.8435, 37.469667, -118.8435, 37.469667]}, {"id": "2376", "type": "Feature", "properties": {"id": "nc72897911", "mag": 2.08, "time": 1506241606310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.552333, 36.824833, 5.39]}, "bbox": [-121.552333, 36.824833, -121.552333, 36.824833]}, {"id": "2377", "type": "Feature", "properties": {"id": "ak16888862", "mag": 1.4, "time": 1506241109945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2949, 62.9113, 106.9]}, "bbox": [-151.2949, 62.9113, -151.2949, 62.9113]}, {"id": "2378", "type": "Feature", "properties": {"id": "ci38009280", "mag": 1.11, "time": 1506240906400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0385, 33.996167, 14.68]}, "bbox": [-117.0385, 33.996167, -117.0385, 33.996167]}, {"id": "2379", "type": "Feature", "properties": {"id": "us2000atvi", "mag": 2.6, "time": 1506240803150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4513, 42.6043, 5.23]}, "bbox": [-111.4513, 42.6043, -111.4513, 42.6043]}, {"id": "2380", "type": "Feature", "properties": {"id": "us2000atvl", "mag": 4.0, "time": 1506239983840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9034, 16.4793, 10.0]}, "bbox": [-94.9034, 16.4793, -94.9034, 16.4793]}, {"id": "2381", "type": "Feature", "properties": {"id": "ak16888812", "mag": 1.7, "time": 1506239643860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1541, 59.6562, 69.5]}, "bbox": [-152.1541, 59.6562, -152.1541, 59.6562]}, {"id": "2382", "type": "Feature", "properties": {"id": "ak16935382", "mag": 1.8, "time": 1506239506704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5249, 57.6124, 45.4]}, "bbox": [-152.5249, 57.6124, -152.5249, 57.6124]}, {"id": "2383", "type": "Feature", "properties": {"id": "mb80257374", "mag": 1.2, "time": 1506238135570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.868, 11.76]}, "bbox": [-112.523333, 46.868, -112.523333, 46.868]}, {"id": "2384", "type": "Feature", "properties": {"id": "nn00606790", "mag": 1.5, "time": 1506237560657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1999, 42.1841, 0.9]}, "bbox": [-120.1999, 42.1841, -120.1999, 42.1841]}, {"id": "2385", "type": "Feature", "properties": {"id": "us2000atv2", "mag": 4.3, "time": 1506236966640, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.864, -35.1565, 48.32]}, "bbox": [-71.864, -35.1565, -71.864, -35.1565]}, {"id": "2386", "type": "Feature", "properties": {"id": "ak16888374", "mag": 1.9, "time": 1506236724000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8397, 62.9467, 106.5]}, "bbox": [-150.8397, 62.9467, -150.8397, 62.9467]}, {"id": "2387", "type": "Feature", "properties": {"id": "ak16888373", "mag": 1.0, "time": 1506236683719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1115, 61.3903, 3.2]}, "bbox": [-141.1115, 61.3903, -141.1115, 61.3903]}, {"id": "2388", "type": "Feature", "properties": {"id": "uu60249142", "mag": 1.26, "time": 1506236544020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028333, 44.8, 10.63]}, "bbox": [-111.028333, 44.8, -111.028333, 44.8]}, {"id": "2389", "type": "Feature", "properties": {"id": "nc72897871", "mag": 1.79, "time": 1506236124510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.845333, 35.541667, 5.98]}, "bbox": [-120.845333, 35.541667, -120.845333, 35.541667]}, {"id": "2390", "type": "Feature", "properties": {"id": "nc72897866", "mag": 2.12, "time": 1506235870210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3545, 38.341333, 8.25]}, "bbox": [-119.3545, 38.341333, -119.3545, 38.341333]}, {"id": "2391", "type": "Feature", "properties": {"id": "ak16935379", "mag": 1.6, "time": 1506235725999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.5436, 51.4418, 21.3]}, "bbox": [-176.5436, 51.4418, -176.5436, 51.4418]}, {"id": "2392", "type": "Feature", "properties": {"id": "us2000atuj", "mag": 4.6, "time": 1506235179700, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.5466, -14.3043, 33.52]}, "bbox": [-75.5466, -14.3043, -75.5466, -14.3043]}, {"id": "2393", "type": "Feature", "properties": {"id": "nc72903821", "mag": 1.02, "time": 1506234997060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.948167, 41.046333, 9.53]}, "bbox": [-121.948167, 41.046333, -121.948167, 41.046333]}, {"id": "2394", "type": "Feature", "properties": {"id": "nc72897856", "mag": 1.71, "time": 1506234937540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.471333, 1.25]}, "bbox": [-118.8185, 37.471333, -118.8185, 37.471333]}, {"id": "2395", "type": "Feature", "properties": {"id": "ak16935378", "mag": 1.3, "time": 1506234863595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9435, 61.261, 59.9]}, "bbox": [-150.9435, 61.261, -150.9435, 61.261]}, {"id": "2396", "type": "Feature", "properties": {"id": "ci38009240", "mag": 0.99, "time": 1506234721960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.828167, 33.977667, 16.65]}, "bbox": [-116.828167, 33.977667, -116.828167, 33.977667]}, {"id": "2397", "type": "Feature", "properties": {"id": "ak16935377", "mag": 3.3, "time": 1506234648623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3164, 50.4387, 10.0]}, "bbox": [-173.3164, 50.4387, -173.3164, 50.4387]}, {"id": "2398", "type": "Feature", "properties": {"id": "ak16888327", "mag": 1.1, "time": 1506234051194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0067, 67.8619, 3.3]}, "bbox": [-149.0067, 67.8619, -149.0067, 67.8619]}, {"id": "2399", "type": "Feature", "properties": {"id": "hv61919146", "mag": 1.76, "time": 1506233551670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.438667, 19.110833, 40.565]}, "bbox": [-155.438667, 19.110833, -155.438667, 19.110833]}, {"id": "2400", "type": "Feature", "properties": {"id": "nc72897836", "mag": 1.19, "time": 1506233494190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.879667, 37.536833, 3.32]}, "bbox": [-118.879667, 37.536833, -118.879667, 37.536833]}, {"id": "2401", "type": "Feature", "properties": {"id": "nc72897831", "mag": 1.19, "time": 1506233212800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880167, 37.536833, 3.36]}, "bbox": [-118.880167, 37.536833, -118.880167, 37.536833]}, {"id": "2402", "type": "Feature", "properties": {"id": "ak16935375", "mag": 1.1, "time": 1506232927752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.625, 63.077, 2.5]}, "bbox": [-151.625, 63.077, -151.625, 63.077]}, {"id": "2403", "type": "Feature", "properties": {"id": "ak16887898", "mag": 1.9, "time": 1506232339124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4442, 51.588, 12.9]}, "bbox": [-178.4442, 51.588, -178.4442, 51.588]}, {"id": "2404", "type": "Feature", "properties": {"id": "us2000atud", "mag": 4.6, "time": 1506232184760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.3102, 23.9217, 19.2]}, "bbox": [122.3102, 23.9217, 122.3102, 23.9217]}, {"id": "2405", "type": "Feature", "properties": {"id": "ak16887893", "mag": 1.8, "time": 1506231025885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6676, 61.5229, 16.0]}, "bbox": [-140.6676, 61.5229, -140.6676, 61.5229]}, {"id": "2406", "type": "Feature", "properties": {"id": "us2000attv", "mag": 3.2, "time": 1506230915380, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4686, 42.6086, 5.28]}, "bbox": [-111.4686, 42.6086, -111.4686, 42.6086]}, {"id": "2407", "type": "Feature", "properties": {"id": "ci38009080", "mag": 1.1, "time": 1506230493370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.65, 35.937333, 3.69]}, "bbox": [-117.65, 35.937333, -117.65, 35.937333]}, {"id": "2408", "type": "Feature", "properties": {"id": "nc72897801", "mag": 1.86, "time": 1506230402950, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.5355, 3.17]}, "bbox": [-118.880833, 37.5355, -118.880833, 37.5355]}, {"id": "2409", "type": "Feature", "properties": {"id": "us2000attk", "mag": 4.4, "time": 1506229834430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9698, 16.526, 14.16]}, "bbox": [-97.9698, 16.526, -97.9698, 16.526]}, {"id": "2410", "type": "Feature", "properties": {"id": "ak16887845", "mag": 2.2, "time": 1506229788458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3609, 60.3798, 13.6]}, "bbox": [-147.3609, 60.3798, -147.3609, 60.3798]}, {"id": "2411", "type": "Feature", "properties": {"id": "ci38009064", "mag": 2.54, "time": 1506229471590, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.708833, 34.611167, -0.32]}, "bbox": [-120.708833, 34.611167, -120.708833, 34.611167]}, {"id": "2412", "type": "Feature", "properties": {"id": "ak16887419", "mag": 2.5, "time": 1506228712730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1558, 57.6827, 0.6]}, "bbox": [-156.1558, 57.6827, -156.1558, 57.6827]}, {"id": "2413", "type": "Feature", "properties": {"id": "uu60249092", "mag": 1.45, "time": 1506228417670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.041833, 38.6065, 7.11]}, "bbox": [-112.041833, 38.6065, -112.041833, 38.6065]}, {"id": "2414", "type": "Feature", "properties": {"id": "uu60013144", "mag": 2.65, "time": 1506227971910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.063667, 38.596667, 13.4]}, "bbox": [-112.063667, 38.596667, -112.063667, 38.596667]}, {"id": "2415", "type": "Feature", "properties": {"id": "uu60249087", "mag": 3.34, "time": 1506227924130, "felt": 52.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.056, 38.615, 7.09]}, "bbox": [-112.056, 38.615, -112.056, 38.615]}, {"id": "2416", "type": "Feature", "properties": {"id": "ci38009040", "mag": 1.66, "time": 1506227707260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.754667, 32.691333, 7.72]}, "bbox": [-115.754667, 32.691333, -115.754667, 32.691333]}, {"id": "2417", "type": "Feature", "properties": {"id": "ak16887417", "mag": 1.4, "time": 1506227635748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4813, 59.9807, 0.0]}, "bbox": [-139.4813, 59.9807, -139.4813, 59.9807]}, {"id": "2418", "type": "Feature", "properties": {"id": "hv61919026", "mag": 1.76, "time": 1506225952210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.284164, 19.394167, 2.71]}, "bbox": [-155.284164, 19.394167, -155.284164, 19.394167]}, {"id": "2419", "type": "Feature", "properties": {"id": "hv61918996", "mag": 1.99, "time": 1506224898090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28067, 19.403999, 1.29]}, "bbox": [-155.28067, 19.403999, -155.28067, 19.403999]}, {"id": "2420", "type": "Feature", "properties": {"id": "us2000atsq", "mag": 4.1, "time": 1506223896740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.2705, -18.0175, 148.09]}, "bbox": [-69.2705, -18.0175, -69.2705, -18.0175]}, {"id": "2421", "type": "Feature", "properties": {"id": "ak16935368", "mag": 2.3, "time": 1506222958411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4834, 51.3236, 13.2]}, "bbox": [-176.4834, 51.3236, -176.4834, 51.3236]}, {"id": "2422", "type": "Feature", "properties": {"id": "ak16886952", "mag": 1.2, "time": 1506222874628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.387, 59.9979, 0.0]}, "bbox": [-139.387, 59.9979, -139.387, 59.9979]}, {"id": "2423", "type": "Feature", "properties": {"id": "nm60207271", "mag": 1.17, "time": 1506222175440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.522833, 36.477167, 7.22]}, "bbox": [-89.522833, 36.477167, -89.522833, 36.477167]}, {"id": "2424", "type": "Feature", "properties": {"id": "nc72897746", "mag": 1.28, "time": 1506221915120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720833, 38.788, 2.34]}, "bbox": [-122.720833, 38.788, -122.720833, 38.788]}, {"id": "2425", "type": "Feature", "properties": {"id": "ak16886490", "mag": 1.1, "time": 1506220290807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3418, 62.9812, 77.2]}, "bbox": [-149.3418, 62.9812, -149.3418, 62.9812]}, {"id": "2426", "type": "Feature", "properties": {"id": "us2000atse", "mag": 4.6, "time": 1506220200040, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.2801, -27.8834, 30.1]}, "bbox": [-71.2801, -27.8834, -71.2801, -27.8834]}, {"id": "2427", "type": "Feature", "properties": {"id": "ak16935365", "mag": 1.8, "time": 1506220032447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1268, 57.8123, 70.2]}, "bbox": [-155.1268, 57.8123, -155.1268, 57.8123]}, {"id": "2428", "type": "Feature", "properties": {"id": "nc72897736", "mag": 1.07, "time": 1506219512840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.478833, 1.34]}, "bbox": [-118.8245, 37.478833, -118.8245, 37.478833]}, {"id": "2429", "type": "Feature", "properties": {"id": "ak16935364", "mag": 2.4, "time": 1506219397177, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8092, 52.1986, 20.4]}, "bbox": [-169.8092, 52.1986, -169.8092, 52.1986]}, {"id": "2430", "type": "Feature", "properties": {"id": "nc72897726", "mag": 2.48, "time": 1506219108260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.023333, 40.3465, 9.33]}, "bbox": [-125.023333, 40.3465, -125.023333, 40.3465]}, {"id": "2431", "type": "Feature", "properties": {"id": "us2000atsa", "mag": 4.2, "time": 1506218615340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8425, 16.574, 39.83]}, "bbox": [-94.8425, 16.574, -94.8425, 16.574]}, {"id": "2432", "type": "Feature", "properties": {"id": "ak16935363", "mag": 1.0, "time": 1506217950145, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5769, 68.6004, 0.9]}, "bbox": [-147.5769, 68.6004, -147.5769, 68.6004]}, {"id": "2433", "type": "Feature", "properties": {"id": "nc72897701", "mag": 1.48, "time": 1506217326030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.475, -0.04]}, "bbox": [-118.819333, 37.475, -118.819333, 37.475]}, {"id": "2434", "type": "Feature", "properties": {"id": "nc72897696", "mag": 1.19, "time": 1506216792400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125, 36.5355, 3.43]}, "bbox": [-121.125, 36.5355, -121.125, 36.5355]}, {"id": "2435", "type": "Feature", "properties": {"id": "ak16886371", "mag": 2.1, "time": 1506216606733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.8852, 51.4616, 53.0]}, "bbox": [179.8852, 51.4616, 179.8852, 51.4616]}, {"id": "2436", "type": "Feature", "properties": {"id": "us2000atrn", "mag": 3.8, "time": 1506215497620, "felt": 67.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1371, 36.3727, 2.82]}, "bbox": [-97.1371, 36.3727, -97.1371, 36.3727]}, {"id": "2437", "type": "Feature", "properties": {"id": "nc72897686", "mag": 2.17, "time": 1506215076790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.141167, 36.555, 2.89]}, "bbox": [-121.141167, 36.555, -121.141167, 36.555]}, {"id": "2438", "type": "Feature", "properties": {"id": "ci38008976", "mag": 1.32, "time": 1506215071310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450333, 34.2865, 7.66]}, "bbox": [-116.450333, 34.2865, -116.450333, 34.2865]}, {"id": "2439", "type": "Feature", "properties": {"id": "us2000atrk", "mag": 5.0, "time": 1506214584220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.7808, -10.6598, 47.61]}, "bbox": [161.7808, -10.6598, 161.7808, -10.6598]}, {"id": "2440", "type": "Feature", "properties": {"id": "ak16885992", "mag": 2.0, "time": 1506214179876, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6803, 63.2188, 129.3]}, "bbox": [-150.6803, 63.2188, -150.6803, 63.2188]}, {"id": "2441", "type": "Feature", "properties": {"id": "ci38008968", "mag": 1.0, "time": 1506214163490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8005, 33.996, 18.05]}, "bbox": [-116.8005, 33.996, -116.8005, 33.996]}, {"id": "2442", "type": "Feature", "properties": {"id": "ak16885991", "mag": 1.4, "time": 1506214156491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6167, 63.06, 7.0]}, "bbox": [-151.6167, 63.06, -151.6167, 63.06]}, {"id": "2443", "type": "Feature", "properties": {"id": "ak16885975", "mag": 2.0, "time": 1506213434632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5807, 63.0643, 7.3]}, "bbox": [-151.5807, 63.0643, -151.5807, 63.0643]}, {"id": "2444", "type": "Feature", "properties": {"id": "ak16885911", "mag": 1.9, "time": 1506213142249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5965, 63.0635, 4.5]}, "bbox": [-151.5965, 63.0635, -151.5965, 63.0635]}, {"id": "2445", "type": "Feature", "properties": {"id": "us2000atre", "mag": 4.4, "time": 1506212946200, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.7877, 12.9849, 60.16]}, "bbox": [-88.7877, 12.9849, -88.7877, 12.9849]}, {"id": "2446", "type": "Feature", "properties": {"id": "nc72897676", "mag": 1.44, "time": 1506212851640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836167, 37.574667, 1.65]}, "bbox": [-118.836167, 37.574667, -118.836167, 37.574667]}, {"id": "2447", "type": "Feature", "properties": {"id": "ci38008928", "mag": 1.02, "time": 1506212597460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.178333, 33.195833, 6.76]}, "bbox": [-116.178333, 33.195833, -116.178333, 33.195833]}, {"id": "2448", "type": "Feature", "properties": {"id": "ci38008920", "mag": 1.07, "time": 1506212251010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.430333, 34.0525, 9.6]}, "bbox": [-116.430333, 34.0525, -116.430333, 34.0525]}, {"id": "2449", "type": "Feature", "properties": {"id": "ak16885578", "mag": 1.8, "time": 1506211566495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6255, 61.4518, 71.8]}, "bbox": [-151.6255, 61.4518, -151.6255, 61.4518]}, {"id": "2450", "type": "Feature", "properties": {"id": "ak16885576", "mag": 1.5, "time": 1506211049943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5978, 61.5229, 17.2]}, "bbox": [-140.5978, 61.5229, -140.5978, 61.5229]}, {"id": "2451", "type": "Feature", "properties": {"id": "ak16885547", "mag": 1.3, "time": 1506210780241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6346, 63.8335, 106.3]}, "bbox": [-148.6346, 63.8335, -148.6346, 63.8335]}, {"id": "2452", "type": "Feature", "properties": {"id": "ak16885533", "mag": 1.6, "time": 1506209676573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5334, 61.8507, 43.6]}, "bbox": [-149.5334, 61.8507, -149.5334, 61.8507]}, {"id": "2453", "type": "Feature", "properties": {"id": "nc72897656", "mag": 1.03, "time": 1506208996140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7145, 38.772667, 2.47]}, "bbox": [-122.7145, 38.772667, -122.7145, 38.772667]}, {"id": "2454", "type": "Feature", "properties": {"id": "ci38008912", "mag": 1.4, "time": 1506208905320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.801167, 33.9745, 17.62]}, "bbox": [-116.801167, 33.9745, -116.801167, 33.9745]}, {"id": "2455", "type": "Feature", "properties": {"id": "ci38008904", "mag": 1.35, "time": 1506208456300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924333, 33.9845, 4.74]}, "bbox": [-116.924333, 33.9845, -116.924333, 33.9845]}, {"id": "2456", "type": "Feature", "properties": {"id": "us2000atqq", "mag": 4.5, "time": 1506207994550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9873, 16.6593, 8.9]}, "bbox": [-94.9873, 16.6593, -94.9873, 16.6593]}, {"id": "2457", "type": "Feature", "properties": {"id": "ak16885149", "mag": 1.0, "time": 1506207804984, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3702, 64.9969, 0.0]}, "bbox": [-147.3702, 64.9969, -147.3702, 64.9969]}, {"id": "2458", "type": "Feature", "properties": {"id": "uu60249057", "mag": 2.12, "time": 1506207074140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.304, 44.720667, 6.11]}, "bbox": [-111.304, 44.720667, -111.304, 44.720667]}, {"id": "2459", "type": "Feature", "properties": {"id": "nc72897646", "mag": 1.23, "time": 1506206872800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.787167, 1.28]}, "bbox": [-122.735333, 38.787167, -122.735333, 38.787167]}, {"id": "2460", "type": "Feature", "properties": {"id": "us2000atq4", "mag": 4.6, "time": 1506204121620, "felt": 194.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.616, -33.7421, 44.72]}, "bbox": [-71.616, -33.7421, -71.616, -33.7421]}, {"id": "2461", "type": "Feature", "properties": {"id": "ci38008864", "mag": 1.58, "time": 1506203611410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 33.181333, 2.86]}, "bbox": [-115.609, 33.181333, -115.609, 33.181333]}, {"id": "2462", "type": "Feature", "properties": {"id": "ak16884706", "mag": 3.1, "time": 1506202930250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.1771, 51.8267, 132.6]}, "bbox": [178.1771, 51.8267, 178.1771, 51.8267]}, {"id": "2463", "type": "Feature", "properties": {"id": "us2000atpq", "mag": 4.9, "time": 1506201617890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.82, 7.5438, 10.0]}, "bbox": [124.82, 7.5438, 124.82, 7.5438]}, {"id": "2464", "type": "Feature", "properties": {"id": "us2000atpp", "mag": 4.9, "time": 1506201494980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8199, 7.5946, 10.0]}, "bbox": [124.8199, 7.5946, 124.8199, 7.5946]}, {"id": "2465", "type": "Feature", "properties": {"id": "ak16884645", "mag": 1.0, "time": 1506201077397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.96, 64.7531, 1.8]}, "bbox": [-139.96, 64.7531, -139.96, 64.7531]}, {"id": "2466", "type": "Feature", "properties": {"id": "us2000atpb", "mag": 5.7, "time": 1506199628760, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8736, 7.6285, 31.39]}, "bbox": [124.8736, 7.6285, 124.8736, 7.6285]}, {"id": "2467", "type": "Feature", "properties": {"id": "ak16884300", "mag": 2.8, "time": 1506199486287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6652, 52.5903, 67.9]}, "bbox": [-169.6652, 52.5903, -169.6652, 52.5903]}, {"id": "2468", "type": "Feature", "properties": {"id": "nc72897611", "mag": 1.26, "time": 1506199458450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604333, 4.01]}, "bbox": [-118.821667, 37.604333, -118.821667, 37.604333]}, {"id": "2469", "type": "Feature", "properties": {"id": "ak16884298", "mag": 1.2, "time": 1506198439700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5445, 59.7818, 0.1]}, "bbox": [-136.5445, 59.7818, -136.5445, 59.7818]}, {"id": "2470", "type": "Feature", "properties": {"id": "uw61332966", "mag": 1.38, "time": 1506197756870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.684333, 48.248, 9.29]}, "bbox": [-121.684333, 48.248, -121.684333, 48.248]}, {"id": "2471", "type": "Feature", "properties": {"id": "ak16884247", "mag": 2.2, "time": 1506197594492, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0461, 51.8485, 92.8]}, "bbox": [-178.0461, 51.8485, -178.0461, 51.8485]}, {"id": "2472", "type": "Feature", "properties": {"id": "ak16883936", "mag": 1.0, "time": 1506196999226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8099, 64.7452, 10.2]}, "bbox": [-149.8099, 64.7452, -149.8099, 64.7452]}, {"id": "2473", "type": "Feature", "properties": {"id": "ci38008816", "mag": 1.2, "time": 1506196919720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.403833, 34.223333, 11.34]}, "bbox": [-118.403833, 34.223333, -118.403833, 34.223333]}, {"id": "2474", "type": "Feature", "properties": {"id": "nc72897586", "mag": 2.51, "time": 1506196446140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.396167, 40.494333, 25.08]}, "bbox": [-124.396167, 40.494333, -124.396167, 40.494333]}, {"id": "2475", "type": "Feature", "properties": {"id": "nc72897566", "mag": 2.07, "time": 1506194792800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.572667, 1.63]}, "bbox": [-118.835833, 37.572667, -118.835833, 37.572667]}, {"id": "2476", "type": "Feature", "properties": {"id": "nc72897561", "mag": 1.83, "time": 1506194678430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.574, 1.71]}, "bbox": [-118.8365, 37.574, -118.8365, 37.574]}, {"id": "2477", "type": "Feature", "properties": {"id": "ak16883864", "mag": 2.8, "time": 1506194224396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8992, 51.3293, 31.9]}, "bbox": [-175.8992, 51.3293, -175.8992, 51.3293]}, {"id": "2478", "type": "Feature", "properties": {"id": "ak16883866", "mag": 1.0, "time": 1506193955730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8833, 59.8983, 14.4]}, "bbox": [-136.8833, 59.8983, -136.8833, 59.8983]}, {"id": "2479", "type": "Feature", "properties": {"id": "nc72897541", "mag": 1.74, "time": 1506193009290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.6045, 4.22]}, "bbox": [-118.820833, 37.6045, -118.820833, 37.6045]}, {"id": "2480", "type": "Feature", "properties": {"id": "ak16883553", "mag": 1.2, "time": 1506192900100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4017, 65.5315, 14.2]}, "bbox": [-150.4017, 65.5315, -150.4017, 65.5315]}, {"id": "2481", "type": "Feature", "properties": {"id": "ak16883554", "mag": 1.2, "time": 1506192680980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0611, 67.1099, 2.8]}, "bbox": [-157.0611, 67.1099, -157.0611, 67.1099]}, {"id": "2482", "type": "Feature", "properties": {"id": "us2000atnx", "mag": 2.6, "time": 1506192601240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4214, 42.5566, 9.03]}, "bbox": [-111.4214, 42.5566, -111.4214, 42.5566]}, {"id": "2483", "type": "Feature", "properties": {"id": "ak16883552", "mag": 1.1, "time": 1506192410113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.197, 60.3011, 0.2]}, "bbox": [-143.197, 60.3011, -143.197, 60.3011]}, {"id": "2484", "type": "Feature", "properties": {"id": "nc72897531", "mag": 2.28, "time": 1506191594770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604, 4.22]}, "bbox": [-118.821667, 37.604, -118.821667, 37.604]}, {"id": "2485", "type": "Feature", "properties": {"id": "us2000augr", "mag": 4.5, "time": 1506191531170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.4442, -11.942, 15.62]}, "bbox": [-138.4442, -11.942, -138.4442, -11.942]}, {"id": "2486", "type": "Feature", "properties": {"id": "ci38008760", "mag": 1.23, "time": 1506190682920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.415167, 33.1465, 4.6]}, "bbox": [-116.415167, 33.1465, -116.415167, 33.1465]}, {"id": "2487", "type": "Feature", "properties": {"id": "ci38008752", "mag": 1.14, "time": 1506190401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.972, 33.217167, 7.81]}, "bbox": [-115.972, 33.217167, -115.972, 33.217167]}, {"id": "2488", "type": "Feature", "properties": {"id": "nc72897521", "mag": 1.68, "time": 1506190013010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811833, 38.821167, 1.49]}, "bbox": [-122.811833, 38.821167, -122.811833, 38.821167]}, {"id": "2489", "type": "Feature", "properties": {"id": "ak16883482", "mag": 1.4, "time": 1506189726896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.742, 64.4224, 18.2]}, "bbox": [-148.742, 64.4224, -148.742, 64.4224]}, {"id": "2490", "type": "Feature", "properties": {"id": "ak16923786", "mag": 2.7, "time": 1506189654902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1544, 53.4208, 25.6]}, "bbox": [-163.1544, 53.4208, -163.1544, 53.4208]}, {"id": "2491", "type": "Feature", "properties": {"id": "hv61918336", "mag": 2.94, "time": 1506189242240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611167, 19.4215, 2.482]}, "bbox": [-155.611167, 19.4215, -155.611167, 19.4215]}, {"id": "2492", "type": "Feature", "properties": {"id": "us2000atn1", "mag": 4.4, "time": 1506188901480, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.1457, 7.0739, 96.15]}, "bbox": [125.1457, 7.0739, 125.1457, 7.0739]}, {"id": "2493", "type": "Feature", "properties": {"id": "nc72897511", "mag": 1.1, "time": 1506188786860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7965, 37.484667, 7.75]}, "bbox": [-118.7965, 37.484667, -118.7965, 37.484667]}, {"id": "2494", "type": "Feature", "properties": {"id": "ak16883178", "mag": 2.9, "time": 1506188673480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5715, 58.1668, 7.8]}, "bbox": [-151.5715, 58.1668, -151.5715, 58.1668]}, {"id": "2495", "type": "Feature", "properties": {"id": "ak16923784", "mag": 1.7, "time": 1506187667099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6425, 60.6215, 67.6]}, "bbox": [-151.6425, 60.6215, -151.6425, 60.6215]}, {"id": "2496", "type": "Feature", "properties": {"id": "us2000atms", "mag": 5.0, "time": 1506187553100, "felt": 30.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.9096, -30.7535, 117.2]}, "bbox": [-68.9096, -30.7535, -68.9096, -30.7535]}, {"id": "2497", "type": "Feature", "properties": {"id": "ci38008720", "mag": 1.14, "time": 1506187127550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4515, 34.231833, 12.91]}, "bbox": [-117.4515, 34.231833, -117.4515, 34.231833]}, {"id": "2498", "type": "Feature", "properties": {"id": "nc72897476", "mag": 2.49, "time": 1506186613660, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3425, 36.714, -0.57]}, "bbox": [-121.3425, 36.714, -121.3425, 36.714]}, {"id": "2499", "type": "Feature", "properties": {"id": "nc72897471", "mag": 1.19, "time": 1506186452260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773834, 38.833832, 1.91]}, "bbox": [-122.773834, 38.833832, -122.773834, 38.833832]}, {"id": "2500", "type": "Feature", "properties": {"id": "ci38008696", "mag": 1.09, "time": 1506186268310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848333, 36.183167, 3.2]}, "bbox": [-117.848333, 36.183167, -117.848333, 36.183167]}, {"id": "2501", "type": "Feature", "properties": {"id": "ci38008688", "mag": 1.35, "time": 1506185983910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.845167, 36.179667, 2.43]}, "bbox": [-117.845167, 36.179667, -117.845167, 36.179667]}, {"id": "2502", "type": "Feature", "properties": {"id": "nc72897466", "mag": 1.85, "time": 1506185948480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807, 38.052667, 0.81]}, "bbox": [-118.807, 38.052667, -118.807, 38.052667]}, {"id": "2503", "type": "Feature", "properties": {"id": "us2000atmg", "mag": 4.4, "time": 1506185133990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [71.1291, 36.4703, 91.01]}, "bbox": [71.1291, 36.4703, 71.1291, 36.4703]}, {"id": "2504", "type": "Feature", "properties": {"id": "us2000atmf", "mag": 4.5, "time": 1506184783190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.21, -28.772, 131.62]}, "bbox": [-69.21, -28.772, -69.21, -28.772]}, {"id": "2505", "type": "Feature", "properties": {"id": "nc72897451", "mag": 1.44, "time": 1506184758630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9955, 36.407667, 6.86]}, "bbox": [-120.9955, 36.407667, -120.9955, 36.407667]}, {"id": "2506", "type": "Feature", "properties": {"id": "ci38008672", "mag": 2.68, "time": 1506184689590, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.498333, 5.63]}, "bbox": [-116.8015, 33.498333, -116.8015, 33.498333]}, {"id": "2507", "type": "Feature", "properties": {"id": "ci38008664", "mag": 1.11, "time": 1506184563870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.261167, 34.006833, 14.43]}, "bbox": [-117.261167, 34.006833, -117.261167, 34.006833]}, {"id": "2508", "type": "Feature", "properties": {"id": "us2000atmc", "mag": 2.7, "time": 1506184527900, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4447, 42.5711, 9.8]}, "bbox": [-111.4447, 42.5711, -111.4447, 42.5711]}, {"id": "2509", "type": "Feature", "properties": {"id": "us2000atma", "mag": 4.4, "time": 1506183893420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7171, 16.8156, 10.0]}, "bbox": [-94.7171, 16.8156, -94.7171, 16.8156]}, {"id": "2510", "type": "Feature", "properties": {"id": "nc72897441", "mag": 1.31, "time": 1506183491090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.170833, 12.95]}, "bbox": [-118.606833, 37.170833, -118.606833, 37.170833]}, {"id": "2511", "type": "Feature", "properties": {"id": "nc72897436", "mag": 1.56, "time": 1506183390100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.198667, 10.68]}, "bbox": [-118.606833, 37.198667, -118.606833, 37.198667]}, {"id": "2512", "type": "Feature", "properties": {"id": "ak16882778", "mag": 2.6, "time": 1506183338101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.6342, 57.1033, 9.7]}, "bbox": [-157.6342, 57.1033, -157.6342, 57.1033]}, {"id": "2513", "type": "Feature", "properties": {"id": "ak16923782", "mag": 2.0, "time": 1506182696586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8058, 59.0921, 75.1]}, "bbox": [-152.8058, 59.0921, -152.8058, 59.0921]}, {"id": "2514", "type": "Feature", "properties": {"id": "ak16882769", "mag": 3.1, "time": 1506182496691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0149, 52.3026, 176.2]}, "bbox": [-173.0149, 52.3026, -173.0149, 52.3026]}, {"id": "2515", "type": "Feature", "properties": {"id": "us2000atm1", "mag": 4.3, "time": 1506182042160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [62.7519, 26.1798, 45.69]}, "bbox": [62.7519, 26.1798, 62.7519, 26.1798]}, {"id": "2516", "type": "Feature", "properties": {"id": "ak16882474", "mag": 1.9, "time": 1506181429544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7141, 61.0689, 15.9]}, "bbox": [-150.7141, 61.0689, -150.7141, 61.0689]}, {"id": "2517", "type": "Feature", "properties": {"id": "ak16882473", "mag": 1.1, "time": 1506181415825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5959, 60.5708, 14.6]}, "bbox": [-141.5959, 60.5708, -141.5959, 60.5708]}, {"id": "2518", "type": "Feature", "properties": {"id": "nc72897426", "mag": 1.24, "time": 1506180532690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623667, 37.188167, 10.74]}, "bbox": [-118.623667, 37.188167, -118.623667, 37.188167]}, {"id": "2519", "type": "Feature", "properties": {"id": "ci38008584", "mag": 1.58, "time": 1506180105990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.444, 33.030667, 2.87]}, "bbox": [-116.444, 33.030667, -116.444, 33.030667]}, {"id": "2520", "type": "Feature", "properties": {"id": "us2000atlk", "mag": 3.8, "time": 1506180000610, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4292, 42.5433, 9.91]}, "bbox": [-111.4292, 42.5433, -111.4292, 42.5433]}, {"id": "2521", "type": "Feature", "properties": {"id": "us2000atlf", "mag": 4.2, "time": 1506179194220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0107, 16.603, 10.0]}, "bbox": [-95.0107, 16.603, -95.0107, 16.603]}, {"id": "2522", "type": "Feature", "properties": {"id": "mb80257194", "mag": 1.15, "time": 1506178837080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.886, 12.66]}, "bbox": [-112.525833, 46.886, -112.525833, 46.886]}, {"id": "2523", "type": "Feature", "properties": {"id": "nn00606739", "mag": 1.0, "time": 1506178325112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0924, 40.2311, 5.5]}, "bbox": [-121.0924, 40.2311, -121.0924, 40.2311]}, {"id": "2524", "type": "Feature", "properties": {"id": "ci38008536", "mag": 1.59, "time": 1506177881730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.495667, 3.67]}, "bbox": [-116.795667, 33.495667, -116.795667, 33.495667]}, {"id": "2525", "type": "Feature", "properties": {"id": "us2000atkr", "mag": 4.9, "time": 1506177106540, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8831, 16.6905, 10.0]}, "bbox": [-94.8831, 16.6905, -94.8831, 16.6905]}, {"id": "2526", "type": "Feature", "properties": {"id": "us2000atku", "mag": 4.2, "time": 1506176872070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.97, 16.7939, 10.0]}, "bbox": [-94.97, 16.7939, -94.97, 16.7939]}, {"id": "2527", "type": "Feature", "properties": {"id": "nc72897386", "mag": 1.06, "time": 1506176360420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811667, 38.818667, 2.57]}, "bbox": [-122.811667, 38.818667, -122.811667, 38.818667]}, {"id": "2528", "type": "Feature", "properties": {"id": "ci38008512", "mag": 2.34, "time": 1506176315810, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0575, 34.503333, 8.9]}, "bbox": [-118.0575, 34.503333, -118.0575, 34.503333]}, {"id": "2529", "type": "Feature", "properties": {"id": "us2000atkn", "mag": 4.4, "time": 1506176300040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1269, 16.7434, 10.0]}, "bbox": [-95.1269, 16.7434, -95.1269, 16.7434]}, {"id": "2530", "type": "Feature", "properties": {"id": "ak16882104", "mag": 1.1, "time": 1506175629079, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8075, 60.3407, 9.1]}, "bbox": [-139.8075, 60.3407, -139.8075, 60.3407]}, {"id": "2531", "type": "Feature", "properties": {"id": "nc72897361", "mag": 0.96, "time": 1506174820850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.612, 37.392833, 13.92]}, "bbox": [-118.612, 37.392833, -118.612, 37.392833]}, {"id": "2532", "type": "Feature", "properties": {"id": "ak16881826", "mag": 2.5, "time": 1506174802909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6324, 58.8539, 123.3]}, "bbox": [-154.6324, 58.8539, -154.6324, 58.8539]}, {"id": "2533", "type": "Feature", "properties": {"id": "ci38008496", "mag": 1.78, "time": 1506174424760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817167, 34.867667, 4.67]}, "bbox": [-118.817167, 34.867667, -118.817167, 34.867667]}, {"id": "2534", "type": "Feature", "properties": {"id": "ak16881795", "mag": 1.1, "time": 1506173527174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8881, 64.8661, 12.9]}, "bbox": [-148.8881, 64.8661, -148.8881, 64.8661]}, {"id": "2535", "type": "Feature", "properties": {"id": "us2000atke", "mag": 5.1, "time": 1506173434140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.8176, 13.6704, 193.27]}, "bbox": [120.8176, 13.6704, 120.8176, 13.6704]}, {"id": "2536", "type": "Feature", "properties": {"id": "us2000atk8", "mag": 4.8, "time": 1506173052110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9123, 16.7308, 10.0]}, "bbox": [-94.9123, 16.7308, -94.9123, 16.7308]}, {"id": "2537", "type": "Feature", "properties": {"id": "ak16881771", "mag": 1.2, "time": 1506172200912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8726, 64.8605, 11.6]}, "bbox": [-148.8726, 64.8605, -148.8726, 64.8605]}, {"id": "2538", "type": "Feature", "properties": {"id": "ak16881749", "mag": 1.6, "time": 1506171778198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8844, 64.8563, 10.3]}, "bbox": [-148.8844, 64.8563, -148.8844, 64.8563]}, {"id": "2539", "type": "Feature", "properties": {"id": "us2000atjy", "mag": 4.3, "time": 1506171499860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.9043, -2.9658, 44.93]}, "bbox": [129.9043, -2.9658, 129.9043, -2.9658]}, {"id": "2540", "type": "Feature", "properties": {"id": "uu60248857", "mag": 1.35, "time": 1506171338590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.890833, 37.000833, 18.28]}, "bbox": [-112.890833, 37.000833, -112.890833, 37.000833]}, {"id": "2541", "type": "Feature", "properties": {"id": "us2000atjv", "mag": 6.1, "time": 1506171182420, "felt": 203.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9509, 16.7732, 9.62]}, "bbox": [-94.9509, 16.7732, -94.9509, 16.7732]}, {"id": "2542", "type": "Feature", "properties": {"id": "ak16881467", "mag": 1.4, "time": 1506170949832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8768, 64.9158, 8.5]}, "bbox": [-148.8768, 64.9158, -148.8768, 64.9158]}, {"id": "2543", "type": "Feature", "properties": {"id": "ak16881459", "mag": 1.7, "time": 1506170669236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6941, 64.6752, 17.2]}, "bbox": [-149.6941, 64.6752, -149.6941, 64.6752]}, {"id": "2544", "type": "Feature", "properties": {"id": "ak16881453", "mag": 1.5, "time": 1506170369239, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9047, 64.8585, 16.1]}, "bbox": [-148.9047, 64.8585, -148.9047, 64.8585]}, {"id": "2545", "type": "Feature", "properties": {"id": "us2000atjm", "mag": 4.6, "time": 1506169519350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.1923, 31.1823, 10.0]}, "bbox": [142.1923, 31.1823, 142.1923, 31.1823]}, {"id": "2546", "type": "Feature", "properties": {"id": "us2000avhc", "mag": 2.6, "time": 1506167877970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.84, 52.2553, 189.02]}, "bbox": [-175.84, 52.2553, -175.84, 52.2553]}, {"id": "2547", "type": "Feature", "properties": {"id": "ak16881171", "mag": 2.3, "time": 1506167030162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8612, 51.6605, 44.9]}, "bbox": [-175.8612, 51.6605, -175.8612, 51.6605]}, {"id": "2548", "type": "Feature", "properties": {"id": "uu60248832", "mag": 1.05, "time": 1506167017860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.340667, 40.274333, 3.24]}, "bbox": [-111.340667, 40.274333, -111.340667, 40.274333]}, {"id": "2549", "type": "Feature", "properties": {"id": "us2000augc", "mag": 4.6, "time": 1506166612290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [154.9573, -5.8521, 181.5]}, "bbox": [154.9573, -5.8521, 154.9573, -5.8521]}, {"id": "2550", "type": "Feature", "properties": {"id": "ak16881170", "mag": 1.2, "time": 1506166372386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7852, 62.5649, 5.8]}, "bbox": [-151.7852, 62.5649, -151.7852, 62.5649]}, {"id": "2551", "type": "Feature", "properties": {"id": "ak16881168", "mag": 1.3, "time": 1506166038103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5567, 63.2977, 0.7]}, "bbox": [-150.5567, 63.2977, -150.5567, 63.2977]}, {"id": "2552", "type": "Feature", "properties": {"id": "nc72897346", "mag": 1.79, "time": 1506165696260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112333, 37.231, 6.72]}, "bbox": [-118.112333, 37.231, -118.112333, 37.231]}, {"id": "2553", "type": "Feature", "properties": {"id": "us2000avha", "mag": 3.4, "time": 1506165671380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4308, 52.2784, 36.52]}, "bbox": [-170.4308, 52.2784, -170.4308, 52.2784]}, {"id": "2554", "type": "Feature", "properties": {"id": "ci38008448", "mag": 1.41, "time": 1506165347360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.561667, 32.957167, 8.78]}, "bbox": [-116.561667, 32.957167, -116.561667, 32.957167]}, {"id": "2555", "type": "Feature", "properties": {"id": "ak16881165", "mag": 1.3, "time": 1506165145820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3968, 60.1913, 0.0]}, "bbox": [-141.3968, 60.1913, -141.3968, 60.1913]}, {"id": "2556", "type": "Feature", "properties": {"id": "ak16881154", "mag": 1.7, "time": 1506164474729, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4355, 60.0468, 0.0]}, "bbox": [-139.4355, 60.0468, -139.4355, 60.0468]}, {"id": "2557", "type": "Feature", "properties": {"id": "ak16923760", "mag": 1.5, "time": 1506164269172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3627, 51.5307, 19.4]}, "bbox": [-177.3627, 51.5307, -177.3627, 51.5307]}, {"id": "2558", "type": "Feature", "properties": {"id": "us2000atis", "mag": 5.8, "time": 1506163088980, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1625, 15.6979, 74.22]}, "bbox": [-94.1625, 15.6979, -94.1625, 15.6979]}, {"id": "2559", "type": "Feature", "properties": {"id": "ak16880880", "mag": 2.0, "time": 1506162923314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4514, 58.8323, 121.0]}, "bbox": [-154.4514, 58.8323, -154.4514, 58.8323]}, {"id": "2560", "type": "Feature", "properties": {"id": "ak16880879", "mag": 1.5, "time": 1506162509845, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4379, 59.9894, 0.0]}, "bbox": [-139.4379, 59.9894, -139.4379, 59.9894]}, {"id": "2561", "type": "Feature", "properties": {"id": "nc72897331", "mag": 1.09, "time": 1506162381540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827, 37.610667, 4.37]}, "bbox": [-118.827, 37.610667, -118.827, 37.610667]}, {"id": "2562", "type": "Feature", "properties": {"id": "ak16880874", "mag": 1.6, "time": 1506161778674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9513, 62.6833, 55.4]}, "bbox": [-148.9513, 62.6833, -148.9513, 62.6833]}, {"id": "2563", "type": "Feature", "properties": {"id": "ak16880872", "mag": 2.2, "time": 1506161709130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2999, 57.8298, 119.2]}, "bbox": [-156.2999, 57.8298, -156.2999, 57.8298]}, {"id": "2564", "type": "Feature", "properties": {"id": "ak16880868", "mag": 1.9, "time": 1506161335096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0011, 60.342, 8.2]}, "bbox": [-143.0011, 60.342, -143.0011, 60.342]}, {"id": "2565", "type": "Feature", "properties": {"id": "ak16880864", "mag": 1.5, "time": 1506160533641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2829, 64.8808, 8.0]}, "bbox": [-151.2829, 64.8808, -151.2829, 64.8808]}, {"id": "2566", "type": "Feature", "properties": {"id": "nc72897316", "mag": 1.12, "time": 1506160300400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.288667, 36.670833, 2.66]}, "bbox": [-121.288667, 36.670833, -121.288667, 36.670833]}, {"id": "2567", "type": "Feature", "properties": {"id": "us2000ati0", "mag": 4.5, "time": 1506158356450, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.7746, 9.1385, 52.29]}, "bbox": [-77.7746, 9.1385, -77.7746, 9.1385]}, {"id": "2568", "type": "Feature", "properties": {"id": "nc72897301", "mag": 3.32, "time": 1506157219710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0845, 40.348333, 11.62]}, "bbox": [-127.0845, 40.348333, -127.0845, 40.348333]}, {"id": "2569", "type": "Feature", "properties": {"id": "uw61332771", "mag": 1.35, "time": 1506157207660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.313333, 47.606333, 8.75]}, "bbox": [-122.313333, 47.606333, -122.313333, 47.606333]}, {"id": "2570", "type": "Feature", "properties": {"id": "nc72897271", "mag": 1.14, "time": 1506156362630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.254167, 36.643167, 6.03]}, "bbox": [-121.254167, 36.643167, -121.254167, 36.643167]}, {"id": "2571", "type": "Feature", "properties": {"id": "ak16880667", "mag": 1.1, "time": 1506155808049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5764, 61.5311, 0.0]}, "bbox": [-140.5764, 61.5311, -140.5764, 61.5311]}, {"id": "2572", "type": "Feature", "properties": {"id": "us2000ati7", "mag": 3.5, "time": 1506155357560, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0524, 41.3116, 5.0]}, "bbox": [129.0524, 41.3116, 129.0524, 41.3116]}, {"id": "2573", "type": "Feature", "properties": {"id": "us2000atht", "mag": 4.7, "time": 1506154802240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.0272, 44.3731, 31.79]}, "bbox": [152.0272, 44.3731, 152.0272, 44.3731]}, {"id": "2574", "type": "Feature", "properties": {"id": "ak16880659", "mag": 1.0, "time": 1506154668324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1159, 65.4383, 3.7]}, "bbox": [-142.1159, 65.4383, -142.1159, 65.4383]}, {"id": "2575", "type": "Feature", "properties": {"id": "ak16880589", "mag": 2.0, "time": 1506153946841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.5946, 79.6]}, "bbox": [-151.6279, 61.5946, -151.6279, 61.5946]}, {"id": "2576", "type": "Feature", "properties": {"id": "nc72897246", "mag": 1.31, "time": 1506153823970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.762, 38.794, 0.72]}, "bbox": [-122.762, 38.794, -122.762, 38.794]}, {"id": "2577", "type": "Feature", "properties": {"id": "ci38008352", "mag": 1.63, "time": 1506153604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4425, 33.0265, 5.8]}, "bbox": [-116.4425, 33.0265, -116.4425, 33.0265]}, {"id": "2578", "type": "Feature", "properties": {"id": "nn00606675", "mag": 1.2, "time": 1506152057931, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4054, 10.3]}, "bbox": [-118.9167, 38.4054, -118.9167, 38.4054]}, {"id": "2579", "type": "Feature", "properties": {"id": "ak16880394", "mag": 3.6, "time": 1506152017544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.2081, 31.9]}, "bbox": [-170.3853, 52.2081, -170.3853, 52.2081]}, {"id": "2580", "type": "Feature", "properties": {"id": "ak16923747", "mag": 1.9, "time": 1506151958661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4175, 51.6761, 16.6]}, "bbox": [-178.4175, 51.6761, -178.4175, 51.6761]}, {"id": "2581", "type": "Feature", "properties": {"id": "ci38008344", "mag": 1.48, "time": 1506151638300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.324167, 33.310833, 12.5]}, "bbox": [-116.324167, 33.310833, -116.324167, 33.310833]}, {"id": "2582", "type": "Feature", "properties": {"id": "uu60248802", "mag": 2.41, "time": 1506151450100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.419667, 42.565833, 9.15]}, "bbox": [-111.419667, 42.565833, -111.419667, 42.565833]}, {"id": "2583", "type": "Feature", "properties": {"id": "us2000ath8", "mag": 4.1, "time": 1506151137510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2976, 15.8203, 61.65]}, "bbox": [-94.2976, 15.8203, -94.2976, 15.8203]}, {"id": "2584", "type": "Feature", "properties": {"id": "nc72897236", "mag": 1.32, "time": 1506151113910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898167, 37.524833, 12.73]}, "bbox": [-118.898167, 37.524833, -118.898167, 37.524833]}, {"id": "2585", "type": "Feature", "properties": {"id": "us2000ath6", "mag": 4.1, "time": 1506150769430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3958, 15.2768, 10.51]}, "bbox": [-94.3958, 15.2768, -94.3958, 15.2768]}, {"id": "2586", "type": "Feature", "properties": {"id": "ci38008328", "mag": 1.27, "time": 1506150100050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.200167, 33.893167, 7.86]}, "bbox": [-118.200167, 33.893167, -118.200167, 33.893167]}, {"id": "2587", "type": "Feature", "properties": {"id": "nn00606672", "mag": 1.5, "time": 1506150086518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2696, 38.2952, 0.0]}, "bbox": [-116.2696, 38.2952, -116.2696, 38.2952]}, {"id": "2588", "type": "Feature", "properties": {"id": "us2000augd", "mag": 4.4, "time": 1506150000550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.8812, 20.1804, 76.9]}, "bbox": [144.8812, 20.1804, 144.8812, 20.1804]}, {"id": "2589", "type": "Feature", "properties": {"id": "ci38008320", "mag": 1.19, "time": 1506149119830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9395, 33.982167, 4.39]}, "bbox": [-116.9395, 33.982167, -116.9395, 33.982167]}, {"id": "2590", "type": "Feature", "properties": {"id": "us2000atgz", "mag": 4.2, "time": 1506149095090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.0247, 10.6523, 19.49]}, "bbox": [-87.0247, 10.6523, -87.0247, 10.6523]}, {"id": "2591", "type": "Feature", "properties": {"id": "ak16880326", "mag": 2.0, "time": 1506149068802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0613, 61.3779, 34.8]}, "bbox": [-150.0613, 61.3779, -150.0613, 61.3779]}, {"id": "2592", "type": "Feature", "properties": {"id": "us2000ath2", "mag": 4.7, "time": 1506149033340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.7584, -3.0863, 34.1]}, "bbox": [129.7584, -3.0863, 129.7584, -3.0863]}, {"id": "2593", "type": "Feature", "properties": {"id": "ak16880327", "mag": 1.1, "time": 1506149006055, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2865, 68.6023, 13.4]}, "bbox": [-147.2865, 68.6023, -147.2865, 68.6023]}, {"id": "2594", "type": "Feature", "properties": {"id": "uw61332671", "mag": 1.77, "time": 1506147857710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.281667, 47.7015, 25.73]}, "bbox": [-122.281667, 47.7015, -122.281667, 47.7015]}, {"id": "2595", "type": "Feature", "properties": {"id": "nc72897231", "mag": 2.11, "time": 1506147638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6555, 36.061833, 9.09]}, "bbox": [-119.6555, 36.061833, -119.6555, 36.061833]}, {"id": "2596", "type": "Feature", "properties": {"id": "us2000aug5", "mag": 4.5, "time": 1506146537200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8683, -24.2891, 524.27]}, "bbox": [-179.8683, -24.2891, -179.8683, -24.2891]}, {"id": "2597", "type": "Feature", "properties": {"id": "ci38008296", "mag": 1.25, "time": 1506146485640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.616, 33.586167, 13.04]}, "bbox": [-116.616, 33.586167, -116.616, 33.586167]}, {"id": "2598", "type": "Feature", "properties": {"id": "ak16880116", "mag": 1.8, "time": 1506145682289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2213, 66.2475, 7.6]}, "bbox": [-142.2213, 66.2475, -142.2213, 66.2475]}, {"id": "2599", "type": "Feature", "properties": {"id": "nn00606730", "mag": 1.3, "time": 1506145648978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1876, 38.2127, 0.0]}, "bbox": [-116.1876, 38.2127, -116.1876, 38.2127]}, {"id": "2600", "type": "Feature", "properties": {"id": "ci38008288", "mag": 1.58, "time": 1506145525140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4415, 32.5255, 16.12]}, "bbox": [-117.4415, 32.5255, -117.4415, 32.5255]}, {"id": "2601", "type": "Feature", "properties": {"id": "nn00606667", "mag": 1.5, "time": 1506145236843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.917, 38.3346, 11.4]}, "bbox": [-118.917, 38.3346, -118.917, 38.3346]}, {"id": "2602", "type": "Feature", "properties": {"id": "us2000atgp", "mag": 4.5, "time": 1506143865490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.7175, 9.7486, 52.5]}, "bbox": [-74.7175, 9.7486, -74.7175, 9.7486]}, {"id": "2603", "type": "Feature", "properties": {"id": "us2000athl", "mag": 4.4, "time": 1506143271620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [108.9322, -8.2399, 66.53]}, "bbox": [108.9322, -8.2399, 108.9322, -8.2399]}, {"id": "2604", "type": "Feature", "properties": {"id": "nc72897216", "mag": 1.88, "time": 1506142958730, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9835, 40.89, 15.76]}, "bbox": [-121.9835, 40.89, -121.9835, 40.89]}, {"id": "2605", "type": "Feature", "properties": {"id": "nc72897211", "mag": 1.17, "time": 1506142616000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837166, 1.66]}, "bbox": [-122.827667, 38.837166, -122.827667, 38.837166]}, {"id": "2606", "type": "Feature", "properties": {"id": "nc72897201", "mag": 0.95, "time": 1506142430900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.848, 38.839168, 2.3]}, "bbox": [-122.848, 38.839168, -122.848, 38.839168]}, {"id": "2607", "type": "Feature", "properties": {"id": "nc72897191", "mag": 1.9, "time": 1506141940330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 40.264333, 3.77]}, "bbox": [-121.177333, 40.264333, -121.177333, 40.264333]}, {"id": "2608", "type": "Feature", "properties": {"id": "ak16879870", "mag": 2.3, "time": 1506141876996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6246, 59.199, 103.8]}, "bbox": [-153.6246, 59.199, -153.6246, 59.199]}, {"id": "2609", "type": "Feature", "properties": {"id": "ak16879869", "mag": 1.3, "time": 1506141297637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7807, 60.3298, 7.0]}, "bbox": [-139.7807, 60.3298, -139.7807, 60.3298]}, {"id": "2610", "type": "Feature", "properties": {"id": "nn00606723", "mag": 1.0, "time": 1506140560559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2867, 38.4929, 10.3]}, "bbox": [-119.2867, 38.4929, -119.2867, 38.4929]}, {"id": "2611", "type": "Feature", "properties": {"id": "ci38008224", "mag": 0.95, "time": 1506140386650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.208667, 33.3405, 11.26]}, "bbox": [-116.208667, 33.3405, -116.208667, 33.3405]}, {"id": "2612", "type": "Feature", "properties": {"id": "ak16879830", "mag": 1.4, "time": 1506140318328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2827, 60.4409, 47.8]}, "bbox": [-151.2827, 60.4409, -151.2827, 60.4409]}, {"id": "2613", "type": "Feature", "properties": {"id": "nn00606722", "mag": 1.2, "time": 1506140002001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9021, 38.3867, 7.8]}, "bbox": [-118.9021, 38.3867, -118.9021, 38.3867]}, {"id": "2614", "type": "Feature", "properties": {"id": "nn00606720", "mag": 1.1, "time": 1506139980519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2929, 38.489, 10.9]}, "bbox": [-119.2929, 38.489, -119.2929, 38.489]}, {"id": "2615", "type": "Feature", "properties": {"id": "nc72897176", "mag": 1.78, "time": 1506139907070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.285333, 38.488, 8.4]}, "bbox": [-119.285333, 38.488, -119.285333, 38.488]}, {"id": "2616", "type": "Feature", "properties": {"id": "nc72897171", "mag": 1.19, "time": 1506139518870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735336, 38.790001, 1.8]}, "bbox": [-122.735336, 38.790001, -122.735336, 38.790001]}, {"id": "2617", "type": "Feature", "properties": {"id": "nc72897166", "mag": 2.9, "time": 1506138206720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.992667, 40.335333, 11.62]}, "bbox": [-126.992667, 40.335333, -126.992667, 40.335333]}, {"id": "2618", "type": "Feature", "properties": {"id": "us2000atgc", "mag": 4.2, "time": 1506137667560, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9729, 15.6003, 33.69]}, "bbox": [-94.9729, 15.6003, -94.9729, 15.6003]}, {"id": "2619", "type": "Feature", "properties": {"id": "nc72897161", "mag": 3.28, "time": 1506137168410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.014, 40.471167, 11.62]}, "bbox": [-127.014, 40.471167, -127.014, 40.471167]}, {"id": "2620", "type": "Feature", "properties": {"id": "ak16879595", "mag": 2.4, "time": 1506137087441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8458, 58.348, 0.3]}, "bbox": [-151.8458, 58.348, -151.8458, 58.348]}, {"id": "2621", "type": "Feature", "properties": {"id": "ak16923736", "mag": 1.3, "time": 1506135643558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0957, 61.7127, 43.6]}, "bbox": [-150.0957, 61.7127, -150.0957, 61.7127]}, {"id": "2622", "type": "Feature", "properties": {"id": "ak16879403", "mag": 1.0, "time": 1506135058360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4982, 63.0889, 5.6]}, "bbox": [-151.4982, 63.0889, -151.4982, 63.0889]}, {"id": "2623", "type": "Feature", "properties": {"id": "ak16923734", "mag": 2.5, "time": 1506133328382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4425, 54.2787, 25.6]}, "bbox": [-161.4425, 54.2787, -161.4425, 54.2787]}, {"id": "2624", "type": "Feature", "properties": {"id": "ak16879357", "mag": 2.6, "time": 1506132937319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3477, 59.8339, 130.6]}, "bbox": [-153.3477, 59.8339, -153.3477, 59.8339]}, {"id": "2625", "type": "Feature", "properties": {"id": "ak16879346", "mag": 2.2, "time": 1506132165090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4939, 67.7172, 16.4]}, "bbox": [-143.4939, 67.7172, -143.4939, 67.7172]}, {"id": "2626", "type": "Feature", "properties": {"id": "ak16879344", "mag": 2.6, "time": 1506132016431, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1196, 54.9637, 82.8]}, "bbox": [-161.1196, 54.9637, -161.1196, 54.9637]}, {"id": "2627", "type": "Feature", "properties": {"id": "nn00606656", "mag": 1.3, "time": 1506130971840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3283, 38.6945, 9.9]}, "bbox": [-119.3283, 38.6945, -119.3283, 38.6945]}, {"id": "2628", "type": "Feature", "properties": {"id": "nc72897141", "mag": 2.05, "time": 1506130087910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.4195, 40.470333, 27.65]}, "bbox": [-124.4195, 40.470333, -124.4195, 40.470333]}, {"id": "2629", "type": "Feature", "properties": {"id": "ak16879132", "mag": 1.4, "time": 1506129632041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0373, 62.0301, 10.3]}, "bbox": [-149.0373, 62.0301, -149.0373, 62.0301]}, {"id": "2630", "type": "Feature", "properties": {"id": "us2000atfh", "mag": 2.6, "time": 1506129518070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4417, 42.5563, 10.5]}, "bbox": [-111.4417, 42.5563, -111.4417, 42.5563]}, {"id": "2631", "type": "Feature", "properties": {"id": "nc72897136", "mag": 1.16, "time": 1506129465180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.888333, 36.006167, 8.34]}, "bbox": [-120.888333, 36.006167, -120.888333, 36.006167]}, {"id": "2632", "type": "Feature", "properties": {"id": "ak16879131", "mag": 1.2, "time": 1506128472934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7081, 62.2652, 36.6]}, "bbox": [-148.7081, 62.2652, -148.7081, 62.2652]}, {"id": "2633", "type": "Feature", "properties": {"id": "nc72897126", "mag": 2.19, "time": 1506127820390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.640167, 36.048667, 19.79]}, "bbox": [-119.640167, 36.048667, -119.640167, 36.048667]}, {"id": "2634", "type": "Feature", "properties": {"id": "us2000aug3", "mag": 4.3, "time": 1506127768780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.2316, -6.5899, 129.05]}, "bbox": [130.2316, -6.5899, 130.2316, -6.5899]}, {"id": "2635", "type": "Feature", "properties": {"id": "us2000atfc", "mag": 4.4, "time": 1506126533850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4878, -17.8955, 579.93]}, "bbox": [-178.4878, -17.8955, -178.4878, -17.8955]}, {"id": "2636", "type": "Feature", "properties": {"id": "ak16878940", "mag": 1.3, "time": 1506126488960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4306, 62.433, 39.3]}, "bbox": [-148.4306, 62.433, -148.4306, 62.433]}, {"id": "2637", "type": "Feature", "properties": {"id": "ak16923727", "mag": 1.8, "time": 1506125768611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7156, 59.1725, 89.1]}, "bbox": [-153.7156, 59.1725, -153.7156, 59.1725]}, {"id": "2638", "type": "Feature", "properties": {"id": "uw61332606", "mag": 1.37, "time": 1506125724350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8475, 47.767167, 17.62]}, "bbox": [-122.8475, 47.767167, -122.8475, 47.767167]}, {"id": "2639", "type": "Feature", "properties": {"id": "us2000atf6", "mag": 4.6, "time": 1506125651480, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.5944, 34.2131, 35.0]}, "bbox": [74.5944, 34.2131, 74.5944, 34.2131]}, {"id": "2640", "type": "Feature", "properties": {"id": "ak16923726", "mag": 1.0, "time": 1506125523162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4554, 62.0263, 40.4]}, "bbox": [-147.4554, 62.0263, -147.4554, 62.0263]}, {"id": "2641", "type": "Feature", "properties": {"id": "ak16926133", "mag": 2.1, "time": 1506124308750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1191, 56.3855, 12.5]}, "bbox": [-156.1191, 56.3855, -156.1191, 56.3855]}, {"id": "2642", "type": "Feature", "properties": {"id": "nn00606641", "mag": 1.1, "time": 1506124233235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9048, 38.3823, 7.9]}, "bbox": [-118.9048, 38.3823, -118.9048, 38.3823]}, {"id": "2643", "type": "Feature", "properties": {"id": "us2000atex", "mag": 5.3, "time": 1506124170400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0234, 31.3473, 31.02]}, "bbox": [141.0234, 31.3473, 141.0234, 31.3473]}, {"id": "2644", "type": "Feature", "properties": {"id": "ak16878728", "mag": 1.1, "time": 1506123741185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3949, 64.9801, 0.0]}, "bbox": [-147.3949, 64.9801, -147.3949, 64.9801]}, {"id": "2645", "type": "Feature", "properties": {"id": "uw61332586", "mag": 1.03, "time": 1506123697550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.176833, 48.224167, 9.44]}, "bbox": [-122.176833, 48.224167, -122.176833, 48.224167]}, {"id": "2646", "type": "Feature", "properties": {"id": "ak16926129", "mag": 1.4, "time": 1506123469629, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8468, 66.6906, 13.5]}, "bbox": [-135.8468, 66.6906, -135.8468, 66.6906]}, {"id": "2647", "type": "Feature", "properties": {"id": "ak16878722", "mag": 1.4, "time": 1506123273253, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.5552, 60.2789, 8.4]}, "bbox": [-142.5552, 60.2789, -142.5552, 60.2789]}, {"id": "2648", "type": "Feature", "properties": {"id": "us2000awr8", "mag": 4.2, "time": 1506122891910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.1488, -4.6487, 111.7]}, "bbox": [144.1488, -4.6487, 144.1488, -4.6487]}, {"id": "2649", "type": "Feature", "properties": {"id": "us2000ateh", "mag": 4.9, "time": 1506122747420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.6233, -7.7533, 37.28]}, "bbox": [159.6233, -7.7533, 159.6233, -7.7533]}, {"id": "2650", "type": "Feature", "properties": {"id": "uw61332576", "mag": 1.22, "time": 1506122597830, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.362, 45.695667, -0.73]}, "bbox": [-122.362, 45.695667, -122.362, 45.695667]}, {"id": "2651", "type": "Feature", "properties": {"id": "ak16926127", "mag": 1.8, "time": 1506122331683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.4507, 53.4966, 5.7]}, "bbox": [-165.4507, 53.4966, -165.4507, 53.4966]}, {"id": "2652", "type": "Feature", "properties": {"id": "nc72897116", "mag": 3.91, "time": 1506122239050, "felt": 60.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.417333, 40.495333, 26.88]}, "bbox": [-124.417333, 40.495333, -124.417333, 40.495333]}, {"id": "2653", "type": "Feature", "properties": {"id": "nc72897111", "mag": 2.5, "time": 1506122222600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.119, 36.5365, 3.92]}, "bbox": [-121.119, 36.5365, -121.119, 36.5365]}, {"id": "2654", "type": "Feature", "properties": {"id": "ak16878700", "mag": 1.8, "time": 1506121093447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.734, 61.0547, 12.8]}, "bbox": [-150.734, 61.0547, -150.734, 61.0547]}, {"id": "2655", "type": "Feature", "properties": {"id": "us2000awr7", "mag": 4.8, "time": 1506120979560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-35.8191, 7.4851, 10.0]}, "bbox": [-35.8191, 7.4851, -35.8191, 7.4851]}, {"id": "2656", "type": "Feature", "properties": {"id": "mb80257104", "mag": 0.96, "time": 1506120805630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.649833, 45.463833, 2.97]}, "bbox": [-112.649833, 45.463833, -112.649833, 45.463833]}, {"id": "2657", "type": "Feature", "properties": {"id": "ci38008136", "mag": 1.88, "time": 1506120529920, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.496833, 4.18]}, "bbox": [-116.8015, 33.496833, -116.8015, 33.496833]}, {"id": "2658", "type": "Feature", "properties": {"id": "nc72897096", "mag": 1.12, "time": 1506120001160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939167, 37.600667, 1.08]}, "bbox": [-118.939167, 37.600667, -118.939167, 37.600667]}, {"id": "2659", "type": "Feature", "properties": {"id": "us2000awra", "mag": 4.0, "time": 1506119896150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.7982, -5.8817, 310.41]}, "bbox": [128.7982, -5.8817, 128.7982, -5.8817]}, {"id": "2660", "type": "Feature", "properties": {"id": "ak16926125", "mag": 2.1, "time": 1506118947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 60.2166, 143.0]}, "bbox": [-153.1588, 60.2166, -153.1588, 60.2166]}, {"id": "2661", "type": "Feature", "properties": {"id": "ci38008120", "mag": 1.02, "time": 1506118476380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0015, 34.316333, 6.69]}, "bbox": [-117.0015, 34.316333, -117.0015, 34.316333]}, {"id": "2662", "type": "Feature", "properties": {"id": "nc72897091", "mag": 1.46, "time": 1506118411060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8605, 39.795333, 0.38]}, "bbox": [-122.8605, 39.795333, -122.8605, 39.795333]}, {"id": "2663", "type": "Feature", "properties": {"id": "ak16926124", "mag": 1.8, "time": 1506118096316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2941, 60.3659, 4.5]}, "bbox": [-147.2941, 60.3659, -147.2941, 60.3659]}, {"id": "2664", "type": "Feature", "properties": {"id": "nc72897081", "mag": 1.12, "time": 1506117239720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.262833, 36.6425, 4.8]}, "bbox": [-121.262833, 36.6425, -121.262833, 36.6425]}, {"id": "2665", "type": "Feature", "properties": {"id": "nc72897086", "mag": 2.87, "time": 1506117196030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.983667, 40.3995, 16.96]}, "bbox": [-126.983667, 40.3995, -126.983667, 40.3995]}, {"id": "2666", "type": "Feature", "properties": {"id": "hv61917311", "mag": 1.89, "time": 1506116007530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.434662, 19.227833, 33.59]}, "bbox": [-155.434662, 19.227833, -155.434662, 19.227833]}, {"id": "2667", "type": "Feature", "properties": {"id": "ak16926123", "mag": 1.1, "time": 1506115983704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6992, 61.5094, 7.7]}, "bbox": [-140.6992, 61.5094, -140.6992, 61.5094]}, {"id": "2668", "type": "Feature", "properties": {"id": "ak16926121", "mag": 1.9, "time": 1506115445859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1112, 60.0903, 117.8]}, "bbox": [-153.1112, 60.0903, -153.1112, 60.0903]}, {"id": "2669", "type": "Feature", "properties": {"id": "ak16926120", "mag": 1.1, "time": 1506115334031, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0777, 62.5847, 77.8]}, "bbox": [-151.0777, 62.5847, -151.0777, 62.5847]}, {"id": "2670", "type": "Feature", "properties": {"id": "us2000awr9", "mag": 4.3, "time": 1506115308090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1151, -17.7862, 593.28]}, "bbox": [-178.1151, -17.7862, -178.1151, -17.7862]}, {"id": "2671", "type": "Feature", "properties": {"id": "ak16926119", "mag": 2.3, "time": 1506114986922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0025, 54.0581, 74.5]}, "bbox": [-165.0025, 54.0581, -165.0025, 54.0581]}, {"id": "2672", "type": "Feature", "properties": {"id": "ak16926118", "mag": 1.7, "time": 1506114971248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8129, 59.8684, 52.9]}, "bbox": [-151.8129, 59.8684, -151.8129, 59.8684]}, {"id": "2673", "type": "Feature", "properties": {"id": "nc72897066", "mag": 0.96, "time": 1506114595240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.820167, 2.73]}, "bbox": [-122.793999, 38.820167, -122.793999, 38.820167]}, {"id": "2674", "type": "Feature", "properties": {"id": "us2000atdb", "mag": 2.4, "time": 1506114466770, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7172, 36.3761, 4.22]}, "bbox": [-97.7172, 36.3761, -97.7172, 36.3761]}, {"id": "2675", "type": "Feature", "properties": {"id": "ak16926117", "mag": 2.5, "time": 1506113979958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1399, 56.7494, 112.8]}, "bbox": [-158.1399, 56.7494, -158.1399, 56.7494]}, {"id": "2676", "type": "Feature", "properties": {"id": "ak16878294", "mag": 1.9, "time": 1506113817766, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1371, 60.4549, 78.1]}, "bbox": [-152.1371, 60.4549, -152.1371, 60.4549]}, {"id": "2677", "type": "Feature", "properties": {"id": "ak16878292", "mag": 1.4, "time": 1506113608674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3651, 61.5158, 28.1]}, "bbox": [-146.3651, 61.5158, -146.3651, 61.5158]}, {"id": "2678", "type": "Feature", "properties": {"id": "ak16878288", "mag": 2.0, "time": 1506113191350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6595, 59.6404, 74.9]}, "bbox": [-152.6595, 59.6404, -152.6595, 59.6404]}, {"id": "2679", "type": "Feature", "properties": {"id": "hv61917256", "mag": 1.43, "time": 1506112916300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.825667, 19.312167, 8.904]}, "bbox": [-155.825667, 19.312167, -155.825667, 19.312167]}, {"id": "2680", "type": "Feature", "properties": {"id": "us2000atcg", "mag": 3.0, "time": 1506112409690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.6543, 40.4678, 10.42]}, "bbox": [-126.6543, 40.4678, -126.6543, 40.4678]}, {"id": "2681", "type": "Feature", "properties": {"id": "ak16878117", "mag": 1.1, "time": 1506111493188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4364, 62.2279, 3.6]}, "bbox": [-153.4364, 62.2279, -153.4364, 62.2279]}, {"id": "2682", "type": "Feature", "properties": {"id": "ak16878112", "mag": 1.8, "time": 1506111203565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6978, 58.82, 10.8]}, "bbox": [-153.6978, 58.82, -153.6978, 58.82]}, {"id": "2683", "type": "Feature", "properties": {"id": "nm60207231", "mag": 0.97, "time": 1506111124010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.499167, 36.239, 6.94]}, "bbox": [-89.499167, 36.239, -89.499167, 36.239]}, {"id": "2684", "type": "Feature", "properties": {"id": "us2000atbf", "mag": 5.7, "time": 1506109815030, "felt": 112.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-126.8342, 40.4144, 11.01]}, "bbox": [-126.8342, 40.4144, -126.8342, 40.4144]}, {"id": "2685", "type": "Feature", "properties": {"id": "nn00606606", "mag": 1.7, "time": 1506109275519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0338, 40.677, 7.0]}, "bbox": [-119.0338, 40.677, -119.0338, 40.677]}, {"id": "2686", "type": "Feature", "properties": {"id": "nc72897011", "mag": 1.34, "time": 1506108443760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.041, 35.58, -0.28]}, "bbox": [-121.041, 35.58, -121.041, 35.58]}, {"id": "2687", "type": "Feature", "properties": {"id": "ak16877921", "mag": 1.1, "time": 1506108429374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.752, 61.522, 5.7]}, "bbox": [-140.752, 61.522, -140.752, 61.522]}, {"id": "2688", "type": "Feature", "properties": {"id": "ci38008072", "mag": 1.35, "time": 1506108266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.202333, 34.987667, -0.83]}, "bbox": [-118.202333, 34.987667, -118.202333, 34.987667]}, {"id": "2689", "type": "Feature", "properties": {"id": "nc72897001", "mag": 1.91, "time": 1506107768510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7205, 38.773333, 1.82]}, "bbox": [-122.7205, 38.773333, -122.7205, 38.773333]}, {"id": "2690", "type": "Feature", "properties": {"id": "ak16877871", "mag": 1.9, "time": 1506107175373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7465, 59.9075, 2.4]}, "bbox": [-136.7465, 59.9075, -136.7465, 59.9075]}, {"id": "2691", "type": "Feature", "properties": {"id": "mb80257054", "mag": 1.62, "time": 1506107025590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.474333, 46.006833, -2.0]}, "bbox": [-112.474333, 46.006833, -112.474333, 46.006833]}, {"id": "2692", "type": "Feature", "properties": {"id": "ak16877869", "mag": 1.6, "time": 1506107008752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4734, 63.1712, 116.7]}, "bbox": [-150.4734, 63.1712, -150.4734, 63.1712]}, {"id": "2693", "type": "Feature", "properties": {"id": "ci38008032", "mag": 1.22, "time": 1506106977520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.345, 35.0535, -1.01]}, "bbox": [-118.345, 35.0535, -118.345, 35.0535]}, {"id": "2694", "type": "Feature", "properties": {"id": "us2000atab", "mag": 4.5, "time": 1506106483030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [163.2943, 54.9226, 10.0]}, "bbox": [163.2943, 54.9226, 163.2943, 54.9226]}, {"id": "2695", "type": "Feature", "properties": {"id": "nc72896976", "mag": 1.19, "time": 1506105877560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816833, 37.4545, 1.72]}, "bbox": [-118.816833, 37.4545, -118.816833, 37.4545]}, {"id": "2696", "type": "Feature", "properties": {"id": "nc72896966", "mag": 1.64, "time": 1506105469690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.945833, 41.046833, 10.15]}, "bbox": [-121.945833, 41.046833, -121.945833, 41.046833]}, {"id": "2697", "type": "Feature", "properties": {"id": "nc72896961", "mag": 1.88, "time": 1506105394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.951833, 41.047667, 13.46]}, "bbox": [-121.951833, 41.047667, -121.951833, 41.047667]}, {"id": "2698", "type": "Feature", "properties": {"id": "ak16926108", "mag": 2.2, "time": 1506105113528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5222, 56.3354, 50.1]}, "bbox": [-156.5222, 56.3354, -156.5222, 56.3354]}, {"id": "2699", "type": "Feature", "properties": {"id": "uu60248707", "mag": 1.68, "time": 1506104631990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.397333, 42.534833, 3.76]}, "bbox": [-111.397333, 42.534833, -111.397333, 42.534833]}, {"id": "2700", "type": "Feature", "properties": {"id": "ci38007992", "mag": 1.55, "time": 1506104354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 35.899167, 6.51]}, "bbox": [-116.9245, 35.899167, -116.9245, 35.899167]}, {"id": "2701", "type": "Feature", "properties": {"id": "ak16926107", "mag": 1.2, "time": 1506103639337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7358, 61.509, 12.2]}, "bbox": [-140.7358, 61.509, -140.7358, 61.509]}, {"id": "2702", "type": "Feature", "properties": {"id": "hv61917106", "mag": 1.63, "time": 1506102792120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.303667, 18.980667, 12.732]}, "bbox": [-155.303667, 18.980667, -155.303667, 18.980667]}, {"id": "2703", "type": "Feature", "properties": {"id": "ak16877700", "mag": 1.7, "time": 1506102481165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8203, 53.8611, 6.5]}, "bbox": [-166.8203, 53.8611, -166.8203, 53.8611]}, {"id": "2704", "type": "Feature", "properties": {"id": "ak16877698", "mag": 1.6, "time": 1506102300688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8262, 53.8452, 5.6]}, "bbox": [-166.8262, 53.8452, -166.8262, 53.8452]}, {"id": "2705", "type": "Feature", "properties": {"id": "uw61332361", "mag": 1.6, "time": 1506102282810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8865, 47.171, 14.87]}, "bbox": [-121.8865, 47.171, -121.8865, 47.171]}, {"id": "2706", "type": "Feature", "properties": {"id": "ak16877680", "mag": 1.9, "time": 1506102017646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8735, 62.7643, 9.8]}, "bbox": [-148.8735, 62.7643, -148.8735, 62.7643]}, {"id": "2707", "type": "Feature", "properties": {"id": "uu60248702", "mag": 1.26, "time": 1506101951970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.430167, 42.589833, 6.39]}, "bbox": [-111.430167, 42.589833, -111.430167, 42.589833]}, {"id": "2708", "type": "Feature", "properties": {"id": "ak16926103", "mag": 2.3, "time": 1506101692988, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9282, 51.3815, 44.4]}, "bbox": [-175.9282, 51.3815, -175.9282, 51.3815]}, {"id": "2709", "type": "Feature", "properties": {"id": "uu60248697", "mag": 2.15, "time": 1506100947090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4775, 42.630333, 2.79]}, "bbox": [-111.4775, 42.630333, -111.4775, 42.630333]}, {"id": "2710", "type": "Feature", "properties": {"id": "ak16926102", "mag": 1.9, "time": 1506100904987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2736, 59.4158, 101.2]}, "bbox": [-153.2736, 59.4158, -153.2736, 59.4158]}, {"id": "2711", "type": "Feature", "properties": {"id": "ak16877679", "mag": 1.1, "time": 1506100453436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9781, 63.2957, 76.0]}, "bbox": [-147.9781, 63.2957, -147.9781, 63.2957]}, {"id": "2712", "type": "Feature", "properties": {"id": "mb80257039", "mag": 1.48, "time": 1506100139660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555833, 46.892333, 9.34]}, "bbox": [-112.555833, 46.892333, -112.555833, 46.892333]}, {"id": "2713", "type": "Feature", "properties": {"id": "ci38007944", "mag": 1.7, "time": 1506100079090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656667, 34.638, 3.99]}, "bbox": [-116.656667, 34.638, -116.656667, 34.638]}, {"id": "2714", "type": "Feature", "properties": {"id": "uu60248692", "mag": 1.13, "time": 1506099922660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.514, 6.63]}, "bbox": [-111.408833, 42.514, -111.408833, 42.514]}, {"id": "2715", "type": "Feature", "properties": {"id": "ak16877641", "mag": 3.4, "time": 1506099810694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7965, 62.8041, 16.1]}, "bbox": [-148.7965, 62.8041, -148.7965, 62.8041]}, {"id": "2716", "type": "Feature", "properties": {"id": "nc72896921", "mag": 1.1, "time": 1506099607680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.816333, 38.808833, 2.84]}, "bbox": [-122.816333, 38.808833, -122.816333, 38.808833]}, {"id": "2717", "type": "Feature", "properties": {"id": "nc72896916", "mag": 3.01, "time": 1506099251650, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.362167, 40.3915, 25.7]}, "bbox": [-125.362167, 40.3915, -125.362167, 40.3915]}, {"id": "2718", "type": "Feature", "properties": {"id": "ak16877640", "mag": 1.4, "time": 1506099120563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.4377, 69.5097, 14.2]}, "bbox": [-142.4377, 69.5097, -142.4377, 69.5097]}, {"id": "2719", "type": "Feature", "properties": {"id": "hv61917081", "mag": 2.14, "time": 1506099100410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.043667, 19.653667, 42.069]}, "bbox": [-156.043667, 19.653667, -156.043667, 19.653667]}, {"id": "2720", "type": "Feature", "properties": {"id": "ak16926098", "mag": 1.7, "time": 1506099097278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9448, 59.8191, 95.1]}, "bbox": [-152.9448, 59.8191, -152.9448, 59.8191]}, {"id": "2721", "type": "Feature", "properties": {"id": "ci37166268", "mag": 1.03, "time": 1506097971820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.496667, 33.561167, -0.73]}, "bbox": [-117.496667, 33.561167, -117.496667, 33.561167]}, {"id": "2722", "type": "Feature", "properties": {"id": "ci38007912", "mag": 1.01, "time": 1506097946840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.406, 33.502167, 13.49]}, "bbox": [-116.406, 33.502167, -116.406, 33.502167]}, {"id": "2723", "type": "Feature", "properties": {"id": "ak16926097", "mag": 1.6, "time": 1506097726880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.164, 62.5769, 121.6]}, "bbox": [-152.164, 62.5769, -152.164, 62.5769]}, {"id": "2724", "type": "Feature", "properties": {"id": "nc72896896", "mag": 0.95, "time": 1506097561860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.062, 35.522667, 1.15]}, "bbox": [-121.062, 35.522667, -121.062, 35.522667]}, {"id": "2725", "type": "Feature", "properties": {"id": "uu60248682", "mag": 1.11, "time": 1506097353810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413333, 42.546167, 4.8]}, "bbox": [-111.413333, 42.546167, -111.413333, 42.546167]}, {"id": "2726", "type": "Feature", "properties": {"id": "uu60248677", "mag": 1.32, "time": 1506097004840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.595, 4.9]}, "bbox": [-111.424667, 42.595, -111.424667, 42.595]}, {"id": "2727", "type": "Feature", "properties": {"id": "nc72896881", "mag": 1.04, "time": 1506096955860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.874667, 37.619833, 8.25]}, "bbox": [-118.874667, 37.619833, -118.874667, 37.619833]}, {"id": "2728", "type": "Feature", "properties": {"id": "nc72896886", "mag": 3.06, "time": 1506096897270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.211833, 40.581333, 16.62]}, "bbox": [-127.211833, 40.581333, -127.211833, 40.581333]}, {"id": "2729", "type": "Feature", "properties": {"id": "uu60248672", "mag": 1.72, "time": 1506096443230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.59, 3.5]}, "bbox": [-111.447833, 42.59, -111.447833, 42.59]}, {"id": "2730", "type": "Feature", "properties": {"id": "ci38007888", "mag": 1.36, "time": 1506095052550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.495167, 4.57]}, "bbox": [-116.7965, 33.495167, -116.7965, 33.495167]}, {"id": "2731", "type": "Feature", "properties": {"id": "ak16877477", "mag": 1.5, "time": 1506094830892, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0265, 62.027, 12.7]}, "bbox": [-149.0265, 62.027, -149.0265, 62.027]}, {"id": "2732", "type": "Feature", "properties": {"id": "uu60248667", "mag": 1.93, "time": 1506094359510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4395, 42.584333, 3.5]}, "bbox": [-111.4395, 42.584333, -111.4395, 42.584333]}, {"id": "2733", "type": "Feature", "properties": {"id": "nn00606574", "mag": 1.6, "time": 1506094148428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9043, 38.3654, 6.9]}, "bbox": [-118.9043, 38.3654, -118.9043, 38.3654]}, {"id": "2734", "type": "Feature", "properties": {"id": "hv61917031", "mag": 1.65, "time": 1506094079130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279333, 18.952333, 12.363]}, "bbox": [-155.279333, 18.952333, -155.279333, 18.952333]}, {"id": "2735", "type": "Feature", "properties": {"id": "uu60248662", "mag": 2.05, "time": 1506093605010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456167, 42.602333, 3.17]}, "bbox": [-111.456167, 42.602333, -111.456167, 42.602333]}, {"id": "2736", "type": "Feature", "properties": {"id": "us2000at3w", "mag": 2.6, "time": 1506093461490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4231, 36.6952, 7.14]}, "bbox": [-98.4231, 36.6952, -98.4231, 36.6952]}, {"id": "2737", "type": "Feature", "properties": {"id": "ak16877317", "mag": 1.7, "time": 1506093374261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3603, 60.6882, 68.0]}, "bbox": [-151.3603, 60.6882, -151.3603, 60.6882]}, {"id": "2738", "type": "Feature", "properties": {"id": "ak16926094", "mag": 2.1, "time": 1506093004583, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8719, 54.5409, 50.1]}, "bbox": [-162.8719, 54.5409, -162.8719, 54.5409]}, {"id": "2739", "type": "Feature", "properties": {"id": "ak16877316", "mag": 1.4, "time": 1506092949248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2867, 67.5064, 1.5]}, "bbox": [-158.2867, 67.5064, -158.2867, 67.5064]}, {"id": "2740", "type": "Feature", "properties": {"id": "nn00606471", "mag": 1.3, "time": 1506092280598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1113, 38.2958, 6.8]}, "bbox": [-119.1113, 38.2958, -119.1113, 38.2958]}, {"id": "2741", "type": "Feature", "properties": {"id": "us2000awqu", "mag": 4.3, "time": 1506092048390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5573, 18.5841, 62.16]}, "bbox": [121.5573, 18.5841, 121.5573, 18.5841]}, {"id": "2742", "type": "Feature", "properties": {"id": "ak16926092", "mag": 1.3, "time": 1506091602226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7703, 57.7311, 11.6]}, "bbox": [-155.7703, 57.7311, -155.7703, 57.7311]}, {"id": "2743", "type": "Feature", "properties": {"id": "ak16877311", "mag": 1.7, "time": 1506091080231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9318, 61.3129, 6.7]}, "bbox": [-146.9318, 61.3129, -146.9318, 61.3129]}, {"id": "2744", "type": "Feature", "properties": {"id": "us2000awqt", "mag": 4.5, "time": 1506090800020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4373, -23.752, 560.01]}, "bbox": [-179.4373, -23.752, -179.4373, -23.752]}, {"id": "2745", "type": "Feature", "properties": {"id": "nc72904206", "mag": 1.3, "time": 1506089865090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.585167, 40.4755, 15.05]}, "bbox": [-121.585167, 40.4755, -121.585167, 40.4755]}, {"id": "2746", "type": "Feature", "properties": {"id": "uw61309452", "mag": 2.05, "time": 1506089062880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.375333, 45.841833, -0.74]}, "bbox": [-118.375333, 45.841833, -118.375333, 45.841833]}, {"id": "2747", "type": "Feature", "properties": {"id": "ak16926090", "mag": 1.6, "time": 1506088685970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6016, 61.227, 75.8]}, "bbox": [-151.6016, 61.227, -151.6016, 61.227]}, {"id": "2748", "type": "Feature", "properties": {"id": "ak16877153", "mag": 1.3, "time": 1506088314826, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7156, 61.5096, 6.4]}, "bbox": [-140.7156, 61.5096, -140.7156, 61.5096]}, {"id": "2749", "type": "Feature", "properties": {"id": "ci38007840", "mag": 1.07, "time": 1506088185480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.498167, 6.09]}, "bbox": [-116.7945, 33.498167, -116.7945, 33.498167]}, {"id": "2750", "type": "Feature", "properties": {"id": "nc72896831", "mag": 1.6, "time": 1506088032960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772667, 38.806833, -0.28]}, "bbox": [-122.772667, 38.806833, -122.772667, 38.806833]}, {"id": "2751", "type": "Feature", "properties": {"id": "nc72896826", "mag": 1.03, "time": 1506088021950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.836666, -0.75]}, "bbox": [-122.822502, 38.836666, -122.822502, 38.836666]}, {"id": "2752", "type": "Feature", "properties": {"id": "ak16877151", "mag": 1.7, "time": 1506087613938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3362, 62.1574, 11.2]}, "bbox": [-150.3362, 62.1574, -150.3362, 62.1574]}, {"id": "2753", "type": "Feature", "properties": {"id": "us2000awqs", "mag": 4.3, "time": 1506087606500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5624, -22.5585, 578.14]}, "bbox": [179.5624, -22.5585, 179.5624, -22.5585]}, {"id": "2754", "type": "Feature", "properties": {"id": "ak16877148", "mag": 1.9, "time": 1506087297503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1731, 59.963, 87.7]}, "bbox": [-152.1731, 59.963, -152.1731, 59.963]}, {"id": "2755", "type": "Feature", "properties": {"id": "nn00606565", "mag": 1.4, "time": 1506087185810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2162, 38.2627, 3.6]}, "bbox": [-116.2162, 38.2627, -116.2162, 38.2627]}, {"id": "2756", "type": "Feature", "properties": {"id": "us2000at3c", "mag": 4.4, "time": 1506086932700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2264, -0.3969, 83.0]}, "bbox": [127.2264, -0.3969, 127.2264, -0.3969]}, {"id": "2757", "type": "Feature", "properties": {"id": "us2000at3j", "mag": 4.5, "time": 1506086850810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4418, -19.1856, 573.86]}, "bbox": [-177.4418, -19.1856, -177.4418, -19.1856]}, {"id": "2758", "type": "Feature", "properties": {"id": "ak16877147", "mag": 1.0, "time": 1506086078366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0434, 64.7457, 4.7]}, "bbox": [-151.0434, 64.7457, -151.0434, 64.7457]}, {"id": "2759", "type": "Feature", "properties": {"id": "ak16876989", "mag": 2.3, "time": 1506085118552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6021, 60.5947, 0.6]}, "bbox": [-147.6021, 60.5947, -147.6021, 60.5947]}, {"id": "2760", "type": "Feature", "properties": {"id": "nc72896781", "mag": 1.59, "time": 1506084858350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773167, 38.807167, -0.05]}, "bbox": [-122.773167, 38.807167, -122.773167, 38.807167]}, {"id": "2761", "type": "Feature", "properties": {"id": "ak16926084", "mag": 2.4, "time": 1506084692420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7372, 51.5859, 56.4]}, "bbox": [178.7372, 51.5859, 178.7372, 51.5859]}, {"id": "2762", "type": "Feature", "properties": {"id": "nc72896771", "mag": 1.74, "time": 1506084487230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771667, 38.808833, 0.14]}, "bbox": [-122.771667, 38.808833, -122.771667, 38.808833]}, {"id": "2763", "type": "Feature", "properties": {"id": "ak16876986", "mag": 1.4, "time": 1506084219307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7611, 61.5102, 5.3]}, "bbox": [-140.7611, 61.5102, -140.7611, 61.5102]}, {"id": "2764", "type": "Feature", "properties": {"id": "hv61916896", "mag": 1.74, "time": 1506083571850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.465667, 19.190833, 35.257]}, "bbox": [-155.465667, 19.190833, -155.465667, 19.190833]}, {"id": "2765", "type": "Feature", "properties": {"id": "ci38007816", "mag": 1.33, "time": 1506082333690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362833, 33.373333, 6.28]}, "bbox": [-116.362833, 33.373333, -116.362833, 33.373333]}, {"id": "2766", "type": "Feature", "properties": {"id": "ak16876984", "mag": 1.5, "time": 1506082188790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7152, 61.5125, 7.3]}, "bbox": [-140.7152, 61.5125, -140.7152, 61.5125]}, {"id": "2767", "type": "Feature", "properties": {"id": "ak16876981", "mag": 1.8, "time": 1506082118329, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7017, 61.5113, 0.0]}, "bbox": [-140.7017, 61.5113, -140.7017, 61.5113]}, {"id": "2768", "type": "Feature", "properties": {"id": "ak16876980", "mag": 2.2, "time": 1506081950238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1633, 59.909, 114.4]}, "bbox": [-153.1633, 59.909, -153.1633, 59.909]}, {"id": "2769", "type": "Feature", "properties": {"id": "ci38007792", "mag": 1.19, "time": 1506081499660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.503333, 35.304167, 5.36]}, "bbox": [-118.503333, 35.304167, -118.503333, 35.304167]}, {"id": "2770", "type": "Feature", "properties": {"id": "ak16876977", "mag": 1.9, "time": 1506081250212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1121, 59.2751, 8.1]}, "bbox": [-139.1121, 59.2751, -139.1121, 59.2751]}, {"id": "2771", "type": "Feature", "properties": {"id": "ak16876978", "mag": 1.2, "time": 1506081151639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9729, 61.6318, 32.9]}, "bbox": [-149.9729, 61.6318, -149.9729, 61.6318]}, {"id": "2772", "type": "Feature", "properties": {"id": "mb80257019", "mag": 1.05, "time": 1506080783790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.879833, 10.93]}, "bbox": [-112.526167, 46.879833, -112.526167, 46.879833]}, {"id": "2773", "type": "Feature", "properties": {"id": "nc72896746", "mag": 1.05, "time": 1506079850700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.73983, 38.763668, 1.53]}, "bbox": [-122.73983, 38.763668, -122.73983, 38.763668]}, {"id": "2774", "type": "Feature", "properties": {"id": "nc72896741", "mag": 1.1, "time": 1506078851480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.8165, 3.19]}, "bbox": [-122.806, 38.8165, -122.806, 38.8165]}, {"id": "2775", "type": "Feature", "properties": {"id": "uu60248647", "mag": 1.45, "time": 1506078497740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.561833, 8.05]}, "bbox": [-111.445, 42.561833, -111.445, 42.561833]}, {"id": "2776", "type": "Feature", "properties": {"id": "ak16926075", "mag": 1.9, "time": 1506078386128, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8777, 58.9992, 112.9]}, "bbox": [-153.8777, 58.9992, -153.8777, 58.9992]}, {"id": "2777", "type": "Feature", "properties": {"id": "ak16876823", "mag": 1.1, "time": 1506078261719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8636, 62.788, 13.9]}, "bbox": [-148.8636, 62.788, -148.8636, 62.788]}, {"id": "2778", "type": "Feature", "properties": {"id": "ak16876821", "mag": 1.4, "time": 1506077123303, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.923, 64.7739, 2.3]}, "bbox": [-139.923, 64.7739, -139.923, 64.7739]}, {"id": "2779", "type": "Feature", "properties": {"id": "nn00606454", "mag": 2.6, "time": 1506077002610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5007, 36.7388, 7.5]}, "bbox": [-115.5007, 36.7388, -115.5007, 36.7388]}, {"id": "2780", "type": "Feature", "properties": {"id": "mb80257004", "mag": 1.43, "time": 1506075410640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.871, 11.97]}, "bbox": [-112.5235, 46.871, -112.5235, 46.871]}, {"id": "2781", "type": "Feature", "properties": {"id": "nc72896721", "mag": 1.39, "time": 1506074864460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.841333, 38.844167, 1.9]}, "bbox": [-122.841333, 38.844167, -122.841333, 38.844167]}, {"id": "2782", "type": "Feature", "properties": {"id": "nn00606522", "mag": 1.1, "time": 1506074180637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8303, 13.3]}, "bbox": [-118.8235, 38.8303, -118.8235, 38.8303]}, {"id": "2783", "type": "Feature", "properties": {"id": "ci38007728", "mag": 1.52, "time": 1506073924220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848, 36.181833, 2.23]}, "bbox": [-117.848, 36.181833, -117.848, 36.181833]}, {"id": "2784", "type": "Feature", "properties": {"id": "ak16926070", "mag": 1.6, "time": 1506073391784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.2241, 61.5539, 0.0]}, "bbox": [-144.2241, 61.5539, -144.2241, 61.5539]}, {"id": "2785", "type": "Feature", "properties": {"id": "ak16876665", "mag": 1.6, "time": 1506072332786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3288, 63.1852, 90.1]}, "bbox": [-149.3288, 63.1852, -149.3288, 63.1852]}, {"id": "2786", "type": "Feature", "properties": {"id": "hv61916851", "mag": 2.09, "time": 1506072148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.868333, 20.063333, 23.409]}, "bbox": [-155.868333, 20.063333, -155.868333, 20.063333]}, {"id": "2787", "type": "Feature", "properties": {"id": "ak16876664", "mag": 1.4, "time": 1506072136495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5912, 61.9919, 28.6]}, "bbox": [-148.5912, 61.9919, -148.5912, 61.9919]}, {"id": "2788", "type": "Feature", "properties": {"id": "ak16926067", "mag": 1.3, "time": 1506071322182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.632, 62.4195, 64.2]}, "bbox": [-150.632, 62.4195, -150.632, 62.4195]}, {"id": "2789", "type": "Feature", "properties": {"id": "uu60248637", "mag": 1.3, "time": 1506070695930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.437167, 42.637667, 5.25]}, "bbox": [-111.437167, 42.637667, -111.437167, 42.637667]}, {"id": "2790", "type": "Feature", "properties": {"id": "us2000at26", "mag": 4.5, "time": 1506070497460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.9846, 3.8293, 107.48]}, "bbox": [127.9846, 3.8293, 127.9846, 3.8293]}, {"id": "2791", "type": "Feature", "properties": {"id": "ak16926066", "mag": 1.6, "time": 1506069293924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7084, 58.832, 2.4]}, "bbox": [-153.7084, 58.832, -153.7084, 58.832]}, {"id": "2792", "type": "Feature", "properties": {"id": "uu60248632", "mag": 2.03, "time": 1506068604640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.901833, 38.286167, 1.02]}, "bbox": [-108.901833, 38.286167, -108.901833, 38.286167]}, {"id": "2793", "type": "Feature", "properties": {"id": "ak16876662", "mag": 1.9, "time": 1506067828515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4502, 59.8034, 55.7]}, "bbox": [-151.4502, 59.8034, -151.4502, 59.8034]}, {"id": "2794", "type": "Feature", "properties": {"id": "nm60044913", "mag": 2.21, "time": 1506067533090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.239, 35.7905, 11.33]}, "bbox": [-92.239, 35.7905, -92.239, 35.7905]}, {"id": "2795", "type": "Feature", "properties": {"id": "ak16876658", "mag": 3.5, "time": 1506066694779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.9518, 54.8173, 3.3]}, "bbox": [-159.9518, 54.8173, -159.9518, 54.8173]}, {"id": "2796", "type": "Feature", "properties": {"id": "nc72896676", "mag": 1.45, "time": 1506066561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764833, 38.786167, 0.53]}, "bbox": [-122.764833, 38.786167, -122.764833, 38.786167]}, {"id": "2797", "type": "Feature", "properties": {"id": "uw61309412", "mag": 1.49, "time": 1506066402670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.402833, 49.2735, 17.7]}, "bbox": [-124.402833, 49.2735, -124.402833, 49.2735]}, {"id": "2798", "type": "Feature", "properties": {"id": "nc72896671", "mag": 1.2, "time": 1506066223530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8225, 37.524667, 2.51]}, "bbox": [-118.8225, 37.524667, -118.8225, 37.524667]}, {"id": "2799", "type": "Feature", "properties": {"id": "ak16876647", "mag": 1.9, "time": 1506065065953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1147, 59.229, 11.0]}, "bbox": [-139.1147, 59.229, -139.1147, 59.229]}, {"id": "2800", "type": "Feature", "properties": {"id": "uu60248627", "mag": 1.79, "time": 1506064954410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.575667, 8.31]}, "bbox": [-111.417833, 42.575667, -111.417833, 42.575667]}, {"id": "2801", "type": "Feature", "properties": {"id": "ak16876640", "mag": 1.0, "time": 1506063798789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9184, 63.4232, 6.1]}, "bbox": [-148.9184, 63.4232, -148.9184, 63.4232]}, {"id": "2802", "type": "Feature", "properties": {"id": "mb80256994", "mag": 1.71, "time": 1506063538810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.338833, 46.125333, 6.03]}, "bbox": [-110.338833, 46.125333, -110.338833, 46.125333]}, {"id": "2803", "type": "Feature", "properties": {"id": "us2000at1d", "mag": 4.4, "time": 1506062755300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9837, 45.5973, 22.46]}, "bbox": [151.9837, 45.5973, 151.9837, 45.5973]}, {"id": "2804", "type": "Feature", "properties": {"id": "nn00606510", "mag": 1.0, "time": 1506062740733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9097, 38.416, 7.5]}, "bbox": [-118.9097, 38.416, -118.9097, 38.416]}, {"id": "2805", "type": "Feature", "properties": {"id": "ak16876497", "mag": 2.9, "time": 1506062332060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4396, 55.4155, 7.5]}, "bbox": [-158.4396, 55.4155, -158.4396, 55.4155]}, {"id": "2806", "type": "Feature", "properties": {"id": "ak16876499", "mag": 1.5, "time": 1506062314773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1276, 62.6705, 84.6]}, "bbox": [-151.1276, 62.6705, -151.1276, 62.6705]}, {"id": "2807", "type": "Feature", "properties": {"id": "ak16926058", "mag": 2.5, "time": 1506062164434, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9814, 52.5733, 21.3]}, "bbox": [-163.9814, 52.5733, -163.9814, 52.5733]}, {"id": "2808", "type": "Feature", "properties": {"id": "hv61916751", "mag": 1.88, "time": 1506061487210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4615, 19.287167, 7.924]}, "bbox": [-155.4615, 19.287167, -155.4615, 19.287167]}, {"id": "2809", "type": "Feature", "properties": {"id": "ak16926055", "mag": 2.4, "time": 1506060569450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4546, 56.5041, 6.6]}, "bbox": [-153.4546, 56.5041, -153.4546, 56.5041]}, {"id": "2810", "type": "Feature", "properties": {"id": "uu60248622", "mag": 1.34, "time": 1506060334660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.622833, 5.33]}, "bbox": [-111.447833, 42.622833, -111.447833, 42.622833]}, {"id": "2811", "type": "Feature", "properties": {"id": "nn00606434", "mag": 1.2, "time": 1506060248714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8296, 13.4]}, "bbox": [-118.8235, 38.8296, -118.8235, 38.8296]}, {"id": "2812", "type": "Feature", "properties": {"id": "ci38007696", "mag": 1.17, "time": 1506059325210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.648333, 35.934, 3.86]}, "bbox": [-117.648333, 35.934, -117.648333, 35.934]}, {"id": "2813", "type": "Feature", "properties": {"id": "ci38007680", "mag": 1.8, "time": 1506058671480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.570833, 35.360833, 4.84]}, "bbox": [-118.570833, 35.360833, -118.570833, 35.360833]}, {"id": "2814", "type": "Feature", "properties": {"id": "us2000at0m", "mag": 5.5, "time": 1506058424310, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.7724, 23.5614, 10.0]}, "bbox": [-108.7724, 23.5614, -108.7724, 23.5614]}, {"id": "2815", "type": "Feature", "properties": {"id": "us2000at0v", "mag": 4.5, "time": 1506056644580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.4959, 54.788, 131.21]}, "bbox": [159.4959, 54.788, 159.4959, 54.788]}, {"id": "2816", "type": "Feature", "properties": {"id": "mb80256984", "mag": 1.12, "time": 1506056537920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5285, 46.885167, 14.05]}, "bbox": [-112.5285, 46.885167, -112.5285, 46.885167]}, {"id": "2817", "type": "Feature", "properties": {"id": "ak16926054", "mag": 1.3, "time": 1506056097918, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7519, 60.0539, 56.2]}, "bbox": [-151.7519, 60.0539, -151.7519, 60.0539]}, {"id": "2818", "type": "Feature", "properties": {"id": "ak16876343", "mag": 1.1, "time": 1506055943779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.827, 62.7929, 14.4]}, "bbox": [-148.827, 62.7929, -148.827, 62.7929]}, {"id": "2819", "type": "Feature", "properties": {"id": "nc72896616", "mag": 2.0, "time": 1506055463630, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788667, 37.456333, 7.66]}, "bbox": [-121.788667, 37.456333, -121.788667, 37.456333]}, {"id": "2820", "type": "Feature", "properties": {"id": "ak16926049", "mag": 2.0, "time": 1506055458648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9681, 59.782, 98.4]}, "bbox": [-152.9681, 59.782, -152.9681, 59.782]}, {"id": "2821", "type": "Feature", "properties": {"id": "us2000at08", "mag": 4.7, "time": 1506054886300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.1483, -6.3489, 10.0]}, "bbox": [-11.1483, -6.3489, -11.1483, -6.3489]}, {"id": "2822", "type": "Feature", "properties": {"id": "nc72896606", "mag": 0.97, "time": 1506054333450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.5205, 2.2]}, "bbox": [-118.821833, 37.5205, -118.821833, 37.5205]}, {"id": "2823", "type": "Feature", "properties": {"id": "us2000aszw", "mag": 4.2, "time": 1506054023580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [26.2553, 39.1304, 10.0]}, "bbox": [26.2553, 39.1304, 26.2553, 39.1304]}, {"id": "2824", "type": "Feature", "properties": {"id": "nc72896586", "mag": 1.98, "time": 1506053997570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883167, 37.538333, 2.49]}, "bbox": [-118.883167, 37.538333, -118.883167, 37.538333]}, {"id": "2825", "type": "Feature", "properties": {"id": "ci38007648", "mag": 1.64, "time": 1506053954570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.495167, 4.61]}, "bbox": [-116.797167, 33.495167, -116.797167, 33.495167]}, {"id": "2826", "type": "Feature", "properties": {"id": "nc72896591", "mag": 1.12, "time": 1506053943320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789333, 37.455, 7.99]}, "bbox": [-121.789333, 37.455, -121.789333, 37.455]}, {"id": "2827", "type": "Feature", "properties": {"id": "us2000aszh", "mag": 2.9, "time": 1506053328020, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.682, 35.846, 5.0]}, "bbox": [-96.682, 35.846, -96.682, 35.846]}, {"id": "2828", "type": "Feature", "properties": {"id": "ak16876210", "mag": 1.2, "time": 1506052567199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7614, 63.1414, 9.7]}, "bbox": [-148.7614, 63.1414, -148.7614, 63.1414]}, {"id": "2829", "type": "Feature", "properties": {"id": "ak16876208", "mag": 1.0, "time": 1506051888104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3642, 64.8396, 21.9]}, "bbox": [-147.3642, 64.8396, -147.3642, 64.8396]}, {"id": "2830", "type": "Feature", "properties": {"id": "ak16876202", "mag": 2.8, "time": 1506051238210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6975, 59.8426, 2.9]}, "bbox": [-136.6975, 59.8426, -136.6975, 59.8426]}, {"id": "2831", "type": "Feature", "properties": {"id": "ci38007640", "mag": 1.04, "time": 1506050700240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.074333, 32.868, 9.32]}, "bbox": [-116.074333, 32.868, -116.074333, 32.868]}, {"id": "2832", "type": "Feature", "properties": {"id": "ak16876199", "mag": 1.6, "time": 1506050508752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1502, 60.9709, 20.0]}, "bbox": [-149.1502, 60.9709, -149.1502, 60.9709]}, {"id": "2833", "type": "Feature", "properties": {"id": "ak16876069", "mag": 1.7, "time": 1506048854655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6692, 62.5598, 11.7]}, "bbox": [-150.6692, 62.5598, -150.6692, 62.5598]}, {"id": "2834", "type": "Feature", "properties": {"id": "ak16876067", "mag": 2.1, "time": 1506048427026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7111, 59.884, 14.5]}, "bbox": [-136.7111, 59.884, -136.7111, 59.884]}, {"id": "2835", "type": "Feature", "properties": {"id": "nc72896561", "mag": 1.78, "time": 1506048332800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.779667, 37.392333, -2.31]}, "bbox": [-118.779667, 37.392333, -118.779667, 37.392333]}, {"id": "2836", "type": "Feature", "properties": {"id": "nc72896556", "mag": 1.29, "time": 1506047940540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0265, 36.559833, 6.76]}, "bbox": [-121.0265, 36.559833, -121.0265, 36.559833]}, {"id": "2837", "type": "Feature", "properties": {"id": "ak16926041", "mag": 2.5, "time": 1506047556201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.992, 51.8656, 16.5]}, "bbox": [-174.992, 51.8656, -174.992, 51.8656]}, {"id": "2838", "type": "Feature", "properties": {"id": "uu60248522", "mag": 1.34, "time": 1506047158170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.026833, 44.7755, 7.13]}, "bbox": [-110.026833, 44.7755, -110.026833, 44.7755]}, {"id": "2839", "type": "Feature", "properties": {"id": "mb80256979", "mag": 1.73, "time": 1506043831850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.558333, 46.402, 3.35]}, "bbox": [-111.558333, 46.402, -111.558333, 46.402]}, {"id": "2840", "type": "Feature", "properties": {"id": "nc72896531", "mag": 1.92, "time": 1506043357560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.780833, 37.389167, -2.29]}, "bbox": [-118.780833, 37.389167, -118.780833, 37.389167]}, {"id": "2841", "type": "Feature", "properties": {"id": "mb80256969", "mag": 2.09, "time": 1506042441670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.930333, 44.292833, 3.5]}, "bbox": [-114.930333, 44.292833, -114.930333, 44.292833]}, {"id": "2842", "type": "Feature", "properties": {"id": "ak16875940", "mag": 1.1, "time": 1506041862266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0885, 63.2553, 2.0]}, "bbox": [-151.0885, 63.2553, -151.0885, 63.2553]}, {"id": "2843", "type": "Feature", "properties": {"id": "us2000awqf", "mag": 4.2, "time": 1506041406940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [165.3116, -15.6295, 57.06]}, "bbox": [165.3116, -15.6295, 165.3116, -15.6295]}, {"id": "2844", "type": "Feature", "properties": {"id": "us2000asyh", "mag": 4.6, "time": 1506041280550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.2095, 43.8815, 10.0]}, "bbox": [149.2095, 43.8815, 149.2095, 43.8815]}, {"id": "2845", "type": "Feature", "properties": {"id": "ismpkansas70235693", "mag": 1.82, "time": 1506040783670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6825, 37.184, 4.37]}, "bbox": [-97.6825, 37.184, -97.6825, 37.184]}, {"id": "2846", "type": "Feature", "properties": {"id": "ci38007600", "mag": 2.86, "time": 1506040660680, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.171833, 34.730667, 1.72]}, "bbox": [-120.171833, 34.730667, -120.171833, 34.730667]}, {"id": "2847", "type": "Feature", "properties": {"id": "hv61916496", "mag": 1.7, "time": 1506040069030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.755667, 19.862667, 13.433]}, "bbox": [-155.755667, 19.862667, -155.755667, 19.862667]}, {"id": "2848", "type": "Feature", "properties": {"id": "us2000awqd", "mag": 4.6, "time": 1506040066970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3605, 2.1475, 15.02]}, "bbox": [90.3605, 2.1475, 90.3605, 2.1475]}, {"id": "2849", "type": "Feature", "properties": {"id": "ak16875841", "mag": 1.4, "time": 1506039676822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7004, 63.8605, 6.4]}, "bbox": [-148.7004, 63.8605, -148.7004, 63.8605]}, {"id": "2850", "type": "Feature", "properties": {"id": "us2000atbx", "mag": 2.6, "time": 1506039659260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5671, 46.8969, 11.48]}, "bbox": [-112.5671, 46.8969, -112.5671, 46.8969]}, {"id": "2851", "type": "Feature", "properties": {"id": "us2000avmv", "mag": 2.8, "time": 1506039531410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0769, 52.3761, 10.0]}, "bbox": [-165.0769, 52.3761, -165.0769, 52.3761]}, {"id": "2852", "type": "Feature", "properties": {"id": "mb80256959", "mag": 1.07, "time": 1506038377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.445667, 43.5435, 11.24]}, "bbox": [-110.445667, 43.5435, -110.445667, 43.5435]}, {"id": "2853", "type": "Feature", "properties": {"id": "ci38007584", "mag": 1.19, "time": 1506037977370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.764667, 33.324167, 13.64]}, "bbox": [-116.764667, 33.324167, -116.764667, 33.324167]}, {"id": "2854", "type": "Feature", "properties": {"id": "ak16875834", "mag": 1.4, "time": 1506037872803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.518, 61.5639, 31.0]}, "bbox": [-146.518, 61.5639, -146.518, 61.5639]}, {"id": "2855", "type": "Feature", "properties": {"id": "nc72896516", "mag": 1.31, "time": 1506037721390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669, 37.2905, 3.04]}, "bbox": [-121.669, 37.2905, -121.669, 37.2905]}, {"id": "2856", "type": "Feature", "properties": {"id": "mb80256954", "mag": 1.13, "time": 1506037549780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4995, 46.8705, 10.41]}, "bbox": [-112.4995, 46.8705, -112.4995, 46.8705]}, {"id": "2857", "type": "Feature", "properties": {"id": "us2000awq8", "mag": 4.4, "time": 1506037384370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.5809, 38.0785, 10.0]}, "bbox": [144.5809, 38.0785, 144.5809, 38.0785]}, {"id": "2858", "type": "Feature", "properties": {"id": "ak16875828", "mag": 2.4, "time": 1506037110228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8706, 62.7902, 14.7]}, "bbox": [-148.8706, 62.7902, -148.8706, 62.7902]}, {"id": "2859", "type": "Feature", "properties": {"id": "ak16875826", "mag": 1.7, "time": 1506036232042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4937, 61.5906, 31.8]}, "bbox": [-146.4937, 61.5906, -146.4937, 61.5906]}, {"id": "2860", "type": "Feature", "properties": {"id": "us2000asx4", "mag": 2.7, "time": 1506036218800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5127, 36.2915, 7.461]}, "bbox": [-97.5127, 36.2915, -97.5127, 36.2915]}, {"id": "2861", "type": "Feature", "properties": {"id": "ci38007544", "mag": 3.0, "time": 1506035447270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.397167, 32.383, 12.07]}, "bbox": [-115.397167, 32.383, -115.397167, 32.383]}, {"id": "2862", "type": "Feature", "properties": {"id": "ci38007552", "mag": 1.61, "time": 1506035381320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.115667, 34.625667, -1.28]}, "bbox": [-117.115667, 34.625667, -117.115667, 34.625667]}, {"id": "2863", "type": "Feature", "properties": {"id": "ak16875823", "mag": 1.6, "time": 1506035182231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5062, 64.6747, 9.2]}, "bbox": [-152.5062, 64.6747, -152.5062, 64.6747]}, {"id": "2864", "type": "Feature", "properties": {"id": "uu60248487", "mag": 2.1, "time": 1506035003920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.525833, 7.93]}, "bbox": [-111.420167, 42.525833, -111.420167, 42.525833]}, {"id": "2865", "type": "Feature", "properties": {"id": "mb80256939", "mag": 1.72, "time": 1506034952670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8665, 11.26]}, "bbox": [-112.5215, 46.8665, -112.5215, 46.8665]}, {"id": "2866", "type": "Feature", "properties": {"id": "ak16875817", "mag": 1.5, "time": 1506034226408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0329, 53.5528, 17.0]}, "bbox": [-167.0329, 53.5528, -167.0329, 53.5528]}, {"id": "2867", "type": "Feature", "properties": {"id": "us2000awq7", "mag": 4.3, "time": 1506034167940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.929, -23.7349, 550.89]}, "bbox": [-179.929, -23.7349, -179.929, -23.7349]}, {"id": "2868", "type": "Feature", "properties": {"id": "nc72896506", "mag": 1.29, "time": 1506033952800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821, 38.814833, 2.36]}, "bbox": [-122.821, 38.814833, -122.821, 38.814833]}, {"id": "2869", "type": "Feature", "properties": {"id": "ak16875815", "mag": 1.5, "time": 1506033878487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5575, 60.0344, 58.7]}, "bbox": [-151.5575, 60.0344, -151.5575, 60.0344]}, {"id": "2870", "type": "Feature", "properties": {"id": "ak16875810", "mag": 1.2, "time": 1506033325458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4889, 59.8624, 47.1]}, "bbox": [-150.4889, 59.8624, -150.4889, 59.8624]}, {"id": "2871", "type": "Feature", "properties": {"id": "ak16875800", "mag": 1.4, "time": 1506032434891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7482, 66.977, 12.4]}, "bbox": [-155.7482, 66.977, -155.7482, 66.977]}, {"id": "2872", "type": "Feature", "properties": {"id": "ak16875653", "mag": 4.2, "time": 1506032120973, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8756, 62.7831, 20.3]}, "bbox": [-148.8756, 62.7831, -148.8756, 62.7831]}, {"id": "2873", "type": "Feature", "properties": {"id": "nc72896496", "mag": 1.85, "time": 1506031741740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5285, 36.803333, 3.27]}, "bbox": [-121.5285, 36.803333, -121.5285, 36.803333]}, {"id": "2874", "type": "Feature", "properties": {"id": "nc72896486", "mag": 1.45, "time": 1506031445490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.526667, 36.809667, 4.3]}, "bbox": [-121.526667, 36.809667, -121.526667, 36.809667]}, {"id": "2875", "type": "Feature", "properties": {"id": "mb80256934", "mag": 2.12, "time": 1506031400210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9225, 44.303333, 10.34]}, "bbox": [-114.9225, 44.303333, -114.9225, 44.303333]}, {"id": "2876", "type": "Feature", "properties": {"id": "mb80256929", "mag": 1.26, "time": 1506030770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.747833, 45.079167, 3.5]}, "bbox": [-111.747833, 45.079167, -111.747833, 45.079167]}, {"id": "2877", "type": "Feature", "properties": {"id": "ci38007528", "mag": 1.87, "time": 1506030349230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650167, 35.935333, 2.69]}, "bbox": [-117.650167, 35.935333, -117.650167, 35.935333]}, {"id": "2878", "type": "Feature", "properties": {"id": "hv61916321", "mag": 2.02, "time": 1506029779130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.552333, 19.137667, 49.513]}, "bbox": [-155.552333, 19.137667, -155.552333, 19.137667]}, {"id": "2879", "type": "Feature", "properties": {"id": "ci38007520", "mag": 1.21, "time": 1506029730430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.157, 33.634167, -0.52]}, "bbox": [-117.157, 33.634167, -117.157, 33.634167]}, {"id": "2880", "type": "Feature", "properties": {"id": "hv61916316", "mag": 1.88, "time": 1506029586250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.419833, 19.099167, 42.057]}, "bbox": [-155.419833, 19.099167, -155.419833, 19.099167]}, {"id": "2881", "type": "Feature", "properties": {"id": "hv61916311", "mag": 1.76, "time": 1506029522880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.437167, 19.160333, 37.287]}, "bbox": [-155.437167, 19.160333, -155.437167, 19.160333]}, {"id": "2882", "type": "Feature", "properties": {"id": "nn00606376", "mag": 1.1, "time": 1506029276288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9551, 40.0739, 10.9]}, "bbox": [-120.9551, 40.0739, -120.9551, 40.0739]}, {"id": "2883", "type": "Feature", "properties": {"id": "hv61916301", "mag": 1.85, "time": 1506029141190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.439167, 19.1175, 39.677]}, "bbox": [-155.439167, 19.1175, -155.439167, 19.1175]}, {"id": "2884", "type": "Feature", "properties": {"id": "ci37166108", "mag": 1.81, "time": 1506028904370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241667, 32.920333, 11.27]}, "bbox": [-116.241667, 32.920333, -116.241667, 32.920333]}, {"id": "2885", "type": "Feature", "properties": {"id": "ci38007512", "mag": 1.83, "time": 1506028897230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241167, 32.916667, 7.87]}, "bbox": [-116.241167, 32.916667, -116.241167, 32.916667]}, {"id": "2886", "type": "Feature", "properties": {"id": "ak16875651", "mag": 1.4, "time": 1506028324426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8843, 61.2141, 1.8]}, "bbox": [-139.8843, 61.2141, -139.8843, 61.2141]}, {"id": "2887", "type": "Feature", "properties": {"id": "nn00606357", "mag": 2.6, "time": 1506028168100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6985, 39.7645, 7.3]}, "bbox": [-119.6985, 39.7645, -119.6985, 39.7645]}, {"id": "2888", "type": "Feature", "properties": {"id": "nn00606355", "mag": 1.1, "time": 1506027762688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.189, 38.4602, 2.1]}, "bbox": [-118.189, 38.4602, -118.189, 38.4602]}, {"id": "2889", "type": "Feature", "properties": {"id": "ci38007480", "mag": 1.75, "time": 1506026384090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.371167, 35.054, 8.1]}, "bbox": [-118.371167, 35.054, -118.371167, 35.054]}, {"id": "2890", "type": "Feature", "properties": {"id": "ak16875645", "mag": 1.7, "time": 1506026360117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.75, 60.0811, 100.9]}, "bbox": [-152.75, 60.0811, -152.75, 60.0811]}, {"id": "2891", "type": "Feature", "properties": {"id": "nc72896461", "mag": 1.53, "time": 1506026136260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.841167, 1.96]}, "bbox": [-122.827333, 38.841167, -122.827333, 38.841167]}, {"id": "2892", "type": "Feature", "properties": {"id": "ak16911613", "mag": 1.9, "time": 1506025569386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0904, 58.6739, 124.2]}, "bbox": [-155.0904, 58.6739, -155.0904, 58.6739]}, {"id": "2893", "type": "Feature", "properties": {"id": "ismpkansas70235678", "mag": 2.5, "time": 1506025487250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888333, 37.204167, 6.25]}, "bbox": [-97.888333, 37.204167, -97.888333, 37.204167]}, {"id": "2894", "type": "Feature", "properties": {"id": "ci38007472", "mag": 1.24, "time": 1506025368620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.488667, 33.850333, -0.48]}, "bbox": [-117.488667, 33.850333, -117.488667, 33.850333]}, {"id": "2895", "type": "Feature", "properties": {"id": "us2000ass7", "mag": 4.8, "time": 1506025352080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8962, 15.2536, 65.44]}, "bbox": [-93.8962, 15.2536, -93.8962, 15.2536]}, {"id": "2896", "type": "Feature", "properties": {"id": "ci38007464", "mag": 1.18, "time": 1506025134310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.882167, 33.977333, 19.48]}, "bbox": [-116.882167, 33.977333, -116.882167, 33.977333]}, {"id": "2897", "type": "Feature", "properties": {"id": "ak16875518", "mag": 1.7, "time": 1506024448536, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5203, 61.3055, 10.1]}, "bbox": [-152.5203, 61.3055, -152.5203, 61.3055]}, {"id": "2898", "type": "Feature", "properties": {"id": "us2000asr5", "mag": 2.8, "time": 1506024284460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4191, 42.5686, 11.52]}, "bbox": [-111.4191, 42.5686, -111.4191, 42.5686]}, {"id": "2899", "type": "Feature", "properties": {"id": "ci38007448", "mag": 1.54, "time": 1506024073190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.493667, 33.846667, -0.48]}, "bbox": [-117.493667, 33.846667, -117.493667, 33.846667]}, {"id": "2900", "type": "Feature", "properties": {"id": "us2000asqw", "mag": 4.5, "time": 1506023938000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.359, -24.593, 89.2]}, "bbox": [-69.359, -24.593, -69.359, -24.593]}, {"id": "2901", "type": "Feature", "properties": {"id": "nc72896441", "mag": 0.97, "time": 1506023932370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818337, 38.807335, 2.5]}, "bbox": [-122.818337, 38.807335, -122.818337, 38.807335]}, {"id": "2902", "type": "Feature", "properties": {"id": "ak16911611", "mag": 2.0, "time": 1506023546957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8314, 53.8887, 16.2]}, "bbox": [-163.8314, 53.8887, -163.8314, 53.8887]}, {"id": "2903", "type": "Feature", "properties": {"id": "ak16875513", "mag": 2.1, "time": 1506022669821, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6752, 67.929, 13.1]}, "bbox": [-147.6752, 67.929, -147.6752, 67.929]}, {"id": "2904", "type": "Feature", "properties": {"id": "ak16875511", "mag": 1.6, "time": 1506022479067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0122, 60.6265, 55.5]}, "bbox": [-151.0122, 60.6265, -151.0122, 60.6265]}, {"id": "2905", "type": "Feature", "properties": {"id": "nc72896431", "mag": 1.59, "time": 1506022296440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.606, 4.18]}, "bbox": [-118.821333, 37.606, -118.821333, 37.606]}, {"id": "2906", "type": "Feature", "properties": {"id": "us2000asq8", "mag": 4.5, "time": 1506022120080, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.3957, 30.689, 10.0]}, "bbox": [57.3957, 30.689, 57.3957, 30.689]}, {"id": "2907", "type": "Feature", "properties": {"id": "ak16875508", "mag": 2.8, "time": 1506022088454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5339, 56.4471, 34.4]}, "bbox": [-153.5339, 56.4471, -153.5339, 56.4471]}, {"id": "2908", "type": "Feature", "properties": {"id": "ak16875497", "mag": 2.8, "time": 1506021225649, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3633, 62.2263, 8.3]}, "bbox": [-150.3633, 62.2263, -150.3633, 62.2263]}, {"id": "2909", "type": "Feature", "properties": {"id": "ak16875489", "mag": 2.0, "time": 1506019153622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5458, 60.2285, 104.7]}, "bbox": [-152.5458, 60.2285, -152.5458, 60.2285]}, {"id": "2910", "type": "Feature", "properties": {"id": "ci38007432", "mag": 0.97, "time": 1506018755920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4305, 33.027167, 7.61]}, "bbox": [-116.4305, 33.027167, -116.4305, 33.027167]}, {"id": "2911", "type": "Feature", "properties": {"id": "nc72896416", "mag": 1.32, "time": 1506018676310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.105167, 37.325333, -0.31]}, "bbox": [-122.105167, 37.325333, -122.105167, 37.325333]}, {"id": "2912", "type": "Feature", "properties": {"id": "ak16875470", "mag": 3.4, "time": 1506018115237, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 62.0747, 82.5]}, "bbox": [-151.3313, 62.0747, -151.3313, 62.0747]}, {"id": "2913", "type": "Feature", "properties": {"id": "ci38007408", "mag": 1.52, "time": 1506017937430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.240833, 33.339, 3.36]}, "bbox": [-116.240833, 33.339, -116.240833, 33.339]}, {"id": "2914", "type": "Feature", "properties": {"id": "ci37165948", "mag": 1.22, "time": 1506017934430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.238, 33.341, 5.25]}, "bbox": [-116.238, 33.341, -116.238, 33.341]}, {"id": "2915", "type": "Feature", "properties": {"id": "ak16911603", "mag": 2.2, "time": 1506016859139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.198, 56.7455, 55.8]}, "bbox": [-156.198, 56.7455, -156.198, 56.7455]}, {"id": "2916", "type": "Feature", "properties": {"id": "nc72896411", "mag": 1.56, "time": 1506016054120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.955667, 36.390833, 1.45]}, "bbox": [-120.955667, 36.390833, -120.955667, 36.390833]}, {"id": "2917", "type": "Feature", "properties": {"id": "us2000ask8", "mag": 5.2, "time": 1506015812780, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [153.792, -5.2273, 42.8]}, "bbox": [153.792, -5.2273, 153.792, -5.2273]}, {"id": "2918", "type": "Feature", "properties": {"id": "ak16875367", "mag": 1.0, "time": 1506015790628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3293, 61.4367, 9.3]}, "bbox": [-152.3293, 61.4367, -152.3293, 61.4367]}, {"id": "2919", "type": "Feature", "properties": {"id": "nc72896401", "mag": 1.29, "time": 1506015349390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.136833, 36.591, 7.95]}, "bbox": [-121.136833, 36.591, -121.136833, 36.591]}, {"id": "2920", "type": "Feature", "properties": {"id": "nc72896396", "mag": 1.65, "time": 1506015154000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830667, 38.841833, 1.92]}, "bbox": [-122.830667, 38.841833, -122.830667, 38.841833]}, {"id": "2921", "type": "Feature", "properties": {"id": "ak16875364", "mag": 1.7, "time": 1506014707392, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9511, 61.182, 6.1]}, "bbox": [-139.9511, 61.182, -139.9511, 61.182]}, {"id": "2922", "type": "Feature", "properties": {"id": "us2000asjm", "mag": 4.1, "time": 1506014582020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1412, 14.9651, 31.77]}, "bbox": [-94.1412, 14.9651, -94.1412, 14.9651]}, {"id": "2923", "type": "Feature", "properties": {"id": "nc72896391", "mag": 1.65, "time": 1506014547620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.522667, 37.119333, 6.68]}, "bbox": [-121.522667, 37.119333, -121.522667, 37.119333]}, {"id": "2924", "type": "Feature", "properties": {"id": "nc72896386", "mag": 2.74, "time": 1506013969600, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.523, 37.119333, 7.11]}, "bbox": [-121.523, 37.119333, -121.523, 37.119333]}, {"id": "2925", "type": "Feature", "properties": {"id": "uu60248457", "mag": 1.24, "time": 1506013292240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416833, 42.5455, 6.54]}, "bbox": [-111.416833, 42.5455, -111.416833, 42.5455]}, {"id": "2926", "type": "Feature", "properties": {"id": "nc72896381", "mag": 1.42, "time": 1506013025480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.024167, 4.23]}, "bbox": [-118.7985, 38.024167, -118.7985, 38.024167]}, {"id": "2927", "type": "Feature", "properties": {"id": "ak16875337", "mag": 1.5, "time": 1506012889205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8562, 59.8876, 14.9]}, "bbox": [-136.8562, 59.8876, -136.8562, 59.8876]}, {"id": "2928", "type": "Feature", "properties": {"id": "ak16875335", "mag": 1.5, "time": 1506012588856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.43, 69.5255, 6.5]}, "bbox": [-142.43, 69.5255, -142.43, 69.5255]}, {"id": "2929", "type": "Feature", "properties": {"id": "ak16875333", "mag": 1.4, "time": 1506012078477, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7448, 65.4677, 16.1]}, "bbox": [-144.7448, 65.4677, -144.7448, 65.4677]}, {"id": "2930", "type": "Feature", "properties": {"id": "us2000asj3", "mag": 4.4, "time": 1506011673160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.8925, 24.9992, 82.35]}, "bbox": [94.8925, 24.9992, 94.8925, 24.9992]}, {"id": "2931", "type": "Feature", "properties": {"id": "ak16875233", "mag": 2.0, "time": 1506011166366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 62.6945, 1.1]}, "bbox": [-152.0389, 62.6945, -152.0389, 62.6945]}, {"id": "2932", "type": "Feature", "properties": {"id": "hv61916021", "mag": 1.65, "time": 1506010758380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.606333, 19.988, 0.02]}, "bbox": [-155.606333, 19.988, -155.606333, 19.988]}, {"id": "2933", "type": "Feature", "properties": {"id": "nc72896356", "mag": 1.08, "time": 1506008853280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.789501, 1.6]}, "bbox": [-122.736, 38.789501, -122.736, 38.789501]}, {"id": "2934", "type": "Feature", "properties": {"id": "ci38007344", "mag": 1.64, "time": 1506006904290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.040833, 34.932167, 7.95]}, "bbox": [-117.040833, 34.932167, -117.040833, 34.932167]}, {"id": "2935", "type": "Feature", "properties": {"id": "uu60248432", "mag": 1.93, "time": 1506005934630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899167, 38.2825, 1.23]}, "bbox": [-108.899167, 38.2825, -108.899167, 38.2825]}, {"id": "2936", "type": "Feature", "properties": {"id": "nc72896351", "mag": 1.05, "time": 1506005402280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.872833, 37.542167, 5.65]}, "bbox": [-118.872833, 37.542167, -118.872833, 37.542167]}, {"id": "2937", "type": "Feature", "properties": {"id": "ak16875225", "mag": 2.6, "time": 1506004864279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7558, 56.7802, 85.5]}, "bbox": [-157.7558, 56.7802, -157.7558, 56.7802]}, {"id": "2938", "type": "Feature", "properties": {"id": "nn00606271", "mag": 1.4, "time": 1506004765898, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.404, 8.4]}, "bbox": [-118.9071, 38.404, -118.9071, 38.404]}, {"id": "2939", "type": "Feature", "properties": {"id": "ak16911592", "mag": 1.8, "time": 1506004687871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.776, 59.9457, 96.3]}, "bbox": [-152.776, 59.9457, -152.776, 59.9457]}, {"id": "2940", "type": "Feature", "properties": {"id": "ak16875224", "mag": 1.0, "time": 1506004284441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1472, 58.225, 2.8]}, "bbox": [-155.1472, 58.225, -155.1472, 58.225]}, {"id": "2941", "type": "Feature", "properties": {"id": "us2000asgp", "mag": 3.1, "time": 1506004160400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5341, 7.73]}, "bbox": [-111.4287, 42.5341, -111.4287, 42.5341]}, {"id": "2942", "type": "Feature", "properties": {"id": "ak16875128", "mag": 1.2, "time": 1506003424957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1414, 61.9718, 7.4]}, "bbox": [-141.1414, 61.9718, -141.1414, 61.9718]}, {"id": "2943", "type": "Feature", "properties": {"id": "ak16875123", "mag": 2.2, "time": 1506003380008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.406, 61.1636, 56.5]}, "bbox": [-150.406, 61.1636, -150.406, 61.1636]}, {"id": "2944", "type": "Feature", "properties": {"id": "ak16875122", "mag": 1.5, "time": 1506003168025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6121, 60.6288, 27.1]}, "bbox": [-149.6121, 60.6288, -149.6121, 60.6288]}, {"id": "2945", "type": "Feature", "properties": {"id": "us2000asgl", "mag": 4.5, "time": 1506003018350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.7163, -5.3996, 143.64]}, "bbox": [150.7163, -5.3996, 150.7163, -5.3996]}, {"id": "2946", "type": "Feature", "properties": {"id": "ak16911587", "mag": 2.0, "time": 1506002992795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2107, 54.658, 25.6]}, "bbox": [-161.2107, 54.658, -161.2107, 54.658]}, {"id": "2947", "type": "Feature", "properties": {"id": "ak16875121", "mag": 1.3, "time": 1506002287075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 63.0935, 115.1]}, "bbox": [-150.7877, 63.0935, -150.7877, 63.0935]}, {"id": "2948", "type": "Feature", "properties": {"id": "ak16875120", "mag": 1.3, "time": 1506002190951, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3702, 60.2093, 0.0]}, "bbox": [-141.3702, 60.2093, -141.3702, 60.2093]}, {"id": "2949", "type": "Feature", "properties": {"id": "nc72896346", "mag": 1.58, "time": 1506001285170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.046, 37.631, -2.49]}, "bbox": [-119.046, 37.631, -119.046, 37.631]}, {"id": "2950", "type": "Feature", "properties": {"id": "ak16875118", "mag": 1.5, "time": 1506001054310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4947, 65.9329, 9.0]}, "bbox": [-151.4947, 65.9329, -151.4947, 65.9329]}, {"id": "2951", "type": "Feature", "properties": {"id": "ak16875115", "mag": 1.2, "time": 1506000273641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8273, 59.8914, 16.6]}, "bbox": [-136.8273, 59.8914, -136.8273, 59.8914]}, {"id": "2952", "type": "Feature", "properties": {"id": "ak16875114", "mag": 1.0, "time": 1505999744527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.927, 63.1123, 88.8]}, "bbox": [-149.927, 63.1123, -149.927, 63.1123]}, {"id": "2953", "type": "Feature", "properties": {"id": "ak16875113", "mag": 1.0, "time": 1505999509220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8959, 53.8648, 4.8]}, "bbox": [-166.8959, 53.8648, -166.8959, 53.8648]}, {"id": "2954", "type": "Feature", "properties": {"id": "nc72896326", "mag": 1.49, "time": 1505998900750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040833, 37.6325, -1.69]}, "bbox": [-119.040833, 37.6325, -119.040833, 37.6325]}, {"id": "2955", "type": "Feature", "properties": {"id": "nc72896316", "mag": 1.09, "time": 1505998199150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.854333, 37.553667, -1.13]}, "bbox": [-118.854333, 37.553667, -118.854333, 37.553667]}, {"id": "2956", "type": "Feature", "properties": {"id": "nc72896306", "mag": 1.43, "time": 1505997631810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009333, 37.578833, 2.18]}, "bbox": [-119.009333, 37.578833, -119.009333, 37.578833]}, {"id": "2957", "type": "Feature", "properties": {"id": "nm60207176", "mag": 1.81, "time": 1505997033100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.530833, 36.304833, 9.49]}, "bbox": [-89.530833, 36.304833, -89.530833, 36.304833]}, {"id": "2958", "type": "Feature", "properties": {"id": "ak16875021", "mag": 1.2, "time": 1505996145934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8383, 65.938, 13.9]}, "bbox": [-151.8383, 65.938, -151.8383, 65.938]}, {"id": "2959", "type": "Feature", "properties": {"id": "ak16875018", "mag": 1.2, "time": 1505995669198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.912, 65.5133, 9.1]}, "bbox": [-150.912, 65.5133, -150.912, 65.5133]}, {"id": "2960", "type": "Feature", "properties": {"id": "nc72896296", "mag": 1.47, "time": 1505995317350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.196833, 37.9145, 9.67]}, "bbox": [-122.196833, 37.9145, -122.196833, 37.9145]}, {"id": "2961", "type": "Feature", "properties": {"id": "nm60207166", "mag": 1.64, "time": 1505994488630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.4975, 36.289667, 7.47]}, "bbox": [-89.4975, 36.289667, -89.4975, 36.289667]}, {"id": "2962", "type": "Feature", "properties": {"id": "us2000asex", "mag": 4.8, "time": 1505994269370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2903, 15.7805, 100.11]}, "bbox": [-93.2903, 15.7805, -93.2903, 15.7805]}, {"id": "2963", "type": "Feature", "properties": {"id": "nn00606244", "mag": 1.4, "time": 1505993181062, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2534, 40.7726, 2.5]}, "bbox": [-119.2534, 40.7726, -119.2534, 40.7726]}, {"id": "2964", "type": "Feature", "properties": {"id": "uu60248402", "mag": 1.76, "time": 1505993050130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.834, 37.5, 12.34]}, "bbox": [-112.834, 37.5, -112.834, 37.5]}, {"id": "2965", "type": "Feature", "properties": {"id": "ak16911577", "mag": 1.8, "time": 1505992688210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7102, 59.2193, 101.3]}, "bbox": [-153.7102, 59.2193, -153.7102, 59.2193]}, {"id": "2966", "type": "Feature", "properties": {"id": "nc72896276", "mag": 1.87, "time": 1505990638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821833, 38.807833, 2.57]}, "bbox": [-122.821833, 38.807833, -122.821833, 38.807833]}, {"id": "2967", "type": "Feature", "properties": {"id": "ak16911575", "mag": 1.4, "time": 1505990312220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1289, 60.9457, 91.3]}, "bbox": [-152.1289, 60.9457, -152.1289, 60.9457]}, {"id": "2968", "type": "Feature", "properties": {"id": "ci38007296", "mag": 1.16, "time": 1505989019560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.893333, 33.8875, 12.0]}, "bbox": [-116.893333, 33.8875, -116.893333, 33.8875]}, {"id": "2969", "type": "Feature", "properties": {"id": "ak16874826", "mag": 2.4, "time": 1505988598717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0672, 60.3368, 3.1]}, "bbox": [-143.0672, 60.3368, -143.0672, 60.3368]}, {"id": "2970", "type": "Feature", "properties": {"id": "ak16874821", "mag": 3.9, "time": 1505988559362, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.0266, 58.0197, 4.1]}, "bbox": [-139.0266, 58.0197, -139.0266, 58.0197]}, {"id": "2971", "type": "Feature", "properties": {"id": "us2000asdx", "mag": 3.2, "time": 1505987188740, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5809, 9.51]}, "bbox": [-111.4339, 42.5809, -111.4339, 42.5809]}, {"id": "2972", "type": "Feature", "properties": {"id": "nc72896231", "mag": 1.31, "time": 1505985984190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7595, 39.290333, 11.74]}, "bbox": [-122.7595, 39.290333, -122.7595, 39.290333]}, {"id": "2973", "type": "Feature", "properties": {"id": "ak16874817", "mag": 1.2, "time": 1505985541058, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7623, 63.2246, 123.5]}, "bbox": [-150.7623, 63.2246, -150.7623, 63.2246]}, {"id": "2974", "type": "Feature", "properties": {"id": "nc72896221", "mag": 1.81, "time": 1505985066080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.605333, 4.11]}, "bbox": [-118.8215, 37.605333, -118.8215, 37.605333]}, {"id": "2975", "type": "Feature", "properties": {"id": "ak16911571", "mag": 1.2, "time": 1505984945428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6774, 60.3679, 51.2]}, "bbox": [-150.6774, 60.3679, -150.6774, 60.3679]}, {"id": "2976", "type": "Feature", "properties": {"id": "us2000astb", "mag": 3.2, "time": 1505984479950, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.4877, 39.7496, 7.26]}, "bbox": [30.4877, 39.7496, 30.4877, 39.7496]}, {"id": "2977", "type": "Feature", "properties": {"id": "ak16874735", "mag": 1.1, "time": 1505984351439, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1345, 61.0202, 12.5]}, "bbox": [-151.1345, 61.0202, -151.1345, 61.0202]}, {"id": "2978", "type": "Feature", "properties": {"id": "ak16874733", "mag": 1.8, "time": 1505984244290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.6331, 69.6221, 10.8]}, "bbox": [-144.6331, 69.6221, -144.6331, 69.6221]}, {"id": "2979", "type": "Feature", "properties": {"id": "ak16911567", "mag": 1.4, "time": 1505983878943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6066, 58.3406, 70.2]}, "bbox": [-153.6066, 58.3406, -153.6066, 58.3406]}, {"id": "2980", "type": "Feature", "properties": {"id": "ak16874730", "mag": 1.6, "time": 1505983557544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6496, 63.2391, 128.6]}, "bbox": [-150.6496, 63.2391, -150.6496, 63.2391]}, {"id": "2981", "type": "Feature", "properties": {"id": "ak16874715", "mag": 3.0, "time": 1505983090867, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9585, 60.2394, 134.3]}, "bbox": [-152.9585, 60.2394, -152.9585, 60.2394]}, {"id": "2982", "type": "Feature", "properties": {"id": "ak16874713", "mag": 1.8, "time": 1505982752561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3398, 60.0395, 62.9]}, "bbox": [-151.3398, 60.0395, -151.3398, 60.0395]}, {"id": "2983", "type": "Feature", "properties": {"id": "ak16874708", "mag": 1.6, "time": 1505981986749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5434, 62.0196, 9.7]}, "bbox": [-148.5434, 62.0196, -148.5434, 62.0196]}, {"id": "2984", "type": "Feature", "properties": {"id": "ci38007280", "mag": 1.01, "time": 1505981662400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.966, 33.952667, 12.57]}, "bbox": [-116.966, 33.952667, -116.966, 33.952667]}, {"id": "2985", "type": "Feature", "properties": {"id": "nc72896186", "mag": 1.8, "time": 1505981520300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764333, 38.786167, 0.23]}, "bbox": [-122.764333, 38.786167, -122.764333, 38.786167]}, {"id": "2986", "type": "Feature", "properties": {"id": "ak16874635", "mag": 1.2, "time": 1505980470681, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9567, 61.1836, 3.9]}, "bbox": [-139.9567, 61.1836, -139.9567, 61.1836]}, {"id": "2987", "type": "Feature", "properties": {"id": "mb80256854", "mag": 1.19, "time": 1505980355400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540333, 46.865833, 13.58]}, "bbox": [-112.540333, 46.865833, -112.540333, 46.865833]}, {"id": "2988", "type": "Feature", "properties": {"id": "hv61915846", "mag": 2.23, "time": 1505980220010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471833, 19.187167, 6.497]}, "bbox": [-155.471833, 19.187167, -155.471833, 19.187167]}, {"id": "2989", "type": "Feature", "properties": {"id": "nc72896176", "mag": 1.82, "time": 1505979900900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789167, 37.455, 8.23]}, "bbox": [-121.789167, 37.455, -121.789167, 37.455]}, {"id": "2990", "type": "Feature", "properties": {"id": "ak16874613", "mag": 2.5, "time": 1505979347188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6995, 61.302, 18.1]}, "bbox": [-146.6995, 61.302, -146.6995, 61.302]}, {"id": "2991", "type": "Feature", "properties": {"id": "nc72896141", "mag": 1.44, "time": 1505978529860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0545, 37.976333, 16.99]}, "bbox": [-122.0545, 37.976333, -122.0545, 37.976333]}, {"id": "2992", "type": "Feature", "properties": {"id": "us2000asd1", "mag": 4.8, "time": 1505977959710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.683, -37.9104, 6.87]}, "bbox": [-73.683, -37.9104, -73.683, -37.9104]}, {"id": "2993", "type": "Feature", "properties": {"id": "nc72896116", "mag": 1.08, "time": 1505977815960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784164, 38.838165, 0.65]}, "bbox": [-122.784164, 38.838165, -122.784164, 38.838165]}, {"id": "2994", "type": "Feature", "properties": {"id": "ci38007272", "mag": 1.44, "time": 1505977166870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.235667, 34.473, 10.66]}, "bbox": [-119.235667, 34.473, -119.235667, 34.473]}, {"id": "2995", "type": "Feature", "properties": {"id": "ak16874540", "mag": 1.8, "time": 1505976691446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5178, 59.5615, 114.3]}, "bbox": [-153.5178, 59.5615, -153.5178, 59.5615]}, {"id": "2996", "type": "Feature", "properties": {"id": "ci38007264", "mag": 1.35, "time": 1505976496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8585, 33.885833, 13.8]}, "bbox": [-116.8585, 33.885833, -116.8585, 33.885833]}, {"id": "2997", "type": "Feature", "properties": {"id": "ak16874539", "mag": 1.4, "time": 1505975897075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7553, 60.3904, 17.6]}, "bbox": [-147.7553, 60.3904, -147.7553, 60.3904]}, {"id": "2998", "type": "Feature", "properties": {"id": "ak16911557", "mag": 1.9, "time": 1505975896384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7415, 56.6876, 60.1]}, "bbox": [-155.7415, 56.6876, -155.7415, 56.6876]}, {"id": "2999", "type": "Feature", "properties": {"id": "ak16874533", "mag": 2.4, "time": 1505975550653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4341, 54.7916, 41.7]}, "bbox": [-160.4341, 54.7916, -160.4341, 54.7916]}, {"id": "3000", "type": "Feature", "properties": {"id": "ak16874531", "mag": 1.6, "time": 1505973877209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0439, 60.1347, 121.6]}, "bbox": [-153.0439, 60.1347, -153.0439, 60.1347]}, {"id": "3001", "type": "Feature", "properties": {"id": "nc72896081", "mag": 0.98, "time": 1505973711190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775002, 38.797669, 2.77]}, "bbox": [-122.775002, 38.797669, -122.775002, 38.797669]}, {"id": "3002", "type": "Feature", "properties": {"id": "nc72896076", "mag": 2.49, "time": 1505973410410, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.785833, 37.46, 8.35]}, "bbox": [-121.785833, 37.46, -121.785833, 37.46]}, {"id": "3003", "type": "Feature", "properties": {"id": "ak16874465", "mag": 1.3, "time": 1505973344875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.0133, 60.1082, 0.0]}, "bbox": [-138.0133, 60.1082, -138.0133, 60.1082]}, {"id": "3004", "type": "Feature", "properties": {"id": "ak16911553", "mag": 1.4, "time": 1505972962694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3138, 59.699, 53.9]}, "bbox": [-151.3138, 59.699, -151.3138, 59.699]}, {"id": "3005", "type": "Feature", "properties": {"id": "ak16911552", "mag": 1.2, "time": 1505972745844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4845, 60.1615, 61.1]}, "bbox": [-151.4845, 60.1615, -151.4845, 60.1615]}, {"id": "3006", "type": "Feature", "properties": {"id": "nn00606219", "mag": 1.3, "time": 1505972571887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1193, 38.2806, 9.5]}, "bbox": [-119.1193, 38.2806, -119.1193, 38.2806]}, {"id": "3007", "type": "Feature", "properties": {"id": "ak16911551", "mag": 1.8, "time": 1505972563999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.15, 51.5531, 43.8]}, "bbox": [-177.15, 51.5531, -177.15, 51.5531]}, {"id": "3008", "type": "Feature", "properties": {"id": "nn00606295", "mag": 1.0, "time": 1505972403264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6227, 38.8065, 14.1]}, "bbox": [-119.6227, 38.8065, -119.6227, 38.8065]}, {"id": "3009", "type": "Feature", "properties": {"id": "uu60248342", "mag": 1.16, "time": 1505971839680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427333, 42.584333, 6.41]}, "bbox": [-111.427333, 42.584333, -111.427333, 42.584333]}, {"id": "3010", "type": "Feature", "properties": {"id": "ak16874458", "mag": 1.0, "time": 1505971795387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1789, 60.7931, 15.4]}, "bbox": [-147.1789, 60.7931, -147.1789, 60.7931]}, {"id": "3011", "type": "Feature", "properties": {"id": "nn00606215", "mag": 1.1, "time": 1505970724921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9138, 38.4144, 3.9]}, "bbox": [-118.9138, 38.4144, -118.9138, 38.4144]}, {"id": "3012", "type": "Feature", "properties": {"id": "nn00606292", "mag": 1.2, "time": 1505969821916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9096, 38.3591, 10.4]}, "bbox": [-118.9096, 38.3591, -118.9096, 38.3591]}, {"id": "3013", "type": "Feature", "properties": {"id": "ak16874386", "mag": 2.2, "time": 1505966674333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1806, 62.1688, 58.7]}, "bbox": [-150.1806, 62.1688, -150.1806, 62.1688]}, {"id": "3014", "type": "Feature", "properties": {"id": "ak16874381", "mag": 1.5, "time": 1505966192127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3423, 67.4818, 11.5]}, "bbox": [-158.3423, 67.4818, -158.3423, 67.4818]}, {"id": "3015", "type": "Feature", "properties": {"id": "nn00606289", "mag": 1.1, "time": 1505965897622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.612, 39.7777, 13.3]}, "bbox": [-120.612, 39.7777, -120.612, 39.7777]}, {"id": "3016", "type": "Feature", "properties": {"id": "ak16874378", "mag": 1.4, "time": 1505965635289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6084, 59.8249, 2.4]}, "bbox": [-136.6084, 59.8249, -136.6084, 59.8249]}, {"id": "3017", "type": "Feature", "properties": {"id": "ci38007240", "mag": 1.33, "time": 1505964848260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.392833, 34.0695, 3.63]}, "bbox": [-116.392833, 34.0695, -116.392833, 34.0695]}, {"id": "3018", "type": "Feature", "properties": {"id": "uw61309117", "mag": 1.41, "time": 1505964727680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.537333, 45.623, 3.45]}, "bbox": [-122.537333, 45.623, -122.537333, 45.623]}, {"id": "3019", "type": "Feature", "properties": {"id": "us2000asac", "mag": 2.3, "time": 1505963189900, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6319, 35.02, 3.66]}, "bbox": [-97.6319, 35.02, -97.6319, 35.02]}, {"id": "3020", "type": "Feature", "properties": {"id": "nc72896016", "mag": 1.0, "time": 1505962244660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777664, 38.821335, 1.62]}, "bbox": [-122.777664, 38.821335, -122.777664, 38.821335]}, {"id": "3021", "type": "Feature", "properties": {"id": "ak16874313", "mag": 1.6, "time": 1505961692924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.4015, 58.981, 9.4]}, "bbox": [-136.4015, 58.981, -136.4015, 58.981]}, {"id": "3022", "type": "Feature", "properties": {"id": "nc72896006", "mag": 2.63, "time": 1505961234600, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.822333, 1.9]}, "bbox": [-122.778, 38.822333, -122.778, 38.822333]}, {"id": "3023", "type": "Feature", "properties": {"id": "ak16874294", "mag": 1.4, "time": 1505960998663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7592, 62.4966, 63.3]}, "bbox": [-149.7592, 62.4966, -149.7592, 62.4966]}, {"id": "3024", "type": "Feature", "properties": {"id": "ak16911541", "mag": 1.2, "time": 1505959763113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0959, 69.101, 9.0]}, "bbox": [-147.0959, 69.101, -147.0959, 69.101]}, {"id": "3025", "type": "Feature", "properties": {"id": "nc72896001", "mag": 2.06, "time": 1505958864360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.541, 35.984333, 10.27]}, "bbox": [-120.541, 35.984333, -120.541, 35.984333]}, {"id": "3026", "type": "Feature", "properties": {"id": "ci38007216", "mag": 1.05, "time": 1505958019680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.250167, 34.038167, 14.18]}, "bbox": [-117.250167, 34.038167, -117.250167, 34.038167]}, {"id": "3027", "type": "Feature", "properties": {"id": "ak16874254", "mag": 3.1, "time": 1505957941327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4863, 51.2677, 13.2]}, "bbox": [178.4863, 51.2677, 178.4863, 51.2677]}, {"id": "3028", "type": "Feature", "properties": {"id": "ak16874229", "mag": 1.1, "time": 1505957058757, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7027, 61.7499, 26.8]}, "bbox": [-146.7027, 61.7499, -146.7027, 61.7499]}, {"id": "3029", "type": "Feature", "properties": {"id": "ak16874215", "mag": 1.1, "time": 1505956445202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6955, 63.1111, 9.3]}, "bbox": [-147.6955, 63.1111, -147.6955, 63.1111]}, {"id": "3030", "type": "Feature", "properties": {"id": "ci38007208", "mag": 1.4, "time": 1505955985550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.416, 33.868667, 14.65]}, "bbox": [-118.416, 33.868667, -118.416, 33.868667]}, {"id": "3031", "type": "Feature", "properties": {"id": "hv61915531", "mag": 1.72, "time": 1505955195430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279833, 19.405667, 1.328]}, "bbox": [-155.279833, 19.405667, -155.279833, 19.405667]}, {"id": "3032", "type": "Feature", "properties": {"id": "ak16874182", "mag": 2.0, "time": 1505954859125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6742, 63.0988, 11.2]}, "bbox": [-147.6742, 63.0988, -147.6742, 63.0988]}, {"id": "3033", "type": "Feature", "properties": {"id": "us2000as95", "mag": 4.5, "time": 1505954623610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9506, -18.3191, 525.15]}, "bbox": [-177.9506, -18.3191, -177.9506, -18.3191]}, {"id": "3034", "type": "Feature", "properties": {"id": "ak16874180", "mag": 1.0, "time": 1505954368489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6875, 63.1114, 10.6]}, "bbox": [-147.6875, 63.1114, -147.6875, 63.1114]}, {"id": "3035", "type": "Feature", "properties": {"id": "mb80256829", "mag": 1.22, "time": 1505954178230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.729167, 46.9255, 15.18]}, "bbox": [-112.729167, 46.9255, -112.729167, 46.9255]}, {"id": "3036", "type": "Feature", "properties": {"id": "ci38007192", "mag": 2.27, "time": 1505953985850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.389333, 34.875667, 4.87]}, "bbox": [-117.389333, 34.875667, -117.389333, 34.875667]}, {"id": "3037", "type": "Feature", "properties": {"id": "ak16911531", "mag": 3.1, "time": 1505953036619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8238, 52.2316, 212.2]}, "bbox": [-178.8238, 52.2316, -178.8238, 52.2316]}, {"id": "3038", "type": "Feature", "properties": {"id": "ak16874133", "mag": 1.9, "time": 1505952707526, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 61.7239, 1.8]}, "bbox": [-141.3476, 61.7239, -141.3476, 61.7239]}, {"id": "3039", "type": "Feature", "properties": {"id": "nc72895971", "mag": 2.7, "time": 1505952459520, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.065833, 37.977333, 16.12]}, "bbox": [-122.065833, 37.977333, -122.065833, 37.977333]}, {"id": "3040", "type": "Feature", "properties": {"id": "us2000as7z", "mag": 5.0, "time": 1505952320920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3417, -18.3348, 223.14]}, "bbox": [-175.3417, -18.3348, -175.3417, -18.3348]}, {"id": "3041", "type": "Feature", "properties": {"id": "ak16874122", "mag": 1.3, "time": 1505952267890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1071, 68.0646, 14.2]}, "bbox": [-161.1071, 68.0646, -161.1071, 68.0646]}, {"id": "3042", "type": "Feature", "properties": {"id": "ak16874119", "mag": 1.3, "time": 1505952216610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9186, 60.9563, 9.6]}, "bbox": [-150.9186, 60.9563, -150.9186, 60.9563]}, {"id": "3043", "type": "Feature", "properties": {"id": "us2000as7r", "mag": 5.7, "time": 1505951964840, "felt": 7.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [113.0028, -6.141, 588.64]}, "bbox": [113.0028, -6.141, 113.0028, -6.141]}, {"id": "3044", "type": "Feature", "properties": {"id": "ci38007168", "mag": 1.0, "time": 1505951908320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.513, 33.929833, 3.12]}, "bbox": [-117.513, 33.929833, -117.513, 33.929833]}, {"id": "3045", "type": "Feature", "properties": {"id": "ak16874078", "mag": 1.5, "time": 1505949607121, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.307, 64.9865, 0.0]}, "bbox": [-147.307, 64.9865, -147.307, 64.9865]}, {"id": "3046", "type": "Feature", "properties": {"id": "nc72895936", "mag": 2.34, "time": 1505948330470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830833, 38.8385, 2.22]}, "bbox": [-122.830833, 38.8385, -122.830833, 38.8385]}, {"id": "3047", "type": "Feature", "properties": {"id": "us2000as71", "mag": 4.4, "time": 1505948258880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8955, -19.9851, 13.88]}, "bbox": [-70.8955, -19.9851, -70.8955, -19.9851]}, {"id": "3048", "type": "Feature", "properties": {"id": "ci38007144", "mag": 2.26, "time": 1505947525530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.600667, 32.8185, 11.77]}, "bbox": [-115.600667, 32.8185, -115.600667, 32.8185]}, {"id": "3049", "type": "Feature", "properties": {"id": "us2000as6n", "mag": 4.7, "time": 1505946967130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.002, -5.1396, 10.0]}, "bbox": [148.002, -5.1396, 148.002, -5.1396]}, {"id": "3050", "type": "Feature", "properties": {"id": "ak16874025", "mag": 1.8, "time": 1505946583777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5728, 63.1811, 118.6]}, "bbox": [-150.5728, 63.1811, -150.5728, 63.1811]}, {"id": "3051", "type": "Feature", "properties": {"id": "us2000as5y", "mag": 5.2, "time": 1505945844590, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.9821, -5.1384, 10.0]}, "bbox": [147.9821, -5.1384, 147.9821, -5.1384]}, {"id": "3052", "type": "Feature", "properties": {"id": "us2000as5x", "mag": 5.9, "time": 1505945616140, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.8337, -5.11, 10.0]}, "bbox": [147.8337, -5.11, 147.8337, -5.11]}, {"id": "3053", "type": "Feature", "properties": {"id": "ak16873995", "mag": 1.3, "time": 1505944353830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7194, 63.0772, 10.8]}, "bbox": [-147.7194, 63.0772, -147.7194, 63.0772]}, {"id": "3054", "type": "Feature", "properties": {"id": "nc72895916", "mag": 1.33, "time": 1505944123270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 37.532, 3.23]}, "bbox": [-118.8235, 37.532, -118.8235, 37.532]}, {"id": "3055", "type": "Feature", "properties": {"id": "ak16903715", "mag": 1.5, "time": 1505944050318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7597, 60.286, 105.1]}, "bbox": [-152.7597, 60.286, -152.7597, 60.286]}, {"id": "3056", "type": "Feature", "properties": {"id": "ak16873983", "mag": 1.6, "time": 1505944038560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2822, 60.1956, 0.0]}, "bbox": [-141.2822, 60.1956, -141.2822, 60.1956]}, {"id": "3057", "type": "Feature", "properties": {"id": "ak16873980", "mag": 1.5, "time": 1505943645116, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7128, 62.2758, 1.9]}, "bbox": [-152.7128, 62.2758, -152.7128, 62.2758]}, {"id": "3058", "type": "Feature", "properties": {"id": "nc72895911", "mag": 1.05, "time": 1505943458060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817497, 38.818165, 1.98]}, "bbox": [-122.817497, 38.818165, -122.817497, 38.818165]}, {"id": "3059", "type": "Feature", "properties": {"id": "mb80256764", "mag": 1.19, "time": 1505942553810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.3355, 46.855167, 12.51]}, "bbox": [-112.3355, 46.855167, -112.3355, 46.855167]}, {"id": "3060", "type": "Feature", "properties": {"id": "ak16873969", "mag": 1.0, "time": 1505941809382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8648, 61.3084, 14.6]}, "bbox": [-140.8648, 61.3084, -140.8648, 61.3084]}, {"id": "3061", "type": "Feature", "properties": {"id": "ak16903709", "mag": 1.3, "time": 1505940388991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1675, 59.8496, 11.5]}, "bbox": [-148.1675, 59.8496, -148.1675, 59.8496]}, {"id": "3062", "type": "Feature", "properties": {"id": "hv61915241", "mag": 2.0, "time": 1505940250470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.695496, 19.176666, 1.78]}, "bbox": [-155.695496, 19.176666, -155.695496, 19.176666]}, {"id": "3063", "type": "Feature", "properties": {"id": "uw61309057", "mag": 2.31, "time": 1505940000150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.92, 47.376, -0.5]}, "bbox": [-117.92, 47.376, -117.92, 47.376]}, {"id": "3064", "type": "Feature", "properties": {"id": "ak16873814", "mag": 1.4, "time": 1505938885178, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4385, 61.7606, 10.4]}, "bbox": [-148.4385, 61.7606, -148.4385, 61.7606]}, {"id": "3065", "type": "Feature", "properties": {"id": "ak16873808", "mag": 1.1, "time": 1505938683669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6592, 62.5852, 59.8]}, "bbox": [-149.6592, 62.5852, -149.6592, 62.5852]}, {"id": "3066", "type": "Feature", "properties": {"id": "nc72895876", "mag": 1.45, "time": 1505938357840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.59, 36.021667, 3.05]}, "bbox": [-120.59, 36.021667, -120.59, 36.021667]}, {"id": "3067", "type": "Feature", "properties": {"id": "ak16873804", "mag": 1.4, "time": 1505938263457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3926, 60.1466, 0.0]}, "bbox": [-141.3926, 60.1466, -141.3926, 60.1466]}, {"id": "3068", "type": "Feature", "properties": {"id": "us2000as2f", "mag": 6.4, "time": 1505938189810, "felt": 16.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [169.0947, -18.7978, 200.19]}, "bbox": [169.0947, -18.7978, 169.0947, -18.7978]}, {"id": "3069", "type": "Feature", "properties": {"id": "hv61915206", "mag": 2.51, "time": 1505938077390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.033667, 19.2375, 39.578]}, "bbox": [-155.033667, 19.2375, -155.033667, 19.2375]}, {"id": "3070", "type": "Feature", "properties": {"id": "ci38007104", "mag": 1.0, "time": 1505937649230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0765, 32.813833, -0.2]}, "bbox": [-117.0765, 32.813833, -117.0765, 32.813833]}, {"id": "3071", "type": "Feature", "properties": {"id": "ak16873801", "mag": 2.0, "time": 1505937512139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8359, 53.871, 5.2]}, "bbox": [-166.8359, 53.871, -166.8359, 53.871]}, {"id": "3072", "type": "Feature", "properties": {"id": "us2000as1w", "mag": 2.5, "time": 1505937361300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0579, 36.6187, 5.828]}, "bbox": [-98.0579, 36.6187, -98.0579, 36.6187]}, {"id": "3073", "type": "Feature", "properties": {"id": "ak16873782", "mag": 1.2, "time": 1505936869830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8873, 62.1092, 41.4]}, "bbox": [-148.8873, 62.1092, -148.8873, 62.1092]}, {"id": "3074", "type": "Feature", "properties": {"id": "mb80256709", "mag": 1.79, "time": 1505935321500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.451, 43.543667, 10.41]}, "bbox": [-110.451, 43.543667, -110.451, 43.543667]}, {"id": "3075", "type": "Feature", "properties": {"id": "nn00606121", "mag": 1.5, "time": 1505934916827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1139, 37.3666, 2.9]}, "bbox": [-115.1139, 37.3666, -115.1139, 37.3666]}, {"id": "3076", "type": "Feature", "properties": {"id": "ci38007096", "mag": 1.15, "time": 1505934203280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.751, 34.839333, -1.28]}, "bbox": [-118.751, 34.839333, -118.751, 34.839333]}, {"id": "3077", "type": "Feature", "properties": {"id": "nn00606180", "mag": 1.3, "time": 1505934149532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1164, 38.3161, 11.8]}, "bbox": [-119.1164, 38.3161, -119.1164, 38.3161]}, {"id": "3078", "type": "Feature", "properties": {"id": "nc72895851", "mag": 1.27, "time": 1505934073910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.592833, 39.610333, 2.9]}, "bbox": [-122.592833, 39.610333, -122.592833, 39.610333]}, {"id": "3079", "type": "Feature", "properties": {"id": "ak16873739", "mag": 2.2, "time": 1505933777306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4033, 69.0735, 10.0]}, "bbox": [-146.4033, 69.0735, -146.4033, 69.0735]}, {"id": "3080", "type": "Feature", "properties": {"id": "ak16873736", "mag": 1.7, "time": 1505933267549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2132, 61.1317, 38.0]}, "bbox": [-150.2132, 61.1317, -150.2132, 61.1317]}, {"id": "3081", "type": "Feature", "properties": {"id": "ci38007072", "mag": 2.71, "time": 1505931747440, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.389167, 32.380167, 15.18]}, "bbox": [-115.389167, 32.380167, -115.389167, 32.380167]}, {"id": "3082", "type": "Feature", "properties": {"id": "nc72895826", "mag": 1.69, "time": 1505931012940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.428333, 36.582667, 0.68]}, "bbox": [-121.428333, 36.582667, -121.428333, 36.582667]}, {"id": "3083", "type": "Feature", "properties": {"id": "uu60248192", "mag": 1.44, "time": 1505930780280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.474333, 42.6455, 0.08]}, "bbox": [-111.474333, 42.6455, -111.474333, 42.6455]}, {"id": "3084", "type": "Feature", "properties": {"id": "nc72895816", "mag": 2.1, "time": 1505929719570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9675, 40.890167, 14.69]}, "bbox": [-121.9675, 40.890167, -121.9675, 40.890167]}, {"id": "3085", "type": "Feature", "properties": {"id": "ak16873728", "mag": 1.2, "time": 1505929479491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.582, 62.6618, 78.5]}, "bbox": [-150.582, 62.6618, -150.582, 62.6618]}, {"id": "3086", "type": "Feature", "properties": {"id": "ak16873142", "mag": 1.5, "time": 1505927860541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2216, 61.5685, 73.1]}, "bbox": [-151.2216, 61.5685, -151.2216, 61.5685]}, {"id": "3087", "type": "Feature", "properties": {"id": "nc72895806", "mag": 3.65, "time": 1505927408630, "felt": 119.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.983667, 40.891333, 16.86]}, "bbox": [-121.983667, 40.891333, -121.983667, 40.891333]}, {"id": "3088", "type": "Feature", "properties": {"id": "nc72895796", "mag": 3.18, "time": 1505926479240, "felt": 56.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.546833, 36.829167, 3.48]}, "bbox": [-121.546833, 36.829167, -121.546833, 36.829167]}, {"id": "3089", "type": "Feature", "properties": {"id": "ak16873012", "mag": 1.4, "time": 1505926389012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6968, 59.7895, 4.9]}, "bbox": [-136.6968, 59.7895, -136.6968, 59.7895]}, {"id": "3090", "type": "Feature", "properties": {"id": "us2000arxv", "mag": 6.1, "time": 1505925436360, "felt": 102.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6601, 37.9814, 11.0]}, "bbox": [144.6601, 37.9814, 144.6601, 37.9814]}, {"id": "3091", "type": "Feature", "properties": {"id": "ak16872904", "mag": 1.0, "time": 1505925010295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5787, 62.1577, 21.6]}, "bbox": [-145.5787, 62.1577, -145.5787, 62.1577]}, {"id": "3092", "type": "Feature", "properties": {"id": "us2000arxl", "mag": 5.3, "time": 1505924711310, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [118.8822, -10.1961, 10.84]}, "bbox": [118.8822, -10.1961, 118.8822, -10.1961]}, {"id": "3093", "type": "Feature", "properties": {"id": "us2000arxs", "mag": 4.4, "time": 1505923365600, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [135.4357, 33.9578, 44.93]}, "bbox": [135.4357, 33.9578, 135.4357, 33.9578]}, {"id": "3094", "type": "Feature", "properties": {"id": "ak16872233", "mag": 1.2, "time": 1505923328725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1746, 60.1861, 0.0]}, "bbox": [-141.1746, 60.1861, -141.1746, 60.1861]}, {"id": "3095", "type": "Feature", "properties": {"id": "ci38007024", "mag": 0.95, "time": 1505922246000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.593333, 34.202833, 4.57]}, "bbox": [-117.593333, 34.202833, -117.593333, 34.202833]}, {"id": "3096", "type": "Feature", "properties": {"id": "us2000arwt", "mag": 4.9, "time": 1505921548830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9265, -14.913, 39.0]}, "bbox": [166.9265, -14.913, 166.9265, -14.913]}, {"id": "3097", "type": "Feature", "properties": {"id": "us2000arwd", "mag": 2.4, "time": 1505921250610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.783, 37.3255, 5.27]}, "bbox": [-97.783, 37.3255, -97.783, 37.3255]}, {"id": "3098", "type": "Feature", "properties": {"id": "us2000awnu", "mag": 4.6, "time": 1505921168060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.7481, 43.6321, 10.0]}, "bbox": [-28.7481, 43.6321, -28.7481, 43.6321]}, {"id": "3099", "type": "Feature", "properties": {"id": "uu60248182", "mag": 1.14, "time": 1505920908550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455667, 42.606, 5.92]}, "bbox": [-111.455667, 42.606, -111.455667, 42.606]}, {"id": "3100", "type": "Feature", "properties": {"id": "us2000arw1", "mag": 4.4, "time": 1505920105280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.9001, 36.5943, 194.83]}, "bbox": [70.9001, 36.5943, 70.9001, 36.5943]}, {"id": "3101", "type": "Feature", "properties": {"id": "us2000awp1", "mag": 4.1, "time": 1505919984040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.8639, 5.1272, 10.0]}, "bbox": [-82.8639, 5.1272, -82.8639, 5.1272]}, {"id": "3102", "type": "Feature", "properties": {"id": "ak16903689", "mag": 2.1, "time": 1505918855154, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5285, 56.3302, 52.3]}, "bbox": [-157.5285, 56.3302, -157.5285, 56.3302]}, {"id": "3103", "type": "Feature", "properties": {"id": "ak16871415", "mag": 1.5, "time": 1505918684626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5508, 61.18, 5.3]}, "bbox": [-146.5508, 61.18, -146.5508, 61.18]}, {"id": "3104", "type": "Feature", "properties": {"id": "us2000arvu", "mag": 5.0, "time": 1505918528120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.1207, -17.9346, 10.0]}, "bbox": [-114.1207, -17.9346, -114.1207, -17.9346]}, {"id": "3105", "type": "Feature", "properties": {"id": "ci38007016", "mag": 1.44, "time": 1505918468750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.514, 33.93, 3.08]}, "bbox": [-117.514, 33.93, -117.514, 33.93]}, {"id": "3106", "type": "Feature", "properties": {"id": "nc72895731", "mag": 2.2, "time": 1505918095770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.179, 40.2545, 10.1]}, "bbox": [-124.179, 40.2545, -124.179, 40.2545]}, {"id": "3107", "type": "Feature", "properties": {"id": "us2000arvi", "mag": 5.3, "time": 1505917796770, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.7572, 23.2931, 22.03]}, "bbox": [121.7572, 23.2931, 121.7572, 23.2931]}, {"id": "3108", "type": "Feature", "properties": {"id": "nc72895726", "mag": 2.76, "time": 1505917745400, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.182833, 40.246333, 11.38]}, "bbox": [-124.182833, 40.246333, -124.182833, 40.246333]}, {"id": "3109", "type": "Feature", "properties": {"id": "uu60248172", "mag": 2.13, "time": 1505916637780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.592833, 6.06]}, "bbox": [-111.4155, 42.592833, -111.4155, 42.592833]}, {"id": "3110", "type": "Feature", "properties": {"id": "ak16870720", "mag": 2.0, "time": 1505915942888, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6193, 67.4066, 12.2]}, "bbox": [-156.6193, 67.4066, -156.6193, 67.4066]}, {"id": "3111", "type": "Feature", "properties": {"id": "ak16870653", "mag": 1.8, "time": 1505915336300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2998, 61.7353, 47.3]}, "bbox": [-150.2998, 61.7353, -150.2998, 61.7353]}, {"id": "3112", "type": "Feature", "properties": {"id": "mb80256619", "mag": 1.37, "time": 1505914951120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.886167, 13.87]}, "bbox": [-112.527333, 46.886167, -112.527333, 46.886167]}, {"id": "3113", "type": "Feature", "properties": {"id": "ci38006992", "mag": 1.47, "time": 1505914753140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.453667, 34.324833, 9.66]}, "bbox": [-116.453667, 34.324833, -116.453667, 34.324833]}, {"id": "3114", "type": "Feature", "properties": {"id": "nc72895721", "mag": 2.38, "time": 1505913728570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6465, 36.06, 20.18]}, "bbox": [-119.6465, 36.06, -119.6465, 36.06]}, {"id": "3115", "type": "Feature", "properties": {"id": "ci38006968", "mag": 1.06, "time": 1505913698350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.79, 36.101, 8.43]}, "bbox": [-117.79, 36.101, -117.79, 36.101]}, {"id": "3116", "type": "Feature", "properties": {"id": "ci38006952", "mag": 2.21, "time": 1505911740560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.197667, 32.419333, 10.66]}, "bbox": [-115.197667, 32.419333, -115.197667, 32.419333]}, {"id": "3117", "type": "Feature", "properties": {"id": "ak16869931", "mag": 1.0, "time": 1505911683814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0983, 64.9958, 11.1]}, "bbox": [-152.0983, 64.9958, -152.0983, 64.9958]}, {"id": "3118", "type": "Feature", "properties": {"id": "ak16869929", "mag": 1.1, "time": 1505910877864, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9571, 64.0729, 125.0]}, "bbox": [-148.9571, 64.0729, -148.9571, 64.0729]}, {"id": "3119", "type": "Feature", "properties": {"id": "us2000arkq", "mag": 5.0, "time": 1505910355700, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.5848, 1.0854, 36.12]}, "bbox": [132.5848, 1.0854, 132.5848, 1.0854]}, {"id": "3120", "type": "Feature", "properties": {"id": "uu60248167", "mag": 1.05, "time": 1505910339650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.078167, 44.806167, 7.81]}, "bbox": [-111.078167, 44.806167, -111.078167, 44.806167]}, {"id": "3121", "type": "Feature", "properties": {"id": "us2000arkf", "mag": 2.7, "time": 1505910255780, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4578, 42.6105, 7.92]}, "bbox": [-111.4578, 42.6105, -111.4578, 42.6105]}, {"id": "3122", "type": "Feature", "properties": {"id": "hv61914931", "mag": 1.25, "time": 1505910251630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.624833, 19.4175, 3.162]}, "bbox": [-155.624833, 19.4175, -155.624833, 19.4175]}, {"id": "3123", "type": "Feature", "properties": {"id": "ak16869355", "mag": 1.3, "time": 1505910194393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4867, 61.3624, 40.7]}, "bbox": [-150.4867, 61.3624, -150.4867, 61.3624]}, {"id": "3124", "type": "Feature", "properties": {"id": "uu60248157", "mag": 1.62, "time": 1505909926720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.6315, 2.43]}, "bbox": [-111.418333, 42.6315, -111.418333, 42.6315]}, {"id": "3125", "type": "Feature", "properties": {"id": "nn00606071", "mag": 1.9, "time": 1505909820104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6351, 40.2652, 7.9]}, "bbox": [-117.6351, 40.2652, -117.6351, 40.2652]}, {"id": "3126", "type": "Feature", "properties": {"id": "ci38006936", "mag": 1.08, "time": 1505907735210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.542167, 33.157167, 16.18]}, "bbox": [-116.542167, 33.157167, -116.542167, 33.157167]}, {"id": "3127", "type": "Feature", "properties": {"id": "nc72895696", "mag": 1.65, "time": 1505907470630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.887667, 39.9645, 5.0]}, "bbox": [-122.887667, 39.9645, -122.887667, 39.9645]}, {"id": "3128", "type": "Feature", "properties": {"id": "uu60248147", "mag": 1.97, "time": 1505907452270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.575667, 8.53]}, "bbox": [-111.426833, 42.575667, -111.426833, 42.575667]}, {"id": "3129", "type": "Feature", "properties": {"id": "hv61914886", "mag": 2.38, "time": 1505907343420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.275162, 19.410833, 10.08]}, "bbox": [-155.275162, 19.410833, -155.275162, 19.410833]}, {"id": "3130", "type": "Feature", "properties": {"id": "ak16903676", "mag": 1.3, "time": 1505907050579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6927, 60.366, 14.4]}, "bbox": [-147.6927, 60.366, -147.6927, 60.366]}, {"id": "3131", "type": "Feature", "properties": {"id": "ak16869212", "mag": 1.1, "time": 1505906705387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0351, 61.9136, 37.5]}, "bbox": [-150.0351, 61.9136, -150.0351, 61.9136]}, {"id": "3132", "type": "Feature", "properties": {"id": "nc72895691", "mag": 1.89, "time": 1505906617690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.802667, 36.023667, 14.48]}, "bbox": [-119.802667, 36.023667, -119.802667, 36.023667]}, {"id": "3133", "type": "Feature", "properties": {"id": "ak16903672", "mag": 2.7, "time": 1505906309964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8205, 51.5611, 26.5]}, "bbox": [-177.8205, 51.5611, -177.8205, 51.5611]}, {"id": "3134", "type": "Feature", "properties": {"id": "nc72895686", "mag": 1.58, "time": 1505906251960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.257833, 39.404167, 3.7]}, "bbox": [-123.257833, 39.404167, -123.257833, 39.404167]}, {"id": "3135", "type": "Feature", "properties": {"id": "ak16868636", "mag": 1.1, "time": 1505905797402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4101, 61.9294, 46.0]}, "bbox": [-149.4101, 61.9294, -149.4101, 61.9294]}, {"id": "3136", "type": "Feature", "properties": {"id": "nm60207096", "mag": 1.74, "time": 1505905515890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.502, 36.239333, 7.22]}, "bbox": [-89.502, 36.239333, -89.502, 36.239333]}, {"id": "3137", "type": "Feature", "properties": {"id": "ak16868555", "mag": 1.6, "time": 1505904607416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.81, 59.8821, 7.2]}, "bbox": [-136.81, 59.8821, -136.81, 59.8821]}, {"id": "3138", "type": "Feature", "properties": {"id": "us2000arj1", "mag": 4.7, "time": 1505903968940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4191, 15.2723, 57.48]}, "bbox": [-93.4191, 15.2723, -93.4191, 15.2723]}, {"id": "3139", "type": "Feature", "properties": {"id": "ci38006912", "mag": 1.07, "time": 1505903473810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.495167, 35.975167, 6.03]}, "bbox": [-117.495167, 35.975167, -117.495167, 35.975167]}, {"id": "3140", "type": "Feature", "properties": {"id": "uu60248142", "mag": 1.89, "time": 1505903157450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.560333, 7.63]}, "bbox": [-111.424333, 42.560333, -111.424333, 42.560333]}, {"id": "3141", "type": "Feature", "properties": {"id": "ak16868496", "mag": 2.0, "time": 1505903116550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9125, 61.7794, 102.1]}, "bbox": [-151.9125, 61.7794, -151.9125, 61.7794]}, {"id": "3142", "type": "Feature", "properties": {"id": "ak16868494", "mag": 1.5, "time": 1505903092907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2214, 61.9475, 35.2]}, "bbox": [-149.2214, 61.9475, -149.2214, 61.9475]}, {"id": "3143", "type": "Feature", "properties": {"id": "ak16903665", "mag": 1.3, "time": 1505902710790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7292, 62.9468, 0.0]}, "bbox": [-151.7292, 62.9468, -151.7292, 62.9468]}, {"id": "3144", "type": "Feature", "properties": {"id": "ak16867924", "mag": 1.2, "time": 1505902608214, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7213, 59.8967, 2.1]}, "bbox": [-136.7213, 59.8967, -136.7213, 59.8967]}, {"id": "3145", "type": "Feature", "properties": {"id": "nn00606156", "mag": 1.0, "time": 1505901862661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6593, 38.6914, 6.6]}, "bbox": [-119.6593, 38.6914, -119.6593, 38.6914]}, {"id": "3146", "type": "Feature", "properties": {"id": "nc72895661", "mag": 1.05, "time": 1505901620810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810837, 38.818668, 2.51]}, "bbox": [-122.810837, 38.818668, -122.810837, 38.818668]}, {"id": "3147", "type": "Feature", "properties": {"id": "ak16903662", "mag": 1.0, "time": 1505901509250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8825, 63.8483, 113.3]}, "bbox": [-148.8825, 63.8483, -148.8825, 63.8483]}, {"id": "3148", "type": "Feature", "properties": {"id": "hv61914831", "mag": 1.76, "time": 1505901369660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.477661, 19.182333, 34.15]}, "bbox": [-155.477661, 19.182333, -155.477661, 19.182333]}, {"id": "3149", "type": "Feature", "properties": {"id": "ak16867848", "mag": 1.1, "time": 1505900653451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4004, 63.1493, 5.6]}, "bbox": [-151.4004, 63.1493, -151.4004, 63.1493]}, {"id": "3150", "type": "Feature", "properties": {"id": "us2000arir", "mag": 3.7, "time": 1505900227020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.1086, 55.2931, 60.27]}, "bbox": [-160.1086, 55.2931, -160.1086, 55.2931]}, {"id": "3151", "type": "Feature", "properties": {"id": "uw61331666", "mag": 1.1, "time": 1505898593660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.672, 48.548667, -0.01]}, "bbox": [-122.672, 48.548667, -122.672, 48.548667]}, {"id": "3152", "type": "Feature", "properties": {"id": "ci38006880", "mag": 2.13, "time": 1505898547760, "felt": 137.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.512, 33.929167, 3.06]}, "bbox": [-117.512, 33.929167, -117.512, 33.929167]}, {"id": "3153", "type": "Feature", "properties": {"id": "us2000arig", "mag": 4.9, "time": 1505898116470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0335, 30.5728, 51.74]}, "bbox": [141.0335, 30.5728, 141.0335, 30.5728]}, {"id": "3154", "type": "Feature", "properties": {"id": "ak16867217", "mag": 1.6, "time": 1505898082784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4786, 59.9819, 0.0]}, "bbox": [-139.4786, 59.9819, -139.4786, 59.9819]}, {"id": "3155", "type": "Feature", "properties": {"id": "ak16867146", "mag": 1.1, "time": 1505897266615, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8777, 60.4396, 4.0]}, "bbox": [-142.8777, 60.4396, -142.8777, 60.4396]}, {"id": "3156", "type": "Feature", "properties": {"id": "ci38006872", "mag": 1.46, "time": 1505897209710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797667, 33.493667, 4.26]}, "bbox": [-116.797667, 33.493667, -116.797667, 33.493667]}, {"id": "3157", "type": "Feature", "properties": {"id": "ak16867139", "mag": 2.2, "time": 1505896599575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3632, 62.9389, 110.1]}, "bbox": [-151.3632, 62.9389, -151.3632, 62.9389]}, {"id": "3158", "type": "Feature", "properties": {"id": "nc72895641", "mag": 1.43, "time": 1505896494260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840333, 37.569333, 1.25]}, "bbox": [-118.840333, 37.569333, -118.840333, 37.569333]}, {"id": "3159", "type": "Feature", "properties": {"id": "ak16903656", "mag": 1.6, "time": 1505896455015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6591, 59.7355, 84.3]}, "bbox": [-152.6591, 59.7355, -152.6591, 59.7355]}, {"id": "3160", "type": "Feature", "properties": {"id": "uu60248127", "mag": 1.21, "time": 1505896112670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409833, 42.577333, 5.18]}, "bbox": [-111.409833, 42.577333, -111.409833, 42.577333]}, {"id": "3161", "type": "Feature", "properties": {"id": "uu60248122", "mag": 1.04, "time": 1505896073990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.597, 5.54]}, "bbox": [-111.420167, 42.597, -111.420167, 42.597]}, {"id": "3162", "type": "Feature", "properties": {"id": "us2000ari7", "mag": 2.8, "time": 1505895800120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4288, 42.5861, 7.69]}, "bbox": [-111.4288, 42.5861, -111.4288, 42.5861]}, {"id": "3163", "type": "Feature", "properties": {"id": "hv61914791", "mag": 2.56, "time": 1505895324160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2775, 19.387833, 2.782]}, "bbox": [-155.2775, 19.387833, -155.2775, 19.387833]}, {"id": "3164", "type": "Feature", "properties": {"id": "uu60248112", "mag": 2.6, "time": 1505895001440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426333, 42.581333, 7.79]}, "bbox": [-111.426333, 42.581333, -111.426333, 42.581333]}, {"id": "3165", "type": "Feature", "properties": {"id": "ak16903653", "mag": 1.4, "time": 1505894006715, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1734, 57.6592, 5.1]}, "bbox": [-156.1734, 57.6592, -156.1734, 57.6592]}, {"id": "3166", "type": "Feature", "properties": {"id": "nc72895626", "mag": 1.53, "time": 1505893505020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.731, 35.610333, 5.63]}, "bbox": [-120.731, 35.610333, -120.731, 35.610333]}, {"id": "3167", "type": "Feature", "properties": {"id": "ak16866448", "mag": 1.5, "time": 1505893091784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2468, 62.4591, 77.3]}, "bbox": [-151.2468, 62.4591, -151.2468, 62.4591]}, {"id": "3168", "type": "Feature", "properties": {"id": "uu60013094", "mag": 1.81, "time": 1505893039830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445667, 42.595833, 3.5]}, "bbox": [-111.445667, 42.595833, -111.445667, 42.595833]}, {"id": "3169", "type": "Feature", "properties": {"id": "ci38006824", "mag": 1.12, "time": 1505893038610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764667, 36.027, 1.93]}, "bbox": [-117.764667, 36.027, -117.764667, 36.027]}, {"id": "3170", "type": "Feature", "properties": {"id": "uu60248107", "mag": 1.76, "time": 1505893022850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.600667, 3.5]}, "bbox": [-111.440667, 42.600667, -111.440667, 42.600667]}, {"id": "3171", "type": "Feature", "properties": {"id": "hv61914781", "mag": 1.67, "time": 1505892711130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6165, 19.4305, 3.542]}, "bbox": [-155.6165, 19.4305, -155.6165, 19.4305]}, {"id": "3172", "type": "Feature", "properties": {"id": "ak16903651", "mag": 3.0, "time": 1505892680068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4523, 53.0789, 11.0]}, "bbox": [-160.4523, 53.0789, -160.4523, 53.0789]}, {"id": "3173", "type": "Feature", "properties": {"id": "uu60248102", "mag": 1.36, "time": 1505892622540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.589167, 3.5]}, "bbox": [-111.435667, 42.589167, -111.435667, 42.589167]}, {"id": "3174", "type": "Feature", "properties": {"id": "ak16866421", "mag": 1.6, "time": 1505892318030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 59.8279, 3.2]}, "bbox": [-147.3481, 59.8279, -147.3481, 59.8279]}, {"id": "3175", "type": "Feature", "properties": {"id": "ak16866396", "mag": 2.2, "time": 1505891995067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4096, 54.4777, 11.3]}, "bbox": [-162.4096, 54.4777, -162.4096, 54.4777]}, {"id": "3176", "type": "Feature", "properties": {"id": "hv61914776", "mag": 1.93, "time": 1505891884110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.875167, 19.494, 13.771]}, "bbox": [-155.875167, 19.494, -155.875167, 19.494]}, {"id": "3177", "type": "Feature", "properties": {"id": "ak16866395", "mag": 1.1, "time": 1505891525159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5895, 59.7855, 1.3]}, "bbox": [-136.5895, 59.7855, -136.5895, 59.7855]}, {"id": "3178", "type": "Feature", "properties": {"id": "ak16865784", "mag": 1.7, "time": 1505890304255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8219, 63.9434, 110.5]}, "bbox": [-148.8219, 63.9434, -148.8219, 63.9434]}, {"id": "3179", "type": "Feature", "properties": {"id": "ak16903645", "mag": 1.5, "time": 1505889690090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8317, 59.5969, 83.3]}, "bbox": [-152.8317, 59.5969, -152.8317, 59.5969]}, {"id": "3180", "type": "Feature", "properties": {"id": "uu60248092", "mag": 1.25, "time": 1505889314510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4045, 42.559, 7.09]}, "bbox": [-111.4045, 42.559, -111.4045, 42.559]}, {"id": "3181", "type": "Feature", "properties": {"id": "ak16903644", "mag": 1.6, "time": 1505888156227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1233, 56.6112, 35.0]}, "bbox": [-155.1233, 56.6112, -155.1233, 56.6112]}, {"id": "3182", "type": "Feature", "properties": {"id": "ak16903642", "mag": 1.1, "time": 1505887874395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5943, 62.8332, 79.3]}, "bbox": [-149.5943, 62.8332, -149.5943, 62.8332]}, {"id": "3183", "type": "Feature", "properties": {"id": "us2000arhc", "mag": 2.7, "time": 1505887339310, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7528, 35.56, 6.78]}, "bbox": [-96.7528, 35.56, -96.7528, 35.56]}, {"id": "3184", "type": "Feature", "properties": {"id": "nn00606041", "mag": 1.5, "time": 1505886348191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1044, 37.3927, 2.0]}, "bbox": [-115.1044, 37.3927, -115.1044, 37.3927]}, {"id": "3185", "type": "Feature", "properties": {"id": "ak16865084", "mag": 2.3, "time": 1505886195952, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.96, 68.8119, 5.7]}, "bbox": [-142.96, 68.8119, -142.96, 68.8119]}, {"id": "3186", "type": "Feature", "properties": {"id": "ak16865080", "mag": 1.0, "time": 1505886128688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8653, 65.3778, 3.9]}, "bbox": [-144.8653, 65.3778, -144.8653, 65.3778]}, {"id": "3187", "type": "Feature", "properties": {"id": "ak16865073", "mag": 2.0, "time": 1505885821473, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5664, 57.7913, 90.2]}, "bbox": [-155.5664, 57.7913, -155.5664, 57.7913]}, {"id": "3188", "type": "Feature", "properties": {"id": "ak16865048", "mag": 1.0, "time": 1505885371718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9661, 63.2402, 5.7]}, "bbox": [-148.9661, 63.2402, -148.9661, 63.2402]}, {"id": "3189", "type": "Feature", "properties": {"id": "us2000arh1", "mag": 5.3, "time": 1505885168970, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3157, -16.2747, 92.59]}, "bbox": [-71.3157, -16.2747, -71.3157, -16.2747]}, {"id": "3190", "type": "Feature", "properties": {"id": "us2000arha", "mag": 4.8, "time": 1505884561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9933, 44.304, 47.06]}, "bbox": [148.9933, 44.304, 148.9933, 44.304]}, {"id": "3191", "type": "Feature", "properties": {"id": "ak16865027", "mag": 1.7, "time": 1505884405432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8016, 59.167, 62.3]}, "bbox": [-152.8016, 59.167, -152.8016, 59.167]}, {"id": "3192", "type": "Feature", "properties": {"id": "ak16903636", "mag": 2.1, "time": 1505884147575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2848, 54.6322, 28.5]}, "bbox": [-159.2848, 54.6322, -159.2848, 54.6322]}, {"id": "3193", "type": "Feature", "properties": {"id": "ak16864392", "mag": 1.4, "time": 1505881969592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3599, 61.7927, 48.0]}, "bbox": [-150.3599, 61.7927, -150.3599, 61.7927]}, {"id": "3194", "type": "Feature", "properties": {"id": "nn00606034", "mag": 1.2, "time": 1505881284660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8997, 38.3821, 8.2]}, "bbox": [-118.8997, 38.3821, -118.8997, 38.3821]}, {"id": "3195", "type": "Feature", "properties": {"id": "ak16903634", "mag": 1.9, "time": 1505881021363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3362, 59.9873, 134.6]}, "bbox": [-153.3362, 59.9873, -153.3362, 59.9873]}, {"id": "3196", "type": "Feature", "properties": {"id": "ak16864345", "mag": 1.4, "time": 1505880564938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7317, 59.9227, 0.0]}, "bbox": [-139.7317, 59.9227, -139.7317, 59.9227]}, {"id": "3197", "type": "Feature", "properties": {"id": "ak16864341", "mag": 1.9, "time": 1505880299039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2295, 62.4633, 79.7]}, "bbox": [-151.2295, 62.4633, -151.2295, 62.4633]}, {"id": "3198", "type": "Feature", "properties": {"id": "ak16903630", "mag": 1.6, "time": 1505878577379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2105, 59.7151, 108.5]}, "bbox": [-153.2105, 59.7151, -153.2105, 59.7151]}, {"id": "3199", "type": "Feature", "properties": {"id": "ci38006744", "mag": 1.15, "time": 1505878429650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3295, 36.066833, 4.96]}, "bbox": [-118.3295, 36.066833, -118.3295, 36.066833]}, {"id": "3200", "type": "Feature", "properties": {"id": "uu60248077", "mag": 1.22, "time": 1505878406660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422667, 42.523667, 7.06]}, "bbox": [-111.422667, 42.523667, -111.422667, 42.523667]}, {"id": "3201", "type": "Feature", "properties": {"id": "ci38006752", "mag": 1.09, "time": 1505878374600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.328333, 36.063333, 2.53]}, "bbox": [-118.328333, 36.063333, -118.328333, 36.063333]}, {"id": "3202", "type": "Feature", "properties": {"id": "ak16863731", "mag": 2.4, "time": 1505878347669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1296, 60.1348, 9.2]}, "bbox": [-147.1296, 60.1348, -147.1296, 60.1348]}, {"id": "3203", "type": "Feature", "properties": {"id": "ak16903628", "mag": 1.7, "time": 1505878317110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2703, 59.8732, 126.0]}, "bbox": [-153.2703, 59.8732, -153.2703, 59.8732]}, {"id": "3204", "type": "Feature", "properties": {"id": "ak16863732", "mag": 1.2, "time": 1505878286762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9406, 59.985, 1.6]}, "bbox": [-140.9406, 59.985, -140.9406, 59.985]}, {"id": "3205", "type": "Feature", "properties": {"id": "ci38006736", "mag": 1.86, "time": 1505878275980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.331167, 36.0625, 4.96]}, "bbox": [-118.331167, 36.0625, -118.331167, 36.0625]}, {"id": "3206", "type": "Feature", "properties": {"id": "ci37165628", "mag": 1.61, "time": 1505878262700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3305, 36.062833, 2.62]}, "bbox": [-118.3305, 36.062833, -118.3305, 36.062833]}, {"id": "3207", "type": "Feature", "properties": {"id": "ak16863728", "mag": 1.3, "time": 1505878130865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3801, 60.7066, 4.9]}, "bbox": [-147.3801, 60.7066, -147.3801, 60.7066]}, {"id": "3208", "type": "Feature", "properties": {"id": "us2000argd", "mag": 4.6, "time": 1505878085370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8719, 16.1444, 48.73]}, "bbox": [-94.8719, 16.1444, -94.8719, 16.1444]}, {"id": "3209", "type": "Feature", "properties": {"id": "uu60248072", "mag": 2.35, "time": 1505878084670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.581333, 8.05]}, "bbox": [-111.423167, 42.581333, -111.423167, 42.581333]}, {"id": "3210", "type": "Feature", "properties": {"id": "ak16863729", "mag": 2.5, "time": 1505878081761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4258, 51.6886, 13.3]}, "bbox": [-178.4258, 51.6886, -178.4258, 51.6886]}, {"id": "3211", "type": "Feature", "properties": {"id": "nc72895536", "mag": 1.94, "time": 1505877892960, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.286167, 36.776667, 10.03]}, "bbox": [-121.286167, 36.776667, -121.286167, 36.776667]}, {"id": "3212", "type": "Feature", "properties": {"id": "ci38006720", "mag": 1.07, "time": 1505877439420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.752, 33.713, 15.96]}, "bbox": [-116.752, 33.713, -116.752, 33.713]}, {"id": "3213", "type": "Feature", "properties": {"id": "uu60248067", "mag": 1.47, "time": 1505877309800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.617667, 6.11]}, "bbox": [-111.445, 42.617667, -111.445, 42.617667]}, {"id": "3214", "type": "Feature", "properties": {"id": "ci38006712", "mag": 1.07, "time": 1505875949770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750333, 33.961833, 15.8]}, "bbox": [-116.750333, 33.961833, -116.750333, 33.961833]}, {"id": "3215", "type": "Feature", "properties": {"id": "us2000awn6", "mag": 4.0, "time": 1505875623990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.7511, -25.3193, 527.05]}, "bbox": [179.7511, -25.3193, 179.7511, -25.3193]}, {"id": "3216", "type": "Feature", "properties": {"id": "us2000arfw", "mag": 4.9, "time": 1505875330110, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3444, -41.5073, 24.6]}, "bbox": [174.3444, -41.5073, 174.3444, -41.5073]}, {"id": "3217", "type": "Feature", "properties": {"id": "us2000arfs", "mag": 4.9, "time": 1505875055560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9075, 14.5711, 178.93]}, "bbox": [-90.9075, 14.5711, -90.9075, 14.5711]}, {"id": "3218", "type": "Feature", "properties": {"id": "pr2017263000", "mag": 2.75, "time": 1505873919890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.3401, 18.9298, 12.0]}, "bbox": [-66.3401, 18.9298, -66.3401, 18.9298]}, {"id": "3219", "type": "Feature", "properties": {"id": "ak16863060", "mag": 1.9, "time": 1505873560207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1132, 59.1631, 57.5]}, "bbox": [-152.1132, 59.1631, -152.1132, 59.1631]}, {"id": "3220", "type": "Feature", "properties": {"id": "nc72895516", "mag": 1.58, "time": 1505873402400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.522667, 35.964833, 7.8]}, "bbox": [-120.522667, 35.964833, -120.522667, 35.964833]}, {"id": "3221", "type": "Feature", "properties": {"id": "us2000arf6", "mag": 2.7, "time": 1505873292330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6365, 59.7836, 5.0]}, "bbox": [-136.6365, 59.7836, -136.6365, 59.7836]}, {"id": "3222", "type": "Feature", "properties": {"id": "us2000arfq", "mag": 2.8, "time": 1505872583380, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-2.1386, 37.4306, 7.84]}, "bbox": [-2.1386, 37.4306, -2.1386, 37.4306]}, {"id": "3223", "type": "Feature", "properties": {"id": "nc72895506", "mag": 1.14, "time": 1505872092600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.103, 36.606333, 9.92]}, "bbox": [-121.103, 36.606333, -121.103, 36.606333]}, {"id": "3224", "type": "Feature", "properties": {"id": "us2000arel", "mag": 6.1, "time": 1505871807940, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.614, -50.7145, 19.83]}, "bbox": [162.614, -50.7145, 162.614, -50.7145]}, {"id": "3225", "type": "Feature", "properties": {"id": "ak16862483", "mag": 2.0, "time": 1505871449331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.323, 61.0377, 13.3]}, "bbox": [-152.323, 61.0377, -152.323, 61.0377]}, {"id": "3226", "type": "Feature", "properties": {"id": "ak16862466", "mag": 1.1, "time": 1505870969313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0763, 60.3456, 0.4]}, "bbox": [-143.0763, 60.3456, -143.0763, 60.3456]}, {"id": "3227", "type": "Feature", "properties": {"id": "mb80256529", "mag": 1.31, "time": 1505870488260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.8965, 11.33]}, "bbox": [-112.528, 46.8965, -112.528, 46.8965]}, {"id": "3228", "type": "Feature", "properties": {"id": "nc72895486", "mag": 1.47, "time": 1505870467130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.586, 36.020333, 4.08]}, "bbox": [-120.586, 36.020333, -120.586, 36.020333]}, {"id": "3229", "type": "Feature", "properties": {"id": "us2000are4", "mag": 4.5, "time": 1505868292650, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.5418, -3.912, 43.33]}, "bbox": [141.5418, -3.912, 141.5418, -3.912]}, {"id": "3230", "type": "Feature", "properties": {"id": "uu60248037", "mag": 2.04, "time": 1505868182810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.612833, 6.23]}, "bbox": [-111.450167, 42.612833, -111.450167, 42.612833]}, {"id": "3231", "type": "Feature", "properties": {"id": "uu60248032", "mag": 1.14, "time": 1505868031480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415833, 42.508, 5.93]}, "bbox": [-111.415833, 42.508, -111.415833, 42.508]}, {"id": "3232", "type": "Feature", "properties": {"id": "us2000are1", "mag": 2.5, "time": 1505867820700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7971, 36.457, 5.777]}, "bbox": [-98.7971, 36.457, -98.7971, 36.457]}, {"id": "3233", "type": "Feature", "properties": {"id": "nc72895456", "mag": 1.52, "time": 1505867731230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.668833, 37.291667, 4.46]}, "bbox": [-121.668833, 37.291667, -121.668833, 37.291667]}, {"id": "3234", "type": "Feature", "properties": {"id": "us2000ardv", "mag": 5.0, "time": 1505866095740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.4066, 30.7208, 10.0]}, "bbox": [57.4066, 30.7208, 57.4066, 30.7208]}, {"id": "3235", "type": "Feature", "properties": {"id": "ak16903617", "mag": 1.9, "time": 1505866055349, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.744, 56.8763, 33.0]}, "bbox": [-153.744, 56.8763, -153.744, 56.8763]}, {"id": "3236", "type": "Feature", "properties": {"id": "ak16903616", "mag": 1.8, "time": 1505865710189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5947, 55.8757, 101.6]}, "bbox": [-159.5947, 55.8757, -159.5947, 55.8757]}, {"id": "3237", "type": "Feature", "properties": {"id": "ak16903615", "mag": 1.8, "time": 1505865589920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0266, 60.2087, 122.6]}, "bbox": [-153.0266, 60.2087, -153.0266, 60.2087]}, {"id": "3238", "type": "Feature", "properties": {"id": "us2000ass3", "mag": 2.5, "time": 1505864736500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8008, 36.4519, 6.233]}, "bbox": [-98.8008, 36.4519, -98.8008, 36.4519]}, {"id": "3239", "type": "Feature", "properties": {"id": "mb80256499", "mag": 1.38, "time": 1505864394760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.407833, 45.589, 4.43]}, "bbox": [-112.407833, 45.589, -112.407833, 45.589]}, {"id": "3240", "type": "Feature", "properties": {"id": "us2000arcp", "mag": 3.0, "time": 1505863612870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4223, 42.5909, 9.63]}, "bbox": [-111.4223, 42.5909, -111.4223, 42.5909]}, {"id": "3241", "type": "Feature", "properties": {"id": "uw61331476", "mag": 1.93, "time": 1505863558820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.772333, 46.652333, -0.79]}, "bbox": [-120.772333, 46.652333, -120.772333, 46.652333]}, {"id": "3242", "type": "Feature", "properties": {"id": "us2000arcv", "mag": 4.6, "time": 1505863376420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.9102, 6.3611, 38.14]}, "bbox": [123.9102, 6.3611, 123.9102, 6.3611]}, {"id": "3243", "type": "Feature", "properties": {"id": "us2000arck", "mag": 2.6, "time": 1505863101700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9891, 36.9623, 5.329]}, "bbox": [-97.9891, 36.9623, -97.9891, 36.9623]}, {"id": "3244", "type": "Feature", "properties": {"id": "us2000arch", "mag": 4.6, "time": 1505862692240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8625, 16.2348, 45.26]}, "bbox": [-94.8625, 16.2348, -94.8625, 16.2348]}, {"id": "3245", "type": "Feature", "properties": {"id": "uw61331461", "mag": 1.43, "time": 1505862649350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194333, 46.983167, -0.67]}, "bbox": [-122.194333, 46.983167, -122.194333, 46.983167]}, {"id": "3246", "type": "Feature", "properties": {"id": "ak16861101", "mag": 1.0, "time": 1505862438423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3714, 64.9781, 0.0]}, "bbox": [-147.3714, 64.9781, -147.3714, 64.9781]}, {"id": "3247", "type": "Feature", "properties": {"id": "us2000arca", "mag": 4.7, "time": 1505862303600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4478, -36.2513, 47.77]}, "bbox": [179.4478, -36.2513, 179.4478, -36.2513]}, {"id": "3248", "type": "Feature", "properties": {"id": "ak16860573", "mag": 1.3, "time": 1505861271657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6706, 62.0713, 0.1]}, "bbox": [-150.6706, 62.0713, -150.6706, 62.0713]}, {"id": "3249", "type": "Feature", "properties": {"id": "us2000arbk", "mag": 2.4, "time": 1505861097180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.608, 5.0]}, "bbox": [-111.4595, 42.608, -111.4595, 42.608]}, {"id": "3250", "type": "Feature", "properties": {"id": "us2000aray", "mag": 3.2, "time": 1505859699230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7506, 36.4396, 1.92]}, "bbox": [-98.7506, 36.4396, -98.7506, 36.4396]}, {"id": "3251", "type": "Feature", "properties": {"id": "us2000arar", "mag": 2.6, "time": 1505859474460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7831, 36.4511, 2.64]}, "bbox": [-98.7831, 36.4511, -98.7831, 36.4511]}, {"id": "3252", "type": "Feature", "properties": {"id": "ci38006608", "mag": 0.96, "time": 1505859334750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.475333, 33.486667, 14.73]}, "bbox": [-116.475333, 33.486667, -116.475333, 33.486667]}, {"id": "3253", "type": "Feature", "properties": {"id": "uu60247982", "mag": 1.65, "time": 1505858965080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.524833, 7.59]}, "bbox": [-111.420667, 42.524833, -111.420667, 42.524833]}, {"id": "3254", "type": "Feature", "properties": {"id": "ak16859929", "mag": 1.1, "time": 1505857928856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6104, 61.9413, 2.9]}, "bbox": [-143.6104, 61.9413, -143.6104, 61.9413]}, {"id": "3255", "type": "Feature", "properties": {"id": "nn00605999", "mag": 1.5, "time": 1505856979033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7943, 38.658, 7.9]}, "bbox": [-119.7943, 38.658, -119.7943, 38.658]}, {"id": "3256", "type": "Feature", "properties": {"id": "ak16875936", "mag": 1.7, "time": 1505856840827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.652, 53.3989, 20.0]}, "bbox": [-165.652, 53.3989, -165.652, 53.3989]}, {"id": "3257", "type": "Feature", "properties": {"id": "nn00606301", "mag": 1.4, "time": 1505856837357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7768, 38.66, 6.5]}, "bbox": [-119.7768, 38.66, -119.7768, 38.66]}, {"id": "3258", "type": "Feature", "properties": {"id": "nn00606300", "mag": 1.4, "time": 1505856822494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7817, 38.6647, 4.7]}, "bbox": [-119.7817, 38.6647, -119.7817, 38.6647]}, {"id": "3259", "type": "Feature", "properties": {"id": "ak16859863", "mag": 1.4, "time": 1505856383099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.06, 61.1692, 19.6]}, "bbox": [-147.06, 61.1692, -147.06, 61.1692]}, {"id": "3260", "type": "Feature", "properties": {"id": "uu60247972", "mag": 1.74, "time": 1505856071750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.619, 6.05]}, "bbox": [-111.4475, 42.619, -111.4475, 42.619]}, {"id": "3261", "type": "Feature", "properties": {"id": "ak16859852", "mag": 1.7, "time": 1505856067799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.5801, 68.0241, 10.8]}, "bbox": [-135.5801, 68.0241, -135.5801, 68.0241]}, {"id": "3262", "type": "Feature", "properties": {"id": "ak16859850", "mag": 1.3, "time": 1505856055065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2245, 61.5244, 4.3]}, "bbox": [-151.2245, 61.5244, -151.2245, 61.5244]}, {"id": "3263", "type": "Feature", "properties": {"id": "nn00605994", "mag": 1.2, "time": 1505855929391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1076, 37.3659, 0.0]}, "bbox": [-115.1076, 37.3659, -115.1076, 37.3659]}, {"id": "3264", "type": "Feature", "properties": {"id": "us2000ar96", "mag": 4.9, "time": 1505855599810, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5112, 15.3218, 46.64]}, "bbox": [-94.5112, 15.3218, -94.5112, 15.3218]}, {"id": "3265", "type": "Feature", "properties": {"id": "ci38006584", "mag": 1.62, "time": 1505855343650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8445, 36.1795, 2.3]}, "bbox": [-117.8445, 36.1795, -117.8445, 36.1795]}, {"id": "3266", "type": "Feature", "properties": {"id": "nn00605990", "mag": 1.4, "time": 1505855191998, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3633, 38.1896, 5.9]}, "bbox": [-118.3633, 38.1896, -118.3633, 38.1896]}, {"id": "3267", "type": "Feature", "properties": {"id": "ak16859325", "mag": 2.3, "time": 1505854928991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9168, 61.6291, 63.4]}, "bbox": [-150.9168, 61.6291, -150.9168, 61.6291]}, {"id": "3268", "type": "Feature", "properties": {"id": "nc72895401", "mag": 1.19, "time": 1505854923520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.778832, 1.61]}, "bbox": [-122.721832, 38.778832, -122.721832, 38.778832]}, {"id": "3269", "type": "Feature", "properties": {"id": "ak16859316", "mag": 1.9, "time": 1505854153817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2675, 59.6779, 106.8]}, "bbox": [-153.2675, 59.6779, -153.2675, 59.6779]}, {"id": "3270", "type": "Feature", "properties": {"id": "us2000ar87", "mag": 4.0, "time": 1505854089550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.0339, -20.6057, 107.88]}, "bbox": [-69.0339, -20.6057, -69.0339, -20.6057]}, {"id": "3271", "type": "Feature", "properties": {"id": "ak16859309", "mag": 2.3, "time": 1505853828556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9751, 62.3114, 2.4]}, "bbox": [-149.9751, 62.3114, -149.9751, 62.3114]}, {"id": "3272", "type": "Feature", "properties": {"id": "ak16859297", "mag": 2.2, "time": 1505853447611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.476, 59.9101, 122.4]}, "bbox": [-153.476, 59.9101, -153.476, 59.9101]}, {"id": "3273", "type": "Feature", "properties": {"id": "ak16859290", "mag": 3.0, "time": 1505853445730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.8511, 55.6543, 46.3]}, "bbox": [-158.8511, 55.6543, -158.8511, 55.6543]}, {"id": "3274", "type": "Feature", "properties": {"id": "ak16859292", "mag": 3.6, "time": 1505853411703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.4847, 57.8969, 244.9]}, "bbox": [-156.4847, 57.8969, -156.4847, 57.8969]}, {"id": "3275", "type": "Feature", "properties": {"id": "nc72895391", "mag": 2.22, "time": 1505852777640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.194167, 40.744, 31.83]}, "bbox": [-123.194167, 40.744, -123.194167, 40.744]}, {"id": "3276", "type": "Feature", "properties": {"id": "uu60247942", "mag": 1.28, "time": 1505852539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439833, 42.608667, 6.41]}, "bbox": [-111.439833, 42.608667, -111.439833, 42.608667]}, {"id": "3277", "type": "Feature", "properties": {"id": "ak16859266", "mag": 1.1, "time": 1505852431345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5411, 60.0259, 13.2]}, "bbox": [-140.5411, 60.0259, -140.5411, 60.0259]}, {"id": "3278", "type": "Feature", "properties": {"id": "us2000ar6z", "mag": 5.2, "time": 1505852287190, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7668, 37.2998, 35.1]}, "bbox": [141.7668, 37.2998, 141.7668, 37.2998]}, {"id": "3279", "type": "Feature", "properties": {"id": "us2000ar6y", "mag": 5.2, "time": 1505852058100, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [150.8423, -5.5637, 99.91]}, "bbox": [150.8423, -5.5637, 150.8423, -5.5637]}, {"id": "3280", "type": "Feature", "properties": {"id": "ak16859257", "mag": 1.1, "time": 1505851589002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.171, 64.5345, 7.6]}, "bbox": [-147.171, 64.5345, -147.171, 64.5345]}, {"id": "3281", "type": "Feature", "properties": {"id": "ci38006552", "mag": 1.38, "time": 1505851374120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.866667, -0.49]}, "bbox": [-117.498833, 33.866667, -117.498833, 33.866667]}, {"id": "3282", "type": "Feature", "properties": {"id": "nc72895381", "mag": 1.43, "time": 1505851273540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.729333, 36.3275, 5.22]}, "bbox": [-120.729333, 36.3275, -120.729333, 36.3275]}, {"id": "3283", "type": "Feature", "properties": {"id": "ak16875922", "mag": 1.3, "time": 1505850452543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3232, 58.1622, 6.6]}, "bbox": [-156.3232, 58.1622, -156.3232, 58.1622]}, {"id": "3284", "type": "Feature", "properties": {"id": "ak16875921", "mag": 2.9, "time": 1505849966730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4901, 52.1476, 24.6]}, "bbox": [-170.4901, 52.1476, -170.4901, 52.1476]}, {"id": "3285", "type": "Feature", "properties": {"id": "uu60247932", "mag": 1.44, "time": 1505849337250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421, 42.579, 5.88]}, "bbox": [-111.421, 42.579, -111.421, 42.579]}, {"id": "3286", "type": "Feature", "properties": {"id": "ak16875920", "mag": 1.3, "time": 1505849251567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6328, 59.921, 0.0]}, "bbox": [-139.6328, 59.921, -139.6328, 59.921]}, {"id": "3287", "type": "Feature", "properties": {"id": "ak16858730", "mag": 1.2, "time": 1505848519202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9009, 61.545, 3.9]}, "bbox": [-151.9009, 61.545, -151.9009, 61.545]}, {"id": "3288", "type": "Feature", "properties": {"id": "hv61914226", "mag": 1.85, "time": 1505848191950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.283829, 19.389834, 2.69]}, "bbox": [-155.283829, 19.389834, -155.283829, 19.389834]}, {"id": "3289", "type": "Feature", "properties": {"id": "ci38006520", "mag": 1.05, "time": 1505847392530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7695, 36.0195, 2.35]}, "bbox": [-117.7695, 36.0195, -117.7695, 36.0195]}, {"id": "3290", "type": "Feature", "properties": {"id": "ci38006512", "mag": 1.61, "time": 1505847142180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767, 36.0195, 2.27]}, "bbox": [-117.767, 36.0195, -117.767, 36.0195]}, {"id": "3291", "type": "Feature", "properties": {"id": "ci38006496", "mag": 3.65, "time": 1505846743780, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.769833, 36.019333, 1.78]}, "bbox": [-117.769833, 36.019333, -117.769833, 36.019333]}, {"id": "3292", "type": "Feature", "properties": {"id": "hv61914191", "mag": 1.84, "time": 1505846559260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.249161, 19.378334, 1.88]}, "bbox": [-155.249161, 19.378334, -155.249161, 19.378334]}, {"id": "3293", "type": "Feature", "properties": {"id": "ak16875918", "mag": 2.8, "time": 1505846556982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8186, 52.0581, 213.2]}, "bbox": [-178.8186, 52.0581, -178.8186, 52.0581]}, {"id": "3294", "type": "Feature", "properties": {"id": "nc72895351", "mag": 1.32, "time": 1505846239310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104167, 37.325333, -0.31]}, "bbox": [-122.104167, 37.325333, -122.104167, 37.325333]}, {"id": "3295", "type": "Feature", "properties": {"id": "nc72895341", "mag": 2.76, "time": 1505846072870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.359001, 36.981335, 8.57]}, "bbox": [-118.359001, 36.981335, -118.359001, 36.981335]}, {"id": "3296", "type": "Feature", "properties": {"id": "ci38006480", "mag": 3.19, "time": 1505846053020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767333, 36.019, 1.55]}, "bbox": [-117.767333, 36.019, -117.767333, 36.019]}, {"id": "3297", "type": "Feature", "properties": {"id": "nc72895286", "mag": 1.33, "time": 1505844883780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.572167, 35.430667, -0.58]}, "bbox": [-120.572167, 35.430667, -120.572167, 35.430667]}, {"id": "3298", "type": "Feature", "properties": {"id": "us2000ar1y", "mag": 4.6, "time": 1505844881000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1913, -37.2281, 5.95]}, "bbox": [-74.1913, -37.2281, -74.1913, -37.2281]}, {"id": "3299", "type": "Feature", "properties": {"id": "us2000ar20", "mag": 7.1, "time": 1505844878420, "felt": 2048.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4952, 18.5539, 51.0]}, "bbox": [-98.4952, 18.5539, -98.4952, 18.5539]}, {"id": "3300", "type": "Feature", "properties": {"id": "ak16858135", "mag": 1.6, "time": 1505844133798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.026, 67.0927, 3.7]}, "bbox": [-157.026, 67.0927, -157.026, 67.0927]}, {"id": "3301", "type": "Feature", "properties": {"id": "ci37766871", "mag": 1.54, "time": 1505844053390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.846, 36.179167, 2.24]}, "bbox": [-117.846, 36.179167, -117.846, 36.179167]}, {"id": "3302", "type": "Feature", "properties": {"id": "ci37766863", "mag": 1.44, "time": 1505843932610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768, 36.018667, 1.61]}, "bbox": [-117.768, 36.018667, -117.768, 36.018667]}, {"id": "3303", "type": "Feature", "properties": {"id": "nm60207061", "mag": 1.72, "time": 1505843783380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.646167, 36.5445, 7.49]}, "bbox": [-89.646167, 36.5445, -89.646167, 36.5445]}, {"id": "3304", "type": "Feature", "properties": {"id": "us2000aqyy", "mag": 4.5, "time": 1505843446640, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6161, -31.7548, 29.84]}, "bbox": [-72.6161, -31.7548, -72.6161, -31.7548]}, {"id": "3305", "type": "Feature", "properties": {"id": "ismpkansas70235603", "mag": 1.89, "time": 1505842614490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.682, 37.184833, 3.97]}, "bbox": [-97.682, 37.184833, -97.682, 37.184833]}, {"id": "3306", "type": "Feature", "properties": {"id": "nc72895271", "mag": 1.15, "time": 1505841330820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.259833, 36.753, 11.5]}, "bbox": [-121.259833, 36.753, -121.259833, 36.753]}, {"id": "3307", "type": "Feature", "properties": {"id": "us2000aqxe", "mag": 4.6, "time": 1505841149400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1444, -7.5033, 158.11]}, "bbox": [128.1444, -7.5033, 128.1444, -7.5033]}, {"id": "3308", "type": "Feature", "properties": {"id": "uu60247882", "mag": 1.62, "time": 1505841064700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426167, 42.5295, 8.11]}, "bbox": [-111.426167, 42.5295, -111.426167, 42.5295]}, {"id": "3309", "type": "Feature", "properties": {"id": "nc72895256", "mag": 1.32, "time": 1505840661480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.598167, 36.752, -0.32]}, "bbox": [-121.598167, 36.752, -121.598167, 36.752]}, {"id": "3310", "type": "Feature", "properties": {"id": "ci37766807", "mag": 2.45, "time": 1505840210530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.766, 36.02, 1.86]}, "bbox": [-117.766, 36.02, -117.766, 36.02]}, {"id": "3311", "type": "Feature", "properties": {"id": "uu60247877", "mag": 2.11, "time": 1505840158690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448833, 42.606, 3.56]}, "bbox": [-111.448833, 42.606, -111.448833, 42.606]}, {"id": "3312", "type": "Feature", "properties": {"id": "ak16857619", "mag": 2.1, "time": 1505840007502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8949, 63.2912, 101.6]}, "bbox": [-149.8949, 63.2912, -149.8949, 63.2912]}, {"id": "3313", "type": "Feature", "properties": {"id": "uu60247872", "mag": 1.62, "time": 1505839724910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.458833, 42.607, 3.95]}, "bbox": [-111.458833, 42.607, -111.458833, 42.607]}, {"id": "3314", "type": "Feature", "properties": {"id": "us2000aqvm", "mag": 2.7, "time": 1505839542100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.469, 42.6077, 7.7]}, "bbox": [-111.469, 42.6077, -111.469, 42.6077]}, {"id": "3315", "type": "Feature", "properties": {"id": "nc72895246", "mag": 1.35, "time": 1505839417090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.485667, 35.221333, 6.04]}, "bbox": [-120.485667, 35.221333, -120.485667, 35.221333]}, {"id": "3316", "type": "Feature", "properties": {"id": "ak16875914", "mag": 1.9, "time": 1505839174472, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4077, 58.8832, 118.6]}, "bbox": [-154.4077, 58.8832, -154.4077, 58.8832]}, {"id": "3317", "type": "Feature", "properties": {"id": "ci37766791", "mag": 1.22, "time": 1505838919650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.1855, 10.21]}, "bbox": [-116.3645, 33.1855, -116.3645, 33.1855]}, {"id": "3318", "type": "Feature", "properties": {"id": "ak16857617", "mag": 1.6, "time": 1505838902519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9995, 67.1881, 4.7]}, "bbox": [-142.9995, 67.1881, -142.9995, 67.1881]}, {"id": "3319", "type": "Feature", "properties": {"id": "uu60247852", "mag": 2.07, "time": 1505838746530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4455, 42.613833, 1.76]}, "bbox": [-111.4455, 42.613833, -111.4455, 42.613833]}, {"id": "3320", "type": "Feature", "properties": {"id": "ak16857602", "mag": 1.1, "time": 1505837962181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5253, 60.121, 0.0]}, "bbox": [-141.5253, 60.121, -141.5253, 60.121]}, {"id": "3321", "type": "Feature", "properties": {"id": "ak16857600", "mag": 1.9, "time": 1505837841567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1883, 53.9422, 44.2]}, "bbox": [-165.1883, 53.9422, -165.1883, 53.9422]}, {"id": "3322", "type": "Feature", "properties": {"id": "nc72895231", "mag": 2.9, "time": 1505837729840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.507667, 1.79]}, "bbox": [-118.833667, 37.507667, -118.833667, 37.507667]}, {"id": "3323", "type": "Feature", "properties": {"id": "us2000ary5", "mag": 2.9, "time": 1505837727410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4431, 42.6149, 4.8]}, "bbox": [-111.4431, 42.6149, -111.4431, 42.6149]}, {"id": "3324", "type": "Feature", "properties": {"id": "uu60247822", "mag": 2.11, "time": 1505837448870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455167, 42.616, 1.41]}, "bbox": [-111.455167, 42.616, -111.455167, 42.616]}, {"id": "3325", "type": "Feature", "properties": {"id": "us2000aqtm", "mag": 3.1, "time": 1505837140170, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4706, 42.6154, 8.81]}, "bbox": [-111.4706, 42.6154, -111.4706, 42.6154]}, {"id": "3326", "type": "Feature", "properties": {"id": "ak16875909", "mag": 2.2, "time": 1505836969879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4914, 51.7473, 9.7]}, "bbox": [-178.4914, 51.7473, -178.4914, 51.7473]}, {"id": "3327", "type": "Feature", "properties": {"id": "ak16857094", "mag": 1.1, "time": 1505836528626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6176, 61.14, 0.0]}, "bbox": [-147.6176, 61.14, -147.6176, 61.14]}, {"id": "3328", "type": "Feature", "properties": {"id": "ak16875907", "mag": 1.5, "time": 1505835821169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.259, 60.5626, 90.4]}, "bbox": [-152.259, 60.5626, -152.259, 60.5626]}, {"id": "3329", "type": "Feature", "properties": {"id": "us2000aqsj", "mag": 2.6, "time": 1505835755980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5135, 36.2854, 4.17]}, "bbox": [-97.5135, 36.2854, -97.5135, 36.2854]}, {"id": "3330", "type": "Feature", "properties": {"id": "us2000aqsk", "mag": 2.5, "time": 1505835732030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4724, 42.6121, 4.3]}, "bbox": [-111.4724, 42.6121, -111.4724, 42.6121]}, {"id": "3331", "type": "Feature", "properties": {"id": "ak16857093", "mag": 2.6, "time": 1505835424846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4652, 51.7084, 16.1]}, "bbox": [-178.4652, 51.7084, -178.4652, 51.7084]}, {"id": "3332", "type": "Feature", "properties": {"id": "us2000aqsh", "mag": 3.0, "time": 1505835309120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4508, 42.6064, 4.14]}, "bbox": [-111.4508, 42.6064, -111.4508, 42.6064]}, {"id": "3333", "type": "Feature", "properties": {"id": "ak16857091", "mag": 1.3, "time": 1505835219788, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0197, 66.1072, 6.0]}, "bbox": [-149.0197, 66.1072, -149.0197, 66.1072]}, {"id": "3334", "type": "Feature", "properties": {"id": "us2000aqs7", "mag": 3.5, "time": 1505834833670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4429, 42.6135, 8.34]}, "bbox": [-111.4429, 42.6135, -111.4429, 42.6135]}, {"id": "3335", "type": "Feature", "properties": {"id": "us2000aqwu", "mag": 2.5, "time": 1505834816200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7965, 36.4516, 6.125]}, "bbox": [-98.7965, 36.4516, -98.7965, 36.4516]}, {"id": "3336", "type": "Feature", "properties": {"id": "ak16875904", "mag": 1.6, "time": 1505834730734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9141, 57.1404, 29.5]}, "bbox": [-153.9141, 57.1404, -153.9141, 57.1404]}, {"id": "3337", "type": "Feature", "properties": {"id": "ci37766767", "mag": 1.14, "time": 1505834129200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.763833, 36.020667, 1.88]}, "bbox": [-117.763833, 36.020667, -117.763833, 36.020667]}, {"id": "3338", "type": "Feature", "properties": {"id": "ak16857088", "mag": 1.5, "time": 1505834082762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0429, 60.6104, 77.7]}, "bbox": [-152.0429, 60.6104, -152.0429, 60.6104]}, {"id": "3339", "type": "Feature", "properties": {"id": "us2000aqrc", "mag": 4.8, "time": 1505832575280, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [178.0168, 52.0275, 131.51]}, "bbox": [178.0168, 52.0275, 178.0168, 52.0275]}, {"id": "3340", "type": "Feature", "properties": {"id": "ak16875901", "mag": 1.4, "time": 1505831619582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.534, 58.7008, 10.0]}, "bbox": [-137.534, 58.7008, -137.534, 58.7008]}, {"id": "3341", "type": "Feature", "properties": {"id": "ci37766711", "mag": 1.96, "time": 1505831425050, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.765667, 36.018833, 1.51]}, "bbox": [-117.765667, 36.018833, -117.765667, 36.018833]}, {"id": "3342", "type": "Feature", "properties": {"id": "ci37766703", "mag": 1.15, "time": 1505831411750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764833, 36.019667, 1.65]}, "bbox": [-117.764833, 36.019667, -117.764833, 36.019667]}, {"id": "3343", "type": "Feature", "properties": {"id": "us2000aqqm", "mag": 4.5, "time": 1505831278930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.4084, -31.8109, 10.0]}, "bbox": [-72.4084, -31.8109, -72.4084, -31.8109]}, {"id": "3344", "type": "Feature", "properties": {"id": "ak16856556", "mag": 1.3, "time": 1505831243282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7313, 59.8087, 0.9]}, "bbox": [-136.7313, 59.8087, -136.7313, 59.8087]}, {"id": "3345", "type": "Feature", "properties": {"id": "nn00606015", "mag": 1.3, "time": 1505831170459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8959, 38.3975, 10.4]}, "bbox": [-118.8959, 38.3975, -118.8959, 38.3975]}, {"id": "3346", "type": "Feature", "properties": {"id": "ak16856551", "mag": 1.9, "time": 1505831042494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6819, 63.0946, 10.5]}, "bbox": [-147.6819, 63.0946, -147.6819, 63.0946]}, {"id": "3347", "type": "Feature", "properties": {"id": "ak16875898", "mag": 1.7, "time": 1505829915600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2865, 59.7628, 116.6]}, "bbox": [-153.2865, 59.7628, -153.2865, 59.7628]}, {"id": "3348", "type": "Feature", "properties": {"id": "ak16856544", "mag": 1.6, "time": 1505829548541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3607, 61.0755, 0.0]}, "bbox": [-148.3607, 61.0755, -148.3607, 61.0755]}, {"id": "3349", "type": "Feature", "properties": {"id": "nc72895191", "mag": 1.4, "time": 1505828746900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.815333, 3.57]}, "bbox": [-122.799667, 38.815333, -122.799667, 38.815333]}, {"id": "3350", "type": "Feature", "properties": {"id": "nc72895181", "mag": 1.21, "time": 1505828239020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.96, 37.587, -0.68]}, "bbox": [-118.96, 37.587, -118.96, 37.587]}, {"id": "3351", "type": "Feature", "properties": {"id": "pr2017262003", "mag": 3.12, "time": 1505828003180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.596, 19.2688, 38.0]}, "bbox": [-67.596, 19.2688, -67.596, 19.2688]}, {"id": "3352", "type": "Feature", "properties": {"id": "us2000aqpx", "mag": 5.1, "time": 1505827570500, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [53.9953, 27.9548, 10.0]}, "bbox": [53.9953, 27.9548, 53.9953, 27.9548]}, {"id": "3353", "type": "Feature", "properties": {"id": "nc72895166", "mag": 2.1, "time": 1505827334280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801333, 38.709667, 3.88]}, "bbox": [-122.801333, 38.709667, -122.801333, 38.709667]}, {"id": "3354", "type": "Feature", "properties": {"id": "ak16856036", "mag": 1.5, "time": 1505826795043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9795, 61.8762, 43.3]}, "bbox": [-149.9795, 61.8762, -149.9795, 61.8762]}, {"id": "3355", "type": "Feature", "properties": {"id": "ak16856032", "mag": 1.6, "time": 1505825636722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1838, 62.582, 3.3]}, "bbox": [-152.1838, 62.582, -152.1838, 62.582]}, {"id": "3356", "type": "Feature", "properties": {"id": "ci37766679", "mag": 0.96, "time": 1505825558280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.804167, 33.865333, 14.31]}, "bbox": [-116.804167, 33.865333, -116.804167, 33.865333]}, {"id": "3357", "type": "Feature", "properties": {"id": "us2000aqp7", "mag": 4.4, "time": 1505825308910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.7564, -2.1725, 112.59]}, "bbox": [-78.7564, -2.1725, -78.7564, -2.1725]}, {"id": "3358", "type": "Feature", "properties": {"id": "ak16856030", "mag": 3.0, "time": 1505825190453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1381, 51.2155, 7.2]}, "bbox": [-179.1381, 51.2155, -179.1381, 51.2155]}, {"id": "3359", "type": "Feature", "properties": {"id": "nn00605924", "mag": 1.0, "time": 1505824470372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0787, 37.3317, 0.0]}, "bbox": [-115.0787, 37.3317, -115.0787, 37.3317]}, {"id": "3360", "type": "Feature", "properties": {"id": "ak16856028", "mag": 1.3, "time": 1505824029137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5369, 59.9737, 0.0]}, "bbox": [-139.5369, 59.9737, -139.5369, 59.9737]}, {"id": "3361", "type": "Feature", "properties": {"id": "ak16856023", "mag": 1.7, "time": 1505823902403, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0502, 66.1255, 9.3]}, "bbox": [-149.0502, 66.1255, -149.0502, 66.1255]}, {"id": "3362", "type": "Feature", "properties": {"id": "ak16856015", "mag": 2.2, "time": 1505823557445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.013, 66.1279, 12.2]}, "bbox": [-149.013, 66.1279, -149.013, 66.1279]}, {"id": "3363", "type": "Feature", "properties": {"id": "ak16856014", "mag": 1.1, "time": 1505823327376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3053, 64.2153, 8.4]}, "bbox": [-147.3053, 64.2153, -147.3053, 64.2153]}, {"id": "3364", "type": "Feature", "properties": {"id": "ak16856012", "mag": 1.2, "time": 1505823307912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2687, 63.3135, 1.0]}, "bbox": [-145.2687, 63.3135, -145.2687, 63.3135]}, {"id": "3365", "type": "Feature", "properties": {"id": "ak16856011", "mag": 2.3, "time": 1505823122176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4683, 54.3778, 12.7]}, "bbox": [-161.4683, 54.3778, -161.4683, 54.3778]}, {"id": "3366", "type": "Feature", "properties": {"id": "nc72895111", "mag": 1.33, "time": 1505822407460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809833, 38.802, 3.64]}, "bbox": [-122.809833, 38.802, -122.809833, 38.802]}, {"id": "3367", "type": "Feature", "properties": {"id": "nm60207021", "mag": 3.8, "time": 1505821648710, "felt": 1485.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.909833, 38.423833, 11.68]}, "bbox": [-87.909833, 38.423833, -87.909833, 38.423833]}, {"id": "3368", "type": "Feature", "properties": {"id": "ak16855511", "mag": 1.6, "time": 1505821526245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7265, 65.4529, 0.3]}, "bbox": [-144.7265, 65.4529, -144.7265, 65.4529]}, {"id": "3369", "type": "Feature", "properties": {"id": "ak16875885", "mag": 2.4, "time": 1505821066912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.1246, 33.1]}, "bbox": [-170.3853, 52.1246, -170.3853, 52.1246]}, {"id": "3370", "type": "Feature", "properties": {"id": "nc72895086", "mag": 1.5, "time": 1505820901510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.8115, 2.81]}, "bbox": [-122.811333, 38.8115, -122.811333, 38.8115]}, {"id": "3371", "type": "Feature", "properties": {"id": "nn00605917", "mag": 1.0, "time": 1505819713127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0296, 37.3121, 0.0]}, "bbox": [-115.0296, 37.3121, -115.0296, 37.3121]}, {"id": "3372", "type": "Feature", "properties": {"id": "ci37766663", "mag": 1.51, "time": 1505819310540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197333, 34.085167, 9.45]}, "bbox": [-118.197333, 34.085167, -118.197333, 34.085167]}, {"id": "3373", "type": "Feature", "properties": {"id": "ak16875884", "mag": 2.8, "time": 1505819249763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.074, 52.1917, 55.8]}, "bbox": [-171.074, 52.1917, -171.074, 52.1917]}, {"id": "3374", "type": "Feature", "properties": {"id": "us2000aqlv", "mag": 4.4, "time": 1505818453350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.3742, -31.7199, 35.0]}, "bbox": [-72.3742, -31.7199, -72.3742, -31.7199]}, {"id": "3375", "type": "Feature", "properties": {"id": "ak16855501", "mag": 3.4, "time": 1505818346973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7971, 56.0595, 12.0]}, "bbox": [-148.7971, 56.0595, -148.7971, 56.0595]}, {"id": "3376", "type": "Feature", "properties": {"id": "ak16855500", "mag": 2.9, "time": 1505817985167, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.3494, 51.1124, 9.0]}, "bbox": [178.3494, 51.1124, 178.3494, 51.1124]}, {"id": "3377", "type": "Feature", "properties": {"id": "nc72895061", "mag": 1.78, "time": 1505817758790, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.178833, 36.5795, 5.08]}, "bbox": [-121.178833, 36.5795, -121.178833, 36.5795]}, {"id": "3378", "type": "Feature", "properties": {"id": "nc72895056", "mag": 2.12, "time": 1505817518530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 36.582833, 3.53]}, "bbox": [-121.177333, 36.582833, -121.177333, 36.582833]}, {"id": "3379", "type": "Feature", "properties": {"id": "uu60247712", "mag": 1.36, "time": 1505817061570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.018167, 44.796, 9.74]}, "bbox": [-111.018167, 44.796, -111.018167, 44.796]}, {"id": "3380", "type": "Feature", "properties": {"id": "ak16875881", "mag": 1.6, "time": 1505816115601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2511, 57.9599, 9.0]}, "bbox": [-152.2511, 57.9599, -152.2511, 57.9599]}, {"id": "3381", "type": "Feature", "properties": {"id": "ak16855499", "mag": 1.3, "time": 1505815877713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8298, 61.5636, 56.7]}, "bbox": [-149.8298, 61.5636, -149.8298, 61.5636]}, {"id": "3382", "type": "Feature", "properties": {"id": "ak16855498", "mag": 2.3, "time": 1505815751742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.7444, 52.8226, 62.9]}, "bbox": [-168.7444, 52.8226, -168.7444, 52.8226]}, {"id": "3383", "type": "Feature", "properties": {"id": "pr2017262002", "mag": 3.05, "time": 1505815582890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7015, 19.0933, 25.0]}, "bbox": [-67.7015, 19.0933, -67.7015, 19.0933]}, {"id": "3384", "type": "Feature", "properties": {"id": "ak16875878", "mag": 2.3, "time": 1505815056638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6299, 51.8122, 76.9]}, "bbox": [178.6299, 51.8122, 178.6299, 51.8122]}, {"id": "3385", "type": "Feature", "properties": {"id": "pr2017262001", "mag": 3.03, "time": 1505814906490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.723, 19.2006, 9.0]}, "bbox": [-67.723, 19.2006, -67.723, 19.2006]}, {"id": "3386", "type": "Feature", "properties": {"id": "us2000aqkv", "mag": 3.1, "time": 1505814230020, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8094, 35.9883, 6.72]}, "bbox": [-96.8094, 35.9883, -96.8094, 35.9883]}, {"id": "3387", "type": "Feature", "properties": {"id": "nn00605909", "mag": 2.0, "time": 1505812861822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0799, 37.3335, 2.3]}, "bbox": [-115.0799, 37.3335, -115.0799, 37.3335]}, {"id": "3388", "type": "Feature", "properties": {"id": "ci37766575", "mag": 1.76, "time": 1505810653690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489167, 32.91, 3.69]}, "bbox": [-115.489167, 32.91, -115.489167, 32.91]}, {"id": "3389", "type": "Feature", "properties": {"id": "hv61913891", "mag": 1.46, "time": 1505809604540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2385, 19.383667, 3.069]}, "bbox": [-155.2385, 19.383667, -155.2385, 19.383667]}, {"id": "3390", "type": "Feature", "properties": {"id": "us2000awmg", "mag": 4.7, "time": 1505809455110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.925, -10.7783, 56.21]}, "bbox": [162.925, -10.7783, 162.925, -10.7783]}, {"id": "3391", "type": "Feature", "properties": {"id": "us2000asy2", "mag": 3.0, "time": 1505809273830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.747, 56.8207, 54.24]}, "bbox": [-167.747, 56.8207, -167.747, 56.8207]}, {"id": "3392", "type": "Feature", "properties": {"id": "ak16855496", "mag": 1.1, "time": 1505809181592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6103, 61.758, 29.3]}, "bbox": [-147.6103, 61.758, -147.6103, 61.758]}, {"id": "3393", "type": "Feature", "properties": {"id": "ci37766567", "mag": 2.63, "time": 1505808839560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.053, 33.079333, 9.9]}, "bbox": [-116.053, 33.079333, -116.053, 33.079333]}, {"id": "3394", "type": "Feature", "properties": {"id": "ak16854995", "mag": 1.3, "time": 1505808496915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3955, 61.6352, 5.0]}, "bbox": [-142.3955, 61.6352, -142.3955, 61.6352]}, {"id": "3395", "type": "Feature", "properties": {"id": "us2000awn2", "mag": 4.8, "time": 1505807930800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8135, 15.201, 45.46]}, "bbox": [-93.8135, 15.201, -93.8135, 15.201]}, {"id": "3396", "type": "Feature", "properties": {"id": "us2000aqji", "mag": 5.5, "time": 1505807596650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0446, 15.1414, 38.74]}, "bbox": [-94.0446, 15.1414, -94.0446, 15.1414]}, {"id": "3397", "type": "Feature", "properties": {"id": "ak16875872", "mag": 2.1, "time": 1505807457953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2219, 51.3226, 34.2]}, "bbox": [-179.2219, 51.3226, -179.2219, 51.3226]}, {"id": "3398", "type": "Feature", "properties": {"id": "nc72894976", "mag": 1.17, "time": 1505806773770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792335, 38.809666, 2.7]}, "bbox": [-122.792335, 38.809666, -122.792335, 38.809666]}, {"id": "3399", "type": "Feature", "properties": {"id": "ci37766551", "mag": 1.92, "time": 1505806527540, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.473833, 34.086, 9.44]}, "bbox": [-118.473833, 34.086, -118.473833, 34.086]}, {"id": "3400", "type": "Feature", "properties": {"id": "nn00605996", "mag": 1.0, "time": 1505804591858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.786, 38.6641, 4.9]}, "bbox": [-119.786, 38.6641, -119.786, 38.6641]}, {"id": "3401", "type": "Feature", "properties": {"id": "us2000aqiw", "mag": 4.9, "time": 1505804582700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5541, 15.6968, 62.85]}, "bbox": [-94.5541, 15.6968, -94.5541, 15.6968]}, {"id": "3402", "type": "Feature", "properties": {"id": "nc72894951", "mag": 2.38, "time": 1505803512250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.804667, 38.658333, -1.93]}, "bbox": [-119.804667, 38.658333, -119.804667, 38.658333]}, {"id": "3403", "type": "Feature", "properties": {"id": "us2000aqim", "mag": 4.9, "time": 1505803059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.5306, -11.0433, 31.53]}, "bbox": [162.5306, -11.0433, 162.5306, -11.0433]}, {"id": "3404", "type": "Feature", "properties": {"id": "ak16858212", "mag": 1.9, "time": 1505803043301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8602, 60.3455, 116.4]}, "bbox": [-152.8602, 60.3455, -152.8602, 60.3455]}, {"id": "3405", "type": "Feature", "properties": {"id": "ak16854482", "mag": 1.5, "time": 1505802327547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6967, 63.0934, 11.2]}, "bbox": [-147.6967, 63.0934, -147.6967, 63.0934]}, {"id": "3406", "type": "Feature", "properties": {"id": "ci37766535", "mag": 3.61, "time": 1505802044370, "felt": 9002.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.475667, 34.086667, 10.48]}, "bbox": [-118.475667, 34.086667, -118.475667, 34.086667]}, {"id": "3407", "type": "Feature", "properties": {"id": "ci37766527", "mag": 1.21, "time": 1505801932130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.774833, 34.169667, 4.09]}, "bbox": [-116.774833, 34.169667, -116.774833, 34.169667]}, {"id": "3408", "type": "Feature", "properties": {"id": "ak16875868", "mag": 1.8, "time": 1505801903580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8368, 51.4427, 38.8]}, "bbox": [178.8368, 51.4427, 178.8368, 51.4427]}, {"id": "3409", "type": "Feature", "properties": {"id": "ak16854479", "mag": 1.1, "time": 1505801695119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7029, 61.7782, 46.8]}, "bbox": [-149.7029, 61.7782, -149.7029, 61.7782]}, {"id": "3410", "type": "Feature", "properties": {"id": "ak16875866", "mag": 1.4, "time": 1505801525136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4992, 53.7654, 79.0]}, "bbox": [-166.4992, 53.7654, -166.4992, 53.7654]}, {"id": "3411", "type": "Feature", "properties": {"id": "uw61331061", "mag": 2.06, "time": 1505797453620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.194667, 46.453167, 40.56]}, "bbox": [-124.194667, 46.453167, -124.194667, 46.453167]}, {"id": "3412", "type": "Feature", "properties": {"id": "ci37766503", "mag": 1.67, "time": 1505797300060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.916167, 3.75]}, "bbox": [-115.486333, 32.916167, -115.486333, 32.916167]}, {"id": "3413", "type": "Feature", "properties": {"id": "ak16854474", "mag": 1.9, "time": 1505797038222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0668, 60.2297, 58.9]}, "bbox": [-151.0668, 60.2297, -151.0668, 60.2297]}, {"id": "3414", "type": "Feature", "properties": {"id": "ak16853980", "mag": 1.1, "time": 1505796127101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3206, 62.3117, 31.2]}, "bbox": [-148.3206, 62.3117, -148.3206, 62.3117]}, {"id": "3415", "type": "Feature", "properties": {"id": "uw61330981", "mag": 1.13, "time": 1505795983940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.682, 46.13, 13.15]}, "bbox": [-122.682, 46.13, -122.682, 46.13]}, {"id": "3416", "type": "Feature", "properties": {"id": "ak16853978", "mag": 1.3, "time": 1505795947149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1655, 62.2572, 56.3]}, "bbox": [-149.1655, 62.2572, -149.1655, 62.2572]}, {"id": "3417", "type": "Feature", "properties": {"id": "nn00605993", "mag": 1.1, "time": 1505795780711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1363, 37.4312, 0.0]}, "bbox": [-115.1363, 37.4312, -115.1363, 37.4312]}, {"id": "3418", "type": "Feature", "properties": {"id": "nc72894911", "mag": 1.31, "time": 1505795498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7385, 38.757333, 2.56]}, "bbox": [-122.7385, 38.757333, -122.7385, 38.757333]}, {"id": "3419", "type": "Feature", "properties": {"id": "ak16875861", "mag": 1.1, "time": 1505795298437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2708, 60.1059, 0.0]}, "bbox": [-139.2708, 60.1059, -139.2708, 60.1059]}, {"id": "3420", "type": "Feature", "properties": {"id": "pr2017262000", "mag": 3.54, "time": 1505794257010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.6603, 17.4281, 35.0]}, "bbox": [-68.6603, 17.4281, -68.6603, 17.4281]}, {"id": "3421", "type": "Feature", "properties": {"id": "ak16875860", "mag": 2.4, "time": 1505793870359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7298, 54.4321, 27.3]}, "bbox": [-160.7298, 54.4321, -160.7298, 54.4321]}, {"id": "3422", "type": "Feature", "properties": {"id": "ak16875859", "mag": 1.7, "time": 1505793327250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1948, 59.7387, 99.4]}, "bbox": [-153.1948, 59.7387, -153.1948, 59.7387]}, {"id": "3423", "type": "Feature", "properties": {"id": "ak16853975", "mag": 1.6, "time": 1505792759926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4718, 53.5765, 9.9]}, "bbox": [-167.4718, 53.5765, -167.4718, 53.5765]}, {"id": "3424", "type": "Feature", "properties": {"id": "nc72894906", "mag": 1.57, "time": 1505792076170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7735, 38.656833, -0.04]}, "bbox": [-122.7735, 38.656833, -122.7735, 38.656833]}, {"id": "3425", "type": "Feature", "properties": {"id": "ci37766479", "mag": 1.69, "time": 1505792016930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.9165, 3.74]}, "bbox": [-115.486333, 32.9165, -115.486333, 32.9165]}, {"id": "3426", "type": "Feature", "properties": {"id": "ci37766487", "mag": 1.34, "time": 1505791878570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.484833, 32.910667, 3.6]}, "bbox": [-115.484833, 32.910667, -115.484833, 32.910667]}, {"id": "3427", "type": "Feature", "properties": {"id": "ci37766471", "mag": 1.85, "time": 1505791676460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4825, 32.916333, 3.63]}, "bbox": [-115.4825, 32.916333, -115.4825, 32.916333]}, {"id": "3428", "type": "Feature", "properties": {"id": "nc72894886", "mag": 1.72, "time": 1505789062930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.569167, 0.74]}, "bbox": [-118.840667, 37.569167, -118.840667, 37.569167]}, {"id": "3429", "type": "Feature", "properties": {"id": "ak16853477", "mag": 1.0, "time": 1505787688094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1719, 66.2583, 2.2]}, "bbox": [-157.1719, 66.2583, -157.1719, 66.2583]}, {"id": "3430", "type": "Feature", "properties": {"id": "ak16875853", "mag": 1.7, "time": 1505787600292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3919, 59.6211, 106.4]}, "bbox": [-153.3919, 59.6211, -153.3919, 59.6211]}, {"id": "3431", "type": "Feature", "properties": {"id": "ak16875852", "mag": 1.1, "time": 1505786552106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5941, 61.448, 35.0]}, "bbox": [-146.5941, 61.448, -146.5941, 61.448]}, {"id": "3432", "type": "Feature", "properties": {"id": "mb80256309", "mag": 1.39, "time": 1505786055440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.8665, 12.97]}, "bbox": [-112.526833, 46.8665, -112.526833, 46.8665]}, {"id": "3433", "type": "Feature", "properties": {"id": "ak16853476", "mag": 1.1, "time": 1505785818136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8501, 59.9025, 11.5]}, "bbox": [-136.8501, 59.9025, -136.8501, 59.9025]}, {"id": "3434", "type": "Feature", "properties": {"id": "ak16852984", "mag": 1.1, "time": 1505784566645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6396, 62.818, 76.1]}, "bbox": [-149.6396, 62.818, -149.6396, 62.818]}, {"id": "3435", "type": "Feature", "properties": {"id": "us2000aqg7", "mag": 4.1, "time": 1505784206570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4373, 15.5332, 46.8]}, "bbox": [-94.4373, 15.5332, -94.4373, 15.5332]}, {"id": "3436", "type": "Feature", "properties": {"id": "uu60247557", "mag": 1.04, "time": 1505784051560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.714, 41.274333, 9.1]}, "bbox": [-111.714, 41.274333, -111.714, 41.274333]}, {"id": "3437", "type": "Feature", "properties": {"id": "uu60247547", "mag": 1.47, "time": 1505783841160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.707167, 41.273, 13.52]}, "bbox": [-111.707167, 41.273, -111.707167, 41.273]}, {"id": "3438", "type": "Feature", "properties": {"id": "hv61913526", "mag": 1.76, "time": 1505783827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457833, 19.1825, 36.457]}, "bbox": [-155.457833, 19.1825, -155.457833, 19.1825]}, {"id": "3439", "type": "Feature", "properties": {"id": "uu60247542", "mag": 2.67, "time": 1505783530250, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.715333, 41.2735, 12.54]}, "bbox": [-111.715333, 41.2735, -111.715333, 41.2735]}, {"id": "3440", "type": "Feature", "properties": {"id": "ak16852978", "mag": 2.3, "time": 1505783525625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6267, 63.2162, 130.7]}, "bbox": [-150.6267, 63.2162, -150.6267, 63.2162]}, {"id": "3441", "type": "Feature", "properties": {"id": "ak16852863", "mag": 2.5, "time": 1505781518245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0202, 60.2096, 73.3]}, "bbox": [-152.0202, 60.2096, -152.0202, 60.2096]}, {"id": "3442", "type": "Feature", "properties": {"id": "nc72894856", "mag": 0.99, "time": 1505781008310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827331, 38.841667, 1.75]}, "bbox": [-122.827331, 38.841667, -122.827331, 38.841667]}, {"id": "3443", "type": "Feature", "properties": {"id": "ak16852858", "mag": 1.1, "time": 1505780482987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8182, 61.2069, 27.3]}, "bbox": [-146.8182, 61.2069, -146.8182, 61.2069]}, {"id": "3444", "type": "Feature", "properties": {"id": "nc72894851", "mag": 1.36, "time": 1505780335820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7775, 38.816, 2.36]}, "bbox": [-122.7775, 38.816, -122.7775, 38.816]}, {"id": "3445", "type": "Feature", "properties": {"id": "ak16852857", "mag": 1.6, "time": 1505780229532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4, 60.0341, 0.0]}, "bbox": [-139.4, 60.0341, -139.4, 60.0341]}, {"id": "3446", "type": "Feature", "properties": {"id": "ak16852855", "mag": 1.5, "time": 1505779887968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8629, 61.2326, 1.6]}, "bbox": [-139.8629, 61.2326, -139.8629, 61.2326]}, {"id": "3447", "type": "Feature", "properties": {"id": "ci37766415", "mag": 1.9, "time": 1505779853200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489333, 32.905167, 5.38]}, "bbox": [-115.489333, 32.905167, -115.489333, 32.905167]}, {"id": "3448", "type": "Feature", "properties": {"id": "ci37165308", "mag": 1.73, "time": 1505779842240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.488, 32.911333, 4.36]}, "bbox": [-115.488, 32.911333, -115.488, 32.911333]}, {"id": "3449", "type": "Feature", "properties": {"id": "ak16852849", "mag": 1.7, "time": 1505779013710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9564, 61.0148, 51.3]}, "bbox": [-150.9564, 61.0148, -150.9564, 61.0148]}, {"id": "3450", "type": "Feature", "properties": {"id": "ak16852847", "mag": 1.4, "time": 1505778755901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7113, 59.8038, 2.1]}, "bbox": [-136.7113, 59.8038, -136.7113, 59.8038]}, {"id": "3451", "type": "Feature", "properties": {"id": "ak16852839", "mag": 1.8, "time": 1505778454412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4318, 51.6727, 27.8]}, "bbox": [-178.4318, 51.6727, -178.4318, 51.6727]}, {"id": "3452", "type": "Feature", "properties": {"id": "ak16852350", "mag": 2.0, "time": 1505777928661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5948, 59.4167, 88.5]}, "bbox": [-152.5948, 59.4167, -152.5948, 59.4167]}, {"id": "3453", "type": "Feature", "properties": {"id": "ci37766399", "mag": 1.34, "time": 1505777787740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.855667, 36.109333, 3.89]}, "bbox": [-117.855667, 36.109333, -117.855667, 36.109333]}, {"id": "3454", "type": "Feature", "properties": {"id": "ak16905714", "mag": 1.0, "time": 1505777724697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9455, 64.7711, 1.2]}, "bbox": [-139.9455, 64.7711, -139.9455, 64.7711]}, {"id": "3455", "type": "Feature", "properties": {"id": "ci37766391", "mag": 0.98, "time": 1505777305130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.852333, 36.108833, 4.09]}, "bbox": [-117.852333, 36.108833, -117.852333, 36.108833]}, {"id": "3456", "type": "Feature", "properties": {"id": "ci37766383", "mag": 1.52, "time": 1505777027970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673833, 35.0495, -0.79]}, "bbox": [-117.673833, 35.0495, -117.673833, 35.0495]}, {"id": "3457", "type": "Feature", "properties": {"id": "nn00605852", "mag": 1.0, "time": 1505777021809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5662, 37.4193, 0.0]}, "bbox": [-115.5662, 37.4193, -115.5662, 37.4193]}, {"id": "3458", "type": "Feature", "properties": {"id": "ak16852327", "mag": 1.3, "time": 1505776382741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3544, 64.9878, 0.0]}, "bbox": [-147.3544, 64.9878, -147.3544, 64.9878]}, {"id": "3459", "type": "Feature", "properties": {"id": "nc72894836", "mag": 1.11, "time": 1505776268170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826164, 38.803165, -0.67]}, "bbox": [-122.826164, 38.803165, -122.826164, 38.803165]}, {"id": "3460", "type": "Feature", "properties": {"id": "ak16852320", "mag": 2.2, "time": 1505774485259, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6811, 59.3157, 121.6]}, "bbox": [-153.6811, 59.3157, -153.6811, 59.3157]}, {"id": "3461", "type": "Feature", "properties": {"id": "uw61330861", "mag": 1.73, "time": 1505774113220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.3385, 46.609, -0.26]}, "bbox": [-123.3385, 46.609, -123.3385, 46.609]}, {"id": "3462", "type": "Feature", "properties": {"id": "us2000awm5", "mag": 4.3, "time": 1505773697460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.1858, 46.1638, 102.95]}, "bbox": [150.1858, 46.1638, 150.1858, 46.1638]}, {"id": "3463", "type": "Feature", "properties": {"id": "us2000aqck", "mag": 3.9, "time": 1505773335560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2122, -24.1635, 187.0]}, "bbox": [-67.2122, -24.1635, -67.2122, -24.1635]}, {"id": "3464", "type": "Feature", "properties": {"id": "nc72894811", "mag": 1.66, "time": 1505773221810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814667, 38.797333, 2.92]}, "bbox": [-122.814667, 38.797333, -122.814667, 38.797333]}, {"id": "3465", "type": "Feature", "properties": {"id": "us2000aurg", "mag": 3.7, "time": 1505773151260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.33, 54.9516, 64.12]}, "bbox": [-161.33, 54.9516, -161.33, 54.9516]}, {"id": "3466", "type": "Feature", "properties": {"id": "ak16851830", "mag": 1.1, "time": 1505773086095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3969, 60.1593, 0.0]}, "bbox": [-141.3969, 60.1593, -141.3969, 60.1593]}, {"id": "3467", "type": "Feature", "properties": {"id": "ci37766351", "mag": 2.36, "time": 1505772988180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.856, 36.108833, 3.8]}, "bbox": [-117.856, 36.108833, -117.856, 36.108833]}, {"id": "3468", "type": "Feature", "properties": {"id": "us2000aqc4", "mag": 4.3, "time": 1505772810860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7554, 15.1768, 26.84]}, "bbox": [-94.7554, 15.1768, -94.7554, 15.1768]}, {"id": "3469", "type": "Feature", "properties": {"id": "ak16905709", "mag": 1.9, "time": 1505772157260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3386, 60.1473, 141.4]}, "bbox": [-153.3386, 60.1473, -153.3386, 60.1473]}, {"id": "3470", "type": "Feature", "properties": {"id": "nc72894806", "mag": 1.27, "time": 1505771972190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.114667, 39.267, 3.8]}, "bbox": [-123.114667, 39.267, -123.114667, 39.267]}, {"id": "3471", "type": "Feature", "properties": {"id": "ak16905707", "mag": 2.2, "time": 1505771817995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2489, 54.4702, 80.1]}, "bbox": [-164.2489, 54.4702, -164.2489, 54.4702]}, {"id": "3472", "type": "Feature", "properties": {"id": "nc72894796", "mag": 2.0, "time": 1505771179880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.128, 39.249833, 8.56]}, "bbox": [-123.128, 39.249833, -123.128, 39.249833]}, {"id": "3473", "type": "Feature", "properties": {"id": "ak16851826", "mag": 1.4, "time": 1505770110538, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6751, 61.3285, 49.9]}, "bbox": [-150.6751, 61.3285, -150.6751, 61.3285]}, {"id": "3474", "type": "Feature", "properties": {"id": "ci37766303", "mag": 1.45, "time": 1505769920400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605, 32.830833, 11.11]}, "bbox": [-115.605, 32.830833, -115.605, 32.830833]}, {"id": "3475", "type": "Feature", "properties": {"id": "ci37766295", "mag": 1.71, "time": 1505769761910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.604667, 32.8245, 12.0]}, "bbox": [-115.604667, 32.8245, -115.604667, 32.8245]}, {"id": "3476", "type": "Feature", "properties": {"id": "ci37766287", "mag": 2.17, "time": 1505769684730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606, 32.822667, 12.54]}, "bbox": [-115.606, 32.822667, -115.606, 32.822667]}, {"id": "3477", "type": "Feature", "properties": {"id": "pr2017261003", "mag": 2.77, "time": 1505769603950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.496, 19.0255, 9.0]}, "bbox": [-66.496, 19.0255, -66.496, 19.0255]}, {"id": "3478", "type": "Feature", "properties": {"id": "ak16851820", "mag": 1.8, "time": 1505768968360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5226, 60.8929, 114.7]}, "bbox": [-152.5226, 60.8929, -152.5226, 60.8929]}, {"id": "3479", "type": "Feature", "properties": {"id": "ak16851818", "mag": 1.8, "time": 1505768967170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6844, 60.3627, 10.0]}, "bbox": [-147.6844, 60.3627, -147.6844, 60.3627]}, {"id": "3480", "type": "Feature", "properties": {"id": "hv61913136", "mag": 2.13, "time": 1505768803830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.602167, 19.474, 2.169]}, "bbox": [-155.602167, 19.474, -155.602167, 19.474]}, {"id": "3481", "type": "Feature", "properties": {"id": "ci37766271", "mag": 1.2, "time": 1505768642090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.024833, 34.482, 7.73]}, "bbox": [-117.024833, 34.482, -117.024833, 34.482]}, {"id": "3482", "type": "Feature", "properties": {"id": "ci37766255", "mag": 1.05, "time": 1505767837000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.472833, 34.117167, 12.54]}, "bbox": [-117.472833, 34.117167, -117.472833, 34.117167]}, {"id": "3483", "type": "Feature", "properties": {"id": "us2000aq9e", "mag": 4.0, "time": 1505767497800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.084, -30.3511, 16.63]}, "bbox": [-72.084, -30.3511, -72.084, -30.3511]}, {"id": "3484", "type": "Feature", "properties": {"id": "ak16851331", "mag": 3.1, "time": 1505767490141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4781, 55.9976, 142.8]}, "bbox": [-160.4781, 55.9976, -160.4781, 55.9976]}, {"id": "3485", "type": "Feature", "properties": {"id": "ak16851328", "mag": 1.1, "time": 1505767149947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8292, 66.9662, 11.2]}, "bbox": [-135.8292, 66.9662, -135.8292, 66.9662]}, {"id": "3486", "type": "Feature", "properties": {"id": "ci37766231", "mag": 0.99, "time": 1505765477990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.581833, 34.027833, 15.24]}, "bbox": [-117.581833, 34.027833, -117.581833, 34.027833]}, {"id": "3487", "type": "Feature", "properties": {"id": "ak16851294", "mag": 1.2, "time": 1505764980957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5833, 61.5338, 35.4]}, "bbox": [-146.5833, 61.5338, -146.5833, 61.5338]}, {"id": "3488", "type": "Feature", "properties": {"id": "uw61330806", "mag": 1.54, "time": 1505764971380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.54, 46.3245, -0.47]}, "bbox": [-119.54, 46.3245, -119.54, 46.3245]}, {"id": "3489", "type": "Feature", "properties": {"id": "nn00605816", "mag": 1.4, "time": 1505764963953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1157, 37.3834, 0.0]}, "bbox": [-115.1157, 37.3834, -115.1157, 37.3834]}, {"id": "3490", "type": "Feature", "properties": {"id": "nn00605865", "mag": 1.1, "time": 1505764655295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1142, 38.3008, 12.5]}, "bbox": [-119.1142, 38.3008, -119.1142, 38.3008]}, {"id": "3491", "type": "Feature", "properties": {"id": "nc72894761", "mag": 1.86, "time": 1505764383660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.543667, 3.73]}, "bbox": [-118.820667, 37.543667, -118.820667, 37.543667]}, {"id": "3492", "type": "Feature", "properties": {"id": "us2000aq7z", "mag": 4.9, "time": 1505764292580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6427, 15.3134, 31.07]}, "bbox": [-94.6427, 15.3134, -94.6427, 15.3134]}, {"id": "3493", "type": "Feature", "properties": {"id": "ci37766191", "mag": 0.97, "time": 1505763617780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450667, 34.371167, 7.7]}, "bbox": [-116.450667, 34.371167, -116.450667, 34.371167]}, {"id": "3494", "type": "Feature", "properties": {"id": "us2000aq71", "mag": 2.7, "time": 1505763144440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4497, 42.6436, 9.31]}, "bbox": [-111.4497, 42.6436, -111.4497, 42.6436]}, {"id": "3495", "type": "Feature", "properties": {"id": "ci37766183", "mag": 1.36, "time": 1505762589870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1565, 35.016333, -1.02]}, "bbox": [-118.1565, 35.016333, -118.1565, 35.016333]}, {"id": "3496", "type": "Feature", "properties": {"id": "mb80256274", "mag": 1.49, "time": 1505762568370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.875, 12.74]}, "bbox": [-112.536167, 46.875, -112.536167, 46.875]}, {"id": "3497", "type": "Feature", "properties": {"id": "nn00605809", "mag": 1.3, "time": 1505762272549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6987, 37.801, 0.9]}, "bbox": [-117.6987, 37.801, -117.6987, 37.801]}, {"id": "3498", "type": "Feature", "properties": {"id": "ak16850796", "mag": 1.9, "time": 1505761948762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4688, 62.7498, 82.0]}, "bbox": [-150.4688, 62.7498, -150.4688, 62.7498]}, {"id": "3499", "type": "Feature", "properties": {"id": "nn00605855", "mag": 1.3, "time": 1505761056131, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1168, 37.3993, 0.0]}, "bbox": [-115.1168, 37.3993, -115.1168, 37.3993]}, {"id": "3500", "type": "Feature", "properties": {"id": "ci37766175", "mag": 1.17, "time": 1505760720620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9445, 34.324333, -1.41]}, "bbox": [-116.9445, 34.324333, -116.9445, 34.324333]}, {"id": "3501", "type": "Feature", "properties": {"id": "nc72894741", "mag": 1.25, "time": 1505760426930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8455, 38.818, 2.33]}, "bbox": [-122.8455, 38.818, -122.8455, 38.818]}, {"id": "3502", "type": "Feature", "properties": {"id": "uu60247432", "mag": 1.19, "time": 1505760132640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.613667, 40.6905, 8.76]}, "bbox": [-111.613667, 40.6905, -111.613667, 40.6905]}, {"id": "3503", "type": "Feature", "properties": {"id": "ak16850168", "mag": 2.1, "time": 1505759367705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.838, 63.3882, 112.5]}, "bbox": [-149.838, 63.3882, -149.838, 63.3882]}, {"id": "3504", "type": "Feature", "properties": {"id": "ci37766167", "mag": 3.51, "time": 1505759058190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656502, 31.030666, 5.16]}, "bbox": [-116.656502, 31.030666, -116.656502, 31.030666]}, {"id": "3505", "type": "Feature", "properties": {"id": "nn00605797", "mag": 1.7, "time": 1505758994627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1288, 37.4056, 0.0]}, "bbox": [-115.1288, 37.4056, -115.1288, 37.4056]}, {"id": "3506", "type": "Feature", "properties": {"id": "ak16850165", "mag": 1.4, "time": 1505758989527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4112, 62.8303, 102.1]}, "bbox": [-151.4112, 62.8303, -151.4112, 62.8303]}, {"id": "3507", "type": "Feature", "properties": {"id": "ak16905692", "mag": 1.1, "time": 1505758393925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8004, 59.9261, 7.9]}, "bbox": [-136.8004, 59.9261, -136.8004, 59.9261]}, {"id": "3508", "type": "Feature", "properties": {"id": "ci37766159", "mag": 1.12, "time": 1505757568700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.635, 33.146167, 7.87]}, "bbox": [-115.635, 33.146167, -115.635, 33.146167]}, {"id": "3509", "type": "Feature", "properties": {"id": "nc72894726", "mag": 0.98, "time": 1505757550510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.418667, 37.284667, 6.16]}, "bbox": [-118.418667, 37.284667, -118.418667, 37.284667]}, {"id": "3510", "type": "Feature", "properties": {"id": "ak16905691", "mag": 1.4, "time": 1505757310878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9735, 60.9138, 37.2]}, "bbox": [-150.9735, 60.9138, -150.9735, 60.9138]}, {"id": "3511", "type": "Feature", "properties": {"id": "ak16850161", "mag": 1.0, "time": 1505757088256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0018, 62.0064, 13.7]}, "bbox": [-149.0018, 62.0064, -149.0018, 62.0064]}, {"id": "3512", "type": "Feature", "properties": {"id": "ak16905689", "mag": 1.2, "time": 1505757035772, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8926, 61.2214, 62.6]}, "bbox": [-150.8926, 61.2214, -150.8926, 61.2214]}, {"id": "3513", "type": "Feature", "properties": {"id": "pr2017261002", "mag": 2.83, "time": 1505756997070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5011, 19.09, 29.0]}, "bbox": [-66.5011, 19.09, -66.5011, 19.09]}, {"id": "3514", "type": "Feature", "properties": {"id": "us2000aq4m", "mag": 4.3, "time": 1505756979200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2066, 15.6332, 53.99]}, "bbox": [-95.2066, 15.6332, -95.2066, 15.6332]}, {"id": "3515", "type": "Feature", "properties": {"id": "ak16849685", "mag": 1.4, "time": 1505755775657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6398, 58.3116, 3.1]}, "bbox": [-154.6398, 58.3116, -154.6398, 58.3116]}, {"id": "3516", "type": "Feature", "properties": {"id": "nn00605793", "mag": 2.1, "time": 1505755747277, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0899, 37.3433, 2.7]}, "bbox": [-115.0899, 37.3433, -115.0899, 37.3433]}, {"id": "3517", "type": "Feature", "properties": {"id": "us2000aq3v", "mag": 4.1, "time": 1505755544410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8487, 15.9949, 55.32]}, "bbox": [-94.8487, 15.9949, -94.8487, 15.9949]}, {"id": "3518", "type": "Feature", "properties": {"id": "uu60247422", "mag": 3.28, "time": 1505755278460, "felt": 662.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 40.700833, 10.96]}, "bbox": [-111.609167, 40.700833, -111.609167, 40.700833]}, {"id": "3519", "type": "Feature", "properties": {"id": "ak16849675", "mag": 1.0, "time": 1505754649061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0364, 64.4942, 19.7]}, "bbox": [-150.0364, 64.4942, -150.0364, 64.4942]}, {"id": "3520", "type": "Feature", "properties": {"id": "nc72894701", "mag": 1.54, "time": 1505754599760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.869, 36.443167, 15.01]}, "bbox": [-120.869, 36.443167, -120.869, 36.443167]}, {"id": "3521", "type": "Feature", "properties": {"id": "ismpkansas70235573", "mag": 2.16, "time": 1505754215540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.819333, 37.204, 5.2]}, "bbox": [-97.819333, 37.204, -97.819333, 37.204]}, {"id": "3522", "type": "Feature", "properties": {"id": "nc72894696", "mag": 1.11, "time": 1505753360080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.779167, 38.816834, 1.68]}, "bbox": [-122.779167, 38.816834, -122.779167, 38.816834]}, {"id": "3523", "type": "Feature", "properties": {"id": "nc72894681", "mag": 2.71, "time": 1505753271320, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.776833, 38.818833, 1.94]}, "bbox": [-122.776833, 38.818833, -122.776833, 38.818833]}, {"id": "3524", "type": "Feature", "properties": {"id": "us2000aq1c", "mag": 4.3, "time": 1505753232560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9297, 40.1065, 16.32]}, "bbox": [19.9297, 40.1065, 19.9297, 40.1065]}, {"id": "3525", "type": "Feature", "properties": {"id": "hv61912961", "mag": 1.88, "time": 1505752987740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.220333, 19.426333, 30.266]}, "bbox": [-155.220333, 19.426333, -155.220333, 19.426333]}, {"id": "3526", "type": "Feature", "properties": {"id": "ak16849646", "mag": 1.9, "time": 1505752045532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8846, 59.8511, 56.1]}, "bbox": [-151.8846, 59.8511, -151.8846, 59.8511]}, {"id": "3527", "type": "Feature", "properties": {"id": "ak16905682", "mag": 2.1, "time": 1505751893024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9783, 51.5536, 48.5]}, "bbox": [-175.9783, 51.5536, -175.9783, 51.5536]}, {"id": "3528", "type": "Feature", "properties": {"id": "ak16905681", "mag": 1.4, "time": 1505751513529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5148, 59.7419, 92.5]}, "bbox": [-152.5148, 59.7419, -152.5148, 59.7419]}, {"id": "3529", "type": "Feature", "properties": {"id": "us2000aq9y", "mag": 3.0, "time": 1505751460390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.173, 52.0554, 121.43]}, "bbox": [-179.173, 52.0554, -179.173, 52.0554]}, {"id": "3530", "type": "Feature", "properties": {"id": "uu60247412", "mag": 1.56, "time": 1505751055750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8355, 39.743833, 1.73]}, "bbox": [-110.8355, 39.743833, -110.8355, 39.743833]}, {"id": "3531", "type": "Feature", "properties": {"id": "nn00605780", "mag": 1.0, "time": 1505750947574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0248, 38.8721, 3.6]}, "bbox": [-118.0248, 38.8721, -118.0248, 38.8721]}, {"id": "3532", "type": "Feature", "properties": {"id": "nc72894651", "mag": 1.22, "time": 1505750864240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.521833, -0.61]}, "bbox": [-118.8995, 37.521833, -118.8995, 37.521833]}, {"id": "3533", "type": "Feature", "properties": {"id": "us2000apzi", "mag": 4.5, "time": 1505750058850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [77.1478, 40.9769, 10.0]}, "bbox": [77.1478, 40.9769, 77.1478, 40.9769]}, {"id": "3534", "type": "Feature", "properties": {"id": "ak16905679", "mag": 1.0, "time": 1505749750880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3078, 62.9046, 85.6]}, "bbox": [-150.3078, 62.9046, -150.3078, 62.9046]}, {"id": "3535", "type": "Feature", "properties": {"id": "ak16849178", "mag": 1.3, "time": 1505749184927, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5131, 62.8898, 90.2]}, "bbox": [-150.5131, 62.8898, -150.5131, 62.8898]}, {"id": "3536", "type": "Feature", "properties": {"id": "us2000apyu", "mag": 4.3, "time": 1505748920580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1652, -31.8057, 10.0]}, "bbox": [-72.1652, -31.8057, -72.1652, -31.8057]}, {"id": "3537", "type": "Feature", "properties": {"id": "ak16849177", "mag": 3.5, "time": 1505748318594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7225, 51.7093, 41.5]}, "bbox": [-177.7225, 51.7093, -177.7225, 51.7093]}, {"id": "3538", "type": "Feature", "properties": {"id": "nc72894631", "mag": 1.04, "time": 1505748063110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.787498, 38.798832, -0.32]}, "bbox": [-122.787498, 38.798832, -122.787498, 38.798832]}, {"id": "3539", "type": "Feature", "properties": {"id": "hv61912826", "mag": 1.1, "time": 1505748041950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.431667, 19.343833, 9.245]}, "bbox": [-155.431667, 19.343833, -155.431667, 19.343833]}, {"id": "3540", "type": "Feature", "properties": {"id": "nn00605847", "mag": 1.0, "time": 1505747832897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1332, 37.421, 0.0]}, "bbox": [-115.1332, 37.421, -115.1332, 37.421]}, {"id": "3541", "type": "Feature", "properties": {"id": "us2000apya", "mag": 4.7, "time": 1505747639290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5858, 15.1833, 36.89]}, "bbox": [-94.5858, 15.1833, -94.5858, 15.1833]}, {"id": "3542", "type": "Feature", "properties": {"id": "ak16848711", "mag": 1.3, "time": 1505747504037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7568, 59.8878, 0.0]}, "bbox": [-136.7568, 59.8878, -136.7568, 59.8878]}, {"id": "3543", "type": "Feature", "properties": {"id": "ak16905675", "mag": 2.1, "time": 1505746990876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9195, 57.1996, 98.3]}, "bbox": [-156.9195, 57.1996, -156.9195, 57.1996]}, {"id": "3544", "type": "Feature", "properties": {"id": "nc72894616", "mag": 2.19, "time": 1505746390770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 40.217, 6.16]}, "bbox": [-121.149, 40.217, -121.149, 40.217]}, {"id": "3545", "type": "Feature", "properties": {"id": "ak16848704", "mag": 2.3, "time": 1505746286875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7477, 53.6076, 54.8]}, "bbox": [-164.7477, 53.6076, -164.7477, 53.6076]}, {"id": "3546", "type": "Feature", "properties": {"id": "pr2017261001", "mag": 2.61, "time": 1505746245880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.7745, 18.8611, 60.0]}, "bbox": [-64.7745, 18.8611, -64.7745, 18.8611]}, {"id": "3547", "type": "Feature", "properties": {"id": "ak16848698", "mag": 2.1, "time": 1505746048831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6658, 61.6841, 99.5]}, "bbox": [-151.6658, 61.6841, -151.6658, 61.6841]}, {"id": "3548", "type": "Feature", "properties": {"id": "us2000aq9s", "mag": 4.1, "time": 1505745176040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3907, 51.552, 15.01]}, "bbox": [-178.3907, 51.552, -178.3907, 51.552]}, {"id": "3549", "type": "Feature", "properties": {"id": "us2000apxn", "mag": 4.9, "time": 1505745090220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.9092, -17.3471, 45.41]}, "bbox": [-173.9092, -17.3471, -173.9092, -17.3471]}, {"id": "3550", "type": "Feature", "properties": {"id": "us2000apxj", "mag": 4.3, "time": 1505744936080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2186, -31.8431, 10.0]}, "bbox": [-72.2186, -31.8431, -72.2186, -31.8431]}, {"id": "3551", "type": "Feature", "properties": {"id": "nn00605771", "mag": 1.4, "time": 1505744651408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1135, 37.3693, 0.0]}, "bbox": [-115.1135, 37.3693, -115.1135, 37.3693]}, {"id": "3552", "type": "Feature", "properties": {"id": "us2000apx5", "mag": 5.6, "time": 1505744352870, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5576, 15.2537, 10.0]}, "bbox": [-94.5576, 15.2537, -94.5576, 15.2537]}, {"id": "3553", "type": "Feature", "properties": {"id": "ak16905668", "mag": 2.5, "time": 1505742582241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8697, 55.3906, 161.2]}, "bbox": [-162.8697, 55.3906, -162.8697, 55.3906]}, {"id": "3554", "type": "Feature", "properties": {"id": "us2000apwd", "mag": 5.8, "time": 1505742416590, "felt": 129.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.147, -31.82, 10.0]}, "bbox": [-72.147, -31.82, -72.147, -31.82]}, {"id": "3555", "type": "Feature", "properties": {"id": "us2000apz2", "mag": 2.7, "time": 1505742004420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8389, 9.05]}, "bbox": [-112.5215, 46.8389, -112.5215, 46.8389]}, {"id": "3556", "type": "Feature", "properties": {"id": "nn00605759", "mag": 1.7, "time": 1505741994692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.124, 38.2695, 11.4]}, "bbox": [-119.124, 38.2695, -119.124, 38.2695]}, {"id": "3557", "type": "Feature", "properties": {"id": "us2000apw7", "mag": 4.6, "time": 1505741142110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.9613, 54.8175, 10.0]}, "bbox": [167.9613, 54.8175, 167.9613, 54.8175]}, {"id": "3558", "type": "Feature", "properties": {"id": "ak16905665", "mag": 1.6, "time": 1505741113018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6727, 58.1121, 86.4]}, "bbox": [-154.6727, 58.1121, -154.6727, 58.1121]}, {"id": "3559", "type": "Feature", "properties": {"id": "ak16905664", "mag": 1.1, "time": 1505740639920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4494, 63.2584, 114.0]}, "bbox": [-150.4494, 63.2584, -150.4494, 63.2584]}, {"id": "3560", "type": "Feature", "properties": {"id": "nc72894591", "mag": 2.07, "time": 1505739410930, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0555, 37.236667, 7.74]}, "bbox": [-122.0555, 37.236667, -122.0555, 37.236667]}, {"id": "3561", "type": "Feature", "properties": {"id": "ak16848204", "mag": 1.1, "time": 1505739204689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9796, 60.2252, 8.2]}, "bbox": [-140.9796, 60.2252, -140.9796, 60.2252]}, {"id": "3562", "type": "Feature", "properties": {"id": "mb80256214", "mag": 2.14, "time": 1505739119730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5825, 46.902333, 13.02]}, "bbox": [-112.5825, 46.902333, -112.5825, 46.902333]}, {"id": "3563", "type": "Feature", "properties": {"id": "nc72894586", "mag": 2.01, "time": 1505738526550, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.378, 36.3415, 3.67]}, "bbox": [-120.378, 36.3415, -120.378, 36.3415]}, {"id": "3564", "type": "Feature", "properties": {"id": "ak16847753", "mag": 1.3, "time": 1505737613815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1555, 60.2089, 8.0]}, "bbox": [-147.1555, 60.2089, -147.1555, 60.2089]}, {"id": "3565", "type": "Feature", "properties": {"id": "us2000apvj", "mag": 5.0, "time": 1505736665230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9085, -30.4189, 35.0]}, "bbox": [-177.9085, -30.4189, -177.9085, -30.4189]}, {"id": "3566", "type": "Feature", "properties": {"id": "us2000apva", "mag": 4.9, "time": 1505736421580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9784, 16.2017, 42.11]}, "bbox": [-94.9784, 16.2017, -94.9784, 16.2017]}, {"id": "3567", "type": "Feature", "properties": {"id": "nc72894571", "mag": 1.07, "time": 1505736271580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784332, 38.838333, 0.08]}, "bbox": [-122.784332, 38.838333, -122.784332, 38.838333]}, {"id": "3568", "type": "Feature", "properties": {"id": "nc72894556", "mag": 0.97, "time": 1505736021180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.813499, 2.19]}, "bbox": [-122.818001, 38.813499, -122.818001, 38.813499]}, {"id": "3569", "type": "Feature", "properties": {"id": "ak16847743", "mag": 2.1, "time": 1505735884769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3712, 59.8705, 71.6]}, "bbox": [-152.3712, 59.8705, -152.3712, 59.8705]}, {"id": "3570", "type": "Feature", "properties": {"id": "ak16847742", "mag": 1.0, "time": 1505735834346, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8742, 61.715, 45.4]}, "bbox": [-149.8742, 61.715, -149.8742, 61.715]}, {"id": "3571", "type": "Feature", "properties": {"id": "ak16905659", "mag": 1.3, "time": 1505735311381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8392, 63.0532, 129.1]}, "bbox": [-150.8392, 63.0532, -150.8392, 63.0532]}, {"id": "3572", "type": "Feature", "properties": {"id": "mb80256209", "mag": 1.05, "time": 1505734177450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.518, 46.853667, 12.03]}, "bbox": [-112.518, 46.853667, -112.518, 46.853667]}, {"id": "3573", "type": "Feature", "properties": {"id": "mb80256199", "mag": 1.81, "time": 1505733980660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.487833, 46.873667, 12.76]}, "bbox": [-112.487833, 46.873667, -112.487833, 46.873667]}, {"id": "3574", "type": "Feature", "properties": {"id": "nc72894526", "mag": 1.16, "time": 1505733885060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.805833, 2.04]}, "bbox": [-122.8005, 38.805833, -122.8005, 38.805833]}, {"id": "3575", "type": "Feature", "properties": {"id": "ak16847290", "mag": 1.5, "time": 1505733696824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5693, 64.3804, 8.3]}, "bbox": [-147.5693, 64.3804, -147.5693, 64.3804]}, {"id": "3576", "type": "Feature", "properties": {"id": "nc72894516", "mag": 1.04, "time": 1505733506920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814163, 38.801998, 2.32]}, "bbox": [-122.814163, 38.801998, -122.814163, 38.801998]}, {"id": "3577", "type": "Feature", "properties": {"id": "us2000aur7", "mag": 3.1, "time": 1505733485810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.7034, 52.2855, 34.99]}, "bbox": [-170.7034, 52.2855, -170.7034, 52.2855]}, {"id": "3578", "type": "Feature", "properties": {"id": "ak16847284", "mag": 1.4, "time": 1505732610976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6388, 61.2241, 50.7]}, "bbox": [-150.6388, 61.2241, -150.6388, 61.2241]}, {"id": "3579", "type": "Feature", "properties": {"id": "ci37765935", "mag": 1.95, "time": 1505732049210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 34.9205, 5.15]}, "bbox": [-116.924667, 34.9205, -116.924667, 34.9205]}, {"id": "3580", "type": "Feature", "properties": {"id": "ci37765927", "mag": 1.35, "time": 1505731803760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3425, 35.462, 3.59]}, "bbox": [-118.3425, 35.462, -118.3425, 35.462]}, {"id": "3581", "type": "Feature", "properties": {"id": "nc72894501", "mag": 1.64, "time": 1505731051670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.950333, 41.046833, 9.17]}, "bbox": [-121.950333, 41.046833, -121.950333, 41.046833]}, {"id": "3582", "type": "Feature", "properties": {"id": "ak16905652", "mag": 2.0, "time": 1505729940504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5491, 54.9912, 67.0]}, "bbox": [-161.5491, 54.9912, -161.5491, 54.9912]}, {"id": "3583", "type": "Feature", "properties": {"id": "ak16846821", "mag": 3.6, "time": 1505729929794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5426, 63.5414, 107.9]}, "bbox": [-149.5426, 63.5414, -149.5426, 63.5414]}, {"id": "3584", "type": "Feature", "properties": {"id": "hv61912566", "mag": 1.91, "time": 1505728760570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.608167, 19.4375, 2.822]}, "bbox": [-155.608167, 19.4375, -155.608167, 19.4375]}, {"id": "3585", "type": "Feature", "properties": {"id": "ak16846819", "mag": 1.2, "time": 1505728039731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.773, 63.2917, 2.1]}, "bbox": [-151.773, 63.2917, -151.773, 63.2917]}, {"id": "3586", "type": "Feature", "properties": {"id": "pr2017261000", "mag": 2.03, "time": 1505727803000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2451, 18.1321, 32.0]}, "bbox": [-67.2451, 18.1321, -67.2451, 18.1321]}, {"id": "3587", "type": "Feature", "properties": {"id": "ci37765911", "mag": 1.15, "time": 1505727350640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.034667, 34.574333, 8.17]}, "bbox": [-120.034667, 34.574333, -120.034667, 34.574333]}, {"id": "3588", "type": "Feature", "properties": {"id": "nc72894496", "mag": 1.16, "time": 1505727178720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.815002, 38.806999, 3.0]}, "bbox": [-122.815002, 38.806999, -122.815002, 38.806999]}, {"id": "3589", "type": "Feature", "properties": {"id": "ak16846817", "mag": 1.3, "time": 1505726686491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5195, 61.7191, 48.0]}, "bbox": [-150.5195, 61.7191, -150.5195, 61.7191]}, {"id": "3590", "type": "Feature", "properties": {"id": "nc72894491", "mag": 1.99, "time": 1505726671730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177167, 36.580167, 5.17]}, "bbox": [-121.177167, 36.580167, -121.177167, 36.580167]}, {"id": "3591", "type": "Feature", "properties": {"id": "ak16846815", "mag": 1.4, "time": 1505726488235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0878, 61.0048, 19.3]}, "bbox": [-146.0878, 61.0048, -146.0878, 61.0048]}, {"id": "3592", "type": "Feature", "properties": {"id": "ak16846813", "mag": 1.3, "time": 1505726256030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0016, 62.7051, 3.6]}, "bbox": [-152.0016, 62.7051, -152.0016, 62.7051]}, {"id": "3593", "type": "Feature", "properties": {"id": "ak16846811", "mag": 1.2, "time": 1505725663332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7382, 59.7002, 39.4]}, "bbox": [-150.7382, 59.7002, -150.7382, 59.7002]}, {"id": "3594", "type": "Feature", "properties": {"id": "nn00605720", "mag": 1.9, "time": 1505725520932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0964, 37.3646, 4.7]}, "bbox": [-115.0964, 37.3646, -115.0964, 37.3646]}, {"id": "3595", "type": "Feature", "properties": {"id": "ak16905644", "mag": 1.4, "time": 1505724853854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3038, 57.9653, 66.7]}, "bbox": [-154.3038, 57.9653, -154.3038, 57.9653]}, {"id": "3596", "type": "Feature", "properties": {"id": "nc72894486", "mag": 1.37, "time": 1505724683560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.892833, 39.342333, 17.73]}, "bbox": [-122.892833, 39.342333, -122.892833, 39.342333]}, {"id": "3597", "type": "Feature", "properties": {"id": "ak16905643", "mag": 1.3, "time": 1505724218199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9106, 60.4014, 74.9]}, "bbox": [-151.9106, 60.4014, -151.9106, 60.4014]}, {"id": "3598", "type": "Feature", "properties": {"id": "ak16846810", "mag": 1.2, "time": 1505724188489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4141, 63.186, 102.9]}, "bbox": [-150.4141, 63.186, -150.4141, 63.186]}, {"id": "3599", "type": "Feature", "properties": {"id": "ak16846807", "mag": 2.8, "time": 1505723956077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0917, 53.5664, 54.2]}, "bbox": [-165.0917, 53.5664, -165.0917, 53.5664]}, {"id": "3600", "type": "Feature", "properties": {"id": "ak16846803", "mag": 1.3, "time": 1505723952516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.705, 62.5617, 9.0]}, "bbox": [-152.705, 62.5617, -152.705, 62.5617]}, {"id": "3601", "type": "Feature", "properties": {"id": "ak16846799", "mag": 1.9, "time": 1505723888518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5274, 59.9845, 0.0]}, "bbox": [-139.5274, 59.9845, -139.5274, 59.9845]}, {"id": "3602", "type": "Feature", "properties": {"id": "ak16846358", "mag": 1.3, "time": 1505723457765, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9157, 63.5359, 3.7]}, "bbox": [-150.9157, 63.5359, -150.9157, 63.5359]}, {"id": "3603", "type": "Feature", "properties": {"id": "nc72894456", "mag": 1.22, "time": 1505721765430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157, 36.5615, 3.01]}, "bbox": [-121.157, 36.5615, -121.157, 36.5615]}, {"id": "3604", "type": "Feature", "properties": {"id": "ak16905637", "mag": 1.8, "time": 1505721695198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5368, 53.884, 45.2]}, "bbox": [-164.5368, 53.884, -164.5368, 53.884]}, {"id": "3605", "type": "Feature", "properties": {"id": "ak16846355", "mag": 1.3, "time": 1505721374282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8253, 64.8958, 12.3]}, "bbox": [-147.8253, 64.8958, -147.8253, 64.8958]}, {"id": "3606", "type": "Feature", "properties": {"id": "ak16846352", "mag": 1.3, "time": 1505721334563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8755, 64.8906, 14.6]}, "bbox": [-147.8755, 64.8906, -147.8755, 64.8906]}, {"id": "3607", "type": "Feature", "properties": {"id": "ak16846351", "mag": 1.4, "time": 1505720984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6407, 59.7861, 56.0]}, "bbox": [-151.6407, 59.7861, -151.6407, 59.7861]}, {"id": "3608", "type": "Feature", "properties": {"id": "ak16905633", "mag": 1.2, "time": 1505720070282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2909, 61.9803, 75.6]}, "bbox": [-151.2909, 61.9803, -151.2909, 61.9803]}, {"id": "3609", "type": "Feature", "properties": {"id": "ak16905632", "mag": 1.3, "time": 1505720064076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7225, 60.6284, 40.3]}, "bbox": [-150.7225, 60.6284, -150.7225, 60.6284]}, {"id": "3610", "type": "Feature", "properties": {"id": "ci37765871", "mag": 0.96, "time": 1505719770880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.495, 4.99]}, "bbox": [-116.790667, 33.495, -116.790667, 33.495]}, {"id": "3611", "type": "Feature", "properties": {"id": "hv61912506", "mag": 1.73, "time": 1505719651510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.218167, 19.4285, 29.836]}, "bbox": [-155.218167, 19.4285, -155.218167, 19.4285]}, {"id": "3612", "type": "Feature", "properties": {"id": "nc72894436", "mag": 1.05, "time": 1505719249700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0175, 37.221333, 9.74]}, "bbox": [-122.0175, 37.221333, -122.0175, 37.221333]}, {"id": "3613", "type": "Feature", "properties": {"id": "nc72894411", "mag": 1.53, "time": 1505718670360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827167, 38.8125, 1.64]}, "bbox": [-122.827167, 38.8125, -122.827167, 38.8125]}, {"id": "3614", "type": "Feature", "properties": {"id": "ak16845911", "mag": 1.3, "time": 1505718573027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2238, 64.9935, 6.8]}, "bbox": [-161.2238, 64.9935, -161.2238, 64.9935]}, {"id": "3615", "type": "Feature", "properties": {"id": "nc72894406", "mag": 1.22, "time": 1505718182950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.180167, 36.585333, 5.57]}, "bbox": [-121.180167, 36.585333, -121.180167, 36.585333]}, {"id": "3616", "type": "Feature", "properties": {"id": "ak16845908", "mag": 1.1, "time": 1505717899889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0029, 61.1046, 1.6]}, "bbox": [-140.0029, 61.1046, -140.0029, 61.1046]}, {"id": "3617", "type": "Feature", "properties": {"id": "ak16845905", "mag": 2.8, "time": 1505717405495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0451, 53.5595, 58.8]}, "bbox": [-165.0451, 53.5595, -165.0451, 53.5595]}, {"id": "3618", "type": "Feature", "properties": {"id": "mb80256179", "mag": 2.84, "time": 1505717382030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.576167, 48.519, 10.89]}, "bbox": [-114.576167, 48.519, -114.576167, 48.519]}, {"id": "3619", "type": "Feature", "properties": {"id": "ci37765839", "mag": 1.11, "time": 1505716385670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6075, 32.833667, 11.71]}, "bbox": [-115.6075, 32.833667, -115.6075, 32.833667]}, {"id": "3620", "type": "Feature", "properties": {"id": "ak16905628", "mag": 1.2, "time": 1505716158469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5838, 63.1688, 113.8]}, "bbox": [-150.5838, 63.1688, -150.5838, 63.1688]}, {"id": "3621", "type": "Feature", "properties": {"id": "ak16905627", "mag": 1.2, "time": 1505715377323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6661, 60.0063, 5.7]}, "bbox": [-140.6661, 60.0063, -140.6661, 60.0063]}, {"id": "3622", "type": "Feature", "properties": {"id": "ak16845901", "mag": 1.6, "time": 1505714845138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4484, 61.3659, 46.1]}, "bbox": [-150.4484, 61.3659, -150.4484, 61.3659]}, {"id": "3623", "type": "Feature", "properties": {"id": "mb80256174", "mag": 1.81, "time": 1505714255290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.9025, 12.6]}, "bbox": [-112.529333, 46.9025, -112.529333, 46.9025]}, {"id": "3624", "type": "Feature", "properties": {"id": "ak16845458", "mag": 1.9, "time": 1505713543034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4235, 61.487, 4.6]}, "bbox": [-146.4235, 61.487, -146.4235, 61.487]}, {"id": "3625", "type": "Feature", "properties": {"id": "ak16845453", "mag": 3.2, "time": 1505712925929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0259, 53.5803, 50.5]}, "bbox": [-165.0259, 53.5803, -165.0259, 53.5803]}, {"id": "3626", "type": "Feature", "properties": {"id": "us2000apru", "mag": 5.7, "time": 1505712483490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-12.7162, -18.5262, 10.0]}, "bbox": [-12.7162, -18.5262, -12.7162, -18.5262]}, {"id": "3627", "type": "Feature", "properties": {"id": "nn00605697", "mag": 1.0, "time": 1505711755570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4153, 9.7]}, "bbox": [-118.9167, 38.4153, -118.9167, 38.4153]}, {"id": "3628", "type": "Feature", "properties": {"id": "ak16845450", "mag": 2.7, "time": 1505711653057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4353, 51.7384, 88.4]}, "bbox": [179.4353, 51.7384, 179.4353, 51.7384]}, {"id": "3629", "type": "Feature", "properties": {"id": "ak16845451", "mag": 1.4, "time": 1505711579811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0383, 61.8395, 66.6]}, "bbox": [-151.0383, 61.8395, -151.0383, 61.8395]}, {"id": "3630", "type": "Feature", "properties": {"id": "nc72894331", "mag": 2.68, "time": 1505711256010, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.213167, 41.036, 15.48]}, "bbox": [-125.213167, 41.036, -125.213167, 41.036]}, {"id": "3631", "type": "Feature", "properties": {"id": "us2000apre", "mag": 3.6, "time": 1505710149350, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.6072, 5.27]}, "bbox": [-111.457, 42.6072, -111.457, 42.6072]}, {"id": "3632", "type": "Feature", "properties": {"id": "uu60247312", "mag": 1.94, "time": 1505709538260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.024833, 44.791, 10.06]}, "bbox": [-111.024833, 44.791, -111.024833, 44.791]}, {"id": "3633", "type": "Feature", "properties": {"id": "ak16845447", "mag": 1.6, "time": 1505709232112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.234, 53.4469, 14.0]}, "bbox": [-167.234, 53.4469, -167.234, 53.4469]}, {"id": "3634", "type": "Feature", "properties": {"id": "ci37765759", "mag": 1.11, "time": 1505708432940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.496667, 4.85]}, "bbox": [-116.797, 33.496667, -116.797, 33.496667]}, {"id": "3635", "type": "Feature", "properties": {"id": "nm60206976", "mag": 2.5, "time": 1505708310780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.764167, 36.103833, 7.78]}, "bbox": [-89.764167, 36.103833, -89.764167, 36.103833]}, {"id": "3636", "type": "Feature", "properties": {"id": "nc72894281", "mag": 1.78, "time": 1505708211260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.583, 36.899833, 6.75]}, "bbox": [-121.583, 36.899833, -121.583, 36.899833]}, {"id": "3637", "type": "Feature", "properties": {"id": "ak16845444", "mag": 1.6, "time": 1505708018964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0127, 61.0975, 1.1]}, "bbox": [-140.0127, 61.0975, -140.0127, 61.0975]}, {"id": "3638", "type": "Feature", "properties": {"id": "ak16845440", "mag": 1.7, "time": 1505706867753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5639, 63.255, 126.3]}, "bbox": [-150.5639, 63.255, -150.5639, 63.255]}, {"id": "3639", "type": "Feature", "properties": {"id": "ak16845438", "mag": 3.0, "time": 1505706621950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0175, 55.7675, 33.0]}, "bbox": [-153.0175, 55.7675, -153.0175, 55.7675]}, {"id": "3640", "type": "Feature", "properties": {"id": "ci37765751", "mag": 1.44, "time": 1505706060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.6865, 17.69]}, "bbox": [-116.797, 33.6865, -116.797, 33.6865]}, {"id": "3641", "type": "Feature", "properties": {"id": "uu60247287", "mag": 2.42, "time": 1505704855680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.429167, 42.593667, 7.36]}, "bbox": [-111.429167, 42.593667, -111.429167, 42.593667]}, {"id": "3642", "type": "Feature", "properties": {"id": "ak16845431", "mag": 2.4, "time": 1505704484262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8583, 58.216, 42.3]}, "bbox": [-152.8583, 58.216, -152.8583, 58.216]}, {"id": "3643", "type": "Feature", "properties": {"id": "ak16845430", "mag": 1.1, "time": 1505704418776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2714, 58.1899, 5.0]}, "bbox": [-155.2714, 58.1899, -155.2714, 58.1899]}, {"id": "3644", "type": "Feature", "properties": {"id": "mb80256144", "mag": 1.01, "time": 1505704182270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.8725, 13.72]}, "bbox": [-112.526333, 46.8725, -112.526333, 46.8725]}, {"id": "3645", "type": "Feature", "properties": {"id": "ak16905611", "mag": 1.0, "time": 1505704113848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9313, 61.6519, 67.6]}, "bbox": [-150.9313, 61.6519, -150.9313, 61.6519]}, {"id": "3646", "type": "Feature", "properties": {"id": "nc72894211", "mag": 1.84, "time": 1505703109320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.735167, 37.656, 5.91]}, "bbox": [-121.735167, 37.656, -121.735167, 37.656]}, {"id": "3647", "type": "Feature", "properties": {"id": "ak16845426", "mag": 1.6, "time": 1505702885799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6172, 61.5636, 14.5]}, "bbox": [-146.6172, 61.5636, -146.6172, 61.5636]}, {"id": "3648", "type": "Feature", "properties": {"id": "ci37765687", "mag": 1.59, "time": 1505702779150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.919833, 33.9785, 4.46]}, "bbox": [-116.919833, 33.9785, -116.919833, 33.9785]}, {"id": "3649", "type": "Feature", "properties": {"id": "nn00605680", "mag": 1.4, "time": 1505702728608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.713, 38.8287, 9.8]}, "bbox": [-119.713, 38.8287, -119.713, 38.8287]}, {"id": "3650", "type": "Feature", "properties": {"id": "ak16844993", "mag": 1.3, "time": 1505701093513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5107, 62.1708, 21.0]}, "bbox": [-145.5107, 62.1708, -145.5107, 62.1708]}, {"id": "3651", "type": "Feature", "properties": {"id": "us2000awky", "mag": 4.1, "time": 1505700898950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3513, 15.0304, 10.0]}, "bbox": [-94.3513, 15.0304, -94.3513, 15.0304]}, {"id": "3652", "type": "Feature", "properties": {"id": "ci37765671", "mag": 1.43, "time": 1505700367060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172167, 34.033667, 5.06]}, "bbox": [-117.172167, 34.033667, -117.172167, 34.033667]}, {"id": "3653", "type": "Feature", "properties": {"id": "ak16905606", "mag": 1.2, "time": 1505699859087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8715, 60.6663, 44.3]}, "bbox": [-150.8715, 60.6663, -150.8715, 60.6663]}, {"id": "3654", "type": "Feature", "properties": {"id": "uw61330596", "mag": 1.49, "time": 1505699530930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847333, 47.759167, 17.25]}, "bbox": [-122.847333, 47.759167, -122.847333, 47.759167]}, {"id": "3655", "type": "Feature", "properties": {"id": "us2000apq2", "mag": 4.2, "time": 1505699407130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2351, 15.3068, 42.58]}, "bbox": [-94.2351, 15.3068, -94.2351, 15.3068]}, {"id": "3656", "type": "Feature", "properties": {"id": "us2000awly", "mag": 4.2, "time": 1505698782750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1304, 14.9812, 38.39]}, "bbox": [-94.1304, 14.9812, -94.1304, 14.9812]}, {"id": "3657", "type": "Feature", "properties": {"id": "ak16905605", "mag": 1.0, "time": 1505698554304, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5172, 62.1736, 24.2]}, "bbox": [-145.5172, 62.1736, -145.5172, 62.1736]}, {"id": "3658", "type": "Feature", "properties": {"id": "nc72894176", "mag": 2.03, "time": 1505698095820, "felt": 171.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.295333, 37.912, 2.97]}, "bbox": [-122.295333, 37.912, -122.295333, 37.912]}, {"id": "3659", "type": "Feature", "properties": {"id": "us2000appq", "mag": 4.5, "time": 1505697812820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.3367, 53.381, 85.64]}, "bbox": [159.3367, 53.381, 159.3367, 53.381]}, {"id": "3660", "type": "Feature", "properties": {"id": "ci37765639", "mag": 1.01, "time": 1505697641450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7125, 33.986833, 15.48]}, "bbox": [-116.7125, 33.986833, -116.7125, 33.986833]}, {"id": "3661", "type": "Feature", "properties": {"id": "us2000appj", "mag": 4.2, "time": 1505697430690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.5275, -17.5255, 167.68]}, "bbox": [-69.5275, -17.5255, -69.5275, -17.5255]}, {"id": "3662", "type": "Feature", "properties": {"id": "ak16844988", "mag": 1.0, "time": 1505697245375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1193, 62.3401, 0.6]}, "bbox": [-149.1193, 62.3401, -149.1193, 62.3401]}, {"id": "3663", "type": "Feature", "properties": {"id": "ci37765631", "mag": 1.87, "time": 1505697080810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650333, 36.996833, -0.56]}, "bbox": [-117.650333, 36.996833, -117.650333, 36.996833]}, {"id": "3664", "type": "Feature", "properties": {"id": "ak16905602", "mag": 1.4, "time": 1505696884087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1499, 61.9617, 114.4]}, "bbox": [-152.1499, 61.9617, -152.1499, 61.9617]}, {"id": "3665", "type": "Feature", "properties": {"id": "ak16844556", "mag": 1.5, "time": 1505696691069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8744, 60.2484, 9.9]}, "bbox": [-141.8744, 60.2484, -141.8744, 60.2484]}, {"id": "3666", "type": "Feature", "properties": {"id": "us2000azbk", "mag": 4.0, "time": 1505696468620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5206, 14.824, 18.19]}, "bbox": [-94.5206, 14.824, -94.5206, 14.824]}, {"id": "3667", "type": "Feature", "properties": {"id": "ak16844553", "mag": 1.3, "time": 1505696463448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4081, 64.6136, 20.7]}, "bbox": [-149.4081, 64.6136, -149.4081, 64.6136]}, {"id": "3668", "type": "Feature", "properties": {"id": "nc72894161", "mag": 1.21, "time": 1505695849630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.818833, 37.41, -0.31]}, "bbox": [-121.818833, 37.41, -121.818833, 37.41]}, {"id": "3669", "type": "Feature", "properties": {"id": "us2000awku", "mag": 4.1, "time": 1505694807240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.306, 19.0286, 202.23]}, "bbox": [145.306, 19.0286, 145.306, 19.0286]}, {"id": "3670", "type": "Feature", "properties": {"id": "us2000app7", "mag": 4.4, "time": 1505694748030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.3564, -8.1346, 41.72]}, "bbox": [119.3564, -8.1346, 119.3564, -8.1346]}, {"id": "3671", "type": "Feature", "properties": {"id": "nn00605668", "mag": 1.2, "time": 1505694738920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3624, 37.0509, 0.0]}, "bbox": [-115.3624, 37.0509, -115.3624, 37.0509]}, {"id": "3672", "type": "Feature", "properties": {"id": "ak16844544", "mag": 2.0, "time": 1505694295643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7281, 60.3555, 46.1]}, "bbox": [-150.7281, 60.3555, -150.7281, 60.3555]}, {"id": "3673", "type": "Feature", "properties": {"id": "ak16844543", "mag": 1.8, "time": 1505694278381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7896, 59.8626, 4.6]}, "bbox": [-136.7896, 59.8626, -136.7896, 59.8626]}, {"id": "3674", "type": "Feature", "properties": {"id": "nc72894151", "mag": 1.42, "time": 1505693902060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.912833, 37.621667, 2.05]}, "bbox": [-118.912833, 37.621667, -118.912833, 37.621667]}, {"id": "3675", "type": "Feature", "properties": {"id": "ak16844541", "mag": 1.3, "time": 1505693551555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.791, 61.7452, 48.2]}, "bbox": [-149.791, 61.7452, -149.791, 61.7452]}, {"id": "3676", "type": "Feature", "properties": {"id": "mb80256109", "mag": 1.41, "time": 1505690846740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.869667, 12.91]}, "bbox": [-112.522, 46.869667, -112.522, 46.869667]}, {"id": "3677", "type": "Feature", "properties": {"id": "ci37765583", "mag": 1.3, "time": 1505690496480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673167, 35.042833, -0.82]}, "bbox": [-117.673167, 35.042833, -117.673167, 35.042833]}, {"id": "3678", "type": "Feature", "properties": {"id": "ak16873959", "mag": 1.1, "time": 1505690288149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4144, 67.2216, 11.0]}, "bbox": [-153.4144, 67.2216, -153.4144, 67.2216]}, {"id": "3679", "type": "Feature", "properties": {"id": "ak16844094", "mag": 1.9, "time": 1505690276630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3972, 53.7854, 6.8]}, "bbox": [-166.3972, 53.7854, -166.3972, 53.7854]}, {"id": "3680", "type": "Feature", "properties": {"id": "us2000apnm", "mag": 4.9, "time": 1505689940400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.5672, -4.6379, 588.19]}, "bbox": [149.5672, -4.6379, 149.5672, -4.6379]}, {"id": "3681", "type": "Feature", "properties": {"id": "mb80256099", "mag": 2.34, "time": 1505689339390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.899167, 12.28]}, "bbox": [-112.5195, 46.899167, -112.5195, 46.899167]}, {"id": "3682", "type": "Feature", "properties": {"id": "ak16844091", "mag": 1.5, "time": 1505688162418, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5592, 60.9727, 72.2]}, "bbox": [-151.5592, 60.9727, -151.5592, 60.9727]}, {"id": "3683", "type": "Feature", "properties": {"id": "mb80256084", "mag": 1.49, "time": 1505688150190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.8165, 46.9305, 13.74]}, "bbox": [-112.8165, 46.9305, -112.8165, 46.9305]}, {"id": "3684", "type": "Feature", "properties": {"id": "nc72894131", "mag": 0.95, "time": 1505687822870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.026667, 36.453333, 2.98]}, "bbox": [-121.026667, 36.453333, -121.026667, 36.453333]}, {"id": "3685", "type": "Feature", "properties": {"id": "nc72894126", "mag": 1.46, "time": 1505687740270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.618333, 36.970833, 5.35]}, "bbox": [-121.618333, 36.970833, -121.618333, 36.970833]}, {"id": "3686", "type": "Feature", "properties": {"id": "ak16844087", "mag": 1.3, "time": 1505686236328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3499, 60.4807, 6.2]}, "bbox": [-147.3499, 60.4807, -147.3499, 60.4807]}, {"id": "3687", "type": "Feature", "properties": {"id": "ak16844084", "mag": 1.7, "time": 1505686047172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7406, 64.6981, 9.7]}, "bbox": [-153.7406, 64.6981, -153.7406, 64.6981]}, {"id": "3688", "type": "Feature", "properties": {"id": "ak16844079", "mag": 2.1, "time": 1505685489298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3304, 60.4706, 9.6]}, "bbox": [-147.3304, 60.4706, -147.3304, 60.4706]}, {"id": "3689", "type": "Feature", "properties": {"id": "uw61330461", "mag": 2.46, "time": 1505684983130, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.725333, 47.439333, 22.35]}, "bbox": [-121.725333, 47.439333, -121.725333, 47.439333]}, {"id": "3690", "type": "Feature", "properties": {"id": "ak16873952", "mag": 2.2, "time": 1505684866449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.006, 52.386, 9.1]}, "bbox": [-169.006, 52.386, -169.006, 52.386]}, {"id": "3691", "type": "Feature", "properties": {"id": "nc72894116", "mag": 1.14, "time": 1505684450170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.571833, 37.947167, 8.37]}, "bbox": [-118.571833, 37.947167, -118.571833, 37.947167]}, {"id": "3692", "type": "Feature", "properties": {"id": "ak16873951", "mag": 1.3, "time": 1505684432066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6357, 60.5724, 2.9]}, "bbox": [-147.6357, 60.5724, -147.6357, 60.5724]}, {"id": "3693", "type": "Feature", "properties": {"id": "ak16843656", "mag": 1.6, "time": 1505683789980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1167, 59.7703, 41.9]}, "bbox": [-151.1167, 59.7703, -151.1167, 59.7703]}, {"id": "3694", "type": "Feature", "properties": {"id": "ak16843652", "mag": 1.6, "time": 1505683291823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4894, 61.5289, 25.6]}, "bbox": [-146.4894, 61.5289, -146.4894, 61.5289]}, {"id": "3695", "type": "Feature", "properties": {"id": "nc72894101", "mag": 1.41, "time": 1505682978360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.496, 1.06]}, "bbox": [-118.834, 37.496, -118.834, 37.496]}, {"id": "3696", "type": "Feature", "properties": {"id": "ak16843651", "mag": 2.6, "time": 1505682712646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4711, 51.686, 75.7]}, "bbox": [178.4711, 51.686, 178.4711, 51.686]}, {"id": "3697", "type": "Feature", "properties": {"id": "nc72894096", "mag": 0.99, "time": 1505682599530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816167, 37.455833, 1.06]}, "bbox": [-118.816167, 37.455833, -118.816167, 37.455833]}, {"id": "3698", "type": "Feature", "properties": {"id": "ak16843650", "mag": 1.2, "time": 1505682068077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5842, 61.7746, 3.7]}, "bbox": [-150.5842, 61.7746, -150.5842, 61.7746]}, {"id": "3699", "type": "Feature", "properties": {"id": "nc72894086", "mag": 1.35, "time": 1505681812610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.973667, 36.395167, 4.69]}, "bbox": [-120.973667, 36.395167, -120.973667, 36.395167]}, {"id": "3700", "type": "Feature", "properties": {"id": "nc72894081", "mag": 1.91, "time": 1505681477080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809167, 38.797667, 3.52]}, "bbox": [-122.809167, 38.797667, -122.809167, 38.797667]}, {"id": "3701", "type": "Feature", "properties": {"id": "nc72894076", "mag": 1.47, "time": 1505681470510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.799167, 3.08]}, "bbox": [-122.810167, 38.799167, -122.810167, 38.799167]}, {"id": "3702", "type": "Feature", "properties": {"id": "ak16873946", "mag": 1.4, "time": 1505680958230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1812, 62.2538, 76.5]}, "bbox": [-151.1812, 62.2538, -151.1812, 62.2538]}, {"id": "3703", "type": "Feature", "properties": {"id": "us2000apkx", "mag": 4.9, "time": 1505680147260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9501, -18.9829, 129.26]}, "bbox": [-174.9501, -18.9829, -174.9501, -18.9829]}, {"id": "3704", "type": "Feature", "properties": {"id": "ak16843225", "mag": 1.3, "time": 1505680062920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5209, 60.1956, 82.1]}, "bbox": [-152.5209, 60.1956, -152.5209, 60.1956]}, {"id": "3705", "type": "Feature", "properties": {"id": "ci37765519", "mag": 1.42, "time": 1505680024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.488167, 2.05]}, "bbox": [-118.293, 35.488167, -118.293, 35.488167]}, {"id": "3706", "type": "Feature", "properties": {"id": "ak16873944", "mag": 1.3, "time": 1505679233862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2975, 62.163, 79.9]}, "bbox": [-151.2975, 62.163, -151.2975, 62.163]}, {"id": "3707", "type": "Feature", "properties": {"id": "ak16873943", "mag": 1.8, "time": 1505678992249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8219, 51.8825, 86.4]}, "bbox": [-174.8219, 51.8825, -174.8219, 51.8825]}, {"id": "3708", "type": "Feature", "properties": {"id": "uw61330431", "mag": 1.0, "time": 1505678333060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5365, 47.603667, 19.51]}, "bbox": [-122.5365, 47.603667, -122.5365, 47.603667]}, {"id": "3709", "type": "Feature", "properties": {"id": "ci37765487", "mag": 1.12, "time": 1505676865320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.608667, 32.830167, 11.82]}, "bbox": [-115.608667, 32.830167, -115.608667, 32.830167]}, {"id": "3710", "type": "Feature", "properties": {"id": "us2000apke", "mag": 4.1, "time": 1505676865110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.5905, 12.0757, 53.01]}, "bbox": [-87.5905, 12.0757, -87.5905, 12.0757]}, {"id": "3711", "type": "Feature", "properties": {"id": "us2000apkd", "mag": 3.9, "time": 1505676791370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2379, -31.7388, 121.68]}, "bbox": [-70.2379, -31.7388, -70.2379, -31.7388]}, {"id": "3712", "type": "Feature", "properties": {"id": "ci37765479", "mag": 1.54, "time": 1505676576290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605333, 32.8245, 11.96]}, "bbox": [-115.605333, 32.8245, -115.605333, 32.8245]}, {"id": "3713", "type": "Feature", "properties": {"id": "us2000apkc", "mag": 2.5, "time": 1505676527950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4244, 42.5958, 5.8]}, "bbox": [-111.4244, 42.5958, -111.4244, 42.5958]}, {"id": "3714", "type": "Feature", "properties": {"id": "nn00605653", "mag": 1.3, "time": 1505676457309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.12, 38.2855, 13.1]}, "bbox": [-119.12, 38.2855, -119.12, 38.2855]}, {"id": "3715", "type": "Feature", "properties": {"id": "nc72894061", "mag": 1.21, "time": 1505675373140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.059667, 36.477833, 6.98]}, "bbox": [-121.059667, 36.477833, -121.059667, 36.477833]}, {"id": "3716", "type": "Feature", "properties": {"id": "us2000apk4", "mag": 3.1, "time": 1505674381070, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.9818, 35.7788, 5.0]}, "bbox": [-96.9818, 35.7788, -96.9818, 35.7788]}, {"id": "3717", "type": "Feature", "properties": {"id": "ak16842798", "mag": 1.4, "time": 1505672288384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7121, 63.5719, 4.3]}, "bbox": [-151.7121, 63.5719, -151.7121, 63.5719]}, {"id": "3718", "type": "Feature", "properties": {"id": "ak16842797", "mag": 2.7, "time": 1505669173773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4976, 51.6544, 7.8]}, "bbox": [-178.4976, 51.6544, -178.4976, 51.6544]}, {"id": "3719", "type": "Feature", "properties": {"id": "mb80256039", "mag": 1.09, "time": 1505668834370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.6775, 46.891833, 15.96]}, "bbox": [-112.6775, 46.891833, -112.6775, 46.891833]}, {"id": "3720", "type": "Feature", "properties": {"id": "ak16873938", "mag": 1.2, "time": 1505668625975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5592, 62.857, 82.0]}, "bbox": [-149.5592, 62.857, -149.5592, 62.857]}, {"id": "3721", "type": "Feature", "properties": {"id": "ci37765423", "mag": 1.4, "time": 1505668324590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.831333, 32.775833, 2.46]}, "bbox": [-115.831333, 32.775833, -115.831333, 32.775833]}, {"id": "3722", "type": "Feature", "properties": {"id": "ak16842795", "mag": 1.1, "time": 1505668022720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4003, 64.8531, 2.7]}, "bbox": [-153.4003, 64.8531, -153.4003, 64.8531]}, {"id": "3723", "type": "Feature", "properties": {"id": "nc72894026", "mag": 1.3, "time": 1505667983860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.734667, 38.788167, 1.43]}, "bbox": [-122.734667, 38.788167, -122.734667, 38.788167]}, {"id": "3724", "type": "Feature", "properties": {"id": "ak16873936", "mag": 1.6, "time": 1505667107903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0584, 57.21, 33.0]}, "bbox": [-155.0584, 57.21, -155.0584, 57.21]}, {"id": "3725", "type": "Feature", "properties": {"id": "ci37765415", "mag": 1.52, "time": 1505666643390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.833167, 32.781833, 2.39]}, "bbox": [-115.833167, 32.781833, -115.833167, 32.781833]}, {"id": "3726", "type": "Feature", "properties": {"id": "ci37765407", "mag": 0.98, "time": 1505666358680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.273667, 33.981333, 6.22]}, "bbox": [-116.273667, 33.981333, -116.273667, 33.981333]}, {"id": "3727", "type": "Feature", "properties": {"id": "us2000at5v", "mag": 4.3, "time": 1505665820280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2591, 0.908, 157.83]}, "bbox": [127.2591, 0.908, 127.2591, 0.908]}, {"id": "3728", "type": "Feature", "properties": {"id": "pr2017260000", "mag": 2.31, "time": 1505665148110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9698, 19.0821, 23.0]}, "bbox": [-67.9698, 19.0821, -67.9698, 19.0821]}, {"id": "3729", "type": "Feature", "properties": {"id": "us2000apj3", "mag": 2.6, "time": 1505664664460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4059, 42.5497, 11.14]}, "bbox": [-111.4059, 42.5497, -111.4059, 42.5497]}, {"id": "3730", "type": "Feature", "properties": {"id": "us2000apj0", "mag": 2.7, "time": 1505663998840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4107, 42.5429, 8.67]}, "bbox": [-111.4107, 42.5429, -111.4107, 42.5429]}, {"id": "3731", "type": "Feature", "properties": {"id": "uw61330391", "mag": 1.11, "time": 1505663462920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.04, 46.880167, 6.02]}, "bbox": [-122.04, 46.880167, -122.04, 46.880167]}, {"id": "3732", "type": "Feature", "properties": {"id": "uu60247022", "mag": 1.06, "time": 1505663122580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.790333, 9.98]}, "bbox": [-111.025833, 44.790333, -111.025833, 44.790333]}, {"id": "3733", "type": "Feature", "properties": {"id": "nn00606540", "mag": 1.3, "time": 1505663040033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0921, 41.885, 0.0]}, "bbox": [-119.0921, 41.885, -119.0921, 41.885]}, {"id": "3734", "type": "Feature", "properties": {"id": "ak16873932", "mag": 1.9, "time": 1505662296127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8489, 51.9624, 111.3]}, "bbox": [-174.8489, 51.9624, -174.8489, 51.9624]}, {"id": "3735", "type": "Feature", "properties": {"id": "us2000at5n", "mag": 4.5, "time": 1505662282900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.7612, 44.1688, 33.57]}, "bbox": [140.7612, 44.1688, 140.7612, 44.1688]}, {"id": "3736", "type": "Feature", "properties": {"id": "mb80255969", "mag": 2.04, "time": 1505662108810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516, 46.881333, 14.94]}, "bbox": [-112.516, 46.881333, -112.516, 46.881333]}, {"id": "3737", "type": "Feature", "properties": {"id": "us2000at5p", "mag": 4.5, "time": 1505662091100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.0118, -6.3464, 35.0]}, "bbox": [149.0118, -6.3464, 149.0118, -6.3464]}, {"id": "3738", "type": "Feature", "properties": {"id": "ak16873931", "mag": 1.4, "time": 1505662034661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.362, 63.1318, 2.6]}, "bbox": [-144.362, 63.1318, -144.362, 63.1318]}, {"id": "3739", "type": "Feature", "properties": {"id": "us2000at68", "mag": 4.3, "time": 1505661360280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9733, -6.4551, 35.0]}, "bbox": [148.9733, -6.4551, 148.9733, -6.4551]}, {"id": "3740", "type": "Feature", "properties": {"id": "ak16841969", "mag": 1.1, "time": 1505661169528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6029, 66.5697, 13.3]}, "bbox": [-146.6029, 66.5697, -146.6029, 66.5697]}, {"id": "3741", "type": "Feature", "properties": {"id": "mb80255949", "mag": 1.49, "time": 1505659897070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.519, 46.855, 14.3]}, "bbox": [-112.519, 46.855, -112.519, 46.855]}, {"id": "3742", "type": "Feature", "properties": {"id": "us2000apij", "mag": 5.4, "time": 1505659803240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6428, -16.6386, 30.39]}, "bbox": [-173.6428, -16.6386, -173.6428, -16.6386]}, {"id": "3743", "type": "Feature", "properties": {"id": "us2000at5x", "mag": 5.0, "time": 1505659691430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0846, 12.809, 27.48]}, "bbox": [92.0846, 12.809, 92.0846, 12.809]}, {"id": "3744", "type": "Feature", "properties": {"id": "ci37765367", "mag": 1.03, "time": 1505659458990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.19, 33.2585, 9.58]}, "bbox": [-116.19, 33.2585, -116.19, 33.2585]}, {"id": "3745", "type": "Feature", "properties": {"id": "nc72893976", "mag": 1.19, "time": 1505659223910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825, 37.453, 1.57]}, "bbox": [-118.825, 37.453, -118.825, 37.453]}, {"id": "3746", "type": "Feature", "properties": {"id": "us2000at5m", "mag": 4.9, "time": 1505658989080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.1591, -6.3567, 35.0]}, "bbox": [149.1591, -6.3567, 149.1591, -6.3567]}, {"id": "3747", "type": "Feature", "properties": {"id": "us2000apie", "mag": 4.5, "time": 1505658574670, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [24.0015, 39.2721, 10.0]}, "bbox": [24.0015, 39.2721, 24.0015, 39.2721]}, {"id": "3748", "type": "Feature", "properties": {"id": "ak16841552", "mag": 1.3, "time": 1505658549717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9309, 62.6606, 59.8]}, "bbox": [-149.9309, 62.6606, -149.9309, 62.6606]}, {"id": "3749", "type": "Feature", "properties": {"id": "us2000apif", "mag": 5.7, "time": 1505658367620, "felt": 0.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [148.8708, -6.3113, 18.92]}, "bbox": [148.8708, -6.3113, 148.8708, -6.3113]}, {"id": "3750", "type": "Feature", "properties": {"id": "us2000at5l", "mag": 4.3, "time": 1505658365190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.9505, 64.5019, 9.15]}, "bbox": [-17.9505, 64.5019, -17.9505, 64.5019]}, {"id": "3751", "type": "Feature", "properties": {"id": "us2000aza1", "mag": 4.2, "time": 1505658191320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5959, 15.2169, 35.0]}, "bbox": [-94.5959, 15.2169, -94.5959, 15.2169]}, {"id": "3752", "type": "Feature", "properties": {"id": "us2000at6b", "mag": 4.6, "time": 1505658184020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.6137, 64.4904, 8.23]}, "bbox": [-17.6137, 64.4904, -17.6137, 64.4904]}, {"id": "3753", "type": "Feature", "properties": {"id": "ak16841550", "mag": 1.4, "time": 1505657865000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8499, 59.8804, 5.2]}, "bbox": [-136.8499, 59.8804, -136.8499, 59.8804]}, {"id": "3754", "type": "Feature", "properties": {"id": "ci37765335", "mag": 1.11, "time": 1505657294840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.367, 33.357167, 9.18]}, "bbox": [-116.367, 33.357167, -116.367, 33.357167]}, {"id": "3755", "type": "Feature", "properties": {"id": "ak16841549", "mag": 1.4, "time": 1505657219284, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0876, 69.5184, 4.2]}, "bbox": [-145.0876, 69.5184, -145.0876, 69.5184]}, {"id": "3756", "type": "Feature", "properties": {"id": "nc72893941", "mag": 1.51, "time": 1505657160730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.818167, 2.23]}, "bbox": [-122.818333, 38.818167, -122.818333, 38.818167]}, {"id": "3757", "type": "Feature", "properties": {"id": "nc72893946", "mag": 1.02, "time": 1505657152440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817001, 38.8185, 2.05]}, "bbox": [-122.817001, 38.8185, -122.817001, 38.8185]}, {"id": "3758", "type": "Feature", "properties": {"id": "ak16873926", "mag": 1.7, "time": 1505656923604, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8082, 60.1773, 106.4]}, "bbox": [-152.8082, 60.1773, -152.8082, 60.1773]}, {"id": "3759", "type": "Feature", "properties": {"id": "ak16873925", "mag": 1.9, "time": 1505656654419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6293, 59.5728, 120.8]}, "bbox": [-153.6293, 59.5728, -153.6293, 59.5728]}, {"id": "3760", "type": "Feature", "properties": {"id": "ci37765327", "mag": 2.88, "time": 1505656629430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.882333, 31.6215, 9.25]}, "bbox": [-115.882333, 31.6215, -115.882333, 31.6215]}, {"id": "3761", "type": "Feature", "properties": {"id": "us2000at5k", "mag": 4.1, "time": 1505656609750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.5305, 1.7746, 37.54]}, "bbox": [126.5305, 1.7746, 126.5305, 1.7746]}, {"id": "3762", "type": "Feature", "properties": {"id": "nc72893936", "mag": 0.98, "time": 1505656502420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125667, 36.566167, 8.44]}, "bbox": [-121.125667, 36.566167, -121.125667, 36.566167]}, {"id": "3763", "type": "Feature", "properties": {"id": "us2000at5i", "mag": 4.4, "time": 1505655648380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.9394, -17.3298, 553.92]}, "bbox": [-178.9394, -17.3298, -178.9394, -17.3298]}, {"id": "3764", "type": "Feature", "properties": {"id": "se60044613", "mag": 2.03, "time": 1505655579030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.053333, 35.561333, 15.47]}, "bbox": [-85.053333, 35.561333, -85.053333, 35.561333]}, {"id": "3765", "type": "Feature", "properties": {"id": "ci37765311", "mag": 1.07, "time": 1505655296260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.090333, 33.473833, 14.65]}, "bbox": [-117.090333, 33.473833, -117.090333, 33.473833]}, {"id": "3766", "type": "Feature", "properties": {"id": "ak16841547", "mag": 1.9, "time": 1505655282227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7794, 63.9496, 114.9]}, "bbox": [-148.7794, 63.9496, -148.7794, 63.9496]}, {"id": "3767", "type": "Feature", "properties": {"id": "us2000at5r", "mag": 4.9, "time": 1505655030310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.7611, -21.01, 10.0]}, "bbox": [-11.7611, -21.01, -11.7611, -21.01]}, {"id": "3768", "type": "Feature", "properties": {"id": "us2000as44", "mag": 2.6, "time": 1505654924870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7236, 51.4933, 34.35]}, "bbox": [-177.7236, 51.4933, -177.7236, 51.4933]}, {"id": "3769", "type": "Feature", "properties": {"id": "ak16841538", "mag": 2.3, "time": 1505654819006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6722, 62.9044, 66.8]}, "bbox": [-148.6722, 62.9044, -148.6722, 62.9044]}, {"id": "3770", "type": "Feature", "properties": {"id": "ci37765303", "mag": 0.97, "time": 1505654141860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922167, 33.9755, 4.94]}, "bbox": [-116.922167, 33.9755, -116.922167, 33.9755]}, {"id": "3771", "type": "Feature", "properties": {"id": "us2000aphx", "mag": 4.0, "time": 1505653928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4533, 15.5042, 7.94]}, "bbox": [-94.4533, 15.5042, -94.4533, 15.5042]}, {"id": "3772", "type": "Feature", "properties": {"id": "ak16841537", "mag": 1.0, "time": 1505653531820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3466, 61.07, 12.2]}, "bbox": [-152.3466, 61.07, -152.3466, 61.07]}, {"id": "3773", "type": "Feature", "properties": {"id": "nc72893916", "mag": 0.99, "time": 1505653446980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.479333, 0.86]}, "bbox": [-118.835, 37.479333, -118.835, 37.479333]}, {"id": "3774", "type": "Feature", "properties": {"id": "ak16841536", "mag": 1.4, "time": 1505653266021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6794, 67.9633, 14.6]}, "bbox": [-155.6794, 67.9633, -155.6794, 67.9633]}, {"id": "3775", "type": "Feature", "properties": {"id": "ak16841136", "mag": 1.5, "time": 1505652267061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.9646, 53.8971, 6.6]}, "bbox": [-166.9646, 53.8971, -166.9646, 53.8971]}, {"id": "3776", "type": "Feature", "properties": {"id": "nn00605626", "mag": 1.0, "time": 1505652081143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 36.537, 7.3]}, "bbox": [-116.2815, 36.537, -116.2815, 36.537]}, {"id": "3777", "type": "Feature", "properties": {"id": "ak16841133", "mag": 1.8, "time": 1505651930739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7652, 62.1126, 23.7]}, "bbox": [-147.7652, 62.1126, -147.7652, 62.1126]}, {"id": "3778", "type": "Feature", "properties": {"id": "ak16841130", "mag": 2.2, "time": 1505651632523, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.454, 59.2923, 97.5]}, "bbox": [-153.454, 59.2923, -153.454, 59.2923]}, {"id": "3779", "type": "Feature", "properties": {"id": "ci37765271", "mag": 1.39, "time": 1505650827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.021167, 33.921, 2.44]}, "bbox": [-116.021167, 33.921, -116.021167, 33.921]}, {"id": "3780", "type": "Feature", "properties": {"id": "hv61911226", "mag": 1.91, "time": 1505650411260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.478668, 19.212334, 38.03]}, "bbox": [-155.478668, 19.212334, -155.478668, 19.212334]}, {"id": "3781", "type": "Feature", "properties": {"id": "ak16841124", "mag": 2.1, "time": 1505649687852, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7865, 65.3345, 13.3]}, "bbox": [-143.7865, 65.3345, -143.7865, 65.3345]}, {"id": "3782", "type": "Feature", "properties": {"id": "nc72893881", "mag": 1.23, "time": 1505648682040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543833, 37.339667, 10.06]}, "bbox": [-118.543833, 37.339667, -118.543833, 37.339667]}, {"id": "3783", "type": "Feature", "properties": {"id": "ak16840722", "mag": 3.2, "time": 1505648575230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7144, 57.2975, 42.8]}, "bbox": [-154.7144, 57.2975, -154.7144, 57.2975]}, {"id": "3784", "type": "Feature", "properties": {"id": "us2000at5g", "mag": 4.3, "time": 1505647937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.6171, -11.7459, 251.44]}, "bbox": [166.6171, -11.7459, 166.6171, -11.7459]}, {"id": "3785", "type": "Feature", "properties": {"id": "ak16873911", "mag": 2.6, "time": 1505647578270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7891, 66.3882, 37.6]}, "bbox": [-135.7891, 66.3882, -135.7891, 66.3882]}, {"id": "3786", "type": "Feature", "properties": {"id": "ak16873910", "mag": 2.0, "time": 1505647575716, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.55, 57.7487, 89.0]}, "bbox": [-155.55, 57.7487, -155.55, 57.7487]}, {"id": "3787", "type": "Feature", "properties": {"id": "ak16873909", "mag": 2.8, "time": 1505647412246, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7412, 66.3682, 34.5]}, "bbox": [-135.7412, 66.3682, -135.7412, 66.3682]}, {"id": "3788", "type": "Feature", "properties": {"id": "ak16840719", "mag": 2.1, "time": 1505647228188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4607, 60.5815, 14.5]}, "bbox": [-148.4607, 60.5815, -148.4607, 60.5815]}, {"id": "3789", "type": "Feature", "properties": {"id": "ci37765239", "mag": 1.03, "time": 1505646849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920667, 33.972167, 5.29]}, "bbox": [-116.920667, 33.972167, -116.920667, 33.972167]}, {"id": "3790", "type": "Feature", "properties": {"id": "us2000aph6", "mag": 4.2, "time": 1505646653440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3399, -21.9058, 192.78]}, "bbox": [-67.3399, -21.9058, -67.3399, -21.9058]}, {"id": "3791", "type": "Feature", "properties": {"id": "us2000aph5", "mag": 4.7, "time": 1505646260660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.0437, 3.6252, 68.15]}, "bbox": [127.0437, 3.6252, 127.0437, 3.6252]}, {"id": "3792", "type": "Feature", "properties": {"id": "ak16873907", "mag": 2.2, "time": 1505645846935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4823, 51.6608, 13.2]}, "bbox": [-178.4823, 51.6608, -178.4823, 51.6608]}, {"id": "3793", "type": "Feature", "properties": {"id": "ak16873906", "mag": 1.2, "time": 1505645773090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3827, 53.8702, 12.1]}, "bbox": [-166.3827, 53.8702, -166.3827, 53.8702]}, {"id": "3794", "type": "Feature", "properties": {"id": "uw61330311", "mag": 1.94, "time": 1505644617240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041167, 46.879167, 6.84]}, "bbox": [-122.041167, 46.879167, -122.041167, 46.879167]}, {"id": "3795", "type": "Feature", "properties": {"id": "ak16840715", "mag": 1.5, "time": 1505644280463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.605, 61.6723, 29.6]}, "bbox": [-146.605, 61.6723, -146.605, 61.6723]}, {"id": "3796", "type": "Feature", "properties": {"id": "ci37765223", "mag": 1.02, "time": 1505644185880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.465667, 34.376833, 9.74]}, "bbox": [-116.465667, 34.376833, -116.465667, 34.376833]}, {"id": "3797", "type": "Feature", "properties": {"id": "ci37765215", "mag": 1.28, "time": 1505644151980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.358167, 33.415667, 12.48]}, "bbox": [-116.358167, 33.415667, -116.358167, 33.415667]}, {"id": "3798", "type": "Feature", "properties": {"id": "us2000at5e", "mag": 4.5, "time": 1505644031790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0628, 12.7773, 33.35]}, "bbox": [92.0628, 12.7773, 92.0628, 12.7773]}, {"id": "3799", "type": "Feature", "properties": {"id": "ak16873903", "mag": 1.4, "time": 1505643609236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5971, 61.5891, 59.1]}, "bbox": [-150.5971, 61.5891, -150.5971, 61.5891]}, {"id": "3800", "type": "Feature", "properties": {"id": "ak16840713", "mag": 1.9, "time": 1505643118540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0384, 63.1445, 14.8]}, "bbox": [-144.0384, 63.1445, -144.0384, 63.1445]}, {"id": "3801", "type": "Feature", "properties": {"id": "hv61911016", "mag": 2.48, "time": 1505641665420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.593167, 19.476, 2.731]}, "bbox": [-155.593167, 19.476, -155.593167, 19.476]}, {"id": "3802", "type": "Feature", "properties": {"id": "ak16840350", "mag": 1.1, "time": 1505641100972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8915, 64.848, 8.2]}, "bbox": [-148.8915, 64.848, -148.8915, 64.848]}, {"id": "3803", "type": "Feature", "properties": {"id": "us2000at5c", "mag": 4.7, "time": 1505640684330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-26.4288, -59.7896, 35.0]}, "bbox": [-26.4288, -59.7896, -26.4288, -59.7896]}, {"id": "3804", "type": "Feature", "properties": {"id": "ak16840314", "mag": 2.8, "time": 1505640505656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6831, 60.3761, 2.0]}, "bbox": [-143.6831, 60.3761, -143.6831, 60.3761]}, {"id": "3805", "type": "Feature", "properties": {"id": "us2000apgy", "mag": 4.9, "time": 1505640302130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.2485, 37.3415, 54.96]}, "bbox": [141.2485, 37.3415, 141.2485, 37.3415]}, {"id": "3806", "type": "Feature", "properties": {"id": "us2000at65", "mag": 4.6, "time": 1505640090990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.5314, -7.0219, 10.0]}, "bbox": [-13.5314, -7.0219, -13.5314, -7.0219]}, {"id": "3807", "type": "Feature", "properties": {"id": "us2000as3y", "mag": 2.7, "time": 1505639953270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1147, 51.5611, 45.65]}, "bbox": [-176.1147, 51.5611, -176.1147, 51.5611]}, {"id": "3808", "type": "Feature", "properties": {"id": "us2000at5a", "mag": 4.8, "time": 1505639681290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.1689, -7.0877, 10.0]}, "bbox": [-13.1689, -7.0877, -13.1689, -7.0877]}, {"id": "3809", "type": "Feature", "properties": {"id": "ak16840312", "mag": 2.1, "time": 1505638931288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0719, 60.2719, 130.5]}, "bbox": [-153.0719, 60.2719, -153.0719, 60.2719]}, {"id": "3810", "type": "Feature", "properties": {"id": "ak16840302", "mag": 2.8, "time": 1505638686114, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2164, 60.4788, 97.5]}, "bbox": [-152.2164, 60.4788, -152.2164, 60.4788]}, {"id": "3811", "type": "Feature", "properties": {"id": "uu60246942", "mag": 1.01, "time": 1505637537950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.786167, 7.95]}, "bbox": [-111.025833, 44.786167, -111.025833, 44.786167]}, {"id": "3812", "type": "Feature", "properties": {"id": "nc72893791", "mag": 1.48, "time": 1505637347930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.879167, 37.109167, 2.16]}, "bbox": [-121.879167, 37.109167, -121.879167, 37.109167]}, {"id": "3813", "type": "Feature", "properties": {"id": "ak16839942", "mag": 1.9, "time": 1505637129909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8564, 60.3231, 63.0]}, "bbox": [-150.8564, 60.3231, -150.8564, 60.3231]}, {"id": "3814", "type": "Feature", "properties": {"id": "nc72893786", "mag": 1.14, "time": 1505636971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737335, 38.786167, 0.85]}, "bbox": [-122.737335, 38.786167, -122.737335, 38.786167]}, {"id": "3815", "type": "Feature", "properties": {"id": "nc72893781", "mag": 2.61, "time": 1505636516400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.117, 36.594333, 6.98]}, "bbox": [-121.117, 36.594333, -121.117, 36.594333]}, {"id": "3816", "type": "Feature", "properties": {"id": "us2000apg4", "mag": 4.6, "time": 1505636241220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.1696, 7.5057, 23.33]}, "bbox": [-82.1696, 7.5057, -82.1696, 7.5057]}, {"id": "3817", "type": "Feature", "properties": {"id": "ak16839932", "mag": 1.1, "time": 1505636239228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8157, 63.2668, 2.3]}, "bbox": [-151.8157, 63.2668, -151.8157, 63.2668]}, {"id": "3818", "type": "Feature", "properties": {"id": "us2000apg0", "mag": 4.1, "time": 1505634585840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7666, -23.8893, 236.18]}, "bbox": [-66.7666, -23.8893, -66.7666, -23.8893]}, {"id": "3819", "type": "Feature", "properties": {"id": "ci37765143", "mag": 2.2, "time": 1505634363500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.373667, 32.9405, 7.78]}, "bbox": [-116.373667, 32.9405, -116.373667, 32.9405]}, {"id": "3820", "type": "Feature", "properties": {"id": "nn00605603", "mag": 1.8, "time": 1505634209242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8894, 38.3778, 11.1]}, "bbox": [-118.8894, 38.3778, -118.8894, 38.3778]}, {"id": "3821", "type": "Feature", "properties": {"id": "us2000apfv", "mag": 2.4, "time": 1505634047190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4463, 42.5857, 4.34]}, "bbox": [-111.4463, 42.5857, -111.4463, 42.5857]}, {"id": "3822", "type": "Feature", "properties": {"id": "ak16839551", "mag": 1.9, "time": 1505633391424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7184, 59.603, 74.2]}, "bbox": [-152.7184, 59.603, -152.7184, 59.603]}, {"id": "3823", "type": "Feature", "properties": {"id": "nc72893741", "mag": 1.84, "time": 1505633100770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493833, 1.09]}, "bbox": [-118.834167, 37.493833, -118.834167, 37.493833]}, {"id": "3824", "type": "Feature", "properties": {"id": "us2000apft", "mag": 2.6, "time": 1505632181750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4391, 42.6077, 6.6]}, "bbox": [-111.4391, 42.6077, -111.4391, 42.6077]}, {"id": "3825", "type": "Feature", "properties": {"id": "ci37765127", "mag": 0.98, "time": 1505632149420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605167, 32.828333, 10.94]}, "bbox": [-115.605167, 32.828333, -115.605167, 32.828333]}, {"id": "3826", "type": "Feature", "properties": {"id": "nc72893701", "mag": 1.35, "time": 1505631284810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.952833, 37.588167, 1.4]}, "bbox": [-118.952833, 37.588167, -118.952833, 37.588167]}, {"id": "3827", "type": "Feature", "properties": {"id": "us2000apfk", "mag": 4.3, "time": 1505630160580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6223, -35.7292, 85.77]}, "bbox": [-71.6223, -35.7292, -71.6223, -35.7292]}, {"id": "3828", "type": "Feature", "properties": {"id": "ak16839518", "mag": 2.0, "time": 1505629372703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7555, 60.0405, 18.2]}, "bbox": [-148.7555, 60.0405, -148.7555, 60.0405]}, {"id": "3829", "type": "Feature", "properties": {"id": "nc72893646", "mag": 1.36, "time": 1505628925460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736667, 38.757, 1.79]}, "bbox": [-122.736667, 38.757, -122.736667, 38.757]}, {"id": "3830", "type": "Feature", "properties": {"id": "ak16873889", "mag": 2.9, "time": 1505628904808, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5935, 53.8081, 78.9]}, "bbox": [-164.5935, 53.8081, -164.5935, 53.8081]}, {"id": "3831", "type": "Feature", "properties": {"id": "us2000apfd", "mag": 2.9, "time": 1505628801990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4531, 42.5908, 5.17]}, "bbox": [-111.4531, 42.5908, -111.4531, 42.5908]}, {"id": "3832", "type": "Feature", "properties": {"id": "uu60246882", "mag": 1.05, "time": 1505628704550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.836, 44.307333, 7.31]}, "bbox": [-110.836, 44.307333, -110.836, 44.307333]}, {"id": "3833", "type": "Feature", "properties": {"id": "ak16873888", "mag": 1.1, "time": 1505628661963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5848, 64.1727, 10.8]}, "bbox": [-153.5848, 64.1727, -153.5848, 64.1727]}, {"id": "3834", "type": "Feature", "properties": {"id": "us2000apfa", "mag": 4.9, "time": 1505628478300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9805, 16.0409, 45.23]}, "bbox": [-94.9805, 16.0409, -94.9805, 16.0409]}, {"id": "3835", "type": "Feature", "properties": {"id": "uu60246872", "mag": 1.16, "time": 1505628425450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.817667, 44.294, 7.61]}, "bbox": [-110.817667, 44.294, -110.817667, 44.294]}, {"id": "3836", "type": "Feature", "properties": {"id": "uu60246867", "mag": 1.13, "time": 1505628332210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.828167, 44.305167, 7.48]}, "bbox": [-110.828167, 44.305167, -110.828167, 44.305167]}, {"id": "3837", "type": "Feature", "properties": {"id": "us2000apf6", "mag": 4.5, "time": 1505628213110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0121, 16.1058, 52.57]}, "bbox": [-95.0121, 16.1058, -95.0121, 16.1058]}, {"id": "3838", "type": "Feature", "properties": {"id": "ak16839149", "mag": 1.6, "time": 1505628012027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2, 62.1778, 6.7]}, "bbox": [-150.2, 62.1778, -150.2, 62.1778]}, {"id": "3839", "type": "Feature", "properties": {"id": "us2000apf5", "mag": 4.3, "time": 1505627809940, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.5423, 14.4117, 10.0]}, "bbox": [-88.5423, 14.4117, -88.5423, 14.4117]}, {"id": "3840", "type": "Feature", "properties": {"id": "ci37765039", "mag": 1.19, "time": 1505627007650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0955, 36.761167, 1.69]}, "bbox": [-118.0955, 36.761167, -118.0955, 36.761167]}, {"id": "3841", "type": "Feature", "properties": {"id": "uu60246847", "mag": 3.15, "time": 1505626724050, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.841667, 44.302333, 7.53]}, "bbox": [-110.841667, 44.302333, -110.841667, 44.302333]}, {"id": "3842", "type": "Feature", "properties": {"id": "uu60246837", "mag": 2.04, "time": 1505626455220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.822333, 44.293667, 7.53]}, "bbox": [-110.822333, 44.293667, -110.822333, 44.293667]}, {"id": "3843", "type": "Feature", "properties": {"id": "ci37765023", "mag": 1.52, "time": 1505626163830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797833, 33.501167, 4.62]}, "bbox": [-116.797833, 33.501167, -116.797833, 33.501167]}, {"id": "3844", "type": "Feature", "properties": {"id": "us2000apeu", "mag": 4.4, "time": 1505625898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.4078, 10.7018, 35.32]}, "bbox": [-86.4078, 10.7018, -86.4078, 10.7018]}, {"id": "3845", "type": "Feature", "properties": {"id": "nc72893621", "mag": 1.12, "time": 1505625800310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.820499, 1.92]}, "bbox": [-122.810165, 38.820499, -122.810165, 38.820499]}, {"id": "3846", "type": "Feature", "properties": {"id": "ci37764991", "mag": 1.62, "time": 1505625396010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.928167, 35.9015, 5.28]}, "bbox": [-116.928167, 35.9015, -116.928167, 35.9015]}, {"id": "3847", "type": "Feature", "properties": {"id": "ci37764983", "mag": 1.96, "time": 1505624889150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181, 33.187833, 5.86]}, "bbox": [-116.181, 33.187833, -116.181, 33.187833]}, {"id": "3848", "type": "Feature", "properties": {"id": "ak16838778", "mag": 1.4, "time": 1505624855438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4712, 59.8595, 42.7]}, "bbox": [-150.4712, 59.8595, -150.4712, 59.8595]}, {"id": "3849", "type": "Feature", "properties": {"id": "nc72893601", "mag": 1.37, "time": 1505624608110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8885, 37.105, 1.63]}, "bbox": [-121.8885, 37.105, -121.8885, 37.105]}, {"id": "3850", "type": "Feature", "properties": {"id": "ak16838775", "mag": 3.2, "time": 1505624284096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1812, 54.0118, 9.5]}, "bbox": [-163.1812, 54.0118, -163.1812, 54.0118]}, {"id": "3851", "type": "Feature", "properties": {"id": "us2000apeh", "mag": 4.3, "time": 1505624194760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.7123, 17.7366, 31.43]}, "bbox": [-105.7123, 17.7366, -105.7123, 17.7366]}, {"id": "3852", "type": "Feature", "properties": {"id": "ak16838774", "mag": 1.8, "time": 1505623546848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7399, 59.8813, 5.7]}, "bbox": [-136.7399, 59.8813, -136.7399, 59.8813]}, {"id": "3853", "type": "Feature", "properties": {"id": "ak16838756", "mag": 1.2, "time": 1505622986310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8141, 63.2696, 2.4]}, "bbox": [-151.8141, 63.2696, -151.8141, 63.2696]}, {"id": "3854", "type": "Feature", "properties": {"id": "ak16838752", "mag": 1.7, "time": 1505622626171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3598, 64.3838, 13.9]}, "bbox": [-158.3598, 64.3838, -158.3598, 64.3838]}, {"id": "3855", "type": "Feature", "properties": {"id": "ci37764967", "mag": 0.95, "time": 1505622039760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1755, 33.965, 15.93]}, "bbox": [-117.1755, 33.965, -117.1755, 33.965]}, {"id": "3856", "type": "Feature", "properties": {"id": "ak16873881", "mag": 2.7, "time": 1505621586321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8861, 52.4075, 59.7]}, "bbox": [-169.8861, 52.4075, -169.8861, 52.4075]}, {"id": "3857", "type": "Feature", "properties": {"id": "ak16873880", "mag": 1.0, "time": 1505621507758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3176, 61.144, 19.3]}, "bbox": [-146.3176, 61.144, -146.3176, 61.144]}, {"id": "3858", "type": "Feature", "properties": {"id": "ak16838400", "mag": 1.9, "time": 1505621153075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1301, 60.8625, 64.2]}, "bbox": [-151.1301, 60.8625, -151.1301, 60.8625]}, {"id": "3859", "type": "Feature", "properties": {"id": "ak16838393", "mag": 2.5, "time": 1505620853506, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8794, 60.7582, 60.3]}, "bbox": [-150.8794, 60.7582, -150.8794, 60.7582]}, {"id": "3860", "type": "Feature", "properties": {"id": "ak16838388", "mag": 2.8, "time": 1505620146422, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7851, 59.8817, 2.3]}, "bbox": [-136.7851, 59.8817, -136.7851, 59.8817]}, {"id": "3861", "type": "Feature", "properties": {"id": "nc72893571", "mag": 1.03, "time": 1505619694280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821167, 38.807999, 1.94]}, "bbox": [-122.821167, 38.807999, -122.821167, 38.807999]}, {"id": "3862", "type": "Feature", "properties": {"id": "ak16838386", "mag": 2.2, "time": 1505619628700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9053, 67.6564, 13.7]}, "bbox": [-165.9053, 67.6564, -165.9053, 67.6564]}, {"id": "3863", "type": "Feature", "properties": {"id": "nc72893561", "mag": 1.07, "time": 1505619296320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.808998, 1.93]}, "bbox": [-122.822502, 38.808998, -122.822502, 38.808998]}, {"id": "3864", "type": "Feature", "properties": {"id": "ci37764903", "mag": 1.12, "time": 1505618790010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.147333, 34.5405, 9.83]}, "bbox": [-118.147333, 34.5405, -118.147333, 34.5405]}, {"id": "3865", "type": "Feature", "properties": {"id": "ak16838042", "mag": 1.6, "time": 1505617352105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5056, 61.4142, 8.0]}, "bbox": [-147.5056, 61.4142, -147.5056, 61.4142]}, {"id": "3866", "type": "Feature", "properties": {"id": "ak16838020", "mag": 1.2, "time": 1505616366369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6618, 60.5653, 6.2]}, "bbox": [-152.6618, 60.5653, -152.6618, 60.5653]}, {"id": "3867", "type": "Feature", "properties": {"id": "ak16838003", "mag": 1.0, "time": 1505615565391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2146, 64.7331, 17.7]}, "bbox": [-149.2146, 64.7331, -149.2146, 64.7331]}, {"id": "3868", "type": "Feature", "properties": {"id": "ci37764863", "mag": 1.1, "time": 1505613255300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.709667, 33.653333, 15.82]}, "bbox": [-116.709667, 33.653333, -116.709667, 33.653333]}, {"id": "3869", "type": "Feature", "properties": {"id": "ci37764847", "mag": 1.21, "time": 1505612591880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.687167, 33.6285, 12.15]}, "bbox": [-116.687167, 33.6285, -116.687167, 33.6285]}, {"id": "3870", "type": "Feature", "properties": {"id": "ci37764839", "mag": 1.47, "time": 1505612490180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 33.971833, 17.0]}, "bbox": [-116.927167, 33.971833, -116.927167, 33.971833]}, {"id": "3871", "type": "Feature", "properties": {"id": "ak16837647", "mag": 1.8, "time": 1505611875649, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.771, 59.8672, 1.4]}, "bbox": [-136.771, 59.8672, -136.771, 59.8672]}, {"id": "3872", "type": "Feature", "properties": {"id": "ak16873869", "mag": 1.7, "time": 1505609079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.474, 51.671, 16.0]}, "bbox": [-178.474, 51.671, -178.474, 51.671]}, {"id": "3873", "type": "Feature", "properties": {"id": "hv61910741", "mag": 2.42, "time": 1505608202930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.177667, 19.442, 41.639]}, "bbox": [-156.177667, 19.442, -156.177667, 19.442]}, {"id": "3874", "type": "Feature", "properties": {"id": "ak16836972", "mag": 2.6, "time": 1505606832814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3048, 51.6525, 97.4]}, "bbox": [-178.3048, 51.6525, -178.3048, 51.6525]}, {"id": "3875", "type": "Feature", "properties": {"id": "ci37764815", "mag": 0.95, "time": 1505606822450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.746333, 33.887, 16.59]}, "bbox": [-116.746333, 33.887, -116.746333, 33.887]}, {"id": "3876", "type": "Feature", "properties": {"id": "ak16836965", "mag": 2.3, "time": 1505606388180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7659, 59.8663, 5.1]}, "bbox": [-136.7659, 59.8663, -136.7659, 59.8663]}, {"id": "3877", "type": "Feature", "properties": {"id": "ak16836961", "mag": 2.4, "time": 1505606178328, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7941, 59.8509, 5.2]}, "bbox": [-136.7941, 59.8509, -136.7941, 59.8509]}, {"id": "3878", "type": "Feature", "properties": {"id": "ak16836957", "mag": 1.8, "time": 1505606050093, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.89, 59.8885, 15.4]}, "bbox": [-136.89, 59.8885, -136.89, 59.8885]}, {"id": "3879", "type": "Feature", "properties": {"id": "ak16860570", "mag": 1.4, "time": 1505605718038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8821, 59.8989, 17.9]}, "bbox": [-136.8821, 59.8989, -136.8821, 59.8989]}, {"id": "3880", "type": "Feature", "properties": {"id": "ak16860569", "mag": 1.6, "time": 1505605674005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8902, 59.9059, 15.4]}, "bbox": [-136.8902, 59.9059, -136.8902, 59.9059]}, {"id": "3881", "type": "Feature", "properties": {"id": "ak16860568", "mag": 1.9, "time": 1505605456859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8916, 59.9103, 15.9]}, "bbox": [-136.8916, 59.9103, -136.8916, 59.9103]}, {"id": "3882", "type": "Feature", "properties": {"id": "ak16860567", "mag": 2.3, "time": 1505605410411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9, 59.889, 12.6]}, "bbox": [-136.9, 59.889, -136.9, 59.889]}, {"id": "3883", "type": "Feature", "properties": {"id": "uw61330071", "mag": 2.57, "time": 1505605382130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.863333, 45.526833, 36.1]}, "bbox": [-124.863333, 45.526833, -124.863333, 45.526833]}, {"id": "3884", "type": "Feature", "properties": {"id": "us2000apcc", "mag": 5.1, "time": 1505605083280, "felt": 218.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-136.7498, 59.9037, 10.0]}, "bbox": [-136.7498, 59.9037, -136.7498, 59.9037]}, {"id": "3885", "type": "Feature", "properties": {"id": "us2000apbv", "mag": 3.9, "time": 1505604419110, "felt": 198.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6989, 35.8586, 2.57]}, "bbox": [-96.6989, 35.8586, -96.6989, 35.8586]}, {"id": "3886", "type": "Feature", "properties": {"id": "ak16836912", "mag": 2.9, "time": 1505604383308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6017, 51.905, 128.2]}, "bbox": [178.6017, 51.905, 178.6017, 51.905]}, {"id": "3887", "type": "Feature", "properties": {"id": "uw61329986", "mag": 1.23, "time": 1505604005810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.754167, 46.857333, 1.43]}, "bbox": [-121.754167, 46.857333, -121.754167, 46.857333]}, {"id": "3888", "type": "Feature", "properties": {"id": "us2000apbu", "mag": 4.7, "time": 1505603696310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-14.0114, -17.7554, 10.0]}, "bbox": [-14.0114, -17.7554, -14.0114, -17.7554]}, {"id": "3889", "type": "Feature", "properties": {"id": "ak16860564", "mag": 1.6, "time": 1505603516964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1524, 61.3778, 62.1]}, "bbox": [-151.1524, 61.3778, -151.1524, 61.3778]}, {"id": "3890", "type": "Feature", "properties": {"id": "us2000apbm", "mag": 4.5, "time": 1505603442050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1822, 15.4761, 67.03]}, "bbox": [-94.1822, 15.4761, -94.1822, 15.4761]}, {"id": "3891", "type": "Feature", "properties": {"id": "nc72893446", "mag": 2.29, "time": 1505603337140, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.616833, 36.971, 4.79]}, "bbox": [-121.616833, 36.971, -121.616833, 36.971]}, {"id": "3892", "type": "Feature", "properties": {"id": "ak16860563", "mag": 1.5, "time": 1505603223363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5667, 57.9908, 15.9]}, "bbox": [-156.5667, 57.9908, -156.5667, 57.9908]}, {"id": "3893", "type": "Feature", "properties": {"id": "ak16860562", "mag": 1.6, "time": 1505602163820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0011, 60.0807, 110.1]}, "bbox": [-153.0011, 60.0807, -153.0011, 60.0807]}, {"id": "3894", "type": "Feature", "properties": {"id": "ak16836589", "mag": 1.7, "time": 1505601390855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7769, 62.4045, 59.6]}, "bbox": [-147.7769, 62.4045, -147.7769, 62.4045]}, {"id": "3895", "type": "Feature", "properties": {"id": "nc72893436", "mag": 1.34, "time": 1505600967450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493, 0.66]}, "bbox": [-118.834167, 37.493, -118.834167, 37.493]}, {"id": "3896", "type": "Feature", "properties": {"id": "uw61329976", "mag": 1.03, "time": 1505600388700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491167, 46.067333, 18.24]}, "bbox": [-122.491167, 46.067333, -122.491167, 46.067333]}, {"id": "3897", "type": "Feature", "properties": {"id": "ci37764791", "mag": 1.29, "time": 1505599746390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.431333, 33.040167, 10.42]}, "bbox": [-116.431333, 33.040167, -116.431333, 33.040167]}, {"id": "3898", "type": "Feature", "properties": {"id": "nc72893421", "mag": 1.75, "time": 1505599309380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.164333, 35.816, 11.62]}, "bbox": [-120.164333, 35.816, -120.164333, 35.816]}, {"id": "3899", "type": "Feature", "properties": {"id": "us2000apln", "mag": 3.8, "time": 1505599105290, "felt": 27.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.4711, 35.839, 65.43]}, "bbox": [139.4711, 35.839, 139.4711, 35.839]}, {"id": "3900", "type": "Feature", "properties": {"id": "nc72893416", "mag": 2.39, "time": 1505598962550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.606167, 40.391, 23.43]}, "bbox": [-124.606167, 40.391, -124.606167, 40.391]}, {"id": "3901", "type": "Feature", "properties": {"id": "ak16836269", "mag": 2.6, "time": 1505598312964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1504, 57.6803, 1.9]}, "bbox": [-156.1504, 57.6803, -156.1504, 57.6803]}, {"id": "3902", "type": "Feature", "properties": {"id": "us2000apay", "mag": 4.1, "time": 1505597546760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4078, 15.1552, 27.65]}, "bbox": [-94.4078, 15.1552, -94.4078, 15.1552]}, {"id": "3903", "type": "Feature", "properties": {"id": "ak16860558", "mag": 1.5, "time": 1505597186774, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8073, 63.0653, 123.5]}, "bbox": [-150.8073, 63.0653, -150.8073, 63.0653]}, {"id": "3904", "type": "Feature", "properties": {"id": "nc72893411", "mag": 1.07, "time": 1505596690170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.805332, 0.54]}, "bbox": [-122.793999, 38.805332, -122.793999, 38.805332]}, {"id": "3905", "type": "Feature", "properties": {"id": "ci37764743", "mag": 1.25, "time": 1505596431740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.192167, 7.19]}, "bbox": [-116.179, 33.192167, -116.179, 33.192167]}, {"id": "3906", "type": "Feature", "properties": {"id": "us2000apa3", "mag": 5.2, "time": 1505595657570, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.8208, 52.9335, 55.59]}, "bbox": [159.8208, 52.9335, 159.8208, 52.9335]}, {"id": "3907", "type": "Feature", "properties": {"id": "nc72893406", "mag": 1.68, "time": 1505595567120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832833, 37.5715, 2.76]}, "bbox": [-118.832833, 37.5715, -118.832833, 37.5715]}, {"id": "3908", "type": "Feature", "properties": {"id": "ak16835937", "mag": 1.2, "time": 1505594309155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7782, 63.4422, 11.7]}, "bbox": [-148.7782, 63.4422, -148.7782, 63.4422]}, {"id": "3909", "type": "Feature", "properties": {"id": "ak16835935", "mag": 1.3, "time": 1505593468147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0825, 63.2217, 0.4]}, "bbox": [-151.0825, 63.2217, -151.0825, 63.2217]}, {"id": "3910", "type": "Feature", "properties": {"id": "ci37764719", "mag": 1.01, "time": 1505593021350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509667, 36.069667, 3.41]}, "bbox": [-117.509667, 36.069667, -117.509667, 36.069667]}, {"id": "3911", "type": "Feature", "properties": {"id": "ci37764711", "mag": 1.86, "time": 1505592937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.217, 32.373167, 19.88]}, "bbox": [-115.217, 32.373167, -115.217, 32.373167]}, {"id": "3912", "type": "Feature", "properties": {"id": "us2000ap9e", "mag": 4.2, "time": 1505592897770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6768, -23.7075, 201.03]}, "bbox": [-66.6768, -23.7075, -66.6768, -23.7075]}, {"id": "3913", "type": "Feature", "properties": {"id": "nn00605530", "mag": 1.0, "time": 1505591425440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9, 39.4039, 6.9]}, "bbox": [-119.9, 39.4039, -119.9, 39.4039]}, {"id": "3914", "type": "Feature", "properties": {"id": "nc72893386", "mag": 1.01, "time": 1505591244480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.504167, 37.923833, 7.96]}, "bbox": [-118.504167, 37.923833, -118.504167, 37.923833]}, {"id": "3915", "type": "Feature", "properties": {"id": "us2000ap8u", "mag": 5.1, "time": 1505590529510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.552, 15.3031, 17.06]}, "bbox": [-94.552, 15.3031, -94.552, 15.3031]}, {"id": "3916", "type": "Feature", "properties": {"id": "ak16835905", "mag": 2.1, "time": 1505590055161, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0556, 59.9293, 124.0]}, "bbox": [-153.0556, 59.9293, -153.0556, 59.9293]}, {"id": "3917", "type": "Feature", "properties": {"id": "uu60246652", "mag": 1.36, "time": 1505589841530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.020833, 44.802, 10.59]}, "bbox": [-111.020833, 44.802, -111.020833, 44.802]}, {"id": "3918", "type": "Feature", "properties": {"id": "ci37764687", "mag": 1.0, "time": 1505588714630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.973333, 33.989, 6.67]}, "bbox": [-116.973333, 33.989, -116.973333, 33.989]}, {"id": "3919", "type": "Feature", "properties": {"id": "ak16835606", "mag": 2.1, "time": 1505588651481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7021, 67.8201, 4.3]}, "bbox": [-156.7021, 67.8201, -156.7021, 67.8201]}, {"id": "3920", "type": "Feature", "properties": {"id": "ci37764679", "mag": 1.11, "time": 1505588640970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2045, 34.993167, -0.8]}, "bbox": [-118.2045, 34.993167, -118.2045, 34.993167]}, {"id": "3921", "type": "Feature", "properties": {"id": "us2000ap88", "mag": 4.3, "time": 1505588283560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7095, 15.6575, 33.63]}, "bbox": [-94.7095, 15.6575, -94.7095, 15.6575]}, {"id": "3922", "type": "Feature", "properties": {"id": "ak16860552", "mag": 2.1, "time": 1505587762267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2692, 60.1941, 137.5]}, "bbox": [-153.2692, 60.1941, -153.2692, 60.1941]}, {"id": "3923", "type": "Feature", "properties": {"id": "ak16860551", "mag": 1.2, "time": 1505586754071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2984, 62.5136, 52.7]}, "bbox": [-148.2984, 62.5136, -148.2984, 62.5136]}, {"id": "3924", "type": "Feature", "properties": {"id": "ci37764631", "mag": 1.09, "time": 1505586635400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791667, 33.507667, 4.61]}, "bbox": [-116.791667, 33.507667, -116.791667, 33.507667]}, {"id": "3925", "type": "Feature", "properties": {"id": "ci37764623", "mag": 1.32, "time": 1505586305110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.975667, 33.992333, 5.71]}, "bbox": [-116.975667, 33.992333, -116.975667, 33.992333]}, {"id": "3926", "type": "Feature", "properties": {"id": "nc72893361", "mag": 1.14, "time": 1505585751450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8095, 38.823167, 1.14]}, "bbox": [-122.8095, 38.823167, -122.8095, 38.823167]}, {"id": "3927", "type": "Feature", "properties": {"id": "ak16835287", "mag": 2.1, "time": 1505584069266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8156, 57.4983, 73.9]}, "bbox": [-155.8156, 57.4983, -155.8156, 57.4983]}, {"id": "3928", "type": "Feature", "properties": {"id": "us2000ap76", "mag": 4.0, "time": 1505583967320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.5572, 15.6925, 24.12]}, "bbox": [-95.5572, 15.6925, -95.5572, 15.6925]}, {"id": "3929", "type": "Feature", "properties": {"id": "us2000ap74", "mag": 4.7, "time": 1505583533380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.7408, 24.878, 57.27]}, "bbox": [142.7408, 24.878, 142.7408, 24.878]}, {"id": "3930", "type": "Feature", "properties": {"id": "ak16860549", "mag": 1.4, "time": 1505583090155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0305, 61.8843, 68.3]}, "bbox": [-151.0305, 61.8843, -151.0305, 61.8843]}, {"id": "3931", "type": "Feature", "properties": {"id": "ci37764599", "mag": 1.28, "time": 1505582839910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.878167, 35.360667, 7.9]}, "bbox": [-117.878167, 35.360667, -117.878167, 35.360667]}, {"id": "3932", "type": "Feature", "properties": {"id": "us2000ap78", "mag": 4.9, "time": 1505582156450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.507, -10.1846, 49.82]}, "bbox": [161.507, -10.1846, 161.507, -10.1846]}, {"id": "3933", "type": "Feature", "properties": {"id": "us2000ap6d", "mag": 3.0, "time": 1505582077650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4285, 42.5847, 7.15]}, "bbox": [-111.4285, 42.5847, -111.4285, 42.5847]}, {"id": "3934", "type": "Feature", "properties": {"id": "us2000ap6b", "mag": 4.6, "time": 1505581929340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1918, -37.2167, 6.3]}, "bbox": [-74.1918, -37.2167, -74.1918, -37.2167]}, {"id": "3935", "type": "Feature", "properties": {"id": "us2000ap64", "mag": 4.5, "time": 1505581636660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0682, 16.1115, 35.63]}, "bbox": [-95.0682, 16.1115, -95.0682, 16.1115]}, {"id": "3936", "type": "Feature", "properties": {"id": "nc72893331", "mag": 1.49, "time": 1505581158890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.337833, 37.820167, -0.2]}, "bbox": [-122.337833, 37.820167, -122.337833, 37.820167]}, {"id": "3937", "type": "Feature", "properties": {"id": "ak16860548", "mag": 2.1, "time": 1505580632689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7764, 56.9377, 2.3]}, "bbox": [-157.7764, 56.9377, -157.7764, 56.9377]}, {"id": "3938", "type": "Feature", "properties": {"id": "nc72893326", "mag": 1.43, "time": 1505580258840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711, 38.750833, 1.46]}, "bbox": [-122.711, 38.750833, -122.711, 38.750833]}, {"id": "3939", "type": "Feature", "properties": {"id": "nc72893316", "mag": 1.6, "time": 1505579747930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717167, 38.752667, 1.24]}, "bbox": [-122.717167, 38.752667, -122.717167, 38.752667]}, {"id": "3940", "type": "Feature", "properties": {"id": "nc72893306", "mag": 1.39, "time": 1505579471580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0075, 37.570667, 2.07]}, "bbox": [-119.0075, 37.570667, -119.0075, 37.570667]}, {"id": "3941", "type": "Feature", "properties": {"id": "hv61910186", "mag": 1.68, "time": 1505579377040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611, 19.430167, 2.332]}, "bbox": [-155.611, 19.430167, -155.611, 19.430167]}, {"id": "3942", "type": "Feature", "properties": {"id": "ci37764559", "mag": 1.5, "time": 1505579023330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 34.514833, 12.76]}, "bbox": [-119.801833, 34.514833, -119.801833, 34.514833]}, {"id": "3943", "type": "Feature", "properties": {"id": "ak16834974", "mag": 1.6, "time": 1505578926267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7481, 62.8102, 9.5]}, "bbox": [-151.7481, 62.8102, -151.7481, 62.8102]}, {"id": "3944", "type": "Feature", "properties": {"id": "ak16834965", "mag": 2.6, "time": 1505578647951, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7871, 61.8971, 60.5]}, "bbox": [-150.7871, 61.8971, -150.7871, 61.8971]}, {"id": "3945", "type": "Feature", "properties": {"id": "mb80255754", "mag": 1.22, "time": 1505578208020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.489667, 44.705667, 13.34]}, "bbox": [-112.489667, 44.705667, -112.489667, 44.705667]}, {"id": "3946", "type": "Feature", "properties": {"id": "nc72893286", "mag": 1.35, "time": 1505577465010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.047, 36.467, 7.96]}, "bbox": [-121.047, 36.467, -121.047, 36.467]}, {"id": "3947", "type": "Feature", "properties": {"id": "nn00605503", "mag": 1.0, "time": 1505577266743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.9133, 37.0358, 0.0]}, "bbox": [-117.9133, 37.0358, -117.9133, 37.0358]}, {"id": "3948", "type": "Feature", "properties": {"id": "ak16834664", "mag": 2.4, "time": 1505577104470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.431, 64.4709, 16.8]}, "bbox": [-149.431, 64.4709, -149.431, 64.4709]}, {"id": "3949", "type": "Feature", "properties": {"id": "us2000ap48", "mag": 2.5, "time": 1505575595120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4328, 42.5757, 6.87]}, "bbox": [-111.4328, 42.5757, -111.4328, 42.5757]}, {"id": "3950", "type": "Feature", "properties": {"id": "nc72893281", "mag": 1.04, "time": 1505575420020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.895333, 37.565, -1.35]}, "bbox": [-118.895333, 37.565, -118.895333, 37.565]}, {"id": "3951", "type": "Feature", "properties": {"id": "us2000ap45", "mag": 2.6, "time": 1505574778570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5771, 8.55]}, "bbox": [-111.4287, 42.5771, -111.4287, 42.5771]}, {"id": "3952", "type": "Feature", "properties": {"id": "ak16834651", "mag": 1.1, "time": 1505574443625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8572, 64.7619, 12.6]}, "bbox": [-139.8572, 64.7619, -139.8572, 64.7619]}, {"id": "3953", "type": "Feature", "properties": {"id": "nc72893271", "mag": 1.41, "time": 1505574428990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.638167, 2.02]}, "bbox": [-118.946833, 37.638167, -118.946833, 37.638167]}, {"id": "3954", "type": "Feature", "properties": {"id": "ak16860541", "mag": 2.0, "time": 1505574078688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3496, 59.7545, 127.1]}, "bbox": [-153.3496, 59.7545, -153.3496, 59.7545]}, {"id": "3955", "type": "Feature", "properties": {"id": "ci37764535", "mag": 1.64, "time": 1505573652280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1775, 33.193, 4.38]}, "bbox": [-116.1775, 33.193, -116.1775, 33.193]}, {"id": "3956", "type": "Feature", "properties": {"id": "ak16834350", "mag": 1.4, "time": 1505572849209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9009, 64.7582, 0.8]}, "bbox": [-139.9009, 64.7582, -139.9009, 64.7582]}, {"id": "3957", "type": "Feature", "properties": {"id": "us2000ap3f", "mag": 2.7, "time": 1505571851260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424, 42.5936, 4.8]}, "bbox": [-111.424, 42.5936, -111.424, 42.5936]}, {"id": "3958", "type": "Feature", "properties": {"id": "ak16834332", "mag": 2.5, "time": 1505571656570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9804, 59.5744, 87.3]}, "bbox": [-152.9804, 59.5744, -152.9804, 59.5744]}, {"id": "3959", "type": "Feature", "properties": {"id": "us2000ap3b", "mag": 5.4, "time": 1505571537070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9072, 16.226, 27.8]}, "bbox": [-94.9072, 16.226, -94.9072, 16.226]}, {"id": "3960", "type": "Feature", "properties": {"id": "ak16860538", "mag": 1.3, "time": 1505570434361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2424, 62.5449, 91.4]}, "bbox": [-151.2424, 62.5449, -151.2424, 62.5449]}, {"id": "3961", "type": "Feature", "properties": {"id": "uw61329766", "mag": 1.85, "time": 1505569264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0445, 46.876833, 6.67]}, "bbox": [-122.0445, 46.876833, -122.0445, 46.876833]}, {"id": "3962", "type": "Feature", "properties": {"id": "ak16834028", "mag": 1.9, "time": 1505568376976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1823, 62.4985, 43.1]}, "bbox": [-148.1823, 62.4985, -148.1823, 62.4985]}, {"id": "3963", "type": "Feature", "properties": {"id": "nc72893206", "mag": 1.29, "time": 1505567825160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931167, 37.587167, 0.64]}, "bbox": [-118.931167, 37.587167, -118.931167, 37.587167]}, {"id": "3964", "type": "Feature", "properties": {"id": "ci37764455", "mag": 2.74, "time": 1505566718480, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.162, 34.381, 19.82]}, "bbox": [-121.162, 34.381, -121.162, 34.381]}, {"id": "3965", "type": "Feature", "properties": {"id": "ak16860534", "mag": 1.8, "time": 1505566502565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1816, 59.9775, 117.4]}, "bbox": [-153.1816, 59.9775, -153.1816, 59.9775]}, {"id": "3966", "type": "Feature", "properties": {"id": "nc72893196", "mag": 1.67, "time": 1505566233320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7105, 38.752667, 1.06]}, "bbox": [-122.7105, 38.752667, -122.7105, 38.752667]}, {"id": "3967", "type": "Feature", "properties": {"id": "pr2017259001", "mag": 2.53, "time": 1505566066240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1556, 17.5196, 8.0]}, "bbox": [-67.1556, 17.5196, -67.1556, 17.5196]}, {"id": "3968", "type": "Feature", "properties": {"id": "nn00605483", "mag": 1.9, "time": 1505565978805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5538, 38.7481, 7.8]}, "bbox": [-119.5538, 38.7481, -119.5538, 38.7481]}, {"id": "3969", "type": "Feature", "properties": {"id": "ci37764447", "mag": 1.73, "time": 1505565806200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609667, 33.184833, 2.89]}, "bbox": [-115.609667, 33.184833, -115.609667, 33.184833]}, {"id": "3970", "type": "Feature", "properties": {"id": "ismpkansas70235458", "mag": 2.43, "time": 1505565729090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570167, 37.344833, 5.17]}, "bbox": [-97.570167, 37.344833, -97.570167, 37.344833]}, {"id": "3971", "type": "Feature", "properties": {"id": "us2000ap2h", "mag": 5.1, "time": 1505565414430, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.9693, -6.4027, 84.07]}, "bbox": [154.9693, -6.4027, 154.9693, -6.4027]}, {"id": "3972", "type": "Feature", "properties": {"id": "nc72893191", "mag": 1.22, "time": 1505565031030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840833, 37.499667, 1.31]}, "bbox": [-118.840833, 37.499667, -118.840833, 37.499667]}, {"id": "3973", "type": "Feature", "properties": {"id": "nc72893176", "mag": 1.02, "time": 1505564232460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837502, 1.89]}, "bbox": [-122.827667, 38.837502, -122.827667, 38.837502]}, {"id": "3974", "type": "Feature", "properties": {"id": "nc72893171", "mag": 1.16, "time": 1505563869000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.124, 36.5485, 6.91]}, "bbox": [-121.124, 36.5485, -121.124, 36.5485]}, {"id": "3975", "type": "Feature", "properties": {"id": "nc72893166", "mag": 1.98, "time": 1505563826250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.96, 36.383333, 5.84]}, "bbox": [-120.96, 36.383333, -120.96, 36.383333]}, {"id": "3976", "type": "Feature", "properties": {"id": "ak16860533", "mag": 2.3, "time": 1505563620965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2643, 51.2858, 23.3]}, "bbox": [-178.2643, 51.2858, -178.2643, 51.2858]}, {"id": "3977", "type": "Feature", "properties": {"id": "ak16833723", "mag": 1.8, "time": 1505563033811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0307, 59.9768, 107.6]}, "bbox": [-153.0307, 59.9768, -153.0307, 59.9768]}, {"id": "3978", "type": "Feature", "properties": {"id": "ak16833722", "mag": 1.0, "time": 1505562940424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5632, 63.5373, 8.9]}, "bbox": [-147.5632, 63.5373, -147.5632, 63.5373]}, {"id": "3979", "type": "Feature", "properties": {"id": "us2000ap1y", "mag": 2.6, "time": 1505562746670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.3487, 38.1953, 7.98]}, "bbox": [-87.3487, 38.1953, -87.3487, 38.1953]}, {"id": "3980", "type": "Feature", "properties": {"id": "ak16833715", "mag": 1.4, "time": 1505562545553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0358, 63.0385, 119.0]}, "bbox": [-151.0358, 63.0385, -151.0358, 63.0385]}, {"id": "3981", "type": "Feature", "properties": {"id": "us2000ap1n", "mag": 4.9, "time": 1505561075850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2793, -17.0456, 538.12]}, "bbox": [-179.2793, -17.0456, -179.2793, -17.0456]}, {"id": "3982", "type": "Feature", "properties": {"id": "us2000ap1h", "mag": 4.9, "time": 1505561004690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0304, 14.9269, 46.15]}, "bbox": [-94.0304, 14.9269, -94.0304, 14.9269]}, {"id": "3983", "type": "Feature", "properties": {"id": "nc72893161", "mag": 1.71, "time": 1505560933840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.120167, 35.9645, 23.92]}, "bbox": [-120.120167, 35.9645, -120.120167, 35.9645]}, {"id": "3984", "type": "Feature", "properties": {"id": "us2000at4t", "mag": 4.2, "time": 1505560744440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.8254, -7.4355, 134.05]}, "bbox": [128.8254, -7.4355, 128.8254, -7.4355]}, {"id": "3985", "type": "Feature", "properties": {"id": "ak16833426", "mag": 1.4, "time": 1505560633966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4578, 61.5042, 28.0]}, "bbox": [-146.4578, 61.5042, -146.4578, 61.5042]}, {"id": "3986", "type": "Feature", "properties": {"id": "us2000ap1d", "mag": 2.4, "time": 1505560442800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8006, 35.9908, 5.836]}, "bbox": [-96.8006, 35.9908, -96.8006, 35.9908]}, {"id": "3987", "type": "Feature", "properties": {"id": "nc72893146", "mag": 1.21, "time": 1505560059470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829167, 37.4595, 2.47]}, "bbox": [-118.829167, 37.4595, -118.829167, 37.4595]}, {"id": "3988", "type": "Feature", "properties": {"id": "us2000ap17", "mag": 4.2, "time": 1505558287960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.162, 15.1165, 61.6]}, "bbox": [-94.162, 15.1165, -94.162, 15.1165]}, {"id": "3989", "type": "Feature", "properties": {"id": "mb80255689", "mag": 1.86, "time": 1505557588190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1525, 48.101667, 7.53]}, "bbox": [-115.1525, 48.101667, -115.1525, 48.101667]}, {"id": "3990", "type": "Feature", "properties": {"id": "nc72893131", "mag": 1.55, "time": 1505557460780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826, 38.836333, 2.51]}, "bbox": [-122.826, 38.836333, -122.826, 38.836333]}, {"id": "3991", "type": "Feature", "properties": {"id": "us2000ap0t", "mag": 4.5, "time": 1505557108730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2297, 14.9414, 30.52]}, "bbox": [-94.2297, 14.9414, -94.2297, 14.9414]}, {"id": "3992", "type": "Feature", "properties": {"id": "uw61329606", "mag": 1.52, "time": 1505556991880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.998833, 47.691333, 5.06]}, "bbox": [-121.998833, 47.691333, -121.998833, 47.691333]}, {"id": "3993", "type": "Feature", "properties": {"id": "us2000ap0r", "mag": 5.4, "time": 1505556693470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [83.5155, 42.2053, 16.0]}, "bbox": [83.5155, 42.2053, 83.5155, 42.2053]}, {"id": "3994", "type": "Feature", "properties": {"id": "nc72893116", "mag": 1.84, "time": 1505556472360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.136, 35.962667, 25.16]}, "bbox": [-120.136, 35.962667, -120.136, 35.962667]}, {"id": "3995", "type": "Feature", "properties": {"id": "us2000at4a", "mag": 4.0, "time": 1505555867920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1193, -10.8831, 38.93]}, "bbox": [122.1193, -10.8831, 122.1193, -10.8831]}, {"id": "3996", "type": "Feature", "properties": {"id": "nc72893106", "mag": 2.2, "time": 1505555321940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 38.061667, 8.48]}, "bbox": [-118.918167, 38.061667, -118.918167, 38.061667]}, {"id": "3997", "type": "Feature", "properties": {"id": "ci37764391", "mag": 3.37, "time": 1505555150630, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.616167, 33.169667, 8.65]}, "bbox": [-115.616167, 33.169667, -115.616167, 33.169667]}, {"id": "3998", "type": "Feature", "properties": {"id": "ak16833112", "mag": 1.5, "time": 1505554903991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7489, 59.845, 6.0]}, "bbox": [-136.7489, 59.845, -136.7489, 59.845]}, {"id": "3999", "type": "Feature", "properties": {"id": "ak16832833", "mag": 1.9, "time": 1505554129377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7145, 60.2604, 9.4]}, "bbox": [-141.7145, 60.2604, -141.7145, 60.2604]}, {"id": "4000", "type": "Feature", "properties": {"id": "ak16832826", "mag": 1.1, "time": 1505553506665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3921, 63.5231, 5.2]}, "bbox": [-147.3921, 63.5231, -147.3921, 63.5231]}, {"id": "4001", "type": "Feature", "properties": {"id": "ak16832818", "mag": 2.0, "time": 1505552113865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4792, 63.0863, 5.5]}, "bbox": [-151.4792, 63.0863, -151.4792, 63.0863]}, {"id": "4002", "type": "Feature", "properties": {"id": "ak16860523", "mag": 1.1, "time": 1505550954800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5868, 63.8926, 99.6]}, "bbox": [-148.5868, 63.8926, -148.5868, 63.8926]}, {"id": "4003", "type": "Feature", "properties": {"id": "us2000ap0a", "mag": 4.0, "time": 1505550836160, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.685, 37.0689, 6.9]}, "bbox": [27.685, 37.0689, 27.685, 37.0689]}, {"id": "4004", "type": "Feature", "properties": {"id": "ci37764359", "mag": 1.53, "time": 1505550124480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 33.145833, 9.49]}, "bbox": [-115.9555, 33.145833, -115.9555, 33.145833]}, {"id": "4005", "type": "Feature", "properties": {"id": "ci37764335", "mag": 1.72, "time": 1505549627950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.053167, 36.123167, 1.12]}, "bbox": [-118.053167, 36.123167, -118.053167, 36.123167]}, {"id": "4006", "type": "Feature", "properties": {"id": "ci37764327", "mag": 1.0, "time": 1505549298090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920833, 33.975167, 6.39]}, "bbox": [-116.920833, 33.975167, -116.920833, 33.975167]}, {"id": "4007", "type": "Feature", "properties": {"id": "ak16832531", "mag": 1.9, "time": 1505548305568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9221, 64.7554, 18.3]}, "bbox": [-139.9221, 64.7554, -139.9221, 64.7554]}, {"id": "4008", "type": "Feature", "properties": {"id": "pr2017259000", "mag": 3.64, "time": 1505548231440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.0526, 18.4531, 34.0]}, "bbox": [-64.0526, 18.4531, -64.0526, 18.4531]}, {"id": "4009", "type": "Feature", "properties": {"id": "nn00605447", "mag": 1.3, "time": 1505548133652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0331, 40.436, 11.8]}, "bbox": [-120.0331, 40.436, -120.0331, 40.436]}, {"id": "4010", "type": "Feature", "properties": {"id": "ak16860520", "mag": 1.3, "time": 1505547550857, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9184, 62.2903, 70.9]}, "bbox": [-150.9184, 62.2903, -150.9184, 62.2903]}, {"id": "4011", "type": "Feature", "properties": {"id": "ci37764303", "mag": 0.95, "time": 1505546199690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922833, 33.978, 5.2]}, "bbox": [-116.922833, 33.978, -116.922833, 33.978]}, {"id": "4012", "type": "Feature", "properties": {"id": "ak16832252", "mag": 3.1, "time": 1505545940675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5336, 51.3744, 18.2]}, "bbox": [178.5336, 51.3744, 178.5336, 51.3744]}, {"id": "4013", "type": "Feature", "properties": {"id": "nc72893051", "mag": 1.0, "time": 1505544999790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.518833, 0.05]}, "bbox": [-118.8995, 37.518833, -118.8995, 37.518833]}, {"id": "4014", "type": "Feature", "properties": {"id": "hv61909871", "mag": 3.66, "time": 1505544037320, "felt": 734.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.487667, 21.642167, 10.046]}, "bbox": [-157.487667, 21.642167, -157.487667, 21.642167]}, {"id": "4015", "type": "Feature", "properties": {"id": "ak16832238", "mag": 2.6, "time": 1505543981141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.591, 58.4419, 63.5]}, "bbox": [-153.591, 58.4419, -153.591, 58.4419]}, {"id": "4016", "type": "Feature", "properties": {"id": "ak16860517", "mag": 1.9, "time": 1505543962894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4461, 59.504, 85.4]}, "bbox": [-152.4461, 59.504, -152.4461, 59.504]}, {"id": "4017", "type": "Feature", "properties": {"id": "ci37764247", "mag": 0.97, "time": 1505543854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.918833, 33.976667, 6.71]}, "bbox": [-116.918833, 33.976667, -116.918833, 33.976667]}, {"id": "4018", "type": "Feature", "properties": {"id": "ak16832235", "mag": 1.7, "time": 1505543819625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8364, 61.486, 9.3]}, "bbox": [-146.8364, 61.486, -146.8364, 61.486]}, {"id": "4019", "type": "Feature", "properties": {"id": "us2000anze", "mag": 4.4, "time": 1505543417100, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.4791, 13.6017, 52.75]}, "bbox": [-90.4791, 13.6017, -90.4791, 13.6017]}, {"id": "4020", "type": "Feature", "properties": {"id": "nc72893026", "mag": 0.96, "time": 1505543269370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8325, 37.540333, 4.97]}, "bbox": [-118.8325, 37.540333, -118.8325, 37.540333]}, {"id": "4021", "type": "Feature", "properties": {"id": "nc72893021", "mag": 1.36, "time": 1505543240340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.181833, 37.775667, 14.71]}, "bbox": [-122.181833, 37.775667, -122.181833, 37.775667]}, {"id": "4022", "type": "Feature", "properties": {"id": "ak16831965", "mag": 1.2, "time": 1505542824882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1125, 62.0856, 43.0]}, "bbox": [-148.1125, 62.0856, -148.1125, 62.0856]}, {"id": "4023", "type": "Feature", "properties": {"id": "nc72893011", "mag": 1.57, "time": 1505541411490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8025, 38.706667, 3.14]}, "bbox": [-122.8025, 38.706667, -122.8025, 38.706667]}, {"id": "4024", "type": "Feature", "properties": {"id": "ak16831959", "mag": 1.0, "time": 1505541221769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4333, 66.2529, 10.1]}, "bbox": [-157.4333, 66.2529, -157.4333, 66.2529]}, {"id": "4025", "type": "Feature", "properties": {"id": "ak16831957", "mag": 1.8, "time": 1505541032598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4004, 57.5066, 48.2]}, "bbox": [-154.4004, 57.5066, -154.4004, 57.5066]}, {"id": "4026", "type": "Feature", "properties": {"id": "us2000anz4", "mag": 4.4, "time": 1505540612950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.854, 17.4925, 32.6]}, "bbox": [-60.854, 17.4925, -60.854, 17.4925]}, {"id": "4027", "type": "Feature", "properties": {"id": "us2000anz2", "mag": 4.1, "time": 1505540153920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.143, 15.2335, 36.21]}, "bbox": [-94.143, 15.2335, -94.143, 15.2335]}, {"id": "4028", "type": "Feature", "properties": {"id": "ci37764183", "mag": 1.57, "time": 1505539498920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 33.976667, 6.44]}, "bbox": [-116.924667, 33.976667, -116.924667, 33.976667]}, {"id": "4029", "type": "Feature", "properties": {"id": "us2000anyv", "mag": 3.7, "time": 1505539256530, "felt": 22.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5716, 8.12]}, "bbox": [-111.4153, 42.5716, -111.4153, 42.5716]}, {"id": "4030", "type": "Feature", "properties": {"id": "nc72893001", "mag": 1.74, "time": 1505539200450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.266667, 39.366833, -0.52]}, "bbox": [-123.266667, 39.366833, -123.266667, 39.366833]}, {"id": "4031", "type": "Feature", "properties": {"id": "nn00605425", "mag": 1.2, "time": 1505536942149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.719, 36.6783, 6.3]}, "bbox": [-115.719, 36.6783, -115.719, 36.6783]}, {"id": "4032", "type": "Feature", "properties": {"id": "ci37764071", "mag": 3.03, "time": 1505536766220, "felt": 99.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.926333, 33.9745, 5.92]}, "bbox": [-116.926333, 33.9745, -116.926333, 33.9745]}, {"id": "4033", "type": "Feature", "properties": {"id": "us2000anyf", "mag": 4.6, "time": 1505535666910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9491, -1.4664, 157.52]}, "bbox": [-77.9491, -1.4664, -77.9491, -1.4664]}, {"id": "4034", "type": "Feature", "properties": {"id": "nc72892991", "mag": 1.09, "time": 1505535129720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777833, 39.807833, 8.29]}, "bbox": [-122.777833, 39.807833, -122.777833, 39.807833]}, {"id": "4035", "type": "Feature", "properties": {"id": "us2000any5", "mag": 4.3, "time": 1505534256750, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.7094, 13.2544, 54.8]}, "bbox": [-89.7094, 13.2544, -89.7094, 13.2544]}, {"id": "4036", "type": "Feature", "properties": {"id": "ak16831411", "mag": 1.0, "time": 1505534077361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8446, 61.8774, 13.6]}, "bbox": [-148.8446, 61.8774, -148.8446, 61.8774]}, {"id": "4037", "type": "Feature", "properties": {"id": "nn00605540", "mag": 1.1, "time": 1505533644071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5347, 38.3939, 14.7]}, "bbox": [-116.5347, 38.3939, -116.5347, 38.3939]}, {"id": "4038", "type": "Feature", "properties": {"id": "ci37764039", "mag": 1.68, "time": 1505533494970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.682, 35.141167, 11.28]}, "bbox": [-119.682, 35.141167, -119.682, 35.141167]}, {"id": "4039", "type": "Feature", "properties": {"id": "ci37764031", "mag": 1.75, "time": 1505533234710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.516833, 32.862, 5.65]}, "bbox": [-115.516833, 32.862, -115.516833, 32.862]}, {"id": "4040", "type": "Feature", "properties": {"id": "ak16831410", "mag": 1.3, "time": 1505532137489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8143, 61.3719, 31.3]}, "bbox": [-146.8143, 61.3719, -146.8143, 61.3719]}, {"id": "4041", "type": "Feature", "properties": {"id": "nc72892971", "mag": 0.98, "time": 1505532054400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8735, 37.542, 7.25]}, "bbox": [-118.8735, 37.542, -118.8735, 37.542]}, {"id": "4042", "type": "Feature", "properties": {"id": "nm60206921", "mag": 1.9, "time": 1505531769960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3315, 35.6915, 12.51]}, "bbox": [-90.3315, 35.6915, -90.3315, 35.6915]}, {"id": "4043", "type": "Feature", "properties": {"id": "ci37764007", "mag": 1.33, "time": 1505531552680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.105667, 34.034, 6.86]}, "bbox": [-117.105667, 34.034, -117.105667, 34.034]}, {"id": "4044", "type": "Feature", "properties": {"id": "ak16860509", "mag": 1.7, "time": 1505530441142, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2233, 59.405, 90.5]}, "bbox": [-153.2233, 59.405, -153.2233, 59.405]}, {"id": "4045", "type": "Feature", "properties": {"id": "ak16831409", "mag": 2.6, "time": 1505529914916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7519, 54.2192, 117.7]}, "bbox": [-165.7519, 54.2192, -165.7519, 54.2192]}, {"id": "4046", "type": "Feature", "properties": {"id": "ci37763991", "mag": 1.37, "time": 1505528713010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.193833, 7.41]}, "bbox": [-116.179, 33.193833, -116.179, 33.193833]}, {"id": "4047", "type": "Feature", "properties": {"id": "ci37763983", "mag": 1.44, "time": 1505528615710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793333, 33.493667, 4.8]}, "bbox": [-116.793333, 33.493667, -116.793333, 33.493667]}, {"id": "4048", "type": "Feature", "properties": {"id": "us2000anxt", "mag": 4.3, "time": 1505528560360, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-100.0309, 17.2785, 69.28]}, "bbox": [-100.0309, 17.2785, -100.0309, 17.2785]}, {"id": "4049", "type": "Feature", "properties": {"id": "nc72892956", "mag": 1.06, "time": 1505527887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.904167, 37.519667, -0.32]}, "bbox": [-118.904167, 37.519667, -118.904167, 37.519667]}, {"id": "4050", "type": "Feature", "properties": {"id": "ak16831144", "mag": 1.1, "time": 1505526547318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6449, 63.5861, 5.7]}, "bbox": [-150.6449, 63.5861, -150.6449, 63.5861]}, {"id": "4051", "type": "Feature", "properties": {"id": "ak16831140", "mag": 1.8, "time": 1505526295378, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4346, 59.0192, 66.8]}, "bbox": [-152.4346, 59.0192, -152.4346, 59.0192]}, {"id": "4052", "type": "Feature", "properties": {"id": "nc72892946", "mag": 1.02, "time": 1505525854460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.786999, 0.87]}, "bbox": [-122.764168, 38.786999, -122.764168, 38.786999]}, {"id": "4053", "type": "Feature", "properties": {"id": "ci37763959", "mag": 1.17, "time": 1505525787900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.395167, 34.877167, 11.59]}, "bbox": [-119.395167, 34.877167, -119.395167, 34.877167]}, {"id": "4054", "type": "Feature", "properties": {"id": "nc72892941", "mag": 1.34, "time": 1505525721400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772833, 38.807167, -0.11]}, "bbox": [-122.772833, 38.807167, -122.772833, 38.807167]}, {"id": "4055", "type": "Feature", "properties": {"id": "nc72892936", "mag": 1.51, "time": 1505525691180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.545, 3.75]}, "bbox": [-118.819167, 37.545, -118.819167, 37.545]}, {"id": "4056", "type": "Feature", "properties": {"id": "us2000anxl", "mag": 4.6, "time": 1505525689580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5872, 52.0486, 37.0]}, "bbox": [-170.5872, 52.0486, -170.5872, 52.0486]}, {"id": "4057", "type": "Feature", "properties": {"id": "ak16831132", "mag": 1.8, "time": 1505525666712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6913, 63.5749, 10.4]}, "bbox": [-150.6913, 63.5749, -150.6913, 63.5749]}, {"id": "4058", "type": "Feature", "properties": {"id": "ak16831131", "mag": 1.1, "time": 1505525600973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6368, 63.6017, 8.9]}, "bbox": [-150.6368, 63.6017, -150.6368, 63.6017]}, {"id": "4059", "type": "Feature", "properties": {"id": "nc72892931", "mag": 1.16, "time": 1505524996900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.806167, 36.224833, 7.5]}, "bbox": [-120.806167, 36.224833, -120.806167, 36.224833]}, {"id": "4060", "type": "Feature", "properties": {"id": "ak16830868", "mag": 2.0, "time": 1505523996780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.276, 57.4142, 39.6]}, "bbox": [-154.276, 57.4142, -154.276, 57.4142]}, {"id": "4061", "type": "Feature", "properties": {"id": "ak16860501", "mag": 1.8, "time": 1505523576256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.099, 59.7523, 100.4]}, "bbox": [-153.099, 59.7523, -153.099, 59.7523]}, {"id": "4062", "type": "Feature", "properties": {"id": "ak16830864", "mag": 1.0, "time": 1505522724047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3705, 66.2593, 7.1]}, "bbox": [-142.3705, 66.2593, -142.3705, 66.2593]}, {"id": "4063", "type": "Feature", "properties": {"id": "ak16830862", "mag": 1.4, "time": 1505522720015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8357, 63.5631, 6.8]}, "bbox": [-150.8357, 63.5631, -150.8357, 63.5631]}, {"id": "4064", "type": "Feature", "properties": {"id": "us2000at41", "mag": 4.6, "time": 1505522674060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.6259, -23.9788, 10.0]}, "bbox": [69.6259, -23.9788, 69.6259, -23.9788]}, {"id": "4065", "type": "Feature", "properties": {"id": "us2000anwt", "mag": 4.3, "time": 1505522470090, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.2357, -37.2039, 9.72]}, "bbox": [-74.2357, -37.2039, -74.2357, -37.2039]}, {"id": "4066", "type": "Feature", "properties": {"id": "uu60246252", "mag": 1.18, "time": 1505521902190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4075, 42.596, 3.5]}, "bbox": [-111.4075, 42.596, -111.4075, 42.596]}, {"id": "4067", "type": "Feature", "properties": {"id": "ak16830861", "mag": 1.2, "time": 1505521740882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7991, 61.6212, 38.4]}, "bbox": [-147.7991, 61.6212, -147.7991, 61.6212]}, {"id": "4068", "type": "Feature", "properties": {"id": "ak16830860", "mag": 1.0, "time": 1505521253411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9628, 64.7584, 4.1]}, "bbox": [-139.9628, 64.7584, -139.9628, 64.7584]}, {"id": "4069", "type": "Feature", "properties": {"id": "ak16830858", "mag": 1.6, "time": 1505521010086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3459, 62.5868, 57.7]}, "bbox": [-148.3459, 62.5868, -148.3459, 62.5868]}, {"id": "4070", "type": "Feature", "properties": {"id": "us2000at4p", "mag": 4.6, "time": 1505520028160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-30.9669, 2.8319, 10.0]}, "bbox": [-30.9669, 2.8319, -30.9669, 2.8319]}, {"id": "4071", "type": "Feature", "properties": {"id": "ak16830852", "mag": 2.5, "time": 1505519615949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8797, 64.7729, 8.4]}, "bbox": [-139.8797, 64.7729, -139.8797, 64.7729]}, {"id": "4072", "type": "Feature", "properties": {"id": "ak16830848", "mag": 3.4, "time": 1505519352423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9613, 56.0051, 45.4]}, "bbox": [-156.9613, 56.0051, -156.9613, 56.0051]}, {"id": "4073", "type": "Feature", "properties": {"id": "ak16830585", "mag": 2.2, "time": 1505518242769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9245, 64.7851, 9.3]}, "bbox": [-139.9245, 64.7851, -139.9245, 64.7851]}, {"id": "4074", "type": "Feature", "properties": {"id": "ak16830502", "mag": 1.5, "time": 1505517724005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3927, 62.7723, 62.1]}, "bbox": [-148.3927, 62.7723, -148.3927, 62.7723]}, {"id": "4075", "type": "Feature", "properties": {"id": "hv61909476", "mag": 1.46, "time": 1505517626230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6105, 19.420833, 2.212]}, "bbox": [-155.6105, 19.420833, -155.6105, 19.420833]}, {"id": "4076", "type": "Feature", "properties": {"id": "us2000anvi", "mag": 4.9, "time": 1505517194700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.9781, 67.621, 14.89]}, "bbox": [142.9781, 67.621, 142.9781, 67.621]}, {"id": "4077", "type": "Feature", "properties": {"id": "ak16852972", "mag": 2.3, "time": 1505516822454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.046, 51.6929, 12.7]}, "bbox": [-175.046, 51.6929, -175.046, 51.6929]}, {"id": "4078", "type": "Feature", "properties": {"id": "us2000asms", "mag": 4.2, "time": 1505515397660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.5667, -4.6769, 135.04]}, "bbox": [151.5667, -4.6769, 151.5667, -4.6769]}, {"id": "4079", "type": "Feature", "properties": {"id": "ak16830490", "mag": 2.1, "time": 1505515348546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2666, 60.2335, 149.7]}, "bbox": [-153.2666, 60.2335, -153.2666, 60.2335]}, {"id": "4080", "type": "Feature", "properties": {"id": "us2000anza", "mag": 4.2, "time": 1505515078190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9514, 12.8959, 27.42]}, "bbox": [91.9514, 12.8959, 91.9514, 12.8959]}, {"id": "4081", "type": "Feature", "properties": {"id": "ak16852968", "mag": 1.7, "time": 1505514517165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1028, 59.5574, 89.2]}, "bbox": [-153.1028, 59.5574, -153.1028, 59.5574]}, {"id": "4082", "type": "Feature", "properties": {"id": "ak16830486", "mag": 1.5, "time": 1505514413181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8103, 64.7863, 4.0]}, "bbox": [-139.8103, 64.7863, -139.8103, 64.7863]}, {"id": "4083", "type": "Feature", "properties": {"id": "ak16852966", "mag": 1.7, "time": 1505514284700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1862, 59.9258, 120.0]}, "bbox": [-153.1862, 59.9258, -153.1862, 59.9258]}, {"id": "4084", "type": "Feature", "properties": {"id": "nc72892896", "mag": 1.71, "time": 1505514238180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.848, 40.281, 4.76]}, "bbox": [-120.848, 40.281, -120.848, 40.281]}, {"id": "4085", "type": "Feature", "properties": {"id": "us2000aqg1", "mag": 3.2, "time": 1505514207940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4161, 53.6697, 25.19]}, "bbox": [-164.4161, 53.6697, -164.4161, 53.6697]}, {"id": "4086", "type": "Feature", "properties": {"id": "nc72892891", "mag": 1.42, "time": 1505514193630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7085, 38.747, 1.29]}, "bbox": [-122.7085, 38.747, -122.7085, 38.747]}, {"id": "4087", "type": "Feature", "properties": {"id": "us2000antx", "mag": 2.8, "time": 1505513431240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9688, 37.279, 4.85]}, "bbox": [-97.9688, 37.279, -97.9688, 37.279]}, {"id": "4088", "type": "Feature", "properties": {"id": "ak16830471", "mag": 1.3, "time": 1505513126878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0818, 58.2131, 3.4]}, "bbox": [-155.0818, 58.2131, -155.0818, 58.2131]}, {"id": "4089", "type": "Feature", "properties": {"id": "us2000aqg0", "mag": 2.6, "time": 1505512544140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6723, 51.5577, 10.0]}, "bbox": [178.6723, 51.5577, 178.6723, 51.5577]}, {"id": "4090", "type": "Feature", "properties": {"id": "us2000antf", "mag": 4.6, "time": 1505512126220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.5618, -5.9077, 108.71]}, "bbox": [147.5618, -5.9077, 147.5618, -5.9077]}, {"id": "4091", "type": "Feature", "properties": {"id": "ak16830466", "mag": 1.7, "time": 1505511266504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7109, 60.4891, 8.6]}, "bbox": [-138.7109, 60.4891, -138.7109, 60.4891]}, {"id": "4092", "type": "Feature", "properties": {"id": "us2000asmu", "mag": 4.3, "time": 1505510611600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.0445, 34.5022, 328.82]}, "bbox": [137.0445, 34.5022, 137.0445, 34.5022]}, {"id": "4093", "type": "Feature", "properties": {"id": "us2000anrz", "mag": 3.1, "time": 1505510517900, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4379, 42.6057, 6.23]}, "bbox": [-111.4379, 42.6057, -111.4379, 42.6057]}, {"id": "4094", "type": "Feature", "properties": {"id": "ak16830211", "mag": 3.0, "time": 1505510263990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8926, 64.7765, 8.2]}, "bbox": [-139.8926, 64.7765, -139.8926, 64.7765]}, {"id": "4095", "type": "Feature", "properties": {"id": "ak16852960", "mag": 1.5, "time": 1505509916511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1722, 61.1116, 68.8]}, "bbox": [-151.1722, 61.1116, -151.1722, 61.1116]}, {"id": "4096", "type": "Feature", "properties": {"id": "ak16852959", "mag": 2.0, "time": 1505509441508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4835, 51.7117, 13.6]}, "bbox": [-178.4835, 51.7117, -178.4835, 51.7117]}, {"id": "4097", "type": "Feature", "properties": {"id": "nc72892861", "mag": 1.56, "time": 1505509197990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.217167, 35.152667, 7.27]}, "bbox": [-121.217167, 35.152667, -121.217167, 35.152667]}, {"id": "4098", "type": "Feature", "properties": {"id": "nn00605401", "mag": 1.3, "time": 1505508712532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5746, 38.7781, 10.3]}, "bbox": [-119.5746, 38.7781, -119.5746, 38.7781]}, {"id": "4099", "type": "Feature", "properties": {"id": "us2000anqp", "mag": 4.4, "time": 1505508340380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.6832, 12.6788, 125.94]}, "bbox": [142.6832, 12.6788, 142.6832, 12.6788]}, {"id": "4100", "type": "Feature", "properties": {"id": "nn00605391", "mag": 1.0, "time": 1505508003630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3614, 38.5819, 3.5]}, "bbox": [-118.3614, 38.5819, -118.3614, 38.5819]}, {"id": "4101", "type": "Feature", "properties": {"id": "ci37763831", "mag": 1.45, "time": 1505507271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.356667, 34.4865, 9.29]}, "bbox": [-119.356667, 34.4865, -119.356667, 34.4865]}, {"id": "4102", "type": "Feature", "properties": {"id": "ak16830197", "mag": 2.1, "time": 1505507006348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8768, 60.2433, 18.6]}, "bbox": [-140.8768, 60.2433, -140.8768, 60.2433]}, {"id": "4103", "type": "Feature", "properties": {"id": "nc72892846", "mag": 2.43, "time": 1505506978320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.075333, 36.496667, 4.87]}, "bbox": [-121.075333, 36.496667, -121.075333, 36.496667]}, {"id": "4104", "type": "Feature", "properties": {"id": "us2000annp", "mag": 2.3, "time": 1505506905940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5599, 9.59]}, "bbox": [-111.4277, 42.5599, -111.4277, 42.5599]}, {"id": "4105", "type": "Feature", "properties": {"id": "ak16829946", "mag": 2.6, "time": 1505506584731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9781, 57.0654, 81.6]}, "bbox": [-155.9781, 57.0654, -155.9781, 57.0654]}, {"id": "4106", "type": "Feature", "properties": {"id": "nc72892841", "mag": 1.21, "time": 1505506558180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.823167, 2.59]}, "bbox": [-122.801833, 38.823167, -122.801833, 38.823167]}, {"id": "4107", "type": "Feature", "properties": {"id": "ci37763815", "mag": 1.6, "time": 1505506434580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.772667, 33.326167, 12.6]}, "bbox": [-116.772667, 33.326167, -116.772667, 33.326167]}, {"id": "4108", "type": "Feature", "properties": {"id": "ak16829942", "mag": 2.0, "time": 1505506388550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6381, 59.7681, 10.4]}, "bbox": [-136.6381, 59.7681, -136.6381, 59.7681]}, {"id": "4109", "type": "Feature", "properties": {"id": "ak16829939", "mag": 1.3, "time": 1505506296730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3557, 64.9805, 0.0]}, "bbox": [-147.3557, 64.9805, -147.3557, 64.9805]}, {"id": "4110", "type": "Feature", "properties": {"id": "ak16829919", "mag": 3.2, "time": 1505506091028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8331, 59.8732, 91.8]}, "bbox": [-152.8331, 59.8732, -152.8331, 59.8732]}, {"id": "4111", "type": "Feature", "properties": {"id": "ak16829917", "mag": 1.1, "time": 1505506034459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1896, 63.4641, 20.7]}, "bbox": [-147.1896, 63.4641, -147.1896, 63.4641]}, {"id": "4112", "type": "Feature", "properties": {"id": "nc72892821", "mag": 1.26, "time": 1505506033580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.407667, 37.504333, 1.03]}, "bbox": [-122.407667, 37.504333, -122.407667, 37.504333]}, {"id": "4113", "type": "Feature", "properties": {"id": "pr2017258005", "mag": 3.43, "time": 1505505501670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.6295, 19.1915, 40.0]}, "bbox": [-64.6295, 19.1915, -64.6295, 19.1915]}, {"id": "4114", "type": "Feature", "properties": {"id": "ak16829915", "mag": 1.5, "time": 1505505395135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6711, 60.3885, 41.7]}, "bbox": [-150.6711, 60.3885, -150.6711, 60.3885]}, {"id": "4115", "type": "Feature", "properties": {"id": "ak16829913", "mag": 2.1, "time": 1505505235226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.0254, 58.4988, 9.7]}, "bbox": [-135.0254, 58.4988, -135.0254, 58.4988]}, {"id": "4116", "type": "Feature", "properties": {"id": "ak16829904", "mag": 1.1, "time": 1505503708373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5162, 63.4918, 1.6]}, "bbox": [-147.5162, 63.4918, -147.5162, 63.4918]}, {"id": "4117", "type": "Feature", "properties": {"id": "nc72892806", "mag": 1.03, "time": 1505503474580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.488333, 37.450833, 4.91]}, "bbox": [-118.488333, 37.450833, -118.488333, 37.450833]}, {"id": "4118", "type": "Feature", "properties": {"id": "ci37763759", "mag": 1.72, "time": 1505502131450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796, 33.503167, 6.45]}, "bbox": [-116.796, 33.503167, -116.796, 33.503167]}, {"id": "4119", "type": "Feature", "properties": {"id": "us2000anjp", "mag": 5.5, "time": 1505501282460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.3292, -55.4644, 9.0]}, "bbox": [-28.3292, -55.4644, -28.3292, -55.4644]}, {"id": "4120", "type": "Feature", "properties": {"id": "nc72892771", "mag": 1.05, "time": 1505500911720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.725334, 38.757, 1.52]}, "bbox": [-122.725334, 38.757, -122.725334, 38.757]}, {"id": "4121", "type": "Feature", "properties": {"id": "us2000anjh", "mag": 4.5, "time": 1505500904740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.72, 54.0122, 10.0]}, "bbox": [169.72, 54.0122, 169.72, 54.0122]}, {"id": "4122", "type": "Feature", "properties": {"id": "uw61308057", "mag": 0.97, "time": 1505500854880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.858667, 48.515, 37.88]}, "bbox": [-124.858667, 48.515, -124.858667, 48.515]}, {"id": "4123", "type": "Feature", "properties": {"id": "ak16829625", "mag": 1.6, "time": 1505499922143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3749, 60.4419, 18.3]}, "bbox": [-147.3749, 60.4419, -147.3749, 60.4419]}, {"id": "4124", "type": "Feature", "properties": {"id": "uu60246132", "mag": 1.51, "time": 1505499901840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.537167, 7.15]}, "bbox": [-111.420667, 42.537167, -111.420667, 42.537167]}, {"id": "4125", "type": "Feature", "properties": {"id": "nc72892766", "mag": 2.33, "time": 1505499839660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.49, 37.447667, 5.54]}, "bbox": [-118.49, 37.447667, -118.49, 37.447667]}, {"id": "4126", "type": "Feature", "properties": {"id": "nc72892756", "mag": 1.0, "time": 1505499395080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799667, 37.462333, 0.05]}, "bbox": [-118.799667, 37.462333, -118.799667, 37.462333]}, {"id": "4127", "type": "Feature", "properties": {"id": "nc72892761", "mag": 1.02, "time": 1505499284680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.445, 37.379333, 14.57]}, "bbox": [-118.445, 37.379333, -118.445, 37.379333]}, {"id": "4128", "type": "Feature", "properties": {"id": "ak16829622", "mag": 1.1, "time": 1505498936272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4458, 61.0059, 4.9]}, "bbox": [-152.4458, 61.0059, -152.4458, 61.0059]}, {"id": "4129", "type": "Feature", "properties": {"id": "us2000anhz", "mag": 4.2, "time": 1505498539950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9892, 15.1825, 46.32]}, "bbox": [-93.9892, 15.1825, -93.9892, 15.1825]}, {"id": "4130", "type": "Feature", "properties": {"id": "ak16829378", "mag": 1.9, "time": 1505498347271, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7292, 60.4845, 7.5]}, "bbox": [-138.7292, 60.4845, -138.7292, 60.4845]}, {"id": "4131", "type": "Feature", "properties": {"id": "ci37763719", "mag": 1.44, "time": 1505498108300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.178169, 35.602833, 5.95]}, "bbox": [-118.178169, 35.602833, -118.178169, 35.602833]}, {"id": "4132", "type": "Feature", "properties": {"id": "us2000anhd", "mag": 5.0, "time": 1505497546880, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [28.8132, -2.7314, 12.98]}, "bbox": [28.8132, -2.7314, 28.8132, -2.7314]}, {"id": "4133", "type": "Feature", "properties": {"id": "ci37763711", "mag": 1.02, "time": 1505497385540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.102833, 33.170333, 9.6]}, "bbox": [-116.102833, 33.170333, -116.102833, 33.170333]}, {"id": "4134", "type": "Feature", "properties": {"id": "ak16829370", "mag": 1.8, "time": 1505496661795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3298, 60.0961, 93.1]}, "bbox": [-152.3298, 60.0961, -152.3298, 60.0961]}, {"id": "4135", "type": "Feature", "properties": {"id": "nc72892746", "mag": 1.22, "time": 1505496479100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.641667, 37.477167, 6.06]}, "bbox": [-118.641667, 37.477167, -118.641667, 37.477167]}, {"id": "4136", "type": "Feature", "properties": {"id": "us2000angr", "mag": 4.6, "time": 1505496373980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.527, 53.8618, 60.06]}, "bbox": [160.527, 53.8618, 160.527, 53.8618]}, {"id": "4137", "type": "Feature", "properties": {"id": "ci37763679", "mag": 1.04, "time": 1505495567950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808, 36.012167, 1.77]}, "bbox": [-117.808, 36.012167, -117.808, 36.012167]}, {"id": "4138", "type": "Feature", "properties": {"id": "ak16829365", "mag": 1.4, "time": 1505494067842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3827, 63.102, 108.2]}, "bbox": [-150.3827, 63.102, -150.3827, 63.102]}, {"id": "4139", "type": "Feature", "properties": {"id": "uw61308032", "mag": 1.41, "time": 1505493000220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048333, 47.3965, 13.93]}, "bbox": [-122.048333, 47.3965, -122.048333, 47.3965]}, {"id": "4140", "type": "Feature", "properties": {"id": "nc72892711", "mag": 1.1, "time": 1505492830650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807, 38.822667, 2.57]}, "bbox": [-122.807, 38.822667, -122.807, 38.822667]}, {"id": "4141", "type": "Feature", "properties": {"id": "uw61308027", "mag": 1.17, "time": 1505492391290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0485, 47.395833, 13.68]}, "bbox": [-122.0485, 47.395833, -122.0485, 47.395833]}, {"id": "4142", "type": "Feature", "properties": {"id": "ak16829360", "mag": 2.9, "time": 1505491697051, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4354, 53.7237, 49.7]}, "bbox": [-164.4354, 53.7237, -164.4354, 53.7237]}, {"id": "4143", "type": "Feature", "properties": {"id": "pr2017258004", "mag": 1.98, "time": 1505491060700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7353, 18.0013, 7.0]}, "bbox": [-66.7353, 18.0013, -66.7353, 18.0013]}, {"id": "4144", "type": "Feature", "properties": {"id": "ak16829358", "mag": 1.6, "time": 1505491027770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6843, 60.3013, 49.8]}, "bbox": [-150.6843, 60.3013, -150.6843, 60.3013]}, {"id": "4145", "type": "Feature", "properties": {"id": "us2000angc", "mag": 4.7, "time": 1505490910540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4948, -51.951, 10.0]}, "bbox": [140.4948, -51.951, 140.4948, -51.951]}, {"id": "4146", "type": "Feature", "properties": {"id": "ak16829355", "mag": 3.2, "time": 1505490508935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4074, 55.3684, 134.2]}, "bbox": [-162.4074, 55.3684, -162.4074, 55.3684]}, {"id": "4147", "type": "Feature", "properties": {"id": "uu60246117", "mag": 1.78, "time": 1505490038910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438833, 42.587833, 3.5]}, "bbox": [-111.438833, 42.587833, -111.438833, 42.587833]}, {"id": "4148", "type": "Feature", "properties": {"id": "ci37763607", "mag": 1.3, "time": 1505489472220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491167, 33.8525, -0.5]}, "bbox": [-117.491167, 33.8525, -117.491167, 33.8525]}, {"id": "4149", "type": "Feature", "properties": {"id": "ismpkansas70235413", "mag": 2.08, "time": 1505488486050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.96, 37.276667, 2.46]}, "bbox": [-97.96, 37.276667, -97.96, 37.276667]}, {"id": "4150", "type": "Feature", "properties": {"id": "ak16829351", "mag": 1.4, "time": 1505488175090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4615, 63.0908, 2.8]}, "bbox": [-151.4615, 63.0908, -151.4615, 63.0908]}, {"id": "4151", "type": "Feature", "properties": {"id": "hv61908956", "mag": 2.13, "time": 1505487142110, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.862333, 19.450333, 1.074]}, "bbox": [-154.862333, 19.450333, -154.862333, 19.450333]}, {"id": "4152", "type": "Feature", "properties": {"id": "ak16829348", "mag": 2.3, "time": 1505486994801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5994, 64.2424, 10.6]}, "bbox": [-163.5994, 64.2424, -163.5994, 64.2424]}, {"id": "4153", "type": "Feature", "properties": {"id": "ak16852936", "mag": 1.5, "time": 1505485797408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5105, 60.533, 54.5]}, "bbox": [-150.5105, 60.533, -150.5105, 60.533]}, {"id": "4154", "type": "Feature", "properties": {"id": "ak16829346", "mag": 1.6, "time": 1505485726963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8399, 59.9528, 0.0]}, "bbox": [-139.8399, 59.9528, -139.8399, 59.9528]}, {"id": "4155", "type": "Feature", "properties": {"id": "mb80255559", "mag": 1.54, "time": 1505485070000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.898, 12.92]}, "bbox": [-112.528, 46.898, -112.528, 46.898]}, {"id": "4156", "type": "Feature", "properties": {"id": "us2000asmd", "mag": 4.0, "time": 1505484479350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [118.2763, -7.0257, 10.0]}, "bbox": [118.2763, -7.0257, 118.2763, -7.0257]}, {"id": "4157", "type": "Feature", "properties": {"id": "ci37763559", "mag": 1.43, "time": 1505483064830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6045, 33.127833, 7.81]}, "bbox": [-115.6045, 33.127833, -115.6045, 33.127833]}, {"id": "4158", "type": "Feature", "properties": {"id": "ci37763535", "mag": 1.14, "time": 1505482307640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.736833, 33.222833, 12.21]}, "bbox": [-116.736833, 33.222833, -116.736833, 33.222833]}, {"id": "4159", "type": "Feature", "properties": {"id": "ci37763527", "mag": 1.65, "time": 1505482113260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.742833, 33.223833, 11.67]}, "bbox": [-116.742833, 33.223833, -116.742833, 33.223833]}, {"id": "4160", "type": "Feature", "properties": {"id": "ci37763511", "mag": 2.98, "time": 1505481739410, "felt": 62.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750167, 33.221833, 11.54]}, "bbox": [-116.750167, 33.221833, -116.750167, 33.221833]}, {"id": "4161", "type": "Feature", "properties": {"id": "nn00605319", "mag": 1.4, "time": 1505481612897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.536, 39.4025, 7.1]}, "bbox": [-119.536, 39.4025, -119.536, 39.4025]}, {"id": "4162", "type": "Feature", "properties": {"id": "ak16829343", "mag": 1.1, "time": 1505481511288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.734, 60.477, 7.6]}, "bbox": [-138.734, 60.477, -138.734, 60.477]}, {"id": "4163", "type": "Feature", "properties": {"id": "ak16829342", "mag": 1.1, "time": 1505481115042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6866, 60.4978, 7.6]}, "bbox": [-138.6866, 60.4978, -138.6866, 60.4978]}, {"id": "4164", "type": "Feature", "properties": {"id": "us2000an8y", "mag": 3.0, "time": 1505480692500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9665, 37.2798, 4.9]}, "bbox": [-97.9665, 37.2798, -97.9665, 37.2798]}, {"id": "4165", "type": "Feature", "properties": {"id": "us2000aqfs", "mag": 4.0, "time": 1505480677660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.1015, 51.6899, 62.37]}, "bbox": [177.1015, 51.6899, 177.1015, 51.6899]}, {"id": "4166", "type": "Feature", "properties": {"id": "nc72892656", "mag": 1.2, "time": 1505479917850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.478833, 36.923833, 5.96]}, "bbox": [-121.478833, 36.923833, -121.478833, 36.923833]}, {"id": "4167", "type": "Feature", "properties": {"id": "ak16852930", "mag": 2.2, "time": 1505479857860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6735, 54.2139, 72.3]}, "bbox": [-164.6735, 54.2139, -164.6735, 54.2139]}, {"id": "4168", "type": "Feature", "properties": {"id": "ak16852929", "mag": 1.3, "time": 1505479424949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8074, 61.6789, 63.0]}, "bbox": [-150.8074, 61.6789, -150.8074, 61.6789]}, {"id": "4169", "type": "Feature", "properties": {"id": "ci37763455", "mag": 1.43, "time": 1505479133890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.172833, 33.1885, 5.98]}, "bbox": [-116.172833, 33.1885, -116.172833, 33.1885]}, {"id": "4170", "type": "Feature", "properties": {"id": "us2000an8s", "mag": 5.0, "time": 1505479021440, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [99.4856, 1.5915, 160.08]}, "bbox": [99.4856, 1.5915, 99.4856, 1.5915]}, {"id": "4171", "type": "Feature", "properties": {"id": "ak16852928", "mag": 2.1, "time": 1505478896521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6795, 51.3691, 28.0]}, "bbox": [178.6795, 51.3691, 178.6795, 51.3691]}, {"id": "4172", "type": "Feature", "properties": {"id": "uw61307972", "mag": 0.95, "time": 1505478878910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.588, 45.973333, 13.92]}, "bbox": [-122.588, 45.973333, -122.588, 45.973333]}, {"id": "4173", "type": "Feature", "properties": {"id": "mb80255544", "mag": 1.19, "time": 1505478239910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527, 46.868167, 11.01]}, "bbox": [-112.527, 46.868167, -112.527, 46.868167]}, {"id": "4174", "type": "Feature", "properties": {"id": "ak16852925", "mag": 2.1, "time": 1505477897255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.3237, 54.8499, 18.7]}, "bbox": [-160.3237, 54.8499, -160.3237, 54.8499]}, {"id": "4175", "type": "Feature", "properties": {"id": "nc72892641", "mag": 1.01, "time": 1505477523520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.833832, 2.01]}, "bbox": [-122.799667, 38.833832, -122.799667, 38.833832]}, {"id": "4176", "type": "Feature", "properties": {"id": "us2000an8e", "mag": 2.7, "time": 1505477274970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.8611, 10.18]}, "bbox": [-112.525, 46.8611, -112.525, 46.8611]}, {"id": "4177", "type": "Feature", "properties": {"id": "ak16852924", "mag": 1.4, "time": 1505476792218, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5946, 57.6534, 29.9]}, "bbox": [-152.5946, 57.6534, -152.5946, 57.6534]}, {"id": "4178", "type": "Feature", "properties": {"id": "pr2017258003", "mag": 2.18, "time": 1505476739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7808, 18.0135, 13.0]}, "bbox": [-66.7808, 18.0135, -66.7808, 18.0135]}, {"id": "4179", "type": "Feature", "properties": {"id": "ak16852923", "mag": 2.0, "time": 1505476493650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7994, 54.9781, 25.0]}, "bbox": [-160.7994, 54.9781, -160.7994, 54.9781]}, {"id": "4180", "type": "Feature", "properties": {"id": "us2000an7z", "mag": 3.8, "time": 1505475906360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.753, 54.3697, 28.05]}, "bbox": [-161.753, 54.3697, -161.753, 54.3697]}, {"id": "4181", "type": "Feature", "properties": {"id": "nc72892636", "mag": 2.0, "time": 1505475684320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723167, 38.750667, 1.87]}, "bbox": [-122.723167, 38.750667, -122.723167, 38.750667]}, {"id": "4182", "type": "Feature", "properties": {"id": "ak16829087", "mag": 1.6, "time": 1505475033163, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6709, 67.7999, 2.0]}, "bbox": [-156.6709, 67.7999, -156.6709, 67.7999]}, {"id": "4183", "type": "Feature", "properties": {"id": "ak16829082", "mag": 1.8, "time": 1505474984470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9722, 63.0999, 131.7]}, "bbox": [-150.9722, 63.0999, -150.9722, 63.0999]}, {"id": "4184", "type": "Feature", "properties": {"id": "ak16829079", "mag": 1.4, "time": 1505474678706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7297, 60.4779, 8.8]}, "bbox": [-138.7297, 60.4779, -138.7297, 60.4779]}, {"id": "4185", "type": "Feature", "properties": {"id": "us2000an7j", "mag": 2.7, "time": 1505474631800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4441, 42.568, 7.22]}, "bbox": [-111.4441, 42.568, -111.4441, 42.568]}, {"id": "4186", "type": "Feature", "properties": {"id": "nc72892626", "mag": 1.04, "time": 1505474439810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804667, 37.458833, 0.13]}, "bbox": [-118.804667, 37.458833, -118.804667, 37.458833]}, {"id": "4187", "type": "Feature", "properties": {"id": "ci37763407", "mag": 3.23, "time": 1505473976550, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.303167, 35.032833, 11.48]}, "bbox": [-119.303167, 35.032833, -119.303167, 35.032833]}, {"id": "4188", "type": "Feature", "properties": {"id": "nn00605300", "mag": 1.1, "time": 1505473795002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7828, 38.6088, 8.3]}, "bbox": [-118.7828, 38.6088, -118.7828, 38.6088]}, {"id": "4189", "type": "Feature", "properties": {"id": "ak16828841", "mag": 1.7, "time": 1505473634732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.54, 59.9657, 0.0]}, "bbox": [-139.54, 59.9657, -139.54, 59.9657]}, {"id": "4190", "type": "Feature", "properties": {"id": "uw61307932", "mag": 1.91, "time": 1505473610560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044333, 46.870333, 5.23]}, "bbox": [-122.044333, 46.870333, -122.044333, 46.870333]}, {"id": "4191", "type": "Feature", "properties": {"id": "uw61307927", "mag": 2.04, "time": 1505473528440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040667, 46.874167, 5.89]}, "bbox": [-122.040667, 46.874167, -122.040667, 46.874167]}, {"id": "4192", "type": "Feature", "properties": {"id": "us2000an74", "mag": 4.6, "time": 1505473111350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.5703, 14.9752, 55.34]}, "bbox": [-60.5703, 14.9752, -60.5703, 14.9752]}, {"id": "4193", "type": "Feature", "properties": {"id": "ak16828838", "mag": 2.3, "time": 1505473096912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7454, 57.1664, 7.6]}, "bbox": [-155.7454, 57.1664, -155.7454, 57.1664]}, {"id": "4194", "type": "Feature", "properties": {"id": "ismpkansas70235273", "mag": 1.73, "time": 1505472377400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7775, 37.328833, 5.95]}, "bbox": [-97.7775, 37.328833, -97.7775, 37.328833]}, {"id": "4195", "type": "Feature", "properties": {"id": "ak16828836", "mag": 1.2, "time": 1505472358115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0141, 62.1581, 7.8]}, "bbox": [-150.0141, 62.1581, -150.0141, 62.1581]}, {"id": "4196", "type": "Feature", "properties": {"id": "us2000an6x", "mag": 3.0, "time": 1505471961060, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4507, 42.5991, 6.39]}, "bbox": [-111.4507, 42.5991, -111.4507, 42.5991]}, {"id": "4197", "type": "Feature", "properties": {"id": "ak16828834", "mag": 1.6, "time": 1505471035679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5654, 60.6122, 4.1]}, "bbox": [-147.5654, 60.6122, -147.5654, 60.6122]}, {"id": "4198", "type": "Feature", "properties": {"id": "pr2017258002", "mag": 3.3, "time": 1505471012430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.039, 18.7165, 49.0]}, "bbox": [-65.039, 18.7165, -65.039, 18.7165]}, {"id": "4199", "type": "Feature", "properties": {"id": "nc72892606", "mag": 2.13, "time": 1505469780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.106167, 36.291833, 27.69]}, "bbox": [-120.106167, 36.291833, -120.106167, 36.291833]}, {"id": "4200", "type": "Feature", "properties": {"id": "ak16852912", "mag": 1.9, "time": 1505469324601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0438, 60.2245, 124.3]}, "bbox": [-153.0438, 60.2245, -153.0438, 60.2245]}, {"id": "4201", "type": "Feature", "properties": {"id": "ak16828830", "mag": 2.7, "time": 1505468486908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.378, 53.6654, 25.8]}, "bbox": [-164.378, 53.6654, -164.378, 53.6654]}, {"id": "4202", "type": "Feature", "properties": {"id": "pr2017258001", "mag": 3.31, "time": 1505468158660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9741, 18.1111, 53.0]}, "bbox": [-67.9741, 18.1111, -67.9741, 18.1111]}, {"id": "4203", "type": "Feature", "properties": {"id": "ak16828827", "mag": 1.9, "time": 1505468029663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1086, 60.3742, 87.3]}, "bbox": [-152.1086, 60.3742, -152.1086, 60.3742]}, {"id": "4204", "type": "Feature", "properties": {"id": "us2000an6e", "mag": 2.1, "time": 1505467401730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4369, 42.5723, 4.71]}, "bbox": [-111.4369, 42.5723, -111.4369, 42.5723]}, {"id": "4205", "type": "Feature", "properties": {"id": "ci37763367", "mag": 1.32, "time": 1505466931820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.601167, 35.792, 0.88]}, "bbox": [-116.601167, 35.792, -116.601167, 35.792]}, {"id": "4206", "type": "Feature", "properties": {"id": "hv61908811", "mag": 1.86, "time": 1505466749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473328, 19.201, 34.94]}, "bbox": [-155.473328, 19.201, -155.473328, 19.201]}, {"id": "4207", "type": "Feature", "properties": {"id": "pr2017258000", "mag": 2.64, "time": 1505466025100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.746, 17.9996, 11.0]}, "bbox": [-66.746, 17.9996, -66.746, 17.9996]}, {"id": "4208", "type": "Feature", "properties": {"id": "us2000an5j", "mag": 3.6, "time": 1505463761200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4416, 42.5753, 5.34]}, "bbox": [-111.4416, 42.5753, -111.4416, 42.5753]}, {"id": "4209", "type": "Feature", "properties": {"id": "ak16852908", "mag": 1.3, "time": 1505463469458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.2829, 57.3488, 39.2]}, "bbox": [-154.2829, 57.3488, -154.2829, 57.3488]}, {"id": "4210", "type": "Feature", "properties": {"id": "nn00605283", "mag": 1.7, "time": 1505461873940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4437, 37.5652, 30.3]}, "bbox": [-117.4437, 37.5652, -117.4437, 37.5652]}, {"id": "4211", "type": "Feature", "properties": {"id": "nc72892591", "mag": 2.34, "time": 1505461865770, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815833, 37.416, -0.2]}, "bbox": [-121.815833, 37.416, -121.815833, 37.416]}, {"id": "4212", "type": "Feature", "properties": {"id": "nc72892576", "mag": 1.69, "time": 1505460536470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.027667, 35.933167, 12.08]}, "bbox": [-120.027667, 35.933167, -120.027667, 35.933167]}, {"id": "4213", "type": "Feature", "properties": {"id": "ak16828820", "mag": 1.4, "time": 1505460317106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3735, 59.7943, 6.5]}, "bbox": [-141.3735, 59.7943, -141.3735, 59.7943]}, {"id": "4214", "type": "Feature", "properties": {"id": "ak16852903", "mag": 1.3, "time": 1505459205027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8448, 60.0925, 0.0]}, "bbox": [-139.8448, 60.0925, -139.8448, 60.0925]}, {"id": "4215", "type": "Feature", "properties": {"id": "ak16828585", "mag": 1.4, "time": 1505458631465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0593, 61.7131, 3.8]}, "bbox": [-148.0593, 61.7131, -148.0593, 61.7131]}, {"id": "4216", "type": "Feature", "properties": {"id": "us2000an4v", "mag": 4.4, "time": 1505458308660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5767, -21.9172, 640.49]}, "bbox": [179.5767, -21.9172, 179.5767, -21.9172]}, {"id": "4217", "type": "Feature", "properties": {"id": "ak16828584", "mag": 1.4, "time": 1505458006745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7132, 60.0014, 0.0]}, "bbox": [-139.7132, 60.0014, -139.7132, 60.0014]}, {"id": "4218", "type": "Feature", "properties": {"id": "ak16828563", "mag": 2.8, "time": 1505456528325, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4989, 60.1125, 151.7]}, "bbox": [-153.4989, 60.1125, -153.4989, 60.1125]}, {"id": "4219", "type": "Feature", "properties": {"id": "ak16828570", "mag": 2.5, "time": 1505456526893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2519, 60.1326, 152.7]}, "bbox": [-153.2519, 60.1326, -153.2519, 60.1326]}, {"id": "4220", "type": "Feature", "properties": {"id": "nc72892551", "mag": 2.6, "time": 1505456369610, "felt": 148.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.814333, 37.412167, -0.14]}, "bbox": [-121.814333, 37.412167, -121.814333, 37.412167]}, {"id": "4221", "type": "Feature", "properties": {"id": "ak16828560", "mag": 1.1, "time": 1505456105481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0298, 65.3407, 11.3]}, "bbox": [-150.0298, 65.3407, -150.0298, 65.3407]}, {"id": "4222", "type": "Feature", "properties": {"id": "ci37763319", "mag": 1.07, "time": 1505455402480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7685, 33.327833, 13.39]}, "bbox": [-116.7685, 33.327833, -116.7685, 33.327833]}, {"id": "4223", "type": "Feature", "properties": {"id": "ak16828558", "mag": 1.4, "time": 1505455356648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3726, 61.4994, 31.9]}, "bbox": [-146.3726, 61.4994, -146.3726, 61.4994]}, {"id": "4224", "type": "Feature", "properties": {"id": "ak16852896", "mag": 1.9, "time": 1505455322292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2513, 60.1603, 135.4]}, "bbox": [-153.2513, 60.1603, -153.2513, 60.1603]}, {"id": "4225", "type": "Feature", "properties": {"id": "nc72892546", "mag": 1.03, "time": 1505455248140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810667, 38.83, 2.09]}, "bbox": [-122.810667, 38.83, -122.810667, 38.83]}, {"id": "4226", "type": "Feature", "properties": {"id": "ak16828556", "mag": 1.6, "time": 1505455168783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9297, 60.9306, 19.0]}, "bbox": [-146.9297, 60.9306, -146.9297, 60.9306]}, {"id": "4227", "type": "Feature", "properties": {"id": "ci37763311", "mag": 1.21, "time": 1505454701910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.190167, 33.332667, 10.93]}, "bbox": [-116.190167, 33.332667, -116.190167, 33.332667]}, {"id": "4228", "type": "Feature", "properties": {"id": "ak16852894", "mag": 1.7, "time": 1505453971264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8667, 60.0997, 103.9]}, "bbox": [-152.8667, 60.0997, -152.8667, 60.0997]}, {"id": "4229", "type": "Feature", "properties": {"id": "us2000an3z", "mag": 4.6, "time": 1505453216820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4676, -42.4862, 10.0]}, "bbox": [-82.4676, -42.4862, -82.4676, -42.4862]}, {"id": "4230", "type": "Feature", "properties": {"id": "ak16852893", "mag": 1.1, "time": 1505452792257, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4902, 57.7349, 15.0]}, "bbox": [-154.4902, 57.7349, -154.4902, 57.7349]}, {"id": "4231", "type": "Feature", "properties": {"id": "ak16828554", "mag": 1.4, "time": 1505452679971, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3948, 61.1147, 0.0]}, "bbox": [-148.3948, 61.1147, -148.3948, 61.1147]}, {"id": "4232", "type": "Feature", "properties": {"id": "ak16852891", "mag": 1.6, "time": 1505451604059, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9039, 61.8273, 105.7]}, "bbox": [-151.9039, 61.8273, -151.9039, 61.8273]}, {"id": "4233", "type": "Feature", "properties": {"id": "ismpkansas70235253", "mag": 1.62, "time": 1505451601330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7765, 37.333333, 5.53]}, "bbox": [-97.7765, 37.333333, -97.7765, 37.333333]}, {"id": "4234", "type": "Feature", "properties": {"id": "nc72892536", "mag": 2.78, "time": 1505451572070, "felt": 348.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.804667, 37.415, 2.65]}, "bbox": [-121.804667, 37.415, -121.804667, 37.415]}, {"id": "4235", "type": "Feature", "properties": {"id": "ak16828322", "mag": 1.1, "time": 1505451186525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7346, 60.4761, 9.9]}, "bbox": [-138.7346, 60.4761, -138.7346, 60.4761]}, {"id": "4236", "type": "Feature", "properties": {"id": "us2000anyw", "mag": 2.0, "time": 1505450267000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.42, 45.73, 18.0]}, "bbox": [-71.42, 45.73, -71.42, 45.73]}, {"id": "4237", "type": "Feature", "properties": {"id": "nc72892526", "mag": 1.26, "time": 1505449157230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.8245, 1.3]}, "bbox": [-122.802333, 38.8245, -122.802333, 38.8245]}, {"id": "4238", "type": "Feature", "properties": {"id": "ak16828321", "mag": 1.4, "time": 1505448965816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0369, 60.3155, 0.6]}, "bbox": [-143.0369, 60.3155, -143.0369, 60.3155]}, {"id": "4239", "type": "Feature", "properties": {"id": "us2000an31", "mag": 4.3, "time": 1505448638800, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4066, -11.9189, 10.0]}, "bbox": [-76.4066, -11.9189, -76.4066, -11.9189]}, {"id": "4240", "type": "Feature", "properties": {"id": "mb80255479", "mag": 1.23, "time": 1505447369570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.896667, 13.22]}, "bbox": [-112.529333, 46.896667, -112.529333, 46.896667]}, {"id": "4241", "type": "Feature", "properties": {"id": "ak16828316", "mag": 2.0, "time": 1505447351856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1687, 59.8152, 101.9]}, "bbox": [-153.1687, 59.8152, -153.1687, 59.8152]}, {"id": "4242", "type": "Feature", "properties": {"id": "ak16828314", "mag": 1.7, "time": 1505447232655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4451, 60.022, 0.0]}, "bbox": [-139.4451, 60.022, -139.4451, 60.022]}, {"id": "4243", "type": "Feature", "properties": {"id": "nc72892516", "mag": 1.1, "time": 1505446837720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.730835, 38.793999, 1.32]}, "bbox": [-122.730835, 38.793999, -122.730835, 38.793999]}, {"id": "4244", "type": "Feature", "properties": {"id": "uu60245937", "mag": 2.38, "time": 1505446750290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.831833, 40.139667, 5.96]}, "bbox": [-108.831833, 40.139667, -108.831833, 40.139667]}, {"id": "4245", "type": "Feature", "properties": {"id": "nn00605251", "mag": 1.0, "time": 1505446468632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9033, 38.4011, 9.6]}, "bbox": [-118.9033, 38.4011, -118.9033, 38.4011]}, {"id": "4246", "type": "Feature", "properties": {"id": "uw61307757", "mag": 1.87, "time": 1505444885110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039, 46.879667, 6.38]}, "bbox": [-122.039, 46.879667, -122.039, 46.879667]}, {"id": "4247", "type": "Feature", "properties": {"id": "ak16828311", "mag": 1.7, "time": 1505444727120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9607, 69.4522, 5.6]}, "bbox": [-142.9607, 69.4522, -142.9607, 69.4522]}, {"id": "4248", "type": "Feature", "properties": {"id": "ak16828309", "mag": 1.6, "time": 1505444714123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2585, 60.8639, 35.8]}, "bbox": [-150.2585, 60.8639, -150.2585, 60.8639]}, {"id": "4249", "type": "Feature", "properties": {"id": "ak16828078", "mag": 1.7, "time": 1505444473211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9441, 60.8403, 88.2]}, "bbox": [-151.9441, 60.8403, -151.9441, 60.8403]}, {"id": "4250", "type": "Feature", "properties": {"id": "ak16852882", "mag": 1.6, "time": 1505443841428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.2335, 53.7145, 69.2]}, "bbox": [-166.2335, 53.7145, -166.2335, 53.7145]}, {"id": "4251", "type": "Feature", "properties": {"id": "us2000an1z", "mag": 4.4, "time": 1505443535780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5573, 15.2748, 63.05]}, "bbox": [-93.5573, 15.2748, -93.5573, 15.2748]}, {"id": "4252", "type": "Feature", "properties": {"id": "nc72892506", "mag": 1.02, "time": 1505442684550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.553, 2.17]}, "bbox": [-118.883667, 37.553, -118.883667, 37.553]}, {"id": "4253", "type": "Feature", "properties": {"id": "hv61908531", "mag": 3.04, "time": 1505439944520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.197667, 35.437]}, "bbox": [-155.466833, 19.197667, -155.466833, 19.197667]}, {"id": "4254", "type": "Feature", "properties": {"id": "ak16827839", "mag": 1.5, "time": 1505439822541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4032, 62.4253, 2.2]}, "bbox": [-153.4032, 62.4253, -153.4032, 62.4253]}, {"id": "4255", "type": "Feature", "properties": {"id": "ci37763231", "mag": 1.55, "time": 1505439516220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.3195, 34.068167, 18.36]}, "bbox": [-117.3195, 34.068167, -117.3195, 34.068167]}, {"id": "4256", "type": "Feature", "properties": {"id": "us2000an15", "mag": 5.2, "time": 1505439500860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5689, -26.6333, 10.0]}, "bbox": [-112.5689, -26.6333, -112.5689, -26.6333]}, {"id": "4257", "type": "Feature", "properties": {"id": "us2000an0z", "mag": 4.8, "time": 1505439407990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.866, 18.8304, 42.15]}, "bbox": [94.866, 18.8304, 94.866, 18.8304]}, {"id": "4258", "type": "Feature", "properties": {"id": "nc72892491", "mag": 1.99, "time": 1505438838520, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.813833, 37.412167, -0.2]}, "bbox": [-121.813833, 37.412167, -121.813833, 37.412167]}, {"id": "4259", "type": "Feature", "properties": {"id": "nc72892486", "mag": 3.28, "time": 1505438267780, "felt": 1110.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.805667, 37.414, -0.21]}, "bbox": [-121.805667, 37.414, -121.805667, 37.414]}, {"id": "4260", "type": "Feature", "properties": {"id": "uw61307737", "mag": 1.35, "time": 1505438193040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.260833, 45.950833, -0.29]}, "bbox": [-119.260833, 45.950833, -119.260833, 45.950833]}, {"id": "4261", "type": "Feature", "properties": {"id": "us2000an0d", "mag": 2.7, "time": 1505437987460, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5868, 37.2136, 5.0]}, "bbox": [-97.5868, 37.2136, -97.5868, 37.2136]}, {"id": "4262", "type": "Feature", "properties": {"id": "us2000an0g", "mag": 4.3, "time": 1505437868680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4079, 15.6978, 35.0]}, "bbox": [-94.4079, 15.6978, -94.4079, 15.6978]}, {"id": "4263", "type": "Feature", "properties": {"id": "ak16827837", "mag": 1.3, "time": 1505437000881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7, 64.3159, 3.6]}, "bbox": [-149.7, 64.3159, -149.7, 64.3159]}, {"id": "4264", "type": "Feature", "properties": {"id": "us2000aslu", "mag": 4.1, "time": 1505436496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8507, -18.1469, 603.85]}, "bbox": [-178.8507, -18.1469, -178.8507, -18.1469]}, {"id": "4265", "type": "Feature", "properties": {"id": "ci37763199", "mag": 1.36, "time": 1505435921800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.729667, 33.651667, 14.16]}, "bbox": [-116.729667, 33.651667, -116.729667, 33.651667]}, {"id": "4266", "type": "Feature", "properties": {"id": "nc72892481", "mag": 1.05, "time": 1505435403940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1895, 36.589667, 2.71]}, "bbox": [-121.1895, 36.589667, -121.1895, 36.589667]}, {"id": "4267", "type": "Feature", "properties": {"id": "us2000aslz", "mag": 4.4, "time": 1505434827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.716, 24.4725, 93.7]}, "bbox": [141.716, 24.4725, 141.716, 24.4725]}, {"id": "4268", "type": "Feature", "properties": {"id": "us2000amzk", "mag": 4.1, "time": 1505434054870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3134, -31.912, 136.67]}, "bbox": [-67.3134, -31.912, -67.3134, -31.912]}, {"id": "4269", "type": "Feature", "properties": {"id": "ak16827738", "mag": 1.1, "time": 1505433675781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4097, 60.0357, 0.0]}, "bbox": [-139.4097, 60.0357, -139.4097, 60.0357]}, {"id": "4270", "type": "Feature", "properties": {"id": "uw61307717", "mag": 1.13, "time": 1505433139350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677167, 47.835167, -0.74]}, "bbox": [-121.677167, 47.835167, -121.677167, 47.835167]}, {"id": "4271", "type": "Feature", "properties": {"id": "nc72892476", "mag": 1.21, "time": 1505432696710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.828167, 37.448333, 11.34]}, "bbox": [-118.828167, 37.448333, -118.828167, 37.448333]}, {"id": "4272", "type": "Feature", "properties": {"id": "ak16827737", "mag": 2.4, "time": 1505432573787, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6213, 54.0704, 37.5]}, "bbox": [-163.6213, 54.0704, -163.6213, 54.0704]}, {"id": "4273", "type": "Feature", "properties": {"id": "us2000amz3", "mag": 4.1, "time": 1505431969130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.671, 15.2225, 53.79]}, "bbox": [-93.671, 15.2225, -93.671, 15.2225]}, {"id": "4274", "type": "Feature", "properties": {"id": "nc72892471", "mag": 1.5, "time": 1505431533120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4815, 38.607167, 11.47]}, "bbox": [-122.4815, 38.607167, -122.4815, 38.607167]}, {"id": "4275", "type": "Feature", "properties": {"id": "nc72892466", "mag": 1.83, "time": 1505431346810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8125, 37.417833, 0.06]}, "bbox": [-121.8125, 37.417833, -121.8125, 37.417833]}, {"id": "4276", "type": "Feature", "properties": {"id": "ak16827381", "mag": 2.1, "time": 1505430963793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5301, 63.0381, 100.7]}, "bbox": [-150.5301, 63.0381, -150.5301, 63.0381]}, {"id": "4277", "type": "Feature", "properties": {"id": "us2000amyn", "mag": 4.7, "time": 1505430410000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.7418, -15.3348, 10.0]}, "bbox": [-172.7418, -15.3348, -172.7418, -15.3348]}, {"id": "4278", "type": "Feature", "properties": {"id": "nc72892451", "mag": 1.34, "time": 1505430316610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.842333, 38.821, 2.01]}, "bbox": [-122.842333, 38.821, -122.842333, 38.821]}, {"id": "4279", "type": "Feature", "properties": {"id": "ak16827378", "mag": 1.7, "time": 1505430242693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6605, 59.9169, 0.0]}, "bbox": [-139.6605, 59.9169, -139.6605, 59.9169]}, {"id": "4280", "type": "Feature", "properties": {"id": "ak16827376", "mag": 1.4, "time": 1505430223593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3686, 64.993, 0.0]}, "bbox": [-147.3686, 64.993, -147.3686, 64.993]}, {"id": "4281", "type": "Feature", "properties": {"id": "ismpkansas70235238", "mag": 1.58, "time": 1505429674020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887667, 37.203667, 6.13]}, "bbox": [-97.887667, 37.203667, -97.887667, 37.203667]}, {"id": "4282", "type": "Feature", "properties": {"id": "ak16827373", "mag": 1.9, "time": 1505429324646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3648, 60.031, 0.0]}, "bbox": [-139.3648, 60.031, -139.3648, 60.031]}, {"id": "4283", "type": "Feature", "properties": {"id": "ak16827371", "mag": 1.2, "time": 1505429076761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7478, 61.0185, 13.6]}, "bbox": [-147.7478, 61.0185, -147.7478, 61.0185]}, {"id": "4284", "type": "Feature", "properties": {"id": "us2000amx5", "mag": 4.0, "time": 1505428206900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2168, 15.3544, 35.0]}, "bbox": [-93.2168, 15.3544, -93.2168, 15.3544]}, {"id": "4285", "type": "Feature", "properties": {"id": "nc72892426", "mag": 2.04, "time": 1505428077100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.454833, 37.434333, 10.05]}, "bbox": [-118.454833, 37.434333, -118.454833, 37.434333]}, {"id": "4286", "type": "Feature", "properties": {"id": "ak16861216", "mag": 1.9, "time": 1505427925219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0714, 56.1589, 10.1]}, "bbox": [-158.0714, 56.1589, -158.0714, 56.1589]}, {"id": "4287", "type": "Feature", "properties": {"id": "ak16827036", "mag": 2.0, "time": 1505427923919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0766, 61.1472, 0.6]}, "bbox": [-140.0766, 61.1472, -140.0766, 61.1472]}, {"id": "4288", "type": "Feature", "properties": {"id": "us2000amww", "mag": 5.2, "time": 1505427661920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.1022, -13.8345, 10.0]}, "bbox": [170.1022, -13.8345, 170.1022, -13.8345]}, {"id": "4289", "type": "Feature", "properties": {"id": "ci37763135", "mag": 1.49, "time": 1505427523820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.866, 34.011167, 16.92]}, "bbox": [-116.866, 34.011167, -116.866, 34.011167]}, {"id": "4290", "type": "Feature", "properties": {"id": "nn00605229", "mag": 2.2, "time": 1505427385689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0155, 38.8648, 4.3]}, "bbox": [-118.0155, 38.8648, -118.0155, 38.8648]}, {"id": "4291", "type": "Feature", "properties": {"id": "us2000askz", "mag": 4.1, "time": 1505426291450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.1685, -7.2026, 147.79]}, "bbox": [129.1685, -7.2026, 129.1685, -7.2026]}, {"id": "4292", "type": "Feature", "properties": {"id": "hv61908231", "mag": 2.43, "time": 1505426012270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.012665, 19.708, 2.82]}, "bbox": [-155.012665, 19.708, -155.012665, 19.708]}, {"id": "4293", "type": "Feature", "properties": {"id": "uu60245817", "mag": 1.37, "time": 1505425437900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.738, 38.746667, 7.72]}, "bbox": [-112.738, 38.746667, -112.738, 38.746667]}, {"id": "4294", "type": "Feature", "properties": {"id": "ak16827032", "mag": 1.7, "time": 1505425052822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4453, 59.9712, 0.0]}, "bbox": [-139.4453, 59.9712, -139.4453, 59.9712]}, {"id": "4295", "type": "Feature", "properties": {"id": "ak16827035", "mag": 2.3, "time": 1505424622002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6154, 53.6195, 25.6]}, "bbox": [-164.6154, 53.6195, -164.6154, 53.6195]}, {"id": "4296", "type": "Feature", "properties": {"id": "us2000asl6", "mag": 4.4, "time": 1505424366710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1651, -12.9278, 10.0]}, "bbox": [122.1651, -12.9278, 122.1651, -12.9278]}, {"id": "4297", "type": "Feature", "properties": {"id": "pr2017257005", "mag": 3.03, "time": 1505423754820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8618, 18.9605, 5.0]}, "bbox": [-67.8618, 18.9605, -67.8618, 18.9605]}, {"id": "4298", "type": "Feature", "properties": {"id": "us2000amub", "mag": 2.8, "time": 1505423589100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1847, 37.3761, 9.38]}, "bbox": [-98.1847, 37.3761, -98.1847, 37.3761]}, {"id": "4299", "type": "Feature", "properties": {"id": "nc72892386", "mag": 1.71, "time": 1505423524180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.993, 37.849, 7.27]}, "bbox": [-121.993, 37.849, -121.993, 37.849]}, {"id": "4300", "type": "Feature", "properties": {"id": "uw61307597", "mag": 1.91, "time": 1505423420600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.516333, 49.4855, -1.5]}, "bbox": [-120.516333, 49.4855, -120.516333, 49.4855]}, {"id": "4301", "type": "Feature", "properties": {"id": "ak16827021", "mag": 2.6, "time": 1505422812693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9235, 64.0866, 5.1]}, "bbox": [-148.9235, 64.0866, -148.9235, 64.0866]}, {"id": "4302", "type": "Feature", "properties": {"id": "pr2017257004", "mag": 3.1, "time": 1505421809880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.5351, 18.7848, 5.0]}, "bbox": [-67.5351, 18.7848, -67.5351, 18.7848]}, {"id": "4303", "type": "Feature", "properties": {"id": "uw61307587", "mag": 2.41, "time": 1505421654690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.8785, 6.64]}, "bbox": [-122.038167, 46.8785, -122.038167, 46.8785]}, {"id": "4304", "type": "Feature", "properties": {"id": "ci37763103", "mag": 1.09, "time": 1505421634220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.484667, 33.852667, -0.55]}, "bbox": [-117.484667, 33.852667, -117.484667, 33.852667]}, {"id": "4305", "type": "Feature", "properties": {"id": "ci37763095", "mag": 2.06, "time": 1505421264070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.377, 34.075, 2.89]}, "bbox": [-116.377, 34.075, -116.377, 34.075]}, {"id": "4306", "type": "Feature", "properties": {"id": "ci37763087", "mag": 1.19, "time": 1505421203990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 33.981667, 6.59]}, "bbox": [-116.9245, 33.981667, -116.9245, 33.981667]}, {"id": "4307", "type": "Feature", "properties": {"id": "uw61307577", "mag": 2.03, "time": 1505420251860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.875667, 6.94]}, "bbox": [-122.041833, 46.875667, -122.041833, 46.875667]}, {"id": "4308", "type": "Feature", "properties": {"id": "ci37763071", "mag": 1.01, "time": 1505420033530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.481, 33.8295, -0.53]}, "bbox": [-117.481, 33.8295, -117.481, 33.8295]}, {"id": "4309", "type": "Feature", "properties": {"id": "us2000amr0", "mag": 3.2, "time": 1505419914220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2947, 31.1684, 5.0]}, "bbox": [-103.2947, 31.1684, -103.2947, 31.1684]}, {"id": "4310", "type": "Feature", "properties": {"id": "ak16826805", "mag": 1.7, "time": 1505419715229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.541, 59.9804, 0.0]}, "bbox": [-139.541, 59.9804, -139.541, 59.9804]}, {"id": "4311", "type": "Feature", "properties": {"id": "mb80255399", "mag": 3.06, "time": 1505419221280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5865, 48.5185, 11.24]}, "bbox": [-114.5865, 48.5185, -114.5865, 48.5185]}, {"id": "4312", "type": "Feature", "properties": {"id": "uu60245777", "mag": 2.41, "time": 1505419186750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.829333, 40.126, 5.93]}, "bbox": [-108.829333, 40.126, -108.829333, 40.126]}, {"id": "4313", "type": "Feature", "properties": {"id": "ak16826800", "mag": 1.6, "time": 1505419140835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9798, 59.9221, 1.1]}, "bbox": [-140.9798, 59.9221, -140.9798, 59.9221]}, {"id": "4314", "type": "Feature", "properties": {"id": "nc72892321", "mag": 1.03, "time": 1505418518980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838833, 37.542333, 4.28]}, "bbox": [-118.838833, 37.542333, -118.838833, 37.542333]}, {"id": "4315", "type": "Feature", "properties": {"id": "ak16861208", "mag": 1.9, "time": 1505418243673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0345, 59.5576, 91.9]}, "bbox": [-153.0345, 59.5576, -153.0345, 59.5576]}, {"id": "4316", "type": "Feature", "properties": {"id": "nc72892316", "mag": 1.93, "time": 1505418215210, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825833, 37.479167, 0.95]}, "bbox": [-118.825833, 37.479167, -118.825833, 37.479167]}, {"id": "4317", "type": "Feature", "properties": {"id": "uw61307562", "mag": 1.61, "time": 1505417734660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201667, 47.657667, 24.36]}, "bbox": [-122.201667, 47.657667, -122.201667, 47.657667]}, {"id": "4318", "type": "Feature", "properties": {"id": "nc72892311", "mag": 2.58, "time": 1505417475310, "felt": 83.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815167, 37.412167, -0.2]}, "bbox": [-121.815167, 37.412167, -121.815167, 37.412167]}, {"id": "4319", "type": "Feature", "properties": {"id": "ak16826593", "mag": 3.3, "time": 1505417123986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9114, 52.3919, 7.2]}, "bbox": [-162.9114, 52.3919, -162.9114, 52.3919]}, {"id": "4320", "type": "Feature", "properties": {"id": "ld60143041", "mag": 1.13, "time": 1505416429790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.886167, 43.172167, 4.49]}, "bbox": [-78.886167, 43.172167, -78.886167, 43.172167]}, {"id": "4321", "type": "Feature", "properties": {"id": "us2000amnb", "mag": 3.0, "time": 1505416249190, "felt": 10.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5193, 36.2853, 5.18]}, "bbox": [-97.5193, 36.2853, -97.5193, 36.2853]}, {"id": "4322", "type": "Feature", "properties": {"id": "ak16826590", "mag": 1.5, "time": 1505416113279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1135, 61.6397, 76.8]}, "bbox": [-151.1135, 61.6397, -151.1135, 61.6397]}, {"id": "4323", "type": "Feature", "properties": {"id": "ak16826581", "mag": 3.0, "time": 1505415978301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7549, 53.141, 25.5]}, "bbox": [-166.7549, 53.141, -166.7549, 53.141]}, {"id": "4324", "type": "Feature", "properties": {"id": "ak16826576", "mag": 2.1, "time": 1505415492270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 60.0386, 108.3]}, "bbox": [-152.9009, 60.0386, -152.9009, 60.0386]}, {"id": "4325", "type": "Feature", "properties": {"id": "ak16826575", "mag": 1.4, "time": 1505414640813, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4567, 60.0012, 0.0]}, "bbox": [-139.4567, 60.0012, -139.4567, 60.0012]}, {"id": "4326", "type": "Feature", "properties": {"id": "nc72892281", "mag": 1.22, "time": 1505414516760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.106667, 37.328833, -0.31]}, "bbox": [-122.106667, 37.328833, -122.106667, 37.328833]}, {"id": "4327", "type": "Feature", "properties": {"id": "ak16826369", "mag": 1.5, "time": 1505413533625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2439, 60.5671, 11.9]}, "bbox": [-141.2439, 60.5671, -141.2439, 60.5671]}, {"id": "4328", "type": "Feature", "properties": {"id": "ak16826365", "mag": 2.1, "time": 1505413453164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2344, 60.5666, 13.6]}, "bbox": [-141.2344, 60.5666, -141.2344, 60.5666]}, {"id": "4329", "type": "Feature", "properties": {"id": "ak16826364", "mag": 1.2, "time": 1505413265164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6599, 59.9119, 0.0]}, "bbox": [-139.6599, 59.9119, -139.6599, 59.9119]}, {"id": "4330", "type": "Feature", "properties": {"id": "ci37763023", "mag": 1.39, "time": 1505413136790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.316167, 35.0525, -0.97]}, "bbox": [-118.316167, 35.0525, -118.316167, 35.0525]}, {"id": "4331", "type": "Feature", "properties": {"id": "uw61307532", "mag": 1.1, "time": 1505412859730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3855, 45.629833, -1.63]}, "bbox": [-121.3855, 45.629833, -121.3855, 45.629833]}, {"id": "4332", "type": "Feature", "properties": {"id": "nc72892266", "mag": 0.96, "time": 1505412496280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.5355, 0.22]}, "bbox": [-118.823167, 37.5355, -118.823167, 37.5355]}, {"id": "4333", "type": "Feature", "properties": {"id": "nc72892261", "mag": 1.1, "time": 1505411783250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808166, 38.800167, 2.65]}, "bbox": [-122.808166, 38.800167, -122.808166, 38.800167]}, {"id": "4334", "type": "Feature", "properties": {"id": "ak16826335", "mag": 1.2, "time": 1505411310289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0556, 61.0558, 10.6]}, "bbox": [-148.0556, 61.0558, -148.0556, 61.0558]}, {"id": "4335", "type": "Feature", "properties": {"id": "ak16826330", "mag": 1.6, "time": 1505411005327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8642, 60.9198, 10.0]}, "bbox": [-150.8642, 60.9198, -150.8642, 60.9198]}, {"id": "4336", "type": "Feature", "properties": {"id": "us2000amk5", "mag": 5.8, "time": 1505410888670, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.732, 18.6699, 173.3]}, "bbox": [145.732, 18.6699, 145.732, 18.6699]}, {"id": "4337", "type": "Feature", "properties": {"id": "nc72892241", "mag": 3.28, "time": 1505410337330, "felt": 1346.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8135, 37.411667, -0.21]}, "bbox": [-121.8135, 37.411667, -121.8135, 37.411667]}, {"id": "4338", "type": "Feature", "properties": {"id": "us2000amw9", "mag": 2.9, "time": 1505410106220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.434, 42.5971, 8.27]}, "bbox": [-111.434, 42.5971, -111.434, 42.5971]}, {"id": "4339", "type": "Feature", "properties": {"id": "ci37762975", "mag": 1.37, "time": 1505410085790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795333, 33.494833, 5.03]}, "bbox": [-116.795333, 33.494833, -116.795333, 33.494833]}, {"id": "4340", "type": "Feature", "properties": {"id": "us2000amja", "mag": 3.2, "time": 1505409999020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.586, 8.7]}, "bbox": [-111.4403, 42.586, -111.4403, 42.586]}, {"id": "4341", "type": "Feature", "properties": {"id": "uw61307502", "mag": 2.03, "time": 1505409449050, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775333, 47.590667, 26.27]}, "bbox": [-122.775333, 47.590667, -122.775333, 47.590667]}, {"id": "4342", "type": "Feature", "properties": {"id": "us2000amis", "mag": 4.1, "time": 1505408885650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3313, 15.7247, 66.16]}, "bbox": [-94.3313, 15.7247, -94.3313, 15.7247]}, {"id": "4343", "type": "Feature", "properties": {"id": "ak16826120", "mag": 2.2, "time": 1505408670072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8183, 60.7702, 77.9]}, "bbox": [-151.8183, 60.7702, -151.8183, 60.7702]}, {"id": "4344", "type": "Feature", "properties": {"id": "us2000amhu", "mag": 2.5, "time": 1505407539000, "felt": 179.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.0236, 32.7967, 6.19]}, "bbox": [-97.0236, 32.7967, -97.0236, 32.7967]}, {"id": "4345", "type": "Feature", "properties": {"id": "ak16826109", "mag": 3.4, "time": 1505406315703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9733, 53.4109, 37.9]}, "bbox": [-165.9733, 53.4109, -165.9733, 53.4109]}, {"id": "4346", "type": "Feature", "properties": {"id": "pr2017257003", "mag": 1.93, "time": 1505405250720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1335, 18.0533, 14.0]}, "bbox": [-67.1335, 18.0533, -67.1335, 18.0533]}, {"id": "4347", "type": "Feature", "properties": {"id": "ak16825909", "mag": 3.0, "time": 1505405033445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4291, 57.7254, 15.0]}, "bbox": [-154.4291, 57.7254, -154.4291, 57.7254]}, {"id": "4348", "type": "Feature", "properties": {"id": "ak16861191", "mag": 2.2, "time": 1505404726740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4598, 52.5561, 41.6]}, "bbox": [-168.4598, 52.5561, -168.4598, 52.5561]}, {"id": "4349", "type": "Feature", "properties": {"id": "us2000amga", "mag": 4.5, "time": 1505404343560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.122, -6.0228, 63.06]}, "bbox": [147.122, -6.0228, 147.122, -6.0228]}, {"id": "4350", "type": "Feature", "properties": {"id": "uu60245622", "mag": 1.46, "time": 1505403828660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.640167, 41.675, 10.23]}, "bbox": [-111.640167, 41.675, -111.640167, 41.675]}, {"id": "4351", "type": "Feature", "properties": {"id": "ci37762935", "mag": 1.53, "time": 1505403471570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7005, 36.071833, 0.62]}, "bbox": [-117.7005, 36.071833, -117.7005, 36.071833]}, {"id": "4352", "type": "Feature", "properties": {"id": "ak16861190", "mag": 1.9, "time": 1505403359391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3367, 58.804, 116.8]}, "bbox": [-154.3367, 58.804, -154.3367, 58.804]}, {"id": "4353", "type": "Feature", "properties": {"id": "ci37762927", "mag": 1.08, "time": 1505403357540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6365, 33.9595, 15.51]}, "bbox": [-116.6365, 33.9595, -116.6365, 33.9595]}, {"id": "4354", "type": "Feature", "properties": {"id": "ak16825908", "mag": 1.4, "time": 1505402885768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5012, 61.3116, 5.2]}, "bbox": [-152.5012, 61.3116, -152.5012, 61.3116]}, {"id": "4355", "type": "Feature", "properties": {"id": "ak16825714", "mag": 2.2, "time": 1505399922942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5211, 53.4862, 2.6]}, "bbox": [-164.5211, 53.4862, -164.5211, 53.4862]}, {"id": "4356", "type": "Feature", "properties": {"id": "nc72892201", "mag": 2.8, "time": 1505399703490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8115, 37.473, 1.65]}, "bbox": [-118.8115, 37.473, -118.8115, 37.473]}, {"id": "4357", "type": "Feature", "properties": {"id": "ak16825708", "mag": 2.5, "time": 1505399664156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3242, 59.9299, 129.9]}, "bbox": [-153.3242, 59.9299, -153.3242, 59.9299]}, {"id": "4358", "type": "Feature", "properties": {"id": "us2000amdz", "mag": 4.3, "time": 1505399623950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8439, 15.4623, 51.01]}, "bbox": [-94.8439, 15.4623, -94.8439, 15.4623]}, {"id": "4359", "type": "Feature", "properties": {"id": "ismpkansas70235213", "mag": 2.12, "time": 1505398747570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888167, 37.203167, 5.99]}, "bbox": [-97.888167, 37.203167, -97.888167, 37.203167]}, {"id": "4360", "type": "Feature", "properties": {"id": "ak16825704", "mag": 1.0, "time": 1505398436381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6928, 63.8584, 11.4]}, "bbox": [-148.6928, 63.8584, -148.6928, 63.8584]}, {"id": "4361", "type": "Feature", "properties": {"id": "ci37762895", "mag": 1.82, "time": 1505398376370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448167, 33.465, 11.86]}, "bbox": [-116.448167, 33.465, -116.448167, 33.465]}, {"id": "4362", "type": "Feature", "properties": {"id": "mb80255329", "mag": 1.87, "time": 1505398289770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534833, 46.870333, 11.87]}, "bbox": [-112.534833, 46.870333, -112.534833, 46.870333]}, {"id": "4363", "type": "Feature", "properties": {"id": "ak16825519", "mag": 1.8, "time": 1505397944345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.464, 59.9879, 0.0]}, "bbox": [-139.464, 59.9879, -139.464, 59.9879]}, {"id": "4364", "type": "Feature", "properties": {"id": "us2000amcx", "mag": 2.4, "time": 1505397840240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4117, 42.6047, 6.9]}, "bbox": [-111.4117, 42.6047, -111.4117, 42.6047]}, {"id": "4365", "type": "Feature", "properties": {"id": "pr2017257002", "mag": 3.32, "time": 1505397292070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.3985, 17.9023, 89.0]}, "bbox": [-68.3985, 17.9023, -68.3985, 17.9023]}, {"id": "4366", "type": "Feature", "properties": {"id": "ak16861180", "mag": 2.0, "time": 1505397099289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7867, 53.5505, 48.9]}, "bbox": [-164.7867, 53.5505, -164.7867, 53.5505]}, {"id": "4367", "type": "Feature", "properties": {"id": "ak16861178", "mag": 1.1, "time": 1505394745904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8149, 59.8173, 16.0]}, "bbox": [-136.8149, 59.8173, -136.8149, 59.8173]}, {"id": "4368", "type": "Feature", "properties": {"id": "nc72892181", "mag": 0.97, "time": 1505394542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.603833, 3.53]}, "bbox": [-118.833667, 37.603833, -118.833667, 37.603833]}, {"id": "4369", "type": "Feature", "properties": {"id": "nn00605167", "mag": 1.1, "time": 1505394484720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9328, 38.4065, 6.7]}, "bbox": [-118.9328, 38.4065, -118.9328, 38.4065]}, {"id": "4370", "type": "Feature", "properties": {"id": "ak16825327", "mag": 1.8, "time": 1505394377057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5142, 60.0065, 0.0]}, "bbox": [-139.5142, 60.0065, -139.5142, 60.0065]}, {"id": "4371", "type": "Feature", "properties": {"id": "ak16825325", "mag": 1.1, "time": 1505393895767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0247, 61.1655, 6.0]}, "bbox": [-140.0247, 61.1655, -140.0247, 61.1655]}, {"id": "4372", "type": "Feature", "properties": {"id": "ak16825323", "mag": 1.3, "time": 1505393727514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0737, 61.1407, 3.8]}, "bbox": [-140.0737, 61.1407, -140.0737, 61.1407]}, {"id": "4373", "type": "Feature", "properties": {"id": "us2000ambm", "mag": 2.8, "time": 1505393579230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5276, 8.74]}, "bbox": [-111.4339, 42.5276, -111.4339, 42.5276]}, {"id": "4374", "type": "Feature", "properties": {"id": "nc72892176", "mag": 1.12, "time": 1505393008100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8295, 37.486167, 1.89]}, "bbox": [-118.8295, 37.486167, -118.8295, 37.486167]}, {"id": "4375", "type": "Feature", "properties": {"id": "ak16825308", "mag": 2.8, "time": 1505392115017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1037, 58.6121, 140.4]}, "bbox": [-155.1037, 58.6121, -155.1037, 58.6121]}, {"id": "4376", "type": "Feature", "properties": {"id": "nc72892171", "mag": 1.95, "time": 1505392014690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.811, 37.47, 1.05]}, "bbox": [-118.811, 37.47, -118.811, 37.47]}, {"id": "4377", "type": "Feature", "properties": {"id": "ci37762879", "mag": 2.48, "time": 1505391903440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.03, 34.269167, 1.91]}, "bbox": [-117.03, 34.269167, -117.03, 34.269167]}, {"id": "4378", "type": "Feature", "properties": {"id": "hv61907846", "mag": 1.74, "time": 1505391154930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.801498, 20.135166, 20.69]}, "bbox": [-155.801498, 20.135166, -155.801498, 20.135166]}, {"id": "4379", "type": "Feature", "properties": {"id": "ak16825129", "mag": 1.8, "time": 1505390600450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6941, 53.4145, 21.6]}, "bbox": [-165.6941, 53.4145, -165.6941, 53.4145]}, {"id": "4380", "type": "Feature", "properties": {"id": "uu60245547", "mag": 1.86, "time": 1505390326640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506167, 37.5615, 15.73]}, "bbox": [-112.506167, 37.5615, -112.506167, 37.5615]}, {"id": "4381", "type": "Feature", "properties": {"id": "ak16825126", "mag": 1.4, "time": 1505389290941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5082, 60.1407, 0.0]}, "bbox": [-141.5082, 60.1407, -141.5082, 60.1407]}, {"id": "4382", "type": "Feature", "properties": {"id": "ak16825125", "mag": 1.0, "time": 1505389269829, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3654, 61.4964, 18.3]}, "bbox": [-150.3654, 61.4964, -150.3654, 61.4964]}, {"id": "4383", "type": "Feature", "properties": {"id": "ak16861166", "mag": 1.9, "time": 1505388913353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3862, 51.6162, 20.9]}, "bbox": [-178.3862, 51.6162, -178.3862, 51.6162]}, {"id": "4384", "type": "Feature", "properties": {"id": "ak16825120", "mag": 2.1, "time": 1505388602725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.7931, 54.8482, 3.3]}, "bbox": [-159.7931, 54.8482, -159.7931, 54.8482]}, {"id": "4385", "type": "Feature", "properties": {"id": "ak16825116", "mag": 1.5, "time": 1505388522841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3442, 61.3489, 49.0]}, "bbox": [-150.3442, 61.3489, -150.3442, 61.3489]}, {"id": "4386", "type": "Feature", "properties": {"id": "ak16825115", "mag": 1.2, "time": 1505388281614, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5528, 61.7241, 28.7]}, "bbox": [-146.5528, 61.7241, -146.5528, 61.7241]}, {"id": "4387", "type": "Feature", "properties": {"id": "ak16824940", "mag": 1.2, "time": 1505387093135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3758, 61.1701, 24.7]}, "bbox": [-148.3758, 61.1701, -148.3758, 61.1701]}, {"id": "4388", "type": "Feature", "properties": {"id": "nc72892141", "mag": 1.22, "time": 1505386514410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.131, 36.571833, 9.94]}, "bbox": [-121.131, 36.571833, -121.131, 36.571833]}, {"id": "4389", "type": "Feature", "properties": {"id": "ak16824937", "mag": 2.5, "time": 1505385684936, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.0082, 52.3291, 6.7]}, "bbox": [-168.0082, 52.3291, -168.0082, 52.3291]}, {"id": "4390", "type": "Feature", "properties": {"id": "ak16824932", "mag": 1.6, "time": 1505384400903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5379, 59.9886, 0.0]}, "bbox": [-139.5379, 59.9886, -139.5379, 59.9886]}, {"id": "4391", "type": "Feature", "properties": {"id": "ak16824930", "mag": 1.2, "time": 1505383839558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3238, 66.4782, 11.1]}, "bbox": [-144.3238, 66.4782, -144.3238, 66.4782]}, {"id": "4392", "type": "Feature", "properties": {"id": "ak16861154", "mag": 1.9, "time": 1505383026342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.851, 54.0129, 69.5]}, "bbox": [-164.851, 54.0129, -164.851, 54.0129]}, {"id": "4393", "type": "Feature", "properties": {"id": "hv61907791", "mag": 1.61, "time": 1505382391650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.223667, 18.879, 14.409]}, "bbox": [-155.223667, 18.879, -155.223667, 18.879]}, {"id": "4394", "type": "Feature", "properties": {"id": "ak16824762", "mag": 1.4, "time": 1505381878343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4212, 60.1553, 64.8]}, "bbox": [-151.4212, 60.1553, -151.4212, 60.1553]}, {"id": "4395", "type": "Feature", "properties": {"id": "ak16824759", "mag": 2.0, "time": 1505381875397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7269, 61.5265, 60.3]}, "bbox": [-150.7269, 61.5265, -150.7269, 61.5265]}, {"id": "4396", "type": "Feature", "properties": {"id": "nc72892131", "mag": 0.97, "time": 1505381710130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720001, 38.778168, 1.63]}, "bbox": [-122.720001, 38.778168, -122.720001, 38.778168]}, {"id": "4397", "type": "Feature", "properties": {"id": "ak16824756", "mag": 2.0, "time": 1505380861272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.1915, 70.1]}, "bbox": [-152.0471, 60.1915, -152.0471, 60.1915]}, {"id": "4398", "type": "Feature", "properties": {"id": "ak16861150", "mag": 2.6, "time": 1505380391671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8518, 53.4455, 2.8]}, "bbox": [-162.8518, 53.4455, -162.8518, 53.4455]}, {"id": "4399", "type": "Feature", "properties": {"id": "ak16824753", "mag": 2.6, "time": 1505380263376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1582, 56.2796, 14.2]}, "bbox": [-158.1582, 56.2796, -158.1582, 56.2796]}, {"id": "4400", "type": "Feature", "properties": {"id": "uu60245457", "mag": 2.53, "time": 1505379272870, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.827333, 40.120667, -3.25]}, "bbox": [-108.827333, 40.120667, -108.827333, 40.120667]}, {"id": "4401", "type": "Feature", "properties": {"id": "ci37762823", "mag": 2.96, "time": 1505378281630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181833, 31.831667, 18.32]}, "bbox": [-116.181833, 31.831667, -116.181833, 31.831667]}, {"id": "4402", "type": "Feature", "properties": {"id": "nc72892121", "mag": 1.02, "time": 1505377845780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717499, 38.774666, 2.13]}, "bbox": [-122.717499, 38.774666, -122.717499, 38.774666]}, {"id": "4403", "type": "Feature", "properties": {"id": "nc72892116", "mag": 1.11, "time": 1505377833950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.714333, 38.776667, 1.68]}, "bbox": [-122.714333, 38.776667, -122.714333, 38.776667]}, {"id": "4404", "type": "Feature", "properties": {"id": "us2000am81", "mag": 4.6, "time": 1505377166860, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4481, -11.977, 10.0]}, "bbox": [-76.4481, -11.977, -76.4481, -11.977]}, {"id": "4405", "type": "Feature", "properties": {"id": "ismpkansas70235208", "mag": 1.81, "time": 1505376928150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570333, 37.345667, 5.05]}, "bbox": [-97.570333, 37.345667, -97.570333, 37.345667]}, {"id": "4406", "type": "Feature", "properties": {"id": "ak16824583", "mag": 1.6, "time": 1505376729312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4585, 60.3656, 97.6]}, "bbox": [-152.4585, 60.3656, -152.4585, 60.3656]}, {"id": "4407", "type": "Feature", "properties": {"id": "nc72892106", "mag": 1.19, "time": 1505376712450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799833, 38.712667, 4.08]}, "bbox": [-122.799833, 38.712667, -122.799833, 38.712667]}, {"id": "4408", "type": "Feature", "properties": {"id": "ci37762815", "mag": 1.04, "time": 1505374690080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.221833, 32.924167, 12.12]}, "bbox": [-116.221833, 32.924167, -116.221833, 32.924167]}, {"id": "4409", "type": "Feature", "properties": {"id": "ak16824572", "mag": 1.6, "time": 1505374660381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7598, 65.436, 12.0]}, "bbox": [-144.7598, 65.436, -144.7598, 65.436]}, {"id": "4410", "type": "Feature", "properties": {"id": "us2000am75", "mag": 4.4, "time": 1505372640680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6754, -34.2973, 1.87]}, "bbox": [-72.6754, -34.2973, -72.6754, -34.2973]}, {"id": "4411", "type": "Feature", "properties": {"id": "ak16824419", "mag": 1.8, "time": 1505372310107, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5103, 60.0002, 0.0]}, "bbox": [-139.5103, 60.0002, -139.5103, 60.0002]}, {"id": "4412", "type": "Feature", "properties": {"id": "ci37762807", "mag": 1.14, "time": 1505372248820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.872333, 36.502833, 6.38]}, "bbox": [-117.872333, 36.502833, -117.872333, 36.502833]}, {"id": "4413", "type": "Feature", "properties": {"id": "ak16824418", "mag": 1.0, "time": 1505372093089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8634, 59.8384, 41.0]}, "bbox": [-150.8634, 59.8384, -150.8634, 59.8384]}, {"id": "4414", "type": "Feature", "properties": {"id": "ak16824415", "mag": 1.3, "time": 1505371860862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4454, 63.0596, 8.2]}, "bbox": [-151.4454, 63.0596, -151.4454, 63.0596]}, {"id": "4415", "type": "Feature", "properties": {"id": "ci37762783", "mag": 1.64, "time": 1505371108250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.625167, 32.844, 11.98]}, "bbox": [-115.625167, 32.844, -115.625167, 32.844]}, {"id": "4416", "type": "Feature", "properties": {"id": "ak16824411", "mag": 1.3, "time": 1505371053195, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1765, 60.359, 0.0]}, "bbox": [-141.1765, 60.359, -141.1765, 60.359]}, {"id": "4417", "type": "Feature", "properties": {"id": "us2000aywv", "mag": 4.0, "time": 1505370268660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6903, 15.5507, 43.43]}, "bbox": [-94.6903, 15.5507, -94.6903, 15.5507]}, {"id": "4418", "type": "Feature", "properties": {"id": "ci37762759", "mag": 1.32, "time": 1505370002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.733, 33.668167, 13.69]}, "bbox": [-116.733, 33.668167, -116.733, 33.668167]}, {"id": "4419", "type": "Feature", "properties": {"id": "hv61907731", "mag": 1.75, "time": 1505369997330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382, 19.236, 32.221]}, "bbox": [-155.382, 19.236, -155.382, 19.236]}, {"id": "4420", "type": "Feature", "properties": {"id": "ci37762751", "mag": 0.96, "time": 1505369947950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.674333, 14.82]}, "bbox": [-116.731167, 33.674333, -116.731167, 33.674333]}, {"id": "4421", "type": "Feature", "properties": {"id": "us2000aywt", "mag": 4.0, "time": 1505369661520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2582, 14.9559, 25.35]}, "bbox": [-94.2582, 14.9559, -94.2582, 14.9559]}, {"id": "4422", "type": "Feature", "properties": {"id": "nc72892081", "mag": 1.08, "time": 1505369496760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1615, 36.5675, 3.55]}, "bbox": [-121.1615, 36.5675, -121.1615, 36.5675]}, {"id": "4423", "type": "Feature", "properties": {"id": "us2000am6i", "mag": 4.5, "time": 1505369450740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3229, 15.1323, 35.74]}, "bbox": [-94.3229, 15.1323, -94.3229, 15.1323]}, {"id": "4424", "type": "Feature", "properties": {"id": "us2000am6b", "mag": 4.4, "time": 1505369156780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7112, 15.4856, 25.87]}, "bbox": [-94.7112, 15.4856, -94.7112, 15.4856]}, {"id": "4425", "type": "Feature", "properties": {"id": "us2000am61", "mag": 3.0, "time": 1505368177800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3656, 36.7402, 7.992]}, "bbox": [-98.3656, 36.7402, -98.3656, 36.7402]}, {"id": "4426", "type": "Feature", "properties": {"id": "hv61907641", "mag": 2.26, "time": 1505367585250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.425667, 19.294167, 8.845]}, "bbox": [-155.425667, 19.294167, -155.425667, 19.294167]}, {"id": "4427", "type": "Feature", "properties": {"id": "us2000arcx", "mag": 3.2, "time": 1505367393080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4046, 51.5999, 12.8]}, "bbox": [-178.4046, 51.5999, -178.4046, 51.5999]}, {"id": "4428", "type": "Feature", "properties": {"id": "us2000am5i", "mag": 4.2, "time": 1505366427980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0841, 14.4266, 49.2]}, "bbox": [-93.0841, 14.4266, -93.0841, 14.4266]}, {"id": "4429", "type": "Feature", "properties": {"id": "us2000amaf", "mag": 4.7, "time": 1505366112080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.0489, -1.356, 10.0]}, "bbox": [148.0489, -1.356, 148.0489, -1.356]}, {"id": "4430", "type": "Feature", "properties": {"id": "nc72892391", "mag": 1.0, "time": 1505365754150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669167, 40.386833, 6.29]}, "bbox": [-121.669167, 40.386833, -121.669167, 40.386833]}, {"id": "4431", "type": "Feature", "properties": {"id": "us2000am56", "mag": 4.7, "time": 1505365399680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0709, 14.4637, 52.71]}, "bbox": [-93.0709, 14.4637, -93.0709, 14.4637]}, {"id": "4432", "type": "Feature", "properties": {"id": "mb80255284", "mag": 0.98, "time": 1505365218550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.8975, 13.3]}, "bbox": [-112.522, 46.8975, -112.522, 46.8975]}, {"id": "4433", "type": "Feature", "properties": {"id": "ak16861140", "mag": 1.2, "time": 1505365047321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0097, 62.5721, 78.1]}, "bbox": [-151.0097, 62.5721, -151.0097, 62.5721]}, {"id": "4434", "type": "Feature", "properties": {"id": "ci37762615", "mag": 0.95, "time": 1505364900090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.405833, 33.049333, 3.39]}, "bbox": [-116.405833, 33.049333, -116.405833, 33.049333]}, {"id": "4435", "type": "Feature", "properties": {"id": "nc72892056", "mag": 1.38, "time": 1505364695740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.54, 4.68]}, "bbox": [-118.834, 37.54, -118.834, 37.54]}, {"id": "4436", "type": "Feature", "properties": {"id": "uw61307352", "mag": 1.78, "time": 1505364485340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.942833, 46.866667, 10.19]}, "bbox": [-121.942833, 46.866667, -121.942833, 46.866667]}, {"id": "4437", "type": "Feature", "properties": {"id": "ak16824230", "mag": 1.9, "time": 1505364358950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.959, 59.8075, 60.6]}, "bbox": [-151.959, 59.8075, -151.959, 59.8075]}, {"id": "4438", "type": "Feature", "properties": {"id": "ci37762599", "mag": 1.23, "time": 1505364106870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.992833, 33.957167, 16.75]}, "bbox": [-117.992833, 33.957167, -117.992833, 33.957167]}, {"id": "4439", "type": "Feature", "properties": {"id": "ci37762591", "mag": 2.12, "time": 1505363550640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.864667, 34.336333, 2.71]}, "bbox": [-116.864667, 34.336333, -116.864667, 34.336333]}, {"id": "4440", "type": "Feature", "properties": {"id": "nc72892041", "mag": 1.83, "time": 1505363410540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.540667, 4.76]}, "bbox": [-118.834167, 37.540667, -118.834167, 37.540667]}, {"id": "4441", "type": "Feature", "properties": {"id": "ak16824097", "mag": 1.0, "time": 1505363016608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1668, 62.6309, 61.1]}, "bbox": [-149.1668, 62.6309, -149.1668, 62.6309]}, {"id": "4442", "type": "Feature", "properties": {"id": "us2000am4b", "mag": 3.2, "time": 1505362481060, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9406, 37.3096, 5.0]}, "bbox": [-97.9406, 37.3096, -97.9406, 37.3096]}, {"id": "4443", "type": "Feature", "properties": {"id": "ak16823967", "mag": 2.0, "time": 1505361191283, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2972, 61.0176, 70.0]}, "bbox": [-151.2972, 61.0176, -151.2972, 61.0176]}, {"id": "4444", "type": "Feature", "properties": {"id": "pr2017257000", "mag": 4.32, "time": 1505360450920, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.791, 18.2223, 133.0]}, "bbox": [-68.791, 18.2223, -68.791, 18.2223]}, {"id": "4445", "type": "Feature", "properties": {"id": "us2000am3s", "mag": 3.3, "time": 1505360430180, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5112, 36.2854, 3.99]}, "bbox": [-97.5112, 36.2854, -97.5112, 36.2854]}, {"id": "4446", "type": "Feature", "properties": {"id": "ci37762583", "mag": 1.43, "time": 1505358534420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6335, 37.005167, 1.55]}, "bbox": [-117.6335, 37.005167, -117.6335, 37.005167]}, {"id": "4447", "type": "Feature", "properties": {"id": "ci37762575", "mag": 1.39, "time": 1505358219310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606667, 32.828, 12.41]}, "bbox": [-115.606667, 32.828, -115.606667, 32.828]}, {"id": "4448", "type": "Feature", "properties": {"id": "ci37762567", "mag": 1.41, "time": 1505358109150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.427667, 34.225833, 13.02]}, "bbox": [-117.427667, 34.225833, -117.427667, 34.225833]}, {"id": "4449", "type": "Feature", "properties": {"id": "us2000amd4", "mag": 3.2, "time": 1505357901130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4442, 42.5241, 6.99]}, "bbox": [-111.4442, 42.5241, -111.4442, 42.5241]}, {"id": "4450", "type": "Feature", "properties": {"id": "us2000amd0", "mag": 3.1, "time": 1505357873450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4212, 42.5232, 8.42]}, "bbox": [-111.4212, 42.5232, -111.4212, 42.5232]}, {"id": "4451", "type": "Feature", "properties": {"id": "us2000am2z", "mag": 4.0, "time": 1505357591000, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.5096, 5.0]}, "bbox": [-111.4618, 42.5096, -111.4618, 42.5096]}, {"id": "4452", "type": "Feature", "properties": {"id": "uu60245162", "mag": 3.43, "time": 1505357581000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.522333, 7.86]}, "bbox": [-111.426833, 42.522333, -111.426833, 42.522333]}, {"id": "4453", "type": "Feature", "properties": {"id": "ak16861134", "mag": 1.6, "time": 1505356675370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8887, 59.6609, 90.7]}, "bbox": [-152.8887, 59.6609, -152.8887, 59.6609]}, {"id": "4454", "type": "Feature", "properties": {"id": "ak16823826", "mag": 1.2, "time": 1505356643722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.394, 60.1683, 0.0]}, "bbox": [-141.394, 60.1683, -141.394, 60.1683]}, {"id": "4455", "type": "Feature", "properties": {"id": "us2000am28", "mag": 2.4, "time": 1505356555350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4263, 42.5303, 6.85]}, "bbox": [-111.4263, 42.5303, -111.4263, 42.5303]}, {"id": "4456", "type": "Feature", "properties": {"id": "nn00605135", "mag": 1.0, "time": 1505356439739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8899, 37.3603, 8.3]}, "bbox": [-116.8899, 37.3603, -116.8899, 37.3603]}, {"id": "4457", "type": "Feature", "properties": {"id": "ak16823823", "mag": 1.2, "time": 1505356197786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8776, 62.7371, 2.4]}, "bbox": [-151.8776, 62.7371, -151.8776, 62.7371]}, {"id": "4458", "type": "Feature", "properties": {"id": "nc72892031", "mag": 0.98, "time": 1505355727940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737663, 38.785168, 2.12]}, "bbox": [-122.737663, 38.785168, -122.737663, 38.785168]}, {"id": "4459", "type": "Feature", "properties": {"id": "nc72892026", "mag": 1.09, "time": 1505355720450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.746833, 38.787833, 0.11]}, "bbox": [-122.746833, 38.787833, -122.746833, 38.787833]}, {"id": "4460", "type": "Feature", "properties": {"id": "ak16861131", "mag": 1.7, "time": 1505355503652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2915, 59.077, 76.7]}, "bbox": [-153.2915, 59.077, -153.2915, 59.077]}, {"id": "4461", "type": "Feature", "properties": {"id": "nc72892021", "mag": 1.67, "time": 1505355378570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.139667, 37.139, 11.31]}, "bbox": [-121.139667, 37.139, -121.139667, 37.139]}, {"id": "4462", "type": "Feature", "properties": {"id": "ak16823809", "mag": 1.2, "time": 1505354254705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3285, 60.1933, 0.0]}, "bbox": [-141.3285, 60.1933, -141.3285, 60.1933]}, {"id": "4463", "type": "Feature", "properties": {"id": "us2000am21", "mag": 3.2, "time": 1505353999720, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.899, 42.6704, 10.0]}, "bbox": [22.899, 42.6704, 22.899, 42.6704]}, {"id": "4464", "type": "Feature", "properties": {"id": "ci37762543", "mag": 1.21, "time": 1505353838790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543667, 34.513833, 6.53]}, "bbox": [-118.543667, 34.513833, -118.543667, 34.513833]}, {"id": "4465", "type": "Feature", "properties": {"id": "us2000am1y", "mag": 2.6, "time": 1505353481360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4312, 42.6014, 6.92]}, "bbox": [-111.4312, 42.6014, -111.4312, 42.6014]}, {"id": "4466", "type": "Feature", "properties": {"id": "ak16823693", "mag": 1.0, "time": 1505351348552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.644, 62.6994, 58.6]}, "bbox": [-148.644, 62.6994, -148.644, 62.6994]}, {"id": "4467", "type": "Feature", "properties": {"id": "ak16823694", "mag": 2.1, "time": 1505351146642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5002, 54.7664, 27.4]}, "bbox": [-160.5002, 54.7664, -160.5002, 54.7664]}, {"id": "4468", "type": "Feature", "properties": {"id": "ak16823688", "mag": 1.1, "time": 1505350854568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6619, 59.8124, 15.7]}, "bbox": [-136.6619, 59.8124, -136.6619, 59.8124]}, {"id": "4469", "type": "Feature", "properties": {"id": "pr2017257001", "mag": 1.33, "time": 1505350270080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.141, 18.0321, 11.0]}, "bbox": [-67.141, 18.0321, -67.141, 18.0321]}, {"id": "4470", "type": "Feature", "properties": {"id": "ak16823577", "mag": 2.7, "time": 1505349755149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3635, 54.4582, 4.8]}, "bbox": [-161.3635, 54.4582, -161.3635, 54.4582]}, {"id": "4471", "type": "Feature", "properties": {"id": "ak16861124", "mag": 1.1, "time": 1505349382106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2989, 65.668, 14.0]}, "bbox": [-145.2989, 65.668, -145.2989, 65.668]}, {"id": "4472", "type": "Feature", "properties": {"id": "us2000am0x", "mag": 4.6, "time": 1505348843700, "felt": 139.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.6152, 35.7719, 48.83]}, "bbox": [139.6152, 35.7719, 139.6152, 35.7719]}, {"id": "4473", "type": "Feature", "properties": {"id": "ci37762495", "mag": 1.0, "time": 1505347877510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3345, 33.3545, 11.05]}, "bbox": [-116.3345, 33.3545, -116.3345, 33.3545]}, {"id": "4474", "type": "Feature", "properties": {"id": "ak16823574", "mag": 2.8, "time": 1505347636545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3466, 52.1109, 79.8]}, "bbox": [-174.3466, 52.1109, -174.3466, 52.1109]}, {"id": "4475", "type": "Feature", "properties": {"id": "ak16823573", "mag": 2.3, "time": 1505347560653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4123, 51.617, 13.3]}, "bbox": [-178.4123, 51.617, -178.4123, 51.617]}, {"id": "4476", "type": "Feature", "properties": {"id": "ci37762487", "mag": 1.28, "time": 1505347417680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2715, 33.976667, 5.05]}, "bbox": [-116.2715, 33.976667, -116.2715, 33.976667]}, {"id": "4477", "type": "Feature", "properties": {"id": "hv61907326", "mag": 1.75, "time": 1505347375860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.394165, 19.238333, 32.54]}, "bbox": [-155.394165, 19.238333, -155.394165, 19.238333]}, {"id": "4478", "type": "Feature", "properties": {"id": "ak16861121", "mag": 1.7, "time": 1505347241023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4, 51.6505, 10.1]}, "bbox": [-178.4, 51.6505, -178.4, 51.6505]}, {"id": "4479", "type": "Feature", "properties": {"id": "hv61907236", "mag": 2.19, "time": 1505347011230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3835, 19.243, 32.131]}, "bbox": [-155.3835, 19.243, -155.3835, 19.243]}, {"id": "4480", "type": "Feature", "properties": {"id": "nc72891986", "mag": 1.15, "time": 1505346581750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5475, 37.143167, 3.07]}, "bbox": [-121.5475, 37.143167, -121.5475, 37.143167]}, {"id": "4481", "type": "Feature", "properties": {"id": "uw61307262", "mag": 1.18, "time": 1505346312450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.458833, 45.814167, -0.95]}, "bbox": [-122.458833, 45.814167, -122.458833, 45.814167]}, {"id": "4482", "type": "Feature", "properties": {"id": "ak16823443", "mag": 1.7, "time": 1505346090013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 60.824, 55.5]}, "bbox": [-151.3313, 60.824, -151.3313, 60.824]}, {"id": "4483", "type": "Feature", "properties": {"id": "ci37762463", "mag": 2.21, "time": 1505345845770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.610333, 32.834, 14.54]}, "bbox": [-115.610333, 32.834, -115.610333, 32.834]}, {"id": "4484", "type": "Feature", "properties": {"id": "ci37762455", "mag": 1.23, "time": 1505345794660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613333, 32.828, 12.93]}, "bbox": [-115.613333, 32.828, -115.613333, 32.828]}, {"id": "4485", "type": "Feature", "properties": {"id": "ak16823442", "mag": 1.4, "time": 1505345681125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1366, 63.4085, 115.9]}, "bbox": [-150.1366, 63.4085, -150.1366, 63.4085]}, {"id": "4486", "type": "Feature", "properties": {"id": "mb80255184", "mag": 0.99, "time": 1505345517200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.161833, 48.091333, 6.16]}, "bbox": [-115.161833, 48.091333, -115.161833, 48.091333]}, {"id": "4487", "type": "Feature", "properties": {"id": "ak16823441", "mag": 1.4, "time": 1505345131416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9358, 61.9565, 65.0]}, "bbox": [-150.9358, 61.9565, -150.9358, 61.9565]}, {"id": "4488", "type": "Feature", "properties": {"id": "us2000alzg", "mag": 4.2, "time": 1505344897150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.4183, -18.058, 145.27]}, "bbox": [-69.4183, -18.058, -69.4183, -18.058]}, {"id": "4489", "type": "Feature", "properties": {"id": "ak16823332", "mag": 2.8, "time": 1505344031893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3482, 51.3154, 44.3]}, "bbox": [-178.3482, 51.3154, -178.3482, 51.3154]}, {"id": "4490", "type": "Feature", "properties": {"id": "ak16823330", "mag": 1.3, "time": 1505343882913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3403, 64.9963, 0.0]}, "bbox": [-147.3403, 64.9963, -147.3403, 64.9963]}, {"id": "4491", "type": "Feature", "properties": {"id": "us2000alyy", "mag": 3.2, "time": 1505343206750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5646, 46.8793, 10.55]}, "bbox": [-112.5646, 46.8793, -112.5646, 46.8793]}, {"id": "4492", "type": "Feature", "properties": {"id": "uw61307247", "mag": 1.57, "time": 1505343065140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.347833, 44.090833, -1.55]}, "bbox": [-121.347833, 44.090833, -121.347833, 44.090833]}, {"id": "4493", "type": "Feature", "properties": {"id": "ci37762423", "mag": 2.63, "time": 1505342925380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6105, 32.832833, 13.39]}, "bbox": [-115.6105, 32.832833, -115.6105, 32.832833]}, {"id": "4494", "type": "Feature", "properties": {"id": "ismpkansas70235168", "mag": 1.72, "time": 1505342816860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966333, 37.277833, 4.1]}, "bbox": [-97.966333, 37.277833, -97.966333, 37.277833]}, {"id": "4495", "type": "Feature", "properties": {"id": "uu60245097", "mag": 1.4, "time": 1505342728590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.0425, 44.6825, 13.02]}, "bbox": [-110.0425, 44.6825, -110.0425, 44.6825]}, {"id": "4496", "type": "Feature", "properties": {"id": "ci37762407", "mag": 1.11, "time": 1505342669930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.978, 5.78]}, "bbox": [-116.2705, 33.978, -116.2705, 33.978]}, {"id": "4497", "type": "Feature", "properties": {"id": "ak16830577", "mag": 2.2, "time": 1505342546550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6253, 55.5692, 53.6]}, "bbox": [-159.6253, 55.5692, -159.6253, 55.5692]}, {"id": "4498", "type": "Feature", "properties": {"id": "ci37762415", "mag": 1.75, "time": 1505342494590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.999333, 33.073, -0.12]}, "bbox": [-114.999333, 33.073, -114.999333, 33.073]}, {"id": "4499", "type": "Feature", "properties": {"id": "nn00605103", "mag": 1.1, "time": 1505342257553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.367, 38.5022, 1.9]}, "bbox": [-118.367, 38.5022, -118.367, 38.5022]}, {"id": "4500", "type": "Feature", "properties": {"id": "ci37762399", "mag": 1.66, "time": 1505342009270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.612333, 32.834667, 12.8]}, "bbox": [-115.612333, 32.834667, -115.612333, 32.834667]}, {"id": "4501", "type": "Feature", "properties": {"id": "ci37762391", "mag": 1.75, "time": 1505341937760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613, 32.838667, 12.07]}, "bbox": [-115.613, 32.838667, -115.613, 32.838667]}, {"id": "4502", "type": "Feature", "properties": {"id": "ci37762383", "mag": 1.83, "time": 1505341540510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614, 32.8335, 12.31]}, "bbox": [-115.614, 32.8335, -115.614, 32.8335]}, {"id": "4503", "type": "Feature", "properties": {"id": "ci37762367", "mag": 3.47, "time": 1505341287040, "felt": 39.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615833, 32.843833, 15.23]}, "bbox": [-115.615833, 32.843833, -115.615833, 32.843833]}, {"id": "4504", "type": "Feature", "properties": {"id": "hv61907176", "mag": 1.67, "time": 1505340803980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.213667, 19.3035, 2.2]}, "bbox": [-155.213667, 19.3035, -155.213667, 19.3035]}, {"id": "4505", "type": "Feature", "properties": {"id": "ak16823316", "mag": 2.5, "time": 1505340733287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3859, 61.6698, 29.1]}, "bbox": [-146.3859, 61.6698, -146.3859, 61.6698]}, {"id": "4506", "type": "Feature", "properties": {"id": "nc72891951", "mag": 1.45, "time": 1505340188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841667, 37.532167, -1.9]}, "bbox": [-118.841667, 37.532167, -118.841667, 37.532167]}, {"id": "4507", "type": "Feature", "properties": {"id": "ak16830575", "mag": 1.5, "time": 1505340177499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5229, 57.7401, 52.1]}, "bbox": [-154.5229, 57.7401, -154.5229, 57.7401]}, {"id": "4508", "type": "Feature", "properties": {"id": "ci37762359", "mag": 1.73, "time": 1505340060360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274, 33.976333, 5.08]}, "bbox": [-116.274, 33.976333, -116.274, 33.976333]}, {"id": "4509", "type": "Feature", "properties": {"id": "ci37762351", "mag": 3.26, "time": 1505339982500, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.276, 33.975333, 3.91]}, "bbox": [-116.276, 33.975333, -116.276, 33.975333]}, {"id": "4510", "type": "Feature", "properties": {"id": "ak16830574", "mag": 1.6, "time": 1505339727053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4531, 53.5386, 11.2]}, "bbox": [-167.4531, 53.5386, -167.4531, 53.5386]}, {"id": "4511", "type": "Feature", "properties": {"id": "ak16823310", "mag": 1.1, "time": 1505339360762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5682, 53.9212, 8.1]}, "bbox": [-166.5682, 53.9212, -166.5682, 53.9212]}, {"id": "4512", "type": "Feature", "properties": {"id": "ci37762343", "mag": 1.12, "time": 1505339170890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795167, 33.507167, 4.82]}, "bbox": [-116.795167, 33.507167, -116.795167, 33.507167]}, {"id": "4513", "type": "Feature", "properties": {"id": "mb80255169", "mag": 1.13, "time": 1505339091750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.622667, 46.909667, 10.61]}, "bbox": [-112.622667, 46.909667, -112.622667, 46.909667]}, {"id": "4514", "type": "Feature", "properties": {"id": "us2000alwi", "mag": 4.7, "time": 1505338937260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0086, 15.1566, 38.2]}, "bbox": [-94.0086, 15.1566, -94.0086, 15.1566]}, {"id": "4515", "type": "Feature", "properties": {"id": "ci37762335", "mag": 1.17, "time": 1505338520010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614667, 32.832167, 10.18]}, "bbox": [-115.614667, 32.832167, -115.614667, 32.832167]}, {"id": "4516", "type": "Feature", "properties": {"id": "ci37762327", "mag": 1.59, "time": 1505338477140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615333, 32.843, 15.01]}, "bbox": [-115.615333, 32.843, -115.615333, 32.843]}, {"id": "4517", "type": "Feature", "properties": {"id": "uu60245082", "mag": 1.54, "time": 1505338298430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.043833, 44.678167, 13.53]}, "bbox": [-110.043833, 44.678167, -110.043833, 44.678167]}, {"id": "4518", "type": "Feature", "properties": {"id": "us2000alvq", "mag": 5.0, "time": 1505338251370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9904, 15.7092, 39.9]}, "bbox": [-94.9904, 15.7092, -94.9904, 15.7092]}, {"id": "4519", "type": "Feature", "properties": {"id": "nc72891936", "mag": 1.29, "time": 1505338239110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.017333, 37.5655, -0.37]}, "bbox": [-119.017333, 37.5655, -119.017333, 37.5655]}, {"id": "4520", "type": "Feature", "properties": {"id": "ci37762303", "mag": 1.69, "time": 1505337757160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.504167, 5.32]}, "bbox": [-116.7965, 33.504167, -116.7965, 33.504167]}, {"id": "4521", "type": "Feature", "properties": {"id": "uu60245072", "mag": 1.82, "time": 1505336663200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.075667, 44.674, 5.83]}, "bbox": [-110.075667, 44.674, -110.075667, 44.674]}, {"id": "4522", "type": "Feature", "properties": {"id": "ci37762287", "mag": 1.49, "time": 1505336435640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.8575, -0.61]}, "bbox": [-117.498833, 33.8575, -117.498833, 33.8575]}, {"id": "4523", "type": "Feature", "properties": {"id": "mb80255154", "mag": 2.29, "time": 1505335433020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7145, 46.9035, 15.16]}, "bbox": [-112.7145, 46.9035, -112.7145, 46.9035]}, {"id": "4524", "type": "Feature", "properties": {"id": "nc72891916", "mag": 1.11, "time": 1505334220120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7985, 38.833168, 1.37]}, "bbox": [-122.7985, 38.833168, -122.7985, 38.833168]}, {"id": "4525", "type": "Feature", "properties": {"id": "nc72891911", "mag": 1.01, "time": 1505333988430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811165, 38.815666, 2.78]}, "bbox": [-122.811165, 38.815666, -122.811165, 38.815666]}, {"id": "4526", "type": "Feature", "properties": {"id": "ak16823196", "mag": 1.7, "time": 1505333862556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2791, 60.1339, 58.8]}, "bbox": [-151.2791, 60.1339, -151.2791, 60.1339]}, {"id": "4527", "type": "Feature", "properties": {"id": "nc72891901", "mag": 1.64, "time": 1505333181410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814, 38.8085, 2.9]}, "bbox": [-122.814, 38.8085, -122.814, 38.8085]}, {"id": "4528", "type": "Feature", "properties": {"id": "nc72891896", "mag": 1.52, "time": 1505332739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.481167, 0.23]}, "bbox": [-118.817667, 37.481167, -118.817667, 37.481167]}, {"id": "4529", "type": "Feature", "properties": {"id": "ci37762231", "mag": 1.56, "time": 1505331922920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.381833, 35.980833, 4.99]}, "bbox": [-117.381833, 35.980833, -117.381833, 35.980833]}, {"id": "4530", "type": "Feature", "properties": {"id": "us2000alqh", "mag": 4.6, "time": 1505331447000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [112.9501, -6.0986, 590.53]}, "bbox": [112.9501, -6.0986, 112.9501, -6.0986]}, {"id": "4531", "type": "Feature", "properties": {"id": "us2000alq6", "mag": 3.0, "time": 1505331233180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4525, 42.6029, 6.02]}, "bbox": [-111.4525, 42.6029, -111.4525, 42.6029]}, {"id": "4532", "type": "Feature", "properties": {"id": "ak16823083", "mag": 1.8, "time": 1505330838320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8987, 61.0912, 0.1]}, "bbox": [-141.8987, 61.0912, -141.8987, 61.0912]}, {"id": "4533", "type": "Feature", "properties": {"id": "ak16823082", "mag": 1.3, "time": 1505330810883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7682, 61.1384, 6.4]}, "bbox": [-141.7682, 61.1384, -141.7682, 61.1384]}, {"id": "4534", "type": "Feature", "properties": {"id": "ak16823080", "mag": 1.9, "time": 1505329947650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7636, 59.6753, 80.6]}, "bbox": [-152.7636, 59.6753, -152.7636, 59.6753]}, {"id": "4535", "type": "Feature", "properties": {"id": "ci37762215", "mag": 1.01, "time": 1505329786970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1445, 33.667, -0.63]}, "bbox": [-117.1445, 33.667, -117.1445, 33.667]}, {"id": "4536", "type": "Feature", "properties": {"id": "nc72891881", "mag": 1.2, "time": 1505329775160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.850167, 37.644667, 5.63]}, "bbox": [-118.850167, 37.644667, -118.850167, 37.644667]}, {"id": "4537", "type": "Feature", "properties": {"id": "ci37762207", "mag": 1.15, "time": 1505329688010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.187167, 34.993167, -0.82]}, "bbox": [-118.187167, 34.993167, -118.187167, 34.993167]}, {"id": "4538", "type": "Feature", "properties": {"id": "ak16830566", "mag": 2.0, "time": 1505328672149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.302, 51.3949, 36.9]}, "bbox": [-178.302, 51.3949, -178.302, 51.3949]}, {"id": "4539", "type": "Feature", "properties": {"id": "ak16822979", "mag": 1.3, "time": 1505328502909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3078, 61.2967, 15.3]}, "bbox": [-146.3078, 61.2967, -146.3078, 61.2967]}, {"id": "4540", "type": "Feature", "properties": {"id": "nc72891876", "mag": 1.1, "time": 1505327236230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745666, 38.787834, 1.52]}, "bbox": [-122.745666, 38.787834, -122.745666, 38.787834]}, {"id": "4541", "type": "Feature", "properties": {"id": "ak16822977", "mag": 1.3, "time": 1505326599778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0157, 63.5538, 1.8]}, "bbox": [-151.0157, 63.5538, -151.0157, 63.5538]}, {"id": "4542", "type": "Feature", "properties": {"id": "nc72891871", "mag": 2.5, "time": 1505325897250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0595, 40.449667, 16.29]}, "bbox": [-120.0595, 40.449667, -120.0595, 40.449667]}, {"id": "4543", "type": "Feature", "properties": {"id": "nc72891866", "mag": 1.77, "time": 1505325532440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0005, 35.943167, 17.23]}, "bbox": [-120.0005, 35.943167, -120.0005, 35.943167]}, {"id": "4544", "type": "Feature", "properties": {"id": "nc72891861", "mag": 1.4, "time": 1505325215290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600167, 35.482, -0.46]}, "bbox": [-120.600167, 35.482, -120.600167, 35.482]}, {"id": "4545", "type": "Feature", "properties": {"id": "ci37762175", "mag": 1.47, "time": 1505324991750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 32.840667, 14.81]}, "bbox": [-115.609, 32.840667, -115.609, 32.840667]}, {"id": "4546", "type": "Feature", "properties": {"id": "ak16822975", "mag": 1.2, "time": 1505324283732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2438, 62.4485, 2.9]}, "bbox": [-149.2438, 62.4485, -149.2438, 62.4485]}, {"id": "4547", "type": "Feature", "properties": {"id": "nc72891851", "mag": 1.07, "time": 1505324016940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841167, 37.491667, -0.1]}, "bbox": [-118.841167, 37.491667, -118.841167, 37.491667]}, {"id": "4548", "type": "Feature", "properties": {"id": "se60179327", "mag": 3.2, "time": 1505323990930, "felt": 525.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-80.703, 37.472833, 17.77]}, "bbox": [-80.703, 37.472833, -80.703, 37.472833]}, {"id": "4549", "type": "Feature", "properties": {"id": "ak16822973", "mag": 1.1, "time": 1505323870033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7446, 59.8908, 41.3]}, "bbox": [-151.7446, 59.8908, -151.7446, 59.8908]}, {"id": "4550", "type": "Feature", "properties": {"id": "ak16830561", "mag": 1.8, "time": 1505323399318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9553, 59.6095, 109.8]}, "bbox": [-152.9553, 59.6095, -152.9553, 59.6095]}, {"id": "4551", "type": "Feature", "properties": {"id": "ak16830560", "mag": 2.0, "time": 1505322404855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5059, 60.1768, 153.1]}, "bbox": [-153.5059, 60.1768, -153.5059, 60.1768]}, {"id": "4552", "type": "Feature", "properties": {"id": "us2000alkc", "mag": 4.4, "time": 1505321962400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6803, 15.7969, 43.13]}, "bbox": [-94.6803, 15.7969, -94.6803, 15.7969]}, {"id": "4553", "type": "Feature", "properties": {"id": "ak16830559", "mag": 1.8, "time": 1505321554841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8197, 51.97, 7.3]}, "bbox": [-174.8197, 51.97, -174.8197, 51.97]}, {"id": "4554", "type": "Feature", "properties": {"id": "nc72891831", "mag": 2.56, "time": 1505318816290, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.704667, 40.484, 16.91]}, "bbox": [-124.704667, 40.484, -124.704667, 40.484]}, {"id": "4555", "type": "Feature", "properties": {"id": "ak16822799", "mag": 1.8, "time": 1505318719906, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4098, 51.7491, 29.3]}, "bbox": [-174.4098, 51.7491, -174.4098, 51.7491]}, {"id": "4556", "type": "Feature", "properties": {"id": "ak16822798", "mag": 1.1, "time": 1505318596103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8143, 62.8428, 67.1]}, "bbox": [-148.8143, 62.8428, -148.8143, 62.8428]}, {"id": "4557", "type": "Feature", "properties": {"id": "hv61906796", "mag": 2.1, "time": 1505317840280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.485504, 19.219, 36.43]}, "bbox": [-155.485504, 19.219, -155.485504, 19.219]}, {"id": "4558", "type": "Feature", "properties": {"id": "ak16822695", "mag": 1.3, "time": 1505316869586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4592, 63.3484, 0.8]}, "bbox": [-151.4592, 63.3484, -151.4592, 63.3484]}, {"id": "4559", "type": "Feature", "properties": {"id": "us2000asbr", "mag": 4.3, "time": 1505316791790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1284, -4.88, 54.06]}, "bbox": [152.1284, -4.88, 152.1284, -4.88]}, {"id": "4560", "type": "Feature", "properties": {"id": "hv61906781", "mag": 1.87, "time": 1505316745210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.889333, 19.9115, 24.592]}, "bbox": [-155.889333, 19.9115, -155.889333, 19.9115]}, {"id": "4561", "type": "Feature", "properties": {"id": "us2000alhx", "mag": 5.0, "time": 1505316098600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.9266, -10.7647, 46.64]}, "bbox": [161.9266, -10.7647, 161.9266, -10.7647]}, {"id": "4562", "type": "Feature", "properties": {"id": "ak16822692", "mag": 2.1, "time": 1505315572825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2966, 59.7717, 67.1]}, "bbox": [-152.2966, 59.7717, -152.2966, 59.7717]}, {"id": "4563", "type": "Feature", "properties": {"id": "nm60179312", "mag": 1.77, "time": 1505315298800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.672667, 36.156667, 9.37]}, "bbox": [-89.672667, 36.156667, -89.672667, 36.156667]}, {"id": "4564", "type": "Feature", "properties": {"id": "ak16822691", "mag": 1.8, "time": 1505315111913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8055, 59.8229, 63.9]}, "bbox": [-151.8055, 59.8229, -151.8055, 59.8229]}, {"id": "4565", "type": "Feature", "properties": {"id": "ak16822689", "mag": 1.5, "time": 1505313796189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.627, 60.7945, 30.2]}, "bbox": [-149.627, 60.7945, -149.627, 60.7945]}, {"id": "4566", "type": "Feature", "properties": {"id": "ci37762039", "mag": 1.34, "time": 1505312641900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.791, 36.012167, 1.22]}, "bbox": [-117.791, 36.012167, -117.791, 36.012167]}, {"id": "4567", "type": "Feature", "properties": {"id": "nn00605012", "mag": 1.1, "time": 1505309502885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9116, 38.3879, 15.2]}, "bbox": [-118.9116, 38.3879, -118.9116, 38.3879]}, {"id": "4568", "type": "Feature", "properties": {"id": "ak16830551", "mag": 1.1, "time": 1505309158928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8896, 60.3719, 15.2]}, "bbox": [-146.8896, 60.3719, -146.8896, 60.3719]}, {"id": "4569", "type": "Feature", "properties": {"id": "ak16822590", "mag": 1.1, "time": 1505309077336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3908, 66.2048, 11.9]}, "bbox": [-157.3908, 66.2048, -157.3908, 66.2048]}, {"id": "4570", "type": "Feature", "properties": {"id": "mb80255099", "mag": 1.92, "time": 1505309076210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.547833, 44.257, 9.7]}, "bbox": [-114.547833, 44.257, -114.547833, 44.257]}, {"id": "4571", "type": "Feature", "properties": {"id": "nc72891776", "mag": 1.02, "time": 1505308975510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 37.593167, 0.05]}, "bbox": [-118.918167, 37.593167, -118.918167, 37.593167]}, {"id": "4572", "type": "Feature", "properties": {"id": "ak16822588", "mag": 1.4, "time": 1505308950441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4711, 65.4989, 11.1]}, "bbox": [-148.4711, 65.4989, -148.4711, 65.4989]}, {"id": "4573", "type": "Feature", "properties": {"id": "nn00604990", "mag": 2.3, "time": 1505308914949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 38.8311, 8.7]}, "bbox": [-118.818, 38.8311, -118.818, 38.8311]}, {"id": "4574", "type": "Feature", "properties": {"id": "ci37762007", "mag": 2.3, "time": 1505308483530, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.585667, 35.139667, 1.62]}, "bbox": [-116.585667, 35.139667, -116.585667, 35.139667]}, {"id": "4575", "type": "Feature", "properties": {"id": "ci37761999", "mag": 1.26, "time": 1505308208470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6185, 32.838, 13.81]}, "bbox": [-115.6185, 32.838, -115.6185, 32.838]}, {"id": "4576", "type": "Feature", "properties": {"id": "hv61906676", "mag": 1.95, "time": 1505307948740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.298996, 19.424334, 6.6]}, "bbox": [-155.298996, 19.424334, -155.298996, 19.424334]}, {"id": "4577", "type": "Feature", "properties": {"id": "ci37761983", "mag": 1.11, "time": 1505307567020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.623, 32.839333, 10.27]}, "bbox": [-115.623, 32.839333, -115.623, 32.839333]}, {"id": "4578", "type": "Feature", "properties": {"id": "us2000alfh", "mag": 4.5, "time": 1505306912090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7023, 15.8472, 95.22]}, "bbox": [-93.7023, 15.8472, -93.7023, 15.8472]}, {"id": "4579", "type": "Feature", "properties": {"id": "mb80255094", "mag": 1.19, "time": 1505305625190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.642667, 46.956667, 13.27]}, "bbox": [-114.642667, 46.956667, -114.642667, 46.956667]}, {"id": "4580", "type": "Feature", "properties": {"id": "ci37761967", "mag": 0.99, "time": 1505305387220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.587333, 36.179667, 0.99]}, "bbox": [-117.587333, 36.179667, -117.587333, 36.179667]}, {"id": "4581", "type": "Feature", "properties": {"id": "nc72891766", "mag": 1.15, "time": 1505305306770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.820333, 38.804, 2.93]}, "bbox": [-122.820333, 38.804, -122.820333, 38.804]}, {"id": "4582", "type": "Feature", "properties": {"id": "us2000anw3", "mag": 2.5, "time": 1505305272030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6774, 53.9359, 13.8]}, "bbox": [-163.6774, 53.9359, -163.6774, 53.9359]}, {"id": "4583", "type": "Feature", "properties": {"id": "ci37761959", "mag": 1.4, "time": 1505304763660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.829167, 32.782333, 3.76]}, "bbox": [-115.829167, 32.782333, -115.829167, 32.782333]}, {"id": "4584", "type": "Feature", "properties": {"id": "us2000asbk", "mag": 4.1, "time": 1505303510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1783, 2.9917, 58.22]}, "bbox": [128.1783, 2.9917, 128.1783, 2.9917]}, {"id": "4585", "type": "Feature", "properties": {"id": "nc72891751", "mag": 0.99, "time": 1505303358450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.082167, 35.707667, 6.66]}, "bbox": [-121.082167, 35.707667, -121.082167, 35.707667]}, {"id": "4586", "type": "Feature", "properties": {"id": "ak16822583", "mag": 1.1, "time": 1505302645910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3182, 60.2384, 0.0]}, "bbox": [-141.3182, 60.2384, -141.3182, 60.2384]}, {"id": "4587", "type": "Feature", "properties": {"id": "ak16822582", "mag": 2.3, "time": 1505302558389, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6566, 51.5758, 56.9]}, "bbox": [-177.6566, 51.5758, -177.6566, 51.5758]}, {"id": "4588", "type": "Feature", "properties": {"id": "us2000alew", "mag": 3.9, "time": 1505302030040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2516, 14.855, 22.24]}, "bbox": [-94.2516, 14.855, -94.2516, 14.855]}, {"id": "4589", "type": "Feature", "properties": {"id": "mb80255084", "mag": 1.07, "time": 1505300960250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.511667, 46.9035, 5.32]}, "bbox": [-112.511667, 46.9035, -112.511667, 46.9035]}, {"id": "4590", "type": "Feature", "properties": {"id": "ak16822577", "mag": 1.5, "time": 1505300414194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9212, 64.7545, 3.8]}, "bbox": [-139.9212, 64.7545, -139.9212, 64.7545]}, {"id": "4591", "type": "Feature", "properties": {"id": "us2000alee", "mag": 3.3, "time": 1505299970430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6225, 59.7836, 5.44]}, "bbox": [-136.6225, 59.7836, -136.6225, 59.7836]}, {"id": "4592", "type": "Feature", "properties": {"id": "uu60244877", "mag": 2.35, "time": 1505299838240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8535, 44.770833, 7.9]}, "bbox": [-110.8535, 44.770833, -110.8535, 44.770833]}, {"id": "4593", "type": "Feature", "properties": {"id": "nc72891746", "mag": 1.53, "time": 1505299590270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8215, 3.0]}, "bbox": [-122.793, 38.8215, -122.793, 38.8215]}, {"id": "4594", "type": "Feature", "properties": {"id": "ak16830540", "mag": 1.9, "time": 1505298481141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1134, 57.8805, 76.9]}, "bbox": [-155.1134, 57.8805, -155.1134, 57.8805]}, {"id": "4595", "type": "Feature", "properties": {"id": "us2000anw1", "mag": 3.0, "time": 1505298226550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0008, 50.1653, 25.9]}, "bbox": [179.0008, 50.1653, 179.0008, 50.1653]}, {"id": "4596", "type": "Feature", "properties": {"id": "nn00604987", "mag": 1.7, "time": 1505298050456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8103, 39.3643, 9.1]}, "bbox": [-119.8103, 39.3643, -119.8103, 39.3643]}, {"id": "4597", "type": "Feature", "properties": {"id": "ak16822473", "mag": 1.2, "time": 1505297484913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4897, 63.0467, 3.6]}, "bbox": [-151.4897, 63.0467, -151.4897, 63.0467]}, {"id": "4598", "type": "Feature", "properties": {"id": "ak16822472", "mag": 2.4, "time": 1505297294726, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0416, 53.5692, 24.5]}, "bbox": [-164.0416, 53.5692, -164.0416, 53.5692]}, {"id": "4599", "type": "Feature", "properties": {"id": "uw61307017", "mag": 1.34, "time": 1505297037790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.764333, 48.271333, 1.82]}, "bbox": [-121.764333, 48.271333, -121.764333, 48.271333]}, {"id": "4600", "type": "Feature", "properties": {"id": "ak16830536", "mag": 1.2, "time": 1505297029108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7778, 60.5002, 3.8]}, "bbox": [-147.7778, 60.5002, -147.7778, 60.5002]}, {"id": "4601", "type": "Feature", "properties": {"id": "uu60244867", "mag": 2.44, "time": 1505296698750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422, 42.567833, 7.73]}, "bbox": [-111.422, 42.567833, -111.422, 42.567833]}, {"id": "4602", "type": "Feature", "properties": {"id": "us2000aldk", "mag": 4.3, "time": 1505296627560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9055, 15.639, 35.0]}, "bbox": [-94.9055, 15.639, -94.9055, 15.639]}, {"id": "4603", "type": "Feature", "properties": {"id": "ci37761935", "mag": 1.02, "time": 1505296379600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6215, 32.831333, 10.19]}, "bbox": [-115.6215, 32.831333, -115.6215, 32.831333]}, {"id": "4604", "type": "Feature", "properties": {"id": "us2000aldd", "mag": 4.5, "time": 1505295980580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7401, 15.5449, 31.41]}, "bbox": [-94.7401, 15.5449, -94.7401, 15.5449]}, {"id": "4605", "type": "Feature", "properties": {"id": "us2000ald3", "mag": 2.4, "time": 1505295918600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9039, 36.2089, 4.448]}, "bbox": [-98.9039, 36.2089, -98.9039, 36.2089]}, {"id": "4606", "type": "Feature", "properties": {"id": "ak16822468", "mag": 2.5, "time": 1505295654705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2898, 58.6446, 4.6]}, "bbox": [-158.2898, 58.6446, -158.2898, 58.6446]}, {"id": "4607", "type": "Feature", "properties": {"id": "us2000ald0", "mag": 4.3, "time": 1505295123840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5523, -23.5684, 541.35]}, "bbox": [179.5523, -23.5684, 179.5523, -23.5684]}, {"id": "4608", "type": "Feature", "properties": {"id": "ak16822374", "mag": 2.1, "time": 1505294583800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5476, 52.7346, 39.4]}, "bbox": [-166.5476, 52.7346, -166.5476, 52.7346]}, {"id": "4609", "type": "Feature", "properties": {"id": "us2000alcs", "mag": 3.9, "time": 1505294302600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2348, 15.2732, 42.03]}, "bbox": [-94.2348, 15.2732, -94.2348, 15.2732]}, {"id": "4610", "type": "Feature", "properties": {"id": "hv61906586", "mag": 2.11, "time": 1505294188360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.356003, 19.467167, 4.72]}, "bbox": [-155.356003, 19.467167, -155.356003, 19.467167]}, {"id": "4611", "type": "Feature", "properties": {"id": "nc72891726", "mag": 1.09, "time": 1505293695870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793831, 38.822334, 2.17]}, "bbox": [-122.793831, 38.822334, -122.793831, 38.822334]}, {"id": "4612", "type": "Feature", "properties": {"id": "us2000alcf", "mag": 2.6, "time": 1505292526080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4275, 42.596, 6.01]}, "bbox": [-111.4275, 42.596, -111.4275, 42.596]}, {"id": "4613", "type": "Feature", "properties": {"id": "ak16822373", "mag": 1.5, "time": 1505292217097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4702, 60.5679, 7.7]}, "bbox": [-148.4702, 60.5679, -148.4702, 60.5679]}, {"id": "4614", "type": "Feature", "properties": {"id": "nn00604985", "mag": 1.6, "time": 1505292088777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.548, 37.4198, 12.0]}, "bbox": [-115.548, 37.4198, -115.548, 37.4198]}, {"id": "4615", "type": "Feature", "properties": {"id": "nc72891721", "mag": 1.57, "time": 1505290933360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.889333, 39.366167, 10.36]}, "bbox": [-122.889333, 39.366167, -122.889333, 39.366167]}, {"id": "4616", "type": "Feature", "properties": {"id": "ak16822371", "mag": 1.4, "time": 1505290808147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8609, 62.2453, 3.1]}, "bbox": [-153.8609, 62.2453, -153.8609, 62.2453]}, {"id": "4617", "type": "Feature", "properties": {"id": "ak16822294", "mag": 1.5, "time": 1505289269698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7566, 62.9227, 94.6]}, "bbox": [-150.7566, 62.9227, -150.7566, 62.9227]}, {"id": "4618", "type": "Feature", "properties": {"id": "ak16822278", "mag": 1.1, "time": 1505287972451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7433, 64.7476, 3.4]}, "bbox": [-146.7433, 64.7476, -146.7433, 64.7476]}, {"id": "4619", "type": "Feature", "properties": {"id": "ak16822251", "mag": 3.4, "time": 1505287366858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5871, 61.6459, 24.8]}, "bbox": [-145.5871, 61.6459, -145.5871, 61.6459]}, {"id": "4620", "type": "Feature", "properties": {"id": "ak16822240", "mag": 4.2, "time": 1505287337046, "felt": 42.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9213, 62.8983, 79.6]}, "bbox": [-149.9213, 62.8983, -149.9213, 62.8983]}, {"id": "4621", "type": "Feature", "properties": {"id": "us2000albc", "mag": 2.3, "time": 1505286819380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4494, 42.6632, 10.21]}, "bbox": [-111.4494, 42.6632, -111.4494, 42.6632]}, {"id": "4622", "type": "Feature", "properties": {"id": "ak16830527", "mag": 1.8, "time": 1505286603893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0388, 59.8755, 109.6]}, "bbox": [-153.0388, 59.8755, -153.0388, 59.8755]}, {"id": "4623", "type": "Feature", "properties": {"id": "ak16822236", "mag": 1.3, "time": 1505286374065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3111, 60.5579, 12.6]}, "bbox": [-141.3111, 60.5579, -141.3111, 60.5579]}, {"id": "4624", "type": "Feature", "properties": {"id": "nc72891681", "mag": 1.39, "time": 1505286150510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.467, -1.65]}, "bbox": [-118.8285, 37.467, -118.8285, 37.467]}, {"id": "4625", "type": "Feature", "properties": {"id": "ak16822233", "mag": 1.6, "time": 1505285865490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8651, 62.2629, 96.7]}, "bbox": [-151.8651, 62.2629, -151.8651, 62.2629]}, {"id": "4626", "type": "Feature", "properties": {"id": "us2000alb7", "mag": 2.6, "time": 1505285839040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5618, 8.28]}, "bbox": [-111.4177, 42.5618, -111.4177, 42.5618]}, {"id": "4627", "type": "Feature", "properties": {"id": "ak16830523", "mag": 1.7, "time": 1505285675768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1432, 53.7072, 69.4]}, "bbox": [-166.1432, 53.7072, -166.1432, 53.7072]}, {"id": "4628", "type": "Feature", "properties": {"id": "us2000alb2", "mag": 4.5, "time": 1505284765560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.084, -22.1327, 549.09]}, "bbox": [-179.084, -22.1327, -179.084, -22.1327]}, {"id": "4629", "type": "Feature", "properties": {"id": "nn00605030", "mag": 1.1, "time": 1505284250632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9094, 38.3681, 5.4]}, "bbox": [-118.9094, 38.3681, -118.9094, 38.3681]}, {"id": "4630", "type": "Feature", "properties": {"id": "ak16830521", "mag": 1.2, "time": 1505284146176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8175, 60.5189, 13.7]}, "bbox": [-148.8175, 60.5189, -148.8175, 60.5189]}, {"id": "4631", "type": "Feature", "properties": {"id": "us2000alax", "mag": 4.7, "time": 1505283996200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.6079, 13.4506, 10.0]}, "bbox": [147.6079, 13.4506, 147.6079, 13.4506]}, {"id": "4632", "type": "Feature", "properties": {"id": "nc72891656", "mag": 2.62, "time": 1505283657320, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803833, 37.486167, 2.5]}, "bbox": [-118.803833, 37.486167, -118.803833, 37.486167]}, {"id": "4633", "type": "Feature", "properties": {"id": "ci37761831", "mag": 1.06, "time": 1505283115050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.5045, 6.22]}, "bbox": [-116.795667, 33.5045, -116.795667, 33.5045]}, {"id": "4634", "type": "Feature", "properties": {"id": "ak16822160", "mag": 1.4, "time": 1505282783934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9732, 60.9785, 5.5]}, "bbox": [-147.9732, 60.9785, -147.9732, 60.9785]}, {"id": "4635", "type": "Feature", "properties": {"id": "mb80255029", "mag": 1.01, "time": 1505281846410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5335, 46.862167, 10.42]}, "bbox": [-112.5335, 46.862167, -112.5335, 46.862167]}, {"id": "4636", "type": "Feature", "properties": {"id": "ak16822085", "mag": 1.5, "time": 1505279524459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8464, 60.3009, 18.8]}, "bbox": [-144.8464, 60.3009, -144.8464, 60.3009]}, {"id": "4637", "type": "Feature", "properties": {"id": "us2000ala9", "mag": 4.5, "time": 1505279374230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.453, 15.3914, 72.28]}, "bbox": [-93.453, 15.3914, -93.453, 15.3914]}, {"id": "4638", "type": "Feature", "properties": {"id": "ci37761799", "mag": 0.97, "time": 1505279080610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.108167, 34.0375, 6.71]}, "bbox": [-117.108167, 34.0375, -117.108167, 34.0375]}, {"id": "4639", "type": "Feature", "properties": {"id": "ak16830517", "mag": 1.1, "time": 1505278511333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4202, 60.2062, 0.0]}, "bbox": [-141.4202, 60.2062, -141.4202, 60.2062]}, {"id": "4640", "type": "Feature", "properties": {"id": "mb80255024", "mag": 0.95, "time": 1505278401320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.864167, 11.03]}, "bbox": [-112.529833, 46.864167, -112.529833, 46.864167]}, {"id": "4641", "type": "Feature", "properties": {"id": "nc72891626", "mag": 1.1, "time": 1505277590570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.657667, 37.1885, 3.74]}, "bbox": [-121.657667, 37.1885, -121.657667, 37.1885]}, {"id": "4642", "type": "Feature", "properties": {"id": "nc72891621", "mag": 1.74, "time": 1505277415750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.886167, 39.3655, 10.44]}, "bbox": [-122.886167, 39.3655, -122.886167, 39.3655]}, {"id": "4643", "type": "Feature", "properties": {"id": "ak16822082", "mag": 1.6, "time": 1505275993590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0455, 67.102, 9.7]}, "bbox": [-157.0455, 67.102, -157.0455, 67.102]}, {"id": "4644", "type": "Feature", "properties": {"id": "nc72891611", "mag": 1.07, "time": 1505275610780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795, 38.834667, 1.79]}, "bbox": [-122.795, 38.834667, -122.795, 38.834667]}, {"id": "4645", "type": "Feature", "properties": {"id": "ak16822080", "mag": 3.5, "time": 1505275475357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4947, 51.6652, 10.4]}, "bbox": [-178.4947, 51.6652, -178.4947, 51.6652]}, {"id": "4646", "type": "Feature", "properties": {"id": "nc72891606", "mag": 2.64, "time": 1505275168490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793833, 38.835667, 1.89]}, "bbox": [-122.793833, 38.835667, -122.793833, 38.835667]}, {"id": "4647", "type": "Feature", "properties": {"id": "mb80255014", "mag": 0.96, "time": 1505274355010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.537, 46.87, 9.71]}, "bbox": [-112.537, 46.87, -112.537, 46.87]}, {"id": "4648", "type": "Feature", "properties": {"id": "nc72891581", "mag": 0.95, "time": 1505273207520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795166, 38.836666, 1.37]}, "bbox": [-122.795166, 38.836666, -122.795166, 38.836666]}, {"id": "4649", "type": "Feature", "properties": {"id": "mb80255009", "mag": 1.36, "time": 1505273099690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.872333, 11.58]}, "bbox": [-112.536167, 46.872333, -112.536167, 46.872333]}, {"id": "4650", "type": "Feature", "properties": {"id": "pr2017256002", "mag": 2.65, "time": 1505272611930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.4988, 19.1065, 25.0]}, "bbox": [-66.4988, 19.1065, -66.4988, 19.1065]}, {"id": "4651", "type": "Feature", "properties": {"id": "nc72891561", "mag": 0.95, "time": 1505272540610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.796669, 38.836834, 1.67]}, "bbox": [-122.796669, 38.836834, -122.796669, 38.836834]}, {"id": "4652", "type": "Feature", "properties": {"id": "nc72891556", "mag": 1.43, "time": 1505272430980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798333, 38.835167, 1.85]}, "bbox": [-122.798333, 38.835167, -122.798333, 38.835167]}, {"id": "4653", "type": "Feature", "properties": {"id": "nc72891551", "mag": 2.57, "time": 1505272400990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795667, 38.835, 1.82]}, "bbox": [-122.795667, 38.835, -122.795667, 38.835]}, {"id": "4654", "type": "Feature", "properties": {"id": "us2000al90", "mag": 4.7, "time": 1505272023240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.0946, 9.5711, 124.17]}, "bbox": [-73.0946, 9.5711, -73.0946, 9.5711]}, {"id": "4655", "type": "Feature", "properties": {"id": "mb80255004", "mag": 1.06, "time": 1505270988240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.864667, 11.36]}, "bbox": [-112.532, 46.864667, -112.532, 46.864667]}, {"id": "4656", "type": "Feature", "properties": {"id": "us2000al8v", "mag": 4.4, "time": 1505270586710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5721, 15.2889, 34.84]}, "bbox": [-94.5721, 15.2889, -94.5721, 15.2889]}, {"id": "4657", "type": "Feature", "properties": {"id": "ci37761727", "mag": 1.4, "time": 1505270305170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.643667, 34.5065, 17.68]}, "bbox": [-118.643667, 34.5065, -118.643667, 34.5065]}, {"id": "4658", "type": "Feature", "properties": {"id": "ak16822007", "mag": 1.0, "time": 1505269102037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6691, 63.5608, 10.3]}, "bbox": [-150.6691, 63.5608, -150.6691, 63.5608]}, {"id": "4659", "type": "Feature", "properties": {"id": "pr2017256000", "mag": 3.12, "time": 1505269072880, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5123, 19.091, 21.0]}, "bbox": [-66.5123, 19.091, -66.5123, 19.091]}, {"id": "4660", "type": "Feature", "properties": {"id": "nc72891541", "mag": 1.06, "time": 1505268817240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.517833, 36.804167, 4.87]}, "bbox": [-121.517833, 36.804167, -121.517833, 36.804167]}, {"id": "4661", "type": "Feature", "properties": {"id": "ak16821999", "mag": 1.7, "time": 1505268378179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2198, 61.7575, 9.7]}, "bbox": [-148.2198, 61.7575, -148.2198, 61.7575]}, {"id": "4662", "type": "Feature", "properties": {"id": "us2000al86", "mag": 5.0, "time": 1505268098300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5276, 15.1558, 14.07]}, "bbox": [-94.5276, 15.1558, -94.5276, 15.1558]}, {"id": "4663", "type": "Feature", "properties": {"id": "mb80254989", "mag": 1.38, "time": 1505267929610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540667, 46.872333, 11.48]}, "bbox": [-112.540667, 46.872333, -112.540667, 46.872333]}, {"id": "4664", "type": "Feature", "properties": {"id": "mb80254984", "mag": 0.99, "time": 1505267728460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5535, 46.8885, 10.76]}, "bbox": [-112.5535, 46.8885, -112.5535, 46.8885]}, {"id": "4665", "type": "Feature", "properties": {"id": "ak16821934", "mag": 1.1, "time": 1505267091152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2406, 64.8451, 3.5]}, "bbox": [-151.2406, 64.8451, -151.2406, 64.8451]}, {"id": "4666", "type": "Feature", "properties": {"id": "nc72891516", "mag": 1.94, "time": 1505266613010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.366833, 40.4805, 29.25]}, "bbox": [-123.366833, 40.4805, -123.366833, 40.4805]}, {"id": "4667", "type": "Feature", "properties": {"id": "pr2017256001", "mag": 3.05, "time": 1505266581450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5053, 19.0955, 25.0]}, "bbox": [-66.5053, 19.0955, -66.5053, 19.0955]}, {"id": "4668", "type": "Feature", "properties": {"id": "ci37761639", "mag": 2.16, "time": 1505265949130, "felt": 80.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768667, 33.774833, 2.9]}, "bbox": [-117.768667, 33.774833, -117.768667, 33.774833]}, {"id": "4669", "type": "Feature", "properties": {"id": "ak16821933", "mag": 1.0, "time": 1505265920217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4031, 60.2216, 0.0]}, "bbox": [-141.4031, 60.2216, -141.4031, 60.2216]}, {"id": "4670", "type": "Feature", "properties": {"id": "ci37761631", "mag": 1.35, "time": 1505265794450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.333667, 32.933167, 11.47]}, "bbox": [-116.333667, 32.933167, -116.333667, 32.933167]}, {"id": "4671", "type": "Feature", "properties": {"id": "ak16821931", "mag": 1.3, "time": 1505265469603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5511, 61.3707, 12.3]}, "bbox": [-147.5511, 61.3707, -147.5511, 61.3707]}, {"id": "4672", "type": "Feature", "properties": {"id": "us2000al7y", "mag": 4.1, "time": 1505265414270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4234, 15.3254, 35.74]}, "bbox": [-94.4234, 15.3254, -94.4234, 15.3254]}, {"id": "4673", "type": "Feature", "properties": {"id": "ak16821926", "mag": 2.1, "time": 1505265047390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5313, 60.6712, 14.9]}, "bbox": [-146.5313, 60.6712, -146.5313, 60.6712]}, {"id": "4674", "type": "Feature", "properties": {"id": "ak16821924", "mag": 1.7, "time": 1505264772966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5006, 65.2775, 11.4]}, "bbox": [-158.5006, 65.2775, -158.5006, 65.2775]}, {"id": "4675", "type": "Feature", "properties": {"id": "us2000al7s", "mag": 4.1, "time": 1505263876510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.3188, 15.5954, 29.98]}, "bbox": [-95.3188, 15.5954, -95.3188, 15.5954]}, {"id": "4676", "type": "Feature", "properties": {"id": "hv61906111", "mag": 1.46, "time": 1505262900730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.538167, 19.256333, 8.429]}, "bbox": [-155.538167, 19.256333, -155.538167, 19.256333]}, {"id": "4677", "type": "Feature", "properties": {"id": "nc72891421", "mag": 1.92, "time": 1505262602400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.273167, 36.148167, 8.47]}, "bbox": [-120.273167, 36.148167, -120.273167, 36.148167]}, {"id": "4678", "type": "Feature", "properties": {"id": "hv61906101", "mag": 2.02, "time": 1505262046800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.276672, 19.404333, 0.19]}, "bbox": [-155.276672, 19.404333, -155.276672, 19.404333]}, {"id": "4679", "type": "Feature", "properties": {"id": "nc72891406", "mag": 1.7, "time": 1505261981400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.865667, 36.439667, 6.7]}, "bbox": [-120.865667, 36.439667, -120.865667, 36.439667]}, {"id": "4680", "type": "Feature", "properties": {"id": "us2000al7a", "mag": 3.9, "time": 1505261942310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.399, 14.9659, 29.81]}, "bbox": [-94.399, 14.9659, -94.399, 14.9659]}, {"id": "4681", "type": "Feature", "properties": {"id": "hv61906081", "mag": 1.94, "time": 1505261244650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.535, 19.849, 23.752]}, "bbox": [-155.535, 19.849, -155.535, 19.849]}, {"id": "4682", "type": "Feature", "properties": {"id": "ci37761535", "mag": 1.56, "time": 1505261179000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165833, 34.0375, 5.82]}, "bbox": [-117.165833, 34.0375, -117.165833, 34.0375]}, {"id": "4683", "type": "Feature", "properties": {"id": "ak16850793", "mag": 2.2, "time": 1505260675964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4757, 53.3828, 38.3]}, "bbox": [-164.4757, 53.3828, -164.4757, 53.3828]}, {"id": "4684", "type": "Feature", "properties": {"id": "ak16821817", "mag": 1.0, "time": 1505258496556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.5762, 67.0334, 2.1]}, "bbox": [-144.5762, 67.0334, -144.5762, 67.0334]}, {"id": "4685", "type": "Feature", "properties": {"id": "uw61306902", "mag": 1.1, "time": 1505258286020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.374667, 45.693833, -0.9]}, "bbox": [-122.374667, 45.693833, -122.374667, 45.693833]}, {"id": "4686", "type": "Feature", "properties": {"id": "us2000al6d", "mag": 4.9, "time": 1505257835180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4621, 58.0975, 10.0]}, "bbox": [-32.4621, 58.0975, -32.4621, 58.0975]}, {"id": "4687", "type": "Feature", "properties": {"id": "ci37761503", "mag": 1.49, "time": 1505257449290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.675833, 35.043, -0.82]}, "bbox": [-117.675833, 35.043, -117.675833, 35.043]}, {"id": "4688", "type": "Feature", "properties": {"id": "ak16821811", "mag": 1.3, "time": 1505256864247, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3463, 64.994, 0.0]}, "bbox": [-147.3463, 64.994, -147.3463, 64.994]}, {"id": "4689", "type": "Feature", "properties": {"id": "hv61905981", "mag": 1.81, "time": 1505256516770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.543333, 19.851167, 24.833]}, "bbox": [-155.543333, 19.851167, -155.543333, 19.851167]}, {"id": "4690", "type": "Feature", "properties": {"id": "ak16821806", "mag": 2.7, "time": 1505256286618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4621, 65.79, 5.3]}, "bbox": [-164.4621, 65.79, -164.4621, 65.79]}, {"id": "4691", "type": "Feature", "properties": {"id": "ak16821804", "mag": 1.5, "time": 1505255958164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3411, 61.6898, 7.2]}, "bbox": [-148.3411, 61.6898, -148.3411, 61.6898]}, {"id": "4692", "type": "Feature", "properties": {"id": "us2000al5m", "mag": 4.0, "time": 1505255324930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8843, -20.2485, 15.05]}, "bbox": [-70.8843, -20.2485, -70.8843, -20.2485]}, {"id": "4693", "type": "Feature", "properties": {"id": "us2000al5h", "mag": 4.8, "time": 1505254407650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.3543, 58.0241, 10.0]}, "bbox": [-32.3543, 58.0241, -32.3543, 58.0241]}, {"id": "4694", "type": "Feature", "properties": {"id": "nc72891326", "mag": 1.22, "time": 1505251854350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794833, 38.819333, 2.91]}, "bbox": [-122.794833, 38.819333, -122.794833, 38.819333]}, {"id": "4695", "type": "Feature", "properties": {"id": "ci37761407", "mag": 1.17, "time": 1505251524970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.193167, 34.9985, -0.8]}, "bbox": [-118.193167, 34.9985, -118.193167, 34.9985]}, {"id": "4696", "type": "Feature", "properties": {"id": "us2000al44", "mag": 4.6, "time": 1505250860230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4259, 58.0753, 10.0]}, "bbox": [-32.4259, 58.0753, -32.4259, 58.0753]}, {"id": "4697", "type": "Feature", "properties": {"id": "ak16821734", "mag": 1.5, "time": 1505250673775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.907, 60.3564, 8.9]}, "bbox": [-141.907, 60.3564, -141.907, 60.3564]}, {"id": "4698", "type": "Feature", "properties": {"id": "us2000al3g", "mag": 4.9, "time": 1505250247360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4208, 58.165, 10.0]}, "bbox": [-32.4208, 58.165, -32.4208, 58.165]}, {"id": "4699", "type": "Feature", "properties": {"id": "nc72891306", "mag": 1.1, "time": 1505250244890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.604167, 3.81]}, "bbox": [-118.819333, 37.604167, -118.819333, 37.604167]}, {"id": "4700", "type": "Feature", "properties": {"id": "ci37761383", "mag": 1.74, "time": 1505250166450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.805333, 33.691833, 15.39]}, "bbox": [-116.805333, 33.691833, -116.805333, 33.691833]}, {"id": "4701", "type": "Feature", "properties": {"id": "ci37761375", "mag": 1.49, "time": 1505248746150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3685, 33.956333, 12.98]}, "bbox": [-118.3685, 33.956333, -118.3685, 33.956333]}, {"id": "4702", "type": "Feature", "properties": {"id": "ci37761367", "mag": 1.03, "time": 1505248730160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.575167, 33.465333, 9.81]}, "bbox": [-116.575167, 33.465333, -116.575167, 33.465333]}, {"id": "4703", "type": "Feature", "properties": {"id": "us2000al2x", "mag": 4.8, "time": 1505248700330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.19, -15.0799, 144.26]}, "bbox": [-174.19, -15.0799, -174.19, -15.0799]}, {"id": "4704", "type": "Feature", "properties": {"id": "nc72891286", "mag": 2.07, "time": 1505247727770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 39.603833, -0.21]}, "bbox": [-121.5795, 39.603833, -121.5795, 39.603833]}, {"id": "4705", "type": "Feature", "properties": {"id": "ak16821575", "mag": 1.5, "time": 1505247191039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9811, 64.7032, 15.8]}, "bbox": [-148.9811, 64.7032, -148.9811, 64.7032]}, {"id": "4706", "type": "Feature", "properties": {"id": "us2000al1n", "mag": 2.7, "time": 1505247025290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3683, 36.7446, 14.63]}, "bbox": [-98.3683, 36.7446, -98.3683, 36.7446]}, {"id": "4707", "type": "Feature", "properties": {"id": "nc72891281", "mag": 1.59, "time": 1505246933110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.839, 2.11]}, "bbox": [-122.827333, 38.839, -122.827333, 38.839]}, {"id": "4708", "type": "Feature", "properties": {"id": "us2000al1t", "mag": 4.3, "time": 1505246854930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4239, 15.7169, 52.92]}, "bbox": [-94.4239, 15.7169, -94.4239, 15.7169]}, {"id": "4709", "type": "Feature", "properties": {"id": "nc72891276", "mag": 1.98, "time": 1505246713670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.876833, 37.8095, 14.44]}, "bbox": [-121.876833, 37.8095, -121.876833, 37.8095]}, {"id": "4710", "type": "Feature", "properties": {"id": "ak16850781", "mag": 1.8, "time": 1505246486363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5902, 57.2026, 44.2]}, "bbox": [-154.5902, 57.2026, -154.5902, 57.2026]}, {"id": "4711", "type": "Feature", "properties": {"id": "ci37761335", "mag": 0.96, "time": 1505246263650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.759333, 33.8575, 5.49]}, "bbox": [-117.759333, 33.8575, -117.759333, 33.8575]}, {"id": "4712", "type": "Feature", "properties": {"id": "ci37761319", "mag": 2.18, "time": 1505245563030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.385, 32.3285, 10.39]}, "bbox": [-115.385, 32.3285, -115.385, 32.3285]}, {"id": "4713", "type": "Feature", "properties": {"id": "ak16850780", "mag": 3.0, "time": 1505245054736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5817, 52.3665, 32.8]}, "bbox": [-170.5817, 52.3665, -170.5817, 52.3665]}, {"id": "4714", "type": "Feature", "properties": {"id": "ak16821568", "mag": 1.3, "time": 1505244764083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4179, 63.5705, 4.4]}, "bbox": [-147.4179, 63.5705, -147.4179, 63.5705]}, {"id": "4715", "type": "Feature", "properties": {"id": "nc72891271", "mag": 2.16, "time": 1505244492580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.146667, 40.211833, 2.94]}, "bbox": [-121.146667, 40.211833, -121.146667, 40.211833]}, {"id": "4716", "type": "Feature", "properties": {"id": "nc72891266", "mag": 1.1, "time": 1505244145950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.875667, 38.839667, 2.2]}, "bbox": [-122.875667, 38.839667, -122.875667, 38.839667]}, {"id": "4717", "type": "Feature", "properties": {"id": "us2000al0z", "mag": 4.4, "time": 1505243754080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7715, -21.9227, 347.97]}, "bbox": [-177.7715, -21.9227, -177.7715, -21.9227]}, {"id": "4718", "type": "Feature", "properties": {"id": "ak16821516", "mag": 1.4, "time": 1505243650979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5267, 60.0018, 0.0]}, "bbox": [-139.5267, 60.0018, -139.5267, 60.0018]}, {"id": "4719", "type": "Feature", "properties": {"id": "ak16821564", "mag": 1.6, "time": 1505243467122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2171, 59.7927, 8.0]}, "bbox": [-159.2171, 59.7927, -159.2171, 59.7927]}, {"id": "4720", "type": "Feature", "properties": {"id": "us2000akzt", "mag": 4.7, "time": 1505243351270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.2455, 58.0337, 10.0]}, "bbox": [-32.2455, 58.0337, -32.2455, 58.0337]}, {"id": "4721", "type": "Feature", "properties": {"id": "us2000akzf", "mag": 4.3, "time": 1505243172030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6417, 15.6677, 51.24]}, "bbox": [-94.6417, 15.6677, -94.6417, 15.6677]}, {"id": "4722", "type": "Feature", "properties": {"id": "us2000akyq", "mag": 4.4, "time": 1505241724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 16.3622, 66.45]}, "bbox": [-94.9743, 16.3622, -94.9743, 16.3622]}, {"id": "4723", "type": "Feature", "properties": {"id": "nc72891231", "mag": 1.19, "time": 1505241397800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.244667, 39.3805, 3.22]}, "bbox": [-123.244667, 39.3805, -123.244667, 39.3805]}, {"id": "4724", "type": "Feature", "properties": {"id": "us2000akyh", "mag": 4.4, "time": 1505241368140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5996, 15.3334, 74.72]}, "bbox": [-93.5996, 15.3334, -93.5996, 15.3334]}, {"id": "4725", "type": "Feature", "properties": {"id": "us2000aky8", "mag": 4.6, "time": 1505240973270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0643, 15.2212, 44.65]}, "bbox": [-94.0643, 15.2212, -94.0643, 15.2212]}, {"id": "4726", "type": "Feature", "properties": {"id": "ak16850775", "mag": 1.7, "time": 1505240703529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2159, 59.366, 81.6]}, "bbox": [-153.2159, 59.366, -153.2159, 59.366]}, {"id": "4727", "type": "Feature", "properties": {"id": "us2000akxq", "mag": 2.8, "time": 1505240585080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4572, 42.5165, 8.78]}, "bbox": [-111.4572, 42.5165, -111.4572, 42.5165]}, {"id": "4728", "type": "Feature", "properties": {"id": "ak16821457", "mag": 1.1, "time": 1505238948365, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1631, 60.0754, 0.0]}, "bbox": [-141.1631, 60.0754, -141.1631, 60.0754]}, {"id": "4729", "type": "Feature", "properties": {"id": "ak16850772", "mag": 1.0, "time": 1505238898070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2683, 61.5446, 35.4]}, "bbox": [-146.2683, 61.5446, -146.2683, 61.5446]}, {"id": "4730", "type": "Feature", "properties": {"id": "hv61905641", "mag": 2.1, "time": 1505238187460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.247667, 19.393167, 36.582]}, "bbox": [-155.247667, 19.393167, -155.247667, 19.393167]}, {"id": "4731", "type": "Feature", "properties": {"id": "us2000aq68", "mag": 2.8, "time": 1505237765880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.9785, 55.7766, 56.2]}, "bbox": [-158.9785, 55.7766, -158.9785, 55.7766]}, {"id": "4732", "type": "Feature", "properties": {"id": "us2000akwr", "mag": 4.3, "time": 1505237620800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.6779, -5.2108, 218.06]}, "bbox": [129.6779, -5.2108, 129.6779, -5.2108]}, {"id": "4733", "type": "Feature", "properties": {"id": "ak16821449", "mag": 2.3, "time": 1505236529463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4402, 53.5209, 13.2]}, "bbox": [-167.4402, 53.5209, -167.4402, 53.5209]}, {"id": "4734", "type": "Feature", "properties": {"id": "ak16821379", "mag": 2.4, "time": 1505235536293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4636, 60.5717, 9.3]}, "bbox": [-148.4636, 60.5717, -148.4636, 60.5717]}, {"id": "4735", "type": "Feature", "properties": {"id": "us2000akvp", "mag": 4.5, "time": 1505235493410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2449, 15.2798, 73.2]}, "bbox": [-93.2449, 15.2798, -93.2449, 15.2798]}, {"id": "4736", "type": "Feature", "properties": {"id": "us2000aq63", "mag": 3.1, "time": 1505235473870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.5043, 53.6304, 25.8]}, "bbox": [-167.5043, 53.6304, -167.5043, 53.6304]}, {"id": "4737", "type": "Feature", "properties": {"id": "ak16821334", "mag": 1.0, "time": 1505235138364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7095, 60.5946, 14.1]}, "bbox": [-142.7095, 60.5946, -142.7095, 60.5946]}, {"id": "4738", "type": "Feature", "properties": {"id": "nc72891191", "mag": 1.63, "time": 1505235102110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.444167, 37.384167, 12.11]}, "bbox": [-118.444167, 37.384167, -118.444167, 37.384167]}, {"id": "4739", "type": "Feature", "properties": {"id": "us2000akwm", "mag": 4.6, "time": 1505234310180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-58.4081, 13.9047, 20.6]}, "bbox": [-58.4081, 13.9047, -58.4081, 13.9047]}, {"id": "4740", "type": "Feature", "properties": {"id": "ak16821326", "mag": 1.9, "time": 1505234239386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7021, 63.9919, 0.0]}, "bbox": [-148.7021, 63.9919, -148.7021, 63.9919]}, {"id": "4741", "type": "Feature", "properties": {"id": "ci37761199", "mag": 1.12, "time": 1505233979950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.139333, 35.857167, 3.42]}, "bbox": [-116.139333, 35.857167, -116.139333, 35.857167]}, {"id": "4742", "type": "Feature", "properties": {"id": "ak16821324", "mag": 1.0, "time": 1505233378354, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8118, 65.9855, 3.7]}, "bbox": [-151.8118, 65.9855, -151.8118, 65.9855]}, {"id": "4743", "type": "Feature", "properties": {"id": "ak16821323", "mag": 2.3, "time": 1505232589454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3915, 52.0051, 11.7]}, "bbox": [-176.3915, 52.0051, -176.3915, 52.0051]}, {"id": "4744", "type": "Feature", "properties": {"id": "nc72891166", "mag": 1.17, "time": 1505232534860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.976167, 37.596833, 8.18]}, "bbox": [-121.976167, 37.596833, -121.976167, 37.596833]}, {"id": "4745", "type": "Feature", "properties": {"id": "us2000akua", "mag": 4.5, "time": 1505231911880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.3156, -7.5665, 115.97]}, "bbox": [129.3156, -7.5665, 129.3156, -7.5665]}, {"id": "4746", "type": "Feature", "properties": {"id": "ci37761183", "mag": 1.38, "time": 1505231682740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.031667, 33.866, 11.4]}, "bbox": [-117.031667, 33.866, -117.031667, 33.866]}, {"id": "4747", "type": "Feature", "properties": {"id": "nc72891131", "mag": 1.13, "time": 1505231490780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605, 4.21]}, "bbox": [-118.821167, 37.605, -118.821167, 37.605]}, {"id": "4748", "type": "Feature", "properties": {"id": "us2000aq60", "mag": 3.4, "time": 1505230949090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.7818, 52.0274, 61.84]}, "bbox": [-171.7818, 52.0274, -171.7818, 52.0274]}, {"id": "4749", "type": "Feature", "properties": {"id": "us2000akty", "mag": 4.1, "time": 1505230831380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0909, 55.1751, 22.8]}, "bbox": [-157.0909, 55.1751, -157.0909, 55.1751]}, {"id": "4750", "type": "Feature", "properties": {"id": "us2000asax", "mag": 4.2, "time": 1505230532990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.919, -24.5557, 553.9]}, "bbox": [-179.919, -24.5557, -179.919, -24.5557]}, {"id": "4751", "type": "Feature", "properties": {"id": "us2000aktu", "mag": 5.0, "time": 1505230101200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9204, 15.0356, 34.73]}, "bbox": [-93.9204, 15.0356, -93.9204, 15.0356]}, {"id": "4752", "type": "Feature", "properties": {"id": "ci37761159", "mag": 0.99, "time": 1505229927560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794, 33.505667, 4.44]}, "bbox": [-116.794, 33.505667, -116.794, 33.505667]}, {"id": "4753", "type": "Feature", "properties": {"id": "us2000akts", "mag": 4.4, "time": 1505229916500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4589, 15.8693, 40.82]}, "bbox": [-94.4589, 15.8693, -94.4589, 15.8693]}, {"id": "4754", "type": "Feature", "properties": {"id": "ak16850759", "mag": 2.0, "time": 1505229684203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4729, 57.3614, 66.0]}, "bbox": [-155.4729, 57.3614, -155.4729, 57.3614]}, {"id": "4755", "type": "Feature", "properties": {"id": "us2000asau", "mag": 4.5, "time": 1505228968140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.2892, -30.4261, 12.38]}, "bbox": [-177.2892, -30.4261, -177.2892, -30.4261]}, {"id": "4756", "type": "Feature", "properties": {"id": "us2000akt9", "mag": 4.7, "time": 1505227714260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.6472, -14.1046, 43.3]}, "bbox": [167.6472, -14.1046, 167.6472, -14.1046]}, {"id": "4757", "type": "Feature", "properties": {"id": "ak16821264", "mag": 1.4, "time": 1505227661290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5591, 61.6356, 28.9]}, "bbox": [-149.5591, 61.6356, -149.5591, 61.6356]}, {"id": "4758", "type": "Feature", "properties": {"id": "ak16821262", "mag": 1.8, "time": 1505227098718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5176, 60.4846, 107.4]}, "bbox": [-152.5176, 60.4846, -152.5176, 60.4846]}, {"id": "4759", "type": "Feature", "properties": {"id": "pr2017255006", "mag": 3.11, "time": 1505226988680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8866, 18.066, 112.0]}, "bbox": [-67.8866, 18.066, -67.8866, 18.066]}, {"id": "4760", "type": "Feature", "properties": {"id": "ak16821260", "mag": 1.3, "time": 1505226855029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.482, 62.559, 83.4]}, "bbox": [-151.482, 62.559, -151.482, 62.559]}, {"id": "4761", "type": "Feature", "properties": {"id": "ci37761111", "mag": 1.33, "time": 1505226544460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166, 34.036, 5.82]}, "bbox": [-117.166, 34.036, -117.166, 34.036]}, {"id": "4762", "type": "Feature", "properties": {"id": "nc72891096", "mag": 1.34, "time": 1505226449930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7255, 38.788667, 1.77]}, "bbox": [-122.7255, 38.788667, -122.7255, 38.788667]}, {"id": "4763", "type": "Feature", "properties": {"id": "ak16850755", "mag": 1.5, "time": 1505226255965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5898, 60.4951, 99.5]}, "bbox": [-152.5898, 60.4951, -152.5898, 60.4951]}, {"id": "4764", "type": "Feature", "properties": {"id": "uu60244417", "mag": 1.65, "time": 1505226014340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.334667, 44.621667, 2.11]}, "bbox": [-110.334667, 44.621667, -110.334667, 44.621667]}, {"id": "4765", "type": "Feature", "properties": {"id": "us2000aq5x", "mag": 3.1, "time": 1505225597950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.3403, 52.1694, 67.96]}, "bbox": [-171.3403, 52.1694, -171.3403, 52.1694]}, {"id": "4766", "type": "Feature", "properties": {"id": "uu60244407", "mag": 1.34, "time": 1505225495130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.467, 42.663667, 3.54]}, "bbox": [-111.467, 42.663667, -111.467, 42.663667]}, {"id": "4767", "type": "Feature", "properties": {"id": "ak16821259", "mag": 1.2, "time": 1505225438730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3559, 60.1768, 0.0]}, "bbox": [-141.3559, 60.1768, -141.3559, 60.1768]}, {"id": "4768", "type": "Feature", "properties": {"id": "ak16821258", "mag": 1.2, "time": 1505225170339, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1399, 60.3035, 0.0]}, "bbox": [-141.1399, 60.3035, -141.1399, 60.3035]}, {"id": "4769", "type": "Feature", "properties": {"id": "ak16821221", "mag": 1.0, "time": 1505223846302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7846, 53.7799, 6.7]}, "bbox": [-166.7846, 53.7799, -166.7846, 53.7799]}, {"id": "4770", "type": "Feature", "properties": {"id": "ak16821217", "mag": 1.4, "time": 1505223357390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7209, 60.3452, 65.8]}, "bbox": [-151.7209, 60.3452, -151.7209, 60.3452]}, {"id": "4771", "type": "Feature", "properties": {"id": "hv61905526", "mag": 1.72, "time": 1505223290340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.929167, 19.870667, 12.697]}, "bbox": [-155.929167, 19.870667, -155.929167, 19.870667]}, {"id": "4772", "type": "Feature", "properties": {"id": "ak16821215", "mag": 1.4, "time": 1505223177976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.314, 60.1844, 0.0]}, "bbox": [-141.314, 60.1844, -141.314, 60.1844]}, {"id": "4773", "type": "Feature", "properties": {"id": "uu60244352", "mag": 2.41, "time": 1505222826990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443167, 42.595, 3.5]}, "bbox": [-111.443167, 42.595, -111.443167, 42.595]}, {"id": "4774", "type": "Feature", "properties": {"id": "ak16821210", "mag": 1.0, "time": 1505222200792, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0089, 61.3182, 28.6]}, "bbox": [-146.0089, 61.3182, -146.0089, 61.3182]}, {"id": "4775", "type": "Feature", "properties": {"id": "us2000akri", "mag": 2.9, "time": 1505221931200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9201, 36.2062, 6.163]}, "bbox": [-98.9201, 36.2062, -98.9201, 36.2062]}, {"id": "4776", "type": "Feature", "properties": {"id": "ak16821207", "mag": 2.0, "time": 1505221802809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9996, 62.229, 72.4]}, "bbox": [-150.9996, 62.229, -150.9996, 62.229]}, {"id": "4777", "type": "Feature", "properties": {"id": "us2000akrz", "mag": 2.5, "time": 1505220235620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5432, 46.8852, 12.06]}, "bbox": [-112.5432, 46.8852, -112.5432, 46.8852]}, {"id": "4778", "type": "Feature", "properties": {"id": "ak16821169", "mag": 1.1, "time": 1505219786301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9544, 67.3188, 9.6]}, "bbox": [-147.9544, 67.3188, -147.9544, 67.3188]}, {"id": "4779", "type": "Feature", "properties": {"id": "ak16821166", "mag": 1.0, "time": 1505219272070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.0159, 59.8987, 11.0]}, "bbox": [-141.0159, 59.8987, -141.0159, 59.8987]}, {"id": "4780", "type": "Feature", "properties": {"id": "nc72891076", "mag": 1.16, "time": 1505219059140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.602667, 4.12]}, "bbox": [-118.820667, 37.602667, -118.820667, 37.602667]}, {"id": "4781", "type": "Feature", "properties": {"id": "ci37761079", "mag": 1.06, "time": 1505218941580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.819667, 33.71, 15.77]}, "bbox": [-116.819667, 33.71, -116.819667, 33.71]}, {"id": "4782", "type": "Feature", "properties": {"id": "ak16850742", "mag": 2.4, "time": 1505218654701, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4252, 51.6857, 14.4]}, "bbox": [-178.4252, 51.6857, -178.4252, 51.6857]}, {"id": "4783", "type": "Feature", "properties": {"id": "ak16821165", "mag": 1.0, "time": 1505218329490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4876, 60.0043, 0.0]}, "bbox": [-139.4876, 60.0043, -139.4876, 60.0043]}, {"id": "4784", "type": "Feature", "properties": {"id": "ak16821163", "mag": 1.3, "time": 1505217760897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4102, 62.0418, 78.9]}, "bbox": [-151.4102, 62.0418, -151.4102, 62.0418]}, {"id": "4785", "type": "Feature", "properties": {"id": "nc72891061", "mag": 0.96, "time": 1505217348960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.826333, 37.602833, 3.87]}, "bbox": [-118.826333, 37.602833, -118.826333, 37.602833]}, {"id": "4786", "type": "Feature", "properties": {"id": "ak16821126", "mag": 1.3, "time": 1505216937519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1452, 62.8895, 56.9]}, "bbox": [-148.1452, 62.8895, -148.1452, 62.8895]}, {"id": "4787", "type": "Feature", "properties": {"id": "ak16821125", "mag": 1.1, "time": 1505216743699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6326, 60.2201, 0.0]}, "bbox": [-141.6326, 60.2201, -141.6326, 60.2201]}, {"id": "4788", "type": "Feature", "properties": {"id": "ak16821120", "mag": 1.7, "time": 1505216018269, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0049, 60.6518, 14.8]}, "bbox": [-148.0049, 60.6518, -148.0049, 60.6518]}, {"id": "4789", "type": "Feature", "properties": {"id": "ak16821119", "mag": 1.5, "time": 1505215652902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8093, 53.7706, 8.0]}, "bbox": [-166.8093, 53.7706, -166.8093, 53.7706]}, {"id": "4790", "type": "Feature", "properties": {"id": "us2000akpn", "mag": 4.7, "time": 1505215606400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.7514, 27.9618, 35.0]}, "bbox": [101.7514, 27.9618, 101.7514, 27.9618]}, {"id": "4791", "type": "Feature", "properties": {"id": "ak16850734", "mag": 1.1, "time": 1505215354092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0512, 61.2674, 7.5]}, "bbox": [-147.0512, 61.2674, -147.0512, 61.2674]}, {"id": "4792", "type": "Feature", "properties": {"id": "us2000akpc", "mag": 4.2, "time": 1505214378050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8032, 16.1985, 37.2]}, "bbox": [-94.8032, 16.1985, -94.8032, 16.1985]}, {"id": "4793", "type": "Feature", "properties": {"id": "uu60244277", "mag": 1.7, "time": 1505214238510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.430167, 38.334333, 2.58]}, "bbox": [-112.430167, 38.334333, -112.430167, 38.334333]}, {"id": "4794", "type": "Feature", "properties": {"id": "ak16821114", "mag": 1.9, "time": 1505213809149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8883, 61.2794, 95.0]}, "bbox": [-151.8883, 61.2794, -151.8883, 61.2794]}, {"id": "4795", "type": "Feature", "properties": {"id": "nc72891031", "mag": 1.31, "time": 1505213535320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.861167, 37.426667, 3.97]}, "bbox": [-118.861167, 37.426667, -118.861167, 37.426667]}, {"id": "4796", "type": "Feature", "properties": {"id": "uu60244252", "mag": 1.02, "time": 1505213356870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.007333, 44.7855, 7.95]}, "bbox": [-111.007333, 44.7855, -111.007333, 44.7855]}, {"id": "4797", "type": "Feature", "properties": {"id": "ak16821079", "mag": 1.4, "time": 1505212565937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7135, 59.8217, 2.0]}, "bbox": [-136.7135, 59.8217, -136.7135, 59.8217]}, {"id": "4798", "type": "Feature", "properties": {"id": "nc72891026", "mag": 1.86, "time": 1505212446760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 35.832333, 9.72]}, "bbox": [-119.801833, 35.832333, -119.801833, 35.832333]}, {"id": "4799", "type": "Feature", "properties": {"id": "uw61306757", "mag": 1.64, "time": 1505211458410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.728833, 46.841667, -2.2]}, "bbox": [-121.728833, 46.841667, -121.728833, 46.841667]}, {"id": "4800", "type": "Feature", "properties": {"id": "ak16821074", "mag": 1.9, "time": 1505210888686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7981, 61.0848, 49.4]}, "bbox": [-150.7981, 61.0848, -150.7981, 61.0848]}, {"id": "4801", "type": "Feature", "properties": {"id": "ci37761007", "mag": 0.97, "time": 1505210308130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.34, 33.3915, 3.45]}, "bbox": [-116.34, 33.3915, -116.34, 33.3915]}, {"id": "4802", "type": "Feature", "properties": {"id": "ak16821073", "mag": 1.0, "time": 1505210226661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8733, 61.5592, 31.2]}, "bbox": [-148.8733, 61.5592, -148.8733, 61.5592]}, {"id": "4803", "type": "Feature", "properties": {"id": "us2000aknn", "mag": 4.7, "time": 1505209925680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.31, -20.0675, 10.0]}, "bbox": [-173.31, -20.0675, -173.31, -20.0675]}, {"id": "4804", "type": "Feature", "properties": {"id": "ak16850728", "mag": 1.6, "time": 1505209600286, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4588, 61.074, 107.6]}, "bbox": [-152.4588, 61.074, -152.4588, 61.074]}, {"id": "4805", "type": "Feature", "properties": {"id": "uu60244207", "mag": 2.1, "time": 1505209143550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.465333, 42.608333, 2.53]}, "bbox": [-111.465333, 42.608333, -111.465333, 42.608333]}, {"id": "4806", "type": "Feature", "properties": {"id": "ak16850727", "mag": 1.6, "time": 1505208401509, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2489, 60.3172, 132.5]}, "bbox": [-153.2489, 60.3172, -153.2489, 60.3172]}, {"id": "4807", "type": "Feature", "properties": {"id": "ak16821071", "mag": 1.7, "time": 1505208310612, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6819, 58.4203, 78.0]}, "bbox": [-153.6819, 58.4203, -153.6819, 58.4203]}, {"id": "4808", "type": "Feature", "properties": {"id": "us2000aknb", "mag": 4.4, "time": 1505208006490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7329, 15.7927, 47.14]}, "bbox": [-94.7329, 15.7927, -94.7329, 15.7927]}, {"id": "4809", "type": "Feature", "properties": {"id": "ak16821038", "mag": 1.4, "time": 1505207062279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7269, 62.2754, 47.5]}, "bbox": [-149.7269, 62.2754, -149.7269, 62.2754]}, {"id": "4810", "type": "Feature", "properties": {"id": "pr2017255004", "mag": 3.01, "time": 1505207032870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.6503, 18.1753, 12.0]}, "bbox": [-67.6503, 18.1753, -67.6503, 18.1753]}, {"id": "4811", "type": "Feature", "properties": {"id": "ak16821031", "mag": 2.4, "time": 1505206694908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4161, 60.188, 103.5]}, "bbox": [-152.4161, 60.188, -152.4161, 60.188]}, {"id": "4812", "type": "Feature", "properties": {"id": "hv61905311", "mag": 2.02, "time": 1505206056030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.975333, 19.557, 44.801]}, "bbox": [-155.975333, 19.557, -155.975333, 19.557]}, {"id": "4813", "type": "Feature", "properties": {"id": "ak16821027", "mag": 2.1, "time": 1505205093842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4164, 57.0134, 65.4]}, "bbox": [-155.4164, 57.0134, -155.4164, 57.0134]}, {"id": "4814", "type": "Feature", "properties": {"id": "us2000aq5l", "mag": 3.0, "time": 1505204765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2778, 52.1101, 228.97]}, "bbox": [-174.2778, 52.1101, -174.2778, 52.1101]}, {"id": "4815", "type": "Feature", "properties": {"id": "nm60179282", "mag": 1.12, "time": 1505204172200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.554167, 36.472, 8.99]}, "bbox": [-89.554167, 36.472, -89.554167, 36.472]}, {"id": "4816", "type": "Feature", "properties": {"id": "us2000asam", "mag": 4.1, "time": 1505203793240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.4651, -4.9334, 167.53]}, "bbox": [147.4651, -4.9334, 147.4651, -4.9334]}, {"id": "4817", "type": "Feature", "properties": {"id": "ak16821023", "mag": 1.4, "time": 1505203680731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1732, 61.3766, 3.5]}, "bbox": [-140.1732, 61.3766, -140.1732, 61.3766]}, {"id": "4818", "type": "Feature", "properties": {"id": "us2000aq5k", "mag": 2.8, "time": 1505203540370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5128, 54.8119, 22.77]}, "bbox": [-159.5128, 54.8119, -159.5128, 54.8119]}, {"id": "4819", "type": "Feature", "properties": {"id": "ci37760911", "mag": 1.29, "time": 1505202683830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019667, 34.347833, 1.32]}, "bbox": [-117.019667, 34.347833, -117.019667, 34.347833]}, {"id": "4820", "type": "Feature", "properties": {"id": "ak16821022", "mag": 1.1, "time": 1505201992117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4302, 65.4772, 14.3]}, "bbox": [-153.4302, 65.4772, -153.4302, 65.4772]}, {"id": "4821", "type": "Feature", "properties": {"id": "us2000aq5j", "mag": 3.4, "time": 1505201513110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.335, 52.1151, 36.52]}, "bbox": [-169.335, 52.1151, -169.335, 52.1151]}, {"id": "4822", "type": "Feature", "properties": {"id": "nn00604832", "mag": 1.5, "time": 1505201175706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.919, 38.3871, 7.2]}, "bbox": [-118.919, 38.3871, -118.919, 38.3871]}, {"id": "4823", "type": "Feature", "properties": {"id": "ak16821017", "mag": 1.4, "time": 1505201121331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8746, 64.7668, 2.4]}, "bbox": [-139.8746, 64.7668, -139.8746, 64.7668]}, {"id": "4824", "type": "Feature", "properties": {"id": "us2000akm6", "mag": 4.0, "time": 1505200774070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6261, 15.7276, 39.07]}, "bbox": [-94.6261, 15.7276, -94.6261, 15.7276]}, {"id": "4825", "type": "Feature", "properties": {"id": "ak16821016", "mag": 1.1, "time": 1505200723657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6326, 59.9341, 17.0]}, "bbox": [-140.6326, 59.9341, -140.6326, 59.9341]}, {"id": "4826", "type": "Feature", "properties": {"id": "nc72890911", "mag": 1.14, "time": 1505200493800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502, -0.69]}, "bbox": [-118.835833, 37.502, -118.835833, 37.502]}, {"id": "4827", "type": "Feature", "properties": {"id": "pr2017255005", "mag": 3.62, "time": 1505200390090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7348, 17.4213, 58.0]}, "bbox": [-68.7348, 17.4213, -68.7348, 17.4213]}, {"id": "4828", "type": "Feature", "properties": {"id": "us2000asal", "mag": 4.5, "time": 1505200235050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9237, -40.6778, 35.49]}, "bbox": [175.9237, -40.6778, 175.9237, -40.6778]}, {"id": "4829", "type": "Feature", "properties": {"id": "ak16821015", "mag": 1.0, "time": 1505200050481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0733, 62.8571, 78.1]}, "bbox": [-150.0733, 62.8571, -150.0733, 62.8571]}, {"id": "4830", "type": "Feature", "properties": {"id": "nc72890906", "mag": 1.85, "time": 1505199341840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.959667, 36.079833, 11.15]}, "bbox": [-119.959667, 36.079833, -119.959667, 36.079833]}, {"id": "4831", "type": "Feature", "properties": {"id": "ak16820976", "mag": 4.5, "time": 1505198623340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0626, 55.2018, 8.4]}, "bbox": [-157.0626, 55.2018, -157.0626, 55.2018]}, {"id": "4832", "type": "Feature", "properties": {"id": "ak16820951", "mag": 1.3, "time": 1505198176732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6431, 63.3655, 4.3]}, "bbox": [-151.6431, 63.3655, -151.6431, 63.3655]}, {"id": "4833", "type": "Feature", "properties": {"id": "nn00604828", "mag": 1.4, "time": 1505197517767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0826, 39.1124, 11.2]}, "bbox": [-118.0826, 39.1124, -118.0826, 39.1124]}, {"id": "4834", "type": "Feature", "properties": {"id": "nn00604827", "mag": 2.8, "time": 1505197059215, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.294, 37.806, 4.9]}, "bbox": [-114.294, 37.806, -114.294, 37.806]}, {"id": "4835", "type": "Feature", "properties": {"id": "us2000akla", "mag": 4.9, "time": 1505196044760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.8701, -26.0946, 10.0]}, "bbox": [70.8701, -26.0946, 70.8701, -26.0946]}, {"id": "4836", "type": "Feature", "properties": {"id": "ci37760839", "mag": 1.35, "time": 1505195823730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.070833, 34.124, 7.32]}, "bbox": [-117.070833, 34.124, -117.070833, 34.124]}, {"id": "4837", "type": "Feature", "properties": {"id": "ak16850710", "mag": 1.4, "time": 1505195695881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9514, 59.3304, 53.9]}, "bbox": [-151.9514, 59.3304, -151.9514, 59.3304]}, {"id": "4838", "type": "Feature", "properties": {"id": "uu60244052", "mag": 1.22, "time": 1505195536580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.555167, 6.85]}, "bbox": [-111.435667, 42.555167, -111.435667, 42.555167]}, {"id": "4839", "type": "Feature", "properties": {"id": "us2000akkz", "mag": 4.4, "time": 1505195184110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3657, 15.4552, 61.44]}, "bbox": [-94.3657, 15.4552, -94.3657, 15.4552]}, {"id": "4840", "type": "Feature", "properties": {"id": "ak16820948", "mag": 1.9, "time": 1505194916797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7632, 53.2354, 44.5]}, "bbox": [-166.7632, 53.2354, -166.7632, 53.2354]}, {"id": "4841", "type": "Feature", "properties": {"id": "ak16850708", "mag": 1.2, "time": 1505194707074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5938, 63.2379, 122.0]}, "bbox": [-150.5938, 63.2379, -150.5938, 63.2379]}, {"id": "4842", "type": "Feature", "properties": {"id": "mb80254859", "mag": 1.15, "time": 1505194171440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.863, 11.45]}, "bbox": [-112.527333, 46.863, -112.527333, 46.863]}, {"id": "4843", "type": "Feature", "properties": {"id": "nc72890836", "mag": 1.09, "time": 1505193911680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735833, 38.760833, 1.36]}, "bbox": [-122.735833, 38.760833, -122.735833, 38.760833]}, {"id": "4844", "type": "Feature", "properties": {"id": "us2000akkp", "mag": 4.6, "time": 1505193612080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8716, 15.0886, 57.71]}, "bbox": [-93.8716, 15.0886, -93.8716, 15.0886]}, {"id": "4845", "type": "Feature", "properties": {"id": "ak16820908", "mag": 2.5, "time": 1505193453186, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7231, 53.1426, 25.6]}, "bbox": [-166.7231, 53.1426, -166.7231, 53.1426]}, {"id": "4846", "type": "Feature", "properties": {"id": "us2000akkk", "mag": 5.3, "time": 1505192927120, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.832, 15.182, 60.95]}, "bbox": [-93.832, 15.182, -93.832, 15.182]}, {"id": "4847", "type": "Feature", "properties": {"id": "mb80254849", "mag": 1.28, "time": 1505192738900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5175, 46.899833, 10.92]}, "bbox": [-112.5175, 46.899833, -112.5175, 46.899833]}, {"id": "4848", "type": "Feature", "properties": {"id": "mb80254844", "mag": 1.54, "time": 1505192475320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.973833, 43.2425, 2.3]}, "bbox": [-110.973833, 43.2425, -110.973833, 43.2425]}, {"id": "4849", "type": "Feature", "properties": {"id": "ak16820905", "mag": 1.1, "time": 1505191714754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4231, 60.1297, 0.0]}, "bbox": [-141.4231, 60.1297, -141.4231, 60.1297]}, {"id": "4850", "type": "Feature", "properties": {"id": "nc72890796", "mag": 1.14, "time": 1505190808830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.502667, -0.15]}, "bbox": [-118.835, 37.502667, -118.835, 37.502667]}, {"id": "4851", "type": "Feature", "properties": {"id": "nc72890791", "mag": 1.45, "time": 1505190617760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788, 37.455, 7.56]}, "bbox": [-121.788, 37.455, -121.788, 37.455]}, {"id": "4852", "type": "Feature", "properties": {"id": "pr2017255003", "mag": 1.94, "time": 1505190564980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3923, 18.5168, 23.0]}, "bbox": [-67.3923, 18.5168, -67.3923, 18.5168]}, {"id": "4853", "type": "Feature", "properties": {"id": "ak16850705", "mag": 1.4, "time": 1505190149086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3144, 60.1274, 78.3]}, "bbox": [-152.3144, 60.1274, -152.3144, 60.1274]}, {"id": "4854", "type": "Feature", "properties": {"id": "ak16850704", "mag": 1.8, "time": 1505189303211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0362, 56.0678, 8.4]}, "bbox": [-158.0362, 56.0678, -158.0362, 56.0678]}, {"id": "4855", "type": "Feature", "properties": {"id": "uu60243967", "mag": 1.29, "time": 1505189093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.059333, 40.568667, 7.12]}, "bbox": [-111.059333, 40.568667, -111.059333, 40.568667]}, {"id": "4856", "type": "Feature", "properties": {"id": "hv61905031", "mag": 2.8, "time": 1505189080390, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.320667, 21.633833, 8.469]}, "bbox": [-157.320667, 21.633833, -157.320667, 21.633833]}, {"id": "4857", "type": "Feature", "properties": {"id": "pr2017255001", "mag": 2.63, "time": 1505188852110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3921, 18.5325, 19.0]}, "bbox": [-67.3921, 18.5325, -67.3921, 18.5325]}, {"id": "4858", "type": "Feature", "properties": {"id": "mb80254839", "mag": 2.17, "time": 1505188197080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530167, 46.8705, 12.49]}, "bbox": [-112.530167, 46.8705, -112.530167, 46.8705]}, {"id": "4859", "type": "Feature", "properties": {"id": "ismpkansas70235033", "mag": 2.06, "time": 1505188185670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.492167, 37.299667, 4.92]}, "bbox": [-97.492167, 37.299667, -97.492167, 37.299667]}, {"id": "4860", "type": "Feature", "properties": {"id": "nc72890766", "mag": 2.21, "time": 1505187928020, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319833, 40.4865, 13.1]}, "bbox": [-122.319833, 40.4865, -122.319833, 40.4865]}, {"id": "4861", "type": "Feature", "properties": {"id": "ci37760735", "mag": 1.81, "time": 1505187547790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.287333, 34.079667, 14.28]}, "bbox": [-117.287333, 34.079667, -117.287333, 34.079667]}, {"id": "4862", "type": "Feature", "properties": {"id": "ak16850702", "mag": 1.3, "time": 1505187086661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8075, 61.2964, 89.4]}, "bbox": [-151.8075, 61.2964, -151.8075, 61.2964]}, {"id": "4863", "type": "Feature", "properties": {"id": "ak16850701", "mag": 1.4, "time": 1505186992230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2832, 60.1725, 0.0]}, "bbox": [-141.2832, 60.1725, -141.2832, 60.1725]}, {"id": "4864", "type": "Feature", "properties": {"id": "mb80254834", "mag": 1.19, "time": 1505186273780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.863667, 13.34]}, "bbox": [-112.528833, 46.863667, -112.528833, 46.863667]}, {"id": "4865", "type": "Feature", "properties": {"id": "ci37760703", "mag": 1.89, "time": 1505185679940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797333, 33.494667, 4.01]}, "bbox": [-116.797333, 33.494667, -116.797333, 33.494667]}, {"id": "4866", "type": "Feature", "properties": {"id": "pr2017255002", "mag": 2.13, "time": 1505185260690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.0131, 19.0945, 24.0]}, "bbox": [-68.0131, 19.0945, -68.0131, 19.0945]}, {"id": "4867", "type": "Feature", "properties": {"id": "nc72890706", "mag": 2.85, "time": 1505184989380, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6055, 4.17]}, "bbox": [-118.821333, 37.6055, -118.821333, 37.6055]}, {"id": "4868", "type": "Feature", "properties": {"id": "nc72890701", "mag": 1.11, "time": 1505184817490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.468667, -0.39]}, "bbox": [-118.821333, 37.468667, -118.821333, 37.468667]}, {"id": "4869", "type": "Feature", "properties": {"id": "nc72890691", "mag": 2.54, "time": 1505184593110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.502, 40.2965, 19.04]}, "bbox": [-124.502, 40.2965, -124.502, 40.2965]}, {"id": "4870", "type": "Feature", "properties": {"id": "ci37760663", "mag": 0.96, "time": 1505184048300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1715, 34.0385, 5.42]}, "bbox": [-117.1715, 34.0385, -117.1715, 34.0385]}, {"id": "4871", "type": "Feature", "properties": {"id": "nc72890681", "mag": 1.03, "time": 1505183875680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.4715, -1.63]}, "bbox": [-118.820667, 37.4715, -118.820667, 37.4715]}, {"id": "4872", "type": "Feature", "properties": {"id": "ak16820879", "mag": 1.6, "time": 1505183679937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3232, 62.0502, 60.9]}, "bbox": [-150.3232, 62.0502, -150.3232, 62.0502]}, {"id": "4873", "type": "Feature", "properties": {"id": "ak16850697", "mag": 1.5, "time": 1505183127519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0397, 60.1249, 106.2]}, "bbox": [-153.0397, 60.1249, -153.0397, 60.1249]}, {"id": "4874", "type": "Feature", "properties": {"id": "pr2017255000", "mag": 3.99, "time": 1505182040830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7961, 18.688, 102.0]}, "bbox": [-68.7961, 18.688, -68.7961, 18.688]}, {"id": "4875", "type": "Feature", "properties": {"id": "us2000akii", "mag": 2.5, "time": 1505181688510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.5935, 6.67]}, "bbox": [-111.445, 42.5935, -111.445, 42.5935]}, {"id": "4876", "type": "Feature", "properties": {"id": "ak16850696", "mag": 1.4, "time": 1505181679899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6734, 59.8319, 93.2]}, "bbox": [-152.6734, 59.8319, -152.6734, 59.8319]}, {"id": "4877", "type": "Feature", "properties": {"id": "ak16820869", "mag": 1.9, "time": 1505181012974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.001, 59.4008, 36.7]}, "bbox": [-151.001, 59.4008, -151.001, 59.4008]}, {"id": "4878", "type": "Feature", "properties": {"id": "ak16820867", "mag": 1.9, "time": 1505180308488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5196, 59.9375, 123.2]}, "bbox": [-153.5196, 59.9375, -153.5196, 59.9375]}, {"id": "4879", "type": "Feature", "properties": {"id": "ak16820865", "mag": 1.6, "time": 1505179834308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8744, 63.0936, 89.7]}, "bbox": [-149.8744, 63.0936, -149.8744, 63.0936]}, {"id": "4880", "type": "Feature", "properties": {"id": "uu60243827", "mag": 1.28, "time": 1505179319200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.53, 3.5]}, "bbox": [-111.414167, 42.53, -111.414167, 42.53]}, {"id": "4881", "type": "Feature", "properties": {"id": "nc72890631", "mag": 0.96, "time": 1505179150280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816, 37.475, 1.48]}, "bbox": [-118.816, 37.475, -118.816, 37.475]}, {"id": "4882", "type": "Feature", "properties": {"id": "ci37760623", "mag": 1.18, "time": 1505178887000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.025, 36.311333, 2.4]}, "bbox": [-118.025, 36.311333, -118.025, 36.311333]}, {"id": "4883", "type": "Feature", "properties": {"id": "nc72890616", "mag": 1.11, "time": 1505178809900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.474167, -0.42]}, "bbox": [-118.820167, 37.474167, -118.820167, 37.474167]}, {"id": "4884", "type": "Feature", "properties": {"id": "us2000akhk", "mag": 5.1, "time": 1505178756750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.097, 15.4421, 48.35]}, "bbox": [-94.097, 15.4421, -94.097, 15.4421]}, {"id": "4885", "type": "Feature", "properties": {"id": "ak16820847", "mag": 1.9, "time": 1505178590464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8044, 60.0035, 75.6]}, "bbox": [-151.8044, 60.0035, -151.8044, 60.0035]}, {"id": "4886", "type": "Feature", "properties": {"id": "nc72890606", "mag": 2.1, "time": 1505178296120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.471, -0.04]}, "bbox": [-118.819667, 37.471, -118.819667, 37.471]}, {"id": "4887", "type": "Feature", "properties": {"id": "us2000akhe", "mag": 4.8, "time": 1505178017830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2744, 15.0853, 44.38]}, "bbox": [-94.2744, 15.0853, -94.2744, 15.0853]}, {"id": "4888", "type": "Feature", "properties": {"id": "us2000akhb", "mag": 2.4, "time": 1505177859710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4236, 42.5422, 5.98]}, "bbox": [-111.4236, 42.5422, -111.4236, 42.5422]}, {"id": "4889", "type": "Feature", "properties": {"id": "ci37760607", "mag": 1.78, "time": 1505177706210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796167, 33.491167, 3.15]}, "bbox": [-116.796167, 33.491167, -116.796167, 33.491167]}, {"id": "4890", "type": "Feature", "properties": {"id": "us2000akh7", "mag": 2.8, "time": 1505177557480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4213, 42.5825, 7.47]}, "bbox": [-111.4213, 42.5825, -111.4213, 42.5825]}, {"id": "4891", "type": "Feature", "properties": {"id": "nc72890576", "mag": 2.34, "time": 1505177324250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.473, 0.51]}, "bbox": [-118.82, 37.473, -118.82, 37.473]}, {"id": "4892", "type": "Feature", "properties": {"id": "hv61904866", "mag": 1.99, "time": 1505176986190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.857, 19.358667, 41.774]}, "bbox": [-154.857, 19.358667, -154.857, 19.358667]}, {"id": "4893", "type": "Feature", "properties": {"id": "ak16820845", "mag": 1.3, "time": 1505176784517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3458, 60.155, 0.0]}, "bbox": [-141.3458, 60.155, -141.3458, 60.155]}, {"id": "4894", "type": "Feature", "properties": {"id": "nc72890561", "mag": 1.42, "time": 1505176270180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8195, 37.4765, -0.54]}, "bbox": [-118.8195, 37.4765, -118.8195, 37.4765]}, {"id": "4895", "type": "Feature", "properties": {"id": "ak16820836", "mag": 2.9, "time": 1505175684396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1737, 62.7988, 8.1]}, "bbox": [-152.1737, 62.7988, -152.1737, 62.7988]}, {"id": "4896", "type": "Feature", "properties": {"id": "uu60243772", "mag": 1.28, "time": 1505175463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.593667, 3.5]}, "bbox": [-111.450167, 42.593667, -111.450167, 42.593667]}, {"id": "4897", "type": "Feature", "properties": {"id": "us2000akgt", "mag": 2.7, "time": 1505175275390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.45, 42.6006, 6.65]}, "bbox": [-111.45, 42.6006, -111.45, 42.6006]}, {"id": "4898", "type": "Feature", "properties": {"id": "us2000akgp", "mag": 3.1, "time": 1505174426060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4619, 42.5922, 9.11]}, "bbox": [-111.4619, 42.5922, -111.4619, 42.5922]}, {"id": "4899", "type": "Feature", "properties": {"id": "us2000amy6", "mag": 3.4, "time": 1505174223950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0579, 52.772, 207.41]}, "bbox": [-173.0579, 52.772, -173.0579, 52.772]}, {"id": "4900", "type": "Feature", "properties": {"id": "us2000amy5", "mag": 3.3, "time": 1505173482210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.0407, 51.8595, 146.7]}, "bbox": [178.0407, 51.8595, 178.0407, 51.8595]}, {"id": "4901", "type": "Feature", "properties": {"id": "ak16820045", "mag": 1.1, "time": 1505171834061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9121, 61.9185, 44.8]}, "bbox": [-149.9121, 61.9185, -149.9121, 61.9185]}, {"id": "4902", "type": "Feature", "properties": {"id": "us2000akg3", "mag": 4.4, "time": 1505171543900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3251, 15.4699, 53.34]}, "bbox": [-94.3251, 15.4699, -94.3251, 15.4699]}, {"id": "4903", "type": "Feature", "properties": {"id": "nc72890511", "mag": 1.3, "time": 1505171391890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012, 37.426833, 3.03]}, "bbox": [-119.012, 37.426833, -119.012, 37.426833]}, {"id": "4904", "type": "Feature", "properties": {"id": "us2000akfs", "mag": 4.2, "time": 1505169617100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6345, 15.6178, 38.83]}, "bbox": [-94.6345, 15.6178, -94.6345, 15.6178]}, {"id": "4905", "type": "Feature", "properties": {"id": "us2000akfr", "mag": 2.8, "time": 1505169599030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4698, 42.6061, 6.0]}, "bbox": [-111.4698, 42.6061, -111.4698, 42.6061]}, {"id": "4906", "type": "Feature", "properties": {"id": "ak16827363", "mag": 2.0, "time": 1505169544066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4581, 51.6497, 9.7]}, "bbox": [-178.4581, 51.6497, -178.4581, 51.6497]}, {"id": "4907", "type": "Feature", "properties": {"id": "ak16819990", "mag": 1.0, "time": 1505169272029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1659, 59.9838, 14.2]}, "bbox": [-140.1659, 59.9838, -140.1659, 59.9838]}, {"id": "4908", "type": "Feature", "properties": {"id": "ak16827361", "mag": 1.5, "time": 1505168696545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2029, 59.1798, 77.3]}, "bbox": [-153.2029, 59.1798, -153.2029, 59.1798]}, {"id": "4909", "type": "Feature", "properties": {"id": "ci37760423", "mag": 1.26, "time": 1505168688630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3355, 32.933, 10.81]}, "bbox": [-116.3355, 32.933, -116.3355, 32.933]}, {"id": "4910", "type": "Feature", "properties": {"id": "us2000akf8", "mag": 5.0, "time": 1505168453040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9567, 15.7603, 48.25]}, "bbox": [-94.9567, 15.7603, -94.9567, 15.7603]}, {"id": "4911", "type": "Feature", "properties": {"id": "ak16819215", "mag": 1.5, "time": 1505167702707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4466, 62.4273, 81.1]}, "bbox": [-151.4466, 62.4273, -151.4466, 62.4273]}, {"id": "4912", "type": "Feature", "properties": {"id": "us2000ar1k", "mag": 4.4, "time": 1505167046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.2966, -4.9444, 49.23]}, "bbox": [152.2966, -4.9444, 152.2966, -4.9444]}, {"id": "4913", "type": "Feature", "properties": {"id": "nc72890491", "mag": 1.11, "time": 1505166863970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.544833, 37.529, 12.8]}, "bbox": [-118.544833, 37.529, -118.544833, 37.529]}, {"id": "4914", "type": "Feature", "properties": {"id": "us2000akeb", "mag": 5.1, "time": 1505166728910, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-178.3593, 51.5235, 54.7]}, "bbox": [-178.3593, 51.5235, -178.3593, 51.5235]}, {"id": "4915", "type": "Feature", "properties": {"id": "ak16819167", "mag": 1.4, "time": 1505166664445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3213, 60.2363, 0.0]}, "bbox": [-141.3213, 60.2363, -141.3213, 60.2363]}, {"id": "4916", "type": "Feature", "properties": {"id": "us2000akdz", "mag": 4.3, "time": 1505166482960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.1669, 15.1965, 62.3]}, "bbox": [-93.1669, 15.1965, -93.1669, 15.1965]}, {"id": "4917", "type": "Feature", "properties": {"id": "us2000akdq", "mag": 2.6, "time": 1505166481930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4105, 42.5306, 6.58]}, "bbox": [-111.4105, 42.5306, -111.4105, 42.5306]}, {"id": "4918", "type": "Feature", "properties": {"id": "ak16827357", "mag": 2.3, "time": 1505165942611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8283, 55.1229, 12.0]}, "bbox": [-156.8283, 55.1229, -156.8283, 55.1229]}, {"id": "4919", "type": "Feature", "properties": {"id": "uw61306477", "mag": 1.21, "time": 1505165549480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1755, 46.198833, 3.06]}, "bbox": [-122.1755, 46.198833, -122.1755, 46.198833]}, {"id": "4920", "type": "Feature", "properties": {"id": "nc72890461", "mag": 2.23, "time": 1505164836450, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.939, 35.641167, 4.35]}, "bbox": [-120.939, 35.641167, -120.939, 35.641167]}, {"id": "4921", "type": "Feature", "properties": {"id": "us2000ayll", "mag": 4.1, "time": 1505164739710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6724, 15.4385, 31.22]}, "bbox": [-94.6724, 15.4385, -94.6724, 15.4385]}, {"id": "4922", "type": "Feature", "properties": {"id": "ci37760359", "mag": 2.29, "time": 1505164180230, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.940167, 35.427833, 21.14]}, "bbox": [-118.940167, 35.427833, -118.940167, 35.427833]}, {"id": "4923", "type": "Feature", "properties": {"id": "us2000akcq", "mag": 5.5, "time": 1505164150350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0139, 14.9074, 27.0]}, "bbox": [-94.0139, 14.9074, -94.0139, 14.9074]}, {"id": "4924", "type": "Feature", "properties": {"id": "us2000akch", "mag": 2.4, "time": 1505164053450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4202, 42.5566, 9.0]}, "bbox": [-111.4202, 42.5566, -111.4202, 42.5566]}, {"id": "4925", "type": "Feature", "properties": {"id": "ak16827356", "mag": 1.9, "time": 1505163754769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4142, 51.8321, 32.9]}, "bbox": [-173.4142, 51.8321, -173.4142, 51.8321]}, {"id": "4926", "type": "Feature", "properties": {"id": "ci37760351", "mag": 1.47, "time": 1505163661880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9785, 32.6095, -0.36]}, "bbox": [-116.9785, 32.6095, -116.9785, 32.6095]}, {"id": "4927", "type": "Feature", "properties": {"id": "ak16827355", "mag": 1.0, "time": 1505163537708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7591, 65.4356, 0.0]}, "bbox": [-144.7591, 65.4356, -144.7591, 65.4356]}, {"id": "4928", "type": "Feature", "properties": {"id": "nn00604742", "mag": 1.3, "time": 1505163193915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9149, 38.3846, 5.4]}, "bbox": [-118.9149, 38.3846, -118.9149, 38.3846]}, {"id": "4929", "type": "Feature", "properties": {"id": "us2000akbz", "mag": 4.1, "time": 1505162450200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.477, 52.2896, 65.69]}, "bbox": [-173.477, 52.2896, -173.477, 52.2896]}, {"id": "4930", "type": "Feature", "properties": {"id": "mb80254709", "mag": 1.54, "time": 1505162126870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.327667, 46.1355, 6.01]}, "bbox": [-110.327667, 46.1355, -110.327667, 46.1355]}, {"id": "4931", "type": "Feature", "properties": {"id": "ak16818311", "mag": 2.4, "time": 1505162030333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0, 53.2916, 13.0]}, "bbox": [-167.0, 53.2916, -167.0, 53.2916]}, {"id": "4932", "type": "Feature", "properties": {"id": "ak16818304", "mag": 2.2, "time": 1505161796041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.8204, 65.319, 3.3]}, "bbox": [-167.8204, 65.319, -167.8204, 65.319]}, {"id": "4933", "type": "Feature", "properties": {"id": "ak16818297", "mag": 2.0, "time": 1505161193751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8659, 62.8899, 99.8]}, "bbox": [-150.8659, 62.8899, -150.8659, 62.8899]}, {"id": "4934", "type": "Feature", "properties": {"id": "ak16818278", "mag": 3.2, "time": 1505160763887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.115, 63.145, 108.2]}, "bbox": [-150.115, 63.145, -150.115, 63.145]}, {"id": "4935", "type": "Feature", "properties": {"id": "mb80254694", "mag": 1.38, "time": 1505160716790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540833, 46.904833, 11.87]}, "bbox": [-112.540833, 46.904833, -112.540833, 46.904833]}, {"id": "4936", "type": "Feature", "properties": {"id": "us2000akaa", "mag": 2.5, "time": 1505159932140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4306, 42.5727, 7.14]}, "bbox": [-111.4306, 42.5727, -111.4306, 42.5727]}, {"id": "4937", "type": "Feature", "properties": {"id": "mb80254684", "mag": 1.16, "time": 1505159186030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.8675, 11.01]}, "bbox": [-112.524833, 46.8675, -112.524833, 46.8675]}, {"id": "4938", "type": "Feature", "properties": {"id": "ak16827348", "mag": 1.2, "time": 1505158596706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2022, 60.4231, 48.9]}, "bbox": [-151.2022, 60.4231, -151.2022, 60.4231]}, {"id": "4939", "type": "Feature", "properties": {"id": "ak16817479", "mag": 2.9, "time": 1505158124591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5505, 65.8017, 12.5]}, "bbox": [-148.5505, 65.8017, -148.5505, 65.8017]}, {"id": "4940", "type": "Feature", "properties": {"id": "ak16817476", "mag": 3.0, "time": 1505158119494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2439, 66.0161, 16.1]}, "bbox": [-148.2439, 66.0161, -148.2439, 66.0161]}, {"id": "4941", "type": "Feature", "properties": {"id": "nn00604719", "mag": 1.3, "time": 1505157785095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8838, 38.8119, 4.7]}, "bbox": [-118.8838, 38.8119, -118.8838, 38.8119]}, {"id": "4942", "type": "Feature", "properties": {"id": "nc72890441", "mag": 1.74, "time": 1505157705880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.7915, 3.48]}, "bbox": [-122.778, 38.7915, -122.778, 38.7915]}, {"id": "4943", "type": "Feature", "properties": {"id": "us2000ak9n", "mag": 3.0, "time": 1505157604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.471, 42.609, 7.61]}, "bbox": [-111.471, 42.609, -111.471, 42.609]}, {"id": "4944", "type": "Feature", "properties": {"id": "ak16817472", "mag": 1.1, "time": 1505156621773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3067, 62.9071, 5.6]}, "bbox": [-151.3067, 62.9071, -151.3067, 62.9071]}, {"id": "4945", "type": "Feature", "properties": {"id": "ak16827345", "mag": 1.6, "time": 1505156304521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3368, 59.849, 84.9]}, "bbox": [-152.3368, 59.849, -152.3368, 59.849]}, {"id": "4946", "type": "Feature", "properties": {"id": "ak16816710", "mag": 1.0, "time": 1505155839711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7252, 63.4914, 1.9]}, "bbox": [-147.7252, 63.4914, -147.7252, 63.4914]}, {"id": "4947", "type": "Feature", "properties": {"id": "ak16827343", "mag": 1.6, "time": 1505155190108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9414, 58.9343, 71.6]}, "bbox": [-151.9414, 58.9343, -151.9414, 58.9343]}, {"id": "4948", "type": "Feature", "properties": {"id": "uu60243377", "mag": 2.04, "time": 1505154917000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.524333, 7.67]}, "bbox": [-111.423167, 42.524333, -111.423167, 42.524333]}, {"id": "4949", "type": "Feature", "properties": {"id": "us2000ak8v", "mag": 4.8, "time": 1505154337990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9192, 10.9561, 35.0]}, "bbox": [125.9192, 10.9561, 125.9192, 10.9561]}, {"id": "4950", "type": "Feature", "properties": {"id": "ak16827342", "mag": 1.4, "time": 1505154205074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0563, 59.7893, 104.3]}, "bbox": [-153.0563, 59.7893, -153.0563, 59.7893]}, {"id": "4951", "type": "Feature", "properties": {"id": "us2000akih", "mag": 3.5, "time": 1505153371450, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-8.5745, 37.1247, 19.99]}, "bbox": [-8.5745, 37.1247, -8.5745, 37.1247]}, {"id": "4952", "type": "Feature", "properties": {"id": "ak16816675", "mag": 2.0, "time": 1505153241938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1793, 60.2771, 148.8]}, "bbox": [-153.1793, 60.2771, -153.1793, 60.2771]}, {"id": "4953", "type": "Feature", "properties": {"id": "nn00604702", "mag": 1.1, "time": 1505152546779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 38.8318, 9.7]}, "bbox": [-118.8175, 38.8318, -118.8175, 38.8318]}, {"id": "4954", "type": "Feature", "properties": {"id": "nc72890416", "mag": 1.57, "time": 1505151412520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474, -0.34]}, "bbox": [-118.8205, 37.474, -118.8205, 37.474]}, {"id": "4955", "type": "Feature", "properties": {"id": "us2000ak7u", "mag": 5.7, "time": 1505151309620, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.3373, 23.9529, 35.0]}, "bbox": [142.3373, 23.9529, 142.3373, 23.9529]}, {"id": "4956", "type": "Feature", "properties": {"id": "us2000ak7m", "mag": 2.5, "time": 1505151089130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5401, 6.8]}, "bbox": [-111.4259, 42.5401, -111.4259, 42.5401]}, {"id": "4957", "type": "Feature", "properties": {"id": "mb80254649", "mag": 1.0, "time": 1505150945110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515833, 46.859, 13.54]}, "bbox": [-112.515833, 46.859, -112.515833, 46.859]}, {"id": "4958", "type": "Feature", "properties": {"id": "ak16815885", "mag": 1.4, "time": 1505150387657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8119, 60.5833, 13.5]}, "bbox": [-150.8119, 60.5833, -150.8119, 60.5833]}, {"id": "4959", "type": "Feature", "properties": {"id": "ci37760231", "mag": 1.15, "time": 1505150078250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.339833, 33.717167, -0.52]}, "bbox": [-117.339833, 33.717167, -117.339833, 33.717167]}, {"id": "4960", "type": "Feature", "properties": {"id": "us2000ar17", "mag": 4.5, "time": 1505148873550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.1014, -58.1449, 29.22]}, "bbox": [-27.1014, -58.1449, -27.1014, -58.1449]}, {"id": "4961", "type": "Feature", "properties": {"id": "us2000ar14", "mag": 4.7, "time": 1505148316830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7999, 10.8571, 10.0]}, "bbox": [141.7999, 10.8571, 141.7999, 10.8571]}, {"id": "4962", "type": "Feature", "properties": {"id": "us2000ak6r", "mag": 4.4, "time": 1505148294180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [93.763, 11.1912, 135.46]}, "bbox": [93.763, 11.1912, 93.763, 11.1912]}, {"id": "4963", "type": "Feature", "properties": {"id": "us2000ar16", "mag": 4.3, "time": 1505147708500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.5216, 28.9426, 37.11]}, "bbox": [105.5216, 28.9426, 105.5216, 28.9426]}, {"id": "4964", "type": "Feature", "properties": {"id": "us2000ak65", "mag": 5.0, "time": 1505146815920, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [21.5733, 39.2104, 10.0]}, "bbox": [21.5733, 39.2104, 21.5733, 39.2104]}, {"id": "4965", "type": "Feature", "properties": {"id": "uu60012999", "mag": 2.37, "time": 1505146629690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.425833, 42.545833, 6.7]}, "bbox": [-111.425833, 42.545833, -111.425833, 42.545833]}, {"id": "4966", "type": "Feature", "properties": {"id": "us2000ak62", "mag": 3.2, "time": 1505146591940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5774, 8.61]}, "bbox": [-111.4221, 42.5774, -111.4221, 42.5774]}, {"id": "4967", "type": "Feature", "properties": {"id": "ci37760191", "mag": 1.27, "time": 1505146302070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.870333, 36.5125, 7.71]}, "bbox": [-117.870333, 36.5125, -117.870333, 36.5125]}, {"id": "4968", "type": "Feature", "properties": {"id": "us2000ar11", "mag": 4.2, "time": 1505146234900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.8301, -18.5966, 222.96]}, "bbox": [169.8301, -18.5966, 169.8301, -18.5966]}, {"id": "4969", "type": "Feature", "properties": {"id": "ci37760183", "mag": 1.04, "time": 1505146087980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.721333, 33.538833, 2.61]}, "bbox": [-116.721333, 33.538833, -116.721333, 33.538833]}, {"id": "4970", "type": "Feature", "properties": {"id": "us2000ak5l", "mag": 4.4, "time": 1505145120270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9232, 15.0128, 54.55]}, "bbox": [-93.9232, 15.0128, -93.9232, 15.0128]}, {"id": "4971", "type": "Feature", "properties": {"id": "ak16827338", "mag": 1.8, "time": 1505144756285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3358, 57.9354, 144.8]}, "bbox": [-156.3358, 57.9354, -156.3358, 57.9354]}, {"id": "4972", "type": "Feature", "properties": {"id": "us2000ak5f", "mag": 4.3, "time": 1505144492050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0414, 15.1729, 45.88]}, "bbox": [-94.0414, 15.1729, -94.0414, 15.1729]}, {"id": "4973", "type": "Feature", "properties": {"id": "ak16815056", "mag": 1.9, "time": 1505144205558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6743, 59.7685, 0.0]}, "bbox": [-136.6743, 59.7685, -136.6743, 59.7685]}, {"id": "4974", "type": "Feature", "properties": {"id": "us2000ak58", "mag": 3.1, "time": 1505144033150, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4647, 42.6086, 4.31]}, "bbox": [-111.4647, 42.6086, -111.4647, 42.6086]}, {"id": "4975", "type": "Feature", "properties": {"id": "uu60243162", "mag": 1.47, "time": 1505143989150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.462833, 42.578167, 3.5]}, "bbox": [-111.462833, 42.578167, -111.462833, 42.578167]}, {"id": "4976", "type": "Feature", "properties": {"id": "ak16815038", "mag": 1.9, "time": 1505143851904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7738, 62.154, 53.3]}, "bbox": [-149.7738, 62.154, -149.7738, 62.154]}, {"id": "4977", "type": "Feature", "properties": {"id": "ak16815036", "mag": 1.9, "time": 1505143815664, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0859, 60.2049, 139.0]}, "bbox": [-153.0859, 60.2049, -153.0859, 60.2049]}, {"id": "4978", "type": "Feature", "properties": {"id": "us2000ak57", "mag": 4.8, "time": 1505143793430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1802, 54.2242, 10.0]}, "bbox": [169.1802, 54.2242, 169.1802, 54.2242]}, {"id": "4979", "type": "Feature", "properties": {"id": "us2000ak55", "mag": 4.3, "time": 1505143224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6506, -2.821, 10.0]}, "bbox": [146.6506, -2.821, 146.6506, -2.821]}, {"id": "4980", "type": "Feature", "properties": {"id": "us2000ak4j", "mag": 3.0, "time": 1505142692750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4148, 42.5413, 9.05]}, "bbox": [-111.4148, 42.5413, -111.4148, 42.5413]}, {"id": "4981", "type": "Feature", "properties": {"id": "us2000ak4f", "mag": 4.4, "time": 1505142409640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0513, 14.8747, 44.09]}, "bbox": [-94.0513, 14.8747, -94.0513, 14.8747]}, {"id": "4982", "type": "Feature", "properties": {"id": "us2000ak40", "mag": 5.0, "time": 1505141758490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3653, 15.3524, 32.65]}, "bbox": [-94.3653, 15.3524, -94.3653, 15.3524]}, {"id": "4983", "type": "Feature", "properties": {"id": "us2000ar1h", "mag": 4.9, "time": 1505141691760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0928, -23.8876, 37.16]}, "bbox": [-176.0928, -23.8876, -176.0928, -23.8876]}, {"id": "4984", "type": "Feature", "properties": {"id": "us2000ak3s", "mag": 4.2, "time": 1505141169530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7122, 15.3112, 28.67]}, "bbox": [-94.7122, 15.3112, -94.7122, 15.3112]}, {"id": "4985", "type": "Feature", "properties": {"id": "mb80254604", "mag": 1.16, "time": 1505141014400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532333, 46.8915, 13.58]}, "bbox": [-112.532333, 46.8915, -112.532333, 46.8915]}, {"id": "4986", "type": "Feature", "properties": {"id": "nc72890356", "mag": 0.96, "time": 1505141002070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.845001, -0.69]}, "bbox": [-122.819168, 38.845001, -122.819168, 38.845001]}, {"id": "4987", "type": "Feature", "properties": {"id": "ak16814255", "mag": 2.0, "time": 1505140885717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2937, 51.4307, 40.1]}, "bbox": [-178.2937, 51.4307, -178.2937, 51.4307]}, {"id": "4988", "type": "Feature", "properties": {"id": "uw61306377", "mag": 1.82, "time": 1505140831500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.526167, 45.054, 14.59]}, "bbox": [-122.526167, 45.054, -122.526167, 45.054]}, {"id": "4989", "type": "Feature", "properties": {"id": "us2000ak3q", "mag": 4.2, "time": 1505140745590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4233, 15.4024, 50.36]}, "bbox": [-94.4233, 15.4024, -94.4233, 15.4024]}, {"id": "4990", "type": "Feature", "properties": {"id": "ci37760143", "mag": 1.15, "time": 1505140731290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.260667, 32.865667, 12.62]}, "bbox": [-116.260667, 32.865667, -116.260667, 32.865667]}, {"id": "4991", "type": "Feature", "properties": {"id": "nc72890351", "mag": 1.47, "time": 1505140721900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.98, 37.905667, 7.94]}, "bbox": [-121.98, 37.905667, -121.98, 37.905667]}, {"id": "4992", "type": "Feature", "properties": {"id": "pr2017254001", "mag": 1.99, "time": 1505140527660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1661, 18.2745, 22.0]}, "bbox": [-67.1661, 18.2745, -67.1661, 18.2745]}, {"id": "4993", "type": "Feature", "properties": {"id": "us2000ak3b", "mag": 2.7, "time": 1505140375620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4329, 42.6048, 10.74]}, "bbox": [-111.4329, 42.6048, -111.4329, 42.6048]}, {"id": "4994", "type": "Feature", "properties": {"id": "uu60243057", "mag": 2.26, "time": 1505140157270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.570833, 6.17]}, "bbox": [-111.440667, 42.570833, -111.440667, 42.570833]}, {"id": "4995", "type": "Feature", "properties": {"id": "us2000ak35", "mag": 2.8, "time": 1505139740960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4268, 42.5293, 6.86]}, "bbox": [-111.4268, 42.5293, -111.4268, 42.5293]}, {"id": "4996", "type": "Feature", "properties": {"id": "us2000ar1f", "mag": 4.4, "time": 1505139719640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.2097, 57.3966, 10.0]}, "bbox": [-33.2097, 57.3966, -33.2097, 57.3966]}, {"id": "4997", "type": "Feature", "properties": {"id": "us2000ak30", "mag": 2.8, "time": 1505139413770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4261, 42.5344, 6.18]}, "bbox": [-111.4261, 42.5344, -111.4261, 42.5344]}, {"id": "4998", "type": "Feature", "properties": {"id": "us2000ak2x", "mag": 2.8, "time": 1505139156090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4192, 42.5317, 7.87]}, "bbox": [-111.4192, 42.5317, -111.4192, 42.5317]}, {"id": "4999", "type": "Feature", "properties": {"id": "nc72890336", "mag": 1.18, "time": 1505138783780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788833, 37.4565, 7.82]}, "bbox": [-121.788833, 37.4565, -121.788833, 37.4565]}, {"id": "5000", "type": "Feature", "properties": {"id": "us2000ak5e", "mag": 3.4, "time": 1505138730330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4143, 42.5438, 7.19]}, "bbox": [-111.4143, 42.5438, -111.4143, 42.5438]}, {"id": "5001", "type": "Feature", "properties": {"id": "us2000ak2i", "mag": 2.7, "time": 1505138706230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4164, 42.5288, 7.13]}, "bbox": [-111.4164, 42.5288, -111.4164, 42.5288]}, {"id": "5002", "type": "Feature", "properties": {"id": "us2000ak2w", "mag": 4.2, "time": 1505138643370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.2941, 49.241, 567.61]}, "bbox": [147.2941, 49.241, 147.2941, 49.241]}, {"id": "5003", "type": "Feature", "properties": {"id": "ak16813499", "mag": 2.0, "time": 1505138537316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7415, 61.4216, 18.8]}, "bbox": [-146.7415, 61.4216, -146.7415, 61.4216]}, {"id": "5004", "type": "Feature", "properties": {"id": "us2000ak25", "mag": 2.7, "time": 1505138348200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5325, 7.14]}, "bbox": [-111.4259, 42.5325, -111.4259, 42.5325]}, {"id": "5005", "type": "Feature", "properties": {"id": "us2000ar0y", "mag": 4.6, "time": 1505138171510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.9326, 17.4028, 10.0]}, "bbox": [95.9326, 17.4028, 95.9326, 17.4028]}, {"id": "5006", "type": "Feature", "properties": {"id": "ak16813481", "mag": 1.9, "time": 1505137989499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3857, 59.1724, 56.6]}, "bbox": [-152.3857, 59.1724, -152.3857, 59.1724]}, {"id": "5007", "type": "Feature", "properties": {"id": "us2000ak1y", "mag": 2.6, "time": 1505137521110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5419, 8.21]}, "bbox": [-111.4339, 42.5419, -111.4339, 42.5419]}, {"id": "5008", "type": "Feature", "properties": {"id": "us2000ak1r", "mag": 2.9, "time": 1505137114700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5456, 6.59]}, "bbox": [-111.4362, 42.5456, -111.4362, 42.5456]}, {"id": "5009", "type": "Feature", "properties": {"id": "us2000ak1m", "mag": 3.0, "time": 1505136985250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4366, 42.5476, 10.03]}, "bbox": [-111.4366, 42.5476, -111.4366, 42.5476]}, {"id": "5010", "type": "Feature", "properties": {"id": "us2000ar0x", "mag": 4.6, "time": 1505136879610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.6908, 22.421, 111.87]}, "bbox": [94.6908, 22.421, 94.6908, 22.421]}, {"id": "5011", "type": "Feature", "properties": {"id": "ak16813475", "mag": 2.1, "time": 1505136538402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5913, 51.4481, 48.1]}, "bbox": [-175.5913, 51.4481, -175.5913, 51.4481]}, {"id": "5012", "type": "Feature", "properties": {"id": "us2000ak17", "mag": 4.7, "time": 1505136395640, "felt": 63.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4397, 42.547, 8.42]}, "bbox": [-111.4397, 42.547, -111.4397, 42.547]}, {"id": "5013", "type": "Feature", "properties": {"id": "us2000ar13", "mag": 4.3, "time": 1505136238290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.0316, -19.7635, 35.0]}, "bbox": [-174.0316, -19.7635, -174.0316, -19.7635]}, {"id": "5014", "type": "Feature", "properties": {"id": "ci37760103", "mag": 1.09, "time": 1505136097380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.087333, 5.54]}, "bbox": [-118.293, 35.087333, -118.293, 35.087333]}, {"id": "5015", "type": "Feature", "properties": {"id": "ak16812727", "mag": 2.6, "time": 1505135732771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9083, 64.6086, 14.0]}, "bbox": [-147.9083, 64.6086, -147.9083, 64.6086]}, {"id": "5016", "type": "Feature", "properties": {"id": "ak16812725", "mag": 1.1, "time": 1505135440719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9809, 60.2846, 15.6]}, "bbox": [-142.9809, 60.2846, -142.9809, 60.2846]}, {"id": "5017", "type": "Feature", "properties": {"id": "ak16812722", "mag": 1.3, "time": 1505135255673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2227, 61.5128, 2.0]}, "bbox": [-151.2227, 61.5128, -151.2227, 61.5128]}, {"id": "5018", "type": "Feature", "properties": {"id": "nn00604646", "mag": 1.4, "time": 1505134420760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0108, 37.3174, 5.6]}, "bbox": [-115.0108, 37.3174, -115.0108, 37.3174]}, {"id": "5019", "type": "Feature", "properties": {"id": "nc72890261", "mag": 1.53, "time": 1505134375000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944, 37.596667, 2.35]}, "bbox": [-118.944, 37.596667, -118.944, 37.596667]}, {"id": "5020", "type": "Feature", "properties": {"id": "ak16812712", "mag": 1.2, "time": 1505134108855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0572, 63.3368, 5.2]}, "bbox": [-152.0572, 63.3368, -152.0572, 63.3368]}, {"id": "5021", "type": "Feature", "properties": {"id": "nc72890256", "mag": 2.28, "time": 1505133958310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804, 37.487667, 2.35]}, "bbox": [-118.804, 37.487667, -118.804, 37.487667]}, {"id": "5022", "type": "Feature", "properties": {"id": "ak16827325", "mag": 1.0, "time": 1505133922020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6291, 68.5279, 7.8]}, "bbox": [-146.6291, 68.5279, -146.6291, 68.5279]}, {"id": "5023", "type": "Feature", "properties": {"id": "ak16827324", "mag": 2.0, "time": 1505133892582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5495, 51.3476, 48.9]}, "bbox": [179.5495, 51.3476, 179.5495, 51.3476]}, {"id": "5024", "type": "Feature", "properties": {"id": "us2000ak0e", "mag": 2.5, "time": 1505133857280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4384, 42.5522, 4.67]}, "bbox": [-111.4384, 42.5522, -111.4384, 42.5522]}, {"id": "5025", "type": "Feature", "properties": {"id": "uu60242837", "mag": 1.53, "time": 1505133790240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.5545, 3.92]}, "bbox": [-111.424667, 42.5545, -111.424667, 42.5545]}, {"id": "5026", "type": "Feature", "properties": {"id": "hv61904231", "mag": 1.21, "time": 1505133342610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6145, 19.417333, 2.362]}, "bbox": [-155.6145, 19.417333, -155.6145, 19.417333]}, {"id": "5027", "type": "Feature", "properties": {"id": "us2000ak05", "mag": 4.1, "time": 1505133270220, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4421, 42.5481, 9.98]}, "bbox": [-111.4421, 42.5481, -111.4421, 42.5481]}, {"id": "5028", "type": "Feature", "properties": {"id": "us2000ak03", "mag": 2.7, "time": 1505133174850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5648, 8.56]}, "bbox": [-111.4364, 42.5648, -111.4364, 42.5648]}, {"id": "5029", "type": "Feature", "properties": {"id": "ak16812710", "mag": 1.0, "time": 1505133166684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8559, 62.6857, 65.3]}, "bbox": [-149.8559, 62.6857, -149.8559, 62.6857]}, {"id": "5030", "type": "Feature", "properties": {"id": "us2000ar0u", "mag": 4.2, "time": 1505133047670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1594, -25.8043, 396.76]}, "bbox": [-179.1594, -25.8043, -179.1594, -25.8043]}, {"id": "5031", "type": "Feature", "properties": {"id": "nn00604676", "mag": 1.2, "time": 1505132161656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9061, 38.3603, 6.9]}, "bbox": [-118.9061, 38.3603, -118.9061, 38.3603]}, {"id": "5032", "type": "Feature", "properties": {"id": "ak16811973", "mag": 1.1, "time": 1505132086727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8547, 61.7247, 43.6]}, "bbox": [-148.8547, 61.7247, -148.8547, 61.7247]}, {"id": "5033", "type": "Feature", "properties": {"id": "ak16811972", "mag": 1.5, "time": 1505132009437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3277, 62.9497, 102.8]}, "bbox": [-151.3277, 62.9497, -151.3277, 62.9497]}, {"id": "5034", "type": "Feature", "properties": {"id": "us2000ajzy", "mag": 2.5, "time": 1505131814160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6131, 6.65]}, "bbox": [-111.4451, 42.6131, -111.4451, 42.6131]}, {"id": "5035", "type": "Feature", "properties": {"id": "mb80254459", "mag": 2.11, "time": 1505131462070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.591167, 48.595333, 11.25]}, "bbox": [-114.591167, 48.595333, -114.591167, 48.595333]}, {"id": "5036", "type": "Feature", "properties": {"id": "ak16811969", "mag": 1.3, "time": 1505131136327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0317, 60.2939, 13.2]}, "bbox": [-143.0317, 60.2939, -143.0317, 60.2939]}, {"id": "5037", "type": "Feature", "properties": {"id": "ci37760055", "mag": 1.58, "time": 1505130502980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1345, 33.263, 3.81]}, "bbox": [-116.1345, 33.263, -116.1345, 33.263]}, {"id": "5038", "type": "Feature", "properties": {"id": "us2000ajzq", "mag": 3.0, "time": 1505130391090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5733, 9.58]}, "bbox": [-111.4364, 42.5733, -111.4364, 42.5733]}, {"id": "5039", "type": "Feature", "properties": {"id": "ak16811954", "mag": 3.1, "time": 1505130323357, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1197, 60.1444, 17.1]}, "bbox": [-147.1197, 60.1444, -147.1197, 60.1444]}, {"id": "5040", "type": "Feature", "properties": {"id": "us2000ar0t", "mag": 4.0, "time": 1505129120720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0508, -16.1442, 368.85]}, "bbox": [-176.0508, -16.1442, -176.0508, -16.1442]}, {"id": "5041", "type": "Feature", "properties": {"id": "us2000ajzk", "mag": 4.5, "time": 1505129105150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1346, -37.5234, 25.58]}, "bbox": [-74.1346, -37.5234, -74.1346, -37.5234]}, {"id": "5042", "type": "Feature", "properties": {"id": "nc72890236", "mag": 2.17, "time": 1505128675290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.459167, 1.9]}, "bbox": [-118.822, 37.459167, -118.822, 37.459167]}, {"id": "5043", "type": "Feature", "properties": {"id": "ak16827315", "mag": 2.3, "time": 1505128561623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8371, 52.7853, 7.1]}, "bbox": [-163.8371, 52.7853, -163.8371, 52.7853]}, {"id": "5044", "type": "Feature", "properties": {"id": "ak16811944", "mag": 1.3, "time": 1505128093436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0565, 64.7051, 17.4]}, "bbox": [-149.0565, 64.7051, -149.0565, 64.7051]}, {"id": "5045", "type": "Feature", "properties": {"id": "ak16811204", "mag": 1.3, "time": 1505127768013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9834, 54.7566, 4.6]}, "bbox": [-163.9834, 54.7566, -163.9834, 54.7566]}, {"id": "5046", "type": "Feature", "properties": {"id": "hv61904116", "mag": 2.16, "time": 1505127753700, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28183, 19.407, 0.02]}, "bbox": [-155.28183, 19.407, -155.28183, 19.407]}, {"id": "5047", "type": "Feature", "properties": {"id": "ci37760031", "mag": 2.03, "time": 1505127492210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.712, 33.879333, 13.03]}, "bbox": [-118.712, 33.879333, -118.712, 33.879333]}, {"id": "5048", "type": "Feature", "properties": {"id": "ak16827311", "mag": 1.5, "time": 1505127421795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.853, 59.6229, 96.0]}, "bbox": [-152.853, 59.6229, -152.853, 59.6229]}, {"id": "5049", "type": "Feature", "properties": {"id": "ak16811203", "mag": 1.3, "time": 1505127015264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6217, 68.5348, 1.0]}, "bbox": [-146.6217, 68.5348, -146.6217, 68.5348]}, {"id": "5050", "type": "Feature", "properties": {"id": "ak16811201", "mag": 1.5, "time": 1505126914844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1251, 64.9961, 18.4]}, "bbox": [-152.1251, 64.9961, -152.1251, 64.9961]}, {"id": "5051", "type": "Feature", "properties": {"id": "ak16811199", "mag": 1.6, "time": 1505125956806, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5218, 65.7316, 2.7]}, "bbox": [-164.5218, 65.7316, -164.5218, 65.7316]}, {"id": "5052", "type": "Feature", "properties": {"id": "ak16811198", "mag": 1.6, "time": 1505125657616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3884, 53.8156, 54.1]}, "bbox": [-165.3884, 53.8156, -165.3884, 53.8156]}, {"id": "5053", "type": "Feature", "properties": {"id": "nc72890226", "mag": 1.01, "time": 1505125359080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753998, 38.790165, 3.35]}, "bbox": [-122.753998, 38.790165, -122.753998, 38.790165]}, {"id": "5054", "type": "Feature", "properties": {"id": "ci37760023", "mag": 1.32, "time": 1505125346420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.25, 34.0295, 14.73]}, "bbox": [-117.25, 34.0295, -117.25, 34.0295]}, {"id": "5055", "type": "Feature", "properties": {"id": "ci37760015", "mag": 1.79, "time": 1505125221750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.210667, 33.964, 14.98]}, "bbox": [-117.210667, 33.964, -117.210667, 33.964]}, {"id": "5056", "type": "Feature", "properties": {"id": "ak16811192", "mag": 1.6, "time": 1505124596279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4191, 53.5639, 6.6]}, "bbox": [-167.4191, 53.5639, -167.4191, 53.5639]}, {"id": "5057", "type": "Feature", "properties": {"id": "us2000ajy4", "mag": 3.0, "time": 1505124017240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4438, 42.5496, 7.43]}, "bbox": [-111.4438, 42.5496, -111.4438, 42.5496]}, {"id": "5058", "type": "Feature", "properties": {"id": "ak16811190", "mag": 1.5, "time": 1505123878146, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2865, 60.4132, 89.8]}, "bbox": [-152.2865, 60.4132, -152.2865, 60.4132]}, {"id": "5059", "type": "Feature", "properties": {"id": "ak16811188", "mag": 1.0, "time": 1505123692728, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3358, 61.5763, 29.1]}, "bbox": [-146.3358, 61.5763, -146.3358, 61.5763]}, {"id": "5060", "type": "Feature", "properties": {"id": "nc72890206", "mag": 0.98, "time": 1505123643110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.747167, 37.409167, 5.32]}, "bbox": [-121.747167, 37.409167, -121.747167, 37.409167]}, {"id": "5061", "type": "Feature", "properties": {"id": "ak16811186", "mag": 1.6, "time": 1505123476693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8224, 59.7877, 2.4]}, "bbox": [-136.8224, 59.7877, -136.8224, 59.7877]}, {"id": "5062", "type": "Feature", "properties": {"id": "us2000ajxv", "mag": 2.9, "time": 1505123164250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4237, 42.5673, 7.37]}, "bbox": [-111.4237, 42.5673, -111.4237, 42.5673]}, {"id": "5063", "type": "Feature", "properties": {"id": "us2000ajxj", "mag": 4.3, "time": 1505122591560, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5544, 2.24]}, "bbox": [-111.4287, 42.5544, -111.4287, 42.5544]}, {"id": "5064", "type": "Feature", "properties": {"id": "uu60242567", "mag": 2.2, "time": 1505122522080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4315, 42.546167, 6.37]}, "bbox": [-111.4315, 42.546167, -111.4315, 42.546167]}, {"id": "5065", "type": "Feature", "properties": {"id": "ci37759983", "mag": 1.63, "time": 1505121892310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.268167, 34.059667, 16.34]}, "bbox": [-117.268167, 34.059667, -117.268167, 34.059667]}, {"id": "5066", "type": "Feature", "properties": {"id": "ak16810446", "mag": 2.6, "time": 1505121756650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4598, 60.9205, 10.0]}, "bbox": [-147.4598, 60.9205, -147.4598, 60.9205]}, {"id": "5067", "type": "Feature", "properties": {"id": "ak16810443", "mag": 1.2, "time": 1505121065274, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.565, 68.8276, 0.5]}, "bbox": [-143.565, 68.8276, -143.565, 68.8276]}, {"id": "5068", "type": "Feature", "properties": {"id": "ci37759967", "mag": 1.22, "time": 1505119075410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.577833, 33.463, 8.81]}, "bbox": [-116.577833, 33.463, -116.577833, 33.463]}, {"id": "5069", "type": "Feature", "properties": {"id": "uw61306317", "mag": 1.48, "time": 1505118779800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.494333, 48.421333, 23.39]}, "bbox": [-122.494333, 48.421333, -122.494333, 48.421333]}, {"id": "5070", "type": "Feature", "properties": {"id": "uu60242517", "mag": 2.59, "time": 1505118734680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-109.851333, 41.686167, 9.37]}, "bbox": [-109.851333, 41.686167, -109.851333, 41.686167]}, {"id": "5071", "type": "Feature", "properties": {"id": "pr2017254000", "mag": 3.41, "time": 1505118382390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9758, 19.4726, 83.0]}, "bbox": [-67.9758, 19.4726, -67.9758, 19.4726]}, {"id": "5072", "type": "Feature", "properties": {"id": "ak16809713", "mag": 1.0, "time": 1505117722024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6659, 62.2481, 21.1]}, "bbox": [-145.6659, 62.2481, -145.6659, 62.2481]}, {"id": "5073", "type": "Feature", "properties": {"id": "ak16809711", "mag": 3.4, "time": 1505116920134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.5449, 52.5632, 40.2]}, "bbox": [-169.5449, 52.5632, -169.5449, 52.5632]}, {"id": "5074", "type": "Feature", "properties": {"id": "us2000ajwn", "mag": 4.4, "time": 1505116663270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9806, 15.3004, 56.84]}, "bbox": [-93.9806, 15.3004, -93.9806, 15.3004]}, {"id": "5075", "type": "Feature", "properties": {"id": "ci37759959", "mag": 1.14, "time": 1505116447350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2325, 33.327833, 10.93]}, "bbox": [-116.2325, 33.327833, -116.2325, 33.327833]}, {"id": "5076", "type": "Feature", "properties": {"id": "us2000ajwc", "mag": 2.7, "time": 1505116217360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6238, 8.02]}, "bbox": [-111.4585, 42.6238, -111.4585, 42.6238]}, {"id": "5077", "type": "Feature", "properties": {"id": "uu60242452", "mag": 1.42, "time": 1505115184130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4215, 42.555167, 8.21]}, "bbox": [-111.4215, 42.555167, -111.4215, 42.555167]}, {"id": "5078", "type": "Feature", "properties": {"id": "us2000ajw6", "mag": 4.3, "time": 1505114696270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1399, -24.246, 215.32]}, "bbox": [-67.1399, -24.246, -67.1399, -24.246]}, {"id": "5079", "type": "Feature", "properties": {"id": "ak16809708", "mag": 1.5, "time": 1505114006947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 60.1009, 45.2]}, "bbox": [-150.8258, 60.1009, -150.8258, 60.1009]}, {"id": "5080", "type": "Feature", "properties": {"id": "ak16827294", "mag": 1.9, "time": 1505113098912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8676, 59.0889, 2.2]}, "bbox": [-142.8676, 59.0889, -142.8676, 59.0889]}, {"id": "5081", "type": "Feature", "properties": {"id": "mb80254374", "mag": 1.5, "time": 1505112921190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.8645, 12.3]}, "bbox": [-112.529333, 46.8645, -112.529333, 46.8645]}, {"id": "5082", "type": "Feature", "properties": {"id": "ci37759927", "mag": 2.02, "time": 1505112772010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.403, 34.906, 11.64]}, "bbox": [-119.403, 34.906, -119.403, 34.906]}, {"id": "5083", "type": "Feature", "properties": {"id": "ak16809693", "mag": 2.3, "time": 1505111147899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1691, 60.3968, 3.4]}, "bbox": [-142.1691, 60.3968, -142.1691, 60.3968]}, {"id": "5084", "type": "Feature", "properties": {"id": "nc72890121", "mag": 1.12, "time": 1505109941490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.807335, 2.77]}, "bbox": [-122.819168, 38.807335, -122.819168, 38.807335]}, {"id": "5085", "type": "Feature", "properties": {"id": "us2000ajvf", "mag": 2.9, "time": 1505109741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.5774, 5.0]}, "bbox": [-111.4688, 42.5774, -111.4688, 42.5774]}, {"id": "5086", "type": "Feature", "properties": {"id": "us2000ajva", "mag": 4.3, "time": 1505109063560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9711, 15.3853, 85.78]}, "bbox": [-93.9711, 15.3853, -93.9711, 15.3853]}, {"id": "5087", "type": "Feature", "properties": {"id": "nc72890106", "mag": 1.68, "time": 1505108835910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.298667, 36.839667, 6.48]}, "bbox": [-121.298667, 36.839667, -121.298667, 36.839667]}, {"id": "5088", "type": "Feature", "properties": {"id": "ak16809690", "mag": 2.3, "time": 1505108549578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.9816, 56.0816, 4.8]}, "bbox": [-157.9816, 56.0816, -157.9816, 56.0816]}, {"id": "5089", "type": "Feature", "properties": {"id": "us2000ajv3", "mag": 2.5, "time": 1505108046520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4343, 42.6729, 8.91]}, "bbox": [-111.4343, 42.6729, -111.4343, 42.6729]}, {"id": "5090", "type": "Feature", "properties": {"id": "us2000ajuy", "mag": 4.3, "time": 1505107771280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0235, 15.4152, 96.62]}, "bbox": [-93.0235, 15.4152, -93.0235, 15.4152]}, {"id": "5091", "type": "Feature", "properties": {"id": "ak16827288", "mag": 1.8, "time": 1505107165861, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0716, 53.7182, 69.4]}, "bbox": [-166.0716, 53.7182, -166.0716, 53.7182]}, {"id": "5092", "type": "Feature", "properties": {"id": "uw61306307", "mag": 1.9, "time": 1505107163540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039333, 46.874833, 6.58]}, "bbox": [-122.039333, 46.874833, -122.039333, 46.874833]}, {"id": "5093", "type": "Feature", "properties": {"id": "nc72890096", "mag": 1.14, "time": 1505106775000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0835, 41.351667, 6.69]}, "bbox": [-122.0835, 41.351667, -122.0835, 41.351667]}, {"id": "5094", "type": "Feature", "properties": {"id": "ak16809640", "mag": 2.4, "time": 1505106550298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8937, 61.0452, 165.2]}, "bbox": [-152.8937, 61.0452, -152.8937, 61.0452]}, {"id": "5095", "type": "Feature", "properties": {"id": "ak16808961", "mag": 1.6, "time": 1505105485577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1953, 59.1308, 77.0]}, "bbox": [-153.1953, 59.1308, -153.1953, 59.1308]}, {"id": "5096", "type": "Feature", "properties": {"id": "us2000ajuh", "mag": 4.0, "time": 1505105288350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1177, 14.9912, 39.36]}, "bbox": [-94.1177, 14.9912, -94.1177, 14.9912]}, {"id": "5097", "type": "Feature", "properties": {"id": "uu60242387", "mag": 2.04, "time": 1505105195110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.553333, 8.78]}, "bbox": [-111.4145, 42.553333, -111.4145, 42.553333]}, {"id": "5098", "type": "Feature", "properties": {"id": "ci37759879", "mag": 1.88, "time": 1505105166860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.690333, 36.111167, 2.14]}, "bbox": [-117.690333, 36.111167, -117.690333, 36.111167]}, {"id": "5099", "type": "Feature", "properties": {"id": "uu60242382", "mag": 1.62, "time": 1505105133670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.917167, 39.7665, 0.9]}, "bbox": [-110.917167, 39.7665, -110.917167, 39.7665]}, {"id": "5100", "type": "Feature", "properties": {"id": "us2000ajua", "mag": 4.2, "time": 1505104652010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1678, 15.2785, 67.46]}, "bbox": [-95.1678, 15.2785, -95.1678, 15.2785]}, {"id": "5101", "type": "Feature", "properties": {"id": "us2000aju8", "mag": 4.3, "time": 1505104387690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [134.2896, -4.2452, 11.73]}, "bbox": [134.2896, -4.2452, 134.2896, -4.2452]}, {"id": "5102", "type": "Feature", "properties": {"id": "us2000aju4", "mag": 4.2, "time": 1505104376590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8401, 15.5681, 47.06]}, "bbox": [-94.8401, 15.5681, -94.8401, 15.5681]}, {"id": "5103", "type": "Feature", "properties": {"id": "ak16808959", "mag": 1.5, "time": 1505103598244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9778, 58.2872, 74.3]}, "bbox": [-153.9778, 58.2872, -153.9778, 58.2872]}, {"id": "5104", "type": "Feature", "properties": {"id": "uw61306297", "mag": 2.04, "time": 1505103582560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.873833, 6.67]}, "bbox": [-122.041833, 46.873833, -122.041833, 46.873833]}, {"id": "5105", "type": "Feature", "properties": {"id": "uw61306292", "mag": 2.25, "time": 1505103114370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041333, 46.872667, 6.52]}, "bbox": [-122.041333, 46.872667, -122.041333, 46.872667]}, {"id": "5106", "type": "Feature", "properties": {"id": "ak16827283", "mag": 1.6, "time": 1505102962401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.439, 59.7864, 127.3]}, "bbox": [-153.439, 59.7864, -153.439, 59.7864]}, {"id": "5107", "type": "Feature", "properties": {"id": "ak16827279", "mag": 1.3, "time": 1505101851739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7785, 59.9173, 97.4]}, "bbox": [-152.7785, 59.9173, -152.7785, 59.9173]}, {"id": "5108", "type": "Feature", "properties": {"id": "us2000ar0i", "mag": 4.1, "time": 1505101626150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.4651, -10.314, 10.0]}, "bbox": [152.4651, -10.314, 152.4651, -10.314]}, {"id": "5109", "type": "Feature", "properties": {"id": "ci37759855", "mag": 1.09, "time": 1505101001790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.693833, 36.111833, 2.19]}, "bbox": [-117.693833, 36.111833, -117.693833, 36.111833]}, {"id": "5110", "type": "Feature", "properties": {"id": "us2000ajtf", "mag": 3.6, "time": 1505100425300, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7392, 35.5637, 5.0]}, "bbox": [-96.7392, 35.5637, -96.7392, 35.5637]}, {"id": "5111", "type": "Feature", "properties": {"id": "us2000ar0g", "mag": 4.3, "time": 1505099718750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.3922, 57.1877, 10.0]}, "bbox": [-33.3922, 57.1877, -33.3922, 57.1877]}, {"id": "5112", "type": "Feature", "properties": {"id": "ak16808239", "mag": 1.2, "time": 1505099609741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1984, 60.4559, 13.3]}, "bbox": [-143.1984, 60.4559, -143.1984, 60.4559]}, {"id": "5113", "type": "Feature", "properties": {"id": "mb80254349", "mag": 1.33, "time": 1505099352010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.868167, 13.72]}, "bbox": [-112.536833, 46.868167, -112.536833, 46.868167]}, {"id": "5114", "type": "Feature", "properties": {"id": "ak16808202", "mag": 1.5, "time": 1505098597935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3852, 59.9636, 0.0]}, "bbox": [-139.3852, 59.9636, -139.3852, 59.9636]}, {"id": "5115", "type": "Feature", "properties": {"id": "ak16808197", "mag": 1.0, "time": 1505098478421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2252, 63.2571, 2.9]}, "bbox": [-151.2252, 63.2571, -151.2252, 63.2571]}, {"id": "5116", "type": "Feature", "properties": {"id": "ak16808189", "mag": 2.2, "time": 1505098007693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7551, 60.3801, 2.2]}, "bbox": [-137.7551, 60.3801, -137.7551, 60.3801]}, {"id": "5117", "type": "Feature", "properties": {"id": "us2000ajt6", "mag": 3.1, "time": 1505097902820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7475, 60.3735, 5.0]}, "bbox": [-137.7475, 60.3735, -137.7475, 60.3735]}, {"id": "5118", "type": "Feature", "properties": {"id": "us2000ajt7", "mag": 5.1, "time": 1505097732030, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [134.3851, -4.1892, 10.0]}, "bbox": [134.3851, -4.1892, 134.3851, -4.1892]}, {"id": "5119", "type": "Feature", "properties": {"id": "ak16808181", "mag": 1.1, "time": 1505097584665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6756, 61.6922, 62.5]}, "bbox": [-150.6756, 61.6922, -150.6756, 61.6922]}, {"id": "5120", "type": "Feature", "properties": {"id": "us2000ajt5", "mag": 3.0, "time": 1505097294300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4685, 42.672, 9.46]}, "bbox": [-111.4685, 42.672, -111.4685, 42.672]}, {"id": "5121", "type": "Feature", "properties": {"id": "us2000ajt2", "mag": 2.8, "time": 1505097280810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4535, 42.6306, 9.3]}, "bbox": [-111.4535, 42.6306, -111.4535, 42.6306]}, {"id": "5122", "type": "Feature", "properties": {"id": "us2000ar0e", "mag": 4.3, "time": 1505096741600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.0697, 24.7471, 68.23]}, "bbox": [122.0697, 24.7471, 122.0697, 24.7471]}, {"id": "5123", "type": "Feature", "properties": {"id": "us2000ajsz", "mag": 4.7, "time": 1505096631090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9001, 15.6517, 51.53]}, "bbox": [-94.9001, 15.6517, -94.9001, 15.6517]}, {"id": "5124", "type": "Feature", "properties": {"id": "ak16807505", "mag": 1.3, "time": 1505096509471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9046, 61.531, 28.4]}, "bbox": [-147.9046, 61.531, -147.9046, 61.531]}, {"id": "5125", "type": "Feature", "properties": {"id": "ak16807502", "mag": 1.6, "time": 1505096282982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2586, 62.549, 5.0]}, "bbox": [-159.2586, 62.549, -159.2586, 62.549]}, {"id": "5126", "type": "Feature", "properties": {"id": "nc72890026", "mag": 1.21, "time": 1505096190960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009667, 37.590833, -0.07]}, "bbox": [-119.009667, 37.590833, -119.009667, 37.590833]}, {"id": "5127", "type": "Feature", "properties": {"id": "us2000ajsw", "mag": 4.2, "time": 1505095770400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.418, 15.8113, 56.97]}, "bbox": [-94.418, 15.8113, -94.418, 15.8113]}, {"id": "5128", "type": "Feature", "properties": {"id": "ak16807468", "mag": 1.2, "time": 1505095529647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0357, 62.0888, 52.2]}, "bbox": [-150.0357, 62.0888, -150.0357, 62.0888]}, {"id": "5129", "type": "Feature", "properties": {"id": "ci37759783", "mag": 2.05, "time": 1505095452510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.502333, 35.679, 6.19]}, "bbox": [-116.502333, 35.679, -116.502333, 35.679]}, {"id": "5130", "type": "Feature", "properties": {"id": "nc72890021", "mag": 1.71, "time": 1505095034230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.535667, 37.632333, 19.33]}, "bbox": [-119.535667, 37.632333, -119.535667, 37.632333]}, {"id": "5131", "type": "Feature", "properties": {"id": "ci37759775", "mag": 1.34, "time": 1505095022580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.507333, 34.488, 1.46]}, "bbox": [-116.507333, 34.488, -116.507333, 34.488]}, {"id": "5132", "type": "Feature", "properties": {"id": "us2000ajsk", "mag": 4.6, "time": 1505093529680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.5451, 12.9836, 114.29]}, "bbox": [143.5451, 12.9836, 143.5451, 12.9836]}, {"id": "5133", "type": "Feature", "properties": {"id": "ak16827267", "mag": 1.3, "time": 1505093440775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1537, 59.7401, 106.9]}, "bbox": [-153.1537, 59.7401, -153.1537, 59.7401]}, {"id": "5134", "type": "Feature", "properties": {"id": "ci37759759", "mag": 1.69, "time": 1505093145730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798167, 33.493667, 3.61]}, "bbox": [-116.798167, 33.493667, -116.798167, 33.493667]}, {"id": "5135", "type": "Feature", "properties": {"id": "nn00604614", "mag": 1.5, "time": 1505092989312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.6589, 37.3487, 6.1]}, "bbox": [-114.6589, 37.3487, -114.6589, 37.3487]}, {"id": "5136", "type": "Feature", "properties": {"id": "us2000ar1r", "mag": 3.5, "time": 1505092806050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.8111, 53.8607, 10.0]}, "bbox": [170.8111, 53.8607, 170.8111, 53.8607]}, {"id": "5137", "type": "Feature", "properties": {"id": "us2000ar0b", "mag": 4.2, "time": 1505092783010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.953, 17.3198, 10.0]}, "bbox": [95.953, 17.3198, 95.953, 17.3198]}, {"id": "5138", "type": "Feature", "properties": {"id": "hv61903861", "mag": 1.26, "time": 1505092321650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.490333, 19.339667, 9.09]}, "bbox": [-155.490333, 19.339667, -155.490333, 19.339667]}, {"id": "5139", "type": "Feature", "properties": {"id": "us2000ajsh", "mag": 4.1, "time": 1505092219210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.972, -6.9548, 134.48]}, "bbox": [129.972, -6.9548, 129.972, -6.9548]}, {"id": "5140", "type": "Feature", "properties": {"id": "ak16806794", "mag": 1.3, "time": 1505092129494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3457, 60.4497, 89.7]}, "bbox": [-152.3457, 60.4497, -152.3457, 60.4497]}, {"id": "5141", "type": "Feature", "properties": {"id": "ak16827265", "mag": 1.1, "time": 1505091880397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6719, 63.2902, 124.6]}, "bbox": [-150.6719, 63.2902, -150.6719, 63.2902]}, {"id": "5142", "type": "Feature", "properties": {"id": "uu60242262", "mag": 2.47, "time": 1505091634360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.578333, 7.23]}, "bbox": [-111.440667, 42.578333, -111.440667, 42.578333]}, {"id": "5143", "type": "Feature", "properties": {"id": "us2000ajsf", "mag": 2.3, "time": 1505091431720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443, 42.5904, 7.61]}, "bbox": [-111.443, 42.5904, -111.443, 42.5904]}, {"id": "5144", "type": "Feature", "properties": {"id": "ak16827264", "mag": 1.3, "time": 1505091007359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0095, 58.5704, 86.0]}, "bbox": [-154.0095, 58.5704, -154.0095, 58.5704]}, {"id": "5145", "type": "Feature", "properties": {"id": "nc72890011", "mag": 1.58, "time": 1505090685010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.542333, 4.8]}, "bbox": [-118.832333, 37.542333, -118.832333, 37.542333]}, {"id": "5146", "type": "Feature", "properties": {"id": "ci37759743", "mag": 1.01, "time": 1505090624240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.589167, 36.0335, 2.63]}, "bbox": [-117.589167, 36.0335, -117.589167, 36.0335]}, {"id": "5147", "type": "Feature", "properties": {"id": "us2000amxb", "mag": 3.0, "time": 1505090296990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.554, 51.5916, 17.56]}, "bbox": [-178.554, 51.5916, -178.554, 51.5916]}, {"id": "5148", "type": "Feature", "properties": {"id": "nc72890001", "mag": 0.97, "time": 1505089976320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.541833, 4.79]}, "bbox": [-118.831, 37.541833, -118.831, 37.541833]}, {"id": "5149", "type": "Feature", "properties": {"id": "us2000ajsa", "mag": 4.9, "time": 1505089942200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9938, 15.3932, 58.95]}, "bbox": [-93.9938, 15.3932, -93.9938, 15.3932]}, {"id": "5150", "type": "Feature", "properties": {"id": "us2000ajs1", "mag": 3.2, "time": 1505088752720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.563, 8.0]}, "bbox": [-111.4151, 42.563, -111.4151, 42.563]}, {"id": "5151", "type": "Feature", "properties": {"id": "us2000ajrw", "mag": 4.4, "time": 1505087147130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4901, 14.0924, 54.64]}, "bbox": [-93.4901, 14.0924, -93.4901, 14.0924]}, {"id": "5152", "type": "Feature", "properties": {"id": "ak16806048", "mag": 1.2, "time": 1505085946916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3481, 62.1328, 10.2]}, "bbox": [-150.3481, 62.1328, -150.3481, 62.1328]}, {"id": "5153", "type": "Feature", "properties": {"id": "ci37759727", "mag": 1.54, "time": 1505085941950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.663167, 35.044, -0.82]}, "bbox": [-117.663167, 35.044, -117.663167, 35.044]}, {"id": "5154", "type": "Feature", "properties": {"id": "us2000ajrn", "mag": 2.4, "time": 1505085758040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4372, 42.584, 3.54]}, "bbox": [-111.4372, 42.584, -111.4372, 42.584]}, {"id": "5155", "type": "Feature", "properties": {"id": "ak16827727", "mag": 1.2, "time": 1505085448361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0012, 60.1398, 104.9]}, "bbox": [-153.0012, 60.1398, -153.0012, 60.1398]}, {"id": "5156", "type": "Feature", "properties": {"id": "us2000ajrh", "mag": 2.4, "time": 1505084625610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4614, 42.6018, 5.02]}, "bbox": [-111.4614, 42.6018, -111.4614, 42.6018]}, {"id": "5157", "type": "Feature", "properties": {"id": "us2000ajre", "mag": 3.0, "time": 1505084186000, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4583, 42.5935, 5.0]}, "bbox": [-111.4583, 42.5935, -111.4583, 42.5935]}, {"id": "5158", "type": "Feature", "properties": {"id": "ak16805384", "mag": 1.3, "time": 1505084019928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9225, 60.1912, 51.8]}, "bbox": [-150.9225, 60.1912, -150.9225, 60.1912]}, {"id": "5159", "type": "Feature", "properties": {"id": "pr2017253006", "mag": 3.55, "time": 1505083663180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7241, 19.5025, 24.0]}, "bbox": [-68.7241, 19.5025, -68.7241, 19.5025]}, {"id": "5160", "type": "Feature", "properties": {"id": "ci37759703", "mag": 1.47, "time": 1505083414820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164, 34.038833, 6.0]}, "bbox": [-117.164, 34.038833, -117.164, 34.038833]}, {"id": "5161", "type": "Feature", "properties": {"id": "ci37759695", "mag": 2.37, "time": 1505083359860, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166167, 34.037667, 6.01]}, "bbox": [-117.166167, 34.037667, -117.166167, 34.037667]}, {"id": "5162", "type": "Feature", "properties": {"id": "ci37759687", "mag": 1.26, "time": 1505083316070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166667, 34.039167, 6.08]}, "bbox": [-117.166667, 34.039167, -117.166667, 34.039167]}, {"id": "5163", "type": "Feature", "properties": {"id": "ismpkansas70234968", "mag": 1.57, "time": 1505083207900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.877167, 37.229167, 3.02]}, "bbox": [-97.877167, 37.229167, -97.877167, 37.229167]}, {"id": "5164", "type": "Feature", "properties": {"id": "ci37759679", "mag": 1.03, "time": 1505082787240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.290167, 35.090833, 2.62]}, "bbox": [-118.290167, 35.090833, -118.290167, 35.090833]}, {"id": "5165", "type": "Feature", "properties": {"id": "uu60242127", "mag": 1.52, "time": 1505082515530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439, 42.5855, 3.5]}, "bbox": [-111.439, 42.5855, -111.439, 42.5855]}, {"id": "5166", "type": "Feature", "properties": {"id": "ak16805375", "mag": 2.0, "time": 1505082468672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2261, 62.1899, 53.2]}, "bbox": [-150.2261, 62.1899, -150.2261, 62.1899]}, {"id": "5167", "type": "Feature", "properties": {"id": "ak16805361", "mag": 2.4, "time": 1505082389962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8636, 68.2355, 2.3]}, "bbox": [-146.8636, 68.2355, -146.8636, 68.2355]}, {"id": "5168", "type": "Feature", "properties": {"id": "us2000ajq9", "mag": 3.3, "time": 1505081821360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4511, 42.5959, 5.0]}, "bbox": [-111.4511, 42.5959, -111.4511, 42.5959]}, {"id": "5169", "type": "Feature", "properties": {"id": "nc72889956", "mag": 1.01, "time": 1505081275110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.790333, 37.452833, 8.21]}, "bbox": [-121.790333, 37.452833, -121.790333, 37.452833]}, {"id": "5170", "type": "Feature", "properties": {"id": "ak16805341", "mag": 2.5, "time": 1505081090999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9101, 57.044, 46.2]}, "bbox": [-154.9101, 57.044, -154.9101, 57.044]}, {"id": "5171", "type": "Feature", "properties": {"id": "us2000ajpe", "mag": 5.9, "time": 1505079621210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.6765, 57.1272, 10.0]}, "bbox": [-33.6765, 57.1272, -33.6765, 57.1272]}, {"id": "5172", "type": "Feature", "properties": {"id": "nc72889936", "mag": 1.22, "time": 1505079295950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.937667, 37.601667, 1.02]}, "bbox": [-118.937667, 37.601667, -118.937667, 37.601667]}, {"id": "5173", "type": "Feature", "properties": {"id": "nc72889931", "mag": 1.1, "time": 1505078962470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.806, 37.5175, -2.34]}, "bbox": [-118.806, 37.5175, -118.806, 37.5175]}, {"id": "5174", "type": "Feature", "properties": {"id": "us2000ajp8", "mag": 2.8, "time": 1505078892060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4509, 42.5792, 6.22]}, "bbox": [-111.4509, 42.5792, -111.4509, 42.5792]}, {"id": "5175", "type": "Feature", "properties": {"id": "uw61306227", "mag": 1.13, "time": 1505078465000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.011167, 46.792, 5.12]}, "bbox": [-122.011167, 46.792, -122.011167, 46.792]}, {"id": "5176", "type": "Feature", "properties": {"id": "uu60241997", "mag": 1.44, "time": 1505078100230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422167, 42.554167, 8.0]}, "bbox": [-111.422167, 42.554167, -111.422167, 42.554167]}, {"id": "5177", "type": "Feature", "properties": {"id": "ak16827720", "mag": 1.0, "time": 1505077902054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0938, 58.0932, 50.1]}, "bbox": [-153.0938, 58.0932, -153.0938, 58.0932]}, {"id": "5178", "type": "Feature", "properties": {"id": "nc72889921", "mag": 1.74, "time": 1505077579730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.941333, 37.642833, 0.01]}, "bbox": [-118.941333, 37.642833, -118.941333, 37.642833]}, {"id": "5179", "type": "Feature", "properties": {"id": "nc72889926", "mag": 1.62, "time": 1505077560070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946167, 37.638667, -0.65]}, "bbox": [-118.946167, 37.638667, -118.946167, 37.638667]}, {"id": "5180", "type": "Feature", "properties": {"id": "nc72889911", "mag": 0.99, "time": 1505077390170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.394833, 36.9325, 8.56]}, "bbox": [-121.394833, 36.9325, -121.394833, 36.9325]}, {"id": "5181", "type": "Feature", "properties": {"id": "pr2017253005", "mag": 2.52, "time": 1505077373570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.714, 18.0166, 7.0]}, "bbox": [-66.714, 18.0166, -66.714, 18.0166]}, {"id": "5182", "type": "Feature", "properties": {"id": "nc72889916", "mag": 0.95, "time": 1505077317230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.881833, 37.512333, -0.07]}, "bbox": [-118.881833, 37.512333, -118.881833, 37.512333]}, {"id": "5183", "type": "Feature", "properties": {"id": "ak16804640", "mag": 1.6, "time": 1505077302019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5368, 58.8361, 122.2]}, "bbox": [-154.5368, 58.8361, -154.5368, 58.8361]}, {"id": "5184", "type": "Feature", "properties": {"id": "us2000ajnd", "mag": 4.5, "time": 1505076424950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2595, 15.0768, 55.96]}, "bbox": [-94.2595, 15.0768, -94.2595, 15.0768]}, {"id": "5185", "type": "Feature", "properties": {"id": "nn00604604", "mag": 1.4, "time": 1505076297106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 40.8314, 10.3]}, "bbox": [-115.9555, 40.8314, -115.9555, 40.8314]}, {"id": "5186", "type": "Feature", "properties": {"id": "ak16803984", "mag": 1.3, "time": 1505076289998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1907, 63.4845, 0.8]}, "bbox": [-151.1907, 63.4845, -151.1907, 63.4845]}, {"id": "5187", "type": "Feature", "properties": {"id": "us2000ajms", "mag": 3.3, "time": 1505075535460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4239, 42.5436, 5.0]}, "bbox": [-111.4239, 42.5436, -111.4239, 42.5436]}, {"id": "5188", "type": "Feature", "properties": {"id": "nn00604570", "mag": 1.1, "time": 1505075507371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8807, 36.8036, 7.4]}, "bbox": [-115.8807, 36.8036, -115.8807, 36.8036]}, {"id": "5189", "type": "Feature", "properties": {"id": "ak16827715", "mag": 1.2, "time": 1505074869438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7422, 60.0074, 102.5]}, "bbox": [-152.7422, 60.0074, -152.7422, 60.0074]}, {"id": "5190", "type": "Feature", "properties": {"id": "ak16803877", "mag": 1.0, "time": 1505074842648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4194, 63.2783, 7.1]}, "bbox": [-151.4194, 63.2783, -151.4194, 63.2783]}, {"id": "5191", "type": "Feature", "properties": {"id": "us2000ajm5", "mag": 2.5, "time": 1505074494700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4599, 42.5711, 10.61]}, "bbox": [-111.4599, 42.5711, -111.4599, 42.5711]}, {"id": "5192", "type": "Feature", "properties": {"id": "hv61903706", "mag": 1.86, "time": 1505074128010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.273331, 19.413166, 0.54]}, "bbox": [-155.273331, 19.413166, -155.273331, 19.413166]}, {"id": "5193", "type": "Feature", "properties": {"id": "us2000ajlx", "mag": 3.2, "time": 1505074034020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.42, 42.5453, 7.37]}, "bbox": [-111.42, 42.5453, -111.42, 42.5453]}, {"id": "5194", "type": "Feature", "properties": {"id": "ak16803869", "mag": 1.2, "time": 1505073920064, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7217, 63.3651, 4.1]}, "bbox": [-151.7217, 63.3651, -151.7217, 63.3651]}, {"id": "5195", "type": "Feature", "properties": {"id": "us2000ajls", "mag": 4.3, "time": 1505073807210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.114, -23.6018, 85.28]}, "bbox": [-69.114, -23.6018, -69.114, -23.6018]}, {"id": "5196", "type": "Feature", "properties": {"id": "us2000ajlp", "mag": 4.6, "time": 1505073492510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [13.2839, 42.1689, 5.0]}, "bbox": [13.2839, 42.1689, 13.2839, 42.1689]}, {"id": "5197", "type": "Feature", "properties": {"id": "ci37759623", "mag": 1.13, "time": 1505073299090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.162, 34.035333, 6.06]}, "bbox": [-117.162, 34.035333, -117.162, 34.035333]}, {"id": "5198", "type": "Feature", "properties": {"id": "us2000ajlc", "mag": 2.7, "time": 1505072667200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6178, 36.1361, 5.301]}, "bbox": [-97.6178, 36.1361, -97.6178, 36.1361]}, {"id": "5199", "type": "Feature", "properties": {"id": "mb80254244", "mag": 1.15, "time": 1505072506030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527667, 46.862667, 10.3]}, "bbox": [-112.527667, 46.862667, -112.527667, 46.862667]}, {"id": "5200", "type": "Feature", "properties": {"id": "us2000akfw", "mag": 3.1, "time": 1505072325000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4094, 42.5488, 7.85]}, "bbox": [-111.4094, 42.5488, -111.4094, 42.5488]}, {"id": "5201", "type": "Feature", "properties": {"id": "us2000ajl5", "mag": 2.7, "time": 1505072221960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4249, 42.5451, 9.42]}, "bbox": [-111.4249, 42.5451, -111.4249, 42.5451]}, {"id": "5202", "type": "Feature", "properties": {"id": "nc72889901", "mag": 1.7, "time": 1505072189820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784833, 38.824667, 1.65]}, "bbox": [-122.784833, 38.824667, -122.784833, 38.824667]}, {"id": "5203", "type": "Feature", "properties": {"id": "nc72889906", "mag": 1.54, "time": 1505072140190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.153, 37.129167, 12.33]}, "bbox": [-121.153, 37.129167, -121.153, 37.129167]}, {"id": "5204", "type": "Feature", "properties": {"id": "nc72889891", "mag": 1.28, "time": 1505070945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.891, 37.544167, 1.7]}, "bbox": [-118.891, 37.544167, -118.891, 37.544167]}, {"id": "5205", "type": "Feature", "properties": {"id": "ak16803197", "mag": 2.5, "time": 1505070454371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4505, 54.6854, 60.7]}, "bbox": [-162.4505, 54.6854, -162.4505, 54.6854]}, {"id": "5206", "type": "Feature", "properties": {"id": "us2000ajkd", "mag": 4.1, "time": 1505070312980, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5563, 13.0]}, "bbox": [-111.4177, 42.5563, -111.4177, 42.5563]}, {"id": "5207", "type": "Feature", "properties": {"id": "nc72889881", "mag": 1.58, "time": 1505069810220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 37.1305, 12.32]}, "bbox": [-121.149, 37.1305, -121.149, 37.1305]}, {"id": "5208", "type": "Feature", "properties": {"id": "us2000ajkz", "mag": 2.4, "time": 1505069780800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4181, 42.5449, 7.46]}, "bbox": [-111.4181, 42.5449, -111.4181, 42.5449]}, {"id": "5209", "type": "Feature", "properties": {"id": "pr2017253004", "mag": 3.24, "time": 1505069521610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.0411, 19.2021, 48.0]}, "bbox": [-65.0411, 19.2021, -65.0411, 19.2021]}, {"id": "5210", "type": "Feature", "properties": {"id": "hv61903656", "mag": 1.57, "time": 1505069138690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.104167, 19.329333, 5.178]}, "bbox": [-155.104167, 19.329333, -155.104167, 19.329333]}, {"id": "5211", "type": "Feature", "properties": {"id": "us2000ajjx", "mag": 2.9, "time": 1505068769580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5555, 7.28]}, "bbox": [-111.4153, 42.5555, -111.4153, 42.5555]}, {"id": "5212", "type": "Feature", "properties": {"id": "ak16802543", "mag": 1.6, "time": 1505068750842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6404, 58.5519, 66.4]}, "bbox": [-153.6404, 58.5519, -153.6404, 58.5519]}, {"id": "5213", "type": "Feature", "properties": {"id": "us2000ajju", "mag": 2.5, "time": 1505068746720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9924, 37.0464, 6.8]}, "bbox": [-104.9924, 37.0464, -104.9924, 37.0464]}, {"id": "5214", "type": "Feature", "properties": {"id": "nc72889876", "mag": 1.12, "time": 1505068188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.315667, 36.955833, 7.62]}, "bbox": [-121.315667, 36.955833, -121.315667, 36.955833]}, {"id": "5215", "type": "Feature", "properties": {"id": "us2000ajjp", "mag": 2.3, "time": 1505068125580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1711, 35.6565, 7.54]}, "bbox": [-97.1711, 35.6565, -97.1711, 35.6565]}, {"id": "5216", "type": "Feature", "properties": {"id": "us2000ajjl", "mag": 2.4, "time": 1505067921890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4388, 42.6003, 7.21]}, "bbox": [-111.4388, 42.6003, -111.4388, 42.6003]}, {"id": "5217", "type": "Feature", "properties": {"id": "ci37759607", "mag": 1.53, "time": 1505067791950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169667, 34.037167, 4.29]}, "bbox": [-117.169667, 34.037167, -117.169667, 34.037167]}, {"id": "5218", "type": "Feature", "properties": {"id": "ci37759599", "mag": 0.99, "time": 1505067584720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.028, 2.94]}, "bbox": [-117.163333, 34.028, -117.163333, 34.028]}, {"id": "5219", "type": "Feature", "properties": {"id": "us2000ajn9", "mag": 2.7, "time": 1505067322220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5732, 52.3355, 35.0]}, "bbox": [-170.5732, 52.3355, -170.5732, 52.3355]}, {"id": "5220", "type": "Feature", "properties": {"id": "ak16827705", "mag": 1.3, "time": 1505067315004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7536, 59.2097, 68.0]}, "bbox": [-152.7536, 59.2097, -152.7536, 59.2097]}, {"id": "5221", "type": "Feature", "properties": {"id": "nc72889866", "mag": 1.0, "time": 1505067136160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.833, 0.66]}, "bbox": [-122.764168, 38.833, -122.764168, 38.833]}, {"id": "5222", "type": "Feature", "properties": {"id": "nc72889861", "mag": 1.06, "time": 1505067131030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.833667, 1.17]}, "bbox": [-122.759667, 38.833667, -122.759667, 38.833667]}, {"id": "5223", "type": "Feature", "properties": {"id": "ak16802540", "mag": 1.3, "time": 1505066586033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3745, 62.1772, 42.1]}, "bbox": [-149.3745, 62.1772, -149.3745, 62.1772]}, {"id": "5224", "type": "Feature", "properties": {"id": "ci37759591", "mag": 1.48, "time": 1505066404370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166333, 34.044667, 5.25]}, "bbox": [-117.166333, 34.044667, -117.166333, 34.044667]}, {"id": "5225", "type": "Feature", "properties": {"id": "ci37759583", "mag": 1.53, "time": 1505066395290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.041167, 5.54]}, "bbox": [-117.163333, 34.041167, -117.163333, 34.041167]}, {"id": "5226", "type": "Feature", "properties": {"id": "ak16827703", "mag": 1.0, "time": 1505066200905, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7529, 58.6862, 17.0]}, "bbox": [-153.7529, 58.6862, -153.7529, 58.6862]}, {"id": "5227", "type": "Feature", "properties": {"id": "ci37759567", "mag": 1.34, "time": 1505066082610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163833, 34.040667, 6.08]}, "bbox": [-117.163833, 34.040667, -117.163833, 34.040667]}, {"id": "5228", "type": "Feature", "properties": {"id": "ak16802539", "mag": 1.1, "time": 1505065957419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0268, 60.5262, 19.4]}, "bbox": [-151.0268, 60.5262, -151.0268, 60.5262]}, {"id": "5229", "type": "Feature", "properties": {"id": "us2000ajjb", "mag": 2.5, "time": 1505065916650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4209, 42.5639, 8.61]}, "bbox": [-111.4209, 42.5639, -111.4209, 42.5639]}, {"id": "5230", "type": "Feature", "properties": {"id": "ci37759559", "mag": 1.32, "time": 1505065772840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2325, 34.474333, 11.0]}, "bbox": [-119.2325, 34.474333, -119.2325, 34.474333]}, {"id": "5231", "type": "Feature", "properties": {"id": "ak16802537", "mag": 1.3, "time": 1505065364910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2942, 63.1472, 1.0]}, "bbox": [-151.2942, 63.1472, -151.2942, 63.1472]}, {"id": "5232", "type": "Feature", "properties": {"id": "ci37759551", "mag": 1.1, "time": 1505065150010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172667, 34.034333, 5.23]}, "bbox": [-117.172667, 34.034333, -117.172667, 34.034333]}, {"id": "5233", "type": "Feature", "properties": {"id": "ci37759543", "mag": 1.69, "time": 1505064387890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.295, 35.088667, 4.44]}, "bbox": [-118.295, 35.088667, -118.295, 35.088667]}, {"id": "5234", "type": "Feature", "properties": {"id": "ak16802513", "mag": 1.5, "time": 1505064158942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1889, 65.0868, 19.8]}, "bbox": [-145.1889, 65.0868, -145.1889, 65.0868]}, {"id": "5235", "type": "Feature", "properties": {"id": "us2000ajj3", "mag": 4.4, "time": 1505063935670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.4969, 41.9157, 28.96]}, "bbox": [82.4969, 41.9157, 82.4969, 41.9157]}, {"id": "5236", "type": "Feature", "properties": {"id": "us2000ajiy", "mag": 2.7, "time": 1505063902750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4577, 42.6058, 5.68]}, "bbox": [-111.4577, 42.6058, -111.4577, 42.6058]}, {"id": "5237", "type": "Feature", "properties": {"id": "uu60241602", "mag": 1.36, "time": 1505063711640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415333, 42.567, 9.66]}, "bbox": [-111.415333, 42.567, -111.415333, 42.567]}, {"id": "5238", "type": "Feature", "properties": {"id": "ci37759535", "mag": 1.1, "time": 1505063618920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165167, 34.041667, 6.46]}, "bbox": [-117.165167, 34.041667, -117.165167, 34.041667]}, {"id": "5239", "type": "Feature", "properties": {"id": "nc72889821", "mag": 1.62, "time": 1505063575750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 37.135667, 10.29]}, "bbox": [-121.157167, 37.135667, -121.157167, 37.135667]}, {"id": "5240", "type": "Feature", "properties": {"id": "nc72889816", "mag": 1.01, "time": 1505063492860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.774667, 35.547833, 5.09]}, "bbox": [-120.774667, 35.547833, -120.774667, 35.547833]}, {"id": "5241", "type": "Feature", "properties": {"id": "ci37759527", "mag": 2.15, "time": 1505063398380, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.238167, 34.467833, 11.17]}, "bbox": [-119.238167, 34.467833, -119.238167, 34.467833]}, {"id": "5242", "type": "Feature", "properties": {"id": "us2000ajih", "mag": 2.5, "time": 1505062945810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4296, 42.5627, 11.62]}, "bbox": [-111.4296, 42.5627, -111.4296, 42.5627]}, {"id": "5243", "type": "Feature", "properties": {"id": "nc72889806", "mag": 2.49, "time": 1505062781340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.789333, 3.19]}, "bbox": [-122.801833, 38.789333, -122.801833, 38.789333]}, {"id": "5244", "type": "Feature", "properties": {"id": "uu60013054", "mag": 1.65, "time": 1505062641290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.594667, 6.67]}, "bbox": [-111.444, 42.594667, -111.444, 42.594667]}, {"id": "5245", "type": "Feature", "properties": {"id": "uu60241572", "mag": 2.02, "time": 1505062621720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.432167, 42.5965, 4.48]}, "bbox": [-111.432167, 42.5965, -111.432167, 42.5965]}, {"id": "5246", "type": "Feature", "properties": {"id": "ci37759519", "mag": 1.59, "time": 1505062248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.038667, 4.49]}, "bbox": [-117.167, 34.038667, -117.167, 34.038667]}, {"id": "5247", "type": "Feature", "properties": {"id": "ci37759511", "mag": 1.92, "time": 1505062179580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165, 34.039333, 4.98]}, "bbox": [-117.165, 34.039333, -117.165, 34.039333]}, {"id": "5248", "type": "Feature", "properties": {"id": "ci37759503", "mag": 1.57, "time": 1505062145210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164167, 34.037667, 5.25]}, "bbox": [-117.164167, 34.037667, -117.164167, 34.037667]}, {"id": "5249", "type": "Feature", "properties": {"id": "ci37759495", "mag": 1.42, "time": 1505061900480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165667, 34.038667, 5.34]}, "bbox": [-117.165667, 34.038667, -117.165667, 34.038667]}, {"id": "5250", "type": "Feature", "properties": {"id": "ak16801882", "mag": 1.1, "time": 1505061849133, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1509, 60.3803, 7.0]}, "bbox": [-142.1509, 60.3803, -142.1509, 60.3803]}, {"id": "5251", "type": "Feature", "properties": {"id": "ci37759487", "mag": 1.49, "time": 1505061523920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.893, 35.343333, 5.39]}, "bbox": [-119.893, 35.343333, -119.893, 35.343333]}, {"id": "5252", "type": "Feature", "properties": {"id": "ak16801880", "mag": 1.5, "time": 1505061368254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.731, 60.0161, 6.5]}, "bbox": [-141.731, 60.0161, -141.731, 60.0161]}, {"id": "5253", "type": "Feature", "properties": {"id": "ci37759471", "mag": 1.2, "time": 1505061266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167333, 34.040167, 4.42]}, "bbox": [-117.167333, 34.040167, -117.167333, 34.040167]}, {"id": "5254", "type": "Feature", "properties": {"id": "us2000ajn8", "mag": 3.4, "time": 1505060976520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3264, 52.5377, 96.17]}, "bbox": [-173.3264, 52.5377, -173.3264, 52.5377]}, {"id": "5255", "type": "Feature", "properties": {"id": "ci37759455", "mag": 1.41, "time": 1505060968220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8935, 35.3405, 5.83]}, "bbox": [-119.8935, 35.3405, -119.8935, 35.3405]}, {"id": "5256", "type": "Feature", "properties": {"id": "ak16801858", "mag": 1.5, "time": 1505060123211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4433, 51.6859, 21.0]}, "bbox": [-178.4433, 51.6859, -178.4433, 51.6859]}, {"id": "5257", "type": "Feature", "properties": {"id": "ak16801272", "mag": 1.1, "time": 1505059792074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1384, 63.4871, 1.4]}, "bbox": [-148.1384, 63.4871, -148.1384, 63.4871]}, {"id": "5258", "type": "Feature", "properties": {"id": "ak16827692", "mag": 2.2, "time": 1505059542515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3922, 52.3983, 21.1]}, "bbox": [-169.3922, 52.3983, -169.3922, 52.3983]}, {"id": "5259", "type": "Feature", "properties": {"id": "nc72889781", "mag": 1.29, "time": 1505059412980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943667, 37.596167, 2.31]}, "bbox": [-118.943667, 37.596167, -118.943667, 37.596167]}, {"id": "5260", "type": "Feature", "properties": {"id": "us2000ajqf", "mag": 4.6, "time": 1505058668170, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.1945, 35.7377, 54.25]}, "bbox": [139.1945, 35.7377, 139.1945, 35.7377]}, {"id": "5261", "type": "Feature", "properties": {"id": "nc72889766", "mag": 1.32, "time": 1505058489100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.046333, 38.9295, 0.46]}, "bbox": [-123.046333, 38.9295, -123.046333, 38.9295]}, {"id": "5262", "type": "Feature", "properties": {"id": "us2000ajhi", "mag": 2.5, "time": 1505058212500, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7958, 35.9926, 4.398]}, "bbox": [-96.7958, 35.9926, -96.7958, 35.9926]}, {"id": "5263", "type": "Feature", "properties": {"id": "ak16801236", "mag": 1.4, "time": 1505058208151, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9025, 57.4691, 48.4]}, "bbox": [-154.9025, 57.4691, -154.9025, 57.4691]}, {"id": "5264", "type": "Feature", "properties": {"id": "ci37759407", "mag": 1.83, "time": 1505057535880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3395, 34.014333, 2.3]}, "bbox": [-116.3395, 34.014333, -116.3395, 34.014333]}, {"id": "5265", "type": "Feature", "properties": {"id": "us2000artt", "mag": 4.2, "time": 1505057483820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.9272, 37.8866, 41.94]}, "bbox": [141.9272, 37.8866, 141.9272, 37.8866]}, {"id": "5266", "type": "Feature", "properties": {"id": "ak16827688", "mag": 1.7, "time": 1505057440690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7035, 58.208, 3.0]}, "bbox": [-151.7035, 58.208, -151.7035, 58.208]}, {"id": "5267", "type": "Feature", "properties": {"id": "us2000ajh6", "mag": 4.6, "time": 1505057331420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4383, 15.2976, 42.92]}, "bbox": [-94.4383, 15.2976, -94.4383, 15.2976]}, {"id": "5268", "type": "Feature", "properties": {"id": "us2000ajh4", "mag": 2.6, "time": 1505057207380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5593, 7.96]}, "bbox": [-111.4289, 42.5593, -111.4289, 42.5593]}, {"id": "5269", "type": "Feature", "properties": {"id": "ak16827687", "mag": 1.5, "time": 1505057001386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4181, 51.7014, 6.6]}, "bbox": [-178.4181, 51.7014, -178.4181, 51.7014]}, {"id": "5270", "type": "Feature", "properties": {"id": "us2000ajh2", "mag": 4.2, "time": 1505056916120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2576, 14.9344, 12.93]}, "bbox": [-94.2576, 14.9344, -94.2576, 14.9344]}, {"id": "5271", "type": "Feature", "properties": {"id": "us2000ajgy", "mag": 2.5, "time": 1505056755330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7823, 37.3283, 5.9]}, "bbox": [-97.7823, 37.3283, -97.7823, 37.3283]}, {"id": "5272", "type": "Feature", "properties": {"id": "ak16827686", "mag": 1.1, "time": 1505056731493, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8679, 57.3821, 46.4]}, "bbox": [-154.8679, 57.3821, -154.8679, 57.3821]}, {"id": "5273", "type": "Feature", "properties": {"id": "us2000ajgx", "mag": 2.8, "time": 1505056639060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4498, 42.5804, 5.9]}, "bbox": [-111.4498, 42.5804, -111.4498, 42.5804]}, {"id": "5274", "type": "Feature", "properties": {"id": "ak16827685", "mag": 1.2, "time": 1505056471867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1402, 60.9584, 19.6]}, "bbox": [-149.1402, 60.9584, -149.1402, 60.9584]}, {"id": "5275", "type": "Feature", "properties": {"id": "us2000ajgu", "mag": 2.5, "time": 1505056401260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4462, 42.5738, 5.62]}, "bbox": [-111.4462, 42.5738, -111.4462, 42.5738]}, {"id": "5276", "type": "Feature", "properties": {"id": "us2000ajgm", "mag": 4.9, "time": 1505055545760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6784, 14.1109, 10.0]}, "bbox": [146.6784, 14.1109, 146.6784, 14.1109]}, {"id": "5277", "type": "Feature", "properties": {"id": "ci37759383", "mag": 1.0, "time": 1505055131400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169167, 34.0425, 5.43]}, "bbox": [-117.169167, 34.0425, -117.169167, 34.0425]}, {"id": "5278", "type": "Feature", "properties": {"id": "us2000ajge", "mag": 3.4, "time": 1505054862840, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4185, 42.5625, 9.41]}, "bbox": [-111.4185, 42.5625, -111.4185, 42.5625]}, {"id": "5279", "type": "Feature", "properties": {"id": "ak16800620", "mag": 1.1, "time": 1505054600546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7386, 61.4915, 80.1]}, "bbox": [-151.7386, 61.4915, -151.7386, 61.4915]}, {"id": "5280", "type": "Feature", "properties": {"id": "us2000ajgc", "mag": 3.1, "time": 1505054298370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.55, 7.52]}, "bbox": [-111.4151, 42.55, -111.4151, 42.55]}, {"id": "5281", "type": "Feature", "properties": {"id": "ak16800576", "mag": 2.5, "time": 1505054208776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9361, 60.2731, 64.5]}, "bbox": [-150.9361, 60.2731, -150.9361, 60.2731]}, {"id": "5282", "type": "Feature", "properties": {"id": "nc72889746", "mag": 1.38, "time": 1505053809310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.442, 37.695667, 4.15]}, "bbox": [-119.442, 37.695667, -119.442, 37.695667]}, {"id": "5283", "type": "Feature", "properties": {"id": "pr2017253003", "mag": 2.17, "time": 1505052857240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2868, 18.1121, 18.0]}, "bbox": [-67.2868, 18.1121, -67.2868, 18.1121]}, {"id": "5284", "type": "Feature", "properties": {"id": "us2000ajg9", "mag": 2.9, "time": 1505052838460, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5162, 46.8743, 14.72]}, "bbox": [-112.5162, 46.8743, -112.5162, 46.8743]}, {"id": "5285", "type": "Feature", "properties": {"id": "nc72889741", "mag": 1.38, "time": 1505052751930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824333, 38.060667, 1.0]}, "bbox": [-118.824333, 38.060667, -118.824333, 38.060667]}, {"id": "5286", "type": "Feature", "properties": {"id": "ak16799977", "mag": 1.0, "time": 1505052033903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8767, 61.5617, 10.0]}, "bbox": [-140.8767, 61.5617, -140.8767, 61.5617]}, {"id": "5287", "type": "Feature", "properties": {"id": "mb80254079", "mag": 1.59, "time": 1505051737640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.410667, 44.4485, 6.72]}, "bbox": [-114.410667, 44.4485, -114.410667, 44.4485]}, {"id": "5288", "type": "Feature", "properties": {"id": "ak16799971", "mag": 1.7, "time": 1505051381698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8179, 4.3]}, "bbox": [-136.7235, 59.8179, -136.7235, 59.8179]}, {"id": "5289", "type": "Feature", "properties": {"id": "us2000ajfa", "mag": 4.3, "time": 1505051330480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3498, 13.069, 35.0]}, "bbox": [-90.3498, 13.069, -90.3498, 13.069]}, {"id": "5290", "type": "Feature", "properties": {"id": "us2000ajf7", "mag": 4.0, "time": 1505050961060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3526, 52.4771, 237.56]}, "bbox": [-174.3526, 52.4771, -174.3526, 52.4771]}, {"id": "5291", "type": "Feature", "properties": {"id": "ak16799942", "mag": 1.7, "time": 1505050892677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6731, 59.5546, 120.2]}, "bbox": [-153.6731, 59.5546, -153.6731, 59.5546]}, {"id": "5292", "type": "Feature", "properties": {"id": "us2000ajf3", "mag": 4.6, "time": 1505050808670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.529, 15.6631, 10.0]}, "bbox": [-98.529, 15.6631, -98.529, 15.6631]}, {"id": "5293", "type": "Feature", "properties": {"id": "us2000ajf0", "mag": 4.5, "time": 1505050687090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4173, 15.2922, 52.65]}, "bbox": [-94.4173, 15.2922, -94.4173, 15.2922]}, {"id": "5294", "type": "Feature", "properties": {"id": "us2000artu", "mag": 4.1, "time": 1505050610220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1836, -7.5542, 159.39]}, "bbox": [128.1836, -7.5542, 128.1836, -7.5542]}, {"id": "5295", "type": "Feature", "properties": {"id": "us2000ajex", "mag": 4.3, "time": 1505049954620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.6306, 15.7653, 20.71]}, "bbox": [-98.6306, 15.7653, -98.6306, 15.7653]}, {"id": "5296", "type": "Feature", "properties": {"id": "ci37759303", "mag": 1.26, "time": 1505049848270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.504667, 4.53]}, "bbox": [-116.7985, 33.504667, -116.7985, 33.504667]}, {"id": "5297", "type": "Feature", "properties": {"id": "us2000ajeq", "mag": 2.8, "time": 1505049297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4232, 42.5578, 7.16]}, "bbox": [-111.4232, 42.5578, -111.4232, 42.5578]}, {"id": "5298", "type": "Feature", "properties": {"id": "ak16799353", "mag": 1.3, "time": 1505049096103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6348, 59.8194, 14.2]}, "bbox": [-136.6348, 59.8194, -136.6348, 59.8194]}, {"id": "5299", "type": "Feature", "properties": {"id": "us2000ajen", "mag": 3.0, "time": 1505048991180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4182, 42.5509, 7.02]}, "bbox": [-111.4182, 42.5509, -111.4182, 42.5509]}, {"id": "5300", "type": "Feature", "properties": {"id": "ak16827673", "mag": 1.6, "time": 1505048796797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.3116, 53.3278, 13.0]}, "bbox": [-167.3116, 53.3278, -167.3116, 53.3278]}, {"id": "5301", "type": "Feature", "properties": {"id": "us2000ajej", "mag": 2.6, "time": 1505048615320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6115, 6.14]}, "bbox": [-111.4688, 42.6115, -111.4688, 42.6115]}, {"id": "5302", "type": "Feature", "properties": {"id": "mb80254034", "mag": 1.41, "time": 1505048540860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.8615, 12.53]}, "bbox": [-112.521667, 46.8615, -112.521667, 46.8615]}, {"id": "5303", "type": "Feature", "properties": {"id": "mb80254029", "mag": 1.23, "time": 1505048399750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521167, 46.853, 11.49]}, "bbox": [-112.521167, 46.853, -112.521167, 46.853]}, {"id": "5304", "type": "Feature", "properties": {"id": "ak16799346", "mag": 2.0, "time": 1505048306207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2292, 62.187, 56.1]}, "bbox": [-150.2292, 62.187, -150.2292, 62.187]}, {"id": "5305", "type": "Feature", "properties": {"id": "us2000aje5", "mag": 4.4, "time": 1505047810980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.8604, 12.4905, 60.22]}, "bbox": [-87.8604, 12.4905, -87.8604, 12.4905]}, {"id": "5306", "type": "Feature", "properties": {"id": "us2000aje3", "mag": 3.6, "time": 1505047519260, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4283, 42.5536, 6.44]}, "bbox": [-111.4283, 42.5536, -111.4283, 42.5536]}, {"id": "5307", "type": "Feature", "properties": {"id": "us2000aje1", "mag": 2.8, "time": 1505047427230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6011, 5.82]}, "bbox": [-111.4487, 42.6011, -111.4487, 42.6011]}, {"id": "5308", "type": "Feature", "properties": {"id": "us2000ajdz", "mag": 2.5, "time": 1505047141140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4433, 42.6033, 3.94]}, "bbox": [-111.4433, 42.6033, -111.4433, 42.6033]}, {"id": "5309", "type": "Feature", "properties": {"id": "us2000ajm3", "mag": 3.4, "time": 1505046945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.4897, 52.4554, 37.93]}, "bbox": [-169.4897, 52.4554, -169.4897, 52.4554]}, {"id": "5310", "type": "Feature", "properties": {"id": "us2000ajdq", "mag": 3.1, "time": 1505046464560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4503, 42.6011, 4.5]}, "bbox": [-111.4503, 42.6011, -111.4503, 42.6011]}, {"id": "5311", "type": "Feature", "properties": {"id": "ak16827668", "mag": 1.6, "time": 1505046395510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3819, 59.8907, 133.0]}, "bbox": [-153.3819, 59.8907, -153.3819, 59.8907]}, {"id": "5312", "type": "Feature", "properties": {"id": "us2000ajdf", "mag": 3.9, "time": 1505045951750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4091, 42.5736, 10.02]}, "bbox": [-111.4091, 42.5736, -111.4091, 42.5736]}, {"id": "5313", "type": "Feature", "properties": {"id": "us2000ajdd", "mag": 3.1, "time": 1505045857190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4617, 42.6284, 4.97]}, "bbox": [-111.4617, 42.6284, -111.4617, 42.6284]}, {"id": "5314", "type": "Feature", "properties": {"id": "uu60241107", "mag": 2.14, "time": 1505045641970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.59, 6.81]}, "bbox": [-111.427, 42.59, -111.427, 42.59]}, {"id": "5315", "type": "Feature", "properties": {"id": "ak16798742", "mag": 1.3, "time": 1505045327481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3496, 69.231, 1.2]}, "bbox": [-146.3496, 69.231, -146.3496, 69.231]}, {"id": "5316", "type": "Feature", "properties": {"id": "us2000ajd9", "mag": 4.3, "time": 1505045213250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1554, 14.0483, 13.91]}, "bbox": [-97.1554, 14.0483, -97.1554, 14.0483]}, {"id": "5317", "type": "Feature", "properties": {"id": "us2000ajd2", "mag": 4.5, "time": 1505044829750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4915, 15.8549, 21.45]}, "bbox": [-98.4915, 15.8549, -98.4915, 15.8549]}, {"id": "5318", "type": "Feature", "properties": {"id": "ak16798732", "mag": 2.6, "time": 1505044761546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.966, 59.8093, 102.9]}, "bbox": [-152.966, 59.8093, -152.966, 59.8093]}, {"id": "5319", "type": "Feature", "properties": {"id": "us2000ajcy", "mag": 2.6, "time": 1505044665510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.5652, 42.6019, 9.42]}, "bbox": [-111.5652, 42.6019, -111.5652, 42.6019]}, {"id": "5320", "type": "Feature", "properties": {"id": "us2000artq", "mag": 4.4, "time": 1505044070510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.6016, 12.9144, 38.64]}, "bbox": [120.6016, 12.9144, 120.6016, 12.9144]}, {"id": "5321", "type": "Feature", "properties": {"id": "ak16827665", "mag": 1.6, "time": 1505043947734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3635, 51.6272, 0.6]}, "bbox": [-178.3635, 51.6272, -178.3635, 51.6272]}, {"id": "5322", "type": "Feature", "properties": {"id": "us2000ajci", "mag": 2.9, "time": 1505043647160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6201, 8.65]}, "bbox": [-111.4487, 42.6201, -111.4487, 42.6201]}, {"id": "5323", "type": "Feature", "properties": {"id": "ak16827663", "mag": 2.1, "time": 1505043481292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5488, 52.6471, 37.0]}, "bbox": [-168.5488, 52.6471, -168.5488, 52.6471]}, {"id": "5324", "type": "Feature", "properties": {"id": "us2000ajch", "mag": 2.9, "time": 1505043441680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4464, 42.565, 8.31]}, "bbox": [-111.4464, 42.565, -111.4464, 42.565]}, {"id": "5325", "type": "Feature", "properties": {"id": "nn00604506", "mag": 1.1, "time": 1505043238904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2044, 38.3052, 10.6]}, "bbox": [-119.2044, 38.3052, -119.2044, 38.3052]}, {"id": "5326", "type": "Feature", "properties": {"id": "us2000ajce", "mag": 2.6, "time": 1505042826200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4252, 42.5577, 5.15]}, "bbox": [-111.4252, 42.5577, -111.4252, 42.5577]}, {"id": "5327", "type": "Feature", "properties": {"id": "ak16798700", "mag": 1.7, "time": 1505042612937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2918, 69.235, 1.0]}, "bbox": [-146.2918, 69.235, -146.2918, 69.235]}, {"id": "5328", "type": "Feature", "properties": {"id": "us2000ajc9", "mag": 3.1, "time": 1505042537350, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4318, 42.5604, 7.18]}, "bbox": [-111.4318, 42.5604, -111.4318, 42.5604]}, {"id": "5329", "type": "Feature", "properties": {"id": "hv61903466", "mag": 2.42, "time": 1505042508060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.211833, 19.916833, 13.349]}, "bbox": [-155.211833, 19.916833, -155.211833, 19.916833]}, {"id": "5330", "type": "Feature", "properties": {"id": "ak16798696", "mag": 1.3, "time": 1505042293807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3271, 69.2374, 3.8]}, "bbox": [-146.3271, 69.2374, -146.3271, 69.2374]}, {"id": "5331", "type": "Feature", "properties": {"id": "us2000ajbt", "mag": 4.7, "time": 1505041959050, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4701, 42.6074, 4.56]}, "bbox": [-111.4701, 42.6074, -111.4701, 42.6074]}, {"id": "5332", "type": "Feature", "properties": {"id": "us2000ajbp", "mag": 2.6, "time": 1505041798510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4553, 42.6057, 2.2]}, "bbox": [-111.4553, 42.6057, -111.4553, 42.6057]}, {"id": "5333", "type": "Feature", "properties": {"id": "nn00604588", "mag": 1.0, "time": 1505041736983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8863, 39.0228, 11.8]}, "bbox": [-118.8863, 39.0228, -118.8863, 39.0228]}, {"id": "5334", "type": "Feature", "properties": {"id": "pr2017253002", "mag": 2.88, "time": 1505041375350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.305, 18.603, 82.0]}, "bbox": [-66.305, 18.603, -66.305, 18.603]}, {"id": "5335", "type": "Feature", "properties": {"id": "us2000ajbk", "mag": 3.1, "time": 1505040789630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4404, 42.601, 4.73]}, "bbox": [-111.4404, 42.601, -111.4404, 42.601]}, {"id": "5336", "type": "Feature", "properties": {"id": "us2000ajbj", "mag": 2.6, "time": 1505040635620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4423, 42.5705, 7.5]}, "bbox": [-111.4423, 42.5705, -111.4423, 42.5705]}, {"id": "5337", "type": "Feature", "properties": {"id": "ci37759247", "mag": 1.02, "time": 1505040606370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.192167, 33.778, 3.52]}, "bbox": [-116.192167, 33.778, -116.192167, 33.778]}, {"id": "5338", "type": "Feature", "properties": {"id": "uw61306142", "mag": 2.37, "time": 1505040308500, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040167, 46.875333, 6.45]}, "bbox": [-122.040167, 46.875333, -122.040167, 46.875333]}, {"id": "5339", "type": "Feature", "properties": {"id": "ak16827659", "mag": 2.3, "time": 1505040202211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8004, 51.946, 193.7]}, "bbox": [-175.8004, 51.946, -175.8004, 51.946]}, {"id": "5340", "type": "Feature", "properties": {"id": "us2000ajba", "mag": 2.5, "time": 1505040116970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4234, 42.6126, 8.0]}, "bbox": [-111.4234, 42.6126, -111.4234, 42.6126]}, {"id": "5341", "type": "Feature", "properties": {"id": "ismpkansas70234948", "mag": 1.52, "time": 1505039824000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.878333, 37.226333, 2.17]}, "bbox": [-97.878333, 37.226333, -97.878333, 37.226333]}, {"id": "5342", "type": "Feature", "properties": {"id": "us2000ajay", "mag": 2.5, "time": 1505039717650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.5965, 6.66]}, "bbox": [-111.4475, 42.5965, -111.4475, 42.5965]}, {"id": "5343", "type": "Feature", "properties": {"id": "ci37759239", "mag": 1.83, "time": 1505039190870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.297667, 34.7275, 4.7]}, "bbox": [-116.297667, 34.7275, -116.297667, 34.7275]}, {"id": "5344", "type": "Feature", "properties": {"id": "ci37759231", "mag": 1.46, "time": 1505038960010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.206167, 33.030167, 5.66]}, "bbox": [-116.206167, 33.030167, -116.206167, 33.030167]}, {"id": "5345", "type": "Feature", "properties": {"id": "us2000ajah", "mag": 4.9, "time": 1505038459290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5926, 15.8657, 62.07]}, "bbox": [-94.5926, 15.8657, -94.5926, 15.8657]}, {"id": "5346", "type": "Feature", "properties": {"id": "us2000ajad", "mag": 2.8, "time": 1505038317850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4649, 42.5713, 2.8]}, "bbox": [-111.4649, 42.5713, -111.4649, 42.5713]}, {"id": "5347", "type": "Feature", "properties": {"id": "us2000ajac", "mag": 2.8, "time": 1505038143220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3389, 42.5698, 5.91]}, "bbox": [-111.3389, 42.5698, -111.3389, 42.5698]}, {"id": "5348", "type": "Feature", "properties": {"id": "us2000aja1", "mag": 2.5, "time": 1505037892850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4134, 42.5966, 2.41]}, "bbox": [-111.4134, 42.5966, -111.4134, 42.5966]}, {"id": "5349", "type": "Feature", "properties": {"id": "nc72889666", "mag": 2.44, "time": 1505037177900, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.680333, 36.934833, 10.93]}, "bbox": [-121.680333, 36.934833, -121.680333, 36.934833]}, {"id": "5350", "type": "Feature", "properties": {"id": "us2000ak98", "mag": 2.7, "time": 1505037007800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9657, 36.5378, 5.921]}, "bbox": [-98.9657, 36.5378, -98.9657, 36.5378]}, {"id": "5351", "type": "Feature", "properties": {"id": "us2000akbp", "mag": 3.5, "time": 1505036907810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4216, 42.6147, 2.61]}, "bbox": [-111.4216, 42.6147, -111.4216, 42.6147]}, {"id": "5352", "type": "Feature", "properties": {"id": "hv61903376", "mag": 2.02, "time": 1505036885770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.244, 19.404333, 38.634]}, "bbox": [-155.244, 19.404333, -155.244, 19.404333]}, {"id": "5353", "type": "Feature", "properties": {"id": "us2000aj9i", "mag": 5.0, "time": 1505036830570, "felt": 222.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5629, 9.83]}, "bbox": [-111.4155, 42.5629, -111.4155, 42.5629]}, {"id": "5354", "type": "Feature", "properties": {"id": "nn00604494", "mag": 1.3, "time": 1505036614546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9198, 38.3864, 5.0]}, "bbox": [-118.9198, 38.3864, -118.9198, 38.3864]}, {"id": "5355", "type": "Feature", "properties": {"id": "ak16797541", "mag": 2.3, "time": 1505036483755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.8674, 50.427, 38.0]}, "bbox": [-176.8674, 50.427, -176.8674, 50.427]}, {"id": "5356", "type": "Feature", "properties": {"id": "nc72889656", "mag": 1.55, "time": 1505036419440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9445, 37.642333, -0.52]}, "bbox": [-118.9445, 37.642333, -118.9445, 37.642333]}, {"id": "5357", "type": "Feature", "properties": {"id": "us2000artp", "mag": 4.7, "time": 1505036336060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.742, 44.4006, 89.5]}, "bbox": [147.742, 44.4006, 147.742, 44.4006]}, {"id": "5358", "type": "Feature", "properties": {"id": "us2000aj9e", "mag": 4.1, "time": 1505036045120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8669, 15.7031, 37.36]}, "bbox": [-93.8669, 15.7031, -93.8669, 15.7031]}, {"id": "5359", "type": "Feature", "properties": {"id": "ak16797519", "mag": 3.3, "time": 1505035967489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9107, 62.993, 122.8]}, "bbox": [-150.9107, 62.993, -150.9107, 62.993]}, {"id": "5360", "type": "Feature", "properties": {"id": "ak16797515", "mag": 2.4, "time": 1505035289100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.6897, 53.169, 25.5]}, "bbox": [-166.6897, 53.169, -166.6897, 53.169]}, {"id": "5361", "type": "Feature", "properties": {"id": "ak16827654", "mag": 1.4, "time": 1505034233691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9911, 60.3931, 86.0]}, "bbox": [-151.9911, 60.3931, -151.9911, 60.3931]}, {"id": "5362", "type": "Feature", "properties": {"id": "ak16796945", "mag": 2.3, "time": 1505033682313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0313, 60.3066, 10.2]}, "bbox": [-143.0313, 60.3066, -143.0313, 60.3066]}, {"id": "5363", "type": "Feature", "properties": {"id": "nc72889646", "mag": 1.08, "time": 1505033636850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.801998, 2.52]}, "bbox": [-122.818001, 38.801998, -122.818001, 38.801998]}, {"id": "5364", "type": "Feature", "properties": {"id": "us2000aj8v", "mag": 2.4, "time": 1505033298010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.484, 42.6096, 5.0]}, "bbox": [-111.484, 42.6096, -111.484, 42.6096]}, {"id": "5365", "type": "Feature", "properties": {"id": "us2000amz2", "mag": 2.8, "time": 1505033251180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0563, 54.0093, 14.8]}, "bbox": [-163.0563, 54.0093, -163.0563, 54.0093]}, {"id": "5366", "type": "Feature", "properties": {"id": "ci37759175", "mag": 1.28, "time": 1505033174200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362167, 33.154333, 11.24]}, "bbox": [-116.362167, 33.154333, -116.362167, 33.154333]}, {"id": "5367", "type": "Feature", "properties": {"id": "ak16796924", "mag": 1.8, "time": 1505033149645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7762, 53.453, 28.1]}, "bbox": [-165.7762, 53.453, -165.7762, 53.453]}, {"id": "5368", "type": "Feature", "properties": {"id": "us2000aj8s", "mag": 5.5, "time": 1505033064540, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.8932, 41.7813, 45.0]}, "bbox": [142.8932, 41.7813, 142.8932, 41.7813]}, {"id": "5369", "type": "Feature", "properties": {"id": "us2000aj8i", "mag": 5.2, "time": 1505032778170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5035, 15.7644, 57.6]}, "bbox": [-94.5035, 15.7644, -94.5035, 15.7644]}, {"id": "5370", "type": "Feature", "properties": {"id": "us2000amz1", "mag": 2.8, "time": 1505032715690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8991, 53.5788, 15.9]}, "bbox": [-162.8991, 53.5788, -162.8991, 53.5788]}, {"id": "5371", "type": "Feature", "properties": {"id": "mb80253749", "mag": 1.76, "time": 1505032545100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.889167, 14.06]}, "bbox": [-112.524667, 46.889167, -112.524667, 46.889167]}, {"id": "5372", "type": "Feature", "properties": {"id": "us2000aj87", "mag": 3.8, "time": 1505032481960, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9548, 37.0369, 5.0]}, "bbox": [-104.9548, 37.0369, -104.9548, 37.0369]}, {"id": "5373", "type": "Feature", "properties": {"id": "us2000artm", "mag": 4.4, "time": 1505032427640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.852, -18.159, 601.21]}, "bbox": [-177.852, -18.159, -177.852, -18.159]}, {"id": "5374", "type": "Feature", "properties": {"id": "us2000aj86", "mag": 4.2, "time": 1505032314990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.3039, 38.0722, 10.0]}, "bbox": [22.3039, 38.0722, 22.3039, 38.0722]}, {"id": "5375", "type": "Feature", "properties": {"id": "ci37759159", "mag": 0.97, "time": 1505031839650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1615, 34.0365, 4.44]}, "bbox": [-117.1615, 34.0365, -117.1615, 34.0365]}, {"id": "5376", "type": "Feature", "properties": {"id": "us2000artk", "mag": 3.8, "time": 1505031830730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.788, 53.8251, 10.0]}, "bbox": [170.788, 53.8251, 170.788, 53.8251]}, {"id": "5377", "type": "Feature", "properties": {"id": "us2000amyz", "mag": 2.6, "time": 1505031468470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4988, 51.6871, 9.2]}, "bbox": [-178.4988, 51.6871, -178.4988, 51.6871]}, {"id": "5378", "type": "Feature", "properties": {"id": "us2000arti", "mag": 4.5, "time": 1505031463320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9123, -25.0133, 508.03]}, "bbox": [179.9123, -25.0133, 179.9123, -25.0133]}, {"id": "5379", "type": "Feature", "properties": {"id": "hv61903321", "mag": 1.9, "time": 1505031307020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.376, 19.109, 42.633]}, "bbox": [-155.376, 19.109, -155.376, 19.109]}, {"id": "5380", "type": "Feature", "properties": {"id": "ci37759151", "mag": 2.32, "time": 1505031276490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.528667, 33.143833, 8.22]}, "bbox": [-116.528667, 33.143833, -116.528667, 33.143833]}, {"id": "5381", "type": "Feature", "properties": {"id": "nc72889631", "mag": 1.68, "time": 1505031062020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1025, 35.652333, 4.49]}, "bbox": [-121.1025, 35.652333, -121.1025, 35.652333]}, {"id": "5382", "type": "Feature", "properties": {"id": "ci37759127", "mag": 0.99, "time": 1505030565890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4795, 34.347667, 6.85]}, "bbox": [-118.4795, 34.347667, -118.4795, 34.347667]}, {"id": "5383", "type": "Feature", "properties": {"id": "ak16796357", "mag": 1.6, "time": 1505029768799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6864, 61.2792, 33.7]}, "bbox": [-146.6864, 61.2792, -146.6864, 61.2792]}, {"id": "5384", "type": "Feature", "properties": {"id": "ak16796347", "mag": 2.8, "time": 1505029738842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8811, 62.6834, 89.8]}, "bbox": [-150.8811, 62.6834, -150.8811, 62.6834]}, {"id": "5385", "type": "Feature", "properties": {"id": "ak16796345", "mag": 1.1, "time": 1505029334941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9656, 62.9587, 88.3]}, "bbox": [-149.9656, 62.9587, -149.9656, 62.9587]}, {"id": "5386", "type": "Feature", "properties": {"id": "ak16796343", "mag": 1.4, "time": 1505028430485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3315, 60.2265, 0.0]}, "bbox": [-141.3315, 60.2265, -141.3315, 60.2265]}, {"id": "5387", "type": "Feature", "properties": {"id": "ci37759079", "mag": 1.03, "time": 1505028192380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.508, 4.77]}, "bbox": [-116.793833, 33.508, -116.793833, 33.508]}, {"id": "5388", "type": "Feature", "properties": {"id": "ak16827644", "mag": 2.2, "time": 1505028185237, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9799, 52.0013, 156.3]}, "bbox": [-175.9799, 52.0013, -175.9799, 52.0013]}, {"id": "5389", "type": "Feature", "properties": {"id": "us2000artg", "mag": 4.2, "time": 1505027908500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9129, -24.5931, 503.92]}, "bbox": [179.9129, -24.5931, 179.9129, -24.5931]}, {"id": "5390", "type": "Feature", "properties": {"id": "us2000aj7r", "mag": 4.5, "time": 1505027720310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5866, 15.1076, 24.87]}, "bbox": [-94.5866, 15.1076, -94.5866, 15.1076]}, {"id": "5391", "type": "Feature", "properties": {"id": "us2000aj7m", "mag": 3.3, "time": 1505027636400, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.804, 35.9918, 5.961]}, "bbox": [-96.804, 35.9918, -96.804, 35.9918]}, {"id": "5392", "type": "Feature", "properties": {"id": "us2000aj7l", "mag": 3.0, "time": 1505027344470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4316, 42.5611, 7.33]}, "bbox": [-111.4316, 42.5611, -111.4316, 42.5611]}, {"id": "5393", "type": "Feature", "properties": {"id": "ak16796341", "mag": 1.6, "time": 1505026917606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9481, 51.2072, 22.2]}, "bbox": [-177.9481, 51.2072, -177.9481, 51.2072]}, {"id": "5394", "type": "Feature", "properties": {"id": "ak16796340", "mag": 1.2, "time": 1505026743356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0079, 59.5892, 41.8]}, "bbox": [-151.0079, 59.5892, -151.0079, 59.5892]}, {"id": "5395", "type": "Feature", "properties": {"id": "ak16796338", "mag": 1.3, "time": 1505026513369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0949, 62.0857, 37.5]}, "bbox": [-148.0949, 62.0857, -148.0949, 62.0857]}, {"id": "5396", "type": "Feature", "properties": {"id": "ci37759055", "mag": 1.58, "time": 1505026335940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.501167, 3.42]}, "bbox": [-116.798333, 33.501167, -116.798333, 33.501167]}, {"id": "5397", "type": "Feature", "properties": {"id": "mb80253734", "mag": 1.14, "time": 1505025721140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.170167, 47.328333, 19.23]}, "bbox": [-113.170167, 47.328333, -113.170167, 47.328333]}, {"id": "5398", "type": "Feature", "properties": {"id": "ak16796336", "mag": 1.0, "time": 1505025668896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2865, 62.4037, 46.1]}, "bbox": [-148.2865, 62.4037, -148.2865, 62.4037]}, {"id": "5399", "type": "Feature", "properties": {"id": "ak16796333", "mag": 1.6, "time": 1505025496149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8107, 60.5943, 2.7]}, "bbox": [-147.8107, 60.5943, -147.8107, 60.5943]}, {"id": "5400", "type": "Feature", "properties": {"id": "nc72889606", "mag": 1.8, "time": 1505025336300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.260333, 36.150833, 8.23]}, "bbox": [-120.260333, 36.150833, -120.260333, 36.150833]}, {"id": "5401", "type": "Feature", "properties": {"id": "us2000aj7g", "mag": 4.3, "time": 1505024815920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5354, 15.0816, 39.42]}, "bbox": [-94.5354, 15.0816, -94.5354, 15.0816]}, {"id": "5402", "type": "Feature", "properties": {"id": "ak16827636", "mag": 1.3, "time": 1505024434533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4031, 51.77, 19.4]}, "bbox": [-178.4031, 51.77, -178.4031, 51.77]}, {"id": "5403", "type": "Feature", "properties": {"id": "ak16795777", "mag": 1.4, "time": 1505024355978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0051, 60.2926, 12.0]}, "bbox": [-143.0051, 60.2926, -143.0051, 60.2926]}, {"id": "5404", "type": "Feature", "properties": {"id": "ci37759039", "mag": 1.89, "time": 1505024281500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871, 36.511333, 7.6]}, "bbox": [-117.871, 36.511333, -117.871, 36.511333]}, {"id": "5405", "type": "Feature", "properties": {"id": "nn00604470", "mag": 1.2, "time": 1505024158420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1219, 37.3848, 6.9]}, "bbox": [-117.1219, 37.3848, -117.1219, 37.3848]}, {"id": "5406", "type": "Feature", "properties": {"id": "nc72889576", "mag": 0.98, "time": 1505022995190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.766333, 37.576333, 4.92]}, "bbox": [-118.766333, 37.576333, -118.766333, 37.576333]}, {"id": "5407", "type": "Feature", "properties": {"id": "us2000aj75", "mag": 4.0, "time": 1505022687700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2661, 15.0962, 47.3]}, "bbox": [-94.2661, 15.0962, -94.2661, 15.0962]}, {"id": "5408", "type": "Feature", "properties": {"id": "ak16827633", "mag": 1.4, "time": 1505022608119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9863, 59.5419, 87.3]}, "bbox": [-152.9863, 59.5419, -152.9863, 59.5419]}, {"id": "5409", "type": "Feature", "properties": {"id": "ak16795771", "mag": 1.7, "time": 1505022431855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.916, 63.9]}, "bbox": [-150.7645, 61.916, -150.7645, 61.916]}, {"id": "5410", "type": "Feature", "properties": {"id": "ak16795770", "mag": 1.2, "time": 1505022130505, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6083, 61.2662, 54.7]}, "bbox": [-150.6083, 61.2662, -150.6083, 61.2662]}, {"id": "5411", "type": "Feature", "properties": {"id": "nn00604466", "mag": 1.4, "time": 1505021979344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1529, 37.0254, 0.2]}, "bbox": [-115.1529, 37.0254, -115.1529, 37.0254]}, {"id": "5412", "type": "Feature", "properties": {"id": "ak16795766", "mag": 1.7, "time": 1505021975648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1305, 61.3941, 3.7]}, "bbox": [-140.1305, 61.3941, -140.1305, 61.3941]}, {"id": "5413", "type": "Feature", "properties": {"id": "pr2017253001", "mag": 2.14, "time": 1505021553530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0151, 18.2211, 26.0]}, "bbox": [-67.0151, 18.2211, -67.0151, 18.2211]}, {"id": "5414", "type": "Feature", "properties": {"id": "ci37759015", "mag": 1.41, "time": 1505021428240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1665, 34.037667, 5.07]}, "bbox": [-117.1665, 34.037667, -117.1665, 34.037667]}, {"id": "5415", "type": "Feature", "properties": {"id": "us2000aj6q", "mag": 2.8, "time": 1505020972500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6874, 36.6964, 8.0]}, "bbox": [-97.6874, 36.6964, -97.6874, 36.6964]}, {"id": "5416", "type": "Feature", "properties": {"id": "ci37758999", "mag": 1.58, "time": 1505020355730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168833, 34.037667, 4.71]}, "bbox": [-117.168833, 34.037667, -117.168833, 34.037667]}, {"id": "5417", "type": "Feature", "properties": {"id": "nc72889556", "mag": 1.12, "time": 1505019834580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712167, 38.750333, 2.07]}, "bbox": [-122.712167, 38.750333, -122.712167, 38.750333]}, {"id": "5418", "type": "Feature", "properties": {"id": "uw61306032", "mag": 2.05, "time": 1505019796720, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.874333, 6.38]}, "bbox": [-122.038167, 46.874333, -122.038167, 46.874333]}, {"id": "5419", "type": "Feature", "properties": {"id": "us2000aj6e", "mag": 4.1, "time": 1505019258690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3705, 67.5564, 10.0]}, "bbox": [-173.3705, 67.5564, -173.3705, 67.5564]}, {"id": "5420", "type": "Feature", "properties": {"id": "us2000aj6c", "mag": 4.1, "time": 1505019032690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0925, 15.7467, 34.06]}, "bbox": [-95.0925, 15.7467, -95.0925, 15.7467]}, {"id": "5421", "type": "Feature", "properties": {"id": "us2000ayew", "mag": 4.2, "time": 1505018634430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9037, 15.4311, 74.4]}, "bbox": [-94.9037, 15.4311, -94.9037, 15.4311]}, {"id": "5422", "type": "Feature", "properties": {"id": "ci37758959", "mag": 1.24, "time": 1505018324480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169833, 34.0395, 6.0]}, "bbox": [-117.169833, 34.0395, -117.169833, 34.0395]}, {"id": "5423", "type": "Feature", "properties": {"id": "ak16795206", "mag": 2.1, "time": 1505018157144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4944, 60.3044, 178.8]}, "bbox": [-153.4944, 60.3044, -153.4944, 60.3044]}, {"id": "5424", "type": "Feature", "properties": {"id": "us2000ayer", "mag": 4.0, "time": 1505017700720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8225, 15.3927, 47.72]}, "bbox": [-94.8225, 15.3927, -94.8225, 15.3927]}, {"id": "5425", "type": "Feature", "properties": {"id": "ci37758935", "mag": 1.14, "time": 1505017497720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169, 34.039333, 6.34]}, "bbox": [-117.169, 34.039333, -117.169, 34.039333]}, {"id": "5426", "type": "Feature", "properties": {"id": "ak16795202", "mag": 1.4, "time": 1505017366860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3287, 63.2644, 12.8]}, "bbox": [-151.3287, 63.2644, -151.3287, 63.2644]}, {"id": "5427", "type": "Feature", "properties": {"id": "ci37758927", "mag": 0.97, "time": 1505017113210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.034167, 34.268333, -0.16]}, "bbox": [-117.034167, 34.268333, -117.034167, 34.268333]}, {"id": "5428", "type": "Feature", "properties": {"id": "ak16827627", "mag": 1.4, "time": 1505017084382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.915, 59.1941, 109.4]}, "bbox": [-153.915, 59.1941, -153.915, 59.1941]}, {"id": "5429", "type": "Feature", "properties": {"id": "ci37758911", "mag": 1.67, "time": 1505016996470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.037833, 5.81]}, "bbox": [-117.167, 34.037833, -117.167, 34.037833]}, {"id": "5430", "type": "Feature", "properties": {"id": "ak16795198", "mag": 1.2, "time": 1505016773648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4096, 62.1404, 0.2]}, "bbox": [-150.4096, 62.1404, -150.4096, 62.1404]}, {"id": "5431", "type": "Feature", "properties": {"id": "ak16795193", "mag": 2.2, "time": 1505016672191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3522, 59.8641, 133.9]}, "bbox": [-153.3522, 59.8641, -153.3522, 59.8641]}, {"id": "5432", "type": "Feature", "properties": {"id": "ismpkansas70234903", "mag": 1.63, "time": 1505016085390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.572167, 37.347167, 4.85]}, "bbox": [-97.572167, 37.347167, -97.572167, 37.347167]}, {"id": "5433", "type": "Feature", "properties": {"id": "ak16795191", "mag": 1.2, "time": 1505016021415, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4153, 61.11, 0.0]}, "bbox": [-147.4153, 61.11, -147.4153, 61.11]}, {"id": "5434", "type": "Feature", "properties": {"id": "us2000aj5p", "mag": 4.3, "time": 1505015407020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7252, 38.0198, 68.12]}, "bbox": [141.7252, 38.0198, 141.7252, 38.0198]}, {"id": "5435", "type": "Feature", "properties": {"id": "ak16795189", "mag": 1.3, "time": 1505014815822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7877, 59.5199, 52.1]}, "bbox": [-151.7877, 59.5199, -151.7877, 59.5199]}, {"id": "5436", "type": "Feature", "properties": {"id": "nc72889511", "mag": 1.11, "time": 1505014765900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711998, 38.755501, 2.76]}, "bbox": [-122.711998, 38.755501, -122.711998, 38.755501]}, {"id": "5437", "type": "Feature", "properties": {"id": "us2000aj5f", "mag": 4.1, "time": 1505014246310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7509, 15.2659, 43.51]}, "bbox": [-94.7509, 15.2659, -94.7509, 15.2659]}, {"id": "5438", "type": "Feature", "properties": {"id": "ak16795181", "mag": 2.2, "time": 1505014149113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8561, 61.3045, 25.3]}, "bbox": [-146.8561, 61.3045, -146.8561, 61.3045]}, {"id": "5439", "type": "Feature", "properties": {"id": "ak16795185", "mag": 1.8, "time": 1505014144643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2491, 60.9757, 43.4]}, "bbox": [-147.2491, 60.9757, -147.2491, 60.9757]}, {"id": "5440", "type": "Feature", "properties": {"id": "us2000aj59", "mag": 4.1, "time": 1505013882540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2187, 67.6427, 10.0]}, "bbox": [-173.2187, 67.6427, -173.2187, 67.6427]}, {"id": "5441", "type": "Feature", "properties": {"id": "uw61306007", "mag": 1.81, "time": 1505013085820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600667, 43.836167, 3.82]}, "bbox": [-122.600667, 43.836167, -122.600667, 43.836167]}, {"id": "5442", "type": "Feature", "properties": {"id": "mb80253724", "mag": 1.18, "time": 1505012880400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520333, 46.896167, 10.28]}, "bbox": [-112.520333, 46.896167, -112.520333, 46.896167]}, {"id": "5443", "type": "Feature", "properties": {"id": "us2000aj51", "mag": 5.8, "time": 1505012842340, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5278, 15.3896, 29.0]}, "bbox": [-94.5278, 15.3896, -94.5278, 15.3896]}, {"id": "5444", "type": "Feature", "properties": {"id": "ak16794614", "mag": 1.5, "time": 1505011941254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0253, 66.769, 24.1]}, "bbox": [-146.0253, 66.769, -146.0253, 66.769]}, {"id": "5445", "type": "Feature", "properties": {"id": "ak16794611", "mag": 1.9, "time": 1505011477433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.452, 60.9238, 15.1]}, "bbox": [-147.452, 60.9238, -147.452, 60.9238]}, {"id": "5446", "type": "Feature", "properties": {"id": "ak16794610", "mag": 2.3, "time": 1505010496180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5196, 51.817, 106.7]}, "bbox": [178.5196, 51.817, 178.5196, 51.817]}, {"id": "5447", "type": "Feature", "properties": {"id": "us2000arv6", "mag": 4.0, "time": 1505010360400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9747, 15.1883, 59.97]}, "bbox": [-94.9747, 15.1883, -94.9747, 15.1883]}, {"id": "5448", "type": "Feature", "properties": {"id": "pr2017253000", "mag": 2.65, "time": 1505009947880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1073, 18.2203, 79.0]}, "bbox": [-67.1073, 18.2203, -67.1073, 18.2203]}, {"id": "5449", "type": "Feature", "properties": {"id": "us2000aj4r", "mag": 4.3, "time": 1505009855470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.3515, 14.9239, 35.26]}, "bbox": [-93.3515, 14.9239, -93.3515, 14.9239]}, {"id": "5450", "type": "Feature", "properties": {"id": "us2000aj4q", "mag": 2.4, "time": 1505009730390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.403, 42.6058, 5.0]}, "bbox": [-111.403, 42.6058, -111.403, 42.6058]}, {"id": "5451", "type": "Feature", "properties": {"id": "ak16794604", "mag": 1.5, "time": 1505009566066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5055, 61.4008, 14.7]}, "bbox": [-146.5055, 61.4008, -146.5055, 61.4008]}, {"id": "5452", "type": "Feature", "properties": {"id": "us2000aj4m", "mag": 3.2, "time": 1505008832850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4779, 42.6737, 2.46]}, "bbox": [-111.4779, 42.6737, -111.4779, 42.6737]}, {"id": "5453", "type": "Feature", "properties": {"id": "us2000aye7", "mag": 3.9, "time": 1505008653110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.442, 15.7739, 41.92]}, "bbox": [-94.442, 15.7739, -94.442, 15.7739]}, {"id": "5454", "type": "Feature", "properties": {"id": "us2000aj4i", "mag": 4.2, "time": 1505008285900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3811, 14.9456, 27.79]}, "bbox": [-94.3811, 14.9456, -94.3811, 14.9456]}, {"id": "5455", "type": "Feature", "properties": {"id": "ak16827395", "mag": 1.0, "time": 1505008083507, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7452, 63.1544, 9.3]}, "bbox": [-152.7452, 63.1544, -152.7452, 63.1544]}, {"id": "5456", "type": "Feature", "properties": {"id": "ak16794056", "mag": 1.8, "time": 1505007980655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.9725, 59.1241, 13.0]}, "bbox": [-137.9725, 59.1241, -137.9725, 59.1241]}, {"id": "5457", "type": "Feature", "properties": {"id": "nn00604443", "mag": 1.1, "time": 1505007942083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9112, 38.3937, 7.8]}, "bbox": [-118.9112, 38.3937, -118.9112, 38.3937]}, {"id": "5458", "type": "Feature", "properties": {"id": "ci37758839", "mag": 1.22, "time": 1505007033130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.383167, 33.193, 7.75]}, "bbox": [-116.383167, 33.193, -116.383167, 33.193]}, {"id": "5459", "type": "Feature", "properties": {"id": "ak16827393", "mag": 1.2, "time": 1505006807930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6807, 59.9356, 95.0]}, "bbox": [-152.6807, 59.9356, -152.6807, 59.9356]}, {"id": "5460", "type": "Feature", "properties": {"id": "us2000aj47", "mag": 4.1, "time": 1505005871300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.689, 16.7045, 39.46]}, "bbox": [-94.689, 16.7045, -94.689, 16.7045]}, {"id": "5461", "type": "Feature", "properties": {"id": "us2000aj44", "mag": 4.3, "time": 1505005501920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7157, 15.408, 32.22]}, "bbox": [-94.7157, 15.408, -94.7157, 15.408]}, {"id": "5462", "type": "Feature", "properties": {"id": "us2000aj41", "mag": 4.3, "time": 1505005103690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5751, 15.5308, 63.49]}, "bbox": [-94.5751, 15.5308, -94.5751, 15.5308]}, {"id": "5463", "type": "Feature", "properties": {"id": "us2000aj3z", "mag": 4.4, "time": 1505004749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.3526, 47.21]}, "bbox": [-94.4987, 15.3526, -94.4987, 15.3526]}, {"id": "5464", "type": "Feature", "properties": {"id": "us2000aj3t", "mag": 3.3, "time": 1505004389150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.358, 44.2464, 10.0]}, "bbox": [-129.358, 44.2464, -129.358, 44.2464]}, {"id": "5465", "type": "Feature", "properties": {"id": "ak16793513", "mag": 2.3, "time": 1505004296412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.3005, 58.2485, 10.0]}, "bbox": [-143.3005, 58.2485, -143.3005, 58.2485]}, {"id": "5466", "type": "Feature", "properties": {"id": "ak16793511", "mag": 2.0, "time": 1505004250005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3901, 51.6935, 13.2]}, "bbox": [-178.3901, 51.6935, -178.3901, 51.6935]}, {"id": "5467", "type": "Feature", "properties": {"id": "us2000aj3m", "mag": 3.3, "time": 1505004159420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0417, 44.4745, 10.0]}, "bbox": [-129.0417, 44.4745, -129.0417, 44.4745]}, {"id": "5468", "type": "Feature", "properties": {"id": "ak16827390", "mag": 1.5, "time": 1505004153873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9635, 59.4036, 98.3]}, "bbox": [-152.9635, 59.4036, -152.9635, 59.4036]}, {"id": "5469", "type": "Feature", "properties": {"id": "ak16827388", "mag": 1.4, "time": 1505003603974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4592, 51.7361, 18.3]}, "bbox": [-178.4592, 51.7361, -178.4592, 51.7361]}, {"id": "5470", "type": "Feature", "properties": {"id": "ak16793506", "mag": 1.5, "time": 1505003554878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5578, 62.0025, 41.6]}, "bbox": [-149.5578, 62.0025, -149.5578, 62.0025]}, {"id": "5471", "type": "Feature", "properties": {"id": "mb80253689", "mag": 0.96, "time": 1505003169140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.508667, 46.879833, 9.14]}, "bbox": [-112.508667, 46.879833, -112.508667, 46.879833]}, {"id": "5472", "type": "Feature", "properties": {"id": "us2000aj3k", "mag": 4.7, "time": 1505002421890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.5775, -16.7183, 10.0]}, "bbox": [-172.5775, -16.7183, -172.5775, -16.7183]}, {"id": "5473", "type": "Feature", "properties": {"id": "ak16793503", "mag": 1.2, "time": 1505001653442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0694, 51.6811, 2.6]}, "bbox": [-178.0694, 51.6811, -178.0694, 51.6811]}, {"id": "5474", "type": "Feature", "properties": {"id": "us2000aj3c", "mag": 2.3, "time": 1505001525800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5803, 7.86]}, "bbox": [-111.427, 42.5803, -111.427, 42.5803]}, {"id": "5475", "type": "Feature", "properties": {"id": "hv61903041", "mag": 1.97, "time": 1505000788390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.501, 19.948333, 38.213]}, "bbox": [-155.501, 19.948333, -155.501, 19.948333]}, {"id": "5476", "type": "Feature", "properties": {"id": "ak16793502", "mag": 2.1, "time": 1505000595653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5442, 56.1065, 5.5]}, "bbox": [-159.5442, 56.1065, -159.5442, 56.1065]}, {"id": "5477", "type": "Feature", "properties": {"id": "us2000aj36", "mag": 3.3, "time": 1505000090270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0754, 44.3952, 10.0]}, "bbox": [-129.0754, 44.3952, -129.0754, 44.3952]}, {"id": "5478", "type": "Feature", "properties": {"id": "nc72889416", "mag": 1.43, "time": 1505000045060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.709167, 38.768333, 1.44]}, "bbox": [-122.709167, 38.768333, -122.709167, 38.768333]}, {"id": "5479", "type": "Feature", "properties": {"id": "nc72889411", "mag": 1.18, "time": 1504999845050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.424167, 38.768, 7.71]}, "bbox": [-122.424167, 38.768, -122.424167, 38.768]}, {"id": "5480", "type": "Feature", "properties": {"id": "ak16793501", "mag": 1.0, "time": 1504999793486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0175, 59.5958, 36.9]}, "bbox": [-151.0175, 59.5958, -151.0175, 59.5958]}, {"id": "5481", "type": "Feature", "properties": {"id": "ak16793499", "mag": 1.5, "time": 1504999218478, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9885, 60.7112, 87.3]}, "bbox": [-151.9885, 60.7112, -151.9885, 60.7112]}, {"id": "5482", "type": "Feature", "properties": {"id": "ak16823567", "mag": 1.5, "time": 1504999019129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3619, 57.7499, 9.3]}, "bbox": [-136.3619, 57.7499, -136.3619, 57.7499]}, {"id": "5483", "type": "Feature", "properties": {"id": "hv61903026", "mag": 1.83, "time": 1504999009760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28717, 19.4025, 1.54]}, "bbox": [-155.28717, 19.4025, -155.28717, 19.4025]}, {"id": "5484", "type": "Feature", "properties": {"id": "ak16793495", "mag": 1.5, "time": 1504998539010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1873, 63.1024, 94.1]}, "bbox": [-150.1873, 63.1024, -150.1873, 63.1024]}, {"id": "5485", "type": "Feature", "properties": {"id": "ak16793492", "mag": 1.9, "time": 1504998198191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4513, 66.9866, 0.9]}, "bbox": [-157.4513, 66.9866, -157.4513, 66.9866]}, {"id": "5486", "type": "Feature", "properties": {"id": "ak16793490", "mag": 1.1, "time": 1504998084010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3555, 64.9906, 0.0]}, "bbox": [-147.3555, 64.9906, -147.3555, 64.9906]}, {"id": "5487", "type": "Feature", "properties": {"id": "us2000am0g", "mag": 2.9, "time": 1504997864050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5776, 54.9813, 70.97]}, "bbox": [-161.5776, 54.9813, -161.5776, 54.9813]}, {"id": "5488", "type": "Feature", "properties": {"id": "us2000am0f", "mag": 3.0, "time": 1504997382330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4861, 55.435, 25.1]}, "bbox": [-158.4861, 55.435, -158.4861, 55.435]}, {"id": "5489", "type": "Feature", "properties": {"id": "us2000aj2w", "mag": 2.6, "time": 1504996101810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.6646, 8.07]}, "bbox": [-111.4595, 42.6646, -111.4595, 42.6646]}, {"id": "5490", "type": "Feature", "properties": {"id": "ak16823560", "mag": 1.1, "time": 1504995586471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5516, 60.1674, 10.1]}, "bbox": [-139.5516, 60.1674, -139.5516, 60.1674]}, {"id": "5491", "type": "Feature", "properties": {"id": "us2000aj2g", "mag": 2.6, "time": 1504995580700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.3253, 36.95, 2.161]}, "bbox": [-99.3253, 36.95, -99.3253, 36.95]}, {"id": "5492", "type": "Feature", "properties": {"id": "nc72889401", "mag": 1.53, "time": 1504995533070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.883167, 39.862333, 5.12]}, "bbox": [-122.883167, 39.862333, -122.883167, 39.862333]}, {"id": "5493", "type": "Feature", "properties": {"id": "us2000aj2p", "mag": 4.3, "time": 1504995471290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.6167, -36.1497, 25.35]}, "bbox": [-73.6167, -36.1497, -73.6167, -36.1497]}, {"id": "5494", "type": "Feature", "properties": {"id": "ci37758743", "mag": 0.97, "time": 1504995032090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 35.897667, 6.49]}, "bbox": [-116.927167, 35.897667, -116.927167, 35.897667]}, {"id": "5495", "type": "Feature", "properties": {"id": "ak16792945", "mag": 1.9, "time": 1504994934423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6439, 60.0021, 159.1]}, "bbox": [-153.6439, 60.0021, -153.6439, 60.0021]}, {"id": "5496", "type": "Feature", "properties": {"id": "nc72889396", "mag": 1.01, "time": 1504994309360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.744499, 38.774666, 1.39]}, "bbox": [-122.744499, 38.774666, -122.744499, 38.774666]}, {"id": "5497", "type": "Feature", "properties": {"id": "mb80253659", "mag": 1.35, "time": 1504994237270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.767667, 45.618, 0.67]}, "bbox": [-111.767667, 45.618, -111.767667, 45.618]}, {"id": "5498", "type": "Feature", "properties": {"id": "nc72889391", "mag": 1.15, "time": 1504994059680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4355, 39.501833, 12.05]}, "bbox": [-121.4355, 39.501833, -121.4355, 39.501833]}, {"id": "5499", "type": "Feature", "properties": {"id": "us2000ayd8", "mag": 4.0, "time": 1504993547880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0655, 15.7772, 34.99]}, "bbox": [-95.0655, 15.7772, -95.0655, 15.7772]}, {"id": "5500", "type": "Feature", "properties": {"id": "uu60240502", "mag": 1.28, "time": 1504993388650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.014167, 44.781833, 8.11]}, "bbox": [-111.014167, 44.781833, -111.014167, 44.781833]}, {"id": "5501", "type": "Feature", "properties": {"id": "nc72889381", "mag": 1.37, "time": 1504992621690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.732833, 38.768167, 0.83]}, "bbox": [-122.732833, 38.768167, -122.732833, 38.768167]}, {"id": "5502", "type": "Feature", "properties": {"id": "nc72889376", "mag": 1.64, "time": 1504992347010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.879, 39.861333, 5.75]}, "bbox": [-122.879, 39.861333, -122.879, 39.861333]}, {"id": "5503", "type": "Feature", "properties": {"id": "nc72889366", "mag": 0.99, "time": 1504990736460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712667, 38.913333, 2.6]}, "bbox": [-122.712667, 38.913333, -122.712667, 38.913333]}, {"id": "5504", "type": "Feature", "properties": {"id": "us2000aj18", "mag": 4.9, "time": 1504990247280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6127, -27.7277, 147.22]}, "bbox": [-177.6127, -27.7277, -177.6127, -27.7277]}, {"id": "5505", "type": "Feature", "properties": {"id": "us2000aksk", "mag": 2.8, "time": 1504990158400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8073, 35.9883, 6.228]}, "bbox": [-96.8073, 35.9883, -96.8073, 35.9883]}, {"id": "5506", "type": "Feature", "properties": {"id": "us2000aj13", "mag": 3.1, "time": 1504990070700, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8015, 35.9914, 5.85]}, "bbox": [-96.8015, 35.9914, -96.8015, 35.9914]}, {"id": "5507", "type": "Feature", "properties": {"id": "us2000arta", "mag": 4.2, "time": 1504989955640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0828, 15.537, 19.56]}, "bbox": [-95.0828, 15.537, -95.0828, 15.537]}, {"id": "5508", "type": "Feature", "properties": {"id": "ak16792284", "mag": 1.6, "time": 1504989907169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0546, 60.3983, 79.6]}, "bbox": [-152.0546, 60.3983, -152.0546, 60.3983]}, {"id": "5509", "type": "Feature", "properties": {"id": "nc72889356", "mag": 0.96, "time": 1504989514010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201333, 37.802667, 8.55]}, "bbox": [-122.201333, 37.802667, -122.201333, 37.802667]}, {"id": "5510", "type": "Feature", "properties": {"id": "ak16823554", "mag": 1.4, "time": 1504989475242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8158, 59.9912, 96.3]}, "bbox": [-152.8158, 59.9912, -152.8158, 59.9912]}, {"id": "5511", "type": "Feature", "properties": {"id": "us2000aj0w", "mag": 2.8, "time": 1504989429400, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5041, 36.2908, 8.103]}, "bbox": [-97.5041, 36.2908, -97.5041, 36.2908]}, {"id": "5512", "type": "Feature", "properties": {"id": "hv61902851", "mag": 1.98, "time": 1504989368750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279159, 19.391001, 0.54]}, "bbox": [-155.279159, 19.391001, -155.279159, 19.391001]}, {"id": "5513", "type": "Feature", "properties": {"id": "us2000art9", "mag": 4.4, "time": 1504989282650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5518, 15.0779, 35.94]}, "bbox": [-94.5518, 15.0779, -94.5518, 15.0779]}, {"id": "5514", "type": "Feature", "properties": {"id": "us2000aj0x", "mag": 4.2, "time": 1504989178220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8925, 15.5513, 33.85]}, "bbox": [-94.8925, 15.5513, -94.8925, 15.5513]}, {"id": "5515", "type": "Feature", "properties": {"id": "us2000aj1p", "mag": 2.3, "time": 1504988963860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4077, 55.6085, 30.8]}, "bbox": [-158.4077, 55.6085, -158.4077, 55.6085]}, {"id": "5516", "type": "Feature", "properties": {"id": "ak16823552", "mag": 1.2, "time": 1504988912939, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7854, 60.1774, 76.8]}, "bbox": [-151.7854, 60.1774, -151.7854, 60.1774]}, {"id": "5517", "type": "Feature", "properties": {"id": "us2000aj0r", "mag": 4.8, "time": 1504988774940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8055, 15.4862, 41.24]}, "bbox": [-94.8055, 15.4862, -94.8055, 15.4862]}, {"id": "5518", "type": "Feature", "properties": {"id": "ak16823551", "mag": 1.5, "time": 1504988703567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6984, 60.153, 94.6]}, "bbox": [-152.6984, 60.153, -152.6984, 60.153]}, {"id": "5519", "type": "Feature", "properties": {"id": "hv61902831", "mag": 2.68, "time": 1504988541740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.446, 20.027167, 8.137]}, "bbox": [-155.446, 20.027167, -155.446, 20.027167]}, {"id": "5520", "type": "Feature", "properties": {"id": "uu60240472", "mag": 1.31, "time": 1504988346800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.206, 39.282333, -3.32]}, "bbox": [-111.206, 39.282333, -111.206, 39.282333]}, {"id": "5521", "type": "Feature", "properties": {"id": "hv61902821", "mag": 2.08, "time": 1504988052380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.281998, 19.411833, 2.05]}, "bbox": [-155.281998, 19.411833, -155.281998, 19.411833]}, {"id": "5522", "type": "Feature", "properties": {"id": "ak16791747", "mag": 1.2, "time": 1504986900345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4114, 60.0877, 56.0]}, "bbox": [-150.4114, 60.0877, -150.4114, 60.0877]}, {"id": "5523", "type": "Feature", "properties": {"id": "nc72889346", "mag": 1.15, "time": 1504985576640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723667, 38.753833, 1.93]}, "bbox": [-122.723667, 38.753833, -122.723667, 38.753833]}, {"id": "5524", "type": "Feature", "properties": {"id": "us2000aizy", "mag": 4.4, "time": 1504984967070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1285, 55.2452, 28.63]}, "bbox": [-157.1285, 55.2452, -157.1285, 55.2452]}, {"id": "5525", "type": "Feature", "properties": {"id": "ak16823547", "mag": 2.3, "time": 1504984573262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2291, 50.8322, 17.6]}, "bbox": [-174.2291, 50.8322, -174.2291, 50.8322]}, {"id": "5526", "type": "Feature", "properties": {"id": "us2000aizr", "mag": 2.3, "time": 1504983888120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4504, 42.6494, 10.91]}, "bbox": [-111.4504, 42.6494, -111.4504, 42.6494]}, {"id": "5527", "type": "Feature", "properties": {"id": "nn00604425", "mag": 1.1, "time": 1504983732096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8284, 38.06, 3.2]}, "bbox": [-118.8284, 38.06, -118.8284, 38.06]}, {"id": "5528", "type": "Feature", "properties": {"id": "ak16791198", "mag": 1.7, "time": 1504983607869, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5288, 51.7278, 12.4]}, "bbox": [-178.5288, 51.7278, -178.5288, 51.7278]}, {"id": "5529", "type": "Feature", "properties": {"id": "nc72889341", "mag": 1.77, "time": 1504983196540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.881, 38.833667, 2.0]}, "bbox": [-122.881, 38.833667, -122.881, 38.833667]}, {"id": "5530", "type": "Feature", "properties": {"id": "uu60240427", "mag": 2.17, "time": 1504983086160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417167, 42.555833, 8.52]}, "bbox": [-111.417167, 42.555833, -111.417167, 42.555833]}, {"id": "5531", "type": "Feature", "properties": {"id": "us2000aizg", "mag": 4.4, "time": 1504983043410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4218, 15.787, 57.77]}, "bbox": [-94.4218, 15.787, -94.4218, 15.787]}, {"id": "5532", "type": "Feature", "properties": {"id": "hv61902716", "mag": 1.45, "time": 1504983007260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.274333, 18.915833, 7.212]}, "bbox": [-155.274333, 18.915833, -155.274333, 18.915833]}, {"id": "5533", "type": "Feature", "properties": {"id": "ak16823545", "mag": 1.7, "time": 1504982688397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1975, 53.2518, 21.4]}, "bbox": [-166.1975, 53.2518, -166.1975, 53.2518]}, {"id": "5534", "type": "Feature", "properties": {"id": "nn00604404", "mag": 2.1, "time": 1504981848383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9058, 38.3558, 8.8]}, "bbox": [-118.9058, 38.3558, -118.9058, 38.3558]}, {"id": "5535", "type": "Feature", "properties": {"id": "nc72889331", "mag": 1.22, "time": 1504981774440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.480833, 38.843833, 10.34]}, "bbox": [-122.480833, 38.843833, -122.480833, 38.843833]}, {"id": "5536", "type": "Feature", "properties": {"id": "us2000aiz4", "mag": 4.4, "time": 1504981610170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [155.7383, 49.4785, 59.88]}, "bbox": [155.7383, 49.4785, 155.7383, 49.4785]}, {"id": "5537", "type": "Feature", "properties": {"id": "ak16791190", "mag": 2.4, "time": 1504980782997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.857, 67.7643, 14.4]}, "bbox": [-152.857, 67.7643, -152.857, 67.7643]}, {"id": "5538", "type": "Feature", "properties": {"id": "ak16823543", "mag": 1.8, "time": 1504980266831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4071, 51.6082, 9.4]}, "bbox": [-178.4071, 51.6082, -178.4071, 51.6082]}, {"id": "5539", "type": "Feature", "properties": {"id": "ci37758695", "mag": 1.06, "time": 1504980028730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.307667, 34.0925, 16.16]}, "bbox": [-117.307667, 34.0925, -117.307667, 34.0925]}, {"id": "5540", "type": "Feature", "properties": {"id": "ak16791189", "mag": 1.3, "time": 1504980002277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.043, 60.3576, 52.2]}, "bbox": [-151.043, 60.3576, -151.043, 60.3576]}, {"id": "5541", "type": "Feature", "properties": {"id": "us2000aiyg", "mag": 4.4, "time": 1504979697800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.459, 15.3004, 36.6]}, "bbox": [-94.459, 15.3004, -94.459, 15.3004]}, {"id": "5542", "type": "Feature", "properties": {"id": "ak16823541", "mag": 1.5, "time": 1504978178608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8616, 58.3062, 104.2]}, "bbox": [-154.8616, 58.3062, -154.8616, 58.3062]}, {"id": "5543", "type": "Feature", "properties": {"id": "us2000aycf", "mag": 4.2, "time": 1504977766490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1719, 15.1363, 19.92]}, "bbox": [-94.1719, 15.1363, -94.1719, 15.1363]}, {"id": "5544", "type": "Feature", "properties": {"id": "nc72889311", "mag": 1.86, "time": 1504977631430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.621667, 39.523333, 4.94]}, "bbox": [-120.621667, 39.523333, -120.621667, 39.523333]}, {"id": "5545", "type": "Feature", "properties": {"id": "us2000am0a", "mag": 2.9, "time": 1504977007380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3606, 51.5729, 20.05]}, "bbox": [-178.3606, 51.5729, -178.3606, 51.5729]}, {"id": "5546", "type": "Feature", "properties": {"id": "uw61305857", "mag": 1.96, "time": 1504976913320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5835, 49.325, -0.06]}, "bbox": [-120.5835, 49.325, -120.5835, 49.325]}, {"id": "5547", "type": "Feature", "properties": {"id": "nn00604394", "mag": 1.0, "time": 1504976713972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9184, 39.4189, 9.4]}, "bbox": [-119.9184, 39.4189, -119.9184, 39.4189]}, {"id": "5548", "type": "Feature", "properties": {"id": "nn00604419", "mag": 1.0, "time": 1504976501919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9128, 38.3555, 7.9]}, "bbox": [-118.9128, 38.3555, -118.9128, 38.3555]}, {"id": "5549", "type": "Feature", "properties": {"id": "ak16823539", "mag": 1.7, "time": 1504975843554, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3563, 51.6531, 13.1]}, "bbox": [-178.3563, 51.6531, -178.3563, 51.6531]}, {"id": "5550", "type": "Feature", "properties": {"id": "uu60240367", "mag": 1.09, "time": 1504975707090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.071, 44.717, 8.3]}, "bbox": [-111.071, 44.717, -111.071, 44.717]}, {"id": "5551", "type": "Feature", "properties": {"id": "ak16790653", "mag": 3.1, "time": 1504974617088, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3417, 51.6239, 10.4]}, "bbox": [-178.3417, 51.6239, -178.3417, 51.6239]}, {"id": "5552", "type": "Feature", "properties": {"id": "ak16790654", "mag": 1.9, "time": 1504974537489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3148, 51.695, 47.7]}, "bbox": [-175.3148, 51.695, -175.3148, 51.695]}, {"id": "5553", "type": "Feature", "properties": {"id": "us2000aix7", "mag": 4.4, "time": 1504974070040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1553, 15.4199, 68.05]}, "bbox": [-94.1553, 15.4199, -94.1553, 15.4199]}, {"id": "5554", "type": "Feature", "properties": {"id": "us2000aix4", "mag": 2.7, "time": 1504973305730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.5514, 9.99]}, "bbox": [-111.4403, 42.5514, -111.4403, 42.5514]}, {"id": "5555", "type": "Feature", "properties": {"id": "ci37758639", "mag": 1.49, "time": 1504972882060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274333, 33.977333, 4.89]}, "bbox": [-116.274333, 33.977333, -116.274333, 33.977333]}, {"id": "5556", "type": "Feature", "properties": {"id": "ak16823535", "mag": 1.4, "time": 1504972779074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6619, 59.5746, 73.5]}, "bbox": [-152.6619, 59.5746, -152.6619, 59.5746]}, {"id": "5557", "type": "Feature", "properties": {"id": "ak16790651", "mag": 1.4, "time": 1504972583759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0742, 62.1419, 37.4]}, "bbox": [-148.0742, 62.1419, -148.0742, 62.1419]}, {"id": "5558", "type": "Feature", "properties": {"id": "hv61902621", "mag": 1.3, "time": 1504971779440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.013167, 19.393333, 2.338]}, "bbox": [-155.013167, 19.393333, -155.013167, 19.393333]}, {"id": "5559", "type": "Feature", "properties": {"id": "ci37758631", "mag": 1.6, "time": 1504971677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.497167, 32.741, 8.5]}, "bbox": [-115.497167, 32.741, -115.497167, 32.741]}, {"id": "5560", "type": "Feature", "properties": {"id": "ak16790130", "mag": 2.4, "time": 1504971409637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4283, 51.6859, 9.0]}, "bbox": [-178.4283, 51.6859, -178.4283, 51.6859]}, {"id": "5561", "type": "Feature", "properties": {"id": "us2000aiwm", "mag": 5.3, "time": 1504971008260, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8484, 15.8296, 39.05]}, "bbox": [-94.8484, 15.8296, -94.8484, 15.8296]}, {"id": "5562", "type": "Feature", "properties": {"id": "nc72889281", "mag": 1.07, "time": 1504970982380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944833, 37.598167, 1.8]}, "bbox": [-118.944833, 37.598167, -118.944833, 37.598167]}, {"id": "5563", "type": "Feature", "properties": {"id": "us2000aiwh", "mag": 4.8, "time": 1504970946650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5822, 15.0866, 46.84]}, "bbox": [-94.5822, 15.0866, -94.5822, 15.0866]}, {"id": "5564", "type": "Feature", "properties": {"id": "us2000aiwe", "mag": 4.6, "time": 1504970869530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9636, 15.3251, 65.27]}, "bbox": [-93.9636, 15.3251, -93.9636, 15.3251]}, {"id": "5565", "type": "Feature", "properties": {"id": "nc72889276", "mag": 1.09, "time": 1504970812160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.855667, 37.658833, 2.53]}, "bbox": [-118.855667, 37.658833, -118.855667, 37.658833]}, {"id": "5566", "type": "Feature", "properties": {"id": "ak16790123", "mag": 2.1, "time": 1504970292620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.13, 51.4897, 41.3]}, "bbox": [-177.13, 51.4897, -177.13, 51.4897]}, {"id": "5567", "type": "Feature", "properties": {"id": "ak16790120", "mag": 1.2, "time": 1504968778296, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3618, 61.0444, 0.0]}, "bbox": [-148.3618, 61.0444, -148.3618, 61.0444]}, {"id": "5568", "type": "Feature", "properties": {"id": "us2000aiw3", "mag": 4.1, "time": 1504968358930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.193, 15.2562, 35.0]}, "bbox": [-94.193, 15.2562, -94.193, 15.2562]}, {"id": "5569", "type": "Feature", "properties": {"id": "ak16789598", "mag": 2.5, "time": 1504968226307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7868, 63.1355, 123.4]}, "bbox": [-150.7868, 63.1355, -150.7868, 63.1355]}, {"id": "5570", "type": "Feature", "properties": {"id": "ak16789594", "mag": 1.9, "time": 1504968045372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7112, 60.6453, 16.4]}, "bbox": [-141.7112, 60.6453, -141.7112, 60.6453]}, {"id": "5571", "type": "Feature", "properties": {"id": "ci37758615", "mag": 1.41, "time": 1504967951280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275, 33.978333, 4.74]}, "bbox": [-116.275, 33.978333, -116.275, 33.978333]}, {"id": "5572", "type": "Feature", "properties": {"id": "ak16823526", "mag": 1.9, "time": 1504967456812, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4388, 54.8237, 32.0]}, "bbox": [-160.4388, 54.8237, -160.4388, 54.8237]}, {"id": "5573", "type": "Feature", "properties": {"id": "us2000aivy", "mag": 4.2, "time": 1504967440700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1556, 16.3217, 115.13]}, "bbox": [-94.1556, 16.3217, -94.1556, 16.3217]}, {"id": "5574", "type": "Feature", "properties": {"id": "ak16823525", "mag": 1.4, "time": 1504967368293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6252, 59.9753, 101.9]}, "bbox": [-152.6252, 59.9753, -152.6252, 59.9753]}, {"id": "5575", "type": "Feature", "properties": {"id": "ak16823524", "mag": 1.7, "time": 1504966965980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7649, 56.8018, 3.4]}, "bbox": [-154.7649, 56.8018, -154.7649, 56.8018]}, {"id": "5576", "type": "Feature", "properties": {"id": "ak16823523", "mag": 1.6, "time": 1504966219015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4826, 51.2597, 23.7]}, "bbox": [-177.4826, 51.2597, -177.4826, 51.2597]}, {"id": "5577", "type": "Feature", "properties": {"id": "nc72889256", "mag": 1.03, "time": 1504966067680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012333, 37.593667, 0.37]}, "bbox": [-119.012333, 37.593667, -119.012333, 37.593667]}, {"id": "5578", "type": "Feature", "properties": {"id": "nn00604381", "mag": 2.3, "time": 1504966020076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3553, 40.6574, 6.9]}, "bbox": [-119.3553, 40.6574, -119.3553, 40.6574]}, {"id": "5579", "type": "Feature", "properties": {"id": "ci37758607", "mag": 1.15, "time": 1504965758050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.386667, 33.320333, 5.46]}, "bbox": [-116.386667, 33.320333, -116.386667, 33.320333]}, {"id": "5580", "type": "Feature", "properties": {"id": "us2000aivs", "mag": 2.6, "time": 1504965349760, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.5704, 9.32]}, "bbox": [-111.431, 42.5704, -111.431, 42.5704]}, {"id": "5581", "type": "Feature", "properties": {"id": "mb80253559", "mag": 1.01, "time": 1504964725150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.785167, 43.612, -3.47]}, "bbox": [-110.785167, 43.612, -110.785167, 43.612]}, {"id": "5582", "type": "Feature", "properties": {"id": "ak16823520", "mag": 2.0, "time": 1504964361277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4265, 54.015, 30.3]}, "bbox": [-164.4265, 54.015, -164.4265, 54.015]}, {"id": "5583", "type": "Feature", "properties": {"id": "ak16823518", "mag": 1.4, "time": 1504963874108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.762, 82.8]}, "bbox": [-152.0471, 60.762, -152.0471, 60.762]}, {"id": "5584", "type": "Feature", "properties": {"id": "ak16789076", "mag": 1.7, "time": 1504963420635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7554, 59.5701, 80.5]}, "bbox": [-152.7554, 59.5701, -152.7554, 59.5701]}, {"id": "5585", "type": "Feature", "properties": {"id": "us2000aivg", "mag": 4.8, "time": 1504963319300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.118, 15.2555, 36.22]}, "bbox": [-94.118, 15.2555, -94.118, 15.2555]}, {"id": "5586", "type": "Feature", "properties": {"id": "us2000aiva", "mag": 4.7, "time": 1504963129400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9764, 15.3921, 63.93]}, "bbox": [-93.9764, 15.3921, -93.9764, 15.3921]}, {"id": "5587", "type": "Feature", "properties": {"id": "ak16823516", "mag": 1.1, "time": 1504962479847, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8765, 58.9325, 12.9]}, "bbox": [-155.8765, 58.9325, -155.8765, 58.9325]}, {"id": "5588", "type": "Feature", "properties": {"id": "ismpkansas70234863", "mag": 1.66, "time": 1504961953310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8555, 37.210833, 3.69]}, "bbox": [-97.8555, 37.210833, -97.8555, 37.210833]}, {"id": "5589", "type": "Feature", "properties": {"id": "us2000aiuu", "mag": 4.3, "time": 1504961286800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1507, 15.2159, 54.84]}, "bbox": [-94.1507, 15.2159, -94.1507, 15.2159]}, {"id": "5590", "type": "Feature", "properties": {"id": "nc72889151", "mag": 1.59, "time": 1504961182210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2615, 36.143, 9.79]}, "bbox": [-120.2615, 36.143, -120.2615, 36.143]}, {"id": "5591", "type": "Feature", "properties": {"id": "ak16823515", "mag": 1.3, "time": 1504960711273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5542, 59.755, 14.4]}, "bbox": [-136.5542, 59.755, -136.5542, 59.755]}, {"id": "5592", "type": "Feature", "properties": {"id": "us2000aiud", "mag": 4.5, "time": 1504959908650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2891, 15.5969, 67.38]}, "bbox": [-94.2891, 15.5969, -94.2891, 15.5969]}, {"id": "5593", "type": "Feature", "properties": {"id": "ak16823514", "mag": 2.3, "time": 1504959541727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2315, 55.4677, 18.9]}, "bbox": [-158.2315, 55.4677, -158.2315, 55.4677]}, {"id": "5594", "type": "Feature", "properties": {"id": "us2000aiu3", "mag": 3.5, "time": 1504959495530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3875, 42.5392, 5.0]}, "bbox": [-111.3875, 42.5392, -111.3875, 42.5392]}, {"id": "5595", "type": "Feature", "properties": {"id": "us2000aiu8", "mag": 4.9, "time": 1504959466540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4075, 16.1573, 92.03]}, "bbox": [-94.4075, 16.1573, -94.4075, 16.1573]}, {"id": "5596", "type": "Feature", "properties": {"id": "ak16788555", "mag": 1.8, "time": 1504958775607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5009, 59.7863, 1.7]}, "bbox": [-136.5009, 59.7863, -136.5009, 59.7863]}, {"id": "5597", "type": "Feature", "properties": {"id": "ak16823512", "mag": 1.2, "time": 1504958710011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.013, 77.0]}, "bbox": [-151.6279, 61.013, -151.6279, 61.013]}, {"id": "5598", "type": "Feature", "properties": {"id": "us2000aitr", "mag": 5.2, "time": 1504958620590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.1721, -22.4546, 222.22]}, "bbox": [-66.1721, -22.4546, -66.1721, -22.4546]}, {"id": "5599", "type": "Feature", "properties": {"id": "ci37758559", "mag": 2.17, "time": 1504958517340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871333, 36.511, 7.46]}, "bbox": [-117.871333, 36.511, -117.871333, 36.511]}, {"id": "5600", "type": "Feature", "properties": {"id": "nc72889136", "mag": 1.89, "time": 1504958245210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943333, 37.597, 2.4]}, "bbox": [-118.943333, 37.597, -118.943333, 37.597]}, {"id": "5601", "type": "Feature", "properties": {"id": "ak16788550", "mag": 1.2, "time": 1504957995087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 61.7723, 59.6]}, "bbox": [-150.7877, 61.7723, -150.7877, 61.7723]}, {"id": "5602", "type": "Feature", "properties": {"id": "us2000aita", "mag": 3.9, "time": 1504957968370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4749, 42.5793, 8.0]}, "bbox": [-111.4749, 42.5793, -111.4749, 42.5793]}, {"id": "5603", "type": "Feature", "properties": {"id": "us2000aitc", "mag": 4.9, "time": 1504957853960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4489, 15.7338, 63.09]}, "bbox": [-94.4489, 15.7338, -94.4489, 15.7338]}, {"id": "5604", "type": "Feature", "properties": {"id": "nc72889131", "mag": 1.42, "time": 1504957844330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.604833, 3.8]}, "bbox": [-118.822667, 37.604833, -118.822667, 37.604833]}, {"id": "5605", "type": "Feature", "properties": {"id": "us2000ait9", "mag": 3.1, "time": 1504957715430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.5732, 7.4]}, "bbox": [-111.4515, 42.5732, -111.4515, 42.5732]}, {"id": "5606", "type": "Feature", "properties": {"id": "us2000ait3", "mag": 3.0, "time": 1504956895100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7026, 36.641, 8.008]}, "bbox": [-97.7026, 36.641, -97.7026, 36.641]}, {"id": "5607", "type": "Feature", "properties": {"id": "us2000am03", "mag": 2.5, "time": 1504956200380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0448, 53.9738, 19.7]}, "bbox": [-163.0448, 53.9738, -163.0448, 53.9738]}, {"id": "5608", "type": "Feature", "properties": {"id": "us2000ait2", "mag": 4.0, "time": 1504956162220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.601, 15.854, 69.04]}, "bbox": [-94.601, 15.854, -94.601, 15.854]}, {"id": "5609", "type": "Feature", "properties": {"id": "us2000aisv", "mag": 2.4, "time": 1504955702120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4242, 42.579, 6.95]}, "bbox": [-111.4242, 42.579, -111.4242, 42.579]}, {"id": "5610", "type": "Feature", "properties": {"id": "us2000aisz", "mag": 4.5, "time": 1504955498600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.8292, 3.6504, 59.54]}, "bbox": [126.8292, 3.6504, 126.8292, 3.6504]}, {"id": "5611", "type": "Feature", "properties": {"id": "nc72889126", "mag": 1.04, "time": 1504955440550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.5415, 4.76]}, "bbox": [-118.832333, 37.5415, -118.832333, 37.5415]}, {"id": "5612", "type": "Feature", "properties": {"id": "ak16788046", "mag": 2.3, "time": 1504954557233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3602, 51.5792, 17.2]}, "bbox": [-178.3602, 51.5792, -178.3602, 51.5792]}, {"id": "5613", "type": "Feature", "properties": {"id": "us2000aisn", "mag": 4.2, "time": 1504953867200, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2262, -15.3425, 224.81]}, "bbox": [-70.2262, -15.3425, -70.2262, -15.3425]}, {"id": "5614", "type": "Feature", "properties": {"id": "uu60240042", "mag": 1.27, "time": 1504953324130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.006167, 44.792, 10.46]}, "bbox": [-111.006167, 44.792, -111.006167, 44.792]}, {"id": "5615", "type": "Feature", "properties": {"id": "pr2017252001", "mag": 2.09, "time": 1504953205290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2761, 18.0591, 19.0]}, "bbox": [-67.2761, 18.0591, -67.2761, 18.0591]}, {"id": "5616", "type": "Feature", "properties": {"id": "ci37758511", "mag": 1.45, "time": 1504952800930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.903, 6.17]}, "bbox": [-116.930333, 35.903, -116.930333, 35.903]}, {"id": "5617", "type": "Feature", "properties": {"id": "us2000ayba", "mag": 4.1, "time": 1504952366970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5053, 15.7495, 68.22]}, "bbox": [-94.5053, 15.7495, -94.5053, 15.7495]}, {"id": "5618", "type": "Feature", "properties": {"id": "mb80253459", "mag": 1.52, "time": 1504952233330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447, 46.021167, 0.93]}, "bbox": [-111.447, 46.021167, -111.447, 46.021167]}, {"id": "5619", "type": "Feature", "properties": {"id": "nc72889121", "mag": 1.03, "time": 1504952209100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.871, 37.554833, 4.73]}, "bbox": [-118.871, 37.554833, -118.871, 37.554833]}, {"id": "5620", "type": "Feature", "properties": {"id": "ci37758487", "mag": 1.12, "time": 1504952052150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.988, 36.408833, 5.76]}, "bbox": [-116.988, 36.408833, -116.988, 36.408833]}, {"id": "5621", "type": "Feature", "properties": {"id": "us2000ais8", "mag": 4.3, "time": 1504951965100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.9766, 44.5128, 265.04]}, "bbox": [140.9766, 44.5128, 140.9766, 44.5128]}, {"id": "5622", "type": "Feature", "properties": {"id": "nn00604410", "mag": 1.1, "time": 1504951735991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3876, 37.2486, 0.0]}, "bbox": [-115.3876, 37.2486, -115.3876, 37.2486]}, {"id": "5623", "type": "Feature", "properties": {"id": "ci37758471", "mag": 1.08, "time": 1504951652550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931667, 34.0345, 15.2]}, "bbox": [-116.931667, 34.0345, -116.931667, 34.0345]}, {"id": "5624", "type": "Feature", "properties": {"id": "ak16787530", "mag": 1.1, "time": 1504951610158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7897, 67.3419, 11.3]}, "bbox": [-149.7897, 67.3419, -149.7897, 67.3419]}, {"id": "5625", "type": "Feature", "properties": {"id": "us2000ais3", "mag": 5.4, "time": 1504951518370, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [133.9356, -4.9459, 10.0]}, "bbox": [133.9356, -4.9459, 133.9356, -4.9459]}, {"id": "5626", "type": "Feature", "properties": {"id": "us2000airu", "mag": 4.6, "time": 1504951047220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0237, -24.161, 169.64]}, "bbox": [-67.0237, -24.161, -67.0237, -24.161]}, {"id": "5627", "type": "Feature", "properties": {"id": "ak16787527", "mag": 1.5, "time": 1504950964134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1724, 62.5675, 9.9]}, "bbox": [-152.1724, 62.5675, -152.1724, 62.5675]}, {"id": "5628", "type": "Feature", "properties": {"id": "ak16787525", "mag": 1.4, "time": 1504950309819, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6065, 60.0265, 7.6]}, "bbox": [-140.6065, 60.0265, -140.6065, 60.0265]}, {"id": "5629", "type": "Feature", "properties": {"id": "us2000am01", "mag": 3.8, "time": 1504950233710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0371, 53.9395, 13.0]}, "bbox": [-163.0371, 53.9395, -163.0371, 53.9395]}, {"id": "5630", "type": "Feature", "properties": {"id": "nc72889106", "mag": 1.8, "time": 1504950063660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.642667, 38.4305, 9.02]}, "bbox": [-122.642667, 38.4305, -122.642667, 38.4305]}, {"id": "5631", "type": "Feature", "properties": {"id": "us2000ayb4", "mag": 3.9, "time": 1504949950000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1532, 14.9116, 21.58]}, "bbox": [-95.1532, 14.9116, -95.1532, 14.9116]}, {"id": "5632", "type": "Feature", "properties": {"id": "nc72889101", "mag": 1.84, "time": 1504949895770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.008833, 39.729667, 5.67]}, "bbox": [-120.008833, 39.729667, -120.008833, 39.729667]}, {"id": "5633", "type": "Feature", "properties": {"id": "ak16823500", "mag": 1.6, "time": 1504949837453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.187, 59.0211, 72.2]}, "bbox": [-153.187, 59.0211, -153.187, 59.0211]}, {"id": "5634", "type": "Feature", "properties": {"id": "ak16823499", "mag": 1.5, "time": 1504949724642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0279, 61.4535, 96.1]}, "bbox": [-152.0279, 61.4535, -152.0279, 61.4535]}, {"id": "5635", "type": "Feature", "properties": {"id": "us2000arsy", "mag": 4.1, "time": 1504949643990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.3876, -19.5742, 213.81]}, "bbox": [169.3876, -19.5742, 169.3876, -19.5742]}, {"id": "5636", "type": "Feature", "properties": {"id": "ak16787519", "mag": 1.4, "time": 1504949316312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0341, 61.6767, 50.7]}, "bbox": [-150.0341, 61.6767, -150.0341, 61.6767]}, {"id": "5637", "type": "Feature", "properties": {"id": "ak16823497", "mag": 2.2, "time": 1504949226805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3563, 55.6967, 21.9]}, "bbox": [-157.3563, 55.6967, -157.3563, 55.6967]}, {"id": "5638", "type": "Feature", "properties": {"id": "us2000airg", "mag": 2.3, "time": 1504948998980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6157, 5.99]}, "bbox": [-111.4451, 42.6157, -111.4451, 42.6157]}, {"id": "5639", "type": "Feature", "properties": {"id": "nc72889066", "mag": 0.98, "time": 1504947621670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.982833, 37.917667, 10.7]}, "bbox": [-121.982833, 37.917667, -121.982833, 37.917667]}, {"id": "5640", "type": "Feature", "properties": {"id": "ak16823496", "mag": 2.0, "time": 1504947486008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2987, 51.7726, 13.0]}, "bbox": [-173.2987, 51.7726, -173.2987, 51.7726]}, {"id": "5641", "type": "Feature", "properties": {"id": "ak16787403", "mag": 2.6, "time": 1504947413205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5944, 59.4202, 75.5]}, "bbox": [-152.5944, 59.4202, -152.5944, 59.4202]}, {"id": "5642", "type": "Feature", "properties": {"id": "us2000aiqx", "mag": 4.1, "time": 1504946674160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5388, 15.3559, 54.35]}, "bbox": [-94.5388, 15.3559, -94.5388, 15.3559]}, {"id": "5643", "type": "Feature", "properties": {"id": "ci37758415", "mag": 1.03, "time": 1504946346090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.892667, 32.718333, 8.72]}, "bbox": [-115.892667, 32.718333, -115.892667, 32.718333]}, {"id": "5644", "type": "Feature", "properties": {"id": "us2000avsk", "mag": 2.8, "time": 1504946098400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4224, 42.5665, 6.74]}, "bbox": [-111.4224, 42.5665, -111.4224, 42.5665]}, {"id": "5645", "type": "Feature", "properties": {"id": "us2000aiqt", "mag": 2.6, "time": 1504946086710, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.5806, 6.0]}, "bbox": [-111.4255, 42.5806, -111.4255, 42.5806]}, {"id": "5646", "type": "Feature", "properties": {"id": "us2000avsj", "mag": 2.7, "time": 1504945947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4298, 42.5744, 7.17]}, "bbox": [-111.4298, 42.5744, -111.4298, 42.5744]}, {"id": "5647", "type": "Feature", "properties": {"id": "us2000ampk", "mag": 3.3, "time": 1504945822720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6108, 6.88]}, "bbox": [-111.4585, 42.6108, -111.4585, 42.6108]}, {"id": "5648", "type": "Feature", "properties": {"id": "us2000al9w", "mag": 3.6, "time": 1504945687860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5592, 9.39]}, "bbox": [-111.4277, 42.5592, -111.4277, 42.5592]}, {"id": "5649", "type": "Feature", "properties": {"id": "us2000aiur", "mag": 4.0, "time": 1504945641000, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5631, 8.48]}, "bbox": [-111.4155, 42.5631, -111.4155, 42.5631]}, {"id": "5650", "type": "Feature", "properties": {"id": "ak16823493", "mag": 1.8, "time": 1504945521703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5064, 51.8445, 13.1]}, "bbox": [-178.5064, 51.8445, -178.5064, 51.8445]}, {"id": "5651", "type": "Feature", "properties": {"id": "ci37758407", "mag": 1.19, "time": 1504945503520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.470167, 34.3615, 1.96]}, "bbox": [-116.470167, 34.3615, -116.470167, 34.3615]}, {"id": "5652", "type": "Feature", "properties": {"id": "us2000akd5", "mag": 3.3, "time": 1504945430400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5799, 5.91]}, "bbox": [-111.4221, 42.5799, -111.4221, 42.5799]}, {"id": "5653", "type": "Feature", "properties": {"id": "us2000art2", "mag": 4.5, "time": 1504945418710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.5761, 18.7533, 262.64]}, "bbox": [145.5761, 18.7533, 145.5761, 18.7533]}, {"id": "5654", "type": "Feature", "properties": {"id": "us2000aiq7", "mag": 4.1, "time": 1504945384770, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4167, 42.5619, 7.19]}, "bbox": [-111.4167, 42.5619, -111.4167, 42.5619]}, {"id": "5655", "type": "Feature", "properties": {"id": "us2000aiql", "mag": 4.5, "time": 1504945169540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.0828, -6.9776, 133.54]}, "bbox": [130.0828, -6.9776, 130.0828, -6.9776]}, {"id": "5656", "type": "Feature", "properties": {"id": "us2000aiq2", "mag": 3.3, "time": 1504944298530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5842, 7.06]}, "bbox": [-111.427, 42.5842, -111.427, 42.5842]}, {"id": "5657", "type": "Feature", "properties": {"id": "us2000aipz", "mag": 4.8, "time": 1504944096330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0129, 15.2713, 53.97]}, "bbox": [-94.0129, 15.2713, -94.0129, 15.2713]}, {"id": "5658", "type": "Feature", "properties": {"id": "us2000arsw", "mag": 4.7, "time": 1504943699570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.2724, -59.2757, 10.0]}, "bbox": [-25.2724, -59.2757, -25.2724, -59.2757]}, {"id": "5659", "type": "Feature", "properties": {"id": "hv61902241", "mag": 1.62, "time": 1504943455500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2485, 19.386833, 31.012]}, "bbox": [-155.2485, 19.386833, -155.2485, 19.386833]}, {"id": "5660", "type": "Feature", "properties": {"id": "us2000aj4h", "mag": 2.6, "time": 1504943362330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4304, 42.5789, 7.2]}, "bbox": [-111.4304, 42.5789, -111.4304, 42.5789]}, {"id": "5661", "type": "Feature", "properties": {"id": "us2000aipn", "mag": 4.2, "time": 1504943316560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.9524, 38.8091, 10.0]}, "bbox": [74.9524, 38.8091, 74.9524, 38.8091]}, {"id": "5662", "type": "Feature", "properties": {"id": "us2000aipm", "mag": 2.3, "time": 1504943304230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4353, 42.5792, 9.03]}, "bbox": [-111.4353, 42.5792, -111.4353, 42.5792]}, {"id": "5663", "type": "Feature", "properties": {"id": "us2000aipl", "mag": 2.8, "time": 1504942989430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5726, 8.45]}, "bbox": [-111.4364, 42.5726, -111.4364, 42.5726]}, {"id": "5664", "type": "Feature", "properties": {"id": "us2000art3", "mag": 4.7, "time": 1504942625890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.7566, 13.8193, 16.98]}, "bbox": [146.7566, 13.8193, 146.7566, 13.8193]}, {"id": "5665", "type": "Feature", "properties": {"id": "ak16823489", "mag": 2.2, "time": 1504941981540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6119, 68.4897, 9.7]}, "bbox": [-146.6119, 68.4897, -146.6119, 68.4897]}, {"id": "5666", "type": "Feature", "properties": {"id": "ak16786898", "mag": 2.3, "time": 1504941973751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6435, 68.4109, 0.0]}, "bbox": [-146.6435, 68.4109, -146.6435, 68.4109]}, {"id": "5667", "type": "Feature", "properties": {"id": "us2000aipa", "mag": 4.1, "time": 1504940445840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7031, 15.6436, 38.39]}, "bbox": [-94.7031, 15.6436, -94.7031, 15.6436]}, {"id": "5668", "type": "Feature", "properties": {"id": "ak16786512", "mag": 1.4, "time": 1504940146158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6116, 61.8175, 55.8]}, "bbox": [-150.6116, 61.8175, -150.6116, 61.8175]}, {"id": "5669", "type": "Feature", "properties": {"id": "ci37758383", "mag": 1.42, "time": 1504940130810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.027333, 34.440333, 12.46]}, "bbox": [-119.027333, 34.440333, -119.027333, 34.440333]}, {"id": "5670", "type": "Feature", "properties": {"id": "uw61305607", "mag": 1.15, "time": 1504939688980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4665, 48.458667, 29.09]}, "bbox": [-123.4665, 48.458667, -123.4665, 48.458667]}, {"id": "5671", "type": "Feature", "properties": {"id": "nn00604353", "mag": 1.1, "time": 1504939522222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9216, 38.3812, 6.9]}, "bbox": [-118.9216, 38.3812, -118.9216, 38.3812]}, {"id": "5672", "type": "Feature", "properties": {"id": "us2000ayad", "mag": 4.2, "time": 1504939027620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4368, 15.1947, 59.18]}, "bbox": [-94.4368, 15.1947, -94.4368, 15.1947]}, {"id": "5673", "type": "Feature", "properties": {"id": "ak16823487", "mag": 1.3, "time": 1504938992964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2717, 59.963, 19.9]}, "bbox": [-148.2717, 59.963, -148.2717, 59.963]}, {"id": "5674", "type": "Feature", "properties": {"id": "ak16786506", "mag": 2.6, "time": 1504938975370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5829, 68.5268, 13.9]}, "bbox": [-146.5829, 68.5268, -146.5829, 68.5268]}, {"id": "5675", "type": "Feature", "properties": {"id": "ci37758359", "mag": 1.28, "time": 1504938780620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4375, 32.7105, 7.58]}, "bbox": [-115.4375, 32.7105, -115.4375, 32.7105]}, {"id": "5676", "type": "Feature", "properties": {"id": "us2000ayac", "mag": 4.2, "time": 1504938734260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6092, 15.0415, 60.74]}, "bbox": [-94.6092, 15.0415, -94.6092, 15.0415]}, {"id": "5677", "type": "Feature", "properties": {"id": "us2000aip9", "mag": 4.8, "time": 1504938495700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9169, 15.1747, 62.25]}, "bbox": [-93.9169, 15.1747, -93.9169, 15.1747]}, {"id": "5678", "type": "Feature", "properties": {"id": "us2000aing", "mag": 5.0, "time": 1504938263510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7579, 15.8771, 50.37]}, "bbox": [-94.7579, 15.8771, -94.7579, 15.8771]}, {"id": "5679", "type": "Feature", "properties": {"id": "nc72889046", "mag": 1.74, "time": 1504938239010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.951833, 36.388167, 3.8]}, "bbox": [-120.951833, 36.388167, -120.951833, 36.388167]}, {"id": "5680", "type": "Feature", "properties": {"id": "ci37758351", "mag": 1.69, "time": 1504938189230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.433333, 32.708, 11.7]}, "bbox": [-115.433333, 32.708, -115.433333, 32.708]}, {"id": "5681", "type": "Feature", "properties": {"id": "ci37758343", "mag": 2.17, "time": 1504938036110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.650333, 32.557, 11.77]}, "bbox": [-115.650333, 32.557, -115.650333, 32.557]}, {"id": "5682", "type": "Feature", "properties": {"id": "us2000arsu", "mag": 4.2, "time": 1504937955720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.536, 15.7206, 33.37]}, "bbox": [-94.536, 15.7206, -94.536, 15.7206]}, {"id": "5683", "type": "Feature", "properties": {"id": "us2000aya9", "mag": 4.1, "time": 1504937750680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.6186, 49.66]}, "bbox": [-94.4987, 15.6186, -94.4987, 15.6186]}, {"id": "5684", "type": "Feature", "properties": {"id": "us2000ain2", "mag": 4.5, "time": 1504937531380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.4532, 53.46]}, "bbox": [-94.2803, 15.4532, -94.2803, 15.4532]}, {"id": "5685", "type": "Feature", "properties": {"id": "mb80253349", "mag": 1.16, "time": 1504937527100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.891167, 14.63]}, "bbox": [-112.5255, 46.891167, -112.5255, 46.891167]}, {"id": "5686", "type": "Feature", "properties": {"id": "us2000aimz", "mag": 4.9, "time": 1504936574470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7043, -59.8211, 10.0]}, "bbox": [-25.7043, -59.8211, -25.7043, -59.8211]}, {"id": "5687", "type": "Feature", "properties": {"id": "us2000aya4", "mag": 4.1, "time": 1504936122970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4429, 15.8428, 39.5]}, "bbox": [-94.4429, 15.8428, -94.4429, 15.8428]}, {"id": "5688", "type": "Feature", "properties": {"id": "ak16823484", "mag": 1.2, "time": 1504936114606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7939, 63.1602, 125.5]}, "bbox": [-150.7939, 63.1602, -150.7939, 63.1602]}, {"id": "5689", "type": "Feature", "properties": {"id": "ak16786077", "mag": 1.2, "time": 1504935774238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9696, 65.5175, 9.8]}, "bbox": [-149.9696, 65.5175, -149.9696, 65.5175]}, {"id": "5690", "type": "Feature", "properties": {"id": "nn00604400", "mag": 1.2, "time": 1504935386919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5673, 40.9452, 13.7]}, "bbox": [-116.5673, 40.9452, -116.5673, 40.9452]}, {"id": "5691", "type": "Feature", "properties": {"id": "us2000alzw", "mag": 3.4, "time": 1504935359040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4837, 52.2353, 39.0]}, "bbox": [-170.4837, 52.2353, -170.4837, 52.2353]}, {"id": "5692", "type": "Feature", "properties": {"id": "ak16786013", "mag": 1.4, "time": 1504934755508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2112, 59.8068, 77.5]}, "bbox": [-152.2112, 59.8068, -152.2112, 59.8068]}, {"id": "5693", "type": "Feature", "properties": {"id": "us2000aimb", "mag": 4.7, "time": 1504934538770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7033, 15.6728, 51.46]}, "bbox": [-94.7033, 15.6728, -94.7033, 15.6728]}, {"id": "5694", "type": "Feature", "properties": {"id": "us2000arum", "mag": 4.3, "time": 1504934315700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6748, 15.2159, 35.55]}, "bbox": [-94.6748, 15.2159, -94.6748, 15.2159]}, {"id": "5695", "type": "Feature", "properties": {"id": "us2000aim7", "mag": 4.0, "time": 1504934242180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7794, 15.3776, 67.05]}, "bbox": [-93.7794, 15.3776, -93.7794, 15.3776]}, {"id": "5696", "type": "Feature", "properties": {"id": "us2000aim0", "mag": 4.3, "time": 1504933783810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0338, 15.1325, 37.84]}, "bbox": [-94.0338, 15.1325, -94.0338, 15.1325]}, {"id": "5697", "type": "Feature", "properties": {"id": "us2000ay9t", "mag": 4.3, "time": 1504933351910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8516, 15.6769, 64.29]}, "bbox": [-94.8516, 15.6769, -94.8516, 15.6769]}, {"id": "5698", "type": "Feature", "properties": {"id": "ak16785716", "mag": 1.3, "time": 1504933227428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6303, 68.5196, 9.9]}, "bbox": [-146.6303, 68.5196, -146.6303, 68.5196]}, {"id": "5699", "type": "Feature", "properties": {"id": "ak16823479", "mag": 1.4, "time": 1504933167331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3862, 58.1118, 65.6]}, "bbox": [-153.3862, 58.1118, -153.3862, 58.1118]}, {"id": "5700", "type": "Feature", "properties": {"id": "ak16823478", "mag": 1.9, "time": 1504932908497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2638, 51.342, 32.1]}, "bbox": [-178.2638, 51.342, -178.2638, 51.342]}, {"id": "5701", "type": "Feature", "properties": {"id": "us2000ailq", "mag": 5.5, "time": 1504932892100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0613, 15.0808, 29.0]}, "bbox": [-94.0613, 15.0808, -94.0613, 15.0808]}, {"id": "5702", "type": "Feature", "properties": {"id": "us2000ailp", "mag": 4.5, "time": 1504932819610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.1423, -8.6068, 144.45]}, "bbox": [119.1423, -8.6068, 119.1423, -8.6068]}, {"id": "5703", "type": "Feature", "properties": {"id": "ak16785656", "mag": 1.7, "time": 1504932712383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.238, 65.7544, 14.1]}, "bbox": [-155.238, 65.7544, -155.238, 65.7544]}, {"id": "5704", "type": "Feature", "properties": {"id": "nc72889011", "mag": 1.03, "time": 1504932679700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.051167, 36.471667, 6.53]}, "bbox": [-121.051167, 36.471667, -121.051167, 36.471667]}, {"id": "5705", "type": "Feature", "properties": {"id": "us2000ailm", "mag": 2.9, "time": 1504932636140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9441, 58.6028, 4.9]}, "bbox": [-136.9441, 58.6028, -136.9441, 58.6028]}, {"id": "5706", "type": "Feature", "properties": {"id": "us2000ay9s", "mag": 4.1, "time": 1504932576140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6151, 15.175, 41.76]}, "bbox": [-94.6151, 15.175, -94.6151, 15.175]}, {"id": "5707", "type": "Feature", "properties": {"id": "us2000ailg", "mag": 2.7, "time": 1504932451000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5107, 36.2919, 8.117]}, "bbox": [-97.5107, 36.2919, -97.5107, 36.2919]}, {"id": "5708", "type": "Feature", "properties": {"id": "mb80253329", "mag": 1.19, "time": 1504932343290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.862667, 11.76]}, "bbox": [-112.527833, 46.862667, -112.527833, 46.862667]}, {"id": "5709", "type": "Feature", "properties": {"id": "ci37758279", "mag": 1.67, "time": 1504932048030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.507167, 33.653, 1.9]}, "bbox": [-118.507167, 33.653, -118.507167, 33.653]}, {"id": "5710", "type": "Feature", "properties": {"id": "ak16823475", "mag": 1.1, "time": 1504931942522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2765, 60.0722, 83.8]}, "bbox": [-152.2765, 60.0722, -152.2765, 60.0722]}, {"id": "5711", "type": "Feature", "properties": {"id": "us2000aila", "mag": 4.2, "time": 1504931645090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4593, 15.3365, 41.87]}, "bbox": [-94.4593, 15.3365, -94.4593, 15.3365]}, {"id": "5712", "type": "Feature", "properties": {"id": "ci37758271", "mag": 1.52, "time": 1504931420370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8695, 34.238, 8.73]}, "bbox": [-116.8695, 34.238, -116.8695, 34.238]}, {"id": "5713", "type": "Feature", "properties": {"id": "ak16785521", "mag": 1.4, "time": 1504931241910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.646, 68.5258, 6.2]}, "bbox": [-146.646, 68.5258, -146.646, 68.5258]}, {"id": "5714", "type": "Feature", "properties": {"id": "ak16785582", "mag": 1.0, "time": 1504931175076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1393, 61.7136, 2.3]}, "bbox": [-154.1393, 61.7136, -154.1393, 61.7136]}, {"id": "5715", "type": "Feature", "properties": {"id": "us2000ail5", "mag": 4.7, "time": 1504930943390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4341, 15.1257, 27.87]}, "bbox": [-94.4341, 15.1257, -94.4341, 15.1257]}, {"id": "5716", "type": "Feature", "properties": {"id": "ak16785423", "mag": 1.8, "time": 1504930589594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6499, 68.5284, 16.7]}, "bbox": [-146.6499, 68.5284, -146.6499, 68.5284]}, {"id": "5717", "type": "Feature", "properties": {"id": "ak16785419", "mag": 2.0, "time": 1504930533977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1907, 61.6985, 2.3]}, "bbox": [-154.1907, 61.6985, -154.1907, 61.6985]}, {"id": "5718", "type": "Feature", "properties": {"id": "nm60179177", "mag": 3.06, "time": 1504930529110, "felt": 135.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.913, 38.425, 11.76]}, "bbox": [-87.913, 38.425, -87.913, 38.425]}, {"id": "5719", "type": "Feature", "properties": {"id": "mb80253319", "mag": 1.63, "time": 1504930497770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.491667, 46.891833, 11.66]}, "bbox": [-112.491667, 46.891833, -112.491667, 46.891833]}, {"id": "5720", "type": "Feature", "properties": {"id": "us2000ay9p", "mag": 4.1, "time": 1504930486630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9352, 15.3169, 41.53]}, "bbox": [-94.9352, 15.3169, -94.9352, 15.3169]}, {"id": "5721", "type": "Feature", "properties": {"id": "us2000ay9n", "mag": 3.7, "time": 1504930165360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5559, 15.8989, 56.13]}, "bbox": [-94.5559, 15.8989, -94.5559, 15.8989]}, {"id": "5722", "type": "Feature", "properties": {"id": "ak16785231", "mag": 2.5, "time": 1504929910494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6125, 68.5273, 8.3]}, "bbox": [-146.6125, 68.5273, -146.6125, 68.5273]}, {"id": "5723", "type": "Feature", "properties": {"id": "ak16785228", "mag": 2.4, "time": 1504929817958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6164, 68.5069, 15.1]}, "bbox": [-146.6164, 68.5069, -146.6164, 68.5069]}, {"id": "5724", "type": "Feature", "properties": {"id": "us2000ail9", "mag": 4.2, "time": 1504929739110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2125, 15.079, 10.0]}, "bbox": [-94.2125, 15.079, -94.2125, 15.079]}, {"id": "5725", "type": "Feature", "properties": {"id": "us2000alzs", "mag": 2.7, "time": 1504929498060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2368, 51.9836, 19.57]}, "bbox": [-169.2368, 51.9836, -169.2368, 51.9836]}, {"id": "5726", "type": "Feature", "properties": {"id": "ak16823467", "mag": 1.5, "time": 1504929296944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2744, 61.3017, 122.1]}, "bbox": [-152.2744, 61.3017, -152.2744, 61.3017]}, {"id": "5727", "type": "Feature", "properties": {"id": "us2000ay9h", "mag": 3.8, "time": 1504928398040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0181, 16.0961, 38.88]}, "bbox": [-95.0181, 16.0961, -95.0181, 16.0961]}, {"id": "5728", "type": "Feature", "properties": {"id": "pr2017252000", "mag": 3.08, "time": 1504928197450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.4461, 18.7428, 10.0]}, "bbox": [-67.4461, 18.7428, -67.4461, 18.7428]}, {"id": "5729", "type": "Feature", "properties": {"id": "us2000ay9g", "mag": 4.1, "time": 1504927088180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4711, 15.1531, 65.5]}, "bbox": [-94.4711, 15.1531, -94.4711, 15.1531]}, {"id": "5730", "type": "Feature", "properties": {"id": "ak16784944", "mag": 1.8, "time": 1504927005991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3303, 60.1916, 78.0]}, "bbox": [-152.3303, 60.1916, -152.3303, 60.1916]}, {"id": "5731", "type": "Feature", "properties": {"id": "ak16784941", "mag": 2.3, "time": 1504926969938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6189, 68.5221, 13.6]}, "bbox": [-146.6189, 68.5221, -146.6189, 68.5221]}, {"id": "5732", "type": "Feature", "properties": {"id": "ak16784938", "mag": 2.1, "time": 1504926585070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6431, 68.5555, 3.3]}, "bbox": [-146.6431, 68.5555, -146.6431, 68.5555]}, {"id": "5733", "type": "Feature", "properties": {"id": "us2000aijy", "mag": 4.9, "time": 1504926495850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3472, 15.9092, 62.55]}, "bbox": [-94.3472, 15.9092, -94.3472, 15.9092]}, {"id": "5734", "type": "Feature", "properties": {"id": "us2000ay9f", "mag": 4.0, "time": 1504926311940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.338, 15.4947, 53.82]}, "bbox": [-94.338, 15.4947, -94.338, 15.4947]}, {"id": "5735", "type": "Feature", "properties": {"id": "ak16784757", "mag": 1.4, "time": 1504926151958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5619, 63.1355, 67.4]}, "bbox": [-148.5619, 63.1355, -148.5619, 63.1355]}, {"id": "5736", "type": "Feature", "properties": {"id": "us2000ay9d", "mag": 4.0, "time": 1504926060810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.644, 15.4622, 58.54]}, "bbox": [-94.644, 15.4622, -94.644, 15.4622]}, {"id": "5737", "type": "Feature", "properties": {"id": "us2000ay9b", "mag": 4.0, "time": 1504925827780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0747, 15.195, 43.36]}, "bbox": [-94.0747, 15.195, -94.0747, 15.195]}, {"id": "5738", "type": "Feature", "properties": {"id": "us2000aj03", "mag": 2.7, "time": 1504925336910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.2524, 54.0919, 10.0]}, "bbox": [-163.2524, 54.0919, -163.2524, 54.0919]}, {"id": "5739", "type": "Feature", "properties": {"id": "us2000aijm", "mag": 4.5, "time": 1504925090110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2748, -24.2322, 205.92]}, "bbox": [-67.2748, -24.2322, -67.2748, -24.2322]}, {"id": "5740", "type": "Feature", "properties": {"id": "us2000aijl", "mag": 5.1, "time": 1504925024150, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7923, 15.6429, 57.68]}, "bbox": [-94.7923, 15.6429, -94.7923, 15.6429]}, {"id": "5741", "type": "Feature", "properties": {"id": "ak16784618", "mag": 2.6, "time": 1504924922956, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6215, 68.5087, 13.6]}, "bbox": [-146.6215, 68.5087, -146.6215, 68.5087]}, {"id": "5742", "type": "Feature", "properties": {"id": "us2000aij6", "mag": 4.9, "time": 1504924325880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.0759, 19.62]}, "bbox": [-94.2803, 15.0759, -94.2803, 15.0759]}, {"id": "5743", "type": "Feature", "properties": {"id": "ak16823460", "mag": 1.6, "time": 1504924009517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6908, 68.536, 4.0]}, "bbox": [-146.6908, 68.536, -146.6908, 68.536]}, {"id": "5744", "type": "Feature", "properties": {"id": "ak16823459", "mag": 1.6, "time": 1504923856019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 59.9206, 119.8]}, "bbox": [-153.1588, 59.9206, -153.1588, 59.9206]}, {"id": "5745", "type": "Feature", "properties": {"id": "ci37758231", "mag": 1.09, "time": 1504923480190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.197667, 33.036667, 6.54]}, "bbox": [-116.197667, 33.036667, -116.197667, 33.036667]}, {"id": "5746", "type": "Feature", "properties": {"id": "ak16823458", "mag": 1.2, "time": 1504923376066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8869, 60.0725, 77.8]}, "bbox": [-151.8869, 60.0725, -151.8869, 60.0725]}, {"id": "5747", "type": "Feature", "properties": {"id": "ak16784466", "mag": 1.3, "time": 1504922976851, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9394, 63.4575, 10.2]}, "bbox": [-148.9394, 63.4575, -148.9394, 63.4575]}, {"id": "5748", "type": "Feature", "properties": {"id": "ci37758223", "mag": 1.64, "time": 1504922815610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.095167, 35.773167, 10.47]}, "bbox": [-118.095167, 35.773167, -118.095167, 35.773167]}, {"id": "5749", "type": "Feature", "properties": {"id": "uw61305517", "mag": 1.22, "time": 1504922472730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.234, 46.341167, 11.49]}, "bbox": [-122.234, 46.341167, -122.234, 46.341167]}, {"id": "5750", "type": "Feature", "properties": {"id": "ci37758207", "mag": 0.96, "time": 1504922375210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.896833, 5.72]}, "bbox": [-116.930333, 35.896833, -116.930333, 35.896833]}, {"id": "5751", "type": "Feature", "properties": {"id": "ak16823455", "mag": 1.1, "time": 1504921668573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5605, 58.7828, 14.7]}, "bbox": [-153.5605, 58.7828, -153.5605, 58.7828]}, {"id": "5752", "type": "Feature", "properties": {"id": "ak16784171", "mag": 1.5, "time": 1504921324109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7065, 68.5298, 8.6]}, "bbox": [-146.7065, 68.5298, -146.7065, 68.5298]}, {"id": "5753", "type": "Feature", "properties": {"id": "us2000ay97", "mag": 4.2, "time": 1504921245860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8933, 15.7086, 79.65]}, "bbox": [-93.8933, 15.7086, -93.8933, 15.7086]}, {"id": "5754", "type": "Feature", "properties": {"id": "us2000ay95", "mag": 4.0, "time": 1504920659630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5492, 15.7942, 35.56]}, "bbox": [-94.5492, 15.7942, -94.5492, 15.7942]}, {"id": "5755", "type": "Feature", "properties": {"id": "ak16784114", "mag": 1.2, "time": 1504920524598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8278, 67.3421, 14.8]}, "bbox": [-149.8278, 67.3421, -149.8278, 67.3421]}, {"id": "5756", "type": "Feature", "properties": {"id": "ak16823452", "mag": 1.3, "time": 1504919998366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.593, 58.7481, 11.2]}, "bbox": [-153.593, 58.7481, -153.593, 58.7481]}, {"id": "5757", "type": "Feature", "properties": {"id": "us2000arv3", "mag": 4.3, "time": 1504919742200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4369, 7.7941, 13.81]}, "bbox": [-82.4369, 7.7941, -82.4369, 7.7941]}, {"id": "5758", "type": "Feature", "properties": {"id": "us2000aiic", "mag": 4.1, "time": 1504919644420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.098, 15.37, 28.41]}, "bbox": [-94.098, 15.37, -94.098, 15.37]}, {"id": "5759", "type": "Feature", "properties": {"id": "nc72888926", "mag": 1.51, "time": 1504919499600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797167, 38.8195, 2.74]}, "bbox": [-122.797167, 38.8195, -122.797167, 38.8195]}, {"id": "5760", "type": "Feature", "properties": {"id": "hv61901901", "mag": 2.49, "time": 1504919482270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.300507, 19.404333, 13.76]}, "bbox": [-155.300507, 19.404333, -155.300507, 19.404333]}, {"id": "5761", "type": "Feature", "properties": {"id": "us2000ay91", "mag": 4.1, "time": 1504919175710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5371, 15.6773, 67.69]}, "bbox": [-93.5371, 15.6773, -93.5371, 15.6773]}, {"id": "5762", "type": "Feature", "properties": {"id": "us2000ay90", "mag": 3.9, "time": 1504918842770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4561, 15.2969, 47.01]}, "bbox": [-94.4561, 15.2969, -94.4561, 15.2969]}, {"id": "5763", "type": "Feature", "properties": {"id": "nc72888921", "mag": 1.43, "time": 1504918334270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.63, 40.262167, 3.32]}, "bbox": [-121.63, 40.262167, -121.63, 40.262167]}, {"id": "5764", "type": "Feature", "properties": {"id": "us2000aiht", "mag": 4.4, "time": 1504918076900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5874, 15.6439, 12.93]}, "bbox": [-94.5874, 15.6439, -94.5874, 15.6439]}, {"id": "5765", "type": "Feature", "properties": {"id": "ak16783729", "mag": 1.5, "time": 1504917773363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7901, 64.8033, 13.5]}, "bbox": [-147.7901, 64.8033, -147.7901, 64.8033]}, {"id": "5766", "type": "Feature", "properties": {"id": "ak16823450", "mag": 1.8, "time": 1504917198075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1288, 53.4202, 28.2]}, "bbox": [-165.1288, 53.4202, -165.1288, 53.4202]}, {"id": "5767", "type": "Feature", "properties": {"id": "uu60239577", "mag": 1.64, "time": 1504917186550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438333, 42.574167, 3.5]}, "bbox": [-111.438333, 42.574167, -111.438333, 42.574167]}, {"id": "5768", "type": "Feature", "properties": {"id": "ak16823449", "mag": 1.6, "time": 1504917085381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.671, 59.1673, 61.6]}, "bbox": [-151.671, 59.1673, -151.671, 59.1673]}, {"id": "5769", "type": "Feature", "properties": {"id": "us2000aihy", "mag": 4.1, "time": 1504916600330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3911, 16.0661, 39.18]}, "bbox": [-94.3911, 16.0661, -94.3911, 16.0661]}, {"id": "5770", "type": "Feature", "properties": {"id": "us2000aih9", "mag": 2.8, "time": 1504916318430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4281, 42.5718, 5.53]}, "bbox": [-111.4281, 42.5718, -111.4281, 42.5718]}, {"id": "5771", "type": "Feature", "properties": {"id": "us2000aih8", "mag": 2.5, "time": 1504916278870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4338, 42.5822, 5.38]}, "bbox": [-111.4338, 42.5822, -111.4338, 42.5822]}, {"id": "5772", "type": "Feature", "properties": {"id": "ak16783588", "mag": 1.6, "time": 1504916071368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3277, 59.285, 86.0]}, "bbox": [-153.3277, 59.285, -153.3277, 59.285]}, {"id": "5773", "type": "Feature", "properties": {"id": "ak16783586", "mag": 1.1, "time": 1504915994737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.056, 67.2634, 8.1]}, "bbox": [-149.056, 67.2634, -149.056, 67.2634]}, {"id": "5774", "type": "Feature", "properties": {"id": "ak16823446", "mag": 2.1, "time": 1504915956900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.713, 53.9765, 25.6]}, "bbox": [-163.713, 53.9765, -163.713, 53.9765]}, {"id": "5775", "type": "Feature", "properties": {"id": "ci37758159", "mag": 1.56, "time": 1504915633570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2745, 33.978, 4.17]}, "bbox": [-116.2745, 33.978, -116.2745, 33.978]}, {"id": "5776", "type": "Feature", "properties": {"id": "us2000arsl", "mag": 4.3, "time": 1504915283460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6805, 16.8287, 106.0]}, "bbox": [-94.6805, 16.8287, -94.6805, 16.8287]}, {"id": "5777", "type": "Feature", "properties": {"id": "ak16823445", "mag": 1.2, "time": 1504915279966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6323, 59.8055, 11.1]}, "bbox": [-136.6323, 59.8055, -136.6323, 59.8055]}, {"id": "5778", "type": "Feature", "properties": {"id": "ak16783409", "mag": 1.6, "time": 1504915272065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.43, 61.3236, 75.8]}, "bbox": [-151.43, 61.3236, -151.43, 61.3236]}, {"id": "5779", "type": "Feature", "properties": {"id": "ci37164028", "mag": 1.71, "time": 1504915194240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.598333, 33.300667, 5.25]}, "bbox": [-115.598333, 33.300667, -115.598333, 33.300667]}, {"id": "5780", "type": "Feature", "properties": {"id": "ci37758151", "mag": 2.09, "time": 1504915192060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.24, 32.322667, 6.67]}, "bbox": [-115.24, 32.322667, -115.24, 32.322667]}, {"id": "5781", "type": "Feature", "properties": {"id": "ak16783408", "mag": 1.6, "time": 1504915154515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3632, 60.1661, 90.3]}, "bbox": [-152.3632, 60.1661, -152.3632, 60.1661]}, {"id": "5782", "type": "Feature", "properties": {"id": "hv61901846", "mag": 1.94, "time": 1504914308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.314, 18.895833, 12.72]}, "bbox": [-155.314, 18.895833, -155.314, 18.895833]}, {"id": "5783", "type": "Feature", "properties": {"id": "nc72888886", "mag": 1.0, "time": 1504914139040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.003833, 37.588667, 1.64]}, "bbox": [-119.003833, 37.588667, -119.003833, 37.588667]}, {"id": "5784", "type": "Feature", "properties": {"id": "ak16783243", "mag": 1.1, "time": 1504913564223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2504, 62.3109, 15.1]}, "bbox": [-150.2504, 62.3109, -150.2504, 62.3109]}, {"id": "5785", "type": "Feature", "properties": {"id": "ak16821920", "mag": 1.3, "time": 1504913498285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1821, 58.2348, 101.9]}, "bbox": [-155.1821, 58.2348, -155.1821, 58.2348]}, {"id": "5786", "type": "Feature", "properties": {"id": "ak16821919", "mag": 1.4, "time": 1504913414028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.5722, 86.3]}, "bbox": [-152.1655, 60.5722, -152.1655, 60.5722]}, {"id": "5787", "type": "Feature", "properties": {"id": "ak16821918", "mag": 1.1, "time": 1504913077516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.597, 58.7696, 12.5]}, "bbox": [-153.597, 58.7696, -153.597, 58.7696]}, {"id": "5788", "type": "Feature", "properties": {"id": "us2000aigc", "mag": 4.1, "time": 1504912952040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1585, 15.0785, 47.75]}, "bbox": [-94.1585, 15.0785, -94.1585, 15.0785]}, {"id": "5789", "type": "Feature", "properties": {"id": "uu60239522", "mag": 1.86, "time": 1504912091450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.557333, 7.29]}, "bbox": [-111.417833, 42.557333, -111.417833, 42.557333]}, {"id": "5790", "type": "Feature", "properties": {"id": "us2000aifs", "mag": 4.4, "time": 1504911443790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.6815, 44.316, 35.0]}, "bbox": [82.6815, 44.316, 82.6815, 44.316]}, {"id": "5791", "type": "Feature", "properties": {"id": "ak16782938", "mag": 1.1, "time": 1504911183072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3769, 64.9856, 0.0]}, "bbox": [-147.3769, 64.9856, -147.3769, 64.9856]}, {"id": "5792", "type": "Feature", "properties": {"id": "ak16782937", "mag": 1.1, "time": 1504910876129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7587, 61.2722, 29.5]}, "bbox": [-146.7587, 61.2722, -146.7587, 61.2722]}, {"id": "5793", "type": "Feature", "properties": {"id": "ak16782871", "mag": 1.5, "time": 1504910569120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4893, 60.1552, 7.8]}, "bbox": [-139.4893, 60.1552, -139.4893, 60.1552]}, {"id": "5794", "type": "Feature", "properties": {"id": "ak16782868", "mag": 1.4, "time": 1504910467245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7194, 62.6908, 57.2]}, "bbox": [-148.7194, 62.6908, -148.7194, 62.6908]}, {"id": "5795", "type": "Feature", "properties": {"id": "ak16821913", "mag": 1.7, "time": 1504910258777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0231, 58.2214, 149.2]}, "bbox": [-156.0231, 58.2214, -156.0231, 58.2214]}, {"id": "5796", "type": "Feature", "properties": {"id": "nc72888801", "mag": 1.9, "time": 1504909953040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8175, 37.486333, -0.46]}, "bbox": [-121.8175, 37.486333, -121.8175, 37.486333]}, {"id": "5797", "type": "Feature", "properties": {"id": "us2000aif7", "mag": 2.5, "time": 1504909902600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5076, 36.2848, 8.171]}, "bbox": [-97.5076, 36.2848, -97.5076, 36.2848]}, {"id": "5798", "type": "Feature", "properties": {"id": "us2000aif4", "mag": 4.8, "time": 1504909723200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8865, 15.3302, 30.08]}, "bbox": [-93.8865, 15.3302, -93.8865, 15.3302]}, {"id": "5799", "type": "Feature", "properties": {"id": "ak16821912", "mag": 1.1, "time": 1504909705310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3127, 62.4824, 115.8]}, "bbox": [-152.3127, 62.4824, -152.3127, 62.4824]}, {"id": "5800", "type": "Feature", "properties": {"id": "us2000aif0", "mag": 3.0, "time": 1504909701800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5069, 36.2872, 6.887]}, "bbox": [-97.5069, 36.2872, -97.5069, 36.2872]}, {"id": "5801", "type": "Feature", "properties": {"id": "mb80253249", "mag": 1.02, "time": 1504909626120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.500333, 46.870333, 14.95]}, "bbox": [-112.500333, 46.870333, -112.500333, 46.870333]}, {"id": "5802", "type": "Feature", "properties": {"id": "nc72888791", "mag": 1.37, "time": 1504909453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.04, 37.6285, -2.07]}, "bbox": [-119.04, 37.6285, -119.04, 37.6285]}, {"id": "5803", "type": "Feature", "properties": {"id": "us2000aier", "mag": 4.4, "time": 1504908895340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0113, 15.4861, 55.1]}, "bbox": [-94.0113, 15.4861, -94.0113, 15.4861]}, {"id": "5804", "type": "Feature", "properties": {"id": "ak16821911", "mag": 1.3, "time": 1504908516343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8637, 60.6448, 52.5]}, "bbox": [-150.8637, 60.6448, -150.8637, 60.6448]}, {"id": "5805", "type": "Feature", "properties": {"id": "ci37758063", "mag": 1.18, "time": 1504908189370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.201167, 33.035167, 5.64]}, "bbox": [-116.201167, 33.035167, -116.201167, 33.035167]}, {"id": "5806", "type": "Feature", "properties": {"id": "nc72888781", "mag": 1.42, "time": 1504907868300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.038667, 37.624833, -2.91]}, "bbox": [-119.038667, 37.624833, -119.038667, 37.624833]}, {"id": "5807", "type": "Feature", "properties": {"id": "us2000aie8", "mag": 4.7, "time": 1504907825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5854, 15.5735, 35.0]}, "bbox": [-94.5854, 15.5735, -94.5854, 15.5735]}, {"id": "5808", "type": "Feature", "properties": {"id": "nc72888776", "mag": 1.8, "time": 1504907588830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040167, 37.63, -1.66]}, "bbox": [-119.040167, 37.63, -119.040167, 37.63]}, {"id": "5809", "type": "Feature", "properties": {"id": "us2000aie6", "mag": 4.6, "time": 1504907582410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4976, 15.7473, 55.06]}, "bbox": [-94.4976, 15.7473, -94.4976, 15.7473]}, {"id": "5810", "type": "Feature", "properties": {"id": "us2000aidm", "mag": 4.5, "time": 1504906777370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0707, 15.2209, 55.42]}, "bbox": [-94.0707, 15.2209, -94.0707, 15.2209]}, {"id": "5811", "type": "Feature", "properties": {"id": "us2000aid9", "mag": 4.8, "time": 1504906287810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3905, 15.4318, 56.37]}, "bbox": [-94.3905, 15.4318, -94.3905, 15.4318]}, {"id": "5812", "type": "Feature", "properties": {"id": "nc72888771", "mag": 1.19, "time": 1504906092960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.451, 37.990333, 1.49]}, "bbox": [-122.451, 37.990333, -122.451, 37.990333]}, {"id": "5813", "type": "Feature", "properties": {"id": "us2000aicx", "mag": 4.3, "time": 1504906074440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2669, 15.5886, 57.93]}, "bbox": [-94.2669, 15.5886, -94.2669, 15.5886]}, {"id": "5814", "type": "Feature", "properties": {"id": "ak16782412", "mag": 1.0, "time": 1504906074363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3787, 62.4883, 7.5]}, "bbox": [-152.3787, 62.4883, -152.3787, 62.4883]}, {"id": "5815", "type": "Feature", "properties": {"id": "ak16782375", "mag": 2.3, "time": 1504905457780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4787, 52.748, 40.9]}, "bbox": [-168.4787, 52.748, -168.4787, 52.748]}, {"id": "5816", "type": "Feature", "properties": {"id": "nc72888756", "mag": 1.38, "time": 1504905314090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.756167, 39.273333, 4.85]}, "bbox": [-122.756167, 39.273333, -122.756167, 39.273333]}, {"id": "5817", "type": "Feature", "properties": {"id": "ak16782374", "mag": 1.2, "time": 1504905292993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8681, 59.9024, 67.7]}, "bbox": [-151.8681, 59.9024, -151.8681, 59.9024]}, {"id": "5818", "type": "Feature", "properties": {"id": "us2000aicp", "mag": 4.2, "time": 1504905187950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4812, 15.6987, 35.0]}, "bbox": [-94.4812, 15.6987, -94.4812, 15.6987]}, {"id": "5819", "type": "Feature", "properties": {"id": "ak16782334", "mag": 1.1, "time": 1504904835105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7621, 65.5089, 13.7]}, "bbox": [-144.7621, 65.5089, -144.7621, 65.5089]}, {"id": "5820", "type": "Feature", "properties": {"id": "ak16782328", "mag": 2.5, "time": 1504904826453, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.811, 61.2391, 56.6]}, "bbox": [-150.811, 61.2391, -150.811, 61.2391]}, {"id": "5821", "type": "Feature", "properties": {"id": "uw61305342", "mag": 1.93, "time": 1504904598280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.065167, 44.442833, -1.58]}, "bbox": [-121.065167, 44.442833, -121.065167, 44.442833]}, {"id": "5822", "type": "Feature", "properties": {"id": "nc72888751", "mag": 1.54, "time": 1504903192860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7535, 39.279333, 8.66]}, "bbox": [-122.7535, 39.279333, -122.7535, 39.279333]}, {"id": "5823", "type": "Feature", "properties": {"id": "ak16781999", "mag": 3.0, "time": 1504902403320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2239, 60.1717, 139.6]}, "bbox": [-153.2239, 60.1717, -153.2239, 60.1717]}, {"id": "5824", "type": "Feature", "properties": {"id": "ak16781990", "mag": 2.9, "time": 1504902403227, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2392, 60.1979, 145.3]}, "bbox": [-153.2392, 60.1979, -153.2392, 60.1979]}, {"id": "5825", "type": "Feature", "properties": {"id": "us2000ay7u", "mag": 4.1, "time": 1504902279690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7805, 15.528, 44.33]}, "bbox": [-94.7805, 15.528, -94.7805, 15.528]}, {"id": "5826", "type": "Feature", "properties": {"id": "ak16821902", "mag": 2.3, "time": 1504902127057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6706, 53.1595, 47.8]}, "bbox": [-164.6706, 53.1595, -164.6706, 53.1595]}, {"id": "5827", "type": "Feature", "properties": {"id": "mb80253224", "mag": 1.28, "time": 1504901825890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.961667, 44.423667, 7.65]}, "bbox": [-112.961667, 44.423667, -112.961667, 44.423667]}, {"id": "5828", "type": "Feature", "properties": {"id": "ci37758023", "mag": 1.23, "time": 1504901676790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.243333, 34.049667, 14.94]}, "bbox": [-117.243333, 34.049667, -117.243333, 34.049667]}, {"id": "5829", "type": "Feature", "properties": {"id": "us2000arsf", "mag": 4.8, "time": 1504901654190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1397, -18.9749, 151.93]}, "bbox": [169.1397, -18.9749, 169.1397, -18.9749]}, {"id": "5830", "type": "Feature", "properties": {"id": "us2000aib4", "mag": 4.7, "time": 1504901358420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4084, 14.947, 20.03]}, "bbox": [-94.4084, 14.947, -94.4084, 14.947]}, {"id": "5831", "type": "Feature", "properties": {"id": "mb80254729", "mag": 1.15, "time": 1504901142840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5325, 46.863333, 12.44]}, "bbox": [-112.5325, 46.863333, -112.5325, 46.863333]}, {"id": "5832", "type": "Feature", "properties": {"id": "us2000arse", "mag": 4.2, "time": 1504900520170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.6478, 18.4195, 10.0]}, "bbox": [122.6478, 18.4195, 122.6478, 18.4195]}, {"id": "5833", "type": "Feature", "properties": {"id": "ak16781710", "mag": 1.5, "time": 1504900346639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5122, 61.5519, 57.6]}, "bbox": [-150.5122, 61.5519, -150.5122, 61.5519]}, {"id": "5834", "type": "Feature", "properties": {"id": "ak16781709", "mag": 1.3, "time": 1504900242686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7722, 60.316, 70.9]}, "bbox": [-151.7722, 60.316, -151.7722, 60.316]}, {"id": "5835", "type": "Feature", "properties": {"id": "us2000aibq", "mag": 2.5, "time": 1504899687060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4383, 42.5694, 8.27]}, "bbox": [-111.4383, 42.5694, -111.4383, 42.5694]}, {"id": "5836", "type": "Feature", "properties": {"id": "nc72888741", "mag": 1.05, "time": 1504899640660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.013, 37.593167, 0.27]}, "bbox": [-119.013, 37.593167, -119.013, 37.593167]}, {"id": "5837", "type": "Feature", "properties": {"id": "us2000aib3", "mag": 2.8, "time": 1504899556990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4363, 42.571, 9.27]}, "bbox": [-111.4363, 42.571, -111.4363, 42.571]}, {"id": "5838", "type": "Feature", "properties": {"id": "us2000aia5", "mag": 2.6, "time": 1504899482480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5733, 13.75]}, "bbox": [-111.4289, 42.5733, -111.4289, 42.5733]}, {"id": "5839", "type": "Feature", "properties": {"id": "ak16781595", "mag": 1.7, "time": 1504899244914, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1502, 60.3533, 10.0]}, "bbox": [-141.1502, 60.3533, -141.1502, 60.3533]}, {"id": "5840", "type": "Feature", "properties": {"id": "ak16781585", "mag": 3.9, "time": 1504899189169, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5601, 59.2544, 64.0]}, "bbox": [-152.5601, 59.2544, -152.5601, 59.2544]}, {"id": "5841", "type": "Feature", "properties": {"id": "ci37758007", "mag": 2.02, "time": 1504898829300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.561833, 31.0585, 5.61]}, "bbox": [-115.561833, 31.0585, -115.561833, 31.0585]}, {"id": "5842", "type": "Feature", "properties": {"id": "ak16781550", "mag": 1.4, "time": 1504898282611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6296, 61.6699, 64.1]}, "bbox": [-150.6296, 61.6699, -150.6296, 61.6699]}, {"id": "5843", "type": "Feature", "properties": {"id": "ci37757991", "mag": 1.52, "time": 1504897913130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.184167, 34.008167, 14.79]}, "bbox": [-117.184167, 34.008167, -117.184167, 34.008167]}, {"id": "5844", "type": "Feature", "properties": {"id": "ci37757975", "mag": 1.23, "time": 1504897847890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191833, 34.995167, -0.8]}, "bbox": [-118.191833, 34.995167, -118.191833, 34.995167]}, {"id": "5845", "type": "Feature", "properties": {"id": "us2000ai96", "mag": 4.7, "time": 1504897612480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1128, 15.0427, 38.05]}, "bbox": [-94.1128, 15.0427, -94.1128, 15.0427]}, {"id": "5846", "type": "Feature", "properties": {"id": "us2000ay7g", "mag": 4.5, "time": 1504897486190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6162, 15.5292, 52.13]}, "bbox": [-94.6162, 15.5292, -94.6162, 15.5292]}, {"id": "5847", "type": "Feature", "properties": {"id": "us2000aku3", "mag": 2.7, "time": 1504897427450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5723, 6.2]}, "bbox": [-111.4362, 42.5723, -111.4362, 42.5723]}, {"id": "5848", "type": "Feature", "properties": {"id": "us2000aruj", "mag": 4.0, "time": 1504897268300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.0589, 51.6006, 526.16]}, "bbox": [151.0589, 51.6006, 151.0589, 51.6006]}, {"id": "5849", "type": "Feature", "properties": {"id": "us2000ai8x", "mag": 5.3, "time": 1504897044080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9814, 16.231, 63.24]}, "bbox": [-94.9814, 16.231, -94.9814, 16.231]}, {"id": "5850", "type": "Feature", "properties": {"id": "us2000ars7", "mag": 4.4, "time": 1504896441090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9803, -12.2109, 239.13]}, "bbox": [166.9803, -12.2109, 166.9803, -12.2109]}, {"id": "5851", "type": "Feature", "properties": {"id": "us2000ars8", "mag": 4.2, "time": 1504895755810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4237, 15.0921, 33.24]}, "bbox": [-94.4237, 15.0921, -94.4237, 15.0921]}, {"id": "5852", "type": "Feature", "properties": {"id": "ak16781202", "mag": 1.1, "time": 1504895394318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.517, 62.887, 92.9]}, "bbox": [-150.517, 62.887, -150.517, 62.887]}, {"id": "5853", "type": "Feature", "properties": {"id": "us2000ai8l", "mag": 5.0, "time": 1504895053450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0247, 15.6158, 25.92]}, "bbox": [-95.0247, 15.6158, -95.0247, 15.6158]}, {"id": "5854", "type": "Feature", "properties": {"id": "nc72888711", "mag": 1.13, "time": 1504894886190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.369, 37.616167, 3.76]}, "bbox": [-119.369, 37.616167, -119.369, 37.616167]}, {"id": "5855", "type": "Feature", "properties": {"id": "ci37757951", "mag": 1.29, "time": 1504894538140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.34, 35.0645, -0.97]}, "bbox": [-118.34, 35.0645, -118.34, 35.0645]}, {"id": "5856", "type": "Feature", "properties": {"id": "nn00604251", "mag": 1.1, "time": 1504893693579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5283, 37.177, 14.2]}, "bbox": [-117.5283, 37.177, -117.5283, 37.177]}, {"id": "5857", "type": "Feature", "properties": {"id": "nc72888696", "mag": 1.24, "time": 1504893681000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9525, 37.9215, -0.25]}, "bbox": [-121.9525, 37.9215, -121.9525, 37.9215]}, {"id": "5858", "type": "Feature", "properties": {"id": "us2000ai89", "mag": 4.9, "time": 1504893629390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.339, 15.3801, 37.31]}, "bbox": [-94.339, 15.3801, -94.339, 15.3801]}, {"id": "5859", "type": "Feature", "properties": {"id": "ak16780971", "mag": 2.0, "time": 1504893338524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7656, 56.9755, 12.7]}, "bbox": [-157.7656, 56.9755, -157.7656, 56.9755]}, {"id": "5860", "type": "Feature", "properties": {"id": "us2000ai7x", "mag": 4.4, "time": 1504893167240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8739, 15.6809, 69.44]}, "bbox": [-93.8739, 15.6809, -93.8739, 15.6809]}, {"id": "5861", "type": "Feature", "properties": {"id": "ci37757919", "mag": 1.09, "time": 1504892320190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.504167, 6.36]}, "bbox": [-116.792333, 33.504167, -116.792333, 33.504167]}, {"id": "5862", "type": "Feature", "properties": {"id": "ak16780872", "mag": 2.7, "time": 1504892251611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2184, 60.0235, 132.9]}, "bbox": [-153.2184, 60.0235, -153.2184, 60.0235]}, {"id": "5863", "type": "Feature", "properties": {"id": "us2000ai7w", "mag": 5.1, "time": 1504892136330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7094, 14.7125, 10.0]}, "bbox": [54.7094, 14.7125, 54.7094, 14.7125]}, {"id": "5864", "type": "Feature", "properties": {"id": "ak16780870", "mag": 1.9, "time": 1504892114398, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5364, 59.0829, 80.6]}, "bbox": [-153.5364, 59.0829, -153.5364, 59.0829]}, {"id": "5865", "type": "Feature", "properties": {"id": "nn00604241", "mag": 1.7, "time": 1504892108096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8858, 39.5547, 16.6]}, "bbox": [-115.8858, 39.5547, -115.8858, 39.5547]}, {"id": "5866", "type": "Feature", "properties": {"id": "ci37757903", "mag": 1.06, "time": 1504892000240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.084, 33.233167, 9.85]}, "bbox": [-116.084, 33.233167, -116.084, 33.233167]}, {"id": "5867", "type": "Feature", "properties": {"id": "mb80253164", "mag": 0.95, "time": 1504891992150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5415, 46.8995, 11.59]}, "bbox": [-112.5415, 46.8995, -112.5415, 46.8995]}, {"id": "5868", "type": "Feature", "properties": {"id": "us2000ai7p", "mag": 4.3, "time": 1504891955840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.495, 15.1404, 36.22]}, "bbox": [-94.495, 15.1404, -94.495, 15.1404]}, {"id": "5869", "type": "Feature", "properties": {"id": "ak16780841", "mag": 1.4, "time": 1504891846856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3249, 60.9139, 26.3]}, "bbox": [-147.3249, 60.9139, -147.3249, 60.9139]}, {"id": "5870", "type": "Feature", "properties": {"id": "us2000arsh", "mag": 4.5, "time": 1504891333730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.2388, -6.8416, 19.98]}, "bbox": [133.2388, -6.8416, 133.2388, -6.8416]}, {"id": "5871", "type": "Feature", "properties": {"id": "us2000ay6x", "mag": 4.1, "time": 1504891315080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7297, 15.3343, 19.17]}, "bbox": [-94.7297, 15.3343, -94.7297, 15.3343]}, {"id": "5872", "type": "Feature", "properties": {"id": "us2000ars4", "mag": 4.4, "time": 1504891219920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7693, 14.6837, 10.0]}, "bbox": [54.7693, 14.6837, 54.7693, 14.6837]}, {"id": "5873", "type": "Feature", "properties": {"id": "ak16780813", "mag": 1.5, "time": 1504891126668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.153, 61.7092, 3.2]}, "bbox": [-154.153, 61.7092, -154.153, 61.7092]}, {"id": "5874", "type": "Feature", "properties": {"id": "nc72888686", "mag": 1.23, "time": 1504891114230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1045, 37.325167, -0.31]}, "bbox": [-122.1045, 37.325167, -122.1045, 37.325167]}, {"id": "5875", "type": "Feature", "properties": {"id": "ci37757879", "mag": 2.31, "time": 1504890797650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.463833, 34.355833, 3.0]}, "bbox": [-116.463833, 34.355833, -116.463833, 34.355833]}, {"id": "5876", "type": "Feature", "properties": {"id": "us2000ai73", "mag": 4.9, "time": 1504890172380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.6184, 20.97]}, "bbox": [-94.6852, 15.6184, -94.6852, 15.6184]}, {"id": "5877", "type": "Feature", "properties": {"id": "us2000ai6w", "mag": 4.8, "time": 1504890101520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3813, 15.1628, 10.0]}, "bbox": [-94.3813, 15.1628, -94.3813, 15.1628]}, {"id": "5878", "type": "Feature", "properties": {"id": "us2000ai6n", "mag": 4.6, "time": 1504889103890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.804, -6.0426, 126.88]}, "bbox": [130.804, -6.0426, 130.804, -6.0426]}, {"id": "5879", "type": "Feature", "properties": {"id": "us2000ai6c", "mag": 4.7, "time": 1504888948510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8822, 15.7603, 70.11]}, "bbox": [-93.8822, 15.7603, -93.8822, 15.7603]}, {"id": "5880", "type": "Feature", "properties": {"id": "us2000ai66", "mag": 3.1, "time": 1504888942660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6127, 7.46]}, "bbox": [-111.4688, 42.6127, -111.4688, 42.6127]}, {"id": "5881", "type": "Feature", "properties": {"id": "ci37757839", "mag": 1.07, "time": 1504888838380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931, 35.8975, 5.55]}, "bbox": [-116.931, 35.8975, -116.931, 35.8975]}, {"id": "5882", "type": "Feature", "properties": {"id": "us2000ai5r", "mag": 5.0, "time": 1504887559080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1176, 15.3478, 50.28]}, "bbox": [-94.1176, 15.3478, -94.1176, 15.3478]}, {"id": "5883", "type": "Feature", "properties": {"id": "us2000ai7e", "mag": 2.6, "time": 1504887451250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8013, 51.3347, 33.06]}, "bbox": [-174.8013, 51.3347, -174.8013, 51.3347]}, {"id": "5884", "type": "Feature", "properties": {"id": "us2000ai5q", "mag": 4.8, "time": 1504887267930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.2659, 31.94]}, "bbox": [-94.834, 15.2659, -94.834, 15.2659]}, {"id": "5885", "type": "Feature", "properties": {"id": "us2000ars1", "mag": 4.4, "time": 1504887163560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5842, 0.5634, 87.49]}, "bbox": [121.5842, 0.5634, 121.5842, 0.5634]}, {"id": "5886", "type": "Feature", "properties": {"id": "us2000ai5f", "mag": 4.9, "time": 1504887145160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4164, 15.3325, 55.79]}, "bbox": [-94.4164, 15.3325, -94.4164, 15.3325]}, {"id": "5887", "type": "Feature", "properties": {"id": "us2000aixn", "mag": 4.1, "time": 1504887139190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.237, 15.3669, 61.33]}, "bbox": [-94.237, 15.3669, -94.237, 15.3669]}, {"id": "5888", "type": "Feature", "properties": {"id": "ak16821886", "mag": 1.0, "time": 1504887040916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7913, 61.8643, 40.7]}, "bbox": [-147.7913, 61.8643, -147.7913, 61.8643]}, {"id": "5889", "type": "Feature", "properties": {"id": "us2000ai53", "mag": 4.6, "time": 1504886882420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4908, 15.0663, 10.0]}, "bbox": [-94.4908, 15.0663, -94.4908, 15.0663]}, {"id": "5890", "type": "Feature", "properties": {"id": "ak16780437", "mag": 1.7, "time": 1504886789015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1717, 61.2338, 0.0]}, "bbox": [-154.1717, 61.2338, -154.1717, 61.2338]}, {"id": "5891", "type": "Feature", "properties": {"id": "us2000arsa", "mag": 4.8, "time": 1504886367500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-45.1832, 25.2517, 10.0]}, "bbox": [-45.1832, 25.2517, -45.1832, 25.2517]}, {"id": "5892", "type": "Feature", "properties": {"id": "us2000arrz", "mag": 4.3, "time": 1504885790410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.1544, 13.7011, 115.66]}, "bbox": [121.1544, 13.7011, 121.1544, 13.7011]}, {"id": "5893", "type": "Feature", "properties": {"id": "ci37757791", "mag": 2.49, "time": 1504885701960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.863167, 36.514, 1.6]}, "bbox": [-117.863167, 36.514, -117.863167, 36.514]}, {"id": "5894", "type": "Feature", "properties": {"id": "nc72888591", "mag": 1.18, "time": 1504885591170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.029167, 37.64, 1.33]}, "bbox": [-119.029167, 37.64, -119.029167, 37.64]}, {"id": "5895", "type": "Feature", "properties": {"id": "us2000ay69", "mag": 4.3, "time": 1504884967040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8299, 15.2537, 51.49]}, "bbox": [-94.8299, 15.2537, -94.8299, 15.2537]}, {"id": "5896", "type": "Feature", "properties": {"id": "nc72888561", "mag": 2.76, "time": 1504884687580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.4015, 40.656167, 4.61]}, "bbox": [-126.4015, 40.656167, -126.4015, 40.656167]}, {"id": "5897", "type": "Feature", "properties": {"id": "nc72888556", "mag": 1.22, "time": 1504884477720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.594833, 36.036167, 3.51]}, "bbox": [-120.594833, 36.036167, -120.594833, 36.036167]}, {"id": "5898", "type": "Feature", "properties": {"id": "nc72888551", "mag": 1.29, "time": 1504884449700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600833, 36.033, 2.98]}, "bbox": [-120.600833, 36.033, -120.600833, 36.033]}, {"id": "5899", "type": "Feature", "properties": {"id": "us2000ai45", "mag": 4.4, "time": 1504884249230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6373, 29.0196, 32.54]}, "bbox": [51.6373, 29.0196, 51.6373, 29.0196]}, {"id": "5900", "type": "Feature", "properties": {"id": "us2000ai4f", "mag": 5.0, "time": 1504884005650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.4529, -15.2805, 10.0]}, "bbox": [-172.4529, -15.2805, -172.4529, -15.2805]}, {"id": "5901", "type": "Feature", "properties": {"id": "ci37757767", "mag": 1.56, "time": 1504883892090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.447333, 34.149, 10.6]}, "bbox": [-117.447333, 34.149, -117.447333, 34.149]}, {"id": "5902", "type": "Feature", "properties": {"id": "nc72888536", "mag": 1.66, "time": 1504883570470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.168167, 39.1465, -0.58]}, "bbox": [-123.168167, 39.1465, -123.168167, 39.1465]}, {"id": "5903", "type": "Feature", "properties": {"id": "us2000arrw", "mag": 4.2, "time": 1504882974870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7985, 15.5213, 35.36]}, "bbox": [-94.7985, 15.5213, -94.7985, 15.5213]}, {"id": "5904", "type": "Feature", "properties": {"id": "ak16779960", "mag": 1.8, "time": 1504882678981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0626, 62.8988, 105.6]}, "bbox": [-151.0626, 62.8988, -151.0626, 62.8988]}, {"id": "5905", "type": "Feature", "properties": {"id": "ci37757743", "mag": 0.97, "time": 1504882082250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.499333, 33.723667, 12.91]}, "bbox": [-117.499333, 33.723667, -117.499333, 33.723667]}, {"id": "5906", "type": "Feature", "properties": {"id": "us2000ai3n", "mag": 5.3, "time": 1504881901650, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3384, 15.544, 53.27]}, "bbox": [-94.3384, 15.544, -94.3384, 15.544]}, {"id": "5907", "type": "Feature", "properties": {"id": "us2000ai3i", "mag": 5.0, "time": 1504881612700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4062, 15.406, 49.05]}, "bbox": [-94.4062, 15.406, -94.4062, 15.406]}, {"id": "5908", "type": "Feature", "properties": {"id": "us2000ai3c", "mag": 5.1, "time": 1504880703430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1626, 15.9178, 78.53]}, "bbox": [-94.1626, 15.9178, -94.1626, 15.9178]}, {"id": "5909", "type": "Feature", "properties": {"id": "ak16821881", "mag": 1.9, "time": 1504880601665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7019, 53.1531, 4.0]}, "bbox": [-165.7019, 53.1531, -165.7019, 53.1531]}, {"id": "5910", "type": "Feature", "properties": {"id": "us2000ai3a", "mag": 4.6, "time": 1504880185590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9379, 15.4789, 51.37]}, "bbox": [-93.9379, 15.4789, -93.9379, 15.4789]}, {"id": "5911", "type": "Feature", "properties": {"id": "nc72888511", "mag": 1.64, "time": 1504879933970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.805, 37.519, 0.63]}, "bbox": [-118.805, 37.519, -118.805, 37.519]}, {"id": "5912", "type": "Feature", "properties": {"id": "us2000arrt", "mag": 4.3, "time": 1504879797140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.5495, 15.2436, 49.04]}, "bbox": [-92.5495, 15.2436, -92.5495, 15.2436]}, {"id": "5913", "type": "Feature", "properties": {"id": "nc72888506", "mag": 1.11, "time": 1504879682840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807167, 37.5155, -1.34]}, "bbox": [-118.807167, 37.5155, -118.807167, 37.5155]}, {"id": "5914", "type": "Feature", "properties": {"id": "us2000ai2x", "mag": 4.4, "time": 1504878550770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3291, 15.5119, 43.4]}, "bbox": [-94.3291, 15.5119, -94.3291, 15.5119]}, {"id": "5915", "type": "Feature", "properties": {"id": "us2000ai2u", "mag": 4.5, "time": 1504878237250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3775, 15.3318, 55.57]}, "bbox": [-94.3775, 15.3318, -94.3775, 15.3318]}, {"id": "5916", "type": "Feature", "properties": {"id": "ak16779589", "mag": 2.1, "time": 1504878197682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7176, 61.7913, 43.0]}, "bbox": [-149.7176, 61.7913, -149.7176, 61.7913]}, {"id": "5917", "type": "Feature", "properties": {"id": "nc72888501", "mag": 1.4, "time": 1504877974600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.884833, 0.43]}, "bbox": [-122.826833, 38.884833, -122.826833, 38.884833]}, {"id": "5918", "type": "Feature", "properties": {"id": "us2000ai2s", "mag": 4.5, "time": 1504877794630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2597, 15.3155, 57.11]}, "bbox": [-94.2597, 15.3155, -94.2597, 15.3155]}, {"id": "5919", "type": "Feature", "properties": {"id": "us2000ai2p", "mag": 4.3, "time": 1504877637550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3617, 15.3594, 72.43]}, "bbox": [-94.3617, 15.3594, -94.3617, 15.3594]}, {"id": "5920", "type": "Feature", "properties": {"id": "ak16821879", "mag": 1.1, "time": 1504877280981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 62.9279, 91.4]}, "bbox": [-150.4859, 62.9279, -150.4859, 62.9279]}, {"id": "5921", "type": "Feature", "properties": {"id": "us2000ai2h", "mag": 4.3, "time": 1504877227420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2794, 15.5765, 57.44]}, "bbox": [-94.2794, 15.5765, -94.2794, 15.5765]}, {"id": "5922", "type": "Feature", "properties": {"id": "us2000ai2d", "mag": 4.9, "time": 1504877000620, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4519, 39.5355, 14.54]}, "bbox": [140.4519, 39.5355, 140.4519, 39.5355]}, {"id": "5923", "type": "Feature", "properties": {"id": "nc72888491", "mag": 1.84, "time": 1504876384490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.493333, 38.505333, 9.95]}, "bbox": [-122.493333, 38.505333, -122.493333, 38.505333]}, {"id": "5924", "type": "Feature", "properties": {"id": "ak16821878", "mag": 1.4, "time": 1504875984627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1326, 61.9648, 66.9]}, "bbox": [-151.1326, 61.9648, -151.1326, 61.9648]}, {"id": "5925", "type": "Feature", "properties": {"id": "ak16821876", "mag": 2.2, "time": 1504875655387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.9923, 52.3567, 17.2]}, "bbox": [-168.9923, 52.3567, -168.9923, 52.3567]}, {"id": "5926", "type": "Feature", "properties": {"id": "nc72888486", "mag": 2.07, "time": 1504875297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476833, 38.505667, 10.55]}, "bbox": [-122.476833, 38.505667, -122.476833, 38.505667]}, {"id": "5927", "type": "Feature", "properties": {"id": "nc72888481", "mag": 2.29, "time": 1504875261290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.487833, 38.504167, 11.24]}, "bbox": [-122.487833, 38.504167, -122.487833, 38.504167]}, {"id": "5928", "type": "Feature", "properties": {"id": "ak16779354", "mag": 1.2, "time": 1504874899621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8024, 62.2347, 27.0]}, "bbox": [-148.8024, 62.2347, -148.8024, 62.2347]}, {"id": "5929", "type": "Feature", "properties": {"id": "us2000ai1z", "mag": 4.7, "time": 1504874764610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9526, 15.348, 66.08]}, "bbox": [-93.9526, 15.348, -93.9526, 15.348]}, {"id": "5930", "type": "Feature", "properties": {"id": "nn00604198", "mag": 1.6, "time": 1504874486416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1528, 36.3422, 12.5]}, "bbox": [-115.1528, 36.3422, -115.1528, 36.3422]}, {"id": "5931", "type": "Feature", "properties": {"id": "ak16779312", "mag": 1.1, "time": 1504874405501, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2249, 66.2606, 1.6]}, "bbox": [-142.2249, 66.2606, -142.2249, 66.2606]}, {"id": "5932", "type": "Feature", "properties": {"id": "ak16821873", "mag": 1.7, "time": 1504874360732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5174, 51.2619, 22.7]}, "bbox": [-177.5174, 51.2619, -177.5174, 51.2619]}, {"id": "5933", "type": "Feature", "properties": {"id": "nn00604197", "mag": 1.1, "time": 1504874200883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2814, 37.8092, 5.1]}, "bbox": [-114.2814, 37.8092, -114.2814, 37.8092]}, {"id": "5934", "type": "Feature", "properties": {"id": "nc72888476", "mag": 1.21, "time": 1504873957930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.509333, 40.482667, 4.94]}, "bbox": [-121.509333, 40.482667, -121.509333, 40.482667]}, {"id": "5935", "type": "Feature", "properties": {"id": "ci37757703", "mag": 1.39, "time": 1504873858920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.717833, 33.649333, 15.22]}, "bbox": [-116.717833, 33.649333, -116.717833, 33.649333]}, {"id": "5936", "type": "Feature", "properties": {"id": "ci37757695", "mag": 1.17, "time": 1504872471560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.568167, 33.822667, 8.77]}, "bbox": [-115.568167, 33.822667, -115.568167, 33.822667]}, {"id": "5937", "type": "Feature", "properties": {"id": "us2000ai1k", "mag": 5.2, "time": 1504872379780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4203, 15.4936, 64.61]}, "bbox": [-94.4203, 15.4936, -94.4203, 15.4936]}, {"id": "5938", "type": "Feature", "properties": {"id": "nn00604195", "mag": 1.1, "time": 1504872342696, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0794, 39.7864, 6.3]}, "bbox": [-120.0794, 39.7864, -120.0794, 39.7864]}, {"id": "5939", "type": "Feature", "properties": {"id": "us2000ai1f", "mag": 4.5, "time": 1504872210290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.752, 15.6687, 34.52]}, "bbox": [-94.752, 15.6687, -94.752, 15.6687]}, {"id": "5940", "type": "Feature", "properties": {"id": "us2000ai17", "mag": 4.7, "time": 1504871509040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.251, 15.2604, 43.78]}, "bbox": [-94.251, 15.2604, -94.251, 15.2604]}, {"id": "5941", "type": "Feature", "properties": {"id": "ci37757687", "mag": 1.13, "time": 1504871201290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5185, 33.500333, 13.87]}, "bbox": [-116.5185, 33.500333, -116.5185, 33.500333]}, {"id": "5942", "type": "Feature", "properties": {"id": "us2000ai11", "mag": 4.8, "time": 1504870992430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5788, 16.0581, 67.6]}, "bbox": [-94.5788, 16.0581, -94.5788, 16.0581]}, {"id": "5943", "type": "Feature", "properties": {"id": "nc72888461", "mag": 1.42, "time": 1504869975320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.437833, 39.504833, 12.47]}, "bbox": [-121.437833, 39.504833, -121.437833, 39.504833]}, {"id": "5944", "type": "Feature", "properties": {"id": "us2000ai0u", "mag": 5.0, "time": 1504869955970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7875, 15.7988, 32.83]}, "bbox": [-94.7875, 15.7988, -94.7875, 15.7988]}, {"id": "5945", "type": "Feature", "properties": {"id": "nc72888456", "mag": 1.91, "time": 1504869902080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.485667, 38.504833, 10.49]}, "bbox": [-122.485667, 38.504833, -122.485667, 38.504833]}, {"id": "5946", "type": "Feature", "properties": {"id": "us2000ai0r", "mag": 3.1, "time": 1504869744270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4645, 42.6225, 8.36]}, "bbox": [-111.4645, 42.6225, -111.4645, 42.6225]}, {"id": "5947", "type": "Feature", "properties": {"id": "us2000ai0n", "mag": 4.5, "time": 1504869089530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4825, 15.1089, 36.59]}, "bbox": [-94.4825, 15.1089, -94.4825, 15.1089]}, {"id": "5948", "type": "Feature", "properties": {"id": "us2000ai0k", "mag": 4.3, "time": 1504868775480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.798, 15.8932, 52.08]}, "bbox": [-94.798, 15.8932, -94.798, 15.8932]}, {"id": "5949", "type": "Feature", "properties": {"id": "ak16778868", "mag": 2.4, "time": 1504868579816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6965, 62.1823, 44.5]}, "bbox": [-149.6965, 62.1823, -149.6965, 62.1823]}, {"id": "5950", "type": "Feature", "properties": {"id": "nc72888446", "mag": 1.29, "time": 1504868153570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.486333, 38.5055, 8.02]}, "bbox": [-122.486333, 38.5055, -122.486333, 38.5055]}, {"id": "5951", "type": "Feature", "properties": {"id": "nc72888436", "mag": 1.9, "time": 1504867751580, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.482833, 38.504333, 10.56]}, "bbox": [-122.482833, 38.504333, -122.482833, 38.504333]}, {"id": "5952", "type": "Feature", "properties": {"id": "nc72888431", "mag": 1.71, "time": 1504867332410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491833, 38.504667, 9.32]}, "bbox": [-122.491833, 38.504667, -122.491833, 38.504667]}, {"id": "5953", "type": "Feature", "properties": {"id": "nc72888421", "mag": 1.08, "time": 1504867024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.489, 38.504333, 8.33]}, "bbox": [-122.489, 38.504333, -122.489, 38.504333]}, {"id": "5954", "type": "Feature", "properties": {"id": "ak16821868", "mag": 2.1, "time": 1504866678618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4655, 55.6664, 99.6]}, "bbox": [-160.4655, 55.6664, -160.4655, 55.6664]}, {"id": "5955", "type": "Feature", "properties": {"id": "ak16821867", "mag": 1.4, "time": 1504866626331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0732, 60.0832, 7.7]}, "bbox": [-147.0732, 60.0832, -147.0732, 60.0832]}, {"id": "5956", "type": "Feature", "properties": {"id": "us2000ai08", "mag": 4.7, "time": 1504866065090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9223, 5.4358, 106.0]}, "bbox": [125.9223, 5.4358, 125.9223, 5.4358]}, {"id": "5957", "type": "Feature", "properties": {"id": "ak16778797", "mag": 1.0, "time": 1504865774499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3276, 61.5525, 10.3]}, "bbox": [-151.3276, 61.5525, -151.3276, 61.5525]}, {"id": "5958", "type": "Feature", "properties": {"id": "nn00604189", "mag": 1.2, "time": 1504865677094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0784, 39.7853, 6.9]}, "bbox": [-120.0784, 39.7853, -120.0784, 39.7853]}, {"id": "5959", "type": "Feature", "properties": {"id": "nc72888411", "mag": 1.53, "time": 1504865468770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476167, 38.507167, 9.38]}, "bbox": [-122.476167, 38.507167, -122.476167, 38.507167]}, {"id": "5960", "type": "Feature", "properties": {"id": "hv61901161", "mag": 1.74, "time": 1504864814220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.2065, 36.007]}, "bbox": [-155.466833, 19.2065, -155.466833, 19.2065]}, {"id": "5961", "type": "Feature", "properties": {"id": "ismpkansas70234788", "mag": 2.39, "time": 1504864780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7805, 37.3255, 5.78]}, "bbox": [-97.7805, 37.3255, -97.7805, 37.3255]}, {"id": "5962", "type": "Feature", "properties": {"id": "ak16780611", "mag": 2.4, "time": 1504864612255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1592, 61.3969, 4.3]}, "bbox": [-140.1592, 61.3969, -140.1592, 61.3969]}, {"id": "5963", "type": "Feature", "properties": {"id": "ak16778631", "mag": 2.2, "time": 1504864578261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1624, 61.4081, 5.0]}, "bbox": [-140.1624, 61.4081, -140.1624, 61.4081]}, {"id": "5964", "type": "Feature", "properties": {"id": "uw61305087", "mag": 2.01, "time": 1504864189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.050833, 48.9275, 23.48]}, "bbox": [-123.050833, 48.9275, -123.050833, 48.9275]}, {"id": "5965", "type": "Feature", "properties": {"id": "ak16821863", "mag": 1.7, "time": 1504863670078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4879, 51.7374, 21.1]}, "bbox": [-178.4879, 51.7374, -178.4879, 51.7374]}, {"id": "5966", "type": "Feature", "properties": {"id": "ak16821862", "mag": 1.8, "time": 1504862106783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9215, 58.7206, 119.4]}, "bbox": [-154.9215, 58.7206, -154.9215, 58.7206]}, {"id": "5967", "type": "Feature", "properties": {"id": "us2000ahzn", "mag": 4.6, "time": 1504861954060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4387, 15.3946, 52.08]}, "bbox": [-94.4387, 15.3946, -94.4387, 15.3946]}, {"id": "5968", "type": "Feature", "properties": {"id": "nc72888396", "mag": 1.27, "time": 1504861876770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8075, 37.512833, 1.14]}, "bbox": [-118.8075, 37.512833, -118.8075, 37.512833]}, {"id": "5969", "type": "Feature", "properties": {"id": "us2000ahzl", "mag": 4.5, "time": 1504861821720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4897, 15.3898, 66.84]}, "bbox": [-94.4897, 15.3898, -94.4897, 15.3898]}, {"id": "5970", "type": "Feature", "properties": {"id": "us2000ahzj", "mag": 4.5, "time": 1504861699670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5329, 15.609, 39.64]}, "bbox": [-94.5329, 15.609, -94.5329, 15.609]}, {"id": "5971", "type": "Feature", "properties": {"id": "ci37757655", "mag": 1.16, "time": 1504861667220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.622833, 33.107167, 12.71]}, "bbox": [-116.622833, 33.107167, -116.622833, 33.107167]}, {"id": "5972", "type": "Feature", "properties": {"id": "ak16778553", "mag": 1.9, "time": 1504861559880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5627, 66.997, 11.1]}, "bbox": [-157.5627, 66.997, -157.5627, 66.997]}, {"id": "5973", "type": "Feature", "properties": {"id": "nc72888391", "mag": 2.09, "time": 1504860900670, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.456, 39.646667, 9.55]}, "bbox": [-123.456, 39.646667, -123.456, 39.646667]}, {"id": "5974", "type": "Feature", "properties": {"id": "us2000ay4f", "mag": 4.1, "time": 1504860843930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7484, 15.3716, 56.33]}, "bbox": [-94.7484, 15.3716, -94.7484, 15.3716]}, {"id": "5975", "type": "Feature", "properties": {"id": "nc72888386", "mag": 2.1, "time": 1504860440750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.938, 37.831333, 7.32]}, "bbox": [-121.938, 37.831333, -121.938, 37.831333]}, {"id": "5976", "type": "Feature", "properties": {"id": "us2000ay4d", "mag": 4.4, "time": 1504860354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.3232, 49.34]}, "bbox": [-94.834, 15.3232, -94.834, 15.3232]}, {"id": "5977", "type": "Feature", "properties": {"id": "us2000arrb", "mag": 4.6, "time": 1504860180930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0811, 15.785, 52.87]}, "bbox": [-94.0811, 15.785, -94.0811, 15.785]}, {"id": "5978", "type": "Feature", "properties": {"id": "us2000ahzq", "mag": 4.5, "time": 1504860168930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9132, 15.2837, 68.08]}, "bbox": [-93.9132, 15.2837, -93.9132, 15.2837]}, {"id": "5979", "type": "Feature", "properties": {"id": "us2000ahz5", "mag": 5.3, "time": 1504859674330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1725, 15.2148, 50.77]}, "bbox": [-94.1725, 15.2148, -94.1725, 15.2148]}, {"id": "5980", "type": "Feature", "properties": {"id": "ak16821859", "mag": 2.1, "time": 1504859557955, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.0839, 54.9712, 35.5]}, "bbox": [-159.0839, 54.9712, -159.0839, 54.9712]}, {"id": "5981", "type": "Feature", "properties": {"id": "nn00604302", "mag": 1.1, "time": 1504859552745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4838, 37.3947, 8.6]}, "bbox": [-117.4838, 37.3947, -117.4838, 37.3947]}, {"id": "5982", "type": "Feature", "properties": {"id": "ak16778352", "mag": 1.2, "time": 1504859550711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4759, 63.0882, 87.9]}, "bbox": [-149.4759, 63.0882, -149.4759, 63.0882]}, {"id": "5983", "type": "Feature", "properties": {"id": "us2000ahz3", "mag": 4.3, "time": 1504859478950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3904, 15.121, 30.23]}, "bbox": [-94.3904, 15.121, -94.3904, 15.121]}, {"id": "5984", "type": "Feature", "properties": {"id": "nn00604182", "mag": 1.0, "time": 1504858881802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0405, 37.2978, 0.0]}, "bbox": [-115.0405, 37.2978, -115.0405, 37.2978]}, {"id": "5985", "type": "Feature", "properties": {"id": "us2000ahz1", "mag": 4.3, "time": 1504858630350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.833, 76.27]}, "bbox": [-94.6852, 15.833, -94.6852, 15.833]}, {"id": "5986", "type": "Feature", "properties": {"id": "uu60239147", "mag": 2.45, "time": 1504858591000, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444167, 42.664333, 8.83]}, "bbox": [-111.444167, 42.664333, -111.444167, 42.664333]}, {"id": "5987", "type": "Feature", "properties": {"id": "us2000al72", "mag": 2.9, "time": 1504858190760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2139, 52.5352, 91.97]}, "bbox": [-169.2139, 52.5352, -169.2139, 52.5352]}, {"id": "5988", "type": "Feature", "properties": {"id": "uu60239137", "mag": 1.54, "time": 1504858110210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.647, 44.396167, 2.58]}, "bbox": [-110.647, 44.396167, -110.647, 44.396167]}, {"id": "5989", "type": "Feature", "properties": {"id": "us2000arui", "mag": 4.2, "time": 1504858026090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4738, 14.8297, 45.65]}, "bbox": [-94.4738, 14.8297, -94.4738, 14.8297]}, {"id": "5990", "type": "Feature", "properties": {"id": "us2000ahyr", "mag": 4.3, "time": 1504857969210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0003, 15.7457, 35.1]}, "bbox": [-95.0003, 15.7457, -95.0003, 15.7457]}, {"id": "5991", "type": "Feature", "properties": {"id": "us2000arul", "mag": 4.3, "time": 1504857669250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.801, 14.8524, 28.84]}, "bbox": [-94.801, 14.8524, -94.801, 14.8524]}, {"id": "5992", "type": "Feature", "properties": {"id": "us2000ahyk", "mag": 4.5, "time": 1504857596840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7758, 15.5339, 42.45]}, "bbox": [-94.7758, 15.5339, -94.7758, 15.5339]}, {"id": "5993", "type": "Feature", "properties": {"id": "nn00604180", "mag": 1.2, "time": 1504857534482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0136, 37.3074, 0.0]}, "bbox": [-115.0136, 37.3074, -115.0136, 37.3074]}, {"id": "5994", "type": "Feature", "properties": {"id": "ak16821856", "mag": 1.2, "time": 1504857418267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4697, 58.6313, 13.4]}, "bbox": [-157.4697, 58.6313, -157.4697, 58.6313]}, {"id": "5995", "type": "Feature", "properties": {"id": "nn00604280", "mag": 1.0, "time": 1504857267736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7805, 38.6696, 7.4]}, "bbox": [-119.7805, 38.6696, -119.7805, 38.6696]}, {"id": "5996", "type": "Feature", "properties": {"id": "us2000aruq", "mag": 4.3, "time": 1504857079940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6759, 15.5537, 36.84]}, "bbox": [-94.6759, 15.5537, -94.6759, 15.5537]}, {"id": "5997", "type": "Feature", "properties": {"id": "us2000ahyf", "mag": 3.2, "time": 1504857069370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4101, 42.5653, 6.35]}, "bbox": [-111.4101, 42.5653, -111.4101, 42.5653]}, {"id": "5998", "type": "Feature", "properties": {"id": "ci37757631", "mag": 1.01, "time": 1504856868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.778, 36.031333, 2.15]}, "bbox": [-117.778, 36.031333, -117.778, 36.031333]}, {"id": "5999", "type": "Feature", "properties": {"id": "us2000ay0x", "mag": 4.1, "time": 1504856777400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7738, 15.4661, 38.21]}, "bbox": [-94.7738, 15.4661, -94.7738, 15.4661]}, {"id": "6000", "type": "Feature", "properties": {"id": "ak16821855", "mag": 1.3, "time": 1504856435979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.538, 63.3273, 125.9]}, "bbox": [-150.538, 63.3273, -150.538, 63.3273]}, {"id": "6001", "type": "Feature", "properties": {"id": "us2000ahy9", "mag": 4.4, "time": 1504856316640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6365, 15.5777, 47.53]}, "bbox": [-94.6365, 15.5777, -94.6365, 15.5777]}, {"id": "6002", "type": "Feature", "properties": {"id": "us2000ahy5", "mag": 3.2, "time": 1504855878650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446, 42.6598, 6.58]}, "bbox": [-111.446, 42.6598, -111.446, 42.6598]}, {"id": "6003", "type": "Feature", "properties": {"id": "us2000ahy6", "mag": 4.4, "time": 1504855839640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7956, 15.6082, 34.65]}, "bbox": [-94.7956, 15.6082, -94.7956, 15.6082]}, {"id": "6004", "type": "Feature", "properties": {"id": "us2000arrn", "mag": 4.1, "time": 1504855556590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2068, 15.1108, 51.65]}, "bbox": [-94.2068, 15.1108, -94.2068, 15.1108]}, {"id": "6005", "type": "Feature", "properties": {"id": "us2000al71", "mag": 3.0, "time": 1504855456090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0677, 53.8832, 50.9]}, "bbox": [-164.0677, 53.8832, -164.0677, 53.8832]}, {"id": "6006", "type": "Feature", "properties": {"id": "ak16778144", "mag": 3.2, "time": 1504855447301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.611, 66.2631, 33.8]}, "bbox": [-135.611, 66.2631, -135.611, 66.2631]}, {"id": "6007", "type": "Feature", "properties": {"id": "us2000arri", "mag": 4.2, "time": 1504855233030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 15.126, 35.68]}, "bbox": [-94.9743, 15.126, -94.9743, 15.126]}, {"id": "6008", "type": "Feature", "properties": {"id": "nc72888356", "mag": 1.89, "time": 1504854775740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3305, 41.068, 11.84]}, "bbox": [-121.3305, 41.068, -121.3305, 41.068]}, {"id": "6009", "type": "Feature", "properties": {"id": "mb80253029", "mag": 1.45, "time": 1504854704970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.500667, 45.881, 8.81]}, "bbox": [-111.500667, 45.881, -111.500667, 45.881]}, {"id": "6010", "type": "Feature", "properties": {"id": "ak16778123", "mag": 2.3, "time": 1504854630925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7701, 57.7458, 12.0]}, "bbox": [-142.7701, 57.7458, -142.7701, 57.7458]}, {"id": "6011", "type": "Feature", "properties": {"id": "nc72888351", "mag": 1.26, "time": 1504854591960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.882167, 37.522833, -2.2]}, "bbox": [-118.882167, 37.522833, -118.882167, 37.522833]}, {"id": "6012", "type": "Feature", "properties": {"id": "hv61901091", "mag": 1.09, "time": 1504854245900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.447167, 19.4775, 2.47]}, "bbox": [-155.447167, 19.4775, -155.447167, 19.4775]}, {"id": "6013", "type": "Feature", "properties": {"id": "us2000ay45", "mag": 4.2, "time": 1504854208800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7971, 14.6019, 44.25]}, "bbox": [-94.7971, 14.6019, -94.7971, 14.6019]}, {"id": "6014", "type": "Feature", "properties": {"id": "us2000ahxm", "mag": 4.2, "time": 1504854069790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8774, 14.8705, 34.98]}, "bbox": [-93.8774, 14.8705, -93.8774, 14.8705]}, {"id": "6015", "type": "Feature", "properties": {"id": "us2000ay43", "mag": 4.1, "time": 1504853757100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8976, 15.4459, 61.28]}, "bbox": [-94.8976, 15.4459, -94.8976, 15.4459]}, {"id": "6016", "type": "Feature", "properties": {"id": "us2000ahxh", "mag": 3.6, "time": 1504853614760, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9507, 36.9956, 6.27]}, "bbox": [-104.9507, 36.9956, -104.9507, 36.9956]}, {"id": "6017", "type": "Feature", "properties": {"id": "ak16821851", "mag": 1.1, "time": 1504853435000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2544, 63.717, 83.4]}, "bbox": [-148.2544, 63.717, -148.2544, 63.717]}, {"id": "6018", "type": "Feature", "properties": {"id": "nc72888336", "mag": 0.98, "time": 1504853065280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.982833, 37.5425, 1.67]}, "bbox": [-118.982833, 37.5425, -118.982833, 37.5425]}, {"id": "6019", "type": "Feature", "properties": {"id": "ak16777966", "mag": 1.3, "time": 1504853023023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.715, 63.9895, 0.0]}, "bbox": [-148.715, 63.9895, -148.715, 63.9895]}, {"id": "6020", "type": "Feature", "properties": {"id": "us2000arut", "mag": 4.2, "time": 1504852684440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2381, 15.5108, 43.98]}, "bbox": [-94.2381, 15.5108, -94.2381, 15.5108]}, {"id": "6021", "type": "Feature", "properties": {"id": "ci37757623", "mag": 0.96, "time": 1504852586240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789, 33.501333, 5.44]}, "bbox": [-116.789, 33.501333, -116.789, 33.501333]}, {"id": "6022", "type": "Feature", "properties": {"id": "us2000arr6", "mag": 4.2, "time": 1504852477520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3508, 15.2654, 45.29]}, "bbox": [-94.3508, 15.2654, -94.3508, 15.2654]}, {"id": "6023", "type": "Feature", "properties": {"id": "nc72888331", "mag": 1.19, "time": 1504852408190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.759167, 1.73]}, "bbox": [-122.736, 38.759167, -122.736, 38.759167]}, {"id": "6024", "type": "Feature", "properties": {"id": "us2000arr7", "mag": 4.0, "time": 1504852398530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7954, 14.8479, 70.92]}, "bbox": [-93.7954, 14.8479, -93.7954, 14.8479]}, {"id": "6025", "type": "Feature", "properties": {"id": "nn00604169", "mag": 1.2, "time": 1504852379590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2104, 36.4921, 0.0]}, "bbox": [-116.2104, 36.4921, -116.2104, 36.4921]}, {"id": "6026", "type": "Feature", "properties": {"id": "us2000ahxc", "mag": 4.7, "time": 1504852332790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.8455, 72.6309, 10.0]}, "bbox": [3.8455, 72.6309, 3.8455, 72.6309]}, {"id": "6027", "type": "Feature", "properties": {"id": "nc72888321", "mag": 1.8, "time": 1504852052730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8065, 38.792167, 2.94]}, "bbox": [-122.8065, 38.792167, -122.8065, 38.792167]}, {"id": "6028", "type": "Feature", "properties": {"id": "us2000ahx3", "mag": 4.3, "time": 1504851979140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.627, 15.4476, 46.76]}, "bbox": [-94.627, 15.4476, -94.627, 15.4476]}, {"id": "6029", "type": "Feature", "properties": {"id": "ak16777937", "mag": 2.1, "time": 1504851258875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4392, 60.165, 78.3]}, "bbox": [-152.4392, 60.165, -152.4392, 60.165]}, {"id": "6030", "type": "Feature", "properties": {"id": "us2000arr1", "mag": 4.3, "time": 1504851196580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9103, 15.3461, 69.88]}, "bbox": [-93.9103, 15.3461, -93.9103, 15.3461]}, {"id": "6031", "type": "Feature", "properties": {"id": "ak16821848", "mag": 1.5, "time": 1504851158790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7947, 60.1163, 106.0]}, "bbox": [-152.7947, 60.1163, -152.7947, 60.1163]}, {"id": "6032", "type": "Feature", "properties": {"id": "us2000ahwt", "mag": 4.6, "time": 1504850928420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5535, 15.437, 48.5]}, "bbox": [-94.5535, 15.437, -94.5535, 15.437]}, {"id": "6033", "type": "Feature", "properties": {"id": "us2000arr4", "mag": 4.3, "time": 1504850711370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9041, 15.1749, 40.34]}, "bbox": [-94.9041, 15.1749, -94.9041, 15.1749]}, {"id": "6034", "type": "Feature", "properties": {"id": "ak16777931", "mag": 1.3, "time": 1504850655355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0257, 67.0569, 3.6]}, "bbox": [-156.0257, 67.0569, -156.0257, 67.0569]}, {"id": "6035", "type": "Feature", "properties": {"id": "us2000arr2", "mag": 4.2, "time": 1504850627530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1989, 15.0884, 40.99]}, "bbox": [-95.1989, 15.0884, -95.1989, 15.0884]}, {"id": "6036", "type": "Feature", "properties": {"id": "us2000arrk", "mag": 4.2, "time": 1504850557880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7531, 15.4362, 36.4]}, "bbox": [-94.7531, 15.4362, -94.7531, 15.4362]}, {"id": "6037", "type": "Feature", "properties": {"id": "nc72888301", "mag": 1.87, "time": 1504850251760, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.820667, 3.26]}, "bbox": [-122.802333, 38.820667, -122.802333, 38.820667]}, {"id": "6038", "type": "Feature", "properties": {"id": "us2000ahwk", "mag": 4.6, "time": 1504850223990, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1219, 15.2941, 54.75]}, "bbox": [-94.1219, 15.2941, -94.1219, 15.2941]}, {"id": "6039", "type": "Feature", "properties": {"id": "us2000ahx1", "mag": 4.3, "time": 1504850059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9647, 15.304, 72.81]}, "bbox": [-93.9647, 15.304, -93.9647, 15.304]}, {"id": "6040", "type": "Feature", "properties": {"id": "us2000ay3u", "mag": 4.2, "time": 1504849825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.712, 15.4284, 47.14]}, "bbox": [-94.712, 15.4284, -94.712, 15.4284]}, {"id": "6041", "type": "Feature", "properties": {"id": "nc72888296", "mag": 1.15, "time": 1504849761840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.847667, 0.54]}, "bbox": [-122.800667, 38.847667, -122.800667, 38.847667]}, {"id": "6042", "type": "Feature", "properties": {"id": "us2000ay3t", "mag": 4.4, "time": 1504849737970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8795, 15.668, 47.2]}, "bbox": [-94.8795, 15.668, -94.8795, 15.668]}, {"id": "6043", "type": "Feature", "properties": {"id": "nc72888271", "mag": 1.56, "time": 1504849628820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.846333, 0.64]}, "bbox": [-122.8005, 38.846333, -122.8005, 38.846333]}, {"id": "6044", "type": "Feature", "properties": {"id": "nc72888266", "mag": 1.02, "time": 1504849513230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801666, 38.847332, 0.61]}, "bbox": [-122.801666, 38.847332, -122.801666, 38.847332]}, {"id": "6045", "type": "Feature", "properties": {"id": "us2000ahw5", "mag": 5.0, "time": 1504849467850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7228, 15.5333, 34.69]}, "bbox": [-94.7228, 15.5333, -94.7228, 15.5333]}, {"id": "6046", "type": "Feature", "properties": {"id": "us2000arr3", "mag": 4.3, "time": 1504849426720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0216, 15.4454, 53.87]}, "bbox": [-94.0216, 15.4454, -94.0216, 15.4454]}, {"id": "6047", "type": "Feature", "properties": {"id": "nc72888261", "mag": 0.99, "time": 1504849348500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.761002, 38.832501, 0.49]}, "bbox": [-122.761002, 38.832501, -122.761002, 38.832501]}, {"id": "6048", "type": "Feature", "properties": {"id": "nn00604165", "mag": 2.1, "time": 1504849234193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9828, 37.2854, 2.6]}, "bbox": [-114.9828, 37.2854, -114.9828, 37.2854]}, {"id": "6049", "type": "Feature", "properties": {"id": "us2000arr0", "mag": 4.9, "time": 1504849156050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9438, 15.1471, 68.27]}, "bbox": [-93.9438, 15.1471, -93.9438, 15.1471]}, {"id": "6050", "type": "Feature", "properties": {"id": "us2000ay3s", "mag": 4.7, "time": 1504849019590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8391, 15.6629, 60.73]}, "bbox": [-94.8391, 15.6629, -94.8391, 15.6629]}, {"id": "6051", "type": "Feature", "properties": {"id": "us2000arux", "mag": 5.1, "time": 1504848867960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0987, 14.9089, 42.35]}, "bbox": [-94.0987, 14.9089, -94.0987, 14.9089]}, {"id": "6052", "type": "Feature", "properties": {"id": "us2000ai3y", "mag": 2.5, "time": 1504848837100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4714, 36.5024, 6.91]}, "bbox": [-98.4714, 36.5024, -98.4714, 36.5024]}, {"id": "6053", "type": "Feature", "properties": {"id": "us2000ahvy", "mag": 5.2, "time": 1504848817820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4082, 15.2843, 45.81]}, "bbox": [-94.4082, 15.2843, -94.4082, 15.2843]}, {"id": "6054", "type": "Feature", "properties": {"id": "us2000arqy", "mag": 4.6, "time": 1504848547140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9331, 15.1504, 39.51]}, "bbox": [-93.9331, 15.1504, -93.9331, 15.1504]}, {"id": "6055", "type": "Feature", "properties": {"id": "nc72888241", "mag": 1.03, "time": 1504848340890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.847832, 0.49]}, "bbox": [-122.800835, 38.847832, -122.800835, 38.847832]}, {"id": "6056", "type": "Feature", "properties": {"id": "us2000ahvs", "mag": 5.2, "time": 1504848276840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5946, 15.2029, 49.18]}, "bbox": [-94.5946, 15.2029, -94.5946, 15.2029]}, {"id": "6057", "type": "Feature", "properties": {"id": "nc72888226", "mag": 1.48, "time": 1504848105550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.848167, 0.48]}, "bbox": [-122.802, 38.848167, -122.802, 38.848167]}, {"id": "6058", "type": "Feature", "properties": {"id": "nn00604164", "mag": 1.9, "time": 1504848096515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8669, 37.2911, 8.9]}, "bbox": [-115.8669, 37.2911, -115.8669, 37.2911]}, {"id": "6059", "type": "Feature", "properties": {"id": "us2000ay3q", "mag": 4.8, "time": 1504848059390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6096, 15.9617, 41.51]}, "bbox": [-94.6096, 15.9617, -94.6096, 15.9617]}, {"id": "6060", "type": "Feature", "properties": {"id": "us2000ahvc", "mag": 5.3, "time": 1504847863090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5672, 15.5726, 51.13]}, "bbox": [-94.5672, 15.5726, -94.5672, 15.5726]}, {"id": "6061", "type": "Feature", "properties": {"id": "nc71107624", "mag": 2.16, "time": 1504847827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.752167, 39.287167, 10.78]}, "bbox": [-122.752167, 39.287167, -122.752167, 39.287167]}, {"id": "6062", "type": "Feature", "properties": {"id": "nc72888211", "mag": 1.01, "time": 1504847761210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.848667, 6.01]}, "bbox": [-122.765663, 38.848667, -122.765663, 38.848667]}, {"id": "6063", "type": "Feature", "properties": {"id": "nc72888201", "mag": 1.17, "time": 1504847709790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80883, 38.829666, 0.99]}, "bbox": [-122.80883, 38.829666, -122.80883, 38.829666]}, {"id": "6064", "type": "Feature", "properties": {"id": "pr2017251000", "mag": 3.73, "time": 1504847643290, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2905, 19.3283, 52.0]}, "bbox": [-68.2905, 19.3283, -68.2905, 19.3283]}, {"id": "6065", "type": "Feature", "properties": {"id": "us2000arqw", "mag": 4.8, "time": 1504847625230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8789, 15.4565, 61.03]}, "bbox": [-93.8789, 15.4565, -93.8789, 15.4565]}, {"id": "6066", "type": "Feature", "properties": {"id": "us2000arqv", "mag": 5.0, "time": 1504847479550, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5159, 2.4289, 235.24]}, "bbox": [128.5159, 2.4289, 128.5159, 2.4289]}, {"id": "6067", "type": "Feature", "properties": {"id": "nc71107629", "mag": 1.35, "time": 1504847454920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805833, 38.815333, 2.23]}, "bbox": [-122.805833, 38.815333, -122.805833, 38.815333]}, {"id": "6068", "type": "Feature", "properties": {"id": "nc72888186", "mag": 1.45, "time": 1504847378350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.766, 38.8255, 0.39]}, "bbox": [-122.766, 38.8255, -122.766, 38.8255]}, {"id": "6069", "type": "Feature", "properties": {"id": "nc72888181", "mag": 2.28, "time": 1504847361610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7555, 38.775667, 0.02]}, "bbox": [-122.7555, 38.775667, -122.7555, 38.775667]}, {"id": "6070", "type": "Feature", "properties": {"id": "nc72888171", "mag": 1.83, "time": 1504847323920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7715, 38.817333, -0.11]}, "bbox": [-122.7715, 38.817333, -122.7715, 38.817333]}, {"id": "6071", "type": "Feature", "properties": {"id": "nc71107399", "mag": 1.12, "time": 1504847319000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771167, 38.819333, -0.31]}, "bbox": [-122.771167, 38.819333, -122.771167, 38.819333]}, {"id": "6072", "type": "Feature", "properties": {"id": "nc72888156", "mag": 1.24, "time": 1504847297950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.556, 38.807, 15.91]}, "bbox": [-122.556, 38.807, -122.556, 38.807]}, {"id": "6073", "type": "Feature", "properties": {"id": "nc72888151", "mag": 1.36, "time": 1504847289840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.822, 1.41]}, "bbox": [-122.806, 38.822, -122.806, 38.822]}, {"id": "6074", "type": "Feature", "properties": {"id": "nc72888176", "mag": 1.79, "time": 1504847279970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739667, 38.774, -0.49]}, "bbox": [-122.739667, 38.774, -122.739667, 38.774]}, {"id": "6075", "type": "Feature", "properties": {"id": "nc72888146", "mag": 2.3, "time": 1504847258860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817833, 38.815167, 0.34]}, "bbox": [-122.817833, 38.815167, -122.817833, 38.815167]}, {"id": "6076", "type": "Feature", "properties": {"id": "nc72888141", "mag": 2.42, "time": 1504847223340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.83, 1.81]}, "bbox": [-122.800667, 38.83, -122.800667, 38.83]}, {"id": "6077", "type": "Feature", "properties": {"id": "us2000ahv7", "mag": 5.7, "time": 1504846893100, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2707, 15.1746, 35.87]}, "bbox": [-94.2707, 15.1746, -94.2707, 15.1746]}, {"id": "6078", "type": "Feature", "properties": {"id": "ak16777708", "mag": 1.1, "time": 1504846594461, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0631, 61.4229, 6.8]}, "bbox": [-151.0631, 61.4229, -151.0631, 61.4229]}, {"id": "6079", "type": "Feature", "properties": {"id": "mb80252994", "mag": 1.72, "time": 1504846249390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.541833, 46.857167, 12.55]}, "bbox": [-112.541833, 46.857167, -112.541833, 46.857167]}, {"id": "6080", "type": "Feature", "properties": {"id": "us2000ahv0", "mag": 8.1, "time": 1504846160000, "felt": 2494.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-93.9067, 15.0356, 56.67]}, "bbox": [-93.9067, 15.0356, -93.9067, 15.0356]}, {"id": "6081", "type": "Feature", "properties": {"id": "us2000ai6a", "mag": 2.5, "time": 1504846040410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.4753, 53.7845, 22.98]}, "bbox": [-163.4753, 53.7845, -163.4753, 53.7845]}, {"id": "6082", "type": "Feature", "properties": {"id": "nc72888131", "mag": 1.2, "time": 1504845594500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.463833, -1.37]}, "bbox": [-118.8105, 37.463833, -118.8105, 37.463833]}, {"id": "6083", "type": "Feature", "properties": {"id": "ak16821844", "mag": 2.0, "time": 1504845256450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.621, 51.2706, 13.2]}, "bbox": [178.621, 51.2706, 178.621, 51.2706]}, {"id": "6084", "type": "Feature", "properties": {"id": "ci37757591", "mag": 1.24, "time": 1504844674340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.899167, 34.321833, 9.91]}, "bbox": [-116.899167, 34.321833, -116.899167, 34.321833]}, {"id": "6085", "type": "Feature", "properties": {"id": "ak16821842", "mag": 2.0, "time": 1504843966513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0405, 51.3724, 44.9]}, "bbox": [179.0405, 51.3724, 179.0405, 51.3724]}, {"id": "6086", "type": "Feature", "properties": {"id": "ak16821841", "mag": 2.4, "time": 1504843627204, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0538, 52.2197, 10.6]}, "bbox": [-165.0538, 52.2197, -165.0538, 52.2197]}, {"id": "6087", "type": "Feature", "properties": {"id": "ak16821840", "mag": 1.4, "time": 1504843458180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7807, 61.7731, 61.9]}, "bbox": [-150.7807, 61.7731, -150.7807, 61.7731]}, {"id": "6088", "type": "Feature", "properties": {"id": "ak16821839", "mag": 1.1, "time": 1504843388032, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5616, 61.4081, 45.5]}, "bbox": [-149.5616, 61.4081, -149.5616, 61.4081]}, {"id": "6089", "type": "Feature", "properties": {"id": "ak16777570", "mag": 1.9, "time": 1504843130740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.812, 51.8664, 11.6]}, "bbox": [-173.812, 51.8664, -173.812, 51.8664]}, {"id": "6090", "type": "Feature", "properties": {"id": "ak16821837", "mag": 1.7, "time": 1504843122073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.717, 58.7435, 117.7]}, "bbox": [-154.717, 58.7435, -154.717, 58.7435]}, {"id": "6091", "type": "Feature", "properties": {"id": "ak16821836", "mag": 1.3, "time": 1504842507708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7323, 60.5323, 52.2]}, "bbox": [-150.7323, 60.5323, -150.7323, 60.5323]}, {"id": "6092", "type": "Feature", "properties": {"id": "ci37757551", "mag": 1.47, "time": 1504841647940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.496333, 3.33]}, "bbox": [-116.7945, 33.496333, -116.7945, 33.496333]}, {"id": "6093", "type": "Feature", "properties": {"id": "us2000ahus", "mag": 4.7, "time": 1504841042960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.0592, 52.1619, 10.0]}, "bbox": [-169.0592, 52.1619, -169.0592, 52.1619]}, {"id": "6094", "type": "Feature", "properties": {"id": "ak16777419", "mag": 1.0, "time": 1504839731548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.81, 64.7157, 15.2]}, "bbox": [-153.81, 64.7157, -153.81, 64.7157]}, {"id": "6095", "type": "Feature", "properties": {"id": "ak16777418", "mag": 2.4, "time": 1504839437977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7414, 52.1837, 13.2]}, "bbox": [-174.7414, 52.1837, -174.7414, 52.1837]}, {"id": "6096", "type": "Feature", "properties": {"id": "ak16821832", "mag": 2.4, "time": 1504839217735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2407, 52.3318, 38.5]}, "bbox": [-169.2407, 52.3318, -169.2407, 52.3318]}, {"id": "6097", "type": "Feature", "properties": {"id": "hv61900746", "mag": 2.1, "time": 1504839173590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.978833, 19.772, 43.163]}, "bbox": [-154.978833, 19.772, -154.978833, 19.772]}, {"id": "6098", "type": "Feature", "properties": {"id": "ismpkansas70234763", "mag": 1.85, "time": 1504838718270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887167, 37.203, 6.15]}, "bbox": [-97.887167, 37.203, -97.887167, 37.203]}, {"id": "6099", "type": "Feature", "properties": {"id": "ci37757519", "mag": 1.49, "time": 1504838267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.945167, 34.213667, 19.49]}, "bbox": [-118.945167, 34.213667, -118.945167, 34.213667]}, {"id": "6100", "type": "Feature", "properties": {"id": "us2000ahub", "mag": 4.3, "time": 1504837583700, "felt": 823.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.683, 36.6996, 6.073]}, "bbox": [-97.683, 36.6996, -97.683, 36.6996]}, {"id": "6101", "type": "Feature", "properties": {"id": "ak16777416", "mag": 1.3, "time": 1504836895690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6982, 63.5777, 11.7]}, "bbox": [-150.6982, 63.5777, -150.6982, 63.5777]}, {"id": "6102", "type": "Feature", "properties": {"id": "uw61304877", "mag": 1.15, "time": 1504836765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.568333, 48.699167, 3.29]}, "bbox": [-122.568333, 48.699167, -122.568333, 48.699167]}, {"id": "6103", "type": "Feature", "properties": {"id": "us2000ahu8", "mag": 3.7, "time": 1504836433340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4569, 42.6238, 5.0]}, "bbox": [-111.4569, 42.6238, -111.4569, 42.6238]}, {"id": "6104", "type": "Feature", "properties": {"id": "nc72888096", "mag": 2.03, "time": 1504835142230, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.053667, 37.835167, 7.59]}, "bbox": [-122.053667, 37.835167, -122.053667, 37.835167]}, {"id": "6105", "type": "Feature", "properties": {"id": "ak16821829", "mag": 1.5, "time": 1504834613166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7652, 67.5597, 6.1]}, "bbox": [-163.7652, 67.5597, -163.7652, 67.5597]}, {"id": "6106", "type": "Feature", "properties": {"id": "hv61900626", "mag": 2.91, "time": 1504833891990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.011833, 19.399333, 2.609]}, "bbox": [-155.011833, 19.399333, -155.011833, 19.399333]}], "bbox": [-179.9476, -60.0959, 179.9778, 79.5651]}, "cluster": true, "clusterMaxZoom": 14, "clusterMinPoints": 2, "clusterProperties": {"maxMag": ["max", ["get", "mag"]], "minMag": ["min", ["get", "mag"]]}, "clusterRadius": 50, "type": "geojson"}}, null]], ["addPopup", ["earthquake-circles", null, null]], ["fitBounds", [[-179.9476, -60.0959, 179.9778, 79.5651]]], ["setLayoutProperty", ["earthquake-circles", "visibility", "visible"]], ["setPaintProperty", ["earthquake-circles", "circle-opacity", 1.0]], ["addLayer", [{"id": "earthquake-clusters", "type": "circle", "filter": ["has", "point_count"], "paint": {"circle-color": ["step", ["get", "point_count"], "#51bbd6", 100, "#f1f075", 750, "#f28cb1"], "circle-radius": ["step", ["get", "point_count"], 20, 100, 30, 750, 40]}, "source": {"data": {"type": "FeatureCollection", "features": [{"id": "0", "type": "Feature", "properties": {"id": "ak16994521", "mag": 2.3, "time": 1507425650893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5129, 63.1016, 0.0]}, "bbox": [-151.5129, 63.1016, -151.5129, 63.1016]}, {"id": "1", "type": "Feature", "properties": {"id": "ak16994519", "mag": 1.7, "time": 1507425289659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4048, 63.1224, 105.5]}, "bbox": [-150.4048, 63.1224, -150.4048, 63.1224]}, {"id": "2", "type": "Feature", "properties": {"id": "ak16994517", "mag": 1.6, "time": 1507424832518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3597, 63.0781, 0.0]}, "bbox": [-151.3597, 63.0781, -151.3597, 63.0781]}, {"id": "3", "type": "Feature", "properties": {"id": "ci38021336", "mag": 1.42, "time": 1507423898710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.497, 34.299667, 7.64]}, "bbox": [-118.497, 34.299667, -118.497, 34.299667]}, {"id": "4", "type": "Feature", "properties": {"id": "us2000b2nn", "mag": 4.2, "time": 1507422626990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.6901, 12.0623, 46.41]}, "bbox": [-87.6901, 12.0623, -87.6901, 12.0623]}, {"id": "5", "type": "Feature", "properties": {"id": "ak16994510", "mag": 1.6, "time": 1507422449194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5053, 63.0719, 0.0]}, "bbox": [-151.5053, 63.0719, -151.5053, 63.0719]}, {"id": "6", "type": "Feature", "properties": {"id": "us2000b2nb", "mag": 4.6, "time": 1507420784440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4576, -20.2873, 614.26]}, "bbox": [-178.4576, -20.2873, -178.4576, -20.2873]}, {"id": "7", "type": "Feature", "properties": {"id": "ak16994298", "mag": 2.4, "time": 1507419370097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.789, 63.1725, 7.5]}, "bbox": [-148.789, 63.1725, -148.789, 63.1725]}, {"id": "8", "type": "Feature", "properties": {"id": "nc72905861", "mag": 1.39, "time": 1507418785100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.993164, 36.421833, 6.37]}, "bbox": [-120.993164, 36.421833, -120.993164, 36.421833]}, {"id": "9", "type": "Feature", "properties": {"id": "ci38021304", "mag": 1.11, "time": 1507418426010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0155, 33.656333, 12.37]}, "bbox": [-117.0155, 33.656333, -117.0155, 33.656333]}, {"id": "10", "type": "Feature", "properties": {"id": "ak16994293", "mag": 1.5, "time": 1507417256497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.512, 63.0879, 10.8]}, "bbox": [-151.512, 63.0879, -151.512, 63.0879]}, {"id": "11", "type": "Feature", "properties": {"id": "ak16994287", "mag": 2.0, "time": 1507413903714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4378, 63.0933, 0.0]}, "bbox": [-151.4378, 63.0933, -151.4378, 63.0933]}, {"id": "12", "type": "Feature", "properties": {"id": "ak16994285", "mag": 1.5, "time": 1507413670029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6538, 63.2272, 96.8]}, "bbox": [-149.6538, 63.2272, -149.6538, 63.2272]}, {"id": "13", "type": "Feature", "properties": {"id": "ak16994283", "mag": 1.4, "time": 1507413587442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5325, 63.0844, 0.0]}, "bbox": [-151.5325, 63.0844, -151.5325, 63.0844]}, {"id": "14", "type": "Feature", "properties": {"id": "ak16994280", "mag": 1.3, "time": 1507413266231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4752, 61.8518, 54.3]}, "bbox": [-149.4752, 61.8518, -149.4752, 61.8518]}, {"id": "15", "type": "Feature", "properties": {"id": "ak16994278", "mag": 1.8, "time": 1507413195076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8597, 61.6214, 50.0]}, "bbox": [-150.8597, 61.6214, -150.8597, 61.6214]}, {"id": "16", "type": "Feature", "properties": {"id": "ak16994274", "mag": 1.9, "time": 1507412827617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7142, 62.9656, 93.6]}, "bbox": [-149.7142, 62.9656, -149.7142, 62.9656]}, {"id": "17", "type": "Feature", "properties": {"id": "ak16994273", "mag": 1.2, "time": 1507411925999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2484, 61.2705, 69.1]}, "bbox": [-151.2484, 61.2705, -151.2484, 61.2705]}, {"id": "18", "type": "Feature", "properties": {"id": "ak16994270", "mag": 2.0, "time": 1507411814209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0732, 65.5942, 14.8]}, "bbox": [-152.0732, 65.5942, -152.0732, 65.5942]}, {"id": "19", "type": "Feature", "properties": {"id": "us2000b2ly", "mag": 4.1, "time": 1507411448780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.5445, 13.5146, 54.36]}, "bbox": [-90.5445, 13.5146, -90.5445, 13.5146]}, {"id": "20", "type": "Feature", "properties": {"id": "nc72905841", "mag": 1.38, "time": 1507411214450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819504, 37.605499, 4.14]}, "bbox": [-118.819504, 37.605499, -118.819504, 37.605499]}, {"id": "21", "type": "Feature", "properties": {"id": "nc72905836", "mag": 1.4, "time": 1507410206440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.930168, 37.636833, -0.71]}, "bbox": [-118.930168, 37.636833, -118.930168, 37.636833]}, {"id": "22", "type": "Feature", "properties": {"id": "ci38021272", "mag": 1.34, "time": 1507408122250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509167, 34.1555, 16.34]}, "bbox": [-117.509167, 34.1555, -117.509167, 34.1555]}, {"id": "23", "type": "Feature", "properties": {"id": "ci38021264", "mag": 1.0, "time": 1507407938100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.5115, 5.16]}, "bbox": [-116.792167, 33.5115, -116.792167, 33.5115]}, {"id": "24", "type": "Feature", "properties": {"id": "ak16993963", "mag": 1.4, "time": 1507407100665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9126, 63.1812, 150.4]}, "bbox": [-150.9126, 63.1812, -150.9126, 63.1812]}, {"id": "25", "type": "Feature", "properties": {"id": "hv61936851", "mag": 2.55, "time": 1507406278360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.078659, 19.374167, 2.15]}, "bbox": [-155.078659, 19.374167, -155.078659, 19.374167]}, {"id": "26", "type": "Feature", "properties": {"id": "ak16993960", "mag": 1.4, "time": 1507405129739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3106, 61.5726, 26.9]}, "bbox": [-147.3106, 61.5726, -147.3106, 61.5726]}, {"id": "27", "type": "Feature", "properties": {"id": "ak16993952", "mag": 1.7, "time": 1507403679922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5846, 60.2607, 34.2]}, "bbox": [-150.5846, 60.2607, -150.5846, 60.2607]}, {"id": "28", "type": "Feature", "properties": {"id": "ci38021224", "mag": 1.04, "time": 1507401391710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 34.254833, 18.27]}, "bbox": [-116.929, 34.254833, -116.929, 34.254833]}, {"id": "29", "type": "Feature", "properties": {"id": "ak16993752", "mag": 1.3, "time": 1507401212982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5065, 63.0847, 0.0]}, "bbox": [-151.5065, 63.0847, -151.5065, 63.0847]}, {"id": "30", "type": "Feature", "properties": {"id": "ak16993746", "mag": 1.3, "time": 1507399350671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8929, 63.5257, 3.3]}, "bbox": [-147.8929, 63.5257, -147.8929, 63.5257]}, {"id": "31", "type": "Feature", "properties": {"id": "us2000b2jk", "mag": 4.6, "time": 1507398878400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.7258, -18.9821, 195.22]}, "bbox": [-175.7258, -18.9821, -175.7258, -18.9821]}, {"id": "32", "type": "Feature", "properties": {"id": "ak16993741", "mag": 1.6, "time": 1507398797233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3473, 63.0775, 0.0]}, "bbox": [-151.3473, 63.0775, -151.3473, 63.0775]}, {"id": "33", "type": "Feature", "properties": {"id": "nc72905766", "mag": 2.64, "time": 1507397278960, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.137497, 36.579834, 7.72]}, "bbox": [-121.137497, 36.579834, -121.137497, 36.579834]}, {"id": "34", "type": "Feature", "properties": {"id": "ak16993738", "mag": 1.4, "time": 1507396778206, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1075, 61.8312, 71.7]}, "bbox": [-151.1075, 61.8312, -151.1075, 61.8312]}, {"id": "35", "type": "Feature", "properties": {"id": "ak16993736", "mag": 1.2, "time": 1507396542471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3769, 63.0621, 0.0]}, "bbox": [-151.3769, 63.0621, -151.3769, 63.0621]}, {"id": "36", "type": "Feature", "properties": {"id": "us2000b2ii", "mag": 4.3, "time": 1507395765330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8319, 16.7195, 58.84]}, "bbox": [-94.8319, 16.7195, -94.8319, 16.7195]}, {"id": "37", "type": "Feature", "properties": {"id": "uw61339006", "mag": 1.91, "time": 1507395622730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.689833, 47.049167, 5.38]}, "bbox": [-120.689833, 47.049167, -120.689833, 47.049167]}, {"id": "38", "type": "Feature", "properties": {"id": "ak16993732", "mag": 1.7, "time": 1507395602456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5283, 63.0785, 0.0]}, "bbox": [-151.5283, 63.0785, -151.5283, 63.0785]}, {"id": "39", "type": "Feature", "properties": {"id": "ak16993720", "mag": 2.5, "time": 1507394741482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6683, 60.7696, 67.1]}, "bbox": [-151.6683, 60.7696, -151.6683, 60.7696]}, {"id": "40", "type": "Feature", "properties": {"id": "ak16993714", "mag": 1.6, "time": 1507394402896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7591, 61.6478, 30.6]}, "bbox": [-149.7591, 61.6478, -149.7591, 61.6478]}, {"id": "41", "type": "Feature", "properties": {"id": "ak16993710", "mag": 1.5, "time": 1507393418705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3458, 63.0633, 0.0]}, "bbox": [-151.3458, 63.0633, -151.3458, 63.0633]}, {"id": "42", "type": "Feature", "properties": {"id": "ak16993699", "mag": 1.6, "time": 1507392875390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4669, 63.0675, 3.4]}, "bbox": [-151.4669, 63.0675, -151.4669, 63.0675]}, {"id": "43", "type": "Feature", "properties": {"id": "ak16993695", "mag": 1.3, "time": 1507392837463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5169, 63.083, 1.0]}, "bbox": [-151.5169, 63.083, -151.5169, 63.083]}, {"id": "44", "type": "Feature", "properties": {"id": "ak16993692", "mag": 2.3, "time": 1507392657193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4771, 63.0742, 4.3]}, "bbox": [-151.4771, 63.0742, -151.4771, 63.0742]}, {"id": "45", "type": "Feature", "properties": {"id": "ak16993486", "mag": 4.2, "time": 1507392435159, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.458, 63.1276, 14.9]}, "bbox": [-151.458, 63.1276, -151.458, 63.1276]}, {"id": "46", "type": "Feature", "properties": {"id": "us2000b2hz", "mag": 4.3, "time": 1507392287310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9686, 16.6087, 69.65]}, "bbox": [-94.9686, 16.6087, -94.9686, 16.6087]}, {"id": "47", "type": "Feature", "properties": {"id": "nc72905751", "mag": 1.21, "time": 1507391530870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023666, 37.605335, 1.97]}, "bbox": [-119.023666, 37.605335, -119.023666, 37.605335]}, {"id": "48", "type": "Feature", "properties": {"id": "ci38021056", "mag": 1.95, "time": 1507390783500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.493, 3.65]}, "bbox": [-116.793833, 33.493, -116.793833, 33.493]}, {"id": "49", "type": "Feature", "properties": {"id": "ci38021048", "mag": 1.02, "time": 1507388708760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.225, 34.0335, 0.39]}, "bbox": [-117.225, 34.0335, -117.225, 34.0335]}, {"id": "50", "type": "Feature", "properties": {"id": "ak16993303", "mag": 1.9, "time": 1507385638408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.2623, 0.9]}, "bbox": [-151.0033, 63.2623, -151.0033, 63.2623]}, {"id": "51", "type": "Feature", "properties": {"id": "us2000b2hc", "mag": 4.9, "time": 1507385606770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3179, -30.4302, 10.0]}, "bbox": [-177.3179, -30.4302, -177.3179, -30.4302]}, {"id": "52", "type": "Feature", "properties": {"id": "ak16993301", "mag": 2.1, "time": 1507383291943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1913, 58.5727, 85.2]}, "bbox": [-154.1913, 58.5727, -154.1913, 58.5727]}, {"id": "53", "type": "Feature", "properties": {"id": "uu60251607", "mag": 3.09, "time": 1507383200950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.140503, 38.030666, 7.29]}, "bbox": [-113.140503, 38.030666, -113.140503, 38.030666]}, {"id": "54", "type": "Feature", "properties": {"id": "nc72905716", "mag": 1.07, "time": 1507382878240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.789166, 2.09]}, "bbox": [-122.765663, 38.789166, -122.765663, 38.789166]}, {"id": "55", "type": "Feature", "properties": {"id": "nc72905711", "mag": 1.17, "time": 1507382428800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.678001, 37.621498, 4.39]}, "bbox": [-121.678001, 37.621498, -121.678001, 37.621498]}, {"id": "56", "type": "Feature", "properties": {"id": "ak16993140", "mag": 1.9, "time": 1507381096302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8813, 63.1738, 75.2]}, "bbox": [-148.8813, 63.1738, -148.8813, 63.1738]}, {"id": "57", "type": "Feature", "properties": {"id": "ak16993128", "mag": 1.6, "time": 1507378828395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.531, 61.7978, 14.8]}, "bbox": [-149.531, 61.7978, -149.531, 61.7978]}, {"id": "58", "type": "Feature", "properties": {"id": "hv61936621", "mag": 1.98, "time": 1507378497820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.423492, 19.223499, 34.62]}, "bbox": [-155.423492, 19.223499, -155.423492, 19.223499]}, {"id": "59", "type": "Feature", "properties": {"id": "ak16993119", "mag": 1.5, "time": 1507378014192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.8317, 59.7754, 0.0]}, "bbox": [-138.8317, 59.7754, -138.8317, 59.7754]}, {"id": "60", "type": "Feature", "properties": {"id": "nc72905681", "mag": 1.39, "time": 1507377675100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.8255, 2.24]}, "bbox": [-122.793999, 38.8255, -122.793999, 38.8255]}, {"id": "61", "type": "Feature", "properties": {"id": "hv61936531", "mag": 2.66, "time": 1507377140600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.32016, 19.338667, 4.3]}, "bbox": [-155.32016, 19.338667, -155.32016, 19.338667]}, {"id": "62", "type": "Feature", "properties": {"id": "ak16992960", "mag": 1.9, "time": 1507376759252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4264, 67.7636, 0.0]}, "bbox": [-158.4264, 67.7636, -158.4264, 67.7636]}, {"id": "63", "type": "Feature", "properties": {"id": "ak16992953", "mag": 2.1, "time": 1507376626801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5725, 59.8372, 0.0]}, "bbox": [-136.5725, 59.8372, -136.5725, 59.8372]}, {"id": "64", "type": "Feature", "properties": {"id": "us2000b2fz", "mag": 4.1, "time": 1507372645200, "felt": 103.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7814, -32.4981, 23.29]}, "bbox": [-71.7814, -32.4981, -71.7814, -32.4981]}, {"id": "65", "type": "Feature", "properties": {"id": "nn00608370", "mag": 1.3, "time": 1507370926907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9711, 36.3094, 7.8]}, "bbox": [-115.9711, 36.3094, -115.9711, 36.3094]}, {"id": "66", "type": "Feature", "properties": {"id": "ak16992628", "mag": 1.5, "time": 1507369548317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8046, 65.9499, 0.0]}, "bbox": [-163.8046, 65.9499, -163.8046, 65.9499]}, {"id": "67", "type": "Feature", "properties": {"id": "ak16992625", "mag": 1.4, "time": 1507369466929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8309, 63.376, 82.0]}, "bbox": [-147.8309, 63.376, -147.8309, 63.376]}, {"id": "68", "type": "Feature", "properties": {"id": "nc72905641", "mag": 1.22, "time": 1507368529650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.724167, 38.760334, 1.16]}, "bbox": [-122.724167, 38.760334, -122.724167, 38.760334]}, {"id": "69", "type": "Feature", "properties": {"id": "us2000b2fc", "mag": 5.1, "time": 1507368374110, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9778, -1.6647, 147.34]}, "bbox": [-77.9778, -1.6647, -77.9778, -1.6647]}, {"id": "70", "type": "Feature", "properties": {"id": "ak16992611", "mag": 2.1, "time": 1507366872675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3324, 62.9966, 88.4]}, "bbox": [-150.3324, 62.9966, -150.3324, 62.9966]}, {"id": "71", "type": "Feature", "properties": {"id": "ak16992607", "mag": 1.8, "time": 1507366536698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4858, 64.7593, 11.3]}, "bbox": [-146.4858, 64.7593, -146.4858, 64.7593]}, {"id": "72", "type": "Feature", "properties": {"id": "us2000b2et", "mag": 4.9, "time": 1507365487800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7469, -33.0092, 10.0]}, "bbox": [-177.7469, -33.0092, -177.7469, -33.0092]}, {"id": "73", "type": "Feature", "properties": {"id": "ak16992603", "mag": 2.2, "time": 1507364931625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8133, 59.8473, 0.0]}, "bbox": [-136.8133, 59.8473, -136.8133, 59.8473]}, {"id": "74", "type": "Feature", "properties": {"id": "ci38020960", "mag": 1.0, "time": 1507363084310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.673833, 33.904333, 35.76]}, "bbox": [-116.673833, 33.904333, -116.673833, 33.904333]}, {"id": "75", "type": "Feature", "properties": {"id": "hv61936261", "mag": 1.72, "time": 1507362853030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382172, 19.23, 34.41]}, "bbox": [-155.382172, 19.23, -155.382172, 19.23]}, {"id": "76", "type": "Feature", "properties": {"id": "ak16992451", "mag": 1.8, "time": 1507362228460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.427, 66.3947, 5.8]}, "bbox": [-153.427, 66.3947, -153.427, 66.3947]}, {"id": "77", "type": "Feature", "properties": {"id": "ci38020944", "mag": 1.0, "time": 1507362158010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.457667, 34.326, 2.73]}, "bbox": [-116.457667, 34.326, -116.457667, 34.326]}, {"id": "78", "type": "Feature", "properties": {"id": "mb80259564", "mag": 1.03, "time": 1507361004730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.865833, 9.91]}, "bbox": [-112.529833, 46.865833, -112.529833, 46.865833]}, {"id": "79", "type": "Feature", "properties": {"id": "nc72905606", "mag": 1.19, "time": 1507358854330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.791832, 38.834835, 1.65]}, "bbox": [-122.791832, 38.834835, -122.791832, 38.834835]}, {"id": "80", "type": "Feature", "properties": {"id": "nn00608387", "mag": 1.0, "time": 1507358249243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.405, 11.4]}, "bbox": [-118.9071, 38.405, -118.9071, 38.405]}, {"id": "81", "type": "Feature", "properties": {"id": "ci38020896", "mag": 1.89, "time": 1507358144340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.486833, 4.21]}, "bbox": [-116.793833, 33.486833, -116.793833, 33.486833]}, {"id": "82", "type": "Feature", "properties": {"id": "us2000b2dx", "mag": 4.5, "time": 1507357181260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.1291, -6.3628, 156.49]}, "bbox": [130.1291, -6.3628, 130.1291, -6.3628]}, {"id": "83", "type": "Feature", "properties": {"id": "se60208171", "mag": 2.4, "time": 1507353902490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.749833, 36.150333, 14.1]}, "bbox": [-83.749833, 36.150333, -83.749833, 36.150333]}, {"id": "84", "type": "Feature", "properties": {"id": "nc72905576", "mag": 1.77, "time": 1507352706600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.900833, 36.327168, 6.31]}, "bbox": [-120.900833, 36.327168, -120.900833, 36.327168]}, {"id": "85", "type": "Feature", "properties": {"id": "ak16992147", "mag": 1.4, "time": 1507351430424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0276, 62.5667, 0.0]}, "bbox": [-153.0276, 62.5667, -153.0276, 62.5667]}, {"id": "86", "type": "Feature", "properties": {"id": "ak16992146", "mag": 1.8, "time": 1507351047849, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.5063, 59.957, 0.0]}, "bbox": [-138.5063, 59.957, -138.5063, 59.957]}, {"id": "87", "type": "Feature", "properties": {"id": "nc72905556", "mag": 1.77, "time": 1507350586140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.834835, 1.77]}, "bbox": [-122.792, 38.834835, -122.792, 38.834835]}, {"id": "88", "type": "Feature", "properties": {"id": "mb80259559", "mag": 1.46, "time": 1507350177430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530833, 46.869333, 10.71]}, "bbox": [-112.530833, 46.869333, -112.530833, 46.869333]}, {"id": "89", "type": "Feature", "properties": {"id": "us2000b2d1", "mag": 4.7, "time": 1507347862040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.504, -16.7961, 178.13]}, "bbox": [-69.504, -16.7961, -69.504, -16.7961]}, {"id": "90", "type": "Feature", "properties": {"id": "nc72905531", "mag": 1.48, "time": 1507346675870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831169, 37.4585, 2.53]}, "bbox": [-118.831169, 37.4585, -118.831169, 37.4585]}, {"id": "91", "type": "Feature", "properties": {"id": "mb80259549", "mag": 1.08, "time": 1507345321240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516333, 46.8755, 11.43]}, "bbox": [-112.516333, 46.8755, -112.516333, 46.8755]}, {"id": "92", "type": "Feature", "properties": {"id": "nc72905521", "mag": 1.46, "time": 1507345267910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816666, 37.603832, 4.04]}, "bbox": [-118.816666, 37.603832, -118.816666, 37.603832]}, {"id": "93", "type": "Feature", "properties": {"id": "ci38020824", "mag": 2.12, "time": 1507344823940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.655333, 34.632, 5.34]}, "bbox": [-116.655333, 34.632, -116.655333, 34.632]}, {"id": "94", "type": "Feature", "properties": {"id": "ak16991857", "mag": 2.3, "time": 1507344587124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8808, 51.3254, 31.7]}, "bbox": [-177.8808, 51.3254, -177.8808, 51.3254]}, {"id": "95", "type": "Feature", "properties": {"id": "nn00608359", "mag": 1.1, "time": 1507344387447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1285, 37.4041, 0.5]}, "bbox": [-115.1285, 37.4041, -115.1285, 37.4041]}, {"id": "96", "type": "Feature", "properties": {"id": "nc72905511", "mag": 1.27, "time": 1507344302520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817169, 37.604168, 4.02]}, "bbox": [-118.817169, 37.604168, -118.817169, 37.604168]}, {"id": "97", "type": "Feature", "properties": {"id": "us2000b2cx", "mag": 4.9, "time": 1507343887900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.1471, -23.7671, 10.0]}, "bbox": [69.1471, -23.7671, 69.1471, -23.7671]}, {"id": "98", "type": "Feature", "properties": {"id": "nc72905496", "mag": 1.94, "time": 1507341324260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.101166, 40.842499, 6.01]}, "bbox": [-121.101166, 40.842499, -121.101166, 40.842499]}, {"id": "99", "type": "Feature", "properties": {"id": "us2000b2cc", "mag": 5.0, "time": 1507340745260, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.668, 1.1151, 7.01]}, "bbox": [132.668, 1.1151, 132.668, 1.1151]}, {"id": "100", "type": "Feature", "properties": {"id": "ci38020800", "mag": 1.46, "time": 1507340726000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.462667, 33.466333, 5.78]}, "bbox": [-116.462667, 33.466333, -116.462667, 33.466333]}, {"id": "101", "type": "Feature", "properties": {"id": "ak16991706", "mag": 1.7, "time": 1507339655320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2596, 60.2328, 0.0]}, "bbox": [-141.2596, 60.2328, -141.2596, 60.2328]}, {"id": "102", "type": "Feature", "properties": {"id": "ak16991711", "mag": 1.6, "time": 1507339653625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2013, 60.2021, 10.5]}, "bbox": [-141.2013, 60.2021, -141.2013, 60.2021]}, {"id": "103", "type": "Feature", "properties": {"id": "ak16991704", "mag": 1.7, "time": 1507338343941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7575, 62.4396, 50.8]}, "bbox": [-149.7575, 62.4396, -149.7575, 62.4396]}, {"id": "104", "type": "Feature", "properties": {"id": "ak16991697", "mag": 2.1, "time": 1507336466527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3178, 60.5797, 88.2]}, "bbox": [-152.3178, 60.5797, -152.3178, 60.5797]}, {"id": "105", "type": "Feature", "properties": {"id": "ci38020768", "mag": 1.56, "time": 1507336119080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460167, 34.3335, 2.89]}, "bbox": [-116.460167, 34.3335, -116.460167, 34.3335]}, {"id": "106", "type": "Feature", "properties": {"id": "ci38020760", "mag": 1.22, "time": 1507335982510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.468167, 34.333167, 2.87]}, "bbox": [-116.468167, 34.333167, -116.468167, 34.333167]}, {"id": "107", "type": "Feature", "properties": {"id": "ci38020752", "mag": 1.81, "time": 1507335765850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793, 33.490333, 4.58]}, "bbox": [-116.793, 33.490333, -116.793, 33.490333]}, {"id": "108", "type": "Feature", "properties": {"id": "ci38020744", "mag": 1.76, "time": 1507335646140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.566333, 35.339667, 7.86]}, "bbox": [-118.566333, 35.339667, -118.566333, 35.339667]}, {"id": "109", "type": "Feature", "properties": {"id": "us2000b2c0", "mag": 5.3, "time": 1507335391250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3171, -33.0297, 10.0]}, "bbox": [-178.3171, -33.0297, -178.3171, -33.0297]}, {"id": "110", "type": "Feature", "properties": {"id": "nc72905461", "mag": 1.16, "time": 1507333007350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795998, 38.826, 2.32]}, "bbox": [-122.795998, 38.826, -122.795998, 38.826]}, {"id": "111", "type": "Feature", "properties": {"id": "nn00608334", "mag": 1.1, "time": 1507331333919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1247, 37.3789, 8.2]}, "bbox": [-117.1247, 37.3789, -117.1247, 37.3789]}, {"id": "112", "type": "Feature", "properties": {"id": "ak16991557", "mag": 1.4, "time": 1507331263084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2293, 64.9749, 0.0]}, "bbox": [-147.2293, 64.9749, -147.2293, 64.9749]}, {"id": "113", "type": "Feature", "properties": {"id": "us2000b2ba", "mag": 4.4, "time": 1507331102840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.3636, -10.0109, 10.0]}, "bbox": [152.3636, -10.0109, 152.3636, -10.0109]}, {"id": "114", "type": "Feature", "properties": {"id": "us2000b2b9", "mag": 4.2, "time": 1507331091160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [73.3529, 39.6124, 10.0]}, "bbox": [73.3529, 39.6124, 73.3529, 39.6124]}, {"id": "115", "type": "Feature", "properties": {"id": "ak16991437", "mag": 2.0, "time": 1507330383962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4583, 60.3395, 72.9]}, "bbox": [-152.4583, 60.3395, -152.4583, 60.3395]}, {"id": "116", "type": "Feature", "properties": {"id": "us2000b2av", "mag": 4.3, "time": 1507329021540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.9649, 43.0121, 217.94]}, "bbox": [138.9649, 43.0121, 138.9649, 43.0121]}, {"id": "117", "type": "Feature", "properties": {"id": "nn00608329", "mag": 1.3, "time": 1507328136999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1198, 37.3861, 8.7]}, "bbox": [-117.1198, 37.3861, -117.1198, 37.3861]}, {"id": "118", "type": "Feature", "properties": {"id": "ci38020720", "mag": 1.45, "time": 1507327306610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.955667, 34.34, -0.29]}, "bbox": [-116.955667, 34.34, -116.955667, 34.34]}, {"id": "119", "type": "Feature", "properties": {"id": "uw61338531", "mag": 1.37, "time": 1507326914640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.991667, 46.572333, -0.3]}, "bbox": [-122.991667, 46.572333, -122.991667, 46.572333]}, {"id": "120", "type": "Feature", "properties": {"id": "nn00608354", "mag": 1.0, "time": 1507326343697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.747, 39.8477, 10.0]}, "bbox": [-120.747, 39.8477, -120.747, 39.8477]}, {"id": "121", "type": "Feature", "properties": {"id": "nc72905451", "mag": 1.47, "time": 1507326329600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.753833, 39.8485, 6.72]}, "bbox": [-120.753833, 39.8485, -120.753833, 39.8485]}, {"id": "122", "type": "Feature", "properties": {"id": "nc72905441", "mag": 1.23, "time": 1507325408690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127, 36.566667, 9.16]}, "bbox": [-121.127, 36.566667, -121.127, 36.566667]}, {"id": "123", "type": "Feature", "properties": {"id": "us2000b29t", "mag": 4.5, "time": 1507325144410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.6471, 17.7456, 196.33]}, "bbox": [145.6471, 17.7456, 145.6471, 17.7456]}, {"id": "124", "type": "Feature", "properties": {"id": "us2000b2ab", "mag": 2.6, "time": 1507324395860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8949, 32.7663, 5.0]}, "bbox": [-108.8949, 32.7663, -108.8949, 32.7663]}, {"id": "125", "type": "Feature", "properties": {"id": "nc72905436", "mag": 1.41, "time": 1507323505830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.155667, 36.5565, 6.94]}, "bbox": [-121.155667, 36.5565, -121.155667, 36.5565]}, {"id": "126", "type": "Feature", "properties": {"id": "ci38020712", "mag": 1.19, "time": 1507323492150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.991, 32.578667, 2.62]}, "bbox": [-116.991, 32.578667, -116.991, 32.578667]}, {"id": "127", "type": "Feature", "properties": {"id": "us2000b289", "mag": 2.4, "time": 1507321230800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7321, 36.481, 5.37]}, "bbox": [-98.7321, 36.481, -98.7321, 36.481]}, {"id": "128", "type": "Feature", "properties": {"id": "nc72905431", "mag": 1.0, "time": 1507321021480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.178833, 38.107, -0.02]}, "bbox": [-122.178833, 38.107, -122.178833, 38.107]}, {"id": "129", "type": "Feature", "properties": {"id": "ak16991182", "mag": 1.0, "time": 1507320721326, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1644, 62.2007, 15.5]}, "bbox": [-148.1644, 62.2007, -148.1644, 62.2007]}, {"id": "130", "type": "Feature", "properties": {"id": "ak16991178", "mag": 1.8, "time": 1507320357991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5804, 63.1717, 121.4]}, "bbox": [-150.5804, 63.1717, -150.5804, 63.1717]}, {"id": "131", "type": "Feature", "properties": {"id": "nc72905426", "mag": 1.24, "time": 1507320241050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.688667, 37.5335, 6.91]}, "bbox": [-121.688667, 37.5335, -121.688667, 37.5335]}, {"id": "132", "type": "Feature", "properties": {"id": "ci38020680", "mag": 1.5, "time": 1507320090270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.516, 33.860833, 0.62]}, "bbox": [-117.516, 33.860833, -117.516, 33.860833]}, {"id": "133", "type": "Feature", "properties": {"id": "ak16991069", "mag": 1.8, "time": 1507318145350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6965, 59.7754, 0.0]}, "bbox": [-136.6965, 59.7754, -136.6965, 59.7754]}, {"id": "134", "type": "Feature", "properties": {"id": "us2000b27a", "mag": 2.4, "time": 1507317641850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.2269, 36.6265, 5.07]}, "bbox": [-98.2269, 36.6265, -98.2269, 36.6265]}, {"id": "135", "type": "Feature", "properties": {"id": "ak16991058", "mag": 2.6, "time": 1507317554328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3172, 63.6837, 3.7]}, "bbox": [-146.3172, 63.6837, -146.3172, 63.6837]}, {"id": "136", "type": "Feature", "properties": {"id": "ci38020656", "mag": 1.03, "time": 1507317548410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.646667, 36.148333, 0.93]}, "bbox": [-117.646667, 36.148333, -117.646667, 36.148333]}, {"id": "137", "type": "Feature", "properties": {"id": "ci38020648", "mag": 1.08, "time": 1507317476900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1915, 35.0025, -0.87]}, "bbox": [-118.1915, 35.0025, -118.1915, 35.0025]}, {"id": "138", "type": "Feature", "properties": {"id": "nc72905416", "mag": 1.19, "time": 1507317386760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457667, -0.31]}, "bbox": [-118.803333, 37.457667, -118.803333, 37.457667]}, {"id": "139", "type": "Feature", "properties": {"id": "uw61338426", "mag": 1.65, "time": 1507316609360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7105, 43.553333, 7.02]}, "bbox": [-121.7105, 43.553333, -121.7105, 43.553333]}, {"id": "140", "type": "Feature", "properties": {"id": "mb80259489", "mag": 1.66, "time": 1507316359200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.477167, 45.9945, -2.0]}, "bbox": [-112.477167, 45.9945, -112.477167, 45.9945]}, {"id": "141", "type": "Feature", "properties": {"id": "ci38020624", "mag": 1.22, "time": 1507316271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362, 32.941333, 10.15]}, "bbox": [-116.362, 32.941333, -116.362, 32.941333]}, {"id": "142", "type": "Feature", "properties": {"id": "ak16991011", "mag": 2.0, "time": 1507315584886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9279, 62.7834, 4.5]}, "bbox": [-148.9279, 62.7834, -148.9279, 62.7834]}, {"id": "143", "type": "Feature", "properties": {"id": "us2000b26p", "mag": 4.7, "time": 1507315424010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [68.9568, -49.2119, 13.54]}, "bbox": [68.9568, -49.2119, 68.9568, -49.2119]}, {"id": "144", "type": "Feature", "properties": {"id": "uu60251447", "mag": 2.18, "time": 1507314096180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.633167, 4.91]}, "bbox": [-111.457, 42.633167, -111.457, 42.633167]}, {"id": "145", "type": "Feature", "properties": {"id": "nc72905411", "mag": 1.24, "time": 1507313481610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.962333, 37.920333, -0.33]}, "bbox": [-121.962333, 37.920333, -121.962333, 37.920333]}, {"id": "146", "type": "Feature", "properties": {"id": "us2000b260", "mag": 4.4, "time": 1507311862190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [86.7487, 30.0165, 10.0]}, "bbox": [86.7487, 30.0165, 86.7487, 30.0165]}, {"id": "147", "type": "Feature", "properties": {"id": "ci38020552", "mag": 1.28, "time": 1507311788210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351667, 35.052833, -1.01]}, "bbox": [-118.351667, 35.052833, -118.351667, 35.052833]}, {"id": "148", "type": "Feature", "properties": {"id": "us2000b25h", "mag": 5.5, "time": 1507311683180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-15.5503, -35.3171, 10.0]}, "bbox": [-15.5503, -35.3171, -15.5503, -35.3171]}, {"id": "149", "type": "Feature", "properties": {"id": "ak16990870", "mag": 1.8, "time": 1507310931075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9372, 62.1214, 48.9]}, "bbox": [-149.9372, 62.1214, -149.9372, 62.1214]}, {"id": "150", "type": "Feature", "properties": {"id": "nn00608306", "mag": 1.9, "time": 1507310059424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6177, 38.5802, 5.9]}, "bbox": [-118.6177, 38.5802, -118.6177, 38.5802]}, {"id": "151", "type": "Feature", "properties": {"id": "us2000b24c", "mag": 4.6, "time": 1507309684550, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7841, 37.4191, 31.5]}, "bbox": [143.7841, 37.4191, 143.7841, 37.4191]}, {"id": "152", "type": "Feature", "properties": {"id": "mb80259479", "mag": 1.25, "time": 1507309316470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5305, 46.867167, 12.62]}, "bbox": [-112.5305, 46.867167, -112.5305, 46.867167]}, {"id": "153", "type": "Feature", "properties": {"id": "uu60251412", "mag": 2.1, "time": 1507308318150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460333, 42.602667, 6.75]}, "bbox": [-111.460333, 42.602667, -111.460333, 42.602667]}, {"id": "154", "type": "Feature", "properties": {"id": "nc72905346", "mag": 2.33, "time": 1507308237260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457333, 0.99]}, "bbox": [-118.803333, 37.457333, -118.803333, 37.457333]}, {"id": "155", "type": "Feature", "properties": {"id": "ci38020512", "mag": 1.61, "time": 1507308155060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 35.633833, 6.15]}, "bbox": [-116.2815, 35.633833, -116.2815, 35.633833]}, {"id": "156", "type": "Feature", "properties": {"id": "ci38020480", "mag": 1.04, "time": 1507307612510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.314167, 34.0145, 2.75]}, "bbox": [-116.314167, 34.0145, -116.314167, 34.0145]}, {"id": "157", "type": "Feature", "properties": {"id": "ak16990671", "mag": 1.6, "time": 1507307067130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0099, 66.2332, 1.8]}, "bbox": [-150.0099, 66.2332, -150.0099, 66.2332]}, {"id": "158", "type": "Feature", "properties": {"id": "nc72905326", "mag": 1.17, "time": 1507305678060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.706, 38.783667, 2.5]}, "bbox": [-122.706, 38.783667, -122.706, 38.783667]}, {"id": "159", "type": "Feature", "properties": {"id": "mb80259459", "mag": 0.95, "time": 1507305300890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5315, 46.8575, 12.4]}, "bbox": [-112.5315, 46.8575, -112.5315, 46.8575]}, {"id": "160", "type": "Feature", "properties": {"id": "ci38020408", "mag": 1.2, "time": 1507302977930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019833, 33.876, -0.6]}, "bbox": [-117.019833, 33.876, -117.019833, 33.876]}, {"id": "161", "type": "Feature", "properties": {"id": "ak16990501", "mag": 2.8, "time": 1507302735109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2441, 60.1679, 148.9]}, "bbox": [-153.2441, 60.1679, -153.2441, 60.1679]}, {"id": "162", "type": "Feature", "properties": {"id": "us2000b20f", "mag": 5.4, "time": 1507301800580, "felt": 169.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.1969, 37.0997, 47.42]}, "bbox": [141.1969, 37.0997, 141.1969, 37.0997]}, {"id": "163", "type": "Feature", "properties": {"id": "ak16990465", "mag": 1.7, "time": 1507301707708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.519, 67.5663, 0.0]}, "bbox": [-156.519, 67.5663, -156.519, 67.5663]}, {"id": "164", "type": "Feature", "properties": {"id": "ci38020392", "mag": 2.6, "time": 1507301676460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.894167, 31.614, 5.89]}, "bbox": [-115.894167, 31.614, -115.894167, 31.614]}, {"id": "165", "type": "Feature", "properties": {"id": "ak16990463", "mag": 1.6, "time": 1507300956103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1925, 59.8037, 20.0]}, "bbox": [-152.1925, 59.8037, -152.1925, 59.8037]}, {"id": "166", "type": "Feature", "properties": {"id": "uu60251397", "mag": 1.18, "time": 1507300478100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.436333, 42.554833, 9.68]}, "bbox": [-111.436333, 42.554833, -111.436333, 42.554833]}, {"id": "167", "type": "Feature", "properties": {"id": "nn00608296", "mag": 1.1, "time": 1507299948387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9267, 39.4223, 8.7]}, "bbox": [-119.9267, 39.4223, -119.9267, 39.4223]}, {"id": "168", "type": "Feature", "properties": {"id": "ci38020376", "mag": 1.4, "time": 1507299919340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.476667, 35.752167, 2.24]}, "bbox": [-118.476667, 35.752167, -118.476667, 35.752167]}, {"id": "169", "type": "Feature", "properties": {"id": "nn00608295", "mag": 2.0, "time": 1507298898804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9217, 38.4131, 8.7]}, "bbox": [-118.9217, 38.4131, -118.9217, 38.4131]}, {"id": "170", "type": "Feature", "properties": {"id": "us2000b1zv", "mag": 5.1, "time": 1507298433140, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.0977, 12.0039, 21.82]}, "bbox": [95.0977, 12.0039, 95.0977, 12.0039]}, {"id": "171", "type": "Feature", "properties": {"id": "ak16990379", "mag": 2.0, "time": 1507296668722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4456, 63.3167, 112.0]}, "bbox": [-150.4456, 63.3167, -150.4456, 63.3167]}, {"id": "172", "type": "Feature", "properties": {"id": "ak16990317", "mag": 2.4, "time": 1507295355033, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6485, 60.9026, 21.1]}, "bbox": [-149.6485, 60.9026, -149.6485, 60.9026]}, {"id": "173", "type": "Feature", "properties": {"id": "nc72905256", "mag": 1.69, "time": 1507295344860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7755, 38.805167, 0.72]}, "bbox": [-122.7755, 38.805167, -122.7755, 38.805167]}, {"id": "174", "type": "Feature", "properties": {"id": "ci38020296", "mag": 0.98, "time": 1507294899000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 34.226167, 12.35]}, "bbox": [-117.445, 34.226167, -117.445, 34.226167]}, {"id": "175", "type": "Feature", "properties": {"id": "nc72905246", "mag": 1.14, "time": 1507294685610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797333, 38.813499, 2.36]}, "bbox": [-122.797333, 38.813499, -122.797333, 38.813499]}, {"id": "176", "type": "Feature", "properties": {"id": "nc72905241", "mag": 1.27, "time": 1507294429860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.822333, 1.56]}, "bbox": [-122.806167, 38.822333, -122.806167, 38.822333]}, {"id": "177", "type": "Feature", "properties": {"id": "ak16990306", "mag": 1.6, "time": 1507293337500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.164, 63.5211, 0.0]}, "bbox": [-147.164, 63.5211, -147.164, 63.5211]}, {"id": "178", "type": "Feature", "properties": {"id": "nc72905231", "mag": 1.31, "time": 1507293268040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600333, 38.771667, 0.05]}, "bbox": [-122.600333, 38.771667, -122.600333, 38.771667]}, {"id": "179", "type": "Feature", "properties": {"id": "mb80259449", "mag": 1.29, "time": 1507293189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.557667, 46.894167, 9.91]}, "bbox": [-112.557667, 46.894167, -112.557667, 46.894167]}, {"id": "180", "type": "Feature", "properties": {"id": "nc72905226", "mag": 1.25, "time": 1507291334810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.798333, 37.565333, -0.35]}, "bbox": [-118.798333, 37.565333, -118.798333, 37.565333]}, {"id": "181", "type": "Feature", "properties": {"id": "ci38020256", "mag": 2.0, "time": 1507290973570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.757833, 34.172833, 6.62]}, "bbox": [-117.757833, 34.172833, -117.757833, 34.172833]}, {"id": "182", "type": "Feature", "properties": {"id": "ci38020240", "mag": 1.05, "time": 1507290356170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.355667, 35.822833, 16.75]}, "bbox": [-118.355667, 35.822833, -118.355667, 35.822833]}, {"id": "183", "type": "Feature", "properties": {"id": "us2000b1xz", "mag": 5.2, "time": 1507289341850, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [155.9405, -6.8684, 106.51]}, "bbox": [155.9405, -6.8684, 155.9405, -6.8684]}, {"id": "184", "type": "Feature", "properties": {"id": "uw61338256", "mag": 1.22, "time": 1507287741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.509333, 45.6895, 9.57]}, "bbox": [-122.509333, 45.6895, -122.509333, 45.6895]}, {"id": "185", "type": "Feature", "properties": {"id": "ci38020232", "mag": 1.4, "time": 1507287412090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8455, 34.000333, 9.47]}, "bbox": [-116.8455, 34.000333, -116.8455, 34.000333]}, {"id": "186", "type": "Feature", "properties": {"id": "mb80259444", "mag": 1.6, "time": 1507286758530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5795, 44.259167, 3.88]}, "bbox": [-114.5795, 44.259167, -114.5795, 44.259167]}, {"id": "187", "type": "Feature", "properties": {"id": "mb80259434", "mag": 1.18, "time": 1507286693390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.322167, 43.681333, 9.95]}, "bbox": [-110.322167, 43.681333, -110.322167, 43.681333]}, {"id": "188", "type": "Feature", "properties": {"id": "ak16990167", "mag": 3.0, "time": 1507285562299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2949, 51.2318, 28.0]}, "bbox": [-178.2949, 51.2318, -178.2949, 51.2318]}, {"id": "189", "type": "Feature", "properties": {"id": "ak16990162", "mag": 3.2, "time": 1507285408267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0402, 65.2966, 0.1]}, "bbox": [-156.0402, 65.2966, -156.0402, 65.2966]}, {"id": "190", "type": "Feature", "properties": {"id": "hv61935226", "mag": 1.78, "time": 1507284229580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.42366, 19.2805, 7.76]}, "bbox": [-155.42366, 19.2805, -155.42366, 19.2805]}, {"id": "191", "type": "Feature", "properties": {"id": "hv61935131", "mag": 1.67, "time": 1507283791470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.248833, 18.876833, 12.183]}, "bbox": [-155.248833, 18.876833, -155.248833, 18.876833]}, {"id": "192", "type": "Feature", "properties": {"id": "ak16990109", "mag": 1.9, "time": 1507282869514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1519, 63.251, 0.0]}, "bbox": [-151.1519, 63.251, -151.1519, 63.251]}, {"id": "193", "type": "Feature", "properties": {"id": "us2000b1xd", "mag": 4.4, "time": 1507281825250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9639, -0.4925, 44.07]}, "bbox": [119.9639, -0.4925, 119.9639, -0.4925]}, {"id": "194", "type": "Feature", "properties": {"id": "ak16990102", "mag": 1.6, "time": 1507281420124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7545, 61.5105, 70.6]}, "bbox": [-150.7545, 61.5105, -150.7545, 61.5105]}, {"id": "195", "type": "Feature", "properties": {"id": "hv61935091", "mag": 2.94, "time": 1507279304370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2205, 19.380333, 14.051]}, "bbox": [-156.2205, 19.380333, -156.2205, 19.380333]}, {"id": "196", "type": "Feature", "properties": {"id": "nn00608291", "mag": 1.6, "time": 1507279195578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.2224, 39.4096, 5.7]}, "bbox": [-115.2224, 39.4096, -115.2224, 39.4096]}, {"id": "197", "type": "Feature", "properties": {"id": "nc72905186", "mag": 0.99, "time": 1507278858510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.483833, 5.31]}, "bbox": [-118.8245, 37.483833, -118.8245, 37.483833]}, {"id": "198", "type": "Feature", "properties": {"id": "us2000b1v8", "mag": 6.0, "time": 1507276773110, "felt": 108.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.9537, 37.485, 10.0]}, "bbox": [143.9537, 37.485, 143.9537, 37.485]}, {"id": "199", "type": "Feature", "properties": {"id": "uu60251377", "mag": 1.43, "time": 1507274976970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.660667, 5.95]}, "bbox": [-111.444, 42.660667, -111.444, 42.660667]}, {"id": "200", "type": "Feature", "properties": {"id": "ak16989976", "mag": 3.1, "time": 1507274375943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8808, 0.0]}, "bbox": [-136.7235, 59.8808, -136.7235, 59.8808]}, {"id": "201", "type": "Feature", "properties": {"id": "mb80259414", "mag": 1.86, "time": 1507273645130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.997833, 47.455667, 1.73]}, "bbox": [-115.997833, 47.455667, -115.997833, 47.455667]}, {"id": "202", "type": "Feature", "properties": {"id": "us2000b1v0", "mag": 4.7, "time": 1507273552100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6145, 13.8504, 10.0]}, "bbox": [146.6145, 13.8504, 146.6145, 13.8504]}, {"id": "203", "type": "Feature", "properties": {"id": "ak16989973", "mag": 1.3, "time": 1507272833815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7833, 64.8537, 19.7]}, "bbox": [-148.7833, 64.8537, -148.7833, 64.8537]}, {"id": "204", "type": "Feature", "properties": {"id": "us2000b2dh", "mag": 3.3, "time": 1507270603000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.92, 49.06, 22.0]}, "bbox": [-67.92, 49.06, -67.92, 49.06]}, {"id": "205", "type": "Feature", "properties": {"id": "ak16989967", "mag": 1.9, "time": 1507270303410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3206, 61.7195, 41.0]}, "bbox": [-150.3206, 61.7195, -150.3206, 61.7195]}, {"id": "206", "type": "Feature", "properties": {"id": "ci38020152", "mag": 1.08, "time": 1507270230410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.557333, 32.948833, 3.78]}, "bbox": [-115.557333, 32.948833, -115.557333, 32.948833]}, {"id": "207", "type": "Feature", "properties": {"id": "us2000b1um", "mag": 2.7, "time": 1507269804040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4493, 42.6517, 7.67]}, "bbox": [-111.4493, 42.6517, -111.4493, 42.6517]}, {"id": "208", "type": "Feature", "properties": {"id": "nc72905156", "mag": 1.79, "time": 1507269478010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801167, 38.822, 2.67]}, "bbox": [-122.801167, 38.822, -122.801167, 38.822]}, {"id": "209", "type": "Feature", "properties": {"id": "nc71107634", "mag": 1.13, "time": 1507269413290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.478167, 38.6015, 12.1]}, "bbox": [-122.478167, 38.6015, -122.478167, 38.6015]}, {"id": "210", "type": "Feature", "properties": {"id": "us2000b1un", "mag": 4.3, "time": 1507269388630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4985, 51.6139, 71.76]}, "bbox": [178.4985, 51.6139, 178.4985, 51.6139]}, {"id": "211", "type": "Feature", "properties": {"id": "uu60251357", "mag": 1.47, "time": 1507268672130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455333, 42.652833, 2.92]}, "bbox": [-111.455333, 42.652833, -111.455333, 42.652833]}, {"id": "212", "type": "Feature", "properties": {"id": "ak16989960", "mag": 1.1, "time": 1507268319981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2116, 64.2744, 14.8]}, "bbox": [-148.2116, 64.2744, -148.2116, 64.2744]}, {"id": "213", "type": "Feature", "properties": {"id": "hv61935031", "mag": 1.75, "time": 1507267817920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.428833, 19.329, 10.185]}, "bbox": [-155.428833, 19.329, -155.428833, 19.329]}, {"id": "214", "type": "Feature", "properties": {"id": "nc72905151", "mag": 1.08, "time": 1507267299070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.607, 4.0]}, "bbox": [-118.823167, 37.607, -118.823167, 37.607]}, {"id": "215", "type": "Feature", "properties": {"id": "mb80259404", "mag": 1.03, "time": 1507266753410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532167, 46.873, 11.23]}, "bbox": [-112.532167, 46.873, -112.532167, 46.873]}, {"id": "216", "type": "Feature", "properties": {"id": "us2000b1u8", "mag": 4.6, "time": 1507265974560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.1261, -17.5702, 36.33]}, "bbox": [-64.1261, -17.5702, -64.1261, -17.5702]}, {"id": "217", "type": "Feature", "properties": {"id": "ci38020112", "mag": 1.06, "time": 1507265623210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.434833, 33.0315, 3.46]}, "bbox": [-116.434833, 33.0315, -116.434833, 33.0315]}, {"id": "218", "type": "Feature", "properties": {"id": "nc72905146", "mag": 1.56, "time": 1507265461960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7915, 38.8195, 1.42]}, "bbox": [-122.7915, 38.8195, -122.7915, 38.8195]}, {"id": "219", "type": "Feature", "properties": {"id": "uw61338091", "mag": 1.62, "time": 1507265317630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2, 47.583333, 23.03]}, "bbox": [-122.2, 47.583333, -122.2, 47.583333]}, {"id": "220", "type": "Feature", "properties": {"id": "uw61338086", "mag": 1.33, "time": 1507265080940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.200333, 47.583833, 23.12]}, "bbox": [-122.200333, 47.583833, -122.200333, 47.583833]}, {"id": "221", "type": "Feature", "properties": {"id": "uu60251347", "mag": 1.61, "time": 1507264823080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.494833, 42.639667, 0.79]}, "bbox": [-111.494833, 42.639667, -111.494833, 42.639667]}, {"id": "222", "type": "Feature", "properties": {"id": "nc71107639", "mag": 1.32, "time": 1507263429870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 39.599833, 20.91]}, "bbox": [-121.9235, 39.599833, -121.9235, 39.599833]}, {"id": "223", "type": "Feature", "properties": {"id": "nc72905131", "mag": 1.06, "time": 1507263391130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.5295, 5.95]}, "bbox": [-118.831, 37.5295, -118.831, 37.5295]}, {"id": "224", "type": "Feature", "properties": {"id": "nc72905121", "mag": 1.41, "time": 1507263129660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.403, 38.364167, 8.42]}, "bbox": [-122.403, 38.364167, -122.403, 38.364167]}, {"id": "225", "type": "Feature", "properties": {"id": "us2000b1tr", "mag": 4.8, "time": 1507262599510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9528, -10.3953, 10.0]}, "bbox": [151.9528, -10.3953, 151.9528, -10.3953]}, {"id": "226", "type": "Feature", "properties": {"id": "ak16989915", "mag": 1.5, "time": 1507260314998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3718, 63.0764, 0.0]}, "bbox": [-151.3718, 63.0764, -151.3718, 63.0764]}, {"id": "227", "type": "Feature", "properties": {"id": "uw61338061", "mag": 1.26, "time": 1507260032120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.744833, 47.490167, 16.4]}, "bbox": [-121.744833, 47.490167, -121.744833, 47.490167]}, {"id": "228", "type": "Feature", "properties": {"id": "ak16989910", "mag": 2.1, "time": 1507259762026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6057, 63.4194, 106.4]}, "bbox": [-149.6057, 63.4194, -149.6057, 63.4194]}, {"id": "229", "type": "Feature", "properties": {"id": "nc72905106", "mag": 1.0, "time": 1507258246340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822, 38.814833, 1.61]}, "bbox": [-122.822, 38.814833, -122.822, 38.814833]}, {"id": "230", "type": "Feature", "properties": {"id": "nc72905101", "mag": 2.97, "time": 1507257072490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.777167, 41.2375, 7.51]}, "bbox": [-125.777167, 41.2375, -125.777167, 41.2375]}, {"id": "231", "type": "Feature", "properties": {"id": "ak16989906", "mag": 1.6, "time": 1507256091995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.063, 65.8813, 12.8]}, "bbox": [-151.063, 65.8813, -151.063, 65.8813]}, {"id": "232", "type": "Feature", "properties": {"id": "ci38020032", "mag": 1.89, "time": 1507255962830, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7975, 33.5, 5.36]}, "bbox": [-116.7975, 33.5, -116.7975, 33.5]}, {"id": "233", "type": "Feature", "properties": {"id": "ci38020024", "mag": 1.53, "time": 1507255628970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.875167, 33.957, 3.47]}, "bbox": [-116.875167, 33.957, -116.875167, 33.957]}, {"id": "234", "type": "Feature", "properties": {"id": "us2000b1t0", "mag": 4.8, "time": 1507255428530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.496, 0.9934, 10.0]}, "bbox": [-25.496, 0.9934, -25.496, 0.9934]}, {"id": "235", "type": "Feature", "properties": {"id": "us2000b1sv", "mag": 4.6, "time": 1507253577740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1867, -9.9486, 10.0]}, "bbox": [152.1867, -9.9486, 152.1867, -9.9486]}, {"id": "236", "type": "Feature", "properties": {"id": "uu60251342", "mag": 1.12, "time": 1507252828550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.5485, 6.65]}, "bbox": [-111.414167, 42.5485, -111.414167, 42.5485]}, {"id": "237", "type": "Feature", "properties": {"id": "nc72905066", "mag": 0.98, "time": 1507251331760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9395, 37.636, 5.66]}, "bbox": [-118.9395, 37.636, -118.9395, 37.636]}, {"id": "238", "type": "Feature", "properties": {"id": "nn00608277", "mag": 1.5, "time": 1507251023072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.857, 37.3396, 3.9]}, "bbox": [-114.857, 37.3396, -114.857, 37.3396]}, {"id": "239", "type": "Feature", "properties": {"id": "uu60251327", "mag": 1.16, "time": 1507250350380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.672333, 39.4485, 12.04]}, "bbox": [-111.672333, 39.4485, -111.672333, 39.4485]}, {"id": "240", "type": "Feature", "properties": {"id": "ak16989868", "mag": 1.6, "time": 1507249990990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6081, 61.1327, 14.5]}, "bbox": [-140.6081, 61.1327, -140.6081, 61.1327]}, {"id": "241", "type": "Feature", "properties": {"id": "ci38019984", "mag": 1.38, "time": 1507249506910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.598667, 33.450667, 7.77]}, "bbox": [-116.598667, 33.450667, -116.598667, 33.450667]}, {"id": "242", "type": "Feature", "properties": {"id": "nn00608273", "mag": 1.0, "time": 1507249499810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0539, 37.1082, 8.1]}, "bbox": [-117.0539, 37.1082, -117.0539, 37.1082]}, {"id": "243", "type": "Feature", "properties": {"id": "ci38019976", "mag": 1.92, "time": 1507249308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377167, 34.427, 9.46]}, "bbox": [-119.377167, 34.427, -119.377167, 34.427]}, {"id": "244", "type": "Feature", "properties": {"id": "us2000b1s9", "mag": 4.0, "time": 1507248914000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.348, -29.925, 48.8]}, "bbox": [-71.348, -29.925, -71.348, -29.925]}, {"id": "245", "type": "Feature", "properties": {"id": "uw61337986", "mag": 1.12, "time": 1507245979370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.395167, 45.685667, -0.74]}, "bbox": [-122.395167, 45.685667, -122.395167, 45.685667]}, {"id": "246", "type": "Feature", "properties": {"id": "nc72905011", "mag": 2.81, "time": 1507244867710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.472, 6.12]}, "bbox": [-118.8105, 37.472, -118.8105, 37.472]}, {"id": "247", "type": "Feature", "properties": {"id": "nc72905016", "mag": 1.36, "time": 1507244847860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7825, 38.7915, 0.56]}, "bbox": [-122.7825, 38.7915, -122.7825, 38.7915]}, {"id": "248", "type": "Feature", "properties": {"id": "mb80259379", "mag": 0.99, "time": 1507244598420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.871167, 12.6]}, "bbox": [-112.529, 46.871167, -112.529, 46.871167]}, {"id": "249", "type": "Feature", "properties": {"id": "ak16989827", "mag": 1.4, "time": 1507244539965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2289, 64.9761, 0.0]}, "bbox": [-147.2289, 64.9761, -147.2289, 64.9761]}, {"id": "250", "type": "Feature", "properties": {"id": "ak16989825", "mag": 1.8, "time": 1507243916881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1245, 62.4971, 81.1]}, "bbox": [-151.1245, 62.4971, -151.1245, 62.4971]}, {"id": "251", "type": "Feature", "properties": {"id": "nc72905001", "mag": 1.65, "time": 1507243472580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808, 38.822, 1.64]}, "bbox": [-122.808, 38.822, -122.808, 38.822]}, {"id": "252", "type": "Feature", "properties": {"id": "nc72904996", "mag": 2.14, "time": 1507243164460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.588667, 40.652333, 25.1]}, "bbox": [-123.588667, 40.652333, -123.588667, 40.652333]}, {"id": "253", "type": "Feature", "properties": {"id": "ak16989822", "mag": 1.5, "time": 1507242888109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.857, 61.9122, 45.0]}, "bbox": [-149.857, 61.9122, -149.857, 61.9122]}, {"id": "254", "type": "Feature", "properties": {"id": "us2000b1rh", "mag": 4.6, "time": 1507242807430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6063, 21.8848, 100.39]}, "bbox": [144.6063, 21.8848, 144.6063, 21.8848]}, {"id": "255", "type": "Feature", "properties": {"id": "ak16989815", "mag": 2.5, "time": 1507240652193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.192, 61.0044, 106.0]}, "bbox": [-152.192, 61.0044, -152.192, 61.0044]}, {"id": "256", "type": "Feature", "properties": {"id": "ak16989811", "mag": 1.8, "time": 1507240498324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.939, 62.7658, 79.9]}, "bbox": [-149.939, 62.7658, -149.939, 62.7658]}, {"id": "257", "type": "Feature", "properties": {"id": "uu60251317", "mag": 1.66, "time": 1507240484300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418167, 42.544333, 6.24]}, "bbox": [-111.418167, 42.544333, -111.418167, 42.544333]}, {"id": "258", "type": "Feature", "properties": {"id": "us2000b1px", "mag": 2.6, "time": 1507239146260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4355, 42.5495, 8.32]}, "bbox": [-111.4355, 42.5495, -111.4355, 42.5495]}, {"id": "259", "type": "Feature", "properties": {"id": "mb80259359", "mag": 1.17, "time": 1507238290040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.965, 43.357333, 5.92]}, "bbox": [-110.965, 43.357333, -110.965, 43.357333]}, {"id": "260", "type": "Feature", "properties": {"id": "uw61337951", "mag": 2.3, "time": 1507238213550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.549833, 49.328833, -0.06]}, "bbox": [-120.549833, 49.328833, -120.549833, 49.328833]}, {"id": "261", "type": "Feature", "properties": {"id": "ak16989718", "mag": 1.4, "time": 1507237904044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5289, 61.2012, 0.4]}, "bbox": [-140.5289, 61.2012, -140.5289, 61.2012]}, {"id": "262", "type": "Feature", "properties": {"id": "ak16989717", "mag": 1.9, "time": 1507237796189, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.701, 59.032, 0.0]}, "bbox": [-136.701, 59.032, -136.701, 59.032]}, {"id": "263", "type": "Feature", "properties": {"id": "uw61337946", "mag": 2.27, "time": 1507237659430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.817167, 47.392167, -0.46]}, "bbox": [-117.817167, 47.392167, -117.817167, 47.392167]}, {"id": "264", "type": "Feature", "properties": {"id": "nc72904961", "mag": 0.97, "time": 1507237420050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.482833, 1.23]}, "bbox": [-118.8365, 37.482833, -118.8365, 37.482833]}, {"id": "265", "type": "Feature", "properties": {"id": "ak16989714", "mag": 1.7, "time": 1507235850265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0124, 65.8954, 7.6]}, "bbox": [-151.0124, 65.8954, -151.0124, 65.8954]}, {"id": "266", "type": "Feature", "properties": {"id": "ci38019864", "mag": 1.0, "time": 1507235571440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.508667, 6.47]}, "bbox": [-116.794167, 33.508667, -116.794167, 33.508667]}, {"id": "267", "type": "Feature", "properties": {"id": "mb80259334", "mag": 1.45, "time": 1507235042560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525667, 46.872833, 11.13]}, "bbox": [-112.525667, 46.872833, -112.525667, 46.872833]}, {"id": "268", "type": "Feature", "properties": {"id": "ak16989709", "mag": 1.6, "time": 1507234798667, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3071, 63.3209, 6.3]}, "bbox": [-145.3071, 63.3209, -145.3071, 63.3209]}, {"id": "269", "type": "Feature", "properties": {"id": "ak16989702", "mag": 2.5, "time": 1507234198600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.414, 63.3343, 0.0]}, "bbox": [-145.414, 63.3343, -145.414, 63.3343]}, {"id": "270", "type": "Feature", "properties": {"id": "ak16989701", "mag": 1.8, "time": 1507234162044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0004, 65.8966, 0.0]}, "bbox": [-151.0004, 65.8966, -151.0004, 65.8966]}, {"id": "271", "type": "Feature", "properties": {"id": "ak16989699", "mag": 1.7, "time": 1507234036518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6575, 60.1339, 106.4]}, "bbox": [-152.6575, 60.1339, -152.6575, 60.1339]}, {"id": "272", "type": "Feature", "properties": {"id": "nc72904941", "mag": 1.63, "time": 1507233857390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.8205, 2.04]}, "bbox": [-122.810167, 38.8205, -122.810167, 38.8205]}, {"id": "273", "type": "Feature", "properties": {"id": "nc72904936", "mag": 3.14, "time": 1507233758820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.192, 40.163167, 11.62]}, "bbox": [-127.192, 40.163167, -127.192, 40.163167]}, {"id": "274", "type": "Feature", "properties": {"id": "hv61934246", "mag": 1.02, "time": 1507233403750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.289833, 19.374, 1.772]}, "bbox": [-155.289833, 19.374, -155.289833, 19.374]}, {"id": "275", "type": "Feature", "properties": {"id": "ak16989698", "mag": 1.7, "time": 1507233388591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0126, 65.8742, 0.1]}, "bbox": [-151.0126, 65.8742, -151.0126, 65.8742]}, {"id": "276", "type": "Feature", "properties": {"id": "ak16989695", "mag": 1.9, "time": 1507232812188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9865, 65.9098, 0.0]}, "bbox": [-150.9865, 65.9098, -150.9865, 65.9098]}, {"id": "277", "type": "Feature", "properties": {"id": "nc72904926", "mag": 1.29, "time": 1507232594330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.837167, 37.504167, 0.07]}, "bbox": [-118.837167, 37.504167, -118.837167, 37.504167]}, {"id": "278", "type": "Feature", "properties": {"id": "ci38019816", "mag": 1.31, "time": 1507231819600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491, 33.846167, -0.48]}, "bbox": [-117.491, 33.846167, -117.491, 33.846167]}, {"id": "279", "type": "Feature", "properties": {"id": "nc72904891", "mag": 1.41, "time": 1507229918140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104833, 37.324833, -0.31]}, "bbox": [-122.104833, 37.324833, -122.104833, 37.324833]}, {"id": "280", "type": "Feature", "properties": {"id": "ak16989694", "mag": 1.5, "time": 1507229700025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7663, 63.5209, 14.5]}, "bbox": [-147.7663, 63.5209, -147.7663, 63.5209]}, {"id": "281", "type": "Feature", "properties": {"id": "nc72904886", "mag": 2.03, "time": 1507229279930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3835, 40.709833, 19.57]}, "bbox": [-122.3835, 40.709833, -122.3835, 40.709833]}, {"id": "282", "type": "Feature", "properties": {"id": "ak16989692", "mag": 1.6, "time": 1507228866480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0051, 65.8735, 0.0]}, "bbox": [-151.0051, 65.8735, -151.0051, 65.8735]}, {"id": "283", "type": "Feature", "properties": {"id": "nc72904881", "mag": 1.48, "time": 1507228723050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194667, 40.598333, 15.65]}, "bbox": [-122.194667, 40.598333, -122.194667, 40.598333]}, {"id": "284", "type": "Feature", "properties": {"id": "ci38019744", "mag": 1.44, "time": 1507226134710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.072333, 33.020667, -0.8]}, "bbox": [-116.072333, 33.020667, -116.072333, 33.020667]}, {"id": "285", "type": "Feature", "properties": {"id": "ak16989683", "mag": 2.4, "time": 1507225956631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.785, 60.8774, 34.8]}, "bbox": [-150.785, 60.8774, -150.785, 60.8774]}, {"id": "286", "type": "Feature", "properties": {"id": "ci38019728", "mag": 1.0, "time": 1507225418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.720667, 36.004, 2.64]}, "bbox": [-117.720667, 36.004, -117.720667, 36.004]}, {"id": "287", "type": "Feature", "properties": {"id": "nc72904846", "mag": 1.87, "time": 1507224165330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.821167, 1.64]}, "bbox": [-122.8105, 38.821167, -122.8105, 38.821167]}, {"id": "288", "type": "Feature", "properties": {"id": "hv61934126", "mag": 1.58, "time": 1507223732510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.252167, 18.903833, 12.692]}, "bbox": [-155.252167, 18.903833, -155.252167, 18.903833]}, {"id": "289", "type": "Feature", "properties": {"id": "ak16989680", "mag": 2.5, "time": 1507223654781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5871, 67.3896, 1.2]}, "bbox": [-163.5871, 67.3896, -163.5871, 67.3896]}, {"id": "290", "type": "Feature", "properties": {"id": "ak16989626", "mag": 1.5, "time": 1507223506919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1613, 62.9421, 105.5]}, "bbox": [-151.1613, 62.9421, -151.1613, 62.9421]}, {"id": "291", "type": "Feature", "properties": {"id": "uu60251267", "mag": 1.3, "time": 1507222702710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.711, 37.088833, 8.72]}, "bbox": [-112.711, 37.088833, -112.711, 37.088833]}, {"id": "292", "type": "Feature", "properties": {"id": "uu60251262", "mag": 2.09, "time": 1507221444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 42.600333, 6.09]}, "bbox": [-111.413167, 42.600333, -111.413167, 42.600333]}, {"id": "293", "type": "Feature", "properties": {"id": "hv61934021", "mag": 1.71, "time": 1507221215150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.600174, 19.477667, 2.61]}, "bbox": [-155.600174, 19.477667, -155.600174, 19.477667]}, {"id": "294", "type": "Feature", "properties": {"id": "mb80259309", "mag": 0.99, "time": 1507220291830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4755, 46.855833, 10.1]}, "bbox": [-112.4755, 46.855833, -112.4755, 46.855833]}, {"id": "295", "type": "Feature", "properties": {"id": "nc72904766", "mag": 1.2, "time": 1507219571830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.607833, 4.46]}, "bbox": [-118.817667, 37.607833, -118.817667, 37.607833]}, {"id": "296", "type": "Feature", "properties": {"id": "us2000b1ip", "mag": 4.3, "time": 1507219416430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.6953, -3.0506, 46.98]}, "bbox": [127.6953, -3.0506, 127.6953, -3.0506]}, {"id": "297", "type": "Feature", "properties": {"id": "ak16989556", "mag": 1.8, "time": 1507219027423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1068, 64.723, 3.3]}, "bbox": [-141.1068, 64.723, -141.1068, 64.723]}, {"id": "298", "type": "Feature", "properties": {"id": "nc72904761", "mag": 1.28, "time": 1507218469040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.786667, 35.167, 4.77]}, "bbox": [-120.786667, 35.167, -120.786667, 35.167]}, {"id": "299", "type": "Feature", "properties": {"id": "ak16989554", "mag": 1.8, "time": 1507217831958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9487, 67.1103, 6.0]}, "bbox": [-155.9487, 67.1103, -155.9487, 67.1103]}, {"id": "300", "type": "Feature", "properties": {"id": "ci38019560", "mag": 1.18, "time": 1507217071900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2355, 35.399833, 11.83]}, "bbox": [-118.2355, 35.399833, -118.2355, 35.399833]}, {"id": "301", "type": "Feature", "properties": {"id": "ld60143826", "mag": 1.25, "time": 1507215008870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.237833, 44.094, 4.0]}, "bbox": [-75.237833, 44.094, -75.237833, 44.094]}, {"id": "302", "type": "Feature", "properties": {"id": "nc72904741", "mag": 1.17, "time": 1507213799120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.539333, 2.63]}, "bbox": [-118.883667, 37.539333, -118.883667, 37.539333]}, {"id": "303", "type": "Feature", "properties": {"id": "uw61314897", "mag": 1.26, "time": 1507213038640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.924167, 46.832167, 9.6]}, "bbox": [-121.924167, 46.832167, -121.924167, 46.832167]}, {"id": "304", "type": "Feature", "properties": {"id": "hv61933821", "mag": 2.22, "time": 1507211808310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.427667, 19.767167, 23.499]}, "bbox": [-155.427667, 19.767167, -155.427667, 19.767167]}, {"id": "305", "type": "Feature", "properties": {"id": "mb80259289", "mag": 1.11, "time": 1507209951340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.482833, 46.8195, 2.22]}, "bbox": [-112.482833, 46.8195, -112.482833, 46.8195]}, {"id": "306", "type": "Feature", "properties": {"id": "ci38019464", "mag": 2.55, "time": 1507209518050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010667, 33.179667, 8.09]}, "bbox": [-116.010667, 33.179667, -116.010667, 33.179667]}, {"id": "307", "type": "Feature", "properties": {"id": "uu60251247", "mag": 1.23, "time": 1507208707300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.086833, 44.772167, 11.73]}, "bbox": [-111.086833, 44.772167, -111.086833, 44.772167]}, {"id": "308", "type": "Feature", "properties": {"id": "ak16989517", "mag": 1.3, "time": 1507208506436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3491, 63.087, 0.0]}, "bbox": [-151.3491, 63.087, -151.3491, 63.087]}, {"id": "309", "type": "Feature", "properties": {"id": "ci38019448", "mag": 1.15, "time": 1507207944620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.294333, 34.679333, 2.44]}, "bbox": [-116.294333, 34.679333, -116.294333, 34.679333]}, {"id": "310", "type": "Feature", "properties": {"id": "ak16989485", "mag": 1.9, "time": 1507207780001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6654, 67.5326, 0.0]}, "bbox": [-159.6654, 67.5326, -159.6654, 67.5326]}, {"id": "311", "type": "Feature", "properties": {"id": "nc72904706", "mag": 1.66, "time": 1507207659710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798167, 38.793833, 3.66]}, "bbox": [-122.798167, 38.793833, -122.798167, 38.793833]}, {"id": "312", "type": "Feature", "properties": {"id": "ak16989482", "mag": 1.4, "time": 1507206716138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4807, 64.7367, 8.7]}, "bbox": [-146.4807, 64.7367, -146.4807, 64.7367]}, {"id": "313", "type": "Feature", "properties": {"id": "uw61314867", "mag": 1.16, "time": 1507206461330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.192333, 47.183667, 14.42]}, "bbox": [-122.192333, 47.183667, -122.192333, 47.183667]}, {"id": "314", "type": "Feature", "properties": {"id": "ak16989481", "mag": 2.6, "time": 1507206068023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1435, 51.4576, 12.9]}, "bbox": [-178.1435, 51.4576, -178.1435, 51.4576]}, {"id": "315", "type": "Feature", "properties": {"id": "nc72904681", "mag": 2.64, "time": 1507204013350, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8035, 38.791333, 3.29]}, "bbox": [-122.8035, 38.791333, -122.8035, 38.791333]}, {"id": "316", "type": "Feature", "properties": {"id": "us2000b1f7", "mag": 5.0, "time": 1507202248310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.4874, 7.3643, 10.0]}, "bbox": [126.4874, 7.3643, 126.4874, 7.3643]}, {"id": "317", "type": "Feature", "properties": {"id": "mb80259279", "mag": 1.25, "time": 1507201170830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.476333, 44.006167, 5.0]}, "bbox": [-114.476333, 44.006167, -114.476333, 44.006167]}, {"id": "318", "type": "Feature", "properties": {"id": "ak16989448", "mag": 1.0, "time": 1507200035021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9384, 64.5888, 18.4]}, "bbox": [-149.9384, 64.5888, -149.9384, 64.5888]}, {"id": "319", "type": "Feature", "properties": {"id": "us2000b1dj", "mag": 4.7, "time": 1507198268580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [49.1899, 31.277, 10.0]}, "bbox": [49.1899, 31.277, 49.1899, 31.277]}, {"id": "320", "type": "Feature", "properties": {"id": "mb80259274", "mag": 1.3, "time": 1507198163850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.318333, 46.1425, 12.9]}, "bbox": [-110.318333, 46.1425, -110.318333, 46.1425]}, {"id": "321", "type": "Feature", "properties": {"id": "mb80259269", "mag": 2.63, "time": 1507197824690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.317333, 46.126333, 14.98]}, "bbox": [-110.317333, 46.126333, -110.317333, 46.126333]}, {"id": "322", "type": "Feature", "properties": {"id": "ci38019328", "mag": 2.0, "time": 1507197738510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.290167, 34.678, 2.65]}, "bbox": [-116.290167, 34.678, -116.290167, 34.678]}, {"id": "323", "type": "Feature", "properties": {"id": "us2000b1da", "mag": 4.5, "time": 1507196589420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5051, -25.068, 564.41]}, "bbox": [178.5051, -25.068, 178.5051, -25.068]}, {"id": "324", "type": "Feature", "properties": {"id": "ci38019312", "mag": 1.27, "time": 1507196570560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.412333, 35.621833, 7.71]}, "bbox": [-117.412333, 35.621833, -117.412333, 35.621833]}, {"id": "325", "type": "Feature", "properties": {"id": "mb80259264", "mag": 1.58, "time": 1507195834720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.989667, 43.0535, 5.98]}, "bbox": [-110.989667, 43.0535, -110.989667, 43.0535]}, {"id": "326", "type": "Feature", "properties": {"id": "ak16989416", "mag": 1.9, "time": 1507192569868, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8165, 59.7884, 0.0]}, "bbox": [-136.8165, 59.7884, -136.8165, 59.7884]}, {"id": "327", "type": "Feature", "properties": {"id": "mb80259259", "mag": 1.73, "time": 1507192054540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.3, 46.1355, 13.17]}, "bbox": [-110.3, 46.1355, -110.3, 46.1355]}, {"id": "328", "type": "Feature", "properties": {"id": "ak16989388", "mag": 2.2, "time": 1507191783280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8358, 59.8781, 1.7]}, "bbox": [-136.8358, 59.8781, -136.8358, 59.8781]}, {"id": "329", "type": "Feature", "properties": {"id": "us2000b1c3", "mag": 5.4, "time": 1507191096920, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5742, -22.4118, 112.87]}, "bbox": [-68.5742, -22.4118, -68.5742, -22.4118]}, {"id": "330", "type": "Feature", "properties": {"id": "nc72904646", "mag": 2.52, "time": 1507190856940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.472, 40.616833, 21.52]}, "bbox": [-123.472, 40.616833, -123.472, 40.616833]}, {"id": "331", "type": "Feature", "properties": {"id": "ak16989386", "mag": 1.8, "time": 1507190760834, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.611, 63.1832, 11.4]}, "bbox": [-152.611, 63.1832, -152.611, 63.1832]}, {"id": "332", "type": "Feature", "properties": {"id": "ci37167708", "mag": 1.38, "time": 1507190349370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.7095, 33.2065, 10.46]}, "bbox": [-115.7095, 33.2065, -115.7095, 33.2065]}, {"id": "333", "type": "Feature", "properties": {"id": "hv61933706", "mag": 1.21, "time": 1507190060680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2125, 19.363, 1.776]}, "bbox": [-155.2125, 19.363, -155.2125, 19.363]}, {"id": "334", "type": "Feature", "properties": {"id": "nc72904641", "mag": 1.23, "time": 1507189755650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.236667, 37.334333, 8.36]}, "bbox": [-122.236667, 37.334333, -122.236667, 37.334333]}, {"id": "335", "type": "Feature", "properties": {"id": "ci38019264", "mag": 1.99, "time": 1507188934660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2315, 32.416667, 18.41]}, "bbox": [-116.2315, 32.416667, -116.2315, 32.416667]}, {"id": "336", "type": "Feature", "properties": {"id": "uu60251227", "mag": 1.34, "time": 1507188766440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442667, 42.578833, 3.5]}, "bbox": [-111.442667, 42.578833, -111.442667, 42.578833]}, {"id": "337", "type": "Feature", "properties": {"id": "mb80259244", "mag": 1.28, "time": 1507188159830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.866167, 12.04]}, "bbox": [-112.527833, 46.866167, -112.527833, 46.866167]}, {"id": "338", "type": "Feature", "properties": {"id": "hv61933701", "mag": 2.09, "time": 1507187842930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.470673, 19.211, 37.73]}, "bbox": [-155.470673, 19.211, -155.470673, 19.211]}, {"id": "339", "type": "Feature", "properties": {"id": "nc72904626", "mag": 0.96, "time": 1507187453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.572333, 39.013167, -0.67]}, "bbox": [-122.572333, 39.013167, -122.572333, 39.013167]}, {"id": "340", "type": "Feature", "properties": {"id": "uu60251207", "mag": 1.35, "time": 1507187087800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.301167, 39.1075, 2.75]}, "bbox": [-111.301167, 39.1075, -111.301167, 39.1075]}, {"id": "341", "type": "Feature", "properties": {"id": "ci38019256", "mag": 2.06, "time": 1507186145760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.372167, 33.358833, 11.42]}, "bbox": [-116.372167, 33.358833, -116.372167, 33.358833]}, {"id": "342", "type": "Feature", "properties": {"id": "ci38019248", "mag": 1.49, "time": 1507186142240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.366, 33.357667, 11.67]}, "bbox": [-116.366, 33.357667, -116.366, 33.357667]}, {"id": "343", "type": "Feature", "properties": {"id": "uw61314807", "mag": 1.16, "time": 1507185870880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.191167, 47.179833, 15.66]}, "bbox": [-122.191167, 47.179833, -122.191167, 47.179833]}, {"id": "344", "type": "Feature", "properties": {"id": "se60045413", "mag": 1.81, "time": 1507185703120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.742167, 35.985167, 18.08]}, "bbox": [-83.742167, 35.985167, -83.742167, 35.985167]}, {"id": "345", "type": "Feature", "properties": {"id": "nc72904601", "mag": 0.95, "time": 1507185126040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.603333, 3.65]}, "bbox": [-118.819, 37.603333, -118.819, 37.603333]}, {"id": "346", "type": "Feature", "properties": {"id": "ci38019240", "mag": 1.25, "time": 1507185093960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.394, 35.618833, 8.88]}, "bbox": [-117.394, 35.618833, -117.394, 35.618833]}, {"id": "347", "type": "Feature", "properties": {"id": "ak16989380", "mag": 1.9, "time": 1507184561453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3822, 60.6535, 53.1]}, "bbox": [-151.3822, 60.6535, -151.3822, 60.6535]}, {"id": "348", "type": "Feature", "properties": {"id": "ak16989379", "mag": 1.0, "time": 1507183395241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2677, 63.314, 4.9]}, "bbox": [-145.2677, 63.314, -145.2677, 63.314]}, {"id": "349", "type": "Feature", "properties": {"id": "ci38019200", "mag": 1.99, "time": 1507181070780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.806833, 36.043833, 1.22]}, "bbox": [-117.806833, 36.043833, -117.806833, 36.043833]}, {"id": "350", "type": "Feature", "properties": {"id": "ci38019192", "mag": 1.69, "time": 1507180426220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.807333, 36.043167, 1.21]}, "bbox": [-117.807333, 36.043167, -117.807333, 36.043167]}, {"id": "351", "type": "Feature", "properties": {"id": "nc72904556", "mag": 1.22, "time": 1507178909260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7625, 38.821667, 1.49]}, "bbox": [-122.7625, 38.821667, -122.7625, 38.821667]}, {"id": "352", "type": "Feature", "properties": {"id": "ci38019184", "mag": 1.33, "time": 1507178811140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.319833, 33.886333, 15.24]}, "bbox": [-118.319833, 33.886333, -118.319833, 33.886333]}, {"id": "353", "type": "Feature", "properties": {"id": "ak16989373", "mag": 2.2, "time": 1507178319160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0253, 59.7752, 99.4]}, "bbox": [-153.0253, 59.7752, -153.0253, 59.7752]}, {"id": "354", "type": "Feature", "properties": {"id": "ak16989370", "mag": 2.0, "time": 1507178108703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9621, 62.3999, 67.6]}, "bbox": [-150.9621, 62.3999, -150.9621, 62.3999]}, {"id": "355", "type": "Feature", "properties": {"id": "nc71107619", "mag": 2.37, "time": 1507175814060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793167, 38.814333, 3.4]}, "bbox": [-122.793167, 38.814333, -122.793167, 38.814333]}, {"id": "356", "type": "Feature", "properties": {"id": "nc72904521", "mag": 2.61, "time": 1507175806240, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.813833, 3.02]}, "bbox": [-122.792, 38.813833, -122.792, 38.813833]}, {"id": "357", "type": "Feature", "properties": {"id": "ak16989344", "mag": 1.8, "time": 1507174164228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5816, 59.9877, 48.6]}, "bbox": [-151.5816, 59.9877, -151.5816, 59.9877]}, {"id": "358", "type": "Feature", "properties": {"id": "uw61314692", "mag": 1.1, "time": 1507174062970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048833, 48.836333, 3.53]}, "bbox": [-122.048833, 48.836333, -122.048833, 48.836333]}, {"id": "359", "type": "Feature", "properties": {"id": "mb80259229", "mag": 1.6, "time": 1507174016680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526667, 46.874333, 12.15]}, "bbox": [-112.526667, 46.874333, -112.526667, 46.874333]}, {"id": "360", "type": "Feature", "properties": {"id": "uu60251182", "mag": 2.38, "time": 1507172461010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415167, 42.5495, 8.84]}, "bbox": [-111.415167, 42.5495, -111.415167, 42.5495]}, {"id": "361", "type": "Feature", "properties": {"id": "ci38019104", "mag": 1.08, "time": 1507172395710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.846167, 33.711167, 14.99]}, "bbox": [-116.846167, 33.711167, -116.846167, 33.711167]}, {"id": "362", "type": "Feature", "properties": {"id": "uw61314677", "mag": 1.65, "time": 1507171780320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.027667, 48.845833, 0.9]}, "bbox": [-122.027667, 48.845833, -122.027667, 48.845833]}, {"id": "363", "type": "Feature", "properties": {"id": "uu60251177", "mag": 1.51, "time": 1507171597620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.880667, 37.041, 17.0]}, "bbox": [-112.880667, 37.041, -112.880667, 37.041]}, {"id": "364", "type": "Feature", "properties": {"id": "nc72904476", "mag": 1.12, "time": 1507171050970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7565, 38.782501, 0.82]}, "bbox": [-122.7565, 38.782501, -122.7565, 38.782501]}, {"id": "365", "type": "Feature", "properties": {"id": "nc72904471", "mag": 1.34, "time": 1507170987390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753167, 38.775667, 1.61]}, "bbox": [-122.753167, 38.775667, -122.753167, 38.775667]}, {"id": "366", "type": "Feature", "properties": {"id": "ak16989336", "mag": 1.2, "time": 1507169863981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2568, 63.5162, 8.6]}, "bbox": [-151.2568, 63.5162, -151.2568, 63.5162]}, {"id": "367", "type": "Feature", "properties": {"id": "nc72904466", "mag": 1.16, "time": 1507169797040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.808667, 37.467667, 1.31]}, "bbox": [-118.808667, 37.467667, -118.808667, 37.467667]}, {"id": "368", "type": "Feature", "properties": {"id": "ci37167548", "mag": 1.21, "time": 1507169669520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.350667, 11.33]}, "bbox": [-116.3645, 33.350667, -116.3645, 33.350667]}, {"id": "369", "type": "Feature", "properties": {"id": "ci38019080", "mag": 1.35, "time": 1507169663590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3545, 33.3525, 12.25]}, "bbox": [-116.3545, 33.3525, -116.3545, 33.3525]}, {"id": "370", "type": "Feature", "properties": {"id": "ak16989295", "mag": 4.3, "time": 1507169038804, "felt": 3.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.901, 58.3623, 46.5]}, "bbox": [-152.901, 58.3623, -152.901, 58.3623]}, {"id": "371", "type": "Feature", "properties": {"id": "ci38019056", "mag": 2.12, "time": 1507167035520, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805167, 36.042, 1.36]}, "bbox": [-117.805167, 36.042, -117.805167, 36.042]}, {"id": "372", "type": "Feature", "properties": {"id": "ak16989291", "mag": 1.7, "time": 1507165460879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1162, 61.3056, 37.1]}, "bbox": [-150.1162, 61.3056, -150.1162, 61.3056]}, {"id": "373", "type": "Feature", "properties": {"id": "nn00608181", "mag": 1.2, "time": 1507165236408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7192, 37.7977, 0.0]}, "bbox": [-117.7192, 37.7977, -117.7192, 37.7977]}, {"id": "374", "type": "Feature", "properties": {"id": "us2000b190", "mag": 2.6, "time": 1507164698800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7663, 36.4461, 6.31]}, "bbox": [-98.7663, 36.4461, -98.7663, 36.4461]}, {"id": "375", "type": "Feature", "properties": {"id": "ak16989285", "mag": 2.3, "time": 1507164594638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5337, 60.8331, 35.1]}, "bbox": [-150.5337, 60.8331, -150.5337, 60.8331]}, {"id": "376", "type": "Feature", "properties": {"id": "ci38018992", "mag": 1.21, "time": 1507164594280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.435667, 33.033167, 6.13]}, "bbox": [-116.435667, 33.033167, -116.435667, 33.033167]}, {"id": "377", "type": "Feature", "properties": {"id": "nc72905406", "mag": 1.37, "time": 1507163603630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.975, 40.912333, 6.11]}, "bbox": [-121.975, 40.912333, -121.975, 40.912333]}, {"id": "378", "type": "Feature", "properties": {"id": "ak16989282", "mag": 2.6, "time": 1507162971426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8816, 53.7666, 69.3]}, "bbox": [-165.8816, 53.7666, -165.8816, 53.7666]}, {"id": "379", "type": "Feature", "properties": {"id": "us2000b185", "mag": 3.4, "time": 1507162321850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.755, 36.45, 7.23]}, "bbox": [-98.755, 36.45, -98.755, 36.45]}, {"id": "380", "type": "Feature", "properties": {"id": "ci38018976", "mag": 1.34, "time": 1507162296820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6665, 33.961333, 15.54]}, "bbox": [-116.6665, 33.961333, -116.6665, 33.961333]}, {"id": "381", "type": "Feature", "properties": {"id": "nc72904421", "mag": 1.81, "time": 1507162198800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.311667, 40.594833, 17.71]}, "bbox": [-124.311667, 40.594833, -124.311667, 40.594833]}, {"id": "382", "type": "Feature", "properties": {"id": "ak16989280", "mag": 2.0, "time": 1507162092700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.2549, 67.5542, 0.0]}, "bbox": [-162.2549, 67.5542, -162.2549, 67.5542]}, {"id": "383", "type": "Feature", "properties": {"id": "mb80259214", "mag": 1.11, "time": 1507161815690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.873667, 10.6]}, "bbox": [-112.529, 46.873667, -112.529, 46.873667]}, {"id": "384", "type": "Feature", "properties": {"id": "nn00608178", "mag": 1.2, "time": 1507161066465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8195, 37.303, 0.0]}, "bbox": [-114.8195, 37.303, -114.8195, 37.303]}, {"id": "385", "type": "Feature", "properties": {"id": "ci38018944", "mag": 1.13, "time": 1507160279190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.801333, 36.0425, 0.57]}, "bbox": [-117.801333, 36.0425, -117.801333, 36.0425]}, {"id": "386", "type": "Feature", "properties": {"id": "ci38018936", "mag": 1.06, "time": 1507160033160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.352833, 33.1335, 7.01]}, "bbox": [-116.352833, 33.1335, -116.352833, 33.1335]}, {"id": "387", "type": "Feature", "properties": {"id": "ci38018928", "mag": 0.95, "time": 1507159919230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.67, 13.89]}, "bbox": [-116.758833, 33.67, -116.758833, 33.67]}, {"id": "388", "type": "Feature", "properties": {"id": "ak16989265", "mag": 2.4, "time": 1507159550480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7536, 62.8345, 98.0]}, "bbox": [-150.7536, 62.8345, -150.7536, 62.8345]}, {"id": "389", "type": "Feature", "properties": {"id": "ak16989262", "mag": 1.2, "time": 1507158170981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4466, 64.9696, 1.5]}, "bbox": [-147.4466, 64.9696, -147.4466, 64.9696]}, {"id": "390", "type": "Feature", "properties": {"id": "ak16989256", "mag": 2.1, "time": 1507157336866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3316, 62.6072, 87.5]}, "bbox": [-151.3316, 62.6072, -151.3316, 62.6072]}, {"id": "391", "type": "Feature", "properties": {"id": "us2000b16h", "mag": 4.5, "time": 1507156394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7169, -23.9861, 195.32]}, "bbox": [-66.7169, -23.9861, -66.7169, -23.9861]}, {"id": "392", "type": "Feature", "properties": {"id": "mb80259199", "mag": 1.02, "time": 1507156049410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531, 46.862667, 9.74]}, "bbox": [-112.531, 46.862667, -112.531, 46.862667]}, {"id": "393", "type": "Feature", "properties": {"id": "ak16989147", "mag": 1.8, "time": 1507155523233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2126, 62.1419, 50.6]}, "bbox": [-150.2126, 62.1419, -150.2126, 62.1419]}, {"id": "394", "type": "Feature", "properties": {"id": "mb80259194", "mag": 2.1, "time": 1507155343850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.326833, 46.116, 15.12]}, "bbox": [-110.326833, 46.116, -110.326833, 46.116]}, {"id": "395", "type": "Feature", "properties": {"id": "us2000b15z", "mag": 3.5, "time": 1507154804460, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7425, 36.4507, 4.85]}, "bbox": [-98.7425, 36.4507, -98.7425, 36.4507]}, {"id": "396", "type": "Feature", "properties": {"id": "ak16989143", "mag": 1.6, "time": 1507154781579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2414, 61.1185, 60.5]}, "bbox": [-151.2414, 61.1185, -151.2414, 61.1185]}, {"id": "397", "type": "Feature", "properties": {"id": "ci38018808", "mag": 0.95, "time": 1507153541570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803667, 36.042, 1.12]}, "bbox": [-117.803667, 36.042, -117.803667, 36.042]}, {"id": "398", "type": "Feature", "properties": {"id": "mb80259184", "mag": 2.43, "time": 1507153540560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.875, 11.0]}, "bbox": [-112.529, 46.875, -112.529, 46.875]}, {"id": "399", "type": "Feature", "properties": {"id": "ci38018800", "mag": 1.11, "time": 1507153075770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805667, 36.044667, 1.33]}, "bbox": [-117.805667, 36.044667, -117.805667, 36.044667]}, {"id": "400", "type": "Feature", "properties": {"id": "nc72904366", "mag": 2.17, "time": 1507152989540, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.603167, 4.37]}, "bbox": [-118.821833, 37.603167, -118.821833, 37.603167]}, {"id": "401", "type": "Feature", "properties": {"id": "nc72904361", "mag": 2.03, "time": 1507152804460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.819667, 3.31]}, "bbox": [-122.802, 38.819667, -122.802, 38.819667]}, {"id": "402", "type": "Feature", "properties": {"id": "ci38018776", "mag": 1.23, "time": 1507152409830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.506833, 4.99]}, "bbox": [-116.796667, 33.506833, -116.796667, 33.506833]}, {"id": "403", "type": "Feature", "properties": {"id": "ci38018760", "mag": 1.23, "time": 1507152333150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805333, 36.044167, 1.08]}, "bbox": [-117.805333, 36.044167, -117.805333, 36.044167]}, {"id": "404", "type": "Feature", "properties": {"id": "ci38018752", "mag": 1.02, "time": 1507152229710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803833, 36.0435, 1.58]}, "bbox": [-117.803833, 36.0435, -117.803833, 36.0435]}, {"id": "405", "type": "Feature", "properties": {"id": "nc72904356", "mag": 1.39, "time": 1507151361960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.986333, 37.451833, 11.44]}, "bbox": [-117.986333, 37.451833, -117.986333, 37.451833]}, {"id": "406", "type": "Feature", "properties": {"id": "us2000b152", "mag": 4.2, "time": 1507151144560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5193, 15.6807, 43.81]}, "bbox": [-94.5193, 15.6807, -94.5193, 15.6807]}, {"id": "407", "type": "Feature", "properties": {"id": "mb80259179", "mag": 1.09, "time": 1507150593920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.249667, 45.922167, -2.0]}, "bbox": [-112.249667, 45.922167, -112.249667, 45.922167]}, {"id": "408", "type": "Feature", "properties": {"id": "nn00608141", "mag": 1.4, "time": 1507150245096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5709, 37.2677, 5.8]}, "bbox": [-114.5709, 37.2677, -114.5709, 37.2677]}, {"id": "409", "type": "Feature", "properties": {"id": "uw61314607", "mag": 2.13, "time": 1507149876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.029167, 48.8415, 0.56]}, "bbox": [-122.029167, 48.8415, -122.029167, 48.8415]}, {"id": "410", "type": "Feature", "properties": {"id": "ak16989132", "mag": 3.2, "time": 1507149758758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.904, 54.6732, 0.0]}, "bbox": [-156.904, 54.6732, -156.904, 54.6732]}, {"id": "411", "type": "Feature", "properties": {"id": "ci38018704", "mag": 1.42, "time": 1507149228410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.937167, 32.9105, -0.2]}, "bbox": [-116.937167, 32.9105, -116.937167, 32.9105]}, {"id": "412", "type": "Feature", "properties": {"id": "hv61932706", "mag": 2.34, "time": 1507148766410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0805, 19.384667, 3.233]}, "bbox": [-155.0805, 19.384667, -155.0805, 19.384667]}, {"id": "413", "type": "Feature", "properties": {"id": "ci38018696", "mag": 1.43, "time": 1507148649160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.469333, 33.481, 7.42]}, "bbox": [-116.469333, 33.481, -116.469333, 33.481]}, {"id": "414", "type": "Feature", "properties": {"id": "ci38018688", "mag": 1.23, "time": 1507148125030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7775, 34.859167, -1.14]}, "bbox": [-118.7775, 34.859167, -118.7775, 34.859167]}, {"id": "415", "type": "Feature", "properties": {"id": "ak16989124", "mag": 2.3, "time": 1507147085613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9048, 62.8046, 5.4]}, "bbox": [-148.9048, 62.8046, -148.9048, 62.8046]}, {"id": "416", "type": "Feature", "properties": {"id": "ak16989120", "mag": 1.9, "time": 1507146960353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3904, 61.7684, 33.4]}, "bbox": [-149.3904, 61.7684, -149.3904, 61.7684]}, {"id": "417", "type": "Feature", "properties": {"id": "nc72904326", "mag": 1.4, "time": 1507146844270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.6255, 3.28]}, "bbox": [-118.835, 37.6255, -118.835, 37.6255]}, {"id": "418", "type": "Feature", "properties": {"id": "ci38018648", "mag": 1.34, "time": 1507146046240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.282833, 33.307, 10.02]}, "bbox": [-116.282833, 33.307, -116.282833, 33.307]}, {"id": "419", "type": "Feature", "properties": {"id": "us2000b12w", "mag": 4.1, "time": 1507145834470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.5682, 23.7468, 10.0]}, "bbox": [-108.5682, 23.7468, -108.5682, 23.7468]}, {"id": "420", "type": "Feature", "properties": {"id": "uw61314577", "mag": 2.31, "time": 1507145284260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.101667, 47.519667, 24.66]}, "bbox": [-124.101667, 47.519667, -124.101667, 47.519667]}, {"id": "421", "type": "Feature", "properties": {"id": "ak16989116", "mag": 2.0, "time": 1507144999479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9792, 59.2967, 30.0]}, "bbox": [-150.9792, 59.2967, -150.9792, 59.2967]}, {"id": "422", "type": "Feature", "properties": {"id": "nc72904301", "mag": 1.44, "time": 1507144400690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.590333, 37.9535, 3.71]}, "bbox": [-118.590333, 37.9535, -118.590333, 37.9535]}, {"id": "423", "type": "Feature", "properties": {"id": "nc72904291", "mag": 0.97, "time": 1507144116270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807335, 38.823166, 0.51]}, "bbox": [-122.807335, 38.823166, -122.807335, 38.823166]}, {"id": "424", "type": "Feature", "properties": {"id": "ci38018592", "mag": 0.98, "time": 1507144088190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191, 34.995667, -0.84]}, "bbox": [-118.191, 34.995667, -118.191, 34.995667]}, {"id": "425", "type": "Feature", "properties": {"id": "nc71107609", "mag": 1.42, "time": 1507143933230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8315, 37.459167, 2.81]}, "bbox": [-118.8315, 37.459167, -118.8315, 37.459167]}, {"id": "426", "type": "Feature", "properties": {"id": "nc72904286", "mag": 2.01, "time": 1507143903920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127667, 36.540667, 3.02]}, "bbox": [-121.127667, 36.540667, -121.127667, 36.540667]}, {"id": "427", "type": "Feature", "properties": {"id": "mb80259164", "mag": 1.54, "time": 1507143801870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.466667, 46.003833, -2.0]}, "bbox": [-112.466667, 46.003833, -112.466667, 46.003833]}, {"id": "428", "type": "Feature", "properties": {"id": "ak16989114", "mag": 1.5, "time": 1507143799499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2987, 62.9001, 136.4]}, "bbox": [-151.2987, 62.9001, -151.2987, 62.9001]}, {"id": "429", "type": "Feature", "properties": {"id": "nc72904276", "mag": 2.19, "time": 1507143670520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125833, 36.539667, 3.42]}, "bbox": [-121.125833, 36.539667, -121.125833, 36.539667]}, {"id": "430", "type": "Feature", "properties": {"id": "ak16989112", "mag": 1.5, "time": 1507143346025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9517, 60.4284, 76.1]}, "bbox": [-151.9517, 60.4284, -151.9517, 60.4284]}, {"id": "431", "type": "Feature", "properties": {"id": "ak16989109", "mag": 1.6, "time": 1507142888288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4575, 68.4924, 0.0]}, "bbox": [-147.4575, 68.4924, -147.4575, 68.4924]}, {"id": "432", "type": "Feature", "properties": {"id": "us1000alvi", "mag": 4.8, "time": 1507142880510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.2314, -22.7343, 10.0]}, "bbox": [69.2314, -22.7343, 69.2314, -22.7343]}, {"id": "433", "type": "Feature", "properties": {"id": "us2000b11q", "mag": 4.3, "time": 1507142721780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0179, 16.6332, 10.0]}, "bbox": [-95.0179, 16.6332, -95.0179, 16.6332]}, {"id": "434", "type": "Feature", "properties": {"id": "nn00608130", "mag": 2.0, "time": 1507142028227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6247, 38.6437, 2.8]}, "bbox": [-115.6247, 38.6437, -115.6247, 38.6437]}, {"id": "435", "type": "Feature", "properties": {"id": "ci38018568", "mag": 1.17, "time": 1507141815580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.480167, 33.8245, -0.64]}, "bbox": [-117.480167, 33.8245, -117.480167, 33.8245]}, {"id": "436", "type": "Feature", "properties": {"id": "nc72904241", "mag": 1.13, "time": 1507141805960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.843333, 37.550333, -1.19]}, "bbox": [-118.843333, 37.550333, -118.843333, 37.550333]}, {"id": "437", "type": "Feature", "properties": {"id": "nc71107614", "mag": 1.26, "time": 1507141794500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9105, 37.975, 2.7]}, "bbox": [-121.9105, 37.975, -121.9105, 37.975]}, {"id": "438", "type": "Feature", "properties": {"id": "nc72904226", "mag": 1.44, "time": 1507141566380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839167, 37.554167, -0.37]}, "bbox": [-118.839167, 37.554167, -118.839167, 37.554167]}, {"id": "439", "type": "Feature", "properties": {"id": "nc72904231", "mag": 0.95, "time": 1507141526700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848, 37.565167, -0.65]}, "bbox": [-118.848, 37.565167, -118.848, 37.565167]}, {"id": "440", "type": "Feature", "properties": {"id": "ak16989106", "mag": 1.6, "time": 1507141095901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5043, 63.2003, 100.7]}, "bbox": [-150.5043, 63.2003, -150.5043, 63.2003]}, {"id": "441", "type": "Feature", "properties": {"id": "nn00608125", "mag": 1.1, "time": 1507140434096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0698, 39.2152, 9.9]}, "bbox": [-120.0698, 39.2152, -120.0698, 39.2152]}, {"id": "442", "type": "Feature", "properties": {"id": "uu60251107", "mag": 2.02, "time": 1507140276970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438667, 42.623, -0.06]}, "bbox": [-111.438667, 42.623, -111.438667, 42.623]}, {"id": "443", "type": "Feature", "properties": {"id": "ak16989101", "mag": 1.7, "time": 1507139784743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7521, 62.788, 15.0]}, "bbox": [-148.7521, 62.788, -148.7521, 62.788]}, {"id": "444", "type": "Feature", "properties": {"id": "ismpkansas70236238", "mag": 1.83, "time": 1507139648960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.036, 37.001167, 5.77]}, "bbox": [-98.036, 37.001167, -98.036, 37.001167]}, {"id": "445", "type": "Feature", "properties": {"id": "ci38018464", "mag": 0.95, "time": 1507138418030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.469667, 34.0245, -0.75]}, "bbox": [-117.469667, 34.0245, -117.469667, 34.0245]}, {"id": "446", "type": "Feature", "properties": {"id": "nc72904196", "mag": 1.0, "time": 1507136805190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.407833, 36.764667, 10.33]}, "bbox": [-121.407833, 36.764667, -121.407833, 36.764667]}, {"id": "447", "type": "Feature", "properties": {"id": "ak16989095", "mag": 1.5, "time": 1507135541282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2816, 62.4313, 44.6]}, "bbox": [-149.2816, 62.4313, -149.2816, 62.4313]}, {"id": "448", "type": "Feature", "properties": {"id": "ci38018408", "mag": 1.57, "time": 1507134824880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.499, 4.25]}, "bbox": [-116.797167, 33.499, -116.797167, 33.499]}, {"id": "449", "type": "Feature", "properties": {"id": "nn00608107", "mag": 2.1, "time": 1507134616795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9268, 38.3958, 7.6]}, "bbox": [-118.9268, 38.3958, -118.9268, 38.3958]}, {"id": "450", "type": "Feature", "properties": {"id": "nc72904171", "mag": 1.38, "time": 1507133031670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.614333, 36.881, 6.94]}, "bbox": [-121.614333, 36.881, -121.614333, 36.881]}, {"id": "451", "type": "Feature", "properties": {"id": "nc72904166", "mag": 2.71, "time": 1507132718170, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609333, 36.8815, 6.65]}, "bbox": [-121.609333, 36.8815, -121.609333, 36.8815]}, {"id": "452", "type": "Feature", "properties": {"id": "ak16989087", "mag": 1.4, "time": 1507131238883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.032, 63.5134, 6.3]}, "bbox": [-151.032, 63.5134, -151.032, 63.5134]}, {"id": "453", "type": "Feature", "properties": {"id": "us2000b0yw", "mag": 4.4, "time": 1507130270240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7831, 15.8774, 9.59]}, "bbox": [-94.7831, 15.8774, -94.7831, 15.8774]}, {"id": "454", "type": "Feature", "properties": {"id": "ak16989083", "mag": 2.0, "time": 1507129786603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5468, 62.9914, 0.0]}, "bbox": [-151.5468, 62.9914, -151.5468, 62.9914]}, {"id": "455", "type": "Feature", "properties": {"id": "ak16989080", "mag": 1.7, "time": 1507129070012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8528, 63.1143, 130.4]}, "bbox": [-150.8528, 63.1143, -150.8528, 63.1143]}, {"id": "456", "type": "Feature", "properties": {"id": "us2000b14r", "mag": 2.9, "time": 1507127377130, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.3466, -0.2479, 10.0]}, "bbox": [-78.3466, -0.2479, -78.3466, -0.2479]}, {"id": "457", "type": "Feature", "properties": {"id": "nn00608088", "mag": 1.1, "time": 1507126739396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8623, 39.6344, 5.8]}, "bbox": [-119.8623, 39.6344, -119.8623, 39.6344]}, {"id": "458", "type": "Feature", "properties": {"id": "us2000b0xy", "mag": 4.3, "time": 1507120048520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.219, 14.9246, 35.0]}, "bbox": [-94.219, 14.9246, -94.219, 14.9246]}, {"id": "459", "type": "Feature", "properties": {"id": "ci38018272", "mag": 1.04, "time": 1507119983420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.979333, 33.952, 16.95]}, "bbox": [-116.979333, 33.952, -116.979333, 33.952]}, {"id": "460", "type": "Feature", "properties": {"id": "ci38018264", "mag": 1.21, "time": 1507118298180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.153667, 33.576, 12.56]}, "bbox": [-117.153667, 33.576, -117.153667, 33.576]}, {"id": "461", "type": "Feature", "properties": {"id": "ak16988954", "mag": 1.4, "time": 1507117165370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0651, 59.0371, 113.6]}, "bbox": [-154.0651, 59.0371, -154.0651, 59.0371]}, {"id": "462", "type": "Feature", "properties": {"id": "ak16988951", "mag": 1.7, "time": 1507117164179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7431, 61.7579, 50.0]}, "bbox": [-150.7431, 61.7579, -150.7431, 61.7579]}, {"id": "463", "type": "Feature", "properties": {"id": "ak16988955", "mag": 1.2, "time": 1507117137925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2404, 63.315, 3.6]}, "bbox": [-145.2404, 63.315, -145.2404, 63.315]}, {"id": "464", "type": "Feature", "properties": {"id": "ci38018256", "mag": 1.97, "time": 1507116401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.047667, 33.9995, 14.99]}, "bbox": [-117.047667, 33.9995, -117.047667, 33.9995]}, {"id": "465", "type": "Feature", "properties": {"id": "ak16988947", "mag": 1.3, "time": 1507116091533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.038, 61.8748, 115.1]}, "bbox": [-152.038, 61.8748, -152.038, 61.8748]}, {"id": "466", "type": "Feature", "properties": {"id": "ak16988943", "mag": 2.6, "time": 1507115904863, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.3287, 60.8439, 0.0]}, "bbox": [-138.3287, 60.8439, -138.3287, 60.8439]}, {"id": "467", "type": "Feature", "properties": {"id": "mb80259149", "mag": 1.42, "time": 1507115359390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520833, 46.866833, 12.33]}, "bbox": [-112.520833, 46.866833, -112.520833, 46.866833]}, {"id": "468", "type": "Feature", "properties": {"id": "ak16988941", "mag": 2.0, "time": 1507115138670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7265, 59.549, 35.9]}, "bbox": [-150.7265, 59.549, -150.7265, 59.549]}, {"id": "469", "type": "Feature", "properties": {"id": "ak16988937", "mag": 1.7, "time": 1507114508883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.561, 63.6903, 125.8]}, "bbox": [-149.561, 63.6903, -149.561, 63.6903]}, {"id": "470", "type": "Feature", "properties": {"id": "nc72904051", "mag": 1.09, "time": 1507113834280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8355, 1.85]}, "bbox": [-122.793, 38.8355, -122.793, 38.8355]}, {"id": "471", "type": "Feature", "properties": {"id": "ci38018224", "mag": 1.17, "time": 1507113370200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.608833, 33.080833, 11.8]}, "bbox": [-116.608833, 33.080833, -116.608833, 33.080833]}, {"id": "472", "type": "Feature", "properties": {"id": "nc72904041", "mag": 1.12, "time": 1507113327750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.942, 36.506, 4.31]}, "bbox": [-120.942, 36.506, -120.942, 36.506]}, {"id": "473", "type": "Feature", "properties": {"id": "uu60251097", "mag": 2.09, "time": 1507111719760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.55, 7.34]}, "bbox": [-111.414333, 42.55, -111.414333, 42.55]}, {"id": "474", "type": "Feature", "properties": {"id": "nc72904031", "mag": 0.97, "time": 1507110773350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.365667, 36.7845, 3.47]}, "bbox": [-121.365667, 36.7845, -121.365667, 36.7845]}, {"id": "475", "type": "Feature", "properties": {"id": "mb80259134", "mag": 2.46, "time": 1507108546600, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.867833, 13.28]}, "bbox": [-112.527833, 46.867833, -112.527833, 46.867833]}, {"id": "476", "type": "Feature", "properties": {"id": "ci38018200", "mag": 1.17, "time": 1507108523230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5975, 34.0275, 11.16]}, "bbox": [-117.5975, 34.0275, -117.5975, 34.0275]}, {"id": "477", "type": "Feature", "properties": {"id": "nc72904011", "mag": 1.65, "time": 1507108226290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.59, 39.034, 1.81]}, "bbox": [-122.59, 39.034, -122.59, 39.034]}, {"id": "478", "type": "Feature", "properties": {"id": "ak16988931", "mag": 1.6, "time": 1507107916290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4053, 65.8348, 0.0]}, "bbox": [-155.4053, 65.8348, -155.4053, 65.8348]}, {"id": "479", "type": "Feature", "properties": {"id": "ci38018192", "mag": 1.04, "time": 1507107119810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.243833, 34.561167, 7.55]}, "bbox": [-116.243833, 34.561167, -116.243833, 34.561167]}, {"id": "480", "type": "Feature", "properties": {"id": "uw61337191", "mag": 1.11, "time": 1507106498380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3995, 47.466167, 20.06]}, "bbox": [-122.3995, 47.466167, -122.3995, 47.466167]}, {"id": "481", "type": "Feature", "properties": {"id": "ak16988930", "mag": 1.5, "time": 1507105167087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3314, 63.0932, 0.0]}, "bbox": [-151.3314, 63.0932, -151.3314, 63.0932]}, {"id": "482", "type": "Feature", "properties": {"id": "nc72903991", "mag": 1.0, "time": 1507105008930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.831667, 37.479167, 7.18]}, "bbox": [-121.831667, 37.479167, -121.831667, 37.479167]}, {"id": "483", "type": "Feature", "properties": {"id": "us2000b0vg", "mag": 4.8, "time": 1507102453200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0265, 15.081, 39.52]}, "bbox": [-94.0265, 15.081, -94.0265, 15.081]}, {"id": "484", "type": "Feature", "properties": {"id": "uu60251092", "mag": 1.15, "time": 1507102301120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.109167, 37.453, 7.33]}, "bbox": [-113.109167, 37.453, -113.109167, 37.453]}, {"id": "485", "type": "Feature", "properties": {"id": "nc72903961", "mag": 0.99, "time": 1507102290690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.886, 37.634, 6.9]}, "bbox": [-118.886, 37.634, -118.886, 37.634]}, {"id": "486", "type": "Feature", "properties": {"id": "nc72903951", "mag": 1.13, "time": 1507102067530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873, 37.655, 2.24]}, "bbox": [-118.873, 37.655, -118.873, 37.655]}, {"id": "487", "type": "Feature", "properties": {"id": "ak16988890", "mag": 2.1, "time": 1507101218109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6853, 59.7843, 0.0]}, "bbox": [-136.6853, 59.7843, -136.6853, 59.7843]}, {"id": "488", "type": "Feature", "properties": {"id": "nc72903941", "mag": 1.93, "time": 1507099899370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.174833, 36.7355, 8.83]}, "bbox": [-121.174833, 36.7355, -121.174833, 36.7355]}, {"id": "489", "type": "Feature", "properties": {"id": "ak16988888", "mag": 2.1, "time": 1507099796449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.599, 58.1927, 18.0]}, "bbox": [-152.599, 58.1927, -152.599, 58.1927]}, {"id": "490", "type": "Feature", "properties": {"id": "ak16988886", "mag": 1.1, "time": 1507099794659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1044, 65.1213, 20.9]}, "bbox": [-149.1044, 65.1213, -149.1044, 65.1213]}, {"id": "491", "type": "Feature", "properties": {"id": "hv61932126", "mag": 2.54, "time": 1507098254160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471, 19.958167, 34.056]}, "bbox": [-155.471, 19.958167, -155.471, 19.958167]}, {"id": "492", "type": "Feature", "properties": {"id": "ci38018128", "mag": 1.48, "time": 1507095935630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.237333, 33.3585, 9.93]}, "bbox": [-116.237333, 33.3585, -116.237333, 33.3585]}, {"id": "493", "type": "Feature", "properties": {"id": "ak16988874", "mag": 2.0, "time": 1507095643589, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4213, 59.0929, 75.6]}, "bbox": [-152.4213, 59.0929, -152.4213, 59.0929]}, {"id": "494", "type": "Feature", "properties": {"id": "mb80259124", "mag": 1.12, "time": 1507094472670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.889167, 10.71]}, "bbox": [-112.5195, 46.889167, -112.5195, 46.889167]}, {"id": "495", "type": "Feature", "properties": {"id": "us2000b0ue", "mag": 4.7, "time": 1507093737820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.7448, 18.3756, 172.11]}, "bbox": [145.7448, 18.3756, 145.7448, 18.3756]}, {"id": "496", "type": "Feature", "properties": {"id": "hv61932021", "mag": 1.47, "time": 1507093555340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7645, 19.608333, 19.406]}, "bbox": [-155.7645, 19.608333, -155.7645, 19.608333]}, {"id": "497", "type": "Feature", "properties": {"id": "uu60251087", "mag": 1.84, "time": 1507092267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456667, 42.600833, 1.84]}, "bbox": [-111.456667, 42.600833, -111.456667, 42.600833]}, {"id": "498", "type": "Feature", "properties": {"id": "ak16988835", "mag": 1.4, "time": 1507091990426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8997, 62.5624, 2.5]}, "bbox": [-152.8997, 62.5624, -152.8997, 62.5624]}, {"id": "499", "type": "Feature", "properties": {"id": "ak16988834", "mag": 2.0, "time": 1507091511196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6239, 61.9391, 35.9]}, "bbox": [-147.6239, 61.9391, -147.6239, 61.9391]}, {"id": "500", "type": "Feature", "properties": {"id": "hv61931981", "mag": 2.06, "time": 1507091217900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6845, 18.778833, 34.132]}, "bbox": [-155.6845, 18.778833, -155.6845, 18.778833]}, {"id": "501", "type": "Feature", "properties": {"id": "ak16988831", "mag": 1.7, "time": 1507090320674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0205, 61.3011, 30.6]}, "bbox": [-149.0205, 61.3011, -149.0205, 61.3011]}, {"id": "502", "type": "Feature", "properties": {"id": "ak16988828", "mag": 1.6, "time": 1507090167802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1141, 63.8125, 0.0]}, "bbox": [-149.1141, 63.8125, -149.1141, 63.8125]}, {"id": "503", "type": "Feature", "properties": {"id": "ci38018104", "mag": 0.97, "time": 1507089080620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.364, 33.395667, 5.23]}, "bbox": [-116.364, 33.395667, -116.364, 33.395667]}, {"id": "504", "type": "Feature", "properties": {"id": "ci38018096", "mag": 1.15, "time": 1507088756230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.118, 33.743333, 14.37]}, "bbox": [-118.118, 33.743333, -118.118, 33.743333]}, {"id": "505", "type": "Feature", "properties": {"id": "us2000b0th", "mag": 5.0, "time": 1507087351060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1517, -31.5827, 35.55]}, "bbox": [-178.1517, -31.5827, -178.1517, -31.5827]}, {"id": "506", "type": "Feature", "properties": {"id": "nc72903886", "mag": 1.89, "time": 1507087145860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157333, 36.593167, 6.68]}, "bbox": [-121.157333, 36.593167, -121.157333, 36.593167]}, {"id": "507", "type": "Feature", "properties": {"id": "nc72903881", "mag": 1.09, "time": 1507086787130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718666, 38.771667, 2.16]}, "bbox": [-122.718666, 38.771667, -122.718666, 38.771667]}, {"id": "508", "type": "Feature", "properties": {"id": "us2000b0t5", "mag": 5.2, "time": 1507086128100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.1988, -23.1056, 126.96]}, "bbox": [-68.1988, -23.1056, -68.1988, -23.1056]}, {"id": "509", "type": "Feature", "properties": {"id": "nn00608095", "mag": 1.8, "time": 1507085141975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2313, 37.1571, 11.8]}, "bbox": [-117.2313, 37.1571, -117.2313, 37.1571]}, {"id": "510", "type": "Feature", "properties": {"id": "ak16988758", "mag": 1.7, "time": 1507084302637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3056, 61.634, 42.6]}, "bbox": [-146.3056, 61.634, -146.3056, 61.634]}, {"id": "511", "type": "Feature", "properties": {"id": "nc72903856", "mag": 1.42, "time": 1507084182620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.847167, 37.6515, 3.01]}, "bbox": [-118.847167, 37.6515, -118.847167, 37.6515]}, {"id": "512", "type": "Feature", "properties": {"id": "ak16988756", "mag": 1.9, "time": 1507083972695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8168, 61.2547, 28.1]}, "bbox": [-146.8168, 61.2547, -146.8168, 61.2547]}, {"id": "513", "type": "Feature", "properties": {"id": "ci38018048", "mag": 1.01, "time": 1507081338310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112167, 34.101167, 8.93]}, "bbox": [-118.112167, 34.101167, -118.112167, 34.101167]}, {"id": "514", "type": "Feature", "properties": {"id": "mb80259119", "mag": 1.6, "time": 1507080820140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521833, 46.872833, 10.74]}, "bbox": [-112.521833, 46.872833, -112.521833, 46.872833]}, {"id": "515", "type": "Feature", "properties": {"id": "mb80259154", "mag": 1.65, "time": 1507080779330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5265, 46.876167, 11.17]}, "bbox": [-112.5265, 46.876167, -112.5265, 46.876167]}, {"id": "516", "type": "Feature", "properties": {"id": "ak16988720", "mag": 2.3, "time": 1507079042841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4064, 60.3952, 12.4]}, "bbox": [-147.4064, 60.3952, -147.4064, 60.3952]}, {"id": "517", "type": "Feature", "properties": {"id": "nn00608069", "mag": 1.7, "time": 1507077765338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5495, 40.2609, 8.3]}, "bbox": [-119.5495, 40.2609, -119.5495, 40.2609]}, {"id": "518", "type": "Feature", "properties": {"id": "ak16988717", "mag": 1.6, "time": 1507077365759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3311, 63.2608, 0.8]}, "bbox": [-151.3311, 63.2608, -151.3311, 63.2608]}, {"id": "519", "type": "Feature", "properties": {"id": "hv61931706", "mag": 1.47, "time": 1507077049100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6385, 19.553667, 11.424]}, "bbox": [-155.6385, 19.553667, -155.6385, 19.553667]}, {"id": "520", "type": "Feature", "properties": {"id": "ci38018040", "mag": 0.98, "time": 1507076389190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.269, 34.0685, 15.7]}, "bbox": [-117.269, 34.0685, -117.269, 34.0685]}, {"id": "521", "type": "Feature", "properties": {"id": "uw61337006", "mag": 0.96, "time": 1507074699210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751333, 47.996333, 14.52]}, "bbox": [-122.751333, 47.996333, -122.751333, 47.996333]}, {"id": "522", "type": "Feature", "properties": {"id": "us2000b0rt", "mag": 4.2, "time": 1507074238890, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.7745, 8.5663, 30.59]}, "bbox": [-82.7745, 8.5663, -82.7745, 8.5663]}, {"id": "523", "type": "Feature", "properties": {"id": "ci38018024", "mag": 1.57, "time": 1507073295750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681, 35.0345, -0.82]}, "bbox": [-117.681, 35.0345, -117.681, 35.0345]}, {"id": "524", "type": "Feature", "properties": {"id": "ak16988594", "mag": 2.0, "time": 1507073162743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2617, 62.1345, 75.8]}, "bbox": [-151.2617, 62.1345, -151.2617, 62.1345]}, {"id": "525", "type": "Feature", "properties": {"id": "ak16988588", "mag": 1.3, "time": 1507072732101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2839, 61.0371, 0.0]}, "bbox": [-148.2839, 61.0371, -148.2839, 61.0371]}, {"id": "526", "type": "Feature", "properties": {"id": "uw61336986", "mag": 1.86, "time": 1507072508440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.616667, 48.275333, 6.9]}, "bbox": [-120.616667, 48.275333, -120.616667, 48.275333]}, {"id": "527", "type": "Feature", "properties": {"id": "uw61336981", "mag": 1.89, "time": 1507072212820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6095, 48.259, 5.47]}, "bbox": [-120.6095, 48.259, -120.6095, 48.259]}, {"id": "528", "type": "Feature", "properties": {"id": "ak16988584", "mag": 1.0, "time": 1507071678363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3354, 64.9934, 0.0]}, "bbox": [-147.3354, 64.9934, -147.3354, 64.9934]}, {"id": "529", "type": "Feature", "properties": {"id": "nc72903836", "mag": 1.12, "time": 1507071527650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805, 38.822667, 2.85]}, "bbox": [-122.805, 38.822667, -122.805, 38.822667]}, {"id": "530", "type": "Feature", "properties": {"id": "nc72903831", "mag": 1.06, "time": 1507071133930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808998, 38.823166, 1.74]}, "bbox": [-122.808998, 38.823166, -122.808998, 38.823166]}, {"id": "531", "type": "Feature", "properties": {"id": "ak16994062", "mag": 1.2, "time": 1507071050929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8464, 63.0394, 121.6]}, "bbox": [-150.8464, 63.0394, -150.8464, 63.0394]}, {"id": "532", "type": "Feature", "properties": {"id": "nn00608062", "mag": 1.5, "time": 1507069440991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 37.5469, 5.1]}, "bbox": [-117.445, 37.5469, -117.445, 37.5469]}, {"id": "533", "type": "Feature", "properties": {"id": "nc72903806", "mag": 1.23, "time": 1507069427950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739333, 38.805667, 1.44]}, "bbox": [-122.739333, 38.805667, -122.739333, 38.805667]}, {"id": "534", "type": "Feature", "properties": {"id": "uw61336956", "mag": 1.0, "time": 1507069356480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319167, 46.078167, -1.11]}, "bbox": [-122.319167, 46.078167, -122.319167, 46.078167]}, {"id": "535", "type": "Feature", "properties": {"id": "ak16988555", "mag": 2.0, "time": 1507069258013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.1558, 67.7665, 10.8]}, "bbox": [-164.1558, 67.7665, -164.1558, 67.7665]}, {"id": "536", "type": "Feature", "properties": {"id": "ak16988552", "mag": 1.6, "time": 1507069137803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3107, 61.1448, 20.1]}, "bbox": [-148.3107, 61.1448, -148.3107, 61.1448]}, {"id": "537", "type": "Feature", "properties": {"id": "us2000b0q2", "mag": 4.2, "time": 1507068153470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2992, 15.6198, 60.2]}, "bbox": [-94.2992, 15.6198, -94.2992, 15.6198]}, {"id": "538", "type": "Feature", "properties": {"id": "ci38018000", "mag": 1.69, "time": 1507067212670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446333, 34.153333, 6.34]}, "bbox": [-116.446333, 34.153333, -116.446333, 34.153333]}, {"id": "539", "type": "Feature", "properties": {"id": "mb80259099", "mag": 1.07, "time": 1507067005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.4045, 43.682, 5.87]}, "bbox": [-110.4045, 43.682, -110.4045, 43.682]}, {"id": "540", "type": "Feature", "properties": {"id": "ak16988545", "mag": 1.7, "time": 1507066676846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6733, 65.2302, 8.7]}, "bbox": [-150.6733, 65.2302, -150.6733, 65.2302]}, {"id": "541", "type": "Feature", "properties": {"id": "nn00608050", "mag": 1.7, "time": 1507066159273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0874, 39.024, 7.5]}, "bbox": [-118.0874, 39.024, -118.0874, 39.024]}, {"id": "542", "type": "Feature", "properties": {"id": "ci38017984", "mag": 1.71, "time": 1507065949300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.347667, 33.392, 3.2]}, "bbox": [-116.347667, 33.392, -116.347667, 33.392]}, {"id": "543", "type": "Feature", "properties": {"id": "uu60251062", "mag": 1.76, "time": 1507065772640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.412333, 42.583667, 5.9]}, "bbox": [-111.412333, 42.583667, -111.412333, 42.583667]}, {"id": "544", "type": "Feature", "properties": {"id": "ak16988519", "mag": 2.6, "time": 1507065657270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2687, 57.0749, 82.1]}, "bbox": [-156.2687, 57.0749, -156.2687, 57.0749]}, {"id": "545", "type": "Feature", "properties": {"id": "ak16988491", "mag": 1.6, "time": 1507065428977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3929, 65.0131, 16.1]}, "bbox": [-161.3929, 65.0131, -161.3929, 65.0131]}, {"id": "546", "type": "Feature", "properties": {"id": "ak16988489", "mag": 1.2, "time": 1507065333200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6212, 63.3407, 7.0]}, "bbox": [-145.6212, 63.3407, -145.6212, 63.3407]}, {"id": "547", "type": "Feature", "properties": {"id": "ak16988484", "mag": 2.3, "time": 1507065014972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0452, 62.216, 67.5]}, "bbox": [-151.0452, 62.216, -151.0452, 62.216]}, {"id": "548", "type": "Feature", "properties": {"id": "nc72905396", "mag": 1.11, "time": 1507064824530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4595, 41.531833, 2.93]}, "bbox": [-121.4595, 41.531833, -121.4595, 41.531833]}, {"id": "549", "type": "Feature", "properties": {"id": "uu60251057", "mag": 2.05, "time": 1507064724100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.399, 42.521333, 8.16]}, "bbox": [-111.399, 42.521333, -111.399, 42.521333]}, {"id": "550", "type": "Feature", "properties": {"id": "ci38017976", "mag": 1.59, "time": 1507064335800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445833, 34.1535, 6.5]}, "bbox": [-116.445833, 34.1535, -116.445833, 34.1535]}, {"id": "551", "type": "Feature", "properties": {"id": "nc72903776", "mag": 1.19, "time": 1507063701570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.529167, 1.8]}, "bbox": [-118.8805, 37.529167, -118.8805, 37.529167]}, {"id": "552", "type": "Feature", "properties": {"id": "us2000b0nr", "mag": 5.7, "time": 1507063144760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-49.3194, 13.4552, 10.0]}, "bbox": [-49.3194, 13.4552, -49.3194, 13.4552]}, {"id": "553", "type": "Feature", "properties": {"id": "nc72903771", "mag": 2.49, "time": 1507062907080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.767, 38.799167, 0.51]}, "bbox": [-122.767, 38.799167, -122.767, 38.799167]}, {"id": "554", "type": "Feature", "properties": {"id": "ak16988466", "mag": 1.3, "time": 1507062241011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5134, 62.1795, 23.0]}, "bbox": [-145.5134, 62.1795, -145.5134, 62.1795]}, {"id": "555", "type": "Feature", "properties": {"id": "ak16988439", "mag": 2.2, "time": 1507061510846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8761, 60.5934, 142.5]}, "bbox": [-152.8761, 60.5934, -152.8761, 60.5934]}, {"id": "556", "type": "Feature", "properties": {"id": "us2000b0n8", "mag": 4.5, "time": 1507061510710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.7231, 55.3488, 28.06]}, "bbox": [166.7231, 55.3488, 166.7231, 55.3488]}, {"id": "557", "type": "Feature", "properties": {"id": "ci38017952", "mag": 1.07, "time": 1507061299680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4405, 34.156167, 8.27]}, "bbox": [-116.4405, 34.156167, -116.4405, 34.156167]}, {"id": "558", "type": "Feature", "properties": {"id": "ak16988437", "mag": 1.3, "time": 1507061230777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0856, 61.3457, 14.4]}, "bbox": [-148.0856, 61.3457, -148.0856, 61.3457]}, {"id": "559", "type": "Feature", "properties": {"id": "ak16988435", "mag": 1.5, "time": 1507060035702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9837, 61.6046, 61.8]}, "bbox": [-150.9837, 61.6046, -150.9837, 61.6046]}, {"id": "560", "type": "Feature", "properties": {"id": "nc72903741", "mag": 1.18, "time": 1507059288800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764831, 38.788502, -0.61]}, "bbox": [-122.764831, 38.788502, -122.764831, 38.788502]}, {"id": "561", "type": "Feature", "properties": {"id": "ci38017936", "mag": 1.69, "time": 1507059189120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.4895, 4.06]}, "bbox": [-116.7955, 33.4895, -116.7955, 33.4895]}, {"id": "562", "type": "Feature", "properties": {"id": "ak16994048", "mag": 1.6, "time": 1507059099655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6496, 59.6816, 88.6]}, "bbox": [-152.6496, 59.6816, -152.6496, 59.6816]}, {"id": "563", "type": "Feature", "properties": {"id": "ak16994047", "mag": 1.4, "time": 1507058879703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6613, 58.3127, 61.4]}, "bbox": [-153.6613, 58.3127, -153.6613, 58.3127]}, {"id": "564", "type": "Feature", "properties": {"id": "nn00608048", "mag": 1.1, "time": 1507058710135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9271, 40.1731, 13.8]}, "bbox": [-119.9271, 40.1731, -119.9271, 40.1731]}, {"id": "565", "type": "Feature", "properties": {"id": "ci38017912", "mag": 1.43, "time": 1507058424320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.440833, 34.1545, 6.88]}, "bbox": [-116.440833, 34.1545, -116.440833, 34.1545]}, {"id": "566", "type": "Feature", "properties": {"id": "ci38017904", "mag": 1.19, "time": 1507057846620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1795, 35.002, -0.83]}, "bbox": [-118.1795, 35.002, -118.1795, 35.002]}, {"id": "567", "type": "Feature", "properties": {"id": "ci38017896", "mag": 1.26, "time": 1507057788590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.941667, 32.908, -0.33]}, "bbox": [-116.941667, 32.908, -116.941667, 32.908]}, {"id": "568", "type": "Feature", "properties": {"id": "us2000b0lw", "mag": 5.2, "time": 1507057466210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.8364, -55.2702, 10.0]}, "bbox": [-28.8364, -55.2702, -28.8364, -55.2702]}, {"id": "569", "type": "Feature", "properties": {"id": "mb80259069", "mag": 1.71, "time": 1507056294930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.503, 46.830333, 12.9]}, "bbox": [-112.503, 46.830333, -112.503, 46.830333]}, {"id": "570", "type": "Feature", "properties": {"id": "ak16988418", "mag": 1.8, "time": 1507056127213, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6502, 57.4998, 47.0]}, "bbox": [-154.6502, 57.4998, -154.6502, 57.4998]}, {"id": "571", "type": "Feature", "properties": {"id": "nc72903726", "mag": 1.14, "time": 1507056074240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.84, 37.503833, 0.26]}, "bbox": [-118.84, 37.503833, -118.84, 37.503833]}, {"id": "572", "type": "Feature", "properties": {"id": "ak16988415", "mag": 1.4, "time": 1507055512017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8175, 61.6607, 28.4]}, "bbox": [-146.8175, 61.6607, -146.8175, 61.6607]}, {"id": "573", "type": "Feature", "properties": {"id": "hv61931361", "mag": 2.65, "time": 1507055057800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.324, 19.406667, 7.018]}, "bbox": [-155.324, 19.406667, -155.324, 19.406667]}, {"id": "574", "type": "Feature", "properties": {"id": "ci38017848", "mag": 1.04, "time": 1507054498390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.44, 34.157667, 8.94]}, "bbox": [-116.44, 34.157667, -116.44, 34.157667]}, {"id": "575", "type": "Feature", "properties": {"id": "uu60251037", "mag": 1.12, "time": 1507053937840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.592167, 6.15]}, "bbox": [-111.424333, 42.592167, -111.424333, 42.592167]}, {"id": "576", "type": "Feature", "properties": {"id": "hv61931346", "mag": 2.16, "time": 1507053691890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.373667, 20.034833, 13.532]}, "bbox": [-155.373667, 20.034833, -155.373667, 20.034833]}, {"id": "577", "type": "Feature", "properties": {"id": "mb80259064", "mag": 1.12, "time": 1507053599620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 46.334833, -2.0]}, "bbox": [-111.609167, 46.334833, -111.609167, 46.334833]}, {"id": "578", "type": "Feature", "properties": {"id": "ak16988394", "mag": 1.6, "time": 1507052715999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9718, 60.8946, 14.9]}, "bbox": [-150.9718, 60.8946, -150.9718, 60.8946]}, {"id": "579", "type": "Feature", "properties": {"id": "ak16988390", "mag": 1.9, "time": 1507052122028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3579, 61.0247, 111.3]}, "bbox": [-152.3579, 61.0247, -152.3579, 61.0247]}, {"id": "580", "type": "Feature", "properties": {"id": "nc72903716", "mag": 2.07, "time": 1507052014050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.787667, 37.598833, 5.1]}, "bbox": [-118.787667, 37.598833, -118.787667, 37.598833]}, {"id": "581", "type": "Feature", "properties": {"id": "ak16994042", "mag": 2.0, "time": 1507051700735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4244, 59.8428, 129.5]}, "bbox": [-153.4244, 59.8428, -153.4244, 59.8428]}, {"id": "582", "type": "Feature", "properties": {"id": "us2000b0jm", "mag": 4.6, "time": 1507050191000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.1126, -2.5625, 21.57]}, "bbox": [140.1126, -2.5625, 140.1126, -2.5625]}, {"id": "583", "type": "Feature", "properties": {"id": "ci38017808", "mag": 1.9, "time": 1507049580810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445167, 33.264333, 2.22]}, "bbox": [-116.445167, 33.264333, -116.445167, 33.264333]}, {"id": "584", "type": "Feature", "properties": {"id": "nn00608002", "mag": 1.2, "time": 1507049448566, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2901, 37.8049, 7.5]}, "bbox": [-114.2901, 37.8049, -114.2901, 37.8049]}, {"id": "585", "type": "Feature", "properties": {"id": "uu60251027", "mag": 1.41, "time": 1507048713320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.760333, 39.998667, 8.73]}, "bbox": [-111.760333, 39.998667, -111.760333, 39.998667]}, {"id": "586", "type": "Feature", "properties": {"id": "ak16988364", "mag": 1.1, "time": 1507048704427, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9116, 61.1262, 0.0]}, "bbox": [-147.9116, 61.1262, -147.9116, 61.1262]}, {"id": "587", "type": "Feature", "properties": {"id": "ak16988361", "mag": 1.8, "time": 1507048669896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1084, 64.9183, 18.5]}, "bbox": [-149.1084, 64.9183, -149.1084, 64.9183]}, {"id": "588", "type": "Feature", "properties": {"id": "ci38017800", "mag": 0.98, "time": 1507048261760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446833, 34.154333, 7.94]}, "bbox": [-116.446833, 34.154333, -116.446833, 34.154333]}, {"id": "589", "type": "Feature", "properties": {"id": "nc72903676", "mag": 1.69, "time": 1507047264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.455833, 2.67]}, "bbox": [-118.8285, 37.455833, -118.8285, 37.455833]}, {"id": "590", "type": "Feature", "properties": {"id": "nc72903671", "mag": 1.3, "time": 1507047173830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 37.287833, 7.31]}, "bbox": [-121.5795, 37.287833, -121.5795, 37.287833]}, {"id": "591", "type": "Feature", "properties": {"id": "ci38017744", "mag": 1.05, "time": 1507046707770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.136833, 34.054167, 9.74]}, "bbox": [-117.136833, 34.054167, -117.136833, 34.054167]}, {"id": "592", "type": "Feature", "properties": {"id": "nc72903666", "mag": 2.58, "time": 1507046582120, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.464333, 36.750833, 7.57]}, "bbox": [-121.464333, 36.750833, -121.464333, 36.750833]}, {"id": "593", "type": "Feature", "properties": {"id": "ak16988359", "mag": 1.4, "time": 1507045972022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1249, 62.9454, 112.4]}, "bbox": [-151.1249, 62.9454, -151.1249, 62.9454]}, {"id": "594", "type": "Feature", "properties": {"id": "ak16988358", "mag": 1.6, "time": 1507045690910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2536, 60.0003, 13.7]}, "bbox": [-149.2536, 60.0003, -149.2536, 60.0003]}, {"id": "595", "type": "Feature", "properties": {"id": "ak16994035", "mag": 1.7, "time": 1507044159018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6674, 59.3569, 72.1]}, "bbox": [-152.6674, 59.3569, -152.6674, 59.3569]}, {"id": "596", "type": "Feature", "properties": {"id": "ak16988345", "mag": 2.7, "time": 1507043705635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0117, 59.5043, 89.0]}, "bbox": [-153.0117, 59.5043, -153.0117, 59.5043]}, {"id": "597", "type": "Feature", "properties": {"id": "nc72903631", "mag": 1.33, "time": 1507043277890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.820167, 3.51]}, "bbox": [-122.800667, 38.820167, -122.800667, 38.820167]}, {"id": "598", "type": "Feature", "properties": {"id": "ak16994033", "mag": 1.6, "time": 1507043019584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3814, 58.3192, 13.1]}, "bbox": [-151.3814, 58.3192, -151.3814, 58.3192]}, {"id": "599", "type": "Feature", "properties": {"id": "ak16988343", "mag": 2.7, "time": 1507042999732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3915, 51.6134, 9.1]}, "bbox": [-178.3915, 51.6134, -178.3915, 51.6134]}, {"id": "600", "type": "Feature", "properties": {"id": "ak16994031", "mag": 1.7, "time": 1507042763401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1107, 59.3023, 7.9]}, "bbox": [-150.1107, 59.3023, -150.1107, 59.3023]}, {"id": "601", "type": "Feature", "properties": {"id": "ak16994030", "mag": 1.3, "time": 1507042659104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9147, 62.9235, 104.4]}, "bbox": [-150.9147, 62.9235, -150.9147, 62.9235]}, {"id": "602", "type": "Feature", "properties": {"id": "ak16994029", "mag": 1.6, "time": 1507042166290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0354, 59.6428, 85.1]}, "bbox": [-153.0354, 59.6428, -153.0354, 59.6428]}, {"id": "603", "type": "Feature", "properties": {"id": "us2000b0gv", "mag": 2.1, "time": 1507041358070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8228, 36.4458, 4.6]}, "bbox": [-98.8228, 36.4458, -98.8228, 36.4458]}, {"id": "604", "type": "Feature", "properties": {"id": "ak16988332", "mag": 1.4, "time": 1507041247450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2842, 62.1118, 75.7]}, "bbox": [-151.2842, 62.1118, -151.2842, 62.1118]}, {"id": "605", "type": "Feature", "properties": {"id": "ci38017688", "mag": 1.7, "time": 1507041034810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.665167, 35.975833, 2.12]}, "bbox": [-117.665167, 35.975833, -117.665167, 35.975833]}, {"id": "606", "type": "Feature", "properties": {"id": "hv61931251", "mag": 2.87, "time": 1507040757870, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.370833, 20.027333, 12.259]}, "bbox": [-155.370833, 20.027333, -155.370833, 20.027333]}, {"id": "607", "type": "Feature", "properties": {"id": "us2000b0gr", "mag": 4.6, "time": 1507040383740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9616, -39.6706, 78.62]}, "bbox": [175.9616, -39.6706, 175.9616, -39.6706]}, {"id": "608", "type": "Feature", "properties": {"id": "nc72903611", "mag": 1.04, "time": 1507039230370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.979333, 37.537333, 3.49]}, "bbox": [-118.979333, 37.537333, -118.979333, 37.537333]}, {"id": "609", "type": "Feature", "properties": {"id": "ak16988330", "mag": 1.8, "time": 1507038947118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8047, 53.5035, 24.1]}, "bbox": [-165.8047, 53.5035, -165.8047, 53.5035]}, {"id": "610", "type": "Feature", "properties": {"id": "us2000b0k7", "mag": 2.6, "time": 1507038712390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1971, 51.3674, 18.8]}, "bbox": [-178.1971, 51.3674, -178.1971, 51.3674]}, {"id": "611", "type": "Feature", "properties": {"id": "us2000b0gm", "mag": 4.5, "time": 1507038514350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.7848, 25.0488, 74.86]}, "bbox": [94.7848, 25.0488, 94.7848, 25.0488]}, {"id": "612", "type": "Feature", "properties": {"id": "ak16988328", "mag": 1.3, "time": 1507038483396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5284, 62.2253, 16.5]}, "bbox": [-150.5284, 62.2253, -150.5284, 62.2253]}, {"id": "613", "type": "Feature", "properties": {"id": "ak16994023", "mag": 1.9, "time": 1507038160436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9795, 54.3692, 39.6]}, "bbox": [-162.9795, 54.3692, -162.9795, 54.3692]}, {"id": "614", "type": "Feature", "properties": {"id": "ak16994021", "mag": 1.3, "time": 1507037424410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3659, 61.871, 45.6]}, "bbox": [-147.3659, 61.871, -147.3659, 61.871]}, {"id": "615", "type": "Feature", "properties": {"id": "ci38017640", "mag": 0.99, "time": 1507035054330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.962167, 34.044333, 11.19]}, "bbox": [-116.962167, 34.044333, -116.962167, 34.044333]}, {"id": "616", "type": "Feature", "properties": {"id": "ak16994019", "mag": 2.4, "time": 1507034930692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8074, 51.67, 77.1]}, "bbox": [-179.8074, 51.67, -179.8074, 51.67]}, {"id": "617", "type": "Feature", "properties": {"id": "ak16988323", "mag": 2.5, "time": 1507033401817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.3851, 54.2478, 11.5]}, "bbox": [-162.3851, 54.2478, -162.3851, 54.2478]}, {"id": "618", "type": "Feature", "properties": {"id": "ak16988320", "mag": 1.8, "time": 1507033125169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8594, 61.9955, 7.8]}, "bbox": [-150.8594, 61.9955, -150.8594, 61.9955]}, {"id": "619", "type": "Feature", "properties": {"id": "nc72903576", "mag": 1.25, "time": 1507033081250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.496833, 35.946833, 9.32]}, "bbox": [-120.496833, 35.946833, -120.496833, 35.946833]}, {"id": "620", "type": "Feature", "properties": {"id": "ak16988318", "mag": 1.5, "time": 1507032487878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.705, 62.0401, 40.9]}, "bbox": [-149.705, 62.0401, -149.705, 62.0401]}, {"id": "621", "type": "Feature", "properties": {"id": "nc72903571", "mag": 1.19, "time": 1507032219730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.973167, 37.635667, 4.8]}, "bbox": [-118.973167, 37.635667, -118.973167, 37.635667]}, {"id": "622", "type": "Feature", "properties": {"id": "ak16988315", "mag": 1.6, "time": 1507031200996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1077, 57.8662, 5.2]}, "bbox": [-156.1077, 57.8662, -156.1077, 57.8662]}, {"id": "623", "type": "Feature", "properties": {"id": "nc72903561", "mag": 1.07, "time": 1507031172540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802002, 38.825832, 2.3]}, "bbox": [-122.802002, 38.825832, -122.802002, 38.825832]}, {"id": "624", "type": "Feature", "properties": {"id": "ak16988314", "mag": 1.7, "time": 1507031152426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 60.0214, 78.4]}, "bbox": [-152.0389, 60.0214, -152.0389, 60.0214]}, {"id": "625", "type": "Feature", "properties": {"id": "mb80259049", "mag": 2.51, "time": 1507030950500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.353833, 43.520167, 3.75]}, "bbox": [-110.353833, 43.520167, -110.353833, 43.520167]}, {"id": "626", "type": "Feature", "properties": {"id": "nc72903556", "mag": 1.59, "time": 1507030601280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.630333, 6.72]}, "bbox": [-118.887667, 37.630333, -118.887667, 37.630333]}, {"id": "627", "type": "Feature", "properties": {"id": "ci38017616", "mag": 1.23, "time": 1507030424420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812833, 34.096833, 13.63]}, "bbox": [-117.812833, 34.096833, -117.812833, 34.096833]}, {"id": "628", "type": "Feature", "properties": {"id": "ci38017608", "mag": 1.47, "time": 1507030255050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808167, 34.092333, 14.9]}, "bbox": [-117.808167, 34.092333, -117.808167, 34.092333]}, {"id": "629", "type": "Feature", "properties": {"id": "nc72903546", "mag": 1.09, "time": 1507029639750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.82267, 38.807835, 1.84]}, "bbox": [-122.82267, 38.807835, -122.82267, 38.807835]}, {"id": "630", "type": "Feature", "properties": {"id": "ak16988306", "mag": 2.7, "time": 1507027595732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4068, 51.6479, 12.1]}, "bbox": [-178.4068, 51.6479, -178.4068, 51.6479]}, {"id": "631", "type": "Feature", "properties": {"id": "nc72903531", "mag": 1.14, "time": 1507027098870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763168, 38.789001, 0.79]}, "bbox": [-122.763168, 38.789001, -122.763168, 38.789001]}, {"id": "632", "type": "Feature", "properties": {"id": "ak16988304", "mag": 1.4, "time": 1507026885090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5708, 61.3679, 26.2]}, "bbox": [-149.5708, 61.3679, -149.5708, 61.3679]}, {"id": "633", "type": "Feature", "properties": {"id": "ak16994008", "mag": 1.6, "time": 1507025162686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.958, 61.2532, 105.4]}, "bbox": [-151.958, 61.2532, -151.958, 61.2532]}, {"id": "634", "type": "Feature", "properties": {"id": "ak16994007", "mag": 1.2, "time": 1507024176706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1195, 62.8909, 99.0]}, "bbox": [-151.1195, 62.8909, -151.1195, 62.8909]}, {"id": "635", "type": "Feature", "properties": {"id": "ak16988295", "mag": 2.1, "time": 1507023250156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3958, 51.6323, 10.7]}, "bbox": [-178.3958, 51.6323, -178.3958, 51.6323]}, {"id": "636", "type": "Feature", "properties": {"id": "ak16988294", "mag": 1.3, "time": 1507023225669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7855, 61.7554, 59.2]}, "bbox": [-150.7855, 61.7554, -150.7855, 61.7554]}, {"id": "637", "type": "Feature", "properties": {"id": "ak16988292", "mag": 2.6, "time": 1507022763592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7772, 53.1343, 25.6]}, "bbox": [-166.7772, 53.1343, -166.7772, 53.1343]}, {"id": "638", "type": "Feature", "properties": {"id": "ak16988287", "mag": 1.2, "time": 1507022053291, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.872, 64.5325, 18.4]}, "bbox": [-149.872, 64.5325, -149.872, 64.5325]}, {"id": "639", "type": "Feature", "properties": {"id": "ak16988284", "mag": 1.3, "time": 1507021950836, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.929, 64.5216, 18.2]}, "bbox": [-149.929, 64.5216, -149.929, 64.5216]}, {"id": "640", "type": "Feature", "properties": {"id": "ak16988282", "mag": 1.4, "time": 1507021938525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8923, 58.4847, 8.2]}, "bbox": [-154.8923, 58.4847, -154.8923, 58.4847]}, {"id": "641", "type": "Feature", "properties": {"id": "ci38017544", "mag": 1.28, "time": 1507021318130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791333, 33.687167, 16.23]}, "bbox": [-116.791333, 33.687167, -116.791333, 33.687167]}, {"id": "642", "type": "Feature", "properties": {"id": "ak16988279", "mag": 2.0, "time": 1507020554043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2158, 61.698, 77.3]}, "bbox": [-151.2158, 61.698, -151.2158, 61.698]}, {"id": "643", "type": "Feature", "properties": {"id": "mb80259034", "mag": 1.18, "time": 1507020432130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.873, 11.92]}, "bbox": [-112.521333, 46.873, -112.521333, 46.873]}, {"id": "644", "type": "Feature", "properties": {"id": "us2000b0fa", "mag": 4.2, "time": 1507019233190, "felt": 43.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.0212, -33.014, 17.65]}, "bbox": [-72.0212, -33.014, -72.0212, -33.014]}, {"id": "645", "type": "Feature", "properties": {"id": "ak16988271", "mag": 1.8, "time": 1507019136375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.4739, 86.3]}, "bbox": [-152.1655, 60.4739, -152.1655, 60.4739]}, {"id": "646", "type": "Feature", "properties": {"id": "uu60250997", "mag": 1.69, "time": 1507019083210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.137833, 42.522333, -0.39]}, "bbox": [-111.137833, 42.522333, -111.137833, 42.522333]}, {"id": "647", "type": "Feature", "properties": {"id": "ak16993998", "mag": 1.8, "time": 1507018712322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0756, 60.1685, 13.9]}, "bbox": [-147.0756, 60.1685, -147.0756, 60.1685]}, {"id": "648", "type": "Feature", "properties": {"id": "nc72903491", "mag": 1.22, "time": 1507017869360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.486, 36.378, 5.97]}, "bbox": [-121.486, 36.378, -121.486, 36.378]}, {"id": "649", "type": "Feature", "properties": {"id": "ci38017536", "mag": 1.46, "time": 1507016252180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.479, 32.737333, 7.83]}, "bbox": [-115.479, 32.737333, -115.479, 32.737333]}, {"id": "650", "type": "Feature", "properties": {"id": "ak16988268", "mag": 1.4, "time": 1507015945802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0368, 61.1636, 0.4]}, "bbox": [-140.0368, 61.1636, -140.0368, 61.1636]}, {"id": "651", "type": "Feature", "properties": {"id": "ak16988267", "mag": 1.2, "time": 1507015806607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4998, 63.1031, 5.3]}, "bbox": [-151.4998, 63.1031, -151.4998, 63.1031]}, {"id": "652", "type": "Feature", "properties": {"id": "ci38017504", "mag": 1.41, "time": 1507014429310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363333, 34.832, 3.07]}, "bbox": [-116.363333, 34.832, -116.363333, 34.832]}, {"id": "653", "type": "Feature", "properties": {"id": "ak16988254", "mag": 4.1, "time": 1507013968245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3923, 54.6037, 20.2]}, "bbox": [-161.3923, 54.6037, -161.3923, 54.6037]}, {"id": "654", "type": "Feature", "properties": {"id": "ak16988252", "mag": 1.7, "time": 1507013732258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7964, 59.8936, 15.8]}, "bbox": [-136.7964, 59.8936, -136.7964, 59.8936]}, {"id": "655", "type": "Feature", "properties": {"id": "mb80259004", "mag": 1.07, "time": 1507013501160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.877333, 10.49]}, "bbox": [-112.523, 46.877333, -112.523, 46.877333]}, {"id": "656", "type": "Feature", "properties": {"id": "nn00607998", "mag": 1.1, "time": 1507013301155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3199, 37.7813, 5.0]}, "bbox": [-114.3199, 37.7813, -114.3199, 37.7813]}, {"id": "657", "type": "Feature", "properties": {"id": "ak16993990", "mag": 1.4, "time": 1507012650027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.264, 62.5244, 86.6]}, "bbox": [-151.264, 62.5244, -151.264, 62.5244]}, {"id": "658", "type": "Feature", "properties": {"id": "ak16988247", "mag": 2.1, "time": 1507012115547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4061, 51.6742, 14.8]}, "bbox": [-178.4061, 51.6742, -178.4061, 51.6742]}, {"id": "659", "type": "Feature", "properties": {"id": "ak16988245", "mag": 1.0, "time": 1507011961646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.539, 63.1068, 11.2]}, "bbox": [-151.539, 63.1068, -151.539, 63.1068]}, {"id": "660", "type": "Feature", "properties": {"id": "ci38017496", "mag": 1.24, "time": 1507011934810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.013833, 33.662167, 11.95]}, "bbox": [-117.013833, 33.662167, -117.013833, 33.662167]}, {"id": "661", "type": "Feature", "properties": {"id": "ci38017488", "mag": 1.25, "time": 1507011688900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.047333, 33.171, 5.29]}, "bbox": [-116.047333, 33.171, -116.047333, 33.171]}, {"id": "662", "type": "Feature", "properties": {"id": "ak16993987", "mag": 1.9, "time": 1507011535768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4878, 51.73, 4.8]}, "bbox": [-175.4878, 51.73, -175.4878, 51.73]}, {"id": "663", "type": "Feature", "properties": {"id": "ak16993986", "mag": 2.3, "time": 1507011386112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3903, 51.6732, 5.4]}, "bbox": [-178.3903, 51.6732, -178.3903, 51.6732]}, {"id": "664", "type": "Feature", "properties": {"id": "ci38017472", "mag": 1.5, "time": 1507010945840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.936833, 33.147, 7.23]}, "bbox": [-115.936833, 33.147, -115.936833, 33.147]}, {"id": "665", "type": "Feature", "properties": {"id": "ak16988244", "mag": 1.2, "time": 1507010895307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6337, 63.3262, 13.3]}, "bbox": [-145.6337, 63.3262, -145.6337, 63.3262]}, {"id": "666", "type": "Feature", "properties": {"id": "ci38017464", "mag": 1.4, "time": 1507008876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4845, 32.748667, 13.78]}, "bbox": [-115.4845, 32.748667, -115.4845, 32.748667]}, {"id": "667", "type": "Feature", "properties": {"id": "ci38017456", "mag": 1.19, "time": 1507008741980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.783833, 33.267833, 11.48]}, "bbox": [-116.783833, 33.267833, -116.783833, 33.267833]}, {"id": "668", "type": "Feature", "properties": {"id": "us2000b0ef", "mag": 4.9, "time": 1507008633680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9398, 15.4089, 62.32]}, "bbox": [-93.9398, 15.4089, -93.9398, 15.4089]}, {"id": "669", "type": "Feature", "properties": {"id": "mb80258984", "mag": 1.01, "time": 1507006889790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.430667, 43.6785, 7.63]}, "bbox": [-110.430667, 43.6785, -110.430667, 43.6785]}, {"id": "670", "type": "Feature", "properties": {"id": "mb80258979", "mag": 1.31, "time": 1507006468040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5225, 46.871167, 10.98]}, "bbox": [-112.5225, 46.871167, -112.5225, 46.871167]}, {"id": "671", "type": "Feature", "properties": {"id": "ak16988238", "mag": 2.4, "time": 1507005858917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.1659, 51.8129, 90.4]}, "bbox": [-174.1659, 51.8129, -174.1659, 51.8129]}, {"id": "672", "type": "Feature", "properties": {"id": "ak16993983", "mag": 1.4, "time": 1507004701069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7077, 62.778, 79.7]}, "bbox": [-150.7077, 62.778, -150.7077, 62.778]}, {"id": "673", "type": "Feature", "properties": {"id": "ci38017432", "mag": 1.1, "time": 1507003677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.485333, 4.63]}, "bbox": [-116.790667, 33.485333, -116.790667, 33.485333]}, {"id": "674", "type": "Feature", "properties": {"id": "ak16988237", "mag": 1.5, "time": 1507003090709, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0237, 61.1529, 7.4]}, "bbox": [-140.0237, 61.1529, -140.0237, 61.1529]}, {"id": "675", "type": "Feature", "properties": {"id": "mb80258949", "mag": 1.2, "time": 1507002724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.869, 10.38]}, "bbox": [-112.529833, 46.869, -112.529833, 46.869]}, {"id": "676", "type": "Feature", "properties": {"id": "ak16988235", "mag": 2.7, "time": 1507001740915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.6571, 52.9982, 32.2]}, "bbox": [-167.6571, 52.9982, -167.6571, 52.9982]}, {"id": "677", "type": "Feature", "properties": {"id": "nn00607958", "mag": 1.2, "time": 1507001239948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3057, 38.4484, 5.6]}, "bbox": [-119.3057, 38.4484, -119.3057, 38.4484]}, {"id": "678", "type": "Feature", "properties": {"id": "ak16988229", "mag": 1.6, "time": 1506999699601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3039, 62.7285, 79.0]}, "bbox": [-150.3039, 62.7285, -150.3039, 62.7285]}, {"id": "679", "type": "Feature", "properties": {"id": "ak16988225", "mag": 1.7, "time": 1506999179710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.178, 66.888, 7.7]}, "bbox": [-146.178, 66.888, -146.178, 66.888]}, {"id": "680", "type": "Feature", "properties": {"id": "mb80258939", "mag": 1.1, "time": 1506998768510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.860333, 12.25]}, "bbox": [-112.528833, 46.860333, -112.528833, 46.860333]}, {"id": "681", "type": "Feature", "properties": {"id": "ak16988222", "mag": 2.7, "time": 1506998450736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4948, 53.5386, 57.3]}, "bbox": [-166.4948, 53.5386, -166.4948, 53.5386]}, {"id": "682", "type": "Feature", "properties": {"id": "ak16988221", "mag": 1.2, "time": 1506998296606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3526, 63.268, 2.3]}, "bbox": [-151.3526, 63.268, -151.3526, 63.268]}, {"id": "683", "type": "Feature", "properties": {"id": "ak16988218", "mag": 1.0, "time": 1506997994823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5335, 53.8446, 6.9]}, "bbox": [-166.5335, 53.8446, -166.5335, 53.8446]}, {"id": "684", "type": "Feature", "properties": {"id": "ak16988217", "mag": 2.2, "time": 1506997972933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6125, 58.9289, 125.8]}, "bbox": [-154.6125, 58.9289, -154.6125, 58.9289]}, {"id": "685", "type": "Feature", "properties": {"id": "nc72903391", "mag": 1.03, "time": 1506997840780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847336, 38.829834, 1.06]}, "bbox": [-122.847336, 38.829834, -122.847336, 38.829834]}, {"id": "686", "type": "Feature", "properties": {"id": "nc72903396", "mag": 1.23, "time": 1506997715100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.315667, 37.487833, 3.9]}, "bbox": [-119.315667, 37.487833, -119.315667, 37.487833]}, {"id": "687", "type": "Feature", "properties": {"id": "ci38017400", "mag": 1.05, "time": 1506997467730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.334333, 33.346333, 9.65]}, "bbox": [-116.334333, 33.346333, -116.334333, 33.346333]}, {"id": "688", "type": "Feature", "properties": {"id": "ak16993974", "mag": 1.4, "time": 1506996608838, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2536, 62.5803, 93.5]}, "bbox": [-151.2536, 62.5803, -151.2536, 62.5803]}, {"id": "689", "type": "Feature", "properties": {"id": "ak16988215", "mag": 1.6, "time": 1506996320652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.155, 61.9755, 70.6]}, "bbox": [-151.155, 61.9755, -151.155, 61.9755]}, {"id": "690", "type": "Feature", "properties": {"id": "ak16993972", "mag": 1.6, "time": 1506995513010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7768, 60.1335, 76.2]}, "bbox": [-151.7768, 60.1335, -151.7768, 60.1335]}, {"id": "691", "type": "Feature", "properties": {"id": "ak16993971", "mag": 1.2, "time": 1506995387104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6738, 61.6682, 50.5]}, "bbox": [-149.6738, 61.6682, -149.6738, 61.6682]}, {"id": "692", "type": "Feature", "properties": {"id": "hv61930601", "mag": 2.1, "time": 1506994522010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.565506, 19.795834, 15.58]}, "bbox": [-155.565506, 19.795834, -155.565506, 19.795834]}, {"id": "693", "type": "Feature", "properties": {"id": "ak16993970", "mag": 1.1, "time": 1506994269143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0156, 64.7374, 10.4]}, "bbox": [-140.0156, 64.7374, -140.0156, 64.7374]}, {"id": "694", "type": "Feature", "properties": {"id": "nc72903381", "mag": 1.16, "time": 1506991878630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.803169, 38.824001, 2.33]}, "bbox": [-122.803169, 38.824001, -122.803169, 38.824001]}, {"id": "695", "type": "Feature", "properties": {"id": "ci38017368", "mag": 1.36, "time": 1506989712460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168667, 34.0055, 13.99]}, "bbox": [-117.168667, 34.0055, -117.168667, 34.0055]}, {"id": "696", "type": "Feature", "properties": {"id": "uw61336686", "mag": 1.47, "time": 1506988725560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044167, 49.145, -1.01]}, "bbox": [-122.044167, 49.145, -122.044167, 49.145]}, {"id": "697", "type": "Feature", "properties": {"id": "ak16988200", "mag": 2.8, "time": 1506988653897, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6324, 61.3885, 39.1]}, "bbox": [-150.6324, 61.3885, -150.6324, 61.3885]}, {"id": "698", "type": "Feature", "properties": {"id": "nm60207781", "mag": 1.99, "time": 1506988371180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.444833, 36.088167, 13.18]}, "bbox": [-89.444833, 36.088167, -89.444833, 36.088167]}, {"id": "699", "type": "Feature", "properties": {"id": "us2000az70", "mag": 4.7, "time": 1506987102640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.8995, 12.8626, 27.25]}, "bbox": [91.8995, 12.8626, 91.8995, 12.8626]}, {"id": "700", "type": "Feature", "properties": {"id": "ci38017360", "mag": 1.72, "time": 1506986970860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.674, 35.035333, -0.82]}, "bbox": [-117.674, 35.035333, -117.674, 35.035333]}, {"id": "701", "type": "Feature", "properties": {"id": "us2000azc7", "mag": 2.4, "time": 1506986577400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6124, 36.8167, 5.123]}, "bbox": [-97.6124, 36.8167, -97.6124, 36.8167]}, {"id": "702", "type": "Feature", "properties": {"id": "nm60207771", "mag": 1.11, "time": 1506984309110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.517167, 36.232667, 8.34]}, "bbox": [-89.517167, 36.232667, -89.517167, 36.232667]}, {"id": "703", "type": "Feature", "properties": {"id": "ci38017336", "mag": 1.0, "time": 1506984123180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.975833, 4.84]}, "bbox": [-116.2705, 33.975833, -116.2705, 33.975833]}, {"id": "704", "type": "Feature", "properties": {"id": "nc72903356", "mag": 1.77, "time": 1506983102870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.991833, 40.153833, 4.17]}, "bbox": [-120.991833, 40.153833, -120.991833, 40.153833]}, {"id": "705", "type": "Feature", "properties": {"id": "uw61336646", "mag": 1.36, "time": 1506982150130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4015, 46.173833, -0.3]}, "bbox": [-123.4015, 46.173833, -123.4015, 46.173833]}, {"id": "706", "type": "Feature", "properties": {"id": "us2000ayh7", "mag": 4.4, "time": 1506982074330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7039, -22.2431, 108.4]}, "bbox": [-68.7039, -22.2431, -68.7039, -22.2431]}, {"id": "707", "type": "Feature", "properties": {"id": "uw61336631", "mag": 1.27, "time": 1506980575160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.930333, 48.1035, -1.28]}, "bbox": [-121.930333, 48.1035, -121.930333, 48.1035]}, {"id": "708", "type": "Feature", "properties": {"id": "us2000aya0", "mag": 5.3, "time": 1506980277150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.7345, -19.4817, 10.0]}, "bbox": [167.7345, -19.4817, 167.7345, -19.4817]}, {"id": "709", "type": "Feature", "properties": {"id": "nc72903316", "mag": 1.65, "time": 1506979898940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.824833, 2.33]}, "bbox": [-122.802, 38.824833, -122.802, 38.824833]}, {"id": "710", "type": "Feature", "properties": {"id": "nc72903311", "mag": 1.09, "time": 1506979301540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.531667, 37.139833, 8.93]}, "bbox": [-121.531667, 37.139833, -121.531667, 37.139833]}, {"id": "711", "type": "Feature", "properties": {"id": "nc72903306", "mag": 1.08, "time": 1506978484410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.444667, 36.959667, 6.72]}, "bbox": [-121.444667, 36.959667, -121.444667, 36.959667]}, {"id": "712", "type": "Feature", "properties": {"id": "nc72903301", "mag": 1.46, "time": 1506978005870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.351667, 39.5165, 4.32]}, "bbox": [-123.351667, 39.5165, -123.351667, 39.5165]}, {"id": "713", "type": "Feature", "properties": {"id": "mb80258889", "mag": 2.36, "time": 1506975888040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9055, 47.358667, 13.73]}, "bbox": [-113.9055, 47.358667, -113.9055, 47.358667]}, {"id": "714", "type": "Feature", "properties": {"id": "nc72903286", "mag": 0.97, "time": 1506975385450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.590333, 0.28]}, "bbox": [-118.946833, 37.590333, -118.946833, 37.590333]}, {"id": "715", "type": "Feature", "properties": {"id": "ci38017200", "mag": 0.96, "time": 1506974805670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.503167, 33.8695, -0.36]}, "bbox": [-117.503167, 33.8695, -117.503167, 33.8695]}, {"id": "716", "type": "Feature", "properties": {"id": "us2000axzc", "mag": 2.8, "time": 1506974101570, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-102.3612, 35.5909, 5.45]}, "bbox": [-102.3612, 35.5909, -102.3612, 35.5909]}, {"id": "717", "type": "Feature", "properties": {"id": "nc72903271", "mag": 2.25, "time": 1506973045100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609167, 36.880667, 6.31]}, "bbox": [-121.609167, 36.880667, -121.609167, 36.880667]}, {"id": "718", "type": "Feature", "properties": {"id": "mb80258884", "mag": 1.4, "time": 1506972979050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5355, 46.8805, 12.28]}, "bbox": [-112.5355, 46.8805, -112.5355, 46.8805]}, {"id": "719", "type": "Feature", "properties": {"id": "nc72903261", "mag": 1.85, "time": 1506971674240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831833, 37.455667, 1.78]}, "bbox": [-118.831833, 37.455667, -118.831833, 37.455667]}, {"id": "720", "type": "Feature", "properties": {"id": "ci38017136", "mag": 1.08, "time": 1506971129830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.192, 34.993167, -0.84]}, "bbox": [-118.192, 34.993167, -118.192, 34.993167]}, {"id": "721", "type": "Feature", "properties": {"id": "mb80258874", "mag": 1.49, "time": 1506970982010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4715, 45.995667, -2.0]}, "bbox": [-112.4715, 45.995667, -112.4715, 45.995667]}, {"id": "722", "type": "Feature", "properties": {"id": "ci38017120", "mag": 0.99, "time": 1506970881590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.649167, 35.932833, 2.94]}, "bbox": [-117.649167, 35.932833, -117.649167, 35.932833]}, {"id": "723", "type": "Feature", "properties": {"id": "nc72903251", "mag": 1.78, "time": 1506970847010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.308833, 40.750667, -0.79]}, "bbox": [-122.308833, 40.750667, -122.308833, 40.750667]}, {"id": "724", "type": "Feature", "properties": {"id": "nc72903246", "mag": 1.41, "time": 1506970631190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.932667, 35.639, 4.96]}, "bbox": [-120.932667, 35.639, -120.932667, 35.639]}, {"id": "725", "type": "Feature", "properties": {"id": "nc72903241", "mag": 1.21, "time": 1506970286520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.679167, 38.533833, 5.88]}, "bbox": [-122.679167, 38.533833, -122.679167, 38.533833]}, {"id": "726", "type": "Feature", "properties": {"id": "ci38017104", "mag": 1.66, "time": 1506970188840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.133167, 34.279, 6.09]}, "bbox": [-117.133167, 34.279, -117.133167, 34.279]}, {"id": "727", "type": "Feature", "properties": {"id": "us2000axxi", "mag": 4.6, "time": 1506969995010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [102.3915, -7.056, 10.0]}, "bbox": [102.3915, -7.056, 102.3915, -7.056]}, {"id": "728", "type": "Feature", "properties": {"id": "mb80258869", "mag": 1.46, "time": 1506969854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.87, 10.71]}, "bbox": [-112.523167, 46.87, -112.523167, 46.87]}, {"id": "729", "type": "Feature", "properties": {"id": "ci38017064", "mag": 1.26, "time": 1506968962060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623333, 33.912167, 10.5]}, "bbox": [-118.623333, 33.912167, -118.623333, 33.912167]}, {"id": "730", "type": "Feature", "properties": {"id": "nc72903226", "mag": 0.96, "time": 1506968036980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.530667, 2.11]}, "bbox": [-118.880333, 37.530667, -118.880333, 37.530667]}, {"id": "731", "type": "Feature", "properties": {"id": "us2000axwl", "mag": 4.6, "time": 1506968031500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.5291, 21.4218, 96.74]}, "bbox": [94.5291, 21.4218, 94.5291, 21.4218]}, {"id": "732", "type": "Feature", "properties": {"id": "nc72904986", "mag": 1.14, "time": 1506968001000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.718167, 40.935167, 12.07]}, "bbox": [-121.718167, 40.935167, -121.718167, 40.935167]}, {"id": "733", "type": "Feature", "properties": {"id": "ak16988088", "mag": 2.2, "time": 1506967247502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9366, 59.642, 98.9]}, "bbox": [-152.9366, 59.642, -152.9366, 59.642]}, {"id": "734", "type": "Feature", "properties": {"id": "nn00607868", "mag": 1.0, "time": 1506966403731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4944, 37.2386, 0.0]}, "bbox": [-115.4944, 37.2386, -115.4944, 37.2386]}, {"id": "735", "type": "Feature", "properties": {"id": "nc72903211", "mag": 0.98, "time": 1506965951300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.457667, 1.76]}, "bbox": [-118.833, 37.457667, -118.833, 37.457667]}, {"id": "736", "type": "Feature", "properties": {"id": "ci37167228", "mag": 1.57, "time": 1506964185870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4615, 34.328667, 3.74]}, "bbox": [-116.4615, 34.328667, -116.4615, 34.328667]}, {"id": "737", "type": "Feature", "properties": {"id": "ci38016984", "mag": 1.25, "time": 1506964183390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.466833, 34.3255, 4.39]}, "bbox": [-116.466833, 34.3255, -116.466833, 34.3255]}, {"id": "738", "type": "Feature", "properties": {"id": "nc72903196", "mag": 1.36, "time": 1506963756010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.456667, 2.57]}, "bbox": [-118.827833, 37.456667, -118.827833, 37.456667]}, {"id": "739", "type": "Feature", "properties": {"id": "mb80258854", "mag": 1.03, "time": 1506962682500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.8625, 13.48]}, "bbox": [-112.528667, 46.8625, -112.528667, 46.8625]}, {"id": "740", "type": "Feature", "properties": {"id": "nc72903176", "mag": 1.21, "time": 1506962394170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.457167, 2.28]}, "bbox": [-118.827833, 37.457167, -118.827833, 37.457167]}, {"id": "741", "type": "Feature", "properties": {"id": "nc72903166", "mag": 1.88, "time": 1506961834060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827167, 37.4555, 1.91]}, "bbox": [-118.827167, 37.4555, -118.827167, 37.4555]}, {"id": "742", "type": "Feature", "properties": {"id": "nc72903156", "mag": 1.69, "time": 1506961396620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8265, 37.456333, 2.16]}, "bbox": [-118.8265, 37.456333, -118.8265, 37.456333]}, {"id": "743", "type": "Feature", "properties": {"id": "nc72903146", "mag": 3.02, "time": 1506961086740, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829, 37.453667, 2.61]}, "bbox": [-118.829, 37.453667, -118.829, 37.453667]}, {"id": "744", "type": "Feature", "properties": {"id": "ci38016888", "mag": 1.17, "time": 1506960224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0325, 33.879333, -0.97]}, "bbox": [-117.0325, 33.879333, -117.0325, 33.879333]}, {"id": "745", "type": "Feature", "properties": {"id": "nc72903131", "mag": 1.08, "time": 1506959715450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.371333, 35.706833, 1.86]}, "bbox": [-120.371333, 35.706833, -120.371333, 35.706833]}, {"id": "746", "type": "Feature", "properties": {"id": "ak16988071", "mag": 1.4, "time": 1506959208997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9837, 67.1697, 0.0]}, "bbox": [-142.9837, 67.1697, -142.9837, 67.1697]}, {"id": "747", "type": "Feature", "properties": {"id": "nn00607854", "mag": 1.7, "time": 1506958960926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.8425, 36.5559, 8.1]}, "bbox": [-113.8425, 36.5559, -113.8425, 36.5559]}, {"id": "748", "type": "Feature", "properties": {"id": "uu60250907", "mag": 2.05, "time": 1506957621760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.546333, 7.87]}, "bbox": [-111.4145, 42.546333, -111.4145, 42.546333]}, {"id": "749", "type": "Feature", "properties": {"id": "nc72903111", "mag": 1.41, "time": 1506957279300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.997333, 36.462667, 5.69]}, "bbox": [-120.997333, 36.462667, -120.997333, 36.462667]}, {"id": "750", "type": "Feature", "properties": {"id": "nm60207666", "mag": 2.19, "time": 1506957159610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.8025, 36.5505, 12.47]}, "bbox": [-89.8025, 36.5505, -89.8025, 36.5505]}, {"id": "751", "type": "Feature", "properties": {"id": "ak16988065", "mag": 2.7, "time": 1506956391417, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8151, 61.2492, 19.9]}, "bbox": [-146.8151, 61.2492, -146.8151, 61.2492]}, {"id": "752", "type": "Feature", "properties": {"id": "mb80258839", "mag": 1.19, "time": 1506955175250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.870333, 10.04]}, "bbox": [-112.526167, 46.870333, -112.526167, 46.870333]}, {"id": "753", "type": "Feature", "properties": {"id": "us2000axtv", "mag": 4.7, "time": 1506953290020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.1289, 2.6798, 25.66]}, "bbox": [127.1289, 2.6798, 127.1289, 2.6798]}, {"id": "754", "type": "Feature", "properties": {"id": "nc72903096", "mag": 1.04, "time": 1506952925800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.513833, 8.22]}, "bbox": [-118.822667, 37.513833, -118.822667, 37.513833]}, {"id": "755", "type": "Feature", "properties": {"id": "ak16987055", "mag": 1.1, "time": 1506952513029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2609, 64.6409, 14.4]}, "bbox": [-149.2609, 64.6409, -149.2609, 64.6409]}, {"id": "756", "type": "Feature", "properties": {"id": "nc72903081", "mag": 1.18, "time": 1506950851670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751663, 38.832832, 0.68]}, "bbox": [-122.751663, 38.832832, -122.751663, 38.832832]}, {"id": "757", "type": "Feature", "properties": {"id": "us2000axtl", "mag": 4.7, "time": 1506950716850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6372, 28.6895, 10.0]}, "bbox": [51.6372, 28.6895, 51.6372, 28.6895]}, {"id": "758", "type": "Feature", "properties": {"id": "mb80258829", "mag": 1.08, "time": 1506950613020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.868167, 9.75]}, "bbox": [-112.524667, 46.868167, -112.524667, 46.868167]}, {"id": "759", "type": "Feature", "properties": {"id": "mb80258824", "mag": 1.16, "time": 1506950147300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.866667, 11.08]}, "bbox": [-112.523333, 46.866667, -112.523333, 46.866667]}, {"id": "760", "type": "Feature", "properties": {"id": "uu60250902", "mag": 1.34, "time": 1506949268120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.084, 44.7795, 11.23]}, "bbox": [-111.084, 44.7795, -111.084, 44.7795]}, {"id": "761", "type": "Feature", "properties": {"id": "mb80258814", "mag": 1.19, "time": 1506949148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.855833, 14.0]}, "bbox": [-112.527333, 46.855833, -112.527333, 46.855833]}, {"id": "762", "type": "Feature", "properties": {"id": "hv61929981", "mag": 2.4, "time": 1506948942340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.592667, 19.465333, 0.033]}, "bbox": [-155.592667, 19.465333, -155.592667, 19.465333]}, {"id": "763", "type": "Feature", "properties": {"id": "us2000axsh", "mag": 2.6, "time": 1506947996150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5037, 36.2851, 3.93]}, "bbox": [-97.5037, 36.2851, -97.5037, 36.2851]}, {"id": "764", "type": "Feature", "properties": {"id": "mb80258799", "mag": 1.69, "time": 1506947507620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.869833, 10.17]}, "bbox": [-112.527833, 46.869833, -112.527833, 46.869833]}, {"id": "765", "type": "Feature", "properties": {"id": "ak16987046", "mag": 1.5, "time": 1506947130357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1189, 63.1205, 16.2]}, "bbox": [-151.1189, 63.1205, -151.1189, 63.1205]}, {"id": "766", "type": "Feature", "properties": {"id": "nc72903071", "mag": 1.5, "time": 1506946592080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.885667, 36.3165, 6.48]}, "bbox": [-120.885667, 36.3165, -120.885667, 36.3165]}, {"id": "767", "type": "Feature", "properties": {"id": "us2000axs4", "mag": 4.3, "time": 1506946114440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-61.2682, 13.209, 136.91]}, "bbox": [-61.2682, 13.209, -61.2682, 13.209]}, {"id": "768", "type": "Feature", "properties": {"id": "us2000axsa", "mag": 4.3, "time": 1506945001990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.4854, -37.3176, 354.86]}, "bbox": [176.4854, -37.3176, 176.4854, -37.3176]}, {"id": "769", "type": "Feature", "properties": {"id": "mb80258789", "mag": 2.2, "time": 1506944699010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533, 46.869833, 13.3]}, "bbox": [-112.533, 46.869833, -112.533, 46.869833]}, {"id": "770", "type": "Feature", "properties": {"id": "uu60250897", "mag": 1.6, "time": 1506943796070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.218667, 42.571667, 3.5]}, "bbox": [-111.218667, 42.571667, -111.218667, 42.571667]}, {"id": "771", "type": "Feature", "properties": {"id": "ak16986042", "mag": 1.3, "time": 1506943225411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.912, 63.0196, 66.0]}, "bbox": [-149.912, 63.0196, -149.912, 63.0196]}, {"id": "772", "type": "Feature", "properties": {"id": "ak16986039", "mag": 1.4, "time": 1506941366267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3257, 63.3321, 6.7]}, "bbox": [-145.3257, 63.3321, -145.3257, 63.3321]}, {"id": "773", "type": "Feature", "properties": {"id": "ci38016776", "mag": 1.44, "time": 1506940900650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.510667, 34.2985, 9.93]}, "bbox": [-118.510667, 34.2985, -118.510667, 34.2985]}, {"id": "774", "type": "Feature", "properties": {"id": "hv61929926", "mag": 2.13, "time": 1506940825170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.524002, 19.919001, 20.11]}, "bbox": [-155.524002, 19.919001, -155.524002, 19.919001]}, {"id": "775", "type": "Feature", "properties": {"id": "mb80258769", "mag": 1.48, "time": 1506940203900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 46.119833, 6.0]}, "bbox": [-110.33, 46.119833, -110.33, 46.119833]}, {"id": "776", "type": "Feature", "properties": {"id": "us2000axrm", "mag": 4.9, "time": 1506939736050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.2184, 12.3486, 35.55]}, "bbox": [-88.2184, 12.3486, -88.2184, 12.3486]}, {"id": "777", "type": "Feature", "properties": {"id": "ci38016768", "mag": 1.12, "time": 1506938746370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.067167, 34.208333, 2.04]}, "bbox": [-117.067167, 34.208333, -117.067167, 34.208333]}, {"id": "778", "type": "Feature", "properties": {"id": "ci38016760", "mag": 1.75, "time": 1506938502900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064833, 34.207833, 2.06]}, "bbox": [-117.064833, 34.207833, -117.064833, 34.207833]}, {"id": "779", "type": "Feature", "properties": {"id": "nc72903041", "mag": 1.87, "time": 1506938425810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.908833, 36.368667, 8.8]}, "bbox": [-120.908833, 36.368667, -120.908833, 36.368667]}, {"id": "780", "type": "Feature", "properties": {"id": "ak16985035", "mag": 1.7, "time": 1506938303105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1495, 63.1057, 3.5]}, "bbox": [-152.1495, 63.1057, -152.1495, 63.1057]}, {"id": "781", "type": "Feature", "properties": {"id": "ci38016752", "mag": 1.08, "time": 1506938024070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448833, 33.481, 8.33]}, "bbox": [-116.448833, 33.481, -116.448833, 33.481]}, {"id": "782", "type": "Feature", "properties": {"id": "ak16985032", "mag": 1.1, "time": 1506937259442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8806, 64.6842, 6.7]}, "bbox": [-146.8806, 64.6842, -146.8806, 64.6842]}, {"id": "783", "type": "Feature", "properties": {"id": "nm60207636", "mag": 1.71, "time": 1506936707930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.1365, 35.88, 10.55]}, "bbox": [-90.1365, 35.88, -90.1365, 35.88]}, {"id": "784", "type": "Feature", "properties": {"id": "uu60250892", "mag": 1.5, "time": 1506936161680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.480833, 42.384833, 5.67]}, "bbox": [-111.480833, 42.384833, -111.480833, 42.384833]}, {"id": "785", "type": "Feature", "properties": {"id": "mb80258764", "mag": 2.37, "time": 1506936112630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534333, 46.8675, 13.36]}, "bbox": [-112.534333, 46.8675, -112.534333, 46.8675]}, {"id": "786", "type": "Feature", "properties": {"id": "mb80258759", "mag": 3.08, "time": 1506934838560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529167, 46.872333, 11.44]}, "bbox": [-112.529167, 46.872333, -112.529167, 46.872333]}, {"id": "787", "type": "Feature", "properties": {"id": "ci38016728", "mag": 1.01, "time": 1506934828760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.065667, 34.2065, 1.91]}, "bbox": [-117.065667, 34.2065, -117.065667, 34.2065]}, {"id": "788", "type": "Feature", "properties": {"id": "us2000axr0", "mag": 4.3, "time": 1506933668380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8824, 16.708, 65.53]}, "bbox": [-94.8824, 16.708, -94.8824, 16.708]}, {"id": "789", "type": "Feature", "properties": {"id": "ci37398445", "mag": 0.97, "time": 1506933339570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460667, 34.332333, 5.88]}, "bbox": [-116.460667, 34.332333, -116.460667, 34.332333]}, {"id": "790", "type": "Feature", "properties": {"id": "nc72903031", "mag": 1.45, "time": 1506933218670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812667, 38.805, 2.29]}, "bbox": [-122.812667, 38.805, -122.812667, 38.805]}, {"id": "791", "type": "Feature", "properties": {"id": "us2000b0e8", "mag": 1.4, "time": 1506931958320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.32, 43.6653, 7.15]}, "bbox": [-71.32, 43.6653, -71.32, 43.6653]}, {"id": "792", "type": "Feature", "properties": {"id": "uu60250882", "mag": 1.44, "time": 1506931830720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4165, 42.520333, 8.15]}, "bbox": [-111.4165, 42.520333, -111.4165, 42.520333]}, {"id": "793", "type": "Feature", "properties": {"id": "uu60250877", "mag": 1.13, "time": 1506930804620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.544333, 7.62]}, "bbox": [-111.414333, 42.544333, -111.414333, 42.544333]}, {"id": "794", "type": "Feature", "properties": {"id": "ci38016688", "mag": 1.28, "time": 1506929655950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.003333, 33.1775, 4.99]}, "bbox": [-116.003333, 33.1775, -116.003333, 33.1775]}, {"id": "795", "type": "Feature", "properties": {"id": "ak16985021", "mag": 2.3, "time": 1506927665686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5448, 63.1998, 0.0]}, "bbox": [-151.5448, 63.1998, -151.5448, 63.1998]}, {"id": "796", "type": "Feature", "properties": {"id": "ak16985020", "mag": 1.7, "time": 1506927499500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4204, 67.3068, 0.0]}, "bbox": [-155.4204, 67.3068, -155.4204, 67.3068]}, {"id": "797", "type": "Feature", "properties": {"id": "mb80258749", "mag": 1.94, "time": 1506926930660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.874, 11.51]}, "bbox": [-112.523333, 46.874, -112.523333, 46.874]}, {"id": "798", "type": "Feature", "properties": {"id": "ak16985018", "mag": 1.1, "time": 1506926698712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.829, 65.5759, 9.2]}, "bbox": [-148.829, 65.5759, -148.829, 65.5759]}, {"id": "799", "type": "Feature", "properties": {"id": "hv61929841", "mag": 1.98, "time": 1506926298850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.412338, 19.245501, 33.84]}, "bbox": [-155.412338, 19.245501, -155.412338, 19.245501]}, {"id": "800", "type": "Feature", "properties": {"id": "se60045313", "mag": 1.9, "time": 1506925923790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.894667, 34.9895, 0.16]}, "bbox": [-82.894667, 34.9895, -82.894667, 34.9895]}, {"id": "801", "type": "Feature", "properties": {"id": "ak16984019", "mag": 1.1, "time": 1506925731082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5467, 65.155, 3.8]}, "bbox": [-148.5467, 65.155, -148.5467, 65.155]}, {"id": "802", "type": "Feature", "properties": {"id": "mb80258744", "mag": 1.32, "time": 1506925562230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.867167, 11.58]}, "bbox": [-112.528833, 46.867167, -112.528833, 46.867167]}, {"id": "803", "type": "Feature", "properties": {"id": "ci38016672", "mag": 0.97, "time": 1506925004450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.422833, 33.04, 10.21]}, "bbox": [-116.422833, 33.04, -116.422833, 33.04]}, {"id": "804", "type": "Feature", "properties": {"id": "ak16984018", "mag": 1.4, "time": 1506924871383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2817, 61.9608, 23.3]}, "bbox": [-150.2817, 61.9608, -150.2817, 61.9608]}, {"id": "805", "type": "Feature", "properties": {"id": "uu60250872", "mag": 1.58, "time": 1506924776930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.033833, 38.600333, 7.01]}, "bbox": [-112.033833, 38.600333, -112.033833, 38.600333]}, {"id": "806", "type": "Feature", "properties": {"id": "ak16984009", "mag": 3.0, "time": 1506924381290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1032, 58.7701, 99.0]}, "bbox": [-154.1032, 58.7701, -154.1032, 58.7701]}, {"id": "807", "type": "Feature", "properties": {"id": "uu60250867", "mag": 1.58, "time": 1506924167170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409667, 42.562167, 7.8]}, "bbox": [-111.409667, 42.562167, -111.409667, 42.562167]}, {"id": "808", "type": "Feature", "properties": {"id": "us2000axq4", "mag": 4.2, "time": 1506924037060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3565, -41.7636, 24.13]}, "bbox": [174.3565, -41.7636, 174.3565, -41.7636]}, {"id": "809", "type": "Feature", "properties": {"id": "ci38016664", "mag": 1.49, "time": 1506923205850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.589167, 32.780833, 12.71]}, "bbox": [-116.589167, 32.780833, -116.589167, 32.780833]}, {"id": "810", "type": "Feature", "properties": {"id": "ci38016656", "mag": 2.39, "time": 1506923145240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.009833, 33.179833, 9.12]}, "bbox": [-116.009833, 33.179833, -116.009833, 33.179833]}, {"id": "811", "type": "Feature", "properties": {"id": "us2000axq3", "mag": 4.7, "time": 1506923126070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4587, -21.8514, 582.95]}, "bbox": [-179.4587, -21.8514, -179.4587, -21.8514]}, {"id": "812", "type": "Feature", "properties": {"id": "ci38016648", "mag": 2.46, "time": 1506922959220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010167, 33.179, 8.89]}, "bbox": [-116.010167, 33.179, -116.010167, 33.179]}, {"id": "813", "type": "Feature", "properties": {"id": "uw61336471", "mag": 3.25, "time": 1506922219710, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8935, 47.887833, 54.22]}, "bbox": [-122.8935, 47.887833, -122.8935, 47.887833]}, {"id": "814", "type": "Feature", "properties": {"id": "nm60207631", "mag": 1.51, "time": 1506922179830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.527833, 36.243667, 7.74]}, "bbox": [-89.527833, 36.243667, -89.527833, 36.243667]}, {"id": "815", "type": "Feature", "properties": {"id": "nn00607885", "mag": 1.0, "time": 1506921346217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0518, 37.0814, 8.8]}, "bbox": [-117.0518, 37.0814, -117.0518, 37.0814]}, {"id": "816", "type": "Feature", "properties": {"id": "us2000axpv", "mag": 4.8, "time": 1506921205270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [72.4324, 38.1132, 115.18]}, "bbox": [72.4324, 38.1132, 72.4324, 38.1132]}, {"id": "817", "type": "Feature", "properties": {"id": "ak16983007", "mag": 1.4, "time": 1506919945331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5212, 66.5767, 2.8]}, "bbox": [-147.5212, 66.5767, -147.5212, 66.5767]}, {"id": "818", "type": "Feature", "properties": {"id": "nc72902986", "mag": 1.91, "time": 1506919685230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.524833, 35.967333, 10.71]}, "bbox": [-120.524833, 35.967333, -120.524833, 35.967333]}, {"id": "819", "type": "Feature", "properties": {"id": "us2000axpm", "mag": 2.2, "time": 1506919604410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5118, 36.9048, 4.52]}, "bbox": [-97.5118, 36.9048, -97.5118, 36.9048]}, {"id": "820", "type": "Feature", "properties": {"id": "uw61336446", "mag": 1.27, "time": 1506919122930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.245667, 46.345833, 7.97]}, "bbox": [-122.245667, 46.345833, -122.245667, 46.345833]}, {"id": "821", "type": "Feature", "properties": {"id": "ci38016584", "mag": 2.31, "time": 1506918555650, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.500167, 5.3]}, "bbox": [-116.7985, 33.500167, -116.7985, 33.500167]}, {"id": "822", "type": "Feature", "properties": {"id": "uu60250862", "mag": 1.41, "time": 1506917347110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411167, 42.640167, -1.04]}, "bbox": [-111.411167, 42.640167, -111.411167, 42.640167]}, {"id": "823", "type": "Feature", "properties": {"id": "ci38016576", "mag": 1.0, "time": 1506916919110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.43, 33.028833, 3.21]}, "bbox": [-116.43, 33.028833, -116.43, 33.028833]}, {"id": "824", "type": "Feature", "properties": {"id": "ci38016568", "mag": 1.08, "time": 1506916645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.048333, 33.2415, 5.47]}, "bbox": [-116.048333, 33.2415, -116.048333, 33.2415]}, {"id": "825", "type": "Feature", "properties": {"id": "uu60250857", "mag": 1.42, "time": 1506916237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446167, 42.608333, 6.68]}, "bbox": [-111.446167, 42.608333, -111.446167, 42.608333]}, {"id": "826", "type": "Feature", "properties": {"id": "ci38016552", "mag": 1.32, "time": 1506915577280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.482167, 35.754, 3.27]}, "bbox": [-118.482167, 35.754, -118.482167, 35.754]}, {"id": "827", "type": "Feature", "properties": {"id": "hv61929701", "mag": 2.26, "time": 1506915466040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.021835, 19.397499, 0.02]}, "bbox": [-155.021835, 19.397499, -155.021835, 19.397499]}, {"id": "828", "type": "Feature", "properties": {"id": "us2000axp9", "mag": 2.5, "time": 1506915178660, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5196, 36.2819, 4.38]}, "bbox": [-97.5196, 36.2819, -97.5196, 36.2819]}, {"id": "829", "type": "Feature", "properties": {"id": "ak16982006", "mag": 3.4, "time": 1506913363596, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9176, 55.7636, 20.8]}, "bbox": [-154.9176, 55.7636, -154.9176, 55.7636]}, {"id": "830", "type": "Feature", "properties": {"id": "us2000axp5", "mag": 2.7, "time": 1506913350820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5073, 46.8582, 10.64]}, "bbox": [-112.5073, 46.8582, -112.5073, 46.8582]}, {"id": "831", "type": "Feature", "properties": {"id": "mb80258724", "mag": 1.27, "time": 1506912496350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.017333, 44.484667, 7.23]}, "bbox": [-113.017333, 44.484667, -113.017333, 44.484667]}, {"id": "832", "type": "Feature", "properties": {"id": "nc72902956", "mag": 1.67, "time": 1506912463450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4705, 40.704167, 17.1]}, "bbox": [-122.4705, 40.704167, -122.4705, 40.704167]}, {"id": "833", "type": "Feature", "properties": {"id": "uu60250847", "mag": 1.01, "time": 1506911908120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.516667, 6.74]}, "bbox": [-111.418333, 42.516667, -111.418333, 42.516667]}, {"id": "834", "type": "Feature", "properties": {"id": "ak16982001", "mag": 1.1, "time": 1506909373983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8167, 61.2439, 26.6]}, "bbox": [-146.8167, 61.2439, -146.8167, 61.2439]}, {"id": "835", "type": "Feature", "properties": {"id": "uu60250837", "mag": 1.18, "time": 1506909364560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411833, 42.520667, 7.35]}, "bbox": [-111.411833, 42.520667, -111.411833, 42.520667]}, {"id": "836", "type": "Feature", "properties": {"id": "mb80258714", "mag": 1.56, "time": 1506908562340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.872833, 12.04]}, "bbox": [-112.523167, 46.872833, -112.523167, 46.872833]}, {"id": "837", "type": "Feature", "properties": {"id": "ak16981996", "mag": 1.3, "time": 1506908205944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5285, 63.1691, 0.0]}, "bbox": [-151.5285, 63.1691, -151.5285, 63.1691]}, {"id": "838", "type": "Feature", "properties": {"id": "ak16982000", "mag": 1.4, "time": 1506908156528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6012, 59.5948, 56.3]}, "bbox": [-151.6012, 59.5948, -151.6012, 59.5948]}, {"id": "839", "type": "Feature", "properties": {"id": "us2000axnx", "mag": 2.6, "time": 1506907742490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4159, 42.5178, 6.97]}, "bbox": [-111.4159, 42.5178, -111.4159, 42.5178]}, {"id": "840", "type": "Feature", "properties": {"id": "ak16981992", "mag": 1.8, "time": 1506907678571, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2312, 63.3329, 7.3]}, "bbox": [-145.2312, 63.3329, -145.2312, 63.3329]}, {"id": "841", "type": "Feature", "properties": {"id": "nc72902936", "mag": 1.52, "time": 1506905787330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.426, 38.404, 7.4]}, "bbox": [-122.426, 38.404, -122.426, 38.404]}, {"id": "842", "type": "Feature", "properties": {"id": "uu60250827", "mag": 1.35, "time": 1506905780190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4175, 42.518833, 6.5]}, "bbox": [-111.4175, 42.518833, -111.4175, 42.518833]}, {"id": "843", "type": "Feature", "properties": {"id": "uu60250822", "mag": 1.43, "time": 1506905571670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422333, 42.512667, 7.8]}, "bbox": [-111.422333, 42.512667, -111.422333, 42.512667]}, {"id": "844", "type": "Feature", "properties": {"id": "hv61929496", "mag": 1.71, "time": 1506905364520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.584503, 19.484333, 2.03]}, "bbox": [-155.584503, 19.484333, -155.584503, 19.484333]}, {"id": "845", "type": "Feature", "properties": {"id": "ak16981986", "mag": 1.5, "time": 1506903663272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7914, 61.5177, 34.2]}, "bbox": [-149.7914, 61.5177, -149.7914, 61.5177]}, {"id": "846", "type": "Feature", "properties": {"id": "ci38016496", "mag": 1.6, "time": 1506903468250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793667, 33.502333, 5.16]}, "bbox": [-116.793667, 33.502333, -116.793667, 33.502333]}, {"id": "847", "type": "Feature", "properties": {"id": "ci38016488", "mag": 1.3, "time": 1506903227250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5175, 34.2865, 7.02]}, "bbox": [-118.5175, 34.2865, -118.5175, 34.2865]}, {"id": "848", "type": "Feature", "properties": {"id": "nn00607841", "mag": 2.5, "time": 1506901760242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.7954, 37.1971, 7.1]}, "bbox": [-114.7954, 37.1971, -114.7954, 37.1971]}, {"id": "849", "type": "Feature", "properties": {"id": "nc72902911", "mag": 2.66, "time": 1506901676700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.506167, 40.3085, 21.45]}, "bbox": [-124.506167, 40.3085, -124.506167, 40.3085]}, {"id": "850", "type": "Feature", "properties": {"id": "ak16981979", "mag": 2.0, "time": 1506901404559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6022, 63.105, 120.0]}, "bbox": [-150.6022, 63.105, -150.6022, 63.105]}, {"id": "851", "type": "Feature", "properties": {"id": "ak16990868", "mag": 2.0, "time": 1506900397361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1198, 58.9916, 108.5]}, "bbox": [-154.1198, 58.9916, -154.1198, 58.9916]}, {"id": "852", "type": "Feature", "properties": {"id": "ak16980981", "mag": 1.3, "time": 1506899671796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.1479, 60.8928, 4.5]}, "bbox": [-138.1479, 60.8928, -138.1479, 60.8928]}, {"id": "853", "type": "Feature", "properties": {"id": "ci38016456", "mag": 1.6, "time": 1506899253540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2755, 33.976333, 5.3]}, "bbox": [-116.2755, 33.976333, -116.2755, 33.976333]}, {"id": "854", "type": "Feature", "properties": {"id": "nc72902901", "mag": 1.02, "time": 1506898875730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.816834, 1.1]}, "bbox": [-122.810165, 38.816834, -122.810165, 38.816834]}, {"id": "855", "type": "Feature", "properties": {"id": "mb80258679", "mag": 1.05, "time": 1506897817900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.891833, 12.84]}, "bbox": [-112.525833, 46.891833, -112.525833, 46.891833]}, {"id": "856", "type": "Feature", "properties": {"id": "ak16980976", "mag": 1.1, "time": 1506897164997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9167, 60.5402, 8.8]}, "bbox": [-141.9167, 60.5402, -141.9167, 60.5402]}, {"id": "857", "type": "Feature", "properties": {"id": "ak16980971", "mag": 1.8, "time": 1506896659586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1362, 61.9345, 11.0]}, "bbox": [-149.1362, 61.9345, -149.1362, 61.9345]}, {"id": "858", "type": "Feature", "properties": {"id": "ak16980968", "mag": 2.0, "time": 1506896402168, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9985, 65.5166, 15.0]}, "bbox": [-149.9985, 65.5166, -149.9985, 65.5166]}, {"id": "859", "type": "Feature", "properties": {"id": "ak16980965", "mag": 1.5, "time": 1506895579977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6538, 59.9364, 0.0]}, "bbox": [-139.6538, 59.9364, -139.6538, 59.9364]}, {"id": "860", "type": "Feature", "properties": {"id": "ci38016448", "mag": 1.52, "time": 1506895319020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.830833, 33.712, 16.9]}, "bbox": [-116.830833, 33.712, -116.830833, 33.712]}, {"id": "861", "type": "Feature", "properties": {"id": "ismpkansas70236163", "mag": 2.36, "time": 1506894257160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.905833, 36.996333, 9.62]}, "bbox": [-97.905833, 36.996333, -97.905833, 36.996333]}, {"id": "862", "type": "Feature", "properties": {"id": "ak16990861", "mag": 1.1, "time": 1506893923115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3425, 61.0789, 57.8]}, "bbox": [-150.3425, 61.0789, -150.3425, 61.0789]}, {"id": "863", "type": "Feature", "properties": {"id": "nn00607826", "mag": 1.4, "time": 1506893733690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6519, 39.1963, 5.8]}, "bbox": [-119.6519, 39.1963, -119.6519, 39.1963]}, {"id": "864", "type": "Feature", "properties": {"id": "ak16980964", "mag": 1.2, "time": 1506892711109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8709, 61.4311, 46.5]}, "bbox": [-149.8709, 61.4311, -149.8709, 61.4311]}, {"id": "865", "type": "Feature", "properties": {"id": "uw61336341", "mag": 1.82, "time": 1506892129610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.567667, 49.3235, -1.5]}, "bbox": [-120.567667, 49.3235, -120.567667, 49.3235]}, {"id": "866", "type": "Feature", "properties": {"id": "ak16990859", "mag": 1.9, "time": 1506891719402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8509, 57.8862, 54.2]}, "bbox": [-153.8509, 57.8862, -153.8509, 57.8862]}, {"id": "867", "type": "Feature", "properties": {"id": "ak16980963", "mag": 1.2, "time": 1506891059795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5477, 60.1976, 34.8]}, "bbox": [-149.5477, 60.1976, -149.5477, 60.1976]}, {"id": "868", "type": "Feature", "properties": {"id": "mb80258669", "mag": 1.06, "time": 1506890613170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515667, 46.8785, 11.55]}, "bbox": [-112.515667, 46.8785, -112.515667, 46.8785]}, {"id": "869", "type": "Feature", "properties": {"id": "ak16980956", "mag": 2.1, "time": 1506890459542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2618, 53.748, 49.3]}, "bbox": [-164.2618, 53.748, -164.2618, 53.748]}, {"id": "870", "type": "Feature", "properties": {"id": "ak16980945", "mag": 1.5, "time": 1506890359030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5485, 59.782, 2.5]}, "bbox": [-136.5485, 59.782, -136.5485, 59.782]}, {"id": "871", "type": "Feature", "properties": {"id": "ak16980939", "mag": 2.7, "time": 1506890337968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2691, 59.2151, 55.5]}, "bbox": [-152.2691, 59.2151, -152.2691, 59.2151]}, {"id": "872", "type": "Feature", "properties": {"id": "ak16980943", "mag": 2.0, "time": 1506890332904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1083, 61.5648, 11.6]}, "bbox": [-149.1083, 61.5648, -149.1083, 61.5648]}, {"id": "873", "type": "Feature", "properties": {"id": "us2000axlg", "mag": 2.5, "time": 1506890067740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7952, 35.9855, 3.13]}, "bbox": [-96.7952, 35.9855, -96.7952, 35.9855]}, {"id": "874", "type": "Feature", "properties": {"id": "nc72902871", "mag": 1.2, "time": 1506890044550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.619333, 36.969667, 5.21]}, "bbox": [-121.619333, 36.969667, -121.619333, 36.969667]}, {"id": "875", "type": "Feature", "properties": {"id": "ak16980936", "mag": 1.3, "time": 1506889965804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4052, 62.336, 46.1]}, "bbox": [-149.4052, 62.336, -149.4052, 62.336]}, {"id": "876", "type": "Feature", "properties": {"id": "ak16980933", "mag": 1.6, "time": 1506888599699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5246, 51.8512, 19.4]}, "bbox": [-174.5246, 51.8512, -174.5246, 51.8512]}, {"id": "877", "type": "Feature", "properties": {"id": "mb80258664", "mag": 1.08, "time": 1506888514540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.889833, 12.19]}, "bbox": [-112.525167, 46.889833, -112.525167, 46.889833]}, {"id": "878", "type": "Feature", "properties": {"id": "nc72902866", "mag": 1.72, "time": 1506888000180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3795, 40.710333, 18.86]}, "bbox": [-122.3795, 40.710333, -122.3795, 40.710333]}, {"id": "879", "type": "Feature", "properties": {"id": "us2000axkq", "mag": 3.3, "time": 1506887023210, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.4467, 36.1992, 5.42]}, "bbox": [-97.4467, 36.1992, -97.4467, 36.1992]}, {"id": "880", "type": "Feature", "properties": {"id": "us2000axkh", "mag": 4.4, "time": 1506885748640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3923, 15.6065, 68.63]}, "bbox": [-94.3923, 15.6065, -94.3923, 15.6065]}, {"id": "881", "type": "Feature", "properties": {"id": "us2000axkg", "mag": 4.7, "time": 1506885628670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [131.0709, 30.4016, 52.09]}, "bbox": [131.0709, 30.4016, 131.0709, 30.4016]}, {"id": "882", "type": "Feature", "properties": {"id": "nc72902851", "mag": 1.6, "time": 1506885379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.816833, 2.01]}, "bbox": [-122.806167, 38.816833, -122.806167, 38.816833]}, {"id": "883", "type": "Feature", "properties": {"id": "ak16979941", "mag": 1.1, "time": 1506885213719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2184, 62.3649, 80.4]}, "bbox": [-151.2184, 62.3649, -151.2184, 62.3649]}, {"id": "884", "type": "Feature", "properties": {"id": "nc72902846", "mag": 1.16, "time": 1506883965960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.676, 37.612, 3.61]}, "bbox": [-121.676, 37.612, -121.676, 37.612]}, {"id": "885", "type": "Feature", "properties": {"id": "nn00607803", "mag": 1.2, "time": 1506883429003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7983, 37.0626, 0.0]}, "bbox": [-117.7983, 37.0626, -117.7983, 37.0626]}, {"id": "886", "type": "Feature", "properties": {"id": "ak16990850", "mag": 1.4, "time": 1506881346159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4695, 60.2829, 104.2]}, "bbox": [-152.4695, 60.2829, -152.4695, 60.2829]}, {"id": "887", "type": "Feature", "properties": {"id": "nc72902836", "mag": 1.01, "time": 1506881205680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.831833, 1.97]}, "bbox": [-122.800835, 38.831833, -122.800835, 38.831833]}, {"id": "888", "type": "Feature", "properties": {"id": "ak16979936", "mag": 1.1, "time": 1506880968876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7414, 62.1039, 54.0]}, "bbox": [-149.7414, 62.1039, -149.7414, 62.1039]}, {"id": "889", "type": "Feature", "properties": {"id": "nn00607807", "mag": 1.1, "time": 1506880810251, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1156, 38.2725, 9.6]}, "bbox": [-119.1156, 38.2725, -119.1156, 38.2725]}, {"id": "890", "type": "Feature", "properties": {"id": "hv61928951", "mag": 2.13, "time": 1506880210700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.408493, 19.198166, 32.85]}, "bbox": [-155.408493, 19.198166, -155.408493, 19.198166]}, {"id": "891", "type": "Feature", "properties": {"id": "nn00607796", "mag": 1.4, "time": 1506880150990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7769, 37.082, 5.7]}, "bbox": [-117.7769, 37.082, -117.7769, 37.082]}, {"id": "892", "type": "Feature", "properties": {"id": "ak16979932", "mag": 1.3, "time": 1506879650012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5344, 59.9497, 0.0]}, "bbox": [-139.5344, 59.9497, -139.5344, 59.9497]}, {"id": "893", "type": "Feature", "properties": {"id": "ak16979928", "mag": 1.4, "time": 1506878561352, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7881, 59.4532, 86.2]}, "bbox": [-152.7881, 59.4532, -152.7881, 59.4532]}, {"id": "894", "type": "Feature", "properties": {"id": "us2000axj4", "mag": 4.9, "time": 1506877281250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6588, -24.2867, 10.0]}, "bbox": [-115.6588, -24.2867, -115.6588, -24.2867]}, {"id": "895", "type": "Feature", "properties": {"id": "uw61336301", "mag": 1.08, "time": 1506877137600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.289333, 46.525667, 12.49]}, "bbox": [-123.289333, 46.525667, -123.289333, 46.525667]}, {"id": "896", "type": "Feature", "properties": {"id": "us2000axiu", "mag": 4.8, "time": 1506876485410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.1816, -45.7692, 10.0]}, "bbox": [-76.1816, -45.7692, -76.1816, -45.7692]}, {"id": "897", "type": "Feature", "properties": {"id": "nc72902831", "mag": 2.39, "time": 1506876142050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.5015, 0.38]}, "bbox": [-118.8365, 37.5015, -118.8365, 37.5015]}, {"id": "898", "type": "Feature", "properties": {"id": "ak16978937", "mag": 1.2, "time": 1506875682364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0123, 63.225, 1.0]}, "bbox": [-149.0123, 63.225, -149.0123, 63.225]}, {"id": "899", "type": "Feature", "properties": {"id": "ak16990844", "mag": 1.0, "time": 1506875638383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 60.399, 0.0]}, "bbox": [-141.3476, 60.399, -141.3476, 60.399]}, {"id": "900", "type": "Feature", "properties": {"id": "ak16978936", "mag": 1.3, "time": 1506875438694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1025, 62.0191, 64.1]}, "bbox": [-151.1025, 62.0191, -151.1025, 62.0191]}, {"id": "901", "type": "Feature", "properties": {"id": "ak16990842", "mag": 1.6, "time": 1506873845866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.7815, 51.9812, 27.7]}, "bbox": [-173.7815, 51.9812, -173.7815, 51.9812]}, {"id": "902", "type": "Feature", "properties": {"id": "ak16977948", "mag": 2.0, "time": 1506871550948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.142, 60.236, 132.6]}, "bbox": [-153.142, 60.236, -153.142, 60.236]}, {"id": "903", "type": "Feature", "properties": {"id": "us2000axi9", "mag": 4.2, "time": 1506870604300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8183, -18.2769, 600.28]}, "bbox": [-177.8183, -18.2769, -177.8183, -18.2769]}, {"id": "904", "type": "Feature", "properties": {"id": "nc72902801", "mag": 1.08, "time": 1506869234490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.736333, 37.427833, 11.17]}, "bbox": [-118.736333, 37.427833, -118.736333, 37.427833]}, {"id": "905", "type": "Feature", "properties": {"id": "nc72902796", "mag": 0.97, "time": 1506869005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80983, 38.822666, 2.38]}, "bbox": [-122.80983, 38.822666, -122.80983, 38.822666]}, {"id": "906", "type": "Feature", "properties": {"id": "nc72902791", "mag": 1.02, "time": 1506868646100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.018, 37.4345, 4.76]}, "bbox": [-119.018, 37.4345, -119.018, 37.4345]}, {"id": "907", "type": "Feature", "properties": {"id": "us2000axi8", "mag": 4.5, "time": 1506868536330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.3426, 12.898, 30.37]}, "bbox": [92.3426, 12.898, 92.3426, 12.898]}, {"id": "908", "type": "Feature", "properties": {"id": "nc72902781", "mag": 1.48, "time": 1506867941180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.033833, 37.4125, 0.87]}, "bbox": [-119.033833, 37.4125, -119.033833, 37.4125]}, {"id": "909", "type": "Feature", "properties": {"id": "us2000axhz", "mag": 4.5, "time": 1506867628470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.306, 40.1598, 57.26]}, "bbox": [142.306, 40.1598, 142.306, 40.1598]}, {"id": "910", "type": "Feature", "properties": {"id": "uw61336271", "mag": 1.68, "time": 1506867619960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.078833, 44.103667, -0.53]}, "bbox": [-123.078833, 44.103667, -123.078833, 44.103667]}, {"id": "911", "type": "Feature", "properties": {"id": "ak16990839", "mag": 1.7, "time": 1506867169462, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3848, 56.4945, 79.4]}, "bbox": [-156.3848, 56.4945, -156.3848, 56.4945]}, {"id": "912", "type": "Feature", "properties": {"id": "us2000axhv", "mag": 5.0, "time": 1506866880330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5287, -22.8028, 10.0]}, "bbox": [-174.5287, -22.8028, -174.5287, -22.8028]}, {"id": "913", "type": "Feature", "properties": {"id": "ak16976960", "mag": 1.2, "time": 1506866784677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7487, 60.0824, 8.2]}, "bbox": [-140.7487, 60.0824, -140.7487, 60.0824]}, {"id": "914", "type": "Feature", "properties": {"id": "uu60250707", "mag": 2.06, "time": 1506866738590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.650333, 2.93]}, "bbox": [-111.447833, 42.650333, -111.447833, 42.650333]}, {"id": "915", "type": "Feature", "properties": {"id": "mb80258644", "mag": 1.07, "time": 1506866437550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.866, 11.8]}, "bbox": [-112.525833, 46.866, -112.525833, 46.866]}, {"id": "916", "type": "Feature", "properties": {"id": "hv61928751", "mag": 1.73, "time": 1506865813980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.633499, 19.408501, 4.16]}, "bbox": [-155.633499, 19.408501, -155.633499, 19.408501]}, {"id": "917", "type": "Feature", "properties": {"id": "ak16976951", "mag": 1.0, "time": 1506864160172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.909, 58.2689, 5.0]}, "bbox": [-154.909, 58.2689, -154.909, 58.2689]}, {"id": "918", "type": "Feature", "properties": {"id": "ak16976949", "mag": 1.0, "time": 1506864011046, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6138, 60.5977, 10.0]}, "bbox": [-141.6138, 60.5977, -141.6138, 60.5977]}, {"id": "919", "type": "Feature", "properties": {"id": "ak16990832", "mag": 1.4, "time": 1506863730810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1725, 60.1804, 135.1]}, "bbox": [-153.1725, 60.1804, -153.1725, 60.1804]}, {"id": "920", "type": "Feature", "properties": {"id": "ak16975974", "mag": 1.1, "time": 1506862307453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3672, 61.3015, 47.0]}, "bbox": [-150.3672, 61.3015, -150.3672, 61.3015]}, {"id": "921", "type": "Feature", "properties": {"id": "us2000axhf", "mag": 4.6, "time": 1506862144080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9129, 12.7332, 25.97]}, "bbox": [91.9129, 12.7332, 91.9129, 12.7332]}, {"id": "922", "type": "Feature", "properties": {"id": "ak16975970", "mag": 1.3, "time": 1506861392092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0328, 59.3749, 6.2]}, "bbox": [-157.0328, 59.3749, -157.0328, 59.3749]}, {"id": "923", "type": "Feature", "properties": {"id": "ak16975965", "mag": 1.4, "time": 1506860447567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3802, 59.7999, 122.7]}, "bbox": [-153.3802, 59.7999, -153.3802, 59.7999]}, {"id": "924", "type": "Feature", "properties": {"id": "ak16975961", "mag": 1.9, "time": 1506860241377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3702, 58.1855, 1.8]}, "bbox": [-155.3702, 58.1855, -155.3702, 58.1855]}, {"id": "925", "type": "Feature", "properties": {"id": "ci38016296", "mag": 0.97, "time": 1506860065660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200333, 33.034167, 6.74]}, "bbox": [-116.200333, 33.034167, -116.200333, 33.034167]}, {"id": "926", "type": "Feature", "properties": {"id": "nc72902736", "mag": 1.01, "time": 1506859858880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.812668, 3.13]}, "bbox": [-122.793999, 38.812668, -122.793999, 38.812668]}, {"id": "927", "type": "Feature", "properties": {"id": "ak16975960", "mag": 2.0, "time": 1506859830456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5366, 51.4282, 50.4]}, "bbox": [-175.5366, 51.4282, -175.5366, 51.4282]}, {"id": "928", "type": "Feature", "properties": {"id": "ak16974988", "mag": 1.1, "time": 1506859403703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7216, 57.888, 61.0]}, "bbox": [-153.7216, 57.888, -153.7216, 57.888]}, {"id": "929", "type": "Feature", "properties": {"id": "nn00607763", "mag": 2.0, "time": 1506858283945, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6834, 40.0949, 13.6]}, "bbox": [-119.6834, 40.0949, -119.6834, 40.0949]}, {"id": "930", "type": "Feature", "properties": {"id": "ak16974986", "mag": 1.5, "time": 1506857978595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6219, 59.7494, 10.6]}, "bbox": [-136.6219, 59.7494, -136.6219, 59.7494]}, {"id": "931", "type": "Feature", "properties": {"id": "ci38016272", "mag": 1.31, "time": 1506857701950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.46, 34.330833, 3.08]}, "bbox": [-116.46, 34.330833, -116.46, 34.330833]}, {"id": "932", "type": "Feature", "properties": {"id": "mb80258619", "mag": 1.22, "time": 1506857080460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.509667, 46.908167, 15.76]}, "bbox": [-112.509667, 46.908167, -112.509667, 46.908167]}, {"id": "933", "type": "Feature", "properties": {"id": "ak16974980", "mag": 2.0, "time": 1506856935435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4679, 51.6302, 13.1]}, "bbox": [-178.4679, 51.6302, -178.4679, 51.6302]}, {"id": "934", "type": "Feature", "properties": {"id": "ak16974977", "mag": 1.7, "time": 1506856591674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0171, 58.9928, 112.8]}, "bbox": [-154.0171, 58.9928, -154.0171, 58.9928]}, {"id": "935", "type": "Feature", "properties": {"id": "ak16990818", "mag": 1.6, "time": 1506856352544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6069, 60.035, 157.2]}, "bbox": [-153.6069, 60.035, -153.6069, 60.035]}, {"id": "936", "type": "Feature", "properties": {"id": "nc72902701", "mag": 1.04, "time": 1506856284600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718, 38.742333, 1.86]}, "bbox": [-122.718, 38.742333, -122.718, 38.742333]}, {"id": "937", "type": "Feature", "properties": {"id": "ak16974975", "mag": 1.2, "time": 1506856083450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5011, 64.299, 14.0]}, "bbox": [-154.5011, 64.299, -154.5011, 64.299]}, {"id": "938", "type": "Feature", "properties": {"id": "ak16974972", "mag": 1.5, "time": 1506855936313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5182, 59.9216, 0.0]}, "bbox": [-139.5182, 59.9216, -139.5182, 59.9216]}, {"id": "939", "type": "Feature", "properties": {"id": "ci38016224", "mag": 1.28, "time": 1506855241040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.649, 12.54]}, "bbox": [-116.731167, 33.649, -116.731167, 33.649]}, {"id": "940", "type": "Feature", "properties": {"id": "ak16990815", "mag": 2.8, "time": 1506854643419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4705, 51.8814, 165.3]}, "bbox": [179.4705, 51.8814, 179.4705, 51.8814]}, {"id": "941", "type": "Feature", "properties": {"id": "hv61928636", "mag": 2.82, "time": 1506854300970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.485667, 20.355333, 14.282]}, "bbox": [-156.485667, 20.355333, -156.485667, 20.355333]}, {"id": "942", "type": "Feature", "properties": {"id": "ak16974969", "mag": 1.4, "time": 1506854297360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6332, 59.9863, 7.4]}, "bbox": [-148.6332, 59.9863, -148.6332, 59.9863]}, {"id": "943", "type": "Feature", "properties": {"id": "nc72902676", "mag": 1.69, "time": 1506853476410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.984, 37.5295, 2.12]}, "bbox": [-118.984, 37.5295, -118.984, 37.5295]}, {"id": "944", "type": "Feature", "properties": {"id": "ak16973994", "mag": 1.0, "time": 1506853292474, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0636, 62.2825, 41.1]}, "bbox": [-149.0636, 62.2825, -149.0636, 62.2825]}, {"id": "945", "type": "Feature", "properties": {"id": "nn00607794", "mag": 1.1, "time": 1506852962371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9213, 38.3646, 5.4]}, "bbox": [-118.9213, 38.3646, -118.9213, 38.3646]}, {"id": "946", "type": "Feature", "properties": {"id": "ci38016200", "mag": 1.06, "time": 1506852815200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791833, 33.502167, 4.66]}, "bbox": [-116.791833, 33.502167, -116.791833, 33.502167]}, {"id": "947", "type": "Feature", "properties": {"id": "us2000axgb", "mag": 5.1, "time": 1506852415110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6916, -24.4751, 87.71]}, "bbox": [-176.6916, -24.4751, -176.6916, -24.4751]}, {"id": "948", "type": "Feature", "properties": {"id": "ci38016192", "mag": 1.27, "time": 1506852211900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.464167, 36.311167, 0.93]}, "bbox": [-117.464167, 36.311167, -117.464167, 36.311167]}, {"id": "949", "type": "Feature", "properties": {"id": "ak16990809", "mag": 1.3, "time": 1506851397558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4428, 58.7981, 124.3]}, "bbox": [-154.4428, 58.7981, -154.4428, 58.7981]}, {"id": "950", "type": "Feature", "properties": {"id": "ak16973987", "mag": 1.3, "time": 1506850332700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1498, 59.6631, 104.2]}, "bbox": [-153.1498, 59.6631, -153.1498, 59.6631]}, {"id": "951", "type": "Feature", "properties": {"id": "nc72902646", "mag": 1.37, "time": 1506850223860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.452, 37.402167, 4.64]}, "bbox": [-118.452, 37.402167, -118.452, 37.402167]}, {"id": "952", "type": "Feature", "properties": {"id": "us2000axfz", "mag": 4.0, "time": 1506849733290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8612, 14.9405, 53.39]}, "bbox": [-93.8612, 14.9405, -93.8612, 14.9405]}, {"id": "953", "type": "Feature", "properties": {"id": "ak16973981", "mag": 1.6, "time": 1506849720561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2003, 60.1713, 129.2]}, "bbox": [-153.2003, 60.1713, -153.2003, 60.1713]}, {"id": "954", "type": "Feature", "properties": {"id": "ak16973012", "mag": 1.1, "time": 1506849332753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7558, 59.8604, 10.3]}, "bbox": [-136.7558, 59.8604, -136.7558, 59.8604]}, {"id": "955", "type": "Feature", "properties": {"id": "us2000axfu", "mag": 4.4, "time": 1506848263400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7814, 18.4858, 79.09]}, "bbox": [-67.7814, 18.4858, -67.7814, 18.4858]}, {"id": "956", "type": "Feature", "properties": {"id": "ci38016176", "mag": 1.75, "time": 1506848220800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.651333, 35.934333, 2.81]}, "bbox": [-117.651333, 35.934333, -117.651333, 35.934333]}, {"id": "957", "type": "Feature", "properties": {"id": "ci38016160", "mag": 1.37, "time": 1506846375610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.908333, 35.5955, 1.49]}, "bbox": [-116.908333, 35.5955, -116.908333, 35.5955]}, {"id": "958", "type": "Feature", "properties": {"id": "ak16990805", "mag": 2.5, "time": 1506845582617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.7071, 51.7987, 13.4]}, "bbox": [-169.7071, 51.7987, -169.7071, 51.7987]}, {"id": "959", "type": "Feature", "properties": {"id": "ak16972044", "mag": 1.1, "time": 1506843571095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 61.0501, 21.4]}, "bbox": [-150.4859, 61.0501, -150.4859, 61.0501]}, {"id": "960", "type": "Feature", "properties": {"id": "us2000axfi", "mag": 4.1, "time": 1506843463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.5019, -1.5006, 197.35]}, "bbox": [-77.5019, -1.5006, -77.5019, -1.5006]}, {"id": "961", "type": "Feature", "properties": {"id": "ak16972038", "mag": 1.5, "time": 1506842124989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6539, 62.7976, 71.1]}, "bbox": [-149.6539, 62.7976, -149.6539, 62.7976]}, {"id": "962", "type": "Feature", "properties": {"id": "ak16972036", "mag": 1.2, "time": 1506841940900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 61.6968, 61.0]}, "bbox": [-150.8258, 61.6968, -150.8258, 61.6968]}, {"id": "963", "type": "Feature", "properties": {"id": "mb80258604", "mag": 1.59, "time": 1506841735050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.459167, 46.866, 10.9]}, "bbox": [-112.459167, 46.866, -112.459167, 46.866]}, {"id": "964", "type": "Feature", "properties": {"id": "ci38016112", "mag": 1.44, "time": 1506840801230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2085, 34.452833, 11.88]}, "bbox": [-119.2085, 34.452833, -119.2085, 34.452833]}, {"id": "965", "type": "Feature", "properties": {"id": "ismpkansas70236143", "mag": 1.72, "time": 1506840567300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7785, 37.328333, 4.35]}, "bbox": [-97.7785, 37.328333, -97.7785, 37.328333]}, {"id": "966", "type": "Feature", "properties": {"id": "ak16990799", "mag": 1.1, "time": 1506840419377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7218, 59.2315, 9.7]}, "bbox": [-152.7218, 59.2315, -152.7218, 59.2315]}, {"id": "967", "type": "Feature", "properties": {"id": "ak16971064", "mag": 2.6, "time": 1506838204059, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5055, 59.3191, 8.4]}, "bbox": [-148.5055, 59.3191, -148.5055, 59.3191]}, {"id": "968", "type": "Feature", "properties": {"id": "us2000axek", "mag": 3.2, "time": 1506836917300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7711, 36.4532, 6.9]}, "bbox": [-98.7711, 36.4532, -98.7711, 36.4532]}, {"id": "969", "type": "Feature", "properties": {"id": "ak16970116", "mag": 2.7, "time": 1506836847043, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9474, 62.6019, 6.3]}, "bbox": [-152.9474, 62.6019, -152.9474, 62.6019]}, {"id": "970", "type": "Feature", "properties": {"id": "nc72902586", "mag": 1.42, "time": 1506836822020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604, 4.13]}, "bbox": [-118.8205, 37.604, -118.8205, 37.604]}, {"id": "971", "type": "Feature", "properties": {"id": "nc72902581", "mag": 1.71, "time": 1506836766960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604333, 4.0]}, "bbox": [-118.8205, 37.604333, -118.8205, 37.604333]}, {"id": "972", "type": "Feature", "properties": {"id": "hv61928476", "mag": 1.81, "time": 1506836276760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.631836, 19.188999, 0.89]}, "bbox": [-155.631836, 19.188999, -155.631836, 19.188999]}, {"id": "973", "type": "Feature", "properties": {"id": "ak16970114", "mag": 1.3, "time": 1506835946408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.345, 60.1863, 0.0]}, "bbox": [-141.345, 60.1863, -141.345, 60.1863]}, {"id": "974", "type": "Feature", "properties": {"id": "uu60250622", "mag": 2.13, "time": 1506835247610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.578, 38.7305, -0.01]}, "bbox": [-112.578, 38.7305, -112.578, 38.7305]}, {"id": "975", "type": "Feature", "properties": {"id": "us2000axe4", "mag": 4.2, "time": 1506834536440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.1269, -6.2836, 59.98]}, "bbox": [146.1269, -6.2836, 146.1269, -6.2836]}, {"id": "976", "type": "Feature", "properties": {"id": "us2000axdz", "mag": 4.1, "time": 1506833874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.5987, 9.126, 39.13]}, "bbox": [-85.5987, 9.126, -85.5987, 9.126]}, {"id": "977", "type": "Feature", "properties": {"id": "ak16970083", "mag": 2.0, "time": 1506833288717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6914, 61.3678, 29.1]}, "bbox": [-149.6914, 61.3678, -149.6914, 61.3678]}, {"id": "978", "type": "Feature", "properties": {"id": "ak16969148", "mag": 1.9, "time": 1506832174570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9412, 51.6192, 50.9]}, "bbox": [-175.9412, 51.6192, -175.9412, 51.6192]}, {"id": "979", "type": "Feature", "properties": {"id": "ak16969146", "mag": 1.0, "time": 1506831622152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.577, 62.7735, 79.4]}, "bbox": [-150.577, 62.7735, -150.577, 62.7735]}, {"id": "980", "type": "Feature", "properties": {"id": "ci38016048", "mag": 1.04, "time": 1506831472900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.833167, 33.669167, 16.1]}, "bbox": [-116.833167, 33.669167, -116.833167, 33.669167]}, {"id": "981", "type": "Feature", "properties": {"id": "ci38016040", "mag": 1.1, "time": 1506831149410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.485, 36.3695, 1.6]}, "bbox": [-117.485, 36.3695, -117.485, 36.3695]}, {"id": "982", "type": "Feature", "properties": {"id": "mb80258549", "mag": 1.59, "time": 1506830710300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.889833, 13.14]}, "bbox": [-112.5235, 46.889833, -112.5235, 46.889833]}, {"id": "983", "type": "Feature", "properties": {"id": "hv61928346", "mag": 2.95, "time": 1506829826670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.095333, 19.715167, 33.794]}, "bbox": [-156.095333, 19.715167, -156.095333, 19.715167]}, {"id": "984", "type": "Feature", "properties": {"id": "ak16990790", "mag": 1.0, "time": 1506829471423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2898, 60.1429, 0.0]}, "bbox": [-141.2898, 60.1429, -141.2898, 60.1429]}, {"id": "985", "type": "Feature", "properties": {"id": "nc72902546", "mag": 1.45, "time": 1506828244030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 36.626, 8.14]}, "bbox": [-121.157167, 36.626, -121.157167, 36.626]}, {"id": "986", "type": "Feature", "properties": {"id": "mb80258544", "mag": 1.11, "time": 1506828010380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.871, 10.92]}, "bbox": [-112.526333, 46.871, -112.526333, 46.871]}, {"id": "987", "type": "Feature", "properties": {"id": "nc72902531", "mag": 1.44, "time": 1506827498200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.228833, 36.619333, 4.82]}, "bbox": [-121.228833, 36.619333, -121.228833, 36.619333]}, {"id": "988", "type": "Feature", "properties": {"id": "ak16968180", "mag": 2.0, "time": 1506827492404, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.739, 61.1833, 86.4]}, "bbox": [-151.739, 61.1833, -151.739, 61.1833]}, {"id": "989", "type": "Feature", "properties": {"id": "us2000axpk", "mag": 1.6, "time": 1506827393900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.9053, 41.6481, 6.51]}, "bbox": [-70.9053, 41.6481, -70.9053, 41.6481]}, {"id": "990", "type": "Feature", "properties": {"id": "ci38015992", "mag": 1.15, "time": 1506827015230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3845, 35.111667, 5.93]}, "bbox": [-118.3845, 35.111667, -118.3845, 35.111667]}, {"id": "991", "type": "Feature", "properties": {"id": "hv61928261", "mag": 2.05, "time": 1506825377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.476502, 19.216, 37.47]}, "bbox": [-155.476502, 19.216, -155.476502, 19.216]}, {"id": "992", "type": "Feature", "properties": {"id": "ak16990784", "mag": 1.4, "time": 1506825243899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2232, 51.7576, 46.6]}, "bbox": [-174.2232, 51.7576, -174.2232, 51.7576]}, {"id": "993", "type": "Feature", "properties": {"id": "uw61336131", "mag": 1.16, "time": 1506825168050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9095, 48.316167, 1.09]}, "bbox": [-121.9095, 48.316167, -121.9095, 48.316167]}, {"id": "994", "type": "Feature", "properties": {"id": "mb80258539", "mag": 1.53, "time": 1506824807150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.877, 11.86]}, "bbox": [-112.528833, 46.877, -112.528833, 46.877]}, {"id": "995", "type": "Feature", "properties": {"id": "ak16967237", "mag": 1.8, "time": 1506824784256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7866, 53.1332, 25.6]}, "bbox": [-166.7866, 53.1332, -166.7866, 53.1332]}, {"id": "996", "type": "Feature", "properties": {"id": "ak16990782", "mag": 2.0, "time": 1506823956350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6834, 51.2465, 35.3]}, "bbox": [-173.6834, 51.2465, -173.6834, 51.2465]}, {"id": "997", "type": "Feature", "properties": {"id": "ak16990781", "mag": 1.3, "time": 1506823856677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.521, 59.9658, 0.0]}, "bbox": [-139.521, 59.9658, -139.521, 59.9658]}, {"id": "998", "type": "Feature", "properties": {"id": "nc72902506", "mag": 1.22, "time": 1506821920520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7125, 37.351167, 7.83]}, "bbox": [-121.7125, 37.351167, -121.7125, 37.351167]}, {"id": "999", "type": "Feature", "properties": {"id": "us2000axct", "mag": 5.1, "time": 1506821726490, "felt": 125.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.1491, 7.5135, 142.73]}, "bbox": [-73.1491, 7.5135, -73.1491, 7.5135]}, {"id": "1000", "type": "Feature", "properties": {"id": "ci38015920", "mag": 1.75, "time": 1506821149880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.354833, 33.961167, 5.95]}, "bbox": [-116.354833, 33.961167, -116.354833, 33.961167]}, {"id": "1001", "type": "Feature", "properties": {"id": "us2000axcn", "mag": 4.9, "time": 1506821107970, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5685, 36.9167, 10.0]}, "bbox": [140.5685, 36.9167, 140.5685, 36.9167]}, {"id": "1002", "type": "Feature", "properties": {"id": "ak16990780", "mag": 2.5, "time": 1506821107760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8117, 51.8357, 61.8]}, "bbox": [-169.8117, 51.8357, -169.8117, 51.8357]}, {"id": "1003", "type": "Feature", "properties": {"id": "ci38015912", "mag": 1.0, "time": 1506820492420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.119167, 33.9365, 14.07]}, "bbox": [-117.119167, 33.9365, -117.119167, 33.9365]}, {"id": "1004", "type": "Feature", "properties": {"id": "ak16990779", "mag": 1.3, "time": 1506819992776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8841, 57.2184, 46.9]}, "bbox": [-153.8841, 57.2184, -153.8841, 57.2184]}, {"id": "1005", "type": "Feature", "properties": {"id": "ak16990778", "mag": 1.0, "time": 1506819499573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4019, 63.1122, 97.2]}, "bbox": [-150.4019, 63.1122, -150.4019, 63.1122]}, {"id": "1006", "type": "Feature", "properties": {"id": "nc72902491", "mag": 1.79, "time": 1506819103020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939, 37.635333, 5.76]}, "bbox": [-118.939, 37.635333, -118.939, 37.635333]}, {"id": "1007", "type": "Feature", "properties": {"id": "ak16966268", "mag": 1.8, "time": 1506818601975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9252, 60.1498, 112.5]}, "bbox": [-152.9252, 60.1498, -152.9252, 60.1498]}, {"id": "1008", "type": "Feature", "properties": {"id": "ak16966264", "mag": 1.5, "time": 1506818511725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4432, 51.7288, 13.5]}, "bbox": [-178.4432, 51.7288, -178.4432, 51.7288]}, {"id": "1009", "type": "Feature", "properties": {"id": "ak16966263", "mag": 2.1, "time": 1506818242272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7041, 52.7581, 14.9]}, "bbox": [-166.7041, 52.7581, -166.7041, 52.7581]}, {"id": "1010", "type": "Feature", "properties": {"id": "ak16990774", "mag": 1.5, "time": 1506818099252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4546, 51.7076, 6.6]}, "bbox": [-178.4546, 51.7076, -178.4546, 51.7076]}, {"id": "1011", "type": "Feature", "properties": {"id": "ak16990772", "mag": 2.7, "time": 1506817440647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6939, 51.8802, 15.5]}, "bbox": [-169.6939, 51.8802, -169.6939, 51.8802]}, {"id": "1012", "type": "Feature", "properties": {"id": "us2000axc3", "mag": 4.5, "time": 1506817163710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.9456, 7.2071, 68.13]}, "bbox": [126.9456, 7.2071, 126.9456, 7.2071]}, {"id": "1013", "type": "Feature", "properties": {"id": "ak16965336", "mag": 1.9, "time": 1506816635445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9899, 60.0896, 71.7]}, "bbox": [-151.9899, 60.0896, -151.9899, 60.0896]}, {"id": "1014", "type": "Feature", "properties": {"id": "ak16965329", "mag": 1.2, "time": 1506816385660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3486, 64.9885, 0.0]}, "bbox": [-147.3486, 64.9885, -147.3486, 64.9885]}, {"id": "1015", "type": "Feature", "properties": {"id": "us2000axbx", "mag": 4.3, "time": 1506816328880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.9474, 51.9828, 27.38]}, "bbox": [-169.9474, 51.9828, -169.9474, 51.9828]}, {"id": "1016", "type": "Feature", "properties": {"id": "hv61928136", "mag": 2.02, "time": 1506816129630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.123672, 19.313999, 2.22]}, "bbox": [-155.123672, 19.313999, -155.123672, 19.313999]}, {"id": "1017", "type": "Feature", "properties": {"id": "uu60250512", "mag": 2.38, "time": 1506814998100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.459167, 42.663667, 2.14]}, "bbox": [-111.459167, 42.663667, -111.459167, 42.663667]}, {"id": "1018", "type": "Feature", "properties": {"id": "us2000axbj", "mag": 3.2, "time": 1506814776660, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4566, 42.652, 6.15]}, "bbox": [-111.4566, 42.652, -111.4566, 42.652]}, {"id": "1019", "type": "Feature", "properties": {"id": "us2000axba", "mag": 2.8, "time": 1506814745510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4606, 42.6545, 4.98]}, "bbox": [-111.4606, 42.6545, -111.4606, 42.6545]}, {"id": "1020", "type": "Feature", "properties": {"id": "us2000axb6", "mag": 2.7, "time": 1506814557760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.473, 42.6754, 3.19]}, "bbox": [-111.473, 42.6754, -111.473, 42.6754]}, {"id": "1021", "type": "Feature", "properties": {"id": "ak16964389", "mag": 1.2, "time": 1506813911112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5092, 62.3699, 51.0]}, "bbox": [-149.5092, 62.3699, -149.5092, 62.3699]}, {"id": "1022", "type": "Feature", "properties": {"id": "ci38015880", "mag": 1.87, "time": 1506813831910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.455333, 34.324167, 2.96]}, "bbox": [-116.455333, 34.324167, -116.455333, 34.324167]}, {"id": "1023", "type": "Feature", "properties": {"id": "us2000axas", "mag": 5.5, "time": 1506813329570, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5426, 3.9405, 10.0]}, "bbox": [128.5426, 3.9405, 128.5426, 3.9405]}, {"id": "1024", "type": "Feature", "properties": {"id": "ak16964388", "mag": 1.6, "time": 1506812976279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5291, 59.2674, 85.5]}, "bbox": [-152.5291, 59.2674, -152.5291, 59.2674]}, {"id": "1025", "type": "Feature", "properties": {"id": "ak16989805", "mag": 1.4, "time": 1506812398891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7509, 60.014, 105.7]}, "bbox": [-152.7509, 60.014, -152.7509, 60.014]}, {"id": "1026", "type": "Feature", "properties": {"id": "ak16964387", "mag": 1.0, "time": 1506812112182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1116, 62.3522, 7.1]}, "bbox": [-149.1116, 62.3522, -149.1116, 62.3522]}, {"id": "1027", "type": "Feature", "properties": {"id": "ak16964380", "mag": 1.0, "time": 1506811899089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6933, 62.6659, 6.2]}, "bbox": [-152.6933, 62.6659, -152.6933, 62.6659]}, {"id": "1028", "type": "Feature", "properties": {"id": "nn00607730", "mag": 1.0, "time": 1506811774166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9049, 37.2915, 0.0]}, "bbox": [-115.9049, 37.2915, -115.9049, 37.2915]}, {"id": "1029", "type": "Feature", "properties": {"id": "nn00607738", "mag": 1.0, "time": 1506811292528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8999, 37.2878, 3.1]}, "bbox": [-115.8999, 37.2878, -115.8999, 37.2878]}, {"id": "1030", "type": "Feature", "properties": {"id": "nn00607737", "mag": 1.1, "time": 1506811240125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9056, 37.279, 6.4]}, "bbox": [-115.9056, 37.279, -115.9056, 37.279]}, {"id": "1031", "type": "Feature", "properties": {"id": "nn00607728", "mag": 1.1, "time": 1506811230164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9061, 37.2885, 0.0]}, "bbox": [-115.9061, 37.2885, -115.9061, 37.2885]}, {"id": "1032", "type": "Feature", "properties": {"id": "uu60250442", "mag": 2.43, "time": 1506810599500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.661, 2.56]}, "bbox": [-111.4515, 42.661, -111.4515, 42.661]}, {"id": "1033", "type": "Feature", "properties": {"id": "ak16963468", "mag": 1.2, "time": 1506810291866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5204, 63.352, 8.1]}, "bbox": [-151.5204, 63.352, -151.5204, 63.352]}, {"id": "1034", "type": "Feature", "properties": {"id": "nn00607721", "mag": 1.4, "time": 1506807445148, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6755, 40.2201, 8.1]}, "bbox": [-117.6755, 40.2201, -117.6755, 40.2201]}, {"id": "1035", "type": "Feature", "properties": {"id": "ak16963443", "mag": 1.1, "time": 1506806484011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3476, 61.4217, 25.5]}, "bbox": [-147.3476, 61.4217, -147.3476, 61.4217]}, {"id": "1036", "type": "Feature", "properties": {"id": "ak16963413", "mag": 2.3, "time": 1506806152613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0067, 60.9307, 14.1]}, "bbox": [-144.0067, 60.9307, -144.0067, 60.9307]}, {"id": "1037", "type": "Feature", "properties": {"id": "ak16962501", "mag": 4.2, "time": 1506806106026, "felt": 17.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.2422, 59.621, 83.6]}, "bbox": [-152.2422, 59.621, -152.2422, 59.621]}, {"id": "1038", "type": "Feature", "properties": {"id": "ak16989798", "mag": 1.1, "time": 1506805696616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7955, 61.7318, 98.9]}, "bbox": [-151.7955, 61.7318, -151.7955, 61.7318]}, {"id": "1039", "type": "Feature", "properties": {"id": "us2000ax9r", "mag": 4.7, "time": 1506805651800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9751, 27.653, 485.8]}, "bbox": [139.9751, 27.653, 139.9751, 27.653]}, {"id": "1040", "type": "Feature", "properties": {"id": "uw61335981", "mag": 1.82, "time": 1506805100680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.056833, 48.412333, 50.6]}, "bbox": [-123.056833, 48.412333, -123.056833, 48.412333]}, {"id": "1041", "type": "Feature", "properties": {"id": "nc72902471", "mag": 2.5, "time": 1506804691550, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2745, 38.558167, 6.21]}, "bbox": [-122.2745, 38.558167, -122.2745, 38.558167]}, {"id": "1042", "type": "Feature", "properties": {"id": "nc71107604", "mag": 0.96, "time": 1506804690650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.780167, 35.5105, 3.92]}, "bbox": [-120.780167, 35.5105, -120.780167, 35.5105]}, {"id": "1043", "type": "Feature", "properties": {"id": "ci38015856", "mag": 1.0, "time": 1506804008820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791, 33.512, 6.24]}, "bbox": [-116.791, 33.512, -116.791, 33.512]}, {"id": "1044", "type": "Feature", "properties": {"id": "us2000ax9d", "mag": 4.1, "time": 1506803686610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.7108, -8.0939, 216.64]}, "bbox": [122.7108, -8.0939, 122.7108, -8.0939]}, {"id": "1045", "type": "Feature", "properties": {"id": "us2000ax9h", "mag": 3.5, "time": 1506803627030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5125, 17.7855, 35.0]}, "bbox": [-68.5125, 17.7855, -68.5125, 17.7855]}, {"id": "1046", "type": "Feature", "properties": {"id": "hv61927906", "mag": 3.49, "time": 1506803617560, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.469, 19.209667, 35.947]}, "bbox": [-155.469, 19.209667, -155.469, 19.209667]}, {"id": "1047", "type": "Feature", "properties": {"id": "us2000ax99", "mag": 4.7, "time": 1506802488710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8145, 21.6564, 64.59]}, "bbox": [143.8145, 21.6564, 143.8145, 21.6564]}, {"id": "1048", "type": "Feature", "properties": {"id": "ci38015848", "mag": 1.38, "time": 1506802371860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363167, 33.357333, 10.38]}, "bbox": [-116.363167, 33.357333, -116.363167, 33.357333]}, {"id": "1049", "type": "Feature", "properties": {"id": "nc72902466", "mag": 1.77, "time": 1506801988210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.781, 38.796667, 3.44]}, "bbox": [-122.781, 38.796667, -122.781, 38.796667]}, {"id": "1050", "type": "Feature", "properties": {"id": "ak16962490", "mag": 1.1, "time": 1506800090127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1783, 59.7871, 69.4]}, "bbox": [-152.1783, 59.7871, -152.1783, 59.7871]}, {"id": "1051", "type": "Feature", "properties": {"id": "ak16962484", "mag": 1.5, "time": 1506799366659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6852, 63.5864, 3.0]}, "bbox": [-150.6852, 63.5864, -150.6852, 63.5864]}, {"id": "1052", "type": "Feature", "properties": {"id": "nn00607710", "mag": 1.2, "time": 1506799171022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1362, 38.2888, 10.3]}, "bbox": [-118.1362, 38.2888, -118.1362, 38.2888]}, {"id": "1053", "type": "Feature", "properties": {"id": "ak16962480", "mag": 3.0, "time": 1506798820424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1572, 55.8639, 11.9]}, "bbox": [-143.1572, 55.8639, -143.1572, 55.8639]}, {"id": "1054", "type": "Feature", "properties": {"id": "ak16989794", "mag": 1.9, "time": 1506798785904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2132, 52.0688, 7.4]}, "bbox": [-176.2132, 52.0688, -176.2132, 52.0688]}, {"id": "1055", "type": "Feature", "properties": {"id": "mb80258414", "mag": 1.87, "time": 1506798465250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525333, 46.872833, 11.78]}, "bbox": [-112.525333, 46.872833, -112.525333, 46.872833]}, {"id": "1056", "type": "Feature", "properties": {"id": "us2000ax8b", "mag": 2.5, "time": 1506797682590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.6659, 3.65]}, "bbox": [-111.4618, 42.6659, -111.4618, 42.6659]}, {"id": "1057", "type": "Feature", "properties": {"id": "ak16962476", "mag": 1.4, "time": 1506797627539, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5093, 61.3123, 6.1]}, "bbox": [-152.5093, 61.3123, -152.5093, 61.3123]}, {"id": "1058", "type": "Feature", "properties": {"id": "ak16961588", "mag": 1.1, "time": 1506797036668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7901, 63.2441, 12.8]}, "bbox": [-149.7901, 63.2441, -149.7901, 63.2441]}, {"id": "1059", "type": "Feature", "properties": {"id": "us2000b0d3", "mag": 4.1, "time": 1506796297940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8027, 15.4984, 19.41]}, "bbox": [-94.8027, 15.4984, -94.8027, 15.4984]}, {"id": "1060", "type": "Feature", "properties": {"id": "ci38015776", "mag": 1.28, "time": 1506796206280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.89, 34.349167, 2.93]}, "bbox": [-116.89, 34.349167, -116.89, 34.349167]}, {"id": "1061", "type": "Feature", "properties": {"id": "ak16961586", "mag": 2.0, "time": 1506795961720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8619, 51.4801, 41.6]}, "bbox": [-177.8619, 51.4801, -177.8619, 51.4801]}, {"id": "1062", "type": "Feature", "properties": {"id": "ak16961585", "mag": 1.1, "time": 1506795458511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5581, 61.5616, 72.2]}, "bbox": [-151.5581, 61.5616, -151.5581, 61.5616]}, {"id": "1063", "type": "Feature", "properties": {"id": "ci38015752", "mag": 1.52, "time": 1506795424490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.160667, 34.4365, 4.43]}, "bbox": [-119.160667, 34.4365, -119.160667, 34.4365]}, {"id": "1064", "type": "Feature", "properties": {"id": "us2000ax7s", "mag": 4.8, "time": 1506795349220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9189, 16.1602, 51.93]}, "bbox": [-94.9189, 16.1602, -94.9189, 16.1602]}, {"id": "1065", "type": "Feature", "properties": {"id": "nc72904876", "mag": 1.25, "time": 1506795206390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.484167, 40.699167, 11.98]}, "bbox": [-121.484167, 40.699167, -121.484167, 40.699167]}, {"id": "1066", "type": "Feature", "properties": {"id": "ak16961582", "mag": 1.1, "time": 1506794436503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6079, 60.1354, 9.8]}, "bbox": [-141.6079, 60.1354, -141.6079, 60.1354]}, {"id": "1067", "type": "Feature", "properties": {"id": "ak16961580", "mag": 1.1, "time": 1506794299451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5942, 60.1565, 7.4]}, "bbox": [-141.5942, 60.1565, -141.5942, 60.1565]}, {"id": "1068", "type": "Feature", "properties": {"id": "ak16961575", "mag": 1.6, "time": 1506793157002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.119, 51.4689, 25.2]}, "bbox": [-178.119, 51.4689, -178.119, 51.4689]}, {"id": "1069", "type": "Feature", "properties": {"id": "us2000ax76", "mag": 4.9, "time": 1506789944160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9767, 1.0533, 10.0]}, "bbox": [-90.9767, 1.0533, -90.9767, 1.0533]}, {"id": "1070", "type": "Feature", "properties": {"id": "nc72902376", "mag": 1.84, "time": 1506788771420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8085, 38.817833, 3.12]}, "bbox": [-122.8085, 38.817833, -122.8085, 38.817833]}, {"id": "1071", "type": "Feature", "properties": {"id": "nc72902381", "mag": 1.19, "time": 1506788628860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3415, 37.8225, -0.07]}, "bbox": [-122.3415, 37.8225, -122.3415, 37.8225]}, {"id": "1072", "type": "Feature", "properties": {"id": "ak16960680", "mag": 2.9, "time": 1506788491228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9778, 51.4147, 57.6]}, "bbox": [179.9778, 51.4147, 179.9778, 51.4147]}, {"id": "1073", "type": "Feature", "properties": {"id": "ak16989782", "mag": 1.1, "time": 1506788345464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7866, 57.4545, 53.8]}, "bbox": [-154.7866, 57.4545, -154.7866, 57.4545]}, {"id": "1074", "type": "Feature", "properties": {"id": "nc72902371", "mag": 1.16, "time": 1506786770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.691, 38.7405, 1.44]}, "bbox": [-122.691, 38.7405, -122.691, 38.7405]}, {"id": "1075", "type": "Feature", "properties": {"id": "us2000ax6w", "mag": 2.6, "time": 1506785489440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5446, 36.2305, 5.63]}, "bbox": [-97.5446, 36.2305, -97.5446, 36.2305]}, {"id": "1076", "type": "Feature", "properties": {"id": "ak16959801", "mag": 1.0, "time": 1506785312713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7001, 61.542, 58.2]}, "bbox": [-150.7001, 61.542, -150.7001, 61.542]}, {"id": "1077", "type": "Feature", "properties": {"id": "mb80258389", "mag": 1.27, "time": 1506783781070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531167, 46.8685, 11.42]}, "bbox": [-112.531167, 46.8685, -112.531167, 46.8685]}, {"id": "1078", "type": "Feature", "properties": {"id": "ci38015696", "mag": 2.28, "time": 1506783542670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492667, 34.216, 5.74]}, "bbox": [-117.492667, 34.216, -117.492667, 34.216]}, {"id": "1079", "type": "Feature", "properties": {"id": "ak16959795", "mag": 1.6, "time": 1506783111232, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5985, 59.916, 0.0]}, "bbox": [-139.5985, 59.916, -139.5985, 59.916]}, {"id": "1080", "type": "Feature", "properties": {"id": "nc72902346", "mag": 1.53, "time": 1506782817930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.249667, 37.864833, 5.03]}, "bbox": [-122.249667, 37.864833, -122.249667, 37.864833]}, {"id": "1081", "type": "Feature", "properties": {"id": "nc72902336", "mag": 1.34, "time": 1506782106540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.603833, 4.12]}, "bbox": [-118.819833, 37.603833, -118.819833, 37.603833]}, {"id": "1082", "type": "Feature", "properties": {"id": "ci38015672", "mag": 1.46, "time": 1506781658250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2715, 34.059333, 15.26]}, "bbox": [-117.2715, 34.059333, -117.2715, 34.059333]}, {"id": "1083", "type": "Feature", "properties": {"id": "uw61335861", "mag": 1.05, "time": 1506780581040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.452333, 48.382667, 22.31]}, "bbox": [-122.452333, 48.382667, -122.452333, 48.382667]}, {"id": "1084", "type": "Feature", "properties": {"id": "hv61927751", "mag": 2.29, "time": 1506780487200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.627833, 19.405333, 3.602]}, "bbox": [-155.627833, 19.405333, -155.627833, 19.405333]}, {"id": "1085", "type": "Feature", "properties": {"id": "ak16958915", "mag": 1.1, "time": 1506779690755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.5599, 60.3017, 2.0]}, "bbox": [-143.5599, 60.3017, -143.5599, 60.3017]}, {"id": "1086", "type": "Feature", "properties": {"id": "ak16958913", "mag": 1.2, "time": 1506779388174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6949, 63.8592, 1.6]}, "bbox": [-148.6949, 63.8592, -148.6949, 63.8592]}, {"id": "1087", "type": "Feature", "properties": {"id": "ak16989774", "mag": 1.1, "time": 1506778517082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4836, 62.981, 94.9]}, "bbox": [-150.4836, 62.981, -150.4836, 62.981]}, {"id": "1088", "type": "Feature", "properties": {"id": "ci38015648", "mag": 1.53, "time": 1506777358020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.461667, 34.329167, 3.88]}, "bbox": [-116.461667, 34.329167, -116.461667, 34.329167]}, {"id": "1089", "type": "Feature", "properties": {"id": "ak16958909", "mag": 1.8, "time": 1506777347886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2124, 67.8158, 1.9]}, "bbox": [-159.2124, 67.8158, -159.2124, 67.8158]}, {"id": "1090", "type": "Feature", "properties": {"id": "ci38015640", "mag": 2.0, "time": 1506777335770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.658167, 31.867, 1.78]}, "bbox": [-115.658167, 31.867, -115.658167, 31.867]}, {"id": "1091", "type": "Feature", "properties": {"id": "ci38015616", "mag": 1.28, "time": 1506776191250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.768833, 33.326833, 12.3]}, "bbox": [-116.768833, 33.326833, -116.768833, 33.326833]}, {"id": "1092", "type": "Feature", "properties": {"id": "ak16958907", "mag": 1.2, "time": 1506775842000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4069, 62.3275, 86.0]}, "bbox": [-151.4069, 62.3275, -151.4069, 62.3275]}, {"id": "1093", "type": "Feature", "properties": {"id": "nc72902306", "mag": 1.41, "time": 1506775748110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.605333, 4.33]}, "bbox": [-118.82, 37.605333, -118.82, 37.605333]}, {"id": "1094", "type": "Feature", "properties": {"id": "ak16958905", "mag": 2.0, "time": 1506775349934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7202, 67.3687, 4.2]}, "bbox": [-163.7202, 67.3687, -163.7202, 67.3687]}, {"id": "1095", "type": "Feature", "properties": {"id": "nn00607651", "mag": 1.2, "time": 1506775034180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8976, 38.3688, 7.1]}, "bbox": [-118.8976, 38.3688, -118.8976, 38.3688]}, {"id": "1096", "type": "Feature", "properties": {"id": "ak16958026", "mag": 2.8, "time": 1506774114627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7286, 67.3815, 8.4]}, "bbox": [-163.7286, 67.3815, -163.7286, 67.3815]}, {"id": "1097", "type": "Feature", "properties": {"id": "uu60250312", "mag": 2.59, "time": 1506774047790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.635, 37.764167, 13.14]}, "bbox": [-110.635, 37.764167, -110.635, 37.764167]}, {"id": "1098", "type": "Feature", "properties": {"id": "ak16958023", "mag": 1.6, "time": 1506773722633, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6494, 63.1022, 115.8]}, "bbox": [-150.6494, 63.1022, -150.6494, 63.1022]}, {"id": "1099", "type": "Feature", "properties": {"id": "ak16989768", "mag": 1.6, "time": 1506773709105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8697, 59.0106, 105.0]}, "bbox": [-153.8697, 59.0106, -153.8697, 59.0106]}, {"id": "1100", "type": "Feature", "properties": {"id": "nc72902286", "mag": 1.55, "time": 1506773378420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898833, 37.522667, 12.57]}, "bbox": [-118.898833, 37.522667, -118.898833, 37.522667]}, {"id": "1101", "type": "Feature", "properties": {"id": "ld60143701", "mag": 0.98, "time": 1506773153350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.5095, 40.809333, 11.51]}, "bbox": [-74.5095, 40.809333, -74.5095, 40.809333]}, {"id": "1102", "type": "Feature", "properties": {"id": "ak16958020", "mag": 1.2, "time": 1506771142867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0654, 62.1893, 8.4]}, "bbox": [-150.0654, 62.1893, -150.0654, 62.1893]}, {"id": "1103", "type": "Feature", "properties": {"id": "ak16957154", "mag": 1.4, "time": 1506770413805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3117, 61.0872, 0.0]}, "bbox": [-148.3117, 61.0872, -148.3117, 61.0872]}, {"id": "1104", "type": "Feature", "properties": {"id": "ci38015552", "mag": 1.58, "time": 1506769732230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.155, 34.5615, 2.13]}, "bbox": [-119.155, 34.5615, -119.155, 34.5615]}, {"id": "1105", "type": "Feature", "properties": {"id": "ak16989763", "mag": 1.5, "time": 1506768979985, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1722, 60.0493, 117.8]}, "bbox": [-153.1722, 60.0493, -153.1722, 60.0493]}, {"id": "1106", "type": "Feature", "properties": {"id": "uu60250297", "mag": 1.97, "time": 1506768169440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.547, 7.49]}, "bbox": [-111.4255, 42.547, -111.4255, 42.547]}, {"id": "1107", "type": "Feature", "properties": {"id": "ak16957134", "mag": 1.5, "time": 1506768169245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9682, 61.4708, 39.5]}, "bbox": [-149.9682, 61.4708, -149.9682, 61.4708]}, {"id": "1108", "type": "Feature", "properties": {"id": "us2000ax5m", "mag": 5.2, "time": 1506767402460, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.7797, 1.8973, 37.67]}, "bbox": [128.7797, 1.8973, 128.7797, 1.8973]}, {"id": "1109", "type": "Feature", "properties": {"id": "ak16989760", "mag": 1.1, "time": 1506766077754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8184, 60.0072, 67.6]}, "bbox": [-151.8184, 60.0072, -151.8184, 60.0072]}, {"id": "1110", "type": "Feature", "properties": {"id": "nc72902251", "mag": 1.22, "time": 1506766057090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800833, 38.792667, 2.88]}, "bbox": [-122.800833, 38.792667, -122.800833, 38.792667]}, {"id": "1111", "type": "Feature", "properties": {"id": "ak16956252", "mag": 1.6, "time": 1506765146662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3164, 61.6465, 25.4]}, "bbox": [-147.3164, 61.6465, -147.3164, 61.6465]}, {"id": "1112", "type": "Feature", "properties": {"id": "us2000ax55", "mag": 4.4, "time": 1506764918800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0971, 15.3765, 35.53]}, "bbox": [-94.0971, 15.3765, -94.0971, 15.3765]}, {"id": "1113", "type": "Feature", "properties": {"id": "ak16956250", "mag": 3.1, "time": 1506764602367, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3876, 51.6362, 13.1]}, "bbox": [-178.3876, 51.6362, -178.3876, 51.6362]}, {"id": "1114", "type": "Feature", "properties": {"id": "uu60250277", "mag": 1.1, "time": 1506764348800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411333, 38.962833, -1.36]}, "bbox": [-111.411333, 38.962833, -111.411333, 38.962833]}, {"id": "1115", "type": "Feature", "properties": {"id": "nc72902211", "mag": 2.24, "time": 1506763678540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1355, 37.688333, 25.77]}, "bbox": [-120.1355, 37.688333, -120.1355, 37.688333]}, {"id": "1116", "type": "Feature", "properties": {"id": "ak16955383", "mag": 2.0, "time": 1506763079790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7222, 59.2509, 16.0]}, "bbox": [-152.7222, 59.2509, -152.7222, 59.2509]}, {"id": "1117", "type": "Feature", "properties": {"id": "ak16955380", "mag": 1.1, "time": 1506762584802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0664, 61.8814, 35.7]}, "bbox": [-149.0664, 61.8814, -149.0664, 61.8814]}, {"id": "1118", "type": "Feature", "properties": {"id": "nc72902196", "mag": 1.37, "time": 1506761418100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.788, 0.74]}, "bbox": [-122.7435, 38.788, -122.7435, 38.788]}, {"id": "1119", "type": "Feature", "properties": {"id": "us2000ax4r", "mag": 2.5, "time": 1506761330980, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5543, 36.2286, 1.38]}, "bbox": [-97.5543, 36.2286, -97.5543, 36.2286]}, {"id": "1120", "type": "Feature", "properties": {"id": "ci38015488", "mag": 1.48, "time": 1506761301510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3055, 33.255167, 10.3]}, "bbox": [-116.3055, 33.255167, -116.3055, 33.255167]}, {"id": "1121", "type": "Feature", "properties": {"id": "ci38015480", "mag": 1.54, "time": 1506760683740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.638333, 33.165167, 2.88]}, "bbox": [-115.638333, 33.165167, -115.638333, 33.165167]}, {"id": "1122", "type": "Feature", "properties": {"id": "ak16955371", "mag": 2.5, "time": 1506760322340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9144, 51.2732, 19.4]}, "bbox": [-179.9144, 51.2732, -179.9144, 51.2732]}, {"id": "1123", "type": "Feature", "properties": {"id": "nc72902186", "mag": 1.08, "time": 1506759358360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.750832, 38.806835, 0.69]}, "bbox": [-122.750832, 38.806835, -122.750832, 38.806835]}, {"id": "1124", "type": "Feature", "properties": {"id": "nc72902176", "mag": 1.52, "time": 1506758934270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.270833, 39.463167, 6.67]}, "bbox": [-123.270833, 39.463167, -123.270833, 39.463167]}, {"id": "1125", "type": "Feature", "properties": {"id": "ak16955365", "mag": 2.3, "time": 1506758896299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4581, 50.7723, 29.7]}, "bbox": [-173.4581, 50.7723, -173.4581, 50.7723]}, {"id": "1126", "type": "Feature", "properties": {"id": "ak16955363", "mag": 1.2, "time": 1506758873795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2563, 61.2042, 65.4]}, "bbox": [-151.2563, 61.2042, -151.2563, 61.2042]}, {"id": "1127", "type": "Feature", "properties": {"id": "nc72902161", "mag": 1.43, "time": 1506758269830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.604167, 3.89]}, "bbox": [-118.820833, 37.604167, -118.820833, 37.604167]}, {"id": "1128", "type": "Feature", "properties": {"id": "nc72902151", "mag": 1.08, "time": 1506757752200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.095167, 36.564333, 8.65]}, "bbox": [-121.095167, 36.564333, -121.095167, 36.564333]}, {"id": "1129", "type": "Feature", "properties": {"id": "ak16954507", "mag": 1.7, "time": 1506757551919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4734, 51.7808, 63.4]}, "bbox": [-176.4734, 51.7808, -176.4734, 51.7808]}, {"id": "1130", "type": "Feature", "properties": {"id": "ak16954502", "mag": 1.5, "time": 1506757337943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7203, 60.1564, 96.7]}, "bbox": [-152.7203, 60.1564, -152.7203, 60.1564]}, {"id": "1131", "type": "Feature", "properties": {"id": "ak16954501", "mag": 1.2, "time": 1506757146790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0463, 62.4859, 12.9]}, "bbox": [-150.0463, 62.4859, -150.0463, 62.4859]}, {"id": "1132", "type": "Feature", "properties": {"id": "ak16954494", "mag": 1.2, "time": 1506755657374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4986, 59.9398, 15.9]}, "bbox": [-147.4986, 59.9398, -147.4986, 59.9398]}, {"id": "1133", "type": "Feature", "properties": {"id": "ak16989746", "mag": 1.4, "time": 1506755147399, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4214, 51.6622, 47.9]}, "bbox": [-176.4214, 51.6622, -176.4214, 51.6622]}, {"id": "1134", "type": "Feature", "properties": {"id": "nc72902146", "mag": 1.49, "time": 1506754443300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7965, 38.821167, 2.97]}, "bbox": [-122.7965, 38.821167, -122.7965, 38.821167]}, {"id": "1135", "type": "Feature", "properties": {"id": "ak16953640", "mag": 1.8, "time": 1506754020475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3389, 63.5229, 14.2]}, "bbox": [-147.3389, 63.5229, -147.3389, 63.5229]}, {"id": "1136", "type": "Feature", "properties": {"id": "ci38015432", "mag": 1.45, "time": 1506753848290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.784, 34.512167, 18.77]}, "bbox": [-118.784, 34.512167, -118.784, 34.512167]}, {"id": "1137", "type": "Feature", "properties": {"id": "nc72902141", "mag": 1.71, "time": 1506753528720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9575, 37.590333, -0.13]}, "bbox": [-118.9575, 37.590333, -118.9575, 37.590333]}, {"id": "1138", "type": "Feature", "properties": {"id": "us2000ax3z", "mag": 5.0, "time": 1506753276470, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7893, -37.146, 51.02]}, "bbox": [178.7893, -37.146, 178.7893, -37.146]}, {"id": "1139", "type": "Feature", "properties": {"id": "us2000ax3x", "mag": 4.0, "time": 1506752562800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1802, 15.1606, 44.16]}, "bbox": [-94.1802, 15.1606, -94.1802, 15.1606]}, {"id": "1140", "type": "Feature", "properties": {"id": "us2000ax3v", "mag": 5.5, "time": 1506752076970, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.0015, 32.3196, 10.0]}, "bbox": [105.0015, 32.3196, 105.0015, 32.3196]}, {"id": "1141", "type": "Feature", "properties": {"id": "nc72902116", "mag": 1.62, "time": 1506750865330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.599667, 37.407833, 9.53]}, "bbox": [-118.599667, 37.407833, -118.599667, 37.407833]}, {"id": "1142", "type": "Feature", "properties": {"id": "ci38015368", "mag": 1.67, "time": 1506750508810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.076333, 36.188833, 2.55]}, "bbox": [-118.076333, 36.188833, -118.076333, 36.188833]}, {"id": "1143", "type": "Feature", "properties": {"id": "mb80258359", "mag": 1.02, "time": 1506750398880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9725, 47.5955, 16.81]}, "bbox": [-113.9725, 47.5955, -113.9725, 47.5955]}, {"id": "1144", "type": "Feature", "properties": {"id": "us2000ax3j", "mag": 2.7, "time": 1506750040910, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.2913, 46.8038, 7.79]}, "bbox": [-112.2913, 46.8038, -112.2913, 46.8038]}, {"id": "1145", "type": "Feature", "properties": {"id": "ak16952767", "mag": 1.8, "time": 1506749904921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3454, 60.3536, 81.9]}, "bbox": [-152.3454, 60.3536, -152.3454, 60.3536]}, {"id": "1146", "type": "Feature", "properties": {"id": "ak16952766", "mag": 2.3, "time": 1506749189648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3954, 52.6671, 7.6]}, "bbox": [-169.3954, 52.6671, -169.3954, 52.6671]}, {"id": "1147", "type": "Feature", "properties": {"id": "us2000ax39", "mag": 4.5, "time": 1506748759440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.5825, -6.071, 46.79]}, "bbox": [146.5825, -6.071, 146.5825, -6.071]}, {"id": "1148", "type": "Feature", "properties": {"id": "nc72902081", "mag": 1.59, "time": 1506748525170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.603833, 3.81]}, "bbox": [-118.82, 37.603833, -118.82, 37.603833]}, {"id": "1149", "type": "Feature", "properties": {"id": "ak16989740", "mag": 1.2, "time": 1506747601510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7455, 63.2374, 127.9]}, "bbox": [-150.7455, 63.2374, -150.7455, 63.2374]}, {"id": "1150", "type": "Feature", "properties": {"id": "uu60250227", "mag": 1.55, "time": 1506747254170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416167, 42.576, 7.87]}, "bbox": [-111.416167, 42.576, -111.416167, 42.576]}, {"id": "1151", "type": "Feature", "properties": {"id": "ak16989738", "mag": 2.1, "time": 1506746345789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3938, 52.2402, 166.1]}, "bbox": [-176.3938, 52.2402, -176.3938, 52.2402]}, {"id": "1152", "type": "Feature", "properties": {"id": "us2000ax2y", "mag": 2.0, "time": 1506744973730, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.5373, 31.4264, 5.0]}, "bbox": [-103.5373, 31.4264, -103.5373, 31.4264]}, {"id": "1153", "type": "Feature", "properties": {"id": "us2000ax2z", "mag": 4.2, "time": 1506744770640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [56.8179, 27.8699, 10.0]}, "bbox": [56.8179, 27.8699, 56.8179, 27.8699]}, {"id": "1154", "type": "Feature", "properties": {"id": "ak16951924", "mag": 1.9, "time": 1506744732618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0884, 59.736, 45.6]}, "bbox": [-151.0884, 59.736, -151.0884, 59.736]}, {"id": "1155", "type": "Feature", "properties": {"id": "nc72902041", "mag": 1.11, "time": 1506744250250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.493667, -0.44]}, "bbox": [-118.833, 37.493667, -118.833, 37.493667]}, {"id": "1156", "type": "Feature", "properties": {"id": "ak16989735", "mag": 1.2, "time": 1506741220731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9578, 61.9828, 69.5]}, "bbox": [-150.9578, 61.9828, -150.9578, 61.9828]}, {"id": "1157", "type": "Feature", "properties": {"id": "ak16951083", "mag": 2.6, "time": 1506741030111, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6653, 59.3044, 110.5]}, "bbox": [-153.6653, 59.3044, -153.6653, 59.3044]}, {"id": "1158", "type": "Feature", "properties": {"id": "ak16989733", "mag": 1.9, "time": 1506739580500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7167, 57.5293, 92.2]}, "bbox": [-155.7167, 57.5293, -155.7167, 57.5293]}, {"id": "1159", "type": "Feature", "properties": {"id": "us2000ax2n", "mag": 4.5, "time": 1506739554570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [136.7409, -3.3243, 53.79]}, "bbox": [136.7409, -3.3243, 136.7409, -3.3243]}, {"id": "1160", "type": "Feature", "properties": {"id": "ak16951081", "mag": 1.2, "time": 1506738073140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.643, 59.7863, 2.1]}, "bbox": [-136.643, 59.7863, -136.643, 59.7863]}, {"id": "1161", "type": "Feature", "properties": {"id": "ci38015232", "mag": 1.78, "time": 1506737478680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.242833, 34.689, 2.49]}, "bbox": [-120.242833, 34.689, -120.242833, 34.689]}, {"id": "1162", "type": "Feature", "properties": {"id": "nm60207556", "mag": 1.6, "time": 1506737274410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.540333, 36.441167, 8.74]}, "bbox": [-89.540333, 36.441167, -89.540333, 36.441167]}, {"id": "1163", "type": "Feature", "properties": {"id": "ak16951079", "mag": 1.0, "time": 1506737168134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6248, 59.7789, 3.9]}, "bbox": [-136.6248, 59.7789, -136.6248, 59.7789]}, {"id": "1164", "type": "Feature", "properties": {"id": "ak16989730", "mag": 1.0, "time": 1506736917340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3855, 61.2392, 35.6]}, "bbox": [-149.3855, 61.2392, -149.3855, 61.2392]}, {"id": "1165", "type": "Feature", "properties": {"id": "ak16951077", "mag": 2.7, "time": 1506736523109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4182, 51.6603, 65.4]}, "bbox": [-175.4182, 51.6603, -175.4182, 51.6603]}, {"id": "1166", "type": "Feature", "properties": {"id": "nn00607629", "mag": 1.3, "time": 1506736488217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2269, 38.6102, 7.9]}, "bbox": [-118.2269, 38.6102, -118.2269, 38.6102]}, {"id": "1167", "type": "Feature", "properties": {"id": "ak16989728", "mag": 1.8, "time": 1506734962617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4354, 59.672, 120.4]}, "bbox": [-153.4354, 59.672, -153.4354, 59.672]}, {"id": "1168", "type": "Feature", "properties": {"id": "us2000ax2c", "mag": 4.2, "time": 1506734849800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1267, 15.2552, 35.18]}, "bbox": [-94.1267, 15.2552, -94.1267, 15.2552]}, {"id": "1169", "type": "Feature", "properties": {"id": "ci38015192", "mag": 1.59, "time": 1506734841110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.231333, 34.69, 2.26]}, "bbox": [-120.231333, 34.69, -120.231333, 34.69]}, {"id": "1170", "type": "Feature", "properties": {"id": "nc72901986", "mag": 1.53, "time": 1506733264430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604833, 4.25]}, "bbox": [-118.820667, 37.604833, -118.820667, 37.604833]}, {"id": "1171", "type": "Feature", "properties": {"id": "ak16950243", "mag": 1.5, "time": 1506732735872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8027, 59.8685, 4.1]}, "bbox": [-136.8027, 59.8685, -136.8027, 59.8685]}, {"id": "1172", "type": "Feature", "properties": {"id": "ak16989726", "mag": 1.2, "time": 1506732275435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7993, 62.6213, 100.3]}, "bbox": [-151.7993, 62.6213, -151.7993, 62.6213]}, {"id": "1173", "type": "Feature", "properties": {"id": "us2000b217", "mag": 4.4, "time": 1506731641840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5238, -17.429, 578.55]}, "bbox": [-178.5238, -17.429, -178.5238, -17.429]}, {"id": "1174", "type": "Feature", "properties": {"id": "nc72901976", "mag": 1.18, "time": 1506731621270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.608667, 4.18]}, "bbox": [-118.821, 37.608667, -118.821, 37.608667]}, {"id": "1175", "type": "Feature", "properties": {"id": "ak16950242", "mag": 1.2, "time": 1506731391196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6362, 63.7125, 120.2]}, "bbox": [-149.6362, 63.7125, -149.6362, 63.7125]}, {"id": "1176", "type": "Feature", "properties": {"id": "ak16989723", "mag": 1.7, "time": 1506730448510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6879, 60.1242, 106.3]}, "bbox": [-152.6879, 60.1242, -152.6879, 60.1242]}, {"id": "1177", "type": "Feature", "properties": {"id": "ci38015160", "mag": 1.92, "time": 1506730343820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0465, 33.1715, 3.57]}, "bbox": [-116.0465, 33.1715, -116.0465, 33.1715]}, {"id": "1178", "type": "Feature", "properties": {"id": "ak16950224", "mag": 2.7, "time": 1506729701559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9689, 62.8827, 10.6]}, "bbox": [-148.9689, 62.8827, -148.9689, 62.8827]}, {"id": "1179", "type": "Feature", "properties": {"id": "ci38015152", "mag": 2.71, "time": 1506729570740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.046167, 33.172833, 9.13]}, "bbox": [-116.046167, 33.172833, -116.046167, 33.172833]}, {"id": "1180", "type": "Feature", "properties": {"id": "ak16989254", "mag": 1.6, "time": 1506729481572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2839, 51.9212, 67.7]}, "bbox": [-174.2839, 51.9212, -174.2839, 51.9212]}, {"id": "1181", "type": "Feature", "properties": {"id": "ak16950219", "mag": 1.3, "time": 1506729013003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9672, 64.4141, 9.0]}, "bbox": [-146.9672, 64.4141, -146.9672, 64.4141]}, {"id": "1182", "type": "Feature", "properties": {"id": "ak16950216", "mag": 1.6, "time": 1506728300228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1933, 61.9028, 3.7]}, "bbox": [-149.1933, 61.9028, -149.1933, 61.9028]}, {"id": "1183", "type": "Feature", "properties": {"id": "us2000ax17", "mag": 4.7, "time": 1506727132760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.696, 13.6996, 135.75]}, "bbox": [120.696, 13.6996, 120.696, 13.6996]}, {"id": "1184", "type": "Feature", "properties": {"id": "ak16949390", "mag": 2.0, "time": 1506727039137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6767, 61.5138, 15.3]}, "bbox": [-140.6767, 61.5138, -140.6767, 61.5138]}, {"id": "1185", "type": "Feature", "properties": {"id": "ak16949386", "mag": 1.2, "time": 1506726713734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3628, 64.9795, 0.0]}, "bbox": [-147.3628, 64.9795, -147.3628, 64.9795]}, {"id": "1186", "type": "Feature", "properties": {"id": "nc72901936", "mag": 1.7, "time": 1506726391160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 4.2]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1187", "type": "Feature", "properties": {"id": "ci38015128", "mag": 1.14, "time": 1506725917420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.499833, 4.55]}, "bbox": [-116.794167, 33.499833, -116.794167, 33.499833]}, {"id": "1188", "type": "Feature", "properties": {"id": "us2000ax0h", "mag": 4.3, "time": 1506725523560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.9693, 6.7514, 162.39]}, "bbox": [-72.9693, 6.7514, -72.9693, 6.7514]}, {"id": "1189", "type": "Feature", "properties": {"id": "nc72901926", "mag": 1.27, "time": 1506725219450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.6045, 3.92]}, "bbox": [-118.819667, 37.6045, -118.819667, 37.6045]}, {"id": "1190", "type": "Feature", "properties": {"id": "ak16989247", "mag": 1.4, "time": 1506725194385, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2194, 60.3483, 70.5]}, "bbox": [-151.2194, 60.3483, -151.2194, 60.3483]}, {"id": "1191", "type": "Feature", "properties": {"id": "nc72901921", "mag": 1.68, "time": 1506724972140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.0515, 10.15]}, "bbox": [-118.7985, 38.0515, -118.7985, 38.0515]}, {"id": "1192", "type": "Feature", "properties": {"id": "us2000b0b0", "mag": 4.2, "time": 1506724750370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7775, 14.8225, 10.0]}, "bbox": [-93.7775, 14.8225, -93.7775, 14.8225]}, {"id": "1193", "type": "Feature", "properties": {"id": "us2000awzq", "mag": 4.2, "time": 1506724590080, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1967, -31.7027, 34.99]}, "bbox": [-72.1967, -31.7027, -72.1967, -31.7027]}, {"id": "1194", "type": "Feature", "properties": {"id": "uu60250212", "mag": 1.71, "time": 1506723678770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 44.419, 8.43]}, "bbox": [-110.33, 44.419, -110.33, 44.419]}, {"id": "1195", "type": "Feature", "properties": {"id": "ak16948452", "mag": 1.0, "time": 1506723638356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5236, 61.0736, 4.6]}, "bbox": [-146.5236, 61.0736, -146.5236, 61.0736]}, {"id": "1196", "type": "Feature", "properties": {"id": "uu60250207", "mag": 0.97, "time": 1506723591620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.331, 44.419667, 7.85]}, "bbox": [-110.331, 44.419667, -110.331, 44.419667]}, {"id": "1197", "type": "Feature", "properties": {"id": "ak16948450", "mag": 2.2, "time": 1506723243356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3899, 51.6225, 6.6]}, "bbox": [-178.3899, 51.6225, -178.3899, 51.6225]}, {"id": "1198", "type": "Feature", "properties": {"id": "ak16989243", "mag": 1.8, "time": 1506723039650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6224, 58.8526, 127.8]}, "bbox": [-154.6224, 58.8526, -154.6224, 58.8526]}, {"id": "1199", "type": "Feature", "properties": {"id": "ci38015088", "mag": 2.26, "time": 1506722552150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2355, 34.1175, 22.24]}, "bbox": [-119.2355, 34.1175, -119.2355, 34.1175]}, {"id": "1200", "type": "Feature", "properties": {"id": "us2000awz1", "mag": 4.9, "time": 1506721850800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0878, 15.2008, 58.14]}, "bbox": [-94.0878, 15.2008, -94.0878, 15.2008]}, {"id": "1201", "type": "Feature", "properties": {"id": "us2000awyk", "mag": 3.0, "time": 1506721368710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.71, 43.4329, 10.0]}, "bbox": [-126.71, 43.4329, -126.71, 43.4329]}, {"id": "1202", "type": "Feature", "properties": {"id": "us2000awyj", "mag": 2.5, "time": 1506721170670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8727, 36.4662, 8.25]}, "bbox": [-96.8727, 36.4662, -96.8727, 36.4662]}, {"id": "1203", "type": "Feature", "properties": {"id": "ak16948433", "mag": 1.1, "time": 1506720878279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 63.5145, 7.6]}, "bbox": [-147.3481, 63.5145, -147.3481, 63.5145]}, {"id": "1204", "type": "Feature", "properties": {"id": "ci38015064", "mag": 1.38, "time": 1506720751740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9775, 33.998333, 5.0]}, "bbox": [-116.9775, 33.998333, -116.9775, 33.998333]}, {"id": "1205", "type": "Feature", "properties": {"id": "nc72901896", "mag": 1.79, "time": 1506720632350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 3.82]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1206", "type": "Feature", "properties": {"id": "ak16948427", "mag": 2.1, "time": 1506720336314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3588, 61.6517, 20.5]}, "bbox": [-148.3588, 61.6517, -148.3588, 61.6517]}, {"id": "1207", "type": "Feature", "properties": {"id": "nc72901891", "mag": 2.87, "time": 1506720104700, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.352667, 38.643167, 5.77]}, "bbox": [-122.352667, 38.643167, -122.352667, 38.643167]}, {"id": "1208", "type": "Feature", "properties": {"id": "us2000ax7e", "mag": 2.5, "time": 1506719402880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5572, 49.4225, 5.0]}, "bbox": [-120.5572, 49.4225, -120.5572, 49.4225]}, {"id": "1209", "type": "Feature", "properties": {"id": "us2000awxt", "mag": 4.4, "time": 1506718802820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8406, 16.1453, 55.29]}, "bbox": [-94.8406, 16.1453, -94.8406, 16.1453]}, {"id": "1210", "type": "Feature", "properties": {"id": "nc72901871", "mag": 1.92, "time": 1506717945880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878667, 37.535, 2.9]}, "bbox": [-118.878667, 37.535, -118.878667, 37.535]}, {"id": "1211", "type": "Feature", "properties": {"id": "ci38015016", "mag": 1.05, "time": 1506717237070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.142333, 33.336167, -0.44]}, "bbox": [-117.142333, 33.336167, -117.142333, 33.336167]}, {"id": "1212", "type": "Feature", "properties": {"id": "us2000awx6", "mag": 4.7, "time": 1506717060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3377, 14.7629, 21.4]}, "bbox": [-94.3377, 14.7629, -94.3377, 14.7629]}, {"id": "1213", "type": "Feature", "properties": {"id": "nc72901856", "mag": 1.02, "time": 1506716541140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.722, 38.777668, 1.65]}, "bbox": [-122.722, 38.777668, -122.722, 38.777668]}, {"id": "1214", "type": "Feature", "properties": {"id": "mb80258329", "mag": 1.68, "time": 1506716143860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.210167, 46.588333, 0.3]}, "bbox": [-112.210167, 46.588333, -112.210167, 46.588333]}, {"id": "1215", "type": "Feature", "properties": {"id": "ak16989238", "mag": 1.6, "time": 1506715318085, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.6762, 51.2251, 46.8]}, "bbox": [-178.6762, 51.2251, -178.6762, 51.2251]}, {"id": "1216", "type": "Feature", "properties": {"id": "ci38015000", "mag": 1.05, "time": 1506715194050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.174667, 33.223167, -0.31]}, "bbox": [-117.174667, 33.223167, -117.174667, 33.223167]}, {"id": "1217", "type": "Feature", "properties": {"id": "ak16989237", "mag": 1.3, "time": 1506715107803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4109, 51.6654, 14.9]}, "bbox": [-178.4109, 51.6654, -178.4109, 51.6654]}, {"id": "1218", "type": "Feature", "properties": {"id": "ak16989236", "mag": 1.8, "time": 1506714300796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0656, 51.6073, 13.2]}, "bbox": [-173.0656, 51.6073, -173.0656, 51.6073]}, {"id": "1219", "type": "Feature", "properties": {"id": "ak16946778", "mag": 1.8, "time": 1506713921345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0358, 59.8156, 103.9]}, "bbox": [-153.0358, 59.8156, -153.0358, 59.8156]}, {"id": "1220", "type": "Feature", "properties": {"id": "us2000awvi", "mag": 4.7, "time": 1506713408290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8244, 14.6951, 25.26]}, "bbox": [-93.8244, 14.6951, -93.8244, 14.6951]}, {"id": "1221", "type": "Feature", "properties": {"id": "us2000awvc", "mag": 5.3, "time": 1506713101350, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.0808, 53.2159, 47.81]}, "bbox": [160.0808, 53.2159, 160.0808, 53.2159]}, {"id": "1222", "type": "Feature", "properties": {"id": "nc72901811", "mag": 1.13, "time": 1506712684050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839833, 37.5695, 1.15]}, "bbox": [-118.839833, 37.5695, -118.839833, 37.5695]}, {"id": "1223", "type": "Feature", "properties": {"id": "ci38014936", "mag": 1.22, "time": 1506711284740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.962833, 36.582167, 5.17]}, "bbox": [-117.962833, 36.582167, -117.962833, 36.582167]}, {"id": "1224", "type": "Feature", "properties": {"id": "ak16945947", "mag": 1.1, "time": 1506711226973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7372, 61.7159, 11.2]}, "bbox": [-149.7372, 61.7159, -149.7372, 61.7159]}, {"id": "1225", "type": "Feature", "properties": {"id": "uw61335536", "mag": 1.21, "time": 1506711131520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5445, 46.492667, -1.15]}, "bbox": [-122.5445, 46.492667, -122.5445, 46.492667]}, {"id": "1226", "type": "Feature", "properties": {"id": "nc72901801", "mag": 1.03, "time": 1506711093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.840332, 38.841, 1.28]}, "bbox": [-122.840332, 38.841, -122.840332, 38.841]}, {"id": "1227", "type": "Feature", "properties": {"id": "ci38014904", "mag": 1.27, "time": 1506710840540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351833, 35.050333, -1.01]}, "bbox": [-118.351833, 35.050333, -118.351833, 35.050333]}, {"id": "1228", "type": "Feature", "properties": {"id": "nc72901786", "mag": 1.25, "time": 1506710565410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.638, 38.771, 3.08]}, "bbox": [-122.638, 38.771, -122.638, 38.771]}, {"id": "1229", "type": "Feature", "properties": {"id": "nc72901781", "mag": 1.14, "time": 1506710562310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.813333, 37.477, 10.6]}, "bbox": [-118.813333, 37.477, -118.813333, 37.477]}, {"id": "1230", "type": "Feature", "properties": {"id": "us2000ax1j", "mag": 2.6, "time": 1506708957540, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.9812, 40.4991, 10.41]}, "bbox": [-126.9812, 40.4991, -126.9812, 40.4991]}, {"id": "1231", "type": "Feature", "properties": {"id": "uu60250167", "mag": 1.43, "time": 1506708811550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408333, 42.627833, 0.01]}, "bbox": [-111.408333, 42.627833, -111.408333, 42.627833]}, {"id": "1232", "type": "Feature", "properties": {"id": "ak16945940", "mag": 2.2, "time": 1506708598408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 65.8694, 11.3]}, "bbox": [-150.1805, 65.8694, -150.1805, 65.8694]}, {"id": "1233", "type": "Feature", "properties": {"id": "us2000awu0", "mag": 4.4, "time": 1506708535930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7041, -29.9428, 24.5]}, "bbox": [-71.7041, -29.9428, -71.7041, -29.9428]}, {"id": "1234", "type": "Feature", "properties": {"id": "ak16989230", "mag": 1.2, "time": 1506708266694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5133, 51.924, 29.7]}, "bbox": [-178.5133, 51.924, -178.5133, 51.924]}, {"id": "1235", "type": "Feature", "properties": {"id": "nc72901741", "mag": 0.97, "time": 1506707146210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.608833, 3.97]}, "bbox": [-118.823167, 37.608833, -118.823167, 37.608833]}, {"id": "1236", "type": "Feature", "properties": {"id": "ak16945938", "mag": 1.3, "time": 1506706984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5563, 65.3108, 1.7]}, "bbox": [-161.5563, 65.3108, -161.5563, 65.3108]}, {"id": "1237", "type": "Feature", "properties": {"id": "ak16945133", "mag": 1.4, "time": 1506706312872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5157, 60.0338, 76.1]}, "bbox": [-151.5157, 60.0338, -151.5157, 60.0338]}, {"id": "1238", "type": "Feature", "properties": {"id": "ak16945129", "mag": 1.8, "time": 1506705516485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4094, 62.2086, 43.2]}, "bbox": [-146.4094, 62.2086, -146.4094, 62.2086]}, {"id": "1239", "type": "Feature", "properties": {"id": "nc72901691", "mag": 1.19, "time": 1506705001740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.604, 4.23]}, "bbox": [-118.819833, 37.604, -118.819833, 37.604]}, {"id": "1240", "type": "Feature", "properties": {"id": "ak16945122", "mag": 2.7, "time": 1506704480054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3979, 51.6138, 9.1]}, "bbox": [-178.3979, 51.6138, -178.3979, 51.6138]}, {"id": "1241", "type": "Feature", "properties": {"id": "ak16945116", "mag": 1.6, "time": 1506703818483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7333, 62.8722, 95.5]}, "bbox": [-150.7333, 62.8722, -150.7333, 62.8722]}, {"id": "1242", "type": "Feature", "properties": {"id": "nc72901686", "mag": 1.37, "time": 1506703671060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763167, 38.815, 1.59]}, "bbox": [-122.763167, 38.815, -122.763167, 38.815]}, {"id": "1243", "type": "Feature", "properties": {"id": "ak16989222", "mag": 1.3, "time": 1506703480244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9223, 60.0784, 5.3]}, "bbox": [-141.9223, 60.0784, -141.9223, 60.0784]}, {"id": "1244", "type": "Feature", "properties": {"id": "us2000aws4", "mag": 4.2, "time": 1506703454020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2978, -24.5018, 178.46]}, "bbox": [-67.2978, -24.5018, -67.2978, -24.5018]}, {"id": "1245", "type": "Feature", "properties": {"id": "ak16945111", "mag": 1.4, "time": 1506703443591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3415, 60.1469, 0.0]}, "bbox": [-141.3415, 60.1469, -141.3415, 60.1469]}, {"id": "1246", "type": "Feature", "properties": {"id": "us2000aws9", "mag": 2.8, "time": 1506703434610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.561, 46.8309, 5.0]}, "bbox": [-112.561, 46.8309, -112.561, 46.8309]}, {"id": "1247", "type": "Feature", "properties": {"id": "ak16945098", "mag": 2.9, "time": 1506703414975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2265, 52.0599, 4.0]}, "bbox": [-176.2265, 52.0599, -176.2265, 52.0599]}, {"id": "1248", "type": "Feature", "properties": {"id": "nc72901676", "mag": 1.08, "time": 1506702827030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.573667, 2.96]}, "bbox": [-118.8685, 37.573667, -118.8685, 37.573667]}, {"id": "1249", "type": "Feature", "properties": {"id": "ci38014752", "mag": 1.38, "time": 1506702364640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9525, 33.161667, 8.71]}, "bbox": [-115.9525, 33.161667, -115.9525, 33.161667]}, {"id": "1250", "type": "Feature", "properties": {"id": "nc72901666", "mag": 2.1, "time": 1506702098440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604167, 4.23]}, "bbox": [-118.822, 37.604167, -118.822, 37.604167]}, {"id": "1251", "type": "Feature", "properties": {"id": "hv61926636", "mag": 2.18, "time": 1506702014920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.601833, 20.052667, 34.47]}, "bbox": [-155.601833, 20.052667, -155.601833, 20.052667]}, {"id": "1252", "type": "Feature", "properties": {"id": "ak16944301", "mag": 1.2, "time": 1506702004530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4859, 61.9357, 38.3]}, "bbox": [-147.4859, 61.9357, -147.4859, 61.9357]}, {"id": "1253", "type": "Feature", "properties": {"id": "us2000awn9", "mag": 4.6, "time": 1506701320270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.6565, 36.9513, 89.38]}, "bbox": [30.6565, 36.9513, 30.6565, 36.9513]}, {"id": "1254", "type": "Feature", "properties": {"id": "nc72901651", "mag": 1.66, "time": 1506701302480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.628333, 36.892667, -0.13]}, "bbox": [-121.628333, 36.892667, -121.628333, 36.892667]}, {"id": "1255", "type": "Feature", "properties": {"id": "us2000awp8", "mag": 5.0, "time": 1506701291670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8294, 21.3911, 69.37]}, "bbox": [143.8294, 21.3911, 143.8294, 21.3911]}, {"id": "1256", "type": "Feature", "properties": {"id": "ak16944298", "mag": 1.9, "time": 1506700558070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3591, 59.6184, 107.1]}, "bbox": [-153.3591, 59.6184, -153.3591, 59.6184]}, {"id": "1257", "type": "Feature", "properties": {"id": "ak16944296", "mag": 1.5, "time": 1506699999652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.347, 60.6887, 39.3]}, "bbox": [-150.347, 60.6887, -150.347, 60.6887]}, {"id": "1258", "type": "Feature", "properties": {"id": "ak16944295", "mag": 2.3, "time": 1506699741265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4266, 51.6803, 2.6]}, "bbox": [-174.4266, 51.6803, -174.4266, 51.6803]}, {"id": "1259", "type": "Feature", "properties": {"id": "ak16944283", "mag": 3.0, "time": 1506699614700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.523, 51.6975, 12.1]}, "bbox": [-178.523, 51.6975, -178.523, 51.6975]}, {"id": "1260", "type": "Feature", "properties": {"id": "ak16989214", "mag": 1.4, "time": 1506699333969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5572, 51.8006, 17.4]}, "bbox": [-178.5572, 51.8006, -178.5572, 51.8006]}, {"id": "1261", "type": "Feature", "properties": {"id": "ak16944280", "mag": 1.6, "time": 1506699330322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4554, 63.4968, 4.1]}, "bbox": [-146.4554, 63.4968, -146.4554, 63.4968]}, {"id": "1262", "type": "Feature", "properties": {"id": "us2000awju", "mag": 4.4, "time": 1506698634990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.674, 15.7931, 74.04]}, "bbox": [-94.674, 15.7931, -94.674, 15.7931]}, {"id": "1263", "type": "Feature", "properties": {"id": "nc72901616", "mag": 1.45, "time": 1506698546300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.190833, 36.066, 9.01]}, "bbox": [-120.190833, 36.066, -120.190833, 36.066]}, {"id": "1264", "type": "Feature", "properties": {"id": "nc72901611", "mag": 1.16, "time": 1506698374110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.606167, 4.24]}, "bbox": [-118.820167, 37.606167, -118.820167, 37.606167]}, {"id": "1265", "type": "Feature", "properties": {"id": "uu60250142", "mag": 1.31, "time": 1506698139210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.502167, 42.0255, -0.68]}, "bbox": [-112.502167, 42.0255, -112.502167, 42.0255]}, {"id": "1266", "type": "Feature", "properties": {"id": "ak16989212", "mag": 1.5, "time": 1506697780188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1692, 61.0412, 92.6]}, "bbox": [-152.1692, 61.0412, -152.1692, 61.0412]}, {"id": "1267", "type": "Feature", "properties": {"id": "nc72901601", "mag": 1.58, "time": 1506697356900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.603833, 3.81]}, "bbox": [-118.8215, 37.603833, -118.8215, 37.603833]}, {"id": "1268", "type": "Feature", "properties": {"id": "ak16944278", "mag": 1.3, "time": 1506696524699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2498, 63.4064, 80.5]}, "bbox": [-147.2498, 63.4064, -147.2498, 63.4064]}, {"id": "1269", "type": "Feature", "properties": {"id": "ak16943485", "mag": 1.7, "time": 1506695993154, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7332, 58.8106, 5.8]}, "bbox": [-153.7332, 58.8106, -153.7332, 58.8106]}, {"id": "1270", "type": "Feature", "properties": {"id": "ak16943478", "mag": 1.7, "time": 1506695477590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7502, 58.8134, 7.3]}, "bbox": [-153.7502, 58.8134, -153.7502, 58.8134]}, {"id": "1271", "type": "Feature", "properties": {"id": "us2000awj3", "mag": 2.5, "time": 1506695343600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0981, 36.3324, 6.543]}, "bbox": [-98.0981, 36.3324, -98.0981, 36.3324]}, {"id": "1272", "type": "Feature", "properties": {"id": "ak16943471", "mag": 2.5, "time": 1506695221683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9597, 58.9824, 104.1]}, "bbox": [-153.9597, 58.9824, -153.9597, 58.9824]}, {"id": "1273", "type": "Feature", "properties": {"id": "uu60250137", "mag": 1.65, "time": 1506694436450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506667, 42.031167, 2.68]}, "bbox": [-112.506667, 42.031167, -112.506667, 42.031167]}, {"id": "1274", "type": "Feature", "properties": {"id": "ak16943466", "mag": 1.3, "time": 1506694161233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3879, 63.5817, 1.1]}, "bbox": [-147.3879, 63.5817, -147.3879, 63.5817]}, {"id": "1275", "type": "Feature", "properties": {"id": "ak16989205", "mag": 2.0, "time": 1506693991548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2136, 52.0676, 4.5]}, "bbox": [-176.2136, 52.0676, -176.2136, 52.0676]}, {"id": "1276", "type": "Feature", "properties": {"id": "nc72901566", "mag": 2.08, "time": 1506693960730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862333, 37.5625, 4.47]}, "bbox": [-118.862333, 37.5625, -118.862333, 37.5625]}, {"id": "1277", "type": "Feature", "properties": {"id": "ak16943439", "mag": 1.3, "time": 1506693558920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0206, 61.729, 33.9]}, "bbox": [-148.0206, 61.729, -148.0206, 61.729]}, {"id": "1278", "type": "Feature", "properties": {"id": "ci38014568", "mag": 2.51, "time": 1506693023860, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.270167, 33.67, 4.47]}, "bbox": [-118.270167, 33.67, -118.270167, 33.67]}, {"id": "1279", "type": "Feature", "properties": {"id": "us2000awib", "mag": 5.0, "time": 1506692997440, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [67.9437, 39.8728, 20.04]}, "bbox": [67.9437, 39.8728, 67.9437, 39.8728]}, {"id": "1280", "type": "Feature", "properties": {"id": "nc72901551", "mag": 1.74, "time": 1506692955010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605667, 4.05]}, "bbox": [-118.821167, 37.605667, -118.821167, 37.605667]}, {"id": "1281", "type": "Feature", "properties": {"id": "nc72901546", "mag": 2.76, "time": 1506692724780, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.606167, 4.07]}, "bbox": [-118.822, 37.606167, -118.822, 37.606167]}, {"id": "1282", "type": "Feature", "properties": {"id": "ak16942648", "mag": 1.5, "time": 1506692473989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3697, 60.1847, 0.0]}, "bbox": [-141.3697, 60.1847, -141.3697, 60.1847]}, {"id": "1283", "type": "Feature", "properties": {"id": "uu60250132", "mag": 1.79, "time": 1506692243980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.543833, 7.0]}, "bbox": [-111.431, 42.543833, -111.431, 42.543833]}, {"id": "1284", "type": "Feature", "properties": {"id": "mb80258279", "mag": 1.06, "time": 1506691959070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.8625, 13.38]}, "bbox": [-112.531833, 46.8625, -112.531833, 46.8625]}, {"id": "1285", "type": "Feature", "properties": {"id": "nc72901536", "mag": 1.82, "time": 1506691724930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.605667, 4.02]}, "bbox": [-118.821, 37.605667, -118.821, 37.605667]}, {"id": "1286", "type": "Feature", "properties": {"id": "nn00607504", "mag": 1.8, "time": 1506690215490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7002, 37.7048, 16.9]}, "bbox": [-117.7002, 37.7048, -117.7002, 37.7048]}, {"id": "1287", "type": "Feature", "properties": {"id": "ak16942645", "mag": 2.8, "time": 1506689890335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2102, 52.0495, 4.8]}, "bbox": [-176.2102, 52.0495, -176.2102, 52.0495]}, {"id": "1288", "type": "Feature", "properties": {"id": "hv61926461", "mag": 1.62, "time": 1506689375520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457667, 19.1075, 28.777]}, "bbox": [-155.457667, 19.1075, -155.457667, 19.1075]}, {"id": "1289", "type": "Feature", "properties": {"id": "ci38014488", "mag": 1.71, "time": 1506688966950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.030167, 36.589833, 2.83]}, "bbox": [-118.030167, 36.589833, -118.030167, 36.589833]}, {"id": "1290", "type": "Feature", "properties": {"id": "uu60250122", "mag": 1.68, "time": 1506688495310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.410833, 42.548333, 8.8]}, "bbox": [-111.410833, 42.548333, -111.410833, 42.548333]}, {"id": "1291", "type": "Feature", "properties": {"id": "ci38014464", "mag": 1.51, "time": 1506688363340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.292833, 33.924, 11.12]}, "bbox": [-118.292833, 33.924, -118.292833, 33.924]}, {"id": "1292", "type": "Feature", "properties": {"id": "uu60250117", "mag": 1.2, "time": 1506688147640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.451, 42.651167, 3.75]}, "bbox": [-111.451, 42.651167, -111.451, 42.651167]}, {"id": "1293", "type": "Feature", "properties": {"id": "nn00607501", "mag": 1.5, "time": 1506687351344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1244, 38.2711, 14.1]}, "bbox": [-119.1244, 38.2711, -119.1244, 38.2711]}, {"id": "1294", "type": "Feature", "properties": {"id": "mb80258269", "mag": 1.01, "time": 1506686927230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.712667, 47.670333, 12.54]}, "bbox": [-113.712667, 47.670333, -113.712667, 47.670333]}, {"id": "1295", "type": "Feature", "properties": {"id": "hv61926436", "mag": 2.78, "time": 1506686302190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.030667, 19.839833, 12.705]}, "bbox": [-155.030667, 19.839833, -155.030667, 19.839833]}, {"id": "1296", "type": "Feature", "properties": {"id": "ak16941853", "mag": 1.9, "time": 1506685697166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2959, 57.1271, 73.2]}, "bbox": [-155.2959, 57.1271, -155.2959, 57.1271]}, {"id": "1297", "type": "Feature", "properties": {"id": "us2000awh4", "mag": 4.5, "time": 1506685520260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0117, 15.1312, 54.94]}, "bbox": [-94.0117, 15.1312, -94.0117, 15.1312]}, {"id": "1298", "type": "Feature", "properties": {"id": "ak16941849", "mag": 1.4, "time": 1506685238756, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2101, 65.8679, 9.7]}, "bbox": [-150.2101, 65.8679, -150.2101, 65.8679]}, {"id": "1299", "type": "Feature", "properties": {"id": "us2000awh2", "mag": 3.2, "time": 1506684953300, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.3739, 35.8708, 5.0]}, "bbox": [-105.3739, 35.8708, -105.3739, 35.8708]}, {"id": "1300", "type": "Feature", "properties": {"id": "nc72901446", "mag": 1.81, "time": 1506683864270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.5745, 2.94]}, "bbox": [-118.8685, 37.5745, -118.8685, 37.5745]}, {"id": "1301", "type": "Feature", "properties": {"id": "ak16989195", "mag": 2.8, "time": 1506683238639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.2168, 53.4134, 215.5]}, "bbox": [-170.2168, 53.4134, -170.2168, 53.4134]}, {"id": "1302", "type": "Feature", "properties": {"id": "ak16941846", "mag": 2.8, "time": 1506683013276, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4342, 51.6411, 13.4]}, "bbox": [-178.4342, 51.6411, -178.4342, 51.6411]}, {"id": "1303", "type": "Feature", "properties": {"id": "ci38014408", "mag": 1.09, "time": 1506682934740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.248167, 34.684167, 3.67]}, "bbox": [-120.248167, 34.684167, -120.248167, 34.684167]}, {"id": "1304", "type": "Feature", "properties": {"id": "ci38014400", "mag": 1.41, "time": 1506682423780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6475, 32.295833, 17.59]}, "bbox": [-116.6475, 32.295833, -116.6475, 32.295833]}, {"id": "1305", "type": "Feature", "properties": {"id": "uw61335391", "mag": 1.31, "time": 1506682259150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.713833, 45.779, 4.47]}, "bbox": [-121.713833, 45.779, -121.713833, 45.779]}, {"id": "1306", "type": "Feature", "properties": {"id": "nn00607493", "mag": 1.3, "time": 1506681999912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1157, 38.2921, 8.5]}, "bbox": [-119.1157, 38.2921, -119.1157, 38.2921]}, {"id": "1307", "type": "Feature", "properties": {"id": "us2000awgp", "mag": 4.0, "time": 1506681630910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.1308, 51.5953, 10.0]}, "bbox": [-168.1308, 51.5953, -168.1308, 51.5953]}, {"id": "1308", "type": "Feature", "properties": {"id": "ci38014376", "mag": 2.27, "time": 1506680323320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.236167, 34.686333, 2.51]}, "bbox": [-120.236167, 34.686333, -120.236167, 34.686333]}, {"id": "1309", "type": "Feature", "properties": {"id": "nc72901411", "mag": 1.72, "time": 1506679482310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.606833, 4.18]}, "bbox": [-118.821833, 37.606833, -118.821833, 37.606833]}, {"id": "1310", "type": "Feature", "properties": {"id": "uu60250092", "mag": 1.5, "time": 1506678952480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.556667, 7.57]}, "bbox": [-111.408833, 42.556667, -111.408833, 42.556667]}, {"id": "1311", "type": "Feature", "properties": {"id": "nc72901396", "mag": 1.23, "time": 1506677982920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0275, 36.556333, 6.7]}, "bbox": [-121.0275, 36.556333, -121.0275, 36.556333]}, {"id": "1312", "type": "Feature", "properties": {"id": "ci38014304", "mag": 1.52, "time": 1506677845800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.502667, 4.26]}, "bbox": [-116.798333, 33.502667, -116.798333, 33.502667]}, {"id": "1313", "type": "Feature", "properties": {"id": "uu60250087", "mag": 1.18, "time": 1506677776470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.772667, 41.2685, 12.53]}, "bbox": [-111.772667, 41.2685, -111.772667, 41.2685]}, {"id": "1314", "type": "Feature", "properties": {"id": "us2000awgf", "mag": 4.7, "time": 1506677102490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7467, 21.3618, 39.87]}, "bbox": [143.7467, 21.3618, 143.7467, 21.3618]}, {"id": "1315", "type": "Feature", "properties": {"id": "ak16989192", "mag": 1.2, "time": 1506676690210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7405, 63.338, 95.8]}, "bbox": [-149.7405, 63.338, -149.7405, 63.338]}, {"id": "1316", "type": "Feature", "properties": {"id": "ci38014288", "mag": 1.53, "time": 1506676635710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.671, 33.215333, 3.29]}, "bbox": [-115.671, 33.215333, -115.671, 33.215333]}, {"id": "1317", "type": "Feature", "properties": {"id": "nc72901376", "mag": 1.15, "time": 1506676399250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.776001, 1.56]}, "bbox": [-122.721832, 38.776001, -122.721832, 38.776001]}, {"id": "1318", "type": "Feature", "properties": {"id": "nc72901366", "mag": 1.25, "time": 1506676178310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838167, 37.489833, 1.0]}, "bbox": [-118.838167, 37.489833, -118.838167, 37.489833]}, {"id": "1319", "type": "Feature", "properties": {"id": "nn00607489", "mag": 1.9, "time": 1506676166910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2245, 38.4923, 40.0]}, "bbox": [-119.2245, 38.4923, -119.2245, 38.4923]}, {"id": "1320", "type": "Feature", "properties": {"id": "ak16989191", "mag": 1.8, "time": 1506675279572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0102, 58.492, 85.1]}, "bbox": [-154.0102, 58.492, -154.0102, 58.492]}, {"id": "1321", "type": "Feature", "properties": {"id": "ak16989190", "mag": 1.3, "time": 1506674952846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1298, 60.9057, 47.4]}, "bbox": [-150.1298, 60.9057, -150.1298, 60.9057]}, {"id": "1322", "type": "Feature", "properties": {"id": "us2000awfl", "mag": 4.4, "time": 1506674809710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.929, 14.9856, 43.22]}, "bbox": [-93.929, 14.9856, -93.929, 14.9856]}, {"id": "1323", "type": "Feature", "properties": {"id": "uu60250082", "mag": 1.77, "time": 1506674053050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7785, 38.186667, 4.92]}, "bbox": [-112.7785, 38.186667, -112.7785, 38.186667]}, {"id": "1324", "type": "Feature", "properties": {"id": "ak16989188", "mag": 1.8, "time": 1506673945397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.291, 51.5518, 1.2]}, "bbox": [-176.291, 51.5518, -176.291, 51.5518]}, {"id": "1325", "type": "Feature", "properties": {"id": "ak16940268", "mag": 1.1, "time": 1506673847917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1687, 63.2488, 4.7]}, "bbox": [-151.1687, 63.2488, -151.1687, 63.2488]}, {"id": "1326", "type": "Feature", "properties": {"id": "nc72901291", "mag": 1.25, "time": 1506673221590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898667, 37.523167, 12.92]}, "bbox": [-118.898667, 37.523167, -118.898667, 37.523167]}, {"id": "1327", "type": "Feature", "properties": {"id": "ak16940267", "mag": 1.0, "time": 1506672847451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5017, 66.1069, 17.1]}, "bbox": [-150.5017, 66.1069, -150.5017, 66.1069]}, {"id": "1328", "type": "Feature", "properties": {"id": "ci38014192", "mag": 1.18, "time": 1506671965070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4335, 34.163833, 7.61]}, "bbox": [-117.4335, 34.163833, -117.4335, 34.163833]}, {"id": "1329", "type": "Feature", "properties": {"id": "us2000awf5", "mag": 4.2, "time": 1506671826720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3467, 33.9272, 10.0]}, "bbox": [90.3467, 33.9272, 90.3467, 33.9272]}, {"id": "1330", "type": "Feature", "properties": {"id": "nn00607584", "mag": 1.4, "time": 1506671521193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1177, 38.2758, 11.8]}, "bbox": [-119.1177, 38.2758, -119.1177, 38.2758]}, {"id": "1331", "type": "Feature", "properties": {"id": "ci38014184", "mag": 2.46, "time": 1506671466000, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978833, 33.994167, 4.88]}, "bbox": [-116.978833, 33.994167, -116.978833, 33.994167]}, {"id": "1332", "type": "Feature", "properties": {"id": "nn00607484", "mag": 1.8, "time": 1506671441804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1188, 38.2704, 11.7]}, "bbox": [-119.1188, 38.2704, -119.1188, 38.2704]}, {"id": "1333", "type": "Feature", "properties": {"id": "nc72901256", "mag": 1.15, "time": 1506670814700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.808833, 0.67]}, "bbox": [-122.8105, 38.808833, -122.8105, 38.808833]}, {"id": "1334", "type": "Feature", "properties": {"id": "nc72901241", "mag": 1.25, "time": 1506670284580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989667, 36.427667, 2.31]}, "bbox": [-120.989667, 36.427667, -120.989667, 36.427667]}, {"id": "1335", "type": "Feature", "properties": {"id": "nc72901231", "mag": 1.07, "time": 1506669441060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.540833, 37.406667, 8.01]}, "bbox": [-118.540833, 37.406667, -118.540833, 37.406667]}, {"id": "1336", "type": "Feature", "properties": {"id": "uw61335361", "mag": 1.94, "time": 1506668594230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.733667, 47.824, 24.16]}, "bbox": [-122.733667, 47.824, -122.733667, 47.824]}, {"id": "1337", "type": "Feature", "properties": {"id": "us2000awej", "mag": 4.2, "time": 1506668295660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [55.3123, 28.2886, 10.0]}, "bbox": [55.3123, 28.2886, 55.3123, 28.2886]}, {"id": "1338", "type": "Feature", "properties": {"id": "nc72901196", "mag": 0.96, "time": 1506668052570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.571833, 36.012667, 3.67]}, "bbox": [-120.571833, 36.012667, -120.571833, 36.012667]}, {"id": "1339", "type": "Feature", "properties": {"id": "ak16940266", "mag": 1.2, "time": 1506668048758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5877, 62.1976, 22.9]}, "bbox": [-145.5877, 62.1976, -145.5877, 62.1976]}, {"id": "1340", "type": "Feature", "properties": {"id": "nc72901186", "mag": 1.14, "time": 1506667805720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848167, 37.6535, 2.83]}, "bbox": [-118.848167, 37.6535, -118.848167, 37.6535]}, {"id": "1341", "type": "Feature", "properties": {"id": "nc72901176", "mag": 1.25, "time": 1506667100210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838333, 37.506167, 0.64]}, "bbox": [-118.838333, 37.506167, -118.838333, 37.506167]}, {"id": "1342", "type": "Feature", "properties": {"id": "nc72901171", "mag": 2.27, "time": 1506666779210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835333, 37.507167, -1.01]}, "bbox": [-118.835333, 37.507167, -118.835333, 37.507167]}, {"id": "1343", "type": "Feature", "properties": {"id": "ak16940265", "mag": 1.4, "time": 1506666562961, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3945, 61.6303, 33.9]}, "bbox": [-146.3945, 61.6303, -146.3945, 61.6303]}, {"id": "1344", "type": "Feature", "properties": {"id": "ak16940263", "mag": 1.0, "time": 1506666497414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1712, 62.2695, 52.6]}, "bbox": [-149.1712, 62.2695, -149.1712, 62.2695]}, {"id": "1345", "type": "Feature", "properties": {"id": "nc72901166", "mag": 1.28, "time": 1506666202970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.5065, 0.53]}, "bbox": [-118.834167, 37.5065, -118.834167, 37.5065]}, {"id": "1346", "type": "Feature", "properties": {"id": "us2000awe6", "mag": 2.6, "time": 1506666160200, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6816, 35.8653, 6.569]}, "bbox": [-96.6816, 35.8653, -96.6816, 35.8653]}, {"id": "1347", "type": "Feature", "properties": {"id": "nn00607469", "mag": 1.0, "time": 1506665961601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5308, 38.52, 7.8]}, "bbox": [-118.5308, 38.52, -118.5308, 38.52]}, {"id": "1348", "type": "Feature", "properties": {"id": "ci38014104", "mag": 1.28, "time": 1506665954550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.982833, 33.1725, 3.45]}, "bbox": [-115.982833, 33.1725, -115.982833, 33.1725]}, {"id": "1349", "type": "Feature", "properties": {"id": "ak16989182", "mag": 1.1, "time": 1506665936336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.485, 62.1641, 22.8]}, "bbox": [-145.485, 62.1641, -145.485, 62.1641]}, {"id": "1350", "type": "Feature", "properties": {"id": "nc72901156", "mag": 2.23, "time": 1506665326530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8385, 37.505167, 1.37]}, "bbox": [-118.8385, 37.505167, -118.8385, 37.505167]}, {"id": "1351", "type": "Feature", "properties": {"id": "nc72901146", "mag": 3.34, "time": 1506665130490, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8355, 37.5055, 1.65]}, "bbox": [-118.8355, 37.5055, -118.8355, 37.5055]}, {"id": "1352", "type": "Feature", "properties": {"id": "ak16989181", "mag": 1.9, "time": 1506664620963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5107, 52.4839, 24.7]}, "bbox": [-168.5107, 52.4839, -168.5107, 52.4839]}, {"id": "1353", "type": "Feature", "properties": {"id": "nc72901116", "mag": 1.16, "time": 1506664498090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824833, 37.605667, 4.02]}, "bbox": [-118.824833, 37.605667, -118.824833, 37.605667]}, {"id": "1354", "type": "Feature", "properties": {"id": "ak16939483", "mag": 1.1, "time": 1506663985990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9358, 61.1521, 6.2]}, "bbox": [-139.9358, 61.1521, -139.9358, 61.1521]}, {"id": "1355", "type": "Feature", "properties": {"id": "nc72901106", "mag": 1.19, "time": 1506663736480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.78717, 38.829334, 1.02]}, "bbox": [-122.78717, 38.829334, -122.78717, 38.829334]}, {"id": "1356", "type": "Feature", "properties": {"id": "nm60207436", "mag": 1.74, "time": 1506663708600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.653833, 36.539667, 9.66]}, "bbox": [-89.653833, 36.539667, -89.653833, 36.539667]}, {"id": "1357", "type": "Feature", "properties": {"id": "us2000awdv", "mag": 4.5, "time": 1506663030100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.5233, -24.0812, 546.3]}, "bbox": [-179.5233, -24.0812, -179.5233, -24.0812]}, {"id": "1358", "type": "Feature", "properties": {"id": "ak16939475", "mag": 1.7, "time": 1506662432885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8708, 60.1234, 43.7]}, "bbox": [-150.8708, 60.1234, -150.8708, 60.1234]}, {"id": "1359", "type": "Feature", "properties": {"id": "uu60250077", "mag": 1.14, "time": 1506662404800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.55, 41.1085, 19.56]}, "bbox": [-111.55, 41.1085, -111.55, 41.1085]}, {"id": "1360", "type": "Feature", "properties": {"id": "nc72901046", "mag": 1.46, "time": 1506661869950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.846833, 37.647833, 3.02]}, "bbox": [-118.846833, 37.647833, -118.846833, 37.647833]}, {"id": "1361", "type": "Feature", "properties": {"id": "ci38013856", "mag": 2.0, "time": 1506660542280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978, 33.995, 4.89]}, "bbox": [-116.978, 33.995, -116.978, 33.995]}, {"id": "1362", "type": "Feature", "properties": {"id": "ak16989177", "mag": 1.2, "time": 1506660008320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4686, 63.102, 104.8]}, "bbox": [-150.4686, 63.102, -150.4686, 63.102]}, {"id": "1363", "type": "Feature", "properties": {"id": "ak16945113", "mag": 2.3, "time": 1506659927913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0654, 53.6407, 46.2]}, "bbox": [-165.0654, 53.6407, -165.0654, 53.6407]}, {"id": "1364", "type": "Feature", "properties": {"id": "us2000awd5", "mag": 5.0, "time": 1506659595610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1021, 14.8894, 24.04]}, "bbox": [-94.1021, 14.8894, -94.1021, 14.8894]}, {"id": "1365", "type": "Feature", "properties": {"id": "nc72901021", "mag": 1.62, "time": 1506659436560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.814, 1.76]}, "bbox": [-122.826833, 38.814, -122.826833, 38.814]}, {"id": "1366", "type": "Feature", "properties": {"id": "us2000awd1", "mag": 3.0, "time": 1506658713990, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6968, 35.8549, 5.0]}, "bbox": [-96.6968, 35.8549, -96.6968, 35.8549]}, {"id": "1367", "type": "Feature", "properties": {"id": "mb80258249", "mag": 2.26, "time": 1506658662520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.514, 46.840833, 13.41]}, "bbox": [-112.514, 46.840833, -112.514, 46.840833]}, {"id": "1368", "type": "Feature", "properties": {"id": "ci38013816", "mag": 1.03, "time": 1506658457830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.02, 34.015, 13.93]}, "bbox": [-117.02, 34.015, -117.02, 34.015]}, {"id": "1369", "type": "Feature", "properties": {"id": "ak16938672", "mag": 1.1, "time": 1506657671332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.311, 64.8546, 17.6]}, "bbox": [-150.311, 64.8546, -150.311, 64.8546]}, {"id": "1370", "type": "Feature", "properties": {"id": "us2000awcv", "mag": 5.6, "time": 1506657622320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0465, 14.9039, 21.66]}, "bbox": [-94.0465, 14.9039, -94.0465, 14.9039]}, {"id": "1371", "type": "Feature", "properties": {"id": "ak16945097", "mag": 2.0, "time": 1506657417279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3696, 53.5031, 41.5]}, "bbox": [-165.3696, 53.5031, -165.3696, 53.5031]}, {"id": "1372", "type": "Feature", "properties": {"id": "nc72900986", "mag": 1.05, "time": 1506657208460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502333, -0.01]}, "bbox": [-118.835833, 37.502333, -118.835833, 37.502333]}, {"id": "1373", "type": "Feature", "properties": {"id": "ismpkansas70235973", "mag": 1.64, "time": 1506657154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887333, 37.201833, 5.03]}, "bbox": [-97.887333, 37.201833, -97.887333, 37.201833]}, {"id": "1374", "type": "Feature", "properties": {"id": "nc72900981", "mag": 1.98, "time": 1506656801880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8045, 38.832333, 1.64]}, "bbox": [-122.8045, 38.832333, -122.8045, 38.832333]}, {"id": "1375", "type": "Feature", "properties": {"id": "nc72900976", "mag": 1.12, "time": 1506656629400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.758667, 38.793499, 0.77]}, "bbox": [-122.758667, 38.793499, -122.758667, 38.793499]}, {"id": "1376", "type": "Feature", "properties": {"id": "ci38013768", "mag": 1.6, "time": 1506656062720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.976, 33.995833, 3.45]}, "bbox": [-116.976, 33.995833, -116.976, 33.995833]}, {"id": "1377", "type": "Feature", "properties": {"id": "ak16937888", "mag": 1.8, "time": 1506653782695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9369, 62.1991, 64.3]}, "bbox": [-150.9369, 62.1991, -150.9369, 62.1991]}, {"id": "1378", "type": "Feature", "properties": {"id": "ak16989171", "mag": 1.9, "time": 1506653188688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5129, 51.845, 110.0]}, "bbox": [178.5129, 51.845, 178.5129, 51.845]}, {"id": "1379", "type": "Feature", "properties": {"id": "hv61925851", "mag": 0.95, "time": 1506653113010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.463667, 19.481, 6.56]}, "bbox": [-155.463667, 19.481, -155.463667, 19.481]}, {"id": "1380", "type": "Feature", "properties": {"id": "ci38013744", "mag": 1.0, "time": 1506653104110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.302333, 34.099, 15.05]}, "bbox": [-117.302333, 34.099, -117.302333, 34.099]}, {"id": "1381", "type": "Feature", "properties": {"id": "us2000awce", "mag": 4.4, "time": 1506652310280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7803, 35.9821, 42.36]}, "bbox": [141.7803, 35.9821, 141.7803, 35.9821]}, {"id": "1382", "type": "Feature", "properties": {"id": "ci38013736", "mag": 2.07, "time": 1506652304260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.259833, 32.454333, 2.17]}, "bbox": [-116.259833, 32.454333, -116.259833, 32.454333]}, {"id": "1383", "type": "Feature", "properties": {"id": "ci38013720", "mag": 2.39, "time": 1506651375080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.569, 31.324, 4.82]}, "bbox": [-115.569, 31.324, -115.569, 31.324]}, {"id": "1384", "type": "Feature", "properties": {"id": "ci38013712", "mag": 1.12, "time": 1506651359620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924833, 33.976167, 6.34]}, "bbox": [-116.924833, 33.976167, -116.924833, 33.976167]}, {"id": "1385", "type": "Feature", "properties": {"id": "nn00607452", "mag": 1.0, "time": 1506651336185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1923, 35.5727, 11.6]}, "bbox": [-116.1923, 35.5727, -116.1923, 35.5727]}, {"id": "1386", "type": "Feature", "properties": {"id": "ci38013704", "mag": 0.97, "time": 1506651243970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7885, 33.494833, 5.39]}, "bbox": [-116.7885, 33.494833, -116.7885, 33.494833]}, {"id": "1387", "type": "Feature", "properties": {"id": "ci38013688", "mag": 1.05, "time": 1506650990920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791167, 33.5105, 6.09]}, "bbox": [-116.791167, 33.5105, -116.791167, 33.5105]}, {"id": "1388", "type": "Feature", "properties": {"id": "ak16937883", "mag": 2.4, "time": 1506650514315, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9834, 51.7396, 25.6]}, "bbox": [-174.9834, 51.7396, -174.9834, 51.7396]}, {"id": "1389", "type": "Feature", "properties": {"id": "nc72900931", "mag": 1.16, "time": 1506649983200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720497, 38.775501, 1.87]}, "bbox": [-122.720497, 38.775501, -122.720497, 38.775501]}, {"id": "1390", "type": "Feature", "properties": {"id": "ak16937869", "mag": 2.6, "time": 1506649468698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8838, 61.8075, 66.1]}, "bbox": [-150.8838, 61.8075, -150.8838, 61.8075]}, {"id": "1391", "type": "Feature", "properties": {"id": "uu60013219", "mag": 1.32, "time": 1506648472160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.687, 41.150667, 12.61]}, "bbox": [-111.687, 41.150667, -111.687, 41.150667]}, {"id": "1392", "type": "Feature", "properties": {"id": "uu60250062", "mag": 2.53, "time": 1506648435990, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.936667, 38.921333, 10.59]}, "bbox": [-111.936667, 38.921333, -111.936667, 38.921333]}, {"id": "1393", "type": "Feature", "properties": {"id": "us2000awbw", "mag": 4.5, "time": 1506648405500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.976, 52.0498, 29.97]}, "bbox": [-169.976, 52.0498, -169.976, 52.0498]}, {"id": "1394", "type": "Feature", "properties": {"id": "us2000awbq", "mag": 4.9, "time": 1506648161110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.1717, 52.3421, 33.24]}, "bbox": [-170.1717, 52.3421, -170.1717, 52.3421]}, {"id": "1395", "type": "Feature", "properties": {"id": "ak16937823", "mag": 1.0, "time": 1506648034498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0631, 63.4906, 4.2]}, "bbox": [-147.0631, 63.4906, -147.0631, 63.4906]}, {"id": "1396", "type": "Feature", "properties": {"id": "ak16989160", "mag": 1.6, "time": 1506646713769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.579, 51.7059, 15.4]}, "bbox": [-178.579, 51.7059, -178.579, 51.7059]}, {"id": "1397", "type": "Feature", "properties": {"id": "nc72900911", "mag": 1.15, "time": 1506646505210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834333, 37.504, -0.73]}, "bbox": [-118.834333, 37.504, -118.834333, 37.504]}, {"id": "1398", "type": "Feature", "properties": {"id": "ci38013672", "mag": 2.61, "time": 1506646378780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.570333, 31.324667, 4.82]}, "bbox": [-115.570333, 31.324667, -115.570333, 31.324667]}, {"id": "1399", "type": "Feature", "properties": {"id": "ak16937047", "mag": 1.0, "time": 1506646107258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4881, 63.0417, 2.8]}, "bbox": [-151.4881, 63.0417, -151.4881, 63.0417]}, {"id": "1400", "type": "Feature", "properties": {"id": "ak16937045", "mag": 1.9, "time": 1506646058692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.135, 67.8468, 16.8]}, "bbox": [-156.135, 67.8468, -156.135, 67.8468]}, {"id": "1401", "type": "Feature", "properties": {"id": "nc72900906", "mag": 1.03, "time": 1506645880090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.876831, 38.8405, 2.17]}, "bbox": [-122.876831, 38.8405, -122.876831, 38.8405]}, {"id": "1402", "type": "Feature", "properties": {"id": "nc72900886", "mag": 1.63, "time": 1506645570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.816667, 2.21]}, "bbox": [-122.818333, 38.816667, -122.818333, 38.816667]}, {"id": "1403", "type": "Feature", "properties": {"id": "ci38013656", "mag": 2.24, "time": 1506645489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.313, 34.094167, 17.1]}, "bbox": [-117.313, 34.094167, -117.313, 34.094167]}, {"id": "1404", "type": "Feature", "properties": {"id": "ci38013632", "mag": 1.51, "time": 1506645195410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.502667, 3.76]}, "bbox": [-116.7955, 33.502667, -116.7955, 33.502667]}, {"id": "1405", "type": "Feature", "properties": {"id": "nc72900876", "mag": 1.03, "time": 1506644780060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 37.470667, 1.87]}, "bbox": [-118.818, 37.470667, -118.818, 37.470667]}, {"id": "1406", "type": "Feature", "properties": {"id": "nc72900871", "mag": 1.62, "time": 1506644672730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.585667, 37.234667, 6.49]}, "bbox": [-118.585667, 37.234667, -118.585667, 37.234667]}, {"id": "1407", "type": "Feature", "properties": {"id": "ak16937041", "mag": 1.3, "time": 1506644621941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3267, 62.8222, 57.1]}, "bbox": [-148.3267, 62.8222, -148.3267, 62.8222]}, {"id": "1408", "type": "Feature", "properties": {"id": "ak16937039", "mag": 1.7, "time": 1506644576562, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2144, 60.0462, 13.4]}, "bbox": [-139.2144, 60.0462, -139.2144, 60.0462]}, {"id": "1409", "type": "Feature", "properties": {"id": "ak16937037", "mag": 1.1, "time": 1506644052798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3512, 58.196, 2.5]}, "bbox": [-155.3512, 58.196, -155.3512, 58.196]}, {"id": "1410", "type": "Feature", "properties": {"id": "ak16989154", "mag": 1.6, "time": 1506643362489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3692, 51.6466, 12.3]}, "bbox": [-178.3692, 51.6466, -178.3692, 51.6466]}, {"id": "1411", "type": "Feature", "properties": {"id": "ak16937036", "mag": 1.4, "time": 1506643250597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7379, 61.4006, 18.9]}, "bbox": [-147.7379, 61.4006, -147.7379, 61.4006]}, {"id": "1412", "type": "Feature", "properties": {"id": "us2000awbb", "mag": 4.9, "time": 1506643017480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.7489, 19.052, 30.59]}, "bbox": [144.7489, 19.052, 144.7489, 19.052]}, {"id": "1413", "type": "Feature", "properties": {"id": "ak16989677", "mag": 1.5, "time": 1506642839250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8862, 61.8988, 105.1]}, "bbox": [-151.8862, 61.8988, -151.8862, 61.8988]}, {"id": "1414", "type": "Feature", "properties": {"id": "ak16936268", "mag": 1.2, "time": 1506642106483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9604, 62.3327, 42.9]}, "bbox": [-148.9604, 62.3327, -148.9604, 62.3327]}, {"id": "1415", "type": "Feature", "properties": {"id": "nn00607431", "mag": 1.9, "time": 1506641437450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5187, 36.978, 7.0]}, "bbox": [-117.5187, 36.978, -117.5187, 36.978]}, {"id": "1416", "type": "Feature", "properties": {"id": "nc72900841", "mag": 1.93, "time": 1506641348540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.606667, 4.1]}, "bbox": [-118.821, 37.606667, -118.821, 37.606667]}, {"id": "1417", "type": "Feature", "properties": {"id": "nc72900846", "mag": 1.13, "time": 1506641325970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.608333, 4.24]}, "bbox": [-118.818833, 37.608333, -118.818833, 37.608333]}, {"id": "1418", "type": "Feature", "properties": {"id": "nc72904266", "mag": 0.96, "time": 1506641269180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0985, 41.357, -1.69]}, "bbox": [-122.0985, 41.357, -122.0985, 41.357]}, {"id": "1419", "type": "Feature", "properties": {"id": "ak16989674", "mag": 1.6, "time": 1506641141934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9034, 59.5213, 94.1]}, "bbox": [-152.9034, 59.5213, -152.9034, 59.5213]}, {"id": "1420", "type": "Feature", "properties": {"id": "us2000awa2", "mag": 4.4, "time": 1506640604400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.6403, 51.5228, 41.23]}, "bbox": [-175.6403, 51.5228, -175.6403, 51.5228]}, {"id": "1421", "type": "Feature", "properties": {"id": "nn00607821", "mag": 1.1, "time": 1506640364409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9062, 38.3722, 8.5]}, "bbox": [-118.9062, 38.3722, -118.9062, 38.3722]}, {"id": "1422", "type": "Feature", "properties": {"id": "us2000aw9p", "mag": 5.4, "time": 1506640275740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7911, -24.8725, 440.96]}, "bbox": [-179.7911, -24.8725, -179.7911, -24.8725]}, {"id": "1423", "type": "Feature", "properties": {"id": "us2000b1wl", "mag": 4.8, "time": 1506639694670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5676, 1.0849, 4.38]}, "bbox": [127.5676, 1.0849, 127.5676, 1.0849]}, {"id": "1424", "type": "Feature", "properties": {"id": "us2000aw9e", "mag": 4.7, "time": 1506639688220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.3331, 2.9053, 15.04]}, "bbox": [133.3331, 2.9053, 133.3331, 2.9053]}, {"id": "1425", "type": "Feature", "properties": {"id": "ak16989671", "mag": 1.7, "time": 1506639639127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3134, 59.6717, 111.4]}, "bbox": [-153.3134, 59.6717, -153.3134, 59.6717]}, {"id": "1426", "type": "Feature", "properties": {"id": "ak16936241", "mag": 2.5, "time": 1506639635527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1768, 68.4586, 17.0]}, "bbox": [-147.1768, 68.4586, -147.1768, 68.4586]}, {"id": "1427", "type": "Feature", "properties": {"id": "nc72900821", "mag": 1.1, "time": 1506639127150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834833, 37.500333, -1.77]}, "bbox": [-118.834833, 37.500333, -118.834833, 37.500333]}, {"id": "1428", "type": "Feature", "properties": {"id": "us2000aw90", "mag": 5.1, "time": 1506638831750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5949, -34.0499, 10.0]}, "bbox": [-178.5949, -34.0499, -178.5949, -34.0499]}, {"id": "1429", "type": "Feature", "properties": {"id": "us2000aw8l", "mag": 4.3, "time": 1506638537770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4998, -6.5326, 108.74]}, "bbox": [130.4998, -6.5326, 130.4998, -6.5326]}, {"id": "1430", "type": "Feature", "properties": {"id": "nc72900811", "mag": 2.32, "time": 1506638416610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1135, 35.6885, 5.91]}, "bbox": [-121.1135, 35.6885, -121.1135, 35.6885]}, {"id": "1431", "type": "Feature", "properties": {"id": "nc72900806", "mag": 1.35, "time": 1506638081190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.534, 2.41]}, "bbox": [-118.878833, 37.534, -118.878833, 37.534]}, {"id": "1432", "type": "Feature", "properties": {"id": "uw61335056", "mag": 1.84, "time": 1506638058160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.417833, 45.624333, -1.28]}, "bbox": [-121.417833, 45.624333, -121.417833, 45.624333]}, {"id": "1433", "type": "Feature", "properties": {"id": "mb80258209", "mag": 1.37, "time": 1506637878310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.910833, 10.76]}, "bbox": [-112.521333, 46.910833, -112.521333, 46.910833]}, {"id": "1434", "type": "Feature", "properties": {"id": "ak16935473", "mag": 1.9, "time": 1506637576311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5454, 67.5431, 1.7]}, "bbox": [-158.5454, 67.5431, -158.5454, 67.5431]}, {"id": "1435", "type": "Feature", "properties": {"id": "ak16935469", "mag": 2.0, "time": 1506637236181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4826, 58.8115, 4.9]}, "bbox": [-153.4826, 58.8115, -153.4826, 58.8115]}, {"id": "1436", "type": "Feature", "properties": {"id": "ak16989667", "mag": 2.0, "time": 1506636836791, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4008, 59.8707, 143.3]}, "bbox": [-153.4008, 59.8707, -153.4008, 59.8707]}, {"id": "1437", "type": "Feature", "properties": {"id": "ak16989666", "mag": 1.1, "time": 1506636594038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2636, 62.56, 91.7]}, "bbox": [-151.2636, 62.56, -151.2636, 62.56]}, {"id": "1438", "type": "Feature", "properties": {"id": "nc72900796", "mag": 1.35, "time": 1506636488490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.710833, 38.743, 2.06]}, "bbox": [-122.710833, 38.743, -122.710833, 38.743]}, {"id": "1439", "type": "Feature", "properties": {"id": "ak16935467", "mag": 1.1, "time": 1506635722873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2148, 64.8337, 24.2]}, "bbox": [-149.2148, 64.8337, -149.2148, 64.8337]}, {"id": "1440", "type": "Feature", "properties": {"id": "ak16989663", "mag": 1.2, "time": 1506634878192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0761, 62.868, 105.4]}, "bbox": [-151.0761, 62.868, -151.0761, 62.868]}, {"id": "1441", "type": "Feature", "properties": {"id": "us2000aw7x", "mag": 3.3, "time": 1506634428280, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9413, 39.9063, 10.29]}, "bbox": [19.9413, 39.9063, 19.9413, 39.9063]}, {"id": "1442", "type": "Feature", "properties": {"id": "ak16989662", "mag": 1.3, "time": 1506634090975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8044, 63.1677, 125.3]}, "bbox": [-150.8044, 63.1677, -150.8044, 63.1677]}, {"id": "1443", "type": "Feature", "properties": {"id": "us2000b1wj", "mag": 4.0, "time": 1506633989680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.778, 49.1768, 363.15]}, "bbox": [150.778, 49.1768, 150.778, 49.1768]}, {"id": "1444", "type": "Feature", "properties": {"id": "ak16935454", "mag": 2.6, "time": 1506633516577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9288, 61.8846, 49.8]}, "bbox": [-150.9288, 61.8846, -150.9288, 61.8846]}, {"id": "1445", "type": "Feature", "properties": {"id": "ak16935459", "mag": 2.8, "time": 1506633516034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7041, 61.8689, 59.8]}, "bbox": [-150.7041, 61.8689, -150.7041, 61.8689]}, {"id": "1446", "type": "Feature", "properties": {"id": "nn00607410", "mag": 2.0, "time": 1506633382650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9234, 38.4032, 7.8]}, "bbox": [-118.9234, 38.4032, -118.9234, 38.4032]}, {"id": "1447", "type": "Feature", "properties": {"id": "ak16935451", "mag": 1.7, "time": 1506632963331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6029, 62.2054, 19.5]}, "bbox": [-145.6029, 62.2054, -145.6029, 62.2054]}, {"id": "1448", "type": "Feature", "properties": {"id": "ci38013352", "mag": 1.79, "time": 1506632691350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.990833, 33.765333, 14.42]}, "bbox": [-116.990833, 33.765333, -116.990833, 33.765333]}, {"id": "1449", "type": "Feature", "properties": {"id": "nn00607723", "mag": 1.0, "time": 1506632347835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1182, 38.2802, 11.5]}, "bbox": [-119.1182, 38.2802, -119.1182, 38.2802]}, {"id": "1450", "type": "Feature", "properties": {"id": "hv61925221", "mag": 1.37, "time": 1506631999030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.430333, 19.4155, 3.336]}, "bbox": [-155.430333, 19.4155, -155.430333, 19.4155]}, {"id": "1451", "type": "Feature", "properties": {"id": "ak16935443", "mag": 2.3, "time": 1506631969817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.484, 61.7831, 31.3]}, "bbox": [-149.484, 61.7831, -149.484, 61.7831]}, {"id": "1452", "type": "Feature", "properties": {"id": "us2000aw54", "mag": 2.4, "time": 1506631716330, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.3897, 35.6755, 5.86]}, "bbox": [-97.3897, 35.6755, -97.3897, 35.6755]}, {"id": "1453", "type": "Feature", "properties": {"id": "us2000aw51", "mag": 4.7, "time": 1506631326570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.2381, -7.2814, 142.87]}, "bbox": [129.2381, -7.2814, 129.2381, -7.2814]}, {"id": "1454", "type": "Feature", "properties": {"id": "ak16989658", "mag": 1.3, "time": 1506630830832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5815, 63.2958, 125.3]}, "bbox": [-150.5815, 63.2958, -150.5815, 63.2958]}, {"id": "1455", "type": "Feature", "properties": {"id": "ak16935439", "mag": 1.8, "time": 1506629924653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1989, 60.9639, 35.6]}, "bbox": [-148.1989, 60.9639, -148.1989, 60.9639]}, {"id": "1456", "type": "Feature", "properties": {"id": "ci38013336", "mag": 1.94, "time": 1506629828900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.131167, 32.218833, 17.71]}, "bbox": [-116.131167, 32.218833, -116.131167, 32.218833]}, {"id": "1457", "type": "Feature", "properties": {"id": "ak16989656", "mag": 1.2, "time": 1506629660078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.1036, 120.6]}, "bbox": [-151.0033, 63.1036, -151.0033, 63.1036]}, {"id": "1458", "type": "Feature", "properties": {"id": "mb80258194", "mag": 1.36, "time": 1506628850530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.870167, 10.85]}, "bbox": [-112.525833, 46.870167, -112.525833, 46.870167]}, {"id": "1459", "type": "Feature", "properties": {"id": "ak16989655", "mag": 1.6, "time": 1506628609513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2274, 59.9548, 119.1]}, "bbox": [-153.2274, 59.9548, -153.2274, 59.9548]}, {"id": "1460", "type": "Feature", "properties": {"id": "ak16989654", "mag": 1.5, "time": 1506627145969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4925, 59.606, 72.3]}, "bbox": [-152.4925, 59.606, -152.4925, 59.606]}, {"id": "1461", "type": "Feature", "properties": {"id": "nc72900741", "mag": 1.19, "time": 1506626419400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.631667, 36.039167, 2.5]}, "bbox": [-120.631667, 36.039167, -120.631667, 36.039167]}, {"id": "1462", "type": "Feature", "properties": {"id": "ak16989653", "mag": 1.4, "time": 1506626367074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3296, 60.9023, 42.3]}, "bbox": [-150.3296, 60.9023, -150.3296, 60.9023]}, {"id": "1463", "type": "Feature", "properties": {"id": "us2000aw2q", "mag": 4.9, "time": 1506625864960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-84.1381, 3.222, 33.2]}, "bbox": [-84.1381, 3.222, -84.1381, 3.222]}, {"id": "1464", "type": "Feature", "properties": {"id": "uu60249967", "mag": 1.41, "time": 1506625553170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457167, 42.614667, 6.24]}, "bbox": [-111.457167, 42.614667, -111.457167, 42.614667]}, {"id": "1465", "type": "Feature", "properties": {"id": "ak16933835", "mag": 2.9, "time": 1506625397763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.0327, 52.1592, 53.3]}, "bbox": [-171.0327, 52.1592, -171.0327, 52.1592]}, {"id": "1466", "type": "Feature", "properties": {"id": "ci38013288", "mag": 1.11, "time": 1506625160340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.118167, 33.2435, 12.25]}, "bbox": [-116.118167, 33.2435, -116.118167, 33.2435]}, {"id": "1467", "type": "Feature", "properties": {"id": "ak16989651", "mag": 1.3, "time": 1506624662212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6565, 62.7268, 75.5]}, "bbox": [-149.6565, 62.7268, -149.6565, 62.7268]}, {"id": "1468", "type": "Feature", "properties": {"id": "nn00607390", "mag": 1.2, "time": 1506624316884, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0954, 35.994, 9.6]}, "bbox": [-116.0954, 35.994, -116.0954, 35.994]}, {"id": "1469", "type": "Feature", "properties": {"id": "ak16933797", "mag": 2.1, "time": 1506623643983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.596, 60.994, 73.2]}, "bbox": [-151.596, 60.994, -151.596, 60.994]}, {"id": "1470", "type": "Feature", "properties": {"id": "ak16933794", "mag": 1.9, "time": 1506623613173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8361, 62.7886, 1.5]}, "bbox": [-151.8361, 62.7886, -151.8361, 62.7886]}, {"id": "1471", "type": "Feature", "properties": {"id": "ci38013264", "mag": 1.24, "time": 1506622262550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.530333, 35.347, 5.41]}, "bbox": [-118.530333, 35.347, -118.530333, 35.347]}, {"id": "1472", "type": "Feature", "properties": {"id": "ak16989648", "mag": 1.6, "time": 1506621791811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5986, 59.752, 76.2]}, "bbox": [-152.5986, 59.752, -152.5986, 59.752]}, {"id": "1473", "type": "Feature", "properties": {"id": "hv61924821", "mag": 2.4, "time": 1506621499160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.122167, 19.331, 7.032]}, "bbox": [-155.122167, 19.331, -155.122167, 19.331]}, {"id": "1474", "type": "Feature", "properties": {"id": "ak16933793", "mag": 1.6, "time": 1506621344909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8725, 59.9048, 16.1]}, "bbox": [-136.8725, 59.9048, -136.8725, 59.9048]}, {"id": "1475", "type": "Feature", "properties": {"id": "nc72900701", "mag": 1.21, "time": 1506621263930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.129833, 36.62, 9.54]}, "bbox": [-121.129833, 36.62, -121.129833, 36.62]}, {"id": "1476", "type": "Feature", "properties": {"id": "mb80258169", "mag": 1.95, "time": 1506620957630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.495833, 46.896167, 10.98]}, "bbox": [-112.495833, 46.896167, -112.495833, 46.896167]}, {"id": "1477", "type": "Feature", "properties": {"id": "ak16989646", "mag": 1.2, "time": 1506620810224, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5002, 61.5482, 31.5]}, "bbox": [-146.5002, 61.5482, -146.5002, 61.5482]}, {"id": "1478", "type": "Feature", "properties": {"id": "nc72900691", "mag": 1.44, "time": 1506620029980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.427167, 0.18]}, "bbox": [-122.995833, 39.427167, -122.995833, 39.427167]}, {"id": "1479", "type": "Feature", "properties": {"id": "ak16989645", "mag": 1.5, "time": 1506619134173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0379, 60.1776, 121.7]}, "bbox": [-153.0379, 60.1776, -153.0379, 60.1776]}, {"id": "1480", "type": "Feature", "properties": {"id": "ci38013232", "mag": 1.17, "time": 1506618737450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.506833, 5.73]}, "bbox": [-116.792167, 33.506833, -116.792167, 33.506833]}, {"id": "1481", "type": "Feature", "properties": {"id": "us2000avzh", "mag": 4.6, "time": 1506618485320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5691, 2.1483, 97.53]}, "bbox": [127.5691, 2.1483, 127.5691, 2.1483]}, {"id": "1482", "type": "Feature", "properties": {"id": "us2000avzb", "mag": 4.9, "time": 1506617586500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.0401, 6.0164, 50.8]}, "bbox": [120.0401, 6.0164, 120.0401, 6.0164]}, {"id": "1483", "type": "Feature", "properties": {"id": "ak16933018", "mag": 1.2, "time": 1506617374262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.7278, 64.1]}, "bbox": [-150.7645, 61.7278, -150.7645, 61.7278]}, {"id": "1484", "type": "Feature", "properties": {"id": "hv61924676", "mag": 1.37, "time": 1506617124930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.142167, 19.3215, 5.152]}, "bbox": [-155.142167, 19.3215, -155.142167, 19.3215]}, {"id": "1485", "type": "Feature", "properties": {"id": "ak16989643", "mag": 1.6, "time": 1506616564611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8062, 60.4189, 2.2]}, "bbox": [-147.8062, 60.4189, -147.8062, 60.4189]}, {"id": "1486", "type": "Feature", "properties": {"id": "ak16989642", "mag": 1.4, "time": 1506615776447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9273, 61.5228, 95.1]}, "bbox": [-151.9273, 61.5228, -151.9273, 61.5228]}, {"id": "1487", "type": "Feature", "properties": {"id": "ak16989641", "mag": 1.3, "time": 1506615666771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3551, 60.8947, 43.2]}, "bbox": [-150.3551, 60.8947, -150.3551, 60.8947]}, {"id": "1488", "type": "Feature", "properties": {"id": "us2000avyw", "mag": 2.7, "time": 1506615478140, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4394, 42.5767, 8.98]}, "bbox": [-111.4394, 42.5767, -111.4394, 42.5767]}, {"id": "1489", "type": "Feature", "properties": {"id": "nc72900646", "mag": 1.38, "time": 1506615468050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0045, 36.4415, 0.06]}, "bbox": [-121.0045, 36.4415, -121.0045, 36.4415]}, {"id": "1490", "type": "Feature", "properties": {"id": "ak16989640", "mag": 1.3, "time": 1506615161794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0408, 63.589, 132.5]}, "bbox": [-150.0408, 63.589, -150.0408, 63.589]}, {"id": "1491", "type": "Feature", "properties": {"id": "ak16989639", "mag": 1.2, "time": 1506615119980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3231, 63.0526, 91.1]}, "bbox": [-150.3231, 63.0526, -150.3231, 63.0526]}, {"id": "1492", "type": "Feature", "properties": {"id": "ak16933017", "mag": 2.0, "time": 1506614678900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3488, 68.1439, 6.8]}, "bbox": [-136.3488, 68.1439, -136.3488, 68.1439]}, {"id": "1493", "type": "Feature", "properties": {"id": "ak16989637", "mag": 2.0, "time": 1506614163379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1177, 57.8245, 115.5]}, "bbox": [-156.1177, 57.8245, -156.1177, 57.8245]}, {"id": "1494", "type": "Feature", "properties": {"id": "nc72900616", "mag": 1.97, "time": 1506613917930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833833, 37.506167, 0.46]}, "bbox": [-118.833833, 37.506167, -118.833833, 37.506167]}, {"id": "1495", "type": "Feature", "properties": {"id": "ak16933016", "mag": 1.5, "time": 1506613537003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1247, 62.197, 80.3]}, "bbox": [-151.1247, 62.197, -151.1247, 62.197]}, {"id": "1496", "type": "Feature", "properties": {"id": "nc72900606", "mag": 1.53, "time": 1506612805340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.996667, 39.425333, 0.77]}, "bbox": [-122.996667, 39.425333, -122.996667, 39.425333]}, {"id": "1497", "type": "Feature", "properties": {"id": "ak16989634", "mag": 1.6, "time": 1506612409300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4495, 58.785, 109.1]}, "bbox": [-154.4495, 58.785, -154.4495, 58.785]}, {"id": "1498", "type": "Feature", "properties": {"id": "ak16989633", "mag": 1.3, "time": 1506612360069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6854, 61.515, 2.6]}, "bbox": [-140.6854, 61.515, -140.6854, 61.515]}, {"id": "1499", "type": "Feature", "properties": {"id": "us2000avy5", "mag": 2.4, "time": 1506612136390, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1391, 37.351, 10.96]}, "bbox": [-98.1391, 37.351, -98.1391, 37.351]}, {"id": "1500", "type": "Feature", "properties": {"id": "ak16932254", "mag": 1.6, "time": 1506612041072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9819, 62.3692, 40.1]}, "bbox": [-147.9819, 62.3692, -147.9819, 62.3692]}, {"id": "1501", "type": "Feature", "properties": {"id": "us2000avxu", "mag": 2.3, "time": 1506611699680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3926, 36.3885, 15.33]}, "bbox": [-98.3926, 36.3885, -98.3926, 36.3885]}, {"id": "1502", "type": "Feature", "properties": {"id": "ak16932252", "mag": 1.4, "time": 1506611616543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7975, 61.8375, 20.1]}, "bbox": [-148.7975, 61.8375, -148.7975, 61.8375]}, {"id": "1503", "type": "Feature", "properties": {"id": "nc72900586", "mag": 1.03, "time": 1506611392120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821335, 38.808834, 2.14]}, "bbox": [-122.821335, 38.808834, -122.821335, 38.808834]}, {"id": "1504", "type": "Feature", "properties": {"id": "nc72900581", "mag": 1.68, "time": 1506611003850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995167, 39.428167, 0.76]}, "bbox": [-122.995167, 39.428167, -122.995167, 39.428167]}, {"id": "1505", "type": "Feature", "properties": {"id": "nc72900571", "mag": 3.21, "time": 1506610414710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1635, 40.137833, 15.62]}, "bbox": [-127.1635, 40.137833, -127.1635, 40.137833]}, {"id": "1506", "type": "Feature", "properties": {"id": "ak16932251", "mag": 2.9, "time": 1506610104421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9091, 51.7632, 40.8]}, "bbox": [-174.9091, 51.7632, -174.9091, 51.7632]}, {"id": "1507", "type": "Feature", "properties": {"id": "uu60249947", "mag": 1.1, "time": 1506608975840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421333, 42.593667, 5.84]}, "bbox": [-111.421333, 42.593667, -111.421333, 42.593667]}, {"id": "1508", "type": "Feature", "properties": {"id": "nc72900556", "mag": 1.09, "time": 1506608575910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6065, 3.9]}, "bbox": [-118.821333, 37.6065, -118.821333, 37.6065]}, {"id": "1509", "type": "Feature", "properties": {"id": "uu60249942", "mag": 1.52, "time": 1506608341480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415667, 42.591167, 5.46]}, "bbox": [-111.415667, 42.591167, -111.415667, 42.591167]}, {"id": "1510", "type": "Feature", "properties": {"id": "ak16932247", "mag": 2.1, "time": 1506608150712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4995, 59.282, 98.9]}, "bbox": [-153.4995, 59.282, -153.4995, 59.282]}, {"id": "1511", "type": "Feature", "properties": {"id": "ak16989627", "mag": 1.2, "time": 1506607597338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5495, 63.4604, 104.2]}, "bbox": [-149.5495, 63.4604, -149.5495, 63.4604]}, {"id": "1512", "type": "Feature", "properties": {"id": "ak16989625", "mag": 1.6, "time": 1506607488149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3463, 61.0393, 106.1]}, "bbox": [-152.3463, 61.0393, -152.3463, 61.0393]}, {"id": "1513", "type": "Feature", "properties": {"id": "ak16932246", "mag": 1.4, "time": 1506606933995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1075, 61.1056, 49.5]}, "bbox": [-150.1075, 61.1056, -150.1075, 61.1056]}, {"id": "1514", "type": "Feature", "properties": {"id": "ak16932241", "mag": 2.4, "time": 1506606217414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3566, 59.8225, 132.2]}, "bbox": [-153.3566, 59.8225, -153.3566, 59.8225]}, {"id": "1515", "type": "Feature", "properties": {"id": "nn00607373", "mag": 1.4, "time": 1506605920785, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4887, 38.6992, 5.0]}, "bbox": [-118.4887, 38.6992, -118.4887, 38.6992]}, {"id": "1516", "type": "Feature", "properties": {"id": "ak16989622", "mag": 1.0, "time": 1506605668248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.09, 62.8911, 77.4]}, "bbox": [-149.09, 62.8911, -149.09, 62.8911]}, {"id": "1517", "type": "Feature", "properties": {"id": "ak16932239", "mag": 1.5, "time": 1506605540122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5382, 63.0052, 72.9]}, "bbox": [-149.5382, 63.0052, -149.5382, 63.0052]}, {"id": "1518", "type": "Feature", "properties": {"id": "nc72900531", "mag": 1.45, "time": 1506605237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023333, 37.519667, 2.73]}, "bbox": [-119.023333, 37.519667, -119.023333, 37.519667]}, {"id": "1519", "type": "Feature", "properties": {"id": "uw61334636", "mag": 1.41, "time": 1506604992060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.905, 48.235833, 11.65]}, "bbox": [-121.905, 48.235833, -121.905, 48.235833]}, {"id": "1520", "type": "Feature", "properties": {"id": "ak16989620", "mag": 1.1, "time": 1506604766781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9752, 64.7557, 17.5]}, "bbox": [-139.9752, 64.7557, -139.9752, 64.7557]}, {"id": "1521", "type": "Feature", "properties": {"id": "nc72900521", "mag": 1.23, "time": 1506604242090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.078, 37.663333, 7.74]}, "bbox": [-122.078, 37.663333, -122.078, 37.663333]}, {"id": "1522", "type": "Feature", "properties": {"id": "ak16989619", "mag": 1.3, "time": 1506603071727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.42, 61.0462, 108.0]}, "bbox": [-152.42, 61.0462, -152.42, 61.0462]}, {"id": "1523", "type": "Feature", "properties": {"id": "uu60249937", "mag": 2.05, "time": 1506602964450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440333, 42.584, 3.5]}, "bbox": [-111.440333, 42.584, -111.440333, 42.584]}, {"id": "1524", "type": "Feature", "properties": {"id": "ak16931481", "mag": 1.0, "time": 1506601991313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.596, 66.821, 3.1]}, "bbox": [-143.596, 66.821, -143.596, 66.821]}, {"id": "1525", "type": "Feature", "properties": {"id": "ak16989616", "mag": 1.3, "time": 1506601744056, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1565, 57.9069, 53.3]}, "bbox": [-154.1565, 57.9069, -154.1565, 57.9069]}, {"id": "1526", "type": "Feature", "properties": {"id": "ak16989615", "mag": 1.2, "time": 1506601651411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3908, 68.9058, 5.0]}, "bbox": [-147.3908, 68.9058, -147.3908, 68.9058]}, {"id": "1527", "type": "Feature", "properties": {"id": "ak16931479", "mag": 1.4, "time": 1506601472327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4079, 61.6728, 40.0]}, "bbox": [-146.4079, 61.6728, -146.4079, 61.6728]}, {"id": "1528", "type": "Feature", "properties": {"id": "ak16931477", "mag": 1.1, "time": 1506601302752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8998, 65.8646, 6.1]}, "bbox": [-150.8998, 65.8646, -150.8998, 65.8646]}, {"id": "1529", "type": "Feature", "properties": {"id": "nc72900496", "mag": 1.36, "time": 1506601178090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.535, 2.88]}, "bbox": [-118.88, 37.535, -118.88, 37.535]}, {"id": "1530", "type": "Feature", "properties": {"id": "ak16931475", "mag": 1.2, "time": 1506600842484, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.174, 61.7151, 0.0]}, "bbox": [-148.174, 61.7151, -148.174, 61.7151]}, {"id": "1531", "type": "Feature", "properties": {"id": "nc72900446", "mag": 2.75, "time": 1506598677940, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.825333, 38.840167, 1.73]}, "bbox": [-122.825333, 38.840167, -122.825333, 38.840167]}, {"id": "1532", "type": "Feature", "properties": {"id": "ak16930710", "mag": 2.2, "time": 1506598490657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4189, 62.1612, 87.1]}, "bbox": [-151.4189, 62.1612, -151.4189, 62.1612]}, {"id": "1533", "type": "Feature", "properties": {"id": "us2000avvw", "mag": 5.3, "time": 1506598185690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.558, 28.7786, 10.0]}, "bbox": [140.558, 28.7786, 140.558, 28.7786]}, {"id": "1534", "type": "Feature", "properties": {"id": "ak16989610", "mag": 1.2, "time": 1506597726479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 63.0271, 90.0]}, "bbox": [-150.1805, 63.0271, -150.1805, 63.0271]}, {"id": "1535", "type": "Feature", "properties": {"id": "nc72900431", "mag": 1.92, "time": 1506596753080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.485667, 38.5015, 5.55]}, "bbox": [-119.485667, 38.5015, -119.485667, 38.5015]}, {"id": "1536", "type": "Feature", "properties": {"id": "ak16989609", "mag": 1.5, "time": 1506596722964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1313, 51.5863, 44.2]}, "bbox": [-178.1313, 51.5863, -178.1313, 51.5863]}, {"id": "1537", "type": "Feature", "properties": {"id": "ak16930709", "mag": 1.4, "time": 1506596180091, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9834, 61.0931, 56.8]}, "bbox": [-150.9834, 61.0931, -150.9834, 61.0931]}, {"id": "1538", "type": "Feature", "properties": {"id": "ak16930708", "mag": 3.1, "time": 1506595515294, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.7195, 51.6195, 25.6]}, "bbox": [176.7195, 51.6195, 176.7195, 51.6195]}, {"id": "1539", "type": "Feature", "properties": {"id": "ak16989606", "mag": 1.5, "time": 1506595427986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5238, 51.5739, 68.8]}, "bbox": [-177.5238, 51.5739, -177.5238, 51.5739]}, {"id": "1540", "type": "Feature", "properties": {"id": "nc72900416", "mag": 1.17, "time": 1506594935360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.096, 36.553167, 9.44]}, "bbox": [-121.096, 36.553167, -121.096, 36.553167]}, {"id": "1541", "type": "Feature", "properties": {"id": "ak16930706", "mag": 1.2, "time": 1506593895889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.338, 63.1851, 0.0]}, "bbox": [-151.338, 63.1851, -151.338, 63.1851]}, {"id": "1542", "type": "Feature", "properties": {"id": "ci38012984", "mag": 1.12, "time": 1506593315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6855, 35.838833, 4.14]}, "bbox": [-117.6855, 35.838833, -117.6855, 35.838833]}, {"id": "1543", "type": "Feature", "properties": {"id": "nc72900391", "mag": 1.49, "time": 1506592222290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823333, 37.607, 4.05]}, "bbox": [-118.823333, 37.607, -118.823333, 37.607]}, {"id": "1544", "type": "Feature", "properties": {"id": "ak16930705", "mag": 1.1, "time": 1506591630653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3689, 61.3755, 23.9]}, "bbox": [-150.3689, 61.3755, -150.3689, 61.3755]}, {"id": "1545", "type": "Feature", "properties": {"id": "ci38012952", "mag": 1.31, "time": 1506591135600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.834333, 32.734667, 5.37]}, "bbox": [-115.834333, 32.734667, -115.834333, 32.734667]}, {"id": "1546", "type": "Feature", "properties": {"id": "hv61924526", "mag": 1.45, "time": 1506590418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.392167, 9.534]}, "bbox": [-155.421333, 19.392167, -155.421333, 19.392167]}, {"id": "1547", "type": "Feature", "properties": {"id": "nc72900381", "mag": 1.63, "time": 1506590284210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2205, 38.063167, 9.05]}, "bbox": [-122.2205, 38.063167, -122.2205, 38.063167]}, {"id": "1548", "type": "Feature", "properties": {"id": "us2000avu4", "mag": 4.4, "time": 1506589563580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6261, -23.7242, 196.73]}, "bbox": [-66.6261, -23.7242, -66.6261, -23.7242]}, {"id": "1549", "type": "Feature", "properties": {"id": "ak16989602", "mag": 2.7, "time": 1506589434755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4192, 52.1877, 22.9]}, "bbox": [-170.4192, 52.1877, -170.4192, 52.1877]}, {"id": "1550", "type": "Feature", "properties": {"id": "ci38012928", "mag": 1.18, "time": 1506589107820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7675, 33.325167, 12.65]}, "bbox": [-116.7675, 33.325167, -116.7675, 33.325167]}, {"id": "1551", "type": "Feature", "properties": {"id": "ak16989601", "mag": 1.5, "time": 1506589104993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4957, 51.6758, 15.5]}, "bbox": [-178.4957, 51.6758, -178.4957, 51.6758]}, {"id": "1552", "type": "Feature", "properties": {"id": "ak16929945", "mag": 2.3, "time": 1506588754779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7058, 62.131, 34.9]}, "bbox": [-149.7058, 62.131, -149.7058, 62.131]}, {"id": "1553", "type": "Feature", "properties": {"id": "ak16929940", "mag": 2.6, "time": 1506588542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6191, 66.8364, 10.5]}, "bbox": [-143.6191, 66.8364, -143.6191, 66.8364]}, {"id": "1554", "type": "Feature", "properties": {"id": "nn00607351", "mag": 1.4, "time": 1506588343442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9118, 38.3801, 6.4]}, "bbox": [-118.9118, 38.3801, -118.9118, 38.3801]}, {"id": "1555", "type": "Feature", "properties": {"id": "ak16929936", "mag": 2.0, "time": 1506587984225, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4437, 61.9903, 29.6]}, "bbox": [-147.4437, 61.9903, -147.4437, 61.9903]}, {"id": "1556", "type": "Feature", "properties": {"id": "mb80258129", "mag": 1.62, "time": 1506587784100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.868167, 10.62]}, "bbox": [-112.525167, 46.868167, -112.525167, 46.868167]}, {"id": "1557", "type": "Feature", "properties": {"id": "nc72900351", "mag": 1.19, "time": 1506586386820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.536333, 3.07]}, "bbox": [-118.880833, 37.536333, -118.880833, 37.536333]}, {"id": "1558", "type": "Feature", "properties": {"id": "us2000avte", "mag": 4.7, "time": 1506586379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [117.1706, -10.7291, 10.0]}, "bbox": [117.1706, -10.7291, 117.1706, -10.7291]}, {"id": "1559", "type": "Feature", "properties": {"id": "us2000avtg", "mag": 5.3, "time": 1506586316130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.2449, 20.2657, 10.0]}, "bbox": [145.2449, 20.2657, 145.2449, 20.2657]}, {"id": "1560", "type": "Feature", "properties": {"id": "ak16929174", "mag": 2.3, "time": 1506586272361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7694, 61.6101, 47.2]}, "bbox": [-149.7694, 61.6101, -149.7694, 61.6101]}, {"id": "1561", "type": "Feature", "properties": {"id": "nc72900346", "mag": 1.18, "time": 1506586053100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823, 37.610167, 4.21]}, "bbox": [-118.823, 37.610167, -118.823, 37.610167]}, {"id": "1562", "type": "Feature", "properties": {"id": "uw61334586", "mag": 2.19, "time": 1506585933680, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.6315, 48.074, -0.77]}, "bbox": [-121.6315, 48.074, -121.6315, 48.074]}, {"id": "1563", "type": "Feature", "properties": {"id": "nn00607345", "mag": 1.8, "time": 1506585602623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6237, 38.7874, 8.5]}, "bbox": [-119.6237, 38.7874, -119.6237, 38.7874]}, {"id": "1564", "type": "Feature", "properties": {"id": "ak16929171", "mag": 1.6, "time": 1506585414754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1681, 58.2365, 0.7]}, "bbox": [-155.1681, 58.2365, -155.1681, 58.2365]}, {"id": "1565", "type": "Feature", "properties": {"id": "hv61924441", "mag": 1.7, "time": 1506585350220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.865167, 19.430333, 13.243]}, "bbox": [-155.865167, 19.430333, -155.865167, 19.430333]}, {"id": "1566", "type": "Feature", "properties": {"id": "nc72900326", "mag": 1.41, "time": 1506585322460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751, 38.783, 2.58]}, "bbox": [-122.751, 38.783, -122.751, 38.783]}, {"id": "1567", "type": "Feature", "properties": {"id": "ak16929167", "mag": 2.4, "time": 1506585219017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0108, 65.3932, 8.2]}, "bbox": [-166.0108, 65.3932, -166.0108, 65.3932]}, {"id": "1568", "type": "Feature", "properties": {"id": "ak16929164", "mag": 1.6, "time": 1506585151006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7632, 61.6155, 48.1]}, "bbox": [-149.7632, 61.6155, -149.7632, 61.6155]}, {"id": "1569", "type": "Feature", "properties": {"id": "nn00607342", "mag": 1.4, "time": 1506584922597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6325, 38.7911, 6.5]}, "bbox": [-119.6325, 38.7911, -119.6325, 38.7911]}, {"id": "1570", "type": "Feature", "properties": {"id": "ak16929162", "mag": 1.5, "time": 1506584839080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6957, 59.8727, 1.2]}, "bbox": [-136.6957, 59.8727, -136.6957, 59.8727]}, {"id": "1571", "type": "Feature", "properties": {"id": "mb80258114", "mag": 1.59, "time": 1506584469140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.867333, 10.81]}, "bbox": [-112.525167, 46.867333, -112.525167, 46.867333]}, {"id": "1572", "type": "Feature", "properties": {"id": "mb80258109", "mag": 1.16, "time": 1506584073450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.878167, 13.02]}, "bbox": [-112.53, 46.878167, -112.53, 46.878167]}, {"id": "1573", "type": "Feature", "properties": {"id": "ci38012872", "mag": 1.17, "time": 1506583959450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817833, 34.8665, 6.68]}, "bbox": [-118.817833, 34.8665, -118.817833, 34.8665]}, {"id": "1574", "type": "Feature", "properties": {"id": "ak16989588", "mag": 1.8, "time": 1506583466047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2642, 60.2053, 132.7]}, "bbox": [-153.2642, 60.2053, -153.2642, 60.2053]}, {"id": "1575", "type": "Feature", "properties": {"id": "us2000awdi", "mag": 1.5, "time": 1506583342200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.1659, 45.241, 4.82]}, "bbox": [-69.1659, 45.241, -69.1659, 45.241]}, {"id": "1576", "type": "Feature", "properties": {"id": "us2000avsq", "mag": 4.8, "time": 1506582689240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.4054, 37.4649, 44.08]}, "bbox": [141.4054, 37.4649, 141.4054, 37.4649]}, {"id": "1577", "type": "Feature", "properties": {"id": "ak16928412", "mag": 1.8, "time": 1506582059678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6189, 67.5652, 16.4]}, "bbox": [-159.6189, 67.5652, -159.6189, 67.5652]}, {"id": "1578", "type": "Feature", "properties": {"id": "ak16928397", "mag": 2.0, "time": 1506580602424, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1188, 61.1485, 13.0]}, "bbox": [-150.1188, 61.1485, -150.1188, 61.1485]}, {"id": "1579", "type": "Feature", "properties": {"id": "ak16928399", "mag": 1.1, "time": 1506580596261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8057, 66.0421, 6.0]}, "bbox": [-149.8057, 66.0421, -149.8057, 66.0421]}, {"id": "1580", "type": "Feature", "properties": {"id": "nc72900281", "mag": 1.14, "time": 1506579131440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.5365, 3.19]}, "bbox": [-118.88, 37.5365, -118.88, 37.5365]}, {"id": "1581", "type": "Feature", "properties": {"id": "ak16928394", "mag": 1.6, "time": 1506578908430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0895, 61.7515, 17.4]}, "bbox": [-149.0895, 61.7515, -149.0895, 61.7515]}, {"id": "1582", "type": "Feature", "properties": {"id": "ci38012840", "mag": 0.96, "time": 1506578825230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767667, 36.025167, 1.05]}, "bbox": [-117.767667, 36.025167, -117.767667, 36.025167]}, {"id": "1583", "type": "Feature", "properties": {"id": "ci38012832", "mag": 1.0, "time": 1506578679490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.884833, 33.846833, 11.18]}, "bbox": [-117.884833, 33.846833, -117.884833, 33.846833]}, {"id": "1584", "type": "Feature", "properties": {"id": "uu60249902", "mag": 1.26, "time": 1506578472190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.285833, 41.514167, 1.58]}, "bbox": [-112.285833, 41.514167, -112.285833, 41.514167]}, {"id": "1585", "type": "Feature", "properties": {"id": "uu60249897", "mag": 1.56, "time": 1506578161990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4205, 42.5195, 5.83]}, "bbox": [-111.4205, 42.5195, -111.4205, 42.5195]}, {"id": "1586", "type": "Feature", "properties": {"id": "ak16989578", "mag": 1.2, "time": 1506577617968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0285, 60.9615, 99.9]}, "bbox": [-152.0285, 60.9615, -152.0285, 60.9615]}, {"id": "1587", "type": "Feature", "properties": {"id": "ak16927642", "mag": 2.5, "time": 1506576956542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4519, 60.4702, 49.5]}, "bbox": [-151.4519, 60.4702, -151.4519, 60.4702]}, {"id": "1588", "type": "Feature", "properties": {"id": "ak16927639", "mag": 1.1, "time": 1506575989243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9371, 64.4345, 12.0]}, "bbox": [-147.9371, 64.4345, -147.9371, 64.4345]}, {"id": "1589", "type": "Feature", "properties": {"id": "us2000avrg", "mag": 4.2, "time": 1506575321430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9228, 16.6784, 58.25]}, "bbox": [-94.9228, 16.6784, -94.9228, 16.6784]}, {"id": "1590", "type": "Feature", "properties": {"id": "ak16927634", "mag": 1.4, "time": 1506574806948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9601, 61.6771, 57.6]}, "bbox": [-150.9601, 61.6771, -150.9601, 61.6771]}, {"id": "1591", "type": "Feature", "properties": {"id": "us2000avr9", "mag": 3.0, "time": 1506574593800, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8025, 35.9915, 5.225]}, "bbox": [-96.8025, 35.9915, -96.8025, 35.9915]}, {"id": "1592", "type": "Feature", "properties": {"id": "nc72900251", "mag": 1.08, "time": 1506573201460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.876833, 37.531833, 2.55]}, "bbox": [-118.876833, 37.531833, -118.876833, 37.531833]}, {"id": "1593", "type": "Feature", "properties": {"id": "ak16989573", "mag": 1.0, "time": 1506573124099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1846, 68.5953, 17.3]}, "bbox": [-147.1846, 68.5953, -147.1846, 68.5953]}, {"id": "1594", "type": "Feature", "properties": {"id": "nc72900241", "mag": 2.37, "time": 1506572664450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8255, 37.454833, 2.13]}, "bbox": [-118.8255, 37.454833, -118.8255, 37.454833]}, {"id": "1595", "type": "Feature", "properties": {"id": "nc72900236", "mag": 1.11, "time": 1506572038110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.088333, 36.5915, 6.51]}, "bbox": [-121.088333, 36.5915, -121.088333, 36.5915]}, {"id": "1596", "type": "Feature", "properties": {"id": "ak16927631", "mag": 2.2, "time": 1506572029624, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6248, 51.535, 13.6]}, "bbox": [178.6248, 51.535, 178.6248, 51.535]}, {"id": "1597", "type": "Feature", "properties": {"id": "ak16989570", "mag": 1.3, "time": 1506571605724, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1124, 61.418, 10.3]}, "bbox": [-154.1124, 61.418, -154.1124, 61.418]}, {"id": "1598", "type": "Feature", "properties": {"id": "us2000avr1", "mag": 2.8, "time": 1506571358890, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1712, 37.3741, 5.0]}, "bbox": [-98.1712, 37.3741, -98.1712, 37.3741]}, {"id": "1599", "type": "Feature", "properties": {"id": "us2000avqw", "mag": 3.2, "time": 1506571014630, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1535, 37.3739, 5.0]}, "bbox": [-98.1535, 37.3739, -98.1535, 37.3739]}, {"id": "1600", "type": "Feature", "properties": {"id": "us2000avr2", "mag": 4.9, "time": 1506570988200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.8102, -5.2471, 64.55]}, "bbox": [151.8102, -5.2471, 151.8102, -5.2471]}, {"id": "1601", "type": "Feature", "properties": {"id": "nc72900206", "mag": 1.12, "time": 1506569953990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.5315, 2.34]}, "bbox": [-118.878833, 37.5315, -118.878833, 37.5315]}, {"id": "1602", "type": "Feature", "properties": {"id": "nc72900201", "mag": 1.78, "time": 1506569868050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.191167, 36.174833, 16.31]}, "bbox": [-120.191167, 36.174833, -120.191167, 36.174833]}, {"id": "1603", "type": "Feature", "properties": {"id": "mb80258089", "mag": 0.96, "time": 1506568483250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.872833, 14.45]}, "bbox": [-112.5215, 46.872833, -112.5215, 46.872833]}, {"id": "1604", "type": "Feature", "properties": {"id": "nc72900166", "mag": 1.94, "time": 1506568350160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.970833, 36.399167, 0.33]}, "bbox": [-120.970833, 36.399167, -120.970833, 36.399167]}, {"id": "1605", "type": "Feature", "properties": {"id": "nc72900156", "mag": 1.95, "time": 1506567041430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.535167, 2.92]}, "bbox": [-118.8805, 37.535167, -118.8805, 37.535167]}, {"id": "1606", "type": "Feature", "properties": {"id": "nn00607321", "mag": 1.0, "time": 1506566989487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0173, 39.5809, 8.3]}, "bbox": [-120.0173, 39.5809, -120.0173, 39.5809]}, {"id": "1607", "type": "Feature", "properties": {"id": "ci38012696", "mag": 1.54, "time": 1506566359150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3855, 33.309667, 7.18]}, "bbox": [-116.3855, 33.309667, -116.3855, 33.309667]}, {"id": "1608", "type": "Feature", "properties": {"id": "ak16926883", "mag": 1.4, "time": 1506564828219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7449, 64.3314, 9.4]}, "bbox": [-150.7449, 64.3314, -150.7449, 64.3314]}, {"id": "1609", "type": "Feature", "properties": {"id": "ak16926881", "mag": 1.6, "time": 1506563449576, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7299, 60.5992, 21.1]}, "bbox": [-148.7299, 60.5992, -148.7299, 60.5992]}, {"id": "1610", "type": "Feature", "properties": {"id": "us2000avqf", "mag": 3.5, "time": 1506563003590, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-1.5206, 47.8948, 7.47]}, "bbox": [-1.5206, 47.8948, -1.5206, 47.8948]}, {"id": "1611", "type": "Feature", "properties": {"id": "us2000avq4", "mag": 3.4, "time": 1506562916490, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.8862, 9.972, 12.77]}, "bbox": [-83.8862, 9.972, -83.8862, 9.972]}, {"id": "1612", "type": "Feature", "properties": {"id": "ak16926876", "mag": 1.5, "time": 1506562750811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2038, 62.3276, 80.2]}, "bbox": [-151.2038, 62.3276, -151.2038, 62.3276]}, {"id": "1613", "type": "Feature", "properties": {"id": "ak16989563", "mag": 2.4, "time": 1506562282380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5433, 52.3165, 175.4]}, "bbox": [-174.5433, 52.3165, -174.5433, 52.3165]}, {"id": "1614", "type": "Feature", "properties": {"id": "ci38012648", "mag": 1.44, "time": 1506561221540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9255, 33.975833, 5.98]}, "bbox": [-116.9255, 33.975833, -116.9255, 33.975833]}, {"id": "1615", "type": "Feature", "properties": {"id": "ak16989561", "mag": 1.2, "time": 1506560682030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3529, 60.5442, 7.3]}, "bbox": [-148.3529, 60.5442, -148.3529, 60.5442]}, {"id": "1616", "type": "Feature", "properties": {"id": "uu60249877", "mag": 2.9, "time": 1506560508370, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.946, 38.905, 8.36]}, "bbox": [-111.946, 38.905, -111.946, 38.905]}, {"id": "1617", "type": "Feature", "properties": {"id": "ci38012624", "mag": 1.0, "time": 1506559691050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812, 36.016833, 1.28]}, "bbox": [-117.812, 36.016833, -117.812, 36.016833]}, {"id": "1618", "type": "Feature", "properties": {"id": "ci38012616", "mag": 1.66, "time": 1506559333880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.939667, 33.686667, 9.17]}, "bbox": [-115.939667, 33.686667, -115.939667, 33.686667]}, {"id": "1619", "type": "Feature", "properties": {"id": "ak16926874", "mag": 1.3, "time": 1506559196699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5701, 61.4562, 64.2]}, "bbox": [-150.5701, 61.4562, -150.5701, 61.4562]}, {"id": "1620", "type": "Feature", "properties": {"id": "nc72900121", "mag": 1.32, "time": 1506558055260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.2635, 39.396667, 0.45]}, "bbox": [-123.2635, 39.396667, -123.2635, 39.396667]}, {"id": "1621", "type": "Feature", "properties": {"id": "ak16989559", "mag": 1.0, "time": 1506557933118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9128, 61.7015, 46.8]}, "bbox": [-149.9128, 61.7015, -149.9128, 61.7015]}, {"id": "1622", "type": "Feature", "properties": {"id": "ci38012608", "mag": 1.47, "time": 1506557437030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.089667, 35.6985, 2.41]}, "bbox": [-118.089667, 35.6985, -118.089667, 35.6985]}, {"id": "1623", "type": "Feature", "properties": {"id": "nc72900106", "mag": 1.15, "time": 1506556889810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794, 38.821167, 2.63]}, "bbox": [-122.794, 38.821167, -122.794, 38.821167]}, {"id": "1624", "type": "Feature", "properties": {"id": "nn00607313", "mag": 1.3, "time": 1506556883650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1041, 37.378, 3.6]}, "bbox": [-115.1041, 37.378, -115.1041, 37.378]}, {"id": "1625", "type": "Feature", "properties": {"id": "mb80258084", "mag": 1.57, "time": 1506556538250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.874833, 14.66]}, "bbox": [-112.526333, 46.874833, -112.526333, 46.874833]}, {"id": "1626", "type": "Feature", "properties": {"id": "nn00607310", "mag": 1.6, "time": 1506556172753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.059, 37.1112, 7.3]}, "bbox": [-117.059, 37.1112, -117.059, 37.1112]}, {"id": "1627", "type": "Feature", "properties": {"id": "ak16926873", "mag": 1.3, "time": 1506556116361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4042, 53.8015, 12.7]}, "bbox": [-166.4042, 53.8015, -166.4042, 53.8015]}, {"id": "1628", "type": "Feature", "properties": {"id": "nc72900096", "mag": 1.12, "time": 1506556022400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.731667, 38.760166, 1.18]}, "bbox": [-122.731667, 38.760166, -122.731667, 38.760166]}, {"id": "1629", "type": "Feature", "properties": {"id": "ak16988195", "mag": 1.9, "time": 1506555035171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0633, 60.0089, 114.1]}, "bbox": [-153.0633, 60.0089, -153.0633, 60.0089]}, {"id": "1630", "type": "Feature", "properties": {"id": "us2000avn9", "mag": 4.2, "time": 1506555004800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.4365, -8.2451, 154.02]}, "bbox": [119.4365, -8.2451, 119.4365, -8.2451]}, {"id": "1631", "type": "Feature", "properties": {"id": "nc72900086", "mag": 1.16, "time": 1506554882180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.738335, 38.755333, 0.36]}, "bbox": [-122.738335, 38.755333, -122.738335, 38.755333]}, {"id": "1632", "type": "Feature", "properties": {"id": "ak16926134", "mag": 1.1, "time": 1506554881350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2845, 60.8545, 21.3]}, "bbox": [-146.2845, 60.8545, -146.2845, 60.8545]}, {"id": "1633", "type": "Feature", "properties": {"id": "ak16988193", "mag": 1.0, "time": 1506554670593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1097, 62.4437, 13.6]}, "bbox": [-150.1097, 62.4437, -150.1097, 62.4437]}, {"id": "1634", "type": "Feature", "properties": {"id": "ak16926036", "mag": 1.3, "time": 1506554241873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6125, 61.555, 35.5]}, "bbox": [-149.6125, 61.555, -149.6125, 61.555]}, {"id": "1635", "type": "Feature", "properties": {"id": "nc72900081", "mag": 1.22, "time": 1506554024900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832, 37.5385, 4.78]}, "bbox": [-118.832, 37.5385, -118.832, 37.5385]}, {"id": "1636", "type": "Feature", "properties": {"id": "ci38012576", "mag": 1.27, "time": 1506553539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.392833, 34.878667, 4.66]}, "bbox": [-117.392833, 34.878667, -117.392833, 34.878667]}, {"id": "1637", "type": "Feature", "properties": {"id": "ak16926028", "mag": 1.6, "time": 1506553116940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5885, 67.5732, 17.6]}, "bbox": [-159.5885, 67.5732, -159.5885, 67.5732]}, {"id": "1638", "type": "Feature", "properties": {"id": "ci38012568", "mag": 1.61, "time": 1506552976740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.666667, 13.28]}, "bbox": [-116.758833, 33.666667, -116.758833, 33.666667]}, {"id": "1639", "type": "Feature", "properties": {"id": "ak16926026", "mag": 1.6, "time": 1506552344260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6143, 63.0496, 5.8]}, "bbox": [-151.6143, 63.0496, -151.6143, 63.0496]}, {"id": "1640", "type": "Feature", "properties": {"id": "ak16988188", "mag": 1.0, "time": 1506552342400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0102, 64.7419, 2.4]}, "bbox": [-140.0102, 64.7419, -140.0102, 64.7419]}, {"id": "1641", "type": "Feature", "properties": {"id": "ak16926025", "mag": 1.7, "time": 1506551886678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4287, 51.666, 13.3]}, "bbox": [-178.4287, 51.666, -178.4287, 51.666]}, {"id": "1642", "type": "Feature", "properties": {"id": "uu60249842", "mag": 1.14, "time": 1506551770950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.297667, 41.517833, 3.93]}, "bbox": [-112.297667, 41.517833, -112.297667, 41.517833]}, {"id": "1643", "type": "Feature", "properties": {"id": "ak16926021", "mag": 1.0, "time": 1506550963839, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7318, 63.2463, 16.3]}, "bbox": [-151.7318, 63.2463, -151.7318, 63.2463]}, {"id": "1644", "type": "Feature", "properties": {"id": "ci38012528", "mag": 1.36, "time": 1506549674520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.505667, 5.04]}, "bbox": [-116.792167, 33.505667, -116.792167, 33.505667]}, {"id": "1645", "type": "Feature", "properties": {"id": "us2000avlw", "mag": 4.5, "time": 1506549399140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.4716, 24.998, 125.83]}, "bbox": [123.4716, 24.998, 123.4716, 24.998]}, {"id": "1646", "type": "Feature", "properties": {"id": "ak16988184", "mag": 1.9, "time": 1506549387020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4366, 51.4823, 54.4]}, "bbox": [-177.4366, 51.4823, -177.4366, 51.4823]}, {"id": "1647", "type": "Feature", "properties": {"id": "nc72900041", "mag": 1.15, "time": 1506549261590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745331, 38.788502, 0.88]}, "bbox": [-122.745331, 38.788502, -122.745331, 38.788502]}, {"id": "1648", "type": "Feature", "properties": {"id": "uu60249832", "mag": 1.22, "time": 1506548944800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.294333, 41.516333, 2.01]}, "bbox": [-112.294333, 41.516333, -112.294333, 41.516333]}, {"id": "1649", "type": "Feature", "properties": {"id": "us2000avm6", "mag": 4.7, "time": 1506548861390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5824, 28.7476, 33.11]}, "bbox": [140.5824, 28.7476, 140.5824, 28.7476]}, {"id": "1650", "type": "Feature", "properties": {"id": "hv61923721", "mag": 1.68, "time": 1506548248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.233167, 19.411667, 26.335]}, "bbox": [-155.233167, 19.411667, -155.233167, 19.411667]}, {"id": "1651", "type": "Feature", "properties": {"id": "ak16988183", "mag": 1.1, "time": 1506547027410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5065, 62.8856, 85.5]}, "bbox": [-150.5065, 62.8856, -150.5065, 62.8856]}, {"id": "1652", "type": "Feature", "properties": {"id": "ak16988182", "mag": 1.3, "time": 1506546817449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3499, 60.4052, 65.0]}, "bbox": [-151.3499, 60.4052, -151.3499, 60.4052]}, {"id": "1653", "type": "Feature", "properties": {"id": "us2000avkb", "mag": 4.8, "time": 1506546638200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5529, 28.769, 38.59]}, "bbox": [140.5529, 28.769, 140.5529, 28.769]}, {"id": "1654", "type": "Feature", "properties": {"id": "us2000avk0", "mag": 4.4, "time": 1506545901120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.9242, -10.8691, 104.23]}, "bbox": [-73.9242, -10.8691, -73.9242, -10.8691]}, {"id": "1655", "type": "Feature", "properties": {"id": "nc72900011", "mag": 1.24, "time": 1506545494440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.775167, 0.33]}, "bbox": [-122.7435, 38.775167, -122.7435, 38.775167]}, {"id": "1656", "type": "Feature", "properties": {"id": "mb80258059", "mag": 1.99, "time": 1506545099310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533833, 46.865333, 12.52]}, "bbox": [-112.533833, 46.865333, -112.533833, 46.865333]}, {"id": "1657", "type": "Feature", "properties": {"id": "ak16988181", "mag": 1.9, "time": 1506544970602, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5993, 58.8739, 125.1]}, "bbox": [-154.5993, 58.8739, -154.5993, 58.8739]}, {"id": "1658", "type": "Feature", "properties": {"id": "nc71107599", "mag": 1.73, "time": 1506544649060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.852333, 36.770333, 5.22]}, "bbox": [-120.852333, 36.770333, -120.852333, 36.770333]}, {"id": "1659", "type": "Feature", "properties": {"id": "nc72900001", "mag": 1.02, "time": 1506544641500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.307333, 35.890833, 9.61]}, "bbox": [-120.307333, 35.890833, -120.307333, 35.890833]}, {"id": "1660", "type": "Feature", "properties": {"id": "uw61334351", "mag": 1.62, "time": 1506543856900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.103667, 46.818167, -0.37]}, "bbox": [-123.103667, 46.818167, -123.103667, 46.818167]}, {"id": "1661", "type": "Feature", "properties": {"id": "us2000avim", "mag": 4.5, "time": 1506542712990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6095, -15.1614, 131.74]}, "bbox": [-71.6095, -15.1614, -71.6095, -15.1614]}, {"id": "1662", "type": "Feature", "properties": {"id": "ak16924547", "mag": 1.3, "time": 1506542654107, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6538, 61.2784, 0.0]}, "bbox": [-147.6538, 61.2784, -147.6538, 61.2784]}, {"id": "1663", "type": "Feature", "properties": {"id": "nc72899976", "mag": 1.46, "time": 1506542639270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.024, 37.520333, 2.59]}, "bbox": [-119.024, 37.520333, -119.024, 37.520333]}, {"id": "1664", "type": "Feature", "properties": {"id": "ak16988179", "mag": 1.4, "time": 1506542327610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9637, 61.5729, 96.7]}, "bbox": [-151.9637, 61.5729, -151.9637, 61.5729]}, {"id": "1665", "type": "Feature", "properties": {"id": "ak16988178", "mag": 1.2, "time": 1506541938004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1366, 60.2787, 53.2]}, "bbox": [-151.1366, 60.2787, -151.1366, 60.2787]}, {"id": "1666", "type": "Feature", "properties": {"id": "ak16924544", "mag": 1.5, "time": 1506541523210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1298, 59.8511, 15.0]}, "bbox": [-139.1298, 59.8511, -139.1298, 59.8511]}, {"id": "1667", "type": "Feature", "properties": {"id": "ak16924540", "mag": 3.0, "time": 1506540667871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8525, 51.0507, 13.6]}, "bbox": [-179.8525, 51.0507, -179.8525, 51.0507]}, {"id": "1668", "type": "Feature", "properties": {"id": "ak16924539", "mag": 1.3, "time": 1506540652841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.178, 61.5488, 2.4]}, "bbox": [-138.178, 61.5488, -138.178, 61.5488]}, {"id": "1669", "type": "Feature", "properties": {"id": "ci38012400", "mag": 0.98, "time": 1506540581720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.481833, 33.471167, 13.16]}, "bbox": [-116.481833, 33.471167, -116.481833, 33.471167]}, {"id": "1670", "type": "Feature", "properties": {"id": "ak16988174", "mag": 1.1, "time": 1506540333948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.501, 61.2429, 47.8]}, "bbox": [-150.501, 61.2429, -150.501, 61.2429]}, {"id": "1671", "type": "Feature", "properties": {"id": "ci38012384", "mag": 1.3, "time": 1506539422810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197, 34.992, -0.84]}, "bbox": [-118.197, 34.992, -118.197, 34.992]}, {"id": "1672", "type": "Feature", "properties": {"id": "mb80258049", "mag": 1.59, "time": 1506539240620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.472833, 46.002167, -2.0]}, "bbox": [-112.472833, 46.002167, -112.472833, 46.002167]}, {"id": "1673", "type": "Feature", "properties": {"id": "nc72899931", "mag": 1.55, "time": 1506538588360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4435, 38.569833, 7.29]}, "bbox": [-122.4435, 38.569833, -122.4435, 38.569833]}, {"id": "1674", "type": "Feature", "properties": {"id": "ci38012368", "mag": 1.32, "time": 1506538425860, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.193167, 34.018167, 9.75]}, "bbox": [-117.193167, 34.018167, -117.193167, 34.018167]}, {"id": "1675", "type": "Feature", "properties": {"id": "ci38012360", "mag": 1.78, "time": 1506537986730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 33.395, 16.07]}, "bbox": [-116.929, 33.395, -116.929, 33.395]}, {"id": "1676", "type": "Feature", "properties": {"id": "mb80258044", "mag": 1.34, "time": 1506537974910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.870667, 11.9]}, "bbox": [-112.524833, 46.870667, -112.524833, 46.870667]}, {"id": "1677", "type": "Feature", "properties": {"id": "mb80258039", "mag": 1.67, "time": 1506537644220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.873167, 11.84]}, "bbox": [-112.525, 46.873167, -112.525, 46.873167]}, {"id": "1678", "type": "Feature", "properties": {"id": "ci38012352", "mag": 1.26, "time": 1506537396500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.313333, 35.0755, -0.97]}, "bbox": [-118.313333, 35.0755, -118.313333, 35.0755]}, {"id": "1679", "type": "Feature", "properties": {"id": "ak16988173", "mag": 2.5, "time": 1506536259670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2174, 55.267, 28.1]}, "bbox": [-153.2174, 55.267, -153.2174, 55.267]}, {"id": "1680", "type": "Feature", "properties": {"id": "ak16923724", "mag": 1.8, "time": 1506535852212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5095, 57.4219, 64.0]}, "bbox": [-155.5095, 57.4219, -155.5095, 57.4219]}, {"id": "1681", "type": "Feature", "properties": {"id": "ci38012280", "mag": 1.04, "time": 1506535593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8595, 37.1805, -1.52]}, "bbox": [-117.8595, 37.1805, -117.8595, 37.1805]}, {"id": "1682", "type": "Feature", "properties": {"id": "mb80258024", "mag": 1.14, "time": 1506535428310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.542833, 46.867, 15.39]}, "bbox": [-112.542833, 46.867, -112.542833, 46.867]}, {"id": "1683", "type": "Feature", "properties": {"id": "ak16923723", "mag": 1.8, "time": 1506535251777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8081, 59.8933, 18.4]}, "bbox": [-136.8081, 59.8933, -136.8081, 59.8933]}, {"id": "1684", "type": "Feature", "properties": {"id": "nc72899896", "mag": 1.43, "time": 1506534720980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1055, 37.325167, -0.31]}, "bbox": [-122.1055, 37.325167, -122.1055, 37.325167]}, {"id": "1685", "type": "Feature", "properties": {"id": "nn00607242", "mag": 1.3, "time": 1506533616061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8105, 37.3086, 1.0]}, "bbox": [-114.8105, 37.3086, -114.8105, 37.3086]}, {"id": "1686", "type": "Feature", "properties": {"id": "ak16922991", "mag": 1.3, "time": 1506533488405, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0074, 62.0045, 73.7]}, "bbox": [-151.0074, 62.0045, -151.0074, 62.0045]}, {"id": "1687", "type": "Feature", "properties": {"id": "ak16922987", "mag": 1.8, "time": 1506533174170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1276, 62.1421, 107.7]}, "bbox": [-152.1276, 62.1421, -152.1276, 62.1421]}, {"id": "1688", "type": "Feature", "properties": {"id": "mb80258019", "mag": 1.36, "time": 1506533071220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.9895, 46.553167, -2.0]}, "bbox": [-111.9895, 46.553167, -111.9895, 46.553167]}, {"id": "1689", "type": "Feature", "properties": {"id": "ci38012256", "mag": 1.4, "time": 1506532727840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796333, 33.501667, 4.58]}, "bbox": [-116.796333, 33.501667, -116.796333, 33.501667]}, {"id": "1690", "type": "Feature", "properties": {"id": "ak16922978", "mag": 3.9, "time": 1506532451736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.5261, 52.9317, 19.0]}, "bbox": [-165.5261, 52.9317, -165.5261, 52.9317]}, {"id": "1691", "type": "Feature", "properties": {"id": "ak16922973", "mag": 1.3, "time": 1506532279574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0546, 62.1579, 12.9]}, "bbox": [-150.0546, 62.1579, -150.0546, 62.1579]}, {"id": "1692", "type": "Feature", "properties": {"id": "ak16922968", "mag": 2.2, "time": 1506532267245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0431, 59.4743, 92.8]}, "bbox": [-153.0431, 59.4743, -153.0431, 59.4743]}, {"id": "1693", "type": "Feature", "properties": {"id": "ak16922975", "mag": 1.9, "time": 1506532266486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1368, 59.6598, 0.0]}, "bbox": [-154.1368, 59.6598, -154.1368, 59.6598]}, {"id": "1694", "type": "Feature", "properties": {"id": "ak16922963", "mag": 1.1, "time": 1506530768012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1018, 64.1209, 3.3]}, "bbox": [-150.1018, 64.1209, -150.1018, 64.1209]}, {"id": "1695", "type": "Feature", "properties": {"id": "ak16924550", "mag": 2.4, "time": 1506530256430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6494, 52.9731, 12.9]}, "bbox": [-165.6494, 52.9731, -165.6494, 52.9731]}, {"id": "1696", "type": "Feature", "properties": {"id": "us2000avec", "mag": 2.6, "time": 1506529974600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.0737, 44.3257, 12.14]}, "bbox": [-114.0737, 44.3257, -114.0737, 44.3257]}, {"id": "1697", "type": "Feature", "properties": {"id": "nc72899871", "mag": 1.08, "time": 1506529473980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836, 37.569167, 1.23]}, "bbox": [-118.836, 37.569167, -118.836, 37.569167]}, {"id": "1698", "type": "Feature", "properties": {"id": "ci38012176", "mag": 1.03, "time": 1506529247980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795833, 33.502, 4.86]}, "bbox": [-116.795833, 33.502, -116.795833, 33.502]}, {"id": "1699", "type": "Feature", "properties": {"id": "ak16922238", "mag": 1.6, "time": 1506529055903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7065, 67.422, 11.0]}, "bbox": [-143.7065, 67.422, -143.7065, 67.422]}, {"id": "1700", "type": "Feature", "properties": {"id": "nc72899866", "mag": 1.85, "time": 1506528932600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.432667, 3.11]}, "bbox": [-122.995833, 39.432667, -122.995833, 39.432667]}, {"id": "1701", "type": "Feature", "properties": {"id": "us2000ave0", "mag": 4.1, "time": 1506528488760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9926, -7.5373, 611.74]}, "bbox": [119.9926, -7.5373, 119.9926, -7.5373]}, {"id": "1702", "type": "Feature", "properties": {"id": "us2000avdr", "mag": 4.1, "time": 1506527126210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0234, -7.2935, 121.06]}, "bbox": [129.0234, -7.2935, 129.0234, -7.2935]}, {"id": "1703", "type": "Feature", "properties": {"id": "nc72899831", "mag": 1.23, "time": 1506526130580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.231667, 35.611, 3.55]}, "bbox": [-121.231667, 35.611, -121.231667, 35.611]}, {"id": "1704", "type": "Feature", "properties": {"id": "ak16988160", "mag": 1.6, "time": 1506525379416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9254, 58.9648, 66.9]}, "bbox": [-152.9254, 58.9648, -152.9254, 58.9648]}, {"id": "1705", "type": "Feature", "properties": {"id": "mb80257999", "mag": 1.8, "time": 1506524825390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533333, 46.866, 13.41]}, "bbox": [-112.533333, 46.866, -112.533333, 46.866]}, {"id": "1706", "type": "Feature", "properties": {"id": "nc72899816", "mag": 1.11, "time": 1506524218360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.989167, 37.558167, 1.34]}, "bbox": [-118.989167, 37.558167, -118.989167, 37.558167]}, {"id": "1707", "type": "Feature", "properties": {"id": "ak16988159", "mag": 1.2, "time": 1506524092965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7404, 58.8609, 4.5]}, "bbox": [-153.7404, 58.8609, -153.7404, 58.8609]}, {"id": "1708", "type": "Feature", "properties": {"id": "ci38012112", "mag": 1.73, "time": 1506523530510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.417833, 34.440833, 0.65]}, "bbox": [-119.417833, 34.440833, -119.417833, 34.440833]}, {"id": "1709", "type": "Feature", "properties": {"id": "nc72899796", "mag": 0.95, "time": 1506523499180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8715, 37.492667, 3.48]}, "bbox": [-118.8715, 37.492667, -118.8715, 37.492667]}, {"id": "1710", "type": "Feature", "properties": {"id": "ak16921504", "mag": 1.8, "time": 1506522635679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3466, 59.8103, 47.9]}, "bbox": [-151.3466, 59.8103, -151.3466, 59.8103]}, {"id": "1711", "type": "Feature", "properties": {"id": "ak16988157", "mag": 1.5, "time": 1506522267480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.561, 57.6875, 76.6]}, "bbox": [-155.561, 57.6875, -155.561, 57.6875]}, {"id": "1712", "type": "Feature", "properties": {"id": "uw61311512", "mag": 1.06, "time": 1506522173600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.941333, 47.1825, 15.72]}, "bbox": [-121.941333, 47.1825, -121.941333, 47.1825]}, {"id": "1713", "type": "Feature", "properties": {"id": "ak16920785", "mag": 2.4, "time": 1506522058371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3316, 56.7652, 41.8]}, "bbox": [-154.3316, 56.7652, -154.3316, 56.7652]}, {"id": "1714", "type": "Feature", "properties": {"id": "ak16920784", "mag": 1.4, "time": 1506521703637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.533, 60.0761, 0.0]}, "bbox": [-139.533, 60.0761, -139.533, 60.0761]}, {"id": "1715", "type": "Feature", "properties": {"id": "hv61923421", "mag": 1.78, "time": 1506521436470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.401167, 19.199167, 32.961]}, "bbox": [-155.401167, 19.199167, -155.401167, 19.199167]}, {"id": "1716", "type": "Feature", "properties": {"id": "ak16920775", "mag": 2.0, "time": 1506520826084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.649, 61.9693, 57.0]}, "bbox": [-150.649, 61.9693, -150.649, 61.9693]}, {"id": "1717", "type": "Feature", "properties": {"id": "ak16920772", "mag": 2.0, "time": 1506520439615, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2196, 59.6108, 85.6]}, "bbox": [-152.2196, 59.6108, -152.2196, 59.6108]}, {"id": "1718", "type": "Feature", "properties": {"id": "ak16920758", "mag": 2.9, "time": 1506520230887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3755, 61.9643, 42.4]}, "bbox": [-150.3755, 61.9643, -150.3755, 61.9643]}, {"id": "1719", "type": "Feature", "properties": {"id": "mb80257989", "mag": 1.28, "time": 1506520220400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.870167, 11.81]}, "bbox": [-112.5215, 46.870167, -112.5215, 46.870167]}, {"id": "1720", "type": "Feature", "properties": {"id": "ak16920757", "mag": 1.0, "time": 1506520046138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5503, 65.1678, 11.6]}, "bbox": [-151.5503, 65.1678, -151.5503, 65.1678]}, {"id": "1721", "type": "Feature", "properties": {"id": "nn00607209", "mag": 1.5, "time": 1506519994705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7233, 40.1708, 10.7]}, "bbox": [-117.7233, 40.1708, -117.7233, 40.1708]}, {"id": "1722", "type": "Feature", "properties": {"id": "ci38012040", "mag": 1.13, "time": 1506519953180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.935333, 34.4565, 9.26]}, "bbox": [-117.935333, 34.4565, -117.935333, 34.4565]}, {"id": "1723", "type": "Feature", "properties": {"id": "nc72899776", "mag": 1.01, "time": 1506519567480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.5315, -1.51]}, "bbox": [-118.840667, 37.5315, -118.840667, 37.5315]}, {"id": "1724", "type": "Feature", "properties": {"id": "nc72899766", "mag": 1.77, "time": 1506519075660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.243667, 39.398333, 12.87]}, "bbox": [-121.243667, 39.398333, -121.243667, 39.398333]}, {"id": "1725", "type": "Feature", "properties": {"id": "nc72899761", "mag": 1.35, "time": 1506518981970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745833, 38.784333, 1.01]}, "bbox": [-122.745833, 38.784333, -122.745833, 38.784333]}, {"id": "1726", "type": "Feature", "properties": {"id": "us2000avce", "mag": 2.7, "time": 1506518011840, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555, 46.8463, 8.48]}, "bbox": [-112.555, 46.8463, -112.555, 46.8463]}, {"id": "1727", "type": "Feature", "properties": {"id": "ak16920754", "mag": 2.5, "time": 1506517941863, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4288, 51.3519, 42.3]}, "bbox": [179.4288, 51.3519, 179.4288, 51.3519]}, {"id": "1728", "type": "Feature", "properties": {"id": "ak16920753", "mag": 1.2, "time": 1506517783977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1318, 60.4494, 8.4]}, "bbox": [-143.1318, 60.4494, -143.1318, 60.4494]}, {"id": "1729", "type": "Feature", "properties": {"id": "ak16920743", "mag": 2.6, "time": 1506516302533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0235, 61.6238, 41.0]}, "bbox": [-150.0235, 61.6238, -150.0235, 61.6238]}, {"id": "1730", "type": "Feature", "properties": {"id": "ak16988145", "mag": 1.2, "time": 1506515748862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9213, 61.1389, 61.5]}, "bbox": [-150.9213, 61.1389, -150.9213, 61.1389]}, {"id": "1731", "type": "Feature", "properties": {"id": "mb80257979", "mag": 1.95, "time": 1506514222430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.869667, 13.01]}, "bbox": [-112.528667, 46.869667, -112.528667, 46.869667]}, {"id": "1732", "type": "Feature", "properties": {"id": "ak16920741", "mag": 1.4, "time": 1506513863630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4582, 62.4107, 39.0]}, "bbox": [-148.4582, 62.4107, -148.4582, 62.4107]}, {"id": "1733", "type": "Feature", "properties": {"id": "ak16920740", "mag": 2.1, "time": 1506513265227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.2773, 65.177, 2.3]}, "bbox": [-168.2773, 65.177, -168.2773, 65.177]}, {"id": "1734", "type": "Feature", "properties": {"id": "ak16920737", "mag": 1.4, "time": 1506513028050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1779, 58.0206, 30.7]}, "bbox": [-153.1779, 58.0206, -153.1779, 58.0206]}, {"id": "1735", "type": "Feature", "properties": {"id": "ak16920020", "mag": 1.9, "time": 1506512934355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4027, 59.1963, 7.9]}, "bbox": [-135.4027, 59.1963, -135.4027, 59.1963]}, {"id": "1736", "type": "Feature", "properties": {"id": "ak16920019", "mag": 1.3, "time": 1506511124207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9174, 59.9564, 76.1]}, "bbox": [-151.9174, 59.9564, -151.9174, 59.9564]}, {"id": "1737", "type": "Feature", "properties": {"id": "ci38011952", "mag": 1.07, "time": 1506511069520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789667, 33.489167, 5.35]}, "bbox": [-116.789667, 33.489167, -116.789667, 33.489167]}, {"id": "1738", "type": "Feature", "properties": {"id": "mb80257974", "mag": 1.33, "time": 1506510967360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.881, 13.2]}, "bbox": [-112.526833, 46.881, -112.526833, 46.881]}, {"id": "1739", "type": "Feature", "properties": {"id": "us2000avaw", "mag": 2.7, "time": 1506509852090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2764, 31.1697, 5.0]}, "bbox": [-103.2764, 31.1697, -103.2764, 31.1697]}, {"id": "1740", "type": "Feature", "properties": {"id": "nc72899726", "mag": 1.29, "time": 1506508915160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809, 38.828833, 0.37]}, "bbox": [-122.809, 38.828833, -122.809, 38.828833]}, {"id": "1741", "type": "Feature", "properties": {"id": "nc72899721", "mag": 1.52, "time": 1506508865060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.074167, 36.490333, 6.54]}, "bbox": [-121.074167, 36.490333, -121.074167, 36.490333]}, {"id": "1742", "type": "Feature", "properties": {"id": "ak16920017", "mag": 1.5, "time": 1506508671618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.664, 59.7325, 12.8]}, "bbox": [-136.664, 59.7325, -136.664, 59.7325]}, {"id": "1743", "type": "Feature", "properties": {"id": "nc72899716", "mag": 1.33, "time": 1506507368050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.621833, 36.9715, 5.05]}, "bbox": [-121.621833, 36.9715, -121.621833, 36.9715]}, {"id": "1744", "type": "Feature", "properties": {"id": "ak16988138", "mag": 1.5, "time": 1506506488102, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3194, 60.198, 0.0]}, "bbox": [-141.3194, 60.198, -141.3194, 60.198]}, {"id": "1745", "type": "Feature", "properties": {"id": "nc72899711", "mag": 1.1, "time": 1506506346060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.830667, 37.480333, -1.14]}, "bbox": [-118.830667, 37.480333, -118.830667, 37.480333]}, {"id": "1746", "type": "Feature", "properties": {"id": "ak16920009", "mag": 1.7, "time": 1506506054796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8154, 59.9932, 104.2]}, "bbox": [-152.8154, 59.9932, -152.8154, 59.9932]}, {"id": "1747", "type": "Feature", "properties": {"id": "ak16988136", "mag": 1.4, "time": 1506505999692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1528, 59.8387, 71.2]}, "bbox": [-152.1528, 59.8387, -152.1528, 59.8387]}, {"id": "1748", "type": "Feature", "properties": {"id": "ak16920005", "mag": 1.7, "time": 1506505194635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0126, 61.1428, 12.4]}, "bbox": [-140.0126, 61.1428, -140.0126, 61.1428]}, {"id": "1749", "type": "Feature", "properties": {"id": "ak16920003", "mag": 1.3, "time": 1506504555844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6373, 60.4592, 9.8]}, "bbox": [-143.6373, 60.4592, -143.6373, 60.4592]}, {"id": "1750", "type": "Feature", "properties": {"id": "hv61923186", "mag": 1.49, "time": 1506503971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2035, 19.597167, 24.581]}, "bbox": [-155.2035, 19.597167, -155.2035, 19.597167]}, {"id": "1751", "type": "Feature", "properties": {"id": "nn00607200", "mag": 1.3, "time": 1506503935311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2622, 38.0846, 9.6]}, "bbox": [-117.2622, 38.0846, -117.2622, 38.0846]}, {"id": "1752", "type": "Feature", "properties": {"id": "us2000av9q", "mag": 3.0, "time": 1506503712310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2693, 31.1511, 5.0]}, "bbox": [-103.2693, 31.1511, -103.2693, 31.1511]}, {"id": "1753", "type": "Feature", "properties": {"id": "nc72899701", "mag": 1.06, "time": 1506503394340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.604333, 4.32]}, "bbox": [-118.819167, 37.604333, -118.819167, 37.604333]}, {"id": "1754", "type": "Feature", "properties": {"id": "mb80257964", "mag": 1.06, "time": 1506503136100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529667, 46.8705, 10.5]}, "bbox": [-112.529667, 46.8705, -112.529667, 46.8705]}, {"id": "1755", "type": "Feature", "properties": {"id": "uu60249807", "mag": 1.65, "time": 1506503101030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.067, 42.665833, 6.6]}, "bbox": [-111.067, 42.665833, -111.067, 42.665833]}, {"id": "1756", "type": "Feature", "properties": {"id": "ci38011904", "mag": 1.21, "time": 1506502961890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0485, 33.171333, 5.5]}, "bbox": [-116.0485, 33.171333, -116.0485, 33.171333]}, {"id": "1757", "type": "Feature", "properties": {"id": "us2000av9i", "mag": 4.2, "time": 1506502867800, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3374, -29.45, 38.77]}, "bbox": [-71.3374, -29.45, -71.3374, -29.45]}, {"id": "1758", "type": "Feature", "properties": {"id": "ak16919291", "mag": 2.0, "time": 1506502630723, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4344, 59.1851, 6.2]}, "bbox": [-135.4344, 59.1851, -135.4344, 59.1851]}, {"id": "1759", "type": "Feature", "properties": {"id": "uu60249797", "mag": 1.72, "time": 1506502497570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.061667, 42.664667, 5.0]}, "bbox": [-111.061667, 42.664667, -111.061667, 42.664667]}, {"id": "1760", "type": "Feature", "properties": {"id": "ci38011896", "mag": 1.37, "time": 1506502201400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.052, 33.172, 6.03]}, "bbox": [-116.052, 33.172, -116.052, 33.172]}, {"id": "1761", "type": "Feature", "properties": {"id": "ci38011880", "mag": 1.16, "time": 1506501606110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.542667, 32.944667, 6.67]}, "bbox": [-115.542667, 32.944667, -115.542667, 32.944667]}, {"id": "1762", "type": "Feature", "properties": {"id": "us2000av94", "mag": 4.6, "time": 1506500888720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.1871, 28.1091, 45.31]}, "bbox": [54.1871, 28.1091, 54.1871, 28.1091]}, {"id": "1763", "type": "Feature", "properties": {"id": "ak16919288", "mag": 1.0, "time": 1506500817789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4269, 65.2147, 15.4]}, "bbox": [-152.4269, 65.2147, -152.4269, 65.2147]}, {"id": "1764", "type": "Feature", "properties": {"id": "ak16988130", "mag": 2.0, "time": 1506500078029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5053, 51.0555, 12.3]}, "bbox": [179.5053, 51.0555, 179.5053, 51.0555]}, {"id": "1765", "type": "Feature", "properties": {"id": "nc71107564", "mag": 1.29, "time": 1506499044330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.570833, 38.927167, 9.62]}, "bbox": [-122.570833, 38.927167, -122.570833, 38.927167]}, {"id": "1766", "type": "Feature", "properties": {"id": "us2000av8z", "mag": 4.3, "time": 1506498944880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1801, -21.2747, 610.22]}, "bbox": [-179.1801, -21.2747, -179.1801, -21.2747]}, {"id": "1767", "type": "Feature", "properties": {"id": "nc72899666", "mag": 1.1, "time": 1506498551180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8395, 37.568167, 1.44]}, "bbox": [-118.8395, 37.568167, -118.8395, 37.568167]}, {"id": "1768", "type": "Feature", "properties": {"id": "ak16918579", "mag": 1.9, "time": 1506498372082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5535, 59.8103, 129.5]}, "bbox": [-153.5535, 59.8103, -153.5535, 59.8103]}, {"id": "1769", "type": "Feature", "properties": {"id": "ismpkansas70235883", "mag": 1.79, "time": 1506498339870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.776167, 37.332333, 4.84]}, "bbox": [-97.776167, 37.332333, -97.776167, 37.332333]}, {"id": "1770", "type": "Feature", "properties": {"id": "nc72899656", "mag": 1.07, "time": 1506497879900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818169, 38.816334, 2.44]}, "bbox": [-122.818169, 38.816334, -122.818169, 38.816334]}, {"id": "1771", "type": "Feature", "properties": {"id": "ak16988128", "mag": 1.7, "time": 1506497626569, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5074, 58.9707, 125.1]}, "bbox": [-154.5074, 58.9707, -154.5074, 58.9707]}, {"id": "1772", "type": "Feature", "properties": {"id": "nn00607194", "mag": 1.4, "time": 1506496907372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0035, 38.4922, 2.7]}, "bbox": [-118.0035, 38.4922, -118.0035, 38.4922]}, {"id": "1773", "type": "Feature", "properties": {"id": "ak16918577", "mag": 2.4, "time": 1506495198173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3064, 51.5599, 38.1]}, "bbox": [-175.3064, 51.5599, -175.3064, 51.5599]}, {"id": "1774", "type": "Feature", "properties": {"id": "nn00607192", "mag": 1.3, "time": 1506495045147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1202, 38.2811, 9.2]}, "bbox": [-119.1202, 38.2811, -119.1202, 38.2811]}, {"id": "1775", "type": "Feature", "properties": {"id": "ak16917880", "mag": 1.4, "time": 1506494125518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4062, 59.5783, 46.7]}, "bbox": [-150.4062, 59.5783, -150.4062, 59.5783]}, {"id": "1776", "type": "Feature", "properties": {"id": "ci38011824", "mag": 2.15, "time": 1506493452570, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377, 34.425667, 6.94]}, "bbox": [-119.377, 34.425667, -119.377, 34.425667]}, {"id": "1777", "type": "Feature", "properties": {"id": "ak16917877", "mag": 1.0, "time": 1506493181446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.74, 66.8722, 13.4]}, "bbox": [-146.74, 66.8722, -146.74, 66.8722]}, {"id": "1778", "type": "Feature", "properties": {"id": "ak16988124", "mag": 2.0, "time": 1506492309885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.6222, 51.5723, 70.6]}, "bbox": [-179.6222, 51.5723, -179.6222, 51.5723]}, {"id": "1779", "type": "Feature", "properties": {"id": "ak16917874", "mag": 1.0, "time": 1506491782705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3009, 62.1686, 20.4]}, "bbox": [-150.3009, 62.1686, -150.3009, 62.1686]}, {"id": "1780", "type": "Feature", "properties": {"id": "ismpkansas70235878", "mag": 1.72, "time": 1506491740260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966167, 37.277667, 3.84]}, "bbox": [-97.966167, 37.277667, -97.966167, 37.277667]}, {"id": "1781", "type": "Feature", "properties": {"id": "ak16917871", "mag": 2.2, "time": 1506491690990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.227, 67.4203, 2.2]}, "bbox": [-148.227, 67.4203, -148.227, 67.4203]}, {"id": "1782", "type": "Feature", "properties": {"id": "mb80257949", "mag": 1.15, "time": 1506491507770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.8695, 10.41]}, "bbox": [-112.53, 46.8695, -112.53, 46.8695]}, {"id": "1783", "type": "Feature", "properties": {"id": "ak16917866", "mag": 2.4, "time": 1506491501818, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2772, 62.1792, 19.3]}, "bbox": [-150.2772, 62.1792, -150.2772, 62.1792]}, {"id": "1784", "type": "Feature", "properties": {"id": "ismpkansas70235873", "mag": 2.14, "time": 1506491075330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.886, 37.201833, 5.78]}, "bbox": [-97.886, 37.201833, -97.886, 37.201833]}, {"id": "1785", "type": "Feature", "properties": {"id": "mb80257939", "mag": 1.58, "time": 1506490489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.867667, 13.76]}, "bbox": [-112.536833, 46.867667, -112.536833, 46.867667]}, {"id": "1786", "type": "Feature", "properties": {"id": "nn00607189", "mag": 1.5, "time": 1506490367737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.114, 38.2859, 6.0]}, "bbox": [-119.114, 38.2859, -119.114, 38.2859]}, {"id": "1787", "type": "Feature", "properties": {"id": "ci38011800", "mag": 2.36, "time": 1506490230430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3735, 34.4205, 2.68]}, "bbox": [-119.3735, 34.4205, -119.3735, 34.4205]}, {"id": "1788", "type": "Feature", "properties": {"id": "ci38011808", "mag": 1.19, "time": 1506490229680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.296833, 33.257333, 11.15]}, "bbox": [-116.296833, 33.257333, -116.296833, 33.257333]}, {"id": "1789", "type": "Feature", "properties": {"id": "nc72899631", "mag": 1.3, "time": 1506489660140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.492333, 37.643167, 10.59]}, "bbox": [-122.492333, 37.643167, -122.492333, 37.643167]}, {"id": "1790", "type": "Feature", "properties": {"id": "ci38011776", "mag": 1.48, "time": 1506489097510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.050333, 33.1715, 3.79]}, "bbox": [-116.050333, 33.1715, -116.050333, 33.1715]}, {"id": "1791", "type": "Feature", "properties": {"id": "ci38011760", "mag": 1.09, "time": 1506488442000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1045, 34.032667, 6.24]}, "bbox": [-117.1045, 34.032667, -117.1045, 34.032667]}, {"id": "1792", "type": "Feature", "properties": {"id": "ak16917162", "mag": 1.2, "time": 1506488287570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7916, 59.8749, 12.6]}, "bbox": [-136.7916, 59.8749, -136.7916, 59.8749]}, {"id": "1793", "type": "Feature", "properties": {"id": "ak16917160", "mag": 1.7, "time": 1506488119627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8594, 59.8596, 52.6]}, "bbox": [-151.8594, 59.8596, -151.8594, 59.8596]}, {"id": "1794", "type": "Feature", "properties": {"id": "ci38011736", "mag": 1.35, "time": 1506488015210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.011667, 33.275333, 2.98]}, "bbox": [-116.011667, 33.275333, -116.011667, 33.275333]}, {"id": "1795", "type": "Feature", "properties": {"id": "ci38011728", "mag": 1.28, "time": 1506487875520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.492, 4.46]}, "bbox": [-116.796667, 33.492, -116.796667, 33.492]}, {"id": "1796", "type": "Feature", "properties": {"id": "ci38011720", "mag": 2.62, "time": 1506487715700, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.372333, 34.4215, 3.6]}, "bbox": [-119.372333, 34.4215, -119.372333, 34.4215]}, {"id": "1797", "type": "Feature", "properties": {"id": "uu60249762", "mag": 1.11, "time": 1506487228770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.7735, 44.765667, 7.75]}, "bbox": [-110.7735, 44.765667, -110.7735, 44.765667]}, {"id": "1798", "type": "Feature", "properties": {"id": "nc72899586", "mag": 2.03, "time": 1506485795570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784333, 38.836667, 1.36]}, "bbox": [-122.784333, 38.836667, -122.784333, 38.836667]}, {"id": "1799", "type": "Feature", "properties": {"id": "us2000av7z", "mag": 5.3, "time": 1506485581610, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [139.7504, -3.5926, 60.39]}, "bbox": [139.7504, -3.5926, 139.7504, -3.5926]}, {"id": "1800", "type": "Feature", "properties": {"id": "nn00607179", "mag": 1.2, "time": 1506485505469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6245, 38.788, 6.4]}, "bbox": [-119.6245, 38.788, -119.6245, 38.788]}, {"id": "1801", "type": "Feature", "properties": {"id": "us2000av80", "mag": 5.0, "time": 1506485392430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-43.5388, 28.7234, 10.0]}, "bbox": [-43.5388, 28.7234, -43.5388, 28.7234]}, {"id": "1802", "type": "Feature", "properties": {"id": "us2000av7x", "mag": 2.7, "time": 1506485373140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2078, 31.1233, 1.49]}, "bbox": [-103.2078, 31.1233, -103.2078, 31.1233]}, {"id": "1803", "type": "Feature", "properties": {"id": "nc72899571", "mag": 1.02, "time": 1506485084470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.004333, 37.796167, 1.79]}, "bbox": [-119.004333, 37.796167, -119.004333, 37.796167]}, {"id": "1804", "type": "Feature", "properties": {"id": "ak16988118", "mag": 1.8, "time": 1506483937222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.399, 51.7067, 17.6]}, "bbox": [-178.399, 51.7067, -178.399, 51.7067]}, {"id": "1805", "type": "Feature", "properties": {"id": "ak16916451", "mag": 1.9, "time": 1506483073029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0454, 59.6347, 103.9]}, "bbox": [-153.0454, 59.6347, -153.0454, 59.6347]}, {"id": "1806", "type": "Feature", "properties": {"id": "uw61311302", "mag": 2.23, "time": 1506482912030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.555, 44.547167, 12.72]}, "bbox": [-122.555, 44.547167, -122.555, 44.547167]}, {"id": "1807", "type": "Feature", "properties": {"id": "uw61311297", "mag": 1.11, "time": 1506482481740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.683, 45.372667, -1.63]}, "bbox": [-121.683, 45.372667, -121.683, 45.372667]}, {"id": "1808", "type": "Feature", "properties": {"id": "ci38011704", "mag": 1.57, "time": 1506482455900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.519833, 32.888, 10.14]}, "bbox": [-115.519833, 32.888, -115.519833, 32.888]}, {"id": "1809", "type": "Feature", "properties": {"id": "ak16988116", "mag": 2.0, "time": 1506482397355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3801, 51.6434, 13.2]}, "bbox": [-178.3801, 51.6434, -178.3801, 51.6434]}, {"id": "1810", "type": "Feature", "properties": {"id": "nc72899551", "mag": 1.76, "time": 1506481720510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.880667, 38.659333, 5.9]}, "bbox": [-122.880667, 38.659333, -122.880667, 38.659333]}, {"id": "1811", "type": "Feature", "properties": {"id": "ak16915757", "mag": 1.4, "time": 1506480400030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6852, 64.9151, 3.6]}, "bbox": [-145.6852, 64.9151, -145.6852, 64.9151]}, {"id": "1812", "type": "Feature", "properties": {"id": "nn00607173", "mag": 1.2, "time": 1506479979561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4858, 38.7006, 5.4]}, "bbox": [-118.4858, 38.7006, -118.4858, 38.7006]}, {"id": "1813", "type": "Feature", "properties": {"id": "us2000av7a", "mag": 2.7, "time": 1506479406560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8806, 37.2184, 2.69]}, "bbox": [-97.8806, 37.2184, -97.8806, 37.2184]}, {"id": "1814", "type": "Feature", "properties": {"id": "ak16988114", "mag": 1.6, "time": 1506479371570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3827, 51.4303, 27.7]}, "bbox": [179.3827, 51.4303, 179.3827, 51.4303]}, {"id": "1815", "type": "Feature", "properties": {"id": "ci38011664", "mag": 1.8, "time": 1506478585030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.628167, 35.076167, 10.0]}, "bbox": [-116.628167, 35.076167, -116.628167, 35.076167]}, {"id": "1816", "type": "Feature", "properties": {"id": "ak16915754", "mag": 2.0, "time": 1506478364486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3878, 61.6649, 31.2]}, "bbox": [-146.3878, 61.6649, -146.3878, 61.6649]}, {"id": "1817", "type": "Feature", "properties": {"id": "ak16915750", "mag": 1.2, "time": 1506477958824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6683, 62.8518, 73.0]}, "bbox": [-149.6683, 62.8518, -149.6683, 62.8518]}, {"id": "1818", "type": "Feature", "properties": {"id": "ak16915745", "mag": 1.8, "time": 1506477442438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6565, 53.4796, 20.0]}, "bbox": [-165.6565, 53.4796, -165.6565, 53.4796]}, {"id": "1819", "type": "Feature", "properties": {"id": "us2000av70", "mag": 4.7, "time": 1506476740040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.4332, -21.409, 120.07]}, "bbox": [-68.4332, -21.409, -68.4332, -21.409]}, {"id": "1820", "type": "Feature", "properties": {"id": "ak16915060", "mag": 1.3, "time": 1506476367132, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7491, 63.2266, 126.1]}, "bbox": [-150.7491, 63.2266, -150.7491, 63.2266]}, {"id": "1821", "type": "Feature", "properties": {"id": "us2000av6x", "mag": 4.7, "time": 1506475551840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.6287, 4.6053, 83.93]}, "bbox": [126.6287, 4.6053, 126.6287, 4.6053]}, {"id": "1822", "type": "Feature", "properties": {"id": "ak16915057", "mag": 2.4, "time": 1506475504238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2738, 57.0675, 69.2]}, "bbox": [-155.2738, 57.0675, -155.2738, 57.0675]}, {"id": "1823", "type": "Feature", "properties": {"id": "ci38011648", "mag": 2.25, "time": 1506474971480, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7765, 33.325667, 11.63]}, "bbox": [-116.7765, 33.325667, -116.7765, 33.325667]}, {"id": "1824", "type": "Feature", "properties": {"id": "nm60207341", "mag": 1.82, "time": 1506473928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.549667, 36.4815, 9.25]}, "bbox": [-89.549667, 36.4815, -89.549667, 36.4815]}, {"id": "1825", "type": "Feature", "properties": {"id": "ak16988107", "mag": 1.9, "time": 1506471772798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4471, 51.7337, 16.9]}, "bbox": [-178.4471, 51.7337, -178.4471, 51.7337]}, {"id": "1826", "type": "Feature", "properties": {"id": "ak16988106", "mag": 1.6, "time": 1506471697831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0762, 58.2594, 21.7]}, "bbox": [-152.0762, 58.2594, -152.0762, 58.2594]}, {"id": "1827", "type": "Feature", "properties": {"id": "us2000b1dn", "mag": 4.3, "time": 1506471581400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4161, 40.39, 49.52]}, "bbox": [142.4161, 40.39, 142.4161, 40.39]}, {"id": "1828", "type": "Feature", "properties": {"id": "ak16915048", "mag": 1.6, "time": 1506471507429, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7558, 60.1282, 31.9]}, "bbox": [-150.7558, 60.1282, -150.7558, 60.1282]}, {"id": "1829", "type": "Feature", "properties": {"id": "ak16914368", "mag": 1.9, "time": 1506469962223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0546, 60.9937, 12.2]}, "bbox": [-147.0546, 60.9937, -147.0546, 60.9937]}, {"id": "1830", "type": "Feature", "properties": {"id": "us2000av6e", "mag": 4.8, "time": 1506469452030, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.0971, 14.1324, 113.77]}, "bbox": [145.0971, 14.1324, 145.0971, 14.1324]}, {"id": "1831", "type": "Feature", "properties": {"id": "ak16914364", "mag": 1.0, "time": 1506469276260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0231, 64.8914, 16.1]}, "bbox": [-149.0231, 64.8914, -149.0231, 64.8914]}, {"id": "1832", "type": "Feature", "properties": {"id": "ci38011608", "mag": 1.21, "time": 1506468838030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.506, 6.88]}, "bbox": [-116.792667, 33.506, -116.792667, 33.506]}, {"id": "1833", "type": "Feature", "properties": {"id": "ak16949369", "mag": 1.0, "time": 1506468623879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2412, 61.8508, 14.7]}, "bbox": [-149.2412, 61.8508, -149.2412, 61.8508]}, {"id": "1834", "type": "Feature", "properties": {"id": "nc72899501", "mag": 0.98, "time": 1506468157640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873833, 37.624833, 2.99]}, "bbox": [-118.873833, 37.624833, -118.873833, 37.624833]}, {"id": "1835", "type": "Feature", "properties": {"id": "ci38011600", "mag": 1.67, "time": 1506468079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.679333, 35.033667, -0.8]}, "bbox": [-117.679333, 35.033667, -117.679333, 35.033667]}, {"id": "1836", "type": "Feature", "properties": {"id": "us2000b02y", "mag": 4.2, "time": 1506467949880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2432, 15.0466, 41.01]}, "bbox": [-94.2432, 15.0466, -94.2432, 15.0466]}, {"id": "1837", "type": "Feature", "properties": {"id": "ak16914361", "mag": 1.9, "time": 1506467622189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6178, 65.1477, 10.9]}, "bbox": [-151.6178, 65.1477, -151.6178, 65.1477]}, {"id": "1838", "type": "Feature", "properties": {"id": "mb80257914", "mag": 1.23, "time": 1506467597640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.632, 46.8715, 5.29]}, "bbox": [-112.632, 46.8715, -112.632, 46.8715]}, {"id": "1839", "type": "Feature", "properties": {"id": "ak16914358", "mag": 1.0, "time": 1506466926514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3996, 64.9811, 0.0]}, "bbox": [-147.3996, 64.9811, -147.3996, 64.9811]}, {"id": "1840", "type": "Feature", "properties": {"id": "ak16914359", "mag": 1.0, "time": 1506466913331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0673, 63.4886, 10.1]}, "bbox": [-152.0673, 63.4886, -152.0673, 63.4886]}, {"id": "1841", "type": "Feature", "properties": {"id": "nc72899481", "mag": 1.12, "time": 1506466887280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808502, 38.832001, 1.23]}, "bbox": [-122.808502, 38.832001, -122.808502, 38.832001]}, {"id": "1842", "type": "Feature", "properties": {"id": "ak16949365", "mag": 1.7, "time": 1506466403289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 59.9001, 97.4]}, "bbox": [-152.9009, 59.9001, -152.9009, 59.9001]}, {"id": "1843", "type": "Feature", "properties": {"id": "nn00607152", "mag": 1.1, "time": 1506466364846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6252, 38.7877, 5.9]}, "bbox": [-119.6252, 38.7877, -119.6252, 38.7877]}, {"id": "1844", "type": "Feature", "properties": {"id": "us2000av5w", "mag": 4.8, "time": 1506465046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.6494, -2.0113, 10.0]}, "bbox": [-11.6494, -2.0113, -11.6494, -2.0113]}, {"id": "1845", "type": "Feature", "properties": {"id": "uw61311237", "mag": 2.77, "time": 1506464518680, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.953167, 44.251833, 24.14]}, "bbox": [-123.953167, 44.251833, -123.953167, 44.251833]}, {"id": "1846", "type": "Feature", "properties": {"id": "ci38011536", "mag": 1.75, "time": 1506464439110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.304167, 33.253667, 10.84]}, "bbox": [-116.304167, 33.253667, -116.304167, 33.253667]}, {"id": "1847", "type": "Feature", "properties": {"id": "ci38011520", "mag": 1.59, "time": 1506463692350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.216, 33.010333, 6.85]}, "bbox": [-116.216, 33.010333, -116.216, 33.010333]}, {"id": "1848", "type": "Feature", "properties": {"id": "us2000av56", "mag": 4.2, "time": 1506463598300, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2376, -31.7843, 7.09]}, "bbox": [-72.2376, -31.7843, -72.2376, -31.7843]}, {"id": "1849", "type": "Feature", "properties": {"id": "nn00607136", "mag": 2.8, "time": 1506462799119, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6217, 38.7826, 6.1]}, "bbox": [-119.6217, 38.7826, -119.6217, 38.7826]}, {"id": "1850", "type": "Feature", "properties": {"id": "ci38011488", "mag": 1.81, "time": 1506462726380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750667, 33.516333, 3.18]}, "bbox": [-116.750667, 33.516333, -116.750667, 33.516333]}, {"id": "1851", "type": "Feature", "properties": {"id": "nc72899441", "mag": 2.97, "time": 1506462683270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0155, 40.263833, 11.96]}, "bbox": [-127.0155, 40.263833, -127.0155, 40.263833]}, {"id": "1852", "type": "Feature", "properties": {"id": "ak16949362", "mag": 1.6, "time": 1506462418457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0128, 59.6612, 95.4]}, "bbox": [-153.0128, 59.6612, -153.0128, 59.6612]}, {"id": "1853", "type": "Feature", "properties": {"id": "ak16949359", "mag": 1.6, "time": 1506461654966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3493, 59.8886, 123.7]}, "bbox": [-153.3493, 59.8886, -153.3493, 59.8886]}, {"id": "1854", "type": "Feature", "properties": {"id": "us2000av40", "mag": 5.4, "time": 1506461346270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9476, -23.5856, 538.01]}, "bbox": [-179.9476, -23.5856, -179.9476, -23.5856]}, {"id": "1855", "type": "Feature", "properties": {"id": "nc72899416", "mag": 1.3, "time": 1506461324290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.8215, 0.97]}, "bbox": [-122.810333, 38.8215, -122.810333, 38.8215]}, {"id": "1856", "type": "Feature", "properties": {"id": "mb80257904", "mag": 0.95, "time": 1506461125950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.496, 46.8605, 16.29]}, "bbox": [-112.496, 46.8605, -112.496, 46.8605]}, {"id": "1857", "type": "Feature", "properties": {"id": "ak16913020", "mag": 1.1, "time": 1506460729533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0111, 65.8632, 12.1]}, "bbox": [-151.0111, 65.8632, -151.0111, 65.8632]}, {"id": "1858", "type": "Feature", "properties": {"id": "mb80257894", "mag": 1.08, "time": 1506460594630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.515167, 43.545833, 12.83]}, "bbox": [-110.515167, 43.545833, -110.515167, 43.545833]}, {"id": "1859", "type": "Feature", "properties": {"id": "ak16913017", "mag": 1.8, "time": 1506459899986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.56, 59.8031, 16.5]}, "bbox": [-136.56, 59.8031, -136.56, 59.8031]}, {"id": "1860", "type": "Feature", "properties": {"id": "ak16913011", "mag": 1.9, "time": 1506459063460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6788, 61.3357, 16.8]}, "bbox": [-146.6788, 61.3357, -146.6788, 61.3357]}, {"id": "1861", "type": "Feature", "properties": {"id": "nc72899391", "mag": 1.35, "time": 1506458512440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.789833, 1.23]}, "bbox": [-122.735333, 38.789833, -122.735333, 38.789833]}, {"id": "1862", "type": "Feature", "properties": {"id": "hv61922451", "mag": 1.7, "time": 1506458350950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471167, 19.227667, 34.865]}, "bbox": [-155.471167, 19.227667, -155.471167, 19.227667]}, {"id": "1863", "type": "Feature", "properties": {"id": "nc72899386", "mag": 1.89, "time": 1506458341570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609667, 36.888333, 1.8]}, "bbox": [-121.609667, 36.888333, -121.609667, 36.888333]}, {"id": "1864", "type": "Feature", "properties": {"id": "us2000av31", "mag": 5.8, "time": 1506457331560, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4059, 40.3206, 36.04]}, "bbox": [142.4059, 40.3206, 142.4059, 40.3206]}, {"id": "1865", "type": "Feature", "properties": {"id": "ak16949355", "mag": 1.3, "time": 1506457099270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1826, 62.1538, 80.2]}, "bbox": [-151.1826, 62.1538, -151.1826, 62.1538]}, {"id": "1866", "type": "Feature", "properties": {"id": "us2000av2y", "mag": 2.6, "time": 1506456843780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9668, 37.2773, 4.05]}, "bbox": [-97.9668, 37.2773, -97.9668, 37.2773]}, {"id": "1867", "type": "Feature", "properties": {"id": "ak16912327", "mag": 2.1, "time": 1506456421978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8619, 59.5574, 79.6]}, "bbox": [-152.8619, 59.5574, -152.8619, 59.5574]}, {"id": "1868", "type": "Feature", "properties": {"id": "ak16912325", "mag": 1.6, "time": 1506456406002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0714, 61.2493, 0.0]}, "bbox": [-152.0714, 61.2493, -152.0714, 61.2493]}, {"id": "1869", "type": "Feature", "properties": {"id": "ak16912323", "mag": 1.4, "time": 1506455786083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6417, 63.0711, 110.3]}, "bbox": [-150.6417, 63.0711, -150.6417, 63.0711]}, {"id": "1870", "type": "Feature", "properties": {"id": "nc72899366", "mag": 1.19, "time": 1506455697960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989167, 35.677333, -0.35]}, "bbox": [-120.989167, 35.677333, -120.989167, 35.677333]}, {"id": "1871", "type": "Feature", "properties": {"id": "mb80257869", "mag": 1.78, "time": 1506455523560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4975, 46.900667, 11.16]}, "bbox": [-112.4975, 46.900667, -112.4975, 46.900667]}, {"id": "1872", "type": "Feature", "properties": {"id": "nc72899361", "mag": 1.14, "time": 1506455417130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6625, 36.100833, 0.94]}, "bbox": [-120.6625, 36.100833, -120.6625, 36.100833]}, {"id": "1873", "type": "Feature", "properties": {"id": "uw61311182", "mag": 1.51, "time": 1506454723910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.398833, 46.488167, 17.99]}, "bbox": [-122.398833, 46.488167, -122.398833, 46.488167]}, {"id": "1874", "type": "Feature", "properties": {"id": "ci38011384", "mag": 1.37, "time": 1506454231340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.897333, 32.7725, -0.37]}, "bbox": [-116.897333, 32.7725, -116.897333, 32.7725]}, {"id": "1875", "type": "Feature", "properties": {"id": "mb80257864", "mag": 1.46, "time": 1506454190410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 45.912833, -2.0]}, "bbox": [-111.413167, 45.912833, -111.413167, 45.912833]}, {"id": "1876", "type": "Feature", "properties": {"id": "ci38011376", "mag": 1.05, "time": 1506454146060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.509, 6.71]}, "bbox": [-116.797167, 33.509, -116.797167, 33.509]}, {"id": "1877", "type": "Feature", "properties": {"id": "nn00607108", "mag": 1.0, "time": 1506454067433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.4885, 38.5144, 10.4]}, "bbox": [-119.4885, 38.5144, -119.4885, 38.5144]}, {"id": "1878", "type": "Feature", "properties": {"id": "ak16912305", "mag": 1.2, "time": 1506453243306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4352, 61.6115, 33.0]}, "bbox": [-146.4352, 61.6115, -146.4352, 61.6115]}, {"id": "1879", "type": "Feature", "properties": {"id": "us2000av22", "mag": 5.4, "time": 1506452898220, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.7412, 1.2169, 17.7]}, "bbox": [132.7412, 1.2169, 132.7412, 1.2169]}, {"id": "1880", "type": "Feature", "properties": {"id": "nc72899341", "mag": 0.98, "time": 1506452133100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.783165, 38.837833, 0.59]}, "bbox": [-122.783165, 38.837833, -122.783165, 38.837833]}, {"id": "1881", "type": "Feature", "properties": {"id": "us2000av1t", "mag": 4.3, "time": 1506452028320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6352, 16.5993, 104.33]}, "bbox": [-94.6352, 16.5993, -94.6352, 16.5993]}, {"id": "1882", "type": "Feature", "properties": {"id": "ak16911656", "mag": 1.1, "time": 1506451444842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9798, 65.8633, 10.8]}, "bbox": [-150.9798, 65.8633, -150.9798, 65.8633]}, {"id": "1883", "type": "Feature", "properties": {"id": "mb80257849", "mag": 1.17, "time": 1506451369960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531667, 46.869333, 10.26]}, "bbox": [-112.531667, 46.869333, -112.531667, 46.869333]}, {"id": "1884", "type": "Feature", "properties": {"id": "ak16911652", "mag": 1.7, "time": 1506451256386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2303, 62.9438, 64.9]}, "bbox": [-148.2303, 62.9438, -148.2303, 62.9438]}, {"id": "1885", "type": "Feature", "properties": {"id": "nc72899331", "mag": 1.39, "time": 1506451169180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.46, 37.983333, -0.05]}, "bbox": [-122.46, 37.983333, -122.46, 37.983333]}, {"id": "1886", "type": "Feature", "properties": {"id": "ak16949348", "mag": 1.2, "time": 1506450622498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9789, 62.4498, 80.4]}, "bbox": [-150.9789, 62.4498, -150.9789, 62.4498]}, {"id": "1887", "type": "Feature", "properties": {"id": "nc72899311", "mag": 1.66, "time": 1506450429900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811, 38.812, 2.48]}, "bbox": [-122.811, 38.812, -122.811, 38.812]}, {"id": "1888", "type": "Feature", "properties": {"id": "ci38011328", "mag": 1.82, "time": 1506450379870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.5035, 6.49]}, "bbox": [-116.7965, 33.5035, -116.7965, 33.5035]}, {"id": "1889", "type": "Feature", "properties": {"id": "ci38011320", "mag": 1.66, "time": 1506450370460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.948, 35.292167, 17.31]}, "bbox": [-118.948, 35.292167, -118.948, 35.292167]}, {"id": "1890", "type": "Feature", "properties": {"id": "hv61922336", "mag": 3.25, "time": 1506450097970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.231, 19.290833, 8.96]}, "bbox": [-155.231, 19.290833, -155.231, 19.290833]}, {"id": "1891", "type": "Feature", "properties": {"id": "ak16949347", "mag": 1.4, "time": 1506449901001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1914, 59.4295, 70.7]}, "bbox": [-152.1914, 59.4295, -152.1914, 59.4295]}, {"id": "1892", "type": "Feature", "properties": {"id": "ci38011304", "mag": 1.2, "time": 1506449584430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.813667, 36.025833, 1.31]}, "bbox": [-117.813667, 36.025833, -117.813667, 36.025833]}, {"id": "1893", "type": "Feature", "properties": {"id": "ci38011296", "mag": 0.98, "time": 1506449444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8115, 36.028167, 0.41]}, "bbox": [-117.8115, 36.028167, -117.8115, 36.028167]}, {"id": "1894", "type": "Feature", "properties": {"id": "ak16911638", "mag": 2.2, "time": 1506449441975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1385, 62.9479, 63.9]}, "bbox": [-148.1385, 62.9479, -148.1385, 62.9479]}, {"id": "1895", "type": "Feature", "properties": {"id": "mb80257844", "mag": 1.11, "time": 1506448956940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.8605, 12.58]}, "bbox": [-112.532, 46.8605, -112.532, 46.8605]}, {"id": "1896", "type": "Feature", "properties": {"id": "ak16949345", "mag": 1.5, "time": 1506448347584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8207, 61.1514, 89.2]}, "bbox": [-151.8207, 61.1514, -151.8207, 61.1514]}, {"id": "1897", "type": "Feature", "properties": {"id": "uw61311142", "mag": 1.41, "time": 1506448094510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.884, 43.419667, -0.5]}, "bbox": [-122.884, 43.419667, -122.884, 43.419667]}, {"id": "1898", "type": "Feature", "properties": {"id": "nc72899291", "mag": 1.2, "time": 1506447644460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.291667, 36.660333, 3.36]}, "bbox": [-121.291667, 36.660333, -121.291667, 36.660333]}, {"id": "1899", "type": "Feature", "properties": {"id": "ak16949344", "mag": 2.0, "time": 1506446368069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.7955, 55.6327, 123.4]}, "bbox": [-161.7955, 55.6327, -161.7955, 55.6327]}, {"id": "1900", "type": "Feature", "properties": {"id": "mb80257839", "mag": 1.6, "time": 1506446229250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.872167, 11.4]}, "bbox": [-112.530333, 46.872167, -112.530333, 46.872167]}, {"id": "1901", "type": "Feature", "properties": {"id": "ak16949343", "mag": 1.8, "time": 1506445879278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0092, 56.5802, 60.1]}, "bbox": [-155.0092, 56.5802, -155.0092, 56.5802]}, {"id": "1902", "type": "Feature", "properties": {"id": "ak16910871", "mag": 2.2, "time": 1506445763160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3757, 60.912, 119.8]}, "bbox": [-152.3757, 60.912, -152.3757, 60.912]}, {"id": "1903", "type": "Feature", "properties": {"id": "ak16910870", "mag": 1.2, "time": 1506445355025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.837, 62.5503, 9.8]}, "bbox": [-149.837, 62.5503, -149.837, 62.5503]}, {"id": "1904", "type": "Feature", "properties": {"id": "ak16949340", "mag": 1.4, "time": 1506445236601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4629, 59.6817, 72.4]}, "bbox": [-152.4629, 59.6817, -152.4629, 59.6817]}, {"id": "1905", "type": "Feature", "properties": {"id": "ak16910864", "mag": 1.6, "time": 1506444383456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3694, 61.142, 20.5]}, "bbox": [-148.3694, 61.142, -148.3694, 61.142]}, {"id": "1906", "type": "Feature", "properties": {"id": "ak16910865", "mag": 1.1, "time": 1506444338515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0798, 62.3953, 8.2]}, "bbox": [-150.0798, 62.3953, -150.0798, 62.3953]}, {"id": "1907", "type": "Feature", "properties": {"id": "ak16910858", "mag": 2.0, "time": 1506443746387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5248, 63.5317, 72.7]}, "bbox": [-147.5248, 63.5317, -147.5248, 63.5317]}, {"id": "1908", "type": "Feature", "properties": {"id": "uu60249707", "mag": 1.38, "time": 1506443129640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442, 42.558833, 7.1]}, "bbox": [-111.442, 42.558833, -111.442, 42.558833]}, {"id": "1909", "type": "Feature", "properties": {"id": "ci38011192", "mag": 1.03, "time": 1506442702510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.823833, 33.4855, 7.53]}, "bbox": [-115.823833, 33.4855, -115.823833, 33.4855]}, {"id": "1910", "type": "Feature", "properties": {"id": "nc72899266", "mag": 1.49, "time": 1506442696750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.809833, 37.472833, 3.95]}, "bbox": [-118.809833, 37.472833, -118.809833, 37.472833]}, {"id": "1911", "type": "Feature", "properties": {"id": "mb80257829", "mag": 1.46, "time": 1506441830940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.498, 46.901167, 10.66]}, "bbox": [-112.498, 46.901167, -112.498, 46.901167]}, {"id": "1912", "type": "Feature", "properties": {"id": "nc72903841", "mag": 1.48, "time": 1506440751200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.182167, 40.8515, 3.06]}, "bbox": [-122.182167, 40.8515, -122.182167, 40.8515]}, {"id": "1913", "type": "Feature", "properties": {"id": "uu60249692", "mag": 1.82, "time": 1506439249930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.139833, 42.7365, 4.13]}, "bbox": [-111.139833, 42.7365, -111.139833, 42.7365]}, {"id": "1914", "type": "Feature", "properties": {"id": "ci38011112", "mag": 2.13, "time": 1506439108770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.289833, 33.302833, 10.93]}, "bbox": [-116.289833, 33.302833, -116.289833, 33.302833]}, {"id": "1915", "type": "Feature", "properties": {"id": "us2000auyd", "mag": 2.6, "time": 1506439089180, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.61, 9.35]}, "bbox": [-111.4364, 42.61, -111.4364, 42.61]}, {"id": "1916", "type": "Feature", "properties": {"id": "nc72899236", "mag": 2.73, "time": 1506439073310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.6035, 4.3]}, "bbox": [-118.821, 37.6035, -118.821, 37.6035]}, {"id": "1917", "type": "Feature", "properties": {"id": "hv61922126", "mag": 1.89, "time": 1506438530250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.504837, 19.188499, 37.0]}, "bbox": [-155.504837, 19.188499, -155.504837, 19.188499]}, {"id": "1918", "type": "Feature", "properties": {"id": "ak16910217", "mag": 1.3, "time": 1506438468368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3857, 61.4705, 26.0]}, "bbox": [-146.3857, 61.4705, -146.3857, 61.4705]}, {"id": "1919", "type": "Feature", "properties": {"id": "uu60249677", "mag": 1.01, "time": 1506437975140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.090667, 41.940333, 4.24]}, "bbox": [-112.090667, 41.940333, -112.090667, 41.940333]}, {"id": "1920", "type": "Feature", "properties": {"id": "ak16909586", "mag": 1.8, "time": 1506436541694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9329, 61.1528, 1.5]}, "bbox": [-139.9329, 61.1528, -139.9329, 61.1528]}, {"id": "1921", "type": "Feature", "properties": {"id": "ak16909585", "mag": 1.5, "time": 1506436508165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6533, 59.6178, 1.5]}, "bbox": [-138.6533, 59.6178, -138.6533, 59.6178]}, {"id": "1922", "type": "Feature", "properties": {"id": "uu60249672", "mag": 1.15, "time": 1506436401660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.9865, 44.768833, 6.31]}, "bbox": [-110.9865, 44.768833, -110.9865, 44.768833]}, {"id": "1923", "type": "Feature", "properties": {"id": "ak16949332", "mag": 2.7, "time": 1506436259231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.8212, 50.3055, 25.6]}, "bbox": [177.8212, 50.3055, 177.8212, 50.3055]}, {"id": "1924", "type": "Feature", "properties": {"id": "ak16949331", "mag": 1.5, "time": 1506435973793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5906, 57.0801, 1.8]}, "bbox": [-157.5906, 57.0801, -157.5906, 57.0801]}, {"id": "1925", "type": "Feature", "properties": {"id": "hv61922056", "mag": 1.6, "time": 1506435671030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.617667, 19.403833, 11.352]}, "bbox": [-155.617667, 19.403833, -155.617667, 19.403833]}, {"id": "1926", "type": "Feature", "properties": {"id": "nc72899211", "mag": 1.32, "time": 1506435393920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.617833, 36.045, 5.05]}, "bbox": [-120.617833, 36.045, -120.617833, 36.045]}, {"id": "1927", "type": "Feature", "properties": {"id": "ak16949330", "mag": 2.3, "time": 1506435252977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7207, 53.0759, 5.8]}, "bbox": [-164.7207, 53.0759, -164.7207, 53.0759]}, {"id": "1928", "type": "Feature", "properties": {"id": "us2000auxj", "mag": 4.2, "time": 1506434841590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3743, -28.3432, 19.86]}, "bbox": [-71.3743, -28.3432, -71.3743, -28.3432]}, {"id": "1929", "type": "Feature", "properties": {"id": "ak16909580", "mag": 1.0, "time": 1506433271780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9281, 62.7345, 65.1]}, "bbox": [-148.9281, 62.7345, -148.9281, 62.7345]}, {"id": "1930", "type": "Feature", "properties": {"id": "ci38011056", "mag": 2.34, "time": 1506433147890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.097167, 32.109167, 21.13]}, "bbox": [-115.097167, 32.109167, -115.097167, 32.109167]}, {"id": "1931", "type": "Feature", "properties": {"id": "ci38011048", "mag": 1.64, "time": 1506433002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275333, 33.9755, 2.98]}, "bbox": [-116.275333, 33.9755, -116.275333, 33.9755]}, {"id": "1932", "type": "Feature", "properties": {"id": "ak16909574", "mag": 2.4, "time": 1506432197049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1982, 63.4664, 63.2]}, "bbox": [-147.1982, 63.4664, -147.1982, 63.4664]}, {"id": "1933", "type": "Feature", "properties": {"id": "nc72899196", "mag": 2.34, "time": 1506431642070, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2285, 36.1555, 11.25]}, "bbox": [-120.2285, 36.1555, -120.2285, 36.1555]}, {"id": "1934", "type": "Feature", "properties": {"id": "ci38011032", "mag": 1.31, "time": 1506431195640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.599833, 33.196, 3.24]}, "bbox": [-115.599833, 33.196, -115.599833, 33.196]}, {"id": "1935", "type": "Feature", "properties": {"id": "ak16949325", "mag": 1.3, "time": 1506430179945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5507, 57.5978, 9.6]}, "bbox": [-153.5507, 57.5978, -153.5507, 57.5978]}, {"id": "1936", "type": "Feature", "properties": {"id": "ak16908944", "mag": 1.5, "time": 1506430094548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7286, 62.9807, 109.5]}, "bbox": [-150.7286, 62.9807, -150.7286, 62.9807]}, {"id": "1937", "type": "Feature", "properties": {"id": "ak16949323", "mag": 1.4, "time": 1506429667875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-132.545, 57.8313, 1.5]}, "bbox": [-132.545, 57.8313, -132.545, 57.8313]}, {"id": "1938", "type": "Feature", "properties": {"id": "ak16908941", "mag": 1.9, "time": 1506428870068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9939, 51.4819, 42.9]}, "bbox": [-177.9939, 51.4819, -177.9939, 51.4819]}, {"id": "1939", "type": "Feature", "properties": {"id": "ak16949321", "mag": 2.3, "time": 1506428515529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9246, 51.994, 156.7]}, "bbox": [-179.9246, 51.994, -179.9246, 51.994]}, {"id": "1940", "type": "Feature", "properties": {"id": "us2000auwv", "mag": 4.8, "time": 1506428086930, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1449, -37.4108, 11.74]}, "bbox": [-74.1449, -37.4108, -74.1449, -37.4108]}, {"id": "1941", "type": "Feature", "properties": {"id": "ak16949320", "mag": 1.7, "time": 1506428031233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8671, 57.0274, 77.7]}, "bbox": [-156.8671, 57.0274, -156.8671, 57.0274]}, {"id": "1942", "type": "Feature", "properties": {"id": "nc72899171", "mag": 1.37, "time": 1506428015870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.786167, 37.594333, 4.9]}, "bbox": [-118.786167, 37.594333, -118.786167, 37.594333]}, {"id": "1943", "type": "Feature", "properties": {"id": "ak16949319", "mag": 1.6, "time": 1506427960144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0976, 58.7839, 68.4]}, "bbox": [-153.0976, 58.7839, -153.0976, 58.7839]}, {"id": "1944", "type": "Feature", "properties": {"id": "hv61921941", "mag": 1.75, "time": 1506427855790, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.293667, 19.364833, 29.473]}, "bbox": [-155.293667, 19.364833, -155.293667, 19.364833]}, {"id": "1945", "type": "Feature", "properties": {"id": "mb80257779", "mag": 1.22, "time": 1506426612780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.871167, 11.47]}, "bbox": [-112.524667, 46.871167, -112.524667, 46.871167]}, {"id": "1946", "type": "Feature", "properties": {"id": "ak16908309", "mag": 2.6, "time": 1506426273590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0017, 63.0698, 125.5]}, "bbox": [-151.0017, 63.0698, -151.0017, 63.0698]}, {"id": "1947", "type": "Feature", "properties": {"id": "ak16908307", "mag": 1.4, "time": 1506425656703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0459, 60.021, 7.6]}, "bbox": [-140.0459, 60.021, -140.0459, 60.021]}, {"id": "1948", "type": "Feature", "properties": {"id": "nc72899161", "mag": 1.33, "time": 1506425143350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737833, 38.803333, 1.75]}, "bbox": [-122.737833, 38.803333, -122.737833, 38.803333]}, {"id": "1949", "type": "Feature", "properties": {"id": "us2000auwh", "mag": 4.6, "time": 1506424969320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [168.1159, -17.1048, 50.5]}, "bbox": [168.1159, -17.1048, 168.1159, -17.1048]}, {"id": "1950", "type": "Feature", "properties": {"id": "ak16908306", "mag": 1.2, "time": 1506424570466, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.412, 53.8051, 14.4]}, "bbox": [-166.412, 53.8051, -166.412, 53.8051]}, {"id": "1951", "type": "Feature", "properties": {"id": "ak16908302", "mag": 1.9, "time": 1506424147684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7411, 59.5065, 69.7]}, "bbox": [-152.7411, 59.5065, -152.7411, 59.5065]}, {"id": "1952", "type": "Feature", "properties": {"id": "uu60249657", "mag": 1.69, "time": 1506424086980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4815, 38.756167, 9.29]}, "bbox": [-112.4815, 38.756167, -112.4815, 38.756167]}, {"id": "1953", "type": "Feature", "properties": {"id": "mb80257774", "mag": 1.11, "time": 1506422972160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.387167, 44.8185, 11.24]}, "bbox": [-111.387167, 44.8185, -111.387167, 44.8185]}, {"id": "1954", "type": "Feature", "properties": {"id": "ak16908296", "mag": 1.6, "time": 1506420872410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9572, 61.1571, 5.2]}, "bbox": [-139.9572, 61.1571, -139.9572, 61.1571]}, {"id": "1955", "type": "Feature", "properties": {"id": "nn00607058", "mag": 1.0, "time": 1506420232880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8963, 38.401, 10.7]}, "bbox": [-118.8963, 38.401, -118.8963, 38.401]}, {"id": "1956", "type": "Feature", "properties": {"id": "ak16949310", "mag": 1.6, "time": 1506419827018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2644, 60.0718, 129.8]}, "bbox": [-153.2644, 60.0718, -153.2644, 60.0718]}, {"id": "1957", "type": "Feature", "properties": {"id": "nc72899136", "mag": 1.49, "time": 1506419498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.041333, 37.633667, -1.57]}, "bbox": [-119.041333, 37.633667, -119.041333, 37.633667]}, {"id": "1958", "type": "Feature", "properties": {"id": "ak16908294", "mag": 1.4, "time": 1506419088568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8181, 63.4737, 2.7]}, "bbox": [-147.8181, 63.4737, -147.8181, 63.4737]}, {"id": "1959", "type": "Feature", "properties": {"id": "ak16949308", "mag": 1.7, "time": 1506418915220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9641, 60.3111, 134.7]}, "bbox": [-152.9641, 60.3111, -152.9641, 60.3111]}, {"id": "1960", "type": "Feature", "properties": {"id": "ci38010936", "mag": 1.35, "time": 1506418490150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.104333, 34.0325, 5.61]}, "bbox": [-117.104333, 34.0325, -117.104333, 34.0325]}, {"id": "1961", "type": "Feature", "properties": {"id": "nc72899131", "mag": 1.28, "time": 1506417966210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931833, 37.595833, 0.06]}, "bbox": [-118.931833, 37.595833, -118.931833, 37.595833]}, {"id": "1962", "type": "Feature", "properties": {"id": "ak16908292", "mag": 1.7, "time": 1506417940616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8017, 59.9121, 74.3]}, "bbox": [-151.8017, 59.9121, -151.8017, 59.9121]}, {"id": "1963", "type": "Feature", "properties": {"id": "ak16908290", "mag": 1.7, "time": 1506417796960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.402, 60.1704, 11.6]}, "bbox": [-148.402, 60.1704, -148.402, 60.1704]}, {"id": "1964", "type": "Feature", "properties": {"id": "ak16949304", "mag": 1.7, "time": 1506416080631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.871, 57.3937, 48.6]}, "bbox": [-153.871, 57.3937, -153.871, 57.3937]}, {"id": "1965", "type": "Feature", "properties": {"id": "ak16949303", "mag": 1.2, "time": 1506415360742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6564, 63.2669, 130.1]}, "bbox": [-150.6564, 63.2669, -150.6564, 63.2669]}, {"id": "1966", "type": "Feature", "properties": {"id": "nn00607053", "mag": 3.4, "time": 1506415206305, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8949, 38.3653, 6.5]}, "bbox": [-118.8949, 38.3653, -118.8949, 38.3653]}, {"id": "1967", "type": "Feature", "properties": {"id": "nc72899106", "mag": 1.38, "time": 1506414957350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0225, 37.5205, 2.13]}, "bbox": [-119.0225, 37.5205, -119.0225, 37.5205]}, {"id": "1968", "type": "Feature", "properties": {"id": "us2000auvr", "mag": 4.4, "time": 1506414806850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.3187, -5.8706, 42.3]}, "bbox": [-77.3187, -5.8706, -77.3187, -5.8706]}, {"id": "1969", "type": "Feature", "properties": {"id": "nc72899101", "mag": 1.35, "time": 1506414495100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.810667, 37.473333, 3.46]}, "bbox": [-118.810667, 37.473333, -118.810667, 37.473333]}, {"id": "1970", "type": "Feature", "properties": {"id": "us2000b0x1", "mag": 4.0, "time": 1506414428310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.4547, -8.3437, 7.77]}, "bbox": [115.4547, -8.3437, 115.4547, -8.3437]}, {"id": "1971", "type": "Feature", "properties": {"id": "ak16907660", "mag": 2.5, "time": 1506414139904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2525, 63.3098, 5.4]}, "bbox": [-145.2525, 63.3098, -145.2525, 63.3098]}, {"id": "1972", "type": "Feature", "properties": {"id": "us2000auvl", "mag": 4.9, "time": 1506413746400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8693, -24.5502, 549.9]}, "bbox": [178.8693, -24.5502, 178.8693, -24.5502]}, {"id": "1973", "type": "Feature", "properties": {"id": "ak16907657", "mag": 1.7, "time": 1506413744657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.558, 61.3722, 73.1]}, "bbox": [-151.558, 61.3722, -151.558, 61.3722]}, {"id": "1974", "type": "Feature", "properties": {"id": "nn00607084", "mag": 1.1, "time": 1506413686395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8996, 38.399, 10.5]}, "bbox": [-118.8996, 38.399, -118.8996, 38.399]}, {"id": "1975", "type": "Feature", "properties": {"id": "us2000ax0p", "mag": 3.0, "time": 1506413645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.222, 52.6448, 36.78]}, "bbox": [-162.222, 52.6448, -162.222, 52.6448]}, {"id": "1976", "type": "Feature", "properties": {"id": "ci38010856", "mag": 1.11, "time": 1506413205840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4375, 33.438833, 9.57]}, "bbox": [-116.4375, 33.438833, -116.4375, 33.438833]}, {"id": "1977", "type": "Feature", "properties": {"id": "ak16907655", "mag": 1.3, "time": 1506412718967, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6643, 61.4913, 19.2]}, "bbox": [-146.6643, 61.4913, -146.6643, 61.4913]}, {"id": "1978", "type": "Feature", "properties": {"id": "ak16907652", "mag": 1.7, "time": 1506412362070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6643, 61.6414, 22.2]}, "bbox": [-147.6643, 61.6414, -147.6643, 61.6414]}, {"id": "1979", "type": "Feature", "properties": {"id": "ak16907651", "mag": 1.5, "time": 1506411582373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2404, 59.9305, 72.2]}, "bbox": [-152.2404, 59.9305, -152.2404, 59.9305]}, {"id": "1980", "type": "Feature", "properties": {"id": "ak16949296", "mag": 1.3, "time": 1506411274342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6597, 58.8354, 4.6]}, "bbox": [-153.6597, 58.8354, -153.6597, 58.8354]}, {"id": "1981", "type": "Feature", "properties": {"id": "nc72899096", "mag": 1.03, "time": 1506410824310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.914, 37.573833, -1.62]}, "bbox": [-118.914, 37.573833, -118.914, 37.573833]}, {"id": "1982", "type": "Feature", "properties": {"id": "nc72899091", "mag": 1.42, "time": 1506410795100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807833, 38.8245, 2.94]}, "bbox": [-122.807833, 38.8245, -122.807833, 38.8245]}, {"id": "1983", "type": "Feature", "properties": {"id": "ak16907650", "mag": 2.0, "time": 1506410193440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8603, 66.702, 16.5]}, "bbox": [-135.8603, 66.702, -135.8603, 66.702]}, {"id": "1984", "type": "Feature", "properties": {"id": "ak16949292", "mag": 1.6, "time": 1506409745435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.82, 59.4363, 78.5]}, "bbox": [-152.82, 59.4363, -152.82, 59.4363]}, {"id": "1985", "type": "Feature", "properties": {"id": "ak16907646", "mag": 1.1, "time": 1506408445621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.778, 62.2517, 10.2]}, "bbox": [-149.778, 62.2517, -149.778, 62.2517]}, {"id": "1986", "type": "Feature", "properties": {"id": "uu60249632", "mag": 2.87, "time": 1506407470180, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.651333, 44.820667, 6.96]}, "bbox": [-110.651333, 44.820667, -110.651333, 44.820667]}, {"id": "1987", "type": "Feature", "properties": {"id": "ak16907641", "mag": 2.2, "time": 1506407401881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1721, 59.3036, 66.6]}, "bbox": [-152.1721, 59.3036, -152.1721, 59.3036]}, {"id": "1988", "type": "Feature", "properties": {"id": "ak16949289", "mag": 1.7, "time": 1506406926287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.737, 59.5006, 82.3]}, "bbox": [-152.737, 59.5006, -152.737, 59.5006]}, {"id": "1989", "type": "Feature", "properties": {"id": "ci38010824", "mag": 1.17, "time": 1506406440560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.498833, 34.926833, 12.29]}, "bbox": [-118.498833, 34.926833, -118.498833, 34.926833]}, {"id": "1990", "type": "Feature", "properties": {"id": "us2000auv4", "mag": 4.9, "time": 1506404788280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.3356, -5.7378, 10.0]}, "bbox": [101.3356, -5.7378, 101.3356, -5.7378]}, {"id": "1991", "type": "Feature", "properties": {"id": "us2000auv3", "mag": 5.0, "time": 1506404673850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5505, -21.3378, 232.1]}, "bbox": [-66.5505, -21.3378, -66.5505, -21.3378]}, {"id": "1992", "type": "Feature", "properties": {"id": "mb80257744", "mag": 1.03, "time": 1506404152920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522667, 46.9085, 12.2]}, "bbox": [-112.522667, 46.9085, -112.522667, 46.9085]}, {"id": "1993", "type": "Feature", "properties": {"id": "us2000auuz", "mag": 4.6, "time": 1506404004140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9602, 15.0621, 55.84]}, "bbox": [-93.9602, 15.0621, -93.9602, 15.0621]}, {"id": "1994", "type": "Feature", "properties": {"id": "ak16949287", "mag": 1.5, "time": 1506403834555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1229, 59.9191, 124.6]}, "bbox": [-153.1229, 59.9191, -153.1229, 59.9191]}, {"id": "1995", "type": "Feature", "properties": {"id": "nc72899076", "mag": 0.97, "time": 1506403715720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825667, 37.454833, 1.23]}, "bbox": [-118.825667, 37.454833, -118.825667, 37.454833]}, {"id": "1996", "type": "Feature", "properties": {"id": "nc72899066", "mag": 0.96, "time": 1506402794840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798332, 38.824833, 2.56]}, "bbox": [-122.798332, 38.824833, -122.798332, 38.824833]}, {"id": "1997", "type": "Feature", "properties": {"id": "mb80257739", "mag": 1.14, "time": 1506402535080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5275, 46.880667, 10.59]}, "bbox": [-112.5275, 46.880667, -112.5275, 46.880667]}, {"id": "1998", "type": "Feature", "properties": {"id": "ci38010800", "mag": 1.46, "time": 1506401555090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.061, 34.207167, 1.9]}, "bbox": [-117.061, 34.207167, -117.061, 34.207167]}, {"id": "1999", "type": "Feature", "properties": {"id": "ci38010792", "mag": 1.16, "time": 1506401392950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064333, 34.207333, 2.74]}, "bbox": [-117.064333, 34.207333, -117.064333, 34.207333]}, {"id": "2000", "type": "Feature", "properties": {"id": "nn00607042", "mag": 1.5, "time": 1506400440104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0413, 37.0804, 8.5]}, "bbox": [-117.0413, 37.0804, -117.0413, 37.0804]}, {"id": "2001", "type": "Feature", "properties": {"id": "ak16906991", "mag": 2.7, "time": 1506400345749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4106, 60.9055, 24.6]}, "bbox": [-143.4106, 60.9055, -143.4106, 60.9055]}, {"id": "2002", "type": "Feature", "properties": {"id": "us2000autd", "mag": 6.4, "time": 1506399600760, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-176.9366, -23.7135, 98.07]}, "bbox": [-176.9366, -23.7135, -176.9366, -23.7135]}, {"id": "2003", "type": "Feature", "properties": {"id": "mb80257724", "mag": 1.75, "time": 1506399115590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8815, 10.93]}, "bbox": [-112.525167, 46.8815, -112.525167, 46.8815]}, {"id": "2004", "type": "Feature", "properties": {"id": "ak16949284", "mag": 1.4, "time": 1506398641123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.643, 58.8409, 11.9]}, "bbox": [-153.643, 58.8409, -153.643, 58.8409]}, {"id": "2005", "type": "Feature", "properties": {"id": "ak16949283", "mag": 1.3, "time": 1506398319488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6304, 58.8355, 8.8]}, "bbox": [-153.6304, 58.8355, -153.6304, 58.8355]}, {"id": "2006", "type": "Feature", "properties": {"id": "ak16906355", "mag": 2.3, "time": 1506398227222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8611, 62.7984, 13.7]}, "bbox": [-148.8611, 62.7984, -148.8611, 62.7984]}, {"id": "2007", "type": "Feature", "properties": {"id": "nc72899031", "mag": 1.73, "time": 1506396860580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823667, 37.455333, 2.55]}, "bbox": [-118.823667, 37.455333, -118.823667, 37.455333]}, {"id": "2008", "type": "Feature", "properties": {"id": "nc72899036", "mag": 1.13, "time": 1506396779490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764167, 38.956, 1.48]}, "bbox": [-122.764167, 38.956, -122.764167, 38.956]}, {"id": "2009", "type": "Feature", "properties": {"id": "uu60249592", "mag": 1.7, "time": 1506396582400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.943167, 39.753833, 3.39]}, "bbox": [-110.943167, 39.753833, -110.943167, 39.753833]}, {"id": "2010", "type": "Feature", "properties": {"id": "ak16949281", "mag": 1.5, "time": 1506396506568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7269, 58.5151, 73.1]}, "bbox": [-153.7269, 58.5151, -153.7269, 58.5151]}, {"id": "2011", "type": "Feature", "properties": {"id": "ak16906353", "mag": 1.3, "time": 1506396340348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2988, 62.3609, 81.6]}, "bbox": [-151.2988, 62.3609, -151.2988, 62.3609]}, {"id": "2012", "type": "Feature", "properties": {"id": "uw61310902", "mag": 1.38, "time": 1506395899750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737167, 47.576333, 17.19]}, "bbox": [-122.737167, 47.576333, -122.737167, 47.576333]}, {"id": "2013", "type": "Feature", "properties": {"id": "ak16906350", "mag": 2.1, "time": 1506395022337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6717, 59.8577, 3.5]}, "bbox": [-136.6717, 59.8577, -136.6717, 59.8577]}, {"id": "2014", "type": "Feature", "properties": {"id": "ismpkansas70235803", "mag": 1.67, "time": 1506394171170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.620667, 37.161167, 4.48]}, "bbox": [-97.620667, 37.161167, -97.620667, 37.161167]}, {"id": "2015", "type": "Feature", "properties": {"id": "nc72899026", "mag": 1.36, "time": 1506393508660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823833, 37.4545, 2.28]}, "bbox": [-118.823833, 37.4545, -118.823833, 37.4545]}, {"id": "2016", "type": "Feature", "properties": {"id": "ak16906345", "mag": 1.8, "time": 1506393385073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5638, 59.8105, 0.8]}, "bbox": [-136.5638, 59.8105, -136.5638, 59.8105]}, {"id": "2017", "type": "Feature", "properties": {"id": "ak16906344", "mag": 1.2, "time": 1506393361198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4631, 62.5638, 3.1]}, "bbox": [-149.4631, 62.5638, -149.4631, 62.5638]}, {"id": "2018", "type": "Feature", "properties": {"id": "ak16906343", "mag": 1.2, "time": 1506392589335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2072, 61.6959, 2.7]}, "bbox": [-148.2072, 61.6959, -148.2072, 61.6959]}, {"id": "2019", "type": "Feature", "properties": {"id": "uw61310887", "mag": 1.1, "time": 1506392466960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 46.755833, 4.01]}, "bbox": [-121.9235, 46.755833, -121.9235, 46.755833]}, {"id": "2020", "type": "Feature", "properties": {"id": "ak16906342", "mag": 1.8, "time": 1506392061053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9619, 58.719, 83.8]}, "bbox": [-153.9619, 58.719, -153.9619, 58.719]}, {"id": "2021", "type": "Feature", "properties": {"id": "ak16906341", "mag": 1.1, "time": 1506391622110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.393, 62.6136, 80.1]}, "bbox": [-151.393, 62.6136, -151.393, 62.6136]}, {"id": "2022", "type": "Feature", "properties": {"id": "ak16905725", "mag": 2.0, "time": 1506390933341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6474, 61.5055, 2.1]}, "bbox": [-140.6474, 61.5055, -140.6474, 61.5055]}, {"id": "2023", "type": "Feature", "properties": {"id": "us2000aus0", "mag": 5.1, "time": 1506390162180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2892, -18.0618, 578.88]}, "bbox": [-178.2892, -18.0618, -178.2892, -18.0618]}, {"id": "2024", "type": "Feature", "properties": {"id": "ak16905719", "mag": 1.0, "time": 1506388357140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8119, 61.2841, 12.9]}, "bbox": [-146.8119, 61.2841, -146.8119, 61.2841]}, {"id": "2025", "type": "Feature", "properties": {"id": "ak16949271", "mag": 1.1, "time": 1506387919524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.616, 62.8641, 85.2]}, "bbox": [-150.616, 62.8641, -150.616, 62.8641]}, {"id": "2026", "type": "Feature", "properties": {"id": "us2000avl1", "mag": 4.1, "time": 1506387869490, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2679, -38.2792, 18.61]}, "bbox": [-68.2679, -38.2792, -68.2679, -38.2792]}, {"id": "2027", "type": "Feature", "properties": {"id": "ak16905595", "mag": 1.0, "time": 1506387645089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7961, 60.4358, 8.6]}, "bbox": [-143.7961, 60.4358, -143.7961, 60.4358]}, {"id": "2028", "type": "Feature", "properties": {"id": "us2000aur8", "mag": 3.9, "time": 1506387254290, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.6296, -12.1347, 37.62]}, "bbox": [-77.6296, -12.1347, -77.6296, -12.1347]}, {"id": "2029", "type": "Feature", "properties": {"id": "ak16905592", "mag": 1.5, "time": 1506385892986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6406, 61.6796, 57.6]}, "bbox": [-150.6406, 61.6796, -150.6406, 61.6796]}, {"id": "2030", "type": "Feature", "properties": {"id": "ak16905589", "mag": 1.7, "time": 1506385708409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0359, 62.3774, 41.7]}, "bbox": [-148.0359, 62.3774, -148.0359, 62.3774]}, {"id": "2031", "type": "Feature", "properties": {"id": "nc72898986", "mag": 1.94, "time": 1506385192120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.955667, 4.16]}, "bbox": [-122.759667, 38.955667, -122.759667, 38.955667]}, {"id": "2032", "type": "Feature", "properties": {"id": "nn00607067", "mag": 1.1, "time": 1506385008302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0721, 39.3599, 7.9]}, "bbox": [-118.0721, 39.3599, -118.0721, 39.3599]}, {"id": "2033", "type": "Feature", "properties": {"id": "us2000b0hk", "mag": 4.4, "time": 1506383865610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4109, -4.9919, 96.04]}, "bbox": [130.4109, -4.9919, 130.4109, -4.9919]}, {"id": "2034", "type": "Feature", "properties": {"id": "us2000b0hl", "mag": 4.5, "time": 1506383851620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.755, 79.5651, 10.0]}, "bbox": [3.755, 79.5651, 3.755, 79.5651]}, {"id": "2035", "type": "Feature", "properties": {"id": "ak16905583", "mag": 2.0, "time": 1506383021414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7759, 59.8203, 3.6]}, "bbox": [-136.7759, 59.8203, -136.7759, 59.8203]}, {"id": "2036", "type": "Feature", "properties": {"id": "hv61921341", "mag": 2.37, "time": 1506382999970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.826167, 19.509167, 12.397]}, "bbox": [-155.826167, 19.509167, -155.826167, 19.509167]}, {"id": "2037", "type": "Feature", "properties": {"id": "nc72898971", "mag": 1.13, "time": 1506382612420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7125, 38.7455, 1.45]}, "bbox": [-122.7125, 38.7455, -122.7125, 38.7455]}, {"id": "2038", "type": "Feature", "properties": {"id": "nc72898966", "mag": 1.63, "time": 1506382205240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.579, 36.013, 4.29]}, "bbox": [-120.579, 36.013, -120.579, 36.013]}, {"id": "2039", "type": "Feature", "properties": {"id": "ci38010640", "mag": 1.0, "time": 1506381899530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.508833, 4.84]}, "bbox": [-116.792667, 33.508833, -116.792667, 33.508833]}, {"id": "2040", "type": "Feature", "properties": {"id": "ci38010624", "mag": 1.86, "time": 1506381762630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681667, 35.033833, -0.82]}, "bbox": [-117.681667, 35.033833, -117.681667, 35.033833]}, {"id": "2041", "type": "Feature", "properties": {"id": "nc72898956", "mag": 1.13, "time": 1506381482700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.320667, 37.6445, 0.55]}, "bbox": [-119.320667, 37.6445, -119.320667, 37.6445]}, {"id": "2042", "type": "Feature", "properties": {"id": "mb80257694", "mag": 1.58, "time": 1506381447950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872833, 11.66]}, "bbox": [-112.523833, 46.872833, -112.523833, 46.872833]}, {"id": "2043", "type": "Feature", "properties": {"id": "us2000b0hj", "mag": 4.3, "time": 1506380384190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.85, -10.6682, 39.69]}, "bbox": [115.85, -10.6682, 115.85, -10.6682]}, {"id": "2044", "type": "Feature", "properties": {"id": "ci38010616", "mag": 1.42, "time": 1506380222440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0935, 33.013167, -0.56]}, "bbox": [-116.0935, 33.013167, -116.0935, 33.013167]}, {"id": "2045", "type": "Feature", "properties": {"id": "nc72898946", "mag": 1.13, "time": 1506379343550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7885, 38.832167, 1.97]}, "bbox": [-122.7885, 38.832167, -122.7885, 38.832167]}, {"id": "2046", "type": "Feature", "properties": {"id": "ld60143416", "mag": 1.71, "time": 1506378906690, "felt": 170.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.513833, 40.798667, 5.0]}, "bbox": [-74.513833, 40.798667, -74.513833, 40.798667]}, {"id": "2047", "type": "Feature", "properties": {"id": "ak16988709", "mag": 1.6, "time": 1506378800677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4035, 60.0163, 139.3]}, "bbox": [-153.4035, 60.0163, -153.4035, 60.0163]}, {"id": "2048", "type": "Feature", "properties": {"id": "mb80257689", "mag": 1.5, "time": 1506378570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.865833, 11.47]}, "bbox": [-112.528833, 46.865833, -112.528833, 46.865833]}, {"id": "2049", "type": "Feature", "properties": {"id": "us2000aunr", "mag": 2.5, "time": 1506378435420, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.154, 37.3519, 3.31]}, "bbox": [-98.154, 37.3519, -98.154, 37.3519]}, {"id": "2050", "type": "Feature", "properties": {"id": "ak16988708", "mag": 1.0, "time": 1506378350972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.034, 64.3489, 10.2]}, "bbox": [-154.034, 64.3489, -154.034, 64.3489]}, {"id": "2051", "type": "Feature", "properties": {"id": "us2000aunh", "mag": 5.0, "time": 1506377223500, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [124.3318, 0.8223, 219.8]}, "bbox": [124.3318, 0.8223, 124.3318, 0.8223]}, {"id": "2052", "type": "Feature", "properties": {"id": "uu60249557", "mag": 1.72, "time": 1506377199600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460833, 42.646667, 2.74]}, "bbox": [-111.460833, 42.646667, -111.460833, 42.646667]}, {"id": "2053", "type": "Feature", "properties": {"id": "us2000b0hh", "mag": 4.3, "time": 1506376802200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4659, -19.6395, 545.66]}, "bbox": [-177.4659, -19.6395, -177.4659, -19.6395]}, {"id": "2054", "type": "Feature", "properties": {"id": "ak16905558", "mag": 1.3, "time": 1506376658938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.4807, 65.756, 6.2]}, "bbox": [-145.4807, 65.756, -145.4807, 65.756]}, {"id": "2055", "type": "Feature", "properties": {"id": "ci38010544", "mag": 1.52, "time": 1506375768450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.492, 4.2]}, "bbox": [-116.792333, 33.492, -116.792333, 33.492]}, {"id": "2056", "type": "Feature", "properties": {"id": "uw61333756", "mag": 1.11, "time": 1506375211030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.748833, 46.851167, 1.54]}, "bbox": [-121.748833, 46.851167, -121.748833, 46.851167]}, {"id": "2057", "type": "Feature", "properties": {"id": "ci38010536", "mag": 1.15, "time": 1506374622610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200667, 33.034833, 4.46]}, "bbox": [-116.200667, 33.034833, -116.200667, 33.034833]}, {"id": "2058", "type": "Feature", "properties": {"id": "nc72898906", "mag": 1.32, "time": 1506373159300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.572333, 1.73]}, "bbox": [-118.887667, 37.572333, -118.887667, 37.572333]}, {"id": "2059", "type": "Feature", "properties": {"id": "ak16904952", "mag": 1.2, "time": 1506373039217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2776, 63.8003, 116.2]}, "bbox": [-149.2776, 63.8003, -149.2776, 63.8003]}, {"id": "2060", "type": "Feature", "properties": {"id": "ak16904950", "mag": 1.1, "time": 1506372955267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1161, 63.268, 1.6]}, "bbox": [-151.1161, 63.268, -151.1161, 63.268]}, {"id": "2061", "type": "Feature", "properties": {"id": "nc72898901", "mag": 1.01, "time": 1506372828820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.791667, 37.454333, 7.33]}, "bbox": [-121.791667, 37.454333, -121.791667, 37.454333]}, {"id": "2062", "type": "Feature", "properties": {"id": "ak16904346", "mag": 1.5, "time": 1506372342933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0547, 61.007, 13.8]}, "bbox": [-147.0547, 61.007, -147.0547, 61.007]}, {"id": "2063", "type": "Feature", "properties": {"id": "ci38010512", "mag": 1.25, "time": 1506372237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492167, 33.822333, -0.52]}, "bbox": [-117.492167, 33.822333, -117.492167, 33.822333]}, {"id": "2064", "type": "Feature", "properties": {"id": "ci38010488", "mag": 3.1, "time": 1506371483300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.220833, 32.220833, 20.46]}, "bbox": [-115.220833, 32.220833, -115.220833, 32.220833]}, {"id": "2065", "type": "Feature", "properties": {"id": "us2000aulg", "mag": 5.9, "time": 1506371363480, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [152.7133, -6.2113, 5.98]}, "bbox": [152.7133, -6.2113, 152.7133, -6.2113]}, {"id": "2066", "type": "Feature", "properties": {"id": "hv61921136", "mag": 1.72, "time": 1506370768560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.223333, 34.311]}, "bbox": [-155.421333, 19.223333, -155.421333, 19.223333]}, {"id": "2067", "type": "Feature", "properties": {"id": "mb80257664", "mag": 1.07, "time": 1506370613150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526, 46.868, 10.18]}, "bbox": [-112.526, 46.868, -112.526, 46.868]}, {"id": "2068", "type": "Feature", "properties": {"id": "us2000aukx", "mag": 2.6, "time": 1506370456500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.1495, 36.4119, 5.948]}, "bbox": [-99.1495, 36.4119, -99.1495, 36.4119]}, {"id": "2069", "type": "Feature", "properties": {"id": "us2000auky", "mag": 4.2, "time": 1506370103510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [107.7299, -5.8793, 306.63]}, "bbox": [107.7299, -5.8793, 107.7299, -5.8793]}, {"id": "2070", "type": "Feature", "properties": {"id": "mb80257659", "mag": 1.44, "time": 1506369980640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.8795, 12.77]}, "bbox": [-112.530333, 46.8795, -112.530333, 46.8795]}, {"id": "2071", "type": "Feature", "properties": {"id": "ak16904319", "mag": 1.4, "time": 1506369740689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5073, 60.0082, 0.0]}, "bbox": [-139.5073, 60.0082, -139.5073, 60.0082]}, {"id": "2072", "type": "Feature", "properties": {"id": "ak16904318", "mag": 1.1, "time": 1506369510333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5651, 61.4244, 63.0]}, "bbox": [-150.5651, 61.4244, -150.5651, 61.4244]}, {"id": "2073", "type": "Feature", "properties": {"id": "ak16904316", "mag": 1.1, "time": 1506368211425, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7001, 61.5145, 4.5]}, "bbox": [-140.7001, 61.5145, -140.7001, 61.5145]}, {"id": "2074", "type": "Feature", "properties": {"id": "us2000aukb", "mag": 4.3, "time": 1506368143480, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1586, 40.3587, 11.36]}, "bbox": [-127.1586, 40.3587, -127.1586, 40.3587]}, {"id": "2075", "type": "Feature", "properties": {"id": "ak16904315", "mag": 1.2, "time": 1506367996393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8124, 59.8382, 15.4]}, "bbox": [-136.8124, 59.8382, -136.8124, 59.8382]}, {"id": "2076", "type": "Feature", "properties": {"id": "nc72898871", "mag": 1.41, "time": 1506367887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.785167, 38.8375, 1.88]}, "bbox": [-122.785167, 38.8375, -122.785167, 38.8375]}, {"id": "2077", "type": "Feature", "properties": {"id": "ak16988695", "mag": 2.2, "time": 1506366990125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3689, 51.4218, 56.7]}, "bbox": [179.3689, 51.4218, 179.3689, 51.4218]}, {"id": "2078", "type": "Feature", "properties": {"id": "ci37166748", "mag": 1.04, "time": 1506366454300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.018667, 33.163167, -0.77]}, "bbox": [-117.018667, 33.163167, -117.018667, 33.163167]}, {"id": "2079", "type": "Feature", "properties": {"id": "hv61921056", "mag": 2.06, "time": 1506366154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.950667, 19.540833, 15.491]}, "bbox": [-155.950667, 19.540833, -155.950667, 19.540833]}, {"id": "2080", "type": "Feature", "properties": {"id": "ak16903722", "mag": 2.0, "time": 1506365944635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.478, 51.697, 15.5]}, "bbox": [-178.478, 51.697, -178.478, 51.697]}, {"id": "2081", "type": "Feature", "properties": {"id": "ci38010408", "mag": 1.27, "time": 1506365436790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4445, 35.5745, 10.25]}, "bbox": [-118.4445, 35.5745, -118.4445, 35.5745]}, {"id": "2082", "type": "Feature", "properties": {"id": "ci38010416", "mag": 1.17, "time": 1506365362690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.862667, 34.343333, -1.71]}, "bbox": [-116.862667, 34.343333, -116.862667, 34.343333]}, {"id": "2083", "type": "Feature", "properties": {"id": "uu60249527", "mag": 1.29, "time": 1506365138370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.712833, 41.8725, 4.98]}, "bbox": [-112.712833, 41.8725, -112.712833, 41.8725]}, {"id": "2084", "type": "Feature", "properties": {"id": "ak16903609", "mag": 2.1, "time": 1506365025587, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8085, 63.1578, 132.2]}, "bbox": [-150.8085, 63.1578, -150.8085, 63.1578]}, {"id": "2085", "type": "Feature", "properties": {"id": "ci38010400", "mag": 1.04, "time": 1506364534100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790833, 33.495667, 4.4]}, "bbox": [-116.790833, 33.495667, -116.790833, 33.495667]}, {"id": "2086", "type": "Feature", "properties": {"id": "nn00606969", "mag": 1.1, "time": 1506364516065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.689, 40.0864, 4.7]}, "bbox": [-119.689, 40.0864, -119.689, 40.0864]}, {"id": "2087", "type": "Feature", "properties": {"id": "ak16903599", "mag": 2.5, "time": 1506364456407, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8848, 59.5329, 96.9]}, "bbox": [-152.8848, 59.5329, -152.8848, 59.5329]}, {"id": "2088", "type": "Feature", "properties": {"id": "mb80257649", "mag": 1.4, "time": 1506364202040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.866667, 10.23]}, "bbox": [-112.5255, 46.866667, -112.5255, 46.866667]}, {"id": "2089", "type": "Feature", "properties": {"id": "nc72898846", "mag": 1.62, "time": 1506364136870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.781833, 36.209, 7.55]}, "bbox": [-120.781833, 36.209, -120.781833, 36.209]}, {"id": "2090", "type": "Feature", "properties": {"id": "ak16903591", "mag": 1.5, "time": 1506363943453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7347, 60.3302, 112.7]}, "bbox": [-152.7347, 60.3302, -152.7347, 60.3302]}, {"id": "2091", "type": "Feature", "properties": {"id": "mb80257644", "mag": 1.05, "time": 1506363692190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8665, 10.3]}, "bbox": [-112.525167, 46.8665, -112.525167, 46.8665]}, {"id": "2092", "type": "Feature", "properties": {"id": "ci38010376", "mag": 1.42, "time": 1506363664230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.4945, 4.5]}, "bbox": [-116.792667, 33.4945, -116.792667, 33.4945]}, {"id": "2093", "type": "Feature", "properties": {"id": "us2000aufz", "mag": 5.1, "time": 1506363043200, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [106.3876, -5.9298, 150.05]}, "bbox": [106.3876, -5.9298, 106.3876, -5.9298]}, {"id": "2094", "type": "Feature", "properties": {"id": "nc72898836", "mag": 1.32, "time": 1506362896010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104, 37.324, -0.31]}, "bbox": [-122.104, 37.324, -122.104, 37.324]}, {"id": "2095", "type": "Feature", "properties": {"id": "ak16903584", "mag": 1.0, "time": 1506362694028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.2167, 63.9342, 1.9]}, "bbox": [-138.2167, 63.9342, -138.2167, 63.9342]}, {"id": "2096", "type": "Feature", "properties": {"id": "mb80257639", "mag": 1.36, "time": 1506362284340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.615667, 46.316833, -2.0]}, "bbox": [-111.615667, 46.316833, -111.615667, 46.316833]}, {"id": "2097", "type": "Feature", "properties": {"id": "ak16903579", "mag": 2.0, "time": 1506362237262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1637, 59.6819, 106.7]}, "bbox": [-153.1637, 59.6819, -153.1637, 59.6819]}, {"id": "2098", "type": "Feature", "properties": {"id": "nc72898821", "mag": 1.99, "time": 1506361978590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.778667, 36.215667, 8.08]}, "bbox": [-120.778667, 36.215667, -120.778667, 36.215667]}, {"id": "2099", "type": "Feature", "properties": {"id": "us2000auf8", "mag": 3.0, "time": 1506361091820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.3303, 40.4414, 11.43]}, "bbox": [-127.3303, 40.4414, -127.3303, 40.4414]}, {"id": "2100", "type": "Feature", "properties": {"id": "ci38010336", "mag": 2.11, "time": 1506360496580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.486667, 3.04]}, "bbox": [-116.797167, 33.486667, -116.797167, 33.486667]}, {"id": "2101", "type": "Feature", "properties": {"id": "ak16988686", "mag": 1.5, "time": 1506360479843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7769, 51.9886, 24.6]}, "bbox": [-174.7769, 51.9886, -174.7769, 51.9886]}, {"id": "2102", "type": "Feature", "properties": {"id": "ci38010328", "mag": 1.51, "time": 1506359920880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.977, 33.995333, 18.14]}, "bbox": [-116.977, 33.995333, -116.977, 33.995333]}, {"id": "2103", "type": "Feature", "properties": {"id": "ak16988684", "mag": 1.6, "time": 1506359020522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4355, 59.7613, 127.9]}, "bbox": [-153.4355, 59.7613, -153.4355, 59.7613]}, {"id": "2104", "type": "Feature", "properties": {"id": "nc72898791", "mag": 1.48, "time": 1506357667280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.679333, 40.288667, 4.66]}, "bbox": [-121.679333, 40.288667, -121.679333, 40.288667]}, {"id": "2105", "type": "Feature", "properties": {"id": "nc72898786", "mag": 1.55, "time": 1506357321970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.322, 35.752333, 11.93]}, "bbox": [-120.322, 35.752333, -120.322, 35.752333]}, {"id": "2106", "type": "Feature", "properties": {"id": "nc72898781", "mag": 1.12, "time": 1506356229990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.794833, 2.79]}, "bbox": [-122.811333, 38.794833, -122.811333, 38.794833]}, {"id": "2107", "type": "Feature", "properties": {"id": "ci38010256", "mag": 1.04, "time": 1506354566340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.858833, 33.8575, 16.19]}, "bbox": [-116.858833, 33.8575, -116.858833, 33.8575]}, {"id": "2108", "type": "Feature", "properties": {"id": "ci38010272", "mag": 2.41, "time": 1506354509850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9285, 31.688833, 11.63]}, "bbox": [-115.9285, 31.688833, -115.9285, 31.688833]}, {"id": "2109", "type": "Feature", "properties": {"id": "mb80257609", "mag": 1.3, "time": 1506354504500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534667, 46.896, 11.48]}, "bbox": [-112.534667, 46.896, -112.534667, 46.896]}, {"id": "2110", "type": "Feature", "properties": {"id": "mb80257604", "mag": 1.12, "time": 1506354406140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.867, 11.31]}, "bbox": [-112.531833, 46.867, -112.531833, 46.867]}, {"id": "2111", "type": "Feature", "properties": {"id": "ak16902391", "mag": 1.7, "time": 1506354336298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8601, 62.0271, 60.3]}, "bbox": [-150.8601, 62.0271, -150.8601, 62.0271]}, {"id": "2112", "type": "Feature", "properties": {"id": "ak16902390", "mag": 1.1, "time": 1506354175816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3984, 60.1663, 0.0]}, "bbox": [-141.3984, 60.1663, -141.3984, 60.1663]}, {"id": "2113", "type": "Feature", "properties": {"id": "ak16901812", "mag": 1.4, "time": 1506353222973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1565, 60.3908, 0.4]}, "bbox": [-143.1565, 60.3908, -143.1565, 60.3908]}, {"id": "2114", "type": "Feature", "properties": {"id": "ak16901813", "mag": 1.3, "time": 1506353183037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6264, 58.8255, 1.4]}, "bbox": [-153.6264, 58.8255, -153.6264, 58.8255]}, {"id": "2115", "type": "Feature", "properties": {"id": "ak16901809", "mag": 2.0, "time": 1506352267382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0949, 59.636, 10.7]}, "bbox": [-150.0949, 59.636, -150.0949, 59.636]}, {"id": "2116", "type": "Feature", "properties": {"id": "us2000aucr", "mag": 4.6, "time": 1506352047620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.4691, -14.8531, 132.07]}, "bbox": [167.4691, -14.8531, 167.4691, -14.8531]}, {"id": "2117", "type": "Feature", "properties": {"id": "ak16901806", "mag": 1.8, "time": 1506351538258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8449, 59.8126, 1.3]}, "bbox": [-136.8449, 59.8126, -136.8449, 59.8126]}, {"id": "2118", "type": "Feature", "properties": {"id": "mb80257594", "mag": 0.98, "time": 1506349616550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.870833, 11.0]}, "bbox": [-112.521333, 46.870833, -112.521333, 46.870833]}, {"id": "2119", "type": "Feature", "properties": {"id": "ci38010208", "mag": 1.21, "time": 1506348868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.552, 33.526167, 13.79]}, "bbox": [-116.552, 33.526167, -116.552, 33.526167]}, {"id": "2120", "type": "Feature", "properties": {"id": "ak16901226", "mag": 1.1, "time": 1506348768479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2671, 59.9538, 54.3]}, "bbox": [-151.2671, 59.9538, -151.2671, 59.9538]}, {"id": "2121", "type": "Feature", "properties": {"id": "us2000aubr", "mag": 4.6, "time": 1506348737440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.0258, -12.6224, 229.97]}, "bbox": [167.0258, -12.6224, 167.0258, -12.6224]}, {"id": "2122", "type": "Feature", "properties": {"id": "ci38010200", "mag": 1.19, "time": 1506348702870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.953833, 34.8405, 11.97]}, "bbox": [-118.953833, 34.8405, -118.953833, 34.8405]}, {"id": "2123", "type": "Feature", "properties": {"id": "us2000aubf", "mag": 4.4, "time": 1506348571430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1777, 15.5423, 60.99]}, "bbox": [-94.1777, 15.5423, -94.1777, 15.5423]}, {"id": "2124", "type": "Feature", "properties": {"id": "nc72898721", "mag": 1.03, "time": 1506348240990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838333, 38.837334, 1.55]}, "bbox": [-122.838333, 38.837334, -122.838333, 38.837334]}, {"id": "2125", "type": "Feature", "properties": {"id": "ak16901214", "mag": 2.7, "time": 1506348231637, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0448, 63.3492, 76.8]}, "bbox": [-147.0448, 63.3492, -147.0448, 63.3492]}, {"id": "2126", "type": "Feature", "properties": {"id": "us2000aub9", "mag": 4.3, "time": 1506347727000, "felt": 65.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.99, -32.683, 24.0]}, "bbox": [-71.99, -32.683, -71.99, -32.683]}, {"id": "2127", "type": "Feature", "properties": {"id": "nc72898706", "mag": 1.78, "time": 1506347531490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838, 38.837833, 1.83]}, "bbox": [-122.838, 38.837833, -122.838, 38.837833]}, {"id": "2128", "type": "Feature", "properties": {"id": "ci38010176", "mag": 0.96, "time": 1506346983830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.271667, 33.976667, 5.12]}, "bbox": [-116.271667, 33.976667, -116.271667, 33.976667]}, {"id": "2129", "type": "Feature", "properties": {"id": "us2000aubt", "mag": 4.7, "time": 1506346771440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6657, -38.3887, 23.0]}, "bbox": [178.6657, -38.3887, 178.6657, -38.3887]}, {"id": "2130", "type": "Feature", "properties": {"id": "ak16988672", "mag": 1.9, "time": 1506346449512, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.0765, 51.5898, 46.8]}, "bbox": [-177.0765, 51.5898, -177.0765, 51.5898]}, {"id": "2131", "type": "Feature", "properties": {"id": "ak16901206", "mag": 2.2, "time": 1506346185448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7016, 61.5212, 15.4]}, "bbox": [-140.7016, 61.5212, -140.7016, 61.5212]}, {"id": "2132", "type": "Feature", "properties": {"id": "ak16901204", "mag": 1.6, "time": 1506346082012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4545, 63.1289, 110.5]}, "bbox": [-150.4545, 63.1289, -150.4545, 63.1289]}, {"id": "2133", "type": "Feature", "properties": {"id": "nc72898686", "mag": 1.5, "time": 1506345854120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.787167, 36.211667, 7.46]}, "bbox": [-120.787167, 36.211667, -120.787167, 36.211667]}, {"id": "2134", "type": "Feature", "properties": {"id": "ak16988669", "mag": 1.8, "time": 1506344531244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.2595, 53.699, 44.2]}, "bbox": [-165.2595, 53.699, -165.2595, 53.699]}, {"id": "2135", "type": "Feature", "properties": {"id": "ak16901203", "mag": 1.5, "time": 1506343558401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1793, 57.6776, 1.1]}, "bbox": [-156.1793, 57.6776, -156.1793, 57.6776]}, {"id": "2136", "type": "Feature", "properties": {"id": "nc72898666", "mag": 1.04, "time": 1506343096950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862667, 37.613167, 7.06]}, "bbox": [-118.862667, 37.613167, -118.862667, 37.613167]}, {"id": "2137", "type": "Feature", "properties": {"id": "ak16900637", "mag": 2.0, "time": 1506342621159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2424, 60.321, 83.8]}, "bbox": [-152.2424, 60.321, -152.2424, 60.321]}, {"id": "2138", "type": "Feature", "properties": {"id": "ci38010152", "mag": 1.32, "time": 1506342413630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.241667, 34.439, 7.98]}, "bbox": [-119.241667, 34.439, -119.241667, 34.439]}, {"id": "2139", "type": "Feature", "properties": {"id": "us2000aua8", "mag": 4.6, "time": 1506342291600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.282, -28.2916, 30.33]}, "bbox": [-71.282, -28.2916, -71.282, -28.2916]}, {"id": "2140", "type": "Feature", "properties": {"id": "nc72898661", "mag": 1.86, "time": 1506342035450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.000167, 36.431, -0.28]}, "bbox": [-121.000167, 36.431, -121.000167, 36.431]}, {"id": "2141", "type": "Feature", "properties": {"id": "ci38010136", "mag": 1.46, "time": 1506341314650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.559, 35.341833, 7.37]}, "bbox": [-118.559, 35.341833, -118.559, 35.341833]}, {"id": "2142", "type": "Feature", "properties": {"id": "ak16900622", "mag": 1.0, "time": 1506340661643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7013, 64.8764, 7.9]}, "bbox": [-156.7013, 64.8764, -156.7013, 64.8764]}, {"id": "2143", "type": "Feature", "properties": {"id": "us2000b0h7", "mag": 4.2, "time": 1506340490190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.5087, 34.8799, 210.56]}, "bbox": [138.5087, 34.8799, 138.5087, 34.8799]}, {"id": "2144", "type": "Feature", "properties": {"id": "nc72898636", "mag": 1.46, "time": 1506340210490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.256667, 36.100167, 9.6]}, "bbox": [-120.256667, 36.100167, -120.256667, 36.100167]}, {"id": "2145", "type": "Feature", "properties": {"id": "us2000b0hp", "mag": 4.2, "time": 1506340162430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4582, -17.8551, 595.96]}, "bbox": [-178.4582, -17.8551, -178.4582, -17.8551]}, {"id": "2146", "type": "Feature", "properties": {"id": "us2000au9u", "mag": 4.6, "time": 1506340077990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4978, -17.9975, 539.99]}, "bbox": [-178.4978, -17.9975, -178.4978, -17.9975]}, {"id": "2147", "type": "Feature", "properties": {"id": "ak16988664", "mag": 1.8, "time": 1506339965395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4489, 51.676, 14.4]}, "bbox": [-178.4489, 51.676, -178.4489, 51.676]}, {"id": "2148", "type": "Feature", "properties": {"id": "hv61920741", "mag": 2.06, "time": 1506339899560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473667, 19.201667, 36.657]}, "bbox": [-155.473667, 19.201667, -155.473667, 19.201667]}, {"id": "2149", "type": "Feature", "properties": {"id": "ci38010120", "mag": 0.99, "time": 1506339434380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.471167, 34.247833, 12.2]}, "bbox": [-117.471167, 34.247833, -117.471167, 34.247833]}, {"id": "2150", "type": "Feature", "properties": {"id": "ak16900621", "mag": 1.0, "time": 1506338627047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3115, 62.9535, 74.5]}, "bbox": [-149.3115, 62.9535, -149.3115, 62.9535]}, {"id": "2151", "type": "Feature", "properties": {"id": "nc72898616", "mag": 2.36, "time": 1506338018430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.938333, 37.838667, 4.07]}, "bbox": [-119.938333, 37.838667, -119.938333, 37.838667]}, {"id": "2152", "type": "Feature", "properties": {"id": "hv61920671", "mag": 1.81, "time": 1506336741780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.023667, 19.815, 11.479]}, "bbox": [-156.023667, 19.815, -156.023667, 19.815]}, {"id": "2153", "type": "Feature", "properties": {"id": "mb80257584", "mag": 1.42, "time": 1506336624590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.869333, 11.15]}, "bbox": [-112.521667, 46.869333, -112.521667, 46.869333]}, {"id": "2154", "type": "Feature", "properties": {"id": "ak16900062", "mag": 1.8, "time": 1506336050720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8893, 60.3211, 15.1]}, "bbox": [-146.8893, 60.3211, -146.8893, 60.3211]}, {"id": "2155", "type": "Feature", "properties": {"id": "ci38010104", "mag": 1.06, "time": 1506335970890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7915, 33.506667, 6.39]}, "bbox": [-116.7915, 33.506667, -116.7915, 33.506667]}, {"id": "2156", "type": "Feature", "properties": {"id": "nc72898601", "mag": 0.95, "time": 1506335637390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6475, 37.476667, 8.18]}, "bbox": [-118.6475, 37.476667, -118.6475, 37.476667]}, {"id": "2157", "type": "Feature", "properties": {"id": "nc72898596", "mag": 1.23, "time": 1506335593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2805, 36.094, 6.76]}, "bbox": [-120.2805, 36.094, -120.2805, 36.094]}, {"id": "2158", "type": "Feature", "properties": {"id": "nc72898591", "mag": 1.04, "time": 1506335405570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.839333, 38.843166, 3.5]}, "bbox": [-122.839333, 38.843166, -122.839333, 38.843166]}, {"id": "2159", "type": "Feature", "properties": {"id": "us2000au8v", "mag": 4.9, "time": 1506334920720, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9741, -3.5898, 72.65]}, "bbox": [139.9741, -3.5898, 139.9741, -3.5898]}, {"id": "2160", "type": "Feature", "properties": {"id": "nn00606909", "mag": 1.4, "time": 1506334911790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.943, 37.551, 8.3]}, "bbox": [-117.943, 37.551, -117.943, 37.551]}, {"id": "2161", "type": "Feature", "properties": {"id": "mb80257579", "mag": 1.3, "time": 1506333510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872333, 11.79]}, "bbox": [-112.523833, 46.872333, -112.523833, 46.872333]}, {"id": "2162", "type": "Feature", "properties": {"id": "mb80257574", "mag": 0.99, "time": 1506333384010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.875167, 11.91]}, "bbox": [-112.523, 46.875167, -112.523, 46.875167]}, {"id": "2163", "type": "Feature", "properties": {"id": "us2000au8b", "mag": 5.0, "time": 1506332531610, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.0023, -5.3939, 63.28]}, "bbox": [154.0023, -5.3939, 154.0023, -5.3939]}, {"id": "2164", "type": "Feature", "properties": {"id": "ak16899481", "mag": 1.2, "time": 1506332463619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8097, 60.337, 8.5]}, "bbox": [-139.8097, 60.337, -139.8097, 60.337]}, {"id": "2165", "type": "Feature", "properties": {"id": "ak16899478", "mag": 2.7, "time": 1506332457083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9674, 51.7565, 11.0]}, "bbox": [-177.9674, 51.7565, -177.9674, 51.7565]}, {"id": "2166", "type": "Feature", "properties": {"id": "ak16899480", "mag": 2.7, "time": 1506332456973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9649, 51.7427, 10.3]}, "bbox": [-177.9649, 51.7427, -177.9649, 51.7427]}, {"id": "2167", "type": "Feature", "properties": {"id": "nc72898561", "mag": 1.34, "time": 1506332073270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.401667, 37.650667, 3.17]}, "bbox": [-121.401667, 37.650667, -121.401667, 37.650667]}, {"id": "2168", "type": "Feature", "properties": {"id": "mb80257569", "mag": 2.91, "time": 1506332057970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.879333, 11.49]}, "bbox": [-112.525833, 46.879333, -112.525833, 46.879333]}, {"id": "2169", "type": "Feature", "properties": {"id": "nn00606905", "mag": 1.5, "time": 1506331668203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9249, 38.3947, 7.3]}, "bbox": [-118.9249, 38.3947, -118.9249, 38.3947]}, {"id": "2170", "type": "Feature", "properties": {"id": "ci38010072", "mag": 1.11, "time": 1506331415690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790167, 33.497667, 5.47]}, "bbox": [-116.790167, 33.497667, -116.790167, 33.497667]}, {"id": "2171", "type": "Feature", "properties": {"id": "ak16988657", "mag": 1.9, "time": 1506331001341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4079, 51.6208, 15.5]}, "bbox": [-178.4079, 51.6208, -178.4079, 51.6208]}, {"id": "2172", "type": "Feature", "properties": {"id": "ak16899468", "mag": 1.4, "time": 1506330891437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3579, 60.2131, 58.5]}, "bbox": [-151.3579, 60.2131, -151.3579, 60.2131]}, {"id": "2173", "type": "Feature", "properties": {"id": "ak16899467", "mag": 1.1, "time": 1506330692323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4142, 68.5865, 13.2]}, "bbox": [-147.4142, 68.5865, -147.4142, 68.5865]}, {"id": "2174", "type": "Feature", "properties": {"id": "ak16899465", "mag": 1.0, "time": 1506330113229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.991, 61.1695, 1.9]}, "bbox": [-139.991, 61.1695, -139.991, 61.1695]}, {"id": "2175", "type": "Feature", "properties": {"id": "nn00606904", "mag": 2.5, "time": 1506329813575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1098, 39.0988, 9.7]}, "bbox": [-118.1098, 39.0988, -118.1098, 39.0988]}, {"id": "2176", "type": "Feature", "properties": {"id": "ak16899462", "mag": 1.3, "time": 1506329610880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9036, 64.8595, 12.5]}, "bbox": [-148.9036, 64.8595, -148.9036, 64.8595]}, {"id": "2177", "type": "Feature", "properties": {"id": "ci38010048", "mag": 1.15, "time": 1506329091670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.815, 33.9555, 13.94]}, "bbox": [-118.815, 33.9555, -118.815, 33.9555]}, {"id": "2178", "type": "Feature", "properties": {"id": "us2000au7c", "mag": 3.5, "time": 1506329082460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5238, 46.8486, 10.68]}, "bbox": [-112.5238, 46.8486, -112.5238, 46.8486]}, {"id": "2179", "type": "Feature", "properties": {"id": "ci38010040", "mag": 1.01, "time": 1506328796420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.568, 35.1735, 8.56]}, "bbox": [-118.568, 35.1735, -118.568, 35.1735]}, {"id": "2180", "type": "Feature", "properties": {"id": "nn00606901", "mag": 1.2, "time": 1506328748981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8911, 38.3811, 7.8]}, "bbox": [-118.8911, 38.3811, -118.8911, 38.3811]}, {"id": "2181", "type": "Feature", "properties": {"id": "ak16898909", "mag": 1.4, "time": 1506327817672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2932, 60.6736, 39.3]}, "bbox": [-150.2932, 60.6736, -150.2932, 60.6736]}, {"id": "2182", "type": "Feature", "properties": {"id": "ak16988651", "mag": 1.6, "time": 1506327629626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8348, 59.5881, 89.7]}, "bbox": [-152.8348, 59.5881, -152.8348, 59.5881]}, {"id": "2183", "type": "Feature", "properties": {"id": "uu60249397", "mag": 2.17, "time": 1506327209020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448333, 38.993, -0.41]}, "bbox": [-111.448333, 38.993, -111.448333, 38.993]}, {"id": "2184", "type": "Feature", "properties": {"id": "ak16898901", "mag": 1.1, "time": 1506326924743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6407, 58.3143, 7.7]}, "bbox": [-154.6407, 58.3143, -154.6407, 58.3143]}, {"id": "2185", "type": "Feature", "properties": {"id": "us2000au6h", "mag": 4.7, "time": 1506326546500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.4008, -4.8417, 219.24]}, "bbox": [129.4008, -4.8417, 129.4008, -4.8417]}, {"id": "2186", "type": "Feature", "properties": {"id": "uu60249392", "mag": 1.79, "time": 1506326456200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448, 42.620667, 6.55]}, "bbox": [-111.448, 42.620667, -111.448, 42.620667]}, {"id": "2187", "type": "Feature", "properties": {"id": "ismpkansas70235773", "mag": 2.04, "time": 1506326285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.968667, 37.281833, 5.0]}, "bbox": [-97.968667, 37.281833, -97.968667, 37.281833]}, {"id": "2188", "type": "Feature", "properties": {"id": "us2000au5z", "mag": 4.4, "time": 1506325840560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7801, 14.8764, 57.41]}, "bbox": [-93.7801, 14.8764, -93.7801, 14.8764]}, {"id": "2189", "type": "Feature", "properties": {"id": "nc72898491", "mag": 0.95, "time": 1506325310440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818667, 37.478667, 0.05]}, "bbox": [-118.818667, 37.478667, -118.818667, 37.478667]}, {"id": "2190", "type": "Feature", "properties": {"id": "nc72898486", "mag": 1.27, "time": 1506324949470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 37.479333, 0.19]}, "bbox": [-118.8175, 37.479333, -118.8175, 37.479333]}, {"id": "2191", "type": "Feature", "properties": {"id": "ak16898346", "mag": 2.1, "time": 1506324898662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5224, 64.5882, 8.3]}, "bbox": [-160.5224, 64.5882, -160.5224, 64.5882]}, {"id": "2192", "type": "Feature", "properties": {"id": "us2000au5p", "mag": 4.4, "time": 1506324432650, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.5244, -30.022, 35.0]}, "bbox": [-71.5244, -30.022, -71.5244, -30.022]}, {"id": "2193", "type": "Feature", "properties": {"id": "us2000au5l", "mag": 4.5, "time": 1506324225060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1793, 15.5215, 66.49]}, "bbox": [-94.1793, 15.5215, -94.1793, 15.5215]}, {"id": "2194", "type": "Feature", "properties": {"id": "nc72898461", "mag": 1.64, "time": 1506323849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818167, 37.478667, 0.73]}, "bbox": [-118.818167, 37.478667, -118.818167, 37.478667]}, {"id": "2195", "type": "Feature", "properties": {"id": "us2000au5i", "mag": 4.6, "time": 1506323785060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [106.9645, -8.3755, 34.69]}, "bbox": [106.9645, -8.3755, 106.9645, -8.3755]}, {"id": "2196", "type": "Feature", "properties": {"id": "nc72898456", "mag": 1.01, "time": 1506323761220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.478167, 0.69]}, "bbox": [-118.818833, 37.478167, -118.818833, 37.478167]}, {"id": "2197", "type": "Feature", "properties": {"id": "nn00606939", "mag": 1.6, "time": 1506320868071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5993, 41.6963, 11.8]}, "bbox": [-119.5993, 41.6963, -119.5993, 41.6963]}, {"id": "2198", "type": "Feature", "properties": {"id": "ak16988646", "mag": 1.6, "time": 1506320845663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7721, 59.5535, 80.8]}, "bbox": [-152.7721, 59.5535, -152.7721, 59.5535]}, {"id": "2199", "type": "Feature", "properties": {"id": "ci38009968", "mag": 1.23, "time": 1506320510170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.738333, 33.655, 17.08]}, "bbox": [-116.738333, 33.655, -116.738333, 33.655]}, {"id": "2200", "type": "Feature", "properties": {"id": "us2000au57", "mag": 5.0, "time": 1506320285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7407, -59.0289, 23.15]}, "bbox": [-25.7407, -59.0289, -25.7407, -59.0289]}, {"id": "2201", "type": "Feature", "properties": {"id": "nn00606937", "mag": 1.7, "time": 1506320281288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.604, 41.7004, 6.9]}, "bbox": [-119.604, 41.7004, -119.604, 41.7004]}, {"id": "2202", "type": "Feature", "properties": {"id": "mb80257544", "mag": 1.02, "time": 1506320165840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.538333, 46.891333, 11.64]}, "bbox": [-112.538333, 46.891333, -112.538333, 46.891333]}, {"id": "2203", "type": "Feature", "properties": {"id": "ak16897784", "mag": 1.7, "time": 1506319825200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9967, 59.5158, 86.0]}, "bbox": [-152.9967, 59.5158, -152.9967, 59.5158]}, {"id": "2204", "type": "Feature", "properties": {"id": "ak16897782", "mag": 1.0, "time": 1506319406475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2438, 65.7781, 4.0]}, "bbox": [-155.2438, 65.7781, -155.2438, 65.7781]}, {"id": "2205", "type": "Feature", "properties": {"id": "ak16897779", "mag": 1.8, "time": 1506318873463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4148, 69.0584, 10.9]}, "bbox": [-146.4148, 69.0584, -146.4148, 69.0584]}, {"id": "2206", "type": "Feature", "properties": {"id": "nc72898431", "mag": 2.32, "time": 1506318557110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.909, 37.334167, 8.51]}, "bbox": [-117.909, 37.334167, -117.909, 37.334167]}, {"id": "2207", "type": "Feature", "properties": {"id": "nc72898406", "mag": 1.9, "time": 1506317549980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.705833, 39.697, 8.09]}, "bbox": [-122.705833, 39.697, -122.705833, 39.697]}, {"id": "2208", "type": "Feature", "properties": {"id": "ak16988640", "mag": 1.4, "time": 1506317208929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0479, 57.5544, 76.8]}, "bbox": [-155.0479, 57.5544, -155.0479, 57.5544]}, {"id": "2209", "type": "Feature", "properties": {"id": "ak16988639", "mag": 1.2, "time": 1506316463527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9489, 61.4034, 66.1]}, "bbox": [-150.9489, 61.4034, -150.9489, 61.4034]}, {"id": "2210", "type": "Feature", "properties": {"id": "nn00606934", "mag": 1.4, "time": 1506315296099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8855, 37.2234, 7.0]}, "bbox": [-116.8855, 37.2234, -116.8855, 37.2234]}, {"id": "2211", "type": "Feature", "properties": {"id": "us2000b0hn", "mag": 4.2, "time": 1506314791590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.4466, -60.0959, 87.69]}, "bbox": [-27.4466, -60.0959, -27.4466, -60.0959]}, {"id": "2212", "type": "Feature", "properties": {"id": "nc72898391", "mag": 0.97, "time": 1506314750800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.800999, 1.95]}, "bbox": [-122.80867, 38.800999, -122.80867, 38.800999]}, {"id": "2213", "type": "Feature", "properties": {"id": "nc72898386", "mag": 2.07, "time": 1506314732630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810833, 38.797667, 3.49]}, "bbox": [-122.810833, 38.797667, -122.810833, 38.797667]}, {"id": "2214", "type": "Feature", "properties": {"id": "nc72898381", "mag": 1.3, "time": 1506314425330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1325, 38.050167, 2.51]}, "bbox": [-119.1325, 38.050167, -119.1325, 38.050167]}, {"id": "2215", "type": "Feature", "properties": {"id": "ak16897226", "mag": 1.1, "time": 1506314336648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1369, 63.4162, 5.3]}, "bbox": [-145.1369, 63.4162, -145.1369, 63.4162]}, {"id": "2216", "type": "Feature", "properties": {"id": "us2000au3u", "mag": 4.3, "time": 1506313752770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7839, 15.5489, 36.62]}, "bbox": [-94.7839, 15.5489, -94.7839, 15.5489]}, {"id": "2217", "type": "Feature", "properties": {"id": "ak16897223", "mag": 1.5, "time": 1506313722965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5906, 61.3427, 45.2]}, "bbox": [-150.5906, 61.3427, -150.5906, 61.3427]}, {"id": "2218", "type": "Feature", "properties": {"id": "ak16897221", "mag": 1.1, "time": 1506313193707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.457, 63.4294, 4.6]}, "bbox": [-151.457, 63.4294, -151.457, 63.4294]}, {"id": "2219", "type": "Feature", "properties": {"id": "ak16988635", "mag": 1.2, "time": 1506312840546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0928, 61.1303, 26.5]}, "bbox": [-148.0928, 61.1303, -148.0928, 61.1303]}, {"id": "2220", "type": "Feature", "properties": {"id": "ak16988634", "mag": 1.1, "time": 1506312758288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7179, 62.8463, 7.1]}, "bbox": [-151.7179, 62.8463, -151.7179, 62.8463]}, {"id": "2221", "type": "Feature", "properties": {"id": "nc72898366", "mag": 1.09, "time": 1506312288130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797501, 38.824165, 1.31]}, "bbox": [-122.797501, 38.824165, -122.797501, 38.824165]}, {"id": "2222", "type": "Feature", "properties": {"id": "ak16897219", "mag": 1.1, "time": 1506311801540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8303, 63.2243, 16.3]}, "bbox": [-153.8303, 63.2243, -153.8303, 63.2243]}, {"id": "2223", "type": "Feature", "properties": {"id": "uw61333436", "mag": 1.41, "time": 1506311554000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.943833, 48.589333, 4.05]}, "bbox": [-119.943833, 48.589333, -119.943833, 48.589333]}, {"id": "2224", "type": "Feature", "properties": {"id": "ak16896672", "mag": 2.4, "time": 1506311539840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6826, 63.2689, 133.7]}, "bbox": [-150.6826, 63.2689, -150.6826, 63.2689]}, {"id": "2225", "type": "Feature", "properties": {"id": "ci38009904", "mag": 1.71, "time": 1506311193160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.813167, 34.048833, 13.41]}, "bbox": [-116.813167, 34.048833, -116.813167, 34.048833]}, {"id": "2226", "type": "Feature", "properties": {"id": "ak16896671", "mag": 1.0, "time": 1506310652342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6095, 62.9432, 11.3]}, "bbox": [-148.6095, 62.9432, -148.6095, 62.9432]}, {"id": "2227", "type": "Feature", "properties": {"id": "ci38009840", "mag": 1.15, "time": 1506308854410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.765333, 33.325667, 12.51]}, "bbox": [-116.765333, 33.325667, -116.765333, 33.325667]}, {"id": "2228", "type": "Feature", "properties": {"id": "ak16896670", "mag": 1.3, "time": 1506308756498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6787, 59.995, 9.3]}, "bbox": [-141.6787, 59.995, -141.6787, 59.995]}, {"id": "2229", "type": "Feature", "properties": {"id": "ak16896669", "mag": 1.3, "time": 1506308490557, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.667, 59.9936, 9.8]}, "bbox": [-141.667, 59.9936, -141.667, 59.9936]}, {"id": "2230", "type": "Feature", "properties": {"id": "hv61920451", "mag": 2.11, "time": 1506307247260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.050167, 19.765, 47.26]}, "bbox": [-155.050167, 19.765, -155.050167, 19.765]}, {"id": "2231", "type": "Feature", "properties": {"id": "ak16896663", "mag": 1.7, "time": 1506306347139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.57, 59.4416, 74.8]}, "bbox": [-152.57, 59.4416, -152.57, 59.4416]}, {"id": "2232", "type": "Feature", "properties": {"id": "ak16896659", "mag": 1.5, "time": 1506306011000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5629, 61.3391, 37.0]}, "bbox": [-149.5629, 61.3391, -149.5629, 61.3391]}, {"id": "2233", "type": "Feature", "properties": {"id": "ak16896656", "mag": 1.3, "time": 1506306004481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1978, 60.2569, 10.7]}, "bbox": [-141.1978, 60.2569, -141.1978, 60.2569]}, {"id": "2234", "type": "Feature", "properties": {"id": "ak16896653", "mag": 1.8, "time": 1506305432732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6915, 61.3592, 87.6]}, "bbox": [-151.6915, 61.3592, -151.6915, 61.3592]}, {"id": "2235", "type": "Feature", "properties": {"id": "ak16988622", "mag": 2.2, "time": 1506305398552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4539, 55.424, 127.9]}, "bbox": [-162.4539, 55.424, -162.4539, 55.424]}, {"id": "2236", "type": "Feature", "properties": {"id": "nc72898321", "mag": 0.97, "time": 1506303023560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.470667, 1.2]}, "bbox": [-118.821, 37.470667, -118.821, 37.470667]}, {"id": "2237", "type": "Feature", "properties": {"id": "ci38009824", "mag": 1.77, "time": 1506302722490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.721333, 32.171167, -0.08]}, "bbox": [-115.721333, 32.171167, -115.721333, 32.171167]}, {"id": "2238", "type": "Feature", "properties": {"id": "us2000au34", "mag": 4.2, "time": 1506301011430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6458, 15.9582, 41.89]}, "bbox": [-94.6458, 15.9582, -94.6458, 15.9582]}, {"id": "2239", "type": "Feature", "properties": {"id": "nc72898311", "mag": 1.53, "time": 1506300409700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.760333, 38.787333, 2.66]}, "bbox": [-122.760333, 38.787333, -122.760333, 38.787333]}, {"id": "2240", "type": "Feature", "properties": {"id": "nc72898316", "mag": 1.17, "time": 1506300389070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.902833, 37.434167, 1.61]}, "bbox": [-118.902833, 37.434167, -118.902833, 37.434167]}, {"id": "2241", "type": "Feature", "properties": {"id": "uu60249337", "mag": 1.05, "time": 1506300187150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028, 44.797667, 10.68]}, "bbox": [-111.028, 44.797667, -111.028, 44.797667]}, {"id": "2242", "type": "Feature", "properties": {"id": "ak16896106", "mag": 1.8, "time": 1506299319432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0832, 61.9049, 66.6]}, "bbox": [-151.0832, 61.9049, -151.0832, 61.9049]}, {"id": "2243", "type": "Feature", "properties": {"id": "ak16895566", "mag": 1.9, "time": 1506298140072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9051, 57.7026, 76.6]}, "bbox": [-154.9051, 57.7026, -154.9051, 57.7026]}, {"id": "2244", "type": "Feature", "properties": {"id": "ak16988619", "mag": 1.6, "time": 1506298131890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9559, 60.0816, 113.8]}, "bbox": [-152.9559, 60.0816, -152.9559, 60.0816]}, {"id": "2245", "type": "Feature", "properties": {"id": "nn00606884", "mag": 1.4, "time": 1506297047630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0863, 37.3768, 7.7]}, "bbox": [-117.0863, 37.3768, -117.0863, 37.3768]}, {"id": "2246", "type": "Feature", "properties": {"id": "us2000au2t", "mag": 4.6, "time": 1506295898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.3868, 31.2471, 159.23]}, "bbox": [130.3868, 31.2471, 130.3868, 31.2471]}, {"id": "2247", "type": "Feature", "properties": {"id": "us2000au2s", "mag": 4.7, "time": 1506295771740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3651, 15.6767, 54.03]}, "bbox": [-94.3651, 15.6767, -94.3651, 15.6767]}, {"id": "2248", "type": "Feature", "properties": {"id": "uu60249317", "mag": 2.04, "time": 1506295039370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.575667, 3.5]}, "bbox": [-111.424667, 42.575667, -111.424667, 42.575667]}, {"id": "2249", "type": "Feature", "properties": {"id": "ak16935438", "mag": 1.4, "time": 1506294396969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.934, 60.3588, 65.2]}, "bbox": [-150.934, 60.3588, -150.934, 60.3588]}, {"id": "2250", "type": "Feature", "properties": {"id": "nc72898291", "mag": 1.5, "time": 1506294312930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799167, 37.544833, 8.63]}, "bbox": [-118.799167, 37.544833, -118.799167, 37.544833]}, {"id": "2251", "type": "Feature", "properties": {"id": "ak16895561", "mag": 1.1, "time": 1506294004090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0019, 62.1675, 14.1]}, "bbox": [-150.0019, 62.1675, -150.0019, 62.1675]}, {"id": "2252", "type": "Feature", "properties": {"id": "ak16895559", "mag": 1.7, "time": 1506293152617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9808, 60.2626, 58.2]}, "bbox": [-150.9808, 60.2626, -150.9808, 60.2626]}, {"id": "2253", "type": "Feature", "properties": {"id": "nc72898281", "mag": 1.51, "time": 1506291814030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.123, 38.044833, 2.62]}, "bbox": [-119.123, 38.044833, -119.123, 38.044833]}, {"id": "2254", "type": "Feature", "properties": {"id": "ak16895553", "mag": 2.2, "time": 1506291209658, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9667, 58.2749, 2.3]}, "bbox": [-154.9667, 58.2749, -154.9667, 58.2749]}, {"id": "2255", "type": "Feature", "properties": {"id": "uu60249297", "mag": 2.2, "time": 1506289719780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.027, 44.7975, 11.07]}, "bbox": [-111.027, 44.7975, -111.027, 44.7975]}, {"id": "2256", "type": "Feature", "properties": {"id": "nc72898251", "mag": 1.06, "time": 1506289376180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.824501, 1.89]}, "bbox": [-122.80867, 38.824501, -122.80867, 38.824501]}, {"id": "2257", "type": "Feature", "properties": {"id": "nn00606863", "mag": 1.6, "time": 1506289302497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1188, 37.3786, 0.0]}, "bbox": [-115.1188, 37.3786, -115.1188, 37.3786]}, {"id": "2258", "type": "Feature", "properties": {"id": "ak16895018", "mag": 1.1, "time": 1506289187928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5309, 62.2207, 4.8]}, "bbox": [-148.5309, 62.2207, -148.5309, 62.2207]}, {"id": "2259", "type": "Feature", "properties": {"id": "nc72898246", "mag": 1.11, "time": 1506288942820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474667, -0.27]}, "bbox": [-118.8205, 37.474667, -118.8205, 37.474667]}, {"id": "2260", "type": "Feature", "properties": {"id": "nc72898241", "mag": 1.11, "time": 1506288826190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.477167, 0.62]}, "bbox": [-118.819667, 37.477167, -118.819667, 37.477167]}, {"id": "2261", "type": "Feature", "properties": {"id": "ak16935433", "mag": 1.6, "time": 1506288360789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4754, 58.4123, 46.0]}, "bbox": [-152.4754, 58.4123, -152.4754, 58.4123]}, {"id": "2262", "type": "Feature", "properties": {"id": "ak16935432", "mag": 2.5, "time": 1506287912932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0291, 52.8069, 25.6]}, "bbox": [-164.0291, 52.8069, -164.0291, 52.8069]}, {"id": "2263", "type": "Feature", "properties": {"id": "ak16895001", "mag": 2.4, "time": 1506287325387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3822, 59.9552, 133.4]}, "bbox": [-153.3822, 59.9552, -153.3822, 59.9552]}, {"id": "2264", "type": "Feature", "properties": {"id": "nc71107574", "mag": 1.82, "time": 1506286958930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.1525, 38.965833, 3.75]}, "bbox": [-123.1525, 38.965833, -123.1525, 38.965833]}, {"id": "2265", "type": "Feature", "properties": {"id": "nc72898236", "mag": 1.93, "time": 1506286874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.849, 36.277667, 7.52]}, "bbox": [-120.849, 36.277667, -120.849, 36.277667]}, {"id": "2266", "type": "Feature", "properties": {"id": "ak16894980", "mag": 2.3, "time": 1506286457929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5039, 61.3116, 7.5]}, "bbox": [-152.5039, 61.3116, -152.5039, 61.3116]}, {"id": "2267", "type": "Feature", "properties": {"id": "us2000au0x", "mag": 4.1, "time": 1506285951620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.7689, 33.0106, 343.06]}, "bbox": [137.7689, 33.0106, 137.7689, 33.0106]}, {"id": "2268", "type": "Feature", "properties": {"id": "ak16894459", "mag": 1.4, "time": 1506285529465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7694, 59.8585, 7.3]}, "bbox": [-136.7694, 59.8585, -136.7694, 59.8585]}, {"id": "2269", "type": "Feature", "properties": {"id": "ak16894458", "mag": 3.5, "time": 1506285383201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4213, 51.6336, 12.0]}, "bbox": [-178.4213, 51.6336, -178.4213, 51.6336]}, {"id": "2270", "type": "Feature", "properties": {"id": "hv61919931", "mag": 1.61, "time": 1506285094170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2325, 19.4085, 26.679]}, "bbox": [-155.2325, 19.4085, -155.2325, 19.4085]}, {"id": "2271", "type": "Feature", "properties": {"id": "nm60207286", "mag": 1.46, "time": 1506284271340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.900667, 36.601833, 4.15]}, "bbox": [-89.900667, 36.601833, -89.900667, 36.601833]}, {"id": "2272", "type": "Feature", "properties": {"id": "nc72898226", "mag": 1.94, "time": 1506284238360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.476167, 0.74]}, "bbox": [-118.819, 37.476167, -118.819, 37.476167]}, {"id": "2273", "type": "Feature", "properties": {"id": "hv61919891", "mag": 2.03, "time": 1506284234210, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.278503, 19.407, 0.61]}, "bbox": [-155.278503, 19.407, -155.278503, 19.407]}, {"id": "2274", "type": "Feature", "properties": {"id": "us2000au0l", "mag": 5.0, "time": 1506283809180, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [102.0863, -3.3959, 96.97]}, "bbox": [102.0863, -3.3959, 102.0863, -3.3959]}, {"id": "2275", "type": "Feature", "properties": {"id": "ak16894448", "mag": 1.6, "time": 1506283718319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1504, 61.1564, 63.1]}, "bbox": [-151.1504, 61.1564, -151.1504, 61.1564]}, {"id": "2276", "type": "Feature", "properties": {"id": "nc72898216", "mag": 1.02, "time": 1506283590520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826836, 38.841167, 1.21]}, "bbox": [-122.826836, 38.841167, -122.826836, 38.841167]}, {"id": "2277", "type": "Feature", "properties": {"id": "nc72898211", "mag": 1.57, "time": 1506283158900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.113333, 38.042667, 2.45]}, "bbox": [-119.113333, 38.042667, -119.113333, 38.042667]}, {"id": "2278", "type": "Feature", "properties": {"id": "ak16894439", "mag": 2.3, "time": 1506283079762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7022, 51.6829, 87.3]}, "bbox": [-179.7022, 51.6829, -179.7022, 51.6829]}, {"id": "2279", "type": "Feature", "properties": {"id": "nc72898206", "mag": 1.24, "time": 1506283017210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.777, 35.512, 0.74]}, "bbox": [-120.777, 35.512, -120.777, 35.512]}, {"id": "2280", "type": "Feature", "properties": {"id": "ci38009648", "mag": 0.95, "time": 1506282824500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.909333, 33.494, 13.21]}, "bbox": [-116.909333, 33.494, -116.909333, 33.494]}, {"id": "2281", "type": "Feature", "properties": {"id": "nc72898196", "mag": 1.08, "time": 1506282126770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.81, 38.806833, 2.17]}, "bbox": [-122.81, 38.806833, -122.81, 38.806833]}, {"id": "2282", "type": "Feature", "properties": {"id": "ak16893920", "mag": 1.6, "time": 1506281844692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.421, 62.907, 126.6]}, "bbox": [-151.421, 62.907, -151.421, 62.907]}, {"id": "2283", "type": "Feature", "properties": {"id": "nc72898191", "mag": 1.6, "time": 1506281467240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.010167, 37.8015, 1.31]}, "bbox": [-119.010167, 37.8015, -119.010167, 37.8015]}, {"id": "2284", "type": "Feature", "properties": {"id": "nc72898186", "mag": 2.26, "time": 1506281041390, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.474833, -0.18]}, "bbox": [-118.8185, 37.474833, -118.8185, 37.474833]}, {"id": "2285", "type": "Feature", "properties": {"id": "uw61333306", "mag": 1.11, "time": 1506280827540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812333, 48.284667, 12.62]}, "bbox": [-122.812333, 48.284667, -122.812333, 48.284667]}, {"id": "2286", "type": "Feature", "properties": {"id": "ci38009608", "mag": 1.3, "time": 1506280518180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.038, 33.0905, 2.11]}, "bbox": [-116.038, 33.0905, -116.038, 33.0905]}, {"id": "2287", "type": "Feature", "properties": {"id": "nc72898176", "mag": 2.1, "time": 1506280314320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818333, 37.475833, 0.78]}, "bbox": [-118.818333, 37.475833, -118.818333, 37.475833]}, {"id": "2288", "type": "Feature", "properties": {"id": "ak16935422", "mag": 1.6, "time": 1506280296755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7731, 59.4501, 75.7]}, "bbox": [-152.7731, 59.4501, -152.7731, 59.4501]}, {"id": "2289", "type": "Feature", "properties": {"id": "hv61919726", "mag": 1.9, "time": 1506279270940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4185, 19.110833, 41.621]}, "bbox": [-155.4185, 19.110833, -155.4185, 19.110833]}, {"id": "2290", "type": "Feature", "properties": {"id": "ak16935421", "mag": 1.7, "time": 1506279143123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5363, 51.7438, 15.9]}, "bbox": [-178.5363, 51.7438, -178.5363, 51.7438]}, {"id": "2291", "type": "Feature", "properties": {"id": "ak16893907", "mag": 2.1, "time": 1506278978748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4135, 66.1088, 7.6]}, "bbox": [-141.4135, 66.1088, -141.4135, 66.1088]}, {"id": "2292", "type": "Feature", "properties": {"id": "uw61333296", "mag": 1.51, "time": 1506278869250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.581833, 47.593, 24.95]}, "bbox": [-122.581833, 47.593, -122.581833, 47.593]}, {"id": "2293", "type": "Feature", "properties": {"id": "nc72898171", "mag": 1.13, "time": 1506278629370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.543167, 38.264833, 8.24]}, "bbox": [-122.543167, 38.264833, -122.543167, 38.264833]}, {"id": "2294", "type": "Feature", "properties": {"id": "nn00606834", "mag": 1.5, "time": 1506278416314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.885, 38.3509, 8.4]}, "bbox": [-118.885, 38.3509, -118.885, 38.3509]}, {"id": "2295", "type": "Feature", "properties": {"id": "ci38009568", "mag": 1.23, "time": 1506278315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.492333, 35.604833, 5.99]}, "bbox": [-118.492333, 35.604833, -118.492333, 35.604833]}, {"id": "2296", "type": "Feature", "properties": {"id": "ak16893391", "mag": 2.3, "time": 1506277628203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1998, 53.9184, 4.8]}, "bbox": [-163.1998, 53.9184, -163.1998, 53.9184]}, {"id": "2297", "type": "Feature", "properties": {"id": "ak16893390", "mag": 1.1, "time": 1506277025981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1933, 68.4549, 18.3]}, "bbox": [-147.1933, 68.4549, -147.1933, 68.4549]}, {"id": "2298", "type": "Feature", "properties": {"id": "ak16893388", "mag": 1.5, "time": 1506276710660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3135, 68.0219, 2.3]}, "bbox": [-144.3135, 68.0219, -144.3135, 68.0219]}, {"id": "2299", "type": "Feature", "properties": {"id": "ak16935416", "mag": 1.8, "time": 1506276357546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.0551, 51.7225, 6.8]}, "bbox": [-179.0551, 51.7225, -179.0551, 51.7225]}, {"id": "2300", "type": "Feature", "properties": {"id": "nc72898146", "mag": 1.54, "time": 1506276015270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.836, 1.98]}, "bbox": [-122.810333, 38.836, -122.810333, 38.836]}, {"id": "2301", "type": "Feature", "properties": {"id": "nn00606827", "mag": 1.3, "time": 1506274049277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6642, 36.4428, 7.2]}, "bbox": [-115.6642, 36.4428, -115.6642, 36.4428]}, {"id": "2302", "type": "Feature", "properties": {"id": "uw61333281", "mag": 2.14, "time": 1506273261550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.502167, 49.447833, -0.06]}, "bbox": [-120.502167, 49.447833, -120.502167, 49.447833]}, {"id": "2303", "type": "Feature", "properties": {"id": "us2000atz0", "mag": 4.3, "time": 1506273226630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.369, -22.6476, 261.5]}, "bbox": [-66.369, -22.6476, -66.369, -22.6476]}, {"id": "2304", "type": "Feature", "properties": {"id": "ci38009520", "mag": 2.39, "time": 1506272765060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.032333, 33.096333, 9.36]}, "bbox": [-116.032333, 33.096333, -116.032333, 33.096333]}, {"id": "2305", "type": "Feature", "properties": {"id": "nc72898121", "mag": 1.18, "time": 1506272385880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880667, 37.538167, 3.63]}, "bbox": [-118.880667, 37.538167, -118.880667, 37.538167]}, {"id": "2306", "type": "Feature", "properties": {"id": "us2000atyw", "mag": 4.9, "time": 1506272236140, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.2871, 36.912, 8.66]}, "bbox": [27.2871, 36.912, 27.2871, 36.912]}, {"id": "2307", "type": "Feature", "properties": {"id": "uw61333276", "mag": 0.97, "time": 1506272212660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677, 48.245, 8.69]}, "bbox": [-121.677, 48.245, -121.677, 48.245]}, {"id": "2308", "type": "Feature", "properties": {"id": "ci38009504", "mag": 1.59, "time": 1506272197880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0285, 33.096, 10.24]}, "bbox": [-116.0285, 33.096, -116.0285, 33.096]}, {"id": "2309", "type": "Feature", "properties": {"id": "ak16935414", "mag": 1.3, "time": 1506271871925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3105, 62.8907, 109.7]}, "bbox": [-151.3105, 62.8907, -151.3105, 62.8907]}, {"id": "2310", "type": "Feature", "properties": {"id": "ak16892357", "mag": 1.5, "time": 1506271104455, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2217, 60.9895, 43.1]}, "bbox": [-150.2217, 60.9895, -150.2217, 60.9895]}, {"id": "2311", "type": "Feature", "properties": {"id": "ak16892356", "mag": 1.0, "time": 1506270748541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7754, 66.4015, 0.3]}, "bbox": [-147.7754, 66.4015, -147.7754, 66.4015]}, {"id": "2312", "type": "Feature", "properties": {"id": "nn00606816", "mag": 1.3, "time": 1506270455535, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3547, 38.3427, 11.5]}, "bbox": [-119.3547, 38.3427, -119.3547, 38.3427]}, {"id": "2313", "type": "Feature", "properties": {"id": "ak16892349", "mag": 2.1, "time": 1506269387778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9052, 64.2272, 113.0]}, "bbox": [-147.9052, 64.2272, -147.9052, 64.2272]}, {"id": "2314", "type": "Feature", "properties": {"id": "ak16892348", "mag": 1.2, "time": 1506269350233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0305, 61.1531, 0.9]}, "bbox": [-140.0305, 61.1531, -140.0305, 61.1531]}, {"id": "2315", "type": "Feature", "properties": {"id": "uu60249237", "mag": 1.72, "time": 1506268839820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899, 38.3125, 1.61]}, "bbox": [-108.899, 38.3125, -108.899, 38.3125]}, {"id": "2316", "type": "Feature", "properties": {"id": "nc72898066", "mag": 2.26, "time": 1506268374330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604333, 4.11]}, "bbox": [-118.820667, 37.604333, -118.820667, 37.604333]}, {"id": "2317", "type": "Feature", "properties": {"id": "hv61919541", "mag": 2.2, "time": 1506268362680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.553, 19.106833, 58.134]}, "bbox": [-155.553, 19.106833, -155.553, 19.106833]}, {"id": "2318", "type": "Feature", "properties": {"id": "nc72898071", "mag": 1.35, "time": 1506268343880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.978833, 37.602333, 0.75]}, "bbox": [-118.978833, 37.602333, -118.978833, 37.602333]}, {"id": "2319", "type": "Feature", "properties": {"id": "uw61333251", "mag": 0.99, "time": 1506267835060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7565, 46.8405, 0.46]}, "bbox": [-121.7565, 46.8405, -121.7565, 46.8405]}, {"id": "2320", "type": "Feature", "properties": {"id": "uu60249227", "mag": 1.55, "time": 1506267791100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.045667, 38.595, 10.17]}, "bbox": [-112.045667, 38.595, -112.045667, 38.595]}, {"id": "2321", "type": "Feature", "properties": {"id": "nc72898046", "mag": 1.31, "time": 1506267662950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.359333, 36.063833, 13.03]}, "bbox": [-120.359333, 36.063833, -120.359333, 36.063833]}, {"id": "2322", "type": "Feature", "properties": {"id": "uw61333241", "mag": 1.02, "time": 1506266858960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7535, 46.835833, -0.06]}, "bbox": [-121.7535, 46.835833, -121.7535, 46.835833]}, {"id": "2323", "type": "Feature", "properties": {"id": "us2000atyb", "mag": 4.2, "time": 1506265370020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9623, 16.5258, 10.0]}, "bbox": [-94.9623, 16.5258, -94.9623, 16.5258]}, {"id": "2324", "type": "Feature", "properties": {"id": "ak16891829", "mag": 1.1, "time": 1506265012702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7832, 60.3293, 15.0]}, "bbox": [-139.7832, 60.3293, -139.7832, 60.3293]}, {"id": "2325", "type": "Feature", "properties": {"id": "uw61333221", "mag": 2.23, "time": 1506264885990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.458, 41.843167, 29.32]}, "bbox": [-124.458, 41.843167, -124.458, 41.843167]}, {"id": "2326", "type": "Feature", "properties": {"id": "ci38009392", "mag": 2.47, "time": 1506263949730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.965667, 33.074, 3.01]}, "bbox": [-117.965667, 33.074, -117.965667, 33.074]}, {"id": "2327", "type": "Feature", "properties": {"id": "ak16891827", "mag": 1.6, "time": 1506263040480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0762, 68.8735, 7.4]}, "bbox": [-145.0762, 68.8735, -145.0762, 68.8735]}, {"id": "2328", "type": "Feature", "properties": {"id": "ak16935406", "mag": 1.9, "time": 1506262994682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4328, 58.9133, 119.1]}, "bbox": [-154.4328, 58.9133, -154.4328, 58.9133]}, {"id": "2329", "type": "Feature", "properties": {"id": "uu60249217", "mag": 1.98, "time": 1506261948290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8955, 38.308167, 2.5]}, "bbox": [-108.8955, 38.308167, -108.8955, 38.308167]}, {"id": "2330", "type": "Feature", "properties": {"id": "uw61333201", "mag": 1.01, "time": 1506261154820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.757333, 46.836833, 0.83]}, "bbox": [-121.757333, 46.836833, -121.757333, 46.836833]}, {"id": "2331", "type": "Feature", "properties": {"id": "nn00606861", "mag": 1.0, "time": 1506260845911, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9076, 39.4306, 7.7]}, "bbox": [-118.9076, 39.4306, -118.9076, 39.4306]}, {"id": "2332", "type": "Feature", "properties": {"id": "ak16891323", "mag": 1.6, "time": 1506260101784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2725, 63.8369, 122.9]}, "bbox": [-149.2725, 63.8369, -149.2725, 63.8369]}, {"id": "2333", "type": "Feature", "properties": {"id": "ak16935404", "mag": 1.9, "time": 1506259949572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9271, 51.4777, 35.0]}, "bbox": [-175.9271, 51.4777, -175.9271, 51.4777]}, {"id": "2334", "type": "Feature", "properties": {"id": "ak16891318", "mag": 1.4, "time": 1506258938436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1228, 60.1784, 0.0]}, "bbox": [-140.1228, 60.1784, -140.1228, 60.1784]}, {"id": "2335", "type": "Feature", "properties": {"id": "ak16935403", "mag": 1.5, "time": 1506258927685, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.537, 59.7654, 0.0]}, "bbox": [-139.537, 59.7654, -139.537, 59.7654]}, {"id": "2336", "type": "Feature", "properties": {"id": "us2000awkh", "mag": 4.5, "time": 1506257940620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6787, -21.4068, 6.58]}, "bbox": [-176.6787, -21.4068, -176.6787, -21.4068]}, {"id": "2337", "type": "Feature", "properties": {"id": "ci38009360", "mag": 1.01, "time": 1506257616920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6935, 33.4475, 13.86]}, "bbox": [-117.6935, 33.4475, -117.6935, 33.4475]}, {"id": "2338", "type": "Feature", "properties": {"id": "hv61919476", "mag": 2.71, "time": 1506257049620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.326172, 19.400499, 6.36]}, "bbox": [-155.326172, 19.400499, -155.326172, 19.400499]}, {"id": "2339", "type": "Feature", "properties": {"id": "us2000azwe", "mag": 4.0, "time": 1506256906900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0503, 15.0164, 47.05]}, "bbox": [-94.0503, 15.0164, -94.0503, 15.0164]}, {"id": "2340", "type": "Feature", "properties": {"id": "ak16935402", "mag": 1.3, "time": 1506256449894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1247, 62.5252, 67.7]}, "bbox": [-150.1247, 62.5252, -150.1247, 62.5252]}, {"id": "2341", "type": "Feature", "properties": {"id": "us2000atx8", "mag": 4.5, "time": 1506256396240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2151, 16.4456, 23.74]}, "bbox": [-95.2151, 16.4456, -95.2151, 16.4456]}, {"id": "2342", "type": "Feature", "properties": {"id": "us2000awke", "mag": 4.3, "time": 1506254896510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.7664, -36.2005, 10.0]}, "bbox": [-99.7664, -36.2005, -99.7664, -36.2005]}, {"id": "2343", "type": "Feature", "properties": {"id": "us2000atx1", "mag": 4.3, "time": 1506253816940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8221, 15.5422, 39.51]}, "bbox": [-94.8221, 15.5422, -94.8221, 15.5422]}, {"id": "2344", "type": "Feature", "properties": {"id": "nc72897966", "mag": 1.94, "time": 1506252917940, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.353833, 38.334333, 8.17]}, "bbox": [-119.353833, 38.334333, -119.353833, 38.334333]}, {"id": "2345", "type": "Feature", "properties": {"id": "ak16890316", "mag": 1.9, "time": 1506251419309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7084, 53.1628, 25.6]}, "bbox": [-166.7084, 53.1628, -166.7084, 53.1628]}, {"id": "2346", "type": "Feature", "properties": {"id": "ak16935399", "mag": 2.2, "time": 1506251253254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9705, 58.4119, 157.9]}, "bbox": [-155.9705, 58.4119, -155.9705, 58.4119]}, {"id": "2347", "type": "Feature", "properties": {"id": "us2000awkb", "mag": 4.4, "time": 1506250943050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3134, -22.0133, 10.0]}, "bbox": [-114.3134, -22.0133, -114.3134, -22.0133]}, {"id": "2348", "type": "Feature", "properties": {"id": "ci38009336", "mag": 1.4, "time": 1506250687150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.573, 33.198833, 3.26]}, "bbox": [-115.573, 33.198833, -115.573, 33.198833]}, {"id": "2349", "type": "Feature", "properties": {"id": "ak16935398", "mag": 1.7, "time": 1506250678217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.541, 51.1205, 34.1]}, "bbox": [-178.541, 51.1205, -178.541, 51.1205]}, {"id": "2350", "type": "Feature", "properties": {"id": "ci37166588", "mag": 1.39, "time": 1506250675520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.547333, 33.281167, 1.13]}, "bbox": [-115.547333, 33.281167, -115.547333, 33.281167]}, {"id": "2351", "type": "Feature", "properties": {"id": "ci38009328", "mag": 1.47, "time": 1506250567750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.565833, 33.2015, 2.63]}, "bbox": [-115.565833, 33.2015, -115.565833, 33.2015]}, {"id": "2352", "type": "Feature", "properties": {"id": "us2000azw4", "mag": 4.0, "time": 1506250079340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2354, 15.2643, 10.0]}, "bbox": [-94.2354, 15.2643, -94.2354, 15.2643]}, {"id": "2353", "type": "Feature", "properties": {"id": "nc72897961", "mag": 1.0, "time": 1506249470110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771164, 38.839333, 1.45]}, "bbox": [-122.771164, 38.839333, -122.771164, 38.839333]}, {"id": "2354", "type": "Feature", "properties": {"id": "ak16890295", "mag": 3.1, "time": 1506249009854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4939, 58.556, 142.4]}, "bbox": [-155.4939, 58.556, -155.4939, 58.556]}, {"id": "2355", "type": "Feature", "properties": {"id": "ci38009320", "mag": 1.29, "time": 1506248967650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.577833, 33.1915, 3.45]}, "bbox": [-115.577833, 33.1915, -115.577833, 33.1915]}, {"id": "2356", "type": "Feature", "properties": {"id": "us2000awka", "mag": 4.5, "time": 1506248797510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.4422, -3.5379, 76.33]}, "bbox": [101.4422, -3.5379, 101.4422, -3.5379]}, {"id": "2357", "type": "Feature", "properties": {"id": "ak16889805", "mag": 1.1, "time": 1506248542391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6804, 65.8304, 4.9]}, "bbox": [-150.6804, 65.8304, -150.6804, 65.8304]}, {"id": "2358", "type": "Feature", "properties": {"id": "ak16889804", "mag": 1.4, "time": 1506248465317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0578, 61.0579, 16.4]}, "bbox": [-147.0578, 61.0579, -147.0578, 61.0579]}, {"id": "2359", "type": "Feature", "properties": {"id": "hv61919431", "mag": 2.09, "time": 1506248237750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.282165, 19.41, 0.97]}, "bbox": [-155.282165, 19.41, -155.282165, 19.41]}, {"id": "2360", "type": "Feature", "properties": {"id": "us2000atwe", "mag": 5.8, "time": 1506247572180, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0996, 15.3335, 55.04]}, "bbox": [-94.0996, 15.3335, -94.0996, 15.3335]}, {"id": "2361", "type": "Feature", "properties": {"id": "ak16889794", "mag": 1.8, "time": 1506247473558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2731, 60.4252, 19.1]}, "bbox": [-148.2731, 60.4252, -148.2731, 60.4252]}, {"id": "2362", "type": "Feature", "properties": {"id": "ak16889792", "mag": 1.2, "time": 1506245981072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4789, 61.3979, 20.0]}, "bbox": [-146.4789, 61.3979, -146.4789, 61.3979]}, {"id": "2363", "type": "Feature", "properties": {"id": "ak16935392", "mag": 2.2, "time": 1506245821194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1457, 52.299, 147.0]}, "bbox": [-176.1457, 52.299, -176.1457, 52.299]}, {"id": "2364", "type": "Feature", "properties": {"id": "uw61333151", "mag": 1.32, "time": 1506245720210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3825, 46.455, 17.05]}, "bbox": [-119.3825, 46.455, -119.3825, 46.455]}, {"id": "2365", "type": "Feature", "properties": {"id": "us2000atw1", "mag": 4.3, "time": 1506245575860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.8213, 11.9773, 72.06]}, "bbox": [-86.8213, 11.9773, -86.8213, 11.9773]}, {"id": "2366", "type": "Feature", "properties": {"id": "ak16889787", "mag": 1.5, "time": 1506245559319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1034, 61.6735, 30.1]}, "bbox": [-147.1034, 61.6735, -147.1034, 61.6735]}, {"id": "2367", "type": "Feature", "properties": {"id": "nc72897941", "mag": 1.12, "time": 1506245298510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.529333, 3.01]}, "bbox": [-118.880333, 37.529333, -118.880333, 37.529333]}, {"id": "2368", "type": "Feature", "properties": {"id": "ak16889785", "mag": 1.4, "time": 1506245231368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6899, 61.5181, 15.2]}, "bbox": [-140.6899, 61.5181, -140.6899, 61.5181]}, {"id": "2369", "type": "Feature", "properties": {"id": "us2000atvx", "mag": 4.0, "time": 1506245211400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2276, 16.4152, 5.52]}, "bbox": [-95.2276, 16.4152, -95.2276, 16.4152]}, {"id": "2370", "type": "Feature", "properties": {"id": "ak16889300", "mag": 1.5, "time": 1506244274159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0562, 62.8873, 108.5]}, "bbox": [-151.0562, 62.8873, -151.0562, 62.8873]}, {"id": "2371", "type": "Feature", "properties": {"id": "ak16889299", "mag": 1.7, "time": 1506243971468, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.0331, 60.0823, 0.0]}, "bbox": [-142.0331, 60.0823, -142.0331, 60.0823]}, {"id": "2372", "type": "Feature", "properties": {"id": "ak16889298", "mag": 1.2, "time": 1506242695770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7525, 61.9971, 13.3]}, "bbox": [-150.7525, 61.9971, -150.7525, 61.9971]}, {"id": "2373", "type": "Feature", "properties": {"id": "hv61919256", "mag": 2.47, "time": 1506242595490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.234167, 19.416667, 25.716]}, "bbox": [-155.234167, 19.416667, -155.234167, 19.416667]}, {"id": "2374", "type": "Feature", "properties": {"id": "ak16889296", "mag": 1.5, "time": 1506242565319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7169, 65.857, 21.5]}, "bbox": [-150.7169, 65.857, -150.7169, 65.857]}, {"id": "2375", "type": "Feature", "properties": {"id": "nc72897921", "mag": 1.06, "time": 1506242001250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8435, 37.469667, 2.92]}, "bbox": [-118.8435, 37.469667, -118.8435, 37.469667]}, {"id": "2376", "type": "Feature", "properties": {"id": "nc72897911", "mag": 2.08, "time": 1506241606310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.552333, 36.824833, 5.39]}, "bbox": [-121.552333, 36.824833, -121.552333, 36.824833]}, {"id": "2377", "type": "Feature", "properties": {"id": "ak16888862", "mag": 1.4, "time": 1506241109945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2949, 62.9113, 106.9]}, "bbox": [-151.2949, 62.9113, -151.2949, 62.9113]}, {"id": "2378", "type": "Feature", "properties": {"id": "ci38009280", "mag": 1.11, "time": 1506240906400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0385, 33.996167, 14.68]}, "bbox": [-117.0385, 33.996167, -117.0385, 33.996167]}, {"id": "2379", "type": "Feature", "properties": {"id": "us2000atvi", "mag": 2.6, "time": 1506240803150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4513, 42.6043, 5.23]}, "bbox": [-111.4513, 42.6043, -111.4513, 42.6043]}, {"id": "2380", "type": "Feature", "properties": {"id": "us2000atvl", "mag": 4.0, "time": 1506239983840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9034, 16.4793, 10.0]}, "bbox": [-94.9034, 16.4793, -94.9034, 16.4793]}, {"id": "2381", "type": "Feature", "properties": {"id": "ak16888812", "mag": 1.7, "time": 1506239643860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1541, 59.6562, 69.5]}, "bbox": [-152.1541, 59.6562, -152.1541, 59.6562]}, {"id": "2382", "type": "Feature", "properties": {"id": "ak16935382", "mag": 1.8, "time": 1506239506704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5249, 57.6124, 45.4]}, "bbox": [-152.5249, 57.6124, -152.5249, 57.6124]}, {"id": "2383", "type": "Feature", "properties": {"id": "mb80257374", "mag": 1.2, "time": 1506238135570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.868, 11.76]}, "bbox": [-112.523333, 46.868, -112.523333, 46.868]}, {"id": "2384", "type": "Feature", "properties": {"id": "nn00606790", "mag": 1.5, "time": 1506237560657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1999, 42.1841, 0.9]}, "bbox": [-120.1999, 42.1841, -120.1999, 42.1841]}, {"id": "2385", "type": "Feature", "properties": {"id": "us2000atv2", "mag": 4.3, "time": 1506236966640, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.864, -35.1565, 48.32]}, "bbox": [-71.864, -35.1565, -71.864, -35.1565]}, {"id": "2386", "type": "Feature", "properties": {"id": "ak16888374", "mag": 1.9, "time": 1506236724000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8397, 62.9467, 106.5]}, "bbox": [-150.8397, 62.9467, -150.8397, 62.9467]}, {"id": "2387", "type": "Feature", "properties": {"id": "ak16888373", "mag": 1.0, "time": 1506236683719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1115, 61.3903, 3.2]}, "bbox": [-141.1115, 61.3903, -141.1115, 61.3903]}, {"id": "2388", "type": "Feature", "properties": {"id": "uu60249142", "mag": 1.26, "time": 1506236544020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028333, 44.8, 10.63]}, "bbox": [-111.028333, 44.8, -111.028333, 44.8]}, {"id": "2389", "type": "Feature", "properties": {"id": "nc72897871", "mag": 1.79, "time": 1506236124510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.845333, 35.541667, 5.98]}, "bbox": [-120.845333, 35.541667, -120.845333, 35.541667]}, {"id": "2390", "type": "Feature", "properties": {"id": "nc72897866", "mag": 2.12, "time": 1506235870210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3545, 38.341333, 8.25]}, "bbox": [-119.3545, 38.341333, -119.3545, 38.341333]}, {"id": "2391", "type": "Feature", "properties": {"id": "ak16935379", "mag": 1.6, "time": 1506235725999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.5436, 51.4418, 21.3]}, "bbox": [-176.5436, 51.4418, -176.5436, 51.4418]}, {"id": "2392", "type": "Feature", "properties": {"id": "us2000atuj", "mag": 4.6, "time": 1506235179700, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.5466, -14.3043, 33.52]}, "bbox": [-75.5466, -14.3043, -75.5466, -14.3043]}, {"id": "2393", "type": "Feature", "properties": {"id": "nc72903821", "mag": 1.02, "time": 1506234997060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.948167, 41.046333, 9.53]}, "bbox": [-121.948167, 41.046333, -121.948167, 41.046333]}, {"id": "2394", "type": "Feature", "properties": {"id": "nc72897856", "mag": 1.71, "time": 1506234937540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.471333, 1.25]}, "bbox": [-118.8185, 37.471333, -118.8185, 37.471333]}, {"id": "2395", "type": "Feature", "properties": {"id": "ak16935378", "mag": 1.3, "time": 1506234863595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9435, 61.261, 59.9]}, "bbox": [-150.9435, 61.261, -150.9435, 61.261]}, {"id": "2396", "type": "Feature", "properties": {"id": "ci38009240", "mag": 0.99, "time": 1506234721960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.828167, 33.977667, 16.65]}, "bbox": [-116.828167, 33.977667, -116.828167, 33.977667]}, {"id": "2397", "type": "Feature", "properties": {"id": "ak16935377", "mag": 3.3, "time": 1506234648623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3164, 50.4387, 10.0]}, "bbox": [-173.3164, 50.4387, -173.3164, 50.4387]}, {"id": "2398", "type": "Feature", "properties": {"id": "ak16888327", "mag": 1.1, "time": 1506234051194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0067, 67.8619, 3.3]}, "bbox": [-149.0067, 67.8619, -149.0067, 67.8619]}, {"id": "2399", "type": "Feature", "properties": {"id": "hv61919146", "mag": 1.76, "time": 1506233551670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.438667, 19.110833, 40.565]}, "bbox": [-155.438667, 19.110833, -155.438667, 19.110833]}, {"id": "2400", "type": "Feature", "properties": {"id": "nc72897836", "mag": 1.19, "time": 1506233494190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.879667, 37.536833, 3.32]}, "bbox": [-118.879667, 37.536833, -118.879667, 37.536833]}, {"id": "2401", "type": "Feature", "properties": {"id": "nc72897831", "mag": 1.19, "time": 1506233212800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880167, 37.536833, 3.36]}, "bbox": [-118.880167, 37.536833, -118.880167, 37.536833]}, {"id": "2402", "type": "Feature", "properties": {"id": "ak16935375", "mag": 1.1, "time": 1506232927752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.625, 63.077, 2.5]}, "bbox": [-151.625, 63.077, -151.625, 63.077]}, {"id": "2403", "type": "Feature", "properties": {"id": "ak16887898", "mag": 1.9, "time": 1506232339124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4442, 51.588, 12.9]}, "bbox": [-178.4442, 51.588, -178.4442, 51.588]}, {"id": "2404", "type": "Feature", "properties": {"id": "us2000atud", "mag": 4.6, "time": 1506232184760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.3102, 23.9217, 19.2]}, "bbox": [122.3102, 23.9217, 122.3102, 23.9217]}, {"id": "2405", "type": "Feature", "properties": {"id": "ak16887893", "mag": 1.8, "time": 1506231025885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6676, 61.5229, 16.0]}, "bbox": [-140.6676, 61.5229, -140.6676, 61.5229]}, {"id": "2406", "type": "Feature", "properties": {"id": "us2000attv", "mag": 3.2, "time": 1506230915380, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4686, 42.6086, 5.28]}, "bbox": [-111.4686, 42.6086, -111.4686, 42.6086]}, {"id": "2407", "type": "Feature", "properties": {"id": "ci38009080", "mag": 1.1, "time": 1506230493370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.65, 35.937333, 3.69]}, "bbox": [-117.65, 35.937333, -117.65, 35.937333]}, {"id": "2408", "type": "Feature", "properties": {"id": "nc72897801", "mag": 1.86, "time": 1506230402950, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.5355, 3.17]}, "bbox": [-118.880833, 37.5355, -118.880833, 37.5355]}, {"id": "2409", "type": "Feature", "properties": {"id": "us2000attk", "mag": 4.4, "time": 1506229834430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9698, 16.526, 14.16]}, "bbox": [-97.9698, 16.526, -97.9698, 16.526]}, {"id": "2410", "type": "Feature", "properties": {"id": "ak16887845", "mag": 2.2, "time": 1506229788458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3609, 60.3798, 13.6]}, "bbox": [-147.3609, 60.3798, -147.3609, 60.3798]}, {"id": "2411", "type": "Feature", "properties": {"id": "ci38009064", "mag": 2.54, "time": 1506229471590, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.708833, 34.611167, -0.32]}, "bbox": [-120.708833, 34.611167, -120.708833, 34.611167]}, {"id": "2412", "type": "Feature", "properties": {"id": "ak16887419", "mag": 2.5, "time": 1506228712730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1558, 57.6827, 0.6]}, "bbox": [-156.1558, 57.6827, -156.1558, 57.6827]}, {"id": "2413", "type": "Feature", "properties": {"id": "uu60249092", "mag": 1.45, "time": 1506228417670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.041833, 38.6065, 7.11]}, "bbox": [-112.041833, 38.6065, -112.041833, 38.6065]}, {"id": "2414", "type": "Feature", "properties": {"id": "uu60013144", "mag": 2.65, "time": 1506227971910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.063667, 38.596667, 13.4]}, "bbox": [-112.063667, 38.596667, -112.063667, 38.596667]}, {"id": "2415", "type": "Feature", "properties": {"id": "uu60249087", "mag": 3.34, "time": 1506227924130, "felt": 52.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.056, 38.615, 7.09]}, "bbox": [-112.056, 38.615, -112.056, 38.615]}, {"id": "2416", "type": "Feature", "properties": {"id": "ci38009040", "mag": 1.66, "time": 1506227707260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.754667, 32.691333, 7.72]}, "bbox": [-115.754667, 32.691333, -115.754667, 32.691333]}, {"id": "2417", "type": "Feature", "properties": {"id": "ak16887417", "mag": 1.4, "time": 1506227635748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4813, 59.9807, 0.0]}, "bbox": [-139.4813, 59.9807, -139.4813, 59.9807]}, {"id": "2418", "type": "Feature", "properties": {"id": "hv61919026", "mag": 1.76, "time": 1506225952210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.284164, 19.394167, 2.71]}, "bbox": [-155.284164, 19.394167, -155.284164, 19.394167]}, {"id": "2419", "type": "Feature", "properties": {"id": "hv61918996", "mag": 1.99, "time": 1506224898090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28067, 19.403999, 1.29]}, "bbox": [-155.28067, 19.403999, -155.28067, 19.403999]}, {"id": "2420", "type": "Feature", "properties": {"id": "us2000atsq", "mag": 4.1, "time": 1506223896740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.2705, -18.0175, 148.09]}, "bbox": [-69.2705, -18.0175, -69.2705, -18.0175]}, {"id": "2421", "type": "Feature", "properties": {"id": "ak16935368", "mag": 2.3, "time": 1506222958411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4834, 51.3236, 13.2]}, "bbox": [-176.4834, 51.3236, -176.4834, 51.3236]}, {"id": "2422", "type": "Feature", "properties": {"id": "ak16886952", "mag": 1.2, "time": 1506222874628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.387, 59.9979, 0.0]}, "bbox": [-139.387, 59.9979, -139.387, 59.9979]}, {"id": "2423", "type": "Feature", "properties": {"id": "nm60207271", "mag": 1.17, "time": 1506222175440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.522833, 36.477167, 7.22]}, "bbox": [-89.522833, 36.477167, -89.522833, 36.477167]}, {"id": "2424", "type": "Feature", "properties": {"id": "nc72897746", "mag": 1.28, "time": 1506221915120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720833, 38.788, 2.34]}, "bbox": [-122.720833, 38.788, -122.720833, 38.788]}, {"id": "2425", "type": "Feature", "properties": {"id": "ak16886490", "mag": 1.1, "time": 1506220290807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3418, 62.9812, 77.2]}, "bbox": [-149.3418, 62.9812, -149.3418, 62.9812]}, {"id": "2426", "type": "Feature", "properties": {"id": "us2000atse", "mag": 4.6, "time": 1506220200040, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.2801, -27.8834, 30.1]}, "bbox": [-71.2801, -27.8834, -71.2801, -27.8834]}, {"id": "2427", "type": "Feature", "properties": {"id": "ak16935365", "mag": 1.8, "time": 1506220032447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1268, 57.8123, 70.2]}, "bbox": [-155.1268, 57.8123, -155.1268, 57.8123]}, {"id": "2428", "type": "Feature", "properties": {"id": "nc72897736", "mag": 1.07, "time": 1506219512840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.478833, 1.34]}, "bbox": [-118.8245, 37.478833, -118.8245, 37.478833]}, {"id": "2429", "type": "Feature", "properties": {"id": "ak16935364", "mag": 2.4, "time": 1506219397177, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8092, 52.1986, 20.4]}, "bbox": [-169.8092, 52.1986, -169.8092, 52.1986]}, {"id": "2430", "type": "Feature", "properties": {"id": "nc72897726", "mag": 2.48, "time": 1506219108260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.023333, 40.3465, 9.33]}, "bbox": [-125.023333, 40.3465, -125.023333, 40.3465]}, {"id": "2431", "type": "Feature", "properties": {"id": "us2000atsa", "mag": 4.2, "time": 1506218615340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8425, 16.574, 39.83]}, "bbox": [-94.8425, 16.574, -94.8425, 16.574]}, {"id": "2432", "type": "Feature", "properties": {"id": "ak16935363", "mag": 1.0, "time": 1506217950145, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5769, 68.6004, 0.9]}, "bbox": [-147.5769, 68.6004, -147.5769, 68.6004]}, {"id": "2433", "type": "Feature", "properties": {"id": "nc72897701", "mag": 1.48, "time": 1506217326030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.475, -0.04]}, "bbox": [-118.819333, 37.475, -118.819333, 37.475]}, {"id": "2434", "type": "Feature", "properties": {"id": "nc72897696", "mag": 1.19, "time": 1506216792400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125, 36.5355, 3.43]}, "bbox": [-121.125, 36.5355, -121.125, 36.5355]}, {"id": "2435", "type": "Feature", "properties": {"id": "ak16886371", "mag": 2.1, "time": 1506216606733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.8852, 51.4616, 53.0]}, "bbox": [179.8852, 51.4616, 179.8852, 51.4616]}, {"id": "2436", "type": "Feature", "properties": {"id": "us2000atrn", "mag": 3.8, "time": 1506215497620, "felt": 67.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1371, 36.3727, 2.82]}, "bbox": [-97.1371, 36.3727, -97.1371, 36.3727]}, {"id": "2437", "type": "Feature", "properties": {"id": "nc72897686", "mag": 2.17, "time": 1506215076790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.141167, 36.555, 2.89]}, "bbox": [-121.141167, 36.555, -121.141167, 36.555]}, {"id": "2438", "type": "Feature", "properties": {"id": "ci38008976", "mag": 1.32, "time": 1506215071310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450333, 34.2865, 7.66]}, "bbox": [-116.450333, 34.2865, -116.450333, 34.2865]}, {"id": "2439", "type": "Feature", "properties": {"id": "us2000atrk", "mag": 5.0, "time": 1506214584220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.7808, -10.6598, 47.61]}, "bbox": [161.7808, -10.6598, 161.7808, -10.6598]}, {"id": "2440", "type": "Feature", "properties": {"id": "ak16885992", "mag": 2.0, "time": 1506214179876, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6803, 63.2188, 129.3]}, "bbox": [-150.6803, 63.2188, -150.6803, 63.2188]}, {"id": "2441", "type": "Feature", "properties": {"id": "ci38008968", "mag": 1.0, "time": 1506214163490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8005, 33.996, 18.05]}, "bbox": [-116.8005, 33.996, -116.8005, 33.996]}, {"id": "2442", "type": "Feature", "properties": {"id": "ak16885991", "mag": 1.4, "time": 1506214156491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6167, 63.06, 7.0]}, "bbox": [-151.6167, 63.06, -151.6167, 63.06]}, {"id": "2443", "type": "Feature", "properties": {"id": "ak16885975", "mag": 2.0, "time": 1506213434632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5807, 63.0643, 7.3]}, "bbox": [-151.5807, 63.0643, -151.5807, 63.0643]}, {"id": "2444", "type": "Feature", "properties": {"id": "ak16885911", "mag": 1.9, "time": 1506213142249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5965, 63.0635, 4.5]}, "bbox": [-151.5965, 63.0635, -151.5965, 63.0635]}, {"id": "2445", "type": "Feature", "properties": {"id": "us2000atre", "mag": 4.4, "time": 1506212946200, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.7877, 12.9849, 60.16]}, "bbox": [-88.7877, 12.9849, -88.7877, 12.9849]}, {"id": "2446", "type": "Feature", "properties": {"id": "nc72897676", "mag": 1.44, "time": 1506212851640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836167, 37.574667, 1.65]}, "bbox": [-118.836167, 37.574667, -118.836167, 37.574667]}, {"id": "2447", "type": "Feature", "properties": {"id": "ci38008928", "mag": 1.02, "time": 1506212597460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.178333, 33.195833, 6.76]}, "bbox": [-116.178333, 33.195833, -116.178333, 33.195833]}, {"id": "2448", "type": "Feature", "properties": {"id": "ci38008920", "mag": 1.07, "time": 1506212251010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.430333, 34.0525, 9.6]}, "bbox": [-116.430333, 34.0525, -116.430333, 34.0525]}, {"id": "2449", "type": "Feature", "properties": {"id": "ak16885578", "mag": 1.8, "time": 1506211566495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6255, 61.4518, 71.8]}, "bbox": [-151.6255, 61.4518, -151.6255, 61.4518]}, {"id": "2450", "type": "Feature", "properties": {"id": "ak16885576", "mag": 1.5, "time": 1506211049943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5978, 61.5229, 17.2]}, "bbox": [-140.5978, 61.5229, -140.5978, 61.5229]}, {"id": "2451", "type": "Feature", "properties": {"id": "ak16885547", "mag": 1.3, "time": 1506210780241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6346, 63.8335, 106.3]}, "bbox": [-148.6346, 63.8335, -148.6346, 63.8335]}, {"id": "2452", "type": "Feature", "properties": {"id": "ak16885533", "mag": 1.6, "time": 1506209676573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5334, 61.8507, 43.6]}, "bbox": [-149.5334, 61.8507, -149.5334, 61.8507]}, {"id": "2453", "type": "Feature", "properties": {"id": "nc72897656", "mag": 1.03, "time": 1506208996140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7145, 38.772667, 2.47]}, "bbox": [-122.7145, 38.772667, -122.7145, 38.772667]}, {"id": "2454", "type": "Feature", "properties": {"id": "ci38008912", "mag": 1.4, "time": 1506208905320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.801167, 33.9745, 17.62]}, "bbox": [-116.801167, 33.9745, -116.801167, 33.9745]}, {"id": "2455", "type": "Feature", "properties": {"id": "ci38008904", "mag": 1.35, "time": 1506208456300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924333, 33.9845, 4.74]}, "bbox": [-116.924333, 33.9845, -116.924333, 33.9845]}, {"id": "2456", "type": "Feature", "properties": {"id": "us2000atqq", "mag": 4.5, "time": 1506207994550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9873, 16.6593, 8.9]}, "bbox": [-94.9873, 16.6593, -94.9873, 16.6593]}, {"id": "2457", "type": "Feature", "properties": {"id": "ak16885149", "mag": 1.0, "time": 1506207804984, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3702, 64.9969, 0.0]}, "bbox": [-147.3702, 64.9969, -147.3702, 64.9969]}, {"id": "2458", "type": "Feature", "properties": {"id": "uu60249057", "mag": 2.12, "time": 1506207074140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.304, 44.720667, 6.11]}, "bbox": [-111.304, 44.720667, -111.304, 44.720667]}, {"id": "2459", "type": "Feature", "properties": {"id": "nc72897646", "mag": 1.23, "time": 1506206872800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.787167, 1.28]}, "bbox": [-122.735333, 38.787167, -122.735333, 38.787167]}, {"id": "2460", "type": "Feature", "properties": {"id": "us2000atq4", "mag": 4.6, "time": 1506204121620, "felt": 194.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.616, -33.7421, 44.72]}, "bbox": [-71.616, -33.7421, -71.616, -33.7421]}, {"id": "2461", "type": "Feature", "properties": {"id": "ci38008864", "mag": 1.58, "time": 1506203611410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 33.181333, 2.86]}, "bbox": [-115.609, 33.181333, -115.609, 33.181333]}, {"id": "2462", "type": "Feature", "properties": {"id": "ak16884706", "mag": 3.1, "time": 1506202930250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.1771, 51.8267, 132.6]}, "bbox": [178.1771, 51.8267, 178.1771, 51.8267]}, {"id": "2463", "type": "Feature", "properties": {"id": "us2000atpq", "mag": 4.9, "time": 1506201617890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.82, 7.5438, 10.0]}, "bbox": [124.82, 7.5438, 124.82, 7.5438]}, {"id": "2464", "type": "Feature", "properties": {"id": "us2000atpp", "mag": 4.9, "time": 1506201494980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8199, 7.5946, 10.0]}, "bbox": [124.8199, 7.5946, 124.8199, 7.5946]}, {"id": "2465", "type": "Feature", "properties": {"id": "ak16884645", "mag": 1.0, "time": 1506201077397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.96, 64.7531, 1.8]}, "bbox": [-139.96, 64.7531, -139.96, 64.7531]}, {"id": "2466", "type": "Feature", "properties": {"id": "us2000atpb", "mag": 5.7, "time": 1506199628760, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8736, 7.6285, 31.39]}, "bbox": [124.8736, 7.6285, 124.8736, 7.6285]}, {"id": "2467", "type": "Feature", "properties": {"id": "ak16884300", "mag": 2.8, "time": 1506199486287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6652, 52.5903, 67.9]}, "bbox": [-169.6652, 52.5903, -169.6652, 52.5903]}, {"id": "2468", "type": "Feature", "properties": {"id": "nc72897611", "mag": 1.26, "time": 1506199458450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604333, 4.01]}, "bbox": [-118.821667, 37.604333, -118.821667, 37.604333]}, {"id": "2469", "type": "Feature", "properties": {"id": "ak16884298", "mag": 1.2, "time": 1506198439700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5445, 59.7818, 0.1]}, "bbox": [-136.5445, 59.7818, -136.5445, 59.7818]}, {"id": "2470", "type": "Feature", "properties": {"id": "uw61332966", "mag": 1.38, "time": 1506197756870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.684333, 48.248, 9.29]}, "bbox": [-121.684333, 48.248, -121.684333, 48.248]}, {"id": "2471", "type": "Feature", "properties": {"id": "ak16884247", "mag": 2.2, "time": 1506197594492, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0461, 51.8485, 92.8]}, "bbox": [-178.0461, 51.8485, -178.0461, 51.8485]}, {"id": "2472", "type": "Feature", "properties": {"id": "ak16883936", "mag": 1.0, "time": 1506196999226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8099, 64.7452, 10.2]}, "bbox": [-149.8099, 64.7452, -149.8099, 64.7452]}, {"id": "2473", "type": "Feature", "properties": {"id": "ci38008816", "mag": 1.2, "time": 1506196919720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.403833, 34.223333, 11.34]}, "bbox": [-118.403833, 34.223333, -118.403833, 34.223333]}, {"id": "2474", "type": "Feature", "properties": {"id": "nc72897586", "mag": 2.51, "time": 1506196446140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.396167, 40.494333, 25.08]}, "bbox": [-124.396167, 40.494333, -124.396167, 40.494333]}, {"id": "2475", "type": "Feature", "properties": {"id": "nc72897566", "mag": 2.07, "time": 1506194792800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.572667, 1.63]}, "bbox": [-118.835833, 37.572667, -118.835833, 37.572667]}, {"id": "2476", "type": "Feature", "properties": {"id": "nc72897561", "mag": 1.83, "time": 1506194678430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.574, 1.71]}, "bbox": [-118.8365, 37.574, -118.8365, 37.574]}, {"id": "2477", "type": "Feature", "properties": {"id": "ak16883864", "mag": 2.8, "time": 1506194224396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8992, 51.3293, 31.9]}, "bbox": [-175.8992, 51.3293, -175.8992, 51.3293]}, {"id": "2478", "type": "Feature", "properties": {"id": "ak16883866", "mag": 1.0, "time": 1506193955730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8833, 59.8983, 14.4]}, "bbox": [-136.8833, 59.8983, -136.8833, 59.8983]}, {"id": "2479", "type": "Feature", "properties": {"id": "nc72897541", "mag": 1.74, "time": 1506193009290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.6045, 4.22]}, "bbox": [-118.820833, 37.6045, -118.820833, 37.6045]}, {"id": "2480", "type": "Feature", "properties": {"id": "ak16883553", "mag": 1.2, "time": 1506192900100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4017, 65.5315, 14.2]}, "bbox": [-150.4017, 65.5315, -150.4017, 65.5315]}, {"id": "2481", "type": "Feature", "properties": {"id": "ak16883554", "mag": 1.2, "time": 1506192680980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0611, 67.1099, 2.8]}, "bbox": [-157.0611, 67.1099, -157.0611, 67.1099]}, {"id": "2482", "type": "Feature", "properties": {"id": "us2000atnx", "mag": 2.6, "time": 1506192601240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4214, 42.5566, 9.03]}, "bbox": [-111.4214, 42.5566, -111.4214, 42.5566]}, {"id": "2483", "type": "Feature", "properties": {"id": "ak16883552", "mag": 1.1, "time": 1506192410113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.197, 60.3011, 0.2]}, "bbox": [-143.197, 60.3011, -143.197, 60.3011]}, {"id": "2484", "type": "Feature", "properties": {"id": "nc72897531", "mag": 2.28, "time": 1506191594770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604, 4.22]}, "bbox": [-118.821667, 37.604, -118.821667, 37.604]}, {"id": "2485", "type": "Feature", "properties": {"id": "us2000augr", "mag": 4.5, "time": 1506191531170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.4442, -11.942, 15.62]}, "bbox": [-138.4442, -11.942, -138.4442, -11.942]}, {"id": "2486", "type": "Feature", "properties": {"id": "ci38008760", "mag": 1.23, "time": 1506190682920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.415167, 33.1465, 4.6]}, "bbox": [-116.415167, 33.1465, -116.415167, 33.1465]}, {"id": "2487", "type": "Feature", "properties": {"id": "ci38008752", "mag": 1.14, "time": 1506190401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.972, 33.217167, 7.81]}, "bbox": [-115.972, 33.217167, -115.972, 33.217167]}, {"id": "2488", "type": "Feature", "properties": {"id": "nc72897521", "mag": 1.68, "time": 1506190013010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811833, 38.821167, 1.49]}, "bbox": [-122.811833, 38.821167, -122.811833, 38.821167]}, {"id": "2489", "type": "Feature", "properties": {"id": "ak16883482", "mag": 1.4, "time": 1506189726896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.742, 64.4224, 18.2]}, "bbox": [-148.742, 64.4224, -148.742, 64.4224]}, {"id": "2490", "type": "Feature", "properties": {"id": "ak16923786", "mag": 2.7, "time": 1506189654902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1544, 53.4208, 25.6]}, "bbox": [-163.1544, 53.4208, -163.1544, 53.4208]}, {"id": "2491", "type": "Feature", "properties": {"id": "hv61918336", "mag": 2.94, "time": 1506189242240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611167, 19.4215, 2.482]}, "bbox": [-155.611167, 19.4215, -155.611167, 19.4215]}, {"id": "2492", "type": "Feature", "properties": {"id": "us2000atn1", "mag": 4.4, "time": 1506188901480, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.1457, 7.0739, 96.15]}, "bbox": [125.1457, 7.0739, 125.1457, 7.0739]}, {"id": "2493", "type": "Feature", "properties": {"id": "nc72897511", "mag": 1.1, "time": 1506188786860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7965, 37.484667, 7.75]}, "bbox": [-118.7965, 37.484667, -118.7965, 37.484667]}, {"id": "2494", "type": "Feature", "properties": {"id": "ak16883178", "mag": 2.9, "time": 1506188673480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5715, 58.1668, 7.8]}, "bbox": [-151.5715, 58.1668, -151.5715, 58.1668]}, {"id": "2495", "type": "Feature", "properties": {"id": "ak16923784", "mag": 1.7, "time": 1506187667099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6425, 60.6215, 67.6]}, "bbox": [-151.6425, 60.6215, -151.6425, 60.6215]}, {"id": "2496", "type": "Feature", "properties": {"id": "us2000atms", "mag": 5.0, "time": 1506187553100, "felt": 30.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.9096, -30.7535, 117.2]}, "bbox": [-68.9096, -30.7535, -68.9096, -30.7535]}, {"id": "2497", "type": "Feature", "properties": {"id": "ci38008720", "mag": 1.14, "time": 1506187127550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4515, 34.231833, 12.91]}, "bbox": [-117.4515, 34.231833, -117.4515, 34.231833]}, {"id": "2498", "type": "Feature", "properties": {"id": "nc72897476", "mag": 2.49, "time": 1506186613660, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3425, 36.714, -0.57]}, "bbox": [-121.3425, 36.714, -121.3425, 36.714]}, {"id": "2499", "type": "Feature", "properties": {"id": "nc72897471", "mag": 1.19, "time": 1506186452260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773834, 38.833832, 1.91]}, "bbox": [-122.773834, 38.833832, -122.773834, 38.833832]}, {"id": "2500", "type": "Feature", "properties": {"id": "ci38008696", "mag": 1.09, "time": 1506186268310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848333, 36.183167, 3.2]}, "bbox": [-117.848333, 36.183167, -117.848333, 36.183167]}, {"id": "2501", "type": "Feature", "properties": {"id": "ci38008688", "mag": 1.35, "time": 1506185983910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.845167, 36.179667, 2.43]}, "bbox": [-117.845167, 36.179667, -117.845167, 36.179667]}, {"id": "2502", "type": "Feature", "properties": {"id": "nc72897466", "mag": 1.85, "time": 1506185948480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807, 38.052667, 0.81]}, "bbox": [-118.807, 38.052667, -118.807, 38.052667]}, {"id": "2503", "type": "Feature", "properties": {"id": "us2000atmg", "mag": 4.4, "time": 1506185133990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [71.1291, 36.4703, 91.01]}, "bbox": [71.1291, 36.4703, 71.1291, 36.4703]}, {"id": "2504", "type": "Feature", "properties": {"id": "us2000atmf", "mag": 4.5, "time": 1506184783190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.21, -28.772, 131.62]}, "bbox": [-69.21, -28.772, -69.21, -28.772]}, {"id": "2505", "type": "Feature", "properties": {"id": "nc72897451", "mag": 1.44, "time": 1506184758630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9955, 36.407667, 6.86]}, "bbox": [-120.9955, 36.407667, -120.9955, 36.407667]}, {"id": "2506", "type": "Feature", "properties": {"id": "ci38008672", "mag": 2.68, "time": 1506184689590, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.498333, 5.63]}, "bbox": [-116.8015, 33.498333, -116.8015, 33.498333]}, {"id": "2507", "type": "Feature", "properties": {"id": "ci38008664", "mag": 1.11, "time": 1506184563870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.261167, 34.006833, 14.43]}, "bbox": [-117.261167, 34.006833, -117.261167, 34.006833]}, {"id": "2508", "type": "Feature", "properties": {"id": "us2000atmc", "mag": 2.7, "time": 1506184527900, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4447, 42.5711, 9.8]}, "bbox": [-111.4447, 42.5711, -111.4447, 42.5711]}, {"id": "2509", "type": "Feature", "properties": {"id": "us2000atma", "mag": 4.4, "time": 1506183893420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7171, 16.8156, 10.0]}, "bbox": [-94.7171, 16.8156, -94.7171, 16.8156]}, {"id": "2510", "type": "Feature", "properties": {"id": "nc72897441", "mag": 1.31, "time": 1506183491090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.170833, 12.95]}, "bbox": [-118.606833, 37.170833, -118.606833, 37.170833]}, {"id": "2511", "type": "Feature", "properties": {"id": "nc72897436", "mag": 1.56, "time": 1506183390100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.198667, 10.68]}, "bbox": [-118.606833, 37.198667, -118.606833, 37.198667]}, {"id": "2512", "type": "Feature", "properties": {"id": "ak16882778", "mag": 2.6, "time": 1506183338101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.6342, 57.1033, 9.7]}, "bbox": [-157.6342, 57.1033, -157.6342, 57.1033]}, {"id": "2513", "type": "Feature", "properties": {"id": "ak16923782", "mag": 2.0, "time": 1506182696586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8058, 59.0921, 75.1]}, "bbox": [-152.8058, 59.0921, -152.8058, 59.0921]}, {"id": "2514", "type": "Feature", "properties": {"id": "ak16882769", "mag": 3.1, "time": 1506182496691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0149, 52.3026, 176.2]}, "bbox": [-173.0149, 52.3026, -173.0149, 52.3026]}, {"id": "2515", "type": "Feature", "properties": {"id": "us2000atm1", "mag": 4.3, "time": 1506182042160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [62.7519, 26.1798, 45.69]}, "bbox": [62.7519, 26.1798, 62.7519, 26.1798]}, {"id": "2516", "type": "Feature", "properties": {"id": "ak16882474", "mag": 1.9, "time": 1506181429544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7141, 61.0689, 15.9]}, "bbox": [-150.7141, 61.0689, -150.7141, 61.0689]}, {"id": "2517", "type": "Feature", "properties": {"id": "ak16882473", "mag": 1.1, "time": 1506181415825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5959, 60.5708, 14.6]}, "bbox": [-141.5959, 60.5708, -141.5959, 60.5708]}, {"id": "2518", "type": "Feature", "properties": {"id": "nc72897426", "mag": 1.24, "time": 1506180532690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623667, 37.188167, 10.74]}, "bbox": [-118.623667, 37.188167, -118.623667, 37.188167]}, {"id": "2519", "type": "Feature", "properties": {"id": "ci38008584", "mag": 1.58, "time": 1506180105990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.444, 33.030667, 2.87]}, "bbox": [-116.444, 33.030667, -116.444, 33.030667]}, {"id": "2520", "type": "Feature", "properties": {"id": "us2000atlk", "mag": 3.8, "time": 1506180000610, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4292, 42.5433, 9.91]}, "bbox": [-111.4292, 42.5433, -111.4292, 42.5433]}, {"id": "2521", "type": "Feature", "properties": {"id": "us2000atlf", "mag": 4.2, "time": 1506179194220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0107, 16.603, 10.0]}, "bbox": [-95.0107, 16.603, -95.0107, 16.603]}, {"id": "2522", "type": "Feature", "properties": {"id": "mb80257194", "mag": 1.15, "time": 1506178837080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.886, 12.66]}, "bbox": [-112.525833, 46.886, -112.525833, 46.886]}, {"id": "2523", "type": "Feature", "properties": {"id": "nn00606739", "mag": 1.0, "time": 1506178325112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0924, 40.2311, 5.5]}, "bbox": [-121.0924, 40.2311, -121.0924, 40.2311]}, {"id": "2524", "type": "Feature", "properties": {"id": "ci38008536", "mag": 1.59, "time": 1506177881730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.495667, 3.67]}, "bbox": [-116.795667, 33.495667, -116.795667, 33.495667]}, {"id": "2525", "type": "Feature", "properties": {"id": "us2000atkr", "mag": 4.9, "time": 1506177106540, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8831, 16.6905, 10.0]}, "bbox": [-94.8831, 16.6905, -94.8831, 16.6905]}, {"id": "2526", "type": "Feature", "properties": {"id": "us2000atku", "mag": 4.2, "time": 1506176872070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.97, 16.7939, 10.0]}, "bbox": [-94.97, 16.7939, -94.97, 16.7939]}, {"id": "2527", "type": "Feature", "properties": {"id": "nc72897386", "mag": 1.06, "time": 1506176360420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811667, 38.818667, 2.57]}, "bbox": [-122.811667, 38.818667, -122.811667, 38.818667]}, {"id": "2528", "type": "Feature", "properties": {"id": "ci38008512", "mag": 2.34, "time": 1506176315810, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0575, 34.503333, 8.9]}, "bbox": [-118.0575, 34.503333, -118.0575, 34.503333]}, {"id": "2529", "type": "Feature", "properties": {"id": "us2000atkn", "mag": 4.4, "time": 1506176300040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1269, 16.7434, 10.0]}, "bbox": [-95.1269, 16.7434, -95.1269, 16.7434]}, {"id": "2530", "type": "Feature", "properties": {"id": "ak16882104", "mag": 1.1, "time": 1506175629079, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8075, 60.3407, 9.1]}, "bbox": [-139.8075, 60.3407, -139.8075, 60.3407]}, {"id": "2531", "type": "Feature", "properties": {"id": "nc72897361", "mag": 0.96, "time": 1506174820850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.612, 37.392833, 13.92]}, "bbox": [-118.612, 37.392833, -118.612, 37.392833]}, {"id": "2532", "type": "Feature", "properties": {"id": "ak16881826", "mag": 2.5, "time": 1506174802909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6324, 58.8539, 123.3]}, "bbox": [-154.6324, 58.8539, -154.6324, 58.8539]}, {"id": "2533", "type": "Feature", "properties": {"id": "ci38008496", "mag": 1.78, "time": 1506174424760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817167, 34.867667, 4.67]}, "bbox": [-118.817167, 34.867667, -118.817167, 34.867667]}, {"id": "2534", "type": "Feature", "properties": {"id": "ak16881795", "mag": 1.1, "time": 1506173527174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8881, 64.8661, 12.9]}, "bbox": [-148.8881, 64.8661, -148.8881, 64.8661]}, {"id": "2535", "type": "Feature", "properties": {"id": "us2000atke", "mag": 5.1, "time": 1506173434140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.8176, 13.6704, 193.27]}, "bbox": [120.8176, 13.6704, 120.8176, 13.6704]}, {"id": "2536", "type": "Feature", "properties": {"id": "us2000atk8", "mag": 4.8, "time": 1506173052110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9123, 16.7308, 10.0]}, "bbox": [-94.9123, 16.7308, -94.9123, 16.7308]}, {"id": "2537", "type": "Feature", "properties": {"id": "ak16881771", "mag": 1.2, "time": 1506172200912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8726, 64.8605, 11.6]}, "bbox": [-148.8726, 64.8605, -148.8726, 64.8605]}, {"id": "2538", "type": "Feature", "properties": {"id": "ak16881749", "mag": 1.6, "time": 1506171778198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8844, 64.8563, 10.3]}, "bbox": [-148.8844, 64.8563, -148.8844, 64.8563]}, {"id": "2539", "type": "Feature", "properties": {"id": "us2000atjy", "mag": 4.3, "time": 1506171499860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.9043, -2.9658, 44.93]}, "bbox": [129.9043, -2.9658, 129.9043, -2.9658]}, {"id": "2540", "type": "Feature", "properties": {"id": "uu60248857", "mag": 1.35, "time": 1506171338590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.890833, 37.000833, 18.28]}, "bbox": [-112.890833, 37.000833, -112.890833, 37.000833]}, {"id": "2541", "type": "Feature", "properties": {"id": "us2000atjv", "mag": 6.1, "time": 1506171182420, "felt": 203.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9509, 16.7732, 9.62]}, "bbox": [-94.9509, 16.7732, -94.9509, 16.7732]}, {"id": "2542", "type": "Feature", "properties": {"id": "ak16881467", "mag": 1.4, "time": 1506170949832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8768, 64.9158, 8.5]}, "bbox": [-148.8768, 64.9158, -148.8768, 64.9158]}, {"id": "2543", "type": "Feature", "properties": {"id": "ak16881459", "mag": 1.7, "time": 1506170669236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6941, 64.6752, 17.2]}, "bbox": [-149.6941, 64.6752, -149.6941, 64.6752]}, {"id": "2544", "type": "Feature", "properties": {"id": "ak16881453", "mag": 1.5, "time": 1506170369239, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9047, 64.8585, 16.1]}, "bbox": [-148.9047, 64.8585, -148.9047, 64.8585]}, {"id": "2545", "type": "Feature", "properties": {"id": "us2000atjm", "mag": 4.6, "time": 1506169519350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.1923, 31.1823, 10.0]}, "bbox": [142.1923, 31.1823, 142.1923, 31.1823]}, {"id": "2546", "type": "Feature", "properties": {"id": "us2000avhc", "mag": 2.6, "time": 1506167877970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.84, 52.2553, 189.02]}, "bbox": [-175.84, 52.2553, -175.84, 52.2553]}, {"id": "2547", "type": "Feature", "properties": {"id": "ak16881171", "mag": 2.3, "time": 1506167030162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8612, 51.6605, 44.9]}, "bbox": [-175.8612, 51.6605, -175.8612, 51.6605]}, {"id": "2548", "type": "Feature", "properties": {"id": "uu60248832", "mag": 1.05, "time": 1506167017860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.340667, 40.274333, 3.24]}, "bbox": [-111.340667, 40.274333, -111.340667, 40.274333]}, {"id": "2549", "type": "Feature", "properties": {"id": "us2000augc", "mag": 4.6, "time": 1506166612290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [154.9573, -5.8521, 181.5]}, "bbox": [154.9573, -5.8521, 154.9573, -5.8521]}, {"id": "2550", "type": "Feature", "properties": {"id": "ak16881170", "mag": 1.2, "time": 1506166372386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7852, 62.5649, 5.8]}, "bbox": [-151.7852, 62.5649, -151.7852, 62.5649]}, {"id": "2551", "type": "Feature", "properties": {"id": "ak16881168", "mag": 1.3, "time": 1506166038103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5567, 63.2977, 0.7]}, "bbox": [-150.5567, 63.2977, -150.5567, 63.2977]}, {"id": "2552", "type": "Feature", "properties": {"id": "nc72897346", "mag": 1.79, "time": 1506165696260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112333, 37.231, 6.72]}, "bbox": [-118.112333, 37.231, -118.112333, 37.231]}, {"id": "2553", "type": "Feature", "properties": {"id": "us2000avha", "mag": 3.4, "time": 1506165671380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4308, 52.2784, 36.52]}, "bbox": [-170.4308, 52.2784, -170.4308, 52.2784]}, {"id": "2554", "type": "Feature", "properties": {"id": "ci38008448", "mag": 1.41, "time": 1506165347360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.561667, 32.957167, 8.78]}, "bbox": [-116.561667, 32.957167, -116.561667, 32.957167]}, {"id": "2555", "type": "Feature", "properties": {"id": "ak16881165", "mag": 1.3, "time": 1506165145820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3968, 60.1913, 0.0]}, "bbox": [-141.3968, 60.1913, -141.3968, 60.1913]}, {"id": "2556", "type": "Feature", "properties": {"id": "ak16881154", "mag": 1.7, "time": 1506164474729, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4355, 60.0468, 0.0]}, "bbox": [-139.4355, 60.0468, -139.4355, 60.0468]}, {"id": "2557", "type": "Feature", "properties": {"id": "ak16923760", "mag": 1.5, "time": 1506164269172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3627, 51.5307, 19.4]}, "bbox": [-177.3627, 51.5307, -177.3627, 51.5307]}, {"id": "2558", "type": "Feature", "properties": {"id": "us2000atis", "mag": 5.8, "time": 1506163088980, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1625, 15.6979, 74.22]}, "bbox": [-94.1625, 15.6979, -94.1625, 15.6979]}, {"id": "2559", "type": "Feature", "properties": {"id": "ak16880880", "mag": 2.0, "time": 1506162923314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4514, 58.8323, 121.0]}, "bbox": [-154.4514, 58.8323, -154.4514, 58.8323]}, {"id": "2560", "type": "Feature", "properties": {"id": "ak16880879", "mag": 1.5, "time": 1506162509845, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4379, 59.9894, 0.0]}, "bbox": [-139.4379, 59.9894, -139.4379, 59.9894]}, {"id": "2561", "type": "Feature", "properties": {"id": "nc72897331", "mag": 1.09, "time": 1506162381540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827, 37.610667, 4.37]}, "bbox": [-118.827, 37.610667, -118.827, 37.610667]}, {"id": "2562", "type": "Feature", "properties": {"id": "ak16880874", "mag": 1.6, "time": 1506161778674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9513, 62.6833, 55.4]}, "bbox": [-148.9513, 62.6833, -148.9513, 62.6833]}, {"id": "2563", "type": "Feature", "properties": {"id": "ak16880872", "mag": 2.2, "time": 1506161709130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2999, 57.8298, 119.2]}, "bbox": [-156.2999, 57.8298, -156.2999, 57.8298]}, {"id": "2564", "type": "Feature", "properties": {"id": "ak16880868", "mag": 1.9, "time": 1506161335096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0011, 60.342, 8.2]}, "bbox": [-143.0011, 60.342, -143.0011, 60.342]}, {"id": "2565", "type": "Feature", "properties": {"id": "ak16880864", "mag": 1.5, "time": 1506160533641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2829, 64.8808, 8.0]}, "bbox": [-151.2829, 64.8808, -151.2829, 64.8808]}, {"id": "2566", "type": "Feature", "properties": {"id": "nc72897316", "mag": 1.12, "time": 1506160300400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.288667, 36.670833, 2.66]}, "bbox": [-121.288667, 36.670833, -121.288667, 36.670833]}, {"id": "2567", "type": "Feature", "properties": {"id": "us2000ati0", "mag": 4.5, "time": 1506158356450, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.7746, 9.1385, 52.29]}, "bbox": [-77.7746, 9.1385, -77.7746, 9.1385]}, {"id": "2568", "type": "Feature", "properties": {"id": "nc72897301", "mag": 3.32, "time": 1506157219710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0845, 40.348333, 11.62]}, "bbox": [-127.0845, 40.348333, -127.0845, 40.348333]}, {"id": "2569", "type": "Feature", "properties": {"id": "uw61332771", "mag": 1.35, "time": 1506157207660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.313333, 47.606333, 8.75]}, "bbox": [-122.313333, 47.606333, -122.313333, 47.606333]}, {"id": "2570", "type": "Feature", "properties": {"id": "nc72897271", "mag": 1.14, "time": 1506156362630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.254167, 36.643167, 6.03]}, "bbox": [-121.254167, 36.643167, -121.254167, 36.643167]}, {"id": "2571", "type": "Feature", "properties": {"id": "ak16880667", "mag": 1.1, "time": 1506155808049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5764, 61.5311, 0.0]}, "bbox": [-140.5764, 61.5311, -140.5764, 61.5311]}, {"id": "2572", "type": "Feature", "properties": {"id": "us2000ati7", "mag": 3.5, "time": 1506155357560, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0524, 41.3116, 5.0]}, "bbox": [129.0524, 41.3116, 129.0524, 41.3116]}, {"id": "2573", "type": "Feature", "properties": {"id": "us2000atht", "mag": 4.7, "time": 1506154802240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.0272, 44.3731, 31.79]}, "bbox": [152.0272, 44.3731, 152.0272, 44.3731]}, {"id": "2574", "type": "Feature", "properties": {"id": "ak16880659", "mag": 1.0, "time": 1506154668324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1159, 65.4383, 3.7]}, "bbox": [-142.1159, 65.4383, -142.1159, 65.4383]}, {"id": "2575", "type": "Feature", "properties": {"id": "ak16880589", "mag": 2.0, "time": 1506153946841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.5946, 79.6]}, "bbox": [-151.6279, 61.5946, -151.6279, 61.5946]}, {"id": "2576", "type": "Feature", "properties": {"id": "nc72897246", "mag": 1.31, "time": 1506153823970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.762, 38.794, 0.72]}, "bbox": [-122.762, 38.794, -122.762, 38.794]}, {"id": "2577", "type": "Feature", "properties": {"id": "ci38008352", "mag": 1.63, "time": 1506153604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4425, 33.0265, 5.8]}, "bbox": [-116.4425, 33.0265, -116.4425, 33.0265]}, {"id": "2578", "type": "Feature", "properties": {"id": "nn00606675", "mag": 1.2, "time": 1506152057931, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4054, 10.3]}, "bbox": [-118.9167, 38.4054, -118.9167, 38.4054]}, {"id": "2579", "type": "Feature", "properties": {"id": "ak16880394", "mag": 3.6, "time": 1506152017544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.2081, 31.9]}, "bbox": [-170.3853, 52.2081, -170.3853, 52.2081]}, {"id": "2580", "type": "Feature", "properties": {"id": "ak16923747", "mag": 1.9, "time": 1506151958661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4175, 51.6761, 16.6]}, "bbox": [-178.4175, 51.6761, -178.4175, 51.6761]}, {"id": "2581", "type": "Feature", "properties": {"id": "ci38008344", "mag": 1.48, "time": 1506151638300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.324167, 33.310833, 12.5]}, "bbox": [-116.324167, 33.310833, -116.324167, 33.310833]}, {"id": "2582", "type": "Feature", "properties": {"id": "uu60248802", "mag": 2.41, "time": 1506151450100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.419667, 42.565833, 9.15]}, "bbox": [-111.419667, 42.565833, -111.419667, 42.565833]}, {"id": "2583", "type": "Feature", "properties": {"id": "us2000ath8", "mag": 4.1, "time": 1506151137510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2976, 15.8203, 61.65]}, "bbox": [-94.2976, 15.8203, -94.2976, 15.8203]}, {"id": "2584", "type": "Feature", "properties": {"id": "nc72897236", "mag": 1.32, "time": 1506151113910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898167, 37.524833, 12.73]}, "bbox": [-118.898167, 37.524833, -118.898167, 37.524833]}, {"id": "2585", "type": "Feature", "properties": {"id": "us2000ath6", "mag": 4.1, "time": 1506150769430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3958, 15.2768, 10.51]}, "bbox": [-94.3958, 15.2768, -94.3958, 15.2768]}, {"id": "2586", "type": "Feature", "properties": {"id": "ci38008328", "mag": 1.27, "time": 1506150100050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.200167, 33.893167, 7.86]}, "bbox": [-118.200167, 33.893167, -118.200167, 33.893167]}, {"id": "2587", "type": "Feature", "properties": {"id": "nn00606672", "mag": 1.5, "time": 1506150086518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2696, 38.2952, 0.0]}, "bbox": [-116.2696, 38.2952, -116.2696, 38.2952]}, {"id": "2588", "type": "Feature", "properties": {"id": "us2000augd", "mag": 4.4, "time": 1506150000550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.8812, 20.1804, 76.9]}, "bbox": [144.8812, 20.1804, 144.8812, 20.1804]}, {"id": "2589", "type": "Feature", "properties": {"id": "ci38008320", "mag": 1.19, "time": 1506149119830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9395, 33.982167, 4.39]}, "bbox": [-116.9395, 33.982167, -116.9395, 33.982167]}, {"id": "2590", "type": "Feature", "properties": {"id": "us2000atgz", "mag": 4.2, "time": 1506149095090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.0247, 10.6523, 19.49]}, "bbox": [-87.0247, 10.6523, -87.0247, 10.6523]}, {"id": "2591", "type": "Feature", "properties": {"id": "ak16880326", "mag": 2.0, "time": 1506149068802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0613, 61.3779, 34.8]}, "bbox": [-150.0613, 61.3779, -150.0613, 61.3779]}, {"id": "2592", "type": "Feature", "properties": {"id": "us2000ath2", "mag": 4.7, "time": 1506149033340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.7584, -3.0863, 34.1]}, "bbox": [129.7584, -3.0863, 129.7584, -3.0863]}, {"id": "2593", "type": "Feature", "properties": {"id": "ak16880327", "mag": 1.1, "time": 1506149006055, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2865, 68.6023, 13.4]}, "bbox": [-147.2865, 68.6023, -147.2865, 68.6023]}, {"id": "2594", "type": "Feature", "properties": {"id": "uw61332671", "mag": 1.77, "time": 1506147857710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.281667, 47.7015, 25.73]}, "bbox": [-122.281667, 47.7015, -122.281667, 47.7015]}, {"id": "2595", "type": "Feature", "properties": {"id": "nc72897231", "mag": 2.11, "time": 1506147638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6555, 36.061833, 9.09]}, "bbox": [-119.6555, 36.061833, -119.6555, 36.061833]}, {"id": "2596", "type": "Feature", "properties": {"id": "us2000aug5", "mag": 4.5, "time": 1506146537200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8683, -24.2891, 524.27]}, "bbox": [-179.8683, -24.2891, -179.8683, -24.2891]}, {"id": "2597", "type": "Feature", "properties": {"id": "ci38008296", "mag": 1.25, "time": 1506146485640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.616, 33.586167, 13.04]}, "bbox": [-116.616, 33.586167, -116.616, 33.586167]}, {"id": "2598", "type": "Feature", "properties": {"id": "ak16880116", "mag": 1.8, "time": 1506145682289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2213, 66.2475, 7.6]}, "bbox": [-142.2213, 66.2475, -142.2213, 66.2475]}, {"id": "2599", "type": "Feature", "properties": {"id": "nn00606730", "mag": 1.3, "time": 1506145648978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1876, 38.2127, 0.0]}, "bbox": [-116.1876, 38.2127, -116.1876, 38.2127]}, {"id": "2600", "type": "Feature", "properties": {"id": "ci38008288", "mag": 1.58, "time": 1506145525140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4415, 32.5255, 16.12]}, "bbox": [-117.4415, 32.5255, -117.4415, 32.5255]}, {"id": "2601", "type": "Feature", "properties": {"id": "nn00606667", "mag": 1.5, "time": 1506145236843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.917, 38.3346, 11.4]}, "bbox": [-118.917, 38.3346, -118.917, 38.3346]}, {"id": "2602", "type": "Feature", "properties": {"id": "us2000atgp", "mag": 4.5, "time": 1506143865490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.7175, 9.7486, 52.5]}, "bbox": [-74.7175, 9.7486, -74.7175, 9.7486]}, {"id": "2603", "type": "Feature", "properties": {"id": "us2000athl", "mag": 4.4, "time": 1506143271620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [108.9322, -8.2399, 66.53]}, "bbox": [108.9322, -8.2399, 108.9322, -8.2399]}, {"id": "2604", "type": "Feature", "properties": {"id": "nc72897216", "mag": 1.88, "time": 1506142958730, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9835, 40.89, 15.76]}, "bbox": [-121.9835, 40.89, -121.9835, 40.89]}, {"id": "2605", "type": "Feature", "properties": {"id": "nc72897211", "mag": 1.17, "time": 1506142616000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837166, 1.66]}, "bbox": [-122.827667, 38.837166, -122.827667, 38.837166]}, {"id": "2606", "type": "Feature", "properties": {"id": "nc72897201", "mag": 0.95, "time": 1506142430900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.848, 38.839168, 2.3]}, "bbox": [-122.848, 38.839168, -122.848, 38.839168]}, {"id": "2607", "type": "Feature", "properties": {"id": "nc72897191", "mag": 1.9, "time": 1506141940330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 40.264333, 3.77]}, "bbox": [-121.177333, 40.264333, -121.177333, 40.264333]}, {"id": "2608", "type": "Feature", "properties": {"id": "ak16879870", "mag": 2.3, "time": 1506141876996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6246, 59.199, 103.8]}, "bbox": [-153.6246, 59.199, -153.6246, 59.199]}, {"id": "2609", "type": "Feature", "properties": {"id": "ak16879869", "mag": 1.3, "time": 1506141297637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7807, 60.3298, 7.0]}, "bbox": [-139.7807, 60.3298, -139.7807, 60.3298]}, {"id": "2610", "type": "Feature", "properties": {"id": "nn00606723", "mag": 1.0, "time": 1506140560559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2867, 38.4929, 10.3]}, "bbox": [-119.2867, 38.4929, -119.2867, 38.4929]}, {"id": "2611", "type": "Feature", "properties": {"id": "ci38008224", "mag": 0.95, "time": 1506140386650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.208667, 33.3405, 11.26]}, "bbox": [-116.208667, 33.3405, -116.208667, 33.3405]}, {"id": "2612", "type": "Feature", "properties": {"id": "ak16879830", "mag": 1.4, "time": 1506140318328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2827, 60.4409, 47.8]}, "bbox": [-151.2827, 60.4409, -151.2827, 60.4409]}, {"id": "2613", "type": "Feature", "properties": {"id": "nn00606722", "mag": 1.2, "time": 1506140002001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9021, 38.3867, 7.8]}, "bbox": [-118.9021, 38.3867, -118.9021, 38.3867]}, {"id": "2614", "type": "Feature", "properties": {"id": "nn00606720", "mag": 1.1, "time": 1506139980519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2929, 38.489, 10.9]}, "bbox": [-119.2929, 38.489, -119.2929, 38.489]}, {"id": "2615", "type": "Feature", "properties": {"id": "nc72897176", "mag": 1.78, "time": 1506139907070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.285333, 38.488, 8.4]}, "bbox": [-119.285333, 38.488, -119.285333, 38.488]}, {"id": "2616", "type": "Feature", "properties": {"id": "nc72897171", "mag": 1.19, "time": 1506139518870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735336, 38.790001, 1.8]}, "bbox": [-122.735336, 38.790001, -122.735336, 38.790001]}, {"id": "2617", "type": "Feature", "properties": {"id": "nc72897166", "mag": 2.9, "time": 1506138206720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.992667, 40.335333, 11.62]}, "bbox": [-126.992667, 40.335333, -126.992667, 40.335333]}, {"id": "2618", "type": "Feature", "properties": {"id": "us2000atgc", "mag": 4.2, "time": 1506137667560, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9729, 15.6003, 33.69]}, "bbox": [-94.9729, 15.6003, -94.9729, 15.6003]}, {"id": "2619", "type": "Feature", "properties": {"id": "nc72897161", "mag": 3.28, "time": 1506137168410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.014, 40.471167, 11.62]}, "bbox": [-127.014, 40.471167, -127.014, 40.471167]}, {"id": "2620", "type": "Feature", "properties": {"id": "ak16879595", "mag": 2.4, "time": 1506137087441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8458, 58.348, 0.3]}, "bbox": [-151.8458, 58.348, -151.8458, 58.348]}, {"id": "2621", "type": "Feature", "properties": {"id": "ak16923736", "mag": 1.3, "time": 1506135643558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0957, 61.7127, 43.6]}, "bbox": [-150.0957, 61.7127, -150.0957, 61.7127]}, {"id": "2622", "type": "Feature", "properties": {"id": "ak16879403", "mag": 1.0, "time": 1506135058360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4982, 63.0889, 5.6]}, "bbox": [-151.4982, 63.0889, -151.4982, 63.0889]}, {"id": "2623", "type": "Feature", "properties": {"id": "ak16923734", "mag": 2.5, "time": 1506133328382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4425, 54.2787, 25.6]}, "bbox": [-161.4425, 54.2787, -161.4425, 54.2787]}, {"id": "2624", "type": "Feature", "properties": {"id": "ak16879357", "mag": 2.6, "time": 1506132937319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3477, 59.8339, 130.6]}, "bbox": [-153.3477, 59.8339, -153.3477, 59.8339]}, {"id": "2625", "type": "Feature", "properties": {"id": "ak16879346", "mag": 2.2, "time": 1506132165090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4939, 67.7172, 16.4]}, "bbox": [-143.4939, 67.7172, -143.4939, 67.7172]}, {"id": "2626", "type": "Feature", "properties": {"id": "ak16879344", "mag": 2.6, "time": 1506132016431, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1196, 54.9637, 82.8]}, "bbox": [-161.1196, 54.9637, -161.1196, 54.9637]}, {"id": "2627", "type": "Feature", "properties": {"id": "nn00606656", "mag": 1.3, "time": 1506130971840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3283, 38.6945, 9.9]}, "bbox": [-119.3283, 38.6945, -119.3283, 38.6945]}, {"id": "2628", "type": "Feature", "properties": {"id": "nc72897141", "mag": 2.05, "time": 1506130087910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.4195, 40.470333, 27.65]}, "bbox": [-124.4195, 40.470333, -124.4195, 40.470333]}, {"id": "2629", "type": "Feature", "properties": {"id": "ak16879132", "mag": 1.4, "time": 1506129632041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0373, 62.0301, 10.3]}, "bbox": [-149.0373, 62.0301, -149.0373, 62.0301]}, {"id": "2630", "type": "Feature", "properties": {"id": "us2000atfh", "mag": 2.6, "time": 1506129518070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4417, 42.5563, 10.5]}, "bbox": [-111.4417, 42.5563, -111.4417, 42.5563]}, {"id": "2631", "type": "Feature", "properties": {"id": "nc72897136", "mag": 1.16, "time": 1506129465180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.888333, 36.006167, 8.34]}, "bbox": [-120.888333, 36.006167, -120.888333, 36.006167]}, {"id": "2632", "type": "Feature", "properties": {"id": "ak16879131", "mag": 1.2, "time": 1506128472934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7081, 62.2652, 36.6]}, "bbox": [-148.7081, 62.2652, -148.7081, 62.2652]}, {"id": "2633", "type": "Feature", "properties": {"id": "nc72897126", "mag": 2.19, "time": 1506127820390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.640167, 36.048667, 19.79]}, "bbox": [-119.640167, 36.048667, -119.640167, 36.048667]}, {"id": "2634", "type": "Feature", "properties": {"id": "us2000aug3", "mag": 4.3, "time": 1506127768780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.2316, -6.5899, 129.05]}, "bbox": [130.2316, -6.5899, 130.2316, -6.5899]}, {"id": "2635", "type": "Feature", "properties": {"id": "us2000atfc", "mag": 4.4, "time": 1506126533850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4878, -17.8955, 579.93]}, "bbox": [-178.4878, -17.8955, -178.4878, -17.8955]}, {"id": "2636", "type": "Feature", "properties": {"id": "ak16878940", "mag": 1.3, "time": 1506126488960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4306, 62.433, 39.3]}, "bbox": [-148.4306, 62.433, -148.4306, 62.433]}, {"id": "2637", "type": "Feature", "properties": {"id": "ak16923727", "mag": 1.8, "time": 1506125768611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7156, 59.1725, 89.1]}, "bbox": [-153.7156, 59.1725, -153.7156, 59.1725]}, {"id": "2638", "type": "Feature", "properties": {"id": "uw61332606", "mag": 1.37, "time": 1506125724350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8475, 47.767167, 17.62]}, "bbox": [-122.8475, 47.767167, -122.8475, 47.767167]}, {"id": "2639", "type": "Feature", "properties": {"id": "us2000atf6", "mag": 4.6, "time": 1506125651480, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.5944, 34.2131, 35.0]}, "bbox": [74.5944, 34.2131, 74.5944, 34.2131]}, {"id": "2640", "type": "Feature", "properties": {"id": "ak16923726", "mag": 1.0, "time": 1506125523162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4554, 62.0263, 40.4]}, "bbox": [-147.4554, 62.0263, -147.4554, 62.0263]}, {"id": "2641", "type": "Feature", "properties": {"id": "ak16926133", "mag": 2.1, "time": 1506124308750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1191, 56.3855, 12.5]}, "bbox": [-156.1191, 56.3855, -156.1191, 56.3855]}, {"id": "2642", "type": "Feature", "properties": {"id": "nn00606641", "mag": 1.1, "time": 1506124233235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9048, 38.3823, 7.9]}, "bbox": [-118.9048, 38.3823, -118.9048, 38.3823]}, {"id": "2643", "type": "Feature", "properties": {"id": "us2000atex", "mag": 5.3, "time": 1506124170400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0234, 31.3473, 31.02]}, "bbox": [141.0234, 31.3473, 141.0234, 31.3473]}, {"id": "2644", "type": "Feature", "properties": {"id": "ak16878728", "mag": 1.1, "time": 1506123741185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3949, 64.9801, 0.0]}, "bbox": [-147.3949, 64.9801, -147.3949, 64.9801]}, {"id": "2645", "type": "Feature", "properties": {"id": "uw61332586", "mag": 1.03, "time": 1506123697550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.176833, 48.224167, 9.44]}, "bbox": [-122.176833, 48.224167, -122.176833, 48.224167]}, {"id": "2646", "type": "Feature", "properties": {"id": "ak16926129", "mag": 1.4, "time": 1506123469629, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8468, 66.6906, 13.5]}, "bbox": [-135.8468, 66.6906, -135.8468, 66.6906]}, {"id": "2647", "type": "Feature", "properties": {"id": "ak16878722", "mag": 1.4, "time": 1506123273253, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.5552, 60.2789, 8.4]}, "bbox": [-142.5552, 60.2789, -142.5552, 60.2789]}, {"id": "2648", "type": "Feature", "properties": {"id": "us2000awr8", "mag": 4.2, "time": 1506122891910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.1488, -4.6487, 111.7]}, "bbox": [144.1488, -4.6487, 144.1488, -4.6487]}, {"id": "2649", "type": "Feature", "properties": {"id": "us2000ateh", "mag": 4.9, "time": 1506122747420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.6233, -7.7533, 37.28]}, "bbox": [159.6233, -7.7533, 159.6233, -7.7533]}, {"id": "2650", "type": "Feature", "properties": {"id": "uw61332576", "mag": 1.22, "time": 1506122597830, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.362, 45.695667, -0.73]}, "bbox": [-122.362, 45.695667, -122.362, 45.695667]}, {"id": "2651", "type": "Feature", "properties": {"id": "ak16926127", "mag": 1.8, "time": 1506122331683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.4507, 53.4966, 5.7]}, "bbox": [-165.4507, 53.4966, -165.4507, 53.4966]}, {"id": "2652", "type": "Feature", "properties": {"id": "nc72897116", "mag": 3.91, "time": 1506122239050, "felt": 60.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.417333, 40.495333, 26.88]}, "bbox": [-124.417333, 40.495333, -124.417333, 40.495333]}, {"id": "2653", "type": "Feature", "properties": {"id": "nc72897111", "mag": 2.5, "time": 1506122222600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.119, 36.5365, 3.92]}, "bbox": [-121.119, 36.5365, -121.119, 36.5365]}, {"id": "2654", "type": "Feature", "properties": {"id": "ak16878700", "mag": 1.8, "time": 1506121093447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.734, 61.0547, 12.8]}, "bbox": [-150.734, 61.0547, -150.734, 61.0547]}, {"id": "2655", "type": "Feature", "properties": {"id": "us2000awr7", "mag": 4.8, "time": 1506120979560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-35.8191, 7.4851, 10.0]}, "bbox": [-35.8191, 7.4851, -35.8191, 7.4851]}, {"id": "2656", "type": "Feature", "properties": {"id": "mb80257104", "mag": 0.96, "time": 1506120805630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.649833, 45.463833, 2.97]}, "bbox": [-112.649833, 45.463833, -112.649833, 45.463833]}, {"id": "2657", "type": "Feature", "properties": {"id": "ci38008136", "mag": 1.88, "time": 1506120529920, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.496833, 4.18]}, "bbox": [-116.8015, 33.496833, -116.8015, 33.496833]}, {"id": "2658", "type": "Feature", "properties": {"id": "nc72897096", "mag": 1.12, "time": 1506120001160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939167, 37.600667, 1.08]}, "bbox": [-118.939167, 37.600667, -118.939167, 37.600667]}, {"id": "2659", "type": "Feature", "properties": {"id": "us2000awra", "mag": 4.0, "time": 1506119896150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.7982, -5.8817, 310.41]}, "bbox": [128.7982, -5.8817, 128.7982, -5.8817]}, {"id": "2660", "type": "Feature", "properties": {"id": "ak16926125", "mag": 2.1, "time": 1506118947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 60.2166, 143.0]}, "bbox": [-153.1588, 60.2166, -153.1588, 60.2166]}, {"id": "2661", "type": "Feature", "properties": {"id": "ci38008120", "mag": 1.02, "time": 1506118476380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0015, 34.316333, 6.69]}, "bbox": [-117.0015, 34.316333, -117.0015, 34.316333]}, {"id": "2662", "type": "Feature", "properties": {"id": "nc72897091", "mag": 1.46, "time": 1506118411060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8605, 39.795333, 0.38]}, "bbox": [-122.8605, 39.795333, -122.8605, 39.795333]}, {"id": "2663", "type": "Feature", "properties": {"id": "ak16926124", "mag": 1.8, "time": 1506118096316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2941, 60.3659, 4.5]}, "bbox": [-147.2941, 60.3659, -147.2941, 60.3659]}, {"id": "2664", "type": "Feature", "properties": {"id": "nc72897081", "mag": 1.12, "time": 1506117239720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.262833, 36.6425, 4.8]}, "bbox": [-121.262833, 36.6425, -121.262833, 36.6425]}, {"id": "2665", "type": "Feature", "properties": {"id": "nc72897086", "mag": 2.87, "time": 1506117196030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.983667, 40.3995, 16.96]}, "bbox": [-126.983667, 40.3995, -126.983667, 40.3995]}, {"id": "2666", "type": "Feature", "properties": {"id": "hv61917311", "mag": 1.89, "time": 1506116007530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.434662, 19.227833, 33.59]}, "bbox": [-155.434662, 19.227833, -155.434662, 19.227833]}, {"id": "2667", "type": "Feature", "properties": {"id": "ak16926123", "mag": 1.1, "time": 1506115983704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6992, 61.5094, 7.7]}, "bbox": [-140.6992, 61.5094, -140.6992, 61.5094]}, {"id": "2668", "type": "Feature", "properties": {"id": "ak16926121", "mag": 1.9, "time": 1506115445859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1112, 60.0903, 117.8]}, "bbox": [-153.1112, 60.0903, -153.1112, 60.0903]}, {"id": "2669", "type": "Feature", "properties": {"id": "ak16926120", "mag": 1.1, "time": 1506115334031, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0777, 62.5847, 77.8]}, "bbox": [-151.0777, 62.5847, -151.0777, 62.5847]}, {"id": "2670", "type": "Feature", "properties": {"id": "us2000awr9", "mag": 4.3, "time": 1506115308090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1151, -17.7862, 593.28]}, "bbox": [-178.1151, -17.7862, -178.1151, -17.7862]}, {"id": "2671", "type": "Feature", "properties": {"id": "ak16926119", "mag": 2.3, "time": 1506114986922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0025, 54.0581, 74.5]}, "bbox": [-165.0025, 54.0581, -165.0025, 54.0581]}, {"id": "2672", "type": "Feature", "properties": {"id": "ak16926118", "mag": 1.7, "time": 1506114971248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8129, 59.8684, 52.9]}, "bbox": [-151.8129, 59.8684, -151.8129, 59.8684]}, {"id": "2673", "type": "Feature", "properties": {"id": "nc72897066", "mag": 0.96, "time": 1506114595240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.820167, 2.73]}, "bbox": [-122.793999, 38.820167, -122.793999, 38.820167]}, {"id": "2674", "type": "Feature", "properties": {"id": "us2000atdb", "mag": 2.4, "time": 1506114466770, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7172, 36.3761, 4.22]}, "bbox": [-97.7172, 36.3761, -97.7172, 36.3761]}, {"id": "2675", "type": "Feature", "properties": {"id": "ak16926117", "mag": 2.5, "time": 1506113979958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1399, 56.7494, 112.8]}, "bbox": [-158.1399, 56.7494, -158.1399, 56.7494]}, {"id": "2676", "type": "Feature", "properties": {"id": "ak16878294", "mag": 1.9, "time": 1506113817766, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1371, 60.4549, 78.1]}, "bbox": [-152.1371, 60.4549, -152.1371, 60.4549]}, {"id": "2677", "type": "Feature", "properties": {"id": "ak16878292", "mag": 1.4, "time": 1506113608674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3651, 61.5158, 28.1]}, "bbox": [-146.3651, 61.5158, -146.3651, 61.5158]}, {"id": "2678", "type": "Feature", "properties": {"id": "ak16878288", "mag": 2.0, "time": 1506113191350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6595, 59.6404, 74.9]}, "bbox": [-152.6595, 59.6404, -152.6595, 59.6404]}, {"id": "2679", "type": "Feature", "properties": {"id": "hv61917256", "mag": 1.43, "time": 1506112916300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.825667, 19.312167, 8.904]}, "bbox": [-155.825667, 19.312167, -155.825667, 19.312167]}, {"id": "2680", "type": "Feature", "properties": {"id": "us2000atcg", "mag": 3.0, "time": 1506112409690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.6543, 40.4678, 10.42]}, "bbox": [-126.6543, 40.4678, -126.6543, 40.4678]}, {"id": "2681", "type": "Feature", "properties": {"id": "ak16878117", "mag": 1.1, "time": 1506111493188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4364, 62.2279, 3.6]}, "bbox": [-153.4364, 62.2279, -153.4364, 62.2279]}, {"id": "2682", "type": "Feature", "properties": {"id": "ak16878112", "mag": 1.8, "time": 1506111203565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6978, 58.82, 10.8]}, "bbox": [-153.6978, 58.82, -153.6978, 58.82]}, {"id": "2683", "type": "Feature", "properties": {"id": "nm60207231", "mag": 0.97, "time": 1506111124010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.499167, 36.239, 6.94]}, "bbox": [-89.499167, 36.239, -89.499167, 36.239]}, {"id": "2684", "type": "Feature", "properties": {"id": "us2000atbf", "mag": 5.7, "time": 1506109815030, "felt": 112.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-126.8342, 40.4144, 11.01]}, "bbox": [-126.8342, 40.4144, -126.8342, 40.4144]}, {"id": "2685", "type": "Feature", "properties": {"id": "nn00606606", "mag": 1.7, "time": 1506109275519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0338, 40.677, 7.0]}, "bbox": [-119.0338, 40.677, -119.0338, 40.677]}, {"id": "2686", "type": "Feature", "properties": {"id": "nc72897011", "mag": 1.34, "time": 1506108443760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.041, 35.58, -0.28]}, "bbox": [-121.041, 35.58, -121.041, 35.58]}, {"id": "2687", "type": "Feature", "properties": {"id": "ak16877921", "mag": 1.1, "time": 1506108429374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.752, 61.522, 5.7]}, "bbox": [-140.752, 61.522, -140.752, 61.522]}, {"id": "2688", "type": "Feature", "properties": {"id": "ci38008072", "mag": 1.35, "time": 1506108266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.202333, 34.987667, -0.83]}, "bbox": [-118.202333, 34.987667, -118.202333, 34.987667]}, {"id": "2689", "type": "Feature", "properties": {"id": "nc72897001", "mag": 1.91, "time": 1506107768510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7205, 38.773333, 1.82]}, "bbox": [-122.7205, 38.773333, -122.7205, 38.773333]}, {"id": "2690", "type": "Feature", "properties": {"id": "ak16877871", "mag": 1.9, "time": 1506107175373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7465, 59.9075, 2.4]}, "bbox": [-136.7465, 59.9075, -136.7465, 59.9075]}, {"id": "2691", "type": "Feature", "properties": {"id": "mb80257054", "mag": 1.62, "time": 1506107025590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.474333, 46.006833, -2.0]}, "bbox": [-112.474333, 46.006833, -112.474333, 46.006833]}, {"id": "2692", "type": "Feature", "properties": {"id": "ak16877869", "mag": 1.6, "time": 1506107008752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4734, 63.1712, 116.7]}, "bbox": [-150.4734, 63.1712, -150.4734, 63.1712]}, {"id": "2693", "type": "Feature", "properties": {"id": "ci38008032", "mag": 1.22, "time": 1506106977520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.345, 35.0535, -1.01]}, "bbox": [-118.345, 35.0535, -118.345, 35.0535]}, {"id": "2694", "type": "Feature", "properties": {"id": "us2000atab", "mag": 4.5, "time": 1506106483030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [163.2943, 54.9226, 10.0]}, "bbox": [163.2943, 54.9226, 163.2943, 54.9226]}, {"id": "2695", "type": "Feature", "properties": {"id": "nc72896976", "mag": 1.19, "time": 1506105877560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816833, 37.4545, 1.72]}, "bbox": [-118.816833, 37.4545, -118.816833, 37.4545]}, {"id": "2696", "type": "Feature", "properties": {"id": "nc72896966", "mag": 1.64, "time": 1506105469690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.945833, 41.046833, 10.15]}, "bbox": [-121.945833, 41.046833, -121.945833, 41.046833]}, {"id": "2697", "type": "Feature", "properties": {"id": "nc72896961", "mag": 1.88, "time": 1506105394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.951833, 41.047667, 13.46]}, "bbox": [-121.951833, 41.047667, -121.951833, 41.047667]}, {"id": "2698", "type": "Feature", "properties": {"id": "ak16926108", "mag": 2.2, "time": 1506105113528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5222, 56.3354, 50.1]}, "bbox": [-156.5222, 56.3354, -156.5222, 56.3354]}, {"id": "2699", "type": "Feature", "properties": {"id": "uu60248707", "mag": 1.68, "time": 1506104631990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.397333, 42.534833, 3.76]}, "bbox": [-111.397333, 42.534833, -111.397333, 42.534833]}, {"id": "2700", "type": "Feature", "properties": {"id": "ci38007992", "mag": 1.55, "time": 1506104354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 35.899167, 6.51]}, "bbox": [-116.9245, 35.899167, -116.9245, 35.899167]}, {"id": "2701", "type": "Feature", "properties": {"id": "ak16926107", "mag": 1.2, "time": 1506103639337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7358, 61.509, 12.2]}, "bbox": [-140.7358, 61.509, -140.7358, 61.509]}, {"id": "2702", "type": "Feature", "properties": {"id": "hv61917106", "mag": 1.63, "time": 1506102792120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.303667, 18.980667, 12.732]}, "bbox": [-155.303667, 18.980667, -155.303667, 18.980667]}, {"id": "2703", "type": "Feature", "properties": {"id": "ak16877700", "mag": 1.7, "time": 1506102481165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8203, 53.8611, 6.5]}, "bbox": [-166.8203, 53.8611, -166.8203, 53.8611]}, {"id": "2704", "type": "Feature", "properties": {"id": "ak16877698", "mag": 1.6, "time": 1506102300688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8262, 53.8452, 5.6]}, "bbox": [-166.8262, 53.8452, -166.8262, 53.8452]}, {"id": "2705", "type": "Feature", "properties": {"id": "uw61332361", "mag": 1.6, "time": 1506102282810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8865, 47.171, 14.87]}, "bbox": [-121.8865, 47.171, -121.8865, 47.171]}, {"id": "2706", "type": "Feature", "properties": {"id": "ak16877680", "mag": 1.9, "time": 1506102017646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8735, 62.7643, 9.8]}, "bbox": [-148.8735, 62.7643, -148.8735, 62.7643]}, {"id": "2707", "type": "Feature", "properties": {"id": "uu60248702", "mag": 1.26, "time": 1506101951970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.430167, 42.589833, 6.39]}, "bbox": [-111.430167, 42.589833, -111.430167, 42.589833]}, {"id": "2708", "type": "Feature", "properties": {"id": "ak16926103", "mag": 2.3, "time": 1506101692988, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9282, 51.3815, 44.4]}, "bbox": [-175.9282, 51.3815, -175.9282, 51.3815]}, {"id": "2709", "type": "Feature", "properties": {"id": "uu60248697", "mag": 2.15, "time": 1506100947090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4775, 42.630333, 2.79]}, "bbox": [-111.4775, 42.630333, -111.4775, 42.630333]}, {"id": "2710", "type": "Feature", "properties": {"id": "ak16926102", "mag": 1.9, "time": 1506100904987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2736, 59.4158, 101.2]}, "bbox": [-153.2736, 59.4158, -153.2736, 59.4158]}, {"id": "2711", "type": "Feature", "properties": {"id": "ak16877679", "mag": 1.1, "time": 1506100453436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9781, 63.2957, 76.0]}, "bbox": [-147.9781, 63.2957, -147.9781, 63.2957]}, {"id": "2712", "type": "Feature", "properties": {"id": "mb80257039", "mag": 1.48, "time": 1506100139660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555833, 46.892333, 9.34]}, "bbox": [-112.555833, 46.892333, -112.555833, 46.892333]}, {"id": "2713", "type": "Feature", "properties": {"id": "ci38007944", "mag": 1.7, "time": 1506100079090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656667, 34.638, 3.99]}, "bbox": [-116.656667, 34.638, -116.656667, 34.638]}, {"id": "2714", "type": "Feature", "properties": {"id": "uu60248692", "mag": 1.13, "time": 1506099922660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.514, 6.63]}, "bbox": [-111.408833, 42.514, -111.408833, 42.514]}, {"id": "2715", "type": "Feature", "properties": {"id": "ak16877641", "mag": 3.4, "time": 1506099810694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7965, 62.8041, 16.1]}, "bbox": [-148.7965, 62.8041, -148.7965, 62.8041]}, {"id": "2716", "type": "Feature", "properties": {"id": "nc72896921", "mag": 1.1, "time": 1506099607680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.816333, 38.808833, 2.84]}, "bbox": [-122.816333, 38.808833, -122.816333, 38.808833]}, {"id": "2717", "type": "Feature", "properties": {"id": "nc72896916", "mag": 3.01, "time": 1506099251650, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.362167, 40.3915, 25.7]}, "bbox": [-125.362167, 40.3915, -125.362167, 40.3915]}, {"id": "2718", "type": "Feature", "properties": {"id": "ak16877640", "mag": 1.4, "time": 1506099120563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.4377, 69.5097, 14.2]}, "bbox": [-142.4377, 69.5097, -142.4377, 69.5097]}, {"id": "2719", "type": "Feature", "properties": {"id": "hv61917081", "mag": 2.14, "time": 1506099100410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.043667, 19.653667, 42.069]}, "bbox": [-156.043667, 19.653667, -156.043667, 19.653667]}, {"id": "2720", "type": "Feature", "properties": {"id": "ak16926098", "mag": 1.7, "time": 1506099097278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9448, 59.8191, 95.1]}, "bbox": [-152.9448, 59.8191, -152.9448, 59.8191]}, {"id": "2721", "type": "Feature", "properties": {"id": "ci37166268", "mag": 1.03, "time": 1506097971820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.496667, 33.561167, -0.73]}, "bbox": [-117.496667, 33.561167, -117.496667, 33.561167]}, {"id": "2722", "type": "Feature", "properties": {"id": "ci38007912", "mag": 1.01, "time": 1506097946840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.406, 33.502167, 13.49]}, "bbox": [-116.406, 33.502167, -116.406, 33.502167]}, {"id": "2723", "type": "Feature", "properties": {"id": "ak16926097", "mag": 1.6, "time": 1506097726880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.164, 62.5769, 121.6]}, "bbox": [-152.164, 62.5769, -152.164, 62.5769]}, {"id": "2724", "type": "Feature", "properties": {"id": "nc72896896", "mag": 0.95, "time": 1506097561860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.062, 35.522667, 1.15]}, "bbox": [-121.062, 35.522667, -121.062, 35.522667]}, {"id": "2725", "type": "Feature", "properties": {"id": "uu60248682", "mag": 1.11, "time": 1506097353810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413333, 42.546167, 4.8]}, "bbox": [-111.413333, 42.546167, -111.413333, 42.546167]}, {"id": "2726", "type": "Feature", "properties": {"id": "uu60248677", "mag": 1.32, "time": 1506097004840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.595, 4.9]}, "bbox": [-111.424667, 42.595, -111.424667, 42.595]}, {"id": "2727", "type": "Feature", "properties": {"id": "nc72896881", "mag": 1.04, "time": 1506096955860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.874667, 37.619833, 8.25]}, "bbox": [-118.874667, 37.619833, -118.874667, 37.619833]}, {"id": "2728", "type": "Feature", "properties": {"id": "nc72896886", "mag": 3.06, "time": 1506096897270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.211833, 40.581333, 16.62]}, "bbox": [-127.211833, 40.581333, -127.211833, 40.581333]}, {"id": "2729", "type": "Feature", "properties": {"id": "uu60248672", "mag": 1.72, "time": 1506096443230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.59, 3.5]}, "bbox": [-111.447833, 42.59, -111.447833, 42.59]}, {"id": "2730", "type": "Feature", "properties": {"id": "ci38007888", "mag": 1.36, "time": 1506095052550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.495167, 4.57]}, "bbox": [-116.7965, 33.495167, -116.7965, 33.495167]}, {"id": "2731", "type": "Feature", "properties": {"id": "ak16877477", "mag": 1.5, "time": 1506094830892, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0265, 62.027, 12.7]}, "bbox": [-149.0265, 62.027, -149.0265, 62.027]}, {"id": "2732", "type": "Feature", "properties": {"id": "uu60248667", "mag": 1.93, "time": 1506094359510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4395, 42.584333, 3.5]}, "bbox": [-111.4395, 42.584333, -111.4395, 42.584333]}, {"id": "2733", "type": "Feature", "properties": {"id": "nn00606574", "mag": 1.6, "time": 1506094148428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9043, 38.3654, 6.9]}, "bbox": [-118.9043, 38.3654, -118.9043, 38.3654]}, {"id": "2734", "type": "Feature", "properties": {"id": "hv61917031", "mag": 1.65, "time": 1506094079130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279333, 18.952333, 12.363]}, "bbox": [-155.279333, 18.952333, -155.279333, 18.952333]}, {"id": "2735", "type": "Feature", "properties": {"id": "uu60248662", "mag": 2.05, "time": 1506093605010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456167, 42.602333, 3.17]}, "bbox": [-111.456167, 42.602333, -111.456167, 42.602333]}, {"id": "2736", "type": "Feature", "properties": {"id": "us2000at3w", "mag": 2.6, "time": 1506093461490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4231, 36.6952, 7.14]}, "bbox": [-98.4231, 36.6952, -98.4231, 36.6952]}, {"id": "2737", "type": "Feature", "properties": {"id": "ak16877317", "mag": 1.7, "time": 1506093374261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3603, 60.6882, 68.0]}, "bbox": [-151.3603, 60.6882, -151.3603, 60.6882]}, {"id": "2738", "type": "Feature", "properties": {"id": "ak16926094", "mag": 2.1, "time": 1506093004583, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8719, 54.5409, 50.1]}, "bbox": [-162.8719, 54.5409, -162.8719, 54.5409]}, {"id": "2739", "type": "Feature", "properties": {"id": "ak16877316", "mag": 1.4, "time": 1506092949248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2867, 67.5064, 1.5]}, "bbox": [-158.2867, 67.5064, -158.2867, 67.5064]}, {"id": "2740", "type": "Feature", "properties": {"id": "nn00606471", "mag": 1.3, "time": 1506092280598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1113, 38.2958, 6.8]}, "bbox": [-119.1113, 38.2958, -119.1113, 38.2958]}, {"id": "2741", "type": "Feature", "properties": {"id": "us2000awqu", "mag": 4.3, "time": 1506092048390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5573, 18.5841, 62.16]}, "bbox": [121.5573, 18.5841, 121.5573, 18.5841]}, {"id": "2742", "type": "Feature", "properties": {"id": "ak16926092", "mag": 1.3, "time": 1506091602226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7703, 57.7311, 11.6]}, "bbox": [-155.7703, 57.7311, -155.7703, 57.7311]}, {"id": "2743", "type": "Feature", "properties": {"id": "ak16877311", "mag": 1.7, "time": 1506091080231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9318, 61.3129, 6.7]}, "bbox": [-146.9318, 61.3129, -146.9318, 61.3129]}, {"id": "2744", "type": "Feature", "properties": {"id": "us2000awqt", "mag": 4.5, "time": 1506090800020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4373, -23.752, 560.01]}, "bbox": [-179.4373, -23.752, -179.4373, -23.752]}, {"id": "2745", "type": "Feature", "properties": {"id": "nc72904206", "mag": 1.3, "time": 1506089865090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.585167, 40.4755, 15.05]}, "bbox": [-121.585167, 40.4755, -121.585167, 40.4755]}, {"id": "2746", "type": "Feature", "properties": {"id": "uw61309452", "mag": 2.05, "time": 1506089062880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.375333, 45.841833, -0.74]}, "bbox": [-118.375333, 45.841833, -118.375333, 45.841833]}, {"id": "2747", "type": "Feature", "properties": {"id": "ak16926090", "mag": 1.6, "time": 1506088685970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6016, 61.227, 75.8]}, "bbox": [-151.6016, 61.227, -151.6016, 61.227]}, {"id": "2748", "type": "Feature", "properties": {"id": "ak16877153", "mag": 1.3, "time": 1506088314826, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7156, 61.5096, 6.4]}, "bbox": [-140.7156, 61.5096, -140.7156, 61.5096]}, {"id": "2749", "type": "Feature", "properties": {"id": "ci38007840", "mag": 1.07, "time": 1506088185480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.498167, 6.09]}, "bbox": [-116.7945, 33.498167, -116.7945, 33.498167]}, {"id": "2750", "type": "Feature", "properties": {"id": "nc72896831", "mag": 1.6, "time": 1506088032960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772667, 38.806833, -0.28]}, "bbox": [-122.772667, 38.806833, -122.772667, 38.806833]}, {"id": "2751", "type": "Feature", "properties": {"id": "nc72896826", "mag": 1.03, "time": 1506088021950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.836666, -0.75]}, "bbox": [-122.822502, 38.836666, -122.822502, 38.836666]}, {"id": "2752", "type": "Feature", "properties": {"id": "ak16877151", "mag": 1.7, "time": 1506087613938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3362, 62.1574, 11.2]}, "bbox": [-150.3362, 62.1574, -150.3362, 62.1574]}, {"id": "2753", "type": "Feature", "properties": {"id": "us2000awqs", "mag": 4.3, "time": 1506087606500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5624, -22.5585, 578.14]}, "bbox": [179.5624, -22.5585, 179.5624, -22.5585]}, {"id": "2754", "type": "Feature", "properties": {"id": "ak16877148", "mag": 1.9, "time": 1506087297503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1731, 59.963, 87.7]}, "bbox": [-152.1731, 59.963, -152.1731, 59.963]}, {"id": "2755", "type": "Feature", "properties": {"id": "nn00606565", "mag": 1.4, "time": 1506087185810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2162, 38.2627, 3.6]}, "bbox": [-116.2162, 38.2627, -116.2162, 38.2627]}, {"id": "2756", "type": "Feature", "properties": {"id": "us2000at3c", "mag": 4.4, "time": 1506086932700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2264, -0.3969, 83.0]}, "bbox": [127.2264, -0.3969, 127.2264, -0.3969]}, {"id": "2757", "type": "Feature", "properties": {"id": "us2000at3j", "mag": 4.5, "time": 1506086850810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4418, -19.1856, 573.86]}, "bbox": [-177.4418, -19.1856, -177.4418, -19.1856]}, {"id": "2758", "type": "Feature", "properties": {"id": "ak16877147", "mag": 1.0, "time": 1506086078366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0434, 64.7457, 4.7]}, "bbox": [-151.0434, 64.7457, -151.0434, 64.7457]}, {"id": "2759", "type": "Feature", "properties": {"id": "ak16876989", "mag": 2.3, "time": 1506085118552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6021, 60.5947, 0.6]}, "bbox": [-147.6021, 60.5947, -147.6021, 60.5947]}, {"id": "2760", "type": "Feature", "properties": {"id": "nc72896781", "mag": 1.59, "time": 1506084858350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773167, 38.807167, -0.05]}, "bbox": [-122.773167, 38.807167, -122.773167, 38.807167]}, {"id": "2761", "type": "Feature", "properties": {"id": "ak16926084", "mag": 2.4, "time": 1506084692420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7372, 51.5859, 56.4]}, "bbox": [178.7372, 51.5859, 178.7372, 51.5859]}, {"id": "2762", "type": "Feature", "properties": {"id": "nc72896771", "mag": 1.74, "time": 1506084487230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771667, 38.808833, 0.14]}, "bbox": [-122.771667, 38.808833, -122.771667, 38.808833]}, {"id": "2763", "type": "Feature", "properties": {"id": "ak16876986", "mag": 1.4, "time": 1506084219307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7611, 61.5102, 5.3]}, "bbox": [-140.7611, 61.5102, -140.7611, 61.5102]}, {"id": "2764", "type": "Feature", "properties": {"id": "hv61916896", "mag": 1.74, "time": 1506083571850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.465667, 19.190833, 35.257]}, "bbox": [-155.465667, 19.190833, -155.465667, 19.190833]}, {"id": "2765", "type": "Feature", "properties": {"id": "ci38007816", "mag": 1.33, "time": 1506082333690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362833, 33.373333, 6.28]}, "bbox": [-116.362833, 33.373333, -116.362833, 33.373333]}, {"id": "2766", "type": "Feature", "properties": {"id": "ak16876984", "mag": 1.5, "time": 1506082188790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7152, 61.5125, 7.3]}, "bbox": [-140.7152, 61.5125, -140.7152, 61.5125]}, {"id": "2767", "type": "Feature", "properties": {"id": "ak16876981", "mag": 1.8, "time": 1506082118329, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7017, 61.5113, 0.0]}, "bbox": [-140.7017, 61.5113, -140.7017, 61.5113]}, {"id": "2768", "type": "Feature", "properties": {"id": "ak16876980", "mag": 2.2, "time": 1506081950238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1633, 59.909, 114.4]}, "bbox": [-153.1633, 59.909, -153.1633, 59.909]}, {"id": "2769", "type": "Feature", "properties": {"id": "ci38007792", "mag": 1.19, "time": 1506081499660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.503333, 35.304167, 5.36]}, "bbox": [-118.503333, 35.304167, -118.503333, 35.304167]}, {"id": "2770", "type": "Feature", "properties": {"id": "ak16876977", "mag": 1.9, "time": 1506081250212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1121, 59.2751, 8.1]}, "bbox": [-139.1121, 59.2751, -139.1121, 59.2751]}, {"id": "2771", "type": "Feature", "properties": {"id": "ak16876978", "mag": 1.2, "time": 1506081151639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9729, 61.6318, 32.9]}, "bbox": [-149.9729, 61.6318, -149.9729, 61.6318]}, {"id": "2772", "type": "Feature", "properties": {"id": "mb80257019", "mag": 1.05, "time": 1506080783790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.879833, 10.93]}, "bbox": [-112.526167, 46.879833, -112.526167, 46.879833]}, {"id": "2773", "type": "Feature", "properties": {"id": "nc72896746", "mag": 1.05, "time": 1506079850700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.73983, 38.763668, 1.53]}, "bbox": [-122.73983, 38.763668, -122.73983, 38.763668]}, {"id": "2774", "type": "Feature", "properties": {"id": "nc72896741", "mag": 1.1, "time": 1506078851480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.8165, 3.19]}, "bbox": [-122.806, 38.8165, -122.806, 38.8165]}, {"id": "2775", "type": "Feature", "properties": {"id": "uu60248647", "mag": 1.45, "time": 1506078497740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.561833, 8.05]}, "bbox": [-111.445, 42.561833, -111.445, 42.561833]}, {"id": "2776", "type": "Feature", "properties": {"id": "ak16926075", "mag": 1.9, "time": 1506078386128, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8777, 58.9992, 112.9]}, "bbox": [-153.8777, 58.9992, -153.8777, 58.9992]}, {"id": "2777", "type": "Feature", "properties": {"id": "ak16876823", "mag": 1.1, "time": 1506078261719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8636, 62.788, 13.9]}, "bbox": [-148.8636, 62.788, -148.8636, 62.788]}, {"id": "2778", "type": "Feature", "properties": {"id": "ak16876821", "mag": 1.4, "time": 1506077123303, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.923, 64.7739, 2.3]}, "bbox": [-139.923, 64.7739, -139.923, 64.7739]}, {"id": "2779", "type": "Feature", "properties": {"id": "nn00606454", "mag": 2.6, "time": 1506077002610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5007, 36.7388, 7.5]}, "bbox": [-115.5007, 36.7388, -115.5007, 36.7388]}, {"id": "2780", "type": "Feature", "properties": {"id": "mb80257004", "mag": 1.43, "time": 1506075410640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.871, 11.97]}, "bbox": [-112.5235, 46.871, -112.5235, 46.871]}, {"id": "2781", "type": "Feature", "properties": {"id": "nc72896721", "mag": 1.39, "time": 1506074864460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.841333, 38.844167, 1.9]}, "bbox": [-122.841333, 38.844167, -122.841333, 38.844167]}, {"id": "2782", "type": "Feature", "properties": {"id": "nn00606522", "mag": 1.1, "time": 1506074180637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8303, 13.3]}, "bbox": [-118.8235, 38.8303, -118.8235, 38.8303]}, {"id": "2783", "type": "Feature", "properties": {"id": "ci38007728", "mag": 1.52, "time": 1506073924220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848, 36.181833, 2.23]}, "bbox": [-117.848, 36.181833, -117.848, 36.181833]}, {"id": "2784", "type": "Feature", "properties": {"id": "ak16926070", "mag": 1.6, "time": 1506073391784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.2241, 61.5539, 0.0]}, "bbox": [-144.2241, 61.5539, -144.2241, 61.5539]}, {"id": "2785", "type": "Feature", "properties": {"id": "ak16876665", "mag": 1.6, "time": 1506072332786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3288, 63.1852, 90.1]}, "bbox": [-149.3288, 63.1852, -149.3288, 63.1852]}, {"id": "2786", "type": "Feature", "properties": {"id": "hv61916851", "mag": 2.09, "time": 1506072148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.868333, 20.063333, 23.409]}, "bbox": [-155.868333, 20.063333, -155.868333, 20.063333]}, {"id": "2787", "type": "Feature", "properties": {"id": "ak16876664", "mag": 1.4, "time": 1506072136495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5912, 61.9919, 28.6]}, "bbox": [-148.5912, 61.9919, -148.5912, 61.9919]}, {"id": "2788", "type": "Feature", "properties": {"id": "ak16926067", "mag": 1.3, "time": 1506071322182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.632, 62.4195, 64.2]}, "bbox": [-150.632, 62.4195, -150.632, 62.4195]}, {"id": "2789", "type": "Feature", "properties": {"id": "uu60248637", "mag": 1.3, "time": 1506070695930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.437167, 42.637667, 5.25]}, "bbox": [-111.437167, 42.637667, -111.437167, 42.637667]}, {"id": "2790", "type": "Feature", "properties": {"id": "us2000at26", "mag": 4.5, "time": 1506070497460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.9846, 3.8293, 107.48]}, "bbox": [127.9846, 3.8293, 127.9846, 3.8293]}, {"id": "2791", "type": "Feature", "properties": {"id": "ak16926066", "mag": 1.6, "time": 1506069293924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7084, 58.832, 2.4]}, "bbox": [-153.7084, 58.832, -153.7084, 58.832]}, {"id": "2792", "type": "Feature", "properties": {"id": "uu60248632", "mag": 2.03, "time": 1506068604640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.901833, 38.286167, 1.02]}, "bbox": [-108.901833, 38.286167, -108.901833, 38.286167]}, {"id": "2793", "type": "Feature", "properties": {"id": "ak16876662", "mag": 1.9, "time": 1506067828515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4502, 59.8034, 55.7]}, "bbox": [-151.4502, 59.8034, -151.4502, 59.8034]}, {"id": "2794", "type": "Feature", "properties": {"id": "nm60044913", "mag": 2.21, "time": 1506067533090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.239, 35.7905, 11.33]}, "bbox": [-92.239, 35.7905, -92.239, 35.7905]}, {"id": "2795", "type": "Feature", "properties": {"id": "ak16876658", "mag": 3.5, "time": 1506066694779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.9518, 54.8173, 3.3]}, "bbox": [-159.9518, 54.8173, -159.9518, 54.8173]}, {"id": "2796", "type": "Feature", "properties": {"id": "nc72896676", "mag": 1.45, "time": 1506066561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764833, 38.786167, 0.53]}, "bbox": [-122.764833, 38.786167, -122.764833, 38.786167]}, {"id": "2797", "type": "Feature", "properties": {"id": "uw61309412", "mag": 1.49, "time": 1506066402670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.402833, 49.2735, 17.7]}, "bbox": [-124.402833, 49.2735, -124.402833, 49.2735]}, {"id": "2798", "type": "Feature", "properties": {"id": "nc72896671", "mag": 1.2, "time": 1506066223530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8225, 37.524667, 2.51]}, "bbox": [-118.8225, 37.524667, -118.8225, 37.524667]}, {"id": "2799", "type": "Feature", "properties": {"id": "ak16876647", "mag": 1.9, "time": 1506065065953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1147, 59.229, 11.0]}, "bbox": [-139.1147, 59.229, -139.1147, 59.229]}, {"id": "2800", "type": "Feature", "properties": {"id": "uu60248627", "mag": 1.79, "time": 1506064954410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.575667, 8.31]}, "bbox": [-111.417833, 42.575667, -111.417833, 42.575667]}, {"id": "2801", "type": "Feature", "properties": {"id": "ak16876640", "mag": 1.0, "time": 1506063798789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9184, 63.4232, 6.1]}, "bbox": [-148.9184, 63.4232, -148.9184, 63.4232]}, {"id": "2802", "type": "Feature", "properties": {"id": "mb80256994", "mag": 1.71, "time": 1506063538810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.338833, 46.125333, 6.03]}, "bbox": [-110.338833, 46.125333, -110.338833, 46.125333]}, {"id": "2803", "type": "Feature", "properties": {"id": "us2000at1d", "mag": 4.4, "time": 1506062755300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9837, 45.5973, 22.46]}, "bbox": [151.9837, 45.5973, 151.9837, 45.5973]}, {"id": "2804", "type": "Feature", "properties": {"id": "nn00606510", "mag": 1.0, "time": 1506062740733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9097, 38.416, 7.5]}, "bbox": [-118.9097, 38.416, -118.9097, 38.416]}, {"id": "2805", "type": "Feature", "properties": {"id": "ak16876497", "mag": 2.9, "time": 1506062332060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4396, 55.4155, 7.5]}, "bbox": [-158.4396, 55.4155, -158.4396, 55.4155]}, {"id": "2806", "type": "Feature", "properties": {"id": "ak16876499", "mag": 1.5, "time": 1506062314773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1276, 62.6705, 84.6]}, "bbox": [-151.1276, 62.6705, -151.1276, 62.6705]}, {"id": "2807", "type": "Feature", "properties": {"id": "ak16926058", "mag": 2.5, "time": 1506062164434, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9814, 52.5733, 21.3]}, "bbox": [-163.9814, 52.5733, -163.9814, 52.5733]}, {"id": "2808", "type": "Feature", "properties": {"id": "hv61916751", "mag": 1.88, "time": 1506061487210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4615, 19.287167, 7.924]}, "bbox": [-155.4615, 19.287167, -155.4615, 19.287167]}, {"id": "2809", "type": "Feature", "properties": {"id": "ak16926055", "mag": 2.4, "time": 1506060569450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4546, 56.5041, 6.6]}, "bbox": [-153.4546, 56.5041, -153.4546, 56.5041]}, {"id": "2810", "type": "Feature", "properties": {"id": "uu60248622", "mag": 1.34, "time": 1506060334660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.622833, 5.33]}, "bbox": [-111.447833, 42.622833, -111.447833, 42.622833]}, {"id": "2811", "type": "Feature", "properties": {"id": "nn00606434", "mag": 1.2, "time": 1506060248714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8296, 13.4]}, "bbox": [-118.8235, 38.8296, -118.8235, 38.8296]}, {"id": "2812", "type": "Feature", "properties": {"id": "ci38007696", "mag": 1.17, "time": 1506059325210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.648333, 35.934, 3.86]}, "bbox": [-117.648333, 35.934, -117.648333, 35.934]}, {"id": "2813", "type": "Feature", "properties": {"id": "ci38007680", "mag": 1.8, "time": 1506058671480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.570833, 35.360833, 4.84]}, "bbox": [-118.570833, 35.360833, -118.570833, 35.360833]}, {"id": "2814", "type": "Feature", "properties": {"id": "us2000at0m", "mag": 5.5, "time": 1506058424310, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.7724, 23.5614, 10.0]}, "bbox": [-108.7724, 23.5614, -108.7724, 23.5614]}, {"id": "2815", "type": "Feature", "properties": {"id": "us2000at0v", "mag": 4.5, "time": 1506056644580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.4959, 54.788, 131.21]}, "bbox": [159.4959, 54.788, 159.4959, 54.788]}, {"id": "2816", "type": "Feature", "properties": {"id": "mb80256984", "mag": 1.12, "time": 1506056537920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5285, 46.885167, 14.05]}, "bbox": [-112.5285, 46.885167, -112.5285, 46.885167]}, {"id": "2817", "type": "Feature", "properties": {"id": "ak16926054", "mag": 1.3, "time": 1506056097918, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7519, 60.0539, 56.2]}, "bbox": [-151.7519, 60.0539, -151.7519, 60.0539]}, {"id": "2818", "type": "Feature", "properties": {"id": "ak16876343", "mag": 1.1, "time": 1506055943779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.827, 62.7929, 14.4]}, "bbox": [-148.827, 62.7929, -148.827, 62.7929]}, {"id": "2819", "type": "Feature", "properties": {"id": "nc72896616", "mag": 2.0, "time": 1506055463630, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788667, 37.456333, 7.66]}, "bbox": [-121.788667, 37.456333, -121.788667, 37.456333]}, {"id": "2820", "type": "Feature", "properties": {"id": "ak16926049", "mag": 2.0, "time": 1506055458648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9681, 59.782, 98.4]}, "bbox": [-152.9681, 59.782, -152.9681, 59.782]}, {"id": "2821", "type": "Feature", "properties": {"id": "us2000at08", "mag": 4.7, "time": 1506054886300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.1483, -6.3489, 10.0]}, "bbox": [-11.1483, -6.3489, -11.1483, -6.3489]}, {"id": "2822", "type": "Feature", "properties": {"id": "nc72896606", "mag": 0.97, "time": 1506054333450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.5205, 2.2]}, "bbox": [-118.821833, 37.5205, -118.821833, 37.5205]}, {"id": "2823", "type": "Feature", "properties": {"id": "us2000aszw", "mag": 4.2, "time": 1506054023580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [26.2553, 39.1304, 10.0]}, "bbox": [26.2553, 39.1304, 26.2553, 39.1304]}, {"id": "2824", "type": "Feature", "properties": {"id": "nc72896586", "mag": 1.98, "time": 1506053997570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883167, 37.538333, 2.49]}, "bbox": [-118.883167, 37.538333, -118.883167, 37.538333]}, {"id": "2825", "type": "Feature", "properties": {"id": "ci38007648", "mag": 1.64, "time": 1506053954570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.495167, 4.61]}, "bbox": [-116.797167, 33.495167, -116.797167, 33.495167]}, {"id": "2826", "type": "Feature", "properties": {"id": "nc72896591", "mag": 1.12, "time": 1506053943320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789333, 37.455, 7.99]}, "bbox": [-121.789333, 37.455, -121.789333, 37.455]}, {"id": "2827", "type": "Feature", "properties": {"id": "us2000aszh", "mag": 2.9, "time": 1506053328020, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.682, 35.846, 5.0]}, "bbox": [-96.682, 35.846, -96.682, 35.846]}, {"id": "2828", "type": "Feature", "properties": {"id": "ak16876210", "mag": 1.2, "time": 1506052567199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7614, 63.1414, 9.7]}, "bbox": [-148.7614, 63.1414, -148.7614, 63.1414]}, {"id": "2829", "type": "Feature", "properties": {"id": "ak16876208", "mag": 1.0, "time": 1506051888104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3642, 64.8396, 21.9]}, "bbox": [-147.3642, 64.8396, -147.3642, 64.8396]}, {"id": "2830", "type": "Feature", "properties": {"id": "ak16876202", "mag": 2.8, "time": 1506051238210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6975, 59.8426, 2.9]}, "bbox": [-136.6975, 59.8426, -136.6975, 59.8426]}, {"id": "2831", "type": "Feature", "properties": {"id": "ci38007640", "mag": 1.04, "time": 1506050700240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.074333, 32.868, 9.32]}, "bbox": [-116.074333, 32.868, -116.074333, 32.868]}, {"id": "2832", "type": "Feature", "properties": {"id": "ak16876199", "mag": 1.6, "time": 1506050508752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1502, 60.9709, 20.0]}, "bbox": [-149.1502, 60.9709, -149.1502, 60.9709]}, {"id": "2833", "type": "Feature", "properties": {"id": "ak16876069", "mag": 1.7, "time": 1506048854655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6692, 62.5598, 11.7]}, "bbox": [-150.6692, 62.5598, -150.6692, 62.5598]}, {"id": "2834", "type": "Feature", "properties": {"id": "ak16876067", "mag": 2.1, "time": 1506048427026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7111, 59.884, 14.5]}, "bbox": [-136.7111, 59.884, -136.7111, 59.884]}, {"id": "2835", "type": "Feature", "properties": {"id": "nc72896561", "mag": 1.78, "time": 1506048332800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.779667, 37.392333, -2.31]}, "bbox": [-118.779667, 37.392333, -118.779667, 37.392333]}, {"id": "2836", "type": "Feature", "properties": {"id": "nc72896556", "mag": 1.29, "time": 1506047940540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0265, 36.559833, 6.76]}, "bbox": [-121.0265, 36.559833, -121.0265, 36.559833]}, {"id": "2837", "type": "Feature", "properties": {"id": "ak16926041", "mag": 2.5, "time": 1506047556201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.992, 51.8656, 16.5]}, "bbox": [-174.992, 51.8656, -174.992, 51.8656]}, {"id": "2838", "type": "Feature", "properties": {"id": "uu60248522", "mag": 1.34, "time": 1506047158170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.026833, 44.7755, 7.13]}, "bbox": [-110.026833, 44.7755, -110.026833, 44.7755]}, {"id": "2839", "type": "Feature", "properties": {"id": "mb80256979", "mag": 1.73, "time": 1506043831850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.558333, 46.402, 3.35]}, "bbox": [-111.558333, 46.402, -111.558333, 46.402]}, {"id": "2840", "type": "Feature", "properties": {"id": "nc72896531", "mag": 1.92, "time": 1506043357560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.780833, 37.389167, -2.29]}, "bbox": [-118.780833, 37.389167, -118.780833, 37.389167]}, {"id": "2841", "type": "Feature", "properties": {"id": "mb80256969", "mag": 2.09, "time": 1506042441670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.930333, 44.292833, 3.5]}, "bbox": [-114.930333, 44.292833, -114.930333, 44.292833]}, {"id": "2842", "type": "Feature", "properties": {"id": "ak16875940", "mag": 1.1, "time": 1506041862266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0885, 63.2553, 2.0]}, "bbox": [-151.0885, 63.2553, -151.0885, 63.2553]}, {"id": "2843", "type": "Feature", "properties": {"id": "us2000awqf", "mag": 4.2, "time": 1506041406940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [165.3116, -15.6295, 57.06]}, "bbox": [165.3116, -15.6295, 165.3116, -15.6295]}, {"id": "2844", "type": "Feature", "properties": {"id": "us2000asyh", "mag": 4.6, "time": 1506041280550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.2095, 43.8815, 10.0]}, "bbox": [149.2095, 43.8815, 149.2095, 43.8815]}, {"id": "2845", "type": "Feature", "properties": {"id": "ismpkansas70235693", "mag": 1.82, "time": 1506040783670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6825, 37.184, 4.37]}, "bbox": [-97.6825, 37.184, -97.6825, 37.184]}, {"id": "2846", "type": "Feature", "properties": {"id": "ci38007600", "mag": 2.86, "time": 1506040660680, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.171833, 34.730667, 1.72]}, "bbox": [-120.171833, 34.730667, -120.171833, 34.730667]}, {"id": "2847", "type": "Feature", "properties": {"id": "hv61916496", "mag": 1.7, "time": 1506040069030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.755667, 19.862667, 13.433]}, "bbox": [-155.755667, 19.862667, -155.755667, 19.862667]}, {"id": "2848", "type": "Feature", "properties": {"id": "us2000awqd", "mag": 4.6, "time": 1506040066970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3605, 2.1475, 15.02]}, "bbox": [90.3605, 2.1475, 90.3605, 2.1475]}, {"id": "2849", "type": "Feature", "properties": {"id": "ak16875841", "mag": 1.4, "time": 1506039676822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7004, 63.8605, 6.4]}, "bbox": [-148.7004, 63.8605, -148.7004, 63.8605]}, {"id": "2850", "type": "Feature", "properties": {"id": "us2000atbx", "mag": 2.6, "time": 1506039659260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5671, 46.8969, 11.48]}, "bbox": [-112.5671, 46.8969, -112.5671, 46.8969]}, {"id": "2851", "type": "Feature", "properties": {"id": "us2000avmv", "mag": 2.8, "time": 1506039531410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0769, 52.3761, 10.0]}, "bbox": [-165.0769, 52.3761, -165.0769, 52.3761]}, {"id": "2852", "type": "Feature", "properties": {"id": "mb80256959", "mag": 1.07, "time": 1506038377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.445667, 43.5435, 11.24]}, "bbox": [-110.445667, 43.5435, -110.445667, 43.5435]}, {"id": "2853", "type": "Feature", "properties": {"id": "ci38007584", "mag": 1.19, "time": 1506037977370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.764667, 33.324167, 13.64]}, "bbox": [-116.764667, 33.324167, -116.764667, 33.324167]}, {"id": "2854", "type": "Feature", "properties": {"id": "ak16875834", "mag": 1.4, "time": 1506037872803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.518, 61.5639, 31.0]}, "bbox": [-146.518, 61.5639, -146.518, 61.5639]}, {"id": "2855", "type": "Feature", "properties": {"id": "nc72896516", "mag": 1.31, "time": 1506037721390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669, 37.2905, 3.04]}, "bbox": [-121.669, 37.2905, -121.669, 37.2905]}, {"id": "2856", "type": "Feature", "properties": {"id": "mb80256954", "mag": 1.13, "time": 1506037549780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4995, 46.8705, 10.41]}, "bbox": [-112.4995, 46.8705, -112.4995, 46.8705]}, {"id": "2857", "type": "Feature", "properties": {"id": "us2000awq8", "mag": 4.4, "time": 1506037384370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.5809, 38.0785, 10.0]}, "bbox": [144.5809, 38.0785, 144.5809, 38.0785]}, {"id": "2858", "type": "Feature", "properties": {"id": "ak16875828", "mag": 2.4, "time": 1506037110228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8706, 62.7902, 14.7]}, "bbox": [-148.8706, 62.7902, -148.8706, 62.7902]}, {"id": "2859", "type": "Feature", "properties": {"id": "ak16875826", "mag": 1.7, "time": 1506036232042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4937, 61.5906, 31.8]}, "bbox": [-146.4937, 61.5906, -146.4937, 61.5906]}, {"id": "2860", "type": "Feature", "properties": {"id": "us2000asx4", "mag": 2.7, "time": 1506036218800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5127, 36.2915, 7.461]}, "bbox": [-97.5127, 36.2915, -97.5127, 36.2915]}, {"id": "2861", "type": "Feature", "properties": {"id": "ci38007544", "mag": 3.0, "time": 1506035447270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.397167, 32.383, 12.07]}, "bbox": [-115.397167, 32.383, -115.397167, 32.383]}, {"id": "2862", "type": "Feature", "properties": {"id": "ci38007552", "mag": 1.61, "time": 1506035381320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.115667, 34.625667, -1.28]}, "bbox": [-117.115667, 34.625667, -117.115667, 34.625667]}, {"id": "2863", "type": "Feature", "properties": {"id": "ak16875823", "mag": 1.6, "time": 1506035182231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5062, 64.6747, 9.2]}, "bbox": [-152.5062, 64.6747, -152.5062, 64.6747]}, {"id": "2864", "type": "Feature", "properties": {"id": "uu60248487", "mag": 2.1, "time": 1506035003920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.525833, 7.93]}, "bbox": [-111.420167, 42.525833, -111.420167, 42.525833]}, {"id": "2865", "type": "Feature", "properties": {"id": "mb80256939", "mag": 1.72, "time": 1506034952670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8665, 11.26]}, "bbox": [-112.5215, 46.8665, -112.5215, 46.8665]}, {"id": "2866", "type": "Feature", "properties": {"id": "ak16875817", "mag": 1.5, "time": 1506034226408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0329, 53.5528, 17.0]}, "bbox": [-167.0329, 53.5528, -167.0329, 53.5528]}, {"id": "2867", "type": "Feature", "properties": {"id": "us2000awq7", "mag": 4.3, "time": 1506034167940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.929, -23.7349, 550.89]}, "bbox": [-179.929, -23.7349, -179.929, -23.7349]}, {"id": "2868", "type": "Feature", "properties": {"id": "nc72896506", "mag": 1.29, "time": 1506033952800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821, 38.814833, 2.36]}, "bbox": [-122.821, 38.814833, -122.821, 38.814833]}, {"id": "2869", "type": "Feature", "properties": {"id": "ak16875815", "mag": 1.5, "time": 1506033878487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5575, 60.0344, 58.7]}, "bbox": [-151.5575, 60.0344, -151.5575, 60.0344]}, {"id": "2870", "type": "Feature", "properties": {"id": "ak16875810", "mag": 1.2, "time": 1506033325458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4889, 59.8624, 47.1]}, "bbox": [-150.4889, 59.8624, -150.4889, 59.8624]}, {"id": "2871", "type": "Feature", "properties": {"id": "ak16875800", "mag": 1.4, "time": 1506032434891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7482, 66.977, 12.4]}, "bbox": [-155.7482, 66.977, -155.7482, 66.977]}, {"id": "2872", "type": "Feature", "properties": {"id": "ak16875653", "mag": 4.2, "time": 1506032120973, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8756, 62.7831, 20.3]}, "bbox": [-148.8756, 62.7831, -148.8756, 62.7831]}, {"id": "2873", "type": "Feature", "properties": {"id": "nc72896496", "mag": 1.85, "time": 1506031741740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5285, 36.803333, 3.27]}, "bbox": [-121.5285, 36.803333, -121.5285, 36.803333]}, {"id": "2874", "type": "Feature", "properties": {"id": "nc72896486", "mag": 1.45, "time": 1506031445490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.526667, 36.809667, 4.3]}, "bbox": [-121.526667, 36.809667, -121.526667, 36.809667]}, {"id": "2875", "type": "Feature", "properties": {"id": "mb80256934", "mag": 2.12, "time": 1506031400210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9225, 44.303333, 10.34]}, "bbox": [-114.9225, 44.303333, -114.9225, 44.303333]}, {"id": "2876", "type": "Feature", "properties": {"id": "mb80256929", "mag": 1.26, "time": 1506030770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.747833, 45.079167, 3.5]}, "bbox": [-111.747833, 45.079167, -111.747833, 45.079167]}, {"id": "2877", "type": "Feature", "properties": {"id": "ci38007528", "mag": 1.87, "time": 1506030349230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650167, 35.935333, 2.69]}, "bbox": [-117.650167, 35.935333, -117.650167, 35.935333]}, {"id": "2878", "type": "Feature", "properties": {"id": "hv61916321", "mag": 2.02, "time": 1506029779130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.552333, 19.137667, 49.513]}, "bbox": [-155.552333, 19.137667, -155.552333, 19.137667]}, {"id": "2879", "type": "Feature", "properties": {"id": "ci38007520", "mag": 1.21, "time": 1506029730430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.157, 33.634167, -0.52]}, "bbox": [-117.157, 33.634167, -117.157, 33.634167]}, {"id": "2880", "type": "Feature", "properties": {"id": "hv61916316", "mag": 1.88, "time": 1506029586250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.419833, 19.099167, 42.057]}, "bbox": [-155.419833, 19.099167, -155.419833, 19.099167]}, {"id": "2881", "type": "Feature", "properties": {"id": "hv61916311", "mag": 1.76, "time": 1506029522880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.437167, 19.160333, 37.287]}, "bbox": [-155.437167, 19.160333, -155.437167, 19.160333]}, {"id": "2882", "type": "Feature", "properties": {"id": "nn00606376", "mag": 1.1, "time": 1506029276288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9551, 40.0739, 10.9]}, "bbox": [-120.9551, 40.0739, -120.9551, 40.0739]}, {"id": "2883", "type": "Feature", "properties": {"id": "hv61916301", "mag": 1.85, "time": 1506029141190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.439167, 19.1175, 39.677]}, "bbox": [-155.439167, 19.1175, -155.439167, 19.1175]}, {"id": "2884", "type": "Feature", "properties": {"id": "ci37166108", "mag": 1.81, "time": 1506028904370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241667, 32.920333, 11.27]}, "bbox": [-116.241667, 32.920333, -116.241667, 32.920333]}, {"id": "2885", "type": "Feature", "properties": {"id": "ci38007512", "mag": 1.83, "time": 1506028897230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241167, 32.916667, 7.87]}, "bbox": [-116.241167, 32.916667, -116.241167, 32.916667]}, {"id": "2886", "type": "Feature", "properties": {"id": "ak16875651", "mag": 1.4, "time": 1506028324426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8843, 61.2141, 1.8]}, "bbox": [-139.8843, 61.2141, -139.8843, 61.2141]}, {"id": "2887", "type": "Feature", "properties": {"id": "nn00606357", "mag": 2.6, "time": 1506028168100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6985, 39.7645, 7.3]}, "bbox": [-119.6985, 39.7645, -119.6985, 39.7645]}, {"id": "2888", "type": "Feature", "properties": {"id": "nn00606355", "mag": 1.1, "time": 1506027762688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.189, 38.4602, 2.1]}, "bbox": [-118.189, 38.4602, -118.189, 38.4602]}, {"id": "2889", "type": "Feature", "properties": {"id": "ci38007480", "mag": 1.75, "time": 1506026384090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.371167, 35.054, 8.1]}, "bbox": [-118.371167, 35.054, -118.371167, 35.054]}, {"id": "2890", "type": "Feature", "properties": {"id": "ak16875645", "mag": 1.7, "time": 1506026360117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.75, 60.0811, 100.9]}, "bbox": [-152.75, 60.0811, -152.75, 60.0811]}, {"id": "2891", "type": "Feature", "properties": {"id": "nc72896461", "mag": 1.53, "time": 1506026136260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.841167, 1.96]}, "bbox": [-122.827333, 38.841167, -122.827333, 38.841167]}, {"id": "2892", "type": "Feature", "properties": {"id": "ak16911613", "mag": 1.9, "time": 1506025569386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0904, 58.6739, 124.2]}, "bbox": [-155.0904, 58.6739, -155.0904, 58.6739]}, {"id": "2893", "type": "Feature", "properties": {"id": "ismpkansas70235678", "mag": 2.5, "time": 1506025487250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888333, 37.204167, 6.25]}, "bbox": [-97.888333, 37.204167, -97.888333, 37.204167]}, {"id": "2894", "type": "Feature", "properties": {"id": "ci38007472", "mag": 1.24, "time": 1506025368620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.488667, 33.850333, -0.48]}, "bbox": [-117.488667, 33.850333, -117.488667, 33.850333]}, {"id": "2895", "type": "Feature", "properties": {"id": "us2000ass7", "mag": 4.8, "time": 1506025352080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8962, 15.2536, 65.44]}, "bbox": [-93.8962, 15.2536, -93.8962, 15.2536]}, {"id": "2896", "type": "Feature", "properties": {"id": "ci38007464", "mag": 1.18, "time": 1506025134310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.882167, 33.977333, 19.48]}, "bbox": [-116.882167, 33.977333, -116.882167, 33.977333]}, {"id": "2897", "type": "Feature", "properties": {"id": "ak16875518", "mag": 1.7, "time": 1506024448536, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5203, 61.3055, 10.1]}, "bbox": [-152.5203, 61.3055, -152.5203, 61.3055]}, {"id": "2898", "type": "Feature", "properties": {"id": "us2000asr5", "mag": 2.8, "time": 1506024284460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4191, 42.5686, 11.52]}, "bbox": [-111.4191, 42.5686, -111.4191, 42.5686]}, {"id": "2899", "type": "Feature", "properties": {"id": "ci38007448", "mag": 1.54, "time": 1506024073190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.493667, 33.846667, -0.48]}, "bbox": [-117.493667, 33.846667, -117.493667, 33.846667]}, {"id": "2900", "type": "Feature", "properties": {"id": "us2000asqw", "mag": 4.5, "time": 1506023938000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.359, -24.593, 89.2]}, "bbox": [-69.359, -24.593, -69.359, -24.593]}, {"id": "2901", "type": "Feature", "properties": {"id": "nc72896441", "mag": 0.97, "time": 1506023932370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818337, 38.807335, 2.5]}, "bbox": [-122.818337, 38.807335, -122.818337, 38.807335]}, {"id": "2902", "type": "Feature", "properties": {"id": "ak16911611", "mag": 2.0, "time": 1506023546957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8314, 53.8887, 16.2]}, "bbox": [-163.8314, 53.8887, -163.8314, 53.8887]}, {"id": "2903", "type": "Feature", "properties": {"id": "ak16875513", "mag": 2.1, "time": 1506022669821, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6752, 67.929, 13.1]}, "bbox": [-147.6752, 67.929, -147.6752, 67.929]}, {"id": "2904", "type": "Feature", "properties": {"id": "ak16875511", "mag": 1.6, "time": 1506022479067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0122, 60.6265, 55.5]}, "bbox": [-151.0122, 60.6265, -151.0122, 60.6265]}, {"id": "2905", "type": "Feature", "properties": {"id": "nc72896431", "mag": 1.59, "time": 1506022296440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.606, 4.18]}, "bbox": [-118.821333, 37.606, -118.821333, 37.606]}, {"id": "2906", "type": "Feature", "properties": {"id": "us2000asq8", "mag": 4.5, "time": 1506022120080, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.3957, 30.689, 10.0]}, "bbox": [57.3957, 30.689, 57.3957, 30.689]}, {"id": "2907", "type": "Feature", "properties": {"id": "ak16875508", "mag": 2.8, "time": 1506022088454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5339, 56.4471, 34.4]}, "bbox": [-153.5339, 56.4471, -153.5339, 56.4471]}, {"id": "2908", "type": "Feature", "properties": {"id": "ak16875497", "mag": 2.8, "time": 1506021225649, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3633, 62.2263, 8.3]}, "bbox": [-150.3633, 62.2263, -150.3633, 62.2263]}, {"id": "2909", "type": "Feature", "properties": {"id": "ak16875489", "mag": 2.0, "time": 1506019153622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5458, 60.2285, 104.7]}, "bbox": [-152.5458, 60.2285, -152.5458, 60.2285]}, {"id": "2910", "type": "Feature", "properties": {"id": "ci38007432", "mag": 0.97, "time": 1506018755920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4305, 33.027167, 7.61]}, "bbox": [-116.4305, 33.027167, -116.4305, 33.027167]}, {"id": "2911", "type": "Feature", "properties": {"id": "nc72896416", "mag": 1.32, "time": 1506018676310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.105167, 37.325333, -0.31]}, "bbox": [-122.105167, 37.325333, -122.105167, 37.325333]}, {"id": "2912", "type": "Feature", "properties": {"id": "ak16875470", "mag": 3.4, "time": 1506018115237, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 62.0747, 82.5]}, "bbox": [-151.3313, 62.0747, -151.3313, 62.0747]}, {"id": "2913", "type": "Feature", "properties": {"id": "ci38007408", "mag": 1.52, "time": 1506017937430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.240833, 33.339, 3.36]}, "bbox": [-116.240833, 33.339, -116.240833, 33.339]}, {"id": "2914", "type": "Feature", "properties": {"id": "ci37165948", "mag": 1.22, "time": 1506017934430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.238, 33.341, 5.25]}, "bbox": [-116.238, 33.341, -116.238, 33.341]}, {"id": "2915", "type": "Feature", "properties": {"id": "ak16911603", "mag": 2.2, "time": 1506016859139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.198, 56.7455, 55.8]}, "bbox": [-156.198, 56.7455, -156.198, 56.7455]}, {"id": "2916", "type": "Feature", "properties": {"id": "nc72896411", "mag": 1.56, "time": 1506016054120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.955667, 36.390833, 1.45]}, "bbox": [-120.955667, 36.390833, -120.955667, 36.390833]}, {"id": "2917", "type": "Feature", "properties": {"id": "us2000ask8", "mag": 5.2, "time": 1506015812780, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [153.792, -5.2273, 42.8]}, "bbox": [153.792, -5.2273, 153.792, -5.2273]}, {"id": "2918", "type": "Feature", "properties": {"id": "ak16875367", "mag": 1.0, "time": 1506015790628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3293, 61.4367, 9.3]}, "bbox": [-152.3293, 61.4367, -152.3293, 61.4367]}, {"id": "2919", "type": "Feature", "properties": {"id": "nc72896401", "mag": 1.29, "time": 1506015349390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.136833, 36.591, 7.95]}, "bbox": [-121.136833, 36.591, -121.136833, 36.591]}, {"id": "2920", "type": "Feature", "properties": {"id": "nc72896396", "mag": 1.65, "time": 1506015154000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830667, 38.841833, 1.92]}, "bbox": [-122.830667, 38.841833, -122.830667, 38.841833]}, {"id": "2921", "type": "Feature", "properties": {"id": "ak16875364", "mag": 1.7, "time": 1506014707392, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9511, 61.182, 6.1]}, "bbox": [-139.9511, 61.182, -139.9511, 61.182]}, {"id": "2922", "type": "Feature", "properties": {"id": "us2000asjm", "mag": 4.1, "time": 1506014582020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1412, 14.9651, 31.77]}, "bbox": [-94.1412, 14.9651, -94.1412, 14.9651]}, {"id": "2923", "type": "Feature", "properties": {"id": "nc72896391", "mag": 1.65, "time": 1506014547620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.522667, 37.119333, 6.68]}, "bbox": [-121.522667, 37.119333, -121.522667, 37.119333]}, {"id": "2924", "type": "Feature", "properties": {"id": "nc72896386", "mag": 2.74, "time": 1506013969600, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.523, 37.119333, 7.11]}, "bbox": [-121.523, 37.119333, -121.523, 37.119333]}, {"id": "2925", "type": "Feature", "properties": {"id": "uu60248457", "mag": 1.24, "time": 1506013292240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416833, 42.5455, 6.54]}, "bbox": [-111.416833, 42.5455, -111.416833, 42.5455]}, {"id": "2926", "type": "Feature", "properties": {"id": "nc72896381", "mag": 1.42, "time": 1506013025480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.024167, 4.23]}, "bbox": [-118.7985, 38.024167, -118.7985, 38.024167]}, {"id": "2927", "type": "Feature", "properties": {"id": "ak16875337", "mag": 1.5, "time": 1506012889205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8562, 59.8876, 14.9]}, "bbox": [-136.8562, 59.8876, -136.8562, 59.8876]}, {"id": "2928", "type": "Feature", "properties": {"id": "ak16875335", "mag": 1.5, "time": 1506012588856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.43, 69.5255, 6.5]}, "bbox": [-142.43, 69.5255, -142.43, 69.5255]}, {"id": "2929", "type": "Feature", "properties": {"id": "ak16875333", "mag": 1.4, "time": 1506012078477, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7448, 65.4677, 16.1]}, "bbox": [-144.7448, 65.4677, -144.7448, 65.4677]}, {"id": "2930", "type": "Feature", "properties": {"id": "us2000asj3", "mag": 4.4, "time": 1506011673160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.8925, 24.9992, 82.35]}, "bbox": [94.8925, 24.9992, 94.8925, 24.9992]}, {"id": "2931", "type": "Feature", "properties": {"id": "ak16875233", "mag": 2.0, "time": 1506011166366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 62.6945, 1.1]}, "bbox": [-152.0389, 62.6945, -152.0389, 62.6945]}, {"id": "2932", "type": "Feature", "properties": {"id": "hv61916021", "mag": 1.65, "time": 1506010758380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.606333, 19.988, 0.02]}, "bbox": [-155.606333, 19.988, -155.606333, 19.988]}, {"id": "2933", "type": "Feature", "properties": {"id": "nc72896356", "mag": 1.08, "time": 1506008853280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.789501, 1.6]}, "bbox": [-122.736, 38.789501, -122.736, 38.789501]}, {"id": "2934", "type": "Feature", "properties": {"id": "ci38007344", "mag": 1.64, "time": 1506006904290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.040833, 34.932167, 7.95]}, "bbox": [-117.040833, 34.932167, -117.040833, 34.932167]}, {"id": "2935", "type": "Feature", "properties": {"id": "uu60248432", "mag": 1.93, "time": 1506005934630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899167, 38.2825, 1.23]}, "bbox": [-108.899167, 38.2825, -108.899167, 38.2825]}, {"id": "2936", "type": "Feature", "properties": {"id": "nc72896351", "mag": 1.05, "time": 1506005402280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.872833, 37.542167, 5.65]}, "bbox": [-118.872833, 37.542167, -118.872833, 37.542167]}, {"id": "2937", "type": "Feature", "properties": {"id": "ak16875225", "mag": 2.6, "time": 1506004864279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7558, 56.7802, 85.5]}, "bbox": [-157.7558, 56.7802, -157.7558, 56.7802]}, {"id": "2938", "type": "Feature", "properties": {"id": "nn00606271", "mag": 1.4, "time": 1506004765898, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.404, 8.4]}, "bbox": [-118.9071, 38.404, -118.9071, 38.404]}, {"id": "2939", "type": "Feature", "properties": {"id": "ak16911592", "mag": 1.8, "time": 1506004687871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.776, 59.9457, 96.3]}, "bbox": [-152.776, 59.9457, -152.776, 59.9457]}, {"id": "2940", "type": "Feature", "properties": {"id": "ak16875224", "mag": 1.0, "time": 1506004284441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1472, 58.225, 2.8]}, "bbox": [-155.1472, 58.225, -155.1472, 58.225]}, {"id": "2941", "type": "Feature", "properties": {"id": "us2000asgp", "mag": 3.1, "time": 1506004160400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5341, 7.73]}, "bbox": [-111.4287, 42.5341, -111.4287, 42.5341]}, {"id": "2942", "type": "Feature", "properties": {"id": "ak16875128", "mag": 1.2, "time": 1506003424957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1414, 61.9718, 7.4]}, "bbox": [-141.1414, 61.9718, -141.1414, 61.9718]}, {"id": "2943", "type": "Feature", "properties": {"id": "ak16875123", "mag": 2.2, "time": 1506003380008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.406, 61.1636, 56.5]}, "bbox": [-150.406, 61.1636, -150.406, 61.1636]}, {"id": "2944", "type": "Feature", "properties": {"id": "ak16875122", "mag": 1.5, "time": 1506003168025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6121, 60.6288, 27.1]}, "bbox": [-149.6121, 60.6288, -149.6121, 60.6288]}, {"id": "2945", "type": "Feature", "properties": {"id": "us2000asgl", "mag": 4.5, "time": 1506003018350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.7163, -5.3996, 143.64]}, "bbox": [150.7163, -5.3996, 150.7163, -5.3996]}, {"id": "2946", "type": "Feature", "properties": {"id": "ak16911587", "mag": 2.0, "time": 1506002992795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2107, 54.658, 25.6]}, "bbox": [-161.2107, 54.658, -161.2107, 54.658]}, {"id": "2947", "type": "Feature", "properties": {"id": "ak16875121", "mag": 1.3, "time": 1506002287075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 63.0935, 115.1]}, "bbox": [-150.7877, 63.0935, -150.7877, 63.0935]}, {"id": "2948", "type": "Feature", "properties": {"id": "ak16875120", "mag": 1.3, "time": 1506002190951, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3702, 60.2093, 0.0]}, "bbox": [-141.3702, 60.2093, -141.3702, 60.2093]}, {"id": "2949", "type": "Feature", "properties": {"id": "nc72896346", "mag": 1.58, "time": 1506001285170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.046, 37.631, -2.49]}, "bbox": [-119.046, 37.631, -119.046, 37.631]}, {"id": "2950", "type": "Feature", "properties": {"id": "ak16875118", "mag": 1.5, "time": 1506001054310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4947, 65.9329, 9.0]}, "bbox": [-151.4947, 65.9329, -151.4947, 65.9329]}, {"id": "2951", "type": "Feature", "properties": {"id": "ak16875115", "mag": 1.2, "time": 1506000273641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8273, 59.8914, 16.6]}, "bbox": [-136.8273, 59.8914, -136.8273, 59.8914]}, {"id": "2952", "type": "Feature", "properties": {"id": "ak16875114", "mag": 1.0, "time": 1505999744527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.927, 63.1123, 88.8]}, "bbox": [-149.927, 63.1123, -149.927, 63.1123]}, {"id": "2953", "type": "Feature", "properties": {"id": "ak16875113", "mag": 1.0, "time": 1505999509220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8959, 53.8648, 4.8]}, "bbox": [-166.8959, 53.8648, -166.8959, 53.8648]}, {"id": "2954", "type": "Feature", "properties": {"id": "nc72896326", "mag": 1.49, "time": 1505998900750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040833, 37.6325, -1.69]}, "bbox": [-119.040833, 37.6325, -119.040833, 37.6325]}, {"id": "2955", "type": "Feature", "properties": {"id": "nc72896316", "mag": 1.09, "time": 1505998199150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.854333, 37.553667, -1.13]}, "bbox": [-118.854333, 37.553667, -118.854333, 37.553667]}, {"id": "2956", "type": "Feature", "properties": {"id": "nc72896306", "mag": 1.43, "time": 1505997631810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009333, 37.578833, 2.18]}, "bbox": [-119.009333, 37.578833, -119.009333, 37.578833]}, {"id": "2957", "type": "Feature", "properties": {"id": "nm60207176", "mag": 1.81, "time": 1505997033100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.530833, 36.304833, 9.49]}, "bbox": [-89.530833, 36.304833, -89.530833, 36.304833]}, {"id": "2958", "type": "Feature", "properties": {"id": "ak16875021", "mag": 1.2, "time": 1505996145934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8383, 65.938, 13.9]}, "bbox": [-151.8383, 65.938, -151.8383, 65.938]}, {"id": "2959", "type": "Feature", "properties": {"id": "ak16875018", "mag": 1.2, "time": 1505995669198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.912, 65.5133, 9.1]}, "bbox": [-150.912, 65.5133, -150.912, 65.5133]}, {"id": "2960", "type": "Feature", "properties": {"id": "nc72896296", "mag": 1.47, "time": 1505995317350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.196833, 37.9145, 9.67]}, "bbox": [-122.196833, 37.9145, -122.196833, 37.9145]}, {"id": "2961", "type": "Feature", "properties": {"id": "nm60207166", "mag": 1.64, "time": 1505994488630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.4975, 36.289667, 7.47]}, "bbox": [-89.4975, 36.289667, -89.4975, 36.289667]}, {"id": "2962", "type": "Feature", "properties": {"id": "us2000asex", "mag": 4.8, "time": 1505994269370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2903, 15.7805, 100.11]}, "bbox": [-93.2903, 15.7805, -93.2903, 15.7805]}, {"id": "2963", "type": "Feature", "properties": {"id": "nn00606244", "mag": 1.4, "time": 1505993181062, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2534, 40.7726, 2.5]}, "bbox": [-119.2534, 40.7726, -119.2534, 40.7726]}, {"id": "2964", "type": "Feature", "properties": {"id": "uu60248402", "mag": 1.76, "time": 1505993050130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.834, 37.5, 12.34]}, "bbox": [-112.834, 37.5, -112.834, 37.5]}, {"id": "2965", "type": "Feature", "properties": {"id": "ak16911577", "mag": 1.8, "time": 1505992688210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7102, 59.2193, 101.3]}, "bbox": [-153.7102, 59.2193, -153.7102, 59.2193]}, {"id": "2966", "type": "Feature", "properties": {"id": "nc72896276", "mag": 1.87, "time": 1505990638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821833, 38.807833, 2.57]}, "bbox": [-122.821833, 38.807833, -122.821833, 38.807833]}, {"id": "2967", "type": "Feature", "properties": {"id": "ak16911575", "mag": 1.4, "time": 1505990312220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1289, 60.9457, 91.3]}, "bbox": [-152.1289, 60.9457, -152.1289, 60.9457]}, {"id": "2968", "type": "Feature", "properties": {"id": "ci38007296", "mag": 1.16, "time": 1505989019560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.893333, 33.8875, 12.0]}, "bbox": [-116.893333, 33.8875, -116.893333, 33.8875]}, {"id": "2969", "type": "Feature", "properties": {"id": "ak16874826", "mag": 2.4, "time": 1505988598717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0672, 60.3368, 3.1]}, "bbox": [-143.0672, 60.3368, -143.0672, 60.3368]}, {"id": "2970", "type": "Feature", "properties": {"id": "ak16874821", "mag": 3.9, "time": 1505988559362, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.0266, 58.0197, 4.1]}, "bbox": [-139.0266, 58.0197, -139.0266, 58.0197]}, {"id": "2971", "type": "Feature", "properties": {"id": "us2000asdx", "mag": 3.2, "time": 1505987188740, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5809, 9.51]}, "bbox": [-111.4339, 42.5809, -111.4339, 42.5809]}, {"id": "2972", "type": "Feature", "properties": {"id": "nc72896231", "mag": 1.31, "time": 1505985984190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7595, 39.290333, 11.74]}, "bbox": [-122.7595, 39.290333, -122.7595, 39.290333]}, {"id": "2973", "type": "Feature", "properties": {"id": "ak16874817", "mag": 1.2, "time": 1505985541058, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7623, 63.2246, 123.5]}, "bbox": [-150.7623, 63.2246, -150.7623, 63.2246]}, {"id": "2974", "type": "Feature", "properties": {"id": "nc72896221", "mag": 1.81, "time": 1505985066080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.605333, 4.11]}, "bbox": [-118.8215, 37.605333, -118.8215, 37.605333]}, {"id": "2975", "type": "Feature", "properties": {"id": "ak16911571", "mag": 1.2, "time": 1505984945428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6774, 60.3679, 51.2]}, "bbox": [-150.6774, 60.3679, -150.6774, 60.3679]}, {"id": "2976", "type": "Feature", "properties": {"id": "us2000astb", "mag": 3.2, "time": 1505984479950, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.4877, 39.7496, 7.26]}, "bbox": [30.4877, 39.7496, 30.4877, 39.7496]}, {"id": "2977", "type": "Feature", "properties": {"id": "ak16874735", "mag": 1.1, "time": 1505984351439, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1345, 61.0202, 12.5]}, "bbox": [-151.1345, 61.0202, -151.1345, 61.0202]}, {"id": "2978", "type": "Feature", "properties": {"id": "ak16874733", "mag": 1.8, "time": 1505984244290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.6331, 69.6221, 10.8]}, "bbox": [-144.6331, 69.6221, -144.6331, 69.6221]}, {"id": "2979", "type": "Feature", "properties": {"id": "ak16911567", "mag": 1.4, "time": 1505983878943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6066, 58.3406, 70.2]}, "bbox": [-153.6066, 58.3406, -153.6066, 58.3406]}, {"id": "2980", "type": "Feature", "properties": {"id": "ak16874730", "mag": 1.6, "time": 1505983557544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6496, 63.2391, 128.6]}, "bbox": [-150.6496, 63.2391, -150.6496, 63.2391]}, {"id": "2981", "type": "Feature", "properties": {"id": "ak16874715", "mag": 3.0, "time": 1505983090867, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9585, 60.2394, 134.3]}, "bbox": [-152.9585, 60.2394, -152.9585, 60.2394]}, {"id": "2982", "type": "Feature", "properties": {"id": "ak16874713", "mag": 1.8, "time": 1505982752561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3398, 60.0395, 62.9]}, "bbox": [-151.3398, 60.0395, -151.3398, 60.0395]}, {"id": "2983", "type": "Feature", "properties": {"id": "ak16874708", "mag": 1.6, "time": 1505981986749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5434, 62.0196, 9.7]}, "bbox": [-148.5434, 62.0196, -148.5434, 62.0196]}, {"id": "2984", "type": "Feature", "properties": {"id": "ci38007280", "mag": 1.01, "time": 1505981662400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.966, 33.952667, 12.57]}, "bbox": [-116.966, 33.952667, -116.966, 33.952667]}, {"id": "2985", "type": "Feature", "properties": {"id": "nc72896186", "mag": 1.8, "time": 1505981520300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764333, 38.786167, 0.23]}, "bbox": [-122.764333, 38.786167, -122.764333, 38.786167]}, {"id": "2986", "type": "Feature", "properties": {"id": "ak16874635", "mag": 1.2, "time": 1505980470681, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9567, 61.1836, 3.9]}, "bbox": [-139.9567, 61.1836, -139.9567, 61.1836]}, {"id": "2987", "type": "Feature", "properties": {"id": "mb80256854", "mag": 1.19, "time": 1505980355400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540333, 46.865833, 13.58]}, "bbox": [-112.540333, 46.865833, -112.540333, 46.865833]}, {"id": "2988", "type": "Feature", "properties": {"id": "hv61915846", "mag": 2.23, "time": 1505980220010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471833, 19.187167, 6.497]}, "bbox": [-155.471833, 19.187167, -155.471833, 19.187167]}, {"id": "2989", "type": "Feature", "properties": {"id": "nc72896176", "mag": 1.82, "time": 1505979900900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789167, 37.455, 8.23]}, "bbox": [-121.789167, 37.455, -121.789167, 37.455]}, {"id": "2990", "type": "Feature", "properties": {"id": "ak16874613", "mag": 2.5, "time": 1505979347188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6995, 61.302, 18.1]}, "bbox": [-146.6995, 61.302, -146.6995, 61.302]}, {"id": "2991", "type": "Feature", "properties": {"id": "nc72896141", "mag": 1.44, "time": 1505978529860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0545, 37.976333, 16.99]}, "bbox": [-122.0545, 37.976333, -122.0545, 37.976333]}, {"id": "2992", "type": "Feature", "properties": {"id": "us2000asd1", "mag": 4.8, "time": 1505977959710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.683, -37.9104, 6.87]}, "bbox": [-73.683, -37.9104, -73.683, -37.9104]}, {"id": "2993", "type": "Feature", "properties": {"id": "nc72896116", "mag": 1.08, "time": 1505977815960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784164, 38.838165, 0.65]}, "bbox": [-122.784164, 38.838165, -122.784164, 38.838165]}, {"id": "2994", "type": "Feature", "properties": {"id": "ci38007272", "mag": 1.44, "time": 1505977166870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.235667, 34.473, 10.66]}, "bbox": [-119.235667, 34.473, -119.235667, 34.473]}, {"id": "2995", "type": "Feature", "properties": {"id": "ak16874540", "mag": 1.8, "time": 1505976691446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5178, 59.5615, 114.3]}, "bbox": [-153.5178, 59.5615, -153.5178, 59.5615]}, {"id": "2996", "type": "Feature", "properties": {"id": "ci38007264", "mag": 1.35, "time": 1505976496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8585, 33.885833, 13.8]}, "bbox": [-116.8585, 33.885833, -116.8585, 33.885833]}, {"id": "2997", "type": "Feature", "properties": {"id": "ak16874539", "mag": 1.4, "time": 1505975897075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7553, 60.3904, 17.6]}, "bbox": [-147.7553, 60.3904, -147.7553, 60.3904]}, {"id": "2998", "type": "Feature", "properties": {"id": "ak16911557", "mag": 1.9, "time": 1505975896384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7415, 56.6876, 60.1]}, "bbox": [-155.7415, 56.6876, -155.7415, 56.6876]}, {"id": "2999", "type": "Feature", "properties": {"id": "ak16874533", "mag": 2.4, "time": 1505975550653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4341, 54.7916, 41.7]}, "bbox": [-160.4341, 54.7916, -160.4341, 54.7916]}, {"id": "3000", "type": "Feature", "properties": {"id": "ak16874531", "mag": 1.6, "time": 1505973877209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0439, 60.1347, 121.6]}, "bbox": [-153.0439, 60.1347, -153.0439, 60.1347]}, {"id": "3001", "type": "Feature", "properties": {"id": "nc72896081", "mag": 0.98, "time": 1505973711190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775002, 38.797669, 2.77]}, "bbox": [-122.775002, 38.797669, -122.775002, 38.797669]}, {"id": "3002", "type": "Feature", "properties": {"id": "nc72896076", "mag": 2.49, "time": 1505973410410, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.785833, 37.46, 8.35]}, "bbox": [-121.785833, 37.46, -121.785833, 37.46]}, {"id": "3003", "type": "Feature", "properties": {"id": "ak16874465", "mag": 1.3, "time": 1505973344875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.0133, 60.1082, 0.0]}, "bbox": [-138.0133, 60.1082, -138.0133, 60.1082]}, {"id": "3004", "type": "Feature", "properties": {"id": "ak16911553", "mag": 1.4, "time": 1505972962694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3138, 59.699, 53.9]}, "bbox": [-151.3138, 59.699, -151.3138, 59.699]}, {"id": "3005", "type": "Feature", "properties": {"id": "ak16911552", "mag": 1.2, "time": 1505972745844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4845, 60.1615, 61.1]}, "bbox": [-151.4845, 60.1615, -151.4845, 60.1615]}, {"id": "3006", "type": "Feature", "properties": {"id": "nn00606219", "mag": 1.3, "time": 1505972571887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1193, 38.2806, 9.5]}, "bbox": [-119.1193, 38.2806, -119.1193, 38.2806]}, {"id": "3007", "type": "Feature", "properties": {"id": "ak16911551", "mag": 1.8, "time": 1505972563999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.15, 51.5531, 43.8]}, "bbox": [-177.15, 51.5531, -177.15, 51.5531]}, {"id": "3008", "type": "Feature", "properties": {"id": "nn00606295", "mag": 1.0, "time": 1505972403264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6227, 38.8065, 14.1]}, "bbox": [-119.6227, 38.8065, -119.6227, 38.8065]}, {"id": "3009", "type": "Feature", "properties": {"id": "uu60248342", "mag": 1.16, "time": 1505971839680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427333, 42.584333, 6.41]}, "bbox": [-111.427333, 42.584333, -111.427333, 42.584333]}, {"id": "3010", "type": "Feature", "properties": {"id": "ak16874458", "mag": 1.0, "time": 1505971795387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1789, 60.7931, 15.4]}, "bbox": [-147.1789, 60.7931, -147.1789, 60.7931]}, {"id": "3011", "type": "Feature", "properties": {"id": "nn00606215", "mag": 1.1, "time": 1505970724921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9138, 38.4144, 3.9]}, "bbox": [-118.9138, 38.4144, -118.9138, 38.4144]}, {"id": "3012", "type": "Feature", "properties": {"id": "nn00606292", "mag": 1.2, "time": 1505969821916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9096, 38.3591, 10.4]}, "bbox": [-118.9096, 38.3591, -118.9096, 38.3591]}, {"id": "3013", "type": "Feature", "properties": {"id": "ak16874386", "mag": 2.2, "time": 1505966674333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1806, 62.1688, 58.7]}, "bbox": [-150.1806, 62.1688, -150.1806, 62.1688]}, {"id": "3014", "type": "Feature", "properties": {"id": "ak16874381", "mag": 1.5, "time": 1505966192127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3423, 67.4818, 11.5]}, "bbox": [-158.3423, 67.4818, -158.3423, 67.4818]}, {"id": "3015", "type": "Feature", "properties": {"id": "nn00606289", "mag": 1.1, "time": 1505965897622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.612, 39.7777, 13.3]}, "bbox": [-120.612, 39.7777, -120.612, 39.7777]}, {"id": "3016", "type": "Feature", "properties": {"id": "ak16874378", "mag": 1.4, "time": 1505965635289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6084, 59.8249, 2.4]}, "bbox": [-136.6084, 59.8249, -136.6084, 59.8249]}, {"id": "3017", "type": "Feature", "properties": {"id": "ci38007240", "mag": 1.33, "time": 1505964848260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.392833, 34.0695, 3.63]}, "bbox": [-116.392833, 34.0695, -116.392833, 34.0695]}, {"id": "3018", "type": "Feature", "properties": {"id": "uw61309117", "mag": 1.41, "time": 1505964727680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.537333, 45.623, 3.45]}, "bbox": [-122.537333, 45.623, -122.537333, 45.623]}, {"id": "3019", "type": "Feature", "properties": {"id": "us2000asac", "mag": 2.3, "time": 1505963189900, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6319, 35.02, 3.66]}, "bbox": [-97.6319, 35.02, -97.6319, 35.02]}, {"id": "3020", "type": "Feature", "properties": {"id": "nc72896016", "mag": 1.0, "time": 1505962244660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777664, 38.821335, 1.62]}, "bbox": [-122.777664, 38.821335, -122.777664, 38.821335]}, {"id": "3021", "type": "Feature", "properties": {"id": "ak16874313", "mag": 1.6, "time": 1505961692924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.4015, 58.981, 9.4]}, "bbox": [-136.4015, 58.981, -136.4015, 58.981]}, {"id": "3022", "type": "Feature", "properties": {"id": "nc72896006", "mag": 2.63, "time": 1505961234600, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.822333, 1.9]}, "bbox": [-122.778, 38.822333, -122.778, 38.822333]}, {"id": "3023", "type": "Feature", "properties": {"id": "ak16874294", "mag": 1.4, "time": 1505960998663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7592, 62.4966, 63.3]}, "bbox": [-149.7592, 62.4966, -149.7592, 62.4966]}, {"id": "3024", "type": "Feature", "properties": {"id": "ak16911541", "mag": 1.2, "time": 1505959763113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0959, 69.101, 9.0]}, "bbox": [-147.0959, 69.101, -147.0959, 69.101]}, {"id": "3025", "type": "Feature", "properties": {"id": "nc72896001", "mag": 2.06, "time": 1505958864360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.541, 35.984333, 10.27]}, "bbox": [-120.541, 35.984333, -120.541, 35.984333]}, {"id": "3026", "type": "Feature", "properties": {"id": "ci38007216", "mag": 1.05, "time": 1505958019680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.250167, 34.038167, 14.18]}, "bbox": [-117.250167, 34.038167, -117.250167, 34.038167]}, {"id": "3027", "type": "Feature", "properties": {"id": "ak16874254", "mag": 3.1, "time": 1505957941327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4863, 51.2677, 13.2]}, "bbox": [178.4863, 51.2677, 178.4863, 51.2677]}, {"id": "3028", "type": "Feature", "properties": {"id": "ak16874229", "mag": 1.1, "time": 1505957058757, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7027, 61.7499, 26.8]}, "bbox": [-146.7027, 61.7499, -146.7027, 61.7499]}, {"id": "3029", "type": "Feature", "properties": {"id": "ak16874215", "mag": 1.1, "time": 1505956445202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6955, 63.1111, 9.3]}, "bbox": [-147.6955, 63.1111, -147.6955, 63.1111]}, {"id": "3030", "type": "Feature", "properties": {"id": "ci38007208", "mag": 1.4, "time": 1505955985550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.416, 33.868667, 14.65]}, "bbox": [-118.416, 33.868667, -118.416, 33.868667]}, {"id": "3031", "type": "Feature", "properties": {"id": "hv61915531", "mag": 1.72, "time": 1505955195430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279833, 19.405667, 1.328]}, "bbox": [-155.279833, 19.405667, -155.279833, 19.405667]}, {"id": "3032", "type": "Feature", "properties": {"id": "ak16874182", "mag": 2.0, "time": 1505954859125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6742, 63.0988, 11.2]}, "bbox": [-147.6742, 63.0988, -147.6742, 63.0988]}, {"id": "3033", "type": "Feature", "properties": {"id": "us2000as95", "mag": 4.5, "time": 1505954623610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9506, -18.3191, 525.15]}, "bbox": [-177.9506, -18.3191, -177.9506, -18.3191]}, {"id": "3034", "type": "Feature", "properties": {"id": "ak16874180", "mag": 1.0, "time": 1505954368489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6875, 63.1114, 10.6]}, "bbox": [-147.6875, 63.1114, -147.6875, 63.1114]}, {"id": "3035", "type": "Feature", "properties": {"id": "mb80256829", "mag": 1.22, "time": 1505954178230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.729167, 46.9255, 15.18]}, "bbox": [-112.729167, 46.9255, -112.729167, 46.9255]}, {"id": "3036", "type": "Feature", "properties": {"id": "ci38007192", "mag": 2.27, "time": 1505953985850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.389333, 34.875667, 4.87]}, "bbox": [-117.389333, 34.875667, -117.389333, 34.875667]}, {"id": "3037", "type": "Feature", "properties": {"id": "ak16911531", "mag": 3.1, "time": 1505953036619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8238, 52.2316, 212.2]}, "bbox": [-178.8238, 52.2316, -178.8238, 52.2316]}, {"id": "3038", "type": "Feature", "properties": {"id": "ak16874133", "mag": 1.9, "time": 1505952707526, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 61.7239, 1.8]}, "bbox": [-141.3476, 61.7239, -141.3476, 61.7239]}, {"id": "3039", "type": "Feature", "properties": {"id": "nc72895971", "mag": 2.7, "time": 1505952459520, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.065833, 37.977333, 16.12]}, "bbox": [-122.065833, 37.977333, -122.065833, 37.977333]}, {"id": "3040", "type": "Feature", "properties": {"id": "us2000as7z", "mag": 5.0, "time": 1505952320920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3417, -18.3348, 223.14]}, "bbox": [-175.3417, -18.3348, -175.3417, -18.3348]}, {"id": "3041", "type": "Feature", "properties": {"id": "ak16874122", "mag": 1.3, "time": 1505952267890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1071, 68.0646, 14.2]}, "bbox": [-161.1071, 68.0646, -161.1071, 68.0646]}, {"id": "3042", "type": "Feature", "properties": {"id": "ak16874119", "mag": 1.3, "time": 1505952216610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9186, 60.9563, 9.6]}, "bbox": [-150.9186, 60.9563, -150.9186, 60.9563]}, {"id": "3043", "type": "Feature", "properties": {"id": "us2000as7r", "mag": 5.7, "time": 1505951964840, "felt": 7.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [113.0028, -6.141, 588.64]}, "bbox": [113.0028, -6.141, 113.0028, -6.141]}, {"id": "3044", "type": "Feature", "properties": {"id": "ci38007168", "mag": 1.0, "time": 1505951908320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.513, 33.929833, 3.12]}, "bbox": [-117.513, 33.929833, -117.513, 33.929833]}, {"id": "3045", "type": "Feature", "properties": {"id": "ak16874078", "mag": 1.5, "time": 1505949607121, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.307, 64.9865, 0.0]}, "bbox": [-147.307, 64.9865, -147.307, 64.9865]}, {"id": "3046", "type": "Feature", "properties": {"id": "nc72895936", "mag": 2.34, "time": 1505948330470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830833, 38.8385, 2.22]}, "bbox": [-122.830833, 38.8385, -122.830833, 38.8385]}, {"id": "3047", "type": "Feature", "properties": {"id": "us2000as71", "mag": 4.4, "time": 1505948258880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8955, -19.9851, 13.88]}, "bbox": [-70.8955, -19.9851, -70.8955, -19.9851]}, {"id": "3048", "type": "Feature", "properties": {"id": "ci38007144", "mag": 2.26, "time": 1505947525530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.600667, 32.8185, 11.77]}, "bbox": [-115.600667, 32.8185, -115.600667, 32.8185]}, {"id": "3049", "type": "Feature", "properties": {"id": "us2000as6n", "mag": 4.7, "time": 1505946967130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.002, -5.1396, 10.0]}, "bbox": [148.002, -5.1396, 148.002, -5.1396]}, {"id": "3050", "type": "Feature", "properties": {"id": "ak16874025", "mag": 1.8, "time": 1505946583777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5728, 63.1811, 118.6]}, "bbox": [-150.5728, 63.1811, -150.5728, 63.1811]}, {"id": "3051", "type": "Feature", "properties": {"id": "us2000as5y", "mag": 5.2, "time": 1505945844590, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.9821, -5.1384, 10.0]}, "bbox": [147.9821, -5.1384, 147.9821, -5.1384]}, {"id": "3052", "type": "Feature", "properties": {"id": "us2000as5x", "mag": 5.9, "time": 1505945616140, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.8337, -5.11, 10.0]}, "bbox": [147.8337, -5.11, 147.8337, -5.11]}, {"id": "3053", "type": "Feature", "properties": {"id": "ak16873995", "mag": 1.3, "time": 1505944353830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7194, 63.0772, 10.8]}, "bbox": [-147.7194, 63.0772, -147.7194, 63.0772]}, {"id": "3054", "type": "Feature", "properties": {"id": "nc72895916", "mag": 1.33, "time": 1505944123270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 37.532, 3.23]}, "bbox": [-118.8235, 37.532, -118.8235, 37.532]}, {"id": "3055", "type": "Feature", "properties": {"id": "ak16903715", "mag": 1.5, "time": 1505944050318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7597, 60.286, 105.1]}, "bbox": [-152.7597, 60.286, -152.7597, 60.286]}, {"id": "3056", "type": "Feature", "properties": {"id": "ak16873983", "mag": 1.6, "time": 1505944038560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2822, 60.1956, 0.0]}, "bbox": [-141.2822, 60.1956, -141.2822, 60.1956]}, {"id": "3057", "type": "Feature", "properties": {"id": "ak16873980", "mag": 1.5, "time": 1505943645116, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7128, 62.2758, 1.9]}, "bbox": [-152.7128, 62.2758, -152.7128, 62.2758]}, {"id": "3058", "type": "Feature", "properties": {"id": "nc72895911", "mag": 1.05, "time": 1505943458060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817497, 38.818165, 1.98]}, "bbox": [-122.817497, 38.818165, -122.817497, 38.818165]}, {"id": "3059", "type": "Feature", "properties": {"id": "mb80256764", "mag": 1.19, "time": 1505942553810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.3355, 46.855167, 12.51]}, "bbox": [-112.3355, 46.855167, -112.3355, 46.855167]}, {"id": "3060", "type": "Feature", "properties": {"id": "ak16873969", "mag": 1.0, "time": 1505941809382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8648, 61.3084, 14.6]}, "bbox": [-140.8648, 61.3084, -140.8648, 61.3084]}, {"id": "3061", "type": "Feature", "properties": {"id": "ak16903709", "mag": 1.3, "time": 1505940388991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1675, 59.8496, 11.5]}, "bbox": [-148.1675, 59.8496, -148.1675, 59.8496]}, {"id": "3062", "type": "Feature", "properties": {"id": "hv61915241", "mag": 2.0, "time": 1505940250470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.695496, 19.176666, 1.78]}, "bbox": [-155.695496, 19.176666, -155.695496, 19.176666]}, {"id": "3063", "type": "Feature", "properties": {"id": "uw61309057", "mag": 2.31, "time": 1505940000150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.92, 47.376, -0.5]}, "bbox": [-117.92, 47.376, -117.92, 47.376]}, {"id": "3064", "type": "Feature", "properties": {"id": "ak16873814", "mag": 1.4, "time": 1505938885178, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4385, 61.7606, 10.4]}, "bbox": [-148.4385, 61.7606, -148.4385, 61.7606]}, {"id": "3065", "type": "Feature", "properties": {"id": "ak16873808", "mag": 1.1, "time": 1505938683669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6592, 62.5852, 59.8]}, "bbox": [-149.6592, 62.5852, -149.6592, 62.5852]}, {"id": "3066", "type": "Feature", "properties": {"id": "nc72895876", "mag": 1.45, "time": 1505938357840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.59, 36.021667, 3.05]}, "bbox": [-120.59, 36.021667, -120.59, 36.021667]}, {"id": "3067", "type": "Feature", "properties": {"id": "ak16873804", "mag": 1.4, "time": 1505938263457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3926, 60.1466, 0.0]}, "bbox": [-141.3926, 60.1466, -141.3926, 60.1466]}, {"id": "3068", "type": "Feature", "properties": {"id": "us2000as2f", "mag": 6.4, "time": 1505938189810, "felt": 16.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [169.0947, -18.7978, 200.19]}, "bbox": [169.0947, -18.7978, 169.0947, -18.7978]}, {"id": "3069", "type": "Feature", "properties": {"id": "hv61915206", "mag": 2.51, "time": 1505938077390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.033667, 19.2375, 39.578]}, "bbox": [-155.033667, 19.2375, -155.033667, 19.2375]}, {"id": "3070", "type": "Feature", "properties": {"id": "ci38007104", "mag": 1.0, "time": 1505937649230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0765, 32.813833, -0.2]}, "bbox": [-117.0765, 32.813833, -117.0765, 32.813833]}, {"id": "3071", "type": "Feature", "properties": {"id": "ak16873801", "mag": 2.0, "time": 1505937512139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8359, 53.871, 5.2]}, "bbox": [-166.8359, 53.871, -166.8359, 53.871]}, {"id": "3072", "type": "Feature", "properties": {"id": "us2000as1w", "mag": 2.5, "time": 1505937361300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0579, 36.6187, 5.828]}, "bbox": [-98.0579, 36.6187, -98.0579, 36.6187]}, {"id": "3073", "type": "Feature", "properties": {"id": "ak16873782", "mag": 1.2, "time": 1505936869830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8873, 62.1092, 41.4]}, "bbox": [-148.8873, 62.1092, -148.8873, 62.1092]}, {"id": "3074", "type": "Feature", "properties": {"id": "mb80256709", "mag": 1.79, "time": 1505935321500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.451, 43.543667, 10.41]}, "bbox": [-110.451, 43.543667, -110.451, 43.543667]}, {"id": "3075", "type": "Feature", "properties": {"id": "nn00606121", "mag": 1.5, "time": 1505934916827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1139, 37.3666, 2.9]}, "bbox": [-115.1139, 37.3666, -115.1139, 37.3666]}, {"id": "3076", "type": "Feature", "properties": {"id": "ci38007096", "mag": 1.15, "time": 1505934203280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.751, 34.839333, -1.28]}, "bbox": [-118.751, 34.839333, -118.751, 34.839333]}, {"id": "3077", "type": "Feature", "properties": {"id": "nn00606180", "mag": 1.3, "time": 1505934149532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1164, 38.3161, 11.8]}, "bbox": [-119.1164, 38.3161, -119.1164, 38.3161]}, {"id": "3078", "type": "Feature", "properties": {"id": "nc72895851", "mag": 1.27, "time": 1505934073910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.592833, 39.610333, 2.9]}, "bbox": [-122.592833, 39.610333, -122.592833, 39.610333]}, {"id": "3079", "type": "Feature", "properties": {"id": "ak16873739", "mag": 2.2, "time": 1505933777306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4033, 69.0735, 10.0]}, "bbox": [-146.4033, 69.0735, -146.4033, 69.0735]}, {"id": "3080", "type": "Feature", "properties": {"id": "ak16873736", "mag": 1.7, "time": 1505933267549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2132, 61.1317, 38.0]}, "bbox": [-150.2132, 61.1317, -150.2132, 61.1317]}, {"id": "3081", "type": "Feature", "properties": {"id": "ci38007072", "mag": 2.71, "time": 1505931747440, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.389167, 32.380167, 15.18]}, "bbox": [-115.389167, 32.380167, -115.389167, 32.380167]}, {"id": "3082", "type": "Feature", "properties": {"id": "nc72895826", "mag": 1.69, "time": 1505931012940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.428333, 36.582667, 0.68]}, "bbox": [-121.428333, 36.582667, -121.428333, 36.582667]}, {"id": "3083", "type": "Feature", "properties": {"id": "uu60248192", "mag": 1.44, "time": 1505930780280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.474333, 42.6455, 0.08]}, "bbox": [-111.474333, 42.6455, -111.474333, 42.6455]}, {"id": "3084", "type": "Feature", "properties": {"id": "nc72895816", "mag": 2.1, "time": 1505929719570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9675, 40.890167, 14.69]}, "bbox": [-121.9675, 40.890167, -121.9675, 40.890167]}, {"id": "3085", "type": "Feature", "properties": {"id": "ak16873728", "mag": 1.2, "time": 1505929479491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.582, 62.6618, 78.5]}, "bbox": [-150.582, 62.6618, -150.582, 62.6618]}, {"id": "3086", "type": "Feature", "properties": {"id": "ak16873142", "mag": 1.5, "time": 1505927860541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2216, 61.5685, 73.1]}, "bbox": [-151.2216, 61.5685, -151.2216, 61.5685]}, {"id": "3087", "type": "Feature", "properties": {"id": "nc72895806", "mag": 3.65, "time": 1505927408630, "felt": 119.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.983667, 40.891333, 16.86]}, "bbox": [-121.983667, 40.891333, -121.983667, 40.891333]}, {"id": "3088", "type": "Feature", "properties": {"id": "nc72895796", "mag": 3.18, "time": 1505926479240, "felt": 56.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.546833, 36.829167, 3.48]}, "bbox": [-121.546833, 36.829167, -121.546833, 36.829167]}, {"id": "3089", "type": "Feature", "properties": {"id": "ak16873012", "mag": 1.4, "time": 1505926389012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6968, 59.7895, 4.9]}, "bbox": [-136.6968, 59.7895, -136.6968, 59.7895]}, {"id": "3090", "type": "Feature", "properties": {"id": "us2000arxv", "mag": 6.1, "time": 1505925436360, "felt": 102.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6601, 37.9814, 11.0]}, "bbox": [144.6601, 37.9814, 144.6601, 37.9814]}, {"id": "3091", "type": "Feature", "properties": {"id": "ak16872904", "mag": 1.0, "time": 1505925010295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5787, 62.1577, 21.6]}, "bbox": [-145.5787, 62.1577, -145.5787, 62.1577]}, {"id": "3092", "type": "Feature", "properties": {"id": "us2000arxl", "mag": 5.3, "time": 1505924711310, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [118.8822, -10.1961, 10.84]}, "bbox": [118.8822, -10.1961, 118.8822, -10.1961]}, {"id": "3093", "type": "Feature", "properties": {"id": "us2000arxs", "mag": 4.4, "time": 1505923365600, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [135.4357, 33.9578, 44.93]}, "bbox": [135.4357, 33.9578, 135.4357, 33.9578]}, {"id": "3094", "type": "Feature", "properties": {"id": "ak16872233", "mag": 1.2, "time": 1505923328725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1746, 60.1861, 0.0]}, "bbox": [-141.1746, 60.1861, -141.1746, 60.1861]}, {"id": "3095", "type": "Feature", "properties": {"id": "ci38007024", "mag": 0.95, "time": 1505922246000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.593333, 34.202833, 4.57]}, "bbox": [-117.593333, 34.202833, -117.593333, 34.202833]}, {"id": "3096", "type": "Feature", "properties": {"id": "us2000arwt", "mag": 4.9, "time": 1505921548830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9265, -14.913, 39.0]}, "bbox": [166.9265, -14.913, 166.9265, -14.913]}, {"id": "3097", "type": "Feature", "properties": {"id": "us2000arwd", "mag": 2.4, "time": 1505921250610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.783, 37.3255, 5.27]}, "bbox": [-97.783, 37.3255, -97.783, 37.3255]}, {"id": "3098", "type": "Feature", "properties": {"id": "us2000awnu", "mag": 4.6, "time": 1505921168060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.7481, 43.6321, 10.0]}, "bbox": [-28.7481, 43.6321, -28.7481, 43.6321]}, {"id": "3099", "type": "Feature", "properties": {"id": "uu60248182", "mag": 1.14, "time": 1505920908550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455667, 42.606, 5.92]}, "bbox": [-111.455667, 42.606, -111.455667, 42.606]}, {"id": "3100", "type": "Feature", "properties": {"id": "us2000arw1", "mag": 4.4, "time": 1505920105280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.9001, 36.5943, 194.83]}, "bbox": [70.9001, 36.5943, 70.9001, 36.5943]}, {"id": "3101", "type": "Feature", "properties": {"id": "us2000awp1", "mag": 4.1, "time": 1505919984040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.8639, 5.1272, 10.0]}, "bbox": [-82.8639, 5.1272, -82.8639, 5.1272]}, {"id": "3102", "type": "Feature", "properties": {"id": "ak16903689", "mag": 2.1, "time": 1505918855154, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5285, 56.3302, 52.3]}, "bbox": [-157.5285, 56.3302, -157.5285, 56.3302]}, {"id": "3103", "type": "Feature", "properties": {"id": "ak16871415", "mag": 1.5, "time": 1505918684626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5508, 61.18, 5.3]}, "bbox": [-146.5508, 61.18, -146.5508, 61.18]}, {"id": "3104", "type": "Feature", "properties": {"id": "us2000arvu", "mag": 5.0, "time": 1505918528120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.1207, -17.9346, 10.0]}, "bbox": [-114.1207, -17.9346, -114.1207, -17.9346]}, {"id": "3105", "type": "Feature", "properties": {"id": "ci38007016", "mag": 1.44, "time": 1505918468750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.514, 33.93, 3.08]}, "bbox": [-117.514, 33.93, -117.514, 33.93]}, {"id": "3106", "type": "Feature", "properties": {"id": "nc72895731", "mag": 2.2, "time": 1505918095770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.179, 40.2545, 10.1]}, "bbox": [-124.179, 40.2545, -124.179, 40.2545]}, {"id": "3107", "type": "Feature", "properties": {"id": "us2000arvi", "mag": 5.3, "time": 1505917796770, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.7572, 23.2931, 22.03]}, "bbox": [121.7572, 23.2931, 121.7572, 23.2931]}, {"id": "3108", "type": "Feature", "properties": {"id": "nc72895726", "mag": 2.76, "time": 1505917745400, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.182833, 40.246333, 11.38]}, "bbox": [-124.182833, 40.246333, -124.182833, 40.246333]}, {"id": "3109", "type": "Feature", "properties": {"id": "uu60248172", "mag": 2.13, "time": 1505916637780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.592833, 6.06]}, "bbox": [-111.4155, 42.592833, -111.4155, 42.592833]}, {"id": "3110", "type": "Feature", "properties": {"id": "ak16870720", "mag": 2.0, "time": 1505915942888, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6193, 67.4066, 12.2]}, "bbox": [-156.6193, 67.4066, -156.6193, 67.4066]}, {"id": "3111", "type": "Feature", "properties": {"id": "ak16870653", "mag": 1.8, "time": 1505915336300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2998, 61.7353, 47.3]}, "bbox": [-150.2998, 61.7353, -150.2998, 61.7353]}, {"id": "3112", "type": "Feature", "properties": {"id": "mb80256619", "mag": 1.37, "time": 1505914951120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.886167, 13.87]}, "bbox": [-112.527333, 46.886167, -112.527333, 46.886167]}, {"id": "3113", "type": "Feature", "properties": {"id": "ci38006992", "mag": 1.47, "time": 1505914753140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.453667, 34.324833, 9.66]}, "bbox": [-116.453667, 34.324833, -116.453667, 34.324833]}, {"id": "3114", "type": "Feature", "properties": {"id": "nc72895721", "mag": 2.38, "time": 1505913728570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6465, 36.06, 20.18]}, "bbox": [-119.6465, 36.06, -119.6465, 36.06]}, {"id": "3115", "type": "Feature", "properties": {"id": "ci38006968", "mag": 1.06, "time": 1505913698350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.79, 36.101, 8.43]}, "bbox": [-117.79, 36.101, -117.79, 36.101]}, {"id": "3116", "type": "Feature", "properties": {"id": "ci38006952", "mag": 2.21, "time": 1505911740560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.197667, 32.419333, 10.66]}, "bbox": [-115.197667, 32.419333, -115.197667, 32.419333]}, {"id": "3117", "type": "Feature", "properties": {"id": "ak16869931", "mag": 1.0, "time": 1505911683814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0983, 64.9958, 11.1]}, "bbox": [-152.0983, 64.9958, -152.0983, 64.9958]}, {"id": "3118", "type": "Feature", "properties": {"id": "ak16869929", "mag": 1.1, "time": 1505910877864, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9571, 64.0729, 125.0]}, "bbox": [-148.9571, 64.0729, -148.9571, 64.0729]}, {"id": "3119", "type": "Feature", "properties": {"id": "us2000arkq", "mag": 5.0, "time": 1505910355700, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.5848, 1.0854, 36.12]}, "bbox": [132.5848, 1.0854, 132.5848, 1.0854]}, {"id": "3120", "type": "Feature", "properties": {"id": "uu60248167", "mag": 1.05, "time": 1505910339650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.078167, 44.806167, 7.81]}, "bbox": [-111.078167, 44.806167, -111.078167, 44.806167]}, {"id": "3121", "type": "Feature", "properties": {"id": "us2000arkf", "mag": 2.7, "time": 1505910255780, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4578, 42.6105, 7.92]}, "bbox": [-111.4578, 42.6105, -111.4578, 42.6105]}, {"id": "3122", "type": "Feature", "properties": {"id": "hv61914931", "mag": 1.25, "time": 1505910251630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.624833, 19.4175, 3.162]}, "bbox": [-155.624833, 19.4175, -155.624833, 19.4175]}, {"id": "3123", "type": "Feature", "properties": {"id": "ak16869355", "mag": 1.3, "time": 1505910194393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4867, 61.3624, 40.7]}, "bbox": [-150.4867, 61.3624, -150.4867, 61.3624]}, {"id": "3124", "type": "Feature", "properties": {"id": "uu60248157", "mag": 1.62, "time": 1505909926720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.6315, 2.43]}, "bbox": [-111.418333, 42.6315, -111.418333, 42.6315]}, {"id": "3125", "type": "Feature", "properties": {"id": "nn00606071", "mag": 1.9, "time": 1505909820104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6351, 40.2652, 7.9]}, "bbox": [-117.6351, 40.2652, -117.6351, 40.2652]}, {"id": "3126", "type": "Feature", "properties": {"id": "ci38006936", "mag": 1.08, "time": 1505907735210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.542167, 33.157167, 16.18]}, "bbox": [-116.542167, 33.157167, -116.542167, 33.157167]}, {"id": "3127", "type": "Feature", "properties": {"id": "nc72895696", "mag": 1.65, "time": 1505907470630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.887667, 39.9645, 5.0]}, "bbox": [-122.887667, 39.9645, -122.887667, 39.9645]}, {"id": "3128", "type": "Feature", "properties": {"id": "uu60248147", "mag": 1.97, "time": 1505907452270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.575667, 8.53]}, "bbox": [-111.426833, 42.575667, -111.426833, 42.575667]}, {"id": "3129", "type": "Feature", "properties": {"id": "hv61914886", "mag": 2.38, "time": 1505907343420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.275162, 19.410833, 10.08]}, "bbox": [-155.275162, 19.410833, -155.275162, 19.410833]}, {"id": "3130", "type": "Feature", "properties": {"id": "ak16903676", "mag": 1.3, "time": 1505907050579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6927, 60.366, 14.4]}, "bbox": [-147.6927, 60.366, -147.6927, 60.366]}, {"id": "3131", "type": "Feature", "properties": {"id": "ak16869212", "mag": 1.1, "time": 1505906705387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0351, 61.9136, 37.5]}, "bbox": [-150.0351, 61.9136, -150.0351, 61.9136]}, {"id": "3132", "type": "Feature", "properties": {"id": "nc72895691", "mag": 1.89, "time": 1505906617690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.802667, 36.023667, 14.48]}, "bbox": [-119.802667, 36.023667, -119.802667, 36.023667]}, {"id": "3133", "type": "Feature", "properties": {"id": "ak16903672", "mag": 2.7, "time": 1505906309964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8205, 51.5611, 26.5]}, "bbox": [-177.8205, 51.5611, -177.8205, 51.5611]}, {"id": "3134", "type": "Feature", "properties": {"id": "nc72895686", "mag": 1.58, "time": 1505906251960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.257833, 39.404167, 3.7]}, "bbox": [-123.257833, 39.404167, -123.257833, 39.404167]}, {"id": "3135", "type": "Feature", "properties": {"id": "ak16868636", "mag": 1.1, "time": 1505905797402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4101, 61.9294, 46.0]}, "bbox": [-149.4101, 61.9294, -149.4101, 61.9294]}, {"id": "3136", "type": "Feature", "properties": {"id": "nm60207096", "mag": 1.74, "time": 1505905515890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.502, 36.239333, 7.22]}, "bbox": [-89.502, 36.239333, -89.502, 36.239333]}, {"id": "3137", "type": "Feature", "properties": {"id": "ak16868555", "mag": 1.6, "time": 1505904607416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.81, 59.8821, 7.2]}, "bbox": [-136.81, 59.8821, -136.81, 59.8821]}, {"id": "3138", "type": "Feature", "properties": {"id": "us2000arj1", "mag": 4.7, "time": 1505903968940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4191, 15.2723, 57.48]}, "bbox": [-93.4191, 15.2723, -93.4191, 15.2723]}, {"id": "3139", "type": "Feature", "properties": {"id": "ci38006912", "mag": 1.07, "time": 1505903473810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.495167, 35.975167, 6.03]}, "bbox": [-117.495167, 35.975167, -117.495167, 35.975167]}, {"id": "3140", "type": "Feature", "properties": {"id": "uu60248142", "mag": 1.89, "time": 1505903157450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.560333, 7.63]}, "bbox": [-111.424333, 42.560333, -111.424333, 42.560333]}, {"id": "3141", "type": "Feature", "properties": {"id": "ak16868496", "mag": 2.0, "time": 1505903116550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9125, 61.7794, 102.1]}, "bbox": [-151.9125, 61.7794, -151.9125, 61.7794]}, {"id": "3142", "type": "Feature", "properties": {"id": "ak16868494", "mag": 1.5, "time": 1505903092907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2214, 61.9475, 35.2]}, "bbox": [-149.2214, 61.9475, -149.2214, 61.9475]}, {"id": "3143", "type": "Feature", "properties": {"id": "ak16903665", "mag": 1.3, "time": 1505902710790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7292, 62.9468, 0.0]}, "bbox": [-151.7292, 62.9468, -151.7292, 62.9468]}, {"id": "3144", "type": "Feature", "properties": {"id": "ak16867924", "mag": 1.2, "time": 1505902608214, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7213, 59.8967, 2.1]}, "bbox": [-136.7213, 59.8967, -136.7213, 59.8967]}, {"id": "3145", "type": "Feature", "properties": {"id": "nn00606156", "mag": 1.0, "time": 1505901862661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6593, 38.6914, 6.6]}, "bbox": [-119.6593, 38.6914, -119.6593, 38.6914]}, {"id": "3146", "type": "Feature", "properties": {"id": "nc72895661", "mag": 1.05, "time": 1505901620810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810837, 38.818668, 2.51]}, "bbox": [-122.810837, 38.818668, -122.810837, 38.818668]}, {"id": "3147", "type": "Feature", "properties": {"id": "ak16903662", "mag": 1.0, "time": 1505901509250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8825, 63.8483, 113.3]}, "bbox": [-148.8825, 63.8483, -148.8825, 63.8483]}, {"id": "3148", "type": "Feature", "properties": {"id": "hv61914831", "mag": 1.76, "time": 1505901369660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.477661, 19.182333, 34.15]}, "bbox": [-155.477661, 19.182333, -155.477661, 19.182333]}, {"id": "3149", "type": "Feature", "properties": {"id": "ak16867848", "mag": 1.1, "time": 1505900653451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4004, 63.1493, 5.6]}, "bbox": [-151.4004, 63.1493, -151.4004, 63.1493]}, {"id": "3150", "type": "Feature", "properties": {"id": "us2000arir", "mag": 3.7, "time": 1505900227020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.1086, 55.2931, 60.27]}, "bbox": [-160.1086, 55.2931, -160.1086, 55.2931]}, {"id": "3151", "type": "Feature", "properties": {"id": "uw61331666", "mag": 1.1, "time": 1505898593660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.672, 48.548667, -0.01]}, "bbox": [-122.672, 48.548667, -122.672, 48.548667]}, {"id": "3152", "type": "Feature", "properties": {"id": "ci38006880", "mag": 2.13, "time": 1505898547760, "felt": 137.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.512, 33.929167, 3.06]}, "bbox": [-117.512, 33.929167, -117.512, 33.929167]}, {"id": "3153", "type": "Feature", "properties": {"id": "us2000arig", "mag": 4.9, "time": 1505898116470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0335, 30.5728, 51.74]}, "bbox": [141.0335, 30.5728, 141.0335, 30.5728]}, {"id": "3154", "type": "Feature", "properties": {"id": "ak16867217", "mag": 1.6, "time": 1505898082784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4786, 59.9819, 0.0]}, "bbox": [-139.4786, 59.9819, -139.4786, 59.9819]}, {"id": "3155", "type": "Feature", "properties": {"id": "ak16867146", "mag": 1.1, "time": 1505897266615, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8777, 60.4396, 4.0]}, "bbox": [-142.8777, 60.4396, -142.8777, 60.4396]}, {"id": "3156", "type": "Feature", "properties": {"id": "ci38006872", "mag": 1.46, "time": 1505897209710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797667, 33.493667, 4.26]}, "bbox": [-116.797667, 33.493667, -116.797667, 33.493667]}, {"id": "3157", "type": "Feature", "properties": {"id": "ak16867139", "mag": 2.2, "time": 1505896599575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3632, 62.9389, 110.1]}, "bbox": [-151.3632, 62.9389, -151.3632, 62.9389]}, {"id": "3158", "type": "Feature", "properties": {"id": "nc72895641", "mag": 1.43, "time": 1505896494260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840333, 37.569333, 1.25]}, "bbox": [-118.840333, 37.569333, -118.840333, 37.569333]}, {"id": "3159", "type": "Feature", "properties": {"id": "ak16903656", "mag": 1.6, "time": 1505896455015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6591, 59.7355, 84.3]}, "bbox": [-152.6591, 59.7355, -152.6591, 59.7355]}, {"id": "3160", "type": "Feature", "properties": {"id": "uu60248127", "mag": 1.21, "time": 1505896112670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409833, 42.577333, 5.18]}, "bbox": [-111.409833, 42.577333, -111.409833, 42.577333]}, {"id": "3161", "type": "Feature", "properties": {"id": "uu60248122", "mag": 1.04, "time": 1505896073990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.597, 5.54]}, "bbox": [-111.420167, 42.597, -111.420167, 42.597]}, {"id": "3162", "type": "Feature", "properties": {"id": "us2000ari7", "mag": 2.8, "time": 1505895800120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4288, 42.5861, 7.69]}, "bbox": [-111.4288, 42.5861, -111.4288, 42.5861]}, {"id": "3163", "type": "Feature", "properties": {"id": "hv61914791", "mag": 2.56, "time": 1505895324160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2775, 19.387833, 2.782]}, "bbox": [-155.2775, 19.387833, -155.2775, 19.387833]}, {"id": "3164", "type": "Feature", "properties": {"id": "uu60248112", "mag": 2.6, "time": 1505895001440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426333, 42.581333, 7.79]}, "bbox": [-111.426333, 42.581333, -111.426333, 42.581333]}, {"id": "3165", "type": "Feature", "properties": {"id": "ak16903653", "mag": 1.4, "time": 1505894006715, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1734, 57.6592, 5.1]}, "bbox": [-156.1734, 57.6592, -156.1734, 57.6592]}, {"id": "3166", "type": "Feature", "properties": {"id": "nc72895626", "mag": 1.53, "time": 1505893505020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.731, 35.610333, 5.63]}, "bbox": [-120.731, 35.610333, -120.731, 35.610333]}, {"id": "3167", "type": "Feature", "properties": {"id": "ak16866448", "mag": 1.5, "time": 1505893091784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2468, 62.4591, 77.3]}, "bbox": [-151.2468, 62.4591, -151.2468, 62.4591]}, {"id": "3168", "type": "Feature", "properties": {"id": "uu60013094", "mag": 1.81, "time": 1505893039830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445667, 42.595833, 3.5]}, "bbox": [-111.445667, 42.595833, -111.445667, 42.595833]}, {"id": "3169", "type": "Feature", "properties": {"id": "ci38006824", "mag": 1.12, "time": 1505893038610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764667, 36.027, 1.93]}, "bbox": [-117.764667, 36.027, -117.764667, 36.027]}, {"id": "3170", "type": "Feature", "properties": {"id": "uu60248107", "mag": 1.76, "time": 1505893022850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.600667, 3.5]}, "bbox": [-111.440667, 42.600667, -111.440667, 42.600667]}, {"id": "3171", "type": "Feature", "properties": {"id": "hv61914781", "mag": 1.67, "time": 1505892711130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6165, 19.4305, 3.542]}, "bbox": [-155.6165, 19.4305, -155.6165, 19.4305]}, {"id": "3172", "type": "Feature", "properties": {"id": "ak16903651", "mag": 3.0, "time": 1505892680068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4523, 53.0789, 11.0]}, "bbox": [-160.4523, 53.0789, -160.4523, 53.0789]}, {"id": "3173", "type": "Feature", "properties": {"id": "uu60248102", "mag": 1.36, "time": 1505892622540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.589167, 3.5]}, "bbox": [-111.435667, 42.589167, -111.435667, 42.589167]}, {"id": "3174", "type": "Feature", "properties": {"id": "ak16866421", "mag": 1.6, "time": 1505892318030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 59.8279, 3.2]}, "bbox": [-147.3481, 59.8279, -147.3481, 59.8279]}, {"id": "3175", "type": "Feature", "properties": {"id": "ak16866396", "mag": 2.2, "time": 1505891995067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4096, 54.4777, 11.3]}, "bbox": [-162.4096, 54.4777, -162.4096, 54.4777]}, {"id": "3176", "type": "Feature", "properties": {"id": "hv61914776", "mag": 1.93, "time": 1505891884110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.875167, 19.494, 13.771]}, "bbox": [-155.875167, 19.494, -155.875167, 19.494]}, {"id": "3177", "type": "Feature", "properties": {"id": "ak16866395", "mag": 1.1, "time": 1505891525159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5895, 59.7855, 1.3]}, "bbox": [-136.5895, 59.7855, -136.5895, 59.7855]}, {"id": "3178", "type": "Feature", "properties": {"id": "ak16865784", "mag": 1.7, "time": 1505890304255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8219, 63.9434, 110.5]}, "bbox": [-148.8219, 63.9434, -148.8219, 63.9434]}, {"id": "3179", "type": "Feature", "properties": {"id": "ak16903645", "mag": 1.5, "time": 1505889690090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8317, 59.5969, 83.3]}, "bbox": [-152.8317, 59.5969, -152.8317, 59.5969]}, {"id": "3180", "type": "Feature", "properties": {"id": "uu60248092", "mag": 1.25, "time": 1505889314510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4045, 42.559, 7.09]}, "bbox": [-111.4045, 42.559, -111.4045, 42.559]}, {"id": "3181", "type": "Feature", "properties": {"id": "ak16903644", "mag": 1.6, "time": 1505888156227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1233, 56.6112, 35.0]}, "bbox": [-155.1233, 56.6112, -155.1233, 56.6112]}, {"id": "3182", "type": "Feature", "properties": {"id": "ak16903642", "mag": 1.1, "time": 1505887874395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5943, 62.8332, 79.3]}, "bbox": [-149.5943, 62.8332, -149.5943, 62.8332]}, {"id": "3183", "type": "Feature", "properties": {"id": "us2000arhc", "mag": 2.7, "time": 1505887339310, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7528, 35.56, 6.78]}, "bbox": [-96.7528, 35.56, -96.7528, 35.56]}, {"id": "3184", "type": "Feature", "properties": {"id": "nn00606041", "mag": 1.5, "time": 1505886348191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1044, 37.3927, 2.0]}, "bbox": [-115.1044, 37.3927, -115.1044, 37.3927]}, {"id": "3185", "type": "Feature", "properties": {"id": "ak16865084", "mag": 2.3, "time": 1505886195952, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.96, 68.8119, 5.7]}, "bbox": [-142.96, 68.8119, -142.96, 68.8119]}, {"id": "3186", "type": "Feature", "properties": {"id": "ak16865080", "mag": 1.0, "time": 1505886128688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8653, 65.3778, 3.9]}, "bbox": [-144.8653, 65.3778, -144.8653, 65.3778]}, {"id": "3187", "type": "Feature", "properties": {"id": "ak16865073", "mag": 2.0, "time": 1505885821473, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5664, 57.7913, 90.2]}, "bbox": [-155.5664, 57.7913, -155.5664, 57.7913]}, {"id": "3188", "type": "Feature", "properties": {"id": "ak16865048", "mag": 1.0, "time": 1505885371718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9661, 63.2402, 5.7]}, "bbox": [-148.9661, 63.2402, -148.9661, 63.2402]}, {"id": "3189", "type": "Feature", "properties": {"id": "us2000arh1", "mag": 5.3, "time": 1505885168970, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3157, -16.2747, 92.59]}, "bbox": [-71.3157, -16.2747, -71.3157, -16.2747]}, {"id": "3190", "type": "Feature", "properties": {"id": "us2000arha", "mag": 4.8, "time": 1505884561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9933, 44.304, 47.06]}, "bbox": [148.9933, 44.304, 148.9933, 44.304]}, {"id": "3191", "type": "Feature", "properties": {"id": "ak16865027", "mag": 1.7, "time": 1505884405432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8016, 59.167, 62.3]}, "bbox": [-152.8016, 59.167, -152.8016, 59.167]}, {"id": "3192", "type": "Feature", "properties": {"id": "ak16903636", "mag": 2.1, "time": 1505884147575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2848, 54.6322, 28.5]}, "bbox": [-159.2848, 54.6322, -159.2848, 54.6322]}, {"id": "3193", "type": "Feature", "properties": {"id": "ak16864392", "mag": 1.4, "time": 1505881969592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3599, 61.7927, 48.0]}, "bbox": [-150.3599, 61.7927, -150.3599, 61.7927]}, {"id": "3194", "type": "Feature", "properties": {"id": "nn00606034", "mag": 1.2, "time": 1505881284660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8997, 38.3821, 8.2]}, "bbox": [-118.8997, 38.3821, -118.8997, 38.3821]}, {"id": "3195", "type": "Feature", "properties": {"id": "ak16903634", "mag": 1.9, "time": 1505881021363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3362, 59.9873, 134.6]}, "bbox": [-153.3362, 59.9873, -153.3362, 59.9873]}, {"id": "3196", "type": "Feature", "properties": {"id": "ak16864345", "mag": 1.4, "time": 1505880564938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7317, 59.9227, 0.0]}, "bbox": [-139.7317, 59.9227, -139.7317, 59.9227]}, {"id": "3197", "type": "Feature", "properties": {"id": "ak16864341", "mag": 1.9, "time": 1505880299039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2295, 62.4633, 79.7]}, "bbox": [-151.2295, 62.4633, -151.2295, 62.4633]}, {"id": "3198", "type": "Feature", "properties": {"id": "ak16903630", "mag": 1.6, "time": 1505878577379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2105, 59.7151, 108.5]}, "bbox": [-153.2105, 59.7151, -153.2105, 59.7151]}, {"id": "3199", "type": "Feature", "properties": {"id": "ci38006744", "mag": 1.15, "time": 1505878429650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3295, 36.066833, 4.96]}, "bbox": [-118.3295, 36.066833, -118.3295, 36.066833]}, {"id": "3200", "type": "Feature", "properties": {"id": "uu60248077", "mag": 1.22, "time": 1505878406660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422667, 42.523667, 7.06]}, "bbox": [-111.422667, 42.523667, -111.422667, 42.523667]}, {"id": "3201", "type": "Feature", "properties": {"id": "ci38006752", "mag": 1.09, "time": 1505878374600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.328333, 36.063333, 2.53]}, "bbox": [-118.328333, 36.063333, -118.328333, 36.063333]}, {"id": "3202", "type": "Feature", "properties": {"id": "ak16863731", "mag": 2.4, "time": 1505878347669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1296, 60.1348, 9.2]}, "bbox": [-147.1296, 60.1348, -147.1296, 60.1348]}, {"id": "3203", "type": "Feature", "properties": {"id": "ak16903628", "mag": 1.7, "time": 1505878317110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2703, 59.8732, 126.0]}, "bbox": [-153.2703, 59.8732, -153.2703, 59.8732]}, {"id": "3204", "type": "Feature", "properties": {"id": "ak16863732", "mag": 1.2, "time": 1505878286762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9406, 59.985, 1.6]}, "bbox": [-140.9406, 59.985, -140.9406, 59.985]}, {"id": "3205", "type": "Feature", "properties": {"id": "ci38006736", "mag": 1.86, "time": 1505878275980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.331167, 36.0625, 4.96]}, "bbox": [-118.331167, 36.0625, -118.331167, 36.0625]}, {"id": "3206", "type": "Feature", "properties": {"id": "ci37165628", "mag": 1.61, "time": 1505878262700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3305, 36.062833, 2.62]}, "bbox": [-118.3305, 36.062833, -118.3305, 36.062833]}, {"id": "3207", "type": "Feature", "properties": {"id": "ak16863728", "mag": 1.3, "time": 1505878130865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3801, 60.7066, 4.9]}, "bbox": [-147.3801, 60.7066, -147.3801, 60.7066]}, {"id": "3208", "type": "Feature", "properties": {"id": "us2000argd", "mag": 4.6, "time": 1505878085370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8719, 16.1444, 48.73]}, "bbox": [-94.8719, 16.1444, -94.8719, 16.1444]}, {"id": "3209", "type": "Feature", "properties": {"id": "uu60248072", "mag": 2.35, "time": 1505878084670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.581333, 8.05]}, "bbox": [-111.423167, 42.581333, -111.423167, 42.581333]}, {"id": "3210", "type": "Feature", "properties": {"id": "ak16863729", "mag": 2.5, "time": 1505878081761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4258, 51.6886, 13.3]}, "bbox": [-178.4258, 51.6886, -178.4258, 51.6886]}, {"id": "3211", "type": "Feature", "properties": {"id": "nc72895536", "mag": 1.94, "time": 1505877892960, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.286167, 36.776667, 10.03]}, "bbox": [-121.286167, 36.776667, -121.286167, 36.776667]}, {"id": "3212", "type": "Feature", "properties": {"id": "ci38006720", "mag": 1.07, "time": 1505877439420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.752, 33.713, 15.96]}, "bbox": [-116.752, 33.713, -116.752, 33.713]}, {"id": "3213", "type": "Feature", "properties": {"id": "uu60248067", "mag": 1.47, "time": 1505877309800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.617667, 6.11]}, "bbox": [-111.445, 42.617667, -111.445, 42.617667]}, {"id": "3214", "type": "Feature", "properties": {"id": "ci38006712", "mag": 1.07, "time": 1505875949770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750333, 33.961833, 15.8]}, "bbox": [-116.750333, 33.961833, -116.750333, 33.961833]}, {"id": "3215", "type": "Feature", "properties": {"id": "us2000awn6", "mag": 4.0, "time": 1505875623990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.7511, -25.3193, 527.05]}, "bbox": [179.7511, -25.3193, 179.7511, -25.3193]}, {"id": "3216", "type": "Feature", "properties": {"id": "us2000arfw", "mag": 4.9, "time": 1505875330110, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3444, -41.5073, 24.6]}, "bbox": [174.3444, -41.5073, 174.3444, -41.5073]}, {"id": "3217", "type": "Feature", "properties": {"id": "us2000arfs", "mag": 4.9, "time": 1505875055560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9075, 14.5711, 178.93]}, "bbox": [-90.9075, 14.5711, -90.9075, 14.5711]}, {"id": "3218", "type": "Feature", "properties": {"id": "pr2017263000", "mag": 2.75, "time": 1505873919890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.3401, 18.9298, 12.0]}, "bbox": [-66.3401, 18.9298, -66.3401, 18.9298]}, {"id": "3219", "type": "Feature", "properties": {"id": "ak16863060", "mag": 1.9, "time": 1505873560207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1132, 59.1631, 57.5]}, "bbox": [-152.1132, 59.1631, -152.1132, 59.1631]}, {"id": "3220", "type": "Feature", "properties": {"id": "nc72895516", "mag": 1.58, "time": 1505873402400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.522667, 35.964833, 7.8]}, "bbox": [-120.522667, 35.964833, -120.522667, 35.964833]}, {"id": "3221", "type": "Feature", "properties": {"id": "us2000arf6", "mag": 2.7, "time": 1505873292330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6365, 59.7836, 5.0]}, "bbox": [-136.6365, 59.7836, -136.6365, 59.7836]}, {"id": "3222", "type": "Feature", "properties": {"id": "us2000arfq", "mag": 2.8, "time": 1505872583380, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-2.1386, 37.4306, 7.84]}, "bbox": [-2.1386, 37.4306, -2.1386, 37.4306]}, {"id": "3223", "type": "Feature", "properties": {"id": "nc72895506", "mag": 1.14, "time": 1505872092600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.103, 36.606333, 9.92]}, "bbox": [-121.103, 36.606333, -121.103, 36.606333]}, {"id": "3224", "type": "Feature", "properties": {"id": "us2000arel", "mag": 6.1, "time": 1505871807940, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.614, -50.7145, 19.83]}, "bbox": [162.614, -50.7145, 162.614, -50.7145]}, {"id": "3225", "type": "Feature", "properties": {"id": "ak16862483", "mag": 2.0, "time": 1505871449331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.323, 61.0377, 13.3]}, "bbox": [-152.323, 61.0377, -152.323, 61.0377]}, {"id": "3226", "type": "Feature", "properties": {"id": "ak16862466", "mag": 1.1, "time": 1505870969313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0763, 60.3456, 0.4]}, "bbox": [-143.0763, 60.3456, -143.0763, 60.3456]}, {"id": "3227", "type": "Feature", "properties": {"id": "mb80256529", "mag": 1.31, "time": 1505870488260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.8965, 11.33]}, "bbox": [-112.528, 46.8965, -112.528, 46.8965]}, {"id": "3228", "type": "Feature", "properties": {"id": "nc72895486", "mag": 1.47, "time": 1505870467130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.586, 36.020333, 4.08]}, "bbox": [-120.586, 36.020333, -120.586, 36.020333]}, {"id": "3229", "type": "Feature", "properties": {"id": "us2000are4", "mag": 4.5, "time": 1505868292650, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.5418, -3.912, 43.33]}, "bbox": [141.5418, -3.912, 141.5418, -3.912]}, {"id": "3230", "type": "Feature", "properties": {"id": "uu60248037", "mag": 2.04, "time": 1505868182810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.612833, 6.23]}, "bbox": [-111.450167, 42.612833, -111.450167, 42.612833]}, {"id": "3231", "type": "Feature", "properties": {"id": "uu60248032", "mag": 1.14, "time": 1505868031480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415833, 42.508, 5.93]}, "bbox": [-111.415833, 42.508, -111.415833, 42.508]}, {"id": "3232", "type": "Feature", "properties": {"id": "us2000are1", "mag": 2.5, "time": 1505867820700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7971, 36.457, 5.777]}, "bbox": [-98.7971, 36.457, -98.7971, 36.457]}, {"id": "3233", "type": "Feature", "properties": {"id": "nc72895456", "mag": 1.52, "time": 1505867731230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.668833, 37.291667, 4.46]}, "bbox": [-121.668833, 37.291667, -121.668833, 37.291667]}, {"id": "3234", "type": "Feature", "properties": {"id": "us2000ardv", "mag": 5.0, "time": 1505866095740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.4066, 30.7208, 10.0]}, "bbox": [57.4066, 30.7208, 57.4066, 30.7208]}, {"id": "3235", "type": "Feature", "properties": {"id": "ak16903617", "mag": 1.9, "time": 1505866055349, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.744, 56.8763, 33.0]}, "bbox": [-153.744, 56.8763, -153.744, 56.8763]}, {"id": "3236", "type": "Feature", "properties": {"id": "ak16903616", "mag": 1.8, "time": 1505865710189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5947, 55.8757, 101.6]}, "bbox": [-159.5947, 55.8757, -159.5947, 55.8757]}, {"id": "3237", "type": "Feature", "properties": {"id": "ak16903615", "mag": 1.8, "time": 1505865589920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0266, 60.2087, 122.6]}, "bbox": [-153.0266, 60.2087, -153.0266, 60.2087]}, {"id": "3238", "type": "Feature", "properties": {"id": "us2000ass3", "mag": 2.5, "time": 1505864736500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8008, 36.4519, 6.233]}, "bbox": [-98.8008, 36.4519, -98.8008, 36.4519]}, {"id": "3239", "type": "Feature", "properties": {"id": "mb80256499", "mag": 1.38, "time": 1505864394760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.407833, 45.589, 4.43]}, "bbox": [-112.407833, 45.589, -112.407833, 45.589]}, {"id": "3240", "type": "Feature", "properties": {"id": "us2000arcp", "mag": 3.0, "time": 1505863612870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4223, 42.5909, 9.63]}, "bbox": [-111.4223, 42.5909, -111.4223, 42.5909]}, {"id": "3241", "type": "Feature", "properties": {"id": "uw61331476", "mag": 1.93, "time": 1505863558820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.772333, 46.652333, -0.79]}, "bbox": [-120.772333, 46.652333, -120.772333, 46.652333]}, {"id": "3242", "type": "Feature", "properties": {"id": "us2000arcv", "mag": 4.6, "time": 1505863376420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.9102, 6.3611, 38.14]}, "bbox": [123.9102, 6.3611, 123.9102, 6.3611]}, {"id": "3243", "type": "Feature", "properties": {"id": "us2000arck", "mag": 2.6, "time": 1505863101700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9891, 36.9623, 5.329]}, "bbox": [-97.9891, 36.9623, -97.9891, 36.9623]}, {"id": "3244", "type": "Feature", "properties": {"id": "us2000arch", "mag": 4.6, "time": 1505862692240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8625, 16.2348, 45.26]}, "bbox": [-94.8625, 16.2348, -94.8625, 16.2348]}, {"id": "3245", "type": "Feature", "properties": {"id": "uw61331461", "mag": 1.43, "time": 1505862649350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194333, 46.983167, -0.67]}, "bbox": [-122.194333, 46.983167, -122.194333, 46.983167]}, {"id": "3246", "type": "Feature", "properties": {"id": "ak16861101", "mag": 1.0, "time": 1505862438423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3714, 64.9781, 0.0]}, "bbox": [-147.3714, 64.9781, -147.3714, 64.9781]}, {"id": "3247", "type": "Feature", "properties": {"id": "us2000arca", "mag": 4.7, "time": 1505862303600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4478, -36.2513, 47.77]}, "bbox": [179.4478, -36.2513, 179.4478, -36.2513]}, {"id": "3248", "type": "Feature", "properties": {"id": "ak16860573", "mag": 1.3, "time": 1505861271657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6706, 62.0713, 0.1]}, "bbox": [-150.6706, 62.0713, -150.6706, 62.0713]}, {"id": "3249", "type": "Feature", "properties": {"id": "us2000arbk", "mag": 2.4, "time": 1505861097180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.608, 5.0]}, "bbox": [-111.4595, 42.608, -111.4595, 42.608]}, {"id": "3250", "type": "Feature", "properties": {"id": "us2000aray", "mag": 3.2, "time": 1505859699230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7506, 36.4396, 1.92]}, "bbox": [-98.7506, 36.4396, -98.7506, 36.4396]}, {"id": "3251", "type": "Feature", "properties": {"id": "us2000arar", "mag": 2.6, "time": 1505859474460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7831, 36.4511, 2.64]}, "bbox": [-98.7831, 36.4511, -98.7831, 36.4511]}, {"id": "3252", "type": "Feature", "properties": {"id": "ci38006608", "mag": 0.96, "time": 1505859334750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.475333, 33.486667, 14.73]}, "bbox": [-116.475333, 33.486667, -116.475333, 33.486667]}, {"id": "3253", "type": "Feature", "properties": {"id": "uu60247982", "mag": 1.65, "time": 1505858965080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.524833, 7.59]}, "bbox": [-111.420667, 42.524833, -111.420667, 42.524833]}, {"id": "3254", "type": "Feature", "properties": {"id": "ak16859929", "mag": 1.1, "time": 1505857928856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6104, 61.9413, 2.9]}, "bbox": [-143.6104, 61.9413, -143.6104, 61.9413]}, {"id": "3255", "type": "Feature", "properties": {"id": "nn00605999", "mag": 1.5, "time": 1505856979033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7943, 38.658, 7.9]}, "bbox": [-119.7943, 38.658, -119.7943, 38.658]}, {"id": "3256", "type": "Feature", "properties": {"id": "ak16875936", "mag": 1.7, "time": 1505856840827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.652, 53.3989, 20.0]}, "bbox": [-165.652, 53.3989, -165.652, 53.3989]}, {"id": "3257", "type": "Feature", "properties": {"id": "nn00606301", "mag": 1.4, "time": 1505856837357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7768, 38.66, 6.5]}, "bbox": [-119.7768, 38.66, -119.7768, 38.66]}, {"id": "3258", "type": "Feature", "properties": {"id": "nn00606300", "mag": 1.4, "time": 1505856822494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7817, 38.6647, 4.7]}, "bbox": [-119.7817, 38.6647, -119.7817, 38.6647]}, {"id": "3259", "type": "Feature", "properties": {"id": "ak16859863", "mag": 1.4, "time": 1505856383099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.06, 61.1692, 19.6]}, "bbox": [-147.06, 61.1692, -147.06, 61.1692]}, {"id": "3260", "type": "Feature", "properties": {"id": "uu60247972", "mag": 1.74, "time": 1505856071750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.619, 6.05]}, "bbox": [-111.4475, 42.619, -111.4475, 42.619]}, {"id": "3261", "type": "Feature", "properties": {"id": "ak16859852", "mag": 1.7, "time": 1505856067799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.5801, 68.0241, 10.8]}, "bbox": [-135.5801, 68.0241, -135.5801, 68.0241]}, {"id": "3262", "type": "Feature", "properties": {"id": "ak16859850", "mag": 1.3, "time": 1505856055065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2245, 61.5244, 4.3]}, "bbox": [-151.2245, 61.5244, -151.2245, 61.5244]}, {"id": "3263", "type": "Feature", "properties": {"id": "nn00605994", "mag": 1.2, "time": 1505855929391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1076, 37.3659, 0.0]}, "bbox": [-115.1076, 37.3659, -115.1076, 37.3659]}, {"id": "3264", "type": "Feature", "properties": {"id": "us2000ar96", "mag": 4.9, "time": 1505855599810, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5112, 15.3218, 46.64]}, "bbox": [-94.5112, 15.3218, -94.5112, 15.3218]}, {"id": "3265", "type": "Feature", "properties": {"id": "ci38006584", "mag": 1.62, "time": 1505855343650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8445, 36.1795, 2.3]}, "bbox": [-117.8445, 36.1795, -117.8445, 36.1795]}, {"id": "3266", "type": "Feature", "properties": {"id": "nn00605990", "mag": 1.4, "time": 1505855191998, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3633, 38.1896, 5.9]}, "bbox": [-118.3633, 38.1896, -118.3633, 38.1896]}, {"id": "3267", "type": "Feature", "properties": {"id": "ak16859325", "mag": 2.3, "time": 1505854928991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9168, 61.6291, 63.4]}, "bbox": [-150.9168, 61.6291, -150.9168, 61.6291]}, {"id": "3268", "type": "Feature", "properties": {"id": "nc72895401", "mag": 1.19, "time": 1505854923520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.778832, 1.61]}, "bbox": [-122.721832, 38.778832, -122.721832, 38.778832]}, {"id": "3269", "type": "Feature", "properties": {"id": "ak16859316", "mag": 1.9, "time": 1505854153817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2675, 59.6779, 106.8]}, "bbox": [-153.2675, 59.6779, -153.2675, 59.6779]}, {"id": "3270", "type": "Feature", "properties": {"id": "us2000ar87", "mag": 4.0, "time": 1505854089550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.0339, -20.6057, 107.88]}, "bbox": [-69.0339, -20.6057, -69.0339, -20.6057]}, {"id": "3271", "type": "Feature", "properties": {"id": "ak16859309", "mag": 2.3, "time": 1505853828556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9751, 62.3114, 2.4]}, "bbox": [-149.9751, 62.3114, -149.9751, 62.3114]}, {"id": "3272", "type": "Feature", "properties": {"id": "ak16859297", "mag": 2.2, "time": 1505853447611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.476, 59.9101, 122.4]}, "bbox": [-153.476, 59.9101, -153.476, 59.9101]}, {"id": "3273", "type": "Feature", "properties": {"id": "ak16859290", "mag": 3.0, "time": 1505853445730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.8511, 55.6543, 46.3]}, "bbox": [-158.8511, 55.6543, -158.8511, 55.6543]}, {"id": "3274", "type": "Feature", "properties": {"id": "ak16859292", "mag": 3.6, "time": 1505853411703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.4847, 57.8969, 244.9]}, "bbox": [-156.4847, 57.8969, -156.4847, 57.8969]}, {"id": "3275", "type": "Feature", "properties": {"id": "nc72895391", "mag": 2.22, "time": 1505852777640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.194167, 40.744, 31.83]}, "bbox": [-123.194167, 40.744, -123.194167, 40.744]}, {"id": "3276", "type": "Feature", "properties": {"id": "uu60247942", "mag": 1.28, "time": 1505852539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439833, 42.608667, 6.41]}, "bbox": [-111.439833, 42.608667, -111.439833, 42.608667]}, {"id": "3277", "type": "Feature", "properties": {"id": "ak16859266", "mag": 1.1, "time": 1505852431345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5411, 60.0259, 13.2]}, "bbox": [-140.5411, 60.0259, -140.5411, 60.0259]}, {"id": "3278", "type": "Feature", "properties": {"id": "us2000ar6z", "mag": 5.2, "time": 1505852287190, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7668, 37.2998, 35.1]}, "bbox": [141.7668, 37.2998, 141.7668, 37.2998]}, {"id": "3279", "type": "Feature", "properties": {"id": "us2000ar6y", "mag": 5.2, "time": 1505852058100, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [150.8423, -5.5637, 99.91]}, "bbox": [150.8423, -5.5637, 150.8423, -5.5637]}, {"id": "3280", "type": "Feature", "properties": {"id": "ak16859257", "mag": 1.1, "time": 1505851589002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.171, 64.5345, 7.6]}, "bbox": [-147.171, 64.5345, -147.171, 64.5345]}, {"id": "3281", "type": "Feature", "properties": {"id": "ci38006552", "mag": 1.38, "time": 1505851374120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.866667, -0.49]}, "bbox": [-117.498833, 33.866667, -117.498833, 33.866667]}, {"id": "3282", "type": "Feature", "properties": {"id": "nc72895381", "mag": 1.43, "time": 1505851273540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.729333, 36.3275, 5.22]}, "bbox": [-120.729333, 36.3275, -120.729333, 36.3275]}, {"id": "3283", "type": "Feature", "properties": {"id": "ak16875922", "mag": 1.3, "time": 1505850452543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3232, 58.1622, 6.6]}, "bbox": [-156.3232, 58.1622, -156.3232, 58.1622]}, {"id": "3284", "type": "Feature", "properties": {"id": "ak16875921", "mag": 2.9, "time": 1505849966730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4901, 52.1476, 24.6]}, "bbox": [-170.4901, 52.1476, -170.4901, 52.1476]}, {"id": "3285", "type": "Feature", "properties": {"id": "uu60247932", "mag": 1.44, "time": 1505849337250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421, 42.579, 5.88]}, "bbox": [-111.421, 42.579, -111.421, 42.579]}, {"id": "3286", "type": "Feature", "properties": {"id": "ak16875920", "mag": 1.3, "time": 1505849251567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6328, 59.921, 0.0]}, "bbox": [-139.6328, 59.921, -139.6328, 59.921]}, {"id": "3287", "type": "Feature", "properties": {"id": "ak16858730", "mag": 1.2, "time": 1505848519202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9009, 61.545, 3.9]}, "bbox": [-151.9009, 61.545, -151.9009, 61.545]}, {"id": "3288", "type": "Feature", "properties": {"id": "hv61914226", "mag": 1.85, "time": 1505848191950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.283829, 19.389834, 2.69]}, "bbox": [-155.283829, 19.389834, -155.283829, 19.389834]}, {"id": "3289", "type": "Feature", "properties": {"id": "ci38006520", "mag": 1.05, "time": 1505847392530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7695, 36.0195, 2.35]}, "bbox": [-117.7695, 36.0195, -117.7695, 36.0195]}, {"id": "3290", "type": "Feature", "properties": {"id": "ci38006512", "mag": 1.61, "time": 1505847142180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767, 36.0195, 2.27]}, "bbox": [-117.767, 36.0195, -117.767, 36.0195]}, {"id": "3291", "type": "Feature", "properties": {"id": "ci38006496", "mag": 3.65, "time": 1505846743780, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.769833, 36.019333, 1.78]}, "bbox": [-117.769833, 36.019333, -117.769833, 36.019333]}, {"id": "3292", "type": "Feature", "properties": {"id": "hv61914191", "mag": 1.84, "time": 1505846559260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.249161, 19.378334, 1.88]}, "bbox": [-155.249161, 19.378334, -155.249161, 19.378334]}, {"id": "3293", "type": "Feature", "properties": {"id": "ak16875918", "mag": 2.8, "time": 1505846556982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8186, 52.0581, 213.2]}, "bbox": [-178.8186, 52.0581, -178.8186, 52.0581]}, {"id": "3294", "type": "Feature", "properties": {"id": "nc72895351", "mag": 1.32, "time": 1505846239310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104167, 37.325333, -0.31]}, "bbox": [-122.104167, 37.325333, -122.104167, 37.325333]}, {"id": "3295", "type": "Feature", "properties": {"id": "nc72895341", "mag": 2.76, "time": 1505846072870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.359001, 36.981335, 8.57]}, "bbox": [-118.359001, 36.981335, -118.359001, 36.981335]}, {"id": "3296", "type": "Feature", "properties": {"id": "ci38006480", "mag": 3.19, "time": 1505846053020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767333, 36.019, 1.55]}, "bbox": [-117.767333, 36.019, -117.767333, 36.019]}, {"id": "3297", "type": "Feature", "properties": {"id": "nc72895286", "mag": 1.33, "time": 1505844883780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.572167, 35.430667, -0.58]}, "bbox": [-120.572167, 35.430667, -120.572167, 35.430667]}, {"id": "3298", "type": "Feature", "properties": {"id": "us2000ar1y", "mag": 4.6, "time": 1505844881000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1913, -37.2281, 5.95]}, "bbox": [-74.1913, -37.2281, -74.1913, -37.2281]}, {"id": "3299", "type": "Feature", "properties": {"id": "us2000ar20", "mag": 7.1, "time": 1505844878420, "felt": 2048.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4952, 18.5539, 51.0]}, "bbox": [-98.4952, 18.5539, -98.4952, 18.5539]}, {"id": "3300", "type": "Feature", "properties": {"id": "ak16858135", "mag": 1.6, "time": 1505844133798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.026, 67.0927, 3.7]}, "bbox": [-157.026, 67.0927, -157.026, 67.0927]}, {"id": "3301", "type": "Feature", "properties": {"id": "ci37766871", "mag": 1.54, "time": 1505844053390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.846, 36.179167, 2.24]}, "bbox": [-117.846, 36.179167, -117.846, 36.179167]}, {"id": "3302", "type": "Feature", "properties": {"id": "ci37766863", "mag": 1.44, "time": 1505843932610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768, 36.018667, 1.61]}, "bbox": [-117.768, 36.018667, -117.768, 36.018667]}, {"id": "3303", "type": "Feature", "properties": {"id": "nm60207061", "mag": 1.72, "time": 1505843783380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.646167, 36.5445, 7.49]}, "bbox": [-89.646167, 36.5445, -89.646167, 36.5445]}, {"id": "3304", "type": "Feature", "properties": {"id": "us2000aqyy", "mag": 4.5, "time": 1505843446640, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6161, -31.7548, 29.84]}, "bbox": [-72.6161, -31.7548, -72.6161, -31.7548]}, {"id": "3305", "type": "Feature", "properties": {"id": "ismpkansas70235603", "mag": 1.89, "time": 1505842614490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.682, 37.184833, 3.97]}, "bbox": [-97.682, 37.184833, -97.682, 37.184833]}, {"id": "3306", "type": "Feature", "properties": {"id": "nc72895271", "mag": 1.15, "time": 1505841330820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.259833, 36.753, 11.5]}, "bbox": [-121.259833, 36.753, -121.259833, 36.753]}, {"id": "3307", "type": "Feature", "properties": {"id": "us2000aqxe", "mag": 4.6, "time": 1505841149400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1444, -7.5033, 158.11]}, "bbox": [128.1444, -7.5033, 128.1444, -7.5033]}, {"id": "3308", "type": "Feature", "properties": {"id": "uu60247882", "mag": 1.62, "time": 1505841064700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426167, 42.5295, 8.11]}, "bbox": [-111.426167, 42.5295, -111.426167, 42.5295]}, {"id": "3309", "type": "Feature", "properties": {"id": "nc72895256", "mag": 1.32, "time": 1505840661480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.598167, 36.752, -0.32]}, "bbox": [-121.598167, 36.752, -121.598167, 36.752]}, {"id": "3310", "type": "Feature", "properties": {"id": "ci37766807", "mag": 2.45, "time": 1505840210530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.766, 36.02, 1.86]}, "bbox": [-117.766, 36.02, -117.766, 36.02]}, {"id": "3311", "type": "Feature", "properties": {"id": "uu60247877", "mag": 2.11, "time": 1505840158690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448833, 42.606, 3.56]}, "bbox": [-111.448833, 42.606, -111.448833, 42.606]}, {"id": "3312", "type": "Feature", "properties": {"id": "ak16857619", "mag": 2.1, "time": 1505840007502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8949, 63.2912, 101.6]}, "bbox": [-149.8949, 63.2912, -149.8949, 63.2912]}, {"id": "3313", "type": "Feature", "properties": {"id": "uu60247872", "mag": 1.62, "time": 1505839724910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.458833, 42.607, 3.95]}, "bbox": [-111.458833, 42.607, -111.458833, 42.607]}, {"id": "3314", "type": "Feature", "properties": {"id": "us2000aqvm", "mag": 2.7, "time": 1505839542100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.469, 42.6077, 7.7]}, "bbox": [-111.469, 42.6077, -111.469, 42.6077]}, {"id": "3315", "type": "Feature", "properties": {"id": "nc72895246", "mag": 1.35, "time": 1505839417090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.485667, 35.221333, 6.04]}, "bbox": [-120.485667, 35.221333, -120.485667, 35.221333]}, {"id": "3316", "type": "Feature", "properties": {"id": "ak16875914", "mag": 1.9, "time": 1505839174472, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4077, 58.8832, 118.6]}, "bbox": [-154.4077, 58.8832, -154.4077, 58.8832]}, {"id": "3317", "type": "Feature", "properties": {"id": "ci37766791", "mag": 1.22, "time": 1505838919650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.1855, 10.21]}, "bbox": [-116.3645, 33.1855, -116.3645, 33.1855]}, {"id": "3318", "type": "Feature", "properties": {"id": "ak16857617", "mag": 1.6, "time": 1505838902519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9995, 67.1881, 4.7]}, "bbox": [-142.9995, 67.1881, -142.9995, 67.1881]}, {"id": "3319", "type": "Feature", "properties": {"id": "uu60247852", "mag": 2.07, "time": 1505838746530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4455, 42.613833, 1.76]}, "bbox": [-111.4455, 42.613833, -111.4455, 42.613833]}, {"id": "3320", "type": "Feature", "properties": {"id": "ak16857602", "mag": 1.1, "time": 1505837962181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5253, 60.121, 0.0]}, "bbox": [-141.5253, 60.121, -141.5253, 60.121]}, {"id": "3321", "type": "Feature", "properties": {"id": "ak16857600", "mag": 1.9, "time": 1505837841567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1883, 53.9422, 44.2]}, "bbox": [-165.1883, 53.9422, -165.1883, 53.9422]}, {"id": "3322", "type": "Feature", "properties": {"id": "nc72895231", "mag": 2.9, "time": 1505837729840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.507667, 1.79]}, "bbox": [-118.833667, 37.507667, -118.833667, 37.507667]}, {"id": "3323", "type": "Feature", "properties": {"id": "us2000ary5", "mag": 2.9, "time": 1505837727410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4431, 42.6149, 4.8]}, "bbox": [-111.4431, 42.6149, -111.4431, 42.6149]}, {"id": "3324", "type": "Feature", "properties": {"id": "uu60247822", "mag": 2.11, "time": 1505837448870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455167, 42.616, 1.41]}, "bbox": [-111.455167, 42.616, -111.455167, 42.616]}, {"id": "3325", "type": "Feature", "properties": {"id": "us2000aqtm", "mag": 3.1, "time": 1505837140170, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4706, 42.6154, 8.81]}, "bbox": [-111.4706, 42.6154, -111.4706, 42.6154]}, {"id": "3326", "type": "Feature", "properties": {"id": "ak16875909", "mag": 2.2, "time": 1505836969879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4914, 51.7473, 9.7]}, "bbox": [-178.4914, 51.7473, -178.4914, 51.7473]}, {"id": "3327", "type": "Feature", "properties": {"id": "ak16857094", "mag": 1.1, "time": 1505836528626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6176, 61.14, 0.0]}, "bbox": [-147.6176, 61.14, -147.6176, 61.14]}, {"id": "3328", "type": "Feature", "properties": {"id": "ak16875907", "mag": 1.5, "time": 1505835821169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.259, 60.5626, 90.4]}, "bbox": [-152.259, 60.5626, -152.259, 60.5626]}, {"id": "3329", "type": "Feature", "properties": {"id": "us2000aqsj", "mag": 2.6, "time": 1505835755980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5135, 36.2854, 4.17]}, "bbox": [-97.5135, 36.2854, -97.5135, 36.2854]}, {"id": "3330", "type": "Feature", "properties": {"id": "us2000aqsk", "mag": 2.5, "time": 1505835732030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4724, 42.6121, 4.3]}, "bbox": [-111.4724, 42.6121, -111.4724, 42.6121]}, {"id": "3331", "type": "Feature", "properties": {"id": "ak16857093", "mag": 2.6, "time": 1505835424846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4652, 51.7084, 16.1]}, "bbox": [-178.4652, 51.7084, -178.4652, 51.7084]}, {"id": "3332", "type": "Feature", "properties": {"id": "us2000aqsh", "mag": 3.0, "time": 1505835309120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4508, 42.6064, 4.14]}, "bbox": [-111.4508, 42.6064, -111.4508, 42.6064]}, {"id": "3333", "type": "Feature", "properties": {"id": "ak16857091", "mag": 1.3, "time": 1505835219788, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0197, 66.1072, 6.0]}, "bbox": [-149.0197, 66.1072, -149.0197, 66.1072]}, {"id": "3334", "type": "Feature", "properties": {"id": "us2000aqs7", "mag": 3.5, "time": 1505834833670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4429, 42.6135, 8.34]}, "bbox": [-111.4429, 42.6135, -111.4429, 42.6135]}, {"id": "3335", "type": "Feature", "properties": {"id": "us2000aqwu", "mag": 2.5, "time": 1505834816200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7965, 36.4516, 6.125]}, "bbox": [-98.7965, 36.4516, -98.7965, 36.4516]}, {"id": "3336", "type": "Feature", "properties": {"id": "ak16875904", "mag": 1.6, "time": 1505834730734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9141, 57.1404, 29.5]}, "bbox": [-153.9141, 57.1404, -153.9141, 57.1404]}, {"id": "3337", "type": "Feature", "properties": {"id": "ci37766767", "mag": 1.14, "time": 1505834129200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.763833, 36.020667, 1.88]}, "bbox": [-117.763833, 36.020667, -117.763833, 36.020667]}, {"id": "3338", "type": "Feature", "properties": {"id": "ak16857088", "mag": 1.5, "time": 1505834082762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0429, 60.6104, 77.7]}, "bbox": [-152.0429, 60.6104, -152.0429, 60.6104]}, {"id": "3339", "type": "Feature", "properties": {"id": "us2000aqrc", "mag": 4.8, "time": 1505832575280, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [178.0168, 52.0275, 131.51]}, "bbox": [178.0168, 52.0275, 178.0168, 52.0275]}, {"id": "3340", "type": "Feature", "properties": {"id": "ak16875901", "mag": 1.4, "time": 1505831619582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.534, 58.7008, 10.0]}, "bbox": [-137.534, 58.7008, -137.534, 58.7008]}, {"id": "3341", "type": "Feature", "properties": {"id": "ci37766711", "mag": 1.96, "time": 1505831425050, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.765667, 36.018833, 1.51]}, "bbox": [-117.765667, 36.018833, -117.765667, 36.018833]}, {"id": "3342", "type": "Feature", "properties": {"id": "ci37766703", "mag": 1.15, "time": 1505831411750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764833, 36.019667, 1.65]}, "bbox": [-117.764833, 36.019667, -117.764833, 36.019667]}, {"id": "3343", "type": "Feature", "properties": {"id": "us2000aqqm", "mag": 4.5, "time": 1505831278930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.4084, -31.8109, 10.0]}, "bbox": [-72.4084, -31.8109, -72.4084, -31.8109]}, {"id": "3344", "type": "Feature", "properties": {"id": "ak16856556", "mag": 1.3, "time": 1505831243282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7313, 59.8087, 0.9]}, "bbox": [-136.7313, 59.8087, -136.7313, 59.8087]}, {"id": "3345", "type": "Feature", "properties": {"id": "nn00606015", "mag": 1.3, "time": 1505831170459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8959, 38.3975, 10.4]}, "bbox": [-118.8959, 38.3975, -118.8959, 38.3975]}, {"id": "3346", "type": "Feature", "properties": {"id": "ak16856551", "mag": 1.9, "time": 1505831042494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6819, 63.0946, 10.5]}, "bbox": [-147.6819, 63.0946, -147.6819, 63.0946]}, {"id": "3347", "type": "Feature", "properties": {"id": "ak16875898", "mag": 1.7, "time": 1505829915600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2865, 59.7628, 116.6]}, "bbox": [-153.2865, 59.7628, -153.2865, 59.7628]}, {"id": "3348", "type": "Feature", "properties": {"id": "ak16856544", "mag": 1.6, "time": 1505829548541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3607, 61.0755, 0.0]}, "bbox": [-148.3607, 61.0755, -148.3607, 61.0755]}, {"id": "3349", "type": "Feature", "properties": {"id": "nc72895191", "mag": 1.4, "time": 1505828746900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.815333, 3.57]}, "bbox": [-122.799667, 38.815333, -122.799667, 38.815333]}, {"id": "3350", "type": "Feature", "properties": {"id": "nc72895181", "mag": 1.21, "time": 1505828239020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.96, 37.587, -0.68]}, "bbox": [-118.96, 37.587, -118.96, 37.587]}, {"id": "3351", "type": "Feature", "properties": {"id": "pr2017262003", "mag": 3.12, "time": 1505828003180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.596, 19.2688, 38.0]}, "bbox": [-67.596, 19.2688, -67.596, 19.2688]}, {"id": "3352", "type": "Feature", "properties": {"id": "us2000aqpx", "mag": 5.1, "time": 1505827570500, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [53.9953, 27.9548, 10.0]}, "bbox": [53.9953, 27.9548, 53.9953, 27.9548]}, {"id": "3353", "type": "Feature", "properties": {"id": "nc72895166", "mag": 2.1, "time": 1505827334280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801333, 38.709667, 3.88]}, "bbox": [-122.801333, 38.709667, -122.801333, 38.709667]}, {"id": "3354", "type": "Feature", "properties": {"id": "ak16856036", "mag": 1.5, "time": 1505826795043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9795, 61.8762, 43.3]}, "bbox": [-149.9795, 61.8762, -149.9795, 61.8762]}, {"id": "3355", "type": "Feature", "properties": {"id": "ak16856032", "mag": 1.6, "time": 1505825636722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1838, 62.582, 3.3]}, "bbox": [-152.1838, 62.582, -152.1838, 62.582]}, {"id": "3356", "type": "Feature", "properties": {"id": "ci37766679", "mag": 0.96, "time": 1505825558280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.804167, 33.865333, 14.31]}, "bbox": [-116.804167, 33.865333, -116.804167, 33.865333]}, {"id": "3357", "type": "Feature", "properties": {"id": "us2000aqp7", "mag": 4.4, "time": 1505825308910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.7564, -2.1725, 112.59]}, "bbox": [-78.7564, -2.1725, -78.7564, -2.1725]}, {"id": "3358", "type": "Feature", "properties": {"id": "ak16856030", "mag": 3.0, "time": 1505825190453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1381, 51.2155, 7.2]}, "bbox": [-179.1381, 51.2155, -179.1381, 51.2155]}, {"id": "3359", "type": "Feature", "properties": {"id": "nn00605924", "mag": 1.0, "time": 1505824470372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0787, 37.3317, 0.0]}, "bbox": [-115.0787, 37.3317, -115.0787, 37.3317]}, {"id": "3360", "type": "Feature", "properties": {"id": "ak16856028", "mag": 1.3, "time": 1505824029137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5369, 59.9737, 0.0]}, "bbox": [-139.5369, 59.9737, -139.5369, 59.9737]}, {"id": "3361", "type": "Feature", "properties": {"id": "ak16856023", "mag": 1.7, "time": 1505823902403, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0502, 66.1255, 9.3]}, "bbox": [-149.0502, 66.1255, -149.0502, 66.1255]}, {"id": "3362", "type": "Feature", "properties": {"id": "ak16856015", "mag": 2.2, "time": 1505823557445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.013, 66.1279, 12.2]}, "bbox": [-149.013, 66.1279, -149.013, 66.1279]}, {"id": "3363", "type": "Feature", "properties": {"id": "ak16856014", "mag": 1.1, "time": 1505823327376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3053, 64.2153, 8.4]}, "bbox": [-147.3053, 64.2153, -147.3053, 64.2153]}, {"id": "3364", "type": "Feature", "properties": {"id": "ak16856012", "mag": 1.2, "time": 1505823307912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2687, 63.3135, 1.0]}, "bbox": [-145.2687, 63.3135, -145.2687, 63.3135]}, {"id": "3365", "type": "Feature", "properties": {"id": "ak16856011", "mag": 2.3, "time": 1505823122176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4683, 54.3778, 12.7]}, "bbox": [-161.4683, 54.3778, -161.4683, 54.3778]}, {"id": "3366", "type": "Feature", "properties": {"id": "nc72895111", "mag": 1.33, "time": 1505822407460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809833, 38.802, 3.64]}, "bbox": [-122.809833, 38.802, -122.809833, 38.802]}, {"id": "3367", "type": "Feature", "properties": {"id": "nm60207021", "mag": 3.8, "time": 1505821648710, "felt": 1485.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.909833, 38.423833, 11.68]}, "bbox": [-87.909833, 38.423833, -87.909833, 38.423833]}, {"id": "3368", "type": "Feature", "properties": {"id": "ak16855511", "mag": 1.6, "time": 1505821526245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7265, 65.4529, 0.3]}, "bbox": [-144.7265, 65.4529, -144.7265, 65.4529]}, {"id": "3369", "type": "Feature", "properties": {"id": "ak16875885", "mag": 2.4, "time": 1505821066912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.1246, 33.1]}, "bbox": [-170.3853, 52.1246, -170.3853, 52.1246]}, {"id": "3370", "type": "Feature", "properties": {"id": "nc72895086", "mag": 1.5, "time": 1505820901510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.8115, 2.81]}, "bbox": [-122.811333, 38.8115, -122.811333, 38.8115]}, {"id": "3371", "type": "Feature", "properties": {"id": "nn00605917", "mag": 1.0, "time": 1505819713127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0296, 37.3121, 0.0]}, "bbox": [-115.0296, 37.3121, -115.0296, 37.3121]}, {"id": "3372", "type": "Feature", "properties": {"id": "ci37766663", "mag": 1.51, "time": 1505819310540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197333, 34.085167, 9.45]}, "bbox": [-118.197333, 34.085167, -118.197333, 34.085167]}, {"id": "3373", "type": "Feature", "properties": {"id": "ak16875884", "mag": 2.8, "time": 1505819249763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.074, 52.1917, 55.8]}, "bbox": [-171.074, 52.1917, -171.074, 52.1917]}, {"id": "3374", "type": "Feature", "properties": {"id": "us2000aqlv", "mag": 4.4, "time": 1505818453350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.3742, -31.7199, 35.0]}, "bbox": [-72.3742, -31.7199, -72.3742, -31.7199]}, {"id": "3375", "type": "Feature", "properties": {"id": "ak16855501", "mag": 3.4, "time": 1505818346973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7971, 56.0595, 12.0]}, "bbox": [-148.7971, 56.0595, -148.7971, 56.0595]}, {"id": "3376", "type": "Feature", "properties": {"id": "ak16855500", "mag": 2.9, "time": 1505817985167, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.3494, 51.1124, 9.0]}, "bbox": [178.3494, 51.1124, 178.3494, 51.1124]}, {"id": "3377", "type": "Feature", "properties": {"id": "nc72895061", "mag": 1.78, "time": 1505817758790, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.178833, 36.5795, 5.08]}, "bbox": [-121.178833, 36.5795, -121.178833, 36.5795]}, {"id": "3378", "type": "Feature", "properties": {"id": "nc72895056", "mag": 2.12, "time": 1505817518530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 36.582833, 3.53]}, "bbox": [-121.177333, 36.582833, -121.177333, 36.582833]}, {"id": "3379", "type": "Feature", "properties": {"id": "uu60247712", "mag": 1.36, "time": 1505817061570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.018167, 44.796, 9.74]}, "bbox": [-111.018167, 44.796, -111.018167, 44.796]}, {"id": "3380", "type": "Feature", "properties": {"id": "ak16875881", "mag": 1.6, "time": 1505816115601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2511, 57.9599, 9.0]}, "bbox": [-152.2511, 57.9599, -152.2511, 57.9599]}, {"id": "3381", "type": "Feature", "properties": {"id": "ak16855499", "mag": 1.3, "time": 1505815877713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8298, 61.5636, 56.7]}, "bbox": [-149.8298, 61.5636, -149.8298, 61.5636]}, {"id": "3382", "type": "Feature", "properties": {"id": "ak16855498", "mag": 2.3, "time": 1505815751742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.7444, 52.8226, 62.9]}, "bbox": [-168.7444, 52.8226, -168.7444, 52.8226]}, {"id": "3383", "type": "Feature", "properties": {"id": "pr2017262002", "mag": 3.05, "time": 1505815582890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7015, 19.0933, 25.0]}, "bbox": [-67.7015, 19.0933, -67.7015, 19.0933]}, {"id": "3384", "type": "Feature", "properties": {"id": "ak16875878", "mag": 2.3, "time": 1505815056638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6299, 51.8122, 76.9]}, "bbox": [178.6299, 51.8122, 178.6299, 51.8122]}, {"id": "3385", "type": "Feature", "properties": {"id": "pr2017262001", "mag": 3.03, "time": 1505814906490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.723, 19.2006, 9.0]}, "bbox": [-67.723, 19.2006, -67.723, 19.2006]}, {"id": "3386", "type": "Feature", "properties": {"id": "us2000aqkv", "mag": 3.1, "time": 1505814230020, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8094, 35.9883, 6.72]}, "bbox": [-96.8094, 35.9883, -96.8094, 35.9883]}, {"id": "3387", "type": "Feature", "properties": {"id": "nn00605909", "mag": 2.0, "time": 1505812861822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0799, 37.3335, 2.3]}, "bbox": [-115.0799, 37.3335, -115.0799, 37.3335]}, {"id": "3388", "type": "Feature", "properties": {"id": "ci37766575", "mag": 1.76, "time": 1505810653690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489167, 32.91, 3.69]}, "bbox": [-115.489167, 32.91, -115.489167, 32.91]}, {"id": "3389", "type": "Feature", "properties": {"id": "hv61913891", "mag": 1.46, "time": 1505809604540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2385, 19.383667, 3.069]}, "bbox": [-155.2385, 19.383667, -155.2385, 19.383667]}, {"id": "3390", "type": "Feature", "properties": {"id": "us2000awmg", "mag": 4.7, "time": 1505809455110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.925, -10.7783, 56.21]}, "bbox": [162.925, -10.7783, 162.925, -10.7783]}, {"id": "3391", "type": "Feature", "properties": {"id": "us2000asy2", "mag": 3.0, "time": 1505809273830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.747, 56.8207, 54.24]}, "bbox": [-167.747, 56.8207, -167.747, 56.8207]}, {"id": "3392", "type": "Feature", "properties": {"id": "ak16855496", "mag": 1.1, "time": 1505809181592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6103, 61.758, 29.3]}, "bbox": [-147.6103, 61.758, -147.6103, 61.758]}, {"id": "3393", "type": "Feature", "properties": {"id": "ci37766567", "mag": 2.63, "time": 1505808839560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.053, 33.079333, 9.9]}, "bbox": [-116.053, 33.079333, -116.053, 33.079333]}, {"id": "3394", "type": "Feature", "properties": {"id": "ak16854995", "mag": 1.3, "time": 1505808496915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3955, 61.6352, 5.0]}, "bbox": [-142.3955, 61.6352, -142.3955, 61.6352]}, {"id": "3395", "type": "Feature", "properties": {"id": "us2000awn2", "mag": 4.8, "time": 1505807930800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8135, 15.201, 45.46]}, "bbox": [-93.8135, 15.201, -93.8135, 15.201]}, {"id": "3396", "type": "Feature", "properties": {"id": "us2000aqji", "mag": 5.5, "time": 1505807596650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0446, 15.1414, 38.74]}, "bbox": [-94.0446, 15.1414, -94.0446, 15.1414]}, {"id": "3397", "type": "Feature", "properties": {"id": "ak16875872", "mag": 2.1, "time": 1505807457953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2219, 51.3226, 34.2]}, "bbox": [-179.2219, 51.3226, -179.2219, 51.3226]}, {"id": "3398", "type": "Feature", "properties": {"id": "nc72894976", "mag": 1.17, "time": 1505806773770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792335, 38.809666, 2.7]}, "bbox": [-122.792335, 38.809666, -122.792335, 38.809666]}, {"id": "3399", "type": "Feature", "properties": {"id": "ci37766551", "mag": 1.92, "time": 1505806527540, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.473833, 34.086, 9.44]}, "bbox": [-118.473833, 34.086, -118.473833, 34.086]}, {"id": "3400", "type": "Feature", "properties": {"id": "nn00605996", "mag": 1.0, "time": 1505804591858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.786, 38.6641, 4.9]}, "bbox": [-119.786, 38.6641, -119.786, 38.6641]}, {"id": "3401", "type": "Feature", "properties": {"id": "us2000aqiw", "mag": 4.9, "time": 1505804582700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5541, 15.6968, 62.85]}, "bbox": [-94.5541, 15.6968, -94.5541, 15.6968]}, {"id": "3402", "type": "Feature", "properties": {"id": "nc72894951", "mag": 2.38, "time": 1505803512250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.804667, 38.658333, -1.93]}, "bbox": [-119.804667, 38.658333, -119.804667, 38.658333]}, {"id": "3403", "type": "Feature", "properties": {"id": "us2000aqim", "mag": 4.9, "time": 1505803059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.5306, -11.0433, 31.53]}, "bbox": [162.5306, -11.0433, 162.5306, -11.0433]}, {"id": "3404", "type": "Feature", "properties": {"id": "ak16858212", "mag": 1.9, "time": 1505803043301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8602, 60.3455, 116.4]}, "bbox": [-152.8602, 60.3455, -152.8602, 60.3455]}, {"id": "3405", "type": "Feature", "properties": {"id": "ak16854482", "mag": 1.5, "time": 1505802327547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6967, 63.0934, 11.2]}, "bbox": [-147.6967, 63.0934, -147.6967, 63.0934]}, {"id": "3406", "type": "Feature", "properties": {"id": "ci37766535", "mag": 3.61, "time": 1505802044370, "felt": 9002.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.475667, 34.086667, 10.48]}, "bbox": [-118.475667, 34.086667, -118.475667, 34.086667]}, {"id": "3407", "type": "Feature", "properties": {"id": "ci37766527", "mag": 1.21, "time": 1505801932130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.774833, 34.169667, 4.09]}, "bbox": [-116.774833, 34.169667, -116.774833, 34.169667]}, {"id": "3408", "type": "Feature", "properties": {"id": "ak16875868", "mag": 1.8, "time": 1505801903580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8368, 51.4427, 38.8]}, "bbox": [178.8368, 51.4427, 178.8368, 51.4427]}, {"id": "3409", "type": "Feature", "properties": {"id": "ak16854479", "mag": 1.1, "time": 1505801695119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7029, 61.7782, 46.8]}, "bbox": [-149.7029, 61.7782, -149.7029, 61.7782]}, {"id": "3410", "type": "Feature", "properties": {"id": "ak16875866", "mag": 1.4, "time": 1505801525136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4992, 53.7654, 79.0]}, "bbox": [-166.4992, 53.7654, -166.4992, 53.7654]}, {"id": "3411", "type": "Feature", "properties": {"id": "uw61331061", "mag": 2.06, "time": 1505797453620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.194667, 46.453167, 40.56]}, "bbox": [-124.194667, 46.453167, -124.194667, 46.453167]}, {"id": "3412", "type": "Feature", "properties": {"id": "ci37766503", "mag": 1.67, "time": 1505797300060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.916167, 3.75]}, "bbox": [-115.486333, 32.916167, -115.486333, 32.916167]}, {"id": "3413", "type": "Feature", "properties": {"id": "ak16854474", "mag": 1.9, "time": 1505797038222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0668, 60.2297, 58.9]}, "bbox": [-151.0668, 60.2297, -151.0668, 60.2297]}, {"id": "3414", "type": "Feature", "properties": {"id": "ak16853980", "mag": 1.1, "time": 1505796127101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3206, 62.3117, 31.2]}, "bbox": [-148.3206, 62.3117, -148.3206, 62.3117]}, {"id": "3415", "type": "Feature", "properties": {"id": "uw61330981", "mag": 1.13, "time": 1505795983940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.682, 46.13, 13.15]}, "bbox": [-122.682, 46.13, -122.682, 46.13]}, {"id": "3416", "type": "Feature", "properties": {"id": "ak16853978", "mag": 1.3, "time": 1505795947149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1655, 62.2572, 56.3]}, "bbox": [-149.1655, 62.2572, -149.1655, 62.2572]}, {"id": "3417", "type": "Feature", "properties": {"id": "nn00605993", "mag": 1.1, "time": 1505795780711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1363, 37.4312, 0.0]}, "bbox": [-115.1363, 37.4312, -115.1363, 37.4312]}, {"id": "3418", "type": "Feature", "properties": {"id": "nc72894911", "mag": 1.31, "time": 1505795498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7385, 38.757333, 2.56]}, "bbox": [-122.7385, 38.757333, -122.7385, 38.757333]}, {"id": "3419", "type": "Feature", "properties": {"id": "ak16875861", "mag": 1.1, "time": 1505795298437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2708, 60.1059, 0.0]}, "bbox": [-139.2708, 60.1059, -139.2708, 60.1059]}, {"id": "3420", "type": "Feature", "properties": {"id": "pr2017262000", "mag": 3.54, "time": 1505794257010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.6603, 17.4281, 35.0]}, "bbox": [-68.6603, 17.4281, -68.6603, 17.4281]}, {"id": "3421", "type": "Feature", "properties": {"id": "ak16875860", "mag": 2.4, "time": 1505793870359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7298, 54.4321, 27.3]}, "bbox": [-160.7298, 54.4321, -160.7298, 54.4321]}, {"id": "3422", "type": "Feature", "properties": {"id": "ak16875859", "mag": 1.7, "time": 1505793327250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1948, 59.7387, 99.4]}, "bbox": [-153.1948, 59.7387, -153.1948, 59.7387]}, {"id": "3423", "type": "Feature", "properties": {"id": "ak16853975", "mag": 1.6, "time": 1505792759926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4718, 53.5765, 9.9]}, "bbox": [-167.4718, 53.5765, -167.4718, 53.5765]}, {"id": "3424", "type": "Feature", "properties": {"id": "nc72894906", "mag": 1.57, "time": 1505792076170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7735, 38.656833, -0.04]}, "bbox": [-122.7735, 38.656833, -122.7735, 38.656833]}, {"id": "3425", "type": "Feature", "properties": {"id": "ci37766479", "mag": 1.69, "time": 1505792016930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.9165, 3.74]}, "bbox": [-115.486333, 32.9165, -115.486333, 32.9165]}, {"id": "3426", "type": "Feature", "properties": {"id": "ci37766487", "mag": 1.34, "time": 1505791878570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.484833, 32.910667, 3.6]}, "bbox": [-115.484833, 32.910667, -115.484833, 32.910667]}, {"id": "3427", "type": "Feature", "properties": {"id": "ci37766471", "mag": 1.85, "time": 1505791676460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4825, 32.916333, 3.63]}, "bbox": [-115.4825, 32.916333, -115.4825, 32.916333]}, {"id": "3428", "type": "Feature", "properties": {"id": "nc72894886", "mag": 1.72, "time": 1505789062930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.569167, 0.74]}, "bbox": [-118.840667, 37.569167, -118.840667, 37.569167]}, {"id": "3429", "type": "Feature", "properties": {"id": "ak16853477", "mag": 1.0, "time": 1505787688094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1719, 66.2583, 2.2]}, "bbox": [-157.1719, 66.2583, -157.1719, 66.2583]}, {"id": "3430", "type": "Feature", "properties": {"id": "ak16875853", "mag": 1.7, "time": 1505787600292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3919, 59.6211, 106.4]}, "bbox": [-153.3919, 59.6211, -153.3919, 59.6211]}, {"id": "3431", "type": "Feature", "properties": {"id": "ak16875852", "mag": 1.1, "time": 1505786552106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5941, 61.448, 35.0]}, "bbox": [-146.5941, 61.448, -146.5941, 61.448]}, {"id": "3432", "type": "Feature", "properties": {"id": "mb80256309", "mag": 1.39, "time": 1505786055440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.8665, 12.97]}, "bbox": [-112.526833, 46.8665, -112.526833, 46.8665]}, {"id": "3433", "type": "Feature", "properties": {"id": "ak16853476", "mag": 1.1, "time": 1505785818136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8501, 59.9025, 11.5]}, "bbox": [-136.8501, 59.9025, -136.8501, 59.9025]}, {"id": "3434", "type": "Feature", "properties": {"id": "ak16852984", "mag": 1.1, "time": 1505784566645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6396, 62.818, 76.1]}, "bbox": [-149.6396, 62.818, -149.6396, 62.818]}, {"id": "3435", "type": "Feature", "properties": {"id": "us2000aqg7", "mag": 4.1, "time": 1505784206570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4373, 15.5332, 46.8]}, "bbox": [-94.4373, 15.5332, -94.4373, 15.5332]}, {"id": "3436", "type": "Feature", "properties": {"id": "uu60247557", "mag": 1.04, "time": 1505784051560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.714, 41.274333, 9.1]}, "bbox": [-111.714, 41.274333, -111.714, 41.274333]}, {"id": "3437", "type": "Feature", "properties": {"id": "uu60247547", "mag": 1.47, "time": 1505783841160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.707167, 41.273, 13.52]}, "bbox": [-111.707167, 41.273, -111.707167, 41.273]}, {"id": "3438", "type": "Feature", "properties": {"id": "hv61913526", "mag": 1.76, "time": 1505783827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457833, 19.1825, 36.457]}, "bbox": [-155.457833, 19.1825, -155.457833, 19.1825]}, {"id": "3439", "type": "Feature", "properties": {"id": "uu60247542", "mag": 2.67, "time": 1505783530250, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.715333, 41.2735, 12.54]}, "bbox": [-111.715333, 41.2735, -111.715333, 41.2735]}, {"id": "3440", "type": "Feature", "properties": {"id": "ak16852978", "mag": 2.3, "time": 1505783525625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6267, 63.2162, 130.7]}, "bbox": [-150.6267, 63.2162, -150.6267, 63.2162]}, {"id": "3441", "type": "Feature", "properties": {"id": "ak16852863", "mag": 2.5, "time": 1505781518245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0202, 60.2096, 73.3]}, "bbox": [-152.0202, 60.2096, -152.0202, 60.2096]}, {"id": "3442", "type": "Feature", "properties": {"id": "nc72894856", "mag": 0.99, "time": 1505781008310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827331, 38.841667, 1.75]}, "bbox": [-122.827331, 38.841667, -122.827331, 38.841667]}, {"id": "3443", "type": "Feature", "properties": {"id": "ak16852858", "mag": 1.1, "time": 1505780482987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8182, 61.2069, 27.3]}, "bbox": [-146.8182, 61.2069, -146.8182, 61.2069]}, {"id": "3444", "type": "Feature", "properties": {"id": "nc72894851", "mag": 1.36, "time": 1505780335820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7775, 38.816, 2.36]}, "bbox": [-122.7775, 38.816, -122.7775, 38.816]}, {"id": "3445", "type": "Feature", "properties": {"id": "ak16852857", "mag": 1.6, "time": 1505780229532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4, 60.0341, 0.0]}, "bbox": [-139.4, 60.0341, -139.4, 60.0341]}, {"id": "3446", "type": "Feature", "properties": {"id": "ak16852855", "mag": 1.5, "time": 1505779887968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8629, 61.2326, 1.6]}, "bbox": [-139.8629, 61.2326, -139.8629, 61.2326]}, {"id": "3447", "type": "Feature", "properties": {"id": "ci37766415", "mag": 1.9, "time": 1505779853200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489333, 32.905167, 5.38]}, "bbox": [-115.489333, 32.905167, -115.489333, 32.905167]}, {"id": "3448", "type": "Feature", "properties": {"id": "ci37165308", "mag": 1.73, "time": 1505779842240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.488, 32.911333, 4.36]}, "bbox": [-115.488, 32.911333, -115.488, 32.911333]}, {"id": "3449", "type": "Feature", "properties": {"id": "ak16852849", "mag": 1.7, "time": 1505779013710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9564, 61.0148, 51.3]}, "bbox": [-150.9564, 61.0148, -150.9564, 61.0148]}, {"id": "3450", "type": "Feature", "properties": {"id": "ak16852847", "mag": 1.4, "time": 1505778755901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7113, 59.8038, 2.1]}, "bbox": [-136.7113, 59.8038, -136.7113, 59.8038]}, {"id": "3451", "type": "Feature", "properties": {"id": "ak16852839", "mag": 1.8, "time": 1505778454412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4318, 51.6727, 27.8]}, "bbox": [-178.4318, 51.6727, -178.4318, 51.6727]}, {"id": "3452", "type": "Feature", "properties": {"id": "ak16852350", "mag": 2.0, "time": 1505777928661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5948, 59.4167, 88.5]}, "bbox": [-152.5948, 59.4167, -152.5948, 59.4167]}, {"id": "3453", "type": "Feature", "properties": {"id": "ci37766399", "mag": 1.34, "time": 1505777787740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.855667, 36.109333, 3.89]}, "bbox": [-117.855667, 36.109333, -117.855667, 36.109333]}, {"id": "3454", "type": "Feature", "properties": {"id": "ak16905714", "mag": 1.0, "time": 1505777724697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9455, 64.7711, 1.2]}, "bbox": [-139.9455, 64.7711, -139.9455, 64.7711]}, {"id": "3455", "type": "Feature", "properties": {"id": "ci37766391", "mag": 0.98, "time": 1505777305130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.852333, 36.108833, 4.09]}, "bbox": [-117.852333, 36.108833, -117.852333, 36.108833]}, {"id": "3456", "type": "Feature", "properties": {"id": "ci37766383", "mag": 1.52, "time": 1505777027970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673833, 35.0495, -0.79]}, "bbox": [-117.673833, 35.0495, -117.673833, 35.0495]}, {"id": "3457", "type": "Feature", "properties": {"id": "nn00605852", "mag": 1.0, "time": 1505777021809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5662, 37.4193, 0.0]}, "bbox": [-115.5662, 37.4193, -115.5662, 37.4193]}, {"id": "3458", "type": "Feature", "properties": {"id": "ak16852327", "mag": 1.3, "time": 1505776382741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3544, 64.9878, 0.0]}, "bbox": [-147.3544, 64.9878, -147.3544, 64.9878]}, {"id": "3459", "type": "Feature", "properties": {"id": "nc72894836", "mag": 1.11, "time": 1505776268170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826164, 38.803165, -0.67]}, "bbox": [-122.826164, 38.803165, -122.826164, 38.803165]}, {"id": "3460", "type": "Feature", "properties": {"id": "ak16852320", "mag": 2.2, "time": 1505774485259, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6811, 59.3157, 121.6]}, "bbox": [-153.6811, 59.3157, -153.6811, 59.3157]}, {"id": "3461", "type": "Feature", "properties": {"id": "uw61330861", "mag": 1.73, "time": 1505774113220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.3385, 46.609, -0.26]}, "bbox": [-123.3385, 46.609, -123.3385, 46.609]}, {"id": "3462", "type": "Feature", "properties": {"id": "us2000awm5", "mag": 4.3, "time": 1505773697460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.1858, 46.1638, 102.95]}, "bbox": [150.1858, 46.1638, 150.1858, 46.1638]}, {"id": "3463", "type": "Feature", "properties": {"id": "us2000aqck", "mag": 3.9, "time": 1505773335560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2122, -24.1635, 187.0]}, "bbox": [-67.2122, -24.1635, -67.2122, -24.1635]}, {"id": "3464", "type": "Feature", "properties": {"id": "nc72894811", "mag": 1.66, "time": 1505773221810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814667, 38.797333, 2.92]}, "bbox": [-122.814667, 38.797333, -122.814667, 38.797333]}, {"id": "3465", "type": "Feature", "properties": {"id": "us2000aurg", "mag": 3.7, "time": 1505773151260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.33, 54.9516, 64.12]}, "bbox": [-161.33, 54.9516, -161.33, 54.9516]}, {"id": "3466", "type": "Feature", "properties": {"id": "ak16851830", "mag": 1.1, "time": 1505773086095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3969, 60.1593, 0.0]}, "bbox": [-141.3969, 60.1593, -141.3969, 60.1593]}, {"id": "3467", "type": "Feature", "properties": {"id": "ci37766351", "mag": 2.36, "time": 1505772988180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.856, 36.108833, 3.8]}, "bbox": [-117.856, 36.108833, -117.856, 36.108833]}, {"id": "3468", "type": "Feature", "properties": {"id": "us2000aqc4", "mag": 4.3, "time": 1505772810860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7554, 15.1768, 26.84]}, "bbox": [-94.7554, 15.1768, -94.7554, 15.1768]}, {"id": "3469", "type": "Feature", "properties": {"id": "ak16905709", "mag": 1.9, "time": 1505772157260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3386, 60.1473, 141.4]}, "bbox": [-153.3386, 60.1473, -153.3386, 60.1473]}, {"id": "3470", "type": "Feature", "properties": {"id": "nc72894806", "mag": 1.27, "time": 1505771972190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.114667, 39.267, 3.8]}, "bbox": [-123.114667, 39.267, -123.114667, 39.267]}, {"id": "3471", "type": "Feature", "properties": {"id": "ak16905707", "mag": 2.2, "time": 1505771817995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2489, 54.4702, 80.1]}, "bbox": [-164.2489, 54.4702, -164.2489, 54.4702]}, {"id": "3472", "type": "Feature", "properties": {"id": "nc72894796", "mag": 2.0, "time": 1505771179880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.128, 39.249833, 8.56]}, "bbox": [-123.128, 39.249833, -123.128, 39.249833]}, {"id": "3473", "type": "Feature", "properties": {"id": "ak16851826", "mag": 1.4, "time": 1505770110538, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6751, 61.3285, 49.9]}, "bbox": [-150.6751, 61.3285, -150.6751, 61.3285]}, {"id": "3474", "type": "Feature", "properties": {"id": "ci37766303", "mag": 1.45, "time": 1505769920400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605, 32.830833, 11.11]}, "bbox": [-115.605, 32.830833, -115.605, 32.830833]}, {"id": "3475", "type": "Feature", "properties": {"id": "ci37766295", "mag": 1.71, "time": 1505769761910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.604667, 32.8245, 12.0]}, "bbox": [-115.604667, 32.8245, -115.604667, 32.8245]}, {"id": "3476", "type": "Feature", "properties": {"id": "ci37766287", "mag": 2.17, "time": 1505769684730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606, 32.822667, 12.54]}, "bbox": [-115.606, 32.822667, -115.606, 32.822667]}, {"id": "3477", "type": "Feature", "properties": {"id": "pr2017261003", "mag": 2.77, "time": 1505769603950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.496, 19.0255, 9.0]}, "bbox": [-66.496, 19.0255, -66.496, 19.0255]}, {"id": "3478", "type": "Feature", "properties": {"id": "ak16851820", "mag": 1.8, "time": 1505768968360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5226, 60.8929, 114.7]}, "bbox": [-152.5226, 60.8929, -152.5226, 60.8929]}, {"id": "3479", "type": "Feature", "properties": {"id": "ak16851818", "mag": 1.8, "time": 1505768967170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6844, 60.3627, 10.0]}, "bbox": [-147.6844, 60.3627, -147.6844, 60.3627]}, {"id": "3480", "type": "Feature", "properties": {"id": "hv61913136", "mag": 2.13, "time": 1505768803830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.602167, 19.474, 2.169]}, "bbox": [-155.602167, 19.474, -155.602167, 19.474]}, {"id": "3481", "type": "Feature", "properties": {"id": "ci37766271", "mag": 1.2, "time": 1505768642090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.024833, 34.482, 7.73]}, "bbox": [-117.024833, 34.482, -117.024833, 34.482]}, {"id": "3482", "type": "Feature", "properties": {"id": "ci37766255", "mag": 1.05, "time": 1505767837000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.472833, 34.117167, 12.54]}, "bbox": [-117.472833, 34.117167, -117.472833, 34.117167]}, {"id": "3483", "type": "Feature", "properties": {"id": "us2000aq9e", "mag": 4.0, "time": 1505767497800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.084, -30.3511, 16.63]}, "bbox": [-72.084, -30.3511, -72.084, -30.3511]}, {"id": "3484", "type": "Feature", "properties": {"id": "ak16851331", "mag": 3.1, "time": 1505767490141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4781, 55.9976, 142.8]}, "bbox": [-160.4781, 55.9976, -160.4781, 55.9976]}, {"id": "3485", "type": "Feature", "properties": {"id": "ak16851328", "mag": 1.1, "time": 1505767149947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8292, 66.9662, 11.2]}, "bbox": [-135.8292, 66.9662, -135.8292, 66.9662]}, {"id": "3486", "type": "Feature", "properties": {"id": "ci37766231", "mag": 0.99, "time": 1505765477990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.581833, 34.027833, 15.24]}, "bbox": [-117.581833, 34.027833, -117.581833, 34.027833]}, {"id": "3487", "type": "Feature", "properties": {"id": "ak16851294", "mag": 1.2, "time": 1505764980957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5833, 61.5338, 35.4]}, "bbox": [-146.5833, 61.5338, -146.5833, 61.5338]}, {"id": "3488", "type": "Feature", "properties": {"id": "uw61330806", "mag": 1.54, "time": 1505764971380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.54, 46.3245, -0.47]}, "bbox": [-119.54, 46.3245, -119.54, 46.3245]}, {"id": "3489", "type": "Feature", "properties": {"id": "nn00605816", "mag": 1.4, "time": 1505764963953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1157, 37.3834, 0.0]}, "bbox": [-115.1157, 37.3834, -115.1157, 37.3834]}, {"id": "3490", "type": "Feature", "properties": {"id": "nn00605865", "mag": 1.1, "time": 1505764655295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1142, 38.3008, 12.5]}, "bbox": [-119.1142, 38.3008, -119.1142, 38.3008]}, {"id": "3491", "type": "Feature", "properties": {"id": "nc72894761", "mag": 1.86, "time": 1505764383660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.543667, 3.73]}, "bbox": [-118.820667, 37.543667, -118.820667, 37.543667]}, {"id": "3492", "type": "Feature", "properties": {"id": "us2000aq7z", "mag": 4.9, "time": 1505764292580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6427, 15.3134, 31.07]}, "bbox": [-94.6427, 15.3134, -94.6427, 15.3134]}, {"id": "3493", "type": "Feature", "properties": {"id": "ci37766191", "mag": 0.97, "time": 1505763617780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450667, 34.371167, 7.7]}, "bbox": [-116.450667, 34.371167, -116.450667, 34.371167]}, {"id": "3494", "type": "Feature", "properties": {"id": "us2000aq71", "mag": 2.7, "time": 1505763144440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4497, 42.6436, 9.31]}, "bbox": [-111.4497, 42.6436, -111.4497, 42.6436]}, {"id": "3495", "type": "Feature", "properties": {"id": "ci37766183", "mag": 1.36, "time": 1505762589870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1565, 35.016333, -1.02]}, "bbox": [-118.1565, 35.016333, -118.1565, 35.016333]}, {"id": "3496", "type": "Feature", "properties": {"id": "mb80256274", "mag": 1.49, "time": 1505762568370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.875, 12.74]}, "bbox": [-112.536167, 46.875, -112.536167, 46.875]}, {"id": "3497", "type": "Feature", "properties": {"id": "nn00605809", "mag": 1.3, "time": 1505762272549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6987, 37.801, 0.9]}, "bbox": [-117.6987, 37.801, -117.6987, 37.801]}, {"id": "3498", "type": "Feature", "properties": {"id": "ak16850796", "mag": 1.9, "time": 1505761948762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4688, 62.7498, 82.0]}, "bbox": [-150.4688, 62.7498, -150.4688, 62.7498]}, {"id": "3499", "type": "Feature", "properties": {"id": "nn00605855", "mag": 1.3, "time": 1505761056131, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1168, 37.3993, 0.0]}, "bbox": [-115.1168, 37.3993, -115.1168, 37.3993]}, {"id": "3500", "type": "Feature", "properties": {"id": "ci37766175", "mag": 1.17, "time": 1505760720620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9445, 34.324333, -1.41]}, "bbox": [-116.9445, 34.324333, -116.9445, 34.324333]}, {"id": "3501", "type": "Feature", "properties": {"id": "nc72894741", "mag": 1.25, "time": 1505760426930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8455, 38.818, 2.33]}, "bbox": [-122.8455, 38.818, -122.8455, 38.818]}, {"id": "3502", "type": "Feature", "properties": {"id": "uu60247432", "mag": 1.19, "time": 1505760132640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.613667, 40.6905, 8.76]}, "bbox": [-111.613667, 40.6905, -111.613667, 40.6905]}, {"id": "3503", "type": "Feature", "properties": {"id": "ak16850168", "mag": 2.1, "time": 1505759367705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.838, 63.3882, 112.5]}, "bbox": [-149.838, 63.3882, -149.838, 63.3882]}, {"id": "3504", "type": "Feature", "properties": {"id": "ci37766167", "mag": 3.51, "time": 1505759058190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656502, 31.030666, 5.16]}, "bbox": [-116.656502, 31.030666, -116.656502, 31.030666]}, {"id": "3505", "type": "Feature", "properties": {"id": "nn00605797", "mag": 1.7, "time": 1505758994627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1288, 37.4056, 0.0]}, "bbox": [-115.1288, 37.4056, -115.1288, 37.4056]}, {"id": "3506", "type": "Feature", "properties": {"id": "ak16850165", "mag": 1.4, "time": 1505758989527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4112, 62.8303, 102.1]}, "bbox": [-151.4112, 62.8303, -151.4112, 62.8303]}, {"id": "3507", "type": "Feature", "properties": {"id": "ak16905692", "mag": 1.1, "time": 1505758393925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8004, 59.9261, 7.9]}, "bbox": [-136.8004, 59.9261, -136.8004, 59.9261]}, {"id": "3508", "type": "Feature", "properties": {"id": "ci37766159", "mag": 1.12, "time": 1505757568700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.635, 33.146167, 7.87]}, "bbox": [-115.635, 33.146167, -115.635, 33.146167]}, {"id": "3509", "type": "Feature", "properties": {"id": "nc72894726", "mag": 0.98, "time": 1505757550510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.418667, 37.284667, 6.16]}, "bbox": [-118.418667, 37.284667, -118.418667, 37.284667]}, {"id": "3510", "type": "Feature", "properties": {"id": "ak16905691", "mag": 1.4, "time": 1505757310878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9735, 60.9138, 37.2]}, "bbox": [-150.9735, 60.9138, -150.9735, 60.9138]}, {"id": "3511", "type": "Feature", "properties": {"id": "ak16850161", "mag": 1.0, "time": 1505757088256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0018, 62.0064, 13.7]}, "bbox": [-149.0018, 62.0064, -149.0018, 62.0064]}, {"id": "3512", "type": "Feature", "properties": {"id": "ak16905689", "mag": 1.2, "time": 1505757035772, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8926, 61.2214, 62.6]}, "bbox": [-150.8926, 61.2214, -150.8926, 61.2214]}, {"id": "3513", "type": "Feature", "properties": {"id": "pr2017261002", "mag": 2.83, "time": 1505756997070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5011, 19.09, 29.0]}, "bbox": [-66.5011, 19.09, -66.5011, 19.09]}, {"id": "3514", "type": "Feature", "properties": {"id": "us2000aq4m", "mag": 4.3, "time": 1505756979200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2066, 15.6332, 53.99]}, "bbox": [-95.2066, 15.6332, -95.2066, 15.6332]}, {"id": "3515", "type": "Feature", "properties": {"id": "ak16849685", "mag": 1.4, "time": 1505755775657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6398, 58.3116, 3.1]}, "bbox": [-154.6398, 58.3116, -154.6398, 58.3116]}, {"id": "3516", "type": "Feature", "properties": {"id": "nn00605793", "mag": 2.1, "time": 1505755747277, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0899, 37.3433, 2.7]}, "bbox": [-115.0899, 37.3433, -115.0899, 37.3433]}, {"id": "3517", "type": "Feature", "properties": {"id": "us2000aq3v", "mag": 4.1, "time": 1505755544410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8487, 15.9949, 55.32]}, "bbox": [-94.8487, 15.9949, -94.8487, 15.9949]}, {"id": "3518", "type": "Feature", "properties": {"id": "uu60247422", "mag": 3.28, "time": 1505755278460, "felt": 662.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 40.700833, 10.96]}, "bbox": [-111.609167, 40.700833, -111.609167, 40.700833]}, {"id": "3519", "type": "Feature", "properties": {"id": "ak16849675", "mag": 1.0, "time": 1505754649061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0364, 64.4942, 19.7]}, "bbox": [-150.0364, 64.4942, -150.0364, 64.4942]}, {"id": "3520", "type": "Feature", "properties": {"id": "nc72894701", "mag": 1.54, "time": 1505754599760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.869, 36.443167, 15.01]}, "bbox": [-120.869, 36.443167, -120.869, 36.443167]}, {"id": "3521", "type": "Feature", "properties": {"id": "ismpkansas70235573", "mag": 2.16, "time": 1505754215540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.819333, 37.204, 5.2]}, "bbox": [-97.819333, 37.204, -97.819333, 37.204]}, {"id": "3522", "type": "Feature", "properties": {"id": "nc72894696", "mag": 1.11, "time": 1505753360080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.779167, 38.816834, 1.68]}, "bbox": [-122.779167, 38.816834, -122.779167, 38.816834]}, {"id": "3523", "type": "Feature", "properties": {"id": "nc72894681", "mag": 2.71, "time": 1505753271320, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.776833, 38.818833, 1.94]}, "bbox": [-122.776833, 38.818833, -122.776833, 38.818833]}, {"id": "3524", "type": "Feature", "properties": {"id": "us2000aq1c", "mag": 4.3, "time": 1505753232560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9297, 40.1065, 16.32]}, "bbox": [19.9297, 40.1065, 19.9297, 40.1065]}, {"id": "3525", "type": "Feature", "properties": {"id": "hv61912961", "mag": 1.88, "time": 1505752987740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.220333, 19.426333, 30.266]}, "bbox": [-155.220333, 19.426333, -155.220333, 19.426333]}, {"id": "3526", "type": "Feature", "properties": {"id": "ak16849646", "mag": 1.9, "time": 1505752045532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8846, 59.8511, 56.1]}, "bbox": [-151.8846, 59.8511, -151.8846, 59.8511]}, {"id": "3527", "type": "Feature", "properties": {"id": "ak16905682", "mag": 2.1, "time": 1505751893024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9783, 51.5536, 48.5]}, "bbox": [-175.9783, 51.5536, -175.9783, 51.5536]}, {"id": "3528", "type": "Feature", "properties": {"id": "ak16905681", "mag": 1.4, "time": 1505751513529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5148, 59.7419, 92.5]}, "bbox": [-152.5148, 59.7419, -152.5148, 59.7419]}, {"id": "3529", "type": "Feature", "properties": {"id": "us2000aq9y", "mag": 3.0, "time": 1505751460390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.173, 52.0554, 121.43]}, "bbox": [-179.173, 52.0554, -179.173, 52.0554]}, {"id": "3530", "type": "Feature", "properties": {"id": "uu60247412", "mag": 1.56, "time": 1505751055750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8355, 39.743833, 1.73]}, "bbox": [-110.8355, 39.743833, -110.8355, 39.743833]}, {"id": "3531", "type": "Feature", "properties": {"id": "nn00605780", "mag": 1.0, "time": 1505750947574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0248, 38.8721, 3.6]}, "bbox": [-118.0248, 38.8721, -118.0248, 38.8721]}, {"id": "3532", "type": "Feature", "properties": {"id": "nc72894651", "mag": 1.22, "time": 1505750864240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.521833, -0.61]}, "bbox": [-118.8995, 37.521833, -118.8995, 37.521833]}, {"id": "3533", "type": "Feature", "properties": {"id": "us2000apzi", "mag": 4.5, "time": 1505750058850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [77.1478, 40.9769, 10.0]}, "bbox": [77.1478, 40.9769, 77.1478, 40.9769]}, {"id": "3534", "type": "Feature", "properties": {"id": "ak16905679", "mag": 1.0, "time": 1505749750880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3078, 62.9046, 85.6]}, "bbox": [-150.3078, 62.9046, -150.3078, 62.9046]}, {"id": "3535", "type": "Feature", "properties": {"id": "ak16849178", "mag": 1.3, "time": 1505749184927, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5131, 62.8898, 90.2]}, "bbox": [-150.5131, 62.8898, -150.5131, 62.8898]}, {"id": "3536", "type": "Feature", "properties": {"id": "us2000apyu", "mag": 4.3, "time": 1505748920580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1652, -31.8057, 10.0]}, "bbox": [-72.1652, -31.8057, -72.1652, -31.8057]}, {"id": "3537", "type": "Feature", "properties": {"id": "ak16849177", "mag": 3.5, "time": 1505748318594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7225, 51.7093, 41.5]}, "bbox": [-177.7225, 51.7093, -177.7225, 51.7093]}, {"id": "3538", "type": "Feature", "properties": {"id": "nc72894631", "mag": 1.04, "time": 1505748063110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.787498, 38.798832, -0.32]}, "bbox": [-122.787498, 38.798832, -122.787498, 38.798832]}, {"id": "3539", "type": "Feature", "properties": {"id": "hv61912826", "mag": 1.1, "time": 1505748041950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.431667, 19.343833, 9.245]}, "bbox": [-155.431667, 19.343833, -155.431667, 19.343833]}, {"id": "3540", "type": "Feature", "properties": {"id": "nn00605847", "mag": 1.0, "time": 1505747832897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1332, 37.421, 0.0]}, "bbox": [-115.1332, 37.421, -115.1332, 37.421]}, {"id": "3541", "type": "Feature", "properties": {"id": "us2000apya", "mag": 4.7, "time": 1505747639290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5858, 15.1833, 36.89]}, "bbox": [-94.5858, 15.1833, -94.5858, 15.1833]}, {"id": "3542", "type": "Feature", "properties": {"id": "ak16848711", "mag": 1.3, "time": 1505747504037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7568, 59.8878, 0.0]}, "bbox": [-136.7568, 59.8878, -136.7568, 59.8878]}, {"id": "3543", "type": "Feature", "properties": {"id": "ak16905675", "mag": 2.1, "time": 1505746990876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9195, 57.1996, 98.3]}, "bbox": [-156.9195, 57.1996, -156.9195, 57.1996]}, {"id": "3544", "type": "Feature", "properties": {"id": "nc72894616", "mag": 2.19, "time": 1505746390770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 40.217, 6.16]}, "bbox": [-121.149, 40.217, -121.149, 40.217]}, {"id": "3545", "type": "Feature", "properties": {"id": "ak16848704", "mag": 2.3, "time": 1505746286875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7477, 53.6076, 54.8]}, "bbox": [-164.7477, 53.6076, -164.7477, 53.6076]}, {"id": "3546", "type": "Feature", "properties": {"id": "pr2017261001", "mag": 2.61, "time": 1505746245880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.7745, 18.8611, 60.0]}, "bbox": [-64.7745, 18.8611, -64.7745, 18.8611]}, {"id": "3547", "type": "Feature", "properties": {"id": "ak16848698", "mag": 2.1, "time": 1505746048831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6658, 61.6841, 99.5]}, "bbox": [-151.6658, 61.6841, -151.6658, 61.6841]}, {"id": "3548", "type": "Feature", "properties": {"id": "us2000aq9s", "mag": 4.1, "time": 1505745176040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3907, 51.552, 15.01]}, "bbox": [-178.3907, 51.552, -178.3907, 51.552]}, {"id": "3549", "type": "Feature", "properties": {"id": "us2000apxn", "mag": 4.9, "time": 1505745090220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.9092, -17.3471, 45.41]}, "bbox": [-173.9092, -17.3471, -173.9092, -17.3471]}, {"id": "3550", "type": "Feature", "properties": {"id": "us2000apxj", "mag": 4.3, "time": 1505744936080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2186, -31.8431, 10.0]}, "bbox": [-72.2186, -31.8431, -72.2186, -31.8431]}, {"id": "3551", "type": "Feature", "properties": {"id": "nn00605771", "mag": 1.4, "time": 1505744651408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1135, 37.3693, 0.0]}, "bbox": [-115.1135, 37.3693, -115.1135, 37.3693]}, {"id": "3552", "type": "Feature", "properties": {"id": "us2000apx5", "mag": 5.6, "time": 1505744352870, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5576, 15.2537, 10.0]}, "bbox": [-94.5576, 15.2537, -94.5576, 15.2537]}, {"id": "3553", "type": "Feature", "properties": {"id": "ak16905668", "mag": 2.5, "time": 1505742582241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8697, 55.3906, 161.2]}, "bbox": [-162.8697, 55.3906, -162.8697, 55.3906]}, {"id": "3554", "type": "Feature", "properties": {"id": "us2000apwd", "mag": 5.8, "time": 1505742416590, "felt": 129.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.147, -31.82, 10.0]}, "bbox": [-72.147, -31.82, -72.147, -31.82]}, {"id": "3555", "type": "Feature", "properties": {"id": "us2000apz2", "mag": 2.7, "time": 1505742004420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8389, 9.05]}, "bbox": [-112.5215, 46.8389, -112.5215, 46.8389]}, {"id": "3556", "type": "Feature", "properties": {"id": "nn00605759", "mag": 1.7, "time": 1505741994692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.124, 38.2695, 11.4]}, "bbox": [-119.124, 38.2695, -119.124, 38.2695]}, {"id": "3557", "type": "Feature", "properties": {"id": "us2000apw7", "mag": 4.6, "time": 1505741142110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.9613, 54.8175, 10.0]}, "bbox": [167.9613, 54.8175, 167.9613, 54.8175]}, {"id": "3558", "type": "Feature", "properties": {"id": "ak16905665", "mag": 1.6, "time": 1505741113018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6727, 58.1121, 86.4]}, "bbox": [-154.6727, 58.1121, -154.6727, 58.1121]}, {"id": "3559", "type": "Feature", "properties": {"id": "ak16905664", "mag": 1.1, "time": 1505740639920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4494, 63.2584, 114.0]}, "bbox": [-150.4494, 63.2584, -150.4494, 63.2584]}, {"id": "3560", "type": "Feature", "properties": {"id": "nc72894591", "mag": 2.07, "time": 1505739410930, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0555, 37.236667, 7.74]}, "bbox": [-122.0555, 37.236667, -122.0555, 37.236667]}, {"id": "3561", "type": "Feature", "properties": {"id": "ak16848204", "mag": 1.1, "time": 1505739204689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9796, 60.2252, 8.2]}, "bbox": [-140.9796, 60.2252, -140.9796, 60.2252]}, {"id": "3562", "type": "Feature", "properties": {"id": "mb80256214", "mag": 2.14, "time": 1505739119730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5825, 46.902333, 13.02]}, "bbox": [-112.5825, 46.902333, -112.5825, 46.902333]}, {"id": "3563", "type": "Feature", "properties": {"id": "nc72894586", "mag": 2.01, "time": 1505738526550, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.378, 36.3415, 3.67]}, "bbox": [-120.378, 36.3415, -120.378, 36.3415]}, {"id": "3564", "type": "Feature", "properties": {"id": "ak16847753", "mag": 1.3, "time": 1505737613815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1555, 60.2089, 8.0]}, "bbox": [-147.1555, 60.2089, -147.1555, 60.2089]}, {"id": "3565", "type": "Feature", "properties": {"id": "us2000apvj", "mag": 5.0, "time": 1505736665230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9085, -30.4189, 35.0]}, "bbox": [-177.9085, -30.4189, -177.9085, -30.4189]}, {"id": "3566", "type": "Feature", "properties": {"id": "us2000apva", "mag": 4.9, "time": 1505736421580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9784, 16.2017, 42.11]}, "bbox": [-94.9784, 16.2017, -94.9784, 16.2017]}, {"id": "3567", "type": "Feature", "properties": {"id": "nc72894571", "mag": 1.07, "time": 1505736271580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784332, 38.838333, 0.08]}, "bbox": [-122.784332, 38.838333, -122.784332, 38.838333]}, {"id": "3568", "type": "Feature", "properties": {"id": "nc72894556", "mag": 0.97, "time": 1505736021180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.813499, 2.19]}, "bbox": [-122.818001, 38.813499, -122.818001, 38.813499]}, {"id": "3569", "type": "Feature", "properties": {"id": "ak16847743", "mag": 2.1, "time": 1505735884769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3712, 59.8705, 71.6]}, "bbox": [-152.3712, 59.8705, -152.3712, 59.8705]}, {"id": "3570", "type": "Feature", "properties": {"id": "ak16847742", "mag": 1.0, "time": 1505735834346, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8742, 61.715, 45.4]}, "bbox": [-149.8742, 61.715, -149.8742, 61.715]}, {"id": "3571", "type": "Feature", "properties": {"id": "ak16905659", "mag": 1.3, "time": 1505735311381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8392, 63.0532, 129.1]}, "bbox": [-150.8392, 63.0532, -150.8392, 63.0532]}, {"id": "3572", "type": "Feature", "properties": {"id": "mb80256209", "mag": 1.05, "time": 1505734177450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.518, 46.853667, 12.03]}, "bbox": [-112.518, 46.853667, -112.518, 46.853667]}, {"id": "3573", "type": "Feature", "properties": {"id": "mb80256199", "mag": 1.81, "time": 1505733980660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.487833, 46.873667, 12.76]}, "bbox": [-112.487833, 46.873667, -112.487833, 46.873667]}, {"id": "3574", "type": "Feature", "properties": {"id": "nc72894526", "mag": 1.16, "time": 1505733885060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.805833, 2.04]}, "bbox": [-122.8005, 38.805833, -122.8005, 38.805833]}, {"id": "3575", "type": "Feature", "properties": {"id": "ak16847290", "mag": 1.5, "time": 1505733696824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5693, 64.3804, 8.3]}, "bbox": [-147.5693, 64.3804, -147.5693, 64.3804]}, {"id": "3576", "type": "Feature", "properties": {"id": "nc72894516", "mag": 1.04, "time": 1505733506920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814163, 38.801998, 2.32]}, "bbox": [-122.814163, 38.801998, -122.814163, 38.801998]}, {"id": "3577", "type": "Feature", "properties": {"id": "us2000aur7", "mag": 3.1, "time": 1505733485810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.7034, 52.2855, 34.99]}, "bbox": [-170.7034, 52.2855, -170.7034, 52.2855]}, {"id": "3578", "type": "Feature", "properties": {"id": "ak16847284", "mag": 1.4, "time": 1505732610976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6388, 61.2241, 50.7]}, "bbox": [-150.6388, 61.2241, -150.6388, 61.2241]}, {"id": "3579", "type": "Feature", "properties": {"id": "ci37765935", "mag": 1.95, "time": 1505732049210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 34.9205, 5.15]}, "bbox": [-116.924667, 34.9205, -116.924667, 34.9205]}, {"id": "3580", "type": "Feature", "properties": {"id": "ci37765927", "mag": 1.35, "time": 1505731803760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3425, 35.462, 3.59]}, "bbox": [-118.3425, 35.462, -118.3425, 35.462]}, {"id": "3581", "type": "Feature", "properties": {"id": "nc72894501", "mag": 1.64, "time": 1505731051670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.950333, 41.046833, 9.17]}, "bbox": [-121.950333, 41.046833, -121.950333, 41.046833]}, {"id": "3582", "type": "Feature", "properties": {"id": "ak16905652", "mag": 2.0, "time": 1505729940504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5491, 54.9912, 67.0]}, "bbox": [-161.5491, 54.9912, -161.5491, 54.9912]}, {"id": "3583", "type": "Feature", "properties": {"id": "ak16846821", "mag": 3.6, "time": 1505729929794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5426, 63.5414, 107.9]}, "bbox": [-149.5426, 63.5414, -149.5426, 63.5414]}, {"id": "3584", "type": "Feature", "properties": {"id": "hv61912566", "mag": 1.91, "time": 1505728760570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.608167, 19.4375, 2.822]}, "bbox": [-155.608167, 19.4375, -155.608167, 19.4375]}, {"id": "3585", "type": "Feature", "properties": {"id": "ak16846819", "mag": 1.2, "time": 1505728039731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.773, 63.2917, 2.1]}, "bbox": [-151.773, 63.2917, -151.773, 63.2917]}, {"id": "3586", "type": "Feature", "properties": {"id": "pr2017261000", "mag": 2.03, "time": 1505727803000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2451, 18.1321, 32.0]}, "bbox": [-67.2451, 18.1321, -67.2451, 18.1321]}, {"id": "3587", "type": "Feature", "properties": {"id": "ci37765911", "mag": 1.15, "time": 1505727350640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.034667, 34.574333, 8.17]}, "bbox": [-120.034667, 34.574333, -120.034667, 34.574333]}, {"id": "3588", "type": "Feature", "properties": {"id": "nc72894496", "mag": 1.16, "time": 1505727178720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.815002, 38.806999, 3.0]}, "bbox": [-122.815002, 38.806999, -122.815002, 38.806999]}, {"id": "3589", "type": "Feature", "properties": {"id": "ak16846817", "mag": 1.3, "time": 1505726686491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5195, 61.7191, 48.0]}, "bbox": [-150.5195, 61.7191, -150.5195, 61.7191]}, {"id": "3590", "type": "Feature", "properties": {"id": "nc72894491", "mag": 1.99, "time": 1505726671730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177167, 36.580167, 5.17]}, "bbox": [-121.177167, 36.580167, -121.177167, 36.580167]}, {"id": "3591", "type": "Feature", "properties": {"id": "ak16846815", "mag": 1.4, "time": 1505726488235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0878, 61.0048, 19.3]}, "bbox": [-146.0878, 61.0048, -146.0878, 61.0048]}, {"id": "3592", "type": "Feature", "properties": {"id": "ak16846813", "mag": 1.3, "time": 1505726256030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0016, 62.7051, 3.6]}, "bbox": [-152.0016, 62.7051, -152.0016, 62.7051]}, {"id": "3593", "type": "Feature", "properties": {"id": "ak16846811", "mag": 1.2, "time": 1505725663332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7382, 59.7002, 39.4]}, "bbox": [-150.7382, 59.7002, -150.7382, 59.7002]}, {"id": "3594", "type": "Feature", "properties": {"id": "nn00605720", "mag": 1.9, "time": 1505725520932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0964, 37.3646, 4.7]}, "bbox": [-115.0964, 37.3646, -115.0964, 37.3646]}, {"id": "3595", "type": "Feature", "properties": {"id": "ak16905644", "mag": 1.4, "time": 1505724853854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3038, 57.9653, 66.7]}, "bbox": [-154.3038, 57.9653, -154.3038, 57.9653]}, {"id": "3596", "type": "Feature", "properties": {"id": "nc72894486", "mag": 1.37, "time": 1505724683560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.892833, 39.342333, 17.73]}, "bbox": [-122.892833, 39.342333, -122.892833, 39.342333]}, {"id": "3597", "type": "Feature", "properties": {"id": "ak16905643", "mag": 1.3, "time": 1505724218199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9106, 60.4014, 74.9]}, "bbox": [-151.9106, 60.4014, -151.9106, 60.4014]}, {"id": "3598", "type": "Feature", "properties": {"id": "ak16846810", "mag": 1.2, "time": 1505724188489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4141, 63.186, 102.9]}, "bbox": [-150.4141, 63.186, -150.4141, 63.186]}, {"id": "3599", "type": "Feature", "properties": {"id": "ak16846807", "mag": 2.8, "time": 1505723956077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0917, 53.5664, 54.2]}, "bbox": [-165.0917, 53.5664, -165.0917, 53.5664]}, {"id": "3600", "type": "Feature", "properties": {"id": "ak16846803", "mag": 1.3, "time": 1505723952516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.705, 62.5617, 9.0]}, "bbox": [-152.705, 62.5617, -152.705, 62.5617]}, {"id": "3601", "type": "Feature", "properties": {"id": "ak16846799", "mag": 1.9, "time": 1505723888518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5274, 59.9845, 0.0]}, "bbox": [-139.5274, 59.9845, -139.5274, 59.9845]}, {"id": "3602", "type": "Feature", "properties": {"id": "ak16846358", "mag": 1.3, "time": 1505723457765, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9157, 63.5359, 3.7]}, "bbox": [-150.9157, 63.5359, -150.9157, 63.5359]}, {"id": "3603", "type": "Feature", "properties": {"id": "nc72894456", "mag": 1.22, "time": 1505721765430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157, 36.5615, 3.01]}, "bbox": [-121.157, 36.5615, -121.157, 36.5615]}, {"id": "3604", "type": "Feature", "properties": {"id": "ak16905637", "mag": 1.8, "time": 1505721695198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5368, 53.884, 45.2]}, "bbox": [-164.5368, 53.884, -164.5368, 53.884]}, {"id": "3605", "type": "Feature", "properties": {"id": "ak16846355", "mag": 1.3, "time": 1505721374282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8253, 64.8958, 12.3]}, "bbox": [-147.8253, 64.8958, -147.8253, 64.8958]}, {"id": "3606", "type": "Feature", "properties": {"id": "ak16846352", "mag": 1.3, "time": 1505721334563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8755, 64.8906, 14.6]}, "bbox": [-147.8755, 64.8906, -147.8755, 64.8906]}, {"id": "3607", "type": "Feature", "properties": {"id": "ak16846351", "mag": 1.4, "time": 1505720984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6407, 59.7861, 56.0]}, "bbox": [-151.6407, 59.7861, -151.6407, 59.7861]}, {"id": "3608", "type": "Feature", "properties": {"id": "ak16905633", "mag": 1.2, "time": 1505720070282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2909, 61.9803, 75.6]}, "bbox": [-151.2909, 61.9803, -151.2909, 61.9803]}, {"id": "3609", "type": "Feature", "properties": {"id": "ak16905632", "mag": 1.3, "time": 1505720064076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7225, 60.6284, 40.3]}, "bbox": [-150.7225, 60.6284, -150.7225, 60.6284]}, {"id": "3610", "type": "Feature", "properties": {"id": "ci37765871", "mag": 0.96, "time": 1505719770880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.495, 4.99]}, "bbox": [-116.790667, 33.495, -116.790667, 33.495]}, {"id": "3611", "type": "Feature", "properties": {"id": "hv61912506", "mag": 1.73, "time": 1505719651510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.218167, 19.4285, 29.836]}, "bbox": [-155.218167, 19.4285, -155.218167, 19.4285]}, {"id": "3612", "type": "Feature", "properties": {"id": "nc72894436", "mag": 1.05, "time": 1505719249700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0175, 37.221333, 9.74]}, "bbox": [-122.0175, 37.221333, -122.0175, 37.221333]}, {"id": "3613", "type": "Feature", "properties": {"id": "nc72894411", "mag": 1.53, "time": 1505718670360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827167, 38.8125, 1.64]}, "bbox": [-122.827167, 38.8125, -122.827167, 38.8125]}, {"id": "3614", "type": "Feature", "properties": {"id": "ak16845911", "mag": 1.3, "time": 1505718573027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2238, 64.9935, 6.8]}, "bbox": [-161.2238, 64.9935, -161.2238, 64.9935]}, {"id": "3615", "type": "Feature", "properties": {"id": "nc72894406", "mag": 1.22, "time": 1505718182950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.180167, 36.585333, 5.57]}, "bbox": [-121.180167, 36.585333, -121.180167, 36.585333]}, {"id": "3616", "type": "Feature", "properties": {"id": "ak16845908", "mag": 1.1, "time": 1505717899889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0029, 61.1046, 1.6]}, "bbox": [-140.0029, 61.1046, -140.0029, 61.1046]}, {"id": "3617", "type": "Feature", "properties": {"id": "ak16845905", "mag": 2.8, "time": 1505717405495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0451, 53.5595, 58.8]}, "bbox": [-165.0451, 53.5595, -165.0451, 53.5595]}, {"id": "3618", "type": "Feature", "properties": {"id": "mb80256179", "mag": 2.84, "time": 1505717382030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.576167, 48.519, 10.89]}, "bbox": [-114.576167, 48.519, -114.576167, 48.519]}, {"id": "3619", "type": "Feature", "properties": {"id": "ci37765839", "mag": 1.11, "time": 1505716385670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6075, 32.833667, 11.71]}, "bbox": [-115.6075, 32.833667, -115.6075, 32.833667]}, {"id": "3620", "type": "Feature", "properties": {"id": "ak16905628", "mag": 1.2, "time": 1505716158469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5838, 63.1688, 113.8]}, "bbox": [-150.5838, 63.1688, -150.5838, 63.1688]}, {"id": "3621", "type": "Feature", "properties": {"id": "ak16905627", "mag": 1.2, "time": 1505715377323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6661, 60.0063, 5.7]}, "bbox": [-140.6661, 60.0063, -140.6661, 60.0063]}, {"id": "3622", "type": "Feature", "properties": {"id": "ak16845901", "mag": 1.6, "time": 1505714845138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4484, 61.3659, 46.1]}, "bbox": [-150.4484, 61.3659, -150.4484, 61.3659]}, {"id": "3623", "type": "Feature", "properties": {"id": "mb80256174", "mag": 1.81, "time": 1505714255290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.9025, 12.6]}, "bbox": [-112.529333, 46.9025, -112.529333, 46.9025]}, {"id": "3624", "type": "Feature", "properties": {"id": "ak16845458", "mag": 1.9, "time": 1505713543034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4235, 61.487, 4.6]}, "bbox": [-146.4235, 61.487, -146.4235, 61.487]}, {"id": "3625", "type": "Feature", "properties": {"id": "ak16845453", "mag": 3.2, "time": 1505712925929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0259, 53.5803, 50.5]}, "bbox": [-165.0259, 53.5803, -165.0259, 53.5803]}, {"id": "3626", "type": "Feature", "properties": {"id": "us2000apru", "mag": 5.7, "time": 1505712483490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-12.7162, -18.5262, 10.0]}, "bbox": [-12.7162, -18.5262, -12.7162, -18.5262]}, {"id": "3627", "type": "Feature", "properties": {"id": "nn00605697", "mag": 1.0, "time": 1505711755570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4153, 9.7]}, "bbox": [-118.9167, 38.4153, -118.9167, 38.4153]}, {"id": "3628", "type": "Feature", "properties": {"id": "ak16845450", "mag": 2.7, "time": 1505711653057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4353, 51.7384, 88.4]}, "bbox": [179.4353, 51.7384, 179.4353, 51.7384]}, {"id": "3629", "type": "Feature", "properties": {"id": "ak16845451", "mag": 1.4, "time": 1505711579811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0383, 61.8395, 66.6]}, "bbox": [-151.0383, 61.8395, -151.0383, 61.8395]}, {"id": "3630", "type": "Feature", "properties": {"id": "nc72894331", "mag": 2.68, "time": 1505711256010, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.213167, 41.036, 15.48]}, "bbox": [-125.213167, 41.036, -125.213167, 41.036]}, {"id": "3631", "type": "Feature", "properties": {"id": "us2000apre", "mag": 3.6, "time": 1505710149350, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.6072, 5.27]}, "bbox": [-111.457, 42.6072, -111.457, 42.6072]}, {"id": "3632", "type": "Feature", "properties": {"id": "uu60247312", "mag": 1.94, "time": 1505709538260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.024833, 44.791, 10.06]}, "bbox": [-111.024833, 44.791, -111.024833, 44.791]}, {"id": "3633", "type": "Feature", "properties": {"id": "ak16845447", "mag": 1.6, "time": 1505709232112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.234, 53.4469, 14.0]}, "bbox": [-167.234, 53.4469, -167.234, 53.4469]}, {"id": "3634", "type": "Feature", "properties": {"id": "ci37765759", "mag": 1.11, "time": 1505708432940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.496667, 4.85]}, "bbox": [-116.797, 33.496667, -116.797, 33.496667]}, {"id": "3635", "type": "Feature", "properties": {"id": "nm60206976", "mag": 2.5, "time": 1505708310780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.764167, 36.103833, 7.78]}, "bbox": [-89.764167, 36.103833, -89.764167, 36.103833]}, {"id": "3636", "type": "Feature", "properties": {"id": "nc72894281", "mag": 1.78, "time": 1505708211260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.583, 36.899833, 6.75]}, "bbox": [-121.583, 36.899833, -121.583, 36.899833]}, {"id": "3637", "type": "Feature", "properties": {"id": "ak16845444", "mag": 1.6, "time": 1505708018964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0127, 61.0975, 1.1]}, "bbox": [-140.0127, 61.0975, -140.0127, 61.0975]}, {"id": "3638", "type": "Feature", "properties": {"id": "ak16845440", "mag": 1.7, "time": 1505706867753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5639, 63.255, 126.3]}, "bbox": [-150.5639, 63.255, -150.5639, 63.255]}, {"id": "3639", "type": "Feature", "properties": {"id": "ak16845438", "mag": 3.0, "time": 1505706621950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0175, 55.7675, 33.0]}, "bbox": [-153.0175, 55.7675, -153.0175, 55.7675]}, {"id": "3640", "type": "Feature", "properties": {"id": "ci37765751", "mag": 1.44, "time": 1505706060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.6865, 17.69]}, "bbox": [-116.797, 33.6865, -116.797, 33.6865]}, {"id": "3641", "type": "Feature", "properties": {"id": "uu60247287", "mag": 2.42, "time": 1505704855680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.429167, 42.593667, 7.36]}, "bbox": [-111.429167, 42.593667, -111.429167, 42.593667]}, {"id": "3642", "type": "Feature", "properties": {"id": "ak16845431", "mag": 2.4, "time": 1505704484262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8583, 58.216, 42.3]}, "bbox": [-152.8583, 58.216, -152.8583, 58.216]}, {"id": "3643", "type": "Feature", "properties": {"id": "ak16845430", "mag": 1.1, "time": 1505704418776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2714, 58.1899, 5.0]}, "bbox": [-155.2714, 58.1899, -155.2714, 58.1899]}, {"id": "3644", "type": "Feature", "properties": {"id": "mb80256144", "mag": 1.01, "time": 1505704182270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.8725, 13.72]}, "bbox": [-112.526333, 46.8725, -112.526333, 46.8725]}, {"id": "3645", "type": "Feature", "properties": {"id": "ak16905611", "mag": 1.0, "time": 1505704113848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9313, 61.6519, 67.6]}, "bbox": [-150.9313, 61.6519, -150.9313, 61.6519]}, {"id": "3646", "type": "Feature", "properties": {"id": "nc72894211", "mag": 1.84, "time": 1505703109320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.735167, 37.656, 5.91]}, "bbox": [-121.735167, 37.656, -121.735167, 37.656]}, {"id": "3647", "type": "Feature", "properties": {"id": "ak16845426", "mag": 1.6, "time": 1505702885799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6172, 61.5636, 14.5]}, "bbox": [-146.6172, 61.5636, -146.6172, 61.5636]}, {"id": "3648", "type": "Feature", "properties": {"id": "ci37765687", "mag": 1.59, "time": 1505702779150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.919833, 33.9785, 4.46]}, "bbox": [-116.919833, 33.9785, -116.919833, 33.9785]}, {"id": "3649", "type": "Feature", "properties": {"id": "nn00605680", "mag": 1.4, "time": 1505702728608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.713, 38.8287, 9.8]}, "bbox": [-119.713, 38.8287, -119.713, 38.8287]}, {"id": "3650", "type": "Feature", "properties": {"id": "ak16844993", "mag": 1.3, "time": 1505701093513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5107, 62.1708, 21.0]}, "bbox": [-145.5107, 62.1708, -145.5107, 62.1708]}, {"id": "3651", "type": "Feature", "properties": {"id": "us2000awky", "mag": 4.1, "time": 1505700898950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3513, 15.0304, 10.0]}, "bbox": [-94.3513, 15.0304, -94.3513, 15.0304]}, {"id": "3652", "type": "Feature", "properties": {"id": "ci37765671", "mag": 1.43, "time": 1505700367060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172167, 34.033667, 5.06]}, "bbox": [-117.172167, 34.033667, -117.172167, 34.033667]}, {"id": "3653", "type": "Feature", "properties": {"id": "ak16905606", "mag": 1.2, "time": 1505699859087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8715, 60.6663, 44.3]}, "bbox": [-150.8715, 60.6663, -150.8715, 60.6663]}, {"id": "3654", "type": "Feature", "properties": {"id": "uw61330596", "mag": 1.49, "time": 1505699530930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847333, 47.759167, 17.25]}, "bbox": [-122.847333, 47.759167, -122.847333, 47.759167]}, {"id": "3655", "type": "Feature", "properties": {"id": "us2000apq2", "mag": 4.2, "time": 1505699407130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2351, 15.3068, 42.58]}, "bbox": [-94.2351, 15.3068, -94.2351, 15.3068]}, {"id": "3656", "type": "Feature", "properties": {"id": "us2000awly", "mag": 4.2, "time": 1505698782750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1304, 14.9812, 38.39]}, "bbox": [-94.1304, 14.9812, -94.1304, 14.9812]}, {"id": "3657", "type": "Feature", "properties": {"id": "ak16905605", "mag": 1.0, "time": 1505698554304, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5172, 62.1736, 24.2]}, "bbox": [-145.5172, 62.1736, -145.5172, 62.1736]}, {"id": "3658", "type": "Feature", "properties": {"id": "nc72894176", "mag": 2.03, "time": 1505698095820, "felt": 171.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.295333, 37.912, 2.97]}, "bbox": [-122.295333, 37.912, -122.295333, 37.912]}, {"id": "3659", "type": "Feature", "properties": {"id": "us2000appq", "mag": 4.5, "time": 1505697812820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.3367, 53.381, 85.64]}, "bbox": [159.3367, 53.381, 159.3367, 53.381]}, {"id": "3660", "type": "Feature", "properties": {"id": "ci37765639", "mag": 1.01, "time": 1505697641450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7125, 33.986833, 15.48]}, "bbox": [-116.7125, 33.986833, -116.7125, 33.986833]}, {"id": "3661", "type": "Feature", "properties": {"id": "us2000appj", "mag": 4.2, "time": 1505697430690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.5275, -17.5255, 167.68]}, "bbox": [-69.5275, -17.5255, -69.5275, -17.5255]}, {"id": "3662", "type": "Feature", "properties": {"id": "ak16844988", "mag": 1.0, "time": 1505697245375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1193, 62.3401, 0.6]}, "bbox": [-149.1193, 62.3401, -149.1193, 62.3401]}, {"id": "3663", "type": "Feature", "properties": {"id": "ci37765631", "mag": 1.87, "time": 1505697080810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650333, 36.996833, -0.56]}, "bbox": [-117.650333, 36.996833, -117.650333, 36.996833]}, {"id": "3664", "type": "Feature", "properties": {"id": "ak16905602", "mag": 1.4, "time": 1505696884087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1499, 61.9617, 114.4]}, "bbox": [-152.1499, 61.9617, -152.1499, 61.9617]}, {"id": "3665", "type": "Feature", "properties": {"id": "ak16844556", "mag": 1.5, "time": 1505696691069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8744, 60.2484, 9.9]}, "bbox": [-141.8744, 60.2484, -141.8744, 60.2484]}, {"id": "3666", "type": "Feature", "properties": {"id": "us2000azbk", "mag": 4.0, "time": 1505696468620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5206, 14.824, 18.19]}, "bbox": [-94.5206, 14.824, -94.5206, 14.824]}, {"id": "3667", "type": "Feature", "properties": {"id": "ak16844553", "mag": 1.3, "time": 1505696463448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4081, 64.6136, 20.7]}, "bbox": [-149.4081, 64.6136, -149.4081, 64.6136]}, {"id": "3668", "type": "Feature", "properties": {"id": "nc72894161", "mag": 1.21, "time": 1505695849630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.818833, 37.41, -0.31]}, "bbox": [-121.818833, 37.41, -121.818833, 37.41]}, {"id": "3669", "type": "Feature", "properties": {"id": "us2000awku", "mag": 4.1, "time": 1505694807240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.306, 19.0286, 202.23]}, "bbox": [145.306, 19.0286, 145.306, 19.0286]}, {"id": "3670", "type": "Feature", "properties": {"id": "us2000app7", "mag": 4.4, "time": 1505694748030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.3564, -8.1346, 41.72]}, "bbox": [119.3564, -8.1346, 119.3564, -8.1346]}, {"id": "3671", "type": "Feature", "properties": {"id": "nn00605668", "mag": 1.2, "time": 1505694738920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3624, 37.0509, 0.0]}, "bbox": [-115.3624, 37.0509, -115.3624, 37.0509]}, {"id": "3672", "type": "Feature", "properties": {"id": "ak16844544", "mag": 2.0, "time": 1505694295643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7281, 60.3555, 46.1]}, "bbox": [-150.7281, 60.3555, -150.7281, 60.3555]}, {"id": "3673", "type": "Feature", "properties": {"id": "ak16844543", "mag": 1.8, "time": 1505694278381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7896, 59.8626, 4.6]}, "bbox": [-136.7896, 59.8626, -136.7896, 59.8626]}, {"id": "3674", "type": "Feature", "properties": {"id": "nc72894151", "mag": 1.42, "time": 1505693902060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.912833, 37.621667, 2.05]}, "bbox": [-118.912833, 37.621667, -118.912833, 37.621667]}, {"id": "3675", "type": "Feature", "properties": {"id": "ak16844541", "mag": 1.3, "time": 1505693551555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.791, 61.7452, 48.2]}, "bbox": [-149.791, 61.7452, -149.791, 61.7452]}, {"id": "3676", "type": "Feature", "properties": {"id": "mb80256109", "mag": 1.41, "time": 1505690846740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.869667, 12.91]}, "bbox": [-112.522, 46.869667, -112.522, 46.869667]}, {"id": "3677", "type": "Feature", "properties": {"id": "ci37765583", "mag": 1.3, "time": 1505690496480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673167, 35.042833, -0.82]}, "bbox": [-117.673167, 35.042833, -117.673167, 35.042833]}, {"id": "3678", "type": "Feature", "properties": {"id": "ak16873959", "mag": 1.1, "time": 1505690288149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4144, 67.2216, 11.0]}, "bbox": [-153.4144, 67.2216, -153.4144, 67.2216]}, {"id": "3679", "type": "Feature", "properties": {"id": "ak16844094", "mag": 1.9, "time": 1505690276630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3972, 53.7854, 6.8]}, "bbox": [-166.3972, 53.7854, -166.3972, 53.7854]}, {"id": "3680", "type": "Feature", "properties": {"id": "us2000apnm", "mag": 4.9, "time": 1505689940400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.5672, -4.6379, 588.19]}, "bbox": [149.5672, -4.6379, 149.5672, -4.6379]}, {"id": "3681", "type": "Feature", "properties": {"id": "mb80256099", "mag": 2.34, "time": 1505689339390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.899167, 12.28]}, "bbox": [-112.5195, 46.899167, -112.5195, 46.899167]}, {"id": "3682", "type": "Feature", "properties": {"id": "ak16844091", "mag": 1.5, "time": 1505688162418, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5592, 60.9727, 72.2]}, "bbox": [-151.5592, 60.9727, -151.5592, 60.9727]}, {"id": "3683", "type": "Feature", "properties": {"id": "mb80256084", "mag": 1.49, "time": 1505688150190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.8165, 46.9305, 13.74]}, "bbox": [-112.8165, 46.9305, -112.8165, 46.9305]}, {"id": "3684", "type": "Feature", "properties": {"id": "nc72894131", "mag": 0.95, "time": 1505687822870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.026667, 36.453333, 2.98]}, "bbox": [-121.026667, 36.453333, -121.026667, 36.453333]}, {"id": "3685", "type": "Feature", "properties": {"id": "nc72894126", "mag": 1.46, "time": 1505687740270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.618333, 36.970833, 5.35]}, "bbox": [-121.618333, 36.970833, -121.618333, 36.970833]}, {"id": "3686", "type": "Feature", "properties": {"id": "ak16844087", "mag": 1.3, "time": 1505686236328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3499, 60.4807, 6.2]}, "bbox": [-147.3499, 60.4807, -147.3499, 60.4807]}, {"id": "3687", "type": "Feature", "properties": {"id": "ak16844084", "mag": 1.7, "time": 1505686047172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7406, 64.6981, 9.7]}, "bbox": [-153.7406, 64.6981, -153.7406, 64.6981]}, {"id": "3688", "type": "Feature", "properties": {"id": "ak16844079", "mag": 2.1, "time": 1505685489298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3304, 60.4706, 9.6]}, "bbox": [-147.3304, 60.4706, -147.3304, 60.4706]}, {"id": "3689", "type": "Feature", "properties": {"id": "uw61330461", "mag": 2.46, "time": 1505684983130, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.725333, 47.439333, 22.35]}, "bbox": [-121.725333, 47.439333, -121.725333, 47.439333]}, {"id": "3690", "type": "Feature", "properties": {"id": "ak16873952", "mag": 2.2, "time": 1505684866449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.006, 52.386, 9.1]}, "bbox": [-169.006, 52.386, -169.006, 52.386]}, {"id": "3691", "type": "Feature", "properties": {"id": "nc72894116", "mag": 1.14, "time": 1505684450170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.571833, 37.947167, 8.37]}, "bbox": [-118.571833, 37.947167, -118.571833, 37.947167]}, {"id": "3692", "type": "Feature", "properties": {"id": "ak16873951", "mag": 1.3, "time": 1505684432066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6357, 60.5724, 2.9]}, "bbox": [-147.6357, 60.5724, -147.6357, 60.5724]}, {"id": "3693", "type": "Feature", "properties": {"id": "ak16843656", "mag": 1.6, "time": 1505683789980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1167, 59.7703, 41.9]}, "bbox": [-151.1167, 59.7703, -151.1167, 59.7703]}, {"id": "3694", "type": "Feature", "properties": {"id": "ak16843652", "mag": 1.6, "time": 1505683291823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4894, 61.5289, 25.6]}, "bbox": [-146.4894, 61.5289, -146.4894, 61.5289]}, {"id": "3695", "type": "Feature", "properties": {"id": "nc72894101", "mag": 1.41, "time": 1505682978360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.496, 1.06]}, "bbox": [-118.834, 37.496, -118.834, 37.496]}, {"id": "3696", "type": "Feature", "properties": {"id": "ak16843651", "mag": 2.6, "time": 1505682712646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4711, 51.686, 75.7]}, "bbox": [178.4711, 51.686, 178.4711, 51.686]}, {"id": "3697", "type": "Feature", "properties": {"id": "nc72894096", "mag": 0.99, "time": 1505682599530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816167, 37.455833, 1.06]}, "bbox": [-118.816167, 37.455833, -118.816167, 37.455833]}, {"id": "3698", "type": "Feature", "properties": {"id": "ak16843650", "mag": 1.2, "time": 1505682068077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5842, 61.7746, 3.7]}, "bbox": [-150.5842, 61.7746, -150.5842, 61.7746]}, {"id": "3699", "type": "Feature", "properties": {"id": "nc72894086", "mag": 1.35, "time": 1505681812610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.973667, 36.395167, 4.69]}, "bbox": [-120.973667, 36.395167, -120.973667, 36.395167]}, {"id": "3700", "type": "Feature", "properties": {"id": "nc72894081", "mag": 1.91, "time": 1505681477080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809167, 38.797667, 3.52]}, "bbox": [-122.809167, 38.797667, -122.809167, 38.797667]}, {"id": "3701", "type": "Feature", "properties": {"id": "nc72894076", "mag": 1.47, "time": 1505681470510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.799167, 3.08]}, "bbox": [-122.810167, 38.799167, -122.810167, 38.799167]}, {"id": "3702", "type": "Feature", "properties": {"id": "ak16873946", "mag": 1.4, "time": 1505680958230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1812, 62.2538, 76.5]}, "bbox": [-151.1812, 62.2538, -151.1812, 62.2538]}, {"id": "3703", "type": "Feature", "properties": {"id": "us2000apkx", "mag": 4.9, "time": 1505680147260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9501, -18.9829, 129.26]}, "bbox": [-174.9501, -18.9829, -174.9501, -18.9829]}, {"id": "3704", "type": "Feature", "properties": {"id": "ak16843225", "mag": 1.3, "time": 1505680062920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5209, 60.1956, 82.1]}, "bbox": [-152.5209, 60.1956, -152.5209, 60.1956]}, {"id": "3705", "type": "Feature", "properties": {"id": "ci37765519", "mag": 1.42, "time": 1505680024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.488167, 2.05]}, "bbox": [-118.293, 35.488167, -118.293, 35.488167]}, {"id": "3706", "type": "Feature", "properties": {"id": "ak16873944", "mag": 1.3, "time": 1505679233862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2975, 62.163, 79.9]}, "bbox": [-151.2975, 62.163, -151.2975, 62.163]}, {"id": "3707", "type": "Feature", "properties": {"id": "ak16873943", "mag": 1.8, "time": 1505678992249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8219, 51.8825, 86.4]}, "bbox": [-174.8219, 51.8825, -174.8219, 51.8825]}, {"id": "3708", "type": "Feature", "properties": {"id": "uw61330431", "mag": 1.0, "time": 1505678333060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5365, 47.603667, 19.51]}, "bbox": [-122.5365, 47.603667, -122.5365, 47.603667]}, {"id": "3709", "type": "Feature", "properties": {"id": "ci37765487", "mag": 1.12, "time": 1505676865320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.608667, 32.830167, 11.82]}, "bbox": [-115.608667, 32.830167, -115.608667, 32.830167]}, {"id": "3710", "type": "Feature", "properties": {"id": "us2000apke", "mag": 4.1, "time": 1505676865110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.5905, 12.0757, 53.01]}, "bbox": [-87.5905, 12.0757, -87.5905, 12.0757]}, {"id": "3711", "type": "Feature", "properties": {"id": "us2000apkd", "mag": 3.9, "time": 1505676791370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2379, -31.7388, 121.68]}, "bbox": [-70.2379, -31.7388, -70.2379, -31.7388]}, {"id": "3712", "type": "Feature", "properties": {"id": "ci37765479", "mag": 1.54, "time": 1505676576290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605333, 32.8245, 11.96]}, "bbox": [-115.605333, 32.8245, -115.605333, 32.8245]}, {"id": "3713", "type": "Feature", "properties": {"id": "us2000apkc", "mag": 2.5, "time": 1505676527950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4244, 42.5958, 5.8]}, "bbox": [-111.4244, 42.5958, -111.4244, 42.5958]}, {"id": "3714", "type": "Feature", "properties": {"id": "nn00605653", "mag": 1.3, "time": 1505676457309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.12, 38.2855, 13.1]}, "bbox": [-119.12, 38.2855, -119.12, 38.2855]}, {"id": "3715", "type": "Feature", "properties": {"id": "nc72894061", "mag": 1.21, "time": 1505675373140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.059667, 36.477833, 6.98]}, "bbox": [-121.059667, 36.477833, -121.059667, 36.477833]}, {"id": "3716", "type": "Feature", "properties": {"id": "us2000apk4", "mag": 3.1, "time": 1505674381070, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.9818, 35.7788, 5.0]}, "bbox": [-96.9818, 35.7788, -96.9818, 35.7788]}, {"id": "3717", "type": "Feature", "properties": {"id": "ak16842798", "mag": 1.4, "time": 1505672288384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7121, 63.5719, 4.3]}, "bbox": [-151.7121, 63.5719, -151.7121, 63.5719]}, {"id": "3718", "type": "Feature", "properties": {"id": "ak16842797", "mag": 2.7, "time": 1505669173773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4976, 51.6544, 7.8]}, "bbox": [-178.4976, 51.6544, -178.4976, 51.6544]}, {"id": "3719", "type": "Feature", "properties": {"id": "mb80256039", "mag": 1.09, "time": 1505668834370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.6775, 46.891833, 15.96]}, "bbox": [-112.6775, 46.891833, -112.6775, 46.891833]}, {"id": "3720", "type": "Feature", "properties": {"id": "ak16873938", "mag": 1.2, "time": 1505668625975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5592, 62.857, 82.0]}, "bbox": [-149.5592, 62.857, -149.5592, 62.857]}, {"id": "3721", "type": "Feature", "properties": {"id": "ci37765423", "mag": 1.4, "time": 1505668324590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.831333, 32.775833, 2.46]}, "bbox": [-115.831333, 32.775833, -115.831333, 32.775833]}, {"id": "3722", "type": "Feature", "properties": {"id": "ak16842795", "mag": 1.1, "time": 1505668022720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4003, 64.8531, 2.7]}, "bbox": [-153.4003, 64.8531, -153.4003, 64.8531]}, {"id": "3723", "type": "Feature", "properties": {"id": "nc72894026", "mag": 1.3, "time": 1505667983860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.734667, 38.788167, 1.43]}, "bbox": [-122.734667, 38.788167, -122.734667, 38.788167]}, {"id": "3724", "type": "Feature", "properties": {"id": "ak16873936", "mag": 1.6, "time": 1505667107903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0584, 57.21, 33.0]}, "bbox": [-155.0584, 57.21, -155.0584, 57.21]}, {"id": "3725", "type": "Feature", "properties": {"id": "ci37765415", "mag": 1.52, "time": 1505666643390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.833167, 32.781833, 2.39]}, "bbox": [-115.833167, 32.781833, -115.833167, 32.781833]}, {"id": "3726", "type": "Feature", "properties": {"id": "ci37765407", "mag": 0.98, "time": 1505666358680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.273667, 33.981333, 6.22]}, "bbox": [-116.273667, 33.981333, -116.273667, 33.981333]}, {"id": "3727", "type": "Feature", "properties": {"id": "us2000at5v", "mag": 4.3, "time": 1505665820280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2591, 0.908, 157.83]}, "bbox": [127.2591, 0.908, 127.2591, 0.908]}, {"id": "3728", "type": "Feature", "properties": {"id": "pr2017260000", "mag": 2.31, "time": 1505665148110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9698, 19.0821, 23.0]}, "bbox": [-67.9698, 19.0821, -67.9698, 19.0821]}, {"id": "3729", "type": "Feature", "properties": {"id": "us2000apj3", "mag": 2.6, "time": 1505664664460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4059, 42.5497, 11.14]}, "bbox": [-111.4059, 42.5497, -111.4059, 42.5497]}, {"id": "3730", "type": "Feature", "properties": {"id": "us2000apj0", "mag": 2.7, "time": 1505663998840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4107, 42.5429, 8.67]}, "bbox": [-111.4107, 42.5429, -111.4107, 42.5429]}, {"id": "3731", "type": "Feature", "properties": {"id": "uw61330391", "mag": 1.11, "time": 1505663462920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.04, 46.880167, 6.02]}, "bbox": [-122.04, 46.880167, -122.04, 46.880167]}, {"id": "3732", "type": "Feature", "properties": {"id": "uu60247022", "mag": 1.06, "time": 1505663122580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.790333, 9.98]}, "bbox": [-111.025833, 44.790333, -111.025833, 44.790333]}, {"id": "3733", "type": "Feature", "properties": {"id": "nn00606540", "mag": 1.3, "time": 1505663040033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0921, 41.885, 0.0]}, "bbox": [-119.0921, 41.885, -119.0921, 41.885]}, {"id": "3734", "type": "Feature", "properties": {"id": "ak16873932", "mag": 1.9, "time": 1505662296127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8489, 51.9624, 111.3]}, "bbox": [-174.8489, 51.9624, -174.8489, 51.9624]}, {"id": "3735", "type": "Feature", "properties": {"id": "us2000at5n", "mag": 4.5, "time": 1505662282900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.7612, 44.1688, 33.57]}, "bbox": [140.7612, 44.1688, 140.7612, 44.1688]}, {"id": "3736", "type": "Feature", "properties": {"id": "mb80255969", "mag": 2.04, "time": 1505662108810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516, 46.881333, 14.94]}, "bbox": [-112.516, 46.881333, -112.516, 46.881333]}, {"id": "3737", "type": "Feature", "properties": {"id": "us2000at5p", "mag": 4.5, "time": 1505662091100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.0118, -6.3464, 35.0]}, "bbox": [149.0118, -6.3464, 149.0118, -6.3464]}, {"id": "3738", "type": "Feature", "properties": {"id": "ak16873931", "mag": 1.4, "time": 1505662034661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.362, 63.1318, 2.6]}, "bbox": [-144.362, 63.1318, -144.362, 63.1318]}, {"id": "3739", "type": "Feature", "properties": {"id": "us2000at68", "mag": 4.3, "time": 1505661360280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9733, -6.4551, 35.0]}, "bbox": [148.9733, -6.4551, 148.9733, -6.4551]}, {"id": "3740", "type": "Feature", "properties": {"id": "ak16841969", "mag": 1.1, "time": 1505661169528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6029, 66.5697, 13.3]}, "bbox": [-146.6029, 66.5697, -146.6029, 66.5697]}, {"id": "3741", "type": "Feature", "properties": {"id": "mb80255949", "mag": 1.49, "time": 1505659897070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.519, 46.855, 14.3]}, "bbox": [-112.519, 46.855, -112.519, 46.855]}, {"id": "3742", "type": "Feature", "properties": {"id": "us2000apij", "mag": 5.4, "time": 1505659803240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6428, -16.6386, 30.39]}, "bbox": [-173.6428, -16.6386, -173.6428, -16.6386]}, {"id": "3743", "type": "Feature", "properties": {"id": "us2000at5x", "mag": 5.0, "time": 1505659691430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0846, 12.809, 27.48]}, "bbox": [92.0846, 12.809, 92.0846, 12.809]}, {"id": "3744", "type": "Feature", "properties": {"id": "ci37765367", "mag": 1.03, "time": 1505659458990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.19, 33.2585, 9.58]}, "bbox": [-116.19, 33.2585, -116.19, 33.2585]}, {"id": "3745", "type": "Feature", "properties": {"id": "nc72893976", "mag": 1.19, "time": 1505659223910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825, 37.453, 1.57]}, "bbox": [-118.825, 37.453, -118.825, 37.453]}, {"id": "3746", "type": "Feature", "properties": {"id": "us2000at5m", "mag": 4.9, "time": 1505658989080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.1591, -6.3567, 35.0]}, "bbox": [149.1591, -6.3567, 149.1591, -6.3567]}, {"id": "3747", "type": "Feature", "properties": {"id": "us2000apie", "mag": 4.5, "time": 1505658574670, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [24.0015, 39.2721, 10.0]}, "bbox": [24.0015, 39.2721, 24.0015, 39.2721]}, {"id": "3748", "type": "Feature", "properties": {"id": "ak16841552", "mag": 1.3, "time": 1505658549717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9309, 62.6606, 59.8]}, "bbox": [-149.9309, 62.6606, -149.9309, 62.6606]}, {"id": "3749", "type": "Feature", "properties": {"id": "us2000apif", "mag": 5.7, "time": 1505658367620, "felt": 0.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [148.8708, -6.3113, 18.92]}, "bbox": [148.8708, -6.3113, 148.8708, -6.3113]}, {"id": "3750", "type": "Feature", "properties": {"id": "us2000at5l", "mag": 4.3, "time": 1505658365190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.9505, 64.5019, 9.15]}, "bbox": [-17.9505, 64.5019, -17.9505, 64.5019]}, {"id": "3751", "type": "Feature", "properties": {"id": "us2000aza1", "mag": 4.2, "time": 1505658191320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5959, 15.2169, 35.0]}, "bbox": [-94.5959, 15.2169, -94.5959, 15.2169]}, {"id": "3752", "type": "Feature", "properties": {"id": "us2000at6b", "mag": 4.6, "time": 1505658184020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.6137, 64.4904, 8.23]}, "bbox": [-17.6137, 64.4904, -17.6137, 64.4904]}, {"id": "3753", "type": "Feature", "properties": {"id": "ak16841550", "mag": 1.4, "time": 1505657865000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8499, 59.8804, 5.2]}, "bbox": [-136.8499, 59.8804, -136.8499, 59.8804]}, {"id": "3754", "type": "Feature", "properties": {"id": "ci37765335", "mag": 1.11, "time": 1505657294840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.367, 33.357167, 9.18]}, "bbox": [-116.367, 33.357167, -116.367, 33.357167]}, {"id": "3755", "type": "Feature", "properties": {"id": "ak16841549", "mag": 1.4, "time": 1505657219284, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0876, 69.5184, 4.2]}, "bbox": [-145.0876, 69.5184, -145.0876, 69.5184]}, {"id": "3756", "type": "Feature", "properties": {"id": "nc72893941", "mag": 1.51, "time": 1505657160730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.818167, 2.23]}, "bbox": [-122.818333, 38.818167, -122.818333, 38.818167]}, {"id": "3757", "type": "Feature", "properties": {"id": "nc72893946", "mag": 1.02, "time": 1505657152440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817001, 38.8185, 2.05]}, "bbox": [-122.817001, 38.8185, -122.817001, 38.8185]}, {"id": "3758", "type": "Feature", "properties": {"id": "ak16873926", "mag": 1.7, "time": 1505656923604, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8082, 60.1773, 106.4]}, "bbox": [-152.8082, 60.1773, -152.8082, 60.1773]}, {"id": "3759", "type": "Feature", "properties": {"id": "ak16873925", "mag": 1.9, "time": 1505656654419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6293, 59.5728, 120.8]}, "bbox": [-153.6293, 59.5728, -153.6293, 59.5728]}, {"id": "3760", "type": "Feature", "properties": {"id": "ci37765327", "mag": 2.88, "time": 1505656629430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.882333, 31.6215, 9.25]}, "bbox": [-115.882333, 31.6215, -115.882333, 31.6215]}, {"id": "3761", "type": "Feature", "properties": {"id": "us2000at5k", "mag": 4.1, "time": 1505656609750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.5305, 1.7746, 37.54]}, "bbox": [126.5305, 1.7746, 126.5305, 1.7746]}, {"id": "3762", "type": "Feature", "properties": {"id": "nc72893936", "mag": 0.98, "time": 1505656502420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125667, 36.566167, 8.44]}, "bbox": [-121.125667, 36.566167, -121.125667, 36.566167]}, {"id": "3763", "type": "Feature", "properties": {"id": "us2000at5i", "mag": 4.4, "time": 1505655648380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.9394, -17.3298, 553.92]}, "bbox": [-178.9394, -17.3298, -178.9394, -17.3298]}, {"id": "3764", "type": "Feature", "properties": {"id": "se60044613", "mag": 2.03, "time": 1505655579030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.053333, 35.561333, 15.47]}, "bbox": [-85.053333, 35.561333, -85.053333, 35.561333]}, {"id": "3765", "type": "Feature", "properties": {"id": "ci37765311", "mag": 1.07, "time": 1505655296260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.090333, 33.473833, 14.65]}, "bbox": [-117.090333, 33.473833, -117.090333, 33.473833]}, {"id": "3766", "type": "Feature", "properties": {"id": "ak16841547", "mag": 1.9, "time": 1505655282227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7794, 63.9496, 114.9]}, "bbox": [-148.7794, 63.9496, -148.7794, 63.9496]}, {"id": "3767", "type": "Feature", "properties": {"id": "us2000at5r", "mag": 4.9, "time": 1505655030310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.7611, -21.01, 10.0]}, "bbox": [-11.7611, -21.01, -11.7611, -21.01]}, {"id": "3768", "type": "Feature", "properties": {"id": "us2000as44", "mag": 2.6, "time": 1505654924870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7236, 51.4933, 34.35]}, "bbox": [-177.7236, 51.4933, -177.7236, 51.4933]}, {"id": "3769", "type": "Feature", "properties": {"id": "ak16841538", "mag": 2.3, "time": 1505654819006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6722, 62.9044, 66.8]}, "bbox": [-148.6722, 62.9044, -148.6722, 62.9044]}, {"id": "3770", "type": "Feature", "properties": {"id": "ci37765303", "mag": 0.97, "time": 1505654141860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922167, 33.9755, 4.94]}, "bbox": [-116.922167, 33.9755, -116.922167, 33.9755]}, {"id": "3771", "type": "Feature", "properties": {"id": "us2000aphx", "mag": 4.0, "time": 1505653928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4533, 15.5042, 7.94]}, "bbox": [-94.4533, 15.5042, -94.4533, 15.5042]}, {"id": "3772", "type": "Feature", "properties": {"id": "ak16841537", "mag": 1.0, "time": 1505653531820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3466, 61.07, 12.2]}, "bbox": [-152.3466, 61.07, -152.3466, 61.07]}, {"id": "3773", "type": "Feature", "properties": {"id": "nc72893916", "mag": 0.99, "time": 1505653446980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.479333, 0.86]}, "bbox": [-118.835, 37.479333, -118.835, 37.479333]}, {"id": "3774", "type": "Feature", "properties": {"id": "ak16841536", "mag": 1.4, "time": 1505653266021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6794, 67.9633, 14.6]}, "bbox": [-155.6794, 67.9633, -155.6794, 67.9633]}, {"id": "3775", "type": "Feature", "properties": {"id": "ak16841136", "mag": 1.5, "time": 1505652267061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.9646, 53.8971, 6.6]}, "bbox": [-166.9646, 53.8971, -166.9646, 53.8971]}, {"id": "3776", "type": "Feature", "properties": {"id": "nn00605626", "mag": 1.0, "time": 1505652081143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 36.537, 7.3]}, "bbox": [-116.2815, 36.537, -116.2815, 36.537]}, {"id": "3777", "type": "Feature", "properties": {"id": "ak16841133", "mag": 1.8, "time": 1505651930739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7652, 62.1126, 23.7]}, "bbox": [-147.7652, 62.1126, -147.7652, 62.1126]}, {"id": "3778", "type": "Feature", "properties": {"id": "ak16841130", "mag": 2.2, "time": 1505651632523, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.454, 59.2923, 97.5]}, "bbox": [-153.454, 59.2923, -153.454, 59.2923]}, {"id": "3779", "type": "Feature", "properties": {"id": "ci37765271", "mag": 1.39, "time": 1505650827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.021167, 33.921, 2.44]}, "bbox": [-116.021167, 33.921, -116.021167, 33.921]}, {"id": "3780", "type": "Feature", "properties": {"id": "hv61911226", "mag": 1.91, "time": 1505650411260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.478668, 19.212334, 38.03]}, "bbox": [-155.478668, 19.212334, -155.478668, 19.212334]}, {"id": "3781", "type": "Feature", "properties": {"id": "ak16841124", "mag": 2.1, "time": 1505649687852, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7865, 65.3345, 13.3]}, "bbox": [-143.7865, 65.3345, -143.7865, 65.3345]}, {"id": "3782", "type": "Feature", "properties": {"id": "nc72893881", "mag": 1.23, "time": 1505648682040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543833, 37.339667, 10.06]}, "bbox": [-118.543833, 37.339667, -118.543833, 37.339667]}, {"id": "3783", "type": "Feature", "properties": {"id": "ak16840722", "mag": 3.2, "time": 1505648575230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7144, 57.2975, 42.8]}, "bbox": [-154.7144, 57.2975, -154.7144, 57.2975]}, {"id": "3784", "type": "Feature", "properties": {"id": "us2000at5g", "mag": 4.3, "time": 1505647937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.6171, -11.7459, 251.44]}, "bbox": [166.6171, -11.7459, 166.6171, -11.7459]}, {"id": "3785", "type": "Feature", "properties": {"id": "ak16873911", "mag": 2.6, "time": 1505647578270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7891, 66.3882, 37.6]}, "bbox": [-135.7891, 66.3882, -135.7891, 66.3882]}, {"id": "3786", "type": "Feature", "properties": {"id": "ak16873910", "mag": 2.0, "time": 1505647575716, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.55, 57.7487, 89.0]}, "bbox": [-155.55, 57.7487, -155.55, 57.7487]}, {"id": "3787", "type": "Feature", "properties": {"id": "ak16873909", "mag": 2.8, "time": 1505647412246, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7412, 66.3682, 34.5]}, "bbox": [-135.7412, 66.3682, -135.7412, 66.3682]}, {"id": "3788", "type": "Feature", "properties": {"id": "ak16840719", "mag": 2.1, "time": 1505647228188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4607, 60.5815, 14.5]}, "bbox": [-148.4607, 60.5815, -148.4607, 60.5815]}, {"id": "3789", "type": "Feature", "properties": {"id": "ci37765239", "mag": 1.03, "time": 1505646849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920667, 33.972167, 5.29]}, "bbox": [-116.920667, 33.972167, -116.920667, 33.972167]}, {"id": "3790", "type": "Feature", "properties": {"id": "us2000aph6", "mag": 4.2, "time": 1505646653440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3399, -21.9058, 192.78]}, "bbox": [-67.3399, -21.9058, -67.3399, -21.9058]}, {"id": "3791", "type": "Feature", "properties": {"id": "us2000aph5", "mag": 4.7, "time": 1505646260660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.0437, 3.6252, 68.15]}, "bbox": [127.0437, 3.6252, 127.0437, 3.6252]}, {"id": "3792", "type": "Feature", "properties": {"id": "ak16873907", "mag": 2.2, "time": 1505645846935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4823, 51.6608, 13.2]}, "bbox": [-178.4823, 51.6608, -178.4823, 51.6608]}, {"id": "3793", "type": "Feature", "properties": {"id": "ak16873906", "mag": 1.2, "time": 1505645773090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3827, 53.8702, 12.1]}, "bbox": [-166.3827, 53.8702, -166.3827, 53.8702]}, {"id": "3794", "type": "Feature", "properties": {"id": "uw61330311", "mag": 1.94, "time": 1505644617240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041167, 46.879167, 6.84]}, "bbox": [-122.041167, 46.879167, -122.041167, 46.879167]}, {"id": "3795", "type": "Feature", "properties": {"id": "ak16840715", "mag": 1.5, "time": 1505644280463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.605, 61.6723, 29.6]}, "bbox": [-146.605, 61.6723, -146.605, 61.6723]}, {"id": "3796", "type": "Feature", "properties": {"id": "ci37765223", "mag": 1.02, "time": 1505644185880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.465667, 34.376833, 9.74]}, "bbox": [-116.465667, 34.376833, -116.465667, 34.376833]}, {"id": "3797", "type": "Feature", "properties": {"id": "ci37765215", "mag": 1.28, "time": 1505644151980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.358167, 33.415667, 12.48]}, "bbox": [-116.358167, 33.415667, -116.358167, 33.415667]}, {"id": "3798", "type": "Feature", "properties": {"id": "us2000at5e", "mag": 4.5, "time": 1505644031790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0628, 12.7773, 33.35]}, "bbox": [92.0628, 12.7773, 92.0628, 12.7773]}, {"id": "3799", "type": "Feature", "properties": {"id": "ak16873903", "mag": 1.4, "time": 1505643609236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5971, 61.5891, 59.1]}, "bbox": [-150.5971, 61.5891, -150.5971, 61.5891]}, {"id": "3800", "type": "Feature", "properties": {"id": "ak16840713", "mag": 1.9, "time": 1505643118540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0384, 63.1445, 14.8]}, "bbox": [-144.0384, 63.1445, -144.0384, 63.1445]}, {"id": "3801", "type": "Feature", "properties": {"id": "hv61911016", "mag": 2.48, "time": 1505641665420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.593167, 19.476, 2.731]}, "bbox": [-155.593167, 19.476, -155.593167, 19.476]}, {"id": "3802", "type": "Feature", "properties": {"id": "ak16840350", "mag": 1.1, "time": 1505641100972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8915, 64.848, 8.2]}, "bbox": [-148.8915, 64.848, -148.8915, 64.848]}, {"id": "3803", "type": "Feature", "properties": {"id": "us2000at5c", "mag": 4.7, "time": 1505640684330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-26.4288, -59.7896, 35.0]}, "bbox": [-26.4288, -59.7896, -26.4288, -59.7896]}, {"id": "3804", "type": "Feature", "properties": {"id": "ak16840314", "mag": 2.8, "time": 1505640505656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6831, 60.3761, 2.0]}, "bbox": [-143.6831, 60.3761, -143.6831, 60.3761]}, {"id": "3805", "type": "Feature", "properties": {"id": "us2000apgy", "mag": 4.9, "time": 1505640302130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.2485, 37.3415, 54.96]}, "bbox": [141.2485, 37.3415, 141.2485, 37.3415]}, {"id": "3806", "type": "Feature", "properties": {"id": "us2000at65", "mag": 4.6, "time": 1505640090990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.5314, -7.0219, 10.0]}, "bbox": [-13.5314, -7.0219, -13.5314, -7.0219]}, {"id": "3807", "type": "Feature", "properties": {"id": "us2000as3y", "mag": 2.7, "time": 1505639953270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1147, 51.5611, 45.65]}, "bbox": [-176.1147, 51.5611, -176.1147, 51.5611]}, {"id": "3808", "type": "Feature", "properties": {"id": "us2000at5a", "mag": 4.8, "time": 1505639681290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.1689, -7.0877, 10.0]}, "bbox": [-13.1689, -7.0877, -13.1689, -7.0877]}, {"id": "3809", "type": "Feature", "properties": {"id": "ak16840312", "mag": 2.1, "time": 1505638931288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0719, 60.2719, 130.5]}, "bbox": [-153.0719, 60.2719, -153.0719, 60.2719]}, {"id": "3810", "type": "Feature", "properties": {"id": "ak16840302", "mag": 2.8, "time": 1505638686114, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2164, 60.4788, 97.5]}, "bbox": [-152.2164, 60.4788, -152.2164, 60.4788]}, {"id": "3811", "type": "Feature", "properties": {"id": "uu60246942", "mag": 1.01, "time": 1505637537950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.786167, 7.95]}, "bbox": [-111.025833, 44.786167, -111.025833, 44.786167]}, {"id": "3812", "type": "Feature", "properties": {"id": "nc72893791", "mag": 1.48, "time": 1505637347930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.879167, 37.109167, 2.16]}, "bbox": [-121.879167, 37.109167, -121.879167, 37.109167]}, {"id": "3813", "type": "Feature", "properties": {"id": "ak16839942", "mag": 1.9, "time": 1505637129909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8564, 60.3231, 63.0]}, "bbox": [-150.8564, 60.3231, -150.8564, 60.3231]}, {"id": "3814", "type": "Feature", "properties": {"id": "nc72893786", "mag": 1.14, "time": 1505636971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737335, 38.786167, 0.85]}, "bbox": [-122.737335, 38.786167, -122.737335, 38.786167]}, {"id": "3815", "type": "Feature", "properties": {"id": "nc72893781", "mag": 2.61, "time": 1505636516400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.117, 36.594333, 6.98]}, "bbox": [-121.117, 36.594333, -121.117, 36.594333]}, {"id": "3816", "type": "Feature", "properties": {"id": "us2000apg4", "mag": 4.6, "time": 1505636241220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.1696, 7.5057, 23.33]}, "bbox": [-82.1696, 7.5057, -82.1696, 7.5057]}, {"id": "3817", "type": "Feature", "properties": {"id": "ak16839932", "mag": 1.1, "time": 1505636239228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8157, 63.2668, 2.3]}, "bbox": [-151.8157, 63.2668, -151.8157, 63.2668]}, {"id": "3818", "type": "Feature", "properties": {"id": "us2000apg0", "mag": 4.1, "time": 1505634585840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7666, -23.8893, 236.18]}, "bbox": [-66.7666, -23.8893, -66.7666, -23.8893]}, {"id": "3819", "type": "Feature", "properties": {"id": "ci37765143", "mag": 2.2, "time": 1505634363500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.373667, 32.9405, 7.78]}, "bbox": [-116.373667, 32.9405, -116.373667, 32.9405]}, {"id": "3820", "type": "Feature", "properties": {"id": "nn00605603", "mag": 1.8, "time": 1505634209242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8894, 38.3778, 11.1]}, "bbox": [-118.8894, 38.3778, -118.8894, 38.3778]}, {"id": "3821", "type": "Feature", "properties": {"id": "us2000apfv", "mag": 2.4, "time": 1505634047190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4463, 42.5857, 4.34]}, "bbox": [-111.4463, 42.5857, -111.4463, 42.5857]}, {"id": "3822", "type": "Feature", "properties": {"id": "ak16839551", "mag": 1.9, "time": 1505633391424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7184, 59.603, 74.2]}, "bbox": [-152.7184, 59.603, -152.7184, 59.603]}, {"id": "3823", "type": "Feature", "properties": {"id": "nc72893741", "mag": 1.84, "time": 1505633100770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493833, 1.09]}, "bbox": [-118.834167, 37.493833, -118.834167, 37.493833]}, {"id": "3824", "type": "Feature", "properties": {"id": "us2000apft", "mag": 2.6, "time": 1505632181750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4391, 42.6077, 6.6]}, "bbox": [-111.4391, 42.6077, -111.4391, 42.6077]}, {"id": "3825", "type": "Feature", "properties": {"id": "ci37765127", "mag": 0.98, "time": 1505632149420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605167, 32.828333, 10.94]}, "bbox": [-115.605167, 32.828333, -115.605167, 32.828333]}, {"id": "3826", "type": "Feature", "properties": {"id": "nc72893701", "mag": 1.35, "time": 1505631284810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.952833, 37.588167, 1.4]}, "bbox": [-118.952833, 37.588167, -118.952833, 37.588167]}, {"id": "3827", "type": "Feature", "properties": {"id": "us2000apfk", "mag": 4.3, "time": 1505630160580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6223, -35.7292, 85.77]}, "bbox": [-71.6223, -35.7292, -71.6223, -35.7292]}, {"id": "3828", "type": "Feature", "properties": {"id": "ak16839518", "mag": 2.0, "time": 1505629372703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7555, 60.0405, 18.2]}, "bbox": [-148.7555, 60.0405, -148.7555, 60.0405]}, {"id": "3829", "type": "Feature", "properties": {"id": "nc72893646", "mag": 1.36, "time": 1505628925460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736667, 38.757, 1.79]}, "bbox": [-122.736667, 38.757, -122.736667, 38.757]}, {"id": "3830", "type": "Feature", "properties": {"id": "ak16873889", "mag": 2.9, "time": 1505628904808, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5935, 53.8081, 78.9]}, "bbox": [-164.5935, 53.8081, -164.5935, 53.8081]}, {"id": "3831", "type": "Feature", "properties": {"id": "us2000apfd", "mag": 2.9, "time": 1505628801990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4531, 42.5908, 5.17]}, "bbox": [-111.4531, 42.5908, -111.4531, 42.5908]}, {"id": "3832", "type": "Feature", "properties": {"id": "uu60246882", "mag": 1.05, "time": 1505628704550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.836, 44.307333, 7.31]}, "bbox": [-110.836, 44.307333, -110.836, 44.307333]}, {"id": "3833", "type": "Feature", "properties": {"id": "ak16873888", "mag": 1.1, "time": 1505628661963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5848, 64.1727, 10.8]}, "bbox": [-153.5848, 64.1727, -153.5848, 64.1727]}, {"id": "3834", "type": "Feature", "properties": {"id": "us2000apfa", "mag": 4.9, "time": 1505628478300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9805, 16.0409, 45.23]}, "bbox": [-94.9805, 16.0409, -94.9805, 16.0409]}, {"id": "3835", "type": "Feature", "properties": {"id": "uu60246872", "mag": 1.16, "time": 1505628425450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.817667, 44.294, 7.61]}, "bbox": [-110.817667, 44.294, -110.817667, 44.294]}, {"id": "3836", "type": "Feature", "properties": {"id": "uu60246867", "mag": 1.13, "time": 1505628332210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.828167, 44.305167, 7.48]}, "bbox": [-110.828167, 44.305167, -110.828167, 44.305167]}, {"id": "3837", "type": "Feature", "properties": {"id": "us2000apf6", "mag": 4.5, "time": 1505628213110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0121, 16.1058, 52.57]}, "bbox": [-95.0121, 16.1058, -95.0121, 16.1058]}, {"id": "3838", "type": "Feature", "properties": {"id": "ak16839149", "mag": 1.6, "time": 1505628012027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2, 62.1778, 6.7]}, "bbox": [-150.2, 62.1778, -150.2, 62.1778]}, {"id": "3839", "type": "Feature", "properties": {"id": "us2000apf5", "mag": 4.3, "time": 1505627809940, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.5423, 14.4117, 10.0]}, "bbox": [-88.5423, 14.4117, -88.5423, 14.4117]}, {"id": "3840", "type": "Feature", "properties": {"id": "ci37765039", "mag": 1.19, "time": 1505627007650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0955, 36.761167, 1.69]}, "bbox": [-118.0955, 36.761167, -118.0955, 36.761167]}, {"id": "3841", "type": "Feature", "properties": {"id": "uu60246847", "mag": 3.15, "time": 1505626724050, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.841667, 44.302333, 7.53]}, "bbox": [-110.841667, 44.302333, -110.841667, 44.302333]}, {"id": "3842", "type": "Feature", "properties": {"id": "uu60246837", "mag": 2.04, "time": 1505626455220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.822333, 44.293667, 7.53]}, "bbox": [-110.822333, 44.293667, -110.822333, 44.293667]}, {"id": "3843", "type": "Feature", "properties": {"id": "ci37765023", "mag": 1.52, "time": 1505626163830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797833, 33.501167, 4.62]}, "bbox": [-116.797833, 33.501167, -116.797833, 33.501167]}, {"id": "3844", "type": "Feature", "properties": {"id": "us2000apeu", "mag": 4.4, "time": 1505625898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.4078, 10.7018, 35.32]}, "bbox": [-86.4078, 10.7018, -86.4078, 10.7018]}, {"id": "3845", "type": "Feature", "properties": {"id": "nc72893621", "mag": 1.12, "time": 1505625800310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.820499, 1.92]}, "bbox": [-122.810165, 38.820499, -122.810165, 38.820499]}, {"id": "3846", "type": "Feature", "properties": {"id": "ci37764991", "mag": 1.62, "time": 1505625396010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.928167, 35.9015, 5.28]}, "bbox": [-116.928167, 35.9015, -116.928167, 35.9015]}, {"id": "3847", "type": "Feature", "properties": {"id": "ci37764983", "mag": 1.96, "time": 1505624889150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181, 33.187833, 5.86]}, "bbox": [-116.181, 33.187833, -116.181, 33.187833]}, {"id": "3848", "type": "Feature", "properties": {"id": "ak16838778", "mag": 1.4, "time": 1505624855438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4712, 59.8595, 42.7]}, "bbox": [-150.4712, 59.8595, -150.4712, 59.8595]}, {"id": "3849", "type": "Feature", "properties": {"id": "nc72893601", "mag": 1.37, "time": 1505624608110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8885, 37.105, 1.63]}, "bbox": [-121.8885, 37.105, -121.8885, 37.105]}, {"id": "3850", "type": "Feature", "properties": {"id": "ak16838775", "mag": 3.2, "time": 1505624284096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1812, 54.0118, 9.5]}, "bbox": [-163.1812, 54.0118, -163.1812, 54.0118]}, {"id": "3851", "type": "Feature", "properties": {"id": "us2000apeh", "mag": 4.3, "time": 1505624194760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.7123, 17.7366, 31.43]}, "bbox": [-105.7123, 17.7366, -105.7123, 17.7366]}, {"id": "3852", "type": "Feature", "properties": {"id": "ak16838774", "mag": 1.8, "time": 1505623546848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7399, 59.8813, 5.7]}, "bbox": [-136.7399, 59.8813, -136.7399, 59.8813]}, {"id": "3853", "type": "Feature", "properties": {"id": "ak16838756", "mag": 1.2, "time": 1505622986310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8141, 63.2696, 2.4]}, "bbox": [-151.8141, 63.2696, -151.8141, 63.2696]}, {"id": "3854", "type": "Feature", "properties": {"id": "ak16838752", "mag": 1.7, "time": 1505622626171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3598, 64.3838, 13.9]}, "bbox": [-158.3598, 64.3838, -158.3598, 64.3838]}, {"id": "3855", "type": "Feature", "properties": {"id": "ci37764967", "mag": 0.95, "time": 1505622039760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1755, 33.965, 15.93]}, "bbox": [-117.1755, 33.965, -117.1755, 33.965]}, {"id": "3856", "type": "Feature", "properties": {"id": "ak16873881", "mag": 2.7, "time": 1505621586321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8861, 52.4075, 59.7]}, "bbox": [-169.8861, 52.4075, -169.8861, 52.4075]}, {"id": "3857", "type": "Feature", "properties": {"id": "ak16873880", "mag": 1.0, "time": 1505621507758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3176, 61.144, 19.3]}, "bbox": [-146.3176, 61.144, -146.3176, 61.144]}, {"id": "3858", "type": "Feature", "properties": {"id": "ak16838400", "mag": 1.9, "time": 1505621153075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1301, 60.8625, 64.2]}, "bbox": [-151.1301, 60.8625, -151.1301, 60.8625]}, {"id": "3859", "type": "Feature", "properties": {"id": "ak16838393", "mag": 2.5, "time": 1505620853506, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8794, 60.7582, 60.3]}, "bbox": [-150.8794, 60.7582, -150.8794, 60.7582]}, {"id": "3860", "type": "Feature", "properties": {"id": "ak16838388", "mag": 2.8, "time": 1505620146422, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7851, 59.8817, 2.3]}, "bbox": [-136.7851, 59.8817, -136.7851, 59.8817]}, {"id": "3861", "type": "Feature", "properties": {"id": "nc72893571", "mag": 1.03, "time": 1505619694280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821167, 38.807999, 1.94]}, "bbox": [-122.821167, 38.807999, -122.821167, 38.807999]}, {"id": "3862", "type": "Feature", "properties": {"id": "ak16838386", "mag": 2.2, "time": 1505619628700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9053, 67.6564, 13.7]}, "bbox": [-165.9053, 67.6564, -165.9053, 67.6564]}, {"id": "3863", "type": "Feature", "properties": {"id": "nc72893561", "mag": 1.07, "time": 1505619296320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.808998, 1.93]}, "bbox": [-122.822502, 38.808998, -122.822502, 38.808998]}, {"id": "3864", "type": "Feature", "properties": {"id": "ci37764903", "mag": 1.12, "time": 1505618790010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.147333, 34.5405, 9.83]}, "bbox": [-118.147333, 34.5405, -118.147333, 34.5405]}, {"id": "3865", "type": "Feature", "properties": {"id": "ak16838042", "mag": 1.6, "time": 1505617352105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5056, 61.4142, 8.0]}, "bbox": [-147.5056, 61.4142, -147.5056, 61.4142]}, {"id": "3866", "type": "Feature", "properties": {"id": "ak16838020", "mag": 1.2, "time": 1505616366369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6618, 60.5653, 6.2]}, "bbox": [-152.6618, 60.5653, -152.6618, 60.5653]}, {"id": "3867", "type": "Feature", "properties": {"id": "ak16838003", "mag": 1.0, "time": 1505615565391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2146, 64.7331, 17.7]}, "bbox": [-149.2146, 64.7331, -149.2146, 64.7331]}, {"id": "3868", "type": "Feature", "properties": {"id": "ci37764863", "mag": 1.1, "time": 1505613255300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.709667, 33.653333, 15.82]}, "bbox": [-116.709667, 33.653333, -116.709667, 33.653333]}, {"id": "3869", "type": "Feature", "properties": {"id": "ci37764847", "mag": 1.21, "time": 1505612591880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.687167, 33.6285, 12.15]}, "bbox": [-116.687167, 33.6285, -116.687167, 33.6285]}, {"id": "3870", "type": "Feature", "properties": {"id": "ci37764839", "mag": 1.47, "time": 1505612490180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 33.971833, 17.0]}, "bbox": [-116.927167, 33.971833, -116.927167, 33.971833]}, {"id": "3871", "type": "Feature", "properties": {"id": "ak16837647", "mag": 1.8, "time": 1505611875649, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.771, 59.8672, 1.4]}, "bbox": [-136.771, 59.8672, -136.771, 59.8672]}, {"id": "3872", "type": "Feature", "properties": {"id": "ak16873869", "mag": 1.7, "time": 1505609079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.474, 51.671, 16.0]}, "bbox": [-178.474, 51.671, -178.474, 51.671]}, {"id": "3873", "type": "Feature", "properties": {"id": "hv61910741", "mag": 2.42, "time": 1505608202930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.177667, 19.442, 41.639]}, "bbox": [-156.177667, 19.442, -156.177667, 19.442]}, {"id": "3874", "type": "Feature", "properties": {"id": "ak16836972", "mag": 2.6, "time": 1505606832814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3048, 51.6525, 97.4]}, "bbox": [-178.3048, 51.6525, -178.3048, 51.6525]}, {"id": "3875", "type": "Feature", "properties": {"id": "ci37764815", "mag": 0.95, "time": 1505606822450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.746333, 33.887, 16.59]}, "bbox": [-116.746333, 33.887, -116.746333, 33.887]}, {"id": "3876", "type": "Feature", "properties": {"id": "ak16836965", "mag": 2.3, "time": 1505606388180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7659, 59.8663, 5.1]}, "bbox": [-136.7659, 59.8663, -136.7659, 59.8663]}, {"id": "3877", "type": "Feature", "properties": {"id": "ak16836961", "mag": 2.4, "time": 1505606178328, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7941, 59.8509, 5.2]}, "bbox": [-136.7941, 59.8509, -136.7941, 59.8509]}, {"id": "3878", "type": "Feature", "properties": {"id": "ak16836957", "mag": 1.8, "time": 1505606050093, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.89, 59.8885, 15.4]}, "bbox": [-136.89, 59.8885, -136.89, 59.8885]}, {"id": "3879", "type": "Feature", "properties": {"id": "ak16860570", "mag": 1.4, "time": 1505605718038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8821, 59.8989, 17.9]}, "bbox": [-136.8821, 59.8989, -136.8821, 59.8989]}, {"id": "3880", "type": "Feature", "properties": {"id": "ak16860569", "mag": 1.6, "time": 1505605674005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8902, 59.9059, 15.4]}, "bbox": [-136.8902, 59.9059, -136.8902, 59.9059]}, {"id": "3881", "type": "Feature", "properties": {"id": "ak16860568", "mag": 1.9, "time": 1505605456859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8916, 59.9103, 15.9]}, "bbox": [-136.8916, 59.9103, -136.8916, 59.9103]}, {"id": "3882", "type": "Feature", "properties": {"id": "ak16860567", "mag": 2.3, "time": 1505605410411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9, 59.889, 12.6]}, "bbox": [-136.9, 59.889, -136.9, 59.889]}, {"id": "3883", "type": "Feature", "properties": {"id": "uw61330071", "mag": 2.57, "time": 1505605382130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.863333, 45.526833, 36.1]}, "bbox": [-124.863333, 45.526833, -124.863333, 45.526833]}, {"id": "3884", "type": "Feature", "properties": {"id": "us2000apcc", "mag": 5.1, "time": 1505605083280, "felt": 218.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-136.7498, 59.9037, 10.0]}, "bbox": [-136.7498, 59.9037, -136.7498, 59.9037]}, {"id": "3885", "type": "Feature", "properties": {"id": "us2000apbv", "mag": 3.9, "time": 1505604419110, "felt": 198.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6989, 35.8586, 2.57]}, "bbox": [-96.6989, 35.8586, -96.6989, 35.8586]}, {"id": "3886", "type": "Feature", "properties": {"id": "ak16836912", "mag": 2.9, "time": 1505604383308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6017, 51.905, 128.2]}, "bbox": [178.6017, 51.905, 178.6017, 51.905]}, {"id": "3887", "type": "Feature", "properties": {"id": "uw61329986", "mag": 1.23, "time": 1505604005810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.754167, 46.857333, 1.43]}, "bbox": [-121.754167, 46.857333, -121.754167, 46.857333]}, {"id": "3888", "type": "Feature", "properties": {"id": "us2000apbu", "mag": 4.7, "time": 1505603696310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-14.0114, -17.7554, 10.0]}, "bbox": [-14.0114, -17.7554, -14.0114, -17.7554]}, {"id": "3889", "type": "Feature", "properties": {"id": "ak16860564", "mag": 1.6, "time": 1505603516964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1524, 61.3778, 62.1]}, "bbox": [-151.1524, 61.3778, -151.1524, 61.3778]}, {"id": "3890", "type": "Feature", "properties": {"id": "us2000apbm", "mag": 4.5, "time": 1505603442050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1822, 15.4761, 67.03]}, "bbox": [-94.1822, 15.4761, -94.1822, 15.4761]}, {"id": "3891", "type": "Feature", "properties": {"id": "nc72893446", "mag": 2.29, "time": 1505603337140, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.616833, 36.971, 4.79]}, "bbox": [-121.616833, 36.971, -121.616833, 36.971]}, {"id": "3892", "type": "Feature", "properties": {"id": "ak16860563", "mag": 1.5, "time": 1505603223363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5667, 57.9908, 15.9]}, "bbox": [-156.5667, 57.9908, -156.5667, 57.9908]}, {"id": "3893", "type": "Feature", "properties": {"id": "ak16860562", "mag": 1.6, "time": 1505602163820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0011, 60.0807, 110.1]}, "bbox": [-153.0011, 60.0807, -153.0011, 60.0807]}, {"id": "3894", "type": "Feature", "properties": {"id": "ak16836589", "mag": 1.7, "time": 1505601390855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7769, 62.4045, 59.6]}, "bbox": [-147.7769, 62.4045, -147.7769, 62.4045]}, {"id": "3895", "type": "Feature", "properties": {"id": "nc72893436", "mag": 1.34, "time": 1505600967450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493, 0.66]}, "bbox": [-118.834167, 37.493, -118.834167, 37.493]}, {"id": "3896", "type": "Feature", "properties": {"id": "uw61329976", "mag": 1.03, "time": 1505600388700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491167, 46.067333, 18.24]}, "bbox": [-122.491167, 46.067333, -122.491167, 46.067333]}, {"id": "3897", "type": "Feature", "properties": {"id": "ci37764791", "mag": 1.29, "time": 1505599746390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.431333, 33.040167, 10.42]}, "bbox": [-116.431333, 33.040167, -116.431333, 33.040167]}, {"id": "3898", "type": "Feature", "properties": {"id": "nc72893421", "mag": 1.75, "time": 1505599309380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.164333, 35.816, 11.62]}, "bbox": [-120.164333, 35.816, -120.164333, 35.816]}, {"id": "3899", "type": "Feature", "properties": {"id": "us2000apln", "mag": 3.8, "time": 1505599105290, "felt": 27.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.4711, 35.839, 65.43]}, "bbox": [139.4711, 35.839, 139.4711, 35.839]}, {"id": "3900", "type": "Feature", "properties": {"id": "nc72893416", "mag": 2.39, "time": 1505598962550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.606167, 40.391, 23.43]}, "bbox": [-124.606167, 40.391, -124.606167, 40.391]}, {"id": "3901", "type": "Feature", "properties": {"id": "ak16836269", "mag": 2.6, "time": 1505598312964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1504, 57.6803, 1.9]}, "bbox": [-156.1504, 57.6803, -156.1504, 57.6803]}, {"id": "3902", "type": "Feature", "properties": {"id": "us2000apay", "mag": 4.1, "time": 1505597546760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4078, 15.1552, 27.65]}, "bbox": [-94.4078, 15.1552, -94.4078, 15.1552]}, {"id": "3903", "type": "Feature", "properties": {"id": "ak16860558", "mag": 1.5, "time": 1505597186774, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8073, 63.0653, 123.5]}, "bbox": [-150.8073, 63.0653, -150.8073, 63.0653]}, {"id": "3904", "type": "Feature", "properties": {"id": "nc72893411", "mag": 1.07, "time": 1505596690170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.805332, 0.54]}, "bbox": [-122.793999, 38.805332, -122.793999, 38.805332]}, {"id": "3905", "type": "Feature", "properties": {"id": "ci37764743", "mag": 1.25, "time": 1505596431740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.192167, 7.19]}, "bbox": [-116.179, 33.192167, -116.179, 33.192167]}, {"id": "3906", "type": "Feature", "properties": {"id": "us2000apa3", "mag": 5.2, "time": 1505595657570, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.8208, 52.9335, 55.59]}, "bbox": [159.8208, 52.9335, 159.8208, 52.9335]}, {"id": "3907", "type": "Feature", "properties": {"id": "nc72893406", "mag": 1.68, "time": 1505595567120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832833, 37.5715, 2.76]}, "bbox": [-118.832833, 37.5715, -118.832833, 37.5715]}, {"id": "3908", "type": "Feature", "properties": {"id": "ak16835937", "mag": 1.2, "time": 1505594309155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7782, 63.4422, 11.7]}, "bbox": [-148.7782, 63.4422, -148.7782, 63.4422]}, {"id": "3909", "type": "Feature", "properties": {"id": "ak16835935", "mag": 1.3, "time": 1505593468147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0825, 63.2217, 0.4]}, "bbox": [-151.0825, 63.2217, -151.0825, 63.2217]}, {"id": "3910", "type": "Feature", "properties": {"id": "ci37764719", "mag": 1.01, "time": 1505593021350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509667, 36.069667, 3.41]}, "bbox": [-117.509667, 36.069667, -117.509667, 36.069667]}, {"id": "3911", "type": "Feature", "properties": {"id": "ci37764711", "mag": 1.86, "time": 1505592937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.217, 32.373167, 19.88]}, "bbox": [-115.217, 32.373167, -115.217, 32.373167]}, {"id": "3912", "type": "Feature", "properties": {"id": "us2000ap9e", "mag": 4.2, "time": 1505592897770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6768, -23.7075, 201.03]}, "bbox": [-66.6768, -23.7075, -66.6768, -23.7075]}, {"id": "3913", "type": "Feature", "properties": {"id": "nn00605530", "mag": 1.0, "time": 1505591425440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9, 39.4039, 6.9]}, "bbox": [-119.9, 39.4039, -119.9, 39.4039]}, {"id": "3914", "type": "Feature", "properties": {"id": "nc72893386", "mag": 1.01, "time": 1505591244480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.504167, 37.923833, 7.96]}, "bbox": [-118.504167, 37.923833, -118.504167, 37.923833]}, {"id": "3915", "type": "Feature", "properties": {"id": "us2000ap8u", "mag": 5.1, "time": 1505590529510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.552, 15.3031, 17.06]}, "bbox": [-94.552, 15.3031, -94.552, 15.3031]}, {"id": "3916", "type": "Feature", "properties": {"id": "ak16835905", "mag": 2.1, "time": 1505590055161, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0556, 59.9293, 124.0]}, "bbox": [-153.0556, 59.9293, -153.0556, 59.9293]}, {"id": "3917", "type": "Feature", "properties": {"id": "uu60246652", "mag": 1.36, "time": 1505589841530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.020833, 44.802, 10.59]}, "bbox": [-111.020833, 44.802, -111.020833, 44.802]}, {"id": "3918", "type": "Feature", "properties": {"id": "ci37764687", "mag": 1.0, "time": 1505588714630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.973333, 33.989, 6.67]}, "bbox": [-116.973333, 33.989, -116.973333, 33.989]}, {"id": "3919", "type": "Feature", "properties": {"id": "ak16835606", "mag": 2.1, "time": 1505588651481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7021, 67.8201, 4.3]}, "bbox": [-156.7021, 67.8201, -156.7021, 67.8201]}, {"id": "3920", "type": "Feature", "properties": {"id": "ci37764679", "mag": 1.11, "time": 1505588640970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2045, 34.993167, -0.8]}, "bbox": [-118.2045, 34.993167, -118.2045, 34.993167]}, {"id": "3921", "type": "Feature", "properties": {"id": "us2000ap88", "mag": 4.3, "time": 1505588283560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7095, 15.6575, 33.63]}, "bbox": [-94.7095, 15.6575, -94.7095, 15.6575]}, {"id": "3922", "type": "Feature", "properties": {"id": "ak16860552", "mag": 2.1, "time": 1505587762267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2692, 60.1941, 137.5]}, "bbox": [-153.2692, 60.1941, -153.2692, 60.1941]}, {"id": "3923", "type": "Feature", "properties": {"id": "ak16860551", "mag": 1.2, "time": 1505586754071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2984, 62.5136, 52.7]}, "bbox": [-148.2984, 62.5136, -148.2984, 62.5136]}, {"id": "3924", "type": "Feature", "properties": {"id": "ci37764631", "mag": 1.09, "time": 1505586635400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791667, 33.507667, 4.61]}, "bbox": [-116.791667, 33.507667, -116.791667, 33.507667]}, {"id": "3925", "type": "Feature", "properties": {"id": "ci37764623", "mag": 1.32, "time": 1505586305110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.975667, 33.992333, 5.71]}, "bbox": [-116.975667, 33.992333, -116.975667, 33.992333]}, {"id": "3926", "type": "Feature", "properties": {"id": "nc72893361", "mag": 1.14, "time": 1505585751450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8095, 38.823167, 1.14]}, "bbox": [-122.8095, 38.823167, -122.8095, 38.823167]}, {"id": "3927", "type": "Feature", "properties": {"id": "ak16835287", "mag": 2.1, "time": 1505584069266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8156, 57.4983, 73.9]}, "bbox": [-155.8156, 57.4983, -155.8156, 57.4983]}, {"id": "3928", "type": "Feature", "properties": {"id": "us2000ap76", "mag": 4.0, "time": 1505583967320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.5572, 15.6925, 24.12]}, "bbox": [-95.5572, 15.6925, -95.5572, 15.6925]}, {"id": "3929", "type": "Feature", "properties": {"id": "us2000ap74", "mag": 4.7, "time": 1505583533380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.7408, 24.878, 57.27]}, "bbox": [142.7408, 24.878, 142.7408, 24.878]}, {"id": "3930", "type": "Feature", "properties": {"id": "ak16860549", "mag": 1.4, "time": 1505583090155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0305, 61.8843, 68.3]}, "bbox": [-151.0305, 61.8843, -151.0305, 61.8843]}, {"id": "3931", "type": "Feature", "properties": {"id": "ci37764599", "mag": 1.28, "time": 1505582839910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.878167, 35.360667, 7.9]}, "bbox": [-117.878167, 35.360667, -117.878167, 35.360667]}, {"id": "3932", "type": "Feature", "properties": {"id": "us2000ap78", "mag": 4.9, "time": 1505582156450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.507, -10.1846, 49.82]}, "bbox": [161.507, -10.1846, 161.507, -10.1846]}, {"id": "3933", "type": "Feature", "properties": {"id": "us2000ap6d", "mag": 3.0, "time": 1505582077650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4285, 42.5847, 7.15]}, "bbox": [-111.4285, 42.5847, -111.4285, 42.5847]}, {"id": "3934", "type": "Feature", "properties": {"id": "us2000ap6b", "mag": 4.6, "time": 1505581929340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1918, -37.2167, 6.3]}, "bbox": [-74.1918, -37.2167, -74.1918, -37.2167]}, {"id": "3935", "type": "Feature", "properties": {"id": "us2000ap64", "mag": 4.5, "time": 1505581636660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0682, 16.1115, 35.63]}, "bbox": [-95.0682, 16.1115, -95.0682, 16.1115]}, {"id": "3936", "type": "Feature", "properties": {"id": "nc72893331", "mag": 1.49, "time": 1505581158890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.337833, 37.820167, -0.2]}, "bbox": [-122.337833, 37.820167, -122.337833, 37.820167]}, {"id": "3937", "type": "Feature", "properties": {"id": "ak16860548", "mag": 2.1, "time": 1505580632689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7764, 56.9377, 2.3]}, "bbox": [-157.7764, 56.9377, -157.7764, 56.9377]}, {"id": "3938", "type": "Feature", "properties": {"id": "nc72893326", "mag": 1.43, "time": 1505580258840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711, 38.750833, 1.46]}, "bbox": [-122.711, 38.750833, -122.711, 38.750833]}, {"id": "3939", "type": "Feature", "properties": {"id": "nc72893316", "mag": 1.6, "time": 1505579747930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717167, 38.752667, 1.24]}, "bbox": [-122.717167, 38.752667, -122.717167, 38.752667]}, {"id": "3940", "type": "Feature", "properties": {"id": "nc72893306", "mag": 1.39, "time": 1505579471580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0075, 37.570667, 2.07]}, "bbox": [-119.0075, 37.570667, -119.0075, 37.570667]}, {"id": "3941", "type": "Feature", "properties": {"id": "hv61910186", "mag": 1.68, "time": 1505579377040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611, 19.430167, 2.332]}, "bbox": [-155.611, 19.430167, -155.611, 19.430167]}, {"id": "3942", "type": "Feature", "properties": {"id": "ci37764559", "mag": 1.5, "time": 1505579023330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 34.514833, 12.76]}, "bbox": [-119.801833, 34.514833, -119.801833, 34.514833]}, {"id": "3943", "type": "Feature", "properties": {"id": "ak16834974", "mag": 1.6, "time": 1505578926267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7481, 62.8102, 9.5]}, "bbox": [-151.7481, 62.8102, -151.7481, 62.8102]}, {"id": "3944", "type": "Feature", "properties": {"id": "ak16834965", "mag": 2.6, "time": 1505578647951, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7871, 61.8971, 60.5]}, "bbox": [-150.7871, 61.8971, -150.7871, 61.8971]}, {"id": "3945", "type": "Feature", "properties": {"id": "mb80255754", "mag": 1.22, "time": 1505578208020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.489667, 44.705667, 13.34]}, "bbox": [-112.489667, 44.705667, -112.489667, 44.705667]}, {"id": "3946", "type": "Feature", "properties": {"id": "nc72893286", "mag": 1.35, "time": 1505577465010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.047, 36.467, 7.96]}, "bbox": [-121.047, 36.467, -121.047, 36.467]}, {"id": "3947", "type": "Feature", "properties": {"id": "nn00605503", "mag": 1.0, "time": 1505577266743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.9133, 37.0358, 0.0]}, "bbox": [-117.9133, 37.0358, -117.9133, 37.0358]}, {"id": "3948", "type": "Feature", "properties": {"id": "ak16834664", "mag": 2.4, "time": 1505577104470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.431, 64.4709, 16.8]}, "bbox": [-149.431, 64.4709, -149.431, 64.4709]}, {"id": "3949", "type": "Feature", "properties": {"id": "us2000ap48", "mag": 2.5, "time": 1505575595120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4328, 42.5757, 6.87]}, "bbox": [-111.4328, 42.5757, -111.4328, 42.5757]}, {"id": "3950", "type": "Feature", "properties": {"id": "nc72893281", "mag": 1.04, "time": 1505575420020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.895333, 37.565, -1.35]}, "bbox": [-118.895333, 37.565, -118.895333, 37.565]}, {"id": "3951", "type": "Feature", "properties": {"id": "us2000ap45", "mag": 2.6, "time": 1505574778570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5771, 8.55]}, "bbox": [-111.4287, 42.5771, -111.4287, 42.5771]}, {"id": "3952", "type": "Feature", "properties": {"id": "ak16834651", "mag": 1.1, "time": 1505574443625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8572, 64.7619, 12.6]}, "bbox": [-139.8572, 64.7619, -139.8572, 64.7619]}, {"id": "3953", "type": "Feature", "properties": {"id": "nc72893271", "mag": 1.41, "time": 1505574428990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.638167, 2.02]}, "bbox": [-118.946833, 37.638167, -118.946833, 37.638167]}, {"id": "3954", "type": "Feature", "properties": {"id": "ak16860541", "mag": 2.0, "time": 1505574078688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3496, 59.7545, 127.1]}, "bbox": [-153.3496, 59.7545, -153.3496, 59.7545]}, {"id": "3955", "type": "Feature", "properties": {"id": "ci37764535", "mag": 1.64, "time": 1505573652280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1775, 33.193, 4.38]}, "bbox": [-116.1775, 33.193, -116.1775, 33.193]}, {"id": "3956", "type": "Feature", "properties": {"id": "ak16834350", "mag": 1.4, "time": 1505572849209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9009, 64.7582, 0.8]}, "bbox": [-139.9009, 64.7582, -139.9009, 64.7582]}, {"id": "3957", "type": "Feature", "properties": {"id": "us2000ap3f", "mag": 2.7, "time": 1505571851260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424, 42.5936, 4.8]}, "bbox": [-111.424, 42.5936, -111.424, 42.5936]}, {"id": "3958", "type": "Feature", "properties": {"id": "ak16834332", "mag": 2.5, "time": 1505571656570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9804, 59.5744, 87.3]}, "bbox": [-152.9804, 59.5744, -152.9804, 59.5744]}, {"id": "3959", "type": "Feature", "properties": {"id": "us2000ap3b", "mag": 5.4, "time": 1505571537070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9072, 16.226, 27.8]}, "bbox": [-94.9072, 16.226, -94.9072, 16.226]}, {"id": "3960", "type": "Feature", "properties": {"id": "ak16860538", "mag": 1.3, "time": 1505570434361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2424, 62.5449, 91.4]}, "bbox": [-151.2424, 62.5449, -151.2424, 62.5449]}, {"id": "3961", "type": "Feature", "properties": {"id": "uw61329766", "mag": 1.85, "time": 1505569264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0445, 46.876833, 6.67]}, "bbox": [-122.0445, 46.876833, -122.0445, 46.876833]}, {"id": "3962", "type": "Feature", "properties": {"id": "ak16834028", "mag": 1.9, "time": 1505568376976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1823, 62.4985, 43.1]}, "bbox": [-148.1823, 62.4985, -148.1823, 62.4985]}, {"id": "3963", "type": "Feature", "properties": {"id": "nc72893206", "mag": 1.29, "time": 1505567825160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931167, 37.587167, 0.64]}, "bbox": [-118.931167, 37.587167, -118.931167, 37.587167]}, {"id": "3964", "type": "Feature", "properties": {"id": "ci37764455", "mag": 2.74, "time": 1505566718480, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.162, 34.381, 19.82]}, "bbox": [-121.162, 34.381, -121.162, 34.381]}, {"id": "3965", "type": "Feature", "properties": {"id": "ak16860534", "mag": 1.8, "time": 1505566502565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1816, 59.9775, 117.4]}, "bbox": [-153.1816, 59.9775, -153.1816, 59.9775]}, {"id": "3966", "type": "Feature", "properties": {"id": "nc72893196", "mag": 1.67, "time": 1505566233320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7105, 38.752667, 1.06]}, "bbox": [-122.7105, 38.752667, -122.7105, 38.752667]}, {"id": "3967", "type": "Feature", "properties": {"id": "pr2017259001", "mag": 2.53, "time": 1505566066240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1556, 17.5196, 8.0]}, "bbox": [-67.1556, 17.5196, -67.1556, 17.5196]}, {"id": "3968", "type": "Feature", "properties": {"id": "nn00605483", "mag": 1.9, "time": 1505565978805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5538, 38.7481, 7.8]}, "bbox": [-119.5538, 38.7481, -119.5538, 38.7481]}, {"id": "3969", "type": "Feature", "properties": {"id": "ci37764447", "mag": 1.73, "time": 1505565806200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609667, 33.184833, 2.89]}, "bbox": [-115.609667, 33.184833, -115.609667, 33.184833]}, {"id": "3970", "type": "Feature", "properties": {"id": "ismpkansas70235458", "mag": 2.43, "time": 1505565729090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570167, 37.344833, 5.17]}, "bbox": [-97.570167, 37.344833, -97.570167, 37.344833]}, {"id": "3971", "type": "Feature", "properties": {"id": "us2000ap2h", "mag": 5.1, "time": 1505565414430, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.9693, -6.4027, 84.07]}, "bbox": [154.9693, -6.4027, 154.9693, -6.4027]}, {"id": "3972", "type": "Feature", "properties": {"id": "nc72893191", "mag": 1.22, "time": 1505565031030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840833, 37.499667, 1.31]}, "bbox": [-118.840833, 37.499667, -118.840833, 37.499667]}, {"id": "3973", "type": "Feature", "properties": {"id": "nc72893176", "mag": 1.02, "time": 1505564232460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837502, 1.89]}, "bbox": [-122.827667, 38.837502, -122.827667, 38.837502]}, {"id": "3974", "type": "Feature", "properties": {"id": "nc72893171", "mag": 1.16, "time": 1505563869000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.124, 36.5485, 6.91]}, "bbox": [-121.124, 36.5485, -121.124, 36.5485]}, {"id": "3975", "type": "Feature", "properties": {"id": "nc72893166", "mag": 1.98, "time": 1505563826250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.96, 36.383333, 5.84]}, "bbox": [-120.96, 36.383333, -120.96, 36.383333]}, {"id": "3976", "type": "Feature", "properties": {"id": "ak16860533", "mag": 2.3, "time": 1505563620965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2643, 51.2858, 23.3]}, "bbox": [-178.2643, 51.2858, -178.2643, 51.2858]}, {"id": "3977", "type": "Feature", "properties": {"id": "ak16833723", "mag": 1.8, "time": 1505563033811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0307, 59.9768, 107.6]}, "bbox": [-153.0307, 59.9768, -153.0307, 59.9768]}, {"id": "3978", "type": "Feature", "properties": {"id": "ak16833722", "mag": 1.0, "time": 1505562940424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5632, 63.5373, 8.9]}, "bbox": [-147.5632, 63.5373, -147.5632, 63.5373]}, {"id": "3979", "type": "Feature", "properties": {"id": "us2000ap1y", "mag": 2.6, "time": 1505562746670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.3487, 38.1953, 7.98]}, "bbox": [-87.3487, 38.1953, -87.3487, 38.1953]}, {"id": "3980", "type": "Feature", "properties": {"id": "ak16833715", "mag": 1.4, "time": 1505562545553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0358, 63.0385, 119.0]}, "bbox": [-151.0358, 63.0385, -151.0358, 63.0385]}, {"id": "3981", "type": "Feature", "properties": {"id": "us2000ap1n", "mag": 4.9, "time": 1505561075850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2793, -17.0456, 538.12]}, "bbox": [-179.2793, -17.0456, -179.2793, -17.0456]}, {"id": "3982", "type": "Feature", "properties": {"id": "us2000ap1h", "mag": 4.9, "time": 1505561004690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0304, 14.9269, 46.15]}, "bbox": [-94.0304, 14.9269, -94.0304, 14.9269]}, {"id": "3983", "type": "Feature", "properties": {"id": "nc72893161", "mag": 1.71, "time": 1505560933840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.120167, 35.9645, 23.92]}, "bbox": [-120.120167, 35.9645, -120.120167, 35.9645]}, {"id": "3984", "type": "Feature", "properties": {"id": "us2000at4t", "mag": 4.2, "time": 1505560744440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.8254, -7.4355, 134.05]}, "bbox": [128.8254, -7.4355, 128.8254, -7.4355]}, {"id": "3985", "type": "Feature", "properties": {"id": "ak16833426", "mag": 1.4, "time": 1505560633966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4578, 61.5042, 28.0]}, "bbox": [-146.4578, 61.5042, -146.4578, 61.5042]}, {"id": "3986", "type": "Feature", "properties": {"id": "us2000ap1d", "mag": 2.4, "time": 1505560442800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8006, 35.9908, 5.836]}, "bbox": [-96.8006, 35.9908, -96.8006, 35.9908]}, {"id": "3987", "type": "Feature", "properties": {"id": "nc72893146", "mag": 1.21, "time": 1505560059470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829167, 37.4595, 2.47]}, "bbox": [-118.829167, 37.4595, -118.829167, 37.4595]}, {"id": "3988", "type": "Feature", "properties": {"id": "us2000ap17", "mag": 4.2, "time": 1505558287960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.162, 15.1165, 61.6]}, "bbox": [-94.162, 15.1165, -94.162, 15.1165]}, {"id": "3989", "type": "Feature", "properties": {"id": "mb80255689", "mag": 1.86, "time": 1505557588190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1525, 48.101667, 7.53]}, "bbox": [-115.1525, 48.101667, -115.1525, 48.101667]}, {"id": "3990", "type": "Feature", "properties": {"id": "nc72893131", "mag": 1.55, "time": 1505557460780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826, 38.836333, 2.51]}, "bbox": [-122.826, 38.836333, -122.826, 38.836333]}, {"id": "3991", "type": "Feature", "properties": {"id": "us2000ap0t", "mag": 4.5, "time": 1505557108730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2297, 14.9414, 30.52]}, "bbox": [-94.2297, 14.9414, -94.2297, 14.9414]}, {"id": "3992", "type": "Feature", "properties": {"id": "uw61329606", "mag": 1.52, "time": 1505556991880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.998833, 47.691333, 5.06]}, "bbox": [-121.998833, 47.691333, -121.998833, 47.691333]}, {"id": "3993", "type": "Feature", "properties": {"id": "us2000ap0r", "mag": 5.4, "time": 1505556693470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [83.5155, 42.2053, 16.0]}, "bbox": [83.5155, 42.2053, 83.5155, 42.2053]}, {"id": "3994", "type": "Feature", "properties": {"id": "nc72893116", "mag": 1.84, "time": 1505556472360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.136, 35.962667, 25.16]}, "bbox": [-120.136, 35.962667, -120.136, 35.962667]}, {"id": "3995", "type": "Feature", "properties": {"id": "us2000at4a", "mag": 4.0, "time": 1505555867920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1193, -10.8831, 38.93]}, "bbox": [122.1193, -10.8831, 122.1193, -10.8831]}, {"id": "3996", "type": "Feature", "properties": {"id": "nc72893106", "mag": 2.2, "time": 1505555321940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 38.061667, 8.48]}, "bbox": [-118.918167, 38.061667, -118.918167, 38.061667]}, {"id": "3997", "type": "Feature", "properties": {"id": "ci37764391", "mag": 3.37, "time": 1505555150630, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.616167, 33.169667, 8.65]}, "bbox": [-115.616167, 33.169667, -115.616167, 33.169667]}, {"id": "3998", "type": "Feature", "properties": {"id": "ak16833112", "mag": 1.5, "time": 1505554903991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7489, 59.845, 6.0]}, "bbox": [-136.7489, 59.845, -136.7489, 59.845]}, {"id": "3999", "type": "Feature", "properties": {"id": "ak16832833", "mag": 1.9, "time": 1505554129377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7145, 60.2604, 9.4]}, "bbox": [-141.7145, 60.2604, -141.7145, 60.2604]}, {"id": "4000", "type": "Feature", "properties": {"id": "ak16832826", "mag": 1.1, "time": 1505553506665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3921, 63.5231, 5.2]}, "bbox": [-147.3921, 63.5231, -147.3921, 63.5231]}, {"id": "4001", "type": "Feature", "properties": {"id": "ak16832818", "mag": 2.0, "time": 1505552113865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4792, 63.0863, 5.5]}, "bbox": [-151.4792, 63.0863, -151.4792, 63.0863]}, {"id": "4002", "type": "Feature", "properties": {"id": "ak16860523", "mag": 1.1, "time": 1505550954800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5868, 63.8926, 99.6]}, "bbox": [-148.5868, 63.8926, -148.5868, 63.8926]}, {"id": "4003", "type": "Feature", "properties": {"id": "us2000ap0a", "mag": 4.0, "time": 1505550836160, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.685, 37.0689, 6.9]}, "bbox": [27.685, 37.0689, 27.685, 37.0689]}, {"id": "4004", "type": "Feature", "properties": {"id": "ci37764359", "mag": 1.53, "time": 1505550124480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 33.145833, 9.49]}, "bbox": [-115.9555, 33.145833, -115.9555, 33.145833]}, {"id": "4005", "type": "Feature", "properties": {"id": "ci37764335", "mag": 1.72, "time": 1505549627950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.053167, 36.123167, 1.12]}, "bbox": [-118.053167, 36.123167, -118.053167, 36.123167]}, {"id": "4006", "type": "Feature", "properties": {"id": "ci37764327", "mag": 1.0, "time": 1505549298090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920833, 33.975167, 6.39]}, "bbox": [-116.920833, 33.975167, -116.920833, 33.975167]}, {"id": "4007", "type": "Feature", "properties": {"id": "ak16832531", "mag": 1.9, "time": 1505548305568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9221, 64.7554, 18.3]}, "bbox": [-139.9221, 64.7554, -139.9221, 64.7554]}, {"id": "4008", "type": "Feature", "properties": {"id": "pr2017259000", "mag": 3.64, "time": 1505548231440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.0526, 18.4531, 34.0]}, "bbox": [-64.0526, 18.4531, -64.0526, 18.4531]}, {"id": "4009", "type": "Feature", "properties": {"id": "nn00605447", "mag": 1.3, "time": 1505548133652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0331, 40.436, 11.8]}, "bbox": [-120.0331, 40.436, -120.0331, 40.436]}, {"id": "4010", "type": "Feature", "properties": {"id": "ak16860520", "mag": 1.3, "time": 1505547550857, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9184, 62.2903, 70.9]}, "bbox": [-150.9184, 62.2903, -150.9184, 62.2903]}, {"id": "4011", "type": "Feature", "properties": {"id": "ci37764303", "mag": 0.95, "time": 1505546199690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922833, 33.978, 5.2]}, "bbox": [-116.922833, 33.978, -116.922833, 33.978]}, {"id": "4012", "type": "Feature", "properties": {"id": "ak16832252", "mag": 3.1, "time": 1505545940675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5336, 51.3744, 18.2]}, "bbox": [178.5336, 51.3744, 178.5336, 51.3744]}, {"id": "4013", "type": "Feature", "properties": {"id": "nc72893051", "mag": 1.0, "time": 1505544999790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.518833, 0.05]}, "bbox": [-118.8995, 37.518833, -118.8995, 37.518833]}, {"id": "4014", "type": "Feature", "properties": {"id": "hv61909871", "mag": 3.66, "time": 1505544037320, "felt": 734.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.487667, 21.642167, 10.046]}, "bbox": [-157.487667, 21.642167, -157.487667, 21.642167]}, {"id": "4015", "type": "Feature", "properties": {"id": "ak16832238", "mag": 2.6, "time": 1505543981141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.591, 58.4419, 63.5]}, "bbox": [-153.591, 58.4419, -153.591, 58.4419]}, {"id": "4016", "type": "Feature", "properties": {"id": "ak16860517", "mag": 1.9, "time": 1505543962894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4461, 59.504, 85.4]}, "bbox": [-152.4461, 59.504, -152.4461, 59.504]}, {"id": "4017", "type": "Feature", "properties": {"id": "ci37764247", "mag": 0.97, "time": 1505543854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.918833, 33.976667, 6.71]}, "bbox": [-116.918833, 33.976667, -116.918833, 33.976667]}, {"id": "4018", "type": "Feature", "properties": {"id": "ak16832235", "mag": 1.7, "time": 1505543819625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8364, 61.486, 9.3]}, "bbox": [-146.8364, 61.486, -146.8364, 61.486]}, {"id": "4019", "type": "Feature", "properties": {"id": "us2000anze", "mag": 4.4, "time": 1505543417100, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.4791, 13.6017, 52.75]}, "bbox": [-90.4791, 13.6017, -90.4791, 13.6017]}, {"id": "4020", "type": "Feature", "properties": {"id": "nc72893026", "mag": 0.96, "time": 1505543269370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8325, 37.540333, 4.97]}, "bbox": [-118.8325, 37.540333, -118.8325, 37.540333]}, {"id": "4021", "type": "Feature", "properties": {"id": "nc72893021", "mag": 1.36, "time": 1505543240340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.181833, 37.775667, 14.71]}, "bbox": [-122.181833, 37.775667, -122.181833, 37.775667]}, {"id": "4022", "type": "Feature", "properties": {"id": "ak16831965", "mag": 1.2, "time": 1505542824882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1125, 62.0856, 43.0]}, "bbox": [-148.1125, 62.0856, -148.1125, 62.0856]}, {"id": "4023", "type": "Feature", "properties": {"id": "nc72893011", "mag": 1.57, "time": 1505541411490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8025, 38.706667, 3.14]}, "bbox": [-122.8025, 38.706667, -122.8025, 38.706667]}, {"id": "4024", "type": "Feature", "properties": {"id": "ak16831959", "mag": 1.0, "time": 1505541221769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4333, 66.2529, 10.1]}, "bbox": [-157.4333, 66.2529, -157.4333, 66.2529]}, {"id": "4025", "type": "Feature", "properties": {"id": "ak16831957", "mag": 1.8, "time": 1505541032598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4004, 57.5066, 48.2]}, "bbox": [-154.4004, 57.5066, -154.4004, 57.5066]}, {"id": "4026", "type": "Feature", "properties": {"id": "us2000anz4", "mag": 4.4, "time": 1505540612950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.854, 17.4925, 32.6]}, "bbox": [-60.854, 17.4925, -60.854, 17.4925]}, {"id": "4027", "type": "Feature", "properties": {"id": "us2000anz2", "mag": 4.1, "time": 1505540153920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.143, 15.2335, 36.21]}, "bbox": [-94.143, 15.2335, -94.143, 15.2335]}, {"id": "4028", "type": "Feature", "properties": {"id": "ci37764183", "mag": 1.57, "time": 1505539498920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 33.976667, 6.44]}, "bbox": [-116.924667, 33.976667, -116.924667, 33.976667]}, {"id": "4029", "type": "Feature", "properties": {"id": "us2000anyv", "mag": 3.7, "time": 1505539256530, "felt": 22.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5716, 8.12]}, "bbox": [-111.4153, 42.5716, -111.4153, 42.5716]}, {"id": "4030", "type": "Feature", "properties": {"id": "nc72893001", "mag": 1.74, "time": 1505539200450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.266667, 39.366833, -0.52]}, "bbox": [-123.266667, 39.366833, -123.266667, 39.366833]}, {"id": "4031", "type": "Feature", "properties": {"id": "nn00605425", "mag": 1.2, "time": 1505536942149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.719, 36.6783, 6.3]}, "bbox": [-115.719, 36.6783, -115.719, 36.6783]}, {"id": "4032", "type": "Feature", "properties": {"id": "ci37764071", "mag": 3.03, "time": 1505536766220, "felt": 99.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.926333, 33.9745, 5.92]}, "bbox": [-116.926333, 33.9745, -116.926333, 33.9745]}, {"id": "4033", "type": "Feature", "properties": {"id": "us2000anyf", "mag": 4.6, "time": 1505535666910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9491, -1.4664, 157.52]}, "bbox": [-77.9491, -1.4664, -77.9491, -1.4664]}, {"id": "4034", "type": "Feature", "properties": {"id": "nc72892991", "mag": 1.09, "time": 1505535129720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777833, 39.807833, 8.29]}, "bbox": [-122.777833, 39.807833, -122.777833, 39.807833]}, {"id": "4035", "type": "Feature", "properties": {"id": "us2000any5", "mag": 4.3, "time": 1505534256750, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.7094, 13.2544, 54.8]}, "bbox": [-89.7094, 13.2544, -89.7094, 13.2544]}, {"id": "4036", "type": "Feature", "properties": {"id": "ak16831411", "mag": 1.0, "time": 1505534077361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8446, 61.8774, 13.6]}, "bbox": [-148.8446, 61.8774, -148.8446, 61.8774]}, {"id": "4037", "type": "Feature", "properties": {"id": "nn00605540", "mag": 1.1, "time": 1505533644071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5347, 38.3939, 14.7]}, "bbox": [-116.5347, 38.3939, -116.5347, 38.3939]}, {"id": "4038", "type": "Feature", "properties": {"id": "ci37764039", "mag": 1.68, "time": 1505533494970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.682, 35.141167, 11.28]}, "bbox": [-119.682, 35.141167, -119.682, 35.141167]}, {"id": "4039", "type": "Feature", "properties": {"id": "ci37764031", "mag": 1.75, "time": 1505533234710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.516833, 32.862, 5.65]}, "bbox": [-115.516833, 32.862, -115.516833, 32.862]}, {"id": "4040", "type": "Feature", "properties": {"id": "ak16831410", "mag": 1.3, "time": 1505532137489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8143, 61.3719, 31.3]}, "bbox": [-146.8143, 61.3719, -146.8143, 61.3719]}, {"id": "4041", "type": "Feature", "properties": {"id": "nc72892971", "mag": 0.98, "time": 1505532054400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8735, 37.542, 7.25]}, "bbox": [-118.8735, 37.542, -118.8735, 37.542]}, {"id": "4042", "type": "Feature", "properties": {"id": "nm60206921", "mag": 1.9, "time": 1505531769960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3315, 35.6915, 12.51]}, "bbox": [-90.3315, 35.6915, -90.3315, 35.6915]}, {"id": "4043", "type": "Feature", "properties": {"id": "ci37764007", "mag": 1.33, "time": 1505531552680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.105667, 34.034, 6.86]}, "bbox": [-117.105667, 34.034, -117.105667, 34.034]}, {"id": "4044", "type": "Feature", "properties": {"id": "ak16860509", "mag": 1.7, "time": 1505530441142, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2233, 59.405, 90.5]}, "bbox": [-153.2233, 59.405, -153.2233, 59.405]}, {"id": "4045", "type": "Feature", "properties": {"id": "ak16831409", "mag": 2.6, "time": 1505529914916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7519, 54.2192, 117.7]}, "bbox": [-165.7519, 54.2192, -165.7519, 54.2192]}, {"id": "4046", "type": "Feature", "properties": {"id": "ci37763991", "mag": 1.37, "time": 1505528713010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.193833, 7.41]}, "bbox": [-116.179, 33.193833, -116.179, 33.193833]}, {"id": "4047", "type": "Feature", "properties": {"id": "ci37763983", "mag": 1.44, "time": 1505528615710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793333, 33.493667, 4.8]}, "bbox": [-116.793333, 33.493667, -116.793333, 33.493667]}, {"id": "4048", "type": "Feature", "properties": {"id": "us2000anxt", "mag": 4.3, "time": 1505528560360, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-100.0309, 17.2785, 69.28]}, "bbox": [-100.0309, 17.2785, -100.0309, 17.2785]}, {"id": "4049", "type": "Feature", "properties": {"id": "nc72892956", "mag": 1.06, "time": 1505527887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.904167, 37.519667, -0.32]}, "bbox": [-118.904167, 37.519667, -118.904167, 37.519667]}, {"id": "4050", "type": "Feature", "properties": {"id": "ak16831144", "mag": 1.1, "time": 1505526547318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6449, 63.5861, 5.7]}, "bbox": [-150.6449, 63.5861, -150.6449, 63.5861]}, {"id": "4051", "type": "Feature", "properties": {"id": "ak16831140", "mag": 1.8, "time": 1505526295378, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4346, 59.0192, 66.8]}, "bbox": [-152.4346, 59.0192, -152.4346, 59.0192]}, {"id": "4052", "type": "Feature", "properties": {"id": "nc72892946", "mag": 1.02, "time": 1505525854460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.786999, 0.87]}, "bbox": [-122.764168, 38.786999, -122.764168, 38.786999]}, {"id": "4053", "type": "Feature", "properties": {"id": "ci37763959", "mag": 1.17, "time": 1505525787900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.395167, 34.877167, 11.59]}, "bbox": [-119.395167, 34.877167, -119.395167, 34.877167]}, {"id": "4054", "type": "Feature", "properties": {"id": "nc72892941", "mag": 1.34, "time": 1505525721400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772833, 38.807167, -0.11]}, "bbox": [-122.772833, 38.807167, -122.772833, 38.807167]}, {"id": "4055", "type": "Feature", "properties": {"id": "nc72892936", "mag": 1.51, "time": 1505525691180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.545, 3.75]}, "bbox": [-118.819167, 37.545, -118.819167, 37.545]}, {"id": "4056", "type": "Feature", "properties": {"id": "us2000anxl", "mag": 4.6, "time": 1505525689580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5872, 52.0486, 37.0]}, "bbox": [-170.5872, 52.0486, -170.5872, 52.0486]}, {"id": "4057", "type": "Feature", "properties": {"id": "ak16831132", "mag": 1.8, "time": 1505525666712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6913, 63.5749, 10.4]}, "bbox": [-150.6913, 63.5749, -150.6913, 63.5749]}, {"id": "4058", "type": "Feature", "properties": {"id": "ak16831131", "mag": 1.1, "time": 1505525600973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6368, 63.6017, 8.9]}, "bbox": [-150.6368, 63.6017, -150.6368, 63.6017]}, {"id": "4059", "type": "Feature", "properties": {"id": "nc72892931", "mag": 1.16, "time": 1505524996900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.806167, 36.224833, 7.5]}, "bbox": [-120.806167, 36.224833, -120.806167, 36.224833]}, {"id": "4060", "type": "Feature", "properties": {"id": "ak16830868", "mag": 2.0, "time": 1505523996780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.276, 57.4142, 39.6]}, "bbox": [-154.276, 57.4142, -154.276, 57.4142]}, {"id": "4061", "type": "Feature", "properties": {"id": "ak16860501", "mag": 1.8, "time": 1505523576256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.099, 59.7523, 100.4]}, "bbox": [-153.099, 59.7523, -153.099, 59.7523]}, {"id": "4062", "type": "Feature", "properties": {"id": "ak16830864", "mag": 1.0, "time": 1505522724047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3705, 66.2593, 7.1]}, "bbox": [-142.3705, 66.2593, -142.3705, 66.2593]}, {"id": "4063", "type": "Feature", "properties": {"id": "ak16830862", "mag": 1.4, "time": 1505522720015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8357, 63.5631, 6.8]}, "bbox": [-150.8357, 63.5631, -150.8357, 63.5631]}, {"id": "4064", "type": "Feature", "properties": {"id": "us2000at41", "mag": 4.6, "time": 1505522674060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.6259, -23.9788, 10.0]}, "bbox": [69.6259, -23.9788, 69.6259, -23.9788]}, {"id": "4065", "type": "Feature", "properties": {"id": "us2000anwt", "mag": 4.3, "time": 1505522470090, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.2357, -37.2039, 9.72]}, "bbox": [-74.2357, -37.2039, -74.2357, -37.2039]}, {"id": "4066", "type": "Feature", "properties": {"id": "uu60246252", "mag": 1.18, "time": 1505521902190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4075, 42.596, 3.5]}, "bbox": [-111.4075, 42.596, -111.4075, 42.596]}, {"id": "4067", "type": "Feature", "properties": {"id": "ak16830861", "mag": 1.2, "time": 1505521740882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7991, 61.6212, 38.4]}, "bbox": [-147.7991, 61.6212, -147.7991, 61.6212]}, {"id": "4068", "type": "Feature", "properties": {"id": "ak16830860", "mag": 1.0, "time": 1505521253411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9628, 64.7584, 4.1]}, "bbox": [-139.9628, 64.7584, -139.9628, 64.7584]}, {"id": "4069", "type": "Feature", "properties": {"id": "ak16830858", "mag": 1.6, "time": 1505521010086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3459, 62.5868, 57.7]}, "bbox": [-148.3459, 62.5868, -148.3459, 62.5868]}, {"id": "4070", "type": "Feature", "properties": {"id": "us2000at4p", "mag": 4.6, "time": 1505520028160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-30.9669, 2.8319, 10.0]}, "bbox": [-30.9669, 2.8319, -30.9669, 2.8319]}, {"id": "4071", "type": "Feature", "properties": {"id": "ak16830852", "mag": 2.5, "time": 1505519615949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8797, 64.7729, 8.4]}, "bbox": [-139.8797, 64.7729, -139.8797, 64.7729]}, {"id": "4072", "type": "Feature", "properties": {"id": "ak16830848", "mag": 3.4, "time": 1505519352423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9613, 56.0051, 45.4]}, "bbox": [-156.9613, 56.0051, -156.9613, 56.0051]}, {"id": "4073", "type": "Feature", "properties": {"id": "ak16830585", "mag": 2.2, "time": 1505518242769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9245, 64.7851, 9.3]}, "bbox": [-139.9245, 64.7851, -139.9245, 64.7851]}, {"id": "4074", "type": "Feature", "properties": {"id": "ak16830502", "mag": 1.5, "time": 1505517724005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3927, 62.7723, 62.1]}, "bbox": [-148.3927, 62.7723, -148.3927, 62.7723]}, {"id": "4075", "type": "Feature", "properties": {"id": "hv61909476", "mag": 1.46, "time": 1505517626230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6105, 19.420833, 2.212]}, "bbox": [-155.6105, 19.420833, -155.6105, 19.420833]}, {"id": "4076", "type": "Feature", "properties": {"id": "us2000anvi", "mag": 4.9, "time": 1505517194700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.9781, 67.621, 14.89]}, "bbox": [142.9781, 67.621, 142.9781, 67.621]}, {"id": "4077", "type": "Feature", "properties": {"id": "ak16852972", "mag": 2.3, "time": 1505516822454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.046, 51.6929, 12.7]}, "bbox": [-175.046, 51.6929, -175.046, 51.6929]}, {"id": "4078", "type": "Feature", "properties": {"id": "us2000asms", "mag": 4.2, "time": 1505515397660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.5667, -4.6769, 135.04]}, "bbox": [151.5667, -4.6769, 151.5667, -4.6769]}, {"id": "4079", "type": "Feature", "properties": {"id": "ak16830490", "mag": 2.1, "time": 1505515348546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2666, 60.2335, 149.7]}, "bbox": [-153.2666, 60.2335, -153.2666, 60.2335]}, {"id": "4080", "type": "Feature", "properties": {"id": "us2000anza", "mag": 4.2, "time": 1505515078190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9514, 12.8959, 27.42]}, "bbox": [91.9514, 12.8959, 91.9514, 12.8959]}, {"id": "4081", "type": "Feature", "properties": {"id": "ak16852968", "mag": 1.7, "time": 1505514517165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1028, 59.5574, 89.2]}, "bbox": [-153.1028, 59.5574, -153.1028, 59.5574]}, {"id": "4082", "type": "Feature", "properties": {"id": "ak16830486", "mag": 1.5, "time": 1505514413181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8103, 64.7863, 4.0]}, "bbox": [-139.8103, 64.7863, -139.8103, 64.7863]}, {"id": "4083", "type": "Feature", "properties": {"id": "ak16852966", "mag": 1.7, "time": 1505514284700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1862, 59.9258, 120.0]}, "bbox": [-153.1862, 59.9258, -153.1862, 59.9258]}, {"id": "4084", "type": "Feature", "properties": {"id": "nc72892896", "mag": 1.71, "time": 1505514238180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.848, 40.281, 4.76]}, "bbox": [-120.848, 40.281, -120.848, 40.281]}, {"id": "4085", "type": "Feature", "properties": {"id": "us2000aqg1", "mag": 3.2, "time": 1505514207940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4161, 53.6697, 25.19]}, "bbox": [-164.4161, 53.6697, -164.4161, 53.6697]}, {"id": "4086", "type": "Feature", "properties": {"id": "nc72892891", "mag": 1.42, "time": 1505514193630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7085, 38.747, 1.29]}, "bbox": [-122.7085, 38.747, -122.7085, 38.747]}, {"id": "4087", "type": "Feature", "properties": {"id": "us2000antx", "mag": 2.8, "time": 1505513431240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9688, 37.279, 4.85]}, "bbox": [-97.9688, 37.279, -97.9688, 37.279]}, {"id": "4088", "type": "Feature", "properties": {"id": "ak16830471", "mag": 1.3, "time": 1505513126878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0818, 58.2131, 3.4]}, "bbox": [-155.0818, 58.2131, -155.0818, 58.2131]}, {"id": "4089", "type": "Feature", "properties": {"id": "us2000aqg0", "mag": 2.6, "time": 1505512544140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6723, 51.5577, 10.0]}, "bbox": [178.6723, 51.5577, 178.6723, 51.5577]}, {"id": "4090", "type": "Feature", "properties": {"id": "us2000antf", "mag": 4.6, "time": 1505512126220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.5618, -5.9077, 108.71]}, "bbox": [147.5618, -5.9077, 147.5618, -5.9077]}, {"id": "4091", "type": "Feature", "properties": {"id": "ak16830466", "mag": 1.7, "time": 1505511266504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7109, 60.4891, 8.6]}, "bbox": [-138.7109, 60.4891, -138.7109, 60.4891]}, {"id": "4092", "type": "Feature", "properties": {"id": "us2000asmu", "mag": 4.3, "time": 1505510611600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.0445, 34.5022, 328.82]}, "bbox": [137.0445, 34.5022, 137.0445, 34.5022]}, {"id": "4093", "type": "Feature", "properties": {"id": "us2000anrz", "mag": 3.1, "time": 1505510517900, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4379, 42.6057, 6.23]}, "bbox": [-111.4379, 42.6057, -111.4379, 42.6057]}, {"id": "4094", "type": "Feature", "properties": {"id": "ak16830211", "mag": 3.0, "time": 1505510263990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8926, 64.7765, 8.2]}, "bbox": [-139.8926, 64.7765, -139.8926, 64.7765]}, {"id": "4095", "type": "Feature", "properties": {"id": "ak16852960", "mag": 1.5, "time": 1505509916511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1722, 61.1116, 68.8]}, "bbox": [-151.1722, 61.1116, -151.1722, 61.1116]}, {"id": "4096", "type": "Feature", "properties": {"id": "ak16852959", "mag": 2.0, "time": 1505509441508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4835, 51.7117, 13.6]}, "bbox": [-178.4835, 51.7117, -178.4835, 51.7117]}, {"id": "4097", "type": "Feature", "properties": {"id": "nc72892861", "mag": 1.56, "time": 1505509197990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.217167, 35.152667, 7.27]}, "bbox": [-121.217167, 35.152667, -121.217167, 35.152667]}, {"id": "4098", "type": "Feature", "properties": {"id": "nn00605401", "mag": 1.3, "time": 1505508712532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5746, 38.7781, 10.3]}, "bbox": [-119.5746, 38.7781, -119.5746, 38.7781]}, {"id": "4099", "type": "Feature", "properties": {"id": "us2000anqp", "mag": 4.4, "time": 1505508340380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.6832, 12.6788, 125.94]}, "bbox": [142.6832, 12.6788, 142.6832, 12.6788]}, {"id": "4100", "type": "Feature", "properties": {"id": "nn00605391", "mag": 1.0, "time": 1505508003630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3614, 38.5819, 3.5]}, "bbox": [-118.3614, 38.5819, -118.3614, 38.5819]}, {"id": "4101", "type": "Feature", "properties": {"id": "ci37763831", "mag": 1.45, "time": 1505507271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.356667, 34.4865, 9.29]}, "bbox": [-119.356667, 34.4865, -119.356667, 34.4865]}, {"id": "4102", "type": "Feature", "properties": {"id": "ak16830197", "mag": 2.1, "time": 1505507006348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8768, 60.2433, 18.6]}, "bbox": [-140.8768, 60.2433, -140.8768, 60.2433]}, {"id": "4103", "type": "Feature", "properties": {"id": "nc72892846", "mag": 2.43, "time": 1505506978320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.075333, 36.496667, 4.87]}, "bbox": [-121.075333, 36.496667, -121.075333, 36.496667]}, {"id": "4104", "type": "Feature", "properties": {"id": "us2000annp", "mag": 2.3, "time": 1505506905940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5599, 9.59]}, "bbox": [-111.4277, 42.5599, -111.4277, 42.5599]}, {"id": "4105", "type": "Feature", "properties": {"id": "ak16829946", "mag": 2.6, "time": 1505506584731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9781, 57.0654, 81.6]}, "bbox": [-155.9781, 57.0654, -155.9781, 57.0654]}, {"id": "4106", "type": "Feature", "properties": {"id": "nc72892841", "mag": 1.21, "time": 1505506558180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.823167, 2.59]}, "bbox": [-122.801833, 38.823167, -122.801833, 38.823167]}, {"id": "4107", "type": "Feature", "properties": {"id": "ci37763815", "mag": 1.6, "time": 1505506434580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.772667, 33.326167, 12.6]}, "bbox": [-116.772667, 33.326167, -116.772667, 33.326167]}, {"id": "4108", "type": "Feature", "properties": {"id": "ak16829942", "mag": 2.0, "time": 1505506388550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6381, 59.7681, 10.4]}, "bbox": [-136.6381, 59.7681, -136.6381, 59.7681]}, {"id": "4109", "type": "Feature", "properties": {"id": "ak16829939", "mag": 1.3, "time": 1505506296730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3557, 64.9805, 0.0]}, "bbox": [-147.3557, 64.9805, -147.3557, 64.9805]}, {"id": "4110", "type": "Feature", "properties": {"id": "ak16829919", "mag": 3.2, "time": 1505506091028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8331, 59.8732, 91.8]}, "bbox": [-152.8331, 59.8732, -152.8331, 59.8732]}, {"id": "4111", "type": "Feature", "properties": {"id": "ak16829917", "mag": 1.1, "time": 1505506034459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1896, 63.4641, 20.7]}, "bbox": [-147.1896, 63.4641, -147.1896, 63.4641]}, {"id": "4112", "type": "Feature", "properties": {"id": "nc72892821", "mag": 1.26, "time": 1505506033580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.407667, 37.504333, 1.03]}, "bbox": [-122.407667, 37.504333, -122.407667, 37.504333]}, {"id": "4113", "type": "Feature", "properties": {"id": "pr2017258005", "mag": 3.43, "time": 1505505501670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.6295, 19.1915, 40.0]}, "bbox": [-64.6295, 19.1915, -64.6295, 19.1915]}, {"id": "4114", "type": "Feature", "properties": {"id": "ak16829915", "mag": 1.5, "time": 1505505395135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6711, 60.3885, 41.7]}, "bbox": [-150.6711, 60.3885, -150.6711, 60.3885]}, {"id": "4115", "type": "Feature", "properties": {"id": "ak16829913", "mag": 2.1, "time": 1505505235226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.0254, 58.4988, 9.7]}, "bbox": [-135.0254, 58.4988, -135.0254, 58.4988]}, {"id": "4116", "type": "Feature", "properties": {"id": "ak16829904", "mag": 1.1, "time": 1505503708373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5162, 63.4918, 1.6]}, "bbox": [-147.5162, 63.4918, -147.5162, 63.4918]}, {"id": "4117", "type": "Feature", "properties": {"id": "nc72892806", "mag": 1.03, "time": 1505503474580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.488333, 37.450833, 4.91]}, "bbox": [-118.488333, 37.450833, -118.488333, 37.450833]}, {"id": "4118", "type": "Feature", "properties": {"id": "ci37763759", "mag": 1.72, "time": 1505502131450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796, 33.503167, 6.45]}, "bbox": [-116.796, 33.503167, -116.796, 33.503167]}, {"id": "4119", "type": "Feature", "properties": {"id": "us2000anjp", "mag": 5.5, "time": 1505501282460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.3292, -55.4644, 9.0]}, "bbox": [-28.3292, -55.4644, -28.3292, -55.4644]}, {"id": "4120", "type": "Feature", "properties": {"id": "nc72892771", "mag": 1.05, "time": 1505500911720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.725334, 38.757, 1.52]}, "bbox": [-122.725334, 38.757, -122.725334, 38.757]}, {"id": "4121", "type": "Feature", "properties": {"id": "us2000anjh", "mag": 4.5, "time": 1505500904740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.72, 54.0122, 10.0]}, "bbox": [169.72, 54.0122, 169.72, 54.0122]}, {"id": "4122", "type": "Feature", "properties": {"id": "uw61308057", "mag": 0.97, "time": 1505500854880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.858667, 48.515, 37.88]}, "bbox": [-124.858667, 48.515, -124.858667, 48.515]}, {"id": "4123", "type": "Feature", "properties": {"id": "ak16829625", "mag": 1.6, "time": 1505499922143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3749, 60.4419, 18.3]}, "bbox": [-147.3749, 60.4419, -147.3749, 60.4419]}, {"id": "4124", "type": "Feature", "properties": {"id": "uu60246132", "mag": 1.51, "time": 1505499901840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.537167, 7.15]}, "bbox": [-111.420667, 42.537167, -111.420667, 42.537167]}, {"id": "4125", "type": "Feature", "properties": {"id": "nc72892766", "mag": 2.33, "time": 1505499839660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.49, 37.447667, 5.54]}, "bbox": [-118.49, 37.447667, -118.49, 37.447667]}, {"id": "4126", "type": "Feature", "properties": {"id": "nc72892756", "mag": 1.0, "time": 1505499395080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799667, 37.462333, 0.05]}, "bbox": [-118.799667, 37.462333, -118.799667, 37.462333]}, {"id": "4127", "type": "Feature", "properties": {"id": "nc72892761", "mag": 1.02, "time": 1505499284680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.445, 37.379333, 14.57]}, "bbox": [-118.445, 37.379333, -118.445, 37.379333]}, {"id": "4128", "type": "Feature", "properties": {"id": "ak16829622", "mag": 1.1, "time": 1505498936272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4458, 61.0059, 4.9]}, "bbox": [-152.4458, 61.0059, -152.4458, 61.0059]}, {"id": "4129", "type": "Feature", "properties": {"id": "us2000anhz", "mag": 4.2, "time": 1505498539950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9892, 15.1825, 46.32]}, "bbox": [-93.9892, 15.1825, -93.9892, 15.1825]}, {"id": "4130", "type": "Feature", "properties": {"id": "ak16829378", "mag": 1.9, "time": 1505498347271, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7292, 60.4845, 7.5]}, "bbox": [-138.7292, 60.4845, -138.7292, 60.4845]}, {"id": "4131", "type": "Feature", "properties": {"id": "ci37763719", "mag": 1.44, "time": 1505498108300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.178169, 35.602833, 5.95]}, "bbox": [-118.178169, 35.602833, -118.178169, 35.602833]}, {"id": "4132", "type": "Feature", "properties": {"id": "us2000anhd", "mag": 5.0, "time": 1505497546880, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [28.8132, -2.7314, 12.98]}, "bbox": [28.8132, -2.7314, 28.8132, -2.7314]}, {"id": "4133", "type": "Feature", "properties": {"id": "ci37763711", "mag": 1.02, "time": 1505497385540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.102833, 33.170333, 9.6]}, "bbox": [-116.102833, 33.170333, -116.102833, 33.170333]}, {"id": "4134", "type": "Feature", "properties": {"id": "ak16829370", "mag": 1.8, "time": 1505496661795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3298, 60.0961, 93.1]}, "bbox": [-152.3298, 60.0961, -152.3298, 60.0961]}, {"id": "4135", "type": "Feature", "properties": {"id": "nc72892746", "mag": 1.22, "time": 1505496479100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.641667, 37.477167, 6.06]}, "bbox": [-118.641667, 37.477167, -118.641667, 37.477167]}, {"id": "4136", "type": "Feature", "properties": {"id": "us2000angr", "mag": 4.6, "time": 1505496373980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.527, 53.8618, 60.06]}, "bbox": [160.527, 53.8618, 160.527, 53.8618]}, {"id": "4137", "type": "Feature", "properties": {"id": "ci37763679", "mag": 1.04, "time": 1505495567950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808, 36.012167, 1.77]}, "bbox": [-117.808, 36.012167, -117.808, 36.012167]}, {"id": "4138", "type": "Feature", "properties": {"id": "ak16829365", "mag": 1.4, "time": 1505494067842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3827, 63.102, 108.2]}, "bbox": [-150.3827, 63.102, -150.3827, 63.102]}, {"id": "4139", "type": "Feature", "properties": {"id": "uw61308032", "mag": 1.41, "time": 1505493000220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048333, 47.3965, 13.93]}, "bbox": [-122.048333, 47.3965, -122.048333, 47.3965]}, {"id": "4140", "type": "Feature", "properties": {"id": "nc72892711", "mag": 1.1, "time": 1505492830650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807, 38.822667, 2.57]}, "bbox": [-122.807, 38.822667, -122.807, 38.822667]}, {"id": "4141", "type": "Feature", "properties": {"id": "uw61308027", "mag": 1.17, "time": 1505492391290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0485, 47.395833, 13.68]}, "bbox": [-122.0485, 47.395833, -122.0485, 47.395833]}, {"id": "4142", "type": "Feature", "properties": {"id": "ak16829360", "mag": 2.9, "time": 1505491697051, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4354, 53.7237, 49.7]}, "bbox": [-164.4354, 53.7237, -164.4354, 53.7237]}, {"id": "4143", "type": "Feature", "properties": {"id": "pr2017258004", "mag": 1.98, "time": 1505491060700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7353, 18.0013, 7.0]}, "bbox": [-66.7353, 18.0013, -66.7353, 18.0013]}, {"id": "4144", "type": "Feature", "properties": {"id": "ak16829358", "mag": 1.6, "time": 1505491027770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6843, 60.3013, 49.8]}, "bbox": [-150.6843, 60.3013, -150.6843, 60.3013]}, {"id": "4145", "type": "Feature", "properties": {"id": "us2000angc", "mag": 4.7, "time": 1505490910540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4948, -51.951, 10.0]}, "bbox": [140.4948, -51.951, 140.4948, -51.951]}, {"id": "4146", "type": "Feature", "properties": {"id": "ak16829355", "mag": 3.2, "time": 1505490508935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4074, 55.3684, 134.2]}, "bbox": [-162.4074, 55.3684, -162.4074, 55.3684]}, {"id": "4147", "type": "Feature", "properties": {"id": "uu60246117", "mag": 1.78, "time": 1505490038910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438833, 42.587833, 3.5]}, "bbox": [-111.438833, 42.587833, -111.438833, 42.587833]}, {"id": "4148", "type": "Feature", "properties": {"id": "ci37763607", "mag": 1.3, "time": 1505489472220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491167, 33.8525, -0.5]}, "bbox": [-117.491167, 33.8525, -117.491167, 33.8525]}, {"id": "4149", "type": "Feature", "properties": {"id": "ismpkansas70235413", "mag": 2.08, "time": 1505488486050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.96, 37.276667, 2.46]}, "bbox": [-97.96, 37.276667, -97.96, 37.276667]}, {"id": "4150", "type": "Feature", "properties": {"id": "ak16829351", "mag": 1.4, "time": 1505488175090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4615, 63.0908, 2.8]}, "bbox": [-151.4615, 63.0908, -151.4615, 63.0908]}, {"id": "4151", "type": "Feature", "properties": {"id": "hv61908956", "mag": 2.13, "time": 1505487142110, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.862333, 19.450333, 1.074]}, "bbox": [-154.862333, 19.450333, -154.862333, 19.450333]}, {"id": "4152", "type": "Feature", "properties": {"id": "ak16829348", "mag": 2.3, "time": 1505486994801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5994, 64.2424, 10.6]}, "bbox": [-163.5994, 64.2424, -163.5994, 64.2424]}, {"id": "4153", "type": "Feature", "properties": {"id": "ak16852936", "mag": 1.5, "time": 1505485797408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5105, 60.533, 54.5]}, "bbox": [-150.5105, 60.533, -150.5105, 60.533]}, {"id": "4154", "type": "Feature", "properties": {"id": "ak16829346", "mag": 1.6, "time": 1505485726963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8399, 59.9528, 0.0]}, "bbox": [-139.8399, 59.9528, -139.8399, 59.9528]}, {"id": "4155", "type": "Feature", "properties": {"id": "mb80255559", "mag": 1.54, "time": 1505485070000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.898, 12.92]}, "bbox": [-112.528, 46.898, -112.528, 46.898]}, {"id": "4156", "type": "Feature", "properties": {"id": "us2000asmd", "mag": 4.0, "time": 1505484479350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [118.2763, -7.0257, 10.0]}, "bbox": [118.2763, -7.0257, 118.2763, -7.0257]}, {"id": "4157", "type": "Feature", "properties": {"id": "ci37763559", "mag": 1.43, "time": 1505483064830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6045, 33.127833, 7.81]}, "bbox": [-115.6045, 33.127833, -115.6045, 33.127833]}, {"id": "4158", "type": "Feature", "properties": {"id": "ci37763535", "mag": 1.14, "time": 1505482307640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.736833, 33.222833, 12.21]}, "bbox": [-116.736833, 33.222833, -116.736833, 33.222833]}, {"id": "4159", "type": "Feature", "properties": {"id": "ci37763527", "mag": 1.65, "time": 1505482113260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.742833, 33.223833, 11.67]}, "bbox": [-116.742833, 33.223833, -116.742833, 33.223833]}, {"id": "4160", "type": "Feature", "properties": {"id": "ci37763511", "mag": 2.98, "time": 1505481739410, "felt": 62.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750167, 33.221833, 11.54]}, "bbox": [-116.750167, 33.221833, -116.750167, 33.221833]}, {"id": "4161", "type": "Feature", "properties": {"id": "nn00605319", "mag": 1.4, "time": 1505481612897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.536, 39.4025, 7.1]}, "bbox": [-119.536, 39.4025, -119.536, 39.4025]}, {"id": "4162", "type": "Feature", "properties": {"id": "ak16829343", "mag": 1.1, "time": 1505481511288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.734, 60.477, 7.6]}, "bbox": [-138.734, 60.477, -138.734, 60.477]}, {"id": "4163", "type": "Feature", "properties": {"id": "ak16829342", "mag": 1.1, "time": 1505481115042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6866, 60.4978, 7.6]}, "bbox": [-138.6866, 60.4978, -138.6866, 60.4978]}, {"id": "4164", "type": "Feature", "properties": {"id": "us2000an8y", "mag": 3.0, "time": 1505480692500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9665, 37.2798, 4.9]}, "bbox": [-97.9665, 37.2798, -97.9665, 37.2798]}, {"id": "4165", "type": "Feature", "properties": {"id": "us2000aqfs", "mag": 4.0, "time": 1505480677660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.1015, 51.6899, 62.37]}, "bbox": [177.1015, 51.6899, 177.1015, 51.6899]}, {"id": "4166", "type": "Feature", "properties": {"id": "nc72892656", "mag": 1.2, "time": 1505479917850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.478833, 36.923833, 5.96]}, "bbox": [-121.478833, 36.923833, -121.478833, 36.923833]}, {"id": "4167", "type": "Feature", "properties": {"id": "ak16852930", "mag": 2.2, "time": 1505479857860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6735, 54.2139, 72.3]}, "bbox": [-164.6735, 54.2139, -164.6735, 54.2139]}, {"id": "4168", "type": "Feature", "properties": {"id": "ak16852929", "mag": 1.3, "time": 1505479424949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8074, 61.6789, 63.0]}, "bbox": [-150.8074, 61.6789, -150.8074, 61.6789]}, {"id": "4169", "type": "Feature", "properties": {"id": "ci37763455", "mag": 1.43, "time": 1505479133890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.172833, 33.1885, 5.98]}, "bbox": [-116.172833, 33.1885, -116.172833, 33.1885]}, {"id": "4170", "type": "Feature", "properties": {"id": "us2000an8s", "mag": 5.0, "time": 1505479021440, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [99.4856, 1.5915, 160.08]}, "bbox": [99.4856, 1.5915, 99.4856, 1.5915]}, {"id": "4171", "type": "Feature", "properties": {"id": "ak16852928", "mag": 2.1, "time": 1505478896521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6795, 51.3691, 28.0]}, "bbox": [178.6795, 51.3691, 178.6795, 51.3691]}, {"id": "4172", "type": "Feature", "properties": {"id": "uw61307972", "mag": 0.95, "time": 1505478878910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.588, 45.973333, 13.92]}, "bbox": [-122.588, 45.973333, -122.588, 45.973333]}, {"id": "4173", "type": "Feature", "properties": {"id": "mb80255544", "mag": 1.19, "time": 1505478239910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527, 46.868167, 11.01]}, "bbox": [-112.527, 46.868167, -112.527, 46.868167]}, {"id": "4174", "type": "Feature", "properties": {"id": "ak16852925", "mag": 2.1, "time": 1505477897255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.3237, 54.8499, 18.7]}, "bbox": [-160.3237, 54.8499, -160.3237, 54.8499]}, {"id": "4175", "type": "Feature", "properties": {"id": "nc72892641", "mag": 1.01, "time": 1505477523520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.833832, 2.01]}, "bbox": [-122.799667, 38.833832, -122.799667, 38.833832]}, {"id": "4176", "type": "Feature", "properties": {"id": "us2000an8e", "mag": 2.7, "time": 1505477274970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.8611, 10.18]}, "bbox": [-112.525, 46.8611, -112.525, 46.8611]}, {"id": "4177", "type": "Feature", "properties": {"id": "ak16852924", "mag": 1.4, "time": 1505476792218, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5946, 57.6534, 29.9]}, "bbox": [-152.5946, 57.6534, -152.5946, 57.6534]}, {"id": "4178", "type": "Feature", "properties": {"id": "pr2017258003", "mag": 2.18, "time": 1505476739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7808, 18.0135, 13.0]}, "bbox": [-66.7808, 18.0135, -66.7808, 18.0135]}, {"id": "4179", "type": "Feature", "properties": {"id": "ak16852923", "mag": 2.0, "time": 1505476493650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7994, 54.9781, 25.0]}, "bbox": [-160.7994, 54.9781, -160.7994, 54.9781]}, {"id": "4180", "type": "Feature", "properties": {"id": "us2000an7z", "mag": 3.8, "time": 1505475906360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.753, 54.3697, 28.05]}, "bbox": [-161.753, 54.3697, -161.753, 54.3697]}, {"id": "4181", "type": "Feature", "properties": {"id": "nc72892636", "mag": 2.0, "time": 1505475684320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723167, 38.750667, 1.87]}, "bbox": [-122.723167, 38.750667, -122.723167, 38.750667]}, {"id": "4182", "type": "Feature", "properties": {"id": "ak16829087", "mag": 1.6, "time": 1505475033163, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6709, 67.7999, 2.0]}, "bbox": [-156.6709, 67.7999, -156.6709, 67.7999]}, {"id": "4183", "type": "Feature", "properties": {"id": "ak16829082", "mag": 1.8, "time": 1505474984470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9722, 63.0999, 131.7]}, "bbox": [-150.9722, 63.0999, -150.9722, 63.0999]}, {"id": "4184", "type": "Feature", "properties": {"id": "ak16829079", "mag": 1.4, "time": 1505474678706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7297, 60.4779, 8.8]}, "bbox": [-138.7297, 60.4779, -138.7297, 60.4779]}, {"id": "4185", "type": "Feature", "properties": {"id": "us2000an7j", "mag": 2.7, "time": 1505474631800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4441, 42.568, 7.22]}, "bbox": [-111.4441, 42.568, -111.4441, 42.568]}, {"id": "4186", "type": "Feature", "properties": {"id": "nc72892626", "mag": 1.04, "time": 1505474439810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804667, 37.458833, 0.13]}, "bbox": [-118.804667, 37.458833, -118.804667, 37.458833]}, {"id": "4187", "type": "Feature", "properties": {"id": "ci37763407", "mag": 3.23, "time": 1505473976550, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.303167, 35.032833, 11.48]}, "bbox": [-119.303167, 35.032833, -119.303167, 35.032833]}, {"id": "4188", "type": "Feature", "properties": {"id": "nn00605300", "mag": 1.1, "time": 1505473795002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7828, 38.6088, 8.3]}, "bbox": [-118.7828, 38.6088, -118.7828, 38.6088]}, {"id": "4189", "type": "Feature", "properties": {"id": "ak16828841", "mag": 1.7, "time": 1505473634732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.54, 59.9657, 0.0]}, "bbox": [-139.54, 59.9657, -139.54, 59.9657]}, {"id": "4190", "type": "Feature", "properties": {"id": "uw61307932", "mag": 1.91, "time": 1505473610560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044333, 46.870333, 5.23]}, "bbox": [-122.044333, 46.870333, -122.044333, 46.870333]}, {"id": "4191", "type": "Feature", "properties": {"id": "uw61307927", "mag": 2.04, "time": 1505473528440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040667, 46.874167, 5.89]}, "bbox": [-122.040667, 46.874167, -122.040667, 46.874167]}, {"id": "4192", "type": "Feature", "properties": {"id": "us2000an74", "mag": 4.6, "time": 1505473111350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.5703, 14.9752, 55.34]}, "bbox": [-60.5703, 14.9752, -60.5703, 14.9752]}, {"id": "4193", "type": "Feature", "properties": {"id": "ak16828838", "mag": 2.3, "time": 1505473096912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7454, 57.1664, 7.6]}, "bbox": [-155.7454, 57.1664, -155.7454, 57.1664]}, {"id": "4194", "type": "Feature", "properties": {"id": "ismpkansas70235273", "mag": 1.73, "time": 1505472377400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7775, 37.328833, 5.95]}, "bbox": [-97.7775, 37.328833, -97.7775, 37.328833]}, {"id": "4195", "type": "Feature", "properties": {"id": "ak16828836", "mag": 1.2, "time": 1505472358115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0141, 62.1581, 7.8]}, "bbox": [-150.0141, 62.1581, -150.0141, 62.1581]}, {"id": "4196", "type": "Feature", "properties": {"id": "us2000an6x", "mag": 3.0, "time": 1505471961060, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4507, 42.5991, 6.39]}, "bbox": [-111.4507, 42.5991, -111.4507, 42.5991]}, {"id": "4197", "type": "Feature", "properties": {"id": "ak16828834", "mag": 1.6, "time": 1505471035679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5654, 60.6122, 4.1]}, "bbox": [-147.5654, 60.6122, -147.5654, 60.6122]}, {"id": "4198", "type": "Feature", "properties": {"id": "pr2017258002", "mag": 3.3, "time": 1505471012430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.039, 18.7165, 49.0]}, "bbox": [-65.039, 18.7165, -65.039, 18.7165]}, {"id": "4199", "type": "Feature", "properties": {"id": "nc72892606", "mag": 2.13, "time": 1505469780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.106167, 36.291833, 27.69]}, "bbox": [-120.106167, 36.291833, -120.106167, 36.291833]}, {"id": "4200", "type": "Feature", "properties": {"id": "ak16852912", "mag": 1.9, "time": 1505469324601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0438, 60.2245, 124.3]}, "bbox": [-153.0438, 60.2245, -153.0438, 60.2245]}, {"id": "4201", "type": "Feature", "properties": {"id": "ak16828830", "mag": 2.7, "time": 1505468486908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.378, 53.6654, 25.8]}, "bbox": [-164.378, 53.6654, -164.378, 53.6654]}, {"id": "4202", "type": "Feature", "properties": {"id": "pr2017258001", "mag": 3.31, "time": 1505468158660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9741, 18.1111, 53.0]}, "bbox": [-67.9741, 18.1111, -67.9741, 18.1111]}, {"id": "4203", "type": "Feature", "properties": {"id": "ak16828827", "mag": 1.9, "time": 1505468029663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1086, 60.3742, 87.3]}, "bbox": [-152.1086, 60.3742, -152.1086, 60.3742]}, {"id": "4204", "type": "Feature", "properties": {"id": "us2000an6e", "mag": 2.1, "time": 1505467401730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4369, 42.5723, 4.71]}, "bbox": [-111.4369, 42.5723, -111.4369, 42.5723]}, {"id": "4205", "type": "Feature", "properties": {"id": "ci37763367", "mag": 1.32, "time": 1505466931820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.601167, 35.792, 0.88]}, "bbox": [-116.601167, 35.792, -116.601167, 35.792]}, {"id": "4206", "type": "Feature", "properties": {"id": "hv61908811", "mag": 1.86, "time": 1505466749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473328, 19.201, 34.94]}, "bbox": [-155.473328, 19.201, -155.473328, 19.201]}, {"id": "4207", "type": "Feature", "properties": {"id": "pr2017258000", "mag": 2.64, "time": 1505466025100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.746, 17.9996, 11.0]}, "bbox": [-66.746, 17.9996, -66.746, 17.9996]}, {"id": "4208", "type": "Feature", "properties": {"id": "us2000an5j", "mag": 3.6, "time": 1505463761200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4416, 42.5753, 5.34]}, "bbox": [-111.4416, 42.5753, -111.4416, 42.5753]}, {"id": "4209", "type": "Feature", "properties": {"id": "ak16852908", "mag": 1.3, "time": 1505463469458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.2829, 57.3488, 39.2]}, "bbox": [-154.2829, 57.3488, -154.2829, 57.3488]}, {"id": "4210", "type": "Feature", "properties": {"id": "nn00605283", "mag": 1.7, "time": 1505461873940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4437, 37.5652, 30.3]}, "bbox": [-117.4437, 37.5652, -117.4437, 37.5652]}, {"id": "4211", "type": "Feature", "properties": {"id": "nc72892591", "mag": 2.34, "time": 1505461865770, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815833, 37.416, -0.2]}, "bbox": [-121.815833, 37.416, -121.815833, 37.416]}, {"id": "4212", "type": "Feature", "properties": {"id": "nc72892576", "mag": 1.69, "time": 1505460536470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.027667, 35.933167, 12.08]}, "bbox": [-120.027667, 35.933167, -120.027667, 35.933167]}, {"id": "4213", "type": "Feature", "properties": {"id": "ak16828820", "mag": 1.4, "time": 1505460317106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3735, 59.7943, 6.5]}, "bbox": [-141.3735, 59.7943, -141.3735, 59.7943]}, {"id": "4214", "type": "Feature", "properties": {"id": "ak16852903", "mag": 1.3, "time": 1505459205027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8448, 60.0925, 0.0]}, "bbox": [-139.8448, 60.0925, -139.8448, 60.0925]}, {"id": "4215", "type": "Feature", "properties": {"id": "ak16828585", "mag": 1.4, "time": 1505458631465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0593, 61.7131, 3.8]}, "bbox": [-148.0593, 61.7131, -148.0593, 61.7131]}, {"id": "4216", "type": "Feature", "properties": {"id": "us2000an4v", "mag": 4.4, "time": 1505458308660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5767, -21.9172, 640.49]}, "bbox": [179.5767, -21.9172, 179.5767, -21.9172]}, {"id": "4217", "type": "Feature", "properties": {"id": "ak16828584", "mag": 1.4, "time": 1505458006745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7132, 60.0014, 0.0]}, "bbox": [-139.7132, 60.0014, -139.7132, 60.0014]}, {"id": "4218", "type": "Feature", "properties": {"id": "ak16828563", "mag": 2.8, "time": 1505456528325, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4989, 60.1125, 151.7]}, "bbox": [-153.4989, 60.1125, -153.4989, 60.1125]}, {"id": "4219", "type": "Feature", "properties": {"id": "ak16828570", "mag": 2.5, "time": 1505456526893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2519, 60.1326, 152.7]}, "bbox": [-153.2519, 60.1326, -153.2519, 60.1326]}, {"id": "4220", "type": "Feature", "properties": {"id": "nc72892551", "mag": 2.6, "time": 1505456369610, "felt": 148.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.814333, 37.412167, -0.14]}, "bbox": [-121.814333, 37.412167, -121.814333, 37.412167]}, {"id": "4221", "type": "Feature", "properties": {"id": "ak16828560", "mag": 1.1, "time": 1505456105481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0298, 65.3407, 11.3]}, "bbox": [-150.0298, 65.3407, -150.0298, 65.3407]}, {"id": "4222", "type": "Feature", "properties": {"id": "ci37763319", "mag": 1.07, "time": 1505455402480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7685, 33.327833, 13.39]}, "bbox": [-116.7685, 33.327833, -116.7685, 33.327833]}, {"id": "4223", "type": "Feature", "properties": {"id": "ak16828558", "mag": 1.4, "time": 1505455356648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3726, 61.4994, 31.9]}, "bbox": [-146.3726, 61.4994, -146.3726, 61.4994]}, {"id": "4224", "type": "Feature", "properties": {"id": "ak16852896", "mag": 1.9, "time": 1505455322292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2513, 60.1603, 135.4]}, "bbox": [-153.2513, 60.1603, -153.2513, 60.1603]}, {"id": "4225", "type": "Feature", "properties": {"id": "nc72892546", "mag": 1.03, "time": 1505455248140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810667, 38.83, 2.09]}, "bbox": [-122.810667, 38.83, -122.810667, 38.83]}, {"id": "4226", "type": "Feature", "properties": {"id": "ak16828556", "mag": 1.6, "time": 1505455168783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9297, 60.9306, 19.0]}, "bbox": [-146.9297, 60.9306, -146.9297, 60.9306]}, {"id": "4227", "type": "Feature", "properties": {"id": "ci37763311", "mag": 1.21, "time": 1505454701910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.190167, 33.332667, 10.93]}, "bbox": [-116.190167, 33.332667, -116.190167, 33.332667]}, {"id": "4228", "type": "Feature", "properties": {"id": "ak16852894", "mag": 1.7, "time": 1505453971264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8667, 60.0997, 103.9]}, "bbox": [-152.8667, 60.0997, -152.8667, 60.0997]}, {"id": "4229", "type": "Feature", "properties": {"id": "us2000an3z", "mag": 4.6, "time": 1505453216820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4676, -42.4862, 10.0]}, "bbox": [-82.4676, -42.4862, -82.4676, -42.4862]}, {"id": "4230", "type": "Feature", "properties": {"id": "ak16852893", "mag": 1.1, "time": 1505452792257, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4902, 57.7349, 15.0]}, "bbox": [-154.4902, 57.7349, -154.4902, 57.7349]}, {"id": "4231", "type": "Feature", "properties": {"id": "ak16828554", "mag": 1.4, "time": 1505452679971, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3948, 61.1147, 0.0]}, "bbox": [-148.3948, 61.1147, -148.3948, 61.1147]}, {"id": "4232", "type": "Feature", "properties": {"id": "ak16852891", "mag": 1.6, "time": 1505451604059, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9039, 61.8273, 105.7]}, "bbox": [-151.9039, 61.8273, -151.9039, 61.8273]}, {"id": "4233", "type": "Feature", "properties": {"id": "ismpkansas70235253", "mag": 1.62, "time": 1505451601330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7765, 37.333333, 5.53]}, "bbox": [-97.7765, 37.333333, -97.7765, 37.333333]}, {"id": "4234", "type": "Feature", "properties": {"id": "nc72892536", "mag": 2.78, "time": 1505451572070, "felt": 348.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.804667, 37.415, 2.65]}, "bbox": [-121.804667, 37.415, -121.804667, 37.415]}, {"id": "4235", "type": "Feature", "properties": {"id": "ak16828322", "mag": 1.1, "time": 1505451186525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7346, 60.4761, 9.9]}, "bbox": [-138.7346, 60.4761, -138.7346, 60.4761]}, {"id": "4236", "type": "Feature", "properties": {"id": "us2000anyw", "mag": 2.0, "time": 1505450267000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.42, 45.73, 18.0]}, "bbox": [-71.42, 45.73, -71.42, 45.73]}, {"id": "4237", "type": "Feature", "properties": {"id": "nc72892526", "mag": 1.26, "time": 1505449157230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.8245, 1.3]}, "bbox": [-122.802333, 38.8245, -122.802333, 38.8245]}, {"id": "4238", "type": "Feature", "properties": {"id": "ak16828321", "mag": 1.4, "time": 1505448965816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0369, 60.3155, 0.6]}, "bbox": [-143.0369, 60.3155, -143.0369, 60.3155]}, {"id": "4239", "type": "Feature", "properties": {"id": "us2000an31", "mag": 4.3, "time": 1505448638800, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4066, -11.9189, 10.0]}, "bbox": [-76.4066, -11.9189, -76.4066, -11.9189]}, {"id": "4240", "type": "Feature", "properties": {"id": "mb80255479", "mag": 1.23, "time": 1505447369570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.896667, 13.22]}, "bbox": [-112.529333, 46.896667, -112.529333, 46.896667]}, {"id": "4241", "type": "Feature", "properties": {"id": "ak16828316", "mag": 2.0, "time": 1505447351856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1687, 59.8152, 101.9]}, "bbox": [-153.1687, 59.8152, -153.1687, 59.8152]}, {"id": "4242", "type": "Feature", "properties": {"id": "ak16828314", "mag": 1.7, "time": 1505447232655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4451, 60.022, 0.0]}, "bbox": [-139.4451, 60.022, -139.4451, 60.022]}, {"id": "4243", "type": "Feature", "properties": {"id": "nc72892516", "mag": 1.1, "time": 1505446837720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.730835, 38.793999, 1.32]}, "bbox": [-122.730835, 38.793999, -122.730835, 38.793999]}, {"id": "4244", "type": "Feature", "properties": {"id": "uu60245937", "mag": 2.38, "time": 1505446750290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.831833, 40.139667, 5.96]}, "bbox": [-108.831833, 40.139667, -108.831833, 40.139667]}, {"id": "4245", "type": "Feature", "properties": {"id": "nn00605251", "mag": 1.0, "time": 1505446468632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9033, 38.4011, 9.6]}, "bbox": [-118.9033, 38.4011, -118.9033, 38.4011]}, {"id": "4246", "type": "Feature", "properties": {"id": "uw61307757", "mag": 1.87, "time": 1505444885110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039, 46.879667, 6.38]}, "bbox": [-122.039, 46.879667, -122.039, 46.879667]}, {"id": "4247", "type": "Feature", "properties": {"id": "ak16828311", "mag": 1.7, "time": 1505444727120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9607, 69.4522, 5.6]}, "bbox": [-142.9607, 69.4522, -142.9607, 69.4522]}, {"id": "4248", "type": "Feature", "properties": {"id": "ak16828309", "mag": 1.6, "time": 1505444714123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2585, 60.8639, 35.8]}, "bbox": [-150.2585, 60.8639, -150.2585, 60.8639]}, {"id": "4249", "type": "Feature", "properties": {"id": "ak16828078", "mag": 1.7, "time": 1505444473211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9441, 60.8403, 88.2]}, "bbox": [-151.9441, 60.8403, -151.9441, 60.8403]}, {"id": "4250", "type": "Feature", "properties": {"id": "ak16852882", "mag": 1.6, "time": 1505443841428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.2335, 53.7145, 69.2]}, "bbox": [-166.2335, 53.7145, -166.2335, 53.7145]}, {"id": "4251", "type": "Feature", "properties": {"id": "us2000an1z", "mag": 4.4, "time": 1505443535780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5573, 15.2748, 63.05]}, "bbox": [-93.5573, 15.2748, -93.5573, 15.2748]}, {"id": "4252", "type": "Feature", "properties": {"id": "nc72892506", "mag": 1.02, "time": 1505442684550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.553, 2.17]}, "bbox": [-118.883667, 37.553, -118.883667, 37.553]}, {"id": "4253", "type": "Feature", "properties": {"id": "hv61908531", "mag": 3.04, "time": 1505439944520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.197667, 35.437]}, "bbox": [-155.466833, 19.197667, -155.466833, 19.197667]}, {"id": "4254", "type": "Feature", "properties": {"id": "ak16827839", "mag": 1.5, "time": 1505439822541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4032, 62.4253, 2.2]}, "bbox": [-153.4032, 62.4253, -153.4032, 62.4253]}, {"id": "4255", "type": "Feature", "properties": {"id": "ci37763231", "mag": 1.55, "time": 1505439516220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.3195, 34.068167, 18.36]}, "bbox": [-117.3195, 34.068167, -117.3195, 34.068167]}, {"id": "4256", "type": "Feature", "properties": {"id": "us2000an15", "mag": 5.2, "time": 1505439500860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5689, -26.6333, 10.0]}, "bbox": [-112.5689, -26.6333, -112.5689, -26.6333]}, {"id": "4257", "type": "Feature", "properties": {"id": "us2000an0z", "mag": 4.8, "time": 1505439407990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.866, 18.8304, 42.15]}, "bbox": [94.866, 18.8304, 94.866, 18.8304]}, {"id": "4258", "type": "Feature", "properties": {"id": "nc72892491", "mag": 1.99, "time": 1505438838520, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.813833, 37.412167, -0.2]}, "bbox": [-121.813833, 37.412167, -121.813833, 37.412167]}, {"id": "4259", "type": "Feature", "properties": {"id": "nc72892486", "mag": 3.28, "time": 1505438267780, "felt": 1110.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.805667, 37.414, -0.21]}, "bbox": [-121.805667, 37.414, -121.805667, 37.414]}, {"id": "4260", "type": "Feature", "properties": {"id": "uw61307737", "mag": 1.35, "time": 1505438193040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.260833, 45.950833, -0.29]}, "bbox": [-119.260833, 45.950833, -119.260833, 45.950833]}, {"id": "4261", "type": "Feature", "properties": {"id": "us2000an0d", "mag": 2.7, "time": 1505437987460, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5868, 37.2136, 5.0]}, "bbox": [-97.5868, 37.2136, -97.5868, 37.2136]}, {"id": "4262", "type": "Feature", "properties": {"id": "us2000an0g", "mag": 4.3, "time": 1505437868680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4079, 15.6978, 35.0]}, "bbox": [-94.4079, 15.6978, -94.4079, 15.6978]}, {"id": "4263", "type": "Feature", "properties": {"id": "ak16827837", "mag": 1.3, "time": 1505437000881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7, 64.3159, 3.6]}, "bbox": [-149.7, 64.3159, -149.7, 64.3159]}, {"id": "4264", "type": "Feature", "properties": {"id": "us2000aslu", "mag": 4.1, "time": 1505436496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8507, -18.1469, 603.85]}, "bbox": [-178.8507, -18.1469, -178.8507, -18.1469]}, {"id": "4265", "type": "Feature", "properties": {"id": "ci37763199", "mag": 1.36, "time": 1505435921800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.729667, 33.651667, 14.16]}, "bbox": [-116.729667, 33.651667, -116.729667, 33.651667]}, {"id": "4266", "type": "Feature", "properties": {"id": "nc72892481", "mag": 1.05, "time": 1505435403940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1895, 36.589667, 2.71]}, "bbox": [-121.1895, 36.589667, -121.1895, 36.589667]}, {"id": "4267", "type": "Feature", "properties": {"id": "us2000aslz", "mag": 4.4, "time": 1505434827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.716, 24.4725, 93.7]}, "bbox": [141.716, 24.4725, 141.716, 24.4725]}, {"id": "4268", "type": "Feature", "properties": {"id": "us2000amzk", "mag": 4.1, "time": 1505434054870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3134, -31.912, 136.67]}, "bbox": [-67.3134, -31.912, -67.3134, -31.912]}, {"id": "4269", "type": "Feature", "properties": {"id": "ak16827738", "mag": 1.1, "time": 1505433675781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4097, 60.0357, 0.0]}, "bbox": [-139.4097, 60.0357, -139.4097, 60.0357]}, {"id": "4270", "type": "Feature", "properties": {"id": "uw61307717", "mag": 1.13, "time": 1505433139350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677167, 47.835167, -0.74]}, "bbox": [-121.677167, 47.835167, -121.677167, 47.835167]}, {"id": "4271", "type": "Feature", "properties": {"id": "nc72892476", "mag": 1.21, "time": 1505432696710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.828167, 37.448333, 11.34]}, "bbox": [-118.828167, 37.448333, -118.828167, 37.448333]}, {"id": "4272", "type": "Feature", "properties": {"id": "ak16827737", "mag": 2.4, "time": 1505432573787, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6213, 54.0704, 37.5]}, "bbox": [-163.6213, 54.0704, -163.6213, 54.0704]}, {"id": "4273", "type": "Feature", "properties": {"id": "us2000amz3", "mag": 4.1, "time": 1505431969130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.671, 15.2225, 53.79]}, "bbox": [-93.671, 15.2225, -93.671, 15.2225]}, {"id": "4274", "type": "Feature", "properties": {"id": "nc72892471", "mag": 1.5, "time": 1505431533120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4815, 38.607167, 11.47]}, "bbox": [-122.4815, 38.607167, -122.4815, 38.607167]}, {"id": "4275", "type": "Feature", "properties": {"id": "nc72892466", "mag": 1.83, "time": 1505431346810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8125, 37.417833, 0.06]}, "bbox": [-121.8125, 37.417833, -121.8125, 37.417833]}, {"id": "4276", "type": "Feature", "properties": {"id": "ak16827381", "mag": 2.1, "time": 1505430963793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5301, 63.0381, 100.7]}, "bbox": [-150.5301, 63.0381, -150.5301, 63.0381]}, {"id": "4277", "type": "Feature", "properties": {"id": "us2000amyn", "mag": 4.7, "time": 1505430410000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.7418, -15.3348, 10.0]}, "bbox": [-172.7418, -15.3348, -172.7418, -15.3348]}, {"id": "4278", "type": "Feature", "properties": {"id": "nc72892451", "mag": 1.34, "time": 1505430316610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.842333, 38.821, 2.01]}, "bbox": [-122.842333, 38.821, -122.842333, 38.821]}, {"id": "4279", "type": "Feature", "properties": {"id": "ak16827378", "mag": 1.7, "time": 1505430242693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6605, 59.9169, 0.0]}, "bbox": [-139.6605, 59.9169, -139.6605, 59.9169]}, {"id": "4280", "type": "Feature", "properties": {"id": "ak16827376", "mag": 1.4, "time": 1505430223593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3686, 64.993, 0.0]}, "bbox": [-147.3686, 64.993, -147.3686, 64.993]}, {"id": "4281", "type": "Feature", "properties": {"id": "ismpkansas70235238", "mag": 1.58, "time": 1505429674020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887667, 37.203667, 6.13]}, "bbox": [-97.887667, 37.203667, -97.887667, 37.203667]}, {"id": "4282", "type": "Feature", "properties": {"id": "ak16827373", "mag": 1.9, "time": 1505429324646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3648, 60.031, 0.0]}, "bbox": [-139.3648, 60.031, -139.3648, 60.031]}, {"id": "4283", "type": "Feature", "properties": {"id": "ak16827371", "mag": 1.2, "time": 1505429076761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7478, 61.0185, 13.6]}, "bbox": [-147.7478, 61.0185, -147.7478, 61.0185]}, {"id": "4284", "type": "Feature", "properties": {"id": "us2000amx5", "mag": 4.0, "time": 1505428206900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2168, 15.3544, 35.0]}, "bbox": [-93.2168, 15.3544, -93.2168, 15.3544]}, {"id": "4285", "type": "Feature", "properties": {"id": "nc72892426", "mag": 2.04, "time": 1505428077100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.454833, 37.434333, 10.05]}, "bbox": [-118.454833, 37.434333, -118.454833, 37.434333]}, {"id": "4286", "type": "Feature", "properties": {"id": "ak16861216", "mag": 1.9, "time": 1505427925219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0714, 56.1589, 10.1]}, "bbox": [-158.0714, 56.1589, -158.0714, 56.1589]}, {"id": "4287", "type": "Feature", "properties": {"id": "ak16827036", "mag": 2.0, "time": 1505427923919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0766, 61.1472, 0.6]}, "bbox": [-140.0766, 61.1472, -140.0766, 61.1472]}, {"id": "4288", "type": "Feature", "properties": {"id": "us2000amww", "mag": 5.2, "time": 1505427661920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.1022, -13.8345, 10.0]}, "bbox": [170.1022, -13.8345, 170.1022, -13.8345]}, {"id": "4289", "type": "Feature", "properties": {"id": "ci37763135", "mag": 1.49, "time": 1505427523820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.866, 34.011167, 16.92]}, "bbox": [-116.866, 34.011167, -116.866, 34.011167]}, {"id": "4290", "type": "Feature", "properties": {"id": "nn00605229", "mag": 2.2, "time": 1505427385689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0155, 38.8648, 4.3]}, "bbox": [-118.0155, 38.8648, -118.0155, 38.8648]}, {"id": "4291", "type": "Feature", "properties": {"id": "us2000askz", "mag": 4.1, "time": 1505426291450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.1685, -7.2026, 147.79]}, "bbox": [129.1685, -7.2026, 129.1685, -7.2026]}, {"id": "4292", "type": "Feature", "properties": {"id": "hv61908231", "mag": 2.43, "time": 1505426012270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.012665, 19.708, 2.82]}, "bbox": [-155.012665, 19.708, -155.012665, 19.708]}, {"id": "4293", "type": "Feature", "properties": {"id": "uu60245817", "mag": 1.37, "time": 1505425437900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.738, 38.746667, 7.72]}, "bbox": [-112.738, 38.746667, -112.738, 38.746667]}, {"id": "4294", "type": "Feature", "properties": {"id": "ak16827032", "mag": 1.7, "time": 1505425052822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4453, 59.9712, 0.0]}, "bbox": [-139.4453, 59.9712, -139.4453, 59.9712]}, {"id": "4295", "type": "Feature", "properties": {"id": "ak16827035", "mag": 2.3, "time": 1505424622002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6154, 53.6195, 25.6]}, "bbox": [-164.6154, 53.6195, -164.6154, 53.6195]}, {"id": "4296", "type": "Feature", "properties": {"id": "us2000asl6", "mag": 4.4, "time": 1505424366710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1651, -12.9278, 10.0]}, "bbox": [122.1651, -12.9278, 122.1651, -12.9278]}, {"id": "4297", "type": "Feature", "properties": {"id": "pr2017257005", "mag": 3.03, "time": 1505423754820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8618, 18.9605, 5.0]}, "bbox": [-67.8618, 18.9605, -67.8618, 18.9605]}, {"id": "4298", "type": "Feature", "properties": {"id": "us2000amub", "mag": 2.8, "time": 1505423589100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1847, 37.3761, 9.38]}, "bbox": [-98.1847, 37.3761, -98.1847, 37.3761]}, {"id": "4299", "type": "Feature", "properties": {"id": "nc72892386", "mag": 1.71, "time": 1505423524180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.993, 37.849, 7.27]}, "bbox": [-121.993, 37.849, -121.993, 37.849]}, {"id": "4300", "type": "Feature", "properties": {"id": "uw61307597", "mag": 1.91, "time": 1505423420600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.516333, 49.4855, -1.5]}, "bbox": [-120.516333, 49.4855, -120.516333, 49.4855]}, {"id": "4301", "type": "Feature", "properties": {"id": "ak16827021", "mag": 2.6, "time": 1505422812693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9235, 64.0866, 5.1]}, "bbox": [-148.9235, 64.0866, -148.9235, 64.0866]}, {"id": "4302", "type": "Feature", "properties": {"id": "pr2017257004", "mag": 3.1, "time": 1505421809880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.5351, 18.7848, 5.0]}, "bbox": [-67.5351, 18.7848, -67.5351, 18.7848]}, {"id": "4303", "type": "Feature", "properties": {"id": "uw61307587", "mag": 2.41, "time": 1505421654690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.8785, 6.64]}, "bbox": [-122.038167, 46.8785, -122.038167, 46.8785]}, {"id": "4304", "type": "Feature", "properties": {"id": "ci37763103", "mag": 1.09, "time": 1505421634220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.484667, 33.852667, -0.55]}, "bbox": [-117.484667, 33.852667, -117.484667, 33.852667]}, {"id": "4305", "type": "Feature", "properties": {"id": "ci37763095", "mag": 2.06, "time": 1505421264070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.377, 34.075, 2.89]}, "bbox": [-116.377, 34.075, -116.377, 34.075]}, {"id": "4306", "type": "Feature", "properties": {"id": "ci37763087", "mag": 1.19, "time": 1505421203990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 33.981667, 6.59]}, "bbox": [-116.9245, 33.981667, -116.9245, 33.981667]}, {"id": "4307", "type": "Feature", "properties": {"id": "uw61307577", "mag": 2.03, "time": 1505420251860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.875667, 6.94]}, "bbox": [-122.041833, 46.875667, -122.041833, 46.875667]}, {"id": "4308", "type": "Feature", "properties": {"id": "ci37763071", "mag": 1.01, "time": 1505420033530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.481, 33.8295, -0.53]}, "bbox": [-117.481, 33.8295, -117.481, 33.8295]}, {"id": "4309", "type": "Feature", "properties": {"id": "us2000amr0", "mag": 3.2, "time": 1505419914220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2947, 31.1684, 5.0]}, "bbox": [-103.2947, 31.1684, -103.2947, 31.1684]}, {"id": "4310", "type": "Feature", "properties": {"id": "ak16826805", "mag": 1.7, "time": 1505419715229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.541, 59.9804, 0.0]}, "bbox": [-139.541, 59.9804, -139.541, 59.9804]}, {"id": "4311", "type": "Feature", "properties": {"id": "mb80255399", "mag": 3.06, "time": 1505419221280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5865, 48.5185, 11.24]}, "bbox": [-114.5865, 48.5185, -114.5865, 48.5185]}, {"id": "4312", "type": "Feature", "properties": {"id": "uu60245777", "mag": 2.41, "time": 1505419186750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.829333, 40.126, 5.93]}, "bbox": [-108.829333, 40.126, -108.829333, 40.126]}, {"id": "4313", "type": "Feature", "properties": {"id": "ak16826800", "mag": 1.6, "time": 1505419140835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9798, 59.9221, 1.1]}, "bbox": [-140.9798, 59.9221, -140.9798, 59.9221]}, {"id": "4314", "type": "Feature", "properties": {"id": "nc72892321", "mag": 1.03, "time": 1505418518980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838833, 37.542333, 4.28]}, "bbox": [-118.838833, 37.542333, -118.838833, 37.542333]}, {"id": "4315", "type": "Feature", "properties": {"id": "ak16861208", "mag": 1.9, "time": 1505418243673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0345, 59.5576, 91.9]}, "bbox": [-153.0345, 59.5576, -153.0345, 59.5576]}, {"id": "4316", "type": "Feature", "properties": {"id": "nc72892316", "mag": 1.93, "time": 1505418215210, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825833, 37.479167, 0.95]}, "bbox": [-118.825833, 37.479167, -118.825833, 37.479167]}, {"id": "4317", "type": "Feature", "properties": {"id": "uw61307562", "mag": 1.61, "time": 1505417734660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201667, 47.657667, 24.36]}, "bbox": [-122.201667, 47.657667, -122.201667, 47.657667]}, {"id": "4318", "type": "Feature", "properties": {"id": "nc72892311", "mag": 2.58, "time": 1505417475310, "felt": 83.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815167, 37.412167, -0.2]}, "bbox": [-121.815167, 37.412167, -121.815167, 37.412167]}, {"id": "4319", "type": "Feature", "properties": {"id": "ak16826593", "mag": 3.3, "time": 1505417123986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9114, 52.3919, 7.2]}, "bbox": [-162.9114, 52.3919, -162.9114, 52.3919]}, {"id": "4320", "type": "Feature", "properties": {"id": "ld60143041", "mag": 1.13, "time": 1505416429790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.886167, 43.172167, 4.49]}, "bbox": [-78.886167, 43.172167, -78.886167, 43.172167]}, {"id": "4321", "type": "Feature", "properties": {"id": "us2000amnb", "mag": 3.0, "time": 1505416249190, "felt": 10.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5193, 36.2853, 5.18]}, "bbox": [-97.5193, 36.2853, -97.5193, 36.2853]}, {"id": "4322", "type": "Feature", "properties": {"id": "ak16826590", "mag": 1.5, "time": 1505416113279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1135, 61.6397, 76.8]}, "bbox": [-151.1135, 61.6397, -151.1135, 61.6397]}, {"id": "4323", "type": "Feature", "properties": {"id": "ak16826581", "mag": 3.0, "time": 1505415978301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7549, 53.141, 25.5]}, "bbox": [-166.7549, 53.141, -166.7549, 53.141]}, {"id": "4324", "type": "Feature", "properties": {"id": "ak16826576", "mag": 2.1, "time": 1505415492270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 60.0386, 108.3]}, "bbox": [-152.9009, 60.0386, -152.9009, 60.0386]}, {"id": "4325", "type": "Feature", "properties": {"id": "ak16826575", "mag": 1.4, "time": 1505414640813, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4567, 60.0012, 0.0]}, "bbox": [-139.4567, 60.0012, -139.4567, 60.0012]}, {"id": "4326", "type": "Feature", "properties": {"id": "nc72892281", "mag": 1.22, "time": 1505414516760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.106667, 37.328833, -0.31]}, "bbox": [-122.106667, 37.328833, -122.106667, 37.328833]}, {"id": "4327", "type": "Feature", "properties": {"id": "ak16826369", "mag": 1.5, "time": 1505413533625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2439, 60.5671, 11.9]}, "bbox": [-141.2439, 60.5671, -141.2439, 60.5671]}, {"id": "4328", "type": "Feature", "properties": {"id": "ak16826365", "mag": 2.1, "time": 1505413453164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2344, 60.5666, 13.6]}, "bbox": [-141.2344, 60.5666, -141.2344, 60.5666]}, {"id": "4329", "type": "Feature", "properties": {"id": "ak16826364", "mag": 1.2, "time": 1505413265164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6599, 59.9119, 0.0]}, "bbox": [-139.6599, 59.9119, -139.6599, 59.9119]}, {"id": "4330", "type": "Feature", "properties": {"id": "ci37763023", "mag": 1.39, "time": 1505413136790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.316167, 35.0525, -0.97]}, "bbox": [-118.316167, 35.0525, -118.316167, 35.0525]}, {"id": "4331", "type": "Feature", "properties": {"id": "uw61307532", "mag": 1.1, "time": 1505412859730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3855, 45.629833, -1.63]}, "bbox": [-121.3855, 45.629833, -121.3855, 45.629833]}, {"id": "4332", "type": "Feature", "properties": {"id": "nc72892266", "mag": 0.96, "time": 1505412496280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.5355, 0.22]}, "bbox": [-118.823167, 37.5355, -118.823167, 37.5355]}, {"id": "4333", "type": "Feature", "properties": {"id": "nc72892261", "mag": 1.1, "time": 1505411783250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808166, 38.800167, 2.65]}, "bbox": [-122.808166, 38.800167, -122.808166, 38.800167]}, {"id": "4334", "type": "Feature", "properties": {"id": "ak16826335", "mag": 1.2, "time": 1505411310289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0556, 61.0558, 10.6]}, "bbox": [-148.0556, 61.0558, -148.0556, 61.0558]}, {"id": "4335", "type": "Feature", "properties": {"id": "ak16826330", "mag": 1.6, "time": 1505411005327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8642, 60.9198, 10.0]}, "bbox": [-150.8642, 60.9198, -150.8642, 60.9198]}, {"id": "4336", "type": "Feature", "properties": {"id": "us2000amk5", "mag": 5.8, "time": 1505410888670, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.732, 18.6699, 173.3]}, "bbox": [145.732, 18.6699, 145.732, 18.6699]}, {"id": "4337", "type": "Feature", "properties": {"id": "nc72892241", "mag": 3.28, "time": 1505410337330, "felt": 1346.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8135, 37.411667, -0.21]}, "bbox": [-121.8135, 37.411667, -121.8135, 37.411667]}, {"id": "4338", "type": "Feature", "properties": {"id": "us2000amw9", "mag": 2.9, "time": 1505410106220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.434, 42.5971, 8.27]}, "bbox": [-111.434, 42.5971, -111.434, 42.5971]}, {"id": "4339", "type": "Feature", "properties": {"id": "ci37762975", "mag": 1.37, "time": 1505410085790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795333, 33.494833, 5.03]}, "bbox": [-116.795333, 33.494833, -116.795333, 33.494833]}, {"id": "4340", "type": "Feature", "properties": {"id": "us2000amja", "mag": 3.2, "time": 1505409999020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.586, 8.7]}, "bbox": [-111.4403, 42.586, -111.4403, 42.586]}, {"id": "4341", "type": "Feature", "properties": {"id": "uw61307502", "mag": 2.03, "time": 1505409449050, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775333, 47.590667, 26.27]}, "bbox": [-122.775333, 47.590667, -122.775333, 47.590667]}, {"id": "4342", "type": "Feature", "properties": {"id": "us2000amis", "mag": 4.1, "time": 1505408885650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3313, 15.7247, 66.16]}, "bbox": [-94.3313, 15.7247, -94.3313, 15.7247]}, {"id": "4343", "type": "Feature", "properties": {"id": "ak16826120", "mag": 2.2, "time": 1505408670072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8183, 60.7702, 77.9]}, "bbox": [-151.8183, 60.7702, -151.8183, 60.7702]}, {"id": "4344", "type": "Feature", "properties": {"id": "us2000amhu", "mag": 2.5, "time": 1505407539000, "felt": 179.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.0236, 32.7967, 6.19]}, "bbox": [-97.0236, 32.7967, -97.0236, 32.7967]}, {"id": "4345", "type": "Feature", "properties": {"id": "ak16826109", "mag": 3.4, "time": 1505406315703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9733, 53.4109, 37.9]}, "bbox": [-165.9733, 53.4109, -165.9733, 53.4109]}, {"id": "4346", "type": "Feature", "properties": {"id": "pr2017257003", "mag": 1.93, "time": 1505405250720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1335, 18.0533, 14.0]}, "bbox": [-67.1335, 18.0533, -67.1335, 18.0533]}, {"id": "4347", "type": "Feature", "properties": {"id": "ak16825909", "mag": 3.0, "time": 1505405033445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4291, 57.7254, 15.0]}, "bbox": [-154.4291, 57.7254, -154.4291, 57.7254]}, {"id": "4348", "type": "Feature", "properties": {"id": "ak16861191", "mag": 2.2, "time": 1505404726740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4598, 52.5561, 41.6]}, "bbox": [-168.4598, 52.5561, -168.4598, 52.5561]}, {"id": "4349", "type": "Feature", "properties": {"id": "us2000amga", "mag": 4.5, "time": 1505404343560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.122, -6.0228, 63.06]}, "bbox": [147.122, -6.0228, 147.122, -6.0228]}, {"id": "4350", "type": "Feature", "properties": {"id": "uu60245622", "mag": 1.46, "time": 1505403828660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.640167, 41.675, 10.23]}, "bbox": [-111.640167, 41.675, -111.640167, 41.675]}, {"id": "4351", "type": "Feature", "properties": {"id": "ci37762935", "mag": 1.53, "time": 1505403471570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7005, 36.071833, 0.62]}, "bbox": [-117.7005, 36.071833, -117.7005, 36.071833]}, {"id": "4352", "type": "Feature", "properties": {"id": "ak16861190", "mag": 1.9, "time": 1505403359391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3367, 58.804, 116.8]}, "bbox": [-154.3367, 58.804, -154.3367, 58.804]}, {"id": "4353", "type": "Feature", "properties": {"id": "ci37762927", "mag": 1.08, "time": 1505403357540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6365, 33.9595, 15.51]}, "bbox": [-116.6365, 33.9595, -116.6365, 33.9595]}, {"id": "4354", "type": "Feature", "properties": {"id": "ak16825908", "mag": 1.4, "time": 1505402885768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5012, 61.3116, 5.2]}, "bbox": [-152.5012, 61.3116, -152.5012, 61.3116]}, {"id": "4355", "type": "Feature", "properties": {"id": "ak16825714", "mag": 2.2, "time": 1505399922942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5211, 53.4862, 2.6]}, "bbox": [-164.5211, 53.4862, -164.5211, 53.4862]}, {"id": "4356", "type": "Feature", "properties": {"id": "nc72892201", "mag": 2.8, "time": 1505399703490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8115, 37.473, 1.65]}, "bbox": [-118.8115, 37.473, -118.8115, 37.473]}, {"id": "4357", "type": "Feature", "properties": {"id": "ak16825708", "mag": 2.5, "time": 1505399664156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3242, 59.9299, 129.9]}, "bbox": [-153.3242, 59.9299, -153.3242, 59.9299]}, {"id": "4358", "type": "Feature", "properties": {"id": "us2000amdz", "mag": 4.3, "time": 1505399623950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8439, 15.4623, 51.01]}, "bbox": [-94.8439, 15.4623, -94.8439, 15.4623]}, {"id": "4359", "type": "Feature", "properties": {"id": "ismpkansas70235213", "mag": 2.12, "time": 1505398747570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888167, 37.203167, 5.99]}, "bbox": [-97.888167, 37.203167, -97.888167, 37.203167]}, {"id": "4360", "type": "Feature", "properties": {"id": "ak16825704", "mag": 1.0, "time": 1505398436381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6928, 63.8584, 11.4]}, "bbox": [-148.6928, 63.8584, -148.6928, 63.8584]}, {"id": "4361", "type": "Feature", "properties": {"id": "ci37762895", "mag": 1.82, "time": 1505398376370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448167, 33.465, 11.86]}, "bbox": [-116.448167, 33.465, -116.448167, 33.465]}, {"id": "4362", "type": "Feature", "properties": {"id": "mb80255329", "mag": 1.87, "time": 1505398289770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534833, 46.870333, 11.87]}, "bbox": [-112.534833, 46.870333, -112.534833, 46.870333]}, {"id": "4363", "type": "Feature", "properties": {"id": "ak16825519", "mag": 1.8, "time": 1505397944345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.464, 59.9879, 0.0]}, "bbox": [-139.464, 59.9879, -139.464, 59.9879]}, {"id": "4364", "type": "Feature", "properties": {"id": "us2000amcx", "mag": 2.4, "time": 1505397840240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4117, 42.6047, 6.9]}, "bbox": [-111.4117, 42.6047, -111.4117, 42.6047]}, {"id": "4365", "type": "Feature", "properties": {"id": "pr2017257002", "mag": 3.32, "time": 1505397292070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.3985, 17.9023, 89.0]}, "bbox": [-68.3985, 17.9023, -68.3985, 17.9023]}, {"id": "4366", "type": "Feature", "properties": {"id": "ak16861180", "mag": 2.0, "time": 1505397099289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7867, 53.5505, 48.9]}, "bbox": [-164.7867, 53.5505, -164.7867, 53.5505]}, {"id": "4367", "type": "Feature", "properties": {"id": "ak16861178", "mag": 1.1, "time": 1505394745904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8149, 59.8173, 16.0]}, "bbox": [-136.8149, 59.8173, -136.8149, 59.8173]}, {"id": "4368", "type": "Feature", "properties": {"id": "nc72892181", "mag": 0.97, "time": 1505394542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.603833, 3.53]}, "bbox": [-118.833667, 37.603833, -118.833667, 37.603833]}, {"id": "4369", "type": "Feature", "properties": {"id": "nn00605167", "mag": 1.1, "time": 1505394484720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9328, 38.4065, 6.7]}, "bbox": [-118.9328, 38.4065, -118.9328, 38.4065]}, {"id": "4370", "type": "Feature", "properties": {"id": "ak16825327", "mag": 1.8, "time": 1505394377057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5142, 60.0065, 0.0]}, "bbox": [-139.5142, 60.0065, -139.5142, 60.0065]}, {"id": "4371", "type": "Feature", "properties": {"id": "ak16825325", "mag": 1.1, "time": 1505393895767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0247, 61.1655, 6.0]}, "bbox": [-140.0247, 61.1655, -140.0247, 61.1655]}, {"id": "4372", "type": "Feature", "properties": {"id": "ak16825323", "mag": 1.3, "time": 1505393727514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0737, 61.1407, 3.8]}, "bbox": [-140.0737, 61.1407, -140.0737, 61.1407]}, {"id": "4373", "type": "Feature", "properties": {"id": "us2000ambm", "mag": 2.8, "time": 1505393579230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5276, 8.74]}, "bbox": [-111.4339, 42.5276, -111.4339, 42.5276]}, {"id": "4374", "type": "Feature", "properties": {"id": "nc72892176", "mag": 1.12, "time": 1505393008100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8295, 37.486167, 1.89]}, "bbox": [-118.8295, 37.486167, -118.8295, 37.486167]}, {"id": "4375", "type": "Feature", "properties": {"id": "ak16825308", "mag": 2.8, "time": 1505392115017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1037, 58.6121, 140.4]}, "bbox": [-155.1037, 58.6121, -155.1037, 58.6121]}, {"id": "4376", "type": "Feature", "properties": {"id": "nc72892171", "mag": 1.95, "time": 1505392014690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.811, 37.47, 1.05]}, "bbox": [-118.811, 37.47, -118.811, 37.47]}, {"id": "4377", "type": "Feature", "properties": {"id": "ci37762879", "mag": 2.48, "time": 1505391903440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.03, 34.269167, 1.91]}, "bbox": [-117.03, 34.269167, -117.03, 34.269167]}, {"id": "4378", "type": "Feature", "properties": {"id": "hv61907846", "mag": 1.74, "time": 1505391154930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.801498, 20.135166, 20.69]}, "bbox": [-155.801498, 20.135166, -155.801498, 20.135166]}, {"id": "4379", "type": "Feature", "properties": {"id": "ak16825129", "mag": 1.8, "time": 1505390600450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6941, 53.4145, 21.6]}, "bbox": [-165.6941, 53.4145, -165.6941, 53.4145]}, {"id": "4380", "type": "Feature", "properties": {"id": "uu60245547", "mag": 1.86, "time": 1505390326640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506167, 37.5615, 15.73]}, "bbox": [-112.506167, 37.5615, -112.506167, 37.5615]}, {"id": "4381", "type": "Feature", "properties": {"id": "ak16825126", "mag": 1.4, "time": 1505389290941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5082, 60.1407, 0.0]}, "bbox": [-141.5082, 60.1407, -141.5082, 60.1407]}, {"id": "4382", "type": "Feature", "properties": {"id": "ak16825125", "mag": 1.0, "time": 1505389269829, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3654, 61.4964, 18.3]}, "bbox": [-150.3654, 61.4964, -150.3654, 61.4964]}, {"id": "4383", "type": "Feature", "properties": {"id": "ak16861166", "mag": 1.9, "time": 1505388913353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3862, 51.6162, 20.9]}, "bbox": [-178.3862, 51.6162, -178.3862, 51.6162]}, {"id": "4384", "type": "Feature", "properties": {"id": "ak16825120", "mag": 2.1, "time": 1505388602725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.7931, 54.8482, 3.3]}, "bbox": [-159.7931, 54.8482, -159.7931, 54.8482]}, {"id": "4385", "type": "Feature", "properties": {"id": "ak16825116", "mag": 1.5, "time": 1505388522841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3442, 61.3489, 49.0]}, "bbox": [-150.3442, 61.3489, -150.3442, 61.3489]}, {"id": "4386", "type": "Feature", "properties": {"id": "ak16825115", "mag": 1.2, "time": 1505388281614, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5528, 61.7241, 28.7]}, "bbox": [-146.5528, 61.7241, -146.5528, 61.7241]}, {"id": "4387", "type": "Feature", "properties": {"id": "ak16824940", "mag": 1.2, "time": 1505387093135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3758, 61.1701, 24.7]}, "bbox": [-148.3758, 61.1701, -148.3758, 61.1701]}, {"id": "4388", "type": "Feature", "properties": {"id": "nc72892141", "mag": 1.22, "time": 1505386514410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.131, 36.571833, 9.94]}, "bbox": [-121.131, 36.571833, -121.131, 36.571833]}, {"id": "4389", "type": "Feature", "properties": {"id": "ak16824937", "mag": 2.5, "time": 1505385684936, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.0082, 52.3291, 6.7]}, "bbox": [-168.0082, 52.3291, -168.0082, 52.3291]}, {"id": "4390", "type": "Feature", "properties": {"id": "ak16824932", "mag": 1.6, "time": 1505384400903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5379, 59.9886, 0.0]}, "bbox": [-139.5379, 59.9886, -139.5379, 59.9886]}, {"id": "4391", "type": "Feature", "properties": {"id": "ak16824930", "mag": 1.2, "time": 1505383839558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3238, 66.4782, 11.1]}, "bbox": [-144.3238, 66.4782, -144.3238, 66.4782]}, {"id": "4392", "type": "Feature", "properties": {"id": "ak16861154", "mag": 1.9, "time": 1505383026342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.851, 54.0129, 69.5]}, "bbox": [-164.851, 54.0129, -164.851, 54.0129]}, {"id": "4393", "type": "Feature", "properties": {"id": "hv61907791", "mag": 1.61, "time": 1505382391650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.223667, 18.879, 14.409]}, "bbox": [-155.223667, 18.879, -155.223667, 18.879]}, {"id": "4394", "type": "Feature", "properties": {"id": "ak16824762", "mag": 1.4, "time": 1505381878343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4212, 60.1553, 64.8]}, "bbox": [-151.4212, 60.1553, -151.4212, 60.1553]}, {"id": "4395", "type": "Feature", "properties": {"id": "ak16824759", "mag": 2.0, "time": 1505381875397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7269, 61.5265, 60.3]}, "bbox": [-150.7269, 61.5265, -150.7269, 61.5265]}, {"id": "4396", "type": "Feature", "properties": {"id": "nc72892131", "mag": 0.97, "time": 1505381710130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720001, 38.778168, 1.63]}, "bbox": [-122.720001, 38.778168, -122.720001, 38.778168]}, {"id": "4397", "type": "Feature", "properties": {"id": "ak16824756", "mag": 2.0, "time": 1505380861272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.1915, 70.1]}, "bbox": [-152.0471, 60.1915, -152.0471, 60.1915]}, {"id": "4398", "type": "Feature", "properties": {"id": "ak16861150", "mag": 2.6, "time": 1505380391671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8518, 53.4455, 2.8]}, "bbox": [-162.8518, 53.4455, -162.8518, 53.4455]}, {"id": "4399", "type": "Feature", "properties": {"id": "ak16824753", "mag": 2.6, "time": 1505380263376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1582, 56.2796, 14.2]}, "bbox": [-158.1582, 56.2796, -158.1582, 56.2796]}, {"id": "4400", "type": "Feature", "properties": {"id": "uu60245457", "mag": 2.53, "time": 1505379272870, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.827333, 40.120667, -3.25]}, "bbox": [-108.827333, 40.120667, -108.827333, 40.120667]}, {"id": "4401", "type": "Feature", "properties": {"id": "ci37762823", "mag": 2.96, "time": 1505378281630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181833, 31.831667, 18.32]}, "bbox": [-116.181833, 31.831667, -116.181833, 31.831667]}, {"id": "4402", "type": "Feature", "properties": {"id": "nc72892121", "mag": 1.02, "time": 1505377845780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717499, 38.774666, 2.13]}, "bbox": [-122.717499, 38.774666, -122.717499, 38.774666]}, {"id": "4403", "type": "Feature", "properties": {"id": "nc72892116", "mag": 1.11, "time": 1505377833950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.714333, 38.776667, 1.68]}, "bbox": [-122.714333, 38.776667, -122.714333, 38.776667]}, {"id": "4404", "type": "Feature", "properties": {"id": "us2000am81", "mag": 4.6, "time": 1505377166860, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4481, -11.977, 10.0]}, "bbox": [-76.4481, -11.977, -76.4481, -11.977]}, {"id": "4405", "type": "Feature", "properties": {"id": "ismpkansas70235208", "mag": 1.81, "time": 1505376928150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570333, 37.345667, 5.05]}, "bbox": [-97.570333, 37.345667, -97.570333, 37.345667]}, {"id": "4406", "type": "Feature", "properties": {"id": "ak16824583", "mag": 1.6, "time": 1505376729312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4585, 60.3656, 97.6]}, "bbox": [-152.4585, 60.3656, -152.4585, 60.3656]}, {"id": "4407", "type": "Feature", "properties": {"id": "nc72892106", "mag": 1.19, "time": 1505376712450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799833, 38.712667, 4.08]}, "bbox": [-122.799833, 38.712667, -122.799833, 38.712667]}, {"id": "4408", "type": "Feature", "properties": {"id": "ci37762815", "mag": 1.04, "time": 1505374690080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.221833, 32.924167, 12.12]}, "bbox": [-116.221833, 32.924167, -116.221833, 32.924167]}, {"id": "4409", "type": "Feature", "properties": {"id": "ak16824572", "mag": 1.6, "time": 1505374660381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7598, 65.436, 12.0]}, "bbox": [-144.7598, 65.436, -144.7598, 65.436]}, {"id": "4410", "type": "Feature", "properties": {"id": "us2000am75", "mag": 4.4, "time": 1505372640680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6754, -34.2973, 1.87]}, "bbox": [-72.6754, -34.2973, -72.6754, -34.2973]}, {"id": "4411", "type": "Feature", "properties": {"id": "ak16824419", "mag": 1.8, "time": 1505372310107, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5103, 60.0002, 0.0]}, "bbox": [-139.5103, 60.0002, -139.5103, 60.0002]}, {"id": "4412", "type": "Feature", "properties": {"id": "ci37762807", "mag": 1.14, "time": 1505372248820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.872333, 36.502833, 6.38]}, "bbox": [-117.872333, 36.502833, -117.872333, 36.502833]}, {"id": "4413", "type": "Feature", "properties": {"id": "ak16824418", "mag": 1.0, "time": 1505372093089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8634, 59.8384, 41.0]}, "bbox": [-150.8634, 59.8384, -150.8634, 59.8384]}, {"id": "4414", "type": "Feature", "properties": {"id": "ak16824415", "mag": 1.3, "time": 1505371860862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4454, 63.0596, 8.2]}, "bbox": [-151.4454, 63.0596, -151.4454, 63.0596]}, {"id": "4415", "type": "Feature", "properties": {"id": "ci37762783", "mag": 1.64, "time": 1505371108250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.625167, 32.844, 11.98]}, "bbox": [-115.625167, 32.844, -115.625167, 32.844]}, {"id": "4416", "type": "Feature", "properties": {"id": "ak16824411", "mag": 1.3, "time": 1505371053195, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1765, 60.359, 0.0]}, "bbox": [-141.1765, 60.359, -141.1765, 60.359]}, {"id": "4417", "type": "Feature", "properties": {"id": "us2000aywv", "mag": 4.0, "time": 1505370268660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6903, 15.5507, 43.43]}, "bbox": [-94.6903, 15.5507, -94.6903, 15.5507]}, {"id": "4418", "type": "Feature", "properties": {"id": "ci37762759", "mag": 1.32, "time": 1505370002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.733, 33.668167, 13.69]}, "bbox": [-116.733, 33.668167, -116.733, 33.668167]}, {"id": "4419", "type": "Feature", "properties": {"id": "hv61907731", "mag": 1.75, "time": 1505369997330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382, 19.236, 32.221]}, "bbox": [-155.382, 19.236, -155.382, 19.236]}, {"id": "4420", "type": "Feature", "properties": {"id": "ci37762751", "mag": 0.96, "time": 1505369947950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.674333, 14.82]}, "bbox": [-116.731167, 33.674333, -116.731167, 33.674333]}, {"id": "4421", "type": "Feature", "properties": {"id": "us2000aywt", "mag": 4.0, "time": 1505369661520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2582, 14.9559, 25.35]}, "bbox": [-94.2582, 14.9559, -94.2582, 14.9559]}, {"id": "4422", "type": "Feature", "properties": {"id": "nc72892081", "mag": 1.08, "time": 1505369496760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1615, 36.5675, 3.55]}, "bbox": [-121.1615, 36.5675, -121.1615, 36.5675]}, {"id": "4423", "type": "Feature", "properties": {"id": "us2000am6i", "mag": 4.5, "time": 1505369450740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3229, 15.1323, 35.74]}, "bbox": [-94.3229, 15.1323, -94.3229, 15.1323]}, {"id": "4424", "type": "Feature", "properties": {"id": "us2000am6b", "mag": 4.4, "time": 1505369156780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7112, 15.4856, 25.87]}, "bbox": [-94.7112, 15.4856, -94.7112, 15.4856]}, {"id": "4425", "type": "Feature", "properties": {"id": "us2000am61", "mag": 3.0, "time": 1505368177800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3656, 36.7402, 7.992]}, "bbox": [-98.3656, 36.7402, -98.3656, 36.7402]}, {"id": "4426", "type": "Feature", "properties": {"id": "hv61907641", "mag": 2.26, "time": 1505367585250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.425667, 19.294167, 8.845]}, "bbox": [-155.425667, 19.294167, -155.425667, 19.294167]}, {"id": "4427", "type": "Feature", "properties": {"id": "us2000arcx", "mag": 3.2, "time": 1505367393080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4046, 51.5999, 12.8]}, "bbox": [-178.4046, 51.5999, -178.4046, 51.5999]}, {"id": "4428", "type": "Feature", "properties": {"id": "us2000am5i", "mag": 4.2, "time": 1505366427980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0841, 14.4266, 49.2]}, "bbox": [-93.0841, 14.4266, -93.0841, 14.4266]}, {"id": "4429", "type": "Feature", "properties": {"id": "us2000amaf", "mag": 4.7, "time": 1505366112080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.0489, -1.356, 10.0]}, "bbox": [148.0489, -1.356, 148.0489, -1.356]}, {"id": "4430", "type": "Feature", "properties": {"id": "nc72892391", "mag": 1.0, "time": 1505365754150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669167, 40.386833, 6.29]}, "bbox": [-121.669167, 40.386833, -121.669167, 40.386833]}, {"id": "4431", "type": "Feature", "properties": {"id": "us2000am56", "mag": 4.7, "time": 1505365399680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0709, 14.4637, 52.71]}, "bbox": [-93.0709, 14.4637, -93.0709, 14.4637]}, {"id": "4432", "type": "Feature", "properties": {"id": "mb80255284", "mag": 0.98, "time": 1505365218550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.8975, 13.3]}, "bbox": [-112.522, 46.8975, -112.522, 46.8975]}, {"id": "4433", "type": "Feature", "properties": {"id": "ak16861140", "mag": 1.2, "time": 1505365047321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0097, 62.5721, 78.1]}, "bbox": [-151.0097, 62.5721, -151.0097, 62.5721]}, {"id": "4434", "type": "Feature", "properties": {"id": "ci37762615", "mag": 0.95, "time": 1505364900090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.405833, 33.049333, 3.39]}, "bbox": [-116.405833, 33.049333, -116.405833, 33.049333]}, {"id": "4435", "type": "Feature", "properties": {"id": "nc72892056", "mag": 1.38, "time": 1505364695740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.54, 4.68]}, "bbox": [-118.834, 37.54, -118.834, 37.54]}, {"id": "4436", "type": "Feature", "properties": {"id": "uw61307352", "mag": 1.78, "time": 1505364485340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.942833, 46.866667, 10.19]}, "bbox": [-121.942833, 46.866667, -121.942833, 46.866667]}, {"id": "4437", "type": "Feature", "properties": {"id": "ak16824230", "mag": 1.9, "time": 1505364358950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.959, 59.8075, 60.6]}, "bbox": [-151.959, 59.8075, -151.959, 59.8075]}, {"id": "4438", "type": "Feature", "properties": {"id": "ci37762599", "mag": 1.23, "time": 1505364106870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.992833, 33.957167, 16.75]}, "bbox": [-117.992833, 33.957167, -117.992833, 33.957167]}, {"id": "4439", "type": "Feature", "properties": {"id": "ci37762591", "mag": 2.12, "time": 1505363550640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.864667, 34.336333, 2.71]}, "bbox": [-116.864667, 34.336333, -116.864667, 34.336333]}, {"id": "4440", "type": "Feature", "properties": {"id": "nc72892041", "mag": 1.83, "time": 1505363410540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.540667, 4.76]}, "bbox": [-118.834167, 37.540667, -118.834167, 37.540667]}, {"id": "4441", "type": "Feature", "properties": {"id": "ak16824097", "mag": 1.0, "time": 1505363016608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1668, 62.6309, 61.1]}, "bbox": [-149.1668, 62.6309, -149.1668, 62.6309]}, {"id": "4442", "type": "Feature", "properties": {"id": "us2000am4b", "mag": 3.2, "time": 1505362481060, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9406, 37.3096, 5.0]}, "bbox": [-97.9406, 37.3096, -97.9406, 37.3096]}, {"id": "4443", "type": "Feature", "properties": {"id": "ak16823967", "mag": 2.0, "time": 1505361191283, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2972, 61.0176, 70.0]}, "bbox": [-151.2972, 61.0176, -151.2972, 61.0176]}, {"id": "4444", "type": "Feature", "properties": {"id": "pr2017257000", "mag": 4.32, "time": 1505360450920, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.791, 18.2223, 133.0]}, "bbox": [-68.791, 18.2223, -68.791, 18.2223]}, {"id": "4445", "type": "Feature", "properties": {"id": "us2000am3s", "mag": 3.3, "time": 1505360430180, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5112, 36.2854, 3.99]}, "bbox": [-97.5112, 36.2854, -97.5112, 36.2854]}, {"id": "4446", "type": "Feature", "properties": {"id": "ci37762583", "mag": 1.43, "time": 1505358534420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6335, 37.005167, 1.55]}, "bbox": [-117.6335, 37.005167, -117.6335, 37.005167]}, {"id": "4447", "type": "Feature", "properties": {"id": "ci37762575", "mag": 1.39, "time": 1505358219310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606667, 32.828, 12.41]}, "bbox": [-115.606667, 32.828, -115.606667, 32.828]}, {"id": "4448", "type": "Feature", "properties": {"id": "ci37762567", "mag": 1.41, "time": 1505358109150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.427667, 34.225833, 13.02]}, "bbox": [-117.427667, 34.225833, -117.427667, 34.225833]}, {"id": "4449", "type": "Feature", "properties": {"id": "us2000amd4", "mag": 3.2, "time": 1505357901130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4442, 42.5241, 6.99]}, "bbox": [-111.4442, 42.5241, -111.4442, 42.5241]}, {"id": "4450", "type": "Feature", "properties": {"id": "us2000amd0", "mag": 3.1, "time": 1505357873450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4212, 42.5232, 8.42]}, "bbox": [-111.4212, 42.5232, -111.4212, 42.5232]}, {"id": "4451", "type": "Feature", "properties": {"id": "us2000am2z", "mag": 4.0, "time": 1505357591000, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.5096, 5.0]}, "bbox": [-111.4618, 42.5096, -111.4618, 42.5096]}, {"id": "4452", "type": "Feature", "properties": {"id": "uu60245162", "mag": 3.43, "time": 1505357581000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.522333, 7.86]}, "bbox": [-111.426833, 42.522333, -111.426833, 42.522333]}, {"id": "4453", "type": "Feature", "properties": {"id": "ak16861134", "mag": 1.6, "time": 1505356675370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8887, 59.6609, 90.7]}, "bbox": [-152.8887, 59.6609, -152.8887, 59.6609]}, {"id": "4454", "type": "Feature", "properties": {"id": "ak16823826", "mag": 1.2, "time": 1505356643722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.394, 60.1683, 0.0]}, "bbox": [-141.394, 60.1683, -141.394, 60.1683]}, {"id": "4455", "type": "Feature", "properties": {"id": "us2000am28", "mag": 2.4, "time": 1505356555350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4263, 42.5303, 6.85]}, "bbox": [-111.4263, 42.5303, -111.4263, 42.5303]}, {"id": "4456", "type": "Feature", "properties": {"id": "nn00605135", "mag": 1.0, "time": 1505356439739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8899, 37.3603, 8.3]}, "bbox": [-116.8899, 37.3603, -116.8899, 37.3603]}, {"id": "4457", "type": "Feature", "properties": {"id": "ak16823823", "mag": 1.2, "time": 1505356197786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8776, 62.7371, 2.4]}, "bbox": [-151.8776, 62.7371, -151.8776, 62.7371]}, {"id": "4458", "type": "Feature", "properties": {"id": "nc72892031", "mag": 0.98, "time": 1505355727940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737663, 38.785168, 2.12]}, "bbox": [-122.737663, 38.785168, -122.737663, 38.785168]}, {"id": "4459", "type": "Feature", "properties": {"id": "nc72892026", "mag": 1.09, "time": 1505355720450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.746833, 38.787833, 0.11]}, "bbox": [-122.746833, 38.787833, -122.746833, 38.787833]}, {"id": "4460", "type": "Feature", "properties": {"id": "ak16861131", "mag": 1.7, "time": 1505355503652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2915, 59.077, 76.7]}, "bbox": [-153.2915, 59.077, -153.2915, 59.077]}, {"id": "4461", "type": "Feature", "properties": {"id": "nc72892021", "mag": 1.67, "time": 1505355378570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.139667, 37.139, 11.31]}, "bbox": [-121.139667, 37.139, -121.139667, 37.139]}, {"id": "4462", "type": "Feature", "properties": {"id": "ak16823809", "mag": 1.2, "time": 1505354254705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3285, 60.1933, 0.0]}, "bbox": [-141.3285, 60.1933, -141.3285, 60.1933]}, {"id": "4463", "type": "Feature", "properties": {"id": "us2000am21", "mag": 3.2, "time": 1505353999720, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.899, 42.6704, 10.0]}, "bbox": [22.899, 42.6704, 22.899, 42.6704]}, {"id": "4464", "type": "Feature", "properties": {"id": "ci37762543", "mag": 1.21, "time": 1505353838790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543667, 34.513833, 6.53]}, "bbox": [-118.543667, 34.513833, -118.543667, 34.513833]}, {"id": "4465", "type": "Feature", "properties": {"id": "us2000am1y", "mag": 2.6, "time": 1505353481360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4312, 42.6014, 6.92]}, "bbox": [-111.4312, 42.6014, -111.4312, 42.6014]}, {"id": "4466", "type": "Feature", "properties": {"id": "ak16823693", "mag": 1.0, "time": 1505351348552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.644, 62.6994, 58.6]}, "bbox": [-148.644, 62.6994, -148.644, 62.6994]}, {"id": "4467", "type": "Feature", "properties": {"id": "ak16823694", "mag": 2.1, "time": 1505351146642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5002, 54.7664, 27.4]}, "bbox": [-160.5002, 54.7664, -160.5002, 54.7664]}, {"id": "4468", "type": "Feature", "properties": {"id": "ak16823688", "mag": 1.1, "time": 1505350854568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6619, 59.8124, 15.7]}, "bbox": [-136.6619, 59.8124, -136.6619, 59.8124]}, {"id": "4469", "type": "Feature", "properties": {"id": "pr2017257001", "mag": 1.33, "time": 1505350270080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.141, 18.0321, 11.0]}, "bbox": [-67.141, 18.0321, -67.141, 18.0321]}, {"id": "4470", "type": "Feature", "properties": {"id": "ak16823577", "mag": 2.7, "time": 1505349755149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3635, 54.4582, 4.8]}, "bbox": [-161.3635, 54.4582, -161.3635, 54.4582]}, {"id": "4471", "type": "Feature", "properties": {"id": "ak16861124", "mag": 1.1, "time": 1505349382106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2989, 65.668, 14.0]}, "bbox": [-145.2989, 65.668, -145.2989, 65.668]}, {"id": "4472", "type": "Feature", "properties": {"id": "us2000am0x", "mag": 4.6, "time": 1505348843700, "felt": 139.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.6152, 35.7719, 48.83]}, "bbox": [139.6152, 35.7719, 139.6152, 35.7719]}, {"id": "4473", "type": "Feature", "properties": {"id": "ci37762495", "mag": 1.0, "time": 1505347877510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3345, 33.3545, 11.05]}, "bbox": [-116.3345, 33.3545, -116.3345, 33.3545]}, {"id": "4474", "type": "Feature", "properties": {"id": "ak16823574", "mag": 2.8, "time": 1505347636545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3466, 52.1109, 79.8]}, "bbox": [-174.3466, 52.1109, -174.3466, 52.1109]}, {"id": "4475", "type": "Feature", "properties": {"id": "ak16823573", "mag": 2.3, "time": 1505347560653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4123, 51.617, 13.3]}, "bbox": [-178.4123, 51.617, -178.4123, 51.617]}, {"id": "4476", "type": "Feature", "properties": {"id": "ci37762487", "mag": 1.28, "time": 1505347417680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2715, 33.976667, 5.05]}, "bbox": [-116.2715, 33.976667, -116.2715, 33.976667]}, {"id": "4477", "type": "Feature", "properties": {"id": "hv61907326", "mag": 1.75, "time": 1505347375860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.394165, 19.238333, 32.54]}, "bbox": [-155.394165, 19.238333, -155.394165, 19.238333]}, {"id": "4478", "type": "Feature", "properties": {"id": "ak16861121", "mag": 1.7, "time": 1505347241023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4, 51.6505, 10.1]}, "bbox": [-178.4, 51.6505, -178.4, 51.6505]}, {"id": "4479", "type": "Feature", "properties": {"id": "hv61907236", "mag": 2.19, "time": 1505347011230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3835, 19.243, 32.131]}, "bbox": [-155.3835, 19.243, -155.3835, 19.243]}, {"id": "4480", "type": "Feature", "properties": {"id": "nc72891986", "mag": 1.15, "time": 1505346581750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5475, 37.143167, 3.07]}, "bbox": [-121.5475, 37.143167, -121.5475, 37.143167]}, {"id": "4481", "type": "Feature", "properties": {"id": "uw61307262", "mag": 1.18, "time": 1505346312450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.458833, 45.814167, -0.95]}, "bbox": [-122.458833, 45.814167, -122.458833, 45.814167]}, {"id": "4482", "type": "Feature", "properties": {"id": "ak16823443", "mag": 1.7, "time": 1505346090013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 60.824, 55.5]}, "bbox": [-151.3313, 60.824, -151.3313, 60.824]}, {"id": "4483", "type": "Feature", "properties": {"id": "ci37762463", "mag": 2.21, "time": 1505345845770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.610333, 32.834, 14.54]}, "bbox": [-115.610333, 32.834, -115.610333, 32.834]}, {"id": "4484", "type": "Feature", "properties": {"id": "ci37762455", "mag": 1.23, "time": 1505345794660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613333, 32.828, 12.93]}, "bbox": [-115.613333, 32.828, -115.613333, 32.828]}, {"id": "4485", "type": "Feature", "properties": {"id": "ak16823442", "mag": 1.4, "time": 1505345681125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1366, 63.4085, 115.9]}, "bbox": [-150.1366, 63.4085, -150.1366, 63.4085]}, {"id": "4486", "type": "Feature", "properties": {"id": "mb80255184", "mag": 0.99, "time": 1505345517200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.161833, 48.091333, 6.16]}, "bbox": [-115.161833, 48.091333, -115.161833, 48.091333]}, {"id": "4487", "type": "Feature", "properties": {"id": "ak16823441", "mag": 1.4, "time": 1505345131416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9358, 61.9565, 65.0]}, "bbox": [-150.9358, 61.9565, -150.9358, 61.9565]}, {"id": "4488", "type": "Feature", "properties": {"id": "us2000alzg", "mag": 4.2, "time": 1505344897150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.4183, -18.058, 145.27]}, "bbox": [-69.4183, -18.058, -69.4183, -18.058]}, {"id": "4489", "type": "Feature", "properties": {"id": "ak16823332", "mag": 2.8, "time": 1505344031893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3482, 51.3154, 44.3]}, "bbox": [-178.3482, 51.3154, -178.3482, 51.3154]}, {"id": "4490", "type": "Feature", "properties": {"id": "ak16823330", "mag": 1.3, "time": 1505343882913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3403, 64.9963, 0.0]}, "bbox": [-147.3403, 64.9963, -147.3403, 64.9963]}, {"id": "4491", "type": "Feature", "properties": {"id": "us2000alyy", "mag": 3.2, "time": 1505343206750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5646, 46.8793, 10.55]}, "bbox": [-112.5646, 46.8793, -112.5646, 46.8793]}, {"id": "4492", "type": "Feature", "properties": {"id": "uw61307247", "mag": 1.57, "time": 1505343065140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.347833, 44.090833, -1.55]}, "bbox": [-121.347833, 44.090833, -121.347833, 44.090833]}, {"id": "4493", "type": "Feature", "properties": {"id": "ci37762423", "mag": 2.63, "time": 1505342925380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6105, 32.832833, 13.39]}, "bbox": [-115.6105, 32.832833, -115.6105, 32.832833]}, {"id": "4494", "type": "Feature", "properties": {"id": "ismpkansas70235168", "mag": 1.72, "time": 1505342816860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966333, 37.277833, 4.1]}, "bbox": [-97.966333, 37.277833, -97.966333, 37.277833]}, {"id": "4495", "type": "Feature", "properties": {"id": "uu60245097", "mag": 1.4, "time": 1505342728590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.0425, 44.6825, 13.02]}, "bbox": [-110.0425, 44.6825, -110.0425, 44.6825]}, {"id": "4496", "type": "Feature", "properties": {"id": "ci37762407", "mag": 1.11, "time": 1505342669930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.978, 5.78]}, "bbox": [-116.2705, 33.978, -116.2705, 33.978]}, {"id": "4497", "type": "Feature", "properties": {"id": "ak16830577", "mag": 2.2, "time": 1505342546550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6253, 55.5692, 53.6]}, "bbox": [-159.6253, 55.5692, -159.6253, 55.5692]}, {"id": "4498", "type": "Feature", "properties": {"id": "ci37762415", "mag": 1.75, "time": 1505342494590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.999333, 33.073, -0.12]}, "bbox": [-114.999333, 33.073, -114.999333, 33.073]}, {"id": "4499", "type": "Feature", "properties": {"id": "nn00605103", "mag": 1.1, "time": 1505342257553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.367, 38.5022, 1.9]}, "bbox": [-118.367, 38.5022, -118.367, 38.5022]}, {"id": "4500", "type": "Feature", "properties": {"id": "ci37762399", "mag": 1.66, "time": 1505342009270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.612333, 32.834667, 12.8]}, "bbox": [-115.612333, 32.834667, -115.612333, 32.834667]}, {"id": "4501", "type": "Feature", "properties": {"id": "ci37762391", "mag": 1.75, "time": 1505341937760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613, 32.838667, 12.07]}, "bbox": [-115.613, 32.838667, -115.613, 32.838667]}, {"id": "4502", "type": "Feature", "properties": {"id": "ci37762383", "mag": 1.83, "time": 1505341540510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614, 32.8335, 12.31]}, "bbox": [-115.614, 32.8335, -115.614, 32.8335]}, {"id": "4503", "type": "Feature", "properties": {"id": "ci37762367", "mag": 3.47, "time": 1505341287040, "felt": 39.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615833, 32.843833, 15.23]}, "bbox": [-115.615833, 32.843833, -115.615833, 32.843833]}, {"id": "4504", "type": "Feature", "properties": {"id": "hv61907176", "mag": 1.67, "time": 1505340803980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.213667, 19.3035, 2.2]}, "bbox": [-155.213667, 19.3035, -155.213667, 19.3035]}, {"id": "4505", "type": "Feature", "properties": {"id": "ak16823316", "mag": 2.5, "time": 1505340733287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3859, 61.6698, 29.1]}, "bbox": [-146.3859, 61.6698, -146.3859, 61.6698]}, {"id": "4506", "type": "Feature", "properties": {"id": "nc72891951", "mag": 1.45, "time": 1505340188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841667, 37.532167, -1.9]}, "bbox": [-118.841667, 37.532167, -118.841667, 37.532167]}, {"id": "4507", "type": "Feature", "properties": {"id": "ak16830575", "mag": 1.5, "time": 1505340177499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5229, 57.7401, 52.1]}, "bbox": [-154.5229, 57.7401, -154.5229, 57.7401]}, {"id": "4508", "type": "Feature", "properties": {"id": "ci37762359", "mag": 1.73, "time": 1505340060360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274, 33.976333, 5.08]}, "bbox": [-116.274, 33.976333, -116.274, 33.976333]}, {"id": "4509", "type": "Feature", "properties": {"id": "ci37762351", "mag": 3.26, "time": 1505339982500, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.276, 33.975333, 3.91]}, "bbox": [-116.276, 33.975333, -116.276, 33.975333]}, {"id": "4510", "type": "Feature", "properties": {"id": "ak16830574", "mag": 1.6, "time": 1505339727053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4531, 53.5386, 11.2]}, "bbox": [-167.4531, 53.5386, -167.4531, 53.5386]}, {"id": "4511", "type": "Feature", "properties": {"id": "ak16823310", "mag": 1.1, "time": 1505339360762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5682, 53.9212, 8.1]}, "bbox": [-166.5682, 53.9212, -166.5682, 53.9212]}, {"id": "4512", "type": "Feature", "properties": {"id": "ci37762343", "mag": 1.12, "time": 1505339170890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795167, 33.507167, 4.82]}, "bbox": [-116.795167, 33.507167, -116.795167, 33.507167]}, {"id": "4513", "type": "Feature", "properties": {"id": "mb80255169", "mag": 1.13, "time": 1505339091750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.622667, 46.909667, 10.61]}, "bbox": [-112.622667, 46.909667, -112.622667, 46.909667]}, {"id": "4514", "type": "Feature", "properties": {"id": "us2000alwi", "mag": 4.7, "time": 1505338937260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0086, 15.1566, 38.2]}, "bbox": [-94.0086, 15.1566, -94.0086, 15.1566]}, {"id": "4515", "type": "Feature", "properties": {"id": "ci37762335", "mag": 1.17, "time": 1505338520010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614667, 32.832167, 10.18]}, "bbox": [-115.614667, 32.832167, -115.614667, 32.832167]}, {"id": "4516", "type": "Feature", "properties": {"id": "ci37762327", "mag": 1.59, "time": 1505338477140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615333, 32.843, 15.01]}, "bbox": [-115.615333, 32.843, -115.615333, 32.843]}, {"id": "4517", "type": "Feature", "properties": {"id": "uu60245082", "mag": 1.54, "time": 1505338298430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.043833, 44.678167, 13.53]}, "bbox": [-110.043833, 44.678167, -110.043833, 44.678167]}, {"id": "4518", "type": "Feature", "properties": {"id": "us2000alvq", "mag": 5.0, "time": 1505338251370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9904, 15.7092, 39.9]}, "bbox": [-94.9904, 15.7092, -94.9904, 15.7092]}, {"id": "4519", "type": "Feature", "properties": {"id": "nc72891936", "mag": 1.29, "time": 1505338239110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.017333, 37.5655, -0.37]}, "bbox": [-119.017333, 37.5655, -119.017333, 37.5655]}, {"id": "4520", "type": "Feature", "properties": {"id": "ci37762303", "mag": 1.69, "time": 1505337757160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.504167, 5.32]}, "bbox": [-116.7965, 33.504167, -116.7965, 33.504167]}, {"id": "4521", "type": "Feature", "properties": {"id": "uu60245072", "mag": 1.82, "time": 1505336663200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.075667, 44.674, 5.83]}, "bbox": [-110.075667, 44.674, -110.075667, 44.674]}, {"id": "4522", "type": "Feature", "properties": {"id": "ci37762287", "mag": 1.49, "time": 1505336435640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.8575, -0.61]}, "bbox": [-117.498833, 33.8575, -117.498833, 33.8575]}, {"id": "4523", "type": "Feature", "properties": {"id": "mb80255154", "mag": 2.29, "time": 1505335433020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7145, 46.9035, 15.16]}, "bbox": [-112.7145, 46.9035, -112.7145, 46.9035]}, {"id": "4524", "type": "Feature", "properties": {"id": "nc72891916", "mag": 1.11, "time": 1505334220120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7985, 38.833168, 1.37]}, "bbox": [-122.7985, 38.833168, -122.7985, 38.833168]}, {"id": "4525", "type": "Feature", "properties": {"id": "nc72891911", "mag": 1.01, "time": 1505333988430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811165, 38.815666, 2.78]}, "bbox": [-122.811165, 38.815666, -122.811165, 38.815666]}, {"id": "4526", "type": "Feature", "properties": {"id": "ak16823196", "mag": 1.7, "time": 1505333862556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2791, 60.1339, 58.8]}, "bbox": [-151.2791, 60.1339, -151.2791, 60.1339]}, {"id": "4527", "type": "Feature", "properties": {"id": "nc72891901", "mag": 1.64, "time": 1505333181410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814, 38.8085, 2.9]}, "bbox": [-122.814, 38.8085, -122.814, 38.8085]}, {"id": "4528", "type": "Feature", "properties": {"id": "nc72891896", "mag": 1.52, "time": 1505332739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.481167, 0.23]}, "bbox": [-118.817667, 37.481167, -118.817667, 37.481167]}, {"id": "4529", "type": "Feature", "properties": {"id": "ci37762231", "mag": 1.56, "time": 1505331922920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.381833, 35.980833, 4.99]}, "bbox": [-117.381833, 35.980833, -117.381833, 35.980833]}, {"id": "4530", "type": "Feature", "properties": {"id": "us2000alqh", "mag": 4.6, "time": 1505331447000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [112.9501, -6.0986, 590.53]}, "bbox": [112.9501, -6.0986, 112.9501, -6.0986]}, {"id": "4531", "type": "Feature", "properties": {"id": "us2000alq6", "mag": 3.0, "time": 1505331233180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4525, 42.6029, 6.02]}, "bbox": [-111.4525, 42.6029, -111.4525, 42.6029]}, {"id": "4532", "type": "Feature", "properties": {"id": "ak16823083", "mag": 1.8, "time": 1505330838320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8987, 61.0912, 0.1]}, "bbox": [-141.8987, 61.0912, -141.8987, 61.0912]}, {"id": "4533", "type": "Feature", "properties": {"id": "ak16823082", "mag": 1.3, "time": 1505330810883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7682, 61.1384, 6.4]}, "bbox": [-141.7682, 61.1384, -141.7682, 61.1384]}, {"id": "4534", "type": "Feature", "properties": {"id": "ak16823080", "mag": 1.9, "time": 1505329947650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7636, 59.6753, 80.6]}, "bbox": [-152.7636, 59.6753, -152.7636, 59.6753]}, {"id": "4535", "type": "Feature", "properties": {"id": "ci37762215", "mag": 1.01, "time": 1505329786970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1445, 33.667, -0.63]}, "bbox": [-117.1445, 33.667, -117.1445, 33.667]}, {"id": "4536", "type": "Feature", "properties": {"id": "nc72891881", "mag": 1.2, "time": 1505329775160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.850167, 37.644667, 5.63]}, "bbox": [-118.850167, 37.644667, -118.850167, 37.644667]}, {"id": "4537", "type": "Feature", "properties": {"id": "ci37762207", "mag": 1.15, "time": 1505329688010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.187167, 34.993167, -0.82]}, "bbox": [-118.187167, 34.993167, -118.187167, 34.993167]}, {"id": "4538", "type": "Feature", "properties": {"id": "ak16830566", "mag": 2.0, "time": 1505328672149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.302, 51.3949, 36.9]}, "bbox": [-178.302, 51.3949, -178.302, 51.3949]}, {"id": "4539", "type": "Feature", "properties": {"id": "ak16822979", "mag": 1.3, "time": 1505328502909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3078, 61.2967, 15.3]}, "bbox": [-146.3078, 61.2967, -146.3078, 61.2967]}, {"id": "4540", "type": "Feature", "properties": {"id": "nc72891876", "mag": 1.1, "time": 1505327236230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745666, 38.787834, 1.52]}, "bbox": [-122.745666, 38.787834, -122.745666, 38.787834]}, {"id": "4541", "type": "Feature", "properties": {"id": "ak16822977", "mag": 1.3, "time": 1505326599778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0157, 63.5538, 1.8]}, "bbox": [-151.0157, 63.5538, -151.0157, 63.5538]}, {"id": "4542", "type": "Feature", "properties": {"id": "nc72891871", "mag": 2.5, "time": 1505325897250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0595, 40.449667, 16.29]}, "bbox": [-120.0595, 40.449667, -120.0595, 40.449667]}, {"id": "4543", "type": "Feature", "properties": {"id": "nc72891866", "mag": 1.77, "time": 1505325532440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0005, 35.943167, 17.23]}, "bbox": [-120.0005, 35.943167, -120.0005, 35.943167]}, {"id": "4544", "type": "Feature", "properties": {"id": "nc72891861", "mag": 1.4, "time": 1505325215290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600167, 35.482, -0.46]}, "bbox": [-120.600167, 35.482, -120.600167, 35.482]}, {"id": "4545", "type": "Feature", "properties": {"id": "ci37762175", "mag": 1.47, "time": 1505324991750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 32.840667, 14.81]}, "bbox": [-115.609, 32.840667, -115.609, 32.840667]}, {"id": "4546", "type": "Feature", "properties": {"id": "ak16822975", "mag": 1.2, "time": 1505324283732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2438, 62.4485, 2.9]}, "bbox": [-149.2438, 62.4485, -149.2438, 62.4485]}, {"id": "4547", "type": "Feature", "properties": {"id": "nc72891851", "mag": 1.07, "time": 1505324016940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841167, 37.491667, -0.1]}, "bbox": [-118.841167, 37.491667, -118.841167, 37.491667]}, {"id": "4548", "type": "Feature", "properties": {"id": "se60179327", "mag": 3.2, "time": 1505323990930, "felt": 525.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-80.703, 37.472833, 17.77]}, "bbox": [-80.703, 37.472833, -80.703, 37.472833]}, {"id": "4549", "type": "Feature", "properties": {"id": "ak16822973", "mag": 1.1, "time": 1505323870033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7446, 59.8908, 41.3]}, "bbox": [-151.7446, 59.8908, -151.7446, 59.8908]}, {"id": "4550", "type": "Feature", "properties": {"id": "ak16830561", "mag": 1.8, "time": 1505323399318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9553, 59.6095, 109.8]}, "bbox": [-152.9553, 59.6095, -152.9553, 59.6095]}, {"id": "4551", "type": "Feature", "properties": {"id": "ak16830560", "mag": 2.0, "time": 1505322404855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5059, 60.1768, 153.1]}, "bbox": [-153.5059, 60.1768, -153.5059, 60.1768]}, {"id": "4552", "type": "Feature", "properties": {"id": "us2000alkc", "mag": 4.4, "time": 1505321962400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6803, 15.7969, 43.13]}, "bbox": [-94.6803, 15.7969, -94.6803, 15.7969]}, {"id": "4553", "type": "Feature", "properties": {"id": "ak16830559", "mag": 1.8, "time": 1505321554841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8197, 51.97, 7.3]}, "bbox": [-174.8197, 51.97, -174.8197, 51.97]}, {"id": "4554", "type": "Feature", "properties": {"id": "nc72891831", "mag": 2.56, "time": 1505318816290, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.704667, 40.484, 16.91]}, "bbox": [-124.704667, 40.484, -124.704667, 40.484]}, {"id": "4555", "type": "Feature", "properties": {"id": "ak16822799", "mag": 1.8, "time": 1505318719906, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4098, 51.7491, 29.3]}, "bbox": [-174.4098, 51.7491, -174.4098, 51.7491]}, {"id": "4556", "type": "Feature", "properties": {"id": "ak16822798", "mag": 1.1, "time": 1505318596103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8143, 62.8428, 67.1]}, "bbox": [-148.8143, 62.8428, -148.8143, 62.8428]}, {"id": "4557", "type": "Feature", "properties": {"id": "hv61906796", "mag": 2.1, "time": 1505317840280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.485504, 19.219, 36.43]}, "bbox": [-155.485504, 19.219, -155.485504, 19.219]}, {"id": "4558", "type": "Feature", "properties": {"id": "ak16822695", "mag": 1.3, "time": 1505316869586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4592, 63.3484, 0.8]}, "bbox": [-151.4592, 63.3484, -151.4592, 63.3484]}, {"id": "4559", "type": "Feature", "properties": {"id": "us2000asbr", "mag": 4.3, "time": 1505316791790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1284, -4.88, 54.06]}, "bbox": [152.1284, -4.88, 152.1284, -4.88]}, {"id": "4560", "type": "Feature", "properties": {"id": "hv61906781", "mag": 1.87, "time": 1505316745210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.889333, 19.9115, 24.592]}, "bbox": [-155.889333, 19.9115, -155.889333, 19.9115]}, {"id": "4561", "type": "Feature", "properties": {"id": "us2000alhx", "mag": 5.0, "time": 1505316098600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.9266, -10.7647, 46.64]}, "bbox": [161.9266, -10.7647, 161.9266, -10.7647]}, {"id": "4562", "type": "Feature", "properties": {"id": "ak16822692", "mag": 2.1, "time": 1505315572825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2966, 59.7717, 67.1]}, "bbox": [-152.2966, 59.7717, -152.2966, 59.7717]}, {"id": "4563", "type": "Feature", "properties": {"id": "nm60179312", "mag": 1.77, "time": 1505315298800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.672667, 36.156667, 9.37]}, "bbox": [-89.672667, 36.156667, -89.672667, 36.156667]}, {"id": "4564", "type": "Feature", "properties": {"id": "ak16822691", "mag": 1.8, "time": 1505315111913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8055, 59.8229, 63.9]}, "bbox": [-151.8055, 59.8229, -151.8055, 59.8229]}, {"id": "4565", "type": "Feature", "properties": {"id": "ak16822689", "mag": 1.5, "time": 1505313796189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.627, 60.7945, 30.2]}, "bbox": [-149.627, 60.7945, -149.627, 60.7945]}, {"id": "4566", "type": "Feature", "properties": {"id": "ci37762039", "mag": 1.34, "time": 1505312641900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.791, 36.012167, 1.22]}, "bbox": [-117.791, 36.012167, -117.791, 36.012167]}, {"id": "4567", "type": "Feature", "properties": {"id": "nn00605012", "mag": 1.1, "time": 1505309502885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9116, 38.3879, 15.2]}, "bbox": [-118.9116, 38.3879, -118.9116, 38.3879]}, {"id": "4568", "type": "Feature", "properties": {"id": "ak16830551", "mag": 1.1, "time": 1505309158928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8896, 60.3719, 15.2]}, "bbox": [-146.8896, 60.3719, -146.8896, 60.3719]}, {"id": "4569", "type": "Feature", "properties": {"id": "ak16822590", "mag": 1.1, "time": 1505309077336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3908, 66.2048, 11.9]}, "bbox": [-157.3908, 66.2048, -157.3908, 66.2048]}, {"id": "4570", "type": "Feature", "properties": {"id": "mb80255099", "mag": 1.92, "time": 1505309076210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.547833, 44.257, 9.7]}, "bbox": [-114.547833, 44.257, -114.547833, 44.257]}, {"id": "4571", "type": "Feature", "properties": {"id": "nc72891776", "mag": 1.02, "time": 1505308975510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 37.593167, 0.05]}, "bbox": [-118.918167, 37.593167, -118.918167, 37.593167]}, {"id": "4572", "type": "Feature", "properties": {"id": "ak16822588", "mag": 1.4, "time": 1505308950441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4711, 65.4989, 11.1]}, "bbox": [-148.4711, 65.4989, -148.4711, 65.4989]}, {"id": "4573", "type": "Feature", "properties": {"id": "nn00604990", "mag": 2.3, "time": 1505308914949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 38.8311, 8.7]}, "bbox": [-118.818, 38.8311, -118.818, 38.8311]}, {"id": "4574", "type": "Feature", "properties": {"id": "ci37762007", "mag": 2.3, "time": 1505308483530, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.585667, 35.139667, 1.62]}, "bbox": [-116.585667, 35.139667, -116.585667, 35.139667]}, {"id": "4575", "type": "Feature", "properties": {"id": "ci37761999", "mag": 1.26, "time": 1505308208470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6185, 32.838, 13.81]}, "bbox": [-115.6185, 32.838, -115.6185, 32.838]}, {"id": "4576", "type": "Feature", "properties": {"id": "hv61906676", "mag": 1.95, "time": 1505307948740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.298996, 19.424334, 6.6]}, "bbox": [-155.298996, 19.424334, -155.298996, 19.424334]}, {"id": "4577", "type": "Feature", "properties": {"id": "ci37761983", "mag": 1.11, "time": 1505307567020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.623, 32.839333, 10.27]}, "bbox": [-115.623, 32.839333, -115.623, 32.839333]}, {"id": "4578", "type": "Feature", "properties": {"id": "us2000alfh", "mag": 4.5, "time": 1505306912090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7023, 15.8472, 95.22]}, "bbox": [-93.7023, 15.8472, -93.7023, 15.8472]}, {"id": "4579", "type": "Feature", "properties": {"id": "mb80255094", "mag": 1.19, "time": 1505305625190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.642667, 46.956667, 13.27]}, "bbox": [-114.642667, 46.956667, -114.642667, 46.956667]}, {"id": "4580", "type": "Feature", "properties": {"id": "ci37761967", "mag": 0.99, "time": 1505305387220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.587333, 36.179667, 0.99]}, "bbox": [-117.587333, 36.179667, -117.587333, 36.179667]}, {"id": "4581", "type": "Feature", "properties": {"id": "nc72891766", "mag": 1.15, "time": 1505305306770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.820333, 38.804, 2.93]}, "bbox": [-122.820333, 38.804, -122.820333, 38.804]}, {"id": "4582", "type": "Feature", "properties": {"id": "us2000anw3", "mag": 2.5, "time": 1505305272030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6774, 53.9359, 13.8]}, "bbox": [-163.6774, 53.9359, -163.6774, 53.9359]}, {"id": "4583", "type": "Feature", "properties": {"id": "ci37761959", "mag": 1.4, "time": 1505304763660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.829167, 32.782333, 3.76]}, "bbox": [-115.829167, 32.782333, -115.829167, 32.782333]}, {"id": "4584", "type": "Feature", "properties": {"id": "us2000asbk", "mag": 4.1, "time": 1505303510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1783, 2.9917, 58.22]}, "bbox": [128.1783, 2.9917, 128.1783, 2.9917]}, {"id": "4585", "type": "Feature", "properties": {"id": "nc72891751", "mag": 0.99, "time": 1505303358450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.082167, 35.707667, 6.66]}, "bbox": [-121.082167, 35.707667, -121.082167, 35.707667]}, {"id": "4586", "type": "Feature", "properties": {"id": "ak16822583", "mag": 1.1, "time": 1505302645910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3182, 60.2384, 0.0]}, "bbox": [-141.3182, 60.2384, -141.3182, 60.2384]}, {"id": "4587", "type": "Feature", "properties": {"id": "ak16822582", "mag": 2.3, "time": 1505302558389, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6566, 51.5758, 56.9]}, "bbox": [-177.6566, 51.5758, -177.6566, 51.5758]}, {"id": "4588", "type": "Feature", "properties": {"id": "us2000alew", "mag": 3.9, "time": 1505302030040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2516, 14.855, 22.24]}, "bbox": [-94.2516, 14.855, -94.2516, 14.855]}, {"id": "4589", "type": "Feature", "properties": {"id": "mb80255084", "mag": 1.07, "time": 1505300960250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.511667, 46.9035, 5.32]}, "bbox": [-112.511667, 46.9035, -112.511667, 46.9035]}, {"id": "4590", "type": "Feature", "properties": {"id": "ak16822577", "mag": 1.5, "time": 1505300414194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9212, 64.7545, 3.8]}, "bbox": [-139.9212, 64.7545, -139.9212, 64.7545]}, {"id": "4591", "type": "Feature", "properties": {"id": "us2000alee", "mag": 3.3, "time": 1505299970430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6225, 59.7836, 5.44]}, "bbox": [-136.6225, 59.7836, -136.6225, 59.7836]}, {"id": "4592", "type": "Feature", "properties": {"id": "uu60244877", "mag": 2.35, "time": 1505299838240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8535, 44.770833, 7.9]}, "bbox": [-110.8535, 44.770833, -110.8535, 44.770833]}, {"id": "4593", "type": "Feature", "properties": {"id": "nc72891746", "mag": 1.53, "time": 1505299590270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8215, 3.0]}, "bbox": [-122.793, 38.8215, -122.793, 38.8215]}, {"id": "4594", "type": "Feature", "properties": {"id": "ak16830540", "mag": 1.9, "time": 1505298481141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1134, 57.8805, 76.9]}, "bbox": [-155.1134, 57.8805, -155.1134, 57.8805]}, {"id": "4595", "type": "Feature", "properties": {"id": "us2000anw1", "mag": 3.0, "time": 1505298226550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0008, 50.1653, 25.9]}, "bbox": [179.0008, 50.1653, 179.0008, 50.1653]}, {"id": "4596", "type": "Feature", "properties": {"id": "nn00604987", "mag": 1.7, "time": 1505298050456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8103, 39.3643, 9.1]}, "bbox": [-119.8103, 39.3643, -119.8103, 39.3643]}, {"id": "4597", "type": "Feature", "properties": {"id": "ak16822473", "mag": 1.2, "time": 1505297484913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4897, 63.0467, 3.6]}, "bbox": [-151.4897, 63.0467, -151.4897, 63.0467]}, {"id": "4598", "type": "Feature", "properties": {"id": "ak16822472", "mag": 2.4, "time": 1505297294726, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0416, 53.5692, 24.5]}, "bbox": [-164.0416, 53.5692, -164.0416, 53.5692]}, {"id": "4599", "type": "Feature", "properties": {"id": "uw61307017", "mag": 1.34, "time": 1505297037790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.764333, 48.271333, 1.82]}, "bbox": [-121.764333, 48.271333, -121.764333, 48.271333]}, {"id": "4600", "type": "Feature", "properties": {"id": "ak16830536", "mag": 1.2, "time": 1505297029108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7778, 60.5002, 3.8]}, "bbox": [-147.7778, 60.5002, -147.7778, 60.5002]}, {"id": "4601", "type": "Feature", "properties": {"id": "uu60244867", "mag": 2.44, "time": 1505296698750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422, 42.567833, 7.73]}, "bbox": [-111.422, 42.567833, -111.422, 42.567833]}, {"id": "4602", "type": "Feature", "properties": {"id": "us2000aldk", "mag": 4.3, "time": 1505296627560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9055, 15.639, 35.0]}, "bbox": [-94.9055, 15.639, -94.9055, 15.639]}, {"id": "4603", "type": "Feature", "properties": {"id": "ci37761935", "mag": 1.02, "time": 1505296379600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6215, 32.831333, 10.19]}, "bbox": [-115.6215, 32.831333, -115.6215, 32.831333]}, {"id": "4604", "type": "Feature", "properties": {"id": "us2000aldd", "mag": 4.5, "time": 1505295980580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7401, 15.5449, 31.41]}, "bbox": [-94.7401, 15.5449, -94.7401, 15.5449]}, {"id": "4605", "type": "Feature", "properties": {"id": "us2000ald3", "mag": 2.4, "time": 1505295918600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9039, 36.2089, 4.448]}, "bbox": [-98.9039, 36.2089, -98.9039, 36.2089]}, {"id": "4606", "type": "Feature", "properties": {"id": "ak16822468", "mag": 2.5, "time": 1505295654705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2898, 58.6446, 4.6]}, "bbox": [-158.2898, 58.6446, -158.2898, 58.6446]}, {"id": "4607", "type": "Feature", "properties": {"id": "us2000ald0", "mag": 4.3, "time": 1505295123840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5523, -23.5684, 541.35]}, "bbox": [179.5523, -23.5684, 179.5523, -23.5684]}, {"id": "4608", "type": "Feature", "properties": {"id": "ak16822374", "mag": 2.1, "time": 1505294583800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5476, 52.7346, 39.4]}, "bbox": [-166.5476, 52.7346, -166.5476, 52.7346]}, {"id": "4609", "type": "Feature", "properties": {"id": "us2000alcs", "mag": 3.9, "time": 1505294302600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2348, 15.2732, 42.03]}, "bbox": [-94.2348, 15.2732, -94.2348, 15.2732]}, {"id": "4610", "type": "Feature", "properties": {"id": "hv61906586", "mag": 2.11, "time": 1505294188360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.356003, 19.467167, 4.72]}, "bbox": [-155.356003, 19.467167, -155.356003, 19.467167]}, {"id": "4611", "type": "Feature", "properties": {"id": "nc72891726", "mag": 1.09, "time": 1505293695870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793831, 38.822334, 2.17]}, "bbox": [-122.793831, 38.822334, -122.793831, 38.822334]}, {"id": "4612", "type": "Feature", "properties": {"id": "us2000alcf", "mag": 2.6, "time": 1505292526080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4275, 42.596, 6.01]}, "bbox": [-111.4275, 42.596, -111.4275, 42.596]}, {"id": "4613", "type": "Feature", "properties": {"id": "ak16822373", "mag": 1.5, "time": 1505292217097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4702, 60.5679, 7.7]}, "bbox": [-148.4702, 60.5679, -148.4702, 60.5679]}, {"id": "4614", "type": "Feature", "properties": {"id": "nn00604985", "mag": 1.6, "time": 1505292088777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.548, 37.4198, 12.0]}, "bbox": [-115.548, 37.4198, -115.548, 37.4198]}, {"id": "4615", "type": "Feature", "properties": {"id": "nc72891721", "mag": 1.57, "time": 1505290933360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.889333, 39.366167, 10.36]}, "bbox": [-122.889333, 39.366167, -122.889333, 39.366167]}, {"id": "4616", "type": "Feature", "properties": {"id": "ak16822371", "mag": 1.4, "time": 1505290808147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8609, 62.2453, 3.1]}, "bbox": [-153.8609, 62.2453, -153.8609, 62.2453]}, {"id": "4617", "type": "Feature", "properties": {"id": "ak16822294", "mag": 1.5, "time": 1505289269698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7566, 62.9227, 94.6]}, "bbox": [-150.7566, 62.9227, -150.7566, 62.9227]}, {"id": "4618", "type": "Feature", "properties": {"id": "ak16822278", "mag": 1.1, "time": 1505287972451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7433, 64.7476, 3.4]}, "bbox": [-146.7433, 64.7476, -146.7433, 64.7476]}, {"id": "4619", "type": "Feature", "properties": {"id": "ak16822251", "mag": 3.4, "time": 1505287366858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5871, 61.6459, 24.8]}, "bbox": [-145.5871, 61.6459, -145.5871, 61.6459]}, {"id": "4620", "type": "Feature", "properties": {"id": "ak16822240", "mag": 4.2, "time": 1505287337046, "felt": 42.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9213, 62.8983, 79.6]}, "bbox": [-149.9213, 62.8983, -149.9213, 62.8983]}, {"id": "4621", "type": "Feature", "properties": {"id": "us2000albc", "mag": 2.3, "time": 1505286819380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4494, 42.6632, 10.21]}, "bbox": [-111.4494, 42.6632, -111.4494, 42.6632]}, {"id": "4622", "type": "Feature", "properties": {"id": "ak16830527", "mag": 1.8, "time": 1505286603893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0388, 59.8755, 109.6]}, "bbox": [-153.0388, 59.8755, -153.0388, 59.8755]}, {"id": "4623", "type": "Feature", "properties": {"id": "ak16822236", "mag": 1.3, "time": 1505286374065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3111, 60.5579, 12.6]}, "bbox": [-141.3111, 60.5579, -141.3111, 60.5579]}, {"id": "4624", "type": "Feature", "properties": {"id": "nc72891681", "mag": 1.39, "time": 1505286150510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.467, -1.65]}, "bbox": [-118.8285, 37.467, -118.8285, 37.467]}, {"id": "4625", "type": "Feature", "properties": {"id": "ak16822233", "mag": 1.6, "time": 1505285865490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8651, 62.2629, 96.7]}, "bbox": [-151.8651, 62.2629, -151.8651, 62.2629]}, {"id": "4626", "type": "Feature", "properties": {"id": "us2000alb7", "mag": 2.6, "time": 1505285839040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5618, 8.28]}, "bbox": [-111.4177, 42.5618, -111.4177, 42.5618]}, {"id": "4627", "type": "Feature", "properties": {"id": "ak16830523", "mag": 1.7, "time": 1505285675768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1432, 53.7072, 69.4]}, "bbox": [-166.1432, 53.7072, -166.1432, 53.7072]}, {"id": "4628", "type": "Feature", "properties": {"id": "us2000alb2", "mag": 4.5, "time": 1505284765560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.084, -22.1327, 549.09]}, "bbox": [-179.084, -22.1327, -179.084, -22.1327]}, {"id": "4629", "type": "Feature", "properties": {"id": "nn00605030", "mag": 1.1, "time": 1505284250632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9094, 38.3681, 5.4]}, "bbox": [-118.9094, 38.3681, -118.9094, 38.3681]}, {"id": "4630", "type": "Feature", "properties": {"id": "ak16830521", "mag": 1.2, "time": 1505284146176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8175, 60.5189, 13.7]}, "bbox": [-148.8175, 60.5189, -148.8175, 60.5189]}, {"id": "4631", "type": "Feature", "properties": {"id": "us2000alax", "mag": 4.7, "time": 1505283996200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.6079, 13.4506, 10.0]}, "bbox": [147.6079, 13.4506, 147.6079, 13.4506]}, {"id": "4632", "type": "Feature", "properties": {"id": "nc72891656", "mag": 2.62, "time": 1505283657320, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803833, 37.486167, 2.5]}, "bbox": [-118.803833, 37.486167, -118.803833, 37.486167]}, {"id": "4633", "type": "Feature", "properties": {"id": "ci37761831", "mag": 1.06, "time": 1505283115050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.5045, 6.22]}, "bbox": [-116.795667, 33.5045, -116.795667, 33.5045]}, {"id": "4634", "type": "Feature", "properties": {"id": "ak16822160", "mag": 1.4, "time": 1505282783934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9732, 60.9785, 5.5]}, "bbox": [-147.9732, 60.9785, -147.9732, 60.9785]}, {"id": "4635", "type": "Feature", "properties": {"id": "mb80255029", "mag": 1.01, "time": 1505281846410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5335, 46.862167, 10.42]}, "bbox": [-112.5335, 46.862167, -112.5335, 46.862167]}, {"id": "4636", "type": "Feature", "properties": {"id": "ak16822085", "mag": 1.5, "time": 1505279524459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8464, 60.3009, 18.8]}, "bbox": [-144.8464, 60.3009, -144.8464, 60.3009]}, {"id": "4637", "type": "Feature", "properties": {"id": "us2000ala9", "mag": 4.5, "time": 1505279374230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.453, 15.3914, 72.28]}, "bbox": [-93.453, 15.3914, -93.453, 15.3914]}, {"id": "4638", "type": "Feature", "properties": {"id": "ci37761799", "mag": 0.97, "time": 1505279080610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.108167, 34.0375, 6.71]}, "bbox": [-117.108167, 34.0375, -117.108167, 34.0375]}, {"id": "4639", "type": "Feature", "properties": {"id": "ak16830517", "mag": 1.1, "time": 1505278511333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4202, 60.2062, 0.0]}, "bbox": [-141.4202, 60.2062, -141.4202, 60.2062]}, {"id": "4640", "type": "Feature", "properties": {"id": "mb80255024", "mag": 0.95, "time": 1505278401320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.864167, 11.03]}, "bbox": [-112.529833, 46.864167, -112.529833, 46.864167]}, {"id": "4641", "type": "Feature", "properties": {"id": "nc72891626", "mag": 1.1, "time": 1505277590570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.657667, 37.1885, 3.74]}, "bbox": [-121.657667, 37.1885, -121.657667, 37.1885]}, {"id": "4642", "type": "Feature", "properties": {"id": "nc72891621", "mag": 1.74, "time": 1505277415750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.886167, 39.3655, 10.44]}, "bbox": [-122.886167, 39.3655, -122.886167, 39.3655]}, {"id": "4643", "type": "Feature", "properties": {"id": "ak16822082", "mag": 1.6, "time": 1505275993590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0455, 67.102, 9.7]}, "bbox": [-157.0455, 67.102, -157.0455, 67.102]}, {"id": "4644", "type": "Feature", "properties": {"id": "nc72891611", "mag": 1.07, "time": 1505275610780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795, 38.834667, 1.79]}, "bbox": [-122.795, 38.834667, -122.795, 38.834667]}, {"id": "4645", "type": "Feature", "properties": {"id": "ak16822080", "mag": 3.5, "time": 1505275475357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4947, 51.6652, 10.4]}, "bbox": [-178.4947, 51.6652, -178.4947, 51.6652]}, {"id": "4646", "type": "Feature", "properties": {"id": "nc72891606", "mag": 2.64, "time": 1505275168490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793833, 38.835667, 1.89]}, "bbox": [-122.793833, 38.835667, -122.793833, 38.835667]}, {"id": "4647", "type": "Feature", "properties": {"id": "mb80255014", "mag": 0.96, "time": 1505274355010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.537, 46.87, 9.71]}, "bbox": [-112.537, 46.87, -112.537, 46.87]}, {"id": "4648", "type": "Feature", "properties": {"id": "nc72891581", "mag": 0.95, "time": 1505273207520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795166, 38.836666, 1.37]}, "bbox": [-122.795166, 38.836666, -122.795166, 38.836666]}, {"id": "4649", "type": "Feature", "properties": {"id": "mb80255009", "mag": 1.36, "time": 1505273099690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.872333, 11.58]}, "bbox": [-112.536167, 46.872333, -112.536167, 46.872333]}, {"id": "4650", "type": "Feature", "properties": {"id": "pr2017256002", "mag": 2.65, "time": 1505272611930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.4988, 19.1065, 25.0]}, "bbox": [-66.4988, 19.1065, -66.4988, 19.1065]}, {"id": "4651", "type": "Feature", "properties": {"id": "nc72891561", "mag": 0.95, "time": 1505272540610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.796669, 38.836834, 1.67]}, "bbox": [-122.796669, 38.836834, -122.796669, 38.836834]}, {"id": "4652", "type": "Feature", "properties": {"id": "nc72891556", "mag": 1.43, "time": 1505272430980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798333, 38.835167, 1.85]}, "bbox": [-122.798333, 38.835167, -122.798333, 38.835167]}, {"id": "4653", "type": "Feature", "properties": {"id": "nc72891551", "mag": 2.57, "time": 1505272400990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795667, 38.835, 1.82]}, "bbox": [-122.795667, 38.835, -122.795667, 38.835]}, {"id": "4654", "type": "Feature", "properties": {"id": "us2000al90", "mag": 4.7, "time": 1505272023240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.0946, 9.5711, 124.17]}, "bbox": [-73.0946, 9.5711, -73.0946, 9.5711]}, {"id": "4655", "type": "Feature", "properties": {"id": "mb80255004", "mag": 1.06, "time": 1505270988240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.864667, 11.36]}, "bbox": [-112.532, 46.864667, -112.532, 46.864667]}, {"id": "4656", "type": "Feature", "properties": {"id": "us2000al8v", "mag": 4.4, "time": 1505270586710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5721, 15.2889, 34.84]}, "bbox": [-94.5721, 15.2889, -94.5721, 15.2889]}, {"id": "4657", "type": "Feature", "properties": {"id": "ci37761727", "mag": 1.4, "time": 1505270305170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.643667, 34.5065, 17.68]}, "bbox": [-118.643667, 34.5065, -118.643667, 34.5065]}, {"id": "4658", "type": "Feature", "properties": {"id": "ak16822007", "mag": 1.0, "time": 1505269102037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6691, 63.5608, 10.3]}, "bbox": [-150.6691, 63.5608, -150.6691, 63.5608]}, {"id": "4659", "type": "Feature", "properties": {"id": "pr2017256000", "mag": 3.12, "time": 1505269072880, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5123, 19.091, 21.0]}, "bbox": [-66.5123, 19.091, -66.5123, 19.091]}, {"id": "4660", "type": "Feature", "properties": {"id": "nc72891541", "mag": 1.06, "time": 1505268817240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.517833, 36.804167, 4.87]}, "bbox": [-121.517833, 36.804167, -121.517833, 36.804167]}, {"id": "4661", "type": "Feature", "properties": {"id": "ak16821999", "mag": 1.7, "time": 1505268378179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2198, 61.7575, 9.7]}, "bbox": [-148.2198, 61.7575, -148.2198, 61.7575]}, {"id": "4662", "type": "Feature", "properties": {"id": "us2000al86", "mag": 5.0, "time": 1505268098300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5276, 15.1558, 14.07]}, "bbox": [-94.5276, 15.1558, -94.5276, 15.1558]}, {"id": "4663", "type": "Feature", "properties": {"id": "mb80254989", "mag": 1.38, "time": 1505267929610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540667, 46.872333, 11.48]}, "bbox": [-112.540667, 46.872333, -112.540667, 46.872333]}, {"id": "4664", "type": "Feature", "properties": {"id": "mb80254984", "mag": 0.99, "time": 1505267728460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5535, 46.8885, 10.76]}, "bbox": [-112.5535, 46.8885, -112.5535, 46.8885]}, {"id": "4665", "type": "Feature", "properties": {"id": "ak16821934", "mag": 1.1, "time": 1505267091152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2406, 64.8451, 3.5]}, "bbox": [-151.2406, 64.8451, -151.2406, 64.8451]}, {"id": "4666", "type": "Feature", "properties": {"id": "nc72891516", "mag": 1.94, "time": 1505266613010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.366833, 40.4805, 29.25]}, "bbox": [-123.366833, 40.4805, -123.366833, 40.4805]}, {"id": "4667", "type": "Feature", "properties": {"id": "pr2017256001", "mag": 3.05, "time": 1505266581450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5053, 19.0955, 25.0]}, "bbox": [-66.5053, 19.0955, -66.5053, 19.0955]}, {"id": "4668", "type": "Feature", "properties": {"id": "ci37761639", "mag": 2.16, "time": 1505265949130, "felt": 80.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768667, 33.774833, 2.9]}, "bbox": [-117.768667, 33.774833, -117.768667, 33.774833]}, {"id": "4669", "type": "Feature", "properties": {"id": "ak16821933", "mag": 1.0, "time": 1505265920217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4031, 60.2216, 0.0]}, "bbox": [-141.4031, 60.2216, -141.4031, 60.2216]}, {"id": "4670", "type": "Feature", "properties": {"id": "ci37761631", "mag": 1.35, "time": 1505265794450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.333667, 32.933167, 11.47]}, "bbox": [-116.333667, 32.933167, -116.333667, 32.933167]}, {"id": "4671", "type": "Feature", "properties": {"id": "ak16821931", "mag": 1.3, "time": 1505265469603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5511, 61.3707, 12.3]}, "bbox": [-147.5511, 61.3707, -147.5511, 61.3707]}, {"id": "4672", "type": "Feature", "properties": {"id": "us2000al7y", "mag": 4.1, "time": 1505265414270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4234, 15.3254, 35.74]}, "bbox": [-94.4234, 15.3254, -94.4234, 15.3254]}, {"id": "4673", "type": "Feature", "properties": {"id": "ak16821926", "mag": 2.1, "time": 1505265047390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5313, 60.6712, 14.9]}, "bbox": [-146.5313, 60.6712, -146.5313, 60.6712]}, {"id": "4674", "type": "Feature", "properties": {"id": "ak16821924", "mag": 1.7, "time": 1505264772966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5006, 65.2775, 11.4]}, "bbox": [-158.5006, 65.2775, -158.5006, 65.2775]}, {"id": "4675", "type": "Feature", "properties": {"id": "us2000al7s", "mag": 4.1, "time": 1505263876510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.3188, 15.5954, 29.98]}, "bbox": [-95.3188, 15.5954, -95.3188, 15.5954]}, {"id": "4676", "type": "Feature", "properties": {"id": "hv61906111", "mag": 1.46, "time": 1505262900730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.538167, 19.256333, 8.429]}, "bbox": [-155.538167, 19.256333, -155.538167, 19.256333]}, {"id": "4677", "type": "Feature", "properties": {"id": "nc72891421", "mag": 1.92, "time": 1505262602400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.273167, 36.148167, 8.47]}, "bbox": [-120.273167, 36.148167, -120.273167, 36.148167]}, {"id": "4678", "type": "Feature", "properties": {"id": "hv61906101", "mag": 2.02, "time": 1505262046800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.276672, 19.404333, 0.19]}, "bbox": [-155.276672, 19.404333, -155.276672, 19.404333]}, {"id": "4679", "type": "Feature", "properties": {"id": "nc72891406", "mag": 1.7, "time": 1505261981400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.865667, 36.439667, 6.7]}, "bbox": [-120.865667, 36.439667, -120.865667, 36.439667]}, {"id": "4680", "type": "Feature", "properties": {"id": "us2000al7a", "mag": 3.9, "time": 1505261942310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.399, 14.9659, 29.81]}, "bbox": [-94.399, 14.9659, -94.399, 14.9659]}, {"id": "4681", "type": "Feature", "properties": {"id": "hv61906081", "mag": 1.94, "time": 1505261244650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.535, 19.849, 23.752]}, "bbox": [-155.535, 19.849, -155.535, 19.849]}, {"id": "4682", "type": "Feature", "properties": {"id": "ci37761535", "mag": 1.56, "time": 1505261179000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165833, 34.0375, 5.82]}, "bbox": [-117.165833, 34.0375, -117.165833, 34.0375]}, {"id": "4683", "type": "Feature", "properties": {"id": "ak16850793", "mag": 2.2, "time": 1505260675964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4757, 53.3828, 38.3]}, "bbox": [-164.4757, 53.3828, -164.4757, 53.3828]}, {"id": "4684", "type": "Feature", "properties": {"id": "ak16821817", "mag": 1.0, "time": 1505258496556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.5762, 67.0334, 2.1]}, "bbox": [-144.5762, 67.0334, -144.5762, 67.0334]}, {"id": "4685", "type": "Feature", "properties": {"id": "uw61306902", "mag": 1.1, "time": 1505258286020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.374667, 45.693833, -0.9]}, "bbox": [-122.374667, 45.693833, -122.374667, 45.693833]}, {"id": "4686", "type": "Feature", "properties": {"id": "us2000al6d", "mag": 4.9, "time": 1505257835180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4621, 58.0975, 10.0]}, "bbox": [-32.4621, 58.0975, -32.4621, 58.0975]}, {"id": "4687", "type": "Feature", "properties": {"id": "ci37761503", "mag": 1.49, "time": 1505257449290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.675833, 35.043, -0.82]}, "bbox": [-117.675833, 35.043, -117.675833, 35.043]}, {"id": "4688", "type": "Feature", "properties": {"id": "ak16821811", "mag": 1.3, "time": 1505256864247, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3463, 64.994, 0.0]}, "bbox": [-147.3463, 64.994, -147.3463, 64.994]}, {"id": "4689", "type": "Feature", "properties": {"id": "hv61905981", "mag": 1.81, "time": 1505256516770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.543333, 19.851167, 24.833]}, "bbox": [-155.543333, 19.851167, -155.543333, 19.851167]}, {"id": "4690", "type": "Feature", "properties": {"id": "ak16821806", "mag": 2.7, "time": 1505256286618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4621, 65.79, 5.3]}, "bbox": [-164.4621, 65.79, -164.4621, 65.79]}, {"id": "4691", "type": "Feature", "properties": {"id": "ak16821804", "mag": 1.5, "time": 1505255958164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3411, 61.6898, 7.2]}, "bbox": [-148.3411, 61.6898, -148.3411, 61.6898]}, {"id": "4692", "type": "Feature", "properties": {"id": "us2000al5m", "mag": 4.0, "time": 1505255324930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8843, -20.2485, 15.05]}, "bbox": [-70.8843, -20.2485, -70.8843, -20.2485]}, {"id": "4693", "type": "Feature", "properties": {"id": "us2000al5h", "mag": 4.8, "time": 1505254407650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.3543, 58.0241, 10.0]}, "bbox": [-32.3543, 58.0241, -32.3543, 58.0241]}, {"id": "4694", "type": "Feature", "properties": {"id": "nc72891326", "mag": 1.22, "time": 1505251854350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794833, 38.819333, 2.91]}, "bbox": [-122.794833, 38.819333, -122.794833, 38.819333]}, {"id": "4695", "type": "Feature", "properties": {"id": "ci37761407", "mag": 1.17, "time": 1505251524970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.193167, 34.9985, -0.8]}, "bbox": [-118.193167, 34.9985, -118.193167, 34.9985]}, {"id": "4696", "type": "Feature", "properties": {"id": "us2000al44", "mag": 4.6, "time": 1505250860230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4259, 58.0753, 10.0]}, "bbox": [-32.4259, 58.0753, -32.4259, 58.0753]}, {"id": "4697", "type": "Feature", "properties": {"id": "ak16821734", "mag": 1.5, "time": 1505250673775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.907, 60.3564, 8.9]}, "bbox": [-141.907, 60.3564, -141.907, 60.3564]}, {"id": "4698", "type": "Feature", "properties": {"id": "us2000al3g", "mag": 4.9, "time": 1505250247360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4208, 58.165, 10.0]}, "bbox": [-32.4208, 58.165, -32.4208, 58.165]}, {"id": "4699", "type": "Feature", "properties": {"id": "nc72891306", "mag": 1.1, "time": 1505250244890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.604167, 3.81]}, "bbox": [-118.819333, 37.604167, -118.819333, 37.604167]}, {"id": "4700", "type": "Feature", "properties": {"id": "ci37761383", "mag": 1.74, "time": 1505250166450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.805333, 33.691833, 15.39]}, "bbox": [-116.805333, 33.691833, -116.805333, 33.691833]}, {"id": "4701", "type": "Feature", "properties": {"id": "ci37761375", "mag": 1.49, "time": 1505248746150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3685, 33.956333, 12.98]}, "bbox": [-118.3685, 33.956333, -118.3685, 33.956333]}, {"id": "4702", "type": "Feature", "properties": {"id": "ci37761367", "mag": 1.03, "time": 1505248730160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.575167, 33.465333, 9.81]}, "bbox": [-116.575167, 33.465333, -116.575167, 33.465333]}, {"id": "4703", "type": "Feature", "properties": {"id": "us2000al2x", "mag": 4.8, "time": 1505248700330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.19, -15.0799, 144.26]}, "bbox": [-174.19, -15.0799, -174.19, -15.0799]}, {"id": "4704", "type": "Feature", "properties": {"id": "nc72891286", "mag": 2.07, "time": 1505247727770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 39.603833, -0.21]}, "bbox": [-121.5795, 39.603833, -121.5795, 39.603833]}, {"id": "4705", "type": "Feature", "properties": {"id": "ak16821575", "mag": 1.5, "time": 1505247191039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9811, 64.7032, 15.8]}, "bbox": [-148.9811, 64.7032, -148.9811, 64.7032]}, {"id": "4706", "type": "Feature", "properties": {"id": "us2000al1n", "mag": 2.7, "time": 1505247025290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3683, 36.7446, 14.63]}, "bbox": [-98.3683, 36.7446, -98.3683, 36.7446]}, {"id": "4707", "type": "Feature", "properties": {"id": "nc72891281", "mag": 1.59, "time": 1505246933110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.839, 2.11]}, "bbox": [-122.827333, 38.839, -122.827333, 38.839]}, {"id": "4708", "type": "Feature", "properties": {"id": "us2000al1t", "mag": 4.3, "time": 1505246854930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4239, 15.7169, 52.92]}, "bbox": [-94.4239, 15.7169, -94.4239, 15.7169]}, {"id": "4709", "type": "Feature", "properties": {"id": "nc72891276", "mag": 1.98, "time": 1505246713670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.876833, 37.8095, 14.44]}, "bbox": [-121.876833, 37.8095, -121.876833, 37.8095]}, {"id": "4710", "type": "Feature", "properties": {"id": "ak16850781", "mag": 1.8, "time": 1505246486363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5902, 57.2026, 44.2]}, "bbox": [-154.5902, 57.2026, -154.5902, 57.2026]}, {"id": "4711", "type": "Feature", "properties": {"id": "ci37761335", "mag": 0.96, "time": 1505246263650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.759333, 33.8575, 5.49]}, "bbox": [-117.759333, 33.8575, -117.759333, 33.8575]}, {"id": "4712", "type": "Feature", "properties": {"id": "ci37761319", "mag": 2.18, "time": 1505245563030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.385, 32.3285, 10.39]}, "bbox": [-115.385, 32.3285, -115.385, 32.3285]}, {"id": "4713", "type": "Feature", "properties": {"id": "ak16850780", "mag": 3.0, "time": 1505245054736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5817, 52.3665, 32.8]}, "bbox": [-170.5817, 52.3665, -170.5817, 52.3665]}, {"id": "4714", "type": "Feature", "properties": {"id": "ak16821568", "mag": 1.3, "time": 1505244764083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4179, 63.5705, 4.4]}, "bbox": [-147.4179, 63.5705, -147.4179, 63.5705]}, {"id": "4715", "type": "Feature", "properties": {"id": "nc72891271", "mag": 2.16, "time": 1505244492580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.146667, 40.211833, 2.94]}, "bbox": [-121.146667, 40.211833, -121.146667, 40.211833]}, {"id": "4716", "type": "Feature", "properties": {"id": "nc72891266", "mag": 1.1, "time": 1505244145950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.875667, 38.839667, 2.2]}, "bbox": [-122.875667, 38.839667, -122.875667, 38.839667]}, {"id": "4717", "type": "Feature", "properties": {"id": "us2000al0z", "mag": 4.4, "time": 1505243754080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7715, -21.9227, 347.97]}, "bbox": [-177.7715, -21.9227, -177.7715, -21.9227]}, {"id": "4718", "type": "Feature", "properties": {"id": "ak16821516", "mag": 1.4, "time": 1505243650979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5267, 60.0018, 0.0]}, "bbox": [-139.5267, 60.0018, -139.5267, 60.0018]}, {"id": "4719", "type": "Feature", "properties": {"id": "ak16821564", "mag": 1.6, "time": 1505243467122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2171, 59.7927, 8.0]}, "bbox": [-159.2171, 59.7927, -159.2171, 59.7927]}, {"id": "4720", "type": "Feature", "properties": {"id": "us2000akzt", "mag": 4.7, "time": 1505243351270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.2455, 58.0337, 10.0]}, "bbox": [-32.2455, 58.0337, -32.2455, 58.0337]}, {"id": "4721", "type": "Feature", "properties": {"id": "us2000akzf", "mag": 4.3, "time": 1505243172030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6417, 15.6677, 51.24]}, "bbox": [-94.6417, 15.6677, -94.6417, 15.6677]}, {"id": "4722", "type": "Feature", "properties": {"id": "us2000akyq", "mag": 4.4, "time": 1505241724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 16.3622, 66.45]}, "bbox": [-94.9743, 16.3622, -94.9743, 16.3622]}, {"id": "4723", "type": "Feature", "properties": {"id": "nc72891231", "mag": 1.19, "time": 1505241397800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.244667, 39.3805, 3.22]}, "bbox": [-123.244667, 39.3805, -123.244667, 39.3805]}, {"id": "4724", "type": "Feature", "properties": {"id": "us2000akyh", "mag": 4.4, "time": 1505241368140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5996, 15.3334, 74.72]}, "bbox": [-93.5996, 15.3334, -93.5996, 15.3334]}, {"id": "4725", "type": "Feature", "properties": {"id": "us2000aky8", "mag": 4.6, "time": 1505240973270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0643, 15.2212, 44.65]}, "bbox": [-94.0643, 15.2212, -94.0643, 15.2212]}, {"id": "4726", "type": "Feature", "properties": {"id": "ak16850775", "mag": 1.7, "time": 1505240703529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2159, 59.366, 81.6]}, "bbox": [-153.2159, 59.366, -153.2159, 59.366]}, {"id": "4727", "type": "Feature", "properties": {"id": "us2000akxq", "mag": 2.8, "time": 1505240585080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4572, 42.5165, 8.78]}, "bbox": [-111.4572, 42.5165, -111.4572, 42.5165]}, {"id": "4728", "type": "Feature", "properties": {"id": "ak16821457", "mag": 1.1, "time": 1505238948365, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1631, 60.0754, 0.0]}, "bbox": [-141.1631, 60.0754, -141.1631, 60.0754]}, {"id": "4729", "type": "Feature", "properties": {"id": "ak16850772", "mag": 1.0, "time": 1505238898070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2683, 61.5446, 35.4]}, "bbox": [-146.2683, 61.5446, -146.2683, 61.5446]}, {"id": "4730", "type": "Feature", "properties": {"id": "hv61905641", "mag": 2.1, "time": 1505238187460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.247667, 19.393167, 36.582]}, "bbox": [-155.247667, 19.393167, -155.247667, 19.393167]}, {"id": "4731", "type": "Feature", "properties": {"id": "us2000aq68", "mag": 2.8, "time": 1505237765880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.9785, 55.7766, 56.2]}, "bbox": [-158.9785, 55.7766, -158.9785, 55.7766]}, {"id": "4732", "type": "Feature", "properties": {"id": "us2000akwr", "mag": 4.3, "time": 1505237620800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.6779, -5.2108, 218.06]}, "bbox": [129.6779, -5.2108, 129.6779, -5.2108]}, {"id": "4733", "type": "Feature", "properties": {"id": "ak16821449", "mag": 2.3, "time": 1505236529463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4402, 53.5209, 13.2]}, "bbox": [-167.4402, 53.5209, -167.4402, 53.5209]}, {"id": "4734", "type": "Feature", "properties": {"id": "ak16821379", "mag": 2.4, "time": 1505235536293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4636, 60.5717, 9.3]}, "bbox": [-148.4636, 60.5717, -148.4636, 60.5717]}, {"id": "4735", "type": "Feature", "properties": {"id": "us2000akvp", "mag": 4.5, "time": 1505235493410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2449, 15.2798, 73.2]}, "bbox": [-93.2449, 15.2798, -93.2449, 15.2798]}, {"id": "4736", "type": "Feature", "properties": {"id": "us2000aq63", "mag": 3.1, "time": 1505235473870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.5043, 53.6304, 25.8]}, "bbox": [-167.5043, 53.6304, -167.5043, 53.6304]}, {"id": "4737", "type": "Feature", "properties": {"id": "ak16821334", "mag": 1.0, "time": 1505235138364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7095, 60.5946, 14.1]}, "bbox": [-142.7095, 60.5946, -142.7095, 60.5946]}, {"id": "4738", "type": "Feature", "properties": {"id": "nc72891191", "mag": 1.63, "time": 1505235102110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.444167, 37.384167, 12.11]}, "bbox": [-118.444167, 37.384167, -118.444167, 37.384167]}, {"id": "4739", "type": "Feature", "properties": {"id": "us2000akwm", "mag": 4.6, "time": 1505234310180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-58.4081, 13.9047, 20.6]}, "bbox": [-58.4081, 13.9047, -58.4081, 13.9047]}, {"id": "4740", "type": "Feature", "properties": {"id": "ak16821326", "mag": 1.9, "time": 1505234239386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7021, 63.9919, 0.0]}, "bbox": [-148.7021, 63.9919, -148.7021, 63.9919]}, {"id": "4741", "type": "Feature", "properties": {"id": "ci37761199", "mag": 1.12, "time": 1505233979950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.139333, 35.857167, 3.42]}, "bbox": [-116.139333, 35.857167, -116.139333, 35.857167]}, {"id": "4742", "type": "Feature", "properties": {"id": "ak16821324", "mag": 1.0, "time": 1505233378354, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8118, 65.9855, 3.7]}, "bbox": [-151.8118, 65.9855, -151.8118, 65.9855]}, {"id": "4743", "type": "Feature", "properties": {"id": "ak16821323", "mag": 2.3, "time": 1505232589454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3915, 52.0051, 11.7]}, "bbox": [-176.3915, 52.0051, -176.3915, 52.0051]}, {"id": "4744", "type": "Feature", "properties": {"id": "nc72891166", "mag": 1.17, "time": 1505232534860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.976167, 37.596833, 8.18]}, "bbox": [-121.976167, 37.596833, -121.976167, 37.596833]}, {"id": "4745", "type": "Feature", "properties": {"id": "us2000akua", "mag": 4.5, "time": 1505231911880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.3156, -7.5665, 115.97]}, "bbox": [129.3156, -7.5665, 129.3156, -7.5665]}, {"id": "4746", "type": "Feature", "properties": {"id": "ci37761183", "mag": 1.38, "time": 1505231682740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.031667, 33.866, 11.4]}, "bbox": [-117.031667, 33.866, -117.031667, 33.866]}, {"id": "4747", "type": "Feature", "properties": {"id": "nc72891131", "mag": 1.13, "time": 1505231490780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605, 4.21]}, "bbox": [-118.821167, 37.605, -118.821167, 37.605]}, {"id": "4748", "type": "Feature", "properties": {"id": "us2000aq60", "mag": 3.4, "time": 1505230949090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.7818, 52.0274, 61.84]}, "bbox": [-171.7818, 52.0274, -171.7818, 52.0274]}, {"id": "4749", "type": "Feature", "properties": {"id": "us2000akty", "mag": 4.1, "time": 1505230831380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0909, 55.1751, 22.8]}, "bbox": [-157.0909, 55.1751, -157.0909, 55.1751]}, {"id": "4750", "type": "Feature", "properties": {"id": "us2000asax", "mag": 4.2, "time": 1505230532990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.919, -24.5557, 553.9]}, "bbox": [-179.919, -24.5557, -179.919, -24.5557]}, {"id": "4751", "type": "Feature", "properties": {"id": "us2000aktu", "mag": 5.0, "time": 1505230101200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9204, 15.0356, 34.73]}, "bbox": [-93.9204, 15.0356, -93.9204, 15.0356]}, {"id": "4752", "type": "Feature", "properties": {"id": "ci37761159", "mag": 0.99, "time": 1505229927560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794, 33.505667, 4.44]}, "bbox": [-116.794, 33.505667, -116.794, 33.505667]}, {"id": "4753", "type": "Feature", "properties": {"id": "us2000akts", "mag": 4.4, "time": 1505229916500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4589, 15.8693, 40.82]}, "bbox": [-94.4589, 15.8693, -94.4589, 15.8693]}, {"id": "4754", "type": "Feature", "properties": {"id": "ak16850759", "mag": 2.0, "time": 1505229684203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4729, 57.3614, 66.0]}, "bbox": [-155.4729, 57.3614, -155.4729, 57.3614]}, {"id": "4755", "type": "Feature", "properties": {"id": "us2000asau", "mag": 4.5, "time": 1505228968140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.2892, -30.4261, 12.38]}, "bbox": [-177.2892, -30.4261, -177.2892, -30.4261]}, {"id": "4756", "type": "Feature", "properties": {"id": "us2000akt9", "mag": 4.7, "time": 1505227714260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.6472, -14.1046, 43.3]}, "bbox": [167.6472, -14.1046, 167.6472, -14.1046]}, {"id": "4757", "type": "Feature", "properties": {"id": "ak16821264", "mag": 1.4, "time": 1505227661290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5591, 61.6356, 28.9]}, "bbox": [-149.5591, 61.6356, -149.5591, 61.6356]}, {"id": "4758", "type": "Feature", "properties": {"id": "ak16821262", "mag": 1.8, "time": 1505227098718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5176, 60.4846, 107.4]}, "bbox": [-152.5176, 60.4846, -152.5176, 60.4846]}, {"id": "4759", "type": "Feature", "properties": {"id": "pr2017255006", "mag": 3.11, "time": 1505226988680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8866, 18.066, 112.0]}, "bbox": [-67.8866, 18.066, -67.8866, 18.066]}, {"id": "4760", "type": "Feature", "properties": {"id": "ak16821260", "mag": 1.3, "time": 1505226855029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.482, 62.559, 83.4]}, "bbox": [-151.482, 62.559, -151.482, 62.559]}, {"id": "4761", "type": "Feature", "properties": {"id": "ci37761111", "mag": 1.33, "time": 1505226544460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166, 34.036, 5.82]}, "bbox": [-117.166, 34.036, -117.166, 34.036]}, {"id": "4762", "type": "Feature", "properties": {"id": "nc72891096", "mag": 1.34, "time": 1505226449930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7255, 38.788667, 1.77]}, "bbox": [-122.7255, 38.788667, -122.7255, 38.788667]}, {"id": "4763", "type": "Feature", "properties": {"id": "ak16850755", "mag": 1.5, "time": 1505226255965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5898, 60.4951, 99.5]}, "bbox": [-152.5898, 60.4951, -152.5898, 60.4951]}, {"id": "4764", "type": "Feature", "properties": {"id": "uu60244417", "mag": 1.65, "time": 1505226014340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.334667, 44.621667, 2.11]}, "bbox": [-110.334667, 44.621667, -110.334667, 44.621667]}, {"id": "4765", "type": "Feature", "properties": {"id": "us2000aq5x", "mag": 3.1, "time": 1505225597950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.3403, 52.1694, 67.96]}, "bbox": [-171.3403, 52.1694, -171.3403, 52.1694]}, {"id": "4766", "type": "Feature", "properties": {"id": "uu60244407", "mag": 1.34, "time": 1505225495130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.467, 42.663667, 3.54]}, "bbox": [-111.467, 42.663667, -111.467, 42.663667]}, {"id": "4767", "type": "Feature", "properties": {"id": "ak16821259", "mag": 1.2, "time": 1505225438730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3559, 60.1768, 0.0]}, "bbox": [-141.3559, 60.1768, -141.3559, 60.1768]}, {"id": "4768", "type": "Feature", "properties": {"id": "ak16821258", "mag": 1.2, "time": 1505225170339, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1399, 60.3035, 0.0]}, "bbox": [-141.1399, 60.3035, -141.1399, 60.3035]}, {"id": "4769", "type": "Feature", "properties": {"id": "ak16821221", "mag": 1.0, "time": 1505223846302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7846, 53.7799, 6.7]}, "bbox": [-166.7846, 53.7799, -166.7846, 53.7799]}, {"id": "4770", "type": "Feature", "properties": {"id": "ak16821217", "mag": 1.4, "time": 1505223357390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7209, 60.3452, 65.8]}, "bbox": [-151.7209, 60.3452, -151.7209, 60.3452]}, {"id": "4771", "type": "Feature", "properties": {"id": "hv61905526", "mag": 1.72, "time": 1505223290340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.929167, 19.870667, 12.697]}, "bbox": [-155.929167, 19.870667, -155.929167, 19.870667]}, {"id": "4772", "type": "Feature", "properties": {"id": "ak16821215", "mag": 1.4, "time": 1505223177976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.314, 60.1844, 0.0]}, "bbox": [-141.314, 60.1844, -141.314, 60.1844]}, {"id": "4773", "type": "Feature", "properties": {"id": "uu60244352", "mag": 2.41, "time": 1505222826990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443167, 42.595, 3.5]}, "bbox": [-111.443167, 42.595, -111.443167, 42.595]}, {"id": "4774", "type": "Feature", "properties": {"id": "ak16821210", "mag": 1.0, "time": 1505222200792, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0089, 61.3182, 28.6]}, "bbox": [-146.0089, 61.3182, -146.0089, 61.3182]}, {"id": "4775", "type": "Feature", "properties": {"id": "us2000akri", "mag": 2.9, "time": 1505221931200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9201, 36.2062, 6.163]}, "bbox": [-98.9201, 36.2062, -98.9201, 36.2062]}, {"id": "4776", "type": "Feature", "properties": {"id": "ak16821207", "mag": 2.0, "time": 1505221802809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9996, 62.229, 72.4]}, "bbox": [-150.9996, 62.229, -150.9996, 62.229]}, {"id": "4777", "type": "Feature", "properties": {"id": "us2000akrz", "mag": 2.5, "time": 1505220235620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5432, 46.8852, 12.06]}, "bbox": [-112.5432, 46.8852, -112.5432, 46.8852]}, {"id": "4778", "type": "Feature", "properties": {"id": "ak16821169", "mag": 1.1, "time": 1505219786301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9544, 67.3188, 9.6]}, "bbox": [-147.9544, 67.3188, -147.9544, 67.3188]}, {"id": "4779", "type": "Feature", "properties": {"id": "ak16821166", "mag": 1.0, "time": 1505219272070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.0159, 59.8987, 11.0]}, "bbox": [-141.0159, 59.8987, -141.0159, 59.8987]}, {"id": "4780", "type": "Feature", "properties": {"id": "nc72891076", "mag": 1.16, "time": 1505219059140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.602667, 4.12]}, "bbox": [-118.820667, 37.602667, -118.820667, 37.602667]}, {"id": "4781", "type": "Feature", "properties": {"id": "ci37761079", "mag": 1.06, "time": 1505218941580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.819667, 33.71, 15.77]}, "bbox": [-116.819667, 33.71, -116.819667, 33.71]}, {"id": "4782", "type": "Feature", "properties": {"id": "ak16850742", "mag": 2.4, "time": 1505218654701, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4252, 51.6857, 14.4]}, "bbox": [-178.4252, 51.6857, -178.4252, 51.6857]}, {"id": "4783", "type": "Feature", "properties": {"id": "ak16821165", "mag": 1.0, "time": 1505218329490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4876, 60.0043, 0.0]}, "bbox": [-139.4876, 60.0043, -139.4876, 60.0043]}, {"id": "4784", "type": "Feature", "properties": {"id": "ak16821163", "mag": 1.3, "time": 1505217760897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4102, 62.0418, 78.9]}, "bbox": [-151.4102, 62.0418, -151.4102, 62.0418]}, {"id": "4785", "type": "Feature", "properties": {"id": "nc72891061", "mag": 0.96, "time": 1505217348960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.826333, 37.602833, 3.87]}, "bbox": [-118.826333, 37.602833, -118.826333, 37.602833]}, {"id": "4786", "type": "Feature", "properties": {"id": "ak16821126", "mag": 1.3, "time": 1505216937519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1452, 62.8895, 56.9]}, "bbox": [-148.1452, 62.8895, -148.1452, 62.8895]}, {"id": "4787", "type": "Feature", "properties": {"id": "ak16821125", "mag": 1.1, "time": 1505216743699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6326, 60.2201, 0.0]}, "bbox": [-141.6326, 60.2201, -141.6326, 60.2201]}, {"id": "4788", "type": "Feature", "properties": {"id": "ak16821120", "mag": 1.7, "time": 1505216018269, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0049, 60.6518, 14.8]}, "bbox": [-148.0049, 60.6518, -148.0049, 60.6518]}, {"id": "4789", "type": "Feature", "properties": {"id": "ak16821119", "mag": 1.5, "time": 1505215652902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8093, 53.7706, 8.0]}, "bbox": [-166.8093, 53.7706, -166.8093, 53.7706]}, {"id": "4790", "type": "Feature", "properties": {"id": "us2000akpn", "mag": 4.7, "time": 1505215606400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.7514, 27.9618, 35.0]}, "bbox": [101.7514, 27.9618, 101.7514, 27.9618]}, {"id": "4791", "type": "Feature", "properties": {"id": "ak16850734", "mag": 1.1, "time": 1505215354092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0512, 61.2674, 7.5]}, "bbox": [-147.0512, 61.2674, -147.0512, 61.2674]}, {"id": "4792", "type": "Feature", "properties": {"id": "us2000akpc", "mag": 4.2, "time": 1505214378050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8032, 16.1985, 37.2]}, "bbox": [-94.8032, 16.1985, -94.8032, 16.1985]}, {"id": "4793", "type": "Feature", "properties": {"id": "uu60244277", "mag": 1.7, "time": 1505214238510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.430167, 38.334333, 2.58]}, "bbox": [-112.430167, 38.334333, -112.430167, 38.334333]}, {"id": "4794", "type": "Feature", "properties": {"id": "ak16821114", "mag": 1.9, "time": 1505213809149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8883, 61.2794, 95.0]}, "bbox": [-151.8883, 61.2794, -151.8883, 61.2794]}, {"id": "4795", "type": "Feature", "properties": {"id": "nc72891031", "mag": 1.31, "time": 1505213535320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.861167, 37.426667, 3.97]}, "bbox": [-118.861167, 37.426667, -118.861167, 37.426667]}, {"id": "4796", "type": "Feature", "properties": {"id": "uu60244252", "mag": 1.02, "time": 1505213356870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.007333, 44.7855, 7.95]}, "bbox": [-111.007333, 44.7855, -111.007333, 44.7855]}, {"id": "4797", "type": "Feature", "properties": {"id": "ak16821079", "mag": 1.4, "time": 1505212565937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7135, 59.8217, 2.0]}, "bbox": [-136.7135, 59.8217, -136.7135, 59.8217]}, {"id": "4798", "type": "Feature", "properties": {"id": "nc72891026", "mag": 1.86, "time": 1505212446760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 35.832333, 9.72]}, "bbox": [-119.801833, 35.832333, -119.801833, 35.832333]}, {"id": "4799", "type": "Feature", "properties": {"id": "uw61306757", "mag": 1.64, "time": 1505211458410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.728833, 46.841667, -2.2]}, "bbox": [-121.728833, 46.841667, -121.728833, 46.841667]}, {"id": "4800", "type": "Feature", "properties": {"id": "ak16821074", "mag": 1.9, "time": 1505210888686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7981, 61.0848, 49.4]}, "bbox": [-150.7981, 61.0848, -150.7981, 61.0848]}, {"id": "4801", "type": "Feature", "properties": {"id": "ci37761007", "mag": 0.97, "time": 1505210308130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.34, 33.3915, 3.45]}, "bbox": [-116.34, 33.3915, -116.34, 33.3915]}, {"id": "4802", "type": "Feature", "properties": {"id": "ak16821073", "mag": 1.0, "time": 1505210226661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8733, 61.5592, 31.2]}, "bbox": [-148.8733, 61.5592, -148.8733, 61.5592]}, {"id": "4803", "type": "Feature", "properties": {"id": "us2000aknn", "mag": 4.7, "time": 1505209925680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.31, -20.0675, 10.0]}, "bbox": [-173.31, -20.0675, -173.31, -20.0675]}, {"id": "4804", "type": "Feature", "properties": {"id": "ak16850728", "mag": 1.6, "time": 1505209600286, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4588, 61.074, 107.6]}, "bbox": [-152.4588, 61.074, -152.4588, 61.074]}, {"id": "4805", "type": "Feature", "properties": {"id": "uu60244207", "mag": 2.1, "time": 1505209143550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.465333, 42.608333, 2.53]}, "bbox": [-111.465333, 42.608333, -111.465333, 42.608333]}, {"id": "4806", "type": "Feature", "properties": {"id": "ak16850727", "mag": 1.6, "time": 1505208401509, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2489, 60.3172, 132.5]}, "bbox": [-153.2489, 60.3172, -153.2489, 60.3172]}, {"id": "4807", "type": "Feature", "properties": {"id": "ak16821071", "mag": 1.7, "time": 1505208310612, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6819, 58.4203, 78.0]}, "bbox": [-153.6819, 58.4203, -153.6819, 58.4203]}, {"id": "4808", "type": "Feature", "properties": {"id": "us2000aknb", "mag": 4.4, "time": 1505208006490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7329, 15.7927, 47.14]}, "bbox": [-94.7329, 15.7927, -94.7329, 15.7927]}, {"id": "4809", "type": "Feature", "properties": {"id": "ak16821038", "mag": 1.4, "time": 1505207062279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7269, 62.2754, 47.5]}, "bbox": [-149.7269, 62.2754, -149.7269, 62.2754]}, {"id": "4810", "type": "Feature", "properties": {"id": "pr2017255004", "mag": 3.01, "time": 1505207032870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.6503, 18.1753, 12.0]}, "bbox": [-67.6503, 18.1753, -67.6503, 18.1753]}, {"id": "4811", "type": "Feature", "properties": {"id": "ak16821031", "mag": 2.4, "time": 1505206694908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4161, 60.188, 103.5]}, "bbox": [-152.4161, 60.188, -152.4161, 60.188]}, {"id": "4812", "type": "Feature", "properties": {"id": "hv61905311", "mag": 2.02, "time": 1505206056030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.975333, 19.557, 44.801]}, "bbox": [-155.975333, 19.557, -155.975333, 19.557]}, {"id": "4813", "type": "Feature", "properties": {"id": "ak16821027", "mag": 2.1, "time": 1505205093842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4164, 57.0134, 65.4]}, "bbox": [-155.4164, 57.0134, -155.4164, 57.0134]}, {"id": "4814", "type": "Feature", "properties": {"id": "us2000aq5l", "mag": 3.0, "time": 1505204765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2778, 52.1101, 228.97]}, "bbox": [-174.2778, 52.1101, -174.2778, 52.1101]}, {"id": "4815", "type": "Feature", "properties": {"id": "nm60179282", "mag": 1.12, "time": 1505204172200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.554167, 36.472, 8.99]}, "bbox": [-89.554167, 36.472, -89.554167, 36.472]}, {"id": "4816", "type": "Feature", "properties": {"id": "us2000asam", "mag": 4.1, "time": 1505203793240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.4651, -4.9334, 167.53]}, "bbox": [147.4651, -4.9334, 147.4651, -4.9334]}, {"id": "4817", "type": "Feature", "properties": {"id": "ak16821023", "mag": 1.4, "time": 1505203680731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1732, 61.3766, 3.5]}, "bbox": [-140.1732, 61.3766, -140.1732, 61.3766]}, {"id": "4818", "type": "Feature", "properties": {"id": "us2000aq5k", "mag": 2.8, "time": 1505203540370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5128, 54.8119, 22.77]}, "bbox": [-159.5128, 54.8119, -159.5128, 54.8119]}, {"id": "4819", "type": "Feature", "properties": {"id": "ci37760911", "mag": 1.29, "time": 1505202683830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019667, 34.347833, 1.32]}, "bbox": [-117.019667, 34.347833, -117.019667, 34.347833]}, {"id": "4820", "type": "Feature", "properties": {"id": "ak16821022", "mag": 1.1, "time": 1505201992117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4302, 65.4772, 14.3]}, "bbox": [-153.4302, 65.4772, -153.4302, 65.4772]}, {"id": "4821", "type": "Feature", "properties": {"id": "us2000aq5j", "mag": 3.4, "time": 1505201513110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.335, 52.1151, 36.52]}, "bbox": [-169.335, 52.1151, -169.335, 52.1151]}, {"id": "4822", "type": "Feature", "properties": {"id": "nn00604832", "mag": 1.5, "time": 1505201175706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.919, 38.3871, 7.2]}, "bbox": [-118.919, 38.3871, -118.919, 38.3871]}, {"id": "4823", "type": "Feature", "properties": {"id": "ak16821017", "mag": 1.4, "time": 1505201121331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8746, 64.7668, 2.4]}, "bbox": [-139.8746, 64.7668, -139.8746, 64.7668]}, {"id": "4824", "type": "Feature", "properties": {"id": "us2000akm6", "mag": 4.0, "time": 1505200774070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6261, 15.7276, 39.07]}, "bbox": [-94.6261, 15.7276, -94.6261, 15.7276]}, {"id": "4825", "type": "Feature", "properties": {"id": "ak16821016", "mag": 1.1, "time": 1505200723657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6326, 59.9341, 17.0]}, "bbox": [-140.6326, 59.9341, -140.6326, 59.9341]}, {"id": "4826", "type": "Feature", "properties": {"id": "nc72890911", "mag": 1.14, "time": 1505200493800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502, -0.69]}, "bbox": [-118.835833, 37.502, -118.835833, 37.502]}, {"id": "4827", "type": "Feature", "properties": {"id": "pr2017255005", "mag": 3.62, "time": 1505200390090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7348, 17.4213, 58.0]}, "bbox": [-68.7348, 17.4213, -68.7348, 17.4213]}, {"id": "4828", "type": "Feature", "properties": {"id": "us2000asal", "mag": 4.5, "time": 1505200235050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9237, -40.6778, 35.49]}, "bbox": [175.9237, -40.6778, 175.9237, -40.6778]}, {"id": "4829", "type": "Feature", "properties": {"id": "ak16821015", "mag": 1.0, "time": 1505200050481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0733, 62.8571, 78.1]}, "bbox": [-150.0733, 62.8571, -150.0733, 62.8571]}, {"id": "4830", "type": "Feature", "properties": {"id": "nc72890906", "mag": 1.85, "time": 1505199341840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.959667, 36.079833, 11.15]}, "bbox": [-119.959667, 36.079833, -119.959667, 36.079833]}, {"id": "4831", "type": "Feature", "properties": {"id": "ak16820976", "mag": 4.5, "time": 1505198623340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0626, 55.2018, 8.4]}, "bbox": [-157.0626, 55.2018, -157.0626, 55.2018]}, {"id": "4832", "type": "Feature", "properties": {"id": "ak16820951", "mag": 1.3, "time": 1505198176732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6431, 63.3655, 4.3]}, "bbox": [-151.6431, 63.3655, -151.6431, 63.3655]}, {"id": "4833", "type": "Feature", "properties": {"id": "nn00604828", "mag": 1.4, "time": 1505197517767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0826, 39.1124, 11.2]}, "bbox": [-118.0826, 39.1124, -118.0826, 39.1124]}, {"id": "4834", "type": "Feature", "properties": {"id": "nn00604827", "mag": 2.8, "time": 1505197059215, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.294, 37.806, 4.9]}, "bbox": [-114.294, 37.806, -114.294, 37.806]}, {"id": "4835", "type": "Feature", "properties": {"id": "us2000akla", "mag": 4.9, "time": 1505196044760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.8701, -26.0946, 10.0]}, "bbox": [70.8701, -26.0946, 70.8701, -26.0946]}, {"id": "4836", "type": "Feature", "properties": {"id": "ci37760839", "mag": 1.35, "time": 1505195823730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.070833, 34.124, 7.32]}, "bbox": [-117.070833, 34.124, -117.070833, 34.124]}, {"id": "4837", "type": "Feature", "properties": {"id": "ak16850710", "mag": 1.4, "time": 1505195695881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9514, 59.3304, 53.9]}, "bbox": [-151.9514, 59.3304, -151.9514, 59.3304]}, {"id": "4838", "type": "Feature", "properties": {"id": "uu60244052", "mag": 1.22, "time": 1505195536580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.555167, 6.85]}, "bbox": [-111.435667, 42.555167, -111.435667, 42.555167]}, {"id": "4839", "type": "Feature", "properties": {"id": "us2000akkz", "mag": 4.4, "time": 1505195184110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3657, 15.4552, 61.44]}, "bbox": [-94.3657, 15.4552, -94.3657, 15.4552]}, {"id": "4840", "type": "Feature", "properties": {"id": "ak16820948", "mag": 1.9, "time": 1505194916797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7632, 53.2354, 44.5]}, "bbox": [-166.7632, 53.2354, -166.7632, 53.2354]}, {"id": "4841", "type": "Feature", "properties": {"id": "ak16850708", "mag": 1.2, "time": 1505194707074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5938, 63.2379, 122.0]}, "bbox": [-150.5938, 63.2379, -150.5938, 63.2379]}, {"id": "4842", "type": "Feature", "properties": {"id": "mb80254859", "mag": 1.15, "time": 1505194171440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.863, 11.45]}, "bbox": [-112.527333, 46.863, -112.527333, 46.863]}, {"id": "4843", "type": "Feature", "properties": {"id": "nc72890836", "mag": 1.09, "time": 1505193911680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735833, 38.760833, 1.36]}, "bbox": [-122.735833, 38.760833, -122.735833, 38.760833]}, {"id": "4844", "type": "Feature", "properties": {"id": "us2000akkp", "mag": 4.6, "time": 1505193612080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8716, 15.0886, 57.71]}, "bbox": [-93.8716, 15.0886, -93.8716, 15.0886]}, {"id": "4845", "type": "Feature", "properties": {"id": "ak16820908", "mag": 2.5, "time": 1505193453186, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7231, 53.1426, 25.6]}, "bbox": [-166.7231, 53.1426, -166.7231, 53.1426]}, {"id": "4846", "type": "Feature", "properties": {"id": "us2000akkk", "mag": 5.3, "time": 1505192927120, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.832, 15.182, 60.95]}, "bbox": [-93.832, 15.182, -93.832, 15.182]}, {"id": "4847", "type": "Feature", "properties": {"id": "mb80254849", "mag": 1.28, "time": 1505192738900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5175, 46.899833, 10.92]}, "bbox": [-112.5175, 46.899833, -112.5175, 46.899833]}, {"id": "4848", "type": "Feature", "properties": {"id": "mb80254844", "mag": 1.54, "time": 1505192475320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.973833, 43.2425, 2.3]}, "bbox": [-110.973833, 43.2425, -110.973833, 43.2425]}, {"id": "4849", "type": "Feature", "properties": {"id": "ak16820905", "mag": 1.1, "time": 1505191714754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4231, 60.1297, 0.0]}, "bbox": [-141.4231, 60.1297, -141.4231, 60.1297]}, {"id": "4850", "type": "Feature", "properties": {"id": "nc72890796", "mag": 1.14, "time": 1505190808830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.502667, -0.15]}, "bbox": [-118.835, 37.502667, -118.835, 37.502667]}, {"id": "4851", "type": "Feature", "properties": {"id": "nc72890791", "mag": 1.45, "time": 1505190617760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788, 37.455, 7.56]}, "bbox": [-121.788, 37.455, -121.788, 37.455]}, {"id": "4852", "type": "Feature", "properties": {"id": "pr2017255003", "mag": 1.94, "time": 1505190564980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3923, 18.5168, 23.0]}, "bbox": [-67.3923, 18.5168, -67.3923, 18.5168]}, {"id": "4853", "type": "Feature", "properties": {"id": "ak16850705", "mag": 1.4, "time": 1505190149086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3144, 60.1274, 78.3]}, "bbox": [-152.3144, 60.1274, -152.3144, 60.1274]}, {"id": "4854", "type": "Feature", "properties": {"id": "ak16850704", "mag": 1.8, "time": 1505189303211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0362, 56.0678, 8.4]}, "bbox": [-158.0362, 56.0678, -158.0362, 56.0678]}, {"id": "4855", "type": "Feature", "properties": {"id": "uu60243967", "mag": 1.29, "time": 1505189093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.059333, 40.568667, 7.12]}, "bbox": [-111.059333, 40.568667, -111.059333, 40.568667]}, {"id": "4856", "type": "Feature", "properties": {"id": "hv61905031", "mag": 2.8, "time": 1505189080390, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.320667, 21.633833, 8.469]}, "bbox": [-157.320667, 21.633833, -157.320667, 21.633833]}, {"id": "4857", "type": "Feature", "properties": {"id": "pr2017255001", "mag": 2.63, "time": 1505188852110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3921, 18.5325, 19.0]}, "bbox": [-67.3921, 18.5325, -67.3921, 18.5325]}, {"id": "4858", "type": "Feature", "properties": {"id": "mb80254839", "mag": 2.17, "time": 1505188197080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530167, 46.8705, 12.49]}, "bbox": [-112.530167, 46.8705, -112.530167, 46.8705]}, {"id": "4859", "type": "Feature", "properties": {"id": "ismpkansas70235033", "mag": 2.06, "time": 1505188185670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.492167, 37.299667, 4.92]}, "bbox": [-97.492167, 37.299667, -97.492167, 37.299667]}, {"id": "4860", "type": "Feature", "properties": {"id": "nc72890766", "mag": 2.21, "time": 1505187928020, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319833, 40.4865, 13.1]}, "bbox": [-122.319833, 40.4865, -122.319833, 40.4865]}, {"id": "4861", "type": "Feature", "properties": {"id": "ci37760735", "mag": 1.81, "time": 1505187547790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.287333, 34.079667, 14.28]}, "bbox": [-117.287333, 34.079667, -117.287333, 34.079667]}, {"id": "4862", "type": "Feature", "properties": {"id": "ak16850702", "mag": 1.3, "time": 1505187086661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8075, 61.2964, 89.4]}, "bbox": [-151.8075, 61.2964, -151.8075, 61.2964]}, {"id": "4863", "type": "Feature", "properties": {"id": "ak16850701", "mag": 1.4, "time": 1505186992230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2832, 60.1725, 0.0]}, "bbox": [-141.2832, 60.1725, -141.2832, 60.1725]}, {"id": "4864", "type": "Feature", "properties": {"id": "mb80254834", "mag": 1.19, "time": 1505186273780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.863667, 13.34]}, "bbox": [-112.528833, 46.863667, -112.528833, 46.863667]}, {"id": "4865", "type": "Feature", "properties": {"id": "ci37760703", "mag": 1.89, "time": 1505185679940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797333, 33.494667, 4.01]}, "bbox": [-116.797333, 33.494667, -116.797333, 33.494667]}, {"id": "4866", "type": "Feature", "properties": {"id": "pr2017255002", "mag": 2.13, "time": 1505185260690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.0131, 19.0945, 24.0]}, "bbox": [-68.0131, 19.0945, -68.0131, 19.0945]}, {"id": "4867", "type": "Feature", "properties": {"id": "nc72890706", "mag": 2.85, "time": 1505184989380, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6055, 4.17]}, "bbox": [-118.821333, 37.6055, -118.821333, 37.6055]}, {"id": "4868", "type": "Feature", "properties": {"id": "nc72890701", "mag": 1.11, "time": 1505184817490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.468667, -0.39]}, "bbox": [-118.821333, 37.468667, -118.821333, 37.468667]}, {"id": "4869", "type": "Feature", "properties": {"id": "nc72890691", "mag": 2.54, "time": 1505184593110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.502, 40.2965, 19.04]}, "bbox": [-124.502, 40.2965, -124.502, 40.2965]}, {"id": "4870", "type": "Feature", "properties": {"id": "ci37760663", "mag": 0.96, "time": 1505184048300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1715, 34.0385, 5.42]}, "bbox": [-117.1715, 34.0385, -117.1715, 34.0385]}, {"id": "4871", "type": "Feature", "properties": {"id": "nc72890681", "mag": 1.03, "time": 1505183875680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.4715, -1.63]}, "bbox": [-118.820667, 37.4715, -118.820667, 37.4715]}, {"id": "4872", "type": "Feature", "properties": {"id": "ak16820879", "mag": 1.6, "time": 1505183679937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3232, 62.0502, 60.9]}, "bbox": [-150.3232, 62.0502, -150.3232, 62.0502]}, {"id": "4873", "type": "Feature", "properties": {"id": "ak16850697", "mag": 1.5, "time": 1505183127519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0397, 60.1249, 106.2]}, "bbox": [-153.0397, 60.1249, -153.0397, 60.1249]}, {"id": "4874", "type": "Feature", "properties": {"id": "pr2017255000", "mag": 3.99, "time": 1505182040830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7961, 18.688, 102.0]}, "bbox": [-68.7961, 18.688, -68.7961, 18.688]}, {"id": "4875", "type": "Feature", "properties": {"id": "us2000akii", "mag": 2.5, "time": 1505181688510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.5935, 6.67]}, "bbox": [-111.445, 42.5935, -111.445, 42.5935]}, {"id": "4876", "type": "Feature", "properties": {"id": "ak16850696", "mag": 1.4, "time": 1505181679899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6734, 59.8319, 93.2]}, "bbox": [-152.6734, 59.8319, -152.6734, 59.8319]}, {"id": "4877", "type": "Feature", "properties": {"id": "ak16820869", "mag": 1.9, "time": 1505181012974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.001, 59.4008, 36.7]}, "bbox": [-151.001, 59.4008, -151.001, 59.4008]}, {"id": "4878", "type": "Feature", "properties": {"id": "ak16820867", "mag": 1.9, "time": 1505180308488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5196, 59.9375, 123.2]}, "bbox": [-153.5196, 59.9375, -153.5196, 59.9375]}, {"id": "4879", "type": "Feature", "properties": {"id": "ak16820865", "mag": 1.6, "time": 1505179834308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8744, 63.0936, 89.7]}, "bbox": [-149.8744, 63.0936, -149.8744, 63.0936]}, {"id": "4880", "type": "Feature", "properties": {"id": "uu60243827", "mag": 1.28, "time": 1505179319200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.53, 3.5]}, "bbox": [-111.414167, 42.53, -111.414167, 42.53]}, {"id": "4881", "type": "Feature", "properties": {"id": "nc72890631", "mag": 0.96, "time": 1505179150280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816, 37.475, 1.48]}, "bbox": [-118.816, 37.475, -118.816, 37.475]}, {"id": "4882", "type": "Feature", "properties": {"id": "ci37760623", "mag": 1.18, "time": 1505178887000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.025, 36.311333, 2.4]}, "bbox": [-118.025, 36.311333, -118.025, 36.311333]}, {"id": "4883", "type": "Feature", "properties": {"id": "nc72890616", "mag": 1.11, "time": 1505178809900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.474167, -0.42]}, "bbox": [-118.820167, 37.474167, -118.820167, 37.474167]}, {"id": "4884", "type": "Feature", "properties": {"id": "us2000akhk", "mag": 5.1, "time": 1505178756750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.097, 15.4421, 48.35]}, "bbox": [-94.097, 15.4421, -94.097, 15.4421]}, {"id": "4885", "type": "Feature", "properties": {"id": "ak16820847", "mag": 1.9, "time": 1505178590464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8044, 60.0035, 75.6]}, "bbox": [-151.8044, 60.0035, -151.8044, 60.0035]}, {"id": "4886", "type": "Feature", "properties": {"id": "nc72890606", "mag": 2.1, "time": 1505178296120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.471, -0.04]}, "bbox": [-118.819667, 37.471, -118.819667, 37.471]}, {"id": "4887", "type": "Feature", "properties": {"id": "us2000akhe", "mag": 4.8, "time": 1505178017830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2744, 15.0853, 44.38]}, "bbox": [-94.2744, 15.0853, -94.2744, 15.0853]}, {"id": "4888", "type": "Feature", "properties": {"id": "us2000akhb", "mag": 2.4, "time": 1505177859710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4236, 42.5422, 5.98]}, "bbox": [-111.4236, 42.5422, -111.4236, 42.5422]}, {"id": "4889", "type": "Feature", "properties": {"id": "ci37760607", "mag": 1.78, "time": 1505177706210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796167, 33.491167, 3.15]}, "bbox": [-116.796167, 33.491167, -116.796167, 33.491167]}, {"id": "4890", "type": "Feature", "properties": {"id": "us2000akh7", "mag": 2.8, "time": 1505177557480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4213, 42.5825, 7.47]}, "bbox": [-111.4213, 42.5825, -111.4213, 42.5825]}, {"id": "4891", "type": "Feature", "properties": {"id": "nc72890576", "mag": 2.34, "time": 1505177324250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.473, 0.51]}, "bbox": [-118.82, 37.473, -118.82, 37.473]}, {"id": "4892", "type": "Feature", "properties": {"id": "hv61904866", "mag": 1.99, "time": 1505176986190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.857, 19.358667, 41.774]}, "bbox": [-154.857, 19.358667, -154.857, 19.358667]}, {"id": "4893", "type": "Feature", "properties": {"id": "ak16820845", "mag": 1.3, "time": 1505176784517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3458, 60.155, 0.0]}, "bbox": [-141.3458, 60.155, -141.3458, 60.155]}, {"id": "4894", "type": "Feature", "properties": {"id": "nc72890561", "mag": 1.42, "time": 1505176270180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8195, 37.4765, -0.54]}, "bbox": [-118.8195, 37.4765, -118.8195, 37.4765]}, {"id": "4895", "type": "Feature", "properties": {"id": "ak16820836", "mag": 2.9, "time": 1505175684396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1737, 62.7988, 8.1]}, "bbox": [-152.1737, 62.7988, -152.1737, 62.7988]}, {"id": "4896", "type": "Feature", "properties": {"id": "uu60243772", "mag": 1.28, "time": 1505175463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.593667, 3.5]}, "bbox": [-111.450167, 42.593667, -111.450167, 42.593667]}, {"id": "4897", "type": "Feature", "properties": {"id": "us2000akgt", "mag": 2.7, "time": 1505175275390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.45, 42.6006, 6.65]}, "bbox": [-111.45, 42.6006, -111.45, 42.6006]}, {"id": "4898", "type": "Feature", "properties": {"id": "us2000akgp", "mag": 3.1, "time": 1505174426060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4619, 42.5922, 9.11]}, "bbox": [-111.4619, 42.5922, -111.4619, 42.5922]}, {"id": "4899", "type": "Feature", "properties": {"id": "us2000amy6", "mag": 3.4, "time": 1505174223950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0579, 52.772, 207.41]}, "bbox": [-173.0579, 52.772, -173.0579, 52.772]}, {"id": "4900", "type": "Feature", "properties": {"id": "us2000amy5", "mag": 3.3, "time": 1505173482210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.0407, 51.8595, 146.7]}, "bbox": [178.0407, 51.8595, 178.0407, 51.8595]}, {"id": "4901", "type": "Feature", "properties": {"id": "ak16820045", "mag": 1.1, "time": 1505171834061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9121, 61.9185, 44.8]}, "bbox": [-149.9121, 61.9185, -149.9121, 61.9185]}, {"id": "4902", "type": "Feature", "properties": {"id": "us2000akg3", "mag": 4.4, "time": 1505171543900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3251, 15.4699, 53.34]}, "bbox": [-94.3251, 15.4699, -94.3251, 15.4699]}, {"id": "4903", "type": "Feature", "properties": {"id": "nc72890511", "mag": 1.3, "time": 1505171391890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012, 37.426833, 3.03]}, "bbox": [-119.012, 37.426833, -119.012, 37.426833]}, {"id": "4904", "type": "Feature", "properties": {"id": "us2000akfs", "mag": 4.2, "time": 1505169617100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6345, 15.6178, 38.83]}, "bbox": [-94.6345, 15.6178, -94.6345, 15.6178]}, {"id": "4905", "type": "Feature", "properties": {"id": "us2000akfr", "mag": 2.8, "time": 1505169599030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4698, 42.6061, 6.0]}, "bbox": [-111.4698, 42.6061, -111.4698, 42.6061]}, {"id": "4906", "type": "Feature", "properties": {"id": "ak16827363", "mag": 2.0, "time": 1505169544066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4581, 51.6497, 9.7]}, "bbox": [-178.4581, 51.6497, -178.4581, 51.6497]}, {"id": "4907", "type": "Feature", "properties": {"id": "ak16819990", "mag": 1.0, "time": 1505169272029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1659, 59.9838, 14.2]}, "bbox": [-140.1659, 59.9838, -140.1659, 59.9838]}, {"id": "4908", "type": "Feature", "properties": {"id": "ak16827361", "mag": 1.5, "time": 1505168696545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2029, 59.1798, 77.3]}, "bbox": [-153.2029, 59.1798, -153.2029, 59.1798]}, {"id": "4909", "type": "Feature", "properties": {"id": "ci37760423", "mag": 1.26, "time": 1505168688630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3355, 32.933, 10.81]}, "bbox": [-116.3355, 32.933, -116.3355, 32.933]}, {"id": "4910", "type": "Feature", "properties": {"id": "us2000akf8", "mag": 5.0, "time": 1505168453040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9567, 15.7603, 48.25]}, "bbox": [-94.9567, 15.7603, -94.9567, 15.7603]}, {"id": "4911", "type": "Feature", "properties": {"id": "ak16819215", "mag": 1.5, "time": 1505167702707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4466, 62.4273, 81.1]}, "bbox": [-151.4466, 62.4273, -151.4466, 62.4273]}, {"id": "4912", "type": "Feature", "properties": {"id": "us2000ar1k", "mag": 4.4, "time": 1505167046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.2966, -4.9444, 49.23]}, "bbox": [152.2966, -4.9444, 152.2966, -4.9444]}, {"id": "4913", "type": "Feature", "properties": {"id": "nc72890491", "mag": 1.11, "time": 1505166863970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.544833, 37.529, 12.8]}, "bbox": [-118.544833, 37.529, -118.544833, 37.529]}, {"id": "4914", "type": "Feature", "properties": {"id": "us2000akeb", "mag": 5.1, "time": 1505166728910, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-178.3593, 51.5235, 54.7]}, "bbox": [-178.3593, 51.5235, -178.3593, 51.5235]}, {"id": "4915", "type": "Feature", "properties": {"id": "ak16819167", "mag": 1.4, "time": 1505166664445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3213, 60.2363, 0.0]}, "bbox": [-141.3213, 60.2363, -141.3213, 60.2363]}, {"id": "4916", "type": "Feature", "properties": {"id": "us2000akdz", "mag": 4.3, "time": 1505166482960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.1669, 15.1965, 62.3]}, "bbox": [-93.1669, 15.1965, -93.1669, 15.1965]}, {"id": "4917", "type": "Feature", "properties": {"id": "us2000akdq", "mag": 2.6, "time": 1505166481930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4105, 42.5306, 6.58]}, "bbox": [-111.4105, 42.5306, -111.4105, 42.5306]}, {"id": "4918", "type": "Feature", "properties": {"id": "ak16827357", "mag": 2.3, "time": 1505165942611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8283, 55.1229, 12.0]}, "bbox": [-156.8283, 55.1229, -156.8283, 55.1229]}, {"id": "4919", "type": "Feature", "properties": {"id": "uw61306477", "mag": 1.21, "time": 1505165549480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1755, 46.198833, 3.06]}, "bbox": [-122.1755, 46.198833, -122.1755, 46.198833]}, {"id": "4920", "type": "Feature", "properties": {"id": "nc72890461", "mag": 2.23, "time": 1505164836450, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.939, 35.641167, 4.35]}, "bbox": [-120.939, 35.641167, -120.939, 35.641167]}, {"id": "4921", "type": "Feature", "properties": {"id": "us2000ayll", "mag": 4.1, "time": 1505164739710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6724, 15.4385, 31.22]}, "bbox": [-94.6724, 15.4385, -94.6724, 15.4385]}, {"id": "4922", "type": "Feature", "properties": {"id": "ci37760359", "mag": 2.29, "time": 1505164180230, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.940167, 35.427833, 21.14]}, "bbox": [-118.940167, 35.427833, -118.940167, 35.427833]}, {"id": "4923", "type": "Feature", "properties": {"id": "us2000akcq", "mag": 5.5, "time": 1505164150350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0139, 14.9074, 27.0]}, "bbox": [-94.0139, 14.9074, -94.0139, 14.9074]}, {"id": "4924", "type": "Feature", "properties": {"id": "us2000akch", "mag": 2.4, "time": 1505164053450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4202, 42.5566, 9.0]}, "bbox": [-111.4202, 42.5566, -111.4202, 42.5566]}, {"id": "4925", "type": "Feature", "properties": {"id": "ak16827356", "mag": 1.9, "time": 1505163754769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4142, 51.8321, 32.9]}, "bbox": [-173.4142, 51.8321, -173.4142, 51.8321]}, {"id": "4926", "type": "Feature", "properties": {"id": "ci37760351", "mag": 1.47, "time": 1505163661880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9785, 32.6095, -0.36]}, "bbox": [-116.9785, 32.6095, -116.9785, 32.6095]}, {"id": "4927", "type": "Feature", "properties": {"id": "ak16827355", "mag": 1.0, "time": 1505163537708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7591, 65.4356, 0.0]}, "bbox": [-144.7591, 65.4356, -144.7591, 65.4356]}, {"id": "4928", "type": "Feature", "properties": {"id": "nn00604742", "mag": 1.3, "time": 1505163193915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9149, 38.3846, 5.4]}, "bbox": [-118.9149, 38.3846, -118.9149, 38.3846]}, {"id": "4929", "type": "Feature", "properties": {"id": "us2000akbz", "mag": 4.1, "time": 1505162450200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.477, 52.2896, 65.69]}, "bbox": [-173.477, 52.2896, -173.477, 52.2896]}, {"id": "4930", "type": "Feature", "properties": {"id": "mb80254709", "mag": 1.54, "time": 1505162126870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.327667, 46.1355, 6.01]}, "bbox": [-110.327667, 46.1355, -110.327667, 46.1355]}, {"id": "4931", "type": "Feature", "properties": {"id": "ak16818311", "mag": 2.4, "time": 1505162030333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0, 53.2916, 13.0]}, "bbox": [-167.0, 53.2916, -167.0, 53.2916]}, {"id": "4932", "type": "Feature", "properties": {"id": "ak16818304", "mag": 2.2, "time": 1505161796041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.8204, 65.319, 3.3]}, "bbox": [-167.8204, 65.319, -167.8204, 65.319]}, {"id": "4933", "type": "Feature", "properties": {"id": "ak16818297", "mag": 2.0, "time": 1505161193751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8659, 62.8899, 99.8]}, "bbox": [-150.8659, 62.8899, -150.8659, 62.8899]}, {"id": "4934", "type": "Feature", "properties": {"id": "ak16818278", "mag": 3.2, "time": 1505160763887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.115, 63.145, 108.2]}, "bbox": [-150.115, 63.145, -150.115, 63.145]}, {"id": "4935", "type": "Feature", "properties": {"id": "mb80254694", "mag": 1.38, "time": 1505160716790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540833, 46.904833, 11.87]}, "bbox": [-112.540833, 46.904833, -112.540833, 46.904833]}, {"id": "4936", "type": "Feature", "properties": {"id": "us2000akaa", "mag": 2.5, "time": 1505159932140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4306, 42.5727, 7.14]}, "bbox": [-111.4306, 42.5727, -111.4306, 42.5727]}, {"id": "4937", "type": "Feature", "properties": {"id": "mb80254684", "mag": 1.16, "time": 1505159186030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.8675, 11.01]}, "bbox": [-112.524833, 46.8675, -112.524833, 46.8675]}, {"id": "4938", "type": "Feature", "properties": {"id": "ak16827348", "mag": 1.2, "time": 1505158596706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2022, 60.4231, 48.9]}, "bbox": [-151.2022, 60.4231, -151.2022, 60.4231]}, {"id": "4939", "type": "Feature", "properties": {"id": "ak16817479", "mag": 2.9, "time": 1505158124591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5505, 65.8017, 12.5]}, "bbox": [-148.5505, 65.8017, -148.5505, 65.8017]}, {"id": "4940", "type": "Feature", "properties": {"id": "ak16817476", "mag": 3.0, "time": 1505158119494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2439, 66.0161, 16.1]}, "bbox": [-148.2439, 66.0161, -148.2439, 66.0161]}, {"id": "4941", "type": "Feature", "properties": {"id": "nn00604719", "mag": 1.3, "time": 1505157785095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8838, 38.8119, 4.7]}, "bbox": [-118.8838, 38.8119, -118.8838, 38.8119]}, {"id": "4942", "type": "Feature", "properties": {"id": "nc72890441", "mag": 1.74, "time": 1505157705880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.7915, 3.48]}, "bbox": [-122.778, 38.7915, -122.778, 38.7915]}, {"id": "4943", "type": "Feature", "properties": {"id": "us2000ak9n", "mag": 3.0, "time": 1505157604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.471, 42.609, 7.61]}, "bbox": [-111.471, 42.609, -111.471, 42.609]}, {"id": "4944", "type": "Feature", "properties": {"id": "ak16817472", "mag": 1.1, "time": 1505156621773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3067, 62.9071, 5.6]}, "bbox": [-151.3067, 62.9071, -151.3067, 62.9071]}, {"id": "4945", "type": "Feature", "properties": {"id": "ak16827345", "mag": 1.6, "time": 1505156304521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3368, 59.849, 84.9]}, "bbox": [-152.3368, 59.849, -152.3368, 59.849]}, {"id": "4946", "type": "Feature", "properties": {"id": "ak16816710", "mag": 1.0, "time": 1505155839711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7252, 63.4914, 1.9]}, "bbox": [-147.7252, 63.4914, -147.7252, 63.4914]}, {"id": "4947", "type": "Feature", "properties": {"id": "ak16827343", "mag": 1.6, "time": 1505155190108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9414, 58.9343, 71.6]}, "bbox": [-151.9414, 58.9343, -151.9414, 58.9343]}, {"id": "4948", "type": "Feature", "properties": {"id": "uu60243377", "mag": 2.04, "time": 1505154917000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.524333, 7.67]}, "bbox": [-111.423167, 42.524333, -111.423167, 42.524333]}, {"id": "4949", "type": "Feature", "properties": {"id": "us2000ak8v", "mag": 4.8, "time": 1505154337990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9192, 10.9561, 35.0]}, "bbox": [125.9192, 10.9561, 125.9192, 10.9561]}, {"id": "4950", "type": "Feature", "properties": {"id": "ak16827342", "mag": 1.4, "time": 1505154205074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0563, 59.7893, 104.3]}, "bbox": [-153.0563, 59.7893, -153.0563, 59.7893]}, {"id": "4951", "type": "Feature", "properties": {"id": "us2000akih", "mag": 3.5, "time": 1505153371450, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-8.5745, 37.1247, 19.99]}, "bbox": [-8.5745, 37.1247, -8.5745, 37.1247]}, {"id": "4952", "type": "Feature", "properties": {"id": "ak16816675", "mag": 2.0, "time": 1505153241938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1793, 60.2771, 148.8]}, "bbox": [-153.1793, 60.2771, -153.1793, 60.2771]}, {"id": "4953", "type": "Feature", "properties": {"id": "nn00604702", "mag": 1.1, "time": 1505152546779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 38.8318, 9.7]}, "bbox": [-118.8175, 38.8318, -118.8175, 38.8318]}, {"id": "4954", "type": "Feature", "properties": {"id": "nc72890416", "mag": 1.57, "time": 1505151412520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474, -0.34]}, "bbox": [-118.8205, 37.474, -118.8205, 37.474]}, {"id": "4955", "type": "Feature", "properties": {"id": "us2000ak7u", "mag": 5.7, "time": 1505151309620, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.3373, 23.9529, 35.0]}, "bbox": [142.3373, 23.9529, 142.3373, 23.9529]}, {"id": "4956", "type": "Feature", "properties": {"id": "us2000ak7m", "mag": 2.5, "time": 1505151089130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5401, 6.8]}, "bbox": [-111.4259, 42.5401, -111.4259, 42.5401]}, {"id": "4957", "type": "Feature", "properties": {"id": "mb80254649", "mag": 1.0, "time": 1505150945110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515833, 46.859, 13.54]}, "bbox": [-112.515833, 46.859, -112.515833, 46.859]}, {"id": "4958", "type": "Feature", "properties": {"id": "ak16815885", "mag": 1.4, "time": 1505150387657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8119, 60.5833, 13.5]}, "bbox": [-150.8119, 60.5833, -150.8119, 60.5833]}, {"id": "4959", "type": "Feature", "properties": {"id": "ci37760231", "mag": 1.15, "time": 1505150078250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.339833, 33.717167, -0.52]}, "bbox": [-117.339833, 33.717167, -117.339833, 33.717167]}, {"id": "4960", "type": "Feature", "properties": {"id": "us2000ar17", "mag": 4.5, "time": 1505148873550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.1014, -58.1449, 29.22]}, "bbox": [-27.1014, -58.1449, -27.1014, -58.1449]}, {"id": "4961", "type": "Feature", "properties": {"id": "us2000ar14", "mag": 4.7, "time": 1505148316830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7999, 10.8571, 10.0]}, "bbox": [141.7999, 10.8571, 141.7999, 10.8571]}, {"id": "4962", "type": "Feature", "properties": {"id": "us2000ak6r", "mag": 4.4, "time": 1505148294180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [93.763, 11.1912, 135.46]}, "bbox": [93.763, 11.1912, 93.763, 11.1912]}, {"id": "4963", "type": "Feature", "properties": {"id": "us2000ar16", "mag": 4.3, "time": 1505147708500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.5216, 28.9426, 37.11]}, "bbox": [105.5216, 28.9426, 105.5216, 28.9426]}, {"id": "4964", "type": "Feature", "properties": {"id": "us2000ak65", "mag": 5.0, "time": 1505146815920, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [21.5733, 39.2104, 10.0]}, "bbox": [21.5733, 39.2104, 21.5733, 39.2104]}, {"id": "4965", "type": "Feature", "properties": {"id": "uu60012999", "mag": 2.37, "time": 1505146629690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.425833, 42.545833, 6.7]}, "bbox": [-111.425833, 42.545833, -111.425833, 42.545833]}, {"id": "4966", "type": "Feature", "properties": {"id": "us2000ak62", "mag": 3.2, "time": 1505146591940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5774, 8.61]}, "bbox": [-111.4221, 42.5774, -111.4221, 42.5774]}, {"id": "4967", "type": "Feature", "properties": {"id": "ci37760191", "mag": 1.27, "time": 1505146302070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.870333, 36.5125, 7.71]}, "bbox": [-117.870333, 36.5125, -117.870333, 36.5125]}, {"id": "4968", "type": "Feature", "properties": {"id": "us2000ar11", "mag": 4.2, "time": 1505146234900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.8301, -18.5966, 222.96]}, "bbox": [169.8301, -18.5966, 169.8301, -18.5966]}, {"id": "4969", "type": "Feature", "properties": {"id": "ci37760183", "mag": 1.04, "time": 1505146087980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.721333, 33.538833, 2.61]}, "bbox": [-116.721333, 33.538833, -116.721333, 33.538833]}, {"id": "4970", "type": "Feature", "properties": {"id": "us2000ak5l", "mag": 4.4, "time": 1505145120270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9232, 15.0128, 54.55]}, "bbox": [-93.9232, 15.0128, -93.9232, 15.0128]}, {"id": "4971", "type": "Feature", "properties": {"id": "ak16827338", "mag": 1.8, "time": 1505144756285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3358, 57.9354, 144.8]}, "bbox": [-156.3358, 57.9354, -156.3358, 57.9354]}, {"id": "4972", "type": "Feature", "properties": {"id": "us2000ak5f", "mag": 4.3, "time": 1505144492050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0414, 15.1729, 45.88]}, "bbox": [-94.0414, 15.1729, -94.0414, 15.1729]}, {"id": "4973", "type": "Feature", "properties": {"id": "ak16815056", "mag": 1.9, "time": 1505144205558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6743, 59.7685, 0.0]}, "bbox": [-136.6743, 59.7685, -136.6743, 59.7685]}, {"id": "4974", "type": "Feature", "properties": {"id": "us2000ak58", "mag": 3.1, "time": 1505144033150, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4647, 42.6086, 4.31]}, "bbox": [-111.4647, 42.6086, -111.4647, 42.6086]}, {"id": "4975", "type": "Feature", "properties": {"id": "uu60243162", "mag": 1.47, "time": 1505143989150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.462833, 42.578167, 3.5]}, "bbox": [-111.462833, 42.578167, -111.462833, 42.578167]}, {"id": "4976", "type": "Feature", "properties": {"id": "ak16815038", "mag": 1.9, "time": 1505143851904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7738, 62.154, 53.3]}, "bbox": [-149.7738, 62.154, -149.7738, 62.154]}, {"id": "4977", "type": "Feature", "properties": {"id": "ak16815036", "mag": 1.9, "time": 1505143815664, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0859, 60.2049, 139.0]}, "bbox": [-153.0859, 60.2049, -153.0859, 60.2049]}, {"id": "4978", "type": "Feature", "properties": {"id": "us2000ak57", "mag": 4.8, "time": 1505143793430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1802, 54.2242, 10.0]}, "bbox": [169.1802, 54.2242, 169.1802, 54.2242]}, {"id": "4979", "type": "Feature", "properties": {"id": "us2000ak55", "mag": 4.3, "time": 1505143224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6506, -2.821, 10.0]}, "bbox": [146.6506, -2.821, 146.6506, -2.821]}, {"id": "4980", "type": "Feature", "properties": {"id": "us2000ak4j", "mag": 3.0, "time": 1505142692750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4148, 42.5413, 9.05]}, "bbox": [-111.4148, 42.5413, -111.4148, 42.5413]}, {"id": "4981", "type": "Feature", "properties": {"id": "us2000ak4f", "mag": 4.4, "time": 1505142409640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0513, 14.8747, 44.09]}, "bbox": [-94.0513, 14.8747, -94.0513, 14.8747]}, {"id": "4982", "type": "Feature", "properties": {"id": "us2000ak40", "mag": 5.0, "time": 1505141758490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3653, 15.3524, 32.65]}, "bbox": [-94.3653, 15.3524, -94.3653, 15.3524]}, {"id": "4983", "type": "Feature", "properties": {"id": "us2000ar1h", "mag": 4.9, "time": 1505141691760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0928, -23.8876, 37.16]}, "bbox": [-176.0928, -23.8876, -176.0928, -23.8876]}, {"id": "4984", "type": "Feature", "properties": {"id": "us2000ak3s", "mag": 4.2, "time": 1505141169530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7122, 15.3112, 28.67]}, "bbox": [-94.7122, 15.3112, -94.7122, 15.3112]}, {"id": "4985", "type": "Feature", "properties": {"id": "mb80254604", "mag": 1.16, "time": 1505141014400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532333, 46.8915, 13.58]}, "bbox": [-112.532333, 46.8915, -112.532333, 46.8915]}, {"id": "4986", "type": "Feature", "properties": {"id": "nc72890356", "mag": 0.96, "time": 1505141002070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.845001, -0.69]}, "bbox": [-122.819168, 38.845001, -122.819168, 38.845001]}, {"id": "4987", "type": "Feature", "properties": {"id": "ak16814255", "mag": 2.0, "time": 1505140885717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2937, 51.4307, 40.1]}, "bbox": [-178.2937, 51.4307, -178.2937, 51.4307]}, {"id": "4988", "type": "Feature", "properties": {"id": "uw61306377", "mag": 1.82, "time": 1505140831500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.526167, 45.054, 14.59]}, "bbox": [-122.526167, 45.054, -122.526167, 45.054]}, {"id": "4989", "type": "Feature", "properties": {"id": "us2000ak3q", "mag": 4.2, "time": 1505140745590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4233, 15.4024, 50.36]}, "bbox": [-94.4233, 15.4024, -94.4233, 15.4024]}, {"id": "4990", "type": "Feature", "properties": {"id": "ci37760143", "mag": 1.15, "time": 1505140731290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.260667, 32.865667, 12.62]}, "bbox": [-116.260667, 32.865667, -116.260667, 32.865667]}, {"id": "4991", "type": "Feature", "properties": {"id": "nc72890351", "mag": 1.47, "time": 1505140721900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.98, 37.905667, 7.94]}, "bbox": [-121.98, 37.905667, -121.98, 37.905667]}, {"id": "4992", "type": "Feature", "properties": {"id": "pr2017254001", "mag": 1.99, "time": 1505140527660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1661, 18.2745, 22.0]}, "bbox": [-67.1661, 18.2745, -67.1661, 18.2745]}, {"id": "4993", "type": "Feature", "properties": {"id": "us2000ak3b", "mag": 2.7, "time": 1505140375620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4329, 42.6048, 10.74]}, "bbox": [-111.4329, 42.6048, -111.4329, 42.6048]}, {"id": "4994", "type": "Feature", "properties": {"id": "uu60243057", "mag": 2.26, "time": 1505140157270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.570833, 6.17]}, "bbox": [-111.440667, 42.570833, -111.440667, 42.570833]}, {"id": "4995", "type": "Feature", "properties": {"id": "us2000ak35", "mag": 2.8, "time": 1505139740960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4268, 42.5293, 6.86]}, "bbox": [-111.4268, 42.5293, -111.4268, 42.5293]}, {"id": "4996", "type": "Feature", "properties": {"id": "us2000ar1f", "mag": 4.4, "time": 1505139719640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.2097, 57.3966, 10.0]}, "bbox": [-33.2097, 57.3966, -33.2097, 57.3966]}, {"id": "4997", "type": "Feature", "properties": {"id": "us2000ak30", "mag": 2.8, "time": 1505139413770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4261, 42.5344, 6.18]}, "bbox": [-111.4261, 42.5344, -111.4261, 42.5344]}, {"id": "4998", "type": "Feature", "properties": {"id": "us2000ak2x", "mag": 2.8, "time": 1505139156090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4192, 42.5317, 7.87]}, "bbox": [-111.4192, 42.5317, -111.4192, 42.5317]}, {"id": "4999", "type": "Feature", "properties": {"id": "nc72890336", "mag": 1.18, "time": 1505138783780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788833, 37.4565, 7.82]}, "bbox": [-121.788833, 37.4565, -121.788833, 37.4565]}, {"id": "5000", "type": "Feature", "properties": {"id": "us2000ak5e", "mag": 3.4, "time": 1505138730330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4143, 42.5438, 7.19]}, "bbox": [-111.4143, 42.5438, -111.4143, 42.5438]}, {"id": "5001", "type": "Feature", "properties": {"id": "us2000ak2i", "mag": 2.7, "time": 1505138706230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4164, 42.5288, 7.13]}, "bbox": [-111.4164, 42.5288, -111.4164, 42.5288]}, {"id": "5002", "type": "Feature", "properties": {"id": "us2000ak2w", "mag": 4.2, "time": 1505138643370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.2941, 49.241, 567.61]}, "bbox": [147.2941, 49.241, 147.2941, 49.241]}, {"id": "5003", "type": "Feature", "properties": {"id": "ak16813499", "mag": 2.0, "time": 1505138537316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7415, 61.4216, 18.8]}, "bbox": [-146.7415, 61.4216, -146.7415, 61.4216]}, {"id": "5004", "type": "Feature", "properties": {"id": "us2000ak25", "mag": 2.7, "time": 1505138348200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5325, 7.14]}, "bbox": [-111.4259, 42.5325, -111.4259, 42.5325]}, {"id": "5005", "type": "Feature", "properties": {"id": "us2000ar0y", "mag": 4.6, "time": 1505138171510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.9326, 17.4028, 10.0]}, "bbox": [95.9326, 17.4028, 95.9326, 17.4028]}, {"id": "5006", "type": "Feature", "properties": {"id": "ak16813481", "mag": 1.9, "time": 1505137989499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3857, 59.1724, 56.6]}, "bbox": [-152.3857, 59.1724, -152.3857, 59.1724]}, {"id": "5007", "type": "Feature", "properties": {"id": "us2000ak1y", "mag": 2.6, "time": 1505137521110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5419, 8.21]}, "bbox": [-111.4339, 42.5419, -111.4339, 42.5419]}, {"id": "5008", "type": "Feature", "properties": {"id": "us2000ak1r", "mag": 2.9, "time": 1505137114700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5456, 6.59]}, "bbox": [-111.4362, 42.5456, -111.4362, 42.5456]}, {"id": "5009", "type": "Feature", "properties": {"id": "us2000ak1m", "mag": 3.0, "time": 1505136985250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4366, 42.5476, 10.03]}, "bbox": [-111.4366, 42.5476, -111.4366, 42.5476]}, {"id": "5010", "type": "Feature", "properties": {"id": "us2000ar0x", "mag": 4.6, "time": 1505136879610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.6908, 22.421, 111.87]}, "bbox": [94.6908, 22.421, 94.6908, 22.421]}, {"id": "5011", "type": "Feature", "properties": {"id": "ak16813475", "mag": 2.1, "time": 1505136538402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5913, 51.4481, 48.1]}, "bbox": [-175.5913, 51.4481, -175.5913, 51.4481]}, {"id": "5012", "type": "Feature", "properties": {"id": "us2000ak17", "mag": 4.7, "time": 1505136395640, "felt": 63.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4397, 42.547, 8.42]}, "bbox": [-111.4397, 42.547, -111.4397, 42.547]}, {"id": "5013", "type": "Feature", "properties": {"id": "us2000ar13", "mag": 4.3, "time": 1505136238290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.0316, -19.7635, 35.0]}, "bbox": [-174.0316, -19.7635, -174.0316, -19.7635]}, {"id": "5014", "type": "Feature", "properties": {"id": "ci37760103", "mag": 1.09, "time": 1505136097380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.087333, 5.54]}, "bbox": [-118.293, 35.087333, -118.293, 35.087333]}, {"id": "5015", "type": "Feature", "properties": {"id": "ak16812727", "mag": 2.6, "time": 1505135732771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9083, 64.6086, 14.0]}, "bbox": [-147.9083, 64.6086, -147.9083, 64.6086]}, {"id": "5016", "type": "Feature", "properties": {"id": "ak16812725", "mag": 1.1, "time": 1505135440719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9809, 60.2846, 15.6]}, "bbox": [-142.9809, 60.2846, -142.9809, 60.2846]}, {"id": "5017", "type": "Feature", "properties": {"id": "ak16812722", "mag": 1.3, "time": 1505135255673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2227, 61.5128, 2.0]}, "bbox": [-151.2227, 61.5128, -151.2227, 61.5128]}, {"id": "5018", "type": "Feature", "properties": {"id": "nn00604646", "mag": 1.4, "time": 1505134420760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0108, 37.3174, 5.6]}, "bbox": [-115.0108, 37.3174, -115.0108, 37.3174]}, {"id": "5019", "type": "Feature", "properties": {"id": "nc72890261", "mag": 1.53, "time": 1505134375000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944, 37.596667, 2.35]}, "bbox": [-118.944, 37.596667, -118.944, 37.596667]}, {"id": "5020", "type": "Feature", "properties": {"id": "ak16812712", "mag": 1.2, "time": 1505134108855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0572, 63.3368, 5.2]}, "bbox": [-152.0572, 63.3368, -152.0572, 63.3368]}, {"id": "5021", "type": "Feature", "properties": {"id": "nc72890256", "mag": 2.28, "time": 1505133958310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804, 37.487667, 2.35]}, "bbox": [-118.804, 37.487667, -118.804, 37.487667]}, {"id": "5022", "type": "Feature", "properties": {"id": "ak16827325", "mag": 1.0, "time": 1505133922020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6291, 68.5279, 7.8]}, "bbox": [-146.6291, 68.5279, -146.6291, 68.5279]}, {"id": "5023", "type": "Feature", "properties": {"id": "ak16827324", "mag": 2.0, "time": 1505133892582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5495, 51.3476, 48.9]}, "bbox": [179.5495, 51.3476, 179.5495, 51.3476]}, {"id": "5024", "type": "Feature", "properties": {"id": "us2000ak0e", "mag": 2.5, "time": 1505133857280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4384, 42.5522, 4.67]}, "bbox": [-111.4384, 42.5522, -111.4384, 42.5522]}, {"id": "5025", "type": "Feature", "properties": {"id": "uu60242837", "mag": 1.53, "time": 1505133790240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.5545, 3.92]}, "bbox": [-111.424667, 42.5545, -111.424667, 42.5545]}, {"id": "5026", "type": "Feature", "properties": {"id": "hv61904231", "mag": 1.21, "time": 1505133342610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6145, 19.417333, 2.362]}, "bbox": [-155.6145, 19.417333, -155.6145, 19.417333]}, {"id": "5027", "type": "Feature", "properties": {"id": "us2000ak05", "mag": 4.1, "time": 1505133270220, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4421, 42.5481, 9.98]}, "bbox": [-111.4421, 42.5481, -111.4421, 42.5481]}, {"id": "5028", "type": "Feature", "properties": {"id": "us2000ak03", "mag": 2.7, "time": 1505133174850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5648, 8.56]}, "bbox": [-111.4364, 42.5648, -111.4364, 42.5648]}, {"id": "5029", "type": "Feature", "properties": {"id": "ak16812710", "mag": 1.0, "time": 1505133166684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8559, 62.6857, 65.3]}, "bbox": [-149.8559, 62.6857, -149.8559, 62.6857]}, {"id": "5030", "type": "Feature", "properties": {"id": "us2000ar0u", "mag": 4.2, "time": 1505133047670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1594, -25.8043, 396.76]}, "bbox": [-179.1594, -25.8043, -179.1594, -25.8043]}, {"id": "5031", "type": "Feature", "properties": {"id": "nn00604676", "mag": 1.2, "time": 1505132161656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9061, 38.3603, 6.9]}, "bbox": [-118.9061, 38.3603, -118.9061, 38.3603]}, {"id": "5032", "type": "Feature", "properties": {"id": "ak16811973", "mag": 1.1, "time": 1505132086727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8547, 61.7247, 43.6]}, "bbox": [-148.8547, 61.7247, -148.8547, 61.7247]}, {"id": "5033", "type": "Feature", "properties": {"id": "ak16811972", "mag": 1.5, "time": 1505132009437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3277, 62.9497, 102.8]}, "bbox": [-151.3277, 62.9497, -151.3277, 62.9497]}, {"id": "5034", "type": "Feature", "properties": {"id": "us2000ajzy", "mag": 2.5, "time": 1505131814160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6131, 6.65]}, "bbox": [-111.4451, 42.6131, -111.4451, 42.6131]}, {"id": "5035", "type": "Feature", "properties": {"id": "mb80254459", "mag": 2.11, "time": 1505131462070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.591167, 48.595333, 11.25]}, "bbox": [-114.591167, 48.595333, -114.591167, 48.595333]}, {"id": "5036", "type": "Feature", "properties": {"id": "ak16811969", "mag": 1.3, "time": 1505131136327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0317, 60.2939, 13.2]}, "bbox": [-143.0317, 60.2939, -143.0317, 60.2939]}, {"id": "5037", "type": "Feature", "properties": {"id": "ci37760055", "mag": 1.58, "time": 1505130502980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1345, 33.263, 3.81]}, "bbox": [-116.1345, 33.263, -116.1345, 33.263]}, {"id": "5038", "type": "Feature", "properties": {"id": "us2000ajzq", "mag": 3.0, "time": 1505130391090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5733, 9.58]}, "bbox": [-111.4364, 42.5733, -111.4364, 42.5733]}, {"id": "5039", "type": "Feature", "properties": {"id": "ak16811954", "mag": 3.1, "time": 1505130323357, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1197, 60.1444, 17.1]}, "bbox": [-147.1197, 60.1444, -147.1197, 60.1444]}, {"id": "5040", "type": "Feature", "properties": {"id": "us2000ar0t", "mag": 4.0, "time": 1505129120720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0508, -16.1442, 368.85]}, "bbox": [-176.0508, -16.1442, -176.0508, -16.1442]}, {"id": "5041", "type": "Feature", "properties": {"id": "us2000ajzk", "mag": 4.5, "time": 1505129105150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1346, -37.5234, 25.58]}, "bbox": [-74.1346, -37.5234, -74.1346, -37.5234]}, {"id": "5042", "type": "Feature", "properties": {"id": "nc72890236", "mag": 2.17, "time": 1505128675290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.459167, 1.9]}, "bbox": [-118.822, 37.459167, -118.822, 37.459167]}, {"id": "5043", "type": "Feature", "properties": {"id": "ak16827315", "mag": 2.3, "time": 1505128561623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8371, 52.7853, 7.1]}, "bbox": [-163.8371, 52.7853, -163.8371, 52.7853]}, {"id": "5044", "type": "Feature", "properties": {"id": "ak16811944", "mag": 1.3, "time": 1505128093436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0565, 64.7051, 17.4]}, "bbox": [-149.0565, 64.7051, -149.0565, 64.7051]}, {"id": "5045", "type": "Feature", "properties": {"id": "ak16811204", "mag": 1.3, "time": 1505127768013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9834, 54.7566, 4.6]}, "bbox": [-163.9834, 54.7566, -163.9834, 54.7566]}, {"id": "5046", "type": "Feature", "properties": {"id": "hv61904116", "mag": 2.16, "time": 1505127753700, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28183, 19.407, 0.02]}, "bbox": [-155.28183, 19.407, -155.28183, 19.407]}, {"id": "5047", "type": "Feature", "properties": {"id": "ci37760031", "mag": 2.03, "time": 1505127492210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.712, 33.879333, 13.03]}, "bbox": [-118.712, 33.879333, -118.712, 33.879333]}, {"id": "5048", "type": "Feature", "properties": {"id": "ak16827311", "mag": 1.5, "time": 1505127421795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.853, 59.6229, 96.0]}, "bbox": [-152.853, 59.6229, -152.853, 59.6229]}, {"id": "5049", "type": "Feature", "properties": {"id": "ak16811203", "mag": 1.3, "time": 1505127015264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6217, 68.5348, 1.0]}, "bbox": [-146.6217, 68.5348, -146.6217, 68.5348]}, {"id": "5050", "type": "Feature", "properties": {"id": "ak16811201", "mag": 1.5, "time": 1505126914844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1251, 64.9961, 18.4]}, "bbox": [-152.1251, 64.9961, -152.1251, 64.9961]}, {"id": "5051", "type": "Feature", "properties": {"id": "ak16811199", "mag": 1.6, "time": 1505125956806, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5218, 65.7316, 2.7]}, "bbox": [-164.5218, 65.7316, -164.5218, 65.7316]}, {"id": "5052", "type": "Feature", "properties": {"id": "ak16811198", "mag": 1.6, "time": 1505125657616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3884, 53.8156, 54.1]}, "bbox": [-165.3884, 53.8156, -165.3884, 53.8156]}, {"id": "5053", "type": "Feature", "properties": {"id": "nc72890226", "mag": 1.01, "time": 1505125359080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753998, 38.790165, 3.35]}, "bbox": [-122.753998, 38.790165, -122.753998, 38.790165]}, {"id": "5054", "type": "Feature", "properties": {"id": "ci37760023", "mag": 1.32, "time": 1505125346420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.25, 34.0295, 14.73]}, "bbox": [-117.25, 34.0295, -117.25, 34.0295]}, {"id": "5055", "type": "Feature", "properties": {"id": "ci37760015", "mag": 1.79, "time": 1505125221750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.210667, 33.964, 14.98]}, "bbox": [-117.210667, 33.964, -117.210667, 33.964]}, {"id": "5056", "type": "Feature", "properties": {"id": "ak16811192", "mag": 1.6, "time": 1505124596279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4191, 53.5639, 6.6]}, "bbox": [-167.4191, 53.5639, -167.4191, 53.5639]}, {"id": "5057", "type": "Feature", "properties": {"id": "us2000ajy4", "mag": 3.0, "time": 1505124017240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4438, 42.5496, 7.43]}, "bbox": [-111.4438, 42.5496, -111.4438, 42.5496]}, {"id": "5058", "type": "Feature", "properties": {"id": "ak16811190", "mag": 1.5, "time": 1505123878146, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2865, 60.4132, 89.8]}, "bbox": [-152.2865, 60.4132, -152.2865, 60.4132]}, {"id": "5059", "type": "Feature", "properties": {"id": "ak16811188", "mag": 1.0, "time": 1505123692728, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3358, 61.5763, 29.1]}, "bbox": [-146.3358, 61.5763, -146.3358, 61.5763]}, {"id": "5060", "type": "Feature", "properties": {"id": "nc72890206", "mag": 0.98, "time": 1505123643110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.747167, 37.409167, 5.32]}, "bbox": [-121.747167, 37.409167, -121.747167, 37.409167]}, {"id": "5061", "type": "Feature", "properties": {"id": "ak16811186", "mag": 1.6, "time": 1505123476693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8224, 59.7877, 2.4]}, "bbox": [-136.8224, 59.7877, -136.8224, 59.7877]}, {"id": "5062", "type": "Feature", "properties": {"id": "us2000ajxv", "mag": 2.9, "time": 1505123164250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4237, 42.5673, 7.37]}, "bbox": [-111.4237, 42.5673, -111.4237, 42.5673]}, {"id": "5063", "type": "Feature", "properties": {"id": "us2000ajxj", "mag": 4.3, "time": 1505122591560, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5544, 2.24]}, "bbox": [-111.4287, 42.5544, -111.4287, 42.5544]}, {"id": "5064", "type": "Feature", "properties": {"id": "uu60242567", "mag": 2.2, "time": 1505122522080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4315, 42.546167, 6.37]}, "bbox": [-111.4315, 42.546167, -111.4315, 42.546167]}, {"id": "5065", "type": "Feature", "properties": {"id": "ci37759983", "mag": 1.63, "time": 1505121892310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.268167, 34.059667, 16.34]}, "bbox": [-117.268167, 34.059667, -117.268167, 34.059667]}, {"id": "5066", "type": "Feature", "properties": {"id": "ak16810446", "mag": 2.6, "time": 1505121756650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4598, 60.9205, 10.0]}, "bbox": [-147.4598, 60.9205, -147.4598, 60.9205]}, {"id": "5067", "type": "Feature", "properties": {"id": "ak16810443", "mag": 1.2, "time": 1505121065274, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.565, 68.8276, 0.5]}, "bbox": [-143.565, 68.8276, -143.565, 68.8276]}, {"id": "5068", "type": "Feature", "properties": {"id": "ci37759967", "mag": 1.22, "time": 1505119075410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.577833, 33.463, 8.81]}, "bbox": [-116.577833, 33.463, -116.577833, 33.463]}, {"id": "5069", "type": "Feature", "properties": {"id": "uw61306317", "mag": 1.48, "time": 1505118779800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.494333, 48.421333, 23.39]}, "bbox": [-122.494333, 48.421333, -122.494333, 48.421333]}, {"id": "5070", "type": "Feature", "properties": {"id": "uu60242517", "mag": 2.59, "time": 1505118734680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-109.851333, 41.686167, 9.37]}, "bbox": [-109.851333, 41.686167, -109.851333, 41.686167]}, {"id": "5071", "type": "Feature", "properties": {"id": "pr2017254000", "mag": 3.41, "time": 1505118382390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9758, 19.4726, 83.0]}, "bbox": [-67.9758, 19.4726, -67.9758, 19.4726]}, {"id": "5072", "type": "Feature", "properties": {"id": "ak16809713", "mag": 1.0, "time": 1505117722024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6659, 62.2481, 21.1]}, "bbox": [-145.6659, 62.2481, -145.6659, 62.2481]}, {"id": "5073", "type": "Feature", "properties": {"id": "ak16809711", "mag": 3.4, "time": 1505116920134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.5449, 52.5632, 40.2]}, "bbox": [-169.5449, 52.5632, -169.5449, 52.5632]}, {"id": "5074", "type": "Feature", "properties": {"id": "us2000ajwn", "mag": 4.4, "time": 1505116663270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9806, 15.3004, 56.84]}, "bbox": [-93.9806, 15.3004, -93.9806, 15.3004]}, {"id": "5075", "type": "Feature", "properties": {"id": "ci37759959", "mag": 1.14, "time": 1505116447350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2325, 33.327833, 10.93]}, "bbox": [-116.2325, 33.327833, -116.2325, 33.327833]}, {"id": "5076", "type": "Feature", "properties": {"id": "us2000ajwc", "mag": 2.7, "time": 1505116217360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6238, 8.02]}, "bbox": [-111.4585, 42.6238, -111.4585, 42.6238]}, {"id": "5077", "type": "Feature", "properties": {"id": "uu60242452", "mag": 1.42, "time": 1505115184130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4215, 42.555167, 8.21]}, "bbox": [-111.4215, 42.555167, -111.4215, 42.555167]}, {"id": "5078", "type": "Feature", "properties": {"id": "us2000ajw6", "mag": 4.3, "time": 1505114696270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1399, -24.246, 215.32]}, "bbox": [-67.1399, -24.246, -67.1399, -24.246]}, {"id": "5079", "type": "Feature", "properties": {"id": "ak16809708", "mag": 1.5, "time": 1505114006947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 60.1009, 45.2]}, "bbox": [-150.8258, 60.1009, -150.8258, 60.1009]}, {"id": "5080", "type": "Feature", "properties": {"id": "ak16827294", "mag": 1.9, "time": 1505113098912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8676, 59.0889, 2.2]}, "bbox": [-142.8676, 59.0889, -142.8676, 59.0889]}, {"id": "5081", "type": "Feature", "properties": {"id": "mb80254374", "mag": 1.5, "time": 1505112921190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.8645, 12.3]}, "bbox": [-112.529333, 46.8645, -112.529333, 46.8645]}, {"id": "5082", "type": "Feature", "properties": {"id": "ci37759927", "mag": 2.02, "time": 1505112772010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.403, 34.906, 11.64]}, "bbox": [-119.403, 34.906, -119.403, 34.906]}, {"id": "5083", "type": "Feature", "properties": {"id": "ak16809693", "mag": 2.3, "time": 1505111147899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1691, 60.3968, 3.4]}, "bbox": [-142.1691, 60.3968, -142.1691, 60.3968]}, {"id": "5084", "type": "Feature", "properties": {"id": "nc72890121", "mag": 1.12, "time": 1505109941490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.807335, 2.77]}, "bbox": [-122.819168, 38.807335, -122.819168, 38.807335]}, {"id": "5085", "type": "Feature", "properties": {"id": "us2000ajvf", "mag": 2.9, "time": 1505109741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.5774, 5.0]}, "bbox": [-111.4688, 42.5774, -111.4688, 42.5774]}, {"id": "5086", "type": "Feature", "properties": {"id": "us2000ajva", "mag": 4.3, "time": 1505109063560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9711, 15.3853, 85.78]}, "bbox": [-93.9711, 15.3853, -93.9711, 15.3853]}, {"id": "5087", "type": "Feature", "properties": {"id": "nc72890106", "mag": 1.68, "time": 1505108835910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.298667, 36.839667, 6.48]}, "bbox": [-121.298667, 36.839667, -121.298667, 36.839667]}, {"id": "5088", "type": "Feature", "properties": {"id": "ak16809690", "mag": 2.3, "time": 1505108549578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.9816, 56.0816, 4.8]}, "bbox": [-157.9816, 56.0816, -157.9816, 56.0816]}, {"id": "5089", "type": "Feature", "properties": {"id": "us2000ajv3", "mag": 2.5, "time": 1505108046520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4343, 42.6729, 8.91]}, "bbox": [-111.4343, 42.6729, -111.4343, 42.6729]}, {"id": "5090", "type": "Feature", "properties": {"id": "us2000ajuy", "mag": 4.3, "time": 1505107771280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0235, 15.4152, 96.62]}, "bbox": [-93.0235, 15.4152, -93.0235, 15.4152]}, {"id": "5091", "type": "Feature", "properties": {"id": "ak16827288", "mag": 1.8, "time": 1505107165861, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0716, 53.7182, 69.4]}, "bbox": [-166.0716, 53.7182, -166.0716, 53.7182]}, {"id": "5092", "type": "Feature", "properties": {"id": "uw61306307", "mag": 1.9, "time": 1505107163540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039333, 46.874833, 6.58]}, "bbox": [-122.039333, 46.874833, -122.039333, 46.874833]}, {"id": "5093", "type": "Feature", "properties": {"id": "nc72890096", "mag": 1.14, "time": 1505106775000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0835, 41.351667, 6.69]}, "bbox": [-122.0835, 41.351667, -122.0835, 41.351667]}, {"id": "5094", "type": "Feature", "properties": {"id": "ak16809640", "mag": 2.4, "time": 1505106550298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8937, 61.0452, 165.2]}, "bbox": [-152.8937, 61.0452, -152.8937, 61.0452]}, {"id": "5095", "type": "Feature", "properties": {"id": "ak16808961", "mag": 1.6, "time": 1505105485577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1953, 59.1308, 77.0]}, "bbox": [-153.1953, 59.1308, -153.1953, 59.1308]}, {"id": "5096", "type": "Feature", "properties": {"id": "us2000ajuh", "mag": 4.0, "time": 1505105288350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1177, 14.9912, 39.36]}, "bbox": [-94.1177, 14.9912, -94.1177, 14.9912]}, {"id": "5097", "type": "Feature", "properties": {"id": "uu60242387", "mag": 2.04, "time": 1505105195110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.553333, 8.78]}, "bbox": [-111.4145, 42.553333, -111.4145, 42.553333]}, {"id": "5098", "type": "Feature", "properties": {"id": "ci37759879", "mag": 1.88, "time": 1505105166860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.690333, 36.111167, 2.14]}, "bbox": [-117.690333, 36.111167, -117.690333, 36.111167]}, {"id": "5099", "type": "Feature", "properties": {"id": "uu60242382", "mag": 1.62, "time": 1505105133670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.917167, 39.7665, 0.9]}, "bbox": [-110.917167, 39.7665, -110.917167, 39.7665]}, {"id": "5100", "type": "Feature", "properties": {"id": "us2000ajua", "mag": 4.2, "time": 1505104652010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1678, 15.2785, 67.46]}, "bbox": [-95.1678, 15.2785, -95.1678, 15.2785]}, {"id": "5101", "type": "Feature", "properties": {"id": "us2000aju8", "mag": 4.3, "time": 1505104387690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [134.2896, -4.2452, 11.73]}, "bbox": [134.2896, -4.2452, 134.2896, -4.2452]}, {"id": "5102", "type": "Feature", "properties": {"id": "us2000aju4", "mag": 4.2, "time": 1505104376590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8401, 15.5681, 47.06]}, "bbox": [-94.8401, 15.5681, -94.8401, 15.5681]}, {"id": "5103", "type": "Feature", "properties": {"id": "ak16808959", "mag": 1.5, "time": 1505103598244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9778, 58.2872, 74.3]}, "bbox": [-153.9778, 58.2872, -153.9778, 58.2872]}, {"id": "5104", "type": "Feature", "properties": {"id": "uw61306297", "mag": 2.04, "time": 1505103582560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.873833, 6.67]}, "bbox": [-122.041833, 46.873833, -122.041833, 46.873833]}, {"id": "5105", "type": "Feature", "properties": {"id": "uw61306292", "mag": 2.25, "time": 1505103114370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041333, 46.872667, 6.52]}, "bbox": [-122.041333, 46.872667, -122.041333, 46.872667]}, {"id": "5106", "type": "Feature", "properties": {"id": "ak16827283", "mag": 1.6, "time": 1505102962401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.439, 59.7864, 127.3]}, "bbox": [-153.439, 59.7864, -153.439, 59.7864]}, {"id": "5107", "type": "Feature", "properties": {"id": "ak16827279", "mag": 1.3, "time": 1505101851739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7785, 59.9173, 97.4]}, "bbox": [-152.7785, 59.9173, -152.7785, 59.9173]}, {"id": "5108", "type": "Feature", "properties": {"id": "us2000ar0i", "mag": 4.1, "time": 1505101626150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.4651, -10.314, 10.0]}, "bbox": [152.4651, -10.314, 152.4651, -10.314]}, {"id": "5109", "type": "Feature", "properties": {"id": "ci37759855", "mag": 1.09, "time": 1505101001790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.693833, 36.111833, 2.19]}, "bbox": [-117.693833, 36.111833, -117.693833, 36.111833]}, {"id": "5110", "type": "Feature", "properties": {"id": "us2000ajtf", "mag": 3.6, "time": 1505100425300, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7392, 35.5637, 5.0]}, "bbox": [-96.7392, 35.5637, -96.7392, 35.5637]}, {"id": "5111", "type": "Feature", "properties": {"id": "us2000ar0g", "mag": 4.3, "time": 1505099718750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.3922, 57.1877, 10.0]}, "bbox": [-33.3922, 57.1877, -33.3922, 57.1877]}, {"id": "5112", "type": "Feature", "properties": {"id": "ak16808239", "mag": 1.2, "time": 1505099609741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1984, 60.4559, 13.3]}, "bbox": [-143.1984, 60.4559, -143.1984, 60.4559]}, {"id": "5113", "type": "Feature", "properties": {"id": "mb80254349", "mag": 1.33, "time": 1505099352010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.868167, 13.72]}, "bbox": [-112.536833, 46.868167, -112.536833, 46.868167]}, {"id": "5114", "type": "Feature", "properties": {"id": "ak16808202", "mag": 1.5, "time": 1505098597935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3852, 59.9636, 0.0]}, "bbox": [-139.3852, 59.9636, -139.3852, 59.9636]}, {"id": "5115", "type": "Feature", "properties": {"id": "ak16808197", "mag": 1.0, "time": 1505098478421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2252, 63.2571, 2.9]}, "bbox": [-151.2252, 63.2571, -151.2252, 63.2571]}, {"id": "5116", "type": "Feature", "properties": {"id": "ak16808189", "mag": 2.2, "time": 1505098007693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7551, 60.3801, 2.2]}, "bbox": [-137.7551, 60.3801, -137.7551, 60.3801]}, {"id": "5117", "type": "Feature", "properties": {"id": "us2000ajt6", "mag": 3.1, "time": 1505097902820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7475, 60.3735, 5.0]}, "bbox": [-137.7475, 60.3735, -137.7475, 60.3735]}, {"id": "5118", "type": "Feature", "properties": {"id": "us2000ajt7", "mag": 5.1, "time": 1505097732030, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [134.3851, -4.1892, 10.0]}, "bbox": [134.3851, -4.1892, 134.3851, -4.1892]}, {"id": "5119", "type": "Feature", "properties": {"id": "ak16808181", "mag": 1.1, "time": 1505097584665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6756, 61.6922, 62.5]}, "bbox": [-150.6756, 61.6922, -150.6756, 61.6922]}, {"id": "5120", "type": "Feature", "properties": {"id": "us2000ajt5", "mag": 3.0, "time": 1505097294300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4685, 42.672, 9.46]}, "bbox": [-111.4685, 42.672, -111.4685, 42.672]}, {"id": "5121", "type": "Feature", "properties": {"id": "us2000ajt2", "mag": 2.8, "time": 1505097280810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4535, 42.6306, 9.3]}, "bbox": [-111.4535, 42.6306, -111.4535, 42.6306]}, {"id": "5122", "type": "Feature", "properties": {"id": "us2000ar0e", "mag": 4.3, "time": 1505096741600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.0697, 24.7471, 68.23]}, "bbox": [122.0697, 24.7471, 122.0697, 24.7471]}, {"id": "5123", "type": "Feature", "properties": {"id": "us2000ajsz", "mag": 4.7, "time": 1505096631090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9001, 15.6517, 51.53]}, "bbox": [-94.9001, 15.6517, -94.9001, 15.6517]}, {"id": "5124", "type": "Feature", "properties": {"id": "ak16807505", "mag": 1.3, "time": 1505096509471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9046, 61.531, 28.4]}, "bbox": [-147.9046, 61.531, -147.9046, 61.531]}, {"id": "5125", "type": "Feature", "properties": {"id": "ak16807502", "mag": 1.6, "time": 1505096282982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2586, 62.549, 5.0]}, "bbox": [-159.2586, 62.549, -159.2586, 62.549]}, {"id": "5126", "type": "Feature", "properties": {"id": "nc72890026", "mag": 1.21, "time": 1505096190960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009667, 37.590833, -0.07]}, "bbox": [-119.009667, 37.590833, -119.009667, 37.590833]}, {"id": "5127", "type": "Feature", "properties": {"id": "us2000ajsw", "mag": 4.2, "time": 1505095770400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.418, 15.8113, 56.97]}, "bbox": [-94.418, 15.8113, -94.418, 15.8113]}, {"id": "5128", "type": "Feature", "properties": {"id": "ak16807468", "mag": 1.2, "time": 1505095529647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0357, 62.0888, 52.2]}, "bbox": [-150.0357, 62.0888, -150.0357, 62.0888]}, {"id": "5129", "type": "Feature", "properties": {"id": "ci37759783", "mag": 2.05, "time": 1505095452510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.502333, 35.679, 6.19]}, "bbox": [-116.502333, 35.679, -116.502333, 35.679]}, {"id": "5130", "type": "Feature", "properties": {"id": "nc72890021", "mag": 1.71, "time": 1505095034230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.535667, 37.632333, 19.33]}, "bbox": [-119.535667, 37.632333, -119.535667, 37.632333]}, {"id": "5131", "type": "Feature", "properties": {"id": "ci37759775", "mag": 1.34, "time": 1505095022580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.507333, 34.488, 1.46]}, "bbox": [-116.507333, 34.488, -116.507333, 34.488]}, {"id": "5132", "type": "Feature", "properties": {"id": "us2000ajsk", "mag": 4.6, "time": 1505093529680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.5451, 12.9836, 114.29]}, "bbox": [143.5451, 12.9836, 143.5451, 12.9836]}, {"id": "5133", "type": "Feature", "properties": {"id": "ak16827267", "mag": 1.3, "time": 1505093440775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1537, 59.7401, 106.9]}, "bbox": [-153.1537, 59.7401, -153.1537, 59.7401]}, {"id": "5134", "type": "Feature", "properties": {"id": "ci37759759", "mag": 1.69, "time": 1505093145730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798167, 33.493667, 3.61]}, "bbox": [-116.798167, 33.493667, -116.798167, 33.493667]}, {"id": "5135", "type": "Feature", "properties": {"id": "nn00604614", "mag": 1.5, "time": 1505092989312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.6589, 37.3487, 6.1]}, "bbox": [-114.6589, 37.3487, -114.6589, 37.3487]}, {"id": "5136", "type": "Feature", "properties": {"id": "us2000ar1r", "mag": 3.5, "time": 1505092806050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.8111, 53.8607, 10.0]}, "bbox": [170.8111, 53.8607, 170.8111, 53.8607]}, {"id": "5137", "type": "Feature", "properties": {"id": "us2000ar0b", "mag": 4.2, "time": 1505092783010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.953, 17.3198, 10.0]}, "bbox": [95.953, 17.3198, 95.953, 17.3198]}, {"id": "5138", "type": "Feature", "properties": {"id": "hv61903861", "mag": 1.26, "time": 1505092321650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.490333, 19.339667, 9.09]}, "bbox": [-155.490333, 19.339667, -155.490333, 19.339667]}, {"id": "5139", "type": "Feature", "properties": {"id": "us2000ajsh", "mag": 4.1, "time": 1505092219210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.972, -6.9548, 134.48]}, "bbox": [129.972, -6.9548, 129.972, -6.9548]}, {"id": "5140", "type": "Feature", "properties": {"id": "ak16806794", "mag": 1.3, "time": 1505092129494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3457, 60.4497, 89.7]}, "bbox": [-152.3457, 60.4497, -152.3457, 60.4497]}, {"id": "5141", "type": "Feature", "properties": {"id": "ak16827265", "mag": 1.1, "time": 1505091880397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6719, 63.2902, 124.6]}, "bbox": [-150.6719, 63.2902, -150.6719, 63.2902]}, {"id": "5142", "type": "Feature", "properties": {"id": "uu60242262", "mag": 2.47, "time": 1505091634360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.578333, 7.23]}, "bbox": [-111.440667, 42.578333, -111.440667, 42.578333]}, {"id": "5143", "type": "Feature", "properties": {"id": "us2000ajsf", "mag": 2.3, "time": 1505091431720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443, 42.5904, 7.61]}, "bbox": [-111.443, 42.5904, -111.443, 42.5904]}, {"id": "5144", "type": "Feature", "properties": {"id": "ak16827264", "mag": 1.3, "time": 1505091007359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0095, 58.5704, 86.0]}, "bbox": [-154.0095, 58.5704, -154.0095, 58.5704]}, {"id": "5145", "type": "Feature", "properties": {"id": "nc72890011", "mag": 1.58, "time": 1505090685010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.542333, 4.8]}, "bbox": [-118.832333, 37.542333, -118.832333, 37.542333]}, {"id": "5146", "type": "Feature", "properties": {"id": "ci37759743", "mag": 1.01, "time": 1505090624240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.589167, 36.0335, 2.63]}, "bbox": [-117.589167, 36.0335, -117.589167, 36.0335]}, {"id": "5147", "type": "Feature", "properties": {"id": "us2000amxb", "mag": 3.0, "time": 1505090296990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.554, 51.5916, 17.56]}, "bbox": [-178.554, 51.5916, -178.554, 51.5916]}, {"id": "5148", "type": "Feature", "properties": {"id": "nc72890001", "mag": 0.97, "time": 1505089976320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.541833, 4.79]}, "bbox": [-118.831, 37.541833, -118.831, 37.541833]}, {"id": "5149", "type": "Feature", "properties": {"id": "us2000ajsa", "mag": 4.9, "time": 1505089942200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9938, 15.3932, 58.95]}, "bbox": [-93.9938, 15.3932, -93.9938, 15.3932]}, {"id": "5150", "type": "Feature", "properties": {"id": "us2000ajs1", "mag": 3.2, "time": 1505088752720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.563, 8.0]}, "bbox": [-111.4151, 42.563, -111.4151, 42.563]}, {"id": "5151", "type": "Feature", "properties": {"id": "us2000ajrw", "mag": 4.4, "time": 1505087147130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4901, 14.0924, 54.64]}, "bbox": [-93.4901, 14.0924, -93.4901, 14.0924]}, {"id": "5152", "type": "Feature", "properties": {"id": "ak16806048", "mag": 1.2, "time": 1505085946916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3481, 62.1328, 10.2]}, "bbox": [-150.3481, 62.1328, -150.3481, 62.1328]}, {"id": "5153", "type": "Feature", "properties": {"id": "ci37759727", "mag": 1.54, "time": 1505085941950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.663167, 35.044, -0.82]}, "bbox": [-117.663167, 35.044, -117.663167, 35.044]}, {"id": "5154", "type": "Feature", "properties": {"id": "us2000ajrn", "mag": 2.4, "time": 1505085758040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4372, 42.584, 3.54]}, "bbox": [-111.4372, 42.584, -111.4372, 42.584]}, {"id": "5155", "type": "Feature", "properties": {"id": "ak16827727", "mag": 1.2, "time": 1505085448361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0012, 60.1398, 104.9]}, "bbox": [-153.0012, 60.1398, -153.0012, 60.1398]}, {"id": "5156", "type": "Feature", "properties": {"id": "us2000ajrh", "mag": 2.4, "time": 1505084625610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4614, 42.6018, 5.02]}, "bbox": [-111.4614, 42.6018, -111.4614, 42.6018]}, {"id": "5157", "type": "Feature", "properties": {"id": "us2000ajre", "mag": 3.0, "time": 1505084186000, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4583, 42.5935, 5.0]}, "bbox": [-111.4583, 42.5935, -111.4583, 42.5935]}, {"id": "5158", "type": "Feature", "properties": {"id": "ak16805384", "mag": 1.3, "time": 1505084019928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9225, 60.1912, 51.8]}, "bbox": [-150.9225, 60.1912, -150.9225, 60.1912]}, {"id": "5159", "type": "Feature", "properties": {"id": "pr2017253006", "mag": 3.55, "time": 1505083663180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7241, 19.5025, 24.0]}, "bbox": [-68.7241, 19.5025, -68.7241, 19.5025]}, {"id": "5160", "type": "Feature", "properties": {"id": "ci37759703", "mag": 1.47, "time": 1505083414820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164, 34.038833, 6.0]}, "bbox": [-117.164, 34.038833, -117.164, 34.038833]}, {"id": "5161", "type": "Feature", "properties": {"id": "ci37759695", "mag": 2.37, "time": 1505083359860, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166167, 34.037667, 6.01]}, "bbox": [-117.166167, 34.037667, -117.166167, 34.037667]}, {"id": "5162", "type": "Feature", "properties": {"id": "ci37759687", "mag": 1.26, "time": 1505083316070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166667, 34.039167, 6.08]}, "bbox": [-117.166667, 34.039167, -117.166667, 34.039167]}, {"id": "5163", "type": "Feature", "properties": {"id": "ismpkansas70234968", "mag": 1.57, "time": 1505083207900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.877167, 37.229167, 3.02]}, "bbox": [-97.877167, 37.229167, -97.877167, 37.229167]}, {"id": "5164", "type": "Feature", "properties": {"id": "ci37759679", "mag": 1.03, "time": 1505082787240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.290167, 35.090833, 2.62]}, "bbox": [-118.290167, 35.090833, -118.290167, 35.090833]}, {"id": "5165", "type": "Feature", "properties": {"id": "uu60242127", "mag": 1.52, "time": 1505082515530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439, 42.5855, 3.5]}, "bbox": [-111.439, 42.5855, -111.439, 42.5855]}, {"id": "5166", "type": "Feature", "properties": {"id": "ak16805375", "mag": 2.0, "time": 1505082468672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2261, 62.1899, 53.2]}, "bbox": [-150.2261, 62.1899, -150.2261, 62.1899]}, {"id": "5167", "type": "Feature", "properties": {"id": "ak16805361", "mag": 2.4, "time": 1505082389962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8636, 68.2355, 2.3]}, "bbox": [-146.8636, 68.2355, -146.8636, 68.2355]}, {"id": "5168", "type": "Feature", "properties": {"id": "us2000ajq9", "mag": 3.3, "time": 1505081821360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4511, 42.5959, 5.0]}, "bbox": [-111.4511, 42.5959, -111.4511, 42.5959]}, {"id": "5169", "type": "Feature", "properties": {"id": "nc72889956", "mag": 1.01, "time": 1505081275110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.790333, 37.452833, 8.21]}, "bbox": [-121.790333, 37.452833, -121.790333, 37.452833]}, {"id": "5170", "type": "Feature", "properties": {"id": "ak16805341", "mag": 2.5, "time": 1505081090999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9101, 57.044, 46.2]}, "bbox": [-154.9101, 57.044, -154.9101, 57.044]}, {"id": "5171", "type": "Feature", "properties": {"id": "us2000ajpe", "mag": 5.9, "time": 1505079621210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.6765, 57.1272, 10.0]}, "bbox": [-33.6765, 57.1272, -33.6765, 57.1272]}, {"id": "5172", "type": "Feature", "properties": {"id": "nc72889936", "mag": 1.22, "time": 1505079295950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.937667, 37.601667, 1.02]}, "bbox": [-118.937667, 37.601667, -118.937667, 37.601667]}, {"id": "5173", "type": "Feature", "properties": {"id": "nc72889931", "mag": 1.1, "time": 1505078962470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.806, 37.5175, -2.34]}, "bbox": [-118.806, 37.5175, -118.806, 37.5175]}, {"id": "5174", "type": "Feature", "properties": {"id": "us2000ajp8", "mag": 2.8, "time": 1505078892060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4509, 42.5792, 6.22]}, "bbox": [-111.4509, 42.5792, -111.4509, 42.5792]}, {"id": "5175", "type": "Feature", "properties": {"id": "uw61306227", "mag": 1.13, "time": 1505078465000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.011167, 46.792, 5.12]}, "bbox": [-122.011167, 46.792, -122.011167, 46.792]}, {"id": "5176", "type": "Feature", "properties": {"id": "uu60241997", "mag": 1.44, "time": 1505078100230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422167, 42.554167, 8.0]}, "bbox": [-111.422167, 42.554167, -111.422167, 42.554167]}, {"id": "5177", "type": "Feature", "properties": {"id": "ak16827720", "mag": 1.0, "time": 1505077902054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0938, 58.0932, 50.1]}, "bbox": [-153.0938, 58.0932, -153.0938, 58.0932]}, {"id": "5178", "type": "Feature", "properties": {"id": "nc72889921", "mag": 1.74, "time": 1505077579730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.941333, 37.642833, 0.01]}, "bbox": [-118.941333, 37.642833, -118.941333, 37.642833]}, {"id": "5179", "type": "Feature", "properties": {"id": "nc72889926", "mag": 1.62, "time": 1505077560070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946167, 37.638667, -0.65]}, "bbox": [-118.946167, 37.638667, -118.946167, 37.638667]}, {"id": "5180", "type": "Feature", "properties": {"id": "nc72889911", "mag": 0.99, "time": 1505077390170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.394833, 36.9325, 8.56]}, "bbox": [-121.394833, 36.9325, -121.394833, 36.9325]}, {"id": "5181", "type": "Feature", "properties": {"id": "pr2017253005", "mag": 2.52, "time": 1505077373570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.714, 18.0166, 7.0]}, "bbox": [-66.714, 18.0166, -66.714, 18.0166]}, {"id": "5182", "type": "Feature", "properties": {"id": "nc72889916", "mag": 0.95, "time": 1505077317230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.881833, 37.512333, -0.07]}, "bbox": [-118.881833, 37.512333, -118.881833, 37.512333]}, {"id": "5183", "type": "Feature", "properties": {"id": "ak16804640", "mag": 1.6, "time": 1505077302019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5368, 58.8361, 122.2]}, "bbox": [-154.5368, 58.8361, -154.5368, 58.8361]}, {"id": "5184", "type": "Feature", "properties": {"id": "us2000ajnd", "mag": 4.5, "time": 1505076424950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2595, 15.0768, 55.96]}, "bbox": [-94.2595, 15.0768, -94.2595, 15.0768]}, {"id": "5185", "type": "Feature", "properties": {"id": "nn00604604", "mag": 1.4, "time": 1505076297106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 40.8314, 10.3]}, "bbox": [-115.9555, 40.8314, -115.9555, 40.8314]}, {"id": "5186", "type": "Feature", "properties": {"id": "ak16803984", "mag": 1.3, "time": 1505076289998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1907, 63.4845, 0.8]}, "bbox": [-151.1907, 63.4845, -151.1907, 63.4845]}, {"id": "5187", "type": "Feature", "properties": {"id": "us2000ajms", "mag": 3.3, "time": 1505075535460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4239, 42.5436, 5.0]}, "bbox": [-111.4239, 42.5436, -111.4239, 42.5436]}, {"id": "5188", "type": "Feature", "properties": {"id": "nn00604570", "mag": 1.1, "time": 1505075507371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8807, 36.8036, 7.4]}, "bbox": [-115.8807, 36.8036, -115.8807, 36.8036]}, {"id": "5189", "type": "Feature", "properties": {"id": "ak16827715", "mag": 1.2, "time": 1505074869438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7422, 60.0074, 102.5]}, "bbox": [-152.7422, 60.0074, -152.7422, 60.0074]}, {"id": "5190", "type": "Feature", "properties": {"id": "ak16803877", "mag": 1.0, "time": 1505074842648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4194, 63.2783, 7.1]}, "bbox": [-151.4194, 63.2783, -151.4194, 63.2783]}, {"id": "5191", "type": "Feature", "properties": {"id": "us2000ajm5", "mag": 2.5, "time": 1505074494700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4599, 42.5711, 10.61]}, "bbox": [-111.4599, 42.5711, -111.4599, 42.5711]}, {"id": "5192", "type": "Feature", "properties": {"id": "hv61903706", "mag": 1.86, "time": 1505074128010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.273331, 19.413166, 0.54]}, "bbox": [-155.273331, 19.413166, -155.273331, 19.413166]}, {"id": "5193", "type": "Feature", "properties": {"id": "us2000ajlx", "mag": 3.2, "time": 1505074034020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.42, 42.5453, 7.37]}, "bbox": [-111.42, 42.5453, -111.42, 42.5453]}, {"id": "5194", "type": "Feature", "properties": {"id": "ak16803869", "mag": 1.2, "time": 1505073920064, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7217, 63.3651, 4.1]}, "bbox": [-151.7217, 63.3651, -151.7217, 63.3651]}, {"id": "5195", "type": "Feature", "properties": {"id": "us2000ajls", "mag": 4.3, "time": 1505073807210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.114, -23.6018, 85.28]}, "bbox": [-69.114, -23.6018, -69.114, -23.6018]}, {"id": "5196", "type": "Feature", "properties": {"id": "us2000ajlp", "mag": 4.6, "time": 1505073492510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [13.2839, 42.1689, 5.0]}, "bbox": [13.2839, 42.1689, 13.2839, 42.1689]}, {"id": "5197", "type": "Feature", "properties": {"id": "ci37759623", "mag": 1.13, "time": 1505073299090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.162, 34.035333, 6.06]}, "bbox": [-117.162, 34.035333, -117.162, 34.035333]}, {"id": "5198", "type": "Feature", "properties": {"id": "us2000ajlc", "mag": 2.7, "time": 1505072667200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6178, 36.1361, 5.301]}, "bbox": [-97.6178, 36.1361, -97.6178, 36.1361]}, {"id": "5199", "type": "Feature", "properties": {"id": "mb80254244", "mag": 1.15, "time": 1505072506030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527667, 46.862667, 10.3]}, "bbox": [-112.527667, 46.862667, -112.527667, 46.862667]}, {"id": "5200", "type": "Feature", "properties": {"id": "us2000akfw", "mag": 3.1, "time": 1505072325000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4094, 42.5488, 7.85]}, "bbox": [-111.4094, 42.5488, -111.4094, 42.5488]}, {"id": "5201", "type": "Feature", "properties": {"id": "us2000ajl5", "mag": 2.7, "time": 1505072221960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4249, 42.5451, 9.42]}, "bbox": [-111.4249, 42.5451, -111.4249, 42.5451]}, {"id": "5202", "type": "Feature", "properties": {"id": "nc72889901", "mag": 1.7, "time": 1505072189820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784833, 38.824667, 1.65]}, "bbox": [-122.784833, 38.824667, -122.784833, 38.824667]}, {"id": "5203", "type": "Feature", "properties": {"id": "nc72889906", "mag": 1.54, "time": 1505072140190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.153, 37.129167, 12.33]}, "bbox": [-121.153, 37.129167, -121.153, 37.129167]}, {"id": "5204", "type": "Feature", "properties": {"id": "nc72889891", "mag": 1.28, "time": 1505070945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.891, 37.544167, 1.7]}, "bbox": [-118.891, 37.544167, -118.891, 37.544167]}, {"id": "5205", "type": "Feature", "properties": {"id": "ak16803197", "mag": 2.5, "time": 1505070454371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4505, 54.6854, 60.7]}, "bbox": [-162.4505, 54.6854, -162.4505, 54.6854]}, {"id": "5206", "type": "Feature", "properties": {"id": "us2000ajkd", "mag": 4.1, "time": 1505070312980, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5563, 13.0]}, "bbox": [-111.4177, 42.5563, -111.4177, 42.5563]}, {"id": "5207", "type": "Feature", "properties": {"id": "nc72889881", "mag": 1.58, "time": 1505069810220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 37.1305, 12.32]}, "bbox": [-121.149, 37.1305, -121.149, 37.1305]}, {"id": "5208", "type": "Feature", "properties": {"id": "us2000ajkz", "mag": 2.4, "time": 1505069780800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4181, 42.5449, 7.46]}, "bbox": [-111.4181, 42.5449, -111.4181, 42.5449]}, {"id": "5209", "type": "Feature", "properties": {"id": "pr2017253004", "mag": 3.24, "time": 1505069521610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.0411, 19.2021, 48.0]}, "bbox": [-65.0411, 19.2021, -65.0411, 19.2021]}, {"id": "5210", "type": "Feature", "properties": {"id": "hv61903656", "mag": 1.57, "time": 1505069138690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.104167, 19.329333, 5.178]}, "bbox": [-155.104167, 19.329333, -155.104167, 19.329333]}, {"id": "5211", "type": "Feature", "properties": {"id": "us2000ajjx", "mag": 2.9, "time": 1505068769580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5555, 7.28]}, "bbox": [-111.4153, 42.5555, -111.4153, 42.5555]}, {"id": "5212", "type": "Feature", "properties": {"id": "ak16802543", "mag": 1.6, "time": 1505068750842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6404, 58.5519, 66.4]}, "bbox": [-153.6404, 58.5519, -153.6404, 58.5519]}, {"id": "5213", "type": "Feature", "properties": {"id": "us2000ajju", "mag": 2.5, "time": 1505068746720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9924, 37.0464, 6.8]}, "bbox": [-104.9924, 37.0464, -104.9924, 37.0464]}, {"id": "5214", "type": "Feature", "properties": {"id": "nc72889876", "mag": 1.12, "time": 1505068188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.315667, 36.955833, 7.62]}, "bbox": [-121.315667, 36.955833, -121.315667, 36.955833]}, {"id": "5215", "type": "Feature", "properties": {"id": "us2000ajjp", "mag": 2.3, "time": 1505068125580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1711, 35.6565, 7.54]}, "bbox": [-97.1711, 35.6565, -97.1711, 35.6565]}, {"id": "5216", "type": "Feature", "properties": {"id": "us2000ajjl", "mag": 2.4, "time": 1505067921890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4388, 42.6003, 7.21]}, "bbox": [-111.4388, 42.6003, -111.4388, 42.6003]}, {"id": "5217", "type": "Feature", "properties": {"id": "ci37759607", "mag": 1.53, "time": 1505067791950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169667, 34.037167, 4.29]}, "bbox": [-117.169667, 34.037167, -117.169667, 34.037167]}, {"id": "5218", "type": "Feature", "properties": {"id": "ci37759599", "mag": 0.99, "time": 1505067584720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.028, 2.94]}, "bbox": [-117.163333, 34.028, -117.163333, 34.028]}, {"id": "5219", "type": "Feature", "properties": {"id": "us2000ajn9", "mag": 2.7, "time": 1505067322220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5732, 52.3355, 35.0]}, "bbox": [-170.5732, 52.3355, -170.5732, 52.3355]}, {"id": "5220", "type": "Feature", "properties": {"id": "ak16827705", "mag": 1.3, "time": 1505067315004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7536, 59.2097, 68.0]}, "bbox": [-152.7536, 59.2097, -152.7536, 59.2097]}, {"id": "5221", "type": "Feature", "properties": {"id": "nc72889866", "mag": 1.0, "time": 1505067136160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.833, 0.66]}, "bbox": [-122.764168, 38.833, -122.764168, 38.833]}, {"id": "5222", "type": "Feature", "properties": {"id": "nc72889861", "mag": 1.06, "time": 1505067131030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.833667, 1.17]}, "bbox": [-122.759667, 38.833667, -122.759667, 38.833667]}, {"id": "5223", "type": "Feature", "properties": {"id": "ak16802540", "mag": 1.3, "time": 1505066586033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3745, 62.1772, 42.1]}, "bbox": [-149.3745, 62.1772, -149.3745, 62.1772]}, {"id": "5224", "type": "Feature", "properties": {"id": "ci37759591", "mag": 1.48, "time": 1505066404370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166333, 34.044667, 5.25]}, "bbox": [-117.166333, 34.044667, -117.166333, 34.044667]}, {"id": "5225", "type": "Feature", "properties": {"id": "ci37759583", "mag": 1.53, "time": 1505066395290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.041167, 5.54]}, "bbox": [-117.163333, 34.041167, -117.163333, 34.041167]}, {"id": "5226", "type": "Feature", "properties": {"id": "ak16827703", "mag": 1.0, "time": 1505066200905, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7529, 58.6862, 17.0]}, "bbox": [-153.7529, 58.6862, -153.7529, 58.6862]}, {"id": "5227", "type": "Feature", "properties": {"id": "ci37759567", "mag": 1.34, "time": 1505066082610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163833, 34.040667, 6.08]}, "bbox": [-117.163833, 34.040667, -117.163833, 34.040667]}, {"id": "5228", "type": "Feature", "properties": {"id": "ak16802539", "mag": 1.1, "time": 1505065957419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0268, 60.5262, 19.4]}, "bbox": [-151.0268, 60.5262, -151.0268, 60.5262]}, {"id": "5229", "type": "Feature", "properties": {"id": "us2000ajjb", "mag": 2.5, "time": 1505065916650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4209, 42.5639, 8.61]}, "bbox": [-111.4209, 42.5639, -111.4209, 42.5639]}, {"id": "5230", "type": "Feature", "properties": {"id": "ci37759559", "mag": 1.32, "time": 1505065772840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2325, 34.474333, 11.0]}, "bbox": [-119.2325, 34.474333, -119.2325, 34.474333]}, {"id": "5231", "type": "Feature", "properties": {"id": "ak16802537", "mag": 1.3, "time": 1505065364910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2942, 63.1472, 1.0]}, "bbox": [-151.2942, 63.1472, -151.2942, 63.1472]}, {"id": "5232", "type": "Feature", "properties": {"id": "ci37759551", "mag": 1.1, "time": 1505065150010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172667, 34.034333, 5.23]}, "bbox": [-117.172667, 34.034333, -117.172667, 34.034333]}, {"id": "5233", "type": "Feature", "properties": {"id": "ci37759543", "mag": 1.69, "time": 1505064387890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.295, 35.088667, 4.44]}, "bbox": [-118.295, 35.088667, -118.295, 35.088667]}, {"id": "5234", "type": "Feature", "properties": {"id": "ak16802513", "mag": 1.5, "time": 1505064158942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1889, 65.0868, 19.8]}, "bbox": [-145.1889, 65.0868, -145.1889, 65.0868]}, {"id": "5235", "type": "Feature", "properties": {"id": "us2000ajj3", "mag": 4.4, "time": 1505063935670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.4969, 41.9157, 28.96]}, "bbox": [82.4969, 41.9157, 82.4969, 41.9157]}, {"id": "5236", "type": "Feature", "properties": {"id": "us2000ajiy", "mag": 2.7, "time": 1505063902750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4577, 42.6058, 5.68]}, "bbox": [-111.4577, 42.6058, -111.4577, 42.6058]}, {"id": "5237", "type": "Feature", "properties": {"id": "uu60241602", "mag": 1.36, "time": 1505063711640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415333, 42.567, 9.66]}, "bbox": [-111.415333, 42.567, -111.415333, 42.567]}, {"id": "5238", "type": "Feature", "properties": {"id": "ci37759535", "mag": 1.1, "time": 1505063618920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165167, 34.041667, 6.46]}, "bbox": [-117.165167, 34.041667, -117.165167, 34.041667]}, {"id": "5239", "type": "Feature", "properties": {"id": "nc72889821", "mag": 1.62, "time": 1505063575750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 37.135667, 10.29]}, "bbox": [-121.157167, 37.135667, -121.157167, 37.135667]}, {"id": "5240", "type": "Feature", "properties": {"id": "nc72889816", "mag": 1.01, "time": 1505063492860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.774667, 35.547833, 5.09]}, "bbox": [-120.774667, 35.547833, -120.774667, 35.547833]}, {"id": "5241", "type": "Feature", "properties": {"id": "ci37759527", "mag": 2.15, "time": 1505063398380, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.238167, 34.467833, 11.17]}, "bbox": [-119.238167, 34.467833, -119.238167, 34.467833]}, {"id": "5242", "type": "Feature", "properties": {"id": "us2000ajih", "mag": 2.5, "time": 1505062945810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4296, 42.5627, 11.62]}, "bbox": [-111.4296, 42.5627, -111.4296, 42.5627]}, {"id": "5243", "type": "Feature", "properties": {"id": "nc72889806", "mag": 2.49, "time": 1505062781340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.789333, 3.19]}, "bbox": [-122.801833, 38.789333, -122.801833, 38.789333]}, {"id": "5244", "type": "Feature", "properties": {"id": "uu60013054", "mag": 1.65, "time": 1505062641290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.594667, 6.67]}, "bbox": [-111.444, 42.594667, -111.444, 42.594667]}, {"id": "5245", "type": "Feature", "properties": {"id": "uu60241572", "mag": 2.02, "time": 1505062621720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.432167, 42.5965, 4.48]}, "bbox": [-111.432167, 42.5965, -111.432167, 42.5965]}, {"id": "5246", "type": "Feature", "properties": {"id": "ci37759519", "mag": 1.59, "time": 1505062248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.038667, 4.49]}, "bbox": [-117.167, 34.038667, -117.167, 34.038667]}, {"id": "5247", "type": "Feature", "properties": {"id": "ci37759511", "mag": 1.92, "time": 1505062179580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165, 34.039333, 4.98]}, "bbox": [-117.165, 34.039333, -117.165, 34.039333]}, {"id": "5248", "type": "Feature", "properties": {"id": "ci37759503", "mag": 1.57, "time": 1505062145210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164167, 34.037667, 5.25]}, "bbox": [-117.164167, 34.037667, -117.164167, 34.037667]}, {"id": "5249", "type": "Feature", "properties": {"id": "ci37759495", "mag": 1.42, "time": 1505061900480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165667, 34.038667, 5.34]}, "bbox": [-117.165667, 34.038667, -117.165667, 34.038667]}, {"id": "5250", "type": "Feature", "properties": {"id": "ak16801882", "mag": 1.1, "time": 1505061849133, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1509, 60.3803, 7.0]}, "bbox": [-142.1509, 60.3803, -142.1509, 60.3803]}, {"id": "5251", "type": "Feature", "properties": {"id": "ci37759487", "mag": 1.49, "time": 1505061523920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.893, 35.343333, 5.39]}, "bbox": [-119.893, 35.343333, -119.893, 35.343333]}, {"id": "5252", "type": "Feature", "properties": {"id": "ak16801880", "mag": 1.5, "time": 1505061368254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.731, 60.0161, 6.5]}, "bbox": [-141.731, 60.0161, -141.731, 60.0161]}, {"id": "5253", "type": "Feature", "properties": {"id": "ci37759471", "mag": 1.2, "time": 1505061266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167333, 34.040167, 4.42]}, "bbox": [-117.167333, 34.040167, -117.167333, 34.040167]}, {"id": "5254", "type": "Feature", "properties": {"id": "us2000ajn8", "mag": 3.4, "time": 1505060976520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3264, 52.5377, 96.17]}, "bbox": [-173.3264, 52.5377, -173.3264, 52.5377]}, {"id": "5255", "type": "Feature", "properties": {"id": "ci37759455", "mag": 1.41, "time": 1505060968220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8935, 35.3405, 5.83]}, "bbox": [-119.8935, 35.3405, -119.8935, 35.3405]}, {"id": "5256", "type": "Feature", "properties": {"id": "ak16801858", "mag": 1.5, "time": 1505060123211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4433, 51.6859, 21.0]}, "bbox": [-178.4433, 51.6859, -178.4433, 51.6859]}, {"id": "5257", "type": "Feature", "properties": {"id": "ak16801272", "mag": 1.1, "time": 1505059792074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1384, 63.4871, 1.4]}, "bbox": [-148.1384, 63.4871, -148.1384, 63.4871]}, {"id": "5258", "type": "Feature", "properties": {"id": "ak16827692", "mag": 2.2, "time": 1505059542515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3922, 52.3983, 21.1]}, "bbox": [-169.3922, 52.3983, -169.3922, 52.3983]}, {"id": "5259", "type": "Feature", "properties": {"id": "nc72889781", "mag": 1.29, "time": 1505059412980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943667, 37.596167, 2.31]}, "bbox": [-118.943667, 37.596167, -118.943667, 37.596167]}, {"id": "5260", "type": "Feature", "properties": {"id": "us2000ajqf", "mag": 4.6, "time": 1505058668170, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.1945, 35.7377, 54.25]}, "bbox": [139.1945, 35.7377, 139.1945, 35.7377]}, {"id": "5261", "type": "Feature", "properties": {"id": "nc72889766", "mag": 1.32, "time": 1505058489100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.046333, 38.9295, 0.46]}, "bbox": [-123.046333, 38.9295, -123.046333, 38.9295]}, {"id": "5262", "type": "Feature", "properties": {"id": "us2000ajhi", "mag": 2.5, "time": 1505058212500, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7958, 35.9926, 4.398]}, "bbox": [-96.7958, 35.9926, -96.7958, 35.9926]}, {"id": "5263", "type": "Feature", "properties": {"id": "ak16801236", "mag": 1.4, "time": 1505058208151, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9025, 57.4691, 48.4]}, "bbox": [-154.9025, 57.4691, -154.9025, 57.4691]}, {"id": "5264", "type": "Feature", "properties": {"id": "ci37759407", "mag": 1.83, "time": 1505057535880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3395, 34.014333, 2.3]}, "bbox": [-116.3395, 34.014333, -116.3395, 34.014333]}, {"id": "5265", "type": "Feature", "properties": {"id": "us2000artt", "mag": 4.2, "time": 1505057483820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.9272, 37.8866, 41.94]}, "bbox": [141.9272, 37.8866, 141.9272, 37.8866]}, {"id": "5266", "type": "Feature", "properties": {"id": "ak16827688", "mag": 1.7, "time": 1505057440690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7035, 58.208, 3.0]}, "bbox": [-151.7035, 58.208, -151.7035, 58.208]}, {"id": "5267", "type": "Feature", "properties": {"id": "us2000ajh6", "mag": 4.6, "time": 1505057331420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4383, 15.2976, 42.92]}, "bbox": [-94.4383, 15.2976, -94.4383, 15.2976]}, {"id": "5268", "type": "Feature", "properties": {"id": "us2000ajh4", "mag": 2.6, "time": 1505057207380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5593, 7.96]}, "bbox": [-111.4289, 42.5593, -111.4289, 42.5593]}, {"id": "5269", "type": "Feature", "properties": {"id": "ak16827687", "mag": 1.5, "time": 1505057001386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4181, 51.7014, 6.6]}, "bbox": [-178.4181, 51.7014, -178.4181, 51.7014]}, {"id": "5270", "type": "Feature", "properties": {"id": "us2000ajh2", "mag": 4.2, "time": 1505056916120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2576, 14.9344, 12.93]}, "bbox": [-94.2576, 14.9344, -94.2576, 14.9344]}, {"id": "5271", "type": "Feature", "properties": {"id": "us2000ajgy", "mag": 2.5, "time": 1505056755330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7823, 37.3283, 5.9]}, "bbox": [-97.7823, 37.3283, -97.7823, 37.3283]}, {"id": "5272", "type": "Feature", "properties": {"id": "ak16827686", "mag": 1.1, "time": 1505056731493, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8679, 57.3821, 46.4]}, "bbox": [-154.8679, 57.3821, -154.8679, 57.3821]}, {"id": "5273", "type": "Feature", "properties": {"id": "us2000ajgx", "mag": 2.8, "time": 1505056639060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4498, 42.5804, 5.9]}, "bbox": [-111.4498, 42.5804, -111.4498, 42.5804]}, {"id": "5274", "type": "Feature", "properties": {"id": "ak16827685", "mag": 1.2, "time": 1505056471867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1402, 60.9584, 19.6]}, "bbox": [-149.1402, 60.9584, -149.1402, 60.9584]}, {"id": "5275", "type": "Feature", "properties": {"id": "us2000ajgu", "mag": 2.5, "time": 1505056401260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4462, 42.5738, 5.62]}, "bbox": [-111.4462, 42.5738, -111.4462, 42.5738]}, {"id": "5276", "type": "Feature", "properties": {"id": "us2000ajgm", "mag": 4.9, "time": 1505055545760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6784, 14.1109, 10.0]}, "bbox": [146.6784, 14.1109, 146.6784, 14.1109]}, {"id": "5277", "type": "Feature", "properties": {"id": "ci37759383", "mag": 1.0, "time": 1505055131400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169167, 34.0425, 5.43]}, "bbox": [-117.169167, 34.0425, -117.169167, 34.0425]}, {"id": "5278", "type": "Feature", "properties": {"id": "us2000ajge", "mag": 3.4, "time": 1505054862840, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4185, 42.5625, 9.41]}, "bbox": [-111.4185, 42.5625, -111.4185, 42.5625]}, {"id": "5279", "type": "Feature", "properties": {"id": "ak16800620", "mag": 1.1, "time": 1505054600546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7386, 61.4915, 80.1]}, "bbox": [-151.7386, 61.4915, -151.7386, 61.4915]}, {"id": "5280", "type": "Feature", "properties": {"id": "us2000ajgc", "mag": 3.1, "time": 1505054298370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.55, 7.52]}, "bbox": [-111.4151, 42.55, -111.4151, 42.55]}, {"id": "5281", "type": "Feature", "properties": {"id": "ak16800576", "mag": 2.5, "time": 1505054208776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9361, 60.2731, 64.5]}, "bbox": [-150.9361, 60.2731, -150.9361, 60.2731]}, {"id": "5282", "type": "Feature", "properties": {"id": "nc72889746", "mag": 1.38, "time": 1505053809310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.442, 37.695667, 4.15]}, "bbox": [-119.442, 37.695667, -119.442, 37.695667]}, {"id": "5283", "type": "Feature", "properties": {"id": "pr2017253003", "mag": 2.17, "time": 1505052857240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2868, 18.1121, 18.0]}, "bbox": [-67.2868, 18.1121, -67.2868, 18.1121]}, {"id": "5284", "type": "Feature", "properties": {"id": "us2000ajg9", "mag": 2.9, "time": 1505052838460, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5162, 46.8743, 14.72]}, "bbox": [-112.5162, 46.8743, -112.5162, 46.8743]}, {"id": "5285", "type": "Feature", "properties": {"id": "nc72889741", "mag": 1.38, "time": 1505052751930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824333, 38.060667, 1.0]}, "bbox": [-118.824333, 38.060667, -118.824333, 38.060667]}, {"id": "5286", "type": "Feature", "properties": {"id": "ak16799977", "mag": 1.0, "time": 1505052033903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8767, 61.5617, 10.0]}, "bbox": [-140.8767, 61.5617, -140.8767, 61.5617]}, {"id": "5287", "type": "Feature", "properties": {"id": "mb80254079", "mag": 1.59, "time": 1505051737640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.410667, 44.4485, 6.72]}, "bbox": [-114.410667, 44.4485, -114.410667, 44.4485]}, {"id": "5288", "type": "Feature", "properties": {"id": "ak16799971", "mag": 1.7, "time": 1505051381698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8179, 4.3]}, "bbox": [-136.7235, 59.8179, -136.7235, 59.8179]}, {"id": "5289", "type": "Feature", "properties": {"id": "us2000ajfa", "mag": 4.3, "time": 1505051330480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3498, 13.069, 35.0]}, "bbox": [-90.3498, 13.069, -90.3498, 13.069]}, {"id": "5290", "type": "Feature", "properties": {"id": "us2000ajf7", "mag": 4.0, "time": 1505050961060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3526, 52.4771, 237.56]}, "bbox": [-174.3526, 52.4771, -174.3526, 52.4771]}, {"id": "5291", "type": "Feature", "properties": {"id": "ak16799942", "mag": 1.7, "time": 1505050892677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6731, 59.5546, 120.2]}, "bbox": [-153.6731, 59.5546, -153.6731, 59.5546]}, {"id": "5292", "type": "Feature", "properties": {"id": "us2000ajf3", "mag": 4.6, "time": 1505050808670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.529, 15.6631, 10.0]}, "bbox": [-98.529, 15.6631, -98.529, 15.6631]}, {"id": "5293", "type": "Feature", "properties": {"id": "us2000ajf0", "mag": 4.5, "time": 1505050687090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4173, 15.2922, 52.65]}, "bbox": [-94.4173, 15.2922, -94.4173, 15.2922]}, {"id": "5294", "type": "Feature", "properties": {"id": "us2000artu", "mag": 4.1, "time": 1505050610220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1836, -7.5542, 159.39]}, "bbox": [128.1836, -7.5542, 128.1836, -7.5542]}, {"id": "5295", "type": "Feature", "properties": {"id": "us2000ajex", "mag": 4.3, "time": 1505049954620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.6306, 15.7653, 20.71]}, "bbox": [-98.6306, 15.7653, -98.6306, 15.7653]}, {"id": "5296", "type": "Feature", "properties": {"id": "ci37759303", "mag": 1.26, "time": 1505049848270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.504667, 4.53]}, "bbox": [-116.7985, 33.504667, -116.7985, 33.504667]}, {"id": "5297", "type": "Feature", "properties": {"id": "us2000ajeq", "mag": 2.8, "time": 1505049297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4232, 42.5578, 7.16]}, "bbox": [-111.4232, 42.5578, -111.4232, 42.5578]}, {"id": "5298", "type": "Feature", "properties": {"id": "ak16799353", "mag": 1.3, "time": 1505049096103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6348, 59.8194, 14.2]}, "bbox": [-136.6348, 59.8194, -136.6348, 59.8194]}, {"id": "5299", "type": "Feature", "properties": {"id": "us2000ajen", "mag": 3.0, "time": 1505048991180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4182, 42.5509, 7.02]}, "bbox": [-111.4182, 42.5509, -111.4182, 42.5509]}, {"id": "5300", "type": "Feature", "properties": {"id": "ak16827673", "mag": 1.6, "time": 1505048796797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.3116, 53.3278, 13.0]}, "bbox": [-167.3116, 53.3278, -167.3116, 53.3278]}, {"id": "5301", "type": "Feature", "properties": {"id": "us2000ajej", "mag": 2.6, "time": 1505048615320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6115, 6.14]}, "bbox": [-111.4688, 42.6115, -111.4688, 42.6115]}, {"id": "5302", "type": "Feature", "properties": {"id": "mb80254034", "mag": 1.41, "time": 1505048540860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.8615, 12.53]}, "bbox": [-112.521667, 46.8615, -112.521667, 46.8615]}, {"id": "5303", "type": "Feature", "properties": {"id": "mb80254029", "mag": 1.23, "time": 1505048399750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521167, 46.853, 11.49]}, "bbox": [-112.521167, 46.853, -112.521167, 46.853]}, {"id": "5304", "type": "Feature", "properties": {"id": "ak16799346", "mag": 2.0, "time": 1505048306207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2292, 62.187, 56.1]}, "bbox": [-150.2292, 62.187, -150.2292, 62.187]}, {"id": "5305", "type": "Feature", "properties": {"id": "us2000aje5", "mag": 4.4, "time": 1505047810980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.8604, 12.4905, 60.22]}, "bbox": [-87.8604, 12.4905, -87.8604, 12.4905]}, {"id": "5306", "type": "Feature", "properties": {"id": "us2000aje3", "mag": 3.6, "time": 1505047519260, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4283, 42.5536, 6.44]}, "bbox": [-111.4283, 42.5536, -111.4283, 42.5536]}, {"id": "5307", "type": "Feature", "properties": {"id": "us2000aje1", "mag": 2.8, "time": 1505047427230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6011, 5.82]}, "bbox": [-111.4487, 42.6011, -111.4487, 42.6011]}, {"id": "5308", "type": "Feature", "properties": {"id": "us2000ajdz", "mag": 2.5, "time": 1505047141140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4433, 42.6033, 3.94]}, "bbox": [-111.4433, 42.6033, -111.4433, 42.6033]}, {"id": "5309", "type": "Feature", "properties": {"id": "us2000ajm3", "mag": 3.4, "time": 1505046945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.4897, 52.4554, 37.93]}, "bbox": [-169.4897, 52.4554, -169.4897, 52.4554]}, {"id": "5310", "type": "Feature", "properties": {"id": "us2000ajdq", "mag": 3.1, "time": 1505046464560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4503, 42.6011, 4.5]}, "bbox": [-111.4503, 42.6011, -111.4503, 42.6011]}, {"id": "5311", "type": "Feature", "properties": {"id": "ak16827668", "mag": 1.6, "time": 1505046395510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3819, 59.8907, 133.0]}, "bbox": [-153.3819, 59.8907, -153.3819, 59.8907]}, {"id": "5312", "type": "Feature", "properties": {"id": "us2000ajdf", "mag": 3.9, "time": 1505045951750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4091, 42.5736, 10.02]}, "bbox": [-111.4091, 42.5736, -111.4091, 42.5736]}, {"id": "5313", "type": "Feature", "properties": {"id": "us2000ajdd", "mag": 3.1, "time": 1505045857190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4617, 42.6284, 4.97]}, "bbox": [-111.4617, 42.6284, -111.4617, 42.6284]}, {"id": "5314", "type": "Feature", "properties": {"id": "uu60241107", "mag": 2.14, "time": 1505045641970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.59, 6.81]}, "bbox": [-111.427, 42.59, -111.427, 42.59]}, {"id": "5315", "type": "Feature", "properties": {"id": "ak16798742", "mag": 1.3, "time": 1505045327481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3496, 69.231, 1.2]}, "bbox": [-146.3496, 69.231, -146.3496, 69.231]}, {"id": "5316", "type": "Feature", "properties": {"id": "us2000ajd9", "mag": 4.3, "time": 1505045213250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1554, 14.0483, 13.91]}, "bbox": [-97.1554, 14.0483, -97.1554, 14.0483]}, {"id": "5317", "type": "Feature", "properties": {"id": "us2000ajd2", "mag": 4.5, "time": 1505044829750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4915, 15.8549, 21.45]}, "bbox": [-98.4915, 15.8549, -98.4915, 15.8549]}, {"id": "5318", "type": "Feature", "properties": {"id": "ak16798732", "mag": 2.6, "time": 1505044761546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.966, 59.8093, 102.9]}, "bbox": [-152.966, 59.8093, -152.966, 59.8093]}, {"id": "5319", "type": "Feature", "properties": {"id": "us2000ajcy", "mag": 2.6, "time": 1505044665510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.5652, 42.6019, 9.42]}, "bbox": [-111.5652, 42.6019, -111.5652, 42.6019]}, {"id": "5320", "type": "Feature", "properties": {"id": "us2000artq", "mag": 4.4, "time": 1505044070510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.6016, 12.9144, 38.64]}, "bbox": [120.6016, 12.9144, 120.6016, 12.9144]}, {"id": "5321", "type": "Feature", "properties": {"id": "ak16827665", "mag": 1.6, "time": 1505043947734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3635, 51.6272, 0.6]}, "bbox": [-178.3635, 51.6272, -178.3635, 51.6272]}, {"id": "5322", "type": "Feature", "properties": {"id": "us2000ajci", "mag": 2.9, "time": 1505043647160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6201, 8.65]}, "bbox": [-111.4487, 42.6201, -111.4487, 42.6201]}, {"id": "5323", "type": "Feature", "properties": {"id": "ak16827663", "mag": 2.1, "time": 1505043481292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5488, 52.6471, 37.0]}, "bbox": [-168.5488, 52.6471, -168.5488, 52.6471]}, {"id": "5324", "type": "Feature", "properties": {"id": "us2000ajch", "mag": 2.9, "time": 1505043441680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4464, 42.565, 8.31]}, "bbox": [-111.4464, 42.565, -111.4464, 42.565]}, {"id": "5325", "type": "Feature", "properties": {"id": "nn00604506", "mag": 1.1, "time": 1505043238904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2044, 38.3052, 10.6]}, "bbox": [-119.2044, 38.3052, -119.2044, 38.3052]}, {"id": "5326", "type": "Feature", "properties": {"id": "us2000ajce", "mag": 2.6, "time": 1505042826200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4252, 42.5577, 5.15]}, "bbox": [-111.4252, 42.5577, -111.4252, 42.5577]}, {"id": "5327", "type": "Feature", "properties": {"id": "ak16798700", "mag": 1.7, "time": 1505042612937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2918, 69.235, 1.0]}, "bbox": [-146.2918, 69.235, -146.2918, 69.235]}, {"id": "5328", "type": "Feature", "properties": {"id": "us2000ajc9", "mag": 3.1, "time": 1505042537350, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4318, 42.5604, 7.18]}, "bbox": [-111.4318, 42.5604, -111.4318, 42.5604]}, {"id": "5329", "type": "Feature", "properties": {"id": "hv61903466", "mag": 2.42, "time": 1505042508060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.211833, 19.916833, 13.349]}, "bbox": [-155.211833, 19.916833, -155.211833, 19.916833]}, {"id": "5330", "type": "Feature", "properties": {"id": "ak16798696", "mag": 1.3, "time": 1505042293807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3271, 69.2374, 3.8]}, "bbox": [-146.3271, 69.2374, -146.3271, 69.2374]}, {"id": "5331", "type": "Feature", "properties": {"id": "us2000ajbt", "mag": 4.7, "time": 1505041959050, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4701, 42.6074, 4.56]}, "bbox": [-111.4701, 42.6074, -111.4701, 42.6074]}, {"id": "5332", "type": "Feature", "properties": {"id": "us2000ajbp", "mag": 2.6, "time": 1505041798510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4553, 42.6057, 2.2]}, "bbox": [-111.4553, 42.6057, -111.4553, 42.6057]}, {"id": "5333", "type": "Feature", "properties": {"id": "nn00604588", "mag": 1.0, "time": 1505041736983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8863, 39.0228, 11.8]}, "bbox": [-118.8863, 39.0228, -118.8863, 39.0228]}, {"id": "5334", "type": "Feature", "properties": {"id": "pr2017253002", "mag": 2.88, "time": 1505041375350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.305, 18.603, 82.0]}, "bbox": [-66.305, 18.603, -66.305, 18.603]}, {"id": "5335", "type": "Feature", "properties": {"id": "us2000ajbk", "mag": 3.1, "time": 1505040789630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4404, 42.601, 4.73]}, "bbox": [-111.4404, 42.601, -111.4404, 42.601]}, {"id": "5336", "type": "Feature", "properties": {"id": "us2000ajbj", "mag": 2.6, "time": 1505040635620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4423, 42.5705, 7.5]}, "bbox": [-111.4423, 42.5705, -111.4423, 42.5705]}, {"id": "5337", "type": "Feature", "properties": {"id": "ci37759247", "mag": 1.02, "time": 1505040606370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.192167, 33.778, 3.52]}, "bbox": [-116.192167, 33.778, -116.192167, 33.778]}, {"id": "5338", "type": "Feature", "properties": {"id": "uw61306142", "mag": 2.37, "time": 1505040308500, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040167, 46.875333, 6.45]}, "bbox": [-122.040167, 46.875333, -122.040167, 46.875333]}, {"id": "5339", "type": "Feature", "properties": {"id": "ak16827659", "mag": 2.3, "time": 1505040202211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8004, 51.946, 193.7]}, "bbox": [-175.8004, 51.946, -175.8004, 51.946]}, {"id": "5340", "type": "Feature", "properties": {"id": "us2000ajba", "mag": 2.5, "time": 1505040116970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4234, 42.6126, 8.0]}, "bbox": [-111.4234, 42.6126, -111.4234, 42.6126]}, {"id": "5341", "type": "Feature", "properties": {"id": "ismpkansas70234948", "mag": 1.52, "time": 1505039824000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.878333, 37.226333, 2.17]}, "bbox": [-97.878333, 37.226333, -97.878333, 37.226333]}, {"id": "5342", "type": "Feature", "properties": {"id": "us2000ajay", "mag": 2.5, "time": 1505039717650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.5965, 6.66]}, "bbox": [-111.4475, 42.5965, -111.4475, 42.5965]}, {"id": "5343", "type": "Feature", "properties": {"id": "ci37759239", "mag": 1.83, "time": 1505039190870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.297667, 34.7275, 4.7]}, "bbox": [-116.297667, 34.7275, -116.297667, 34.7275]}, {"id": "5344", "type": "Feature", "properties": {"id": "ci37759231", "mag": 1.46, "time": 1505038960010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.206167, 33.030167, 5.66]}, "bbox": [-116.206167, 33.030167, -116.206167, 33.030167]}, {"id": "5345", "type": "Feature", "properties": {"id": "us2000ajah", "mag": 4.9, "time": 1505038459290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5926, 15.8657, 62.07]}, "bbox": [-94.5926, 15.8657, -94.5926, 15.8657]}, {"id": "5346", "type": "Feature", "properties": {"id": "us2000ajad", "mag": 2.8, "time": 1505038317850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4649, 42.5713, 2.8]}, "bbox": [-111.4649, 42.5713, -111.4649, 42.5713]}, {"id": "5347", "type": "Feature", "properties": {"id": "us2000ajac", "mag": 2.8, "time": 1505038143220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3389, 42.5698, 5.91]}, "bbox": [-111.3389, 42.5698, -111.3389, 42.5698]}, {"id": "5348", "type": "Feature", "properties": {"id": "us2000aja1", "mag": 2.5, "time": 1505037892850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4134, 42.5966, 2.41]}, "bbox": [-111.4134, 42.5966, -111.4134, 42.5966]}, {"id": "5349", "type": "Feature", "properties": {"id": "nc72889666", "mag": 2.44, "time": 1505037177900, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.680333, 36.934833, 10.93]}, "bbox": [-121.680333, 36.934833, -121.680333, 36.934833]}, {"id": "5350", "type": "Feature", "properties": {"id": "us2000ak98", "mag": 2.7, "time": 1505037007800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9657, 36.5378, 5.921]}, "bbox": [-98.9657, 36.5378, -98.9657, 36.5378]}, {"id": "5351", "type": "Feature", "properties": {"id": "us2000akbp", "mag": 3.5, "time": 1505036907810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4216, 42.6147, 2.61]}, "bbox": [-111.4216, 42.6147, -111.4216, 42.6147]}, {"id": "5352", "type": "Feature", "properties": {"id": "hv61903376", "mag": 2.02, "time": 1505036885770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.244, 19.404333, 38.634]}, "bbox": [-155.244, 19.404333, -155.244, 19.404333]}, {"id": "5353", "type": "Feature", "properties": {"id": "us2000aj9i", "mag": 5.0, "time": 1505036830570, "felt": 222.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5629, 9.83]}, "bbox": [-111.4155, 42.5629, -111.4155, 42.5629]}, {"id": "5354", "type": "Feature", "properties": {"id": "nn00604494", "mag": 1.3, "time": 1505036614546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9198, 38.3864, 5.0]}, "bbox": [-118.9198, 38.3864, -118.9198, 38.3864]}, {"id": "5355", "type": "Feature", "properties": {"id": "ak16797541", "mag": 2.3, "time": 1505036483755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.8674, 50.427, 38.0]}, "bbox": [-176.8674, 50.427, -176.8674, 50.427]}, {"id": "5356", "type": "Feature", "properties": {"id": "nc72889656", "mag": 1.55, "time": 1505036419440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9445, 37.642333, -0.52]}, "bbox": [-118.9445, 37.642333, -118.9445, 37.642333]}, {"id": "5357", "type": "Feature", "properties": {"id": "us2000artp", "mag": 4.7, "time": 1505036336060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.742, 44.4006, 89.5]}, "bbox": [147.742, 44.4006, 147.742, 44.4006]}, {"id": "5358", "type": "Feature", "properties": {"id": "us2000aj9e", "mag": 4.1, "time": 1505036045120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8669, 15.7031, 37.36]}, "bbox": [-93.8669, 15.7031, -93.8669, 15.7031]}, {"id": "5359", "type": "Feature", "properties": {"id": "ak16797519", "mag": 3.3, "time": 1505035967489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9107, 62.993, 122.8]}, "bbox": [-150.9107, 62.993, -150.9107, 62.993]}, {"id": "5360", "type": "Feature", "properties": {"id": "ak16797515", "mag": 2.4, "time": 1505035289100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.6897, 53.169, 25.5]}, "bbox": [-166.6897, 53.169, -166.6897, 53.169]}, {"id": "5361", "type": "Feature", "properties": {"id": "ak16827654", "mag": 1.4, "time": 1505034233691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9911, 60.3931, 86.0]}, "bbox": [-151.9911, 60.3931, -151.9911, 60.3931]}, {"id": "5362", "type": "Feature", "properties": {"id": "ak16796945", "mag": 2.3, "time": 1505033682313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0313, 60.3066, 10.2]}, "bbox": [-143.0313, 60.3066, -143.0313, 60.3066]}, {"id": "5363", "type": "Feature", "properties": {"id": "nc72889646", "mag": 1.08, "time": 1505033636850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.801998, 2.52]}, "bbox": [-122.818001, 38.801998, -122.818001, 38.801998]}, {"id": "5364", "type": "Feature", "properties": {"id": "us2000aj8v", "mag": 2.4, "time": 1505033298010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.484, 42.6096, 5.0]}, "bbox": [-111.484, 42.6096, -111.484, 42.6096]}, {"id": "5365", "type": "Feature", "properties": {"id": "us2000amz2", "mag": 2.8, "time": 1505033251180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0563, 54.0093, 14.8]}, "bbox": [-163.0563, 54.0093, -163.0563, 54.0093]}, {"id": "5366", "type": "Feature", "properties": {"id": "ci37759175", "mag": 1.28, "time": 1505033174200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362167, 33.154333, 11.24]}, "bbox": [-116.362167, 33.154333, -116.362167, 33.154333]}, {"id": "5367", "type": "Feature", "properties": {"id": "ak16796924", "mag": 1.8, "time": 1505033149645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7762, 53.453, 28.1]}, "bbox": [-165.7762, 53.453, -165.7762, 53.453]}, {"id": "5368", "type": "Feature", "properties": {"id": "us2000aj8s", "mag": 5.5, "time": 1505033064540, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.8932, 41.7813, 45.0]}, "bbox": [142.8932, 41.7813, 142.8932, 41.7813]}, {"id": "5369", "type": "Feature", "properties": {"id": "us2000aj8i", "mag": 5.2, "time": 1505032778170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5035, 15.7644, 57.6]}, "bbox": [-94.5035, 15.7644, -94.5035, 15.7644]}, {"id": "5370", "type": "Feature", "properties": {"id": "us2000amz1", "mag": 2.8, "time": 1505032715690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8991, 53.5788, 15.9]}, "bbox": [-162.8991, 53.5788, -162.8991, 53.5788]}, {"id": "5371", "type": "Feature", "properties": {"id": "mb80253749", "mag": 1.76, "time": 1505032545100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.889167, 14.06]}, "bbox": [-112.524667, 46.889167, -112.524667, 46.889167]}, {"id": "5372", "type": "Feature", "properties": {"id": "us2000aj87", "mag": 3.8, "time": 1505032481960, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9548, 37.0369, 5.0]}, "bbox": [-104.9548, 37.0369, -104.9548, 37.0369]}, {"id": "5373", "type": "Feature", "properties": {"id": "us2000artm", "mag": 4.4, "time": 1505032427640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.852, -18.159, 601.21]}, "bbox": [-177.852, -18.159, -177.852, -18.159]}, {"id": "5374", "type": "Feature", "properties": {"id": "us2000aj86", "mag": 4.2, "time": 1505032314990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.3039, 38.0722, 10.0]}, "bbox": [22.3039, 38.0722, 22.3039, 38.0722]}, {"id": "5375", "type": "Feature", "properties": {"id": "ci37759159", "mag": 0.97, "time": 1505031839650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1615, 34.0365, 4.44]}, "bbox": [-117.1615, 34.0365, -117.1615, 34.0365]}, {"id": "5376", "type": "Feature", "properties": {"id": "us2000artk", "mag": 3.8, "time": 1505031830730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.788, 53.8251, 10.0]}, "bbox": [170.788, 53.8251, 170.788, 53.8251]}, {"id": "5377", "type": "Feature", "properties": {"id": "us2000amyz", "mag": 2.6, "time": 1505031468470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4988, 51.6871, 9.2]}, "bbox": [-178.4988, 51.6871, -178.4988, 51.6871]}, {"id": "5378", "type": "Feature", "properties": {"id": "us2000arti", "mag": 4.5, "time": 1505031463320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9123, -25.0133, 508.03]}, "bbox": [179.9123, -25.0133, 179.9123, -25.0133]}, {"id": "5379", "type": "Feature", "properties": {"id": "hv61903321", "mag": 1.9, "time": 1505031307020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.376, 19.109, 42.633]}, "bbox": [-155.376, 19.109, -155.376, 19.109]}, {"id": "5380", "type": "Feature", "properties": {"id": "ci37759151", "mag": 2.32, "time": 1505031276490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.528667, 33.143833, 8.22]}, "bbox": [-116.528667, 33.143833, -116.528667, 33.143833]}, {"id": "5381", "type": "Feature", "properties": {"id": "nc72889631", "mag": 1.68, "time": 1505031062020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1025, 35.652333, 4.49]}, "bbox": [-121.1025, 35.652333, -121.1025, 35.652333]}, {"id": "5382", "type": "Feature", "properties": {"id": "ci37759127", "mag": 0.99, "time": 1505030565890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4795, 34.347667, 6.85]}, "bbox": [-118.4795, 34.347667, -118.4795, 34.347667]}, {"id": "5383", "type": "Feature", "properties": {"id": "ak16796357", "mag": 1.6, "time": 1505029768799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6864, 61.2792, 33.7]}, "bbox": [-146.6864, 61.2792, -146.6864, 61.2792]}, {"id": "5384", "type": "Feature", "properties": {"id": "ak16796347", "mag": 2.8, "time": 1505029738842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8811, 62.6834, 89.8]}, "bbox": [-150.8811, 62.6834, -150.8811, 62.6834]}, {"id": "5385", "type": "Feature", "properties": {"id": "ak16796345", "mag": 1.1, "time": 1505029334941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9656, 62.9587, 88.3]}, "bbox": [-149.9656, 62.9587, -149.9656, 62.9587]}, {"id": "5386", "type": "Feature", "properties": {"id": "ak16796343", "mag": 1.4, "time": 1505028430485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3315, 60.2265, 0.0]}, "bbox": [-141.3315, 60.2265, -141.3315, 60.2265]}, {"id": "5387", "type": "Feature", "properties": {"id": "ci37759079", "mag": 1.03, "time": 1505028192380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.508, 4.77]}, "bbox": [-116.793833, 33.508, -116.793833, 33.508]}, {"id": "5388", "type": "Feature", "properties": {"id": "ak16827644", "mag": 2.2, "time": 1505028185237, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9799, 52.0013, 156.3]}, "bbox": [-175.9799, 52.0013, -175.9799, 52.0013]}, {"id": "5389", "type": "Feature", "properties": {"id": "us2000artg", "mag": 4.2, "time": 1505027908500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9129, -24.5931, 503.92]}, "bbox": [179.9129, -24.5931, 179.9129, -24.5931]}, {"id": "5390", "type": "Feature", "properties": {"id": "us2000aj7r", "mag": 4.5, "time": 1505027720310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5866, 15.1076, 24.87]}, "bbox": [-94.5866, 15.1076, -94.5866, 15.1076]}, {"id": "5391", "type": "Feature", "properties": {"id": "us2000aj7m", "mag": 3.3, "time": 1505027636400, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.804, 35.9918, 5.961]}, "bbox": [-96.804, 35.9918, -96.804, 35.9918]}, {"id": "5392", "type": "Feature", "properties": {"id": "us2000aj7l", "mag": 3.0, "time": 1505027344470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4316, 42.5611, 7.33]}, "bbox": [-111.4316, 42.5611, -111.4316, 42.5611]}, {"id": "5393", "type": "Feature", "properties": {"id": "ak16796341", "mag": 1.6, "time": 1505026917606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9481, 51.2072, 22.2]}, "bbox": [-177.9481, 51.2072, -177.9481, 51.2072]}, {"id": "5394", "type": "Feature", "properties": {"id": "ak16796340", "mag": 1.2, "time": 1505026743356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0079, 59.5892, 41.8]}, "bbox": [-151.0079, 59.5892, -151.0079, 59.5892]}, {"id": "5395", "type": "Feature", "properties": {"id": "ak16796338", "mag": 1.3, "time": 1505026513369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0949, 62.0857, 37.5]}, "bbox": [-148.0949, 62.0857, -148.0949, 62.0857]}, {"id": "5396", "type": "Feature", "properties": {"id": "ci37759055", "mag": 1.58, "time": 1505026335940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.501167, 3.42]}, "bbox": [-116.798333, 33.501167, -116.798333, 33.501167]}, {"id": "5397", "type": "Feature", "properties": {"id": "mb80253734", "mag": 1.14, "time": 1505025721140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.170167, 47.328333, 19.23]}, "bbox": [-113.170167, 47.328333, -113.170167, 47.328333]}, {"id": "5398", "type": "Feature", "properties": {"id": "ak16796336", "mag": 1.0, "time": 1505025668896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2865, 62.4037, 46.1]}, "bbox": [-148.2865, 62.4037, -148.2865, 62.4037]}, {"id": "5399", "type": "Feature", "properties": {"id": "ak16796333", "mag": 1.6, "time": 1505025496149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8107, 60.5943, 2.7]}, "bbox": [-147.8107, 60.5943, -147.8107, 60.5943]}, {"id": "5400", "type": "Feature", "properties": {"id": "nc72889606", "mag": 1.8, "time": 1505025336300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.260333, 36.150833, 8.23]}, "bbox": [-120.260333, 36.150833, -120.260333, 36.150833]}, {"id": "5401", "type": "Feature", "properties": {"id": "us2000aj7g", "mag": 4.3, "time": 1505024815920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5354, 15.0816, 39.42]}, "bbox": [-94.5354, 15.0816, -94.5354, 15.0816]}, {"id": "5402", "type": "Feature", "properties": {"id": "ak16827636", "mag": 1.3, "time": 1505024434533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4031, 51.77, 19.4]}, "bbox": [-178.4031, 51.77, -178.4031, 51.77]}, {"id": "5403", "type": "Feature", "properties": {"id": "ak16795777", "mag": 1.4, "time": 1505024355978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0051, 60.2926, 12.0]}, "bbox": [-143.0051, 60.2926, -143.0051, 60.2926]}, {"id": "5404", "type": "Feature", "properties": {"id": "ci37759039", "mag": 1.89, "time": 1505024281500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871, 36.511333, 7.6]}, "bbox": [-117.871, 36.511333, -117.871, 36.511333]}, {"id": "5405", "type": "Feature", "properties": {"id": "nn00604470", "mag": 1.2, "time": 1505024158420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1219, 37.3848, 6.9]}, "bbox": [-117.1219, 37.3848, -117.1219, 37.3848]}, {"id": "5406", "type": "Feature", "properties": {"id": "nc72889576", "mag": 0.98, "time": 1505022995190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.766333, 37.576333, 4.92]}, "bbox": [-118.766333, 37.576333, -118.766333, 37.576333]}, {"id": "5407", "type": "Feature", "properties": {"id": "us2000aj75", "mag": 4.0, "time": 1505022687700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2661, 15.0962, 47.3]}, "bbox": [-94.2661, 15.0962, -94.2661, 15.0962]}, {"id": "5408", "type": "Feature", "properties": {"id": "ak16827633", "mag": 1.4, "time": 1505022608119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9863, 59.5419, 87.3]}, "bbox": [-152.9863, 59.5419, -152.9863, 59.5419]}, {"id": "5409", "type": "Feature", "properties": {"id": "ak16795771", "mag": 1.7, "time": 1505022431855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.916, 63.9]}, "bbox": [-150.7645, 61.916, -150.7645, 61.916]}, {"id": "5410", "type": "Feature", "properties": {"id": "ak16795770", "mag": 1.2, "time": 1505022130505, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6083, 61.2662, 54.7]}, "bbox": [-150.6083, 61.2662, -150.6083, 61.2662]}, {"id": "5411", "type": "Feature", "properties": {"id": "nn00604466", "mag": 1.4, "time": 1505021979344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1529, 37.0254, 0.2]}, "bbox": [-115.1529, 37.0254, -115.1529, 37.0254]}, {"id": "5412", "type": "Feature", "properties": {"id": "ak16795766", "mag": 1.7, "time": 1505021975648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1305, 61.3941, 3.7]}, "bbox": [-140.1305, 61.3941, -140.1305, 61.3941]}, {"id": "5413", "type": "Feature", "properties": {"id": "pr2017253001", "mag": 2.14, "time": 1505021553530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0151, 18.2211, 26.0]}, "bbox": [-67.0151, 18.2211, -67.0151, 18.2211]}, {"id": "5414", "type": "Feature", "properties": {"id": "ci37759015", "mag": 1.41, "time": 1505021428240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1665, 34.037667, 5.07]}, "bbox": [-117.1665, 34.037667, -117.1665, 34.037667]}, {"id": "5415", "type": "Feature", "properties": {"id": "us2000aj6q", "mag": 2.8, "time": 1505020972500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6874, 36.6964, 8.0]}, "bbox": [-97.6874, 36.6964, -97.6874, 36.6964]}, {"id": "5416", "type": "Feature", "properties": {"id": "ci37758999", "mag": 1.58, "time": 1505020355730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168833, 34.037667, 4.71]}, "bbox": [-117.168833, 34.037667, -117.168833, 34.037667]}, {"id": "5417", "type": "Feature", "properties": {"id": "nc72889556", "mag": 1.12, "time": 1505019834580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712167, 38.750333, 2.07]}, "bbox": [-122.712167, 38.750333, -122.712167, 38.750333]}, {"id": "5418", "type": "Feature", "properties": {"id": "uw61306032", "mag": 2.05, "time": 1505019796720, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.874333, 6.38]}, "bbox": [-122.038167, 46.874333, -122.038167, 46.874333]}, {"id": "5419", "type": "Feature", "properties": {"id": "us2000aj6e", "mag": 4.1, "time": 1505019258690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3705, 67.5564, 10.0]}, "bbox": [-173.3705, 67.5564, -173.3705, 67.5564]}, {"id": "5420", "type": "Feature", "properties": {"id": "us2000aj6c", "mag": 4.1, "time": 1505019032690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0925, 15.7467, 34.06]}, "bbox": [-95.0925, 15.7467, -95.0925, 15.7467]}, {"id": "5421", "type": "Feature", "properties": {"id": "us2000ayew", "mag": 4.2, "time": 1505018634430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9037, 15.4311, 74.4]}, "bbox": [-94.9037, 15.4311, -94.9037, 15.4311]}, {"id": "5422", "type": "Feature", "properties": {"id": "ci37758959", "mag": 1.24, "time": 1505018324480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169833, 34.0395, 6.0]}, "bbox": [-117.169833, 34.0395, -117.169833, 34.0395]}, {"id": "5423", "type": "Feature", "properties": {"id": "ak16795206", "mag": 2.1, "time": 1505018157144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4944, 60.3044, 178.8]}, "bbox": [-153.4944, 60.3044, -153.4944, 60.3044]}, {"id": "5424", "type": "Feature", "properties": {"id": "us2000ayer", "mag": 4.0, "time": 1505017700720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8225, 15.3927, 47.72]}, "bbox": [-94.8225, 15.3927, -94.8225, 15.3927]}, {"id": "5425", "type": "Feature", "properties": {"id": "ci37758935", "mag": 1.14, "time": 1505017497720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169, 34.039333, 6.34]}, "bbox": [-117.169, 34.039333, -117.169, 34.039333]}, {"id": "5426", "type": "Feature", "properties": {"id": "ak16795202", "mag": 1.4, "time": 1505017366860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3287, 63.2644, 12.8]}, "bbox": [-151.3287, 63.2644, -151.3287, 63.2644]}, {"id": "5427", "type": "Feature", "properties": {"id": "ci37758927", "mag": 0.97, "time": 1505017113210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.034167, 34.268333, -0.16]}, "bbox": [-117.034167, 34.268333, -117.034167, 34.268333]}, {"id": "5428", "type": "Feature", "properties": {"id": "ak16827627", "mag": 1.4, "time": 1505017084382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.915, 59.1941, 109.4]}, "bbox": [-153.915, 59.1941, -153.915, 59.1941]}, {"id": "5429", "type": "Feature", "properties": {"id": "ci37758911", "mag": 1.67, "time": 1505016996470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.037833, 5.81]}, "bbox": [-117.167, 34.037833, -117.167, 34.037833]}, {"id": "5430", "type": "Feature", "properties": {"id": "ak16795198", "mag": 1.2, "time": 1505016773648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4096, 62.1404, 0.2]}, "bbox": [-150.4096, 62.1404, -150.4096, 62.1404]}, {"id": "5431", "type": "Feature", "properties": {"id": "ak16795193", "mag": 2.2, "time": 1505016672191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3522, 59.8641, 133.9]}, "bbox": [-153.3522, 59.8641, -153.3522, 59.8641]}, {"id": "5432", "type": "Feature", "properties": {"id": "ismpkansas70234903", "mag": 1.63, "time": 1505016085390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.572167, 37.347167, 4.85]}, "bbox": [-97.572167, 37.347167, -97.572167, 37.347167]}, {"id": "5433", "type": "Feature", "properties": {"id": "ak16795191", "mag": 1.2, "time": 1505016021415, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4153, 61.11, 0.0]}, "bbox": [-147.4153, 61.11, -147.4153, 61.11]}, {"id": "5434", "type": "Feature", "properties": {"id": "us2000aj5p", "mag": 4.3, "time": 1505015407020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7252, 38.0198, 68.12]}, "bbox": [141.7252, 38.0198, 141.7252, 38.0198]}, {"id": "5435", "type": "Feature", "properties": {"id": "ak16795189", "mag": 1.3, "time": 1505014815822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7877, 59.5199, 52.1]}, "bbox": [-151.7877, 59.5199, -151.7877, 59.5199]}, {"id": "5436", "type": "Feature", "properties": {"id": "nc72889511", "mag": 1.11, "time": 1505014765900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711998, 38.755501, 2.76]}, "bbox": [-122.711998, 38.755501, -122.711998, 38.755501]}, {"id": "5437", "type": "Feature", "properties": {"id": "us2000aj5f", "mag": 4.1, "time": 1505014246310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7509, 15.2659, 43.51]}, "bbox": [-94.7509, 15.2659, -94.7509, 15.2659]}, {"id": "5438", "type": "Feature", "properties": {"id": "ak16795181", "mag": 2.2, "time": 1505014149113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8561, 61.3045, 25.3]}, "bbox": [-146.8561, 61.3045, -146.8561, 61.3045]}, {"id": "5439", "type": "Feature", "properties": {"id": "ak16795185", "mag": 1.8, "time": 1505014144643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2491, 60.9757, 43.4]}, "bbox": [-147.2491, 60.9757, -147.2491, 60.9757]}, {"id": "5440", "type": "Feature", "properties": {"id": "us2000aj59", "mag": 4.1, "time": 1505013882540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2187, 67.6427, 10.0]}, "bbox": [-173.2187, 67.6427, -173.2187, 67.6427]}, {"id": "5441", "type": "Feature", "properties": {"id": "uw61306007", "mag": 1.81, "time": 1505013085820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600667, 43.836167, 3.82]}, "bbox": [-122.600667, 43.836167, -122.600667, 43.836167]}, {"id": "5442", "type": "Feature", "properties": {"id": "mb80253724", "mag": 1.18, "time": 1505012880400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520333, 46.896167, 10.28]}, "bbox": [-112.520333, 46.896167, -112.520333, 46.896167]}, {"id": "5443", "type": "Feature", "properties": {"id": "us2000aj51", "mag": 5.8, "time": 1505012842340, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5278, 15.3896, 29.0]}, "bbox": [-94.5278, 15.3896, -94.5278, 15.3896]}, {"id": "5444", "type": "Feature", "properties": {"id": "ak16794614", "mag": 1.5, "time": 1505011941254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0253, 66.769, 24.1]}, "bbox": [-146.0253, 66.769, -146.0253, 66.769]}, {"id": "5445", "type": "Feature", "properties": {"id": "ak16794611", "mag": 1.9, "time": 1505011477433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.452, 60.9238, 15.1]}, "bbox": [-147.452, 60.9238, -147.452, 60.9238]}, {"id": "5446", "type": "Feature", "properties": {"id": "ak16794610", "mag": 2.3, "time": 1505010496180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5196, 51.817, 106.7]}, "bbox": [178.5196, 51.817, 178.5196, 51.817]}, {"id": "5447", "type": "Feature", "properties": {"id": "us2000arv6", "mag": 4.0, "time": 1505010360400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9747, 15.1883, 59.97]}, "bbox": [-94.9747, 15.1883, -94.9747, 15.1883]}, {"id": "5448", "type": "Feature", "properties": {"id": "pr2017253000", "mag": 2.65, "time": 1505009947880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1073, 18.2203, 79.0]}, "bbox": [-67.1073, 18.2203, -67.1073, 18.2203]}, {"id": "5449", "type": "Feature", "properties": {"id": "us2000aj4r", "mag": 4.3, "time": 1505009855470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.3515, 14.9239, 35.26]}, "bbox": [-93.3515, 14.9239, -93.3515, 14.9239]}, {"id": "5450", "type": "Feature", "properties": {"id": "us2000aj4q", "mag": 2.4, "time": 1505009730390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.403, 42.6058, 5.0]}, "bbox": [-111.403, 42.6058, -111.403, 42.6058]}, {"id": "5451", "type": "Feature", "properties": {"id": "ak16794604", "mag": 1.5, "time": 1505009566066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5055, 61.4008, 14.7]}, "bbox": [-146.5055, 61.4008, -146.5055, 61.4008]}, {"id": "5452", "type": "Feature", "properties": {"id": "us2000aj4m", "mag": 3.2, "time": 1505008832850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4779, 42.6737, 2.46]}, "bbox": [-111.4779, 42.6737, -111.4779, 42.6737]}, {"id": "5453", "type": "Feature", "properties": {"id": "us2000aye7", "mag": 3.9, "time": 1505008653110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.442, 15.7739, 41.92]}, "bbox": [-94.442, 15.7739, -94.442, 15.7739]}, {"id": "5454", "type": "Feature", "properties": {"id": "us2000aj4i", "mag": 4.2, "time": 1505008285900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3811, 14.9456, 27.79]}, "bbox": [-94.3811, 14.9456, -94.3811, 14.9456]}, {"id": "5455", "type": "Feature", "properties": {"id": "ak16827395", "mag": 1.0, "time": 1505008083507, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7452, 63.1544, 9.3]}, "bbox": [-152.7452, 63.1544, -152.7452, 63.1544]}, {"id": "5456", "type": "Feature", "properties": {"id": "ak16794056", "mag": 1.8, "time": 1505007980655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.9725, 59.1241, 13.0]}, "bbox": [-137.9725, 59.1241, -137.9725, 59.1241]}, {"id": "5457", "type": "Feature", "properties": {"id": "nn00604443", "mag": 1.1, "time": 1505007942083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9112, 38.3937, 7.8]}, "bbox": [-118.9112, 38.3937, -118.9112, 38.3937]}, {"id": "5458", "type": "Feature", "properties": {"id": "ci37758839", "mag": 1.22, "time": 1505007033130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.383167, 33.193, 7.75]}, "bbox": [-116.383167, 33.193, -116.383167, 33.193]}, {"id": "5459", "type": "Feature", "properties": {"id": "ak16827393", "mag": 1.2, "time": 1505006807930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6807, 59.9356, 95.0]}, "bbox": [-152.6807, 59.9356, -152.6807, 59.9356]}, {"id": "5460", "type": "Feature", "properties": {"id": "us2000aj47", "mag": 4.1, "time": 1505005871300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.689, 16.7045, 39.46]}, "bbox": [-94.689, 16.7045, -94.689, 16.7045]}, {"id": "5461", "type": "Feature", "properties": {"id": "us2000aj44", "mag": 4.3, "time": 1505005501920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7157, 15.408, 32.22]}, "bbox": [-94.7157, 15.408, -94.7157, 15.408]}, {"id": "5462", "type": "Feature", "properties": {"id": "us2000aj41", "mag": 4.3, "time": 1505005103690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5751, 15.5308, 63.49]}, "bbox": [-94.5751, 15.5308, -94.5751, 15.5308]}, {"id": "5463", "type": "Feature", "properties": {"id": "us2000aj3z", "mag": 4.4, "time": 1505004749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.3526, 47.21]}, "bbox": [-94.4987, 15.3526, -94.4987, 15.3526]}, {"id": "5464", "type": "Feature", "properties": {"id": "us2000aj3t", "mag": 3.3, "time": 1505004389150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.358, 44.2464, 10.0]}, "bbox": [-129.358, 44.2464, -129.358, 44.2464]}, {"id": "5465", "type": "Feature", "properties": {"id": "ak16793513", "mag": 2.3, "time": 1505004296412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.3005, 58.2485, 10.0]}, "bbox": [-143.3005, 58.2485, -143.3005, 58.2485]}, {"id": "5466", "type": "Feature", "properties": {"id": "ak16793511", "mag": 2.0, "time": 1505004250005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3901, 51.6935, 13.2]}, "bbox": [-178.3901, 51.6935, -178.3901, 51.6935]}, {"id": "5467", "type": "Feature", "properties": {"id": "us2000aj3m", "mag": 3.3, "time": 1505004159420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0417, 44.4745, 10.0]}, "bbox": [-129.0417, 44.4745, -129.0417, 44.4745]}, {"id": "5468", "type": "Feature", "properties": {"id": "ak16827390", "mag": 1.5, "time": 1505004153873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9635, 59.4036, 98.3]}, "bbox": [-152.9635, 59.4036, -152.9635, 59.4036]}, {"id": "5469", "type": "Feature", "properties": {"id": "ak16827388", "mag": 1.4, "time": 1505003603974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4592, 51.7361, 18.3]}, "bbox": [-178.4592, 51.7361, -178.4592, 51.7361]}, {"id": "5470", "type": "Feature", "properties": {"id": "ak16793506", "mag": 1.5, "time": 1505003554878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5578, 62.0025, 41.6]}, "bbox": [-149.5578, 62.0025, -149.5578, 62.0025]}, {"id": "5471", "type": "Feature", "properties": {"id": "mb80253689", "mag": 0.96, "time": 1505003169140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.508667, 46.879833, 9.14]}, "bbox": [-112.508667, 46.879833, -112.508667, 46.879833]}, {"id": "5472", "type": "Feature", "properties": {"id": "us2000aj3k", "mag": 4.7, "time": 1505002421890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.5775, -16.7183, 10.0]}, "bbox": [-172.5775, -16.7183, -172.5775, -16.7183]}, {"id": "5473", "type": "Feature", "properties": {"id": "ak16793503", "mag": 1.2, "time": 1505001653442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0694, 51.6811, 2.6]}, "bbox": [-178.0694, 51.6811, -178.0694, 51.6811]}, {"id": "5474", "type": "Feature", "properties": {"id": "us2000aj3c", "mag": 2.3, "time": 1505001525800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5803, 7.86]}, "bbox": [-111.427, 42.5803, -111.427, 42.5803]}, {"id": "5475", "type": "Feature", "properties": {"id": "hv61903041", "mag": 1.97, "time": 1505000788390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.501, 19.948333, 38.213]}, "bbox": [-155.501, 19.948333, -155.501, 19.948333]}, {"id": "5476", "type": "Feature", "properties": {"id": "ak16793502", "mag": 2.1, "time": 1505000595653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5442, 56.1065, 5.5]}, "bbox": [-159.5442, 56.1065, -159.5442, 56.1065]}, {"id": "5477", "type": "Feature", "properties": {"id": "us2000aj36", "mag": 3.3, "time": 1505000090270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0754, 44.3952, 10.0]}, "bbox": [-129.0754, 44.3952, -129.0754, 44.3952]}, {"id": "5478", "type": "Feature", "properties": {"id": "nc72889416", "mag": 1.43, "time": 1505000045060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.709167, 38.768333, 1.44]}, "bbox": [-122.709167, 38.768333, -122.709167, 38.768333]}, {"id": "5479", "type": "Feature", "properties": {"id": "nc72889411", "mag": 1.18, "time": 1504999845050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.424167, 38.768, 7.71]}, "bbox": [-122.424167, 38.768, -122.424167, 38.768]}, {"id": "5480", "type": "Feature", "properties": {"id": "ak16793501", "mag": 1.0, "time": 1504999793486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0175, 59.5958, 36.9]}, "bbox": [-151.0175, 59.5958, -151.0175, 59.5958]}, {"id": "5481", "type": "Feature", "properties": {"id": "ak16793499", "mag": 1.5, "time": 1504999218478, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9885, 60.7112, 87.3]}, "bbox": [-151.9885, 60.7112, -151.9885, 60.7112]}, {"id": "5482", "type": "Feature", "properties": {"id": "ak16823567", "mag": 1.5, "time": 1504999019129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3619, 57.7499, 9.3]}, "bbox": [-136.3619, 57.7499, -136.3619, 57.7499]}, {"id": "5483", "type": "Feature", "properties": {"id": "hv61903026", "mag": 1.83, "time": 1504999009760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28717, 19.4025, 1.54]}, "bbox": [-155.28717, 19.4025, -155.28717, 19.4025]}, {"id": "5484", "type": "Feature", "properties": {"id": "ak16793495", "mag": 1.5, "time": 1504998539010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1873, 63.1024, 94.1]}, "bbox": [-150.1873, 63.1024, -150.1873, 63.1024]}, {"id": "5485", "type": "Feature", "properties": {"id": "ak16793492", "mag": 1.9, "time": 1504998198191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4513, 66.9866, 0.9]}, "bbox": [-157.4513, 66.9866, -157.4513, 66.9866]}, {"id": "5486", "type": "Feature", "properties": {"id": "ak16793490", "mag": 1.1, "time": 1504998084010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3555, 64.9906, 0.0]}, "bbox": [-147.3555, 64.9906, -147.3555, 64.9906]}, {"id": "5487", "type": "Feature", "properties": {"id": "us2000am0g", "mag": 2.9, "time": 1504997864050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5776, 54.9813, 70.97]}, "bbox": [-161.5776, 54.9813, -161.5776, 54.9813]}, {"id": "5488", "type": "Feature", "properties": {"id": "us2000am0f", "mag": 3.0, "time": 1504997382330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4861, 55.435, 25.1]}, "bbox": [-158.4861, 55.435, -158.4861, 55.435]}, {"id": "5489", "type": "Feature", "properties": {"id": "us2000aj2w", "mag": 2.6, "time": 1504996101810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.6646, 8.07]}, "bbox": [-111.4595, 42.6646, -111.4595, 42.6646]}, {"id": "5490", "type": "Feature", "properties": {"id": "ak16823560", "mag": 1.1, "time": 1504995586471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5516, 60.1674, 10.1]}, "bbox": [-139.5516, 60.1674, -139.5516, 60.1674]}, {"id": "5491", "type": "Feature", "properties": {"id": "us2000aj2g", "mag": 2.6, "time": 1504995580700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.3253, 36.95, 2.161]}, "bbox": [-99.3253, 36.95, -99.3253, 36.95]}, {"id": "5492", "type": "Feature", "properties": {"id": "nc72889401", "mag": 1.53, "time": 1504995533070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.883167, 39.862333, 5.12]}, "bbox": [-122.883167, 39.862333, -122.883167, 39.862333]}, {"id": "5493", "type": "Feature", "properties": {"id": "us2000aj2p", "mag": 4.3, "time": 1504995471290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.6167, -36.1497, 25.35]}, "bbox": [-73.6167, -36.1497, -73.6167, -36.1497]}, {"id": "5494", "type": "Feature", "properties": {"id": "ci37758743", "mag": 0.97, "time": 1504995032090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 35.897667, 6.49]}, "bbox": [-116.927167, 35.897667, -116.927167, 35.897667]}, {"id": "5495", "type": "Feature", "properties": {"id": "ak16792945", "mag": 1.9, "time": 1504994934423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6439, 60.0021, 159.1]}, "bbox": [-153.6439, 60.0021, -153.6439, 60.0021]}, {"id": "5496", "type": "Feature", "properties": {"id": "nc72889396", "mag": 1.01, "time": 1504994309360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.744499, 38.774666, 1.39]}, "bbox": [-122.744499, 38.774666, -122.744499, 38.774666]}, {"id": "5497", "type": "Feature", "properties": {"id": "mb80253659", "mag": 1.35, "time": 1504994237270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.767667, 45.618, 0.67]}, "bbox": [-111.767667, 45.618, -111.767667, 45.618]}, {"id": "5498", "type": "Feature", "properties": {"id": "nc72889391", "mag": 1.15, "time": 1504994059680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4355, 39.501833, 12.05]}, "bbox": [-121.4355, 39.501833, -121.4355, 39.501833]}, {"id": "5499", "type": "Feature", "properties": {"id": "us2000ayd8", "mag": 4.0, "time": 1504993547880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0655, 15.7772, 34.99]}, "bbox": [-95.0655, 15.7772, -95.0655, 15.7772]}, {"id": "5500", "type": "Feature", "properties": {"id": "uu60240502", "mag": 1.28, "time": 1504993388650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.014167, 44.781833, 8.11]}, "bbox": [-111.014167, 44.781833, -111.014167, 44.781833]}, {"id": "5501", "type": "Feature", "properties": {"id": "nc72889381", "mag": 1.37, "time": 1504992621690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.732833, 38.768167, 0.83]}, "bbox": [-122.732833, 38.768167, -122.732833, 38.768167]}, {"id": "5502", "type": "Feature", "properties": {"id": "nc72889376", "mag": 1.64, "time": 1504992347010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.879, 39.861333, 5.75]}, "bbox": [-122.879, 39.861333, -122.879, 39.861333]}, {"id": "5503", "type": "Feature", "properties": {"id": "nc72889366", "mag": 0.99, "time": 1504990736460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712667, 38.913333, 2.6]}, "bbox": [-122.712667, 38.913333, -122.712667, 38.913333]}, {"id": "5504", "type": "Feature", "properties": {"id": "us2000aj18", "mag": 4.9, "time": 1504990247280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6127, -27.7277, 147.22]}, "bbox": [-177.6127, -27.7277, -177.6127, -27.7277]}, {"id": "5505", "type": "Feature", "properties": {"id": "us2000aksk", "mag": 2.8, "time": 1504990158400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8073, 35.9883, 6.228]}, "bbox": [-96.8073, 35.9883, -96.8073, 35.9883]}, {"id": "5506", "type": "Feature", "properties": {"id": "us2000aj13", "mag": 3.1, "time": 1504990070700, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8015, 35.9914, 5.85]}, "bbox": [-96.8015, 35.9914, -96.8015, 35.9914]}, {"id": "5507", "type": "Feature", "properties": {"id": "us2000arta", "mag": 4.2, "time": 1504989955640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0828, 15.537, 19.56]}, "bbox": [-95.0828, 15.537, -95.0828, 15.537]}, {"id": "5508", "type": "Feature", "properties": {"id": "ak16792284", "mag": 1.6, "time": 1504989907169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0546, 60.3983, 79.6]}, "bbox": [-152.0546, 60.3983, -152.0546, 60.3983]}, {"id": "5509", "type": "Feature", "properties": {"id": "nc72889356", "mag": 0.96, "time": 1504989514010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201333, 37.802667, 8.55]}, "bbox": [-122.201333, 37.802667, -122.201333, 37.802667]}, {"id": "5510", "type": "Feature", "properties": {"id": "ak16823554", "mag": 1.4, "time": 1504989475242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8158, 59.9912, 96.3]}, "bbox": [-152.8158, 59.9912, -152.8158, 59.9912]}, {"id": "5511", "type": "Feature", "properties": {"id": "us2000aj0w", "mag": 2.8, "time": 1504989429400, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5041, 36.2908, 8.103]}, "bbox": [-97.5041, 36.2908, -97.5041, 36.2908]}, {"id": "5512", "type": "Feature", "properties": {"id": "hv61902851", "mag": 1.98, "time": 1504989368750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279159, 19.391001, 0.54]}, "bbox": [-155.279159, 19.391001, -155.279159, 19.391001]}, {"id": "5513", "type": "Feature", "properties": {"id": "us2000art9", "mag": 4.4, "time": 1504989282650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5518, 15.0779, 35.94]}, "bbox": [-94.5518, 15.0779, -94.5518, 15.0779]}, {"id": "5514", "type": "Feature", "properties": {"id": "us2000aj0x", "mag": 4.2, "time": 1504989178220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8925, 15.5513, 33.85]}, "bbox": [-94.8925, 15.5513, -94.8925, 15.5513]}, {"id": "5515", "type": "Feature", "properties": {"id": "us2000aj1p", "mag": 2.3, "time": 1504988963860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4077, 55.6085, 30.8]}, "bbox": [-158.4077, 55.6085, -158.4077, 55.6085]}, {"id": "5516", "type": "Feature", "properties": {"id": "ak16823552", "mag": 1.2, "time": 1504988912939, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7854, 60.1774, 76.8]}, "bbox": [-151.7854, 60.1774, -151.7854, 60.1774]}, {"id": "5517", "type": "Feature", "properties": {"id": "us2000aj0r", "mag": 4.8, "time": 1504988774940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8055, 15.4862, 41.24]}, "bbox": [-94.8055, 15.4862, -94.8055, 15.4862]}, {"id": "5518", "type": "Feature", "properties": {"id": "ak16823551", "mag": 1.5, "time": 1504988703567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6984, 60.153, 94.6]}, "bbox": [-152.6984, 60.153, -152.6984, 60.153]}, {"id": "5519", "type": "Feature", "properties": {"id": "hv61902831", "mag": 2.68, "time": 1504988541740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.446, 20.027167, 8.137]}, "bbox": [-155.446, 20.027167, -155.446, 20.027167]}, {"id": "5520", "type": "Feature", "properties": {"id": "uu60240472", "mag": 1.31, "time": 1504988346800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.206, 39.282333, -3.32]}, "bbox": [-111.206, 39.282333, -111.206, 39.282333]}, {"id": "5521", "type": "Feature", "properties": {"id": "hv61902821", "mag": 2.08, "time": 1504988052380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.281998, 19.411833, 2.05]}, "bbox": [-155.281998, 19.411833, -155.281998, 19.411833]}, {"id": "5522", "type": "Feature", "properties": {"id": "ak16791747", "mag": 1.2, "time": 1504986900345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4114, 60.0877, 56.0]}, "bbox": [-150.4114, 60.0877, -150.4114, 60.0877]}, {"id": "5523", "type": "Feature", "properties": {"id": "nc72889346", "mag": 1.15, "time": 1504985576640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723667, 38.753833, 1.93]}, "bbox": [-122.723667, 38.753833, -122.723667, 38.753833]}, {"id": "5524", "type": "Feature", "properties": {"id": "us2000aizy", "mag": 4.4, "time": 1504984967070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1285, 55.2452, 28.63]}, "bbox": [-157.1285, 55.2452, -157.1285, 55.2452]}, {"id": "5525", "type": "Feature", "properties": {"id": "ak16823547", "mag": 2.3, "time": 1504984573262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2291, 50.8322, 17.6]}, "bbox": [-174.2291, 50.8322, -174.2291, 50.8322]}, {"id": "5526", "type": "Feature", "properties": {"id": "us2000aizr", "mag": 2.3, "time": 1504983888120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4504, 42.6494, 10.91]}, "bbox": [-111.4504, 42.6494, -111.4504, 42.6494]}, {"id": "5527", "type": "Feature", "properties": {"id": "nn00604425", "mag": 1.1, "time": 1504983732096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8284, 38.06, 3.2]}, "bbox": [-118.8284, 38.06, -118.8284, 38.06]}, {"id": "5528", "type": "Feature", "properties": {"id": "ak16791198", "mag": 1.7, "time": 1504983607869, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5288, 51.7278, 12.4]}, "bbox": [-178.5288, 51.7278, -178.5288, 51.7278]}, {"id": "5529", "type": "Feature", "properties": {"id": "nc72889341", "mag": 1.77, "time": 1504983196540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.881, 38.833667, 2.0]}, "bbox": [-122.881, 38.833667, -122.881, 38.833667]}, {"id": "5530", "type": "Feature", "properties": {"id": "uu60240427", "mag": 2.17, "time": 1504983086160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417167, 42.555833, 8.52]}, "bbox": [-111.417167, 42.555833, -111.417167, 42.555833]}, {"id": "5531", "type": "Feature", "properties": {"id": "us2000aizg", "mag": 4.4, "time": 1504983043410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4218, 15.787, 57.77]}, "bbox": [-94.4218, 15.787, -94.4218, 15.787]}, {"id": "5532", "type": "Feature", "properties": {"id": "hv61902716", "mag": 1.45, "time": 1504983007260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.274333, 18.915833, 7.212]}, "bbox": [-155.274333, 18.915833, -155.274333, 18.915833]}, {"id": "5533", "type": "Feature", "properties": {"id": "ak16823545", "mag": 1.7, "time": 1504982688397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1975, 53.2518, 21.4]}, "bbox": [-166.1975, 53.2518, -166.1975, 53.2518]}, {"id": "5534", "type": "Feature", "properties": {"id": "nn00604404", "mag": 2.1, "time": 1504981848383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9058, 38.3558, 8.8]}, "bbox": [-118.9058, 38.3558, -118.9058, 38.3558]}, {"id": "5535", "type": "Feature", "properties": {"id": "nc72889331", "mag": 1.22, "time": 1504981774440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.480833, 38.843833, 10.34]}, "bbox": [-122.480833, 38.843833, -122.480833, 38.843833]}, {"id": "5536", "type": "Feature", "properties": {"id": "us2000aiz4", "mag": 4.4, "time": 1504981610170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [155.7383, 49.4785, 59.88]}, "bbox": [155.7383, 49.4785, 155.7383, 49.4785]}, {"id": "5537", "type": "Feature", "properties": {"id": "ak16791190", "mag": 2.4, "time": 1504980782997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.857, 67.7643, 14.4]}, "bbox": [-152.857, 67.7643, -152.857, 67.7643]}, {"id": "5538", "type": "Feature", "properties": {"id": "ak16823543", "mag": 1.8, "time": 1504980266831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4071, 51.6082, 9.4]}, "bbox": [-178.4071, 51.6082, -178.4071, 51.6082]}, {"id": "5539", "type": "Feature", "properties": {"id": "ci37758695", "mag": 1.06, "time": 1504980028730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.307667, 34.0925, 16.16]}, "bbox": [-117.307667, 34.0925, -117.307667, 34.0925]}, {"id": "5540", "type": "Feature", "properties": {"id": "ak16791189", "mag": 1.3, "time": 1504980002277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.043, 60.3576, 52.2]}, "bbox": [-151.043, 60.3576, -151.043, 60.3576]}, {"id": "5541", "type": "Feature", "properties": {"id": "us2000aiyg", "mag": 4.4, "time": 1504979697800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.459, 15.3004, 36.6]}, "bbox": [-94.459, 15.3004, -94.459, 15.3004]}, {"id": "5542", "type": "Feature", "properties": {"id": "ak16823541", "mag": 1.5, "time": 1504978178608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8616, 58.3062, 104.2]}, "bbox": [-154.8616, 58.3062, -154.8616, 58.3062]}, {"id": "5543", "type": "Feature", "properties": {"id": "us2000aycf", "mag": 4.2, "time": 1504977766490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1719, 15.1363, 19.92]}, "bbox": [-94.1719, 15.1363, -94.1719, 15.1363]}, {"id": "5544", "type": "Feature", "properties": {"id": "nc72889311", "mag": 1.86, "time": 1504977631430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.621667, 39.523333, 4.94]}, "bbox": [-120.621667, 39.523333, -120.621667, 39.523333]}, {"id": "5545", "type": "Feature", "properties": {"id": "us2000am0a", "mag": 2.9, "time": 1504977007380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3606, 51.5729, 20.05]}, "bbox": [-178.3606, 51.5729, -178.3606, 51.5729]}, {"id": "5546", "type": "Feature", "properties": {"id": "uw61305857", "mag": 1.96, "time": 1504976913320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5835, 49.325, -0.06]}, "bbox": [-120.5835, 49.325, -120.5835, 49.325]}, {"id": "5547", "type": "Feature", "properties": {"id": "nn00604394", "mag": 1.0, "time": 1504976713972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9184, 39.4189, 9.4]}, "bbox": [-119.9184, 39.4189, -119.9184, 39.4189]}, {"id": "5548", "type": "Feature", "properties": {"id": "nn00604419", "mag": 1.0, "time": 1504976501919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9128, 38.3555, 7.9]}, "bbox": [-118.9128, 38.3555, -118.9128, 38.3555]}, {"id": "5549", "type": "Feature", "properties": {"id": "ak16823539", "mag": 1.7, "time": 1504975843554, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3563, 51.6531, 13.1]}, "bbox": [-178.3563, 51.6531, -178.3563, 51.6531]}, {"id": "5550", "type": "Feature", "properties": {"id": "uu60240367", "mag": 1.09, "time": 1504975707090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.071, 44.717, 8.3]}, "bbox": [-111.071, 44.717, -111.071, 44.717]}, {"id": "5551", "type": "Feature", "properties": {"id": "ak16790653", "mag": 3.1, "time": 1504974617088, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3417, 51.6239, 10.4]}, "bbox": [-178.3417, 51.6239, -178.3417, 51.6239]}, {"id": "5552", "type": "Feature", "properties": {"id": "ak16790654", "mag": 1.9, "time": 1504974537489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3148, 51.695, 47.7]}, "bbox": [-175.3148, 51.695, -175.3148, 51.695]}, {"id": "5553", "type": "Feature", "properties": {"id": "us2000aix7", "mag": 4.4, "time": 1504974070040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1553, 15.4199, 68.05]}, "bbox": [-94.1553, 15.4199, -94.1553, 15.4199]}, {"id": "5554", "type": "Feature", "properties": {"id": "us2000aix4", "mag": 2.7, "time": 1504973305730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.5514, 9.99]}, "bbox": [-111.4403, 42.5514, -111.4403, 42.5514]}, {"id": "5555", "type": "Feature", "properties": {"id": "ci37758639", "mag": 1.49, "time": 1504972882060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274333, 33.977333, 4.89]}, "bbox": [-116.274333, 33.977333, -116.274333, 33.977333]}, {"id": "5556", "type": "Feature", "properties": {"id": "ak16823535", "mag": 1.4, "time": 1504972779074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6619, 59.5746, 73.5]}, "bbox": [-152.6619, 59.5746, -152.6619, 59.5746]}, {"id": "5557", "type": "Feature", "properties": {"id": "ak16790651", "mag": 1.4, "time": 1504972583759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0742, 62.1419, 37.4]}, "bbox": [-148.0742, 62.1419, -148.0742, 62.1419]}, {"id": "5558", "type": "Feature", "properties": {"id": "hv61902621", "mag": 1.3, "time": 1504971779440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.013167, 19.393333, 2.338]}, "bbox": [-155.013167, 19.393333, -155.013167, 19.393333]}, {"id": "5559", "type": "Feature", "properties": {"id": "ci37758631", "mag": 1.6, "time": 1504971677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.497167, 32.741, 8.5]}, "bbox": [-115.497167, 32.741, -115.497167, 32.741]}, {"id": "5560", "type": "Feature", "properties": {"id": "ak16790130", "mag": 2.4, "time": 1504971409637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4283, 51.6859, 9.0]}, "bbox": [-178.4283, 51.6859, -178.4283, 51.6859]}, {"id": "5561", "type": "Feature", "properties": {"id": "us2000aiwm", "mag": 5.3, "time": 1504971008260, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8484, 15.8296, 39.05]}, "bbox": [-94.8484, 15.8296, -94.8484, 15.8296]}, {"id": "5562", "type": "Feature", "properties": {"id": "nc72889281", "mag": 1.07, "time": 1504970982380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944833, 37.598167, 1.8]}, "bbox": [-118.944833, 37.598167, -118.944833, 37.598167]}, {"id": "5563", "type": "Feature", "properties": {"id": "us2000aiwh", "mag": 4.8, "time": 1504970946650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5822, 15.0866, 46.84]}, "bbox": [-94.5822, 15.0866, -94.5822, 15.0866]}, {"id": "5564", "type": "Feature", "properties": {"id": "us2000aiwe", "mag": 4.6, "time": 1504970869530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9636, 15.3251, 65.27]}, "bbox": [-93.9636, 15.3251, -93.9636, 15.3251]}, {"id": "5565", "type": "Feature", "properties": {"id": "nc72889276", "mag": 1.09, "time": 1504970812160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.855667, 37.658833, 2.53]}, "bbox": [-118.855667, 37.658833, -118.855667, 37.658833]}, {"id": "5566", "type": "Feature", "properties": {"id": "ak16790123", "mag": 2.1, "time": 1504970292620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.13, 51.4897, 41.3]}, "bbox": [-177.13, 51.4897, -177.13, 51.4897]}, {"id": "5567", "type": "Feature", "properties": {"id": "ak16790120", "mag": 1.2, "time": 1504968778296, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3618, 61.0444, 0.0]}, "bbox": [-148.3618, 61.0444, -148.3618, 61.0444]}, {"id": "5568", "type": "Feature", "properties": {"id": "us2000aiw3", "mag": 4.1, "time": 1504968358930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.193, 15.2562, 35.0]}, "bbox": [-94.193, 15.2562, -94.193, 15.2562]}, {"id": "5569", "type": "Feature", "properties": {"id": "ak16789598", "mag": 2.5, "time": 1504968226307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7868, 63.1355, 123.4]}, "bbox": [-150.7868, 63.1355, -150.7868, 63.1355]}, {"id": "5570", "type": "Feature", "properties": {"id": "ak16789594", "mag": 1.9, "time": 1504968045372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7112, 60.6453, 16.4]}, "bbox": [-141.7112, 60.6453, -141.7112, 60.6453]}, {"id": "5571", "type": "Feature", "properties": {"id": "ci37758615", "mag": 1.41, "time": 1504967951280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275, 33.978333, 4.74]}, "bbox": [-116.275, 33.978333, -116.275, 33.978333]}, {"id": "5572", "type": "Feature", "properties": {"id": "ak16823526", "mag": 1.9, "time": 1504967456812, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4388, 54.8237, 32.0]}, "bbox": [-160.4388, 54.8237, -160.4388, 54.8237]}, {"id": "5573", "type": "Feature", "properties": {"id": "us2000aivy", "mag": 4.2, "time": 1504967440700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1556, 16.3217, 115.13]}, "bbox": [-94.1556, 16.3217, -94.1556, 16.3217]}, {"id": "5574", "type": "Feature", "properties": {"id": "ak16823525", "mag": 1.4, "time": 1504967368293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6252, 59.9753, 101.9]}, "bbox": [-152.6252, 59.9753, -152.6252, 59.9753]}, {"id": "5575", "type": "Feature", "properties": {"id": "ak16823524", "mag": 1.7, "time": 1504966965980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7649, 56.8018, 3.4]}, "bbox": [-154.7649, 56.8018, -154.7649, 56.8018]}, {"id": "5576", "type": "Feature", "properties": {"id": "ak16823523", "mag": 1.6, "time": 1504966219015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4826, 51.2597, 23.7]}, "bbox": [-177.4826, 51.2597, -177.4826, 51.2597]}, {"id": "5577", "type": "Feature", "properties": {"id": "nc72889256", "mag": 1.03, "time": 1504966067680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012333, 37.593667, 0.37]}, "bbox": [-119.012333, 37.593667, -119.012333, 37.593667]}, {"id": "5578", "type": "Feature", "properties": {"id": "nn00604381", "mag": 2.3, "time": 1504966020076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3553, 40.6574, 6.9]}, "bbox": [-119.3553, 40.6574, -119.3553, 40.6574]}, {"id": "5579", "type": "Feature", "properties": {"id": "ci37758607", "mag": 1.15, "time": 1504965758050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.386667, 33.320333, 5.46]}, "bbox": [-116.386667, 33.320333, -116.386667, 33.320333]}, {"id": "5580", "type": "Feature", "properties": {"id": "us2000aivs", "mag": 2.6, "time": 1504965349760, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.5704, 9.32]}, "bbox": [-111.431, 42.5704, -111.431, 42.5704]}, {"id": "5581", "type": "Feature", "properties": {"id": "mb80253559", "mag": 1.01, "time": 1504964725150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.785167, 43.612, -3.47]}, "bbox": [-110.785167, 43.612, -110.785167, 43.612]}, {"id": "5582", "type": "Feature", "properties": {"id": "ak16823520", "mag": 2.0, "time": 1504964361277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4265, 54.015, 30.3]}, "bbox": [-164.4265, 54.015, -164.4265, 54.015]}, {"id": "5583", "type": "Feature", "properties": {"id": "ak16823518", "mag": 1.4, "time": 1504963874108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.762, 82.8]}, "bbox": [-152.0471, 60.762, -152.0471, 60.762]}, {"id": "5584", "type": "Feature", "properties": {"id": "ak16789076", "mag": 1.7, "time": 1504963420635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7554, 59.5701, 80.5]}, "bbox": [-152.7554, 59.5701, -152.7554, 59.5701]}, {"id": "5585", "type": "Feature", "properties": {"id": "us2000aivg", "mag": 4.8, "time": 1504963319300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.118, 15.2555, 36.22]}, "bbox": [-94.118, 15.2555, -94.118, 15.2555]}, {"id": "5586", "type": "Feature", "properties": {"id": "us2000aiva", "mag": 4.7, "time": 1504963129400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9764, 15.3921, 63.93]}, "bbox": [-93.9764, 15.3921, -93.9764, 15.3921]}, {"id": "5587", "type": "Feature", "properties": {"id": "ak16823516", "mag": 1.1, "time": 1504962479847, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8765, 58.9325, 12.9]}, "bbox": [-155.8765, 58.9325, -155.8765, 58.9325]}, {"id": "5588", "type": "Feature", "properties": {"id": "ismpkansas70234863", "mag": 1.66, "time": 1504961953310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8555, 37.210833, 3.69]}, "bbox": [-97.8555, 37.210833, -97.8555, 37.210833]}, {"id": "5589", "type": "Feature", "properties": {"id": "us2000aiuu", "mag": 4.3, "time": 1504961286800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1507, 15.2159, 54.84]}, "bbox": [-94.1507, 15.2159, -94.1507, 15.2159]}, {"id": "5590", "type": "Feature", "properties": {"id": "nc72889151", "mag": 1.59, "time": 1504961182210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2615, 36.143, 9.79]}, "bbox": [-120.2615, 36.143, -120.2615, 36.143]}, {"id": "5591", "type": "Feature", "properties": {"id": "ak16823515", "mag": 1.3, "time": 1504960711273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5542, 59.755, 14.4]}, "bbox": [-136.5542, 59.755, -136.5542, 59.755]}, {"id": "5592", "type": "Feature", "properties": {"id": "us2000aiud", "mag": 4.5, "time": 1504959908650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2891, 15.5969, 67.38]}, "bbox": [-94.2891, 15.5969, -94.2891, 15.5969]}, {"id": "5593", "type": "Feature", "properties": {"id": "ak16823514", "mag": 2.3, "time": 1504959541727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2315, 55.4677, 18.9]}, "bbox": [-158.2315, 55.4677, -158.2315, 55.4677]}, {"id": "5594", "type": "Feature", "properties": {"id": "us2000aiu3", "mag": 3.5, "time": 1504959495530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3875, 42.5392, 5.0]}, "bbox": [-111.3875, 42.5392, -111.3875, 42.5392]}, {"id": "5595", "type": "Feature", "properties": {"id": "us2000aiu8", "mag": 4.9, "time": 1504959466540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4075, 16.1573, 92.03]}, "bbox": [-94.4075, 16.1573, -94.4075, 16.1573]}, {"id": "5596", "type": "Feature", "properties": {"id": "ak16788555", "mag": 1.8, "time": 1504958775607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5009, 59.7863, 1.7]}, "bbox": [-136.5009, 59.7863, -136.5009, 59.7863]}, {"id": "5597", "type": "Feature", "properties": {"id": "ak16823512", "mag": 1.2, "time": 1504958710011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.013, 77.0]}, "bbox": [-151.6279, 61.013, -151.6279, 61.013]}, {"id": "5598", "type": "Feature", "properties": {"id": "us2000aitr", "mag": 5.2, "time": 1504958620590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.1721, -22.4546, 222.22]}, "bbox": [-66.1721, -22.4546, -66.1721, -22.4546]}, {"id": "5599", "type": "Feature", "properties": {"id": "ci37758559", "mag": 2.17, "time": 1504958517340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871333, 36.511, 7.46]}, "bbox": [-117.871333, 36.511, -117.871333, 36.511]}, {"id": "5600", "type": "Feature", "properties": {"id": "nc72889136", "mag": 1.89, "time": 1504958245210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943333, 37.597, 2.4]}, "bbox": [-118.943333, 37.597, -118.943333, 37.597]}, {"id": "5601", "type": "Feature", "properties": {"id": "ak16788550", "mag": 1.2, "time": 1504957995087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 61.7723, 59.6]}, "bbox": [-150.7877, 61.7723, -150.7877, 61.7723]}, {"id": "5602", "type": "Feature", "properties": {"id": "us2000aita", "mag": 3.9, "time": 1504957968370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4749, 42.5793, 8.0]}, "bbox": [-111.4749, 42.5793, -111.4749, 42.5793]}, {"id": "5603", "type": "Feature", "properties": {"id": "us2000aitc", "mag": 4.9, "time": 1504957853960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4489, 15.7338, 63.09]}, "bbox": [-94.4489, 15.7338, -94.4489, 15.7338]}, {"id": "5604", "type": "Feature", "properties": {"id": "nc72889131", "mag": 1.42, "time": 1504957844330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.604833, 3.8]}, "bbox": [-118.822667, 37.604833, -118.822667, 37.604833]}, {"id": "5605", "type": "Feature", "properties": {"id": "us2000ait9", "mag": 3.1, "time": 1504957715430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.5732, 7.4]}, "bbox": [-111.4515, 42.5732, -111.4515, 42.5732]}, {"id": "5606", "type": "Feature", "properties": {"id": "us2000ait3", "mag": 3.0, "time": 1504956895100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7026, 36.641, 8.008]}, "bbox": [-97.7026, 36.641, -97.7026, 36.641]}, {"id": "5607", "type": "Feature", "properties": {"id": "us2000am03", "mag": 2.5, "time": 1504956200380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0448, 53.9738, 19.7]}, "bbox": [-163.0448, 53.9738, -163.0448, 53.9738]}, {"id": "5608", "type": "Feature", "properties": {"id": "us2000ait2", "mag": 4.0, "time": 1504956162220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.601, 15.854, 69.04]}, "bbox": [-94.601, 15.854, -94.601, 15.854]}, {"id": "5609", "type": "Feature", "properties": {"id": "us2000aisv", "mag": 2.4, "time": 1504955702120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4242, 42.579, 6.95]}, "bbox": [-111.4242, 42.579, -111.4242, 42.579]}, {"id": "5610", "type": "Feature", "properties": {"id": "us2000aisz", "mag": 4.5, "time": 1504955498600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.8292, 3.6504, 59.54]}, "bbox": [126.8292, 3.6504, 126.8292, 3.6504]}, {"id": "5611", "type": "Feature", "properties": {"id": "nc72889126", "mag": 1.04, "time": 1504955440550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.5415, 4.76]}, "bbox": [-118.832333, 37.5415, -118.832333, 37.5415]}, {"id": "5612", "type": "Feature", "properties": {"id": "ak16788046", "mag": 2.3, "time": 1504954557233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3602, 51.5792, 17.2]}, "bbox": [-178.3602, 51.5792, -178.3602, 51.5792]}, {"id": "5613", "type": "Feature", "properties": {"id": "us2000aisn", "mag": 4.2, "time": 1504953867200, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2262, -15.3425, 224.81]}, "bbox": [-70.2262, -15.3425, -70.2262, -15.3425]}, {"id": "5614", "type": "Feature", "properties": {"id": "uu60240042", "mag": 1.27, "time": 1504953324130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.006167, 44.792, 10.46]}, "bbox": [-111.006167, 44.792, -111.006167, 44.792]}, {"id": "5615", "type": "Feature", "properties": {"id": "pr2017252001", "mag": 2.09, "time": 1504953205290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2761, 18.0591, 19.0]}, "bbox": [-67.2761, 18.0591, -67.2761, 18.0591]}, {"id": "5616", "type": "Feature", "properties": {"id": "ci37758511", "mag": 1.45, "time": 1504952800930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.903, 6.17]}, "bbox": [-116.930333, 35.903, -116.930333, 35.903]}, {"id": "5617", "type": "Feature", "properties": {"id": "us2000ayba", "mag": 4.1, "time": 1504952366970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5053, 15.7495, 68.22]}, "bbox": [-94.5053, 15.7495, -94.5053, 15.7495]}, {"id": "5618", "type": "Feature", "properties": {"id": "mb80253459", "mag": 1.52, "time": 1504952233330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447, 46.021167, 0.93]}, "bbox": [-111.447, 46.021167, -111.447, 46.021167]}, {"id": "5619", "type": "Feature", "properties": {"id": "nc72889121", "mag": 1.03, "time": 1504952209100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.871, 37.554833, 4.73]}, "bbox": [-118.871, 37.554833, -118.871, 37.554833]}, {"id": "5620", "type": "Feature", "properties": {"id": "ci37758487", "mag": 1.12, "time": 1504952052150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.988, 36.408833, 5.76]}, "bbox": [-116.988, 36.408833, -116.988, 36.408833]}, {"id": "5621", "type": "Feature", "properties": {"id": "us2000ais8", "mag": 4.3, "time": 1504951965100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.9766, 44.5128, 265.04]}, "bbox": [140.9766, 44.5128, 140.9766, 44.5128]}, {"id": "5622", "type": "Feature", "properties": {"id": "nn00604410", "mag": 1.1, "time": 1504951735991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3876, 37.2486, 0.0]}, "bbox": [-115.3876, 37.2486, -115.3876, 37.2486]}, {"id": "5623", "type": "Feature", "properties": {"id": "ci37758471", "mag": 1.08, "time": 1504951652550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931667, 34.0345, 15.2]}, "bbox": [-116.931667, 34.0345, -116.931667, 34.0345]}, {"id": "5624", "type": "Feature", "properties": {"id": "ak16787530", "mag": 1.1, "time": 1504951610158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7897, 67.3419, 11.3]}, "bbox": [-149.7897, 67.3419, -149.7897, 67.3419]}, {"id": "5625", "type": "Feature", "properties": {"id": "us2000ais3", "mag": 5.4, "time": 1504951518370, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [133.9356, -4.9459, 10.0]}, "bbox": [133.9356, -4.9459, 133.9356, -4.9459]}, {"id": "5626", "type": "Feature", "properties": {"id": "us2000airu", "mag": 4.6, "time": 1504951047220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0237, -24.161, 169.64]}, "bbox": [-67.0237, -24.161, -67.0237, -24.161]}, {"id": "5627", "type": "Feature", "properties": {"id": "ak16787527", "mag": 1.5, "time": 1504950964134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1724, 62.5675, 9.9]}, "bbox": [-152.1724, 62.5675, -152.1724, 62.5675]}, {"id": "5628", "type": "Feature", "properties": {"id": "ak16787525", "mag": 1.4, "time": 1504950309819, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6065, 60.0265, 7.6]}, "bbox": [-140.6065, 60.0265, -140.6065, 60.0265]}, {"id": "5629", "type": "Feature", "properties": {"id": "us2000am01", "mag": 3.8, "time": 1504950233710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0371, 53.9395, 13.0]}, "bbox": [-163.0371, 53.9395, -163.0371, 53.9395]}, {"id": "5630", "type": "Feature", "properties": {"id": "nc72889106", "mag": 1.8, "time": 1504950063660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.642667, 38.4305, 9.02]}, "bbox": [-122.642667, 38.4305, -122.642667, 38.4305]}, {"id": "5631", "type": "Feature", "properties": {"id": "us2000ayb4", "mag": 3.9, "time": 1504949950000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1532, 14.9116, 21.58]}, "bbox": [-95.1532, 14.9116, -95.1532, 14.9116]}, {"id": "5632", "type": "Feature", "properties": {"id": "nc72889101", "mag": 1.84, "time": 1504949895770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.008833, 39.729667, 5.67]}, "bbox": [-120.008833, 39.729667, -120.008833, 39.729667]}, {"id": "5633", "type": "Feature", "properties": {"id": "ak16823500", "mag": 1.6, "time": 1504949837453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.187, 59.0211, 72.2]}, "bbox": [-153.187, 59.0211, -153.187, 59.0211]}, {"id": "5634", "type": "Feature", "properties": {"id": "ak16823499", "mag": 1.5, "time": 1504949724642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0279, 61.4535, 96.1]}, "bbox": [-152.0279, 61.4535, -152.0279, 61.4535]}, {"id": "5635", "type": "Feature", "properties": {"id": "us2000arsy", "mag": 4.1, "time": 1504949643990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.3876, -19.5742, 213.81]}, "bbox": [169.3876, -19.5742, 169.3876, -19.5742]}, {"id": "5636", "type": "Feature", "properties": {"id": "ak16787519", "mag": 1.4, "time": 1504949316312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0341, 61.6767, 50.7]}, "bbox": [-150.0341, 61.6767, -150.0341, 61.6767]}, {"id": "5637", "type": "Feature", "properties": {"id": "ak16823497", "mag": 2.2, "time": 1504949226805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3563, 55.6967, 21.9]}, "bbox": [-157.3563, 55.6967, -157.3563, 55.6967]}, {"id": "5638", "type": "Feature", "properties": {"id": "us2000airg", "mag": 2.3, "time": 1504948998980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6157, 5.99]}, "bbox": [-111.4451, 42.6157, -111.4451, 42.6157]}, {"id": "5639", "type": "Feature", "properties": {"id": "nc72889066", "mag": 0.98, "time": 1504947621670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.982833, 37.917667, 10.7]}, "bbox": [-121.982833, 37.917667, -121.982833, 37.917667]}, {"id": "5640", "type": "Feature", "properties": {"id": "ak16823496", "mag": 2.0, "time": 1504947486008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2987, 51.7726, 13.0]}, "bbox": [-173.2987, 51.7726, -173.2987, 51.7726]}, {"id": "5641", "type": "Feature", "properties": {"id": "ak16787403", "mag": 2.6, "time": 1504947413205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5944, 59.4202, 75.5]}, "bbox": [-152.5944, 59.4202, -152.5944, 59.4202]}, {"id": "5642", "type": "Feature", "properties": {"id": "us2000aiqx", "mag": 4.1, "time": 1504946674160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5388, 15.3559, 54.35]}, "bbox": [-94.5388, 15.3559, -94.5388, 15.3559]}, {"id": "5643", "type": "Feature", "properties": {"id": "ci37758415", "mag": 1.03, "time": 1504946346090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.892667, 32.718333, 8.72]}, "bbox": [-115.892667, 32.718333, -115.892667, 32.718333]}, {"id": "5644", "type": "Feature", "properties": {"id": "us2000avsk", "mag": 2.8, "time": 1504946098400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4224, 42.5665, 6.74]}, "bbox": [-111.4224, 42.5665, -111.4224, 42.5665]}, {"id": "5645", "type": "Feature", "properties": {"id": "us2000aiqt", "mag": 2.6, "time": 1504946086710, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.5806, 6.0]}, "bbox": [-111.4255, 42.5806, -111.4255, 42.5806]}, {"id": "5646", "type": "Feature", "properties": {"id": "us2000avsj", "mag": 2.7, "time": 1504945947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4298, 42.5744, 7.17]}, "bbox": [-111.4298, 42.5744, -111.4298, 42.5744]}, {"id": "5647", "type": "Feature", "properties": {"id": "us2000ampk", "mag": 3.3, "time": 1504945822720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6108, 6.88]}, "bbox": [-111.4585, 42.6108, -111.4585, 42.6108]}, {"id": "5648", "type": "Feature", "properties": {"id": "us2000al9w", "mag": 3.6, "time": 1504945687860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5592, 9.39]}, "bbox": [-111.4277, 42.5592, -111.4277, 42.5592]}, {"id": "5649", "type": "Feature", "properties": {"id": "us2000aiur", "mag": 4.0, "time": 1504945641000, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5631, 8.48]}, "bbox": [-111.4155, 42.5631, -111.4155, 42.5631]}, {"id": "5650", "type": "Feature", "properties": {"id": "ak16823493", "mag": 1.8, "time": 1504945521703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5064, 51.8445, 13.1]}, "bbox": [-178.5064, 51.8445, -178.5064, 51.8445]}, {"id": "5651", "type": "Feature", "properties": {"id": "ci37758407", "mag": 1.19, "time": 1504945503520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.470167, 34.3615, 1.96]}, "bbox": [-116.470167, 34.3615, -116.470167, 34.3615]}, {"id": "5652", "type": "Feature", "properties": {"id": "us2000akd5", "mag": 3.3, "time": 1504945430400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5799, 5.91]}, "bbox": [-111.4221, 42.5799, -111.4221, 42.5799]}, {"id": "5653", "type": "Feature", "properties": {"id": "us2000art2", "mag": 4.5, "time": 1504945418710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.5761, 18.7533, 262.64]}, "bbox": [145.5761, 18.7533, 145.5761, 18.7533]}, {"id": "5654", "type": "Feature", "properties": {"id": "us2000aiq7", "mag": 4.1, "time": 1504945384770, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4167, 42.5619, 7.19]}, "bbox": [-111.4167, 42.5619, -111.4167, 42.5619]}, {"id": "5655", "type": "Feature", "properties": {"id": "us2000aiql", "mag": 4.5, "time": 1504945169540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.0828, -6.9776, 133.54]}, "bbox": [130.0828, -6.9776, 130.0828, -6.9776]}, {"id": "5656", "type": "Feature", "properties": {"id": "us2000aiq2", "mag": 3.3, "time": 1504944298530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5842, 7.06]}, "bbox": [-111.427, 42.5842, -111.427, 42.5842]}, {"id": "5657", "type": "Feature", "properties": {"id": "us2000aipz", "mag": 4.8, "time": 1504944096330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0129, 15.2713, 53.97]}, "bbox": [-94.0129, 15.2713, -94.0129, 15.2713]}, {"id": "5658", "type": "Feature", "properties": {"id": "us2000arsw", "mag": 4.7, "time": 1504943699570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.2724, -59.2757, 10.0]}, "bbox": [-25.2724, -59.2757, -25.2724, -59.2757]}, {"id": "5659", "type": "Feature", "properties": {"id": "hv61902241", "mag": 1.62, "time": 1504943455500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2485, 19.386833, 31.012]}, "bbox": [-155.2485, 19.386833, -155.2485, 19.386833]}, {"id": "5660", "type": "Feature", "properties": {"id": "us2000aj4h", "mag": 2.6, "time": 1504943362330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4304, 42.5789, 7.2]}, "bbox": [-111.4304, 42.5789, -111.4304, 42.5789]}, {"id": "5661", "type": "Feature", "properties": {"id": "us2000aipn", "mag": 4.2, "time": 1504943316560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.9524, 38.8091, 10.0]}, "bbox": [74.9524, 38.8091, 74.9524, 38.8091]}, {"id": "5662", "type": "Feature", "properties": {"id": "us2000aipm", "mag": 2.3, "time": 1504943304230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4353, 42.5792, 9.03]}, "bbox": [-111.4353, 42.5792, -111.4353, 42.5792]}, {"id": "5663", "type": "Feature", "properties": {"id": "us2000aipl", "mag": 2.8, "time": 1504942989430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5726, 8.45]}, "bbox": [-111.4364, 42.5726, -111.4364, 42.5726]}, {"id": "5664", "type": "Feature", "properties": {"id": "us2000art3", "mag": 4.7, "time": 1504942625890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.7566, 13.8193, 16.98]}, "bbox": [146.7566, 13.8193, 146.7566, 13.8193]}, {"id": "5665", "type": "Feature", "properties": {"id": "ak16823489", "mag": 2.2, "time": 1504941981540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6119, 68.4897, 9.7]}, "bbox": [-146.6119, 68.4897, -146.6119, 68.4897]}, {"id": "5666", "type": "Feature", "properties": {"id": "ak16786898", "mag": 2.3, "time": 1504941973751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6435, 68.4109, 0.0]}, "bbox": [-146.6435, 68.4109, -146.6435, 68.4109]}, {"id": "5667", "type": "Feature", "properties": {"id": "us2000aipa", "mag": 4.1, "time": 1504940445840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7031, 15.6436, 38.39]}, "bbox": [-94.7031, 15.6436, -94.7031, 15.6436]}, {"id": "5668", "type": "Feature", "properties": {"id": "ak16786512", "mag": 1.4, "time": 1504940146158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6116, 61.8175, 55.8]}, "bbox": [-150.6116, 61.8175, -150.6116, 61.8175]}, {"id": "5669", "type": "Feature", "properties": {"id": "ci37758383", "mag": 1.42, "time": 1504940130810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.027333, 34.440333, 12.46]}, "bbox": [-119.027333, 34.440333, -119.027333, 34.440333]}, {"id": "5670", "type": "Feature", "properties": {"id": "uw61305607", "mag": 1.15, "time": 1504939688980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4665, 48.458667, 29.09]}, "bbox": [-123.4665, 48.458667, -123.4665, 48.458667]}, {"id": "5671", "type": "Feature", "properties": {"id": "nn00604353", "mag": 1.1, "time": 1504939522222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9216, 38.3812, 6.9]}, "bbox": [-118.9216, 38.3812, -118.9216, 38.3812]}, {"id": "5672", "type": "Feature", "properties": {"id": "us2000ayad", "mag": 4.2, "time": 1504939027620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4368, 15.1947, 59.18]}, "bbox": [-94.4368, 15.1947, -94.4368, 15.1947]}, {"id": "5673", "type": "Feature", "properties": {"id": "ak16823487", "mag": 1.3, "time": 1504938992964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2717, 59.963, 19.9]}, "bbox": [-148.2717, 59.963, -148.2717, 59.963]}, {"id": "5674", "type": "Feature", "properties": {"id": "ak16786506", "mag": 2.6, "time": 1504938975370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5829, 68.5268, 13.9]}, "bbox": [-146.5829, 68.5268, -146.5829, 68.5268]}, {"id": "5675", "type": "Feature", "properties": {"id": "ci37758359", "mag": 1.28, "time": 1504938780620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4375, 32.7105, 7.58]}, "bbox": [-115.4375, 32.7105, -115.4375, 32.7105]}, {"id": "5676", "type": "Feature", "properties": {"id": "us2000ayac", "mag": 4.2, "time": 1504938734260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6092, 15.0415, 60.74]}, "bbox": [-94.6092, 15.0415, -94.6092, 15.0415]}, {"id": "5677", "type": "Feature", "properties": {"id": "us2000aip9", "mag": 4.8, "time": 1504938495700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9169, 15.1747, 62.25]}, "bbox": [-93.9169, 15.1747, -93.9169, 15.1747]}, {"id": "5678", "type": "Feature", "properties": {"id": "us2000aing", "mag": 5.0, "time": 1504938263510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7579, 15.8771, 50.37]}, "bbox": [-94.7579, 15.8771, -94.7579, 15.8771]}, {"id": "5679", "type": "Feature", "properties": {"id": "nc72889046", "mag": 1.74, "time": 1504938239010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.951833, 36.388167, 3.8]}, "bbox": [-120.951833, 36.388167, -120.951833, 36.388167]}, {"id": "5680", "type": "Feature", "properties": {"id": "ci37758351", "mag": 1.69, "time": 1504938189230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.433333, 32.708, 11.7]}, "bbox": [-115.433333, 32.708, -115.433333, 32.708]}, {"id": "5681", "type": "Feature", "properties": {"id": "ci37758343", "mag": 2.17, "time": 1504938036110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.650333, 32.557, 11.77]}, "bbox": [-115.650333, 32.557, -115.650333, 32.557]}, {"id": "5682", "type": "Feature", "properties": {"id": "us2000arsu", "mag": 4.2, "time": 1504937955720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.536, 15.7206, 33.37]}, "bbox": [-94.536, 15.7206, -94.536, 15.7206]}, {"id": "5683", "type": "Feature", "properties": {"id": "us2000aya9", "mag": 4.1, "time": 1504937750680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.6186, 49.66]}, "bbox": [-94.4987, 15.6186, -94.4987, 15.6186]}, {"id": "5684", "type": "Feature", "properties": {"id": "us2000ain2", "mag": 4.5, "time": 1504937531380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.4532, 53.46]}, "bbox": [-94.2803, 15.4532, -94.2803, 15.4532]}, {"id": "5685", "type": "Feature", "properties": {"id": "mb80253349", "mag": 1.16, "time": 1504937527100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.891167, 14.63]}, "bbox": [-112.5255, 46.891167, -112.5255, 46.891167]}, {"id": "5686", "type": "Feature", "properties": {"id": "us2000aimz", "mag": 4.9, "time": 1504936574470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7043, -59.8211, 10.0]}, "bbox": [-25.7043, -59.8211, -25.7043, -59.8211]}, {"id": "5687", "type": "Feature", "properties": {"id": "us2000aya4", "mag": 4.1, "time": 1504936122970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4429, 15.8428, 39.5]}, "bbox": [-94.4429, 15.8428, -94.4429, 15.8428]}, {"id": "5688", "type": "Feature", "properties": {"id": "ak16823484", "mag": 1.2, "time": 1504936114606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7939, 63.1602, 125.5]}, "bbox": [-150.7939, 63.1602, -150.7939, 63.1602]}, {"id": "5689", "type": "Feature", "properties": {"id": "ak16786077", "mag": 1.2, "time": 1504935774238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9696, 65.5175, 9.8]}, "bbox": [-149.9696, 65.5175, -149.9696, 65.5175]}, {"id": "5690", "type": "Feature", "properties": {"id": "nn00604400", "mag": 1.2, "time": 1504935386919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5673, 40.9452, 13.7]}, "bbox": [-116.5673, 40.9452, -116.5673, 40.9452]}, {"id": "5691", "type": "Feature", "properties": {"id": "us2000alzw", "mag": 3.4, "time": 1504935359040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4837, 52.2353, 39.0]}, "bbox": [-170.4837, 52.2353, -170.4837, 52.2353]}, {"id": "5692", "type": "Feature", "properties": {"id": "ak16786013", "mag": 1.4, "time": 1504934755508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2112, 59.8068, 77.5]}, "bbox": [-152.2112, 59.8068, -152.2112, 59.8068]}, {"id": "5693", "type": "Feature", "properties": {"id": "us2000aimb", "mag": 4.7, "time": 1504934538770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7033, 15.6728, 51.46]}, "bbox": [-94.7033, 15.6728, -94.7033, 15.6728]}, {"id": "5694", "type": "Feature", "properties": {"id": "us2000arum", "mag": 4.3, "time": 1504934315700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6748, 15.2159, 35.55]}, "bbox": [-94.6748, 15.2159, -94.6748, 15.2159]}, {"id": "5695", "type": "Feature", "properties": {"id": "us2000aim7", "mag": 4.0, "time": 1504934242180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7794, 15.3776, 67.05]}, "bbox": [-93.7794, 15.3776, -93.7794, 15.3776]}, {"id": "5696", "type": "Feature", "properties": {"id": "us2000aim0", "mag": 4.3, "time": 1504933783810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0338, 15.1325, 37.84]}, "bbox": [-94.0338, 15.1325, -94.0338, 15.1325]}, {"id": "5697", "type": "Feature", "properties": {"id": "us2000ay9t", "mag": 4.3, "time": 1504933351910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8516, 15.6769, 64.29]}, "bbox": [-94.8516, 15.6769, -94.8516, 15.6769]}, {"id": "5698", "type": "Feature", "properties": {"id": "ak16785716", "mag": 1.3, "time": 1504933227428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6303, 68.5196, 9.9]}, "bbox": [-146.6303, 68.5196, -146.6303, 68.5196]}, {"id": "5699", "type": "Feature", "properties": {"id": "ak16823479", "mag": 1.4, "time": 1504933167331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3862, 58.1118, 65.6]}, "bbox": [-153.3862, 58.1118, -153.3862, 58.1118]}, {"id": "5700", "type": "Feature", "properties": {"id": "ak16823478", "mag": 1.9, "time": 1504932908497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2638, 51.342, 32.1]}, "bbox": [-178.2638, 51.342, -178.2638, 51.342]}, {"id": "5701", "type": "Feature", "properties": {"id": "us2000ailq", "mag": 5.5, "time": 1504932892100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0613, 15.0808, 29.0]}, "bbox": [-94.0613, 15.0808, -94.0613, 15.0808]}, {"id": "5702", "type": "Feature", "properties": {"id": "us2000ailp", "mag": 4.5, "time": 1504932819610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.1423, -8.6068, 144.45]}, "bbox": [119.1423, -8.6068, 119.1423, -8.6068]}, {"id": "5703", "type": "Feature", "properties": {"id": "ak16785656", "mag": 1.7, "time": 1504932712383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.238, 65.7544, 14.1]}, "bbox": [-155.238, 65.7544, -155.238, 65.7544]}, {"id": "5704", "type": "Feature", "properties": {"id": "nc72889011", "mag": 1.03, "time": 1504932679700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.051167, 36.471667, 6.53]}, "bbox": [-121.051167, 36.471667, -121.051167, 36.471667]}, {"id": "5705", "type": "Feature", "properties": {"id": "us2000ailm", "mag": 2.9, "time": 1504932636140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9441, 58.6028, 4.9]}, "bbox": [-136.9441, 58.6028, -136.9441, 58.6028]}, {"id": "5706", "type": "Feature", "properties": {"id": "us2000ay9s", "mag": 4.1, "time": 1504932576140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6151, 15.175, 41.76]}, "bbox": [-94.6151, 15.175, -94.6151, 15.175]}, {"id": "5707", "type": "Feature", "properties": {"id": "us2000ailg", "mag": 2.7, "time": 1504932451000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5107, 36.2919, 8.117]}, "bbox": [-97.5107, 36.2919, -97.5107, 36.2919]}, {"id": "5708", "type": "Feature", "properties": {"id": "mb80253329", "mag": 1.19, "time": 1504932343290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.862667, 11.76]}, "bbox": [-112.527833, 46.862667, -112.527833, 46.862667]}, {"id": "5709", "type": "Feature", "properties": {"id": "ci37758279", "mag": 1.67, "time": 1504932048030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.507167, 33.653, 1.9]}, "bbox": [-118.507167, 33.653, -118.507167, 33.653]}, {"id": "5710", "type": "Feature", "properties": {"id": "ak16823475", "mag": 1.1, "time": 1504931942522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2765, 60.0722, 83.8]}, "bbox": [-152.2765, 60.0722, -152.2765, 60.0722]}, {"id": "5711", "type": "Feature", "properties": {"id": "us2000aila", "mag": 4.2, "time": 1504931645090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4593, 15.3365, 41.87]}, "bbox": [-94.4593, 15.3365, -94.4593, 15.3365]}, {"id": "5712", "type": "Feature", "properties": {"id": "ci37758271", "mag": 1.52, "time": 1504931420370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8695, 34.238, 8.73]}, "bbox": [-116.8695, 34.238, -116.8695, 34.238]}, {"id": "5713", "type": "Feature", "properties": {"id": "ak16785521", "mag": 1.4, "time": 1504931241910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.646, 68.5258, 6.2]}, "bbox": [-146.646, 68.5258, -146.646, 68.5258]}, {"id": "5714", "type": "Feature", "properties": {"id": "ak16785582", "mag": 1.0, "time": 1504931175076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1393, 61.7136, 2.3]}, "bbox": [-154.1393, 61.7136, -154.1393, 61.7136]}, {"id": "5715", "type": "Feature", "properties": {"id": "us2000ail5", "mag": 4.7, "time": 1504930943390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4341, 15.1257, 27.87]}, "bbox": [-94.4341, 15.1257, -94.4341, 15.1257]}, {"id": "5716", "type": "Feature", "properties": {"id": "ak16785423", "mag": 1.8, "time": 1504930589594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6499, 68.5284, 16.7]}, "bbox": [-146.6499, 68.5284, -146.6499, 68.5284]}, {"id": "5717", "type": "Feature", "properties": {"id": "ak16785419", "mag": 2.0, "time": 1504930533977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1907, 61.6985, 2.3]}, "bbox": [-154.1907, 61.6985, -154.1907, 61.6985]}, {"id": "5718", "type": "Feature", "properties": {"id": "nm60179177", "mag": 3.06, "time": 1504930529110, "felt": 135.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.913, 38.425, 11.76]}, "bbox": [-87.913, 38.425, -87.913, 38.425]}, {"id": "5719", "type": "Feature", "properties": {"id": "mb80253319", "mag": 1.63, "time": 1504930497770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.491667, 46.891833, 11.66]}, "bbox": [-112.491667, 46.891833, -112.491667, 46.891833]}, {"id": "5720", "type": "Feature", "properties": {"id": "us2000ay9p", "mag": 4.1, "time": 1504930486630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9352, 15.3169, 41.53]}, "bbox": [-94.9352, 15.3169, -94.9352, 15.3169]}, {"id": "5721", "type": "Feature", "properties": {"id": "us2000ay9n", "mag": 3.7, "time": 1504930165360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5559, 15.8989, 56.13]}, "bbox": [-94.5559, 15.8989, -94.5559, 15.8989]}, {"id": "5722", "type": "Feature", "properties": {"id": "ak16785231", "mag": 2.5, "time": 1504929910494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6125, 68.5273, 8.3]}, "bbox": [-146.6125, 68.5273, -146.6125, 68.5273]}, {"id": "5723", "type": "Feature", "properties": {"id": "ak16785228", "mag": 2.4, "time": 1504929817958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6164, 68.5069, 15.1]}, "bbox": [-146.6164, 68.5069, -146.6164, 68.5069]}, {"id": "5724", "type": "Feature", "properties": {"id": "us2000ail9", "mag": 4.2, "time": 1504929739110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2125, 15.079, 10.0]}, "bbox": [-94.2125, 15.079, -94.2125, 15.079]}, {"id": "5725", "type": "Feature", "properties": {"id": "us2000alzs", "mag": 2.7, "time": 1504929498060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2368, 51.9836, 19.57]}, "bbox": [-169.2368, 51.9836, -169.2368, 51.9836]}, {"id": "5726", "type": "Feature", "properties": {"id": "ak16823467", "mag": 1.5, "time": 1504929296944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2744, 61.3017, 122.1]}, "bbox": [-152.2744, 61.3017, -152.2744, 61.3017]}, {"id": "5727", "type": "Feature", "properties": {"id": "us2000ay9h", "mag": 3.8, "time": 1504928398040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0181, 16.0961, 38.88]}, "bbox": [-95.0181, 16.0961, -95.0181, 16.0961]}, {"id": "5728", "type": "Feature", "properties": {"id": "pr2017252000", "mag": 3.08, "time": 1504928197450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.4461, 18.7428, 10.0]}, "bbox": [-67.4461, 18.7428, -67.4461, 18.7428]}, {"id": "5729", "type": "Feature", "properties": {"id": "us2000ay9g", "mag": 4.1, "time": 1504927088180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4711, 15.1531, 65.5]}, "bbox": [-94.4711, 15.1531, -94.4711, 15.1531]}, {"id": "5730", "type": "Feature", "properties": {"id": "ak16784944", "mag": 1.8, "time": 1504927005991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3303, 60.1916, 78.0]}, "bbox": [-152.3303, 60.1916, -152.3303, 60.1916]}, {"id": "5731", "type": "Feature", "properties": {"id": "ak16784941", "mag": 2.3, "time": 1504926969938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6189, 68.5221, 13.6]}, "bbox": [-146.6189, 68.5221, -146.6189, 68.5221]}, {"id": "5732", "type": "Feature", "properties": {"id": "ak16784938", "mag": 2.1, "time": 1504926585070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6431, 68.5555, 3.3]}, "bbox": [-146.6431, 68.5555, -146.6431, 68.5555]}, {"id": "5733", "type": "Feature", "properties": {"id": "us2000aijy", "mag": 4.9, "time": 1504926495850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3472, 15.9092, 62.55]}, "bbox": [-94.3472, 15.9092, -94.3472, 15.9092]}, {"id": "5734", "type": "Feature", "properties": {"id": "us2000ay9f", "mag": 4.0, "time": 1504926311940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.338, 15.4947, 53.82]}, "bbox": [-94.338, 15.4947, -94.338, 15.4947]}, {"id": "5735", "type": "Feature", "properties": {"id": "ak16784757", "mag": 1.4, "time": 1504926151958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5619, 63.1355, 67.4]}, "bbox": [-148.5619, 63.1355, -148.5619, 63.1355]}, {"id": "5736", "type": "Feature", "properties": {"id": "us2000ay9d", "mag": 4.0, "time": 1504926060810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.644, 15.4622, 58.54]}, "bbox": [-94.644, 15.4622, -94.644, 15.4622]}, {"id": "5737", "type": "Feature", "properties": {"id": "us2000ay9b", "mag": 4.0, "time": 1504925827780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0747, 15.195, 43.36]}, "bbox": [-94.0747, 15.195, -94.0747, 15.195]}, {"id": "5738", "type": "Feature", "properties": {"id": "us2000aj03", "mag": 2.7, "time": 1504925336910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.2524, 54.0919, 10.0]}, "bbox": [-163.2524, 54.0919, -163.2524, 54.0919]}, {"id": "5739", "type": "Feature", "properties": {"id": "us2000aijm", "mag": 4.5, "time": 1504925090110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2748, -24.2322, 205.92]}, "bbox": [-67.2748, -24.2322, -67.2748, -24.2322]}, {"id": "5740", "type": "Feature", "properties": {"id": "us2000aijl", "mag": 5.1, "time": 1504925024150, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7923, 15.6429, 57.68]}, "bbox": [-94.7923, 15.6429, -94.7923, 15.6429]}, {"id": "5741", "type": "Feature", "properties": {"id": "ak16784618", "mag": 2.6, "time": 1504924922956, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6215, 68.5087, 13.6]}, "bbox": [-146.6215, 68.5087, -146.6215, 68.5087]}, {"id": "5742", "type": "Feature", "properties": {"id": "us2000aij6", "mag": 4.9, "time": 1504924325880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.0759, 19.62]}, "bbox": [-94.2803, 15.0759, -94.2803, 15.0759]}, {"id": "5743", "type": "Feature", "properties": {"id": "ak16823460", "mag": 1.6, "time": 1504924009517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6908, 68.536, 4.0]}, "bbox": [-146.6908, 68.536, -146.6908, 68.536]}, {"id": "5744", "type": "Feature", "properties": {"id": "ak16823459", "mag": 1.6, "time": 1504923856019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 59.9206, 119.8]}, "bbox": [-153.1588, 59.9206, -153.1588, 59.9206]}, {"id": "5745", "type": "Feature", "properties": {"id": "ci37758231", "mag": 1.09, "time": 1504923480190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.197667, 33.036667, 6.54]}, "bbox": [-116.197667, 33.036667, -116.197667, 33.036667]}, {"id": "5746", "type": "Feature", "properties": {"id": "ak16823458", "mag": 1.2, "time": 1504923376066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8869, 60.0725, 77.8]}, "bbox": [-151.8869, 60.0725, -151.8869, 60.0725]}, {"id": "5747", "type": "Feature", "properties": {"id": "ak16784466", "mag": 1.3, "time": 1504922976851, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9394, 63.4575, 10.2]}, "bbox": [-148.9394, 63.4575, -148.9394, 63.4575]}, {"id": "5748", "type": "Feature", "properties": {"id": "ci37758223", "mag": 1.64, "time": 1504922815610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.095167, 35.773167, 10.47]}, "bbox": [-118.095167, 35.773167, -118.095167, 35.773167]}, {"id": "5749", "type": "Feature", "properties": {"id": "uw61305517", "mag": 1.22, "time": 1504922472730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.234, 46.341167, 11.49]}, "bbox": [-122.234, 46.341167, -122.234, 46.341167]}, {"id": "5750", "type": "Feature", "properties": {"id": "ci37758207", "mag": 0.96, "time": 1504922375210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.896833, 5.72]}, "bbox": [-116.930333, 35.896833, -116.930333, 35.896833]}, {"id": "5751", "type": "Feature", "properties": {"id": "ak16823455", "mag": 1.1, "time": 1504921668573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5605, 58.7828, 14.7]}, "bbox": [-153.5605, 58.7828, -153.5605, 58.7828]}, {"id": "5752", "type": "Feature", "properties": {"id": "ak16784171", "mag": 1.5, "time": 1504921324109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7065, 68.5298, 8.6]}, "bbox": [-146.7065, 68.5298, -146.7065, 68.5298]}, {"id": "5753", "type": "Feature", "properties": {"id": "us2000ay97", "mag": 4.2, "time": 1504921245860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8933, 15.7086, 79.65]}, "bbox": [-93.8933, 15.7086, -93.8933, 15.7086]}, {"id": "5754", "type": "Feature", "properties": {"id": "us2000ay95", "mag": 4.0, "time": 1504920659630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5492, 15.7942, 35.56]}, "bbox": [-94.5492, 15.7942, -94.5492, 15.7942]}, {"id": "5755", "type": "Feature", "properties": {"id": "ak16784114", "mag": 1.2, "time": 1504920524598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8278, 67.3421, 14.8]}, "bbox": [-149.8278, 67.3421, -149.8278, 67.3421]}, {"id": "5756", "type": "Feature", "properties": {"id": "ak16823452", "mag": 1.3, "time": 1504919998366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.593, 58.7481, 11.2]}, "bbox": [-153.593, 58.7481, -153.593, 58.7481]}, {"id": "5757", "type": "Feature", "properties": {"id": "us2000arv3", "mag": 4.3, "time": 1504919742200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4369, 7.7941, 13.81]}, "bbox": [-82.4369, 7.7941, -82.4369, 7.7941]}, {"id": "5758", "type": "Feature", "properties": {"id": "us2000aiic", "mag": 4.1, "time": 1504919644420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.098, 15.37, 28.41]}, "bbox": [-94.098, 15.37, -94.098, 15.37]}, {"id": "5759", "type": "Feature", "properties": {"id": "nc72888926", "mag": 1.51, "time": 1504919499600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797167, 38.8195, 2.74]}, "bbox": [-122.797167, 38.8195, -122.797167, 38.8195]}, {"id": "5760", "type": "Feature", "properties": {"id": "hv61901901", "mag": 2.49, "time": 1504919482270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.300507, 19.404333, 13.76]}, "bbox": [-155.300507, 19.404333, -155.300507, 19.404333]}, {"id": "5761", "type": "Feature", "properties": {"id": "us2000ay91", "mag": 4.1, "time": 1504919175710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5371, 15.6773, 67.69]}, "bbox": [-93.5371, 15.6773, -93.5371, 15.6773]}, {"id": "5762", "type": "Feature", "properties": {"id": "us2000ay90", "mag": 3.9, "time": 1504918842770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4561, 15.2969, 47.01]}, "bbox": [-94.4561, 15.2969, -94.4561, 15.2969]}, {"id": "5763", "type": "Feature", "properties": {"id": "nc72888921", "mag": 1.43, "time": 1504918334270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.63, 40.262167, 3.32]}, "bbox": [-121.63, 40.262167, -121.63, 40.262167]}, {"id": "5764", "type": "Feature", "properties": {"id": "us2000aiht", "mag": 4.4, "time": 1504918076900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5874, 15.6439, 12.93]}, "bbox": [-94.5874, 15.6439, -94.5874, 15.6439]}, {"id": "5765", "type": "Feature", "properties": {"id": "ak16783729", "mag": 1.5, "time": 1504917773363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7901, 64.8033, 13.5]}, "bbox": [-147.7901, 64.8033, -147.7901, 64.8033]}, {"id": "5766", "type": "Feature", "properties": {"id": "ak16823450", "mag": 1.8, "time": 1504917198075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1288, 53.4202, 28.2]}, "bbox": [-165.1288, 53.4202, -165.1288, 53.4202]}, {"id": "5767", "type": "Feature", "properties": {"id": "uu60239577", "mag": 1.64, "time": 1504917186550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438333, 42.574167, 3.5]}, "bbox": [-111.438333, 42.574167, -111.438333, 42.574167]}, {"id": "5768", "type": "Feature", "properties": {"id": "ak16823449", "mag": 1.6, "time": 1504917085381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.671, 59.1673, 61.6]}, "bbox": [-151.671, 59.1673, -151.671, 59.1673]}, {"id": "5769", "type": "Feature", "properties": {"id": "us2000aihy", "mag": 4.1, "time": 1504916600330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3911, 16.0661, 39.18]}, "bbox": [-94.3911, 16.0661, -94.3911, 16.0661]}, {"id": "5770", "type": "Feature", "properties": {"id": "us2000aih9", "mag": 2.8, "time": 1504916318430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4281, 42.5718, 5.53]}, "bbox": [-111.4281, 42.5718, -111.4281, 42.5718]}, {"id": "5771", "type": "Feature", "properties": {"id": "us2000aih8", "mag": 2.5, "time": 1504916278870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4338, 42.5822, 5.38]}, "bbox": [-111.4338, 42.5822, -111.4338, 42.5822]}, {"id": "5772", "type": "Feature", "properties": {"id": "ak16783588", "mag": 1.6, "time": 1504916071368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3277, 59.285, 86.0]}, "bbox": [-153.3277, 59.285, -153.3277, 59.285]}, {"id": "5773", "type": "Feature", "properties": {"id": "ak16783586", "mag": 1.1, "time": 1504915994737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.056, 67.2634, 8.1]}, "bbox": [-149.056, 67.2634, -149.056, 67.2634]}, {"id": "5774", "type": "Feature", "properties": {"id": "ak16823446", "mag": 2.1, "time": 1504915956900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.713, 53.9765, 25.6]}, "bbox": [-163.713, 53.9765, -163.713, 53.9765]}, {"id": "5775", "type": "Feature", "properties": {"id": "ci37758159", "mag": 1.56, "time": 1504915633570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2745, 33.978, 4.17]}, "bbox": [-116.2745, 33.978, -116.2745, 33.978]}, {"id": "5776", "type": "Feature", "properties": {"id": "us2000arsl", "mag": 4.3, "time": 1504915283460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6805, 16.8287, 106.0]}, "bbox": [-94.6805, 16.8287, -94.6805, 16.8287]}, {"id": "5777", "type": "Feature", "properties": {"id": "ak16823445", "mag": 1.2, "time": 1504915279966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6323, 59.8055, 11.1]}, "bbox": [-136.6323, 59.8055, -136.6323, 59.8055]}, {"id": "5778", "type": "Feature", "properties": {"id": "ak16783409", "mag": 1.6, "time": 1504915272065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.43, 61.3236, 75.8]}, "bbox": [-151.43, 61.3236, -151.43, 61.3236]}, {"id": "5779", "type": "Feature", "properties": {"id": "ci37164028", "mag": 1.71, "time": 1504915194240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.598333, 33.300667, 5.25]}, "bbox": [-115.598333, 33.300667, -115.598333, 33.300667]}, {"id": "5780", "type": "Feature", "properties": {"id": "ci37758151", "mag": 2.09, "time": 1504915192060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.24, 32.322667, 6.67]}, "bbox": [-115.24, 32.322667, -115.24, 32.322667]}, {"id": "5781", "type": "Feature", "properties": {"id": "ak16783408", "mag": 1.6, "time": 1504915154515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3632, 60.1661, 90.3]}, "bbox": [-152.3632, 60.1661, -152.3632, 60.1661]}, {"id": "5782", "type": "Feature", "properties": {"id": "hv61901846", "mag": 1.94, "time": 1504914308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.314, 18.895833, 12.72]}, "bbox": [-155.314, 18.895833, -155.314, 18.895833]}, {"id": "5783", "type": "Feature", "properties": {"id": "nc72888886", "mag": 1.0, "time": 1504914139040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.003833, 37.588667, 1.64]}, "bbox": [-119.003833, 37.588667, -119.003833, 37.588667]}, {"id": "5784", "type": "Feature", "properties": {"id": "ak16783243", "mag": 1.1, "time": 1504913564223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2504, 62.3109, 15.1]}, "bbox": [-150.2504, 62.3109, -150.2504, 62.3109]}, {"id": "5785", "type": "Feature", "properties": {"id": "ak16821920", "mag": 1.3, "time": 1504913498285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1821, 58.2348, 101.9]}, "bbox": [-155.1821, 58.2348, -155.1821, 58.2348]}, {"id": "5786", "type": "Feature", "properties": {"id": "ak16821919", "mag": 1.4, "time": 1504913414028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.5722, 86.3]}, "bbox": [-152.1655, 60.5722, -152.1655, 60.5722]}, {"id": "5787", "type": "Feature", "properties": {"id": "ak16821918", "mag": 1.1, "time": 1504913077516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.597, 58.7696, 12.5]}, "bbox": [-153.597, 58.7696, -153.597, 58.7696]}, {"id": "5788", "type": "Feature", "properties": {"id": "us2000aigc", "mag": 4.1, "time": 1504912952040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1585, 15.0785, 47.75]}, "bbox": [-94.1585, 15.0785, -94.1585, 15.0785]}, {"id": "5789", "type": "Feature", "properties": {"id": "uu60239522", "mag": 1.86, "time": 1504912091450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.557333, 7.29]}, "bbox": [-111.417833, 42.557333, -111.417833, 42.557333]}, {"id": "5790", "type": "Feature", "properties": {"id": "us2000aifs", "mag": 4.4, "time": 1504911443790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.6815, 44.316, 35.0]}, "bbox": [82.6815, 44.316, 82.6815, 44.316]}, {"id": "5791", "type": "Feature", "properties": {"id": "ak16782938", "mag": 1.1, "time": 1504911183072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3769, 64.9856, 0.0]}, "bbox": [-147.3769, 64.9856, -147.3769, 64.9856]}, {"id": "5792", "type": "Feature", "properties": {"id": "ak16782937", "mag": 1.1, "time": 1504910876129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7587, 61.2722, 29.5]}, "bbox": [-146.7587, 61.2722, -146.7587, 61.2722]}, {"id": "5793", "type": "Feature", "properties": {"id": "ak16782871", "mag": 1.5, "time": 1504910569120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4893, 60.1552, 7.8]}, "bbox": [-139.4893, 60.1552, -139.4893, 60.1552]}, {"id": "5794", "type": "Feature", "properties": {"id": "ak16782868", "mag": 1.4, "time": 1504910467245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7194, 62.6908, 57.2]}, "bbox": [-148.7194, 62.6908, -148.7194, 62.6908]}, {"id": "5795", "type": "Feature", "properties": {"id": "ak16821913", "mag": 1.7, "time": 1504910258777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0231, 58.2214, 149.2]}, "bbox": [-156.0231, 58.2214, -156.0231, 58.2214]}, {"id": "5796", "type": "Feature", "properties": {"id": "nc72888801", "mag": 1.9, "time": 1504909953040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8175, 37.486333, -0.46]}, "bbox": [-121.8175, 37.486333, -121.8175, 37.486333]}, {"id": "5797", "type": "Feature", "properties": {"id": "us2000aif7", "mag": 2.5, "time": 1504909902600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5076, 36.2848, 8.171]}, "bbox": [-97.5076, 36.2848, -97.5076, 36.2848]}, {"id": "5798", "type": "Feature", "properties": {"id": "us2000aif4", "mag": 4.8, "time": 1504909723200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8865, 15.3302, 30.08]}, "bbox": [-93.8865, 15.3302, -93.8865, 15.3302]}, {"id": "5799", "type": "Feature", "properties": {"id": "ak16821912", "mag": 1.1, "time": 1504909705310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3127, 62.4824, 115.8]}, "bbox": [-152.3127, 62.4824, -152.3127, 62.4824]}, {"id": "5800", "type": "Feature", "properties": {"id": "us2000aif0", "mag": 3.0, "time": 1504909701800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5069, 36.2872, 6.887]}, "bbox": [-97.5069, 36.2872, -97.5069, 36.2872]}, {"id": "5801", "type": "Feature", "properties": {"id": "mb80253249", "mag": 1.02, "time": 1504909626120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.500333, 46.870333, 14.95]}, "bbox": [-112.500333, 46.870333, -112.500333, 46.870333]}, {"id": "5802", "type": "Feature", "properties": {"id": "nc72888791", "mag": 1.37, "time": 1504909453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.04, 37.6285, -2.07]}, "bbox": [-119.04, 37.6285, -119.04, 37.6285]}, {"id": "5803", "type": "Feature", "properties": {"id": "us2000aier", "mag": 4.4, "time": 1504908895340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0113, 15.4861, 55.1]}, "bbox": [-94.0113, 15.4861, -94.0113, 15.4861]}, {"id": "5804", "type": "Feature", "properties": {"id": "ak16821911", "mag": 1.3, "time": 1504908516343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8637, 60.6448, 52.5]}, "bbox": [-150.8637, 60.6448, -150.8637, 60.6448]}, {"id": "5805", "type": "Feature", "properties": {"id": "ci37758063", "mag": 1.18, "time": 1504908189370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.201167, 33.035167, 5.64]}, "bbox": [-116.201167, 33.035167, -116.201167, 33.035167]}, {"id": "5806", "type": "Feature", "properties": {"id": "nc72888781", "mag": 1.42, "time": 1504907868300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.038667, 37.624833, -2.91]}, "bbox": [-119.038667, 37.624833, -119.038667, 37.624833]}, {"id": "5807", "type": "Feature", "properties": {"id": "us2000aie8", "mag": 4.7, "time": 1504907825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5854, 15.5735, 35.0]}, "bbox": [-94.5854, 15.5735, -94.5854, 15.5735]}, {"id": "5808", "type": "Feature", "properties": {"id": "nc72888776", "mag": 1.8, "time": 1504907588830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040167, 37.63, -1.66]}, "bbox": [-119.040167, 37.63, -119.040167, 37.63]}, {"id": "5809", "type": "Feature", "properties": {"id": "us2000aie6", "mag": 4.6, "time": 1504907582410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4976, 15.7473, 55.06]}, "bbox": [-94.4976, 15.7473, -94.4976, 15.7473]}, {"id": "5810", "type": "Feature", "properties": {"id": "us2000aidm", "mag": 4.5, "time": 1504906777370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0707, 15.2209, 55.42]}, "bbox": [-94.0707, 15.2209, -94.0707, 15.2209]}, {"id": "5811", "type": "Feature", "properties": {"id": "us2000aid9", "mag": 4.8, "time": 1504906287810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3905, 15.4318, 56.37]}, "bbox": [-94.3905, 15.4318, -94.3905, 15.4318]}, {"id": "5812", "type": "Feature", "properties": {"id": "nc72888771", "mag": 1.19, "time": 1504906092960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.451, 37.990333, 1.49]}, "bbox": [-122.451, 37.990333, -122.451, 37.990333]}, {"id": "5813", "type": "Feature", "properties": {"id": "us2000aicx", "mag": 4.3, "time": 1504906074440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2669, 15.5886, 57.93]}, "bbox": [-94.2669, 15.5886, -94.2669, 15.5886]}, {"id": "5814", "type": "Feature", "properties": {"id": "ak16782412", "mag": 1.0, "time": 1504906074363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3787, 62.4883, 7.5]}, "bbox": [-152.3787, 62.4883, -152.3787, 62.4883]}, {"id": "5815", "type": "Feature", "properties": {"id": "ak16782375", "mag": 2.3, "time": 1504905457780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4787, 52.748, 40.9]}, "bbox": [-168.4787, 52.748, -168.4787, 52.748]}, {"id": "5816", "type": "Feature", "properties": {"id": "nc72888756", "mag": 1.38, "time": 1504905314090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.756167, 39.273333, 4.85]}, "bbox": [-122.756167, 39.273333, -122.756167, 39.273333]}, {"id": "5817", "type": "Feature", "properties": {"id": "ak16782374", "mag": 1.2, "time": 1504905292993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8681, 59.9024, 67.7]}, "bbox": [-151.8681, 59.9024, -151.8681, 59.9024]}, {"id": "5818", "type": "Feature", "properties": {"id": "us2000aicp", "mag": 4.2, "time": 1504905187950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4812, 15.6987, 35.0]}, "bbox": [-94.4812, 15.6987, -94.4812, 15.6987]}, {"id": "5819", "type": "Feature", "properties": {"id": "ak16782334", "mag": 1.1, "time": 1504904835105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7621, 65.5089, 13.7]}, "bbox": [-144.7621, 65.5089, -144.7621, 65.5089]}, {"id": "5820", "type": "Feature", "properties": {"id": "ak16782328", "mag": 2.5, "time": 1504904826453, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.811, 61.2391, 56.6]}, "bbox": [-150.811, 61.2391, -150.811, 61.2391]}, {"id": "5821", "type": "Feature", "properties": {"id": "uw61305342", "mag": 1.93, "time": 1504904598280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.065167, 44.442833, -1.58]}, "bbox": [-121.065167, 44.442833, -121.065167, 44.442833]}, {"id": "5822", "type": "Feature", "properties": {"id": "nc72888751", "mag": 1.54, "time": 1504903192860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7535, 39.279333, 8.66]}, "bbox": [-122.7535, 39.279333, -122.7535, 39.279333]}, {"id": "5823", "type": "Feature", "properties": {"id": "ak16781999", "mag": 3.0, "time": 1504902403320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2239, 60.1717, 139.6]}, "bbox": [-153.2239, 60.1717, -153.2239, 60.1717]}, {"id": "5824", "type": "Feature", "properties": {"id": "ak16781990", "mag": 2.9, "time": 1504902403227, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2392, 60.1979, 145.3]}, "bbox": [-153.2392, 60.1979, -153.2392, 60.1979]}, {"id": "5825", "type": "Feature", "properties": {"id": "us2000ay7u", "mag": 4.1, "time": 1504902279690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7805, 15.528, 44.33]}, "bbox": [-94.7805, 15.528, -94.7805, 15.528]}, {"id": "5826", "type": "Feature", "properties": {"id": "ak16821902", "mag": 2.3, "time": 1504902127057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6706, 53.1595, 47.8]}, "bbox": [-164.6706, 53.1595, -164.6706, 53.1595]}, {"id": "5827", "type": "Feature", "properties": {"id": "mb80253224", "mag": 1.28, "time": 1504901825890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.961667, 44.423667, 7.65]}, "bbox": [-112.961667, 44.423667, -112.961667, 44.423667]}, {"id": "5828", "type": "Feature", "properties": {"id": "ci37758023", "mag": 1.23, "time": 1504901676790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.243333, 34.049667, 14.94]}, "bbox": [-117.243333, 34.049667, -117.243333, 34.049667]}, {"id": "5829", "type": "Feature", "properties": {"id": "us2000arsf", "mag": 4.8, "time": 1504901654190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1397, -18.9749, 151.93]}, "bbox": [169.1397, -18.9749, 169.1397, -18.9749]}, {"id": "5830", "type": "Feature", "properties": {"id": "us2000aib4", "mag": 4.7, "time": 1504901358420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4084, 14.947, 20.03]}, "bbox": [-94.4084, 14.947, -94.4084, 14.947]}, {"id": "5831", "type": "Feature", "properties": {"id": "mb80254729", "mag": 1.15, "time": 1504901142840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5325, 46.863333, 12.44]}, "bbox": [-112.5325, 46.863333, -112.5325, 46.863333]}, {"id": "5832", "type": "Feature", "properties": {"id": "us2000arse", "mag": 4.2, "time": 1504900520170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.6478, 18.4195, 10.0]}, "bbox": [122.6478, 18.4195, 122.6478, 18.4195]}, {"id": "5833", "type": "Feature", "properties": {"id": "ak16781710", "mag": 1.5, "time": 1504900346639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5122, 61.5519, 57.6]}, "bbox": [-150.5122, 61.5519, -150.5122, 61.5519]}, {"id": "5834", "type": "Feature", "properties": {"id": "ak16781709", "mag": 1.3, "time": 1504900242686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7722, 60.316, 70.9]}, "bbox": [-151.7722, 60.316, -151.7722, 60.316]}, {"id": "5835", "type": "Feature", "properties": {"id": "us2000aibq", "mag": 2.5, "time": 1504899687060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4383, 42.5694, 8.27]}, "bbox": [-111.4383, 42.5694, -111.4383, 42.5694]}, {"id": "5836", "type": "Feature", "properties": {"id": "nc72888741", "mag": 1.05, "time": 1504899640660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.013, 37.593167, 0.27]}, "bbox": [-119.013, 37.593167, -119.013, 37.593167]}, {"id": "5837", "type": "Feature", "properties": {"id": "us2000aib3", "mag": 2.8, "time": 1504899556990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4363, 42.571, 9.27]}, "bbox": [-111.4363, 42.571, -111.4363, 42.571]}, {"id": "5838", "type": "Feature", "properties": {"id": "us2000aia5", "mag": 2.6, "time": 1504899482480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5733, 13.75]}, "bbox": [-111.4289, 42.5733, -111.4289, 42.5733]}, {"id": "5839", "type": "Feature", "properties": {"id": "ak16781595", "mag": 1.7, "time": 1504899244914, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1502, 60.3533, 10.0]}, "bbox": [-141.1502, 60.3533, -141.1502, 60.3533]}, {"id": "5840", "type": "Feature", "properties": {"id": "ak16781585", "mag": 3.9, "time": 1504899189169, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5601, 59.2544, 64.0]}, "bbox": [-152.5601, 59.2544, -152.5601, 59.2544]}, {"id": "5841", "type": "Feature", "properties": {"id": "ci37758007", "mag": 2.02, "time": 1504898829300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.561833, 31.0585, 5.61]}, "bbox": [-115.561833, 31.0585, -115.561833, 31.0585]}, {"id": "5842", "type": "Feature", "properties": {"id": "ak16781550", "mag": 1.4, "time": 1504898282611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6296, 61.6699, 64.1]}, "bbox": [-150.6296, 61.6699, -150.6296, 61.6699]}, {"id": "5843", "type": "Feature", "properties": {"id": "ci37757991", "mag": 1.52, "time": 1504897913130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.184167, 34.008167, 14.79]}, "bbox": [-117.184167, 34.008167, -117.184167, 34.008167]}, {"id": "5844", "type": "Feature", "properties": {"id": "ci37757975", "mag": 1.23, "time": 1504897847890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191833, 34.995167, -0.8]}, "bbox": [-118.191833, 34.995167, -118.191833, 34.995167]}, {"id": "5845", "type": "Feature", "properties": {"id": "us2000ai96", "mag": 4.7, "time": 1504897612480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1128, 15.0427, 38.05]}, "bbox": [-94.1128, 15.0427, -94.1128, 15.0427]}, {"id": "5846", "type": "Feature", "properties": {"id": "us2000ay7g", "mag": 4.5, "time": 1504897486190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6162, 15.5292, 52.13]}, "bbox": [-94.6162, 15.5292, -94.6162, 15.5292]}, {"id": "5847", "type": "Feature", "properties": {"id": "us2000aku3", "mag": 2.7, "time": 1504897427450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5723, 6.2]}, "bbox": [-111.4362, 42.5723, -111.4362, 42.5723]}, {"id": "5848", "type": "Feature", "properties": {"id": "us2000aruj", "mag": 4.0, "time": 1504897268300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.0589, 51.6006, 526.16]}, "bbox": [151.0589, 51.6006, 151.0589, 51.6006]}, {"id": "5849", "type": "Feature", "properties": {"id": "us2000ai8x", "mag": 5.3, "time": 1504897044080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9814, 16.231, 63.24]}, "bbox": [-94.9814, 16.231, -94.9814, 16.231]}, {"id": "5850", "type": "Feature", "properties": {"id": "us2000ars7", "mag": 4.4, "time": 1504896441090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9803, -12.2109, 239.13]}, "bbox": [166.9803, -12.2109, 166.9803, -12.2109]}, {"id": "5851", "type": "Feature", "properties": {"id": "us2000ars8", "mag": 4.2, "time": 1504895755810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4237, 15.0921, 33.24]}, "bbox": [-94.4237, 15.0921, -94.4237, 15.0921]}, {"id": "5852", "type": "Feature", "properties": {"id": "ak16781202", "mag": 1.1, "time": 1504895394318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.517, 62.887, 92.9]}, "bbox": [-150.517, 62.887, -150.517, 62.887]}, {"id": "5853", "type": "Feature", "properties": {"id": "us2000ai8l", "mag": 5.0, "time": 1504895053450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0247, 15.6158, 25.92]}, "bbox": [-95.0247, 15.6158, -95.0247, 15.6158]}, {"id": "5854", "type": "Feature", "properties": {"id": "nc72888711", "mag": 1.13, "time": 1504894886190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.369, 37.616167, 3.76]}, "bbox": [-119.369, 37.616167, -119.369, 37.616167]}, {"id": "5855", "type": "Feature", "properties": {"id": "ci37757951", "mag": 1.29, "time": 1504894538140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.34, 35.0645, -0.97]}, "bbox": [-118.34, 35.0645, -118.34, 35.0645]}, {"id": "5856", "type": "Feature", "properties": {"id": "nn00604251", "mag": 1.1, "time": 1504893693579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5283, 37.177, 14.2]}, "bbox": [-117.5283, 37.177, -117.5283, 37.177]}, {"id": "5857", "type": "Feature", "properties": {"id": "nc72888696", "mag": 1.24, "time": 1504893681000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9525, 37.9215, -0.25]}, "bbox": [-121.9525, 37.9215, -121.9525, 37.9215]}, {"id": "5858", "type": "Feature", "properties": {"id": "us2000ai89", "mag": 4.9, "time": 1504893629390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.339, 15.3801, 37.31]}, "bbox": [-94.339, 15.3801, -94.339, 15.3801]}, {"id": "5859", "type": "Feature", "properties": {"id": "ak16780971", "mag": 2.0, "time": 1504893338524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7656, 56.9755, 12.7]}, "bbox": [-157.7656, 56.9755, -157.7656, 56.9755]}, {"id": "5860", "type": "Feature", "properties": {"id": "us2000ai7x", "mag": 4.4, "time": 1504893167240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8739, 15.6809, 69.44]}, "bbox": [-93.8739, 15.6809, -93.8739, 15.6809]}, {"id": "5861", "type": "Feature", "properties": {"id": "ci37757919", "mag": 1.09, "time": 1504892320190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.504167, 6.36]}, "bbox": [-116.792333, 33.504167, -116.792333, 33.504167]}, {"id": "5862", "type": "Feature", "properties": {"id": "ak16780872", "mag": 2.7, "time": 1504892251611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2184, 60.0235, 132.9]}, "bbox": [-153.2184, 60.0235, -153.2184, 60.0235]}, {"id": "5863", "type": "Feature", "properties": {"id": "us2000ai7w", "mag": 5.1, "time": 1504892136330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7094, 14.7125, 10.0]}, "bbox": [54.7094, 14.7125, 54.7094, 14.7125]}, {"id": "5864", "type": "Feature", "properties": {"id": "ak16780870", "mag": 1.9, "time": 1504892114398, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5364, 59.0829, 80.6]}, "bbox": [-153.5364, 59.0829, -153.5364, 59.0829]}, {"id": "5865", "type": "Feature", "properties": {"id": "nn00604241", "mag": 1.7, "time": 1504892108096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8858, 39.5547, 16.6]}, "bbox": [-115.8858, 39.5547, -115.8858, 39.5547]}, {"id": "5866", "type": "Feature", "properties": {"id": "ci37757903", "mag": 1.06, "time": 1504892000240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.084, 33.233167, 9.85]}, "bbox": [-116.084, 33.233167, -116.084, 33.233167]}, {"id": "5867", "type": "Feature", "properties": {"id": "mb80253164", "mag": 0.95, "time": 1504891992150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5415, 46.8995, 11.59]}, "bbox": [-112.5415, 46.8995, -112.5415, 46.8995]}, {"id": "5868", "type": "Feature", "properties": {"id": "us2000ai7p", "mag": 4.3, "time": 1504891955840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.495, 15.1404, 36.22]}, "bbox": [-94.495, 15.1404, -94.495, 15.1404]}, {"id": "5869", "type": "Feature", "properties": {"id": "ak16780841", "mag": 1.4, "time": 1504891846856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3249, 60.9139, 26.3]}, "bbox": [-147.3249, 60.9139, -147.3249, 60.9139]}, {"id": "5870", "type": "Feature", "properties": {"id": "us2000arsh", "mag": 4.5, "time": 1504891333730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.2388, -6.8416, 19.98]}, "bbox": [133.2388, -6.8416, 133.2388, -6.8416]}, {"id": "5871", "type": "Feature", "properties": {"id": "us2000ay6x", "mag": 4.1, "time": 1504891315080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7297, 15.3343, 19.17]}, "bbox": [-94.7297, 15.3343, -94.7297, 15.3343]}, {"id": "5872", "type": "Feature", "properties": {"id": "us2000ars4", "mag": 4.4, "time": 1504891219920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7693, 14.6837, 10.0]}, "bbox": [54.7693, 14.6837, 54.7693, 14.6837]}, {"id": "5873", "type": "Feature", "properties": {"id": "ak16780813", "mag": 1.5, "time": 1504891126668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.153, 61.7092, 3.2]}, "bbox": [-154.153, 61.7092, -154.153, 61.7092]}, {"id": "5874", "type": "Feature", "properties": {"id": "nc72888686", "mag": 1.23, "time": 1504891114230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1045, 37.325167, -0.31]}, "bbox": [-122.1045, 37.325167, -122.1045, 37.325167]}, {"id": "5875", "type": "Feature", "properties": {"id": "ci37757879", "mag": 2.31, "time": 1504890797650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.463833, 34.355833, 3.0]}, "bbox": [-116.463833, 34.355833, -116.463833, 34.355833]}, {"id": "5876", "type": "Feature", "properties": {"id": "us2000ai73", "mag": 4.9, "time": 1504890172380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.6184, 20.97]}, "bbox": [-94.6852, 15.6184, -94.6852, 15.6184]}, {"id": "5877", "type": "Feature", "properties": {"id": "us2000ai6w", "mag": 4.8, "time": 1504890101520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3813, 15.1628, 10.0]}, "bbox": [-94.3813, 15.1628, -94.3813, 15.1628]}, {"id": "5878", "type": "Feature", "properties": {"id": "us2000ai6n", "mag": 4.6, "time": 1504889103890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.804, -6.0426, 126.88]}, "bbox": [130.804, -6.0426, 130.804, -6.0426]}, {"id": "5879", "type": "Feature", "properties": {"id": "us2000ai6c", "mag": 4.7, "time": 1504888948510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8822, 15.7603, 70.11]}, "bbox": [-93.8822, 15.7603, -93.8822, 15.7603]}, {"id": "5880", "type": "Feature", "properties": {"id": "us2000ai66", "mag": 3.1, "time": 1504888942660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6127, 7.46]}, "bbox": [-111.4688, 42.6127, -111.4688, 42.6127]}, {"id": "5881", "type": "Feature", "properties": {"id": "ci37757839", "mag": 1.07, "time": 1504888838380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931, 35.8975, 5.55]}, "bbox": [-116.931, 35.8975, -116.931, 35.8975]}, {"id": "5882", "type": "Feature", "properties": {"id": "us2000ai5r", "mag": 5.0, "time": 1504887559080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1176, 15.3478, 50.28]}, "bbox": [-94.1176, 15.3478, -94.1176, 15.3478]}, {"id": "5883", "type": "Feature", "properties": {"id": "us2000ai7e", "mag": 2.6, "time": 1504887451250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8013, 51.3347, 33.06]}, "bbox": [-174.8013, 51.3347, -174.8013, 51.3347]}, {"id": "5884", "type": "Feature", "properties": {"id": "us2000ai5q", "mag": 4.8, "time": 1504887267930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.2659, 31.94]}, "bbox": [-94.834, 15.2659, -94.834, 15.2659]}, {"id": "5885", "type": "Feature", "properties": {"id": "us2000ars1", "mag": 4.4, "time": 1504887163560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5842, 0.5634, 87.49]}, "bbox": [121.5842, 0.5634, 121.5842, 0.5634]}, {"id": "5886", "type": "Feature", "properties": {"id": "us2000ai5f", "mag": 4.9, "time": 1504887145160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4164, 15.3325, 55.79]}, "bbox": [-94.4164, 15.3325, -94.4164, 15.3325]}, {"id": "5887", "type": "Feature", "properties": {"id": "us2000aixn", "mag": 4.1, "time": 1504887139190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.237, 15.3669, 61.33]}, "bbox": [-94.237, 15.3669, -94.237, 15.3669]}, {"id": "5888", "type": "Feature", "properties": {"id": "ak16821886", "mag": 1.0, "time": 1504887040916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7913, 61.8643, 40.7]}, "bbox": [-147.7913, 61.8643, -147.7913, 61.8643]}, {"id": "5889", "type": "Feature", "properties": {"id": "us2000ai53", "mag": 4.6, "time": 1504886882420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4908, 15.0663, 10.0]}, "bbox": [-94.4908, 15.0663, -94.4908, 15.0663]}, {"id": "5890", "type": "Feature", "properties": {"id": "ak16780437", "mag": 1.7, "time": 1504886789015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1717, 61.2338, 0.0]}, "bbox": [-154.1717, 61.2338, -154.1717, 61.2338]}, {"id": "5891", "type": "Feature", "properties": {"id": "us2000arsa", "mag": 4.8, "time": 1504886367500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-45.1832, 25.2517, 10.0]}, "bbox": [-45.1832, 25.2517, -45.1832, 25.2517]}, {"id": "5892", "type": "Feature", "properties": {"id": "us2000arrz", "mag": 4.3, "time": 1504885790410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.1544, 13.7011, 115.66]}, "bbox": [121.1544, 13.7011, 121.1544, 13.7011]}, {"id": "5893", "type": "Feature", "properties": {"id": "ci37757791", "mag": 2.49, "time": 1504885701960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.863167, 36.514, 1.6]}, "bbox": [-117.863167, 36.514, -117.863167, 36.514]}, {"id": "5894", "type": "Feature", "properties": {"id": "nc72888591", "mag": 1.18, "time": 1504885591170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.029167, 37.64, 1.33]}, "bbox": [-119.029167, 37.64, -119.029167, 37.64]}, {"id": "5895", "type": "Feature", "properties": {"id": "us2000ay69", "mag": 4.3, "time": 1504884967040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8299, 15.2537, 51.49]}, "bbox": [-94.8299, 15.2537, -94.8299, 15.2537]}, {"id": "5896", "type": "Feature", "properties": {"id": "nc72888561", "mag": 2.76, "time": 1504884687580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.4015, 40.656167, 4.61]}, "bbox": [-126.4015, 40.656167, -126.4015, 40.656167]}, {"id": "5897", "type": "Feature", "properties": {"id": "nc72888556", "mag": 1.22, "time": 1504884477720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.594833, 36.036167, 3.51]}, "bbox": [-120.594833, 36.036167, -120.594833, 36.036167]}, {"id": "5898", "type": "Feature", "properties": {"id": "nc72888551", "mag": 1.29, "time": 1504884449700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600833, 36.033, 2.98]}, "bbox": [-120.600833, 36.033, -120.600833, 36.033]}, {"id": "5899", "type": "Feature", "properties": {"id": "us2000ai45", "mag": 4.4, "time": 1504884249230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6373, 29.0196, 32.54]}, "bbox": [51.6373, 29.0196, 51.6373, 29.0196]}, {"id": "5900", "type": "Feature", "properties": {"id": "us2000ai4f", "mag": 5.0, "time": 1504884005650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.4529, -15.2805, 10.0]}, "bbox": [-172.4529, -15.2805, -172.4529, -15.2805]}, {"id": "5901", "type": "Feature", "properties": {"id": "ci37757767", "mag": 1.56, "time": 1504883892090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.447333, 34.149, 10.6]}, "bbox": [-117.447333, 34.149, -117.447333, 34.149]}, {"id": "5902", "type": "Feature", "properties": {"id": "nc72888536", "mag": 1.66, "time": 1504883570470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.168167, 39.1465, -0.58]}, "bbox": [-123.168167, 39.1465, -123.168167, 39.1465]}, {"id": "5903", "type": "Feature", "properties": {"id": "us2000arrw", "mag": 4.2, "time": 1504882974870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7985, 15.5213, 35.36]}, "bbox": [-94.7985, 15.5213, -94.7985, 15.5213]}, {"id": "5904", "type": "Feature", "properties": {"id": "ak16779960", "mag": 1.8, "time": 1504882678981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0626, 62.8988, 105.6]}, "bbox": [-151.0626, 62.8988, -151.0626, 62.8988]}, {"id": "5905", "type": "Feature", "properties": {"id": "ci37757743", "mag": 0.97, "time": 1504882082250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.499333, 33.723667, 12.91]}, "bbox": [-117.499333, 33.723667, -117.499333, 33.723667]}, {"id": "5906", "type": "Feature", "properties": {"id": "us2000ai3n", "mag": 5.3, "time": 1504881901650, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3384, 15.544, 53.27]}, "bbox": [-94.3384, 15.544, -94.3384, 15.544]}, {"id": "5907", "type": "Feature", "properties": {"id": "us2000ai3i", "mag": 5.0, "time": 1504881612700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4062, 15.406, 49.05]}, "bbox": [-94.4062, 15.406, -94.4062, 15.406]}, {"id": "5908", "type": "Feature", "properties": {"id": "us2000ai3c", "mag": 5.1, "time": 1504880703430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1626, 15.9178, 78.53]}, "bbox": [-94.1626, 15.9178, -94.1626, 15.9178]}, {"id": "5909", "type": "Feature", "properties": {"id": "ak16821881", "mag": 1.9, "time": 1504880601665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7019, 53.1531, 4.0]}, "bbox": [-165.7019, 53.1531, -165.7019, 53.1531]}, {"id": "5910", "type": "Feature", "properties": {"id": "us2000ai3a", "mag": 4.6, "time": 1504880185590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9379, 15.4789, 51.37]}, "bbox": [-93.9379, 15.4789, -93.9379, 15.4789]}, {"id": "5911", "type": "Feature", "properties": {"id": "nc72888511", "mag": 1.64, "time": 1504879933970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.805, 37.519, 0.63]}, "bbox": [-118.805, 37.519, -118.805, 37.519]}, {"id": "5912", "type": "Feature", "properties": {"id": "us2000arrt", "mag": 4.3, "time": 1504879797140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.5495, 15.2436, 49.04]}, "bbox": [-92.5495, 15.2436, -92.5495, 15.2436]}, {"id": "5913", "type": "Feature", "properties": {"id": "nc72888506", "mag": 1.11, "time": 1504879682840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807167, 37.5155, -1.34]}, "bbox": [-118.807167, 37.5155, -118.807167, 37.5155]}, {"id": "5914", "type": "Feature", "properties": {"id": "us2000ai2x", "mag": 4.4, "time": 1504878550770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3291, 15.5119, 43.4]}, "bbox": [-94.3291, 15.5119, -94.3291, 15.5119]}, {"id": "5915", "type": "Feature", "properties": {"id": "us2000ai2u", "mag": 4.5, "time": 1504878237250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3775, 15.3318, 55.57]}, "bbox": [-94.3775, 15.3318, -94.3775, 15.3318]}, {"id": "5916", "type": "Feature", "properties": {"id": "ak16779589", "mag": 2.1, "time": 1504878197682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7176, 61.7913, 43.0]}, "bbox": [-149.7176, 61.7913, -149.7176, 61.7913]}, {"id": "5917", "type": "Feature", "properties": {"id": "nc72888501", "mag": 1.4, "time": 1504877974600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.884833, 0.43]}, "bbox": [-122.826833, 38.884833, -122.826833, 38.884833]}, {"id": "5918", "type": "Feature", "properties": {"id": "us2000ai2s", "mag": 4.5, "time": 1504877794630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2597, 15.3155, 57.11]}, "bbox": [-94.2597, 15.3155, -94.2597, 15.3155]}, {"id": "5919", "type": "Feature", "properties": {"id": "us2000ai2p", "mag": 4.3, "time": 1504877637550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3617, 15.3594, 72.43]}, "bbox": [-94.3617, 15.3594, -94.3617, 15.3594]}, {"id": "5920", "type": "Feature", "properties": {"id": "ak16821879", "mag": 1.1, "time": 1504877280981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 62.9279, 91.4]}, "bbox": [-150.4859, 62.9279, -150.4859, 62.9279]}, {"id": "5921", "type": "Feature", "properties": {"id": "us2000ai2h", "mag": 4.3, "time": 1504877227420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2794, 15.5765, 57.44]}, "bbox": [-94.2794, 15.5765, -94.2794, 15.5765]}, {"id": "5922", "type": "Feature", "properties": {"id": "us2000ai2d", "mag": 4.9, "time": 1504877000620, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4519, 39.5355, 14.54]}, "bbox": [140.4519, 39.5355, 140.4519, 39.5355]}, {"id": "5923", "type": "Feature", "properties": {"id": "nc72888491", "mag": 1.84, "time": 1504876384490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.493333, 38.505333, 9.95]}, "bbox": [-122.493333, 38.505333, -122.493333, 38.505333]}, {"id": "5924", "type": "Feature", "properties": {"id": "ak16821878", "mag": 1.4, "time": 1504875984627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1326, 61.9648, 66.9]}, "bbox": [-151.1326, 61.9648, -151.1326, 61.9648]}, {"id": "5925", "type": "Feature", "properties": {"id": "ak16821876", "mag": 2.2, "time": 1504875655387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.9923, 52.3567, 17.2]}, "bbox": [-168.9923, 52.3567, -168.9923, 52.3567]}, {"id": "5926", "type": "Feature", "properties": {"id": "nc72888486", "mag": 2.07, "time": 1504875297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476833, 38.505667, 10.55]}, "bbox": [-122.476833, 38.505667, -122.476833, 38.505667]}, {"id": "5927", "type": "Feature", "properties": {"id": "nc72888481", "mag": 2.29, "time": 1504875261290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.487833, 38.504167, 11.24]}, "bbox": [-122.487833, 38.504167, -122.487833, 38.504167]}, {"id": "5928", "type": "Feature", "properties": {"id": "ak16779354", "mag": 1.2, "time": 1504874899621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8024, 62.2347, 27.0]}, "bbox": [-148.8024, 62.2347, -148.8024, 62.2347]}, {"id": "5929", "type": "Feature", "properties": {"id": "us2000ai1z", "mag": 4.7, "time": 1504874764610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9526, 15.348, 66.08]}, "bbox": [-93.9526, 15.348, -93.9526, 15.348]}, {"id": "5930", "type": "Feature", "properties": {"id": "nn00604198", "mag": 1.6, "time": 1504874486416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1528, 36.3422, 12.5]}, "bbox": [-115.1528, 36.3422, -115.1528, 36.3422]}, {"id": "5931", "type": "Feature", "properties": {"id": "ak16779312", "mag": 1.1, "time": 1504874405501, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2249, 66.2606, 1.6]}, "bbox": [-142.2249, 66.2606, -142.2249, 66.2606]}, {"id": "5932", "type": "Feature", "properties": {"id": "ak16821873", "mag": 1.7, "time": 1504874360732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5174, 51.2619, 22.7]}, "bbox": [-177.5174, 51.2619, -177.5174, 51.2619]}, {"id": "5933", "type": "Feature", "properties": {"id": "nn00604197", "mag": 1.1, "time": 1504874200883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2814, 37.8092, 5.1]}, "bbox": [-114.2814, 37.8092, -114.2814, 37.8092]}, {"id": "5934", "type": "Feature", "properties": {"id": "nc72888476", "mag": 1.21, "time": 1504873957930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.509333, 40.482667, 4.94]}, "bbox": [-121.509333, 40.482667, -121.509333, 40.482667]}, {"id": "5935", "type": "Feature", "properties": {"id": "ci37757703", "mag": 1.39, "time": 1504873858920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.717833, 33.649333, 15.22]}, "bbox": [-116.717833, 33.649333, -116.717833, 33.649333]}, {"id": "5936", "type": "Feature", "properties": {"id": "ci37757695", "mag": 1.17, "time": 1504872471560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.568167, 33.822667, 8.77]}, "bbox": [-115.568167, 33.822667, -115.568167, 33.822667]}, {"id": "5937", "type": "Feature", "properties": {"id": "us2000ai1k", "mag": 5.2, "time": 1504872379780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4203, 15.4936, 64.61]}, "bbox": [-94.4203, 15.4936, -94.4203, 15.4936]}, {"id": "5938", "type": "Feature", "properties": {"id": "nn00604195", "mag": 1.1, "time": 1504872342696, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0794, 39.7864, 6.3]}, "bbox": [-120.0794, 39.7864, -120.0794, 39.7864]}, {"id": "5939", "type": "Feature", "properties": {"id": "us2000ai1f", "mag": 4.5, "time": 1504872210290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.752, 15.6687, 34.52]}, "bbox": [-94.752, 15.6687, -94.752, 15.6687]}, {"id": "5940", "type": "Feature", "properties": {"id": "us2000ai17", "mag": 4.7, "time": 1504871509040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.251, 15.2604, 43.78]}, "bbox": [-94.251, 15.2604, -94.251, 15.2604]}, {"id": "5941", "type": "Feature", "properties": {"id": "ci37757687", "mag": 1.13, "time": 1504871201290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5185, 33.500333, 13.87]}, "bbox": [-116.5185, 33.500333, -116.5185, 33.500333]}, {"id": "5942", "type": "Feature", "properties": {"id": "us2000ai11", "mag": 4.8, "time": 1504870992430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5788, 16.0581, 67.6]}, "bbox": [-94.5788, 16.0581, -94.5788, 16.0581]}, {"id": "5943", "type": "Feature", "properties": {"id": "nc72888461", "mag": 1.42, "time": 1504869975320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.437833, 39.504833, 12.47]}, "bbox": [-121.437833, 39.504833, -121.437833, 39.504833]}, {"id": "5944", "type": "Feature", "properties": {"id": "us2000ai0u", "mag": 5.0, "time": 1504869955970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7875, 15.7988, 32.83]}, "bbox": [-94.7875, 15.7988, -94.7875, 15.7988]}, {"id": "5945", "type": "Feature", "properties": {"id": "nc72888456", "mag": 1.91, "time": 1504869902080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.485667, 38.504833, 10.49]}, "bbox": [-122.485667, 38.504833, -122.485667, 38.504833]}, {"id": "5946", "type": "Feature", "properties": {"id": "us2000ai0r", "mag": 3.1, "time": 1504869744270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4645, 42.6225, 8.36]}, "bbox": [-111.4645, 42.6225, -111.4645, 42.6225]}, {"id": "5947", "type": "Feature", "properties": {"id": "us2000ai0n", "mag": 4.5, "time": 1504869089530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4825, 15.1089, 36.59]}, "bbox": [-94.4825, 15.1089, -94.4825, 15.1089]}, {"id": "5948", "type": "Feature", "properties": {"id": "us2000ai0k", "mag": 4.3, "time": 1504868775480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.798, 15.8932, 52.08]}, "bbox": [-94.798, 15.8932, -94.798, 15.8932]}, {"id": "5949", "type": "Feature", "properties": {"id": "ak16778868", "mag": 2.4, "time": 1504868579816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6965, 62.1823, 44.5]}, "bbox": [-149.6965, 62.1823, -149.6965, 62.1823]}, {"id": "5950", "type": "Feature", "properties": {"id": "nc72888446", "mag": 1.29, "time": 1504868153570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.486333, 38.5055, 8.02]}, "bbox": [-122.486333, 38.5055, -122.486333, 38.5055]}, {"id": "5951", "type": "Feature", "properties": {"id": "nc72888436", "mag": 1.9, "time": 1504867751580, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.482833, 38.504333, 10.56]}, "bbox": [-122.482833, 38.504333, -122.482833, 38.504333]}, {"id": "5952", "type": "Feature", "properties": {"id": "nc72888431", "mag": 1.71, "time": 1504867332410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491833, 38.504667, 9.32]}, "bbox": [-122.491833, 38.504667, -122.491833, 38.504667]}, {"id": "5953", "type": "Feature", "properties": {"id": "nc72888421", "mag": 1.08, "time": 1504867024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.489, 38.504333, 8.33]}, "bbox": [-122.489, 38.504333, -122.489, 38.504333]}, {"id": "5954", "type": "Feature", "properties": {"id": "ak16821868", "mag": 2.1, "time": 1504866678618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4655, 55.6664, 99.6]}, "bbox": [-160.4655, 55.6664, -160.4655, 55.6664]}, {"id": "5955", "type": "Feature", "properties": {"id": "ak16821867", "mag": 1.4, "time": 1504866626331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0732, 60.0832, 7.7]}, "bbox": [-147.0732, 60.0832, -147.0732, 60.0832]}, {"id": "5956", "type": "Feature", "properties": {"id": "us2000ai08", "mag": 4.7, "time": 1504866065090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9223, 5.4358, 106.0]}, "bbox": [125.9223, 5.4358, 125.9223, 5.4358]}, {"id": "5957", "type": "Feature", "properties": {"id": "ak16778797", "mag": 1.0, "time": 1504865774499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3276, 61.5525, 10.3]}, "bbox": [-151.3276, 61.5525, -151.3276, 61.5525]}, {"id": "5958", "type": "Feature", "properties": {"id": "nn00604189", "mag": 1.2, "time": 1504865677094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0784, 39.7853, 6.9]}, "bbox": [-120.0784, 39.7853, -120.0784, 39.7853]}, {"id": "5959", "type": "Feature", "properties": {"id": "nc72888411", "mag": 1.53, "time": 1504865468770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476167, 38.507167, 9.38]}, "bbox": [-122.476167, 38.507167, -122.476167, 38.507167]}, {"id": "5960", "type": "Feature", "properties": {"id": "hv61901161", "mag": 1.74, "time": 1504864814220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.2065, 36.007]}, "bbox": [-155.466833, 19.2065, -155.466833, 19.2065]}, {"id": "5961", "type": "Feature", "properties": {"id": "ismpkansas70234788", "mag": 2.39, "time": 1504864780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7805, 37.3255, 5.78]}, "bbox": [-97.7805, 37.3255, -97.7805, 37.3255]}, {"id": "5962", "type": "Feature", "properties": {"id": "ak16780611", "mag": 2.4, "time": 1504864612255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1592, 61.3969, 4.3]}, "bbox": [-140.1592, 61.3969, -140.1592, 61.3969]}, {"id": "5963", "type": "Feature", "properties": {"id": "ak16778631", "mag": 2.2, "time": 1504864578261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1624, 61.4081, 5.0]}, "bbox": [-140.1624, 61.4081, -140.1624, 61.4081]}, {"id": "5964", "type": "Feature", "properties": {"id": "uw61305087", "mag": 2.01, "time": 1504864189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.050833, 48.9275, 23.48]}, "bbox": [-123.050833, 48.9275, -123.050833, 48.9275]}, {"id": "5965", "type": "Feature", "properties": {"id": "ak16821863", "mag": 1.7, "time": 1504863670078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4879, 51.7374, 21.1]}, "bbox": [-178.4879, 51.7374, -178.4879, 51.7374]}, {"id": "5966", "type": "Feature", "properties": {"id": "ak16821862", "mag": 1.8, "time": 1504862106783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9215, 58.7206, 119.4]}, "bbox": [-154.9215, 58.7206, -154.9215, 58.7206]}, {"id": "5967", "type": "Feature", "properties": {"id": "us2000ahzn", "mag": 4.6, "time": 1504861954060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4387, 15.3946, 52.08]}, "bbox": [-94.4387, 15.3946, -94.4387, 15.3946]}, {"id": "5968", "type": "Feature", "properties": {"id": "nc72888396", "mag": 1.27, "time": 1504861876770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8075, 37.512833, 1.14]}, "bbox": [-118.8075, 37.512833, -118.8075, 37.512833]}, {"id": "5969", "type": "Feature", "properties": {"id": "us2000ahzl", "mag": 4.5, "time": 1504861821720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4897, 15.3898, 66.84]}, "bbox": [-94.4897, 15.3898, -94.4897, 15.3898]}, {"id": "5970", "type": "Feature", "properties": {"id": "us2000ahzj", "mag": 4.5, "time": 1504861699670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5329, 15.609, 39.64]}, "bbox": [-94.5329, 15.609, -94.5329, 15.609]}, {"id": "5971", "type": "Feature", "properties": {"id": "ci37757655", "mag": 1.16, "time": 1504861667220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.622833, 33.107167, 12.71]}, "bbox": [-116.622833, 33.107167, -116.622833, 33.107167]}, {"id": "5972", "type": "Feature", "properties": {"id": "ak16778553", "mag": 1.9, "time": 1504861559880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5627, 66.997, 11.1]}, "bbox": [-157.5627, 66.997, -157.5627, 66.997]}, {"id": "5973", "type": "Feature", "properties": {"id": "nc72888391", "mag": 2.09, "time": 1504860900670, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.456, 39.646667, 9.55]}, "bbox": [-123.456, 39.646667, -123.456, 39.646667]}, {"id": "5974", "type": "Feature", "properties": {"id": "us2000ay4f", "mag": 4.1, "time": 1504860843930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7484, 15.3716, 56.33]}, "bbox": [-94.7484, 15.3716, -94.7484, 15.3716]}, {"id": "5975", "type": "Feature", "properties": {"id": "nc72888386", "mag": 2.1, "time": 1504860440750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.938, 37.831333, 7.32]}, "bbox": [-121.938, 37.831333, -121.938, 37.831333]}, {"id": "5976", "type": "Feature", "properties": {"id": "us2000ay4d", "mag": 4.4, "time": 1504860354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.3232, 49.34]}, "bbox": [-94.834, 15.3232, -94.834, 15.3232]}, {"id": "5977", "type": "Feature", "properties": {"id": "us2000arrb", "mag": 4.6, "time": 1504860180930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0811, 15.785, 52.87]}, "bbox": [-94.0811, 15.785, -94.0811, 15.785]}, {"id": "5978", "type": "Feature", "properties": {"id": "us2000ahzq", "mag": 4.5, "time": 1504860168930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9132, 15.2837, 68.08]}, "bbox": [-93.9132, 15.2837, -93.9132, 15.2837]}, {"id": "5979", "type": "Feature", "properties": {"id": "us2000ahz5", "mag": 5.3, "time": 1504859674330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1725, 15.2148, 50.77]}, "bbox": [-94.1725, 15.2148, -94.1725, 15.2148]}, {"id": "5980", "type": "Feature", "properties": {"id": "ak16821859", "mag": 2.1, "time": 1504859557955, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.0839, 54.9712, 35.5]}, "bbox": [-159.0839, 54.9712, -159.0839, 54.9712]}, {"id": "5981", "type": "Feature", "properties": {"id": "nn00604302", "mag": 1.1, "time": 1504859552745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4838, 37.3947, 8.6]}, "bbox": [-117.4838, 37.3947, -117.4838, 37.3947]}, {"id": "5982", "type": "Feature", "properties": {"id": "ak16778352", "mag": 1.2, "time": 1504859550711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4759, 63.0882, 87.9]}, "bbox": [-149.4759, 63.0882, -149.4759, 63.0882]}, {"id": "5983", "type": "Feature", "properties": {"id": "us2000ahz3", "mag": 4.3, "time": 1504859478950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3904, 15.121, 30.23]}, "bbox": [-94.3904, 15.121, -94.3904, 15.121]}, {"id": "5984", "type": "Feature", "properties": {"id": "nn00604182", "mag": 1.0, "time": 1504858881802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0405, 37.2978, 0.0]}, "bbox": [-115.0405, 37.2978, -115.0405, 37.2978]}, {"id": "5985", "type": "Feature", "properties": {"id": "us2000ahz1", "mag": 4.3, "time": 1504858630350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.833, 76.27]}, "bbox": [-94.6852, 15.833, -94.6852, 15.833]}, {"id": "5986", "type": "Feature", "properties": {"id": "uu60239147", "mag": 2.45, "time": 1504858591000, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444167, 42.664333, 8.83]}, "bbox": [-111.444167, 42.664333, -111.444167, 42.664333]}, {"id": "5987", "type": "Feature", "properties": {"id": "us2000al72", "mag": 2.9, "time": 1504858190760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2139, 52.5352, 91.97]}, "bbox": [-169.2139, 52.5352, -169.2139, 52.5352]}, {"id": "5988", "type": "Feature", "properties": {"id": "uu60239137", "mag": 1.54, "time": 1504858110210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.647, 44.396167, 2.58]}, "bbox": [-110.647, 44.396167, -110.647, 44.396167]}, {"id": "5989", "type": "Feature", "properties": {"id": "us2000arui", "mag": 4.2, "time": 1504858026090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4738, 14.8297, 45.65]}, "bbox": [-94.4738, 14.8297, -94.4738, 14.8297]}, {"id": "5990", "type": "Feature", "properties": {"id": "us2000ahyr", "mag": 4.3, "time": 1504857969210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0003, 15.7457, 35.1]}, "bbox": [-95.0003, 15.7457, -95.0003, 15.7457]}, {"id": "5991", "type": "Feature", "properties": {"id": "us2000arul", "mag": 4.3, "time": 1504857669250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.801, 14.8524, 28.84]}, "bbox": [-94.801, 14.8524, -94.801, 14.8524]}, {"id": "5992", "type": "Feature", "properties": {"id": "us2000ahyk", "mag": 4.5, "time": 1504857596840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7758, 15.5339, 42.45]}, "bbox": [-94.7758, 15.5339, -94.7758, 15.5339]}, {"id": "5993", "type": "Feature", "properties": {"id": "nn00604180", "mag": 1.2, "time": 1504857534482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0136, 37.3074, 0.0]}, "bbox": [-115.0136, 37.3074, -115.0136, 37.3074]}, {"id": "5994", "type": "Feature", "properties": {"id": "ak16821856", "mag": 1.2, "time": 1504857418267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4697, 58.6313, 13.4]}, "bbox": [-157.4697, 58.6313, -157.4697, 58.6313]}, {"id": "5995", "type": "Feature", "properties": {"id": "nn00604280", "mag": 1.0, "time": 1504857267736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7805, 38.6696, 7.4]}, "bbox": [-119.7805, 38.6696, -119.7805, 38.6696]}, {"id": "5996", "type": "Feature", "properties": {"id": "us2000aruq", "mag": 4.3, "time": 1504857079940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6759, 15.5537, 36.84]}, "bbox": [-94.6759, 15.5537, -94.6759, 15.5537]}, {"id": "5997", "type": "Feature", "properties": {"id": "us2000ahyf", "mag": 3.2, "time": 1504857069370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4101, 42.5653, 6.35]}, "bbox": [-111.4101, 42.5653, -111.4101, 42.5653]}, {"id": "5998", "type": "Feature", "properties": {"id": "ci37757631", "mag": 1.01, "time": 1504856868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.778, 36.031333, 2.15]}, "bbox": [-117.778, 36.031333, -117.778, 36.031333]}, {"id": "5999", "type": "Feature", "properties": {"id": "us2000ay0x", "mag": 4.1, "time": 1504856777400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7738, 15.4661, 38.21]}, "bbox": [-94.7738, 15.4661, -94.7738, 15.4661]}, {"id": "6000", "type": "Feature", "properties": {"id": "ak16821855", "mag": 1.3, "time": 1504856435979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.538, 63.3273, 125.9]}, "bbox": [-150.538, 63.3273, -150.538, 63.3273]}, {"id": "6001", "type": "Feature", "properties": {"id": "us2000ahy9", "mag": 4.4, "time": 1504856316640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6365, 15.5777, 47.53]}, "bbox": [-94.6365, 15.5777, -94.6365, 15.5777]}, {"id": "6002", "type": "Feature", "properties": {"id": "us2000ahy5", "mag": 3.2, "time": 1504855878650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446, 42.6598, 6.58]}, "bbox": [-111.446, 42.6598, -111.446, 42.6598]}, {"id": "6003", "type": "Feature", "properties": {"id": "us2000ahy6", "mag": 4.4, "time": 1504855839640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7956, 15.6082, 34.65]}, "bbox": [-94.7956, 15.6082, -94.7956, 15.6082]}, {"id": "6004", "type": "Feature", "properties": {"id": "us2000arrn", "mag": 4.1, "time": 1504855556590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2068, 15.1108, 51.65]}, "bbox": [-94.2068, 15.1108, -94.2068, 15.1108]}, {"id": "6005", "type": "Feature", "properties": {"id": "us2000al71", "mag": 3.0, "time": 1504855456090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0677, 53.8832, 50.9]}, "bbox": [-164.0677, 53.8832, -164.0677, 53.8832]}, {"id": "6006", "type": "Feature", "properties": {"id": "ak16778144", "mag": 3.2, "time": 1504855447301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.611, 66.2631, 33.8]}, "bbox": [-135.611, 66.2631, -135.611, 66.2631]}, {"id": "6007", "type": "Feature", "properties": {"id": "us2000arri", "mag": 4.2, "time": 1504855233030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 15.126, 35.68]}, "bbox": [-94.9743, 15.126, -94.9743, 15.126]}, {"id": "6008", "type": "Feature", "properties": {"id": "nc72888356", "mag": 1.89, "time": 1504854775740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3305, 41.068, 11.84]}, "bbox": [-121.3305, 41.068, -121.3305, 41.068]}, {"id": "6009", "type": "Feature", "properties": {"id": "mb80253029", "mag": 1.45, "time": 1504854704970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.500667, 45.881, 8.81]}, "bbox": [-111.500667, 45.881, -111.500667, 45.881]}, {"id": "6010", "type": "Feature", "properties": {"id": "ak16778123", "mag": 2.3, "time": 1504854630925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7701, 57.7458, 12.0]}, "bbox": [-142.7701, 57.7458, -142.7701, 57.7458]}, {"id": "6011", "type": "Feature", "properties": {"id": "nc72888351", "mag": 1.26, "time": 1504854591960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.882167, 37.522833, -2.2]}, "bbox": [-118.882167, 37.522833, -118.882167, 37.522833]}, {"id": "6012", "type": "Feature", "properties": {"id": "hv61901091", "mag": 1.09, "time": 1504854245900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.447167, 19.4775, 2.47]}, "bbox": [-155.447167, 19.4775, -155.447167, 19.4775]}, {"id": "6013", "type": "Feature", "properties": {"id": "us2000ay45", "mag": 4.2, "time": 1504854208800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7971, 14.6019, 44.25]}, "bbox": [-94.7971, 14.6019, -94.7971, 14.6019]}, {"id": "6014", "type": "Feature", "properties": {"id": "us2000ahxm", "mag": 4.2, "time": 1504854069790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8774, 14.8705, 34.98]}, "bbox": [-93.8774, 14.8705, -93.8774, 14.8705]}, {"id": "6015", "type": "Feature", "properties": {"id": "us2000ay43", "mag": 4.1, "time": 1504853757100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8976, 15.4459, 61.28]}, "bbox": [-94.8976, 15.4459, -94.8976, 15.4459]}, {"id": "6016", "type": "Feature", "properties": {"id": "us2000ahxh", "mag": 3.6, "time": 1504853614760, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9507, 36.9956, 6.27]}, "bbox": [-104.9507, 36.9956, -104.9507, 36.9956]}, {"id": "6017", "type": "Feature", "properties": {"id": "ak16821851", "mag": 1.1, "time": 1504853435000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2544, 63.717, 83.4]}, "bbox": [-148.2544, 63.717, -148.2544, 63.717]}, {"id": "6018", "type": "Feature", "properties": {"id": "nc72888336", "mag": 0.98, "time": 1504853065280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.982833, 37.5425, 1.67]}, "bbox": [-118.982833, 37.5425, -118.982833, 37.5425]}, {"id": "6019", "type": "Feature", "properties": {"id": "ak16777966", "mag": 1.3, "time": 1504853023023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.715, 63.9895, 0.0]}, "bbox": [-148.715, 63.9895, -148.715, 63.9895]}, {"id": "6020", "type": "Feature", "properties": {"id": "us2000arut", "mag": 4.2, "time": 1504852684440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2381, 15.5108, 43.98]}, "bbox": [-94.2381, 15.5108, -94.2381, 15.5108]}, {"id": "6021", "type": "Feature", "properties": {"id": "ci37757623", "mag": 0.96, "time": 1504852586240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789, 33.501333, 5.44]}, "bbox": [-116.789, 33.501333, -116.789, 33.501333]}, {"id": "6022", "type": "Feature", "properties": {"id": "us2000arr6", "mag": 4.2, "time": 1504852477520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3508, 15.2654, 45.29]}, "bbox": [-94.3508, 15.2654, -94.3508, 15.2654]}, {"id": "6023", "type": "Feature", "properties": {"id": "nc72888331", "mag": 1.19, "time": 1504852408190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.759167, 1.73]}, "bbox": [-122.736, 38.759167, -122.736, 38.759167]}, {"id": "6024", "type": "Feature", "properties": {"id": "us2000arr7", "mag": 4.0, "time": 1504852398530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7954, 14.8479, 70.92]}, "bbox": [-93.7954, 14.8479, -93.7954, 14.8479]}, {"id": "6025", "type": "Feature", "properties": {"id": "nn00604169", "mag": 1.2, "time": 1504852379590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2104, 36.4921, 0.0]}, "bbox": [-116.2104, 36.4921, -116.2104, 36.4921]}, {"id": "6026", "type": "Feature", "properties": {"id": "us2000ahxc", "mag": 4.7, "time": 1504852332790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.8455, 72.6309, 10.0]}, "bbox": [3.8455, 72.6309, 3.8455, 72.6309]}, {"id": "6027", "type": "Feature", "properties": {"id": "nc72888321", "mag": 1.8, "time": 1504852052730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8065, 38.792167, 2.94]}, "bbox": [-122.8065, 38.792167, -122.8065, 38.792167]}, {"id": "6028", "type": "Feature", "properties": {"id": "us2000ahx3", "mag": 4.3, "time": 1504851979140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.627, 15.4476, 46.76]}, "bbox": [-94.627, 15.4476, -94.627, 15.4476]}, {"id": "6029", "type": "Feature", "properties": {"id": "ak16777937", "mag": 2.1, "time": 1504851258875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4392, 60.165, 78.3]}, "bbox": [-152.4392, 60.165, -152.4392, 60.165]}, {"id": "6030", "type": "Feature", "properties": {"id": "us2000arr1", "mag": 4.3, "time": 1504851196580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9103, 15.3461, 69.88]}, "bbox": [-93.9103, 15.3461, -93.9103, 15.3461]}, {"id": "6031", "type": "Feature", "properties": {"id": "ak16821848", "mag": 1.5, "time": 1504851158790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7947, 60.1163, 106.0]}, "bbox": [-152.7947, 60.1163, -152.7947, 60.1163]}, {"id": "6032", "type": "Feature", "properties": {"id": "us2000ahwt", "mag": 4.6, "time": 1504850928420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5535, 15.437, 48.5]}, "bbox": [-94.5535, 15.437, -94.5535, 15.437]}, {"id": "6033", "type": "Feature", "properties": {"id": "us2000arr4", "mag": 4.3, "time": 1504850711370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9041, 15.1749, 40.34]}, "bbox": [-94.9041, 15.1749, -94.9041, 15.1749]}, {"id": "6034", "type": "Feature", "properties": {"id": "ak16777931", "mag": 1.3, "time": 1504850655355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0257, 67.0569, 3.6]}, "bbox": [-156.0257, 67.0569, -156.0257, 67.0569]}, {"id": "6035", "type": "Feature", "properties": {"id": "us2000arr2", "mag": 4.2, "time": 1504850627530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1989, 15.0884, 40.99]}, "bbox": [-95.1989, 15.0884, -95.1989, 15.0884]}, {"id": "6036", "type": "Feature", "properties": {"id": "us2000arrk", "mag": 4.2, "time": 1504850557880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7531, 15.4362, 36.4]}, "bbox": [-94.7531, 15.4362, -94.7531, 15.4362]}, {"id": "6037", "type": "Feature", "properties": {"id": "nc72888301", "mag": 1.87, "time": 1504850251760, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.820667, 3.26]}, "bbox": [-122.802333, 38.820667, -122.802333, 38.820667]}, {"id": "6038", "type": "Feature", "properties": {"id": "us2000ahwk", "mag": 4.6, "time": 1504850223990, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1219, 15.2941, 54.75]}, "bbox": [-94.1219, 15.2941, -94.1219, 15.2941]}, {"id": "6039", "type": "Feature", "properties": {"id": "us2000ahx1", "mag": 4.3, "time": 1504850059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9647, 15.304, 72.81]}, "bbox": [-93.9647, 15.304, -93.9647, 15.304]}, {"id": "6040", "type": "Feature", "properties": {"id": "us2000ay3u", "mag": 4.2, "time": 1504849825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.712, 15.4284, 47.14]}, "bbox": [-94.712, 15.4284, -94.712, 15.4284]}, {"id": "6041", "type": "Feature", "properties": {"id": "nc72888296", "mag": 1.15, "time": 1504849761840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.847667, 0.54]}, "bbox": [-122.800667, 38.847667, -122.800667, 38.847667]}, {"id": "6042", "type": "Feature", "properties": {"id": "us2000ay3t", "mag": 4.4, "time": 1504849737970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8795, 15.668, 47.2]}, "bbox": [-94.8795, 15.668, -94.8795, 15.668]}, {"id": "6043", "type": "Feature", "properties": {"id": "nc72888271", "mag": 1.56, "time": 1504849628820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.846333, 0.64]}, "bbox": [-122.8005, 38.846333, -122.8005, 38.846333]}, {"id": "6044", "type": "Feature", "properties": {"id": "nc72888266", "mag": 1.02, "time": 1504849513230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801666, 38.847332, 0.61]}, "bbox": [-122.801666, 38.847332, -122.801666, 38.847332]}, {"id": "6045", "type": "Feature", "properties": {"id": "us2000ahw5", "mag": 5.0, "time": 1504849467850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7228, 15.5333, 34.69]}, "bbox": [-94.7228, 15.5333, -94.7228, 15.5333]}, {"id": "6046", "type": "Feature", "properties": {"id": "us2000arr3", "mag": 4.3, "time": 1504849426720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0216, 15.4454, 53.87]}, "bbox": [-94.0216, 15.4454, -94.0216, 15.4454]}, {"id": "6047", "type": "Feature", "properties": {"id": "nc72888261", "mag": 0.99, "time": 1504849348500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.761002, 38.832501, 0.49]}, "bbox": [-122.761002, 38.832501, -122.761002, 38.832501]}, {"id": "6048", "type": "Feature", "properties": {"id": "nn00604165", "mag": 2.1, "time": 1504849234193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9828, 37.2854, 2.6]}, "bbox": [-114.9828, 37.2854, -114.9828, 37.2854]}, {"id": "6049", "type": "Feature", "properties": {"id": "us2000arr0", "mag": 4.9, "time": 1504849156050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9438, 15.1471, 68.27]}, "bbox": [-93.9438, 15.1471, -93.9438, 15.1471]}, {"id": "6050", "type": "Feature", "properties": {"id": "us2000ay3s", "mag": 4.7, "time": 1504849019590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8391, 15.6629, 60.73]}, "bbox": [-94.8391, 15.6629, -94.8391, 15.6629]}, {"id": "6051", "type": "Feature", "properties": {"id": "us2000arux", "mag": 5.1, "time": 1504848867960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0987, 14.9089, 42.35]}, "bbox": [-94.0987, 14.9089, -94.0987, 14.9089]}, {"id": "6052", "type": "Feature", "properties": {"id": "us2000ai3y", "mag": 2.5, "time": 1504848837100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4714, 36.5024, 6.91]}, "bbox": [-98.4714, 36.5024, -98.4714, 36.5024]}, {"id": "6053", "type": "Feature", "properties": {"id": "us2000ahvy", "mag": 5.2, "time": 1504848817820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4082, 15.2843, 45.81]}, "bbox": [-94.4082, 15.2843, -94.4082, 15.2843]}, {"id": "6054", "type": "Feature", "properties": {"id": "us2000arqy", "mag": 4.6, "time": 1504848547140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9331, 15.1504, 39.51]}, "bbox": [-93.9331, 15.1504, -93.9331, 15.1504]}, {"id": "6055", "type": "Feature", "properties": {"id": "nc72888241", "mag": 1.03, "time": 1504848340890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.847832, 0.49]}, "bbox": [-122.800835, 38.847832, -122.800835, 38.847832]}, {"id": "6056", "type": "Feature", "properties": {"id": "us2000ahvs", "mag": 5.2, "time": 1504848276840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5946, 15.2029, 49.18]}, "bbox": [-94.5946, 15.2029, -94.5946, 15.2029]}, {"id": "6057", "type": "Feature", "properties": {"id": "nc72888226", "mag": 1.48, "time": 1504848105550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.848167, 0.48]}, "bbox": [-122.802, 38.848167, -122.802, 38.848167]}, {"id": "6058", "type": "Feature", "properties": {"id": "nn00604164", "mag": 1.9, "time": 1504848096515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8669, 37.2911, 8.9]}, "bbox": [-115.8669, 37.2911, -115.8669, 37.2911]}, {"id": "6059", "type": "Feature", "properties": {"id": "us2000ay3q", "mag": 4.8, "time": 1504848059390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6096, 15.9617, 41.51]}, "bbox": [-94.6096, 15.9617, -94.6096, 15.9617]}, {"id": "6060", "type": "Feature", "properties": {"id": "us2000ahvc", "mag": 5.3, "time": 1504847863090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5672, 15.5726, 51.13]}, "bbox": [-94.5672, 15.5726, -94.5672, 15.5726]}, {"id": "6061", "type": "Feature", "properties": {"id": "nc71107624", "mag": 2.16, "time": 1504847827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.752167, 39.287167, 10.78]}, "bbox": [-122.752167, 39.287167, -122.752167, 39.287167]}, {"id": "6062", "type": "Feature", "properties": {"id": "nc72888211", "mag": 1.01, "time": 1504847761210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.848667, 6.01]}, "bbox": [-122.765663, 38.848667, -122.765663, 38.848667]}, {"id": "6063", "type": "Feature", "properties": {"id": "nc72888201", "mag": 1.17, "time": 1504847709790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80883, 38.829666, 0.99]}, "bbox": [-122.80883, 38.829666, -122.80883, 38.829666]}, {"id": "6064", "type": "Feature", "properties": {"id": "pr2017251000", "mag": 3.73, "time": 1504847643290, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2905, 19.3283, 52.0]}, "bbox": [-68.2905, 19.3283, -68.2905, 19.3283]}, {"id": "6065", "type": "Feature", "properties": {"id": "us2000arqw", "mag": 4.8, "time": 1504847625230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8789, 15.4565, 61.03]}, "bbox": [-93.8789, 15.4565, -93.8789, 15.4565]}, {"id": "6066", "type": "Feature", "properties": {"id": "us2000arqv", "mag": 5.0, "time": 1504847479550, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5159, 2.4289, 235.24]}, "bbox": [128.5159, 2.4289, 128.5159, 2.4289]}, {"id": "6067", "type": "Feature", "properties": {"id": "nc71107629", "mag": 1.35, "time": 1504847454920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805833, 38.815333, 2.23]}, "bbox": [-122.805833, 38.815333, -122.805833, 38.815333]}, {"id": "6068", "type": "Feature", "properties": {"id": "nc72888186", "mag": 1.45, "time": 1504847378350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.766, 38.8255, 0.39]}, "bbox": [-122.766, 38.8255, -122.766, 38.8255]}, {"id": "6069", "type": "Feature", "properties": {"id": "nc72888181", "mag": 2.28, "time": 1504847361610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7555, 38.775667, 0.02]}, "bbox": [-122.7555, 38.775667, -122.7555, 38.775667]}, {"id": "6070", "type": "Feature", "properties": {"id": "nc72888171", "mag": 1.83, "time": 1504847323920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7715, 38.817333, -0.11]}, "bbox": [-122.7715, 38.817333, -122.7715, 38.817333]}, {"id": "6071", "type": "Feature", "properties": {"id": "nc71107399", "mag": 1.12, "time": 1504847319000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771167, 38.819333, -0.31]}, "bbox": [-122.771167, 38.819333, -122.771167, 38.819333]}, {"id": "6072", "type": "Feature", "properties": {"id": "nc72888156", "mag": 1.24, "time": 1504847297950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.556, 38.807, 15.91]}, "bbox": [-122.556, 38.807, -122.556, 38.807]}, {"id": "6073", "type": "Feature", "properties": {"id": "nc72888151", "mag": 1.36, "time": 1504847289840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.822, 1.41]}, "bbox": [-122.806, 38.822, -122.806, 38.822]}, {"id": "6074", "type": "Feature", "properties": {"id": "nc72888176", "mag": 1.79, "time": 1504847279970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739667, 38.774, -0.49]}, "bbox": [-122.739667, 38.774, -122.739667, 38.774]}, {"id": "6075", "type": "Feature", "properties": {"id": "nc72888146", "mag": 2.3, "time": 1504847258860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817833, 38.815167, 0.34]}, "bbox": [-122.817833, 38.815167, -122.817833, 38.815167]}, {"id": "6076", "type": "Feature", "properties": {"id": "nc72888141", "mag": 2.42, "time": 1504847223340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.83, 1.81]}, "bbox": [-122.800667, 38.83, -122.800667, 38.83]}, {"id": "6077", "type": "Feature", "properties": {"id": "us2000ahv7", "mag": 5.7, "time": 1504846893100, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2707, 15.1746, 35.87]}, "bbox": [-94.2707, 15.1746, -94.2707, 15.1746]}, {"id": "6078", "type": "Feature", "properties": {"id": "ak16777708", "mag": 1.1, "time": 1504846594461, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0631, 61.4229, 6.8]}, "bbox": [-151.0631, 61.4229, -151.0631, 61.4229]}, {"id": "6079", "type": "Feature", "properties": {"id": "mb80252994", "mag": 1.72, "time": 1504846249390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.541833, 46.857167, 12.55]}, "bbox": [-112.541833, 46.857167, -112.541833, 46.857167]}, {"id": "6080", "type": "Feature", "properties": {"id": "us2000ahv0", "mag": 8.1, "time": 1504846160000, "felt": 2494.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-93.9067, 15.0356, 56.67]}, "bbox": [-93.9067, 15.0356, -93.9067, 15.0356]}, {"id": "6081", "type": "Feature", "properties": {"id": "us2000ai6a", "mag": 2.5, "time": 1504846040410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.4753, 53.7845, 22.98]}, "bbox": [-163.4753, 53.7845, -163.4753, 53.7845]}, {"id": "6082", "type": "Feature", "properties": {"id": "nc72888131", "mag": 1.2, "time": 1504845594500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.463833, -1.37]}, "bbox": [-118.8105, 37.463833, -118.8105, 37.463833]}, {"id": "6083", "type": "Feature", "properties": {"id": "ak16821844", "mag": 2.0, "time": 1504845256450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.621, 51.2706, 13.2]}, "bbox": [178.621, 51.2706, 178.621, 51.2706]}, {"id": "6084", "type": "Feature", "properties": {"id": "ci37757591", "mag": 1.24, "time": 1504844674340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.899167, 34.321833, 9.91]}, "bbox": [-116.899167, 34.321833, -116.899167, 34.321833]}, {"id": "6085", "type": "Feature", "properties": {"id": "ak16821842", "mag": 2.0, "time": 1504843966513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0405, 51.3724, 44.9]}, "bbox": [179.0405, 51.3724, 179.0405, 51.3724]}, {"id": "6086", "type": "Feature", "properties": {"id": "ak16821841", "mag": 2.4, "time": 1504843627204, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0538, 52.2197, 10.6]}, "bbox": [-165.0538, 52.2197, -165.0538, 52.2197]}, {"id": "6087", "type": "Feature", "properties": {"id": "ak16821840", "mag": 1.4, "time": 1504843458180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7807, 61.7731, 61.9]}, "bbox": [-150.7807, 61.7731, -150.7807, 61.7731]}, {"id": "6088", "type": "Feature", "properties": {"id": "ak16821839", "mag": 1.1, "time": 1504843388032, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5616, 61.4081, 45.5]}, "bbox": [-149.5616, 61.4081, -149.5616, 61.4081]}, {"id": "6089", "type": "Feature", "properties": {"id": "ak16777570", "mag": 1.9, "time": 1504843130740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.812, 51.8664, 11.6]}, "bbox": [-173.812, 51.8664, -173.812, 51.8664]}, {"id": "6090", "type": "Feature", "properties": {"id": "ak16821837", "mag": 1.7, "time": 1504843122073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.717, 58.7435, 117.7]}, "bbox": [-154.717, 58.7435, -154.717, 58.7435]}, {"id": "6091", "type": "Feature", "properties": {"id": "ak16821836", "mag": 1.3, "time": 1504842507708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7323, 60.5323, 52.2]}, "bbox": [-150.7323, 60.5323, -150.7323, 60.5323]}, {"id": "6092", "type": "Feature", "properties": {"id": "ci37757551", "mag": 1.47, "time": 1504841647940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.496333, 3.33]}, "bbox": [-116.7945, 33.496333, -116.7945, 33.496333]}, {"id": "6093", "type": "Feature", "properties": {"id": "us2000ahus", "mag": 4.7, "time": 1504841042960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.0592, 52.1619, 10.0]}, "bbox": [-169.0592, 52.1619, -169.0592, 52.1619]}, {"id": "6094", "type": "Feature", "properties": {"id": "ak16777419", "mag": 1.0, "time": 1504839731548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.81, 64.7157, 15.2]}, "bbox": [-153.81, 64.7157, -153.81, 64.7157]}, {"id": "6095", "type": "Feature", "properties": {"id": "ak16777418", "mag": 2.4, "time": 1504839437977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7414, 52.1837, 13.2]}, "bbox": [-174.7414, 52.1837, -174.7414, 52.1837]}, {"id": "6096", "type": "Feature", "properties": {"id": "ak16821832", "mag": 2.4, "time": 1504839217735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2407, 52.3318, 38.5]}, "bbox": [-169.2407, 52.3318, -169.2407, 52.3318]}, {"id": "6097", "type": "Feature", "properties": {"id": "hv61900746", "mag": 2.1, "time": 1504839173590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.978833, 19.772, 43.163]}, "bbox": [-154.978833, 19.772, -154.978833, 19.772]}, {"id": "6098", "type": "Feature", "properties": {"id": "ismpkansas70234763", "mag": 1.85, "time": 1504838718270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887167, 37.203, 6.15]}, "bbox": [-97.887167, 37.203, -97.887167, 37.203]}, {"id": "6099", "type": "Feature", "properties": {"id": "ci37757519", "mag": 1.49, "time": 1504838267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.945167, 34.213667, 19.49]}, "bbox": [-118.945167, 34.213667, -118.945167, 34.213667]}, {"id": "6100", "type": "Feature", "properties": {"id": "us2000ahub", "mag": 4.3, "time": 1504837583700, "felt": 823.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.683, 36.6996, 6.073]}, "bbox": [-97.683, 36.6996, -97.683, 36.6996]}, {"id": "6101", "type": "Feature", "properties": {"id": "ak16777416", "mag": 1.3, "time": 1504836895690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6982, 63.5777, 11.7]}, "bbox": [-150.6982, 63.5777, -150.6982, 63.5777]}, {"id": "6102", "type": "Feature", "properties": {"id": "uw61304877", "mag": 1.15, "time": 1504836765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.568333, 48.699167, 3.29]}, "bbox": [-122.568333, 48.699167, -122.568333, 48.699167]}, {"id": "6103", "type": "Feature", "properties": {"id": "us2000ahu8", "mag": 3.7, "time": 1504836433340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4569, 42.6238, 5.0]}, "bbox": [-111.4569, 42.6238, -111.4569, 42.6238]}, {"id": "6104", "type": "Feature", "properties": {"id": "nc72888096", "mag": 2.03, "time": 1504835142230, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.053667, 37.835167, 7.59]}, "bbox": [-122.053667, 37.835167, -122.053667, 37.835167]}, {"id": "6105", "type": "Feature", "properties": {"id": "ak16821829", "mag": 1.5, "time": 1504834613166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7652, 67.5597, 6.1]}, "bbox": [-163.7652, 67.5597, -163.7652, 67.5597]}, {"id": "6106", "type": "Feature", "properties": {"id": "hv61900626", "mag": 2.91, "time": 1504833891990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.011833, 19.399333, 2.609]}, "bbox": [-155.011833, 19.399333, -155.011833, 19.399333]}], "bbox": [-179.9476, -60.0959, 179.9778, 79.5651]}, "cluster": true, "clusterMaxZoom": 14, "clusterMinPoints": 2, "clusterProperties": {"maxMag": ["max", ["get", "mag"]], "minMag": ["min", ["get", "mag"]]}, "clusterRadius": 50, "type": "geojson"}}, null]], ["addPopup", ["earthquake-clusters", null, null]], ["fitBounds", [[-179.9476, -60.0959, 179.9778, 79.5651]]], ["setLayoutProperty", ["earthquake-clusters", "visibility", "visible"]], ["setPaintProperty", ["earthquake-clusters", "circle-opacity", 1.0]], ["addLayer", [{"id": "earthquake-labels", "type": "symbol", "filter": ["has", "point_count"], "layout": {"text-field": ["get", "point_count_abbreviated"], "text-size": 12}, "source": {"data": {"type": "FeatureCollection", "features": [{"id": "0", "type": "Feature", "properties": {"id": "ak16994521", "mag": 2.3, "time": 1507425650893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5129, 63.1016, 0.0]}, "bbox": [-151.5129, 63.1016, -151.5129, 63.1016]}, {"id": "1", "type": "Feature", "properties": {"id": "ak16994519", "mag": 1.7, "time": 1507425289659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4048, 63.1224, 105.5]}, "bbox": [-150.4048, 63.1224, -150.4048, 63.1224]}, {"id": "2", "type": "Feature", "properties": {"id": "ak16994517", "mag": 1.6, "time": 1507424832518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3597, 63.0781, 0.0]}, "bbox": [-151.3597, 63.0781, -151.3597, 63.0781]}, {"id": "3", "type": "Feature", "properties": {"id": "ci38021336", "mag": 1.42, "time": 1507423898710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.497, 34.299667, 7.64]}, "bbox": [-118.497, 34.299667, -118.497, 34.299667]}, {"id": "4", "type": "Feature", "properties": {"id": "us2000b2nn", "mag": 4.2, "time": 1507422626990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.6901, 12.0623, 46.41]}, "bbox": [-87.6901, 12.0623, -87.6901, 12.0623]}, {"id": "5", "type": "Feature", "properties": {"id": "ak16994510", "mag": 1.6, "time": 1507422449194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5053, 63.0719, 0.0]}, "bbox": [-151.5053, 63.0719, -151.5053, 63.0719]}, {"id": "6", "type": "Feature", "properties": {"id": "us2000b2nb", "mag": 4.6, "time": 1507420784440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4576, -20.2873, 614.26]}, "bbox": [-178.4576, -20.2873, -178.4576, -20.2873]}, {"id": "7", "type": "Feature", "properties": {"id": "ak16994298", "mag": 2.4, "time": 1507419370097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.789, 63.1725, 7.5]}, "bbox": [-148.789, 63.1725, -148.789, 63.1725]}, {"id": "8", "type": "Feature", "properties": {"id": "nc72905861", "mag": 1.39, "time": 1507418785100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.993164, 36.421833, 6.37]}, "bbox": [-120.993164, 36.421833, -120.993164, 36.421833]}, {"id": "9", "type": "Feature", "properties": {"id": "ci38021304", "mag": 1.11, "time": 1507418426010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0155, 33.656333, 12.37]}, "bbox": [-117.0155, 33.656333, -117.0155, 33.656333]}, {"id": "10", "type": "Feature", "properties": {"id": "ak16994293", "mag": 1.5, "time": 1507417256497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.512, 63.0879, 10.8]}, "bbox": [-151.512, 63.0879, -151.512, 63.0879]}, {"id": "11", "type": "Feature", "properties": {"id": "ak16994287", "mag": 2.0, "time": 1507413903714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4378, 63.0933, 0.0]}, "bbox": [-151.4378, 63.0933, -151.4378, 63.0933]}, {"id": "12", "type": "Feature", "properties": {"id": "ak16994285", "mag": 1.5, "time": 1507413670029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6538, 63.2272, 96.8]}, "bbox": [-149.6538, 63.2272, -149.6538, 63.2272]}, {"id": "13", "type": "Feature", "properties": {"id": "ak16994283", "mag": 1.4, "time": 1507413587442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5325, 63.0844, 0.0]}, "bbox": [-151.5325, 63.0844, -151.5325, 63.0844]}, {"id": "14", "type": "Feature", "properties": {"id": "ak16994280", "mag": 1.3, "time": 1507413266231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4752, 61.8518, 54.3]}, "bbox": [-149.4752, 61.8518, -149.4752, 61.8518]}, {"id": "15", "type": "Feature", "properties": {"id": "ak16994278", "mag": 1.8, "time": 1507413195076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8597, 61.6214, 50.0]}, "bbox": [-150.8597, 61.6214, -150.8597, 61.6214]}, {"id": "16", "type": "Feature", "properties": {"id": "ak16994274", "mag": 1.9, "time": 1507412827617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7142, 62.9656, 93.6]}, "bbox": [-149.7142, 62.9656, -149.7142, 62.9656]}, {"id": "17", "type": "Feature", "properties": {"id": "ak16994273", "mag": 1.2, "time": 1507411925999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2484, 61.2705, 69.1]}, "bbox": [-151.2484, 61.2705, -151.2484, 61.2705]}, {"id": "18", "type": "Feature", "properties": {"id": "ak16994270", "mag": 2.0, "time": 1507411814209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0732, 65.5942, 14.8]}, "bbox": [-152.0732, 65.5942, -152.0732, 65.5942]}, {"id": "19", "type": "Feature", "properties": {"id": "us2000b2ly", "mag": 4.1, "time": 1507411448780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.5445, 13.5146, 54.36]}, "bbox": [-90.5445, 13.5146, -90.5445, 13.5146]}, {"id": "20", "type": "Feature", "properties": {"id": "nc72905841", "mag": 1.38, "time": 1507411214450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819504, 37.605499, 4.14]}, "bbox": [-118.819504, 37.605499, -118.819504, 37.605499]}, {"id": "21", "type": "Feature", "properties": {"id": "nc72905836", "mag": 1.4, "time": 1507410206440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.930168, 37.636833, -0.71]}, "bbox": [-118.930168, 37.636833, -118.930168, 37.636833]}, {"id": "22", "type": "Feature", "properties": {"id": "ci38021272", "mag": 1.34, "time": 1507408122250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509167, 34.1555, 16.34]}, "bbox": [-117.509167, 34.1555, -117.509167, 34.1555]}, {"id": "23", "type": "Feature", "properties": {"id": "ci38021264", "mag": 1.0, "time": 1507407938100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.5115, 5.16]}, "bbox": [-116.792167, 33.5115, -116.792167, 33.5115]}, {"id": "24", "type": "Feature", "properties": {"id": "ak16993963", "mag": 1.4, "time": 1507407100665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9126, 63.1812, 150.4]}, "bbox": [-150.9126, 63.1812, -150.9126, 63.1812]}, {"id": "25", "type": "Feature", "properties": {"id": "hv61936851", "mag": 2.55, "time": 1507406278360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.078659, 19.374167, 2.15]}, "bbox": [-155.078659, 19.374167, -155.078659, 19.374167]}, {"id": "26", "type": "Feature", "properties": {"id": "ak16993960", "mag": 1.4, "time": 1507405129739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3106, 61.5726, 26.9]}, "bbox": [-147.3106, 61.5726, -147.3106, 61.5726]}, {"id": "27", "type": "Feature", "properties": {"id": "ak16993952", "mag": 1.7, "time": 1507403679922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5846, 60.2607, 34.2]}, "bbox": [-150.5846, 60.2607, -150.5846, 60.2607]}, {"id": "28", "type": "Feature", "properties": {"id": "ci38021224", "mag": 1.04, "time": 1507401391710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 34.254833, 18.27]}, "bbox": [-116.929, 34.254833, -116.929, 34.254833]}, {"id": "29", "type": "Feature", "properties": {"id": "ak16993752", "mag": 1.3, "time": 1507401212982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5065, 63.0847, 0.0]}, "bbox": [-151.5065, 63.0847, -151.5065, 63.0847]}, {"id": "30", "type": "Feature", "properties": {"id": "ak16993746", "mag": 1.3, "time": 1507399350671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8929, 63.5257, 3.3]}, "bbox": [-147.8929, 63.5257, -147.8929, 63.5257]}, {"id": "31", "type": "Feature", "properties": {"id": "us2000b2jk", "mag": 4.6, "time": 1507398878400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.7258, -18.9821, 195.22]}, "bbox": [-175.7258, -18.9821, -175.7258, -18.9821]}, {"id": "32", "type": "Feature", "properties": {"id": "ak16993741", "mag": 1.6, "time": 1507398797233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3473, 63.0775, 0.0]}, "bbox": [-151.3473, 63.0775, -151.3473, 63.0775]}, {"id": "33", "type": "Feature", "properties": {"id": "nc72905766", "mag": 2.64, "time": 1507397278960, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.137497, 36.579834, 7.72]}, "bbox": [-121.137497, 36.579834, -121.137497, 36.579834]}, {"id": "34", "type": "Feature", "properties": {"id": "ak16993738", "mag": 1.4, "time": 1507396778206, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1075, 61.8312, 71.7]}, "bbox": [-151.1075, 61.8312, -151.1075, 61.8312]}, {"id": "35", "type": "Feature", "properties": {"id": "ak16993736", "mag": 1.2, "time": 1507396542471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3769, 63.0621, 0.0]}, "bbox": [-151.3769, 63.0621, -151.3769, 63.0621]}, {"id": "36", "type": "Feature", "properties": {"id": "us2000b2ii", "mag": 4.3, "time": 1507395765330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8319, 16.7195, 58.84]}, "bbox": [-94.8319, 16.7195, -94.8319, 16.7195]}, {"id": "37", "type": "Feature", "properties": {"id": "uw61339006", "mag": 1.91, "time": 1507395622730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.689833, 47.049167, 5.38]}, "bbox": [-120.689833, 47.049167, -120.689833, 47.049167]}, {"id": "38", "type": "Feature", "properties": {"id": "ak16993732", "mag": 1.7, "time": 1507395602456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5283, 63.0785, 0.0]}, "bbox": [-151.5283, 63.0785, -151.5283, 63.0785]}, {"id": "39", "type": "Feature", "properties": {"id": "ak16993720", "mag": 2.5, "time": 1507394741482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6683, 60.7696, 67.1]}, "bbox": [-151.6683, 60.7696, -151.6683, 60.7696]}, {"id": "40", "type": "Feature", "properties": {"id": "ak16993714", "mag": 1.6, "time": 1507394402896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7591, 61.6478, 30.6]}, "bbox": [-149.7591, 61.6478, -149.7591, 61.6478]}, {"id": "41", "type": "Feature", "properties": {"id": "ak16993710", "mag": 1.5, "time": 1507393418705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3458, 63.0633, 0.0]}, "bbox": [-151.3458, 63.0633, -151.3458, 63.0633]}, {"id": "42", "type": "Feature", "properties": {"id": "ak16993699", "mag": 1.6, "time": 1507392875390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4669, 63.0675, 3.4]}, "bbox": [-151.4669, 63.0675, -151.4669, 63.0675]}, {"id": "43", "type": "Feature", "properties": {"id": "ak16993695", "mag": 1.3, "time": 1507392837463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5169, 63.083, 1.0]}, "bbox": [-151.5169, 63.083, -151.5169, 63.083]}, {"id": "44", "type": "Feature", "properties": {"id": "ak16993692", "mag": 2.3, "time": 1507392657193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4771, 63.0742, 4.3]}, "bbox": [-151.4771, 63.0742, -151.4771, 63.0742]}, {"id": "45", "type": "Feature", "properties": {"id": "ak16993486", "mag": 4.2, "time": 1507392435159, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.458, 63.1276, 14.9]}, "bbox": [-151.458, 63.1276, -151.458, 63.1276]}, {"id": "46", "type": "Feature", "properties": {"id": "us2000b2hz", "mag": 4.3, "time": 1507392287310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9686, 16.6087, 69.65]}, "bbox": [-94.9686, 16.6087, -94.9686, 16.6087]}, {"id": "47", "type": "Feature", "properties": {"id": "nc72905751", "mag": 1.21, "time": 1507391530870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023666, 37.605335, 1.97]}, "bbox": [-119.023666, 37.605335, -119.023666, 37.605335]}, {"id": "48", "type": "Feature", "properties": {"id": "ci38021056", "mag": 1.95, "time": 1507390783500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.493, 3.65]}, "bbox": [-116.793833, 33.493, -116.793833, 33.493]}, {"id": "49", "type": "Feature", "properties": {"id": "ci38021048", "mag": 1.02, "time": 1507388708760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.225, 34.0335, 0.39]}, "bbox": [-117.225, 34.0335, -117.225, 34.0335]}, {"id": "50", "type": "Feature", "properties": {"id": "ak16993303", "mag": 1.9, "time": 1507385638408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.2623, 0.9]}, "bbox": [-151.0033, 63.2623, -151.0033, 63.2623]}, {"id": "51", "type": "Feature", "properties": {"id": "us2000b2hc", "mag": 4.9, "time": 1507385606770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3179, -30.4302, 10.0]}, "bbox": [-177.3179, -30.4302, -177.3179, -30.4302]}, {"id": "52", "type": "Feature", "properties": {"id": "ak16993301", "mag": 2.1, "time": 1507383291943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1913, 58.5727, 85.2]}, "bbox": [-154.1913, 58.5727, -154.1913, 58.5727]}, {"id": "53", "type": "Feature", "properties": {"id": "uu60251607", "mag": 3.09, "time": 1507383200950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.140503, 38.030666, 7.29]}, "bbox": [-113.140503, 38.030666, -113.140503, 38.030666]}, {"id": "54", "type": "Feature", "properties": {"id": "nc72905716", "mag": 1.07, "time": 1507382878240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.789166, 2.09]}, "bbox": [-122.765663, 38.789166, -122.765663, 38.789166]}, {"id": "55", "type": "Feature", "properties": {"id": "nc72905711", "mag": 1.17, "time": 1507382428800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.678001, 37.621498, 4.39]}, "bbox": [-121.678001, 37.621498, -121.678001, 37.621498]}, {"id": "56", "type": "Feature", "properties": {"id": "ak16993140", "mag": 1.9, "time": 1507381096302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8813, 63.1738, 75.2]}, "bbox": [-148.8813, 63.1738, -148.8813, 63.1738]}, {"id": "57", "type": "Feature", "properties": {"id": "ak16993128", "mag": 1.6, "time": 1507378828395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.531, 61.7978, 14.8]}, "bbox": [-149.531, 61.7978, -149.531, 61.7978]}, {"id": "58", "type": "Feature", "properties": {"id": "hv61936621", "mag": 1.98, "time": 1507378497820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.423492, 19.223499, 34.62]}, "bbox": [-155.423492, 19.223499, -155.423492, 19.223499]}, {"id": "59", "type": "Feature", "properties": {"id": "ak16993119", "mag": 1.5, "time": 1507378014192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.8317, 59.7754, 0.0]}, "bbox": [-138.8317, 59.7754, -138.8317, 59.7754]}, {"id": "60", "type": "Feature", "properties": {"id": "nc72905681", "mag": 1.39, "time": 1507377675100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.8255, 2.24]}, "bbox": [-122.793999, 38.8255, -122.793999, 38.8255]}, {"id": "61", "type": "Feature", "properties": {"id": "hv61936531", "mag": 2.66, "time": 1507377140600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.32016, 19.338667, 4.3]}, "bbox": [-155.32016, 19.338667, -155.32016, 19.338667]}, {"id": "62", "type": "Feature", "properties": {"id": "ak16992960", "mag": 1.9, "time": 1507376759252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4264, 67.7636, 0.0]}, "bbox": [-158.4264, 67.7636, -158.4264, 67.7636]}, {"id": "63", "type": "Feature", "properties": {"id": "ak16992953", "mag": 2.1, "time": 1507376626801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5725, 59.8372, 0.0]}, "bbox": [-136.5725, 59.8372, -136.5725, 59.8372]}, {"id": "64", "type": "Feature", "properties": {"id": "us2000b2fz", "mag": 4.1, "time": 1507372645200, "felt": 103.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7814, -32.4981, 23.29]}, "bbox": [-71.7814, -32.4981, -71.7814, -32.4981]}, {"id": "65", "type": "Feature", "properties": {"id": "nn00608370", "mag": 1.3, "time": 1507370926907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9711, 36.3094, 7.8]}, "bbox": [-115.9711, 36.3094, -115.9711, 36.3094]}, {"id": "66", "type": "Feature", "properties": {"id": "ak16992628", "mag": 1.5, "time": 1507369548317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8046, 65.9499, 0.0]}, "bbox": [-163.8046, 65.9499, -163.8046, 65.9499]}, {"id": "67", "type": "Feature", "properties": {"id": "ak16992625", "mag": 1.4, "time": 1507369466929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8309, 63.376, 82.0]}, "bbox": [-147.8309, 63.376, -147.8309, 63.376]}, {"id": "68", "type": "Feature", "properties": {"id": "nc72905641", "mag": 1.22, "time": 1507368529650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.724167, 38.760334, 1.16]}, "bbox": [-122.724167, 38.760334, -122.724167, 38.760334]}, {"id": "69", "type": "Feature", "properties": {"id": "us2000b2fc", "mag": 5.1, "time": 1507368374110, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9778, -1.6647, 147.34]}, "bbox": [-77.9778, -1.6647, -77.9778, -1.6647]}, {"id": "70", "type": "Feature", "properties": {"id": "ak16992611", "mag": 2.1, "time": 1507366872675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3324, 62.9966, 88.4]}, "bbox": [-150.3324, 62.9966, -150.3324, 62.9966]}, {"id": "71", "type": "Feature", "properties": {"id": "ak16992607", "mag": 1.8, "time": 1507366536698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4858, 64.7593, 11.3]}, "bbox": [-146.4858, 64.7593, -146.4858, 64.7593]}, {"id": "72", "type": "Feature", "properties": {"id": "us2000b2et", "mag": 4.9, "time": 1507365487800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7469, -33.0092, 10.0]}, "bbox": [-177.7469, -33.0092, -177.7469, -33.0092]}, {"id": "73", "type": "Feature", "properties": {"id": "ak16992603", "mag": 2.2, "time": 1507364931625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8133, 59.8473, 0.0]}, "bbox": [-136.8133, 59.8473, -136.8133, 59.8473]}, {"id": "74", "type": "Feature", "properties": {"id": "ci38020960", "mag": 1.0, "time": 1507363084310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.673833, 33.904333, 35.76]}, "bbox": [-116.673833, 33.904333, -116.673833, 33.904333]}, {"id": "75", "type": "Feature", "properties": {"id": "hv61936261", "mag": 1.72, "time": 1507362853030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382172, 19.23, 34.41]}, "bbox": [-155.382172, 19.23, -155.382172, 19.23]}, {"id": "76", "type": "Feature", "properties": {"id": "ak16992451", "mag": 1.8, "time": 1507362228460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.427, 66.3947, 5.8]}, "bbox": [-153.427, 66.3947, -153.427, 66.3947]}, {"id": "77", "type": "Feature", "properties": {"id": "ci38020944", "mag": 1.0, "time": 1507362158010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.457667, 34.326, 2.73]}, "bbox": [-116.457667, 34.326, -116.457667, 34.326]}, {"id": "78", "type": "Feature", "properties": {"id": "mb80259564", "mag": 1.03, "time": 1507361004730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.865833, 9.91]}, "bbox": [-112.529833, 46.865833, -112.529833, 46.865833]}, {"id": "79", "type": "Feature", "properties": {"id": "nc72905606", "mag": 1.19, "time": 1507358854330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.791832, 38.834835, 1.65]}, "bbox": [-122.791832, 38.834835, -122.791832, 38.834835]}, {"id": "80", "type": "Feature", "properties": {"id": "nn00608387", "mag": 1.0, "time": 1507358249243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.405, 11.4]}, "bbox": [-118.9071, 38.405, -118.9071, 38.405]}, {"id": "81", "type": "Feature", "properties": {"id": "ci38020896", "mag": 1.89, "time": 1507358144340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.486833, 4.21]}, "bbox": [-116.793833, 33.486833, -116.793833, 33.486833]}, {"id": "82", "type": "Feature", "properties": {"id": "us2000b2dx", "mag": 4.5, "time": 1507357181260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.1291, -6.3628, 156.49]}, "bbox": [130.1291, -6.3628, 130.1291, -6.3628]}, {"id": "83", "type": "Feature", "properties": {"id": "se60208171", "mag": 2.4, "time": 1507353902490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.749833, 36.150333, 14.1]}, "bbox": [-83.749833, 36.150333, -83.749833, 36.150333]}, {"id": "84", "type": "Feature", "properties": {"id": "nc72905576", "mag": 1.77, "time": 1507352706600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.900833, 36.327168, 6.31]}, "bbox": [-120.900833, 36.327168, -120.900833, 36.327168]}, {"id": "85", "type": "Feature", "properties": {"id": "ak16992147", "mag": 1.4, "time": 1507351430424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0276, 62.5667, 0.0]}, "bbox": [-153.0276, 62.5667, -153.0276, 62.5667]}, {"id": "86", "type": "Feature", "properties": {"id": "ak16992146", "mag": 1.8, "time": 1507351047849, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.5063, 59.957, 0.0]}, "bbox": [-138.5063, 59.957, -138.5063, 59.957]}, {"id": "87", "type": "Feature", "properties": {"id": "nc72905556", "mag": 1.77, "time": 1507350586140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.834835, 1.77]}, "bbox": [-122.792, 38.834835, -122.792, 38.834835]}, {"id": "88", "type": "Feature", "properties": {"id": "mb80259559", "mag": 1.46, "time": 1507350177430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530833, 46.869333, 10.71]}, "bbox": [-112.530833, 46.869333, -112.530833, 46.869333]}, {"id": "89", "type": "Feature", "properties": {"id": "us2000b2d1", "mag": 4.7, "time": 1507347862040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.504, -16.7961, 178.13]}, "bbox": [-69.504, -16.7961, -69.504, -16.7961]}, {"id": "90", "type": "Feature", "properties": {"id": "nc72905531", "mag": 1.48, "time": 1507346675870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831169, 37.4585, 2.53]}, "bbox": [-118.831169, 37.4585, -118.831169, 37.4585]}, {"id": "91", "type": "Feature", "properties": {"id": "mb80259549", "mag": 1.08, "time": 1507345321240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516333, 46.8755, 11.43]}, "bbox": [-112.516333, 46.8755, -112.516333, 46.8755]}, {"id": "92", "type": "Feature", "properties": {"id": "nc72905521", "mag": 1.46, "time": 1507345267910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816666, 37.603832, 4.04]}, "bbox": [-118.816666, 37.603832, -118.816666, 37.603832]}, {"id": "93", "type": "Feature", "properties": {"id": "ci38020824", "mag": 2.12, "time": 1507344823940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.655333, 34.632, 5.34]}, "bbox": [-116.655333, 34.632, -116.655333, 34.632]}, {"id": "94", "type": "Feature", "properties": {"id": "ak16991857", "mag": 2.3, "time": 1507344587124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8808, 51.3254, 31.7]}, "bbox": [-177.8808, 51.3254, -177.8808, 51.3254]}, {"id": "95", "type": "Feature", "properties": {"id": "nn00608359", "mag": 1.1, "time": 1507344387447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1285, 37.4041, 0.5]}, "bbox": [-115.1285, 37.4041, -115.1285, 37.4041]}, {"id": "96", "type": "Feature", "properties": {"id": "nc72905511", "mag": 1.27, "time": 1507344302520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817169, 37.604168, 4.02]}, "bbox": [-118.817169, 37.604168, -118.817169, 37.604168]}, {"id": "97", "type": "Feature", "properties": {"id": "us2000b2cx", "mag": 4.9, "time": 1507343887900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.1471, -23.7671, 10.0]}, "bbox": [69.1471, -23.7671, 69.1471, -23.7671]}, {"id": "98", "type": "Feature", "properties": {"id": "nc72905496", "mag": 1.94, "time": 1507341324260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.101166, 40.842499, 6.01]}, "bbox": [-121.101166, 40.842499, -121.101166, 40.842499]}, {"id": "99", "type": "Feature", "properties": {"id": "us2000b2cc", "mag": 5.0, "time": 1507340745260, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.668, 1.1151, 7.01]}, "bbox": [132.668, 1.1151, 132.668, 1.1151]}, {"id": "100", "type": "Feature", "properties": {"id": "ci38020800", "mag": 1.46, "time": 1507340726000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.462667, 33.466333, 5.78]}, "bbox": [-116.462667, 33.466333, -116.462667, 33.466333]}, {"id": "101", "type": "Feature", "properties": {"id": "ak16991706", "mag": 1.7, "time": 1507339655320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2596, 60.2328, 0.0]}, "bbox": [-141.2596, 60.2328, -141.2596, 60.2328]}, {"id": "102", "type": "Feature", "properties": {"id": "ak16991711", "mag": 1.6, "time": 1507339653625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2013, 60.2021, 10.5]}, "bbox": [-141.2013, 60.2021, -141.2013, 60.2021]}, {"id": "103", "type": "Feature", "properties": {"id": "ak16991704", "mag": 1.7, "time": 1507338343941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7575, 62.4396, 50.8]}, "bbox": [-149.7575, 62.4396, -149.7575, 62.4396]}, {"id": "104", "type": "Feature", "properties": {"id": "ak16991697", "mag": 2.1, "time": 1507336466527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3178, 60.5797, 88.2]}, "bbox": [-152.3178, 60.5797, -152.3178, 60.5797]}, {"id": "105", "type": "Feature", "properties": {"id": "ci38020768", "mag": 1.56, "time": 1507336119080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460167, 34.3335, 2.89]}, "bbox": [-116.460167, 34.3335, -116.460167, 34.3335]}, {"id": "106", "type": "Feature", "properties": {"id": "ci38020760", "mag": 1.22, "time": 1507335982510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.468167, 34.333167, 2.87]}, "bbox": [-116.468167, 34.333167, -116.468167, 34.333167]}, {"id": "107", "type": "Feature", "properties": {"id": "ci38020752", "mag": 1.81, "time": 1507335765850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793, 33.490333, 4.58]}, "bbox": [-116.793, 33.490333, -116.793, 33.490333]}, {"id": "108", "type": "Feature", "properties": {"id": "ci38020744", "mag": 1.76, "time": 1507335646140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.566333, 35.339667, 7.86]}, "bbox": [-118.566333, 35.339667, -118.566333, 35.339667]}, {"id": "109", "type": "Feature", "properties": {"id": "us2000b2c0", "mag": 5.3, "time": 1507335391250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3171, -33.0297, 10.0]}, "bbox": [-178.3171, -33.0297, -178.3171, -33.0297]}, {"id": "110", "type": "Feature", "properties": {"id": "nc72905461", "mag": 1.16, "time": 1507333007350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795998, 38.826, 2.32]}, "bbox": [-122.795998, 38.826, -122.795998, 38.826]}, {"id": "111", "type": "Feature", "properties": {"id": "nn00608334", "mag": 1.1, "time": 1507331333919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1247, 37.3789, 8.2]}, "bbox": [-117.1247, 37.3789, -117.1247, 37.3789]}, {"id": "112", "type": "Feature", "properties": {"id": "ak16991557", "mag": 1.4, "time": 1507331263084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2293, 64.9749, 0.0]}, "bbox": [-147.2293, 64.9749, -147.2293, 64.9749]}, {"id": "113", "type": "Feature", "properties": {"id": "us2000b2ba", "mag": 4.4, "time": 1507331102840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.3636, -10.0109, 10.0]}, "bbox": [152.3636, -10.0109, 152.3636, -10.0109]}, {"id": "114", "type": "Feature", "properties": {"id": "us2000b2b9", "mag": 4.2, "time": 1507331091160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [73.3529, 39.6124, 10.0]}, "bbox": [73.3529, 39.6124, 73.3529, 39.6124]}, {"id": "115", "type": "Feature", "properties": {"id": "ak16991437", "mag": 2.0, "time": 1507330383962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4583, 60.3395, 72.9]}, "bbox": [-152.4583, 60.3395, -152.4583, 60.3395]}, {"id": "116", "type": "Feature", "properties": {"id": "us2000b2av", "mag": 4.3, "time": 1507329021540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.9649, 43.0121, 217.94]}, "bbox": [138.9649, 43.0121, 138.9649, 43.0121]}, {"id": "117", "type": "Feature", "properties": {"id": "nn00608329", "mag": 1.3, "time": 1507328136999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1198, 37.3861, 8.7]}, "bbox": [-117.1198, 37.3861, -117.1198, 37.3861]}, {"id": "118", "type": "Feature", "properties": {"id": "ci38020720", "mag": 1.45, "time": 1507327306610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.955667, 34.34, -0.29]}, "bbox": [-116.955667, 34.34, -116.955667, 34.34]}, {"id": "119", "type": "Feature", "properties": {"id": "uw61338531", "mag": 1.37, "time": 1507326914640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.991667, 46.572333, -0.3]}, "bbox": [-122.991667, 46.572333, -122.991667, 46.572333]}, {"id": "120", "type": "Feature", "properties": {"id": "nn00608354", "mag": 1.0, "time": 1507326343697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.747, 39.8477, 10.0]}, "bbox": [-120.747, 39.8477, -120.747, 39.8477]}, {"id": "121", "type": "Feature", "properties": {"id": "nc72905451", "mag": 1.47, "time": 1507326329600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.753833, 39.8485, 6.72]}, "bbox": [-120.753833, 39.8485, -120.753833, 39.8485]}, {"id": "122", "type": "Feature", "properties": {"id": "nc72905441", "mag": 1.23, "time": 1507325408690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127, 36.566667, 9.16]}, "bbox": [-121.127, 36.566667, -121.127, 36.566667]}, {"id": "123", "type": "Feature", "properties": {"id": "us2000b29t", "mag": 4.5, "time": 1507325144410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.6471, 17.7456, 196.33]}, "bbox": [145.6471, 17.7456, 145.6471, 17.7456]}, {"id": "124", "type": "Feature", "properties": {"id": "us2000b2ab", "mag": 2.6, "time": 1507324395860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8949, 32.7663, 5.0]}, "bbox": [-108.8949, 32.7663, -108.8949, 32.7663]}, {"id": "125", "type": "Feature", "properties": {"id": "nc72905436", "mag": 1.41, "time": 1507323505830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.155667, 36.5565, 6.94]}, "bbox": [-121.155667, 36.5565, -121.155667, 36.5565]}, {"id": "126", "type": "Feature", "properties": {"id": "ci38020712", "mag": 1.19, "time": 1507323492150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.991, 32.578667, 2.62]}, "bbox": [-116.991, 32.578667, -116.991, 32.578667]}, {"id": "127", "type": "Feature", "properties": {"id": "us2000b289", "mag": 2.4, "time": 1507321230800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7321, 36.481, 5.37]}, "bbox": [-98.7321, 36.481, -98.7321, 36.481]}, {"id": "128", "type": "Feature", "properties": {"id": "nc72905431", "mag": 1.0, "time": 1507321021480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.178833, 38.107, -0.02]}, "bbox": [-122.178833, 38.107, -122.178833, 38.107]}, {"id": "129", "type": "Feature", "properties": {"id": "ak16991182", "mag": 1.0, "time": 1507320721326, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1644, 62.2007, 15.5]}, "bbox": [-148.1644, 62.2007, -148.1644, 62.2007]}, {"id": "130", "type": "Feature", "properties": {"id": "ak16991178", "mag": 1.8, "time": 1507320357991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5804, 63.1717, 121.4]}, "bbox": [-150.5804, 63.1717, -150.5804, 63.1717]}, {"id": "131", "type": "Feature", "properties": {"id": "nc72905426", "mag": 1.24, "time": 1507320241050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.688667, 37.5335, 6.91]}, "bbox": [-121.688667, 37.5335, -121.688667, 37.5335]}, {"id": "132", "type": "Feature", "properties": {"id": "ci38020680", "mag": 1.5, "time": 1507320090270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.516, 33.860833, 0.62]}, "bbox": [-117.516, 33.860833, -117.516, 33.860833]}, {"id": "133", "type": "Feature", "properties": {"id": "ak16991069", "mag": 1.8, "time": 1507318145350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6965, 59.7754, 0.0]}, "bbox": [-136.6965, 59.7754, -136.6965, 59.7754]}, {"id": "134", "type": "Feature", "properties": {"id": "us2000b27a", "mag": 2.4, "time": 1507317641850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.2269, 36.6265, 5.07]}, "bbox": [-98.2269, 36.6265, -98.2269, 36.6265]}, {"id": "135", "type": "Feature", "properties": {"id": "ak16991058", "mag": 2.6, "time": 1507317554328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3172, 63.6837, 3.7]}, "bbox": [-146.3172, 63.6837, -146.3172, 63.6837]}, {"id": "136", "type": "Feature", "properties": {"id": "ci38020656", "mag": 1.03, "time": 1507317548410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.646667, 36.148333, 0.93]}, "bbox": [-117.646667, 36.148333, -117.646667, 36.148333]}, {"id": "137", "type": "Feature", "properties": {"id": "ci38020648", "mag": 1.08, "time": 1507317476900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1915, 35.0025, -0.87]}, "bbox": [-118.1915, 35.0025, -118.1915, 35.0025]}, {"id": "138", "type": "Feature", "properties": {"id": "nc72905416", "mag": 1.19, "time": 1507317386760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457667, -0.31]}, "bbox": [-118.803333, 37.457667, -118.803333, 37.457667]}, {"id": "139", "type": "Feature", "properties": {"id": "uw61338426", "mag": 1.65, "time": 1507316609360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7105, 43.553333, 7.02]}, "bbox": [-121.7105, 43.553333, -121.7105, 43.553333]}, {"id": "140", "type": "Feature", "properties": {"id": "mb80259489", "mag": 1.66, "time": 1507316359200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.477167, 45.9945, -2.0]}, "bbox": [-112.477167, 45.9945, -112.477167, 45.9945]}, {"id": "141", "type": "Feature", "properties": {"id": "ci38020624", "mag": 1.22, "time": 1507316271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362, 32.941333, 10.15]}, "bbox": [-116.362, 32.941333, -116.362, 32.941333]}, {"id": "142", "type": "Feature", "properties": {"id": "ak16991011", "mag": 2.0, "time": 1507315584886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9279, 62.7834, 4.5]}, "bbox": [-148.9279, 62.7834, -148.9279, 62.7834]}, {"id": "143", "type": "Feature", "properties": {"id": "us2000b26p", "mag": 4.7, "time": 1507315424010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [68.9568, -49.2119, 13.54]}, "bbox": [68.9568, -49.2119, 68.9568, -49.2119]}, {"id": "144", "type": "Feature", "properties": {"id": "uu60251447", "mag": 2.18, "time": 1507314096180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.633167, 4.91]}, "bbox": [-111.457, 42.633167, -111.457, 42.633167]}, {"id": "145", "type": "Feature", "properties": {"id": "nc72905411", "mag": 1.24, "time": 1507313481610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.962333, 37.920333, -0.33]}, "bbox": [-121.962333, 37.920333, -121.962333, 37.920333]}, {"id": "146", "type": "Feature", "properties": {"id": "us2000b260", "mag": 4.4, "time": 1507311862190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [86.7487, 30.0165, 10.0]}, "bbox": [86.7487, 30.0165, 86.7487, 30.0165]}, {"id": "147", "type": "Feature", "properties": {"id": "ci38020552", "mag": 1.28, "time": 1507311788210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351667, 35.052833, -1.01]}, "bbox": [-118.351667, 35.052833, -118.351667, 35.052833]}, {"id": "148", "type": "Feature", "properties": {"id": "us2000b25h", "mag": 5.5, "time": 1507311683180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-15.5503, -35.3171, 10.0]}, "bbox": [-15.5503, -35.3171, -15.5503, -35.3171]}, {"id": "149", "type": "Feature", "properties": {"id": "ak16990870", "mag": 1.8, "time": 1507310931075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9372, 62.1214, 48.9]}, "bbox": [-149.9372, 62.1214, -149.9372, 62.1214]}, {"id": "150", "type": "Feature", "properties": {"id": "nn00608306", "mag": 1.9, "time": 1507310059424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6177, 38.5802, 5.9]}, "bbox": [-118.6177, 38.5802, -118.6177, 38.5802]}, {"id": "151", "type": "Feature", "properties": {"id": "us2000b24c", "mag": 4.6, "time": 1507309684550, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7841, 37.4191, 31.5]}, "bbox": [143.7841, 37.4191, 143.7841, 37.4191]}, {"id": "152", "type": "Feature", "properties": {"id": "mb80259479", "mag": 1.25, "time": 1507309316470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5305, 46.867167, 12.62]}, "bbox": [-112.5305, 46.867167, -112.5305, 46.867167]}, {"id": "153", "type": "Feature", "properties": {"id": "uu60251412", "mag": 2.1, "time": 1507308318150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460333, 42.602667, 6.75]}, "bbox": [-111.460333, 42.602667, -111.460333, 42.602667]}, {"id": "154", "type": "Feature", "properties": {"id": "nc72905346", "mag": 2.33, "time": 1507308237260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457333, 0.99]}, "bbox": [-118.803333, 37.457333, -118.803333, 37.457333]}, {"id": "155", "type": "Feature", "properties": {"id": "ci38020512", "mag": 1.61, "time": 1507308155060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 35.633833, 6.15]}, "bbox": [-116.2815, 35.633833, -116.2815, 35.633833]}, {"id": "156", "type": "Feature", "properties": {"id": "ci38020480", "mag": 1.04, "time": 1507307612510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.314167, 34.0145, 2.75]}, "bbox": [-116.314167, 34.0145, -116.314167, 34.0145]}, {"id": "157", "type": "Feature", "properties": {"id": "ak16990671", "mag": 1.6, "time": 1507307067130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0099, 66.2332, 1.8]}, "bbox": [-150.0099, 66.2332, -150.0099, 66.2332]}, {"id": "158", "type": "Feature", "properties": {"id": "nc72905326", "mag": 1.17, "time": 1507305678060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.706, 38.783667, 2.5]}, "bbox": [-122.706, 38.783667, -122.706, 38.783667]}, {"id": "159", "type": "Feature", "properties": {"id": "mb80259459", "mag": 0.95, "time": 1507305300890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5315, 46.8575, 12.4]}, "bbox": [-112.5315, 46.8575, -112.5315, 46.8575]}, {"id": "160", "type": "Feature", "properties": {"id": "ci38020408", "mag": 1.2, "time": 1507302977930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019833, 33.876, -0.6]}, "bbox": [-117.019833, 33.876, -117.019833, 33.876]}, {"id": "161", "type": "Feature", "properties": {"id": "ak16990501", "mag": 2.8, "time": 1507302735109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2441, 60.1679, 148.9]}, "bbox": [-153.2441, 60.1679, -153.2441, 60.1679]}, {"id": "162", "type": "Feature", "properties": {"id": "us2000b20f", "mag": 5.4, "time": 1507301800580, "felt": 169.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.1969, 37.0997, 47.42]}, "bbox": [141.1969, 37.0997, 141.1969, 37.0997]}, {"id": "163", "type": "Feature", "properties": {"id": "ak16990465", "mag": 1.7, "time": 1507301707708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.519, 67.5663, 0.0]}, "bbox": [-156.519, 67.5663, -156.519, 67.5663]}, {"id": "164", "type": "Feature", "properties": {"id": "ci38020392", "mag": 2.6, "time": 1507301676460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.894167, 31.614, 5.89]}, "bbox": [-115.894167, 31.614, -115.894167, 31.614]}, {"id": "165", "type": "Feature", "properties": {"id": "ak16990463", "mag": 1.6, "time": 1507300956103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1925, 59.8037, 20.0]}, "bbox": [-152.1925, 59.8037, -152.1925, 59.8037]}, {"id": "166", "type": "Feature", "properties": {"id": "uu60251397", "mag": 1.18, "time": 1507300478100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.436333, 42.554833, 9.68]}, "bbox": [-111.436333, 42.554833, -111.436333, 42.554833]}, {"id": "167", "type": "Feature", "properties": {"id": "nn00608296", "mag": 1.1, "time": 1507299948387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9267, 39.4223, 8.7]}, "bbox": [-119.9267, 39.4223, -119.9267, 39.4223]}, {"id": "168", "type": "Feature", "properties": {"id": "ci38020376", "mag": 1.4, "time": 1507299919340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.476667, 35.752167, 2.24]}, "bbox": [-118.476667, 35.752167, -118.476667, 35.752167]}, {"id": "169", "type": "Feature", "properties": {"id": "nn00608295", "mag": 2.0, "time": 1507298898804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9217, 38.4131, 8.7]}, "bbox": [-118.9217, 38.4131, -118.9217, 38.4131]}, {"id": "170", "type": "Feature", "properties": {"id": "us2000b1zv", "mag": 5.1, "time": 1507298433140, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.0977, 12.0039, 21.82]}, "bbox": [95.0977, 12.0039, 95.0977, 12.0039]}, {"id": "171", "type": "Feature", "properties": {"id": "ak16990379", "mag": 2.0, "time": 1507296668722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4456, 63.3167, 112.0]}, "bbox": [-150.4456, 63.3167, -150.4456, 63.3167]}, {"id": "172", "type": "Feature", "properties": {"id": "ak16990317", "mag": 2.4, "time": 1507295355033, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6485, 60.9026, 21.1]}, "bbox": [-149.6485, 60.9026, -149.6485, 60.9026]}, {"id": "173", "type": "Feature", "properties": {"id": "nc72905256", "mag": 1.69, "time": 1507295344860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7755, 38.805167, 0.72]}, "bbox": [-122.7755, 38.805167, -122.7755, 38.805167]}, {"id": "174", "type": "Feature", "properties": {"id": "ci38020296", "mag": 0.98, "time": 1507294899000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 34.226167, 12.35]}, "bbox": [-117.445, 34.226167, -117.445, 34.226167]}, {"id": "175", "type": "Feature", "properties": {"id": "nc72905246", "mag": 1.14, "time": 1507294685610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797333, 38.813499, 2.36]}, "bbox": [-122.797333, 38.813499, -122.797333, 38.813499]}, {"id": "176", "type": "Feature", "properties": {"id": "nc72905241", "mag": 1.27, "time": 1507294429860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.822333, 1.56]}, "bbox": [-122.806167, 38.822333, -122.806167, 38.822333]}, {"id": "177", "type": "Feature", "properties": {"id": "ak16990306", "mag": 1.6, "time": 1507293337500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.164, 63.5211, 0.0]}, "bbox": [-147.164, 63.5211, -147.164, 63.5211]}, {"id": "178", "type": "Feature", "properties": {"id": "nc72905231", "mag": 1.31, "time": 1507293268040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600333, 38.771667, 0.05]}, "bbox": [-122.600333, 38.771667, -122.600333, 38.771667]}, {"id": "179", "type": "Feature", "properties": {"id": "mb80259449", "mag": 1.29, "time": 1507293189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.557667, 46.894167, 9.91]}, "bbox": [-112.557667, 46.894167, -112.557667, 46.894167]}, {"id": "180", "type": "Feature", "properties": {"id": "nc72905226", "mag": 1.25, "time": 1507291334810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.798333, 37.565333, -0.35]}, "bbox": [-118.798333, 37.565333, -118.798333, 37.565333]}, {"id": "181", "type": "Feature", "properties": {"id": "ci38020256", "mag": 2.0, "time": 1507290973570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.757833, 34.172833, 6.62]}, "bbox": [-117.757833, 34.172833, -117.757833, 34.172833]}, {"id": "182", "type": "Feature", "properties": {"id": "ci38020240", "mag": 1.05, "time": 1507290356170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.355667, 35.822833, 16.75]}, "bbox": [-118.355667, 35.822833, -118.355667, 35.822833]}, {"id": "183", "type": "Feature", "properties": {"id": "us2000b1xz", "mag": 5.2, "time": 1507289341850, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [155.9405, -6.8684, 106.51]}, "bbox": [155.9405, -6.8684, 155.9405, -6.8684]}, {"id": "184", "type": "Feature", "properties": {"id": "uw61338256", "mag": 1.22, "time": 1507287741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.509333, 45.6895, 9.57]}, "bbox": [-122.509333, 45.6895, -122.509333, 45.6895]}, {"id": "185", "type": "Feature", "properties": {"id": "ci38020232", "mag": 1.4, "time": 1507287412090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8455, 34.000333, 9.47]}, "bbox": [-116.8455, 34.000333, -116.8455, 34.000333]}, {"id": "186", "type": "Feature", "properties": {"id": "mb80259444", "mag": 1.6, "time": 1507286758530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5795, 44.259167, 3.88]}, "bbox": [-114.5795, 44.259167, -114.5795, 44.259167]}, {"id": "187", "type": "Feature", "properties": {"id": "mb80259434", "mag": 1.18, "time": 1507286693390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.322167, 43.681333, 9.95]}, "bbox": [-110.322167, 43.681333, -110.322167, 43.681333]}, {"id": "188", "type": "Feature", "properties": {"id": "ak16990167", "mag": 3.0, "time": 1507285562299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2949, 51.2318, 28.0]}, "bbox": [-178.2949, 51.2318, -178.2949, 51.2318]}, {"id": "189", "type": "Feature", "properties": {"id": "ak16990162", "mag": 3.2, "time": 1507285408267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0402, 65.2966, 0.1]}, "bbox": [-156.0402, 65.2966, -156.0402, 65.2966]}, {"id": "190", "type": "Feature", "properties": {"id": "hv61935226", "mag": 1.78, "time": 1507284229580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.42366, 19.2805, 7.76]}, "bbox": [-155.42366, 19.2805, -155.42366, 19.2805]}, {"id": "191", "type": "Feature", "properties": {"id": "hv61935131", "mag": 1.67, "time": 1507283791470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.248833, 18.876833, 12.183]}, "bbox": [-155.248833, 18.876833, -155.248833, 18.876833]}, {"id": "192", "type": "Feature", "properties": {"id": "ak16990109", "mag": 1.9, "time": 1507282869514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1519, 63.251, 0.0]}, "bbox": [-151.1519, 63.251, -151.1519, 63.251]}, {"id": "193", "type": "Feature", "properties": {"id": "us2000b1xd", "mag": 4.4, "time": 1507281825250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9639, -0.4925, 44.07]}, "bbox": [119.9639, -0.4925, 119.9639, -0.4925]}, {"id": "194", "type": "Feature", "properties": {"id": "ak16990102", "mag": 1.6, "time": 1507281420124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7545, 61.5105, 70.6]}, "bbox": [-150.7545, 61.5105, -150.7545, 61.5105]}, {"id": "195", "type": "Feature", "properties": {"id": "hv61935091", "mag": 2.94, "time": 1507279304370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2205, 19.380333, 14.051]}, "bbox": [-156.2205, 19.380333, -156.2205, 19.380333]}, {"id": "196", "type": "Feature", "properties": {"id": "nn00608291", "mag": 1.6, "time": 1507279195578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.2224, 39.4096, 5.7]}, "bbox": [-115.2224, 39.4096, -115.2224, 39.4096]}, {"id": "197", "type": "Feature", "properties": {"id": "nc72905186", "mag": 0.99, "time": 1507278858510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.483833, 5.31]}, "bbox": [-118.8245, 37.483833, -118.8245, 37.483833]}, {"id": "198", "type": "Feature", "properties": {"id": "us2000b1v8", "mag": 6.0, "time": 1507276773110, "felt": 108.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.9537, 37.485, 10.0]}, "bbox": [143.9537, 37.485, 143.9537, 37.485]}, {"id": "199", "type": "Feature", "properties": {"id": "uu60251377", "mag": 1.43, "time": 1507274976970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.660667, 5.95]}, "bbox": [-111.444, 42.660667, -111.444, 42.660667]}, {"id": "200", "type": "Feature", "properties": {"id": "ak16989976", "mag": 3.1, "time": 1507274375943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8808, 0.0]}, "bbox": [-136.7235, 59.8808, -136.7235, 59.8808]}, {"id": "201", "type": "Feature", "properties": {"id": "mb80259414", "mag": 1.86, "time": 1507273645130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.997833, 47.455667, 1.73]}, "bbox": [-115.997833, 47.455667, -115.997833, 47.455667]}, {"id": "202", "type": "Feature", "properties": {"id": "us2000b1v0", "mag": 4.7, "time": 1507273552100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6145, 13.8504, 10.0]}, "bbox": [146.6145, 13.8504, 146.6145, 13.8504]}, {"id": "203", "type": "Feature", "properties": {"id": "ak16989973", "mag": 1.3, "time": 1507272833815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7833, 64.8537, 19.7]}, "bbox": [-148.7833, 64.8537, -148.7833, 64.8537]}, {"id": "204", "type": "Feature", "properties": {"id": "us2000b2dh", "mag": 3.3, "time": 1507270603000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.92, 49.06, 22.0]}, "bbox": [-67.92, 49.06, -67.92, 49.06]}, {"id": "205", "type": "Feature", "properties": {"id": "ak16989967", "mag": 1.9, "time": 1507270303410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3206, 61.7195, 41.0]}, "bbox": [-150.3206, 61.7195, -150.3206, 61.7195]}, {"id": "206", "type": "Feature", "properties": {"id": "ci38020152", "mag": 1.08, "time": 1507270230410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.557333, 32.948833, 3.78]}, "bbox": [-115.557333, 32.948833, -115.557333, 32.948833]}, {"id": "207", "type": "Feature", "properties": {"id": "us2000b1um", "mag": 2.7, "time": 1507269804040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4493, 42.6517, 7.67]}, "bbox": [-111.4493, 42.6517, -111.4493, 42.6517]}, {"id": "208", "type": "Feature", "properties": {"id": "nc72905156", "mag": 1.79, "time": 1507269478010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801167, 38.822, 2.67]}, "bbox": [-122.801167, 38.822, -122.801167, 38.822]}, {"id": "209", "type": "Feature", "properties": {"id": "nc71107634", "mag": 1.13, "time": 1507269413290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.478167, 38.6015, 12.1]}, "bbox": [-122.478167, 38.6015, -122.478167, 38.6015]}, {"id": "210", "type": "Feature", "properties": {"id": "us2000b1un", "mag": 4.3, "time": 1507269388630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4985, 51.6139, 71.76]}, "bbox": [178.4985, 51.6139, 178.4985, 51.6139]}, {"id": "211", "type": "Feature", "properties": {"id": "uu60251357", "mag": 1.47, "time": 1507268672130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455333, 42.652833, 2.92]}, "bbox": [-111.455333, 42.652833, -111.455333, 42.652833]}, {"id": "212", "type": "Feature", "properties": {"id": "ak16989960", "mag": 1.1, "time": 1507268319981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2116, 64.2744, 14.8]}, "bbox": [-148.2116, 64.2744, -148.2116, 64.2744]}, {"id": "213", "type": "Feature", "properties": {"id": "hv61935031", "mag": 1.75, "time": 1507267817920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.428833, 19.329, 10.185]}, "bbox": [-155.428833, 19.329, -155.428833, 19.329]}, {"id": "214", "type": "Feature", "properties": {"id": "nc72905151", "mag": 1.08, "time": 1507267299070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.607, 4.0]}, "bbox": [-118.823167, 37.607, -118.823167, 37.607]}, {"id": "215", "type": "Feature", "properties": {"id": "mb80259404", "mag": 1.03, "time": 1507266753410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532167, 46.873, 11.23]}, "bbox": [-112.532167, 46.873, -112.532167, 46.873]}, {"id": "216", "type": "Feature", "properties": {"id": "us2000b1u8", "mag": 4.6, "time": 1507265974560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.1261, -17.5702, 36.33]}, "bbox": [-64.1261, -17.5702, -64.1261, -17.5702]}, {"id": "217", "type": "Feature", "properties": {"id": "ci38020112", "mag": 1.06, "time": 1507265623210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.434833, 33.0315, 3.46]}, "bbox": [-116.434833, 33.0315, -116.434833, 33.0315]}, {"id": "218", "type": "Feature", "properties": {"id": "nc72905146", "mag": 1.56, "time": 1507265461960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7915, 38.8195, 1.42]}, "bbox": [-122.7915, 38.8195, -122.7915, 38.8195]}, {"id": "219", "type": "Feature", "properties": {"id": "uw61338091", "mag": 1.62, "time": 1507265317630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2, 47.583333, 23.03]}, "bbox": [-122.2, 47.583333, -122.2, 47.583333]}, {"id": "220", "type": "Feature", "properties": {"id": "uw61338086", "mag": 1.33, "time": 1507265080940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.200333, 47.583833, 23.12]}, "bbox": [-122.200333, 47.583833, -122.200333, 47.583833]}, {"id": "221", "type": "Feature", "properties": {"id": "uu60251347", "mag": 1.61, "time": 1507264823080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.494833, 42.639667, 0.79]}, "bbox": [-111.494833, 42.639667, -111.494833, 42.639667]}, {"id": "222", "type": "Feature", "properties": {"id": "nc71107639", "mag": 1.32, "time": 1507263429870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 39.599833, 20.91]}, "bbox": [-121.9235, 39.599833, -121.9235, 39.599833]}, {"id": "223", "type": "Feature", "properties": {"id": "nc72905131", "mag": 1.06, "time": 1507263391130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.5295, 5.95]}, "bbox": [-118.831, 37.5295, -118.831, 37.5295]}, {"id": "224", "type": "Feature", "properties": {"id": "nc72905121", "mag": 1.41, "time": 1507263129660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.403, 38.364167, 8.42]}, "bbox": [-122.403, 38.364167, -122.403, 38.364167]}, {"id": "225", "type": "Feature", "properties": {"id": "us2000b1tr", "mag": 4.8, "time": 1507262599510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9528, -10.3953, 10.0]}, "bbox": [151.9528, -10.3953, 151.9528, -10.3953]}, {"id": "226", "type": "Feature", "properties": {"id": "ak16989915", "mag": 1.5, "time": 1507260314998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3718, 63.0764, 0.0]}, "bbox": [-151.3718, 63.0764, -151.3718, 63.0764]}, {"id": "227", "type": "Feature", "properties": {"id": "uw61338061", "mag": 1.26, "time": 1507260032120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.744833, 47.490167, 16.4]}, "bbox": [-121.744833, 47.490167, -121.744833, 47.490167]}, {"id": "228", "type": "Feature", "properties": {"id": "ak16989910", "mag": 2.1, "time": 1507259762026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6057, 63.4194, 106.4]}, "bbox": [-149.6057, 63.4194, -149.6057, 63.4194]}, {"id": "229", "type": "Feature", "properties": {"id": "nc72905106", "mag": 1.0, "time": 1507258246340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822, 38.814833, 1.61]}, "bbox": [-122.822, 38.814833, -122.822, 38.814833]}, {"id": "230", "type": "Feature", "properties": {"id": "nc72905101", "mag": 2.97, "time": 1507257072490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.777167, 41.2375, 7.51]}, "bbox": [-125.777167, 41.2375, -125.777167, 41.2375]}, {"id": "231", "type": "Feature", "properties": {"id": "ak16989906", "mag": 1.6, "time": 1507256091995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.063, 65.8813, 12.8]}, "bbox": [-151.063, 65.8813, -151.063, 65.8813]}, {"id": "232", "type": "Feature", "properties": {"id": "ci38020032", "mag": 1.89, "time": 1507255962830, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7975, 33.5, 5.36]}, "bbox": [-116.7975, 33.5, -116.7975, 33.5]}, {"id": "233", "type": "Feature", "properties": {"id": "ci38020024", "mag": 1.53, "time": 1507255628970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.875167, 33.957, 3.47]}, "bbox": [-116.875167, 33.957, -116.875167, 33.957]}, {"id": "234", "type": "Feature", "properties": {"id": "us2000b1t0", "mag": 4.8, "time": 1507255428530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.496, 0.9934, 10.0]}, "bbox": [-25.496, 0.9934, -25.496, 0.9934]}, {"id": "235", "type": "Feature", "properties": {"id": "us2000b1sv", "mag": 4.6, "time": 1507253577740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1867, -9.9486, 10.0]}, "bbox": [152.1867, -9.9486, 152.1867, -9.9486]}, {"id": "236", "type": "Feature", "properties": {"id": "uu60251342", "mag": 1.12, "time": 1507252828550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.5485, 6.65]}, "bbox": [-111.414167, 42.5485, -111.414167, 42.5485]}, {"id": "237", "type": "Feature", "properties": {"id": "nc72905066", "mag": 0.98, "time": 1507251331760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9395, 37.636, 5.66]}, "bbox": [-118.9395, 37.636, -118.9395, 37.636]}, {"id": "238", "type": "Feature", "properties": {"id": "nn00608277", "mag": 1.5, "time": 1507251023072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.857, 37.3396, 3.9]}, "bbox": [-114.857, 37.3396, -114.857, 37.3396]}, {"id": "239", "type": "Feature", "properties": {"id": "uu60251327", "mag": 1.16, "time": 1507250350380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.672333, 39.4485, 12.04]}, "bbox": [-111.672333, 39.4485, -111.672333, 39.4485]}, {"id": "240", "type": "Feature", "properties": {"id": "ak16989868", "mag": 1.6, "time": 1507249990990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6081, 61.1327, 14.5]}, "bbox": [-140.6081, 61.1327, -140.6081, 61.1327]}, {"id": "241", "type": "Feature", "properties": {"id": "ci38019984", "mag": 1.38, "time": 1507249506910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.598667, 33.450667, 7.77]}, "bbox": [-116.598667, 33.450667, -116.598667, 33.450667]}, {"id": "242", "type": "Feature", "properties": {"id": "nn00608273", "mag": 1.0, "time": 1507249499810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0539, 37.1082, 8.1]}, "bbox": [-117.0539, 37.1082, -117.0539, 37.1082]}, {"id": "243", "type": "Feature", "properties": {"id": "ci38019976", "mag": 1.92, "time": 1507249308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377167, 34.427, 9.46]}, "bbox": [-119.377167, 34.427, -119.377167, 34.427]}, {"id": "244", "type": "Feature", "properties": {"id": "us2000b1s9", "mag": 4.0, "time": 1507248914000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.348, -29.925, 48.8]}, "bbox": [-71.348, -29.925, -71.348, -29.925]}, {"id": "245", "type": "Feature", "properties": {"id": "uw61337986", "mag": 1.12, "time": 1507245979370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.395167, 45.685667, -0.74]}, "bbox": [-122.395167, 45.685667, -122.395167, 45.685667]}, {"id": "246", "type": "Feature", "properties": {"id": "nc72905011", "mag": 2.81, "time": 1507244867710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.472, 6.12]}, "bbox": [-118.8105, 37.472, -118.8105, 37.472]}, {"id": "247", "type": "Feature", "properties": {"id": "nc72905016", "mag": 1.36, "time": 1507244847860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7825, 38.7915, 0.56]}, "bbox": [-122.7825, 38.7915, -122.7825, 38.7915]}, {"id": "248", "type": "Feature", "properties": {"id": "mb80259379", "mag": 0.99, "time": 1507244598420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.871167, 12.6]}, "bbox": [-112.529, 46.871167, -112.529, 46.871167]}, {"id": "249", "type": "Feature", "properties": {"id": "ak16989827", "mag": 1.4, "time": 1507244539965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2289, 64.9761, 0.0]}, "bbox": [-147.2289, 64.9761, -147.2289, 64.9761]}, {"id": "250", "type": "Feature", "properties": {"id": "ak16989825", "mag": 1.8, "time": 1507243916881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1245, 62.4971, 81.1]}, "bbox": [-151.1245, 62.4971, -151.1245, 62.4971]}, {"id": "251", "type": "Feature", "properties": {"id": "nc72905001", "mag": 1.65, "time": 1507243472580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808, 38.822, 1.64]}, "bbox": [-122.808, 38.822, -122.808, 38.822]}, {"id": "252", "type": "Feature", "properties": {"id": "nc72904996", "mag": 2.14, "time": 1507243164460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.588667, 40.652333, 25.1]}, "bbox": [-123.588667, 40.652333, -123.588667, 40.652333]}, {"id": "253", "type": "Feature", "properties": {"id": "ak16989822", "mag": 1.5, "time": 1507242888109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.857, 61.9122, 45.0]}, "bbox": [-149.857, 61.9122, -149.857, 61.9122]}, {"id": "254", "type": "Feature", "properties": {"id": "us2000b1rh", "mag": 4.6, "time": 1507242807430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6063, 21.8848, 100.39]}, "bbox": [144.6063, 21.8848, 144.6063, 21.8848]}, {"id": "255", "type": "Feature", "properties": {"id": "ak16989815", "mag": 2.5, "time": 1507240652193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.192, 61.0044, 106.0]}, "bbox": [-152.192, 61.0044, -152.192, 61.0044]}, {"id": "256", "type": "Feature", "properties": {"id": "ak16989811", "mag": 1.8, "time": 1507240498324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.939, 62.7658, 79.9]}, "bbox": [-149.939, 62.7658, -149.939, 62.7658]}, {"id": "257", "type": "Feature", "properties": {"id": "uu60251317", "mag": 1.66, "time": 1507240484300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418167, 42.544333, 6.24]}, "bbox": [-111.418167, 42.544333, -111.418167, 42.544333]}, {"id": "258", "type": "Feature", "properties": {"id": "us2000b1px", "mag": 2.6, "time": 1507239146260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4355, 42.5495, 8.32]}, "bbox": [-111.4355, 42.5495, -111.4355, 42.5495]}, {"id": "259", "type": "Feature", "properties": {"id": "mb80259359", "mag": 1.17, "time": 1507238290040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.965, 43.357333, 5.92]}, "bbox": [-110.965, 43.357333, -110.965, 43.357333]}, {"id": "260", "type": "Feature", "properties": {"id": "uw61337951", "mag": 2.3, "time": 1507238213550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.549833, 49.328833, -0.06]}, "bbox": [-120.549833, 49.328833, -120.549833, 49.328833]}, {"id": "261", "type": "Feature", "properties": {"id": "ak16989718", "mag": 1.4, "time": 1507237904044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5289, 61.2012, 0.4]}, "bbox": [-140.5289, 61.2012, -140.5289, 61.2012]}, {"id": "262", "type": "Feature", "properties": {"id": "ak16989717", "mag": 1.9, "time": 1507237796189, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.701, 59.032, 0.0]}, "bbox": [-136.701, 59.032, -136.701, 59.032]}, {"id": "263", "type": "Feature", "properties": {"id": "uw61337946", "mag": 2.27, "time": 1507237659430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.817167, 47.392167, -0.46]}, "bbox": [-117.817167, 47.392167, -117.817167, 47.392167]}, {"id": "264", "type": "Feature", "properties": {"id": "nc72904961", "mag": 0.97, "time": 1507237420050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.482833, 1.23]}, "bbox": [-118.8365, 37.482833, -118.8365, 37.482833]}, {"id": "265", "type": "Feature", "properties": {"id": "ak16989714", "mag": 1.7, "time": 1507235850265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0124, 65.8954, 7.6]}, "bbox": [-151.0124, 65.8954, -151.0124, 65.8954]}, {"id": "266", "type": "Feature", "properties": {"id": "ci38019864", "mag": 1.0, "time": 1507235571440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.508667, 6.47]}, "bbox": [-116.794167, 33.508667, -116.794167, 33.508667]}, {"id": "267", "type": "Feature", "properties": {"id": "mb80259334", "mag": 1.45, "time": 1507235042560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525667, 46.872833, 11.13]}, "bbox": [-112.525667, 46.872833, -112.525667, 46.872833]}, {"id": "268", "type": "Feature", "properties": {"id": "ak16989709", "mag": 1.6, "time": 1507234798667, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3071, 63.3209, 6.3]}, "bbox": [-145.3071, 63.3209, -145.3071, 63.3209]}, {"id": "269", "type": "Feature", "properties": {"id": "ak16989702", "mag": 2.5, "time": 1507234198600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.414, 63.3343, 0.0]}, "bbox": [-145.414, 63.3343, -145.414, 63.3343]}, {"id": "270", "type": "Feature", "properties": {"id": "ak16989701", "mag": 1.8, "time": 1507234162044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0004, 65.8966, 0.0]}, "bbox": [-151.0004, 65.8966, -151.0004, 65.8966]}, {"id": "271", "type": "Feature", "properties": {"id": "ak16989699", "mag": 1.7, "time": 1507234036518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6575, 60.1339, 106.4]}, "bbox": [-152.6575, 60.1339, -152.6575, 60.1339]}, {"id": "272", "type": "Feature", "properties": {"id": "nc72904941", "mag": 1.63, "time": 1507233857390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.8205, 2.04]}, "bbox": [-122.810167, 38.8205, -122.810167, 38.8205]}, {"id": "273", "type": "Feature", "properties": {"id": "nc72904936", "mag": 3.14, "time": 1507233758820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.192, 40.163167, 11.62]}, "bbox": [-127.192, 40.163167, -127.192, 40.163167]}, {"id": "274", "type": "Feature", "properties": {"id": "hv61934246", "mag": 1.02, "time": 1507233403750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.289833, 19.374, 1.772]}, "bbox": [-155.289833, 19.374, -155.289833, 19.374]}, {"id": "275", "type": "Feature", "properties": {"id": "ak16989698", "mag": 1.7, "time": 1507233388591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0126, 65.8742, 0.1]}, "bbox": [-151.0126, 65.8742, -151.0126, 65.8742]}, {"id": "276", "type": "Feature", "properties": {"id": "ak16989695", "mag": 1.9, "time": 1507232812188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9865, 65.9098, 0.0]}, "bbox": [-150.9865, 65.9098, -150.9865, 65.9098]}, {"id": "277", "type": "Feature", "properties": {"id": "nc72904926", "mag": 1.29, "time": 1507232594330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.837167, 37.504167, 0.07]}, "bbox": [-118.837167, 37.504167, -118.837167, 37.504167]}, {"id": "278", "type": "Feature", "properties": {"id": "ci38019816", "mag": 1.31, "time": 1507231819600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491, 33.846167, -0.48]}, "bbox": [-117.491, 33.846167, -117.491, 33.846167]}, {"id": "279", "type": "Feature", "properties": {"id": "nc72904891", "mag": 1.41, "time": 1507229918140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104833, 37.324833, -0.31]}, "bbox": [-122.104833, 37.324833, -122.104833, 37.324833]}, {"id": "280", "type": "Feature", "properties": {"id": "ak16989694", "mag": 1.5, "time": 1507229700025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7663, 63.5209, 14.5]}, "bbox": [-147.7663, 63.5209, -147.7663, 63.5209]}, {"id": "281", "type": "Feature", "properties": {"id": "nc72904886", "mag": 2.03, "time": 1507229279930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3835, 40.709833, 19.57]}, "bbox": [-122.3835, 40.709833, -122.3835, 40.709833]}, {"id": "282", "type": "Feature", "properties": {"id": "ak16989692", "mag": 1.6, "time": 1507228866480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0051, 65.8735, 0.0]}, "bbox": [-151.0051, 65.8735, -151.0051, 65.8735]}, {"id": "283", "type": "Feature", "properties": {"id": "nc72904881", "mag": 1.48, "time": 1507228723050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194667, 40.598333, 15.65]}, "bbox": [-122.194667, 40.598333, -122.194667, 40.598333]}, {"id": "284", "type": "Feature", "properties": {"id": "ci38019744", "mag": 1.44, "time": 1507226134710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.072333, 33.020667, -0.8]}, "bbox": [-116.072333, 33.020667, -116.072333, 33.020667]}, {"id": "285", "type": "Feature", "properties": {"id": "ak16989683", "mag": 2.4, "time": 1507225956631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.785, 60.8774, 34.8]}, "bbox": [-150.785, 60.8774, -150.785, 60.8774]}, {"id": "286", "type": "Feature", "properties": {"id": "ci38019728", "mag": 1.0, "time": 1507225418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.720667, 36.004, 2.64]}, "bbox": [-117.720667, 36.004, -117.720667, 36.004]}, {"id": "287", "type": "Feature", "properties": {"id": "nc72904846", "mag": 1.87, "time": 1507224165330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.821167, 1.64]}, "bbox": [-122.8105, 38.821167, -122.8105, 38.821167]}, {"id": "288", "type": "Feature", "properties": {"id": "hv61934126", "mag": 1.58, "time": 1507223732510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.252167, 18.903833, 12.692]}, "bbox": [-155.252167, 18.903833, -155.252167, 18.903833]}, {"id": "289", "type": "Feature", "properties": {"id": "ak16989680", "mag": 2.5, "time": 1507223654781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5871, 67.3896, 1.2]}, "bbox": [-163.5871, 67.3896, -163.5871, 67.3896]}, {"id": "290", "type": "Feature", "properties": {"id": "ak16989626", "mag": 1.5, "time": 1507223506919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1613, 62.9421, 105.5]}, "bbox": [-151.1613, 62.9421, -151.1613, 62.9421]}, {"id": "291", "type": "Feature", "properties": {"id": "uu60251267", "mag": 1.3, "time": 1507222702710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.711, 37.088833, 8.72]}, "bbox": [-112.711, 37.088833, -112.711, 37.088833]}, {"id": "292", "type": "Feature", "properties": {"id": "uu60251262", "mag": 2.09, "time": 1507221444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 42.600333, 6.09]}, "bbox": [-111.413167, 42.600333, -111.413167, 42.600333]}, {"id": "293", "type": "Feature", "properties": {"id": "hv61934021", "mag": 1.71, "time": 1507221215150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.600174, 19.477667, 2.61]}, "bbox": [-155.600174, 19.477667, -155.600174, 19.477667]}, {"id": "294", "type": "Feature", "properties": {"id": "mb80259309", "mag": 0.99, "time": 1507220291830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4755, 46.855833, 10.1]}, "bbox": [-112.4755, 46.855833, -112.4755, 46.855833]}, {"id": "295", "type": "Feature", "properties": {"id": "nc72904766", "mag": 1.2, "time": 1507219571830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.607833, 4.46]}, "bbox": [-118.817667, 37.607833, -118.817667, 37.607833]}, {"id": "296", "type": "Feature", "properties": {"id": "us2000b1ip", "mag": 4.3, "time": 1507219416430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.6953, -3.0506, 46.98]}, "bbox": [127.6953, -3.0506, 127.6953, -3.0506]}, {"id": "297", "type": "Feature", "properties": {"id": "ak16989556", "mag": 1.8, "time": 1507219027423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1068, 64.723, 3.3]}, "bbox": [-141.1068, 64.723, -141.1068, 64.723]}, {"id": "298", "type": "Feature", "properties": {"id": "nc72904761", "mag": 1.28, "time": 1507218469040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.786667, 35.167, 4.77]}, "bbox": [-120.786667, 35.167, -120.786667, 35.167]}, {"id": "299", "type": "Feature", "properties": {"id": "ak16989554", "mag": 1.8, "time": 1507217831958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9487, 67.1103, 6.0]}, "bbox": [-155.9487, 67.1103, -155.9487, 67.1103]}, {"id": "300", "type": "Feature", "properties": {"id": "ci38019560", "mag": 1.18, "time": 1507217071900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2355, 35.399833, 11.83]}, "bbox": [-118.2355, 35.399833, -118.2355, 35.399833]}, {"id": "301", "type": "Feature", "properties": {"id": "ld60143826", "mag": 1.25, "time": 1507215008870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.237833, 44.094, 4.0]}, "bbox": [-75.237833, 44.094, -75.237833, 44.094]}, {"id": "302", "type": "Feature", "properties": {"id": "nc72904741", "mag": 1.17, "time": 1507213799120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.539333, 2.63]}, "bbox": [-118.883667, 37.539333, -118.883667, 37.539333]}, {"id": "303", "type": "Feature", "properties": {"id": "uw61314897", "mag": 1.26, "time": 1507213038640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.924167, 46.832167, 9.6]}, "bbox": [-121.924167, 46.832167, -121.924167, 46.832167]}, {"id": "304", "type": "Feature", "properties": {"id": "hv61933821", "mag": 2.22, "time": 1507211808310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.427667, 19.767167, 23.499]}, "bbox": [-155.427667, 19.767167, -155.427667, 19.767167]}, {"id": "305", "type": "Feature", "properties": {"id": "mb80259289", "mag": 1.11, "time": 1507209951340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.482833, 46.8195, 2.22]}, "bbox": [-112.482833, 46.8195, -112.482833, 46.8195]}, {"id": "306", "type": "Feature", "properties": {"id": "ci38019464", "mag": 2.55, "time": 1507209518050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010667, 33.179667, 8.09]}, "bbox": [-116.010667, 33.179667, -116.010667, 33.179667]}, {"id": "307", "type": "Feature", "properties": {"id": "uu60251247", "mag": 1.23, "time": 1507208707300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.086833, 44.772167, 11.73]}, "bbox": [-111.086833, 44.772167, -111.086833, 44.772167]}, {"id": "308", "type": "Feature", "properties": {"id": "ak16989517", "mag": 1.3, "time": 1507208506436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3491, 63.087, 0.0]}, "bbox": [-151.3491, 63.087, -151.3491, 63.087]}, {"id": "309", "type": "Feature", "properties": {"id": "ci38019448", "mag": 1.15, "time": 1507207944620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.294333, 34.679333, 2.44]}, "bbox": [-116.294333, 34.679333, -116.294333, 34.679333]}, {"id": "310", "type": "Feature", "properties": {"id": "ak16989485", "mag": 1.9, "time": 1507207780001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6654, 67.5326, 0.0]}, "bbox": [-159.6654, 67.5326, -159.6654, 67.5326]}, {"id": "311", "type": "Feature", "properties": {"id": "nc72904706", "mag": 1.66, "time": 1507207659710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798167, 38.793833, 3.66]}, "bbox": [-122.798167, 38.793833, -122.798167, 38.793833]}, {"id": "312", "type": "Feature", "properties": {"id": "ak16989482", "mag": 1.4, "time": 1507206716138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4807, 64.7367, 8.7]}, "bbox": [-146.4807, 64.7367, -146.4807, 64.7367]}, {"id": "313", "type": "Feature", "properties": {"id": "uw61314867", "mag": 1.16, "time": 1507206461330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.192333, 47.183667, 14.42]}, "bbox": [-122.192333, 47.183667, -122.192333, 47.183667]}, {"id": "314", "type": "Feature", "properties": {"id": "ak16989481", "mag": 2.6, "time": 1507206068023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1435, 51.4576, 12.9]}, "bbox": [-178.1435, 51.4576, -178.1435, 51.4576]}, {"id": "315", "type": "Feature", "properties": {"id": "nc72904681", "mag": 2.64, "time": 1507204013350, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8035, 38.791333, 3.29]}, "bbox": [-122.8035, 38.791333, -122.8035, 38.791333]}, {"id": "316", "type": "Feature", "properties": {"id": "us2000b1f7", "mag": 5.0, "time": 1507202248310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.4874, 7.3643, 10.0]}, "bbox": [126.4874, 7.3643, 126.4874, 7.3643]}, {"id": "317", "type": "Feature", "properties": {"id": "mb80259279", "mag": 1.25, "time": 1507201170830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.476333, 44.006167, 5.0]}, "bbox": [-114.476333, 44.006167, -114.476333, 44.006167]}, {"id": "318", "type": "Feature", "properties": {"id": "ak16989448", "mag": 1.0, "time": 1507200035021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9384, 64.5888, 18.4]}, "bbox": [-149.9384, 64.5888, -149.9384, 64.5888]}, {"id": "319", "type": "Feature", "properties": {"id": "us2000b1dj", "mag": 4.7, "time": 1507198268580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [49.1899, 31.277, 10.0]}, "bbox": [49.1899, 31.277, 49.1899, 31.277]}, {"id": "320", "type": "Feature", "properties": {"id": "mb80259274", "mag": 1.3, "time": 1507198163850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.318333, 46.1425, 12.9]}, "bbox": [-110.318333, 46.1425, -110.318333, 46.1425]}, {"id": "321", "type": "Feature", "properties": {"id": "mb80259269", "mag": 2.63, "time": 1507197824690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.317333, 46.126333, 14.98]}, "bbox": [-110.317333, 46.126333, -110.317333, 46.126333]}, {"id": "322", "type": "Feature", "properties": {"id": "ci38019328", "mag": 2.0, "time": 1507197738510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.290167, 34.678, 2.65]}, "bbox": [-116.290167, 34.678, -116.290167, 34.678]}, {"id": "323", "type": "Feature", "properties": {"id": "us2000b1da", "mag": 4.5, "time": 1507196589420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5051, -25.068, 564.41]}, "bbox": [178.5051, -25.068, 178.5051, -25.068]}, {"id": "324", "type": "Feature", "properties": {"id": "ci38019312", "mag": 1.27, "time": 1507196570560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.412333, 35.621833, 7.71]}, "bbox": [-117.412333, 35.621833, -117.412333, 35.621833]}, {"id": "325", "type": "Feature", "properties": {"id": "mb80259264", "mag": 1.58, "time": 1507195834720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.989667, 43.0535, 5.98]}, "bbox": [-110.989667, 43.0535, -110.989667, 43.0535]}, {"id": "326", "type": "Feature", "properties": {"id": "ak16989416", "mag": 1.9, "time": 1507192569868, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8165, 59.7884, 0.0]}, "bbox": [-136.8165, 59.7884, -136.8165, 59.7884]}, {"id": "327", "type": "Feature", "properties": {"id": "mb80259259", "mag": 1.73, "time": 1507192054540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.3, 46.1355, 13.17]}, "bbox": [-110.3, 46.1355, -110.3, 46.1355]}, {"id": "328", "type": "Feature", "properties": {"id": "ak16989388", "mag": 2.2, "time": 1507191783280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8358, 59.8781, 1.7]}, "bbox": [-136.8358, 59.8781, -136.8358, 59.8781]}, {"id": "329", "type": "Feature", "properties": {"id": "us2000b1c3", "mag": 5.4, "time": 1507191096920, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5742, -22.4118, 112.87]}, "bbox": [-68.5742, -22.4118, -68.5742, -22.4118]}, {"id": "330", "type": "Feature", "properties": {"id": "nc72904646", "mag": 2.52, "time": 1507190856940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.472, 40.616833, 21.52]}, "bbox": [-123.472, 40.616833, -123.472, 40.616833]}, {"id": "331", "type": "Feature", "properties": {"id": "ak16989386", "mag": 1.8, "time": 1507190760834, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.611, 63.1832, 11.4]}, "bbox": [-152.611, 63.1832, -152.611, 63.1832]}, {"id": "332", "type": "Feature", "properties": {"id": "ci37167708", "mag": 1.38, "time": 1507190349370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.7095, 33.2065, 10.46]}, "bbox": [-115.7095, 33.2065, -115.7095, 33.2065]}, {"id": "333", "type": "Feature", "properties": {"id": "hv61933706", "mag": 1.21, "time": 1507190060680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2125, 19.363, 1.776]}, "bbox": [-155.2125, 19.363, -155.2125, 19.363]}, {"id": "334", "type": "Feature", "properties": {"id": "nc72904641", "mag": 1.23, "time": 1507189755650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.236667, 37.334333, 8.36]}, "bbox": [-122.236667, 37.334333, -122.236667, 37.334333]}, {"id": "335", "type": "Feature", "properties": {"id": "ci38019264", "mag": 1.99, "time": 1507188934660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2315, 32.416667, 18.41]}, "bbox": [-116.2315, 32.416667, -116.2315, 32.416667]}, {"id": "336", "type": "Feature", "properties": {"id": "uu60251227", "mag": 1.34, "time": 1507188766440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442667, 42.578833, 3.5]}, "bbox": [-111.442667, 42.578833, -111.442667, 42.578833]}, {"id": "337", "type": "Feature", "properties": {"id": "mb80259244", "mag": 1.28, "time": 1507188159830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.866167, 12.04]}, "bbox": [-112.527833, 46.866167, -112.527833, 46.866167]}, {"id": "338", "type": "Feature", "properties": {"id": "hv61933701", "mag": 2.09, "time": 1507187842930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.470673, 19.211, 37.73]}, "bbox": [-155.470673, 19.211, -155.470673, 19.211]}, {"id": "339", "type": "Feature", "properties": {"id": "nc72904626", "mag": 0.96, "time": 1507187453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.572333, 39.013167, -0.67]}, "bbox": [-122.572333, 39.013167, -122.572333, 39.013167]}, {"id": "340", "type": "Feature", "properties": {"id": "uu60251207", "mag": 1.35, "time": 1507187087800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.301167, 39.1075, 2.75]}, "bbox": [-111.301167, 39.1075, -111.301167, 39.1075]}, {"id": "341", "type": "Feature", "properties": {"id": "ci38019256", "mag": 2.06, "time": 1507186145760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.372167, 33.358833, 11.42]}, "bbox": [-116.372167, 33.358833, -116.372167, 33.358833]}, {"id": "342", "type": "Feature", "properties": {"id": "ci38019248", "mag": 1.49, "time": 1507186142240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.366, 33.357667, 11.67]}, "bbox": [-116.366, 33.357667, -116.366, 33.357667]}, {"id": "343", "type": "Feature", "properties": {"id": "uw61314807", "mag": 1.16, "time": 1507185870880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.191167, 47.179833, 15.66]}, "bbox": [-122.191167, 47.179833, -122.191167, 47.179833]}, {"id": "344", "type": "Feature", "properties": {"id": "se60045413", "mag": 1.81, "time": 1507185703120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.742167, 35.985167, 18.08]}, "bbox": [-83.742167, 35.985167, -83.742167, 35.985167]}, {"id": "345", "type": "Feature", "properties": {"id": "nc72904601", "mag": 0.95, "time": 1507185126040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.603333, 3.65]}, "bbox": [-118.819, 37.603333, -118.819, 37.603333]}, {"id": "346", "type": "Feature", "properties": {"id": "ci38019240", "mag": 1.25, "time": 1507185093960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.394, 35.618833, 8.88]}, "bbox": [-117.394, 35.618833, -117.394, 35.618833]}, {"id": "347", "type": "Feature", "properties": {"id": "ak16989380", "mag": 1.9, "time": 1507184561453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3822, 60.6535, 53.1]}, "bbox": [-151.3822, 60.6535, -151.3822, 60.6535]}, {"id": "348", "type": "Feature", "properties": {"id": "ak16989379", "mag": 1.0, "time": 1507183395241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2677, 63.314, 4.9]}, "bbox": [-145.2677, 63.314, -145.2677, 63.314]}, {"id": "349", "type": "Feature", "properties": {"id": "ci38019200", "mag": 1.99, "time": 1507181070780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.806833, 36.043833, 1.22]}, "bbox": [-117.806833, 36.043833, -117.806833, 36.043833]}, {"id": "350", "type": "Feature", "properties": {"id": "ci38019192", "mag": 1.69, "time": 1507180426220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.807333, 36.043167, 1.21]}, "bbox": [-117.807333, 36.043167, -117.807333, 36.043167]}, {"id": "351", "type": "Feature", "properties": {"id": "nc72904556", "mag": 1.22, "time": 1507178909260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7625, 38.821667, 1.49]}, "bbox": [-122.7625, 38.821667, -122.7625, 38.821667]}, {"id": "352", "type": "Feature", "properties": {"id": "ci38019184", "mag": 1.33, "time": 1507178811140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.319833, 33.886333, 15.24]}, "bbox": [-118.319833, 33.886333, -118.319833, 33.886333]}, {"id": "353", "type": "Feature", "properties": {"id": "ak16989373", "mag": 2.2, "time": 1507178319160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0253, 59.7752, 99.4]}, "bbox": [-153.0253, 59.7752, -153.0253, 59.7752]}, {"id": "354", "type": "Feature", "properties": {"id": "ak16989370", "mag": 2.0, "time": 1507178108703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9621, 62.3999, 67.6]}, "bbox": [-150.9621, 62.3999, -150.9621, 62.3999]}, {"id": "355", "type": "Feature", "properties": {"id": "nc71107619", "mag": 2.37, "time": 1507175814060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793167, 38.814333, 3.4]}, "bbox": [-122.793167, 38.814333, -122.793167, 38.814333]}, {"id": "356", "type": "Feature", "properties": {"id": "nc72904521", "mag": 2.61, "time": 1507175806240, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.813833, 3.02]}, "bbox": [-122.792, 38.813833, -122.792, 38.813833]}, {"id": "357", "type": "Feature", "properties": {"id": "ak16989344", "mag": 1.8, "time": 1507174164228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5816, 59.9877, 48.6]}, "bbox": [-151.5816, 59.9877, -151.5816, 59.9877]}, {"id": "358", "type": "Feature", "properties": {"id": "uw61314692", "mag": 1.1, "time": 1507174062970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048833, 48.836333, 3.53]}, "bbox": [-122.048833, 48.836333, -122.048833, 48.836333]}, {"id": "359", "type": "Feature", "properties": {"id": "mb80259229", "mag": 1.6, "time": 1507174016680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526667, 46.874333, 12.15]}, "bbox": [-112.526667, 46.874333, -112.526667, 46.874333]}, {"id": "360", "type": "Feature", "properties": {"id": "uu60251182", "mag": 2.38, "time": 1507172461010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415167, 42.5495, 8.84]}, "bbox": [-111.415167, 42.5495, -111.415167, 42.5495]}, {"id": "361", "type": "Feature", "properties": {"id": "ci38019104", "mag": 1.08, "time": 1507172395710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.846167, 33.711167, 14.99]}, "bbox": [-116.846167, 33.711167, -116.846167, 33.711167]}, {"id": "362", "type": "Feature", "properties": {"id": "uw61314677", "mag": 1.65, "time": 1507171780320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.027667, 48.845833, 0.9]}, "bbox": [-122.027667, 48.845833, -122.027667, 48.845833]}, {"id": "363", "type": "Feature", "properties": {"id": "uu60251177", "mag": 1.51, "time": 1507171597620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.880667, 37.041, 17.0]}, "bbox": [-112.880667, 37.041, -112.880667, 37.041]}, {"id": "364", "type": "Feature", "properties": {"id": "nc72904476", "mag": 1.12, "time": 1507171050970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7565, 38.782501, 0.82]}, "bbox": [-122.7565, 38.782501, -122.7565, 38.782501]}, {"id": "365", "type": "Feature", "properties": {"id": "nc72904471", "mag": 1.34, "time": 1507170987390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753167, 38.775667, 1.61]}, "bbox": [-122.753167, 38.775667, -122.753167, 38.775667]}, {"id": "366", "type": "Feature", "properties": {"id": "ak16989336", "mag": 1.2, "time": 1507169863981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2568, 63.5162, 8.6]}, "bbox": [-151.2568, 63.5162, -151.2568, 63.5162]}, {"id": "367", "type": "Feature", "properties": {"id": "nc72904466", "mag": 1.16, "time": 1507169797040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.808667, 37.467667, 1.31]}, "bbox": [-118.808667, 37.467667, -118.808667, 37.467667]}, {"id": "368", "type": "Feature", "properties": {"id": "ci37167548", "mag": 1.21, "time": 1507169669520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.350667, 11.33]}, "bbox": [-116.3645, 33.350667, -116.3645, 33.350667]}, {"id": "369", "type": "Feature", "properties": {"id": "ci38019080", "mag": 1.35, "time": 1507169663590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3545, 33.3525, 12.25]}, "bbox": [-116.3545, 33.3525, -116.3545, 33.3525]}, {"id": "370", "type": "Feature", "properties": {"id": "ak16989295", "mag": 4.3, "time": 1507169038804, "felt": 3.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.901, 58.3623, 46.5]}, "bbox": [-152.901, 58.3623, -152.901, 58.3623]}, {"id": "371", "type": "Feature", "properties": {"id": "ci38019056", "mag": 2.12, "time": 1507167035520, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805167, 36.042, 1.36]}, "bbox": [-117.805167, 36.042, -117.805167, 36.042]}, {"id": "372", "type": "Feature", "properties": {"id": "ak16989291", "mag": 1.7, "time": 1507165460879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1162, 61.3056, 37.1]}, "bbox": [-150.1162, 61.3056, -150.1162, 61.3056]}, {"id": "373", "type": "Feature", "properties": {"id": "nn00608181", "mag": 1.2, "time": 1507165236408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7192, 37.7977, 0.0]}, "bbox": [-117.7192, 37.7977, -117.7192, 37.7977]}, {"id": "374", "type": "Feature", "properties": {"id": "us2000b190", "mag": 2.6, "time": 1507164698800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7663, 36.4461, 6.31]}, "bbox": [-98.7663, 36.4461, -98.7663, 36.4461]}, {"id": "375", "type": "Feature", "properties": {"id": "ak16989285", "mag": 2.3, "time": 1507164594638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5337, 60.8331, 35.1]}, "bbox": [-150.5337, 60.8331, -150.5337, 60.8331]}, {"id": "376", "type": "Feature", "properties": {"id": "ci38018992", "mag": 1.21, "time": 1507164594280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.435667, 33.033167, 6.13]}, "bbox": [-116.435667, 33.033167, -116.435667, 33.033167]}, {"id": "377", "type": "Feature", "properties": {"id": "nc72905406", "mag": 1.37, "time": 1507163603630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.975, 40.912333, 6.11]}, "bbox": [-121.975, 40.912333, -121.975, 40.912333]}, {"id": "378", "type": "Feature", "properties": {"id": "ak16989282", "mag": 2.6, "time": 1507162971426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8816, 53.7666, 69.3]}, "bbox": [-165.8816, 53.7666, -165.8816, 53.7666]}, {"id": "379", "type": "Feature", "properties": {"id": "us2000b185", "mag": 3.4, "time": 1507162321850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.755, 36.45, 7.23]}, "bbox": [-98.755, 36.45, -98.755, 36.45]}, {"id": "380", "type": "Feature", "properties": {"id": "ci38018976", "mag": 1.34, "time": 1507162296820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6665, 33.961333, 15.54]}, "bbox": [-116.6665, 33.961333, -116.6665, 33.961333]}, {"id": "381", "type": "Feature", "properties": {"id": "nc72904421", "mag": 1.81, "time": 1507162198800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.311667, 40.594833, 17.71]}, "bbox": [-124.311667, 40.594833, -124.311667, 40.594833]}, {"id": "382", "type": "Feature", "properties": {"id": "ak16989280", "mag": 2.0, "time": 1507162092700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.2549, 67.5542, 0.0]}, "bbox": [-162.2549, 67.5542, -162.2549, 67.5542]}, {"id": "383", "type": "Feature", "properties": {"id": "mb80259214", "mag": 1.11, "time": 1507161815690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.873667, 10.6]}, "bbox": [-112.529, 46.873667, -112.529, 46.873667]}, {"id": "384", "type": "Feature", "properties": {"id": "nn00608178", "mag": 1.2, "time": 1507161066465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8195, 37.303, 0.0]}, "bbox": [-114.8195, 37.303, -114.8195, 37.303]}, {"id": "385", "type": "Feature", "properties": {"id": "ci38018944", "mag": 1.13, "time": 1507160279190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.801333, 36.0425, 0.57]}, "bbox": [-117.801333, 36.0425, -117.801333, 36.0425]}, {"id": "386", "type": "Feature", "properties": {"id": "ci38018936", "mag": 1.06, "time": 1507160033160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.352833, 33.1335, 7.01]}, "bbox": [-116.352833, 33.1335, -116.352833, 33.1335]}, {"id": "387", "type": "Feature", "properties": {"id": "ci38018928", "mag": 0.95, "time": 1507159919230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.67, 13.89]}, "bbox": [-116.758833, 33.67, -116.758833, 33.67]}, {"id": "388", "type": "Feature", "properties": {"id": "ak16989265", "mag": 2.4, "time": 1507159550480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7536, 62.8345, 98.0]}, "bbox": [-150.7536, 62.8345, -150.7536, 62.8345]}, {"id": "389", "type": "Feature", "properties": {"id": "ak16989262", "mag": 1.2, "time": 1507158170981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4466, 64.9696, 1.5]}, "bbox": [-147.4466, 64.9696, -147.4466, 64.9696]}, {"id": "390", "type": "Feature", "properties": {"id": "ak16989256", "mag": 2.1, "time": 1507157336866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3316, 62.6072, 87.5]}, "bbox": [-151.3316, 62.6072, -151.3316, 62.6072]}, {"id": "391", "type": "Feature", "properties": {"id": "us2000b16h", "mag": 4.5, "time": 1507156394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7169, -23.9861, 195.32]}, "bbox": [-66.7169, -23.9861, -66.7169, -23.9861]}, {"id": "392", "type": "Feature", "properties": {"id": "mb80259199", "mag": 1.02, "time": 1507156049410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531, 46.862667, 9.74]}, "bbox": [-112.531, 46.862667, -112.531, 46.862667]}, {"id": "393", "type": "Feature", "properties": {"id": "ak16989147", "mag": 1.8, "time": 1507155523233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2126, 62.1419, 50.6]}, "bbox": [-150.2126, 62.1419, -150.2126, 62.1419]}, {"id": "394", "type": "Feature", "properties": {"id": "mb80259194", "mag": 2.1, "time": 1507155343850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.326833, 46.116, 15.12]}, "bbox": [-110.326833, 46.116, -110.326833, 46.116]}, {"id": "395", "type": "Feature", "properties": {"id": "us2000b15z", "mag": 3.5, "time": 1507154804460, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7425, 36.4507, 4.85]}, "bbox": [-98.7425, 36.4507, -98.7425, 36.4507]}, {"id": "396", "type": "Feature", "properties": {"id": "ak16989143", "mag": 1.6, "time": 1507154781579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2414, 61.1185, 60.5]}, "bbox": [-151.2414, 61.1185, -151.2414, 61.1185]}, {"id": "397", "type": "Feature", "properties": {"id": "ci38018808", "mag": 0.95, "time": 1507153541570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803667, 36.042, 1.12]}, "bbox": [-117.803667, 36.042, -117.803667, 36.042]}, {"id": "398", "type": "Feature", "properties": {"id": "mb80259184", "mag": 2.43, "time": 1507153540560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.875, 11.0]}, "bbox": [-112.529, 46.875, -112.529, 46.875]}, {"id": "399", "type": "Feature", "properties": {"id": "ci38018800", "mag": 1.11, "time": 1507153075770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805667, 36.044667, 1.33]}, "bbox": [-117.805667, 36.044667, -117.805667, 36.044667]}, {"id": "400", "type": "Feature", "properties": {"id": "nc72904366", "mag": 2.17, "time": 1507152989540, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.603167, 4.37]}, "bbox": [-118.821833, 37.603167, -118.821833, 37.603167]}, {"id": "401", "type": "Feature", "properties": {"id": "nc72904361", "mag": 2.03, "time": 1507152804460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.819667, 3.31]}, "bbox": [-122.802, 38.819667, -122.802, 38.819667]}, {"id": "402", "type": "Feature", "properties": {"id": "ci38018776", "mag": 1.23, "time": 1507152409830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.506833, 4.99]}, "bbox": [-116.796667, 33.506833, -116.796667, 33.506833]}, {"id": "403", "type": "Feature", "properties": {"id": "ci38018760", "mag": 1.23, "time": 1507152333150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805333, 36.044167, 1.08]}, "bbox": [-117.805333, 36.044167, -117.805333, 36.044167]}, {"id": "404", "type": "Feature", "properties": {"id": "ci38018752", "mag": 1.02, "time": 1507152229710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803833, 36.0435, 1.58]}, "bbox": [-117.803833, 36.0435, -117.803833, 36.0435]}, {"id": "405", "type": "Feature", "properties": {"id": "nc72904356", "mag": 1.39, "time": 1507151361960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.986333, 37.451833, 11.44]}, "bbox": [-117.986333, 37.451833, -117.986333, 37.451833]}, {"id": "406", "type": "Feature", "properties": {"id": "us2000b152", "mag": 4.2, "time": 1507151144560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5193, 15.6807, 43.81]}, "bbox": [-94.5193, 15.6807, -94.5193, 15.6807]}, {"id": "407", "type": "Feature", "properties": {"id": "mb80259179", "mag": 1.09, "time": 1507150593920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.249667, 45.922167, -2.0]}, "bbox": [-112.249667, 45.922167, -112.249667, 45.922167]}, {"id": "408", "type": "Feature", "properties": {"id": "nn00608141", "mag": 1.4, "time": 1507150245096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5709, 37.2677, 5.8]}, "bbox": [-114.5709, 37.2677, -114.5709, 37.2677]}, {"id": "409", "type": "Feature", "properties": {"id": "uw61314607", "mag": 2.13, "time": 1507149876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.029167, 48.8415, 0.56]}, "bbox": [-122.029167, 48.8415, -122.029167, 48.8415]}, {"id": "410", "type": "Feature", "properties": {"id": "ak16989132", "mag": 3.2, "time": 1507149758758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.904, 54.6732, 0.0]}, "bbox": [-156.904, 54.6732, -156.904, 54.6732]}, {"id": "411", "type": "Feature", "properties": {"id": "ci38018704", "mag": 1.42, "time": 1507149228410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.937167, 32.9105, -0.2]}, "bbox": [-116.937167, 32.9105, -116.937167, 32.9105]}, {"id": "412", "type": "Feature", "properties": {"id": "hv61932706", "mag": 2.34, "time": 1507148766410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0805, 19.384667, 3.233]}, "bbox": [-155.0805, 19.384667, -155.0805, 19.384667]}, {"id": "413", "type": "Feature", "properties": {"id": "ci38018696", "mag": 1.43, "time": 1507148649160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.469333, 33.481, 7.42]}, "bbox": [-116.469333, 33.481, -116.469333, 33.481]}, {"id": "414", "type": "Feature", "properties": {"id": "ci38018688", "mag": 1.23, "time": 1507148125030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7775, 34.859167, -1.14]}, "bbox": [-118.7775, 34.859167, -118.7775, 34.859167]}, {"id": "415", "type": "Feature", "properties": {"id": "ak16989124", "mag": 2.3, "time": 1507147085613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9048, 62.8046, 5.4]}, "bbox": [-148.9048, 62.8046, -148.9048, 62.8046]}, {"id": "416", "type": "Feature", "properties": {"id": "ak16989120", "mag": 1.9, "time": 1507146960353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3904, 61.7684, 33.4]}, "bbox": [-149.3904, 61.7684, -149.3904, 61.7684]}, {"id": "417", "type": "Feature", "properties": {"id": "nc72904326", "mag": 1.4, "time": 1507146844270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.6255, 3.28]}, "bbox": [-118.835, 37.6255, -118.835, 37.6255]}, {"id": "418", "type": "Feature", "properties": {"id": "ci38018648", "mag": 1.34, "time": 1507146046240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.282833, 33.307, 10.02]}, "bbox": [-116.282833, 33.307, -116.282833, 33.307]}, {"id": "419", "type": "Feature", "properties": {"id": "us2000b12w", "mag": 4.1, "time": 1507145834470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.5682, 23.7468, 10.0]}, "bbox": [-108.5682, 23.7468, -108.5682, 23.7468]}, {"id": "420", "type": "Feature", "properties": {"id": "uw61314577", "mag": 2.31, "time": 1507145284260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.101667, 47.519667, 24.66]}, "bbox": [-124.101667, 47.519667, -124.101667, 47.519667]}, {"id": "421", "type": "Feature", "properties": {"id": "ak16989116", "mag": 2.0, "time": 1507144999479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9792, 59.2967, 30.0]}, "bbox": [-150.9792, 59.2967, -150.9792, 59.2967]}, {"id": "422", "type": "Feature", "properties": {"id": "nc72904301", "mag": 1.44, "time": 1507144400690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.590333, 37.9535, 3.71]}, "bbox": [-118.590333, 37.9535, -118.590333, 37.9535]}, {"id": "423", "type": "Feature", "properties": {"id": "nc72904291", "mag": 0.97, "time": 1507144116270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807335, 38.823166, 0.51]}, "bbox": [-122.807335, 38.823166, -122.807335, 38.823166]}, {"id": "424", "type": "Feature", "properties": {"id": "ci38018592", "mag": 0.98, "time": 1507144088190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191, 34.995667, -0.84]}, "bbox": [-118.191, 34.995667, -118.191, 34.995667]}, {"id": "425", "type": "Feature", "properties": {"id": "nc71107609", "mag": 1.42, "time": 1507143933230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8315, 37.459167, 2.81]}, "bbox": [-118.8315, 37.459167, -118.8315, 37.459167]}, {"id": "426", "type": "Feature", "properties": {"id": "nc72904286", "mag": 2.01, "time": 1507143903920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127667, 36.540667, 3.02]}, "bbox": [-121.127667, 36.540667, -121.127667, 36.540667]}, {"id": "427", "type": "Feature", "properties": {"id": "mb80259164", "mag": 1.54, "time": 1507143801870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.466667, 46.003833, -2.0]}, "bbox": [-112.466667, 46.003833, -112.466667, 46.003833]}, {"id": "428", "type": "Feature", "properties": {"id": "ak16989114", "mag": 1.5, "time": 1507143799499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2987, 62.9001, 136.4]}, "bbox": [-151.2987, 62.9001, -151.2987, 62.9001]}, {"id": "429", "type": "Feature", "properties": {"id": "nc72904276", "mag": 2.19, "time": 1507143670520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125833, 36.539667, 3.42]}, "bbox": [-121.125833, 36.539667, -121.125833, 36.539667]}, {"id": "430", "type": "Feature", "properties": {"id": "ak16989112", "mag": 1.5, "time": 1507143346025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9517, 60.4284, 76.1]}, "bbox": [-151.9517, 60.4284, -151.9517, 60.4284]}, {"id": "431", "type": "Feature", "properties": {"id": "ak16989109", "mag": 1.6, "time": 1507142888288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4575, 68.4924, 0.0]}, "bbox": [-147.4575, 68.4924, -147.4575, 68.4924]}, {"id": "432", "type": "Feature", "properties": {"id": "us1000alvi", "mag": 4.8, "time": 1507142880510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.2314, -22.7343, 10.0]}, "bbox": [69.2314, -22.7343, 69.2314, -22.7343]}, {"id": "433", "type": "Feature", "properties": {"id": "us2000b11q", "mag": 4.3, "time": 1507142721780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0179, 16.6332, 10.0]}, "bbox": [-95.0179, 16.6332, -95.0179, 16.6332]}, {"id": "434", "type": "Feature", "properties": {"id": "nn00608130", "mag": 2.0, "time": 1507142028227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6247, 38.6437, 2.8]}, "bbox": [-115.6247, 38.6437, -115.6247, 38.6437]}, {"id": "435", "type": "Feature", "properties": {"id": "ci38018568", "mag": 1.17, "time": 1507141815580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.480167, 33.8245, -0.64]}, "bbox": [-117.480167, 33.8245, -117.480167, 33.8245]}, {"id": "436", "type": "Feature", "properties": {"id": "nc72904241", "mag": 1.13, "time": 1507141805960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.843333, 37.550333, -1.19]}, "bbox": [-118.843333, 37.550333, -118.843333, 37.550333]}, {"id": "437", "type": "Feature", "properties": {"id": "nc71107614", "mag": 1.26, "time": 1507141794500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9105, 37.975, 2.7]}, "bbox": [-121.9105, 37.975, -121.9105, 37.975]}, {"id": "438", "type": "Feature", "properties": {"id": "nc72904226", "mag": 1.44, "time": 1507141566380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839167, 37.554167, -0.37]}, "bbox": [-118.839167, 37.554167, -118.839167, 37.554167]}, {"id": "439", "type": "Feature", "properties": {"id": "nc72904231", "mag": 0.95, "time": 1507141526700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848, 37.565167, -0.65]}, "bbox": [-118.848, 37.565167, -118.848, 37.565167]}, {"id": "440", "type": "Feature", "properties": {"id": "ak16989106", "mag": 1.6, "time": 1507141095901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5043, 63.2003, 100.7]}, "bbox": [-150.5043, 63.2003, -150.5043, 63.2003]}, {"id": "441", "type": "Feature", "properties": {"id": "nn00608125", "mag": 1.1, "time": 1507140434096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0698, 39.2152, 9.9]}, "bbox": [-120.0698, 39.2152, -120.0698, 39.2152]}, {"id": "442", "type": "Feature", "properties": {"id": "uu60251107", "mag": 2.02, "time": 1507140276970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438667, 42.623, -0.06]}, "bbox": [-111.438667, 42.623, -111.438667, 42.623]}, {"id": "443", "type": "Feature", "properties": {"id": "ak16989101", "mag": 1.7, "time": 1507139784743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7521, 62.788, 15.0]}, "bbox": [-148.7521, 62.788, -148.7521, 62.788]}, {"id": "444", "type": "Feature", "properties": {"id": "ismpkansas70236238", "mag": 1.83, "time": 1507139648960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.036, 37.001167, 5.77]}, "bbox": [-98.036, 37.001167, -98.036, 37.001167]}, {"id": "445", "type": "Feature", "properties": {"id": "ci38018464", "mag": 0.95, "time": 1507138418030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.469667, 34.0245, -0.75]}, "bbox": [-117.469667, 34.0245, -117.469667, 34.0245]}, {"id": "446", "type": "Feature", "properties": {"id": "nc72904196", "mag": 1.0, "time": 1507136805190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.407833, 36.764667, 10.33]}, "bbox": [-121.407833, 36.764667, -121.407833, 36.764667]}, {"id": "447", "type": "Feature", "properties": {"id": "ak16989095", "mag": 1.5, "time": 1507135541282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2816, 62.4313, 44.6]}, "bbox": [-149.2816, 62.4313, -149.2816, 62.4313]}, {"id": "448", "type": "Feature", "properties": {"id": "ci38018408", "mag": 1.57, "time": 1507134824880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.499, 4.25]}, "bbox": [-116.797167, 33.499, -116.797167, 33.499]}, {"id": "449", "type": "Feature", "properties": {"id": "nn00608107", "mag": 2.1, "time": 1507134616795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9268, 38.3958, 7.6]}, "bbox": [-118.9268, 38.3958, -118.9268, 38.3958]}, {"id": "450", "type": "Feature", "properties": {"id": "nc72904171", "mag": 1.38, "time": 1507133031670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.614333, 36.881, 6.94]}, "bbox": [-121.614333, 36.881, -121.614333, 36.881]}, {"id": "451", "type": "Feature", "properties": {"id": "nc72904166", "mag": 2.71, "time": 1507132718170, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609333, 36.8815, 6.65]}, "bbox": [-121.609333, 36.8815, -121.609333, 36.8815]}, {"id": "452", "type": "Feature", "properties": {"id": "ak16989087", "mag": 1.4, "time": 1507131238883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.032, 63.5134, 6.3]}, "bbox": [-151.032, 63.5134, -151.032, 63.5134]}, {"id": "453", "type": "Feature", "properties": {"id": "us2000b0yw", "mag": 4.4, "time": 1507130270240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7831, 15.8774, 9.59]}, "bbox": [-94.7831, 15.8774, -94.7831, 15.8774]}, {"id": "454", "type": "Feature", "properties": {"id": "ak16989083", "mag": 2.0, "time": 1507129786603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5468, 62.9914, 0.0]}, "bbox": [-151.5468, 62.9914, -151.5468, 62.9914]}, {"id": "455", "type": "Feature", "properties": {"id": "ak16989080", "mag": 1.7, "time": 1507129070012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8528, 63.1143, 130.4]}, "bbox": [-150.8528, 63.1143, -150.8528, 63.1143]}, {"id": "456", "type": "Feature", "properties": {"id": "us2000b14r", "mag": 2.9, "time": 1507127377130, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.3466, -0.2479, 10.0]}, "bbox": [-78.3466, -0.2479, -78.3466, -0.2479]}, {"id": "457", "type": "Feature", "properties": {"id": "nn00608088", "mag": 1.1, "time": 1507126739396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8623, 39.6344, 5.8]}, "bbox": [-119.8623, 39.6344, -119.8623, 39.6344]}, {"id": "458", "type": "Feature", "properties": {"id": "us2000b0xy", "mag": 4.3, "time": 1507120048520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.219, 14.9246, 35.0]}, "bbox": [-94.219, 14.9246, -94.219, 14.9246]}, {"id": "459", "type": "Feature", "properties": {"id": "ci38018272", "mag": 1.04, "time": 1507119983420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.979333, 33.952, 16.95]}, "bbox": [-116.979333, 33.952, -116.979333, 33.952]}, {"id": "460", "type": "Feature", "properties": {"id": "ci38018264", "mag": 1.21, "time": 1507118298180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.153667, 33.576, 12.56]}, "bbox": [-117.153667, 33.576, -117.153667, 33.576]}, {"id": "461", "type": "Feature", "properties": {"id": "ak16988954", "mag": 1.4, "time": 1507117165370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0651, 59.0371, 113.6]}, "bbox": [-154.0651, 59.0371, -154.0651, 59.0371]}, {"id": "462", "type": "Feature", "properties": {"id": "ak16988951", "mag": 1.7, "time": 1507117164179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7431, 61.7579, 50.0]}, "bbox": [-150.7431, 61.7579, -150.7431, 61.7579]}, {"id": "463", "type": "Feature", "properties": {"id": "ak16988955", "mag": 1.2, "time": 1507117137925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2404, 63.315, 3.6]}, "bbox": [-145.2404, 63.315, -145.2404, 63.315]}, {"id": "464", "type": "Feature", "properties": {"id": "ci38018256", "mag": 1.97, "time": 1507116401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.047667, 33.9995, 14.99]}, "bbox": [-117.047667, 33.9995, -117.047667, 33.9995]}, {"id": "465", "type": "Feature", "properties": {"id": "ak16988947", "mag": 1.3, "time": 1507116091533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.038, 61.8748, 115.1]}, "bbox": [-152.038, 61.8748, -152.038, 61.8748]}, {"id": "466", "type": "Feature", "properties": {"id": "ak16988943", "mag": 2.6, "time": 1507115904863, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.3287, 60.8439, 0.0]}, "bbox": [-138.3287, 60.8439, -138.3287, 60.8439]}, {"id": "467", "type": "Feature", "properties": {"id": "mb80259149", "mag": 1.42, "time": 1507115359390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520833, 46.866833, 12.33]}, "bbox": [-112.520833, 46.866833, -112.520833, 46.866833]}, {"id": "468", "type": "Feature", "properties": {"id": "ak16988941", "mag": 2.0, "time": 1507115138670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7265, 59.549, 35.9]}, "bbox": [-150.7265, 59.549, -150.7265, 59.549]}, {"id": "469", "type": "Feature", "properties": {"id": "ak16988937", "mag": 1.7, "time": 1507114508883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.561, 63.6903, 125.8]}, "bbox": [-149.561, 63.6903, -149.561, 63.6903]}, {"id": "470", "type": "Feature", "properties": {"id": "nc72904051", "mag": 1.09, "time": 1507113834280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8355, 1.85]}, "bbox": [-122.793, 38.8355, -122.793, 38.8355]}, {"id": "471", "type": "Feature", "properties": {"id": "ci38018224", "mag": 1.17, "time": 1507113370200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.608833, 33.080833, 11.8]}, "bbox": [-116.608833, 33.080833, -116.608833, 33.080833]}, {"id": "472", "type": "Feature", "properties": {"id": "nc72904041", "mag": 1.12, "time": 1507113327750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.942, 36.506, 4.31]}, "bbox": [-120.942, 36.506, -120.942, 36.506]}, {"id": "473", "type": "Feature", "properties": {"id": "uu60251097", "mag": 2.09, "time": 1507111719760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.55, 7.34]}, "bbox": [-111.414333, 42.55, -111.414333, 42.55]}, {"id": "474", "type": "Feature", "properties": {"id": "nc72904031", "mag": 0.97, "time": 1507110773350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.365667, 36.7845, 3.47]}, "bbox": [-121.365667, 36.7845, -121.365667, 36.7845]}, {"id": "475", "type": "Feature", "properties": {"id": "mb80259134", "mag": 2.46, "time": 1507108546600, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.867833, 13.28]}, "bbox": [-112.527833, 46.867833, -112.527833, 46.867833]}, {"id": "476", "type": "Feature", "properties": {"id": "ci38018200", "mag": 1.17, "time": 1507108523230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5975, 34.0275, 11.16]}, "bbox": [-117.5975, 34.0275, -117.5975, 34.0275]}, {"id": "477", "type": "Feature", "properties": {"id": "nc72904011", "mag": 1.65, "time": 1507108226290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.59, 39.034, 1.81]}, "bbox": [-122.59, 39.034, -122.59, 39.034]}, {"id": "478", "type": "Feature", "properties": {"id": "ak16988931", "mag": 1.6, "time": 1507107916290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4053, 65.8348, 0.0]}, "bbox": [-155.4053, 65.8348, -155.4053, 65.8348]}, {"id": "479", "type": "Feature", "properties": {"id": "ci38018192", "mag": 1.04, "time": 1507107119810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.243833, 34.561167, 7.55]}, "bbox": [-116.243833, 34.561167, -116.243833, 34.561167]}, {"id": "480", "type": "Feature", "properties": {"id": "uw61337191", "mag": 1.11, "time": 1507106498380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3995, 47.466167, 20.06]}, "bbox": [-122.3995, 47.466167, -122.3995, 47.466167]}, {"id": "481", "type": "Feature", "properties": {"id": "ak16988930", "mag": 1.5, "time": 1507105167087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3314, 63.0932, 0.0]}, "bbox": [-151.3314, 63.0932, -151.3314, 63.0932]}, {"id": "482", "type": "Feature", "properties": {"id": "nc72903991", "mag": 1.0, "time": 1507105008930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.831667, 37.479167, 7.18]}, "bbox": [-121.831667, 37.479167, -121.831667, 37.479167]}, {"id": "483", "type": "Feature", "properties": {"id": "us2000b0vg", "mag": 4.8, "time": 1507102453200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0265, 15.081, 39.52]}, "bbox": [-94.0265, 15.081, -94.0265, 15.081]}, {"id": "484", "type": "Feature", "properties": {"id": "uu60251092", "mag": 1.15, "time": 1507102301120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.109167, 37.453, 7.33]}, "bbox": [-113.109167, 37.453, -113.109167, 37.453]}, {"id": "485", "type": "Feature", "properties": {"id": "nc72903961", "mag": 0.99, "time": 1507102290690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.886, 37.634, 6.9]}, "bbox": [-118.886, 37.634, -118.886, 37.634]}, {"id": "486", "type": "Feature", "properties": {"id": "nc72903951", "mag": 1.13, "time": 1507102067530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873, 37.655, 2.24]}, "bbox": [-118.873, 37.655, -118.873, 37.655]}, {"id": "487", "type": "Feature", "properties": {"id": "ak16988890", "mag": 2.1, "time": 1507101218109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6853, 59.7843, 0.0]}, "bbox": [-136.6853, 59.7843, -136.6853, 59.7843]}, {"id": "488", "type": "Feature", "properties": {"id": "nc72903941", "mag": 1.93, "time": 1507099899370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.174833, 36.7355, 8.83]}, "bbox": [-121.174833, 36.7355, -121.174833, 36.7355]}, {"id": "489", "type": "Feature", "properties": {"id": "ak16988888", "mag": 2.1, "time": 1507099796449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.599, 58.1927, 18.0]}, "bbox": [-152.599, 58.1927, -152.599, 58.1927]}, {"id": "490", "type": "Feature", "properties": {"id": "ak16988886", "mag": 1.1, "time": 1507099794659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1044, 65.1213, 20.9]}, "bbox": [-149.1044, 65.1213, -149.1044, 65.1213]}, {"id": "491", "type": "Feature", "properties": {"id": "hv61932126", "mag": 2.54, "time": 1507098254160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471, 19.958167, 34.056]}, "bbox": [-155.471, 19.958167, -155.471, 19.958167]}, {"id": "492", "type": "Feature", "properties": {"id": "ci38018128", "mag": 1.48, "time": 1507095935630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.237333, 33.3585, 9.93]}, "bbox": [-116.237333, 33.3585, -116.237333, 33.3585]}, {"id": "493", "type": "Feature", "properties": {"id": "ak16988874", "mag": 2.0, "time": 1507095643589, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4213, 59.0929, 75.6]}, "bbox": [-152.4213, 59.0929, -152.4213, 59.0929]}, {"id": "494", "type": "Feature", "properties": {"id": "mb80259124", "mag": 1.12, "time": 1507094472670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.889167, 10.71]}, "bbox": [-112.5195, 46.889167, -112.5195, 46.889167]}, {"id": "495", "type": "Feature", "properties": {"id": "us2000b0ue", "mag": 4.7, "time": 1507093737820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.7448, 18.3756, 172.11]}, "bbox": [145.7448, 18.3756, 145.7448, 18.3756]}, {"id": "496", "type": "Feature", "properties": {"id": "hv61932021", "mag": 1.47, "time": 1507093555340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7645, 19.608333, 19.406]}, "bbox": [-155.7645, 19.608333, -155.7645, 19.608333]}, {"id": "497", "type": "Feature", "properties": {"id": "uu60251087", "mag": 1.84, "time": 1507092267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456667, 42.600833, 1.84]}, "bbox": [-111.456667, 42.600833, -111.456667, 42.600833]}, {"id": "498", "type": "Feature", "properties": {"id": "ak16988835", "mag": 1.4, "time": 1507091990426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8997, 62.5624, 2.5]}, "bbox": [-152.8997, 62.5624, -152.8997, 62.5624]}, {"id": "499", "type": "Feature", "properties": {"id": "ak16988834", "mag": 2.0, "time": 1507091511196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6239, 61.9391, 35.9]}, "bbox": [-147.6239, 61.9391, -147.6239, 61.9391]}, {"id": "500", "type": "Feature", "properties": {"id": "hv61931981", "mag": 2.06, "time": 1507091217900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6845, 18.778833, 34.132]}, "bbox": [-155.6845, 18.778833, -155.6845, 18.778833]}, {"id": "501", "type": "Feature", "properties": {"id": "ak16988831", "mag": 1.7, "time": 1507090320674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0205, 61.3011, 30.6]}, "bbox": [-149.0205, 61.3011, -149.0205, 61.3011]}, {"id": "502", "type": "Feature", "properties": {"id": "ak16988828", "mag": 1.6, "time": 1507090167802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1141, 63.8125, 0.0]}, "bbox": [-149.1141, 63.8125, -149.1141, 63.8125]}, {"id": "503", "type": "Feature", "properties": {"id": "ci38018104", "mag": 0.97, "time": 1507089080620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.364, 33.395667, 5.23]}, "bbox": [-116.364, 33.395667, -116.364, 33.395667]}, {"id": "504", "type": "Feature", "properties": {"id": "ci38018096", "mag": 1.15, "time": 1507088756230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.118, 33.743333, 14.37]}, "bbox": [-118.118, 33.743333, -118.118, 33.743333]}, {"id": "505", "type": "Feature", "properties": {"id": "us2000b0th", "mag": 5.0, "time": 1507087351060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1517, -31.5827, 35.55]}, "bbox": [-178.1517, -31.5827, -178.1517, -31.5827]}, {"id": "506", "type": "Feature", "properties": {"id": "nc72903886", "mag": 1.89, "time": 1507087145860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157333, 36.593167, 6.68]}, "bbox": [-121.157333, 36.593167, -121.157333, 36.593167]}, {"id": "507", "type": "Feature", "properties": {"id": "nc72903881", "mag": 1.09, "time": 1507086787130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718666, 38.771667, 2.16]}, "bbox": [-122.718666, 38.771667, -122.718666, 38.771667]}, {"id": "508", "type": "Feature", "properties": {"id": "us2000b0t5", "mag": 5.2, "time": 1507086128100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.1988, -23.1056, 126.96]}, "bbox": [-68.1988, -23.1056, -68.1988, -23.1056]}, {"id": "509", "type": "Feature", "properties": {"id": "nn00608095", "mag": 1.8, "time": 1507085141975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2313, 37.1571, 11.8]}, "bbox": [-117.2313, 37.1571, -117.2313, 37.1571]}, {"id": "510", "type": "Feature", "properties": {"id": "ak16988758", "mag": 1.7, "time": 1507084302637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3056, 61.634, 42.6]}, "bbox": [-146.3056, 61.634, -146.3056, 61.634]}, {"id": "511", "type": "Feature", "properties": {"id": "nc72903856", "mag": 1.42, "time": 1507084182620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.847167, 37.6515, 3.01]}, "bbox": [-118.847167, 37.6515, -118.847167, 37.6515]}, {"id": "512", "type": "Feature", "properties": {"id": "ak16988756", "mag": 1.9, "time": 1507083972695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8168, 61.2547, 28.1]}, "bbox": [-146.8168, 61.2547, -146.8168, 61.2547]}, {"id": "513", "type": "Feature", "properties": {"id": "ci38018048", "mag": 1.01, "time": 1507081338310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112167, 34.101167, 8.93]}, "bbox": [-118.112167, 34.101167, -118.112167, 34.101167]}, {"id": "514", "type": "Feature", "properties": {"id": "mb80259119", "mag": 1.6, "time": 1507080820140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521833, 46.872833, 10.74]}, "bbox": [-112.521833, 46.872833, -112.521833, 46.872833]}, {"id": "515", "type": "Feature", "properties": {"id": "mb80259154", "mag": 1.65, "time": 1507080779330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5265, 46.876167, 11.17]}, "bbox": [-112.5265, 46.876167, -112.5265, 46.876167]}, {"id": "516", "type": "Feature", "properties": {"id": "ak16988720", "mag": 2.3, "time": 1507079042841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4064, 60.3952, 12.4]}, "bbox": [-147.4064, 60.3952, -147.4064, 60.3952]}, {"id": "517", "type": "Feature", "properties": {"id": "nn00608069", "mag": 1.7, "time": 1507077765338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5495, 40.2609, 8.3]}, "bbox": [-119.5495, 40.2609, -119.5495, 40.2609]}, {"id": "518", "type": "Feature", "properties": {"id": "ak16988717", "mag": 1.6, "time": 1507077365759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3311, 63.2608, 0.8]}, "bbox": [-151.3311, 63.2608, -151.3311, 63.2608]}, {"id": "519", "type": "Feature", "properties": {"id": "hv61931706", "mag": 1.47, "time": 1507077049100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6385, 19.553667, 11.424]}, "bbox": [-155.6385, 19.553667, -155.6385, 19.553667]}, {"id": "520", "type": "Feature", "properties": {"id": "ci38018040", "mag": 0.98, "time": 1507076389190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.269, 34.0685, 15.7]}, "bbox": [-117.269, 34.0685, -117.269, 34.0685]}, {"id": "521", "type": "Feature", "properties": {"id": "uw61337006", "mag": 0.96, "time": 1507074699210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751333, 47.996333, 14.52]}, "bbox": [-122.751333, 47.996333, -122.751333, 47.996333]}, {"id": "522", "type": "Feature", "properties": {"id": "us2000b0rt", "mag": 4.2, "time": 1507074238890, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.7745, 8.5663, 30.59]}, "bbox": [-82.7745, 8.5663, -82.7745, 8.5663]}, {"id": "523", "type": "Feature", "properties": {"id": "ci38018024", "mag": 1.57, "time": 1507073295750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681, 35.0345, -0.82]}, "bbox": [-117.681, 35.0345, -117.681, 35.0345]}, {"id": "524", "type": "Feature", "properties": {"id": "ak16988594", "mag": 2.0, "time": 1507073162743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2617, 62.1345, 75.8]}, "bbox": [-151.2617, 62.1345, -151.2617, 62.1345]}, {"id": "525", "type": "Feature", "properties": {"id": "ak16988588", "mag": 1.3, "time": 1507072732101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2839, 61.0371, 0.0]}, "bbox": [-148.2839, 61.0371, -148.2839, 61.0371]}, {"id": "526", "type": "Feature", "properties": {"id": "uw61336986", "mag": 1.86, "time": 1507072508440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.616667, 48.275333, 6.9]}, "bbox": [-120.616667, 48.275333, -120.616667, 48.275333]}, {"id": "527", "type": "Feature", "properties": {"id": "uw61336981", "mag": 1.89, "time": 1507072212820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6095, 48.259, 5.47]}, "bbox": [-120.6095, 48.259, -120.6095, 48.259]}, {"id": "528", "type": "Feature", "properties": {"id": "ak16988584", "mag": 1.0, "time": 1507071678363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3354, 64.9934, 0.0]}, "bbox": [-147.3354, 64.9934, -147.3354, 64.9934]}, {"id": "529", "type": "Feature", "properties": {"id": "nc72903836", "mag": 1.12, "time": 1507071527650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805, 38.822667, 2.85]}, "bbox": [-122.805, 38.822667, -122.805, 38.822667]}, {"id": "530", "type": "Feature", "properties": {"id": "nc72903831", "mag": 1.06, "time": 1507071133930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808998, 38.823166, 1.74]}, "bbox": [-122.808998, 38.823166, -122.808998, 38.823166]}, {"id": "531", "type": "Feature", "properties": {"id": "ak16994062", "mag": 1.2, "time": 1507071050929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8464, 63.0394, 121.6]}, "bbox": [-150.8464, 63.0394, -150.8464, 63.0394]}, {"id": "532", "type": "Feature", "properties": {"id": "nn00608062", "mag": 1.5, "time": 1507069440991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 37.5469, 5.1]}, "bbox": [-117.445, 37.5469, -117.445, 37.5469]}, {"id": "533", "type": "Feature", "properties": {"id": "nc72903806", "mag": 1.23, "time": 1507069427950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739333, 38.805667, 1.44]}, "bbox": [-122.739333, 38.805667, -122.739333, 38.805667]}, {"id": "534", "type": "Feature", "properties": {"id": "uw61336956", "mag": 1.0, "time": 1507069356480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319167, 46.078167, -1.11]}, "bbox": [-122.319167, 46.078167, -122.319167, 46.078167]}, {"id": "535", "type": "Feature", "properties": {"id": "ak16988555", "mag": 2.0, "time": 1507069258013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.1558, 67.7665, 10.8]}, "bbox": [-164.1558, 67.7665, -164.1558, 67.7665]}, {"id": "536", "type": "Feature", "properties": {"id": "ak16988552", "mag": 1.6, "time": 1507069137803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3107, 61.1448, 20.1]}, "bbox": [-148.3107, 61.1448, -148.3107, 61.1448]}, {"id": "537", "type": "Feature", "properties": {"id": "us2000b0q2", "mag": 4.2, "time": 1507068153470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2992, 15.6198, 60.2]}, "bbox": [-94.2992, 15.6198, -94.2992, 15.6198]}, {"id": "538", "type": "Feature", "properties": {"id": "ci38018000", "mag": 1.69, "time": 1507067212670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446333, 34.153333, 6.34]}, "bbox": [-116.446333, 34.153333, -116.446333, 34.153333]}, {"id": "539", "type": "Feature", "properties": {"id": "mb80259099", "mag": 1.07, "time": 1507067005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.4045, 43.682, 5.87]}, "bbox": [-110.4045, 43.682, -110.4045, 43.682]}, {"id": "540", "type": "Feature", "properties": {"id": "ak16988545", "mag": 1.7, "time": 1507066676846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6733, 65.2302, 8.7]}, "bbox": [-150.6733, 65.2302, -150.6733, 65.2302]}, {"id": "541", "type": "Feature", "properties": {"id": "nn00608050", "mag": 1.7, "time": 1507066159273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0874, 39.024, 7.5]}, "bbox": [-118.0874, 39.024, -118.0874, 39.024]}, {"id": "542", "type": "Feature", "properties": {"id": "ci38017984", "mag": 1.71, "time": 1507065949300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.347667, 33.392, 3.2]}, "bbox": [-116.347667, 33.392, -116.347667, 33.392]}, {"id": "543", "type": "Feature", "properties": {"id": "uu60251062", "mag": 1.76, "time": 1507065772640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.412333, 42.583667, 5.9]}, "bbox": [-111.412333, 42.583667, -111.412333, 42.583667]}, {"id": "544", "type": "Feature", "properties": {"id": "ak16988519", "mag": 2.6, "time": 1507065657270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2687, 57.0749, 82.1]}, "bbox": [-156.2687, 57.0749, -156.2687, 57.0749]}, {"id": "545", "type": "Feature", "properties": {"id": "ak16988491", "mag": 1.6, "time": 1507065428977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3929, 65.0131, 16.1]}, "bbox": [-161.3929, 65.0131, -161.3929, 65.0131]}, {"id": "546", "type": "Feature", "properties": {"id": "ak16988489", "mag": 1.2, "time": 1507065333200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6212, 63.3407, 7.0]}, "bbox": [-145.6212, 63.3407, -145.6212, 63.3407]}, {"id": "547", "type": "Feature", "properties": {"id": "ak16988484", "mag": 2.3, "time": 1507065014972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0452, 62.216, 67.5]}, "bbox": [-151.0452, 62.216, -151.0452, 62.216]}, {"id": "548", "type": "Feature", "properties": {"id": "nc72905396", "mag": 1.11, "time": 1507064824530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4595, 41.531833, 2.93]}, "bbox": [-121.4595, 41.531833, -121.4595, 41.531833]}, {"id": "549", "type": "Feature", "properties": {"id": "uu60251057", "mag": 2.05, "time": 1507064724100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.399, 42.521333, 8.16]}, "bbox": [-111.399, 42.521333, -111.399, 42.521333]}, {"id": "550", "type": "Feature", "properties": {"id": "ci38017976", "mag": 1.59, "time": 1507064335800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445833, 34.1535, 6.5]}, "bbox": [-116.445833, 34.1535, -116.445833, 34.1535]}, {"id": "551", "type": "Feature", "properties": {"id": "nc72903776", "mag": 1.19, "time": 1507063701570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.529167, 1.8]}, "bbox": [-118.8805, 37.529167, -118.8805, 37.529167]}, {"id": "552", "type": "Feature", "properties": {"id": "us2000b0nr", "mag": 5.7, "time": 1507063144760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-49.3194, 13.4552, 10.0]}, "bbox": [-49.3194, 13.4552, -49.3194, 13.4552]}, {"id": "553", "type": "Feature", "properties": {"id": "nc72903771", "mag": 2.49, "time": 1507062907080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.767, 38.799167, 0.51]}, "bbox": [-122.767, 38.799167, -122.767, 38.799167]}, {"id": "554", "type": "Feature", "properties": {"id": "ak16988466", "mag": 1.3, "time": 1507062241011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5134, 62.1795, 23.0]}, "bbox": [-145.5134, 62.1795, -145.5134, 62.1795]}, {"id": "555", "type": "Feature", "properties": {"id": "ak16988439", "mag": 2.2, "time": 1507061510846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8761, 60.5934, 142.5]}, "bbox": [-152.8761, 60.5934, -152.8761, 60.5934]}, {"id": "556", "type": "Feature", "properties": {"id": "us2000b0n8", "mag": 4.5, "time": 1507061510710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.7231, 55.3488, 28.06]}, "bbox": [166.7231, 55.3488, 166.7231, 55.3488]}, {"id": "557", "type": "Feature", "properties": {"id": "ci38017952", "mag": 1.07, "time": 1507061299680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4405, 34.156167, 8.27]}, "bbox": [-116.4405, 34.156167, -116.4405, 34.156167]}, {"id": "558", "type": "Feature", "properties": {"id": "ak16988437", "mag": 1.3, "time": 1507061230777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0856, 61.3457, 14.4]}, "bbox": [-148.0856, 61.3457, -148.0856, 61.3457]}, {"id": "559", "type": "Feature", "properties": {"id": "ak16988435", "mag": 1.5, "time": 1507060035702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9837, 61.6046, 61.8]}, "bbox": [-150.9837, 61.6046, -150.9837, 61.6046]}, {"id": "560", "type": "Feature", "properties": {"id": "nc72903741", "mag": 1.18, "time": 1507059288800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764831, 38.788502, -0.61]}, "bbox": [-122.764831, 38.788502, -122.764831, 38.788502]}, {"id": "561", "type": "Feature", "properties": {"id": "ci38017936", "mag": 1.69, "time": 1507059189120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.4895, 4.06]}, "bbox": [-116.7955, 33.4895, -116.7955, 33.4895]}, {"id": "562", "type": "Feature", "properties": {"id": "ak16994048", "mag": 1.6, "time": 1507059099655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6496, 59.6816, 88.6]}, "bbox": [-152.6496, 59.6816, -152.6496, 59.6816]}, {"id": "563", "type": "Feature", "properties": {"id": "ak16994047", "mag": 1.4, "time": 1507058879703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6613, 58.3127, 61.4]}, "bbox": [-153.6613, 58.3127, -153.6613, 58.3127]}, {"id": "564", "type": "Feature", "properties": {"id": "nn00608048", "mag": 1.1, "time": 1507058710135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9271, 40.1731, 13.8]}, "bbox": [-119.9271, 40.1731, -119.9271, 40.1731]}, {"id": "565", "type": "Feature", "properties": {"id": "ci38017912", "mag": 1.43, "time": 1507058424320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.440833, 34.1545, 6.88]}, "bbox": [-116.440833, 34.1545, -116.440833, 34.1545]}, {"id": "566", "type": "Feature", "properties": {"id": "ci38017904", "mag": 1.19, "time": 1507057846620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1795, 35.002, -0.83]}, "bbox": [-118.1795, 35.002, -118.1795, 35.002]}, {"id": "567", "type": "Feature", "properties": {"id": "ci38017896", "mag": 1.26, "time": 1507057788590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.941667, 32.908, -0.33]}, "bbox": [-116.941667, 32.908, -116.941667, 32.908]}, {"id": "568", "type": "Feature", "properties": {"id": "us2000b0lw", "mag": 5.2, "time": 1507057466210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.8364, -55.2702, 10.0]}, "bbox": [-28.8364, -55.2702, -28.8364, -55.2702]}, {"id": "569", "type": "Feature", "properties": {"id": "mb80259069", "mag": 1.71, "time": 1507056294930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.503, 46.830333, 12.9]}, "bbox": [-112.503, 46.830333, -112.503, 46.830333]}, {"id": "570", "type": "Feature", "properties": {"id": "ak16988418", "mag": 1.8, "time": 1507056127213, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6502, 57.4998, 47.0]}, "bbox": [-154.6502, 57.4998, -154.6502, 57.4998]}, {"id": "571", "type": "Feature", "properties": {"id": "nc72903726", "mag": 1.14, "time": 1507056074240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.84, 37.503833, 0.26]}, "bbox": [-118.84, 37.503833, -118.84, 37.503833]}, {"id": "572", "type": "Feature", "properties": {"id": "ak16988415", "mag": 1.4, "time": 1507055512017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8175, 61.6607, 28.4]}, "bbox": [-146.8175, 61.6607, -146.8175, 61.6607]}, {"id": "573", "type": "Feature", "properties": {"id": "hv61931361", "mag": 2.65, "time": 1507055057800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.324, 19.406667, 7.018]}, "bbox": [-155.324, 19.406667, -155.324, 19.406667]}, {"id": "574", "type": "Feature", "properties": {"id": "ci38017848", "mag": 1.04, "time": 1507054498390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.44, 34.157667, 8.94]}, "bbox": [-116.44, 34.157667, -116.44, 34.157667]}, {"id": "575", "type": "Feature", "properties": {"id": "uu60251037", "mag": 1.12, "time": 1507053937840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.592167, 6.15]}, "bbox": [-111.424333, 42.592167, -111.424333, 42.592167]}, {"id": "576", "type": "Feature", "properties": {"id": "hv61931346", "mag": 2.16, "time": 1507053691890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.373667, 20.034833, 13.532]}, "bbox": [-155.373667, 20.034833, -155.373667, 20.034833]}, {"id": "577", "type": "Feature", "properties": {"id": "mb80259064", "mag": 1.12, "time": 1507053599620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 46.334833, -2.0]}, "bbox": [-111.609167, 46.334833, -111.609167, 46.334833]}, {"id": "578", "type": "Feature", "properties": {"id": "ak16988394", "mag": 1.6, "time": 1507052715999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9718, 60.8946, 14.9]}, "bbox": [-150.9718, 60.8946, -150.9718, 60.8946]}, {"id": "579", "type": "Feature", "properties": {"id": "ak16988390", "mag": 1.9, "time": 1507052122028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3579, 61.0247, 111.3]}, "bbox": [-152.3579, 61.0247, -152.3579, 61.0247]}, {"id": "580", "type": "Feature", "properties": {"id": "nc72903716", "mag": 2.07, "time": 1507052014050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.787667, 37.598833, 5.1]}, "bbox": [-118.787667, 37.598833, -118.787667, 37.598833]}, {"id": "581", "type": "Feature", "properties": {"id": "ak16994042", "mag": 2.0, "time": 1507051700735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4244, 59.8428, 129.5]}, "bbox": [-153.4244, 59.8428, -153.4244, 59.8428]}, {"id": "582", "type": "Feature", "properties": {"id": "us2000b0jm", "mag": 4.6, "time": 1507050191000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.1126, -2.5625, 21.57]}, "bbox": [140.1126, -2.5625, 140.1126, -2.5625]}, {"id": "583", "type": "Feature", "properties": {"id": "ci38017808", "mag": 1.9, "time": 1507049580810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445167, 33.264333, 2.22]}, "bbox": [-116.445167, 33.264333, -116.445167, 33.264333]}, {"id": "584", "type": "Feature", "properties": {"id": "nn00608002", "mag": 1.2, "time": 1507049448566, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2901, 37.8049, 7.5]}, "bbox": [-114.2901, 37.8049, -114.2901, 37.8049]}, {"id": "585", "type": "Feature", "properties": {"id": "uu60251027", "mag": 1.41, "time": 1507048713320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.760333, 39.998667, 8.73]}, "bbox": [-111.760333, 39.998667, -111.760333, 39.998667]}, {"id": "586", "type": "Feature", "properties": {"id": "ak16988364", "mag": 1.1, "time": 1507048704427, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9116, 61.1262, 0.0]}, "bbox": [-147.9116, 61.1262, -147.9116, 61.1262]}, {"id": "587", "type": "Feature", "properties": {"id": "ak16988361", "mag": 1.8, "time": 1507048669896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1084, 64.9183, 18.5]}, "bbox": [-149.1084, 64.9183, -149.1084, 64.9183]}, {"id": "588", "type": "Feature", "properties": {"id": "ci38017800", "mag": 0.98, "time": 1507048261760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446833, 34.154333, 7.94]}, "bbox": [-116.446833, 34.154333, -116.446833, 34.154333]}, {"id": "589", "type": "Feature", "properties": {"id": "nc72903676", "mag": 1.69, "time": 1507047264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.455833, 2.67]}, "bbox": [-118.8285, 37.455833, -118.8285, 37.455833]}, {"id": "590", "type": "Feature", "properties": {"id": "nc72903671", "mag": 1.3, "time": 1507047173830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 37.287833, 7.31]}, "bbox": [-121.5795, 37.287833, -121.5795, 37.287833]}, {"id": "591", "type": "Feature", "properties": {"id": "ci38017744", "mag": 1.05, "time": 1507046707770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.136833, 34.054167, 9.74]}, "bbox": [-117.136833, 34.054167, -117.136833, 34.054167]}, {"id": "592", "type": "Feature", "properties": {"id": "nc72903666", "mag": 2.58, "time": 1507046582120, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.464333, 36.750833, 7.57]}, "bbox": [-121.464333, 36.750833, -121.464333, 36.750833]}, {"id": "593", "type": "Feature", "properties": {"id": "ak16988359", "mag": 1.4, "time": 1507045972022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1249, 62.9454, 112.4]}, "bbox": [-151.1249, 62.9454, -151.1249, 62.9454]}, {"id": "594", "type": "Feature", "properties": {"id": "ak16988358", "mag": 1.6, "time": 1507045690910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2536, 60.0003, 13.7]}, "bbox": [-149.2536, 60.0003, -149.2536, 60.0003]}, {"id": "595", "type": "Feature", "properties": {"id": "ak16994035", "mag": 1.7, "time": 1507044159018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6674, 59.3569, 72.1]}, "bbox": [-152.6674, 59.3569, -152.6674, 59.3569]}, {"id": "596", "type": "Feature", "properties": {"id": "ak16988345", "mag": 2.7, "time": 1507043705635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0117, 59.5043, 89.0]}, "bbox": [-153.0117, 59.5043, -153.0117, 59.5043]}, {"id": "597", "type": "Feature", "properties": {"id": "nc72903631", "mag": 1.33, "time": 1507043277890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.820167, 3.51]}, "bbox": [-122.800667, 38.820167, -122.800667, 38.820167]}, {"id": "598", "type": "Feature", "properties": {"id": "ak16994033", "mag": 1.6, "time": 1507043019584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3814, 58.3192, 13.1]}, "bbox": [-151.3814, 58.3192, -151.3814, 58.3192]}, {"id": "599", "type": "Feature", "properties": {"id": "ak16988343", "mag": 2.7, "time": 1507042999732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3915, 51.6134, 9.1]}, "bbox": [-178.3915, 51.6134, -178.3915, 51.6134]}, {"id": "600", "type": "Feature", "properties": {"id": "ak16994031", "mag": 1.7, "time": 1507042763401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1107, 59.3023, 7.9]}, "bbox": [-150.1107, 59.3023, -150.1107, 59.3023]}, {"id": "601", "type": "Feature", "properties": {"id": "ak16994030", "mag": 1.3, "time": 1507042659104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9147, 62.9235, 104.4]}, "bbox": [-150.9147, 62.9235, -150.9147, 62.9235]}, {"id": "602", "type": "Feature", "properties": {"id": "ak16994029", "mag": 1.6, "time": 1507042166290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0354, 59.6428, 85.1]}, "bbox": [-153.0354, 59.6428, -153.0354, 59.6428]}, {"id": "603", "type": "Feature", "properties": {"id": "us2000b0gv", "mag": 2.1, "time": 1507041358070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8228, 36.4458, 4.6]}, "bbox": [-98.8228, 36.4458, -98.8228, 36.4458]}, {"id": "604", "type": "Feature", "properties": {"id": "ak16988332", "mag": 1.4, "time": 1507041247450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2842, 62.1118, 75.7]}, "bbox": [-151.2842, 62.1118, -151.2842, 62.1118]}, {"id": "605", "type": "Feature", "properties": {"id": "ci38017688", "mag": 1.7, "time": 1507041034810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.665167, 35.975833, 2.12]}, "bbox": [-117.665167, 35.975833, -117.665167, 35.975833]}, {"id": "606", "type": "Feature", "properties": {"id": "hv61931251", "mag": 2.87, "time": 1507040757870, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.370833, 20.027333, 12.259]}, "bbox": [-155.370833, 20.027333, -155.370833, 20.027333]}, {"id": "607", "type": "Feature", "properties": {"id": "us2000b0gr", "mag": 4.6, "time": 1507040383740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9616, -39.6706, 78.62]}, "bbox": [175.9616, -39.6706, 175.9616, -39.6706]}, {"id": "608", "type": "Feature", "properties": {"id": "nc72903611", "mag": 1.04, "time": 1507039230370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.979333, 37.537333, 3.49]}, "bbox": [-118.979333, 37.537333, -118.979333, 37.537333]}, {"id": "609", "type": "Feature", "properties": {"id": "ak16988330", "mag": 1.8, "time": 1507038947118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8047, 53.5035, 24.1]}, "bbox": [-165.8047, 53.5035, -165.8047, 53.5035]}, {"id": "610", "type": "Feature", "properties": {"id": "us2000b0k7", "mag": 2.6, "time": 1507038712390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1971, 51.3674, 18.8]}, "bbox": [-178.1971, 51.3674, -178.1971, 51.3674]}, {"id": "611", "type": "Feature", "properties": {"id": "us2000b0gm", "mag": 4.5, "time": 1507038514350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.7848, 25.0488, 74.86]}, "bbox": [94.7848, 25.0488, 94.7848, 25.0488]}, {"id": "612", "type": "Feature", "properties": {"id": "ak16988328", "mag": 1.3, "time": 1507038483396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5284, 62.2253, 16.5]}, "bbox": [-150.5284, 62.2253, -150.5284, 62.2253]}, {"id": "613", "type": "Feature", "properties": {"id": "ak16994023", "mag": 1.9, "time": 1507038160436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9795, 54.3692, 39.6]}, "bbox": [-162.9795, 54.3692, -162.9795, 54.3692]}, {"id": "614", "type": "Feature", "properties": {"id": "ak16994021", "mag": 1.3, "time": 1507037424410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3659, 61.871, 45.6]}, "bbox": [-147.3659, 61.871, -147.3659, 61.871]}, {"id": "615", "type": "Feature", "properties": {"id": "ci38017640", "mag": 0.99, "time": 1507035054330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.962167, 34.044333, 11.19]}, "bbox": [-116.962167, 34.044333, -116.962167, 34.044333]}, {"id": "616", "type": "Feature", "properties": {"id": "ak16994019", "mag": 2.4, "time": 1507034930692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8074, 51.67, 77.1]}, "bbox": [-179.8074, 51.67, -179.8074, 51.67]}, {"id": "617", "type": "Feature", "properties": {"id": "ak16988323", "mag": 2.5, "time": 1507033401817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.3851, 54.2478, 11.5]}, "bbox": [-162.3851, 54.2478, -162.3851, 54.2478]}, {"id": "618", "type": "Feature", "properties": {"id": "ak16988320", "mag": 1.8, "time": 1507033125169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8594, 61.9955, 7.8]}, "bbox": [-150.8594, 61.9955, -150.8594, 61.9955]}, {"id": "619", "type": "Feature", "properties": {"id": "nc72903576", "mag": 1.25, "time": 1507033081250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.496833, 35.946833, 9.32]}, "bbox": [-120.496833, 35.946833, -120.496833, 35.946833]}, {"id": "620", "type": "Feature", "properties": {"id": "ak16988318", "mag": 1.5, "time": 1507032487878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.705, 62.0401, 40.9]}, "bbox": [-149.705, 62.0401, -149.705, 62.0401]}, {"id": "621", "type": "Feature", "properties": {"id": "nc72903571", "mag": 1.19, "time": 1507032219730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.973167, 37.635667, 4.8]}, "bbox": [-118.973167, 37.635667, -118.973167, 37.635667]}, {"id": "622", "type": "Feature", "properties": {"id": "ak16988315", "mag": 1.6, "time": 1507031200996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1077, 57.8662, 5.2]}, "bbox": [-156.1077, 57.8662, -156.1077, 57.8662]}, {"id": "623", "type": "Feature", "properties": {"id": "nc72903561", "mag": 1.07, "time": 1507031172540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802002, 38.825832, 2.3]}, "bbox": [-122.802002, 38.825832, -122.802002, 38.825832]}, {"id": "624", "type": "Feature", "properties": {"id": "ak16988314", "mag": 1.7, "time": 1507031152426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 60.0214, 78.4]}, "bbox": [-152.0389, 60.0214, -152.0389, 60.0214]}, {"id": "625", "type": "Feature", "properties": {"id": "mb80259049", "mag": 2.51, "time": 1507030950500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.353833, 43.520167, 3.75]}, "bbox": [-110.353833, 43.520167, -110.353833, 43.520167]}, {"id": "626", "type": "Feature", "properties": {"id": "nc72903556", "mag": 1.59, "time": 1507030601280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.630333, 6.72]}, "bbox": [-118.887667, 37.630333, -118.887667, 37.630333]}, {"id": "627", "type": "Feature", "properties": {"id": "ci38017616", "mag": 1.23, "time": 1507030424420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812833, 34.096833, 13.63]}, "bbox": [-117.812833, 34.096833, -117.812833, 34.096833]}, {"id": "628", "type": "Feature", "properties": {"id": "ci38017608", "mag": 1.47, "time": 1507030255050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808167, 34.092333, 14.9]}, "bbox": [-117.808167, 34.092333, -117.808167, 34.092333]}, {"id": "629", "type": "Feature", "properties": {"id": "nc72903546", "mag": 1.09, "time": 1507029639750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.82267, 38.807835, 1.84]}, "bbox": [-122.82267, 38.807835, -122.82267, 38.807835]}, {"id": "630", "type": "Feature", "properties": {"id": "ak16988306", "mag": 2.7, "time": 1507027595732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4068, 51.6479, 12.1]}, "bbox": [-178.4068, 51.6479, -178.4068, 51.6479]}, {"id": "631", "type": "Feature", "properties": {"id": "nc72903531", "mag": 1.14, "time": 1507027098870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763168, 38.789001, 0.79]}, "bbox": [-122.763168, 38.789001, -122.763168, 38.789001]}, {"id": "632", "type": "Feature", "properties": {"id": "ak16988304", "mag": 1.4, "time": 1507026885090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5708, 61.3679, 26.2]}, "bbox": [-149.5708, 61.3679, -149.5708, 61.3679]}, {"id": "633", "type": "Feature", "properties": {"id": "ak16994008", "mag": 1.6, "time": 1507025162686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.958, 61.2532, 105.4]}, "bbox": [-151.958, 61.2532, -151.958, 61.2532]}, {"id": "634", "type": "Feature", "properties": {"id": "ak16994007", "mag": 1.2, "time": 1507024176706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1195, 62.8909, 99.0]}, "bbox": [-151.1195, 62.8909, -151.1195, 62.8909]}, {"id": "635", "type": "Feature", "properties": {"id": "ak16988295", "mag": 2.1, "time": 1507023250156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3958, 51.6323, 10.7]}, "bbox": [-178.3958, 51.6323, -178.3958, 51.6323]}, {"id": "636", "type": "Feature", "properties": {"id": "ak16988294", "mag": 1.3, "time": 1507023225669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7855, 61.7554, 59.2]}, "bbox": [-150.7855, 61.7554, -150.7855, 61.7554]}, {"id": "637", "type": "Feature", "properties": {"id": "ak16988292", "mag": 2.6, "time": 1507022763592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7772, 53.1343, 25.6]}, "bbox": [-166.7772, 53.1343, -166.7772, 53.1343]}, {"id": "638", "type": "Feature", "properties": {"id": "ak16988287", "mag": 1.2, "time": 1507022053291, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.872, 64.5325, 18.4]}, "bbox": [-149.872, 64.5325, -149.872, 64.5325]}, {"id": "639", "type": "Feature", "properties": {"id": "ak16988284", "mag": 1.3, "time": 1507021950836, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.929, 64.5216, 18.2]}, "bbox": [-149.929, 64.5216, -149.929, 64.5216]}, {"id": "640", "type": "Feature", "properties": {"id": "ak16988282", "mag": 1.4, "time": 1507021938525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8923, 58.4847, 8.2]}, "bbox": [-154.8923, 58.4847, -154.8923, 58.4847]}, {"id": "641", "type": "Feature", "properties": {"id": "ci38017544", "mag": 1.28, "time": 1507021318130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791333, 33.687167, 16.23]}, "bbox": [-116.791333, 33.687167, -116.791333, 33.687167]}, {"id": "642", "type": "Feature", "properties": {"id": "ak16988279", "mag": 2.0, "time": 1507020554043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2158, 61.698, 77.3]}, "bbox": [-151.2158, 61.698, -151.2158, 61.698]}, {"id": "643", "type": "Feature", "properties": {"id": "mb80259034", "mag": 1.18, "time": 1507020432130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.873, 11.92]}, "bbox": [-112.521333, 46.873, -112.521333, 46.873]}, {"id": "644", "type": "Feature", "properties": {"id": "us2000b0fa", "mag": 4.2, "time": 1507019233190, "felt": 43.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.0212, -33.014, 17.65]}, "bbox": [-72.0212, -33.014, -72.0212, -33.014]}, {"id": "645", "type": "Feature", "properties": {"id": "ak16988271", "mag": 1.8, "time": 1507019136375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.4739, 86.3]}, "bbox": [-152.1655, 60.4739, -152.1655, 60.4739]}, {"id": "646", "type": "Feature", "properties": {"id": "uu60250997", "mag": 1.69, "time": 1507019083210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.137833, 42.522333, -0.39]}, "bbox": [-111.137833, 42.522333, -111.137833, 42.522333]}, {"id": "647", "type": "Feature", "properties": {"id": "ak16993998", "mag": 1.8, "time": 1507018712322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0756, 60.1685, 13.9]}, "bbox": [-147.0756, 60.1685, -147.0756, 60.1685]}, {"id": "648", "type": "Feature", "properties": {"id": "nc72903491", "mag": 1.22, "time": 1507017869360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.486, 36.378, 5.97]}, "bbox": [-121.486, 36.378, -121.486, 36.378]}, {"id": "649", "type": "Feature", "properties": {"id": "ci38017536", "mag": 1.46, "time": 1507016252180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.479, 32.737333, 7.83]}, "bbox": [-115.479, 32.737333, -115.479, 32.737333]}, {"id": "650", "type": "Feature", "properties": {"id": "ak16988268", "mag": 1.4, "time": 1507015945802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0368, 61.1636, 0.4]}, "bbox": [-140.0368, 61.1636, -140.0368, 61.1636]}, {"id": "651", "type": "Feature", "properties": {"id": "ak16988267", "mag": 1.2, "time": 1507015806607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4998, 63.1031, 5.3]}, "bbox": [-151.4998, 63.1031, -151.4998, 63.1031]}, {"id": "652", "type": "Feature", "properties": {"id": "ci38017504", "mag": 1.41, "time": 1507014429310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363333, 34.832, 3.07]}, "bbox": [-116.363333, 34.832, -116.363333, 34.832]}, {"id": "653", "type": "Feature", "properties": {"id": "ak16988254", "mag": 4.1, "time": 1507013968245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3923, 54.6037, 20.2]}, "bbox": [-161.3923, 54.6037, -161.3923, 54.6037]}, {"id": "654", "type": "Feature", "properties": {"id": "ak16988252", "mag": 1.7, "time": 1507013732258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7964, 59.8936, 15.8]}, "bbox": [-136.7964, 59.8936, -136.7964, 59.8936]}, {"id": "655", "type": "Feature", "properties": {"id": "mb80259004", "mag": 1.07, "time": 1507013501160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.877333, 10.49]}, "bbox": [-112.523, 46.877333, -112.523, 46.877333]}, {"id": "656", "type": "Feature", "properties": {"id": "nn00607998", "mag": 1.1, "time": 1507013301155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3199, 37.7813, 5.0]}, "bbox": [-114.3199, 37.7813, -114.3199, 37.7813]}, {"id": "657", "type": "Feature", "properties": {"id": "ak16993990", "mag": 1.4, "time": 1507012650027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.264, 62.5244, 86.6]}, "bbox": [-151.264, 62.5244, -151.264, 62.5244]}, {"id": "658", "type": "Feature", "properties": {"id": "ak16988247", "mag": 2.1, "time": 1507012115547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4061, 51.6742, 14.8]}, "bbox": [-178.4061, 51.6742, -178.4061, 51.6742]}, {"id": "659", "type": "Feature", "properties": {"id": "ak16988245", "mag": 1.0, "time": 1507011961646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.539, 63.1068, 11.2]}, "bbox": [-151.539, 63.1068, -151.539, 63.1068]}, {"id": "660", "type": "Feature", "properties": {"id": "ci38017496", "mag": 1.24, "time": 1507011934810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.013833, 33.662167, 11.95]}, "bbox": [-117.013833, 33.662167, -117.013833, 33.662167]}, {"id": "661", "type": "Feature", "properties": {"id": "ci38017488", "mag": 1.25, "time": 1507011688900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.047333, 33.171, 5.29]}, "bbox": [-116.047333, 33.171, -116.047333, 33.171]}, {"id": "662", "type": "Feature", "properties": {"id": "ak16993987", "mag": 1.9, "time": 1507011535768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4878, 51.73, 4.8]}, "bbox": [-175.4878, 51.73, -175.4878, 51.73]}, {"id": "663", "type": "Feature", "properties": {"id": "ak16993986", "mag": 2.3, "time": 1507011386112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3903, 51.6732, 5.4]}, "bbox": [-178.3903, 51.6732, -178.3903, 51.6732]}, {"id": "664", "type": "Feature", "properties": {"id": "ci38017472", "mag": 1.5, "time": 1507010945840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.936833, 33.147, 7.23]}, "bbox": [-115.936833, 33.147, -115.936833, 33.147]}, {"id": "665", "type": "Feature", "properties": {"id": "ak16988244", "mag": 1.2, "time": 1507010895307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6337, 63.3262, 13.3]}, "bbox": [-145.6337, 63.3262, -145.6337, 63.3262]}, {"id": "666", "type": "Feature", "properties": {"id": "ci38017464", "mag": 1.4, "time": 1507008876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4845, 32.748667, 13.78]}, "bbox": [-115.4845, 32.748667, -115.4845, 32.748667]}, {"id": "667", "type": "Feature", "properties": {"id": "ci38017456", "mag": 1.19, "time": 1507008741980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.783833, 33.267833, 11.48]}, "bbox": [-116.783833, 33.267833, -116.783833, 33.267833]}, {"id": "668", "type": "Feature", "properties": {"id": "us2000b0ef", "mag": 4.9, "time": 1507008633680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9398, 15.4089, 62.32]}, "bbox": [-93.9398, 15.4089, -93.9398, 15.4089]}, {"id": "669", "type": "Feature", "properties": {"id": "mb80258984", "mag": 1.01, "time": 1507006889790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.430667, 43.6785, 7.63]}, "bbox": [-110.430667, 43.6785, -110.430667, 43.6785]}, {"id": "670", "type": "Feature", "properties": {"id": "mb80258979", "mag": 1.31, "time": 1507006468040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5225, 46.871167, 10.98]}, "bbox": [-112.5225, 46.871167, -112.5225, 46.871167]}, {"id": "671", "type": "Feature", "properties": {"id": "ak16988238", "mag": 2.4, "time": 1507005858917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.1659, 51.8129, 90.4]}, "bbox": [-174.1659, 51.8129, -174.1659, 51.8129]}, {"id": "672", "type": "Feature", "properties": {"id": "ak16993983", "mag": 1.4, "time": 1507004701069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7077, 62.778, 79.7]}, "bbox": [-150.7077, 62.778, -150.7077, 62.778]}, {"id": "673", "type": "Feature", "properties": {"id": "ci38017432", "mag": 1.1, "time": 1507003677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.485333, 4.63]}, "bbox": [-116.790667, 33.485333, -116.790667, 33.485333]}, {"id": "674", "type": "Feature", "properties": {"id": "ak16988237", "mag": 1.5, "time": 1507003090709, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0237, 61.1529, 7.4]}, "bbox": [-140.0237, 61.1529, -140.0237, 61.1529]}, {"id": "675", "type": "Feature", "properties": {"id": "mb80258949", "mag": 1.2, "time": 1507002724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.869, 10.38]}, "bbox": [-112.529833, 46.869, -112.529833, 46.869]}, {"id": "676", "type": "Feature", "properties": {"id": "ak16988235", "mag": 2.7, "time": 1507001740915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.6571, 52.9982, 32.2]}, "bbox": [-167.6571, 52.9982, -167.6571, 52.9982]}, {"id": "677", "type": "Feature", "properties": {"id": "nn00607958", "mag": 1.2, "time": 1507001239948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3057, 38.4484, 5.6]}, "bbox": [-119.3057, 38.4484, -119.3057, 38.4484]}, {"id": "678", "type": "Feature", "properties": {"id": "ak16988229", "mag": 1.6, "time": 1506999699601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3039, 62.7285, 79.0]}, "bbox": [-150.3039, 62.7285, -150.3039, 62.7285]}, {"id": "679", "type": "Feature", "properties": {"id": "ak16988225", "mag": 1.7, "time": 1506999179710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.178, 66.888, 7.7]}, "bbox": [-146.178, 66.888, -146.178, 66.888]}, {"id": "680", "type": "Feature", "properties": {"id": "mb80258939", "mag": 1.1, "time": 1506998768510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.860333, 12.25]}, "bbox": [-112.528833, 46.860333, -112.528833, 46.860333]}, {"id": "681", "type": "Feature", "properties": {"id": "ak16988222", "mag": 2.7, "time": 1506998450736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4948, 53.5386, 57.3]}, "bbox": [-166.4948, 53.5386, -166.4948, 53.5386]}, {"id": "682", "type": "Feature", "properties": {"id": "ak16988221", "mag": 1.2, "time": 1506998296606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3526, 63.268, 2.3]}, "bbox": [-151.3526, 63.268, -151.3526, 63.268]}, {"id": "683", "type": "Feature", "properties": {"id": "ak16988218", "mag": 1.0, "time": 1506997994823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5335, 53.8446, 6.9]}, "bbox": [-166.5335, 53.8446, -166.5335, 53.8446]}, {"id": "684", "type": "Feature", "properties": {"id": "ak16988217", "mag": 2.2, "time": 1506997972933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6125, 58.9289, 125.8]}, "bbox": [-154.6125, 58.9289, -154.6125, 58.9289]}, {"id": "685", "type": "Feature", "properties": {"id": "nc72903391", "mag": 1.03, "time": 1506997840780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847336, 38.829834, 1.06]}, "bbox": [-122.847336, 38.829834, -122.847336, 38.829834]}, {"id": "686", "type": "Feature", "properties": {"id": "nc72903396", "mag": 1.23, "time": 1506997715100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.315667, 37.487833, 3.9]}, "bbox": [-119.315667, 37.487833, -119.315667, 37.487833]}, {"id": "687", "type": "Feature", "properties": {"id": "ci38017400", "mag": 1.05, "time": 1506997467730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.334333, 33.346333, 9.65]}, "bbox": [-116.334333, 33.346333, -116.334333, 33.346333]}, {"id": "688", "type": "Feature", "properties": {"id": "ak16993974", "mag": 1.4, "time": 1506996608838, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2536, 62.5803, 93.5]}, "bbox": [-151.2536, 62.5803, -151.2536, 62.5803]}, {"id": "689", "type": "Feature", "properties": {"id": "ak16988215", "mag": 1.6, "time": 1506996320652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.155, 61.9755, 70.6]}, "bbox": [-151.155, 61.9755, -151.155, 61.9755]}, {"id": "690", "type": "Feature", "properties": {"id": "ak16993972", "mag": 1.6, "time": 1506995513010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7768, 60.1335, 76.2]}, "bbox": [-151.7768, 60.1335, -151.7768, 60.1335]}, {"id": "691", "type": "Feature", "properties": {"id": "ak16993971", "mag": 1.2, "time": 1506995387104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6738, 61.6682, 50.5]}, "bbox": [-149.6738, 61.6682, -149.6738, 61.6682]}, {"id": "692", "type": "Feature", "properties": {"id": "hv61930601", "mag": 2.1, "time": 1506994522010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.565506, 19.795834, 15.58]}, "bbox": [-155.565506, 19.795834, -155.565506, 19.795834]}, {"id": "693", "type": "Feature", "properties": {"id": "ak16993970", "mag": 1.1, "time": 1506994269143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0156, 64.7374, 10.4]}, "bbox": [-140.0156, 64.7374, -140.0156, 64.7374]}, {"id": "694", "type": "Feature", "properties": {"id": "nc72903381", "mag": 1.16, "time": 1506991878630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.803169, 38.824001, 2.33]}, "bbox": [-122.803169, 38.824001, -122.803169, 38.824001]}, {"id": "695", "type": "Feature", "properties": {"id": "ci38017368", "mag": 1.36, "time": 1506989712460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168667, 34.0055, 13.99]}, "bbox": [-117.168667, 34.0055, -117.168667, 34.0055]}, {"id": "696", "type": "Feature", "properties": {"id": "uw61336686", "mag": 1.47, "time": 1506988725560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044167, 49.145, -1.01]}, "bbox": [-122.044167, 49.145, -122.044167, 49.145]}, {"id": "697", "type": "Feature", "properties": {"id": "ak16988200", "mag": 2.8, "time": 1506988653897, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6324, 61.3885, 39.1]}, "bbox": [-150.6324, 61.3885, -150.6324, 61.3885]}, {"id": "698", "type": "Feature", "properties": {"id": "nm60207781", "mag": 1.99, "time": 1506988371180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.444833, 36.088167, 13.18]}, "bbox": [-89.444833, 36.088167, -89.444833, 36.088167]}, {"id": "699", "type": "Feature", "properties": {"id": "us2000az70", "mag": 4.7, "time": 1506987102640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.8995, 12.8626, 27.25]}, "bbox": [91.8995, 12.8626, 91.8995, 12.8626]}, {"id": "700", "type": "Feature", "properties": {"id": "ci38017360", "mag": 1.72, "time": 1506986970860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.674, 35.035333, -0.82]}, "bbox": [-117.674, 35.035333, -117.674, 35.035333]}, {"id": "701", "type": "Feature", "properties": {"id": "us2000azc7", "mag": 2.4, "time": 1506986577400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6124, 36.8167, 5.123]}, "bbox": [-97.6124, 36.8167, -97.6124, 36.8167]}, {"id": "702", "type": "Feature", "properties": {"id": "nm60207771", "mag": 1.11, "time": 1506984309110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.517167, 36.232667, 8.34]}, "bbox": [-89.517167, 36.232667, -89.517167, 36.232667]}, {"id": "703", "type": "Feature", "properties": {"id": "ci38017336", "mag": 1.0, "time": 1506984123180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.975833, 4.84]}, "bbox": [-116.2705, 33.975833, -116.2705, 33.975833]}, {"id": "704", "type": "Feature", "properties": {"id": "nc72903356", "mag": 1.77, "time": 1506983102870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.991833, 40.153833, 4.17]}, "bbox": [-120.991833, 40.153833, -120.991833, 40.153833]}, {"id": "705", "type": "Feature", "properties": {"id": "uw61336646", "mag": 1.36, "time": 1506982150130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4015, 46.173833, -0.3]}, "bbox": [-123.4015, 46.173833, -123.4015, 46.173833]}, {"id": "706", "type": "Feature", "properties": {"id": "us2000ayh7", "mag": 4.4, "time": 1506982074330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7039, -22.2431, 108.4]}, "bbox": [-68.7039, -22.2431, -68.7039, -22.2431]}, {"id": "707", "type": "Feature", "properties": {"id": "uw61336631", "mag": 1.27, "time": 1506980575160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.930333, 48.1035, -1.28]}, "bbox": [-121.930333, 48.1035, -121.930333, 48.1035]}, {"id": "708", "type": "Feature", "properties": {"id": "us2000aya0", "mag": 5.3, "time": 1506980277150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.7345, -19.4817, 10.0]}, "bbox": [167.7345, -19.4817, 167.7345, -19.4817]}, {"id": "709", "type": "Feature", "properties": {"id": "nc72903316", "mag": 1.65, "time": 1506979898940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.824833, 2.33]}, "bbox": [-122.802, 38.824833, -122.802, 38.824833]}, {"id": "710", "type": "Feature", "properties": {"id": "nc72903311", "mag": 1.09, "time": 1506979301540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.531667, 37.139833, 8.93]}, "bbox": [-121.531667, 37.139833, -121.531667, 37.139833]}, {"id": "711", "type": "Feature", "properties": {"id": "nc72903306", "mag": 1.08, "time": 1506978484410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.444667, 36.959667, 6.72]}, "bbox": [-121.444667, 36.959667, -121.444667, 36.959667]}, {"id": "712", "type": "Feature", "properties": {"id": "nc72903301", "mag": 1.46, "time": 1506978005870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.351667, 39.5165, 4.32]}, "bbox": [-123.351667, 39.5165, -123.351667, 39.5165]}, {"id": "713", "type": "Feature", "properties": {"id": "mb80258889", "mag": 2.36, "time": 1506975888040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9055, 47.358667, 13.73]}, "bbox": [-113.9055, 47.358667, -113.9055, 47.358667]}, {"id": "714", "type": "Feature", "properties": {"id": "nc72903286", "mag": 0.97, "time": 1506975385450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.590333, 0.28]}, "bbox": [-118.946833, 37.590333, -118.946833, 37.590333]}, {"id": "715", "type": "Feature", "properties": {"id": "ci38017200", "mag": 0.96, "time": 1506974805670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.503167, 33.8695, -0.36]}, "bbox": [-117.503167, 33.8695, -117.503167, 33.8695]}, {"id": "716", "type": "Feature", "properties": {"id": "us2000axzc", "mag": 2.8, "time": 1506974101570, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-102.3612, 35.5909, 5.45]}, "bbox": [-102.3612, 35.5909, -102.3612, 35.5909]}, {"id": "717", "type": "Feature", "properties": {"id": "nc72903271", "mag": 2.25, "time": 1506973045100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609167, 36.880667, 6.31]}, "bbox": [-121.609167, 36.880667, -121.609167, 36.880667]}, {"id": "718", "type": "Feature", "properties": {"id": "mb80258884", "mag": 1.4, "time": 1506972979050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5355, 46.8805, 12.28]}, "bbox": [-112.5355, 46.8805, -112.5355, 46.8805]}, {"id": "719", "type": "Feature", "properties": {"id": "nc72903261", "mag": 1.85, "time": 1506971674240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831833, 37.455667, 1.78]}, "bbox": [-118.831833, 37.455667, -118.831833, 37.455667]}, {"id": "720", "type": "Feature", "properties": {"id": "ci38017136", "mag": 1.08, "time": 1506971129830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.192, 34.993167, -0.84]}, "bbox": [-118.192, 34.993167, -118.192, 34.993167]}, {"id": "721", "type": "Feature", "properties": {"id": "mb80258874", "mag": 1.49, "time": 1506970982010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4715, 45.995667, -2.0]}, "bbox": [-112.4715, 45.995667, -112.4715, 45.995667]}, {"id": "722", "type": "Feature", "properties": {"id": "ci38017120", "mag": 0.99, "time": 1506970881590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.649167, 35.932833, 2.94]}, "bbox": [-117.649167, 35.932833, -117.649167, 35.932833]}, {"id": "723", "type": "Feature", "properties": {"id": "nc72903251", "mag": 1.78, "time": 1506970847010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.308833, 40.750667, -0.79]}, "bbox": [-122.308833, 40.750667, -122.308833, 40.750667]}, {"id": "724", "type": "Feature", "properties": {"id": "nc72903246", "mag": 1.41, "time": 1506970631190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.932667, 35.639, 4.96]}, "bbox": [-120.932667, 35.639, -120.932667, 35.639]}, {"id": "725", "type": "Feature", "properties": {"id": "nc72903241", "mag": 1.21, "time": 1506970286520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.679167, 38.533833, 5.88]}, "bbox": [-122.679167, 38.533833, -122.679167, 38.533833]}, {"id": "726", "type": "Feature", "properties": {"id": "ci38017104", "mag": 1.66, "time": 1506970188840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.133167, 34.279, 6.09]}, "bbox": [-117.133167, 34.279, -117.133167, 34.279]}, {"id": "727", "type": "Feature", "properties": {"id": "us2000axxi", "mag": 4.6, "time": 1506969995010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [102.3915, -7.056, 10.0]}, "bbox": [102.3915, -7.056, 102.3915, -7.056]}, {"id": "728", "type": "Feature", "properties": {"id": "mb80258869", "mag": 1.46, "time": 1506969854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.87, 10.71]}, "bbox": [-112.523167, 46.87, -112.523167, 46.87]}, {"id": "729", "type": "Feature", "properties": {"id": "ci38017064", "mag": 1.26, "time": 1506968962060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623333, 33.912167, 10.5]}, "bbox": [-118.623333, 33.912167, -118.623333, 33.912167]}, {"id": "730", "type": "Feature", "properties": {"id": "nc72903226", "mag": 0.96, "time": 1506968036980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.530667, 2.11]}, "bbox": [-118.880333, 37.530667, -118.880333, 37.530667]}, {"id": "731", "type": "Feature", "properties": {"id": "us2000axwl", "mag": 4.6, "time": 1506968031500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.5291, 21.4218, 96.74]}, "bbox": [94.5291, 21.4218, 94.5291, 21.4218]}, {"id": "732", "type": "Feature", "properties": {"id": "nc72904986", "mag": 1.14, "time": 1506968001000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.718167, 40.935167, 12.07]}, "bbox": [-121.718167, 40.935167, -121.718167, 40.935167]}, {"id": "733", "type": "Feature", "properties": {"id": "ak16988088", "mag": 2.2, "time": 1506967247502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9366, 59.642, 98.9]}, "bbox": [-152.9366, 59.642, -152.9366, 59.642]}, {"id": "734", "type": "Feature", "properties": {"id": "nn00607868", "mag": 1.0, "time": 1506966403731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4944, 37.2386, 0.0]}, "bbox": [-115.4944, 37.2386, -115.4944, 37.2386]}, {"id": "735", "type": "Feature", "properties": {"id": "nc72903211", "mag": 0.98, "time": 1506965951300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.457667, 1.76]}, "bbox": [-118.833, 37.457667, -118.833, 37.457667]}, {"id": "736", "type": "Feature", "properties": {"id": "ci37167228", "mag": 1.57, "time": 1506964185870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4615, 34.328667, 3.74]}, "bbox": [-116.4615, 34.328667, -116.4615, 34.328667]}, {"id": "737", "type": "Feature", "properties": {"id": "ci38016984", "mag": 1.25, "time": 1506964183390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.466833, 34.3255, 4.39]}, "bbox": [-116.466833, 34.3255, -116.466833, 34.3255]}, {"id": "738", "type": "Feature", "properties": {"id": "nc72903196", "mag": 1.36, "time": 1506963756010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.456667, 2.57]}, "bbox": [-118.827833, 37.456667, -118.827833, 37.456667]}, {"id": "739", "type": "Feature", "properties": {"id": "mb80258854", "mag": 1.03, "time": 1506962682500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.8625, 13.48]}, "bbox": [-112.528667, 46.8625, -112.528667, 46.8625]}, {"id": "740", "type": "Feature", "properties": {"id": "nc72903176", "mag": 1.21, "time": 1506962394170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.457167, 2.28]}, "bbox": [-118.827833, 37.457167, -118.827833, 37.457167]}, {"id": "741", "type": "Feature", "properties": {"id": "nc72903166", "mag": 1.88, "time": 1506961834060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827167, 37.4555, 1.91]}, "bbox": [-118.827167, 37.4555, -118.827167, 37.4555]}, {"id": "742", "type": "Feature", "properties": {"id": "nc72903156", "mag": 1.69, "time": 1506961396620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8265, 37.456333, 2.16]}, "bbox": [-118.8265, 37.456333, -118.8265, 37.456333]}, {"id": "743", "type": "Feature", "properties": {"id": "nc72903146", "mag": 3.02, "time": 1506961086740, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829, 37.453667, 2.61]}, "bbox": [-118.829, 37.453667, -118.829, 37.453667]}, {"id": "744", "type": "Feature", "properties": {"id": "ci38016888", "mag": 1.17, "time": 1506960224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0325, 33.879333, -0.97]}, "bbox": [-117.0325, 33.879333, -117.0325, 33.879333]}, {"id": "745", "type": "Feature", "properties": {"id": "nc72903131", "mag": 1.08, "time": 1506959715450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.371333, 35.706833, 1.86]}, "bbox": [-120.371333, 35.706833, -120.371333, 35.706833]}, {"id": "746", "type": "Feature", "properties": {"id": "ak16988071", "mag": 1.4, "time": 1506959208997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9837, 67.1697, 0.0]}, "bbox": [-142.9837, 67.1697, -142.9837, 67.1697]}, {"id": "747", "type": "Feature", "properties": {"id": "nn00607854", "mag": 1.7, "time": 1506958960926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.8425, 36.5559, 8.1]}, "bbox": [-113.8425, 36.5559, -113.8425, 36.5559]}, {"id": "748", "type": "Feature", "properties": {"id": "uu60250907", "mag": 2.05, "time": 1506957621760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.546333, 7.87]}, "bbox": [-111.4145, 42.546333, -111.4145, 42.546333]}, {"id": "749", "type": "Feature", "properties": {"id": "nc72903111", "mag": 1.41, "time": 1506957279300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.997333, 36.462667, 5.69]}, "bbox": [-120.997333, 36.462667, -120.997333, 36.462667]}, {"id": "750", "type": "Feature", "properties": {"id": "nm60207666", "mag": 2.19, "time": 1506957159610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.8025, 36.5505, 12.47]}, "bbox": [-89.8025, 36.5505, -89.8025, 36.5505]}, {"id": "751", "type": "Feature", "properties": {"id": "ak16988065", "mag": 2.7, "time": 1506956391417, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8151, 61.2492, 19.9]}, "bbox": [-146.8151, 61.2492, -146.8151, 61.2492]}, {"id": "752", "type": "Feature", "properties": {"id": "mb80258839", "mag": 1.19, "time": 1506955175250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.870333, 10.04]}, "bbox": [-112.526167, 46.870333, -112.526167, 46.870333]}, {"id": "753", "type": "Feature", "properties": {"id": "us2000axtv", "mag": 4.7, "time": 1506953290020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.1289, 2.6798, 25.66]}, "bbox": [127.1289, 2.6798, 127.1289, 2.6798]}, {"id": "754", "type": "Feature", "properties": {"id": "nc72903096", "mag": 1.04, "time": 1506952925800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.513833, 8.22]}, "bbox": [-118.822667, 37.513833, -118.822667, 37.513833]}, {"id": "755", "type": "Feature", "properties": {"id": "ak16987055", "mag": 1.1, "time": 1506952513029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2609, 64.6409, 14.4]}, "bbox": [-149.2609, 64.6409, -149.2609, 64.6409]}, {"id": "756", "type": "Feature", "properties": {"id": "nc72903081", "mag": 1.18, "time": 1506950851670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751663, 38.832832, 0.68]}, "bbox": [-122.751663, 38.832832, -122.751663, 38.832832]}, {"id": "757", "type": "Feature", "properties": {"id": "us2000axtl", "mag": 4.7, "time": 1506950716850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6372, 28.6895, 10.0]}, "bbox": [51.6372, 28.6895, 51.6372, 28.6895]}, {"id": "758", "type": "Feature", "properties": {"id": "mb80258829", "mag": 1.08, "time": 1506950613020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.868167, 9.75]}, "bbox": [-112.524667, 46.868167, -112.524667, 46.868167]}, {"id": "759", "type": "Feature", "properties": {"id": "mb80258824", "mag": 1.16, "time": 1506950147300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.866667, 11.08]}, "bbox": [-112.523333, 46.866667, -112.523333, 46.866667]}, {"id": "760", "type": "Feature", "properties": {"id": "uu60250902", "mag": 1.34, "time": 1506949268120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.084, 44.7795, 11.23]}, "bbox": [-111.084, 44.7795, -111.084, 44.7795]}, {"id": "761", "type": "Feature", "properties": {"id": "mb80258814", "mag": 1.19, "time": 1506949148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.855833, 14.0]}, "bbox": [-112.527333, 46.855833, -112.527333, 46.855833]}, {"id": "762", "type": "Feature", "properties": {"id": "hv61929981", "mag": 2.4, "time": 1506948942340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.592667, 19.465333, 0.033]}, "bbox": [-155.592667, 19.465333, -155.592667, 19.465333]}, {"id": "763", "type": "Feature", "properties": {"id": "us2000axsh", "mag": 2.6, "time": 1506947996150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5037, 36.2851, 3.93]}, "bbox": [-97.5037, 36.2851, -97.5037, 36.2851]}, {"id": "764", "type": "Feature", "properties": {"id": "mb80258799", "mag": 1.69, "time": 1506947507620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.869833, 10.17]}, "bbox": [-112.527833, 46.869833, -112.527833, 46.869833]}, {"id": "765", "type": "Feature", "properties": {"id": "ak16987046", "mag": 1.5, "time": 1506947130357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1189, 63.1205, 16.2]}, "bbox": [-151.1189, 63.1205, -151.1189, 63.1205]}, {"id": "766", "type": "Feature", "properties": {"id": "nc72903071", "mag": 1.5, "time": 1506946592080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.885667, 36.3165, 6.48]}, "bbox": [-120.885667, 36.3165, -120.885667, 36.3165]}, {"id": "767", "type": "Feature", "properties": {"id": "us2000axs4", "mag": 4.3, "time": 1506946114440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-61.2682, 13.209, 136.91]}, "bbox": [-61.2682, 13.209, -61.2682, 13.209]}, {"id": "768", "type": "Feature", "properties": {"id": "us2000axsa", "mag": 4.3, "time": 1506945001990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.4854, -37.3176, 354.86]}, "bbox": [176.4854, -37.3176, 176.4854, -37.3176]}, {"id": "769", "type": "Feature", "properties": {"id": "mb80258789", "mag": 2.2, "time": 1506944699010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533, 46.869833, 13.3]}, "bbox": [-112.533, 46.869833, -112.533, 46.869833]}, {"id": "770", "type": "Feature", "properties": {"id": "uu60250897", "mag": 1.6, "time": 1506943796070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.218667, 42.571667, 3.5]}, "bbox": [-111.218667, 42.571667, -111.218667, 42.571667]}, {"id": "771", "type": "Feature", "properties": {"id": "ak16986042", "mag": 1.3, "time": 1506943225411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.912, 63.0196, 66.0]}, "bbox": [-149.912, 63.0196, -149.912, 63.0196]}, {"id": "772", "type": "Feature", "properties": {"id": "ak16986039", "mag": 1.4, "time": 1506941366267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3257, 63.3321, 6.7]}, "bbox": [-145.3257, 63.3321, -145.3257, 63.3321]}, {"id": "773", "type": "Feature", "properties": {"id": "ci38016776", "mag": 1.44, "time": 1506940900650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.510667, 34.2985, 9.93]}, "bbox": [-118.510667, 34.2985, -118.510667, 34.2985]}, {"id": "774", "type": "Feature", "properties": {"id": "hv61929926", "mag": 2.13, "time": 1506940825170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.524002, 19.919001, 20.11]}, "bbox": [-155.524002, 19.919001, -155.524002, 19.919001]}, {"id": "775", "type": "Feature", "properties": {"id": "mb80258769", "mag": 1.48, "time": 1506940203900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 46.119833, 6.0]}, "bbox": [-110.33, 46.119833, -110.33, 46.119833]}, {"id": "776", "type": "Feature", "properties": {"id": "us2000axrm", "mag": 4.9, "time": 1506939736050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.2184, 12.3486, 35.55]}, "bbox": [-88.2184, 12.3486, -88.2184, 12.3486]}, {"id": "777", "type": "Feature", "properties": {"id": "ci38016768", "mag": 1.12, "time": 1506938746370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.067167, 34.208333, 2.04]}, "bbox": [-117.067167, 34.208333, -117.067167, 34.208333]}, {"id": "778", "type": "Feature", "properties": {"id": "ci38016760", "mag": 1.75, "time": 1506938502900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064833, 34.207833, 2.06]}, "bbox": [-117.064833, 34.207833, -117.064833, 34.207833]}, {"id": "779", "type": "Feature", "properties": {"id": "nc72903041", "mag": 1.87, "time": 1506938425810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.908833, 36.368667, 8.8]}, "bbox": [-120.908833, 36.368667, -120.908833, 36.368667]}, {"id": "780", "type": "Feature", "properties": {"id": "ak16985035", "mag": 1.7, "time": 1506938303105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1495, 63.1057, 3.5]}, "bbox": [-152.1495, 63.1057, -152.1495, 63.1057]}, {"id": "781", "type": "Feature", "properties": {"id": "ci38016752", "mag": 1.08, "time": 1506938024070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448833, 33.481, 8.33]}, "bbox": [-116.448833, 33.481, -116.448833, 33.481]}, {"id": "782", "type": "Feature", "properties": {"id": "ak16985032", "mag": 1.1, "time": 1506937259442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8806, 64.6842, 6.7]}, "bbox": [-146.8806, 64.6842, -146.8806, 64.6842]}, {"id": "783", "type": "Feature", "properties": {"id": "nm60207636", "mag": 1.71, "time": 1506936707930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.1365, 35.88, 10.55]}, "bbox": [-90.1365, 35.88, -90.1365, 35.88]}, {"id": "784", "type": "Feature", "properties": {"id": "uu60250892", "mag": 1.5, "time": 1506936161680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.480833, 42.384833, 5.67]}, "bbox": [-111.480833, 42.384833, -111.480833, 42.384833]}, {"id": "785", "type": "Feature", "properties": {"id": "mb80258764", "mag": 2.37, "time": 1506936112630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534333, 46.8675, 13.36]}, "bbox": [-112.534333, 46.8675, -112.534333, 46.8675]}, {"id": "786", "type": "Feature", "properties": {"id": "mb80258759", "mag": 3.08, "time": 1506934838560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529167, 46.872333, 11.44]}, "bbox": [-112.529167, 46.872333, -112.529167, 46.872333]}, {"id": "787", "type": "Feature", "properties": {"id": "ci38016728", "mag": 1.01, "time": 1506934828760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.065667, 34.2065, 1.91]}, "bbox": [-117.065667, 34.2065, -117.065667, 34.2065]}, {"id": "788", "type": "Feature", "properties": {"id": "us2000axr0", "mag": 4.3, "time": 1506933668380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8824, 16.708, 65.53]}, "bbox": [-94.8824, 16.708, -94.8824, 16.708]}, {"id": "789", "type": "Feature", "properties": {"id": "ci37398445", "mag": 0.97, "time": 1506933339570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460667, 34.332333, 5.88]}, "bbox": [-116.460667, 34.332333, -116.460667, 34.332333]}, {"id": "790", "type": "Feature", "properties": {"id": "nc72903031", "mag": 1.45, "time": 1506933218670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812667, 38.805, 2.29]}, "bbox": [-122.812667, 38.805, -122.812667, 38.805]}, {"id": "791", "type": "Feature", "properties": {"id": "us2000b0e8", "mag": 1.4, "time": 1506931958320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.32, 43.6653, 7.15]}, "bbox": [-71.32, 43.6653, -71.32, 43.6653]}, {"id": "792", "type": "Feature", "properties": {"id": "uu60250882", "mag": 1.44, "time": 1506931830720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4165, 42.520333, 8.15]}, "bbox": [-111.4165, 42.520333, -111.4165, 42.520333]}, {"id": "793", "type": "Feature", "properties": {"id": "uu60250877", "mag": 1.13, "time": 1506930804620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.544333, 7.62]}, "bbox": [-111.414333, 42.544333, -111.414333, 42.544333]}, {"id": "794", "type": "Feature", "properties": {"id": "ci38016688", "mag": 1.28, "time": 1506929655950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.003333, 33.1775, 4.99]}, "bbox": [-116.003333, 33.1775, -116.003333, 33.1775]}, {"id": "795", "type": "Feature", "properties": {"id": "ak16985021", "mag": 2.3, "time": 1506927665686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5448, 63.1998, 0.0]}, "bbox": [-151.5448, 63.1998, -151.5448, 63.1998]}, {"id": "796", "type": "Feature", "properties": {"id": "ak16985020", "mag": 1.7, "time": 1506927499500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4204, 67.3068, 0.0]}, "bbox": [-155.4204, 67.3068, -155.4204, 67.3068]}, {"id": "797", "type": "Feature", "properties": {"id": "mb80258749", "mag": 1.94, "time": 1506926930660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.874, 11.51]}, "bbox": [-112.523333, 46.874, -112.523333, 46.874]}, {"id": "798", "type": "Feature", "properties": {"id": "ak16985018", "mag": 1.1, "time": 1506926698712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.829, 65.5759, 9.2]}, "bbox": [-148.829, 65.5759, -148.829, 65.5759]}, {"id": "799", "type": "Feature", "properties": {"id": "hv61929841", "mag": 1.98, "time": 1506926298850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.412338, 19.245501, 33.84]}, "bbox": [-155.412338, 19.245501, -155.412338, 19.245501]}, {"id": "800", "type": "Feature", "properties": {"id": "se60045313", "mag": 1.9, "time": 1506925923790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.894667, 34.9895, 0.16]}, "bbox": [-82.894667, 34.9895, -82.894667, 34.9895]}, {"id": "801", "type": "Feature", "properties": {"id": "ak16984019", "mag": 1.1, "time": 1506925731082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5467, 65.155, 3.8]}, "bbox": [-148.5467, 65.155, -148.5467, 65.155]}, {"id": "802", "type": "Feature", "properties": {"id": "mb80258744", "mag": 1.32, "time": 1506925562230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.867167, 11.58]}, "bbox": [-112.528833, 46.867167, -112.528833, 46.867167]}, {"id": "803", "type": "Feature", "properties": {"id": "ci38016672", "mag": 0.97, "time": 1506925004450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.422833, 33.04, 10.21]}, "bbox": [-116.422833, 33.04, -116.422833, 33.04]}, {"id": "804", "type": "Feature", "properties": {"id": "ak16984018", "mag": 1.4, "time": 1506924871383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2817, 61.9608, 23.3]}, "bbox": [-150.2817, 61.9608, -150.2817, 61.9608]}, {"id": "805", "type": "Feature", "properties": {"id": "uu60250872", "mag": 1.58, "time": 1506924776930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.033833, 38.600333, 7.01]}, "bbox": [-112.033833, 38.600333, -112.033833, 38.600333]}, {"id": "806", "type": "Feature", "properties": {"id": "ak16984009", "mag": 3.0, "time": 1506924381290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1032, 58.7701, 99.0]}, "bbox": [-154.1032, 58.7701, -154.1032, 58.7701]}, {"id": "807", "type": "Feature", "properties": {"id": "uu60250867", "mag": 1.58, "time": 1506924167170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409667, 42.562167, 7.8]}, "bbox": [-111.409667, 42.562167, -111.409667, 42.562167]}, {"id": "808", "type": "Feature", "properties": {"id": "us2000axq4", "mag": 4.2, "time": 1506924037060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3565, -41.7636, 24.13]}, "bbox": [174.3565, -41.7636, 174.3565, -41.7636]}, {"id": "809", "type": "Feature", "properties": {"id": "ci38016664", "mag": 1.49, "time": 1506923205850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.589167, 32.780833, 12.71]}, "bbox": [-116.589167, 32.780833, -116.589167, 32.780833]}, {"id": "810", "type": "Feature", "properties": {"id": "ci38016656", "mag": 2.39, "time": 1506923145240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.009833, 33.179833, 9.12]}, "bbox": [-116.009833, 33.179833, -116.009833, 33.179833]}, {"id": "811", "type": "Feature", "properties": {"id": "us2000axq3", "mag": 4.7, "time": 1506923126070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4587, -21.8514, 582.95]}, "bbox": [-179.4587, -21.8514, -179.4587, -21.8514]}, {"id": "812", "type": "Feature", "properties": {"id": "ci38016648", "mag": 2.46, "time": 1506922959220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010167, 33.179, 8.89]}, "bbox": [-116.010167, 33.179, -116.010167, 33.179]}, {"id": "813", "type": "Feature", "properties": {"id": "uw61336471", "mag": 3.25, "time": 1506922219710, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8935, 47.887833, 54.22]}, "bbox": [-122.8935, 47.887833, -122.8935, 47.887833]}, {"id": "814", "type": "Feature", "properties": {"id": "nm60207631", "mag": 1.51, "time": 1506922179830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.527833, 36.243667, 7.74]}, "bbox": [-89.527833, 36.243667, -89.527833, 36.243667]}, {"id": "815", "type": "Feature", "properties": {"id": "nn00607885", "mag": 1.0, "time": 1506921346217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0518, 37.0814, 8.8]}, "bbox": [-117.0518, 37.0814, -117.0518, 37.0814]}, {"id": "816", "type": "Feature", "properties": {"id": "us2000axpv", "mag": 4.8, "time": 1506921205270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [72.4324, 38.1132, 115.18]}, "bbox": [72.4324, 38.1132, 72.4324, 38.1132]}, {"id": "817", "type": "Feature", "properties": {"id": "ak16983007", "mag": 1.4, "time": 1506919945331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5212, 66.5767, 2.8]}, "bbox": [-147.5212, 66.5767, -147.5212, 66.5767]}, {"id": "818", "type": "Feature", "properties": {"id": "nc72902986", "mag": 1.91, "time": 1506919685230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.524833, 35.967333, 10.71]}, "bbox": [-120.524833, 35.967333, -120.524833, 35.967333]}, {"id": "819", "type": "Feature", "properties": {"id": "us2000axpm", "mag": 2.2, "time": 1506919604410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5118, 36.9048, 4.52]}, "bbox": [-97.5118, 36.9048, -97.5118, 36.9048]}, {"id": "820", "type": "Feature", "properties": {"id": "uw61336446", "mag": 1.27, "time": 1506919122930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.245667, 46.345833, 7.97]}, "bbox": [-122.245667, 46.345833, -122.245667, 46.345833]}, {"id": "821", "type": "Feature", "properties": {"id": "ci38016584", "mag": 2.31, "time": 1506918555650, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.500167, 5.3]}, "bbox": [-116.7985, 33.500167, -116.7985, 33.500167]}, {"id": "822", "type": "Feature", "properties": {"id": "uu60250862", "mag": 1.41, "time": 1506917347110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411167, 42.640167, -1.04]}, "bbox": [-111.411167, 42.640167, -111.411167, 42.640167]}, {"id": "823", "type": "Feature", "properties": {"id": "ci38016576", "mag": 1.0, "time": 1506916919110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.43, 33.028833, 3.21]}, "bbox": [-116.43, 33.028833, -116.43, 33.028833]}, {"id": "824", "type": "Feature", "properties": {"id": "ci38016568", "mag": 1.08, "time": 1506916645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.048333, 33.2415, 5.47]}, "bbox": [-116.048333, 33.2415, -116.048333, 33.2415]}, {"id": "825", "type": "Feature", "properties": {"id": "uu60250857", "mag": 1.42, "time": 1506916237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446167, 42.608333, 6.68]}, "bbox": [-111.446167, 42.608333, -111.446167, 42.608333]}, {"id": "826", "type": "Feature", "properties": {"id": "ci38016552", "mag": 1.32, "time": 1506915577280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.482167, 35.754, 3.27]}, "bbox": [-118.482167, 35.754, -118.482167, 35.754]}, {"id": "827", "type": "Feature", "properties": {"id": "hv61929701", "mag": 2.26, "time": 1506915466040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.021835, 19.397499, 0.02]}, "bbox": [-155.021835, 19.397499, -155.021835, 19.397499]}, {"id": "828", "type": "Feature", "properties": {"id": "us2000axp9", "mag": 2.5, "time": 1506915178660, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5196, 36.2819, 4.38]}, "bbox": [-97.5196, 36.2819, -97.5196, 36.2819]}, {"id": "829", "type": "Feature", "properties": {"id": "ak16982006", "mag": 3.4, "time": 1506913363596, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9176, 55.7636, 20.8]}, "bbox": [-154.9176, 55.7636, -154.9176, 55.7636]}, {"id": "830", "type": "Feature", "properties": {"id": "us2000axp5", "mag": 2.7, "time": 1506913350820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5073, 46.8582, 10.64]}, "bbox": [-112.5073, 46.8582, -112.5073, 46.8582]}, {"id": "831", "type": "Feature", "properties": {"id": "mb80258724", "mag": 1.27, "time": 1506912496350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.017333, 44.484667, 7.23]}, "bbox": [-113.017333, 44.484667, -113.017333, 44.484667]}, {"id": "832", "type": "Feature", "properties": {"id": "nc72902956", "mag": 1.67, "time": 1506912463450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4705, 40.704167, 17.1]}, "bbox": [-122.4705, 40.704167, -122.4705, 40.704167]}, {"id": "833", "type": "Feature", "properties": {"id": "uu60250847", "mag": 1.01, "time": 1506911908120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.516667, 6.74]}, "bbox": [-111.418333, 42.516667, -111.418333, 42.516667]}, {"id": "834", "type": "Feature", "properties": {"id": "ak16982001", "mag": 1.1, "time": 1506909373983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8167, 61.2439, 26.6]}, "bbox": [-146.8167, 61.2439, -146.8167, 61.2439]}, {"id": "835", "type": "Feature", "properties": {"id": "uu60250837", "mag": 1.18, "time": 1506909364560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411833, 42.520667, 7.35]}, "bbox": [-111.411833, 42.520667, -111.411833, 42.520667]}, {"id": "836", "type": "Feature", "properties": {"id": "mb80258714", "mag": 1.56, "time": 1506908562340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.872833, 12.04]}, "bbox": [-112.523167, 46.872833, -112.523167, 46.872833]}, {"id": "837", "type": "Feature", "properties": {"id": "ak16981996", "mag": 1.3, "time": 1506908205944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5285, 63.1691, 0.0]}, "bbox": [-151.5285, 63.1691, -151.5285, 63.1691]}, {"id": "838", "type": "Feature", "properties": {"id": "ak16982000", "mag": 1.4, "time": 1506908156528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6012, 59.5948, 56.3]}, "bbox": [-151.6012, 59.5948, -151.6012, 59.5948]}, {"id": "839", "type": "Feature", "properties": {"id": "us2000axnx", "mag": 2.6, "time": 1506907742490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4159, 42.5178, 6.97]}, "bbox": [-111.4159, 42.5178, -111.4159, 42.5178]}, {"id": "840", "type": "Feature", "properties": {"id": "ak16981992", "mag": 1.8, "time": 1506907678571, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2312, 63.3329, 7.3]}, "bbox": [-145.2312, 63.3329, -145.2312, 63.3329]}, {"id": "841", "type": "Feature", "properties": {"id": "nc72902936", "mag": 1.52, "time": 1506905787330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.426, 38.404, 7.4]}, "bbox": [-122.426, 38.404, -122.426, 38.404]}, {"id": "842", "type": "Feature", "properties": {"id": "uu60250827", "mag": 1.35, "time": 1506905780190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4175, 42.518833, 6.5]}, "bbox": [-111.4175, 42.518833, -111.4175, 42.518833]}, {"id": "843", "type": "Feature", "properties": {"id": "uu60250822", "mag": 1.43, "time": 1506905571670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422333, 42.512667, 7.8]}, "bbox": [-111.422333, 42.512667, -111.422333, 42.512667]}, {"id": "844", "type": "Feature", "properties": {"id": "hv61929496", "mag": 1.71, "time": 1506905364520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.584503, 19.484333, 2.03]}, "bbox": [-155.584503, 19.484333, -155.584503, 19.484333]}, {"id": "845", "type": "Feature", "properties": {"id": "ak16981986", "mag": 1.5, "time": 1506903663272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7914, 61.5177, 34.2]}, "bbox": [-149.7914, 61.5177, -149.7914, 61.5177]}, {"id": "846", "type": "Feature", "properties": {"id": "ci38016496", "mag": 1.6, "time": 1506903468250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793667, 33.502333, 5.16]}, "bbox": [-116.793667, 33.502333, -116.793667, 33.502333]}, {"id": "847", "type": "Feature", "properties": {"id": "ci38016488", "mag": 1.3, "time": 1506903227250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5175, 34.2865, 7.02]}, "bbox": [-118.5175, 34.2865, -118.5175, 34.2865]}, {"id": "848", "type": "Feature", "properties": {"id": "nn00607841", "mag": 2.5, "time": 1506901760242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.7954, 37.1971, 7.1]}, "bbox": [-114.7954, 37.1971, -114.7954, 37.1971]}, {"id": "849", "type": "Feature", "properties": {"id": "nc72902911", "mag": 2.66, "time": 1506901676700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.506167, 40.3085, 21.45]}, "bbox": [-124.506167, 40.3085, -124.506167, 40.3085]}, {"id": "850", "type": "Feature", "properties": {"id": "ak16981979", "mag": 2.0, "time": 1506901404559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6022, 63.105, 120.0]}, "bbox": [-150.6022, 63.105, -150.6022, 63.105]}, {"id": "851", "type": "Feature", "properties": {"id": "ak16990868", "mag": 2.0, "time": 1506900397361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1198, 58.9916, 108.5]}, "bbox": [-154.1198, 58.9916, -154.1198, 58.9916]}, {"id": "852", "type": "Feature", "properties": {"id": "ak16980981", "mag": 1.3, "time": 1506899671796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.1479, 60.8928, 4.5]}, "bbox": [-138.1479, 60.8928, -138.1479, 60.8928]}, {"id": "853", "type": "Feature", "properties": {"id": "ci38016456", "mag": 1.6, "time": 1506899253540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2755, 33.976333, 5.3]}, "bbox": [-116.2755, 33.976333, -116.2755, 33.976333]}, {"id": "854", "type": "Feature", "properties": {"id": "nc72902901", "mag": 1.02, "time": 1506898875730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.816834, 1.1]}, "bbox": [-122.810165, 38.816834, -122.810165, 38.816834]}, {"id": "855", "type": "Feature", "properties": {"id": "mb80258679", "mag": 1.05, "time": 1506897817900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.891833, 12.84]}, "bbox": [-112.525833, 46.891833, -112.525833, 46.891833]}, {"id": "856", "type": "Feature", "properties": {"id": "ak16980976", "mag": 1.1, "time": 1506897164997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9167, 60.5402, 8.8]}, "bbox": [-141.9167, 60.5402, -141.9167, 60.5402]}, {"id": "857", "type": "Feature", "properties": {"id": "ak16980971", "mag": 1.8, "time": 1506896659586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1362, 61.9345, 11.0]}, "bbox": [-149.1362, 61.9345, -149.1362, 61.9345]}, {"id": "858", "type": "Feature", "properties": {"id": "ak16980968", "mag": 2.0, "time": 1506896402168, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9985, 65.5166, 15.0]}, "bbox": [-149.9985, 65.5166, -149.9985, 65.5166]}, {"id": "859", "type": "Feature", "properties": {"id": "ak16980965", "mag": 1.5, "time": 1506895579977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6538, 59.9364, 0.0]}, "bbox": [-139.6538, 59.9364, -139.6538, 59.9364]}, {"id": "860", "type": "Feature", "properties": {"id": "ci38016448", "mag": 1.52, "time": 1506895319020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.830833, 33.712, 16.9]}, "bbox": [-116.830833, 33.712, -116.830833, 33.712]}, {"id": "861", "type": "Feature", "properties": {"id": "ismpkansas70236163", "mag": 2.36, "time": 1506894257160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.905833, 36.996333, 9.62]}, "bbox": [-97.905833, 36.996333, -97.905833, 36.996333]}, {"id": "862", "type": "Feature", "properties": {"id": "ak16990861", "mag": 1.1, "time": 1506893923115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3425, 61.0789, 57.8]}, "bbox": [-150.3425, 61.0789, -150.3425, 61.0789]}, {"id": "863", "type": "Feature", "properties": {"id": "nn00607826", "mag": 1.4, "time": 1506893733690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6519, 39.1963, 5.8]}, "bbox": [-119.6519, 39.1963, -119.6519, 39.1963]}, {"id": "864", "type": "Feature", "properties": {"id": "ak16980964", "mag": 1.2, "time": 1506892711109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8709, 61.4311, 46.5]}, "bbox": [-149.8709, 61.4311, -149.8709, 61.4311]}, {"id": "865", "type": "Feature", "properties": {"id": "uw61336341", "mag": 1.82, "time": 1506892129610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.567667, 49.3235, -1.5]}, "bbox": [-120.567667, 49.3235, -120.567667, 49.3235]}, {"id": "866", "type": "Feature", "properties": {"id": "ak16990859", "mag": 1.9, "time": 1506891719402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8509, 57.8862, 54.2]}, "bbox": [-153.8509, 57.8862, -153.8509, 57.8862]}, {"id": "867", "type": "Feature", "properties": {"id": "ak16980963", "mag": 1.2, "time": 1506891059795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5477, 60.1976, 34.8]}, "bbox": [-149.5477, 60.1976, -149.5477, 60.1976]}, {"id": "868", "type": "Feature", "properties": {"id": "mb80258669", "mag": 1.06, "time": 1506890613170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515667, 46.8785, 11.55]}, "bbox": [-112.515667, 46.8785, -112.515667, 46.8785]}, {"id": "869", "type": "Feature", "properties": {"id": "ak16980956", "mag": 2.1, "time": 1506890459542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2618, 53.748, 49.3]}, "bbox": [-164.2618, 53.748, -164.2618, 53.748]}, {"id": "870", "type": "Feature", "properties": {"id": "ak16980945", "mag": 1.5, "time": 1506890359030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5485, 59.782, 2.5]}, "bbox": [-136.5485, 59.782, -136.5485, 59.782]}, {"id": "871", "type": "Feature", "properties": {"id": "ak16980939", "mag": 2.7, "time": 1506890337968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2691, 59.2151, 55.5]}, "bbox": [-152.2691, 59.2151, -152.2691, 59.2151]}, {"id": "872", "type": "Feature", "properties": {"id": "ak16980943", "mag": 2.0, "time": 1506890332904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1083, 61.5648, 11.6]}, "bbox": [-149.1083, 61.5648, -149.1083, 61.5648]}, {"id": "873", "type": "Feature", "properties": {"id": "us2000axlg", "mag": 2.5, "time": 1506890067740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7952, 35.9855, 3.13]}, "bbox": [-96.7952, 35.9855, -96.7952, 35.9855]}, {"id": "874", "type": "Feature", "properties": {"id": "nc72902871", "mag": 1.2, "time": 1506890044550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.619333, 36.969667, 5.21]}, "bbox": [-121.619333, 36.969667, -121.619333, 36.969667]}, {"id": "875", "type": "Feature", "properties": {"id": "ak16980936", "mag": 1.3, "time": 1506889965804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4052, 62.336, 46.1]}, "bbox": [-149.4052, 62.336, -149.4052, 62.336]}, {"id": "876", "type": "Feature", "properties": {"id": "ak16980933", "mag": 1.6, "time": 1506888599699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5246, 51.8512, 19.4]}, "bbox": [-174.5246, 51.8512, -174.5246, 51.8512]}, {"id": "877", "type": "Feature", "properties": {"id": "mb80258664", "mag": 1.08, "time": 1506888514540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.889833, 12.19]}, "bbox": [-112.525167, 46.889833, -112.525167, 46.889833]}, {"id": "878", "type": "Feature", "properties": {"id": "nc72902866", "mag": 1.72, "time": 1506888000180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3795, 40.710333, 18.86]}, "bbox": [-122.3795, 40.710333, -122.3795, 40.710333]}, {"id": "879", "type": "Feature", "properties": {"id": "us2000axkq", "mag": 3.3, "time": 1506887023210, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.4467, 36.1992, 5.42]}, "bbox": [-97.4467, 36.1992, -97.4467, 36.1992]}, {"id": "880", "type": "Feature", "properties": {"id": "us2000axkh", "mag": 4.4, "time": 1506885748640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3923, 15.6065, 68.63]}, "bbox": [-94.3923, 15.6065, -94.3923, 15.6065]}, {"id": "881", "type": "Feature", "properties": {"id": "us2000axkg", "mag": 4.7, "time": 1506885628670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [131.0709, 30.4016, 52.09]}, "bbox": [131.0709, 30.4016, 131.0709, 30.4016]}, {"id": "882", "type": "Feature", "properties": {"id": "nc72902851", "mag": 1.6, "time": 1506885379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.816833, 2.01]}, "bbox": [-122.806167, 38.816833, -122.806167, 38.816833]}, {"id": "883", "type": "Feature", "properties": {"id": "ak16979941", "mag": 1.1, "time": 1506885213719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2184, 62.3649, 80.4]}, "bbox": [-151.2184, 62.3649, -151.2184, 62.3649]}, {"id": "884", "type": "Feature", "properties": {"id": "nc72902846", "mag": 1.16, "time": 1506883965960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.676, 37.612, 3.61]}, "bbox": [-121.676, 37.612, -121.676, 37.612]}, {"id": "885", "type": "Feature", "properties": {"id": "nn00607803", "mag": 1.2, "time": 1506883429003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7983, 37.0626, 0.0]}, "bbox": [-117.7983, 37.0626, -117.7983, 37.0626]}, {"id": "886", "type": "Feature", "properties": {"id": "ak16990850", "mag": 1.4, "time": 1506881346159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4695, 60.2829, 104.2]}, "bbox": [-152.4695, 60.2829, -152.4695, 60.2829]}, {"id": "887", "type": "Feature", "properties": {"id": "nc72902836", "mag": 1.01, "time": 1506881205680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.831833, 1.97]}, "bbox": [-122.800835, 38.831833, -122.800835, 38.831833]}, {"id": "888", "type": "Feature", "properties": {"id": "ak16979936", "mag": 1.1, "time": 1506880968876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7414, 62.1039, 54.0]}, "bbox": [-149.7414, 62.1039, -149.7414, 62.1039]}, {"id": "889", "type": "Feature", "properties": {"id": "nn00607807", "mag": 1.1, "time": 1506880810251, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1156, 38.2725, 9.6]}, "bbox": [-119.1156, 38.2725, -119.1156, 38.2725]}, {"id": "890", "type": "Feature", "properties": {"id": "hv61928951", "mag": 2.13, "time": 1506880210700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.408493, 19.198166, 32.85]}, "bbox": [-155.408493, 19.198166, -155.408493, 19.198166]}, {"id": "891", "type": "Feature", "properties": {"id": "nn00607796", "mag": 1.4, "time": 1506880150990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7769, 37.082, 5.7]}, "bbox": [-117.7769, 37.082, -117.7769, 37.082]}, {"id": "892", "type": "Feature", "properties": {"id": "ak16979932", "mag": 1.3, "time": 1506879650012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5344, 59.9497, 0.0]}, "bbox": [-139.5344, 59.9497, -139.5344, 59.9497]}, {"id": "893", "type": "Feature", "properties": {"id": "ak16979928", "mag": 1.4, "time": 1506878561352, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7881, 59.4532, 86.2]}, "bbox": [-152.7881, 59.4532, -152.7881, 59.4532]}, {"id": "894", "type": "Feature", "properties": {"id": "us2000axj4", "mag": 4.9, "time": 1506877281250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6588, -24.2867, 10.0]}, "bbox": [-115.6588, -24.2867, -115.6588, -24.2867]}, {"id": "895", "type": "Feature", "properties": {"id": "uw61336301", "mag": 1.08, "time": 1506877137600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.289333, 46.525667, 12.49]}, "bbox": [-123.289333, 46.525667, -123.289333, 46.525667]}, {"id": "896", "type": "Feature", "properties": {"id": "us2000axiu", "mag": 4.8, "time": 1506876485410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.1816, -45.7692, 10.0]}, "bbox": [-76.1816, -45.7692, -76.1816, -45.7692]}, {"id": "897", "type": "Feature", "properties": {"id": "nc72902831", "mag": 2.39, "time": 1506876142050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.5015, 0.38]}, "bbox": [-118.8365, 37.5015, -118.8365, 37.5015]}, {"id": "898", "type": "Feature", "properties": {"id": "ak16978937", "mag": 1.2, "time": 1506875682364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0123, 63.225, 1.0]}, "bbox": [-149.0123, 63.225, -149.0123, 63.225]}, {"id": "899", "type": "Feature", "properties": {"id": "ak16990844", "mag": 1.0, "time": 1506875638383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 60.399, 0.0]}, "bbox": [-141.3476, 60.399, -141.3476, 60.399]}, {"id": "900", "type": "Feature", "properties": {"id": "ak16978936", "mag": 1.3, "time": 1506875438694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1025, 62.0191, 64.1]}, "bbox": [-151.1025, 62.0191, -151.1025, 62.0191]}, {"id": "901", "type": "Feature", "properties": {"id": "ak16990842", "mag": 1.6, "time": 1506873845866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.7815, 51.9812, 27.7]}, "bbox": [-173.7815, 51.9812, -173.7815, 51.9812]}, {"id": "902", "type": "Feature", "properties": {"id": "ak16977948", "mag": 2.0, "time": 1506871550948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.142, 60.236, 132.6]}, "bbox": [-153.142, 60.236, -153.142, 60.236]}, {"id": "903", "type": "Feature", "properties": {"id": "us2000axi9", "mag": 4.2, "time": 1506870604300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8183, -18.2769, 600.28]}, "bbox": [-177.8183, -18.2769, -177.8183, -18.2769]}, {"id": "904", "type": "Feature", "properties": {"id": "nc72902801", "mag": 1.08, "time": 1506869234490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.736333, 37.427833, 11.17]}, "bbox": [-118.736333, 37.427833, -118.736333, 37.427833]}, {"id": "905", "type": "Feature", "properties": {"id": "nc72902796", "mag": 0.97, "time": 1506869005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80983, 38.822666, 2.38]}, "bbox": [-122.80983, 38.822666, -122.80983, 38.822666]}, {"id": "906", "type": "Feature", "properties": {"id": "nc72902791", "mag": 1.02, "time": 1506868646100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.018, 37.4345, 4.76]}, "bbox": [-119.018, 37.4345, -119.018, 37.4345]}, {"id": "907", "type": "Feature", "properties": {"id": "us2000axi8", "mag": 4.5, "time": 1506868536330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.3426, 12.898, 30.37]}, "bbox": [92.3426, 12.898, 92.3426, 12.898]}, {"id": "908", "type": "Feature", "properties": {"id": "nc72902781", "mag": 1.48, "time": 1506867941180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.033833, 37.4125, 0.87]}, "bbox": [-119.033833, 37.4125, -119.033833, 37.4125]}, {"id": "909", "type": "Feature", "properties": {"id": "us2000axhz", "mag": 4.5, "time": 1506867628470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.306, 40.1598, 57.26]}, "bbox": [142.306, 40.1598, 142.306, 40.1598]}, {"id": "910", "type": "Feature", "properties": {"id": "uw61336271", "mag": 1.68, "time": 1506867619960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.078833, 44.103667, -0.53]}, "bbox": [-123.078833, 44.103667, -123.078833, 44.103667]}, {"id": "911", "type": "Feature", "properties": {"id": "ak16990839", "mag": 1.7, "time": 1506867169462, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3848, 56.4945, 79.4]}, "bbox": [-156.3848, 56.4945, -156.3848, 56.4945]}, {"id": "912", "type": "Feature", "properties": {"id": "us2000axhv", "mag": 5.0, "time": 1506866880330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5287, -22.8028, 10.0]}, "bbox": [-174.5287, -22.8028, -174.5287, -22.8028]}, {"id": "913", "type": "Feature", "properties": {"id": "ak16976960", "mag": 1.2, "time": 1506866784677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7487, 60.0824, 8.2]}, "bbox": [-140.7487, 60.0824, -140.7487, 60.0824]}, {"id": "914", "type": "Feature", "properties": {"id": "uu60250707", "mag": 2.06, "time": 1506866738590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.650333, 2.93]}, "bbox": [-111.447833, 42.650333, -111.447833, 42.650333]}, {"id": "915", "type": "Feature", "properties": {"id": "mb80258644", "mag": 1.07, "time": 1506866437550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.866, 11.8]}, "bbox": [-112.525833, 46.866, -112.525833, 46.866]}, {"id": "916", "type": "Feature", "properties": {"id": "hv61928751", "mag": 1.73, "time": 1506865813980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.633499, 19.408501, 4.16]}, "bbox": [-155.633499, 19.408501, -155.633499, 19.408501]}, {"id": "917", "type": "Feature", "properties": {"id": "ak16976951", "mag": 1.0, "time": 1506864160172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.909, 58.2689, 5.0]}, "bbox": [-154.909, 58.2689, -154.909, 58.2689]}, {"id": "918", "type": "Feature", "properties": {"id": "ak16976949", "mag": 1.0, "time": 1506864011046, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6138, 60.5977, 10.0]}, "bbox": [-141.6138, 60.5977, -141.6138, 60.5977]}, {"id": "919", "type": "Feature", "properties": {"id": "ak16990832", "mag": 1.4, "time": 1506863730810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1725, 60.1804, 135.1]}, "bbox": [-153.1725, 60.1804, -153.1725, 60.1804]}, {"id": "920", "type": "Feature", "properties": {"id": "ak16975974", "mag": 1.1, "time": 1506862307453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3672, 61.3015, 47.0]}, "bbox": [-150.3672, 61.3015, -150.3672, 61.3015]}, {"id": "921", "type": "Feature", "properties": {"id": "us2000axhf", "mag": 4.6, "time": 1506862144080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9129, 12.7332, 25.97]}, "bbox": [91.9129, 12.7332, 91.9129, 12.7332]}, {"id": "922", "type": "Feature", "properties": {"id": "ak16975970", "mag": 1.3, "time": 1506861392092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0328, 59.3749, 6.2]}, "bbox": [-157.0328, 59.3749, -157.0328, 59.3749]}, {"id": "923", "type": "Feature", "properties": {"id": "ak16975965", "mag": 1.4, "time": 1506860447567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3802, 59.7999, 122.7]}, "bbox": [-153.3802, 59.7999, -153.3802, 59.7999]}, {"id": "924", "type": "Feature", "properties": {"id": "ak16975961", "mag": 1.9, "time": 1506860241377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3702, 58.1855, 1.8]}, "bbox": [-155.3702, 58.1855, -155.3702, 58.1855]}, {"id": "925", "type": "Feature", "properties": {"id": "ci38016296", "mag": 0.97, "time": 1506860065660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200333, 33.034167, 6.74]}, "bbox": [-116.200333, 33.034167, -116.200333, 33.034167]}, {"id": "926", "type": "Feature", "properties": {"id": "nc72902736", "mag": 1.01, "time": 1506859858880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.812668, 3.13]}, "bbox": [-122.793999, 38.812668, -122.793999, 38.812668]}, {"id": "927", "type": "Feature", "properties": {"id": "ak16975960", "mag": 2.0, "time": 1506859830456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5366, 51.4282, 50.4]}, "bbox": [-175.5366, 51.4282, -175.5366, 51.4282]}, {"id": "928", "type": "Feature", "properties": {"id": "ak16974988", "mag": 1.1, "time": 1506859403703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7216, 57.888, 61.0]}, "bbox": [-153.7216, 57.888, -153.7216, 57.888]}, {"id": "929", "type": "Feature", "properties": {"id": "nn00607763", "mag": 2.0, "time": 1506858283945, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6834, 40.0949, 13.6]}, "bbox": [-119.6834, 40.0949, -119.6834, 40.0949]}, {"id": "930", "type": "Feature", "properties": {"id": "ak16974986", "mag": 1.5, "time": 1506857978595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6219, 59.7494, 10.6]}, "bbox": [-136.6219, 59.7494, -136.6219, 59.7494]}, {"id": "931", "type": "Feature", "properties": {"id": "ci38016272", "mag": 1.31, "time": 1506857701950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.46, 34.330833, 3.08]}, "bbox": [-116.46, 34.330833, -116.46, 34.330833]}, {"id": "932", "type": "Feature", "properties": {"id": "mb80258619", "mag": 1.22, "time": 1506857080460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.509667, 46.908167, 15.76]}, "bbox": [-112.509667, 46.908167, -112.509667, 46.908167]}, {"id": "933", "type": "Feature", "properties": {"id": "ak16974980", "mag": 2.0, "time": 1506856935435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4679, 51.6302, 13.1]}, "bbox": [-178.4679, 51.6302, -178.4679, 51.6302]}, {"id": "934", "type": "Feature", "properties": {"id": "ak16974977", "mag": 1.7, "time": 1506856591674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0171, 58.9928, 112.8]}, "bbox": [-154.0171, 58.9928, -154.0171, 58.9928]}, {"id": "935", "type": "Feature", "properties": {"id": "ak16990818", "mag": 1.6, "time": 1506856352544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6069, 60.035, 157.2]}, "bbox": [-153.6069, 60.035, -153.6069, 60.035]}, {"id": "936", "type": "Feature", "properties": {"id": "nc72902701", "mag": 1.04, "time": 1506856284600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718, 38.742333, 1.86]}, "bbox": [-122.718, 38.742333, -122.718, 38.742333]}, {"id": "937", "type": "Feature", "properties": {"id": "ak16974975", "mag": 1.2, "time": 1506856083450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5011, 64.299, 14.0]}, "bbox": [-154.5011, 64.299, -154.5011, 64.299]}, {"id": "938", "type": "Feature", "properties": {"id": "ak16974972", "mag": 1.5, "time": 1506855936313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5182, 59.9216, 0.0]}, "bbox": [-139.5182, 59.9216, -139.5182, 59.9216]}, {"id": "939", "type": "Feature", "properties": {"id": "ci38016224", "mag": 1.28, "time": 1506855241040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.649, 12.54]}, "bbox": [-116.731167, 33.649, -116.731167, 33.649]}, {"id": "940", "type": "Feature", "properties": {"id": "ak16990815", "mag": 2.8, "time": 1506854643419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4705, 51.8814, 165.3]}, "bbox": [179.4705, 51.8814, 179.4705, 51.8814]}, {"id": "941", "type": "Feature", "properties": {"id": "hv61928636", "mag": 2.82, "time": 1506854300970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.485667, 20.355333, 14.282]}, "bbox": [-156.485667, 20.355333, -156.485667, 20.355333]}, {"id": "942", "type": "Feature", "properties": {"id": "ak16974969", "mag": 1.4, "time": 1506854297360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6332, 59.9863, 7.4]}, "bbox": [-148.6332, 59.9863, -148.6332, 59.9863]}, {"id": "943", "type": "Feature", "properties": {"id": "nc72902676", "mag": 1.69, "time": 1506853476410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.984, 37.5295, 2.12]}, "bbox": [-118.984, 37.5295, -118.984, 37.5295]}, {"id": "944", "type": "Feature", "properties": {"id": "ak16973994", "mag": 1.0, "time": 1506853292474, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0636, 62.2825, 41.1]}, "bbox": [-149.0636, 62.2825, -149.0636, 62.2825]}, {"id": "945", "type": "Feature", "properties": {"id": "nn00607794", "mag": 1.1, "time": 1506852962371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9213, 38.3646, 5.4]}, "bbox": [-118.9213, 38.3646, -118.9213, 38.3646]}, {"id": "946", "type": "Feature", "properties": {"id": "ci38016200", "mag": 1.06, "time": 1506852815200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791833, 33.502167, 4.66]}, "bbox": [-116.791833, 33.502167, -116.791833, 33.502167]}, {"id": "947", "type": "Feature", "properties": {"id": "us2000axgb", "mag": 5.1, "time": 1506852415110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6916, -24.4751, 87.71]}, "bbox": [-176.6916, -24.4751, -176.6916, -24.4751]}, {"id": "948", "type": "Feature", "properties": {"id": "ci38016192", "mag": 1.27, "time": 1506852211900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.464167, 36.311167, 0.93]}, "bbox": [-117.464167, 36.311167, -117.464167, 36.311167]}, {"id": "949", "type": "Feature", "properties": {"id": "ak16990809", "mag": 1.3, "time": 1506851397558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4428, 58.7981, 124.3]}, "bbox": [-154.4428, 58.7981, -154.4428, 58.7981]}, {"id": "950", "type": "Feature", "properties": {"id": "ak16973987", "mag": 1.3, "time": 1506850332700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1498, 59.6631, 104.2]}, "bbox": [-153.1498, 59.6631, -153.1498, 59.6631]}, {"id": "951", "type": "Feature", "properties": {"id": "nc72902646", "mag": 1.37, "time": 1506850223860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.452, 37.402167, 4.64]}, "bbox": [-118.452, 37.402167, -118.452, 37.402167]}, {"id": "952", "type": "Feature", "properties": {"id": "us2000axfz", "mag": 4.0, "time": 1506849733290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8612, 14.9405, 53.39]}, "bbox": [-93.8612, 14.9405, -93.8612, 14.9405]}, {"id": "953", "type": "Feature", "properties": {"id": "ak16973981", "mag": 1.6, "time": 1506849720561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2003, 60.1713, 129.2]}, "bbox": [-153.2003, 60.1713, -153.2003, 60.1713]}, {"id": "954", "type": "Feature", "properties": {"id": "ak16973012", "mag": 1.1, "time": 1506849332753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7558, 59.8604, 10.3]}, "bbox": [-136.7558, 59.8604, -136.7558, 59.8604]}, {"id": "955", "type": "Feature", "properties": {"id": "us2000axfu", "mag": 4.4, "time": 1506848263400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7814, 18.4858, 79.09]}, "bbox": [-67.7814, 18.4858, -67.7814, 18.4858]}, {"id": "956", "type": "Feature", "properties": {"id": "ci38016176", "mag": 1.75, "time": 1506848220800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.651333, 35.934333, 2.81]}, "bbox": [-117.651333, 35.934333, -117.651333, 35.934333]}, {"id": "957", "type": "Feature", "properties": {"id": "ci38016160", "mag": 1.37, "time": 1506846375610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.908333, 35.5955, 1.49]}, "bbox": [-116.908333, 35.5955, -116.908333, 35.5955]}, {"id": "958", "type": "Feature", "properties": {"id": "ak16990805", "mag": 2.5, "time": 1506845582617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.7071, 51.7987, 13.4]}, "bbox": [-169.7071, 51.7987, -169.7071, 51.7987]}, {"id": "959", "type": "Feature", "properties": {"id": "ak16972044", "mag": 1.1, "time": 1506843571095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 61.0501, 21.4]}, "bbox": [-150.4859, 61.0501, -150.4859, 61.0501]}, {"id": "960", "type": "Feature", "properties": {"id": "us2000axfi", "mag": 4.1, "time": 1506843463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.5019, -1.5006, 197.35]}, "bbox": [-77.5019, -1.5006, -77.5019, -1.5006]}, {"id": "961", "type": "Feature", "properties": {"id": "ak16972038", "mag": 1.5, "time": 1506842124989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6539, 62.7976, 71.1]}, "bbox": [-149.6539, 62.7976, -149.6539, 62.7976]}, {"id": "962", "type": "Feature", "properties": {"id": "ak16972036", "mag": 1.2, "time": 1506841940900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 61.6968, 61.0]}, "bbox": [-150.8258, 61.6968, -150.8258, 61.6968]}, {"id": "963", "type": "Feature", "properties": {"id": "mb80258604", "mag": 1.59, "time": 1506841735050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.459167, 46.866, 10.9]}, "bbox": [-112.459167, 46.866, -112.459167, 46.866]}, {"id": "964", "type": "Feature", "properties": {"id": "ci38016112", "mag": 1.44, "time": 1506840801230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2085, 34.452833, 11.88]}, "bbox": [-119.2085, 34.452833, -119.2085, 34.452833]}, {"id": "965", "type": "Feature", "properties": {"id": "ismpkansas70236143", "mag": 1.72, "time": 1506840567300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7785, 37.328333, 4.35]}, "bbox": [-97.7785, 37.328333, -97.7785, 37.328333]}, {"id": "966", "type": "Feature", "properties": {"id": "ak16990799", "mag": 1.1, "time": 1506840419377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7218, 59.2315, 9.7]}, "bbox": [-152.7218, 59.2315, -152.7218, 59.2315]}, {"id": "967", "type": "Feature", "properties": {"id": "ak16971064", "mag": 2.6, "time": 1506838204059, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5055, 59.3191, 8.4]}, "bbox": [-148.5055, 59.3191, -148.5055, 59.3191]}, {"id": "968", "type": "Feature", "properties": {"id": "us2000axek", "mag": 3.2, "time": 1506836917300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7711, 36.4532, 6.9]}, "bbox": [-98.7711, 36.4532, -98.7711, 36.4532]}, {"id": "969", "type": "Feature", "properties": {"id": "ak16970116", "mag": 2.7, "time": 1506836847043, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9474, 62.6019, 6.3]}, "bbox": [-152.9474, 62.6019, -152.9474, 62.6019]}, {"id": "970", "type": "Feature", "properties": {"id": "nc72902586", "mag": 1.42, "time": 1506836822020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604, 4.13]}, "bbox": [-118.8205, 37.604, -118.8205, 37.604]}, {"id": "971", "type": "Feature", "properties": {"id": "nc72902581", "mag": 1.71, "time": 1506836766960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604333, 4.0]}, "bbox": [-118.8205, 37.604333, -118.8205, 37.604333]}, {"id": "972", "type": "Feature", "properties": {"id": "hv61928476", "mag": 1.81, "time": 1506836276760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.631836, 19.188999, 0.89]}, "bbox": [-155.631836, 19.188999, -155.631836, 19.188999]}, {"id": "973", "type": "Feature", "properties": {"id": "ak16970114", "mag": 1.3, "time": 1506835946408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.345, 60.1863, 0.0]}, "bbox": [-141.345, 60.1863, -141.345, 60.1863]}, {"id": "974", "type": "Feature", "properties": {"id": "uu60250622", "mag": 2.13, "time": 1506835247610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.578, 38.7305, -0.01]}, "bbox": [-112.578, 38.7305, -112.578, 38.7305]}, {"id": "975", "type": "Feature", "properties": {"id": "us2000axe4", "mag": 4.2, "time": 1506834536440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.1269, -6.2836, 59.98]}, "bbox": [146.1269, -6.2836, 146.1269, -6.2836]}, {"id": "976", "type": "Feature", "properties": {"id": "us2000axdz", "mag": 4.1, "time": 1506833874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.5987, 9.126, 39.13]}, "bbox": [-85.5987, 9.126, -85.5987, 9.126]}, {"id": "977", "type": "Feature", "properties": {"id": "ak16970083", "mag": 2.0, "time": 1506833288717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6914, 61.3678, 29.1]}, "bbox": [-149.6914, 61.3678, -149.6914, 61.3678]}, {"id": "978", "type": "Feature", "properties": {"id": "ak16969148", "mag": 1.9, "time": 1506832174570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9412, 51.6192, 50.9]}, "bbox": [-175.9412, 51.6192, -175.9412, 51.6192]}, {"id": "979", "type": "Feature", "properties": {"id": "ak16969146", "mag": 1.0, "time": 1506831622152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.577, 62.7735, 79.4]}, "bbox": [-150.577, 62.7735, -150.577, 62.7735]}, {"id": "980", "type": "Feature", "properties": {"id": "ci38016048", "mag": 1.04, "time": 1506831472900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.833167, 33.669167, 16.1]}, "bbox": [-116.833167, 33.669167, -116.833167, 33.669167]}, {"id": "981", "type": "Feature", "properties": {"id": "ci38016040", "mag": 1.1, "time": 1506831149410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.485, 36.3695, 1.6]}, "bbox": [-117.485, 36.3695, -117.485, 36.3695]}, {"id": "982", "type": "Feature", "properties": {"id": "mb80258549", "mag": 1.59, "time": 1506830710300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.889833, 13.14]}, "bbox": [-112.5235, 46.889833, -112.5235, 46.889833]}, {"id": "983", "type": "Feature", "properties": {"id": "hv61928346", "mag": 2.95, "time": 1506829826670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.095333, 19.715167, 33.794]}, "bbox": [-156.095333, 19.715167, -156.095333, 19.715167]}, {"id": "984", "type": "Feature", "properties": {"id": "ak16990790", "mag": 1.0, "time": 1506829471423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2898, 60.1429, 0.0]}, "bbox": [-141.2898, 60.1429, -141.2898, 60.1429]}, {"id": "985", "type": "Feature", "properties": {"id": "nc72902546", "mag": 1.45, "time": 1506828244030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 36.626, 8.14]}, "bbox": [-121.157167, 36.626, -121.157167, 36.626]}, {"id": "986", "type": "Feature", "properties": {"id": "mb80258544", "mag": 1.11, "time": 1506828010380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.871, 10.92]}, "bbox": [-112.526333, 46.871, -112.526333, 46.871]}, {"id": "987", "type": "Feature", "properties": {"id": "nc72902531", "mag": 1.44, "time": 1506827498200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.228833, 36.619333, 4.82]}, "bbox": [-121.228833, 36.619333, -121.228833, 36.619333]}, {"id": "988", "type": "Feature", "properties": {"id": "ak16968180", "mag": 2.0, "time": 1506827492404, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.739, 61.1833, 86.4]}, "bbox": [-151.739, 61.1833, -151.739, 61.1833]}, {"id": "989", "type": "Feature", "properties": {"id": "us2000axpk", "mag": 1.6, "time": 1506827393900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.9053, 41.6481, 6.51]}, "bbox": [-70.9053, 41.6481, -70.9053, 41.6481]}, {"id": "990", "type": "Feature", "properties": {"id": "ci38015992", "mag": 1.15, "time": 1506827015230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3845, 35.111667, 5.93]}, "bbox": [-118.3845, 35.111667, -118.3845, 35.111667]}, {"id": "991", "type": "Feature", "properties": {"id": "hv61928261", "mag": 2.05, "time": 1506825377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.476502, 19.216, 37.47]}, "bbox": [-155.476502, 19.216, -155.476502, 19.216]}, {"id": "992", "type": "Feature", "properties": {"id": "ak16990784", "mag": 1.4, "time": 1506825243899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2232, 51.7576, 46.6]}, "bbox": [-174.2232, 51.7576, -174.2232, 51.7576]}, {"id": "993", "type": "Feature", "properties": {"id": "uw61336131", "mag": 1.16, "time": 1506825168050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9095, 48.316167, 1.09]}, "bbox": [-121.9095, 48.316167, -121.9095, 48.316167]}, {"id": "994", "type": "Feature", "properties": {"id": "mb80258539", "mag": 1.53, "time": 1506824807150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.877, 11.86]}, "bbox": [-112.528833, 46.877, -112.528833, 46.877]}, {"id": "995", "type": "Feature", "properties": {"id": "ak16967237", "mag": 1.8, "time": 1506824784256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7866, 53.1332, 25.6]}, "bbox": [-166.7866, 53.1332, -166.7866, 53.1332]}, {"id": "996", "type": "Feature", "properties": {"id": "ak16990782", "mag": 2.0, "time": 1506823956350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6834, 51.2465, 35.3]}, "bbox": [-173.6834, 51.2465, -173.6834, 51.2465]}, {"id": "997", "type": "Feature", "properties": {"id": "ak16990781", "mag": 1.3, "time": 1506823856677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.521, 59.9658, 0.0]}, "bbox": [-139.521, 59.9658, -139.521, 59.9658]}, {"id": "998", "type": "Feature", "properties": {"id": "nc72902506", "mag": 1.22, "time": 1506821920520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7125, 37.351167, 7.83]}, "bbox": [-121.7125, 37.351167, -121.7125, 37.351167]}, {"id": "999", "type": "Feature", "properties": {"id": "us2000axct", "mag": 5.1, "time": 1506821726490, "felt": 125.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.1491, 7.5135, 142.73]}, "bbox": [-73.1491, 7.5135, -73.1491, 7.5135]}, {"id": "1000", "type": "Feature", "properties": {"id": "ci38015920", "mag": 1.75, "time": 1506821149880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.354833, 33.961167, 5.95]}, "bbox": [-116.354833, 33.961167, -116.354833, 33.961167]}, {"id": "1001", "type": "Feature", "properties": {"id": "us2000axcn", "mag": 4.9, "time": 1506821107970, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5685, 36.9167, 10.0]}, "bbox": [140.5685, 36.9167, 140.5685, 36.9167]}, {"id": "1002", "type": "Feature", "properties": {"id": "ak16990780", "mag": 2.5, "time": 1506821107760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8117, 51.8357, 61.8]}, "bbox": [-169.8117, 51.8357, -169.8117, 51.8357]}, {"id": "1003", "type": "Feature", "properties": {"id": "ci38015912", "mag": 1.0, "time": 1506820492420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.119167, 33.9365, 14.07]}, "bbox": [-117.119167, 33.9365, -117.119167, 33.9365]}, {"id": "1004", "type": "Feature", "properties": {"id": "ak16990779", "mag": 1.3, "time": 1506819992776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8841, 57.2184, 46.9]}, "bbox": [-153.8841, 57.2184, -153.8841, 57.2184]}, {"id": "1005", "type": "Feature", "properties": {"id": "ak16990778", "mag": 1.0, "time": 1506819499573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4019, 63.1122, 97.2]}, "bbox": [-150.4019, 63.1122, -150.4019, 63.1122]}, {"id": "1006", "type": "Feature", "properties": {"id": "nc72902491", "mag": 1.79, "time": 1506819103020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939, 37.635333, 5.76]}, "bbox": [-118.939, 37.635333, -118.939, 37.635333]}, {"id": "1007", "type": "Feature", "properties": {"id": "ak16966268", "mag": 1.8, "time": 1506818601975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9252, 60.1498, 112.5]}, "bbox": [-152.9252, 60.1498, -152.9252, 60.1498]}, {"id": "1008", "type": "Feature", "properties": {"id": "ak16966264", "mag": 1.5, "time": 1506818511725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4432, 51.7288, 13.5]}, "bbox": [-178.4432, 51.7288, -178.4432, 51.7288]}, {"id": "1009", "type": "Feature", "properties": {"id": "ak16966263", "mag": 2.1, "time": 1506818242272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7041, 52.7581, 14.9]}, "bbox": [-166.7041, 52.7581, -166.7041, 52.7581]}, {"id": "1010", "type": "Feature", "properties": {"id": "ak16990774", "mag": 1.5, "time": 1506818099252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4546, 51.7076, 6.6]}, "bbox": [-178.4546, 51.7076, -178.4546, 51.7076]}, {"id": "1011", "type": "Feature", "properties": {"id": "ak16990772", "mag": 2.7, "time": 1506817440647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6939, 51.8802, 15.5]}, "bbox": [-169.6939, 51.8802, -169.6939, 51.8802]}, {"id": "1012", "type": "Feature", "properties": {"id": "us2000axc3", "mag": 4.5, "time": 1506817163710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.9456, 7.2071, 68.13]}, "bbox": [126.9456, 7.2071, 126.9456, 7.2071]}, {"id": "1013", "type": "Feature", "properties": {"id": "ak16965336", "mag": 1.9, "time": 1506816635445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9899, 60.0896, 71.7]}, "bbox": [-151.9899, 60.0896, -151.9899, 60.0896]}, {"id": "1014", "type": "Feature", "properties": {"id": "ak16965329", "mag": 1.2, "time": 1506816385660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3486, 64.9885, 0.0]}, "bbox": [-147.3486, 64.9885, -147.3486, 64.9885]}, {"id": "1015", "type": "Feature", "properties": {"id": "us2000axbx", "mag": 4.3, "time": 1506816328880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.9474, 51.9828, 27.38]}, "bbox": [-169.9474, 51.9828, -169.9474, 51.9828]}, {"id": "1016", "type": "Feature", "properties": {"id": "hv61928136", "mag": 2.02, "time": 1506816129630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.123672, 19.313999, 2.22]}, "bbox": [-155.123672, 19.313999, -155.123672, 19.313999]}, {"id": "1017", "type": "Feature", "properties": {"id": "uu60250512", "mag": 2.38, "time": 1506814998100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.459167, 42.663667, 2.14]}, "bbox": [-111.459167, 42.663667, -111.459167, 42.663667]}, {"id": "1018", "type": "Feature", "properties": {"id": "us2000axbj", "mag": 3.2, "time": 1506814776660, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4566, 42.652, 6.15]}, "bbox": [-111.4566, 42.652, -111.4566, 42.652]}, {"id": "1019", "type": "Feature", "properties": {"id": "us2000axba", "mag": 2.8, "time": 1506814745510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4606, 42.6545, 4.98]}, "bbox": [-111.4606, 42.6545, -111.4606, 42.6545]}, {"id": "1020", "type": "Feature", "properties": {"id": "us2000axb6", "mag": 2.7, "time": 1506814557760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.473, 42.6754, 3.19]}, "bbox": [-111.473, 42.6754, -111.473, 42.6754]}, {"id": "1021", "type": "Feature", "properties": {"id": "ak16964389", "mag": 1.2, "time": 1506813911112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5092, 62.3699, 51.0]}, "bbox": [-149.5092, 62.3699, -149.5092, 62.3699]}, {"id": "1022", "type": "Feature", "properties": {"id": "ci38015880", "mag": 1.87, "time": 1506813831910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.455333, 34.324167, 2.96]}, "bbox": [-116.455333, 34.324167, -116.455333, 34.324167]}, {"id": "1023", "type": "Feature", "properties": {"id": "us2000axas", "mag": 5.5, "time": 1506813329570, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5426, 3.9405, 10.0]}, "bbox": [128.5426, 3.9405, 128.5426, 3.9405]}, {"id": "1024", "type": "Feature", "properties": {"id": "ak16964388", "mag": 1.6, "time": 1506812976279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5291, 59.2674, 85.5]}, "bbox": [-152.5291, 59.2674, -152.5291, 59.2674]}, {"id": "1025", "type": "Feature", "properties": {"id": "ak16989805", "mag": 1.4, "time": 1506812398891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7509, 60.014, 105.7]}, "bbox": [-152.7509, 60.014, -152.7509, 60.014]}, {"id": "1026", "type": "Feature", "properties": {"id": "ak16964387", "mag": 1.0, "time": 1506812112182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1116, 62.3522, 7.1]}, "bbox": [-149.1116, 62.3522, -149.1116, 62.3522]}, {"id": "1027", "type": "Feature", "properties": {"id": "ak16964380", "mag": 1.0, "time": 1506811899089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6933, 62.6659, 6.2]}, "bbox": [-152.6933, 62.6659, -152.6933, 62.6659]}, {"id": "1028", "type": "Feature", "properties": {"id": "nn00607730", "mag": 1.0, "time": 1506811774166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9049, 37.2915, 0.0]}, "bbox": [-115.9049, 37.2915, -115.9049, 37.2915]}, {"id": "1029", "type": "Feature", "properties": {"id": "nn00607738", "mag": 1.0, "time": 1506811292528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8999, 37.2878, 3.1]}, "bbox": [-115.8999, 37.2878, -115.8999, 37.2878]}, {"id": "1030", "type": "Feature", "properties": {"id": "nn00607737", "mag": 1.1, "time": 1506811240125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9056, 37.279, 6.4]}, "bbox": [-115.9056, 37.279, -115.9056, 37.279]}, {"id": "1031", "type": "Feature", "properties": {"id": "nn00607728", "mag": 1.1, "time": 1506811230164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9061, 37.2885, 0.0]}, "bbox": [-115.9061, 37.2885, -115.9061, 37.2885]}, {"id": "1032", "type": "Feature", "properties": {"id": "uu60250442", "mag": 2.43, "time": 1506810599500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.661, 2.56]}, "bbox": [-111.4515, 42.661, -111.4515, 42.661]}, {"id": "1033", "type": "Feature", "properties": {"id": "ak16963468", "mag": 1.2, "time": 1506810291866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5204, 63.352, 8.1]}, "bbox": [-151.5204, 63.352, -151.5204, 63.352]}, {"id": "1034", "type": "Feature", "properties": {"id": "nn00607721", "mag": 1.4, "time": 1506807445148, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6755, 40.2201, 8.1]}, "bbox": [-117.6755, 40.2201, -117.6755, 40.2201]}, {"id": "1035", "type": "Feature", "properties": {"id": "ak16963443", "mag": 1.1, "time": 1506806484011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3476, 61.4217, 25.5]}, "bbox": [-147.3476, 61.4217, -147.3476, 61.4217]}, {"id": "1036", "type": "Feature", "properties": {"id": "ak16963413", "mag": 2.3, "time": 1506806152613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0067, 60.9307, 14.1]}, "bbox": [-144.0067, 60.9307, -144.0067, 60.9307]}, {"id": "1037", "type": "Feature", "properties": {"id": "ak16962501", "mag": 4.2, "time": 1506806106026, "felt": 17.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.2422, 59.621, 83.6]}, "bbox": [-152.2422, 59.621, -152.2422, 59.621]}, {"id": "1038", "type": "Feature", "properties": {"id": "ak16989798", "mag": 1.1, "time": 1506805696616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7955, 61.7318, 98.9]}, "bbox": [-151.7955, 61.7318, -151.7955, 61.7318]}, {"id": "1039", "type": "Feature", "properties": {"id": "us2000ax9r", "mag": 4.7, "time": 1506805651800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9751, 27.653, 485.8]}, "bbox": [139.9751, 27.653, 139.9751, 27.653]}, {"id": "1040", "type": "Feature", "properties": {"id": "uw61335981", "mag": 1.82, "time": 1506805100680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.056833, 48.412333, 50.6]}, "bbox": [-123.056833, 48.412333, -123.056833, 48.412333]}, {"id": "1041", "type": "Feature", "properties": {"id": "nc72902471", "mag": 2.5, "time": 1506804691550, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2745, 38.558167, 6.21]}, "bbox": [-122.2745, 38.558167, -122.2745, 38.558167]}, {"id": "1042", "type": "Feature", "properties": {"id": "nc71107604", "mag": 0.96, "time": 1506804690650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.780167, 35.5105, 3.92]}, "bbox": [-120.780167, 35.5105, -120.780167, 35.5105]}, {"id": "1043", "type": "Feature", "properties": {"id": "ci38015856", "mag": 1.0, "time": 1506804008820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791, 33.512, 6.24]}, "bbox": [-116.791, 33.512, -116.791, 33.512]}, {"id": "1044", "type": "Feature", "properties": {"id": "us2000ax9d", "mag": 4.1, "time": 1506803686610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.7108, -8.0939, 216.64]}, "bbox": [122.7108, -8.0939, 122.7108, -8.0939]}, {"id": "1045", "type": "Feature", "properties": {"id": "us2000ax9h", "mag": 3.5, "time": 1506803627030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5125, 17.7855, 35.0]}, "bbox": [-68.5125, 17.7855, -68.5125, 17.7855]}, {"id": "1046", "type": "Feature", "properties": {"id": "hv61927906", "mag": 3.49, "time": 1506803617560, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.469, 19.209667, 35.947]}, "bbox": [-155.469, 19.209667, -155.469, 19.209667]}, {"id": "1047", "type": "Feature", "properties": {"id": "us2000ax99", "mag": 4.7, "time": 1506802488710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8145, 21.6564, 64.59]}, "bbox": [143.8145, 21.6564, 143.8145, 21.6564]}, {"id": "1048", "type": "Feature", "properties": {"id": "ci38015848", "mag": 1.38, "time": 1506802371860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363167, 33.357333, 10.38]}, "bbox": [-116.363167, 33.357333, -116.363167, 33.357333]}, {"id": "1049", "type": "Feature", "properties": {"id": "nc72902466", "mag": 1.77, "time": 1506801988210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.781, 38.796667, 3.44]}, "bbox": [-122.781, 38.796667, -122.781, 38.796667]}, {"id": "1050", "type": "Feature", "properties": {"id": "ak16962490", "mag": 1.1, "time": 1506800090127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1783, 59.7871, 69.4]}, "bbox": [-152.1783, 59.7871, -152.1783, 59.7871]}, {"id": "1051", "type": "Feature", "properties": {"id": "ak16962484", "mag": 1.5, "time": 1506799366659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6852, 63.5864, 3.0]}, "bbox": [-150.6852, 63.5864, -150.6852, 63.5864]}, {"id": "1052", "type": "Feature", "properties": {"id": "nn00607710", "mag": 1.2, "time": 1506799171022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1362, 38.2888, 10.3]}, "bbox": [-118.1362, 38.2888, -118.1362, 38.2888]}, {"id": "1053", "type": "Feature", "properties": {"id": "ak16962480", "mag": 3.0, "time": 1506798820424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1572, 55.8639, 11.9]}, "bbox": [-143.1572, 55.8639, -143.1572, 55.8639]}, {"id": "1054", "type": "Feature", "properties": {"id": "ak16989794", "mag": 1.9, "time": 1506798785904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2132, 52.0688, 7.4]}, "bbox": [-176.2132, 52.0688, -176.2132, 52.0688]}, {"id": "1055", "type": "Feature", "properties": {"id": "mb80258414", "mag": 1.87, "time": 1506798465250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525333, 46.872833, 11.78]}, "bbox": [-112.525333, 46.872833, -112.525333, 46.872833]}, {"id": "1056", "type": "Feature", "properties": {"id": "us2000ax8b", "mag": 2.5, "time": 1506797682590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.6659, 3.65]}, "bbox": [-111.4618, 42.6659, -111.4618, 42.6659]}, {"id": "1057", "type": "Feature", "properties": {"id": "ak16962476", "mag": 1.4, "time": 1506797627539, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5093, 61.3123, 6.1]}, "bbox": [-152.5093, 61.3123, -152.5093, 61.3123]}, {"id": "1058", "type": "Feature", "properties": {"id": "ak16961588", "mag": 1.1, "time": 1506797036668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7901, 63.2441, 12.8]}, "bbox": [-149.7901, 63.2441, -149.7901, 63.2441]}, {"id": "1059", "type": "Feature", "properties": {"id": "us2000b0d3", "mag": 4.1, "time": 1506796297940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8027, 15.4984, 19.41]}, "bbox": [-94.8027, 15.4984, -94.8027, 15.4984]}, {"id": "1060", "type": "Feature", "properties": {"id": "ci38015776", "mag": 1.28, "time": 1506796206280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.89, 34.349167, 2.93]}, "bbox": [-116.89, 34.349167, -116.89, 34.349167]}, {"id": "1061", "type": "Feature", "properties": {"id": "ak16961586", "mag": 2.0, "time": 1506795961720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8619, 51.4801, 41.6]}, "bbox": [-177.8619, 51.4801, -177.8619, 51.4801]}, {"id": "1062", "type": "Feature", "properties": {"id": "ak16961585", "mag": 1.1, "time": 1506795458511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5581, 61.5616, 72.2]}, "bbox": [-151.5581, 61.5616, -151.5581, 61.5616]}, {"id": "1063", "type": "Feature", "properties": {"id": "ci38015752", "mag": 1.52, "time": 1506795424490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.160667, 34.4365, 4.43]}, "bbox": [-119.160667, 34.4365, -119.160667, 34.4365]}, {"id": "1064", "type": "Feature", "properties": {"id": "us2000ax7s", "mag": 4.8, "time": 1506795349220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9189, 16.1602, 51.93]}, "bbox": [-94.9189, 16.1602, -94.9189, 16.1602]}, {"id": "1065", "type": "Feature", "properties": {"id": "nc72904876", "mag": 1.25, "time": 1506795206390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.484167, 40.699167, 11.98]}, "bbox": [-121.484167, 40.699167, -121.484167, 40.699167]}, {"id": "1066", "type": "Feature", "properties": {"id": "ak16961582", "mag": 1.1, "time": 1506794436503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6079, 60.1354, 9.8]}, "bbox": [-141.6079, 60.1354, -141.6079, 60.1354]}, {"id": "1067", "type": "Feature", "properties": {"id": "ak16961580", "mag": 1.1, "time": 1506794299451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5942, 60.1565, 7.4]}, "bbox": [-141.5942, 60.1565, -141.5942, 60.1565]}, {"id": "1068", "type": "Feature", "properties": {"id": "ak16961575", "mag": 1.6, "time": 1506793157002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.119, 51.4689, 25.2]}, "bbox": [-178.119, 51.4689, -178.119, 51.4689]}, {"id": "1069", "type": "Feature", "properties": {"id": "us2000ax76", "mag": 4.9, "time": 1506789944160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9767, 1.0533, 10.0]}, "bbox": [-90.9767, 1.0533, -90.9767, 1.0533]}, {"id": "1070", "type": "Feature", "properties": {"id": "nc72902376", "mag": 1.84, "time": 1506788771420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8085, 38.817833, 3.12]}, "bbox": [-122.8085, 38.817833, -122.8085, 38.817833]}, {"id": "1071", "type": "Feature", "properties": {"id": "nc72902381", "mag": 1.19, "time": 1506788628860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3415, 37.8225, -0.07]}, "bbox": [-122.3415, 37.8225, -122.3415, 37.8225]}, {"id": "1072", "type": "Feature", "properties": {"id": "ak16960680", "mag": 2.9, "time": 1506788491228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9778, 51.4147, 57.6]}, "bbox": [179.9778, 51.4147, 179.9778, 51.4147]}, {"id": "1073", "type": "Feature", "properties": {"id": "ak16989782", "mag": 1.1, "time": 1506788345464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7866, 57.4545, 53.8]}, "bbox": [-154.7866, 57.4545, -154.7866, 57.4545]}, {"id": "1074", "type": "Feature", "properties": {"id": "nc72902371", "mag": 1.16, "time": 1506786770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.691, 38.7405, 1.44]}, "bbox": [-122.691, 38.7405, -122.691, 38.7405]}, {"id": "1075", "type": "Feature", "properties": {"id": "us2000ax6w", "mag": 2.6, "time": 1506785489440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5446, 36.2305, 5.63]}, "bbox": [-97.5446, 36.2305, -97.5446, 36.2305]}, {"id": "1076", "type": "Feature", "properties": {"id": "ak16959801", "mag": 1.0, "time": 1506785312713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7001, 61.542, 58.2]}, "bbox": [-150.7001, 61.542, -150.7001, 61.542]}, {"id": "1077", "type": "Feature", "properties": {"id": "mb80258389", "mag": 1.27, "time": 1506783781070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531167, 46.8685, 11.42]}, "bbox": [-112.531167, 46.8685, -112.531167, 46.8685]}, {"id": "1078", "type": "Feature", "properties": {"id": "ci38015696", "mag": 2.28, "time": 1506783542670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492667, 34.216, 5.74]}, "bbox": [-117.492667, 34.216, -117.492667, 34.216]}, {"id": "1079", "type": "Feature", "properties": {"id": "ak16959795", "mag": 1.6, "time": 1506783111232, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5985, 59.916, 0.0]}, "bbox": [-139.5985, 59.916, -139.5985, 59.916]}, {"id": "1080", "type": "Feature", "properties": {"id": "nc72902346", "mag": 1.53, "time": 1506782817930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.249667, 37.864833, 5.03]}, "bbox": [-122.249667, 37.864833, -122.249667, 37.864833]}, {"id": "1081", "type": "Feature", "properties": {"id": "nc72902336", "mag": 1.34, "time": 1506782106540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.603833, 4.12]}, "bbox": [-118.819833, 37.603833, -118.819833, 37.603833]}, {"id": "1082", "type": "Feature", "properties": {"id": "ci38015672", "mag": 1.46, "time": 1506781658250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2715, 34.059333, 15.26]}, "bbox": [-117.2715, 34.059333, -117.2715, 34.059333]}, {"id": "1083", "type": "Feature", "properties": {"id": "uw61335861", "mag": 1.05, "time": 1506780581040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.452333, 48.382667, 22.31]}, "bbox": [-122.452333, 48.382667, -122.452333, 48.382667]}, {"id": "1084", "type": "Feature", "properties": {"id": "hv61927751", "mag": 2.29, "time": 1506780487200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.627833, 19.405333, 3.602]}, "bbox": [-155.627833, 19.405333, -155.627833, 19.405333]}, {"id": "1085", "type": "Feature", "properties": {"id": "ak16958915", "mag": 1.1, "time": 1506779690755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.5599, 60.3017, 2.0]}, "bbox": [-143.5599, 60.3017, -143.5599, 60.3017]}, {"id": "1086", "type": "Feature", "properties": {"id": "ak16958913", "mag": 1.2, "time": 1506779388174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6949, 63.8592, 1.6]}, "bbox": [-148.6949, 63.8592, -148.6949, 63.8592]}, {"id": "1087", "type": "Feature", "properties": {"id": "ak16989774", "mag": 1.1, "time": 1506778517082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4836, 62.981, 94.9]}, "bbox": [-150.4836, 62.981, -150.4836, 62.981]}, {"id": "1088", "type": "Feature", "properties": {"id": "ci38015648", "mag": 1.53, "time": 1506777358020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.461667, 34.329167, 3.88]}, "bbox": [-116.461667, 34.329167, -116.461667, 34.329167]}, {"id": "1089", "type": "Feature", "properties": {"id": "ak16958909", "mag": 1.8, "time": 1506777347886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2124, 67.8158, 1.9]}, "bbox": [-159.2124, 67.8158, -159.2124, 67.8158]}, {"id": "1090", "type": "Feature", "properties": {"id": "ci38015640", "mag": 2.0, "time": 1506777335770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.658167, 31.867, 1.78]}, "bbox": [-115.658167, 31.867, -115.658167, 31.867]}, {"id": "1091", "type": "Feature", "properties": {"id": "ci38015616", "mag": 1.28, "time": 1506776191250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.768833, 33.326833, 12.3]}, "bbox": [-116.768833, 33.326833, -116.768833, 33.326833]}, {"id": "1092", "type": "Feature", "properties": {"id": "ak16958907", "mag": 1.2, "time": 1506775842000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4069, 62.3275, 86.0]}, "bbox": [-151.4069, 62.3275, -151.4069, 62.3275]}, {"id": "1093", "type": "Feature", "properties": {"id": "nc72902306", "mag": 1.41, "time": 1506775748110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.605333, 4.33]}, "bbox": [-118.82, 37.605333, -118.82, 37.605333]}, {"id": "1094", "type": "Feature", "properties": {"id": "ak16958905", "mag": 2.0, "time": 1506775349934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7202, 67.3687, 4.2]}, "bbox": [-163.7202, 67.3687, -163.7202, 67.3687]}, {"id": "1095", "type": "Feature", "properties": {"id": "nn00607651", "mag": 1.2, "time": 1506775034180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8976, 38.3688, 7.1]}, "bbox": [-118.8976, 38.3688, -118.8976, 38.3688]}, {"id": "1096", "type": "Feature", "properties": {"id": "ak16958026", "mag": 2.8, "time": 1506774114627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7286, 67.3815, 8.4]}, "bbox": [-163.7286, 67.3815, -163.7286, 67.3815]}, {"id": "1097", "type": "Feature", "properties": {"id": "uu60250312", "mag": 2.59, "time": 1506774047790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.635, 37.764167, 13.14]}, "bbox": [-110.635, 37.764167, -110.635, 37.764167]}, {"id": "1098", "type": "Feature", "properties": {"id": "ak16958023", "mag": 1.6, "time": 1506773722633, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6494, 63.1022, 115.8]}, "bbox": [-150.6494, 63.1022, -150.6494, 63.1022]}, {"id": "1099", "type": "Feature", "properties": {"id": "ak16989768", "mag": 1.6, "time": 1506773709105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8697, 59.0106, 105.0]}, "bbox": [-153.8697, 59.0106, -153.8697, 59.0106]}, {"id": "1100", "type": "Feature", "properties": {"id": "nc72902286", "mag": 1.55, "time": 1506773378420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898833, 37.522667, 12.57]}, "bbox": [-118.898833, 37.522667, -118.898833, 37.522667]}, {"id": "1101", "type": "Feature", "properties": {"id": "ld60143701", "mag": 0.98, "time": 1506773153350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.5095, 40.809333, 11.51]}, "bbox": [-74.5095, 40.809333, -74.5095, 40.809333]}, {"id": "1102", "type": "Feature", "properties": {"id": "ak16958020", "mag": 1.2, "time": 1506771142867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0654, 62.1893, 8.4]}, "bbox": [-150.0654, 62.1893, -150.0654, 62.1893]}, {"id": "1103", "type": "Feature", "properties": {"id": "ak16957154", "mag": 1.4, "time": 1506770413805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3117, 61.0872, 0.0]}, "bbox": [-148.3117, 61.0872, -148.3117, 61.0872]}, {"id": "1104", "type": "Feature", "properties": {"id": "ci38015552", "mag": 1.58, "time": 1506769732230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.155, 34.5615, 2.13]}, "bbox": [-119.155, 34.5615, -119.155, 34.5615]}, {"id": "1105", "type": "Feature", "properties": {"id": "ak16989763", "mag": 1.5, "time": 1506768979985, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1722, 60.0493, 117.8]}, "bbox": [-153.1722, 60.0493, -153.1722, 60.0493]}, {"id": "1106", "type": "Feature", "properties": {"id": "uu60250297", "mag": 1.97, "time": 1506768169440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.547, 7.49]}, "bbox": [-111.4255, 42.547, -111.4255, 42.547]}, {"id": "1107", "type": "Feature", "properties": {"id": "ak16957134", "mag": 1.5, "time": 1506768169245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9682, 61.4708, 39.5]}, "bbox": [-149.9682, 61.4708, -149.9682, 61.4708]}, {"id": "1108", "type": "Feature", "properties": {"id": "us2000ax5m", "mag": 5.2, "time": 1506767402460, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.7797, 1.8973, 37.67]}, "bbox": [128.7797, 1.8973, 128.7797, 1.8973]}, {"id": "1109", "type": "Feature", "properties": {"id": "ak16989760", "mag": 1.1, "time": 1506766077754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8184, 60.0072, 67.6]}, "bbox": [-151.8184, 60.0072, -151.8184, 60.0072]}, {"id": "1110", "type": "Feature", "properties": {"id": "nc72902251", "mag": 1.22, "time": 1506766057090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800833, 38.792667, 2.88]}, "bbox": [-122.800833, 38.792667, -122.800833, 38.792667]}, {"id": "1111", "type": "Feature", "properties": {"id": "ak16956252", "mag": 1.6, "time": 1506765146662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3164, 61.6465, 25.4]}, "bbox": [-147.3164, 61.6465, -147.3164, 61.6465]}, {"id": "1112", "type": "Feature", "properties": {"id": "us2000ax55", "mag": 4.4, "time": 1506764918800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0971, 15.3765, 35.53]}, "bbox": [-94.0971, 15.3765, -94.0971, 15.3765]}, {"id": "1113", "type": "Feature", "properties": {"id": "ak16956250", "mag": 3.1, "time": 1506764602367, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3876, 51.6362, 13.1]}, "bbox": [-178.3876, 51.6362, -178.3876, 51.6362]}, {"id": "1114", "type": "Feature", "properties": {"id": "uu60250277", "mag": 1.1, "time": 1506764348800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411333, 38.962833, -1.36]}, "bbox": [-111.411333, 38.962833, -111.411333, 38.962833]}, {"id": "1115", "type": "Feature", "properties": {"id": "nc72902211", "mag": 2.24, "time": 1506763678540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1355, 37.688333, 25.77]}, "bbox": [-120.1355, 37.688333, -120.1355, 37.688333]}, {"id": "1116", "type": "Feature", "properties": {"id": "ak16955383", "mag": 2.0, "time": 1506763079790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7222, 59.2509, 16.0]}, "bbox": [-152.7222, 59.2509, -152.7222, 59.2509]}, {"id": "1117", "type": "Feature", "properties": {"id": "ak16955380", "mag": 1.1, "time": 1506762584802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0664, 61.8814, 35.7]}, "bbox": [-149.0664, 61.8814, -149.0664, 61.8814]}, {"id": "1118", "type": "Feature", "properties": {"id": "nc72902196", "mag": 1.37, "time": 1506761418100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.788, 0.74]}, "bbox": [-122.7435, 38.788, -122.7435, 38.788]}, {"id": "1119", "type": "Feature", "properties": {"id": "us2000ax4r", "mag": 2.5, "time": 1506761330980, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5543, 36.2286, 1.38]}, "bbox": [-97.5543, 36.2286, -97.5543, 36.2286]}, {"id": "1120", "type": "Feature", "properties": {"id": "ci38015488", "mag": 1.48, "time": 1506761301510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3055, 33.255167, 10.3]}, "bbox": [-116.3055, 33.255167, -116.3055, 33.255167]}, {"id": "1121", "type": "Feature", "properties": {"id": "ci38015480", "mag": 1.54, "time": 1506760683740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.638333, 33.165167, 2.88]}, "bbox": [-115.638333, 33.165167, -115.638333, 33.165167]}, {"id": "1122", "type": "Feature", "properties": {"id": "ak16955371", "mag": 2.5, "time": 1506760322340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9144, 51.2732, 19.4]}, "bbox": [-179.9144, 51.2732, -179.9144, 51.2732]}, {"id": "1123", "type": "Feature", "properties": {"id": "nc72902186", "mag": 1.08, "time": 1506759358360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.750832, 38.806835, 0.69]}, "bbox": [-122.750832, 38.806835, -122.750832, 38.806835]}, {"id": "1124", "type": "Feature", "properties": {"id": "nc72902176", "mag": 1.52, "time": 1506758934270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.270833, 39.463167, 6.67]}, "bbox": [-123.270833, 39.463167, -123.270833, 39.463167]}, {"id": "1125", "type": "Feature", "properties": {"id": "ak16955365", "mag": 2.3, "time": 1506758896299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4581, 50.7723, 29.7]}, "bbox": [-173.4581, 50.7723, -173.4581, 50.7723]}, {"id": "1126", "type": "Feature", "properties": {"id": "ak16955363", "mag": 1.2, "time": 1506758873795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2563, 61.2042, 65.4]}, "bbox": [-151.2563, 61.2042, -151.2563, 61.2042]}, {"id": "1127", "type": "Feature", "properties": {"id": "nc72902161", "mag": 1.43, "time": 1506758269830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.604167, 3.89]}, "bbox": [-118.820833, 37.604167, -118.820833, 37.604167]}, {"id": "1128", "type": "Feature", "properties": {"id": "nc72902151", "mag": 1.08, "time": 1506757752200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.095167, 36.564333, 8.65]}, "bbox": [-121.095167, 36.564333, -121.095167, 36.564333]}, {"id": "1129", "type": "Feature", "properties": {"id": "ak16954507", "mag": 1.7, "time": 1506757551919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4734, 51.7808, 63.4]}, "bbox": [-176.4734, 51.7808, -176.4734, 51.7808]}, {"id": "1130", "type": "Feature", "properties": {"id": "ak16954502", "mag": 1.5, "time": 1506757337943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7203, 60.1564, 96.7]}, "bbox": [-152.7203, 60.1564, -152.7203, 60.1564]}, {"id": "1131", "type": "Feature", "properties": {"id": "ak16954501", "mag": 1.2, "time": 1506757146790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0463, 62.4859, 12.9]}, "bbox": [-150.0463, 62.4859, -150.0463, 62.4859]}, {"id": "1132", "type": "Feature", "properties": {"id": "ak16954494", "mag": 1.2, "time": 1506755657374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4986, 59.9398, 15.9]}, "bbox": [-147.4986, 59.9398, -147.4986, 59.9398]}, {"id": "1133", "type": "Feature", "properties": {"id": "ak16989746", "mag": 1.4, "time": 1506755147399, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4214, 51.6622, 47.9]}, "bbox": [-176.4214, 51.6622, -176.4214, 51.6622]}, {"id": "1134", "type": "Feature", "properties": {"id": "nc72902146", "mag": 1.49, "time": 1506754443300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7965, 38.821167, 2.97]}, "bbox": [-122.7965, 38.821167, -122.7965, 38.821167]}, {"id": "1135", "type": "Feature", "properties": {"id": "ak16953640", "mag": 1.8, "time": 1506754020475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3389, 63.5229, 14.2]}, "bbox": [-147.3389, 63.5229, -147.3389, 63.5229]}, {"id": "1136", "type": "Feature", "properties": {"id": "ci38015432", "mag": 1.45, "time": 1506753848290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.784, 34.512167, 18.77]}, "bbox": [-118.784, 34.512167, -118.784, 34.512167]}, {"id": "1137", "type": "Feature", "properties": {"id": "nc72902141", "mag": 1.71, "time": 1506753528720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9575, 37.590333, -0.13]}, "bbox": [-118.9575, 37.590333, -118.9575, 37.590333]}, {"id": "1138", "type": "Feature", "properties": {"id": "us2000ax3z", "mag": 5.0, "time": 1506753276470, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7893, -37.146, 51.02]}, "bbox": [178.7893, -37.146, 178.7893, -37.146]}, {"id": "1139", "type": "Feature", "properties": {"id": "us2000ax3x", "mag": 4.0, "time": 1506752562800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1802, 15.1606, 44.16]}, "bbox": [-94.1802, 15.1606, -94.1802, 15.1606]}, {"id": "1140", "type": "Feature", "properties": {"id": "us2000ax3v", "mag": 5.5, "time": 1506752076970, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.0015, 32.3196, 10.0]}, "bbox": [105.0015, 32.3196, 105.0015, 32.3196]}, {"id": "1141", "type": "Feature", "properties": {"id": "nc72902116", "mag": 1.62, "time": 1506750865330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.599667, 37.407833, 9.53]}, "bbox": [-118.599667, 37.407833, -118.599667, 37.407833]}, {"id": "1142", "type": "Feature", "properties": {"id": "ci38015368", "mag": 1.67, "time": 1506750508810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.076333, 36.188833, 2.55]}, "bbox": [-118.076333, 36.188833, -118.076333, 36.188833]}, {"id": "1143", "type": "Feature", "properties": {"id": "mb80258359", "mag": 1.02, "time": 1506750398880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9725, 47.5955, 16.81]}, "bbox": [-113.9725, 47.5955, -113.9725, 47.5955]}, {"id": "1144", "type": "Feature", "properties": {"id": "us2000ax3j", "mag": 2.7, "time": 1506750040910, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.2913, 46.8038, 7.79]}, "bbox": [-112.2913, 46.8038, -112.2913, 46.8038]}, {"id": "1145", "type": "Feature", "properties": {"id": "ak16952767", "mag": 1.8, "time": 1506749904921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3454, 60.3536, 81.9]}, "bbox": [-152.3454, 60.3536, -152.3454, 60.3536]}, {"id": "1146", "type": "Feature", "properties": {"id": "ak16952766", "mag": 2.3, "time": 1506749189648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3954, 52.6671, 7.6]}, "bbox": [-169.3954, 52.6671, -169.3954, 52.6671]}, {"id": "1147", "type": "Feature", "properties": {"id": "us2000ax39", "mag": 4.5, "time": 1506748759440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.5825, -6.071, 46.79]}, "bbox": [146.5825, -6.071, 146.5825, -6.071]}, {"id": "1148", "type": "Feature", "properties": {"id": "nc72902081", "mag": 1.59, "time": 1506748525170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.603833, 3.81]}, "bbox": [-118.82, 37.603833, -118.82, 37.603833]}, {"id": "1149", "type": "Feature", "properties": {"id": "ak16989740", "mag": 1.2, "time": 1506747601510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7455, 63.2374, 127.9]}, "bbox": [-150.7455, 63.2374, -150.7455, 63.2374]}, {"id": "1150", "type": "Feature", "properties": {"id": "uu60250227", "mag": 1.55, "time": 1506747254170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416167, 42.576, 7.87]}, "bbox": [-111.416167, 42.576, -111.416167, 42.576]}, {"id": "1151", "type": "Feature", "properties": {"id": "ak16989738", "mag": 2.1, "time": 1506746345789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3938, 52.2402, 166.1]}, "bbox": [-176.3938, 52.2402, -176.3938, 52.2402]}, {"id": "1152", "type": "Feature", "properties": {"id": "us2000ax2y", "mag": 2.0, "time": 1506744973730, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.5373, 31.4264, 5.0]}, "bbox": [-103.5373, 31.4264, -103.5373, 31.4264]}, {"id": "1153", "type": "Feature", "properties": {"id": "us2000ax2z", "mag": 4.2, "time": 1506744770640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [56.8179, 27.8699, 10.0]}, "bbox": [56.8179, 27.8699, 56.8179, 27.8699]}, {"id": "1154", "type": "Feature", "properties": {"id": "ak16951924", "mag": 1.9, "time": 1506744732618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0884, 59.736, 45.6]}, "bbox": [-151.0884, 59.736, -151.0884, 59.736]}, {"id": "1155", "type": "Feature", "properties": {"id": "nc72902041", "mag": 1.11, "time": 1506744250250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.493667, -0.44]}, "bbox": [-118.833, 37.493667, -118.833, 37.493667]}, {"id": "1156", "type": "Feature", "properties": {"id": "ak16989735", "mag": 1.2, "time": 1506741220731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9578, 61.9828, 69.5]}, "bbox": [-150.9578, 61.9828, -150.9578, 61.9828]}, {"id": "1157", "type": "Feature", "properties": {"id": "ak16951083", "mag": 2.6, "time": 1506741030111, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6653, 59.3044, 110.5]}, "bbox": [-153.6653, 59.3044, -153.6653, 59.3044]}, {"id": "1158", "type": "Feature", "properties": {"id": "ak16989733", "mag": 1.9, "time": 1506739580500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7167, 57.5293, 92.2]}, "bbox": [-155.7167, 57.5293, -155.7167, 57.5293]}, {"id": "1159", "type": "Feature", "properties": {"id": "us2000ax2n", "mag": 4.5, "time": 1506739554570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [136.7409, -3.3243, 53.79]}, "bbox": [136.7409, -3.3243, 136.7409, -3.3243]}, {"id": "1160", "type": "Feature", "properties": {"id": "ak16951081", "mag": 1.2, "time": 1506738073140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.643, 59.7863, 2.1]}, "bbox": [-136.643, 59.7863, -136.643, 59.7863]}, {"id": "1161", "type": "Feature", "properties": {"id": "ci38015232", "mag": 1.78, "time": 1506737478680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.242833, 34.689, 2.49]}, "bbox": [-120.242833, 34.689, -120.242833, 34.689]}, {"id": "1162", "type": "Feature", "properties": {"id": "nm60207556", "mag": 1.6, "time": 1506737274410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.540333, 36.441167, 8.74]}, "bbox": [-89.540333, 36.441167, -89.540333, 36.441167]}, {"id": "1163", "type": "Feature", "properties": {"id": "ak16951079", "mag": 1.0, "time": 1506737168134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6248, 59.7789, 3.9]}, "bbox": [-136.6248, 59.7789, -136.6248, 59.7789]}, {"id": "1164", "type": "Feature", "properties": {"id": "ak16989730", "mag": 1.0, "time": 1506736917340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3855, 61.2392, 35.6]}, "bbox": [-149.3855, 61.2392, -149.3855, 61.2392]}, {"id": "1165", "type": "Feature", "properties": {"id": "ak16951077", "mag": 2.7, "time": 1506736523109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4182, 51.6603, 65.4]}, "bbox": [-175.4182, 51.6603, -175.4182, 51.6603]}, {"id": "1166", "type": "Feature", "properties": {"id": "nn00607629", "mag": 1.3, "time": 1506736488217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2269, 38.6102, 7.9]}, "bbox": [-118.2269, 38.6102, -118.2269, 38.6102]}, {"id": "1167", "type": "Feature", "properties": {"id": "ak16989728", "mag": 1.8, "time": 1506734962617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4354, 59.672, 120.4]}, "bbox": [-153.4354, 59.672, -153.4354, 59.672]}, {"id": "1168", "type": "Feature", "properties": {"id": "us2000ax2c", "mag": 4.2, "time": 1506734849800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1267, 15.2552, 35.18]}, "bbox": [-94.1267, 15.2552, -94.1267, 15.2552]}, {"id": "1169", "type": "Feature", "properties": {"id": "ci38015192", "mag": 1.59, "time": 1506734841110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.231333, 34.69, 2.26]}, "bbox": [-120.231333, 34.69, -120.231333, 34.69]}, {"id": "1170", "type": "Feature", "properties": {"id": "nc72901986", "mag": 1.53, "time": 1506733264430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604833, 4.25]}, "bbox": [-118.820667, 37.604833, -118.820667, 37.604833]}, {"id": "1171", "type": "Feature", "properties": {"id": "ak16950243", "mag": 1.5, "time": 1506732735872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8027, 59.8685, 4.1]}, "bbox": [-136.8027, 59.8685, -136.8027, 59.8685]}, {"id": "1172", "type": "Feature", "properties": {"id": "ak16989726", "mag": 1.2, "time": 1506732275435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7993, 62.6213, 100.3]}, "bbox": [-151.7993, 62.6213, -151.7993, 62.6213]}, {"id": "1173", "type": "Feature", "properties": {"id": "us2000b217", "mag": 4.4, "time": 1506731641840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5238, -17.429, 578.55]}, "bbox": [-178.5238, -17.429, -178.5238, -17.429]}, {"id": "1174", "type": "Feature", "properties": {"id": "nc72901976", "mag": 1.18, "time": 1506731621270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.608667, 4.18]}, "bbox": [-118.821, 37.608667, -118.821, 37.608667]}, {"id": "1175", "type": "Feature", "properties": {"id": "ak16950242", "mag": 1.2, "time": 1506731391196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6362, 63.7125, 120.2]}, "bbox": [-149.6362, 63.7125, -149.6362, 63.7125]}, {"id": "1176", "type": "Feature", "properties": {"id": "ak16989723", "mag": 1.7, "time": 1506730448510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6879, 60.1242, 106.3]}, "bbox": [-152.6879, 60.1242, -152.6879, 60.1242]}, {"id": "1177", "type": "Feature", "properties": {"id": "ci38015160", "mag": 1.92, "time": 1506730343820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0465, 33.1715, 3.57]}, "bbox": [-116.0465, 33.1715, -116.0465, 33.1715]}, {"id": "1178", "type": "Feature", "properties": {"id": "ak16950224", "mag": 2.7, "time": 1506729701559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9689, 62.8827, 10.6]}, "bbox": [-148.9689, 62.8827, -148.9689, 62.8827]}, {"id": "1179", "type": "Feature", "properties": {"id": "ci38015152", "mag": 2.71, "time": 1506729570740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.046167, 33.172833, 9.13]}, "bbox": [-116.046167, 33.172833, -116.046167, 33.172833]}, {"id": "1180", "type": "Feature", "properties": {"id": "ak16989254", "mag": 1.6, "time": 1506729481572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2839, 51.9212, 67.7]}, "bbox": [-174.2839, 51.9212, -174.2839, 51.9212]}, {"id": "1181", "type": "Feature", "properties": {"id": "ak16950219", "mag": 1.3, "time": 1506729013003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9672, 64.4141, 9.0]}, "bbox": [-146.9672, 64.4141, -146.9672, 64.4141]}, {"id": "1182", "type": "Feature", "properties": {"id": "ak16950216", "mag": 1.6, "time": 1506728300228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1933, 61.9028, 3.7]}, "bbox": [-149.1933, 61.9028, -149.1933, 61.9028]}, {"id": "1183", "type": "Feature", "properties": {"id": "us2000ax17", "mag": 4.7, "time": 1506727132760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.696, 13.6996, 135.75]}, "bbox": [120.696, 13.6996, 120.696, 13.6996]}, {"id": "1184", "type": "Feature", "properties": {"id": "ak16949390", "mag": 2.0, "time": 1506727039137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6767, 61.5138, 15.3]}, "bbox": [-140.6767, 61.5138, -140.6767, 61.5138]}, {"id": "1185", "type": "Feature", "properties": {"id": "ak16949386", "mag": 1.2, "time": 1506726713734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3628, 64.9795, 0.0]}, "bbox": [-147.3628, 64.9795, -147.3628, 64.9795]}, {"id": "1186", "type": "Feature", "properties": {"id": "nc72901936", "mag": 1.7, "time": 1506726391160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 4.2]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1187", "type": "Feature", "properties": {"id": "ci38015128", "mag": 1.14, "time": 1506725917420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.499833, 4.55]}, "bbox": [-116.794167, 33.499833, -116.794167, 33.499833]}, {"id": "1188", "type": "Feature", "properties": {"id": "us2000ax0h", "mag": 4.3, "time": 1506725523560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.9693, 6.7514, 162.39]}, "bbox": [-72.9693, 6.7514, -72.9693, 6.7514]}, {"id": "1189", "type": "Feature", "properties": {"id": "nc72901926", "mag": 1.27, "time": 1506725219450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.6045, 3.92]}, "bbox": [-118.819667, 37.6045, -118.819667, 37.6045]}, {"id": "1190", "type": "Feature", "properties": {"id": "ak16989247", "mag": 1.4, "time": 1506725194385, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2194, 60.3483, 70.5]}, "bbox": [-151.2194, 60.3483, -151.2194, 60.3483]}, {"id": "1191", "type": "Feature", "properties": {"id": "nc72901921", "mag": 1.68, "time": 1506724972140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.0515, 10.15]}, "bbox": [-118.7985, 38.0515, -118.7985, 38.0515]}, {"id": "1192", "type": "Feature", "properties": {"id": "us2000b0b0", "mag": 4.2, "time": 1506724750370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7775, 14.8225, 10.0]}, "bbox": [-93.7775, 14.8225, -93.7775, 14.8225]}, {"id": "1193", "type": "Feature", "properties": {"id": "us2000awzq", "mag": 4.2, "time": 1506724590080, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1967, -31.7027, 34.99]}, "bbox": [-72.1967, -31.7027, -72.1967, -31.7027]}, {"id": "1194", "type": "Feature", "properties": {"id": "uu60250212", "mag": 1.71, "time": 1506723678770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 44.419, 8.43]}, "bbox": [-110.33, 44.419, -110.33, 44.419]}, {"id": "1195", "type": "Feature", "properties": {"id": "ak16948452", "mag": 1.0, "time": 1506723638356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5236, 61.0736, 4.6]}, "bbox": [-146.5236, 61.0736, -146.5236, 61.0736]}, {"id": "1196", "type": "Feature", "properties": {"id": "uu60250207", "mag": 0.97, "time": 1506723591620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.331, 44.419667, 7.85]}, "bbox": [-110.331, 44.419667, -110.331, 44.419667]}, {"id": "1197", "type": "Feature", "properties": {"id": "ak16948450", "mag": 2.2, "time": 1506723243356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3899, 51.6225, 6.6]}, "bbox": [-178.3899, 51.6225, -178.3899, 51.6225]}, {"id": "1198", "type": "Feature", "properties": {"id": "ak16989243", "mag": 1.8, "time": 1506723039650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6224, 58.8526, 127.8]}, "bbox": [-154.6224, 58.8526, -154.6224, 58.8526]}, {"id": "1199", "type": "Feature", "properties": {"id": "ci38015088", "mag": 2.26, "time": 1506722552150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2355, 34.1175, 22.24]}, "bbox": [-119.2355, 34.1175, -119.2355, 34.1175]}, {"id": "1200", "type": "Feature", "properties": {"id": "us2000awz1", "mag": 4.9, "time": 1506721850800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0878, 15.2008, 58.14]}, "bbox": [-94.0878, 15.2008, -94.0878, 15.2008]}, {"id": "1201", "type": "Feature", "properties": {"id": "us2000awyk", "mag": 3.0, "time": 1506721368710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.71, 43.4329, 10.0]}, "bbox": [-126.71, 43.4329, -126.71, 43.4329]}, {"id": "1202", "type": "Feature", "properties": {"id": "us2000awyj", "mag": 2.5, "time": 1506721170670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8727, 36.4662, 8.25]}, "bbox": [-96.8727, 36.4662, -96.8727, 36.4662]}, {"id": "1203", "type": "Feature", "properties": {"id": "ak16948433", "mag": 1.1, "time": 1506720878279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 63.5145, 7.6]}, "bbox": [-147.3481, 63.5145, -147.3481, 63.5145]}, {"id": "1204", "type": "Feature", "properties": {"id": "ci38015064", "mag": 1.38, "time": 1506720751740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9775, 33.998333, 5.0]}, "bbox": [-116.9775, 33.998333, -116.9775, 33.998333]}, {"id": "1205", "type": "Feature", "properties": {"id": "nc72901896", "mag": 1.79, "time": 1506720632350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 3.82]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1206", "type": "Feature", "properties": {"id": "ak16948427", "mag": 2.1, "time": 1506720336314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3588, 61.6517, 20.5]}, "bbox": [-148.3588, 61.6517, -148.3588, 61.6517]}, {"id": "1207", "type": "Feature", "properties": {"id": "nc72901891", "mag": 2.87, "time": 1506720104700, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.352667, 38.643167, 5.77]}, "bbox": [-122.352667, 38.643167, -122.352667, 38.643167]}, {"id": "1208", "type": "Feature", "properties": {"id": "us2000ax7e", "mag": 2.5, "time": 1506719402880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5572, 49.4225, 5.0]}, "bbox": [-120.5572, 49.4225, -120.5572, 49.4225]}, {"id": "1209", "type": "Feature", "properties": {"id": "us2000awxt", "mag": 4.4, "time": 1506718802820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8406, 16.1453, 55.29]}, "bbox": [-94.8406, 16.1453, -94.8406, 16.1453]}, {"id": "1210", "type": "Feature", "properties": {"id": "nc72901871", "mag": 1.92, "time": 1506717945880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878667, 37.535, 2.9]}, "bbox": [-118.878667, 37.535, -118.878667, 37.535]}, {"id": "1211", "type": "Feature", "properties": {"id": "ci38015016", "mag": 1.05, "time": 1506717237070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.142333, 33.336167, -0.44]}, "bbox": [-117.142333, 33.336167, -117.142333, 33.336167]}, {"id": "1212", "type": "Feature", "properties": {"id": "us2000awx6", "mag": 4.7, "time": 1506717060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3377, 14.7629, 21.4]}, "bbox": [-94.3377, 14.7629, -94.3377, 14.7629]}, {"id": "1213", "type": "Feature", "properties": {"id": "nc72901856", "mag": 1.02, "time": 1506716541140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.722, 38.777668, 1.65]}, "bbox": [-122.722, 38.777668, -122.722, 38.777668]}, {"id": "1214", "type": "Feature", "properties": {"id": "mb80258329", "mag": 1.68, "time": 1506716143860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.210167, 46.588333, 0.3]}, "bbox": [-112.210167, 46.588333, -112.210167, 46.588333]}, {"id": "1215", "type": "Feature", "properties": {"id": "ak16989238", "mag": 1.6, "time": 1506715318085, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.6762, 51.2251, 46.8]}, "bbox": [-178.6762, 51.2251, -178.6762, 51.2251]}, {"id": "1216", "type": "Feature", "properties": {"id": "ci38015000", "mag": 1.05, "time": 1506715194050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.174667, 33.223167, -0.31]}, "bbox": [-117.174667, 33.223167, -117.174667, 33.223167]}, {"id": "1217", "type": "Feature", "properties": {"id": "ak16989237", "mag": 1.3, "time": 1506715107803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4109, 51.6654, 14.9]}, "bbox": [-178.4109, 51.6654, -178.4109, 51.6654]}, {"id": "1218", "type": "Feature", "properties": {"id": "ak16989236", "mag": 1.8, "time": 1506714300796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0656, 51.6073, 13.2]}, "bbox": [-173.0656, 51.6073, -173.0656, 51.6073]}, {"id": "1219", "type": "Feature", "properties": {"id": "ak16946778", "mag": 1.8, "time": 1506713921345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0358, 59.8156, 103.9]}, "bbox": [-153.0358, 59.8156, -153.0358, 59.8156]}, {"id": "1220", "type": "Feature", "properties": {"id": "us2000awvi", "mag": 4.7, "time": 1506713408290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8244, 14.6951, 25.26]}, "bbox": [-93.8244, 14.6951, -93.8244, 14.6951]}, {"id": "1221", "type": "Feature", "properties": {"id": "us2000awvc", "mag": 5.3, "time": 1506713101350, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.0808, 53.2159, 47.81]}, "bbox": [160.0808, 53.2159, 160.0808, 53.2159]}, {"id": "1222", "type": "Feature", "properties": {"id": "nc72901811", "mag": 1.13, "time": 1506712684050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839833, 37.5695, 1.15]}, "bbox": [-118.839833, 37.5695, -118.839833, 37.5695]}, {"id": "1223", "type": "Feature", "properties": {"id": "ci38014936", "mag": 1.22, "time": 1506711284740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.962833, 36.582167, 5.17]}, "bbox": [-117.962833, 36.582167, -117.962833, 36.582167]}, {"id": "1224", "type": "Feature", "properties": {"id": "ak16945947", "mag": 1.1, "time": 1506711226973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7372, 61.7159, 11.2]}, "bbox": [-149.7372, 61.7159, -149.7372, 61.7159]}, {"id": "1225", "type": "Feature", "properties": {"id": "uw61335536", "mag": 1.21, "time": 1506711131520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5445, 46.492667, -1.15]}, "bbox": [-122.5445, 46.492667, -122.5445, 46.492667]}, {"id": "1226", "type": "Feature", "properties": {"id": "nc72901801", "mag": 1.03, "time": 1506711093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.840332, 38.841, 1.28]}, "bbox": [-122.840332, 38.841, -122.840332, 38.841]}, {"id": "1227", "type": "Feature", "properties": {"id": "ci38014904", "mag": 1.27, "time": 1506710840540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351833, 35.050333, -1.01]}, "bbox": [-118.351833, 35.050333, -118.351833, 35.050333]}, {"id": "1228", "type": "Feature", "properties": {"id": "nc72901786", "mag": 1.25, "time": 1506710565410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.638, 38.771, 3.08]}, "bbox": [-122.638, 38.771, -122.638, 38.771]}, {"id": "1229", "type": "Feature", "properties": {"id": "nc72901781", "mag": 1.14, "time": 1506710562310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.813333, 37.477, 10.6]}, "bbox": [-118.813333, 37.477, -118.813333, 37.477]}, {"id": "1230", "type": "Feature", "properties": {"id": "us2000ax1j", "mag": 2.6, "time": 1506708957540, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.9812, 40.4991, 10.41]}, "bbox": [-126.9812, 40.4991, -126.9812, 40.4991]}, {"id": "1231", "type": "Feature", "properties": {"id": "uu60250167", "mag": 1.43, "time": 1506708811550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408333, 42.627833, 0.01]}, "bbox": [-111.408333, 42.627833, -111.408333, 42.627833]}, {"id": "1232", "type": "Feature", "properties": {"id": "ak16945940", "mag": 2.2, "time": 1506708598408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 65.8694, 11.3]}, "bbox": [-150.1805, 65.8694, -150.1805, 65.8694]}, {"id": "1233", "type": "Feature", "properties": {"id": "us2000awu0", "mag": 4.4, "time": 1506708535930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7041, -29.9428, 24.5]}, "bbox": [-71.7041, -29.9428, -71.7041, -29.9428]}, {"id": "1234", "type": "Feature", "properties": {"id": "ak16989230", "mag": 1.2, "time": 1506708266694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5133, 51.924, 29.7]}, "bbox": [-178.5133, 51.924, -178.5133, 51.924]}, {"id": "1235", "type": "Feature", "properties": {"id": "nc72901741", "mag": 0.97, "time": 1506707146210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.608833, 3.97]}, "bbox": [-118.823167, 37.608833, -118.823167, 37.608833]}, {"id": "1236", "type": "Feature", "properties": {"id": "ak16945938", "mag": 1.3, "time": 1506706984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5563, 65.3108, 1.7]}, "bbox": [-161.5563, 65.3108, -161.5563, 65.3108]}, {"id": "1237", "type": "Feature", "properties": {"id": "ak16945133", "mag": 1.4, "time": 1506706312872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5157, 60.0338, 76.1]}, "bbox": [-151.5157, 60.0338, -151.5157, 60.0338]}, {"id": "1238", "type": "Feature", "properties": {"id": "ak16945129", "mag": 1.8, "time": 1506705516485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4094, 62.2086, 43.2]}, "bbox": [-146.4094, 62.2086, -146.4094, 62.2086]}, {"id": "1239", "type": "Feature", "properties": {"id": "nc72901691", "mag": 1.19, "time": 1506705001740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.604, 4.23]}, "bbox": [-118.819833, 37.604, -118.819833, 37.604]}, {"id": "1240", "type": "Feature", "properties": {"id": "ak16945122", "mag": 2.7, "time": 1506704480054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3979, 51.6138, 9.1]}, "bbox": [-178.3979, 51.6138, -178.3979, 51.6138]}, {"id": "1241", "type": "Feature", "properties": {"id": "ak16945116", "mag": 1.6, "time": 1506703818483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7333, 62.8722, 95.5]}, "bbox": [-150.7333, 62.8722, -150.7333, 62.8722]}, {"id": "1242", "type": "Feature", "properties": {"id": "nc72901686", "mag": 1.37, "time": 1506703671060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763167, 38.815, 1.59]}, "bbox": [-122.763167, 38.815, -122.763167, 38.815]}, {"id": "1243", "type": "Feature", "properties": {"id": "ak16989222", "mag": 1.3, "time": 1506703480244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9223, 60.0784, 5.3]}, "bbox": [-141.9223, 60.0784, -141.9223, 60.0784]}, {"id": "1244", "type": "Feature", "properties": {"id": "us2000aws4", "mag": 4.2, "time": 1506703454020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2978, -24.5018, 178.46]}, "bbox": [-67.2978, -24.5018, -67.2978, -24.5018]}, {"id": "1245", "type": "Feature", "properties": {"id": "ak16945111", "mag": 1.4, "time": 1506703443591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3415, 60.1469, 0.0]}, "bbox": [-141.3415, 60.1469, -141.3415, 60.1469]}, {"id": "1246", "type": "Feature", "properties": {"id": "us2000aws9", "mag": 2.8, "time": 1506703434610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.561, 46.8309, 5.0]}, "bbox": [-112.561, 46.8309, -112.561, 46.8309]}, {"id": "1247", "type": "Feature", "properties": {"id": "ak16945098", "mag": 2.9, "time": 1506703414975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2265, 52.0599, 4.0]}, "bbox": [-176.2265, 52.0599, -176.2265, 52.0599]}, {"id": "1248", "type": "Feature", "properties": {"id": "nc72901676", "mag": 1.08, "time": 1506702827030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.573667, 2.96]}, "bbox": [-118.8685, 37.573667, -118.8685, 37.573667]}, {"id": "1249", "type": "Feature", "properties": {"id": "ci38014752", "mag": 1.38, "time": 1506702364640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9525, 33.161667, 8.71]}, "bbox": [-115.9525, 33.161667, -115.9525, 33.161667]}, {"id": "1250", "type": "Feature", "properties": {"id": "nc72901666", "mag": 2.1, "time": 1506702098440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604167, 4.23]}, "bbox": [-118.822, 37.604167, -118.822, 37.604167]}, {"id": "1251", "type": "Feature", "properties": {"id": "hv61926636", "mag": 2.18, "time": 1506702014920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.601833, 20.052667, 34.47]}, "bbox": [-155.601833, 20.052667, -155.601833, 20.052667]}, {"id": "1252", "type": "Feature", "properties": {"id": "ak16944301", "mag": 1.2, "time": 1506702004530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4859, 61.9357, 38.3]}, "bbox": [-147.4859, 61.9357, -147.4859, 61.9357]}, {"id": "1253", "type": "Feature", "properties": {"id": "us2000awn9", "mag": 4.6, "time": 1506701320270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.6565, 36.9513, 89.38]}, "bbox": [30.6565, 36.9513, 30.6565, 36.9513]}, {"id": "1254", "type": "Feature", "properties": {"id": "nc72901651", "mag": 1.66, "time": 1506701302480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.628333, 36.892667, -0.13]}, "bbox": [-121.628333, 36.892667, -121.628333, 36.892667]}, {"id": "1255", "type": "Feature", "properties": {"id": "us2000awp8", "mag": 5.0, "time": 1506701291670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8294, 21.3911, 69.37]}, "bbox": [143.8294, 21.3911, 143.8294, 21.3911]}, {"id": "1256", "type": "Feature", "properties": {"id": "ak16944298", "mag": 1.9, "time": 1506700558070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3591, 59.6184, 107.1]}, "bbox": [-153.3591, 59.6184, -153.3591, 59.6184]}, {"id": "1257", "type": "Feature", "properties": {"id": "ak16944296", "mag": 1.5, "time": 1506699999652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.347, 60.6887, 39.3]}, "bbox": [-150.347, 60.6887, -150.347, 60.6887]}, {"id": "1258", "type": "Feature", "properties": {"id": "ak16944295", "mag": 2.3, "time": 1506699741265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4266, 51.6803, 2.6]}, "bbox": [-174.4266, 51.6803, -174.4266, 51.6803]}, {"id": "1259", "type": "Feature", "properties": {"id": "ak16944283", "mag": 3.0, "time": 1506699614700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.523, 51.6975, 12.1]}, "bbox": [-178.523, 51.6975, -178.523, 51.6975]}, {"id": "1260", "type": "Feature", "properties": {"id": "ak16989214", "mag": 1.4, "time": 1506699333969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5572, 51.8006, 17.4]}, "bbox": [-178.5572, 51.8006, -178.5572, 51.8006]}, {"id": "1261", "type": "Feature", "properties": {"id": "ak16944280", "mag": 1.6, "time": 1506699330322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4554, 63.4968, 4.1]}, "bbox": [-146.4554, 63.4968, -146.4554, 63.4968]}, {"id": "1262", "type": "Feature", "properties": {"id": "us2000awju", "mag": 4.4, "time": 1506698634990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.674, 15.7931, 74.04]}, "bbox": [-94.674, 15.7931, -94.674, 15.7931]}, {"id": "1263", "type": "Feature", "properties": {"id": "nc72901616", "mag": 1.45, "time": 1506698546300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.190833, 36.066, 9.01]}, "bbox": [-120.190833, 36.066, -120.190833, 36.066]}, {"id": "1264", "type": "Feature", "properties": {"id": "nc72901611", "mag": 1.16, "time": 1506698374110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.606167, 4.24]}, "bbox": [-118.820167, 37.606167, -118.820167, 37.606167]}, {"id": "1265", "type": "Feature", "properties": {"id": "uu60250142", "mag": 1.31, "time": 1506698139210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.502167, 42.0255, -0.68]}, "bbox": [-112.502167, 42.0255, -112.502167, 42.0255]}, {"id": "1266", "type": "Feature", "properties": {"id": "ak16989212", "mag": 1.5, "time": 1506697780188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1692, 61.0412, 92.6]}, "bbox": [-152.1692, 61.0412, -152.1692, 61.0412]}, {"id": "1267", "type": "Feature", "properties": {"id": "nc72901601", "mag": 1.58, "time": 1506697356900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.603833, 3.81]}, "bbox": [-118.8215, 37.603833, -118.8215, 37.603833]}, {"id": "1268", "type": "Feature", "properties": {"id": "ak16944278", "mag": 1.3, "time": 1506696524699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2498, 63.4064, 80.5]}, "bbox": [-147.2498, 63.4064, -147.2498, 63.4064]}, {"id": "1269", "type": "Feature", "properties": {"id": "ak16943485", "mag": 1.7, "time": 1506695993154, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7332, 58.8106, 5.8]}, "bbox": [-153.7332, 58.8106, -153.7332, 58.8106]}, {"id": "1270", "type": "Feature", "properties": {"id": "ak16943478", "mag": 1.7, "time": 1506695477590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7502, 58.8134, 7.3]}, "bbox": [-153.7502, 58.8134, -153.7502, 58.8134]}, {"id": "1271", "type": "Feature", "properties": {"id": "us2000awj3", "mag": 2.5, "time": 1506695343600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0981, 36.3324, 6.543]}, "bbox": [-98.0981, 36.3324, -98.0981, 36.3324]}, {"id": "1272", "type": "Feature", "properties": {"id": "ak16943471", "mag": 2.5, "time": 1506695221683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9597, 58.9824, 104.1]}, "bbox": [-153.9597, 58.9824, -153.9597, 58.9824]}, {"id": "1273", "type": "Feature", "properties": {"id": "uu60250137", "mag": 1.65, "time": 1506694436450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506667, 42.031167, 2.68]}, "bbox": [-112.506667, 42.031167, -112.506667, 42.031167]}, {"id": "1274", "type": "Feature", "properties": {"id": "ak16943466", "mag": 1.3, "time": 1506694161233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3879, 63.5817, 1.1]}, "bbox": [-147.3879, 63.5817, -147.3879, 63.5817]}, {"id": "1275", "type": "Feature", "properties": {"id": "ak16989205", "mag": 2.0, "time": 1506693991548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2136, 52.0676, 4.5]}, "bbox": [-176.2136, 52.0676, -176.2136, 52.0676]}, {"id": "1276", "type": "Feature", "properties": {"id": "nc72901566", "mag": 2.08, "time": 1506693960730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862333, 37.5625, 4.47]}, "bbox": [-118.862333, 37.5625, -118.862333, 37.5625]}, {"id": "1277", "type": "Feature", "properties": {"id": "ak16943439", "mag": 1.3, "time": 1506693558920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0206, 61.729, 33.9]}, "bbox": [-148.0206, 61.729, -148.0206, 61.729]}, {"id": "1278", "type": "Feature", "properties": {"id": "ci38014568", "mag": 2.51, "time": 1506693023860, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.270167, 33.67, 4.47]}, "bbox": [-118.270167, 33.67, -118.270167, 33.67]}, {"id": "1279", "type": "Feature", "properties": {"id": "us2000awib", "mag": 5.0, "time": 1506692997440, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [67.9437, 39.8728, 20.04]}, "bbox": [67.9437, 39.8728, 67.9437, 39.8728]}, {"id": "1280", "type": "Feature", "properties": {"id": "nc72901551", "mag": 1.74, "time": 1506692955010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605667, 4.05]}, "bbox": [-118.821167, 37.605667, -118.821167, 37.605667]}, {"id": "1281", "type": "Feature", "properties": {"id": "nc72901546", "mag": 2.76, "time": 1506692724780, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.606167, 4.07]}, "bbox": [-118.822, 37.606167, -118.822, 37.606167]}, {"id": "1282", "type": "Feature", "properties": {"id": "ak16942648", "mag": 1.5, "time": 1506692473989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3697, 60.1847, 0.0]}, "bbox": [-141.3697, 60.1847, -141.3697, 60.1847]}, {"id": "1283", "type": "Feature", "properties": {"id": "uu60250132", "mag": 1.79, "time": 1506692243980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.543833, 7.0]}, "bbox": [-111.431, 42.543833, -111.431, 42.543833]}, {"id": "1284", "type": "Feature", "properties": {"id": "mb80258279", "mag": 1.06, "time": 1506691959070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.8625, 13.38]}, "bbox": [-112.531833, 46.8625, -112.531833, 46.8625]}, {"id": "1285", "type": "Feature", "properties": {"id": "nc72901536", "mag": 1.82, "time": 1506691724930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.605667, 4.02]}, "bbox": [-118.821, 37.605667, -118.821, 37.605667]}, {"id": "1286", "type": "Feature", "properties": {"id": "nn00607504", "mag": 1.8, "time": 1506690215490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7002, 37.7048, 16.9]}, "bbox": [-117.7002, 37.7048, -117.7002, 37.7048]}, {"id": "1287", "type": "Feature", "properties": {"id": "ak16942645", "mag": 2.8, "time": 1506689890335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2102, 52.0495, 4.8]}, "bbox": [-176.2102, 52.0495, -176.2102, 52.0495]}, {"id": "1288", "type": "Feature", "properties": {"id": "hv61926461", "mag": 1.62, "time": 1506689375520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457667, 19.1075, 28.777]}, "bbox": [-155.457667, 19.1075, -155.457667, 19.1075]}, {"id": "1289", "type": "Feature", "properties": {"id": "ci38014488", "mag": 1.71, "time": 1506688966950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.030167, 36.589833, 2.83]}, "bbox": [-118.030167, 36.589833, -118.030167, 36.589833]}, {"id": "1290", "type": "Feature", "properties": {"id": "uu60250122", "mag": 1.68, "time": 1506688495310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.410833, 42.548333, 8.8]}, "bbox": [-111.410833, 42.548333, -111.410833, 42.548333]}, {"id": "1291", "type": "Feature", "properties": {"id": "ci38014464", "mag": 1.51, "time": 1506688363340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.292833, 33.924, 11.12]}, "bbox": [-118.292833, 33.924, -118.292833, 33.924]}, {"id": "1292", "type": "Feature", "properties": {"id": "uu60250117", "mag": 1.2, "time": 1506688147640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.451, 42.651167, 3.75]}, "bbox": [-111.451, 42.651167, -111.451, 42.651167]}, {"id": "1293", "type": "Feature", "properties": {"id": "nn00607501", "mag": 1.5, "time": 1506687351344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1244, 38.2711, 14.1]}, "bbox": [-119.1244, 38.2711, -119.1244, 38.2711]}, {"id": "1294", "type": "Feature", "properties": {"id": "mb80258269", "mag": 1.01, "time": 1506686927230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.712667, 47.670333, 12.54]}, "bbox": [-113.712667, 47.670333, -113.712667, 47.670333]}, {"id": "1295", "type": "Feature", "properties": {"id": "hv61926436", "mag": 2.78, "time": 1506686302190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.030667, 19.839833, 12.705]}, "bbox": [-155.030667, 19.839833, -155.030667, 19.839833]}, {"id": "1296", "type": "Feature", "properties": {"id": "ak16941853", "mag": 1.9, "time": 1506685697166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2959, 57.1271, 73.2]}, "bbox": [-155.2959, 57.1271, -155.2959, 57.1271]}, {"id": "1297", "type": "Feature", "properties": {"id": "us2000awh4", "mag": 4.5, "time": 1506685520260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0117, 15.1312, 54.94]}, "bbox": [-94.0117, 15.1312, -94.0117, 15.1312]}, {"id": "1298", "type": "Feature", "properties": {"id": "ak16941849", "mag": 1.4, "time": 1506685238756, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2101, 65.8679, 9.7]}, "bbox": [-150.2101, 65.8679, -150.2101, 65.8679]}, {"id": "1299", "type": "Feature", "properties": {"id": "us2000awh2", "mag": 3.2, "time": 1506684953300, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.3739, 35.8708, 5.0]}, "bbox": [-105.3739, 35.8708, -105.3739, 35.8708]}, {"id": "1300", "type": "Feature", "properties": {"id": "nc72901446", "mag": 1.81, "time": 1506683864270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.5745, 2.94]}, "bbox": [-118.8685, 37.5745, -118.8685, 37.5745]}, {"id": "1301", "type": "Feature", "properties": {"id": "ak16989195", "mag": 2.8, "time": 1506683238639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.2168, 53.4134, 215.5]}, "bbox": [-170.2168, 53.4134, -170.2168, 53.4134]}, {"id": "1302", "type": "Feature", "properties": {"id": "ak16941846", "mag": 2.8, "time": 1506683013276, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4342, 51.6411, 13.4]}, "bbox": [-178.4342, 51.6411, -178.4342, 51.6411]}, {"id": "1303", "type": "Feature", "properties": {"id": "ci38014408", "mag": 1.09, "time": 1506682934740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.248167, 34.684167, 3.67]}, "bbox": [-120.248167, 34.684167, -120.248167, 34.684167]}, {"id": "1304", "type": "Feature", "properties": {"id": "ci38014400", "mag": 1.41, "time": 1506682423780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6475, 32.295833, 17.59]}, "bbox": [-116.6475, 32.295833, -116.6475, 32.295833]}, {"id": "1305", "type": "Feature", "properties": {"id": "uw61335391", "mag": 1.31, "time": 1506682259150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.713833, 45.779, 4.47]}, "bbox": [-121.713833, 45.779, -121.713833, 45.779]}, {"id": "1306", "type": "Feature", "properties": {"id": "nn00607493", "mag": 1.3, "time": 1506681999912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1157, 38.2921, 8.5]}, "bbox": [-119.1157, 38.2921, -119.1157, 38.2921]}, {"id": "1307", "type": "Feature", "properties": {"id": "us2000awgp", "mag": 4.0, "time": 1506681630910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.1308, 51.5953, 10.0]}, "bbox": [-168.1308, 51.5953, -168.1308, 51.5953]}, {"id": "1308", "type": "Feature", "properties": {"id": "ci38014376", "mag": 2.27, "time": 1506680323320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.236167, 34.686333, 2.51]}, "bbox": [-120.236167, 34.686333, -120.236167, 34.686333]}, {"id": "1309", "type": "Feature", "properties": {"id": "nc72901411", "mag": 1.72, "time": 1506679482310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.606833, 4.18]}, "bbox": [-118.821833, 37.606833, -118.821833, 37.606833]}, {"id": "1310", "type": "Feature", "properties": {"id": "uu60250092", "mag": 1.5, "time": 1506678952480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.556667, 7.57]}, "bbox": [-111.408833, 42.556667, -111.408833, 42.556667]}, {"id": "1311", "type": "Feature", "properties": {"id": "nc72901396", "mag": 1.23, "time": 1506677982920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0275, 36.556333, 6.7]}, "bbox": [-121.0275, 36.556333, -121.0275, 36.556333]}, {"id": "1312", "type": "Feature", "properties": {"id": "ci38014304", "mag": 1.52, "time": 1506677845800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.502667, 4.26]}, "bbox": [-116.798333, 33.502667, -116.798333, 33.502667]}, {"id": "1313", "type": "Feature", "properties": {"id": "uu60250087", "mag": 1.18, "time": 1506677776470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.772667, 41.2685, 12.53]}, "bbox": [-111.772667, 41.2685, -111.772667, 41.2685]}, {"id": "1314", "type": "Feature", "properties": {"id": "us2000awgf", "mag": 4.7, "time": 1506677102490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7467, 21.3618, 39.87]}, "bbox": [143.7467, 21.3618, 143.7467, 21.3618]}, {"id": "1315", "type": "Feature", "properties": {"id": "ak16989192", "mag": 1.2, "time": 1506676690210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7405, 63.338, 95.8]}, "bbox": [-149.7405, 63.338, -149.7405, 63.338]}, {"id": "1316", "type": "Feature", "properties": {"id": "ci38014288", "mag": 1.53, "time": 1506676635710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.671, 33.215333, 3.29]}, "bbox": [-115.671, 33.215333, -115.671, 33.215333]}, {"id": "1317", "type": "Feature", "properties": {"id": "nc72901376", "mag": 1.15, "time": 1506676399250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.776001, 1.56]}, "bbox": [-122.721832, 38.776001, -122.721832, 38.776001]}, {"id": "1318", "type": "Feature", "properties": {"id": "nc72901366", "mag": 1.25, "time": 1506676178310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838167, 37.489833, 1.0]}, "bbox": [-118.838167, 37.489833, -118.838167, 37.489833]}, {"id": "1319", "type": "Feature", "properties": {"id": "nn00607489", "mag": 1.9, "time": 1506676166910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2245, 38.4923, 40.0]}, "bbox": [-119.2245, 38.4923, -119.2245, 38.4923]}, {"id": "1320", "type": "Feature", "properties": {"id": "ak16989191", "mag": 1.8, "time": 1506675279572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0102, 58.492, 85.1]}, "bbox": [-154.0102, 58.492, -154.0102, 58.492]}, {"id": "1321", "type": "Feature", "properties": {"id": "ak16989190", "mag": 1.3, "time": 1506674952846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1298, 60.9057, 47.4]}, "bbox": [-150.1298, 60.9057, -150.1298, 60.9057]}, {"id": "1322", "type": "Feature", "properties": {"id": "us2000awfl", "mag": 4.4, "time": 1506674809710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.929, 14.9856, 43.22]}, "bbox": [-93.929, 14.9856, -93.929, 14.9856]}, {"id": "1323", "type": "Feature", "properties": {"id": "uu60250082", "mag": 1.77, "time": 1506674053050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7785, 38.186667, 4.92]}, "bbox": [-112.7785, 38.186667, -112.7785, 38.186667]}, {"id": "1324", "type": "Feature", "properties": {"id": "ak16989188", "mag": 1.8, "time": 1506673945397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.291, 51.5518, 1.2]}, "bbox": [-176.291, 51.5518, -176.291, 51.5518]}, {"id": "1325", "type": "Feature", "properties": {"id": "ak16940268", "mag": 1.1, "time": 1506673847917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1687, 63.2488, 4.7]}, "bbox": [-151.1687, 63.2488, -151.1687, 63.2488]}, {"id": "1326", "type": "Feature", "properties": {"id": "nc72901291", "mag": 1.25, "time": 1506673221590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898667, 37.523167, 12.92]}, "bbox": [-118.898667, 37.523167, -118.898667, 37.523167]}, {"id": "1327", "type": "Feature", "properties": {"id": "ak16940267", "mag": 1.0, "time": 1506672847451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5017, 66.1069, 17.1]}, "bbox": [-150.5017, 66.1069, -150.5017, 66.1069]}, {"id": "1328", "type": "Feature", "properties": {"id": "ci38014192", "mag": 1.18, "time": 1506671965070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4335, 34.163833, 7.61]}, "bbox": [-117.4335, 34.163833, -117.4335, 34.163833]}, {"id": "1329", "type": "Feature", "properties": {"id": "us2000awf5", "mag": 4.2, "time": 1506671826720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3467, 33.9272, 10.0]}, "bbox": [90.3467, 33.9272, 90.3467, 33.9272]}, {"id": "1330", "type": "Feature", "properties": {"id": "nn00607584", "mag": 1.4, "time": 1506671521193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1177, 38.2758, 11.8]}, "bbox": [-119.1177, 38.2758, -119.1177, 38.2758]}, {"id": "1331", "type": "Feature", "properties": {"id": "ci38014184", "mag": 2.46, "time": 1506671466000, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978833, 33.994167, 4.88]}, "bbox": [-116.978833, 33.994167, -116.978833, 33.994167]}, {"id": "1332", "type": "Feature", "properties": {"id": "nn00607484", "mag": 1.8, "time": 1506671441804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1188, 38.2704, 11.7]}, "bbox": [-119.1188, 38.2704, -119.1188, 38.2704]}, {"id": "1333", "type": "Feature", "properties": {"id": "nc72901256", "mag": 1.15, "time": 1506670814700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.808833, 0.67]}, "bbox": [-122.8105, 38.808833, -122.8105, 38.808833]}, {"id": "1334", "type": "Feature", "properties": {"id": "nc72901241", "mag": 1.25, "time": 1506670284580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989667, 36.427667, 2.31]}, "bbox": [-120.989667, 36.427667, -120.989667, 36.427667]}, {"id": "1335", "type": "Feature", "properties": {"id": "nc72901231", "mag": 1.07, "time": 1506669441060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.540833, 37.406667, 8.01]}, "bbox": [-118.540833, 37.406667, -118.540833, 37.406667]}, {"id": "1336", "type": "Feature", "properties": {"id": "uw61335361", "mag": 1.94, "time": 1506668594230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.733667, 47.824, 24.16]}, "bbox": [-122.733667, 47.824, -122.733667, 47.824]}, {"id": "1337", "type": "Feature", "properties": {"id": "us2000awej", "mag": 4.2, "time": 1506668295660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [55.3123, 28.2886, 10.0]}, "bbox": [55.3123, 28.2886, 55.3123, 28.2886]}, {"id": "1338", "type": "Feature", "properties": {"id": "nc72901196", "mag": 0.96, "time": 1506668052570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.571833, 36.012667, 3.67]}, "bbox": [-120.571833, 36.012667, -120.571833, 36.012667]}, {"id": "1339", "type": "Feature", "properties": {"id": "ak16940266", "mag": 1.2, "time": 1506668048758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5877, 62.1976, 22.9]}, "bbox": [-145.5877, 62.1976, -145.5877, 62.1976]}, {"id": "1340", "type": "Feature", "properties": {"id": "nc72901186", "mag": 1.14, "time": 1506667805720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848167, 37.6535, 2.83]}, "bbox": [-118.848167, 37.6535, -118.848167, 37.6535]}, {"id": "1341", "type": "Feature", "properties": {"id": "nc72901176", "mag": 1.25, "time": 1506667100210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838333, 37.506167, 0.64]}, "bbox": [-118.838333, 37.506167, -118.838333, 37.506167]}, {"id": "1342", "type": "Feature", "properties": {"id": "nc72901171", "mag": 2.27, "time": 1506666779210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835333, 37.507167, -1.01]}, "bbox": [-118.835333, 37.507167, -118.835333, 37.507167]}, {"id": "1343", "type": "Feature", "properties": {"id": "ak16940265", "mag": 1.4, "time": 1506666562961, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3945, 61.6303, 33.9]}, "bbox": [-146.3945, 61.6303, -146.3945, 61.6303]}, {"id": "1344", "type": "Feature", "properties": {"id": "ak16940263", "mag": 1.0, "time": 1506666497414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1712, 62.2695, 52.6]}, "bbox": [-149.1712, 62.2695, -149.1712, 62.2695]}, {"id": "1345", "type": "Feature", "properties": {"id": "nc72901166", "mag": 1.28, "time": 1506666202970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.5065, 0.53]}, "bbox": [-118.834167, 37.5065, -118.834167, 37.5065]}, {"id": "1346", "type": "Feature", "properties": {"id": "us2000awe6", "mag": 2.6, "time": 1506666160200, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6816, 35.8653, 6.569]}, "bbox": [-96.6816, 35.8653, -96.6816, 35.8653]}, {"id": "1347", "type": "Feature", "properties": {"id": "nn00607469", "mag": 1.0, "time": 1506665961601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5308, 38.52, 7.8]}, "bbox": [-118.5308, 38.52, -118.5308, 38.52]}, {"id": "1348", "type": "Feature", "properties": {"id": "ci38014104", "mag": 1.28, "time": 1506665954550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.982833, 33.1725, 3.45]}, "bbox": [-115.982833, 33.1725, -115.982833, 33.1725]}, {"id": "1349", "type": "Feature", "properties": {"id": "ak16989182", "mag": 1.1, "time": 1506665936336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.485, 62.1641, 22.8]}, "bbox": [-145.485, 62.1641, -145.485, 62.1641]}, {"id": "1350", "type": "Feature", "properties": {"id": "nc72901156", "mag": 2.23, "time": 1506665326530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8385, 37.505167, 1.37]}, "bbox": [-118.8385, 37.505167, -118.8385, 37.505167]}, {"id": "1351", "type": "Feature", "properties": {"id": "nc72901146", "mag": 3.34, "time": 1506665130490, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8355, 37.5055, 1.65]}, "bbox": [-118.8355, 37.5055, -118.8355, 37.5055]}, {"id": "1352", "type": "Feature", "properties": {"id": "ak16989181", "mag": 1.9, "time": 1506664620963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5107, 52.4839, 24.7]}, "bbox": [-168.5107, 52.4839, -168.5107, 52.4839]}, {"id": "1353", "type": "Feature", "properties": {"id": "nc72901116", "mag": 1.16, "time": 1506664498090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824833, 37.605667, 4.02]}, "bbox": [-118.824833, 37.605667, -118.824833, 37.605667]}, {"id": "1354", "type": "Feature", "properties": {"id": "ak16939483", "mag": 1.1, "time": 1506663985990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9358, 61.1521, 6.2]}, "bbox": [-139.9358, 61.1521, -139.9358, 61.1521]}, {"id": "1355", "type": "Feature", "properties": {"id": "nc72901106", "mag": 1.19, "time": 1506663736480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.78717, 38.829334, 1.02]}, "bbox": [-122.78717, 38.829334, -122.78717, 38.829334]}, {"id": "1356", "type": "Feature", "properties": {"id": "nm60207436", "mag": 1.74, "time": 1506663708600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.653833, 36.539667, 9.66]}, "bbox": [-89.653833, 36.539667, -89.653833, 36.539667]}, {"id": "1357", "type": "Feature", "properties": {"id": "us2000awdv", "mag": 4.5, "time": 1506663030100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.5233, -24.0812, 546.3]}, "bbox": [-179.5233, -24.0812, -179.5233, -24.0812]}, {"id": "1358", "type": "Feature", "properties": {"id": "ak16939475", "mag": 1.7, "time": 1506662432885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8708, 60.1234, 43.7]}, "bbox": [-150.8708, 60.1234, -150.8708, 60.1234]}, {"id": "1359", "type": "Feature", "properties": {"id": "uu60250077", "mag": 1.14, "time": 1506662404800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.55, 41.1085, 19.56]}, "bbox": [-111.55, 41.1085, -111.55, 41.1085]}, {"id": "1360", "type": "Feature", "properties": {"id": "nc72901046", "mag": 1.46, "time": 1506661869950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.846833, 37.647833, 3.02]}, "bbox": [-118.846833, 37.647833, -118.846833, 37.647833]}, {"id": "1361", "type": "Feature", "properties": {"id": "ci38013856", "mag": 2.0, "time": 1506660542280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978, 33.995, 4.89]}, "bbox": [-116.978, 33.995, -116.978, 33.995]}, {"id": "1362", "type": "Feature", "properties": {"id": "ak16989177", "mag": 1.2, "time": 1506660008320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4686, 63.102, 104.8]}, "bbox": [-150.4686, 63.102, -150.4686, 63.102]}, {"id": "1363", "type": "Feature", "properties": {"id": "ak16945113", "mag": 2.3, "time": 1506659927913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0654, 53.6407, 46.2]}, "bbox": [-165.0654, 53.6407, -165.0654, 53.6407]}, {"id": "1364", "type": "Feature", "properties": {"id": "us2000awd5", "mag": 5.0, "time": 1506659595610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1021, 14.8894, 24.04]}, "bbox": [-94.1021, 14.8894, -94.1021, 14.8894]}, {"id": "1365", "type": "Feature", "properties": {"id": "nc72901021", "mag": 1.62, "time": 1506659436560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.814, 1.76]}, "bbox": [-122.826833, 38.814, -122.826833, 38.814]}, {"id": "1366", "type": "Feature", "properties": {"id": "us2000awd1", "mag": 3.0, "time": 1506658713990, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6968, 35.8549, 5.0]}, "bbox": [-96.6968, 35.8549, -96.6968, 35.8549]}, {"id": "1367", "type": "Feature", "properties": {"id": "mb80258249", "mag": 2.26, "time": 1506658662520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.514, 46.840833, 13.41]}, "bbox": [-112.514, 46.840833, -112.514, 46.840833]}, {"id": "1368", "type": "Feature", "properties": {"id": "ci38013816", "mag": 1.03, "time": 1506658457830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.02, 34.015, 13.93]}, "bbox": [-117.02, 34.015, -117.02, 34.015]}, {"id": "1369", "type": "Feature", "properties": {"id": "ak16938672", "mag": 1.1, "time": 1506657671332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.311, 64.8546, 17.6]}, "bbox": [-150.311, 64.8546, -150.311, 64.8546]}, {"id": "1370", "type": "Feature", "properties": {"id": "us2000awcv", "mag": 5.6, "time": 1506657622320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0465, 14.9039, 21.66]}, "bbox": [-94.0465, 14.9039, -94.0465, 14.9039]}, {"id": "1371", "type": "Feature", "properties": {"id": "ak16945097", "mag": 2.0, "time": 1506657417279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3696, 53.5031, 41.5]}, "bbox": [-165.3696, 53.5031, -165.3696, 53.5031]}, {"id": "1372", "type": "Feature", "properties": {"id": "nc72900986", "mag": 1.05, "time": 1506657208460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502333, -0.01]}, "bbox": [-118.835833, 37.502333, -118.835833, 37.502333]}, {"id": "1373", "type": "Feature", "properties": {"id": "ismpkansas70235973", "mag": 1.64, "time": 1506657154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887333, 37.201833, 5.03]}, "bbox": [-97.887333, 37.201833, -97.887333, 37.201833]}, {"id": "1374", "type": "Feature", "properties": {"id": "nc72900981", "mag": 1.98, "time": 1506656801880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8045, 38.832333, 1.64]}, "bbox": [-122.8045, 38.832333, -122.8045, 38.832333]}, {"id": "1375", "type": "Feature", "properties": {"id": "nc72900976", "mag": 1.12, "time": 1506656629400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.758667, 38.793499, 0.77]}, "bbox": [-122.758667, 38.793499, -122.758667, 38.793499]}, {"id": "1376", "type": "Feature", "properties": {"id": "ci38013768", "mag": 1.6, "time": 1506656062720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.976, 33.995833, 3.45]}, "bbox": [-116.976, 33.995833, -116.976, 33.995833]}, {"id": "1377", "type": "Feature", "properties": {"id": "ak16937888", "mag": 1.8, "time": 1506653782695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9369, 62.1991, 64.3]}, "bbox": [-150.9369, 62.1991, -150.9369, 62.1991]}, {"id": "1378", "type": "Feature", "properties": {"id": "ak16989171", "mag": 1.9, "time": 1506653188688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5129, 51.845, 110.0]}, "bbox": [178.5129, 51.845, 178.5129, 51.845]}, {"id": "1379", "type": "Feature", "properties": {"id": "hv61925851", "mag": 0.95, "time": 1506653113010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.463667, 19.481, 6.56]}, "bbox": [-155.463667, 19.481, -155.463667, 19.481]}, {"id": "1380", "type": "Feature", "properties": {"id": "ci38013744", "mag": 1.0, "time": 1506653104110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.302333, 34.099, 15.05]}, "bbox": [-117.302333, 34.099, -117.302333, 34.099]}, {"id": "1381", "type": "Feature", "properties": {"id": "us2000awce", "mag": 4.4, "time": 1506652310280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7803, 35.9821, 42.36]}, "bbox": [141.7803, 35.9821, 141.7803, 35.9821]}, {"id": "1382", "type": "Feature", "properties": {"id": "ci38013736", "mag": 2.07, "time": 1506652304260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.259833, 32.454333, 2.17]}, "bbox": [-116.259833, 32.454333, -116.259833, 32.454333]}, {"id": "1383", "type": "Feature", "properties": {"id": "ci38013720", "mag": 2.39, "time": 1506651375080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.569, 31.324, 4.82]}, "bbox": [-115.569, 31.324, -115.569, 31.324]}, {"id": "1384", "type": "Feature", "properties": {"id": "ci38013712", "mag": 1.12, "time": 1506651359620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924833, 33.976167, 6.34]}, "bbox": [-116.924833, 33.976167, -116.924833, 33.976167]}, {"id": "1385", "type": "Feature", "properties": {"id": "nn00607452", "mag": 1.0, "time": 1506651336185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1923, 35.5727, 11.6]}, "bbox": [-116.1923, 35.5727, -116.1923, 35.5727]}, {"id": "1386", "type": "Feature", "properties": {"id": "ci38013704", "mag": 0.97, "time": 1506651243970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7885, 33.494833, 5.39]}, "bbox": [-116.7885, 33.494833, -116.7885, 33.494833]}, {"id": "1387", "type": "Feature", "properties": {"id": "ci38013688", "mag": 1.05, "time": 1506650990920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791167, 33.5105, 6.09]}, "bbox": [-116.791167, 33.5105, -116.791167, 33.5105]}, {"id": "1388", "type": "Feature", "properties": {"id": "ak16937883", "mag": 2.4, "time": 1506650514315, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9834, 51.7396, 25.6]}, "bbox": [-174.9834, 51.7396, -174.9834, 51.7396]}, {"id": "1389", "type": "Feature", "properties": {"id": "nc72900931", "mag": 1.16, "time": 1506649983200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720497, 38.775501, 1.87]}, "bbox": [-122.720497, 38.775501, -122.720497, 38.775501]}, {"id": "1390", "type": "Feature", "properties": {"id": "ak16937869", "mag": 2.6, "time": 1506649468698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8838, 61.8075, 66.1]}, "bbox": [-150.8838, 61.8075, -150.8838, 61.8075]}, {"id": "1391", "type": "Feature", "properties": {"id": "uu60013219", "mag": 1.32, "time": 1506648472160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.687, 41.150667, 12.61]}, "bbox": [-111.687, 41.150667, -111.687, 41.150667]}, {"id": "1392", "type": "Feature", "properties": {"id": "uu60250062", "mag": 2.53, "time": 1506648435990, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.936667, 38.921333, 10.59]}, "bbox": [-111.936667, 38.921333, -111.936667, 38.921333]}, {"id": "1393", "type": "Feature", "properties": {"id": "us2000awbw", "mag": 4.5, "time": 1506648405500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.976, 52.0498, 29.97]}, "bbox": [-169.976, 52.0498, -169.976, 52.0498]}, {"id": "1394", "type": "Feature", "properties": {"id": "us2000awbq", "mag": 4.9, "time": 1506648161110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.1717, 52.3421, 33.24]}, "bbox": [-170.1717, 52.3421, -170.1717, 52.3421]}, {"id": "1395", "type": "Feature", "properties": {"id": "ak16937823", "mag": 1.0, "time": 1506648034498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0631, 63.4906, 4.2]}, "bbox": [-147.0631, 63.4906, -147.0631, 63.4906]}, {"id": "1396", "type": "Feature", "properties": {"id": "ak16989160", "mag": 1.6, "time": 1506646713769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.579, 51.7059, 15.4]}, "bbox": [-178.579, 51.7059, -178.579, 51.7059]}, {"id": "1397", "type": "Feature", "properties": {"id": "nc72900911", "mag": 1.15, "time": 1506646505210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834333, 37.504, -0.73]}, "bbox": [-118.834333, 37.504, -118.834333, 37.504]}, {"id": "1398", "type": "Feature", "properties": {"id": "ci38013672", "mag": 2.61, "time": 1506646378780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.570333, 31.324667, 4.82]}, "bbox": [-115.570333, 31.324667, -115.570333, 31.324667]}, {"id": "1399", "type": "Feature", "properties": {"id": "ak16937047", "mag": 1.0, "time": 1506646107258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4881, 63.0417, 2.8]}, "bbox": [-151.4881, 63.0417, -151.4881, 63.0417]}, {"id": "1400", "type": "Feature", "properties": {"id": "ak16937045", "mag": 1.9, "time": 1506646058692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.135, 67.8468, 16.8]}, "bbox": [-156.135, 67.8468, -156.135, 67.8468]}, {"id": "1401", "type": "Feature", "properties": {"id": "nc72900906", "mag": 1.03, "time": 1506645880090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.876831, 38.8405, 2.17]}, "bbox": [-122.876831, 38.8405, -122.876831, 38.8405]}, {"id": "1402", "type": "Feature", "properties": {"id": "nc72900886", "mag": 1.63, "time": 1506645570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.816667, 2.21]}, "bbox": [-122.818333, 38.816667, -122.818333, 38.816667]}, {"id": "1403", "type": "Feature", "properties": {"id": "ci38013656", "mag": 2.24, "time": 1506645489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.313, 34.094167, 17.1]}, "bbox": [-117.313, 34.094167, -117.313, 34.094167]}, {"id": "1404", "type": "Feature", "properties": {"id": "ci38013632", "mag": 1.51, "time": 1506645195410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.502667, 3.76]}, "bbox": [-116.7955, 33.502667, -116.7955, 33.502667]}, {"id": "1405", "type": "Feature", "properties": {"id": "nc72900876", "mag": 1.03, "time": 1506644780060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 37.470667, 1.87]}, "bbox": [-118.818, 37.470667, -118.818, 37.470667]}, {"id": "1406", "type": "Feature", "properties": {"id": "nc72900871", "mag": 1.62, "time": 1506644672730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.585667, 37.234667, 6.49]}, "bbox": [-118.585667, 37.234667, -118.585667, 37.234667]}, {"id": "1407", "type": "Feature", "properties": {"id": "ak16937041", "mag": 1.3, "time": 1506644621941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3267, 62.8222, 57.1]}, "bbox": [-148.3267, 62.8222, -148.3267, 62.8222]}, {"id": "1408", "type": "Feature", "properties": {"id": "ak16937039", "mag": 1.7, "time": 1506644576562, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2144, 60.0462, 13.4]}, "bbox": [-139.2144, 60.0462, -139.2144, 60.0462]}, {"id": "1409", "type": "Feature", "properties": {"id": "ak16937037", "mag": 1.1, "time": 1506644052798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3512, 58.196, 2.5]}, "bbox": [-155.3512, 58.196, -155.3512, 58.196]}, {"id": "1410", "type": "Feature", "properties": {"id": "ak16989154", "mag": 1.6, "time": 1506643362489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3692, 51.6466, 12.3]}, "bbox": [-178.3692, 51.6466, -178.3692, 51.6466]}, {"id": "1411", "type": "Feature", "properties": {"id": "ak16937036", "mag": 1.4, "time": 1506643250597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7379, 61.4006, 18.9]}, "bbox": [-147.7379, 61.4006, -147.7379, 61.4006]}, {"id": "1412", "type": "Feature", "properties": {"id": "us2000awbb", "mag": 4.9, "time": 1506643017480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.7489, 19.052, 30.59]}, "bbox": [144.7489, 19.052, 144.7489, 19.052]}, {"id": "1413", "type": "Feature", "properties": {"id": "ak16989677", "mag": 1.5, "time": 1506642839250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8862, 61.8988, 105.1]}, "bbox": [-151.8862, 61.8988, -151.8862, 61.8988]}, {"id": "1414", "type": "Feature", "properties": {"id": "ak16936268", "mag": 1.2, "time": 1506642106483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9604, 62.3327, 42.9]}, "bbox": [-148.9604, 62.3327, -148.9604, 62.3327]}, {"id": "1415", "type": "Feature", "properties": {"id": "nn00607431", "mag": 1.9, "time": 1506641437450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5187, 36.978, 7.0]}, "bbox": [-117.5187, 36.978, -117.5187, 36.978]}, {"id": "1416", "type": "Feature", "properties": {"id": "nc72900841", "mag": 1.93, "time": 1506641348540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.606667, 4.1]}, "bbox": [-118.821, 37.606667, -118.821, 37.606667]}, {"id": "1417", "type": "Feature", "properties": {"id": "nc72900846", "mag": 1.13, "time": 1506641325970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.608333, 4.24]}, "bbox": [-118.818833, 37.608333, -118.818833, 37.608333]}, {"id": "1418", "type": "Feature", "properties": {"id": "nc72904266", "mag": 0.96, "time": 1506641269180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0985, 41.357, -1.69]}, "bbox": [-122.0985, 41.357, -122.0985, 41.357]}, {"id": "1419", "type": "Feature", "properties": {"id": "ak16989674", "mag": 1.6, "time": 1506641141934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9034, 59.5213, 94.1]}, "bbox": [-152.9034, 59.5213, -152.9034, 59.5213]}, {"id": "1420", "type": "Feature", "properties": {"id": "us2000awa2", "mag": 4.4, "time": 1506640604400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.6403, 51.5228, 41.23]}, "bbox": [-175.6403, 51.5228, -175.6403, 51.5228]}, {"id": "1421", "type": "Feature", "properties": {"id": "nn00607821", "mag": 1.1, "time": 1506640364409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9062, 38.3722, 8.5]}, "bbox": [-118.9062, 38.3722, -118.9062, 38.3722]}, {"id": "1422", "type": "Feature", "properties": {"id": "us2000aw9p", "mag": 5.4, "time": 1506640275740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7911, -24.8725, 440.96]}, "bbox": [-179.7911, -24.8725, -179.7911, -24.8725]}, {"id": "1423", "type": "Feature", "properties": {"id": "us2000b1wl", "mag": 4.8, "time": 1506639694670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5676, 1.0849, 4.38]}, "bbox": [127.5676, 1.0849, 127.5676, 1.0849]}, {"id": "1424", "type": "Feature", "properties": {"id": "us2000aw9e", "mag": 4.7, "time": 1506639688220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.3331, 2.9053, 15.04]}, "bbox": [133.3331, 2.9053, 133.3331, 2.9053]}, {"id": "1425", "type": "Feature", "properties": {"id": "ak16989671", "mag": 1.7, "time": 1506639639127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3134, 59.6717, 111.4]}, "bbox": [-153.3134, 59.6717, -153.3134, 59.6717]}, {"id": "1426", "type": "Feature", "properties": {"id": "ak16936241", "mag": 2.5, "time": 1506639635527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1768, 68.4586, 17.0]}, "bbox": [-147.1768, 68.4586, -147.1768, 68.4586]}, {"id": "1427", "type": "Feature", "properties": {"id": "nc72900821", "mag": 1.1, "time": 1506639127150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834833, 37.500333, -1.77]}, "bbox": [-118.834833, 37.500333, -118.834833, 37.500333]}, {"id": "1428", "type": "Feature", "properties": {"id": "us2000aw90", "mag": 5.1, "time": 1506638831750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5949, -34.0499, 10.0]}, "bbox": [-178.5949, -34.0499, -178.5949, -34.0499]}, {"id": "1429", "type": "Feature", "properties": {"id": "us2000aw8l", "mag": 4.3, "time": 1506638537770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4998, -6.5326, 108.74]}, "bbox": [130.4998, -6.5326, 130.4998, -6.5326]}, {"id": "1430", "type": "Feature", "properties": {"id": "nc72900811", "mag": 2.32, "time": 1506638416610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1135, 35.6885, 5.91]}, "bbox": [-121.1135, 35.6885, -121.1135, 35.6885]}, {"id": "1431", "type": "Feature", "properties": {"id": "nc72900806", "mag": 1.35, "time": 1506638081190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.534, 2.41]}, "bbox": [-118.878833, 37.534, -118.878833, 37.534]}, {"id": "1432", "type": "Feature", "properties": {"id": "uw61335056", "mag": 1.84, "time": 1506638058160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.417833, 45.624333, -1.28]}, "bbox": [-121.417833, 45.624333, -121.417833, 45.624333]}, {"id": "1433", "type": "Feature", "properties": {"id": "mb80258209", "mag": 1.37, "time": 1506637878310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.910833, 10.76]}, "bbox": [-112.521333, 46.910833, -112.521333, 46.910833]}, {"id": "1434", "type": "Feature", "properties": {"id": "ak16935473", "mag": 1.9, "time": 1506637576311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5454, 67.5431, 1.7]}, "bbox": [-158.5454, 67.5431, -158.5454, 67.5431]}, {"id": "1435", "type": "Feature", "properties": {"id": "ak16935469", "mag": 2.0, "time": 1506637236181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4826, 58.8115, 4.9]}, "bbox": [-153.4826, 58.8115, -153.4826, 58.8115]}, {"id": "1436", "type": "Feature", "properties": {"id": "ak16989667", "mag": 2.0, "time": 1506636836791, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4008, 59.8707, 143.3]}, "bbox": [-153.4008, 59.8707, -153.4008, 59.8707]}, {"id": "1437", "type": "Feature", "properties": {"id": "ak16989666", "mag": 1.1, "time": 1506636594038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2636, 62.56, 91.7]}, "bbox": [-151.2636, 62.56, -151.2636, 62.56]}, {"id": "1438", "type": "Feature", "properties": {"id": "nc72900796", "mag": 1.35, "time": 1506636488490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.710833, 38.743, 2.06]}, "bbox": [-122.710833, 38.743, -122.710833, 38.743]}, {"id": "1439", "type": "Feature", "properties": {"id": "ak16935467", "mag": 1.1, "time": 1506635722873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2148, 64.8337, 24.2]}, "bbox": [-149.2148, 64.8337, -149.2148, 64.8337]}, {"id": "1440", "type": "Feature", "properties": {"id": "ak16989663", "mag": 1.2, "time": 1506634878192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0761, 62.868, 105.4]}, "bbox": [-151.0761, 62.868, -151.0761, 62.868]}, {"id": "1441", "type": "Feature", "properties": {"id": "us2000aw7x", "mag": 3.3, "time": 1506634428280, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9413, 39.9063, 10.29]}, "bbox": [19.9413, 39.9063, 19.9413, 39.9063]}, {"id": "1442", "type": "Feature", "properties": {"id": "ak16989662", "mag": 1.3, "time": 1506634090975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8044, 63.1677, 125.3]}, "bbox": [-150.8044, 63.1677, -150.8044, 63.1677]}, {"id": "1443", "type": "Feature", "properties": {"id": "us2000b1wj", "mag": 4.0, "time": 1506633989680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.778, 49.1768, 363.15]}, "bbox": [150.778, 49.1768, 150.778, 49.1768]}, {"id": "1444", "type": "Feature", "properties": {"id": "ak16935454", "mag": 2.6, "time": 1506633516577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9288, 61.8846, 49.8]}, "bbox": [-150.9288, 61.8846, -150.9288, 61.8846]}, {"id": "1445", "type": "Feature", "properties": {"id": "ak16935459", "mag": 2.8, "time": 1506633516034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7041, 61.8689, 59.8]}, "bbox": [-150.7041, 61.8689, -150.7041, 61.8689]}, {"id": "1446", "type": "Feature", "properties": {"id": "nn00607410", "mag": 2.0, "time": 1506633382650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9234, 38.4032, 7.8]}, "bbox": [-118.9234, 38.4032, -118.9234, 38.4032]}, {"id": "1447", "type": "Feature", "properties": {"id": "ak16935451", "mag": 1.7, "time": 1506632963331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6029, 62.2054, 19.5]}, "bbox": [-145.6029, 62.2054, -145.6029, 62.2054]}, {"id": "1448", "type": "Feature", "properties": {"id": "ci38013352", "mag": 1.79, "time": 1506632691350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.990833, 33.765333, 14.42]}, "bbox": [-116.990833, 33.765333, -116.990833, 33.765333]}, {"id": "1449", "type": "Feature", "properties": {"id": "nn00607723", "mag": 1.0, "time": 1506632347835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1182, 38.2802, 11.5]}, "bbox": [-119.1182, 38.2802, -119.1182, 38.2802]}, {"id": "1450", "type": "Feature", "properties": {"id": "hv61925221", "mag": 1.37, "time": 1506631999030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.430333, 19.4155, 3.336]}, "bbox": [-155.430333, 19.4155, -155.430333, 19.4155]}, {"id": "1451", "type": "Feature", "properties": {"id": "ak16935443", "mag": 2.3, "time": 1506631969817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.484, 61.7831, 31.3]}, "bbox": [-149.484, 61.7831, -149.484, 61.7831]}, {"id": "1452", "type": "Feature", "properties": {"id": "us2000aw54", "mag": 2.4, "time": 1506631716330, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.3897, 35.6755, 5.86]}, "bbox": [-97.3897, 35.6755, -97.3897, 35.6755]}, {"id": "1453", "type": "Feature", "properties": {"id": "us2000aw51", "mag": 4.7, "time": 1506631326570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.2381, -7.2814, 142.87]}, "bbox": [129.2381, -7.2814, 129.2381, -7.2814]}, {"id": "1454", "type": "Feature", "properties": {"id": "ak16989658", "mag": 1.3, "time": 1506630830832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5815, 63.2958, 125.3]}, "bbox": [-150.5815, 63.2958, -150.5815, 63.2958]}, {"id": "1455", "type": "Feature", "properties": {"id": "ak16935439", "mag": 1.8, "time": 1506629924653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1989, 60.9639, 35.6]}, "bbox": [-148.1989, 60.9639, -148.1989, 60.9639]}, {"id": "1456", "type": "Feature", "properties": {"id": "ci38013336", "mag": 1.94, "time": 1506629828900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.131167, 32.218833, 17.71]}, "bbox": [-116.131167, 32.218833, -116.131167, 32.218833]}, {"id": "1457", "type": "Feature", "properties": {"id": "ak16989656", "mag": 1.2, "time": 1506629660078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.1036, 120.6]}, "bbox": [-151.0033, 63.1036, -151.0033, 63.1036]}, {"id": "1458", "type": "Feature", "properties": {"id": "mb80258194", "mag": 1.36, "time": 1506628850530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.870167, 10.85]}, "bbox": [-112.525833, 46.870167, -112.525833, 46.870167]}, {"id": "1459", "type": "Feature", "properties": {"id": "ak16989655", "mag": 1.6, "time": 1506628609513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2274, 59.9548, 119.1]}, "bbox": [-153.2274, 59.9548, -153.2274, 59.9548]}, {"id": "1460", "type": "Feature", "properties": {"id": "ak16989654", "mag": 1.5, "time": 1506627145969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4925, 59.606, 72.3]}, "bbox": [-152.4925, 59.606, -152.4925, 59.606]}, {"id": "1461", "type": "Feature", "properties": {"id": "nc72900741", "mag": 1.19, "time": 1506626419400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.631667, 36.039167, 2.5]}, "bbox": [-120.631667, 36.039167, -120.631667, 36.039167]}, {"id": "1462", "type": "Feature", "properties": {"id": "ak16989653", "mag": 1.4, "time": 1506626367074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3296, 60.9023, 42.3]}, "bbox": [-150.3296, 60.9023, -150.3296, 60.9023]}, {"id": "1463", "type": "Feature", "properties": {"id": "us2000aw2q", "mag": 4.9, "time": 1506625864960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-84.1381, 3.222, 33.2]}, "bbox": [-84.1381, 3.222, -84.1381, 3.222]}, {"id": "1464", "type": "Feature", "properties": {"id": "uu60249967", "mag": 1.41, "time": 1506625553170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457167, 42.614667, 6.24]}, "bbox": [-111.457167, 42.614667, -111.457167, 42.614667]}, {"id": "1465", "type": "Feature", "properties": {"id": "ak16933835", "mag": 2.9, "time": 1506625397763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.0327, 52.1592, 53.3]}, "bbox": [-171.0327, 52.1592, -171.0327, 52.1592]}, {"id": "1466", "type": "Feature", "properties": {"id": "ci38013288", "mag": 1.11, "time": 1506625160340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.118167, 33.2435, 12.25]}, "bbox": [-116.118167, 33.2435, -116.118167, 33.2435]}, {"id": "1467", "type": "Feature", "properties": {"id": "ak16989651", "mag": 1.3, "time": 1506624662212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6565, 62.7268, 75.5]}, "bbox": [-149.6565, 62.7268, -149.6565, 62.7268]}, {"id": "1468", "type": "Feature", "properties": {"id": "nn00607390", "mag": 1.2, "time": 1506624316884, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0954, 35.994, 9.6]}, "bbox": [-116.0954, 35.994, -116.0954, 35.994]}, {"id": "1469", "type": "Feature", "properties": {"id": "ak16933797", "mag": 2.1, "time": 1506623643983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.596, 60.994, 73.2]}, "bbox": [-151.596, 60.994, -151.596, 60.994]}, {"id": "1470", "type": "Feature", "properties": {"id": "ak16933794", "mag": 1.9, "time": 1506623613173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8361, 62.7886, 1.5]}, "bbox": [-151.8361, 62.7886, -151.8361, 62.7886]}, {"id": "1471", "type": "Feature", "properties": {"id": "ci38013264", "mag": 1.24, "time": 1506622262550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.530333, 35.347, 5.41]}, "bbox": [-118.530333, 35.347, -118.530333, 35.347]}, {"id": "1472", "type": "Feature", "properties": {"id": "ak16989648", "mag": 1.6, "time": 1506621791811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5986, 59.752, 76.2]}, "bbox": [-152.5986, 59.752, -152.5986, 59.752]}, {"id": "1473", "type": "Feature", "properties": {"id": "hv61924821", "mag": 2.4, "time": 1506621499160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.122167, 19.331, 7.032]}, "bbox": [-155.122167, 19.331, -155.122167, 19.331]}, {"id": "1474", "type": "Feature", "properties": {"id": "ak16933793", "mag": 1.6, "time": 1506621344909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8725, 59.9048, 16.1]}, "bbox": [-136.8725, 59.9048, -136.8725, 59.9048]}, {"id": "1475", "type": "Feature", "properties": {"id": "nc72900701", "mag": 1.21, "time": 1506621263930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.129833, 36.62, 9.54]}, "bbox": [-121.129833, 36.62, -121.129833, 36.62]}, {"id": "1476", "type": "Feature", "properties": {"id": "mb80258169", "mag": 1.95, "time": 1506620957630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.495833, 46.896167, 10.98]}, "bbox": [-112.495833, 46.896167, -112.495833, 46.896167]}, {"id": "1477", "type": "Feature", "properties": {"id": "ak16989646", "mag": 1.2, "time": 1506620810224, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5002, 61.5482, 31.5]}, "bbox": [-146.5002, 61.5482, -146.5002, 61.5482]}, {"id": "1478", "type": "Feature", "properties": {"id": "nc72900691", "mag": 1.44, "time": 1506620029980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.427167, 0.18]}, "bbox": [-122.995833, 39.427167, -122.995833, 39.427167]}, {"id": "1479", "type": "Feature", "properties": {"id": "ak16989645", "mag": 1.5, "time": 1506619134173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0379, 60.1776, 121.7]}, "bbox": [-153.0379, 60.1776, -153.0379, 60.1776]}, {"id": "1480", "type": "Feature", "properties": {"id": "ci38013232", "mag": 1.17, "time": 1506618737450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.506833, 5.73]}, "bbox": [-116.792167, 33.506833, -116.792167, 33.506833]}, {"id": "1481", "type": "Feature", "properties": {"id": "us2000avzh", "mag": 4.6, "time": 1506618485320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5691, 2.1483, 97.53]}, "bbox": [127.5691, 2.1483, 127.5691, 2.1483]}, {"id": "1482", "type": "Feature", "properties": {"id": "us2000avzb", "mag": 4.9, "time": 1506617586500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.0401, 6.0164, 50.8]}, "bbox": [120.0401, 6.0164, 120.0401, 6.0164]}, {"id": "1483", "type": "Feature", "properties": {"id": "ak16933018", "mag": 1.2, "time": 1506617374262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.7278, 64.1]}, "bbox": [-150.7645, 61.7278, -150.7645, 61.7278]}, {"id": "1484", "type": "Feature", "properties": {"id": "hv61924676", "mag": 1.37, "time": 1506617124930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.142167, 19.3215, 5.152]}, "bbox": [-155.142167, 19.3215, -155.142167, 19.3215]}, {"id": "1485", "type": "Feature", "properties": {"id": "ak16989643", "mag": 1.6, "time": 1506616564611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8062, 60.4189, 2.2]}, "bbox": [-147.8062, 60.4189, -147.8062, 60.4189]}, {"id": "1486", "type": "Feature", "properties": {"id": "ak16989642", "mag": 1.4, "time": 1506615776447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9273, 61.5228, 95.1]}, "bbox": [-151.9273, 61.5228, -151.9273, 61.5228]}, {"id": "1487", "type": "Feature", "properties": {"id": "ak16989641", "mag": 1.3, "time": 1506615666771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3551, 60.8947, 43.2]}, "bbox": [-150.3551, 60.8947, -150.3551, 60.8947]}, {"id": "1488", "type": "Feature", "properties": {"id": "us2000avyw", "mag": 2.7, "time": 1506615478140, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4394, 42.5767, 8.98]}, "bbox": [-111.4394, 42.5767, -111.4394, 42.5767]}, {"id": "1489", "type": "Feature", "properties": {"id": "nc72900646", "mag": 1.38, "time": 1506615468050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0045, 36.4415, 0.06]}, "bbox": [-121.0045, 36.4415, -121.0045, 36.4415]}, {"id": "1490", "type": "Feature", "properties": {"id": "ak16989640", "mag": 1.3, "time": 1506615161794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0408, 63.589, 132.5]}, "bbox": [-150.0408, 63.589, -150.0408, 63.589]}, {"id": "1491", "type": "Feature", "properties": {"id": "ak16989639", "mag": 1.2, "time": 1506615119980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3231, 63.0526, 91.1]}, "bbox": [-150.3231, 63.0526, -150.3231, 63.0526]}, {"id": "1492", "type": "Feature", "properties": {"id": "ak16933017", "mag": 2.0, "time": 1506614678900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3488, 68.1439, 6.8]}, "bbox": [-136.3488, 68.1439, -136.3488, 68.1439]}, {"id": "1493", "type": "Feature", "properties": {"id": "ak16989637", "mag": 2.0, "time": 1506614163379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1177, 57.8245, 115.5]}, "bbox": [-156.1177, 57.8245, -156.1177, 57.8245]}, {"id": "1494", "type": "Feature", "properties": {"id": "nc72900616", "mag": 1.97, "time": 1506613917930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833833, 37.506167, 0.46]}, "bbox": [-118.833833, 37.506167, -118.833833, 37.506167]}, {"id": "1495", "type": "Feature", "properties": {"id": "ak16933016", "mag": 1.5, "time": 1506613537003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1247, 62.197, 80.3]}, "bbox": [-151.1247, 62.197, -151.1247, 62.197]}, {"id": "1496", "type": "Feature", "properties": {"id": "nc72900606", "mag": 1.53, "time": 1506612805340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.996667, 39.425333, 0.77]}, "bbox": [-122.996667, 39.425333, -122.996667, 39.425333]}, {"id": "1497", "type": "Feature", "properties": {"id": "ak16989634", "mag": 1.6, "time": 1506612409300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4495, 58.785, 109.1]}, "bbox": [-154.4495, 58.785, -154.4495, 58.785]}, {"id": "1498", "type": "Feature", "properties": {"id": "ak16989633", "mag": 1.3, "time": 1506612360069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6854, 61.515, 2.6]}, "bbox": [-140.6854, 61.515, -140.6854, 61.515]}, {"id": "1499", "type": "Feature", "properties": {"id": "us2000avy5", "mag": 2.4, "time": 1506612136390, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1391, 37.351, 10.96]}, "bbox": [-98.1391, 37.351, -98.1391, 37.351]}, {"id": "1500", "type": "Feature", "properties": {"id": "ak16932254", "mag": 1.6, "time": 1506612041072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9819, 62.3692, 40.1]}, "bbox": [-147.9819, 62.3692, -147.9819, 62.3692]}, {"id": "1501", "type": "Feature", "properties": {"id": "us2000avxu", "mag": 2.3, "time": 1506611699680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3926, 36.3885, 15.33]}, "bbox": [-98.3926, 36.3885, -98.3926, 36.3885]}, {"id": "1502", "type": "Feature", "properties": {"id": "ak16932252", "mag": 1.4, "time": 1506611616543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7975, 61.8375, 20.1]}, "bbox": [-148.7975, 61.8375, -148.7975, 61.8375]}, {"id": "1503", "type": "Feature", "properties": {"id": "nc72900586", "mag": 1.03, "time": 1506611392120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821335, 38.808834, 2.14]}, "bbox": [-122.821335, 38.808834, -122.821335, 38.808834]}, {"id": "1504", "type": "Feature", "properties": {"id": "nc72900581", "mag": 1.68, "time": 1506611003850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995167, 39.428167, 0.76]}, "bbox": [-122.995167, 39.428167, -122.995167, 39.428167]}, {"id": "1505", "type": "Feature", "properties": {"id": "nc72900571", "mag": 3.21, "time": 1506610414710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1635, 40.137833, 15.62]}, "bbox": [-127.1635, 40.137833, -127.1635, 40.137833]}, {"id": "1506", "type": "Feature", "properties": {"id": "ak16932251", "mag": 2.9, "time": 1506610104421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9091, 51.7632, 40.8]}, "bbox": [-174.9091, 51.7632, -174.9091, 51.7632]}, {"id": "1507", "type": "Feature", "properties": {"id": "uu60249947", "mag": 1.1, "time": 1506608975840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421333, 42.593667, 5.84]}, "bbox": [-111.421333, 42.593667, -111.421333, 42.593667]}, {"id": "1508", "type": "Feature", "properties": {"id": "nc72900556", "mag": 1.09, "time": 1506608575910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6065, 3.9]}, "bbox": [-118.821333, 37.6065, -118.821333, 37.6065]}, {"id": "1509", "type": "Feature", "properties": {"id": "uu60249942", "mag": 1.52, "time": 1506608341480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415667, 42.591167, 5.46]}, "bbox": [-111.415667, 42.591167, -111.415667, 42.591167]}, {"id": "1510", "type": "Feature", "properties": {"id": "ak16932247", "mag": 2.1, "time": 1506608150712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4995, 59.282, 98.9]}, "bbox": [-153.4995, 59.282, -153.4995, 59.282]}, {"id": "1511", "type": "Feature", "properties": {"id": "ak16989627", "mag": 1.2, "time": 1506607597338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5495, 63.4604, 104.2]}, "bbox": [-149.5495, 63.4604, -149.5495, 63.4604]}, {"id": "1512", "type": "Feature", "properties": {"id": "ak16989625", "mag": 1.6, "time": 1506607488149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3463, 61.0393, 106.1]}, "bbox": [-152.3463, 61.0393, -152.3463, 61.0393]}, {"id": "1513", "type": "Feature", "properties": {"id": "ak16932246", "mag": 1.4, "time": 1506606933995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1075, 61.1056, 49.5]}, "bbox": [-150.1075, 61.1056, -150.1075, 61.1056]}, {"id": "1514", "type": "Feature", "properties": {"id": "ak16932241", "mag": 2.4, "time": 1506606217414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3566, 59.8225, 132.2]}, "bbox": [-153.3566, 59.8225, -153.3566, 59.8225]}, {"id": "1515", "type": "Feature", "properties": {"id": "nn00607373", "mag": 1.4, "time": 1506605920785, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4887, 38.6992, 5.0]}, "bbox": [-118.4887, 38.6992, -118.4887, 38.6992]}, {"id": "1516", "type": "Feature", "properties": {"id": "ak16989622", "mag": 1.0, "time": 1506605668248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.09, 62.8911, 77.4]}, "bbox": [-149.09, 62.8911, -149.09, 62.8911]}, {"id": "1517", "type": "Feature", "properties": {"id": "ak16932239", "mag": 1.5, "time": 1506605540122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5382, 63.0052, 72.9]}, "bbox": [-149.5382, 63.0052, -149.5382, 63.0052]}, {"id": "1518", "type": "Feature", "properties": {"id": "nc72900531", "mag": 1.45, "time": 1506605237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023333, 37.519667, 2.73]}, "bbox": [-119.023333, 37.519667, -119.023333, 37.519667]}, {"id": "1519", "type": "Feature", "properties": {"id": "uw61334636", "mag": 1.41, "time": 1506604992060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.905, 48.235833, 11.65]}, "bbox": [-121.905, 48.235833, -121.905, 48.235833]}, {"id": "1520", "type": "Feature", "properties": {"id": "ak16989620", "mag": 1.1, "time": 1506604766781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9752, 64.7557, 17.5]}, "bbox": [-139.9752, 64.7557, -139.9752, 64.7557]}, {"id": "1521", "type": "Feature", "properties": {"id": "nc72900521", "mag": 1.23, "time": 1506604242090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.078, 37.663333, 7.74]}, "bbox": [-122.078, 37.663333, -122.078, 37.663333]}, {"id": "1522", "type": "Feature", "properties": {"id": "ak16989619", "mag": 1.3, "time": 1506603071727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.42, 61.0462, 108.0]}, "bbox": [-152.42, 61.0462, -152.42, 61.0462]}, {"id": "1523", "type": "Feature", "properties": {"id": "uu60249937", "mag": 2.05, "time": 1506602964450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440333, 42.584, 3.5]}, "bbox": [-111.440333, 42.584, -111.440333, 42.584]}, {"id": "1524", "type": "Feature", "properties": {"id": "ak16931481", "mag": 1.0, "time": 1506601991313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.596, 66.821, 3.1]}, "bbox": [-143.596, 66.821, -143.596, 66.821]}, {"id": "1525", "type": "Feature", "properties": {"id": "ak16989616", "mag": 1.3, "time": 1506601744056, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1565, 57.9069, 53.3]}, "bbox": [-154.1565, 57.9069, -154.1565, 57.9069]}, {"id": "1526", "type": "Feature", "properties": {"id": "ak16989615", "mag": 1.2, "time": 1506601651411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3908, 68.9058, 5.0]}, "bbox": [-147.3908, 68.9058, -147.3908, 68.9058]}, {"id": "1527", "type": "Feature", "properties": {"id": "ak16931479", "mag": 1.4, "time": 1506601472327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4079, 61.6728, 40.0]}, "bbox": [-146.4079, 61.6728, -146.4079, 61.6728]}, {"id": "1528", "type": "Feature", "properties": {"id": "ak16931477", "mag": 1.1, "time": 1506601302752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8998, 65.8646, 6.1]}, "bbox": [-150.8998, 65.8646, -150.8998, 65.8646]}, {"id": "1529", "type": "Feature", "properties": {"id": "nc72900496", "mag": 1.36, "time": 1506601178090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.535, 2.88]}, "bbox": [-118.88, 37.535, -118.88, 37.535]}, {"id": "1530", "type": "Feature", "properties": {"id": "ak16931475", "mag": 1.2, "time": 1506600842484, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.174, 61.7151, 0.0]}, "bbox": [-148.174, 61.7151, -148.174, 61.7151]}, {"id": "1531", "type": "Feature", "properties": {"id": "nc72900446", "mag": 2.75, "time": 1506598677940, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.825333, 38.840167, 1.73]}, "bbox": [-122.825333, 38.840167, -122.825333, 38.840167]}, {"id": "1532", "type": "Feature", "properties": {"id": "ak16930710", "mag": 2.2, "time": 1506598490657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4189, 62.1612, 87.1]}, "bbox": [-151.4189, 62.1612, -151.4189, 62.1612]}, {"id": "1533", "type": "Feature", "properties": {"id": "us2000avvw", "mag": 5.3, "time": 1506598185690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.558, 28.7786, 10.0]}, "bbox": [140.558, 28.7786, 140.558, 28.7786]}, {"id": "1534", "type": "Feature", "properties": {"id": "ak16989610", "mag": 1.2, "time": 1506597726479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 63.0271, 90.0]}, "bbox": [-150.1805, 63.0271, -150.1805, 63.0271]}, {"id": "1535", "type": "Feature", "properties": {"id": "nc72900431", "mag": 1.92, "time": 1506596753080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.485667, 38.5015, 5.55]}, "bbox": [-119.485667, 38.5015, -119.485667, 38.5015]}, {"id": "1536", "type": "Feature", "properties": {"id": "ak16989609", "mag": 1.5, "time": 1506596722964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1313, 51.5863, 44.2]}, "bbox": [-178.1313, 51.5863, -178.1313, 51.5863]}, {"id": "1537", "type": "Feature", "properties": {"id": "ak16930709", "mag": 1.4, "time": 1506596180091, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9834, 61.0931, 56.8]}, "bbox": [-150.9834, 61.0931, -150.9834, 61.0931]}, {"id": "1538", "type": "Feature", "properties": {"id": "ak16930708", "mag": 3.1, "time": 1506595515294, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.7195, 51.6195, 25.6]}, "bbox": [176.7195, 51.6195, 176.7195, 51.6195]}, {"id": "1539", "type": "Feature", "properties": {"id": "ak16989606", "mag": 1.5, "time": 1506595427986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5238, 51.5739, 68.8]}, "bbox": [-177.5238, 51.5739, -177.5238, 51.5739]}, {"id": "1540", "type": "Feature", "properties": {"id": "nc72900416", "mag": 1.17, "time": 1506594935360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.096, 36.553167, 9.44]}, "bbox": [-121.096, 36.553167, -121.096, 36.553167]}, {"id": "1541", "type": "Feature", "properties": {"id": "ak16930706", "mag": 1.2, "time": 1506593895889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.338, 63.1851, 0.0]}, "bbox": [-151.338, 63.1851, -151.338, 63.1851]}, {"id": "1542", "type": "Feature", "properties": {"id": "ci38012984", "mag": 1.12, "time": 1506593315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6855, 35.838833, 4.14]}, "bbox": [-117.6855, 35.838833, -117.6855, 35.838833]}, {"id": "1543", "type": "Feature", "properties": {"id": "nc72900391", "mag": 1.49, "time": 1506592222290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823333, 37.607, 4.05]}, "bbox": [-118.823333, 37.607, -118.823333, 37.607]}, {"id": "1544", "type": "Feature", "properties": {"id": "ak16930705", "mag": 1.1, "time": 1506591630653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3689, 61.3755, 23.9]}, "bbox": [-150.3689, 61.3755, -150.3689, 61.3755]}, {"id": "1545", "type": "Feature", "properties": {"id": "ci38012952", "mag": 1.31, "time": 1506591135600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.834333, 32.734667, 5.37]}, "bbox": [-115.834333, 32.734667, -115.834333, 32.734667]}, {"id": "1546", "type": "Feature", "properties": {"id": "hv61924526", "mag": 1.45, "time": 1506590418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.392167, 9.534]}, "bbox": [-155.421333, 19.392167, -155.421333, 19.392167]}, {"id": "1547", "type": "Feature", "properties": {"id": "nc72900381", "mag": 1.63, "time": 1506590284210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2205, 38.063167, 9.05]}, "bbox": [-122.2205, 38.063167, -122.2205, 38.063167]}, {"id": "1548", "type": "Feature", "properties": {"id": "us2000avu4", "mag": 4.4, "time": 1506589563580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6261, -23.7242, 196.73]}, "bbox": [-66.6261, -23.7242, -66.6261, -23.7242]}, {"id": "1549", "type": "Feature", "properties": {"id": "ak16989602", "mag": 2.7, "time": 1506589434755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4192, 52.1877, 22.9]}, "bbox": [-170.4192, 52.1877, -170.4192, 52.1877]}, {"id": "1550", "type": "Feature", "properties": {"id": "ci38012928", "mag": 1.18, "time": 1506589107820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7675, 33.325167, 12.65]}, "bbox": [-116.7675, 33.325167, -116.7675, 33.325167]}, {"id": "1551", "type": "Feature", "properties": {"id": "ak16989601", "mag": 1.5, "time": 1506589104993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4957, 51.6758, 15.5]}, "bbox": [-178.4957, 51.6758, -178.4957, 51.6758]}, {"id": "1552", "type": "Feature", "properties": {"id": "ak16929945", "mag": 2.3, "time": 1506588754779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7058, 62.131, 34.9]}, "bbox": [-149.7058, 62.131, -149.7058, 62.131]}, {"id": "1553", "type": "Feature", "properties": {"id": "ak16929940", "mag": 2.6, "time": 1506588542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6191, 66.8364, 10.5]}, "bbox": [-143.6191, 66.8364, -143.6191, 66.8364]}, {"id": "1554", "type": "Feature", "properties": {"id": "nn00607351", "mag": 1.4, "time": 1506588343442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9118, 38.3801, 6.4]}, "bbox": [-118.9118, 38.3801, -118.9118, 38.3801]}, {"id": "1555", "type": "Feature", "properties": {"id": "ak16929936", "mag": 2.0, "time": 1506587984225, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4437, 61.9903, 29.6]}, "bbox": [-147.4437, 61.9903, -147.4437, 61.9903]}, {"id": "1556", "type": "Feature", "properties": {"id": "mb80258129", "mag": 1.62, "time": 1506587784100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.868167, 10.62]}, "bbox": [-112.525167, 46.868167, -112.525167, 46.868167]}, {"id": "1557", "type": "Feature", "properties": {"id": "nc72900351", "mag": 1.19, "time": 1506586386820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.536333, 3.07]}, "bbox": [-118.880833, 37.536333, -118.880833, 37.536333]}, {"id": "1558", "type": "Feature", "properties": {"id": "us2000avte", "mag": 4.7, "time": 1506586379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [117.1706, -10.7291, 10.0]}, "bbox": [117.1706, -10.7291, 117.1706, -10.7291]}, {"id": "1559", "type": "Feature", "properties": {"id": "us2000avtg", "mag": 5.3, "time": 1506586316130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.2449, 20.2657, 10.0]}, "bbox": [145.2449, 20.2657, 145.2449, 20.2657]}, {"id": "1560", "type": "Feature", "properties": {"id": "ak16929174", "mag": 2.3, "time": 1506586272361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7694, 61.6101, 47.2]}, "bbox": [-149.7694, 61.6101, -149.7694, 61.6101]}, {"id": "1561", "type": "Feature", "properties": {"id": "nc72900346", "mag": 1.18, "time": 1506586053100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823, 37.610167, 4.21]}, "bbox": [-118.823, 37.610167, -118.823, 37.610167]}, {"id": "1562", "type": "Feature", "properties": {"id": "uw61334586", "mag": 2.19, "time": 1506585933680, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.6315, 48.074, -0.77]}, "bbox": [-121.6315, 48.074, -121.6315, 48.074]}, {"id": "1563", "type": "Feature", "properties": {"id": "nn00607345", "mag": 1.8, "time": 1506585602623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6237, 38.7874, 8.5]}, "bbox": [-119.6237, 38.7874, -119.6237, 38.7874]}, {"id": "1564", "type": "Feature", "properties": {"id": "ak16929171", "mag": 1.6, "time": 1506585414754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1681, 58.2365, 0.7]}, "bbox": [-155.1681, 58.2365, -155.1681, 58.2365]}, {"id": "1565", "type": "Feature", "properties": {"id": "hv61924441", "mag": 1.7, "time": 1506585350220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.865167, 19.430333, 13.243]}, "bbox": [-155.865167, 19.430333, -155.865167, 19.430333]}, {"id": "1566", "type": "Feature", "properties": {"id": "nc72900326", "mag": 1.41, "time": 1506585322460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751, 38.783, 2.58]}, "bbox": [-122.751, 38.783, -122.751, 38.783]}, {"id": "1567", "type": "Feature", "properties": {"id": "ak16929167", "mag": 2.4, "time": 1506585219017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0108, 65.3932, 8.2]}, "bbox": [-166.0108, 65.3932, -166.0108, 65.3932]}, {"id": "1568", "type": "Feature", "properties": {"id": "ak16929164", "mag": 1.6, "time": 1506585151006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7632, 61.6155, 48.1]}, "bbox": [-149.7632, 61.6155, -149.7632, 61.6155]}, {"id": "1569", "type": "Feature", "properties": {"id": "nn00607342", "mag": 1.4, "time": 1506584922597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6325, 38.7911, 6.5]}, "bbox": [-119.6325, 38.7911, -119.6325, 38.7911]}, {"id": "1570", "type": "Feature", "properties": {"id": "ak16929162", "mag": 1.5, "time": 1506584839080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6957, 59.8727, 1.2]}, "bbox": [-136.6957, 59.8727, -136.6957, 59.8727]}, {"id": "1571", "type": "Feature", "properties": {"id": "mb80258114", "mag": 1.59, "time": 1506584469140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.867333, 10.81]}, "bbox": [-112.525167, 46.867333, -112.525167, 46.867333]}, {"id": "1572", "type": "Feature", "properties": {"id": "mb80258109", "mag": 1.16, "time": 1506584073450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.878167, 13.02]}, "bbox": [-112.53, 46.878167, -112.53, 46.878167]}, {"id": "1573", "type": "Feature", "properties": {"id": "ci38012872", "mag": 1.17, "time": 1506583959450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817833, 34.8665, 6.68]}, "bbox": [-118.817833, 34.8665, -118.817833, 34.8665]}, {"id": "1574", "type": "Feature", "properties": {"id": "ak16989588", "mag": 1.8, "time": 1506583466047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2642, 60.2053, 132.7]}, "bbox": [-153.2642, 60.2053, -153.2642, 60.2053]}, {"id": "1575", "type": "Feature", "properties": {"id": "us2000awdi", "mag": 1.5, "time": 1506583342200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.1659, 45.241, 4.82]}, "bbox": [-69.1659, 45.241, -69.1659, 45.241]}, {"id": "1576", "type": "Feature", "properties": {"id": "us2000avsq", "mag": 4.8, "time": 1506582689240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.4054, 37.4649, 44.08]}, "bbox": [141.4054, 37.4649, 141.4054, 37.4649]}, {"id": "1577", "type": "Feature", "properties": {"id": "ak16928412", "mag": 1.8, "time": 1506582059678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6189, 67.5652, 16.4]}, "bbox": [-159.6189, 67.5652, -159.6189, 67.5652]}, {"id": "1578", "type": "Feature", "properties": {"id": "ak16928397", "mag": 2.0, "time": 1506580602424, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1188, 61.1485, 13.0]}, "bbox": [-150.1188, 61.1485, -150.1188, 61.1485]}, {"id": "1579", "type": "Feature", "properties": {"id": "ak16928399", "mag": 1.1, "time": 1506580596261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8057, 66.0421, 6.0]}, "bbox": [-149.8057, 66.0421, -149.8057, 66.0421]}, {"id": "1580", "type": "Feature", "properties": {"id": "nc72900281", "mag": 1.14, "time": 1506579131440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.5365, 3.19]}, "bbox": [-118.88, 37.5365, -118.88, 37.5365]}, {"id": "1581", "type": "Feature", "properties": {"id": "ak16928394", "mag": 1.6, "time": 1506578908430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0895, 61.7515, 17.4]}, "bbox": [-149.0895, 61.7515, -149.0895, 61.7515]}, {"id": "1582", "type": "Feature", "properties": {"id": "ci38012840", "mag": 0.96, "time": 1506578825230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767667, 36.025167, 1.05]}, "bbox": [-117.767667, 36.025167, -117.767667, 36.025167]}, {"id": "1583", "type": "Feature", "properties": {"id": "ci38012832", "mag": 1.0, "time": 1506578679490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.884833, 33.846833, 11.18]}, "bbox": [-117.884833, 33.846833, -117.884833, 33.846833]}, {"id": "1584", "type": "Feature", "properties": {"id": "uu60249902", "mag": 1.26, "time": 1506578472190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.285833, 41.514167, 1.58]}, "bbox": [-112.285833, 41.514167, -112.285833, 41.514167]}, {"id": "1585", "type": "Feature", "properties": {"id": "uu60249897", "mag": 1.56, "time": 1506578161990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4205, 42.5195, 5.83]}, "bbox": [-111.4205, 42.5195, -111.4205, 42.5195]}, {"id": "1586", "type": "Feature", "properties": {"id": "ak16989578", "mag": 1.2, "time": 1506577617968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0285, 60.9615, 99.9]}, "bbox": [-152.0285, 60.9615, -152.0285, 60.9615]}, {"id": "1587", "type": "Feature", "properties": {"id": "ak16927642", "mag": 2.5, "time": 1506576956542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4519, 60.4702, 49.5]}, "bbox": [-151.4519, 60.4702, -151.4519, 60.4702]}, {"id": "1588", "type": "Feature", "properties": {"id": "ak16927639", "mag": 1.1, "time": 1506575989243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9371, 64.4345, 12.0]}, "bbox": [-147.9371, 64.4345, -147.9371, 64.4345]}, {"id": "1589", "type": "Feature", "properties": {"id": "us2000avrg", "mag": 4.2, "time": 1506575321430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9228, 16.6784, 58.25]}, "bbox": [-94.9228, 16.6784, -94.9228, 16.6784]}, {"id": "1590", "type": "Feature", "properties": {"id": "ak16927634", "mag": 1.4, "time": 1506574806948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9601, 61.6771, 57.6]}, "bbox": [-150.9601, 61.6771, -150.9601, 61.6771]}, {"id": "1591", "type": "Feature", "properties": {"id": "us2000avr9", "mag": 3.0, "time": 1506574593800, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8025, 35.9915, 5.225]}, "bbox": [-96.8025, 35.9915, -96.8025, 35.9915]}, {"id": "1592", "type": "Feature", "properties": {"id": "nc72900251", "mag": 1.08, "time": 1506573201460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.876833, 37.531833, 2.55]}, "bbox": [-118.876833, 37.531833, -118.876833, 37.531833]}, {"id": "1593", "type": "Feature", "properties": {"id": "ak16989573", "mag": 1.0, "time": 1506573124099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1846, 68.5953, 17.3]}, "bbox": [-147.1846, 68.5953, -147.1846, 68.5953]}, {"id": "1594", "type": "Feature", "properties": {"id": "nc72900241", "mag": 2.37, "time": 1506572664450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8255, 37.454833, 2.13]}, "bbox": [-118.8255, 37.454833, -118.8255, 37.454833]}, {"id": "1595", "type": "Feature", "properties": {"id": "nc72900236", "mag": 1.11, "time": 1506572038110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.088333, 36.5915, 6.51]}, "bbox": [-121.088333, 36.5915, -121.088333, 36.5915]}, {"id": "1596", "type": "Feature", "properties": {"id": "ak16927631", "mag": 2.2, "time": 1506572029624, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6248, 51.535, 13.6]}, "bbox": [178.6248, 51.535, 178.6248, 51.535]}, {"id": "1597", "type": "Feature", "properties": {"id": "ak16989570", "mag": 1.3, "time": 1506571605724, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1124, 61.418, 10.3]}, "bbox": [-154.1124, 61.418, -154.1124, 61.418]}, {"id": "1598", "type": "Feature", "properties": {"id": "us2000avr1", "mag": 2.8, "time": 1506571358890, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1712, 37.3741, 5.0]}, "bbox": [-98.1712, 37.3741, -98.1712, 37.3741]}, {"id": "1599", "type": "Feature", "properties": {"id": "us2000avqw", "mag": 3.2, "time": 1506571014630, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1535, 37.3739, 5.0]}, "bbox": [-98.1535, 37.3739, -98.1535, 37.3739]}, {"id": "1600", "type": "Feature", "properties": {"id": "us2000avr2", "mag": 4.9, "time": 1506570988200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.8102, -5.2471, 64.55]}, "bbox": [151.8102, -5.2471, 151.8102, -5.2471]}, {"id": "1601", "type": "Feature", "properties": {"id": "nc72900206", "mag": 1.12, "time": 1506569953990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.5315, 2.34]}, "bbox": [-118.878833, 37.5315, -118.878833, 37.5315]}, {"id": "1602", "type": "Feature", "properties": {"id": "nc72900201", "mag": 1.78, "time": 1506569868050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.191167, 36.174833, 16.31]}, "bbox": [-120.191167, 36.174833, -120.191167, 36.174833]}, {"id": "1603", "type": "Feature", "properties": {"id": "mb80258089", "mag": 0.96, "time": 1506568483250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.872833, 14.45]}, "bbox": [-112.5215, 46.872833, -112.5215, 46.872833]}, {"id": "1604", "type": "Feature", "properties": {"id": "nc72900166", "mag": 1.94, "time": 1506568350160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.970833, 36.399167, 0.33]}, "bbox": [-120.970833, 36.399167, -120.970833, 36.399167]}, {"id": "1605", "type": "Feature", "properties": {"id": "nc72900156", "mag": 1.95, "time": 1506567041430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.535167, 2.92]}, "bbox": [-118.8805, 37.535167, -118.8805, 37.535167]}, {"id": "1606", "type": "Feature", "properties": {"id": "nn00607321", "mag": 1.0, "time": 1506566989487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0173, 39.5809, 8.3]}, "bbox": [-120.0173, 39.5809, -120.0173, 39.5809]}, {"id": "1607", "type": "Feature", "properties": {"id": "ci38012696", "mag": 1.54, "time": 1506566359150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3855, 33.309667, 7.18]}, "bbox": [-116.3855, 33.309667, -116.3855, 33.309667]}, {"id": "1608", "type": "Feature", "properties": {"id": "ak16926883", "mag": 1.4, "time": 1506564828219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7449, 64.3314, 9.4]}, "bbox": [-150.7449, 64.3314, -150.7449, 64.3314]}, {"id": "1609", "type": "Feature", "properties": {"id": "ak16926881", "mag": 1.6, "time": 1506563449576, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7299, 60.5992, 21.1]}, "bbox": [-148.7299, 60.5992, -148.7299, 60.5992]}, {"id": "1610", "type": "Feature", "properties": {"id": "us2000avqf", "mag": 3.5, "time": 1506563003590, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-1.5206, 47.8948, 7.47]}, "bbox": [-1.5206, 47.8948, -1.5206, 47.8948]}, {"id": "1611", "type": "Feature", "properties": {"id": "us2000avq4", "mag": 3.4, "time": 1506562916490, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.8862, 9.972, 12.77]}, "bbox": [-83.8862, 9.972, -83.8862, 9.972]}, {"id": "1612", "type": "Feature", "properties": {"id": "ak16926876", "mag": 1.5, "time": 1506562750811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2038, 62.3276, 80.2]}, "bbox": [-151.2038, 62.3276, -151.2038, 62.3276]}, {"id": "1613", "type": "Feature", "properties": {"id": "ak16989563", "mag": 2.4, "time": 1506562282380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5433, 52.3165, 175.4]}, "bbox": [-174.5433, 52.3165, -174.5433, 52.3165]}, {"id": "1614", "type": "Feature", "properties": {"id": "ci38012648", "mag": 1.44, "time": 1506561221540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9255, 33.975833, 5.98]}, "bbox": [-116.9255, 33.975833, -116.9255, 33.975833]}, {"id": "1615", "type": "Feature", "properties": {"id": "ak16989561", "mag": 1.2, "time": 1506560682030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3529, 60.5442, 7.3]}, "bbox": [-148.3529, 60.5442, -148.3529, 60.5442]}, {"id": "1616", "type": "Feature", "properties": {"id": "uu60249877", "mag": 2.9, "time": 1506560508370, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.946, 38.905, 8.36]}, "bbox": [-111.946, 38.905, -111.946, 38.905]}, {"id": "1617", "type": "Feature", "properties": {"id": "ci38012624", "mag": 1.0, "time": 1506559691050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812, 36.016833, 1.28]}, "bbox": [-117.812, 36.016833, -117.812, 36.016833]}, {"id": "1618", "type": "Feature", "properties": {"id": "ci38012616", "mag": 1.66, "time": 1506559333880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.939667, 33.686667, 9.17]}, "bbox": [-115.939667, 33.686667, -115.939667, 33.686667]}, {"id": "1619", "type": "Feature", "properties": {"id": "ak16926874", "mag": 1.3, "time": 1506559196699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5701, 61.4562, 64.2]}, "bbox": [-150.5701, 61.4562, -150.5701, 61.4562]}, {"id": "1620", "type": "Feature", "properties": {"id": "nc72900121", "mag": 1.32, "time": 1506558055260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.2635, 39.396667, 0.45]}, "bbox": [-123.2635, 39.396667, -123.2635, 39.396667]}, {"id": "1621", "type": "Feature", "properties": {"id": "ak16989559", "mag": 1.0, "time": 1506557933118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9128, 61.7015, 46.8]}, "bbox": [-149.9128, 61.7015, -149.9128, 61.7015]}, {"id": "1622", "type": "Feature", "properties": {"id": "ci38012608", "mag": 1.47, "time": 1506557437030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.089667, 35.6985, 2.41]}, "bbox": [-118.089667, 35.6985, -118.089667, 35.6985]}, {"id": "1623", "type": "Feature", "properties": {"id": "nc72900106", "mag": 1.15, "time": 1506556889810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794, 38.821167, 2.63]}, "bbox": [-122.794, 38.821167, -122.794, 38.821167]}, {"id": "1624", "type": "Feature", "properties": {"id": "nn00607313", "mag": 1.3, "time": 1506556883650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1041, 37.378, 3.6]}, "bbox": [-115.1041, 37.378, -115.1041, 37.378]}, {"id": "1625", "type": "Feature", "properties": {"id": "mb80258084", "mag": 1.57, "time": 1506556538250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.874833, 14.66]}, "bbox": [-112.526333, 46.874833, -112.526333, 46.874833]}, {"id": "1626", "type": "Feature", "properties": {"id": "nn00607310", "mag": 1.6, "time": 1506556172753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.059, 37.1112, 7.3]}, "bbox": [-117.059, 37.1112, -117.059, 37.1112]}, {"id": "1627", "type": "Feature", "properties": {"id": "ak16926873", "mag": 1.3, "time": 1506556116361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4042, 53.8015, 12.7]}, "bbox": [-166.4042, 53.8015, -166.4042, 53.8015]}, {"id": "1628", "type": "Feature", "properties": {"id": "nc72900096", "mag": 1.12, "time": 1506556022400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.731667, 38.760166, 1.18]}, "bbox": [-122.731667, 38.760166, -122.731667, 38.760166]}, {"id": "1629", "type": "Feature", "properties": {"id": "ak16988195", "mag": 1.9, "time": 1506555035171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0633, 60.0089, 114.1]}, "bbox": [-153.0633, 60.0089, -153.0633, 60.0089]}, {"id": "1630", "type": "Feature", "properties": {"id": "us2000avn9", "mag": 4.2, "time": 1506555004800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.4365, -8.2451, 154.02]}, "bbox": [119.4365, -8.2451, 119.4365, -8.2451]}, {"id": "1631", "type": "Feature", "properties": {"id": "nc72900086", "mag": 1.16, "time": 1506554882180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.738335, 38.755333, 0.36]}, "bbox": [-122.738335, 38.755333, -122.738335, 38.755333]}, {"id": "1632", "type": "Feature", "properties": {"id": "ak16926134", "mag": 1.1, "time": 1506554881350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2845, 60.8545, 21.3]}, "bbox": [-146.2845, 60.8545, -146.2845, 60.8545]}, {"id": "1633", "type": "Feature", "properties": {"id": "ak16988193", "mag": 1.0, "time": 1506554670593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1097, 62.4437, 13.6]}, "bbox": [-150.1097, 62.4437, -150.1097, 62.4437]}, {"id": "1634", "type": "Feature", "properties": {"id": "ak16926036", "mag": 1.3, "time": 1506554241873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6125, 61.555, 35.5]}, "bbox": [-149.6125, 61.555, -149.6125, 61.555]}, {"id": "1635", "type": "Feature", "properties": {"id": "nc72900081", "mag": 1.22, "time": 1506554024900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832, 37.5385, 4.78]}, "bbox": [-118.832, 37.5385, -118.832, 37.5385]}, {"id": "1636", "type": "Feature", "properties": {"id": "ci38012576", "mag": 1.27, "time": 1506553539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.392833, 34.878667, 4.66]}, "bbox": [-117.392833, 34.878667, -117.392833, 34.878667]}, {"id": "1637", "type": "Feature", "properties": {"id": "ak16926028", "mag": 1.6, "time": 1506553116940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5885, 67.5732, 17.6]}, "bbox": [-159.5885, 67.5732, -159.5885, 67.5732]}, {"id": "1638", "type": "Feature", "properties": {"id": "ci38012568", "mag": 1.61, "time": 1506552976740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.666667, 13.28]}, "bbox": [-116.758833, 33.666667, -116.758833, 33.666667]}, {"id": "1639", "type": "Feature", "properties": {"id": "ak16926026", "mag": 1.6, "time": 1506552344260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6143, 63.0496, 5.8]}, "bbox": [-151.6143, 63.0496, -151.6143, 63.0496]}, {"id": "1640", "type": "Feature", "properties": {"id": "ak16988188", "mag": 1.0, "time": 1506552342400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0102, 64.7419, 2.4]}, "bbox": [-140.0102, 64.7419, -140.0102, 64.7419]}, {"id": "1641", "type": "Feature", "properties": {"id": "ak16926025", "mag": 1.7, "time": 1506551886678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4287, 51.666, 13.3]}, "bbox": [-178.4287, 51.666, -178.4287, 51.666]}, {"id": "1642", "type": "Feature", "properties": {"id": "uu60249842", "mag": 1.14, "time": 1506551770950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.297667, 41.517833, 3.93]}, "bbox": [-112.297667, 41.517833, -112.297667, 41.517833]}, {"id": "1643", "type": "Feature", "properties": {"id": "ak16926021", "mag": 1.0, "time": 1506550963839, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7318, 63.2463, 16.3]}, "bbox": [-151.7318, 63.2463, -151.7318, 63.2463]}, {"id": "1644", "type": "Feature", "properties": {"id": "ci38012528", "mag": 1.36, "time": 1506549674520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.505667, 5.04]}, "bbox": [-116.792167, 33.505667, -116.792167, 33.505667]}, {"id": "1645", "type": "Feature", "properties": {"id": "us2000avlw", "mag": 4.5, "time": 1506549399140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.4716, 24.998, 125.83]}, "bbox": [123.4716, 24.998, 123.4716, 24.998]}, {"id": "1646", "type": "Feature", "properties": {"id": "ak16988184", "mag": 1.9, "time": 1506549387020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4366, 51.4823, 54.4]}, "bbox": [-177.4366, 51.4823, -177.4366, 51.4823]}, {"id": "1647", "type": "Feature", "properties": {"id": "nc72900041", "mag": 1.15, "time": 1506549261590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745331, 38.788502, 0.88]}, "bbox": [-122.745331, 38.788502, -122.745331, 38.788502]}, {"id": "1648", "type": "Feature", "properties": {"id": "uu60249832", "mag": 1.22, "time": 1506548944800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.294333, 41.516333, 2.01]}, "bbox": [-112.294333, 41.516333, -112.294333, 41.516333]}, {"id": "1649", "type": "Feature", "properties": {"id": "us2000avm6", "mag": 4.7, "time": 1506548861390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5824, 28.7476, 33.11]}, "bbox": [140.5824, 28.7476, 140.5824, 28.7476]}, {"id": "1650", "type": "Feature", "properties": {"id": "hv61923721", "mag": 1.68, "time": 1506548248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.233167, 19.411667, 26.335]}, "bbox": [-155.233167, 19.411667, -155.233167, 19.411667]}, {"id": "1651", "type": "Feature", "properties": {"id": "ak16988183", "mag": 1.1, "time": 1506547027410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5065, 62.8856, 85.5]}, "bbox": [-150.5065, 62.8856, -150.5065, 62.8856]}, {"id": "1652", "type": "Feature", "properties": {"id": "ak16988182", "mag": 1.3, "time": 1506546817449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3499, 60.4052, 65.0]}, "bbox": [-151.3499, 60.4052, -151.3499, 60.4052]}, {"id": "1653", "type": "Feature", "properties": {"id": "us2000avkb", "mag": 4.8, "time": 1506546638200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5529, 28.769, 38.59]}, "bbox": [140.5529, 28.769, 140.5529, 28.769]}, {"id": "1654", "type": "Feature", "properties": {"id": "us2000avk0", "mag": 4.4, "time": 1506545901120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.9242, -10.8691, 104.23]}, "bbox": [-73.9242, -10.8691, -73.9242, -10.8691]}, {"id": "1655", "type": "Feature", "properties": {"id": "nc72900011", "mag": 1.24, "time": 1506545494440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.775167, 0.33]}, "bbox": [-122.7435, 38.775167, -122.7435, 38.775167]}, {"id": "1656", "type": "Feature", "properties": {"id": "mb80258059", "mag": 1.99, "time": 1506545099310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533833, 46.865333, 12.52]}, "bbox": [-112.533833, 46.865333, -112.533833, 46.865333]}, {"id": "1657", "type": "Feature", "properties": {"id": "ak16988181", "mag": 1.9, "time": 1506544970602, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5993, 58.8739, 125.1]}, "bbox": [-154.5993, 58.8739, -154.5993, 58.8739]}, {"id": "1658", "type": "Feature", "properties": {"id": "nc71107599", "mag": 1.73, "time": 1506544649060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.852333, 36.770333, 5.22]}, "bbox": [-120.852333, 36.770333, -120.852333, 36.770333]}, {"id": "1659", "type": "Feature", "properties": {"id": "nc72900001", "mag": 1.02, "time": 1506544641500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.307333, 35.890833, 9.61]}, "bbox": [-120.307333, 35.890833, -120.307333, 35.890833]}, {"id": "1660", "type": "Feature", "properties": {"id": "uw61334351", "mag": 1.62, "time": 1506543856900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.103667, 46.818167, -0.37]}, "bbox": [-123.103667, 46.818167, -123.103667, 46.818167]}, {"id": "1661", "type": "Feature", "properties": {"id": "us2000avim", "mag": 4.5, "time": 1506542712990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6095, -15.1614, 131.74]}, "bbox": [-71.6095, -15.1614, -71.6095, -15.1614]}, {"id": "1662", "type": "Feature", "properties": {"id": "ak16924547", "mag": 1.3, "time": 1506542654107, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6538, 61.2784, 0.0]}, "bbox": [-147.6538, 61.2784, -147.6538, 61.2784]}, {"id": "1663", "type": "Feature", "properties": {"id": "nc72899976", "mag": 1.46, "time": 1506542639270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.024, 37.520333, 2.59]}, "bbox": [-119.024, 37.520333, -119.024, 37.520333]}, {"id": "1664", "type": "Feature", "properties": {"id": "ak16988179", "mag": 1.4, "time": 1506542327610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9637, 61.5729, 96.7]}, "bbox": [-151.9637, 61.5729, -151.9637, 61.5729]}, {"id": "1665", "type": "Feature", "properties": {"id": "ak16988178", "mag": 1.2, "time": 1506541938004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1366, 60.2787, 53.2]}, "bbox": [-151.1366, 60.2787, -151.1366, 60.2787]}, {"id": "1666", "type": "Feature", "properties": {"id": "ak16924544", "mag": 1.5, "time": 1506541523210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1298, 59.8511, 15.0]}, "bbox": [-139.1298, 59.8511, -139.1298, 59.8511]}, {"id": "1667", "type": "Feature", "properties": {"id": "ak16924540", "mag": 3.0, "time": 1506540667871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8525, 51.0507, 13.6]}, "bbox": [-179.8525, 51.0507, -179.8525, 51.0507]}, {"id": "1668", "type": "Feature", "properties": {"id": "ak16924539", "mag": 1.3, "time": 1506540652841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.178, 61.5488, 2.4]}, "bbox": [-138.178, 61.5488, -138.178, 61.5488]}, {"id": "1669", "type": "Feature", "properties": {"id": "ci38012400", "mag": 0.98, "time": 1506540581720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.481833, 33.471167, 13.16]}, "bbox": [-116.481833, 33.471167, -116.481833, 33.471167]}, {"id": "1670", "type": "Feature", "properties": {"id": "ak16988174", "mag": 1.1, "time": 1506540333948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.501, 61.2429, 47.8]}, "bbox": [-150.501, 61.2429, -150.501, 61.2429]}, {"id": "1671", "type": "Feature", "properties": {"id": "ci38012384", "mag": 1.3, "time": 1506539422810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197, 34.992, -0.84]}, "bbox": [-118.197, 34.992, -118.197, 34.992]}, {"id": "1672", "type": "Feature", "properties": {"id": "mb80258049", "mag": 1.59, "time": 1506539240620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.472833, 46.002167, -2.0]}, "bbox": [-112.472833, 46.002167, -112.472833, 46.002167]}, {"id": "1673", "type": "Feature", "properties": {"id": "nc72899931", "mag": 1.55, "time": 1506538588360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4435, 38.569833, 7.29]}, "bbox": [-122.4435, 38.569833, -122.4435, 38.569833]}, {"id": "1674", "type": "Feature", "properties": {"id": "ci38012368", "mag": 1.32, "time": 1506538425860, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.193167, 34.018167, 9.75]}, "bbox": [-117.193167, 34.018167, -117.193167, 34.018167]}, {"id": "1675", "type": "Feature", "properties": {"id": "ci38012360", "mag": 1.78, "time": 1506537986730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 33.395, 16.07]}, "bbox": [-116.929, 33.395, -116.929, 33.395]}, {"id": "1676", "type": "Feature", "properties": {"id": "mb80258044", "mag": 1.34, "time": 1506537974910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.870667, 11.9]}, "bbox": [-112.524833, 46.870667, -112.524833, 46.870667]}, {"id": "1677", "type": "Feature", "properties": {"id": "mb80258039", "mag": 1.67, "time": 1506537644220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.873167, 11.84]}, "bbox": [-112.525, 46.873167, -112.525, 46.873167]}, {"id": "1678", "type": "Feature", "properties": {"id": "ci38012352", "mag": 1.26, "time": 1506537396500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.313333, 35.0755, -0.97]}, "bbox": [-118.313333, 35.0755, -118.313333, 35.0755]}, {"id": "1679", "type": "Feature", "properties": {"id": "ak16988173", "mag": 2.5, "time": 1506536259670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2174, 55.267, 28.1]}, "bbox": [-153.2174, 55.267, -153.2174, 55.267]}, {"id": "1680", "type": "Feature", "properties": {"id": "ak16923724", "mag": 1.8, "time": 1506535852212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5095, 57.4219, 64.0]}, "bbox": [-155.5095, 57.4219, -155.5095, 57.4219]}, {"id": "1681", "type": "Feature", "properties": {"id": "ci38012280", "mag": 1.04, "time": 1506535593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8595, 37.1805, -1.52]}, "bbox": [-117.8595, 37.1805, -117.8595, 37.1805]}, {"id": "1682", "type": "Feature", "properties": {"id": "mb80258024", "mag": 1.14, "time": 1506535428310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.542833, 46.867, 15.39]}, "bbox": [-112.542833, 46.867, -112.542833, 46.867]}, {"id": "1683", "type": "Feature", "properties": {"id": "ak16923723", "mag": 1.8, "time": 1506535251777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8081, 59.8933, 18.4]}, "bbox": [-136.8081, 59.8933, -136.8081, 59.8933]}, {"id": "1684", "type": "Feature", "properties": {"id": "nc72899896", "mag": 1.43, "time": 1506534720980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1055, 37.325167, -0.31]}, "bbox": [-122.1055, 37.325167, -122.1055, 37.325167]}, {"id": "1685", "type": "Feature", "properties": {"id": "nn00607242", "mag": 1.3, "time": 1506533616061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8105, 37.3086, 1.0]}, "bbox": [-114.8105, 37.3086, -114.8105, 37.3086]}, {"id": "1686", "type": "Feature", "properties": {"id": "ak16922991", "mag": 1.3, "time": 1506533488405, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0074, 62.0045, 73.7]}, "bbox": [-151.0074, 62.0045, -151.0074, 62.0045]}, {"id": "1687", "type": "Feature", "properties": {"id": "ak16922987", "mag": 1.8, "time": 1506533174170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1276, 62.1421, 107.7]}, "bbox": [-152.1276, 62.1421, -152.1276, 62.1421]}, {"id": "1688", "type": "Feature", "properties": {"id": "mb80258019", "mag": 1.36, "time": 1506533071220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.9895, 46.553167, -2.0]}, "bbox": [-111.9895, 46.553167, -111.9895, 46.553167]}, {"id": "1689", "type": "Feature", "properties": {"id": "ci38012256", "mag": 1.4, "time": 1506532727840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796333, 33.501667, 4.58]}, "bbox": [-116.796333, 33.501667, -116.796333, 33.501667]}, {"id": "1690", "type": "Feature", "properties": {"id": "ak16922978", "mag": 3.9, "time": 1506532451736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.5261, 52.9317, 19.0]}, "bbox": [-165.5261, 52.9317, -165.5261, 52.9317]}, {"id": "1691", "type": "Feature", "properties": {"id": "ak16922973", "mag": 1.3, "time": 1506532279574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0546, 62.1579, 12.9]}, "bbox": [-150.0546, 62.1579, -150.0546, 62.1579]}, {"id": "1692", "type": "Feature", "properties": {"id": "ak16922968", "mag": 2.2, "time": 1506532267245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0431, 59.4743, 92.8]}, "bbox": [-153.0431, 59.4743, -153.0431, 59.4743]}, {"id": "1693", "type": "Feature", "properties": {"id": "ak16922975", "mag": 1.9, "time": 1506532266486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1368, 59.6598, 0.0]}, "bbox": [-154.1368, 59.6598, -154.1368, 59.6598]}, {"id": "1694", "type": "Feature", "properties": {"id": "ak16922963", "mag": 1.1, "time": 1506530768012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1018, 64.1209, 3.3]}, "bbox": [-150.1018, 64.1209, -150.1018, 64.1209]}, {"id": "1695", "type": "Feature", "properties": {"id": "ak16924550", "mag": 2.4, "time": 1506530256430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6494, 52.9731, 12.9]}, "bbox": [-165.6494, 52.9731, -165.6494, 52.9731]}, {"id": "1696", "type": "Feature", "properties": {"id": "us2000avec", "mag": 2.6, "time": 1506529974600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.0737, 44.3257, 12.14]}, "bbox": [-114.0737, 44.3257, -114.0737, 44.3257]}, {"id": "1697", "type": "Feature", "properties": {"id": "nc72899871", "mag": 1.08, "time": 1506529473980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836, 37.569167, 1.23]}, "bbox": [-118.836, 37.569167, -118.836, 37.569167]}, {"id": "1698", "type": "Feature", "properties": {"id": "ci38012176", "mag": 1.03, "time": 1506529247980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795833, 33.502, 4.86]}, "bbox": [-116.795833, 33.502, -116.795833, 33.502]}, {"id": "1699", "type": "Feature", "properties": {"id": "ak16922238", "mag": 1.6, "time": 1506529055903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7065, 67.422, 11.0]}, "bbox": [-143.7065, 67.422, -143.7065, 67.422]}, {"id": "1700", "type": "Feature", "properties": {"id": "nc72899866", "mag": 1.85, "time": 1506528932600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.432667, 3.11]}, "bbox": [-122.995833, 39.432667, -122.995833, 39.432667]}, {"id": "1701", "type": "Feature", "properties": {"id": "us2000ave0", "mag": 4.1, "time": 1506528488760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9926, -7.5373, 611.74]}, "bbox": [119.9926, -7.5373, 119.9926, -7.5373]}, {"id": "1702", "type": "Feature", "properties": {"id": "us2000avdr", "mag": 4.1, "time": 1506527126210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0234, -7.2935, 121.06]}, "bbox": [129.0234, -7.2935, 129.0234, -7.2935]}, {"id": "1703", "type": "Feature", "properties": {"id": "nc72899831", "mag": 1.23, "time": 1506526130580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.231667, 35.611, 3.55]}, "bbox": [-121.231667, 35.611, -121.231667, 35.611]}, {"id": "1704", "type": "Feature", "properties": {"id": "ak16988160", "mag": 1.6, "time": 1506525379416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9254, 58.9648, 66.9]}, "bbox": [-152.9254, 58.9648, -152.9254, 58.9648]}, {"id": "1705", "type": "Feature", "properties": {"id": "mb80257999", "mag": 1.8, "time": 1506524825390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533333, 46.866, 13.41]}, "bbox": [-112.533333, 46.866, -112.533333, 46.866]}, {"id": "1706", "type": "Feature", "properties": {"id": "nc72899816", "mag": 1.11, "time": 1506524218360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.989167, 37.558167, 1.34]}, "bbox": [-118.989167, 37.558167, -118.989167, 37.558167]}, {"id": "1707", "type": "Feature", "properties": {"id": "ak16988159", "mag": 1.2, "time": 1506524092965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7404, 58.8609, 4.5]}, "bbox": [-153.7404, 58.8609, -153.7404, 58.8609]}, {"id": "1708", "type": "Feature", "properties": {"id": "ci38012112", "mag": 1.73, "time": 1506523530510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.417833, 34.440833, 0.65]}, "bbox": [-119.417833, 34.440833, -119.417833, 34.440833]}, {"id": "1709", "type": "Feature", "properties": {"id": "nc72899796", "mag": 0.95, "time": 1506523499180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8715, 37.492667, 3.48]}, "bbox": [-118.8715, 37.492667, -118.8715, 37.492667]}, {"id": "1710", "type": "Feature", "properties": {"id": "ak16921504", "mag": 1.8, "time": 1506522635679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3466, 59.8103, 47.9]}, "bbox": [-151.3466, 59.8103, -151.3466, 59.8103]}, {"id": "1711", "type": "Feature", "properties": {"id": "ak16988157", "mag": 1.5, "time": 1506522267480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.561, 57.6875, 76.6]}, "bbox": [-155.561, 57.6875, -155.561, 57.6875]}, {"id": "1712", "type": "Feature", "properties": {"id": "uw61311512", "mag": 1.06, "time": 1506522173600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.941333, 47.1825, 15.72]}, "bbox": [-121.941333, 47.1825, -121.941333, 47.1825]}, {"id": "1713", "type": "Feature", "properties": {"id": "ak16920785", "mag": 2.4, "time": 1506522058371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3316, 56.7652, 41.8]}, "bbox": [-154.3316, 56.7652, -154.3316, 56.7652]}, {"id": "1714", "type": "Feature", "properties": {"id": "ak16920784", "mag": 1.4, "time": 1506521703637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.533, 60.0761, 0.0]}, "bbox": [-139.533, 60.0761, -139.533, 60.0761]}, {"id": "1715", "type": "Feature", "properties": {"id": "hv61923421", "mag": 1.78, "time": 1506521436470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.401167, 19.199167, 32.961]}, "bbox": [-155.401167, 19.199167, -155.401167, 19.199167]}, {"id": "1716", "type": "Feature", "properties": {"id": "ak16920775", "mag": 2.0, "time": 1506520826084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.649, 61.9693, 57.0]}, "bbox": [-150.649, 61.9693, -150.649, 61.9693]}, {"id": "1717", "type": "Feature", "properties": {"id": "ak16920772", "mag": 2.0, "time": 1506520439615, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2196, 59.6108, 85.6]}, "bbox": [-152.2196, 59.6108, -152.2196, 59.6108]}, {"id": "1718", "type": "Feature", "properties": {"id": "ak16920758", "mag": 2.9, "time": 1506520230887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3755, 61.9643, 42.4]}, "bbox": [-150.3755, 61.9643, -150.3755, 61.9643]}, {"id": "1719", "type": "Feature", "properties": {"id": "mb80257989", "mag": 1.28, "time": 1506520220400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.870167, 11.81]}, "bbox": [-112.5215, 46.870167, -112.5215, 46.870167]}, {"id": "1720", "type": "Feature", "properties": {"id": "ak16920757", "mag": 1.0, "time": 1506520046138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5503, 65.1678, 11.6]}, "bbox": [-151.5503, 65.1678, -151.5503, 65.1678]}, {"id": "1721", "type": "Feature", "properties": {"id": "nn00607209", "mag": 1.5, "time": 1506519994705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7233, 40.1708, 10.7]}, "bbox": [-117.7233, 40.1708, -117.7233, 40.1708]}, {"id": "1722", "type": "Feature", "properties": {"id": "ci38012040", "mag": 1.13, "time": 1506519953180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.935333, 34.4565, 9.26]}, "bbox": [-117.935333, 34.4565, -117.935333, 34.4565]}, {"id": "1723", "type": "Feature", "properties": {"id": "nc72899776", "mag": 1.01, "time": 1506519567480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.5315, -1.51]}, "bbox": [-118.840667, 37.5315, -118.840667, 37.5315]}, {"id": "1724", "type": "Feature", "properties": {"id": "nc72899766", "mag": 1.77, "time": 1506519075660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.243667, 39.398333, 12.87]}, "bbox": [-121.243667, 39.398333, -121.243667, 39.398333]}, {"id": "1725", "type": "Feature", "properties": {"id": "nc72899761", "mag": 1.35, "time": 1506518981970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745833, 38.784333, 1.01]}, "bbox": [-122.745833, 38.784333, -122.745833, 38.784333]}, {"id": "1726", "type": "Feature", "properties": {"id": "us2000avce", "mag": 2.7, "time": 1506518011840, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555, 46.8463, 8.48]}, "bbox": [-112.555, 46.8463, -112.555, 46.8463]}, {"id": "1727", "type": "Feature", "properties": {"id": "ak16920754", "mag": 2.5, "time": 1506517941863, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4288, 51.3519, 42.3]}, "bbox": [179.4288, 51.3519, 179.4288, 51.3519]}, {"id": "1728", "type": "Feature", "properties": {"id": "ak16920753", "mag": 1.2, "time": 1506517783977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1318, 60.4494, 8.4]}, "bbox": [-143.1318, 60.4494, -143.1318, 60.4494]}, {"id": "1729", "type": "Feature", "properties": {"id": "ak16920743", "mag": 2.6, "time": 1506516302533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0235, 61.6238, 41.0]}, "bbox": [-150.0235, 61.6238, -150.0235, 61.6238]}, {"id": "1730", "type": "Feature", "properties": {"id": "ak16988145", "mag": 1.2, "time": 1506515748862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9213, 61.1389, 61.5]}, "bbox": [-150.9213, 61.1389, -150.9213, 61.1389]}, {"id": "1731", "type": "Feature", "properties": {"id": "mb80257979", "mag": 1.95, "time": 1506514222430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.869667, 13.01]}, "bbox": [-112.528667, 46.869667, -112.528667, 46.869667]}, {"id": "1732", "type": "Feature", "properties": {"id": "ak16920741", "mag": 1.4, "time": 1506513863630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4582, 62.4107, 39.0]}, "bbox": [-148.4582, 62.4107, -148.4582, 62.4107]}, {"id": "1733", "type": "Feature", "properties": {"id": "ak16920740", "mag": 2.1, "time": 1506513265227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.2773, 65.177, 2.3]}, "bbox": [-168.2773, 65.177, -168.2773, 65.177]}, {"id": "1734", "type": "Feature", "properties": {"id": "ak16920737", "mag": 1.4, "time": 1506513028050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1779, 58.0206, 30.7]}, "bbox": [-153.1779, 58.0206, -153.1779, 58.0206]}, {"id": "1735", "type": "Feature", "properties": {"id": "ak16920020", "mag": 1.9, "time": 1506512934355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4027, 59.1963, 7.9]}, "bbox": [-135.4027, 59.1963, -135.4027, 59.1963]}, {"id": "1736", "type": "Feature", "properties": {"id": "ak16920019", "mag": 1.3, "time": 1506511124207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9174, 59.9564, 76.1]}, "bbox": [-151.9174, 59.9564, -151.9174, 59.9564]}, {"id": "1737", "type": "Feature", "properties": {"id": "ci38011952", "mag": 1.07, "time": 1506511069520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789667, 33.489167, 5.35]}, "bbox": [-116.789667, 33.489167, -116.789667, 33.489167]}, {"id": "1738", "type": "Feature", "properties": {"id": "mb80257974", "mag": 1.33, "time": 1506510967360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.881, 13.2]}, "bbox": [-112.526833, 46.881, -112.526833, 46.881]}, {"id": "1739", "type": "Feature", "properties": {"id": "us2000avaw", "mag": 2.7, "time": 1506509852090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2764, 31.1697, 5.0]}, "bbox": [-103.2764, 31.1697, -103.2764, 31.1697]}, {"id": "1740", "type": "Feature", "properties": {"id": "nc72899726", "mag": 1.29, "time": 1506508915160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809, 38.828833, 0.37]}, "bbox": [-122.809, 38.828833, -122.809, 38.828833]}, {"id": "1741", "type": "Feature", "properties": {"id": "nc72899721", "mag": 1.52, "time": 1506508865060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.074167, 36.490333, 6.54]}, "bbox": [-121.074167, 36.490333, -121.074167, 36.490333]}, {"id": "1742", "type": "Feature", "properties": {"id": "ak16920017", "mag": 1.5, "time": 1506508671618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.664, 59.7325, 12.8]}, "bbox": [-136.664, 59.7325, -136.664, 59.7325]}, {"id": "1743", "type": "Feature", "properties": {"id": "nc72899716", "mag": 1.33, "time": 1506507368050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.621833, 36.9715, 5.05]}, "bbox": [-121.621833, 36.9715, -121.621833, 36.9715]}, {"id": "1744", "type": "Feature", "properties": {"id": "ak16988138", "mag": 1.5, "time": 1506506488102, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3194, 60.198, 0.0]}, "bbox": [-141.3194, 60.198, -141.3194, 60.198]}, {"id": "1745", "type": "Feature", "properties": {"id": "nc72899711", "mag": 1.1, "time": 1506506346060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.830667, 37.480333, -1.14]}, "bbox": [-118.830667, 37.480333, -118.830667, 37.480333]}, {"id": "1746", "type": "Feature", "properties": {"id": "ak16920009", "mag": 1.7, "time": 1506506054796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8154, 59.9932, 104.2]}, "bbox": [-152.8154, 59.9932, -152.8154, 59.9932]}, {"id": "1747", "type": "Feature", "properties": {"id": "ak16988136", "mag": 1.4, "time": 1506505999692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1528, 59.8387, 71.2]}, "bbox": [-152.1528, 59.8387, -152.1528, 59.8387]}, {"id": "1748", "type": "Feature", "properties": {"id": "ak16920005", "mag": 1.7, "time": 1506505194635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0126, 61.1428, 12.4]}, "bbox": [-140.0126, 61.1428, -140.0126, 61.1428]}, {"id": "1749", "type": "Feature", "properties": {"id": "ak16920003", "mag": 1.3, "time": 1506504555844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6373, 60.4592, 9.8]}, "bbox": [-143.6373, 60.4592, -143.6373, 60.4592]}, {"id": "1750", "type": "Feature", "properties": {"id": "hv61923186", "mag": 1.49, "time": 1506503971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2035, 19.597167, 24.581]}, "bbox": [-155.2035, 19.597167, -155.2035, 19.597167]}, {"id": "1751", "type": "Feature", "properties": {"id": "nn00607200", "mag": 1.3, "time": 1506503935311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2622, 38.0846, 9.6]}, "bbox": [-117.2622, 38.0846, -117.2622, 38.0846]}, {"id": "1752", "type": "Feature", "properties": {"id": "us2000av9q", "mag": 3.0, "time": 1506503712310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2693, 31.1511, 5.0]}, "bbox": [-103.2693, 31.1511, -103.2693, 31.1511]}, {"id": "1753", "type": "Feature", "properties": {"id": "nc72899701", "mag": 1.06, "time": 1506503394340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.604333, 4.32]}, "bbox": [-118.819167, 37.604333, -118.819167, 37.604333]}, {"id": "1754", "type": "Feature", "properties": {"id": "mb80257964", "mag": 1.06, "time": 1506503136100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529667, 46.8705, 10.5]}, "bbox": [-112.529667, 46.8705, -112.529667, 46.8705]}, {"id": "1755", "type": "Feature", "properties": {"id": "uu60249807", "mag": 1.65, "time": 1506503101030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.067, 42.665833, 6.6]}, "bbox": [-111.067, 42.665833, -111.067, 42.665833]}, {"id": "1756", "type": "Feature", "properties": {"id": "ci38011904", "mag": 1.21, "time": 1506502961890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0485, 33.171333, 5.5]}, "bbox": [-116.0485, 33.171333, -116.0485, 33.171333]}, {"id": "1757", "type": "Feature", "properties": {"id": "us2000av9i", "mag": 4.2, "time": 1506502867800, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3374, -29.45, 38.77]}, "bbox": [-71.3374, -29.45, -71.3374, -29.45]}, {"id": "1758", "type": "Feature", "properties": {"id": "ak16919291", "mag": 2.0, "time": 1506502630723, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4344, 59.1851, 6.2]}, "bbox": [-135.4344, 59.1851, -135.4344, 59.1851]}, {"id": "1759", "type": "Feature", "properties": {"id": "uu60249797", "mag": 1.72, "time": 1506502497570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.061667, 42.664667, 5.0]}, "bbox": [-111.061667, 42.664667, -111.061667, 42.664667]}, {"id": "1760", "type": "Feature", "properties": {"id": "ci38011896", "mag": 1.37, "time": 1506502201400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.052, 33.172, 6.03]}, "bbox": [-116.052, 33.172, -116.052, 33.172]}, {"id": "1761", "type": "Feature", "properties": {"id": "ci38011880", "mag": 1.16, "time": 1506501606110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.542667, 32.944667, 6.67]}, "bbox": [-115.542667, 32.944667, -115.542667, 32.944667]}, {"id": "1762", "type": "Feature", "properties": {"id": "us2000av94", "mag": 4.6, "time": 1506500888720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.1871, 28.1091, 45.31]}, "bbox": [54.1871, 28.1091, 54.1871, 28.1091]}, {"id": "1763", "type": "Feature", "properties": {"id": "ak16919288", "mag": 1.0, "time": 1506500817789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4269, 65.2147, 15.4]}, "bbox": [-152.4269, 65.2147, -152.4269, 65.2147]}, {"id": "1764", "type": "Feature", "properties": {"id": "ak16988130", "mag": 2.0, "time": 1506500078029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5053, 51.0555, 12.3]}, "bbox": [179.5053, 51.0555, 179.5053, 51.0555]}, {"id": "1765", "type": "Feature", "properties": {"id": "nc71107564", "mag": 1.29, "time": 1506499044330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.570833, 38.927167, 9.62]}, "bbox": [-122.570833, 38.927167, -122.570833, 38.927167]}, {"id": "1766", "type": "Feature", "properties": {"id": "us2000av8z", "mag": 4.3, "time": 1506498944880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1801, -21.2747, 610.22]}, "bbox": [-179.1801, -21.2747, -179.1801, -21.2747]}, {"id": "1767", "type": "Feature", "properties": {"id": "nc72899666", "mag": 1.1, "time": 1506498551180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8395, 37.568167, 1.44]}, "bbox": [-118.8395, 37.568167, -118.8395, 37.568167]}, {"id": "1768", "type": "Feature", "properties": {"id": "ak16918579", "mag": 1.9, "time": 1506498372082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5535, 59.8103, 129.5]}, "bbox": [-153.5535, 59.8103, -153.5535, 59.8103]}, {"id": "1769", "type": "Feature", "properties": {"id": "ismpkansas70235883", "mag": 1.79, "time": 1506498339870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.776167, 37.332333, 4.84]}, "bbox": [-97.776167, 37.332333, -97.776167, 37.332333]}, {"id": "1770", "type": "Feature", "properties": {"id": "nc72899656", "mag": 1.07, "time": 1506497879900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818169, 38.816334, 2.44]}, "bbox": [-122.818169, 38.816334, -122.818169, 38.816334]}, {"id": "1771", "type": "Feature", "properties": {"id": "ak16988128", "mag": 1.7, "time": 1506497626569, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5074, 58.9707, 125.1]}, "bbox": [-154.5074, 58.9707, -154.5074, 58.9707]}, {"id": "1772", "type": "Feature", "properties": {"id": "nn00607194", "mag": 1.4, "time": 1506496907372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0035, 38.4922, 2.7]}, "bbox": [-118.0035, 38.4922, -118.0035, 38.4922]}, {"id": "1773", "type": "Feature", "properties": {"id": "ak16918577", "mag": 2.4, "time": 1506495198173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3064, 51.5599, 38.1]}, "bbox": [-175.3064, 51.5599, -175.3064, 51.5599]}, {"id": "1774", "type": "Feature", "properties": {"id": "nn00607192", "mag": 1.3, "time": 1506495045147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1202, 38.2811, 9.2]}, "bbox": [-119.1202, 38.2811, -119.1202, 38.2811]}, {"id": "1775", "type": "Feature", "properties": {"id": "ak16917880", "mag": 1.4, "time": 1506494125518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4062, 59.5783, 46.7]}, "bbox": [-150.4062, 59.5783, -150.4062, 59.5783]}, {"id": "1776", "type": "Feature", "properties": {"id": "ci38011824", "mag": 2.15, "time": 1506493452570, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377, 34.425667, 6.94]}, "bbox": [-119.377, 34.425667, -119.377, 34.425667]}, {"id": "1777", "type": "Feature", "properties": {"id": "ak16917877", "mag": 1.0, "time": 1506493181446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.74, 66.8722, 13.4]}, "bbox": [-146.74, 66.8722, -146.74, 66.8722]}, {"id": "1778", "type": "Feature", "properties": {"id": "ak16988124", "mag": 2.0, "time": 1506492309885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.6222, 51.5723, 70.6]}, "bbox": [-179.6222, 51.5723, -179.6222, 51.5723]}, {"id": "1779", "type": "Feature", "properties": {"id": "ak16917874", "mag": 1.0, "time": 1506491782705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3009, 62.1686, 20.4]}, "bbox": [-150.3009, 62.1686, -150.3009, 62.1686]}, {"id": "1780", "type": "Feature", "properties": {"id": "ismpkansas70235878", "mag": 1.72, "time": 1506491740260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966167, 37.277667, 3.84]}, "bbox": [-97.966167, 37.277667, -97.966167, 37.277667]}, {"id": "1781", "type": "Feature", "properties": {"id": "ak16917871", "mag": 2.2, "time": 1506491690990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.227, 67.4203, 2.2]}, "bbox": [-148.227, 67.4203, -148.227, 67.4203]}, {"id": "1782", "type": "Feature", "properties": {"id": "mb80257949", "mag": 1.15, "time": 1506491507770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.8695, 10.41]}, "bbox": [-112.53, 46.8695, -112.53, 46.8695]}, {"id": "1783", "type": "Feature", "properties": {"id": "ak16917866", "mag": 2.4, "time": 1506491501818, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2772, 62.1792, 19.3]}, "bbox": [-150.2772, 62.1792, -150.2772, 62.1792]}, {"id": "1784", "type": "Feature", "properties": {"id": "ismpkansas70235873", "mag": 2.14, "time": 1506491075330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.886, 37.201833, 5.78]}, "bbox": [-97.886, 37.201833, -97.886, 37.201833]}, {"id": "1785", "type": "Feature", "properties": {"id": "mb80257939", "mag": 1.58, "time": 1506490489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.867667, 13.76]}, "bbox": [-112.536833, 46.867667, -112.536833, 46.867667]}, {"id": "1786", "type": "Feature", "properties": {"id": "nn00607189", "mag": 1.5, "time": 1506490367737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.114, 38.2859, 6.0]}, "bbox": [-119.114, 38.2859, -119.114, 38.2859]}, {"id": "1787", "type": "Feature", "properties": {"id": "ci38011800", "mag": 2.36, "time": 1506490230430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3735, 34.4205, 2.68]}, "bbox": [-119.3735, 34.4205, -119.3735, 34.4205]}, {"id": "1788", "type": "Feature", "properties": {"id": "ci38011808", "mag": 1.19, "time": 1506490229680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.296833, 33.257333, 11.15]}, "bbox": [-116.296833, 33.257333, -116.296833, 33.257333]}, {"id": "1789", "type": "Feature", "properties": {"id": "nc72899631", "mag": 1.3, "time": 1506489660140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.492333, 37.643167, 10.59]}, "bbox": [-122.492333, 37.643167, -122.492333, 37.643167]}, {"id": "1790", "type": "Feature", "properties": {"id": "ci38011776", "mag": 1.48, "time": 1506489097510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.050333, 33.1715, 3.79]}, "bbox": [-116.050333, 33.1715, -116.050333, 33.1715]}, {"id": "1791", "type": "Feature", "properties": {"id": "ci38011760", "mag": 1.09, "time": 1506488442000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1045, 34.032667, 6.24]}, "bbox": [-117.1045, 34.032667, -117.1045, 34.032667]}, {"id": "1792", "type": "Feature", "properties": {"id": "ak16917162", "mag": 1.2, "time": 1506488287570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7916, 59.8749, 12.6]}, "bbox": [-136.7916, 59.8749, -136.7916, 59.8749]}, {"id": "1793", "type": "Feature", "properties": {"id": "ak16917160", "mag": 1.7, "time": 1506488119627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8594, 59.8596, 52.6]}, "bbox": [-151.8594, 59.8596, -151.8594, 59.8596]}, {"id": "1794", "type": "Feature", "properties": {"id": "ci38011736", "mag": 1.35, "time": 1506488015210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.011667, 33.275333, 2.98]}, "bbox": [-116.011667, 33.275333, -116.011667, 33.275333]}, {"id": "1795", "type": "Feature", "properties": {"id": "ci38011728", "mag": 1.28, "time": 1506487875520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.492, 4.46]}, "bbox": [-116.796667, 33.492, -116.796667, 33.492]}, {"id": "1796", "type": "Feature", "properties": {"id": "ci38011720", "mag": 2.62, "time": 1506487715700, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.372333, 34.4215, 3.6]}, "bbox": [-119.372333, 34.4215, -119.372333, 34.4215]}, {"id": "1797", "type": "Feature", "properties": {"id": "uu60249762", "mag": 1.11, "time": 1506487228770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.7735, 44.765667, 7.75]}, "bbox": [-110.7735, 44.765667, -110.7735, 44.765667]}, {"id": "1798", "type": "Feature", "properties": {"id": "nc72899586", "mag": 2.03, "time": 1506485795570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784333, 38.836667, 1.36]}, "bbox": [-122.784333, 38.836667, -122.784333, 38.836667]}, {"id": "1799", "type": "Feature", "properties": {"id": "us2000av7z", "mag": 5.3, "time": 1506485581610, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [139.7504, -3.5926, 60.39]}, "bbox": [139.7504, -3.5926, 139.7504, -3.5926]}, {"id": "1800", "type": "Feature", "properties": {"id": "nn00607179", "mag": 1.2, "time": 1506485505469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6245, 38.788, 6.4]}, "bbox": [-119.6245, 38.788, -119.6245, 38.788]}, {"id": "1801", "type": "Feature", "properties": {"id": "us2000av80", "mag": 5.0, "time": 1506485392430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-43.5388, 28.7234, 10.0]}, "bbox": [-43.5388, 28.7234, -43.5388, 28.7234]}, {"id": "1802", "type": "Feature", "properties": {"id": "us2000av7x", "mag": 2.7, "time": 1506485373140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2078, 31.1233, 1.49]}, "bbox": [-103.2078, 31.1233, -103.2078, 31.1233]}, {"id": "1803", "type": "Feature", "properties": {"id": "nc72899571", "mag": 1.02, "time": 1506485084470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.004333, 37.796167, 1.79]}, "bbox": [-119.004333, 37.796167, -119.004333, 37.796167]}, {"id": "1804", "type": "Feature", "properties": {"id": "ak16988118", "mag": 1.8, "time": 1506483937222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.399, 51.7067, 17.6]}, "bbox": [-178.399, 51.7067, -178.399, 51.7067]}, {"id": "1805", "type": "Feature", "properties": {"id": "ak16916451", "mag": 1.9, "time": 1506483073029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0454, 59.6347, 103.9]}, "bbox": [-153.0454, 59.6347, -153.0454, 59.6347]}, {"id": "1806", "type": "Feature", "properties": {"id": "uw61311302", "mag": 2.23, "time": 1506482912030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.555, 44.547167, 12.72]}, "bbox": [-122.555, 44.547167, -122.555, 44.547167]}, {"id": "1807", "type": "Feature", "properties": {"id": "uw61311297", "mag": 1.11, "time": 1506482481740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.683, 45.372667, -1.63]}, "bbox": [-121.683, 45.372667, -121.683, 45.372667]}, {"id": "1808", "type": "Feature", "properties": {"id": "ci38011704", "mag": 1.57, "time": 1506482455900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.519833, 32.888, 10.14]}, "bbox": [-115.519833, 32.888, -115.519833, 32.888]}, {"id": "1809", "type": "Feature", "properties": {"id": "ak16988116", "mag": 2.0, "time": 1506482397355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3801, 51.6434, 13.2]}, "bbox": [-178.3801, 51.6434, -178.3801, 51.6434]}, {"id": "1810", "type": "Feature", "properties": {"id": "nc72899551", "mag": 1.76, "time": 1506481720510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.880667, 38.659333, 5.9]}, "bbox": [-122.880667, 38.659333, -122.880667, 38.659333]}, {"id": "1811", "type": "Feature", "properties": {"id": "ak16915757", "mag": 1.4, "time": 1506480400030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6852, 64.9151, 3.6]}, "bbox": [-145.6852, 64.9151, -145.6852, 64.9151]}, {"id": "1812", "type": "Feature", "properties": {"id": "nn00607173", "mag": 1.2, "time": 1506479979561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4858, 38.7006, 5.4]}, "bbox": [-118.4858, 38.7006, -118.4858, 38.7006]}, {"id": "1813", "type": "Feature", "properties": {"id": "us2000av7a", "mag": 2.7, "time": 1506479406560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8806, 37.2184, 2.69]}, "bbox": [-97.8806, 37.2184, -97.8806, 37.2184]}, {"id": "1814", "type": "Feature", "properties": {"id": "ak16988114", "mag": 1.6, "time": 1506479371570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3827, 51.4303, 27.7]}, "bbox": [179.3827, 51.4303, 179.3827, 51.4303]}, {"id": "1815", "type": "Feature", "properties": {"id": "ci38011664", "mag": 1.8, "time": 1506478585030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.628167, 35.076167, 10.0]}, "bbox": [-116.628167, 35.076167, -116.628167, 35.076167]}, {"id": "1816", "type": "Feature", "properties": {"id": "ak16915754", "mag": 2.0, "time": 1506478364486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3878, 61.6649, 31.2]}, "bbox": [-146.3878, 61.6649, -146.3878, 61.6649]}, {"id": "1817", "type": "Feature", "properties": {"id": "ak16915750", "mag": 1.2, "time": 1506477958824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6683, 62.8518, 73.0]}, "bbox": [-149.6683, 62.8518, -149.6683, 62.8518]}, {"id": "1818", "type": "Feature", "properties": {"id": "ak16915745", "mag": 1.8, "time": 1506477442438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6565, 53.4796, 20.0]}, "bbox": [-165.6565, 53.4796, -165.6565, 53.4796]}, {"id": "1819", "type": "Feature", "properties": {"id": "us2000av70", "mag": 4.7, "time": 1506476740040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.4332, -21.409, 120.07]}, "bbox": [-68.4332, -21.409, -68.4332, -21.409]}, {"id": "1820", "type": "Feature", "properties": {"id": "ak16915060", "mag": 1.3, "time": 1506476367132, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7491, 63.2266, 126.1]}, "bbox": [-150.7491, 63.2266, -150.7491, 63.2266]}, {"id": "1821", "type": "Feature", "properties": {"id": "us2000av6x", "mag": 4.7, "time": 1506475551840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.6287, 4.6053, 83.93]}, "bbox": [126.6287, 4.6053, 126.6287, 4.6053]}, {"id": "1822", "type": "Feature", "properties": {"id": "ak16915057", "mag": 2.4, "time": 1506475504238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2738, 57.0675, 69.2]}, "bbox": [-155.2738, 57.0675, -155.2738, 57.0675]}, {"id": "1823", "type": "Feature", "properties": {"id": "ci38011648", "mag": 2.25, "time": 1506474971480, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7765, 33.325667, 11.63]}, "bbox": [-116.7765, 33.325667, -116.7765, 33.325667]}, {"id": "1824", "type": "Feature", "properties": {"id": "nm60207341", "mag": 1.82, "time": 1506473928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.549667, 36.4815, 9.25]}, "bbox": [-89.549667, 36.4815, -89.549667, 36.4815]}, {"id": "1825", "type": "Feature", "properties": {"id": "ak16988107", "mag": 1.9, "time": 1506471772798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4471, 51.7337, 16.9]}, "bbox": [-178.4471, 51.7337, -178.4471, 51.7337]}, {"id": "1826", "type": "Feature", "properties": {"id": "ak16988106", "mag": 1.6, "time": 1506471697831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0762, 58.2594, 21.7]}, "bbox": [-152.0762, 58.2594, -152.0762, 58.2594]}, {"id": "1827", "type": "Feature", "properties": {"id": "us2000b1dn", "mag": 4.3, "time": 1506471581400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4161, 40.39, 49.52]}, "bbox": [142.4161, 40.39, 142.4161, 40.39]}, {"id": "1828", "type": "Feature", "properties": {"id": "ak16915048", "mag": 1.6, "time": 1506471507429, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7558, 60.1282, 31.9]}, "bbox": [-150.7558, 60.1282, -150.7558, 60.1282]}, {"id": "1829", "type": "Feature", "properties": {"id": "ak16914368", "mag": 1.9, "time": 1506469962223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0546, 60.9937, 12.2]}, "bbox": [-147.0546, 60.9937, -147.0546, 60.9937]}, {"id": "1830", "type": "Feature", "properties": {"id": "us2000av6e", "mag": 4.8, "time": 1506469452030, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.0971, 14.1324, 113.77]}, "bbox": [145.0971, 14.1324, 145.0971, 14.1324]}, {"id": "1831", "type": "Feature", "properties": {"id": "ak16914364", "mag": 1.0, "time": 1506469276260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0231, 64.8914, 16.1]}, "bbox": [-149.0231, 64.8914, -149.0231, 64.8914]}, {"id": "1832", "type": "Feature", "properties": {"id": "ci38011608", "mag": 1.21, "time": 1506468838030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.506, 6.88]}, "bbox": [-116.792667, 33.506, -116.792667, 33.506]}, {"id": "1833", "type": "Feature", "properties": {"id": "ak16949369", "mag": 1.0, "time": 1506468623879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2412, 61.8508, 14.7]}, "bbox": [-149.2412, 61.8508, -149.2412, 61.8508]}, {"id": "1834", "type": "Feature", "properties": {"id": "nc72899501", "mag": 0.98, "time": 1506468157640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873833, 37.624833, 2.99]}, "bbox": [-118.873833, 37.624833, -118.873833, 37.624833]}, {"id": "1835", "type": "Feature", "properties": {"id": "ci38011600", "mag": 1.67, "time": 1506468079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.679333, 35.033667, -0.8]}, "bbox": [-117.679333, 35.033667, -117.679333, 35.033667]}, {"id": "1836", "type": "Feature", "properties": {"id": "us2000b02y", "mag": 4.2, "time": 1506467949880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2432, 15.0466, 41.01]}, "bbox": [-94.2432, 15.0466, -94.2432, 15.0466]}, {"id": "1837", "type": "Feature", "properties": {"id": "ak16914361", "mag": 1.9, "time": 1506467622189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6178, 65.1477, 10.9]}, "bbox": [-151.6178, 65.1477, -151.6178, 65.1477]}, {"id": "1838", "type": "Feature", "properties": {"id": "mb80257914", "mag": 1.23, "time": 1506467597640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.632, 46.8715, 5.29]}, "bbox": [-112.632, 46.8715, -112.632, 46.8715]}, {"id": "1839", "type": "Feature", "properties": {"id": "ak16914358", "mag": 1.0, "time": 1506466926514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3996, 64.9811, 0.0]}, "bbox": [-147.3996, 64.9811, -147.3996, 64.9811]}, {"id": "1840", "type": "Feature", "properties": {"id": "ak16914359", "mag": 1.0, "time": 1506466913331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0673, 63.4886, 10.1]}, "bbox": [-152.0673, 63.4886, -152.0673, 63.4886]}, {"id": "1841", "type": "Feature", "properties": {"id": "nc72899481", "mag": 1.12, "time": 1506466887280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808502, 38.832001, 1.23]}, "bbox": [-122.808502, 38.832001, -122.808502, 38.832001]}, {"id": "1842", "type": "Feature", "properties": {"id": "ak16949365", "mag": 1.7, "time": 1506466403289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 59.9001, 97.4]}, "bbox": [-152.9009, 59.9001, -152.9009, 59.9001]}, {"id": "1843", "type": "Feature", "properties": {"id": "nn00607152", "mag": 1.1, "time": 1506466364846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6252, 38.7877, 5.9]}, "bbox": [-119.6252, 38.7877, -119.6252, 38.7877]}, {"id": "1844", "type": "Feature", "properties": {"id": "us2000av5w", "mag": 4.8, "time": 1506465046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.6494, -2.0113, 10.0]}, "bbox": [-11.6494, -2.0113, -11.6494, -2.0113]}, {"id": "1845", "type": "Feature", "properties": {"id": "uw61311237", "mag": 2.77, "time": 1506464518680, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.953167, 44.251833, 24.14]}, "bbox": [-123.953167, 44.251833, -123.953167, 44.251833]}, {"id": "1846", "type": "Feature", "properties": {"id": "ci38011536", "mag": 1.75, "time": 1506464439110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.304167, 33.253667, 10.84]}, "bbox": [-116.304167, 33.253667, -116.304167, 33.253667]}, {"id": "1847", "type": "Feature", "properties": {"id": "ci38011520", "mag": 1.59, "time": 1506463692350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.216, 33.010333, 6.85]}, "bbox": [-116.216, 33.010333, -116.216, 33.010333]}, {"id": "1848", "type": "Feature", "properties": {"id": "us2000av56", "mag": 4.2, "time": 1506463598300, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2376, -31.7843, 7.09]}, "bbox": [-72.2376, -31.7843, -72.2376, -31.7843]}, {"id": "1849", "type": "Feature", "properties": {"id": "nn00607136", "mag": 2.8, "time": 1506462799119, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6217, 38.7826, 6.1]}, "bbox": [-119.6217, 38.7826, -119.6217, 38.7826]}, {"id": "1850", "type": "Feature", "properties": {"id": "ci38011488", "mag": 1.81, "time": 1506462726380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750667, 33.516333, 3.18]}, "bbox": [-116.750667, 33.516333, -116.750667, 33.516333]}, {"id": "1851", "type": "Feature", "properties": {"id": "nc72899441", "mag": 2.97, "time": 1506462683270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0155, 40.263833, 11.96]}, "bbox": [-127.0155, 40.263833, -127.0155, 40.263833]}, {"id": "1852", "type": "Feature", "properties": {"id": "ak16949362", "mag": 1.6, "time": 1506462418457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0128, 59.6612, 95.4]}, "bbox": [-153.0128, 59.6612, -153.0128, 59.6612]}, {"id": "1853", "type": "Feature", "properties": {"id": "ak16949359", "mag": 1.6, "time": 1506461654966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3493, 59.8886, 123.7]}, "bbox": [-153.3493, 59.8886, -153.3493, 59.8886]}, {"id": "1854", "type": "Feature", "properties": {"id": "us2000av40", "mag": 5.4, "time": 1506461346270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9476, -23.5856, 538.01]}, "bbox": [-179.9476, -23.5856, -179.9476, -23.5856]}, {"id": "1855", "type": "Feature", "properties": {"id": "nc72899416", "mag": 1.3, "time": 1506461324290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.8215, 0.97]}, "bbox": [-122.810333, 38.8215, -122.810333, 38.8215]}, {"id": "1856", "type": "Feature", "properties": {"id": "mb80257904", "mag": 0.95, "time": 1506461125950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.496, 46.8605, 16.29]}, "bbox": [-112.496, 46.8605, -112.496, 46.8605]}, {"id": "1857", "type": "Feature", "properties": {"id": "ak16913020", "mag": 1.1, "time": 1506460729533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0111, 65.8632, 12.1]}, "bbox": [-151.0111, 65.8632, -151.0111, 65.8632]}, {"id": "1858", "type": "Feature", "properties": {"id": "mb80257894", "mag": 1.08, "time": 1506460594630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.515167, 43.545833, 12.83]}, "bbox": [-110.515167, 43.545833, -110.515167, 43.545833]}, {"id": "1859", "type": "Feature", "properties": {"id": "ak16913017", "mag": 1.8, "time": 1506459899986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.56, 59.8031, 16.5]}, "bbox": [-136.56, 59.8031, -136.56, 59.8031]}, {"id": "1860", "type": "Feature", "properties": {"id": "ak16913011", "mag": 1.9, "time": 1506459063460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6788, 61.3357, 16.8]}, "bbox": [-146.6788, 61.3357, -146.6788, 61.3357]}, {"id": "1861", "type": "Feature", "properties": {"id": "nc72899391", "mag": 1.35, "time": 1506458512440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.789833, 1.23]}, "bbox": [-122.735333, 38.789833, -122.735333, 38.789833]}, {"id": "1862", "type": "Feature", "properties": {"id": "hv61922451", "mag": 1.7, "time": 1506458350950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471167, 19.227667, 34.865]}, "bbox": [-155.471167, 19.227667, -155.471167, 19.227667]}, {"id": "1863", "type": "Feature", "properties": {"id": "nc72899386", "mag": 1.89, "time": 1506458341570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609667, 36.888333, 1.8]}, "bbox": [-121.609667, 36.888333, -121.609667, 36.888333]}, {"id": "1864", "type": "Feature", "properties": {"id": "us2000av31", "mag": 5.8, "time": 1506457331560, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4059, 40.3206, 36.04]}, "bbox": [142.4059, 40.3206, 142.4059, 40.3206]}, {"id": "1865", "type": "Feature", "properties": {"id": "ak16949355", "mag": 1.3, "time": 1506457099270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1826, 62.1538, 80.2]}, "bbox": [-151.1826, 62.1538, -151.1826, 62.1538]}, {"id": "1866", "type": "Feature", "properties": {"id": "us2000av2y", "mag": 2.6, "time": 1506456843780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9668, 37.2773, 4.05]}, "bbox": [-97.9668, 37.2773, -97.9668, 37.2773]}, {"id": "1867", "type": "Feature", "properties": {"id": "ak16912327", "mag": 2.1, "time": 1506456421978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8619, 59.5574, 79.6]}, "bbox": [-152.8619, 59.5574, -152.8619, 59.5574]}, {"id": "1868", "type": "Feature", "properties": {"id": "ak16912325", "mag": 1.6, "time": 1506456406002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0714, 61.2493, 0.0]}, "bbox": [-152.0714, 61.2493, -152.0714, 61.2493]}, {"id": "1869", "type": "Feature", "properties": {"id": "ak16912323", "mag": 1.4, "time": 1506455786083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6417, 63.0711, 110.3]}, "bbox": [-150.6417, 63.0711, -150.6417, 63.0711]}, {"id": "1870", "type": "Feature", "properties": {"id": "nc72899366", "mag": 1.19, "time": 1506455697960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989167, 35.677333, -0.35]}, "bbox": [-120.989167, 35.677333, -120.989167, 35.677333]}, {"id": "1871", "type": "Feature", "properties": {"id": "mb80257869", "mag": 1.78, "time": 1506455523560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4975, 46.900667, 11.16]}, "bbox": [-112.4975, 46.900667, -112.4975, 46.900667]}, {"id": "1872", "type": "Feature", "properties": {"id": "nc72899361", "mag": 1.14, "time": 1506455417130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6625, 36.100833, 0.94]}, "bbox": [-120.6625, 36.100833, -120.6625, 36.100833]}, {"id": "1873", "type": "Feature", "properties": {"id": "uw61311182", "mag": 1.51, "time": 1506454723910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.398833, 46.488167, 17.99]}, "bbox": [-122.398833, 46.488167, -122.398833, 46.488167]}, {"id": "1874", "type": "Feature", "properties": {"id": "ci38011384", "mag": 1.37, "time": 1506454231340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.897333, 32.7725, -0.37]}, "bbox": [-116.897333, 32.7725, -116.897333, 32.7725]}, {"id": "1875", "type": "Feature", "properties": {"id": "mb80257864", "mag": 1.46, "time": 1506454190410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 45.912833, -2.0]}, "bbox": [-111.413167, 45.912833, -111.413167, 45.912833]}, {"id": "1876", "type": "Feature", "properties": {"id": "ci38011376", "mag": 1.05, "time": 1506454146060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.509, 6.71]}, "bbox": [-116.797167, 33.509, -116.797167, 33.509]}, {"id": "1877", "type": "Feature", "properties": {"id": "nn00607108", "mag": 1.0, "time": 1506454067433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.4885, 38.5144, 10.4]}, "bbox": [-119.4885, 38.5144, -119.4885, 38.5144]}, {"id": "1878", "type": "Feature", "properties": {"id": "ak16912305", "mag": 1.2, "time": 1506453243306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4352, 61.6115, 33.0]}, "bbox": [-146.4352, 61.6115, -146.4352, 61.6115]}, {"id": "1879", "type": "Feature", "properties": {"id": "us2000av22", "mag": 5.4, "time": 1506452898220, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.7412, 1.2169, 17.7]}, "bbox": [132.7412, 1.2169, 132.7412, 1.2169]}, {"id": "1880", "type": "Feature", "properties": {"id": "nc72899341", "mag": 0.98, "time": 1506452133100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.783165, 38.837833, 0.59]}, "bbox": [-122.783165, 38.837833, -122.783165, 38.837833]}, {"id": "1881", "type": "Feature", "properties": {"id": "us2000av1t", "mag": 4.3, "time": 1506452028320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6352, 16.5993, 104.33]}, "bbox": [-94.6352, 16.5993, -94.6352, 16.5993]}, {"id": "1882", "type": "Feature", "properties": {"id": "ak16911656", "mag": 1.1, "time": 1506451444842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9798, 65.8633, 10.8]}, "bbox": [-150.9798, 65.8633, -150.9798, 65.8633]}, {"id": "1883", "type": "Feature", "properties": {"id": "mb80257849", "mag": 1.17, "time": 1506451369960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531667, 46.869333, 10.26]}, "bbox": [-112.531667, 46.869333, -112.531667, 46.869333]}, {"id": "1884", "type": "Feature", "properties": {"id": "ak16911652", "mag": 1.7, "time": 1506451256386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2303, 62.9438, 64.9]}, "bbox": [-148.2303, 62.9438, -148.2303, 62.9438]}, {"id": "1885", "type": "Feature", "properties": {"id": "nc72899331", "mag": 1.39, "time": 1506451169180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.46, 37.983333, -0.05]}, "bbox": [-122.46, 37.983333, -122.46, 37.983333]}, {"id": "1886", "type": "Feature", "properties": {"id": "ak16949348", "mag": 1.2, "time": 1506450622498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9789, 62.4498, 80.4]}, "bbox": [-150.9789, 62.4498, -150.9789, 62.4498]}, {"id": "1887", "type": "Feature", "properties": {"id": "nc72899311", "mag": 1.66, "time": 1506450429900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811, 38.812, 2.48]}, "bbox": [-122.811, 38.812, -122.811, 38.812]}, {"id": "1888", "type": "Feature", "properties": {"id": "ci38011328", "mag": 1.82, "time": 1506450379870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.5035, 6.49]}, "bbox": [-116.7965, 33.5035, -116.7965, 33.5035]}, {"id": "1889", "type": "Feature", "properties": {"id": "ci38011320", "mag": 1.66, "time": 1506450370460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.948, 35.292167, 17.31]}, "bbox": [-118.948, 35.292167, -118.948, 35.292167]}, {"id": "1890", "type": "Feature", "properties": {"id": "hv61922336", "mag": 3.25, "time": 1506450097970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.231, 19.290833, 8.96]}, "bbox": [-155.231, 19.290833, -155.231, 19.290833]}, {"id": "1891", "type": "Feature", "properties": {"id": "ak16949347", "mag": 1.4, "time": 1506449901001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1914, 59.4295, 70.7]}, "bbox": [-152.1914, 59.4295, -152.1914, 59.4295]}, {"id": "1892", "type": "Feature", "properties": {"id": "ci38011304", "mag": 1.2, "time": 1506449584430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.813667, 36.025833, 1.31]}, "bbox": [-117.813667, 36.025833, -117.813667, 36.025833]}, {"id": "1893", "type": "Feature", "properties": {"id": "ci38011296", "mag": 0.98, "time": 1506449444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8115, 36.028167, 0.41]}, "bbox": [-117.8115, 36.028167, -117.8115, 36.028167]}, {"id": "1894", "type": "Feature", "properties": {"id": "ak16911638", "mag": 2.2, "time": 1506449441975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1385, 62.9479, 63.9]}, "bbox": [-148.1385, 62.9479, -148.1385, 62.9479]}, {"id": "1895", "type": "Feature", "properties": {"id": "mb80257844", "mag": 1.11, "time": 1506448956940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.8605, 12.58]}, "bbox": [-112.532, 46.8605, -112.532, 46.8605]}, {"id": "1896", "type": "Feature", "properties": {"id": "ak16949345", "mag": 1.5, "time": 1506448347584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8207, 61.1514, 89.2]}, "bbox": [-151.8207, 61.1514, -151.8207, 61.1514]}, {"id": "1897", "type": "Feature", "properties": {"id": "uw61311142", "mag": 1.41, "time": 1506448094510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.884, 43.419667, -0.5]}, "bbox": [-122.884, 43.419667, -122.884, 43.419667]}, {"id": "1898", "type": "Feature", "properties": {"id": "nc72899291", "mag": 1.2, "time": 1506447644460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.291667, 36.660333, 3.36]}, "bbox": [-121.291667, 36.660333, -121.291667, 36.660333]}, {"id": "1899", "type": "Feature", "properties": {"id": "ak16949344", "mag": 2.0, "time": 1506446368069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.7955, 55.6327, 123.4]}, "bbox": [-161.7955, 55.6327, -161.7955, 55.6327]}, {"id": "1900", "type": "Feature", "properties": {"id": "mb80257839", "mag": 1.6, "time": 1506446229250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.872167, 11.4]}, "bbox": [-112.530333, 46.872167, -112.530333, 46.872167]}, {"id": "1901", "type": "Feature", "properties": {"id": "ak16949343", "mag": 1.8, "time": 1506445879278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0092, 56.5802, 60.1]}, "bbox": [-155.0092, 56.5802, -155.0092, 56.5802]}, {"id": "1902", "type": "Feature", "properties": {"id": "ak16910871", "mag": 2.2, "time": 1506445763160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3757, 60.912, 119.8]}, "bbox": [-152.3757, 60.912, -152.3757, 60.912]}, {"id": "1903", "type": "Feature", "properties": {"id": "ak16910870", "mag": 1.2, "time": 1506445355025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.837, 62.5503, 9.8]}, "bbox": [-149.837, 62.5503, -149.837, 62.5503]}, {"id": "1904", "type": "Feature", "properties": {"id": "ak16949340", "mag": 1.4, "time": 1506445236601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4629, 59.6817, 72.4]}, "bbox": [-152.4629, 59.6817, -152.4629, 59.6817]}, {"id": "1905", "type": "Feature", "properties": {"id": "ak16910864", "mag": 1.6, "time": 1506444383456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3694, 61.142, 20.5]}, "bbox": [-148.3694, 61.142, -148.3694, 61.142]}, {"id": "1906", "type": "Feature", "properties": {"id": "ak16910865", "mag": 1.1, "time": 1506444338515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0798, 62.3953, 8.2]}, "bbox": [-150.0798, 62.3953, -150.0798, 62.3953]}, {"id": "1907", "type": "Feature", "properties": {"id": "ak16910858", "mag": 2.0, "time": 1506443746387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5248, 63.5317, 72.7]}, "bbox": [-147.5248, 63.5317, -147.5248, 63.5317]}, {"id": "1908", "type": "Feature", "properties": {"id": "uu60249707", "mag": 1.38, "time": 1506443129640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442, 42.558833, 7.1]}, "bbox": [-111.442, 42.558833, -111.442, 42.558833]}, {"id": "1909", "type": "Feature", "properties": {"id": "ci38011192", "mag": 1.03, "time": 1506442702510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.823833, 33.4855, 7.53]}, "bbox": [-115.823833, 33.4855, -115.823833, 33.4855]}, {"id": "1910", "type": "Feature", "properties": {"id": "nc72899266", "mag": 1.49, "time": 1506442696750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.809833, 37.472833, 3.95]}, "bbox": [-118.809833, 37.472833, -118.809833, 37.472833]}, {"id": "1911", "type": "Feature", "properties": {"id": "mb80257829", "mag": 1.46, "time": 1506441830940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.498, 46.901167, 10.66]}, "bbox": [-112.498, 46.901167, -112.498, 46.901167]}, {"id": "1912", "type": "Feature", "properties": {"id": "nc72903841", "mag": 1.48, "time": 1506440751200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.182167, 40.8515, 3.06]}, "bbox": [-122.182167, 40.8515, -122.182167, 40.8515]}, {"id": "1913", "type": "Feature", "properties": {"id": "uu60249692", "mag": 1.82, "time": 1506439249930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.139833, 42.7365, 4.13]}, "bbox": [-111.139833, 42.7365, -111.139833, 42.7365]}, {"id": "1914", "type": "Feature", "properties": {"id": "ci38011112", "mag": 2.13, "time": 1506439108770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.289833, 33.302833, 10.93]}, "bbox": [-116.289833, 33.302833, -116.289833, 33.302833]}, {"id": "1915", "type": "Feature", "properties": {"id": "us2000auyd", "mag": 2.6, "time": 1506439089180, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.61, 9.35]}, "bbox": [-111.4364, 42.61, -111.4364, 42.61]}, {"id": "1916", "type": "Feature", "properties": {"id": "nc72899236", "mag": 2.73, "time": 1506439073310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.6035, 4.3]}, "bbox": [-118.821, 37.6035, -118.821, 37.6035]}, {"id": "1917", "type": "Feature", "properties": {"id": "hv61922126", "mag": 1.89, "time": 1506438530250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.504837, 19.188499, 37.0]}, "bbox": [-155.504837, 19.188499, -155.504837, 19.188499]}, {"id": "1918", "type": "Feature", "properties": {"id": "ak16910217", "mag": 1.3, "time": 1506438468368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3857, 61.4705, 26.0]}, "bbox": [-146.3857, 61.4705, -146.3857, 61.4705]}, {"id": "1919", "type": "Feature", "properties": {"id": "uu60249677", "mag": 1.01, "time": 1506437975140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.090667, 41.940333, 4.24]}, "bbox": [-112.090667, 41.940333, -112.090667, 41.940333]}, {"id": "1920", "type": "Feature", "properties": {"id": "ak16909586", "mag": 1.8, "time": 1506436541694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9329, 61.1528, 1.5]}, "bbox": [-139.9329, 61.1528, -139.9329, 61.1528]}, {"id": "1921", "type": "Feature", "properties": {"id": "ak16909585", "mag": 1.5, "time": 1506436508165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6533, 59.6178, 1.5]}, "bbox": [-138.6533, 59.6178, -138.6533, 59.6178]}, {"id": "1922", "type": "Feature", "properties": {"id": "uu60249672", "mag": 1.15, "time": 1506436401660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.9865, 44.768833, 6.31]}, "bbox": [-110.9865, 44.768833, -110.9865, 44.768833]}, {"id": "1923", "type": "Feature", "properties": {"id": "ak16949332", "mag": 2.7, "time": 1506436259231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.8212, 50.3055, 25.6]}, "bbox": [177.8212, 50.3055, 177.8212, 50.3055]}, {"id": "1924", "type": "Feature", "properties": {"id": "ak16949331", "mag": 1.5, "time": 1506435973793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5906, 57.0801, 1.8]}, "bbox": [-157.5906, 57.0801, -157.5906, 57.0801]}, {"id": "1925", "type": "Feature", "properties": {"id": "hv61922056", "mag": 1.6, "time": 1506435671030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.617667, 19.403833, 11.352]}, "bbox": [-155.617667, 19.403833, -155.617667, 19.403833]}, {"id": "1926", "type": "Feature", "properties": {"id": "nc72899211", "mag": 1.32, "time": 1506435393920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.617833, 36.045, 5.05]}, "bbox": [-120.617833, 36.045, -120.617833, 36.045]}, {"id": "1927", "type": "Feature", "properties": {"id": "ak16949330", "mag": 2.3, "time": 1506435252977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7207, 53.0759, 5.8]}, "bbox": [-164.7207, 53.0759, -164.7207, 53.0759]}, {"id": "1928", "type": "Feature", "properties": {"id": "us2000auxj", "mag": 4.2, "time": 1506434841590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3743, -28.3432, 19.86]}, "bbox": [-71.3743, -28.3432, -71.3743, -28.3432]}, {"id": "1929", "type": "Feature", "properties": {"id": "ak16909580", "mag": 1.0, "time": 1506433271780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9281, 62.7345, 65.1]}, "bbox": [-148.9281, 62.7345, -148.9281, 62.7345]}, {"id": "1930", "type": "Feature", "properties": {"id": "ci38011056", "mag": 2.34, "time": 1506433147890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.097167, 32.109167, 21.13]}, "bbox": [-115.097167, 32.109167, -115.097167, 32.109167]}, {"id": "1931", "type": "Feature", "properties": {"id": "ci38011048", "mag": 1.64, "time": 1506433002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275333, 33.9755, 2.98]}, "bbox": [-116.275333, 33.9755, -116.275333, 33.9755]}, {"id": "1932", "type": "Feature", "properties": {"id": "ak16909574", "mag": 2.4, "time": 1506432197049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1982, 63.4664, 63.2]}, "bbox": [-147.1982, 63.4664, -147.1982, 63.4664]}, {"id": "1933", "type": "Feature", "properties": {"id": "nc72899196", "mag": 2.34, "time": 1506431642070, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2285, 36.1555, 11.25]}, "bbox": [-120.2285, 36.1555, -120.2285, 36.1555]}, {"id": "1934", "type": "Feature", "properties": {"id": "ci38011032", "mag": 1.31, "time": 1506431195640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.599833, 33.196, 3.24]}, "bbox": [-115.599833, 33.196, -115.599833, 33.196]}, {"id": "1935", "type": "Feature", "properties": {"id": "ak16949325", "mag": 1.3, "time": 1506430179945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5507, 57.5978, 9.6]}, "bbox": [-153.5507, 57.5978, -153.5507, 57.5978]}, {"id": "1936", "type": "Feature", "properties": {"id": "ak16908944", "mag": 1.5, "time": 1506430094548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7286, 62.9807, 109.5]}, "bbox": [-150.7286, 62.9807, -150.7286, 62.9807]}, {"id": "1937", "type": "Feature", "properties": {"id": "ak16949323", "mag": 1.4, "time": 1506429667875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-132.545, 57.8313, 1.5]}, "bbox": [-132.545, 57.8313, -132.545, 57.8313]}, {"id": "1938", "type": "Feature", "properties": {"id": "ak16908941", "mag": 1.9, "time": 1506428870068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9939, 51.4819, 42.9]}, "bbox": [-177.9939, 51.4819, -177.9939, 51.4819]}, {"id": "1939", "type": "Feature", "properties": {"id": "ak16949321", "mag": 2.3, "time": 1506428515529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9246, 51.994, 156.7]}, "bbox": [-179.9246, 51.994, -179.9246, 51.994]}, {"id": "1940", "type": "Feature", "properties": {"id": "us2000auwv", "mag": 4.8, "time": 1506428086930, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1449, -37.4108, 11.74]}, "bbox": [-74.1449, -37.4108, -74.1449, -37.4108]}, {"id": "1941", "type": "Feature", "properties": {"id": "ak16949320", "mag": 1.7, "time": 1506428031233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8671, 57.0274, 77.7]}, "bbox": [-156.8671, 57.0274, -156.8671, 57.0274]}, {"id": "1942", "type": "Feature", "properties": {"id": "nc72899171", "mag": 1.37, "time": 1506428015870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.786167, 37.594333, 4.9]}, "bbox": [-118.786167, 37.594333, -118.786167, 37.594333]}, {"id": "1943", "type": "Feature", "properties": {"id": "ak16949319", "mag": 1.6, "time": 1506427960144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0976, 58.7839, 68.4]}, "bbox": [-153.0976, 58.7839, -153.0976, 58.7839]}, {"id": "1944", "type": "Feature", "properties": {"id": "hv61921941", "mag": 1.75, "time": 1506427855790, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.293667, 19.364833, 29.473]}, "bbox": [-155.293667, 19.364833, -155.293667, 19.364833]}, {"id": "1945", "type": "Feature", "properties": {"id": "mb80257779", "mag": 1.22, "time": 1506426612780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.871167, 11.47]}, "bbox": [-112.524667, 46.871167, -112.524667, 46.871167]}, {"id": "1946", "type": "Feature", "properties": {"id": "ak16908309", "mag": 2.6, "time": 1506426273590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0017, 63.0698, 125.5]}, "bbox": [-151.0017, 63.0698, -151.0017, 63.0698]}, {"id": "1947", "type": "Feature", "properties": {"id": "ak16908307", "mag": 1.4, "time": 1506425656703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0459, 60.021, 7.6]}, "bbox": [-140.0459, 60.021, -140.0459, 60.021]}, {"id": "1948", "type": "Feature", "properties": {"id": "nc72899161", "mag": 1.33, "time": 1506425143350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737833, 38.803333, 1.75]}, "bbox": [-122.737833, 38.803333, -122.737833, 38.803333]}, {"id": "1949", "type": "Feature", "properties": {"id": "us2000auwh", "mag": 4.6, "time": 1506424969320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [168.1159, -17.1048, 50.5]}, "bbox": [168.1159, -17.1048, 168.1159, -17.1048]}, {"id": "1950", "type": "Feature", "properties": {"id": "ak16908306", "mag": 1.2, "time": 1506424570466, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.412, 53.8051, 14.4]}, "bbox": [-166.412, 53.8051, -166.412, 53.8051]}, {"id": "1951", "type": "Feature", "properties": {"id": "ak16908302", "mag": 1.9, "time": 1506424147684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7411, 59.5065, 69.7]}, "bbox": [-152.7411, 59.5065, -152.7411, 59.5065]}, {"id": "1952", "type": "Feature", "properties": {"id": "uu60249657", "mag": 1.69, "time": 1506424086980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4815, 38.756167, 9.29]}, "bbox": [-112.4815, 38.756167, -112.4815, 38.756167]}, {"id": "1953", "type": "Feature", "properties": {"id": "mb80257774", "mag": 1.11, "time": 1506422972160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.387167, 44.8185, 11.24]}, "bbox": [-111.387167, 44.8185, -111.387167, 44.8185]}, {"id": "1954", "type": "Feature", "properties": {"id": "ak16908296", "mag": 1.6, "time": 1506420872410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9572, 61.1571, 5.2]}, "bbox": [-139.9572, 61.1571, -139.9572, 61.1571]}, {"id": "1955", "type": "Feature", "properties": {"id": "nn00607058", "mag": 1.0, "time": 1506420232880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8963, 38.401, 10.7]}, "bbox": [-118.8963, 38.401, -118.8963, 38.401]}, {"id": "1956", "type": "Feature", "properties": {"id": "ak16949310", "mag": 1.6, "time": 1506419827018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2644, 60.0718, 129.8]}, "bbox": [-153.2644, 60.0718, -153.2644, 60.0718]}, {"id": "1957", "type": "Feature", "properties": {"id": "nc72899136", "mag": 1.49, "time": 1506419498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.041333, 37.633667, -1.57]}, "bbox": [-119.041333, 37.633667, -119.041333, 37.633667]}, {"id": "1958", "type": "Feature", "properties": {"id": "ak16908294", "mag": 1.4, "time": 1506419088568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8181, 63.4737, 2.7]}, "bbox": [-147.8181, 63.4737, -147.8181, 63.4737]}, {"id": "1959", "type": "Feature", "properties": {"id": "ak16949308", "mag": 1.7, "time": 1506418915220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9641, 60.3111, 134.7]}, "bbox": [-152.9641, 60.3111, -152.9641, 60.3111]}, {"id": "1960", "type": "Feature", "properties": {"id": "ci38010936", "mag": 1.35, "time": 1506418490150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.104333, 34.0325, 5.61]}, "bbox": [-117.104333, 34.0325, -117.104333, 34.0325]}, {"id": "1961", "type": "Feature", "properties": {"id": "nc72899131", "mag": 1.28, "time": 1506417966210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931833, 37.595833, 0.06]}, "bbox": [-118.931833, 37.595833, -118.931833, 37.595833]}, {"id": "1962", "type": "Feature", "properties": {"id": "ak16908292", "mag": 1.7, "time": 1506417940616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8017, 59.9121, 74.3]}, "bbox": [-151.8017, 59.9121, -151.8017, 59.9121]}, {"id": "1963", "type": "Feature", "properties": {"id": "ak16908290", "mag": 1.7, "time": 1506417796960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.402, 60.1704, 11.6]}, "bbox": [-148.402, 60.1704, -148.402, 60.1704]}, {"id": "1964", "type": "Feature", "properties": {"id": "ak16949304", "mag": 1.7, "time": 1506416080631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.871, 57.3937, 48.6]}, "bbox": [-153.871, 57.3937, -153.871, 57.3937]}, {"id": "1965", "type": "Feature", "properties": {"id": "ak16949303", "mag": 1.2, "time": 1506415360742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6564, 63.2669, 130.1]}, "bbox": [-150.6564, 63.2669, -150.6564, 63.2669]}, {"id": "1966", "type": "Feature", "properties": {"id": "nn00607053", "mag": 3.4, "time": 1506415206305, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8949, 38.3653, 6.5]}, "bbox": [-118.8949, 38.3653, -118.8949, 38.3653]}, {"id": "1967", "type": "Feature", "properties": {"id": "nc72899106", "mag": 1.38, "time": 1506414957350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0225, 37.5205, 2.13]}, "bbox": [-119.0225, 37.5205, -119.0225, 37.5205]}, {"id": "1968", "type": "Feature", "properties": {"id": "us2000auvr", "mag": 4.4, "time": 1506414806850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.3187, -5.8706, 42.3]}, "bbox": [-77.3187, -5.8706, -77.3187, -5.8706]}, {"id": "1969", "type": "Feature", "properties": {"id": "nc72899101", "mag": 1.35, "time": 1506414495100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.810667, 37.473333, 3.46]}, "bbox": [-118.810667, 37.473333, -118.810667, 37.473333]}, {"id": "1970", "type": "Feature", "properties": {"id": "us2000b0x1", "mag": 4.0, "time": 1506414428310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.4547, -8.3437, 7.77]}, "bbox": [115.4547, -8.3437, 115.4547, -8.3437]}, {"id": "1971", "type": "Feature", "properties": {"id": "ak16907660", "mag": 2.5, "time": 1506414139904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2525, 63.3098, 5.4]}, "bbox": [-145.2525, 63.3098, -145.2525, 63.3098]}, {"id": "1972", "type": "Feature", "properties": {"id": "us2000auvl", "mag": 4.9, "time": 1506413746400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8693, -24.5502, 549.9]}, "bbox": [178.8693, -24.5502, 178.8693, -24.5502]}, {"id": "1973", "type": "Feature", "properties": {"id": "ak16907657", "mag": 1.7, "time": 1506413744657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.558, 61.3722, 73.1]}, "bbox": [-151.558, 61.3722, -151.558, 61.3722]}, {"id": "1974", "type": "Feature", "properties": {"id": "nn00607084", "mag": 1.1, "time": 1506413686395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8996, 38.399, 10.5]}, "bbox": [-118.8996, 38.399, -118.8996, 38.399]}, {"id": "1975", "type": "Feature", "properties": {"id": "us2000ax0p", "mag": 3.0, "time": 1506413645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.222, 52.6448, 36.78]}, "bbox": [-162.222, 52.6448, -162.222, 52.6448]}, {"id": "1976", "type": "Feature", "properties": {"id": "ci38010856", "mag": 1.11, "time": 1506413205840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4375, 33.438833, 9.57]}, "bbox": [-116.4375, 33.438833, -116.4375, 33.438833]}, {"id": "1977", "type": "Feature", "properties": {"id": "ak16907655", "mag": 1.3, "time": 1506412718967, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6643, 61.4913, 19.2]}, "bbox": [-146.6643, 61.4913, -146.6643, 61.4913]}, {"id": "1978", "type": "Feature", "properties": {"id": "ak16907652", "mag": 1.7, "time": 1506412362070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6643, 61.6414, 22.2]}, "bbox": [-147.6643, 61.6414, -147.6643, 61.6414]}, {"id": "1979", "type": "Feature", "properties": {"id": "ak16907651", "mag": 1.5, "time": 1506411582373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2404, 59.9305, 72.2]}, "bbox": [-152.2404, 59.9305, -152.2404, 59.9305]}, {"id": "1980", "type": "Feature", "properties": {"id": "ak16949296", "mag": 1.3, "time": 1506411274342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6597, 58.8354, 4.6]}, "bbox": [-153.6597, 58.8354, -153.6597, 58.8354]}, {"id": "1981", "type": "Feature", "properties": {"id": "nc72899096", "mag": 1.03, "time": 1506410824310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.914, 37.573833, -1.62]}, "bbox": [-118.914, 37.573833, -118.914, 37.573833]}, {"id": "1982", "type": "Feature", "properties": {"id": "nc72899091", "mag": 1.42, "time": 1506410795100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807833, 38.8245, 2.94]}, "bbox": [-122.807833, 38.8245, -122.807833, 38.8245]}, {"id": "1983", "type": "Feature", "properties": {"id": "ak16907650", "mag": 2.0, "time": 1506410193440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8603, 66.702, 16.5]}, "bbox": [-135.8603, 66.702, -135.8603, 66.702]}, {"id": "1984", "type": "Feature", "properties": {"id": "ak16949292", "mag": 1.6, "time": 1506409745435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.82, 59.4363, 78.5]}, "bbox": [-152.82, 59.4363, -152.82, 59.4363]}, {"id": "1985", "type": "Feature", "properties": {"id": "ak16907646", "mag": 1.1, "time": 1506408445621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.778, 62.2517, 10.2]}, "bbox": [-149.778, 62.2517, -149.778, 62.2517]}, {"id": "1986", "type": "Feature", "properties": {"id": "uu60249632", "mag": 2.87, "time": 1506407470180, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.651333, 44.820667, 6.96]}, "bbox": [-110.651333, 44.820667, -110.651333, 44.820667]}, {"id": "1987", "type": "Feature", "properties": {"id": "ak16907641", "mag": 2.2, "time": 1506407401881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1721, 59.3036, 66.6]}, "bbox": [-152.1721, 59.3036, -152.1721, 59.3036]}, {"id": "1988", "type": "Feature", "properties": {"id": "ak16949289", "mag": 1.7, "time": 1506406926287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.737, 59.5006, 82.3]}, "bbox": [-152.737, 59.5006, -152.737, 59.5006]}, {"id": "1989", "type": "Feature", "properties": {"id": "ci38010824", "mag": 1.17, "time": 1506406440560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.498833, 34.926833, 12.29]}, "bbox": [-118.498833, 34.926833, -118.498833, 34.926833]}, {"id": "1990", "type": "Feature", "properties": {"id": "us2000auv4", "mag": 4.9, "time": 1506404788280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.3356, -5.7378, 10.0]}, "bbox": [101.3356, -5.7378, 101.3356, -5.7378]}, {"id": "1991", "type": "Feature", "properties": {"id": "us2000auv3", "mag": 5.0, "time": 1506404673850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5505, -21.3378, 232.1]}, "bbox": [-66.5505, -21.3378, -66.5505, -21.3378]}, {"id": "1992", "type": "Feature", "properties": {"id": "mb80257744", "mag": 1.03, "time": 1506404152920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522667, 46.9085, 12.2]}, "bbox": [-112.522667, 46.9085, -112.522667, 46.9085]}, {"id": "1993", "type": "Feature", "properties": {"id": "us2000auuz", "mag": 4.6, "time": 1506404004140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9602, 15.0621, 55.84]}, "bbox": [-93.9602, 15.0621, -93.9602, 15.0621]}, {"id": "1994", "type": "Feature", "properties": {"id": "ak16949287", "mag": 1.5, "time": 1506403834555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1229, 59.9191, 124.6]}, "bbox": [-153.1229, 59.9191, -153.1229, 59.9191]}, {"id": "1995", "type": "Feature", "properties": {"id": "nc72899076", "mag": 0.97, "time": 1506403715720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825667, 37.454833, 1.23]}, "bbox": [-118.825667, 37.454833, -118.825667, 37.454833]}, {"id": "1996", "type": "Feature", "properties": {"id": "nc72899066", "mag": 0.96, "time": 1506402794840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798332, 38.824833, 2.56]}, "bbox": [-122.798332, 38.824833, -122.798332, 38.824833]}, {"id": "1997", "type": "Feature", "properties": {"id": "mb80257739", "mag": 1.14, "time": 1506402535080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5275, 46.880667, 10.59]}, "bbox": [-112.5275, 46.880667, -112.5275, 46.880667]}, {"id": "1998", "type": "Feature", "properties": {"id": "ci38010800", "mag": 1.46, "time": 1506401555090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.061, 34.207167, 1.9]}, "bbox": [-117.061, 34.207167, -117.061, 34.207167]}, {"id": "1999", "type": "Feature", "properties": {"id": "ci38010792", "mag": 1.16, "time": 1506401392950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064333, 34.207333, 2.74]}, "bbox": [-117.064333, 34.207333, -117.064333, 34.207333]}, {"id": "2000", "type": "Feature", "properties": {"id": "nn00607042", "mag": 1.5, "time": 1506400440104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0413, 37.0804, 8.5]}, "bbox": [-117.0413, 37.0804, -117.0413, 37.0804]}, {"id": "2001", "type": "Feature", "properties": {"id": "ak16906991", "mag": 2.7, "time": 1506400345749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4106, 60.9055, 24.6]}, "bbox": [-143.4106, 60.9055, -143.4106, 60.9055]}, {"id": "2002", "type": "Feature", "properties": {"id": "us2000autd", "mag": 6.4, "time": 1506399600760, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-176.9366, -23.7135, 98.07]}, "bbox": [-176.9366, -23.7135, -176.9366, -23.7135]}, {"id": "2003", "type": "Feature", "properties": {"id": "mb80257724", "mag": 1.75, "time": 1506399115590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8815, 10.93]}, "bbox": [-112.525167, 46.8815, -112.525167, 46.8815]}, {"id": "2004", "type": "Feature", "properties": {"id": "ak16949284", "mag": 1.4, "time": 1506398641123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.643, 58.8409, 11.9]}, "bbox": [-153.643, 58.8409, -153.643, 58.8409]}, {"id": "2005", "type": "Feature", "properties": {"id": "ak16949283", "mag": 1.3, "time": 1506398319488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6304, 58.8355, 8.8]}, "bbox": [-153.6304, 58.8355, -153.6304, 58.8355]}, {"id": "2006", "type": "Feature", "properties": {"id": "ak16906355", "mag": 2.3, "time": 1506398227222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8611, 62.7984, 13.7]}, "bbox": [-148.8611, 62.7984, -148.8611, 62.7984]}, {"id": "2007", "type": "Feature", "properties": {"id": "nc72899031", "mag": 1.73, "time": 1506396860580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823667, 37.455333, 2.55]}, "bbox": [-118.823667, 37.455333, -118.823667, 37.455333]}, {"id": "2008", "type": "Feature", "properties": {"id": "nc72899036", "mag": 1.13, "time": 1506396779490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764167, 38.956, 1.48]}, "bbox": [-122.764167, 38.956, -122.764167, 38.956]}, {"id": "2009", "type": "Feature", "properties": {"id": "uu60249592", "mag": 1.7, "time": 1506396582400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.943167, 39.753833, 3.39]}, "bbox": [-110.943167, 39.753833, -110.943167, 39.753833]}, {"id": "2010", "type": "Feature", "properties": {"id": "ak16949281", "mag": 1.5, "time": 1506396506568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7269, 58.5151, 73.1]}, "bbox": [-153.7269, 58.5151, -153.7269, 58.5151]}, {"id": "2011", "type": "Feature", "properties": {"id": "ak16906353", "mag": 1.3, "time": 1506396340348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2988, 62.3609, 81.6]}, "bbox": [-151.2988, 62.3609, -151.2988, 62.3609]}, {"id": "2012", "type": "Feature", "properties": {"id": "uw61310902", "mag": 1.38, "time": 1506395899750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737167, 47.576333, 17.19]}, "bbox": [-122.737167, 47.576333, -122.737167, 47.576333]}, {"id": "2013", "type": "Feature", "properties": {"id": "ak16906350", "mag": 2.1, "time": 1506395022337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6717, 59.8577, 3.5]}, "bbox": [-136.6717, 59.8577, -136.6717, 59.8577]}, {"id": "2014", "type": "Feature", "properties": {"id": "ismpkansas70235803", "mag": 1.67, "time": 1506394171170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.620667, 37.161167, 4.48]}, "bbox": [-97.620667, 37.161167, -97.620667, 37.161167]}, {"id": "2015", "type": "Feature", "properties": {"id": "nc72899026", "mag": 1.36, "time": 1506393508660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823833, 37.4545, 2.28]}, "bbox": [-118.823833, 37.4545, -118.823833, 37.4545]}, {"id": "2016", "type": "Feature", "properties": {"id": "ak16906345", "mag": 1.8, "time": 1506393385073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5638, 59.8105, 0.8]}, "bbox": [-136.5638, 59.8105, -136.5638, 59.8105]}, {"id": "2017", "type": "Feature", "properties": {"id": "ak16906344", "mag": 1.2, "time": 1506393361198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4631, 62.5638, 3.1]}, "bbox": [-149.4631, 62.5638, -149.4631, 62.5638]}, {"id": "2018", "type": "Feature", "properties": {"id": "ak16906343", "mag": 1.2, "time": 1506392589335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2072, 61.6959, 2.7]}, "bbox": [-148.2072, 61.6959, -148.2072, 61.6959]}, {"id": "2019", "type": "Feature", "properties": {"id": "uw61310887", "mag": 1.1, "time": 1506392466960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 46.755833, 4.01]}, "bbox": [-121.9235, 46.755833, -121.9235, 46.755833]}, {"id": "2020", "type": "Feature", "properties": {"id": "ak16906342", "mag": 1.8, "time": 1506392061053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9619, 58.719, 83.8]}, "bbox": [-153.9619, 58.719, -153.9619, 58.719]}, {"id": "2021", "type": "Feature", "properties": {"id": "ak16906341", "mag": 1.1, "time": 1506391622110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.393, 62.6136, 80.1]}, "bbox": [-151.393, 62.6136, -151.393, 62.6136]}, {"id": "2022", "type": "Feature", "properties": {"id": "ak16905725", "mag": 2.0, "time": 1506390933341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6474, 61.5055, 2.1]}, "bbox": [-140.6474, 61.5055, -140.6474, 61.5055]}, {"id": "2023", "type": "Feature", "properties": {"id": "us2000aus0", "mag": 5.1, "time": 1506390162180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2892, -18.0618, 578.88]}, "bbox": [-178.2892, -18.0618, -178.2892, -18.0618]}, {"id": "2024", "type": "Feature", "properties": {"id": "ak16905719", "mag": 1.0, "time": 1506388357140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8119, 61.2841, 12.9]}, "bbox": [-146.8119, 61.2841, -146.8119, 61.2841]}, {"id": "2025", "type": "Feature", "properties": {"id": "ak16949271", "mag": 1.1, "time": 1506387919524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.616, 62.8641, 85.2]}, "bbox": [-150.616, 62.8641, -150.616, 62.8641]}, {"id": "2026", "type": "Feature", "properties": {"id": "us2000avl1", "mag": 4.1, "time": 1506387869490, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2679, -38.2792, 18.61]}, "bbox": [-68.2679, -38.2792, -68.2679, -38.2792]}, {"id": "2027", "type": "Feature", "properties": {"id": "ak16905595", "mag": 1.0, "time": 1506387645089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7961, 60.4358, 8.6]}, "bbox": [-143.7961, 60.4358, -143.7961, 60.4358]}, {"id": "2028", "type": "Feature", "properties": {"id": "us2000aur8", "mag": 3.9, "time": 1506387254290, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.6296, -12.1347, 37.62]}, "bbox": [-77.6296, -12.1347, -77.6296, -12.1347]}, {"id": "2029", "type": "Feature", "properties": {"id": "ak16905592", "mag": 1.5, "time": 1506385892986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6406, 61.6796, 57.6]}, "bbox": [-150.6406, 61.6796, -150.6406, 61.6796]}, {"id": "2030", "type": "Feature", "properties": {"id": "ak16905589", "mag": 1.7, "time": 1506385708409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0359, 62.3774, 41.7]}, "bbox": [-148.0359, 62.3774, -148.0359, 62.3774]}, {"id": "2031", "type": "Feature", "properties": {"id": "nc72898986", "mag": 1.94, "time": 1506385192120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.955667, 4.16]}, "bbox": [-122.759667, 38.955667, -122.759667, 38.955667]}, {"id": "2032", "type": "Feature", "properties": {"id": "nn00607067", "mag": 1.1, "time": 1506385008302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0721, 39.3599, 7.9]}, "bbox": [-118.0721, 39.3599, -118.0721, 39.3599]}, {"id": "2033", "type": "Feature", "properties": {"id": "us2000b0hk", "mag": 4.4, "time": 1506383865610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4109, -4.9919, 96.04]}, "bbox": [130.4109, -4.9919, 130.4109, -4.9919]}, {"id": "2034", "type": "Feature", "properties": {"id": "us2000b0hl", "mag": 4.5, "time": 1506383851620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.755, 79.5651, 10.0]}, "bbox": [3.755, 79.5651, 3.755, 79.5651]}, {"id": "2035", "type": "Feature", "properties": {"id": "ak16905583", "mag": 2.0, "time": 1506383021414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7759, 59.8203, 3.6]}, "bbox": [-136.7759, 59.8203, -136.7759, 59.8203]}, {"id": "2036", "type": "Feature", "properties": {"id": "hv61921341", "mag": 2.37, "time": 1506382999970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.826167, 19.509167, 12.397]}, "bbox": [-155.826167, 19.509167, -155.826167, 19.509167]}, {"id": "2037", "type": "Feature", "properties": {"id": "nc72898971", "mag": 1.13, "time": 1506382612420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7125, 38.7455, 1.45]}, "bbox": [-122.7125, 38.7455, -122.7125, 38.7455]}, {"id": "2038", "type": "Feature", "properties": {"id": "nc72898966", "mag": 1.63, "time": 1506382205240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.579, 36.013, 4.29]}, "bbox": [-120.579, 36.013, -120.579, 36.013]}, {"id": "2039", "type": "Feature", "properties": {"id": "ci38010640", "mag": 1.0, "time": 1506381899530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.508833, 4.84]}, "bbox": [-116.792667, 33.508833, -116.792667, 33.508833]}, {"id": "2040", "type": "Feature", "properties": {"id": "ci38010624", "mag": 1.86, "time": 1506381762630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681667, 35.033833, -0.82]}, "bbox": [-117.681667, 35.033833, -117.681667, 35.033833]}, {"id": "2041", "type": "Feature", "properties": {"id": "nc72898956", "mag": 1.13, "time": 1506381482700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.320667, 37.6445, 0.55]}, "bbox": [-119.320667, 37.6445, -119.320667, 37.6445]}, {"id": "2042", "type": "Feature", "properties": {"id": "mb80257694", "mag": 1.58, "time": 1506381447950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872833, 11.66]}, "bbox": [-112.523833, 46.872833, -112.523833, 46.872833]}, {"id": "2043", "type": "Feature", "properties": {"id": "us2000b0hj", "mag": 4.3, "time": 1506380384190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.85, -10.6682, 39.69]}, "bbox": [115.85, -10.6682, 115.85, -10.6682]}, {"id": "2044", "type": "Feature", "properties": {"id": "ci38010616", "mag": 1.42, "time": 1506380222440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0935, 33.013167, -0.56]}, "bbox": [-116.0935, 33.013167, -116.0935, 33.013167]}, {"id": "2045", "type": "Feature", "properties": {"id": "nc72898946", "mag": 1.13, "time": 1506379343550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7885, 38.832167, 1.97]}, "bbox": [-122.7885, 38.832167, -122.7885, 38.832167]}, {"id": "2046", "type": "Feature", "properties": {"id": "ld60143416", "mag": 1.71, "time": 1506378906690, "felt": 170.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.513833, 40.798667, 5.0]}, "bbox": [-74.513833, 40.798667, -74.513833, 40.798667]}, {"id": "2047", "type": "Feature", "properties": {"id": "ak16988709", "mag": 1.6, "time": 1506378800677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4035, 60.0163, 139.3]}, "bbox": [-153.4035, 60.0163, -153.4035, 60.0163]}, {"id": "2048", "type": "Feature", "properties": {"id": "mb80257689", "mag": 1.5, "time": 1506378570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.865833, 11.47]}, "bbox": [-112.528833, 46.865833, -112.528833, 46.865833]}, {"id": "2049", "type": "Feature", "properties": {"id": "us2000aunr", "mag": 2.5, "time": 1506378435420, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.154, 37.3519, 3.31]}, "bbox": [-98.154, 37.3519, -98.154, 37.3519]}, {"id": "2050", "type": "Feature", "properties": {"id": "ak16988708", "mag": 1.0, "time": 1506378350972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.034, 64.3489, 10.2]}, "bbox": [-154.034, 64.3489, -154.034, 64.3489]}, {"id": "2051", "type": "Feature", "properties": {"id": "us2000aunh", "mag": 5.0, "time": 1506377223500, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [124.3318, 0.8223, 219.8]}, "bbox": [124.3318, 0.8223, 124.3318, 0.8223]}, {"id": "2052", "type": "Feature", "properties": {"id": "uu60249557", "mag": 1.72, "time": 1506377199600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460833, 42.646667, 2.74]}, "bbox": [-111.460833, 42.646667, -111.460833, 42.646667]}, {"id": "2053", "type": "Feature", "properties": {"id": "us2000b0hh", "mag": 4.3, "time": 1506376802200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4659, -19.6395, 545.66]}, "bbox": [-177.4659, -19.6395, -177.4659, -19.6395]}, {"id": "2054", "type": "Feature", "properties": {"id": "ak16905558", "mag": 1.3, "time": 1506376658938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.4807, 65.756, 6.2]}, "bbox": [-145.4807, 65.756, -145.4807, 65.756]}, {"id": "2055", "type": "Feature", "properties": {"id": "ci38010544", "mag": 1.52, "time": 1506375768450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.492, 4.2]}, "bbox": [-116.792333, 33.492, -116.792333, 33.492]}, {"id": "2056", "type": "Feature", "properties": {"id": "uw61333756", "mag": 1.11, "time": 1506375211030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.748833, 46.851167, 1.54]}, "bbox": [-121.748833, 46.851167, -121.748833, 46.851167]}, {"id": "2057", "type": "Feature", "properties": {"id": "ci38010536", "mag": 1.15, "time": 1506374622610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200667, 33.034833, 4.46]}, "bbox": [-116.200667, 33.034833, -116.200667, 33.034833]}, {"id": "2058", "type": "Feature", "properties": {"id": "nc72898906", "mag": 1.32, "time": 1506373159300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.572333, 1.73]}, "bbox": [-118.887667, 37.572333, -118.887667, 37.572333]}, {"id": "2059", "type": "Feature", "properties": {"id": "ak16904952", "mag": 1.2, "time": 1506373039217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2776, 63.8003, 116.2]}, "bbox": [-149.2776, 63.8003, -149.2776, 63.8003]}, {"id": "2060", "type": "Feature", "properties": {"id": "ak16904950", "mag": 1.1, "time": 1506372955267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1161, 63.268, 1.6]}, "bbox": [-151.1161, 63.268, -151.1161, 63.268]}, {"id": "2061", "type": "Feature", "properties": {"id": "nc72898901", "mag": 1.01, "time": 1506372828820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.791667, 37.454333, 7.33]}, "bbox": [-121.791667, 37.454333, -121.791667, 37.454333]}, {"id": "2062", "type": "Feature", "properties": {"id": "ak16904346", "mag": 1.5, "time": 1506372342933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0547, 61.007, 13.8]}, "bbox": [-147.0547, 61.007, -147.0547, 61.007]}, {"id": "2063", "type": "Feature", "properties": {"id": "ci38010512", "mag": 1.25, "time": 1506372237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492167, 33.822333, -0.52]}, "bbox": [-117.492167, 33.822333, -117.492167, 33.822333]}, {"id": "2064", "type": "Feature", "properties": {"id": "ci38010488", "mag": 3.1, "time": 1506371483300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.220833, 32.220833, 20.46]}, "bbox": [-115.220833, 32.220833, -115.220833, 32.220833]}, {"id": "2065", "type": "Feature", "properties": {"id": "us2000aulg", "mag": 5.9, "time": 1506371363480, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [152.7133, -6.2113, 5.98]}, "bbox": [152.7133, -6.2113, 152.7133, -6.2113]}, {"id": "2066", "type": "Feature", "properties": {"id": "hv61921136", "mag": 1.72, "time": 1506370768560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.223333, 34.311]}, "bbox": [-155.421333, 19.223333, -155.421333, 19.223333]}, {"id": "2067", "type": "Feature", "properties": {"id": "mb80257664", "mag": 1.07, "time": 1506370613150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526, 46.868, 10.18]}, "bbox": [-112.526, 46.868, -112.526, 46.868]}, {"id": "2068", "type": "Feature", "properties": {"id": "us2000aukx", "mag": 2.6, "time": 1506370456500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.1495, 36.4119, 5.948]}, "bbox": [-99.1495, 36.4119, -99.1495, 36.4119]}, {"id": "2069", "type": "Feature", "properties": {"id": "us2000auky", "mag": 4.2, "time": 1506370103510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [107.7299, -5.8793, 306.63]}, "bbox": [107.7299, -5.8793, 107.7299, -5.8793]}, {"id": "2070", "type": "Feature", "properties": {"id": "mb80257659", "mag": 1.44, "time": 1506369980640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.8795, 12.77]}, "bbox": [-112.530333, 46.8795, -112.530333, 46.8795]}, {"id": "2071", "type": "Feature", "properties": {"id": "ak16904319", "mag": 1.4, "time": 1506369740689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5073, 60.0082, 0.0]}, "bbox": [-139.5073, 60.0082, -139.5073, 60.0082]}, {"id": "2072", "type": "Feature", "properties": {"id": "ak16904318", "mag": 1.1, "time": 1506369510333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5651, 61.4244, 63.0]}, "bbox": [-150.5651, 61.4244, -150.5651, 61.4244]}, {"id": "2073", "type": "Feature", "properties": {"id": "ak16904316", "mag": 1.1, "time": 1506368211425, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7001, 61.5145, 4.5]}, "bbox": [-140.7001, 61.5145, -140.7001, 61.5145]}, {"id": "2074", "type": "Feature", "properties": {"id": "us2000aukb", "mag": 4.3, "time": 1506368143480, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1586, 40.3587, 11.36]}, "bbox": [-127.1586, 40.3587, -127.1586, 40.3587]}, {"id": "2075", "type": "Feature", "properties": {"id": "ak16904315", "mag": 1.2, "time": 1506367996393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8124, 59.8382, 15.4]}, "bbox": [-136.8124, 59.8382, -136.8124, 59.8382]}, {"id": "2076", "type": "Feature", "properties": {"id": "nc72898871", "mag": 1.41, "time": 1506367887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.785167, 38.8375, 1.88]}, "bbox": [-122.785167, 38.8375, -122.785167, 38.8375]}, {"id": "2077", "type": "Feature", "properties": {"id": "ak16988695", "mag": 2.2, "time": 1506366990125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3689, 51.4218, 56.7]}, "bbox": [179.3689, 51.4218, 179.3689, 51.4218]}, {"id": "2078", "type": "Feature", "properties": {"id": "ci37166748", "mag": 1.04, "time": 1506366454300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.018667, 33.163167, -0.77]}, "bbox": [-117.018667, 33.163167, -117.018667, 33.163167]}, {"id": "2079", "type": "Feature", "properties": {"id": "hv61921056", "mag": 2.06, "time": 1506366154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.950667, 19.540833, 15.491]}, "bbox": [-155.950667, 19.540833, -155.950667, 19.540833]}, {"id": "2080", "type": "Feature", "properties": {"id": "ak16903722", "mag": 2.0, "time": 1506365944635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.478, 51.697, 15.5]}, "bbox": [-178.478, 51.697, -178.478, 51.697]}, {"id": "2081", "type": "Feature", "properties": {"id": "ci38010408", "mag": 1.27, "time": 1506365436790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4445, 35.5745, 10.25]}, "bbox": [-118.4445, 35.5745, -118.4445, 35.5745]}, {"id": "2082", "type": "Feature", "properties": {"id": "ci38010416", "mag": 1.17, "time": 1506365362690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.862667, 34.343333, -1.71]}, "bbox": [-116.862667, 34.343333, -116.862667, 34.343333]}, {"id": "2083", "type": "Feature", "properties": {"id": "uu60249527", "mag": 1.29, "time": 1506365138370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.712833, 41.8725, 4.98]}, "bbox": [-112.712833, 41.8725, -112.712833, 41.8725]}, {"id": "2084", "type": "Feature", "properties": {"id": "ak16903609", "mag": 2.1, "time": 1506365025587, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8085, 63.1578, 132.2]}, "bbox": [-150.8085, 63.1578, -150.8085, 63.1578]}, {"id": "2085", "type": "Feature", "properties": {"id": "ci38010400", "mag": 1.04, "time": 1506364534100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790833, 33.495667, 4.4]}, "bbox": [-116.790833, 33.495667, -116.790833, 33.495667]}, {"id": "2086", "type": "Feature", "properties": {"id": "nn00606969", "mag": 1.1, "time": 1506364516065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.689, 40.0864, 4.7]}, "bbox": [-119.689, 40.0864, -119.689, 40.0864]}, {"id": "2087", "type": "Feature", "properties": {"id": "ak16903599", "mag": 2.5, "time": 1506364456407, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8848, 59.5329, 96.9]}, "bbox": [-152.8848, 59.5329, -152.8848, 59.5329]}, {"id": "2088", "type": "Feature", "properties": {"id": "mb80257649", "mag": 1.4, "time": 1506364202040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.866667, 10.23]}, "bbox": [-112.5255, 46.866667, -112.5255, 46.866667]}, {"id": "2089", "type": "Feature", "properties": {"id": "nc72898846", "mag": 1.62, "time": 1506364136870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.781833, 36.209, 7.55]}, "bbox": [-120.781833, 36.209, -120.781833, 36.209]}, {"id": "2090", "type": "Feature", "properties": {"id": "ak16903591", "mag": 1.5, "time": 1506363943453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7347, 60.3302, 112.7]}, "bbox": [-152.7347, 60.3302, -152.7347, 60.3302]}, {"id": "2091", "type": "Feature", "properties": {"id": "mb80257644", "mag": 1.05, "time": 1506363692190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8665, 10.3]}, "bbox": [-112.525167, 46.8665, -112.525167, 46.8665]}, {"id": "2092", "type": "Feature", "properties": {"id": "ci38010376", "mag": 1.42, "time": 1506363664230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.4945, 4.5]}, "bbox": [-116.792667, 33.4945, -116.792667, 33.4945]}, {"id": "2093", "type": "Feature", "properties": {"id": "us2000aufz", "mag": 5.1, "time": 1506363043200, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [106.3876, -5.9298, 150.05]}, "bbox": [106.3876, -5.9298, 106.3876, -5.9298]}, {"id": "2094", "type": "Feature", "properties": {"id": "nc72898836", "mag": 1.32, "time": 1506362896010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104, 37.324, -0.31]}, "bbox": [-122.104, 37.324, -122.104, 37.324]}, {"id": "2095", "type": "Feature", "properties": {"id": "ak16903584", "mag": 1.0, "time": 1506362694028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.2167, 63.9342, 1.9]}, "bbox": [-138.2167, 63.9342, -138.2167, 63.9342]}, {"id": "2096", "type": "Feature", "properties": {"id": "mb80257639", "mag": 1.36, "time": 1506362284340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.615667, 46.316833, -2.0]}, "bbox": [-111.615667, 46.316833, -111.615667, 46.316833]}, {"id": "2097", "type": "Feature", "properties": {"id": "ak16903579", "mag": 2.0, "time": 1506362237262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1637, 59.6819, 106.7]}, "bbox": [-153.1637, 59.6819, -153.1637, 59.6819]}, {"id": "2098", "type": "Feature", "properties": {"id": "nc72898821", "mag": 1.99, "time": 1506361978590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.778667, 36.215667, 8.08]}, "bbox": [-120.778667, 36.215667, -120.778667, 36.215667]}, {"id": "2099", "type": "Feature", "properties": {"id": "us2000auf8", "mag": 3.0, "time": 1506361091820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.3303, 40.4414, 11.43]}, "bbox": [-127.3303, 40.4414, -127.3303, 40.4414]}, {"id": "2100", "type": "Feature", "properties": {"id": "ci38010336", "mag": 2.11, "time": 1506360496580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.486667, 3.04]}, "bbox": [-116.797167, 33.486667, -116.797167, 33.486667]}, {"id": "2101", "type": "Feature", "properties": {"id": "ak16988686", "mag": 1.5, "time": 1506360479843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7769, 51.9886, 24.6]}, "bbox": [-174.7769, 51.9886, -174.7769, 51.9886]}, {"id": "2102", "type": "Feature", "properties": {"id": "ci38010328", "mag": 1.51, "time": 1506359920880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.977, 33.995333, 18.14]}, "bbox": [-116.977, 33.995333, -116.977, 33.995333]}, {"id": "2103", "type": "Feature", "properties": {"id": "ak16988684", "mag": 1.6, "time": 1506359020522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4355, 59.7613, 127.9]}, "bbox": [-153.4355, 59.7613, -153.4355, 59.7613]}, {"id": "2104", "type": "Feature", "properties": {"id": "nc72898791", "mag": 1.48, "time": 1506357667280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.679333, 40.288667, 4.66]}, "bbox": [-121.679333, 40.288667, -121.679333, 40.288667]}, {"id": "2105", "type": "Feature", "properties": {"id": "nc72898786", "mag": 1.55, "time": 1506357321970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.322, 35.752333, 11.93]}, "bbox": [-120.322, 35.752333, -120.322, 35.752333]}, {"id": "2106", "type": "Feature", "properties": {"id": "nc72898781", "mag": 1.12, "time": 1506356229990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.794833, 2.79]}, "bbox": [-122.811333, 38.794833, -122.811333, 38.794833]}, {"id": "2107", "type": "Feature", "properties": {"id": "ci38010256", "mag": 1.04, "time": 1506354566340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.858833, 33.8575, 16.19]}, "bbox": [-116.858833, 33.8575, -116.858833, 33.8575]}, {"id": "2108", "type": "Feature", "properties": {"id": "ci38010272", "mag": 2.41, "time": 1506354509850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9285, 31.688833, 11.63]}, "bbox": [-115.9285, 31.688833, -115.9285, 31.688833]}, {"id": "2109", "type": "Feature", "properties": {"id": "mb80257609", "mag": 1.3, "time": 1506354504500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534667, 46.896, 11.48]}, "bbox": [-112.534667, 46.896, -112.534667, 46.896]}, {"id": "2110", "type": "Feature", "properties": {"id": "mb80257604", "mag": 1.12, "time": 1506354406140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.867, 11.31]}, "bbox": [-112.531833, 46.867, -112.531833, 46.867]}, {"id": "2111", "type": "Feature", "properties": {"id": "ak16902391", "mag": 1.7, "time": 1506354336298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8601, 62.0271, 60.3]}, "bbox": [-150.8601, 62.0271, -150.8601, 62.0271]}, {"id": "2112", "type": "Feature", "properties": {"id": "ak16902390", "mag": 1.1, "time": 1506354175816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3984, 60.1663, 0.0]}, "bbox": [-141.3984, 60.1663, -141.3984, 60.1663]}, {"id": "2113", "type": "Feature", "properties": {"id": "ak16901812", "mag": 1.4, "time": 1506353222973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1565, 60.3908, 0.4]}, "bbox": [-143.1565, 60.3908, -143.1565, 60.3908]}, {"id": "2114", "type": "Feature", "properties": {"id": "ak16901813", "mag": 1.3, "time": 1506353183037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6264, 58.8255, 1.4]}, "bbox": [-153.6264, 58.8255, -153.6264, 58.8255]}, {"id": "2115", "type": "Feature", "properties": {"id": "ak16901809", "mag": 2.0, "time": 1506352267382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0949, 59.636, 10.7]}, "bbox": [-150.0949, 59.636, -150.0949, 59.636]}, {"id": "2116", "type": "Feature", "properties": {"id": "us2000aucr", "mag": 4.6, "time": 1506352047620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.4691, -14.8531, 132.07]}, "bbox": [167.4691, -14.8531, 167.4691, -14.8531]}, {"id": "2117", "type": "Feature", "properties": {"id": "ak16901806", "mag": 1.8, "time": 1506351538258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8449, 59.8126, 1.3]}, "bbox": [-136.8449, 59.8126, -136.8449, 59.8126]}, {"id": "2118", "type": "Feature", "properties": {"id": "mb80257594", "mag": 0.98, "time": 1506349616550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.870833, 11.0]}, "bbox": [-112.521333, 46.870833, -112.521333, 46.870833]}, {"id": "2119", "type": "Feature", "properties": {"id": "ci38010208", "mag": 1.21, "time": 1506348868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.552, 33.526167, 13.79]}, "bbox": [-116.552, 33.526167, -116.552, 33.526167]}, {"id": "2120", "type": "Feature", "properties": {"id": "ak16901226", "mag": 1.1, "time": 1506348768479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2671, 59.9538, 54.3]}, "bbox": [-151.2671, 59.9538, -151.2671, 59.9538]}, {"id": "2121", "type": "Feature", "properties": {"id": "us2000aubr", "mag": 4.6, "time": 1506348737440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.0258, -12.6224, 229.97]}, "bbox": [167.0258, -12.6224, 167.0258, -12.6224]}, {"id": "2122", "type": "Feature", "properties": {"id": "ci38010200", "mag": 1.19, "time": 1506348702870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.953833, 34.8405, 11.97]}, "bbox": [-118.953833, 34.8405, -118.953833, 34.8405]}, {"id": "2123", "type": "Feature", "properties": {"id": "us2000aubf", "mag": 4.4, "time": 1506348571430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1777, 15.5423, 60.99]}, "bbox": [-94.1777, 15.5423, -94.1777, 15.5423]}, {"id": "2124", "type": "Feature", "properties": {"id": "nc72898721", "mag": 1.03, "time": 1506348240990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838333, 38.837334, 1.55]}, "bbox": [-122.838333, 38.837334, -122.838333, 38.837334]}, {"id": "2125", "type": "Feature", "properties": {"id": "ak16901214", "mag": 2.7, "time": 1506348231637, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0448, 63.3492, 76.8]}, "bbox": [-147.0448, 63.3492, -147.0448, 63.3492]}, {"id": "2126", "type": "Feature", "properties": {"id": "us2000aub9", "mag": 4.3, "time": 1506347727000, "felt": 65.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.99, -32.683, 24.0]}, "bbox": [-71.99, -32.683, -71.99, -32.683]}, {"id": "2127", "type": "Feature", "properties": {"id": "nc72898706", "mag": 1.78, "time": 1506347531490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838, 38.837833, 1.83]}, "bbox": [-122.838, 38.837833, -122.838, 38.837833]}, {"id": "2128", "type": "Feature", "properties": {"id": "ci38010176", "mag": 0.96, "time": 1506346983830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.271667, 33.976667, 5.12]}, "bbox": [-116.271667, 33.976667, -116.271667, 33.976667]}, {"id": "2129", "type": "Feature", "properties": {"id": "us2000aubt", "mag": 4.7, "time": 1506346771440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6657, -38.3887, 23.0]}, "bbox": [178.6657, -38.3887, 178.6657, -38.3887]}, {"id": "2130", "type": "Feature", "properties": {"id": "ak16988672", "mag": 1.9, "time": 1506346449512, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.0765, 51.5898, 46.8]}, "bbox": [-177.0765, 51.5898, -177.0765, 51.5898]}, {"id": "2131", "type": "Feature", "properties": {"id": "ak16901206", "mag": 2.2, "time": 1506346185448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7016, 61.5212, 15.4]}, "bbox": [-140.7016, 61.5212, -140.7016, 61.5212]}, {"id": "2132", "type": "Feature", "properties": {"id": "ak16901204", "mag": 1.6, "time": 1506346082012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4545, 63.1289, 110.5]}, "bbox": [-150.4545, 63.1289, -150.4545, 63.1289]}, {"id": "2133", "type": "Feature", "properties": {"id": "nc72898686", "mag": 1.5, "time": 1506345854120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.787167, 36.211667, 7.46]}, "bbox": [-120.787167, 36.211667, -120.787167, 36.211667]}, {"id": "2134", "type": "Feature", "properties": {"id": "ak16988669", "mag": 1.8, "time": 1506344531244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.2595, 53.699, 44.2]}, "bbox": [-165.2595, 53.699, -165.2595, 53.699]}, {"id": "2135", "type": "Feature", "properties": {"id": "ak16901203", "mag": 1.5, "time": 1506343558401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1793, 57.6776, 1.1]}, "bbox": [-156.1793, 57.6776, -156.1793, 57.6776]}, {"id": "2136", "type": "Feature", "properties": {"id": "nc72898666", "mag": 1.04, "time": 1506343096950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862667, 37.613167, 7.06]}, "bbox": [-118.862667, 37.613167, -118.862667, 37.613167]}, {"id": "2137", "type": "Feature", "properties": {"id": "ak16900637", "mag": 2.0, "time": 1506342621159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2424, 60.321, 83.8]}, "bbox": [-152.2424, 60.321, -152.2424, 60.321]}, {"id": "2138", "type": "Feature", "properties": {"id": "ci38010152", "mag": 1.32, "time": 1506342413630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.241667, 34.439, 7.98]}, "bbox": [-119.241667, 34.439, -119.241667, 34.439]}, {"id": "2139", "type": "Feature", "properties": {"id": "us2000aua8", "mag": 4.6, "time": 1506342291600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.282, -28.2916, 30.33]}, "bbox": [-71.282, -28.2916, -71.282, -28.2916]}, {"id": "2140", "type": "Feature", "properties": {"id": "nc72898661", "mag": 1.86, "time": 1506342035450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.000167, 36.431, -0.28]}, "bbox": [-121.000167, 36.431, -121.000167, 36.431]}, {"id": "2141", "type": "Feature", "properties": {"id": "ci38010136", "mag": 1.46, "time": 1506341314650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.559, 35.341833, 7.37]}, "bbox": [-118.559, 35.341833, -118.559, 35.341833]}, {"id": "2142", "type": "Feature", "properties": {"id": "ak16900622", "mag": 1.0, "time": 1506340661643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7013, 64.8764, 7.9]}, "bbox": [-156.7013, 64.8764, -156.7013, 64.8764]}, {"id": "2143", "type": "Feature", "properties": {"id": "us2000b0h7", "mag": 4.2, "time": 1506340490190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.5087, 34.8799, 210.56]}, "bbox": [138.5087, 34.8799, 138.5087, 34.8799]}, {"id": "2144", "type": "Feature", "properties": {"id": "nc72898636", "mag": 1.46, "time": 1506340210490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.256667, 36.100167, 9.6]}, "bbox": [-120.256667, 36.100167, -120.256667, 36.100167]}, {"id": "2145", "type": "Feature", "properties": {"id": "us2000b0hp", "mag": 4.2, "time": 1506340162430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4582, -17.8551, 595.96]}, "bbox": [-178.4582, -17.8551, -178.4582, -17.8551]}, {"id": "2146", "type": "Feature", "properties": {"id": "us2000au9u", "mag": 4.6, "time": 1506340077990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4978, -17.9975, 539.99]}, "bbox": [-178.4978, -17.9975, -178.4978, -17.9975]}, {"id": "2147", "type": "Feature", "properties": {"id": "ak16988664", "mag": 1.8, "time": 1506339965395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4489, 51.676, 14.4]}, "bbox": [-178.4489, 51.676, -178.4489, 51.676]}, {"id": "2148", "type": "Feature", "properties": {"id": "hv61920741", "mag": 2.06, "time": 1506339899560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473667, 19.201667, 36.657]}, "bbox": [-155.473667, 19.201667, -155.473667, 19.201667]}, {"id": "2149", "type": "Feature", "properties": {"id": "ci38010120", "mag": 0.99, "time": 1506339434380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.471167, 34.247833, 12.2]}, "bbox": [-117.471167, 34.247833, -117.471167, 34.247833]}, {"id": "2150", "type": "Feature", "properties": {"id": "ak16900621", "mag": 1.0, "time": 1506338627047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3115, 62.9535, 74.5]}, "bbox": [-149.3115, 62.9535, -149.3115, 62.9535]}, {"id": "2151", "type": "Feature", "properties": {"id": "nc72898616", "mag": 2.36, "time": 1506338018430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.938333, 37.838667, 4.07]}, "bbox": [-119.938333, 37.838667, -119.938333, 37.838667]}, {"id": "2152", "type": "Feature", "properties": {"id": "hv61920671", "mag": 1.81, "time": 1506336741780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.023667, 19.815, 11.479]}, "bbox": [-156.023667, 19.815, -156.023667, 19.815]}, {"id": "2153", "type": "Feature", "properties": {"id": "mb80257584", "mag": 1.42, "time": 1506336624590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.869333, 11.15]}, "bbox": [-112.521667, 46.869333, -112.521667, 46.869333]}, {"id": "2154", "type": "Feature", "properties": {"id": "ak16900062", "mag": 1.8, "time": 1506336050720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8893, 60.3211, 15.1]}, "bbox": [-146.8893, 60.3211, -146.8893, 60.3211]}, {"id": "2155", "type": "Feature", "properties": {"id": "ci38010104", "mag": 1.06, "time": 1506335970890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7915, 33.506667, 6.39]}, "bbox": [-116.7915, 33.506667, -116.7915, 33.506667]}, {"id": "2156", "type": "Feature", "properties": {"id": "nc72898601", "mag": 0.95, "time": 1506335637390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6475, 37.476667, 8.18]}, "bbox": [-118.6475, 37.476667, -118.6475, 37.476667]}, {"id": "2157", "type": "Feature", "properties": {"id": "nc72898596", "mag": 1.23, "time": 1506335593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2805, 36.094, 6.76]}, "bbox": [-120.2805, 36.094, -120.2805, 36.094]}, {"id": "2158", "type": "Feature", "properties": {"id": "nc72898591", "mag": 1.04, "time": 1506335405570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.839333, 38.843166, 3.5]}, "bbox": [-122.839333, 38.843166, -122.839333, 38.843166]}, {"id": "2159", "type": "Feature", "properties": {"id": "us2000au8v", "mag": 4.9, "time": 1506334920720, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9741, -3.5898, 72.65]}, "bbox": [139.9741, -3.5898, 139.9741, -3.5898]}, {"id": "2160", "type": "Feature", "properties": {"id": "nn00606909", "mag": 1.4, "time": 1506334911790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.943, 37.551, 8.3]}, "bbox": [-117.943, 37.551, -117.943, 37.551]}, {"id": "2161", "type": "Feature", "properties": {"id": "mb80257579", "mag": 1.3, "time": 1506333510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872333, 11.79]}, "bbox": [-112.523833, 46.872333, -112.523833, 46.872333]}, {"id": "2162", "type": "Feature", "properties": {"id": "mb80257574", "mag": 0.99, "time": 1506333384010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.875167, 11.91]}, "bbox": [-112.523, 46.875167, -112.523, 46.875167]}, {"id": "2163", "type": "Feature", "properties": {"id": "us2000au8b", "mag": 5.0, "time": 1506332531610, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.0023, -5.3939, 63.28]}, "bbox": [154.0023, -5.3939, 154.0023, -5.3939]}, {"id": "2164", "type": "Feature", "properties": {"id": "ak16899481", "mag": 1.2, "time": 1506332463619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8097, 60.337, 8.5]}, "bbox": [-139.8097, 60.337, -139.8097, 60.337]}, {"id": "2165", "type": "Feature", "properties": {"id": "ak16899478", "mag": 2.7, "time": 1506332457083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9674, 51.7565, 11.0]}, "bbox": [-177.9674, 51.7565, -177.9674, 51.7565]}, {"id": "2166", "type": "Feature", "properties": {"id": "ak16899480", "mag": 2.7, "time": 1506332456973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9649, 51.7427, 10.3]}, "bbox": [-177.9649, 51.7427, -177.9649, 51.7427]}, {"id": "2167", "type": "Feature", "properties": {"id": "nc72898561", "mag": 1.34, "time": 1506332073270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.401667, 37.650667, 3.17]}, "bbox": [-121.401667, 37.650667, -121.401667, 37.650667]}, {"id": "2168", "type": "Feature", "properties": {"id": "mb80257569", "mag": 2.91, "time": 1506332057970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.879333, 11.49]}, "bbox": [-112.525833, 46.879333, -112.525833, 46.879333]}, {"id": "2169", "type": "Feature", "properties": {"id": "nn00606905", "mag": 1.5, "time": 1506331668203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9249, 38.3947, 7.3]}, "bbox": [-118.9249, 38.3947, -118.9249, 38.3947]}, {"id": "2170", "type": "Feature", "properties": {"id": "ci38010072", "mag": 1.11, "time": 1506331415690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790167, 33.497667, 5.47]}, "bbox": [-116.790167, 33.497667, -116.790167, 33.497667]}, {"id": "2171", "type": "Feature", "properties": {"id": "ak16988657", "mag": 1.9, "time": 1506331001341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4079, 51.6208, 15.5]}, "bbox": [-178.4079, 51.6208, -178.4079, 51.6208]}, {"id": "2172", "type": "Feature", "properties": {"id": "ak16899468", "mag": 1.4, "time": 1506330891437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3579, 60.2131, 58.5]}, "bbox": [-151.3579, 60.2131, -151.3579, 60.2131]}, {"id": "2173", "type": "Feature", "properties": {"id": "ak16899467", "mag": 1.1, "time": 1506330692323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4142, 68.5865, 13.2]}, "bbox": [-147.4142, 68.5865, -147.4142, 68.5865]}, {"id": "2174", "type": "Feature", "properties": {"id": "ak16899465", "mag": 1.0, "time": 1506330113229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.991, 61.1695, 1.9]}, "bbox": [-139.991, 61.1695, -139.991, 61.1695]}, {"id": "2175", "type": "Feature", "properties": {"id": "nn00606904", "mag": 2.5, "time": 1506329813575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1098, 39.0988, 9.7]}, "bbox": [-118.1098, 39.0988, -118.1098, 39.0988]}, {"id": "2176", "type": "Feature", "properties": {"id": "ak16899462", "mag": 1.3, "time": 1506329610880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9036, 64.8595, 12.5]}, "bbox": [-148.9036, 64.8595, -148.9036, 64.8595]}, {"id": "2177", "type": "Feature", "properties": {"id": "ci38010048", "mag": 1.15, "time": 1506329091670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.815, 33.9555, 13.94]}, "bbox": [-118.815, 33.9555, -118.815, 33.9555]}, {"id": "2178", "type": "Feature", "properties": {"id": "us2000au7c", "mag": 3.5, "time": 1506329082460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5238, 46.8486, 10.68]}, "bbox": [-112.5238, 46.8486, -112.5238, 46.8486]}, {"id": "2179", "type": "Feature", "properties": {"id": "ci38010040", "mag": 1.01, "time": 1506328796420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.568, 35.1735, 8.56]}, "bbox": [-118.568, 35.1735, -118.568, 35.1735]}, {"id": "2180", "type": "Feature", "properties": {"id": "nn00606901", "mag": 1.2, "time": 1506328748981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8911, 38.3811, 7.8]}, "bbox": [-118.8911, 38.3811, -118.8911, 38.3811]}, {"id": "2181", "type": "Feature", "properties": {"id": "ak16898909", "mag": 1.4, "time": 1506327817672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2932, 60.6736, 39.3]}, "bbox": [-150.2932, 60.6736, -150.2932, 60.6736]}, {"id": "2182", "type": "Feature", "properties": {"id": "ak16988651", "mag": 1.6, "time": 1506327629626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8348, 59.5881, 89.7]}, "bbox": [-152.8348, 59.5881, -152.8348, 59.5881]}, {"id": "2183", "type": "Feature", "properties": {"id": "uu60249397", "mag": 2.17, "time": 1506327209020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448333, 38.993, -0.41]}, "bbox": [-111.448333, 38.993, -111.448333, 38.993]}, {"id": "2184", "type": "Feature", "properties": {"id": "ak16898901", "mag": 1.1, "time": 1506326924743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6407, 58.3143, 7.7]}, "bbox": [-154.6407, 58.3143, -154.6407, 58.3143]}, {"id": "2185", "type": "Feature", "properties": {"id": "us2000au6h", "mag": 4.7, "time": 1506326546500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.4008, -4.8417, 219.24]}, "bbox": [129.4008, -4.8417, 129.4008, -4.8417]}, {"id": "2186", "type": "Feature", "properties": {"id": "uu60249392", "mag": 1.79, "time": 1506326456200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448, 42.620667, 6.55]}, "bbox": [-111.448, 42.620667, -111.448, 42.620667]}, {"id": "2187", "type": "Feature", "properties": {"id": "ismpkansas70235773", "mag": 2.04, "time": 1506326285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.968667, 37.281833, 5.0]}, "bbox": [-97.968667, 37.281833, -97.968667, 37.281833]}, {"id": "2188", "type": "Feature", "properties": {"id": "us2000au5z", "mag": 4.4, "time": 1506325840560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7801, 14.8764, 57.41]}, "bbox": [-93.7801, 14.8764, -93.7801, 14.8764]}, {"id": "2189", "type": "Feature", "properties": {"id": "nc72898491", "mag": 0.95, "time": 1506325310440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818667, 37.478667, 0.05]}, "bbox": [-118.818667, 37.478667, -118.818667, 37.478667]}, {"id": "2190", "type": "Feature", "properties": {"id": "nc72898486", "mag": 1.27, "time": 1506324949470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 37.479333, 0.19]}, "bbox": [-118.8175, 37.479333, -118.8175, 37.479333]}, {"id": "2191", "type": "Feature", "properties": {"id": "ak16898346", "mag": 2.1, "time": 1506324898662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5224, 64.5882, 8.3]}, "bbox": [-160.5224, 64.5882, -160.5224, 64.5882]}, {"id": "2192", "type": "Feature", "properties": {"id": "us2000au5p", "mag": 4.4, "time": 1506324432650, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.5244, -30.022, 35.0]}, "bbox": [-71.5244, -30.022, -71.5244, -30.022]}, {"id": "2193", "type": "Feature", "properties": {"id": "us2000au5l", "mag": 4.5, "time": 1506324225060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1793, 15.5215, 66.49]}, "bbox": [-94.1793, 15.5215, -94.1793, 15.5215]}, {"id": "2194", "type": "Feature", "properties": {"id": "nc72898461", "mag": 1.64, "time": 1506323849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818167, 37.478667, 0.73]}, "bbox": [-118.818167, 37.478667, -118.818167, 37.478667]}, {"id": "2195", "type": "Feature", "properties": {"id": "us2000au5i", "mag": 4.6, "time": 1506323785060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [106.9645, -8.3755, 34.69]}, "bbox": [106.9645, -8.3755, 106.9645, -8.3755]}, {"id": "2196", "type": "Feature", "properties": {"id": "nc72898456", "mag": 1.01, "time": 1506323761220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.478167, 0.69]}, "bbox": [-118.818833, 37.478167, -118.818833, 37.478167]}, {"id": "2197", "type": "Feature", "properties": {"id": "nn00606939", "mag": 1.6, "time": 1506320868071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5993, 41.6963, 11.8]}, "bbox": [-119.5993, 41.6963, -119.5993, 41.6963]}, {"id": "2198", "type": "Feature", "properties": {"id": "ak16988646", "mag": 1.6, "time": 1506320845663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7721, 59.5535, 80.8]}, "bbox": [-152.7721, 59.5535, -152.7721, 59.5535]}, {"id": "2199", "type": "Feature", "properties": {"id": "ci38009968", "mag": 1.23, "time": 1506320510170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.738333, 33.655, 17.08]}, "bbox": [-116.738333, 33.655, -116.738333, 33.655]}, {"id": "2200", "type": "Feature", "properties": {"id": "us2000au57", "mag": 5.0, "time": 1506320285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7407, -59.0289, 23.15]}, "bbox": [-25.7407, -59.0289, -25.7407, -59.0289]}, {"id": "2201", "type": "Feature", "properties": {"id": "nn00606937", "mag": 1.7, "time": 1506320281288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.604, 41.7004, 6.9]}, "bbox": [-119.604, 41.7004, -119.604, 41.7004]}, {"id": "2202", "type": "Feature", "properties": {"id": "mb80257544", "mag": 1.02, "time": 1506320165840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.538333, 46.891333, 11.64]}, "bbox": [-112.538333, 46.891333, -112.538333, 46.891333]}, {"id": "2203", "type": "Feature", "properties": {"id": "ak16897784", "mag": 1.7, "time": 1506319825200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9967, 59.5158, 86.0]}, "bbox": [-152.9967, 59.5158, -152.9967, 59.5158]}, {"id": "2204", "type": "Feature", "properties": {"id": "ak16897782", "mag": 1.0, "time": 1506319406475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2438, 65.7781, 4.0]}, "bbox": [-155.2438, 65.7781, -155.2438, 65.7781]}, {"id": "2205", "type": "Feature", "properties": {"id": "ak16897779", "mag": 1.8, "time": 1506318873463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4148, 69.0584, 10.9]}, "bbox": [-146.4148, 69.0584, -146.4148, 69.0584]}, {"id": "2206", "type": "Feature", "properties": {"id": "nc72898431", "mag": 2.32, "time": 1506318557110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.909, 37.334167, 8.51]}, "bbox": [-117.909, 37.334167, -117.909, 37.334167]}, {"id": "2207", "type": "Feature", "properties": {"id": "nc72898406", "mag": 1.9, "time": 1506317549980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.705833, 39.697, 8.09]}, "bbox": [-122.705833, 39.697, -122.705833, 39.697]}, {"id": "2208", "type": "Feature", "properties": {"id": "ak16988640", "mag": 1.4, "time": 1506317208929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0479, 57.5544, 76.8]}, "bbox": [-155.0479, 57.5544, -155.0479, 57.5544]}, {"id": "2209", "type": "Feature", "properties": {"id": "ak16988639", "mag": 1.2, "time": 1506316463527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9489, 61.4034, 66.1]}, "bbox": [-150.9489, 61.4034, -150.9489, 61.4034]}, {"id": "2210", "type": "Feature", "properties": {"id": "nn00606934", "mag": 1.4, "time": 1506315296099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8855, 37.2234, 7.0]}, "bbox": [-116.8855, 37.2234, -116.8855, 37.2234]}, {"id": "2211", "type": "Feature", "properties": {"id": "us2000b0hn", "mag": 4.2, "time": 1506314791590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.4466, -60.0959, 87.69]}, "bbox": [-27.4466, -60.0959, -27.4466, -60.0959]}, {"id": "2212", "type": "Feature", "properties": {"id": "nc72898391", "mag": 0.97, "time": 1506314750800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.800999, 1.95]}, "bbox": [-122.80867, 38.800999, -122.80867, 38.800999]}, {"id": "2213", "type": "Feature", "properties": {"id": "nc72898386", "mag": 2.07, "time": 1506314732630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810833, 38.797667, 3.49]}, "bbox": [-122.810833, 38.797667, -122.810833, 38.797667]}, {"id": "2214", "type": "Feature", "properties": {"id": "nc72898381", "mag": 1.3, "time": 1506314425330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1325, 38.050167, 2.51]}, "bbox": [-119.1325, 38.050167, -119.1325, 38.050167]}, {"id": "2215", "type": "Feature", "properties": {"id": "ak16897226", "mag": 1.1, "time": 1506314336648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1369, 63.4162, 5.3]}, "bbox": [-145.1369, 63.4162, -145.1369, 63.4162]}, {"id": "2216", "type": "Feature", "properties": {"id": "us2000au3u", "mag": 4.3, "time": 1506313752770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7839, 15.5489, 36.62]}, "bbox": [-94.7839, 15.5489, -94.7839, 15.5489]}, {"id": "2217", "type": "Feature", "properties": {"id": "ak16897223", "mag": 1.5, "time": 1506313722965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5906, 61.3427, 45.2]}, "bbox": [-150.5906, 61.3427, -150.5906, 61.3427]}, {"id": "2218", "type": "Feature", "properties": {"id": "ak16897221", "mag": 1.1, "time": 1506313193707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.457, 63.4294, 4.6]}, "bbox": [-151.457, 63.4294, -151.457, 63.4294]}, {"id": "2219", "type": "Feature", "properties": {"id": "ak16988635", "mag": 1.2, "time": 1506312840546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0928, 61.1303, 26.5]}, "bbox": [-148.0928, 61.1303, -148.0928, 61.1303]}, {"id": "2220", "type": "Feature", "properties": {"id": "ak16988634", "mag": 1.1, "time": 1506312758288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7179, 62.8463, 7.1]}, "bbox": [-151.7179, 62.8463, -151.7179, 62.8463]}, {"id": "2221", "type": "Feature", "properties": {"id": "nc72898366", "mag": 1.09, "time": 1506312288130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797501, 38.824165, 1.31]}, "bbox": [-122.797501, 38.824165, -122.797501, 38.824165]}, {"id": "2222", "type": "Feature", "properties": {"id": "ak16897219", "mag": 1.1, "time": 1506311801540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8303, 63.2243, 16.3]}, "bbox": [-153.8303, 63.2243, -153.8303, 63.2243]}, {"id": "2223", "type": "Feature", "properties": {"id": "uw61333436", "mag": 1.41, "time": 1506311554000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.943833, 48.589333, 4.05]}, "bbox": [-119.943833, 48.589333, -119.943833, 48.589333]}, {"id": "2224", "type": "Feature", "properties": {"id": "ak16896672", "mag": 2.4, "time": 1506311539840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6826, 63.2689, 133.7]}, "bbox": [-150.6826, 63.2689, -150.6826, 63.2689]}, {"id": "2225", "type": "Feature", "properties": {"id": "ci38009904", "mag": 1.71, "time": 1506311193160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.813167, 34.048833, 13.41]}, "bbox": [-116.813167, 34.048833, -116.813167, 34.048833]}, {"id": "2226", "type": "Feature", "properties": {"id": "ak16896671", "mag": 1.0, "time": 1506310652342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6095, 62.9432, 11.3]}, "bbox": [-148.6095, 62.9432, -148.6095, 62.9432]}, {"id": "2227", "type": "Feature", "properties": {"id": "ci38009840", "mag": 1.15, "time": 1506308854410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.765333, 33.325667, 12.51]}, "bbox": [-116.765333, 33.325667, -116.765333, 33.325667]}, {"id": "2228", "type": "Feature", "properties": {"id": "ak16896670", "mag": 1.3, "time": 1506308756498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6787, 59.995, 9.3]}, "bbox": [-141.6787, 59.995, -141.6787, 59.995]}, {"id": "2229", "type": "Feature", "properties": {"id": "ak16896669", "mag": 1.3, "time": 1506308490557, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.667, 59.9936, 9.8]}, "bbox": [-141.667, 59.9936, -141.667, 59.9936]}, {"id": "2230", "type": "Feature", "properties": {"id": "hv61920451", "mag": 2.11, "time": 1506307247260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.050167, 19.765, 47.26]}, "bbox": [-155.050167, 19.765, -155.050167, 19.765]}, {"id": "2231", "type": "Feature", "properties": {"id": "ak16896663", "mag": 1.7, "time": 1506306347139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.57, 59.4416, 74.8]}, "bbox": [-152.57, 59.4416, -152.57, 59.4416]}, {"id": "2232", "type": "Feature", "properties": {"id": "ak16896659", "mag": 1.5, "time": 1506306011000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5629, 61.3391, 37.0]}, "bbox": [-149.5629, 61.3391, -149.5629, 61.3391]}, {"id": "2233", "type": "Feature", "properties": {"id": "ak16896656", "mag": 1.3, "time": 1506306004481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1978, 60.2569, 10.7]}, "bbox": [-141.1978, 60.2569, -141.1978, 60.2569]}, {"id": "2234", "type": "Feature", "properties": {"id": "ak16896653", "mag": 1.8, "time": 1506305432732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6915, 61.3592, 87.6]}, "bbox": [-151.6915, 61.3592, -151.6915, 61.3592]}, {"id": "2235", "type": "Feature", "properties": {"id": "ak16988622", "mag": 2.2, "time": 1506305398552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4539, 55.424, 127.9]}, "bbox": [-162.4539, 55.424, -162.4539, 55.424]}, {"id": "2236", "type": "Feature", "properties": {"id": "nc72898321", "mag": 0.97, "time": 1506303023560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.470667, 1.2]}, "bbox": [-118.821, 37.470667, -118.821, 37.470667]}, {"id": "2237", "type": "Feature", "properties": {"id": "ci38009824", "mag": 1.77, "time": 1506302722490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.721333, 32.171167, -0.08]}, "bbox": [-115.721333, 32.171167, -115.721333, 32.171167]}, {"id": "2238", "type": "Feature", "properties": {"id": "us2000au34", "mag": 4.2, "time": 1506301011430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6458, 15.9582, 41.89]}, "bbox": [-94.6458, 15.9582, -94.6458, 15.9582]}, {"id": "2239", "type": "Feature", "properties": {"id": "nc72898311", "mag": 1.53, "time": 1506300409700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.760333, 38.787333, 2.66]}, "bbox": [-122.760333, 38.787333, -122.760333, 38.787333]}, {"id": "2240", "type": "Feature", "properties": {"id": "nc72898316", "mag": 1.17, "time": 1506300389070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.902833, 37.434167, 1.61]}, "bbox": [-118.902833, 37.434167, -118.902833, 37.434167]}, {"id": "2241", "type": "Feature", "properties": {"id": "uu60249337", "mag": 1.05, "time": 1506300187150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028, 44.797667, 10.68]}, "bbox": [-111.028, 44.797667, -111.028, 44.797667]}, {"id": "2242", "type": "Feature", "properties": {"id": "ak16896106", "mag": 1.8, "time": 1506299319432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0832, 61.9049, 66.6]}, "bbox": [-151.0832, 61.9049, -151.0832, 61.9049]}, {"id": "2243", "type": "Feature", "properties": {"id": "ak16895566", "mag": 1.9, "time": 1506298140072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9051, 57.7026, 76.6]}, "bbox": [-154.9051, 57.7026, -154.9051, 57.7026]}, {"id": "2244", "type": "Feature", "properties": {"id": "ak16988619", "mag": 1.6, "time": 1506298131890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9559, 60.0816, 113.8]}, "bbox": [-152.9559, 60.0816, -152.9559, 60.0816]}, {"id": "2245", "type": "Feature", "properties": {"id": "nn00606884", "mag": 1.4, "time": 1506297047630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0863, 37.3768, 7.7]}, "bbox": [-117.0863, 37.3768, -117.0863, 37.3768]}, {"id": "2246", "type": "Feature", "properties": {"id": "us2000au2t", "mag": 4.6, "time": 1506295898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.3868, 31.2471, 159.23]}, "bbox": [130.3868, 31.2471, 130.3868, 31.2471]}, {"id": "2247", "type": "Feature", "properties": {"id": "us2000au2s", "mag": 4.7, "time": 1506295771740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3651, 15.6767, 54.03]}, "bbox": [-94.3651, 15.6767, -94.3651, 15.6767]}, {"id": "2248", "type": "Feature", "properties": {"id": "uu60249317", "mag": 2.04, "time": 1506295039370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.575667, 3.5]}, "bbox": [-111.424667, 42.575667, -111.424667, 42.575667]}, {"id": "2249", "type": "Feature", "properties": {"id": "ak16935438", "mag": 1.4, "time": 1506294396969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.934, 60.3588, 65.2]}, "bbox": [-150.934, 60.3588, -150.934, 60.3588]}, {"id": "2250", "type": "Feature", "properties": {"id": "nc72898291", "mag": 1.5, "time": 1506294312930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799167, 37.544833, 8.63]}, "bbox": [-118.799167, 37.544833, -118.799167, 37.544833]}, {"id": "2251", "type": "Feature", "properties": {"id": "ak16895561", "mag": 1.1, "time": 1506294004090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0019, 62.1675, 14.1]}, "bbox": [-150.0019, 62.1675, -150.0019, 62.1675]}, {"id": "2252", "type": "Feature", "properties": {"id": "ak16895559", "mag": 1.7, "time": 1506293152617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9808, 60.2626, 58.2]}, "bbox": [-150.9808, 60.2626, -150.9808, 60.2626]}, {"id": "2253", "type": "Feature", "properties": {"id": "nc72898281", "mag": 1.51, "time": 1506291814030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.123, 38.044833, 2.62]}, "bbox": [-119.123, 38.044833, -119.123, 38.044833]}, {"id": "2254", "type": "Feature", "properties": {"id": "ak16895553", "mag": 2.2, "time": 1506291209658, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9667, 58.2749, 2.3]}, "bbox": [-154.9667, 58.2749, -154.9667, 58.2749]}, {"id": "2255", "type": "Feature", "properties": {"id": "uu60249297", "mag": 2.2, "time": 1506289719780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.027, 44.7975, 11.07]}, "bbox": [-111.027, 44.7975, -111.027, 44.7975]}, {"id": "2256", "type": "Feature", "properties": {"id": "nc72898251", "mag": 1.06, "time": 1506289376180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.824501, 1.89]}, "bbox": [-122.80867, 38.824501, -122.80867, 38.824501]}, {"id": "2257", "type": "Feature", "properties": {"id": "nn00606863", "mag": 1.6, "time": 1506289302497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1188, 37.3786, 0.0]}, "bbox": [-115.1188, 37.3786, -115.1188, 37.3786]}, {"id": "2258", "type": "Feature", "properties": {"id": "ak16895018", "mag": 1.1, "time": 1506289187928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5309, 62.2207, 4.8]}, "bbox": [-148.5309, 62.2207, -148.5309, 62.2207]}, {"id": "2259", "type": "Feature", "properties": {"id": "nc72898246", "mag": 1.11, "time": 1506288942820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474667, -0.27]}, "bbox": [-118.8205, 37.474667, -118.8205, 37.474667]}, {"id": "2260", "type": "Feature", "properties": {"id": "nc72898241", "mag": 1.11, "time": 1506288826190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.477167, 0.62]}, "bbox": [-118.819667, 37.477167, -118.819667, 37.477167]}, {"id": "2261", "type": "Feature", "properties": {"id": "ak16935433", "mag": 1.6, "time": 1506288360789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4754, 58.4123, 46.0]}, "bbox": [-152.4754, 58.4123, -152.4754, 58.4123]}, {"id": "2262", "type": "Feature", "properties": {"id": "ak16935432", "mag": 2.5, "time": 1506287912932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0291, 52.8069, 25.6]}, "bbox": [-164.0291, 52.8069, -164.0291, 52.8069]}, {"id": "2263", "type": "Feature", "properties": {"id": "ak16895001", "mag": 2.4, "time": 1506287325387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3822, 59.9552, 133.4]}, "bbox": [-153.3822, 59.9552, -153.3822, 59.9552]}, {"id": "2264", "type": "Feature", "properties": {"id": "nc71107574", "mag": 1.82, "time": 1506286958930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.1525, 38.965833, 3.75]}, "bbox": [-123.1525, 38.965833, -123.1525, 38.965833]}, {"id": "2265", "type": "Feature", "properties": {"id": "nc72898236", "mag": 1.93, "time": 1506286874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.849, 36.277667, 7.52]}, "bbox": [-120.849, 36.277667, -120.849, 36.277667]}, {"id": "2266", "type": "Feature", "properties": {"id": "ak16894980", "mag": 2.3, "time": 1506286457929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5039, 61.3116, 7.5]}, "bbox": [-152.5039, 61.3116, -152.5039, 61.3116]}, {"id": "2267", "type": "Feature", "properties": {"id": "us2000au0x", "mag": 4.1, "time": 1506285951620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.7689, 33.0106, 343.06]}, "bbox": [137.7689, 33.0106, 137.7689, 33.0106]}, {"id": "2268", "type": "Feature", "properties": {"id": "ak16894459", "mag": 1.4, "time": 1506285529465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7694, 59.8585, 7.3]}, "bbox": [-136.7694, 59.8585, -136.7694, 59.8585]}, {"id": "2269", "type": "Feature", "properties": {"id": "ak16894458", "mag": 3.5, "time": 1506285383201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4213, 51.6336, 12.0]}, "bbox": [-178.4213, 51.6336, -178.4213, 51.6336]}, {"id": "2270", "type": "Feature", "properties": {"id": "hv61919931", "mag": 1.61, "time": 1506285094170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2325, 19.4085, 26.679]}, "bbox": [-155.2325, 19.4085, -155.2325, 19.4085]}, {"id": "2271", "type": "Feature", "properties": {"id": "nm60207286", "mag": 1.46, "time": 1506284271340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.900667, 36.601833, 4.15]}, "bbox": [-89.900667, 36.601833, -89.900667, 36.601833]}, {"id": "2272", "type": "Feature", "properties": {"id": "nc72898226", "mag": 1.94, "time": 1506284238360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.476167, 0.74]}, "bbox": [-118.819, 37.476167, -118.819, 37.476167]}, {"id": "2273", "type": "Feature", "properties": {"id": "hv61919891", "mag": 2.03, "time": 1506284234210, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.278503, 19.407, 0.61]}, "bbox": [-155.278503, 19.407, -155.278503, 19.407]}, {"id": "2274", "type": "Feature", "properties": {"id": "us2000au0l", "mag": 5.0, "time": 1506283809180, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [102.0863, -3.3959, 96.97]}, "bbox": [102.0863, -3.3959, 102.0863, -3.3959]}, {"id": "2275", "type": "Feature", "properties": {"id": "ak16894448", "mag": 1.6, "time": 1506283718319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1504, 61.1564, 63.1]}, "bbox": [-151.1504, 61.1564, -151.1504, 61.1564]}, {"id": "2276", "type": "Feature", "properties": {"id": "nc72898216", "mag": 1.02, "time": 1506283590520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826836, 38.841167, 1.21]}, "bbox": [-122.826836, 38.841167, -122.826836, 38.841167]}, {"id": "2277", "type": "Feature", "properties": {"id": "nc72898211", "mag": 1.57, "time": 1506283158900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.113333, 38.042667, 2.45]}, "bbox": [-119.113333, 38.042667, -119.113333, 38.042667]}, {"id": "2278", "type": "Feature", "properties": {"id": "ak16894439", "mag": 2.3, "time": 1506283079762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7022, 51.6829, 87.3]}, "bbox": [-179.7022, 51.6829, -179.7022, 51.6829]}, {"id": "2279", "type": "Feature", "properties": {"id": "nc72898206", "mag": 1.24, "time": 1506283017210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.777, 35.512, 0.74]}, "bbox": [-120.777, 35.512, -120.777, 35.512]}, {"id": "2280", "type": "Feature", "properties": {"id": "ci38009648", "mag": 0.95, "time": 1506282824500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.909333, 33.494, 13.21]}, "bbox": [-116.909333, 33.494, -116.909333, 33.494]}, {"id": "2281", "type": "Feature", "properties": {"id": "nc72898196", "mag": 1.08, "time": 1506282126770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.81, 38.806833, 2.17]}, "bbox": [-122.81, 38.806833, -122.81, 38.806833]}, {"id": "2282", "type": "Feature", "properties": {"id": "ak16893920", "mag": 1.6, "time": 1506281844692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.421, 62.907, 126.6]}, "bbox": [-151.421, 62.907, -151.421, 62.907]}, {"id": "2283", "type": "Feature", "properties": {"id": "nc72898191", "mag": 1.6, "time": 1506281467240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.010167, 37.8015, 1.31]}, "bbox": [-119.010167, 37.8015, -119.010167, 37.8015]}, {"id": "2284", "type": "Feature", "properties": {"id": "nc72898186", "mag": 2.26, "time": 1506281041390, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.474833, -0.18]}, "bbox": [-118.8185, 37.474833, -118.8185, 37.474833]}, {"id": "2285", "type": "Feature", "properties": {"id": "uw61333306", "mag": 1.11, "time": 1506280827540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812333, 48.284667, 12.62]}, "bbox": [-122.812333, 48.284667, -122.812333, 48.284667]}, {"id": "2286", "type": "Feature", "properties": {"id": "ci38009608", "mag": 1.3, "time": 1506280518180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.038, 33.0905, 2.11]}, "bbox": [-116.038, 33.0905, -116.038, 33.0905]}, {"id": "2287", "type": "Feature", "properties": {"id": "nc72898176", "mag": 2.1, "time": 1506280314320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818333, 37.475833, 0.78]}, "bbox": [-118.818333, 37.475833, -118.818333, 37.475833]}, {"id": "2288", "type": "Feature", "properties": {"id": "ak16935422", "mag": 1.6, "time": 1506280296755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7731, 59.4501, 75.7]}, "bbox": [-152.7731, 59.4501, -152.7731, 59.4501]}, {"id": "2289", "type": "Feature", "properties": {"id": "hv61919726", "mag": 1.9, "time": 1506279270940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4185, 19.110833, 41.621]}, "bbox": [-155.4185, 19.110833, -155.4185, 19.110833]}, {"id": "2290", "type": "Feature", "properties": {"id": "ak16935421", "mag": 1.7, "time": 1506279143123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5363, 51.7438, 15.9]}, "bbox": [-178.5363, 51.7438, -178.5363, 51.7438]}, {"id": "2291", "type": "Feature", "properties": {"id": "ak16893907", "mag": 2.1, "time": 1506278978748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4135, 66.1088, 7.6]}, "bbox": [-141.4135, 66.1088, -141.4135, 66.1088]}, {"id": "2292", "type": "Feature", "properties": {"id": "uw61333296", "mag": 1.51, "time": 1506278869250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.581833, 47.593, 24.95]}, "bbox": [-122.581833, 47.593, -122.581833, 47.593]}, {"id": "2293", "type": "Feature", "properties": {"id": "nc72898171", "mag": 1.13, "time": 1506278629370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.543167, 38.264833, 8.24]}, "bbox": [-122.543167, 38.264833, -122.543167, 38.264833]}, {"id": "2294", "type": "Feature", "properties": {"id": "nn00606834", "mag": 1.5, "time": 1506278416314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.885, 38.3509, 8.4]}, "bbox": [-118.885, 38.3509, -118.885, 38.3509]}, {"id": "2295", "type": "Feature", "properties": {"id": "ci38009568", "mag": 1.23, "time": 1506278315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.492333, 35.604833, 5.99]}, "bbox": [-118.492333, 35.604833, -118.492333, 35.604833]}, {"id": "2296", "type": "Feature", "properties": {"id": "ak16893391", "mag": 2.3, "time": 1506277628203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1998, 53.9184, 4.8]}, "bbox": [-163.1998, 53.9184, -163.1998, 53.9184]}, {"id": "2297", "type": "Feature", "properties": {"id": "ak16893390", "mag": 1.1, "time": 1506277025981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1933, 68.4549, 18.3]}, "bbox": [-147.1933, 68.4549, -147.1933, 68.4549]}, {"id": "2298", "type": "Feature", "properties": {"id": "ak16893388", "mag": 1.5, "time": 1506276710660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3135, 68.0219, 2.3]}, "bbox": [-144.3135, 68.0219, -144.3135, 68.0219]}, {"id": "2299", "type": "Feature", "properties": {"id": "ak16935416", "mag": 1.8, "time": 1506276357546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.0551, 51.7225, 6.8]}, "bbox": [-179.0551, 51.7225, -179.0551, 51.7225]}, {"id": "2300", "type": "Feature", "properties": {"id": "nc72898146", "mag": 1.54, "time": 1506276015270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.836, 1.98]}, "bbox": [-122.810333, 38.836, -122.810333, 38.836]}, {"id": "2301", "type": "Feature", "properties": {"id": "nn00606827", "mag": 1.3, "time": 1506274049277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6642, 36.4428, 7.2]}, "bbox": [-115.6642, 36.4428, -115.6642, 36.4428]}, {"id": "2302", "type": "Feature", "properties": {"id": "uw61333281", "mag": 2.14, "time": 1506273261550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.502167, 49.447833, -0.06]}, "bbox": [-120.502167, 49.447833, -120.502167, 49.447833]}, {"id": "2303", "type": "Feature", "properties": {"id": "us2000atz0", "mag": 4.3, "time": 1506273226630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.369, -22.6476, 261.5]}, "bbox": [-66.369, -22.6476, -66.369, -22.6476]}, {"id": "2304", "type": "Feature", "properties": {"id": "ci38009520", "mag": 2.39, "time": 1506272765060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.032333, 33.096333, 9.36]}, "bbox": [-116.032333, 33.096333, -116.032333, 33.096333]}, {"id": "2305", "type": "Feature", "properties": {"id": "nc72898121", "mag": 1.18, "time": 1506272385880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880667, 37.538167, 3.63]}, "bbox": [-118.880667, 37.538167, -118.880667, 37.538167]}, {"id": "2306", "type": "Feature", "properties": {"id": "us2000atyw", "mag": 4.9, "time": 1506272236140, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.2871, 36.912, 8.66]}, "bbox": [27.2871, 36.912, 27.2871, 36.912]}, {"id": "2307", "type": "Feature", "properties": {"id": "uw61333276", "mag": 0.97, "time": 1506272212660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677, 48.245, 8.69]}, "bbox": [-121.677, 48.245, -121.677, 48.245]}, {"id": "2308", "type": "Feature", "properties": {"id": "ci38009504", "mag": 1.59, "time": 1506272197880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0285, 33.096, 10.24]}, "bbox": [-116.0285, 33.096, -116.0285, 33.096]}, {"id": "2309", "type": "Feature", "properties": {"id": "ak16935414", "mag": 1.3, "time": 1506271871925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3105, 62.8907, 109.7]}, "bbox": [-151.3105, 62.8907, -151.3105, 62.8907]}, {"id": "2310", "type": "Feature", "properties": {"id": "ak16892357", "mag": 1.5, "time": 1506271104455, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2217, 60.9895, 43.1]}, "bbox": [-150.2217, 60.9895, -150.2217, 60.9895]}, {"id": "2311", "type": "Feature", "properties": {"id": "ak16892356", "mag": 1.0, "time": 1506270748541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7754, 66.4015, 0.3]}, "bbox": [-147.7754, 66.4015, -147.7754, 66.4015]}, {"id": "2312", "type": "Feature", "properties": {"id": "nn00606816", "mag": 1.3, "time": 1506270455535, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3547, 38.3427, 11.5]}, "bbox": [-119.3547, 38.3427, -119.3547, 38.3427]}, {"id": "2313", "type": "Feature", "properties": {"id": "ak16892349", "mag": 2.1, "time": 1506269387778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9052, 64.2272, 113.0]}, "bbox": [-147.9052, 64.2272, -147.9052, 64.2272]}, {"id": "2314", "type": "Feature", "properties": {"id": "ak16892348", "mag": 1.2, "time": 1506269350233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0305, 61.1531, 0.9]}, "bbox": [-140.0305, 61.1531, -140.0305, 61.1531]}, {"id": "2315", "type": "Feature", "properties": {"id": "uu60249237", "mag": 1.72, "time": 1506268839820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899, 38.3125, 1.61]}, "bbox": [-108.899, 38.3125, -108.899, 38.3125]}, {"id": "2316", "type": "Feature", "properties": {"id": "nc72898066", "mag": 2.26, "time": 1506268374330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604333, 4.11]}, "bbox": [-118.820667, 37.604333, -118.820667, 37.604333]}, {"id": "2317", "type": "Feature", "properties": {"id": "hv61919541", "mag": 2.2, "time": 1506268362680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.553, 19.106833, 58.134]}, "bbox": [-155.553, 19.106833, -155.553, 19.106833]}, {"id": "2318", "type": "Feature", "properties": {"id": "nc72898071", "mag": 1.35, "time": 1506268343880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.978833, 37.602333, 0.75]}, "bbox": [-118.978833, 37.602333, -118.978833, 37.602333]}, {"id": "2319", "type": "Feature", "properties": {"id": "uw61333251", "mag": 0.99, "time": 1506267835060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7565, 46.8405, 0.46]}, "bbox": [-121.7565, 46.8405, -121.7565, 46.8405]}, {"id": "2320", "type": "Feature", "properties": {"id": "uu60249227", "mag": 1.55, "time": 1506267791100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.045667, 38.595, 10.17]}, "bbox": [-112.045667, 38.595, -112.045667, 38.595]}, {"id": "2321", "type": "Feature", "properties": {"id": "nc72898046", "mag": 1.31, "time": 1506267662950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.359333, 36.063833, 13.03]}, "bbox": [-120.359333, 36.063833, -120.359333, 36.063833]}, {"id": "2322", "type": "Feature", "properties": {"id": "uw61333241", "mag": 1.02, "time": 1506266858960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7535, 46.835833, -0.06]}, "bbox": [-121.7535, 46.835833, -121.7535, 46.835833]}, {"id": "2323", "type": "Feature", "properties": {"id": "us2000atyb", "mag": 4.2, "time": 1506265370020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9623, 16.5258, 10.0]}, "bbox": [-94.9623, 16.5258, -94.9623, 16.5258]}, {"id": "2324", "type": "Feature", "properties": {"id": "ak16891829", "mag": 1.1, "time": 1506265012702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7832, 60.3293, 15.0]}, "bbox": [-139.7832, 60.3293, -139.7832, 60.3293]}, {"id": "2325", "type": "Feature", "properties": {"id": "uw61333221", "mag": 2.23, "time": 1506264885990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.458, 41.843167, 29.32]}, "bbox": [-124.458, 41.843167, -124.458, 41.843167]}, {"id": "2326", "type": "Feature", "properties": {"id": "ci38009392", "mag": 2.47, "time": 1506263949730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.965667, 33.074, 3.01]}, "bbox": [-117.965667, 33.074, -117.965667, 33.074]}, {"id": "2327", "type": "Feature", "properties": {"id": "ak16891827", "mag": 1.6, "time": 1506263040480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0762, 68.8735, 7.4]}, "bbox": [-145.0762, 68.8735, -145.0762, 68.8735]}, {"id": "2328", "type": "Feature", "properties": {"id": "ak16935406", "mag": 1.9, "time": 1506262994682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4328, 58.9133, 119.1]}, "bbox": [-154.4328, 58.9133, -154.4328, 58.9133]}, {"id": "2329", "type": "Feature", "properties": {"id": "uu60249217", "mag": 1.98, "time": 1506261948290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8955, 38.308167, 2.5]}, "bbox": [-108.8955, 38.308167, -108.8955, 38.308167]}, {"id": "2330", "type": "Feature", "properties": {"id": "uw61333201", "mag": 1.01, "time": 1506261154820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.757333, 46.836833, 0.83]}, "bbox": [-121.757333, 46.836833, -121.757333, 46.836833]}, {"id": "2331", "type": "Feature", "properties": {"id": "nn00606861", "mag": 1.0, "time": 1506260845911, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9076, 39.4306, 7.7]}, "bbox": [-118.9076, 39.4306, -118.9076, 39.4306]}, {"id": "2332", "type": "Feature", "properties": {"id": "ak16891323", "mag": 1.6, "time": 1506260101784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2725, 63.8369, 122.9]}, "bbox": [-149.2725, 63.8369, -149.2725, 63.8369]}, {"id": "2333", "type": "Feature", "properties": {"id": "ak16935404", "mag": 1.9, "time": 1506259949572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9271, 51.4777, 35.0]}, "bbox": [-175.9271, 51.4777, -175.9271, 51.4777]}, {"id": "2334", "type": "Feature", "properties": {"id": "ak16891318", "mag": 1.4, "time": 1506258938436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1228, 60.1784, 0.0]}, "bbox": [-140.1228, 60.1784, -140.1228, 60.1784]}, {"id": "2335", "type": "Feature", "properties": {"id": "ak16935403", "mag": 1.5, "time": 1506258927685, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.537, 59.7654, 0.0]}, "bbox": [-139.537, 59.7654, -139.537, 59.7654]}, {"id": "2336", "type": "Feature", "properties": {"id": "us2000awkh", "mag": 4.5, "time": 1506257940620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6787, -21.4068, 6.58]}, "bbox": [-176.6787, -21.4068, -176.6787, -21.4068]}, {"id": "2337", "type": "Feature", "properties": {"id": "ci38009360", "mag": 1.01, "time": 1506257616920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6935, 33.4475, 13.86]}, "bbox": [-117.6935, 33.4475, -117.6935, 33.4475]}, {"id": "2338", "type": "Feature", "properties": {"id": "hv61919476", "mag": 2.71, "time": 1506257049620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.326172, 19.400499, 6.36]}, "bbox": [-155.326172, 19.400499, -155.326172, 19.400499]}, {"id": "2339", "type": "Feature", "properties": {"id": "us2000azwe", "mag": 4.0, "time": 1506256906900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0503, 15.0164, 47.05]}, "bbox": [-94.0503, 15.0164, -94.0503, 15.0164]}, {"id": "2340", "type": "Feature", "properties": {"id": "ak16935402", "mag": 1.3, "time": 1506256449894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1247, 62.5252, 67.7]}, "bbox": [-150.1247, 62.5252, -150.1247, 62.5252]}, {"id": "2341", "type": "Feature", "properties": {"id": "us2000atx8", "mag": 4.5, "time": 1506256396240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2151, 16.4456, 23.74]}, "bbox": [-95.2151, 16.4456, -95.2151, 16.4456]}, {"id": "2342", "type": "Feature", "properties": {"id": "us2000awke", "mag": 4.3, "time": 1506254896510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.7664, -36.2005, 10.0]}, "bbox": [-99.7664, -36.2005, -99.7664, -36.2005]}, {"id": "2343", "type": "Feature", "properties": {"id": "us2000atx1", "mag": 4.3, "time": 1506253816940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8221, 15.5422, 39.51]}, "bbox": [-94.8221, 15.5422, -94.8221, 15.5422]}, {"id": "2344", "type": "Feature", "properties": {"id": "nc72897966", "mag": 1.94, "time": 1506252917940, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.353833, 38.334333, 8.17]}, "bbox": [-119.353833, 38.334333, -119.353833, 38.334333]}, {"id": "2345", "type": "Feature", "properties": {"id": "ak16890316", "mag": 1.9, "time": 1506251419309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7084, 53.1628, 25.6]}, "bbox": [-166.7084, 53.1628, -166.7084, 53.1628]}, {"id": "2346", "type": "Feature", "properties": {"id": "ak16935399", "mag": 2.2, "time": 1506251253254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9705, 58.4119, 157.9]}, "bbox": [-155.9705, 58.4119, -155.9705, 58.4119]}, {"id": "2347", "type": "Feature", "properties": {"id": "us2000awkb", "mag": 4.4, "time": 1506250943050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3134, -22.0133, 10.0]}, "bbox": [-114.3134, -22.0133, -114.3134, -22.0133]}, {"id": "2348", "type": "Feature", "properties": {"id": "ci38009336", "mag": 1.4, "time": 1506250687150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.573, 33.198833, 3.26]}, "bbox": [-115.573, 33.198833, -115.573, 33.198833]}, {"id": "2349", "type": "Feature", "properties": {"id": "ak16935398", "mag": 1.7, "time": 1506250678217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.541, 51.1205, 34.1]}, "bbox": [-178.541, 51.1205, -178.541, 51.1205]}, {"id": "2350", "type": "Feature", "properties": {"id": "ci37166588", "mag": 1.39, "time": 1506250675520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.547333, 33.281167, 1.13]}, "bbox": [-115.547333, 33.281167, -115.547333, 33.281167]}, {"id": "2351", "type": "Feature", "properties": {"id": "ci38009328", "mag": 1.47, "time": 1506250567750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.565833, 33.2015, 2.63]}, "bbox": [-115.565833, 33.2015, -115.565833, 33.2015]}, {"id": "2352", "type": "Feature", "properties": {"id": "us2000azw4", "mag": 4.0, "time": 1506250079340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2354, 15.2643, 10.0]}, "bbox": [-94.2354, 15.2643, -94.2354, 15.2643]}, {"id": "2353", "type": "Feature", "properties": {"id": "nc72897961", "mag": 1.0, "time": 1506249470110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771164, 38.839333, 1.45]}, "bbox": [-122.771164, 38.839333, -122.771164, 38.839333]}, {"id": "2354", "type": "Feature", "properties": {"id": "ak16890295", "mag": 3.1, "time": 1506249009854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4939, 58.556, 142.4]}, "bbox": [-155.4939, 58.556, -155.4939, 58.556]}, {"id": "2355", "type": "Feature", "properties": {"id": "ci38009320", "mag": 1.29, "time": 1506248967650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.577833, 33.1915, 3.45]}, "bbox": [-115.577833, 33.1915, -115.577833, 33.1915]}, {"id": "2356", "type": "Feature", "properties": {"id": "us2000awka", "mag": 4.5, "time": 1506248797510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.4422, -3.5379, 76.33]}, "bbox": [101.4422, -3.5379, 101.4422, -3.5379]}, {"id": "2357", "type": "Feature", "properties": {"id": "ak16889805", "mag": 1.1, "time": 1506248542391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6804, 65.8304, 4.9]}, "bbox": [-150.6804, 65.8304, -150.6804, 65.8304]}, {"id": "2358", "type": "Feature", "properties": {"id": "ak16889804", "mag": 1.4, "time": 1506248465317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0578, 61.0579, 16.4]}, "bbox": [-147.0578, 61.0579, -147.0578, 61.0579]}, {"id": "2359", "type": "Feature", "properties": {"id": "hv61919431", "mag": 2.09, "time": 1506248237750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.282165, 19.41, 0.97]}, "bbox": [-155.282165, 19.41, -155.282165, 19.41]}, {"id": "2360", "type": "Feature", "properties": {"id": "us2000atwe", "mag": 5.8, "time": 1506247572180, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0996, 15.3335, 55.04]}, "bbox": [-94.0996, 15.3335, -94.0996, 15.3335]}, {"id": "2361", "type": "Feature", "properties": {"id": "ak16889794", "mag": 1.8, "time": 1506247473558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2731, 60.4252, 19.1]}, "bbox": [-148.2731, 60.4252, -148.2731, 60.4252]}, {"id": "2362", "type": "Feature", "properties": {"id": "ak16889792", "mag": 1.2, "time": 1506245981072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4789, 61.3979, 20.0]}, "bbox": [-146.4789, 61.3979, -146.4789, 61.3979]}, {"id": "2363", "type": "Feature", "properties": {"id": "ak16935392", "mag": 2.2, "time": 1506245821194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1457, 52.299, 147.0]}, "bbox": [-176.1457, 52.299, -176.1457, 52.299]}, {"id": "2364", "type": "Feature", "properties": {"id": "uw61333151", "mag": 1.32, "time": 1506245720210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3825, 46.455, 17.05]}, "bbox": [-119.3825, 46.455, -119.3825, 46.455]}, {"id": "2365", "type": "Feature", "properties": {"id": "us2000atw1", "mag": 4.3, "time": 1506245575860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.8213, 11.9773, 72.06]}, "bbox": [-86.8213, 11.9773, -86.8213, 11.9773]}, {"id": "2366", "type": "Feature", "properties": {"id": "ak16889787", "mag": 1.5, "time": 1506245559319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1034, 61.6735, 30.1]}, "bbox": [-147.1034, 61.6735, -147.1034, 61.6735]}, {"id": "2367", "type": "Feature", "properties": {"id": "nc72897941", "mag": 1.12, "time": 1506245298510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.529333, 3.01]}, "bbox": [-118.880333, 37.529333, -118.880333, 37.529333]}, {"id": "2368", "type": "Feature", "properties": {"id": "ak16889785", "mag": 1.4, "time": 1506245231368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6899, 61.5181, 15.2]}, "bbox": [-140.6899, 61.5181, -140.6899, 61.5181]}, {"id": "2369", "type": "Feature", "properties": {"id": "us2000atvx", "mag": 4.0, "time": 1506245211400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2276, 16.4152, 5.52]}, "bbox": [-95.2276, 16.4152, -95.2276, 16.4152]}, {"id": "2370", "type": "Feature", "properties": {"id": "ak16889300", "mag": 1.5, "time": 1506244274159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0562, 62.8873, 108.5]}, "bbox": [-151.0562, 62.8873, -151.0562, 62.8873]}, {"id": "2371", "type": "Feature", "properties": {"id": "ak16889299", "mag": 1.7, "time": 1506243971468, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.0331, 60.0823, 0.0]}, "bbox": [-142.0331, 60.0823, -142.0331, 60.0823]}, {"id": "2372", "type": "Feature", "properties": {"id": "ak16889298", "mag": 1.2, "time": 1506242695770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7525, 61.9971, 13.3]}, "bbox": [-150.7525, 61.9971, -150.7525, 61.9971]}, {"id": "2373", "type": "Feature", "properties": {"id": "hv61919256", "mag": 2.47, "time": 1506242595490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.234167, 19.416667, 25.716]}, "bbox": [-155.234167, 19.416667, -155.234167, 19.416667]}, {"id": "2374", "type": "Feature", "properties": {"id": "ak16889296", "mag": 1.5, "time": 1506242565319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7169, 65.857, 21.5]}, "bbox": [-150.7169, 65.857, -150.7169, 65.857]}, {"id": "2375", "type": "Feature", "properties": {"id": "nc72897921", "mag": 1.06, "time": 1506242001250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8435, 37.469667, 2.92]}, "bbox": [-118.8435, 37.469667, -118.8435, 37.469667]}, {"id": "2376", "type": "Feature", "properties": {"id": "nc72897911", "mag": 2.08, "time": 1506241606310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.552333, 36.824833, 5.39]}, "bbox": [-121.552333, 36.824833, -121.552333, 36.824833]}, {"id": "2377", "type": "Feature", "properties": {"id": "ak16888862", "mag": 1.4, "time": 1506241109945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2949, 62.9113, 106.9]}, "bbox": [-151.2949, 62.9113, -151.2949, 62.9113]}, {"id": "2378", "type": "Feature", "properties": {"id": "ci38009280", "mag": 1.11, "time": 1506240906400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0385, 33.996167, 14.68]}, "bbox": [-117.0385, 33.996167, -117.0385, 33.996167]}, {"id": "2379", "type": "Feature", "properties": {"id": "us2000atvi", "mag": 2.6, "time": 1506240803150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4513, 42.6043, 5.23]}, "bbox": [-111.4513, 42.6043, -111.4513, 42.6043]}, {"id": "2380", "type": "Feature", "properties": {"id": "us2000atvl", "mag": 4.0, "time": 1506239983840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9034, 16.4793, 10.0]}, "bbox": [-94.9034, 16.4793, -94.9034, 16.4793]}, {"id": "2381", "type": "Feature", "properties": {"id": "ak16888812", "mag": 1.7, "time": 1506239643860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1541, 59.6562, 69.5]}, "bbox": [-152.1541, 59.6562, -152.1541, 59.6562]}, {"id": "2382", "type": "Feature", "properties": {"id": "ak16935382", "mag": 1.8, "time": 1506239506704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5249, 57.6124, 45.4]}, "bbox": [-152.5249, 57.6124, -152.5249, 57.6124]}, {"id": "2383", "type": "Feature", "properties": {"id": "mb80257374", "mag": 1.2, "time": 1506238135570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.868, 11.76]}, "bbox": [-112.523333, 46.868, -112.523333, 46.868]}, {"id": "2384", "type": "Feature", "properties": {"id": "nn00606790", "mag": 1.5, "time": 1506237560657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1999, 42.1841, 0.9]}, "bbox": [-120.1999, 42.1841, -120.1999, 42.1841]}, {"id": "2385", "type": "Feature", "properties": {"id": "us2000atv2", "mag": 4.3, "time": 1506236966640, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.864, -35.1565, 48.32]}, "bbox": [-71.864, -35.1565, -71.864, -35.1565]}, {"id": "2386", "type": "Feature", "properties": {"id": "ak16888374", "mag": 1.9, "time": 1506236724000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8397, 62.9467, 106.5]}, "bbox": [-150.8397, 62.9467, -150.8397, 62.9467]}, {"id": "2387", "type": "Feature", "properties": {"id": "ak16888373", "mag": 1.0, "time": 1506236683719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1115, 61.3903, 3.2]}, "bbox": [-141.1115, 61.3903, -141.1115, 61.3903]}, {"id": "2388", "type": "Feature", "properties": {"id": "uu60249142", "mag": 1.26, "time": 1506236544020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028333, 44.8, 10.63]}, "bbox": [-111.028333, 44.8, -111.028333, 44.8]}, {"id": "2389", "type": "Feature", "properties": {"id": "nc72897871", "mag": 1.79, "time": 1506236124510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.845333, 35.541667, 5.98]}, "bbox": [-120.845333, 35.541667, -120.845333, 35.541667]}, {"id": "2390", "type": "Feature", "properties": {"id": "nc72897866", "mag": 2.12, "time": 1506235870210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3545, 38.341333, 8.25]}, "bbox": [-119.3545, 38.341333, -119.3545, 38.341333]}, {"id": "2391", "type": "Feature", "properties": {"id": "ak16935379", "mag": 1.6, "time": 1506235725999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.5436, 51.4418, 21.3]}, "bbox": [-176.5436, 51.4418, -176.5436, 51.4418]}, {"id": "2392", "type": "Feature", "properties": {"id": "us2000atuj", "mag": 4.6, "time": 1506235179700, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.5466, -14.3043, 33.52]}, "bbox": [-75.5466, -14.3043, -75.5466, -14.3043]}, {"id": "2393", "type": "Feature", "properties": {"id": "nc72903821", "mag": 1.02, "time": 1506234997060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.948167, 41.046333, 9.53]}, "bbox": [-121.948167, 41.046333, -121.948167, 41.046333]}, {"id": "2394", "type": "Feature", "properties": {"id": "nc72897856", "mag": 1.71, "time": 1506234937540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.471333, 1.25]}, "bbox": [-118.8185, 37.471333, -118.8185, 37.471333]}, {"id": "2395", "type": "Feature", "properties": {"id": "ak16935378", "mag": 1.3, "time": 1506234863595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9435, 61.261, 59.9]}, "bbox": [-150.9435, 61.261, -150.9435, 61.261]}, {"id": "2396", "type": "Feature", "properties": {"id": "ci38009240", "mag": 0.99, "time": 1506234721960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.828167, 33.977667, 16.65]}, "bbox": [-116.828167, 33.977667, -116.828167, 33.977667]}, {"id": "2397", "type": "Feature", "properties": {"id": "ak16935377", "mag": 3.3, "time": 1506234648623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3164, 50.4387, 10.0]}, "bbox": [-173.3164, 50.4387, -173.3164, 50.4387]}, {"id": "2398", "type": "Feature", "properties": {"id": "ak16888327", "mag": 1.1, "time": 1506234051194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0067, 67.8619, 3.3]}, "bbox": [-149.0067, 67.8619, -149.0067, 67.8619]}, {"id": "2399", "type": "Feature", "properties": {"id": "hv61919146", "mag": 1.76, "time": 1506233551670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.438667, 19.110833, 40.565]}, "bbox": [-155.438667, 19.110833, -155.438667, 19.110833]}, {"id": "2400", "type": "Feature", "properties": {"id": "nc72897836", "mag": 1.19, "time": 1506233494190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.879667, 37.536833, 3.32]}, "bbox": [-118.879667, 37.536833, -118.879667, 37.536833]}, {"id": "2401", "type": "Feature", "properties": {"id": "nc72897831", "mag": 1.19, "time": 1506233212800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880167, 37.536833, 3.36]}, "bbox": [-118.880167, 37.536833, -118.880167, 37.536833]}, {"id": "2402", "type": "Feature", "properties": {"id": "ak16935375", "mag": 1.1, "time": 1506232927752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.625, 63.077, 2.5]}, "bbox": [-151.625, 63.077, -151.625, 63.077]}, {"id": "2403", "type": "Feature", "properties": {"id": "ak16887898", "mag": 1.9, "time": 1506232339124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4442, 51.588, 12.9]}, "bbox": [-178.4442, 51.588, -178.4442, 51.588]}, {"id": "2404", "type": "Feature", "properties": {"id": "us2000atud", "mag": 4.6, "time": 1506232184760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.3102, 23.9217, 19.2]}, "bbox": [122.3102, 23.9217, 122.3102, 23.9217]}, {"id": "2405", "type": "Feature", "properties": {"id": "ak16887893", "mag": 1.8, "time": 1506231025885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6676, 61.5229, 16.0]}, "bbox": [-140.6676, 61.5229, -140.6676, 61.5229]}, {"id": "2406", "type": "Feature", "properties": {"id": "us2000attv", "mag": 3.2, "time": 1506230915380, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4686, 42.6086, 5.28]}, "bbox": [-111.4686, 42.6086, -111.4686, 42.6086]}, {"id": "2407", "type": "Feature", "properties": {"id": "ci38009080", "mag": 1.1, "time": 1506230493370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.65, 35.937333, 3.69]}, "bbox": [-117.65, 35.937333, -117.65, 35.937333]}, {"id": "2408", "type": "Feature", "properties": {"id": "nc72897801", "mag": 1.86, "time": 1506230402950, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.5355, 3.17]}, "bbox": [-118.880833, 37.5355, -118.880833, 37.5355]}, {"id": "2409", "type": "Feature", "properties": {"id": "us2000attk", "mag": 4.4, "time": 1506229834430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9698, 16.526, 14.16]}, "bbox": [-97.9698, 16.526, -97.9698, 16.526]}, {"id": "2410", "type": "Feature", "properties": {"id": "ak16887845", "mag": 2.2, "time": 1506229788458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3609, 60.3798, 13.6]}, "bbox": [-147.3609, 60.3798, -147.3609, 60.3798]}, {"id": "2411", "type": "Feature", "properties": {"id": "ci38009064", "mag": 2.54, "time": 1506229471590, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.708833, 34.611167, -0.32]}, "bbox": [-120.708833, 34.611167, -120.708833, 34.611167]}, {"id": "2412", "type": "Feature", "properties": {"id": "ak16887419", "mag": 2.5, "time": 1506228712730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1558, 57.6827, 0.6]}, "bbox": [-156.1558, 57.6827, -156.1558, 57.6827]}, {"id": "2413", "type": "Feature", "properties": {"id": "uu60249092", "mag": 1.45, "time": 1506228417670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.041833, 38.6065, 7.11]}, "bbox": [-112.041833, 38.6065, -112.041833, 38.6065]}, {"id": "2414", "type": "Feature", "properties": {"id": "uu60013144", "mag": 2.65, "time": 1506227971910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.063667, 38.596667, 13.4]}, "bbox": [-112.063667, 38.596667, -112.063667, 38.596667]}, {"id": "2415", "type": "Feature", "properties": {"id": "uu60249087", "mag": 3.34, "time": 1506227924130, "felt": 52.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.056, 38.615, 7.09]}, "bbox": [-112.056, 38.615, -112.056, 38.615]}, {"id": "2416", "type": "Feature", "properties": {"id": "ci38009040", "mag": 1.66, "time": 1506227707260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.754667, 32.691333, 7.72]}, "bbox": [-115.754667, 32.691333, -115.754667, 32.691333]}, {"id": "2417", "type": "Feature", "properties": {"id": "ak16887417", "mag": 1.4, "time": 1506227635748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4813, 59.9807, 0.0]}, "bbox": [-139.4813, 59.9807, -139.4813, 59.9807]}, {"id": "2418", "type": "Feature", "properties": {"id": "hv61919026", "mag": 1.76, "time": 1506225952210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.284164, 19.394167, 2.71]}, "bbox": [-155.284164, 19.394167, -155.284164, 19.394167]}, {"id": "2419", "type": "Feature", "properties": {"id": "hv61918996", "mag": 1.99, "time": 1506224898090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28067, 19.403999, 1.29]}, "bbox": [-155.28067, 19.403999, -155.28067, 19.403999]}, {"id": "2420", "type": "Feature", "properties": {"id": "us2000atsq", "mag": 4.1, "time": 1506223896740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.2705, -18.0175, 148.09]}, "bbox": [-69.2705, -18.0175, -69.2705, -18.0175]}, {"id": "2421", "type": "Feature", "properties": {"id": "ak16935368", "mag": 2.3, "time": 1506222958411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4834, 51.3236, 13.2]}, "bbox": [-176.4834, 51.3236, -176.4834, 51.3236]}, {"id": "2422", "type": "Feature", "properties": {"id": "ak16886952", "mag": 1.2, "time": 1506222874628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.387, 59.9979, 0.0]}, "bbox": [-139.387, 59.9979, -139.387, 59.9979]}, {"id": "2423", "type": "Feature", "properties": {"id": "nm60207271", "mag": 1.17, "time": 1506222175440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.522833, 36.477167, 7.22]}, "bbox": [-89.522833, 36.477167, -89.522833, 36.477167]}, {"id": "2424", "type": "Feature", "properties": {"id": "nc72897746", "mag": 1.28, "time": 1506221915120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720833, 38.788, 2.34]}, "bbox": [-122.720833, 38.788, -122.720833, 38.788]}, {"id": "2425", "type": "Feature", "properties": {"id": "ak16886490", "mag": 1.1, "time": 1506220290807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3418, 62.9812, 77.2]}, "bbox": [-149.3418, 62.9812, -149.3418, 62.9812]}, {"id": "2426", "type": "Feature", "properties": {"id": "us2000atse", "mag": 4.6, "time": 1506220200040, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.2801, -27.8834, 30.1]}, "bbox": [-71.2801, -27.8834, -71.2801, -27.8834]}, {"id": "2427", "type": "Feature", "properties": {"id": "ak16935365", "mag": 1.8, "time": 1506220032447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1268, 57.8123, 70.2]}, "bbox": [-155.1268, 57.8123, -155.1268, 57.8123]}, {"id": "2428", "type": "Feature", "properties": {"id": "nc72897736", "mag": 1.07, "time": 1506219512840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.478833, 1.34]}, "bbox": [-118.8245, 37.478833, -118.8245, 37.478833]}, {"id": "2429", "type": "Feature", "properties": {"id": "ak16935364", "mag": 2.4, "time": 1506219397177, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8092, 52.1986, 20.4]}, "bbox": [-169.8092, 52.1986, -169.8092, 52.1986]}, {"id": "2430", "type": "Feature", "properties": {"id": "nc72897726", "mag": 2.48, "time": 1506219108260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.023333, 40.3465, 9.33]}, "bbox": [-125.023333, 40.3465, -125.023333, 40.3465]}, {"id": "2431", "type": "Feature", "properties": {"id": "us2000atsa", "mag": 4.2, "time": 1506218615340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8425, 16.574, 39.83]}, "bbox": [-94.8425, 16.574, -94.8425, 16.574]}, {"id": "2432", "type": "Feature", "properties": {"id": "ak16935363", "mag": 1.0, "time": 1506217950145, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5769, 68.6004, 0.9]}, "bbox": [-147.5769, 68.6004, -147.5769, 68.6004]}, {"id": "2433", "type": "Feature", "properties": {"id": "nc72897701", "mag": 1.48, "time": 1506217326030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.475, -0.04]}, "bbox": [-118.819333, 37.475, -118.819333, 37.475]}, {"id": "2434", "type": "Feature", "properties": {"id": "nc72897696", "mag": 1.19, "time": 1506216792400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125, 36.5355, 3.43]}, "bbox": [-121.125, 36.5355, -121.125, 36.5355]}, {"id": "2435", "type": "Feature", "properties": {"id": "ak16886371", "mag": 2.1, "time": 1506216606733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.8852, 51.4616, 53.0]}, "bbox": [179.8852, 51.4616, 179.8852, 51.4616]}, {"id": "2436", "type": "Feature", "properties": {"id": "us2000atrn", "mag": 3.8, "time": 1506215497620, "felt": 67.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1371, 36.3727, 2.82]}, "bbox": [-97.1371, 36.3727, -97.1371, 36.3727]}, {"id": "2437", "type": "Feature", "properties": {"id": "nc72897686", "mag": 2.17, "time": 1506215076790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.141167, 36.555, 2.89]}, "bbox": [-121.141167, 36.555, -121.141167, 36.555]}, {"id": "2438", "type": "Feature", "properties": {"id": "ci38008976", "mag": 1.32, "time": 1506215071310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450333, 34.2865, 7.66]}, "bbox": [-116.450333, 34.2865, -116.450333, 34.2865]}, {"id": "2439", "type": "Feature", "properties": {"id": "us2000atrk", "mag": 5.0, "time": 1506214584220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.7808, -10.6598, 47.61]}, "bbox": [161.7808, -10.6598, 161.7808, -10.6598]}, {"id": "2440", "type": "Feature", "properties": {"id": "ak16885992", "mag": 2.0, "time": 1506214179876, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6803, 63.2188, 129.3]}, "bbox": [-150.6803, 63.2188, -150.6803, 63.2188]}, {"id": "2441", "type": "Feature", "properties": {"id": "ci38008968", "mag": 1.0, "time": 1506214163490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8005, 33.996, 18.05]}, "bbox": [-116.8005, 33.996, -116.8005, 33.996]}, {"id": "2442", "type": "Feature", "properties": {"id": "ak16885991", "mag": 1.4, "time": 1506214156491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6167, 63.06, 7.0]}, "bbox": [-151.6167, 63.06, -151.6167, 63.06]}, {"id": "2443", "type": "Feature", "properties": {"id": "ak16885975", "mag": 2.0, "time": 1506213434632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5807, 63.0643, 7.3]}, "bbox": [-151.5807, 63.0643, -151.5807, 63.0643]}, {"id": "2444", "type": "Feature", "properties": {"id": "ak16885911", "mag": 1.9, "time": 1506213142249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5965, 63.0635, 4.5]}, "bbox": [-151.5965, 63.0635, -151.5965, 63.0635]}, {"id": "2445", "type": "Feature", "properties": {"id": "us2000atre", "mag": 4.4, "time": 1506212946200, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.7877, 12.9849, 60.16]}, "bbox": [-88.7877, 12.9849, -88.7877, 12.9849]}, {"id": "2446", "type": "Feature", "properties": {"id": "nc72897676", "mag": 1.44, "time": 1506212851640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836167, 37.574667, 1.65]}, "bbox": [-118.836167, 37.574667, -118.836167, 37.574667]}, {"id": "2447", "type": "Feature", "properties": {"id": "ci38008928", "mag": 1.02, "time": 1506212597460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.178333, 33.195833, 6.76]}, "bbox": [-116.178333, 33.195833, -116.178333, 33.195833]}, {"id": "2448", "type": "Feature", "properties": {"id": "ci38008920", "mag": 1.07, "time": 1506212251010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.430333, 34.0525, 9.6]}, "bbox": [-116.430333, 34.0525, -116.430333, 34.0525]}, {"id": "2449", "type": "Feature", "properties": {"id": "ak16885578", "mag": 1.8, "time": 1506211566495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6255, 61.4518, 71.8]}, "bbox": [-151.6255, 61.4518, -151.6255, 61.4518]}, {"id": "2450", "type": "Feature", "properties": {"id": "ak16885576", "mag": 1.5, "time": 1506211049943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5978, 61.5229, 17.2]}, "bbox": [-140.5978, 61.5229, -140.5978, 61.5229]}, {"id": "2451", "type": "Feature", "properties": {"id": "ak16885547", "mag": 1.3, "time": 1506210780241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6346, 63.8335, 106.3]}, "bbox": [-148.6346, 63.8335, -148.6346, 63.8335]}, {"id": "2452", "type": "Feature", "properties": {"id": "ak16885533", "mag": 1.6, "time": 1506209676573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5334, 61.8507, 43.6]}, "bbox": [-149.5334, 61.8507, -149.5334, 61.8507]}, {"id": "2453", "type": "Feature", "properties": {"id": "nc72897656", "mag": 1.03, "time": 1506208996140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7145, 38.772667, 2.47]}, "bbox": [-122.7145, 38.772667, -122.7145, 38.772667]}, {"id": "2454", "type": "Feature", "properties": {"id": "ci38008912", "mag": 1.4, "time": 1506208905320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.801167, 33.9745, 17.62]}, "bbox": [-116.801167, 33.9745, -116.801167, 33.9745]}, {"id": "2455", "type": "Feature", "properties": {"id": "ci38008904", "mag": 1.35, "time": 1506208456300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924333, 33.9845, 4.74]}, "bbox": [-116.924333, 33.9845, -116.924333, 33.9845]}, {"id": "2456", "type": "Feature", "properties": {"id": "us2000atqq", "mag": 4.5, "time": 1506207994550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9873, 16.6593, 8.9]}, "bbox": [-94.9873, 16.6593, -94.9873, 16.6593]}, {"id": "2457", "type": "Feature", "properties": {"id": "ak16885149", "mag": 1.0, "time": 1506207804984, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3702, 64.9969, 0.0]}, "bbox": [-147.3702, 64.9969, -147.3702, 64.9969]}, {"id": "2458", "type": "Feature", "properties": {"id": "uu60249057", "mag": 2.12, "time": 1506207074140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.304, 44.720667, 6.11]}, "bbox": [-111.304, 44.720667, -111.304, 44.720667]}, {"id": "2459", "type": "Feature", "properties": {"id": "nc72897646", "mag": 1.23, "time": 1506206872800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.787167, 1.28]}, "bbox": [-122.735333, 38.787167, -122.735333, 38.787167]}, {"id": "2460", "type": "Feature", "properties": {"id": "us2000atq4", "mag": 4.6, "time": 1506204121620, "felt": 194.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.616, -33.7421, 44.72]}, "bbox": [-71.616, -33.7421, -71.616, -33.7421]}, {"id": "2461", "type": "Feature", "properties": {"id": "ci38008864", "mag": 1.58, "time": 1506203611410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 33.181333, 2.86]}, "bbox": [-115.609, 33.181333, -115.609, 33.181333]}, {"id": "2462", "type": "Feature", "properties": {"id": "ak16884706", "mag": 3.1, "time": 1506202930250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.1771, 51.8267, 132.6]}, "bbox": [178.1771, 51.8267, 178.1771, 51.8267]}, {"id": "2463", "type": "Feature", "properties": {"id": "us2000atpq", "mag": 4.9, "time": 1506201617890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.82, 7.5438, 10.0]}, "bbox": [124.82, 7.5438, 124.82, 7.5438]}, {"id": "2464", "type": "Feature", "properties": {"id": "us2000atpp", "mag": 4.9, "time": 1506201494980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8199, 7.5946, 10.0]}, "bbox": [124.8199, 7.5946, 124.8199, 7.5946]}, {"id": "2465", "type": "Feature", "properties": {"id": "ak16884645", "mag": 1.0, "time": 1506201077397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.96, 64.7531, 1.8]}, "bbox": [-139.96, 64.7531, -139.96, 64.7531]}, {"id": "2466", "type": "Feature", "properties": {"id": "us2000atpb", "mag": 5.7, "time": 1506199628760, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8736, 7.6285, 31.39]}, "bbox": [124.8736, 7.6285, 124.8736, 7.6285]}, {"id": "2467", "type": "Feature", "properties": {"id": "ak16884300", "mag": 2.8, "time": 1506199486287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6652, 52.5903, 67.9]}, "bbox": [-169.6652, 52.5903, -169.6652, 52.5903]}, {"id": "2468", "type": "Feature", "properties": {"id": "nc72897611", "mag": 1.26, "time": 1506199458450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604333, 4.01]}, "bbox": [-118.821667, 37.604333, -118.821667, 37.604333]}, {"id": "2469", "type": "Feature", "properties": {"id": "ak16884298", "mag": 1.2, "time": 1506198439700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5445, 59.7818, 0.1]}, "bbox": [-136.5445, 59.7818, -136.5445, 59.7818]}, {"id": "2470", "type": "Feature", "properties": {"id": "uw61332966", "mag": 1.38, "time": 1506197756870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.684333, 48.248, 9.29]}, "bbox": [-121.684333, 48.248, -121.684333, 48.248]}, {"id": "2471", "type": "Feature", "properties": {"id": "ak16884247", "mag": 2.2, "time": 1506197594492, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0461, 51.8485, 92.8]}, "bbox": [-178.0461, 51.8485, -178.0461, 51.8485]}, {"id": "2472", "type": "Feature", "properties": {"id": "ak16883936", "mag": 1.0, "time": 1506196999226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8099, 64.7452, 10.2]}, "bbox": [-149.8099, 64.7452, -149.8099, 64.7452]}, {"id": "2473", "type": "Feature", "properties": {"id": "ci38008816", "mag": 1.2, "time": 1506196919720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.403833, 34.223333, 11.34]}, "bbox": [-118.403833, 34.223333, -118.403833, 34.223333]}, {"id": "2474", "type": "Feature", "properties": {"id": "nc72897586", "mag": 2.51, "time": 1506196446140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.396167, 40.494333, 25.08]}, "bbox": [-124.396167, 40.494333, -124.396167, 40.494333]}, {"id": "2475", "type": "Feature", "properties": {"id": "nc72897566", "mag": 2.07, "time": 1506194792800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.572667, 1.63]}, "bbox": [-118.835833, 37.572667, -118.835833, 37.572667]}, {"id": "2476", "type": "Feature", "properties": {"id": "nc72897561", "mag": 1.83, "time": 1506194678430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.574, 1.71]}, "bbox": [-118.8365, 37.574, -118.8365, 37.574]}, {"id": "2477", "type": "Feature", "properties": {"id": "ak16883864", "mag": 2.8, "time": 1506194224396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8992, 51.3293, 31.9]}, "bbox": [-175.8992, 51.3293, -175.8992, 51.3293]}, {"id": "2478", "type": "Feature", "properties": {"id": "ak16883866", "mag": 1.0, "time": 1506193955730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8833, 59.8983, 14.4]}, "bbox": [-136.8833, 59.8983, -136.8833, 59.8983]}, {"id": "2479", "type": "Feature", "properties": {"id": "nc72897541", "mag": 1.74, "time": 1506193009290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.6045, 4.22]}, "bbox": [-118.820833, 37.6045, -118.820833, 37.6045]}, {"id": "2480", "type": "Feature", "properties": {"id": "ak16883553", "mag": 1.2, "time": 1506192900100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4017, 65.5315, 14.2]}, "bbox": [-150.4017, 65.5315, -150.4017, 65.5315]}, {"id": "2481", "type": "Feature", "properties": {"id": "ak16883554", "mag": 1.2, "time": 1506192680980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0611, 67.1099, 2.8]}, "bbox": [-157.0611, 67.1099, -157.0611, 67.1099]}, {"id": "2482", "type": "Feature", "properties": {"id": "us2000atnx", "mag": 2.6, "time": 1506192601240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4214, 42.5566, 9.03]}, "bbox": [-111.4214, 42.5566, -111.4214, 42.5566]}, {"id": "2483", "type": "Feature", "properties": {"id": "ak16883552", "mag": 1.1, "time": 1506192410113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.197, 60.3011, 0.2]}, "bbox": [-143.197, 60.3011, -143.197, 60.3011]}, {"id": "2484", "type": "Feature", "properties": {"id": "nc72897531", "mag": 2.28, "time": 1506191594770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604, 4.22]}, "bbox": [-118.821667, 37.604, -118.821667, 37.604]}, {"id": "2485", "type": "Feature", "properties": {"id": "us2000augr", "mag": 4.5, "time": 1506191531170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.4442, -11.942, 15.62]}, "bbox": [-138.4442, -11.942, -138.4442, -11.942]}, {"id": "2486", "type": "Feature", "properties": {"id": "ci38008760", "mag": 1.23, "time": 1506190682920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.415167, 33.1465, 4.6]}, "bbox": [-116.415167, 33.1465, -116.415167, 33.1465]}, {"id": "2487", "type": "Feature", "properties": {"id": "ci38008752", "mag": 1.14, "time": 1506190401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.972, 33.217167, 7.81]}, "bbox": [-115.972, 33.217167, -115.972, 33.217167]}, {"id": "2488", "type": "Feature", "properties": {"id": "nc72897521", "mag": 1.68, "time": 1506190013010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811833, 38.821167, 1.49]}, "bbox": [-122.811833, 38.821167, -122.811833, 38.821167]}, {"id": "2489", "type": "Feature", "properties": {"id": "ak16883482", "mag": 1.4, "time": 1506189726896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.742, 64.4224, 18.2]}, "bbox": [-148.742, 64.4224, -148.742, 64.4224]}, {"id": "2490", "type": "Feature", "properties": {"id": "ak16923786", "mag": 2.7, "time": 1506189654902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1544, 53.4208, 25.6]}, "bbox": [-163.1544, 53.4208, -163.1544, 53.4208]}, {"id": "2491", "type": "Feature", "properties": {"id": "hv61918336", "mag": 2.94, "time": 1506189242240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611167, 19.4215, 2.482]}, "bbox": [-155.611167, 19.4215, -155.611167, 19.4215]}, {"id": "2492", "type": "Feature", "properties": {"id": "us2000atn1", "mag": 4.4, "time": 1506188901480, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.1457, 7.0739, 96.15]}, "bbox": [125.1457, 7.0739, 125.1457, 7.0739]}, {"id": "2493", "type": "Feature", "properties": {"id": "nc72897511", "mag": 1.1, "time": 1506188786860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7965, 37.484667, 7.75]}, "bbox": [-118.7965, 37.484667, -118.7965, 37.484667]}, {"id": "2494", "type": "Feature", "properties": {"id": "ak16883178", "mag": 2.9, "time": 1506188673480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5715, 58.1668, 7.8]}, "bbox": [-151.5715, 58.1668, -151.5715, 58.1668]}, {"id": "2495", "type": "Feature", "properties": {"id": "ak16923784", "mag": 1.7, "time": 1506187667099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6425, 60.6215, 67.6]}, "bbox": [-151.6425, 60.6215, -151.6425, 60.6215]}, {"id": "2496", "type": "Feature", "properties": {"id": "us2000atms", "mag": 5.0, "time": 1506187553100, "felt": 30.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.9096, -30.7535, 117.2]}, "bbox": [-68.9096, -30.7535, -68.9096, -30.7535]}, {"id": "2497", "type": "Feature", "properties": {"id": "ci38008720", "mag": 1.14, "time": 1506187127550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4515, 34.231833, 12.91]}, "bbox": [-117.4515, 34.231833, -117.4515, 34.231833]}, {"id": "2498", "type": "Feature", "properties": {"id": "nc72897476", "mag": 2.49, "time": 1506186613660, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3425, 36.714, -0.57]}, "bbox": [-121.3425, 36.714, -121.3425, 36.714]}, {"id": "2499", "type": "Feature", "properties": {"id": "nc72897471", "mag": 1.19, "time": 1506186452260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773834, 38.833832, 1.91]}, "bbox": [-122.773834, 38.833832, -122.773834, 38.833832]}, {"id": "2500", "type": "Feature", "properties": {"id": "ci38008696", "mag": 1.09, "time": 1506186268310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848333, 36.183167, 3.2]}, "bbox": [-117.848333, 36.183167, -117.848333, 36.183167]}, {"id": "2501", "type": "Feature", "properties": {"id": "ci38008688", "mag": 1.35, "time": 1506185983910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.845167, 36.179667, 2.43]}, "bbox": [-117.845167, 36.179667, -117.845167, 36.179667]}, {"id": "2502", "type": "Feature", "properties": {"id": "nc72897466", "mag": 1.85, "time": 1506185948480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807, 38.052667, 0.81]}, "bbox": [-118.807, 38.052667, -118.807, 38.052667]}, {"id": "2503", "type": "Feature", "properties": {"id": "us2000atmg", "mag": 4.4, "time": 1506185133990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [71.1291, 36.4703, 91.01]}, "bbox": [71.1291, 36.4703, 71.1291, 36.4703]}, {"id": "2504", "type": "Feature", "properties": {"id": "us2000atmf", "mag": 4.5, "time": 1506184783190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.21, -28.772, 131.62]}, "bbox": [-69.21, -28.772, -69.21, -28.772]}, {"id": "2505", "type": "Feature", "properties": {"id": "nc72897451", "mag": 1.44, "time": 1506184758630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9955, 36.407667, 6.86]}, "bbox": [-120.9955, 36.407667, -120.9955, 36.407667]}, {"id": "2506", "type": "Feature", "properties": {"id": "ci38008672", "mag": 2.68, "time": 1506184689590, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.498333, 5.63]}, "bbox": [-116.8015, 33.498333, -116.8015, 33.498333]}, {"id": "2507", "type": "Feature", "properties": {"id": "ci38008664", "mag": 1.11, "time": 1506184563870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.261167, 34.006833, 14.43]}, "bbox": [-117.261167, 34.006833, -117.261167, 34.006833]}, {"id": "2508", "type": "Feature", "properties": {"id": "us2000atmc", "mag": 2.7, "time": 1506184527900, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4447, 42.5711, 9.8]}, "bbox": [-111.4447, 42.5711, -111.4447, 42.5711]}, {"id": "2509", "type": "Feature", "properties": {"id": "us2000atma", "mag": 4.4, "time": 1506183893420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7171, 16.8156, 10.0]}, "bbox": [-94.7171, 16.8156, -94.7171, 16.8156]}, {"id": "2510", "type": "Feature", "properties": {"id": "nc72897441", "mag": 1.31, "time": 1506183491090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.170833, 12.95]}, "bbox": [-118.606833, 37.170833, -118.606833, 37.170833]}, {"id": "2511", "type": "Feature", "properties": {"id": "nc72897436", "mag": 1.56, "time": 1506183390100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.198667, 10.68]}, "bbox": [-118.606833, 37.198667, -118.606833, 37.198667]}, {"id": "2512", "type": "Feature", "properties": {"id": "ak16882778", "mag": 2.6, "time": 1506183338101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.6342, 57.1033, 9.7]}, "bbox": [-157.6342, 57.1033, -157.6342, 57.1033]}, {"id": "2513", "type": "Feature", "properties": {"id": "ak16923782", "mag": 2.0, "time": 1506182696586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8058, 59.0921, 75.1]}, "bbox": [-152.8058, 59.0921, -152.8058, 59.0921]}, {"id": "2514", "type": "Feature", "properties": {"id": "ak16882769", "mag": 3.1, "time": 1506182496691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0149, 52.3026, 176.2]}, "bbox": [-173.0149, 52.3026, -173.0149, 52.3026]}, {"id": "2515", "type": "Feature", "properties": {"id": "us2000atm1", "mag": 4.3, "time": 1506182042160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [62.7519, 26.1798, 45.69]}, "bbox": [62.7519, 26.1798, 62.7519, 26.1798]}, {"id": "2516", "type": "Feature", "properties": {"id": "ak16882474", "mag": 1.9, "time": 1506181429544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7141, 61.0689, 15.9]}, "bbox": [-150.7141, 61.0689, -150.7141, 61.0689]}, {"id": "2517", "type": "Feature", "properties": {"id": "ak16882473", "mag": 1.1, "time": 1506181415825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5959, 60.5708, 14.6]}, "bbox": [-141.5959, 60.5708, -141.5959, 60.5708]}, {"id": "2518", "type": "Feature", "properties": {"id": "nc72897426", "mag": 1.24, "time": 1506180532690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623667, 37.188167, 10.74]}, "bbox": [-118.623667, 37.188167, -118.623667, 37.188167]}, {"id": "2519", "type": "Feature", "properties": {"id": "ci38008584", "mag": 1.58, "time": 1506180105990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.444, 33.030667, 2.87]}, "bbox": [-116.444, 33.030667, -116.444, 33.030667]}, {"id": "2520", "type": "Feature", "properties": {"id": "us2000atlk", "mag": 3.8, "time": 1506180000610, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4292, 42.5433, 9.91]}, "bbox": [-111.4292, 42.5433, -111.4292, 42.5433]}, {"id": "2521", "type": "Feature", "properties": {"id": "us2000atlf", "mag": 4.2, "time": 1506179194220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0107, 16.603, 10.0]}, "bbox": [-95.0107, 16.603, -95.0107, 16.603]}, {"id": "2522", "type": "Feature", "properties": {"id": "mb80257194", "mag": 1.15, "time": 1506178837080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.886, 12.66]}, "bbox": [-112.525833, 46.886, -112.525833, 46.886]}, {"id": "2523", "type": "Feature", "properties": {"id": "nn00606739", "mag": 1.0, "time": 1506178325112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0924, 40.2311, 5.5]}, "bbox": [-121.0924, 40.2311, -121.0924, 40.2311]}, {"id": "2524", "type": "Feature", "properties": {"id": "ci38008536", "mag": 1.59, "time": 1506177881730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.495667, 3.67]}, "bbox": [-116.795667, 33.495667, -116.795667, 33.495667]}, {"id": "2525", "type": "Feature", "properties": {"id": "us2000atkr", "mag": 4.9, "time": 1506177106540, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8831, 16.6905, 10.0]}, "bbox": [-94.8831, 16.6905, -94.8831, 16.6905]}, {"id": "2526", "type": "Feature", "properties": {"id": "us2000atku", "mag": 4.2, "time": 1506176872070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.97, 16.7939, 10.0]}, "bbox": [-94.97, 16.7939, -94.97, 16.7939]}, {"id": "2527", "type": "Feature", "properties": {"id": "nc72897386", "mag": 1.06, "time": 1506176360420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811667, 38.818667, 2.57]}, "bbox": [-122.811667, 38.818667, -122.811667, 38.818667]}, {"id": "2528", "type": "Feature", "properties": {"id": "ci38008512", "mag": 2.34, "time": 1506176315810, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0575, 34.503333, 8.9]}, "bbox": [-118.0575, 34.503333, -118.0575, 34.503333]}, {"id": "2529", "type": "Feature", "properties": {"id": "us2000atkn", "mag": 4.4, "time": 1506176300040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1269, 16.7434, 10.0]}, "bbox": [-95.1269, 16.7434, -95.1269, 16.7434]}, {"id": "2530", "type": "Feature", "properties": {"id": "ak16882104", "mag": 1.1, "time": 1506175629079, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8075, 60.3407, 9.1]}, "bbox": [-139.8075, 60.3407, -139.8075, 60.3407]}, {"id": "2531", "type": "Feature", "properties": {"id": "nc72897361", "mag": 0.96, "time": 1506174820850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.612, 37.392833, 13.92]}, "bbox": [-118.612, 37.392833, -118.612, 37.392833]}, {"id": "2532", "type": "Feature", "properties": {"id": "ak16881826", "mag": 2.5, "time": 1506174802909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6324, 58.8539, 123.3]}, "bbox": [-154.6324, 58.8539, -154.6324, 58.8539]}, {"id": "2533", "type": "Feature", "properties": {"id": "ci38008496", "mag": 1.78, "time": 1506174424760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817167, 34.867667, 4.67]}, "bbox": [-118.817167, 34.867667, -118.817167, 34.867667]}, {"id": "2534", "type": "Feature", "properties": {"id": "ak16881795", "mag": 1.1, "time": 1506173527174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8881, 64.8661, 12.9]}, "bbox": [-148.8881, 64.8661, -148.8881, 64.8661]}, {"id": "2535", "type": "Feature", "properties": {"id": "us2000atke", "mag": 5.1, "time": 1506173434140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.8176, 13.6704, 193.27]}, "bbox": [120.8176, 13.6704, 120.8176, 13.6704]}, {"id": "2536", "type": "Feature", "properties": {"id": "us2000atk8", "mag": 4.8, "time": 1506173052110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9123, 16.7308, 10.0]}, "bbox": [-94.9123, 16.7308, -94.9123, 16.7308]}, {"id": "2537", "type": "Feature", "properties": {"id": "ak16881771", "mag": 1.2, "time": 1506172200912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8726, 64.8605, 11.6]}, "bbox": [-148.8726, 64.8605, -148.8726, 64.8605]}, {"id": "2538", "type": "Feature", "properties": {"id": "ak16881749", "mag": 1.6, "time": 1506171778198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8844, 64.8563, 10.3]}, "bbox": [-148.8844, 64.8563, -148.8844, 64.8563]}, {"id": "2539", "type": "Feature", "properties": {"id": "us2000atjy", "mag": 4.3, "time": 1506171499860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.9043, -2.9658, 44.93]}, "bbox": [129.9043, -2.9658, 129.9043, -2.9658]}, {"id": "2540", "type": "Feature", "properties": {"id": "uu60248857", "mag": 1.35, "time": 1506171338590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.890833, 37.000833, 18.28]}, "bbox": [-112.890833, 37.000833, -112.890833, 37.000833]}, {"id": "2541", "type": "Feature", "properties": {"id": "us2000atjv", "mag": 6.1, "time": 1506171182420, "felt": 203.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9509, 16.7732, 9.62]}, "bbox": [-94.9509, 16.7732, -94.9509, 16.7732]}, {"id": "2542", "type": "Feature", "properties": {"id": "ak16881467", "mag": 1.4, "time": 1506170949832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8768, 64.9158, 8.5]}, "bbox": [-148.8768, 64.9158, -148.8768, 64.9158]}, {"id": "2543", "type": "Feature", "properties": {"id": "ak16881459", "mag": 1.7, "time": 1506170669236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6941, 64.6752, 17.2]}, "bbox": [-149.6941, 64.6752, -149.6941, 64.6752]}, {"id": "2544", "type": "Feature", "properties": {"id": "ak16881453", "mag": 1.5, "time": 1506170369239, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9047, 64.8585, 16.1]}, "bbox": [-148.9047, 64.8585, -148.9047, 64.8585]}, {"id": "2545", "type": "Feature", "properties": {"id": "us2000atjm", "mag": 4.6, "time": 1506169519350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.1923, 31.1823, 10.0]}, "bbox": [142.1923, 31.1823, 142.1923, 31.1823]}, {"id": "2546", "type": "Feature", "properties": {"id": "us2000avhc", "mag": 2.6, "time": 1506167877970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.84, 52.2553, 189.02]}, "bbox": [-175.84, 52.2553, -175.84, 52.2553]}, {"id": "2547", "type": "Feature", "properties": {"id": "ak16881171", "mag": 2.3, "time": 1506167030162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8612, 51.6605, 44.9]}, "bbox": [-175.8612, 51.6605, -175.8612, 51.6605]}, {"id": "2548", "type": "Feature", "properties": {"id": "uu60248832", "mag": 1.05, "time": 1506167017860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.340667, 40.274333, 3.24]}, "bbox": [-111.340667, 40.274333, -111.340667, 40.274333]}, {"id": "2549", "type": "Feature", "properties": {"id": "us2000augc", "mag": 4.6, "time": 1506166612290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [154.9573, -5.8521, 181.5]}, "bbox": [154.9573, -5.8521, 154.9573, -5.8521]}, {"id": "2550", "type": "Feature", "properties": {"id": "ak16881170", "mag": 1.2, "time": 1506166372386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7852, 62.5649, 5.8]}, "bbox": [-151.7852, 62.5649, -151.7852, 62.5649]}, {"id": "2551", "type": "Feature", "properties": {"id": "ak16881168", "mag": 1.3, "time": 1506166038103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5567, 63.2977, 0.7]}, "bbox": [-150.5567, 63.2977, -150.5567, 63.2977]}, {"id": "2552", "type": "Feature", "properties": {"id": "nc72897346", "mag": 1.79, "time": 1506165696260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112333, 37.231, 6.72]}, "bbox": [-118.112333, 37.231, -118.112333, 37.231]}, {"id": "2553", "type": "Feature", "properties": {"id": "us2000avha", "mag": 3.4, "time": 1506165671380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4308, 52.2784, 36.52]}, "bbox": [-170.4308, 52.2784, -170.4308, 52.2784]}, {"id": "2554", "type": "Feature", "properties": {"id": "ci38008448", "mag": 1.41, "time": 1506165347360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.561667, 32.957167, 8.78]}, "bbox": [-116.561667, 32.957167, -116.561667, 32.957167]}, {"id": "2555", "type": "Feature", "properties": {"id": "ak16881165", "mag": 1.3, "time": 1506165145820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3968, 60.1913, 0.0]}, "bbox": [-141.3968, 60.1913, -141.3968, 60.1913]}, {"id": "2556", "type": "Feature", "properties": {"id": "ak16881154", "mag": 1.7, "time": 1506164474729, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4355, 60.0468, 0.0]}, "bbox": [-139.4355, 60.0468, -139.4355, 60.0468]}, {"id": "2557", "type": "Feature", "properties": {"id": "ak16923760", "mag": 1.5, "time": 1506164269172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3627, 51.5307, 19.4]}, "bbox": [-177.3627, 51.5307, -177.3627, 51.5307]}, {"id": "2558", "type": "Feature", "properties": {"id": "us2000atis", "mag": 5.8, "time": 1506163088980, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1625, 15.6979, 74.22]}, "bbox": [-94.1625, 15.6979, -94.1625, 15.6979]}, {"id": "2559", "type": "Feature", "properties": {"id": "ak16880880", "mag": 2.0, "time": 1506162923314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4514, 58.8323, 121.0]}, "bbox": [-154.4514, 58.8323, -154.4514, 58.8323]}, {"id": "2560", "type": "Feature", "properties": {"id": "ak16880879", "mag": 1.5, "time": 1506162509845, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4379, 59.9894, 0.0]}, "bbox": [-139.4379, 59.9894, -139.4379, 59.9894]}, {"id": "2561", "type": "Feature", "properties": {"id": "nc72897331", "mag": 1.09, "time": 1506162381540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827, 37.610667, 4.37]}, "bbox": [-118.827, 37.610667, -118.827, 37.610667]}, {"id": "2562", "type": "Feature", "properties": {"id": "ak16880874", "mag": 1.6, "time": 1506161778674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9513, 62.6833, 55.4]}, "bbox": [-148.9513, 62.6833, -148.9513, 62.6833]}, {"id": "2563", "type": "Feature", "properties": {"id": "ak16880872", "mag": 2.2, "time": 1506161709130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2999, 57.8298, 119.2]}, "bbox": [-156.2999, 57.8298, -156.2999, 57.8298]}, {"id": "2564", "type": "Feature", "properties": {"id": "ak16880868", "mag": 1.9, "time": 1506161335096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0011, 60.342, 8.2]}, "bbox": [-143.0011, 60.342, -143.0011, 60.342]}, {"id": "2565", "type": "Feature", "properties": {"id": "ak16880864", "mag": 1.5, "time": 1506160533641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2829, 64.8808, 8.0]}, "bbox": [-151.2829, 64.8808, -151.2829, 64.8808]}, {"id": "2566", "type": "Feature", "properties": {"id": "nc72897316", "mag": 1.12, "time": 1506160300400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.288667, 36.670833, 2.66]}, "bbox": [-121.288667, 36.670833, -121.288667, 36.670833]}, {"id": "2567", "type": "Feature", "properties": {"id": "us2000ati0", "mag": 4.5, "time": 1506158356450, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.7746, 9.1385, 52.29]}, "bbox": [-77.7746, 9.1385, -77.7746, 9.1385]}, {"id": "2568", "type": "Feature", "properties": {"id": "nc72897301", "mag": 3.32, "time": 1506157219710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0845, 40.348333, 11.62]}, "bbox": [-127.0845, 40.348333, -127.0845, 40.348333]}, {"id": "2569", "type": "Feature", "properties": {"id": "uw61332771", "mag": 1.35, "time": 1506157207660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.313333, 47.606333, 8.75]}, "bbox": [-122.313333, 47.606333, -122.313333, 47.606333]}, {"id": "2570", "type": "Feature", "properties": {"id": "nc72897271", "mag": 1.14, "time": 1506156362630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.254167, 36.643167, 6.03]}, "bbox": [-121.254167, 36.643167, -121.254167, 36.643167]}, {"id": "2571", "type": "Feature", "properties": {"id": "ak16880667", "mag": 1.1, "time": 1506155808049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5764, 61.5311, 0.0]}, "bbox": [-140.5764, 61.5311, -140.5764, 61.5311]}, {"id": "2572", "type": "Feature", "properties": {"id": "us2000ati7", "mag": 3.5, "time": 1506155357560, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0524, 41.3116, 5.0]}, "bbox": [129.0524, 41.3116, 129.0524, 41.3116]}, {"id": "2573", "type": "Feature", "properties": {"id": "us2000atht", "mag": 4.7, "time": 1506154802240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.0272, 44.3731, 31.79]}, "bbox": [152.0272, 44.3731, 152.0272, 44.3731]}, {"id": "2574", "type": "Feature", "properties": {"id": "ak16880659", "mag": 1.0, "time": 1506154668324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1159, 65.4383, 3.7]}, "bbox": [-142.1159, 65.4383, -142.1159, 65.4383]}, {"id": "2575", "type": "Feature", "properties": {"id": "ak16880589", "mag": 2.0, "time": 1506153946841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.5946, 79.6]}, "bbox": [-151.6279, 61.5946, -151.6279, 61.5946]}, {"id": "2576", "type": "Feature", "properties": {"id": "nc72897246", "mag": 1.31, "time": 1506153823970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.762, 38.794, 0.72]}, "bbox": [-122.762, 38.794, -122.762, 38.794]}, {"id": "2577", "type": "Feature", "properties": {"id": "ci38008352", "mag": 1.63, "time": 1506153604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4425, 33.0265, 5.8]}, "bbox": [-116.4425, 33.0265, -116.4425, 33.0265]}, {"id": "2578", "type": "Feature", "properties": {"id": "nn00606675", "mag": 1.2, "time": 1506152057931, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4054, 10.3]}, "bbox": [-118.9167, 38.4054, -118.9167, 38.4054]}, {"id": "2579", "type": "Feature", "properties": {"id": "ak16880394", "mag": 3.6, "time": 1506152017544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.2081, 31.9]}, "bbox": [-170.3853, 52.2081, -170.3853, 52.2081]}, {"id": "2580", "type": "Feature", "properties": {"id": "ak16923747", "mag": 1.9, "time": 1506151958661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4175, 51.6761, 16.6]}, "bbox": [-178.4175, 51.6761, -178.4175, 51.6761]}, {"id": "2581", "type": "Feature", "properties": {"id": "ci38008344", "mag": 1.48, "time": 1506151638300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.324167, 33.310833, 12.5]}, "bbox": [-116.324167, 33.310833, -116.324167, 33.310833]}, {"id": "2582", "type": "Feature", "properties": {"id": "uu60248802", "mag": 2.41, "time": 1506151450100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.419667, 42.565833, 9.15]}, "bbox": [-111.419667, 42.565833, -111.419667, 42.565833]}, {"id": "2583", "type": "Feature", "properties": {"id": "us2000ath8", "mag": 4.1, "time": 1506151137510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2976, 15.8203, 61.65]}, "bbox": [-94.2976, 15.8203, -94.2976, 15.8203]}, {"id": "2584", "type": "Feature", "properties": {"id": "nc72897236", "mag": 1.32, "time": 1506151113910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898167, 37.524833, 12.73]}, "bbox": [-118.898167, 37.524833, -118.898167, 37.524833]}, {"id": "2585", "type": "Feature", "properties": {"id": "us2000ath6", "mag": 4.1, "time": 1506150769430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3958, 15.2768, 10.51]}, "bbox": [-94.3958, 15.2768, -94.3958, 15.2768]}, {"id": "2586", "type": "Feature", "properties": {"id": "ci38008328", "mag": 1.27, "time": 1506150100050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.200167, 33.893167, 7.86]}, "bbox": [-118.200167, 33.893167, -118.200167, 33.893167]}, {"id": "2587", "type": "Feature", "properties": {"id": "nn00606672", "mag": 1.5, "time": 1506150086518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2696, 38.2952, 0.0]}, "bbox": [-116.2696, 38.2952, -116.2696, 38.2952]}, {"id": "2588", "type": "Feature", "properties": {"id": "us2000augd", "mag": 4.4, "time": 1506150000550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.8812, 20.1804, 76.9]}, "bbox": [144.8812, 20.1804, 144.8812, 20.1804]}, {"id": "2589", "type": "Feature", "properties": {"id": "ci38008320", "mag": 1.19, "time": 1506149119830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9395, 33.982167, 4.39]}, "bbox": [-116.9395, 33.982167, -116.9395, 33.982167]}, {"id": "2590", "type": "Feature", "properties": {"id": "us2000atgz", "mag": 4.2, "time": 1506149095090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.0247, 10.6523, 19.49]}, "bbox": [-87.0247, 10.6523, -87.0247, 10.6523]}, {"id": "2591", "type": "Feature", "properties": {"id": "ak16880326", "mag": 2.0, "time": 1506149068802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0613, 61.3779, 34.8]}, "bbox": [-150.0613, 61.3779, -150.0613, 61.3779]}, {"id": "2592", "type": "Feature", "properties": {"id": "us2000ath2", "mag": 4.7, "time": 1506149033340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.7584, -3.0863, 34.1]}, "bbox": [129.7584, -3.0863, 129.7584, -3.0863]}, {"id": "2593", "type": "Feature", "properties": {"id": "ak16880327", "mag": 1.1, "time": 1506149006055, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2865, 68.6023, 13.4]}, "bbox": [-147.2865, 68.6023, -147.2865, 68.6023]}, {"id": "2594", "type": "Feature", "properties": {"id": "uw61332671", "mag": 1.77, "time": 1506147857710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.281667, 47.7015, 25.73]}, "bbox": [-122.281667, 47.7015, -122.281667, 47.7015]}, {"id": "2595", "type": "Feature", "properties": {"id": "nc72897231", "mag": 2.11, "time": 1506147638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6555, 36.061833, 9.09]}, "bbox": [-119.6555, 36.061833, -119.6555, 36.061833]}, {"id": "2596", "type": "Feature", "properties": {"id": "us2000aug5", "mag": 4.5, "time": 1506146537200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8683, -24.2891, 524.27]}, "bbox": [-179.8683, -24.2891, -179.8683, -24.2891]}, {"id": "2597", "type": "Feature", "properties": {"id": "ci38008296", "mag": 1.25, "time": 1506146485640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.616, 33.586167, 13.04]}, "bbox": [-116.616, 33.586167, -116.616, 33.586167]}, {"id": "2598", "type": "Feature", "properties": {"id": "ak16880116", "mag": 1.8, "time": 1506145682289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2213, 66.2475, 7.6]}, "bbox": [-142.2213, 66.2475, -142.2213, 66.2475]}, {"id": "2599", "type": "Feature", "properties": {"id": "nn00606730", "mag": 1.3, "time": 1506145648978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1876, 38.2127, 0.0]}, "bbox": [-116.1876, 38.2127, -116.1876, 38.2127]}, {"id": "2600", "type": "Feature", "properties": {"id": "ci38008288", "mag": 1.58, "time": 1506145525140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4415, 32.5255, 16.12]}, "bbox": [-117.4415, 32.5255, -117.4415, 32.5255]}, {"id": "2601", "type": "Feature", "properties": {"id": "nn00606667", "mag": 1.5, "time": 1506145236843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.917, 38.3346, 11.4]}, "bbox": [-118.917, 38.3346, -118.917, 38.3346]}, {"id": "2602", "type": "Feature", "properties": {"id": "us2000atgp", "mag": 4.5, "time": 1506143865490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.7175, 9.7486, 52.5]}, "bbox": [-74.7175, 9.7486, -74.7175, 9.7486]}, {"id": "2603", "type": "Feature", "properties": {"id": "us2000athl", "mag": 4.4, "time": 1506143271620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [108.9322, -8.2399, 66.53]}, "bbox": [108.9322, -8.2399, 108.9322, -8.2399]}, {"id": "2604", "type": "Feature", "properties": {"id": "nc72897216", "mag": 1.88, "time": 1506142958730, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9835, 40.89, 15.76]}, "bbox": [-121.9835, 40.89, -121.9835, 40.89]}, {"id": "2605", "type": "Feature", "properties": {"id": "nc72897211", "mag": 1.17, "time": 1506142616000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837166, 1.66]}, "bbox": [-122.827667, 38.837166, -122.827667, 38.837166]}, {"id": "2606", "type": "Feature", "properties": {"id": "nc72897201", "mag": 0.95, "time": 1506142430900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.848, 38.839168, 2.3]}, "bbox": [-122.848, 38.839168, -122.848, 38.839168]}, {"id": "2607", "type": "Feature", "properties": {"id": "nc72897191", "mag": 1.9, "time": 1506141940330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 40.264333, 3.77]}, "bbox": [-121.177333, 40.264333, -121.177333, 40.264333]}, {"id": "2608", "type": "Feature", "properties": {"id": "ak16879870", "mag": 2.3, "time": 1506141876996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6246, 59.199, 103.8]}, "bbox": [-153.6246, 59.199, -153.6246, 59.199]}, {"id": "2609", "type": "Feature", "properties": {"id": "ak16879869", "mag": 1.3, "time": 1506141297637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7807, 60.3298, 7.0]}, "bbox": [-139.7807, 60.3298, -139.7807, 60.3298]}, {"id": "2610", "type": "Feature", "properties": {"id": "nn00606723", "mag": 1.0, "time": 1506140560559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2867, 38.4929, 10.3]}, "bbox": [-119.2867, 38.4929, -119.2867, 38.4929]}, {"id": "2611", "type": "Feature", "properties": {"id": "ci38008224", "mag": 0.95, "time": 1506140386650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.208667, 33.3405, 11.26]}, "bbox": [-116.208667, 33.3405, -116.208667, 33.3405]}, {"id": "2612", "type": "Feature", "properties": {"id": "ak16879830", "mag": 1.4, "time": 1506140318328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2827, 60.4409, 47.8]}, "bbox": [-151.2827, 60.4409, -151.2827, 60.4409]}, {"id": "2613", "type": "Feature", "properties": {"id": "nn00606722", "mag": 1.2, "time": 1506140002001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9021, 38.3867, 7.8]}, "bbox": [-118.9021, 38.3867, -118.9021, 38.3867]}, {"id": "2614", "type": "Feature", "properties": {"id": "nn00606720", "mag": 1.1, "time": 1506139980519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2929, 38.489, 10.9]}, "bbox": [-119.2929, 38.489, -119.2929, 38.489]}, {"id": "2615", "type": "Feature", "properties": {"id": "nc72897176", "mag": 1.78, "time": 1506139907070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.285333, 38.488, 8.4]}, "bbox": [-119.285333, 38.488, -119.285333, 38.488]}, {"id": "2616", "type": "Feature", "properties": {"id": "nc72897171", "mag": 1.19, "time": 1506139518870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735336, 38.790001, 1.8]}, "bbox": [-122.735336, 38.790001, -122.735336, 38.790001]}, {"id": "2617", "type": "Feature", "properties": {"id": "nc72897166", "mag": 2.9, "time": 1506138206720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.992667, 40.335333, 11.62]}, "bbox": [-126.992667, 40.335333, -126.992667, 40.335333]}, {"id": "2618", "type": "Feature", "properties": {"id": "us2000atgc", "mag": 4.2, "time": 1506137667560, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9729, 15.6003, 33.69]}, "bbox": [-94.9729, 15.6003, -94.9729, 15.6003]}, {"id": "2619", "type": "Feature", "properties": {"id": "nc72897161", "mag": 3.28, "time": 1506137168410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.014, 40.471167, 11.62]}, "bbox": [-127.014, 40.471167, -127.014, 40.471167]}, {"id": "2620", "type": "Feature", "properties": {"id": "ak16879595", "mag": 2.4, "time": 1506137087441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8458, 58.348, 0.3]}, "bbox": [-151.8458, 58.348, -151.8458, 58.348]}, {"id": "2621", "type": "Feature", "properties": {"id": "ak16923736", "mag": 1.3, "time": 1506135643558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0957, 61.7127, 43.6]}, "bbox": [-150.0957, 61.7127, -150.0957, 61.7127]}, {"id": "2622", "type": "Feature", "properties": {"id": "ak16879403", "mag": 1.0, "time": 1506135058360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4982, 63.0889, 5.6]}, "bbox": [-151.4982, 63.0889, -151.4982, 63.0889]}, {"id": "2623", "type": "Feature", "properties": {"id": "ak16923734", "mag": 2.5, "time": 1506133328382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4425, 54.2787, 25.6]}, "bbox": [-161.4425, 54.2787, -161.4425, 54.2787]}, {"id": "2624", "type": "Feature", "properties": {"id": "ak16879357", "mag": 2.6, "time": 1506132937319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3477, 59.8339, 130.6]}, "bbox": [-153.3477, 59.8339, -153.3477, 59.8339]}, {"id": "2625", "type": "Feature", "properties": {"id": "ak16879346", "mag": 2.2, "time": 1506132165090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4939, 67.7172, 16.4]}, "bbox": [-143.4939, 67.7172, -143.4939, 67.7172]}, {"id": "2626", "type": "Feature", "properties": {"id": "ak16879344", "mag": 2.6, "time": 1506132016431, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1196, 54.9637, 82.8]}, "bbox": [-161.1196, 54.9637, -161.1196, 54.9637]}, {"id": "2627", "type": "Feature", "properties": {"id": "nn00606656", "mag": 1.3, "time": 1506130971840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3283, 38.6945, 9.9]}, "bbox": [-119.3283, 38.6945, -119.3283, 38.6945]}, {"id": "2628", "type": "Feature", "properties": {"id": "nc72897141", "mag": 2.05, "time": 1506130087910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.4195, 40.470333, 27.65]}, "bbox": [-124.4195, 40.470333, -124.4195, 40.470333]}, {"id": "2629", "type": "Feature", "properties": {"id": "ak16879132", "mag": 1.4, "time": 1506129632041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0373, 62.0301, 10.3]}, "bbox": [-149.0373, 62.0301, -149.0373, 62.0301]}, {"id": "2630", "type": "Feature", "properties": {"id": "us2000atfh", "mag": 2.6, "time": 1506129518070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4417, 42.5563, 10.5]}, "bbox": [-111.4417, 42.5563, -111.4417, 42.5563]}, {"id": "2631", "type": "Feature", "properties": {"id": "nc72897136", "mag": 1.16, "time": 1506129465180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.888333, 36.006167, 8.34]}, "bbox": [-120.888333, 36.006167, -120.888333, 36.006167]}, {"id": "2632", "type": "Feature", "properties": {"id": "ak16879131", "mag": 1.2, "time": 1506128472934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7081, 62.2652, 36.6]}, "bbox": [-148.7081, 62.2652, -148.7081, 62.2652]}, {"id": "2633", "type": "Feature", "properties": {"id": "nc72897126", "mag": 2.19, "time": 1506127820390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.640167, 36.048667, 19.79]}, "bbox": [-119.640167, 36.048667, -119.640167, 36.048667]}, {"id": "2634", "type": "Feature", "properties": {"id": "us2000aug3", "mag": 4.3, "time": 1506127768780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.2316, -6.5899, 129.05]}, "bbox": [130.2316, -6.5899, 130.2316, -6.5899]}, {"id": "2635", "type": "Feature", "properties": {"id": "us2000atfc", "mag": 4.4, "time": 1506126533850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4878, -17.8955, 579.93]}, "bbox": [-178.4878, -17.8955, -178.4878, -17.8955]}, {"id": "2636", "type": "Feature", "properties": {"id": "ak16878940", "mag": 1.3, "time": 1506126488960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4306, 62.433, 39.3]}, "bbox": [-148.4306, 62.433, -148.4306, 62.433]}, {"id": "2637", "type": "Feature", "properties": {"id": "ak16923727", "mag": 1.8, "time": 1506125768611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7156, 59.1725, 89.1]}, "bbox": [-153.7156, 59.1725, -153.7156, 59.1725]}, {"id": "2638", "type": "Feature", "properties": {"id": "uw61332606", "mag": 1.37, "time": 1506125724350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8475, 47.767167, 17.62]}, "bbox": [-122.8475, 47.767167, -122.8475, 47.767167]}, {"id": "2639", "type": "Feature", "properties": {"id": "us2000atf6", "mag": 4.6, "time": 1506125651480, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.5944, 34.2131, 35.0]}, "bbox": [74.5944, 34.2131, 74.5944, 34.2131]}, {"id": "2640", "type": "Feature", "properties": {"id": "ak16923726", "mag": 1.0, "time": 1506125523162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4554, 62.0263, 40.4]}, "bbox": [-147.4554, 62.0263, -147.4554, 62.0263]}, {"id": "2641", "type": "Feature", "properties": {"id": "ak16926133", "mag": 2.1, "time": 1506124308750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1191, 56.3855, 12.5]}, "bbox": [-156.1191, 56.3855, -156.1191, 56.3855]}, {"id": "2642", "type": "Feature", "properties": {"id": "nn00606641", "mag": 1.1, "time": 1506124233235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9048, 38.3823, 7.9]}, "bbox": [-118.9048, 38.3823, -118.9048, 38.3823]}, {"id": "2643", "type": "Feature", "properties": {"id": "us2000atex", "mag": 5.3, "time": 1506124170400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0234, 31.3473, 31.02]}, "bbox": [141.0234, 31.3473, 141.0234, 31.3473]}, {"id": "2644", "type": "Feature", "properties": {"id": "ak16878728", "mag": 1.1, "time": 1506123741185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3949, 64.9801, 0.0]}, "bbox": [-147.3949, 64.9801, -147.3949, 64.9801]}, {"id": "2645", "type": "Feature", "properties": {"id": "uw61332586", "mag": 1.03, "time": 1506123697550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.176833, 48.224167, 9.44]}, "bbox": [-122.176833, 48.224167, -122.176833, 48.224167]}, {"id": "2646", "type": "Feature", "properties": {"id": "ak16926129", "mag": 1.4, "time": 1506123469629, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8468, 66.6906, 13.5]}, "bbox": [-135.8468, 66.6906, -135.8468, 66.6906]}, {"id": "2647", "type": "Feature", "properties": {"id": "ak16878722", "mag": 1.4, "time": 1506123273253, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.5552, 60.2789, 8.4]}, "bbox": [-142.5552, 60.2789, -142.5552, 60.2789]}, {"id": "2648", "type": "Feature", "properties": {"id": "us2000awr8", "mag": 4.2, "time": 1506122891910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.1488, -4.6487, 111.7]}, "bbox": [144.1488, -4.6487, 144.1488, -4.6487]}, {"id": "2649", "type": "Feature", "properties": {"id": "us2000ateh", "mag": 4.9, "time": 1506122747420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.6233, -7.7533, 37.28]}, "bbox": [159.6233, -7.7533, 159.6233, -7.7533]}, {"id": "2650", "type": "Feature", "properties": {"id": "uw61332576", "mag": 1.22, "time": 1506122597830, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.362, 45.695667, -0.73]}, "bbox": [-122.362, 45.695667, -122.362, 45.695667]}, {"id": "2651", "type": "Feature", "properties": {"id": "ak16926127", "mag": 1.8, "time": 1506122331683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.4507, 53.4966, 5.7]}, "bbox": [-165.4507, 53.4966, -165.4507, 53.4966]}, {"id": "2652", "type": "Feature", "properties": {"id": "nc72897116", "mag": 3.91, "time": 1506122239050, "felt": 60.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.417333, 40.495333, 26.88]}, "bbox": [-124.417333, 40.495333, -124.417333, 40.495333]}, {"id": "2653", "type": "Feature", "properties": {"id": "nc72897111", "mag": 2.5, "time": 1506122222600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.119, 36.5365, 3.92]}, "bbox": [-121.119, 36.5365, -121.119, 36.5365]}, {"id": "2654", "type": "Feature", "properties": {"id": "ak16878700", "mag": 1.8, "time": 1506121093447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.734, 61.0547, 12.8]}, "bbox": [-150.734, 61.0547, -150.734, 61.0547]}, {"id": "2655", "type": "Feature", "properties": {"id": "us2000awr7", "mag": 4.8, "time": 1506120979560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-35.8191, 7.4851, 10.0]}, "bbox": [-35.8191, 7.4851, -35.8191, 7.4851]}, {"id": "2656", "type": "Feature", "properties": {"id": "mb80257104", "mag": 0.96, "time": 1506120805630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.649833, 45.463833, 2.97]}, "bbox": [-112.649833, 45.463833, -112.649833, 45.463833]}, {"id": "2657", "type": "Feature", "properties": {"id": "ci38008136", "mag": 1.88, "time": 1506120529920, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.496833, 4.18]}, "bbox": [-116.8015, 33.496833, -116.8015, 33.496833]}, {"id": "2658", "type": "Feature", "properties": {"id": "nc72897096", "mag": 1.12, "time": 1506120001160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939167, 37.600667, 1.08]}, "bbox": [-118.939167, 37.600667, -118.939167, 37.600667]}, {"id": "2659", "type": "Feature", "properties": {"id": "us2000awra", "mag": 4.0, "time": 1506119896150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.7982, -5.8817, 310.41]}, "bbox": [128.7982, -5.8817, 128.7982, -5.8817]}, {"id": "2660", "type": "Feature", "properties": {"id": "ak16926125", "mag": 2.1, "time": 1506118947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 60.2166, 143.0]}, "bbox": [-153.1588, 60.2166, -153.1588, 60.2166]}, {"id": "2661", "type": "Feature", "properties": {"id": "ci38008120", "mag": 1.02, "time": 1506118476380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0015, 34.316333, 6.69]}, "bbox": [-117.0015, 34.316333, -117.0015, 34.316333]}, {"id": "2662", "type": "Feature", "properties": {"id": "nc72897091", "mag": 1.46, "time": 1506118411060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8605, 39.795333, 0.38]}, "bbox": [-122.8605, 39.795333, -122.8605, 39.795333]}, {"id": "2663", "type": "Feature", "properties": {"id": "ak16926124", "mag": 1.8, "time": 1506118096316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2941, 60.3659, 4.5]}, "bbox": [-147.2941, 60.3659, -147.2941, 60.3659]}, {"id": "2664", "type": "Feature", "properties": {"id": "nc72897081", "mag": 1.12, "time": 1506117239720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.262833, 36.6425, 4.8]}, "bbox": [-121.262833, 36.6425, -121.262833, 36.6425]}, {"id": "2665", "type": "Feature", "properties": {"id": "nc72897086", "mag": 2.87, "time": 1506117196030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.983667, 40.3995, 16.96]}, "bbox": [-126.983667, 40.3995, -126.983667, 40.3995]}, {"id": "2666", "type": "Feature", "properties": {"id": "hv61917311", "mag": 1.89, "time": 1506116007530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.434662, 19.227833, 33.59]}, "bbox": [-155.434662, 19.227833, -155.434662, 19.227833]}, {"id": "2667", "type": "Feature", "properties": {"id": "ak16926123", "mag": 1.1, "time": 1506115983704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6992, 61.5094, 7.7]}, "bbox": [-140.6992, 61.5094, -140.6992, 61.5094]}, {"id": "2668", "type": "Feature", "properties": {"id": "ak16926121", "mag": 1.9, "time": 1506115445859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1112, 60.0903, 117.8]}, "bbox": [-153.1112, 60.0903, -153.1112, 60.0903]}, {"id": "2669", "type": "Feature", "properties": {"id": "ak16926120", "mag": 1.1, "time": 1506115334031, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0777, 62.5847, 77.8]}, "bbox": [-151.0777, 62.5847, -151.0777, 62.5847]}, {"id": "2670", "type": "Feature", "properties": {"id": "us2000awr9", "mag": 4.3, "time": 1506115308090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1151, -17.7862, 593.28]}, "bbox": [-178.1151, -17.7862, -178.1151, -17.7862]}, {"id": "2671", "type": "Feature", "properties": {"id": "ak16926119", "mag": 2.3, "time": 1506114986922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0025, 54.0581, 74.5]}, "bbox": [-165.0025, 54.0581, -165.0025, 54.0581]}, {"id": "2672", "type": "Feature", "properties": {"id": "ak16926118", "mag": 1.7, "time": 1506114971248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8129, 59.8684, 52.9]}, "bbox": [-151.8129, 59.8684, -151.8129, 59.8684]}, {"id": "2673", "type": "Feature", "properties": {"id": "nc72897066", "mag": 0.96, "time": 1506114595240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.820167, 2.73]}, "bbox": [-122.793999, 38.820167, -122.793999, 38.820167]}, {"id": "2674", "type": "Feature", "properties": {"id": "us2000atdb", "mag": 2.4, "time": 1506114466770, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7172, 36.3761, 4.22]}, "bbox": [-97.7172, 36.3761, -97.7172, 36.3761]}, {"id": "2675", "type": "Feature", "properties": {"id": "ak16926117", "mag": 2.5, "time": 1506113979958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1399, 56.7494, 112.8]}, "bbox": [-158.1399, 56.7494, -158.1399, 56.7494]}, {"id": "2676", "type": "Feature", "properties": {"id": "ak16878294", "mag": 1.9, "time": 1506113817766, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1371, 60.4549, 78.1]}, "bbox": [-152.1371, 60.4549, -152.1371, 60.4549]}, {"id": "2677", "type": "Feature", "properties": {"id": "ak16878292", "mag": 1.4, "time": 1506113608674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3651, 61.5158, 28.1]}, "bbox": [-146.3651, 61.5158, -146.3651, 61.5158]}, {"id": "2678", "type": "Feature", "properties": {"id": "ak16878288", "mag": 2.0, "time": 1506113191350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6595, 59.6404, 74.9]}, "bbox": [-152.6595, 59.6404, -152.6595, 59.6404]}, {"id": "2679", "type": "Feature", "properties": {"id": "hv61917256", "mag": 1.43, "time": 1506112916300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.825667, 19.312167, 8.904]}, "bbox": [-155.825667, 19.312167, -155.825667, 19.312167]}, {"id": "2680", "type": "Feature", "properties": {"id": "us2000atcg", "mag": 3.0, "time": 1506112409690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.6543, 40.4678, 10.42]}, "bbox": [-126.6543, 40.4678, -126.6543, 40.4678]}, {"id": "2681", "type": "Feature", "properties": {"id": "ak16878117", "mag": 1.1, "time": 1506111493188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4364, 62.2279, 3.6]}, "bbox": [-153.4364, 62.2279, -153.4364, 62.2279]}, {"id": "2682", "type": "Feature", "properties": {"id": "ak16878112", "mag": 1.8, "time": 1506111203565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6978, 58.82, 10.8]}, "bbox": [-153.6978, 58.82, -153.6978, 58.82]}, {"id": "2683", "type": "Feature", "properties": {"id": "nm60207231", "mag": 0.97, "time": 1506111124010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.499167, 36.239, 6.94]}, "bbox": [-89.499167, 36.239, -89.499167, 36.239]}, {"id": "2684", "type": "Feature", "properties": {"id": "us2000atbf", "mag": 5.7, "time": 1506109815030, "felt": 112.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-126.8342, 40.4144, 11.01]}, "bbox": [-126.8342, 40.4144, -126.8342, 40.4144]}, {"id": "2685", "type": "Feature", "properties": {"id": "nn00606606", "mag": 1.7, "time": 1506109275519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0338, 40.677, 7.0]}, "bbox": [-119.0338, 40.677, -119.0338, 40.677]}, {"id": "2686", "type": "Feature", "properties": {"id": "nc72897011", "mag": 1.34, "time": 1506108443760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.041, 35.58, -0.28]}, "bbox": [-121.041, 35.58, -121.041, 35.58]}, {"id": "2687", "type": "Feature", "properties": {"id": "ak16877921", "mag": 1.1, "time": 1506108429374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.752, 61.522, 5.7]}, "bbox": [-140.752, 61.522, -140.752, 61.522]}, {"id": "2688", "type": "Feature", "properties": {"id": "ci38008072", "mag": 1.35, "time": 1506108266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.202333, 34.987667, -0.83]}, "bbox": [-118.202333, 34.987667, -118.202333, 34.987667]}, {"id": "2689", "type": "Feature", "properties": {"id": "nc72897001", "mag": 1.91, "time": 1506107768510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7205, 38.773333, 1.82]}, "bbox": [-122.7205, 38.773333, -122.7205, 38.773333]}, {"id": "2690", "type": "Feature", "properties": {"id": "ak16877871", "mag": 1.9, "time": 1506107175373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7465, 59.9075, 2.4]}, "bbox": [-136.7465, 59.9075, -136.7465, 59.9075]}, {"id": "2691", "type": "Feature", "properties": {"id": "mb80257054", "mag": 1.62, "time": 1506107025590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.474333, 46.006833, -2.0]}, "bbox": [-112.474333, 46.006833, -112.474333, 46.006833]}, {"id": "2692", "type": "Feature", "properties": {"id": "ak16877869", "mag": 1.6, "time": 1506107008752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4734, 63.1712, 116.7]}, "bbox": [-150.4734, 63.1712, -150.4734, 63.1712]}, {"id": "2693", "type": "Feature", "properties": {"id": "ci38008032", "mag": 1.22, "time": 1506106977520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.345, 35.0535, -1.01]}, "bbox": [-118.345, 35.0535, -118.345, 35.0535]}, {"id": "2694", "type": "Feature", "properties": {"id": "us2000atab", "mag": 4.5, "time": 1506106483030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [163.2943, 54.9226, 10.0]}, "bbox": [163.2943, 54.9226, 163.2943, 54.9226]}, {"id": "2695", "type": "Feature", "properties": {"id": "nc72896976", "mag": 1.19, "time": 1506105877560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816833, 37.4545, 1.72]}, "bbox": [-118.816833, 37.4545, -118.816833, 37.4545]}, {"id": "2696", "type": "Feature", "properties": {"id": "nc72896966", "mag": 1.64, "time": 1506105469690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.945833, 41.046833, 10.15]}, "bbox": [-121.945833, 41.046833, -121.945833, 41.046833]}, {"id": "2697", "type": "Feature", "properties": {"id": "nc72896961", "mag": 1.88, "time": 1506105394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.951833, 41.047667, 13.46]}, "bbox": [-121.951833, 41.047667, -121.951833, 41.047667]}, {"id": "2698", "type": "Feature", "properties": {"id": "ak16926108", "mag": 2.2, "time": 1506105113528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5222, 56.3354, 50.1]}, "bbox": [-156.5222, 56.3354, -156.5222, 56.3354]}, {"id": "2699", "type": "Feature", "properties": {"id": "uu60248707", "mag": 1.68, "time": 1506104631990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.397333, 42.534833, 3.76]}, "bbox": [-111.397333, 42.534833, -111.397333, 42.534833]}, {"id": "2700", "type": "Feature", "properties": {"id": "ci38007992", "mag": 1.55, "time": 1506104354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 35.899167, 6.51]}, "bbox": [-116.9245, 35.899167, -116.9245, 35.899167]}, {"id": "2701", "type": "Feature", "properties": {"id": "ak16926107", "mag": 1.2, "time": 1506103639337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7358, 61.509, 12.2]}, "bbox": [-140.7358, 61.509, -140.7358, 61.509]}, {"id": "2702", "type": "Feature", "properties": {"id": "hv61917106", "mag": 1.63, "time": 1506102792120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.303667, 18.980667, 12.732]}, "bbox": [-155.303667, 18.980667, -155.303667, 18.980667]}, {"id": "2703", "type": "Feature", "properties": {"id": "ak16877700", "mag": 1.7, "time": 1506102481165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8203, 53.8611, 6.5]}, "bbox": [-166.8203, 53.8611, -166.8203, 53.8611]}, {"id": "2704", "type": "Feature", "properties": {"id": "ak16877698", "mag": 1.6, "time": 1506102300688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8262, 53.8452, 5.6]}, "bbox": [-166.8262, 53.8452, -166.8262, 53.8452]}, {"id": "2705", "type": "Feature", "properties": {"id": "uw61332361", "mag": 1.6, "time": 1506102282810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8865, 47.171, 14.87]}, "bbox": [-121.8865, 47.171, -121.8865, 47.171]}, {"id": "2706", "type": "Feature", "properties": {"id": "ak16877680", "mag": 1.9, "time": 1506102017646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8735, 62.7643, 9.8]}, "bbox": [-148.8735, 62.7643, -148.8735, 62.7643]}, {"id": "2707", "type": "Feature", "properties": {"id": "uu60248702", "mag": 1.26, "time": 1506101951970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.430167, 42.589833, 6.39]}, "bbox": [-111.430167, 42.589833, -111.430167, 42.589833]}, {"id": "2708", "type": "Feature", "properties": {"id": "ak16926103", "mag": 2.3, "time": 1506101692988, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9282, 51.3815, 44.4]}, "bbox": [-175.9282, 51.3815, -175.9282, 51.3815]}, {"id": "2709", "type": "Feature", "properties": {"id": "uu60248697", "mag": 2.15, "time": 1506100947090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4775, 42.630333, 2.79]}, "bbox": [-111.4775, 42.630333, -111.4775, 42.630333]}, {"id": "2710", "type": "Feature", "properties": {"id": "ak16926102", "mag": 1.9, "time": 1506100904987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2736, 59.4158, 101.2]}, "bbox": [-153.2736, 59.4158, -153.2736, 59.4158]}, {"id": "2711", "type": "Feature", "properties": {"id": "ak16877679", "mag": 1.1, "time": 1506100453436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9781, 63.2957, 76.0]}, "bbox": [-147.9781, 63.2957, -147.9781, 63.2957]}, {"id": "2712", "type": "Feature", "properties": {"id": "mb80257039", "mag": 1.48, "time": 1506100139660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555833, 46.892333, 9.34]}, "bbox": [-112.555833, 46.892333, -112.555833, 46.892333]}, {"id": "2713", "type": "Feature", "properties": {"id": "ci38007944", "mag": 1.7, "time": 1506100079090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656667, 34.638, 3.99]}, "bbox": [-116.656667, 34.638, -116.656667, 34.638]}, {"id": "2714", "type": "Feature", "properties": {"id": "uu60248692", "mag": 1.13, "time": 1506099922660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.514, 6.63]}, "bbox": [-111.408833, 42.514, -111.408833, 42.514]}, {"id": "2715", "type": "Feature", "properties": {"id": "ak16877641", "mag": 3.4, "time": 1506099810694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7965, 62.8041, 16.1]}, "bbox": [-148.7965, 62.8041, -148.7965, 62.8041]}, {"id": "2716", "type": "Feature", "properties": {"id": "nc72896921", "mag": 1.1, "time": 1506099607680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.816333, 38.808833, 2.84]}, "bbox": [-122.816333, 38.808833, -122.816333, 38.808833]}, {"id": "2717", "type": "Feature", "properties": {"id": "nc72896916", "mag": 3.01, "time": 1506099251650, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.362167, 40.3915, 25.7]}, "bbox": [-125.362167, 40.3915, -125.362167, 40.3915]}, {"id": "2718", "type": "Feature", "properties": {"id": "ak16877640", "mag": 1.4, "time": 1506099120563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.4377, 69.5097, 14.2]}, "bbox": [-142.4377, 69.5097, -142.4377, 69.5097]}, {"id": "2719", "type": "Feature", "properties": {"id": "hv61917081", "mag": 2.14, "time": 1506099100410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.043667, 19.653667, 42.069]}, "bbox": [-156.043667, 19.653667, -156.043667, 19.653667]}, {"id": "2720", "type": "Feature", "properties": {"id": "ak16926098", "mag": 1.7, "time": 1506099097278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9448, 59.8191, 95.1]}, "bbox": [-152.9448, 59.8191, -152.9448, 59.8191]}, {"id": "2721", "type": "Feature", "properties": {"id": "ci37166268", "mag": 1.03, "time": 1506097971820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.496667, 33.561167, -0.73]}, "bbox": [-117.496667, 33.561167, -117.496667, 33.561167]}, {"id": "2722", "type": "Feature", "properties": {"id": "ci38007912", "mag": 1.01, "time": 1506097946840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.406, 33.502167, 13.49]}, "bbox": [-116.406, 33.502167, -116.406, 33.502167]}, {"id": "2723", "type": "Feature", "properties": {"id": "ak16926097", "mag": 1.6, "time": 1506097726880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.164, 62.5769, 121.6]}, "bbox": [-152.164, 62.5769, -152.164, 62.5769]}, {"id": "2724", "type": "Feature", "properties": {"id": "nc72896896", "mag": 0.95, "time": 1506097561860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.062, 35.522667, 1.15]}, "bbox": [-121.062, 35.522667, -121.062, 35.522667]}, {"id": "2725", "type": "Feature", "properties": {"id": "uu60248682", "mag": 1.11, "time": 1506097353810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413333, 42.546167, 4.8]}, "bbox": [-111.413333, 42.546167, -111.413333, 42.546167]}, {"id": "2726", "type": "Feature", "properties": {"id": "uu60248677", "mag": 1.32, "time": 1506097004840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.595, 4.9]}, "bbox": [-111.424667, 42.595, -111.424667, 42.595]}, {"id": "2727", "type": "Feature", "properties": {"id": "nc72896881", "mag": 1.04, "time": 1506096955860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.874667, 37.619833, 8.25]}, "bbox": [-118.874667, 37.619833, -118.874667, 37.619833]}, {"id": "2728", "type": "Feature", "properties": {"id": "nc72896886", "mag": 3.06, "time": 1506096897270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.211833, 40.581333, 16.62]}, "bbox": [-127.211833, 40.581333, -127.211833, 40.581333]}, {"id": "2729", "type": "Feature", "properties": {"id": "uu60248672", "mag": 1.72, "time": 1506096443230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.59, 3.5]}, "bbox": [-111.447833, 42.59, -111.447833, 42.59]}, {"id": "2730", "type": "Feature", "properties": {"id": "ci38007888", "mag": 1.36, "time": 1506095052550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.495167, 4.57]}, "bbox": [-116.7965, 33.495167, -116.7965, 33.495167]}, {"id": "2731", "type": "Feature", "properties": {"id": "ak16877477", "mag": 1.5, "time": 1506094830892, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0265, 62.027, 12.7]}, "bbox": [-149.0265, 62.027, -149.0265, 62.027]}, {"id": "2732", "type": "Feature", "properties": {"id": "uu60248667", "mag": 1.93, "time": 1506094359510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4395, 42.584333, 3.5]}, "bbox": [-111.4395, 42.584333, -111.4395, 42.584333]}, {"id": "2733", "type": "Feature", "properties": {"id": "nn00606574", "mag": 1.6, "time": 1506094148428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9043, 38.3654, 6.9]}, "bbox": [-118.9043, 38.3654, -118.9043, 38.3654]}, {"id": "2734", "type": "Feature", "properties": {"id": "hv61917031", "mag": 1.65, "time": 1506094079130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279333, 18.952333, 12.363]}, "bbox": [-155.279333, 18.952333, -155.279333, 18.952333]}, {"id": "2735", "type": "Feature", "properties": {"id": "uu60248662", "mag": 2.05, "time": 1506093605010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456167, 42.602333, 3.17]}, "bbox": [-111.456167, 42.602333, -111.456167, 42.602333]}, {"id": "2736", "type": "Feature", "properties": {"id": "us2000at3w", "mag": 2.6, "time": 1506093461490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4231, 36.6952, 7.14]}, "bbox": [-98.4231, 36.6952, -98.4231, 36.6952]}, {"id": "2737", "type": "Feature", "properties": {"id": "ak16877317", "mag": 1.7, "time": 1506093374261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3603, 60.6882, 68.0]}, "bbox": [-151.3603, 60.6882, -151.3603, 60.6882]}, {"id": "2738", "type": "Feature", "properties": {"id": "ak16926094", "mag": 2.1, "time": 1506093004583, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8719, 54.5409, 50.1]}, "bbox": [-162.8719, 54.5409, -162.8719, 54.5409]}, {"id": "2739", "type": "Feature", "properties": {"id": "ak16877316", "mag": 1.4, "time": 1506092949248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2867, 67.5064, 1.5]}, "bbox": [-158.2867, 67.5064, -158.2867, 67.5064]}, {"id": "2740", "type": "Feature", "properties": {"id": "nn00606471", "mag": 1.3, "time": 1506092280598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1113, 38.2958, 6.8]}, "bbox": [-119.1113, 38.2958, -119.1113, 38.2958]}, {"id": "2741", "type": "Feature", "properties": {"id": "us2000awqu", "mag": 4.3, "time": 1506092048390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5573, 18.5841, 62.16]}, "bbox": [121.5573, 18.5841, 121.5573, 18.5841]}, {"id": "2742", "type": "Feature", "properties": {"id": "ak16926092", "mag": 1.3, "time": 1506091602226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7703, 57.7311, 11.6]}, "bbox": [-155.7703, 57.7311, -155.7703, 57.7311]}, {"id": "2743", "type": "Feature", "properties": {"id": "ak16877311", "mag": 1.7, "time": 1506091080231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9318, 61.3129, 6.7]}, "bbox": [-146.9318, 61.3129, -146.9318, 61.3129]}, {"id": "2744", "type": "Feature", "properties": {"id": "us2000awqt", "mag": 4.5, "time": 1506090800020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4373, -23.752, 560.01]}, "bbox": [-179.4373, -23.752, -179.4373, -23.752]}, {"id": "2745", "type": "Feature", "properties": {"id": "nc72904206", "mag": 1.3, "time": 1506089865090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.585167, 40.4755, 15.05]}, "bbox": [-121.585167, 40.4755, -121.585167, 40.4755]}, {"id": "2746", "type": "Feature", "properties": {"id": "uw61309452", "mag": 2.05, "time": 1506089062880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.375333, 45.841833, -0.74]}, "bbox": [-118.375333, 45.841833, -118.375333, 45.841833]}, {"id": "2747", "type": "Feature", "properties": {"id": "ak16926090", "mag": 1.6, "time": 1506088685970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6016, 61.227, 75.8]}, "bbox": [-151.6016, 61.227, -151.6016, 61.227]}, {"id": "2748", "type": "Feature", "properties": {"id": "ak16877153", "mag": 1.3, "time": 1506088314826, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7156, 61.5096, 6.4]}, "bbox": [-140.7156, 61.5096, -140.7156, 61.5096]}, {"id": "2749", "type": "Feature", "properties": {"id": "ci38007840", "mag": 1.07, "time": 1506088185480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.498167, 6.09]}, "bbox": [-116.7945, 33.498167, -116.7945, 33.498167]}, {"id": "2750", "type": "Feature", "properties": {"id": "nc72896831", "mag": 1.6, "time": 1506088032960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772667, 38.806833, -0.28]}, "bbox": [-122.772667, 38.806833, -122.772667, 38.806833]}, {"id": "2751", "type": "Feature", "properties": {"id": "nc72896826", "mag": 1.03, "time": 1506088021950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.836666, -0.75]}, "bbox": [-122.822502, 38.836666, -122.822502, 38.836666]}, {"id": "2752", "type": "Feature", "properties": {"id": "ak16877151", "mag": 1.7, "time": 1506087613938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3362, 62.1574, 11.2]}, "bbox": [-150.3362, 62.1574, -150.3362, 62.1574]}, {"id": "2753", "type": "Feature", "properties": {"id": "us2000awqs", "mag": 4.3, "time": 1506087606500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5624, -22.5585, 578.14]}, "bbox": [179.5624, -22.5585, 179.5624, -22.5585]}, {"id": "2754", "type": "Feature", "properties": {"id": "ak16877148", "mag": 1.9, "time": 1506087297503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1731, 59.963, 87.7]}, "bbox": [-152.1731, 59.963, -152.1731, 59.963]}, {"id": "2755", "type": "Feature", "properties": {"id": "nn00606565", "mag": 1.4, "time": 1506087185810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2162, 38.2627, 3.6]}, "bbox": [-116.2162, 38.2627, -116.2162, 38.2627]}, {"id": "2756", "type": "Feature", "properties": {"id": "us2000at3c", "mag": 4.4, "time": 1506086932700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2264, -0.3969, 83.0]}, "bbox": [127.2264, -0.3969, 127.2264, -0.3969]}, {"id": "2757", "type": "Feature", "properties": {"id": "us2000at3j", "mag": 4.5, "time": 1506086850810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4418, -19.1856, 573.86]}, "bbox": [-177.4418, -19.1856, -177.4418, -19.1856]}, {"id": "2758", "type": "Feature", "properties": {"id": "ak16877147", "mag": 1.0, "time": 1506086078366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0434, 64.7457, 4.7]}, "bbox": [-151.0434, 64.7457, -151.0434, 64.7457]}, {"id": "2759", "type": "Feature", "properties": {"id": "ak16876989", "mag": 2.3, "time": 1506085118552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6021, 60.5947, 0.6]}, "bbox": [-147.6021, 60.5947, -147.6021, 60.5947]}, {"id": "2760", "type": "Feature", "properties": {"id": "nc72896781", "mag": 1.59, "time": 1506084858350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773167, 38.807167, -0.05]}, "bbox": [-122.773167, 38.807167, -122.773167, 38.807167]}, {"id": "2761", "type": "Feature", "properties": {"id": "ak16926084", "mag": 2.4, "time": 1506084692420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7372, 51.5859, 56.4]}, "bbox": [178.7372, 51.5859, 178.7372, 51.5859]}, {"id": "2762", "type": "Feature", "properties": {"id": "nc72896771", "mag": 1.74, "time": 1506084487230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771667, 38.808833, 0.14]}, "bbox": [-122.771667, 38.808833, -122.771667, 38.808833]}, {"id": "2763", "type": "Feature", "properties": {"id": "ak16876986", "mag": 1.4, "time": 1506084219307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7611, 61.5102, 5.3]}, "bbox": [-140.7611, 61.5102, -140.7611, 61.5102]}, {"id": "2764", "type": "Feature", "properties": {"id": "hv61916896", "mag": 1.74, "time": 1506083571850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.465667, 19.190833, 35.257]}, "bbox": [-155.465667, 19.190833, -155.465667, 19.190833]}, {"id": "2765", "type": "Feature", "properties": {"id": "ci38007816", "mag": 1.33, "time": 1506082333690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362833, 33.373333, 6.28]}, "bbox": [-116.362833, 33.373333, -116.362833, 33.373333]}, {"id": "2766", "type": "Feature", "properties": {"id": "ak16876984", "mag": 1.5, "time": 1506082188790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7152, 61.5125, 7.3]}, "bbox": [-140.7152, 61.5125, -140.7152, 61.5125]}, {"id": "2767", "type": "Feature", "properties": {"id": "ak16876981", "mag": 1.8, "time": 1506082118329, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7017, 61.5113, 0.0]}, "bbox": [-140.7017, 61.5113, -140.7017, 61.5113]}, {"id": "2768", "type": "Feature", "properties": {"id": "ak16876980", "mag": 2.2, "time": 1506081950238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1633, 59.909, 114.4]}, "bbox": [-153.1633, 59.909, -153.1633, 59.909]}, {"id": "2769", "type": "Feature", "properties": {"id": "ci38007792", "mag": 1.19, "time": 1506081499660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.503333, 35.304167, 5.36]}, "bbox": [-118.503333, 35.304167, -118.503333, 35.304167]}, {"id": "2770", "type": "Feature", "properties": {"id": "ak16876977", "mag": 1.9, "time": 1506081250212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1121, 59.2751, 8.1]}, "bbox": [-139.1121, 59.2751, -139.1121, 59.2751]}, {"id": "2771", "type": "Feature", "properties": {"id": "ak16876978", "mag": 1.2, "time": 1506081151639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9729, 61.6318, 32.9]}, "bbox": [-149.9729, 61.6318, -149.9729, 61.6318]}, {"id": "2772", "type": "Feature", "properties": {"id": "mb80257019", "mag": 1.05, "time": 1506080783790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.879833, 10.93]}, "bbox": [-112.526167, 46.879833, -112.526167, 46.879833]}, {"id": "2773", "type": "Feature", "properties": {"id": "nc72896746", "mag": 1.05, "time": 1506079850700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.73983, 38.763668, 1.53]}, "bbox": [-122.73983, 38.763668, -122.73983, 38.763668]}, {"id": "2774", "type": "Feature", "properties": {"id": "nc72896741", "mag": 1.1, "time": 1506078851480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.8165, 3.19]}, "bbox": [-122.806, 38.8165, -122.806, 38.8165]}, {"id": "2775", "type": "Feature", "properties": {"id": "uu60248647", "mag": 1.45, "time": 1506078497740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.561833, 8.05]}, "bbox": [-111.445, 42.561833, -111.445, 42.561833]}, {"id": "2776", "type": "Feature", "properties": {"id": "ak16926075", "mag": 1.9, "time": 1506078386128, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8777, 58.9992, 112.9]}, "bbox": [-153.8777, 58.9992, -153.8777, 58.9992]}, {"id": "2777", "type": "Feature", "properties": {"id": "ak16876823", "mag": 1.1, "time": 1506078261719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8636, 62.788, 13.9]}, "bbox": [-148.8636, 62.788, -148.8636, 62.788]}, {"id": "2778", "type": "Feature", "properties": {"id": "ak16876821", "mag": 1.4, "time": 1506077123303, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.923, 64.7739, 2.3]}, "bbox": [-139.923, 64.7739, -139.923, 64.7739]}, {"id": "2779", "type": "Feature", "properties": {"id": "nn00606454", "mag": 2.6, "time": 1506077002610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5007, 36.7388, 7.5]}, "bbox": [-115.5007, 36.7388, -115.5007, 36.7388]}, {"id": "2780", "type": "Feature", "properties": {"id": "mb80257004", "mag": 1.43, "time": 1506075410640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.871, 11.97]}, "bbox": [-112.5235, 46.871, -112.5235, 46.871]}, {"id": "2781", "type": "Feature", "properties": {"id": "nc72896721", "mag": 1.39, "time": 1506074864460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.841333, 38.844167, 1.9]}, "bbox": [-122.841333, 38.844167, -122.841333, 38.844167]}, {"id": "2782", "type": "Feature", "properties": {"id": "nn00606522", "mag": 1.1, "time": 1506074180637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8303, 13.3]}, "bbox": [-118.8235, 38.8303, -118.8235, 38.8303]}, {"id": "2783", "type": "Feature", "properties": {"id": "ci38007728", "mag": 1.52, "time": 1506073924220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848, 36.181833, 2.23]}, "bbox": [-117.848, 36.181833, -117.848, 36.181833]}, {"id": "2784", "type": "Feature", "properties": {"id": "ak16926070", "mag": 1.6, "time": 1506073391784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.2241, 61.5539, 0.0]}, "bbox": [-144.2241, 61.5539, -144.2241, 61.5539]}, {"id": "2785", "type": "Feature", "properties": {"id": "ak16876665", "mag": 1.6, "time": 1506072332786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3288, 63.1852, 90.1]}, "bbox": [-149.3288, 63.1852, -149.3288, 63.1852]}, {"id": "2786", "type": "Feature", "properties": {"id": "hv61916851", "mag": 2.09, "time": 1506072148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.868333, 20.063333, 23.409]}, "bbox": [-155.868333, 20.063333, -155.868333, 20.063333]}, {"id": "2787", "type": "Feature", "properties": {"id": "ak16876664", "mag": 1.4, "time": 1506072136495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5912, 61.9919, 28.6]}, "bbox": [-148.5912, 61.9919, -148.5912, 61.9919]}, {"id": "2788", "type": "Feature", "properties": {"id": "ak16926067", "mag": 1.3, "time": 1506071322182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.632, 62.4195, 64.2]}, "bbox": [-150.632, 62.4195, -150.632, 62.4195]}, {"id": "2789", "type": "Feature", "properties": {"id": "uu60248637", "mag": 1.3, "time": 1506070695930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.437167, 42.637667, 5.25]}, "bbox": [-111.437167, 42.637667, -111.437167, 42.637667]}, {"id": "2790", "type": "Feature", "properties": {"id": "us2000at26", "mag": 4.5, "time": 1506070497460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.9846, 3.8293, 107.48]}, "bbox": [127.9846, 3.8293, 127.9846, 3.8293]}, {"id": "2791", "type": "Feature", "properties": {"id": "ak16926066", "mag": 1.6, "time": 1506069293924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7084, 58.832, 2.4]}, "bbox": [-153.7084, 58.832, -153.7084, 58.832]}, {"id": "2792", "type": "Feature", "properties": {"id": "uu60248632", "mag": 2.03, "time": 1506068604640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.901833, 38.286167, 1.02]}, "bbox": [-108.901833, 38.286167, -108.901833, 38.286167]}, {"id": "2793", "type": "Feature", "properties": {"id": "ak16876662", "mag": 1.9, "time": 1506067828515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4502, 59.8034, 55.7]}, "bbox": [-151.4502, 59.8034, -151.4502, 59.8034]}, {"id": "2794", "type": "Feature", "properties": {"id": "nm60044913", "mag": 2.21, "time": 1506067533090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.239, 35.7905, 11.33]}, "bbox": [-92.239, 35.7905, -92.239, 35.7905]}, {"id": "2795", "type": "Feature", "properties": {"id": "ak16876658", "mag": 3.5, "time": 1506066694779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.9518, 54.8173, 3.3]}, "bbox": [-159.9518, 54.8173, -159.9518, 54.8173]}, {"id": "2796", "type": "Feature", "properties": {"id": "nc72896676", "mag": 1.45, "time": 1506066561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764833, 38.786167, 0.53]}, "bbox": [-122.764833, 38.786167, -122.764833, 38.786167]}, {"id": "2797", "type": "Feature", "properties": {"id": "uw61309412", "mag": 1.49, "time": 1506066402670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.402833, 49.2735, 17.7]}, "bbox": [-124.402833, 49.2735, -124.402833, 49.2735]}, {"id": "2798", "type": "Feature", "properties": {"id": "nc72896671", "mag": 1.2, "time": 1506066223530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8225, 37.524667, 2.51]}, "bbox": [-118.8225, 37.524667, -118.8225, 37.524667]}, {"id": "2799", "type": "Feature", "properties": {"id": "ak16876647", "mag": 1.9, "time": 1506065065953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1147, 59.229, 11.0]}, "bbox": [-139.1147, 59.229, -139.1147, 59.229]}, {"id": "2800", "type": "Feature", "properties": {"id": "uu60248627", "mag": 1.79, "time": 1506064954410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.575667, 8.31]}, "bbox": [-111.417833, 42.575667, -111.417833, 42.575667]}, {"id": "2801", "type": "Feature", "properties": {"id": "ak16876640", "mag": 1.0, "time": 1506063798789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9184, 63.4232, 6.1]}, "bbox": [-148.9184, 63.4232, -148.9184, 63.4232]}, {"id": "2802", "type": "Feature", "properties": {"id": "mb80256994", "mag": 1.71, "time": 1506063538810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.338833, 46.125333, 6.03]}, "bbox": [-110.338833, 46.125333, -110.338833, 46.125333]}, {"id": "2803", "type": "Feature", "properties": {"id": "us2000at1d", "mag": 4.4, "time": 1506062755300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9837, 45.5973, 22.46]}, "bbox": [151.9837, 45.5973, 151.9837, 45.5973]}, {"id": "2804", "type": "Feature", "properties": {"id": "nn00606510", "mag": 1.0, "time": 1506062740733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9097, 38.416, 7.5]}, "bbox": [-118.9097, 38.416, -118.9097, 38.416]}, {"id": "2805", "type": "Feature", "properties": {"id": "ak16876497", "mag": 2.9, "time": 1506062332060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4396, 55.4155, 7.5]}, "bbox": [-158.4396, 55.4155, -158.4396, 55.4155]}, {"id": "2806", "type": "Feature", "properties": {"id": "ak16876499", "mag": 1.5, "time": 1506062314773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1276, 62.6705, 84.6]}, "bbox": [-151.1276, 62.6705, -151.1276, 62.6705]}, {"id": "2807", "type": "Feature", "properties": {"id": "ak16926058", "mag": 2.5, "time": 1506062164434, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9814, 52.5733, 21.3]}, "bbox": [-163.9814, 52.5733, -163.9814, 52.5733]}, {"id": "2808", "type": "Feature", "properties": {"id": "hv61916751", "mag": 1.88, "time": 1506061487210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4615, 19.287167, 7.924]}, "bbox": [-155.4615, 19.287167, -155.4615, 19.287167]}, {"id": "2809", "type": "Feature", "properties": {"id": "ak16926055", "mag": 2.4, "time": 1506060569450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4546, 56.5041, 6.6]}, "bbox": [-153.4546, 56.5041, -153.4546, 56.5041]}, {"id": "2810", "type": "Feature", "properties": {"id": "uu60248622", "mag": 1.34, "time": 1506060334660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.622833, 5.33]}, "bbox": [-111.447833, 42.622833, -111.447833, 42.622833]}, {"id": "2811", "type": "Feature", "properties": {"id": "nn00606434", "mag": 1.2, "time": 1506060248714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8296, 13.4]}, "bbox": [-118.8235, 38.8296, -118.8235, 38.8296]}, {"id": "2812", "type": "Feature", "properties": {"id": "ci38007696", "mag": 1.17, "time": 1506059325210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.648333, 35.934, 3.86]}, "bbox": [-117.648333, 35.934, -117.648333, 35.934]}, {"id": "2813", "type": "Feature", "properties": {"id": "ci38007680", "mag": 1.8, "time": 1506058671480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.570833, 35.360833, 4.84]}, "bbox": [-118.570833, 35.360833, -118.570833, 35.360833]}, {"id": "2814", "type": "Feature", "properties": {"id": "us2000at0m", "mag": 5.5, "time": 1506058424310, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.7724, 23.5614, 10.0]}, "bbox": [-108.7724, 23.5614, -108.7724, 23.5614]}, {"id": "2815", "type": "Feature", "properties": {"id": "us2000at0v", "mag": 4.5, "time": 1506056644580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.4959, 54.788, 131.21]}, "bbox": [159.4959, 54.788, 159.4959, 54.788]}, {"id": "2816", "type": "Feature", "properties": {"id": "mb80256984", "mag": 1.12, "time": 1506056537920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5285, 46.885167, 14.05]}, "bbox": [-112.5285, 46.885167, -112.5285, 46.885167]}, {"id": "2817", "type": "Feature", "properties": {"id": "ak16926054", "mag": 1.3, "time": 1506056097918, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7519, 60.0539, 56.2]}, "bbox": [-151.7519, 60.0539, -151.7519, 60.0539]}, {"id": "2818", "type": "Feature", "properties": {"id": "ak16876343", "mag": 1.1, "time": 1506055943779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.827, 62.7929, 14.4]}, "bbox": [-148.827, 62.7929, -148.827, 62.7929]}, {"id": "2819", "type": "Feature", "properties": {"id": "nc72896616", "mag": 2.0, "time": 1506055463630, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788667, 37.456333, 7.66]}, "bbox": [-121.788667, 37.456333, -121.788667, 37.456333]}, {"id": "2820", "type": "Feature", "properties": {"id": "ak16926049", "mag": 2.0, "time": 1506055458648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9681, 59.782, 98.4]}, "bbox": [-152.9681, 59.782, -152.9681, 59.782]}, {"id": "2821", "type": "Feature", "properties": {"id": "us2000at08", "mag": 4.7, "time": 1506054886300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.1483, -6.3489, 10.0]}, "bbox": [-11.1483, -6.3489, -11.1483, -6.3489]}, {"id": "2822", "type": "Feature", "properties": {"id": "nc72896606", "mag": 0.97, "time": 1506054333450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.5205, 2.2]}, "bbox": [-118.821833, 37.5205, -118.821833, 37.5205]}, {"id": "2823", "type": "Feature", "properties": {"id": "us2000aszw", "mag": 4.2, "time": 1506054023580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [26.2553, 39.1304, 10.0]}, "bbox": [26.2553, 39.1304, 26.2553, 39.1304]}, {"id": "2824", "type": "Feature", "properties": {"id": "nc72896586", "mag": 1.98, "time": 1506053997570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883167, 37.538333, 2.49]}, "bbox": [-118.883167, 37.538333, -118.883167, 37.538333]}, {"id": "2825", "type": "Feature", "properties": {"id": "ci38007648", "mag": 1.64, "time": 1506053954570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.495167, 4.61]}, "bbox": [-116.797167, 33.495167, -116.797167, 33.495167]}, {"id": "2826", "type": "Feature", "properties": {"id": "nc72896591", "mag": 1.12, "time": 1506053943320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789333, 37.455, 7.99]}, "bbox": [-121.789333, 37.455, -121.789333, 37.455]}, {"id": "2827", "type": "Feature", "properties": {"id": "us2000aszh", "mag": 2.9, "time": 1506053328020, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.682, 35.846, 5.0]}, "bbox": [-96.682, 35.846, -96.682, 35.846]}, {"id": "2828", "type": "Feature", "properties": {"id": "ak16876210", "mag": 1.2, "time": 1506052567199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7614, 63.1414, 9.7]}, "bbox": [-148.7614, 63.1414, -148.7614, 63.1414]}, {"id": "2829", "type": "Feature", "properties": {"id": "ak16876208", "mag": 1.0, "time": 1506051888104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3642, 64.8396, 21.9]}, "bbox": [-147.3642, 64.8396, -147.3642, 64.8396]}, {"id": "2830", "type": "Feature", "properties": {"id": "ak16876202", "mag": 2.8, "time": 1506051238210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6975, 59.8426, 2.9]}, "bbox": [-136.6975, 59.8426, -136.6975, 59.8426]}, {"id": "2831", "type": "Feature", "properties": {"id": "ci38007640", "mag": 1.04, "time": 1506050700240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.074333, 32.868, 9.32]}, "bbox": [-116.074333, 32.868, -116.074333, 32.868]}, {"id": "2832", "type": "Feature", "properties": {"id": "ak16876199", "mag": 1.6, "time": 1506050508752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1502, 60.9709, 20.0]}, "bbox": [-149.1502, 60.9709, -149.1502, 60.9709]}, {"id": "2833", "type": "Feature", "properties": {"id": "ak16876069", "mag": 1.7, "time": 1506048854655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6692, 62.5598, 11.7]}, "bbox": [-150.6692, 62.5598, -150.6692, 62.5598]}, {"id": "2834", "type": "Feature", "properties": {"id": "ak16876067", "mag": 2.1, "time": 1506048427026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7111, 59.884, 14.5]}, "bbox": [-136.7111, 59.884, -136.7111, 59.884]}, {"id": "2835", "type": "Feature", "properties": {"id": "nc72896561", "mag": 1.78, "time": 1506048332800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.779667, 37.392333, -2.31]}, "bbox": [-118.779667, 37.392333, -118.779667, 37.392333]}, {"id": "2836", "type": "Feature", "properties": {"id": "nc72896556", "mag": 1.29, "time": 1506047940540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0265, 36.559833, 6.76]}, "bbox": [-121.0265, 36.559833, -121.0265, 36.559833]}, {"id": "2837", "type": "Feature", "properties": {"id": "ak16926041", "mag": 2.5, "time": 1506047556201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.992, 51.8656, 16.5]}, "bbox": [-174.992, 51.8656, -174.992, 51.8656]}, {"id": "2838", "type": "Feature", "properties": {"id": "uu60248522", "mag": 1.34, "time": 1506047158170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.026833, 44.7755, 7.13]}, "bbox": [-110.026833, 44.7755, -110.026833, 44.7755]}, {"id": "2839", "type": "Feature", "properties": {"id": "mb80256979", "mag": 1.73, "time": 1506043831850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.558333, 46.402, 3.35]}, "bbox": [-111.558333, 46.402, -111.558333, 46.402]}, {"id": "2840", "type": "Feature", "properties": {"id": "nc72896531", "mag": 1.92, "time": 1506043357560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.780833, 37.389167, -2.29]}, "bbox": [-118.780833, 37.389167, -118.780833, 37.389167]}, {"id": "2841", "type": "Feature", "properties": {"id": "mb80256969", "mag": 2.09, "time": 1506042441670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.930333, 44.292833, 3.5]}, "bbox": [-114.930333, 44.292833, -114.930333, 44.292833]}, {"id": "2842", "type": "Feature", "properties": {"id": "ak16875940", "mag": 1.1, "time": 1506041862266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0885, 63.2553, 2.0]}, "bbox": [-151.0885, 63.2553, -151.0885, 63.2553]}, {"id": "2843", "type": "Feature", "properties": {"id": "us2000awqf", "mag": 4.2, "time": 1506041406940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [165.3116, -15.6295, 57.06]}, "bbox": [165.3116, -15.6295, 165.3116, -15.6295]}, {"id": "2844", "type": "Feature", "properties": {"id": "us2000asyh", "mag": 4.6, "time": 1506041280550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.2095, 43.8815, 10.0]}, "bbox": [149.2095, 43.8815, 149.2095, 43.8815]}, {"id": "2845", "type": "Feature", "properties": {"id": "ismpkansas70235693", "mag": 1.82, "time": 1506040783670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6825, 37.184, 4.37]}, "bbox": [-97.6825, 37.184, -97.6825, 37.184]}, {"id": "2846", "type": "Feature", "properties": {"id": "ci38007600", "mag": 2.86, "time": 1506040660680, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.171833, 34.730667, 1.72]}, "bbox": [-120.171833, 34.730667, -120.171833, 34.730667]}, {"id": "2847", "type": "Feature", "properties": {"id": "hv61916496", "mag": 1.7, "time": 1506040069030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.755667, 19.862667, 13.433]}, "bbox": [-155.755667, 19.862667, -155.755667, 19.862667]}, {"id": "2848", "type": "Feature", "properties": {"id": "us2000awqd", "mag": 4.6, "time": 1506040066970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3605, 2.1475, 15.02]}, "bbox": [90.3605, 2.1475, 90.3605, 2.1475]}, {"id": "2849", "type": "Feature", "properties": {"id": "ak16875841", "mag": 1.4, "time": 1506039676822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7004, 63.8605, 6.4]}, "bbox": [-148.7004, 63.8605, -148.7004, 63.8605]}, {"id": "2850", "type": "Feature", "properties": {"id": "us2000atbx", "mag": 2.6, "time": 1506039659260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5671, 46.8969, 11.48]}, "bbox": [-112.5671, 46.8969, -112.5671, 46.8969]}, {"id": "2851", "type": "Feature", "properties": {"id": "us2000avmv", "mag": 2.8, "time": 1506039531410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0769, 52.3761, 10.0]}, "bbox": [-165.0769, 52.3761, -165.0769, 52.3761]}, {"id": "2852", "type": "Feature", "properties": {"id": "mb80256959", "mag": 1.07, "time": 1506038377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.445667, 43.5435, 11.24]}, "bbox": [-110.445667, 43.5435, -110.445667, 43.5435]}, {"id": "2853", "type": "Feature", "properties": {"id": "ci38007584", "mag": 1.19, "time": 1506037977370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.764667, 33.324167, 13.64]}, "bbox": [-116.764667, 33.324167, -116.764667, 33.324167]}, {"id": "2854", "type": "Feature", "properties": {"id": "ak16875834", "mag": 1.4, "time": 1506037872803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.518, 61.5639, 31.0]}, "bbox": [-146.518, 61.5639, -146.518, 61.5639]}, {"id": "2855", "type": "Feature", "properties": {"id": "nc72896516", "mag": 1.31, "time": 1506037721390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669, 37.2905, 3.04]}, "bbox": [-121.669, 37.2905, -121.669, 37.2905]}, {"id": "2856", "type": "Feature", "properties": {"id": "mb80256954", "mag": 1.13, "time": 1506037549780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4995, 46.8705, 10.41]}, "bbox": [-112.4995, 46.8705, -112.4995, 46.8705]}, {"id": "2857", "type": "Feature", "properties": {"id": "us2000awq8", "mag": 4.4, "time": 1506037384370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.5809, 38.0785, 10.0]}, "bbox": [144.5809, 38.0785, 144.5809, 38.0785]}, {"id": "2858", "type": "Feature", "properties": {"id": "ak16875828", "mag": 2.4, "time": 1506037110228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8706, 62.7902, 14.7]}, "bbox": [-148.8706, 62.7902, -148.8706, 62.7902]}, {"id": "2859", "type": "Feature", "properties": {"id": "ak16875826", "mag": 1.7, "time": 1506036232042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4937, 61.5906, 31.8]}, "bbox": [-146.4937, 61.5906, -146.4937, 61.5906]}, {"id": "2860", "type": "Feature", "properties": {"id": "us2000asx4", "mag": 2.7, "time": 1506036218800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5127, 36.2915, 7.461]}, "bbox": [-97.5127, 36.2915, -97.5127, 36.2915]}, {"id": "2861", "type": "Feature", "properties": {"id": "ci38007544", "mag": 3.0, "time": 1506035447270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.397167, 32.383, 12.07]}, "bbox": [-115.397167, 32.383, -115.397167, 32.383]}, {"id": "2862", "type": "Feature", "properties": {"id": "ci38007552", "mag": 1.61, "time": 1506035381320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.115667, 34.625667, -1.28]}, "bbox": [-117.115667, 34.625667, -117.115667, 34.625667]}, {"id": "2863", "type": "Feature", "properties": {"id": "ak16875823", "mag": 1.6, "time": 1506035182231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5062, 64.6747, 9.2]}, "bbox": [-152.5062, 64.6747, -152.5062, 64.6747]}, {"id": "2864", "type": "Feature", "properties": {"id": "uu60248487", "mag": 2.1, "time": 1506035003920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.525833, 7.93]}, "bbox": [-111.420167, 42.525833, -111.420167, 42.525833]}, {"id": "2865", "type": "Feature", "properties": {"id": "mb80256939", "mag": 1.72, "time": 1506034952670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8665, 11.26]}, "bbox": [-112.5215, 46.8665, -112.5215, 46.8665]}, {"id": "2866", "type": "Feature", "properties": {"id": "ak16875817", "mag": 1.5, "time": 1506034226408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0329, 53.5528, 17.0]}, "bbox": [-167.0329, 53.5528, -167.0329, 53.5528]}, {"id": "2867", "type": "Feature", "properties": {"id": "us2000awq7", "mag": 4.3, "time": 1506034167940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.929, -23.7349, 550.89]}, "bbox": [-179.929, -23.7349, -179.929, -23.7349]}, {"id": "2868", "type": "Feature", "properties": {"id": "nc72896506", "mag": 1.29, "time": 1506033952800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821, 38.814833, 2.36]}, "bbox": [-122.821, 38.814833, -122.821, 38.814833]}, {"id": "2869", "type": "Feature", "properties": {"id": "ak16875815", "mag": 1.5, "time": 1506033878487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5575, 60.0344, 58.7]}, "bbox": [-151.5575, 60.0344, -151.5575, 60.0344]}, {"id": "2870", "type": "Feature", "properties": {"id": "ak16875810", "mag": 1.2, "time": 1506033325458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4889, 59.8624, 47.1]}, "bbox": [-150.4889, 59.8624, -150.4889, 59.8624]}, {"id": "2871", "type": "Feature", "properties": {"id": "ak16875800", "mag": 1.4, "time": 1506032434891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7482, 66.977, 12.4]}, "bbox": [-155.7482, 66.977, -155.7482, 66.977]}, {"id": "2872", "type": "Feature", "properties": {"id": "ak16875653", "mag": 4.2, "time": 1506032120973, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8756, 62.7831, 20.3]}, "bbox": [-148.8756, 62.7831, -148.8756, 62.7831]}, {"id": "2873", "type": "Feature", "properties": {"id": "nc72896496", "mag": 1.85, "time": 1506031741740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5285, 36.803333, 3.27]}, "bbox": [-121.5285, 36.803333, -121.5285, 36.803333]}, {"id": "2874", "type": "Feature", "properties": {"id": "nc72896486", "mag": 1.45, "time": 1506031445490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.526667, 36.809667, 4.3]}, "bbox": [-121.526667, 36.809667, -121.526667, 36.809667]}, {"id": "2875", "type": "Feature", "properties": {"id": "mb80256934", "mag": 2.12, "time": 1506031400210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9225, 44.303333, 10.34]}, "bbox": [-114.9225, 44.303333, -114.9225, 44.303333]}, {"id": "2876", "type": "Feature", "properties": {"id": "mb80256929", "mag": 1.26, "time": 1506030770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.747833, 45.079167, 3.5]}, "bbox": [-111.747833, 45.079167, -111.747833, 45.079167]}, {"id": "2877", "type": "Feature", "properties": {"id": "ci38007528", "mag": 1.87, "time": 1506030349230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650167, 35.935333, 2.69]}, "bbox": [-117.650167, 35.935333, -117.650167, 35.935333]}, {"id": "2878", "type": "Feature", "properties": {"id": "hv61916321", "mag": 2.02, "time": 1506029779130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.552333, 19.137667, 49.513]}, "bbox": [-155.552333, 19.137667, -155.552333, 19.137667]}, {"id": "2879", "type": "Feature", "properties": {"id": "ci38007520", "mag": 1.21, "time": 1506029730430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.157, 33.634167, -0.52]}, "bbox": [-117.157, 33.634167, -117.157, 33.634167]}, {"id": "2880", "type": "Feature", "properties": {"id": "hv61916316", "mag": 1.88, "time": 1506029586250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.419833, 19.099167, 42.057]}, "bbox": [-155.419833, 19.099167, -155.419833, 19.099167]}, {"id": "2881", "type": "Feature", "properties": {"id": "hv61916311", "mag": 1.76, "time": 1506029522880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.437167, 19.160333, 37.287]}, "bbox": [-155.437167, 19.160333, -155.437167, 19.160333]}, {"id": "2882", "type": "Feature", "properties": {"id": "nn00606376", "mag": 1.1, "time": 1506029276288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9551, 40.0739, 10.9]}, "bbox": [-120.9551, 40.0739, -120.9551, 40.0739]}, {"id": "2883", "type": "Feature", "properties": {"id": "hv61916301", "mag": 1.85, "time": 1506029141190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.439167, 19.1175, 39.677]}, "bbox": [-155.439167, 19.1175, -155.439167, 19.1175]}, {"id": "2884", "type": "Feature", "properties": {"id": "ci37166108", "mag": 1.81, "time": 1506028904370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241667, 32.920333, 11.27]}, "bbox": [-116.241667, 32.920333, -116.241667, 32.920333]}, {"id": "2885", "type": "Feature", "properties": {"id": "ci38007512", "mag": 1.83, "time": 1506028897230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241167, 32.916667, 7.87]}, "bbox": [-116.241167, 32.916667, -116.241167, 32.916667]}, {"id": "2886", "type": "Feature", "properties": {"id": "ak16875651", "mag": 1.4, "time": 1506028324426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8843, 61.2141, 1.8]}, "bbox": [-139.8843, 61.2141, -139.8843, 61.2141]}, {"id": "2887", "type": "Feature", "properties": {"id": "nn00606357", "mag": 2.6, "time": 1506028168100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6985, 39.7645, 7.3]}, "bbox": [-119.6985, 39.7645, -119.6985, 39.7645]}, {"id": "2888", "type": "Feature", "properties": {"id": "nn00606355", "mag": 1.1, "time": 1506027762688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.189, 38.4602, 2.1]}, "bbox": [-118.189, 38.4602, -118.189, 38.4602]}, {"id": "2889", "type": "Feature", "properties": {"id": "ci38007480", "mag": 1.75, "time": 1506026384090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.371167, 35.054, 8.1]}, "bbox": [-118.371167, 35.054, -118.371167, 35.054]}, {"id": "2890", "type": "Feature", "properties": {"id": "ak16875645", "mag": 1.7, "time": 1506026360117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.75, 60.0811, 100.9]}, "bbox": [-152.75, 60.0811, -152.75, 60.0811]}, {"id": "2891", "type": "Feature", "properties": {"id": "nc72896461", "mag": 1.53, "time": 1506026136260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.841167, 1.96]}, "bbox": [-122.827333, 38.841167, -122.827333, 38.841167]}, {"id": "2892", "type": "Feature", "properties": {"id": "ak16911613", "mag": 1.9, "time": 1506025569386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0904, 58.6739, 124.2]}, "bbox": [-155.0904, 58.6739, -155.0904, 58.6739]}, {"id": "2893", "type": "Feature", "properties": {"id": "ismpkansas70235678", "mag": 2.5, "time": 1506025487250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888333, 37.204167, 6.25]}, "bbox": [-97.888333, 37.204167, -97.888333, 37.204167]}, {"id": "2894", "type": "Feature", "properties": {"id": "ci38007472", "mag": 1.24, "time": 1506025368620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.488667, 33.850333, -0.48]}, "bbox": [-117.488667, 33.850333, -117.488667, 33.850333]}, {"id": "2895", "type": "Feature", "properties": {"id": "us2000ass7", "mag": 4.8, "time": 1506025352080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8962, 15.2536, 65.44]}, "bbox": [-93.8962, 15.2536, -93.8962, 15.2536]}, {"id": "2896", "type": "Feature", "properties": {"id": "ci38007464", "mag": 1.18, "time": 1506025134310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.882167, 33.977333, 19.48]}, "bbox": [-116.882167, 33.977333, -116.882167, 33.977333]}, {"id": "2897", "type": "Feature", "properties": {"id": "ak16875518", "mag": 1.7, "time": 1506024448536, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5203, 61.3055, 10.1]}, "bbox": [-152.5203, 61.3055, -152.5203, 61.3055]}, {"id": "2898", "type": "Feature", "properties": {"id": "us2000asr5", "mag": 2.8, "time": 1506024284460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4191, 42.5686, 11.52]}, "bbox": [-111.4191, 42.5686, -111.4191, 42.5686]}, {"id": "2899", "type": "Feature", "properties": {"id": "ci38007448", "mag": 1.54, "time": 1506024073190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.493667, 33.846667, -0.48]}, "bbox": [-117.493667, 33.846667, -117.493667, 33.846667]}, {"id": "2900", "type": "Feature", "properties": {"id": "us2000asqw", "mag": 4.5, "time": 1506023938000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.359, -24.593, 89.2]}, "bbox": [-69.359, -24.593, -69.359, -24.593]}, {"id": "2901", "type": "Feature", "properties": {"id": "nc72896441", "mag": 0.97, "time": 1506023932370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818337, 38.807335, 2.5]}, "bbox": [-122.818337, 38.807335, -122.818337, 38.807335]}, {"id": "2902", "type": "Feature", "properties": {"id": "ak16911611", "mag": 2.0, "time": 1506023546957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8314, 53.8887, 16.2]}, "bbox": [-163.8314, 53.8887, -163.8314, 53.8887]}, {"id": "2903", "type": "Feature", "properties": {"id": "ak16875513", "mag": 2.1, "time": 1506022669821, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6752, 67.929, 13.1]}, "bbox": [-147.6752, 67.929, -147.6752, 67.929]}, {"id": "2904", "type": "Feature", "properties": {"id": "ak16875511", "mag": 1.6, "time": 1506022479067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0122, 60.6265, 55.5]}, "bbox": [-151.0122, 60.6265, -151.0122, 60.6265]}, {"id": "2905", "type": "Feature", "properties": {"id": "nc72896431", "mag": 1.59, "time": 1506022296440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.606, 4.18]}, "bbox": [-118.821333, 37.606, -118.821333, 37.606]}, {"id": "2906", "type": "Feature", "properties": {"id": "us2000asq8", "mag": 4.5, "time": 1506022120080, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.3957, 30.689, 10.0]}, "bbox": [57.3957, 30.689, 57.3957, 30.689]}, {"id": "2907", "type": "Feature", "properties": {"id": "ak16875508", "mag": 2.8, "time": 1506022088454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5339, 56.4471, 34.4]}, "bbox": [-153.5339, 56.4471, -153.5339, 56.4471]}, {"id": "2908", "type": "Feature", "properties": {"id": "ak16875497", "mag": 2.8, "time": 1506021225649, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3633, 62.2263, 8.3]}, "bbox": [-150.3633, 62.2263, -150.3633, 62.2263]}, {"id": "2909", "type": "Feature", "properties": {"id": "ak16875489", "mag": 2.0, "time": 1506019153622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5458, 60.2285, 104.7]}, "bbox": [-152.5458, 60.2285, -152.5458, 60.2285]}, {"id": "2910", "type": "Feature", "properties": {"id": "ci38007432", "mag": 0.97, "time": 1506018755920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4305, 33.027167, 7.61]}, "bbox": [-116.4305, 33.027167, -116.4305, 33.027167]}, {"id": "2911", "type": "Feature", "properties": {"id": "nc72896416", "mag": 1.32, "time": 1506018676310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.105167, 37.325333, -0.31]}, "bbox": [-122.105167, 37.325333, -122.105167, 37.325333]}, {"id": "2912", "type": "Feature", "properties": {"id": "ak16875470", "mag": 3.4, "time": 1506018115237, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 62.0747, 82.5]}, "bbox": [-151.3313, 62.0747, -151.3313, 62.0747]}, {"id": "2913", "type": "Feature", "properties": {"id": "ci38007408", "mag": 1.52, "time": 1506017937430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.240833, 33.339, 3.36]}, "bbox": [-116.240833, 33.339, -116.240833, 33.339]}, {"id": "2914", "type": "Feature", "properties": {"id": "ci37165948", "mag": 1.22, "time": 1506017934430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.238, 33.341, 5.25]}, "bbox": [-116.238, 33.341, -116.238, 33.341]}, {"id": "2915", "type": "Feature", "properties": {"id": "ak16911603", "mag": 2.2, "time": 1506016859139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.198, 56.7455, 55.8]}, "bbox": [-156.198, 56.7455, -156.198, 56.7455]}, {"id": "2916", "type": "Feature", "properties": {"id": "nc72896411", "mag": 1.56, "time": 1506016054120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.955667, 36.390833, 1.45]}, "bbox": [-120.955667, 36.390833, -120.955667, 36.390833]}, {"id": "2917", "type": "Feature", "properties": {"id": "us2000ask8", "mag": 5.2, "time": 1506015812780, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [153.792, -5.2273, 42.8]}, "bbox": [153.792, -5.2273, 153.792, -5.2273]}, {"id": "2918", "type": "Feature", "properties": {"id": "ak16875367", "mag": 1.0, "time": 1506015790628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3293, 61.4367, 9.3]}, "bbox": [-152.3293, 61.4367, -152.3293, 61.4367]}, {"id": "2919", "type": "Feature", "properties": {"id": "nc72896401", "mag": 1.29, "time": 1506015349390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.136833, 36.591, 7.95]}, "bbox": [-121.136833, 36.591, -121.136833, 36.591]}, {"id": "2920", "type": "Feature", "properties": {"id": "nc72896396", "mag": 1.65, "time": 1506015154000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830667, 38.841833, 1.92]}, "bbox": [-122.830667, 38.841833, -122.830667, 38.841833]}, {"id": "2921", "type": "Feature", "properties": {"id": "ak16875364", "mag": 1.7, "time": 1506014707392, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9511, 61.182, 6.1]}, "bbox": [-139.9511, 61.182, -139.9511, 61.182]}, {"id": "2922", "type": "Feature", "properties": {"id": "us2000asjm", "mag": 4.1, "time": 1506014582020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1412, 14.9651, 31.77]}, "bbox": [-94.1412, 14.9651, -94.1412, 14.9651]}, {"id": "2923", "type": "Feature", "properties": {"id": "nc72896391", "mag": 1.65, "time": 1506014547620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.522667, 37.119333, 6.68]}, "bbox": [-121.522667, 37.119333, -121.522667, 37.119333]}, {"id": "2924", "type": "Feature", "properties": {"id": "nc72896386", "mag": 2.74, "time": 1506013969600, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.523, 37.119333, 7.11]}, "bbox": [-121.523, 37.119333, -121.523, 37.119333]}, {"id": "2925", "type": "Feature", "properties": {"id": "uu60248457", "mag": 1.24, "time": 1506013292240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416833, 42.5455, 6.54]}, "bbox": [-111.416833, 42.5455, -111.416833, 42.5455]}, {"id": "2926", "type": "Feature", "properties": {"id": "nc72896381", "mag": 1.42, "time": 1506013025480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.024167, 4.23]}, "bbox": [-118.7985, 38.024167, -118.7985, 38.024167]}, {"id": "2927", "type": "Feature", "properties": {"id": "ak16875337", "mag": 1.5, "time": 1506012889205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8562, 59.8876, 14.9]}, "bbox": [-136.8562, 59.8876, -136.8562, 59.8876]}, {"id": "2928", "type": "Feature", "properties": {"id": "ak16875335", "mag": 1.5, "time": 1506012588856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.43, 69.5255, 6.5]}, "bbox": [-142.43, 69.5255, -142.43, 69.5255]}, {"id": "2929", "type": "Feature", "properties": {"id": "ak16875333", "mag": 1.4, "time": 1506012078477, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7448, 65.4677, 16.1]}, "bbox": [-144.7448, 65.4677, -144.7448, 65.4677]}, {"id": "2930", "type": "Feature", "properties": {"id": "us2000asj3", "mag": 4.4, "time": 1506011673160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.8925, 24.9992, 82.35]}, "bbox": [94.8925, 24.9992, 94.8925, 24.9992]}, {"id": "2931", "type": "Feature", "properties": {"id": "ak16875233", "mag": 2.0, "time": 1506011166366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 62.6945, 1.1]}, "bbox": [-152.0389, 62.6945, -152.0389, 62.6945]}, {"id": "2932", "type": "Feature", "properties": {"id": "hv61916021", "mag": 1.65, "time": 1506010758380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.606333, 19.988, 0.02]}, "bbox": [-155.606333, 19.988, -155.606333, 19.988]}, {"id": "2933", "type": "Feature", "properties": {"id": "nc72896356", "mag": 1.08, "time": 1506008853280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.789501, 1.6]}, "bbox": [-122.736, 38.789501, -122.736, 38.789501]}, {"id": "2934", "type": "Feature", "properties": {"id": "ci38007344", "mag": 1.64, "time": 1506006904290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.040833, 34.932167, 7.95]}, "bbox": [-117.040833, 34.932167, -117.040833, 34.932167]}, {"id": "2935", "type": "Feature", "properties": {"id": "uu60248432", "mag": 1.93, "time": 1506005934630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899167, 38.2825, 1.23]}, "bbox": [-108.899167, 38.2825, -108.899167, 38.2825]}, {"id": "2936", "type": "Feature", "properties": {"id": "nc72896351", "mag": 1.05, "time": 1506005402280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.872833, 37.542167, 5.65]}, "bbox": [-118.872833, 37.542167, -118.872833, 37.542167]}, {"id": "2937", "type": "Feature", "properties": {"id": "ak16875225", "mag": 2.6, "time": 1506004864279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7558, 56.7802, 85.5]}, "bbox": [-157.7558, 56.7802, -157.7558, 56.7802]}, {"id": "2938", "type": "Feature", "properties": {"id": "nn00606271", "mag": 1.4, "time": 1506004765898, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.404, 8.4]}, "bbox": [-118.9071, 38.404, -118.9071, 38.404]}, {"id": "2939", "type": "Feature", "properties": {"id": "ak16911592", "mag": 1.8, "time": 1506004687871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.776, 59.9457, 96.3]}, "bbox": [-152.776, 59.9457, -152.776, 59.9457]}, {"id": "2940", "type": "Feature", "properties": {"id": "ak16875224", "mag": 1.0, "time": 1506004284441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1472, 58.225, 2.8]}, "bbox": [-155.1472, 58.225, -155.1472, 58.225]}, {"id": "2941", "type": "Feature", "properties": {"id": "us2000asgp", "mag": 3.1, "time": 1506004160400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5341, 7.73]}, "bbox": [-111.4287, 42.5341, -111.4287, 42.5341]}, {"id": "2942", "type": "Feature", "properties": {"id": "ak16875128", "mag": 1.2, "time": 1506003424957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1414, 61.9718, 7.4]}, "bbox": [-141.1414, 61.9718, -141.1414, 61.9718]}, {"id": "2943", "type": "Feature", "properties": {"id": "ak16875123", "mag": 2.2, "time": 1506003380008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.406, 61.1636, 56.5]}, "bbox": [-150.406, 61.1636, -150.406, 61.1636]}, {"id": "2944", "type": "Feature", "properties": {"id": "ak16875122", "mag": 1.5, "time": 1506003168025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6121, 60.6288, 27.1]}, "bbox": [-149.6121, 60.6288, -149.6121, 60.6288]}, {"id": "2945", "type": "Feature", "properties": {"id": "us2000asgl", "mag": 4.5, "time": 1506003018350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.7163, -5.3996, 143.64]}, "bbox": [150.7163, -5.3996, 150.7163, -5.3996]}, {"id": "2946", "type": "Feature", "properties": {"id": "ak16911587", "mag": 2.0, "time": 1506002992795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2107, 54.658, 25.6]}, "bbox": [-161.2107, 54.658, -161.2107, 54.658]}, {"id": "2947", "type": "Feature", "properties": {"id": "ak16875121", "mag": 1.3, "time": 1506002287075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 63.0935, 115.1]}, "bbox": [-150.7877, 63.0935, -150.7877, 63.0935]}, {"id": "2948", "type": "Feature", "properties": {"id": "ak16875120", "mag": 1.3, "time": 1506002190951, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3702, 60.2093, 0.0]}, "bbox": [-141.3702, 60.2093, -141.3702, 60.2093]}, {"id": "2949", "type": "Feature", "properties": {"id": "nc72896346", "mag": 1.58, "time": 1506001285170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.046, 37.631, -2.49]}, "bbox": [-119.046, 37.631, -119.046, 37.631]}, {"id": "2950", "type": "Feature", "properties": {"id": "ak16875118", "mag": 1.5, "time": 1506001054310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4947, 65.9329, 9.0]}, "bbox": [-151.4947, 65.9329, -151.4947, 65.9329]}, {"id": "2951", "type": "Feature", "properties": {"id": "ak16875115", "mag": 1.2, "time": 1506000273641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8273, 59.8914, 16.6]}, "bbox": [-136.8273, 59.8914, -136.8273, 59.8914]}, {"id": "2952", "type": "Feature", "properties": {"id": "ak16875114", "mag": 1.0, "time": 1505999744527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.927, 63.1123, 88.8]}, "bbox": [-149.927, 63.1123, -149.927, 63.1123]}, {"id": "2953", "type": "Feature", "properties": {"id": "ak16875113", "mag": 1.0, "time": 1505999509220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8959, 53.8648, 4.8]}, "bbox": [-166.8959, 53.8648, -166.8959, 53.8648]}, {"id": "2954", "type": "Feature", "properties": {"id": "nc72896326", "mag": 1.49, "time": 1505998900750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040833, 37.6325, -1.69]}, "bbox": [-119.040833, 37.6325, -119.040833, 37.6325]}, {"id": "2955", "type": "Feature", "properties": {"id": "nc72896316", "mag": 1.09, "time": 1505998199150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.854333, 37.553667, -1.13]}, "bbox": [-118.854333, 37.553667, -118.854333, 37.553667]}, {"id": "2956", "type": "Feature", "properties": {"id": "nc72896306", "mag": 1.43, "time": 1505997631810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009333, 37.578833, 2.18]}, "bbox": [-119.009333, 37.578833, -119.009333, 37.578833]}, {"id": "2957", "type": "Feature", "properties": {"id": "nm60207176", "mag": 1.81, "time": 1505997033100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.530833, 36.304833, 9.49]}, "bbox": [-89.530833, 36.304833, -89.530833, 36.304833]}, {"id": "2958", "type": "Feature", "properties": {"id": "ak16875021", "mag": 1.2, "time": 1505996145934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8383, 65.938, 13.9]}, "bbox": [-151.8383, 65.938, -151.8383, 65.938]}, {"id": "2959", "type": "Feature", "properties": {"id": "ak16875018", "mag": 1.2, "time": 1505995669198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.912, 65.5133, 9.1]}, "bbox": [-150.912, 65.5133, -150.912, 65.5133]}, {"id": "2960", "type": "Feature", "properties": {"id": "nc72896296", "mag": 1.47, "time": 1505995317350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.196833, 37.9145, 9.67]}, "bbox": [-122.196833, 37.9145, -122.196833, 37.9145]}, {"id": "2961", "type": "Feature", "properties": {"id": "nm60207166", "mag": 1.64, "time": 1505994488630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.4975, 36.289667, 7.47]}, "bbox": [-89.4975, 36.289667, -89.4975, 36.289667]}, {"id": "2962", "type": "Feature", "properties": {"id": "us2000asex", "mag": 4.8, "time": 1505994269370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2903, 15.7805, 100.11]}, "bbox": [-93.2903, 15.7805, -93.2903, 15.7805]}, {"id": "2963", "type": "Feature", "properties": {"id": "nn00606244", "mag": 1.4, "time": 1505993181062, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2534, 40.7726, 2.5]}, "bbox": [-119.2534, 40.7726, -119.2534, 40.7726]}, {"id": "2964", "type": "Feature", "properties": {"id": "uu60248402", "mag": 1.76, "time": 1505993050130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.834, 37.5, 12.34]}, "bbox": [-112.834, 37.5, -112.834, 37.5]}, {"id": "2965", "type": "Feature", "properties": {"id": "ak16911577", "mag": 1.8, "time": 1505992688210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7102, 59.2193, 101.3]}, "bbox": [-153.7102, 59.2193, -153.7102, 59.2193]}, {"id": "2966", "type": "Feature", "properties": {"id": "nc72896276", "mag": 1.87, "time": 1505990638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821833, 38.807833, 2.57]}, "bbox": [-122.821833, 38.807833, -122.821833, 38.807833]}, {"id": "2967", "type": "Feature", "properties": {"id": "ak16911575", "mag": 1.4, "time": 1505990312220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1289, 60.9457, 91.3]}, "bbox": [-152.1289, 60.9457, -152.1289, 60.9457]}, {"id": "2968", "type": "Feature", "properties": {"id": "ci38007296", "mag": 1.16, "time": 1505989019560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.893333, 33.8875, 12.0]}, "bbox": [-116.893333, 33.8875, -116.893333, 33.8875]}, {"id": "2969", "type": "Feature", "properties": {"id": "ak16874826", "mag": 2.4, "time": 1505988598717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0672, 60.3368, 3.1]}, "bbox": [-143.0672, 60.3368, -143.0672, 60.3368]}, {"id": "2970", "type": "Feature", "properties": {"id": "ak16874821", "mag": 3.9, "time": 1505988559362, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.0266, 58.0197, 4.1]}, "bbox": [-139.0266, 58.0197, -139.0266, 58.0197]}, {"id": "2971", "type": "Feature", "properties": {"id": "us2000asdx", "mag": 3.2, "time": 1505987188740, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5809, 9.51]}, "bbox": [-111.4339, 42.5809, -111.4339, 42.5809]}, {"id": "2972", "type": "Feature", "properties": {"id": "nc72896231", "mag": 1.31, "time": 1505985984190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7595, 39.290333, 11.74]}, "bbox": [-122.7595, 39.290333, -122.7595, 39.290333]}, {"id": "2973", "type": "Feature", "properties": {"id": "ak16874817", "mag": 1.2, "time": 1505985541058, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7623, 63.2246, 123.5]}, "bbox": [-150.7623, 63.2246, -150.7623, 63.2246]}, {"id": "2974", "type": "Feature", "properties": {"id": "nc72896221", "mag": 1.81, "time": 1505985066080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.605333, 4.11]}, "bbox": [-118.8215, 37.605333, -118.8215, 37.605333]}, {"id": "2975", "type": "Feature", "properties": {"id": "ak16911571", "mag": 1.2, "time": 1505984945428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6774, 60.3679, 51.2]}, "bbox": [-150.6774, 60.3679, -150.6774, 60.3679]}, {"id": "2976", "type": "Feature", "properties": {"id": "us2000astb", "mag": 3.2, "time": 1505984479950, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.4877, 39.7496, 7.26]}, "bbox": [30.4877, 39.7496, 30.4877, 39.7496]}, {"id": "2977", "type": "Feature", "properties": {"id": "ak16874735", "mag": 1.1, "time": 1505984351439, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1345, 61.0202, 12.5]}, "bbox": [-151.1345, 61.0202, -151.1345, 61.0202]}, {"id": "2978", "type": "Feature", "properties": {"id": "ak16874733", "mag": 1.8, "time": 1505984244290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.6331, 69.6221, 10.8]}, "bbox": [-144.6331, 69.6221, -144.6331, 69.6221]}, {"id": "2979", "type": "Feature", "properties": {"id": "ak16911567", "mag": 1.4, "time": 1505983878943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6066, 58.3406, 70.2]}, "bbox": [-153.6066, 58.3406, -153.6066, 58.3406]}, {"id": "2980", "type": "Feature", "properties": {"id": "ak16874730", "mag": 1.6, "time": 1505983557544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6496, 63.2391, 128.6]}, "bbox": [-150.6496, 63.2391, -150.6496, 63.2391]}, {"id": "2981", "type": "Feature", "properties": {"id": "ak16874715", "mag": 3.0, "time": 1505983090867, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9585, 60.2394, 134.3]}, "bbox": [-152.9585, 60.2394, -152.9585, 60.2394]}, {"id": "2982", "type": "Feature", "properties": {"id": "ak16874713", "mag": 1.8, "time": 1505982752561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3398, 60.0395, 62.9]}, "bbox": [-151.3398, 60.0395, -151.3398, 60.0395]}, {"id": "2983", "type": "Feature", "properties": {"id": "ak16874708", "mag": 1.6, "time": 1505981986749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5434, 62.0196, 9.7]}, "bbox": [-148.5434, 62.0196, -148.5434, 62.0196]}, {"id": "2984", "type": "Feature", "properties": {"id": "ci38007280", "mag": 1.01, "time": 1505981662400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.966, 33.952667, 12.57]}, "bbox": [-116.966, 33.952667, -116.966, 33.952667]}, {"id": "2985", "type": "Feature", "properties": {"id": "nc72896186", "mag": 1.8, "time": 1505981520300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764333, 38.786167, 0.23]}, "bbox": [-122.764333, 38.786167, -122.764333, 38.786167]}, {"id": "2986", "type": "Feature", "properties": {"id": "ak16874635", "mag": 1.2, "time": 1505980470681, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9567, 61.1836, 3.9]}, "bbox": [-139.9567, 61.1836, -139.9567, 61.1836]}, {"id": "2987", "type": "Feature", "properties": {"id": "mb80256854", "mag": 1.19, "time": 1505980355400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540333, 46.865833, 13.58]}, "bbox": [-112.540333, 46.865833, -112.540333, 46.865833]}, {"id": "2988", "type": "Feature", "properties": {"id": "hv61915846", "mag": 2.23, "time": 1505980220010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471833, 19.187167, 6.497]}, "bbox": [-155.471833, 19.187167, -155.471833, 19.187167]}, {"id": "2989", "type": "Feature", "properties": {"id": "nc72896176", "mag": 1.82, "time": 1505979900900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789167, 37.455, 8.23]}, "bbox": [-121.789167, 37.455, -121.789167, 37.455]}, {"id": "2990", "type": "Feature", "properties": {"id": "ak16874613", "mag": 2.5, "time": 1505979347188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6995, 61.302, 18.1]}, "bbox": [-146.6995, 61.302, -146.6995, 61.302]}, {"id": "2991", "type": "Feature", "properties": {"id": "nc72896141", "mag": 1.44, "time": 1505978529860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0545, 37.976333, 16.99]}, "bbox": [-122.0545, 37.976333, -122.0545, 37.976333]}, {"id": "2992", "type": "Feature", "properties": {"id": "us2000asd1", "mag": 4.8, "time": 1505977959710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.683, -37.9104, 6.87]}, "bbox": [-73.683, -37.9104, -73.683, -37.9104]}, {"id": "2993", "type": "Feature", "properties": {"id": "nc72896116", "mag": 1.08, "time": 1505977815960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784164, 38.838165, 0.65]}, "bbox": [-122.784164, 38.838165, -122.784164, 38.838165]}, {"id": "2994", "type": "Feature", "properties": {"id": "ci38007272", "mag": 1.44, "time": 1505977166870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.235667, 34.473, 10.66]}, "bbox": [-119.235667, 34.473, -119.235667, 34.473]}, {"id": "2995", "type": "Feature", "properties": {"id": "ak16874540", "mag": 1.8, "time": 1505976691446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5178, 59.5615, 114.3]}, "bbox": [-153.5178, 59.5615, -153.5178, 59.5615]}, {"id": "2996", "type": "Feature", "properties": {"id": "ci38007264", "mag": 1.35, "time": 1505976496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8585, 33.885833, 13.8]}, "bbox": [-116.8585, 33.885833, -116.8585, 33.885833]}, {"id": "2997", "type": "Feature", "properties": {"id": "ak16874539", "mag": 1.4, "time": 1505975897075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7553, 60.3904, 17.6]}, "bbox": [-147.7553, 60.3904, -147.7553, 60.3904]}, {"id": "2998", "type": "Feature", "properties": {"id": "ak16911557", "mag": 1.9, "time": 1505975896384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7415, 56.6876, 60.1]}, "bbox": [-155.7415, 56.6876, -155.7415, 56.6876]}, {"id": "2999", "type": "Feature", "properties": {"id": "ak16874533", "mag": 2.4, "time": 1505975550653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4341, 54.7916, 41.7]}, "bbox": [-160.4341, 54.7916, -160.4341, 54.7916]}, {"id": "3000", "type": "Feature", "properties": {"id": "ak16874531", "mag": 1.6, "time": 1505973877209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0439, 60.1347, 121.6]}, "bbox": [-153.0439, 60.1347, -153.0439, 60.1347]}, {"id": "3001", "type": "Feature", "properties": {"id": "nc72896081", "mag": 0.98, "time": 1505973711190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775002, 38.797669, 2.77]}, "bbox": [-122.775002, 38.797669, -122.775002, 38.797669]}, {"id": "3002", "type": "Feature", "properties": {"id": "nc72896076", "mag": 2.49, "time": 1505973410410, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.785833, 37.46, 8.35]}, "bbox": [-121.785833, 37.46, -121.785833, 37.46]}, {"id": "3003", "type": "Feature", "properties": {"id": "ak16874465", "mag": 1.3, "time": 1505973344875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.0133, 60.1082, 0.0]}, "bbox": [-138.0133, 60.1082, -138.0133, 60.1082]}, {"id": "3004", "type": "Feature", "properties": {"id": "ak16911553", "mag": 1.4, "time": 1505972962694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3138, 59.699, 53.9]}, "bbox": [-151.3138, 59.699, -151.3138, 59.699]}, {"id": "3005", "type": "Feature", "properties": {"id": "ak16911552", "mag": 1.2, "time": 1505972745844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4845, 60.1615, 61.1]}, "bbox": [-151.4845, 60.1615, -151.4845, 60.1615]}, {"id": "3006", "type": "Feature", "properties": {"id": "nn00606219", "mag": 1.3, "time": 1505972571887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1193, 38.2806, 9.5]}, "bbox": [-119.1193, 38.2806, -119.1193, 38.2806]}, {"id": "3007", "type": "Feature", "properties": {"id": "ak16911551", "mag": 1.8, "time": 1505972563999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.15, 51.5531, 43.8]}, "bbox": [-177.15, 51.5531, -177.15, 51.5531]}, {"id": "3008", "type": "Feature", "properties": {"id": "nn00606295", "mag": 1.0, "time": 1505972403264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6227, 38.8065, 14.1]}, "bbox": [-119.6227, 38.8065, -119.6227, 38.8065]}, {"id": "3009", "type": "Feature", "properties": {"id": "uu60248342", "mag": 1.16, "time": 1505971839680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427333, 42.584333, 6.41]}, "bbox": [-111.427333, 42.584333, -111.427333, 42.584333]}, {"id": "3010", "type": "Feature", "properties": {"id": "ak16874458", "mag": 1.0, "time": 1505971795387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1789, 60.7931, 15.4]}, "bbox": [-147.1789, 60.7931, -147.1789, 60.7931]}, {"id": "3011", "type": "Feature", "properties": {"id": "nn00606215", "mag": 1.1, "time": 1505970724921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9138, 38.4144, 3.9]}, "bbox": [-118.9138, 38.4144, -118.9138, 38.4144]}, {"id": "3012", "type": "Feature", "properties": {"id": "nn00606292", "mag": 1.2, "time": 1505969821916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9096, 38.3591, 10.4]}, "bbox": [-118.9096, 38.3591, -118.9096, 38.3591]}, {"id": "3013", "type": "Feature", "properties": {"id": "ak16874386", "mag": 2.2, "time": 1505966674333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1806, 62.1688, 58.7]}, "bbox": [-150.1806, 62.1688, -150.1806, 62.1688]}, {"id": "3014", "type": "Feature", "properties": {"id": "ak16874381", "mag": 1.5, "time": 1505966192127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3423, 67.4818, 11.5]}, "bbox": [-158.3423, 67.4818, -158.3423, 67.4818]}, {"id": "3015", "type": "Feature", "properties": {"id": "nn00606289", "mag": 1.1, "time": 1505965897622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.612, 39.7777, 13.3]}, "bbox": [-120.612, 39.7777, -120.612, 39.7777]}, {"id": "3016", "type": "Feature", "properties": {"id": "ak16874378", "mag": 1.4, "time": 1505965635289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6084, 59.8249, 2.4]}, "bbox": [-136.6084, 59.8249, -136.6084, 59.8249]}, {"id": "3017", "type": "Feature", "properties": {"id": "ci38007240", "mag": 1.33, "time": 1505964848260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.392833, 34.0695, 3.63]}, "bbox": [-116.392833, 34.0695, -116.392833, 34.0695]}, {"id": "3018", "type": "Feature", "properties": {"id": "uw61309117", "mag": 1.41, "time": 1505964727680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.537333, 45.623, 3.45]}, "bbox": [-122.537333, 45.623, -122.537333, 45.623]}, {"id": "3019", "type": "Feature", "properties": {"id": "us2000asac", "mag": 2.3, "time": 1505963189900, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6319, 35.02, 3.66]}, "bbox": [-97.6319, 35.02, -97.6319, 35.02]}, {"id": "3020", "type": "Feature", "properties": {"id": "nc72896016", "mag": 1.0, "time": 1505962244660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777664, 38.821335, 1.62]}, "bbox": [-122.777664, 38.821335, -122.777664, 38.821335]}, {"id": "3021", "type": "Feature", "properties": {"id": "ak16874313", "mag": 1.6, "time": 1505961692924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.4015, 58.981, 9.4]}, "bbox": [-136.4015, 58.981, -136.4015, 58.981]}, {"id": "3022", "type": "Feature", "properties": {"id": "nc72896006", "mag": 2.63, "time": 1505961234600, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.822333, 1.9]}, "bbox": [-122.778, 38.822333, -122.778, 38.822333]}, {"id": "3023", "type": "Feature", "properties": {"id": "ak16874294", "mag": 1.4, "time": 1505960998663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7592, 62.4966, 63.3]}, "bbox": [-149.7592, 62.4966, -149.7592, 62.4966]}, {"id": "3024", "type": "Feature", "properties": {"id": "ak16911541", "mag": 1.2, "time": 1505959763113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0959, 69.101, 9.0]}, "bbox": [-147.0959, 69.101, -147.0959, 69.101]}, {"id": "3025", "type": "Feature", "properties": {"id": "nc72896001", "mag": 2.06, "time": 1505958864360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.541, 35.984333, 10.27]}, "bbox": [-120.541, 35.984333, -120.541, 35.984333]}, {"id": "3026", "type": "Feature", "properties": {"id": "ci38007216", "mag": 1.05, "time": 1505958019680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.250167, 34.038167, 14.18]}, "bbox": [-117.250167, 34.038167, -117.250167, 34.038167]}, {"id": "3027", "type": "Feature", "properties": {"id": "ak16874254", "mag": 3.1, "time": 1505957941327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4863, 51.2677, 13.2]}, "bbox": [178.4863, 51.2677, 178.4863, 51.2677]}, {"id": "3028", "type": "Feature", "properties": {"id": "ak16874229", "mag": 1.1, "time": 1505957058757, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7027, 61.7499, 26.8]}, "bbox": [-146.7027, 61.7499, -146.7027, 61.7499]}, {"id": "3029", "type": "Feature", "properties": {"id": "ak16874215", "mag": 1.1, "time": 1505956445202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6955, 63.1111, 9.3]}, "bbox": [-147.6955, 63.1111, -147.6955, 63.1111]}, {"id": "3030", "type": "Feature", "properties": {"id": "ci38007208", "mag": 1.4, "time": 1505955985550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.416, 33.868667, 14.65]}, "bbox": [-118.416, 33.868667, -118.416, 33.868667]}, {"id": "3031", "type": "Feature", "properties": {"id": "hv61915531", "mag": 1.72, "time": 1505955195430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279833, 19.405667, 1.328]}, "bbox": [-155.279833, 19.405667, -155.279833, 19.405667]}, {"id": "3032", "type": "Feature", "properties": {"id": "ak16874182", "mag": 2.0, "time": 1505954859125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6742, 63.0988, 11.2]}, "bbox": [-147.6742, 63.0988, -147.6742, 63.0988]}, {"id": "3033", "type": "Feature", "properties": {"id": "us2000as95", "mag": 4.5, "time": 1505954623610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9506, -18.3191, 525.15]}, "bbox": [-177.9506, -18.3191, -177.9506, -18.3191]}, {"id": "3034", "type": "Feature", "properties": {"id": "ak16874180", "mag": 1.0, "time": 1505954368489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6875, 63.1114, 10.6]}, "bbox": [-147.6875, 63.1114, -147.6875, 63.1114]}, {"id": "3035", "type": "Feature", "properties": {"id": "mb80256829", "mag": 1.22, "time": 1505954178230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.729167, 46.9255, 15.18]}, "bbox": [-112.729167, 46.9255, -112.729167, 46.9255]}, {"id": "3036", "type": "Feature", "properties": {"id": "ci38007192", "mag": 2.27, "time": 1505953985850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.389333, 34.875667, 4.87]}, "bbox": [-117.389333, 34.875667, -117.389333, 34.875667]}, {"id": "3037", "type": "Feature", "properties": {"id": "ak16911531", "mag": 3.1, "time": 1505953036619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8238, 52.2316, 212.2]}, "bbox": [-178.8238, 52.2316, -178.8238, 52.2316]}, {"id": "3038", "type": "Feature", "properties": {"id": "ak16874133", "mag": 1.9, "time": 1505952707526, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 61.7239, 1.8]}, "bbox": [-141.3476, 61.7239, -141.3476, 61.7239]}, {"id": "3039", "type": "Feature", "properties": {"id": "nc72895971", "mag": 2.7, "time": 1505952459520, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.065833, 37.977333, 16.12]}, "bbox": [-122.065833, 37.977333, -122.065833, 37.977333]}, {"id": "3040", "type": "Feature", "properties": {"id": "us2000as7z", "mag": 5.0, "time": 1505952320920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3417, -18.3348, 223.14]}, "bbox": [-175.3417, -18.3348, -175.3417, -18.3348]}, {"id": "3041", "type": "Feature", "properties": {"id": "ak16874122", "mag": 1.3, "time": 1505952267890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1071, 68.0646, 14.2]}, "bbox": [-161.1071, 68.0646, -161.1071, 68.0646]}, {"id": "3042", "type": "Feature", "properties": {"id": "ak16874119", "mag": 1.3, "time": 1505952216610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9186, 60.9563, 9.6]}, "bbox": [-150.9186, 60.9563, -150.9186, 60.9563]}, {"id": "3043", "type": "Feature", "properties": {"id": "us2000as7r", "mag": 5.7, "time": 1505951964840, "felt": 7.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [113.0028, -6.141, 588.64]}, "bbox": [113.0028, -6.141, 113.0028, -6.141]}, {"id": "3044", "type": "Feature", "properties": {"id": "ci38007168", "mag": 1.0, "time": 1505951908320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.513, 33.929833, 3.12]}, "bbox": [-117.513, 33.929833, -117.513, 33.929833]}, {"id": "3045", "type": "Feature", "properties": {"id": "ak16874078", "mag": 1.5, "time": 1505949607121, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.307, 64.9865, 0.0]}, "bbox": [-147.307, 64.9865, -147.307, 64.9865]}, {"id": "3046", "type": "Feature", "properties": {"id": "nc72895936", "mag": 2.34, "time": 1505948330470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830833, 38.8385, 2.22]}, "bbox": [-122.830833, 38.8385, -122.830833, 38.8385]}, {"id": "3047", "type": "Feature", "properties": {"id": "us2000as71", "mag": 4.4, "time": 1505948258880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8955, -19.9851, 13.88]}, "bbox": [-70.8955, -19.9851, -70.8955, -19.9851]}, {"id": "3048", "type": "Feature", "properties": {"id": "ci38007144", "mag": 2.26, "time": 1505947525530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.600667, 32.8185, 11.77]}, "bbox": [-115.600667, 32.8185, -115.600667, 32.8185]}, {"id": "3049", "type": "Feature", "properties": {"id": "us2000as6n", "mag": 4.7, "time": 1505946967130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.002, -5.1396, 10.0]}, "bbox": [148.002, -5.1396, 148.002, -5.1396]}, {"id": "3050", "type": "Feature", "properties": {"id": "ak16874025", "mag": 1.8, "time": 1505946583777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5728, 63.1811, 118.6]}, "bbox": [-150.5728, 63.1811, -150.5728, 63.1811]}, {"id": "3051", "type": "Feature", "properties": {"id": "us2000as5y", "mag": 5.2, "time": 1505945844590, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.9821, -5.1384, 10.0]}, "bbox": [147.9821, -5.1384, 147.9821, -5.1384]}, {"id": "3052", "type": "Feature", "properties": {"id": "us2000as5x", "mag": 5.9, "time": 1505945616140, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.8337, -5.11, 10.0]}, "bbox": [147.8337, -5.11, 147.8337, -5.11]}, {"id": "3053", "type": "Feature", "properties": {"id": "ak16873995", "mag": 1.3, "time": 1505944353830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7194, 63.0772, 10.8]}, "bbox": [-147.7194, 63.0772, -147.7194, 63.0772]}, {"id": "3054", "type": "Feature", "properties": {"id": "nc72895916", "mag": 1.33, "time": 1505944123270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 37.532, 3.23]}, "bbox": [-118.8235, 37.532, -118.8235, 37.532]}, {"id": "3055", "type": "Feature", "properties": {"id": "ak16903715", "mag": 1.5, "time": 1505944050318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7597, 60.286, 105.1]}, "bbox": [-152.7597, 60.286, -152.7597, 60.286]}, {"id": "3056", "type": "Feature", "properties": {"id": "ak16873983", "mag": 1.6, "time": 1505944038560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2822, 60.1956, 0.0]}, "bbox": [-141.2822, 60.1956, -141.2822, 60.1956]}, {"id": "3057", "type": "Feature", "properties": {"id": "ak16873980", "mag": 1.5, "time": 1505943645116, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7128, 62.2758, 1.9]}, "bbox": [-152.7128, 62.2758, -152.7128, 62.2758]}, {"id": "3058", "type": "Feature", "properties": {"id": "nc72895911", "mag": 1.05, "time": 1505943458060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817497, 38.818165, 1.98]}, "bbox": [-122.817497, 38.818165, -122.817497, 38.818165]}, {"id": "3059", "type": "Feature", "properties": {"id": "mb80256764", "mag": 1.19, "time": 1505942553810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.3355, 46.855167, 12.51]}, "bbox": [-112.3355, 46.855167, -112.3355, 46.855167]}, {"id": "3060", "type": "Feature", "properties": {"id": "ak16873969", "mag": 1.0, "time": 1505941809382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8648, 61.3084, 14.6]}, "bbox": [-140.8648, 61.3084, -140.8648, 61.3084]}, {"id": "3061", "type": "Feature", "properties": {"id": "ak16903709", "mag": 1.3, "time": 1505940388991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1675, 59.8496, 11.5]}, "bbox": [-148.1675, 59.8496, -148.1675, 59.8496]}, {"id": "3062", "type": "Feature", "properties": {"id": "hv61915241", "mag": 2.0, "time": 1505940250470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.695496, 19.176666, 1.78]}, "bbox": [-155.695496, 19.176666, -155.695496, 19.176666]}, {"id": "3063", "type": "Feature", "properties": {"id": "uw61309057", "mag": 2.31, "time": 1505940000150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.92, 47.376, -0.5]}, "bbox": [-117.92, 47.376, -117.92, 47.376]}, {"id": "3064", "type": "Feature", "properties": {"id": "ak16873814", "mag": 1.4, "time": 1505938885178, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4385, 61.7606, 10.4]}, "bbox": [-148.4385, 61.7606, -148.4385, 61.7606]}, {"id": "3065", "type": "Feature", "properties": {"id": "ak16873808", "mag": 1.1, "time": 1505938683669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6592, 62.5852, 59.8]}, "bbox": [-149.6592, 62.5852, -149.6592, 62.5852]}, {"id": "3066", "type": "Feature", "properties": {"id": "nc72895876", "mag": 1.45, "time": 1505938357840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.59, 36.021667, 3.05]}, "bbox": [-120.59, 36.021667, -120.59, 36.021667]}, {"id": "3067", "type": "Feature", "properties": {"id": "ak16873804", "mag": 1.4, "time": 1505938263457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3926, 60.1466, 0.0]}, "bbox": [-141.3926, 60.1466, -141.3926, 60.1466]}, {"id": "3068", "type": "Feature", "properties": {"id": "us2000as2f", "mag": 6.4, "time": 1505938189810, "felt": 16.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [169.0947, -18.7978, 200.19]}, "bbox": [169.0947, -18.7978, 169.0947, -18.7978]}, {"id": "3069", "type": "Feature", "properties": {"id": "hv61915206", "mag": 2.51, "time": 1505938077390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.033667, 19.2375, 39.578]}, "bbox": [-155.033667, 19.2375, -155.033667, 19.2375]}, {"id": "3070", "type": "Feature", "properties": {"id": "ci38007104", "mag": 1.0, "time": 1505937649230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0765, 32.813833, -0.2]}, "bbox": [-117.0765, 32.813833, -117.0765, 32.813833]}, {"id": "3071", "type": "Feature", "properties": {"id": "ak16873801", "mag": 2.0, "time": 1505937512139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8359, 53.871, 5.2]}, "bbox": [-166.8359, 53.871, -166.8359, 53.871]}, {"id": "3072", "type": "Feature", "properties": {"id": "us2000as1w", "mag": 2.5, "time": 1505937361300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0579, 36.6187, 5.828]}, "bbox": [-98.0579, 36.6187, -98.0579, 36.6187]}, {"id": "3073", "type": "Feature", "properties": {"id": "ak16873782", "mag": 1.2, "time": 1505936869830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8873, 62.1092, 41.4]}, "bbox": [-148.8873, 62.1092, -148.8873, 62.1092]}, {"id": "3074", "type": "Feature", "properties": {"id": "mb80256709", "mag": 1.79, "time": 1505935321500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.451, 43.543667, 10.41]}, "bbox": [-110.451, 43.543667, -110.451, 43.543667]}, {"id": "3075", "type": "Feature", "properties": {"id": "nn00606121", "mag": 1.5, "time": 1505934916827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1139, 37.3666, 2.9]}, "bbox": [-115.1139, 37.3666, -115.1139, 37.3666]}, {"id": "3076", "type": "Feature", "properties": {"id": "ci38007096", "mag": 1.15, "time": 1505934203280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.751, 34.839333, -1.28]}, "bbox": [-118.751, 34.839333, -118.751, 34.839333]}, {"id": "3077", "type": "Feature", "properties": {"id": "nn00606180", "mag": 1.3, "time": 1505934149532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1164, 38.3161, 11.8]}, "bbox": [-119.1164, 38.3161, -119.1164, 38.3161]}, {"id": "3078", "type": "Feature", "properties": {"id": "nc72895851", "mag": 1.27, "time": 1505934073910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.592833, 39.610333, 2.9]}, "bbox": [-122.592833, 39.610333, -122.592833, 39.610333]}, {"id": "3079", "type": "Feature", "properties": {"id": "ak16873739", "mag": 2.2, "time": 1505933777306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4033, 69.0735, 10.0]}, "bbox": [-146.4033, 69.0735, -146.4033, 69.0735]}, {"id": "3080", "type": "Feature", "properties": {"id": "ak16873736", "mag": 1.7, "time": 1505933267549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2132, 61.1317, 38.0]}, "bbox": [-150.2132, 61.1317, -150.2132, 61.1317]}, {"id": "3081", "type": "Feature", "properties": {"id": "ci38007072", "mag": 2.71, "time": 1505931747440, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.389167, 32.380167, 15.18]}, "bbox": [-115.389167, 32.380167, -115.389167, 32.380167]}, {"id": "3082", "type": "Feature", "properties": {"id": "nc72895826", "mag": 1.69, "time": 1505931012940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.428333, 36.582667, 0.68]}, "bbox": [-121.428333, 36.582667, -121.428333, 36.582667]}, {"id": "3083", "type": "Feature", "properties": {"id": "uu60248192", "mag": 1.44, "time": 1505930780280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.474333, 42.6455, 0.08]}, "bbox": [-111.474333, 42.6455, -111.474333, 42.6455]}, {"id": "3084", "type": "Feature", "properties": {"id": "nc72895816", "mag": 2.1, "time": 1505929719570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9675, 40.890167, 14.69]}, "bbox": [-121.9675, 40.890167, -121.9675, 40.890167]}, {"id": "3085", "type": "Feature", "properties": {"id": "ak16873728", "mag": 1.2, "time": 1505929479491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.582, 62.6618, 78.5]}, "bbox": [-150.582, 62.6618, -150.582, 62.6618]}, {"id": "3086", "type": "Feature", "properties": {"id": "ak16873142", "mag": 1.5, "time": 1505927860541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2216, 61.5685, 73.1]}, "bbox": [-151.2216, 61.5685, -151.2216, 61.5685]}, {"id": "3087", "type": "Feature", "properties": {"id": "nc72895806", "mag": 3.65, "time": 1505927408630, "felt": 119.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.983667, 40.891333, 16.86]}, "bbox": [-121.983667, 40.891333, -121.983667, 40.891333]}, {"id": "3088", "type": "Feature", "properties": {"id": "nc72895796", "mag": 3.18, "time": 1505926479240, "felt": 56.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.546833, 36.829167, 3.48]}, "bbox": [-121.546833, 36.829167, -121.546833, 36.829167]}, {"id": "3089", "type": "Feature", "properties": {"id": "ak16873012", "mag": 1.4, "time": 1505926389012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6968, 59.7895, 4.9]}, "bbox": [-136.6968, 59.7895, -136.6968, 59.7895]}, {"id": "3090", "type": "Feature", "properties": {"id": "us2000arxv", "mag": 6.1, "time": 1505925436360, "felt": 102.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6601, 37.9814, 11.0]}, "bbox": [144.6601, 37.9814, 144.6601, 37.9814]}, {"id": "3091", "type": "Feature", "properties": {"id": "ak16872904", "mag": 1.0, "time": 1505925010295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5787, 62.1577, 21.6]}, "bbox": [-145.5787, 62.1577, -145.5787, 62.1577]}, {"id": "3092", "type": "Feature", "properties": {"id": "us2000arxl", "mag": 5.3, "time": 1505924711310, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [118.8822, -10.1961, 10.84]}, "bbox": [118.8822, -10.1961, 118.8822, -10.1961]}, {"id": "3093", "type": "Feature", "properties": {"id": "us2000arxs", "mag": 4.4, "time": 1505923365600, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [135.4357, 33.9578, 44.93]}, "bbox": [135.4357, 33.9578, 135.4357, 33.9578]}, {"id": "3094", "type": "Feature", "properties": {"id": "ak16872233", "mag": 1.2, "time": 1505923328725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1746, 60.1861, 0.0]}, "bbox": [-141.1746, 60.1861, -141.1746, 60.1861]}, {"id": "3095", "type": "Feature", "properties": {"id": "ci38007024", "mag": 0.95, "time": 1505922246000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.593333, 34.202833, 4.57]}, "bbox": [-117.593333, 34.202833, -117.593333, 34.202833]}, {"id": "3096", "type": "Feature", "properties": {"id": "us2000arwt", "mag": 4.9, "time": 1505921548830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9265, -14.913, 39.0]}, "bbox": [166.9265, -14.913, 166.9265, -14.913]}, {"id": "3097", "type": "Feature", "properties": {"id": "us2000arwd", "mag": 2.4, "time": 1505921250610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.783, 37.3255, 5.27]}, "bbox": [-97.783, 37.3255, -97.783, 37.3255]}, {"id": "3098", "type": "Feature", "properties": {"id": "us2000awnu", "mag": 4.6, "time": 1505921168060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.7481, 43.6321, 10.0]}, "bbox": [-28.7481, 43.6321, -28.7481, 43.6321]}, {"id": "3099", "type": "Feature", "properties": {"id": "uu60248182", "mag": 1.14, "time": 1505920908550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455667, 42.606, 5.92]}, "bbox": [-111.455667, 42.606, -111.455667, 42.606]}, {"id": "3100", "type": "Feature", "properties": {"id": "us2000arw1", "mag": 4.4, "time": 1505920105280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.9001, 36.5943, 194.83]}, "bbox": [70.9001, 36.5943, 70.9001, 36.5943]}, {"id": "3101", "type": "Feature", "properties": {"id": "us2000awp1", "mag": 4.1, "time": 1505919984040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.8639, 5.1272, 10.0]}, "bbox": [-82.8639, 5.1272, -82.8639, 5.1272]}, {"id": "3102", "type": "Feature", "properties": {"id": "ak16903689", "mag": 2.1, "time": 1505918855154, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5285, 56.3302, 52.3]}, "bbox": [-157.5285, 56.3302, -157.5285, 56.3302]}, {"id": "3103", "type": "Feature", "properties": {"id": "ak16871415", "mag": 1.5, "time": 1505918684626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5508, 61.18, 5.3]}, "bbox": [-146.5508, 61.18, -146.5508, 61.18]}, {"id": "3104", "type": "Feature", "properties": {"id": "us2000arvu", "mag": 5.0, "time": 1505918528120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.1207, -17.9346, 10.0]}, "bbox": [-114.1207, -17.9346, -114.1207, -17.9346]}, {"id": "3105", "type": "Feature", "properties": {"id": "ci38007016", "mag": 1.44, "time": 1505918468750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.514, 33.93, 3.08]}, "bbox": [-117.514, 33.93, -117.514, 33.93]}, {"id": "3106", "type": "Feature", "properties": {"id": "nc72895731", "mag": 2.2, "time": 1505918095770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.179, 40.2545, 10.1]}, "bbox": [-124.179, 40.2545, -124.179, 40.2545]}, {"id": "3107", "type": "Feature", "properties": {"id": "us2000arvi", "mag": 5.3, "time": 1505917796770, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.7572, 23.2931, 22.03]}, "bbox": [121.7572, 23.2931, 121.7572, 23.2931]}, {"id": "3108", "type": "Feature", "properties": {"id": "nc72895726", "mag": 2.76, "time": 1505917745400, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.182833, 40.246333, 11.38]}, "bbox": [-124.182833, 40.246333, -124.182833, 40.246333]}, {"id": "3109", "type": "Feature", "properties": {"id": "uu60248172", "mag": 2.13, "time": 1505916637780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.592833, 6.06]}, "bbox": [-111.4155, 42.592833, -111.4155, 42.592833]}, {"id": "3110", "type": "Feature", "properties": {"id": "ak16870720", "mag": 2.0, "time": 1505915942888, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6193, 67.4066, 12.2]}, "bbox": [-156.6193, 67.4066, -156.6193, 67.4066]}, {"id": "3111", "type": "Feature", "properties": {"id": "ak16870653", "mag": 1.8, "time": 1505915336300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2998, 61.7353, 47.3]}, "bbox": [-150.2998, 61.7353, -150.2998, 61.7353]}, {"id": "3112", "type": "Feature", "properties": {"id": "mb80256619", "mag": 1.37, "time": 1505914951120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.886167, 13.87]}, "bbox": [-112.527333, 46.886167, -112.527333, 46.886167]}, {"id": "3113", "type": "Feature", "properties": {"id": "ci38006992", "mag": 1.47, "time": 1505914753140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.453667, 34.324833, 9.66]}, "bbox": [-116.453667, 34.324833, -116.453667, 34.324833]}, {"id": "3114", "type": "Feature", "properties": {"id": "nc72895721", "mag": 2.38, "time": 1505913728570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6465, 36.06, 20.18]}, "bbox": [-119.6465, 36.06, -119.6465, 36.06]}, {"id": "3115", "type": "Feature", "properties": {"id": "ci38006968", "mag": 1.06, "time": 1505913698350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.79, 36.101, 8.43]}, "bbox": [-117.79, 36.101, -117.79, 36.101]}, {"id": "3116", "type": "Feature", "properties": {"id": "ci38006952", "mag": 2.21, "time": 1505911740560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.197667, 32.419333, 10.66]}, "bbox": [-115.197667, 32.419333, -115.197667, 32.419333]}, {"id": "3117", "type": "Feature", "properties": {"id": "ak16869931", "mag": 1.0, "time": 1505911683814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0983, 64.9958, 11.1]}, "bbox": [-152.0983, 64.9958, -152.0983, 64.9958]}, {"id": "3118", "type": "Feature", "properties": {"id": "ak16869929", "mag": 1.1, "time": 1505910877864, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9571, 64.0729, 125.0]}, "bbox": [-148.9571, 64.0729, -148.9571, 64.0729]}, {"id": "3119", "type": "Feature", "properties": {"id": "us2000arkq", "mag": 5.0, "time": 1505910355700, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.5848, 1.0854, 36.12]}, "bbox": [132.5848, 1.0854, 132.5848, 1.0854]}, {"id": "3120", "type": "Feature", "properties": {"id": "uu60248167", "mag": 1.05, "time": 1505910339650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.078167, 44.806167, 7.81]}, "bbox": [-111.078167, 44.806167, -111.078167, 44.806167]}, {"id": "3121", "type": "Feature", "properties": {"id": "us2000arkf", "mag": 2.7, "time": 1505910255780, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4578, 42.6105, 7.92]}, "bbox": [-111.4578, 42.6105, -111.4578, 42.6105]}, {"id": "3122", "type": "Feature", "properties": {"id": "hv61914931", "mag": 1.25, "time": 1505910251630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.624833, 19.4175, 3.162]}, "bbox": [-155.624833, 19.4175, -155.624833, 19.4175]}, {"id": "3123", "type": "Feature", "properties": {"id": "ak16869355", "mag": 1.3, "time": 1505910194393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4867, 61.3624, 40.7]}, "bbox": [-150.4867, 61.3624, -150.4867, 61.3624]}, {"id": "3124", "type": "Feature", "properties": {"id": "uu60248157", "mag": 1.62, "time": 1505909926720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.6315, 2.43]}, "bbox": [-111.418333, 42.6315, -111.418333, 42.6315]}, {"id": "3125", "type": "Feature", "properties": {"id": "nn00606071", "mag": 1.9, "time": 1505909820104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6351, 40.2652, 7.9]}, "bbox": [-117.6351, 40.2652, -117.6351, 40.2652]}, {"id": "3126", "type": "Feature", "properties": {"id": "ci38006936", "mag": 1.08, "time": 1505907735210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.542167, 33.157167, 16.18]}, "bbox": [-116.542167, 33.157167, -116.542167, 33.157167]}, {"id": "3127", "type": "Feature", "properties": {"id": "nc72895696", "mag": 1.65, "time": 1505907470630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.887667, 39.9645, 5.0]}, "bbox": [-122.887667, 39.9645, -122.887667, 39.9645]}, {"id": "3128", "type": "Feature", "properties": {"id": "uu60248147", "mag": 1.97, "time": 1505907452270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.575667, 8.53]}, "bbox": [-111.426833, 42.575667, -111.426833, 42.575667]}, {"id": "3129", "type": "Feature", "properties": {"id": "hv61914886", "mag": 2.38, "time": 1505907343420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.275162, 19.410833, 10.08]}, "bbox": [-155.275162, 19.410833, -155.275162, 19.410833]}, {"id": "3130", "type": "Feature", "properties": {"id": "ak16903676", "mag": 1.3, "time": 1505907050579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6927, 60.366, 14.4]}, "bbox": [-147.6927, 60.366, -147.6927, 60.366]}, {"id": "3131", "type": "Feature", "properties": {"id": "ak16869212", "mag": 1.1, "time": 1505906705387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0351, 61.9136, 37.5]}, "bbox": [-150.0351, 61.9136, -150.0351, 61.9136]}, {"id": "3132", "type": "Feature", "properties": {"id": "nc72895691", "mag": 1.89, "time": 1505906617690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.802667, 36.023667, 14.48]}, "bbox": [-119.802667, 36.023667, -119.802667, 36.023667]}, {"id": "3133", "type": "Feature", "properties": {"id": "ak16903672", "mag": 2.7, "time": 1505906309964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8205, 51.5611, 26.5]}, "bbox": [-177.8205, 51.5611, -177.8205, 51.5611]}, {"id": "3134", "type": "Feature", "properties": {"id": "nc72895686", "mag": 1.58, "time": 1505906251960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.257833, 39.404167, 3.7]}, "bbox": [-123.257833, 39.404167, -123.257833, 39.404167]}, {"id": "3135", "type": "Feature", "properties": {"id": "ak16868636", "mag": 1.1, "time": 1505905797402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4101, 61.9294, 46.0]}, "bbox": [-149.4101, 61.9294, -149.4101, 61.9294]}, {"id": "3136", "type": "Feature", "properties": {"id": "nm60207096", "mag": 1.74, "time": 1505905515890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.502, 36.239333, 7.22]}, "bbox": [-89.502, 36.239333, -89.502, 36.239333]}, {"id": "3137", "type": "Feature", "properties": {"id": "ak16868555", "mag": 1.6, "time": 1505904607416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.81, 59.8821, 7.2]}, "bbox": [-136.81, 59.8821, -136.81, 59.8821]}, {"id": "3138", "type": "Feature", "properties": {"id": "us2000arj1", "mag": 4.7, "time": 1505903968940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4191, 15.2723, 57.48]}, "bbox": [-93.4191, 15.2723, -93.4191, 15.2723]}, {"id": "3139", "type": "Feature", "properties": {"id": "ci38006912", "mag": 1.07, "time": 1505903473810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.495167, 35.975167, 6.03]}, "bbox": [-117.495167, 35.975167, -117.495167, 35.975167]}, {"id": "3140", "type": "Feature", "properties": {"id": "uu60248142", "mag": 1.89, "time": 1505903157450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.560333, 7.63]}, "bbox": [-111.424333, 42.560333, -111.424333, 42.560333]}, {"id": "3141", "type": "Feature", "properties": {"id": "ak16868496", "mag": 2.0, "time": 1505903116550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9125, 61.7794, 102.1]}, "bbox": [-151.9125, 61.7794, -151.9125, 61.7794]}, {"id": "3142", "type": "Feature", "properties": {"id": "ak16868494", "mag": 1.5, "time": 1505903092907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2214, 61.9475, 35.2]}, "bbox": [-149.2214, 61.9475, -149.2214, 61.9475]}, {"id": "3143", "type": "Feature", "properties": {"id": "ak16903665", "mag": 1.3, "time": 1505902710790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7292, 62.9468, 0.0]}, "bbox": [-151.7292, 62.9468, -151.7292, 62.9468]}, {"id": "3144", "type": "Feature", "properties": {"id": "ak16867924", "mag": 1.2, "time": 1505902608214, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7213, 59.8967, 2.1]}, "bbox": [-136.7213, 59.8967, -136.7213, 59.8967]}, {"id": "3145", "type": "Feature", "properties": {"id": "nn00606156", "mag": 1.0, "time": 1505901862661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6593, 38.6914, 6.6]}, "bbox": [-119.6593, 38.6914, -119.6593, 38.6914]}, {"id": "3146", "type": "Feature", "properties": {"id": "nc72895661", "mag": 1.05, "time": 1505901620810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810837, 38.818668, 2.51]}, "bbox": [-122.810837, 38.818668, -122.810837, 38.818668]}, {"id": "3147", "type": "Feature", "properties": {"id": "ak16903662", "mag": 1.0, "time": 1505901509250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8825, 63.8483, 113.3]}, "bbox": [-148.8825, 63.8483, -148.8825, 63.8483]}, {"id": "3148", "type": "Feature", "properties": {"id": "hv61914831", "mag": 1.76, "time": 1505901369660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.477661, 19.182333, 34.15]}, "bbox": [-155.477661, 19.182333, -155.477661, 19.182333]}, {"id": "3149", "type": "Feature", "properties": {"id": "ak16867848", "mag": 1.1, "time": 1505900653451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4004, 63.1493, 5.6]}, "bbox": [-151.4004, 63.1493, -151.4004, 63.1493]}, {"id": "3150", "type": "Feature", "properties": {"id": "us2000arir", "mag": 3.7, "time": 1505900227020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.1086, 55.2931, 60.27]}, "bbox": [-160.1086, 55.2931, -160.1086, 55.2931]}, {"id": "3151", "type": "Feature", "properties": {"id": "uw61331666", "mag": 1.1, "time": 1505898593660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.672, 48.548667, -0.01]}, "bbox": [-122.672, 48.548667, -122.672, 48.548667]}, {"id": "3152", "type": "Feature", "properties": {"id": "ci38006880", "mag": 2.13, "time": 1505898547760, "felt": 137.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.512, 33.929167, 3.06]}, "bbox": [-117.512, 33.929167, -117.512, 33.929167]}, {"id": "3153", "type": "Feature", "properties": {"id": "us2000arig", "mag": 4.9, "time": 1505898116470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0335, 30.5728, 51.74]}, "bbox": [141.0335, 30.5728, 141.0335, 30.5728]}, {"id": "3154", "type": "Feature", "properties": {"id": "ak16867217", "mag": 1.6, "time": 1505898082784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4786, 59.9819, 0.0]}, "bbox": [-139.4786, 59.9819, -139.4786, 59.9819]}, {"id": "3155", "type": "Feature", "properties": {"id": "ak16867146", "mag": 1.1, "time": 1505897266615, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8777, 60.4396, 4.0]}, "bbox": [-142.8777, 60.4396, -142.8777, 60.4396]}, {"id": "3156", "type": "Feature", "properties": {"id": "ci38006872", "mag": 1.46, "time": 1505897209710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797667, 33.493667, 4.26]}, "bbox": [-116.797667, 33.493667, -116.797667, 33.493667]}, {"id": "3157", "type": "Feature", "properties": {"id": "ak16867139", "mag": 2.2, "time": 1505896599575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3632, 62.9389, 110.1]}, "bbox": [-151.3632, 62.9389, -151.3632, 62.9389]}, {"id": "3158", "type": "Feature", "properties": {"id": "nc72895641", "mag": 1.43, "time": 1505896494260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840333, 37.569333, 1.25]}, "bbox": [-118.840333, 37.569333, -118.840333, 37.569333]}, {"id": "3159", "type": "Feature", "properties": {"id": "ak16903656", "mag": 1.6, "time": 1505896455015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6591, 59.7355, 84.3]}, "bbox": [-152.6591, 59.7355, -152.6591, 59.7355]}, {"id": "3160", "type": "Feature", "properties": {"id": "uu60248127", "mag": 1.21, "time": 1505896112670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409833, 42.577333, 5.18]}, "bbox": [-111.409833, 42.577333, -111.409833, 42.577333]}, {"id": "3161", "type": "Feature", "properties": {"id": "uu60248122", "mag": 1.04, "time": 1505896073990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.597, 5.54]}, "bbox": [-111.420167, 42.597, -111.420167, 42.597]}, {"id": "3162", "type": "Feature", "properties": {"id": "us2000ari7", "mag": 2.8, "time": 1505895800120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4288, 42.5861, 7.69]}, "bbox": [-111.4288, 42.5861, -111.4288, 42.5861]}, {"id": "3163", "type": "Feature", "properties": {"id": "hv61914791", "mag": 2.56, "time": 1505895324160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2775, 19.387833, 2.782]}, "bbox": [-155.2775, 19.387833, -155.2775, 19.387833]}, {"id": "3164", "type": "Feature", "properties": {"id": "uu60248112", "mag": 2.6, "time": 1505895001440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426333, 42.581333, 7.79]}, "bbox": [-111.426333, 42.581333, -111.426333, 42.581333]}, {"id": "3165", "type": "Feature", "properties": {"id": "ak16903653", "mag": 1.4, "time": 1505894006715, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1734, 57.6592, 5.1]}, "bbox": [-156.1734, 57.6592, -156.1734, 57.6592]}, {"id": "3166", "type": "Feature", "properties": {"id": "nc72895626", "mag": 1.53, "time": 1505893505020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.731, 35.610333, 5.63]}, "bbox": [-120.731, 35.610333, -120.731, 35.610333]}, {"id": "3167", "type": "Feature", "properties": {"id": "ak16866448", "mag": 1.5, "time": 1505893091784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2468, 62.4591, 77.3]}, "bbox": [-151.2468, 62.4591, -151.2468, 62.4591]}, {"id": "3168", "type": "Feature", "properties": {"id": "uu60013094", "mag": 1.81, "time": 1505893039830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445667, 42.595833, 3.5]}, "bbox": [-111.445667, 42.595833, -111.445667, 42.595833]}, {"id": "3169", "type": "Feature", "properties": {"id": "ci38006824", "mag": 1.12, "time": 1505893038610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764667, 36.027, 1.93]}, "bbox": [-117.764667, 36.027, -117.764667, 36.027]}, {"id": "3170", "type": "Feature", "properties": {"id": "uu60248107", "mag": 1.76, "time": 1505893022850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.600667, 3.5]}, "bbox": [-111.440667, 42.600667, -111.440667, 42.600667]}, {"id": "3171", "type": "Feature", "properties": {"id": "hv61914781", "mag": 1.67, "time": 1505892711130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6165, 19.4305, 3.542]}, "bbox": [-155.6165, 19.4305, -155.6165, 19.4305]}, {"id": "3172", "type": "Feature", "properties": {"id": "ak16903651", "mag": 3.0, "time": 1505892680068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4523, 53.0789, 11.0]}, "bbox": [-160.4523, 53.0789, -160.4523, 53.0789]}, {"id": "3173", "type": "Feature", "properties": {"id": "uu60248102", "mag": 1.36, "time": 1505892622540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.589167, 3.5]}, "bbox": [-111.435667, 42.589167, -111.435667, 42.589167]}, {"id": "3174", "type": "Feature", "properties": {"id": "ak16866421", "mag": 1.6, "time": 1505892318030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 59.8279, 3.2]}, "bbox": [-147.3481, 59.8279, -147.3481, 59.8279]}, {"id": "3175", "type": "Feature", "properties": {"id": "ak16866396", "mag": 2.2, "time": 1505891995067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4096, 54.4777, 11.3]}, "bbox": [-162.4096, 54.4777, -162.4096, 54.4777]}, {"id": "3176", "type": "Feature", "properties": {"id": "hv61914776", "mag": 1.93, "time": 1505891884110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.875167, 19.494, 13.771]}, "bbox": [-155.875167, 19.494, -155.875167, 19.494]}, {"id": "3177", "type": "Feature", "properties": {"id": "ak16866395", "mag": 1.1, "time": 1505891525159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5895, 59.7855, 1.3]}, "bbox": [-136.5895, 59.7855, -136.5895, 59.7855]}, {"id": "3178", "type": "Feature", "properties": {"id": "ak16865784", "mag": 1.7, "time": 1505890304255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8219, 63.9434, 110.5]}, "bbox": [-148.8219, 63.9434, -148.8219, 63.9434]}, {"id": "3179", "type": "Feature", "properties": {"id": "ak16903645", "mag": 1.5, "time": 1505889690090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8317, 59.5969, 83.3]}, "bbox": [-152.8317, 59.5969, -152.8317, 59.5969]}, {"id": "3180", "type": "Feature", "properties": {"id": "uu60248092", "mag": 1.25, "time": 1505889314510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4045, 42.559, 7.09]}, "bbox": [-111.4045, 42.559, -111.4045, 42.559]}, {"id": "3181", "type": "Feature", "properties": {"id": "ak16903644", "mag": 1.6, "time": 1505888156227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1233, 56.6112, 35.0]}, "bbox": [-155.1233, 56.6112, -155.1233, 56.6112]}, {"id": "3182", "type": "Feature", "properties": {"id": "ak16903642", "mag": 1.1, "time": 1505887874395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5943, 62.8332, 79.3]}, "bbox": [-149.5943, 62.8332, -149.5943, 62.8332]}, {"id": "3183", "type": "Feature", "properties": {"id": "us2000arhc", "mag": 2.7, "time": 1505887339310, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7528, 35.56, 6.78]}, "bbox": [-96.7528, 35.56, -96.7528, 35.56]}, {"id": "3184", "type": "Feature", "properties": {"id": "nn00606041", "mag": 1.5, "time": 1505886348191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1044, 37.3927, 2.0]}, "bbox": [-115.1044, 37.3927, -115.1044, 37.3927]}, {"id": "3185", "type": "Feature", "properties": {"id": "ak16865084", "mag": 2.3, "time": 1505886195952, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.96, 68.8119, 5.7]}, "bbox": [-142.96, 68.8119, -142.96, 68.8119]}, {"id": "3186", "type": "Feature", "properties": {"id": "ak16865080", "mag": 1.0, "time": 1505886128688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8653, 65.3778, 3.9]}, "bbox": [-144.8653, 65.3778, -144.8653, 65.3778]}, {"id": "3187", "type": "Feature", "properties": {"id": "ak16865073", "mag": 2.0, "time": 1505885821473, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5664, 57.7913, 90.2]}, "bbox": [-155.5664, 57.7913, -155.5664, 57.7913]}, {"id": "3188", "type": "Feature", "properties": {"id": "ak16865048", "mag": 1.0, "time": 1505885371718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9661, 63.2402, 5.7]}, "bbox": [-148.9661, 63.2402, -148.9661, 63.2402]}, {"id": "3189", "type": "Feature", "properties": {"id": "us2000arh1", "mag": 5.3, "time": 1505885168970, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3157, -16.2747, 92.59]}, "bbox": [-71.3157, -16.2747, -71.3157, -16.2747]}, {"id": "3190", "type": "Feature", "properties": {"id": "us2000arha", "mag": 4.8, "time": 1505884561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9933, 44.304, 47.06]}, "bbox": [148.9933, 44.304, 148.9933, 44.304]}, {"id": "3191", "type": "Feature", "properties": {"id": "ak16865027", "mag": 1.7, "time": 1505884405432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8016, 59.167, 62.3]}, "bbox": [-152.8016, 59.167, -152.8016, 59.167]}, {"id": "3192", "type": "Feature", "properties": {"id": "ak16903636", "mag": 2.1, "time": 1505884147575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2848, 54.6322, 28.5]}, "bbox": [-159.2848, 54.6322, -159.2848, 54.6322]}, {"id": "3193", "type": "Feature", "properties": {"id": "ak16864392", "mag": 1.4, "time": 1505881969592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3599, 61.7927, 48.0]}, "bbox": [-150.3599, 61.7927, -150.3599, 61.7927]}, {"id": "3194", "type": "Feature", "properties": {"id": "nn00606034", "mag": 1.2, "time": 1505881284660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8997, 38.3821, 8.2]}, "bbox": [-118.8997, 38.3821, -118.8997, 38.3821]}, {"id": "3195", "type": "Feature", "properties": {"id": "ak16903634", "mag": 1.9, "time": 1505881021363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3362, 59.9873, 134.6]}, "bbox": [-153.3362, 59.9873, -153.3362, 59.9873]}, {"id": "3196", "type": "Feature", "properties": {"id": "ak16864345", "mag": 1.4, "time": 1505880564938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7317, 59.9227, 0.0]}, "bbox": [-139.7317, 59.9227, -139.7317, 59.9227]}, {"id": "3197", "type": "Feature", "properties": {"id": "ak16864341", "mag": 1.9, "time": 1505880299039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2295, 62.4633, 79.7]}, "bbox": [-151.2295, 62.4633, -151.2295, 62.4633]}, {"id": "3198", "type": "Feature", "properties": {"id": "ak16903630", "mag": 1.6, "time": 1505878577379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2105, 59.7151, 108.5]}, "bbox": [-153.2105, 59.7151, -153.2105, 59.7151]}, {"id": "3199", "type": "Feature", "properties": {"id": "ci38006744", "mag": 1.15, "time": 1505878429650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3295, 36.066833, 4.96]}, "bbox": [-118.3295, 36.066833, -118.3295, 36.066833]}, {"id": "3200", "type": "Feature", "properties": {"id": "uu60248077", "mag": 1.22, "time": 1505878406660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422667, 42.523667, 7.06]}, "bbox": [-111.422667, 42.523667, -111.422667, 42.523667]}, {"id": "3201", "type": "Feature", "properties": {"id": "ci38006752", "mag": 1.09, "time": 1505878374600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.328333, 36.063333, 2.53]}, "bbox": [-118.328333, 36.063333, -118.328333, 36.063333]}, {"id": "3202", "type": "Feature", "properties": {"id": "ak16863731", "mag": 2.4, "time": 1505878347669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1296, 60.1348, 9.2]}, "bbox": [-147.1296, 60.1348, -147.1296, 60.1348]}, {"id": "3203", "type": "Feature", "properties": {"id": "ak16903628", "mag": 1.7, "time": 1505878317110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2703, 59.8732, 126.0]}, "bbox": [-153.2703, 59.8732, -153.2703, 59.8732]}, {"id": "3204", "type": "Feature", "properties": {"id": "ak16863732", "mag": 1.2, "time": 1505878286762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9406, 59.985, 1.6]}, "bbox": [-140.9406, 59.985, -140.9406, 59.985]}, {"id": "3205", "type": "Feature", "properties": {"id": "ci38006736", "mag": 1.86, "time": 1505878275980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.331167, 36.0625, 4.96]}, "bbox": [-118.331167, 36.0625, -118.331167, 36.0625]}, {"id": "3206", "type": "Feature", "properties": {"id": "ci37165628", "mag": 1.61, "time": 1505878262700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3305, 36.062833, 2.62]}, "bbox": [-118.3305, 36.062833, -118.3305, 36.062833]}, {"id": "3207", "type": "Feature", "properties": {"id": "ak16863728", "mag": 1.3, "time": 1505878130865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3801, 60.7066, 4.9]}, "bbox": [-147.3801, 60.7066, -147.3801, 60.7066]}, {"id": "3208", "type": "Feature", "properties": {"id": "us2000argd", "mag": 4.6, "time": 1505878085370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8719, 16.1444, 48.73]}, "bbox": [-94.8719, 16.1444, -94.8719, 16.1444]}, {"id": "3209", "type": "Feature", "properties": {"id": "uu60248072", "mag": 2.35, "time": 1505878084670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.581333, 8.05]}, "bbox": [-111.423167, 42.581333, -111.423167, 42.581333]}, {"id": "3210", "type": "Feature", "properties": {"id": "ak16863729", "mag": 2.5, "time": 1505878081761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4258, 51.6886, 13.3]}, "bbox": [-178.4258, 51.6886, -178.4258, 51.6886]}, {"id": "3211", "type": "Feature", "properties": {"id": "nc72895536", "mag": 1.94, "time": 1505877892960, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.286167, 36.776667, 10.03]}, "bbox": [-121.286167, 36.776667, -121.286167, 36.776667]}, {"id": "3212", "type": "Feature", "properties": {"id": "ci38006720", "mag": 1.07, "time": 1505877439420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.752, 33.713, 15.96]}, "bbox": [-116.752, 33.713, -116.752, 33.713]}, {"id": "3213", "type": "Feature", "properties": {"id": "uu60248067", "mag": 1.47, "time": 1505877309800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.617667, 6.11]}, "bbox": [-111.445, 42.617667, -111.445, 42.617667]}, {"id": "3214", "type": "Feature", "properties": {"id": "ci38006712", "mag": 1.07, "time": 1505875949770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750333, 33.961833, 15.8]}, "bbox": [-116.750333, 33.961833, -116.750333, 33.961833]}, {"id": "3215", "type": "Feature", "properties": {"id": "us2000awn6", "mag": 4.0, "time": 1505875623990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.7511, -25.3193, 527.05]}, "bbox": [179.7511, -25.3193, 179.7511, -25.3193]}, {"id": "3216", "type": "Feature", "properties": {"id": "us2000arfw", "mag": 4.9, "time": 1505875330110, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3444, -41.5073, 24.6]}, "bbox": [174.3444, -41.5073, 174.3444, -41.5073]}, {"id": "3217", "type": "Feature", "properties": {"id": "us2000arfs", "mag": 4.9, "time": 1505875055560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9075, 14.5711, 178.93]}, "bbox": [-90.9075, 14.5711, -90.9075, 14.5711]}, {"id": "3218", "type": "Feature", "properties": {"id": "pr2017263000", "mag": 2.75, "time": 1505873919890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.3401, 18.9298, 12.0]}, "bbox": [-66.3401, 18.9298, -66.3401, 18.9298]}, {"id": "3219", "type": "Feature", "properties": {"id": "ak16863060", "mag": 1.9, "time": 1505873560207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1132, 59.1631, 57.5]}, "bbox": [-152.1132, 59.1631, -152.1132, 59.1631]}, {"id": "3220", "type": "Feature", "properties": {"id": "nc72895516", "mag": 1.58, "time": 1505873402400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.522667, 35.964833, 7.8]}, "bbox": [-120.522667, 35.964833, -120.522667, 35.964833]}, {"id": "3221", "type": "Feature", "properties": {"id": "us2000arf6", "mag": 2.7, "time": 1505873292330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6365, 59.7836, 5.0]}, "bbox": [-136.6365, 59.7836, -136.6365, 59.7836]}, {"id": "3222", "type": "Feature", "properties": {"id": "us2000arfq", "mag": 2.8, "time": 1505872583380, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-2.1386, 37.4306, 7.84]}, "bbox": [-2.1386, 37.4306, -2.1386, 37.4306]}, {"id": "3223", "type": "Feature", "properties": {"id": "nc72895506", "mag": 1.14, "time": 1505872092600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.103, 36.606333, 9.92]}, "bbox": [-121.103, 36.606333, -121.103, 36.606333]}, {"id": "3224", "type": "Feature", "properties": {"id": "us2000arel", "mag": 6.1, "time": 1505871807940, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.614, -50.7145, 19.83]}, "bbox": [162.614, -50.7145, 162.614, -50.7145]}, {"id": "3225", "type": "Feature", "properties": {"id": "ak16862483", "mag": 2.0, "time": 1505871449331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.323, 61.0377, 13.3]}, "bbox": [-152.323, 61.0377, -152.323, 61.0377]}, {"id": "3226", "type": "Feature", "properties": {"id": "ak16862466", "mag": 1.1, "time": 1505870969313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0763, 60.3456, 0.4]}, "bbox": [-143.0763, 60.3456, -143.0763, 60.3456]}, {"id": "3227", "type": "Feature", "properties": {"id": "mb80256529", "mag": 1.31, "time": 1505870488260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.8965, 11.33]}, "bbox": [-112.528, 46.8965, -112.528, 46.8965]}, {"id": "3228", "type": "Feature", "properties": {"id": "nc72895486", "mag": 1.47, "time": 1505870467130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.586, 36.020333, 4.08]}, "bbox": [-120.586, 36.020333, -120.586, 36.020333]}, {"id": "3229", "type": "Feature", "properties": {"id": "us2000are4", "mag": 4.5, "time": 1505868292650, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.5418, -3.912, 43.33]}, "bbox": [141.5418, -3.912, 141.5418, -3.912]}, {"id": "3230", "type": "Feature", "properties": {"id": "uu60248037", "mag": 2.04, "time": 1505868182810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.612833, 6.23]}, "bbox": [-111.450167, 42.612833, -111.450167, 42.612833]}, {"id": "3231", "type": "Feature", "properties": {"id": "uu60248032", "mag": 1.14, "time": 1505868031480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415833, 42.508, 5.93]}, "bbox": [-111.415833, 42.508, -111.415833, 42.508]}, {"id": "3232", "type": "Feature", "properties": {"id": "us2000are1", "mag": 2.5, "time": 1505867820700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7971, 36.457, 5.777]}, "bbox": [-98.7971, 36.457, -98.7971, 36.457]}, {"id": "3233", "type": "Feature", "properties": {"id": "nc72895456", "mag": 1.52, "time": 1505867731230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.668833, 37.291667, 4.46]}, "bbox": [-121.668833, 37.291667, -121.668833, 37.291667]}, {"id": "3234", "type": "Feature", "properties": {"id": "us2000ardv", "mag": 5.0, "time": 1505866095740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.4066, 30.7208, 10.0]}, "bbox": [57.4066, 30.7208, 57.4066, 30.7208]}, {"id": "3235", "type": "Feature", "properties": {"id": "ak16903617", "mag": 1.9, "time": 1505866055349, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.744, 56.8763, 33.0]}, "bbox": [-153.744, 56.8763, -153.744, 56.8763]}, {"id": "3236", "type": "Feature", "properties": {"id": "ak16903616", "mag": 1.8, "time": 1505865710189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5947, 55.8757, 101.6]}, "bbox": [-159.5947, 55.8757, -159.5947, 55.8757]}, {"id": "3237", "type": "Feature", "properties": {"id": "ak16903615", "mag": 1.8, "time": 1505865589920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0266, 60.2087, 122.6]}, "bbox": [-153.0266, 60.2087, -153.0266, 60.2087]}, {"id": "3238", "type": "Feature", "properties": {"id": "us2000ass3", "mag": 2.5, "time": 1505864736500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8008, 36.4519, 6.233]}, "bbox": [-98.8008, 36.4519, -98.8008, 36.4519]}, {"id": "3239", "type": "Feature", "properties": {"id": "mb80256499", "mag": 1.38, "time": 1505864394760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.407833, 45.589, 4.43]}, "bbox": [-112.407833, 45.589, -112.407833, 45.589]}, {"id": "3240", "type": "Feature", "properties": {"id": "us2000arcp", "mag": 3.0, "time": 1505863612870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4223, 42.5909, 9.63]}, "bbox": [-111.4223, 42.5909, -111.4223, 42.5909]}, {"id": "3241", "type": "Feature", "properties": {"id": "uw61331476", "mag": 1.93, "time": 1505863558820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.772333, 46.652333, -0.79]}, "bbox": [-120.772333, 46.652333, -120.772333, 46.652333]}, {"id": "3242", "type": "Feature", "properties": {"id": "us2000arcv", "mag": 4.6, "time": 1505863376420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.9102, 6.3611, 38.14]}, "bbox": [123.9102, 6.3611, 123.9102, 6.3611]}, {"id": "3243", "type": "Feature", "properties": {"id": "us2000arck", "mag": 2.6, "time": 1505863101700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9891, 36.9623, 5.329]}, "bbox": [-97.9891, 36.9623, -97.9891, 36.9623]}, {"id": "3244", "type": "Feature", "properties": {"id": "us2000arch", "mag": 4.6, "time": 1505862692240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8625, 16.2348, 45.26]}, "bbox": [-94.8625, 16.2348, -94.8625, 16.2348]}, {"id": "3245", "type": "Feature", "properties": {"id": "uw61331461", "mag": 1.43, "time": 1505862649350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194333, 46.983167, -0.67]}, "bbox": [-122.194333, 46.983167, -122.194333, 46.983167]}, {"id": "3246", "type": "Feature", "properties": {"id": "ak16861101", "mag": 1.0, "time": 1505862438423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3714, 64.9781, 0.0]}, "bbox": [-147.3714, 64.9781, -147.3714, 64.9781]}, {"id": "3247", "type": "Feature", "properties": {"id": "us2000arca", "mag": 4.7, "time": 1505862303600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4478, -36.2513, 47.77]}, "bbox": [179.4478, -36.2513, 179.4478, -36.2513]}, {"id": "3248", "type": "Feature", "properties": {"id": "ak16860573", "mag": 1.3, "time": 1505861271657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6706, 62.0713, 0.1]}, "bbox": [-150.6706, 62.0713, -150.6706, 62.0713]}, {"id": "3249", "type": "Feature", "properties": {"id": "us2000arbk", "mag": 2.4, "time": 1505861097180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.608, 5.0]}, "bbox": [-111.4595, 42.608, -111.4595, 42.608]}, {"id": "3250", "type": "Feature", "properties": {"id": "us2000aray", "mag": 3.2, "time": 1505859699230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7506, 36.4396, 1.92]}, "bbox": [-98.7506, 36.4396, -98.7506, 36.4396]}, {"id": "3251", "type": "Feature", "properties": {"id": "us2000arar", "mag": 2.6, "time": 1505859474460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7831, 36.4511, 2.64]}, "bbox": [-98.7831, 36.4511, -98.7831, 36.4511]}, {"id": "3252", "type": "Feature", "properties": {"id": "ci38006608", "mag": 0.96, "time": 1505859334750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.475333, 33.486667, 14.73]}, "bbox": [-116.475333, 33.486667, -116.475333, 33.486667]}, {"id": "3253", "type": "Feature", "properties": {"id": "uu60247982", "mag": 1.65, "time": 1505858965080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.524833, 7.59]}, "bbox": [-111.420667, 42.524833, -111.420667, 42.524833]}, {"id": "3254", "type": "Feature", "properties": {"id": "ak16859929", "mag": 1.1, "time": 1505857928856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6104, 61.9413, 2.9]}, "bbox": [-143.6104, 61.9413, -143.6104, 61.9413]}, {"id": "3255", "type": "Feature", "properties": {"id": "nn00605999", "mag": 1.5, "time": 1505856979033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7943, 38.658, 7.9]}, "bbox": [-119.7943, 38.658, -119.7943, 38.658]}, {"id": "3256", "type": "Feature", "properties": {"id": "ak16875936", "mag": 1.7, "time": 1505856840827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.652, 53.3989, 20.0]}, "bbox": [-165.652, 53.3989, -165.652, 53.3989]}, {"id": "3257", "type": "Feature", "properties": {"id": "nn00606301", "mag": 1.4, "time": 1505856837357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7768, 38.66, 6.5]}, "bbox": [-119.7768, 38.66, -119.7768, 38.66]}, {"id": "3258", "type": "Feature", "properties": {"id": "nn00606300", "mag": 1.4, "time": 1505856822494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7817, 38.6647, 4.7]}, "bbox": [-119.7817, 38.6647, -119.7817, 38.6647]}, {"id": "3259", "type": "Feature", "properties": {"id": "ak16859863", "mag": 1.4, "time": 1505856383099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.06, 61.1692, 19.6]}, "bbox": [-147.06, 61.1692, -147.06, 61.1692]}, {"id": "3260", "type": "Feature", "properties": {"id": "uu60247972", "mag": 1.74, "time": 1505856071750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.619, 6.05]}, "bbox": [-111.4475, 42.619, -111.4475, 42.619]}, {"id": "3261", "type": "Feature", "properties": {"id": "ak16859852", "mag": 1.7, "time": 1505856067799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.5801, 68.0241, 10.8]}, "bbox": [-135.5801, 68.0241, -135.5801, 68.0241]}, {"id": "3262", "type": "Feature", "properties": {"id": "ak16859850", "mag": 1.3, "time": 1505856055065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2245, 61.5244, 4.3]}, "bbox": [-151.2245, 61.5244, -151.2245, 61.5244]}, {"id": "3263", "type": "Feature", "properties": {"id": "nn00605994", "mag": 1.2, "time": 1505855929391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1076, 37.3659, 0.0]}, "bbox": [-115.1076, 37.3659, -115.1076, 37.3659]}, {"id": "3264", "type": "Feature", "properties": {"id": "us2000ar96", "mag": 4.9, "time": 1505855599810, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5112, 15.3218, 46.64]}, "bbox": [-94.5112, 15.3218, -94.5112, 15.3218]}, {"id": "3265", "type": "Feature", "properties": {"id": "ci38006584", "mag": 1.62, "time": 1505855343650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8445, 36.1795, 2.3]}, "bbox": [-117.8445, 36.1795, -117.8445, 36.1795]}, {"id": "3266", "type": "Feature", "properties": {"id": "nn00605990", "mag": 1.4, "time": 1505855191998, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3633, 38.1896, 5.9]}, "bbox": [-118.3633, 38.1896, -118.3633, 38.1896]}, {"id": "3267", "type": "Feature", "properties": {"id": "ak16859325", "mag": 2.3, "time": 1505854928991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9168, 61.6291, 63.4]}, "bbox": [-150.9168, 61.6291, -150.9168, 61.6291]}, {"id": "3268", "type": "Feature", "properties": {"id": "nc72895401", "mag": 1.19, "time": 1505854923520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.778832, 1.61]}, "bbox": [-122.721832, 38.778832, -122.721832, 38.778832]}, {"id": "3269", "type": "Feature", "properties": {"id": "ak16859316", "mag": 1.9, "time": 1505854153817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2675, 59.6779, 106.8]}, "bbox": [-153.2675, 59.6779, -153.2675, 59.6779]}, {"id": "3270", "type": "Feature", "properties": {"id": "us2000ar87", "mag": 4.0, "time": 1505854089550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.0339, -20.6057, 107.88]}, "bbox": [-69.0339, -20.6057, -69.0339, -20.6057]}, {"id": "3271", "type": "Feature", "properties": {"id": "ak16859309", "mag": 2.3, "time": 1505853828556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9751, 62.3114, 2.4]}, "bbox": [-149.9751, 62.3114, -149.9751, 62.3114]}, {"id": "3272", "type": "Feature", "properties": {"id": "ak16859297", "mag": 2.2, "time": 1505853447611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.476, 59.9101, 122.4]}, "bbox": [-153.476, 59.9101, -153.476, 59.9101]}, {"id": "3273", "type": "Feature", "properties": {"id": "ak16859290", "mag": 3.0, "time": 1505853445730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.8511, 55.6543, 46.3]}, "bbox": [-158.8511, 55.6543, -158.8511, 55.6543]}, {"id": "3274", "type": "Feature", "properties": {"id": "ak16859292", "mag": 3.6, "time": 1505853411703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.4847, 57.8969, 244.9]}, "bbox": [-156.4847, 57.8969, -156.4847, 57.8969]}, {"id": "3275", "type": "Feature", "properties": {"id": "nc72895391", "mag": 2.22, "time": 1505852777640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.194167, 40.744, 31.83]}, "bbox": [-123.194167, 40.744, -123.194167, 40.744]}, {"id": "3276", "type": "Feature", "properties": {"id": "uu60247942", "mag": 1.28, "time": 1505852539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439833, 42.608667, 6.41]}, "bbox": [-111.439833, 42.608667, -111.439833, 42.608667]}, {"id": "3277", "type": "Feature", "properties": {"id": "ak16859266", "mag": 1.1, "time": 1505852431345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5411, 60.0259, 13.2]}, "bbox": [-140.5411, 60.0259, -140.5411, 60.0259]}, {"id": "3278", "type": "Feature", "properties": {"id": "us2000ar6z", "mag": 5.2, "time": 1505852287190, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7668, 37.2998, 35.1]}, "bbox": [141.7668, 37.2998, 141.7668, 37.2998]}, {"id": "3279", "type": "Feature", "properties": {"id": "us2000ar6y", "mag": 5.2, "time": 1505852058100, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [150.8423, -5.5637, 99.91]}, "bbox": [150.8423, -5.5637, 150.8423, -5.5637]}, {"id": "3280", "type": "Feature", "properties": {"id": "ak16859257", "mag": 1.1, "time": 1505851589002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.171, 64.5345, 7.6]}, "bbox": [-147.171, 64.5345, -147.171, 64.5345]}, {"id": "3281", "type": "Feature", "properties": {"id": "ci38006552", "mag": 1.38, "time": 1505851374120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.866667, -0.49]}, "bbox": [-117.498833, 33.866667, -117.498833, 33.866667]}, {"id": "3282", "type": "Feature", "properties": {"id": "nc72895381", "mag": 1.43, "time": 1505851273540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.729333, 36.3275, 5.22]}, "bbox": [-120.729333, 36.3275, -120.729333, 36.3275]}, {"id": "3283", "type": "Feature", "properties": {"id": "ak16875922", "mag": 1.3, "time": 1505850452543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3232, 58.1622, 6.6]}, "bbox": [-156.3232, 58.1622, -156.3232, 58.1622]}, {"id": "3284", "type": "Feature", "properties": {"id": "ak16875921", "mag": 2.9, "time": 1505849966730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4901, 52.1476, 24.6]}, "bbox": [-170.4901, 52.1476, -170.4901, 52.1476]}, {"id": "3285", "type": "Feature", "properties": {"id": "uu60247932", "mag": 1.44, "time": 1505849337250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421, 42.579, 5.88]}, "bbox": [-111.421, 42.579, -111.421, 42.579]}, {"id": "3286", "type": "Feature", "properties": {"id": "ak16875920", "mag": 1.3, "time": 1505849251567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6328, 59.921, 0.0]}, "bbox": [-139.6328, 59.921, -139.6328, 59.921]}, {"id": "3287", "type": "Feature", "properties": {"id": "ak16858730", "mag": 1.2, "time": 1505848519202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9009, 61.545, 3.9]}, "bbox": [-151.9009, 61.545, -151.9009, 61.545]}, {"id": "3288", "type": "Feature", "properties": {"id": "hv61914226", "mag": 1.85, "time": 1505848191950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.283829, 19.389834, 2.69]}, "bbox": [-155.283829, 19.389834, -155.283829, 19.389834]}, {"id": "3289", "type": "Feature", "properties": {"id": "ci38006520", "mag": 1.05, "time": 1505847392530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7695, 36.0195, 2.35]}, "bbox": [-117.7695, 36.0195, -117.7695, 36.0195]}, {"id": "3290", "type": "Feature", "properties": {"id": "ci38006512", "mag": 1.61, "time": 1505847142180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767, 36.0195, 2.27]}, "bbox": [-117.767, 36.0195, -117.767, 36.0195]}, {"id": "3291", "type": "Feature", "properties": {"id": "ci38006496", "mag": 3.65, "time": 1505846743780, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.769833, 36.019333, 1.78]}, "bbox": [-117.769833, 36.019333, -117.769833, 36.019333]}, {"id": "3292", "type": "Feature", "properties": {"id": "hv61914191", "mag": 1.84, "time": 1505846559260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.249161, 19.378334, 1.88]}, "bbox": [-155.249161, 19.378334, -155.249161, 19.378334]}, {"id": "3293", "type": "Feature", "properties": {"id": "ak16875918", "mag": 2.8, "time": 1505846556982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8186, 52.0581, 213.2]}, "bbox": [-178.8186, 52.0581, -178.8186, 52.0581]}, {"id": "3294", "type": "Feature", "properties": {"id": "nc72895351", "mag": 1.32, "time": 1505846239310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104167, 37.325333, -0.31]}, "bbox": [-122.104167, 37.325333, -122.104167, 37.325333]}, {"id": "3295", "type": "Feature", "properties": {"id": "nc72895341", "mag": 2.76, "time": 1505846072870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.359001, 36.981335, 8.57]}, "bbox": [-118.359001, 36.981335, -118.359001, 36.981335]}, {"id": "3296", "type": "Feature", "properties": {"id": "ci38006480", "mag": 3.19, "time": 1505846053020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767333, 36.019, 1.55]}, "bbox": [-117.767333, 36.019, -117.767333, 36.019]}, {"id": "3297", "type": "Feature", "properties": {"id": "nc72895286", "mag": 1.33, "time": 1505844883780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.572167, 35.430667, -0.58]}, "bbox": [-120.572167, 35.430667, -120.572167, 35.430667]}, {"id": "3298", "type": "Feature", "properties": {"id": "us2000ar1y", "mag": 4.6, "time": 1505844881000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1913, -37.2281, 5.95]}, "bbox": [-74.1913, -37.2281, -74.1913, -37.2281]}, {"id": "3299", "type": "Feature", "properties": {"id": "us2000ar20", "mag": 7.1, "time": 1505844878420, "felt": 2048.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4952, 18.5539, 51.0]}, "bbox": [-98.4952, 18.5539, -98.4952, 18.5539]}, {"id": "3300", "type": "Feature", "properties": {"id": "ak16858135", "mag": 1.6, "time": 1505844133798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.026, 67.0927, 3.7]}, "bbox": [-157.026, 67.0927, -157.026, 67.0927]}, {"id": "3301", "type": "Feature", "properties": {"id": "ci37766871", "mag": 1.54, "time": 1505844053390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.846, 36.179167, 2.24]}, "bbox": [-117.846, 36.179167, -117.846, 36.179167]}, {"id": "3302", "type": "Feature", "properties": {"id": "ci37766863", "mag": 1.44, "time": 1505843932610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768, 36.018667, 1.61]}, "bbox": [-117.768, 36.018667, -117.768, 36.018667]}, {"id": "3303", "type": "Feature", "properties": {"id": "nm60207061", "mag": 1.72, "time": 1505843783380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.646167, 36.5445, 7.49]}, "bbox": [-89.646167, 36.5445, -89.646167, 36.5445]}, {"id": "3304", "type": "Feature", "properties": {"id": "us2000aqyy", "mag": 4.5, "time": 1505843446640, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6161, -31.7548, 29.84]}, "bbox": [-72.6161, -31.7548, -72.6161, -31.7548]}, {"id": "3305", "type": "Feature", "properties": {"id": "ismpkansas70235603", "mag": 1.89, "time": 1505842614490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.682, 37.184833, 3.97]}, "bbox": [-97.682, 37.184833, -97.682, 37.184833]}, {"id": "3306", "type": "Feature", "properties": {"id": "nc72895271", "mag": 1.15, "time": 1505841330820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.259833, 36.753, 11.5]}, "bbox": [-121.259833, 36.753, -121.259833, 36.753]}, {"id": "3307", "type": "Feature", "properties": {"id": "us2000aqxe", "mag": 4.6, "time": 1505841149400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1444, -7.5033, 158.11]}, "bbox": [128.1444, -7.5033, 128.1444, -7.5033]}, {"id": "3308", "type": "Feature", "properties": {"id": "uu60247882", "mag": 1.62, "time": 1505841064700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426167, 42.5295, 8.11]}, "bbox": [-111.426167, 42.5295, -111.426167, 42.5295]}, {"id": "3309", "type": "Feature", "properties": {"id": "nc72895256", "mag": 1.32, "time": 1505840661480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.598167, 36.752, -0.32]}, "bbox": [-121.598167, 36.752, -121.598167, 36.752]}, {"id": "3310", "type": "Feature", "properties": {"id": "ci37766807", "mag": 2.45, "time": 1505840210530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.766, 36.02, 1.86]}, "bbox": [-117.766, 36.02, -117.766, 36.02]}, {"id": "3311", "type": "Feature", "properties": {"id": "uu60247877", "mag": 2.11, "time": 1505840158690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448833, 42.606, 3.56]}, "bbox": [-111.448833, 42.606, -111.448833, 42.606]}, {"id": "3312", "type": "Feature", "properties": {"id": "ak16857619", "mag": 2.1, "time": 1505840007502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8949, 63.2912, 101.6]}, "bbox": [-149.8949, 63.2912, -149.8949, 63.2912]}, {"id": "3313", "type": "Feature", "properties": {"id": "uu60247872", "mag": 1.62, "time": 1505839724910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.458833, 42.607, 3.95]}, "bbox": [-111.458833, 42.607, -111.458833, 42.607]}, {"id": "3314", "type": "Feature", "properties": {"id": "us2000aqvm", "mag": 2.7, "time": 1505839542100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.469, 42.6077, 7.7]}, "bbox": [-111.469, 42.6077, -111.469, 42.6077]}, {"id": "3315", "type": "Feature", "properties": {"id": "nc72895246", "mag": 1.35, "time": 1505839417090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.485667, 35.221333, 6.04]}, "bbox": [-120.485667, 35.221333, -120.485667, 35.221333]}, {"id": "3316", "type": "Feature", "properties": {"id": "ak16875914", "mag": 1.9, "time": 1505839174472, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4077, 58.8832, 118.6]}, "bbox": [-154.4077, 58.8832, -154.4077, 58.8832]}, {"id": "3317", "type": "Feature", "properties": {"id": "ci37766791", "mag": 1.22, "time": 1505838919650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.1855, 10.21]}, "bbox": [-116.3645, 33.1855, -116.3645, 33.1855]}, {"id": "3318", "type": "Feature", "properties": {"id": "ak16857617", "mag": 1.6, "time": 1505838902519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9995, 67.1881, 4.7]}, "bbox": [-142.9995, 67.1881, -142.9995, 67.1881]}, {"id": "3319", "type": "Feature", "properties": {"id": "uu60247852", "mag": 2.07, "time": 1505838746530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4455, 42.613833, 1.76]}, "bbox": [-111.4455, 42.613833, -111.4455, 42.613833]}, {"id": "3320", "type": "Feature", "properties": {"id": "ak16857602", "mag": 1.1, "time": 1505837962181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5253, 60.121, 0.0]}, "bbox": [-141.5253, 60.121, -141.5253, 60.121]}, {"id": "3321", "type": "Feature", "properties": {"id": "ak16857600", "mag": 1.9, "time": 1505837841567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1883, 53.9422, 44.2]}, "bbox": [-165.1883, 53.9422, -165.1883, 53.9422]}, {"id": "3322", "type": "Feature", "properties": {"id": "nc72895231", "mag": 2.9, "time": 1505837729840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.507667, 1.79]}, "bbox": [-118.833667, 37.507667, -118.833667, 37.507667]}, {"id": "3323", "type": "Feature", "properties": {"id": "us2000ary5", "mag": 2.9, "time": 1505837727410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4431, 42.6149, 4.8]}, "bbox": [-111.4431, 42.6149, -111.4431, 42.6149]}, {"id": "3324", "type": "Feature", "properties": {"id": "uu60247822", "mag": 2.11, "time": 1505837448870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455167, 42.616, 1.41]}, "bbox": [-111.455167, 42.616, -111.455167, 42.616]}, {"id": "3325", "type": "Feature", "properties": {"id": "us2000aqtm", "mag": 3.1, "time": 1505837140170, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4706, 42.6154, 8.81]}, "bbox": [-111.4706, 42.6154, -111.4706, 42.6154]}, {"id": "3326", "type": "Feature", "properties": {"id": "ak16875909", "mag": 2.2, "time": 1505836969879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4914, 51.7473, 9.7]}, "bbox": [-178.4914, 51.7473, -178.4914, 51.7473]}, {"id": "3327", "type": "Feature", "properties": {"id": "ak16857094", "mag": 1.1, "time": 1505836528626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6176, 61.14, 0.0]}, "bbox": [-147.6176, 61.14, -147.6176, 61.14]}, {"id": "3328", "type": "Feature", "properties": {"id": "ak16875907", "mag": 1.5, "time": 1505835821169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.259, 60.5626, 90.4]}, "bbox": [-152.259, 60.5626, -152.259, 60.5626]}, {"id": "3329", "type": "Feature", "properties": {"id": "us2000aqsj", "mag": 2.6, "time": 1505835755980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5135, 36.2854, 4.17]}, "bbox": [-97.5135, 36.2854, -97.5135, 36.2854]}, {"id": "3330", "type": "Feature", "properties": {"id": "us2000aqsk", "mag": 2.5, "time": 1505835732030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4724, 42.6121, 4.3]}, "bbox": [-111.4724, 42.6121, -111.4724, 42.6121]}, {"id": "3331", "type": "Feature", "properties": {"id": "ak16857093", "mag": 2.6, "time": 1505835424846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4652, 51.7084, 16.1]}, "bbox": [-178.4652, 51.7084, -178.4652, 51.7084]}, {"id": "3332", "type": "Feature", "properties": {"id": "us2000aqsh", "mag": 3.0, "time": 1505835309120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4508, 42.6064, 4.14]}, "bbox": [-111.4508, 42.6064, -111.4508, 42.6064]}, {"id": "3333", "type": "Feature", "properties": {"id": "ak16857091", "mag": 1.3, "time": 1505835219788, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0197, 66.1072, 6.0]}, "bbox": [-149.0197, 66.1072, -149.0197, 66.1072]}, {"id": "3334", "type": "Feature", "properties": {"id": "us2000aqs7", "mag": 3.5, "time": 1505834833670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4429, 42.6135, 8.34]}, "bbox": [-111.4429, 42.6135, -111.4429, 42.6135]}, {"id": "3335", "type": "Feature", "properties": {"id": "us2000aqwu", "mag": 2.5, "time": 1505834816200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7965, 36.4516, 6.125]}, "bbox": [-98.7965, 36.4516, -98.7965, 36.4516]}, {"id": "3336", "type": "Feature", "properties": {"id": "ak16875904", "mag": 1.6, "time": 1505834730734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9141, 57.1404, 29.5]}, "bbox": [-153.9141, 57.1404, -153.9141, 57.1404]}, {"id": "3337", "type": "Feature", "properties": {"id": "ci37766767", "mag": 1.14, "time": 1505834129200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.763833, 36.020667, 1.88]}, "bbox": [-117.763833, 36.020667, -117.763833, 36.020667]}, {"id": "3338", "type": "Feature", "properties": {"id": "ak16857088", "mag": 1.5, "time": 1505834082762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0429, 60.6104, 77.7]}, "bbox": [-152.0429, 60.6104, -152.0429, 60.6104]}, {"id": "3339", "type": "Feature", "properties": {"id": "us2000aqrc", "mag": 4.8, "time": 1505832575280, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [178.0168, 52.0275, 131.51]}, "bbox": [178.0168, 52.0275, 178.0168, 52.0275]}, {"id": "3340", "type": "Feature", "properties": {"id": "ak16875901", "mag": 1.4, "time": 1505831619582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.534, 58.7008, 10.0]}, "bbox": [-137.534, 58.7008, -137.534, 58.7008]}, {"id": "3341", "type": "Feature", "properties": {"id": "ci37766711", "mag": 1.96, "time": 1505831425050, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.765667, 36.018833, 1.51]}, "bbox": [-117.765667, 36.018833, -117.765667, 36.018833]}, {"id": "3342", "type": "Feature", "properties": {"id": "ci37766703", "mag": 1.15, "time": 1505831411750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764833, 36.019667, 1.65]}, "bbox": [-117.764833, 36.019667, -117.764833, 36.019667]}, {"id": "3343", "type": "Feature", "properties": {"id": "us2000aqqm", "mag": 4.5, "time": 1505831278930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.4084, -31.8109, 10.0]}, "bbox": [-72.4084, -31.8109, -72.4084, -31.8109]}, {"id": "3344", "type": "Feature", "properties": {"id": "ak16856556", "mag": 1.3, "time": 1505831243282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7313, 59.8087, 0.9]}, "bbox": [-136.7313, 59.8087, -136.7313, 59.8087]}, {"id": "3345", "type": "Feature", "properties": {"id": "nn00606015", "mag": 1.3, "time": 1505831170459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8959, 38.3975, 10.4]}, "bbox": [-118.8959, 38.3975, -118.8959, 38.3975]}, {"id": "3346", "type": "Feature", "properties": {"id": "ak16856551", "mag": 1.9, "time": 1505831042494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6819, 63.0946, 10.5]}, "bbox": [-147.6819, 63.0946, -147.6819, 63.0946]}, {"id": "3347", "type": "Feature", "properties": {"id": "ak16875898", "mag": 1.7, "time": 1505829915600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2865, 59.7628, 116.6]}, "bbox": [-153.2865, 59.7628, -153.2865, 59.7628]}, {"id": "3348", "type": "Feature", "properties": {"id": "ak16856544", "mag": 1.6, "time": 1505829548541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3607, 61.0755, 0.0]}, "bbox": [-148.3607, 61.0755, -148.3607, 61.0755]}, {"id": "3349", "type": "Feature", "properties": {"id": "nc72895191", "mag": 1.4, "time": 1505828746900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.815333, 3.57]}, "bbox": [-122.799667, 38.815333, -122.799667, 38.815333]}, {"id": "3350", "type": "Feature", "properties": {"id": "nc72895181", "mag": 1.21, "time": 1505828239020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.96, 37.587, -0.68]}, "bbox": [-118.96, 37.587, -118.96, 37.587]}, {"id": "3351", "type": "Feature", "properties": {"id": "pr2017262003", "mag": 3.12, "time": 1505828003180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.596, 19.2688, 38.0]}, "bbox": [-67.596, 19.2688, -67.596, 19.2688]}, {"id": "3352", "type": "Feature", "properties": {"id": "us2000aqpx", "mag": 5.1, "time": 1505827570500, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [53.9953, 27.9548, 10.0]}, "bbox": [53.9953, 27.9548, 53.9953, 27.9548]}, {"id": "3353", "type": "Feature", "properties": {"id": "nc72895166", "mag": 2.1, "time": 1505827334280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801333, 38.709667, 3.88]}, "bbox": [-122.801333, 38.709667, -122.801333, 38.709667]}, {"id": "3354", "type": "Feature", "properties": {"id": "ak16856036", "mag": 1.5, "time": 1505826795043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9795, 61.8762, 43.3]}, "bbox": [-149.9795, 61.8762, -149.9795, 61.8762]}, {"id": "3355", "type": "Feature", "properties": {"id": "ak16856032", "mag": 1.6, "time": 1505825636722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1838, 62.582, 3.3]}, "bbox": [-152.1838, 62.582, -152.1838, 62.582]}, {"id": "3356", "type": "Feature", "properties": {"id": "ci37766679", "mag": 0.96, "time": 1505825558280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.804167, 33.865333, 14.31]}, "bbox": [-116.804167, 33.865333, -116.804167, 33.865333]}, {"id": "3357", "type": "Feature", "properties": {"id": "us2000aqp7", "mag": 4.4, "time": 1505825308910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.7564, -2.1725, 112.59]}, "bbox": [-78.7564, -2.1725, -78.7564, -2.1725]}, {"id": "3358", "type": "Feature", "properties": {"id": "ak16856030", "mag": 3.0, "time": 1505825190453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1381, 51.2155, 7.2]}, "bbox": [-179.1381, 51.2155, -179.1381, 51.2155]}, {"id": "3359", "type": "Feature", "properties": {"id": "nn00605924", "mag": 1.0, "time": 1505824470372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0787, 37.3317, 0.0]}, "bbox": [-115.0787, 37.3317, -115.0787, 37.3317]}, {"id": "3360", "type": "Feature", "properties": {"id": "ak16856028", "mag": 1.3, "time": 1505824029137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5369, 59.9737, 0.0]}, "bbox": [-139.5369, 59.9737, -139.5369, 59.9737]}, {"id": "3361", "type": "Feature", "properties": {"id": "ak16856023", "mag": 1.7, "time": 1505823902403, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0502, 66.1255, 9.3]}, "bbox": [-149.0502, 66.1255, -149.0502, 66.1255]}, {"id": "3362", "type": "Feature", "properties": {"id": "ak16856015", "mag": 2.2, "time": 1505823557445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.013, 66.1279, 12.2]}, "bbox": [-149.013, 66.1279, -149.013, 66.1279]}, {"id": "3363", "type": "Feature", "properties": {"id": "ak16856014", "mag": 1.1, "time": 1505823327376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3053, 64.2153, 8.4]}, "bbox": [-147.3053, 64.2153, -147.3053, 64.2153]}, {"id": "3364", "type": "Feature", "properties": {"id": "ak16856012", "mag": 1.2, "time": 1505823307912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2687, 63.3135, 1.0]}, "bbox": [-145.2687, 63.3135, -145.2687, 63.3135]}, {"id": "3365", "type": "Feature", "properties": {"id": "ak16856011", "mag": 2.3, "time": 1505823122176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4683, 54.3778, 12.7]}, "bbox": [-161.4683, 54.3778, -161.4683, 54.3778]}, {"id": "3366", "type": "Feature", "properties": {"id": "nc72895111", "mag": 1.33, "time": 1505822407460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809833, 38.802, 3.64]}, "bbox": [-122.809833, 38.802, -122.809833, 38.802]}, {"id": "3367", "type": "Feature", "properties": {"id": "nm60207021", "mag": 3.8, "time": 1505821648710, "felt": 1485.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.909833, 38.423833, 11.68]}, "bbox": [-87.909833, 38.423833, -87.909833, 38.423833]}, {"id": "3368", "type": "Feature", "properties": {"id": "ak16855511", "mag": 1.6, "time": 1505821526245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7265, 65.4529, 0.3]}, "bbox": [-144.7265, 65.4529, -144.7265, 65.4529]}, {"id": "3369", "type": "Feature", "properties": {"id": "ak16875885", "mag": 2.4, "time": 1505821066912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.1246, 33.1]}, "bbox": [-170.3853, 52.1246, -170.3853, 52.1246]}, {"id": "3370", "type": "Feature", "properties": {"id": "nc72895086", "mag": 1.5, "time": 1505820901510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.8115, 2.81]}, "bbox": [-122.811333, 38.8115, -122.811333, 38.8115]}, {"id": "3371", "type": "Feature", "properties": {"id": "nn00605917", "mag": 1.0, "time": 1505819713127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0296, 37.3121, 0.0]}, "bbox": [-115.0296, 37.3121, -115.0296, 37.3121]}, {"id": "3372", "type": "Feature", "properties": {"id": "ci37766663", "mag": 1.51, "time": 1505819310540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197333, 34.085167, 9.45]}, "bbox": [-118.197333, 34.085167, -118.197333, 34.085167]}, {"id": "3373", "type": "Feature", "properties": {"id": "ak16875884", "mag": 2.8, "time": 1505819249763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.074, 52.1917, 55.8]}, "bbox": [-171.074, 52.1917, -171.074, 52.1917]}, {"id": "3374", "type": "Feature", "properties": {"id": "us2000aqlv", "mag": 4.4, "time": 1505818453350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.3742, -31.7199, 35.0]}, "bbox": [-72.3742, -31.7199, -72.3742, -31.7199]}, {"id": "3375", "type": "Feature", "properties": {"id": "ak16855501", "mag": 3.4, "time": 1505818346973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7971, 56.0595, 12.0]}, "bbox": [-148.7971, 56.0595, -148.7971, 56.0595]}, {"id": "3376", "type": "Feature", "properties": {"id": "ak16855500", "mag": 2.9, "time": 1505817985167, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.3494, 51.1124, 9.0]}, "bbox": [178.3494, 51.1124, 178.3494, 51.1124]}, {"id": "3377", "type": "Feature", "properties": {"id": "nc72895061", "mag": 1.78, "time": 1505817758790, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.178833, 36.5795, 5.08]}, "bbox": [-121.178833, 36.5795, -121.178833, 36.5795]}, {"id": "3378", "type": "Feature", "properties": {"id": "nc72895056", "mag": 2.12, "time": 1505817518530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 36.582833, 3.53]}, "bbox": [-121.177333, 36.582833, -121.177333, 36.582833]}, {"id": "3379", "type": "Feature", "properties": {"id": "uu60247712", "mag": 1.36, "time": 1505817061570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.018167, 44.796, 9.74]}, "bbox": [-111.018167, 44.796, -111.018167, 44.796]}, {"id": "3380", "type": "Feature", "properties": {"id": "ak16875881", "mag": 1.6, "time": 1505816115601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2511, 57.9599, 9.0]}, "bbox": [-152.2511, 57.9599, -152.2511, 57.9599]}, {"id": "3381", "type": "Feature", "properties": {"id": "ak16855499", "mag": 1.3, "time": 1505815877713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8298, 61.5636, 56.7]}, "bbox": [-149.8298, 61.5636, -149.8298, 61.5636]}, {"id": "3382", "type": "Feature", "properties": {"id": "ak16855498", "mag": 2.3, "time": 1505815751742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.7444, 52.8226, 62.9]}, "bbox": [-168.7444, 52.8226, -168.7444, 52.8226]}, {"id": "3383", "type": "Feature", "properties": {"id": "pr2017262002", "mag": 3.05, "time": 1505815582890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7015, 19.0933, 25.0]}, "bbox": [-67.7015, 19.0933, -67.7015, 19.0933]}, {"id": "3384", "type": "Feature", "properties": {"id": "ak16875878", "mag": 2.3, "time": 1505815056638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6299, 51.8122, 76.9]}, "bbox": [178.6299, 51.8122, 178.6299, 51.8122]}, {"id": "3385", "type": "Feature", "properties": {"id": "pr2017262001", "mag": 3.03, "time": 1505814906490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.723, 19.2006, 9.0]}, "bbox": [-67.723, 19.2006, -67.723, 19.2006]}, {"id": "3386", "type": "Feature", "properties": {"id": "us2000aqkv", "mag": 3.1, "time": 1505814230020, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8094, 35.9883, 6.72]}, "bbox": [-96.8094, 35.9883, -96.8094, 35.9883]}, {"id": "3387", "type": "Feature", "properties": {"id": "nn00605909", "mag": 2.0, "time": 1505812861822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0799, 37.3335, 2.3]}, "bbox": [-115.0799, 37.3335, -115.0799, 37.3335]}, {"id": "3388", "type": "Feature", "properties": {"id": "ci37766575", "mag": 1.76, "time": 1505810653690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489167, 32.91, 3.69]}, "bbox": [-115.489167, 32.91, -115.489167, 32.91]}, {"id": "3389", "type": "Feature", "properties": {"id": "hv61913891", "mag": 1.46, "time": 1505809604540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2385, 19.383667, 3.069]}, "bbox": [-155.2385, 19.383667, -155.2385, 19.383667]}, {"id": "3390", "type": "Feature", "properties": {"id": "us2000awmg", "mag": 4.7, "time": 1505809455110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.925, -10.7783, 56.21]}, "bbox": [162.925, -10.7783, 162.925, -10.7783]}, {"id": "3391", "type": "Feature", "properties": {"id": "us2000asy2", "mag": 3.0, "time": 1505809273830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.747, 56.8207, 54.24]}, "bbox": [-167.747, 56.8207, -167.747, 56.8207]}, {"id": "3392", "type": "Feature", "properties": {"id": "ak16855496", "mag": 1.1, "time": 1505809181592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6103, 61.758, 29.3]}, "bbox": [-147.6103, 61.758, -147.6103, 61.758]}, {"id": "3393", "type": "Feature", "properties": {"id": "ci37766567", "mag": 2.63, "time": 1505808839560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.053, 33.079333, 9.9]}, "bbox": [-116.053, 33.079333, -116.053, 33.079333]}, {"id": "3394", "type": "Feature", "properties": {"id": "ak16854995", "mag": 1.3, "time": 1505808496915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3955, 61.6352, 5.0]}, "bbox": [-142.3955, 61.6352, -142.3955, 61.6352]}, {"id": "3395", "type": "Feature", "properties": {"id": "us2000awn2", "mag": 4.8, "time": 1505807930800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8135, 15.201, 45.46]}, "bbox": [-93.8135, 15.201, -93.8135, 15.201]}, {"id": "3396", "type": "Feature", "properties": {"id": "us2000aqji", "mag": 5.5, "time": 1505807596650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0446, 15.1414, 38.74]}, "bbox": [-94.0446, 15.1414, -94.0446, 15.1414]}, {"id": "3397", "type": "Feature", "properties": {"id": "ak16875872", "mag": 2.1, "time": 1505807457953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2219, 51.3226, 34.2]}, "bbox": [-179.2219, 51.3226, -179.2219, 51.3226]}, {"id": "3398", "type": "Feature", "properties": {"id": "nc72894976", "mag": 1.17, "time": 1505806773770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792335, 38.809666, 2.7]}, "bbox": [-122.792335, 38.809666, -122.792335, 38.809666]}, {"id": "3399", "type": "Feature", "properties": {"id": "ci37766551", "mag": 1.92, "time": 1505806527540, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.473833, 34.086, 9.44]}, "bbox": [-118.473833, 34.086, -118.473833, 34.086]}, {"id": "3400", "type": "Feature", "properties": {"id": "nn00605996", "mag": 1.0, "time": 1505804591858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.786, 38.6641, 4.9]}, "bbox": [-119.786, 38.6641, -119.786, 38.6641]}, {"id": "3401", "type": "Feature", "properties": {"id": "us2000aqiw", "mag": 4.9, "time": 1505804582700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5541, 15.6968, 62.85]}, "bbox": [-94.5541, 15.6968, -94.5541, 15.6968]}, {"id": "3402", "type": "Feature", "properties": {"id": "nc72894951", "mag": 2.38, "time": 1505803512250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.804667, 38.658333, -1.93]}, "bbox": [-119.804667, 38.658333, -119.804667, 38.658333]}, {"id": "3403", "type": "Feature", "properties": {"id": "us2000aqim", "mag": 4.9, "time": 1505803059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.5306, -11.0433, 31.53]}, "bbox": [162.5306, -11.0433, 162.5306, -11.0433]}, {"id": "3404", "type": "Feature", "properties": {"id": "ak16858212", "mag": 1.9, "time": 1505803043301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8602, 60.3455, 116.4]}, "bbox": [-152.8602, 60.3455, -152.8602, 60.3455]}, {"id": "3405", "type": "Feature", "properties": {"id": "ak16854482", "mag": 1.5, "time": 1505802327547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6967, 63.0934, 11.2]}, "bbox": [-147.6967, 63.0934, -147.6967, 63.0934]}, {"id": "3406", "type": "Feature", "properties": {"id": "ci37766535", "mag": 3.61, "time": 1505802044370, "felt": 9002.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.475667, 34.086667, 10.48]}, "bbox": [-118.475667, 34.086667, -118.475667, 34.086667]}, {"id": "3407", "type": "Feature", "properties": {"id": "ci37766527", "mag": 1.21, "time": 1505801932130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.774833, 34.169667, 4.09]}, "bbox": [-116.774833, 34.169667, -116.774833, 34.169667]}, {"id": "3408", "type": "Feature", "properties": {"id": "ak16875868", "mag": 1.8, "time": 1505801903580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8368, 51.4427, 38.8]}, "bbox": [178.8368, 51.4427, 178.8368, 51.4427]}, {"id": "3409", "type": "Feature", "properties": {"id": "ak16854479", "mag": 1.1, "time": 1505801695119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7029, 61.7782, 46.8]}, "bbox": [-149.7029, 61.7782, -149.7029, 61.7782]}, {"id": "3410", "type": "Feature", "properties": {"id": "ak16875866", "mag": 1.4, "time": 1505801525136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4992, 53.7654, 79.0]}, "bbox": [-166.4992, 53.7654, -166.4992, 53.7654]}, {"id": "3411", "type": "Feature", "properties": {"id": "uw61331061", "mag": 2.06, "time": 1505797453620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.194667, 46.453167, 40.56]}, "bbox": [-124.194667, 46.453167, -124.194667, 46.453167]}, {"id": "3412", "type": "Feature", "properties": {"id": "ci37766503", "mag": 1.67, "time": 1505797300060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.916167, 3.75]}, "bbox": [-115.486333, 32.916167, -115.486333, 32.916167]}, {"id": "3413", "type": "Feature", "properties": {"id": "ak16854474", "mag": 1.9, "time": 1505797038222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0668, 60.2297, 58.9]}, "bbox": [-151.0668, 60.2297, -151.0668, 60.2297]}, {"id": "3414", "type": "Feature", "properties": {"id": "ak16853980", "mag": 1.1, "time": 1505796127101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3206, 62.3117, 31.2]}, "bbox": [-148.3206, 62.3117, -148.3206, 62.3117]}, {"id": "3415", "type": "Feature", "properties": {"id": "uw61330981", "mag": 1.13, "time": 1505795983940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.682, 46.13, 13.15]}, "bbox": [-122.682, 46.13, -122.682, 46.13]}, {"id": "3416", "type": "Feature", "properties": {"id": "ak16853978", "mag": 1.3, "time": 1505795947149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1655, 62.2572, 56.3]}, "bbox": [-149.1655, 62.2572, -149.1655, 62.2572]}, {"id": "3417", "type": "Feature", "properties": {"id": "nn00605993", "mag": 1.1, "time": 1505795780711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1363, 37.4312, 0.0]}, "bbox": [-115.1363, 37.4312, -115.1363, 37.4312]}, {"id": "3418", "type": "Feature", "properties": {"id": "nc72894911", "mag": 1.31, "time": 1505795498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7385, 38.757333, 2.56]}, "bbox": [-122.7385, 38.757333, -122.7385, 38.757333]}, {"id": "3419", "type": "Feature", "properties": {"id": "ak16875861", "mag": 1.1, "time": 1505795298437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2708, 60.1059, 0.0]}, "bbox": [-139.2708, 60.1059, -139.2708, 60.1059]}, {"id": "3420", "type": "Feature", "properties": {"id": "pr2017262000", "mag": 3.54, "time": 1505794257010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.6603, 17.4281, 35.0]}, "bbox": [-68.6603, 17.4281, -68.6603, 17.4281]}, {"id": "3421", "type": "Feature", "properties": {"id": "ak16875860", "mag": 2.4, "time": 1505793870359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7298, 54.4321, 27.3]}, "bbox": [-160.7298, 54.4321, -160.7298, 54.4321]}, {"id": "3422", "type": "Feature", "properties": {"id": "ak16875859", "mag": 1.7, "time": 1505793327250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1948, 59.7387, 99.4]}, "bbox": [-153.1948, 59.7387, -153.1948, 59.7387]}, {"id": "3423", "type": "Feature", "properties": {"id": "ak16853975", "mag": 1.6, "time": 1505792759926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4718, 53.5765, 9.9]}, "bbox": [-167.4718, 53.5765, -167.4718, 53.5765]}, {"id": "3424", "type": "Feature", "properties": {"id": "nc72894906", "mag": 1.57, "time": 1505792076170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7735, 38.656833, -0.04]}, "bbox": [-122.7735, 38.656833, -122.7735, 38.656833]}, {"id": "3425", "type": "Feature", "properties": {"id": "ci37766479", "mag": 1.69, "time": 1505792016930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.9165, 3.74]}, "bbox": [-115.486333, 32.9165, -115.486333, 32.9165]}, {"id": "3426", "type": "Feature", "properties": {"id": "ci37766487", "mag": 1.34, "time": 1505791878570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.484833, 32.910667, 3.6]}, "bbox": [-115.484833, 32.910667, -115.484833, 32.910667]}, {"id": "3427", "type": "Feature", "properties": {"id": "ci37766471", "mag": 1.85, "time": 1505791676460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4825, 32.916333, 3.63]}, "bbox": [-115.4825, 32.916333, -115.4825, 32.916333]}, {"id": "3428", "type": "Feature", "properties": {"id": "nc72894886", "mag": 1.72, "time": 1505789062930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.569167, 0.74]}, "bbox": [-118.840667, 37.569167, -118.840667, 37.569167]}, {"id": "3429", "type": "Feature", "properties": {"id": "ak16853477", "mag": 1.0, "time": 1505787688094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1719, 66.2583, 2.2]}, "bbox": [-157.1719, 66.2583, -157.1719, 66.2583]}, {"id": "3430", "type": "Feature", "properties": {"id": "ak16875853", "mag": 1.7, "time": 1505787600292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3919, 59.6211, 106.4]}, "bbox": [-153.3919, 59.6211, -153.3919, 59.6211]}, {"id": "3431", "type": "Feature", "properties": {"id": "ak16875852", "mag": 1.1, "time": 1505786552106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5941, 61.448, 35.0]}, "bbox": [-146.5941, 61.448, -146.5941, 61.448]}, {"id": "3432", "type": "Feature", "properties": {"id": "mb80256309", "mag": 1.39, "time": 1505786055440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.8665, 12.97]}, "bbox": [-112.526833, 46.8665, -112.526833, 46.8665]}, {"id": "3433", "type": "Feature", "properties": {"id": "ak16853476", "mag": 1.1, "time": 1505785818136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8501, 59.9025, 11.5]}, "bbox": [-136.8501, 59.9025, -136.8501, 59.9025]}, {"id": "3434", "type": "Feature", "properties": {"id": "ak16852984", "mag": 1.1, "time": 1505784566645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6396, 62.818, 76.1]}, "bbox": [-149.6396, 62.818, -149.6396, 62.818]}, {"id": "3435", "type": "Feature", "properties": {"id": "us2000aqg7", "mag": 4.1, "time": 1505784206570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4373, 15.5332, 46.8]}, "bbox": [-94.4373, 15.5332, -94.4373, 15.5332]}, {"id": "3436", "type": "Feature", "properties": {"id": "uu60247557", "mag": 1.04, "time": 1505784051560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.714, 41.274333, 9.1]}, "bbox": [-111.714, 41.274333, -111.714, 41.274333]}, {"id": "3437", "type": "Feature", "properties": {"id": "uu60247547", "mag": 1.47, "time": 1505783841160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.707167, 41.273, 13.52]}, "bbox": [-111.707167, 41.273, -111.707167, 41.273]}, {"id": "3438", "type": "Feature", "properties": {"id": "hv61913526", "mag": 1.76, "time": 1505783827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457833, 19.1825, 36.457]}, "bbox": [-155.457833, 19.1825, -155.457833, 19.1825]}, {"id": "3439", "type": "Feature", "properties": {"id": "uu60247542", "mag": 2.67, "time": 1505783530250, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.715333, 41.2735, 12.54]}, "bbox": [-111.715333, 41.2735, -111.715333, 41.2735]}, {"id": "3440", "type": "Feature", "properties": {"id": "ak16852978", "mag": 2.3, "time": 1505783525625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6267, 63.2162, 130.7]}, "bbox": [-150.6267, 63.2162, -150.6267, 63.2162]}, {"id": "3441", "type": "Feature", "properties": {"id": "ak16852863", "mag": 2.5, "time": 1505781518245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0202, 60.2096, 73.3]}, "bbox": [-152.0202, 60.2096, -152.0202, 60.2096]}, {"id": "3442", "type": "Feature", "properties": {"id": "nc72894856", "mag": 0.99, "time": 1505781008310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827331, 38.841667, 1.75]}, "bbox": [-122.827331, 38.841667, -122.827331, 38.841667]}, {"id": "3443", "type": "Feature", "properties": {"id": "ak16852858", "mag": 1.1, "time": 1505780482987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8182, 61.2069, 27.3]}, "bbox": [-146.8182, 61.2069, -146.8182, 61.2069]}, {"id": "3444", "type": "Feature", "properties": {"id": "nc72894851", "mag": 1.36, "time": 1505780335820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7775, 38.816, 2.36]}, "bbox": [-122.7775, 38.816, -122.7775, 38.816]}, {"id": "3445", "type": "Feature", "properties": {"id": "ak16852857", "mag": 1.6, "time": 1505780229532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4, 60.0341, 0.0]}, "bbox": [-139.4, 60.0341, -139.4, 60.0341]}, {"id": "3446", "type": "Feature", "properties": {"id": "ak16852855", "mag": 1.5, "time": 1505779887968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8629, 61.2326, 1.6]}, "bbox": [-139.8629, 61.2326, -139.8629, 61.2326]}, {"id": "3447", "type": "Feature", "properties": {"id": "ci37766415", "mag": 1.9, "time": 1505779853200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489333, 32.905167, 5.38]}, "bbox": [-115.489333, 32.905167, -115.489333, 32.905167]}, {"id": "3448", "type": "Feature", "properties": {"id": "ci37165308", "mag": 1.73, "time": 1505779842240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.488, 32.911333, 4.36]}, "bbox": [-115.488, 32.911333, -115.488, 32.911333]}, {"id": "3449", "type": "Feature", "properties": {"id": "ak16852849", "mag": 1.7, "time": 1505779013710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9564, 61.0148, 51.3]}, "bbox": [-150.9564, 61.0148, -150.9564, 61.0148]}, {"id": "3450", "type": "Feature", "properties": {"id": "ak16852847", "mag": 1.4, "time": 1505778755901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7113, 59.8038, 2.1]}, "bbox": [-136.7113, 59.8038, -136.7113, 59.8038]}, {"id": "3451", "type": "Feature", "properties": {"id": "ak16852839", "mag": 1.8, "time": 1505778454412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4318, 51.6727, 27.8]}, "bbox": [-178.4318, 51.6727, -178.4318, 51.6727]}, {"id": "3452", "type": "Feature", "properties": {"id": "ak16852350", "mag": 2.0, "time": 1505777928661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5948, 59.4167, 88.5]}, "bbox": [-152.5948, 59.4167, -152.5948, 59.4167]}, {"id": "3453", "type": "Feature", "properties": {"id": "ci37766399", "mag": 1.34, "time": 1505777787740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.855667, 36.109333, 3.89]}, "bbox": [-117.855667, 36.109333, -117.855667, 36.109333]}, {"id": "3454", "type": "Feature", "properties": {"id": "ak16905714", "mag": 1.0, "time": 1505777724697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9455, 64.7711, 1.2]}, "bbox": [-139.9455, 64.7711, -139.9455, 64.7711]}, {"id": "3455", "type": "Feature", "properties": {"id": "ci37766391", "mag": 0.98, "time": 1505777305130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.852333, 36.108833, 4.09]}, "bbox": [-117.852333, 36.108833, -117.852333, 36.108833]}, {"id": "3456", "type": "Feature", "properties": {"id": "ci37766383", "mag": 1.52, "time": 1505777027970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673833, 35.0495, -0.79]}, "bbox": [-117.673833, 35.0495, -117.673833, 35.0495]}, {"id": "3457", "type": "Feature", "properties": {"id": "nn00605852", "mag": 1.0, "time": 1505777021809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5662, 37.4193, 0.0]}, "bbox": [-115.5662, 37.4193, -115.5662, 37.4193]}, {"id": "3458", "type": "Feature", "properties": {"id": "ak16852327", "mag": 1.3, "time": 1505776382741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3544, 64.9878, 0.0]}, "bbox": [-147.3544, 64.9878, -147.3544, 64.9878]}, {"id": "3459", "type": "Feature", "properties": {"id": "nc72894836", "mag": 1.11, "time": 1505776268170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826164, 38.803165, -0.67]}, "bbox": [-122.826164, 38.803165, -122.826164, 38.803165]}, {"id": "3460", "type": "Feature", "properties": {"id": "ak16852320", "mag": 2.2, "time": 1505774485259, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6811, 59.3157, 121.6]}, "bbox": [-153.6811, 59.3157, -153.6811, 59.3157]}, {"id": "3461", "type": "Feature", "properties": {"id": "uw61330861", "mag": 1.73, "time": 1505774113220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.3385, 46.609, -0.26]}, "bbox": [-123.3385, 46.609, -123.3385, 46.609]}, {"id": "3462", "type": "Feature", "properties": {"id": "us2000awm5", "mag": 4.3, "time": 1505773697460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.1858, 46.1638, 102.95]}, "bbox": [150.1858, 46.1638, 150.1858, 46.1638]}, {"id": "3463", "type": "Feature", "properties": {"id": "us2000aqck", "mag": 3.9, "time": 1505773335560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2122, -24.1635, 187.0]}, "bbox": [-67.2122, -24.1635, -67.2122, -24.1635]}, {"id": "3464", "type": "Feature", "properties": {"id": "nc72894811", "mag": 1.66, "time": 1505773221810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814667, 38.797333, 2.92]}, "bbox": [-122.814667, 38.797333, -122.814667, 38.797333]}, {"id": "3465", "type": "Feature", "properties": {"id": "us2000aurg", "mag": 3.7, "time": 1505773151260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.33, 54.9516, 64.12]}, "bbox": [-161.33, 54.9516, -161.33, 54.9516]}, {"id": "3466", "type": "Feature", "properties": {"id": "ak16851830", "mag": 1.1, "time": 1505773086095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3969, 60.1593, 0.0]}, "bbox": [-141.3969, 60.1593, -141.3969, 60.1593]}, {"id": "3467", "type": "Feature", "properties": {"id": "ci37766351", "mag": 2.36, "time": 1505772988180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.856, 36.108833, 3.8]}, "bbox": [-117.856, 36.108833, -117.856, 36.108833]}, {"id": "3468", "type": "Feature", "properties": {"id": "us2000aqc4", "mag": 4.3, "time": 1505772810860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7554, 15.1768, 26.84]}, "bbox": [-94.7554, 15.1768, -94.7554, 15.1768]}, {"id": "3469", "type": "Feature", "properties": {"id": "ak16905709", "mag": 1.9, "time": 1505772157260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3386, 60.1473, 141.4]}, "bbox": [-153.3386, 60.1473, -153.3386, 60.1473]}, {"id": "3470", "type": "Feature", "properties": {"id": "nc72894806", "mag": 1.27, "time": 1505771972190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.114667, 39.267, 3.8]}, "bbox": [-123.114667, 39.267, -123.114667, 39.267]}, {"id": "3471", "type": "Feature", "properties": {"id": "ak16905707", "mag": 2.2, "time": 1505771817995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2489, 54.4702, 80.1]}, "bbox": [-164.2489, 54.4702, -164.2489, 54.4702]}, {"id": "3472", "type": "Feature", "properties": {"id": "nc72894796", "mag": 2.0, "time": 1505771179880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.128, 39.249833, 8.56]}, "bbox": [-123.128, 39.249833, -123.128, 39.249833]}, {"id": "3473", "type": "Feature", "properties": {"id": "ak16851826", "mag": 1.4, "time": 1505770110538, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6751, 61.3285, 49.9]}, "bbox": [-150.6751, 61.3285, -150.6751, 61.3285]}, {"id": "3474", "type": "Feature", "properties": {"id": "ci37766303", "mag": 1.45, "time": 1505769920400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605, 32.830833, 11.11]}, "bbox": [-115.605, 32.830833, -115.605, 32.830833]}, {"id": "3475", "type": "Feature", "properties": {"id": "ci37766295", "mag": 1.71, "time": 1505769761910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.604667, 32.8245, 12.0]}, "bbox": [-115.604667, 32.8245, -115.604667, 32.8245]}, {"id": "3476", "type": "Feature", "properties": {"id": "ci37766287", "mag": 2.17, "time": 1505769684730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606, 32.822667, 12.54]}, "bbox": [-115.606, 32.822667, -115.606, 32.822667]}, {"id": "3477", "type": "Feature", "properties": {"id": "pr2017261003", "mag": 2.77, "time": 1505769603950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.496, 19.0255, 9.0]}, "bbox": [-66.496, 19.0255, -66.496, 19.0255]}, {"id": "3478", "type": "Feature", "properties": {"id": "ak16851820", "mag": 1.8, "time": 1505768968360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5226, 60.8929, 114.7]}, "bbox": [-152.5226, 60.8929, -152.5226, 60.8929]}, {"id": "3479", "type": "Feature", "properties": {"id": "ak16851818", "mag": 1.8, "time": 1505768967170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6844, 60.3627, 10.0]}, "bbox": [-147.6844, 60.3627, -147.6844, 60.3627]}, {"id": "3480", "type": "Feature", "properties": {"id": "hv61913136", "mag": 2.13, "time": 1505768803830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.602167, 19.474, 2.169]}, "bbox": [-155.602167, 19.474, -155.602167, 19.474]}, {"id": "3481", "type": "Feature", "properties": {"id": "ci37766271", "mag": 1.2, "time": 1505768642090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.024833, 34.482, 7.73]}, "bbox": [-117.024833, 34.482, -117.024833, 34.482]}, {"id": "3482", "type": "Feature", "properties": {"id": "ci37766255", "mag": 1.05, "time": 1505767837000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.472833, 34.117167, 12.54]}, "bbox": [-117.472833, 34.117167, -117.472833, 34.117167]}, {"id": "3483", "type": "Feature", "properties": {"id": "us2000aq9e", "mag": 4.0, "time": 1505767497800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.084, -30.3511, 16.63]}, "bbox": [-72.084, -30.3511, -72.084, -30.3511]}, {"id": "3484", "type": "Feature", "properties": {"id": "ak16851331", "mag": 3.1, "time": 1505767490141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4781, 55.9976, 142.8]}, "bbox": [-160.4781, 55.9976, -160.4781, 55.9976]}, {"id": "3485", "type": "Feature", "properties": {"id": "ak16851328", "mag": 1.1, "time": 1505767149947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8292, 66.9662, 11.2]}, "bbox": [-135.8292, 66.9662, -135.8292, 66.9662]}, {"id": "3486", "type": "Feature", "properties": {"id": "ci37766231", "mag": 0.99, "time": 1505765477990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.581833, 34.027833, 15.24]}, "bbox": [-117.581833, 34.027833, -117.581833, 34.027833]}, {"id": "3487", "type": "Feature", "properties": {"id": "ak16851294", "mag": 1.2, "time": 1505764980957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5833, 61.5338, 35.4]}, "bbox": [-146.5833, 61.5338, -146.5833, 61.5338]}, {"id": "3488", "type": "Feature", "properties": {"id": "uw61330806", "mag": 1.54, "time": 1505764971380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.54, 46.3245, -0.47]}, "bbox": [-119.54, 46.3245, -119.54, 46.3245]}, {"id": "3489", "type": "Feature", "properties": {"id": "nn00605816", "mag": 1.4, "time": 1505764963953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1157, 37.3834, 0.0]}, "bbox": [-115.1157, 37.3834, -115.1157, 37.3834]}, {"id": "3490", "type": "Feature", "properties": {"id": "nn00605865", "mag": 1.1, "time": 1505764655295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1142, 38.3008, 12.5]}, "bbox": [-119.1142, 38.3008, -119.1142, 38.3008]}, {"id": "3491", "type": "Feature", "properties": {"id": "nc72894761", "mag": 1.86, "time": 1505764383660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.543667, 3.73]}, "bbox": [-118.820667, 37.543667, -118.820667, 37.543667]}, {"id": "3492", "type": "Feature", "properties": {"id": "us2000aq7z", "mag": 4.9, "time": 1505764292580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6427, 15.3134, 31.07]}, "bbox": [-94.6427, 15.3134, -94.6427, 15.3134]}, {"id": "3493", "type": "Feature", "properties": {"id": "ci37766191", "mag": 0.97, "time": 1505763617780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450667, 34.371167, 7.7]}, "bbox": [-116.450667, 34.371167, -116.450667, 34.371167]}, {"id": "3494", "type": "Feature", "properties": {"id": "us2000aq71", "mag": 2.7, "time": 1505763144440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4497, 42.6436, 9.31]}, "bbox": [-111.4497, 42.6436, -111.4497, 42.6436]}, {"id": "3495", "type": "Feature", "properties": {"id": "ci37766183", "mag": 1.36, "time": 1505762589870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1565, 35.016333, -1.02]}, "bbox": [-118.1565, 35.016333, -118.1565, 35.016333]}, {"id": "3496", "type": "Feature", "properties": {"id": "mb80256274", "mag": 1.49, "time": 1505762568370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.875, 12.74]}, "bbox": [-112.536167, 46.875, -112.536167, 46.875]}, {"id": "3497", "type": "Feature", "properties": {"id": "nn00605809", "mag": 1.3, "time": 1505762272549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6987, 37.801, 0.9]}, "bbox": [-117.6987, 37.801, -117.6987, 37.801]}, {"id": "3498", "type": "Feature", "properties": {"id": "ak16850796", "mag": 1.9, "time": 1505761948762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4688, 62.7498, 82.0]}, "bbox": [-150.4688, 62.7498, -150.4688, 62.7498]}, {"id": "3499", "type": "Feature", "properties": {"id": "nn00605855", "mag": 1.3, "time": 1505761056131, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1168, 37.3993, 0.0]}, "bbox": [-115.1168, 37.3993, -115.1168, 37.3993]}, {"id": "3500", "type": "Feature", "properties": {"id": "ci37766175", "mag": 1.17, "time": 1505760720620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9445, 34.324333, -1.41]}, "bbox": [-116.9445, 34.324333, -116.9445, 34.324333]}, {"id": "3501", "type": "Feature", "properties": {"id": "nc72894741", "mag": 1.25, "time": 1505760426930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8455, 38.818, 2.33]}, "bbox": [-122.8455, 38.818, -122.8455, 38.818]}, {"id": "3502", "type": "Feature", "properties": {"id": "uu60247432", "mag": 1.19, "time": 1505760132640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.613667, 40.6905, 8.76]}, "bbox": [-111.613667, 40.6905, -111.613667, 40.6905]}, {"id": "3503", "type": "Feature", "properties": {"id": "ak16850168", "mag": 2.1, "time": 1505759367705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.838, 63.3882, 112.5]}, "bbox": [-149.838, 63.3882, -149.838, 63.3882]}, {"id": "3504", "type": "Feature", "properties": {"id": "ci37766167", "mag": 3.51, "time": 1505759058190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656502, 31.030666, 5.16]}, "bbox": [-116.656502, 31.030666, -116.656502, 31.030666]}, {"id": "3505", "type": "Feature", "properties": {"id": "nn00605797", "mag": 1.7, "time": 1505758994627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1288, 37.4056, 0.0]}, "bbox": [-115.1288, 37.4056, -115.1288, 37.4056]}, {"id": "3506", "type": "Feature", "properties": {"id": "ak16850165", "mag": 1.4, "time": 1505758989527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4112, 62.8303, 102.1]}, "bbox": [-151.4112, 62.8303, -151.4112, 62.8303]}, {"id": "3507", "type": "Feature", "properties": {"id": "ak16905692", "mag": 1.1, "time": 1505758393925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8004, 59.9261, 7.9]}, "bbox": [-136.8004, 59.9261, -136.8004, 59.9261]}, {"id": "3508", "type": "Feature", "properties": {"id": "ci37766159", "mag": 1.12, "time": 1505757568700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.635, 33.146167, 7.87]}, "bbox": [-115.635, 33.146167, -115.635, 33.146167]}, {"id": "3509", "type": "Feature", "properties": {"id": "nc72894726", "mag": 0.98, "time": 1505757550510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.418667, 37.284667, 6.16]}, "bbox": [-118.418667, 37.284667, -118.418667, 37.284667]}, {"id": "3510", "type": "Feature", "properties": {"id": "ak16905691", "mag": 1.4, "time": 1505757310878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9735, 60.9138, 37.2]}, "bbox": [-150.9735, 60.9138, -150.9735, 60.9138]}, {"id": "3511", "type": "Feature", "properties": {"id": "ak16850161", "mag": 1.0, "time": 1505757088256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0018, 62.0064, 13.7]}, "bbox": [-149.0018, 62.0064, -149.0018, 62.0064]}, {"id": "3512", "type": "Feature", "properties": {"id": "ak16905689", "mag": 1.2, "time": 1505757035772, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8926, 61.2214, 62.6]}, "bbox": [-150.8926, 61.2214, -150.8926, 61.2214]}, {"id": "3513", "type": "Feature", "properties": {"id": "pr2017261002", "mag": 2.83, "time": 1505756997070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5011, 19.09, 29.0]}, "bbox": [-66.5011, 19.09, -66.5011, 19.09]}, {"id": "3514", "type": "Feature", "properties": {"id": "us2000aq4m", "mag": 4.3, "time": 1505756979200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2066, 15.6332, 53.99]}, "bbox": [-95.2066, 15.6332, -95.2066, 15.6332]}, {"id": "3515", "type": "Feature", "properties": {"id": "ak16849685", "mag": 1.4, "time": 1505755775657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6398, 58.3116, 3.1]}, "bbox": [-154.6398, 58.3116, -154.6398, 58.3116]}, {"id": "3516", "type": "Feature", "properties": {"id": "nn00605793", "mag": 2.1, "time": 1505755747277, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0899, 37.3433, 2.7]}, "bbox": [-115.0899, 37.3433, -115.0899, 37.3433]}, {"id": "3517", "type": "Feature", "properties": {"id": "us2000aq3v", "mag": 4.1, "time": 1505755544410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8487, 15.9949, 55.32]}, "bbox": [-94.8487, 15.9949, -94.8487, 15.9949]}, {"id": "3518", "type": "Feature", "properties": {"id": "uu60247422", "mag": 3.28, "time": 1505755278460, "felt": 662.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 40.700833, 10.96]}, "bbox": [-111.609167, 40.700833, -111.609167, 40.700833]}, {"id": "3519", "type": "Feature", "properties": {"id": "ak16849675", "mag": 1.0, "time": 1505754649061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0364, 64.4942, 19.7]}, "bbox": [-150.0364, 64.4942, -150.0364, 64.4942]}, {"id": "3520", "type": "Feature", "properties": {"id": "nc72894701", "mag": 1.54, "time": 1505754599760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.869, 36.443167, 15.01]}, "bbox": [-120.869, 36.443167, -120.869, 36.443167]}, {"id": "3521", "type": "Feature", "properties": {"id": "ismpkansas70235573", "mag": 2.16, "time": 1505754215540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.819333, 37.204, 5.2]}, "bbox": [-97.819333, 37.204, -97.819333, 37.204]}, {"id": "3522", "type": "Feature", "properties": {"id": "nc72894696", "mag": 1.11, "time": 1505753360080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.779167, 38.816834, 1.68]}, "bbox": [-122.779167, 38.816834, -122.779167, 38.816834]}, {"id": "3523", "type": "Feature", "properties": {"id": "nc72894681", "mag": 2.71, "time": 1505753271320, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.776833, 38.818833, 1.94]}, "bbox": [-122.776833, 38.818833, -122.776833, 38.818833]}, {"id": "3524", "type": "Feature", "properties": {"id": "us2000aq1c", "mag": 4.3, "time": 1505753232560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9297, 40.1065, 16.32]}, "bbox": [19.9297, 40.1065, 19.9297, 40.1065]}, {"id": "3525", "type": "Feature", "properties": {"id": "hv61912961", "mag": 1.88, "time": 1505752987740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.220333, 19.426333, 30.266]}, "bbox": [-155.220333, 19.426333, -155.220333, 19.426333]}, {"id": "3526", "type": "Feature", "properties": {"id": "ak16849646", "mag": 1.9, "time": 1505752045532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8846, 59.8511, 56.1]}, "bbox": [-151.8846, 59.8511, -151.8846, 59.8511]}, {"id": "3527", "type": "Feature", "properties": {"id": "ak16905682", "mag": 2.1, "time": 1505751893024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9783, 51.5536, 48.5]}, "bbox": [-175.9783, 51.5536, -175.9783, 51.5536]}, {"id": "3528", "type": "Feature", "properties": {"id": "ak16905681", "mag": 1.4, "time": 1505751513529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5148, 59.7419, 92.5]}, "bbox": [-152.5148, 59.7419, -152.5148, 59.7419]}, {"id": "3529", "type": "Feature", "properties": {"id": "us2000aq9y", "mag": 3.0, "time": 1505751460390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.173, 52.0554, 121.43]}, "bbox": [-179.173, 52.0554, -179.173, 52.0554]}, {"id": "3530", "type": "Feature", "properties": {"id": "uu60247412", "mag": 1.56, "time": 1505751055750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8355, 39.743833, 1.73]}, "bbox": [-110.8355, 39.743833, -110.8355, 39.743833]}, {"id": "3531", "type": "Feature", "properties": {"id": "nn00605780", "mag": 1.0, "time": 1505750947574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0248, 38.8721, 3.6]}, "bbox": [-118.0248, 38.8721, -118.0248, 38.8721]}, {"id": "3532", "type": "Feature", "properties": {"id": "nc72894651", "mag": 1.22, "time": 1505750864240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.521833, -0.61]}, "bbox": [-118.8995, 37.521833, -118.8995, 37.521833]}, {"id": "3533", "type": "Feature", "properties": {"id": "us2000apzi", "mag": 4.5, "time": 1505750058850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [77.1478, 40.9769, 10.0]}, "bbox": [77.1478, 40.9769, 77.1478, 40.9769]}, {"id": "3534", "type": "Feature", "properties": {"id": "ak16905679", "mag": 1.0, "time": 1505749750880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3078, 62.9046, 85.6]}, "bbox": [-150.3078, 62.9046, -150.3078, 62.9046]}, {"id": "3535", "type": "Feature", "properties": {"id": "ak16849178", "mag": 1.3, "time": 1505749184927, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5131, 62.8898, 90.2]}, "bbox": [-150.5131, 62.8898, -150.5131, 62.8898]}, {"id": "3536", "type": "Feature", "properties": {"id": "us2000apyu", "mag": 4.3, "time": 1505748920580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1652, -31.8057, 10.0]}, "bbox": [-72.1652, -31.8057, -72.1652, -31.8057]}, {"id": "3537", "type": "Feature", "properties": {"id": "ak16849177", "mag": 3.5, "time": 1505748318594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7225, 51.7093, 41.5]}, "bbox": [-177.7225, 51.7093, -177.7225, 51.7093]}, {"id": "3538", "type": "Feature", "properties": {"id": "nc72894631", "mag": 1.04, "time": 1505748063110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.787498, 38.798832, -0.32]}, "bbox": [-122.787498, 38.798832, -122.787498, 38.798832]}, {"id": "3539", "type": "Feature", "properties": {"id": "hv61912826", "mag": 1.1, "time": 1505748041950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.431667, 19.343833, 9.245]}, "bbox": [-155.431667, 19.343833, -155.431667, 19.343833]}, {"id": "3540", "type": "Feature", "properties": {"id": "nn00605847", "mag": 1.0, "time": 1505747832897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1332, 37.421, 0.0]}, "bbox": [-115.1332, 37.421, -115.1332, 37.421]}, {"id": "3541", "type": "Feature", "properties": {"id": "us2000apya", "mag": 4.7, "time": 1505747639290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5858, 15.1833, 36.89]}, "bbox": [-94.5858, 15.1833, -94.5858, 15.1833]}, {"id": "3542", "type": "Feature", "properties": {"id": "ak16848711", "mag": 1.3, "time": 1505747504037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7568, 59.8878, 0.0]}, "bbox": [-136.7568, 59.8878, -136.7568, 59.8878]}, {"id": "3543", "type": "Feature", "properties": {"id": "ak16905675", "mag": 2.1, "time": 1505746990876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9195, 57.1996, 98.3]}, "bbox": [-156.9195, 57.1996, -156.9195, 57.1996]}, {"id": "3544", "type": "Feature", "properties": {"id": "nc72894616", "mag": 2.19, "time": 1505746390770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 40.217, 6.16]}, "bbox": [-121.149, 40.217, -121.149, 40.217]}, {"id": "3545", "type": "Feature", "properties": {"id": "ak16848704", "mag": 2.3, "time": 1505746286875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7477, 53.6076, 54.8]}, "bbox": [-164.7477, 53.6076, -164.7477, 53.6076]}, {"id": "3546", "type": "Feature", "properties": {"id": "pr2017261001", "mag": 2.61, "time": 1505746245880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.7745, 18.8611, 60.0]}, "bbox": [-64.7745, 18.8611, -64.7745, 18.8611]}, {"id": "3547", "type": "Feature", "properties": {"id": "ak16848698", "mag": 2.1, "time": 1505746048831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6658, 61.6841, 99.5]}, "bbox": [-151.6658, 61.6841, -151.6658, 61.6841]}, {"id": "3548", "type": "Feature", "properties": {"id": "us2000aq9s", "mag": 4.1, "time": 1505745176040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3907, 51.552, 15.01]}, "bbox": [-178.3907, 51.552, -178.3907, 51.552]}, {"id": "3549", "type": "Feature", "properties": {"id": "us2000apxn", "mag": 4.9, "time": 1505745090220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.9092, -17.3471, 45.41]}, "bbox": [-173.9092, -17.3471, -173.9092, -17.3471]}, {"id": "3550", "type": "Feature", "properties": {"id": "us2000apxj", "mag": 4.3, "time": 1505744936080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2186, -31.8431, 10.0]}, "bbox": [-72.2186, -31.8431, -72.2186, -31.8431]}, {"id": "3551", "type": "Feature", "properties": {"id": "nn00605771", "mag": 1.4, "time": 1505744651408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1135, 37.3693, 0.0]}, "bbox": [-115.1135, 37.3693, -115.1135, 37.3693]}, {"id": "3552", "type": "Feature", "properties": {"id": "us2000apx5", "mag": 5.6, "time": 1505744352870, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5576, 15.2537, 10.0]}, "bbox": [-94.5576, 15.2537, -94.5576, 15.2537]}, {"id": "3553", "type": "Feature", "properties": {"id": "ak16905668", "mag": 2.5, "time": 1505742582241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8697, 55.3906, 161.2]}, "bbox": [-162.8697, 55.3906, -162.8697, 55.3906]}, {"id": "3554", "type": "Feature", "properties": {"id": "us2000apwd", "mag": 5.8, "time": 1505742416590, "felt": 129.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.147, -31.82, 10.0]}, "bbox": [-72.147, -31.82, -72.147, -31.82]}, {"id": "3555", "type": "Feature", "properties": {"id": "us2000apz2", "mag": 2.7, "time": 1505742004420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8389, 9.05]}, "bbox": [-112.5215, 46.8389, -112.5215, 46.8389]}, {"id": "3556", "type": "Feature", "properties": {"id": "nn00605759", "mag": 1.7, "time": 1505741994692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.124, 38.2695, 11.4]}, "bbox": [-119.124, 38.2695, -119.124, 38.2695]}, {"id": "3557", "type": "Feature", "properties": {"id": "us2000apw7", "mag": 4.6, "time": 1505741142110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.9613, 54.8175, 10.0]}, "bbox": [167.9613, 54.8175, 167.9613, 54.8175]}, {"id": "3558", "type": "Feature", "properties": {"id": "ak16905665", "mag": 1.6, "time": 1505741113018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6727, 58.1121, 86.4]}, "bbox": [-154.6727, 58.1121, -154.6727, 58.1121]}, {"id": "3559", "type": "Feature", "properties": {"id": "ak16905664", "mag": 1.1, "time": 1505740639920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4494, 63.2584, 114.0]}, "bbox": [-150.4494, 63.2584, -150.4494, 63.2584]}, {"id": "3560", "type": "Feature", "properties": {"id": "nc72894591", "mag": 2.07, "time": 1505739410930, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0555, 37.236667, 7.74]}, "bbox": [-122.0555, 37.236667, -122.0555, 37.236667]}, {"id": "3561", "type": "Feature", "properties": {"id": "ak16848204", "mag": 1.1, "time": 1505739204689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9796, 60.2252, 8.2]}, "bbox": [-140.9796, 60.2252, -140.9796, 60.2252]}, {"id": "3562", "type": "Feature", "properties": {"id": "mb80256214", "mag": 2.14, "time": 1505739119730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5825, 46.902333, 13.02]}, "bbox": [-112.5825, 46.902333, -112.5825, 46.902333]}, {"id": "3563", "type": "Feature", "properties": {"id": "nc72894586", "mag": 2.01, "time": 1505738526550, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.378, 36.3415, 3.67]}, "bbox": [-120.378, 36.3415, -120.378, 36.3415]}, {"id": "3564", "type": "Feature", "properties": {"id": "ak16847753", "mag": 1.3, "time": 1505737613815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1555, 60.2089, 8.0]}, "bbox": [-147.1555, 60.2089, -147.1555, 60.2089]}, {"id": "3565", "type": "Feature", "properties": {"id": "us2000apvj", "mag": 5.0, "time": 1505736665230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9085, -30.4189, 35.0]}, "bbox": [-177.9085, -30.4189, -177.9085, -30.4189]}, {"id": "3566", "type": "Feature", "properties": {"id": "us2000apva", "mag": 4.9, "time": 1505736421580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9784, 16.2017, 42.11]}, "bbox": [-94.9784, 16.2017, -94.9784, 16.2017]}, {"id": "3567", "type": "Feature", "properties": {"id": "nc72894571", "mag": 1.07, "time": 1505736271580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784332, 38.838333, 0.08]}, "bbox": [-122.784332, 38.838333, -122.784332, 38.838333]}, {"id": "3568", "type": "Feature", "properties": {"id": "nc72894556", "mag": 0.97, "time": 1505736021180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.813499, 2.19]}, "bbox": [-122.818001, 38.813499, -122.818001, 38.813499]}, {"id": "3569", "type": "Feature", "properties": {"id": "ak16847743", "mag": 2.1, "time": 1505735884769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3712, 59.8705, 71.6]}, "bbox": [-152.3712, 59.8705, -152.3712, 59.8705]}, {"id": "3570", "type": "Feature", "properties": {"id": "ak16847742", "mag": 1.0, "time": 1505735834346, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8742, 61.715, 45.4]}, "bbox": [-149.8742, 61.715, -149.8742, 61.715]}, {"id": "3571", "type": "Feature", "properties": {"id": "ak16905659", "mag": 1.3, "time": 1505735311381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8392, 63.0532, 129.1]}, "bbox": [-150.8392, 63.0532, -150.8392, 63.0532]}, {"id": "3572", "type": "Feature", "properties": {"id": "mb80256209", "mag": 1.05, "time": 1505734177450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.518, 46.853667, 12.03]}, "bbox": [-112.518, 46.853667, -112.518, 46.853667]}, {"id": "3573", "type": "Feature", "properties": {"id": "mb80256199", "mag": 1.81, "time": 1505733980660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.487833, 46.873667, 12.76]}, "bbox": [-112.487833, 46.873667, -112.487833, 46.873667]}, {"id": "3574", "type": "Feature", "properties": {"id": "nc72894526", "mag": 1.16, "time": 1505733885060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.805833, 2.04]}, "bbox": [-122.8005, 38.805833, -122.8005, 38.805833]}, {"id": "3575", "type": "Feature", "properties": {"id": "ak16847290", "mag": 1.5, "time": 1505733696824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5693, 64.3804, 8.3]}, "bbox": [-147.5693, 64.3804, -147.5693, 64.3804]}, {"id": "3576", "type": "Feature", "properties": {"id": "nc72894516", "mag": 1.04, "time": 1505733506920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814163, 38.801998, 2.32]}, "bbox": [-122.814163, 38.801998, -122.814163, 38.801998]}, {"id": "3577", "type": "Feature", "properties": {"id": "us2000aur7", "mag": 3.1, "time": 1505733485810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.7034, 52.2855, 34.99]}, "bbox": [-170.7034, 52.2855, -170.7034, 52.2855]}, {"id": "3578", "type": "Feature", "properties": {"id": "ak16847284", "mag": 1.4, "time": 1505732610976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6388, 61.2241, 50.7]}, "bbox": [-150.6388, 61.2241, -150.6388, 61.2241]}, {"id": "3579", "type": "Feature", "properties": {"id": "ci37765935", "mag": 1.95, "time": 1505732049210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 34.9205, 5.15]}, "bbox": [-116.924667, 34.9205, -116.924667, 34.9205]}, {"id": "3580", "type": "Feature", "properties": {"id": "ci37765927", "mag": 1.35, "time": 1505731803760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3425, 35.462, 3.59]}, "bbox": [-118.3425, 35.462, -118.3425, 35.462]}, {"id": "3581", "type": "Feature", "properties": {"id": "nc72894501", "mag": 1.64, "time": 1505731051670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.950333, 41.046833, 9.17]}, "bbox": [-121.950333, 41.046833, -121.950333, 41.046833]}, {"id": "3582", "type": "Feature", "properties": {"id": "ak16905652", "mag": 2.0, "time": 1505729940504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5491, 54.9912, 67.0]}, "bbox": [-161.5491, 54.9912, -161.5491, 54.9912]}, {"id": "3583", "type": "Feature", "properties": {"id": "ak16846821", "mag": 3.6, "time": 1505729929794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5426, 63.5414, 107.9]}, "bbox": [-149.5426, 63.5414, -149.5426, 63.5414]}, {"id": "3584", "type": "Feature", "properties": {"id": "hv61912566", "mag": 1.91, "time": 1505728760570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.608167, 19.4375, 2.822]}, "bbox": [-155.608167, 19.4375, -155.608167, 19.4375]}, {"id": "3585", "type": "Feature", "properties": {"id": "ak16846819", "mag": 1.2, "time": 1505728039731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.773, 63.2917, 2.1]}, "bbox": [-151.773, 63.2917, -151.773, 63.2917]}, {"id": "3586", "type": "Feature", "properties": {"id": "pr2017261000", "mag": 2.03, "time": 1505727803000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2451, 18.1321, 32.0]}, "bbox": [-67.2451, 18.1321, -67.2451, 18.1321]}, {"id": "3587", "type": "Feature", "properties": {"id": "ci37765911", "mag": 1.15, "time": 1505727350640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.034667, 34.574333, 8.17]}, "bbox": [-120.034667, 34.574333, -120.034667, 34.574333]}, {"id": "3588", "type": "Feature", "properties": {"id": "nc72894496", "mag": 1.16, "time": 1505727178720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.815002, 38.806999, 3.0]}, "bbox": [-122.815002, 38.806999, -122.815002, 38.806999]}, {"id": "3589", "type": "Feature", "properties": {"id": "ak16846817", "mag": 1.3, "time": 1505726686491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5195, 61.7191, 48.0]}, "bbox": [-150.5195, 61.7191, -150.5195, 61.7191]}, {"id": "3590", "type": "Feature", "properties": {"id": "nc72894491", "mag": 1.99, "time": 1505726671730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177167, 36.580167, 5.17]}, "bbox": [-121.177167, 36.580167, -121.177167, 36.580167]}, {"id": "3591", "type": "Feature", "properties": {"id": "ak16846815", "mag": 1.4, "time": 1505726488235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0878, 61.0048, 19.3]}, "bbox": [-146.0878, 61.0048, -146.0878, 61.0048]}, {"id": "3592", "type": "Feature", "properties": {"id": "ak16846813", "mag": 1.3, "time": 1505726256030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0016, 62.7051, 3.6]}, "bbox": [-152.0016, 62.7051, -152.0016, 62.7051]}, {"id": "3593", "type": "Feature", "properties": {"id": "ak16846811", "mag": 1.2, "time": 1505725663332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7382, 59.7002, 39.4]}, "bbox": [-150.7382, 59.7002, -150.7382, 59.7002]}, {"id": "3594", "type": "Feature", "properties": {"id": "nn00605720", "mag": 1.9, "time": 1505725520932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0964, 37.3646, 4.7]}, "bbox": [-115.0964, 37.3646, -115.0964, 37.3646]}, {"id": "3595", "type": "Feature", "properties": {"id": "ak16905644", "mag": 1.4, "time": 1505724853854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3038, 57.9653, 66.7]}, "bbox": [-154.3038, 57.9653, -154.3038, 57.9653]}, {"id": "3596", "type": "Feature", "properties": {"id": "nc72894486", "mag": 1.37, "time": 1505724683560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.892833, 39.342333, 17.73]}, "bbox": [-122.892833, 39.342333, -122.892833, 39.342333]}, {"id": "3597", "type": "Feature", "properties": {"id": "ak16905643", "mag": 1.3, "time": 1505724218199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9106, 60.4014, 74.9]}, "bbox": [-151.9106, 60.4014, -151.9106, 60.4014]}, {"id": "3598", "type": "Feature", "properties": {"id": "ak16846810", "mag": 1.2, "time": 1505724188489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4141, 63.186, 102.9]}, "bbox": [-150.4141, 63.186, -150.4141, 63.186]}, {"id": "3599", "type": "Feature", "properties": {"id": "ak16846807", "mag": 2.8, "time": 1505723956077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0917, 53.5664, 54.2]}, "bbox": [-165.0917, 53.5664, -165.0917, 53.5664]}, {"id": "3600", "type": "Feature", "properties": {"id": "ak16846803", "mag": 1.3, "time": 1505723952516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.705, 62.5617, 9.0]}, "bbox": [-152.705, 62.5617, -152.705, 62.5617]}, {"id": "3601", "type": "Feature", "properties": {"id": "ak16846799", "mag": 1.9, "time": 1505723888518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5274, 59.9845, 0.0]}, "bbox": [-139.5274, 59.9845, -139.5274, 59.9845]}, {"id": "3602", "type": "Feature", "properties": {"id": "ak16846358", "mag": 1.3, "time": 1505723457765, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9157, 63.5359, 3.7]}, "bbox": [-150.9157, 63.5359, -150.9157, 63.5359]}, {"id": "3603", "type": "Feature", "properties": {"id": "nc72894456", "mag": 1.22, "time": 1505721765430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157, 36.5615, 3.01]}, "bbox": [-121.157, 36.5615, -121.157, 36.5615]}, {"id": "3604", "type": "Feature", "properties": {"id": "ak16905637", "mag": 1.8, "time": 1505721695198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5368, 53.884, 45.2]}, "bbox": [-164.5368, 53.884, -164.5368, 53.884]}, {"id": "3605", "type": "Feature", "properties": {"id": "ak16846355", "mag": 1.3, "time": 1505721374282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8253, 64.8958, 12.3]}, "bbox": [-147.8253, 64.8958, -147.8253, 64.8958]}, {"id": "3606", "type": "Feature", "properties": {"id": "ak16846352", "mag": 1.3, "time": 1505721334563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8755, 64.8906, 14.6]}, "bbox": [-147.8755, 64.8906, -147.8755, 64.8906]}, {"id": "3607", "type": "Feature", "properties": {"id": "ak16846351", "mag": 1.4, "time": 1505720984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6407, 59.7861, 56.0]}, "bbox": [-151.6407, 59.7861, -151.6407, 59.7861]}, {"id": "3608", "type": "Feature", "properties": {"id": "ak16905633", "mag": 1.2, "time": 1505720070282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2909, 61.9803, 75.6]}, "bbox": [-151.2909, 61.9803, -151.2909, 61.9803]}, {"id": "3609", "type": "Feature", "properties": {"id": "ak16905632", "mag": 1.3, "time": 1505720064076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7225, 60.6284, 40.3]}, "bbox": [-150.7225, 60.6284, -150.7225, 60.6284]}, {"id": "3610", "type": "Feature", "properties": {"id": "ci37765871", "mag": 0.96, "time": 1505719770880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.495, 4.99]}, "bbox": [-116.790667, 33.495, -116.790667, 33.495]}, {"id": "3611", "type": "Feature", "properties": {"id": "hv61912506", "mag": 1.73, "time": 1505719651510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.218167, 19.4285, 29.836]}, "bbox": [-155.218167, 19.4285, -155.218167, 19.4285]}, {"id": "3612", "type": "Feature", "properties": {"id": "nc72894436", "mag": 1.05, "time": 1505719249700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0175, 37.221333, 9.74]}, "bbox": [-122.0175, 37.221333, -122.0175, 37.221333]}, {"id": "3613", "type": "Feature", "properties": {"id": "nc72894411", "mag": 1.53, "time": 1505718670360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827167, 38.8125, 1.64]}, "bbox": [-122.827167, 38.8125, -122.827167, 38.8125]}, {"id": "3614", "type": "Feature", "properties": {"id": "ak16845911", "mag": 1.3, "time": 1505718573027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2238, 64.9935, 6.8]}, "bbox": [-161.2238, 64.9935, -161.2238, 64.9935]}, {"id": "3615", "type": "Feature", "properties": {"id": "nc72894406", "mag": 1.22, "time": 1505718182950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.180167, 36.585333, 5.57]}, "bbox": [-121.180167, 36.585333, -121.180167, 36.585333]}, {"id": "3616", "type": "Feature", "properties": {"id": "ak16845908", "mag": 1.1, "time": 1505717899889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0029, 61.1046, 1.6]}, "bbox": [-140.0029, 61.1046, -140.0029, 61.1046]}, {"id": "3617", "type": "Feature", "properties": {"id": "ak16845905", "mag": 2.8, "time": 1505717405495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0451, 53.5595, 58.8]}, "bbox": [-165.0451, 53.5595, -165.0451, 53.5595]}, {"id": "3618", "type": "Feature", "properties": {"id": "mb80256179", "mag": 2.84, "time": 1505717382030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.576167, 48.519, 10.89]}, "bbox": [-114.576167, 48.519, -114.576167, 48.519]}, {"id": "3619", "type": "Feature", "properties": {"id": "ci37765839", "mag": 1.11, "time": 1505716385670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6075, 32.833667, 11.71]}, "bbox": [-115.6075, 32.833667, -115.6075, 32.833667]}, {"id": "3620", "type": "Feature", "properties": {"id": "ak16905628", "mag": 1.2, "time": 1505716158469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5838, 63.1688, 113.8]}, "bbox": [-150.5838, 63.1688, -150.5838, 63.1688]}, {"id": "3621", "type": "Feature", "properties": {"id": "ak16905627", "mag": 1.2, "time": 1505715377323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6661, 60.0063, 5.7]}, "bbox": [-140.6661, 60.0063, -140.6661, 60.0063]}, {"id": "3622", "type": "Feature", "properties": {"id": "ak16845901", "mag": 1.6, "time": 1505714845138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4484, 61.3659, 46.1]}, "bbox": [-150.4484, 61.3659, -150.4484, 61.3659]}, {"id": "3623", "type": "Feature", "properties": {"id": "mb80256174", "mag": 1.81, "time": 1505714255290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.9025, 12.6]}, "bbox": [-112.529333, 46.9025, -112.529333, 46.9025]}, {"id": "3624", "type": "Feature", "properties": {"id": "ak16845458", "mag": 1.9, "time": 1505713543034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4235, 61.487, 4.6]}, "bbox": [-146.4235, 61.487, -146.4235, 61.487]}, {"id": "3625", "type": "Feature", "properties": {"id": "ak16845453", "mag": 3.2, "time": 1505712925929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0259, 53.5803, 50.5]}, "bbox": [-165.0259, 53.5803, -165.0259, 53.5803]}, {"id": "3626", "type": "Feature", "properties": {"id": "us2000apru", "mag": 5.7, "time": 1505712483490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-12.7162, -18.5262, 10.0]}, "bbox": [-12.7162, -18.5262, -12.7162, -18.5262]}, {"id": "3627", "type": "Feature", "properties": {"id": "nn00605697", "mag": 1.0, "time": 1505711755570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4153, 9.7]}, "bbox": [-118.9167, 38.4153, -118.9167, 38.4153]}, {"id": "3628", "type": "Feature", "properties": {"id": "ak16845450", "mag": 2.7, "time": 1505711653057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4353, 51.7384, 88.4]}, "bbox": [179.4353, 51.7384, 179.4353, 51.7384]}, {"id": "3629", "type": "Feature", "properties": {"id": "ak16845451", "mag": 1.4, "time": 1505711579811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0383, 61.8395, 66.6]}, "bbox": [-151.0383, 61.8395, -151.0383, 61.8395]}, {"id": "3630", "type": "Feature", "properties": {"id": "nc72894331", "mag": 2.68, "time": 1505711256010, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.213167, 41.036, 15.48]}, "bbox": [-125.213167, 41.036, -125.213167, 41.036]}, {"id": "3631", "type": "Feature", "properties": {"id": "us2000apre", "mag": 3.6, "time": 1505710149350, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.6072, 5.27]}, "bbox": [-111.457, 42.6072, -111.457, 42.6072]}, {"id": "3632", "type": "Feature", "properties": {"id": "uu60247312", "mag": 1.94, "time": 1505709538260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.024833, 44.791, 10.06]}, "bbox": [-111.024833, 44.791, -111.024833, 44.791]}, {"id": "3633", "type": "Feature", "properties": {"id": "ak16845447", "mag": 1.6, "time": 1505709232112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.234, 53.4469, 14.0]}, "bbox": [-167.234, 53.4469, -167.234, 53.4469]}, {"id": "3634", "type": "Feature", "properties": {"id": "ci37765759", "mag": 1.11, "time": 1505708432940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.496667, 4.85]}, "bbox": [-116.797, 33.496667, -116.797, 33.496667]}, {"id": "3635", "type": "Feature", "properties": {"id": "nm60206976", "mag": 2.5, "time": 1505708310780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.764167, 36.103833, 7.78]}, "bbox": [-89.764167, 36.103833, -89.764167, 36.103833]}, {"id": "3636", "type": "Feature", "properties": {"id": "nc72894281", "mag": 1.78, "time": 1505708211260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.583, 36.899833, 6.75]}, "bbox": [-121.583, 36.899833, -121.583, 36.899833]}, {"id": "3637", "type": "Feature", "properties": {"id": "ak16845444", "mag": 1.6, "time": 1505708018964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0127, 61.0975, 1.1]}, "bbox": [-140.0127, 61.0975, -140.0127, 61.0975]}, {"id": "3638", "type": "Feature", "properties": {"id": "ak16845440", "mag": 1.7, "time": 1505706867753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5639, 63.255, 126.3]}, "bbox": [-150.5639, 63.255, -150.5639, 63.255]}, {"id": "3639", "type": "Feature", "properties": {"id": "ak16845438", "mag": 3.0, "time": 1505706621950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0175, 55.7675, 33.0]}, "bbox": [-153.0175, 55.7675, -153.0175, 55.7675]}, {"id": "3640", "type": "Feature", "properties": {"id": "ci37765751", "mag": 1.44, "time": 1505706060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.6865, 17.69]}, "bbox": [-116.797, 33.6865, -116.797, 33.6865]}, {"id": "3641", "type": "Feature", "properties": {"id": "uu60247287", "mag": 2.42, "time": 1505704855680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.429167, 42.593667, 7.36]}, "bbox": [-111.429167, 42.593667, -111.429167, 42.593667]}, {"id": "3642", "type": "Feature", "properties": {"id": "ak16845431", "mag": 2.4, "time": 1505704484262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8583, 58.216, 42.3]}, "bbox": [-152.8583, 58.216, -152.8583, 58.216]}, {"id": "3643", "type": "Feature", "properties": {"id": "ak16845430", "mag": 1.1, "time": 1505704418776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2714, 58.1899, 5.0]}, "bbox": [-155.2714, 58.1899, -155.2714, 58.1899]}, {"id": "3644", "type": "Feature", "properties": {"id": "mb80256144", "mag": 1.01, "time": 1505704182270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.8725, 13.72]}, "bbox": [-112.526333, 46.8725, -112.526333, 46.8725]}, {"id": "3645", "type": "Feature", "properties": {"id": "ak16905611", "mag": 1.0, "time": 1505704113848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9313, 61.6519, 67.6]}, "bbox": [-150.9313, 61.6519, -150.9313, 61.6519]}, {"id": "3646", "type": "Feature", "properties": {"id": "nc72894211", "mag": 1.84, "time": 1505703109320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.735167, 37.656, 5.91]}, "bbox": [-121.735167, 37.656, -121.735167, 37.656]}, {"id": "3647", "type": "Feature", "properties": {"id": "ak16845426", "mag": 1.6, "time": 1505702885799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6172, 61.5636, 14.5]}, "bbox": [-146.6172, 61.5636, -146.6172, 61.5636]}, {"id": "3648", "type": "Feature", "properties": {"id": "ci37765687", "mag": 1.59, "time": 1505702779150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.919833, 33.9785, 4.46]}, "bbox": [-116.919833, 33.9785, -116.919833, 33.9785]}, {"id": "3649", "type": "Feature", "properties": {"id": "nn00605680", "mag": 1.4, "time": 1505702728608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.713, 38.8287, 9.8]}, "bbox": [-119.713, 38.8287, -119.713, 38.8287]}, {"id": "3650", "type": "Feature", "properties": {"id": "ak16844993", "mag": 1.3, "time": 1505701093513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5107, 62.1708, 21.0]}, "bbox": [-145.5107, 62.1708, -145.5107, 62.1708]}, {"id": "3651", "type": "Feature", "properties": {"id": "us2000awky", "mag": 4.1, "time": 1505700898950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3513, 15.0304, 10.0]}, "bbox": [-94.3513, 15.0304, -94.3513, 15.0304]}, {"id": "3652", "type": "Feature", "properties": {"id": "ci37765671", "mag": 1.43, "time": 1505700367060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172167, 34.033667, 5.06]}, "bbox": [-117.172167, 34.033667, -117.172167, 34.033667]}, {"id": "3653", "type": "Feature", "properties": {"id": "ak16905606", "mag": 1.2, "time": 1505699859087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8715, 60.6663, 44.3]}, "bbox": [-150.8715, 60.6663, -150.8715, 60.6663]}, {"id": "3654", "type": "Feature", "properties": {"id": "uw61330596", "mag": 1.49, "time": 1505699530930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847333, 47.759167, 17.25]}, "bbox": [-122.847333, 47.759167, -122.847333, 47.759167]}, {"id": "3655", "type": "Feature", "properties": {"id": "us2000apq2", "mag": 4.2, "time": 1505699407130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2351, 15.3068, 42.58]}, "bbox": [-94.2351, 15.3068, -94.2351, 15.3068]}, {"id": "3656", "type": "Feature", "properties": {"id": "us2000awly", "mag": 4.2, "time": 1505698782750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1304, 14.9812, 38.39]}, "bbox": [-94.1304, 14.9812, -94.1304, 14.9812]}, {"id": "3657", "type": "Feature", "properties": {"id": "ak16905605", "mag": 1.0, "time": 1505698554304, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5172, 62.1736, 24.2]}, "bbox": [-145.5172, 62.1736, -145.5172, 62.1736]}, {"id": "3658", "type": "Feature", "properties": {"id": "nc72894176", "mag": 2.03, "time": 1505698095820, "felt": 171.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.295333, 37.912, 2.97]}, "bbox": [-122.295333, 37.912, -122.295333, 37.912]}, {"id": "3659", "type": "Feature", "properties": {"id": "us2000appq", "mag": 4.5, "time": 1505697812820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.3367, 53.381, 85.64]}, "bbox": [159.3367, 53.381, 159.3367, 53.381]}, {"id": "3660", "type": "Feature", "properties": {"id": "ci37765639", "mag": 1.01, "time": 1505697641450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7125, 33.986833, 15.48]}, "bbox": [-116.7125, 33.986833, -116.7125, 33.986833]}, {"id": "3661", "type": "Feature", "properties": {"id": "us2000appj", "mag": 4.2, "time": 1505697430690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.5275, -17.5255, 167.68]}, "bbox": [-69.5275, -17.5255, -69.5275, -17.5255]}, {"id": "3662", "type": "Feature", "properties": {"id": "ak16844988", "mag": 1.0, "time": 1505697245375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1193, 62.3401, 0.6]}, "bbox": [-149.1193, 62.3401, -149.1193, 62.3401]}, {"id": "3663", "type": "Feature", "properties": {"id": "ci37765631", "mag": 1.87, "time": 1505697080810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650333, 36.996833, -0.56]}, "bbox": [-117.650333, 36.996833, -117.650333, 36.996833]}, {"id": "3664", "type": "Feature", "properties": {"id": "ak16905602", "mag": 1.4, "time": 1505696884087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1499, 61.9617, 114.4]}, "bbox": [-152.1499, 61.9617, -152.1499, 61.9617]}, {"id": "3665", "type": "Feature", "properties": {"id": "ak16844556", "mag": 1.5, "time": 1505696691069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8744, 60.2484, 9.9]}, "bbox": [-141.8744, 60.2484, -141.8744, 60.2484]}, {"id": "3666", "type": "Feature", "properties": {"id": "us2000azbk", "mag": 4.0, "time": 1505696468620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5206, 14.824, 18.19]}, "bbox": [-94.5206, 14.824, -94.5206, 14.824]}, {"id": "3667", "type": "Feature", "properties": {"id": "ak16844553", "mag": 1.3, "time": 1505696463448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4081, 64.6136, 20.7]}, "bbox": [-149.4081, 64.6136, -149.4081, 64.6136]}, {"id": "3668", "type": "Feature", "properties": {"id": "nc72894161", "mag": 1.21, "time": 1505695849630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.818833, 37.41, -0.31]}, "bbox": [-121.818833, 37.41, -121.818833, 37.41]}, {"id": "3669", "type": "Feature", "properties": {"id": "us2000awku", "mag": 4.1, "time": 1505694807240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.306, 19.0286, 202.23]}, "bbox": [145.306, 19.0286, 145.306, 19.0286]}, {"id": "3670", "type": "Feature", "properties": {"id": "us2000app7", "mag": 4.4, "time": 1505694748030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.3564, -8.1346, 41.72]}, "bbox": [119.3564, -8.1346, 119.3564, -8.1346]}, {"id": "3671", "type": "Feature", "properties": {"id": "nn00605668", "mag": 1.2, "time": 1505694738920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3624, 37.0509, 0.0]}, "bbox": [-115.3624, 37.0509, -115.3624, 37.0509]}, {"id": "3672", "type": "Feature", "properties": {"id": "ak16844544", "mag": 2.0, "time": 1505694295643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7281, 60.3555, 46.1]}, "bbox": [-150.7281, 60.3555, -150.7281, 60.3555]}, {"id": "3673", "type": "Feature", "properties": {"id": "ak16844543", "mag": 1.8, "time": 1505694278381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7896, 59.8626, 4.6]}, "bbox": [-136.7896, 59.8626, -136.7896, 59.8626]}, {"id": "3674", "type": "Feature", "properties": {"id": "nc72894151", "mag": 1.42, "time": 1505693902060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.912833, 37.621667, 2.05]}, "bbox": [-118.912833, 37.621667, -118.912833, 37.621667]}, {"id": "3675", "type": "Feature", "properties": {"id": "ak16844541", "mag": 1.3, "time": 1505693551555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.791, 61.7452, 48.2]}, "bbox": [-149.791, 61.7452, -149.791, 61.7452]}, {"id": "3676", "type": "Feature", "properties": {"id": "mb80256109", "mag": 1.41, "time": 1505690846740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.869667, 12.91]}, "bbox": [-112.522, 46.869667, -112.522, 46.869667]}, {"id": "3677", "type": "Feature", "properties": {"id": "ci37765583", "mag": 1.3, "time": 1505690496480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673167, 35.042833, -0.82]}, "bbox": [-117.673167, 35.042833, -117.673167, 35.042833]}, {"id": "3678", "type": "Feature", "properties": {"id": "ak16873959", "mag": 1.1, "time": 1505690288149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4144, 67.2216, 11.0]}, "bbox": [-153.4144, 67.2216, -153.4144, 67.2216]}, {"id": "3679", "type": "Feature", "properties": {"id": "ak16844094", "mag": 1.9, "time": 1505690276630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3972, 53.7854, 6.8]}, "bbox": [-166.3972, 53.7854, -166.3972, 53.7854]}, {"id": "3680", "type": "Feature", "properties": {"id": "us2000apnm", "mag": 4.9, "time": 1505689940400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.5672, -4.6379, 588.19]}, "bbox": [149.5672, -4.6379, 149.5672, -4.6379]}, {"id": "3681", "type": "Feature", "properties": {"id": "mb80256099", "mag": 2.34, "time": 1505689339390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.899167, 12.28]}, "bbox": [-112.5195, 46.899167, -112.5195, 46.899167]}, {"id": "3682", "type": "Feature", "properties": {"id": "ak16844091", "mag": 1.5, "time": 1505688162418, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5592, 60.9727, 72.2]}, "bbox": [-151.5592, 60.9727, -151.5592, 60.9727]}, {"id": "3683", "type": "Feature", "properties": {"id": "mb80256084", "mag": 1.49, "time": 1505688150190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.8165, 46.9305, 13.74]}, "bbox": [-112.8165, 46.9305, -112.8165, 46.9305]}, {"id": "3684", "type": "Feature", "properties": {"id": "nc72894131", "mag": 0.95, "time": 1505687822870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.026667, 36.453333, 2.98]}, "bbox": [-121.026667, 36.453333, -121.026667, 36.453333]}, {"id": "3685", "type": "Feature", "properties": {"id": "nc72894126", "mag": 1.46, "time": 1505687740270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.618333, 36.970833, 5.35]}, "bbox": [-121.618333, 36.970833, -121.618333, 36.970833]}, {"id": "3686", "type": "Feature", "properties": {"id": "ak16844087", "mag": 1.3, "time": 1505686236328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3499, 60.4807, 6.2]}, "bbox": [-147.3499, 60.4807, -147.3499, 60.4807]}, {"id": "3687", "type": "Feature", "properties": {"id": "ak16844084", "mag": 1.7, "time": 1505686047172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7406, 64.6981, 9.7]}, "bbox": [-153.7406, 64.6981, -153.7406, 64.6981]}, {"id": "3688", "type": "Feature", "properties": {"id": "ak16844079", "mag": 2.1, "time": 1505685489298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3304, 60.4706, 9.6]}, "bbox": [-147.3304, 60.4706, -147.3304, 60.4706]}, {"id": "3689", "type": "Feature", "properties": {"id": "uw61330461", "mag": 2.46, "time": 1505684983130, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.725333, 47.439333, 22.35]}, "bbox": [-121.725333, 47.439333, -121.725333, 47.439333]}, {"id": "3690", "type": "Feature", "properties": {"id": "ak16873952", "mag": 2.2, "time": 1505684866449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.006, 52.386, 9.1]}, "bbox": [-169.006, 52.386, -169.006, 52.386]}, {"id": "3691", "type": "Feature", "properties": {"id": "nc72894116", "mag": 1.14, "time": 1505684450170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.571833, 37.947167, 8.37]}, "bbox": [-118.571833, 37.947167, -118.571833, 37.947167]}, {"id": "3692", "type": "Feature", "properties": {"id": "ak16873951", "mag": 1.3, "time": 1505684432066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6357, 60.5724, 2.9]}, "bbox": [-147.6357, 60.5724, -147.6357, 60.5724]}, {"id": "3693", "type": "Feature", "properties": {"id": "ak16843656", "mag": 1.6, "time": 1505683789980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1167, 59.7703, 41.9]}, "bbox": [-151.1167, 59.7703, -151.1167, 59.7703]}, {"id": "3694", "type": "Feature", "properties": {"id": "ak16843652", "mag": 1.6, "time": 1505683291823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4894, 61.5289, 25.6]}, "bbox": [-146.4894, 61.5289, -146.4894, 61.5289]}, {"id": "3695", "type": "Feature", "properties": {"id": "nc72894101", "mag": 1.41, "time": 1505682978360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.496, 1.06]}, "bbox": [-118.834, 37.496, -118.834, 37.496]}, {"id": "3696", "type": "Feature", "properties": {"id": "ak16843651", "mag": 2.6, "time": 1505682712646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4711, 51.686, 75.7]}, "bbox": [178.4711, 51.686, 178.4711, 51.686]}, {"id": "3697", "type": "Feature", "properties": {"id": "nc72894096", "mag": 0.99, "time": 1505682599530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816167, 37.455833, 1.06]}, "bbox": [-118.816167, 37.455833, -118.816167, 37.455833]}, {"id": "3698", "type": "Feature", "properties": {"id": "ak16843650", "mag": 1.2, "time": 1505682068077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5842, 61.7746, 3.7]}, "bbox": [-150.5842, 61.7746, -150.5842, 61.7746]}, {"id": "3699", "type": "Feature", "properties": {"id": "nc72894086", "mag": 1.35, "time": 1505681812610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.973667, 36.395167, 4.69]}, "bbox": [-120.973667, 36.395167, -120.973667, 36.395167]}, {"id": "3700", "type": "Feature", "properties": {"id": "nc72894081", "mag": 1.91, "time": 1505681477080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809167, 38.797667, 3.52]}, "bbox": [-122.809167, 38.797667, -122.809167, 38.797667]}, {"id": "3701", "type": "Feature", "properties": {"id": "nc72894076", "mag": 1.47, "time": 1505681470510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.799167, 3.08]}, "bbox": [-122.810167, 38.799167, -122.810167, 38.799167]}, {"id": "3702", "type": "Feature", "properties": {"id": "ak16873946", "mag": 1.4, "time": 1505680958230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1812, 62.2538, 76.5]}, "bbox": [-151.1812, 62.2538, -151.1812, 62.2538]}, {"id": "3703", "type": "Feature", "properties": {"id": "us2000apkx", "mag": 4.9, "time": 1505680147260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9501, -18.9829, 129.26]}, "bbox": [-174.9501, -18.9829, -174.9501, -18.9829]}, {"id": "3704", "type": "Feature", "properties": {"id": "ak16843225", "mag": 1.3, "time": 1505680062920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5209, 60.1956, 82.1]}, "bbox": [-152.5209, 60.1956, -152.5209, 60.1956]}, {"id": "3705", "type": "Feature", "properties": {"id": "ci37765519", "mag": 1.42, "time": 1505680024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.488167, 2.05]}, "bbox": [-118.293, 35.488167, -118.293, 35.488167]}, {"id": "3706", "type": "Feature", "properties": {"id": "ak16873944", "mag": 1.3, "time": 1505679233862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2975, 62.163, 79.9]}, "bbox": [-151.2975, 62.163, -151.2975, 62.163]}, {"id": "3707", "type": "Feature", "properties": {"id": "ak16873943", "mag": 1.8, "time": 1505678992249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8219, 51.8825, 86.4]}, "bbox": [-174.8219, 51.8825, -174.8219, 51.8825]}, {"id": "3708", "type": "Feature", "properties": {"id": "uw61330431", "mag": 1.0, "time": 1505678333060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5365, 47.603667, 19.51]}, "bbox": [-122.5365, 47.603667, -122.5365, 47.603667]}, {"id": "3709", "type": "Feature", "properties": {"id": "ci37765487", "mag": 1.12, "time": 1505676865320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.608667, 32.830167, 11.82]}, "bbox": [-115.608667, 32.830167, -115.608667, 32.830167]}, {"id": "3710", "type": "Feature", "properties": {"id": "us2000apke", "mag": 4.1, "time": 1505676865110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.5905, 12.0757, 53.01]}, "bbox": [-87.5905, 12.0757, -87.5905, 12.0757]}, {"id": "3711", "type": "Feature", "properties": {"id": "us2000apkd", "mag": 3.9, "time": 1505676791370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2379, -31.7388, 121.68]}, "bbox": [-70.2379, -31.7388, -70.2379, -31.7388]}, {"id": "3712", "type": "Feature", "properties": {"id": "ci37765479", "mag": 1.54, "time": 1505676576290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605333, 32.8245, 11.96]}, "bbox": [-115.605333, 32.8245, -115.605333, 32.8245]}, {"id": "3713", "type": "Feature", "properties": {"id": "us2000apkc", "mag": 2.5, "time": 1505676527950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4244, 42.5958, 5.8]}, "bbox": [-111.4244, 42.5958, -111.4244, 42.5958]}, {"id": "3714", "type": "Feature", "properties": {"id": "nn00605653", "mag": 1.3, "time": 1505676457309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.12, 38.2855, 13.1]}, "bbox": [-119.12, 38.2855, -119.12, 38.2855]}, {"id": "3715", "type": "Feature", "properties": {"id": "nc72894061", "mag": 1.21, "time": 1505675373140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.059667, 36.477833, 6.98]}, "bbox": [-121.059667, 36.477833, -121.059667, 36.477833]}, {"id": "3716", "type": "Feature", "properties": {"id": "us2000apk4", "mag": 3.1, "time": 1505674381070, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.9818, 35.7788, 5.0]}, "bbox": [-96.9818, 35.7788, -96.9818, 35.7788]}, {"id": "3717", "type": "Feature", "properties": {"id": "ak16842798", "mag": 1.4, "time": 1505672288384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7121, 63.5719, 4.3]}, "bbox": [-151.7121, 63.5719, -151.7121, 63.5719]}, {"id": "3718", "type": "Feature", "properties": {"id": "ak16842797", "mag": 2.7, "time": 1505669173773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4976, 51.6544, 7.8]}, "bbox": [-178.4976, 51.6544, -178.4976, 51.6544]}, {"id": "3719", "type": "Feature", "properties": {"id": "mb80256039", "mag": 1.09, "time": 1505668834370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.6775, 46.891833, 15.96]}, "bbox": [-112.6775, 46.891833, -112.6775, 46.891833]}, {"id": "3720", "type": "Feature", "properties": {"id": "ak16873938", "mag": 1.2, "time": 1505668625975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5592, 62.857, 82.0]}, "bbox": [-149.5592, 62.857, -149.5592, 62.857]}, {"id": "3721", "type": "Feature", "properties": {"id": "ci37765423", "mag": 1.4, "time": 1505668324590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.831333, 32.775833, 2.46]}, "bbox": [-115.831333, 32.775833, -115.831333, 32.775833]}, {"id": "3722", "type": "Feature", "properties": {"id": "ak16842795", "mag": 1.1, "time": 1505668022720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4003, 64.8531, 2.7]}, "bbox": [-153.4003, 64.8531, -153.4003, 64.8531]}, {"id": "3723", "type": "Feature", "properties": {"id": "nc72894026", "mag": 1.3, "time": 1505667983860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.734667, 38.788167, 1.43]}, "bbox": [-122.734667, 38.788167, -122.734667, 38.788167]}, {"id": "3724", "type": "Feature", "properties": {"id": "ak16873936", "mag": 1.6, "time": 1505667107903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0584, 57.21, 33.0]}, "bbox": [-155.0584, 57.21, -155.0584, 57.21]}, {"id": "3725", "type": "Feature", "properties": {"id": "ci37765415", "mag": 1.52, "time": 1505666643390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.833167, 32.781833, 2.39]}, "bbox": [-115.833167, 32.781833, -115.833167, 32.781833]}, {"id": "3726", "type": "Feature", "properties": {"id": "ci37765407", "mag": 0.98, "time": 1505666358680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.273667, 33.981333, 6.22]}, "bbox": [-116.273667, 33.981333, -116.273667, 33.981333]}, {"id": "3727", "type": "Feature", "properties": {"id": "us2000at5v", "mag": 4.3, "time": 1505665820280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2591, 0.908, 157.83]}, "bbox": [127.2591, 0.908, 127.2591, 0.908]}, {"id": "3728", "type": "Feature", "properties": {"id": "pr2017260000", "mag": 2.31, "time": 1505665148110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9698, 19.0821, 23.0]}, "bbox": [-67.9698, 19.0821, -67.9698, 19.0821]}, {"id": "3729", "type": "Feature", "properties": {"id": "us2000apj3", "mag": 2.6, "time": 1505664664460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4059, 42.5497, 11.14]}, "bbox": [-111.4059, 42.5497, -111.4059, 42.5497]}, {"id": "3730", "type": "Feature", "properties": {"id": "us2000apj0", "mag": 2.7, "time": 1505663998840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4107, 42.5429, 8.67]}, "bbox": [-111.4107, 42.5429, -111.4107, 42.5429]}, {"id": "3731", "type": "Feature", "properties": {"id": "uw61330391", "mag": 1.11, "time": 1505663462920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.04, 46.880167, 6.02]}, "bbox": [-122.04, 46.880167, -122.04, 46.880167]}, {"id": "3732", "type": "Feature", "properties": {"id": "uu60247022", "mag": 1.06, "time": 1505663122580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.790333, 9.98]}, "bbox": [-111.025833, 44.790333, -111.025833, 44.790333]}, {"id": "3733", "type": "Feature", "properties": {"id": "nn00606540", "mag": 1.3, "time": 1505663040033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0921, 41.885, 0.0]}, "bbox": [-119.0921, 41.885, -119.0921, 41.885]}, {"id": "3734", "type": "Feature", "properties": {"id": "ak16873932", "mag": 1.9, "time": 1505662296127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8489, 51.9624, 111.3]}, "bbox": [-174.8489, 51.9624, -174.8489, 51.9624]}, {"id": "3735", "type": "Feature", "properties": {"id": "us2000at5n", "mag": 4.5, "time": 1505662282900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.7612, 44.1688, 33.57]}, "bbox": [140.7612, 44.1688, 140.7612, 44.1688]}, {"id": "3736", "type": "Feature", "properties": {"id": "mb80255969", "mag": 2.04, "time": 1505662108810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516, 46.881333, 14.94]}, "bbox": [-112.516, 46.881333, -112.516, 46.881333]}, {"id": "3737", "type": "Feature", "properties": {"id": "us2000at5p", "mag": 4.5, "time": 1505662091100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.0118, -6.3464, 35.0]}, "bbox": [149.0118, -6.3464, 149.0118, -6.3464]}, {"id": "3738", "type": "Feature", "properties": {"id": "ak16873931", "mag": 1.4, "time": 1505662034661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.362, 63.1318, 2.6]}, "bbox": [-144.362, 63.1318, -144.362, 63.1318]}, {"id": "3739", "type": "Feature", "properties": {"id": "us2000at68", "mag": 4.3, "time": 1505661360280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9733, -6.4551, 35.0]}, "bbox": [148.9733, -6.4551, 148.9733, -6.4551]}, {"id": "3740", "type": "Feature", "properties": {"id": "ak16841969", "mag": 1.1, "time": 1505661169528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6029, 66.5697, 13.3]}, "bbox": [-146.6029, 66.5697, -146.6029, 66.5697]}, {"id": "3741", "type": "Feature", "properties": {"id": "mb80255949", "mag": 1.49, "time": 1505659897070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.519, 46.855, 14.3]}, "bbox": [-112.519, 46.855, -112.519, 46.855]}, {"id": "3742", "type": "Feature", "properties": {"id": "us2000apij", "mag": 5.4, "time": 1505659803240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6428, -16.6386, 30.39]}, "bbox": [-173.6428, -16.6386, -173.6428, -16.6386]}, {"id": "3743", "type": "Feature", "properties": {"id": "us2000at5x", "mag": 5.0, "time": 1505659691430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0846, 12.809, 27.48]}, "bbox": [92.0846, 12.809, 92.0846, 12.809]}, {"id": "3744", "type": "Feature", "properties": {"id": "ci37765367", "mag": 1.03, "time": 1505659458990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.19, 33.2585, 9.58]}, "bbox": [-116.19, 33.2585, -116.19, 33.2585]}, {"id": "3745", "type": "Feature", "properties": {"id": "nc72893976", "mag": 1.19, "time": 1505659223910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825, 37.453, 1.57]}, "bbox": [-118.825, 37.453, -118.825, 37.453]}, {"id": "3746", "type": "Feature", "properties": {"id": "us2000at5m", "mag": 4.9, "time": 1505658989080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.1591, -6.3567, 35.0]}, "bbox": [149.1591, -6.3567, 149.1591, -6.3567]}, {"id": "3747", "type": "Feature", "properties": {"id": "us2000apie", "mag": 4.5, "time": 1505658574670, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [24.0015, 39.2721, 10.0]}, "bbox": [24.0015, 39.2721, 24.0015, 39.2721]}, {"id": "3748", "type": "Feature", "properties": {"id": "ak16841552", "mag": 1.3, "time": 1505658549717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9309, 62.6606, 59.8]}, "bbox": [-149.9309, 62.6606, -149.9309, 62.6606]}, {"id": "3749", "type": "Feature", "properties": {"id": "us2000apif", "mag": 5.7, "time": 1505658367620, "felt": 0.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [148.8708, -6.3113, 18.92]}, "bbox": [148.8708, -6.3113, 148.8708, -6.3113]}, {"id": "3750", "type": "Feature", "properties": {"id": "us2000at5l", "mag": 4.3, "time": 1505658365190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.9505, 64.5019, 9.15]}, "bbox": [-17.9505, 64.5019, -17.9505, 64.5019]}, {"id": "3751", "type": "Feature", "properties": {"id": "us2000aza1", "mag": 4.2, "time": 1505658191320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5959, 15.2169, 35.0]}, "bbox": [-94.5959, 15.2169, -94.5959, 15.2169]}, {"id": "3752", "type": "Feature", "properties": {"id": "us2000at6b", "mag": 4.6, "time": 1505658184020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.6137, 64.4904, 8.23]}, "bbox": [-17.6137, 64.4904, -17.6137, 64.4904]}, {"id": "3753", "type": "Feature", "properties": {"id": "ak16841550", "mag": 1.4, "time": 1505657865000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8499, 59.8804, 5.2]}, "bbox": [-136.8499, 59.8804, -136.8499, 59.8804]}, {"id": "3754", "type": "Feature", "properties": {"id": "ci37765335", "mag": 1.11, "time": 1505657294840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.367, 33.357167, 9.18]}, "bbox": [-116.367, 33.357167, -116.367, 33.357167]}, {"id": "3755", "type": "Feature", "properties": {"id": "ak16841549", "mag": 1.4, "time": 1505657219284, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0876, 69.5184, 4.2]}, "bbox": [-145.0876, 69.5184, -145.0876, 69.5184]}, {"id": "3756", "type": "Feature", "properties": {"id": "nc72893941", "mag": 1.51, "time": 1505657160730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.818167, 2.23]}, "bbox": [-122.818333, 38.818167, -122.818333, 38.818167]}, {"id": "3757", "type": "Feature", "properties": {"id": "nc72893946", "mag": 1.02, "time": 1505657152440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817001, 38.8185, 2.05]}, "bbox": [-122.817001, 38.8185, -122.817001, 38.8185]}, {"id": "3758", "type": "Feature", "properties": {"id": "ak16873926", "mag": 1.7, "time": 1505656923604, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8082, 60.1773, 106.4]}, "bbox": [-152.8082, 60.1773, -152.8082, 60.1773]}, {"id": "3759", "type": "Feature", "properties": {"id": "ak16873925", "mag": 1.9, "time": 1505656654419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6293, 59.5728, 120.8]}, "bbox": [-153.6293, 59.5728, -153.6293, 59.5728]}, {"id": "3760", "type": "Feature", "properties": {"id": "ci37765327", "mag": 2.88, "time": 1505656629430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.882333, 31.6215, 9.25]}, "bbox": [-115.882333, 31.6215, -115.882333, 31.6215]}, {"id": "3761", "type": "Feature", "properties": {"id": "us2000at5k", "mag": 4.1, "time": 1505656609750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.5305, 1.7746, 37.54]}, "bbox": [126.5305, 1.7746, 126.5305, 1.7746]}, {"id": "3762", "type": "Feature", "properties": {"id": "nc72893936", "mag": 0.98, "time": 1505656502420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125667, 36.566167, 8.44]}, "bbox": [-121.125667, 36.566167, -121.125667, 36.566167]}, {"id": "3763", "type": "Feature", "properties": {"id": "us2000at5i", "mag": 4.4, "time": 1505655648380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.9394, -17.3298, 553.92]}, "bbox": [-178.9394, -17.3298, -178.9394, -17.3298]}, {"id": "3764", "type": "Feature", "properties": {"id": "se60044613", "mag": 2.03, "time": 1505655579030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.053333, 35.561333, 15.47]}, "bbox": [-85.053333, 35.561333, -85.053333, 35.561333]}, {"id": "3765", "type": "Feature", "properties": {"id": "ci37765311", "mag": 1.07, "time": 1505655296260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.090333, 33.473833, 14.65]}, "bbox": [-117.090333, 33.473833, -117.090333, 33.473833]}, {"id": "3766", "type": "Feature", "properties": {"id": "ak16841547", "mag": 1.9, "time": 1505655282227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7794, 63.9496, 114.9]}, "bbox": [-148.7794, 63.9496, -148.7794, 63.9496]}, {"id": "3767", "type": "Feature", "properties": {"id": "us2000at5r", "mag": 4.9, "time": 1505655030310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.7611, -21.01, 10.0]}, "bbox": [-11.7611, -21.01, -11.7611, -21.01]}, {"id": "3768", "type": "Feature", "properties": {"id": "us2000as44", "mag": 2.6, "time": 1505654924870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7236, 51.4933, 34.35]}, "bbox": [-177.7236, 51.4933, -177.7236, 51.4933]}, {"id": "3769", "type": "Feature", "properties": {"id": "ak16841538", "mag": 2.3, "time": 1505654819006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6722, 62.9044, 66.8]}, "bbox": [-148.6722, 62.9044, -148.6722, 62.9044]}, {"id": "3770", "type": "Feature", "properties": {"id": "ci37765303", "mag": 0.97, "time": 1505654141860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922167, 33.9755, 4.94]}, "bbox": [-116.922167, 33.9755, -116.922167, 33.9755]}, {"id": "3771", "type": "Feature", "properties": {"id": "us2000aphx", "mag": 4.0, "time": 1505653928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4533, 15.5042, 7.94]}, "bbox": [-94.4533, 15.5042, -94.4533, 15.5042]}, {"id": "3772", "type": "Feature", "properties": {"id": "ak16841537", "mag": 1.0, "time": 1505653531820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3466, 61.07, 12.2]}, "bbox": [-152.3466, 61.07, -152.3466, 61.07]}, {"id": "3773", "type": "Feature", "properties": {"id": "nc72893916", "mag": 0.99, "time": 1505653446980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.479333, 0.86]}, "bbox": [-118.835, 37.479333, -118.835, 37.479333]}, {"id": "3774", "type": "Feature", "properties": {"id": "ak16841536", "mag": 1.4, "time": 1505653266021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6794, 67.9633, 14.6]}, "bbox": [-155.6794, 67.9633, -155.6794, 67.9633]}, {"id": "3775", "type": "Feature", "properties": {"id": "ak16841136", "mag": 1.5, "time": 1505652267061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.9646, 53.8971, 6.6]}, "bbox": [-166.9646, 53.8971, -166.9646, 53.8971]}, {"id": "3776", "type": "Feature", "properties": {"id": "nn00605626", "mag": 1.0, "time": 1505652081143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 36.537, 7.3]}, "bbox": [-116.2815, 36.537, -116.2815, 36.537]}, {"id": "3777", "type": "Feature", "properties": {"id": "ak16841133", "mag": 1.8, "time": 1505651930739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7652, 62.1126, 23.7]}, "bbox": [-147.7652, 62.1126, -147.7652, 62.1126]}, {"id": "3778", "type": "Feature", "properties": {"id": "ak16841130", "mag": 2.2, "time": 1505651632523, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.454, 59.2923, 97.5]}, "bbox": [-153.454, 59.2923, -153.454, 59.2923]}, {"id": "3779", "type": "Feature", "properties": {"id": "ci37765271", "mag": 1.39, "time": 1505650827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.021167, 33.921, 2.44]}, "bbox": [-116.021167, 33.921, -116.021167, 33.921]}, {"id": "3780", "type": "Feature", "properties": {"id": "hv61911226", "mag": 1.91, "time": 1505650411260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.478668, 19.212334, 38.03]}, "bbox": [-155.478668, 19.212334, -155.478668, 19.212334]}, {"id": "3781", "type": "Feature", "properties": {"id": "ak16841124", "mag": 2.1, "time": 1505649687852, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7865, 65.3345, 13.3]}, "bbox": [-143.7865, 65.3345, -143.7865, 65.3345]}, {"id": "3782", "type": "Feature", "properties": {"id": "nc72893881", "mag": 1.23, "time": 1505648682040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543833, 37.339667, 10.06]}, "bbox": [-118.543833, 37.339667, -118.543833, 37.339667]}, {"id": "3783", "type": "Feature", "properties": {"id": "ak16840722", "mag": 3.2, "time": 1505648575230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7144, 57.2975, 42.8]}, "bbox": [-154.7144, 57.2975, -154.7144, 57.2975]}, {"id": "3784", "type": "Feature", "properties": {"id": "us2000at5g", "mag": 4.3, "time": 1505647937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.6171, -11.7459, 251.44]}, "bbox": [166.6171, -11.7459, 166.6171, -11.7459]}, {"id": "3785", "type": "Feature", "properties": {"id": "ak16873911", "mag": 2.6, "time": 1505647578270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7891, 66.3882, 37.6]}, "bbox": [-135.7891, 66.3882, -135.7891, 66.3882]}, {"id": "3786", "type": "Feature", "properties": {"id": "ak16873910", "mag": 2.0, "time": 1505647575716, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.55, 57.7487, 89.0]}, "bbox": [-155.55, 57.7487, -155.55, 57.7487]}, {"id": "3787", "type": "Feature", "properties": {"id": "ak16873909", "mag": 2.8, "time": 1505647412246, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7412, 66.3682, 34.5]}, "bbox": [-135.7412, 66.3682, -135.7412, 66.3682]}, {"id": "3788", "type": "Feature", "properties": {"id": "ak16840719", "mag": 2.1, "time": 1505647228188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4607, 60.5815, 14.5]}, "bbox": [-148.4607, 60.5815, -148.4607, 60.5815]}, {"id": "3789", "type": "Feature", "properties": {"id": "ci37765239", "mag": 1.03, "time": 1505646849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920667, 33.972167, 5.29]}, "bbox": [-116.920667, 33.972167, -116.920667, 33.972167]}, {"id": "3790", "type": "Feature", "properties": {"id": "us2000aph6", "mag": 4.2, "time": 1505646653440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3399, -21.9058, 192.78]}, "bbox": [-67.3399, -21.9058, -67.3399, -21.9058]}, {"id": "3791", "type": "Feature", "properties": {"id": "us2000aph5", "mag": 4.7, "time": 1505646260660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.0437, 3.6252, 68.15]}, "bbox": [127.0437, 3.6252, 127.0437, 3.6252]}, {"id": "3792", "type": "Feature", "properties": {"id": "ak16873907", "mag": 2.2, "time": 1505645846935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4823, 51.6608, 13.2]}, "bbox": [-178.4823, 51.6608, -178.4823, 51.6608]}, {"id": "3793", "type": "Feature", "properties": {"id": "ak16873906", "mag": 1.2, "time": 1505645773090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3827, 53.8702, 12.1]}, "bbox": [-166.3827, 53.8702, -166.3827, 53.8702]}, {"id": "3794", "type": "Feature", "properties": {"id": "uw61330311", "mag": 1.94, "time": 1505644617240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041167, 46.879167, 6.84]}, "bbox": [-122.041167, 46.879167, -122.041167, 46.879167]}, {"id": "3795", "type": "Feature", "properties": {"id": "ak16840715", "mag": 1.5, "time": 1505644280463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.605, 61.6723, 29.6]}, "bbox": [-146.605, 61.6723, -146.605, 61.6723]}, {"id": "3796", "type": "Feature", "properties": {"id": "ci37765223", "mag": 1.02, "time": 1505644185880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.465667, 34.376833, 9.74]}, "bbox": [-116.465667, 34.376833, -116.465667, 34.376833]}, {"id": "3797", "type": "Feature", "properties": {"id": "ci37765215", "mag": 1.28, "time": 1505644151980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.358167, 33.415667, 12.48]}, "bbox": [-116.358167, 33.415667, -116.358167, 33.415667]}, {"id": "3798", "type": "Feature", "properties": {"id": "us2000at5e", "mag": 4.5, "time": 1505644031790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0628, 12.7773, 33.35]}, "bbox": [92.0628, 12.7773, 92.0628, 12.7773]}, {"id": "3799", "type": "Feature", "properties": {"id": "ak16873903", "mag": 1.4, "time": 1505643609236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5971, 61.5891, 59.1]}, "bbox": [-150.5971, 61.5891, -150.5971, 61.5891]}, {"id": "3800", "type": "Feature", "properties": {"id": "ak16840713", "mag": 1.9, "time": 1505643118540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0384, 63.1445, 14.8]}, "bbox": [-144.0384, 63.1445, -144.0384, 63.1445]}, {"id": "3801", "type": "Feature", "properties": {"id": "hv61911016", "mag": 2.48, "time": 1505641665420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.593167, 19.476, 2.731]}, "bbox": [-155.593167, 19.476, -155.593167, 19.476]}, {"id": "3802", "type": "Feature", "properties": {"id": "ak16840350", "mag": 1.1, "time": 1505641100972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8915, 64.848, 8.2]}, "bbox": [-148.8915, 64.848, -148.8915, 64.848]}, {"id": "3803", "type": "Feature", "properties": {"id": "us2000at5c", "mag": 4.7, "time": 1505640684330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-26.4288, -59.7896, 35.0]}, "bbox": [-26.4288, -59.7896, -26.4288, -59.7896]}, {"id": "3804", "type": "Feature", "properties": {"id": "ak16840314", "mag": 2.8, "time": 1505640505656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6831, 60.3761, 2.0]}, "bbox": [-143.6831, 60.3761, -143.6831, 60.3761]}, {"id": "3805", "type": "Feature", "properties": {"id": "us2000apgy", "mag": 4.9, "time": 1505640302130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.2485, 37.3415, 54.96]}, "bbox": [141.2485, 37.3415, 141.2485, 37.3415]}, {"id": "3806", "type": "Feature", "properties": {"id": "us2000at65", "mag": 4.6, "time": 1505640090990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.5314, -7.0219, 10.0]}, "bbox": [-13.5314, -7.0219, -13.5314, -7.0219]}, {"id": "3807", "type": "Feature", "properties": {"id": "us2000as3y", "mag": 2.7, "time": 1505639953270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1147, 51.5611, 45.65]}, "bbox": [-176.1147, 51.5611, -176.1147, 51.5611]}, {"id": "3808", "type": "Feature", "properties": {"id": "us2000at5a", "mag": 4.8, "time": 1505639681290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.1689, -7.0877, 10.0]}, "bbox": [-13.1689, -7.0877, -13.1689, -7.0877]}, {"id": "3809", "type": "Feature", "properties": {"id": "ak16840312", "mag": 2.1, "time": 1505638931288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0719, 60.2719, 130.5]}, "bbox": [-153.0719, 60.2719, -153.0719, 60.2719]}, {"id": "3810", "type": "Feature", "properties": {"id": "ak16840302", "mag": 2.8, "time": 1505638686114, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2164, 60.4788, 97.5]}, "bbox": [-152.2164, 60.4788, -152.2164, 60.4788]}, {"id": "3811", "type": "Feature", "properties": {"id": "uu60246942", "mag": 1.01, "time": 1505637537950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.786167, 7.95]}, "bbox": [-111.025833, 44.786167, -111.025833, 44.786167]}, {"id": "3812", "type": "Feature", "properties": {"id": "nc72893791", "mag": 1.48, "time": 1505637347930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.879167, 37.109167, 2.16]}, "bbox": [-121.879167, 37.109167, -121.879167, 37.109167]}, {"id": "3813", "type": "Feature", "properties": {"id": "ak16839942", "mag": 1.9, "time": 1505637129909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8564, 60.3231, 63.0]}, "bbox": [-150.8564, 60.3231, -150.8564, 60.3231]}, {"id": "3814", "type": "Feature", "properties": {"id": "nc72893786", "mag": 1.14, "time": 1505636971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737335, 38.786167, 0.85]}, "bbox": [-122.737335, 38.786167, -122.737335, 38.786167]}, {"id": "3815", "type": "Feature", "properties": {"id": "nc72893781", "mag": 2.61, "time": 1505636516400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.117, 36.594333, 6.98]}, "bbox": [-121.117, 36.594333, -121.117, 36.594333]}, {"id": "3816", "type": "Feature", "properties": {"id": "us2000apg4", "mag": 4.6, "time": 1505636241220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.1696, 7.5057, 23.33]}, "bbox": [-82.1696, 7.5057, -82.1696, 7.5057]}, {"id": "3817", "type": "Feature", "properties": {"id": "ak16839932", "mag": 1.1, "time": 1505636239228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8157, 63.2668, 2.3]}, "bbox": [-151.8157, 63.2668, -151.8157, 63.2668]}, {"id": "3818", "type": "Feature", "properties": {"id": "us2000apg0", "mag": 4.1, "time": 1505634585840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7666, -23.8893, 236.18]}, "bbox": [-66.7666, -23.8893, -66.7666, -23.8893]}, {"id": "3819", "type": "Feature", "properties": {"id": "ci37765143", "mag": 2.2, "time": 1505634363500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.373667, 32.9405, 7.78]}, "bbox": [-116.373667, 32.9405, -116.373667, 32.9405]}, {"id": "3820", "type": "Feature", "properties": {"id": "nn00605603", "mag": 1.8, "time": 1505634209242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8894, 38.3778, 11.1]}, "bbox": [-118.8894, 38.3778, -118.8894, 38.3778]}, {"id": "3821", "type": "Feature", "properties": {"id": "us2000apfv", "mag": 2.4, "time": 1505634047190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4463, 42.5857, 4.34]}, "bbox": [-111.4463, 42.5857, -111.4463, 42.5857]}, {"id": "3822", "type": "Feature", "properties": {"id": "ak16839551", "mag": 1.9, "time": 1505633391424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7184, 59.603, 74.2]}, "bbox": [-152.7184, 59.603, -152.7184, 59.603]}, {"id": "3823", "type": "Feature", "properties": {"id": "nc72893741", "mag": 1.84, "time": 1505633100770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493833, 1.09]}, "bbox": [-118.834167, 37.493833, -118.834167, 37.493833]}, {"id": "3824", "type": "Feature", "properties": {"id": "us2000apft", "mag": 2.6, "time": 1505632181750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4391, 42.6077, 6.6]}, "bbox": [-111.4391, 42.6077, -111.4391, 42.6077]}, {"id": "3825", "type": "Feature", "properties": {"id": "ci37765127", "mag": 0.98, "time": 1505632149420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605167, 32.828333, 10.94]}, "bbox": [-115.605167, 32.828333, -115.605167, 32.828333]}, {"id": "3826", "type": "Feature", "properties": {"id": "nc72893701", "mag": 1.35, "time": 1505631284810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.952833, 37.588167, 1.4]}, "bbox": [-118.952833, 37.588167, -118.952833, 37.588167]}, {"id": "3827", "type": "Feature", "properties": {"id": "us2000apfk", "mag": 4.3, "time": 1505630160580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6223, -35.7292, 85.77]}, "bbox": [-71.6223, -35.7292, -71.6223, -35.7292]}, {"id": "3828", "type": "Feature", "properties": {"id": "ak16839518", "mag": 2.0, "time": 1505629372703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7555, 60.0405, 18.2]}, "bbox": [-148.7555, 60.0405, -148.7555, 60.0405]}, {"id": "3829", "type": "Feature", "properties": {"id": "nc72893646", "mag": 1.36, "time": 1505628925460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736667, 38.757, 1.79]}, "bbox": [-122.736667, 38.757, -122.736667, 38.757]}, {"id": "3830", "type": "Feature", "properties": {"id": "ak16873889", "mag": 2.9, "time": 1505628904808, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5935, 53.8081, 78.9]}, "bbox": [-164.5935, 53.8081, -164.5935, 53.8081]}, {"id": "3831", "type": "Feature", "properties": {"id": "us2000apfd", "mag": 2.9, "time": 1505628801990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4531, 42.5908, 5.17]}, "bbox": [-111.4531, 42.5908, -111.4531, 42.5908]}, {"id": "3832", "type": "Feature", "properties": {"id": "uu60246882", "mag": 1.05, "time": 1505628704550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.836, 44.307333, 7.31]}, "bbox": [-110.836, 44.307333, -110.836, 44.307333]}, {"id": "3833", "type": "Feature", "properties": {"id": "ak16873888", "mag": 1.1, "time": 1505628661963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5848, 64.1727, 10.8]}, "bbox": [-153.5848, 64.1727, -153.5848, 64.1727]}, {"id": "3834", "type": "Feature", "properties": {"id": "us2000apfa", "mag": 4.9, "time": 1505628478300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9805, 16.0409, 45.23]}, "bbox": [-94.9805, 16.0409, -94.9805, 16.0409]}, {"id": "3835", "type": "Feature", "properties": {"id": "uu60246872", "mag": 1.16, "time": 1505628425450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.817667, 44.294, 7.61]}, "bbox": [-110.817667, 44.294, -110.817667, 44.294]}, {"id": "3836", "type": "Feature", "properties": {"id": "uu60246867", "mag": 1.13, "time": 1505628332210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.828167, 44.305167, 7.48]}, "bbox": [-110.828167, 44.305167, -110.828167, 44.305167]}, {"id": "3837", "type": "Feature", "properties": {"id": "us2000apf6", "mag": 4.5, "time": 1505628213110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0121, 16.1058, 52.57]}, "bbox": [-95.0121, 16.1058, -95.0121, 16.1058]}, {"id": "3838", "type": "Feature", "properties": {"id": "ak16839149", "mag": 1.6, "time": 1505628012027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2, 62.1778, 6.7]}, "bbox": [-150.2, 62.1778, -150.2, 62.1778]}, {"id": "3839", "type": "Feature", "properties": {"id": "us2000apf5", "mag": 4.3, "time": 1505627809940, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.5423, 14.4117, 10.0]}, "bbox": [-88.5423, 14.4117, -88.5423, 14.4117]}, {"id": "3840", "type": "Feature", "properties": {"id": "ci37765039", "mag": 1.19, "time": 1505627007650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0955, 36.761167, 1.69]}, "bbox": [-118.0955, 36.761167, -118.0955, 36.761167]}, {"id": "3841", "type": "Feature", "properties": {"id": "uu60246847", "mag": 3.15, "time": 1505626724050, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.841667, 44.302333, 7.53]}, "bbox": [-110.841667, 44.302333, -110.841667, 44.302333]}, {"id": "3842", "type": "Feature", "properties": {"id": "uu60246837", "mag": 2.04, "time": 1505626455220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.822333, 44.293667, 7.53]}, "bbox": [-110.822333, 44.293667, -110.822333, 44.293667]}, {"id": "3843", "type": "Feature", "properties": {"id": "ci37765023", "mag": 1.52, "time": 1505626163830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797833, 33.501167, 4.62]}, "bbox": [-116.797833, 33.501167, -116.797833, 33.501167]}, {"id": "3844", "type": "Feature", "properties": {"id": "us2000apeu", "mag": 4.4, "time": 1505625898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.4078, 10.7018, 35.32]}, "bbox": [-86.4078, 10.7018, -86.4078, 10.7018]}, {"id": "3845", "type": "Feature", "properties": {"id": "nc72893621", "mag": 1.12, "time": 1505625800310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.820499, 1.92]}, "bbox": [-122.810165, 38.820499, -122.810165, 38.820499]}, {"id": "3846", "type": "Feature", "properties": {"id": "ci37764991", "mag": 1.62, "time": 1505625396010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.928167, 35.9015, 5.28]}, "bbox": [-116.928167, 35.9015, -116.928167, 35.9015]}, {"id": "3847", "type": "Feature", "properties": {"id": "ci37764983", "mag": 1.96, "time": 1505624889150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181, 33.187833, 5.86]}, "bbox": [-116.181, 33.187833, -116.181, 33.187833]}, {"id": "3848", "type": "Feature", "properties": {"id": "ak16838778", "mag": 1.4, "time": 1505624855438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4712, 59.8595, 42.7]}, "bbox": [-150.4712, 59.8595, -150.4712, 59.8595]}, {"id": "3849", "type": "Feature", "properties": {"id": "nc72893601", "mag": 1.37, "time": 1505624608110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8885, 37.105, 1.63]}, "bbox": [-121.8885, 37.105, -121.8885, 37.105]}, {"id": "3850", "type": "Feature", "properties": {"id": "ak16838775", "mag": 3.2, "time": 1505624284096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1812, 54.0118, 9.5]}, "bbox": [-163.1812, 54.0118, -163.1812, 54.0118]}, {"id": "3851", "type": "Feature", "properties": {"id": "us2000apeh", "mag": 4.3, "time": 1505624194760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.7123, 17.7366, 31.43]}, "bbox": [-105.7123, 17.7366, -105.7123, 17.7366]}, {"id": "3852", "type": "Feature", "properties": {"id": "ak16838774", "mag": 1.8, "time": 1505623546848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7399, 59.8813, 5.7]}, "bbox": [-136.7399, 59.8813, -136.7399, 59.8813]}, {"id": "3853", "type": "Feature", "properties": {"id": "ak16838756", "mag": 1.2, "time": 1505622986310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8141, 63.2696, 2.4]}, "bbox": [-151.8141, 63.2696, -151.8141, 63.2696]}, {"id": "3854", "type": "Feature", "properties": {"id": "ak16838752", "mag": 1.7, "time": 1505622626171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3598, 64.3838, 13.9]}, "bbox": [-158.3598, 64.3838, -158.3598, 64.3838]}, {"id": "3855", "type": "Feature", "properties": {"id": "ci37764967", "mag": 0.95, "time": 1505622039760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1755, 33.965, 15.93]}, "bbox": [-117.1755, 33.965, -117.1755, 33.965]}, {"id": "3856", "type": "Feature", "properties": {"id": "ak16873881", "mag": 2.7, "time": 1505621586321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8861, 52.4075, 59.7]}, "bbox": [-169.8861, 52.4075, -169.8861, 52.4075]}, {"id": "3857", "type": "Feature", "properties": {"id": "ak16873880", "mag": 1.0, "time": 1505621507758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3176, 61.144, 19.3]}, "bbox": [-146.3176, 61.144, -146.3176, 61.144]}, {"id": "3858", "type": "Feature", "properties": {"id": "ak16838400", "mag": 1.9, "time": 1505621153075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1301, 60.8625, 64.2]}, "bbox": [-151.1301, 60.8625, -151.1301, 60.8625]}, {"id": "3859", "type": "Feature", "properties": {"id": "ak16838393", "mag": 2.5, "time": 1505620853506, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8794, 60.7582, 60.3]}, "bbox": [-150.8794, 60.7582, -150.8794, 60.7582]}, {"id": "3860", "type": "Feature", "properties": {"id": "ak16838388", "mag": 2.8, "time": 1505620146422, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7851, 59.8817, 2.3]}, "bbox": [-136.7851, 59.8817, -136.7851, 59.8817]}, {"id": "3861", "type": "Feature", "properties": {"id": "nc72893571", "mag": 1.03, "time": 1505619694280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821167, 38.807999, 1.94]}, "bbox": [-122.821167, 38.807999, -122.821167, 38.807999]}, {"id": "3862", "type": "Feature", "properties": {"id": "ak16838386", "mag": 2.2, "time": 1505619628700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9053, 67.6564, 13.7]}, "bbox": [-165.9053, 67.6564, -165.9053, 67.6564]}, {"id": "3863", "type": "Feature", "properties": {"id": "nc72893561", "mag": 1.07, "time": 1505619296320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.808998, 1.93]}, "bbox": [-122.822502, 38.808998, -122.822502, 38.808998]}, {"id": "3864", "type": "Feature", "properties": {"id": "ci37764903", "mag": 1.12, "time": 1505618790010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.147333, 34.5405, 9.83]}, "bbox": [-118.147333, 34.5405, -118.147333, 34.5405]}, {"id": "3865", "type": "Feature", "properties": {"id": "ak16838042", "mag": 1.6, "time": 1505617352105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5056, 61.4142, 8.0]}, "bbox": [-147.5056, 61.4142, -147.5056, 61.4142]}, {"id": "3866", "type": "Feature", "properties": {"id": "ak16838020", "mag": 1.2, "time": 1505616366369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6618, 60.5653, 6.2]}, "bbox": [-152.6618, 60.5653, -152.6618, 60.5653]}, {"id": "3867", "type": "Feature", "properties": {"id": "ak16838003", "mag": 1.0, "time": 1505615565391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2146, 64.7331, 17.7]}, "bbox": [-149.2146, 64.7331, -149.2146, 64.7331]}, {"id": "3868", "type": "Feature", "properties": {"id": "ci37764863", "mag": 1.1, "time": 1505613255300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.709667, 33.653333, 15.82]}, "bbox": [-116.709667, 33.653333, -116.709667, 33.653333]}, {"id": "3869", "type": "Feature", "properties": {"id": "ci37764847", "mag": 1.21, "time": 1505612591880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.687167, 33.6285, 12.15]}, "bbox": [-116.687167, 33.6285, -116.687167, 33.6285]}, {"id": "3870", "type": "Feature", "properties": {"id": "ci37764839", "mag": 1.47, "time": 1505612490180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 33.971833, 17.0]}, "bbox": [-116.927167, 33.971833, -116.927167, 33.971833]}, {"id": "3871", "type": "Feature", "properties": {"id": "ak16837647", "mag": 1.8, "time": 1505611875649, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.771, 59.8672, 1.4]}, "bbox": [-136.771, 59.8672, -136.771, 59.8672]}, {"id": "3872", "type": "Feature", "properties": {"id": "ak16873869", "mag": 1.7, "time": 1505609079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.474, 51.671, 16.0]}, "bbox": [-178.474, 51.671, -178.474, 51.671]}, {"id": "3873", "type": "Feature", "properties": {"id": "hv61910741", "mag": 2.42, "time": 1505608202930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.177667, 19.442, 41.639]}, "bbox": [-156.177667, 19.442, -156.177667, 19.442]}, {"id": "3874", "type": "Feature", "properties": {"id": "ak16836972", "mag": 2.6, "time": 1505606832814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3048, 51.6525, 97.4]}, "bbox": [-178.3048, 51.6525, -178.3048, 51.6525]}, {"id": "3875", "type": "Feature", "properties": {"id": "ci37764815", "mag": 0.95, "time": 1505606822450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.746333, 33.887, 16.59]}, "bbox": [-116.746333, 33.887, -116.746333, 33.887]}, {"id": "3876", "type": "Feature", "properties": {"id": "ak16836965", "mag": 2.3, "time": 1505606388180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7659, 59.8663, 5.1]}, "bbox": [-136.7659, 59.8663, -136.7659, 59.8663]}, {"id": "3877", "type": "Feature", "properties": {"id": "ak16836961", "mag": 2.4, "time": 1505606178328, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7941, 59.8509, 5.2]}, "bbox": [-136.7941, 59.8509, -136.7941, 59.8509]}, {"id": "3878", "type": "Feature", "properties": {"id": "ak16836957", "mag": 1.8, "time": 1505606050093, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.89, 59.8885, 15.4]}, "bbox": [-136.89, 59.8885, -136.89, 59.8885]}, {"id": "3879", "type": "Feature", "properties": {"id": "ak16860570", "mag": 1.4, "time": 1505605718038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8821, 59.8989, 17.9]}, "bbox": [-136.8821, 59.8989, -136.8821, 59.8989]}, {"id": "3880", "type": "Feature", "properties": {"id": "ak16860569", "mag": 1.6, "time": 1505605674005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8902, 59.9059, 15.4]}, "bbox": [-136.8902, 59.9059, -136.8902, 59.9059]}, {"id": "3881", "type": "Feature", "properties": {"id": "ak16860568", "mag": 1.9, "time": 1505605456859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8916, 59.9103, 15.9]}, "bbox": [-136.8916, 59.9103, -136.8916, 59.9103]}, {"id": "3882", "type": "Feature", "properties": {"id": "ak16860567", "mag": 2.3, "time": 1505605410411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9, 59.889, 12.6]}, "bbox": [-136.9, 59.889, -136.9, 59.889]}, {"id": "3883", "type": "Feature", "properties": {"id": "uw61330071", "mag": 2.57, "time": 1505605382130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.863333, 45.526833, 36.1]}, "bbox": [-124.863333, 45.526833, -124.863333, 45.526833]}, {"id": "3884", "type": "Feature", "properties": {"id": "us2000apcc", "mag": 5.1, "time": 1505605083280, "felt": 218.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-136.7498, 59.9037, 10.0]}, "bbox": [-136.7498, 59.9037, -136.7498, 59.9037]}, {"id": "3885", "type": "Feature", "properties": {"id": "us2000apbv", "mag": 3.9, "time": 1505604419110, "felt": 198.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6989, 35.8586, 2.57]}, "bbox": [-96.6989, 35.8586, -96.6989, 35.8586]}, {"id": "3886", "type": "Feature", "properties": {"id": "ak16836912", "mag": 2.9, "time": 1505604383308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6017, 51.905, 128.2]}, "bbox": [178.6017, 51.905, 178.6017, 51.905]}, {"id": "3887", "type": "Feature", "properties": {"id": "uw61329986", "mag": 1.23, "time": 1505604005810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.754167, 46.857333, 1.43]}, "bbox": [-121.754167, 46.857333, -121.754167, 46.857333]}, {"id": "3888", "type": "Feature", "properties": {"id": "us2000apbu", "mag": 4.7, "time": 1505603696310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-14.0114, -17.7554, 10.0]}, "bbox": [-14.0114, -17.7554, -14.0114, -17.7554]}, {"id": "3889", "type": "Feature", "properties": {"id": "ak16860564", "mag": 1.6, "time": 1505603516964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1524, 61.3778, 62.1]}, "bbox": [-151.1524, 61.3778, -151.1524, 61.3778]}, {"id": "3890", "type": "Feature", "properties": {"id": "us2000apbm", "mag": 4.5, "time": 1505603442050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1822, 15.4761, 67.03]}, "bbox": [-94.1822, 15.4761, -94.1822, 15.4761]}, {"id": "3891", "type": "Feature", "properties": {"id": "nc72893446", "mag": 2.29, "time": 1505603337140, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.616833, 36.971, 4.79]}, "bbox": [-121.616833, 36.971, -121.616833, 36.971]}, {"id": "3892", "type": "Feature", "properties": {"id": "ak16860563", "mag": 1.5, "time": 1505603223363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5667, 57.9908, 15.9]}, "bbox": [-156.5667, 57.9908, -156.5667, 57.9908]}, {"id": "3893", "type": "Feature", "properties": {"id": "ak16860562", "mag": 1.6, "time": 1505602163820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0011, 60.0807, 110.1]}, "bbox": [-153.0011, 60.0807, -153.0011, 60.0807]}, {"id": "3894", "type": "Feature", "properties": {"id": "ak16836589", "mag": 1.7, "time": 1505601390855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7769, 62.4045, 59.6]}, "bbox": [-147.7769, 62.4045, -147.7769, 62.4045]}, {"id": "3895", "type": "Feature", "properties": {"id": "nc72893436", "mag": 1.34, "time": 1505600967450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493, 0.66]}, "bbox": [-118.834167, 37.493, -118.834167, 37.493]}, {"id": "3896", "type": "Feature", "properties": {"id": "uw61329976", "mag": 1.03, "time": 1505600388700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491167, 46.067333, 18.24]}, "bbox": [-122.491167, 46.067333, -122.491167, 46.067333]}, {"id": "3897", "type": "Feature", "properties": {"id": "ci37764791", "mag": 1.29, "time": 1505599746390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.431333, 33.040167, 10.42]}, "bbox": [-116.431333, 33.040167, -116.431333, 33.040167]}, {"id": "3898", "type": "Feature", "properties": {"id": "nc72893421", "mag": 1.75, "time": 1505599309380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.164333, 35.816, 11.62]}, "bbox": [-120.164333, 35.816, -120.164333, 35.816]}, {"id": "3899", "type": "Feature", "properties": {"id": "us2000apln", "mag": 3.8, "time": 1505599105290, "felt": 27.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.4711, 35.839, 65.43]}, "bbox": [139.4711, 35.839, 139.4711, 35.839]}, {"id": "3900", "type": "Feature", "properties": {"id": "nc72893416", "mag": 2.39, "time": 1505598962550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.606167, 40.391, 23.43]}, "bbox": [-124.606167, 40.391, -124.606167, 40.391]}, {"id": "3901", "type": "Feature", "properties": {"id": "ak16836269", "mag": 2.6, "time": 1505598312964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1504, 57.6803, 1.9]}, "bbox": [-156.1504, 57.6803, -156.1504, 57.6803]}, {"id": "3902", "type": "Feature", "properties": {"id": "us2000apay", "mag": 4.1, "time": 1505597546760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4078, 15.1552, 27.65]}, "bbox": [-94.4078, 15.1552, -94.4078, 15.1552]}, {"id": "3903", "type": "Feature", "properties": {"id": "ak16860558", "mag": 1.5, "time": 1505597186774, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8073, 63.0653, 123.5]}, "bbox": [-150.8073, 63.0653, -150.8073, 63.0653]}, {"id": "3904", "type": "Feature", "properties": {"id": "nc72893411", "mag": 1.07, "time": 1505596690170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.805332, 0.54]}, "bbox": [-122.793999, 38.805332, -122.793999, 38.805332]}, {"id": "3905", "type": "Feature", "properties": {"id": "ci37764743", "mag": 1.25, "time": 1505596431740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.192167, 7.19]}, "bbox": [-116.179, 33.192167, -116.179, 33.192167]}, {"id": "3906", "type": "Feature", "properties": {"id": "us2000apa3", "mag": 5.2, "time": 1505595657570, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.8208, 52.9335, 55.59]}, "bbox": [159.8208, 52.9335, 159.8208, 52.9335]}, {"id": "3907", "type": "Feature", "properties": {"id": "nc72893406", "mag": 1.68, "time": 1505595567120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832833, 37.5715, 2.76]}, "bbox": [-118.832833, 37.5715, -118.832833, 37.5715]}, {"id": "3908", "type": "Feature", "properties": {"id": "ak16835937", "mag": 1.2, "time": 1505594309155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7782, 63.4422, 11.7]}, "bbox": [-148.7782, 63.4422, -148.7782, 63.4422]}, {"id": "3909", "type": "Feature", "properties": {"id": "ak16835935", "mag": 1.3, "time": 1505593468147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0825, 63.2217, 0.4]}, "bbox": [-151.0825, 63.2217, -151.0825, 63.2217]}, {"id": "3910", "type": "Feature", "properties": {"id": "ci37764719", "mag": 1.01, "time": 1505593021350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509667, 36.069667, 3.41]}, "bbox": [-117.509667, 36.069667, -117.509667, 36.069667]}, {"id": "3911", "type": "Feature", "properties": {"id": "ci37764711", "mag": 1.86, "time": 1505592937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.217, 32.373167, 19.88]}, "bbox": [-115.217, 32.373167, -115.217, 32.373167]}, {"id": "3912", "type": "Feature", "properties": {"id": "us2000ap9e", "mag": 4.2, "time": 1505592897770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6768, -23.7075, 201.03]}, "bbox": [-66.6768, -23.7075, -66.6768, -23.7075]}, {"id": "3913", "type": "Feature", "properties": {"id": "nn00605530", "mag": 1.0, "time": 1505591425440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9, 39.4039, 6.9]}, "bbox": [-119.9, 39.4039, -119.9, 39.4039]}, {"id": "3914", "type": "Feature", "properties": {"id": "nc72893386", "mag": 1.01, "time": 1505591244480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.504167, 37.923833, 7.96]}, "bbox": [-118.504167, 37.923833, -118.504167, 37.923833]}, {"id": "3915", "type": "Feature", "properties": {"id": "us2000ap8u", "mag": 5.1, "time": 1505590529510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.552, 15.3031, 17.06]}, "bbox": [-94.552, 15.3031, -94.552, 15.3031]}, {"id": "3916", "type": "Feature", "properties": {"id": "ak16835905", "mag": 2.1, "time": 1505590055161, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0556, 59.9293, 124.0]}, "bbox": [-153.0556, 59.9293, -153.0556, 59.9293]}, {"id": "3917", "type": "Feature", "properties": {"id": "uu60246652", "mag": 1.36, "time": 1505589841530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.020833, 44.802, 10.59]}, "bbox": [-111.020833, 44.802, -111.020833, 44.802]}, {"id": "3918", "type": "Feature", "properties": {"id": "ci37764687", "mag": 1.0, "time": 1505588714630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.973333, 33.989, 6.67]}, "bbox": [-116.973333, 33.989, -116.973333, 33.989]}, {"id": "3919", "type": "Feature", "properties": {"id": "ak16835606", "mag": 2.1, "time": 1505588651481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7021, 67.8201, 4.3]}, "bbox": [-156.7021, 67.8201, -156.7021, 67.8201]}, {"id": "3920", "type": "Feature", "properties": {"id": "ci37764679", "mag": 1.11, "time": 1505588640970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2045, 34.993167, -0.8]}, "bbox": [-118.2045, 34.993167, -118.2045, 34.993167]}, {"id": "3921", "type": "Feature", "properties": {"id": "us2000ap88", "mag": 4.3, "time": 1505588283560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7095, 15.6575, 33.63]}, "bbox": [-94.7095, 15.6575, -94.7095, 15.6575]}, {"id": "3922", "type": "Feature", "properties": {"id": "ak16860552", "mag": 2.1, "time": 1505587762267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2692, 60.1941, 137.5]}, "bbox": [-153.2692, 60.1941, -153.2692, 60.1941]}, {"id": "3923", "type": "Feature", "properties": {"id": "ak16860551", "mag": 1.2, "time": 1505586754071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2984, 62.5136, 52.7]}, "bbox": [-148.2984, 62.5136, -148.2984, 62.5136]}, {"id": "3924", "type": "Feature", "properties": {"id": "ci37764631", "mag": 1.09, "time": 1505586635400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791667, 33.507667, 4.61]}, "bbox": [-116.791667, 33.507667, -116.791667, 33.507667]}, {"id": "3925", "type": "Feature", "properties": {"id": "ci37764623", "mag": 1.32, "time": 1505586305110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.975667, 33.992333, 5.71]}, "bbox": [-116.975667, 33.992333, -116.975667, 33.992333]}, {"id": "3926", "type": "Feature", "properties": {"id": "nc72893361", "mag": 1.14, "time": 1505585751450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8095, 38.823167, 1.14]}, "bbox": [-122.8095, 38.823167, -122.8095, 38.823167]}, {"id": "3927", "type": "Feature", "properties": {"id": "ak16835287", "mag": 2.1, "time": 1505584069266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8156, 57.4983, 73.9]}, "bbox": [-155.8156, 57.4983, -155.8156, 57.4983]}, {"id": "3928", "type": "Feature", "properties": {"id": "us2000ap76", "mag": 4.0, "time": 1505583967320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.5572, 15.6925, 24.12]}, "bbox": [-95.5572, 15.6925, -95.5572, 15.6925]}, {"id": "3929", "type": "Feature", "properties": {"id": "us2000ap74", "mag": 4.7, "time": 1505583533380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.7408, 24.878, 57.27]}, "bbox": [142.7408, 24.878, 142.7408, 24.878]}, {"id": "3930", "type": "Feature", "properties": {"id": "ak16860549", "mag": 1.4, "time": 1505583090155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0305, 61.8843, 68.3]}, "bbox": [-151.0305, 61.8843, -151.0305, 61.8843]}, {"id": "3931", "type": "Feature", "properties": {"id": "ci37764599", "mag": 1.28, "time": 1505582839910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.878167, 35.360667, 7.9]}, "bbox": [-117.878167, 35.360667, -117.878167, 35.360667]}, {"id": "3932", "type": "Feature", "properties": {"id": "us2000ap78", "mag": 4.9, "time": 1505582156450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.507, -10.1846, 49.82]}, "bbox": [161.507, -10.1846, 161.507, -10.1846]}, {"id": "3933", "type": "Feature", "properties": {"id": "us2000ap6d", "mag": 3.0, "time": 1505582077650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4285, 42.5847, 7.15]}, "bbox": [-111.4285, 42.5847, -111.4285, 42.5847]}, {"id": "3934", "type": "Feature", "properties": {"id": "us2000ap6b", "mag": 4.6, "time": 1505581929340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1918, -37.2167, 6.3]}, "bbox": [-74.1918, -37.2167, -74.1918, -37.2167]}, {"id": "3935", "type": "Feature", "properties": {"id": "us2000ap64", "mag": 4.5, "time": 1505581636660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0682, 16.1115, 35.63]}, "bbox": [-95.0682, 16.1115, -95.0682, 16.1115]}, {"id": "3936", "type": "Feature", "properties": {"id": "nc72893331", "mag": 1.49, "time": 1505581158890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.337833, 37.820167, -0.2]}, "bbox": [-122.337833, 37.820167, -122.337833, 37.820167]}, {"id": "3937", "type": "Feature", "properties": {"id": "ak16860548", "mag": 2.1, "time": 1505580632689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7764, 56.9377, 2.3]}, "bbox": [-157.7764, 56.9377, -157.7764, 56.9377]}, {"id": "3938", "type": "Feature", "properties": {"id": "nc72893326", "mag": 1.43, "time": 1505580258840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711, 38.750833, 1.46]}, "bbox": [-122.711, 38.750833, -122.711, 38.750833]}, {"id": "3939", "type": "Feature", "properties": {"id": "nc72893316", "mag": 1.6, "time": 1505579747930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717167, 38.752667, 1.24]}, "bbox": [-122.717167, 38.752667, -122.717167, 38.752667]}, {"id": "3940", "type": "Feature", "properties": {"id": "nc72893306", "mag": 1.39, "time": 1505579471580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0075, 37.570667, 2.07]}, "bbox": [-119.0075, 37.570667, -119.0075, 37.570667]}, {"id": "3941", "type": "Feature", "properties": {"id": "hv61910186", "mag": 1.68, "time": 1505579377040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611, 19.430167, 2.332]}, "bbox": [-155.611, 19.430167, -155.611, 19.430167]}, {"id": "3942", "type": "Feature", "properties": {"id": "ci37764559", "mag": 1.5, "time": 1505579023330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 34.514833, 12.76]}, "bbox": [-119.801833, 34.514833, -119.801833, 34.514833]}, {"id": "3943", "type": "Feature", "properties": {"id": "ak16834974", "mag": 1.6, "time": 1505578926267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7481, 62.8102, 9.5]}, "bbox": [-151.7481, 62.8102, -151.7481, 62.8102]}, {"id": "3944", "type": "Feature", "properties": {"id": "ak16834965", "mag": 2.6, "time": 1505578647951, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7871, 61.8971, 60.5]}, "bbox": [-150.7871, 61.8971, -150.7871, 61.8971]}, {"id": "3945", "type": "Feature", "properties": {"id": "mb80255754", "mag": 1.22, "time": 1505578208020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.489667, 44.705667, 13.34]}, "bbox": [-112.489667, 44.705667, -112.489667, 44.705667]}, {"id": "3946", "type": "Feature", "properties": {"id": "nc72893286", "mag": 1.35, "time": 1505577465010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.047, 36.467, 7.96]}, "bbox": [-121.047, 36.467, -121.047, 36.467]}, {"id": "3947", "type": "Feature", "properties": {"id": "nn00605503", "mag": 1.0, "time": 1505577266743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.9133, 37.0358, 0.0]}, "bbox": [-117.9133, 37.0358, -117.9133, 37.0358]}, {"id": "3948", "type": "Feature", "properties": {"id": "ak16834664", "mag": 2.4, "time": 1505577104470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.431, 64.4709, 16.8]}, "bbox": [-149.431, 64.4709, -149.431, 64.4709]}, {"id": "3949", "type": "Feature", "properties": {"id": "us2000ap48", "mag": 2.5, "time": 1505575595120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4328, 42.5757, 6.87]}, "bbox": [-111.4328, 42.5757, -111.4328, 42.5757]}, {"id": "3950", "type": "Feature", "properties": {"id": "nc72893281", "mag": 1.04, "time": 1505575420020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.895333, 37.565, -1.35]}, "bbox": [-118.895333, 37.565, -118.895333, 37.565]}, {"id": "3951", "type": "Feature", "properties": {"id": "us2000ap45", "mag": 2.6, "time": 1505574778570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5771, 8.55]}, "bbox": [-111.4287, 42.5771, -111.4287, 42.5771]}, {"id": "3952", "type": "Feature", "properties": {"id": "ak16834651", "mag": 1.1, "time": 1505574443625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8572, 64.7619, 12.6]}, "bbox": [-139.8572, 64.7619, -139.8572, 64.7619]}, {"id": "3953", "type": "Feature", "properties": {"id": "nc72893271", "mag": 1.41, "time": 1505574428990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.638167, 2.02]}, "bbox": [-118.946833, 37.638167, -118.946833, 37.638167]}, {"id": "3954", "type": "Feature", "properties": {"id": "ak16860541", "mag": 2.0, "time": 1505574078688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3496, 59.7545, 127.1]}, "bbox": [-153.3496, 59.7545, -153.3496, 59.7545]}, {"id": "3955", "type": "Feature", "properties": {"id": "ci37764535", "mag": 1.64, "time": 1505573652280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1775, 33.193, 4.38]}, "bbox": [-116.1775, 33.193, -116.1775, 33.193]}, {"id": "3956", "type": "Feature", "properties": {"id": "ak16834350", "mag": 1.4, "time": 1505572849209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9009, 64.7582, 0.8]}, "bbox": [-139.9009, 64.7582, -139.9009, 64.7582]}, {"id": "3957", "type": "Feature", "properties": {"id": "us2000ap3f", "mag": 2.7, "time": 1505571851260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424, 42.5936, 4.8]}, "bbox": [-111.424, 42.5936, -111.424, 42.5936]}, {"id": "3958", "type": "Feature", "properties": {"id": "ak16834332", "mag": 2.5, "time": 1505571656570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9804, 59.5744, 87.3]}, "bbox": [-152.9804, 59.5744, -152.9804, 59.5744]}, {"id": "3959", "type": "Feature", "properties": {"id": "us2000ap3b", "mag": 5.4, "time": 1505571537070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9072, 16.226, 27.8]}, "bbox": [-94.9072, 16.226, -94.9072, 16.226]}, {"id": "3960", "type": "Feature", "properties": {"id": "ak16860538", "mag": 1.3, "time": 1505570434361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2424, 62.5449, 91.4]}, "bbox": [-151.2424, 62.5449, -151.2424, 62.5449]}, {"id": "3961", "type": "Feature", "properties": {"id": "uw61329766", "mag": 1.85, "time": 1505569264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0445, 46.876833, 6.67]}, "bbox": [-122.0445, 46.876833, -122.0445, 46.876833]}, {"id": "3962", "type": "Feature", "properties": {"id": "ak16834028", "mag": 1.9, "time": 1505568376976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1823, 62.4985, 43.1]}, "bbox": [-148.1823, 62.4985, -148.1823, 62.4985]}, {"id": "3963", "type": "Feature", "properties": {"id": "nc72893206", "mag": 1.29, "time": 1505567825160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931167, 37.587167, 0.64]}, "bbox": [-118.931167, 37.587167, -118.931167, 37.587167]}, {"id": "3964", "type": "Feature", "properties": {"id": "ci37764455", "mag": 2.74, "time": 1505566718480, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.162, 34.381, 19.82]}, "bbox": [-121.162, 34.381, -121.162, 34.381]}, {"id": "3965", "type": "Feature", "properties": {"id": "ak16860534", "mag": 1.8, "time": 1505566502565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1816, 59.9775, 117.4]}, "bbox": [-153.1816, 59.9775, -153.1816, 59.9775]}, {"id": "3966", "type": "Feature", "properties": {"id": "nc72893196", "mag": 1.67, "time": 1505566233320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7105, 38.752667, 1.06]}, "bbox": [-122.7105, 38.752667, -122.7105, 38.752667]}, {"id": "3967", "type": "Feature", "properties": {"id": "pr2017259001", "mag": 2.53, "time": 1505566066240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1556, 17.5196, 8.0]}, "bbox": [-67.1556, 17.5196, -67.1556, 17.5196]}, {"id": "3968", "type": "Feature", "properties": {"id": "nn00605483", "mag": 1.9, "time": 1505565978805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5538, 38.7481, 7.8]}, "bbox": [-119.5538, 38.7481, -119.5538, 38.7481]}, {"id": "3969", "type": "Feature", "properties": {"id": "ci37764447", "mag": 1.73, "time": 1505565806200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609667, 33.184833, 2.89]}, "bbox": [-115.609667, 33.184833, -115.609667, 33.184833]}, {"id": "3970", "type": "Feature", "properties": {"id": "ismpkansas70235458", "mag": 2.43, "time": 1505565729090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570167, 37.344833, 5.17]}, "bbox": [-97.570167, 37.344833, -97.570167, 37.344833]}, {"id": "3971", "type": "Feature", "properties": {"id": "us2000ap2h", "mag": 5.1, "time": 1505565414430, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.9693, -6.4027, 84.07]}, "bbox": [154.9693, -6.4027, 154.9693, -6.4027]}, {"id": "3972", "type": "Feature", "properties": {"id": "nc72893191", "mag": 1.22, "time": 1505565031030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840833, 37.499667, 1.31]}, "bbox": [-118.840833, 37.499667, -118.840833, 37.499667]}, {"id": "3973", "type": "Feature", "properties": {"id": "nc72893176", "mag": 1.02, "time": 1505564232460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837502, 1.89]}, "bbox": [-122.827667, 38.837502, -122.827667, 38.837502]}, {"id": "3974", "type": "Feature", "properties": {"id": "nc72893171", "mag": 1.16, "time": 1505563869000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.124, 36.5485, 6.91]}, "bbox": [-121.124, 36.5485, -121.124, 36.5485]}, {"id": "3975", "type": "Feature", "properties": {"id": "nc72893166", "mag": 1.98, "time": 1505563826250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.96, 36.383333, 5.84]}, "bbox": [-120.96, 36.383333, -120.96, 36.383333]}, {"id": "3976", "type": "Feature", "properties": {"id": "ak16860533", "mag": 2.3, "time": 1505563620965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2643, 51.2858, 23.3]}, "bbox": [-178.2643, 51.2858, -178.2643, 51.2858]}, {"id": "3977", "type": "Feature", "properties": {"id": "ak16833723", "mag": 1.8, "time": 1505563033811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0307, 59.9768, 107.6]}, "bbox": [-153.0307, 59.9768, -153.0307, 59.9768]}, {"id": "3978", "type": "Feature", "properties": {"id": "ak16833722", "mag": 1.0, "time": 1505562940424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5632, 63.5373, 8.9]}, "bbox": [-147.5632, 63.5373, -147.5632, 63.5373]}, {"id": "3979", "type": "Feature", "properties": {"id": "us2000ap1y", "mag": 2.6, "time": 1505562746670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.3487, 38.1953, 7.98]}, "bbox": [-87.3487, 38.1953, -87.3487, 38.1953]}, {"id": "3980", "type": "Feature", "properties": {"id": "ak16833715", "mag": 1.4, "time": 1505562545553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0358, 63.0385, 119.0]}, "bbox": [-151.0358, 63.0385, -151.0358, 63.0385]}, {"id": "3981", "type": "Feature", "properties": {"id": "us2000ap1n", "mag": 4.9, "time": 1505561075850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2793, -17.0456, 538.12]}, "bbox": [-179.2793, -17.0456, -179.2793, -17.0456]}, {"id": "3982", "type": "Feature", "properties": {"id": "us2000ap1h", "mag": 4.9, "time": 1505561004690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0304, 14.9269, 46.15]}, "bbox": [-94.0304, 14.9269, -94.0304, 14.9269]}, {"id": "3983", "type": "Feature", "properties": {"id": "nc72893161", "mag": 1.71, "time": 1505560933840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.120167, 35.9645, 23.92]}, "bbox": [-120.120167, 35.9645, -120.120167, 35.9645]}, {"id": "3984", "type": "Feature", "properties": {"id": "us2000at4t", "mag": 4.2, "time": 1505560744440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.8254, -7.4355, 134.05]}, "bbox": [128.8254, -7.4355, 128.8254, -7.4355]}, {"id": "3985", "type": "Feature", "properties": {"id": "ak16833426", "mag": 1.4, "time": 1505560633966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4578, 61.5042, 28.0]}, "bbox": [-146.4578, 61.5042, -146.4578, 61.5042]}, {"id": "3986", "type": "Feature", "properties": {"id": "us2000ap1d", "mag": 2.4, "time": 1505560442800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8006, 35.9908, 5.836]}, "bbox": [-96.8006, 35.9908, -96.8006, 35.9908]}, {"id": "3987", "type": "Feature", "properties": {"id": "nc72893146", "mag": 1.21, "time": 1505560059470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829167, 37.4595, 2.47]}, "bbox": [-118.829167, 37.4595, -118.829167, 37.4595]}, {"id": "3988", "type": "Feature", "properties": {"id": "us2000ap17", "mag": 4.2, "time": 1505558287960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.162, 15.1165, 61.6]}, "bbox": [-94.162, 15.1165, -94.162, 15.1165]}, {"id": "3989", "type": "Feature", "properties": {"id": "mb80255689", "mag": 1.86, "time": 1505557588190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1525, 48.101667, 7.53]}, "bbox": [-115.1525, 48.101667, -115.1525, 48.101667]}, {"id": "3990", "type": "Feature", "properties": {"id": "nc72893131", "mag": 1.55, "time": 1505557460780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826, 38.836333, 2.51]}, "bbox": [-122.826, 38.836333, -122.826, 38.836333]}, {"id": "3991", "type": "Feature", "properties": {"id": "us2000ap0t", "mag": 4.5, "time": 1505557108730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2297, 14.9414, 30.52]}, "bbox": [-94.2297, 14.9414, -94.2297, 14.9414]}, {"id": "3992", "type": "Feature", "properties": {"id": "uw61329606", "mag": 1.52, "time": 1505556991880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.998833, 47.691333, 5.06]}, "bbox": [-121.998833, 47.691333, -121.998833, 47.691333]}, {"id": "3993", "type": "Feature", "properties": {"id": "us2000ap0r", "mag": 5.4, "time": 1505556693470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [83.5155, 42.2053, 16.0]}, "bbox": [83.5155, 42.2053, 83.5155, 42.2053]}, {"id": "3994", "type": "Feature", "properties": {"id": "nc72893116", "mag": 1.84, "time": 1505556472360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.136, 35.962667, 25.16]}, "bbox": [-120.136, 35.962667, -120.136, 35.962667]}, {"id": "3995", "type": "Feature", "properties": {"id": "us2000at4a", "mag": 4.0, "time": 1505555867920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1193, -10.8831, 38.93]}, "bbox": [122.1193, -10.8831, 122.1193, -10.8831]}, {"id": "3996", "type": "Feature", "properties": {"id": "nc72893106", "mag": 2.2, "time": 1505555321940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 38.061667, 8.48]}, "bbox": [-118.918167, 38.061667, -118.918167, 38.061667]}, {"id": "3997", "type": "Feature", "properties": {"id": "ci37764391", "mag": 3.37, "time": 1505555150630, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.616167, 33.169667, 8.65]}, "bbox": [-115.616167, 33.169667, -115.616167, 33.169667]}, {"id": "3998", "type": "Feature", "properties": {"id": "ak16833112", "mag": 1.5, "time": 1505554903991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7489, 59.845, 6.0]}, "bbox": [-136.7489, 59.845, -136.7489, 59.845]}, {"id": "3999", "type": "Feature", "properties": {"id": "ak16832833", "mag": 1.9, "time": 1505554129377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7145, 60.2604, 9.4]}, "bbox": [-141.7145, 60.2604, -141.7145, 60.2604]}, {"id": "4000", "type": "Feature", "properties": {"id": "ak16832826", "mag": 1.1, "time": 1505553506665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3921, 63.5231, 5.2]}, "bbox": [-147.3921, 63.5231, -147.3921, 63.5231]}, {"id": "4001", "type": "Feature", "properties": {"id": "ak16832818", "mag": 2.0, "time": 1505552113865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4792, 63.0863, 5.5]}, "bbox": [-151.4792, 63.0863, -151.4792, 63.0863]}, {"id": "4002", "type": "Feature", "properties": {"id": "ak16860523", "mag": 1.1, "time": 1505550954800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5868, 63.8926, 99.6]}, "bbox": [-148.5868, 63.8926, -148.5868, 63.8926]}, {"id": "4003", "type": "Feature", "properties": {"id": "us2000ap0a", "mag": 4.0, "time": 1505550836160, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.685, 37.0689, 6.9]}, "bbox": [27.685, 37.0689, 27.685, 37.0689]}, {"id": "4004", "type": "Feature", "properties": {"id": "ci37764359", "mag": 1.53, "time": 1505550124480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 33.145833, 9.49]}, "bbox": [-115.9555, 33.145833, -115.9555, 33.145833]}, {"id": "4005", "type": "Feature", "properties": {"id": "ci37764335", "mag": 1.72, "time": 1505549627950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.053167, 36.123167, 1.12]}, "bbox": [-118.053167, 36.123167, -118.053167, 36.123167]}, {"id": "4006", "type": "Feature", "properties": {"id": "ci37764327", "mag": 1.0, "time": 1505549298090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920833, 33.975167, 6.39]}, "bbox": [-116.920833, 33.975167, -116.920833, 33.975167]}, {"id": "4007", "type": "Feature", "properties": {"id": "ak16832531", "mag": 1.9, "time": 1505548305568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9221, 64.7554, 18.3]}, "bbox": [-139.9221, 64.7554, -139.9221, 64.7554]}, {"id": "4008", "type": "Feature", "properties": {"id": "pr2017259000", "mag": 3.64, "time": 1505548231440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.0526, 18.4531, 34.0]}, "bbox": [-64.0526, 18.4531, -64.0526, 18.4531]}, {"id": "4009", "type": "Feature", "properties": {"id": "nn00605447", "mag": 1.3, "time": 1505548133652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0331, 40.436, 11.8]}, "bbox": [-120.0331, 40.436, -120.0331, 40.436]}, {"id": "4010", "type": "Feature", "properties": {"id": "ak16860520", "mag": 1.3, "time": 1505547550857, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9184, 62.2903, 70.9]}, "bbox": [-150.9184, 62.2903, -150.9184, 62.2903]}, {"id": "4011", "type": "Feature", "properties": {"id": "ci37764303", "mag": 0.95, "time": 1505546199690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922833, 33.978, 5.2]}, "bbox": [-116.922833, 33.978, -116.922833, 33.978]}, {"id": "4012", "type": "Feature", "properties": {"id": "ak16832252", "mag": 3.1, "time": 1505545940675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5336, 51.3744, 18.2]}, "bbox": [178.5336, 51.3744, 178.5336, 51.3744]}, {"id": "4013", "type": "Feature", "properties": {"id": "nc72893051", "mag": 1.0, "time": 1505544999790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.518833, 0.05]}, "bbox": [-118.8995, 37.518833, -118.8995, 37.518833]}, {"id": "4014", "type": "Feature", "properties": {"id": "hv61909871", "mag": 3.66, "time": 1505544037320, "felt": 734.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.487667, 21.642167, 10.046]}, "bbox": [-157.487667, 21.642167, -157.487667, 21.642167]}, {"id": "4015", "type": "Feature", "properties": {"id": "ak16832238", "mag": 2.6, "time": 1505543981141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.591, 58.4419, 63.5]}, "bbox": [-153.591, 58.4419, -153.591, 58.4419]}, {"id": "4016", "type": "Feature", "properties": {"id": "ak16860517", "mag": 1.9, "time": 1505543962894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4461, 59.504, 85.4]}, "bbox": [-152.4461, 59.504, -152.4461, 59.504]}, {"id": "4017", "type": "Feature", "properties": {"id": "ci37764247", "mag": 0.97, "time": 1505543854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.918833, 33.976667, 6.71]}, "bbox": [-116.918833, 33.976667, -116.918833, 33.976667]}, {"id": "4018", "type": "Feature", "properties": {"id": "ak16832235", "mag": 1.7, "time": 1505543819625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8364, 61.486, 9.3]}, "bbox": [-146.8364, 61.486, -146.8364, 61.486]}, {"id": "4019", "type": "Feature", "properties": {"id": "us2000anze", "mag": 4.4, "time": 1505543417100, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.4791, 13.6017, 52.75]}, "bbox": [-90.4791, 13.6017, -90.4791, 13.6017]}, {"id": "4020", "type": "Feature", "properties": {"id": "nc72893026", "mag": 0.96, "time": 1505543269370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8325, 37.540333, 4.97]}, "bbox": [-118.8325, 37.540333, -118.8325, 37.540333]}, {"id": "4021", "type": "Feature", "properties": {"id": "nc72893021", "mag": 1.36, "time": 1505543240340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.181833, 37.775667, 14.71]}, "bbox": [-122.181833, 37.775667, -122.181833, 37.775667]}, {"id": "4022", "type": "Feature", "properties": {"id": "ak16831965", "mag": 1.2, "time": 1505542824882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1125, 62.0856, 43.0]}, "bbox": [-148.1125, 62.0856, -148.1125, 62.0856]}, {"id": "4023", "type": "Feature", "properties": {"id": "nc72893011", "mag": 1.57, "time": 1505541411490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8025, 38.706667, 3.14]}, "bbox": [-122.8025, 38.706667, -122.8025, 38.706667]}, {"id": "4024", "type": "Feature", "properties": {"id": "ak16831959", "mag": 1.0, "time": 1505541221769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4333, 66.2529, 10.1]}, "bbox": [-157.4333, 66.2529, -157.4333, 66.2529]}, {"id": "4025", "type": "Feature", "properties": {"id": "ak16831957", "mag": 1.8, "time": 1505541032598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4004, 57.5066, 48.2]}, "bbox": [-154.4004, 57.5066, -154.4004, 57.5066]}, {"id": "4026", "type": "Feature", "properties": {"id": "us2000anz4", "mag": 4.4, "time": 1505540612950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.854, 17.4925, 32.6]}, "bbox": [-60.854, 17.4925, -60.854, 17.4925]}, {"id": "4027", "type": "Feature", "properties": {"id": "us2000anz2", "mag": 4.1, "time": 1505540153920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.143, 15.2335, 36.21]}, "bbox": [-94.143, 15.2335, -94.143, 15.2335]}, {"id": "4028", "type": "Feature", "properties": {"id": "ci37764183", "mag": 1.57, "time": 1505539498920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 33.976667, 6.44]}, "bbox": [-116.924667, 33.976667, -116.924667, 33.976667]}, {"id": "4029", "type": "Feature", "properties": {"id": "us2000anyv", "mag": 3.7, "time": 1505539256530, "felt": 22.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5716, 8.12]}, "bbox": [-111.4153, 42.5716, -111.4153, 42.5716]}, {"id": "4030", "type": "Feature", "properties": {"id": "nc72893001", "mag": 1.74, "time": 1505539200450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.266667, 39.366833, -0.52]}, "bbox": [-123.266667, 39.366833, -123.266667, 39.366833]}, {"id": "4031", "type": "Feature", "properties": {"id": "nn00605425", "mag": 1.2, "time": 1505536942149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.719, 36.6783, 6.3]}, "bbox": [-115.719, 36.6783, -115.719, 36.6783]}, {"id": "4032", "type": "Feature", "properties": {"id": "ci37764071", "mag": 3.03, "time": 1505536766220, "felt": 99.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.926333, 33.9745, 5.92]}, "bbox": [-116.926333, 33.9745, -116.926333, 33.9745]}, {"id": "4033", "type": "Feature", "properties": {"id": "us2000anyf", "mag": 4.6, "time": 1505535666910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9491, -1.4664, 157.52]}, "bbox": [-77.9491, -1.4664, -77.9491, -1.4664]}, {"id": "4034", "type": "Feature", "properties": {"id": "nc72892991", "mag": 1.09, "time": 1505535129720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777833, 39.807833, 8.29]}, "bbox": [-122.777833, 39.807833, -122.777833, 39.807833]}, {"id": "4035", "type": "Feature", "properties": {"id": "us2000any5", "mag": 4.3, "time": 1505534256750, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.7094, 13.2544, 54.8]}, "bbox": [-89.7094, 13.2544, -89.7094, 13.2544]}, {"id": "4036", "type": "Feature", "properties": {"id": "ak16831411", "mag": 1.0, "time": 1505534077361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8446, 61.8774, 13.6]}, "bbox": [-148.8446, 61.8774, -148.8446, 61.8774]}, {"id": "4037", "type": "Feature", "properties": {"id": "nn00605540", "mag": 1.1, "time": 1505533644071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5347, 38.3939, 14.7]}, "bbox": [-116.5347, 38.3939, -116.5347, 38.3939]}, {"id": "4038", "type": "Feature", "properties": {"id": "ci37764039", "mag": 1.68, "time": 1505533494970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.682, 35.141167, 11.28]}, "bbox": [-119.682, 35.141167, -119.682, 35.141167]}, {"id": "4039", "type": "Feature", "properties": {"id": "ci37764031", "mag": 1.75, "time": 1505533234710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.516833, 32.862, 5.65]}, "bbox": [-115.516833, 32.862, -115.516833, 32.862]}, {"id": "4040", "type": "Feature", "properties": {"id": "ak16831410", "mag": 1.3, "time": 1505532137489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8143, 61.3719, 31.3]}, "bbox": [-146.8143, 61.3719, -146.8143, 61.3719]}, {"id": "4041", "type": "Feature", "properties": {"id": "nc72892971", "mag": 0.98, "time": 1505532054400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8735, 37.542, 7.25]}, "bbox": [-118.8735, 37.542, -118.8735, 37.542]}, {"id": "4042", "type": "Feature", "properties": {"id": "nm60206921", "mag": 1.9, "time": 1505531769960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3315, 35.6915, 12.51]}, "bbox": [-90.3315, 35.6915, -90.3315, 35.6915]}, {"id": "4043", "type": "Feature", "properties": {"id": "ci37764007", "mag": 1.33, "time": 1505531552680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.105667, 34.034, 6.86]}, "bbox": [-117.105667, 34.034, -117.105667, 34.034]}, {"id": "4044", "type": "Feature", "properties": {"id": "ak16860509", "mag": 1.7, "time": 1505530441142, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2233, 59.405, 90.5]}, "bbox": [-153.2233, 59.405, -153.2233, 59.405]}, {"id": "4045", "type": "Feature", "properties": {"id": "ak16831409", "mag": 2.6, "time": 1505529914916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7519, 54.2192, 117.7]}, "bbox": [-165.7519, 54.2192, -165.7519, 54.2192]}, {"id": "4046", "type": "Feature", "properties": {"id": "ci37763991", "mag": 1.37, "time": 1505528713010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.193833, 7.41]}, "bbox": [-116.179, 33.193833, -116.179, 33.193833]}, {"id": "4047", "type": "Feature", "properties": {"id": "ci37763983", "mag": 1.44, "time": 1505528615710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793333, 33.493667, 4.8]}, "bbox": [-116.793333, 33.493667, -116.793333, 33.493667]}, {"id": "4048", "type": "Feature", "properties": {"id": "us2000anxt", "mag": 4.3, "time": 1505528560360, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-100.0309, 17.2785, 69.28]}, "bbox": [-100.0309, 17.2785, -100.0309, 17.2785]}, {"id": "4049", "type": "Feature", "properties": {"id": "nc72892956", "mag": 1.06, "time": 1505527887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.904167, 37.519667, -0.32]}, "bbox": [-118.904167, 37.519667, -118.904167, 37.519667]}, {"id": "4050", "type": "Feature", "properties": {"id": "ak16831144", "mag": 1.1, "time": 1505526547318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6449, 63.5861, 5.7]}, "bbox": [-150.6449, 63.5861, -150.6449, 63.5861]}, {"id": "4051", "type": "Feature", "properties": {"id": "ak16831140", "mag": 1.8, "time": 1505526295378, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4346, 59.0192, 66.8]}, "bbox": [-152.4346, 59.0192, -152.4346, 59.0192]}, {"id": "4052", "type": "Feature", "properties": {"id": "nc72892946", "mag": 1.02, "time": 1505525854460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.786999, 0.87]}, "bbox": [-122.764168, 38.786999, -122.764168, 38.786999]}, {"id": "4053", "type": "Feature", "properties": {"id": "ci37763959", "mag": 1.17, "time": 1505525787900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.395167, 34.877167, 11.59]}, "bbox": [-119.395167, 34.877167, -119.395167, 34.877167]}, {"id": "4054", "type": "Feature", "properties": {"id": "nc72892941", "mag": 1.34, "time": 1505525721400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772833, 38.807167, -0.11]}, "bbox": [-122.772833, 38.807167, -122.772833, 38.807167]}, {"id": "4055", "type": "Feature", "properties": {"id": "nc72892936", "mag": 1.51, "time": 1505525691180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.545, 3.75]}, "bbox": [-118.819167, 37.545, -118.819167, 37.545]}, {"id": "4056", "type": "Feature", "properties": {"id": "us2000anxl", "mag": 4.6, "time": 1505525689580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5872, 52.0486, 37.0]}, "bbox": [-170.5872, 52.0486, -170.5872, 52.0486]}, {"id": "4057", "type": "Feature", "properties": {"id": "ak16831132", "mag": 1.8, "time": 1505525666712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6913, 63.5749, 10.4]}, "bbox": [-150.6913, 63.5749, -150.6913, 63.5749]}, {"id": "4058", "type": "Feature", "properties": {"id": "ak16831131", "mag": 1.1, "time": 1505525600973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6368, 63.6017, 8.9]}, "bbox": [-150.6368, 63.6017, -150.6368, 63.6017]}, {"id": "4059", "type": "Feature", "properties": {"id": "nc72892931", "mag": 1.16, "time": 1505524996900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.806167, 36.224833, 7.5]}, "bbox": [-120.806167, 36.224833, -120.806167, 36.224833]}, {"id": "4060", "type": "Feature", "properties": {"id": "ak16830868", "mag": 2.0, "time": 1505523996780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.276, 57.4142, 39.6]}, "bbox": [-154.276, 57.4142, -154.276, 57.4142]}, {"id": "4061", "type": "Feature", "properties": {"id": "ak16860501", "mag": 1.8, "time": 1505523576256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.099, 59.7523, 100.4]}, "bbox": [-153.099, 59.7523, -153.099, 59.7523]}, {"id": "4062", "type": "Feature", "properties": {"id": "ak16830864", "mag": 1.0, "time": 1505522724047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3705, 66.2593, 7.1]}, "bbox": [-142.3705, 66.2593, -142.3705, 66.2593]}, {"id": "4063", "type": "Feature", "properties": {"id": "ak16830862", "mag": 1.4, "time": 1505522720015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8357, 63.5631, 6.8]}, "bbox": [-150.8357, 63.5631, -150.8357, 63.5631]}, {"id": "4064", "type": "Feature", "properties": {"id": "us2000at41", "mag": 4.6, "time": 1505522674060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.6259, -23.9788, 10.0]}, "bbox": [69.6259, -23.9788, 69.6259, -23.9788]}, {"id": "4065", "type": "Feature", "properties": {"id": "us2000anwt", "mag": 4.3, "time": 1505522470090, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.2357, -37.2039, 9.72]}, "bbox": [-74.2357, -37.2039, -74.2357, -37.2039]}, {"id": "4066", "type": "Feature", "properties": {"id": "uu60246252", "mag": 1.18, "time": 1505521902190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4075, 42.596, 3.5]}, "bbox": [-111.4075, 42.596, -111.4075, 42.596]}, {"id": "4067", "type": "Feature", "properties": {"id": "ak16830861", "mag": 1.2, "time": 1505521740882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7991, 61.6212, 38.4]}, "bbox": [-147.7991, 61.6212, -147.7991, 61.6212]}, {"id": "4068", "type": "Feature", "properties": {"id": "ak16830860", "mag": 1.0, "time": 1505521253411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9628, 64.7584, 4.1]}, "bbox": [-139.9628, 64.7584, -139.9628, 64.7584]}, {"id": "4069", "type": "Feature", "properties": {"id": "ak16830858", "mag": 1.6, "time": 1505521010086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3459, 62.5868, 57.7]}, "bbox": [-148.3459, 62.5868, -148.3459, 62.5868]}, {"id": "4070", "type": "Feature", "properties": {"id": "us2000at4p", "mag": 4.6, "time": 1505520028160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-30.9669, 2.8319, 10.0]}, "bbox": [-30.9669, 2.8319, -30.9669, 2.8319]}, {"id": "4071", "type": "Feature", "properties": {"id": "ak16830852", "mag": 2.5, "time": 1505519615949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8797, 64.7729, 8.4]}, "bbox": [-139.8797, 64.7729, -139.8797, 64.7729]}, {"id": "4072", "type": "Feature", "properties": {"id": "ak16830848", "mag": 3.4, "time": 1505519352423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9613, 56.0051, 45.4]}, "bbox": [-156.9613, 56.0051, -156.9613, 56.0051]}, {"id": "4073", "type": "Feature", "properties": {"id": "ak16830585", "mag": 2.2, "time": 1505518242769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9245, 64.7851, 9.3]}, "bbox": [-139.9245, 64.7851, -139.9245, 64.7851]}, {"id": "4074", "type": "Feature", "properties": {"id": "ak16830502", "mag": 1.5, "time": 1505517724005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3927, 62.7723, 62.1]}, "bbox": [-148.3927, 62.7723, -148.3927, 62.7723]}, {"id": "4075", "type": "Feature", "properties": {"id": "hv61909476", "mag": 1.46, "time": 1505517626230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6105, 19.420833, 2.212]}, "bbox": [-155.6105, 19.420833, -155.6105, 19.420833]}, {"id": "4076", "type": "Feature", "properties": {"id": "us2000anvi", "mag": 4.9, "time": 1505517194700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.9781, 67.621, 14.89]}, "bbox": [142.9781, 67.621, 142.9781, 67.621]}, {"id": "4077", "type": "Feature", "properties": {"id": "ak16852972", "mag": 2.3, "time": 1505516822454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.046, 51.6929, 12.7]}, "bbox": [-175.046, 51.6929, -175.046, 51.6929]}, {"id": "4078", "type": "Feature", "properties": {"id": "us2000asms", "mag": 4.2, "time": 1505515397660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.5667, -4.6769, 135.04]}, "bbox": [151.5667, -4.6769, 151.5667, -4.6769]}, {"id": "4079", "type": "Feature", "properties": {"id": "ak16830490", "mag": 2.1, "time": 1505515348546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2666, 60.2335, 149.7]}, "bbox": [-153.2666, 60.2335, -153.2666, 60.2335]}, {"id": "4080", "type": "Feature", "properties": {"id": "us2000anza", "mag": 4.2, "time": 1505515078190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9514, 12.8959, 27.42]}, "bbox": [91.9514, 12.8959, 91.9514, 12.8959]}, {"id": "4081", "type": "Feature", "properties": {"id": "ak16852968", "mag": 1.7, "time": 1505514517165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1028, 59.5574, 89.2]}, "bbox": [-153.1028, 59.5574, -153.1028, 59.5574]}, {"id": "4082", "type": "Feature", "properties": {"id": "ak16830486", "mag": 1.5, "time": 1505514413181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8103, 64.7863, 4.0]}, "bbox": [-139.8103, 64.7863, -139.8103, 64.7863]}, {"id": "4083", "type": "Feature", "properties": {"id": "ak16852966", "mag": 1.7, "time": 1505514284700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1862, 59.9258, 120.0]}, "bbox": [-153.1862, 59.9258, -153.1862, 59.9258]}, {"id": "4084", "type": "Feature", "properties": {"id": "nc72892896", "mag": 1.71, "time": 1505514238180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.848, 40.281, 4.76]}, "bbox": [-120.848, 40.281, -120.848, 40.281]}, {"id": "4085", "type": "Feature", "properties": {"id": "us2000aqg1", "mag": 3.2, "time": 1505514207940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4161, 53.6697, 25.19]}, "bbox": [-164.4161, 53.6697, -164.4161, 53.6697]}, {"id": "4086", "type": "Feature", "properties": {"id": "nc72892891", "mag": 1.42, "time": 1505514193630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7085, 38.747, 1.29]}, "bbox": [-122.7085, 38.747, -122.7085, 38.747]}, {"id": "4087", "type": "Feature", "properties": {"id": "us2000antx", "mag": 2.8, "time": 1505513431240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9688, 37.279, 4.85]}, "bbox": [-97.9688, 37.279, -97.9688, 37.279]}, {"id": "4088", "type": "Feature", "properties": {"id": "ak16830471", "mag": 1.3, "time": 1505513126878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0818, 58.2131, 3.4]}, "bbox": [-155.0818, 58.2131, -155.0818, 58.2131]}, {"id": "4089", "type": "Feature", "properties": {"id": "us2000aqg0", "mag": 2.6, "time": 1505512544140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6723, 51.5577, 10.0]}, "bbox": [178.6723, 51.5577, 178.6723, 51.5577]}, {"id": "4090", "type": "Feature", "properties": {"id": "us2000antf", "mag": 4.6, "time": 1505512126220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.5618, -5.9077, 108.71]}, "bbox": [147.5618, -5.9077, 147.5618, -5.9077]}, {"id": "4091", "type": "Feature", "properties": {"id": "ak16830466", "mag": 1.7, "time": 1505511266504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7109, 60.4891, 8.6]}, "bbox": [-138.7109, 60.4891, -138.7109, 60.4891]}, {"id": "4092", "type": "Feature", "properties": {"id": "us2000asmu", "mag": 4.3, "time": 1505510611600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.0445, 34.5022, 328.82]}, "bbox": [137.0445, 34.5022, 137.0445, 34.5022]}, {"id": "4093", "type": "Feature", "properties": {"id": "us2000anrz", "mag": 3.1, "time": 1505510517900, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4379, 42.6057, 6.23]}, "bbox": [-111.4379, 42.6057, -111.4379, 42.6057]}, {"id": "4094", "type": "Feature", "properties": {"id": "ak16830211", "mag": 3.0, "time": 1505510263990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8926, 64.7765, 8.2]}, "bbox": [-139.8926, 64.7765, -139.8926, 64.7765]}, {"id": "4095", "type": "Feature", "properties": {"id": "ak16852960", "mag": 1.5, "time": 1505509916511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1722, 61.1116, 68.8]}, "bbox": [-151.1722, 61.1116, -151.1722, 61.1116]}, {"id": "4096", "type": "Feature", "properties": {"id": "ak16852959", "mag": 2.0, "time": 1505509441508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4835, 51.7117, 13.6]}, "bbox": [-178.4835, 51.7117, -178.4835, 51.7117]}, {"id": "4097", "type": "Feature", "properties": {"id": "nc72892861", "mag": 1.56, "time": 1505509197990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.217167, 35.152667, 7.27]}, "bbox": [-121.217167, 35.152667, -121.217167, 35.152667]}, {"id": "4098", "type": "Feature", "properties": {"id": "nn00605401", "mag": 1.3, "time": 1505508712532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5746, 38.7781, 10.3]}, "bbox": [-119.5746, 38.7781, -119.5746, 38.7781]}, {"id": "4099", "type": "Feature", "properties": {"id": "us2000anqp", "mag": 4.4, "time": 1505508340380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.6832, 12.6788, 125.94]}, "bbox": [142.6832, 12.6788, 142.6832, 12.6788]}, {"id": "4100", "type": "Feature", "properties": {"id": "nn00605391", "mag": 1.0, "time": 1505508003630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3614, 38.5819, 3.5]}, "bbox": [-118.3614, 38.5819, -118.3614, 38.5819]}, {"id": "4101", "type": "Feature", "properties": {"id": "ci37763831", "mag": 1.45, "time": 1505507271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.356667, 34.4865, 9.29]}, "bbox": [-119.356667, 34.4865, -119.356667, 34.4865]}, {"id": "4102", "type": "Feature", "properties": {"id": "ak16830197", "mag": 2.1, "time": 1505507006348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8768, 60.2433, 18.6]}, "bbox": [-140.8768, 60.2433, -140.8768, 60.2433]}, {"id": "4103", "type": "Feature", "properties": {"id": "nc72892846", "mag": 2.43, "time": 1505506978320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.075333, 36.496667, 4.87]}, "bbox": [-121.075333, 36.496667, -121.075333, 36.496667]}, {"id": "4104", "type": "Feature", "properties": {"id": "us2000annp", "mag": 2.3, "time": 1505506905940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5599, 9.59]}, "bbox": [-111.4277, 42.5599, -111.4277, 42.5599]}, {"id": "4105", "type": "Feature", "properties": {"id": "ak16829946", "mag": 2.6, "time": 1505506584731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9781, 57.0654, 81.6]}, "bbox": [-155.9781, 57.0654, -155.9781, 57.0654]}, {"id": "4106", "type": "Feature", "properties": {"id": "nc72892841", "mag": 1.21, "time": 1505506558180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.823167, 2.59]}, "bbox": [-122.801833, 38.823167, -122.801833, 38.823167]}, {"id": "4107", "type": "Feature", "properties": {"id": "ci37763815", "mag": 1.6, "time": 1505506434580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.772667, 33.326167, 12.6]}, "bbox": [-116.772667, 33.326167, -116.772667, 33.326167]}, {"id": "4108", "type": "Feature", "properties": {"id": "ak16829942", "mag": 2.0, "time": 1505506388550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6381, 59.7681, 10.4]}, "bbox": [-136.6381, 59.7681, -136.6381, 59.7681]}, {"id": "4109", "type": "Feature", "properties": {"id": "ak16829939", "mag": 1.3, "time": 1505506296730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3557, 64.9805, 0.0]}, "bbox": [-147.3557, 64.9805, -147.3557, 64.9805]}, {"id": "4110", "type": "Feature", "properties": {"id": "ak16829919", "mag": 3.2, "time": 1505506091028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8331, 59.8732, 91.8]}, "bbox": [-152.8331, 59.8732, -152.8331, 59.8732]}, {"id": "4111", "type": "Feature", "properties": {"id": "ak16829917", "mag": 1.1, "time": 1505506034459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1896, 63.4641, 20.7]}, "bbox": [-147.1896, 63.4641, -147.1896, 63.4641]}, {"id": "4112", "type": "Feature", "properties": {"id": "nc72892821", "mag": 1.26, "time": 1505506033580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.407667, 37.504333, 1.03]}, "bbox": [-122.407667, 37.504333, -122.407667, 37.504333]}, {"id": "4113", "type": "Feature", "properties": {"id": "pr2017258005", "mag": 3.43, "time": 1505505501670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.6295, 19.1915, 40.0]}, "bbox": [-64.6295, 19.1915, -64.6295, 19.1915]}, {"id": "4114", "type": "Feature", "properties": {"id": "ak16829915", "mag": 1.5, "time": 1505505395135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6711, 60.3885, 41.7]}, "bbox": [-150.6711, 60.3885, -150.6711, 60.3885]}, {"id": "4115", "type": "Feature", "properties": {"id": "ak16829913", "mag": 2.1, "time": 1505505235226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.0254, 58.4988, 9.7]}, "bbox": [-135.0254, 58.4988, -135.0254, 58.4988]}, {"id": "4116", "type": "Feature", "properties": {"id": "ak16829904", "mag": 1.1, "time": 1505503708373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5162, 63.4918, 1.6]}, "bbox": [-147.5162, 63.4918, -147.5162, 63.4918]}, {"id": "4117", "type": "Feature", "properties": {"id": "nc72892806", "mag": 1.03, "time": 1505503474580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.488333, 37.450833, 4.91]}, "bbox": [-118.488333, 37.450833, -118.488333, 37.450833]}, {"id": "4118", "type": "Feature", "properties": {"id": "ci37763759", "mag": 1.72, "time": 1505502131450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796, 33.503167, 6.45]}, "bbox": [-116.796, 33.503167, -116.796, 33.503167]}, {"id": "4119", "type": "Feature", "properties": {"id": "us2000anjp", "mag": 5.5, "time": 1505501282460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.3292, -55.4644, 9.0]}, "bbox": [-28.3292, -55.4644, -28.3292, -55.4644]}, {"id": "4120", "type": "Feature", "properties": {"id": "nc72892771", "mag": 1.05, "time": 1505500911720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.725334, 38.757, 1.52]}, "bbox": [-122.725334, 38.757, -122.725334, 38.757]}, {"id": "4121", "type": "Feature", "properties": {"id": "us2000anjh", "mag": 4.5, "time": 1505500904740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.72, 54.0122, 10.0]}, "bbox": [169.72, 54.0122, 169.72, 54.0122]}, {"id": "4122", "type": "Feature", "properties": {"id": "uw61308057", "mag": 0.97, "time": 1505500854880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.858667, 48.515, 37.88]}, "bbox": [-124.858667, 48.515, -124.858667, 48.515]}, {"id": "4123", "type": "Feature", "properties": {"id": "ak16829625", "mag": 1.6, "time": 1505499922143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3749, 60.4419, 18.3]}, "bbox": [-147.3749, 60.4419, -147.3749, 60.4419]}, {"id": "4124", "type": "Feature", "properties": {"id": "uu60246132", "mag": 1.51, "time": 1505499901840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.537167, 7.15]}, "bbox": [-111.420667, 42.537167, -111.420667, 42.537167]}, {"id": "4125", "type": "Feature", "properties": {"id": "nc72892766", "mag": 2.33, "time": 1505499839660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.49, 37.447667, 5.54]}, "bbox": [-118.49, 37.447667, -118.49, 37.447667]}, {"id": "4126", "type": "Feature", "properties": {"id": "nc72892756", "mag": 1.0, "time": 1505499395080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799667, 37.462333, 0.05]}, "bbox": [-118.799667, 37.462333, -118.799667, 37.462333]}, {"id": "4127", "type": "Feature", "properties": {"id": "nc72892761", "mag": 1.02, "time": 1505499284680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.445, 37.379333, 14.57]}, "bbox": [-118.445, 37.379333, -118.445, 37.379333]}, {"id": "4128", "type": "Feature", "properties": {"id": "ak16829622", "mag": 1.1, "time": 1505498936272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4458, 61.0059, 4.9]}, "bbox": [-152.4458, 61.0059, -152.4458, 61.0059]}, {"id": "4129", "type": "Feature", "properties": {"id": "us2000anhz", "mag": 4.2, "time": 1505498539950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9892, 15.1825, 46.32]}, "bbox": [-93.9892, 15.1825, -93.9892, 15.1825]}, {"id": "4130", "type": "Feature", "properties": {"id": "ak16829378", "mag": 1.9, "time": 1505498347271, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7292, 60.4845, 7.5]}, "bbox": [-138.7292, 60.4845, -138.7292, 60.4845]}, {"id": "4131", "type": "Feature", "properties": {"id": "ci37763719", "mag": 1.44, "time": 1505498108300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.178169, 35.602833, 5.95]}, "bbox": [-118.178169, 35.602833, -118.178169, 35.602833]}, {"id": "4132", "type": "Feature", "properties": {"id": "us2000anhd", "mag": 5.0, "time": 1505497546880, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [28.8132, -2.7314, 12.98]}, "bbox": [28.8132, -2.7314, 28.8132, -2.7314]}, {"id": "4133", "type": "Feature", "properties": {"id": "ci37763711", "mag": 1.02, "time": 1505497385540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.102833, 33.170333, 9.6]}, "bbox": [-116.102833, 33.170333, -116.102833, 33.170333]}, {"id": "4134", "type": "Feature", "properties": {"id": "ak16829370", "mag": 1.8, "time": 1505496661795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3298, 60.0961, 93.1]}, "bbox": [-152.3298, 60.0961, -152.3298, 60.0961]}, {"id": "4135", "type": "Feature", "properties": {"id": "nc72892746", "mag": 1.22, "time": 1505496479100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.641667, 37.477167, 6.06]}, "bbox": [-118.641667, 37.477167, -118.641667, 37.477167]}, {"id": "4136", "type": "Feature", "properties": {"id": "us2000angr", "mag": 4.6, "time": 1505496373980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.527, 53.8618, 60.06]}, "bbox": [160.527, 53.8618, 160.527, 53.8618]}, {"id": "4137", "type": "Feature", "properties": {"id": "ci37763679", "mag": 1.04, "time": 1505495567950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808, 36.012167, 1.77]}, "bbox": [-117.808, 36.012167, -117.808, 36.012167]}, {"id": "4138", "type": "Feature", "properties": {"id": "ak16829365", "mag": 1.4, "time": 1505494067842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3827, 63.102, 108.2]}, "bbox": [-150.3827, 63.102, -150.3827, 63.102]}, {"id": "4139", "type": "Feature", "properties": {"id": "uw61308032", "mag": 1.41, "time": 1505493000220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048333, 47.3965, 13.93]}, "bbox": [-122.048333, 47.3965, -122.048333, 47.3965]}, {"id": "4140", "type": "Feature", "properties": {"id": "nc72892711", "mag": 1.1, "time": 1505492830650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807, 38.822667, 2.57]}, "bbox": [-122.807, 38.822667, -122.807, 38.822667]}, {"id": "4141", "type": "Feature", "properties": {"id": "uw61308027", "mag": 1.17, "time": 1505492391290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0485, 47.395833, 13.68]}, "bbox": [-122.0485, 47.395833, -122.0485, 47.395833]}, {"id": "4142", "type": "Feature", "properties": {"id": "ak16829360", "mag": 2.9, "time": 1505491697051, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4354, 53.7237, 49.7]}, "bbox": [-164.4354, 53.7237, -164.4354, 53.7237]}, {"id": "4143", "type": "Feature", "properties": {"id": "pr2017258004", "mag": 1.98, "time": 1505491060700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7353, 18.0013, 7.0]}, "bbox": [-66.7353, 18.0013, -66.7353, 18.0013]}, {"id": "4144", "type": "Feature", "properties": {"id": "ak16829358", "mag": 1.6, "time": 1505491027770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6843, 60.3013, 49.8]}, "bbox": [-150.6843, 60.3013, -150.6843, 60.3013]}, {"id": "4145", "type": "Feature", "properties": {"id": "us2000angc", "mag": 4.7, "time": 1505490910540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4948, -51.951, 10.0]}, "bbox": [140.4948, -51.951, 140.4948, -51.951]}, {"id": "4146", "type": "Feature", "properties": {"id": "ak16829355", "mag": 3.2, "time": 1505490508935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4074, 55.3684, 134.2]}, "bbox": [-162.4074, 55.3684, -162.4074, 55.3684]}, {"id": "4147", "type": "Feature", "properties": {"id": "uu60246117", "mag": 1.78, "time": 1505490038910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438833, 42.587833, 3.5]}, "bbox": [-111.438833, 42.587833, -111.438833, 42.587833]}, {"id": "4148", "type": "Feature", "properties": {"id": "ci37763607", "mag": 1.3, "time": 1505489472220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491167, 33.8525, -0.5]}, "bbox": [-117.491167, 33.8525, -117.491167, 33.8525]}, {"id": "4149", "type": "Feature", "properties": {"id": "ismpkansas70235413", "mag": 2.08, "time": 1505488486050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.96, 37.276667, 2.46]}, "bbox": [-97.96, 37.276667, -97.96, 37.276667]}, {"id": "4150", "type": "Feature", "properties": {"id": "ak16829351", "mag": 1.4, "time": 1505488175090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4615, 63.0908, 2.8]}, "bbox": [-151.4615, 63.0908, -151.4615, 63.0908]}, {"id": "4151", "type": "Feature", "properties": {"id": "hv61908956", "mag": 2.13, "time": 1505487142110, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.862333, 19.450333, 1.074]}, "bbox": [-154.862333, 19.450333, -154.862333, 19.450333]}, {"id": "4152", "type": "Feature", "properties": {"id": "ak16829348", "mag": 2.3, "time": 1505486994801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5994, 64.2424, 10.6]}, "bbox": [-163.5994, 64.2424, -163.5994, 64.2424]}, {"id": "4153", "type": "Feature", "properties": {"id": "ak16852936", "mag": 1.5, "time": 1505485797408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5105, 60.533, 54.5]}, "bbox": [-150.5105, 60.533, -150.5105, 60.533]}, {"id": "4154", "type": "Feature", "properties": {"id": "ak16829346", "mag": 1.6, "time": 1505485726963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8399, 59.9528, 0.0]}, "bbox": [-139.8399, 59.9528, -139.8399, 59.9528]}, {"id": "4155", "type": "Feature", "properties": {"id": "mb80255559", "mag": 1.54, "time": 1505485070000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.898, 12.92]}, "bbox": [-112.528, 46.898, -112.528, 46.898]}, {"id": "4156", "type": "Feature", "properties": {"id": "us2000asmd", "mag": 4.0, "time": 1505484479350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [118.2763, -7.0257, 10.0]}, "bbox": [118.2763, -7.0257, 118.2763, -7.0257]}, {"id": "4157", "type": "Feature", "properties": {"id": "ci37763559", "mag": 1.43, "time": 1505483064830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6045, 33.127833, 7.81]}, "bbox": [-115.6045, 33.127833, -115.6045, 33.127833]}, {"id": "4158", "type": "Feature", "properties": {"id": "ci37763535", "mag": 1.14, "time": 1505482307640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.736833, 33.222833, 12.21]}, "bbox": [-116.736833, 33.222833, -116.736833, 33.222833]}, {"id": "4159", "type": "Feature", "properties": {"id": "ci37763527", "mag": 1.65, "time": 1505482113260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.742833, 33.223833, 11.67]}, "bbox": [-116.742833, 33.223833, -116.742833, 33.223833]}, {"id": "4160", "type": "Feature", "properties": {"id": "ci37763511", "mag": 2.98, "time": 1505481739410, "felt": 62.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750167, 33.221833, 11.54]}, "bbox": [-116.750167, 33.221833, -116.750167, 33.221833]}, {"id": "4161", "type": "Feature", "properties": {"id": "nn00605319", "mag": 1.4, "time": 1505481612897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.536, 39.4025, 7.1]}, "bbox": [-119.536, 39.4025, -119.536, 39.4025]}, {"id": "4162", "type": "Feature", "properties": {"id": "ak16829343", "mag": 1.1, "time": 1505481511288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.734, 60.477, 7.6]}, "bbox": [-138.734, 60.477, -138.734, 60.477]}, {"id": "4163", "type": "Feature", "properties": {"id": "ak16829342", "mag": 1.1, "time": 1505481115042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6866, 60.4978, 7.6]}, "bbox": [-138.6866, 60.4978, -138.6866, 60.4978]}, {"id": "4164", "type": "Feature", "properties": {"id": "us2000an8y", "mag": 3.0, "time": 1505480692500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9665, 37.2798, 4.9]}, "bbox": [-97.9665, 37.2798, -97.9665, 37.2798]}, {"id": "4165", "type": "Feature", "properties": {"id": "us2000aqfs", "mag": 4.0, "time": 1505480677660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.1015, 51.6899, 62.37]}, "bbox": [177.1015, 51.6899, 177.1015, 51.6899]}, {"id": "4166", "type": "Feature", "properties": {"id": "nc72892656", "mag": 1.2, "time": 1505479917850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.478833, 36.923833, 5.96]}, "bbox": [-121.478833, 36.923833, -121.478833, 36.923833]}, {"id": "4167", "type": "Feature", "properties": {"id": "ak16852930", "mag": 2.2, "time": 1505479857860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6735, 54.2139, 72.3]}, "bbox": [-164.6735, 54.2139, -164.6735, 54.2139]}, {"id": "4168", "type": "Feature", "properties": {"id": "ak16852929", "mag": 1.3, "time": 1505479424949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8074, 61.6789, 63.0]}, "bbox": [-150.8074, 61.6789, -150.8074, 61.6789]}, {"id": "4169", "type": "Feature", "properties": {"id": "ci37763455", "mag": 1.43, "time": 1505479133890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.172833, 33.1885, 5.98]}, "bbox": [-116.172833, 33.1885, -116.172833, 33.1885]}, {"id": "4170", "type": "Feature", "properties": {"id": "us2000an8s", "mag": 5.0, "time": 1505479021440, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [99.4856, 1.5915, 160.08]}, "bbox": [99.4856, 1.5915, 99.4856, 1.5915]}, {"id": "4171", "type": "Feature", "properties": {"id": "ak16852928", "mag": 2.1, "time": 1505478896521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6795, 51.3691, 28.0]}, "bbox": [178.6795, 51.3691, 178.6795, 51.3691]}, {"id": "4172", "type": "Feature", "properties": {"id": "uw61307972", "mag": 0.95, "time": 1505478878910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.588, 45.973333, 13.92]}, "bbox": [-122.588, 45.973333, -122.588, 45.973333]}, {"id": "4173", "type": "Feature", "properties": {"id": "mb80255544", "mag": 1.19, "time": 1505478239910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527, 46.868167, 11.01]}, "bbox": [-112.527, 46.868167, -112.527, 46.868167]}, {"id": "4174", "type": "Feature", "properties": {"id": "ak16852925", "mag": 2.1, "time": 1505477897255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.3237, 54.8499, 18.7]}, "bbox": [-160.3237, 54.8499, -160.3237, 54.8499]}, {"id": "4175", "type": "Feature", "properties": {"id": "nc72892641", "mag": 1.01, "time": 1505477523520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.833832, 2.01]}, "bbox": [-122.799667, 38.833832, -122.799667, 38.833832]}, {"id": "4176", "type": "Feature", "properties": {"id": "us2000an8e", "mag": 2.7, "time": 1505477274970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.8611, 10.18]}, "bbox": [-112.525, 46.8611, -112.525, 46.8611]}, {"id": "4177", "type": "Feature", "properties": {"id": "ak16852924", "mag": 1.4, "time": 1505476792218, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5946, 57.6534, 29.9]}, "bbox": [-152.5946, 57.6534, -152.5946, 57.6534]}, {"id": "4178", "type": "Feature", "properties": {"id": "pr2017258003", "mag": 2.18, "time": 1505476739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7808, 18.0135, 13.0]}, "bbox": [-66.7808, 18.0135, -66.7808, 18.0135]}, {"id": "4179", "type": "Feature", "properties": {"id": "ak16852923", "mag": 2.0, "time": 1505476493650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7994, 54.9781, 25.0]}, "bbox": [-160.7994, 54.9781, -160.7994, 54.9781]}, {"id": "4180", "type": "Feature", "properties": {"id": "us2000an7z", "mag": 3.8, "time": 1505475906360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.753, 54.3697, 28.05]}, "bbox": [-161.753, 54.3697, -161.753, 54.3697]}, {"id": "4181", "type": "Feature", "properties": {"id": "nc72892636", "mag": 2.0, "time": 1505475684320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723167, 38.750667, 1.87]}, "bbox": [-122.723167, 38.750667, -122.723167, 38.750667]}, {"id": "4182", "type": "Feature", "properties": {"id": "ak16829087", "mag": 1.6, "time": 1505475033163, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6709, 67.7999, 2.0]}, "bbox": [-156.6709, 67.7999, -156.6709, 67.7999]}, {"id": "4183", "type": "Feature", "properties": {"id": "ak16829082", "mag": 1.8, "time": 1505474984470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9722, 63.0999, 131.7]}, "bbox": [-150.9722, 63.0999, -150.9722, 63.0999]}, {"id": "4184", "type": "Feature", "properties": {"id": "ak16829079", "mag": 1.4, "time": 1505474678706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7297, 60.4779, 8.8]}, "bbox": [-138.7297, 60.4779, -138.7297, 60.4779]}, {"id": "4185", "type": "Feature", "properties": {"id": "us2000an7j", "mag": 2.7, "time": 1505474631800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4441, 42.568, 7.22]}, "bbox": [-111.4441, 42.568, -111.4441, 42.568]}, {"id": "4186", "type": "Feature", "properties": {"id": "nc72892626", "mag": 1.04, "time": 1505474439810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804667, 37.458833, 0.13]}, "bbox": [-118.804667, 37.458833, -118.804667, 37.458833]}, {"id": "4187", "type": "Feature", "properties": {"id": "ci37763407", "mag": 3.23, "time": 1505473976550, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.303167, 35.032833, 11.48]}, "bbox": [-119.303167, 35.032833, -119.303167, 35.032833]}, {"id": "4188", "type": "Feature", "properties": {"id": "nn00605300", "mag": 1.1, "time": 1505473795002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7828, 38.6088, 8.3]}, "bbox": [-118.7828, 38.6088, -118.7828, 38.6088]}, {"id": "4189", "type": "Feature", "properties": {"id": "ak16828841", "mag": 1.7, "time": 1505473634732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.54, 59.9657, 0.0]}, "bbox": [-139.54, 59.9657, -139.54, 59.9657]}, {"id": "4190", "type": "Feature", "properties": {"id": "uw61307932", "mag": 1.91, "time": 1505473610560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044333, 46.870333, 5.23]}, "bbox": [-122.044333, 46.870333, -122.044333, 46.870333]}, {"id": "4191", "type": "Feature", "properties": {"id": "uw61307927", "mag": 2.04, "time": 1505473528440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040667, 46.874167, 5.89]}, "bbox": [-122.040667, 46.874167, -122.040667, 46.874167]}, {"id": "4192", "type": "Feature", "properties": {"id": "us2000an74", "mag": 4.6, "time": 1505473111350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.5703, 14.9752, 55.34]}, "bbox": [-60.5703, 14.9752, -60.5703, 14.9752]}, {"id": "4193", "type": "Feature", "properties": {"id": "ak16828838", "mag": 2.3, "time": 1505473096912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7454, 57.1664, 7.6]}, "bbox": [-155.7454, 57.1664, -155.7454, 57.1664]}, {"id": "4194", "type": "Feature", "properties": {"id": "ismpkansas70235273", "mag": 1.73, "time": 1505472377400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7775, 37.328833, 5.95]}, "bbox": [-97.7775, 37.328833, -97.7775, 37.328833]}, {"id": "4195", "type": "Feature", "properties": {"id": "ak16828836", "mag": 1.2, "time": 1505472358115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0141, 62.1581, 7.8]}, "bbox": [-150.0141, 62.1581, -150.0141, 62.1581]}, {"id": "4196", "type": "Feature", "properties": {"id": "us2000an6x", "mag": 3.0, "time": 1505471961060, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4507, 42.5991, 6.39]}, "bbox": [-111.4507, 42.5991, -111.4507, 42.5991]}, {"id": "4197", "type": "Feature", "properties": {"id": "ak16828834", "mag": 1.6, "time": 1505471035679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5654, 60.6122, 4.1]}, "bbox": [-147.5654, 60.6122, -147.5654, 60.6122]}, {"id": "4198", "type": "Feature", "properties": {"id": "pr2017258002", "mag": 3.3, "time": 1505471012430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.039, 18.7165, 49.0]}, "bbox": [-65.039, 18.7165, -65.039, 18.7165]}, {"id": "4199", "type": "Feature", "properties": {"id": "nc72892606", "mag": 2.13, "time": 1505469780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.106167, 36.291833, 27.69]}, "bbox": [-120.106167, 36.291833, -120.106167, 36.291833]}, {"id": "4200", "type": "Feature", "properties": {"id": "ak16852912", "mag": 1.9, "time": 1505469324601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0438, 60.2245, 124.3]}, "bbox": [-153.0438, 60.2245, -153.0438, 60.2245]}, {"id": "4201", "type": "Feature", "properties": {"id": "ak16828830", "mag": 2.7, "time": 1505468486908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.378, 53.6654, 25.8]}, "bbox": [-164.378, 53.6654, -164.378, 53.6654]}, {"id": "4202", "type": "Feature", "properties": {"id": "pr2017258001", "mag": 3.31, "time": 1505468158660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9741, 18.1111, 53.0]}, "bbox": [-67.9741, 18.1111, -67.9741, 18.1111]}, {"id": "4203", "type": "Feature", "properties": {"id": "ak16828827", "mag": 1.9, "time": 1505468029663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1086, 60.3742, 87.3]}, "bbox": [-152.1086, 60.3742, -152.1086, 60.3742]}, {"id": "4204", "type": "Feature", "properties": {"id": "us2000an6e", "mag": 2.1, "time": 1505467401730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4369, 42.5723, 4.71]}, "bbox": [-111.4369, 42.5723, -111.4369, 42.5723]}, {"id": "4205", "type": "Feature", "properties": {"id": "ci37763367", "mag": 1.32, "time": 1505466931820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.601167, 35.792, 0.88]}, "bbox": [-116.601167, 35.792, -116.601167, 35.792]}, {"id": "4206", "type": "Feature", "properties": {"id": "hv61908811", "mag": 1.86, "time": 1505466749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473328, 19.201, 34.94]}, "bbox": [-155.473328, 19.201, -155.473328, 19.201]}, {"id": "4207", "type": "Feature", "properties": {"id": "pr2017258000", "mag": 2.64, "time": 1505466025100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.746, 17.9996, 11.0]}, "bbox": [-66.746, 17.9996, -66.746, 17.9996]}, {"id": "4208", "type": "Feature", "properties": {"id": "us2000an5j", "mag": 3.6, "time": 1505463761200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4416, 42.5753, 5.34]}, "bbox": [-111.4416, 42.5753, -111.4416, 42.5753]}, {"id": "4209", "type": "Feature", "properties": {"id": "ak16852908", "mag": 1.3, "time": 1505463469458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.2829, 57.3488, 39.2]}, "bbox": [-154.2829, 57.3488, -154.2829, 57.3488]}, {"id": "4210", "type": "Feature", "properties": {"id": "nn00605283", "mag": 1.7, "time": 1505461873940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4437, 37.5652, 30.3]}, "bbox": [-117.4437, 37.5652, -117.4437, 37.5652]}, {"id": "4211", "type": "Feature", "properties": {"id": "nc72892591", "mag": 2.34, "time": 1505461865770, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815833, 37.416, -0.2]}, "bbox": [-121.815833, 37.416, -121.815833, 37.416]}, {"id": "4212", "type": "Feature", "properties": {"id": "nc72892576", "mag": 1.69, "time": 1505460536470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.027667, 35.933167, 12.08]}, "bbox": [-120.027667, 35.933167, -120.027667, 35.933167]}, {"id": "4213", "type": "Feature", "properties": {"id": "ak16828820", "mag": 1.4, "time": 1505460317106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3735, 59.7943, 6.5]}, "bbox": [-141.3735, 59.7943, -141.3735, 59.7943]}, {"id": "4214", "type": "Feature", "properties": {"id": "ak16852903", "mag": 1.3, "time": 1505459205027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8448, 60.0925, 0.0]}, "bbox": [-139.8448, 60.0925, -139.8448, 60.0925]}, {"id": "4215", "type": "Feature", "properties": {"id": "ak16828585", "mag": 1.4, "time": 1505458631465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0593, 61.7131, 3.8]}, "bbox": [-148.0593, 61.7131, -148.0593, 61.7131]}, {"id": "4216", "type": "Feature", "properties": {"id": "us2000an4v", "mag": 4.4, "time": 1505458308660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5767, -21.9172, 640.49]}, "bbox": [179.5767, -21.9172, 179.5767, -21.9172]}, {"id": "4217", "type": "Feature", "properties": {"id": "ak16828584", "mag": 1.4, "time": 1505458006745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7132, 60.0014, 0.0]}, "bbox": [-139.7132, 60.0014, -139.7132, 60.0014]}, {"id": "4218", "type": "Feature", "properties": {"id": "ak16828563", "mag": 2.8, "time": 1505456528325, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4989, 60.1125, 151.7]}, "bbox": [-153.4989, 60.1125, -153.4989, 60.1125]}, {"id": "4219", "type": "Feature", "properties": {"id": "ak16828570", "mag": 2.5, "time": 1505456526893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2519, 60.1326, 152.7]}, "bbox": [-153.2519, 60.1326, -153.2519, 60.1326]}, {"id": "4220", "type": "Feature", "properties": {"id": "nc72892551", "mag": 2.6, "time": 1505456369610, "felt": 148.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.814333, 37.412167, -0.14]}, "bbox": [-121.814333, 37.412167, -121.814333, 37.412167]}, {"id": "4221", "type": "Feature", "properties": {"id": "ak16828560", "mag": 1.1, "time": 1505456105481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0298, 65.3407, 11.3]}, "bbox": [-150.0298, 65.3407, -150.0298, 65.3407]}, {"id": "4222", "type": "Feature", "properties": {"id": "ci37763319", "mag": 1.07, "time": 1505455402480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7685, 33.327833, 13.39]}, "bbox": [-116.7685, 33.327833, -116.7685, 33.327833]}, {"id": "4223", "type": "Feature", "properties": {"id": "ak16828558", "mag": 1.4, "time": 1505455356648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3726, 61.4994, 31.9]}, "bbox": [-146.3726, 61.4994, -146.3726, 61.4994]}, {"id": "4224", "type": "Feature", "properties": {"id": "ak16852896", "mag": 1.9, "time": 1505455322292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2513, 60.1603, 135.4]}, "bbox": [-153.2513, 60.1603, -153.2513, 60.1603]}, {"id": "4225", "type": "Feature", "properties": {"id": "nc72892546", "mag": 1.03, "time": 1505455248140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810667, 38.83, 2.09]}, "bbox": [-122.810667, 38.83, -122.810667, 38.83]}, {"id": "4226", "type": "Feature", "properties": {"id": "ak16828556", "mag": 1.6, "time": 1505455168783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9297, 60.9306, 19.0]}, "bbox": [-146.9297, 60.9306, -146.9297, 60.9306]}, {"id": "4227", "type": "Feature", "properties": {"id": "ci37763311", "mag": 1.21, "time": 1505454701910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.190167, 33.332667, 10.93]}, "bbox": [-116.190167, 33.332667, -116.190167, 33.332667]}, {"id": "4228", "type": "Feature", "properties": {"id": "ak16852894", "mag": 1.7, "time": 1505453971264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8667, 60.0997, 103.9]}, "bbox": [-152.8667, 60.0997, -152.8667, 60.0997]}, {"id": "4229", "type": "Feature", "properties": {"id": "us2000an3z", "mag": 4.6, "time": 1505453216820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4676, -42.4862, 10.0]}, "bbox": [-82.4676, -42.4862, -82.4676, -42.4862]}, {"id": "4230", "type": "Feature", "properties": {"id": "ak16852893", "mag": 1.1, "time": 1505452792257, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4902, 57.7349, 15.0]}, "bbox": [-154.4902, 57.7349, -154.4902, 57.7349]}, {"id": "4231", "type": "Feature", "properties": {"id": "ak16828554", "mag": 1.4, "time": 1505452679971, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3948, 61.1147, 0.0]}, "bbox": [-148.3948, 61.1147, -148.3948, 61.1147]}, {"id": "4232", "type": "Feature", "properties": {"id": "ak16852891", "mag": 1.6, "time": 1505451604059, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9039, 61.8273, 105.7]}, "bbox": [-151.9039, 61.8273, -151.9039, 61.8273]}, {"id": "4233", "type": "Feature", "properties": {"id": "ismpkansas70235253", "mag": 1.62, "time": 1505451601330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7765, 37.333333, 5.53]}, "bbox": [-97.7765, 37.333333, -97.7765, 37.333333]}, {"id": "4234", "type": "Feature", "properties": {"id": "nc72892536", "mag": 2.78, "time": 1505451572070, "felt": 348.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.804667, 37.415, 2.65]}, "bbox": [-121.804667, 37.415, -121.804667, 37.415]}, {"id": "4235", "type": "Feature", "properties": {"id": "ak16828322", "mag": 1.1, "time": 1505451186525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7346, 60.4761, 9.9]}, "bbox": [-138.7346, 60.4761, -138.7346, 60.4761]}, {"id": "4236", "type": "Feature", "properties": {"id": "us2000anyw", "mag": 2.0, "time": 1505450267000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.42, 45.73, 18.0]}, "bbox": [-71.42, 45.73, -71.42, 45.73]}, {"id": "4237", "type": "Feature", "properties": {"id": "nc72892526", "mag": 1.26, "time": 1505449157230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.8245, 1.3]}, "bbox": [-122.802333, 38.8245, -122.802333, 38.8245]}, {"id": "4238", "type": "Feature", "properties": {"id": "ak16828321", "mag": 1.4, "time": 1505448965816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0369, 60.3155, 0.6]}, "bbox": [-143.0369, 60.3155, -143.0369, 60.3155]}, {"id": "4239", "type": "Feature", "properties": {"id": "us2000an31", "mag": 4.3, "time": 1505448638800, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4066, -11.9189, 10.0]}, "bbox": [-76.4066, -11.9189, -76.4066, -11.9189]}, {"id": "4240", "type": "Feature", "properties": {"id": "mb80255479", "mag": 1.23, "time": 1505447369570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.896667, 13.22]}, "bbox": [-112.529333, 46.896667, -112.529333, 46.896667]}, {"id": "4241", "type": "Feature", "properties": {"id": "ak16828316", "mag": 2.0, "time": 1505447351856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1687, 59.8152, 101.9]}, "bbox": [-153.1687, 59.8152, -153.1687, 59.8152]}, {"id": "4242", "type": "Feature", "properties": {"id": "ak16828314", "mag": 1.7, "time": 1505447232655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4451, 60.022, 0.0]}, "bbox": [-139.4451, 60.022, -139.4451, 60.022]}, {"id": "4243", "type": "Feature", "properties": {"id": "nc72892516", "mag": 1.1, "time": 1505446837720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.730835, 38.793999, 1.32]}, "bbox": [-122.730835, 38.793999, -122.730835, 38.793999]}, {"id": "4244", "type": "Feature", "properties": {"id": "uu60245937", "mag": 2.38, "time": 1505446750290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.831833, 40.139667, 5.96]}, "bbox": [-108.831833, 40.139667, -108.831833, 40.139667]}, {"id": "4245", "type": "Feature", "properties": {"id": "nn00605251", "mag": 1.0, "time": 1505446468632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9033, 38.4011, 9.6]}, "bbox": [-118.9033, 38.4011, -118.9033, 38.4011]}, {"id": "4246", "type": "Feature", "properties": {"id": "uw61307757", "mag": 1.87, "time": 1505444885110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039, 46.879667, 6.38]}, "bbox": [-122.039, 46.879667, -122.039, 46.879667]}, {"id": "4247", "type": "Feature", "properties": {"id": "ak16828311", "mag": 1.7, "time": 1505444727120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9607, 69.4522, 5.6]}, "bbox": [-142.9607, 69.4522, -142.9607, 69.4522]}, {"id": "4248", "type": "Feature", "properties": {"id": "ak16828309", "mag": 1.6, "time": 1505444714123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2585, 60.8639, 35.8]}, "bbox": [-150.2585, 60.8639, -150.2585, 60.8639]}, {"id": "4249", "type": "Feature", "properties": {"id": "ak16828078", "mag": 1.7, "time": 1505444473211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9441, 60.8403, 88.2]}, "bbox": [-151.9441, 60.8403, -151.9441, 60.8403]}, {"id": "4250", "type": "Feature", "properties": {"id": "ak16852882", "mag": 1.6, "time": 1505443841428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.2335, 53.7145, 69.2]}, "bbox": [-166.2335, 53.7145, -166.2335, 53.7145]}, {"id": "4251", "type": "Feature", "properties": {"id": "us2000an1z", "mag": 4.4, "time": 1505443535780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5573, 15.2748, 63.05]}, "bbox": [-93.5573, 15.2748, -93.5573, 15.2748]}, {"id": "4252", "type": "Feature", "properties": {"id": "nc72892506", "mag": 1.02, "time": 1505442684550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.553, 2.17]}, "bbox": [-118.883667, 37.553, -118.883667, 37.553]}, {"id": "4253", "type": "Feature", "properties": {"id": "hv61908531", "mag": 3.04, "time": 1505439944520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.197667, 35.437]}, "bbox": [-155.466833, 19.197667, -155.466833, 19.197667]}, {"id": "4254", "type": "Feature", "properties": {"id": "ak16827839", "mag": 1.5, "time": 1505439822541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4032, 62.4253, 2.2]}, "bbox": [-153.4032, 62.4253, -153.4032, 62.4253]}, {"id": "4255", "type": "Feature", "properties": {"id": "ci37763231", "mag": 1.55, "time": 1505439516220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.3195, 34.068167, 18.36]}, "bbox": [-117.3195, 34.068167, -117.3195, 34.068167]}, {"id": "4256", "type": "Feature", "properties": {"id": "us2000an15", "mag": 5.2, "time": 1505439500860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5689, -26.6333, 10.0]}, "bbox": [-112.5689, -26.6333, -112.5689, -26.6333]}, {"id": "4257", "type": "Feature", "properties": {"id": "us2000an0z", "mag": 4.8, "time": 1505439407990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.866, 18.8304, 42.15]}, "bbox": [94.866, 18.8304, 94.866, 18.8304]}, {"id": "4258", "type": "Feature", "properties": {"id": "nc72892491", "mag": 1.99, "time": 1505438838520, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.813833, 37.412167, -0.2]}, "bbox": [-121.813833, 37.412167, -121.813833, 37.412167]}, {"id": "4259", "type": "Feature", "properties": {"id": "nc72892486", "mag": 3.28, "time": 1505438267780, "felt": 1110.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.805667, 37.414, -0.21]}, "bbox": [-121.805667, 37.414, -121.805667, 37.414]}, {"id": "4260", "type": "Feature", "properties": {"id": "uw61307737", "mag": 1.35, "time": 1505438193040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.260833, 45.950833, -0.29]}, "bbox": [-119.260833, 45.950833, -119.260833, 45.950833]}, {"id": "4261", "type": "Feature", "properties": {"id": "us2000an0d", "mag": 2.7, "time": 1505437987460, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5868, 37.2136, 5.0]}, "bbox": [-97.5868, 37.2136, -97.5868, 37.2136]}, {"id": "4262", "type": "Feature", "properties": {"id": "us2000an0g", "mag": 4.3, "time": 1505437868680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4079, 15.6978, 35.0]}, "bbox": [-94.4079, 15.6978, -94.4079, 15.6978]}, {"id": "4263", "type": "Feature", "properties": {"id": "ak16827837", "mag": 1.3, "time": 1505437000881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7, 64.3159, 3.6]}, "bbox": [-149.7, 64.3159, -149.7, 64.3159]}, {"id": "4264", "type": "Feature", "properties": {"id": "us2000aslu", "mag": 4.1, "time": 1505436496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8507, -18.1469, 603.85]}, "bbox": [-178.8507, -18.1469, -178.8507, -18.1469]}, {"id": "4265", "type": "Feature", "properties": {"id": "ci37763199", "mag": 1.36, "time": 1505435921800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.729667, 33.651667, 14.16]}, "bbox": [-116.729667, 33.651667, -116.729667, 33.651667]}, {"id": "4266", "type": "Feature", "properties": {"id": "nc72892481", "mag": 1.05, "time": 1505435403940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1895, 36.589667, 2.71]}, "bbox": [-121.1895, 36.589667, -121.1895, 36.589667]}, {"id": "4267", "type": "Feature", "properties": {"id": "us2000aslz", "mag": 4.4, "time": 1505434827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.716, 24.4725, 93.7]}, "bbox": [141.716, 24.4725, 141.716, 24.4725]}, {"id": "4268", "type": "Feature", "properties": {"id": "us2000amzk", "mag": 4.1, "time": 1505434054870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3134, -31.912, 136.67]}, "bbox": [-67.3134, -31.912, -67.3134, -31.912]}, {"id": "4269", "type": "Feature", "properties": {"id": "ak16827738", "mag": 1.1, "time": 1505433675781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4097, 60.0357, 0.0]}, "bbox": [-139.4097, 60.0357, -139.4097, 60.0357]}, {"id": "4270", "type": "Feature", "properties": {"id": "uw61307717", "mag": 1.13, "time": 1505433139350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677167, 47.835167, -0.74]}, "bbox": [-121.677167, 47.835167, -121.677167, 47.835167]}, {"id": "4271", "type": "Feature", "properties": {"id": "nc72892476", "mag": 1.21, "time": 1505432696710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.828167, 37.448333, 11.34]}, "bbox": [-118.828167, 37.448333, -118.828167, 37.448333]}, {"id": "4272", "type": "Feature", "properties": {"id": "ak16827737", "mag": 2.4, "time": 1505432573787, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6213, 54.0704, 37.5]}, "bbox": [-163.6213, 54.0704, -163.6213, 54.0704]}, {"id": "4273", "type": "Feature", "properties": {"id": "us2000amz3", "mag": 4.1, "time": 1505431969130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.671, 15.2225, 53.79]}, "bbox": [-93.671, 15.2225, -93.671, 15.2225]}, {"id": "4274", "type": "Feature", "properties": {"id": "nc72892471", "mag": 1.5, "time": 1505431533120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4815, 38.607167, 11.47]}, "bbox": [-122.4815, 38.607167, -122.4815, 38.607167]}, {"id": "4275", "type": "Feature", "properties": {"id": "nc72892466", "mag": 1.83, "time": 1505431346810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8125, 37.417833, 0.06]}, "bbox": [-121.8125, 37.417833, -121.8125, 37.417833]}, {"id": "4276", "type": "Feature", "properties": {"id": "ak16827381", "mag": 2.1, "time": 1505430963793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5301, 63.0381, 100.7]}, "bbox": [-150.5301, 63.0381, -150.5301, 63.0381]}, {"id": "4277", "type": "Feature", "properties": {"id": "us2000amyn", "mag": 4.7, "time": 1505430410000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.7418, -15.3348, 10.0]}, "bbox": [-172.7418, -15.3348, -172.7418, -15.3348]}, {"id": "4278", "type": "Feature", "properties": {"id": "nc72892451", "mag": 1.34, "time": 1505430316610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.842333, 38.821, 2.01]}, "bbox": [-122.842333, 38.821, -122.842333, 38.821]}, {"id": "4279", "type": "Feature", "properties": {"id": "ak16827378", "mag": 1.7, "time": 1505430242693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6605, 59.9169, 0.0]}, "bbox": [-139.6605, 59.9169, -139.6605, 59.9169]}, {"id": "4280", "type": "Feature", "properties": {"id": "ak16827376", "mag": 1.4, "time": 1505430223593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3686, 64.993, 0.0]}, "bbox": [-147.3686, 64.993, -147.3686, 64.993]}, {"id": "4281", "type": "Feature", "properties": {"id": "ismpkansas70235238", "mag": 1.58, "time": 1505429674020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887667, 37.203667, 6.13]}, "bbox": [-97.887667, 37.203667, -97.887667, 37.203667]}, {"id": "4282", "type": "Feature", "properties": {"id": "ak16827373", "mag": 1.9, "time": 1505429324646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3648, 60.031, 0.0]}, "bbox": [-139.3648, 60.031, -139.3648, 60.031]}, {"id": "4283", "type": "Feature", "properties": {"id": "ak16827371", "mag": 1.2, "time": 1505429076761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7478, 61.0185, 13.6]}, "bbox": [-147.7478, 61.0185, -147.7478, 61.0185]}, {"id": "4284", "type": "Feature", "properties": {"id": "us2000amx5", "mag": 4.0, "time": 1505428206900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2168, 15.3544, 35.0]}, "bbox": [-93.2168, 15.3544, -93.2168, 15.3544]}, {"id": "4285", "type": "Feature", "properties": {"id": "nc72892426", "mag": 2.04, "time": 1505428077100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.454833, 37.434333, 10.05]}, "bbox": [-118.454833, 37.434333, -118.454833, 37.434333]}, {"id": "4286", "type": "Feature", "properties": {"id": "ak16861216", "mag": 1.9, "time": 1505427925219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0714, 56.1589, 10.1]}, "bbox": [-158.0714, 56.1589, -158.0714, 56.1589]}, {"id": "4287", "type": "Feature", "properties": {"id": "ak16827036", "mag": 2.0, "time": 1505427923919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0766, 61.1472, 0.6]}, "bbox": [-140.0766, 61.1472, -140.0766, 61.1472]}, {"id": "4288", "type": "Feature", "properties": {"id": "us2000amww", "mag": 5.2, "time": 1505427661920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.1022, -13.8345, 10.0]}, "bbox": [170.1022, -13.8345, 170.1022, -13.8345]}, {"id": "4289", "type": "Feature", "properties": {"id": "ci37763135", "mag": 1.49, "time": 1505427523820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.866, 34.011167, 16.92]}, "bbox": [-116.866, 34.011167, -116.866, 34.011167]}, {"id": "4290", "type": "Feature", "properties": {"id": "nn00605229", "mag": 2.2, "time": 1505427385689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0155, 38.8648, 4.3]}, "bbox": [-118.0155, 38.8648, -118.0155, 38.8648]}, {"id": "4291", "type": "Feature", "properties": {"id": "us2000askz", "mag": 4.1, "time": 1505426291450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.1685, -7.2026, 147.79]}, "bbox": [129.1685, -7.2026, 129.1685, -7.2026]}, {"id": "4292", "type": "Feature", "properties": {"id": "hv61908231", "mag": 2.43, "time": 1505426012270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.012665, 19.708, 2.82]}, "bbox": [-155.012665, 19.708, -155.012665, 19.708]}, {"id": "4293", "type": "Feature", "properties": {"id": "uu60245817", "mag": 1.37, "time": 1505425437900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.738, 38.746667, 7.72]}, "bbox": [-112.738, 38.746667, -112.738, 38.746667]}, {"id": "4294", "type": "Feature", "properties": {"id": "ak16827032", "mag": 1.7, "time": 1505425052822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4453, 59.9712, 0.0]}, "bbox": [-139.4453, 59.9712, -139.4453, 59.9712]}, {"id": "4295", "type": "Feature", "properties": {"id": "ak16827035", "mag": 2.3, "time": 1505424622002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6154, 53.6195, 25.6]}, "bbox": [-164.6154, 53.6195, -164.6154, 53.6195]}, {"id": "4296", "type": "Feature", "properties": {"id": "us2000asl6", "mag": 4.4, "time": 1505424366710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1651, -12.9278, 10.0]}, "bbox": [122.1651, -12.9278, 122.1651, -12.9278]}, {"id": "4297", "type": "Feature", "properties": {"id": "pr2017257005", "mag": 3.03, "time": 1505423754820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8618, 18.9605, 5.0]}, "bbox": [-67.8618, 18.9605, -67.8618, 18.9605]}, {"id": "4298", "type": "Feature", "properties": {"id": "us2000amub", "mag": 2.8, "time": 1505423589100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1847, 37.3761, 9.38]}, "bbox": [-98.1847, 37.3761, -98.1847, 37.3761]}, {"id": "4299", "type": "Feature", "properties": {"id": "nc72892386", "mag": 1.71, "time": 1505423524180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.993, 37.849, 7.27]}, "bbox": [-121.993, 37.849, -121.993, 37.849]}, {"id": "4300", "type": "Feature", "properties": {"id": "uw61307597", "mag": 1.91, "time": 1505423420600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.516333, 49.4855, -1.5]}, "bbox": [-120.516333, 49.4855, -120.516333, 49.4855]}, {"id": "4301", "type": "Feature", "properties": {"id": "ak16827021", "mag": 2.6, "time": 1505422812693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9235, 64.0866, 5.1]}, "bbox": [-148.9235, 64.0866, -148.9235, 64.0866]}, {"id": "4302", "type": "Feature", "properties": {"id": "pr2017257004", "mag": 3.1, "time": 1505421809880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.5351, 18.7848, 5.0]}, "bbox": [-67.5351, 18.7848, -67.5351, 18.7848]}, {"id": "4303", "type": "Feature", "properties": {"id": "uw61307587", "mag": 2.41, "time": 1505421654690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.8785, 6.64]}, "bbox": [-122.038167, 46.8785, -122.038167, 46.8785]}, {"id": "4304", "type": "Feature", "properties": {"id": "ci37763103", "mag": 1.09, "time": 1505421634220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.484667, 33.852667, -0.55]}, "bbox": [-117.484667, 33.852667, -117.484667, 33.852667]}, {"id": "4305", "type": "Feature", "properties": {"id": "ci37763095", "mag": 2.06, "time": 1505421264070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.377, 34.075, 2.89]}, "bbox": [-116.377, 34.075, -116.377, 34.075]}, {"id": "4306", "type": "Feature", "properties": {"id": "ci37763087", "mag": 1.19, "time": 1505421203990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 33.981667, 6.59]}, "bbox": [-116.9245, 33.981667, -116.9245, 33.981667]}, {"id": "4307", "type": "Feature", "properties": {"id": "uw61307577", "mag": 2.03, "time": 1505420251860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.875667, 6.94]}, "bbox": [-122.041833, 46.875667, -122.041833, 46.875667]}, {"id": "4308", "type": "Feature", "properties": {"id": "ci37763071", "mag": 1.01, "time": 1505420033530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.481, 33.8295, -0.53]}, "bbox": [-117.481, 33.8295, -117.481, 33.8295]}, {"id": "4309", "type": "Feature", "properties": {"id": "us2000amr0", "mag": 3.2, "time": 1505419914220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2947, 31.1684, 5.0]}, "bbox": [-103.2947, 31.1684, -103.2947, 31.1684]}, {"id": "4310", "type": "Feature", "properties": {"id": "ak16826805", "mag": 1.7, "time": 1505419715229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.541, 59.9804, 0.0]}, "bbox": [-139.541, 59.9804, -139.541, 59.9804]}, {"id": "4311", "type": "Feature", "properties": {"id": "mb80255399", "mag": 3.06, "time": 1505419221280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5865, 48.5185, 11.24]}, "bbox": [-114.5865, 48.5185, -114.5865, 48.5185]}, {"id": "4312", "type": "Feature", "properties": {"id": "uu60245777", "mag": 2.41, "time": 1505419186750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.829333, 40.126, 5.93]}, "bbox": [-108.829333, 40.126, -108.829333, 40.126]}, {"id": "4313", "type": "Feature", "properties": {"id": "ak16826800", "mag": 1.6, "time": 1505419140835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9798, 59.9221, 1.1]}, "bbox": [-140.9798, 59.9221, -140.9798, 59.9221]}, {"id": "4314", "type": "Feature", "properties": {"id": "nc72892321", "mag": 1.03, "time": 1505418518980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838833, 37.542333, 4.28]}, "bbox": [-118.838833, 37.542333, -118.838833, 37.542333]}, {"id": "4315", "type": "Feature", "properties": {"id": "ak16861208", "mag": 1.9, "time": 1505418243673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0345, 59.5576, 91.9]}, "bbox": [-153.0345, 59.5576, -153.0345, 59.5576]}, {"id": "4316", "type": "Feature", "properties": {"id": "nc72892316", "mag": 1.93, "time": 1505418215210, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825833, 37.479167, 0.95]}, "bbox": [-118.825833, 37.479167, -118.825833, 37.479167]}, {"id": "4317", "type": "Feature", "properties": {"id": "uw61307562", "mag": 1.61, "time": 1505417734660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201667, 47.657667, 24.36]}, "bbox": [-122.201667, 47.657667, -122.201667, 47.657667]}, {"id": "4318", "type": "Feature", "properties": {"id": "nc72892311", "mag": 2.58, "time": 1505417475310, "felt": 83.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815167, 37.412167, -0.2]}, "bbox": [-121.815167, 37.412167, -121.815167, 37.412167]}, {"id": "4319", "type": "Feature", "properties": {"id": "ak16826593", "mag": 3.3, "time": 1505417123986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9114, 52.3919, 7.2]}, "bbox": [-162.9114, 52.3919, -162.9114, 52.3919]}, {"id": "4320", "type": "Feature", "properties": {"id": "ld60143041", "mag": 1.13, "time": 1505416429790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.886167, 43.172167, 4.49]}, "bbox": [-78.886167, 43.172167, -78.886167, 43.172167]}, {"id": "4321", "type": "Feature", "properties": {"id": "us2000amnb", "mag": 3.0, "time": 1505416249190, "felt": 10.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5193, 36.2853, 5.18]}, "bbox": [-97.5193, 36.2853, -97.5193, 36.2853]}, {"id": "4322", "type": "Feature", "properties": {"id": "ak16826590", "mag": 1.5, "time": 1505416113279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1135, 61.6397, 76.8]}, "bbox": [-151.1135, 61.6397, -151.1135, 61.6397]}, {"id": "4323", "type": "Feature", "properties": {"id": "ak16826581", "mag": 3.0, "time": 1505415978301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7549, 53.141, 25.5]}, "bbox": [-166.7549, 53.141, -166.7549, 53.141]}, {"id": "4324", "type": "Feature", "properties": {"id": "ak16826576", "mag": 2.1, "time": 1505415492270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 60.0386, 108.3]}, "bbox": [-152.9009, 60.0386, -152.9009, 60.0386]}, {"id": "4325", "type": "Feature", "properties": {"id": "ak16826575", "mag": 1.4, "time": 1505414640813, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4567, 60.0012, 0.0]}, "bbox": [-139.4567, 60.0012, -139.4567, 60.0012]}, {"id": "4326", "type": "Feature", "properties": {"id": "nc72892281", "mag": 1.22, "time": 1505414516760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.106667, 37.328833, -0.31]}, "bbox": [-122.106667, 37.328833, -122.106667, 37.328833]}, {"id": "4327", "type": "Feature", "properties": {"id": "ak16826369", "mag": 1.5, "time": 1505413533625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2439, 60.5671, 11.9]}, "bbox": [-141.2439, 60.5671, -141.2439, 60.5671]}, {"id": "4328", "type": "Feature", "properties": {"id": "ak16826365", "mag": 2.1, "time": 1505413453164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2344, 60.5666, 13.6]}, "bbox": [-141.2344, 60.5666, -141.2344, 60.5666]}, {"id": "4329", "type": "Feature", "properties": {"id": "ak16826364", "mag": 1.2, "time": 1505413265164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6599, 59.9119, 0.0]}, "bbox": [-139.6599, 59.9119, -139.6599, 59.9119]}, {"id": "4330", "type": "Feature", "properties": {"id": "ci37763023", "mag": 1.39, "time": 1505413136790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.316167, 35.0525, -0.97]}, "bbox": [-118.316167, 35.0525, -118.316167, 35.0525]}, {"id": "4331", "type": "Feature", "properties": {"id": "uw61307532", "mag": 1.1, "time": 1505412859730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3855, 45.629833, -1.63]}, "bbox": [-121.3855, 45.629833, -121.3855, 45.629833]}, {"id": "4332", "type": "Feature", "properties": {"id": "nc72892266", "mag": 0.96, "time": 1505412496280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.5355, 0.22]}, "bbox": [-118.823167, 37.5355, -118.823167, 37.5355]}, {"id": "4333", "type": "Feature", "properties": {"id": "nc72892261", "mag": 1.1, "time": 1505411783250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808166, 38.800167, 2.65]}, "bbox": [-122.808166, 38.800167, -122.808166, 38.800167]}, {"id": "4334", "type": "Feature", "properties": {"id": "ak16826335", "mag": 1.2, "time": 1505411310289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0556, 61.0558, 10.6]}, "bbox": [-148.0556, 61.0558, -148.0556, 61.0558]}, {"id": "4335", "type": "Feature", "properties": {"id": "ak16826330", "mag": 1.6, "time": 1505411005327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8642, 60.9198, 10.0]}, "bbox": [-150.8642, 60.9198, -150.8642, 60.9198]}, {"id": "4336", "type": "Feature", "properties": {"id": "us2000amk5", "mag": 5.8, "time": 1505410888670, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.732, 18.6699, 173.3]}, "bbox": [145.732, 18.6699, 145.732, 18.6699]}, {"id": "4337", "type": "Feature", "properties": {"id": "nc72892241", "mag": 3.28, "time": 1505410337330, "felt": 1346.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8135, 37.411667, -0.21]}, "bbox": [-121.8135, 37.411667, -121.8135, 37.411667]}, {"id": "4338", "type": "Feature", "properties": {"id": "us2000amw9", "mag": 2.9, "time": 1505410106220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.434, 42.5971, 8.27]}, "bbox": [-111.434, 42.5971, -111.434, 42.5971]}, {"id": "4339", "type": "Feature", "properties": {"id": "ci37762975", "mag": 1.37, "time": 1505410085790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795333, 33.494833, 5.03]}, "bbox": [-116.795333, 33.494833, -116.795333, 33.494833]}, {"id": "4340", "type": "Feature", "properties": {"id": "us2000amja", "mag": 3.2, "time": 1505409999020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.586, 8.7]}, "bbox": [-111.4403, 42.586, -111.4403, 42.586]}, {"id": "4341", "type": "Feature", "properties": {"id": "uw61307502", "mag": 2.03, "time": 1505409449050, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775333, 47.590667, 26.27]}, "bbox": [-122.775333, 47.590667, -122.775333, 47.590667]}, {"id": "4342", "type": "Feature", "properties": {"id": "us2000amis", "mag": 4.1, "time": 1505408885650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3313, 15.7247, 66.16]}, "bbox": [-94.3313, 15.7247, -94.3313, 15.7247]}, {"id": "4343", "type": "Feature", "properties": {"id": "ak16826120", "mag": 2.2, "time": 1505408670072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8183, 60.7702, 77.9]}, "bbox": [-151.8183, 60.7702, -151.8183, 60.7702]}, {"id": "4344", "type": "Feature", "properties": {"id": "us2000amhu", "mag": 2.5, "time": 1505407539000, "felt": 179.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.0236, 32.7967, 6.19]}, "bbox": [-97.0236, 32.7967, -97.0236, 32.7967]}, {"id": "4345", "type": "Feature", "properties": {"id": "ak16826109", "mag": 3.4, "time": 1505406315703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9733, 53.4109, 37.9]}, "bbox": [-165.9733, 53.4109, -165.9733, 53.4109]}, {"id": "4346", "type": "Feature", "properties": {"id": "pr2017257003", "mag": 1.93, "time": 1505405250720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1335, 18.0533, 14.0]}, "bbox": [-67.1335, 18.0533, -67.1335, 18.0533]}, {"id": "4347", "type": "Feature", "properties": {"id": "ak16825909", "mag": 3.0, "time": 1505405033445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4291, 57.7254, 15.0]}, "bbox": [-154.4291, 57.7254, -154.4291, 57.7254]}, {"id": "4348", "type": "Feature", "properties": {"id": "ak16861191", "mag": 2.2, "time": 1505404726740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4598, 52.5561, 41.6]}, "bbox": [-168.4598, 52.5561, -168.4598, 52.5561]}, {"id": "4349", "type": "Feature", "properties": {"id": "us2000amga", "mag": 4.5, "time": 1505404343560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.122, -6.0228, 63.06]}, "bbox": [147.122, -6.0228, 147.122, -6.0228]}, {"id": "4350", "type": "Feature", "properties": {"id": "uu60245622", "mag": 1.46, "time": 1505403828660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.640167, 41.675, 10.23]}, "bbox": [-111.640167, 41.675, -111.640167, 41.675]}, {"id": "4351", "type": "Feature", "properties": {"id": "ci37762935", "mag": 1.53, "time": 1505403471570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7005, 36.071833, 0.62]}, "bbox": [-117.7005, 36.071833, -117.7005, 36.071833]}, {"id": "4352", "type": "Feature", "properties": {"id": "ak16861190", "mag": 1.9, "time": 1505403359391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3367, 58.804, 116.8]}, "bbox": [-154.3367, 58.804, -154.3367, 58.804]}, {"id": "4353", "type": "Feature", "properties": {"id": "ci37762927", "mag": 1.08, "time": 1505403357540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6365, 33.9595, 15.51]}, "bbox": [-116.6365, 33.9595, -116.6365, 33.9595]}, {"id": "4354", "type": "Feature", "properties": {"id": "ak16825908", "mag": 1.4, "time": 1505402885768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5012, 61.3116, 5.2]}, "bbox": [-152.5012, 61.3116, -152.5012, 61.3116]}, {"id": "4355", "type": "Feature", "properties": {"id": "ak16825714", "mag": 2.2, "time": 1505399922942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5211, 53.4862, 2.6]}, "bbox": [-164.5211, 53.4862, -164.5211, 53.4862]}, {"id": "4356", "type": "Feature", "properties": {"id": "nc72892201", "mag": 2.8, "time": 1505399703490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8115, 37.473, 1.65]}, "bbox": [-118.8115, 37.473, -118.8115, 37.473]}, {"id": "4357", "type": "Feature", "properties": {"id": "ak16825708", "mag": 2.5, "time": 1505399664156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3242, 59.9299, 129.9]}, "bbox": [-153.3242, 59.9299, -153.3242, 59.9299]}, {"id": "4358", "type": "Feature", "properties": {"id": "us2000amdz", "mag": 4.3, "time": 1505399623950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8439, 15.4623, 51.01]}, "bbox": [-94.8439, 15.4623, -94.8439, 15.4623]}, {"id": "4359", "type": "Feature", "properties": {"id": "ismpkansas70235213", "mag": 2.12, "time": 1505398747570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888167, 37.203167, 5.99]}, "bbox": [-97.888167, 37.203167, -97.888167, 37.203167]}, {"id": "4360", "type": "Feature", "properties": {"id": "ak16825704", "mag": 1.0, "time": 1505398436381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6928, 63.8584, 11.4]}, "bbox": [-148.6928, 63.8584, -148.6928, 63.8584]}, {"id": "4361", "type": "Feature", "properties": {"id": "ci37762895", "mag": 1.82, "time": 1505398376370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448167, 33.465, 11.86]}, "bbox": [-116.448167, 33.465, -116.448167, 33.465]}, {"id": "4362", "type": "Feature", "properties": {"id": "mb80255329", "mag": 1.87, "time": 1505398289770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534833, 46.870333, 11.87]}, "bbox": [-112.534833, 46.870333, -112.534833, 46.870333]}, {"id": "4363", "type": "Feature", "properties": {"id": "ak16825519", "mag": 1.8, "time": 1505397944345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.464, 59.9879, 0.0]}, "bbox": [-139.464, 59.9879, -139.464, 59.9879]}, {"id": "4364", "type": "Feature", "properties": {"id": "us2000amcx", "mag": 2.4, "time": 1505397840240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4117, 42.6047, 6.9]}, "bbox": [-111.4117, 42.6047, -111.4117, 42.6047]}, {"id": "4365", "type": "Feature", "properties": {"id": "pr2017257002", "mag": 3.32, "time": 1505397292070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.3985, 17.9023, 89.0]}, "bbox": [-68.3985, 17.9023, -68.3985, 17.9023]}, {"id": "4366", "type": "Feature", "properties": {"id": "ak16861180", "mag": 2.0, "time": 1505397099289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7867, 53.5505, 48.9]}, "bbox": [-164.7867, 53.5505, -164.7867, 53.5505]}, {"id": "4367", "type": "Feature", "properties": {"id": "ak16861178", "mag": 1.1, "time": 1505394745904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8149, 59.8173, 16.0]}, "bbox": [-136.8149, 59.8173, -136.8149, 59.8173]}, {"id": "4368", "type": "Feature", "properties": {"id": "nc72892181", "mag": 0.97, "time": 1505394542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.603833, 3.53]}, "bbox": [-118.833667, 37.603833, -118.833667, 37.603833]}, {"id": "4369", "type": "Feature", "properties": {"id": "nn00605167", "mag": 1.1, "time": 1505394484720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9328, 38.4065, 6.7]}, "bbox": [-118.9328, 38.4065, -118.9328, 38.4065]}, {"id": "4370", "type": "Feature", "properties": {"id": "ak16825327", "mag": 1.8, "time": 1505394377057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5142, 60.0065, 0.0]}, "bbox": [-139.5142, 60.0065, -139.5142, 60.0065]}, {"id": "4371", "type": "Feature", "properties": {"id": "ak16825325", "mag": 1.1, "time": 1505393895767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0247, 61.1655, 6.0]}, "bbox": [-140.0247, 61.1655, -140.0247, 61.1655]}, {"id": "4372", "type": "Feature", "properties": {"id": "ak16825323", "mag": 1.3, "time": 1505393727514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0737, 61.1407, 3.8]}, "bbox": [-140.0737, 61.1407, -140.0737, 61.1407]}, {"id": "4373", "type": "Feature", "properties": {"id": "us2000ambm", "mag": 2.8, "time": 1505393579230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5276, 8.74]}, "bbox": [-111.4339, 42.5276, -111.4339, 42.5276]}, {"id": "4374", "type": "Feature", "properties": {"id": "nc72892176", "mag": 1.12, "time": 1505393008100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8295, 37.486167, 1.89]}, "bbox": [-118.8295, 37.486167, -118.8295, 37.486167]}, {"id": "4375", "type": "Feature", "properties": {"id": "ak16825308", "mag": 2.8, "time": 1505392115017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1037, 58.6121, 140.4]}, "bbox": [-155.1037, 58.6121, -155.1037, 58.6121]}, {"id": "4376", "type": "Feature", "properties": {"id": "nc72892171", "mag": 1.95, "time": 1505392014690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.811, 37.47, 1.05]}, "bbox": [-118.811, 37.47, -118.811, 37.47]}, {"id": "4377", "type": "Feature", "properties": {"id": "ci37762879", "mag": 2.48, "time": 1505391903440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.03, 34.269167, 1.91]}, "bbox": [-117.03, 34.269167, -117.03, 34.269167]}, {"id": "4378", "type": "Feature", "properties": {"id": "hv61907846", "mag": 1.74, "time": 1505391154930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.801498, 20.135166, 20.69]}, "bbox": [-155.801498, 20.135166, -155.801498, 20.135166]}, {"id": "4379", "type": "Feature", "properties": {"id": "ak16825129", "mag": 1.8, "time": 1505390600450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6941, 53.4145, 21.6]}, "bbox": [-165.6941, 53.4145, -165.6941, 53.4145]}, {"id": "4380", "type": "Feature", "properties": {"id": "uu60245547", "mag": 1.86, "time": 1505390326640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506167, 37.5615, 15.73]}, "bbox": [-112.506167, 37.5615, -112.506167, 37.5615]}, {"id": "4381", "type": "Feature", "properties": {"id": "ak16825126", "mag": 1.4, "time": 1505389290941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5082, 60.1407, 0.0]}, "bbox": [-141.5082, 60.1407, -141.5082, 60.1407]}, {"id": "4382", "type": "Feature", "properties": {"id": "ak16825125", "mag": 1.0, "time": 1505389269829, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3654, 61.4964, 18.3]}, "bbox": [-150.3654, 61.4964, -150.3654, 61.4964]}, {"id": "4383", "type": "Feature", "properties": {"id": "ak16861166", "mag": 1.9, "time": 1505388913353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3862, 51.6162, 20.9]}, "bbox": [-178.3862, 51.6162, -178.3862, 51.6162]}, {"id": "4384", "type": "Feature", "properties": {"id": "ak16825120", "mag": 2.1, "time": 1505388602725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.7931, 54.8482, 3.3]}, "bbox": [-159.7931, 54.8482, -159.7931, 54.8482]}, {"id": "4385", "type": "Feature", "properties": {"id": "ak16825116", "mag": 1.5, "time": 1505388522841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3442, 61.3489, 49.0]}, "bbox": [-150.3442, 61.3489, -150.3442, 61.3489]}, {"id": "4386", "type": "Feature", "properties": {"id": "ak16825115", "mag": 1.2, "time": 1505388281614, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5528, 61.7241, 28.7]}, "bbox": [-146.5528, 61.7241, -146.5528, 61.7241]}, {"id": "4387", "type": "Feature", "properties": {"id": "ak16824940", "mag": 1.2, "time": 1505387093135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3758, 61.1701, 24.7]}, "bbox": [-148.3758, 61.1701, -148.3758, 61.1701]}, {"id": "4388", "type": "Feature", "properties": {"id": "nc72892141", "mag": 1.22, "time": 1505386514410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.131, 36.571833, 9.94]}, "bbox": [-121.131, 36.571833, -121.131, 36.571833]}, {"id": "4389", "type": "Feature", "properties": {"id": "ak16824937", "mag": 2.5, "time": 1505385684936, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.0082, 52.3291, 6.7]}, "bbox": [-168.0082, 52.3291, -168.0082, 52.3291]}, {"id": "4390", "type": "Feature", "properties": {"id": "ak16824932", "mag": 1.6, "time": 1505384400903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5379, 59.9886, 0.0]}, "bbox": [-139.5379, 59.9886, -139.5379, 59.9886]}, {"id": "4391", "type": "Feature", "properties": {"id": "ak16824930", "mag": 1.2, "time": 1505383839558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3238, 66.4782, 11.1]}, "bbox": [-144.3238, 66.4782, -144.3238, 66.4782]}, {"id": "4392", "type": "Feature", "properties": {"id": "ak16861154", "mag": 1.9, "time": 1505383026342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.851, 54.0129, 69.5]}, "bbox": [-164.851, 54.0129, -164.851, 54.0129]}, {"id": "4393", "type": "Feature", "properties": {"id": "hv61907791", "mag": 1.61, "time": 1505382391650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.223667, 18.879, 14.409]}, "bbox": [-155.223667, 18.879, -155.223667, 18.879]}, {"id": "4394", "type": "Feature", "properties": {"id": "ak16824762", "mag": 1.4, "time": 1505381878343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4212, 60.1553, 64.8]}, "bbox": [-151.4212, 60.1553, -151.4212, 60.1553]}, {"id": "4395", "type": "Feature", "properties": {"id": "ak16824759", "mag": 2.0, "time": 1505381875397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7269, 61.5265, 60.3]}, "bbox": [-150.7269, 61.5265, -150.7269, 61.5265]}, {"id": "4396", "type": "Feature", "properties": {"id": "nc72892131", "mag": 0.97, "time": 1505381710130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720001, 38.778168, 1.63]}, "bbox": [-122.720001, 38.778168, -122.720001, 38.778168]}, {"id": "4397", "type": "Feature", "properties": {"id": "ak16824756", "mag": 2.0, "time": 1505380861272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.1915, 70.1]}, "bbox": [-152.0471, 60.1915, -152.0471, 60.1915]}, {"id": "4398", "type": "Feature", "properties": {"id": "ak16861150", "mag": 2.6, "time": 1505380391671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8518, 53.4455, 2.8]}, "bbox": [-162.8518, 53.4455, -162.8518, 53.4455]}, {"id": "4399", "type": "Feature", "properties": {"id": "ak16824753", "mag": 2.6, "time": 1505380263376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1582, 56.2796, 14.2]}, "bbox": [-158.1582, 56.2796, -158.1582, 56.2796]}, {"id": "4400", "type": "Feature", "properties": {"id": "uu60245457", "mag": 2.53, "time": 1505379272870, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.827333, 40.120667, -3.25]}, "bbox": [-108.827333, 40.120667, -108.827333, 40.120667]}, {"id": "4401", "type": "Feature", "properties": {"id": "ci37762823", "mag": 2.96, "time": 1505378281630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181833, 31.831667, 18.32]}, "bbox": [-116.181833, 31.831667, -116.181833, 31.831667]}, {"id": "4402", "type": "Feature", "properties": {"id": "nc72892121", "mag": 1.02, "time": 1505377845780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717499, 38.774666, 2.13]}, "bbox": [-122.717499, 38.774666, -122.717499, 38.774666]}, {"id": "4403", "type": "Feature", "properties": {"id": "nc72892116", "mag": 1.11, "time": 1505377833950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.714333, 38.776667, 1.68]}, "bbox": [-122.714333, 38.776667, -122.714333, 38.776667]}, {"id": "4404", "type": "Feature", "properties": {"id": "us2000am81", "mag": 4.6, "time": 1505377166860, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4481, -11.977, 10.0]}, "bbox": [-76.4481, -11.977, -76.4481, -11.977]}, {"id": "4405", "type": "Feature", "properties": {"id": "ismpkansas70235208", "mag": 1.81, "time": 1505376928150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570333, 37.345667, 5.05]}, "bbox": [-97.570333, 37.345667, -97.570333, 37.345667]}, {"id": "4406", "type": "Feature", "properties": {"id": "ak16824583", "mag": 1.6, "time": 1505376729312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4585, 60.3656, 97.6]}, "bbox": [-152.4585, 60.3656, -152.4585, 60.3656]}, {"id": "4407", "type": "Feature", "properties": {"id": "nc72892106", "mag": 1.19, "time": 1505376712450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799833, 38.712667, 4.08]}, "bbox": [-122.799833, 38.712667, -122.799833, 38.712667]}, {"id": "4408", "type": "Feature", "properties": {"id": "ci37762815", "mag": 1.04, "time": 1505374690080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.221833, 32.924167, 12.12]}, "bbox": [-116.221833, 32.924167, -116.221833, 32.924167]}, {"id": "4409", "type": "Feature", "properties": {"id": "ak16824572", "mag": 1.6, "time": 1505374660381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7598, 65.436, 12.0]}, "bbox": [-144.7598, 65.436, -144.7598, 65.436]}, {"id": "4410", "type": "Feature", "properties": {"id": "us2000am75", "mag": 4.4, "time": 1505372640680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6754, -34.2973, 1.87]}, "bbox": [-72.6754, -34.2973, -72.6754, -34.2973]}, {"id": "4411", "type": "Feature", "properties": {"id": "ak16824419", "mag": 1.8, "time": 1505372310107, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5103, 60.0002, 0.0]}, "bbox": [-139.5103, 60.0002, -139.5103, 60.0002]}, {"id": "4412", "type": "Feature", "properties": {"id": "ci37762807", "mag": 1.14, "time": 1505372248820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.872333, 36.502833, 6.38]}, "bbox": [-117.872333, 36.502833, -117.872333, 36.502833]}, {"id": "4413", "type": "Feature", "properties": {"id": "ak16824418", "mag": 1.0, "time": 1505372093089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8634, 59.8384, 41.0]}, "bbox": [-150.8634, 59.8384, -150.8634, 59.8384]}, {"id": "4414", "type": "Feature", "properties": {"id": "ak16824415", "mag": 1.3, "time": 1505371860862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4454, 63.0596, 8.2]}, "bbox": [-151.4454, 63.0596, -151.4454, 63.0596]}, {"id": "4415", "type": "Feature", "properties": {"id": "ci37762783", "mag": 1.64, "time": 1505371108250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.625167, 32.844, 11.98]}, "bbox": [-115.625167, 32.844, -115.625167, 32.844]}, {"id": "4416", "type": "Feature", "properties": {"id": "ak16824411", "mag": 1.3, "time": 1505371053195, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1765, 60.359, 0.0]}, "bbox": [-141.1765, 60.359, -141.1765, 60.359]}, {"id": "4417", "type": "Feature", "properties": {"id": "us2000aywv", "mag": 4.0, "time": 1505370268660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6903, 15.5507, 43.43]}, "bbox": [-94.6903, 15.5507, -94.6903, 15.5507]}, {"id": "4418", "type": "Feature", "properties": {"id": "ci37762759", "mag": 1.32, "time": 1505370002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.733, 33.668167, 13.69]}, "bbox": [-116.733, 33.668167, -116.733, 33.668167]}, {"id": "4419", "type": "Feature", "properties": {"id": "hv61907731", "mag": 1.75, "time": 1505369997330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382, 19.236, 32.221]}, "bbox": [-155.382, 19.236, -155.382, 19.236]}, {"id": "4420", "type": "Feature", "properties": {"id": "ci37762751", "mag": 0.96, "time": 1505369947950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.674333, 14.82]}, "bbox": [-116.731167, 33.674333, -116.731167, 33.674333]}, {"id": "4421", "type": "Feature", "properties": {"id": "us2000aywt", "mag": 4.0, "time": 1505369661520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2582, 14.9559, 25.35]}, "bbox": [-94.2582, 14.9559, -94.2582, 14.9559]}, {"id": "4422", "type": "Feature", "properties": {"id": "nc72892081", "mag": 1.08, "time": 1505369496760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1615, 36.5675, 3.55]}, "bbox": [-121.1615, 36.5675, -121.1615, 36.5675]}, {"id": "4423", "type": "Feature", "properties": {"id": "us2000am6i", "mag": 4.5, "time": 1505369450740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3229, 15.1323, 35.74]}, "bbox": [-94.3229, 15.1323, -94.3229, 15.1323]}, {"id": "4424", "type": "Feature", "properties": {"id": "us2000am6b", "mag": 4.4, "time": 1505369156780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7112, 15.4856, 25.87]}, "bbox": [-94.7112, 15.4856, -94.7112, 15.4856]}, {"id": "4425", "type": "Feature", "properties": {"id": "us2000am61", "mag": 3.0, "time": 1505368177800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3656, 36.7402, 7.992]}, "bbox": [-98.3656, 36.7402, -98.3656, 36.7402]}, {"id": "4426", "type": "Feature", "properties": {"id": "hv61907641", "mag": 2.26, "time": 1505367585250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.425667, 19.294167, 8.845]}, "bbox": [-155.425667, 19.294167, -155.425667, 19.294167]}, {"id": "4427", "type": "Feature", "properties": {"id": "us2000arcx", "mag": 3.2, "time": 1505367393080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4046, 51.5999, 12.8]}, "bbox": [-178.4046, 51.5999, -178.4046, 51.5999]}, {"id": "4428", "type": "Feature", "properties": {"id": "us2000am5i", "mag": 4.2, "time": 1505366427980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0841, 14.4266, 49.2]}, "bbox": [-93.0841, 14.4266, -93.0841, 14.4266]}, {"id": "4429", "type": "Feature", "properties": {"id": "us2000amaf", "mag": 4.7, "time": 1505366112080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.0489, -1.356, 10.0]}, "bbox": [148.0489, -1.356, 148.0489, -1.356]}, {"id": "4430", "type": "Feature", "properties": {"id": "nc72892391", "mag": 1.0, "time": 1505365754150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669167, 40.386833, 6.29]}, "bbox": [-121.669167, 40.386833, -121.669167, 40.386833]}, {"id": "4431", "type": "Feature", "properties": {"id": "us2000am56", "mag": 4.7, "time": 1505365399680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0709, 14.4637, 52.71]}, "bbox": [-93.0709, 14.4637, -93.0709, 14.4637]}, {"id": "4432", "type": "Feature", "properties": {"id": "mb80255284", "mag": 0.98, "time": 1505365218550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.8975, 13.3]}, "bbox": [-112.522, 46.8975, -112.522, 46.8975]}, {"id": "4433", "type": "Feature", "properties": {"id": "ak16861140", "mag": 1.2, "time": 1505365047321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0097, 62.5721, 78.1]}, "bbox": [-151.0097, 62.5721, -151.0097, 62.5721]}, {"id": "4434", "type": "Feature", "properties": {"id": "ci37762615", "mag": 0.95, "time": 1505364900090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.405833, 33.049333, 3.39]}, "bbox": [-116.405833, 33.049333, -116.405833, 33.049333]}, {"id": "4435", "type": "Feature", "properties": {"id": "nc72892056", "mag": 1.38, "time": 1505364695740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.54, 4.68]}, "bbox": [-118.834, 37.54, -118.834, 37.54]}, {"id": "4436", "type": "Feature", "properties": {"id": "uw61307352", "mag": 1.78, "time": 1505364485340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.942833, 46.866667, 10.19]}, "bbox": [-121.942833, 46.866667, -121.942833, 46.866667]}, {"id": "4437", "type": "Feature", "properties": {"id": "ak16824230", "mag": 1.9, "time": 1505364358950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.959, 59.8075, 60.6]}, "bbox": [-151.959, 59.8075, -151.959, 59.8075]}, {"id": "4438", "type": "Feature", "properties": {"id": "ci37762599", "mag": 1.23, "time": 1505364106870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.992833, 33.957167, 16.75]}, "bbox": [-117.992833, 33.957167, -117.992833, 33.957167]}, {"id": "4439", "type": "Feature", "properties": {"id": "ci37762591", "mag": 2.12, "time": 1505363550640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.864667, 34.336333, 2.71]}, "bbox": [-116.864667, 34.336333, -116.864667, 34.336333]}, {"id": "4440", "type": "Feature", "properties": {"id": "nc72892041", "mag": 1.83, "time": 1505363410540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.540667, 4.76]}, "bbox": [-118.834167, 37.540667, -118.834167, 37.540667]}, {"id": "4441", "type": "Feature", "properties": {"id": "ak16824097", "mag": 1.0, "time": 1505363016608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1668, 62.6309, 61.1]}, "bbox": [-149.1668, 62.6309, -149.1668, 62.6309]}, {"id": "4442", "type": "Feature", "properties": {"id": "us2000am4b", "mag": 3.2, "time": 1505362481060, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9406, 37.3096, 5.0]}, "bbox": [-97.9406, 37.3096, -97.9406, 37.3096]}, {"id": "4443", "type": "Feature", "properties": {"id": "ak16823967", "mag": 2.0, "time": 1505361191283, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2972, 61.0176, 70.0]}, "bbox": [-151.2972, 61.0176, -151.2972, 61.0176]}, {"id": "4444", "type": "Feature", "properties": {"id": "pr2017257000", "mag": 4.32, "time": 1505360450920, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.791, 18.2223, 133.0]}, "bbox": [-68.791, 18.2223, -68.791, 18.2223]}, {"id": "4445", "type": "Feature", "properties": {"id": "us2000am3s", "mag": 3.3, "time": 1505360430180, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5112, 36.2854, 3.99]}, "bbox": [-97.5112, 36.2854, -97.5112, 36.2854]}, {"id": "4446", "type": "Feature", "properties": {"id": "ci37762583", "mag": 1.43, "time": 1505358534420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6335, 37.005167, 1.55]}, "bbox": [-117.6335, 37.005167, -117.6335, 37.005167]}, {"id": "4447", "type": "Feature", "properties": {"id": "ci37762575", "mag": 1.39, "time": 1505358219310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606667, 32.828, 12.41]}, "bbox": [-115.606667, 32.828, -115.606667, 32.828]}, {"id": "4448", "type": "Feature", "properties": {"id": "ci37762567", "mag": 1.41, "time": 1505358109150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.427667, 34.225833, 13.02]}, "bbox": [-117.427667, 34.225833, -117.427667, 34.225833]}, {"id": "4449", "type": "Feature", "properties": {"id": "us2000amd4", "mag": 3.2, "time": 1505357901130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4442, 42.5241, 6.99]}, "bbox": [-111.4442, 42.5241, -111.4442, 42.5241]}, {"id": "4450", "type": "Feature", "properties": {"id": "us2000amd0", "mag": 3.1, "time": 1505357873450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4212, 42.5232, 8.42]}, "bbox": [-111.4212, 42.5232, -111.4212, 42.5232]}, {"id": "4451", "type": "Feature", "properties": {"id": "us2000am2z", "mag": 4.0, "time": 1505357591000, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.5096, 5.0]}, "bbox": [-111.4618, 42.5096, -111.4618, 42.5096]}, {"id": "4452", "type": "Feature", "properties": {"id": "uu60245162", "mag": 3.43, "time": 1505357581000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.522333, 7.86]}, "bbox": [-111.426833, 42.522333, -111.426833, 42.522333]}, {"id": "4453", "type": "Feature", "properties": {"id": "ak16861134", "mag": 1.6, "time": 1505356675370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8887, 59.6609, 90.7]}, "bbox": [-152.8887, 59.6609, -152.8887, 59.6609]}, {"id": "4454", "type": "Feature", "properties": {"id": "ak16823826", "mag": 1.2, "time": 1505356643722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.394, 60.1683, 0.0]}, "bbox": [-141.394, 60.1683, -141.394, 60.1683]}, {"id": "4455", "type": "Feature", "properties": {"id": "us2000am28", "mag": 2.4, "time": 1505356555350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4263, 42.5303, 6.85]}, "bbox": [-111.4263, 42.5303, -111.4263, 42.5303]}, {"id": "4456", "type": "Feature", "properties": {"id": "nn00605135", "mag": 1.0, "time": 1505356439739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8899, 37.3603, 8.3]}, "bbox": [-116.8899, 37.3603, -116.8899, 37.3603]}, {"id": "4457", "type": "Feature", "properties": {"id": "ak16823823", "mag": 1.2, "time": 1505356197786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8776, 62.7371, 2.4]}, "bbox": [-151.8776, 62.7371, -151.8776, 62.7371]}, {"id": "4458", "type": "Feature", "properties": {"id": "nc72892031", "mag": 0.98, "time": 1505355727940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737663, 38.785168, 2.12]}, "bbox": [-122.737663, 38.785168, -122.737663, 38.785168]}, {"id": "4459", "type": "Feature", "properties": {"id": "nc72892026", "mag": 1.09, "time": 1505355720450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.746833, 38.787833, 0.11]}, "bbox": [-122.746833, 38.787833, -122.746833, 38.787833]}, {"id": "4460", "type": "Feature", "properties": {"id": "ak16861131", "mag": 1.7, "time": 1505355503652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2915, 59.077, 76.7]}, "bbox": [-153.2915, 59.077, -153.2915, 59.077]}, {"id": "4461", "type": "Feature", "properties": {"id": "nc72892021", "mag": 1.67, "time": 1505355378570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.139667, 37.139, 11.31]}, "bbox": [-121.139667, 37.139, -121.139667, 37.139]}, {"id": "4462", "type": "Feature", "properties": {"id": "ak16823809", "mag": 1.2, "time": 1505354254705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3285, 60.1933, 0.0]}, "bbox": [-141.3285, 60.1933, -141.3285, 60.1933]}, {"id": "4463", "type": "Feature", "properties": {"id": "us2000am21", "mag": 3.2, "time": 1505353999720, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.899, 42.6704, 10.0]}, "bbox": [22.899, 42.6704, 22.899, 42.6704]}, {"id": "4464", "type": "Feature", "properties": {"id": "ci37762543", "mag": 1.21, "time": 1505353838790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543667, 34.513833, 6.53]}, "bbox": [-118.543667, 34.513833, -118.543667, 34.513833]}, {"id": "4465", "type": "Feature", "properties": {"id": "us2000am1y", "mag": 2.6, "time": 1505353481360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4312, 42.6014, 6.92]}, "bbox": [-111.4312, 42.6014, -111.4312, 42.6014]}, {"id": "4466", "type": "Feature", "properties": {"id": "ak16823693", "mag": 1.0, "time": 1505351348552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.644, 62.6994, 58.6]}, "bbox": [-148.644, 62.6994, -148.644, 62.6994]}, {"id": "4467", "type": "Feature", "properties": {"id": "ak16823694", "mag": 2.1, "time": 1505351146642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5002, 54.7664, 27.4]}, "bbox": [-160.5002, 54.7664, -160.5002, 54.7664]}, {"id": "4468", "type": "Feature", "properties": {"id": "ak16823688", "mag": 1.1, "time": 1505350854568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6619, 59.8124, 15.7]}, "bbox": [-136.6619, 59.8124, -136.6619, 59.8124]}, {"id": "4469", "type": "Feature", "properties": {"id": "pr2017257001", "mag": 1.33, "time": 1505350270080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.141, 18.0321, 11.0]}, "bbox": [-67.141, 18.0321, -67.141, 18.0321]}, {"id": "4470", "type": "Feature", "properties": {"id": "ak16823577", "mag": 2.7, "time": 1505349755149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3635, 54.4582, 4.8]}, "bbox": [-161.3635, 54.4582, -161.3635, 54.4582]}, {"id": "4471", "type": "Feature", "properties": {"id": "ak16861124", "mag": 1.1, "time": 1505349382106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2989, 65.668, 14.0]}, "bbox": [-145.2989, 65.668, -145.2989, 65.668]}, {"id": "4472", "type": "Feature", "properties": {"id": "us2000am0x", "mag": 4.6, "time": 1505348843700, "felt": 139.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.6152, 35.7719, 48.83]}, "bbox": [139.6152, 35.7719, 139.6152, 35.7719]}, {"id": "4473", "type": "Feature", "properties": {"id": "ci37762495", "mag": 1.0, "time": 1505347877510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3345, 33.3545, 11.05]}, "bbox": [-116.3345, 33.3545, -116.3345, 33.3545]}, {"id": "4474", "type": "Feature", "properties": {"id": "ak16823574", "mag": 2.8, "time": 1505347636545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3466, 52.1109, 79.8]}, "bbox": [-174.3466, 52.1109, -174.3466, 52.1109]}, {"id": "4475", "type": "Feature", "properties": {"id": "ak16823573", "mag": 2.3, "time": 1505347560653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4123, 51.617, 13.3]}, "bbox": [-178.4123, 51.617, -178.4123, 51.617]}, {"id": "4476", "type": "Feature", "properties": {"id": "ci37762487", "mag": 1.28, "time": 1505347417680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2715, 33.976667, 5.05]}, "bbox": [-116.2715, 33.976667, -116.2715, 33.976667]}, {"id": "4477", "type": "Feature", "properties": {"id": "hv61907326", "mag": 1.75, "time": 1505347375860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.394165, 19.238333, 32.54]}, "bbox": [-155.394165, 19.238333, -155.394165, 19.238333]}, {"id": "4478", "type": "Feature", "properties": {"id": "ak16861121", "mag": 1.7, "time": 1505347241023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4, 51.6505, 10.1]}, "bbox": [-178.4, 51.6505, -178.4, 51.6505]}, {"id": "4479", "type": "Feature", "properties": {"id": "hv61907236", "mag": 2.19, "time": 1505347011230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3835, 19.243, 32.131]}, "bbox": [-155.3835, 19.243, -155.3835, 19.243]}, {"id": "4480", "type": "Feature", "properties": {"id": "nc72891986", "mag": 1.15, "time": 1505346581750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5475, 37.143167, 3.07]}, "bbox": [-121.5475, 37.143167, -121.5475, 37.143167]}, {"id": "4481", "type": "Feature", "properties": {"id": "uw61307262", "mag": 1.18, "time": 1505346312450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.458833, 45.814167, -0.95]}, "bbox": [-122.458833, 45.814167, -122.458833, 45.814167]}, {"id": "4482", "type": "Feature", "properties": {"id": "ak16823443", "mag": 1.7, "time": 1505346090013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 60.824, 55.5]}, "bbox": [-151.3313, 60.824, -151.3313, 60.824]}, {"id": "4483", "type": "Feature", "properties": {"id": "ci37762463", "mag": 2.21, "time": 1505345845770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.610333, 32.834, 14.54]}, "bbox": [-115.610333, 32.834, -115.610333, 32.834]}, {"id": "4484", "type": "Feature", "properties": {"id": "ci37762455", "mag": 1.23, "time": 1505345794660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613333, 32.828, 12.93]}, "bbox": [-115.613333, 32.828, -115.613333, 32.828]}, {"id": "4485", "type": "Feature", "properties": {"id": "ak16823442", "mag": 1.4, "time": 1505345681125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1366, 63.4085, 115.9]}, "bbox": [-150.1366, 63.4085, -150.1366, 63.4085]}, {"id": "4486", "type": "Feature", "properties": {"id": "mb80255184", "mag": 0.99, "time": 1505345517200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.161833, 48.091333, 6.16]}, "bbox": [-115.161833, 48.091333, -115.161833, 48.091333]}, {"id": "4487", "type": "Feature", "properties": {"id": "ak16823441", "mag": 1.4, "time": 1505345131416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9358, 61.9565, 65.0]}, "bbox": [-150.9358, 61.9565, -150.9358, 61.9565]}, {"id": "4488", "type": "Feature", "properties": {"id": "us2000alzg", "mag": 4.2, "time": 1505344897150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.4183, -18.058, 145.27]}, "bbox": [-69.4183, -18.058, -69.4183, -18.058]}, {"id": "4489", "type": "Feature", "properties": {"id": "ak16823332", "mag": 2.8, "time": 1505344031893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3482, 51.3154, 44.3]}, "bbox": [-178.3482, 51.3154, -178.3482, 51.3154]}, {"id": "4490", "type": "Feature", "properties": {"id": "ak16823330", "mag": 1.3, "time": 1505343882913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3403, 64.9963, 0.0]}, "bbox": [-147.3403, 64.9963, -147.3403, 64.9963]}, {"id": "4491", "type": "Feature", "properties": {"id": "us2000alyy", "mag": 3.2, "time": 1505343206750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5646, 46.8793, 10.55]}, "bbox": [-112.5646, 46.8793, -112.5646, 46.8793]}, {"id": "4492", "type": "Feature", "properties": {"id": "uw61307247", "mag": 1.57, "time": 1505343065140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.347833, 44.090833, -1.55]}, "bbox": [-121.347833, 44.090833, -121.347833, 44.090833]}, {"id": "4493", "type": "Feature", "properties": {"id": "ci37762423", "mag": 2.63, "time": 1505342925380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6105, 32.832833, 13.39]}, "bbox": [-115.6105, 32.832833, -115.6105, 32.832833]}, {"id": "4494", "type": "Feature", "properties": {"id": "ismpkansas70235168", "mag": 1.72, "time": 1505342816860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966333, 37.277833, 4.1]}, "bbox": [-97.966333, 37.277833, -97.966333, 37.277833]}, {"id": "4495", "type": "Feature", "properties": {"id": "uu60245097", "mag": 1.4, "time": 1505342728590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.0425, 44.6825, 13.02]}, "bbox": [-110.0425, 44.6825, -110.0425, 44.6825]}, {"id": "4496", "type": "Feature", "properties": {"id": "ci37762407", "mag": 1.11, "time": 1505342669930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.978, 5.78]}, "bbox": [-116.2705, 33.978, -116.2705, 33.978]}, {"id": "4497", "type": "Feature", "properties": {"id": "ak16830577", "mag": 2.2, "time": 1505342546550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6253, 55.5692, 53.6]}, "bbox": [-159.6253, 55.5692, -159.6253, 55.5692]}, {"id": "4498", "type": "Feature", "properties": {"id": "ci37762415", "mag": 1.75, "time": 1505342494590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.999333, 33.073, -0.12]}, "bbox": [-114.999333, 33.073, -114.999333, 33.073]}, {"id": "4499", "type": "Feature", "properties": {"id": "nn00605103", "mag": 1.1, "time": 1505342257553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.367, 38.5022, 1.9]}, "bbox": [-118.367, 38.5022, -118.367, 38.5022]}, {"id": "4500", "type": "Feature", "properties": {"id": "ci37762399", "mag": 1.66, "time": 1505342009270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.612333, 32.834667, 12.8]}, "bbox": [-115.612333, 32.834667, -115.612333, 32.834667]}, {"id": "4501", "type": "Feature", "properties": {"id": "ci37762391", "mag": 1.75, "time": 1505341937760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613, 32.838667, 12.07]}, "bbox": [-115.613, 32.838667, -115.613, 32.838667]}, {"id": "4502", "type": "Feature", "properties": {"id": "ci37762383", "mag": 1.83, "time": 1505341540510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614, 32.8335, 12.31]}, "bbox": [-115.614, 32.8335, -115.614, 32.8335]}, {"id": "4503", "type": "Feature", "properties": {"id": "ci37762367", "mag": 3.47, "time": 1505341287040, "felt": 39.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615833, 32.843833, 15.23]}, "bbox": [-115.615833, 32.843833, -115.615833, 32.843833]}, {"id": "4504", "type": "Feature", "properties": {"id": "hv61907176", "mag": 1.67, "time": 1505340803980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.213667, 19.3035, 2.2]}, "bbox": [-155.213667, 19.3035, -155.213667, 19.3035]}, {"id": "4505", "type": "Feature", "properties": {"id": "ak16823316", "mag": 2.5, "time": 1505340733287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3859, 61.6698, 29.1]}, "bbox": [-146.3859, 61.6698, -146.3859, 61.6698]}, {"id": "4506", "type": "Feature", "properties": {"id": "nc72891951", "mag": 1.45, "time": 1505340188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841667, 37.532167, -1.9]}, "bbox": [-118.841667, 37.532167, -118.841667, 37.532167]}, {"id": "4507", "type": "Feature", "properties": {"id": "ak16830575", "mag": 1.5, "time": 1505340177499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5229, 57.7401, 52.1]}, "bbox": [-154.5229, 57.7401, -154.5229, 57.7401]}, {"id": "4508", "type": "Feature", "properties": {"id": "ci37762359", "mag": 1.73, "time": 1505340060360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274, 33.976333, 5.08]}, "bbox": [-116.274, 33.976333, -116.274, 33.976333]}, {"id": "4509", "type": "Feature", "properties": {"id": "ci37762351", "mag": 3.26, "time": 1505339982500, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.276, 33.975333, 3.91]}, "bbox": [-116.276, 33.975333, -116.276, 33.975333]}, {"id": "4510", "type": "Feature", "properties": {"id": "ak16830574", "mag": 1.6, "time": 1505339727053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4531, 53.5386, 11.2]}, "bbox": [-167.4531, 53.5386, -167.4531, 53.5386]}, {"id": "4511", "type": "Feature", "properties": {"id": "ak16823310", "mag": 1.1, "time": 1505339360762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5682, 53.9212, 8.1]}, "bbox": [-166.5682, 53.9212, -166.5682, 53.9212]}, {"id": "4512", "type": "Feature", "properties": {"id": "ci37762343", "mag": 1.12, "time": 1505339170890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795167, 33.507167, 4.82]}, "bbox": [-116.795167, 33.507167, -116.795167, 33.507167]}, {"id": "4513", "type": "Feature", "properties": {"id": "mb80255169", "mag": 1.13, "time": 1505339091750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.622667, 46.909667, 10.61]}, "bbox": [-112.622667, 46.909667, -112.622667, 46.909667]}, {"id": "4514", "type": "Feature", "properties": {"id": "us2000alwi", "mag": 4.7, "time": 1505338937260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0086, 15.1566, 38.2]}, "bbox": [-94.0086, 15.1566, -94.0086, 15.1566]}, {"id": "4515", "type": "Feature", "properties": {"id": "ci37762335", "mag": 1.17, "time": 1505338520010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614667, 32.832167, 10.18]}, "bbox": [-115.614667, 32.832167, -115.614667, 32.832167]}, {"id": "4516", "type": "Feature", "properties": {"id": "ci37762327", "mag": 1.59, "time": 1505338477140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615333, 32.843, 15.01]}, "bbox": [-115.615333, 32.843, -115.615333, 32.843]}, {"id": "4517", "type": "Feature", "properties": {"id": "uu60245082", "mag": 1.54, "time": 1505338298430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.043833, 44.678167, 13.53]}, "bbox": [-110.043833, 44.678167, -110.043833, 44.678167]}, {"id": "4518", "type": "Feature", "properties": {"id": "us2000alvq", "mag": 5.0, "time": 1505338251370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9904, 15.7092, 39.9]}, "bbox": [-94.9904, 15.7092, -94.9904, 15.7092]}, {"id": "4519", "type": "Feature", "properties": {"id": "nc72891936", "mag": 1.29, "time": 1505338239110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.017333, 37.5655, -0.37]}, "bbox": [-119.017333, 37.5655, -119.017333, 37.5655]}, {"id": "4520", "type": "Feature", "properties": {"id": "ci37762303", "mag": 1.69, "time": 1505337757160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.504167, 5.32]}, "bbox": [-116.7965, 33.504167, -116.7965, 33.504167]}, {"id": "4521", "type": "Feature", "properties": {"id": "uu60245072", "mag": 1.82, "time": 1505336663200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.075667, 44.674, 5.83]}, "bbox": [-110.075667, 44.674, -110.075667, 44.674]}, {"id": "4522", "type": "Feature", "properties": {"id": "ci37762287", "mag": 1.49, "time": 1505336435640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.8575, -0.61]}, "bbox": [-117.498833, 33.8575, -117.498833, 33.8575]}, {"id": "4523", "type": "Feature", "properties": {"id": "mb80255154", "mag": 2.29, "time": 1505335433020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7145, 46.9035, 15.16]}, "bbox": [-112.7145, 46.9035, -112.7145, 46.9035]}, {"id": "4524", "type": "Feature", "properties": {"id": "nc72891916", "mag": 1.11, "time": 1505334220120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7985, 38.833168, 1.37]}, "bbox": [-122.7985, 38.833168, -122.7985, 38.833168]}, {"id": "4525", "type": "Feature", "properties": {"id": "nc72891911", "mag": 1.01, "time": 1505333988430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811165, 38.815666, 2.78]}, "bbox": [-122.811165, 38.815666, -122.811165, 38.815666]}, {"id": "4526", "type": "Feature", "properties": {"id": "ak16823196", "mag": 1.7, "time": 1505333862556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2791, 60.1339, 58.8]}, "bbox": [-151.2791, 60.1339, -151.2791, 60.1339]}, {"id": "4527", "type": "Feature", "properties": {"id": "nc72891901", "mag": 1.64, "time": 1505333181410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814, 38.8085, 2.9]}, "bbox": [-122.814, 38.8085, -122.814, 38.8085]}, {"id": "4528", "type": "Feature", "properties": {"id": "nc72891896", "mag": 1.52, "time": 1505332739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.481167, 0.23]}, "bbox": [-118.817667, 37.481167, -118.817667, 37.481167]}, {"id": "4529", "type": "Feature", "properties": {"id": "ci37762231", "mag": 1.56, "time": 1505331922920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.381833, 35.980833, 4.99]}, "bbox": [-117.381833, 35.980833, -117.381833, 35.980833]}, {"id": "4530", "type": "Feature", "properties": {"id": "us2000alqh", "mag": 4.6, "time": 1505331447000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [112.9501, -6.0986, 590.53]}, "bbox": [112.9501, -6.0986, 112.9501, -6.0986]}, {"id": "4531", "type": "Feature", "properties": {"id": "us2000alq6", "mag": 3.0, "time": 1505331233180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4525, 42.6029, 6.02]}, "bbox": [-111.4525, 42.6029, -111.4525, 42.6029]}, {"id": "4532", "type": "Feature", "properties": {"id": "ak16823083", "mag": 1.8, "time": 1505330838320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8987, 61.0912, 0.1]}, "bbox": [-141.8987, 61.0912, -141.8987, 61.0912]}, {"id": "4533", "type": "Feature", "properties": {"id": "ak16823082", "mag": 1.3, "time": 1505330810883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7682, 61.1384, 6.4]}, "bbox": [-141.7682, 61.1384, -141.7682, 61.1384]}, {"id": "4534", "type": "Feature", "properties": {"id": "ak16823080", "mag": 1.9, "time": 1505329947650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7636, 59.6753, 80.6]}, "bbox": [-152.7636, 59.6753, -152.7636, 59.6753]}, {"id": "4535", "type": "Feature", "properties": {"id": "ci37762215", "mag": 1.01, "time": 1505329786970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1445, 33.667, -0.63]}, "bbox": [-117.1445, 33.667, -117.1445, 33.667]}, {"id": "4536", "type": "Feature", "properties": {"id": "nc72891881", "mag": 1.2, "time": 1505329775160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.850167, 37.644667, 5.63]}, "bbox": [-118.850167, 37.644667, -118.850167, 37.644667]}, {"id": "4537", "type": "Feature", "properties": {"id": "ci37762207", "mag": 1.15, "time": 1505329688010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.187167, 34.993167, -0.82]}, "bbox": [-118.187167, 34.993167, -118.187167, 34.993167]}, {"id": "4538", "type": "Feature", "properties": {"id": "ak16830566", "mag": 2.0, "time": 1505328672149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.302, 51.3949, 36.9]}, "bbox": [-178.302, 51.3949, -178.302, 51.3949]}, {"id": "4539", "type": "Feature", "properties": {"id": "ak16822979", "mag": 1.3, "time": 1505328502909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3078, 61.2967, 15.3]}, "bbox": [-146.3078, 61.2967, -146.3078, 61.2967]}, {"id": "4540", "type": "Feature", "properties": {"id": "nc72891876", "mag": 1.1, "time": 1505327236230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745666, 38.787834, 1.52]}, "bbox": [-122.745666, 38.787834, -122.745666, 38.787834]}, {"id": "4541", "type": "Feature", "properties": {"id": "ak16822977", "mag": 1.3, "time": 1505326599778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0157, 63.5538, 1.8]}, "bbox": [-151.0157, 63.5538, -151.0157, 63.5538]}, {"id": "4542", "type": "Feature", "properties": {"id": "nc72891871", "mag": 2.5, "time": 1505325897250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0595, 40.449667, 16.29]}, "bbox": [-120.0595, 40.449667, -120.0595, 40.449667]}, {"id": "4543", "type": "Feature", "properties": {"id": "nc72891866", "mag": 1.77, "time": 1505325532440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0005, 35.943167, 17.23]}, "bbox": [-120.0005, 35.943167, -120.0005, 35.943167]}, {"id": "4544", "type": "Feature", "properties": {"id": "nc72891861", "mag": 1.4, "time": 1505325215290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600167, 35.482, -0.46]}, "bbox": [-120.600167, 35.482, -120.600167, 35.482]}, {"id": "4545", "type": "Feature", "properties": {"id": "ci37762175", "mag": 1.47, "time": 1505324991750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 32.840667, 14.81]}, "bbox": [-115.609, 32.840667, -115.609, 32.840667]}, {"id": "4546", "type": "Feature", "properties": {"id": "ak16822975", "mag": 1.2, "time": 1505324283732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2438, 62.4485, 2.9]}, "bbox": [-149.2438, 62.4485, -149.2438, 62.4485]}, {"id": "4547", "type": "Feature", "properties": {"id": "nc72891851", "mag": 1.07, "time": 1505324016940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841167, 37.491667, -0.1]}, "bbox": [-118.841167, 37.491667, -118.841167, 37.491667]}, {"id": "4548", "type": "Feature", "properties": {"id": "se60179327", "mag": 3.2, "time": 1505323990930, "felt": 525.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-80.703, 37.472833, 17.77]}, "bbox": [-80.703, 37.472833, -80.703, 37.472833]}, {"id": "4549", "type": "Feature", "properties": {"id": "ak16822973", "mag": 1.1, "time": 1505323870033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7446, 59.8908, 41.3]}, "bbox": [-151.7446, 59.8908, -151.7446, 59.8908]}, {"id": "4550", "type": "Feature", "properties": {"id": "ak16830561", "mag": 1.8, "time": 1505323399318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9553, 59.6095, 109.8]}, "bbox": [-152.9553, 59.6095, -152.9553, 59.6095]}, {"id": "4551", "type": "Feature", "properties": {"id": "ak16830560", "mag": 2.0, "time": 1505322404855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5059, 60.1768, 153.1]}, "bbox": [-153.5059, 60.1768, -153.5059, 60.1768]}, {"id": "4552", "type": "Feature", "properties": {"id": "us2000alkc", "mag": 4.4, "time": 1505321962400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6803, 15.7969, 43.13]}, "bbox": [-94.6803, 15.7969, -94.6803, 15.7969]}, {"id": "4553", "type": "Feature", "properties": {"id": "ak16830559", "mag": 1.8, "time": 1505321554841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8197, 51.97, 7.3]}, "bbox": [-174.8197, 51.97, -174.8197, 51.97]}, {"id": "4554", "type": "Feature", "properties": {"id": "nc72891831", "mag": 2.56, "time": 1505318816290, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.704667, 40.484, 16.91]}, "bbox": [-124.704667, 40.484, -124.704667, 40.484]}, {"id": "4555", "type": "Feature", "properties": {"id": "ak16822799", "mag": 1.8, "time": 1505318719906, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4098, 51.7491, 29.3]}, "bbox": [-174.4098, 51.7491, -174.4098, 51.7491]}, {"id": "4556", "type": "Feature", "properties": {"id": "ak16822798", "mag": 1.1, "time": 1505318596103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8143, 62.8428, 67.1]}, "bbox": [-148.8143, 62.8428, -148.8143, 62.8428]}, {"id": "4557", "type": "Feature", "properties": {"id": "hv61906796", "mag": 2.1, "time": 1505317840280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.485504, 19.219, 36.43]}, "bbox": [-155.485504, 19.219, -155.485504, 19.219]}, {"id": "4558", "type": "Feature", "properties": {"id": "ak16822695", "mag": 1.3, "time": 1505316869586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4592, 63.3484, 0.8]}, "bbox": [-151.4592, 63.3484, -151.4592, 63.3484]}, {"id": "4559", "type": "Feature", "properties": {"id": "us2000asbr", "mag": 4.3, "time": 1505316791790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1284, -4.88, 54.06]}, "bbox": [152.1284, -4.88, 152.1284, -4.88]}, {"id": "4560", "type": "Feature", "properties": {"id": "hv61906781", "mag": 1.87, "time": 1505316745210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.889333, 19.9115, 24.592]}, "bbox": [-155.889333, 19.9115, -155.889333, 19.9115]}, {"id": "4561", "type": "Feature", "properties": {"id": "us2000alhx", "mag": 5.0, "time": 1505316098600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.9266, -10.7647, 46.64]}, "bbox": [161.9266, -10.7647, 161.9266, -10.7647]}, {"id": "4562", "type": "Feature", "properties": {"id": "ak16822692", "mag": 2.1, "time": 1505315572825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2966, 59.7717, 67.1]}, "bbox": [-152.2966, 59.7717, -152.2966, 59.7717]}, {"id": "4563", "type": "Feature", "properties": {"id": "nm60179312", "mag": 1.77, "time": 1505315298800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.672667, 36.156667, 9.37]}, "bbox": [-89.672667, 36.156667, -89.672667, 36.156667]}, {"id": "4564", "type": "Feature", "properties": {"id": "ak16822691", "mag": 1.8, "time": 1505315111913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8055, 59.8229, 63.9]}, "bbox": [-151.8055, 59.8229, -151.8055, 59.8229]}, {"id": "4565", "type": "Feature", "properties": {"id": "ak16822689", "mag": 1.5, "time": 1505313796189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.627, 60.7945, 30.2]}, "bbox": [-149.627, 60.7945, -149.627, 60.7945]}, {"id": "4566", "type": "Feature", "properties": {"id": "ci37762039", "mag": 1.34, "time": 1505312641900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.791, 36.012167, 1.22]}, "bbox": [-117.791, 36.012167, -117.791, 36.012167]}, {"id": "4567", "type": "Feature", "properties": {"id": "nn00605012", "mag": 1.1, "time": 1505309502885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9116, 38.3879, 15.2]}, "bbox": [-118.9116, 38.3879, -118.9116, 38.3879]}, {"id": "4568", "type": "Feature", "properties": {"id": "ak16830551", "mag": 1.1, "time": 1505309158928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8896, 60.3719, 15.2]}, "bbox": [-146.8896, 60.3719, -146.8896, 60.3719]}, {"id": "4569", "type": "Feature", "properties": {"id": "ak16822590", "mag": 1.1, "time": 1505309077336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3908, 66.2048, 11.9]}, "bbox": [-157.3908, 66.2048, -157.3908, 66.2048]}, {"id": "4570", "type": "Feature", "properties": {"id": "mb80255099", "mag": 1.92, "time": 1505309076210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.547833, 44.257, 9.7]}, "bbox": [-114.547833, 44.257, -114.547833, 44.257]}, {"id": "4571", "type": "Feature", "properties": {"id": "nc72891776", "mag": 1.02, "time": 1505308975510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 37.593167, 0.05]}, "bbox": [-118.918167, 37.593167, -118.918167, 37.593167]}, {"id": "4572", "type": "Feature", "properties": {"id": "ak16822588", "mag": 1.4, "time": 1505308950441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4711, 65.4989, 11.1]}, "bbox": [-148.4711, 65.4989, -148.4711, 65.4989]}, {"id": "4573", "type": "Feature", "properties": {"id": "nn00604990", "mag": 2.3, "time": 1505308914949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 38.8311, 8.7]}, "bbox": [-118.818, 38.8311, -118.818, 38.8311]}, {"id": "4574", "type": "Feature", "properties": {"id": "ci37762007", "mag": 2.3, "time": 1505308483530, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.585667, 35.139667, 1.62]}, "bbox": [-116.585667, 35.139667, -116.585667, 35.139667]}, {"id": "4575", "type": "Feature", "properties": {"id": "ci37761999", "mag": 1.26, "time": 1505308208470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6185, 32.838, 13.81]}, "bbox": [-115.6185, 32.838, -115.6185, 32.838]}, {"id": "4576", "type": "Feature", "properties": {"id": "hv61906676", "mag": 1.95, "time": 1505307948740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.298996, 19.424334, 6.6]}, "bbox": [-155.298996, 19.424334, -155.298996, 19.424334]}, {"id": "4577", "type": "Feature", "properties": {"id": "ci37761983", "mag": 1.11, "time": 1505307567020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.623, 32.839333, 10.27]}, "bbox": [-115.623, 32.839333, -115.623, 32.839333]}, {"id": "4578", "type": "Feature", "properties": {"id": "us2000alfh", "mag": 4.5, "time": 1505306912090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7023, 15.8472, 95.22]}, "bbox": [-93.7023, 15.8472, -93.7023, 15.8472]}, {"id": "4579", "type": "Feature", "properties": {"id": "mb80255094", "mag": 1.19, "time": 1505305625190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.642667, 46.956667, 13.27]}, "bbox": [-114.642667, 46.956667, -114.642667, 46.956667]}, {"id": "4580", "type": "Feature", "properties": {"id": "ci37761967", "mag": 0.99, "time": 1505305387220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.587333, 36.179667, 0.99]}, "bbox": [-117.587333, 36.179667, -117.587333, 36.179667]}, {"id": "4581", "type": "Feature", "properties": {"id": "nc72891766", "mag": 1.15, "time": 1505305306770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.820333, 38.804, 2.93]}, "bbox": [-122.820333, 38.804, -122.820333, 38.804]}, {"id": "4582", "type": "Feature", "properties": {"id": "us2000anw3", "mag": 2.5, "time": 1505305272030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6774, 53.9359, 13.8]}, "bbox": [-163.6774, 53.9359, -163.6774, 53.9359]}, {"id": "4583", "type": "Feature", "properties": {"id": "ci37761959", "mag": 1.4, "time": 1505304763660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.829167, 32.782333, 3.76]}, "bbox": [-115.829167, 32.782333, -115.829167, 32.782333]}, {"id": "4584", "type": "Feature", "properties": {"id": "us2000asbk", "mag": 4.1, "time": 1505303510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1783, 2.9917, 58.22]}, "bbox": [128.1783, 2.9917, 128.1783, 2.9917]}, {"id": "4585", "type": "Feature", "properties": {"id": "nc72891751", "mag": 0.99, "time": 1505303358450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.082167, 35.707667, 6.66]}, "bbox": [-121.082167, 35.707667, -121.082167, 35.707667]}, {"id": "4586", "type": "Feature", "properties": {"id": "ak16822583", "mag": 1.1, "time": 1505302645910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3182, 60.2384, 0.0]}, "bbox": [-141.3182, 60.2384, -141.3182, 60.2384]}, {"id": "4587", "type": "Feature", "properties": {"id": "ak16822582", "mag": 2.3, "time": 1505302558389, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6566, 51.5758, 56.9]}, "bbox": [-177.6566, 51.5758, -177.6566, 51.5758]}, {"id": "4588", "type": "Feature", "properties": {"id": "us2000alew", "mag": 3.9, "time": 1505302030040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2516, 14.855, 22.24]}, "bbox": [-94.2516, 14.855, -94.2516, 14.855]}, {"id": "4589", "type": "Feature", "properties": {"id": "mb80255084", "mag": 1.07, "time": 1505300960250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.511667, 46.9035, 5.32]}, "bbox": [-112.511667, 46.9035, -112.511667, 46.9035]}, {"id": "4590", "type": "Feature", "properties": {"id": "ak16822577", "mag": 1.5, "time": 1505300414194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9212, 64.7545, 3.8]}, "bbox": [-139.9212, 64.7545, -139.9212, 64.7545]}, {"id": "4591", "type": "Feature", "properties": {"id": "us2000alee", "mag": 3.3, "time": 1505299970430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6225, 59.7836, 5.44]}, "bbox": [-136.6225, 59.7836, -136.6225, 59.7836]}, {"id": "4592", "type": "Feature", "properties": {"id": "uu60244877", "mag": 2.35, "time": 1505299838240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8535, 44.770833, 7.9]}, "bbox": [-110.8535, 44.770833, -110.8535, 44.770833]}, {"id": "4593", "type": "Feature", "properties": {"id": "nc72891746", "mag": 1.53, "time": 1505299590270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8215, 3.0]}, "bbox": [-122.793, 38.8215, -122.793, 38.8215]}, {"id": "4594", "type": "Feature", "properties": {"id": "ak16830540", "mag": 1.9, "time": 1505298481141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1134, 57.8805, 76.9]}, "bbox": [-155.1134, 57.8805, -155.1134, 57.8805]}, {"id": "4595", "type": "Feature", "properties": {"id": "us2000anw1", "mag": 3.0, "time": 1505298226550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0008, 50.1653, 25.9]}, "bbox": [179.0008, 50.1653, 179.0008, 50.1653]}, {"id": "4596", "type": "Feature", "properties": {"id": "nn00604987", "mag": 1.7, "time": 1505298050456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8103, 39.3643, 9.1]}, "bbox": [-119.8103, 39.3643, -119.8103, 39.3643]}, {"id": "4597", "type": "Feature", "properties": {"id": "ak16822473", "mag": 1.2, "time": 1505297484913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4897, 63.0467, 3.6]}, "bbox": [-151.4897, 63.0467, -151.4897, 63.0467]}, {"id": "4598", "type": "Feature", "properties": {"id": "ak16822472", "mag": 2.4, "time": 1505297294726, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0416, 53.5692, 24.5]}, "bbox": [-164.0416, 53.5692, -164.0416, 53.5692]}, {"id": "4599", "type": "Feature", "properties": {"id": "uw61307017", "mag": 1.34, "time": 1505297037790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.764333, 48.271333, 1.82]}, "bbox": [-121.764333, 48.271333, -121.764333, 48.271333]}, {"id": "4600", "type": "Feature", "properties": {"id": "ak16830536", "mag": 1.2, "time": 1505297029108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7778, 60.5002, 3.8]}, "bbox": [-147.7778, 60.5002, -147.7778, 60.5002]}, {"id": "4601", "type": "Feature", "properties": {"id": "uu60244867", "mag": 2.44, "time": 1505296698750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422, 42.567833, 7.73]}, "bbox": [-111.422, 42.567833, -111.422, 42.567833]}, {"id": "4602", "type": "Feature", "properties": {"id": "us2000aldk", "mag": 4.3, "time": 1505296627560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9055, 15.639, 35.0]}, "bbox": [-94.9055, 15.639, -94.9055, 15.639]}, {"id": "4603", "type": "Feature", "properties": {"id": "ci37761935", "mag": 1.02, "time": 1505296379600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6215, 32.831333, 10.19]}, "bbox": [-115.6215, 32.831333, -115.6215, 32.831333]}, {"id": "4604", "type": "Feature", "properties": {"id": "us2000aldd", "mag": 4.5, "time": 1505295980580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7401, 15.5449, 31.41]}, "bbox": [-94.7401, 15.5449, -94.7401, 15.5449]}, {"id": "4605", "type": "Feature", "properties": {"id": "us2000ald3", "mag": 2.4, "time": 1505295918600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9039, 36.2089, 4.448]}, "bbox": [-98.9039, 36.2089, -98.9039, 36.2089]}, {"id": "4606", "type": "Feature", "properties": {"id": "ak16822468", "mag": 2.5, "time": 1505295654705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2898, 58.6446, 4.6]}, "bbox": [-158.2898, 58.6446, -158.2898, 58.6446]}, {"id": "4607", "type": "Feature", "properties": {"id": "us2000ald0", "mag": 4.3, "time": 1505295123840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5523, -23.5684, 541.35]}, "bbox": [179.5523, -23.5684, 179.5523, -23.5684]}, {"id": "4608", "type": "Feature", "properties": {"id": "ak16822374", "mag": 2.1, "time": 1505294583800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5476, 52.7346, 39.4]}, "bbox": [-166.5476, 52.7346, -166.5476, 52.7346]}, {"id": "4609", "type": "Feature", "properties": {"id": "us2000alcs", "mag": 3.9, "time": 1505294302600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2348, 15.2732, 42.03]}, "bbox": [-94.2348, 15.2732, -94.2348, 15.2732]}, {"id": "4610", "type": "Feature", "properties": {"id": "hv61906586", "mag": 2.11, "time": 1505294188360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.356003, 19.467167, 4.72]}, "bbox": [-155.356003, 19.467167, -155.356003, 19.467167]}, {"id": "4611", "type": "Feature", "properties": {"id": "nc72891726", "mag": 1.09, "time": 1505293695870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793831, 38.822334, 2.17]}, "bbox": [-122.793831, 38.822334, -122.793831, 38.822334]}, {"id": "4612", "type": "Feature", "properties": {"id": "us2000alcf", "mag": 2.6, "time": 1505292526080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4275, 42.596, 6.01]}, "bbox": [-111.4275, 42.596, -111.4275, 42.596]}, {"id": "4613", "type": "Feature", "properties": {"id": "ak16822373", "mag": 1.5, "time": 1505292217097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4702, 60.5679, 7.7]}, "bbox": [-148.4702, 60.5679, -148.4702, 60.5679]}, {"id": "4614", "type": "Feature", "properties": {"id": "nn00604985", "mag": 1.6, "time": 1505292088777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.548, 37.4198, 12.0]}, "bbox": [-115.548, 37.4198, -115.548, 37.4198]}, {"id": "4615", "type": "Feature", "properties": {"id": "nc72891721", "mag": 1.57, "time": 1505290933360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.889333, 39.366167, 10.36]}, "bbox": [-122.889333, 39.366167, -122.889333, 39.366167]}, {"id": "4616", "type": "Feature", "properties": {"id": "ak16822371", "mag": 1.4, "time": 1505290808147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8609, 62.2453, 3.1]}, "bbox": [-153.8609, 62.2453, -153.8609, 62.2453]}, {"id": "4617", "type": "Feature", "properties": {"id": "ak16822294", "mag": 1.5, "time": 1505289269698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7566, 62.9227, 94.6]}, "bbox": [-150.7566, 62.9227, -150.7566, 62.9227]}, {"id": "4618", "type": "Feature", "properties": {"id": "ak16822278", "mag": 1.1, "time": 1505287972451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7433, 64.7476, 3.4]}, "bbox": [-146.7433, 64.7476, -146.7433, 64.7476]}, {"id": "4619", "type": "Feature", "properties": {"id": "ak16822251", "mag": 3.4, "time": 1505287366858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5871, 61.6459, 24.8]}, "bbox": [-145.5871, 61.6459, -145.5871, 61.6459]}, {"id": "4620", "type": "Feature", "properties": {"id": "ak16822240", "mag": 4.2, "time": 1505287337046, "felt": 42.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9213, 62.8983, 79.6]}, "bbox": [-149.9213, 62.8983, -149.9213, 62.8983]}, {"id": "4621", "type": "Feature", "properties": {"id": "us2000albc", "mag": 2.3, "time": 1505286819380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4494, 42.6632, 10.21]}, "bbox": [-111.4494, 42.6632, -111.4494, 42.6632]}, {"id": "4622", "type": "Feature", "properties": {"id": "ak16830527", "mag": 1.8, "time": 1505286603893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0388, 59.8755, 109.6]}, "bbox": [-153.0388, 59.8755, -153.0388, 59.8755]}, {"id": "4623", "type": "Feature", "properties": {"id": "ak16822236", "mag": 1.3, "time": 1505286374065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3111, 60.5579, 12.6]}, "bbox": [-141.3111, 60.5579, -141.3111, 60.5579]}, {"id": "4624", "type": "Feature", "properties": {"id": "nc72891681", "mag": 1.39, "time": 1505286150510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.467, -1.65]}, "bbox": [-118.8285, 37.467, -118.8285, 37.467]}, {"id": "4625", "type": "Feature", "properties": {"id": "ak16822233", "mag": 1.6, "time": 1505285865490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8651, 62.2629, 96.7]}, "bbox": [-151.8651, 62.2629, -151.8651, 62.2629]}, {"id": "4626", "type": "Feature", "properties": {"id": "us2000alb7", "mag": 2.6, "time": 1505285839040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5618, 8.28]}, "bbox": [-111.4177, 42.5618, -111.4177, 42.5618]}, {"id": "4627", "type": "Feature", "properties": {"id": "ak16830523", "mag": 1.7, "time": 1505285675768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1432, 53.7072, 69.4]}, "bbox": [-166.1432, 53.7072, -166.1432, 53.7072]}, {"id": "4628", "type": "Feature", "properties": {"id": "us2000alb2", "mag": 4.5, "time": 1505284765560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.084, -22.1327, 549.09]}, "bbox": [-179.084, -22.1327, -179.084, -22.1327]}, {"id": "4629", "type": "Feature", "properties": {"id": "nn00605030", "mag": 1.1, "time": 1505284250632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9094, 38.3681, 5.4]}, "bbox": [-118.9094, 38.3681, -118.9094, 38.3681]}, {"id": "4630", "type": "Feature", "properties": {"id": "ak16830521", "mag": 1.2, "time": 1505284146176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8175, 60.5189, 13.7]}, "bbox": [-148.8175, 60.5189, -148.8175, 60.5189]}, {"id": "4631", "type": "Feature", "properties": {"id": "us2000alax", "mag": 4.7, "time": 1505283996200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.6079, 13.4506, 10.0]}, "bbox": [147.6079, 13.4506, 147.6079, 13.4506]}, {"id": "4632", "type": "Feature", "properties": {"id": "nc72891656", "mag": 2.62, "time": 1505283657320, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803833, 37.486167, 2.5]}, "bbox": [-118.803833, 37.486167, -118.803833, 37.486167]}, {"id": "4633", "type": "Feature", "properties": {"id": "ci37761831", "mag": 1.06, "time": 1505283115050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.5045, 6.22]}, "bbox": [-116.795667, 33.5045, -116.795667, 33.5045]}, {"id": "4634", "type": "Feature", "properties": {"id": "ak16822160", "mag": 1.4, "time": 1505282783934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9732, 60.9785, 5.5]}, "bbox": [-147.9732, 60.9785, -147.9732, 60.9785]}, {"id": "4635", "type": "Feature", "properties": {"id": "mb80255029", "mag": 1.01, "time": 1505281846410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5335, 46.862167, 10.42]}, "bbox": [-112.5335, 46.862167, -112.5335, 46.862167]}, {"id": "4636", "type": "Feature", "properties": {"id": "ak16822085", "mag": 1.5, "time": 1505279524459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8464, 60.3009, 18.8]}, "bbox": [-144.8464, 60.3009, -144.8464, 60.3009]}, {"id": "4637", "type": "Feature", "properties": {"id": "us2000ala9", "mag": 4.5, "time": 1505279374230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.453, 15.3914, 72.28]}, "bbox": [-93.453, 15.3914, -93.453, 15.3914]}, {"id": "4638", "type": "Feature", "properties": {"id": "ci37761799", "mag": 0.97, "time": 1505279080610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.108167, 34.0375, 6.71]}, "bbox": [-117.108167, 34.0375, -117.108167, 34.0375]}, {"id": "4639", "type": "Feature", "properties": {"id": "ak16830517", "mag": 1.1, "time": 1505278511333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4202, 60.2062, 0.0]}, "bbox": [-141.4202, 60.2062, -141.4202, 60.2062]}, {"id": "4640", "type": "Feature", "properties": {"id": "mb80255024", "mag": 0.95, "time": 1505278401320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.864167, 11.03]}, "bbox": [-112.529833, 46.864167, -112.529833, 46.864167]}, {"id": "4641", "type": "Feature", "properties": {"id": "nc72891626", "mag": 1.1, "time": 1505277590570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.657667, 37.1885, 3.74]}, "bbox": [-121.657667, 37.1885, -121.657667, 37.1885]}, {"id": "4642", "type": "Feature", "properties": {"id": "nc72891621", "mag": 1.74, "time": 1505277415750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.886167, 39.3655, 10.44]}, "bbox": [-122.886167, 39.3655, -122.886167, 39.3655]}, {"id": "4643", "type": "Feature", "properties": {"id": "ak16822082", "mag": 1.6, "time": 1505275993590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0455, 67.102, 9.7]}, "bbox": [-157.0455, 67.102, -157.0455, 67.102]}, {"id": "4644", "type": "Feature", "properties": {"id": "nc72891611", "mag": 1.07, "time": 1505275610780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795, 38.834667, 1.79]}, "bbox": [-122.795, 38.834667, -122.795, 38.834667]}, {"id": "4645", "type": "Feature", "properties": {"id": "ak16822080", "mag": 3.5, "time": 1505275475357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4947, 51.6652, 10.4]}, "bbox": [-178.4947, 51.6652, -178.4947, 51.6652]}, {"id": "4646", "type": "Feature", "properties": {"id": "nc72891606", "mag": 2.64, "time": 1505275168490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793833, 38.835667, 1.89]}, "bbox": [-122.793833, 38.835667, -122.793833, 38.835667]}, {"id": "4647", "type": "Feature", "properties": {"id": "mb80255014", "mag": 0.96, "time": 1505274355010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.537, 46.87, 9.71]}, "bbox": [-112.537, 46.87, -112.537, 46.87]}, {"id": "4648", "type": "Feature", "properties": {"id": "nc72891581", "mag": 0.95, "time": 1505273207520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795166, 38.836666, 1.37]}, "bbox": [-122.795166, 38.836666, -122.795166, 38.836666]}, {"id": "4649", "type": "Feature", "properties": {"id": "mb80255009", "mag": 1.36, "time": 1505273099690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.872333, 11.58]}, "bbox": [-112.536167, 46.872333, -112.536167, 46.872333]}, {"id": "4650", "type": "Feature", "properties": {"id": "pr2017256002", "mag": 2.65, "time": 1505272611930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.4988, 19.1065, 25.0]}, "bbox": [-66.4988, 19.1065, -66.4988, 19.1065]}, {"id": "4651", "type": "Feature", "properties": {"id": "nc72891561", "mag": 0.95, "time": 1505272540610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.796669, 38.836834, 1.67]}, "bbox": [-122.796669, 38.836834, -122.796669, 38.836834]}, {"id": "4652", "type": "Feature", "properties": {"id": "nc72891556", "mag": 1.43, "time": 1505272430980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798333, 38.835167, 1.85]}, "bbox": [-122.798333, 38.835167, -122.798333, 38.835167]}, {"id": "4653", "type": "Feature", "properties": {"id": "nc72891551", "mag": 2.57, "time": 1505272400990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795667, 38.835, 1.82]}, "bbox": [-122.795667, 38.835, -122.795667, 38.835]}, {"id": "4654", "type": "Feature", "properties": {"id": "us2000al90", "mag": 4.7, "time": 1505272023240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.0946, 9.5711, 124.17]}, "bbox": [-73.0946, 9.5711, -73.0946, 9.5711]}, {"id": "4655", "type": "Feature", "properties": {"id": "mb80255004", "mag": 1.06, "time": 1505270988240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.864667, 11.36]}, "bbox": [-112.532, 46.864667, -112.532, 46.864667]}, {"id": "4656", "type": "Feature", "properties": {"id": "us2000al8v", "mag": 4.4, "time": 1505270586710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5721, 15.2889, 34.84]}, "bbox": [-94.5721, 15.2889, -94.5721, 15.2889]}, {"id": "4657", "type": "Feature", "properties": {"id": "ci37761727", "mag": 1.4, "time": 1505270305170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.643667, 34.5065, 17.68]}, "bbox": [-118.643667, 34.5065, -118.643667, 34.5065]}, {"id": "4658", "type": "Feature", "properties": {"id": "ak16822007", "mag": 1.0, "time": 1505269102037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6691, 63.5608, 10.3]}, "bbox": [-150.6691, 63.5608, -150.6691, 63.5608]}, {"id": "4659", "type": "Feature", "properties": {"id": "pr2017256000", "mag": 3.12, "time": 1505269072880, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5123, 19.091, 21.0]}, "bbox": [-66.5123, 19.091, -66.5123, 19.091]}, {"id": "4660", "type": "Feature", "properties": {"id": "nc72891541", "mag": 1.06, "time": 1505268817240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.517833, 36.804167, 4.87]}, "bbox": [-121.517833, 36.804167, -121.517833, 36.804167]}, {"id": "4661", "type": "Feature", "properties": {"id": "ak16821999", "mag": 1.7, "time": 1505268378179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2198, 61.7575, 9.7]}, "bbox": [-148.2198, 61.7575, -148.2198, 61.7575]}, {"id": "4662", "type": "Feature", "properties": {"id": "us2000al86", "mag": 5.0, "time": 1505268098300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5276, 15.1558, 14.07]}, "bbox": [-94.5276, 15.1558, -94.5276, 15.1558]}, {"id": "4663", "type": "Feature", "properties": {"id": "mb80254989", "mag": 1.38, "time": 1505267929610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540667, 46.872333, 11.48]}, "bbox": [-112.540667, 46.872333, -112.540667, 46.872333]}, {"id": "4664", "type": "Feature", "properties": {"id": "mb80254984", "mag": 0.99, "time": 1505267728460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5535, 46.8885, 10.76]}, "bbox": [-112.5535, 46.8885, -112.5535, 46.8885]}, {"id": "4665", "type": "Feature", "properties": {"id": "ak16821934", "mag": 1.1, "time": 1505267091152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2406, 64.8451, 3.5]}, "bbox": [-151.2406, 64.8451, -151.2406, 64.8451]}, {"id": "4666", "type": "Feature", "properties": {"id": "nc72891516", "mag": 1.94, "time": 1505266613010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.366833, 40.4805, 29.25]}, "bbox": [-123.366833, 40.4805, -123.366833, 40.4805]}, {"id": "4667", "type": "Feature", "properties": {"id": "pr2017256001", "mag": 3.05, "time": 1505266581450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5053, 19.0955, 25.0]}, "bbox": [-66.5053, 19.0955, -66.5053, 19.0955]}, {"id": "4668", "type": "Feature", "properties": {"id": "ci37761639", "mag": 2.16, "time": 1505265949130, "felt": 80.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768667, 33.774833, 2.9]}, "bbox": [-117.768667, 33.774833, -117.768667, 33.774833]}, {"id": "4669", "type": "Feature", "properties": {"id": "ak16821933", "mag": 1.0, "time": 1505265920217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4031, 60.2216, 0.0]}, "bbox": [-141.4031, 60.2216, -141.4031, 60.2216]}, {"id": "4670", "type": "Feature", "properties": {"id": "ci37761631", "mag": 1.35, "time": 1505265794450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.333667, 32.933167, 11.47]}, "bbox": [-116.333667, 32.933167, -116.333667, 32.933167]}, {"id": "4671", "type": "Feature", "properties": {"id": "ak16821931", "mag": 1.3, "time": 1505265469603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5511, 61.3707, 12.3]}, "bbox": [-147.5511, 61.3707, -147.5511, 61.3707]}, {"id": "4672", "type": "Feature", "properties": {"id": "us2000al7y", "mag": 4.1, "time": 1505265414270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4234, 15.3254, 35.74]}, "bbox": [-94.4234, 15.3254, -94.4234, 15.3254]}, {"id": "4673", "type": "Feature", "properties": {"id": "ak16821926", "mag": 2.1, "time": 1505265047390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5313, 60.6712, 14.9]}, "bbox": [-146.5313, 60.6712, -146.5313, 60.6712]}, {"id": "4674", "type": "Feature", "properties": {"id": "ak16821924", "mag": 1.7, "time": 1505264772966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5006, 65.2775, 11.4]}, "bbox": [-158.5006, 65.2775, -158.5006, 65.2775]}, {"id": "4675", "type": "Feature", "properties": {"id": "us2000al7s", "mag": 4.1, "time": 1505263876510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.3188, 15.5954, 29.98]}, "bbox": [-95.3188, 15.5954, -95.3188, 15.5954]}, {"id": "4676", "type": "Feature", "properties": {"id": "hv61906111", "mag": 1.46, "time": 1505262900730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.538167, 19.256333, 8.429]}, "bbox": [-155.538167, 19.256333, -155.538167, 19.256333]}, {"id": "4677", "type": "Feature", "properties": {"id": "nc72891421", "mag": 1.92, "time": 1505262602400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.273167, 36.148167, 8.47]}, "bbox": [-120.273167, 36.148167, -120.273167, 36.148167]}, {"id": "4678", "type": "Feature", "properties": {"id": "hv61906101", "mag": 2.02, "time": 1505262046800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.276672, 19.404333, 0.19]}, "bbox": [-155.276672, 19.404333, -155.276672, 19.404333]}, {"id": "4679", "type": "Feature", "properties": {"id": "nc72891406", "mag": 1.7, "time": 1505261981400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.865667, 36.439667, 6.7]}, "bbox": [-120.865667, 36.439667, -120.865667, 36.439667]}, {"id": "4680", "type": "Feature", "properties": {"id": "us2000al7a", "mag": 3.9, "time": 1505261942310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.399, 14.9659, 29.81]}, "bbox": [-94.399, 14.9659, -94.399, 14.9659]}, {"id": "4681", "type": "Feature", "properties": {"id": "hv61906081", "mag": 1.94, "time": 1505261244650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.535, 19.849, 23.752]}, "bbox": [-155.535, 19.849, -155.535, 19.849]}, {"id": "4682", "type": "Feature", "properties": {"id": "ci37761535", "mag": 1.56, "time": 1505261179000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165833, 34.0375, 5.82]}, "bbox": [-117.165833, 34.0375, -117.165833, 34.0375]}, {"id": "4683", "type": "Feature", "properties": {"id": "ak16850793", "mag": 2.2, "time": 1505260675964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4757, 53.3828, 38.3]}, "bbox": [-164.4757, 53.3828, -164.4757, 53.3828]}, {"id": "4684", "type": "Feature", "properties": {"id": "ak16821817", "mag": 1.0, "time": 1505258496556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.5762, 67.0334, 2.1]}, "bbox": [-144.5762, 67.0334, -144.5762, 67.0334]}, {"id": "4685", "type": "Feature", "properties": {"id": "uw61306902", "mag": 1.1, "time": 1505258286020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.374667, 45.693833, -0.9]}, "bbox": [-122.374667, 45.693833, -122.374667, 45.693833]}, {"id": "4686", "type": "Feature", "properties": {"id": "us2000al6d", "mag": 4.9, "time": 1505257835180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4621, 58.0975, 10.0]}, "bbox": [-32.4621, 58.0975, -32.4621, 58.0975]}, {"id": "4687", "type": "Feature", "properties": {"id": "ci37761503", "mag": 1.49, "time": 1505257449290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.675833, 35.043, -0.82]}, "bbox": [-117.675833, 35.043, -117.675833, 35.043]}, {"id": "4688", "type": "Feature", "properties": {"id": "ak16821811", "mag": 1.3, "time": 1505256864247, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3463, 64.994, 0.0]}, "bbox": [-147.3463, 64.994, -147.3463, 64.994]}, {"id": "4689", "type": "Feature", "properties": {"id": "hv61905981", "mag": 1.81, "time": 1505256516770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.543333, 19.851167, 24.833]}, "bbox": [-155.543333, 19.851167, -155.543333, 19.851167]}, {"id": "4690", "type": "Feature", "properties": {"id": "ak16821806", "mag": 2.7, "time": 1505256286618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4621, 65.79, 5.3]}, "bbox": [-164.4621, 65.79, -164.4621, 65.79]}, {"id": "4691", "type": "Feature", "properties": {"id": "ak16821804", "mag": 1.5, "time": 1505255958164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3411, 61.6898, 7.2]}, "bbox": [-148.3411, 61.6898, -148.3411, 61.6898]}, {"id": "4692", "type": "Feature", "properties": {"id": "us2000al5m", "mag": 4.0, "time": 1505255324930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8843, -20.2485, 15.05]}, "bbox": [-70.8843, -20.2485, -70.8843, -20.2485]}, {"id": "4693", "type": "Feature", "properties": {"id": "us2000al5h", "mag": 4.8, "time": 1505254407650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.3543, 58.0241, 10.0]}, "bbox": [-32.3543, 58.0241, -32.3543, 58.0241]}, {"id": "4694", "type": "Feature", "properties": {"id": "nc72891326", "mag": 1.22, "time": 1505251854350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794833, 38.819333, 2.91]}, "bbox": [-122.794833, 38.819333, -122.794833, 38.819333]}, {"id": "4695", "type": "Feature", "properties": {"id": "ci37761407", "mag": 1.17, "time": 1505251524970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.193167, 34.9985, -0.8]}, "bbox": [-118.193167, 34.9985, -118.193167, 34.9985]}, {"id": "4696", "type": "Feature", "properties": {"id": "us2000al44", "mag": 4.6, "time": 1505250860230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4259, 58.0753, 10.0]}, "bbox": [-32.4259, 58.0753, -32.4259, 58.0753]}, {"id": "4697", "type": "Feature", "properties": {"id": "ak16821734", "mag": 1.5, "time": 1505250673775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.907, 60.3564, 8.9]}, "bbox": [-141.907, 60.3564, -141.907, 60.3564]}, {"id": "4698", "type": "Feature", "properties": {"id": "us2000al3g", "mag": 4.9, "time": 1505250247360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4208, 58.165, 10.0]}, "bbox": [-32.4208, 58.165, -32.4208, 58.165]}, {"id": "4699", "type": "Feature", "properties": {"id": "nc72891306", "mag": 1.1, "time": 1505250244890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.604167, 3.81]}, "bbox": [-118.819333, 37.604167, -118.819333, 37.604167]}, {"id": "4700", "type": "Feature", "properties": {"id": "ci37761383", "mag": 1.74, "time": 1505250166450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.805333, 33.691833, 15.39]}, "bbox": [-116.805333, 33.691833, -116.805333, 33.691833]}, {"id": "4701", "type": "Feature", "properties": {"id": "ci37761375", "mag": 1.49, "time": 1505248746150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3685, 33.956333, 12.98]}, "bbox": [-118.3685, 33.956333, -118.3685, 33.956333]}, {"id": "4702", "type": "Feature", "properties": {"id": "ci37761367", "mag": 1.03, "time": 1505248730160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.575167, 33.465333, 9.81]}, "bbox": [-116.575167, 33.465333, -116.575167, 33.465333]}, {"id": "4703", "type": "Feature", "properties": {"id": "us2000al2x", "mag": 4.8, "time": 1505248700330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.19, -15.0799, 144.26]}, "bbox": [-174.19, -15.0799, -174.19, -15.0799]}, {"id": "4704", "type": "Feature", "properties": {"id": "nc72891286", "mag": 2.07, "time": 1505247727770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 39.603833, -0.21]}, "bbox": [-121.5795, 39.603833, -121.5795, 39.603833]}, {"id": "4705", "type": "Feature", "properties": {"id": "ak16821575", "mag": 1.5, "time": 1505247191039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9811, 64.7032, 15.8]}, "bbox": [-148.9811, 64.7032, -148.9811, 64.7032]}, {"id": "4706", "type": "Feature", "properties": {"id": "us2000al1n", "mag": 2.7, "time": 1505247025290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3683, 36.7446, 14.63]}, "bbox": [-98.3683, 36.7446, -98.3683, 36.7446]}, {"id": "4707", "type": "Feature", "properties": {"id": "nc72891281", "mag": 1.59, "time": 1505246933110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.839, 2.11]}, "bbox": [-122.827333, 38.839, -122.827333, 38.839]}, {"id": "4708", "type": "Feature", "properties": {"id": "us2000al1t", "mag": 4.3, "time": 1505246854930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4239, 15.7169, 52.92]}, "bbox": [-94.4239, 15.7169, -94.4239, 15.7169]}, {"id": "4709", "type": "Feature", "properties": {"id": "nc72891276", "mag": 1.98, "time": 1505246713670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.876833, 37.8095, 14.44]}, "bbox": [-121.876833, 37.8095, -121.876833, 37.8095]}, {"id": "4710", "type": "Feature", "properties": {"id": "ak16850781", "mag": 1.8, "time": 1505246486363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5902, 57.2026, 44.2]}, "bbox": [-154.5902, 57.2026, -154.5902, 57.2026]}, {"id": "4711", "type": "Feature", "properties": {"id": "ci37761335", "mag": 0.96, "time": 1505246263650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.759333, 33.8575, 5.49]}, "bbox": [-117.759333, 33.8575, -117.759333, 33.8575]}, {"id": "4712", "type": "Feature", "properties": {"id": "ci37761319", "mag": 2.18, "time": 1505245563030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.385, 32.3285, 10.39]}, "bbox": [-115.385, 32.3285, -115.385, 32.3285]}, {"id": "4713", "type": "Feature", "properties": {"id": "ak16850780", "mag": 3.0, "time": 1505245054736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5817, 52.3665, 32.8]}, "bbox": [-170.5817, 52.3665, -170.5817, 52.3665]}, {"id": "4714", "type": "Feature", "properties": {"id": "ak16821568", "mag": 1.3, "time": 1505244764083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4179, 63.5705, 4.4]}, "bbox": [-147.4179, 63.5705, -147.4179, 63.5705]}, {"id": "4715", "type": "Feature", "properties": {"id": "nc72891271", "mag": 2.16, "time": 1505244492580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.146667, 40.211833, 2.94]}, "bbox": [-121.146667, 40.211833, -121.146667, 40.211833]}, {"id": "4716", "type": "Feature", "properties": {"id": "nc72891266", "mag": 1.1, "time": 1505244145950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.875667, 38.839667, 2.2]}, "bbox": [-122.875667, 38.839667, -122.875667, 38.839667]}, {"id": "4717", "type": "Feature", "properties": {"id": "us2000al0z", "mag": 4.4, "time": 1505243754080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7715, -21.9227, 347.97]}, "bbox": [-177.7715, -21.9227, -177.7715, -21.9227]}, {"id": "4718", "type": "Feature", "properties": {"id": "ak16821516", "mag": 1.4, "time": 1505243650979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5267, 60.0018, 0.0]}, "bbox": [-139.5267, 60.0018, -139.5267, 60.0018]}, {"id": "4719", "type": "Feature", "properties": {"id": "ak16821564", "mag": 1.6, "time": 1505243467122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2171, 59.7927, 8.0]}, "bbox": [-159.2171, 59.7927, -159.2171, 59.7927]}, {"id": "4720", "type": "Feature", "properties": {"id": "us2000akzt", "mag": 4.7, "time": 1505243351270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.2455, 58.0337, 10.0]}, "bbox": [-32.2455, 58.0337, -32.2455, 58.0337]}, {"id": "4721", "type": "Feature", "properties": {"id": "us2000akzf", "mag": 4.3, "time": 1505243172030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6417, 15.6677, 51.24]}, "bbox": [-94.6417, 15.6677, -94.6417, 15.6677]}, {"id": "4722", "type": "Feature", "properties": {"id": "us2000akyq", "mag": 4.4, "time": 1505241724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 16.3622, 66.45]}, "bbox": [-94.9743, 16.3622, -94.9743, 16.3622]}, {"id": "4723", "type": "Feature", "properties": {"id": "nc72891231", "mag": 1.19, "time": 1505241397800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.244667, 39.3805, 3.22]}, "bbox": [-123.244667, 39.3805, -123.244667, 39.3805]}, {"id": "4724", "type": "Feature", "properties": {"id": "us2000akyh", "mag": 4.4, "time": 1505241368140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5996, 15.3334, 74.72]}, "bbox": [-93.5996, 15.3334, -93.5996, 15.3334]}, {"id": "4725", "type": "Feature", "properties": {"id": "us2000aky8", "mag": 4.6, "time": 1505240973270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0643, 15.2212, 44.65]}, "bbox": [-94.0643, 15.2212, -94.0643, 15.2212]}, {"id": "4726", "type": "Feature", "properties": {"id": "ak16850775", "mag": 1.7, "time": 1505240703529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2159, 59.366, 81.6]}, "bbox": [-153.2159, 59.366, -153.2159, 59.366]}, {"id": "4727", "type": "Feature", "properties": {"id": "us2000akxq", "mag": 2.8, "time": 1505240585080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4572, 42.5165, 8.78]}, "bbox": [-111.4572, 42.5165, -111.4572, 42.5165]}, {"id": "4728", "type": "Feature", "properties": {"id": "ak16821457", "mag": 1.1, "time": 1505238948365, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1631, 60.0754, 0.0]}, "bbox": [-141.1631, 60.0754, -141.1631, 60.0754]}, {"id": "4729", "type": "Feature", "properties": {"id": "ak16850772", "mag": 1.0, "time": 1505238898070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2683, 61.5446, 35.4]}, "bbox": [-146.2683, 61.5446, -146.2683, 61.5446]}, {"id": "4730", "type": "Feature", "properties": {"id": "hv61905641", "mag": 2.1, "time": 1505238187460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.247667, 19.393167, 36.582]}, "bbox": [-155.247667, 19.393167, -155.247667, 19.393167]}, {"id": "4731", "type": "Feature", "properties": {"id": "us2000aq68", "mag": 2.8, "time": 1505237765880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.9785, 55.7766, 56.2]}, "bbox": [-158.9785, 55.7766, -158.9785, 55.7766]}, {"id": "4732", "type": "Feature", "properties": {"id": "us2000akwr", "mag": 4.3, "time": 1505237620800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.6779, -5.2108, 218.06]}, "bbox": [129.6779, -5.2108, 129.6779, -5.2108]}, {"id": "4733", "type": "Feature", "properties": {"id": "ak16821449", "mag": 2.3, "time": 1505236529463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4402, 53.5209, 13.2]}, "bbox": [-167.4402, 53.5209, -167.4402, 53.5209]}, {"id": "4734", "type": "Feature", "properties": {"id": "ak16821379", "mag": 2.4, "time": 1505235536293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4636, 60.5717, 9.3]}, "bbox": [-148.4636, 60.5717, -148.4636, 60.5717]}, {"id": "4735", "type": "Feature", "properties": {"id": "us2000akvp", "mag": 4.5, "time": 1505235493410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2449, 15.2798, 73.2]}, "bbox": [-93.2449, 15.2798, -93.2449, 15.2798]}, {"id": "4736", "type": "Feature", "properties": {"id": "us2000aq63", "mag": 3.1, "time": 1505235473870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.5043, 53.6304, 25.8]}, "bbox": [-167.5043, 53.6304, -167.5043, 53.6304]}, {"id": "4737", "type": "Feature", "properties": {"id": "ak16821334", "mag": 1.0, "time": 1505235138364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7095, 60.5946, 14.1]}, "bbox": [-142.7095, 60.5946, -142.7095, 60.5946]}, {"id": "4738", "type": "Feature", "properties": {"id": "nc72891191", "mag": 1.63, "time": 1505235102110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.444167, 37.384167, 12.11]}, "bbox": [-118.444167, 37.384167, -118.444167, 37.384167]}, {"id": "4739", "type": "Feature", "properties": {"id": "us2000akwm", "mag": 4.6, "time": 1505234310180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-58.4081, 13.9047, 20.6]}, "bbox": [-58.4081, 13.9047, -58.4081, 13.9047]}, {"id": "4740", "type": "Feature", "properties": {"id": "ak16821326", "mag": 1.9, "time": 1505234239386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7021, 63.9919, 0.0]}, "bbox": [-148.7021, 63.9919, -148.7021, 63.9919]}, {"id": "4741", "type": "Feature", "properties": {"id": "ci37761199", "mag": 1.12, "time": 1505233979950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.139333, 35.857167, 3.42]}, "bbox": [-116.139333, 35.857167, -116.139333, 35.857167]}, {"id": "4742", "type": "Feature", "properties": {"id": "ak16821324", "mag": 1.0, "time": 1505233378354, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8118, 65.9855, 3.7]}, "bbox": [-151.8118, 65.9855, -151.8118, 65.9855]}, {"id": "4743", "type": "Feature", "properties": {"id": "ak16821323", "mag": 2.3, "time": 1505232589454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3915, 52.0051, 11.7]}, "bbox": [-176.3915, 52.0051, -176.3915, 52.0051]}, {"id": "4744", "type": "Feature", "properties": {"id": "nc72891166", "mag": 1.17, "time": 1505232534860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.976167, 37.596833, 8.18]}, "bbox": [-121.976167, 37.596833, -121.976167, 37.596833]}, {"id": "4745", "type": "Feature", "properties": {"id": "us2000akua", "mag": 4.5, "time": 1505231911880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.3156, -7.5665, 115.97]}, "bbox": [129.3156, -7.5665, 129.3156, -7.5665]}, {"id": "4746", "type": "Feature", "properties": {"id": "ci37761183", "mag": 1.38, "time": 1505231682740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.031667, 33.866, 11.4]}, "bbox": [-117.031667, 33.866, -117.031667, 33.866]}, {"id": "4747", "type": "Feature", "properties": {"id": "nc72891131", "mag": 1.13, "time": 1505231490780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605, 4.21]}, "bbox": [-118.821167, 37.605, -118.821167, 37.605]}, {"id": "4748", "type": "Feature", "properties": {"id": "us2000aq60", "mag": 3.4, "time": 1505230949090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.7818, 52.0274, 61.84]}, "bbox": [-171.7818, 52.0274, -171.7818, 52.0274]}, {"id": "4749", "type": "Feature", "properties": {"id": "us2000akty", "mag": 4.1, "time": 1505230831380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0909, 55.1751, 22.8]}, "bbox": [-157.0909, 55.1751, -157.0909, 55.1751]}, {"id": "4750", "type": "Feature", "properties": {"id": "us2000asax", "mag": 4.2, "time": 1505230532990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.919, -24.5557, 553.9]}, "bbox": [-179.919, -24.5557, -179.919, -24.5557]}, {"id": "4751", "type": "Feature", "properties": {"id": "us2000aktu", "mag": 5.0, "time": 1505230101200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9204, 15.0356, 34.73]}, "bbox": [-93.9204, 15.0356, -93.9204, 15.0356]}, {"id": "4752", "type": "Feature", "properties": {"id": "ci37761159", "mag": 0.99, "time": 1505229927560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794, 33.505667, 4.44]}, "bbox": [-116.794, 33.505667, -116.794, 33.505667]}, {"id": "4753", "type": "Feature", "properties": {"id": "us2000akts", "mag": 4.4, "time": 1505229916500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4589, 15.8693, 40.82]}, "bbox": [-94.4589, 15.8693, -94.4589, 15.8693]}, {"id": "4754", "type": "Feature", "properties": {"id": "ak16850759", "mag": 2.0, "time": 1505229684203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4729, 57.3614, 66.0]}, "bbox": [-155.4729, 57.3614, -155.4729, 57.3614]}, {"id": "4755", "type": "Feature", "properties": {"id": "us2000asau", "mag": 4.5, "time": 1505228968140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.2892, -30.4261, 12.38]}, "bbox": [-177.2892, -30.4261, -177.2892, -30.4261]}, {"id": "4756", "type": "Feature", "properties": {"id": "us2000akt9", "mag": 4.7, "time": 1505227714260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.6472, -14.1046, 43.3]}, "bbox": [167.6472, -14.1046, 167.6472, -14.1046]}, {"id": "4757", "type": "Feature", "properties": {"id": "ak16821264", "mag": 1.4, "time": 1505227661290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5591, 61.6356, 28.9]}, "bbox": [-149.5591, 61.6356, -149.5591, 61.6356]}, {"id": "4758", "type": "Feature", "properties": {"id": "ak16821262", "mag": 1.8, "time": 1505227098718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5176, 60.4846, 107.4]}, "bbox": [-152.5176, 60.4846, -152.5176, 60.4846]}, {"id": "4759", "type": "Feature", "properties": {"id": "pr2017255006", "mag": 3.11, "time": 1505226988680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8866, 18.066, 112.0]}, "bbox": [-67.8866, 18.066, -67.8866, 18.066]}, {"id": "4760", "type": "Feature", "properties": {"id": "ak16821260", "mag": 1.3, "time": 1505226855029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.482, 62.559, 83.4]}, "bbox": [-151.482, 62.559, -151.482, 62.559]}, {"id": "4761", "type": "Feature", "properties": {"id": "ci37761111", "mag": 1.33, "time": 1505226544460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166, 34.036, 5.82]}, "bbox": [-117.166, 34.036, -117.166, 34.036]}, {"id": "4762", "type": "Feature", "properties": {"id": "nc72891096", "mag": 1.34, "time": 1505226449930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7255, 38.788667, 1.77]}, "bbox": [-122.7255, 38.788667, -122.7255, 38.788667]}, {"id": "4763", "type": "Feature", "properties": {"id": "ak16850755", "mag": 1.5, "time": 1505226255965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5898, 60.4951, 99.5]}, "bbox": [-152.5898, 60.4951, -152.5898, 60.4951]}, {"id": "4764", "type": "Feature", "properties": {"id": "uu60244417", "mag": 1.65, "time": 1505226014340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.334667, 44.621667, 2.11]}, "bbox": [-110.334667, 44.621667, -110.334667, 44.621667]}, {"id": "4765", "type": "Feature", "properties": {"id": "us2000aq5x", "mag": 3.1, "time": 1505225597950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.3403, 52.1694, 67.96]}, "bbox": [-171.3403, 52.1694, -171.3403, 52.1694]}, {"id": "4766", "type": "Feature", "properties": {"id": "uu60244407", "mag": 1.34, "time": 1505225495130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.467, 42.663667, 3.54]}, "bbox": [-111.467, 42.663667, -111.467, 42.663667]}, {"id": "4767", "type": "Feature", "properties": {"id": "ak16821259", "mag": 1.2, "time": 1505225438730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3559, 60.1768, 0.0]}, "bbox": [-141.3559, 60.1768, -141.3559, 60.1768]}, {"id": "4768", "type": "Feature", "properties": {"id": "ak16821258", "mag": 1.2, "time": 1505225170339, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1399, 60.3035, 0.0]}, "bbox": [-141.1399, 60.3035, -141.1399, 60.3035]}, {"id": "4769", "type": "Feature", "properties": {"id": "ak16821221", "mag": 1.0, "time": 1505223846302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7846, 53.7799, 6.7]}, "bbox": [-166.7846, 53.7799, -166.7846, 53.7799]}, {"id": "4770", "type": "Feature", "properties": {"id": "ak16821217", "mag": 1.4, "time": 1505223357390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7209, 60.3452, 65.8]}, "bbox": [-151.7209, 60.3452, -151.7209, 60.3452]}, {"id": "4771", "type": "Feature", "properties": {"id": "hv61905526", "mag": 1.72, "time": 1505223290340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.929167, 19.870667, 12.697]}, "bbox": [-155.929167, 19.870667, -155.929167, 19.870667]}, {"id": "4772", "type": "Feature", "properties": {"id": "ak16821215", "mag": 1.4, "time": 1505223177976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.314, 60.1844, 0.0]}, "bbox": [-141.314, 60.1844, -141.314, 60.1844]}, {"id": "4773", "type": "Feature", "properties": {"id": "uu60244352", "mag": 2.41, "time": 1505222826990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443167, 42.595, 3.5]}, "bbox": [-111.443167, 42.595, -111.443167, 42.595]}, {"id": "4774", "type": "Feature", "properties": {"id": "ak16821210", "mag": 1.0, "time": 1505222200792, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0089, 61.3182, 28.6]}, "bbox": [-146.0089, 61.3182, -146.0089, 61.3182]}, {"id": "4775", "type": "Feature", "properties": {"id": "us2000akri", "mag": 2.9, "time": 1505221931200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9201, 36.2062, 6.163]}, "bbox": [-98.9201, 36.2062, -98.9201, 36.2062]}, {"id": "4776", "type": "Feature", "properties": {"id": "ak16821207", "mag": 2.0, "time": 1505221802809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9996, 62.229, 72.4]}, "bbox": [-150.9996, 62.229, -150.9996, 62.229]}, {"id": "4777", "type": "Feature", "properties": {"id": "us2000akrz", "mag": 2.5, "time": 1505220235620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5432, 46.8852, 12.06]}, "bbox": [-112.5432, 46.8852, -112.5432, 46.8852]}, {"id": "4778", "type": "Feature", "properties": {"id": "ak16821169", "mag": 1.1, "time": 1505219786301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9544, 67.3188, 9.6]}, "bbox": [-147.9544, 67.3188, -147.9544, 67.3188]}, {"id": "4779", "type": "Feature", "properties": {"id": "ak16821166", "mag": 1.0, "time": 1505219272070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.0159, 59.8987, 11.0]}, "bbox": [-141.0159, 59.8987, -141.0159, 59.8987]}, {"id": "4780", "type": "Feature", "properties": {"id": "nc72891076", "mag": 1.16, "time": 1505219059140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.602667, 4.12]}, "bbox": [-118.820667, 37.602667, -118.820667, 37.602667]}, {"id": "4781", "type": "Feature", "properties": {"id": "ci37761079", "mag": 1.06, "time": 1505218941580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.819667, 33.71, 15.77]}, "bbox": [-116.819667, 33.71, -116.819667, 33.71]}, {"id": "4782", "type": "Feature", "properties": {"id": "ak16850742", "mag": 2.4, "time": 1505218654701, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4252, 51.6857, 14.4]}, "bbox": [-178.4252, 51.6857, -178.4252, 51.6857]}, {"id": "4783", "type": "Feature", "properties": {"id": "ak16821165", "mag": 1.0, "time": 1505218329490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4876, 60.0043, 0.0]}, "bbox": [-139.4876, 60.0043, -139.4876, 60.0043]}, {"id": "4784", "type": "Feature", "properties": {"id": "ak16821163", "mag": 1.3, "time": 1505217760897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4102, 62.0418, 78.9]}, "bbox": [-151.4102, 62.0418, -151.4102, 62.0418]}, {"id": "4785", "type": "Feature", "properties": {"id": "nc72891061", "mag": 0.96, "time": 1505217348960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.826333, 37.602833, 3.87]}, "bbox": [-118.826333, 37.602833, -118.826333, 37.602833]}, {"id": "4786", "type": "Feature", "properties": {"id": "ak16821126", "mag": 1.3, "time": 1505216937519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1452, 62.8895, 56.9]}, "bbox": [-148.1452, 62.8895, -148.1452, 62.8895]}, {"id": "4787", "type": "Feature", "properties": {"id": "ak16821125", "mag": 1.1, "time": 1505216743699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6326, 60.2201, 0.0]}, "bbox": [-141.6326, 60.2201, -141.6326, 60.2201]}, {"id": "4788", "type": "Feature", "properties": {"id": "ak16821120", "mag": 1.7, "time": 1505216018269, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0049, 60.6518, 14.8]}, "bbox": [-148.0049, 60.6518, -148.0049, 60.6518]}, {"id": "4789", "type": "Feature", "properties": {"id": "ak16821119", "mag": 1.5, "time": 1505215652902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8093, 53.7706, 8.0]}, "bbox": [-166.8093, 53.7706, -166.8093, 53.7706]}, {"id": "4790", "type": "Feature", "properties": {"id": "us2000akpn", "mag": 4.7, "time": 1505215606400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.7514, 27.9618, 35.0]}, "bbox": [101.7514, 27.9618, 101.7514, 27.9618]}, {"id": "4791", "type": "Feature", "properties": {"id": "ak16850734", "mag": 1.1, "time": 1505215354092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0512, 61.2674, 7.5]}, "bbox": [-147.0512, 61.2674, -147.0512, 61.2674]}, {"id": "4792", "type": "Feature", "properties": {"id": "us2000akpc", "mag": 4.2, "time": 1505214378050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8032, 16.1985, 37.2]}, "bbox": [-94.8032, 16.1985, -94.8032, 16.1985]}, {"id": "4793", "type": "Feature", "properties": {"id": "uu60244277", "mag": 1.7, "time": 1505214238510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.430167, 38.334333, 2.58]}, "bbox": [-112.430167, 38.334333, -112.430167, 38.334333]}, {"id": "4794", "type": "Feature", "properties": {"id": "ak16821114", "mag": 1.9, "time": 1505213809149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8883, 61.2794, 95.0]}, "bbox": [-151.8883, 61.2794, -151.8883, 61.2794]}, {"id": "4795", "type": "Feature", "properties": {"id": "nc72891031", "mag": 1.31, "time": 1505213535320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.861167, 37.426667, 3.97]}, "bbox": [-118.861167, 37.426667, -118.861167, 37.426667]}, {"id": "4796", "type": "Feature", "properties": {"id": "uu60244252", "mag": 1.02, "time": 1505213356870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.007333, 44.7855, 7.95]}, "bbox": [-111.007333, 44.7855, -111.007333, 44.7855]}, {"id": "4797", "type": "Feature", "properties": {"id": "ak16821079", "mag": 1.4, "time": 1505212565937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7135, 59.8217, 2.0]}, "bbox": [-136.7135, 59.8217, -136.7135, 59.8217]}, {"id": "4798", "type": "Feature", "properties": {"id": "nc72891026", "mag": 1.86, "time": 1505212446760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 35.832333, 9.72]}, "bbox": [-119.801833, 35.832333, -119.801833, 35.832333]}, {"id": "4799", "type": "Feature", "properties": {"id": "uw61306757", "mag": 1.64, "time": 1505211458410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.728833, 46.841667, -2.2]}, "bbox": [-121.728833, 46.841667, -121.728833, 46.841667]}, {"id": "4800", "type": "Feature", "properties": {"id": "ak16821074", "mag": 1.9, "time": 1505210888686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7981, 61.0848, 49.4]}, "bbox": [-150.7981, 61.0848, -150.7981, 61.0848]}, {"id": "4801", "type": "Feature", "properties": {"id": "ci37761007", "mag": 0.97, "time": 1505210308130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.34, 33.3915, 3.45]}, "bbox": [-116.34, 33.3915, -116.34, 33.3915]}, {"id": "4802", "type": "Feature", "properties": {"id": "ak16821073", "mag": 1.0, "time": 1505210226661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8733, 61.5592, 31.2]}, "bbox": [-148.8733, 61.5592, -148.8733, 61.5592]}, {"id": "4803", "type": "Feature", "properties": {"id": "us2000aknn", "mag": 4.7, "time": 1505209925680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.31, -20.0675, 10.0]}, "bbox": [-173.31, -20.0675, -173.31, -20.0675]}, {"id": "4804", "type": "Feature", "properties": {"id": "ak16850728", "mag": 1.6, "time": 1505209600286, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4588, 61.074, 107.6]}, "bbox": [-152.4588, 61.074, -152.4588, 61.074]}, {"id": "4805", "type": "Feature", "properties": {"id": "uu60244207", "mag": 2.1, "time": 1505209143550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.465333, 42.608333, 2.53]}, "bbox": [-111.465333, 42.608333, -111.465333, 42.608333]}, {"id": "4806", "type": "Feature", "properties": {"id": "ak16850727", "mag": 1.6, "time": 1505208401509, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2489, 60.3172, 132.5]}, "bbox": [-153.2489, 60.3172, -153.2489, 60.3172]}, {"id": "4807", "type": "Feature", "properties": {"id": "ak16821071", "mag": 1.7, "time": 1505208310612, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6819, 58.4203, 78.0]}, "bbox": [-153.6819, 58.4203, -153.6819, 58.4203]}, {"id": "4808", "type": "Feature", "properties": {"id": "us2000aknb", "mag": 4.4, "time": 1505208006490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7329, 15.7927, 47.14]}, "bbox": [-94.7329, 15.7927, -94.7329, 15.7927]}, {"id": "4809", "type": "Feature", "properties": {"id": "ak16821038", "mag": 1.4, "time": 1505207062279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7269, 62.2754, 47.5]}, "bbox": [-149.7269, 62.2754, -149.7269, 62.2754]}, {"id": "4810", "type": "Feature", "properties": {"id": "pr2017255004", "mag": 3.01, "time": 1505207032870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.6503, 18.1753, 12.0]}, "bbox": [-67.6503, 18.1753, -67.6503, 18.1753]}, {"id": "4811", "type": "Feature", "properties": {"id": "ak16821031", "mag": 2.4, "time": 1505206694908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4161, 60.188, 103.5]}, "bbox": [-152.4161, 60.188, -152.4161, 60.188]}, {"id": "4812", "type": "Feature", "properties": {"id": "hv61905311", "mag": 2.02, "time": 1505206056030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.975333, 19.557, 44.801]}, "bbox": [-155.975333, 19.557, -155.975333, 19.557]}, {"id": "4813", "type": "Feature", "properties": {"id": "ak16821027", "mag": 2.1, "time": 1505205093842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4164, 57.0134, 65.4]}, "bbox": [-155.4164, 57.0134, -155.4164, 57.0134]}, {"id": "4814", "type": "Feature", "properties": {"id": "us2000aq5l", "mag": 3.0, "time": 1505204765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2778, 52.1101, 228.97]}, "bbox": [-174.2778, 52.1101, -174.2778, 52.1101]}, {"id": "4815", "type": "Feature", "properties": {"id": "nm60179282", "mag": 1.12, "time": 1505204172200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.554167, 36.472, 8.99]}, "bbox": [-89.554167, 36.472, -89.554167, 36.472]}, {"id": "4816", "type": "Feature", "properties": {"id": "us2000asam", "mag": 4.1, "time": 1505203793240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.4651, -4.9334, 167.53]}, "bbox": [147.4651, -4.9334, 147.4651, -4.9334]}, {"id": "4817", "type": "Feature", "properties": {"id": "ak16821023", "mag": 1.4, "time": 1505203680731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1732, 61.3766, 3.5]}, "bbox": [-140.1732, 61.3766, -140.1732, 61.3766]}, {"id": "4818", "type": "Feature", "properties": {"id": "us2000aq5k", "mag": 2.8, "time": 1505203540370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5128, 54.8119, 22.77]}, "bbox": [-159.5128, 54.8119, -159.5128, 54.8119]}, {"id": "4819", "type": "Feature", "properties": {"id": "ci37760911", "mag": 1.29, "time": 1505202683830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019667, 34.347833, 1.32]}, "bbox": [-117.019667, 34.347833, -117.019667, 34.347833]}, {"id": "4820", "type": "Feature", "properties": {"id": "ak16821022", "mag": 1.1, "time": 1505201992117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4302, 65.4772, 14.3]}, "bbox": [-153.4302, 65.4772, -153.4302, 65.4772]}, {"id": "4821", "type": "Feature", "properties": {"id": "us2000aq5j", "mag": 3.4, "time": 1505201513110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.335, 52.1151, 36.52]}, "bbox": [-169.335, 52.1151, -169.335, 52.1151]}, {"id": "4822", "type": "Feature", "properties": {"id": "nn00604832", "mag": 1.5, "time": 1505201175706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.919, 38.3871, 7.2]}, "bbox": [-118.919, 38.3871, -118.919, 38.3871]}, {"id": "4823", "type": "Feature", "properties": {"id": "ak16821017", "mag": 1.4, "time": 1505201121331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8746, 64.7668, 2.4]}, "bbox": [-139.8746, 64.7668, -139.8746, 64.7668]}, {"id": "4824", "type": "Feature", "properties": {"id": "us2000akm6", "mag": 4.0, "time": 1505200774070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6261, 15.7276, 39.07]}, "bbox": [-94.6261, 15.7276, -94.6261, 15.7276]}, {"id": "4825", "type": "Feature", "properties": {"id": "ak16821016", "mag": 1.1, "time": 1505200723657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6326, 59.9341, 17.0]}, "bbox": [-140.6326, 59.9341, -140.6326, 59.9341]}, {"id": "4826", "type": "Feature", "properties": {"id": "nc72890911", "mag": 1.14, "time": 1505200493800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502, -0.69]}, "bbox": [-118.835833, 37.502, -118.835833, 37.502]}, {"id": "4827", "type": "Feature", "properties": {"id": "pr2017255005", "mag": 3.62, "time": 1505200390090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7348, 17.4213, 58.0]}, "bbox": [-68.7348, 17.4213, -68.7348, 17.4213]}, {"id": "4828", "type": "Feature", "properties": {"id": "us2000asal", "mag": 4.5, "time": 1505200235050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9237, -40.6778, 35.49]}, "bbox": [175.9237, -40.6778, 175.9237, -40.6778]}, {"id": "4829", "type": "Feature", "properties": {"id": "ak16821015", "mag": 1.0, "time": 1505200050481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0733, 62.8571, 78.1]}, "bbox": [-150.0733, 62.8571, -150.0733, 62.8571]}, {"id": "4830", "type": "Feature", "properties": {"id": "nc72890906", "mag": 1.85, "time": 1505199341840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.959667, 36.079833, 11.15]}, "bbox": [-119.959667, 36.079833, -119.959667, 36.079833]}, {"id": "4831", "type": "Feature", "properties": {"id": "ak16820976", "mag": 4.5, "time": 1505198623340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0626, 55.2018, 8.4]}, "bbox": [-157.0626, 55.2018, -157.0626, 55.2018]}, {"id": "4832", "type": "Feature", "properties": {"id": "ak16820951", "mag": 1.3, "time": 1505198176732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6431, 63.3655, 4.3]}, "bbox": [-151.6431, 63.3655, -151.6431, 63.3655]}, {"id": "4833", "type": "Feature", "properties": {"id": "nn00604828", "mag": 1.4, "time": 1505197517767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0826, 39.1124, 11.2]}, "bbox": [-118.0826, 39.1124, -118.0826, 39.1124]}, {"id": "4834", "type": "Feature", "properties": {"id": "nn00604827", "mag": 2.8, "time": 1505197059215, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.294, 37.806, 4.9]}, "bbox": [-114.294, 37.806, -114.294, 37.806]}, {"id": "4835", "type": "Feature", "properties": {"id": "us2000akla", "mag": 4.9, "time": 1505196044760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.8701, -26.0946, 10.0]}, "bbox": [70.8701, -26.0946, 70.8701, -26.0946]}, {"id": "4836", "type": "Feature", "properties": {"id": "ci37760839", "mag": 1.35, "time": 1505195823730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.070833, 34.124, 7.32]}, "bbox": [-117.070833, 34.124, -117.070833, 34.124]}, {"id": "4837", "type": "Feature", "properties": {"id": "ak16850710", "mag": 1.4, "time": 1505195695881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9514, 59.3304, 53.9]}, "bbox": [-151.9514, 59.3304, -151.9514, 59.3304]}, {"id": "4838", "type": "Feature", "properties": {"id": "uu60244052", "mag": 1.22, "time": 1505195536580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.555167, 6.85]}, "bbox": [-111.435667, 42.555167, -111.435667, 42.555167]}, {"id": "4839", "type": "Feature", "properties": {"id": "us2000akkz", "mag": 4.4, "time": 1505195184110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3657, 15.4552, 61.44]}, "bbox": [-94.3657, 15.4552, -94.3657, 15.4552]}, {"id": "4840", "type": "Feature", "properties": {"id": "ak16820948", "mag": 1.9, "time": 1505194916797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7632, 53.2354, 44.5]}, "bbox": [-166.7632, 53.2354, -166.7632, 53.2354]}, {"id": "4841", "type": "Feature", "properties": {"id": "ak16850708", "mag": 1.2, "time": 1505194707074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5938, 63.2379, 122.0]}, "bbox": [-150.5938, 63.2379, -150.5938, 63.2379]}, {"id": "4842", "type": "Feature", "properties": {"id": "mb80254859", "mag": 1.15, "time": 1505194171440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.863, 11.45]}, "bbox": [-112.527333, 46.863, -112.527333, 46.863]}, {"id": "4843", "type": "Feature", "properties": {"id": "nc72890836", "mag": 1.09, "time": 1505193911680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735833, 38.760833, 1.36]}, "bbox": [-122.735833, 38.760833, -122.735833, 38.760833]}, {"id": "4844", "type": "Feature", "properties": {"id": "us2000akkp", "mag": 4.6, "time": 1505193612080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8716, 15.0886, 57.71]}, "bbox": [-93.8716, 15.0886, -93.8716, 15.0886]}, {"id": "4845", "type": "Feature", "properties": {"id": "ak16820908", "mag": 2.5, "time": 1505193453186, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7231, 53.1426, 25.6]}, "bbox": [-166.7231, 53.1426, -166.7231, 53.1426]}, {"id": "4846", "type": "Feature", "properties": {"id": "us2000akkk", "mag": 5.3, "time": 1505192927120, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.832, 15.182, 60.95]}, "bbox": [-93.832, 15.182, -93.832, 15.182]}, {"id": "4847", "type": "Feature", "properties": {"id": "mb80254849", "mag": 1.28, "time": 1505192738900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5175, 46.899833, 10.92]}, "bbox": [-112.5175, 46.899833, -112.5175, 46.899833]}, {"id": "4848", "type": "Feature", "properties": {"id": "mb80254844", "mag": 1.54, "time": 1505192475320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.973833, 43.2425, 2.3]}, "bbox": [-110.973833, 43.2425, -110.973833, 43.2425]}, {"id": "4849", "type": "Feature", "properties": {"id": "ak16820905", "mag": 1.1, "time": 1505191714754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4231, 60.1297, 0.0]}, "bbox": [-141.4231, 60.1297, -141.4231, 60.1297]}, {"id": "4850", "type": "Feature", "properties": {"id": "nc72890796", "mag": 1.14, "time": 1505190808830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.502667, -0.15]}, "bbox": [-118.835, 37.502667, -118.835, 37.502667]}, {"id": "4851", "type": "Feature", "properties": {"id": "nc72890791", "mag": 1.45, "time": 1505190617760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788, 37.455, 7.56]}, "bbox": [-121.788, 37.455, -121.788, 37.455]}, {"id": "4852", "type": "Feature", "properties": {"id": "pr2017255003", "mag": 1.94, "time": 1505190564980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3923, 18.5168, 23.0]}, "bbox": [-67.3923, 18.5168, -67.3923, 18.5168]}, {"id": "4853", "type": "Feature", "properties": {"id": "ak16850705", "mag": 1.4, "time": 1505190149086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3144, 60.1274, 78.3]}, "bbox": [-152.3144, 60.1274, -152.3144, 60.1274]}, {"id": "4854", "type": "Feature", "properties": {"id": "ak16850704", "mag": 1.8, "time": 1505189303211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0362, 56.0678, 8.4]}, "bbox": [-158.0362, 56.0678, -158.0362, 56.0678]}, {"id": "4855", "type": "Feature", "properties": {"id": "uu60243967", "mag": 1.29, "time": 1505189093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.059333, 40.568667, 7.12]}, "bbox": [-111.059333, 40.568667, -111.059333, 40.568667]}, {"id": "4856", "type": "Feature", "properties": {"id": "hv61905031", "mag": 2.8, "time": 1505189080390, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.320667, 21.633833, 8.469]}, "bbox": [-157.320667, 21.633833, -157.320667, 21.633833]}, {"id": "4857", "type": "Feature", "properties": {"id": "pr2017255001", "mag": 2.63, "time": 1505188852110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3921, 18.5325, 19.0]}, "bbox": [-67.3921, 18.5325, -67.3921, 18.5325]}, {"id": "4858", "type": "Feature", "properties": {"id": "mb80254839", "mag": 2.17, "time": 1505188197080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530167, 46.8705, 12.49]}, "bbox": [-112.530167, 46.8705, -112.530167, 46.8705]}, {"id": "4859", "type": "Feature", "properties": {"id": "ismpkansas70235033", "mag": 2.06, "time": 1505188185670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.492167, 37.299667, 4.92]}, "bbox": [-97.492167, 37.299667, -97.492167, 37.299667]}, {"id": "4860", "type": "Feature", "properties": {"id": "nc72890766", "mag": 2.21, "time": 1505187928020, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319833, 40.4865, 13.1]}, "bbox": [-122.319833, 40.4865, -122.319833, 40.4865]}, {"id": "4861", "type": "Feature", "properties": {"id": "ci37760735", "mag": 1.81, "time": 1505187547790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.287333, 34.079667, 14.28]}, "bbox": [-117.287333, 34.079667, -117.287333, 34.079667]}, {"id": "4862", "type": "Feature", "properties": {"id": "ak16850702", "mag": 1.3, "time": 1505187086661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8075, 61.2964, 89.4]}, "bbox": [-151.8075, 61.2964, -151.8075, 61.2964]}, {"id": "4863", "type": "Feature", "properties": {"id": "ak16850701", "mag": 1.4, "time": 1505186992230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2832, 60.1725, 0.0]}, "bbox": [-141.2832, 60.1725, -141.2832, 60.1725]}, {"id": "4864", "type": "Feature", "properties": {"id": "mb80254834", "mag": 1.19, "time": 1505186273780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.863667, 13.34]}, "bbox": [-112.528833, 46.863667, -112.528833, 46.863667]}, {"id": "4865", "type": "Feature", "properties": {"id": "ci37760703", "mag": 1.89, "time": 1505185679940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797333, 33.494667, 4.01]}, "bbox": [-116.797333, 33.494667, -116.797333, 33.494667]}, {"id": "4866", "type": "Feature", "properties": {"id": "pr2017255002", "mag": 2.13, "time": 1505185260690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.0131, 19.0945, 24.0]}, "bbox": [-68.0131, 19.0945, -68.0131, 19.0945]}, {"id": "4867", "type": "Feature", "properties": {"id": "nc72890706", "mag": 2.85, "time": 1505184989380, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6055, 4.17]}, "bbox": [-118.821333, 37.6055, -118.821333, 37.6055]}, {"id": "4868", "type": "Feature", "properties": {"id": "nc72890701", "mag": 1.11, "time": 1505184817490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.468667, -0.39]}, "bbox": [-118.821333, 37.468667, -118.821333, 37.468667]}, {"id": "4869", "type": "Feature", "properties": {"id": "nc72890691", "mag": 2.54, "time": 1505184593110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.502, 40.2965, 19.04]}, "bbox": [-124.502, 40.2965, -124.502, 40.2965]}, {"id": "4870", "type": "Feature", "properties": {"id": "ci37760663", "mag": 0.96, "time": 1505184048300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1715, 34.0385, 5.42]}, "bbox": [-117.1715, 34.0385, -117.1715, 34.0385]}, {"id": "4871", "type": "Feature", "properties": {"id": "nc72890681", "mag": 1.03, "time": 1505183875680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.4715, -1.63]}, "bbox": [-118.820667, 37.4715, -118.820667, 37.4715]}, {"id": "4872", "type": "Feature", "properties": {"id": "ak16820879", "mag": 1.6, "time": 1505183679937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3232, 62.0502, 60.9]}, "bbox": [-150.3232, 62.0502, -150.3232, 62.0502]}, {"id": "4873", "type": "Feature", "properties": {"id": "ak16850697", "mag": 1.5, "time": 1505183127519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0397, 60.1249, 106.2]}, "bbox": [-153.0397, 60.1249, -153.0397, 60.1249]}, {"id": "4874", "type": "Feature", "properties": {"id": "pr2017255000", "mag": 3.99, "time": 1505182040830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7961, 18.688, 102.0]}, "bbox": [-68.7961, 18.688, -68.7961, 18.688]}, {"id": "4875", "type": "Feature", "properties": {"id": "us2000akii", "mag": 2.5, "time": 1505181688510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.5935, 6.67]}, "bbox": [-111.445, 42.5935, -111.445, 42.5935]}, {"id": "4876", "type": "Feature", "properties": {"id": "ak16850696", "mag": 1.4, "time": 1505181679899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6734, 59.8319, 93.2]}, "bbox": [-152.6734, 59.8319, -152.6734, 59.8319]}, {"id": "4877", "type": "Feature", "properties": {"id": "ak16820869", "mag": 1.9, "time": 1505181012974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.001, 59.4008, 36.7]}, "bbox": [-151.001, 59.4008, -151.001, 59.4008]}, {"id": "4878", "type": "Feature", "properties": {"id": "ak16820867", "mag": 1.9, "time": 1505180308488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5196, 59.9375, 123.2]}, "bbox": [-153.5196, 59.9375, -153.5196, 59.9375]}, {"id": "4879", "type": "Feature", "properties": {"id": "ak16820865", "mag": 1.6, "time": 1505179834308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8744, 63.0936, 89.7]}, "bbox": [-149.8744, 63.0936, -149.8744, 63.0936]}, {"id": "4880", "type": "Feature", "properties": {"id": "uu60243827", "mag": 1.28, "time": 1505179319200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.53, 3.5]}, "bbox": [-111.414167, 42.53, -111.414167, 42.53]}, {"id": "4881", "type": "Feature", "properties": {"id": "nc72890631", "mag": 0.96, "time": 1505179150280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816, 37.475, 1.48]}, "bbox": [-118.816, 37.475, -118.816, 37.475]}, {"id": "4882", "type": "Feature", "properties": {"id": "ci37760623", "mag": 1.18, "time": 1505178887000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.025, 36.311333, 2.4]}, "bbox": [-118.025, 36.311333, -118.025, 36.311333]}, {"id": "4883", "type": "Feature", "properties": {"id": "nc72890616", "mag": 1.11, "time": 1505178809900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.474167, -0.42]}, "bbox": [-118.820167, 37.474167, -118.820167, 37.474167]}, {"id": "4884", "type": "Feature", "properties": {"id": "us2000akhk", "mag": 5.1, "time": 1505178756750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.097, 15.4421, 48.35]}, "bbox": [-94.097, 15.4421, -94.097, 15.4421]}, {"id": "4885", "type": "Feature", "properties": {"id": "ak16820847", "mag": 1.9, "time": 1505178590464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8044, 60.0035, 75.6]}, "bbox": [-151.8044, 60.0035, -151.8044, 60.0035]}, {"id": "4886", "type": "Feature", "properties": {"id": "nc72890606", "mag": 2.1, "time": 1505178296120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.471, -0.04]}, "bbox": [-118.819667, 37.471, -118.819667, 37.471]}, {"id": "4887", "type": "Feature", "properties": {"id": "us2000akhe", "mag": 4.8, "time": 1505178017830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2744, 15.0853, 44.38]}, "bbox": [-94.2744, 15.0853, -94.2744, 15.0853]}, {"id": "4888", "type": "Feature", "properties": {"id": "us2000akhb", "mag": 2.4, "time": 1505177859710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4236, 42.5422, 5.98]}, "bbox": [-111.4236, 42.5422, -111.4236, 42.5422]}, {"id": "4889", "type": "Feature", "properties": {"id": "ci37760607", "mag": 1.78, "time": 1505177706210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796167, 33.491167, 3.15]}, "bbox": [-116.796167, 33.491167, -116.796167, 33.491167]}, {"id": "4890", "type": "Feature", "properties": {"id": "us2000akh7", "mag": 2.8, "time": 1505177557480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4213, 42.5825, 7.47]}, "bbox": [-111.4213, 42.5825, -111.4213, 42.5825]}, {"id": "4891", "type": "Feature", "properties": {"id": "nc72890576", "mag": 2.34, "time": 1505177324250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.473, 0.51]}, "bbox": [-118.82, 37.473, -118.82, 37.473]}, {"id": "4892", "type": "Feature", "properties": {"id": "hv61904866", "mag": 1.99, "time": 1505176986190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.857, 19.358667, 41.774]}, "bbox": [-154.857, 19.358667, -154.857, 19.358667]}, {"id": "4893", "type": "Feature", "properties": {"id": "ak16820845", "mag": 1.3, "time": 1505176784517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3458, 60.155, 0.0]}, "bbox": [-141.3458, 60.155, -141.3458, 60.155]}, {"id": "4894", "type": "Feature", "properties": {"id": "nc72890561", "mag": 1.42, "time": 1505176270180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8195, 37.4765, -0.54]}, "bbox": [-118.8195, 37.4765, -118.8195, 37.4765]}, {"id": "4895", "type": "Feature", "properties": {"id": "ak16820836", "mag": 2.9, "time": 1505175684396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1737, 62.7988, 8.1]}, "bbox": [-152.1737, 62.7988, -152.1737, 62.7988]}, {"id": "4896", "type": "Feature", "properties": {"id": "uu60243772", "mag": 1.28, "time": 1505175463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.593667, 3.5]}, "bbox": [-111.450167, 42.593667, -111.450167, 42.593667]}, {"id": "4897", "type": "Feature", "properties": {"id": "us2000akgt", "mag": 2.7, "time": 1505175275390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.45, 42.6006, 6.65]}, "bbox": [-111.45, 42.6006, -111.45, 42.6006]}, {"id": "4898", "type": "Feature", "properties": {"id": "us2000akgp", "mag": 3.1, "time": 1505174426060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4619, 42.5922, 9.11]}, "bbox": [-111.4619, 42.5922, -111.4619, 42.5922]}, {"id": "4899", "type": "Feature", "properties": {"id": "us2000amy6", "mag": 3.4, "time": 1505174223950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0579, 52.772, 207.41]}, "bbox": [-173.0579, 52.772, -173.0579, 52.772]}, {"id": "4900", "type": "Feature", "properties": {"id": "us2000amy5", "mag": 3.3, "time": 1505173482210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.0407, 51.8595, 146.7]}, "bbox": [178.0407, 51.8595, 178.0407, 51.8595]}, {"id": "4901", "type": "Feature", "properties": {"id": "ak16820045", "mag": 1.1, "time": 1505171834061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9121, 61.9185, 44.8]}, "bbox": [-149.9121, 61.9185, -149.9121, 61.9185]}, {"id": "4902", "type": "Feature", "properties": {"id": "us2000akg3", "mag": 4.4, "time": 1505171543900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3251, 15.4699, 53.34]}, "bbox": [-94.3251, 15.4699, -94.3251, 15.4699]}, {"id": "4903", "type": "Feature", "properties": {"id": "nc72890511", "mag": 1.3, "time": 1505171391890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012, 37.426833, 3.03]}, "bbox": [-119.012, 37.426833, -119.012, 37.426833]}, {"id": "4904", "type": "Feature", "properties": {"id": "us2000akfs", "mag": 4.2, "time": 1505169617100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6345, 15.6178, 38.83]}, "bbox": [-94.6345, 15.6178, -94.6345, 15.6178]}, {"id": "4905", "type": "Feature", "properties": {"id": "us2000akfr", "mag": 2.8, "time": 1505169599030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4698, 42.6061, 6.0]}, "bbox": [-111.4698, 42.6061, -111.4698, 42.6061]}, {"id": "4906", "type": "Feature", "properties": {"id": "ak16827363", "mag": 2.0, "time": 1505169544066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4581, 51.6497, 9.7]}, "bbox": [-178.4581, 51.6497, -178.4581, 51.6497]}, {"id": "4907", "type": "Feature", "properties": {"id": "ak16819990", "mag": 1.0, "time": 1505169272029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1659, 59.9838, 14.2]}, "bbox": [-140.1659, 59.9838, -140.1659, 59.9838]}, {"id": "4908", "type": "Feature", "properties": {"id": "ak16827361", "mag": 1.5, "time": 1505168696545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2029, 59.1798, 77.3]}, "bbox": [-153.2029, 59.1798, -153.2029, 59.1798]}, {"id": "4909", "type": "Feature", "properties": {"id": "ci37760423", "mag": 1.26, "time": 1505168688630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3355, 32.933, 10.81]}, "bbox": [-116.3355, 32.933, -116.3355, 32.933]}, {"id": "4910", "type": "Feature", "properties": {"id": "us2000akf8", "mag": 5.0, "time": 1505168453040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9567, 15.7603, 48.25]}, "bbox": [-94.9567, 15.7603, -94.9567, 15.7603]}, {"id": "4911", "type": "Feature", "properties": {"id": "ak16819215", "mag": 1.5, "time": 1505167702707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4466, 62.4273, 81.1]}, "bbox": [-151.4466, 62.4273, -151.4466, 62.4273]}, {"id": "4912", "type": "Feature", "properties": {"id": "us2000ar1k", "mag": 4.4, "time": 1505167046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.2966, -4.9444, 49.23]}, "bbox": [152.2966, -4.9444, 152.2966, -4.9444]}, {"id": "4913", "type": "Feature", "properties": {"id": "nc72890491", "mag": 1.11, "time": 1505166863970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.544833, 37.529, 12.8]}, "bbox": [-118.544833, 37.529, -118.544833, 37.529]}, {"id": "4914", "type": "Feature", "properties": {"id": "us2000akeb", "mag": 5.1, "time": 1505166728910, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-178.3593, 51.5235, 54.7]}, "bbox": [-178.3593, 51.5235, -178.3593, 51.5235]}, {"id": "4915", "type": "Feature", "properties": {"id": "ak16819167", "mag": 1.4, "time": 1505166664445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3213, 60.2363, 0.0]}, "bbox": [-141.3213, 60.2363, -141.3213, 60.2363]}, {"id": "4916", "type": "Feature", "properties": {"id": "us2000akdz", "mag": 4.3, "time": 1505166482960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.1669, 15.1965, 62.3]}, "bbox": [-93.1669, 15.1965, -93.1669, 15.1965]}, {"id": "4917", "type": "Feature", "properties": {"id": "us2000akdq", "mag": 2.6, "time": 1505166481930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4105, 42.5306, 6.58]}, "bbox": [-111.4105, 42.5306, -111.4105, 42.5306]}, {"id": "4918", "type": "Feature", "properties": {"id": "ak16827357", "mag": 2.3, "time": 1505165942611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8283, 55.1229, 12.0]}, "bbox": [-156.8283, 55.1229, -156.8283, 55.1229]}, {"id": "4919", "type": "Feature", "properties": {"id": "uw61306477", "mag": 1.21, "time": 1505165549480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1755, 46.198833, 3.06]}, "bbox": [-122.1755, 46.198833, -122.1755, 46.198833]}, {"id": "4920", "type": "Feature", "properties": {"id": "nc72890461", "mag": 2.23, "time": 1505164836450, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.939, 35.641167, 4.35]}, "bbox": [-120.939, 35.641167, -120.939, 35.641167]}, {"id": "4921", "type": "Feature", "properties": {"id": "us2000ayll", "mag": 4.1, "time": 1505164739710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6724, 15.4385, 31.22]}, "bbox": [-94.6724, 15.4385, -94.6724, 15.4385]}, {"id": "4922", "type": "Feature", "properties": {"id": "ci37760359", "mag": 2.29, "time": 1505164180230, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.940167, 35.427833, 21.14]}, "bbox": [-118.940167, 35.427833, -118.940167, 35.427833]}, {"id": "4923", "type": "Feature", "properties": {"id": "us2000akcq", "mag": 5.5, "time": 1505164150350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0139, 14.9074, 27.0]}, "bbox": [-94.0139, 14.9074, -94.0139, 14.9074]}, {"id": "4924", "type": "Feature", "properties": {"id": "us2000akch", "mag": 2.4, "time": 1505164053450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4202, 42.5566, 9.0]}, "bbox": [-111.4202, 42.5566, -111.4202, 42.5566]}, {"id": "4925", "type": "Feature", "properties": {"id": "ak16827356", "mag": 1.9, "time": 1505163754769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4142, 51.8321, 32.9]}, "bbox": [-173.4142, 51.8321, -173.4142, 51.8321]}, {"id": "4926", "type": "Feature", "properties": {"id": "ci37760351", "mag": 1.47, "time": 1505163661880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9785, 32.6095, -0.36]}, "bbox": [-116.9785, 32.6095, -116.9785, 32.6095]}, {"id": "4927", "type": "Feature", "properties": {"id": "ak16827355", "mag": 1.0, "time": 1505163537708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7591, 65.4356, 0.0]}, "bbox": [-144.7591, 65.4356, -144.7591, 65.4356]}, {"id": "4928", "type": "Feature", "properties": {"id": "nn00604742", "mag": 1.3, "time": 1505163193915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9149, 38.3846, 5.4]}, "bbox": [-118.9149, 38.3846, -118.9149, 38.3846]}, {"id": "4929", "type": "Feature", "properties": {"id": "us2000akbz", "mag": 4.1, "time": 1505162450200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.477, 52.2896, 65.69]}, "bbox": [-173.477, 52.2896, -173.477, 52.2896]}, {"id": "4930", "type": "Feature", "properties": {"id": "mb80254709", "mag": 1.54, "time": 1505162126870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.327667, 46.1355, 6.01]}, "bbox": [-110.327667, 46.1355, -110.327667, 46.1355]}, {"id": "4931", "type": "Feature", "properties": {"id": "ak16818311", "mag": 2.4, "time": 1505162030333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0, 53.2916, 13.0]}, "bbox": [-167.0, 53.2916, -167.0, 53.2916]}, {"id": "4932", "type": "Feature", "properties": {"id": "ak16818304", "mag": 2.2, "time": 1505161796041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.8204, 65.319, 3.3]}, "bbox": [-167.8204, 65.319, -167.8204, 65.319]}, {"id": "4933", "type": "Feature", "properties": {"id": "ak16818297", "mag": 2.0, "time": 1505161193751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8659, 62.8899, 99.8]}, "bbox": [-150.8659, 62.8899, -150.8659, 62.8899]}, {"id": "4934", "type": "Feature", "properties": {"id": "ak16818278", "mag": 3.2, "time": 1505160763887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.115, 63.145, 108.2]}, "bbox": [-150.115, 63.145, -150.115, 63.145]}, {"id": "4935", "type": "Feature", "properties": {"id": "mb80254694", "mag": 1.38, "time": 1505160716790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540833, 46.904833, 11.87]}, "bbox": [-112.540833, 46.904833, -112.540833, 46.904833]}, {"id": "4936", "type": "Feature", "properties": {"id": "us2000akaa", "mag": 2.5, "time": 1505159932140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4306, 42.5727, 7.14]}, "bbox": [-111.4306, 42.5727, -111.4306, 42.5727]}, {"id": "4937", "type": "Feature", "properties": {"id": "mb80254684", "mag": 1.16, "time": 1505159186030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.8675, 11.01]}, "bbox": [-112.524833, 46.8675, -112.524833, 46.8675]}, {"id": "4938", "type": "Feature", "properties": {"id": "ak16827348", "mag": 1.2, "time": 1505158596706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2022, 60.4231, 48.9]}, "bbox": [-151.2022, 60.4231, -151.2022, 60.4231]}, {"id": "4939", "type": "Feature", "properties": {"id": "ak16817479", "mag": 2.9, "time": 1505158124591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5505, 65.8017, 12.5]}, "bbox": [-148.5505, 65.8017, -148.5505, 65.8017]}, {"id": "4940", "type": "Feature", "properties": {"id": "ak16817476", "mag": 3.0, "time": 1505158119494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2439, 66.0161, 16.1]}, "bbox": [-148.2439, 66.0161, -148.2439, 66.0161]}, {"id": "4941", "type": "Feature", "properties": {"id": "nn00604719", "mag": 1.3, "time": 1505157785095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8838, 38.8119, 4.7]}, "bbox": [-118.8838, 38.8119, -118.8838, 38.8119]}, {"id": "4942", "type": "Feature", "properties": {"id": "nc72890441", "mag": 1.74, "time": 1505157705880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.7915, 3.48]}, "bbox": [-122.778, 38.7915, -122.778, 38.7915]}, {"id": "4943", "type": "Feature", "properties": {"id": "us2000ak9n", "mag": 3.0, "time": 1505157604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.471, 42.609, 7.61]}, "bbox": [-111.471, 42.609, -111.471, 42.609]}, {"id": "4944", "type": "Feature", "properties": {"id": "ak16817472", "mag": 1.1, "time": 1505156621773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3067, 62.9071, 5.6]}, "bbox": [-151.3067, 62.9071, -151.3067, 62.9071]}, {"id": "4945", "type": "Feature", "properties": {"id": "ak16827345", "mag": 1.6, "time": 1505156304521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3368, 59.849, 84.9]}, "bbox": [-152.3368, 59.849, -152.3368, 59.849]}, {"id": "4946", "type": "Feature", "properties": {"id": "ak16816710", "mag": 1.0, "time": 1505155839711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7252, 63.4914, 1.9]}, "bbox": [-147.7252, 63.4914, -147.7252, 63.4914]}, {"id": "4947", "type": "Feature", "properties": {"id": "ak16827343", "mag": 1.6, "time": 1505155190108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9414, 58.9343, 71.6]}, "bbox": [-151.9414, 58.9343, -151.9414, 58.9343]}, {"id": "4948", "type": "Feature", "properties": {"id": "uu60243377", "mag": 2.04, "time": 1505154917000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.524333, 7.67]}, "bbox": [-111.423167, 42.524333, -111.423167, 42.524333]}, {"id": "4949", "type": "Feature", "properties": {"id": "us2000ak8v", "mag": 4.8, "time": 1505154337990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9192, 10.9561, 35.0]}, "bbox": [125.9192, 10.9561, 125.9192, 10.9561]}, {"id": "4950", "type": "Feature", "properties": {"id": "ak16827342", "mag": 1.4, "time": 1505154205074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0563, 59.7893, 104.3]}, "bbox": [-153.0563, 59.7893, -153.0563, 59.7893]}, {"id": "4951", "type": "Feature", "properties": {"id": "us2000akih", "mag": 3.5, "time": 1505153371450, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-8.5745, 37.1247, 19.99]}, "bbox": [-8.5745, 37.1247, -8.5745, 37.1247]}, {"id": "4952", "type": "Feature", "properties": {"id": "ak16816675", "mag": 2.0, "time": 1505153241938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1793, 60.2771, 148.8]}, "bbox": [-153.1793, 60.2771, -153.1793, 60.2771]}, {"id": "4953", "type": "Feature", "properties": {"id": "nn00604702", "mag": 1.1, "time": 1505152546779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 38.8318, 9.7]}, "bbox": [-118.8175, 38.8318, -118.8175, 38.8318]}, {"id": "4954", "type": "Feature", "properties": {"id": "nc72890416", "mag": 1.57, "time": 1505151412520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474, -0.34]}, "bbox": [-118.8205, 37.474, -118.8205, 37.474]}, {"id": "4955", "type": "Feature", "properties": {"id": "us2000ak7u", "mag": 5.7, "time": 1505151309620, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.3373, 23.9529, 35.0]}, "bbox": [142.3373, 23.9529, 142.3373, 23.9529]}, {"id": "4956", "type": "Feature", "properties": {"id": "us2000ak7m", "mag": 2.5, "time": 1505151089130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5401, 6.8]}, "bbox": [-111.4259, 42.5401, -111.4259, 42.5401]}, {"id": "4957", "type": "Feature", "properties": {"id": "mb80254649", "mag": 1.0, "time": 1505150945110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515833, 46.859, 13.54]}, "bbox": [-112.515833, 46.859, -112.515833, 46.859]}, {"id": "4958", "type": "Feature", "properties": {"id": "ak16815885", "mag": 1.4, "time": 1505150387657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8119, 60.5833, 13.5]}, "bbox": [-150.8119, 60.5833, -150.8119, 60.5833]}, {"id": "4959", "type": "Feature", "properties": {"id": "ci37760231", "mag": 1.15, "time": 1505150078250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.339833, 33.717167, -0.52]}, "bbox": [-117.339833, 33.717167, -117.339833, 33.717167]}, {"id": "4960", "type": "Feature", "properties": {"id": "us2000ar17", "mag": 4.5, "time": 1505148873550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.1014, -58.1449, 29.22]}, "bbox": [-27.1014, -58.1449, -27.1014, -58.1449]}, {"id": "4961", "type": "Feature", "properties": {"id": "us2000ar14", "mag": 4.7, "time": 1505148316830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7999, 10.8571, 10.0]}, "bbox": [141.7999, 10.8571, 141.7999, 10.8571]}, {"id": "4962", "type": "Feature", "properties": {"id": "us2000ak6r", "mag": 4.4, "time": 1505148294180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [93.763, 11.1912, 135.46]}, "bbox": [93.763, 11.1912, 93.763, 11.1912]}, {"id": "4963", "type": "Feature", "properties": {"id": "us2000ar16", "mag": 4.3, "time": 1505147708500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.5216, 28.9426, 37.11]}, "bbox": [105.5216, 28.9426, 105.5216, 28.9426]}, {"id": "4964", "type": "Feature", "properties": {"id": "us2000ak65", "mag": 5.0, "time": 1505146815920, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [21.5733, 39.2104, 10.0]}, "bbox": [21.5733, 39.2104, 21.5733, 39.2104]}, {"id": "4965", "type": "Feature", "properties": {"id": "uu60012999", "mag": 2.37, "time": 1505146629690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.425833, 42.545833, 6.7]}, "bbox": [-111.425833, 42.545833, -111.425833, 42.545833]}, {"id": "4966", "type": "Feature", "properties": {"id": "us2000ak62", "mag": 3.2, "time": 1505146591940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5774, 8.61]}, "bbox": [-111.4221, 42.5774, -111.4221, 42.5774]}, {"id": "4967", "type": "Feature", "properties": {"id": "ci37760191", "mag": 1.27, "time": 1505146302070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.870333, 36.5125, 7.71]}, "bbox": [-117.870333, 36.5125, -117.870333, 36.5125]}, {"id": "4968", "type": "Feature", "properties": {"id": "us2000ar11", "mag": 4.2, "time": 1505146234900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.8301, -18.5966, 222.96]}, "bbox": [169.8301, -18.5966, 169.8301, -18.5966]}, {"id": "4969", "type": "Feature", "properties": {"id": "ci37760183", "mag": 1.04, "time": 1505146087980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.721333, 33.538833, 2.61]}, "bbox": [-116.721333, 33.538833, -116.721333, 33.538833]}, {"id": "4970", "type": "Feature", "properties": {"id": "us2000ak5l", "mag": 4.4, "time": 1505145120270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9232, 15.0128, 54.55]}, "bbox": [-93.9232, 15.0128, -93.9232, 15.0128]}, {"id": "4971", "type": "Feature", "properties": {"id": "ak16827338", "mag": 1.8, "time": 1505144756285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3358, 57.9354, 144.8]}, "bbox": [-156.3358, 57.9354, -156.3358, 57.9354]}, {"id": "4972", "type": "Feature", "properties": {"id": "us2000ak5f", "mag": 4.3, "time": 1505144492050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0414, 15.1729, 45.88]}, "bbox": [-94.0414, 15.1729, -94.0414, 15.1729]}, {"id": "4973", "type": "Feature", "properties": {"id": "ak16815056", "mag": 1.9, "time": 1505144205558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6743, 59.7685, 0.0]}, "bbox": [-136.6743, 59.7685, -136.6743, 59.7685]}, {"id": "4974", "type": "Feature", "properties": {"id": "us2000ak58", "mag": 3.1, "time": 1505144033150, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4647, 42.6086, 4.31]}, "bbox": [-111.4647, 42.6086, -111.4647, 42.6086]}, {"id": "4975", "type": "Feature", "properties": {"id": "uu60243162", "mag": 1.47, "time": 1505143989150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.462833, 42.578167, 3.5]}, "bbox": [-111.462833, 42.578167, -111.462833, 42.578167]}, {"id": "4976", "type": "Feature", "properties": {"id": "ak16815038", "mag": 1.9, "time": 1505143851904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7738, 62.154, 53.3]}, "bbox": [-149.7738, 62.154, -149.7738, 62.154]}, {"id": "4977", "type": "Feature", "properties": {"id": "ak16815036", "mag": 1.9, "time": 1505143815664, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0859, 60.2049, 139.0]}, "bbox": [-153.0859, 60.2049, -153.0859, 60.2049]}, {"id": "4978", "type": "Feature", "properties": {"id": "us2000ak57", "mag": 4.8, "time": 1505143793430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1802, 54.2242, 10.0]}, "bbox": [169.1802, 54.2242, 169.1802, 54.2242]}, {"id": "4979", "type": "Feature", "properties": {"id": "us2000ak55", "mag": 4.3, "time": 1505143224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6506, -2.821, 10.0]}, "bbox": [146.6506, -2.821, 146.6506, -2.821]}, {"id": "4980", "type": "Feature", "properties": {"id": "us2000ak4j", "mag": 3.0, "time": 1505142692750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4148, 42.5413, 9.05]}, "bbox": [-111.4148, 42.5413, -111.4148, 42.5413]}, {"id": "4981", "type": "Feature", "properties": {"id": "us2000ak4f", "mag": 4.4, "time": 1505142409640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0513, 14.8747, 44.09]}, "bbox": [-94.0513, 14.8747, -94.0513, 14.8747]}, {"id": "4982", "type": "Feature", "properties": {"id": "us2000ak40", "mag": 5.0, "time": 1505141758490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3653, 15.3524, 32.65]}, "bbox": [-94.3653, 15.3524, -94.3653, 15.3524]}, {"id": "4983", "type": "Feature", "properties": {"id": "us2000ar1h", "mag": 4.9, "time": 1505141691760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0928, -23.8876, 37.16]}, "bbox": [-176.0928, -23.8876, -176.0928, -23.8876]}, {"id": "4984", "type": "Feature", "properties": {"id": "us2000ak3s", "mag": 4.2, "time": 1505141169530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7122, 15.3112, 28.67]}, "bbox": [-94.7122, 15.3112, -94.7122, 15.3112]}, {"id": "4985", "type": "Feature", "properties": {"id": "mb80254604", "mag": 1.16, "time": 1505141014400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532333, 46.8915, 13.58]}, "bbox": [-112.532333, 46.8915, -112.532333, 46.8915]}, {"id": "4986", "type": "Feature", "properties": {"id": "nc72890356", "mag": 0.96, "time": 1505141002070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.845001, -0.69]}, "bbox": [-122.819168, 38.845001, -122.819168, 38.845001]}, {"id": "4987", "type": "Feature", "properties": {"id": "ak16814255", "mag": 2.0, "time": 1505140885717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2937, 51.4307, 40.1]}, "bbox": [-178.2937, 51.4307, -178.2937, 51.4307]}, {"id": "4988", "type": "Feature", "properties": {"id": "uw61306377", "mag": 1.82, "time": 1505140831500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.526167, 45.054, 14.59]}, "bbox": [-122.526167, 45.054, -122.526167, 45.054]}, {"id": "4989", "type": "Feature", "properties": {"id": "us2000ak3q", "mag": 4.2, "time": 1505140745590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4233, 15.4024, 50.36]}, "bbox": [-94.4233, 15.4024, -94.4233, 15.4024]}, {"id": "4990", "type": "Feature", "properties": {"id": "ci37760143", "mag": 1.15, "time": 1505140731290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.260667, 32.865667, 12.62]}, "bbox": [-116.260667, 32.865667, -116.260667, 32.865667]}, {"id": "4991", "type": "Feature", "properties": {"id": "nc72890351", "mag": 1.47, "time": 1505140721900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.98, 37.905667, 7.94]}, "bbox": [-121.98, 37.905667, -121.98, 37.905667]}, {"id": "4992", "type": "Feature", "properties": {"id": "pr2017254001", "mag": 1.99, "time": 1505140527660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1661, 18.2745, 22.0]}, "bbox": [-67.1661, 18.2745, -67.1661, 18.2745]}, {"id": "4993", "type": "Feature", "properties": {"id": "us2000ak3b", "mag": 2.7, "time": 1505140375620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4329, 42.6048, 10.74]}, "bbox": [-111.4329, 42.6048, -111.4329, 42.6048]}, {"id": "4994", "type": "Feature", "properties": {"id": "uu60243057", "mag": 2.26, "time": 1505140157270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.570833, 6.17]}, "bbox": [-111.440667, 42.570833, -111.440667, 42.570833]}, {"id": "4995", "type": "Feature", "properties": {"id": "us2000ak35", "mag": 2.8, "time": 1505139740960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4268, 42.5293, 6.86]}, "bbox": [-111.4268, 42.5293, -111.4268, 42.5293]}, {"id": "4996", "type": "Feature", "properties": {"id": "us2000ar1f", "mag": 4.4, "time": 1505139719640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.2097, 57.3966, 10.0]}, "bbox": [-33.2097, 57.3966, -33.2097, 57.3966]}, {"id": "4997", "type": "Feature", "properties": {"id": "us2000ak30", "mag": 2.8, "time": 1505139413770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4261, 42.5344, 6.18]}, "bbox": [-111.4261, 42.5344, -111.4261, 42.5344]}, {"id": "4998", "type": "Feature", "properties": {"id": "us2000ak2x", "mag": 2.8, "time": 1505139156090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4192, 42.5317, 7.87]}, "bbox": [-111.4192, 42.5317, -111.4192, 42.5317]}, {"id": "4999", "type": "Feature", "properties": {"id": "nc72890336", "mag": 1.18, "time": 1505138783780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788833, 37.4565, 7.82]}, "bbox": [-121.788833, 37.4565, -121.788833, 37.4565]}, {"id": "5000", "type": "Feature", "properties": {"id": "us2000ak5e", "mag": 3.4, "time": 1505138730330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4143, 42.5438, 7.19]}, "bbox": [-111.4143, 42.5438, -111.4143, 42.5438]}, {"id": "5001", "type": "Feature", "properties": {"id": "us2000ak2i", "mag": 2.7, "time": 1505138706230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4164, 42.5288, 7.13]}, "bbox": [-111.4164, 42.5288, -111.4164, 42.5288]}, {"id": "5002", "type": "Feature", "properties": {"id": "us2000ak2w", "mag": 4.2, "time": 1505138643370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.2941, 49.241, 567.61]}, "bbox": [147.2941, 49.241, 147.2941, 49.241]}, {"id": "5003", "type": "Feature", "properties": {"id": "ak16813499", "mag": 2.0, "time": 1505138537316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7415, 61.4216, 18.8]}, "bbox": [-146.7415, 61.4216, -146.7415, 61.4216]}, {"id": "5004", "type": "Feature", "properties": {"id": "us2000ak25", "mag": 2.7, "time": 1505138348200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5325, 7.14]}, "bbox": [-111.4259, 42.5325, -111.4259, 42.5325]}, {"id": "5005", "type": "Feature", "properties": {"id": "us2000ar0y", "mag": 4.6, "time": 1505138171510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.9326, 17.4028, 10.0]}, "bbox": [95.9326, 17.4028, 95.9326, 17.4028]}, {"id": "5006", "type": "Feature", "properties": {"id": "ak16813481", "mag": 1.9, "time": 1505137989499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3857, 59.1724, 56.6]}, "bbox": [-152.3857, 59.1724, -152.3857, 59.1724]}, {"id": "5007", "type": "Feature", "properties": {"id": "us2000ak1y", "mag": 2.6, "time": 1505137521110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5419, 8.21]}, "bbox": [-111.4339, 42.5419, -111.4339, 42.5419]}, {"id": "5008", "type": "Feature", "properties": {"id": "us2000ak1r", "mag": 2.9, "time": 1505137114700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5456, 6.59]}, "bbox": [-111.4362, 42.5456, -111.4362, 42.5456]}, {"id": "5009", "type": "Feature", "properties": {"id": "us2000ak1m", "mag": 3.0, "time": 1505136985250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4366, 42.5476, 10.03]}, "bbox": [-111.4366, 42.5476, -111.4366, 42.5476]}, {"id": "5010", "type": "Feature", "properties": {"id": "us2000ar0x", "mag": 4.6, "time": 1505136879610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.6908, 22.421, 111.87]}, "bbox": [94.6908, 22.421, 94.6908, 22.421]}, {"id": "5011", "type": "Feature", "properties": {"id": "ak16813475", "mag": 2.1, "time": 1505136538402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5913, 51.4481, 48.1]}, "bbox": [-175.5913, 51.4481, -175.5913, 51.4481]}, {"id": "5012", "type": "Feature", "properties": {"id": "us2000ak17", "mag": 4.7, "time": 1505136395640, "felt": 63.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4397, 42.547, 8.42]}, "bbox": [-111.4397, 42.547, -111.4397, 42.547]}, {"id": "5013", "type": "Feature", "properties": {"id": "us2000ar13", "mag": 4.3, "time": 1505136238290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.0316, -19.7635, 35.0]}, "bbox": [-174.0316, -19.7635, -174.0316, -19.7635]}, {"id": "5014", "type": "Feature", "properties": {"id": "ci37760103", "mag": 1.09, "time": 1505136097380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.087333, 5.54]}, "bbox": [-118.293, 35.087333, -118.293, 35.087333]}, {"id": "5015", "type": "Feature", "properties": {"id": "ak16812727", "mag": 2.6, "time": 1505135732771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9083, 64.6086, 14.0]}, "bbox": [-147.9083, 64.6086, -147.9083, 64.6086]}, {"id": "5016", "type": "Feature", "properties": {"id": "ak16812725", "mag": 1.1, "time": 1505135440719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9809, 60.2846, 15.6]}, "bbox": [-142.9809, 60.2846, -142.9809, 60.2846]}, {"id": "5017", "type": "Feature", "properties": {"id": "ak16812722", "mag": 1.3, "time": 1505135255673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2227, 61.5128, 2.0]}, "bbox": [-151.2227, 61.5128, -151.2227, 61.5128]}, {"id": "5018", "type": "Feature", "properties": {"id": "nn00604646", "mag": 1.4, "time": 1505134420760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0108, 37.3174, 5.6]}, "bbox": [-115.0108, 37.3174, -115.0108, 37.3174]}, {"id": "5019", "type": "Feature", "properties": {"id": "nc72890261", "mag": 1.53, "time": 1505134375000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944, 37.596667, 2.35]}, "bbox": [-118.944, 37.596667, -118.944, 37.596667]}, {"id": "5020", "type": "Feature", "properties": {"id": "ak16812712", "mag": 1.2, "time": 1505134108855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0572, 63.3368, 5.2]}, "bbox": [-152.0572, 63.3368, -152.0572, 63.3368]}, {"id": "5021", "type": "Feature", "properties": {"id": "nc72890256", "mag": 2.28, "time": 1505133958310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804, 37.487667, 2.35]}, "bbox": [-118.804, 37.487667, -118.804, 37.487667]}, {"id": "5022", "type": "Feature", "properties": {"id": "ak16827325", "mag": 1.0, "time": 1505133922020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6291, 68.5279, 7.8]}, "bbox": [-146.6291, 68.5279, -146.6291, 68.5279]}, {"id": "5023", "type": "Feature", "properties": {"id": "ak16827324", "mag": 2.0, "time": 1505133892582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5495, 51.3476, 48.9]}, "bbox": [179.5495, 51.3476, 179.5495, 51.3476]}, {"id": "5024", "type": "Feature", "properties": {"id": "us2000ak0e", "mag": 2.5, "time": 1505133857280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4384, 42.5522, 4.67]}, "bbox": [-111.4384, 42.5522, -111.4384, 42.5522]}, {"id": "5025", "type": "Feature", "properties": {"id": "uu60242837", "mag": 1.53, "time": 1505133790240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.5545, 3.92]}, "bbox": [-111.424667, 42.5545, -111.424667, 42.5545]}, {"id": "5026", "type": "Feature", "properties": {"id": "hv61904231", "mag": 1.21, "time": 1505133342610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6145, 19.417333, 2.362]}, "bbox": [-155.6145, 19.417333, -155.6145, 19.417333]}, {"id": "5027", "type": "Feature", "properties": {"id": "us2000ak05", "mag": 4.1, "time": 1505133270220, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4421, 42.5481, 9.98]}, "bbox": [-111.4421, 42.5481, -111.4421, 42.5481]}, {"id": "5028", "type": "Feature", "properties": {"id": "us2000ak03", "mag": 2.7, "time": 1505133174850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5648, 8.56]}, "bbox": [-111.4364, 42.5648, -111.4364, 42.5648]}, {"id": "5029", "type": "Feature", "properties": {"id": "ak16812710", "mag": 1.0, "time": 1505133166684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8559, 62.6857, 65.3]}, "bbox": [-149.8559, 62.6857, -149.8559, 62.6857]}, {"id": "5030", "type": "Feature", "properties": {"id": "us2000ar0u", "mag": 4.2, "time": 1505133047670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1594, -25.8043, 396.76]}, "bbox": [-179.1594, -25.8043, -179.1594, -25.8043]}, {"id": "5031", "type": "Feature", "properties": {"id": "nn00604676", "mag": 1.2, "time": 1505132161656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9061, 38.3603, 6.9]}, "bbox": [-118.9061, 38.3603, -118.9061, 38.3603]}, {"id": "5032", "type": "Feature", "properties": {"id": "ak16811973", "mag": 1.1, "time": 1505132086727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8547, 61.7247, 43.6]}, "bbox": [-148.8547, 61.7247, -148.8547, 61.7247]}, {"id": "5033", "type": "Feature", "properties": {"id": "ak16811972", "mag": 1.5, "time": 1505132009437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3277, 62.9497, 102.8]}, "bbox": [-151.3277, 62.9497, -151.3277, 62.9497]}, {"id": "5034", "type": "Feature", "properties": {"id": "us2000ajzy", "mag": 2.5, "time": 1505131814160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6131, 6.65]}, "bbox": [-111.4451, 42.6131, -111.4451, 42.6131]}, {"id": "5035", "type": "Feature", "properties": {"id": "mb80254459", "mag": 2.11, "time": 1505131462070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.591167, 48.595333, 11.25]}, "bbox": [-114.591167, 48.595333, -114.591167, 48.595333]}, {"id": "5036", "type": "Feature", "properties": {"id": "ak16811969", "mag": 1.3, "time": 1505131136327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0317, 60.2939, 13.2]}, "bbox": [-143.0317, 60.2939, -143.0317, 60.2939]}, {"id": "5037", "type": "Feature", "properties": {"id": "ci37760055", "mag": 1.58, "time": 1505130502980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1345, 33.263, 3.81]}, "bbox": [-116.1345, 33.263, -116.1345, 33.263]}, {"id": "5038", "type": "Feature", "properties": {"id": "us2000ajzq", "mag": 3.0, "time": 1505130391090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5733, 9.58]}, "bbox": [-111.4364, 42.5733, -111.4364, 42.5733]}, {"id": "5039", "type": "Feature", "properties": {"id": "ak16811954", "mag": 3.1, "time": 1505130323357, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1197, 60.1444, 17.1]}, "bbox": [-147.1197, 60.1444, -147.1197, 60.1444]}, {"id": "5040", "type": "Feature", "properties": {"id": "us2000ar0t", "mag": 4.0, "time": 1505129120720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0508, -16.1442, 368.85]}, "bbox": [-176.0508, -16.1442, -176.0508, -16.1442]}, {"id": "5041", "type": "Feature", "properties": {"id": "us2000ajzk", "mag": 4.5, "time": 1505129105150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1346, -37.5234, 25.58]}, "bbox": [-74.1346, -37.5234, -74.1346, -37.5234]}, {"id": "5042", "type": "Feature", "properties": {"id": "nc72890236", "mag": 2.17, "time": 1505128675290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.459167, 1.9]}, "bbox": [-118.822, 37.459167, -118.822, 37.459167]}, {"id": "5043", "type": "Feature", "properties": {"id": "ak16827315", "mag": 2.3, "time": 1505128561623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8371, 52.7853, 7.1]}, "bbox": [-163.8371, 52.7853, -163.8371, 52.7853]}, {"id": "5044", "type": "Feature", "properties": {"id": "ak16811944", "mag": 1.3, "time": 1505128093436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0565, 64.7051, 17.4]}, "bbox": [-149.0565, 64.7051, -149.0565, 64.7051]}, {"id": "5045", "type": "Feature", "properties": {"id": "ak16811204", "mag": 1.3, "time": 1505127768013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9834, 54.7566, 4.6]}, "bbox": [-163.9834, 54.7566, -163.9834, 54.7566]}, {"id": "5046", "type": "Feature", "properties": {"id": "hv61904116", "mag": 2.16, "time": 1505127753700, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28183, 19.407, 0.02]}, "bbox": [-155.28183, 19.407, -155.28183, 19.407]}, {"id": "5047", "type": "Feature", "properties": {"id": "ci37760031", "mag": 2.03, "time": 1505127492210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.712, 33.879333, 13.03]}, "bbox": [-118.712, 33.879333, -118.712, 33.879333]}, {"id": "5048", "type": "Feature", "properties": {"id": "ak16827311", "mag": 1.5, "time": 1505127421795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.853, 59.6229, 96.0]}, "bbox": [-152.853, 59.6229, -152.853, 59.6229]}, {"id": "5049", "type": "Feature", "properties": {"id": "ak16811203", "mag": 1.3, "time": 1505127015264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6217, 68.5348, 1.0]}, "bbox": [-146.6217, 68.5348, -146.6217, 68.5348]}, {"id": "5050", "type": "Feature", "properties": {"id": "ak16811201", "mag": 1.5, "time": 1505126914844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1251, 64.9961, 18.4]}, "bbox": [-152.1251, 64.9961, -152.1251, 64.9961]}, {"id": "5051", "type": "Feature", "properties": {"id": "ak16811199", "mag": 1.6, "time": 1505125956806, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5218, 65.7316, 2.7]}, "bbox": [-164.5218, 65.7316, -164.5218, 65.7316]}, {"id": "5052", "type": "Feature", "properties": {"id": "ak16811198", "mag": 1.6, "time": 1505125657616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3884, 53.8156, 54.1]}, "bbox": [-165.3884, 53.8156, -165.3884, 53.8156]}, {"id": "5053", "type": "Feature", "properties": {"id": "nc72890226", "mag": 1.01, "time": 1505125359080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753998, 38.790165, 3.35]}, "bbox": [-122.753998, 38.790165, -122.753998, 38.790165]}, {"id": "5054", "type": "Feature", "properties": {"id": "ci37760023", "mag": 1.32, "time": 1505125346420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.25, 34.0295, 14.73]}, "bbox": [-117.25, 34.0295, -117.25, 34.0295]}, {"id": "5055", "type": "Feature", "properties": {"id": "ci37760015", "mag": 1.79, "time": 1505125221750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.210667, 33.964, 14.98]}, "bbox": [-117.210667, 33.964, -117.210667, 33.964]}, {"id": "5056", "type": "Feature", "properties": {"id": "ak16811192", "mag": 1.6, "time": 1505124596279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4191, 53.5639, 6.6]}, "bbox": [-167.4191, 53.5639, -167.4191, 53.5639]}, {"id": "5057", "type": "Feature", "properties": {"id": "us2000ajy4", "mag": 3.0, "time": 1505124017240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4438, 42.5496, 7.43]}, "bbox": [-111.4438, 42.5496, -111.4438, 42.5496]}, {"id": "5058", "type": "Feature", "properties": {"id": "ak16811190", "mag": 1.5, "time": 1505123878146, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2865, 60.4132, 89.8]}, "bbox": [-152.2865, 60.4132, -152.2865, 60.4132]}, {"id": "5059", "type": "Feature", "properties": {"id": "ak16811188", "mag": 1.0, "time": 1505123692728, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3358, 61.5763, 29.1]}, "bbox": [-146.3358, 61.5763, -146.3358, 61.5763]}, {"id": "5060", "type": "Feature", "properties": {"id": "nc72890206", "mag": 0.98, "time": 1505123643110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.747167, 37.409167, 5.32]}, "bbox": [-121.747167, 37.409167, -121.747167, 37.409167]}, {"id": "5061", "type": "Feature", "properties": {"id": "ak16811186", "mag": 1.6, "time": 1505123476693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8224, 59.7877, 2.4]}, "bbox": [-136.8224, 59.7877, -136.8224, 59.7877]}, {"id": "5062", "type": "Feature", "properties": {"id": "us2000ajxv", "mag": 2.9, "time": 1505123164250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4237, 42.5673, 7.37]}, "bbox": [-111.4237, 42.5673, -111.4237, 42.5673]}, {"id": "5063", "type": "Feature", "properties": {"id": "us2000ajxj", "mag": 4.3, "time": 1505122591560, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5544, 2.24]}, "bbox": [-111.4287, 42.5544, -111.4287, 42.5544]}, {"id": "5064", "type": "Feature", "properties": {"id": "uu60242567", "mag": 2.2, "time": 1505122522080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4315, 42.546167, 6.37]}, "bbox": [-111.4315, 42.546167, -111.4315, 42.546167]}, {"id": "5065", "type": "Feature", "properties": {"id": "ci37759983", "mag": 1.63, "time": 1505121892310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.268167, 34.059667, 16.34]}, "bbox": [-117.268167, 34.059667, -117.268167, 34.059667]}, {"id": "5066", "type": "Feature", "properties": {"id": "ak16810446", "mag": 2.6, "time": 1505121756650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4598, 60.9205, 10.0]}, "bbox": [-147.4598, 60.9205, -147.4598, 60.9205]}, {"id": "5067", "type": "Feature", "properties": {"id": "ak16810443", "mag": 1.2, "time": 1505121065274, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.565, 68.8276, 0.5]}, "bbox": [-143.565, 68.8276, -143.565, 68.8276]}, {"id": "5068", "type": "Feature", "properties": {"id": "ci37759967", "mag": 1.22, "time": 1505119075410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.577833, 33.463, 8.81]}, "bbox": [-116.577833, 33.463, -116.577833, 33.463]}, {"id": "5069", "type": "Feature", "properties": {"id": "uw61306317", "mag": 1.48, "time": 1505118779800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.494333, 48.421333, 23.39]}, "bbox": [-122.494333, 48.421333, -122.494333, 48.421333]}, {"id": "5070", "type": "Feature", "properties": {"id": "uu60242517", "mag": 2.59, "time": 1505118734680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-109.851333, 41.686167, 9.37]}, "bbox": [-109.851333, 41.686167, -109.851333, 41.686167]}, {"id": "5071", "type": "Feature", "properties": {"id": "pr2017254000", "mag": 3.41, "time": 1505118382390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9758, 19.4726, 83.0]}, "bbox": [-67.9758, 19.4726, -67.9758, 19.4726]}, {"id": "5072", "type": "Feature", "properties": {"id": "ak16809713", "mag": 1.0, "time": 1505117722024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6659, 62.2481, 21.1]}, "bbox": [-145.6659, 62.2481, -145.6659, 62.2481]}, {"id": "5073", "type": "Feature", "properties": {"id": "ak16809711", "mag": 3.4, "time": 1505116920134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.5449, 52.5632, 40.2]}, "bbox": [-169.5449, 52.5632, -169.5449, 52.5632]}, {"id": "5074", "type": "Feature", "properties": {"id": "us2000ajwn", "mag": 4.4, "time": 1505116663270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9806, 15.3004, 56.84]}, "bbox": [-93.9806, 15.3004, -93.9806, 15.3004]}, {"id": "5075", "type": "Feature", "properties": {"id": "ci37759959", "mag": 1.14, "time": 1505116447350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2325, 33.327833, 10.93]}, "bbox": [-116.2325, 33.327833, -116.2325, 33.327833]}, {"id": "5076", "type": "Feature", "properties": {"id": "us2000ajwc", "mag": 2.7, "time": 1505116217360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6238, 8.02]}, "bbox": [-111.4585, 42.6238, -111.4585, 42.6238]}, {"id": "5077", "type": "Feature", "properties": {"id": "uu60242452", "mag": 1.42, "time": 1505115184130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4215, 42.555167, 8.21]}, "bbox": [-111.4215, 42.555167, -111.4215, 42.555167]}, {"id": "5078", "type": "Feature", "properties": {"id": "us2000ajw6", "mag": 4.3, "time": 1505114696270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1399, -24.246, 215.32]}, "bbox": [-67.1399, -24.246, -67.1399, -24.246]}, {"id": "5079", "type": "Feature", "properties": {"id": "ak16809708", "mag": 1.5, "time": 1505114006947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 60.1009, 45.2]}, "bbox": [-150.8258, 60.1009, -150.8258, 60.1009]}, {"id": "5080", "type": "Feature", "properties": {"id": "ak16827294", "mag": 1.9, "time": 1505113098912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8676, 59.0889, 2.2]}, "bbox": [-142.8676, 59.0889, -142.8676, 59.0889]}, {"id": "5081", "type": "Feature", "properties": {"id": "mb80254374", "mag": 1.5, "time": 1505112921190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.8645, 12.3]}, "bbox": [-112.529333, 46.8645, -112.529333, 46.8645]}, {"id": "5082", "type": "Feature", "properties": {"id": "ci37759927", "mag": 2.02, "time": 1505112772010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.403, 34.906, 11.64]}, "bbox": [-119.403, 34.906, -119.403, 34.906]}, {"id": "5083", "type": "Feature", "properties": {"id": "ak16809693", "mag": 2.3, "time": 1505111147899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1691, 60.3968, 3.4]}, "bbox": [-142.1691, 60.3968, -142.1691, 60.3968]}, {"id": "5084", "type": "Feature", "properties": {"id": "nc72890121", "mag": 1.12, "time": 1505109941490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.807335, 2.77]}, "bbox": [-122.819168, 38.807335, -122.819168, 38.807335]}, {"id": "5085", "type": "Feature", "properties": {"id": "us2000ajvf", "mag": 2.9, "time": 1505109741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.5774, 5.0]}, "bbox": [-111.4688, 42.5774, -111.4688, 42.5774]}, {"id": "5086", "type": "Feature", "properties": {"id": "us2000ajva", "mag": 4.3, "time": 1505109063560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9711, 15.3853, 85.78]}, "bbox": [-93.9711, 15.3853, -93.9711, 15.3853]}, {"id": "5087", "type": "Feature", "properties": {"id": "nc72890106", "mag": 1.68, "time": 1505108835910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.298667, 36.839667, 6.48]}, "bbox": [-121.298667, 36.839667, -121.298667, 36.839667]}, {"id": "5088", "type": "Feature", "properties": {"id": "ak16809690", "mag": 2.3, "time": 1505108549578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.9816, 56.0816, 4.8]}, "bbox": [-157.9816, 56.0816, -157.9816, 56.0816]}, {"id": "5089", "type": "Feature", "properties": {"id": "us2000ajv3", "mag": 2.5, "time": 1505108046520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4343, 42.6729, 8.91]}, "bbox": [-111.4343, 42.6729, -111.4343, 42.6729]}, {"id": "5090", "type": "Feature", "properties": {"id": "us2000ajuy", "mag": 4.3, "time": 1505107771280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0235, 15.4152, 96.62]}, "bbox": [-93.0235, 15.4152, -93.0235, 15.4152]}, {"id": "5091", "type": "Feature", "properties": {"id": "ak16827288", "mag": 1.8, "time": 1505107165861, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0716, 53.7182, 69.4]}, "bbox": [-166.0716, 53.7182, -166.0716, 53.7182]}, {"id": "5092", "type": "Feature", "properties": {"id": "uw61306307", "mag": 1.9, "time": 1505107163540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039333, 46.874833, 6.58]}, "bbox": [-122.039333, 46.874833, -122.039333, 46.874833]}, {"id": "5093", "type": "Feature", "properties": {"id": "nc72890096", "mag": 1.14, "time": 1505106775000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0835, 41.351667, 6.69]}, "bbox": [-122.0835, 41.351667, -122.0835, 41.351667]}, {"id": "5094", "type": "Feature", "properties": {"id": "ak16809640", "mag": 2.4, "time": 1505106550298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8937, 61.0452, 165.2]}, "bbox": [-152.8937, 61.0452, -152.8937, 61.0452]}, {"id": "5095", "type": "Feature", "properties": {"id": "ak16808961", "mag": 1.6, "time": 1505105485577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1953, 59.1308, 77.0]}, "bbox": [-153.1953, 59.1308, -153.1953, 59.1308]}, {"id": "5096", "type": "Feature", "properties": {"id": "us2000ajuh", "mag": 4.0, "time": 1505105288350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1177, 14.9912, 39.36]}, "bbox": [-94.1177, 14.9912, -94.1177, 14.9912]}, {"id": "5097", "type": "Feature", "properties": {"id": "uu60242387", "mag": 2.04, "time": 1505105195110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.553333, 8.78]}, "bbox": [-111.4145, 42.553333, -111.4145, 42.553333]}, {"id": "5098", "type": "Feature", "properties": {"id": "ci37759879", "mag": 1.88, "time": 1505105166860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.690333, 36.111167, 2.14]}, "bbox": [-117.690333, 36.111167, -117.690333, 36.111167]}, {"id": "5099", "type": "Feature", "properties": {"id": "uu60242382", "mag": 1.62, "time": 1505105133670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.917167, 39.7665, 0.9]}, "bbox": [-110.917167, 39.7665, -110.917167, 39.7665]}, {"id": "5100", "type": "Feature", "properties": {"id": "us2000ajua", "mag": 4.2, "time": 1505104652010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1678, 15.2785, 67.46]}, "bbox": [-95.1678, 15.2785, -95.1678, 15.2785]}, {"id": "5101", "type": "Feature", "properties": {"id": "us2000aju8", "mag": 4.3, "time": 1505104387690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [134.2896, -4.2452, 11.73]}, "bbox": [134.2896, -4.2452, 134.2896, -4.2452]}, {"id": "5102", "type": "Feature", "properties": {"id": "us2000aju4", "mag": 4.2, "time": 1505104376590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8401, 15.5681, 47.06]}, "bbox": [-94.8401, 15.5681, -94.8401, 15.5681]}, {"id": "5103", "type": "Feature", "properties": {"id": "ak16808959", "mag": 1.5, "time": 1505103598244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9778, 58.2872, 74.3]}, "bbox": [-153.9778, 58.2872, -153.9778, 58.2872]}, {"id": "5104", "type": "Feature", "properties": {"id": "uw61306297", "mag": 2.04, "time": 1505103582560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.873833, 6.67]}, "bbox": [-122.041833, 46.873833, -122.041833, 46.873833]}, {"id": "5105", "type": "Feature", "properties": {"id": "uw61306292", "mag": 2.25, "time": 1505103114370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041333, 46.872667, 6.52]}, "bbox": [-122.041333, 46.872667, -122.041333, 46.872667]}, {"id": "5106", "type": "Feature", "properties": {"id": "ak16827283", "mag": 1.6, "time": 1505102962401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.439, 59.7864, 127.3]}, "bbox": [-153.439, 59.7864, -153.439, 59.7864]}, {"id": "5107", "type": "Feature", "properties": {"id": "ak16827279", "mag": 1.3, "time": 1505101851739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7785, 59.9173, 97.4]}, "bbox": [-152.7785, 59.9173, -152.7785, 59.9173]}, {"id": "5108", "type": "Feature", "properties": {"id": "us2000ar0i", "mag": 4.1, "time": 1505101626150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.4651, -10.314, 10.0]}, "bbox": [152.4651, -10.314, 152.4651, -10.314]}, {"id": "5109", "type": "Feature", "properties": {"id": "ci37759855", "mag": 1.09, "time": 1505101001790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.693833, 36.111833, 2.19]}, "bbox": [-117.693833, 36.111833, -117.693833, 36.111833]}, {"id": "5110", "type": "Feature", "properties": {"id": "us2000ajtf", "mag": 3.6, "time": 1505100425300, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7392, 35.5637, 5.0]}, "bbox": [-96.7392, 35.5637, -96.7392, 35.5637]}, {"id": "5111", "type": "Feature", "properties": {"id": "us2000ar0g", "mag": 4.3, "time": 1505099718750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.3922, 57.1877, 10.0]}, "bbox": [-33.3922, 57.1877, -33.3922, 57.1877]}, {"id": "5112", "type": "Feature", "properties": {"id": "ak16808239", "mag": 1.2, "time": 1505099609741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1984, 60.4559, 13.3]}, "bbox": [-143.1984, 60.4559, -143.1984, 60.4559]}, {"id": "5113", "type": "Feature", "properties": {"id": "mb80254349", "mag": 1.33, "time": 1505099352010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.868167, 13.72]}, "bbox": [-112.536833, 46.868167, -112.536833, 46.868167]}, {"id": "5114", "type": "Feature", "properties": {"id": "ak16808202", "mag": 1.5, "time": 1505098597935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3852, 59.9636, 0.0]}, "bbox": [-139.3852, 59.9636, -139.3852, 59.9636]}, {"id": "5115", "type": "Feature", "properties": {"id": "ak16808197", "mag": 1.0, "time": 1505098478421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2252, 63.2571, 2.9]}, "bbox": [-151.2252, 63.2571, -151.2252, 63.2571]}, {"id": "5116", "type": "Feature", "properties": {"id": "ak16808189", "mag": 2.2, "time": 1505098007693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7551, 60.3801, 2.2]}, "bbox": [-137.7551, 60.3801, -137.7551, 60.3801]}, {"id": "5117", "type": "Feature", "properties": {"id": "us2000ajt6", "mag": 3.1, "time": 1505097902820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7475, 60.3735, 5.0]}, "bbox": [-137.7475, 60.3735, -137.7475, 60.3735]}, {"id": "5118", "type": "Feature", "properties": {"id": "us2000ajt7", "mag": 5.1, "time": 1505097732030, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [134.3851, -4.1892, 10.0]}, "bbox": [134.3851, -4.1892, 134.3851, -4.1892]}, {"id": "5119", "type": "Feature", "properties": {"id": "ak16808181", "mag": 1.1, "time": 1505097584665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6756, 61.6922, 62.5]}, "bbox": [-150.6756, 61.6922, -150.6756, 61.6922]}, {"id": "5120", "type": "Feature", "properties": {"id": "us2000ajt5", "mag": 3.0, "time": 1505097294300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4685, 42.672, 9.46]}, "bbox": [-111.4685, 42.672, -111.4685, 42.672]}, {"id": "5121", "type": "Feature", "properties": {"id": "us2000ajt2", "mag": 2.8, "time": 1505097280810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4535, 42.6306, 9.3]}, "bbox": [-111.4535, 42.6306, -111.4535, 42.6306]}, {"id": "5122", "type": "Feature", "properties": {"id": "us2000ar0e", "mag": 4.3, "time": 1505096741600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.0697, 24.7471, 68.23]}, "bbox": [122.0697, 24.7471, 122.0697, 24.7471]}, {"id": "5123", "type": "Feature", "properties": {"id": "us2000ajsz", "mag": 4.7, "time": 1505096631090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9001, 15.6517, 51.53]}, "bbox": [-94.9001, 15.6517, -94.9001, 15.6517]}, {"id": "5124", "type": "Feature", "properties": {"id": "ak16807505", "mag": 1.3, "time": 1505096509471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9046, 61.531, 28.4]}, "bbox": [-147.9046, 61.531, -147.9046, 61.531]}, {"id": "5125", "type": "Feature", "properties": {"id": "ak16807502", "mag": 1.6, "time": 1505096282982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2586, 62.549, 5.0]}, "bbox": [-159.2586, 62.549, -159.2586, 62.549]}, {"id": "5126", "type": "Feature", "properties": {"id": "nc72890026", "mag": 1.21, "time": 1505096190960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009667, 37.590833, -0.07]}, "bbox": [-119.009667, 37.590833, -119.009667, 37.590833]}, {"id": "5127", "type": "Feature", "properties": {"id": "us2000ajsw", "mag": 4.2, "time": 1505095770400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.418, 15.8113, 56.97]}, "bbox": [-94.418, 15.8113, -94.418, 15.8113]}, {"id": "5128", "type": "Feature", "properties": {"id": "ak16807468", "mag": 1.2, "time": 1505095529647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0357, 62.0888, 52.2]}, "bbox": [-150.0357, 62.0888, -150.0357, 62.0888]}, {"id": "5129", "type": "Feature", "properties": {"id": "ci37759783", "mag": 2.05, "time": 1505095452510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.502333, 35.679, 6.19]}, "bbox": [-116.502333, 35.679, -116.502333, 35.679]}, {"id": "5130", "type": "Feature", "properties": {"id": "nc72890021", "mag": 1.71, "time": 1505095034230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.535667, 37.632333, 19.33]}, "bbox": [-119.535667, 37.632333, -119.535667, 37.632333]}, {"id": "5131", "type": "Feature", "properties": {"id": "ci37759775", "mag": 1.34, "time": 1505095022580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.507333, 34.488, 1.46]}, "bbox": [-116.507333, 34.488, -116.507333, 34.488]}, {"id": "5132", "type": "Feature", "properties": {"id": "us2000ajsk", "mag": 4.6, "time": 1505093529680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.5451, 12.9836, 114.29]}, "bbox": [143.5451, 12.9836, 143.5451, 12.9836]}, {"id": "5133", "type": "Feature", "properties": {"id": "ak16827267", "mag": 1.3, "time": 1505093440775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1537, 59.7401, 106.9]}, "bbox": [-153.1537, 59.7401, -153.1537, 59.7401]}, {"id": "5134", "type": "Feature", "properties": {"id": "ci37759759", "mag": 1.69, "time": 1505093145730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798167, 33.493667, 3.61]}, "bbox": [-116.798167, 33.493667, -116.798167, 33.493667]}, {"id": "5135", "type": "Feature", "properties": {"id": "nn00604614", "mag": 1.5, "time": 1505092989312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.6589, 37.3487, 6.1]}, "bbox": [-114.6589, 37.3487, -114.6589, 37.3487]}, {"id": "5136", "type": "Feature", "properties": {"id": "us2000ar1r", "mag": 3.5, "time": 1505092806050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.8111, 53.8607, 10.0]}, "bbox": [170.8111, 53.8607, 170.8111, 53.8607]}, {"id": "5137", "type": "Feature", "properties": {"id": "us2000ar0b", "mag": 4.2, "time": 1505092783010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.953, 17.3198, 10.0]}, "bbox": [95.953, 17.3198, 95.953, 17.3198]}, {"id": "5138", "type": "Feature", "properties": {"id": "hv61903861", "mag": 1.26, "time": 1505092321650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.490333, 19.339667, 9.09]}, "bbox": [-155.490333, 19.339667, -155.490333, 19.339667]}, {"id": "5139", "type": "Feature", "properties": {"id": "us2000ajsh", "mag": 4.1, "time": 1505092219210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.972, -6.9548, 134.48]}, "bbox": [129.972, -6.9548, 129.972, -6.9548]}, {"id": "5140", "type": "Feature", "properties": {"id": "ak16806794", "mag": 1.3, "time": 1505092129494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3457, 60.4497, 89.7]}, "bbox": [-152.3457, 60.4497, -152.3457, 60.4497]}, {"id": "5141", "type": "Feature", "properties": {"id": "ak16827265", "mag": 1.1, "time": 1505091880397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6719, 63.2902, 124.6]}, "bbox": [-150.6719, 63.2902, -150.6719, 63.2902]}, {"id": "5142", "type": "Feature", "properties": {"id": "uu60242262", "mag": 2.47, "time": 1505091634360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.578333, 7.23]}, "bbox": [-111.440667, 42.578333, -111.440667, 42.578333]}, {"id": "5143", "type": "Feature", "properties": {"id": "us2000ajsf", "mag": 2.3, "time": 1505091431720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443, 42.5904, 7.61]}, "bbox": [-111.443, 42.5904, -111.443, 42.5904]}, {"id": "5144", "type": "Feature", "properties": {"id": "ak16827264", "mag": 1.3, "time": 1505091007359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0095, 58.5704, 86.0]}, "bbox": [-154.0095, 58.5704, -154.0095, 58.5704]}, {"id": "5145", "type": "Feature", "properties": {"id": "nc72890011", "mag": 1.58, "time": 1505090685010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.542333, 4.8]}, "bbox": [-118.832333, 37.542333, -118.832333, 37.542333]}, {"id": "5146", "type": "Feature", "properties": {"id": "ci37759743", "mag": 1.01, "time": 1505090624240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.589167, 36.0335, 2.63]}, "bbox": [-117.589167, 36.0335, -117.589167, 36.0335]}, {"id": "5147", "type": "Feature", "properties": {"id": "us2000amxb", "mag": 3.0, "time": 1505090296990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.554, 51.5916, 17.56]}, "bbox": [-178.554, 51.5916, -178.554, 51.5916]}, {"id": "5148", "type": "Feature", "properties": {"id": "nc72890001", "mag": 0.97, "time": 1505089976320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.541833, 4.79]}, "bbox": [-118.831, 37.541833, -118.831, 37.541833]}, {"id": "5149", "type": "Feature", "properties": {"id": "us2000ajsa", "mag": 4.9, "time": 1505089942200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9938, 15.3932, 58.95]}, "bbox": [-93.9938, 15.3932, -93.9938, 15.3932]}, {"id": "5150", "type": "Feature", "properties": {"id": "us2000ajs1", "mag": 3.2, "time": 1505088752720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.563, 8.0]}, "bbox": [-111.4151, 42.563, -111.4151, 42.563]}, {"id": "5151", "type": "Feature", "properties": {"id": "us2000ajrw", "mag": 4.4, "time": 1505087147130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4901, 14.0924, 54.64]}, "bbox": [-93.4901, 14.0924, -93.4901, 14.0924]}, {"id": "5152", "type": "Feature", "properties": {"id": "ak16806048", "mag": 1.2, "time": 1505085946916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3481, 62.1328, 10.2]}, "bbox": [-150.3481, 62.1328, -150.3481, 62.1328]}, {"id": "5153", "type": "Feature", "properties": {"id": "ci37759727", "mag": 1.54, "time": 1505085941950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.663167, 35.044, -0.82]}, "bbox": [-117.663167, 35.044, -117.663167, 35.044]}, {"id": "5154", "type": "Feature", "properties": {"id": "us2000ajrn", "mag": 2.4, "time": 1505085758040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4372, 42.584, 3.54]}, "bbox": [-111.4372, 42.584, -111.4372, 42.584]}, {"id": "5155", "type": "Feature", "properties": {"id": "ak16827727", "mag": 1.2, "time": 1505085448361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0012, 60.1398, 104.9]}, "bbox": [-153.0012, 60.1398, -153.0012, 60.1398]}, {"id": "5156", "type": "Feature", "properties": {"id": "us2000ajrh", "mag": 2.4, "time": 1505084625610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4614, 42.6018, 5.02]}, "bbox": [-111.4614, 42.6018, -111.4614, 42.6018]}, {"id": "5157", "type": "Feature", "properties": {"id": "us2000ajre", "mag": 3.0, "time": 1505084186000, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4583, 42.5935, 5.0]}, "bbox": [-111.4583, 42.5935, -111.4583, 42.5935]}, {"id": "5158", "type": "Feature", "properties": {"id": "ak16805384", "mag": 1.3, "time": 1505084019928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9225, 60.1912, 51.8]}, "bbox": [-150.9225, 60.1912, -150.9225, 60.1912]}, {"id": "5159", "type": "Feature", "properties": {"id": "pr2017253006", "mag": 3.55, "time": 1505083663180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7241, 19.5025, 24.0]}, "bbox": [-68.7241, 19.5025, -68.7241, 19.5025]}, {"id": "5160", "type": "Feature", "properties": {"id": "ci37759703", "mag": 1.47, "time": 1505083414820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164, 34.038833, 6.0]}, "bbox": [-117.164, 34.038833, -117.164, 34.038833]}, {"id": "5161", "type": "Feature", "properties": {"id": "ci37759695", "mag": 2.37, "time": 1505083359860, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166167, 34.037667, 6.01]}, "bbox": [-117.166167, 34.037667, -117.166167, 34.037667]}, {"id": "5162", "type": "Feature", "properties": {"id": "ci37759687", "mag": 1.26, "time": 1505083316070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166667, 34.039167, 6.08]}, "bbox": [-117.166667, 34.039167, -117.166667, 34.039167]}, {"id": "5163", "type": "Feature", "properties": {"id": "ismpkansas70234968", "mag": 1.57, "time": 1505083207900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.877167, 37.229167, 3.02]}, "bbox": [-97.877167, 37.229167, -97.877167, 37.229167]}, {"id": "5164", "type": "Feature", "properties": {"id": "ci37759679", "mag": 1.03, "time": 1505082787240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.290167, 35.090833, 2.62]}, "bbox": [-118.290167, 35.090833, -118.290167, 35.090833]}, {"id": "5165", "type": "Feature", "properties": {"id": "uu60242127", "mag": 1.52, "time": 1505082515530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439, 42.5855, 3.5]}, "bbox": [-111.439, 42.5855, -111.439, 42.5855]}, {"id": "5166", "type": "Feature", "properties": {"id": "ak16805375", "mag": 2.0, "time": 1505082468672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2261, 62.1899, 53.2]}, "bbox": [-150.2261, 62.1899, -150.2261, 62.1899]}, {"id": "5167", "type": "Feature", "properties": {"id": "ak16805361", "mag": 2.4, "time": 1505082389962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8636, 68.2355, 2.3]}, "bbox": [-146.8636, 68.2355, -146.8636, 68.2355]}, {"id": "5168", "type": "Feature", "properties": {"id": "us2000ajq9", "mag": 3.3, "time": 1505081821360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4511, 42.5959, 5.0]}, "bbox": [-111.4511, 42.5959, -111.4511, 42.5959]}, {"id": "5169", "type": "Feature", "properties": {"id": "nc72889956", "mag": 1.01, "time": 1505081275110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.790333, 37.452833, 8.21]}, "bbox": [-121.790333, 37.452833, -121.790333, 37.452833]}, {"id": "5170", "type": "Feature", "properties": {"id": "ak16805341", "mag": 2.5, "time": 1505081090999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9101, 57.044, 46.2]}, "bbox": [-154.9101, 57.044, -154.9101, 57.044]}, {"id": "5171", "type": "Feature", "properties": {"id": "us2000ajpe", "mag": 5.9, "time": 1505079621210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.6765, 57.1272, 10.0]}, "bbox": [-33.6765, 57.1272, -33.6765, 57.1272]}, {"id": "5172", "type": "Feature", "properties": {"id": "nc72889936", "mag": 1.22, "time": 1505079295950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.937667, 37.601667, 1.02]}, "bbox": [-118.937667, 37.601667, -118.937667, 37.601667]}, {"id": "5173", "type": "Feature", "properties": {"id": "nc72889931", "mag": 1.1, "time": 1505078962470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.806, 37.5175, -2.34]}, "bbox": [-118.806, 37.5175, -118.806, 37.5175]}, {"id": "5174", "type": "Feature", "properties": {"id": "us2000ajp8", "mag": 2.8, "time": 1505078892060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4509, 42.5792, 6.22]}, "bbox": [-111.4509, 42.5792, -111.4509, 42.5792]}, {"id": "5175", "type": "Feature", "properties": {"id": "uw61306227", "mag": 1.13, "time": 1505078465000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.011167, 46.792, 5.12]}, "bbox": [-122.011167, 46.792, -122.011167, 46.792]}, {"id": "5176", "type": "Feature", "properties": {"id": "uu60241997", "mag": 1.44, "time": 1505078100230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422167, 42.554167, 8.0]}, "bbox": [-111.422167, 42.554167, -111.422167, 42.554167]}, {"id": "5177", "type": "Feature", "properties": {"id": "ak16827720", "mag": 1.0, "time": 1505077902054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0938, 58.0932, 50.1]}, "bbox": [-153.0938, 58.0932, -153.0938, 58.0932]}, {"id": "5178", "type": "Feature", "properties": {"id": "nc72889921", "mag": 1.74, "time": 1505077579730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.941333, 37.642833, 0.01]}, "bbox": [-118.941333, 37.642833, -118.941333, 37.642833]}, {"id": "5179", "type": "Feature", "properties": {"id": "nc72889926", "mag": 1.62, "time": 1505077560070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946167, 37.638667, -0.65]}, "bbox": [-118.946167, 37.638667, -118.946167, 37.638667]}, {"id": "5180", "type": "Feature", "properties": {"id": "nc72889911", "mag": 0.99, "time": 1505077390170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.394833, 36.9325, 8.56]}, "bbox": [-121.394833, 36.9325, -121.394833, 36.9325]}, {"id": "5181", "type": "Feature", "properties": {"id": "pr2017253005", "mag": 2.52, "time": 1505077373570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.714, 18.0166, 7.0]}, "bbox": [-66.714, 18.0166, -66.714, 18.0166]}, {"id": "5182", "type": "Feature", "properties": {"id": "nc72889916", "mag": 0.95, "time": 1505077317230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.881833, 37.512333, -0.07]}, "bbox": [-118.881833, 37.512333, -118.881833, 37.512333]}, {"id": "5183", "type": "Feature", "properties": {"id": "ak16804640", "mag": 1.6, "time": 1505077302019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5368, 58.8361, 122.2]}, "bbox": [-154.5368, 58.8361, -154.5368, 58.8361]}, {"id": "5184", "type": "Feature", "properties": {"id": "us2000ajnd", "mag": 4.5, "time": 1505076424950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2595, 15.0768, 55.96]}, "bbox": [-94.2595, 15.0768, -94.2595, 15.0768]}, {"id": "5185", "type": "Feature", "properties": {"id": "nn00604604", "mag": 1.4, "time": 1505076297106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 40.8314, 10.3]}, "bbox": [-115.9555, 40.8314, -115.9555, 40.8314]}, {"id": "5186", "type": "Feature", "properties": {"id": "ak16803984", "mag": 1.3, "time": 1505076289998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1907, 63.4845, 0.8]}, "bbox": [-151.1907, 63.4845, -151.1907, 63.4845]}, {"id": "5187", "type": "Feature", "properties": {"id": "us2000ajms", "mag": 3.3, "time": 1505075535460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4239, 42.5436, 5.0]}, "bbox": [-111.4239, 42.5436, -111.4239, 42.5436]}, {"id": "5188", "type": "Feature", "properties": {"id": "nn00604570", "mag": 1.1, "time": 1505075507371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8807, 36.8036, 7.4]}, "bbox": [-115.8807, 36.8036, -115.8807, 36.8036]}, {"id": "5189", "type": "Feature", "properties": {"id": "ak16827715", "mag": 1.2, "time": 1505074869438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7422, 60.0074, 102.5]}, "bbox": [-152.7422, 60.0074, -152.7422, 60.0074]}, {"id": "5190", "type": "Feature", "properties": {"id": "ak16803877", "mag": 1.0, "time": 1505074842648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4194, 63.2783, 7.1]}, "bbox": [-151.4194, 63.2783, -151.4194, 63.2783]}, {"id": "5191", "type": "Feature", "properties": {"id": "us2000ajm5", "mag": 2.5, "time": 1505074494700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4599, 42.5711, 10.61]}, "bbox": [-111.4599, 42.5711, -111.4599, 42.5711]}, {"id": "5192", "type": "Feature", "properties": {"id": "hv61903706", "mag": 1.86, "time": 1505074128010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.273331, 19.413166, 0.54]}, "bbox": [-155.273331, 19.413166, -155.273331, 19.413166]}, {"id": "5193", "type": "Feature", "properties": {"id": "us2000ajlx", "mag": 3.2, "time": 1505074034020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.42, 42.5453, 7.37]}, "bbox": [-111.42, 42.5453, -111.42, 42.5453]}, {"id": "5194", "type": "Feature", "properties": {"id": "ak16803869", "mag": 1.2, "time": 1505073920064, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7217, 63.3651, 4.1]}, "bbox": [-151.7217, 63.3651, -151.7217, 63.3651]}, {"id": "5195", "type": "Feature", "properties": {"id": "us2000ajls", "mag": 4.3, "time": 1505073807210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.114, -23.6018, 85.28]}, "bbox": [-69.114, -23.6018, -69.114, -23.6018]}, {"id": "5196", "type": "Feature", "properties": {"id": "us2000ajlp", "mag": 4.6, "time": 1505073492510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [13.2839, 42.1689, 5.0]}, "bbox": [13.2839, 42.1689, 13.2839, 42.1689]}, {"id": "5197", "type": "Feature", "properties": {"id": "ci37759623", "mag": 1.13, "time": 1505073299090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.162, 34.035333, 6.06]}, "bbox": [-117.162, 34.035333, -117.162, 34.035333]}, {"id": "5198", "type": "Feature", "properties": {"id": "us2000ajlc", "mag": 2.7, "time": 1505072667200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6178, 36.1361, 5.301]}, "bbox": [-97.6178, 36.1361, -97.6178, 36.1361]}, {"id": "5199", "type": "Feature", "properties": {"id": "mb80254244", "mag": 1.15, "time": 1505072506030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527667, 46.862667, 10.3]}, "bbox": [-112.527667, 46.862667, -112.527667, 46.862667]}, {"id": "5200", "type": "Feature", "properties": {"id": "us2000akfw", "mag": 3.1, "time": 1505072325000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4094, 42.5488, 7.85]}, "bbox": [-111.4094, 42.5488, -111.4094, 42.5488]}, {"id": "5201", "type": "Feature", "properties": {"id": "us2000ajl5", "mag": 2.7, "time": 1505072221960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4249, 42.5451, 9.42]}, "bbox": [-111.4249, 42.5451, -111.4249, 42.5451]}, {"id": "5202", "type": "Feature", "properties": {"id": "nc72889901", "mag": 1.7, "time": 1505072189820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784833, 38.824667, 1.65]}, "bbox": [-122.784833, 38.824667, -122.784833, 38.824667]}, {"id": "5203", "type": "Feature", "properties": {"id": "nc72889906", "mag": 1.54, "time": 1505072140190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.153, 37.129167, 12.33]}, "bbox": [-121.153, 37.129167, -121.153, 37.129167]}, {"id": "5204", "type": "Feature", "properties": {"id": "nc72889891", "mag": 1.28, "time": 1505070945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.891, 37.544167, 1.7]}, "bbox": [-118.891, 37.544167, -118.891, 37.544167]}, {"id": "5205", "type": "Feature", "properties": {"id": "ak16803197", "mag": 2.5, "time": 1505070454371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4505, 54.6854, 60.7]}, "bbox": [-162.4505, 54.6854, -162.4505, 54.6854]}, {"id": "5206", "type": "Feature", "properties": {"id": "us2000ajkd", "mag": 4.1, "time": 1505070312980, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5563, 13.0]}, "bbox": [-111.4177, 42.5563, -111.4177, 42.5563]}, {"id": "5207", "type": "Feature", "properties": {"id": "nc72889881", "mag": 1.58, "time": 1505069810220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 37.1305, 12.32]}, "bbox": [-121.149, 37.1305, -121.149, 37.1305]}, {"id": "5208", "type": "Feature", "properties": {"id": "us2000ajkz", "mag": 2.4, "time": 1505069780800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4181, 42.5449, 7.46]}, "bbox": [-111.4181, 42.5449, -111.4181, 42.5449]}, {"id": "5209", "type": "Feature", "properties": {"id": "pr2017253004", "mag": 3.24, "time": 1505069521610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.0411, 19.2021, 48.0]}, "bbox": [-65.0411, 19.2021, -65.0411, 19.2021]}, {"id": "5210", "type": "Feature", "properties": {"id": "hv61903656", "mag": 1.57, "time": 1505069138690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.104167, 19.329333, 5.178]}, "bbox": [-155.104167, 19.329333, -155.104167, 19.329333]}, {"id": "5211", "type": "Feature", "properties": {"id": "us2000ajjx", "mag": 2.9, "time": 1505068769580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5555, 7.28]}, "bbox": [-111.4153, 42.5555, -111.4153, 42.5555]}, {"id": "5212", "type": "Feature", "properties": {"id": "ak16802543", "mag": 1.6, "time": 1505068750842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6404, 58.5519, 66.4]}, "bbox": [-153.6404, 58.5519, -153.6404, 58.5519]}, {"id": "5213", "type": "Feature", "properties": {"id": "us2000ajju", "mag": 2.5, "time": 1505068746720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9924, 37.0464, 6.8]}, "bbox": [-104.9924, 37.0464, -104.9924, 37.0464]}, {"id": "5214", "type": "Feature", "properties": {"id": "nc72889876", "mag": 1.12, "time": 1505068188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.315667, 36.955833, 7.62]}, "bbox": [-121.315667, 36.955833, -121.315667, 36.955833]}, {"id": "5215", "type": "Feature", "properties": {"id": "us2000ajjp", "mag": 2.3, "time": 1505068125580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1711, 35.6565, 7.54]}, "bbox": [-97.1711, 35.6565, -97.1711, 35.6565]}, {"id": "5216", "type": "Feature", "properties": {"id": "us2000ajjl", "mag": 2.4, "time": 1505067921890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4388, 42.6003, 7.21]}, "bbox": [-111.4388, 42.6003, -111.4388, 42.6003]}, {"id": "5217", "type": "Feature", "properties": {"id": "ci37759607", "mag": 1.53, "time": 1505067791950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169667, 34.037167, 4.29]}, "bbox": [-117.169667, 34.037167, -117.169667, 34.037167]}, {"id": "5218", "type": "Feature", "properties": {"id": "ci37759599", "mag": 0.99, "time": 1505067584720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.028, 2.94]}, "bbox": [-117.163333, 34.028, -117.163333, 34.028]}, {"id": "5219", "type": "Feature", "properties": {"id": "us2000ajn9", "mag": 2.7, "time": 1505067322220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5732, 52.3355, 35.0]}, "bbox": [-170.5732, 52.3355, -170.5732, 52.3355]}, {"id": "5220", "type": "Feature", "properties": {"id": "ak16827705", "mag": 1.3, "time": 1505067315004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7536, 59.2097, 68.0]}, "bbox": [-152.7536, 59.2097, -152.7536, 59.2097]}, {"id": "5221", "type": "Feature", "properties": {"id": "nc72889866", "mag": 1.0, "time": 1505067136160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.833, 0.66]}, "bbox": [-122.764168, 38.833, -122.764168, 38.833]}, {"id": "5222", "type": "Feature", "properties": {"id": "nc72889861", "mag": 1.06, "time": 1505067131030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.833667, 1.17]}, "bbox": [-122.759667, 38.833667, -122.759667, 38.833667]}, {"id": "5223", "type": "Feature", "properties": {"id": "ak16802540", "mag": 1.3, "time": 1505066586033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3745, 62.1772, 42.1]}, "bbox": [-149.3745, 62.1772, -149.3745, 62.1772]}, {"id": "5224", "type": "Feature", "properties": {"id": "ci37759591", "mag": 1.48, "time": 1505066404370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166333, 34.044667, 5.25]}, "bbox": [-117.166333, 34.044667, -117.166333, 34.044667]}, {"id": "5225", "type": "Feature", "properties": {"id": "ci37759583", "mag": 1.53, "time": 1505066395290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.041167, 5.54]}, "bbox": [-117.163333, 34.041167, -117.163333, 34.041167]}, {"id": "5226", "type": "Feature", "properties": {"id": "ak16827703", "mag": 1.0, "time": 1505066200905, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7529, 58.6862, 17.0]}, "bbox": [-153.7529, 58.6862, -153.7529, 58.6862]}, {"id": "5227", "type": "Feature", "properties": {"id": "ci37759567", "mag": 1.34, "time": 1505066082610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163833, 34.040667, 6.08]}, "bbox": [-117.163833, 34.040667, -117.163833, 34.040667]}, {"id": "5228", "type": "Feature", "properties": {"id": "ak16802539", "mag": 1.1, "time": 1505065957419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0268, 60.5262, 19.4]}, "bbox": [-151.0268, 60.5262, -151.0268, 60.5262]}, {"id": "5229", "type": "Feature", "properties": {"id": "us2000ajjb", "mag": 2.5, "time": 1505065916650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4209, 42.5639, 8.61]}, "bbox": [-111.4209, 42.5639, -111.4209, 42.5639]}, {"id": "5230", "type": "Feature", "properties": {"id": "ci37759559", "mag": 1.32, "time": 1505065772840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2325, 34.474333, 11.0]}, "bbox": [-119.2325, 34.474333, -119.2325, 34.474333]}, {"id": "5231", "type": "Feature", "properties": {"id": "ak16802537", "mag": 1.3, "time": 1505065364910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2942, 63.1472, 1.0]}, "bbox": [-151.2942, 63.1472, -151.2942, 63.1472]}, {"id": "5232", "type": "Feature", "properties": {"id": "ci37759551", "mag": 1.1, "time": 1505065150010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172667, 34.034333, 5.23]}, "bbox": [-117.172667, 34.034333, -117.172667, 34.034333]}, {"id": "5233", "type": "Feature", "properties": {"id": "ci37759543", "mag": 1.69, "time": 1505064387890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.295, 35.088667, 4.44]}, "bbox": [-118.295, 35.088667, -118.295, 35.088667]}, {"id": "5234", "type": "Feature", "properties": {"id": "ak16802513", "mag": 1.5, "time": 1505064158942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1889, 65.0868, 19.8]}, "bbox": [-145.1889, 65.0868, -145.1889, 65.0868]}, {"id": "5235", "type": "Feature", "properties": {"id": "us2000ajj3", "mag": 4.4, "time": 1505063935670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.4969, 41.9157, 28.96]}, "bbox": [82.4969, 41.9157, 82.4969, 41.9157]}, {"id": "5236", "type": "Feature", "properties": {"id": "us2000ajiy", "mag": 2.7, "time": 1505063902750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4577, 42.6058, 5.68]}, "bbox": [-111.4577, 42.6058, -111.4577, 42.6058]}, {"id": "5237", "type": "Feature", "properties": {"id": "uu60241602", "mag": 1.36, "time": 1505063711640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415333, 42.567, 9.66]}, "bbox": [-111.415333, 42.567, -111.415333, 42.567]}, {"id": "5238", "type": "Feature", "properties": {"id": "ci37759535", "mag": 1.1, "time": 1505063618920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165167, 34.041667, 6.46]}, "bbox": [-117.165167, 34.041667, -117.165167, 34.041667]}, {"id": "5239", "type": "Feature", "properties": {"id": "nc72889821", "mag": 1.62, "time": 1505063575750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 37.135667, 10.29]}, "bbox": [-121.157167, 37.135667, -121.157167, 37.135667]}, {"id": "5240", "type": "Feature", "properties": {"id": "nc72889816", "mag": 1.01, "time": 1505063492860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.774667, 35.547833, 5.09]}, "bbox": [-120.774667, 35.547833, -120.774667, 35.547833]}, {"id": "5241", "type": "Feature", "properties": {"id": "ci37759527", "mag": 2.15, "time": 1505063398380, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.238167, 34.467833, 11.17]}, "bbox": [-119.238167, 34.467833, -119.238167, 34.467833]}, {"id": "5242", "type": "Feature", "properties": {"id": "us2000ajih", "mag": 2.5, "time": 1505062945810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4296, 42.5627, 11.62]}, "bbox": [-111.4296, 42.5627, -111.4296, 42.5627]}, {"id": "5243", "type": "Feature", "properties": {"id": "nc72889806", "mag": 2.49, "time": 1505062781340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.789333, 3.19]}, "bbox": [-122.801833, 38.789333, -122.801833, 38.789333]}, {"id": "5244", "type": "Feature", "properties": {"id": "uu60013054", "mag": 1.65, "time": 1505062641290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.594667, 6.67]}, "bbox": [-111.444, 42.594667, -111.444, 42.594667]}, {"id": "5245", "type": "Feature", "properties": {"id": "uu60241572", "mag": 2.02, "time": 1505062621720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.432167, 42.5965, 4.48]}, "bbox": [-111.432167, 42.5965, -111.432167, 42.5965]}, {"id": "5246", "type": "Feature", "properties": {"id": "ci37759519", "mag": 1.59, "time": 1505062248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.038667, 4.49]}, "bbox": [-117.167, 34.038667, -117.167, 34.038667]}, {"id": "5247", "type": "Feature", "properties": {"id": "ci37759511", "mag": 1.92, "time": 1505062179580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165, 34.039333, 4.98]}, "bbox": [-117.165, 34.039333, -117.165, 34.039333]}, {"id": "5248", "type": "Feature", "properties": {"id": "ci37759503", "mag": 1.57, "time": 1505062145210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164167, 34.037667, 5.25]}, "bbox": [-117.164167, 34.037667, -117.164167, 34.037667]}, {"id": "5249", "type": "Feature", "properties": {"id": "ci37759495", "mag": 1.42, "time": 1505061900480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165667, 34.038667, 5.34]}, "bbox": [-117.165667, 34.038667, -117.165667, 34.038667]}, {"id": "5250", "type": "Feature", "properties": {"id": "ak16801882", "mag": 1.1, "time": 1505061849133, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1509, 60.3803, 7.0]}, "bbox": [-142.1509, 60.3803, -142.1509, 60.3803]}, {"id": "5251", "type": "Feature", "properties": {"id": "ci37759487", "mag": 1.49, "time": 1505061523920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.893, 35.343333, 5.39]}, "bbox": [-119.893, 35.343333, -119.893, 35.343333]}, {"id": "5252", "type": "Feature", "properties": {"id": "ak16801880", "mag": 1.5, "time": 1505061368254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.731, 60.0161, 6.5]}, "bbox": [-141.731, 60.0161, -141.731, 60.0161]}, {"id": "5253", "type": "Feature", "properties": {"id": "ci37759471", "mag": 1.2, "time": 1505061266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167333, 34.040167, 4.42]}, "bbox": [-117.167333, 34.040167, -117.167333, 34.040167]}, {"id": "5254", "type": "Feature", "properties": {"id": "us2000ajn8", "mag": 3.4, "time": 1505060976520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3264, 52.5377, 96.17]}, "bbox": [-173.3264, 52.5377, -173.3264, 52.5377]}, {"id": "5255", "type": "Feature", "properties": {"id": "ci37759455", "mag": 1.41, "time": 1505060968220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8935, 35.3405, 5.83]}, "bbox": [-119.8935, 35.3405, -119.8935, 35.3405]}, {"id": "5256", "type": "Feature", "properties": {"id": "ak16801858", "mag": 1.5, "time": 1505060123211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4433, 51.6859, 21.0]}, "bbox": [-178.4433, 51.6859, -178.4433, 51.6859]}, {"id": "5257", "type": "Feature", "properties": {"id": "ak16801272", "mag": 1.1, "time": 1505059792074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1384, 63.4871, 1.4]}, "bbox": [-148.1384, 63.4871, -148.1384, 63.4871]}, {"id": "5258", "type": "Feature", "properties": {"id": "ak16827692", "mag": 2.2, "time": 1505059542515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3922, 52.3983, 21.1]}, "bbox": [-169.3922, 52.3983, -169.3922, 52.3983]}, {"id": "5259", "type": "Feature", "properties": {"id": "nc72889781", "mag": 1.29, "time": 1505059412980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943667, 37.596167, 2.31]}, "bbox": [-118.943667, 37.596167, -118.943667, 37.596167]}, {"id": "5260", "type": "Feature", "properties": {"id": "us2000ajqf", "mag": 4.6, "time": 1505058668170, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.1945, 35.7377, 54.25]}, "bbox": [139.1945, 35.7377, 139.1945, 35.7377]}, {"id": "5261", "type": "Feature", "properties": {"id": "nc72889766", "mag": 1.32, "time": 1505058489100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.046333, 38.9295, 0.46]}, "bbox": [-123.046333, 38.9295, -123.046333, 38.9295]}, {"id": "5262", "type": "Feature", "properties": {"id": "us2000ajhi", "mag": 2.5, "time": 1505058212500, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7958, 35.9926, 4.398]}, "bbox": [-96.7958, 35.9926, -96.7958, 35.9926]}, {"id": "5263", "type": "Feature", "properties": {"id": "ak16801236", "mag": 1.4, "time": 1505058208151, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9025, 57.4691, 48.4]}, "bbox": [-154.9025, 57.4691, -154.9025, 57.4691]}, {"id": "5264", "type": "Feature", "properties": {"id": "ci37759407", "mag": 1.83, "time": 1505057535880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3395, 34.014333, 2.3]}, "bbox": [-116.3395, 34.014333, -116.3395, 34.014333]}, {"id": "5265", "type": "Feature", "properties": {"id": "us2000artt", "mag": 4.2, "time": 1505057483820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.9272, 37.8866, 41.94]}, "bbox": [141.9272, 37.8866, 141.9272, 37.8866]}, {"id": "5266", "type": "Feature", "properties": {"id": "ak16827688", "mag": 1.7, "time": 1505057440690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7035, 58.208, 3.0]}, "bbox": [-151.7035, 58.208, -151.7035, 58.208]}, {"id": "5267", "type": "Feature", "properties": {"id": "us2000ajh6", "mag": 4.6, "time": 1505057331420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4383, 15.2976, 42.92]}, "bbox": [-94.4383, 15.2976, -94.4383, 15.2976]}, {"id": "5268", "type": "Feature", "properties": {"id": "us2000ajh4", "mag": 2.6, "time": 1505057207380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5593, 7.96]}, "bbox": [-111.4289, 42.5593, -111.4289, 42.5593]}, {"id": "5269", "type": "Feature", "properties": {"id": "ak16827687", "mag": 1.5, "time": 1505057001386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4181, 51.7014, 6.6]}, "bbox": [-178.4181, 51.7014, -178.4181, 51.7014]}, {"id": "5270", "type": "Feature", "properties": {"id": "us2000ajh2", "mag": 4.2, "time": 1505056916120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2576, 14.9344, 12.93]}, "bbox": [-94.2576, 14.9344, -94.2576, 14.9344]}, {"id": "5271", "type": "Feature", "properties": {"id": "us2000ajgy", "mag": 2.5, "time": 1505056755330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7823, 37.3283, 5.9]}, "bbox": [-97.7823, 37.3283, -97.7823, 37.3283]}, {"id": "5272", "type": "Feature", "properties": {"id": "ak16827686", "mag": 1.1, "time": 1505056731493, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8679, 57.3821, 46.4]}, "bbox": [-154.8679, 57.3821, -154.8679, 57.3821]}, {"id": "5273", "type": "Feature", "properties": {"id": "us2000ajgx", "mag": 2.8, "time": 1505056639060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4498, 42.5804, 5.9]}, "bbox": [-111.4498, 42.5804, -111.4498, 42.5804]}, {"id": "5274", "type": "Feature", "properties": {"id": "ak16827685", "mag": 1.2, "time": 1505056471867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1402, 60.9584, 19.6]}, "bbox": [-149.1402, 60.9584, -149.1402, 60.9584]}, {"id": "5275", "type": "Feature", "properties": {"id": "us2000ajgu", "mag": 2.5, "time": 1505056401260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4462, 42.5738, 5.62]}, "bbox": [-111.4462, 42.5738, -111.4462, 42.5738]}, {"id": "5276", "type": "Feature", "properties": {"id": "us2000ajgm", "mag": 4.9, "time": 1505055545760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6784, 14.1109, 10.0]}, "bbox": [146.6784, 14.1109, 146.6784, 14.1109]}, {"id": "5277", "type": "Feature", "properties": {"id": "ci37759383", "mag": 1.0, "time": 1505055131400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169167, 34.0425, 5.43]}, "bbox": [-117.169167, 34.0425, -117.169167, 34.0425]}, {"id": "5278", "type": "Feature", "properties": {"id": "us2000ajge", "mag": 3.4, "time": 1505054862840, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4185, 42.5625, 9.41]}, "bbox": [-111.4185, 42.5625, -111.4185, 42.5625]}, {"id": "5279", "type": "Feature", "properties": {"id": "ak16800620", "mag": 1.1, "time": 1505054600546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7386, 61.4915, 80.1]}, "bbox": [-151.7386, 61.4915, -151.7386, 61.4915]}, {"id": "5280", "type": "Feature", "properties": {"id": "us2000ajgc", "mag": 3.1, "time": 1505054298370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.55, 7.52]}, "bbox": [-111.4151, 42.55, -111.4151, 42.55]}, {"id": "5281", "type": "Feature", "properties": {"id": "ak16800576", "mag": 2.5, "time": 1505054208776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9361, 60.2731, 64.5]}, "bbox": [-150.9361, 60.2731, -150.9361, 60.2731]}, {"id": "5282", "type": "Feature", "properties": {"id": "nc72889746", "mag": 1.38, "time": 1505053809310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.442, 37.695667, 4.15]}, "bbox": [-119.442, 37.695667, -119.442, 37.695667]}, {"id": "5283", "type": "Feature", "properties": {"id": "pr2017253003", "mag": 2.17, "time": 1505052857240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2868, 18.1121, 18.0]}, "bbox": [-67.2868, 18.1121, -67.2868, 18.1121]}, {"id": "5284", "type": "Feature", "properties": {"id": "us2000ajg9", "mag": 2.9, "time": 1505052838460, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5162, 46.8743, 14.72]}, "bbox": [-112.5162, 46.8743, -112.5162, 46.8743]}, {"id": "5285", "type": "Feature", "properties": {"id": "nc72889741", "mag": 1.38, "time": 1505052751930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824333, 38.060667, 1.0]}, "bbox": [-118.824333, 38.060667, -118.824333, 38.060667]}, {"id": "5286", "type": "Feature", "properties": {"id": "ak16799977", "mag": 1.0, "time": 1505052033903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8767, 61.5617, 10.0]}, "bbox": [-140.8767, 61.5617, -140.8767, 61.5617]}, {"id": "5287", "type": "Feature", "properties": {"id": "mb80254079", "mag": 1.59, "time": 1505051737640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.410667, 44.4485, 6.72]}, "bbox": [-114.410667, 44.4485, -114.410667, 44.4485]}, {"id": "5288", "type": "Feature", "properties": {"id": "ak16799971", "mag": 1.7, "time": 1505051381698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8179, 4.3]}, "bbox": [-136.7235, 59.8179, -136.7235, 59.8179]}, {"id": "5289", "type": "Feature", "properties": {"id": "us2000ajfa", "mag": 4.3, "time": 1505051330480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3498, 13.069, 35.0]}, "bbox": [-90.3498, 13.069, -90.3498, 13.069]}, {"id": "5290", "type": "Feature", "properties": {"id": "us2000ajf7", "mag": 4.0, "time": 1505050961060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3526, 52.4771, 237.56]}, "bbox": [-174.3526, 52.4771, -174.3526, 52.4771]}, {"id": "5291", "type": "Feature", "properties": {"id": "ak16799942", "mag": 1.7, "time": 1505050892677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6731, 59.5546, 120.2]}, "bbox": [-153.6731, 59.5546, -153.6731, 59.5546]}, {"id": "5292", "type": "Feature", "properties": {"id": "us2000ajf3", "mag": 4.6, "time": 1505050808670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.529, 15.6631, 10.0]}, "bbox": [-98.529, 15.6631, -98.529, 15.6631]}, {"id": "5293", "type": "Feature", "properties": {"id": "us2000ajf0", "mag": 4.5, "time": 1505050687090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4173, 15.2922, 52.65]}, "bbox": [-94.4173, 15.2922, -94.4173, 15.2922]}, {"id": "5294", "type": "Feature", "properties": {"id": "us2000artu", "mag": 4.1, "time": 1505050610220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1836, -7.5542, 159.39]}, "bbox": [128.1836, -7.5542, 128.1836, -7.5542]}, {"id": "5295", "type": "Feature", "properties": {"id": "us2000ajex", "mag": 4.3, "time": 1505049954620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.6306, 15.7653, 20.71]}, "bbox": [-98.6306, 15.7653, -98.6306, 15.7653]}, {"id": "5296", "type": "Feature", "properties": {"id": "ci37759303", "mag": 1.26, "time": 1505049848270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.504667, 4.53]}, "bbox": [-116.7985, 33.504667, -116.7985, 33.504667]}, {"id": "5297", "type": "Feature", "properties": {"id": "us2000ajeq", "mag": 2.8, "time": 1505049297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4232, 42.5578, 7.16]}, "bbox": [-111.4232, 42.5578, -111.4232, 42.5578]}, {"id": "5298", "type": "Feature", "properties": {"id": "ak16799353", "mag": 1.3, "time": 1505049096103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6348, 59.8194, 14.2]}, "bbox": [-136.6348, 59.8194, -136.6348, 59.8194]}, {"id": "5299", "type": "Feature", "properties": {"id": "us2000ajen", "mag": 3.0, "time": 1505048991180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4182, 42.5509, 7.02]}, "bbox": [-111.4182, 42.5509, -111.4182, 42.5509]}, {"id": "5300", "type": "Feature", "properties": {"id": "ak16827673", "mag": 1.6, "time": 1505048796797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.3116, 53.3278, 13.0]}, "bbox": [-167.3116, 53.3278, -167.3116, 53.3278]}, {"id": "5301", "type": "Feature", "properties": {"id": "us2000ajej", "mag": 2.6, "time": 1505048615320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6115, 6.14]}, "bbox": [-111.4688, 42.6115, -111.4688, 42.6115]}, {"id": "5302", "type": "Feature", "properties": {"id": "mb80254034", "mag": 1.41, "time": 1505048540860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.8615, 12.53]}, "bbox": [-112.521667, 46.8615, -112.521667, 46.8615]}, {"id": "5303", "type": "Feature", "properties": {"id": "mb80254029", "mag": 1.23, "time": 1505048399750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521167, 46.853, 11.49]}, "bbox": [-112.521167, 46.853, -112.521167, 46.853]}, {"id": "5304", "type": "Feature", "properties": {"id": "ak16799346", "mag": 2.0, "time": 1505048306207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2292, 62.187, 56.1]}, "bbox": [-150.2292, 62.187, -150.2292, 62.187]}, {"id": "5305", "type": "Feature", "properties": {"id": "us2000aje5", "mag": 4.4, "time": 1505047810980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.8604, 12.4905, 60.22]}, "bbox": [-87.8604, 12.4905, -87.8604, 12.4905]}, {"id": "5306", "type": "Feature", "properties": {"id": "us2000aje3", "mag": 3.6, "time": 1505047519260, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4283, 42.5536, 6.44]}, "bbox": [-111.4283, 42.5536, -111.4283, 42.5536]}, {"id": "5307", "type": "Feature", "properties": {"id": "us2000aje1", "mag": 2.8, "time": 1505047427230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6011, 5.82]}, "bbox": [-111.4487, 42.6011, -111.4487, 42.6011]}, {"id": "5308", "type": "Feature", "properties": {"id": "us2000ajdz", "mag": 2.5, "time": 1505047141140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4433, 42.6033, 3.94]}, "bbox": [-111.4433, 42.6033, -111.4433, 42.6033]}, {"id": "5309", "type": "Feature", "properties": {"id": "us2000ajm3", "mag": 3.4, "time": 1505046945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.4897, 52.4554, 37.93]}, "bbox": [-169.4897, 52.4554, -169.4897, 52.4554]}, {"id": "5310", "type": "Feature", "properties": {"id": "us2000ajdq", "mag": 3.1, "time": 1505046464560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4503, 42.6011, 4.5]}, "bbox": [-111.4503, 42.6011, -111.4503, 42.6011]}, {"id": "5311", "type": "Feature", "properties": {"id": "ak16827668", "mag": 1.6, "time": 1505046395510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3819, 59.8907, 133.0]}, "bbox": [-153.3819, 59.8907, -153.3819, 59.8907]}, {"id": "5312", "type": "Feature", "properties": {"id": "us2000ajdf", "mag": 3.9, "time": 1505045951750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4091, 42.5736, 10.02]}, "bbox": [-111.4091, 42.5736, -111.4091, 42.5736]}, {"id": "5313", "type": "Feature", "properties": {"id": "us2000ajdd", "mag": 3.1, "time": 1505045857190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4617, 42.6284, 4.97]}, "bbox": [-111.4617, 42.6284, -111.4617, 42.6284]}, {"id": "5314", "type": "Feature", "properties": {"id": "uu60241107", "mag": 2.14, "time": 1505045641970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.59, 6.81]}, "bbox": [-111.427, 42.59, -111.427, 42.59]}, {"id": "5315", "type": "Feature", "properties": {"id": "ak16798742", "mag": 1.3, "time": 1505045327481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3496, 69.231, 1.2]}, "bbox": [-146.3496, 69.231, -146.3496, 69.231]}, {"id": "5316", "type": "Feature", "properties": {"id": "us2000ajd9", "mag": 4.3, "time": 1505045213250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1554, 14.0483, 13.91]}, "bbox": [-97.1554, 14.0483, -97.1554, 14.0483]}, {"id": "5317", "type": "Feature", "properties": {"id": "us2000ajd2", "mag": 4.5, "time": 1505044829750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4915, 15.8549, 21.45]}, "bbox": [-98.4915, 15.8549, -98.4915, 15.8549]}, {"id": "5318", "type": "Feature", "properties": {"id": "ak16798732", "mag": 2.6, "time": 1505044761546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.966, 59.8093, 102.9]}, "bbox": [-152.966, 59.8093, -152.966, 59.8093]}, {"id": "5319", "type": "Feature", "properties": {"id": "us2000ajcy", "mag": 2.6, "time": 1505044665510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.5652, 42.6019, 9.42]}, "bbox": [-111.5652, 42.6019, -111.5652, 42.6019]}, {"id": "5320", "type": "Feature", "properties": {"id": "us2000artq", "mag": 4.4, "time": 1505044070510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.6016, 12.9144, 38.64]}, "bbox": [120.6016, 12.9144, 120.6016, 12.9144]}, {"id": "5321", "type": "Feature", "properties": {"id": "ak16827665", "mag": 1.6, "time": 1505043947734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3635, 51.6272, 0.6]}, "bbox": [-178.3635, 51.6272, -178.3635, 51.6272]}, {"id": "5322", "type": "Feature", "properties": {"id": "us2000ajci", "mag": 2.9, "time": 1505043647160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6201, 8.65]}, "bbox": [-111.4487, 42.6201, -111.4487, 42.6201]}, {"id": "5323", "type": "Feature", "properties": {"id": "ak16827663", "mag": 2.1, "time": 1505043481292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5488, 52.6471, 37.0]}, "bbox": [-168.5488, 52.6471, -168.5488, 52.6471]}, {"id": "5324", "type": "Feature", "properties": {"id": "us2000ajch", "mag": 2.9, "time": 1505043441680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4464, 42.565, 8.31]}, "bbox": [-111.4464, 42.565, -111.4464, 42.565]}, {"id": "5325", "type": "Feature", "properties": {"id": "nn00604506", "mag": 1.1, "time": 1505043238904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2044, 38.3052, 10.6]}, "bbox": [-119.2044, 38.3052, -119.2044, 38.3052]}, {"id": "5326", "type": "Feature", "properties": {"id": "us2000ajce", "mag": 2.6, "time": 1505042826200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4252, 42.5577, 5.15]}, "bbox": [-111.4252, 42.5577, -111.4252, 42.5577]}, {"id": "5327", "type": "Feature", "properties": {"id": "ak16798700", "mag": 1.7, "time": 1505042612937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2918, 69.235, 1.0]}, "bbox": [-146.2918, 69.235, -146.2918, 69.235]}, {"id": "5328", "type": "Feature", "properties": {"id": "us2000ajc9", "mag": 3.1, "time": 1505042537350, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4318, 42.5604, 7.18]}, "bbox": [-111.4318, 42.5604, -111.4318, 42.5604]}, {"id": "5329", "type": "Feature", "properties": {"id": "hv61903466", "mag": 2.42, "time": 1505042508060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.211833, 19.916833, 13.349]}, "bbox": [-155.211833, 19.916833, -155.211833, 19.916833]}, {"id": "5330", "type": "Feature", "properties": {"id": "ak16798696", "mag": 1.3, "time": 1505042293807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3271, 69.2374, 3.8]}, "bbox": [-146.3271, 69.2374, -146.3271, 69.2374]}, {"id": "5331", "type": "Feature", "properties": {"id": "us2000ajbt", "mag": 4.7, "time": 1505041959050, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4701, 42.6074, 4.56]}, "bbox": [-111.4701, 42.6074, -111.4701, 42.6074]}, {"id": "5332", "type": "Feature", "properties": {"id": "us2000ajbp", "mag": 2.6, "time": 1505041798510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4553, 42.6057, 2.2]}, "bbox": [-111.4553, 42.6057, -111.4553, 42.6057]}, {"id": "5333", "type": "Feature", "properties": {"id": "nn00604588", "mag": 1.0, "time": 1505041736983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8863, 39.0228, 11.8]}, "bbox": [-118.8863, 39.0228, -118.8863, 39.0228]}, {"id": "5334", "type": "Feature", "properties": {"id": "pr2017253002", "mag": 2.88, "time": 1505041375350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.305, 18.603, 82.0]}, "bbox": [-66.305, 18.603, -66.305, 18.603]}, {"id": "5335", "type": "Feature", "properties": {"id": "us2000ajbk", "mag": 3.1, "time": 1505040789630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4404, 42.601, 4.73]}, "bbox": [-111.4404, 42.601, -111.4404, 42.601]}, {"id": "5336", "type": "Feature", "properties": {"id": "us2000ajbj", "mag": 2.6, "time": 1505040635620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4423, 42.5705, 7.5]}, "bbox": [-111.4423, 42.5705, -111.4423, 42.5705]}, {"id": "5337", "type": "Feature", "properties": {"id": "ci37759247", "mag": 1.02, "time": 1505040606370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.192167, 33.778, 3.52]}, "bbox": [-116.192167, 33.778, -116.192167, 33.778]}, {"id": "5338", "type": "Feature", "properties": {"id": "uw61306142", "mag": 2.37, "time": 1505040308500, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040167, 46.875333, 6.45]}, "bbox": [-122.040167, 46.875333, -122.040167, 46.875333]}, {"id": "5339", "type": "Feature", "properties": {"id": "ak16827659", "mag": 2.3, "time": 1505040202211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8004, 51.946, 193.7]}, "bbox": [-175.8004, 51.946, -175.8004, 51.946]}, {"id": "5340", "type": "Feature", "properties": {"id": "us2000ajba", "mag": 2.5, "time": 1505040116970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4234, 42.6126, 8.0]}, "bbox": [-111.4234, 42.6126, -111.4234, 42.6126]}, {"id": "5341", "type": "Feature", "properties": {"id": "ismpkansas70234948", "mag": 1.52, "time": 1505039824000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.878333, 37.226333, 2.17]}, "bbox": [-97.878333, 37.226333, -97.878333, 37.226333]}, {"id": "5342", "type": "Feature", "properties": {"id": "us2000ajay", "mag": 2.5, "time": 1505039717650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.5965, 6.66]}, "bbox": [-111.4475, 42.5965, -111.4475, 42.5965]}, {"id": "5343", "type": "Feature", "properties": {"id": "ci37759239", "mag": 1.83, "time": 1505039190870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.297667, 34.7275, 4.7]}, "bbox": [-116.297667, 34.7275, -116.297667, 34.7275]}, {"id": "5344", "type": "Feature", "properties": {"id": "ci37759231", "mag": 1.46, "time": 1505038960010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.206167, 33.030167, 5.66]}, "bbox": [-116.206167, 33.030167, -116.206167, 33.030167]}, {"id": "5345", "type": "Feature", "properties": {"id": "us2000ajah", "mag": 4.9, "time": 1505038459290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5926, 15.8657, 62.07]}, "bbox": [-94.5926, 15.8657, -94.5926, 15.8657]}, {"id": "5346", "type": "Feature", "properties": {"id": "us2000ajad", "mag": 2.8, "time": 1505038317850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4649, 42.5713, 2.8]}, "bbox": [-111.4649, 42.5713, -111.4649, 42.5713]}, {"id": "5347", "type": "Feature", "properties": {"id": "us2000ajac", "mag": 2.8, "time": 1505038143220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3389, 42.5698, 5.91]}, "bbox": [-111.3389, 42.5698, -111.3389, 42.5698]}, {"id": "5348", "type": "Feature", "properties": {"id": "us2000aja1", "mag": 2.5, "time": 1505037892850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4134, 42.5966, 2.41]}, "bbox": [-111.4134, 42.5966, -111.4134, 42.5966]}, {"id": "5349", "type": "Feature", "properties": {"id": "nc72889666", "mag": 2.44, "time": 1505037177900, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.680333, 36.934833, 10.93]}, "bbox": [-121.680333, 36.934833, -121.680333, 36.934833]}, {"id": "5350", "type": "Feature", "properties": {"id": "us2000ak98", "mag": 2.7, "time": 1505037007800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9657, 36.5378, 5.921]}, "bbox": [-98.9657, 36.5378, -98.9657, 36.5378]}, {"id": "5351", "type": "Feature", "properties": {"id": "us2000akbp", "mag": 3.5, "time": 1505036907810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4216, 42.6147, 2.61]}, "bbox": [-111.4216, 42.6147, -111.4216, 42.6147]}, {"id": "5352", "type": "Feature", "properties": {"id": "hv61903376", "mag": 2.02, "time": 1505036885770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.244, 19.404333, 38.634]}, "bbox": [-155.244, 19.404333, -155.244, 19.404333]}, {"id": "5353", "type": "Feature", "properties": {"id": "us2000aj9i", "mag": 5.0, "time": 1505036830570, "felt": 222.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5629, 9.83]}, "bbox": [-111.4155, 42.5629, -111.4155, 42.5629]}, {"id": "5354", "type": "Feature", "properties": {"id": "nn00604494", "mag": 1.3, "time": 1505036614546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9198, 38.3864, 5.0]}, "bbox": [-118.9198, 38.3864, -118.9198, 38.3864]}, {"id": "5355", "type": "Feature", "properties": {"id": "ak16797541", "mag": 2.3, "time": 1505036483755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.8674, 50.427, 38.0]}, "bbox": [-176.8674, 50.427, -176.8674, 50.427]}, {"id": "5356", "type": "Feature", "properties": {"id": "nc72889656", "mag": 1.55, "time": 1505036419440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9445, 37.642333, -0.52]}, "bbox": [-118.9445, 37.642333, -118.9445, 37.642333]}, {"id": "5357", "type": "Feature", "properties": {"id": "us2000artp", "mag": 4.7, "time": 1505036336060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.742, 44.4006, 89.5]}, "bbox": [147.742, 44.4006, 147.742, 44.4006]}, {"id": "5358", "type": "Feature", "properties": {"id": "us2000aj9e", "mag": 4.1, "time": 1505036045120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8669, 15.7031, 37.36]}, "bbox": [-93.8669, 15.7031, -93.8669, 15.7031]}, {"id": "5359", "type": "Feature", "properties": {"id": "ak16797519", "mag": 3.3, "time": 1505035967489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9107, 62.993, 122.8]}, "bbox": [-150.9107, 62.993, -150.9107, 62.993]}, {"id": "5360", "type": "Feature", "properties": {"id": "ak16797515", "mag": 2.4, "time": 1505035289100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.6897, 53.169, 25.5]}, "bbox": [-166.6897, 53.169, -166.6897, 53.169]}, {"id": "5361", "type": "Feature", "properties": {"id": "ak16827654", "mag": 1.4, "time": 1505034233691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9911, 60.3931, 86.0]}, "bbox": [-151.9911, 60.3931, -151.9911, 60.3931]}, {"id": "5362", "type": "Feature", "properties": {"id": "ak16796945", "mag": 2.3, "time": 1505033682313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0313, 60.3066, 10.2]}, "bbox": [-143.0313, 60.3066, -143.0313, 60.3066]}, {"id": "5363", "type": "Feature", "properties": {"id": "nc72889646", "mag": 1.08, "time": 1505033636850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.801998, 2.52]}, "bbox": [-122.818001, 38.801998, -122.818001, 38.801998]}, {"id": "5364", "type": "Feature", "properties": {"id": "us2000aj8v", "mag": 2.4, "time": 1505033298010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.484, 42.6096, 5.0]}, "bbox": [-111.484, 42.6096, -111.484, 42.6096]}, {"id": "5365", "type": "Feature", "properties": {"id": "us2000amz2", "mag": 2.8, "time": 1505033251180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0563, 54.0093, 14.8]}, "bbox": [-163.0563, 54.0093, -163.0563, 54.0093]}, {"id": "5366", "type": "Feature", "properties": {"id": "ci37759175", "mag": 1.28, "time": 1505033174200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362167, 33.154333, 11.24]}, "bbox": [-116.362167, 33.154333, -116.362167, 33.154333]}, {"id": "5367", "type": "Feature", "properties": {"id": "ak16796924", "mag": 1.8, "time": 1505033149645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7762, 53.453, 28.1]}, "bbox": [-165.7762, 53.453, -165.7762, 53.453]}, {"id": "5368", "type": "Feature", "properties": {"id": "us2000aj8s", "mag": 5.5, "time": 1505033064540, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.8932, 41.7813, 45.0]}, "bbox": [142.8932, 41.7813, 142.8932, 41.7813]}, {"id": "5369", "type": "Feature", "properties": {"id": "us2000aj8i", "mag": 5.2, "time": 1505032778170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5035, 15.7644, 57.6]}, "bbox": [-94.5035, 15.7644, -94.5035, 15.7644]}, {"id": "5370", "type": "Feature", "properties": {"id": "us2000amz1", "mag": 2.8, "time": 1505032715690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8991, 53.5788, 15.9]}, "bbox": [-162.8991, 53.5788, -162.8991, 53.5788]}, {"id": "5371", "type": "Feature", "properties": {"id": "mb80253749", "mag": 1.76, "time": 1505032545100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.889167, 14.06]}, "bbox": [-112.524667, 46.889167, -112.524667, 46.889167]}, {"id": "5372", "type": "Feature", "properties": {"id": "us2000aj87", "mag": 3.8, "time": 1505032481960, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9548, 37.0369, 5.0]}, "bbox": [-104.9548, 37.0369, -104.9548, 37.0369]}, {"id": "5373", "type": "Feature", "properties": {"id": "us2000artm", "mag": 4.4, "time": 1505032427640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.852, -18.159, 601.21]}, "bbox": [-177.852, -18.159, -177.852, -18.159]}, {"id": "5374", "type": "Feature", "properties": {"id": "us2000aj86", "mag": 4.2, "time": 1505032314990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.3039, 38.0722, 10.0]}, "bbox": [22.3039, 38.0722, 22.3039, 38.0722]}, {"id": "5375", "type": "Feature", "properties": {"id": "ci37759159", "mag": 0.97, "time": 1505031839650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1615, 34.0365, 4.44]}, "bbox": [-117.1615, 34.0365, -117.1615, 34.0365]}, {"id": "5376", "type": "Feature", "properties": {"id": "us2000artk", "mag": 3.8, "time": 1505031830730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.788, 53.8251, 10.0]}, "bbox": [170.788, 53.8251, 170.788, 53.8251]}, {"id": "5377", "type": "Feature", "properties": {"id": "us2000amyz", "mag": 2.6, "time": 1505031468470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4988, 51.6871, 9.2]}, "bbox": [-178.4988, 51.6871, -178.4988, 51.6871]}, {"id": "5378", "type": "Feature", "properties": {"id": "us2000arti", "mag": 4.5, "time": 1505031463320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9123, -25.0133, 508.03]}, "bbox": [179.9123, -25.0133, 179.9123, -25.0133]}, {"id": "5379", "type": "Feature", "properties": {"id": "hv61903321", "mag": 1.9, "time": 1505031307020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.376, 19.109, 42.633]}, "bbox": [-155.376, 19.109, -155.376, 19.109]}, {"id": "5380", "type": "Feature", "properties": {"id": "ci37759151", "mag": 2.32, "time": 1505031276490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.528667, 33.143833, 8.22]}, "bbox": [-116.528667, 33.143833, -116.528667, 33.143833]}, {"id": "5381", "type": "Feature", "properties": {"id": "nc72889631", "mag": 1.68, "time": 1505031062020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1025, 35.652333, 4.49]}, "bbox": [-121.1025, 35.652333, -121.1025, 35.652333]}, {"id": "5382", "type": "Feature", "properties": {"id": "ci37759127", "mag": 0.99, "time": 1505030565890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4795, 34.347667, 6.85]}, "bbox": [-118.4795, 34.347667, -118.4795, 34.347667]}, {"id": "5383", "type": "Feature", "properties": {"id": "ak16796357", "mag": 1.6, "time": 1505029768799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6864, 61.2792, 33.7]}, "bbox": [-146.6864, 61.2792, -146.6864, 61.2792]}, {"id": "5384", "type": "Feature", "properties": {"id": "ak16796347", "mag": 2.8, "time": 1505029738842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8811, 62.6834, 89.8]}, "bbox": [-150.8811, 62.6834, -150.8811, 62.6834]}, {"id": "5385", "type": "Feature", "properties": {"id": "ak16796345", "mag": 1.1, "time": 1505029334941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9656, 62.9587, 88.3]}, "bbox": [-149.9656, 62.9587, -149.9656, 62.9587]}, {"id": "5386", "type": "Feature", "properties": {"id": "ak16796343", "mag": 1.4, "time": 1505028430485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3315, 60.2265, 0.0]}, "bbox": [-141.3315, 60.2265, -141.3315, 60.2265]}, {"id": "5387", "type": "Feature", "properties": {"id": "ci37759079", "mag": 1.03, "time": 1505028192380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.508, 4.77]}, "bbox": [-116.793833, 33.508, -116.793833, 33.508]}, {"id": "5388", "type": "Feature", "properties": {"id": "ak16827644", "mag": 2.2, "time": 1505028185237, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9799, 52.0013, 156.3]}, "bbox": [-175.9799, 52.0013, -175.9799, 52.0013]}, {"id": "5389", "type": "Feature", "properties": {"id": "us2000artg", "mag": 4.2, "time": 1505027908500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9129, -24.5931, 503.92]}, "bbox": [179.9129, -24.5931, 179.9129, -24.5931]}, {"id": "5390", "type": "Feature", "properties": {"id": "us2000aj7r", "mag": 4.5, "time": 1505027720310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5866, 15.1076, 24.87]}, "bbox": [-94.5866, 15.1076, -94.5866, 15.1076]}, {"id": "5391", "type": "Feature", "properties": {"id": "us2000aj7m", "mag": 3.3, "time": 1505027636400, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.804, 35.9918, 5.961]}, "bbox": [-96.804, 35.9918, -96.804, 35.9918]}, {"id": "5392", "type": "Feature", "properties": {"id": "us2000aj7l", "mag": 3.0, "time": 1505027344470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4316, 42.5611, 7.33]}, "bbox": [-111.4316, 42.5611, -111.4316, 42.5611]}, {"id": "5393", "type": "Feature", "properties": {"id": "ak16796341", "mag": 1.6, "time": 1505026917606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9481, 51.2072, 22.2]}, "bbox": [-177.9481, 51.2072, -177.9481, 51.2072]}, {"id": "5394", "type": "Feature", "properties": {"id": "ak16796340", "mag": 1.2, "time": 1505026743356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0079, 59.5892, 41.8]}, "bbox": [-151.0079, 59.5892, -151.0079, 59.5892]}, {"id": "5395", "type": "Feature", "properties": {"id": "ak16796338", "mag": 1.3, "time": 1505026513369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0949, 62.0857, 37.5]}, "bbox": [-148.0949, 62.0857, -148.0949, 62.0857]}, {"id": "5396", "type": "Feature", "properties": {"id": "ci37759055", "mag": 1.58, "time": 1505026335940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.501167, 3.42]}, "bbox": [-116.798333, 33.501167, -116.798333, 33.501167]}, {"id": "5397", "type": "Feature", "properties": {"id": "mb80253734", "mag": 1.14, "time": 1505025721140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.170167, 47.328333, 19.23]}, "bbox": [-113.170167, 47.328333, -113.170167, 47.328333]}, {"id": "5398", "type": "Feature", "properties": {"id": "ak16796336", "mag": 1.0, "time": 1505025668896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2865, 62.4037, 46.1]}, "bbox": [-148.2865, 62.4037, -148.2865, 62.4037]}, {"id": "5399", "type": "Feature", "properties": {"id": "ak16796333", "mag": 1.6, "time": 1505025496149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8107, 60.5943, 2.7]}, "bbox": [-147.8107, 60.5943, -147.8107, 60.5943]}, {"id": "5400", "type": "Feature", "properties": {"id": "nc72889606", "mag": 1.8, "time": 1505025336300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.260333, 36.150833, 8.23]}, "bbox": [-120.260333, 36.150833, -120.260333, 36.150833]}, {"id": "5401", "type": "Feature", "properties": {"id": "us2000aj7g", "mag": 4.3, "time": 1505024815920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5354, 15.0816, 39.42]}, "bbox": [-94.5354, 15.0816, -94.5354, 15.0816]}, {"id": "5402", "type": "Feature", "properties": {"id": "ak16827636", "mag": 1.3, "time": 1505024434533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4031, 51.77, 19.4]}, "bbox": [-178.4031, 51.77, -178.4031, 51.77]}, {"id": "5403", "type": "Feature", "properties": {"id": "ak16795777", "mag": 1.4, "time": 1505024355978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0051, 60.2926, 12.0]}, "bbox": [-143.0051, 60.2926, -143.0051, 60.2926]}, {"id": "5404", "type": "Feature", "properties": {"id": "ci37759039", "mag": 1.89, "time": 1505024281500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871, 36.511333, 7.6]}, "bbox": [-117.871, 36.511333, -117.871, 36.511333]}, {"id": "5405", "type": "Feature", "properties": {"id": "nn00604470", "mag": 1.2, "time": 1505024158420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1219, 37.3848, 6.9]}, "bbox": [-117.1219, 37.3848, -117.1219, 37.3848]}, {"id": "5406", "type": "Feature", "properties": {"id": "nc72889576", "mag": 0.98, "time": 1505022995190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.766333, 37.576333, 4.92]}, "bbox": [-118.766333, 37.576333, -118.766333, 37.576333]}, {"id": "5407", "type": "Feature", "properties": {"id": "us2000aj75", "mag": 4.0, "time": 1505022687700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2661, 15.0962, 47.3]}, "bbox": [-94.2661, 15.0962, -94.2661, 15.0962]}, {"id": "5408", "type": "Feature", "properties": {"id": "ak16827633", "mag": 1.4, "time": 1505022608119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9863, 59.5419, 87.3]}, "bbox": [-152.9863, 59.5419, -152.9863, 59.5419]}, {"id": "5409", "type": "Feature", "properties": {"id": "ak16795771", "mag": 1.7, "time": 1505022431855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.916, 63.9]}, "bbox": [-150.7645, 61.916, -150.7645, 61.916]}, {"id": "5410", "type": "Feature", "properties": {"id": "ak16795770", "mag": 1.2, "time": 1505022130505, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6083, 61.2662, 54.7]}, "bbox": [-150.6083, 61.2662, -150.6083, 61.2662]}, {"id": "5411", "type": "Feature", "properties": {"id": "nn00604466", "mag": 1.4, "time": 1505021979344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1529, 37.0254, 0.2]}, "bbox": [-115.1529, 37.0254, -115.1529, 37.0254]}, {"id": "5412", "type": "Feature", "properties": {"id": "ak16795766", "mag": 1.7, "time": 1505021975648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1305, 61.3941, 3.7]}, "bbox": [-140.1305, 61.3941, -140.1305, 61.3941]}, {"id": "5413", "type": "Feature", "properties": {"id": "pr2017253001", "mag": 2.14, "time": 1505021553530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0151, 18.2211, 26.0]}, "bbox": [-67.0151, 18.2211, -67.0151, 18.2211]}, {"id": "5414", "type": "Feature", "properties": {"id": "ci37759015", "mag": 1.41, "time": 1505021428240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1665, 34.037667, 5.07]}, "bbox": [-117.1665, 34.037667, -117.1665, 34.037667]}, {"id": "5415", "type": "Feature", "properties": {"id": "us2000aj6q", "mag": 2.8, "time": 1505020972500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6874, 36.6964, 8.0]}, "bbox": [-97.6874, 36.6964, -97.6874, 36.6964]}, {"id": "5416", "type": "Feature", "properties": {"id": "ci37758999", "mag": 1.58, "time": 1505020355730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168833, 34.037667, 4.71]}, "bbox": [-117.168833, 34.037667, -117.168833, 34.037667]}, {"id": "5417", "type": "Feature", "properties": {"id": "nc72889556", "mag": 1.12, "time": 1505019834580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712167, 38.750333, 2.07]}, "bbox": [-122.712167, 38.750333, -122.712167, 38.750333]}, {"id": "5418", "type": "Feature", "properties": {"id": "uw61306032", "mag": 2.05, "time": 1505019796720, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.874333, 6.38]}, "bbox": [-122.038167, 46.874333, -122.038167, 46.874333]}, {"id": "5419", "type": "Feature", "properties": {"id": "us2000aj6e", "mag": 4.1, "time": 1505019258690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3705, 67.5564, 10.0]}, "bbox": [-173.3705, 67.5564, -173.3705, 67.5564]}, {"id": "5420", "type": "Feature", "properties": {"id": "us2000aj6c", "mag": 4.1, "time": 1505019032690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0925, 15.7467, 34.06]}, "bbox": [-95.0925, 15.7467, -95.0925, 15.7467]}, {"id": "5421", "type": "Feature", "properties": {"id": "us2000ayew", "mag": 4.2, "time": 1505018634430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9037, 15.4311, 74.4]}, "bbox": [-94.9037, 15.4311, -94.9037, 15.4311]}, {"id": "5422", "type": "Feature", "properties": {"id": "ci37758959", "mag": 1.24, "time": 1505018324480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169833, 34.0395, 6.0]}, "bbox": [-117.169833, 34.0395, -117.169833, 34.0395]}, {"id": "5423", "type": "Feature", "properties": {"id": "ak16795206", "mag": 2.1, "time": 1505018157144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4944, 60.3044, 178.8]}, "bbox": [-153.4944, 60.3044, -153.4944, 60.3044]}, {"id": "5424", "type": "Feature", "properties": {"id": "us2000ayer", "mag": 4.0, "time": 1505017700720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8225, 15.3927, 47.72]}, "bbox": [-94.8225, 15.3927, -94.8225, 15.3927]}, {"id": "5425", "type": "Feature", "properties": {"id": "ci37758935", "mag": 1.14, "time": 1505017497720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169, 34.039333, 6.34]}, "bbox": [-117.169, 34.039333, -117.169, 34.039333]}, {"id": "5426", "type": "Feature", "properties": {"id": "ak16795202", "mag": 1.4, "time": 1505017366860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3287, 63.2644, 12.8]}, "bbox": [-151.3287, 63.2644, -151.3287, 63.2644]}, {"id": "5427", "type": "Feature", "properties": {"id": "ci37758927", "mag": 0.97, "time": 1505017113210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.034167, 34.268333, -0.16]}, "bbox": [-117.034167, 34.268333, -117.034167, 34.268333]}, {"id": "5428", "type": "Feature", "properties": {"id": "ak16827627", "mag": 1.4, "time": 1505017084382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.915, 59.1941, 109.4]}, "bbox": [-153.915, 59.1941, -153.915, 59.1941]}, {"id": "5429", "type": "Feature", "properties": {"id": "ci37758911", "mag": 1.67, "time": 1505016996470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.037833, 5.81]}, "bbox": [-117.167, 34.037833, -117.167, 34.037833]}, {"id": "5430", "type": "Feature", "properties": {"id": "ak16795198", "mag": 1.2, "time": 1505016773648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4096, 62.1404, 0.2]}, "bbox": [-150.4096, 62.1404, -150.4096, 62.1404]}, {"id": "5431", "type": "Feature", "properties": {"id": "ak16795193", "mag": 2.2, "time": 1505016672191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3522, 59.8641, 133.9]}, "bbox": [-153.3522, 59.8641, -153.3522, 59.8641]}, {"id": "5432", "type": "Feature", "properties": {"id": "ismpkansas70234903", "mag": 1.63, "time": 1505016085390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.572167, 37.347167, 4.85]}, "bbox": [-97.572167, 37.347167, -97.572167, 37.347167]}, {"id": "5433", "type": "Feature", "properties": {"id": "ak16795191", "mag": 1.2, "time": 1505016021415, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4153, 61.11, 0.0]}, "bbox": [-147.4153, 61.11, -147.4153, 61.11]}, {"id": "5434", "type": "Feature", "properties": {"id": "us2000aj5p", "mag": 4.3, "time": 1505015407020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7252, 38.0198, 68.12]}, "bbox": [141.7252, 38.0198, 141.7252, 38.0198]}, {"id": "5435", "type": "Feature", "properties": {"id": "ak16795189", "mag": 1.3, "time": 1505014815822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7877, 59.5199, 52.1]}, "bbox": [-151.7877, 59.5199, -151.7877, 59.5199]}, {"id": "5436", "type": "Feature", "properties": {"id": "nc72889511", "mag": 1.11, "time": 1505014765900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711998, 38.755501, 2.76]}, "bbox": [-122.711998, 38.755501, -122.711998, 38.755501]}, {"id": "5437", "type": "Feature", "properties": {"id": "us2000aj5f", "mag": 4.1, "time": 1505014246310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7509, 15.2659, 43.51]}, "bbox": [-94.7509, 15.2659, -94.7509, 15.2659]}, {"id": "5438", "type": "Feature", "properties": {"id": "ak16795181", "mag": 2.2, "time": 1505014149113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8561, 61.3045, 25.3]}, "bbox": [-146.8561, 61.3045, -146.8561, 61.3045]}, {"id": "5439", "type": "Feature", "properties": {"id": "ak16795185", "mag": 1.8, "time": 1505014144643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2491, 60.9757, 43.4]}, "bbox": [-147.2491, 60.9757, -147.2491, 60.9757]}, {"id": "5440", "type": "Feature", "properties": {"id": "us2000aj59", "mag": 4.1, "time": 1505013882540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2187, 67.6427, 10.0]}, "bbox": [-173.2187, 67.6427, -173.2187, 67.6427]}, {"id": "5441", "type": "Feature", "properties": {"id": "uw61306007", "mag": 1.81, "time": 1505013085820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600667, 43.836167, 3.82]}, "bbox": [-122.600667, 43.836167, -122.600667, 43.836167]}, {"id": "5442", "type": "Feature", "properties": {"id": "mb80253724", "mag": 1.18, "time": 1505012880400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520333, 46.896167, 10.28]}, "bbox": [-112.520333, 46.896167, -112.520333, 46.896167]}, {"id": "5443", "type": "Feature", "properties": {"id": "us2000aj51", "mag": 5.8, "time": 1505012842340, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5278, 15.3896, 29.0]}, "bbox": [-94.5278, 15.3896, -94.5278, 15.3896]}, {"id": "5444", "type": "Feature", "properties": {"id": "ak16794614", "mag": 1.5, "time": 1505011941254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0253, 66.769, 24.1]}, "bbox": [-146.0253, 66.769, -146.0253, 66.769]}, {"id": "5445", "type": "Feature", "properties": {"id": "ak16794611", "mag": 1.9, "time": 1505011477433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.452, 60.9238, 15.1]}, "bbox": [-147.452, 60.9238, -147.452, 60.9238]}, {"id": "5446", "type": "Feature", "properties": {"id": "ak16794610", "mag": 2.3, "time": 1505010496180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5196, 51.817, 106.7]}, "bbox": [178.5196, 51.817, 178.5196, 51.817]}, {"id": "5447", "type": "Feature", "properties": {"id": "us2000arv6", "mag": 4.0, "time": 1505010360400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9747, 15.1883, 59.97]}, "bbox": [-94.9747, 15.1883, -94.9747, 15.1883]}, {"id": "5448", "type": "Feature", "properties": {"id": "pr2017253000", "mag": 2.65, "time": 1505009947880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1073, 18.2203, 79.0]}, "bbox": [-67.1073, 18.2203, -67.1073, 18.2203]}, {"id": "5449", "type": "Feature", "properties": {"id": "us2000aj4r", "mag": 4.3, "time": 1505009855470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.3515, 14.9239, 35.26]}, "bbox": [-93.3515, 14.9239, -93.3515, 14.9239]}, {"id": "5450", "type": "Feature", "properties": {"id": "us2000aj4q", "mag": 2.4, "time": 1505009730390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.403, 42.6058, 5.0]}, "bbox": [-111.403, 42.6058, -111.403, 42.6058]}, {"id": "5451", "type": "Feature", "properties": {"id": "ak16794604", "mag": 1.5, "time": 1505009566066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5055, 61.4008, 14.7]}, "bbox": [-146.5055, 61.4008, -146.5055, 61.4008]}, {"id": "5452", "type": "Feature", "properties": {"id": "us2000aj4m", "mag": 3.2, "time": 1505008832850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4779, 42.6737, 2.46]}, "bbox": [-111.4779, 42.6737, -111.4779, 42.6737]}, {"id": "5453", "type": "Feature", "properties": {"id": "us2000aye7", "mag": 3.9, "time": 1505008653110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.442, 15.7739, 41.92]}, "bbox": [-94.442, 15.7739, -94.442, 15.7739]}, {"id": "5454", "type": "Feature", "properties": {"id": "us2000aj4i", "mag": 4.2, "time": 1505008285900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3811, 14.9456, 27.79]}, "bbox": [-94.3811, 14.9456, -94.3811, 14.9456]}, {"id": "5455", "type": "Feature", "properties": {"id": "ak16827395", "mag": 1.0, "time": 1505008083507, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7452, 63.1544, 9.3]}, "bbox": [-152.7452, 63.1544, -152.7452, 63.1544]}, {"id": "5456", "type": "Feature", "properties": {"id": "ak16794056", "mag": 1.8, "time": 1505007980655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.9725, 59.1241, 13.0]}, "bbox": [-137.9725, 59.1241, -137.9725, 59.1241]}, {"id": "5457", "type": "Feature", "properties": {"id": "nn00604443", "mag": 1.1, "time": 1505007942083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9112, 38.3937, 7.8]}, "bbox": [-118.9112, 38.3937, -118.9112, 38.3937]}, {"id": "5458", "type": "Feature", "properties": {"id": "ci37758839", "mag": 1.22, "time": 1505007033130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.383167, 33.193, 7.75]}, "bbox": [-116.383167, 33.193, -116.383167, 33.193]}, {"id": "5459", "type": "Feature", "properties": {"id": "ak16827393", "mag": 1.2, "time": 1505006807930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6807, 59.9356, 95.0]}, "bbox": [-152.6807, 59.9356, -152.6807, 59.9356]}, {"id": "5460", "type": "Feature", "properties": {"id": "us2000aj47", "mag": 4.1, "time": 1505005871300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.689, 16.7045, 39.46]}, "bbox": [-94.689, 16.7045, -94.689, 16.7045]}, {"id": "5461", "type": "Feature", "properties": {"id": "us2000aj44", "mag": 4.3, "time": 1505005501920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7157, 15.408, 32.22]}, "bbox": [-94.7157, 15.408, -94.7157, 15.408]}, {"id": "5462", "type": "Feature", "properties": {"id": "us2000aj41", "mag": 4.3, "time": 1505005103690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5751, 15.5308, 63.49]}, "bbox": [-94.5751, 15.5308, -94.5751, 15.5308]}, {"id": "5463", "type": "Feature", "properties": {"id": "us2000aj3z", "mag": 4.4, "time": 1505004749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.3526, 47.21]}, "bbox": [-94.4987, 15.3526, -94.4987, 15.3526]}, {"id": "5464", "type": "Feature", "properties": {"id": "us2000aj3t", "mag": 3.3, "time": 1505004389150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.358, 44.2464, 10.0]}, "bbox": [-129.358, 44.2464, -129.358, 44.2464]}, {"id": "5465", "type": "Feature", "properties": {"id": "ak16793513", "mag": 2.3, "time": 1505004296412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.3005, 58.2485, 10.0]}, "bbox": [-143.3005, 58.2485, -143.3005, 58.2485]}, {"id": "5466", "type": "Feature", "properties": {"id": "ak16793511", "mag": 2.0, "time": 1505004250005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3901, 51.6935, 13.2]}, "bbox": [-178.3901, 51.6935, -178.3901, 51.6935]}, {"id": "5467", "type": "Feature", "properties": {"id": "us2000aj3m", "mag": 3.3, "time": 1505004159420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0417, 44.4745, 10.0]}, "bbox": [-129.0417, 44.4745, -129.0417, 44.4745]}, {"id": "5468", "type": "Feature", "properties": {"id": "ak16827390", "mag": 1.5, "time": 1505004153873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9635, 59.4036, 98.3]}, "bbox": [-152.9635, 59.4036, -152.9635, 59.4036]}, {"id": "5469", "type": "Feature", "properties": {"id": "ak16827388", "mag": 1.4, "time": 1505003603974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4592, 51.7361, 18.3]}, "bbox": [-178.4592, 51.7361, -178.4592, 51.7361]}, {"id": "5470", "type": "Feature", "properties": {"id": "ak16793506", "mag": 1.5, "time": 1505003554878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5578, 62.0025, 41.6]}, "bbox": [-149.5578, 62.0025, -149.5578, 62.0025]}, {"id": "5471", "type": "Feature", "properties": {"id": "mb80253689", "mag": 0.96, "time": 1505003169140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.508667, 46.879833, 9.14]}, "bbox": [-112.508667, 46.879833, -112.508667, 46.879833]}, {"id": "5472", "type": "Feature", "properties": {"id": "us2000aj3k", "mag": 4.7, "time": 1505002421890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.5775, -16.7183, 10.0]}, "bbox": [-172.5775, -16.7183, -172.5775, -16.7183]}, {"id": "5473", "type": "Feature", "properties": {"id": "ak16793503", "mag": 1.2, "time": 1505001653442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0694, 51.6811, 2.6]}, "bbox": [-178.0694, 51.6811, -178.0694, 51.6811]}, {"id": "5474", "type": "Feature", "properties": {"id": "us2000aj3c", "mag": 2.3, "time": 1505001525800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5803, 7.86]}, "bbox": [-111.427, 42.5803, -111.427, 42.5803]}, {"id": "5475", "type": "Feature", "properties": {"id": "hv61903041", "mag": 1.97, "time": 1505000788390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.501, 19.948333, 38.213]}, "bbox": [-155.501, 19.948333, -155.501, 19.948333]}, {"id": "5476", "type": "Feature", "properties": {"id": "ak16793502", "mag": 2.1, "time": 1505000595653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5442, 56.1065, 5.5]}, "bbox": [-159.5442, 56.1065, -159.5442, 56.1065]}, {"id": "5477", "type": "Feature", "properties": {"id": "us2000aj36", "mag": 3.3, "time": 1505000090270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0754, 44.3952, 10.0]}, "bbox": [-129.0754, 44.3952, -129.0754, 44.3952]}, {"id": "5478", "type": "Feature", "properties": {"id": "nc72889416", "mag": 1.43, "time": 1505000045060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.709167, 38.768333, 1.44]}, "bbox": [-122.709167, 38.768333, -122.709167, 38.768333]}, {"id": "5479", "type": "Feature", "properties": {"id": "nc72889411", "mag": 1.18, "time": 1504999845050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.424167, 38.768, 7.71]}, "bbox": [-122.424167, 38.768, -122.424167, 38.768]}, {"id": "5480", "type": "Feature", "properties": {"id": "ak16793501", "mag": 1.0, "time": 1504999793486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0175, 59.5958, 36.9]}, "bbox": [-151.0175, 59.5958, -151.0175, 59.5958]}, {"id": "5481", "type": "Feature", "properties": {"id": "ak16793499", "mag": 1.5, "time": 1504999218478, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9885, 60.7112, 87.3]}, "bbox": [-151.9885, 60.7112, -151.9885, 60.7112]}, {"id": "5482", "type": "Feature", "properties": {"id": "ak16823567", "mag": 1.5, "time": 1504999019129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3619, 57.7499, 9.3]}, "bbox": [-136.3619, 57.7499, -136.3619, 57.7499]}, {"id": "5483", "type": "Feature", "properties": {"id": "hv61903026", "mag": 1.83, "time": 1504999009760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28717, 19.4025, 1.54]}, "bbox": [-155.28717, 19.4025, -155.28717, 19.4025]}, {"id": "5484", "type": "Feature", "properties": {"id": "ak16793495", "mag": 1.5, "time": 1504998539010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1873, 63.1024, 94.1]}, "bbox": [-150.1873, 63.1024, -150.1873, 63.1024]}, {"id": "5485", "type": "Feature", "properties": {"id": "ak16793492", "mag": 1.9, "time": 1504998198191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4513, 66.9866, 0.9]}, "bbox": [-157.4513, 66.9866, -157.4513, 66.9866]}, {"id": "5486", "type": "Feature", "properties": {"id": "ak16793490", "mag": 1.1, "time": 1504998084010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3555, 64.9906, 0.0]}, "bbox": [-147.3555, 64.9906, -147.3555, 64.9906]}, {"id": "5487", "type": "Feature", "properties": {"id": "us2000am0g", "mag": 2.9, "time": 1504997864050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5776, 54.9813, 70.97]}, "bbox": [-161.5776, 54.9813, -161.5776, 54.9813]}, {"id": "5488", "type": "Feature", "properties": {"id": "us2000am0f", "mag": 3.0, "time": 1504997382330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4861, 55.435, 25.1]}, "bbox": [-158.4861, 55.435, -158.4861, 55.435]}, {"id": "5489", "type": "Feature", "properties": {"id": "us2000aj2w", "mag": 2.6, "time": 1504996101810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.6646, 8.07]}, "bbox": [-111.4595, 42.6646, -111.4595, 42.6646]}, {"id": "5490", "type": "Feature", "properties": {"id": "ak16823560", "mag": 1.1, "time": 1504995586471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5516, 60.1674, 10.1]}, "bbox": [-139.5516, 60.1674, -139.5516, 60.1674]}, {"id": "5491", "type": "Feature", "properties": {"id": "us2000aj2g", "mag": 2.6, "time": 1504995580700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.3253, 36.95, 2.161]}, "bbox": [-99.3253, 36.95, -99.3253, 36.95]}, {"id": "5492", "type": "Feature", "properties": {"id": "nc72889401", "mag": 1.53, "time": 1504995533070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.883167, 39.862333, 5.12]}, "bbox": [-122.883167, 39.862333, -122.883167, 39.862333]}, {"id": "5493", "type": "Feature", "properties": {"id": "us2000aj2p", "mag": 4.3, "time": 1504995471290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.6167, -36.1497, 25.35]}, "bbox": [-73.6167, -36.1497, -73.6167, -36.1497]}, {"id": "5494", "type": "Feature", "properties": {"id": "ci37758743", "mag": 0.97, "time": 1504995032090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 35.897667, 6.49]}, "bbox": [-116.927167, 35.897667, -116.927167, 35.897667]}, {"id": "5495", "type": "Feature", "properties": {"id": "ak16792945", "mag": 1.9, "time": 1504994934423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6439, 60.0021, 159.1]}, "bbox": [-153.6439, 60.0021, -153.6439, 60.0021]}, {"id": "5496", "type": "Feature", "properties": {"id": "nc72889396", "mag": 1.01, "time": 1504994309360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.744499, 38.774666, 1.39]}, "bbox": [-122.744499, 38.774666, -122.744499, 38.774666]}, {"id": "5497", "type": "Feature", "properties": {"id": "mb80253659", "mag": 1.35, "time": 1504994237270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.767667, 45.618, 0.67]}, "bbox": [-111.767667, 45.618, -111.767667, 45.618]}, {"id": "5498", "type": "Feature", "properties": {"id": "nc72889391", "mag": 1.15, "time": 1504994059680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4355, 39.501833, 12.05]}, "bbox": [-121.4355, 39.501833, -121.4355, 39.501833]}, {"id": "5499", "type": "Feature", "properties": {"id": "us2000ayd8", "mag": 4.0, "time": 1504993547880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0655, 15.7772, 34.99]}, "bbox": [-95.0655, 15.7772, -95.0655, 15.7772]}, {"id": "5500", "type": "Feature", "properties": {"id": "uu60240502", "mag": 1.28, "time": 1504993388650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.014167, 44.781833, 8.11]}, "bbox": [-111.014167, 44.781833, -111.014167, 44.781833]}, {"id": "5501", "type": "Feature", "properties": {"id": "nc72889381", "mag": 1.37, "time": 1504992621690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.732833, 38.768167, 0.83]}, "bbox": [-122.732833, 38.768167, -122.732833, 38.768167]}, {"id": "5502", "type": "Feature", "properties": {"id": "nc72889376", "mag": 1.64, "time": 1504992347010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.879, 39.861333, 5.75]}, "bbox": [-122.879, 39.861333, -122.879, 39.861333]}, {"id": "5503", "type": "Feature", "properties": {"id": "nc72889366", "mag": 0.99, "time": 1504990736460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712667, 38.913333, 2.6]}, "bbox": [-122.712667, 38.913333, -122.712667, 38.913333]}, {"id": "5504", "type": "Feature", "properties": {"id": "us2000aj18", "mag": 4.9, "time": 1504990247280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6127, -27.7277, 147.22]}, "bbox": [-177.6127, -27.7277, -177.6127, -27.7277]}, {"id": "5505", "type": "Feature", "properties": {"id": "us2000aksk", "mag": 2.8, "time": 1504990158400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8073, 35.9883, 6.228]}, "bbox": [-96.8073, 35.9883, -96.8073, 35.9883]}, {"id": "5506", "type": "Feature", "properties": {"id": "us2000aj13", "mag": 3.1, "time": 1504990070700, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8015, 35.9914, 5.85]}, "bbox": [-96.8015, 35.9914, -96.8015, 35.9914]}, {"id": "5507", "type": "Feature", "properties": {"id": "us2000arta", "mag": 4.2, "time": 1504989955640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0828, 15.537, 19.56]}, "bbox": [-95.0828, 15.537, -95.0828, 15.537]}, {"id": "5508", "type": "Feature", "properties": {"id": "ak16792284", "mag": 1.6, "time": 1504989907169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0546, 60.3983, 79.6]}, "bbox": [-152.0546, 60.3983, -152.0546, 60.3983]}, {"id": "5509", "type": "Feature", "properties": {"id": "nc72889356", "mag": 0.96, "time": 1504989514010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201333, 37.802667, 8.55]}, "bbox": [-122.201333, 37.802667, -122.201333, 37.802667]}, {"id": "5510", "type": "Feature", "properties": {"id": "ak16823554", "mag": 1.4, "time": 1504989475242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8158, 59.9912, 96.3]}, "bbox": [-152.8158, 59.9912, -152.8158, 59.9912]}, {"id": "5511", "type": "Feature", "properties": {"id": "us2000aj0w", "mag": 2.8, "time": 1504989429400, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5041, 36.2908, 8.103]}, "bbox": [-97.5041, 36.2908, -97.5041, 36.2908]}, {"id": "5512", "type": "Feature", "properties": {"id": "hv61902851", "mag": 1.98, "time": 1504989368750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279159, 19.391001, 0.54]}, "bbox": [-155.279159, 19.391001, -155.279159, 19.391001]}, {"id": "5513", "type": "Feature", "properties": {"id": "us2000art9", "mag": 4.4, "time": 1504989282650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5518, 15.0779, 35.94]}, "bbox": [-94.5518, 15.0779, -94.5518, 15.0779]}, {"id": "5514", "type": "Feature", "properties": {"id": "us2000aj0x", "mag": 4.2, "time": 1504989178220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8925, 15.5513, 33.85]}, "bbox": [-94.8925, 15.5513, -94.8925, 15.5513]}, {"id": "5515", "type": "Feature", "properties": {"id": "us2000aj1p", "mag": 2.3, "time": 1504988963860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4077, 55.6085, 30.8]}, "bbox": [-158.4077, 55.6085, -158.4077, 55.6085]}, {"id": "5516", "type": "Feature", "properties": {"id": "ak16823552", "mag": 1.2, "time": 1504988912939, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7854, 60.1774, 76.8]}, "bbox": [-151.7854, 60.1774, -151.7854, 60.1774]}, {"id": "5517", "type": "Feature", "properties": {"id": "us2000aj0r", "mag": 4.8, "time": 1504988774940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8055, 15.4862, 41.24]}, "bbox": [-94.8055, 15.4862, -94.8055, 15.4862]}, {"id": "5518", "type": "Feature", "properties": {"id": "ak16823551", "mag": 1.5, "time": 1504988703567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6984, 60.153, 94.6]}, "bbox": [-152.6984, 60.153, -152.6984, 60.153]}, {"id": "5519", "type": "Feature", "properties": {"id": "hv61902831", "mag": 2.68, "time": 1504988541740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.446, 20.027167, 8.137]}, "bbox": [-155.446, 20.027167, -155.446, 20.027167]}, {"id": "5520", "type": "Feature", "properties": {"id": "uu60240472", "mag": 1.31, "time": 1504988346800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.206, 39.282333, -3.32]}, "bbox": [-111.206, 39.282333, -111.206, 39.282333]}, {"id": "5521", "type": "Feature", "properties": {"id": "hv61902821", "mag": 2.08, "time": 1504988052380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.281998, 19.411833, 2.05]}, "bbox": [-155.281998, 19.411833, -155.281998, 19.411833]}, {"id": "5522", "type": "Feature", "properties": {"id": "ak16791747", "mag": 1.2, "time": 1504986900345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4114, 60.0877, 56.0]}, "bbox": [-150.4114, 60.0877, -150.4114, 60.0877]}, {"id": "5523", "type": "Feature", "properties": {"id": "nc72889346", "mag": 1.15, "time": 1504985576640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723667, 38.753833, 1.93]}, "bbox": [-122.723667, 38.753833, -122.723667, 38.753833]}, {"id": "5524", "type": "Feature", "properties": {"id": "us2000aizy", "mag": 4.4, "time": 1504984967070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1285, 55.2452, 28.63]}, "bbox": [-157.1285, 55.2452, -157.1285, 55.2452]}, {"id": "5525", "type": "Feature", "properties": {"id": "ak16823547", "mag": 2.3, "time": 1504984573262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2291, 50.8322, 17.6]}, "bbox": [-174.2291, 50.8322, -174.2291, 50.8322]}, {"id": "5526", "type": "Feature", "properties": {"id": "us2000aizr", "mag": 2.3, "time": 1504983888120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4504, 42.6494, 10.91]}, "bbox": [-111.4504, 42.6494, -111.4504, 42.6494]}, {"id": "5527", "type": "Feature", "properties": {"id": "nn00604425", "mag": 1.1, "time": 1504983732096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8284, 38.06, 3.2]}, "bbox": [-118.8284, 38.06, -118.8284, 38.06]}, {"id": "5528", "type": "Feature", "properties": {"id": "ak16791198", "mag": 1.7, "time": 1504983607869, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5288, 51.7278, 12.4]}, "bbox": [-178.5288, 51.7278, -178.5288, 51.7278]}, {"id": "5529", "type": "Feature", "properties": {"id": "nc72889341", "mag": 1.77, "time": 1504983196540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.881, 38.833667, 2.0]}, "bbox": [-122.881, 38.833667, -122.881, 38.833667]}, {"id": "5530", "type": "Feature", "properties": {"id": "uu60240427", "mag": 2.17, "time": 1504983086160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417167, 42.555833, 8.52]}, "bbox": [-111.417167, 42.555833, -111.417167, 42.555833]}, {"id": "5531", "type": "Feature", "properties": {"id": "us2000aizg", "mag": 4.4, "time": 1504983043410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4218, 15.787, 57.77]}, "bbox": [-94.4218, 15.787, -94.4218, 15.787]}, {"id": "5532", "type": "Feature", "properties": {"id": "hv61902716", "mag": 1.45, "time": 1504983007260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.274333, 18.915833, 7.212]}, "bbox": [-155.274333, 18.915833, -155.274333, 18.915833]}, {"id": "5533", "type": "Feature", "properties": {"id": "ak16823545", "mag": 1.7, "time": 1504982688397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1975, 53.2518, 21.4]}, "bbox": [-166.1975, 53.2518, -166.1975, 53.2518]}, {"id": "5534", "type": "Feature", "properties": {"id": "nn00604404", "mag": 2.1, "time": 1504981848383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9058, 38.3558, 8.8]}, "bbox": [-118.9058, 38.3558, -118.9058, 38.3558]}, {"id": "5535", "type": "Feature", "properties": {"id": "nc72889331", "mag": 1.22, "time": 1504981774440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.480833, 38.843833, 10.34]}, "bbox": [-122.480833, 38.843833, -122.480833, 38.843833]}, {"id": "5536", "type": "Feature", "properties": {"id": "us2000aiz4", "mag": 4.4, "time": 1504981610170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [155.7383, 49.4785, 59.88]}, "bbox": [155.7383, 49.4785, 155.7383, 49.4785]}, {"id": "5537", "type": "Feature", "properties": {"id": "ak16791190", "mag": 2.4, "time": 1504980782997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.857, 67.7643, 14.4]}, "bbox": [-152.857, 67.7643, -152.857, 67.7643]}, {"id": "5538", "type": "Feature", "properties": {"id": "ak16823543", "mag": 1.8, "time": 1504980266831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4071, 51.6082, 9.4]}, "bbox": [-178.4071, 51.6082, -178.4071, 51.6082]}, {"id": "5539", "type": "Feature", "properties": {"id": "ci37758695", "mag": 1.06, "time": 1504980028730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.307667, 34.0925, 16.16]}, "bbox": [-117.307667, 34.0925, -117.307667, 34.0925]}, {"id": "5540", "type": "Feature", "properties": {"id": "ak16791189", "mag": 1.3, "time": 1504980002277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.043, 60.3576, 52.2]}, "bbox": [-151.043, 60.3576, -151.043, 60.3576]}, {"id": "5541", "type": "Feature", "properties": {"id": "us2000aiyg", "mag": 4.4, "time": 1504979697800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.459, 15.3004, 36.6]}, "bbox": [-94.459, 15.3004, -94.459, 15.3004]}, {"id": "5542", "type": "Feature", "properties": {"id": "ak16823541", "mag": 1.5, "time": 1504978178608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8616, 58.3062, 104.2]}, "bbox": [-154.8616, 58.3062, -154.8616, 58.3062]}, {"id": "5543", "type": "Feature", "properties": {"id": "us2000aycf", "mag": 4.2, "time": 1504977766490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1719, 15.1363, 19.92]}, "bbox": [-94.1719, 15.1363, -94.1719, 15.1363]}, {"id": "5544", "type": "Feature", "properties": {"id": "nc72889311", "mag": 1.86, "time": 1504977631430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.621667, 39.523333, 4.94]}, "bbox": [-120.621667, 39.523333, -120.621667, 39.523333]}, {"id": "5545", "type": "Feature", "properties": {"id": "us2000am0a", "mag": 2.9, "time": 1504977007380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3606, 51.5729, 20.05]}, "bbox": [-178.3606, 51.5729, -178.3606, 51.5729]}, {"id": "5546", "type": "Feature", "properties": {"id": "uw61305857", "mag": 1.96, "time": 1504976913320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5835, 49.325, -0.06]}, "bbox": [-120.5835, 49.325, -120.5835, 49.325]}, {"id": "5547", "type": "Feature", "properties": {"id": "nn00604394", "mag": 1.0, "time": 1504976713972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9184, 39.4189, 9.4]}, "bbox": [-119.9184, 39.4189, -119.9184, 39.4189]}, {"id": "5548", "type": "Feature", "properties": {"id": "nn00604419", "mag": 1.0, "time": 1504976501919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9128, 38.3555, 7.9]}, "bbox": [-118.9128, 38.3555, -118.9128, 38.3555]}, {"id": "5549", "type": "Feature", "properties": {"id": "ak16823539", "mag": 1.7, "time": 1504975843554, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3563, 51.6531, 13.1]}, "bbox": [-178.3563, 51.6531, -178.3563, 51.6531]}, {"id": "5550", "type": "Feature", "properties": {"id": "uu60240367", "mag": 1.09, "time": 1504975707090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.071, 44.717, 8.3]}, "bbox": [-111.071, 44.717, -111.071, 44.717]}, {"id": "5551", "type": "Feature", "properties": {"id": "ak16790653", "mag": 3.1, "time": 1504974617088, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3417, 51.6239, 10.4]}, "bbox": [-178.3417, 51.6239, -178.3417, 51.6239]}, {"id": "5552", "type": "Feature", "properties": {"id": "ak16790654", "mag": 1.9, "time": 1504974537489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3148, 51.695, 47.7]}, "bbox": [-175.3148, 51.695, -175.3148, 51.695]}, {"id": "5553", "type": "Feature", "properties": {"id": "us2000aix7", "mag": 4.4, "time": 1504974070040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1553, 15.4199, 68.05]}, "bbox": [-94.1553, 15.4199, -94.1553, 15.4199]}, {"id": "5554", "type": "Feature", "properties": {"id": "us2000aix4", "mag": 2.7, "time": 1504973305730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.5514, 9.99]}, "bbox": [-111.4403, 42.5514, -111.4403, 42.5514]}, {"id": "5555", "type": "Feature", "properties": {"id": "ci37758639", "mag": 1.49, "time": 1504972882060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274333, 33.977333, 4.89]}, "bbox": [-116.274333, 33.977333, -116.274333, 33.977333]}, {"id": "5556", "type": "Feature", "properties": {"id": "ak16823535", "mag": 1.4, "time": 1504972779074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6619, 59.5746, 73.5]}, "bbox": [-152.6619, 59.5746, -152.6619, 59.5746]}, {"id": "5557", "type": "Feature", "properties": {"id": "ak16790651", "mag": 1.4, "time": 1504972583759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0742, 62.1419, 37.4]}, "bbox": [-148.0742, 62.1419, -148.0742, 62.1419]}, {"id": "5558", "type": "Feature", "properties": {"id": "hv61902621", "mag": 1.3, "time": 1504971779440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.013167, 19.393333, 2.338]}, "bbox": [-155.013167, 19.393333, -155.013167, 19.393333]}, {"id": "5559", "type": "Feature", "properties": {"id": "ci37758631", "mag": 1.6, "time": 1504971677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.497167, 32.741, 8.5]}, "bbox": [-115.497167, 32.741, -115.497167, 32.741]}, {"id": "5560", "type": "Feature", "properties": {"id": "ak16790130", "mag": 2.4, "time": 1504971409637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4283, 51.6859, 9.0]}, "bbox": [-178.4283, 51.6859, -178.4283, 51.6859]}, {"id": "5561", "type": "Feature", "properties": {"id": "us2000aiwm", "mag": 5.3, "time": 1504971008260, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8484, 15.8296, 39.05]}, "bbox": [-94.8484, 15.8296, -94.8484, 15.8296]}, {"id": "5562", "type": "Feature", "properties": {"id": "nc72889281", "mag": 1.07, "time": 1504970982380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944833, 37.598167, 1.8]}, "bbox": [-118.944833, 37.598167, -118.944833, 37.598167]}, {"id": "5563", "type": "Feature", "properties": {"id": "us2000aiwh", "mag": 4.8, "time": 1504970946650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5822, 15.0866, 46.84]}, "bbox": [-94.5822, 15.0866, -94.5822, 15.0866]}, {"id": "5564", "type": "Feature", "properties": {"id": "us2000aiwe", "mag": 4.6, "time": 1504970869530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9636, 15.3251, 65.27]}, "bbox": [-93.9636, 15.3251, -93.9636, 15.3251]}, {"id": "5565", "type": "Feature", "properties": {"id": "nc72889276", "mag": 1.09, "time": 1504970812160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.855667, 37.658833, 2.53]}, "bbox": [-118.855667, 37.658833, -118.855667, 37.658833]}, {"id": "5566", "type": "Feature", "properties": {"id": "ak16790123", "mag": 2.1, "time": 1504970292620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.13, 51.4897, 41.3]}, "bbox": [-177.13, 51.4897, -177.13, 51.4897]}, {"id": "5567", "type": "Feature", "properties": {"id": "ak16790120", "mag": 1.2, "time": 1504968778296, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3618, 61.0444, 0.0]}, "bbox": [-148.3618, 61.0444, -148.3618, 61.0444]}, {"id": "5568", "type": "Feature", "properties": {"id": "us2000aiw3", "mag": 4.1, "time": 1504968358930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.193, 15.2562, 35.0]}, "bbox": [-94.193, 15.2562, -94.193, 15.2562]}, {"id": "5569", "type": "Feature", "properties": {"id": "ak16789598", "mag": 2.5, "time": 1504968226307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7868, 63.1355, 123.4]}, "bbox": [-150.7868, 63.1355, -150.7868, 63.1355]}, {"id": "5570", "type": "Feature", "properties": {"id": "ak16789594", "mag": 1.9, "time": 1504968045372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7112, 60.6453, 16.4]}, "bbox": [-141.7112, 60.6453, -141.7112, 60.6453]}, {"id": "5571", "type": "Feature", "properties": {"id": "ci37758615", "mag": 1.41, "time": 1504967951280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275, 33.978333, 4.74]}, "bbox": [-116.275, 33.978333, -116.275, 33.978333]}, {"id": "5572", "type": "Feature", "properties": {"id": "ak16823526", "mag": 1.9, "time": 1504967456812, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4388, 54.8237, 32.0]}, "bbox": [-160.4388, 54.8237, -160.4388, 54.8237]}, {"id": "5573", "type": "Feature", "properties": {"id": "us2000aivy", "mag": 4.2, "time": 1504967440700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1556, 16.3217, 115.13]}, "bbox": [-94.1556, 16.3217, -94.1556, 16.3217]}, {"id": "5574", "type": "Feature", "properties": {"id": "ak16823525", "mag": 1.4, "time": 1504967368293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6252, 59.9753, 101.9]}, "bbox": [-152.6252, 59.9753, -152.6252, 59.9753]}, {"id": "5575", "type": "Feature", "properties": {"id": "ak16823524", "mag": 1.7, "time": 1504966965980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7649, 56.8018, 3.4]}, "bbox": [-154.7649, 56.8018, -154.7649, 56.8018]}, {"id": "5576", "type": "Feature", "properties": {"id": "ak16823523", "mag": 1.6, "time": 1504966219015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4826, 51.2597, 23.7]}, "bbox": [-177.4826, 51.2597, -177.4826, 51.2597]}, {"id": "5577", "type": "Feature", "properties": {"id": "nc72889256", "mag": 1.03, "time": 1504966067680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012333, 37.593667, 0.37]}, "bbox": [-119.012333, 37.593667, -119.012333, 37.593667]}, {"id": "5578", "type": "Feature", "properties": {"id": "nn00604381", "mag": 2.3, "time": 1504966020076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3553, 40.6574, 6.9]}, "bbox": [-119.3553, 40.6574, -119.3553, 40.6574]}, {"id": "5579", "type": "Feature", "properties": {"id": "ci37758607", "mag": 1.15, "time": 1504965758050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.386667, 33.320333, 5.46]}, "bbox": [-116.386667, 33.320333, -116.386667, 33.320333]}, {"id": "5580", "type": "Feature", "properties": {"id": "us2000aivs", "mag": 2.6, "time": 1504965349760, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.5704, 9.32]}, "bbox": [-111.431, 42.5704, -111.431, 42.5704]}, {"id": "5581", "type": "Feature", "properties": {"id": "mb80253559", "mag": 1.01, "time": 1504964725150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.785167, 43.612, -3.47]}, "bbox": [-110.785167, 43.612, -110.785167, 43.612]}, {"id": "5582", "type": "Feature", "properties": {"id": "ak16823520", "mag": 2.0, "time": 1504964361277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4265, 54.015, 30.3]}, "bbox": [-164.4265, 54.015, -164.4265, 54.015]}, {"id": "5583", "type": "Feature", "properties": {"id": "ak16823518", "mag": 1.4, "time": 1504963874108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.762, 82.8]}, "bbox": [-152.0471, 60.762, -152.0471, 60.762]}, {"id": "5584", "type": "Feature", "properties": {"id": "ak16789076", "mag": 1.7, "time": 1504963420635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7554, 59.5701, 80.5]}, "bbox": [-152.7554, 59.5701, -152.7554, 59.5701]}, {"id": "5585", "type": "Feature", "properties": {"id": "us2000aivg", "mag": 4.8, "time": 1504963319300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.118, 15.2555, 36.22]}, "bbox": [-94.118, 15.2555, -94.118, 15.2555]}, {"id": "5586", "type": "Feature", "properties": {"id": "us2000aiva", "mag": 4.7, "time": 1504963129400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9764, 15.3921, 63.93]}, "bbox": [-93.9764, 15.3921, -93.9764, 15.3921]}, {"id": "5587", "type": "Feature", "properties": {"id": "ak16823516", "mag": 1.1, "time": 1504962479847, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8765, 58.9325, 12.9]}, "bbox": [-155.8765, 58.9325, -155.8765, 58.9325]}, {"id": "5588", "type": "Feature", "properties": {"id": "ismpkansas70234863", "mag": 1.66, "time": 1504961953310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8555, 37.210833, 3.69]}, "bbox": [-97.8555, 37.210833, -97.8555, 37.210833]}, {"id": "5589", "type": "Feature", "properties": {"id": "us2000aiuu", "mag": 4.3, "time": 1504961286800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1507, 15.2159, 54.84]}, "bbox": [-94.1507, 15.2159, -94.1507, 15.2159]}, {"id": "5590", "type": "Feature", "properties": {"id": "nc72889151", "mag": 1.59, "time": 1504961182210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2615, 36.143, 9.79]}, "bbox": [-120.2615, 36.143, -120.2615, 36.143]}, {"id": "5591", "type": "Feature", "properties": {"id": "ak16823515", "mag": 1.3, "time": 1504960711273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5542, 59.755, 14.4]}, "bbox": [-136.5542, 59.755, -136.5542, 59.755]}, {"id": "5592", "type": "Feature", "properties": {"id": "us2000aiud", "mag": 4.5, "time": 1504959908650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2891, 15.5969, 67.38]}, "bbox": [-94.2891, 15.5969, -94.2891, 15.5969]}, {"id": "5593", "type": "Feature", "properties": {"id": "ak16823514", "mag": 2.3, "time": 1504959541727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2315, 55.4677, 18.9]}, "bbox": [-158.2315, 55.4677, -158.2315, 55.4677]}, {"id": "5594", "type": "Feature", "properties": {"id": "us2000aiu3", "mag": 3.5, "time": 1504959495530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3875, 42.5392, 5.0]}, "bbox": [-111.3875, 42.5392, -111.3875, 42.5392]}, {"id": "5595", "type": "Feature", "properties": {"id": "us2000aiu8", "mag": 4.9, "time": 1504959466540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4075, 16.1573, 92.03]}, "bbox": [-94.4075, 16.1573, -94.4075, 16.1573]}, {"id": "5596", "type": "Feature", "properties": {"id": "ak16788555", "mag": 1.8, "time": 1504958775607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5009, 59.7863, 1.7]}, "bbox": [-136.5009, 59.7863, -136.5009, 59.7863]}, {"id": "5597", "type": "Feature", "properties": {"id": "ak16823512", "mag": 1.2, "time": 1504958710011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.013, 77.0]}, "bbox": [-151.6279, 61.013, -151.6279, 61.013]}, {"id": "5598", "type": "Feature", "properties": {"id": "us2000aitr", "mag": 5.2, "time": 1504958620590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.1721, -22.4546, 222.22]}, "bbox": [-66.1721, -22.4546, -66.1721, -22.4546]}, {"id": "5599", "type": "Feature", "properties": {"id": "ci37758559", "mag": 2.17, "time": 1504958517340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871333, 36.511, 7.46]}, "bbox": [-117.871333, 36.511, -117.871333, 36.511]}, {"id": "5600", "type": "Feature", "properties": {"id": "nc72889136", "mag": 1.89, "time": 1504958245210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943333, 37.597, 2.4]}, "bbox": [-118.943333, 37.597, -118.943333, 37.597]}, {"id": "5601", "type": "Feature", "properties": {"id": "ak16788550", "mag": 1.2, "time": 1504957995087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 61.7723, 59.6]}, "bbox": [-150.7877, 61.7723, -150.7877, 61.7723]}, {"id": "5602", "type": "Feature", "properties": {"id": "us2000aita", "mag": 3.9, "time": 1504957968370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4749, 42.5793, 8.0]}, "bbox": [-111.4749, 42.5793, -111.4749, 42.5793]}, {"id": "5603", "type": "Feature", "properties": {"id": "us2000aitc", "mag": 4.9, "time": 1504957853960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4489, 15.7338, 63.09]}, "bbox": [-94.4489, 15.7338, -94.4489, 15.7338]}, {"id": "5604", "type": "Feature", "properties": {"id": "nc72889131", "mag": 1.42, "time": 1504957844330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.604833, 3.8]}, "bbox": [-118.822667, 37.604833, -118.822667, 37.604833]}, {"id": "5605", "type": "Feature", "properties": {"id": "us2000ait9", "mag": 3.1, "time": 1504957715430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.5732, 7.4]}, "bbox": [-111.4515, 42.5732, -111.4515, 42.5732]}, {"id": "5606", "type": "Feature", "properties": {"id": "us2000ait3", "mag": 3.0, "time": 1504956895100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7026, 36.641, 8.008]}, "bbox": [-97.7026, 36.641, -97.7026, 36.641]}, {"id": "5607", "type": "Feature", "properties": {"id": "us2000am03", "mag": 2.5, "time": 1504956200380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0448, 53.9738, 19.7]}, "bbox": [-163.0448, 53.9738, -163.0448, 53.9738]}, {"id": "5608", "type": "Feature", "properties": {"id": "us2000ait2", "mag": 4.0, "time": 1504956162220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.601, 15.854, 69.04]}, "bbox": [-94.601, 15.854, -94.601, 15.854]}, {"id": "5609", "type": "Feature", "properties": {"id": "us2000aisv", "mag": 2.4, "time": 1504955702120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4242, 42.579, 6.95]}, "bbox": [-111.4242, 42.579, -111.4242, 42.579]}, {"id": "5610", "type": "Feature", "properties": {"id": "us2000aisz", "mag": 4.5, "time": 1504955498600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.8292, 3.6504, 59.54]}, "bbox": [126.8292, 3.6504, 126.8292, 3.6504]}, {"id": "5611", "type": "Feature", "properties": {"id": "nc72889126", "mag": 1.04, "time": 1504955440550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.5415, 4.76]}, "bbox": [-118.832333, 37.5415, -118.832333, 37.5415]}, {"id": "5612", "type": "Feature", "properties": {"id": "ak16788046", "mag": 2.3, "time": 1504954557233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3602, 51.5792, 17.2]}, "bbox": [-178.3602, 51.5792, -178.3602, 51.5792]}, {"id": "5613", "type": "Feature", "properties": {"id": "us2000aisn", "mag": 4.2, "time": 1504953867200, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2262, -15.3425, 224.81]}, "bbox": [-70.2262, -15.3425, -70.2262, -15.3425]}, {"id": "5614", "type": "Feature", "properties": {"id": "uu60240042", "mag": 1.27, "time": 1504953324130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.006167, 44.792, 10.46]}, "bbox": [-111.006167, 44.792, -111.006167, 44.792]}, {"id": "5615", "type": "Feature", "properties": {"id": "pr2017252001", "mag": 2.09, "time": 1504953205290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2761, 18.0591, 19.0]}, "bbox": [-67.2761, 18.0591, -67.2761, 18.0591]}, {"id": "5616", "type": "Feature", "properties": {"id": "ci37758511", "mag": 1.45, "time": 1504952800930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.903, 6.17]}, "bbox": [-116.930333, 35.903, -116.930333, 35.903]}, {"id": "5617", "type": "Feature", "properties": {"id": "us2000ayba", "mag": 4.1, "time": 1504952366970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5053, 15.7495, 68.22]}, "bbox": [-94.5053, 15.7495, -94.5053, 15.7495]}, {"id": "5618", "type": "Feature", "properties": {"id": "mb80253459", "mag": 1.52, "time": 1504952233330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447, 46.021167, 0.93]}, "bbox": [-111.447, 46.021167, -111.447, 46.021167]}, {"id": "5619", "type": "Feature", "properties": {"id": "nc72889121", "mag": 1.03, "time": 1504952209100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.871, 37.554833, 4.73]}, "bbox": [-118.871, 37.554833, -118.871, 37.554833]}, {"id": "5620", "type": "Feature", "properties": {"id": "ci37758487", "mag": 1.12, "time": 1504952052150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.988, 36.408833, 5.76]}, "bbox": [-116.988, 36.408833, -116.988, 36.408833]}, {"id": "5621", "type": "Feature", "properties": {"id": "us2000ais8", "mag": 4.3, "time": 1504951965100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.9766, 44.5128, 265.04]}, "bbox": [140.9766, 44.5128, 140.9766, 44.5128]}, {"id": "5622", "type": "Feature", "properties": {"id": "nn00604410", "mag": 1.1, "time": 1504951735991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3876, 37.2486, 0.0]}, "bbox": [-115.3876, 37.2486, -115.3876, 37.2486]}, {"id": "5623", "type": "Feature", "properties": {"id": "ci37758471", "mag": 1.08, "time": 1504951652550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931667, 34.0345, 15.2]}, "bbox": [-116.931667, 34.0345, -116.931667, 34.0345]}, {"id": "5624", "type": "Feature", "properties": {"id": "ak16787530", "mag": 1.1, "time": 1504951610158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7897, 67.3419, 11.3]}, "bbox": [-149.7897, 67.3419, -149.7897, 67.3419]}, {"id": "5625", "type": "Feature", "properties": {"id": "us2000ais3", "mag": 5.4, "time": 1504951518370, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [133.9356, -4.9459, 10.0]}, "bbox": [133.9356, -4.9459, 133.9356, -4.9459]}, {"id": "5626", "type": "Feature", "properties": {"id": "us2000airu", "mag": 4.6, "time": 1504951047220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0237, -24.161, 169.64]}, "bbox": [-67.0237, -24.161, -67.0237, -24.161]}, {"id": "5627", "type": "Feature", "properties": {"id": "ak16787527", "mag": 1.5, "time": 1504950964134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1724, 62.5675, 9.9]}, "bbox": [-152.1724, 62.5675, -152.1724, 62.5675]}, {"id": "5628", "type": "Feature", "properties": {"id": "ak16787525", "mag": 1.4, "time": 1504950309819, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6065, 60.0265, 7.6]}, "bbox": [-140.6065, 60.0265, -140.6065, 60.0265]}, {"id": "5629", "type": "Feature", "properties": {"id": "us2000am01", "mag": 3.8, "time": 1504950233710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0371, 53.9395, 13.0]}, "bbox": [-163.0371, 53.9395, -163.0371, 53.9395]}, {"id": "5630", "type": "Feature", "properties": {"id": "nc72889106", "mag": 1.8, "time": 1504950063660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.642667, 38.4305, 9.02]}, "bbox": [-122.642667, 38.4305, -122.642667, 38.4305]}, {"id": "5631", "type": "Feature", "properties": {"id": "us2000ayb4", "mag": 3.9, "time": 1504949950000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1532, 14.9116, 21.58]}, "bbox": [-95.1532, 14.9116, -95.1532, 14.9116]}, {"id": "5632", "type": "Feature", "properties": {"id": "nc72889101", "mag": 1.84, "time": 1504949895770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.008833, 39.729667, 5.67]}, "bbox": [-120.008833, 39.729667, -120.008833, 39.729667]}, {"id": "5633", "type": "Feature", "properties": {"id": "ak16823500", "mag": 1.6, "time": 1504949837453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.187, 59.0211, 72.2]}, "bbox": [-153.187, 59.0211, -153.187, 59.0211]}, {"id": "5634", "type": "Feature", "properties": {"id": "ak16823499", "mag": 1.5, "time": 1504949724642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0279, 61.4535, 96.1]}, "bbox": [-152.0279, 61.4535, -152.0279, 61.4535]}, {"id": "5635", "type": "Feature", "properties": {"id": "us2000arsy", "mag": 4.1, "time": 1504949643990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.3876, -19.5742, 213.81]}, "bbox": [169.3876, -19.5742, 169.3876, -19.5742]}, {"id": "5636", "type": "Feature", "properties": {"id": "ak16787519", "mag": 1.4, "time": 1504949316312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0341, 61.6767, 50.7]}, "bbox": [-150.0341, 61.6767, -150.0341, 61.6767]}, {"id": "5637", "type": "Feature", "properties": {"id": "ak16823497", "mag": 2.2, "time": 1504949226805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3563, 55.6967, 21.9]}, "bbox": [-157.3563, 55.6967, -157.3563, 55.6967]}, {"id": "5638", "type": "Feature", "properties": {"id": "us2000airg", "mag": 2.3, "time": 1504948998980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6157, 5.99]}, "bbox": [-111.4451, 42.6157, -111.4451, 42.6157]}, {"id": "5639", "type": "Feature", "properties": {"id": "nc72889066", "mag": 0.98, "time": 1504947621670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.982833, 37.917667, 10.7]}, "bbox": [-121.982833, 37.917667, -121.982833, 37.917667]}, {"id": "5640", "type": "Feature", "properties": {"id": "ak16823496", "mag": 2.0, "time": 1504947486008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2987, 51.7726, 13.0]}, "bbox": [-173.2987, 51.7726, -173.2987, 51.7726]}, {"id": "5641", "type": "Feature", "properties": {"id": "ak16787403", "mag": 2.6, "time": 1504947413205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5944, 59.4202, 75.5]}, "bbox": [-152.5944, 59.4202, -152.5944, 59.4202]}, {"id": "5642", "type": "Feature", "properties": {"id": "us2000aiqx", "mag": 4.1, "time": 1504946674160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5388, 15.3559, 54.35]}, "bbox": [-94.5388, 15.3559, -94.5388, 15.3559]}, {"id": "5643", "type": "Feature", "properties": {"id": "ci37758415", "mag": 1.03, "time": 1504946346090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.892667, 32.718333, 8.72]}, "bbox": [-115.892667, 32.718333, -115.892667, 32.718333]}, {"id": "5644", "type": "Feature", "properties": {"id": "us2000avsk", "mag": 2.8, "time": 1504946098400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4224, 42.5665, 6.74]}, "bbox": [-111.4224, 42.5665, -111.4224, 42.5665]}, {"id": "5645", "type": "Feature", "properties": {"id": "us2000aiqt", "mag": 2.6, "time": 1504946086710, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.5806, 6.0]}, "bbox": [-111.4255, 42.5806, -111.4255, 42.5806]}, {"id": "5646", "type": "Feature", "properties": {"id": "us2000avsj", "mag": 2.7, "time": 1504945947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4298, 42.5744, 7.17]}, "bbox": [-111.4298, 42.5744, -111.4298, 42.5744]}, {"id": "5647", "type": "Feature", "properties": {"id": "us2000ampk", "mag": 3.3, "time": 1504945822720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6108, 6.88]}, "bbox": [-111.4585, 42.6108, -111.4585, 42.6108]}, {"id": "5648", "type": "Feature", "properties": {"id": "us2000al9w", "mag": 3.6, "time": 1504945687860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5592, 9.39]}, "bbox": [-111.4277, 42.5592, -111.4277, 42.5592]}, {"id": "5649", "type": "Feature", "properties": {"id": "us2000aiur", "mag": 4.0, "time": 1504945641000, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5631, 8.48]}, "bbox": [-111.4155, 42.5631, -111.4155, 42.5631]}, {"id": "5650", "type": "Feature", "properties": {"id": "ak16823493", "mag": 1.8, "time": 1504945521703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5064, 51.8445, 13.1]}, "bbox": [-178.5064, 51.8445, -178.5064, 51.8445]}, {"id": "5651", "type": "Feature", "properties": {"id": "ci37758407", "mag": 1.19, "time": 1504945503520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.470167, 34.3615, 1.96]}, "bbox": [-116.470167, 34.3615, -116.470167, 34.3615]}, {"id": "5652", "type": "Feature", "properties": {"id": "us2000akd5", "mag": 3.3, "time": 1504945430400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5799, 5.91]}, "bbox": [-111.4221, 42.5799, -111.4221, 42.5799]}, {"id": "5653", "type": "Feature", "properties": {"id": "us2000art2", "mag": 4.5, "time": 1504945418710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.5761, 18.7533, 262.64]}, "bbox": [145.5761, 18.7533, 145.5761, 18.7533]}, {"id": "5654", "type": "Feature", "properties": {"id": "us2000aiq7", "mag": 4.1, "time": 1504945384770, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4167, 42.5619, 7.19]}, "bbox": [-111.4167, 42.5619, -111.4167, 42.5619]}, {"id": "5655", "type": "Feature", "properties": {"id": "us2000aiql", "mag": 4.5, "time": 1504945169540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.0828, -6.9776, 133.54]}, "bbox": [130.0828, -6.9776, 130.0828, -6.9776]}, {"id": "5656", "type": "Feature", "properties": {"id": "us2000aiq2", "mag": 3.3, "time": 1504944298530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5842, 7.06]}, "bbox": [-111.427, 42.5842, -111.427, 42.5842]}, {"id": "5657", "type": "Feature", "properties": {"id": "us2000aipz", "mag": 4.8, "time": 1504944096330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0129, 15.2713, 53.97]}, "bbox": [-94.0129, 15.2713, -94.0129, 15.2713]}, {"id": "5658", "type": "Feature", "properties": {"id": "us2000arsw", "mag": 4.7, "time": 1504943699570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.2724, -59.2757, 10.0]}, "bbox": [-25.2724, -59.2757, -25.2724, -59.2757]}, {"id": "5659", "type": "Feature", "properties": {"id": "hv61902241", "mag": 1.62, "time": 1504943455500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2485, 19.386833, 31.012]}, "bbox": [-155.2485, 19.386833, -155.2485, 19.386833]}, {"id": "5660", "type": "Feature", "properties": {"id": "us2000aj4h", "mag": 2.6, "time": 1504943362330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4304, 42.5789, 7.2]}, "bbox": [-111.4304, 42.5789, -111.4304, 42.5789]}, {"id": "5661", "type": "Feature", "properties": {"id": "us2000aipn", "mag": 4.2, "time": 1504943316560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.9524, 38.8091, 10.0]}, "bbox": [74.9524, 38.8091, 74.9524, 38.8091]}, {"id": "5662", "type": "Feature", "properties": {"id": "us2000aipm", "mag": 2.3, "time": 1504943304230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4353, 42.5792, 9.03]}, "bbox": [-111.4353, 42.5792, -111.4353, 42.5792]}, {"id": "5663", "type": "Feature", "properties": {"id": "us2000aipl", "mag": 2.8, "time": 1504942989430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5726, 8.45]}, "bbox": [-111.4364, 42.5726, -111.4364, 42.5726]}, {"id": "5664", "type": "Feature", "properties": {"id": "us2000art3", "mag": 4.7, "time": 1504942625890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.7566, 13.8193, 16.98]}, "bbox": [146.7566, 13.8193, 146.7566, 13.8193]}, {"id": "5665", "type": "Feature", "properties": {"id": "ak16823489", "mag": 2.2, "time": 1504941981540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6119, 68.4897, 9.7]}, "bbox": [-146.6119, 68.4897, -146.6119, 68.4897]}, {"id": "5666", "type": "Feature", "properties": {"id": "ak16786898", "mag": 2.3, "time": 1504941973751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6435, 68.4109, 0.0]}, "bbox": [-146.6435, 68.4109, -146.6435, 68.4109]}, {"id": "5667", "type": "Feature", "properties": {"id": "us2000aipa", "mag": 4.1, "time": 1504940445840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7031, 15.6436, 38.39]}, "bbox": [-94.7031, 15.6436, -94.7031, 15.6436]}, {"id": "5668", "type": "Feature", "properties": {"id": "ak16786512", "mag": 1.4, "time": 1504940146158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6116, 61.8175, 55.8]}, "bbox": [-150.6116, 61.8175, -150.6116, 61.8175]}, {"id": "5669", "type": "Feature", "properties": {"id": "ci37758383", "mag": 1.42, "time": 1504940130810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.027333, 34.440333, 12.46]}, "bbox": [-119.027333, 34.440333, -119.027333, 34.440333]}, {"id": "5670", "type": "Feature", "properties": {"id": "uw61305607", "mag": 1.15, "time": 1504939688980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4665, 48.458667, 29.09]}, "bbox": [-123.4665, 48.458667, -123.4665, 48.458667]}, {"id": "5671", "type": "Feature", "properties": {"id": "nn00604353", "mag": 1.1, "time": 1504939522222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9216, 38.3812, 6.9]}, "bbox": [-118.9216, 38.3812, -118.9216, 38.3812]}, {"id": "5672", "type": "Feature", "properties": {"id": "us2000ayad", "mag": 4.2, "time": 1504939027620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4368, 15.1947, 59.18]}, "bbox": [-94.4368, 15.1947, -94.4368, 15.1947]}, {"id": "5673", "type": "Feature", "properties": {"id": "ak16823487", "mag": 1.3, "time": 1504938992964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2717, 59.963, 19.9]}, "bbox": [-148.2717, 59.963, -148.2717, 59.963]}, {"id": "5674", "type": "Feature", "properties": {"id": "ak16786506", "mag": 2.6, "time": 1504938975370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5829, 68.5268, 13.9]}, "bbox": [-146.5829, 68.5268, -146.5829, 68.5268]}, {"id": "5675", "type": "Feature", "properties": {"id": "ci37758359", "mag": 1.28, "time": 1504938780620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4375, 32.7105, 7.58]}, "bbox": [-115.4375, 32.7105, -115.4375, 32.7105]}, {"id": "5676", "type": "Feature", "properties": {"id": "us2000ayac", "mag": 4.2, "time": 1504938734260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6092, 15.0415, 60.74]}, "bbox": [-94.6092, 15.0415, -94.6092, 15.0415]}, {"id": "5677", "type": "Feature", "properties": {"id": "us2000aip9", "mag": 4.8, "time": 1504938495700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9169, 15.1747, 62.25]}, "bbox": [-93.9169, 15.1747, -93.9169, 15.1747]}, {"id": "5678", "type": "Feature", "properties": {"id": "us2000aing", "mag": 5.0, "time": 1504938263510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7579, 15.8771, 50.37]}, "bbox": [-94.7579, 15.8771, -94.7579, 15.8771]}, {"id": "5679", "type": "Feature", "properties": {"id": "nc72889046", "mag": 1.74, "time": 1504938239010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.951833, 36.388167, 3.8]}, "bbox": [-120.951833, 36.388167, -120.951833, 36.388167]}, {"id": "5680", "type": "Feature", "properties": {"id": "ci37758351", "mag": 1.69, "time": 1504938189230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.433333, 32.708, 11.7]}, "bbox": [-115.433333, 32.708, -115.433333, 32.708]}, {"id": "5681", "type": "Feature", "properties": {"id": "ci37758343", "mag": 2.17, "time": 1504938036110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.650333, 32.557, 11.77]}, "bbox": [-115.650333, 32.557, -115.650333, 32.557]}, {"id": "5682", "type": "Feature", "properties": {"id": "us2000arsu", "mag": 4.2, "time": 1504937955720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.536, 15.7206, 33.37]}, "bbox": [-94.536, 15.7206, -94.536, 15.7206]}, {"id": "5683", "type": "Feature", "properties": {"id": "us2000aya9", "mag": 4.1, "time": 1504937750680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.6186, 49.66]}, "bbox": [-94.4987, 15.6186, -94.4987, 15.6186]}, {"id": "5684", "type": "Feature", "properties": {"id": "us2000ain2", "mag": 4.5, "time": 1504937531380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.4532, 53.46]}, "bbox": [-94.2803, 15.4532, -94.2803, 15.4532]}, {"id": "5685", "type": "Feature", "properties": {"id": "mb80253349", "mag": 1.16, "time": 1504937527100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.891167, 14.63]}, "bbox": [-112.5255, 46.891167, -112.5255, 46.891167]}, {"id": "5686", "type": "Feature", "properties": {"id": "us2000aimz", "mag": 4.9, "time": 1504936574470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7043, -59.8211, 10.0]}, "bbox": [-25.7043, -59.8211, -25.7043, -59.8211]}, {"id": "5687", "type": "Feature", "properties": {"id": "us2000aya4", "mag": 4.1, "time": 1504936122970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4429, 15.8428, 39.5]}, "bbox": [-94.4429, 15.8428, -94.4429, 15.8428]}, {"id": "5688", "type": "Feature", "properties": {"id": "ak16823484", "mag": 1.2, "time": 1504936114606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7939, 63.1602, 125.5]}, "bbox": [-150.7939, 63.1602, -150.7939, 63.1602]}, {"id": "5689", "type": "Feature", "properties": {"id": "ak16786077", "mag": 1.2, "time": 1504935774238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9696, 65.5175, 9.8]}, "bbox": [-149.9696, 65.5175, -149.9696, 65.5175]}, {"id": "5690", "type": "Feature", "properties": {"id": "nn00604400", "mag": 1.2, "time": 1504935386919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5673, 40.9452, 13.7]}, "bbox": [-116.5673, 40.9452, -116.5673, 40.9452]}, {"id": "5691", "type": "Feature", "properties": {"id": "us2000alzw", "mag": 3.4, "time": 1504935359040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4837, 52.2353, 39.0]}, "bbox": [-170.4837, 52.2353, -170.4837, 52.2353]}, {"id": "5692", "type": "Feature", "properties": {"id": "ak16786013", "mag": 1.4, "time": 1504934755508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2112, 59.8068, 77.5]}, "bbox": [-152.2112, 59.8068, -152.2112, 59.8068]}, {"id": "5693", "type": "Feature", "properties": {"id": "us2000aimb", "mag": 4.7, "time": 1504934538770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7033, 15.6728, 51.46]}, "bbox": [-94.7033, 15.6728, -94.7033, 15.6728]}, {"id": "5694", "type": "Feature", "properties": {"id": "us2000arum", "mag": 4.3, "time": 1504934315700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6748, 15.2159, 35.55]}, "bbox": [-94.6748, 15.2159, -94.6748, 15.2159]}, {"id": "5695", "type": "Feature", "properties": {"id": "us2000aim7", "mag": 4.0, "time": 1504934242180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7794, 15.3776, 67.05]}, "bbox": [-93.7794, 15.3776, -93.7794, 15.3776]}, {"id": "5696", "type": "Feature", "properties": {"id": "us2000aim0", "mag": 4.3, "time": 1504933783810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0338, 15.1325, 37.84]}, "bbox": [-94.0338, 15.1325, -94.0338, 15.1325]}, {"id": "5697", "type": "Feature", "properties": {"id": "us2000ay9t", "mag": 4.3, "time": 1504933351910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8516, 15.6769, 64.29]}, "bbox": [-94.8516, 15.6769, -94.8516, 15.6769]}, {"id": "5698", "type": "Feature", "properties": {"id": "ak16785716", "mag": 1.3, "time": 1504933227428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6303, 68.5196, 9.9]}, "bbox": [-146.6303, 68.5196, -146.6303, 68.5196]}, {"id": "5699", "type": "Feature", "properties": {"id": "ak16823479", "mag": 1.4, "time": 1504933167331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3862, 58.1118, 65.6]}, "bbox": [-153.3862, 58.1118, -153.3862, 58.1118]}, {"id": "5700", "type": "Feature", "properties": {"id": "ak16823478", "mag": 1.9, "time": 1504932908497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2638, 51.342, 32.1]}, "bbox": [-178.2638, 51.342, -178.2638, 51.342]}, {"id": "5701", "type": "Feature", "properties": {"id": "us2000ailq", "mag": 5.5, "time": 1504932892100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0613, 15.0808, 29.0]}, "bbox": [-94.0613, 15.0808, -94.0613, 15.0808]}, {"id": "5702", "type": "Feature", "properties": {"id": "us2000ailp", "mag": 4.5, "time": 1504932819610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.1423, -8.6068, 144.45]}, "bbox": [119.1423, -8.6068, 119.1423, -8.6068]}, {"id": "5703", "type": "Feature", "properties": {"id": "ak16785656", "mag": 1.7, "time": 1504932712383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.238, 65.7544, 14.1]}, "bbox": [-155.238, 65.7544, -155.238, 65.7544]}, {"id": "5704", "type": "Feature", "properties": {"id": "nc72889011", "mag": 1.03, "time": 1504932679700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.051167, 36.471667, 6.53]}, "bbox": [-121.051167, 36.471667, -121.051167, 36.471667]}, {"id": "5705", "type": "Feature", "properties": {"id": "us2000ailm", "mag": 2.9, "time": 1504932636140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9441, 58.6028, 4.9]}, "bbox": [-136.9441, 58.6028, -136.9441, 58.6028]}, {"id": "5706", "type": "Feature", "properties": {"id": "us2000ay9s", "mag": 4.1, "time": 1504932576140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6151, 15.175, 41.76]}, "bbox": [-94.6151, 15.175, -94.6151, 15.175]}, {"id": "5707", "type": "Feature", "properties": {"id": "us2000ailg", "mag": 2.7, "time": 1504932451000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5107, 36.2919, 8.117]}, "bbox": [-97.5107, 36.2919, -97.5107, 36.2919]}, {"id": "5708", "type": "Feature", "properties": {"id": "mb80253329", "mag": 1.19, "time": 1504932343290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.862667, 11.76]}, "bbox": [-112.527833, 46.862667, -112.527833, 46.862667]}, {"id": "5709", "type": "Feature", "properties": {"id": "ci37758279", "mag": 1.67, "time": 1504932048030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.507167, 33.653, 1.9]}, "bbox": [-118.507167, 33.653, -118.507167, 33.653]}, {"id": "5710", "type": "Feature", "properties": {"id": "ak16823475", "mag": 1.1, "time": 1504931942522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2765, 60.0722, 83.8]}, "bbox": [-152.2765, 60.0722, -152.2765, 60.0722]}, {"id": "5711", "type": "Feature", "properties": {"id": "us2000aila", "mag": 4.2, "time": 1504931645090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4593, 15.3365, 41.87]}, "bbox": [-94.4593, 15.3365, -94.4593, 15.3365]}, {"id": "5712", "type": "Feature", "properties": {"id": "ci37758271", "mag": 1.52, "time": 1504931420370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8695, 34.238, 8.73]}, "bbox": [-116.8695, 34.238, -116.8695, 34.238]}, {"id": "5713", "type": "Feature", "properties": {"id": "ak16785521", "mag": 1.4, "time": 1504931241910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.646, 68.5258, 6.2]}, "bbox": [-146.646, 68.5258, -146.646, 68.5258]}, {"id": "5714", "type": "Feature", "properties": {"id": "ak16785582", "mag": 1.0, "time": 1504931175076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1393, 61.7136, 2.3]}, "bbox": [-154.1393, 61.7136, -154.1393, 61.7136]}, {"id": "5715", "type": "Feature", "properties": {"id": "us2000ail5", "mag": 4.7, "time": 1504930943390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4341, 15.1257, 27.87]}, "bbox": [-94.4341, 15.1257, -94.4341, 15.1257]}, {"id": "5716", "type": "Feature", "properties": {"id": "ak16785423", "mag": 1.8, "time": 1504930589594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6499, 68.5284, 16.7]}, "bbox": [-146.6499, 68.5284, -146.6499, 68.5284]}, {"id": "5717", "type": "Feature", "properties": {"id": "ak16785419", "mag": 2.0, "time": 1504930533977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1907, 61.6985, 2.3]}, "bbox": [-154.1907, 61.6985, -154.1907, 61.6985]}, {"id": "5718", "type": "Feature", "properties": {"id": "nm60179177", "mag": 3.06, "time": 1504930529110, "felt": 135.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.913, 38.425, 11.76]}, "bbox": [-87.913, 38.425, -87.913, 38.425]}, {"id": "5719", "type": "Feature", "properties": {"id": "mb80253319", "mag": 1.63, "time": 1504930497770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.491667, 46.891833, 11.66]}, "bbox": [-112.491667, 46.891833, -112.491667, 46.891833]}, {"id": "5720", "type": "Feature", "properties": {"id": "us2000ay9p", "mag": 4.1, "time": 1504930486630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9352, 15.3169, 41.53]}, "bbox": [-94.9352, 15.3169, -94.9352, 15.3169]}, {"id": "5721", "type": "Feature", "properties": {"id": "us2000ay9n", "mag": 3.7, "time": 1504930165360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5559, 15.8989, 56.13]}, "bbox": [-94.5559, 15.8989, -94.5559, 15.8989]}, {"id": "5722", "type": "Feature", "properties": {"id": "ak16785231", "mag": 2.5, "time": 1504929910494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6125, 68.5273, 8.3]}, "bbox": [-146.6125, 68.5273, -146.6125, 68.5273]}, {"id": "5723", "type": "Feature", "properties": {"id": "ak16785228", "mag": 2.4, "time": 1504929817958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6164, 68.5069, 15.1]}, "bbox": [-146.6164, 68.5069, -146.6164, 68.5069]}, {"id": "5724", "type": "Feature", "properties": {"id": "us2000ail9", "mag": 4.2, "time": 1504929739110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2125, 15.079, 10.0]}, "bbox": [-94.2125, 15.079, -94.2125, 15.079]}, {"id": "5725", "type": "Feature", "properties": {"id": "us2000alzs", "mag": 2.7, "time": 1504929498060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2368, 51.9836, 19.57]}, "bbox": [-169.2368, 51.9836, -169.2368, 51.9836]}, {"id": "5726", "type": "Feature", "properties": {"id": "ak16823467", "mag": 1.5, "time": 1504929296944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2744, 61.3017, 122.1]}, "bbox": [-152.2744, 61.3017, -152.2744, 61.3017]}, {"id": "5727", "type": "Feature", "properties": {"id": "us2000ay9h", "mag": 3.8, "time": 1504928398040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0181, 16.0961, 38.88]}, "bbox": [-95.0181, 16.0961, -95.0181, 16.0961]}, {"id": "5728", "type": "Feature", "properties": {"id": "pr2017252000", "mag": 3.08, "time": 1504928197450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.4461, 18.7428, 10.0]}, "bbox": [-67.4461, 18.7428, -67.4461, 18.7428]}, {"id": "5729", "type": "Feature", "properties": {"id": "us2000ay9g", "mag": 4.1, "time": 1504927088180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4711, 15.1531, 65.5]}, "bbox": [-94.4711, 15.1531, -94.4711, 15.1531]}, {"id": "5730", "type": "Feature", "properties": {"id": "ak16784944", "mag": 1.8, "time": 1504927005991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3303, 60.1916, 78.0]}, "bbox": [-152.3303, 60.1916, -152.3303, 60.1916]}, {"id": "5731", "type": "Feature", "properties": {"id": "ak16784941", "mag": 2.3, "time": 1504926969938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6189, 68.5221, 13.6]}, "bbox": [-146.6189, 68.5221, -146.6189, 68.5221]}, {"id": "5732", "type": "Feature", "properties": {"id": "ak16784938", "mag": 2.1, "time": 1504926585070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6431, 68.5555, 3.3]}, "bbox": [-146.6431, 68.5555, -146.6431, 68.5555]}, {"id": "5733", "type": "Feature", "properties": {"id": "us2000aijy", "mag": 4.9, "time": 1504926495850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3472, 15.9092, 62.55]}, "bbox": [-94.3472, 15.9092, -94.3472, 15.9092]}, {"id": "5734", "type": "Feature", "properties": {"id": "us2000ay9f", "mag": 4.0, "time": 1504926311940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.338, 15.4947, 53.82]}, "bbox": [-94.338, 15.4947, -94.338, 15.4947]}, {"id": "5735", "type": "Feature", "properties": {"id": "ak16784757", "mag": 1.4, "time": 1504926151958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5619, 63.1355, 67.4]}, "bbox": [-148.5619, 63.1355, -148.5619, 63.1355]}, {"id": "5736", "type": "Feature", "properties": {"id": "us2000ay9d", "mag": 4.0, "time": 1504926060810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.644, 15.4622, 58.54]}, "bbox": [-94.644, 15.4622, -94.644, 15.4622]}, {"id": "5737", "type": "Feature", "properties": {"id": "us2000ay9b", "mag": 4.0, "time": 1504925827780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0747, 15.195, 43.36]}, "bbox": [-94.0747, 15.195, -94.0747, 15.195]}, {"id": "5738", "type": "Feature", "properties": {"id": "us2000aj03", "mag": 2.7, "time": 1504925336910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.2524, 54.0919, 10.0]}, "bbox": [-163.2524, 54.0919, -163.2524, 54.0919]}, {"id": "5739", "type": "Feature", "properties": {"id": "us2000aijm", "mag": 4.5, "time": 1504925090110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2748, -24.2322, 205.92]}, "bbox": [-67.2748, -24.2322, -67.2748, -24.2322]}, {"id": "5740", "type": "Feature", "properties": {"id": "us2000aijl", "mag": 5.1, "time": 1504925024150, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7923, 15.6429, 57.68]}, "bbox": [-94.7923, 15.6429, -94.7923, 15.6429]}, {"id": "5741", "type": "Feature", "properties": {"id": "ak16784618", "mag": 2.6, "time": 1504924922956, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6215, 68.5087, 13.6]}, "bbox": [-146.6215, 68.5087, -146.6215, 68.5087]}, {"id": "5742", "type": "Feature", "properties": {"id": "us2000aij6", "mag": 4.9, "time": 1504924325880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.0759, 19.62]}, "bbox": [-94.2803, 15.0759, -94.2803, 15.0759]}, {"id": "5743", "type": "Feature", "properties": {"id": "ak16823460", "mag": 1.6, "time": 1504924009517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6908, 68.536, 4.0]}, "bbox": [-146.6908, 68.536, -146.6908, 68.536]}, {"id": "5744", "type": "Feature", "properties": {"id": "ak16823459", "mag": 1.6, "time": 1504923856019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 59.9206, 119.8]}, "bbox": [-153.1588, 59.9206, -153.1588, 59.9206]}, {"id": "5745", "type": "Feature", "properties": {"id": "ci37758231", "mag": 1.09, "time": 1504923480190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.197667, 33.036667, 6.54]}, "bbox": [-116.197667, 33.036667, -116.197667, 33.036667]}, {"id": "5746", "type": "Feature", "properties": {"id": "ak16823458", "mag": 1.2, "time": 1504923376066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8869, 60.0725, 77.8]}, "bbox": [-151.8869, 60.0725, -151.8869, 60.0725]}, {"id": "5747", "type": "Feature", "properties": {"id": "ak16784466", "mag": 1.3, "time": 1504922976851, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9394, 63.4575, 10.2]}, "bbox": [-148.9394, 63.4575, -148.9394, 63.4575]}, {"id": "5748", "type": "Feature", "properties": {"id": "ci37758223", "mag": 1.64, "time": 1504922815610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.095167, 35.773167, 10.47]}, "bbox": [-118.095167, 35.773167, -118.095167, 35.773167]}, {"id": "5749", "type": "Feature", "properties": {"id": "uw61305517", "mag": 1.22, "time": 1504922472730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.234, 46.341167, 11.49]}, "bbox": [-122.234, 46.341167, -122.234, 46.341167]}, {"id": "5750", "type": "Feature", "properties": {"id": "ci37758207", "mag": 0.96, "time": 1504922375210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.896833, 5.72]}, "bbox": [-116.930333, 35.896833, -116.930333, 35.896833]}, {"id": "5751", "type": "Feature", "properties": {"id": "ak16823455", "mag": 1.1, "time": 1504921668573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5605, 58.7828, 14.7]}, "bbox": [-153.5605, 58.7828, -153.5605, 58.7828]}, {"id": "5752", "type": "Feature", "properties": {"id": "ak16784171", "mag": 1.5, "time": 1504921324109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7065, 68.5298, 8.6]}, "bbox": [-146.7065, 68.5298, -146.7065, 68.5298]}, {"id": "5753", "type": "Feature", "properties": {"id": "us2000ay97", "mag": 4.2, "time": 1504921245860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8933, 15.7086, 79.65]}, "bbox": [-93.8933, 15.7086, -93.8933, 15.7086]}, {"id": "5754", "type": "Feature", "properties": {"id": "us2000ay95", "mag": 4.0, "time": 1504920659630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5492, 15.7942, 35.56]}, "bbox": [-94.5492, 15.7942, -94.5492, 15.7942]}, {"id": "5755", "type": "Feature", "properties": {"id": "ak16784114", "mag": 1.2, "time": 1504920524598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8278, 67.3421, 14.8]}, "bbox": [-149.8278, 67.3421, -149.8278, 67.3421]}, {"id": "5756", "type": "Feature", "properties": {"id": "ak16823452", "mag": 1.3, "time": 1504919998366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.593, 58.7481, 11.2]}, "bbox": [-153.593, 58.7481, -153.593, 58.7481]}, {"id": "5757", "type": "Feature", "properties": {"id": "us2000arv3", "mag": 4.3, "time": 1504919742200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4369, 7.7941, 13.81]}, "bbox": [-82.4369, 7.7941, -82.4369, 7.7941]}, {"id": "5758", "type": "Feature", "properties": {"id": "us2000aiic", "mag": 4.1, "time": 1504919644420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.098, 15.37, 28.41]}, "bbox": [-94.098, 15.37, -94.098, 15.37]}, {"id": "5759", "type": "Feature", "properties": {"id": "nc72888926", "mag": 1.51, "time": 1504919499600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797167, 38.8195, 2.74]}, "bbox": [-122.797167, 38.8195, -122.797167, 38.8195]}, {"id": "5760", "type": "Feature", "properties": {"id": "hv61901901", "mag": 2.49, "time": 1504919482270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.300507, 19.404333, 13.76]}, "bbox": [-155.300507, 19.404333, -155.300507, 19.404333]}, {"id": "5761", "type": "Feature", "properties": {"id": "us2000ay91", "mag": 4.1, "time": 1504919175710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5371, 15.6773, 67.69]}, "bbox": [-93.5371, 15.6773, -93.5371, 15.6773]}, {"id": "5762", "type": "Feature", "properties": {"id": "us2000ay90", "mag": 3.9, "time": 1504918842770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4561, 15.2969, 47.01]}, "bbox": [-94.4561, 15.2969, -94.4561, 15.2969]}, {"id": "5763", "type": "Feature", "properties": {"id": "nc72888921", "mag": 1.43, "time": 1504918334270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.63, 40.262167, 3.32]}, "bbox": [-121.63, 40.262167, -121.63, 40.262167]}, {"id": "5764", "type": "Feature", "properties": {"id": "us2000aiht", "mag": 4.4, "time": 1504918076900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5874, 15.6439, 12.93]}, "bbox": [-94.5874, 15.6439, -94.5874, 15.6439]}, {"id": "5765", "type": "Feature", "properties": {"id": "ak16783729", "mag": 1.5, "time": 1504917773363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7901, 64.8033, 13.5]}, "bbox": [-147.7901, 64.8033, -147.7901, 64.8033]}, {"id": "5766", "type": "Feature", "properties": {"id": "ak16823450", "mag": 1.8, "time": 1504917198075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1288, 53.4202, 28.2]}, "bbox": [-165.1288, 53.4202, -165.1288, 53.4202]}, {"id": "5767", "type": "Feature", "properties": {"id": "uu60239577", "mag": 1.64, "time": 1504917186550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438333, 42.574167, 3.5]}, "bbox": [-111.438333, 42.574167, -111.438333, 42.574167]}, {"id": "5768", "type": "Feature", "properties": {"id": "ak16823449", "mag": 1.6, "time": 1504917085381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.671, 59.1673, 61.6]}, "bbox": [-151.671, 59.1673, -151.671, 59.1673]}, {"id": "5769", "type": "Feature", "properties": {"id": "us2000aihy", "mag": 4.1, "time": 1504916600330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3911, 16.0661, 39.18]}, "bbox": [-94.3911, 16.0661, -94.3911, 16.0661]}, {"id": "5770", "type": "Feature", "properties": {"id": "us2000aih9", "mag": 2.8, "time": 1504916318430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4281, 42.5718, 5.53]}, "bbox": [-111.4281, 42.5718, -111.4281, 42.5718]}, {"id": "5771", "type": "Feature", "properties": {"id": "us2000aih8", "mag": 2.5, "time": 1504916278870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4338, 42.5822, 5.38]}, "bbox": [-111.4338, 42.5822, -111.4338, 42.5822]}, {"id": "5772", "type": "Feature", "properties": {"id": "ak16783588", "mag": 1.6, "time": 1504916071368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3277, 59.285, 86.0]}, "bbox": [-153.3277, 59.285, -153.3277, 59.285]}, {"id": "5773", "type": "Feature", "properties": {"id": "ak16783586", "mag": 1.1, "time": 1504915994737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.056, 67.2634, 8.1]}, "bbox": [-149.056, 67.2634, -149.056, 67.2634]}, {"id": "5774", "type": "Feature", "properties": {"id": "ak16823446", "mag": 2.1, "time": 1504915956900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.713, 53.9765, 25.6]}, "bbox": [-163.713, 53.9765, -163.713, 53.9765]}, {"id": "5775", "type": "Feature", "properties": {"id": "ci37758159", "mag": 1.56, "time": 1504915633570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2745, 33.978, 4.17]}, "bbox": [-116.2745, 33.978, -116.2745, 33.978]}, {"id": "5776", "type": "Feature", "properties": {"id": "us2000arsl", "mag": 4.3, "time": 1504915283460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6805, 16.8287, 106.0]}, "bbox": [-94.6805, 16.8287, -94.6805, 16.8287]}, {"id": "5777", "type": "Feature", "properties": {"id": "ak16823445", "mag": 1.2, "time": 1504915279966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6323, 59.8055, 11.1]}, "bbox": [-136.6323, 59.8055, -136.6323, 59.8055]}, {"id": "5778", "type": "Feature", "properties": {"id": "ak16783409", "mag": 1.6, "time": 1504915272065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.43, 61.3236, 75.8]}, "bbox": [-151.43, 61.3236, -151.43, 61.3236]}, {"id": "5779", "type": "Feature", "properties": {"id": "ci37164028", "mag": 1.71, "time": 1504915194240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.598333, 33.300667, 5.25]}, "bbox": [-115.598333, 33.300667, -115.598333, 33.300667]}, {"id": "5780", "type": "Feature", "properties": {"id": "ci37758151", "mag": 2.09, "time": 1504915192060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.24, 32.322667, 6.67]}, "bbox": [-115.24, 32.322667, -115.24, 32.322667]}, {"id": "5781", "type": "Feature", "properties": {"id": "ak16783408", "mag": 1.6, "time": 1504915154515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3632, 60.1661, 90.3]}, "bbox": [-152.3632, 60.1661, -152.3632, 60.1661]}, {"id": "5782", "type": "Feature", "properties": {"id": "hv61901846", "mag": 1.94, "time": 1504914308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.314, 18.895833, 12.72]}, "bbox": [-155.314, 18.895833, -155.314, 18.895833]}, {"id": "5783", "type": "Feature", "properties": {"id": "nc72888886", "mag": 1.0, "time": 1504914139040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.003833, 37.588667, 1.64]}, "bbox": [-119.003833, 37.588667, -119.003833, 37.588667]}, {"id": "5784", "type": "Feature", "properties": {"id": "ak16783243", "mag": 1.1, "time": 1504913564223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2504, 62.3109, 15.1]}, "bbox": [-150.2504, 62.3109, -150.2504, 62.3109]}, {"id": "5785", "type": "Feature", "properties": {"id": "ak16821920", "mag": 1.3, "time": 1504913498285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1821, 58.2348, 101.9]}, "bbox": [-155.1821, 58.2348, -155.1821, 58.2348]}, {"id": "5786", "type": "Feature", "properties": {"id": "ak16821919", "mag": 1.4, "time": 1504913414028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.5722, 86.3]}, "bbox": [-152.1655, 60.5722, -152.1655, 60.5722]}, {"id": "5787", "type": "Feature", "properties": {"id": "ak16821918", "mag": 1.1, "time": 1504913077516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.597, 58.7696, 12.5]}, "bbox": [-153.597, 58.7696, -153.597, 58.7696]}, {"id": "5788", "type": "Feature", "properties": {"id": "us2000aigc", "mag": 4.1, "time": 1504912952040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1585, 15.0785, 47.75]}, "bbox": [-94.1585, 15.0785, -94.1585, 15.0785]}, {"id": "5789", "type": "Feature", "properties": {"id": "uu60239522", "mag": 1.86, "time": 1504912091450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.557333, 7.29]}, "bbox": [-111.417833, 42.557333, -111.417833, 42.557333]}, {"id": "5790", "type": "Feature", "properties": {"id": "us2000aifs", "mag": 4.4, "time": 1504911443790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.6815, 44.316, 35.0]}, "bbox": [82.6815, 44.316, 82.6815, 44.316]}, {"id": "5791", "type": "Feature", "properties": {"id": "ak16782938", "mag": 1.1, "time": 1504911183072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3769, 64.9856, 0.0]}, "bbox": [-147.3769, 64.9856, -147.3769, 64.9856]}, {"id": "5792", "type": "Feature", "properties": {"id": "ak16782937", "mag": 1.1, "time": 1504910876129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7587, 61.2722, 29.5]}, "bbox": [-146.7587, 61.2722, -146.7587, 61.2722]}, {"id": "5793", "type": "Feature", "properties": {"id": "ak16782871", "mag": 1.5, "time": 1504910569120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4893, 60.1552, 7.8]}, "bbox": [-139.4893, 60.1552, -139.4893, 60.1552]}, {"id": "5794", "type": "Feature", "properties": {"id": "ak16782868", "mag": 1.4, "time": 1504910467245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7194, 62.6908, 57.2]}, "bbox": [-148.7194, 62.6908, -148.7194, 62.6908]}, {"id": "5795", "type": "Feature", "properties": {"id": "ak16821913", "mag": 1.7, "time": 1504910258777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0231, 58.2214, 149.2]}, "bbox": [-156.0231, 58.2214, -156.0231, 58.2214]}, {"id": "5796", "type": "Feature", "properties": {"id": "nc72888801", "mag": 1.9, "time": 1504909953040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8175, 37.486333, -0.46]}, "bbox": [-121.8175, 37.486333, -121.8175, 37.486333]}, {"id": "5797", "type": "Feature", "properties": {"id": "us2000aif7", "mag": 2.5, "time": 1504909902600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5076, 36.2848, 8.171]}, "bbox": [-97.5076, 36.2848, -97.5076, 36.2848]}, {"id": "5798", "type": "Feature", "properties": {"id": "us2000aif4", "mag": 4.8, "time": 1504909723200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8865, 15.3302, 30.08]}, "bbox": [-93.8865, 15.3302, -93.8865, 15.3302]}, {"id": "5799", "type": "Feature", "properties": {"id": "ak16821912", "mag": 1.1, "time": 1504909705310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3127, 62.4824, 115.8]}, "bbox": [-152.3127, 62.4824, -152.3127, 62.4824]}, {"id": "5800", "type": "Feature", "properties": {"id": "us2000aif0", "mag": 3.0, "time": 1504909701800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5069, 36.2872, 6.887]}, "bbox": [-97.5069, 36.2872, -97.5069, 36.2872]}, {"id": "5801", "type": "Feature", "properties": {"id": "mb80253249", "mag": 1.02, "time": 1504909626120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.500333, 46.870333, 14.95]}, "bbox": [-112.500333, 46.870333, -112.500333, 46.870333]}, {"id": "5802", "type": "Feature", "properties": {"id": "nc72888791", "mag": 1.37, "time": 1504909453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.04, 37.6285, -2.07]}, "bbox": [-119.04, 37.6285, -119.04, 37.6285]}, {"id": "5803", "type": "Feature", "properties": {"id": "us2000aier", "mag": 4.4, "time": 1504908895340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0113, 15.4861, 55.1]}, "bbox": [-94.0113, 15.4861, -94.0113, 15.4861]}, {"id": "5804", "type": "Feature", "properties": {"id": "ak16821911", "mag": 1.3, "time": 1504908516343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8637, 60.6448, 52.5]}, "bbox": [-150.8637, 60.6448, -150.8637, 60.6448]}, {"id": "5805", "type": "Feature", "properties": {"id": "ci37758063", "mag": 1.18, "time": 1504908189370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.201167, 33.035167, 5.64]}, "bbox": [-116.201167, 33.035167, -116.201167, 33.035167]}, {"id": "5806", "type": "Feature", "properties": {"id": "nc72888781", "mag": 1.42, "time": 1504907868300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.038667, 37.624833, -2.91]}, "bbox": [-119.038667, 37.624833, -119.038667, 37.624833]}, {"id": "5807", "type": "Feature", "properties": {"id": "us2000aie8", "mag": 4.7, "time": 1504907825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5854, 15.5735, 35.0]}, "bbox": [-94.5854, 15.5735, -94.5854, 15.5735]}, {"id": "5808", "type": "Feature", "properties": {"id": "nc72888776", "mag": 1.8, "time": 1504907588830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040167, 37.63, -1.66]}, "bbox": [-119.040167, 37.63, -119.040167, 37.63]}, {"id": "5809", "type": "Feature", "properties": {"id": "us2000aie6", "mag": 4.6, "time": 1504907582410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4976, 15.7473, 55.06]}, "bbox": [-94.4976, 15.7473, -94.4976, 15.7473]}, {"id": "5810", "type": "Feature", "properties": {"id": "us2000aidm", "mag": 4.5, "time": 1504906777370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0707, 15.2209, 55.42]}, "bbox": [-94.0707, 15.2209, -94.0707, 15.2209]}, {"id": "5811", "type": "Feature", "properties": {"id": "us2000aid9", "mag": 4.8, "time": 1504906287810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3905, 15.4318, 56.37]}, "bbox": [-94.3905, 15.4318, -94.3905, 15.4318]}, {"id": "5812", "type": "Feature", "properties": {"id": "nc72888771", "mag": 1.19, "time": 1504906092960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.451, 37.990333, 1.49]}, "bbox": [-122.451, 37.990333, -122.451, 37.990333]}, {"id": "5813", "type": "Feature", "properties": {"id": "us2000aicx", "mag": 4.3, "time": 1504906074440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2669, 15.5886, 57.93]}, "bbox": [-94.2669, 15.5886, -94.2669, 15.5886]}, {"id": "5814", "type": "Feature", "properties": {"id": "ak16782412", "mag": 1.0, "time": 1504906074363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3787, 62.4883, 7.5]}, "bbox": [-152.3787, 62.4883, -152.3787, 62.4883]}, {"id": "5815", "type": "Feature", "properties": {"id": "ak16782375", "mag": 2.3, "time": 1504905457780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4787, 52.748, 40.9]}, "bbox": [-168.4787, 52.748, -168.4787, 52.748]}, {"id": "5816", "type": "Feature", "properties": {"id": "nc72888756", "mag": 1.38, "time": 1504905314090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.756167, 39.273333, 4.85]}, "bbox": [-122.756167, 39.273333, -122.756167, 39.273333]}, {"id": "5817", "type": "Feature", "properties": {"id": "ak16782374", "mag": 1.2, "time": 1504905292993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8681, 59.9024, 67.7]}, "bbox": [-151.8681, 59.9024, -151.8681, 59.9024]}, {"id": "5818", "type": "Feature", "properties": {"id": "us2000aicp", "mag": 4.2, "time": 1504905187950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4812, 15.6987, 35.0]}, "bbox": [-94.4812, 15.6987, -94.4812, 15.6987]}, {"id": "5819", "type": "Feature", "properties": {"id": "ak16782334", "mag": 1.1, "time": 1504904835105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7621, 65.5089, 13.7]}, "bbox": [-144.7621, 65.5089, -144.7621, 65.5089]}, {"id": "5820", "type": "Feature", "properties": {"id": "ak16782328", "mag": 2.5, "time": 1504904826453, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.811, 61.2391, 56.6]}, "bbox": [-150.811, 61.2391, -150.811, 61.2391]}, {"id": "5821", "type": "Feature", "properties": {"id": "uw61305342", "mag": 1.93, "time": 1504904598280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.065167, 44.442833, -1.58]}, "bbox": [-121.065167, 44.442833, -121.065167, 44.442833]}, {"id": "5822", "type": "Feature", "properties": {"id": "nc72888751", "mag": 1.54, "time": 1504903192860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7535, 39.279333, 8.66]}, "bbox": [-122.7535, 39.279333, -122.7535, 39.279333]}, {"id": "5823", "type": "Feature", "properties": {"id": "ak16781999", "mag": 3.0, "time": 1504902403320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2239, 60.1717, 139.6]}, "bbox": [-153.2239, 60.1717, -153.2239, 60.1717]}, {"id": "5824", "type": "Feature", "properties": {"id": "ak16781990", "mag": 2.9, "time": 1504902403227, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2392, 60.1979, 145.3]}, "bbox": [-153.2392, 60.1979, -153.2392, 60.1979]}, {"id": "5825", "type": "Feature", "properties": {"id": "us2000ay7u", "mag": 4.1, "time": 1504902279690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7805, 15.528, 44.33]}, "bbox": [-94.7805, 15.528, -94.7805, 15.528]}, {"id": "5826", "type": "Feature", "properties": {"id": "ak16821902", "mag": 2.3, "time": 1504902127057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6706, 53.1595, 47.8]}, "bbox": [-164.6706, 53.1595, -164.6706, 53.1595]}, {"id": "5827", "type": "Feature", "properties": {"id": "mb80253224", "mag": 1.28, "time": 1504901825890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.961667, 44.423667, 7.65]}, "bbox": [-112.961667, 44.423667, -112.961667, 44.423667]}, {"id": "5828", "type": "Feature", "properties": {"id": "ci37758023", "mag": 1.23, "time": 1504901676790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.243333, 34.049667, 14.94]}, "bbox": [-117.243333, 34.049667, -117.243333, 34.049667]}, {"id": "5829", "type": "Feature", "properties": {"id": "us2000arsf", "mag": 4.8, "time": 1504901654190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1397, -18.9749, 151.93]}, "bbox": [169.1397, -18.9749, 169.1397, -18.9749]}, {"id": "5830", "type": "Feature", "properties": {"id": "us2000aib4", "mag": 4.7, "time": 1504901358420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4084, 14.947, 20.03]}, "bbox": [-94.4084, 14.947, -94.4084, 14.947]}, {"id": "5831", "type": "Feature", "properties": {"id": "mb80254729", "mag": 1.15, "time": 1504901142840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5325, 46.863333, 12.44]}, "bbox": [-112.5325, 46.863333, -112.5325, 46.863333]}, {"id": "5832", "type": "Feature", "properties": {"id": "us2000arse", "mag": 4.2, "time": 1504900520170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.6478, 18.4195, 10.0]}, "bbox": [122.6478, 18.4195, 122.6478, 18.4195]}, {"id": "5833", "type": "Feature", "properties": {"id": "ak16781710", "mag": 1.5, "time": 1504900346639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5122, 61.5519, 57.6]}, "bbox": [-150.5122, 61.5519, -150.5122, 61.5519]}, {"id": "5834", "type": "Feature", "properties": {"id": "ak16781709", "mag": 1.3, "time": 1504900242686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7722, 60.316, 70.9]}, "bbox": [-151.7722, 60.316, -151.7722, 60.316]}, {"id": "5835", "type": "Feature", "properties": {"id": "us2000aibq", "mag": 2.5, "time": 1504899687060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4383, 42.5694, 8.27]}, "bbox": [-111.4383, 42.5694, -111.4383, 42.5694]}, {"id": "5836", "type": "Feature", "properties": {"id": "nc72888741", "mag": 1.05, "time": 1504899640660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.013, 37.593167, 0.27]}, "bbox": [-119.013, 37.593167, -119.013, 37.593167]}, {"id": "5837", "type": "Feature", "properties": {"id": "us2000aib3", "mag": 2.8, "time": 1504899556990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4363, 42.571, 9.27]}, "bbox": [-111.4363, 42.571, -111.4363, 42.571]}, {"id": "5838", "type": "Feature", "properties": {"id": "us2000aia5", "mag": 2.6, "time": 1504899482480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5733, 13.75]}, "bbox": [-111.4289, 42.5733, -111.4289, 42.5733]}, {"id": "5839", "type": "Feature", "properties": {"id": "ak16781595", "mag": 1.7, "time": 1504899244914, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1502, 60.3533, 10.0]}, "bbox": [-141.1502, 60.3533, -141.1502, 60.3533]}, {"id": "5840", "type": "Feature", "properties": {"id": "ak16781585", "mag": 3.9, "time": 1504899189169, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5601, 59.2544, 64.0]}, "bbox": [-152.5601, 59.2544, -152.5601, 59.2544]}, {"id": "5841", "type": "Feature", "properties": {"id": "ci37758007", "mag": 2.02, "time": 1504898829300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.561833, 31.0585, 5.61]}, "bbox": [-115.561833, 31.0585, -115.561833, 31.0585]}, {"id": "5842", "type": "Feature", "properties": {"id": "ak16781550", "mag": 1.4, "time": 1504898282611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6296, 61.6699, 64.1]}, "bbox": [-150.6296, 61.6699, -150.6296, 61.6699]}, {"id": "5843", "type": "Feature", "properties": {"id": "ci37757991", "mag": 1.52, "time": 1504897913130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.184167, 34.008167, 14.79]}, "bbox": [-117.184167, 34.008167, -117.184167, 34.008167]}, {"id": "5844", "type": "Feature", "properties": {"id": "ci37757975", "mag": 1.23, "time": 1504897847890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191833, 34.995167, -0.8]}, "bbox": [-118.191833, 34.995167, -118.191833, 34.995167]}, {"id": "5845", "type": "Feature", "properties": {"id": "us2000ai96", "mag": 4.7, "time": 1504897612480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1128, 15.0427, 38.05]}, "bbox": [-94.1128, 15.0427, -94.1128, 15.0427]}, {"id": "5846", "type": "Feature", "properties": {"id": "us2000ay7g", "mag": 4.5, "time": 1504897486190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6162, 15.5292, 52.13]}, "bbox": [-94.6162, 15.5292, -94.6162, 15.5292]}, {"id": "5847", "type": "Feature", "properties": {"id": "us2000aku3", "mag": 2.7, "time": 1504897427450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5723, 6.2]}, "bbox": [-111.4362, 42.5723, -111.4362, 42.5723]}, {"id": "5848", "type": "Feature", "properties": {"id": "us2000aruj", "mag": 4.0, "time": 1504897268300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.0589, 51.6006, 526.16]}, "bbox": [151.0589, 51.6006, 151.0589, 51.6006]}, {"id": "5849", "type": "Feature", "properties": {"id": "us2000ai8x", "mag": 5.3, "time": 1504897044080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9814, 16.231, 63.24]}, "bbox": [-94.9814, 16.231, -94.9814, 16.231]}, {"id": "5850", "type": "Feature", "properties": {"id": "us2000ars7", "mag": 4.4, "time": 1504896441090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9803, -12.2109, 239.13]}, "bbox": [166.9803, -12.2109, 166.9803, -12.2109]}, {"id": "5851", "type": "Feature", "properties": {"id": "us2000ars8", "mag": 4.2, "time": 1504895755810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4237, 15.0921, 33.24]}, "bbox": [-94.4237, 15.0921, -94.4237, 15.0921]}, {"id": "5852", "type": "Feature", "properties": {"id": "ak16781202", "mag": 1.1, "time": 1504895394318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.517, 62.887, 92.9]}, "bbox": [-150.517, 62.887, -150.517, 62.887]}, {"id": "5853", "type": "Feature", "properties": {"id": "us2000ai8l", "mag": 5.0, "time": 1504895053450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0247, 15.6158, 25.92]}, "bbox": [-95.0247, 15.6158, -95.0247, 15.6158]}, {"id": "5854", "type": "Feature", "properties": {"id": "nc72888711", "mag": 1.13, "time": 1504894886190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.369, 37.616167, 3.76]}, "bbox": [-119.369, 37.616167, -119.369, 37.616167]}, {"id": "5855", "type": "Feature", "properties": {"id": "ci37757951", "mag": 1.29, "time": 1504894538140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.34, 35.0645, -0.97]}, "bbox": [-118.34, 35.0645, -118.34, 35.0645]}, {"id": "5856", "type": "Feature", "properties": {"id": "nn00604251", "mag": 1.1, "time": 1504893693579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5283, 37.177, 14.2]}, "bbox": [-117.5283, 37.177, -117.5283, 37.177]}, {"id": "5857", "type": "Feature", "properties": {"id": "nc72888696", "mag": 1.24, "time": 1504893681000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9525, 37.9215, -0.25]}, "bbox": [-121.9525, 37.9215, -121.9525, 37.9215]}, {"id": "5858", "type": "Feature", "properties": {"id": "us2000ai89", "mag": 4.9, "time": 1504893629390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.339, 15.3801, 37.31]}, "bbox": [-94.339, 15.3801, -94.339, 15.3801]}, {"id": "5859", "type": "Feature", "properties": {"id": "ak16780971", "mag": 2.0, "time": 1504893338524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7656, 56.9755, 12.7]}, "bbox": [-157.7656, 56.9755, -157.7656, 56.9755]}, {"id": "5860", "type": "Feature", "properties": {"id": "us2000ai7x", "mag": 4.4, "time": 1504893167240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8739, 15.6809, 69.44]}, "bbox": [-93.8739, 15.6809, -93.8739, 15.6809]}, {"id": "5861", "type": "Feature", "properties": {"id": "ci37757919", "mag": 1.09, "time": 1504892320190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.504167, 6.36]}, "bbox": [-116.792333, 33.504167, -116.792333, 33.504167]}, {"id": "5862", "type": "Feature", "properties": {"id": "ak16780872", "mag": 2.7, "time": 1504892251611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2184, 60.0235, 132.9]}, "bbox": [-153.2184, 60.0235, -153.2184, 60.0235]}, {"id": "5863", "type": "Feature", "properties": {"id": "us2000ai7w", "mag": 5.1, "time": 1504892136330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7094, 14.7125, 10.0]}, "bbox": [54.7094, 14.7125, 54.7094, 14.7125]}, {"id": "5864", "type": "Feature", "properties": {"id": "ak16780870", "mag": 1.9, "time": 1504892114398, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5364, 59.0829, 80.6]}, "bbox": [-153.5364, 59.0829, -153.5364, 59.0829]}, {"id": "5865", "type": "Feature", "properties": {"id": "nn00604241", "mag": 1.7, "time": 1504892108096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8858, 39.5547, 16.6]}, "bbox": [-115.8858, 39.5547, -115.8858, 39.5547]}, {"id": "5866", "type": "Feature", "properties": {"id": "ci37757903", "mag": 1.06, "time": 1504892000240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.084, 33.233167, 9.85]}, "bbox": [-116.084, 33.233167, -116.084, 33.233167]}, {"id": "5867", "type": "Feature", "properties": {"id": "mb80253164", "mag": 0.95, "time": 1504891992150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5415, 46.8995, 11.59]}, "bbox": [-112.5415, 46.8995, -112.5415, 46.8995]}, {"id": "5868", "type": "Feature", "properties": {"id": "us2000ai7p", "mag": 4.3, "time": 1504891955840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.495, 15.1404, 36.22]}, "bbox": [-94.495, 15.1404, -94.495, 15.1404]}, {"id": "5869", "type": "Feature", "properties": {"id": "ak16780841", "mag": 1.4, "time": 1504891846856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3249, 60.9139, 26.3]}, "bbox": [-147.3249, 60.9139, -147.3249, 60.9139]}, {"id": "5870", "type": "Feature", "properties": {"id": "us2000arsh", "mag": 4.5, "time": 1504891333730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.2388, -6.8416, 19.98]}, "bbox": [133.2388, -6.8416, 133.2388, -6.8416]}, {"id": "5871", "type": "Feature", "properties": {"id": "us2000ay6x", "mag": 4.1, "time": 1504891315080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7297, 15.3343, 19.17]}, "bbox": [-94.7297, 15.3343, -94.7297, 15.3343]}, {"id": "5872", "type": "Feature", "properties": {"id": "us2000ars4", "mag": 4.4, "time": 1504891219920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7693, 14.6837, 10.0]}, "bbox": [54.7693, 14.6837, 54.7693, 14.6837]}, {"id": "5873", "type": "Feature", "properties": {"id": "ak16780813", "mag": 1.5, "time": 1504891126668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.153, 61.7092, 3.2]}, "bbox": [-154.153, 61.7092, -154.153, 61.7092]}, {"id": "5874", "type": "Feature", "properties": {"id": "nc72888686", "mag": 1.23, "time": 1504891114230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1045, 37.325167, -0.31]}, "bbox": [-122.1045, 37.325167, -122.1045, 37.325167]}, {"id": "5875", "type": "Feature", "properties": {"id": "ci37757879", "mag": 2.31, "time": 1504890797650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.463833, 34.355833, 3.0]}, "bbox": [-116.463833, 34.355833, -116.463833, 34.355833]}, {"id": "5876", "type": "Feature", "properties": {"id": "us2000ai73", "mag": 4.9, "time": 1504890172380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.6184, 20.97]}, "bbox": [-94.6852, 15.6184, -94.6852, 15.6184]}, {"id": "5877", "type": "Feature", "properties": {"id": "us2000ai6w", "mag": 4.8, "time": 1504890101520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3813, 15.1628, 10.0]}, "bbox": [-94.3813, 15.1628, -94.3813, 15.1628]}, {"id": "5878", "type": "Feature", "properties": {"id": "us2000ai6n", "mag": 4.6, "time": 1504889103890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.804, -6.0426, 126.88]}, "bbox": [130.804, -6.0426, 130.804, -6.0426]}, {"id": "5879", "type": "Feature", "properties": {"id": "us2000ai6c", "mag": 4.7, "time": 1504888948510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8822, 15.7603, 70.11]}, "bbox": [-93.8822, 15.7603, -93.8822, 15.7603]}, {"id": "5880", "type": "Feature", "properties": {"id": "us2000ai66", "mag": 3.1, "time": 1504888942660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6127, 7.46]}, "bbox": [-111.4688, 42.6127, -111.4688, 42.6127]}, {"id": "5881", "type": "Feature", "properties": {"id": "ci37757839", "mag": 1.07, "time": 1504888838380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931, 35.8975, 5.55]}, "bbox": [-116.931, 35.8975, -116.931, 35.8975]}, {"id": "5882", "type": "Feature", "properties": {"id": "us2000ai5r", "mag": 5.0, "time": 1504887559080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1176, 15.3478, 50.28]}, "bbox": [-94.1176, 15.3478, -94.1176, 15.3478]}, {"id": "5883", "type": "Feature", "properties": {"id": "us2000ai7e", "mag": 2.6, "time": 1504887451250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8013, 51.3347, 33.06]}, "bbox": [-174.8013, 51.3347, -174.8013, 51.3347]}, {"id": "5884", "type": "Feature", "properties": {"id": "us2000ai5q", "mag": 4.8, "time": 1504887267930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.2659, 31.94]}, "bbox": [-94.834, 15.2659, -94.834, 15.2659]}, {"id": "5885", "type": "Feature", "properties": {"id": "us2000ars1", "mag": 4.4, "time": 1504887163560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5842, 0.5634, 87.49]}, "bbox": [121.5842, 0.5634, 121.5842, 0.5634]}, {"id": "5886", "type": "Feature", "properties": {"id": "us2000ai5f", "mag": 4.9, "time": 1504887145160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4164, 15.3325, 55.79]}, "bbox": [-94.4164, 15.3325, -94.4164, 15.3325]}, {"id": "5887", "type": "Feature", "properties": {"id": "us2000aixn", "mag": 4.1, "time": 1504887139190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.237, 15.3669, 61.33]}, "bbox": [-94.237, 15.3669, -94.237, 15.3669]}, {"id": "5888", "type": "Feature", "properties": {"id": "ak16821886", "mag": 1.0, "time": 1504887040916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7913, 61.8643, 40.7]}, "bbox": [-147.7913, 61.8643, -147.7913, 61.8643]}, {"id": "5889", "type": "Feature", "properties": {"id": "us2000ai53", "mag": 4.6, "time": 1504886882420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4908, 15.0663, 10.0]}, "bbox": [-94.4908, 15.0663, -94.4908, 15.0663]}, {"id": "5890", "type": "Feature", "properties": {"id": "ak16780437", "mag": 1.7, "time": 1504886789015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1717, 61.2338, 0.0]}, "bbox": [-154.1717, 61.2338, -154.1717, 61.2338]}, {"id": "5891", "type": "Feature", "properties": {"id": "us2000arsa", "mag": 4.8, "time": 1504886367500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-45.1832, 25.2517, 10.0]}, "bbox": [-45.1832, 25.2517, -45.1832, 25.2517]}, {"id": "5892", "type": "Feature", "properties": {"id": "us2000arrz", "mag": 4.3, "time": 1504885790410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.1544, 13.7011, 115.66]}, "bbox": [121.1544, 13.7011, 121.1544, 13.7011]}, {"id": "5893", "type": "Feature", "properties": {"id": "ci37757791", "mag": 2.49, "time": 1504885701960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.863167, 36.514, 1.6]}, "bbox": [-117.863167, 36.514, -117.863167, 36.514]}, {"id": "5894", "type": "Feature", "properties": {"id": "nc72888591", "mag": 1.18, "time": 1504885591170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.029167, 37.64, 1.33]}, "bbox": [-119.029167, 37.64, -119.029167, 37.64]}, {"id": "5895", "type": "Feature", "properties": {"id": "us2000ay69", "mag": 4.3, "time": 1504884967040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8299, 15.2537, 51.49]}, "bbox": [-94.8299, 15.2537, -94.8299, 15.2537]}, {"id": "5896", "type": "Feature", "properties": {"id": "nc72888561", "mag": 2.76, "time": 1504884687580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.4015, 40.656167, 4.61]}, "bbox": [-126.4015, 40.656167, -126.4015, 40.656167]}, {"id": "5897", "type": "Feature", "properties": {"id": "nc72888556", "mag": 1.22, "time": 1504884477720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.594833, 36.036167, 3.51]}, "bbox": [-120.594833, 36.036167, -120.594833, 36.036167]}, {"id": "5898", "type": "Feature", "properties": {"id": "nc72888551", "mag": 1.29, "time": 1504884449700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600833, 36.033, 2.98]}, "bbox": [-120.600833, 36.033, -120.600833, 36.033]}, {"id": "5899", "type": "Feature", "properties": {"id": "us2000ai45", "mag": 4.4, "time": 1504884249230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6373, 29.0196, 32.54]}, "bbox": [51.6373, 29.0196, 51.6373, 29.0196]}, {"id": "5900", "type": "Feature", "properties": {"id": "us2000ai4f", "mag": 5.0, "time": 1504884005650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.4529, -15.2805, 10.0]}, "bbox": [-172.4529, -15.2805, -172.4529, -15.2805]}, {"id": "5901", "type": "Feature", "properties": {"id": "ci37757767", "mag": 1.56, "time": 1504883892090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.447333, 34.149, 10.6]}, "bbox": [-117.447333, 34.149, -117.447333, 34.149]}, {"id": "5902", "type": "Feature", "properties": {"id": "nc72888536", "mag": 1.66, "time": 1504883570470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.168167, 39.1465, -0.58]}, "bbox": [-123.168167, 39.1465, -123.168167, 39.1465]}, {"id": "5903", "type": "Feature", "properties": {"id": "us2000arrw", "mag": 4.2, "time": 1504882974870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7985, 15.5213, 35.36]}, "bbox": [-94.7985, 15.5213, -94.7985, 15.5213]}, {"id": "5904", "type": "Feature", "properties": {"id": "ak16779960", "mag": 1.8, "time": 1504882678981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0626, 62.8988, 105.6]}, "bbox": [-151.0626, 62.8988, -151.0626, 62.8988]}, {"id": "5905", "type": "Feature", "properties": {"id": "ci37757743", "mag": 0.97, "time": 1504882082250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.499333, 33.723667, 12.91]}, "bbox": [-117.499333, 33.723667, -117.499333, 33.723667]}, {"id": "5906", "type": "Feature", "properties": {"id": "us2000ai3n", "mag": 5.3, "time": 1504881901650, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3384, 15.544, 53.27]}, "bbox": [-94.3384, 15.544, -94.3384, 15.544]}, {"id": "5907", "type": "Feature", "properties": {"id": "us2000ai3i", "mag": 5.0, "time": 1504881612700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4062, 15.406, 49.05]}, "bbox": [-94.4062, 15.406, -94.4062, 15.406]}, {"id": "5908", "type": "Feature", "properties": {"id": "us2000ai3c", "mag": 5.1, "time": 1504880703430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1626, 15.9178, 78.53]}, "bbox": [-94.1626, 15.9178, -94.1626, 15.9178]}, {"id": "5909", "type": "Feature", "properties": {"id": "ak16821881", "mag": 1.9, "time": 1504880601665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7019, 53.1531, 4.0]}, "bbox": [-165.7019, 53.1531, -165.7019, 53.1531]}, {"id": "5910", "type": "Feature", "properties": {"id": "us2000ai3a", "mag": 4.6, "time": 1504880185590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9379, 15.4789, 51.37]}, "bbox": [-93.9379, 15.4789, -93.9379, 15.4789]}, {"id": "5911", "type": "Feature", "properties": {"id": "nc72888511", "mag": 1.64, "time": 1504879933970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.805, 37.519, 0.63]}, "bbox": [-118.805, 37.519, -118.805, 37.519]}, {"id": "5912", "type": "Feature", "properties": {"id": "us2000arrt", "mag": 4.3, "time": 1504879797140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.5495, 15.2436, 49.04]}, "bbox": [-92.5495, 15.2436, -92.5495, 15.2436]}, {"id": "5913", "type": "Feature", "properties": {"id": "nc72888506", "mag": 1.11, "time": 1504879682840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807167, 37.5155, -1.34]}, "bbox": [-118.807167, 37.5155, -118.807167, 37.5155]}, {"id": "5914", "type": "Feature", "properties": {"id": "us2000ai2x", "mag": 4.4, "time": 1504878550770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3291, 15.5119, 43.4]}, "bbox": [-94.3291, 15.5119, -94.3291, 15.5119]}, {"id": "5915", "type": "Feature", "properties": {"id": "us2000ai2u", "mag": 4.5, "time": 1504878237250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3775, 15.3318, 55.57]}, "bbox": [-94.3775, 15.3318, -94.3775, 15.3318]}, {"id": "5916", "type": "Feature", "properties": {"id": "ak16779589", "mag": 2.1, "time": 1504878197682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7176, 61.7913, 43.0]}, "bbox": [-149.7176, 61.7913, -149.7176, 61.7913]}, {"id": "5917", "type": "Feature", "properties": {"id": "nc72888501", "mag": 1.4, "time": 1504877974600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.884833, 0.43]}, "bbox": [-122.826833, 38.884833, -122.826833, 38.884833]}, {"id": "5918", "type": "Feature", "properties": {"id": "us2000ai2s", "mag": 4.5, "time": 1504877794630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2597, 15.3155, 57.11]}, "bbox": [-94.2597, 15.3155, -94.2597, 15.3155]}, {"id": "5919", "type": "Feature", "properties": {"id": "us2000ai2p", "mag": 4.3, "time": 1504877637550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3617, 15.3594, 72.43]}, "bbox": [-94.3617, 15.3594, -94.3617, 15.3594]}, {"id": "5920", "type": "Feature", "properties": {"id": "ak16821879", "mag": 1.1, "time": 1504877280981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 62.9279, 91.4]}, "bbox": [-150.4859, 62.9279, -150.4859, 62.9279]}, {"id": "5921", "type": "Feature", "properties": {"id": "us2000ai2h", "mag": 4.3, "time": 1504877227420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2794, 15.5765, 57.44]}, "bbox": [-94.2794, 15.5765, -94.2794, 15.5765]}, {"id": "5922", "type": "Feature", "properties": {"id": "us2000ai2d", "mag": 4.9, "time": 1504877000620, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4519, 39.5355, 14.54]}, "bbox": [140.4519, 39.5355, 140.4519, 39.5355]}, {"id": "5923", "type": "Feature", "properties": {"id": "nc72888491", "mag": 1.84, "time": 1504876384490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.493333, 38.505333, 9.95]}, "bbox": [-122.493333, 38.505333, -122.493333, 38.505333]}, {"id": "5924", "type": "Feature", "properties": {"id": "ak16821878", "mag": 1.4, "time": 1504875984627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1326, 61.9648, 66.9]}, "bbox": [-151.1326, 61.9648, -151.1326, 61.9648]}, {"id": "5925", "type": "Feature", "properties": {"id": "ak16821876", "mag": 2.2, "time": 1504875655387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.9923, 52.3567, 17.2]}, "bbox": [-168.9923, 52.3567, -168.9923, 52.3567]}, {"id": "5926", "type": "Feature", "properties": {"id": "nc72888486", "mag": 2.07, "time": 1504875297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476833, 38.505667, 10.55]}, "bbox": [-122.476833, 38.505667, -122.476833, 38.505667]}, {"id": "5927", "type": "Feature", "properties": {"id": "nc72888481", "mag": 2.29, "time": 1504875261290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.487833, 38.504167, 11.24]}, "bbox": [-122.487833, 38.504167, -122.487833, 38.504167]}, {"id": "5928", "type": "Feature", "properties": {"id": "ak16779354", "mag": 1.2, "time": 1504874899621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8024, 62.2347, 27.0]}, "bbox": [-148.8024, 62.2347, -148.8024, 62.2347]}, {"id": "5929", "type": "Feature", "properties": {"id": "us2000ai1z", "mag": 4.7, "time": 1504874764610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9526, 15.348, 66.08]}, "bbox": [-93.9526, 15.348, -93.9526, 15.348]}, {"id": "5930", "type": "Feature", "properties": {"id": "nn00604198", "mag": 1.6, "time": 1504874486416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1528, 36.3422, 12.5]}, "bbox": [-115.1528, 36.3422, -115.1528, 36.3422]}, {"id": "5931", "type": "Feature", "properties": {"id": "ak16779312", "mag": 1.1, "time": 1504874405501, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2249, 66.2606, 1.6]}, "bbox": [-142.2249, 66.2606, -142.2249, 66.2606]}, {"id": "5932", "type": "Feature", "properties": {"id": "ak16821873", "mag": 1.7, "time": 1504874360732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5174, 51.2619, 22.7]}, "bbox": [-177.5174, 51.2619, -177.5174, 51.2619]}, {"id": "5933", "type": "Feature", "properties": {"id": "nn00604197", "mag": 1.1, "time": 1504874200883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2814, 37.8092, 5.1]}, "bbox": [-114.2814, 37.8092, -114.2814, 37.8092]}, {"id": "5934", "type": "Feature", "properties": {"id": "nc72888476", "mag": 1.21, "time": 1504873957930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.509333, 40.482667, 4.94]}, "bbox": [-121.509333, 40.482667, -121.509333, 40.482667]}, {"id": "5935", "type": "Feature", "properties": {"id": "ci37757703", "mag": 1.39, "time": 1504873858920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.717833, 33.649333, 15.22]}, "bbox": [-116.717833, 33.649333, -116.717833, 33.649333]}, {"id": "5936", "type": "Feature", "properties": {"id": "ci37757695", "mag": 1.17, "time": 1504872471560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.568167, 33.822667, 8.77]}, "bbox": [-115.568167, 33.822667, -115.568167, 33.822667]}, {"id": "5937", "type": "Feature", "properties": {"id": "us2000ai1k", "mag": 5.2, "time": 1504872379780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4203, 15.4936, 64.61]}, "bbox": [-94.4203, 15.4936, -94.4203, 15.4936]}, {"id": "5938", "type": "Feature", "properties": {"id": "nn00604195", "mag": 1.1, "time": 1504872342696, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0794, 39.7864, 6.3]}, "bbox": [-120.0794, 39.7864, -120.0794, 39.7864]}, {"id": "5939", "type": "Feature", "properties": {"id": "us2000ai1f", "mag": 4.5, "time": 1504872210290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.752, 15.6687, 34.52]}, "bbox": [-94.752, 15.6687, -94.752, 15.6687]}, {"id": "5940", "type": "Feature", "properties": {"id": "us2000ai17", "mag": 4.7, "time": 1504871509040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.251, 15.2604, 43.78]}, "bbox": [-94.251, 15.2604, -94.251, 15.2604]}, {"id": "5941", "type": "Feature", "properties": {"id": "ci37757687", "mag": 1.13, "time": 1504871201290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5185, 33.500333, 13.87]}, "bbox": [-116.5185, 33.500333, -116.5185, 33.500333]}, {"id": "5942", "type": "Feature", "properties": {"id": "us2000ai11", "mag": 4.8, "time": 1504870992430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5788, 16.0581, 67.6]}, "bbox": [-94.5788, 16.0581, -94.5788, 16.0581]}, {"id": "5943", "type": "Feature", "properties": {"id": "nc72888461", "mag": 1.42, "time": 1504869975320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.437833, 39.504833, 12.47]}, "bbox": [-121.437833, 39.504833, -121.437833, 39.504833]}, {"id": "5944", "type": "Feature", "properties": {"id": "us2000ai0u", "mag": 5.0, "time": 1504869955970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7875, 15.7988, 32.83]}, "bbox": [-94.7875, 15.7988, -94.7875, 15.7988]}, {"id": "5945", "type": "Feature", "properties": {"id": "nc72888456", "mag": 1.91, "time": 1504869902080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.485667, 38.504833, 10.49]}, "bbox": [-122.485667, 38.504833, -122.485667, 38.504833]}, {"id": "5946", "type": "Feature", "properties": {"id": "us2000ai0r", "mag": 3.1, "time": 1504869744270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4645, 42.6225, 8.36]}, "bbox": [-111.4645, 42.6225, -111.4645, 42.6225]}, {"id": "5947", "type": "Feature", "properties": {"id": "us2000ai0n", "mag": 4.5, "time": 1504869089530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4825, 15.1089, 36.59]}, "bbox": [-94.4825, 15.1089, -94.4825, 15.1089]}, {"id": "5948", "type": "Feature", "properties": {"id": "us2000ai0k", "mag": 4.3, "time": 1504868775480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.798, 15.8932, 52.08]}, "bbox": [-94.798, 15.8932, -94.798, 15.8932]}, {"id": "5949", "type": "Feature", "properties": {"id": "ak16778868", "mag": 2.4, "time": 1504868579816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6965, 62.1823, 44.5]}, "bbox": [-149.6965, 62.1823, -149.6965, 62.1823]}, {"id": "5950", "type": "Feature", "properties": {"id": "nc72888446", "mag": 1.29, "time": 1504868153570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.486333, 38.5055, 8.02]}, "bbox": [-122.486333, 38.5055, -122.486333, 38.5055]}, {"id": "5951", "type": "Feature", "properties": {"id": "nc72888436", "mag": 1.9, "time": 1504867751580, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.482833, 38.504333, 10.56]}, "bbox": [-122.482833, 38.504333, -122.482833, 38.504333]}, {"id": "5952", "type": "Feature", "properties": {"id": "nc72888431", "mag": 1.71, "time": 1504867332410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491833, 38.504667, 9.32]}, "bbox": [-122.491833, 38.504667, -122.491833, 38.504667]}, {"id": "5953", "type": "Feature", "properties": {"id": "nc72888421", "mag": 1.08, "time": 1504867024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.489, 38.504333, 8.33]}, "bbox": [-122.489, 38.504333, -122.489, 38.504333]}, {"id": "5954", "type": "Feature", "properties": {"id": "ak16821868", "mag": 2.1, "time": 1504866678618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4655, 55.6664, 99.6]}, "bbox": [-160.4655, 55.6664, -160.4655, 55.6664]}, {"id": "5955", "type": "Feature", "properties": {"id": "ak16821867", "mag": 1.4, "time": 1504866626331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0732, 60.0832, 7.7]}, "bbox": [-147.0732, 60.0832, -147.0732, 60.0832]}, {"id": "5956", "type": "Feature", "properties": {"id": "us2000ai08", "mag": 4.7, "time": 1504866065090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9223, 5.4358, 106.0]}, "bbox": [125.9223, 5.4358, 125.9223, 5.4358]}, {"id": "5957", "type": "Feature", "properties": {"id": "ak16778797", "mag": 1.0, "time": 1504865774499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3276, 61.5525, 10.3]}, "bbox": [-151.3276, 61.5525, -151.3276, 61.5525]}, {"id": "5958", "type": "Feature", "properties": {"id": "nn00604189", "mag": 1.2, "time": 1504865677094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0784, 39.7853, 6.9]}, "bbox": [-120.0784, 39.7853, -120.0784, 39.7853]}, {"id": "5959", "type": "Feature", "properties": {"id": "nc72888411", "mag": 1.53, "time": 1504865468770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476167, 38.507167, 9.38]}, "bbox": [-122.476167, 38.507167, -122.476167, 38.507167]}, {"id": "5960", "type": "Feature", "properties": {"id": "hv61901161", "mag": 1.74, "time": 1504864814220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.2065, 36.007]}, "bbox": [-155.466833, 19.2065, -155.466833, 19.2065]}, {"id": "5961", "type": "Feature", "properties": {"id": "ismpkansas70234788", "mag": 2.39, "time": 1504864780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7805, 37.3255, 5.78]}, "bbox": [-97.7805, 37.3255, -97.7805, 37.3255]}, {"id": "5962", "type": "Feature", "properties": {"id": "ak16780611", "mag": 2.4, "time": 1504864612255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1592, 61.3969, 4.3]}, "bbox": [-140.1592, 61.3969, -140.1592, 61.3969]}, {"id": "5963", "type": "Feature", "properties": {"id": "ak16778631", "mag": 2.2, "time": 1504864578261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1624, 61.4081, 5.0]}, "bbox": [-140.1624, 61.4081, -140.1624, 61.4081]}, {"id": "5964", "type": "Feature", "properties": {"id": "uw61305087", "mag": 2.01, "time": 1504864189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.050833, 48.9275, 23.48]}, "bbox": [-123.050833, 48.9275, -123.050833, 48.9275]}, {"id": "5965", "type": "Feature", "properties": {"id": "ak16821863", "mag": 1.7, "time": 1504863670078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4879, 51.7374, 21.1]}, "bbox": [-178.4879, 51.7374, -178.4879, 51.7374]}, {"id": "5966", "type": "Feature", "properties": {"id": "ak16821862", "mag": 1.8, "time": 1504862106783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9215, 58.7206, 119.4]}, "bbox": [-154.9215, 58.7206, -154.9215, 58.7206]}, {"id": "5967", "type": "Feature", "properties": {"id": "us2000ahzn", "mag": 4.6, "time": 1504861954060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4387, 15.3946, 52.08]}, "bbox": [-94.4387, 15.3946, -94.4387, 15.3946]}, {"id": "5968", "type": "Feature", "properties": {"id": "nc72888396", "mag": 1.27, "time": 1504861876770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8075, 37.512833, 1.14]}, "bbox": [-118.8075, 37.512833, -118.8075, 37.512833]}, {"id": "5969", "type": "Feature", "properties": {"id": "us2000ahzl", "mag": 4.5, "time": 1504861821720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4897, 15.3898, 66.84]}, "bbox": [-94.4897, 15.3898, -94.4897, 15.3898]}, {"id": "5970", "type": "Feature", "properties": {"id": "us2000ahzj", "mag": 4.5, "time": 1504861699670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5329, 15.609, 39.64]}, "bbox": [-94.5329, 15.609, -94.5329, 15.609]}, {"id": "5971", "type": "Feature", "properties": {"id": "ci37757655", "mag": 1.16, "time": 1504861667220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.622833, 33.107167, 12.71]}, "bbox": [-116.622833, 33.107167, -116.622833, 33.107167]}, {"id": "5972", "type": "Feature", "properties": {"id": "ak16778553", "mag": 1.9, "time": 1504861559880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5627, 66.997, 11.1]}, "bbox": [-157.5627, 66.997, -157.5627, 66.997]}, {"id": "5973", "type": "Feature", "properties": {"id": "nc72888391", "mag": 2.09, "time": 1504860900670, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.456, 39.646667, 9.55]}, "bbox": [-123.456, 39.646667, -123.456, 39.646667]}, {"id": "5974", "type": "Feature", "properties": {"id": "us2000ay4f", "mag": 4.1, "time": 1504860843930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7484, 15.3716, 56.33]}, "bbox": [-94.7484, 15.3716, -94.7484, 15.3716]}, {"id": "5975", "type": "Feature", "properties": {"id": "nc72888386", "mag": 2.1, "time": 1504860440750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.938, 37.831333, 7.32]}, "bbox": [-121.938, 37.831333, -121.938, 37.831333]}, {"id": "5976", "type": "Feature", "properties": {"id": "us2000ay4d", "mag": 4.4, "time": 1504860354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.3232, 49.34]}, "bbox": [-94.834, 15.3232, -94.834, 15.3232]}, {"id": "5977", "type": "Feature", "properties": {"id": "us2000arrb", "mag": 4.6, "time": 1504860180930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0811, 15.785, 52.87]}, "bbox": [-94.0811, 15.785, -94.0811, 15.785]}, {"id": "5978", "type": "Feature", "properties": {"id": "us2000ahzq", "mag": 4.5, "time": 1504860168930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9132, 15.2837, 68.08]}, "bbox": [-93.9132, 15.2837, -93.9132, 15.2837]}, {"id": "5979", "type": "Feature", "properties": {"id": "us2000ahz5", "mag": 5.3, "time": 1504859674330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1725, 15.2148, 50.77]}, "bbox": [-94.1725, 15.2148, -94.1725, 15.2148]}, {"id": "5980", "type": "Feature", "properties": {"id": "ak16821859", "mag": 2.1, "time": 1504859557955, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.0839, 54.9712, 35.5]}, "bbox": [-159.0839, 54.9712, -159.0839, 54.9712]}, {"id": "5981", "type": "Feature", "properties": {"id": "nn00604302", "mag": 1.1, "time": 1504859552745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4838, 37.3947, 8.6]}, "bbox": [-117.4838, 37.3947, -117.4838, 37.3947]}, {"id": "5982", "type": "Feature", "properties": {"id": "ak16778352", "mag": 1.2, "time": 1504859550711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4759, 63.0882, 87.9]}, "bbox": [-149.4759, 63.0882, -149.4759, 63.0882]}, {"id": "5983", "type": "Feature", "properties": {"id": "us2000ahz3", "mag": 4.3, "time": 1504859478950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3904, 15.121, 30.23]}, "bbox": [-94.3904, 15.121, -94.3904, 15.121]}, {"id": "5984", "type": "Feature", "properties": {"id": "nn00604182", "mag": 1.0, "time": 1504858881802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0405, 37.2978, 0.0]}, "bbox": [-115.0405, 37.2978, -115.0405, 37.2978]}, {"id": "5985", "type": "Feature", "properties": {"id": "us2000ahz1", "mag": 4.3, "time": 1504858630350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.833, 76.27]}, "bbox": [-94.6852, 15.833, -94.6852, 15.833]}, {"id": "5986", "type": "Feature", "properties": {"id": "uu60239147", "mag": 2.45, "time": 1504858591000, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444167, 42.664333, 8.83]}, "bbox": [-111.444167, 42.664333, -111.444167, 42.664333]}, {"id": "5987", "type": "Feature", "properties": {"id": "us2000al72", "mag": 2.9, "time": 1504858190760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2139, 52.5352, 91.97]}, "bbox": [-169.2139, 52.5352, -169.2139, 52.5352]}, {"id": "5988", "type": "Feature", "properties": {"id": "uu60239137", "mag": 1.54, "time": 1504858110210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.647, 44.396167, 2.58]}, "bbox": [-110.647, 44.396167, -110.647, 44.396167]}, {"id": "5989", "type": "Feature", "properties": {"id": "us2000arui", "mag": 4.2, "time": 1504858026090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4738, 14.8297, 45.65]}, "bbox": [-94.4738, 14.8297, -94.4738, 14.8297]}, {"id": "5990", "type": "Feature", "properties": {"id": "us2000ahyr", "mag": 4.3, "time": 1504857969210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0003, 15.7457, 35.1]}, "bbox": [-95.0003, 15.7457, -95.0003, 15.7457]}, {"id": "5991", "type": "Feature", "properties": {"id": "us2000arul", "mag": 4.3, "time": 1504857669250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.801, 14.8524, 28.84]}, "bbox": [-94.801, 14.8524, -94.801, 14.8524]}, {"id": "5992", "type": "Feature", "properties": {"id": "us2000ahyk", "mag": 4.5, "time": 1504857596840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7758, 15.5339, 42.45]}, "bbox": [-94.7758, 15.5339, -94.7758, 15.5339]}, {"id": "5993", "type": "Feature", "properties": {"id": "nn00604180", "mag": 1.2, "time": 1504857534482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0136, 37.3074, 0.0]}, "bbox": [-115.0136, 37.3074, -115.0136, 37.3074]}, {"id": "5994", "type": "Feature", "properties": {"id": "ak16821856", "mag": 1.2, "time": 1504857418267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4697, 58.6313, 13.4]}, "bbox": [-157.4697, 58.6313, -157.4697, 58.6313]}, {"id": "5995", "type": "Feature", "properties": {"id": "nn00604280", "mag": 1.0, "time": 1504857267736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7805, 38.6696, 7.4]}, "bbox": [-119.7805, 38.6696, -119.7805, 38.6696]}, {"id": "5996", "type": "Feature", "properties": {"id": "us2000aruq", "mag": 4.3, "time": 1504857079940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6759, 15.5537, 36.84]}, "bbox": [-94.6759, 15.5537, -94.6759, 15.5537]}, {"id": "5997", "type": "Feature", "properties": {"id": "us2000ahyf", "mag": 3.2, "time": 1504857069370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4101, 42.5653, 6.35]}, "bbox": [-111.4101, 42.5653, -111.4101, 42.5653]}, {"id": "5998", "type": "Feature", "properties": {"id": "ci37757631", "mag": 1.01, "time": 1504856868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.778, 36.031333, 2.15]}, "bbox": [-117.778, 36.031333, -117.778, 36.031333]}, {"id": "5999", "type": "Feature", "properties": {"id": "us2000ay0x", "mag": 4.1, "time": 1504856777400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7738, 15.4661, 38.21]}, "bbox": [-94.7738, 15.4661, -94.7738, 15.4661]}, {"id": "6000", "type": "Feature", "properties": {"id": "ak16821855", "mag": 1.3, "time": 1504856435979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.538, 63.3273, 125.9]}, "bbox": [-150.538, 63.3273, -150.538, 63.3273]}, {"id": "6001", "type": "Feature", "properties": {"id": "us2000ahy9", "mag": 4.4, "time": 1504856316640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6365, 15.5777, 47.53]}, "bbox": [-94.6365, 15.5777, -94.6365, 15.5777]}, {"id": "6002", "type": "Feature", "properties": {"id": "us2000ahy5", "mag": 3.2, "time": 1504855878650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446, 42.6598, 6.58]}, "bbox": [-111.446, 42.6598, -111.446, 42.6598]}, {"id": "6003", "type": "Feature", "properties": {"id": "us2000ahy6", "mag": 4.4, "time": 1504855839640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7956, 15.6082, 34.65]}, "bbox": [-94.7956, 15.6082, -94.7956, 15.6082]}, {"id": "6004", "type": "Feature", "properties": {"id": "us2000arrn", "mag": 4.1, "time": 1504855556590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2068, 15.1108, 51.65]}, "bbox": [-94.2068, 15.1108, -94.2068, 15.1108]}, {"id": "6005", "type": "Feature", "properties": {"id": "us2000al71", "mag": 3.0, "time": 1504855456090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0677, 53.8832, 50.9]}, "bbox": [-164.0677, 53.8832, -164.0677, 53.8832]}, {"id": "6006", "type": "Feature", "properties": {"id": "ak16778144", "mag": 3.2, "time": 1504855447301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.611, 66.2631, 33.8]}, "bbox": [-135.611, 66.2631, -135.611, 66.2631]}, {"id": "6007", "type": "Feature", "properties": {"id": "us2000arri", "mag": 4.2, "time": 1504855233030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 15.126, 35.68]}, "bbox": [-94.9743, 15.126, -94.9743, 15.126]}, {"id": "6008", "type": "Feature", "properties": {"id": "nc72888356", "mag": 1.89, "time": 1504854775740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3305, 41.068, 11.84]}, "bbox": [-121.3305, 41.068, -121.3305, 41.068]}, {"id": "6009", "type": "Feature", "properties": {"id": "mb80253029", "mag": 1.45, "time": 1504854704970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.500667, 45.881, 8.81]}, "bbox": [-111.500667, 45.881, -111.500667, 45.881]}, {"id": "6010", "type": "Feature", "properties": {"id": "ak16778123", "mag": 2.3, "time": 1504854630925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7701, 57.7458, 12.0]}, "bbox": [-142.7701, 57.7458, -142.7701, 57.7458]}, {"id": "6011", "type": "Feature", "properties": {"id": "nc72888351", "mag": 1.26, "time": 1504854591960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.882167, 37.522833, -2.2]}, "bbox": [-118.882167, 37.522833, -118.882167, 37.522833]}, {"id": "6012", "type": "Feature", "properties": {"id": "hv61901091", "mag": 1.09, "time": 1504854245900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.447167, 19.4775, 2.47]}, "bbox": [-155.447167, 19.4775, -155.447167, 19.4775]}, {"id": "6013", "type": "Feature", "properties": {"id": "us2000ay45", "mag": 4.2, "time": 1504854208800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7971, 14.6019, 44.25]}, "bbox": [-94.7971, 14.6019, -94.7971, 14.6019]}, {"id": "6014", "type": "Feature", "properties": {"id": "us2000ahxm", "mag": 4.2, "time": 1504854069790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8774, 14.8705, 34.98]}, "bbox": [-93.8774, 14.8705, -93.8774, 14.8705]}, {"id": "6015", "type": "Feature", "properties": {"id": "us2000ay43", "mag": 4.1, "time": 1504853757100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8976, 15.4459, 61.28]}, "bbox": [-94.8976, 15.4459, -94.8976, 15.4459]}, {"id": "6016", "type": "Feature", "properties": {"id": "us2000ahxh", "mag": 3.6, "time": 1504853614760, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9507, 36.9956, 6.27]}, "bbox": [-104.9507, 36.9956, -104.9507, 36.9956]}, {"id": "6017", "type": "Feature", "properties": {"id": "ak16821851", "mag": 1.1, "time": 1504853435000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2544, 63.717, 83.4]}, "bbox": [-148.2544, 63.717, -148.2544, 63.717]}, {"id": "6018", "type": "Feature", "properties": {"id": "nc72888336", "mag": 0.98, "time": 1504853065280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.982833, 37.5425, 1.67]}, "bbox": [-118.982833, 37.5425, -118.982833, 37.5425]}, {"id": "6019", "type": "Feature", "properties": {"id": "ak16777966", "mag": 1.3, "time": 1504853023023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.715, 63.9895, 0.0]}, "bbox": [-148.715, 63.9895, -148.715, 63.9895]}, {"id": "6020", "type": "Feature", "properties": {"id": "us2000arut", "mag": 4.2, "time": 1504852684440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2381, 15.5108, 43.98]}, "bbox": [-94.2381, 15.5108, -94.2381, 15.5108]}, {"id": "6021", "type": "Feature", "properties": {"id": "ci37757623", "mag": 0.96, "time": 1504852586240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789, 33.501333, 5.44]}, "bbox": [-116.789, 33.501333, -116.789, 33.501333]}, {"id": "6022", "type": "Feature", "properties": {"id": "us2000arr6", "mag": 4.2, "time": 1504852477520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3508, 15.2654, 45.29]}, "bbox": [-94.3508, 15.2654, -94.3508, 15.2654]}, {"id": "6023", "type": "Feature", "properties": {"id": "nc72888331", "mag": 1.19, "time": 1504852408190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.759167, 1.73]}, "bbox": [-122.736, 38.759167, -122.736, 38.759167]}, {"id": "6024", "type": "Feature", "properties": {"id": "us2000arr7", "mag": 4.0, "time": 1504852398530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7954, 14.8479, 70.92]}, "bbox": [-93.7954, 14.8479, -93.7954, 14.8479]}, {"id": "6025", "type": "Feature", "properties": {"id": "nn00604169", "mag": 1.2, "time": 1504852379590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2104, 36.4921, 0.0]}, "bbox": [-116.2104, 36.4921, -116.2104, 36.4921]}, {"id": "6026", "type": "Feature", "properties": {"id": "us2000ahxc", "mag": 4.7, "time": 1504852332790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.8455, 72.6309, 10.0]}, "bbox": [3.8455, 72.6309, 3.8455, 72.6309]}, {"id": "6027", "type": "Feature", "properties": {"id": "nc72888321", "mag": 1.8, "time": 1504852052730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8065, 38.792167, 2.94]}, "bbox": [-122.8065, 38.792167, -122.8065, 38.792167]}, {"id": "6028", "type": "Feature", "properties": {"id": "us2000ahx3", "mag": 4.3, "time": 1504851979140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.627, 15.4476, 46.76]}, "bbox": [-94.627, 15.4476, -94.627, 15.4476]}, {"id": "6029", "type": "Feature", "properties": {"id": "ak16777937", "mag": 2.1, "time": 1504851258875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4392, 60.165, 78.3]}, "bbox": [-152.4392, 60.165, -152.4392, 60.165]}, {"id": "6030", "type": "Feature", "properties": {"id": "us2000arr1", "mag": 4.3, "time": 1504851196580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9103, 15.3461, 69.88]}, "bbox": [-93.9103, 15.3461, -93.9103, 15.3461]}, {"id": "6031", "type": "Feature", "properties": {"id": "ak16821848", "mag": 1.5, "time": 1504851158790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7947, 60.1163, 106.0]}, "bbox": [-152.7947, 60.1163, -152.7947, 60.1163]}, {"id": "6032", "type": "Feature", "properties": {"id": "us2000ahwt", "mag": 4.6, "time": 1504850928420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5535, 15.437, 48.5]}, "bbox": [-94.5535, 15.437, -94.5535, 15.437]}, {"id": "6033", "type": "Feature", "properties": {"id": "us2000arr4", "mag": 4.3, "time": 1504850711370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9041, 15.1749, 40.34]}, "bbox": [-94.9041, 15.1749, -94.9041, 15.1749]}, {"id": "6034", "type": "Feature", "properties": {"id": "ak16777931", "mag": 1.3, "time": 1504850655355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0257, 67.0569, 3.6]}, "bbox": [-156.0257, 67.0569, -156.0257, 67.0569]}, {"id": "6035", "type": "Feature", "properties": {"id": "us2000arr2", "mag": 4.2, "time": 1504850627530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1989, 15.0884, 40.99]}, "bbox": [-95.1989, 15.0884, -95.1989, 15.0884]}, {"id": "6036", "type": "Feature", "properties": {"id": "us2000arrk", "mag": 4.2, "time": 1504850557880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7531, 15.4362, 36.4]}, "bbox": [-94.7531, 15.4362, -94.7531, 15.4362]}, {"id": "6037", "type": "Feature", "properties": {"id": "nc72888301", "mag": 1.87, "time": 1504850251760, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.820667, 3.26]}, "bbox": [-122.802333, 38.820667, -122.802333, 38.820667]}, {"id": "6038", "type": "Feature", "properties": {"id": "us2000ahwk", "mag": 4.6, "time": 1504850223990, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1219, 15.2941, 54.75]}, "bbox": [-94.1219, 15.2941, -94.1219, 15.2941]}, {"id": "6039", "type": "Feature", "properties": {"id": "us2000ahx1", "mag": 4.3, "time": 1504850059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9647, 15.304, 72.81]}, "bbox": [-93.9647, 15.304, -93.9647, 15.304]}, {"id": "6040", "type": "Feature", "properties": {"id": "us2000ay3u", "mag": 4.2, "time": 1504849825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.712, 15.4284, 47.14]}, "bbox": [-94.712, 15.4284, -94.712, 15.4284]}, {"id": "6041", "type": "Feature", "properties": {"id": "nc72888296", "mag": 1.15, "time": 1504849761840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.847667, 0.54]}, "bbox": [-122.800667, 38.847667, -122.800667, 38.847667]}, {"id": "6042", "type": "Feature", "properties": {"id": "us2000ay3t", "mag": 4.4, "time": 1504849737970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8795, 15.668, 47.2]}, "bbox": [-94.8795, 15.668, -94.8795, 15.668]}, {"id": "6043", "type": "Feature", "properties": {"id": "nc72888271", "mag": 1.56, "time": 1504849628820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.846333, 0.64]}, "bbox": [-122.8005, 38.846333, -122.8005, 38.846333]}, {"id": "6044", "type": "Feature", "properties": {"id": "nc72888266", "mag": 1.02, "time": 1504849513230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801666, 38.847332, 0.61]}, "bbox": [-122.801666, 38.847332, -122.801666, 38.847332]}, {"id": "6045", "type": "Feature", "properties": {"id": "us2000ahw5", "mag": 5.0, "time": 1504849467850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7228, 15.5333, 34.69]}, "bbox": [-94.7228, 15.5333, -94.7228, 15.5333]}, {"id": "6046", "type": "Feature", "properties": {"id": "us2000arr3", "mag": 4.3, "time": 1504849426720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0216, 15.4454, 53.87]}, "bbox": [-94.0216, 15.4454, -94.0216, 15.4454]}, {"id": "6047", "type": "Feature", "properties": {"id": "nc72888261", "mag": 0.99, "time": 1504849348500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.761002, 38.832501, 0.49]}, "bbox": [-122.761002, 38.832501, -122.761002, 38.832501]}, {"id": "6048", "type": "Feature", "properties": {"id": "nn00604165", "mag": 2.1, "time": 1504849234193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9828, 37.2854, 2.6]}, "bbox": [-114.9828, 37.2854, -114.9828, 37.2854]}, {"id": "6049", "type": "Feature", "properties": {"id": "us2000arr0", "mag": 4.9, "time": 1504849156050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9438, 15.1471, 68.27]}, "bbox": [-93.9438, 15.1471, -93.9438, 15.1471]}, {"id": "6050", "type": "Feature", "properties": {"id": "us2000ay3s", "mag": 4.7, "time": 1504849019590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8391, 15.6629, 60.73]}, "bbox": [-94.8391, 15.6629, -94.8391, 15.6629]}, {"id": "6051", "type": "Feature", "properties": {"id": "us2000arux", "mag": 5.1, "time": 1504848867960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0987, 14.9089, 42.35]}, "bbox": [-94.0987, 14.9089, -94.0987, 14.9089]}, {"id": "6052", "type": "Feature", "properties": {"id": "us2000ai3y", "mag": 2.5, "time": 1504848837100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4714, 36.5024, 6.91]}, "bbox": [-98.4714, 36.5024, -98.4714, 36.5024]}, {"id": "6053", "type": "Feature", "properties": {"id": "us2000ahvy", "mag": 5.2, "time": 1504848817820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4082, 15.2843, 45.81]}, "bbox": [-94.4082, 15.2843, -94.4082, 15.2843]}, {"id": "6054", "type": "Feature", "properties": {"id": "us2000arqy", "mag": 4.6, "time": 1504848547140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9331, 15.1504, 39.51]}, "bbox": [-93.9331, 15.1504, -93.9331, 15.1504]}, {"id": "6055", "type": "Feature", "properties": {"id": "nc72888241", "mag": 1.03, "time": 1504848340890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.847832, 0.49]}, "bbox": [-122.800835, 38.847832, -122.800835, 38.847832]}, {"id": "6056", "type": "Feature", "properties": {"id": "us2000ahvs", "mag": 5.2, "time": 1504848276840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5946, 15.2029, 49.18]}, "bbox": [-94.5946, 15.2029, -94.5946, 15.2029]}, {"id": "6057", "type": "Feature", "properties": {"id": "nc72888226", "mag": 1.48, "time": 1504848105550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.848167, 0.48]}, "bbox": [-122.802, 38.848167, -122.802, 38.848167]}, {"id": "6058", "type": "Feature", "properties": {"id": "nn00604164", "mag": 1.9, "time": 1504848096515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8669, 37.2911, 8.9]}, "bbox": [-115.8669, 37.2911, -115.8669, 37.2911]}, {"id": "6059", "type": "Feature", "properties": {"id": "us2000ay3q", "mag": 4.8, "time": 1504848059390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6096, 15.9617, 41.51]}, "bbox": [-94.6096, 15.9617, -94.6096, 15.9617]}, {"id": "6060", "type": "Feature", "properties": {"id": "us2000ahvc", "mag": 5.3, "time": 1504847863090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5672, 15.5726, 51.13]}, "bbox": [-94.5672, 15.5726, -94.5672, 15.5726]}, {"id": "6061", "type": "Feature", "properties": {"id": "nc71107624", "mag": 2.16, "time": 1504847827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.752167, 39.287167, 10.78]}, "bbox": [-122.752167, 39.287167, -122.752167, 39.287167]}, {"id": "6062", "type": "Feature", "properties": {"id": "nc72888211", "mag": 1.01, "time": 1504847761210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.848667, 6.01]}, "bbox": [-122.765663, 38.848667, -122.765663, 38.848667]}, {"id": "6063", "type": "Feature", "properties": {"id": "nc72888201", "mag": 1.17, "time": 1504847709790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80883, 38.829666, 0.99]}, "bbox": [-122.80883, 38.829666, -122.80883, 38.829666]}, {"id": "6064", "type": "Feature", "properties": {"id": "pr2017251000", "mag": 3.73, "time": 1504847643290, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2905, 19.3283, 52.0]}, "bbox": [-68.2905, 19.3283, -68.2905, 19.3283]}, {"id": "6065", "type": "Feature", "properties": {"id": "us2000arqw", "mag": 4.8, "time": 1504847625230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8789, 15.4565, 61.03]}, "bbox": [-93.8789, 15.4565, -93.8789, 15.4565]}, {"id": "6066", "type": "Feature", "properties": {"id": "us2000arqv", "mag": 5.0, "time": 1504847479550, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5159, 2.4289, 235.24]}, "bbox": [128.5159, 2.4289, 128.5159, 2.4289]}, {"id": "6067", "type": "Feature", "properties": {"id": "nc71107629", "mag": 1.35, "time": 1504847454920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805833, 38.815333, 2.23]}, "bbox": [-122.805833, 38.815333, -122.805833, 38.815333]}, {"id": "6068", "type": "Feature", "properties": {"id": "nc72888186", "mag": 1.45, "time": 1504847378350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.766, 38.8255, 0.39]}, "bbox": [-122.766, 38.8255, -122.766, 38.8255]}, {"id": "6069", "type": "Feature", "properties": {"id": "nc72888181", "mag": 2.28, "time": 1504847361610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7555, 38.775667, 0.02]}, "bbox": [-122.7555, 38.775667, -122.7555, 38.775667]}, {"id": "6070", "type": "Feature", "properties": {"id": "nc72888171", "mag": 1.83, "time": 1504847323920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7715, 38.817333, -0.11]}, "bbox": [-122.7715, 38.817333, -122.7715, 38.817333]}, {"id": "6071", "type": "Feature", "properties": {"id": "nc71107399", "mag": 1.12, "time": 1504847319000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771167, 38.819333, -0.31]}, "bbox": [-122.771167, 38.819333, -122.771167, 38.819333]}, {"id": "6072", "type": "Feature", "properties": {"id": "nc72888156", "mag": 1.24, "time": 1504847297950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.556, 38.807, 15.91]}, "bbox": [-122.556, 38.807, -122.556, 38.807]}, {"id": "6073", "type": "Feature", "properties": {"id": "nc72888151", "mag": 1.36, "time": 1504847289840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.822, 1.41]}, "bbox": [-122.806, 38.822, -122.806, 38.822]}, {"id": "6074", "type": "Feature", "properties": {"id": "nc72888176", "mag": 1.79, "time": 1504847279970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739667, 38.774, -0.49]}, "bbox": [-122.739667, 38.774, -122.739667, 38.774]}, {"id": "6075", "type": "Feature", "properties": {"id": "nc72888146", "mag": 2.3, "time": 1504847258860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817833, 38.815167, 0.34]}, "bbox": [-122.817833, 38.815167, -122.817833, 38.815167]}, {"id": "6076", "type": "Feature", "properties": {"id": "nc72888141", "mag": 2.42, "time": 1504847223340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.83, 1.81]}, "bbox": [-122.800667, 38.83, -122.800667, 38.83]}, {"id": "6077", "type": "Feature", "properties": {"id": "us2000ahv7", "mag": 5.7, "time": 1504846893100, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2707, 15.1746, 35.87]}, "bbox": [-94.2707, 15.1746, -94.2707, 15.1746]}, {"id": "6078", "type": "Feature", "properties": {"id": "ak16777708", "mag": 1.1, "time": 1504846594461, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0631, 61.4229, 6.8]}, "bbox": [-151.0631, 61.4229, -151.0631, 61.4229]}, {"id": "6079", "type": "Feature", "properties": {"id": "mb80252994", "mag": 1.72, "time": 1504846249390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.541833, 46.857167, 12.55]}, "bbox": [-112.541833, 46.857167, -112.541833, 46.857167]}, {"id": "6080", "type": "Feature", "properties": {"id": "us2000ahv0", "mag": 8.1, "time": 1504846160000, "felt": 2494.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-93.9067, 15.0356, 56.67]}, "bbox": [-93.9067, 15.0356, -93.9067, 15.0356]}, {"id": "6081", "type": "Feature", "properties": {"id": "us2000ai6a", "mag": 2.5, "time": 1504846040410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.4753, 53.7845, 22.98]}, "bbox": [-163.4753, 53.7845, -163.4753, 53.7845]}, {"id": "6082", "type": "Feature", "properties": {"id": "nc72888131", "mag": 1.2, "time": 1504845594500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.463833, -1.37]}, "bbox": [-118.8105, 37.463833, -118.8105, 37.463833]}, {"id": "6083", "type": "Feature", "properties": {"id": "ak16821844", "mag": 2.0, "time": 1504845256450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.621, 51.2706, 13.2]}, "bbox": [178.621, 51.2706, 178.621, 51.2706]}, {"id": "6084", "type": "Feature", "properties": {"id": "ci37757591", "mag": 1.24, "time": 1504844674340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.899167, 34.321833, 9.91]}, "bbox": [-116.899167, 34.321833, -116.899167, 34.321833]}, {"id": "6085", "type": "Feature", "properties": {"id": "ak16821842", "mag": 2.0, "time": 1504843966513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0405, 51.3724, 44.9]}, "bbox": [179.0405, 51.3724, 179.0405, 51.3724]}, {"id": "6086", "type": "Feature", "properties": {"id": "ak16821841", "mag": 2.4, "time": 1504843627204, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0538, 52.2197, 10.6]}, "bbox": [-165.0538, 52.2197, -165.0538, 52.2197]}, {"id": "6087", "type": "Feature", "properties": {"id": "ak16821840", "mag": 1.4, "time": 1504843458180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7807, 61.7731, 61.9]}, "bbox": [-150.7807, 61.7731, -150.7807, 61.7731]}, {"id": "6088", "type": "Feature", "properties": {"id": "ak16821839", "mag": 1.1, "time": 1504843388032, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5616, 61.4081, 45.5]}, "bbox": [-149.5616, 61.4081, -149.5616, 61.4081]}, {"id": "6089", "type": "Feature", "properties": {"id": "ak16777570", "mag": 1.9, "time": 1504843130740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.812, 51.8664, 11.6]}, "bbox": [-173.812, 51.8664, -173.812, 51.8664]}, {"id": "6090", "type": "Feature", "properties": {"id": "ak16821837", "mag": 1.7, "time": 1504843122073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.717, 58.7435, 117.7]}, "bbox": [-154.717, 58.7435, -154.717, 58.7435]}, {"id": "6091", "type": "Feature", "properties": {"id": "ak16821836", "mag": 1.3, "time": 1504842507708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7323, 60.5323, 52.2]}, "bbox": [-150.7323, 60.5323, -150.7323, 60.5323]}, {"id": "6092", "type": "Feature", "properties": {"id": "ci37757551", "mag": 1.47, "time": 1504841647940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.496333, 3.33]}, "bbox": [-116.7945, 33.496333, -116.7945, 33.496333]}, {"id": "6093", "type": "Feature", "properties": {"id": "us2000ahus", "mag": 4.7, "time": 1504841042960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.0592, 52.1619, 10.0]}, "bbox": [-169.0592, 52.1619, -169.0592, 52.1619]}, {"id": "6094", "type": "Feature", "properties": {"id": "ak16777419", "mag": 1.0, "time": 1504839731548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.81, 64.7157, 15.2]}, "bbox": [-153.81, 64.7157, -153.81, 64.7157]}, {"id": "6095", "type": "Feature", "properties": {"id": "ak16777418", "mag": 2.4, "time": 1504839437977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7414, 52.1837, 13.2]}, "bbox": [-174.7414, 52.1837, -174.7414, 52.1837]}, {"id": "6096", "type": "Feature", "properties": {"id": "ak16821832", "mag": 2.4, "time": 1504839217735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2407, 52.3318, 38.5]}, "bbox": [-169.2407, 52.3318, -169.2407, 52.3318]}, {"id": "6097", "type": "Feature", "properties": {"id": "hv61900746", "mag": 2.1, "time": 1504839173590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.978833, 19.772, 43.163]}, "bbox": [-154.978833, 19.772, -154.978833, 19.772]}, {"id": "6098", "type": "Feature", "properties": {"id": "ismpkansas70234763", "mag": 1.85, "time": 1504838718270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887167, 37.203, 6.15]}, "bbox": [-97.887167, 37.203, -97.887167, 37.203]}, {"id": "6099", "type": "Feature", "properties": {"id": "ci37757519", "mag": 1.49, "time": 1504838267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.945167, 34.213667, 19.49]}, "bbox": [-118.945167, 34.213667, -118.945167, 34.213667]}, {"id": "6100", "type": "Feature", "properties": {"id": "us2000ahub", "mag": 4.3, "time": 1504837583700, "felt": 823.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.683, 36.6996, 6.073]}, "bbox": [-97.683, 36.6996, -97.683, 36.6996]}, {"id": "6101", "type": "Feature", "properties": {"id": "ak16777416", "mag": 1.3, "time": 1504836895690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6982, 63.5777, 11.7]}, "bbox": [-150.6982, 63.5777, -150.6982, 63.5777]}, {"id": "6102", "type": "Feature", "properties": {"id": "uw61304877", "mag": 1.15, "time": 1504836765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.568333, 48.699167, 3.29]}, "bbox": [-122.568333, 48.699167, -122.568333, 48.699167]}, {"id": "6103", "type": "Feature", "properties": {"id": "us2000ahu8", "mag": 3.7, "time": 1504836433340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4569, 42.6238, 5.0]}, "bbox": [-111.4569, 42.6238, -111.4569, 42.6238]}, {"id": "6104", "type": "Feature", "properties": {"id": "nc72888096", "mag": 2.03, "time": 1504835142230, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.053667, 37.835167, 7.59]}, "bbox": [-122.053667, 37.835167, -122.053667, 37.835167]}, {"id": "6105", "type": "Feature", "properties": {"id": "ak16821829", "mag": 1.5, "time": 1504834613166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7652, 67.5597, 6.1]}, "bbox": [-163.7652, 67.5597, -163.7652, 67.5597]}, {"id": "6106", "type": "Feature", "properties": {"id": "hv61900626", "mag": 2.91, "time": 1504833891990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.011833, 19.399333, 2.609]}, "bbox": [-155.011833, 19.399333, -155.011833, 19.399333]}], "bbox": [-179.9476, -60.0959, 179.9778, 79.5651]}, "cluster": true, "clusterMaxZoom": 14, "clusterMinPoints": 2, "clusterProperties": {"maxMag": ["max", ["get", "mag"]], "minMag": ["min", ["get", "mag"]]}, "clusterRadius": 50, "type": "geojson"}}, null]], ["addPopup", ["earthquake-labels", null, null]], ["fitBounds", [[-179.9476, -60.0959, 179.9778, 79.5651]]], ["setLayoutProperty", ["earthquake-labels", "visibility", "visible"]], ["setPaintProperty", ["earthquake-labels", "symbol-opacity", 1.0]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-103.59179, 40.66995], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "earthquake-circles", "type": "circle", "filter": ["!", ["has", "point_count"]], "paint": {"circle-color": "darkblue"}, "source": {"data": {"type": "FeatureCollection", "features": [{"id": "0", "type": "Feature", "properties": {"id": "ak16994521", "mag": 2.3, "time": 1507425650893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5129, 63.1016, 0.0]}, "bbox": [-151.5129, 63.1016, -151.5129, 63.1016]}, {"id": "1", "type": "Feature", "properties": {"id": "ak16994519", "mag": 1.7, "time": 1507425289659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4048, 63.1224, 105.5]}, "bbox": [-150.4048, 63.1224, -150.4048, 63.1224]}, {"id": "2", "type": "Feature", "properties": {"id": "ak16994517", "mag": 1.6, "time": 1507424832518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3597, 63.0781, 0.0]}, "bbox": [-151.3597, 63.0781, -151.3597, 63.0781]}, {"id": "3", "type": "Feature", "properties": {"id": "ci38021336", "mag": 1.42, "time": 1507423898710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.497, 34.299667, 7.64]}, "bbox": [-118.497, 34.299667, -118.497, 34.299667]}, {"id": "4", "type": "Feature", "properties": {"id": "us2000b2nn", "mag": 4.2, "time": 1507422626990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.6901, 12.0623, 46.41]}, "bbox": [-87.6901, 12.0623, -87.6901, 12.0623]}, {"id": "5", "type": "Feature", "properties": {"id": "ak16994510", "mag": 1.6, "time": 1507422449194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5053, 63.0719, 0.0]}, "bbox": [-151.5053, 63.0719, -151.5053, 63.0719]}, {"id": "6", "type": "Feature", "properties": {"id": "us2000b2nb", "mag": 4.6, "time": 1507420784440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4576, -20.2873, 614.26]}, "bbox": [-178.4576, -20.2873, -178.4576, -20.2873]}, {"id": "7", "type": "Feature", "properties": {"id": "ak16994298", "mag": 2.4, "time": 1507419370097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.789, 63.1725, 7.5]}, "bbox": [-148.789, 63.1725, -148.789, 63.1725]}, {"id": "8", "type": "Feature", "properties": {"id": "nc72905861", "mag": 1.39, "time": 1507418785100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.993164, 36.421833, 6.37]}, "bbox": [-120.993164, 36.421833, -120.993164, 36.421833]}, {"id": "9", "type": "Feature", "properties": {"id": "ci38021304", "mag": 1.11, "time": 1507418426010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0155, 33.656333, 12.37]}, "bbox": [-117.0155, 33.656333, -117.0155, 33.656333]}, {"id": "10", "type": "Feature", "properties": {"id": "ak16994293", "mag": 1.5, "time": 1507417256497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.512, 63.0879, 10.8]}, "bbox": [-151.512, 63.0879, -151.512, 63.0879]}, {"id": "11", "type": "Feature", "properties": {"id": "ak16994287", "mag": 2.0, "time": 1507413903714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4378, 63.0933, 0.0]}, "bbox": [-151.4378, 63.0933, -151.4378, 63.0933]}, {"id": "12", "type": "Feature", "properties": {"id": "ak16994285", "mag": 1.5, "time": 1507413670029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6538, 63.2272, 96.8]}, "bbox": [-149.6538, 63.2272, -149.6538, 63.2272]}, {"id": "13", "type": "Feature", "properties": {"id": "ak16994283", "mag": 1.4, "time": 1507413587442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5325, 63.0844, 0.0]}, "bbox": [-151.5325, 63.0844, -151.5325, 63.0844]}, {"id": "14", "type": "Feature", "properties": {"id": "ak16994280", "mag": 1.3, "time": 1507413266231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4752, 61.8518, 54.3]}, "bbox": [-149.4752, 61.8518, -149.4752, 61.8518]}, {"id": "15", "type": "Feature", "properties": {"id": "ak16994278", "mag": 1.8, "time": 1507413195076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8597, 61.6214, 50.0]}, "bbox": [-150.8597, 61.6214, -150.8597, 61.6214]}, {"id": "16", "type": "Feature", "properties": {"id": "ak16994274", "mag": 1.9, "time": 1507412827617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7142, 62.9656, 93.6]}, "bbox": [-149.7142, 62.9656, -149.7142, 62.9656]}, {"id": "17", "type": "Feature", "properties": {"id": "ak16994273", "mag": 1.2, "time": 1507411925999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2484, 61.2705, 69.1]}, "bbox": [-151.2484, 61.2705, -151.2484, 61.2705]}, {"id": "18", "type": "Feature", "properties": {"id": "ak16994270", "mag": 2.0, "time": 1507411814209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0732, 65.5942, 14.8]}, "bbox": [-152.0732, 65.5942, -152.0732, 65.5942]}, {"id": "19", "type": "Feature", "properties": {"id": "us2000b2ly", "mag": 4.1, "time": 1507411448780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.5445, 13.5146, 54.36]}, "bbox": [-90.5445, 13.5146, -90.5445, 13.5146]}, {"id": "20", "type": "Feature", "properties": {"id": "nc72905841", "mag": 1.38, "time": 1507411214450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819504, 37.605499, 4.14]}, "bbox": [-118.819504, 37.605499, -118.819504, 37.605499]}, {"id": "21", "type": "Feature", "properties": {"id": "nc72905836", "mag": 1.4, "time": 1507410206440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.930168, 37.636833, -0.71]}, "bbox": [-118.930168, 37.636833, -118.930168, 37.636833]}, {"id": "22", "type": "Feature", "properties": {"id": "ci38021272", "mag": 1.34, "time": 1507408122250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509167, 34.1555, 16.34]}, "bbox": [-117.509167, 34.1555, -117.509167, 34.1555]}, {"id": "23", "type": "Feature", "properties": {"id": "ci38021264", "mag": 1.0, "time": 1507407938100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.5115, 5.16]}, "bbox": [-116.792167, 33.5115, -116.792167, 33.5115]}, {"id": "24", "type": "Feature", "properties": {"id": "ak16993963", "mag": 1.4, "time": 1507407100665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9126, 63.1812, 150.4]}, "bbox": [-150.9126, 63.1812, -150.9126, 63.1812]}, {"id": "25", "type": "Feature", "properties": {"id": "hv61936851", "mag": 2.55, "time": 1507406278360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.078659, 19.374167, 2.15]}, "bbox": [-155.078659, 19.374167, -155.078659, 19.374167]}, {"id": "26", "type": "Feature", "properties": {"id": "ak16993960", "mag": 1.4, "time": 1507405129739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3106, 61.5726, 26.9]}, "bbox": [-147.3106, 61.5726, -147.3106, 61.5726]}, {"id": "27", "type": "Feature", "properties": {"id": "ak16993952", "mag": 1.7, "time": 1507403679922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5846, 60.2607, 34.2]}, "bbox": [-150.5846, 60.2607, -150.5846, 60.2607]}, {"id": "28", "type": "Feature", "properties": {"id": "ci38021224", "mag": 1.04, "time": 1507401391710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 34.254833, 18.27]}, "bbox": [-116.929, 34.254833, -116.929, 34.254833]}, {"id": "29", "type": "Feature", "properties": {"id": "ak16993752", "mag": 1.3, "time": 1507401212982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5065, 63.0847, 0.0]}, "bbox": [-151.5065, 63.0847, -151.5065, 63.0847]}, {"id": "30", "type": "Feature", "properties": {"id": "ak16993746", "mag": 1.3, "time": 1507399350671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8929, 63.5257, 3.3]}, "bbox": [-147.8929, 63.5257, -147.8929, 63.5257]}, {"id": "31", "type": "Feature", "properties": {"id": "us2000b2jk", "mag": 4.6, "time": 1507398878400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.7258, -18.9821, 195.22]}, "bbox": [-175.7258, -18.9821, -175.7258, -18.9821]}, {"id": "32", "type": "Feature", "properties": {"id": "ak16993741", "mag": 1.6, "time": 1507398797233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3473, 63.0775, 0.0]}, "bbox": [-151.3473, 63.0775, -151.3473, 63.0775]}, {"id": "33", "type": "Feature", "properties": {"id": "nc72905766", "mag": 2.64, "time": 1507397278960, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.137497, 36.579834, 7.72]}, "bbox": [-121.137497, 36.579834, -121.137497, 36.579834]}, {"id": "34", "type": "Feature", "properties": {"id": "ak16993738", "mag": 1.4, "time": 1507396778206, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1075, 61.8312, 71.7]}, "bbox": [-151.1075, 61.8312, -151.1075, 61.8312]}, {"id": "35", "type": "Feature", "properties": {"id": "ak16993736", "mag": 1.2, "time": 1507396542471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3769, 63.0621, 0.0]}, "bbox": [-151.3769, 63.0621, -151.3769, 63.0621]}, {"id": "36", "type": "Feature", "properties": {"id": "us2000b2ii", "mag": 4.3, "time": 1507395765330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8319, 16.7195, 58.84]}, "bbox": [-94.8319, 16.7195, -94.8319, 16.7195]}, {"id": "37", "type": "Feature", "properties": {"id": "uw61339006", "mag": 1.91, "time": 1507395622730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.689833, 47.049167, 5.38]}, "bbox": [-120.689833, 47.049167, -120.689833, 47.049167]}, {"id": "38", "type": "Feature", "properties": {"id": "ak16993732", "mag": 1.7, "time": 1507395602456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5283, 63.0785, 0.0]}, "bbox": [-151.5283, 63.0785, -151.5283, 63.0785]}, {"id": "39", "type": "Feature", "properties": {"id": "ak16993720", "mag": 2.5, "time": 1507394741482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6683, 60.7696, 67.1]}, "bbox": [-151.6683, 60.7696, -151.6683, 60.7696]}, {"id": "40", "type": "Feature", "properties": {"id": "ak16993714", "mag": 1.6, "time": 1507394402896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7591, 61.6478, 30.6]}, "bbox": [-149.7591, 61.6478, -149.7591, 61.6478]}, {"id": "41", "type": "Feature", "properties": {"id": "ak16993710", "mag": 1.5, "time": 1507393418705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3458, 63.0633, 0.0]}, "bbox": [-151.3458, 63.0633, -151.3458, 63.0633]}, {"id": "42", "type": "Feature", "properties": {"id": "ak16993699", "mag": 1.6, "time": 1507392875390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4669, 63.0675, 3.4]}, "bbox": [-151.4669, 63.0675, -151.4669, 63.0675]}, {"id": "43", "type": "Feature", "properties": {"id": "ak16993695", "mag": 1.3, "time": 1507392837463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5169, 63.083, 1.0]}, "bbox": [-151.5169, 63.083, -151.5169, 63.083]}, {"id": "44", "type": "Feature", "properties": {"id": "ak16993692", "mag": 2.3, "time": 1507392657193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4771, 63.0742, 4.3]}, "bbox": [-151.4771, 63.0742, -151.4771, 63.0742]}, {"id": "45", "type": "Feature", "properties": {"id": "ak16993486", "mag": 4.2, "time": 1507392435159, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.458, 63.1276, 14.9]}, "bbox": [-151.458, 63.1276, -151.458, 63.1276]}, {"id": "46", "type": "Feature", "properties": {"id": "us2000b2hz", "mag": 4.3, "time": 1507392287310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9686, 16.6087, 69.65]}, "bbox": [-94.9686, 16.6087, -94.9686, 16.6087]}, {"id": "47", "type": "Feature", "properties": {"id": "nc72905751", "mag": 1.21, "time": 1507391530870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023666, 37.605335, 1.97]}, "bbox": [-119.023666, 37.605335, -119.023666, 37.605335]}, {"id": "48", "type": "Feature", "properties": {"id": "ci38021056", "mag": 1.95, "time": 1507390783500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.493, 3.65]}, "bbox": [-116.793833, 33.493, -116.793833, 33.493]}, {"id": "49", "type": "Feature", "properties": {"id": "ci38021048", "mag": 1.02, "time": 1507388708760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.225, 34.0335, 0.39]}, "bbox": [-117.225, 34.0335, -117.225, 34.0335]}, {"id": "50", "type": "Feature", "properties": {"id": "ak16993303", "mag": 1.9, "time": 1507385638408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.2623, 0.9]}, "bbox": [-151.0033, 63.2623, -151.0033, 63.2623]}, {"id": "51", "type": "Feature", "properties": {"id": "us2000b2hc", "mag": 4.9, "time": 1507385606770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3179, -30.4302, 10.0]}, "bbox": [-177.3179, -30.4302, -177.3179, -30.4302]}, {"id": "52", "type": "Feature", "properties": {"id": "ak16993301", "mag": 2.1, "time": 1507383291943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1913, 58.5727, 85.2]}, "bbox": [-154.1913, 58.5727, -154.1913, 58.5727]}, {"id": "53", "type": "Feature", "properties": {"id": "uu60251607", "mag": 3.09, "time": 1507383200950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.140503, 38.030666, 7.29]}, "bbox": [-113.140503, 38.030666, -113.140503, 38.030666]}, {"id": "54", "type": "Feature", "properties": {"id": "nc72905716", "mag": 1.07, "time": 1507382878240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.789166, 2.09]}, "bbox": [-122.765663, 38.789166, -122.765663, 38.789166]}, {"id": "55", "type": "Feature", "properties": {"id": "nc72905711", "mag": 1.17, "time": 1507382428800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.678001, 37.621498, 4.39]}, "bbox": [-121.678001, 37.621498, -121.678001, 37.621498]}, {"id": "56", "type": "Feature", "properties": {"id": "ak16993140", "mag": 1.9, "time": 1507381096302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8813, 63.1738, 75.2]}, "bbox": [-148.8813, 63.1738, -148.8813, 63.1738]}, {"id": "57", "type": "Feature", "properties": {"id": "ak16993128", "mag": 1.6, "time": 1507378828395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.531, 61.7978, 14.8]}, "bbox": [-149.531, 61.7978, -149.531, 61.7978]}, {"id": "58", "type": "Feature", "properties": {"id": "hv61936621", "mag": 1.98, "time": 1507378497820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.423492, 19.223499, 34.62]}, "bbox": [-155.423492, 19.223499, -155.423492, 19.223499]}, {"id": "59", "type": "Feature", "properties": {"id": "ak16993119", "mag": 1.5, "time": 1507378014192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.8317, 59.7754, 0.0]}, "bbox": [-138.8317, 59.7754, -138.8317, 59.7754]}, {"id": "60", "type": "Feature", "properties": {"id": "nc72905681", "mag": 1.39, "time": 1507377675100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.8255, 2.24]}, "bbox": [-122.793999, 38.8255, -122.793999, 38.8255]}, {"id": "61", "type": "Feature", "properties": {"id": "hv61936531", "mag": 2.66, "time": 1507377140600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.32016, 19.338667, 4.3]}, "bbox": [-155.32016, 19.338667, -155.32016, 19.338667]}, {"id": "62", "type": "Feature", "properties": {"id": "ak16992960", "mag": 1.9, "time": 1507376759252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4264, 67.7636, 0.0]}, "bbox": [-158.4264, 67.7636, -158.4264, 67.7636]}, {"id": "63", "type": "Feature", "properties": {"id": "ak16992953", "mag": 2.1, "time": 1507376626801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5725, 59.8372, 0.0]}, "bbox": [-136.5725, 59.8372, -136.5725, 59.8372]}, {"id": "64", "type": "Feature", "properties": {"id": "us2000b2fz", "mag": 4.1, "time": 1507372645200, "felt": 103.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7814, -32.4981, 23.29]}, "bbox": [-71.7814, -32.4981, -71.7814, -32.4981]}, {"id": "65", "type": "Feature", "properties": {"id": "nn00608370", "mag": 1.3, "time": 1507370926907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9711, 36.3094, 7.8]}, "bbox": [-115.9711, 36.3094, -115.9711, 36.3094]}, {"id": "66", "type": "Feature", "properties": {"id": "ak16992628", "mag": 1.5, "time": 1507369548317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8046, 65.9499, 0.0]}, "bbox": [-163.8046, 65.9499, -163.8046, 65.9499]}, {"id": "67", "type": "Feature", "properties": {"id": "ak16992625", "mag": 1.4, "time": 1507369466929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8309, 63.376, 82.0]}, "bbox": [-147.8309, 63.376, -147.8309, 63.376]}, {"id": "68", "type": "Feature", "properties": {"id": "nc72905641", "mag": 1.22, "time": 1507368529650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.724167, 38.760334, 1.16]}, "bbox": [-122.724167, 38.760334, -122.724167, 38.760334]}, {"id": "69", "type": "Feature", "properties": {"id": "us2000b2fc", "mag": 5.1, "time": 1507368374110, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9778, -1.6647, 147.34]}, "bbox": [-77.9778, -1.6647, -77.9778, -1.6647]}, {"id": "70", "type": "Feature", "properties": {"id": "ak16992611", "mag": 2.1, "time": 1507366872675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3324, 62.9966, 88.4]}, "bbox": [-150.3324, 62.9966, -150.3324, 62.9966]}, {"id": "71", "type": "Feature", "properties": {"id": "ak16992607", "mag": 1.8, "time": 1507366536698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4858, 64.7593, 11.3]}, "bbox": [-146.4858, 64.7593, -146.4858, 64.7593]}, {"id": "72", "type": "Feature", "properties": {"id": "us2000b2et", "mag": 4.9, "time": 1507365487800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7469, -33.0092, 10.0]}, "bbox": [-177.7469, -33.0092, -177.7469, -33.0092]}, {"id": "73", "type": "Feature", "properties": {"id": "ak16992603", "mag": 2.2, "time": 1507364931625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8133, 59.8473, 0.0]}, "bbox": [-136.8133, 59.8473, -136.8133, 59.8473]}, {"id": "74", "type": "Feature", "properties": {"id": "ci38020960", "mag": 1.0, "time": 1507363084310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.673833, 33.904333, 35.76]}, "bbox": [-116.673833, 33.904333, -116.673833, 33.904333]}, {"id": "75", "type": "Feature", "properties": {"id": "hv61936261", "mag": 1.72, "time": 1507362853030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382172, 19.23, 34.41]}, "bbox": [-155.382172, 19.23, -155.382172, 19.23]}, {"id": "76", "type": "Feature", "properties": {"id": "ak16992451", "mag": 1.8, "time": 1507362228460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.427, 66.3947, 5.8]}, "bbox": [-153.427, 66.3947, -153.427, 66.3947]}, {"id": "77", "type": "Feature", "properties": {"id": "ci38020944", "mag": 1.0, "time": 1507362158010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.457667, 34.326, 2.73]}, "bbox": [-116.457667, 34.326, -116.457667, 34.326]}, {"id": "78", "type": "Feature", "properties": {"id": "mb80259564", "mag": 1.03, "time": 1507361004730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.865833, 9.91]}, "bbox": [-112.529833, 46.865833, -112.529833, 46.865833]}, {"id": "79", "type": "Feature", "properties": {"id": "nc72905606", "mag": 1.19, "time": 1507358854330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.791832, 38.834835, 1.65]}, "bbox": [-122.791832, 38.834835, -122.791832, 38.834835]}, {"id": "80", "type": "Feature", "properties": {"id": "nn00608387", "mag": 1.0, "time": 1507358249243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.405, 11.4]}, "bbox": [-118.9071, 38.405, -118.9071, 38.405]}, {"id": "81", "type": "Feature", "properties": {"id": "ci38020896", "mag": 1.89, "time": 1507358144340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.486833, 4.21]}, "bbox": [-116.793833, 33.486833, -116.793833, 33.486833]}, {"id": "82", "type": "Feature", "properties": {"id": "us2000b2dx", "mag": 4.5, "time": 1507357181260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.1291, -6.3628, 156.49]}, "bbox": [130.1291, -6.3628, 130.1291, -6.3628]}, {"id": "83", "type": "Feature", "properties": {"id": "se60208171", "mag": 2.4, "time": 1507353902490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.749833, 36.150333, 14.1]}, "bbox": [-83.749833, 36.150333, -83.749833, 36.150333]}, {"id": "84", "type": "Feature", "properties": {"id": "nc72905576", "mag": 1.77, "time": 1507352706600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.900833, 36.327168, 6.31]}, "bbox": [-120.900833, 36.327168, -120.900833, 36.327168]}, {"id": "85", "type": "Feature", "properties": {"id": "ak16992147", "mag": 1.4, "time": 1507351430424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0276, 62.5667, 0.0]}, "bbox": [-153.0276, 62.5667, -153.0276, 62.5667]}, {"id": "86", "type": "Feature", "properties": {"id": "ak16992146", "mag": 1.8, "time": 1507351047849, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.5063, 59.957, 0.0]}, "bbox": [-138.5063, 59.957, -138.5063, 59.957]}, {"id": "87", "type": "Feature", "properties": {"id": "nc72905556", "mag": 1.77, "time": 1507350586140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.834835, 1.77]}, "bbox": [-122.792, 38.834835, -122.792, 38.834835]}, {"id": "88", "type": "Feature", "properties": {"id": "mb80259559", "mag": 1.46, "time": 1507350177430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530833, 46.869333, 10.71]}, "bbox": [-112.530833, 46.869333, -112.530833, 46.869333]}, {"id": "89", "type": "Feature", "properties": {"id": "us2000b2d1", "mag": 4.7, "time": 1507347862040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.504, -16.7961, 178.13]}, "bbox": [-69.504, -16.7961, -69.504, -16.7961]}, {"id": "90", "type": "Feature", "properties": {"id": "nc72905531", "mag": 1.48, "time": 1507346675870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831169, 37.4585, 2.53]}, "bbox": [-118.831169, 37.4585, -118.831169, 37.4585]}, {"id": "91", "type": "Feature", "properties": {"id": "mb80259549", "mag": 1.08, "time": 1507345321240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516333, 46.8755, 11.43]}, "bbox": [-112.516333, 46.8755, -112.516333, 46.8755]}, {"id": "92", "type": "Feature", "properties": {"id": "nc72905521", "mag": 1.46, "time": 1507345267910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816666, 37.603832, 4.04]}, "bbox": [-118.816666, 37.603832, -118.816666, 37.603832]}, {"id": "93", "type": "Feature", "properties": {"id": "ci38020824", "mag": 2.12, "time": 1507344823940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.655333, 34.632, 5.34]}, "bbox": [-116.655333, 34.632, -116.655333, 34.632]}, {"id": "94", "type": "Feature", "properties": {"id": "ak16991857", "mag": 2.3, "time": 1507344587124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8808, 51.3254, 31.7]}, "bbox": [-177.8808, 51.3254, -177.8808, 51.3254]}, {"id": "95", "type": "Feature", "properties": {"id": "nn00608359", "mag": 1.1, "time": 1507344387447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1285, 37.4041, 0.5]}, "bbox": [-115.1285, 37.4041, -115.1285, 37.4041]}, {"id": "96", "type": "Feature", "properties": {"id": "nc72905511", "mag": 1.27, "time": 1507344302520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817169, 37.604168, 4.02]}, "bbox": [-118.817169, 37.604168, -118.817169, 37.604168]}, {"id": "97", "type": "Feature", "properties": {"id": "us2000b2cx", "mag": 4.9, "time": 1507343887900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.1471, -23.7671, 10.0]}, "bbox": [69.1471, -23.7671, 69.1471, -23.7671]}, {"id": "98", "type": "Feature", "properties": {"id": "nc72905496", "mag": 1.94, "time": 1507341324260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.101166, 40.842499, 6.01]}, "bbox": [-121.101166, 40.842499, -121.101166, 40.842499]}, {"id": "99", "type": "Feature", "properties": {"id": "us2000b2cc", "mag": 5.0, "time": 1507340745260, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.668, 1.1151, 7.01]}, "bbox": [132.668, 1.1151, 132.668, 1.1151]}, {"id": "100", "type": "Feature", "properties": {"id": "ci38020800", "mag": 1.46, "time": 1507340726000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.462667, 33.466333, 5.78]}, "bbox": [-116.462667, 33.466333, -116.462667, 33.466333]}, {"id": "101", "type": "Feature", "properties": {"id": "ak16991706", "mag": 1.7, "time": 1507339655320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2596, 60.2328, 0.0]}, "bbox": [-141.2596, 60.2328, -141.2596, 60.2328]}, {"id": "102", "type": "Feature", "properties": {"id": "ak16991711", "mag": 1.6, "time": 1507339653625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2013, 60.2021, 10.5]}, "bbox": [-141.2013, 60.2021, -141.2013, 60.2021]}, {"id": "103", "type": "Feature", "properties": {"id": "ak16991704", "mag": 1.7, "time": 1507338343941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7575, 62.4396, 50.8]}, "bbox": [-149.7575, 62.4396, -149.7575, 62.4396]}, {"id": "104", "type": "Feature", "properties": {"id": "ak16991697", "mag": 2.1, "time": 1507336466527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3178, 60.5797, 88.2]}, "bbox": [-152.3178, 60.5797, -152.3178, 60.5797]}, {"id": "105", "type": "Feature", "properties": {"id": "ci38020768", "mag": 1.56, "time": 1507336119080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460167, 34.3335, 2.89]}, "bbox": [-116.460167, 34.3335, -116.460167, 34.3335]}, {"id": "106", "type": "Feature", "properties": {"id": "ci38020760", "mag": 1.22, "time": 1507335982510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.468167, 34.333167, 2.87]}, "bbox": [-116.468167, 34.333167, -116.468167, 34.333167]}, {"id": "107", "type": "Feature", "properties": {"id": "ci38020752", "mag": 1.81, "time": 1507335765850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793, 33.490333, 4.58]}, "bbox": [-116.793, 33.490333, -116.793, 33.490333]}, {"id": "108", "type": "Feature", "properties": {"id": "ci38020744", "mag": 1.76, "time": 1507335646140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.566333, 35.339667, 7.86]}, "bbox": [-118.566333, 35.339667, -118.566333, 35.339667]}, {"id": "109", "type": "Feature", "properties": {"id": "us2000b2c0", "mag": 5.3, "time": 1507335391250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3171, -33.0297, 10.0]}, "bbox": [-178.3171, -33.0297, -178.3171, -33.0297]}, {"id": "110", "type": "Feature", "properties": {"id": "nc72905461", "mag": 1.16, "time": 1507333007350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795998, 38.826, 2.32]}, "bbox": [-122.795998, 38.826, -122.795998, 38.826]}, {"id": "111", "type": "Feature", "properties": {"id": "nn00608334", "mag": 1.1, "time": 1507331333919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1247, 37.3789, 8.2]}, "bbox": [-117.1247, 37.3789, -117.1247, 37.3789]}, {"id": "112", "type": "Feature", "properties": {"id": "ak16991557", "mag": 1.4, "time": 1507331263084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2293, 64.9749, 0.0]}, "bbox": [-147.2293, 64.9749, -147.2293, 64.9749]}, {"id": "113", "type": "Feature", "properties": {"id": "us2000b2ba", "mag": 4.4, "time": 1507331102840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.3636, -10.0109, 10.0]}, "bbox": [152.3636, -10.0109, 152.3636, -10.0109]}, {"id": "114", "type": "Feature", "properties": {"id": "us2000b2b9", "mag": 4.2, "time": 1507331091160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [73.3529, 39.6124, 10.0]}, "bbox": [73.3529, 39.6124, 73.3529, 39.6124]}, {"id": "115", "type": "Feature", "properties": {"id": "ak16991437", "mag": 2.0, "time": 1507330383962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4583, 60.3395, 72.9]}, "bbox": [-152.4583, 60.3395, -152.4583, 60.3395]}, {"id": "116", "type": "Feature", "properties": {"id": "us2000b2av", "mag": 4.3, "time": 1507329021540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.9649, 43.0121, 217.94]}, "bbox": [138.9649, 43.0121, 138.9649, 43.0121]}, {"id": "117", "type": "Feature", "properties": {"id": "nn00608329", "mag": 1.3, "time": 1507328136999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1198, 37.3861, 8.7]}, "bbox": [-117.1198, 37.3861, -117.1198, 37.3861]}, {"id": "118", "type": "Feature", "properties": {"id": "ci38020720", "mag": 1.45, "time": 1507327306610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.955667, 34.34, -0.29]}, "bbox": [-116.955667, 34.34, -116.955667, 34.34]}, {"id": "119", "type": "Feature", "properties": {"id": "uw61338531", "mag": 1.37, "time": 1507326914640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.991667, 46.572333, -0.3]}, "bbox": [-122.991667, 46.572333, -122.991667, 46.572333]}, {"id": "120", "type": "Feature", "properties": {"id": "nn00608354", "mag": 1.0, "time": 1507326343697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.747, 39.8477, 10.0]}, "bbox": [-120.747, 39.8477, -120.747, 39.8477]}, {"id": "121", "type": "Feature", "properties": {"id": "nc72905451", "mag": 1.47, "time": 1507326329600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.753833, 39.8485, 6.72]}, "bbox": [-120.753833, 39.8485, -120.753833, 39.8485]}, {"id": "122", "type": "Feature", "properties": {"id": "nc72905441", "mag": 1.23, "time": 1507325408690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127, 36.566667, 9.16]}, "bbox": [-121.127, 36.566667, -121.127, 36.566667]}, {"id": "123", "type": "Feature", "properties": {"id": "us2000b29t", "mag": 4.5, "time": 1507325144410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.6471, 17.7456, 196.33]}, "bbox": [145.6471, 17.7456, 145.6471, 17.7456]}, {"id": "124", "type": "Feature", "properties": {"id": "us2000b2ab", "mag": 2.6, "time": 1507324395860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8949, 32.7663, 5.0]}, "bbox": [-108.8949, 32.7663, -108.8949, 32.7663]}, {"id": "125", "type": "Feature", "properties": {"id": "nc72905436", "mag": 1.41, "time": 1507323505830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.155667, 36.5565, 6.94]}, "bbox": [-121.155667, 36.5565, -121.155667, 36.5565]}, {"id": "126", "type": "Feature", "properties": {"id": "ci38020712", "mag": 1.19, "time": 1507323492150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.991, 32.578667, 2.62]}, "bbox": [-116.991, 32.578667, -116.991, 32.578667]}, {"id": "127", "type": "Feature", "properties": {"id": "us2000b289", "mag": 2.4, "time": 1507321230800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7321, 36.481, 5.37]}, "bbox": [-98.7321, 36.481, -98.7321, 36.481]}, {"id": "128", "type": "Feature", "properties": {"id": "nc72905431", "mag": 1.0, "time": 1507321021480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.178833, 38.107, -0.02]}, "bbox": [-122.178833, 38.107, -122.178833, 38.107]}, {"id": "129", "type": "Feature", "properties": {"id": "ak16991182", "mag": 1.0, "time": 1507320721326, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1644, 62.2007, 15.5]}, "bbox": [-148.1644, 62.2007, -148.1644, 62.2007]}, {"id": "130", "type": "Feature", "properties": {"id": "ak16991178", "mag": 1.8, "time": 1507320357991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5804, 63.1717, 121.4]}, "bbox": [-150.5804, 63.1717, -150.5804, 63.1717]}, {"id": "131", "type": "Feature", "properties": {"id": "nc72905426", "mag": 1.24, "time": 1507320241050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.688667, 37.5335, 6.91]}, "bbox": [-121.688667, 37.5335, -121.688667, 37.5335]}, {"id": "132", "type": "Feature", "properties": {"id": "ci38020680", "mag": 1.5, "time": 1507320090270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.516, 33.860833, 0.62]}, "bbox": [-117.516, 33.860833, -117.516, 33.860833]}, {"id": "133", "type": "Feature", "properties": {"id": "ak16991069", "mag": 1.8, "time": 1507318145350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6965, 59.7754, 0.0]}, "bbox": [-136.6965, 59.7754, -136.6965, 59.7754]}, {"id": "134", "type": "Feature", "properties": {"id": "us2000b27a", "mag": 2.4, "time": 1507317641850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.2269, 36.6265, 5.07]}, "bbox": [-98.2269, 36.6265, -98.2269, 36.6265]}, {"id": "135", "type": "Feature", "properties": {"id": "ak16991058", "mag": 2.6, "time": 1507317554328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3172, 63.6837, 3.7]}, "bbox": [-146.3172, 63.6837, -146.3172, 63.6837]}, {"id": "136", "type": "Feature", "properties": {"id": "ci38020656", "mag": 1.03, "time": 1507317548410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.646667, 36.148333, 0.93]}, "bbox": [-117.646667, 36.148333, -117.646667, 36.148333]}, {"id": "137", "type": "Feature", "properties": {"id": "ci38020648", "mag": 1.08, "time": 1507317476900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1915, 35.0025, -0.87]}, "bbox": [-118.1915, 35.0025, -118.1915, 35.0025]}, {"id": "138", "type": "Feature", "properties": {"id": "nc72905416", "mag": 1.19, "time": 1507317386760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457667, -0.31]}, "bbox": [-118.803333, 37.457667, -118.803333, 37.457667]}, {"id": "139", "type": "Feature", "properties": {"id": "uw61338426", "mag": 1.65, "time": 1507316609360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7105, 43.553333, 7.02]}, "bbox": [-121.7105, 43.553333, -121.7105, 43.553333]}, {"id": "140", "type": "Feature", "properties": {"id": "mb80259489", "mag": 1.66, "time": 1507316359200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.477167, 45.9945, -2.0]}, "bbox": [-112.477167, 45.9945, -112.477167, 45.9945]}, {"id": "141", "type": "Feature", "properties": {"id": "ci38020624", "mag": 1.22, "time": 1507316271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362, 32.941333, 10.15]}, "bbox": [-116.362, 32.941333, -116.362, 32.941333]}, {"id": "142", "type": "Feature", "properties": {"id": "ak16991011", "mag": 2.0, "time": 1507315584886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9279, 62.7834, 4.5]}, "bbox": [-148.9279, 62.7834, -148.9279, 62.7834]}, {"id": "143", "type": "Feature", "properties": {"id": "us2000b26p", "mag": 4.7, "time": 1507315424010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [68.9568, -49.2119, 13.54]}, "bbox": [68.9568, -49.2119, 68.9568, -49.2119]}, {"id": "144", "type": "Feature", "properties": {"id": "uu60251447", "mag": 2.18, "time": 1507314096180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.633167, 4.91]}, "bbox": [-111.457, 42.633167, -111.457, 42.633167]}, {"id": "145", "type": "Feature", "properties": {"id": "nc72905411", "mag": 1.24, "time": 1507313481610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.962333, 37.920333, -0.33]}, "bbox": [-121.962333, 37.920333, -121.962333, 37.920333]}, {"id": "146", "type": "Feature", "properties": {"id": "us2000b260", "mag": 4.4, "time": 1507311862190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [86.7487, 30.0165, 10.0]}, "bbox": [86.7487, 30.0165, 86.7487, 30.0165]}, {"id": "147", "type": "Feature", "properties": {"id": "ci38020552", "mag": 1.28, "time": 1507311788210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351667, 35.052833, -1.01]}, "bbox": [-118.351667, 35.052833, -118.351667, 35.052833]}, {"id": "148", "type": "Feature", "properties": {"id": "us2000b25h", "mag": 5.5, "time": 1507311683180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-15.5503, -35.3171, 10.0]}, "bbox": [-15.5503, -35.3171, -15.5503, -35.3171]}, {"id": "149", "type": "Feature", "properties": {"id": "ak16990870", "mag": 1.8, "time": 1507310931075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9372, 62.1214, 48.9]}, "bbox": [-149.9372, 62.1214, -149.9372, 62.1214]}, {"id": "150", "type": "Feature", "properties": {"id": "nn00608306", "mag": 1.9, "time": 1507310059424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6177, 38.5802, 5.9]}, "bbox": [-118.6177, 38.5802, -118.6177, 38.5802]}, {"id": "151", "type": "Feature", "properties": {"id": "us2000b24c", "mag": 4.6, "time": 1507309684550, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7841, 37.4191, 31.5]}, "bbox": [143.7841, 37.4191, 143.7841, 37.4191]}, {"id": "152", "type": "Feature", "properties": {"id": "mb80259479", "mag": 1.25, "time": 1507309316470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5305, 46.867167, 12.62]}, "bbox": [-112.5305, 46.867167, -112.5305, 46.867167]}, {"id": "153", "type": "Feature", "properties": {"id": "uu60251412", "mag": 2.1, "time": 1507308318150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460333, 42.602667, 6.75]}, "bbox": [-111.460333, 42.602667, -111.460333, 42.602667]}, {"id": "154", "type": "Feature", "properties": {"id": "nc72905346", "mag": 2.33, "time": 1507308237260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457333, 0.99]}, "bbox": [-118.803333, 37.457333, -118.803333, 37.457333]}, {"id": "155", "type": "Feature", "properties": {"id": "ci38020512", "mag": 1.61, "time": 1507308155060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 35.633833, 6.15]}, "bbox": [-116.2815, 35.633833, -116.2815, 35.633833]}, {"id": "156", "type": "Feature", "properties": {"id": "ci38020480", "mag": 1.04, "time": 1507307612510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.314167, 34.0145, 2.75]}, "bbox": [-116.314167, 34.0145, -116.314167, 34.0145]}, {"id": "157", "type": "Feature", "properties": {"id": "ak16990671", "mag": 1.6, "time": 1507307067130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0099, 66.2332, 1.8]}, "bbox": [-150.0099, 66.2332, -150.0099, 66.2332]}, {"id": "158", "type": "Feature", "properties": {"id": "nc72905326", "mag": 1.17, "time": 1507305678060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.706, 38.783667, 2.5]}, "bbox": [-122.706, 38.783667, -122.706, 38.783667]}, {"id": "159", "type": "Feature", "properties": {"id": "mb80259459", "mag": 0.95, "time": 1507305300890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5315, 46.8575, 12.4]}, "bbox": [-112.5315, 46.8575, -112.5315, 46.8575]}, {"id": "160", "type": "Feature", "properties": {"id": "ci38020408", "mag": 1.2, "time": 1507302977930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019833, 33.876, -0.6]}, "bbox": [-117.019833, 33.876, -117.019833, 33.876]}, {"id": "161", "type": "Feature", "properties": {"id": "ak16990501", "mag": 2.8, "time": 1507302735109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2441, 60.1679, 148.9]}, "bbox": [-153.2441, 60.1679, -153.2441, 60.1679]}, {"id": "162", "type": "Feature", "properties": {"id": "us2000b20f", "mag": 5.4, "time": 1507301800580, "felt": 169.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.1969, 37.0997, 47.42]}, "bbox": [141.1969, 37.0997, 141.1969, 37.0997]}, {"id": "163", "type": "Feature", "properties": {"id": "ak16990465", "mag": 1.7, "time": 1507301707708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.519, 67.5663, 0.0]}, "bbox": [-156.519, 67.5663, -156.519, 67.5663]}, {"id": "164", "type": "Feature", "properties": {"id": "ci38020392", "mag": 2.6, "time": 1507301676460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.894167, 31.614, 5.89]}, "bbox": [-115.894167, 31.614, -115.894167, 31.614]}, {"id": "165", "type": "Feature", "properties": {"id": "ak16990463", "mag": 1.6, "time": 1507300956103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1925, 59.8037, 20.0]}, "bbox": [-152.1925, 59.8037, -152.1925, 59.8037]}, {"id": "166", "type": "Feature", "properties": {"id": "uu60251397", "mag": 1.18, "time": 1507300478100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.436333, 42.554833, 9.68]}, "bbox": [-111.436333, 42.554833, -111.436333, 42.554833]}, {"id": "167", "type": "Feature", "properties": {"id": "nn00608296", "mag": 1.1, "time": 1507299948387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9267, 39.4223, 8.7]}, "bbox": [-119.9267, 39.4223, -119.9267, 39.4223]}, {"id": "168", "type": "Feature", "properties": {"id": "ci38020376", "mag": 1.4, "time": 1507299919340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.476667, 35.752167, 2.24]}, "bbox": [-118.476667, 35.752167, -118.476667, 35.752167]}, {"id": "169", "type": "Feature", "properties": {"id": "nn00608295", "mag": 2.0, "time": 1507298898804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9217, 38.4131, 8.7]}, "bbox": [-118.9217, 38.4131, -118.9217, 38.4131]}, {"id": "170", "type": "Feature", "properties": {"id": "us2000b1zv", "mag": 5.1, "time": 1507298433140, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.0977, 12.0039, 21.82]}, "bbox": [95.0977, 12.0039, 95.0977, 12.0039]}, {"id": "171", "type": "Feature", "properties": {"id": "ak16990379", "mag": 2.0, "time": 1507296668722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4456, 63.3167, 112.0]}, "bbox": [-150.4456, 63.3167, -150.4456, 63.3167]}, {"id": "172", "type": "Feature", "properties": {"id": "ak16990317", "mag": 2.4, "time": 1507295355033, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6485, 60.9026, 21.1]}, "bbox": [-149.6485, 60.9026, -149.6485, 60.9026]}, {"id": "173", "type": "Feature", "properties": {"id": "nc72905256", "mag": 1.69, "time": 1507295344860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7755, 38.805167, 0.72]}, "bbox": [-122.7755, 38.805167, -122.7755, 38.805167]}, {"id": "174", "type": "Feature", "properties": {"id": "ci38020296", "mag": 0.98, "time": 1507294899000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 34.226167, 12.35]}, "bbox": [-117.445, 34.226167, -117.445, 34.226167]}, {"id": "175", "type": "Feature", "properties": {"id": "nc72905246", "mag": 1.14, "time": 1507294685610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797333, 38.813499, 2.36]}, "bbox": [-122.797333, 38.813499, -122.797333, 38.813499]}, {"id": "176", "type": "Feature", "properties": {"id": "nc72905241", "mag": 1.27, "time": 1507294429860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.822333, 1.56]}, "bbox": [-122.806167, 38.822333, -122.806167, 38.822333]}, {"id": "177", "type": "Feature", "properties": {"id": "ak16990306", "mag": 1.6, "time": 1507293337500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.164, 63.5211, 0.0]}, "bbox": [-147.164, 63.5211, -147.164, 63.5211]}, {"id": "178", "type": "Feature", "properties": {"id": "nc72905231", "mag": 1.31, "time": 1507293268040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600333, 38.771667, 0.05]}, "bbox": [-122.600333, 38.771667, -122.600333, 38.771667]}, {"id": "179", "type": "Feature", "properties": {"id": "mb80259449", "mag": 1.29, "time": 1507293189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.557667, 46.894167, 9.91]}, "bbox": [-112.557667, 46.894167, -112.557667, 46.894167]}, {"id": "180", "type": "Feature", "properties": {"id": "nc72905226", "mag": 1.25, "time": 1507291334810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.798333, 37.565333, -0.35]}, "bbox": [-118.798333, 37.565333, -118.798333, 37.565333]}, {"id": "181", "type": "Feature", "properties": {"id": "ci38020256", "mag": 2.0, "time": 1507290973570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.757833, 34.172833, 6.62]}, "bbox": [-117.757833, 34.172833, -117.757833, 34.172833]}, {"id": "182", "type": "Feature", "properties": {"id": "ci38020240", "mag": 1.05, "time": 1507290356170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.355667, 35.822833, 16.75]}, "bbox": [-118.355667, 35.822833, -118.355667, 35.822833]}, {"id": "183", "type": "Feature", "properties": {"id": "us2000b1xz", "mag": 5.2, "time": 1507289341850, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [155.9405, -6.8684, 106.51]}, "bbox": [155.9405, -6.8684, 155.9405, -6.8684]}, {"id": "184", "type": "Feature", "properties": {"id": "uw61338256", "mag": 1.22, "time": 1507287741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.509333, 45.6895, 9.57]}, "bbox": [-122.509333, 45.6895, -122.509333, 45.6895]}, {"id": "185", "type": "Feature", "properties": {"id": "ci38020232", "mag": 1.4, "time": 1507287412090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8455, 34.000333, 9.47]}, "bbox": [-116.8455, 34.000333, -116.8455, 34.000333]}, {"id": "186", "type": "Feature", "properties": {"id": "mb80259444", "mag": 1.6, "time": 1507286758530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5795, 44.259167, 3.88]}, "bbox": [-114.5795, 44.259167, -114.5795, 44.259167]}, {"id": "187", "type": "Feature", "properties": {"id": "mb80259434", "mag": 1.18, "time": 1507286693390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.322167, 43.681333, 9.95]}, "bbox": [-110.322167, 43.681333, -110.322167, 43.681333]}, {"id": "188", "type": "Feature", "properties": {"id": "ak16990167", "mag": 3.0, "time": 1507285562299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2949, 51.2318, 28.0]}, "bbox": [-178.2949, 51.2318, -178.2949, 51.2318]}, {"id": "189", "type": "Feature", "properties": {"id": "ak16990162", "mag": 3.2, "time": 1507285408267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0402, 65.2966, 0.1]}, "bbox": [-156.0402, 65.2966, -156.0402, 65.2966]}, {"id": "190", "type": "Feature", "properties": {"id": "hv61935226", "mag": 1.78, "time": 1507284229580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.42366, 19.2805, 7.76]}, "bbox": [-155.42366, 19.2805, -155.42366, 19.2805]}, {"id": "191", "type": "Feature", "properties": {"id": "hv61935131", "mag": 1.67, "time": 1507283791470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.248833, 18.876833, 12.183]}, "bbox": [-155.248833, 18.876833, -155.248833, 18.876833]}, {"id": "192", "type": "Feature", "properties": {"id": "ak16990109", "mag": 1.9, "time": 1507282869514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1519, 63.251, 0.0]}, "bbox": [-151.1519, 63.251, -151.1519, 63.251]}, {"id": "193", "type": "Feature", "properties": {"id": "us2000b1xd", "mag": 4.4, "time": 1507281825250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9639, -0.4925, 44.07]}, "bbox": [119.9639, -0.4925, 119.9639, -0.4925]}, {"id": "194", "type": "Feature", "properties": {"id": "ak16990102", "mag": 1.6, "time": 1507281420124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7545, 61.5105, 70.6]}, "bbox": [-150.7545, 61.5105, -150.7545, 61.5105]}, {"id": "195", "type": "Feature", "properties": {"id": "hv61935091", "mag": 2.94, "time": 1507279304370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2205, 19.380333, 14.051]}, "bbox": [-156.2205, 19.380333, -156.2205, 19.380333]}, {"id": "196", "type": "Feature", "properties": {"id": "nn00608291", "mag": 1.6, "time": 1507279195578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.2224, 39.4096, 5.7]}, "bbox": [-115.2224, 39.4096, -115.2224, 39.4096]}, {"id": "197", "type": "Feature", "properties": {"id": "nc72905186", "mag": 0.99, "time": 1507278858510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.483833, 5.31]}, "bbox": [-118.8245, 37.483833, -118.8245, 37.483833]}, {"id": "198", "type": "Feature", "properties": {"id": "us2000b1v8", "mag": 6.0, "time": 1507276773110, "felt": 108.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.9537, 37.485, 10.0]}, "bbox": [143.9537, 37.485, 143.9537, 37.485]}, {"id": "199", "type": "Feature", "properties": {"id": "uu60251377", "mag": 1.43, "time": 1507274976970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.660667, 5.95]}, "bbox": [-111.444, 42.660667, -111.444, 42.660667]}, {"id": "200", "type": "Feature", "properties": {"id": "ak16989976", "mag": 3.1, "time": 1507274375943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8808, 0.0]}, "bbox": [-136.7235, 59.8808, -136.7235, 59.8808]}, {"id": "201", "type": "Feature", "properties": {"id": "mb80259414", "mag": 1.86, "time": 1507273645130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.997833, 47.455667, 1.73]}, "bbox": [-115.997833, 47.455667, -115.997833, 47.455667]}, {"id": "202", "type": "Feature", "properties": {"id": "us2000b1v0", "mag": 4.7, "time": 1507273552100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6145, 13.8504, 10.0]}, "bbox": [146.6145, 13.8504, 146.6145, 13.8504]}, {"id": "203", "type": "Feature", "properties": {"id": "ak16989973", "mag": 1.3, "time": 1507272833815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7833, 64.8537, 19.7]}, "bbox": [-148.7833, 64.8537, -148.7833, 64.8537]}, {"id": "204", "type": "Feature", "properties": {"id": "us2000b2dh", "mag": 3.3, "time": 1507270603000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.92, 49.06, 22.0]}, "bbox": [-67.92, 49.06, -67.92, 49.06]}, {"id": "205", "type": "Feature", "properties": {"id": "ak16989967", "mag": 1.9, "time": 1507270303410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3206, 61.7195, 41.0]}, "bbox": [-150.3206, 61.7195, -150.3206, 61.7195]}, {"id": "206", "type": "Feature", "properties": {"id": "ci38020152", "mag": 1.08, "time": 1507270230410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.557333, 32.948833, 3.78]}, "bbox": [-115.557333, 32.948833, -115.557333, 32.948833]}, {"id": "207", "type": "Feature", "properties": {"id": "us2000b1um", "mag": 2.7, "time": 1507269804040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4493, 42.6517, 7.67]}, "bbox": [-111.4493, 42.6517, -111.4493, 42.6517]}, {"id": "208", "type": "Feature", "properties": {"id": "nc72905156", "mag": 1.79, "time": 1507269478010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801167, 38.822, 2.67]}, "bbox": [-122.801167, 38.822, -122.801167, 38.822]}, {"id": "209", "type": "Feature", "properties": {"id": "nc71107634", "mag": 1.13, "time": 1507269413290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.478167, 38.6015, 12.1]}, "bbox": [-122.478167, 38.6015, -122.478167, 38.6015]}, {"id": "210", "type": "Feature", "properties": {"id": "us2000b1un", "mag": 4.3, "time": 1507269388630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4985, 51.6139, 71.76]}, "bbox": [178.4985, 51.6139, 178.4985, 51.6139]}, {"id": "211", "type": "Feature", "properties": {"id": "uu60251357", "mag": 1.47, "time": 1507268672130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455333, 42.652833, 2.92]}, "bbox": [-111.455333, 42.652833, -111.455333, 42.652833]}, {"id": "212", "type": "Feature", "properties": {"id": "ak16989960", "mag": 1.1, "time": 1507268319981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2116, 64.2744, 14.8]}, "bbox": [-148.2116, 64.2744, -148.2116, 64.2744]}, {"id": "213", "type": "Feature", "properties": {"id": "hv61935031", "mag": 1.75, "time": 1507267817920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.428833, 19.329, 10.185]}, "bbox": [-155.428833, 19.329, -155.428833, 19.329]}, {"id": "214", "type": "Feature", "properties": {"id": "nc72905151", "mag": 1.08, "time": 1507267299070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.607, 4.0]}, "bbox": [-118.823167, 37.607, -118.823167, 37.607]}, {"id": "215", "type": "Feature", "properties": {"id": "mb80259404", "mag": 1.03, "time": 1507266753410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532167, 46.873, 11.23]}, "bbox": [-112.532167, 46.873, -112.532167, 46.873]}, {"id": "216", "type": "Feature", "properties": {"id": "us2000b1u8", "mag": 4.6, "time": 1507265974560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.1261, -17.5702, 36.33]}, "bbox": [-64.1261, -17.5702, -64.1261, -17.5702]}, {"id": "217", "type": "Feature", "properties": {"id": "ci38020112", "mag": 1.06, "time": 1507265623210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.434833, 33.0315, 3.46]}, "bbox": [-116.434833, 33.0315, -116.434833, 33.0315]}, {"id": "218", "type": "Feature", "properties": {"id": "nc72905146", "mag": 1.56, "time": 1507265461960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7915, 38.8195, 1.42]}, "bbox": [-122.7915, 38.8195, -122.7915, 38.8195]}, {"id": "219", "type": "Feature", "properties": {"id": "uw61338091", "mag": 1.62, "time": 1507265317630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2, 47.583333, 23.03]}, "bbox": [-122.2, 47.583333, -122.2, 47.583333]}, {"id": "220", "type": "Feature", "properties": {"id": "uw61338086", "mag": 1.33, "time": 1507265080940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.200333, 47.583833, 23.12]}, "bbox": [-122.200333, 47.583833, -122.200333, 47.583833]}, {"id": "221", "type": "Feature", "properties": {"id": "uu60251347", "mag": 1.61, "time": 1507264823080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.494833, 42.639667, 0.79]}, "bbox": [-111.494833, 42.639667, -111.494833, 42.639667]}, {"id": "222", "type": "Feature", "properties": {"id": "nc71107639", "mag": 1.32, "time": 1507263429870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 39.599833, 20.91]}, "bbox": [-121.9235, 39.599833, -121.9235, 39.599833]}, {"id": "223", "type": "Feature", "properties": {"id": "nc72905131", "mag": 1.06, "time": 1507263391130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.5295, 5.95]}, "bbox": [-118.831, 37.5295, -118.831, 37.5295]}, {"id": "224", "type": "Feature", "properties": {"id": "nc72905121", "mag": 1.41, "time": 1507263129660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.403, 38.364167, 8.42]}, "bbox": [-122.403, 38.364167, -122.403, 38.364167]}, {"id": "225", "type": "Feature", "properties": {"id": "us2000b1tr", "mag": 4.8, "time": 1507262599510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9528, -10.3953, 10.0]}, "bbox": [151.9528, -10.3953, 151.9528, -10.3953]}, {"id": "226", "type": "Feature", "properties": {"id": "ak16989915", "mag": 1.5, "time": 1507260314998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3718, 63.0764, 0.0]}, "bbox": [-151.3718, 63.0764, -151.3718, 63.0764]}, {"id": "227", "type": "Feature", "properties": {"id": "uw61338061", "mag": 1.26, "time": 1507260032120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.744833, 47.490167, 16.4]}, "bbox": [-121.744833, 47.490167, -121.744833, 47.490167]}, {"id": "228", "type": "Feature", "properties": {"id": "ak16989910", "mag": 2.1, "time": 1507259762026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6057, 63.4194, 106.4]}, "bbox": [-149.6057, 63.4194, -149.6057, 63.4194]}, {"id": "229", "type": "Feature", "properties": {"id": "nc72905106", "mag": 1.0, "time": 1507258246340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822, 38.814833, 1.61]}, "bbox": [-122.822, 38.814833, -122.822, 38.814833]}, {"id": "230", "type": "Feature", "properties": {"id": "nc72905101", "mag": 2.97, "time": 1507257072490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.777167, 41.2375, 7.51]}, "bbox": [-125.777167, 41.2375, -125.777167, 41.2375]}, {"id": "231", "type": "Feature", "properties": {"id": "ak16989906", "mag": 1.6, "time": 1507256091995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.063, 65.8813, 12.8]}, "bbox": [-151.063, 65.8813, -151.063, 65.8813]}, {"id": "232", "type": "Feature", "properties": {"id": "ci38020032", "mag": 1.89, "time": 1507255962830, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7975, 33.5, 5.36]}, "bbox": [-116.7975, 33.5, -116.7975, 33.5]}, {"id": "233", "type": "Feature", "properties": {"id": "ci38020024", "mag": 1.53, "time": 1507255628970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.875167, 33.957, 3.47]}, "bbox": [-116.875167, 33.957, -116.875167, 33.957]}, {"id": "234", "type": "Feature", "properties": {"id": "us2000b1t0", "mag": 4.8, "time": 1507255428530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.496, 0.9934, 10.0]}, "bbox": [-25.496, 0.9934, -25.496, 0.9934]}, {"id": "235", "type": "Feature", "properties": {"id": "us2000b1sv", "mag": 4.6, "time": 1507253577740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1867, -9.9486, 10.0]}, "bbox": [152.1867, -9.9486, 152.1867, -9.9486]}, {"id": "236", "type": "Feature", "properties": {"id": "uu60251342", "mag": 1.12, "time": 1507252828550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.5485, 6.65]}, "bbox": [-111.414167, 42.5485, -111.414167, 42.5485]}, {"id": "237", "type": "Feature", "properties": {"id": "nc72905066", "mag": 0.98, "time": 1507251331760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9395, 37.636, 5.66]}, "bbox": [-118.9395, 37.636, -118.9395, 37.636]}, {"id": "238", "type": "Feature", "properties": {"id": "nn00608277", "mag": 1.5, "time": 1507251023072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.857, 37.3396, 3.9]}, "bbox": [-114.857, 37.3396, -114.857, 37.3396]}, {"id": "239", "type": "Feature", "properties": {"id": "uu60251327", "mag": 1.16, "time": 1507250350380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.672333, 39.4485, 12.04]}, "bbox": [-111.672333, 39.4485, -111.672333, 39.4485]}, {"id": "240", "type": "Feature", "properties": {"id": "ak16989868", "mag": 1.6, "time": 1507249990990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6081, 61.1327, 14.5]}, "bbox": [-140.6081, 61.1327, -140.6081, 61.1327]}, {"id": "241", "type": "Feature", "properties": {"id": "ci38019984", "mag": 1.38, "time": 1507249506910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.598667, 33.450667, 7.77]}, "bbox": [-116.598667, 33.450667, -116.598667, 33.450667]}, {"id": "242", "type": "Feature", "properties": {"id": "nn00608273", "mag": 1.0, "time": 1507249499810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0539, 37.1082, 8.1]}, "bbox": [-117.0539, 37.1082, -117.0539, 37.1082]}, {"id": "243", "type": "Feature", "properties": {"id": "ci38019976", "mag": 1.92, "time": 1507249308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377167, 34.427, 9.46]}, "bbox": [-119.377167, 34.427, -119.377167, 34.427]}, {"id": "244", "type": "Feature", "properties": {"id": "us2000b1s9", "mag": 4.0, "time": 1507248914000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.348, -29.925, 48.8]}, "bbox": [-71.348, -29.925, -71.348, -29.925]}, {"id": "245", "type": "Feature", "properties": {"id": "uw61337986", "mag": 1.12, "time": 1507245979370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.395167, 45.685667, -0.74]}, "bbox": [-122.395167, 45.685667, -122.395167, 45.685667]}, {"id": "246", "type": "Feature", "properties": {"id": "nc72905011", "mag": 2.81, "time": 1507244867710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.472, 6.12]}, "bbox": [-118.8105, 37.472, -118.8105, 37.472]}, {"id": "247", "type": "Feature", "properties": {"id": "nc72905016", "mag": 1.36, "time": 1507244847860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7825, 38.7915, 0.56]}, "bbox": [-122.7825, 38.7915, -122.7825, 38.7915]}, {"id": "248", "type": "Feature", "properties": {"id": "mb80259379", "mag": 0.99, "time": 1507244598420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.871167, 12.6]}, "bbox": [-112.529, 46.871167, -112.529, 46.871167]}, {"id": "249", "type": "Feature", "properties": {"id": "ak16989827", "mag": 1.4, "time": 1507244539965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2289, 64.9761, 0.0]}, "bbox": [-147.2289, 64.9761, -147.2289, 64.9761]}, {"id": "250", "type": "Feature", "properties": {"id": "ak16989825", "mag": 1.8, "time": 1507243916881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1245, 62.4971, 81.1]}, "bbox": [-151.1245, 62.4971, -151.1245, 62.4971]}, {"id": "251", "type": "Feature", "properties": {"id": "nc72905001", "mag": 1.65, "time": 1507243472580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808, 38.822, 1.64]}, "bbox": [-122.808, 38.822, -122.808, 38.822]}, {"id": "252", "type": "Feature", "properties": {"id": "nc72904996", "mag": 2.14, "time": 1507243164460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.588667, 40.652333, 25.1]}, "bbox": [-123.588667, 40.652333, -123.588667, 40.652333]}, {"id": "253", "type": "Feature", "properties": {"id": "ak16989822", "mag": 1.5, "time": 1507242888109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.857, 61.9122, 45.0]}, "bbox": [-149.857, 61.9122, -149.857, 61.9122]}, {"id": "254", "type": "Feature", "properties": {"id": "us2000b1rh", "mag": 4.6, "time": 1507242807430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6063, 21.8848, 100.39]}, "bbox": [144.6063, 21.8848, 144.6063, 21.8848]}, {"id": "255", "type": "Feature", "properties": {"id": "ak16989815", "mag": 2.5, "time": 1507240652193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.192, 61.0044, 106.0]}, "bbox": [-152.192, 61.0044, -152.192, 61.0044]}, {"id": "256", "type": "Feature", "properties": {"id": "ak16989811", "mag": 1.8, "time": 1507240498324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.939, 62.7658, 79.9]}, "bbox": [-149.939, 62.7658, -149.939, 62.7658]}, {"id": "257", "type": "Feature", "properties": {"id": "uu60251317", "mag": 1.66, "time": 1507240484300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418167, 42.544333, 6.24]}, "bbox": [-111.418167, 42.544333, -111.418167, 42.544333]}, {"id": "258", "type": "Feature", "properties": {"id": "us2000b1px", "mag": 2.6, "time": 1507239146260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4355, 42.5495, 8.32]}, "bbox": [-111.4355, 42.5495, -111.4355, 42.5495]}, {"id": "259", "type": "Feature", "properties": {"id": "mb80259359", "mag": 1.17, "time": 1507238290040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.965, 43.357333, 5.92]}, "bbox": [-110.965, 43.357333, -110.965, 43.357333]}, {"id": "260", "type": "Feature", "properties": {"id": "uw61337951", "mag": 2.3, "time": 1507238213550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.549833, 49.328833, -0.06]}, "bbox": [-120.549833, 49.328833, -120.549833, 49.328833]}, {"id": "261", "type": "Feature", "properties": {"id": "ak16989718", "mag": 1.4, "time": 1507237904044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5289, 61.2012, 0.4]}, "bbox": [-140.5289, 61.2012, -140.5289, 61.2012]}, {"id": "262", "type": "Feature", "properties": {"id": "ak16989717", "mag": 1.9, "time": 1507237796189, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.701, 59.032, 0.0]}, "bbox": [-136.701, 59.032, -136.701, 59.032]}, {"id": "263", "type": "Feature", "properties": {"id": "uw61337946", "mag": 2.27, "time": 1507237659430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.817167, 47.392167, -0.46]}, "bbox": [-117.817167, 47.392167, -117.817167, 47.392167]}, {"id": "264", "type": "Feature", "properties": {"id": "nc72904961", "mag": 0.97, "time": 1507237420050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.482833, 1.23]}, "bbox": [-118.8365, 37.482833, -118.8365, 37.482833]}, {"id": "265", "type": "Feature", "properties": {"id": "ak16989714", "mag": 1.7, "time": 1507235850265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0124, 65.8954, 7.6]}, "bbox": [-151.0124, 65.8954, -151.0124, 65.8954]}, {"id": "266", "type": "Feature", "properties": {"id": "ci38019864", "mag": 1.0, "time": 1507235571440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.508667, 6.47]}, "bbox": [-116.794167, 33.508667, -116.794167, 33.508667]}, {"id": "267", "type": "Feature", "properties": {"id": "mb80259334", "mag": 1.45, "time": 1507235042560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525667, 46.872833, 11.13]}, "bbox": [-112.525667, 46.872833, -112.525667, 46.872833]}, {"id": "268", "type": "Feature", "properties": {"id": "ak16989709", "mag": 1.6, "time": 1507234798667, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3071, 63.3209, 6.3]}, "bbox": [-145.3071, 63.3209, -145.3071, 63.3209]}, {"id": "269", "type": "Feature", "properties": {"id": "ak16989702", "mag": 2.5, "time": 1507234198600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.414, 63.3343, 0.0]}, "bbox": [-145.414, 63.3343, -145.414, 63.3343]}, {"id": "270", "type": "Feature", "properties": {"id": "ak16989701", "mag": 1.8, "time": 1507234162044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0004, 65.8966, 0.0]}, "bbox": [-151.0004, 65.8966, -151.0004, 65.8966]}, {"id": "271", "type": "Feature", "properties": {"id": "ak16989699", "mag": 1.7, "time": 1507234036518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6575, 60.1339, 106.4]}, "bbox": [-152.6575, 60.1339, -152.6575, 60.1339]}, {"id": "272", "type": "Feature", "properties": {"id": "nc72904941", "mag": 1.63, "time": 1507233857390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.8205, 2.04]}, "bbox": [-122.810167, 38.8205, -122.810167, 38.8205]}, {"id": "273", "type": "Feature", "properties": {"id": "nc72904936", "mag": 3.14, "time": 1507233758820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.192, 40.163167, 11.62]}, "bbox": [-127.192, 40.163167, -127.192, 40.163167]}, {"id": "274", "type": "Feature", "properties": {"id": "hv61934246", "mag": 1.02, "time": 1507233403750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.289833, 19.374, 1.772]}, "bbox": [-155.289833, 19.374, -155.289833, 19.374]}, {"id": "275", "type": "Feature", "properties": {"id": "ak16989698", "mag": 1.7, "time": 1507233388591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0126, 65.8742, 0.1]}, "bbox": [-151.0126, 65.8742, -151.0126, 65.8742]}, {"id": "276", "type": "Feature", "properties": {"id": "ak16989695", "mag": 1.9, "time": 1507232812188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9865, 65.9098, 0.0]}, "bbox": [-150.9865, 65.9098, -150.9865, 65.9098]}, {"id": "277", "type": "Feature", "properties": {"id": "nc72904926", "mag": 1.29, "time": 1507232594330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.837167, 37.504167, 0.07]}, "bbox": [-118.837167, 37.504167, -118.837167, 37.504167]}, {"id": "278", "type": "Feature", "properties": {"id": "ci38019816", "mag": 1.31, "time": 1507231819600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491, 33.846167, -0.48]}, "bbox": [-117.491, 33.846167, -117.491, 33.846167]}, {"id": "279", "type": "Feature", "properties": {"id": "nc72904891", "mag": 1.41, "time": 1507229918140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104833, 37.324833, -0.31]}, "bbox": [-122.104833, 37.324833, -122.104833, 37.324833]}, {"id": "280", "type": "Feature", "properties": {"id": "ak16989694", "mag": 1.5, "time": 1507229700025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7663, 63.5209, 14.5]}, "bbox": [-147.7663, 63.5209, -147.7663, 63.5209]}, {"id": "281", "type": "Feature", "properties": {"id": "nc72904886", "mag": 2.03, "time": 1507229279930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3835, 40.709833, 19.57]}, "bbox": [-122.3835, 40.709833, -122.3835, 40.709833]}, {"id": "282", "type": "Feature", "properties": {"id": "ak16989692", "mag": 1.6, "time": 1507228866480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0051, 65.8735, 0.0]}, "bbox": [-151.0051, 65.8735, -151.0051, 65.8735]}, {"id": "283", "type": "Feature", "properties": {"id": "nc72904881", "mag": 1.48, "time": 1507228723050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194667, 40.598333, 15.65]}, "bbox": [-122.194667, 40.598333, -122.194667, 40.598333]}, {"id": "284", "type": "Feature", "properties": {"id": "ci38019744", "mag": 1.44, "time": 1507226134710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.072333, 33.020667, -0.8]}, "bbox": [-116.072333, 33.020667, -116.072333, 33.020667]}, {"id": "285", "type": "Feature", "properties": {"id": "ak16989683", "mag": 2.4, "time": 1507225956631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.785, 60.8774, 34.8]}, "bbox": [-150.785, 60.8774, -150.785, 60.8774]}, {"id": "286", "type": "Feature", "properties": {"id": "ci38019728", "mag": 1.0, "time": 1507225418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.720667, 36.004, 2.64]}, "bbox": [-117.720667, 36.004, -117.720667, 36.004]}, {"id": "287", "type": "Feature", "properties": {"id": "nc72904846", "mag": 1.87, "time": 1507224165330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.821167, 1.64]}, "bbox": [-122.8105, 38.821167, -122.8105, 38.821167]}, {"id": "288", "type": "Feature", "properties": {"id": "hv61934126", "mag": 1.58, "time": 1507223732510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.252167, 18.903833, 12.692]}, "bbox": [-155.252167, 18.903833, -155.252167, 18.903833]}, {"id": "289", "type": "Feature", "properties": {"id": "ak16989680", "mag": 2.5, "time": 1507223654781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5871, 67.3896, 1.2]}, "bbox": [-163.5871, 67.3896, -163.5871, 67.3896]}, {"id": "290", "type": "Feature", "properties": {"id": "ak16989626", "mag": 1.5, "time": 1507223506919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1613, 62.9421, 105.5]}, "bbox": [-151.1613, 62.9421, -151.1613, 62.9421]}, {"id": "291", "type": "Feature", "properties": {"id": "uu60251267", "mag": 1.3, "time": 1507222702710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.711, 37.088833, 8.72]}, "bbox": [-112.711, 37.088833, -112.711, 37.088833]}, {"id": "292", "type": "Feature", "properties": {"id": "uu60251262", "mag": 2.09, "time": 1507221444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 42.600333, 6.09]}, "bbox": [-111.413167, 42.600333, -111.413167, 42.600333]}, {"id": "293", "type": "Feature", "properties": {"id": "hv61934021", "mag": 1.71, "time": 1507221215150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.600174, 19.477667, 2.61]}, "bbox": [-155.600174, 19.477667, -155.600174, 19.477667]}, {"id": "294", "type": "Feature", "properties": {"id": "mb80259309", "mag": 0.99, "time": 1507220291830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4755, 46.855833, 10.1]}, "bbox": [-112.4755, 46.855833, -112.4755, 46.855833]}, {"id": "295", "type": "Feature", "properties": {"id": "nc72904766", "mag": 1.2, "time": 1507219571830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.607833, 4.46]}, "bbox": [-118.817667, 37.607833, -118.817667, 37.607833]}, {"id": "296", "type": "Feature", "properties": {"id": "us2000b1ip", "mag": 4.3, "time": 1507219416430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.6953, -3.0506, 46.98]}, "bbox": [127.6953, -3.0506, 127.6953, -3.0506]}, {"id": "297", "type": "Feature", "properties": {"id": "ak16989556", "mag": 1.8, "time": 1507219027423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1068, 64.723, 3.3]}, "bbox": [-141.1068, 64.723, -141.1068, 64.723]}, {"id": "298", "type": "Feature", "properties": {"id": "nc72904761", "mag": 1.28, "time": 1507218469040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.786667, 35.167, 4.77]}, "bbox": [-120.786667, 35.167, -120.786667, 35.167]}, {"id": "299", "type": "Feature", "properties": {"id": "ak16989554", "mag": 1.8, "time": 1507217831958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9487, 67.1103, 6.0]}, "bbox": [-155.9487, 67.1103, -155.9487, 67.1103]}, {"id": "300", "type": "Feature", "properties": {"id": "ci38019560", "mag": 1.18, "time": 1507217071900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2355, 35.399833, 11.83]}, "bbox": [-118.2355, 35.399833, -118.2355, 35.399833]}, {"id": "301", "type": "Feature", "properties": {"id": "ld60143826", "mag": 1.25, "time": 1507215008870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.237833, 44.094, 4.0]}, "bbox": [-75.237833, 44.094, -75.237833, 44.094]}, {"id": "302", "type": "Feature", "properties": {"id": "nc72904741", "mag": 1.17, "time": 1507213799120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.539333, 2.63]}, "bbox": [-118.883667, 37.539333, -118.883667, 37.539333]}, {"id": "303", "type": "Feature", "properties": {"id": "uw61314897", "mag": 1.26, "time": 1507213038640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.924167, 46.832167, 9.6]}, "bbox": [-121.924167, 46.832167, -121.924167, 46.832167]}, {"id": "304", "type": "Feature", "properties": {"id": "hv61933821", "mag": 2.22, "time": 1507211808310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.427667, 19.767167, 23.499]}, "bbox": [-155.427667, 19.767167, -155.427667, 19.767167]}, {"id": "305", "type": "Feature", "properties": {"id": "mb80259289", "mag": 1.11, "time": 1507209951340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.482833, 46.8195, 2.22]}, "bbox": [-112.482833, 46.8195, -112.482833, 46.8195]}, {"id": "306", "type": "Feature", "properties": {"id": "ci38019464", "mag": 2.55, "time": 1507209518050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010667, 33.179667, 8.09]}, "bbox": [-116.010667, 33.179667, -116.010667, 33.179667]}, {"id": "307", "type": "Feature", "properties": {"id": "uu60251247", "mag": 1.23, "time": 1507208707300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.086833, 44.772167, 11.73]}, "bbox": [-111.086833, 44.772167, -111.086833, 44.772167]}, {"id": "308", "type": "Feature", "properties": {"id": "ak16989517", "mag": 1.3, "time": 1507208506436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3491, 63.087, 0.0]}, "bbox": [-151.3491, 63.087, -151.3491, 63.087]}, {"id": "309", "type": "Feature", "properties": {"id": "ci38019448", "mag": 1.15, "time": 1507207944620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.294333, 34.679333, 2.44]}, "bbox": [-116.294333, 34.679333, -116.294333, 34.679333]}, {"id": "310", "type": "Feature", "properties": {"id": "ak16989485", "mag": 1.9, "time": 1507207780001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6654, 67.5326, 0.0]}, "bbox": [-159.6654, 67.5326, -159.6654, 67.5326]}, {"id": "311", "type": "Feature", "properties": {"id": "nc72904706", "mag": 1.66, "time": 1507207659710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798167, 38.793833, 3.66]}, "bbox": [-122.798167, 38.793833, -122.798167, 38.793833]}, {"id": "312", "type": "Feature", "properties": {"id": "ak16989482", "mag": 1.4, "time": 1507206716138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4807, 64.7367, 8.7]}, "bbox": [-146.4807, 64.7367, -146.4807, 64.7367]}, {"id": "313", "type": "Feature", "properties": {"id": "uw61314867", "mag": 1.16, "time": 1507206461330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.192333, 47.183667, 14.42]}, "bbox": [-122.192333, 47.183667, -122.192333, 47.183667]}, {"id": "314", "type": "Feature", "properties": {"id": "ak16989481", "mag": 2.6, "time": 1507206068023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1435, 51.4576, 12.9]}, "bbox": [-178.1435, 51.4576, -178.1435, 51.4576]}, {"id": "315", "type": "Feature", "properties": {"id": "nc72904681", "mag": 2.64, "time": 1507204013350, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8035, 38.791333, 3.29]}, "bbox": [-122.8035, 38.791333, -122.8035, 38.791333]}, {"id": "316", "type": "Feature", "properties": {"id": "us2000b1f7", "mag": 5.0, "time": 1507202248310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.4874, 7.3643, 10.0]}, "bbox": [126.4874, 7.3643, 126.4874, 7.3643]}, {"id": "317", "type": "Feature", "properties": {"id": "mb80259279", "mag": 1.25, "time": 1507201170830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.476333, 44.006167, 5.0]}, "bbox": [-114.476333, 44.006167, -114.476333, 44.006167]}, {"id": "318", "type": "Feature", "properties": {"id": "ak16989448", "mag": 1.0, "time": 1507200035021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9384, 64.5888, 18.4]}, "bbox": [-149.9384, 64.5888, -149.9384, 64.5888]}, {"id": "319", "type": "Feature", "properties": {"id": "us2000b1dj", "mag": 4.7, "time": 1507198268580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [49.1899, 31.277, 10.0]}, "bbox": [49.1899, 31.277, 49.1899, 31.277]}, {"id": "320", "type": "Feature", "properties": {"id": "mb80259274", "mag": 1.3, "time": 1507198163850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.318333, 46.1425, 12.9]}, "bbox": [-110.318333, 46.1425, -110.318333, 46.1425]}, {"id": "321", "type": "Feature", "properties": {"id": "mb80259269", "mag": 2.63, "time": 1507197824690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.317333, 46.126333, 14.98]}, "bbox": [-110.317333, 46.126333, -110.317333, 46.126333]}, {"id": "322", "type": "Feature", "properties": {"id": "ci38019328", "mag": 2.0, "time": 1507197738510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.290167, 34.678, 2.65]}, "bbox": [-116.290167, 34.678, -116.290167, 34.678]}, {"id": "323", "type": "Feature", "properties": {"id": "us2000b1da", "mag": 4.5, "time": 1507196589420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5051, -25.068, 564.41]}, "bbox": [178.5051, -25.068, 178.5051, -25.068]}, {"id": "324", "type": "Feature", "properties": {"id": "ci38019312", "mag": 1.27, "time": 1507196570560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.412333, 35.621833, 7.71]}, "bbox": [-117.412333, 35.621833, -117.412333, 35.621833]}, {"id": "325", "type": "Feature", "properties": {"id": "mb80259264", "mag": 1.58, "time": 1507195834720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.989667, 43.0535, 5.98]}, "bbox": [-110.989667, 43.0535, -110.989667, 43.0535]}, {"id": "326", "type": "Feature", "properties": {"id": "ak16989416", "mag": 1.9, "time": 1507192569868, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8165, 59.7884, 0.0]}, "bbox": [-136.8165, 59.7884, -136.8165, 59.7884]}, {"id": "327", "type": "Feature", "properties": {"id": "mb80259259", "mag": 1.73, "time": 1507192054540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.3, 46.1355, 13.17]}, "bbox": [-110.3, 46.1355, -110.3, 46.1355]}, {"id": "328", "type": "Feature", "properties": {"id": "ak16989388", "mag": 2.2, "time": 1507191783280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8358, 59.8781, 1.7]}, "bbox": [-136.8358, 59.8781, -136.8358, 59.8781]}, {"id": "329", "type": "Feature", "properties": {"id": "us2000b1c3", "mag": 5.4, "time": 1507191096920, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5742, -22.4118, 112.87]}, "bbox": [-68.5742, -22.4118, -68.5742, -22.4118]}, {"id": "330", "type": "Feature", "properties": {"id": "nc72904646", "mag": 2.52, "time": 1507190856940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.472, 40.616833, 21.52]}, "bbox": [-123.472, 40.616833, -123.472, 40.616833]}, {"id": "331", "type": "Feature", "properties": {"id": "ak16989386", "mag": 1.8, "time": 1507190760834, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.611, 63.1832, 11.4]}, "bbox": [-152.611, 63.1832, -152.611, 63.1832]}, {"id": "332", "type": "Feature", "properties": {"id": "ci37167708", "mag": 1.38, "time": 1507190349370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.7095, 33.2065, 10.46]}, "bbox": [-115.7095, 33.2065, -115.7095, 33.2065]}, {"id": "333", "type": "Feature", "properties": {"id": "hv61933706", "mag": 1.21, "time": 1507190060680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2125, 19.363, 1.776]}, "bbox": [-155.2125, 19.363, -155.2125, 19.363]}, {"id": "334", "type": "Feature", "properties": {"id": "nc72904641", "mag": 1.23, "time": 1507189755650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.236667, 37.334333, 8.36]}, "bbox": [-122.236667, 37.334333, -122.236667, 37.334333]}, {"id": "335", "type": "Feature", "properties": {"id": "ci38019264", "mag": 1.99, "time": 1507188934660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2315, 32.416667, 18.41]}, "bbox": [-116.2315, 32.416667, -116.2315, 32.416667]}, {"id": "336", "type": "Feature", "properties": {"id": "uu60251227", "mag": 1.34, "time": 1507188766440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442667, 42.578833, 3.5]}, "bbox": [-111.442667, 42.578833, -111.442667, 42.578833]}, {"id": "337", "type": "Feature", "properties": {"id": "mb80259244", "mag": 1.28, "time": 1507188159830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.866167, 12.04]}, "bbox": [-112.527833, 46.866167, -112.527833, 46.866167]}, {"id": "338", "type": "Feature", "properties": {"id": "hv61933701", "mag": 2.09, "time": 1507187842930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.470673, 19.211, 37.73]}, "bbox": [-155.470673, 19.211, -155.470673, 19.211]}, {"id": "339", "type": "Feature", "properties": {"id": "nc72904626", "mag": 0.96, "time": 1507187453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.572333, 39.013167, -0.67]}, "bbox": [-122.572333, 39.013167, -122.572333, 39.013167]}, {"id": "340", "type": "Feature", "properties": {"id": "uu60251207", "mag": 1.35, "time": 1507187087800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.301167, 39.1075, 2.75]}, "bbox": [-111.301167, 39.1075, -111.301167, 39.1075]}, {"id": "341", "type": "Feature", "properties": {"id": "ci38019256", "mag": 2.06, "time": 1507186145760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.372167, 33.358833, 11.42]}, "bbox": [-116.372167, 33.358833, -116.372167, 33.358833]}, {"id": "342", "type": "Feature", "properties": {"id": "ci38019248", "mag": 1.49, "time": 1507186142240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.366, 33.357667, 11.67]}, "bbox": [-116.366, 33.357667, -116.366, 33.357667]}, {"id": "343", "type": "Feature", "properties": {"id": "uw61314807", "mag": 1.16, "time": 1507185870880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.191167, 47.179833, 15.66]}, "bbox": [-122.191167, 47.179833, -122.191167, 47.179833]}, {"id": "344", "type": "Feature", "properties": {"id": "se60045413", "mag": 1.81, "time": 1507185703120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.742167, 35.985167, 18.08]}, "bbox": [-83.742167, 35.985167, -83.742167, 35.985167]}, {"id": "345", "type": "Feature", "properties": {"id": "nc72904601", "mag": 0.95, "time": 1507185126040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.603333, 3.65]}, "bbox": [-118.819, 37.603333, -118.819, 37.603333]}, {"id": "346", "type": "Feature", "properties": {"id": "ci38019240", "mag": 1.25, "time": 1507185093960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.394, 35.618833, 8.88]}, "bbox": [-117.394, 35.618833, -117.394, 35.618833]}, {"id": "347", "type": "Feature", "properties": {"id": "ak16989380", "mag": 1.9, "time": 1507184561453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3822, 60.6535, 53.1]}, "bbox": [-151.3822, 60.6535, -151.3822, 60.6535]}, {"id": "348", "type": "Feature", "properties": {"id": "ak16989379", "mag": 1.0, "time": 1507183395241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2677, 63.314, 4.9]}, "bbox": [-145.2677, 63.314, -145.2677, 63.314]}, {"id": "349", "type": "Feature", "properties": {"id": "ci38019200", "mag": 1.99, "time": 1507181070780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.806833, 36.043833, 1.22]}, "bbox": [-117.806833, 36.043833, -117.806833, 36.043833]}, {"id": "350", "type": "Feature", "properties": {"id": "ci38019192", "mag": 1.69, "time": 1507180426220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.807333, 36.043167, 1.21]}, "bbox": [-117.807333, 36.043167, -117.807333, 36.043167]}, {"id": "351", "type": "Feature", "properties": {"id": "nc72904556", "mag": 1.22, "time": 1507178909260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7625, 38.821667, 1.49]}, "bbox": [-122.7625, 38.821667, -122.7625, 38.821667]}, {"id": "352", "type": "Feature", "properties": {"id": "ci38019184", "mag": 1.33, "time": 1507178811140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.319833, 33.886333, 15.24]}, "bbox": [-118.319833, 33.886333, -118.319833, 33.886333]}, {"id": "353", "type": "Feature", "properties": {"id": "ak16989373", "mag": 2.2, "time": 1507178319160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0253, 59.7752, 99.4]}, "bbox": [-153.0253, 59.7752, -153.0253, 59.7752]}, {"id": "354", "type": "Feature", "properties": {"id": "ak16989370", "mag": 2.0, "time": 1507178108703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9621, 62.3999, 67.6]}, "bbox": [-150.9621, 62.3999, -150.9621, 62.3999]}, {"id": "355", "type": "Feature", "properties": {"id": "nc71107619", "mag": 2.37, "time": 1507175814060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793167, 38.814333, 3.4]}, "bbox": [-122.793167, 38.814333, -122.793167, 38.814333]}, {"id": "356", "type": "Feature", "properties": {"id": "nc72904521", "mag": 2.61, "time": 1507175806240, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.813833, 3.02]}, "bbox": [-122.792, 38.813833, -122.792, 38.813833]}, {"id": "357", "type": "Feature", "properties": {"id": "ak16989344", "mag": 1.8, "time": 1507174164228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5816, 59.9877, 48.6]}, "bbox": [-151.5816, 59.9877, -151.5816, 59.9877]}, {"id": "358", "type": "Feature", "properties": {"id": "uw61314692", "mag": 1.1, "time": 1507174062970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048833, 48.836333, 3.53]}, "bbox": [-122.048833, 48.836333, -122.048833, 48.836333]}, {"id": "359", "type": "Feature", "properties": {"id": "mb80259229", "mag": 1.6, "time": 1507174016680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526667, 46.874333, 12.15]}, "bbox": [-112.526667, 46.874333, -112.526667, 46.874333]}, {"id": "360", "type": "Feature", "properties": {"id": "uu60251182", "mag": 2.38, "time": 1507172461010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415167, 42.5495, 8.84]}, "bbox": [-111.415167, 42.5495, -111.415167, 42.5495]}, {"id": "361", "type": "Feature", "properties": {"id": "ci38019104", "mag": 1.08, "time": 1507172395710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.846167, 33.711167, 14.99]}, "bbox": [-116.846167, 33.711167, -116.846167, 33.711167]}, {"id": "362", "type": "Feature", "properties": {"id": "uw61314677", "mag": 1.65, "time": 1507171780320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.027667, 48.845833, 0.9]}, "bbox": [-122.027667, 48.845833, -122.027667, 48.845833]}, {"id": "363", "type": "Feature", "properties": {"id": "uu60251177", "mag": 1.51, "time": 1507171597620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.880667, 37.041, 17.0]}, "bbox": [-112.880667, 37.041, -112.880667, 37.041]}, {"id": "364", "type": "Feature", "properties": {"id": "nc72904476", "mag": 1.12, "time": 1507171050970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7565, 38.782501, 0.82]}, "bbox": [-122.7565, 38.782501, -122.7565, 38.782501]}, {"id": "365", "type": "Feature", "properties": {"id": "nc72904471", "mag": 1.34, "time": 1507170987390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753167, 38.775667, 1.61]}, "bbox": [-122.753167, 38.775667, -122.753167, 38.775667]}, {"id": "366", "type": "Feature", "properties": {"id": "ak16989336", "mag": 1.2, "time": 1507169863981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2568, 63.5162, 8.6]}, "bbox": [-151.2568, 63.5162, -151.2568, 63.5162]}, {"id": "367", "type": "Feature", "properties": {"id": "nc72904466", "mag": 1.16, "time": 1507169797040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.808667, 37.467667, 1.31]}, "bbox": [-118.808667, 37.467667, -118.808667, 37.467667]}, {"id": "368", "type": "Feature", "properties": {"id": "ci37167548", "mag": 1.21, "time": 1507169669520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.350667, 11.33]}, "bbox": [-116.3645, 33.350667, -116.3645, 33.350667]}, {"id": "369", "type": "Feature", "properties": {"id": "ci38019080", "mag": 1.35, "time": 1507169663590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3545, 33.3525, 12.25]}, "bbox": [-116.3545, 33.3525, -116.3545, 33.3525]}, {"id": "370", "type": "Feature", "properties": {"id": "ak16989295", "mag": 4.3, "time": 1507169038804, "felt": 3.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.901, 58.3623, 46.5]}, "bbox": [-152.901, 58.3623, -152.901, 58.3623]}, {"id": "371", "type": "Feature", "properties": {"id": "ci38019056", "mag": 2.12, "time": 1507167035520, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805167, 36.042, 1.36]}, "bbox": [-117.805167, 36.042, -117.805167, 36.042]}, {"id": "372", "type": "Feature", "properties": {"id": "ak16989291", "mag": 1.7, "time": 1507165460879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1162, 61.3056, 37.1]}, "bbox": [-150.1162, 61.3056, -150.1162, 61.3056]}, {"id": "373", "type": "Feature", "properties": {"id": "nn00608181", "mag": 1.2, "time": 1507165236408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7192, 37.7977, 0.0]}, "bbox": [-117.7192, 37.7977, -117.7192, 37.7977]}, {"id": "374", "type": "Feature", "properties": {"id": "us2000b190", "mag": 2.6, "time": 1507164698800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7663, 36.4461, 6.31]}, "bbox": [-98.7663, 36.4461, -98.7663, 36.4461]}, {"id": "375", "type": "Feature", "properties": {"id": "ak16989285", "mag": 2.3, "time": 1507164594638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5337, 60.8331, 35.1]}, "bbox": [-150.5337, 60.8331, -150.5337, 60.8331]}, {"id": "376", "type": "Feature", "properties": {"id": "ci38018992", "mag": 1.21, "time": 1507164594280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.435667, 33.033167, 6.13]}, "bbox": [-116.435667, 33.033167, -116.435667, 33.033167]}, {"id": "377", "type": "Feature", "properties": {"id": "nc72905406", "mag": 1.37, "time": 1507163603630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.975, 40.912333, 6.11]}, "bbox": [-121.975, 40.912333, -121.975, 40.912333]}, {"id": "378", "type": "Feature", "properties": {"id": "ak16989282", "mag": 2.6, "time": 1507162971426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8816, 53.7666, 69.3]}, "bbox": [-165.8816, 53.7666, -165.8816, 53.7666]}, {"id": "379", "type": "Feature", "properties": {"id": "us2000b185", "mag": 3.4, "time": 1507162321850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.755, 36.45, 7.23]}, "bbox": [-98.755, 36.45, -98.755, 36.45]}, {"id": "380", "type": "Feature", "properties": {"id": "ci38018976", "mag": 1.34, "time": 1507162296820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6665, 33.961333, 15.54]}, "bbox": [-116.6665, 33.961333, -116.6665, 33.961333]}, {"id": "381", "type": "Feature", "properties": {"id": "nc72904421", "mag": 1.81, "time": 1507162198800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.311667, 40.594833, 17.71]}, "bbox": [-124.311667, 40.594833, -124.311667, 40.594833]}, {"id": "382", "type": "Feature", "properties": {"id": "ak16989280", "mag": 2.0, "time": 1507162092700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.2549, 67.5542, 0.0]}, "bbox": [-162.2549, 67.5542, -162.2549, 67.5542]}, {"id": "383", "type": "Feature", "properties": {"id": "mb80259214", "mag": 1.11, "time": 1507161815690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.873667, 10.6]}, "bbox": [-112.529, 46.873667, -112.529, 46.873667]}, {"id": "384", "type": "Feature", "properties": {"id": "nn00608178", "mag": 1.2, "time": 1507161066465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8195, 37.303, 0.0]}, "bbox": [-114.8195, 37.303, -114.8195, 37.303]}, {"id": "385", "type": "Feature", "properties": {"id": "ci38018944", "mag": 1.13, "time": 1507160279190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.801333, 36.0425, 0.57]}, "bbox": [-117.801333, 36.0425, -117.801333, 36.0425]}, {"id": "386", "type": "Feature", "properties": {"id": "ci38018936", "mag": 1.06, "time": 1507160033160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.352833, 33.1335, 7.01]}, "bbox": [-116.352833, 33.1335, -116.352833, 33.1335]}, {"id": "387", "type": "Feature", "properties": {"id": "ci38018928", "mag": 0.95, "time": 1507159919230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.67, 13.89]}, "bbox": [-116.758833, 33.67, -116.758833, 33.67]}, {"id": "388", "type": "Feature", "properties": {"id": "ak16989265", "mag": 2.4, "time": 1507159550480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7536, 62.8345, 98.0]}, "bbox": [-150.7536, 62.8345, -150.7536, 62.8345]}, {"id": "389", "type": "Feature", "properties": {"id": "ak16989262", "mag": 1.2, "time": 1507158170981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4466, 64.9696, 1.5]}, "bbox": [-147.4466, 64.9696, -147.4466, 64.9696]}, {"id": "390", "type": "Feature", "properties": {"id": "ak16989256", "mag": 2.1, "time": 1507157336866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3316, 62.6072, 87.5]}, "bbox": [-151.3316, 62.6072, -151.3316, 62.6072]}, {"id": "391", "type": "Feature", "properties": {"id": "us2000b16h", "mag": 4.5, "time": 1507156394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7169, -23.9861, 195.32]}, "bbox": [-66.7169, -23.9861, -66.7169, -23.9861]}, {"id": "392", "type": "Feature", "properties": {"id": "mb80259199", "mag": 1.02, "time": 1507156049410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531, 46.862667, 9.74]}, "bbox": [-112.531, 46.862667, -112.531, 46.862667]}, {"id": "393", "type": "Feature", "properties": {"id": "ak16989147", "mag": 1.8, "time": 1507155523233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2126, 62.1419, 50.6]}, "bbox": [-150.2126, 62.1419, -150.2126, 62.1419]}, {"id": "394", "type": "Feature", "properties": {"id": "mb80259194", "mag": 2.1, "time": 1507155343850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.326833, 46.116, 15.12]}, "bbox": [-110.326833, 46.116, -110.326833, 46.116]}, {"id": "395", "type": "Feature", "properties": {"id": "us2000b15z", "mag": 3.5, "time": 1507154804460, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7425, 36.4507, 4.85]}, "bbox": [-98.7425, 36.4507, -98.7425, 36.4507]}, {"id": "396", "type": "Feature", "properties": {"id": "ak16989143", "mag": 1.6, "time": 1507154781579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2414, 61.1185, 60.5]}, "bbox": [-151.2414, 61.1185, -151.2414, 61.1185]}, {"id": "397", "type": "Feature", "properties": {"id": "ci38018808", "mag": 0.95, "time": 1507153541570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803667, 36.042, 1.12]}, "bbox": [-117.803667, 36.042, -117.803667, 36.042]}, {"id": "398", "type": "Feature", "properties": {"id": "mb80259184", "mag": 2.43, "time": 1507153540560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.875, 11.0]}, "bbox": [-112.529, 46.875, -112.529, 46.875]}, {"id": "399", "type": "Feature", "properties": {"id": "ci38018800", "mag": 1.11, "time": 1507153075770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805667, 36.044667, 1.33]}, "bbox": [-117.805667, 36.044667, -117.805667, 36.044667]}, {"id": "400", "type": "Feature", "properties": {"id": "nc72904366", "mag": 2.17, "time": 1507152989540, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.603167, 4.37]}, "bbox": [-118.821833, 37.603167, -118.821833, 37.603167]}, {"id": "401", "type": "Feature", "properties": {"id": "nc72904361", "mag": 2.03, "time": 1507152804460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.819667, 3.31]}, "bbox": [-122.802, 38.819667, -122.802, 38.819667]}, {"id": "402", "type": "Feature", "properties": {"id": "ci38018776", "mag": 1.23, "time": 1507152409830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.506833, 4.99]}, "bbox": [-116.796667, 33.506833, -116.796667, 33.506833]}, {"id": "403", "type": "Feature", "properties": {"id": "ci38018760", "mag": 1.23, "time": 1507152333150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805333, 36.044167, 1.08]}, "bbox": [-117.805333, 36.044167, -117.805333, 36.044167]}, {"id": "404", "type": "Feature", "properties": {"id": "ci38018752", "mag": 1.02, "time": 1507152229710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803833, 36.0435, 1.58]}, "bbox": [-117.803833, 36.0435, -117.803833, 36.0435]}, {"id": "405", "type": "Feature", "properties": {"id": "nc72904356", "mag": 1.39, "time": 1507151361960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.986333, 37.451833, 11.44]}, "bbox": [-117.986333, 37.451833, -117.986333, 37.451833]}, {"id": "406", "type": "Feature", "properties": {"id": "us2000b152", "mag": 4.2, "time": 1507151144560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5193, 15.6807, 43.81]}, "bbox": [-94.5193, 15.6807, -94.5193, 15.6807]}, {"id": "407", "type": "Feature", "properties": {"id": "mb80259179", "mag": 1.09, "time": 1507150593920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.249667, 45.922167, -2.0]}, "bbox": [-112.249667, 45.922167, -112.249667, 45.922167]}, {"id": "408", "type": "Feature", "properties": {"id": "nn00608141", "mag": 1.4, "time": 1507150245096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5709, 37.2677, 5.8]}, "bbox": [-114.5709, 37.2677, -114.5709, 37.2677]}, {"id": "409", "type": "Feature", "properties": {"id": "uw61314607", "mag": 2.13, "time": 1507149876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.029167, 48.8415, 0.56]}, "bbox": [-122.029167, 48.8415, -122.029167, 48.8415]}, {"id": "410", "type": "Feature", "properties": {"id": "ak16989132", "mag": 3.2, "time": 1507149758758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.904, 54.6732, 0.0]}, "bbox": [-156.904, 54.6732, -156.904, 54.6732]}, {"id": "411", "type": "Feature", "properties": {"id": "ci38018704", "mag": 1.42, "time": 1507149228410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.937167, 32.9105, -0.2]}, "bbox": [-116.937167, 32.9105, -116.937167, 32.9105]}, {"id": "412", "type": "Feature", "properties": {"id": "hv61932706", "mag": 2.34, "time": 1507148766410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0805, 19.384667, 3.233]}, "bbox": [-155.0805, 19.384667, -155.0805, 19.384667]}, {"id": "413", "type": "Feature", "properties": {"id": "ci38018696", "mag": 1.43, "time": 1507148649160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.469333, 33.481, 7.42]}, "bbox": [-116.469333, 33.481, -116.469333, 33.481]}, {"id": "414", "type": "Feature", "properties": {"id": "ci38018688", "mag": 1.23, "time": 1507148125030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7775, 34.859167, -1.14]}, "bbox": [-118.7775, 34.859167, -118.7775, 34.859167]}, {"id": "415", "type": "Feature", "properties": {"id": "ak16989124", "mag": 2.3, "time": 1507147085613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9048, 62.8046, 5.4]}, "bbox": [-148.9048, 62.8046, -148.9048, 62.8046]}, {"id": "416", "type": "Feature", "properties": {"id": "ak16989120", "mag": 1.9, "time": 1507146960353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3904, 61.7684, 33.4]}, "bbox": [-149.3904, 61.7684, -149.3904, 61.7684]}, {"id": "417", "type": "Feature", "properties": {"id": "nc72904326", "mag": 1.4, "time": 1507146844270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.6255, 3.28]}, "bbox": [-118.835, 37.6255, -118.835, 37.6255]}, {"id": "418", "type": "Feature", "properties": {"id": "ci38018648", "mag": 1.34, "time": 1507146046240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.282833, 33.307, 10.02]}, "bbox": [-116.282833, 33.307, -116.282833, 33.307]}, {"id": "419", "type": "Feature", "properties": {"id": "us2000b12w", "mag": 4.1, "time": 1507145834470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.5682, 23.7468, 10.0]}, "bbox": [-108.5682, 23.7468, -108.5682, 23.7468]}, {"id": "420", "type": "Feature", "properties": {"id": "uw61314577", "mag": 2.31, "time": 1507145284260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.101667, 47.519667, 24.66]}, "bbox": [-124.101667, 47.519667, -124.101667, 47.519667]}, {"id": "421", "type": "Feature", "properties": {"id": "ak16989116", "mag": 2.0, "time": 1507144999479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9792, 59.2967, 30.0]}, "bbox": [-150.9792, 59.2967, -150.9792, 59.2967]}, {"id": "422", "type": "Feature", "properties": {"id": "nc72904301", "mag": 1.44, "time": 1507144400690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.590333, 37.9535, 3.71]}, "bbox": [-118.590333, 37.9535, -118.590333, 37.9535]}, {"id": "423", "type": "Feature", "properties": {"id": "nc72904291", "mag": 0.97, "time": 1507144116270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807335, 38.823166, 0.51]}, "bbox": [-122.807335, 38.823166, -122.807335, 38.823166]}, {"id": "424", "type": "Feature", "properties": {"id": "ci38018592", "mag": 0.98, "time": 1507144088190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191, 34.995667, -0.84]}, "bbox": [-118.191, 34.995667, -118.191, 34.995667]}, {"id": "425", "type": "Feature", "properties": {"id": "nc71107609", "mag": 1.42, "time": 1507143933230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8315, 37.459167, 2.81]}, "bbox": [-118.8315, 37.459167, -118.8315, 37.459167]}, {"id": "426", "type": "Feature", "properties": {"id": "nc72904286", "mag": 2.01, "time": 1507143903920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127667, 36.540667, 3.02]}, "bbox": [-121.127667, 36.540667, -121.127667, 36.540667]}, {"id": "427", "type": "Feature", "properties": {"id": "mb80259164", "mag": 1.54, "time": 1507143801870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.466667, 46.003833, -2.0]}, "bbox": [-112.466667, 46.003833, -112.466667, 46.003833]}, {"id": "428", "type": "Feature", "properties": {"id": "ak16989114", "mag": 1.5, "time": 1507143799499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2987, 62.9001, 136.4]}, "bbox": [-151.2987, 62.9001, -151.2987, 62.9001]}, {"id": "429", "type": "Feature", "properties": {"id": "nc72904276", "mag": 2.19, "time": 1507143670520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125833, 36.539667, 3.42]}, "bbox": [-121.125833, 36.539667, -121.125833, 36.539667]}, {"id": "430", "type": "Feature", "properties": {"id": "ak16989112", "mag": 1.5, "time": 1507143346025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9517, 60.4284, 76.1]}, "bbox": [-151.9517, 60.4284, -151.9517, 60.4284]}, {"id": "431", "type": "Feature", "properties": {"id": "ak16989109", "mag": 1.6, "time": 1507142888288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4575, 68.4924, 0.0]}, "bbox": [-147.4575, 68.4924, -147.4575, 68.4924]}, {"id": "432", "type": "Feature", "properties": {"id": "us1000alvi", "mag": 4.8, "time": 1507142880510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.2314, -22.7343, 10.0]}, "bbox": [69.2314, -22.7343, 69.2314, -22.7343]}, {"id": "433", "type": "Feature", "properties": {"id": "us2000b11q", "mag": 4.3, "time": 1507142721780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0179, 16.6332, 10.0]}, "bbox": [-95.0179, 16.6332, -95.0179, 16.6332]}, {"id": "434", "type": "Feature", "properties": {"id": "nn00608130", "mag": 2.0, "time": 1507142028227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6247, 38.6437, 2.8]}, "bbox": [-115.6247, 38.6437, -115.6247, 38.6437]}, {"id": "435", "type": "Feature", "properties": {"id": "ci38018568", "mag": 1.17, "time": 1507141815580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.480167, 33.8245, -0.64]}, "bbox": [-117.480167, 33.8245, -117.480167, 33.8245]}, {"id": "436", "type": "Feature", "properties": {"id": "nc72904241", "mag": 1.13, "time": 1507141805960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.843333, 37.550333, -1.19]}, "bbox": [-118.843333, 37.550333, -118.843333, 37.550333]}, {"id": "437", "type": "Feature", "properties": {"id": "nc71107614", "mag": 1.26, "time": 1507141794500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9105, 37.975, 2.7]}, "bbox": [-121.9105, 37.975, -121.9105, 37.975]}, {"id": "438", "type": "Feature", "properties": {"id": "nc72904226", "mag": 1.44, "time": 1507141566380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839167, 37.554167, -0.37]}, "bbox": [-118.839167, 37.554167, -118.839167, 37.554167]}, {"id": "439", "type": "Feature", "properties": {"id": "nc72904231", "mag": 0.95, "time": 1507141526700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848, 37.565167, -0.65]}, "bbox": [-118.848, 37.565167, -118.848, 37.565167]}, {"id": "440", "type": "Feature", "properties": {"id": "ak16989106", "mag": 1.6, "time": 1507141095901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5043, 63.2003, 100.7]}, "bbox": [-150.5043, 63.2003, -150.5043, 63.2003]}, {"id": "441", "type": "Feature", "properties": {"id": "nn00608125", "mag": 1.1, "time": 1507140434096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0698, 39.2152, 9.9]}, "bbox": [-120.0698, 39.2152, -120.0698, 39.2152]}, {"id": "442", "type": "Feature", "properties": {"id": "uu60251107", "mag": 2.02, "time": 1507140276970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438667, 42.623, -0.06]}, "bbox": [-111.438667, 42.623, -111.438667, 42.623]}, {"id": "443", "type": "Feature", "properties": {"id": "ak16989101", "mag": 1.7, "time": 1507139784743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7521, 62.788, 15.0]}, "bbox": [-148.7521, 62.788, -148.7521, 62.788]}, {"id": "444", "type": "Feature", "properties": {"id": "ismpkansas70236238", "mag": 1.83, "time": 1507139648960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.036, 37.001167, 5.77]}, "bbox": [-98.036, 37.001167, -98.036, 37.001167]}, {"id": "445", "type": "Feature", "properties": {"id": "ci38018464", "mag": 0.95, "time": 1507138418030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.469667, 34.0245, -0.75]}, "bbox": [-117.469667, 34.0245, -117.469667, 34.0245]}, {"id": "446", "type": "Feature", "properties": {"id": "nc72904196", "mag": 1.0, "time": 1507136805190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.407833, 36.764667, 10.33]}, "bbox": [-121.407833, 36.764667, -121.407833, 36.764667]}, {"id": "447", "type": "Feature", "properties": {"id": "ak16989095", "mag": 1.5, "time": 1507135541282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2816, 62.4313, 44.6]}, "bbox": [-149.2816, 62.4313, -149.2816, 62.4313]}, {"id": "448", "type": "Feature", "properties": {"id": "ci38018408", "mag": 1.57, "time": 1507134824880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.499, 4.25]}, "bbox": [-116.797167, 33.499, -116.797167, 33.499]}, {"id": "449", "type": "Feature", "properties": {"id": "nn00608107", "mag": 2.1, "time": 1507134616795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9268, 38.3958, 7.6]}, "bbox": [-118.9268, 38.3958, -118.9268, 38.3958]}, {"id": "450", "type": "Feature", "properties": {"id": "nc72904171", "mag": 1.38, "time": 1507133031670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.614333, 36.881, 6.94]}, "bbox": [-121.614333, 36.881, -121.614333, 36.881]}, {"id": "451", "type": "Feature", "properties": {"id": "nc72904166", "mag": 2.71, "time": 1507132718170, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609333, 36.8815, 6.65]}, "bbox": [-121.609333, 36.8815, -121.609333, 36.8815]}, {"id": "452", "type": "Feature", "properties": {"id": "ak16989087", "mag": 1.4, "time": 1507131238883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.032, 63.5134, 6.3]}, "bbox": [-151.032, 63.5134, -151.032, 63.5134]}, {"id": "453", "type": "Feature", "properties": {"id": "us2000b0yw", "mag": 4.4, "time": 1507130270240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7831, 15.8774, 9.59]}, "bbox": [-94.7831, 15.8774, -94.7831, 15.8774]}, {"id": "454", "type": "Feature", "properties": {"id": "ak16989083", "mag": 2.0, "time": 1507129786603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5468, 62.9914, 0.0]}, "bbox": [-151.5468, 62.9914, -151.5468, 62.9914]}, {"id": "455", "type": "Feature", "properties": {"id": "ak16989080", "mag": 1.7, "time": 1507129070012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8528, 63.1143, 130.4]}, "bbox": [-150.8528, 63.1143, -150.8528, 63.1143]}, {"id": "456", "type": "Feature", "properties": {"id": "us2000b14r", "mag": 2.9, "time": 1507127377130, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.3466, -0.2479, 10.0]}, "bbox": [-78.3466, -0.2479, -78.3466, -0.2479]}, {"id": "457", "type": "Feature", "properties": {"id": "nn00608088", "mag": 1.1, "time": 1507126739396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8623, 39.6344, 5.8]}, "bbox": [-119.8623, 39.6344, -119.8623, 39.6344]}, {"id": "458", "type": "Feature", "properties": {"id": "us2000b0xy", "mag": 4.3, "time": 1507120048520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.219, 14.9246, 35.0]}, "bbox": [-94.219, 14.9246, -94.219, 14.9246]}, {"id": "459", "type": "Feature", "properties": {"id": "ci38018272", "mag": 1.04, "time": 1507119983420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.979333, 33.952, 16.95]}, "bbox": [-116.979333, 33.952, -116.979333, 33.952]}, {"id": "460", "type": "Feature", "properties": {"id": "ci38018264", "mag": 1.21, "time": 1507118298180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.153667, 33.576, 12.56]}, "bbox": [-117.153667, 33.576, -117.153667, 33.576]}, {"id": "461", "type": "Feature", "properties": {"id": "ak16988954", "mag": 1.4, "time": 1507117165370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0651, 59.0371, 113.6]}, "bbox": [-154.0651, 59.0371, -154.0651, 59.0371]}, {"id": "462", "type": "Feature", "properties": {"id": "ak16988951", "mag": 1.7, "time": 1507117164179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7431, 61.7579, 50.0]}, "bbox": [-150.7431, 61.7579, -150.7431, 61.7579]}, {"id": "463", "type": "Feature", "properties": {"id": "ak16988955", "mag": 1.2, "time": 1507117137925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2404, 63.315, 3.6]}, "bbox": [-145.2404, 63.315, -145.2404, 63.315]}, {"id": "464", "type": "Feature", "properties": {"id": "ci38018256", "mag": 1.97, "time": 1507116401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.047667, 33.9995, 14.99]}, "bbox": [-117.047667, 33.9995, -117.047667, 33.9995]}, {"id": "465", "type": "Feature", "properties": {"id": "ak16988947", "mag": 1.3, "time": 1507116091533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.038, 61.8748, 115.1]}, "bbox": [-152.038, 61.8748, -152.038, 61.8748]}, {"id": "466", "type": "Feature", "properties": {"id": "ak16988943", "mag": 2.6, "time": 1507115904863, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.3287, 60.8439, 0.0]}, "bbox": [-138.3287, 60.8439, -138.3287, 60.8439]}, {"id": "467", "type": "Feature", "properties": {"id": "mb80259149", "mag": 1.42, "time": 1507115359390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520833, 46.866833, 12.33]}, "bbox": [-112.520833, 46.866833, -112.520833, 46.866833]}, {"id": "468", "type": "Feature", "properties": {"id": "ak16988941", "mag": 2.0, "time": 1507115138670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7265, 59.549, 35.9]}, "bbox": [-150.7265, 59.549, -150.7265, 59.549]}, {"id": "469", "type": "Feature", "properties": {"id": "ak16988937", "mag": 1.7, "time": 1507114508883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.561, 63.6903, 125.8]}, "bbox": [-149.561, 63.6903, -149.561, 63.6903]}, {"id": "470", "type": "Feature", "properties": {"id": "nc72904051", "mag": 1.09, "time": 1507113834280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8355, 1.85]}, "bbox": [-122.793, 38.8355, -122.793, 38.8355]}, {"id": "471", "type": "Feature", "properties": {"id": "ci38018224", "mag": 1.17, "time": 1507113370200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.608833, 33.080833, 11.8]}, "bbox": [-116.608833, 33.080833, -116.608833, 33.080833]}, {"id": "472", "type": "Feature", "properties": {"id": "nc72904041", "mag": 1.12, "time": 1507113327750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.942, 36.506, 4.31]}, "bbox": [-120.942, 36.506, -120.942, 36.506]}, {"id": "473", "type": "Feature", "properties": {"id": "uu60251097", "mag": 2.09, "time": 1507111719760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.55, 7.34]}, "bbox": [-111.414333, 42.55, -111.414333, 42.55]}, {"id": "474", "type": "Feature", "properties": {"id": "nc72904031", "mag": 0.97, "time": 1507110773350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.365667, 36.7845, 3.47]}, "bbox": [-121.365667, 36.7845, -121.365667, 36.7845]}, {"id": "475", "type": "Feature", "properties": {"id": "mb80259134", "mag": 2.46, "time": 1507108546600, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.867833, 13.28]}, "bbox": [-112.527833, 46.867833, -112.527833, 46.867833]}, {"id": "476", "type": "Feature", "properties": {"id": "ci38018200", "mag": 1.17, "time": 1507108523230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5975, 34.0275, 11.16]}, "bbox": [-117.5975, 34.0275, -117.5975, 34.0275]}, {"id": "477", "type": "Feature", "properties": {"id": "nc72904011", "mag": 1.65, "time": 1507108226290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.59, 39.034, 1.81]}, "bbox": [-122.59, 39.034, -122.59, 39.034]}, {"id": "478", "type": "Feature", "properties": {"id": "ak16988931", "mag": 1.6, "time": 1507107916290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4053, 65.8348, 0.0]}, "bbox": [-155.4053, 65.8348, -155.4053, 65.8348]}, {"id": "479", "type": "Feature", "properties": {"id": "ci38018192", "mag": 1.04, "time": 1507107119810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.243833, 34.561167, 7.55]}, "bbox": [-116.243833, 34.561167, -116.243833, 34.561167]}, {"id": "480", "type": "Feature", "properties": {"id": "uw61337191", "mag": 1.11, "time": 1507106498380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3995, 47.466167, 20.06]}, "bbox": [-122.3995, 47.466167, -122.3995, 47.466167]}, {"id": "481", "type": "Feature", "properties": {"id": "ak16988930", "mag": 1.5, "time": 1507105167087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3314, 63.0932, 0.0]}, "bbox": [-151.3314, 63.0932, -151.3314, 63.0932]}, {"id": "482", "type": "Feature", "properties": {"id": "nc72903991", "mag": 1.0, "time": 1507105008930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.831667, 37.479167, 7.18]}, "bbox": [-121.831667, 37.479167, -121.831667, 37.479167]}, {"id": "483", "type": "Feature", "properties": {"id": "us2000b0vg", "mag": 4.8, "time": 1507102453200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0265, 15.081, 39.52]}, "bbox": [-94.0265, 15.081, -94.0265, 15.081]}, {"id": "484", "type": "Feature", "properties": {"id": "uu60251092", "mag": 1.15, "time": 1507102301120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.109167, 37.453, 7.33]}, "bbox": [-113.109167, 37.453, -113.109167, 37.453]}, {"id": "485", "type": "Feature", "properties": {"id": "nc72903961", "mag": 0.99, "time": 1507102290690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.886, 37.634, 6.9]}, "bbox": [-118.886, 37.634, -118.886, 37.634]}, {"id": "486", "type": "Feature", "properties": {"id": "nc72903951", "mag": 1.13, "time": 1507102067530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873, 37.655, 2.24]}, "bbox": [-118.873, 37.655, -118.873, 37.655]}, {"id": "487", "type": "Feature", "properties": {"id": "ak16988890", "mag": 2.1, "time": 1507101218109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6853, 59.7843, 0.0]}, "bbox": [-136.6853, 59.7843, -136.6853, 59.7843]}, {"id": "488", "type": "Feature", "properties": {"id": "nc72903941", "mag": 1.93, "time": 1507099899370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.174833, 36.7355, 8.83]}, "bbox": [-121.174833, 36.7355, -121.174833, 36.7355]}, {"id": "489", "type": "Feature", "properties": {"id": "ak16988888", "mag": 2.1, "time": 1507099796449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.599, 58.1927, 18.0]}, "bbox": [-152.599, 58.1927, -152.599, 58.1927]}, {"id": "490", "type": "Feature", "properties": {"id": "ak16988886", "mag": 1.1, "time": 1507099794659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1044, 65.1213, 20.9]}, "bbox": [-149.1044, 65.1213, -149.1044, 65.1213]}, {"id": "491", "type": "Feature", "properties": {"id": "hv61932126", "mag": 2.54, "time": 1507098254160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471, 19.958167, 34.056]}, "bbox": [-155.471, 19.958167, -155.471, 19.958167]}, {"id": "492", "type": "Feature", "properties": {"id": "ci38018128", "mag": 1.48, "time": 1507095935630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.237333, 33.3585, 9.93]}, "bbox": [-116.237333, 33.3585, -116.237333, 33.3585]}, {"id": "493", "type": "Feature", "properties": {"id": "ak16988874", "mag": 2.0, "time": 1507095643589, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4213, 59.0929, 75.6]}, "bbox": [-152.4213, 59.0929, -152.4213, 59.0929]}, {"id": "494", "type": "Feature", "properties": {"id": "mb80259124", "mag": 1.12, "time": 1507094472670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.889167, 10.71]}, "bbox": [-112.5195, 46.889167, -112.5195, 46.889167]}, {"id": "495", "type": "Feature", "properties": {"id": "us2000b0ue", "mag": 4.7, "time": 1507093737820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.7448, 18.3756, 172.11]}, "bbox": [145.7448, 18.3756, 145.7448, 18.3756]}, {"id": "496", "type": "Feature", "properties": {"id": "hv61932021", "mag": 1.47, "time": 1507093555340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7645, 19.608333, 19.406]}, "bbox": [-155.7645, 19.608333, -155.7645, 19.608333]}, {"id": "497", "type": "Feature", "properties": {"id": "uu60251087", "mag": 1.84, "time": 1507092267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456667, 42.600833, 1.84]}, "bbox": [-111.456667, 42.600833, -111.456667, 42.600833]}, {"id": "498", "type": "Feature", "properties": {"id": "ak16988835", "mag": 1.4, "time": 1507091990426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8997, 62.5624, 2.5]}, "bbox": [-152.8997, 62.5624, -152.8997, 62.5624]}, {"id": "499", "type": "Feature", "properties": {"id": "ak16988834", "mag": 2.0, "time": 1507091511196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6239, 61.9391, 35.9]}, "bbox": [-147.6239, 61.9391, -147.6239, 61.9391]}, {"id": "500", "type": "Feature", "properties": {"id": "hv61931981", "mag": 2.06, "time": 1507091217900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6845, 18.778833, 34.132]}, "bbox": [-155.6845, 18.778833, -155.6845, 18.778833]}, {"id": "501", "type": "Feature", "properties": {"id": "ak16988831", "mag": 1.7, "time": 1507090320674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0205, 61.3011, 30.6]}, "bbox": [-149.0205, 61.3011, -149.0205, 61.3011]}, {"id": "502", "type": "Feature", "properties": {"id": "ak16988828", "mag": 1.6, "time": 1507090167802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1141, 63.8125, 0.0]}, "bbox": [-149.1141, 63.8125, -149.1141, 63.8125]}, {"id": "503", "type": "Feature", "properties": {"id": "ci38018104", "mag": 0.97, "time": 1507089080620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.364, 33.395667, 5.23]}, "bbox": [-116.364, 33.395667, -116.364, 33.395667]}, {"id": "504", "type": "Feature", "properties": {"id": "ci38018096", "mag": 1.15, "time": 1507088756230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.118, 33.743333, 14.37]}, "bbox": [-118.118, 33.743333, -118.118, 33.743333]}, {"id": "505", "type": "Feature", "properties": {"id": "us2000b0th", "mag": 5.0, "time": 1507087351060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1517, -31.5827, 35.55]}, "bbox": [-178.1517, -31.5827, -178.1517, -31.5827]}, {"id": "506", "type": "Feature", "properties": {"id": "nc72903886", "mag": 1.89, "time": 1507087145860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157333, 36.593167, 6.68]}, "bbox": [-121.157333, 36.593167, -121.157333, 36.593167]}, {"id": "507", "type": "Feature", "properties": {"id": "nc72903881", "mag": 1.09, "time": 1507086787130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718666, 38.771667, 2.16]}, "bbox": [-122.718666, 38.771667, -122.718666, 38.771667]}, {"id": "508", "type": "Feature", "properties": {"id": "us2000b0t5", "mag": 5.2, "time": 1507086128100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.1988, -23.1056, 126.96]}, "bbox": [-68.1988, -23.1056, -68.1988, -23.1056]}, {"id": "509", "type": "Feature", "properties": {"id": "nn00608095", "mag": 1.8, "time": 1507085141975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2313, 37.1571, 11.8]}, "bbox": [-117.2313, 37.1571, -117.2313, 37.1571]}, {"id": "510", "type": "Feature", "properties": {"id": "ak16988758", "mag": 1.7, "time": 1507084302637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3056, 61.634, 42.6]}, "bbox": [-146.3056, 61.634, -146.3056, 61.634]}, {"id": "511", "type": "Feature", "properties": {"id": "nc72903856", "mag": 1.42, "time": 1507084182620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.847167, 37.6515, 3.01]}, "bbox": [-118.847167, 37.6515, -118.847167, 37.6515]}, {"id": "512", "type": "Feature", "properties": {"id": "ak16988756", "mag": 1.9, "time": 1507083972695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8168, 61.2547, 28.1]}, "bbox": [-146.8168, 61.2547, -146.8168, 61.2547]}, {"id": "513", "type": "Feature", "properties": {"id": "ci38018048", "mag": 1.01, "time": 1507081338310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112167, 34.101167, 8.93]}, "bbox": [-118.112167, 34.101167, -118.112167, 34.101167]}, {"id": "514", "type": "Feature", "properties": {"id": "mb80259119", "mag": 1.6, "time": 1507080820140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521833, 46.872833, 10.74]}, "bbox": [-112.521833, 46.872833, -112.521833, 46.872833]}, {"id": "515", "type": "Feature", "properties": {"id": "mb80259154", "mag": 1.65, "time": 1507080779330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5265, 46.876167, 11.17]}, "bbox": [-112.5265, 46.876167, -112.5265, 46.876167]}, {"id": "516", "type": "Feature", "properties": {"id": "ak16988720", "mag": 2.3, "time": 1507079042841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4064, 60.3952, 12.4]}, "bbox": [-147.4064, 60.3952, -147.4064, 60.3952]}, {"id": "517", "type": "Feature", "properties": {"id": "nn00608069", "mag": 1.7, "time": 1507077765338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5495, 40.2609, 8.3]}, "bbox": [-119.5495, 40.2609, -119.5495, 40.2609]}, {"id": "518", "type": "Feature", "properties": {"id": "ak16988717", "mag": 1.6, "time": 1507077365759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3311, 63.2608, 0.8]}, "bbox": [-151.3311, 63.2608, -151.3311, 63.2608]}, {"id": "519", "type": "Feature", "properties": {"id": "hv61931706", "mag": 1.47, "time": 1507077049100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6385, 19.553667, 11.424]}, "bbox": [-155.6385, 19.553667, -155.6385, 19.553667]}, {"id": "520", "type": "Feature", "properties": {"id": "ci38018040", "mag": 0.98, "time": 1507076389190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.269, 34.0685, 15.7]}, "bbox": [-117.269, 34.0685, -117.269, 34.0685]}, {"id": "521", "type": "Feature", "properties": {"id": "uw61337006", "mag": 0.96, "time": 1507074699210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751333, 47.996333, 14.52]}, "bbox": [-122.751333, 47.996333, -122.751333, 47.996333]}, {"id": "522", "type": "Feature", "properties": {"id": "us2000b0rt", "mag": 4.2, "time": 1507074238890, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.7745, 8.5663, 30.59]}, "bbox": [-82.7745, 8.5663, -82.7745, 8.5663]}, {"id": "523", "type": "Feature", "properties": {"id": "ci38018024", "mag": 1.57, "time": 1507073295750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681, 35.0345, -0.82]}, "bbox": [-117.681, 35.0345, -117.681, 35.0345]}, {"id": "524", "type": "Feature", "properties": {"id": "ak16988594", "mag": 2.0, "time": 1507073162743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2617, 62.1345, 75.8]}, "bbox": [-151.2617, 62.1345, -151.2617, 62.1345]}, {"id": "525", "type": "Feature", "properties": {"id": "ak16988588", "mag": 1.3, "time": 1507072732101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2839, 61.0371, 0.0]}, "bbox": [-148.2839, 61.0371, -148.2839, 61.0371]}, {"id": "526", "type": "Feature", "properties": {"id": "uw61336986", "mag": 1.86, "time": 1507072508440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.616667, 48.275333, 6.9]}, "bbox": [-120.616667, 48.275333, -120.616667, 48.275333]}, {"id": "527", "type": "Feature", "properties": {"id": "uw61336981", "mag": 1.89, "time": 1507072212820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6095, 48.259, 5.47]}, "bbox": [-120.6095, 48.259, -120.6095, 48.259]}, {"id": "528", "type": "Feature", "properties": {"id": "ak16988584", "mag": 1.0, "time": 1507071678363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3354, 64.9934, 0.0]}, "bbox": [-147.3354, 64.9934, -147.3354, 64.9934]}, {"id": "529", "type": "Feature", "properties": {"id": "nc72903836", "mag": 1.12, "time": 1507071527650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805, 38.822667, 2.85]}, "bbox": [-122.805, 38.822667, -122.805, 38.822667]}, {"id": "530", "type": "Feature", "properties": {"id": "nc72903831", "mag": 1.06, "time": 1507071133930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808998, 38.823166, 1.74]}, "bbox": [-122.808998, 38.823166, -122.808998, 38.823166]}, {"id": "531", "type": "Feature", "properties": {"id": "ak16994062", "mag": 1.2, "time": 1507071050929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8464, 63.0394, 121.6]}, "bbox": [-150.8464, 63.0394, -150.8464, 63.0394]}, {"id": "532", "type": "Feature", "properties": {"id": "nn00608062", "mag": 1.5, "time": 1507069440991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 37.5469, 5.1]}, "bbox": [-117.445, 37.5469, -117.445, 37.5469]}, {"id": "533", "type": "Feature", "properties": {"id": "nc72903806", "mag": 1.23, "time": 1507069427950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739333, 38.805667, 1.44]}, "bbox": [-122.739333, 38.805667, -122.739333, 38.805667]}, {"id": "534", "type": "Feature", "properties": {"id": "uw61336956", "mag": 1.0, "time": 1507069356480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319167, 46.078167, -1.11]}, "bbox": [-122.319167, 46.078167, -122.319167, 46.078167]}, {"id": "535", "type": "Feature", "properties": {"id": "ak16988555", "mag": 2.0, "time": 1507069258013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.1558, 67.7665, 10.8]}, "bbox": [-164.1558, 67.7665, -164.1558, 67.7665]}, {"id": "536", "type": "Feature", "properties": {"id": "ak16988552", "mag": 1.6, "time": 1507069137803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3107, 61.1448, 20.1]}, "bbox": [-148.3107, 61.1448, -148.3107, 61.1448]}, {"id": "537", "type": "Feature", "properties": {"id": "us2000b0q2", "mag": 4.2, "time": 1507068153470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2992, 15.6198, 60.2]}, "bbox": [-94.2992, 15.6198, -94.2992, 15.6198]}, {"id": "538", "type": "Feature", "properties": {"id": "ci38018000", "mag": 1.69, "time": 1507067212670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446333, 34.153333, 6.34]}, "bbox": [-116.446333, 34.153333, -116.446333, 34.153333]}, {"id": "539", "type": "Feature", "properties": {"id": "mb80259099", "mag": 1.07, "time": 1507067005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.4045, 43.682, 5.87]}, "bbox": [-110.4045, 43.682, -110.4045, 43.682]}, {"id": "540", "type": "Feature", "properties": {"id": "ak16988545", "mag": 1.7, "time": 1507066676846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6733, 65.2302, 8.7]}, "bbox": [-150.6733, 65.2302, -150.6733, 65.2302]}, {"id": "541", "type": "Feature", "properties": {"id": "nn00608050", "mag": 1.7, "time": 1507066159273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0874, 39.024, 7.5]}, "bbox": [-118.0874, 39.024, -118.0874, 39.024]}, {"id": "542", "type": "Feature", "properties": {"id": "ci38017984", "mag": 1.71, "time": 1507065949300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.347667, 33.392, 3.2]}, "bbox": [-116.347667, 33.392, -116.347667, 33.392]}, {"id": "543", "type": "Feature", "properties": {"id": "uu60251062", "mag": 1.76, "time": 1507065772640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.412333, 42.583667, 5.9]}, "bbox": [-111.412333, 42.583667, -111.412333, 42.583667]}, {"id": "544", "type": "Feature", "properties": {"id": "ak16988519", "mag": 2.6, "time": 1507065657270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2687, 57.0749, 82.1]}, "bbox": [-156.2687, 57.0749, -156.2687, 57.0749]}, {"id": "545", "type": "Feature", "properties": {"id": "ak16988491", "mag": 1.6, "time": 1507065428977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3929, 65.0131, 16.1]}, "bbox": [-161.3929, 65.0131, -161.3929, 65.0131]}, {"id": "546", "type": "Feature", "properties": {"id": "ak16988489", "mag": 1.2, "time": 1507065333200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6212, 63.3407, 7.0]}, "bbox": [-145.6212, 63.3407, -145.6212, 63.3407]}, {"id": "547", "type": "Feature", "properties": {"id": "ak16988484", "mag": 2.3, "time": 1507065014972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0452, 62.216, 67.5]}, "bbox": [-151.0452, 62.216, -151.0452, 62.216]}, {"id": "548", "type": "Feature", "properties": {"id": "nc72905396", "mag": 1.11, "time": 1507064824530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4595, 41.531833, 2.93]}, "bbox": [-121.4595, 41.531833, -121.4595, 41.531833]}, {"id": "549", "type": "Feature", "properties": {"id": "uu60251057", "mag": 2.05, "time": 1507064724100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.399, 42.521333, 8.16]}, "bbox": [-111.399, 42.521333, -111.399, 42.521333]}, {"id": "550", "type": "Feature", "properties": {"id": "ci38017976", "mag": 1.59, "time": 1507064335800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445833, 34.1535, 6.5]}, "bbox": [-116.445833, 34.1535, -116.445833, 34.1535]}, {"id": "551", "type": "Feature", "properties": {"id": "nc72903776", "mag": 1.19, "time": 1507063701570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.529167, 1.8]}, "bbox": [-118.8805, 37.529167, -118.8805, 37.529167]}, {"id": "552", "type": "Feature", "properties": {"id": "us2000b0nr", "mag": 5.7, "time": 1507063144760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-49.3194, 13.4552, 10.0]}, "bbox": [-49.3194, 13.4552, -49.3194, 13.4552]}, {"id": "553", "type": "Feature", "properties": {"id": "nc72903771", "mag": 2.49, "time": 1507062907080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.767, 38.799167, 0.51]}, "bbox": [-122.767, 38.799167, -122.767, 38.799167]}, {"id": "554", "type": "Feature", "properties": {"id": "ak16988466", "mag": 1.3, "time": 1507062241011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5134, 62.1795, 23.0]}, "bbox": [-145.5134, 62.1795, -145.5134, 62.1795]}, {"id": "555", "type": "Feature", "properties": {"id": "ak16988439", "mag": 2.2, "time": 1507061510846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8761, 60.5934, 142.5]}, "bbox": [-152.8761, 60.5934, -152.8761, 60.5934]}, {"id": "556", "type": "Feature", "properties": {"id": "us2000b0n8", "mag": 4.5, "time": 1507061510710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.7231, 55.3488, 28.06]}, "bbox": [166.7231, 55.3488, 166.7231, 55.3488]}, {"id": "557", "type": "Feature", "properties": {"id": "ci38017952", "mag": 1.07, "time": 1507061299680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4405, 34.156167, 8.27]}, "bbox": [-116.4405, 34.156167, -116.4405, 34.156167]}, {"id": "558", "type": "Feature", "properties": {"id": "ak16988437", "mag": 1.3, "time": 1507061230777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0856, 61.3457, 14.4]}, "bbox": [-148.0856, 61.3457, -148.0856, 61.3457]}, {"id": "559", "type": "Feature", "properties": {"id": "ak16988435", "mag": 1.5, "time": 1507060035702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9837, 61.6046, 61.8]}, "bbox": [-150.9837, 61.6046, -150.9837, 61.6046]}, {"id": "560", "type": "Feature", "properties": {"id": "nc72903741", "mag": 1.18, "time": 1507059288800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764831, 38.788502, -0.61]}, "bbox": [-122.764831, 38.788502, -122.764831, 38.788502]}, {"id": "561", "type": "Feature", "properties": {"id": "ci38017936", "mag": 1.69, "time": 1507059189120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.4895, 4.06]}, "bbox": [-116.7955, 33.4895, -116.7955, 33.4895]}, {"id": "562", "type": "Feature", "properties": {"id": "ak16994048", "mag": 1.6, "time": 1507059099655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6496, 59.6816, 88.6]}, "bbox": [-152.6496, 59.6816, -152.6496, 59.6816]}, {"id": "563", "type": "Feature", "properties": {"id": "ak16994047", "mag": 1.4, "time": 1507058879703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6613, 58.3127, 61.4]}, "bbox": [-153.6613, 58.3127, -153.6613, 58.3127]}, {"id": "564", "type": "Feature", "properties": {"id": "nn00608048", "mag": 1.1, "time": 1507058710135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9271, 40.1731, 13.8]}, "bbox": [-119.9271, 40.1731, -119.9271, 40.1731]}, {"id": "565", "type": "Feature", "properties": {"id": "ci38017912", "mag": 1.43, "time": 1507058424320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.440833, 34.1545, 6.88]}, "bbox": [-116.440833, 34.1545, -116.440833, 34.1545]}, {"id": "566", "type": "Feature", "properties": {"id": "ci38017904", "mag": 1.19, "time": 1507057846620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1795, 35.002, -0.83]}, "bbox": [-118.1795, 35.002, -118.1795, 35.002]}, {"id": "567", "type": "Feature", "properties": {"id": "ci38017896", "mag": 1.26, "time": 1507057788590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.941667, 32.908, -0.33]}, "bbox": [-116.941667, 32.908, -116.941667, 32.908]}, {"id": "568", "type": "Feature", "properties": {"id": "us2000b0lw", "mag": 5.2, "time": 1507057466210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.8364, -55.2702, 10.0]}, "bbox": [-28.8364, -55.2702, -28.8364, -55.2702]}, {"id": "569", "type": "Feature", "properties": {"id": "mb80259069", "mag": 1.71, "time": 1507056294930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.503, 46.830333, 12.9]}, "bbox": [-112.503, 46.830333, -112.503, 46.830333]}, {"id": "570", "type": "Feature", "properties": {"id": "ak16988418", "mag": 1.8, "time": 1507056127213, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6502, 57.4998, 47.0]}, "bbox": [-154.6502, 57.4998, -154.6502, 57.4998]}, {"id": "571", "type": "Feature", "properties": {"id": "nc72903726", "mag": 1.14, "time": 1507056074240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.84, 37.503833, 0.26]}, "bbox": [-118.84, 37.503833, -118.84, 37.503833]}, {"id": "572", "type": "Feature", "properties": {"id": "ak16988415", "mag": 1.4, "time": 1507055512017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8175, 61.6607, 28.4]}, "bbox": [-146.8175, 61.6607, -146.8175, 61.6607]}, {"id": "573", "type": "Feature", "properties": {"id": "hv61931361", "mag": 2.65, "time": 1507055057800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.324, 19.406667, 7.018]}, "bbox": [-155.324, 19.406667, -155.324, 19.406667]}, {"id": "574", "type": "Feature", "properties": {"id": "ci38017848", "mag": 1.04, "time": 1507054498390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.44, 34.157667, 8.94]}, "bbox": [-116.44, 34.157667, -116.44, 34.157667]}, {"id": "575", "type": "Feature", "properties": {"id": "uu60251037", "mag": 1.12, "time": 1507053937840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.592167, 6.15]}, "bbox": [-111.424333, 42.592167, -111.424333, 42.592167]}, {"id": "576", "type": "Feature", "properties": {"id": "hv61931346", "mag": 2.16, "time": 1507053691890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.373667, 20.034833, 13.532]}, "bbox": [-155.373667, 20.034833, -155.373667, 20.034833]}, {"id": "577", "type": "Feature", "properties": {"id": "mb80259064", "mag": 1.12, "time": 1507053599620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 46.334833, -2.0]}, "bbox": [-111.609167, 46.334833, -111.609167, 46.334833]}, {"id": "578", "type": "Feature", "properties": {"id": "ak16988394", "mag": 1.6, "time": 1507052715999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9718, 60.8946, 14.9]}, "bbox": [-150.9718, 60.8946, -150.9718, 60.8946]}, {"id": "579", "type": "Feature", "properties": {"id": "ak16988390", "mag": 1.9, "time": 1507052122028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3579, 61.0247, 111.3]}, "bbox": [-152.3579, 61.0247, -152.3579, 61.0247]}, {"id": "580", "type": "Feature", "properties": {"id": "nc72903716", "mag": 2.07, "time": 1507052014050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.787667, 37.598833, 5.1]}, "bbox": [-118.787667, 37.598833, -118.787667, 37.598833]}, {"id": "581", "type": "Feature", "properties": {"id": "ak16994042", "mag": 2.0, "time": 1507051700735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4244, 59.8428, 129.5]}, "bbox": [-153.4244, 59.8428, -153.4244, 59.8428]}, {"id": "582", "type": "Feature", "properties": {"id": "us2000b0jm", "mag": 4.6, "time": 1507050191000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.1126, -2.5625, 21.57]}, "bbox": [140.1126, -2.5625, 140.1126, -2.5625]}, {"id": "583", "type": "Feature", "properties": {"id": "ci38017808", "mag": 1.9, "time": 1507049580810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445167, 33.264333, 2.22]}, "bbox": [-116.445167, 33.264333, -116.445167, 33.264333]}, {"id": "584", "type": "Feature", "properties": {"id": "nn00608002", "mag": 1.2, "time": 1507049448566, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2901, 37.8049, 7.5]}, "bbox": [-114.2901, 37.8049, -114.2901, 37.8049]}, {"id": "585", "type": "Feature", "properties": {"id": "uu60251027", "mag": 1.41, "time": 1507048713320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.760333, 39.998667, 8.73]}, "bbox": [-111.760333, 39.998667, -111.760333, 39.998667]}, {"id": "586", "type": "Feature", "properties": {"id": "ak16988364", "mag": 1.1, "time": 1507048704427, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9116, 61.1262, 0.0]}, "bbox": [-147.9116, 61.1262, -147.9116, 61.1262]}, {"id": "587", "type": "Feature", "properties": {"id": "ak16988361", "mag": 1.8, "time": 1507048669896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1084, 64.9183, 18.5]}, "bbox": [-149.1084, 64.9183, -149.1084, 64.9183]}, {"id": "588", "type": "Feature", "properties": {"id": "ci38017800", "mag": 0.98, "time": 1507048261760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446833, 34.154333, 7.94]}, "bbox": [-116.446833, 34.154333, -116.446833, 34.154333]}, {"id": "589", "type": "Feature", "properties": {"id": "nc72903676", "mag": 1.69, "time": 1507047264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.455833, 2.67]}, "bbox": [-118.8285, 37.455833, -118.8285, 37.455833]}, {"id": "590", "type": "Feature", "properties": {"id": "nc72903671", "mag": 1.3, "time": 1507047173830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 37.287833, 7.31]}, "bbox": [-121.5795, 37.287833, -121.5795, 37.287833]}, {"id": "591", "type": "Feature", "properties": {"id": "ci38017744", "mag": 1.05, "time": 1507046707770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.136833, 34.054167, 9.74]}, "bbox": [-117.136833, 34.054167, -117.136833, 34.054167]}, {"id": "592", "type": "Feature", "properties": {"id": "nc72903666", "mag": 2.58, "time": 1507046582120, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.464333, 36.750833, 7.57]}, "bbox": [-121.464333, 36.750833, -121.464333, 36.750833]}, {"id": "593", "type": "Feature", "properties": {"id": "ak16988359", "mag": 1.4, "time": 1507045972022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1249, 62.9454, 112.4]}, "bbox": [-151.1249, 62.9454, -151.1249, 62.9454]}, {"id": "594", "type": "Feature", "properties": {"id": "ak16988358", "mag": 1.6, "time": 1507045690910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2536, 60.0003, 13.7]}, "bbox": [-149.2536, 60.0003, -149.2536, 60.0003]}, {"id": "595", "type": "Feature", "properties": {"id": "ak16994035", "mag": 1.7, "time": 1507044159018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6674, 59.3569, 72.1]}, "bbox": [-152.6674, 59.3569, -152.6674, 59.3569]}, {"id": "596", "type": "Feature", "properties": {"id": "ak16988345", "mag": 2.7, "time": 1507043705635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0117, 59.5043, 89.0]}, "bbox": [-153.0117, 59.5043, -153.0117, 59.5043]}, {"id": "597", "type": "Feature", "properties": {"id": "nc72903631", "mag": 1.33, "time": 1507043277890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.820167, 3.51]}, "bbox": [-122.800667, 38.820167, -122.800667, 38.820167]}, {"id": "598", "type": "Feature", "properties": {"id": "ak16994033", "mag": 1.6, "time": 1507043019584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3814, 58.3192, 13.1]}, "bbox": [-151.3814, 58.3192, -151.3814, 58.3192]}, {"id": "599", "type": "Feature", "properties": {"id": "ak16988343", "mag": 2.7, "time": 1507042999732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3915, 51.6134, 9.1]}, "bbox": [-178.3915, 51.6134, -178.3915, 51.6134]}, {"id": "600", "type": "Feature", "properties": {"id": "ak16994031", "mag": 1.7, "time": 1507042763401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1107, 59.3023, 7.9]}, "bbox": [-150.1107, 59.3023, -150.1107, 59.3023]}, {"id": "601", "type": "Feature", "properties": {"id": "ak16994030", "mag": 1.3, "time": 1507042659104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9147, 62.9235, 104.4]}, "bbox": [-150.9147, 62.9235, -150.9147, 62.9235]}, {"id": "602", "type": "Feature", "properties": {"id": "ak16994029", "mag": 1.6, "time": 1507042166290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0354, 59.6428, 85.1]}, "bbox": [-153.0354, 59.6428, -153.0354, 59.6428]}, {"id": "603", "type": "Feature", "properties": {"id": "us2000b0gv", "mag": 2.1, "time": 1507041358070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8228, 36.4458, 4.6]}, "bbox": [-98.8228, 36.4458, -98.8228, 36.4458]}, {"id": "604", "type": "Feature", "properties": {"id": "ak16988332", "mag": 1.4, "time": 1507041247450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2842, 62.1118, 75.7]}, "bbox": [-151.2842, 62.1118, -151.2842, 62.1118]}, {"id": "605", "type": "Feature", "properties": {"id": "ci38017688", "mag": 1.7, "time": 1507041034810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.665167, 35.975833, 2.12]}, "bbox": [-117.665167, 35.975833, -117.665167, 35.975833]}, {"id": "606", "type": "Feature", "properties": {"id": "hv61931251", "mag": 2.87, "time": 1507040757870, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.370833, 20.027333, 12.259]}, "bbox": [-155.370833, 20.027333, -155.370833, 20.027333]}, {"id": "607", "type": "Feature", "properties": {"id": "us2000b0gr", "mag": 4.6, "time": 1507040383740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9616, -39.6706, 78.62]}, "bbox": [175.9616, -39.6706, 175.9616, -39.6706]}, {"id": "608", "type": "Feature", "properties": {"id": "nc72903611", "mag": 1.04, "time": 1507039230370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.979333, 37.537333, 3.49]}, "bbox": [-118.979333, 37.537333, -118.979333, 37.537333]}, {"id": "609", "type": "Feature", "properties": {"id": "ak16988330", "mag": 1.8, "time": 1507038947118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8047, 53.5035, 24.1]}, "bbox": [-165.8047, 53.5035, -165.8047, 53.5035]}, {"id": "610", "type": "Feature", "properties": {"id": "us2000b0k7", "mag": 2.6, "time": 1507038712390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1971, 51.3674, 18.8]}, "bbox": [-178.1971, 51.3674, -178.1971, 51.3674]}, {"id": "611", "type": "Feature", "properties": {"id": "us2000b0gm", "mag": 4.5, "time": 1507038514350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.7848, 25.0488, 74.86]}, "bbox": [94.7848, 25.0488, 94.7848, 25.0488]}, {"id": "612", "type": "Feature", "properties": {"id": "ak16988328", "mag": 1.3, "time": 1507038483396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5284, 62.2253, 16.5]}, "bbox": [-150.5284, 62.2253, -150.5284, 62.2253]}, {"id": "613", "type": "Feature", "properties": {"id": "ak16994023", "mag": 1.9, "time": 1507038160436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9795, 54.3692, 39.6]}, "bbox": [-162.9795, 54.3692, -162.9795, 54.3692]}, {"id": "614", "type": "Feature", "properties": {"id": "ak16994021", "mag": 1.3, "time": 1507037424410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3659, 61.871, 45.6]}, "bbox": [-147.3659, 61.871, -147.3659, 61.871]}, {"id": "615", "type": "Feature", "properties": {"id": "ci38017640", "mag": 0.99, "time": 1507035054330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.962167, 34.044333, 11.19]}, "bbox": [-116.962167, 34.044333, -116.962167, 34.044333]}, {"id": "616", "type": "Feature", "properties": {"id": "ak16994019", "mag": 2.4, "time": 1507034930692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8074, 51.67, 77.1]}, "bbox": [-179.8074, 51.67, -179.8074, 51.67]}, {"id": "617", "type": "Feature", "properties": {"id": "ak16988323", "mag": 2.5, "time": 1507033401817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.3851, 54.2478, 11.5]}, "bbox": [-162.3851, 54.2478, -162.3851, 54.2478]}, {"id": "618", "type": "Feature", "properties": {"id": "ak16988320", "mag": 1.8, "time": 1507033125169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8594, 61.9955, 7.8]}, "bbox": [-150.8594, 61.9955, -150.8594, 61.9955]}, {"id": "619", "type": "Feature", "properties": {"id": "nc72903576", "mag": 1.25, "time": 1507033081250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.496833, 35.946833, 9.32]}, "bbox": [-120.496833, 35.946833, -120.496833, 35.946833]}, {"id": "620", "type": "Feature", "properties": {"id": "ak16988318", "mag": 1.5, "time": 1507032487878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.705, 62.0401, 40.9]}, "bbox": [-149.705, 62.0401, -149.705, 62.0401]}, {"id": "621", "type": "Feature", "properties": {"id": "nc72903571", "mag": 1.19, "time": 1507032219730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.973167, 37.635667, 4.8]}, "bbox": [-118.973167, 37.635667, -118.973167, 37.635667]}, {"id": "622", "type": "Feature", "properties": {"id": "ak16988315", "mag": 1.6, "time": 1507031200996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1077, 57.8662, 5.2]}, "bbox": [-156.1077, 57.8662, -156.1077, 57.8662]}, {"id": "623", "type": "Feature", "properties": {"id": "nc72903561", "mag": 1.07, "time": 1507031172540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802002, 38.825832, 2.3]}, "bbox": [-122.802002, 38.825832, -122.802002, 38.825832]}, {"id": "624", "type": "Feature", "properties": {"id": "ak16988314", "mag": 1.7, "time": 1507031152426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 60.0214, 78.4]}, "bbox": [-152.0389, 60.0214, -152.0389, 60.0214]}, {"id": "625", "type": "Feature", "properties": {"id": "mb80259049", "mag": 2.51, "time": 1507030950500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.353833, 43.520167, 3.75]}, "bbox": [-110.353833, 43.520167, -110.353833, 43.520167]}, {"id": "626", "type": "Feature", "properties": {"id": "nc72903556", "mag": 1.59, "time": 1507030601280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.630333, 6.72]}, "bbox": [-118.887667, 37.630333, -118.887667, 37.630333]}, {"id": "627", "type": "Feature", "properties": {"id": "ci38017616", "mag": 1.23, "time": 1507030424420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812833, 34.096833, 13.63]}, "bbox": [-117.812833, 34.096833, -117.812833, 34.096833]}, {"id": "628", "type": "Feature", "properties": {"id": "ci38017608", "mag": 1.47, "time": 1507030255050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808167, 34.092333, 14.9]}, "bbox": [-117.808167, 34.092333, -117.808167, 34.092333]}, {"id": "629", "type": "Feature", "properties": {"id": "nc72903546", "mag": 1.09, "time": 1507029639750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.82267, 38.807835, 1.84]}, "bbox": [-122.82267, 38.807835, -122.82267, 38.807835]}, {"id": "630", "type": "Feature", "properties": {"id": "ak16988306", "mag": 2.7, "time": 1507027595732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4068, 51.6479, 12.1]}, "bbox": [-178.4068, 51.6479, -178.4068, 51.6479]}, {"id": "631", "type": "Feature", "properties": {"id": "nc72903531", "mag": 1.14, "time": 1507027098870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763168, 38.789001, 0.79]}, "bbox": [-122.763168, 38.789001, -122.763168, 38.789001]}, {"id": "632", "type": "Feature", "properties": {"id": "ak16988304", "mag": 1.4, "time": 1507026885090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5708, 61.3679, 26.2]}, "bbox": [-149.5708, 61.3679, -149.5708, 61.3679]}, {"id": "633", "type": "Feature", "properties": {"id": "ak16994008", "mag": 1.6, "time": 1507025162686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.958, 61.2532, 105.4]}, "bbox": [-151.958, 61.2532, -151.958, 61.2532]}, {"id": "634", "type": "Feature", "properties": {"id": "ak16994007", "mag": 1.2, "time": 1507024176706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1195, 62.8909, 99.0]}, "bbox": [-151.1195, 62.8909, -151.1195, 62.8909]}, {"id": "635", "type": "Feature", "properties": {"id": "ak16988295", "mag": 2.1, "time": 1507023250156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3958, 51.6323, 10.7]}, "bbox": [-178.3958, 51.6323, -178.3958, 51.6323]}, {"id": "636", "type": "Feature", "properties": {"id": "ak16988294", "mag": 1.3, "time": 1507023225669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7855, 61.7554, 59.2]}, "bbox": [-150.7855, 61.7554, -150.7855, 61.7554]}, {"id": "637", "type": "Feature", "properties": {"id": "ak16988292", "mag": 2.6, "time": 1507022763592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7772, 53.1343, 25.6]}, "bbox": [-166.7772, 53.1343, -166.7772, 53.1343]}, {"id": "638", "type": "Feature", "properties": {"id": "ak16988287", "mag": 1.2, "time": 1507022053291, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.872, 64.5325, 18.4]}, "bbox": [-149.872, 64.5325, -149.872, 64.5325]}, {"id": "639", "type": "Feature", "properties": {"id": "ak16988284", "mag": 1.3, "time": 1507021950836, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.929, 64.5216, 18.2]}, "bbox": [-149.929, 64.5216, -149.929, 64.5216]}, {"id": "640", "type": "Feature", "properties": {"id": "ak16988282", "mag": 1.4, "time": 1507021938525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8923, 58.4847, 8.2]}, "bbox": [-154.8923, 58.4847, -154.8923, 58.4847]}, {"id": "641", "type": "Feature", "properties": {"id": "ci38017544", "mag": 1.28, "time": 1507021318130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791333, 33.687167, 16.23]}, "bbox": [-116.791333, 33.687167, -116.791333, 33.687167]}, {"id": "642", "type": "Feature", "properties": {"id": "ak16988279", "mag": 2.0, "time": 1507020554043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2158, 61.698, 77.3]}, "bbox": [-151.2158, 61.698, -151.2158, 61.698]}, {"id": "643", "type": "Feature", "properties": {"id": "mb80259034", "mag": 1.18, "time": 1507020432130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.873, 11.92]}, "bbox": [-112.521333, 46.873, -112.521333, 46.873]}, {"id": "644", "type": "Feature", "properties": {"id": "us2000b0fa", "mag": 4.2, "time": 1507019233190, "felt": 43.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.0212, -33.014, 17.65]}, "bbox": [-72.0212, -33.014, -72.0212, -33.014]}, {"id": "645", "type": "Feature", "properties": {"id": "ak16988271", "mag": 1.8, "time": 1507019136375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.4739, 86.3]}, "bbox": [-152.1655, 60.4739, -152.1655, 60.4739]}, {"id": "646", "type": "Feature", "properties": {"id": "uu60250997", "mag": 1.69, "time": 1507019083210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.137833, 42.522333, -0.39]}, "bbox": [-111.137833, 42.522333, -111.137833, 42.522333]}, {"id": "647", "type": "Feature", "properties": {"id": "ak16993998", "mag": 1.8, "time": 1507018712322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0756, 60.1685, 13.9]}, "bbox": [-147.0756, 60.1685, -147.0756, 60.1685]}, {"id": "648", "type": "Feature", "properties": {"id": "nc72903491", "mag": 1.22, "time": 1507017869360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.486, 36.378, 5.97]}, "bbox": [-121.486, 36.378, -121.486, 36.378]}, {"id": "649", "type": "Feature", "properties": {"id": "ci38017536", "mag": 1.46, "time": 1507016252180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.479, 32.737333, 7.83]}, "bbox": [-115.479, 32.737333, -115.479, 32.737333]}, {"id": "650", "type": "Feature", "properties": {"id": "ak16988268", "mag": 1.4, "time": 1507015945802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0368, 61.1636, 0.4]}, "bbox": [-140.0368, 61.1636, -140.0368, 61.1636]}, {"id": "651", "type": "Feature", "properties": {"id": "ak16988267", "mag": 1.2, "time": 1507015806607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4998, 63.1031, 5.3]}, "bbox": [-151.4998, 63.1031, -151.4998, 63.1031]}, {"id": "652", "type": "Feature", "properties": {"id": "ci38017504", "mag": 1.41, "time": 1507014429310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363333, 34.832, 3.07]}, "bbox": [-116.363333, 34.832, -116.363333, 34.832]}, {"id": "653", "type": "Feature", "properties": {"id": "ak16988254", "mag": 4.1, "time": 1507013968245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3923, 54.6037, 20.2]}, "bbox": [-161.3923, 54.6037, -161.3923, 54.6037]}, {"id": "654", "type": "Feature", "properties": {"id": "ak16988252", "mag": 1.7, "time": 1507013732258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7964, 59.8936, 15.8]}, "bbox": [-136.7964, 59.8936, -136.7964, 59.8936]}, {"id": "655", "type": "Feature", "properties": {"id": "mb80259004", "mag": 1.07, "time": 1507013501160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.877333, 10.49]}, "bbox": [-112.523, 46.877333, -112.523, 46.877333]}, {"id": "656", "type": "Feature", "properties": {"id": "nn00607998", "mag": 1.1, "time": 1507013301155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3199, 37.7813, 5.0]}, "bbox": [-114.3199, 37.7813, -114.3199, 37.7813]}, {"id": "657", "type": "Feature", "properties": {"id": "ak16993990", "mag": 1.4, "time": 1507012650027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.264, 62.5244, 86.6]}, "bbox": [-151.264, 62.5244, -151.264, 62.5244]}, {"id": "658", "type": "Feature", "properties": {"id": "ak16988247", "mag": 2.1, "time": 1507012115547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4061, 51.6742, 14.8]}, "bbox": [-178.4061, 51.6742, -178.4061, 51.6742]}, {"id": "659", "type": "Feature", "properties": {"id": "ak16988245", "mag": 1.0, "time": 1507011961646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.539, 63.1068, 11.2]}, "bbox": [-151.539, 63.1068, -151.539, 63.1068]}, {"id": "660", "type": "Feature", "properties": {"id": "ci38017496", "mag": 1.24, "time": 1507011934810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.013833, 33.662167, 11.95]}, "bbox": [-117.013833, 33.662167, -117.013833, 33.662167]}, {"id": "661", "type": "Feature", "properties": {"id": "ci38017488", "mag": 1.25, "time": 1507011688900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.047333, 33.171, 5.29]}, "bbox": [-116.047333, 33.171, -116.047333, 33.171]}, {"id": "662", "type": "Feature", "properties": {"id": "ak16993987", "mag": 1.9, "time": 1507011535768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4878, 51.73, 4.8]}, "bbox": [-175.4878, 51.73, -175.4878, 51.73]}, {"id": "663", "type": "Feature", "properties": {"id": "ak16993986", "mag": 2.3, "time": 1507011386112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3903, 51.6732, 5.4]}, "bbox": [-178.3903, 51.6732, -178.3903, 51.6732]}, {"id": "664", "type": "Feature", "properties": {"id": "ci38017472", "mag": 1.5, "time": 1507010945840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.936833, 33.147, 7.23]}, "bbox": [-115.936833, 33.147, -115.936833, 33.147]}, {"id": "665", "type": "Feature", "properties": {"id": "ak16988244", "mag": 1.2, "time": 1507010895307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6337, 63.3262, 13.3]}, "bbox": [-145.6337, 63.3262, -145.6337, 63.3262]}, {"id": "666", "type": "Feature", "properties": {"id": "ci38017464", "mag": 1.4, "time": 1507008876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4845, 32.748667, 13.78]}, "bbox": [-115.4845, 32.748667, -115.4845, 32.748667]}, {"id": "667", "type": "Feature", "properties": {"id": "ci38017456", "mag": 1.19, "time": 1507008741980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.783833, 33.267833, 11.48]}, "bbox": [-116.783833, 33.267833, -116.783833, 33.267833]}, {"id": "668", "type": "Feature", "properties": {"id": "us2000b0ef", "mag": 4.9, "time": 1507008633680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9398, 15.4089, 62.32]}, "bbox": [-93.9398, 15.4089, -93.9398, 15.4089]}, {"id": "669", "type": "Feature", "properties": {"id": "mb80258984", "mag": 1.01, "time": 1507006889790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.430667, 43.6785, 7.63]}, "bbox": [-110.430667, 43.6785, -110.430667, 43.6785]}, {"id": "670", "type": "Feature", "properties": {"id": "mb80258979", "mag": 1.31, "time": 1507006468040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5225, 46.871167, 10.98]}, "bbox": [-112.5225, 46.871167, -112.5225, 46.871167]}, {"id": "671", "type": "Feature", "properties": {"id": "ak16988238", "mag": 2.4, "time": 1507005858917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.1659, 51.8129, 90.4]}, "bbox": [-174.1659, 51.8129, -174.1659, 51.8129]}, {"id": "672", "type": "Feature", "properties": {"id": "ak16993983", "mag": 1.4, "time": 1507004701069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7077, 62.778, 79.7]}, "bbox": [-150.7077, 62.778, -150.7077, 62.778]}, {"id": "673", "type": "Feature", "properties": {"id": "ci38017432", "mag": 1.1, "time": 1507003677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.485333, 4.63]}, "bbox": [-116.790667, 33.485333, -116.790667, 33.485333]}, {"id": "674", "type": "Feature", "properties": {"id": "ak16988237", "mag": 1.5, "time": 1507003090709, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0237, 61.1529, 7.4]}, "bbox": [-140.0237, 61.1529, -140.0237, 61.1529]}, {"id": "675", "type": "Feature", "properties": {"id": "mb80258949", "mag": 1.2, "time": 1507002724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.869, 10.38]}, "bbox": [-112.529833, 46.869, -112.529833, 46.869]}, {"id": "676", "type": "Feature", "properties": {"id": "ak16988235", "mag": 2.7, "time": 1507001740915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.6571, 52.9982, 32.2]}, "bbox": [-167.6571, 52.9982, -167.6571, 52.9982]}, {"id": "677", "type": "Feature", "properties": {"id": "nn00607958", "mag": 1.2, "time": 1507001239948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3057, 38.4484, 5.6]}, "bbox": [-119.3057, 38.4484, -119.3057, 38.4484]}, {"id": "678", "type": "Feature", "properties": {"id": "ak16988229", "mag": 1.6, "time": 1506999699601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3039, 62.7285, 79.0]}, "bbox": [-150.3039, 62.7285, -150.3039, 62.7285]}, {"id": "679", "type": "Feature", "properties": {"id": "ak16988225", "mag": 1.7, "time": 1506999179710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.178, 66.888, 7.7]}, "bbox": [-146.178, 66.888, -146.178, 66.888]}, {"id": "680", "type": "Feature", "properties": {"id": "mb80258939", "mag": 1.1, "time": 1506998768510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.860333, 12.25]}, "bbox": [-112.528833, 46.860333, -112.528833, 46.860333]}, {"id": "681", "type": "Feature", "properties": {"id": "ak16988222", "mag": 2.7, "time": 1506998450736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4948, 53.5386, 57.3]}, "bbox": [-166.4948, 53.5386, -166.4948, 53.5386]}, {"id": "682", "type": "Feature", "properties": {"id": "ak16988221", "mag": 1.2, "time": 1506998296606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3526, 63.268, 2.3]}, "bbox": [-151.3526, 63.268, -151.3526, 63.268]}, {"id": "683", "type": "Feature", "properties": {"id": "ak16988218", "mag": 1.0, "time": 1506997994823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5335, 53.8446, 6.9]}, "bbox": [-166.5335, 53.8446, -166.5335, 53.8446]}, {"id": "684", "type": "Feature", "properties": {"id": "ak16988217", "mag": 2.2, "time": 1506997972933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6125, 58.9289, 125.8]}, "bbox": [-154.6125, 58.9289, -154.6125, 58.9289]}, {"id": "685", "type": "Feature", "properties": {"id": "nc72903391", "mag": 1.03, "time": 1506997840780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847336, 38.829834, 1.06]}, "bbox": [-122.847336, 38.829834, -122.847336, 38.829834]}, {"id": "686", "type": "Feature", "properties": {"id": "nc72903396", "mag": 1.23, "time": 1506997715100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.315667, 37.487833, 3.9]}, "bbox": [-119.315667, 37.487833, -119.315667, 37.487833]}, {"id": "687", "type": "Feature", "properties": {"id": "ci38017400", "mag": 1.05, "time": 1506997467730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.334333, 33.346333, 9.65]}, "bbox": [-116.334333, 33.346333, -116.334333, 33.346333]}, {"id": "688", "type": "Feature", "properties": {"id": "ak16993974", "mag": 1.4, "time": 1506996608838, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2536, 62.5803, 93.5]}, "bbox": [-151.2536, 62.5803, -151.2536, 62.5803]}, {"id": "689", "type": "Feature", "properties": {"id": "ak16988215", "mag": 1.6, "time": 1506996320652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.155, 61.9755, 70.6]}, "bbox": [-151.155, 61.9755, -151.155, 61.9755]}, {"id": "690", "type": "Feature", "properties": {"id": "ak16993972", "mag": 1.6, "time": 1506995513010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7768, 60.1335, 76.2]}, "bbox": [-151.7768, 60.1335, -151.7768, 60.1335]}, {"id": "691", "type": "Feature", "properties": {"id": "ak16993971", "mag": 1.2, "time": 1506995387104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6738, 61.6682, 50.5]}, "bbox": [-149.6738, 61.6682, -149.6738, 61.6682]}, {"id": "692", "type": "Feature", "properties": {"id": "hv61930601", "mag": 2.1, "time": 1506994522010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.565506, 19.795834, 15.58]}, "bbox": [-155.565506, 19.795834, -155.565506, 19.795834]}, {"id": "693", "type": "Feature", "properties": {"id": "ak16993970", "mag": 1.1, "time": 1506994269143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0156, 64.7374, 10.4]}, "bbox": [-140.0156, 64.7374, -140.0156, 64.7374]}, {"id": "694", "type": "Feature", "properties": {"id": "nc72903381", "mag": 1.16, "time": 1506991878630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.803169, 38.824001, 2.33]}, "bbox": [-122.803169, 38.824001, -122.803169, 38.824001]}, {"id": "695", "type": "Feature", "properties": {"id": "ci38017368", "mag": 1.36, "time": 1506989712460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168667, 34.0055, 13.99]}, "bbox": [-117.168667, 34.0055, -117.168667, 34.0055]}, {"id": "696", "type": "Feature", "properties": {"id": "uw61336686", "mag": 1.47, "time": 1506988725560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044167, 49.145, -1.01]}, "bbox": [-122.044167, 49.145, -122.044167, 49.145]}, {"id": "697", "type": "Feature", "properties": {"id": "ak16988200", "mag": 2.8, "time": 1506988653897, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6324, 61.3885, 39.1]}, "bbox": [-150.6324, 61.3885, -150.6324, 61.3885]}, {"id": "698", "type": "Feature", "properties": {"id": "nm60207781", "mag": 1.99, "time": 1506988371180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.444833, 36.088167, 13.18]}, "bbox": [-89.444833, 36.088167, -89.444833, 36.088167]}, {"id": "699", "type": "Feature", "properties": {"id": "us2000az70", "mag": 4.7, "time": 1506987102640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.8995, 12.8626, 27.25]}, "bbox": [91.8995, 12.8626, 91.8995, 12.8626]}, {"id": "700", "type": "Feature", "properties": {"id": "ci38017360", "mag": 1.72, "time": 1506986970860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.674, 35.035333, -0.82]}, "bbox": [-117.674, 35.035333, -117.674, 35.035333]}, {"id": "701", "type": "Feature", "properties": {"id": "us2000azc7", "mag": 2.4, "time": 1506986577400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6124, 36.8167, 5.123]}, "bbox": [-97.6124, 36.8167, -97.6124, 36.8167]}, {"id": "702", "type": "Feature", "properties": {"id": "nm60207771", "mag": 1.11, "time": 1506984309110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.517167, 36.232667, 8.34]}, "bbox": [-89.517167, 36.232667, -89.517167, 36.232667]}, {"id": "703", "type": "Feature", "properties": {"id": "ci38017336", "mag": 1.0, "time": 1506984123180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.975833, 4.84]}, "bbox": [-116.2705, 33.975833, -116.2705, 33.975833]}, {"id": "704", "type": "Feature", "properties": {"id": "nc72903356", "mag": 1.77, "time": 1506983102870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.991833, 40.153833, 4.17]}, "bbox": [-120.991833, 40.153833, -120.991833, 40.153833]}, {"id": "705", "type": "Feature", "properties": {"id": "uw61336646", "mag": 1.36, "time": 1506982150130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4015, 46.173833, -0.3]}, "bbox": [-123.4015, 46.173833, -123.4015, 46.173833]}, {"id": "706", "type": "Feature", "properties": {"id": "us2000ayh7", "mag": 4.4, "time": 1506982074330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7039, -22.2431, 108.4]}, "bbox": [-68.7039, -22.2431, -68.7039, -22.2431]}, {"id": "707", "type": "Feature", "properties": {"id": "uw61336631", "mag": 1.27, "time": 1506980575160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.930333, 48.1035, -1.28]}, "bbox": [-121.930333, 48.1035, -121.930333, 48.1035]}, {"id": "708", "type": "Feature", "properties": {"id": "us2000aya0", "mag": 5.3, "time": 1506980277150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.7345, -19.4817, 10.0]}, "bbox": [167.7345, -19.4817, 167.7345, -19.4817]}, {"id": "709", "type": "Feature", "properties": {"id": "nc72903316", "mag": 1.65, "time": 1506979898940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.824833, 2.33]}, "bbox": [-122.802, 38.824833, -122.802, 38.824833]}, {"id": "710", "type": "Feature", "properties": {"id": "nc72903311", "mag": 1.09, "time": 1506979301540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.531667, 37.139833, 8.93]}, "bbox": [-121.531667, 37.139833, -121.531667, 37.139833]}, {"id": "711", "type": "Feature", "properties": {"id": "nc72903306", "mag": 1.08, "time": 1506978484410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.444667, 36.959667, 6.72]}, "bbox": [-121.444667, 36.959667, -121.444667, 36.959667]}, {"id": "712", "type": "Feature", "properties": {"id": "nc72903301", "mag": 1.46, "time": 1506978005870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.351667, 39.5165, 4.32]}, "bbox": [-123.351667, 39.5165, -123.351667, 39.5165]}, {"id": "713", "type": "Feature", "properties": {"id": "mb80258889", "mag": 2.36, "time": 1506975888040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9055, 47.358667, 13.73]}, "bbox": [-113.9055, 47.358667, -113.9055, 47.358667]}, {"id": "714", "type": "Feature", "properties": {"id": "nc72903286", "mag": 0.97, "time": 1506975385450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.590333, 0.28]}, "bbox": [-118.946833, 37.590333, -118.946833, 37.590333]}, {"id": "715", "type": "Feature", "properties": {"id": "ci38017200", "mag": 0.96, "time": 1506974805670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.503167, 33.8695, -0.36]}, "bbox": [-117.503167, 33.8695, -117.503167, 33.8695]}, {"id": "716", "type": "Feature", "properties": {"id": "us2000axzc", "mag": 2.8, "time": 1506974101570, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-102.3612, 35.5909, 5.45]}, "bbox": [-102.3612, 35.5909, -102.3612, 35.5909]}, {"id": "717", "type": "Feature", "properties": {"id": "nc72903271", "mag": 2.25, "time": 1506973045100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609167, 36.880667, 6.31]}, "bbox": [-121.609167, 36.880667, -121.609167, 36.880667]}, {"id": "718", "type": "Feature", "properties": {"id": "mb80258884", "mag": 1.4, "time": 1506972979050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5355, 46.8805, 12.28]}, "bbox": [-112.5355, 46.8805, -112.5355, 46.8805]}, {"id": "719", "type": "Feature", "properties": {"id": "nc72903261", "mag": 1.85, "time": 1506971674240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831833, 37.455667, 1.78]}, "bbox": [-118.831833, 37.455667, -118.831833, 37.455667]}, {"id": "720", "type": "Feature", "properties": {"id": "ci38017136", "mag": 1.08, "time": 1506971129830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.192, 34.993167, -0.84]}, "bbox": [-118.192, 34.993167, -118.192, 34.993167]}, {"id": "721", "type": "Feature", "properties": {"id": "mb80258874", "mag": 1.49, "time": 1506970982010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4715, 45.995667, -2.0]}, "bbox": [-112.4715, 45.995667, -112.4715, 45.995667]}, {"id": "722", "type": "Feature", "properties": {"id": "ci38017120", "mag": 0.99, "time": 1506970881590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.649167, 35.932833, 2.94]}, "bbox": [-117.649167, 35.932833, -117.649167, 35.932833]}, {"id": "723", "type": "Feature", "properties": {"id": "nc72903251", "mag": 1.78, "time": 1506970847010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.308833, 40.750667, -0.79]}, "bbox": [-122.308833, 40.750667, -122.308833, 40.750667]}, {"id": "724", "type": "Feature", "properties": {"id": "nc72903246", "mag": 1.41, "time": 1506970631190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.932667, 35.639, 4.96]}, "bbox": [-120.932667, 35.639, -120.932667, 35.639]}, {"id": "725", "type": "Feature", "properties": {"id": "nc72903241", "mag": 1.21, "time": 1506970286520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.679167, 38.533833, 5.88]}, "bbox": [-122.679167, 38.533833, -122.679167, 38.533833]}, {"id": "726", "type": "Feature", "properties": {"id": "ci38017104", "mag": 1.66, "time": 1506970188840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.133167, 34.279, 6.09]}, "bbox": [-117.133167, 34.279, -117.133167, 34.279]}, {"id": "727", "type": "Feature", "properties": {"id": "us2000axxi", "mag": 4.6, "time": 1506969995010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [102.3915, -7.056, 10.0]}, "bbox": [102.3915, -7.056, 102.3915, -7.056]}, {"id": "728", "type": "Feature", "properties": {"id": "mb80258869", "mag": 1.46, "time": 1506969854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.87, 10.71]}, "bbox": [-112.523167, 46.87, -112.523167, 46.87]}, {"id": "729", "type": "Feature", "properties": {"id": "ci38017064", "mag": 1.26, "time": 1506968962060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623333, 33.912167, 10.5]}, "bbox": [-118.623333, 33.912167, -118.623333, 33.912167]}, {"id": "730", "type": "Feature", "properties": {"id": "nc72903226", "mag": 0.96, "time": 1506968036980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.530667, 2.11]}, "bbox": [-118.880333, 37.530667, -118.880333, 37.530667]}, {"id": "731", "type": "Feature", "properties": {"id": "us2000axwl", "mag": 4.6, "time": 1506968031500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.5291, 21.4218, 96.74]}, "bbox": [94.5291, 21.4218, 94.5291, 21.4218]}, {"id": "732", "type": "Feature", "properties": {"id": "nc72904986", "mag": 1.14, "time": 1506968001000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.718167, 40.935167, 12.07]}, "bbox": [-121.718167, 40.935167, -121.718167, 40.935167]}, {"id": "733", "type": "Feature", "properties": {"id": "ak16988088", "mag": 2.2, "time": 1506967247502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9366, 59.642, 98.9]}, "bbox": [-152.9366, 59.642, -152.9366, 59.642]}, {"id": "734", "type": "Feature", "properties": {"id": "nn00607868", "mag": 1.0, "time": 1506966403731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4944, 37.2386, 0.0]}, "bbox": [-115.4944, 37.2386, -115.4944, 37.2386]}, {"id": "735", "type": "Feature", "properties": {"id": "nc72903211", "mag": 0.98, "time": 1506965951300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.457667, 1.76]}, "bbox": [-118.833, 37.457667, -118.833, 37.457667]}, {"id": "736", "type": "Feature", "properties": {"id": "ci37167228", "mag": 1.57, "time": 1506964185870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4615, 34.328667, 3.74]}, "bbox": [-116.4615, 34.328667, -116.4615, 34.328667]}, {"id": "737", "type": "Feature", "properties": {"id": "ci38016984", "mag": 1.25, "time": 1506964183390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.466833, 34.3255, 4.39]}, "bbox": [-116.466833, 34.3255, -116.466833, 34.3255]}, {"id": "738", "type": "Feature", "properties": {"id": "nc72903196", "mag": 1.36, "time": 1506963756010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.456667, 2.57]}, "bbox": [-118.827833, 37.456667, -118.827833, 37.456667]}, {"id": "739", "type": "Feature", "properties": {"id": "mb80258854", "mag": 1.03, "time": 1506962682500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.8625, 13.48]}, "bbox": [-112.528667, 46.8625, -112.528667, 46.8625]}, {"id": "740", "type": "Feature", "properties": {"id": "nc72903176", "mag": 1.21, "time": 1506962394170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.457167, 2.28]}, "bbox": [-118.827833, 37.457167, -118.827833, 37.457167]}, {"id": "741", "type": "Feature", "properties": {"id": "nc72903166", "mag": 1.88, "time": 1506961834060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827167, 37.4555, 1.91]}, "bbox": [-118.827167, 37.4555, -118.827167, 37.4555]}, {"id": "742", "type": "Feature", "properties": {"id": "nc72903156", "mag": 1.69, "time": 1506961396620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8265, 37.456333, 2.16]}, "bbox": [-118.8265, 37.456333, -118.8265, 37.456333]}, {"id": "743", "type": "Feature", "properties": {"id": "nc72903146", "mag": 3.02, "time": 1506961086740, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829, 37.453667, 2.61]}, "bbox": [-118.829, 37.453667, -118.829, 37.453667]}, {"id": "744", "type": "Feature", "properties": {"id": "ci38016888", "mag": 1.17, "time": 1506960224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0325, 33.879333, -0.97]}, "bbox": [-117.0325, 33.879333, -117.0325, 33.879333]}, {"id": "745", "type": "Feature", "properties": {"id": "nc72903131", "mag": 1.08, "time": 1506959715450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.371333, 35.706833, 1.86]}, "bbox": [-120.371333, 35.706833, -120.371333, 35.706833]}, {"id": "746", "type": "Feature", "properties": {"id": "ak16988071", "mag": 1.4, "time": 1506959208997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9837, 67.1697, 0.0]}, "bbox": [-142.9837, 67.1697, -142.9837, 67.1697]}, {"id": "747", "type": "Feature", "properties": {"id": "nn00607854", "mag": 1.7, "time": 1506958960926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.8425, 36.5559, 8.1]}, "bbox": [-113.8425, 36.5559, -113.8425, 36.5559]}, {"id": "748", "type": "Feature", "properties": {"id": "uu60250907", "mag": 2.05, "time": 1506957621760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.546333, 7.87]}, "bbox": [-111.4145, 42.546333, -111.4145, 42.546333]}, {"id": "749", "type": "Feature", "properties": {"id": "nc72903111", "mag": 1.41, "time": 1506957279300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.997333, 36.462667, 5.69]}, "bbox": [-120.997333, 36.462667, -120.997333, 36.462667]}, {"id": "750", "type": "Feature", "properties": {"id": "nm60207666", "mag": 2.19, "time": 1506957159610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.8025, 36.5505, 12.47]}, "bbox": [-89.8025, 36.5505, -89.8025, 36.5505]}, {"id": "751", "type": "Feature", "properties": {"id": "ak16988065", "mag": 2.7, "time": 1506956391417, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8151, 61.2492, 19.9]}, "bbox": [-146.8151, 61.2492, -146.8151, 61.2492]}, {"id": "752", "type": "Feature", "properties": {"id": "mb80258839", "mag": 1.19, "time": 1506955175250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.870333, 10.04]}, "bbox": [-112.526167, 46.870333, -112.526167, 46.870333]}, {"id": "753", "type": "Feature", "properties": {"id": "us2000axtv", "mag": 4.7, "time": 1506953290020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.1289, 2.6798, 25.66]}, "bbox": [127.1289, 2.6798, 127.1289, 2.6798]}, {"id": "754", "type": "Feature", "properties": {"id": "nc72903096", "mag": 1.04, "time": 1506952925800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.513833, 8.22]}, "bbox": [-118.822667, 37.513833, -118.822667, 37.513833]}, {"id": "755", "type": "Feature", "properties": {"id": "ak16987055", "mag": 1.1, "time": 1506952513029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2609, 64.6409, 14.4]}, "bbox": [-149.2609, 64.6409, -149.2609, 64.6409]}, {"id": "756", "type": "Feature", "properties": {"id": "nc72903081", "mag": 1.18, "time": 1506950851670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751663, 38.832832, 0.68]}, "bbox": [-122.751663, 38.832832, -122.751663, 38.832832]}, {"id": "757", "type": "Feature", "properties": {"id": "us2000axtl", "mag": 4.7, "time": 1506950716850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6372, 28.6895, 10.0]}, "bbox": [51.6372, 28.6895, 51.6372, 28.6895]}, {"id": "758", "type": "Feature", "properties": {"id": "mb80258829", "mag": 1.08, "time": 1506950613020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.868167, 9.75]}, "bbox": [-112.524667, 46.868167, -112.524667, 46.868167]}, {"id": "759", "type": "Feature", "properties": {"id": "mb80258824", "mag": 1.16, "time": 1506950147300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.866667, 11.08]}, "bbox": [-112.523333, 46.866667, -112.523333, 46.866667]}, {"id": "760", "type": "Feature", "properties": {"id": "uu60250902", "mag": 1.34, "time": 1506949268120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.084, 44.7795, 11.23]}, "bbox": [-111.084, 44.7795, -111.084, 44.7795]}, {"id": "761", "type": "Feature", "properties": {"id": "mb80258814", "mag": 1.19, "time": 1506949148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.855833, 14.0]}, "bbox": [-112.527333, 46.855833, -112.527333, 46.855833]}, {"id": "762", "type": "Feature", "properties": {"id": "hv61929981", "mag": 2.4, "time": 1506948942340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.592667, 19.465333, 0.033]}, "bbox": [-155.592667, 19.465333, -155.592667, 19.465333]}, {"id": "763", "type": "Feature", "properties": {"id": "us2000axsh", "mag": 2.6, "time": 1506947996150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5037, 36.2851, 3.93]}, "bbox": [-97.5037, 36.2851, -97.5037, 36.2851]}, {"id": "764", "type": "Feature", "properties": {"id": "mb80258799", "mag": 1.69, "time": 1506947507620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.869833, 10.17]}, "bbox": [-112.527833, 46.869833, -112.527833, 46.869833]}, {"id": "765", "type": "Feature", "properties": {"id": "ak16987046", "mag": 1.5, "time": 1506947130357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1189, 63.1205, 16.2]}, "bbox": [-151.1189, 63.1205, -151.1189, 63.1205]}, {"id": "766", "type": "Feature", "properties": {"id": "nc72903071", "mag": 1.5, "time": 1506946592080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.885667, 36.3165, 6.48]}, "bbox": [-120.885667, 36.3165, -120.885667, 36.3165]}, {"id": "767", "type": "Feature", "properties": {"id": "us2000axs4", "mag": 4.3, "time": 1506946114440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-61.2682, 13.209, 136.91]}, "bbox": [-61.2682, 13.209, -61.2682, 13.209]}, {"id": "768", "type": "Feature", "properties": {"id": "us2000axsa", "mag": 4.3, "time": 1506945001990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.4854, -37.3176, 354.86]}, "bbox": [176.4854, -37.3176, 176.4854, -37.3176]}, {"id": "769", "type": "Feature", "properties": {"id": "mb80258789", "mag": 2.2, "time": 1506944699010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533, 46.869833, 13.3]}, "bbox": [-112.533, 46.869833, -112.533, 46.869833]}, {"id": "770", "type": "Feature", "properties": {"id": "uu60250897", "mag": 1.6, "time": 1506943796070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.218667, 42.571667, 3.5]}, "bbox": [-111.218667, 42.571667, -111.218667, 42.571667]}, {"id": "771", "type": "Feature", "properties": {"id": "ak16986042", "mag": 1.3, "time": 1506943225411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.912, 63.0196, 66.0]}, "bbox": [-149.912, 63.0196, -149.912, 63.0196]}, {"id": "772", "type": "Feature", "properties": {"id": "ak16986039", "mag": 1.4, "time": 1506941366267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3257, 63.3321, 6.7]}, "bbox": [-145.3257, 63.3321, -145.3257, 63.3321]}, {"id": "773", "type": "Feature", "properties": {"id": "ci38016776", "mag": 1.44, "time": 1506940900650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.510667, 34.2985, 9.93]}, "bbox": [-118.510667, 34.2985, -118.510667, 34.2985]}, {"id": "774", "type": "Feature", "properties": {"id": "hv61929926", "mag": 2.13, "time": 1506940825170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.524002, 19.919001, 20.11]}, "bbox": [-155.524002, 19.919001, -155.524002, 19.919001]}, {"id": "775", "type": "Feature", "properties": {"id": "mb80258769", "mag": 1.48, "time": 1506940203900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 46.119833, 6.0]}, "bbox": [-110.33, 46.119833, -110.33, 46.119833]}, {"id": "776", "type": "Feature", "properties": {"id": "us2000axrm", "mag": 4.9, "time": 1506939736050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.2184, 12.3486, 35.55]}, "bbox": [-88.2184, 12.3486, -88.2184, 12.3486]}, {"id": "777", "type": "Feature", "properties": {"id": "ci38016768", "mag": 1.12, "time": 1506938746370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.067167, 34.208333, 2.04]}, "bbox": [-117.067167, 34.208333, -117.067167, 34.208333]}, {"id": "778", "type": "Feature", "properties": {"id": "ci38016760", "mag": 1.75, "time": 1506938502900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064833, 34.207833, 2.06]}, "bbox": [-117.064833, 34.207833, -117.064833, 34.207833]}, {"id": "779", "type": "Feature", "properties": {"id": "nc72903041", "mag": 1.87, "time": 1506938425810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.908833, 36.368667, 8.8]}, "bbox": [-120.908833, 36.368667, -120.908833, 36.368667]}, {"id": "780", "type": "Feature", "properties": {"id": "ak16985035", "mag": 1.7, "time": 1506938303105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1495, 63.1057, 3.5]}, "bbox": [-152.1495, 63.1057, -152.1495, 63.1057]}, {"id": "781", "type": "Feature", "properties": {"id": "ci38016752", "mag": 1.08, "time": 1506938024070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448833, 33.481, 8.33]}, "bbox": [-116.448833, 33.481, -116.448833, 33.481]}, {"id": "782", "type": "Feature", "properties": {"id": "ak16985032", "mag": 1.1, "time": 1506937259442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8806, 64.6842, 6.7]}, "bbox": [-146.8806, 64.6842, -146.8806, 64.6842]}, {"id": "783", "type": "Feature", "properties": {"id": "nm60207636", "mag": 1.71, "time": 1506936707930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.1365, 35.88, 10.55]}, "bbox": [-90.1365, 35.88, -90.1365, 35.88]}, {"id": "784", "type": "Feature", "properties": {"id": "uu60250892", "mag": 1.5, "time": 1506936161680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.480833, 42.384833, 5.67]}, "bbox": [-111.480833, 42.384833, -111.480833, 42.384833]}, {"id": "785", "type": "Feature", "properties": {"id": "mb80258764", "mag": 2.37, "time": 1506936112630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534333, 46.8675, 13.36]}, "bbox": [-112.534333, 46.8675, -112.534333, 46.8675]}, {"id": "786", "type": "Feature", "properties": {"id": "mb80258759", "mag": 3.08, "time": 1506934838560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529167, 46.872333, 11.44]}, "bbox": [-112.529167, 46.872333, -112.529167, 46.872333]}, {"id": "787", "type": "Feature", "properties": {"id": "ci38016728", "mag": 1.01, "time": 1506934828760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.065667, 34.2065, 1.91]}, "bbox": [-117.065667, 34.2065, -117.065667, 34.2065]}, {"id": "788", "type": "Feature", "properties": {"id": "us2000axr0", "mag": 4.3, "time": 1506933668380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8824, 16.708, 65.53]}, "bbox": [-94.8824, 16.708, -94.8824, 16.708]}, {"id": "789", "type": "Feature", "properties": {"id": "ci37398445", "mag": 0.97, "time": 1506933339570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460667, 34.332333, 5.88]}, "bbox": [-116.460667, 34.332333, -116.460667, 34.332333]}, {"id": "790", "type": "Feature", "properties": {"id": "nc72903031", "mag": 1.45, "time": 1506933218670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812667, 38.805, 2.29]}, "bbox": [-122.812667, 38.805, -122.812667, 38.805]}, {"id": "791", "type": "Feature", "properties": {"id": "us2000b0e8", "mag": 1.4, "time": 1506931958320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.32, 43.6653, 7.15]}, "bbox": [-71.32, 43.6653, -71.32, 43.6653]}, {"id": "792", "type": "Feature", "properties": {"id": "uu60250882", "mag": 1.44, "time": 1506931830720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4165, 42.520333, 8.15]}, "bbox": [-111.4165, 42.520333, -111.4165, 42.520333]}, {"id": "793", "type": "Feature", "properties": {"id": "uu60250877", "mag": 1.13, "time": 1506930804620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.544333, 7.62]}, "bbox": [-111.414333, 42.544333, -111.414333, 42.544333]}, {"id": "794", "type": "Feature", "properties": {"id": "ci38016688", "mag": 1.28, "time": 1506929655950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.003333, 33.1775, 4.99]}, "bbox": [-116.003333, 33.1775, -116.003333, 33.1775]}, {"id": "795", "type": "Feature", "properties": {"id": "ak16985021", "mag": 2.3, "time": 1506927665686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5448, 63.1998, 0.0]}, "bbox": [-151.5448, 63.1998, -151.5448, 63.1998]}, {"id": "796", "type": "Feature", "properties": {"id": "ak16985020", "mag": 1.7, "time": 1506927499500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4204, 67.3068, 0.0]}, "bbox": [-155.4204, 67.3068, -155.4204, 67.3068]}, {"id": "797", "type": "Feature", "properties": {"id": "mb80258749", "mag": 1.94, "time": 1506926930660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.874, 11.51]}, "bbox": [-112.523333, 46.874, -112.523333, 46.874]}, {"id": "798", "type": "Feature", "properties": {"id": "ak16985018", "mag": 1.1, "time": 1506926698712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.829, 65.5759, 9.2]}, "bbox": [-148.829, 65.5759, -148.829, 65.5759]}, {"id": "799", "type": "Feature", "properties": {"id": "hv61929841", "mag": 1.98, "time": 1506926298850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.412338, 19.245501, 33.84]}, "bbox": [-155.412338, 19.245501, -155.412338, 19.245501]}, {"id": "800", "type": "Feature", "properties": {"id": "se60045313", "mag": 1.9, "time": 1506925923790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.894667, 34.9895, 0.16]}, "bbox": [-82.894667, 34.9895, -82.894667, 34.9895]}, {"id": "801", "type": "Feature", "properties": {"id": "ak16984019", "mag": 1.1, "time": 1506925731082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5467, 65.155, 3.8]}, "bbox": [-148.5467, 65.155, -148.5467, 65.155]}, {"id": "802", "type": "Feature", "properties": {"id": "mb80258744", "mag": 1.32, "time": 1506925562230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.867167, 11.58]}, "bbox": [-112.528833, 46.867167, -112.528833, 46.867167]}, {"id": "803", "type": "Feature", "properties": {"id": "ci38016672", "mag": 0.97, "time": 1506925004450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.422833, 33.04, 10.21]}, "bbox": [-116.422833, 33.04, -116.422833, 33.04]}, {"id": "804", "type": "Feature", "properties": {"id": "ak16984018", "mag": 1.4, "time": 1506924871383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2817, 61.9608, 23.3]}, "bbox": [-150.2817, 61.9608, -150.2817, 61.9608]}, {"id": "805", "type": "Feature", "properties": {"id": "uu60250872", "mag": 1.58, "time": 1506924776930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.033833, 38.600333, 7.01]}, "bbox": [-112.033833, 38.600333, -112.033833, 38.600333]}, {"id": "806", "type": "Feature", "properties": {"id": "ak16984009", "mag": 3.0, "time": 1506924381290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1032, 58.7701, 99.0]}, "bbox": [-154.1032, 58.7701, -154.1032, 58.7701]}, {"id": "807", "type": "Feature", "properties": {"id": "uu60250867", "mag": 1.58, "time": 1506924167170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409667, 42.562167, 7.8]}, "bbox": [-111.409667, 42.562167, -111.409667, 42.562167]}, {"id": "808", "type": "Feature", "properties": {"id": "us2000axq4", "mag": 4.2, "time": 1506924037060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3565, -41.7636, 24.13]}, "bbox": [174.3565, -41.7636, 174.3565, -41.7636]}, {"id": "809", "type": "Feature", "properties": {"id": "ci38016664", "mag": 1.49, "time": 1506923205850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.589167, 32.780833, 12.71]}, "bbox": [-116.589167, 32.780833, -116.589167, 32.780833]}, {"id": "810", "type": "Feature", "properties": {"id": "ci38016656", "mag": 2.39, "time": 1506923145240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.009833, 33.179833, 9.12]}, "bbox": [-116.009833, 33.179833, -116.009833, 33.179833]}, {"id": "811", "type": "Feature", "properties": {"id": "us2000axq3", "mag": 4.7, "time": 1506923126070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4587, -21.8514, 582.95]}, "bbox": [-179.4587, -21.8514, -179.4587, -21.8514]}, {"id": "812", "type": "Feature", "properties": {"id": "ci38016648", "mag": 2.46, "time": 1506922959220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010167, 33.179, 8.89]}, "bbox": [-116.010167, 33.179, -116.010167, 33.179]}, {"id": "813", "type": "Feature", "properties": {"id": "uw61336471", "mag": 3.25, "time": 1506922219710, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8935, 47.887833, 54.22]}, "bbox": [-122.8935, 47.887833, -122.8935, 47.887833]}, {"id": "814", "type": "Feature", "properties": {"id": "nm60207631", "mag": 1.51, "time": 1506922179830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.527833, 36.243667, 7.74]}, "bbox": [-89.527833, 36.243667, -89.527833, 36.243667]}, {"id": "815", "type": "Feature", "properties": {"id": "nn00607885", "mag": 1.0, "time": 1506921346217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0518, 37.0814, 8.8]}, "bbox": [-117.0518, 37.0814, -117.0518, 37.0814]}, {"id": "816", "type": "Feature", "properties": {"id": "us2000axpv", "mag": 4.8, "time": 1506921205270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [72.4324, 38.1132, 115.18]}, "bbox": [72.4324, 38.1132, 72.4324, 38.1132]}, {"id": "817", "type": "Feature", "properties": {"id": "ak16983007", "mag": 1.4, "time": 1506919945331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5212, 66.5767, 2.8]}, "bbox": [-147.5212, 66.5767, -147.5212, 66.5767]}, {"id": "818", "type": "Feature", "properties": {"id": "nc72902986", "mag": 1.91, "time": 1506919685230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.524833, 35.967333, 10.71]}, "bbox": [-120.524833, 35.967333, -120.524833, 35.967333]}, {"id": "819", "type": "Feature", "properties": {"id": "us2000axpm", "mag": 2.2, "time": 1506919604410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5118, 36.9048, 4.52]}, "bbox": [-97.5118, 36.9048, -97.5118, 36.9048]}, {"id": "820", "type": "Feature", "properties": {"id": "uw61336446", "mag": 1.27, "time": 1506919122930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.245667, 46.345833, 7.97]}, "bbox": [-122.245667, 46.345833, -122.245667, 46.345833]}, {"id": "821", "type": "Feature", "properties": {"id": "ci38016584", "mag": 2.31, "time": 1506918555650, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.500167, 5.3]}, "bbox": [-116.7985, 33.500167, -116.7985, 33.500167]}, {"id": "822", "type": "Feature", "properties": {"id": "uu60250862", "mag": 1.41, "time": 1506917347110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411167, 42.640167, -1.04]}, "bbox": [-111.411167, 42.640167, -111.411167, 42.640167]}, {"id": "823", "type": "Feature", "properties": {"id": "ci38016576", "mag": 1.0, "time": 1506916919110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.43, 33.028833, 3.21]}, "bbox": [-116.43, 33.028833, -116.43, 33.028833]}, {"id": "824", "type": "Feature", "properties": {"id": "ci38016568", "mag": 1.08, "time": 1506916645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.048333, 33.2415, 5.47]}, "bbox": [-116.048333, 33.2415, -116.048333, 33.2415]}, {"id": "825", "type": "Feature", "properties": {"id": "uu60250857", "mag": 1.42, "time": 1506916237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446167, 42.608333, 6.68]}, "bbox": [-111.446167, 42.608333, -111.446167, 42.608333]}, {"id": "826", "type": "Feature", "properties": {"id": "ci38016552", "mag": 1.32, "time": 1506915577280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.482167, 35.754, 3.27]}, "bbox": [-118.482167, 35.754, -118.482167, 35.754]}, {"id": "827", "type": "Feature", "properties": {"id": "hv61929701", "mag": 2.26, "time": 1506915466040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.021835, 19.397499, 0.02]}, "bbox": [-155.021835, 19.397499, -155.021835, 19.397499]}, {"id": "828", "type": "Feature", "properties": {"id": "us2000axp9", "mag": 2.5, "time": 1506915178660, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5196, 36.2819, 4.38]}, "bbox": [-97.5196, 36.2819, -97.5196, 36.2819]}, {"id": "829", "type": "Feature", "properties": {"id": "ak16982006", "mag": 3.4, "time": 1506913363596, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9176, 55.7636, 20.8]}, "bbox": [-154.9176, 55.7636, -154.9176, 55.7636]}, {"id": "830", "type": "Feature", "properties": {"id": "us2000axp5", "mag": 2.7, "time": 1506913350820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5073, 46.8582, 10.64]}, "bbox": [-112.5073, 46.8582, -112.5073, 46.8582]}, {"id": "831", "type": "Feature", "properties": {"id": "mb80258724", "mag": 1.27, "time": 1506912496350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.017333, 44.484667, 7.23]}, "bbox": [-113.017333, 44.484667, -113.017333, 44.484667]}, {"id": "832", "type": "Feature", "properties": {"id": "nc72902956", "mag": 1.67, "time": 1506912463450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4705, 40.704167, 17.1]}, "bbox": [-122.4705, 40.704167, -122.4705, 40.704167]}, {"id": "833", "type": "Feature", "properties": {"id": "uu60250847", "mag": 1.01, "time": 1506911908120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.516667, 6.74]}, "bbox": [-111.418333, 42.516667, -111.418333, 42.516667]}, {"id": "834", "type": "Feature", "properties": {"id": "ak16982001", "mag": 1.1, "time": 1506909373983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8167, 61.2439, 26.6]}, "bbox": [-146.8167, 61.2439, -146.8167, 61.2439]}, {"id": "835", "type": "Feature", "properties": {"id": "uu60250837", "mag": 1.18, "time": 1506909364560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411833, 42.520667, 7.35]}, "bbox": [-111.411833, 42.520667, -111.411833, 42.520667]}, {"id": "836", "type": "Feature", "properties": {"id": "mb80258714", "mag": 1.56, "time": 1506908562340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.872833, 12.04]}, "bbox": [-112.523167, 46.872833, -112.523167, 46.872833]}, {"id": "837", "type": "Feature", "properties": {"id": "ak16981996", "mag": 1.3, "time": 1506908205944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5285, 63.1691, 0.0]}, "bbox": [-151.5285, 63.1691, -151.5285, 63.1691]}, {"id": "838", "type": "Feature", "properties": {"id": "ak16982000", "mag": 1.4, "time": 1506908156528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6012, 59.5948, 56.3]}, "bbox": [-151.6012, 59.5948, -151.6012, 59.5948]}, {"id": "839", "type": "Feature", "properties": {"id": "us2000axnx", "mag": 2.6, "time": 1506907742490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4159, 42.5178, 6.97]}, "bbox": [-111.4159, 42.5178, -111.4159, 42.5178]}, {"id": "840", "type": "Feature", "properties": {"id": "ak16981992", "mag": 1.8, "time": 1506907678571, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2312, 63.3329, 7.3]}, "bbox": [-145.2312, 63.3329, -145.2312, 63.3329]}, {"id": "841", "type": "Feature", "properties": {"id": "nc72902936", "mag": 1.52, "time": 1506905787330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.426, 38.404, 7.4]}, "bbox": [-122.426, 38.404, -122.426, 38.404]}, {"id": "842", "type": "Feature", "properties": {"id": "uu60250827", "mag": 1.35, "time": 1506905780190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4175, 42.518833, 6.5]}, "bbox": [-111.4175, 42.518833, -111.4175, 42.518833]}, {"id": "843", "type": "Feature", "properties": {"id": "uu60250822", "mag": 1.43, "time": 1506905571670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422333, 42.512667, 7.8]}, "bbox": [-111.422333, 42.512667, -111.422333, 42.512667]}, {"id": "844", "type": "Feature", "properties": {"id": "hv61929496", "mag": 1.71, "time": 1506905364520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.584503, 19.484333, 2.03]}, "bbox": [-155.584503, 19.484333, -155.584503, 19.484333]}, {"id": "845", "type": "Feature", "properties": {"id": "ak16981986", "mag": 1.5, "time": 1506903663272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7914, 61.5177, 34.2]}, "bbox": [-149.7914, 61.5177, -149.7914, 61.5177]}, {"id": "846", "type": "Feature", "properties": {"id": "ci38016496", "mag": 1.6, "time": 1506903468250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793667, 33.502333, 5.16]}, "bbox": [-116.793667, 33.502333, -116.793667, 33.502333]}, {"id": "847", "type": "Feature", "properties": {"id": "ci38016488", "mag": 1.3, "time": 1506903227250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5175, 34.2865, 7.02]}, "bbox": [-118.5175, 34.2865, -118.5175, 34.2865]}, {"id": "848", "type": "Feature", "properties": {"id": "nn00607841", "mag": 2.5, "time": 1506901760242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.7954, 37.1971, 7.1]}, "bbox": [-114.7954, 37.1971, -114.7954, 37.1971]}, {"id": "849", "type": "Feature", "properties": {"id": "nc72902911", "mag": 2.66, "time": 1506901676700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.506167, 40.3085, 21.45]}, "bbox": [-124.506167, 40.3085, -124.506167, 40.3085]}, {"id": "850", "type": "Feature", "properties": {"id": "ak16981979", "mag": 2.0, "time": 1506901404559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6022, 63.105, 120.0]}, "bbox": [-150.6022, 63.105, -150.6022, 63.105]}, {"id": "851", "type": "Feature", "properties": {"id": "ak16990868", "mag": 2.0, "time": 1506900397361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1198, 58.9916, 108.5]}, "bbox": [-154.1198, 58.9916, -154.1198, 58.9916]}, {"id": "852", "type": "Feature", "properties": {"id": "ak16980981", "mag": 1.3, "time": 1506899671796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.1479, 60.8928, 4.5]}, "bbox": [-138.1479, 60.8928, -138.1479, 60.8928]}, {"id": "853", "type": "Feature", "properties": {"id": "ci38016456", "mag": 1.6, "time": 1506899253540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2755, 33.976333, 5.3]}, "bbox": [-116.2755, 33.976333, -116.2755, 33.976333]}, {"id": "854", "type": "Feature", "properties": {"id": "nc72902901", "mag": 1.02, "time": 1506898875730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.816834, 1.1]}, "bbox": [-122.810165, 38.816834, -122.810165, 38.816834]}, {"id": "855", "type": "Feature", "properties": {"id": "mb80258679", "mag": 1.05, "time": 1506897817900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.891833, 12.84]}, "bbox": [-112.525833, 46.891833, -112.525833, 46.891833]}, {"id": "856", "type": "Feature", "properties": {"id": "ak16980976", "mag": 1.1, "time": 1506897164997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9167, 60.5402, 8.8]}, "bbox": [-141.9167, 60.5402, -141.9167, 60.5402]}, {"id": "857", "type": "Feature", "properties": {"id": "ak16980971", "mag": 1.8, "time": 1506896659586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1362, 61.9345, 11.0]}, "bbox": [-149.1362, 61.9345, -149.1362, 61.9345]}, {"id": "858", "type": "Feature", "properties": {"id": "ak16980968", "mag": 2.0, "time": 1506896402168, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9985, 65.5166, 15.0]}, "bbox": [-149.9985, 65.5166, -149.9985, 65.5166]}, {"id": "859", "type": "Feature", "properties": {"id": "ak16980965", "mag": 1.5, "time": 1506895579977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6538, 59.9364, 0.0]}, "bbox": [-139.6538, 59.9364, -139.6538, 59.9364]}, {"id": "860", "type": "Feature", "properties": {"id": "ci38016448", "mag": 1.52, "time": 1506895319020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.830833, 33.712, 16.9]}, "bbox": [-116.830833, 33.712, -116.830833, 33.712]}, {"id": "861", "type": "Feature", "properties": {"id": "ismpkansas70236163", "mag": 2.36, "time": 1506894257160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.905833, 36.996333, 9.62]}, "bbox": [-97.905833, 36.996333, -97.905833, 36.996333]}, {"id": "862", "type": "Feature", "properties": {"id": "ak16990861", "mag": 1.1, "time": 1506893923115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3425, 61.0789, 57.8]}, "bbox": [-150.3425, 61.0789, -150.3425, 61.0789]}, {"id": "863", "type": "Feature", "properties": {"id": "nn00607826", "mag": 1.4, "time": 1506893733690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6519, 39.1963, 5.8]}, "bbox": [-119.6519, 39.1963, -119.6519, 39.1963]}, {"id": "864", "type": "Feature", "properties": {"id": "ak16980964", "mag": 1.2, "time": 1506892711109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8709, 61.4311, 46.5]}, "bbox": [-149.8709, 61.4311, -149.8709, 61.4311]}, {"id": "865", "type": "Feature", "properties": {"id": "uw61336341", "mag": 1.82, "time": 1506892129610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.567667, 49.3235, -1.5]}, "bbox": [-120.567667, 49.3235, -120.567667, 49.3235]}, {"id": "866", "type": "Feature", "properties": {"id": "ak16990859", "mag": 1.9, "time": 1506891719402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8509, 57.8862, 54.2]}, "bbox": [-153.8509, 57.8862, -153.8509, 57.8862]}, {"id": "867", "type": "Feature", "properties": {"id": "ak16980963", "mag": 1.2, "time": 1506891059795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5477, 60.1976, 34.8]}, "bbox": [-149.5477, 60.1976, -149.5477, 60.1976]}, {"id": "868", "type": "Feature", "properties": {"id": "mb80258669", "mag": 1.06, "time": 1506890613170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515667, 46.8785, 11.55]}, "bbox": [-112.515667, 46.8785, -112.515667, 46.8785]}, {"id": "869", "type": "Feature", "properties": {"id": "ak16980956", "mag": 2.1, "time": 1506890459542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2618, 53.748, 49.3]}, "bbox": [-164.2618, 53.748, -164.2618, 53.748]}, {"id": "870", "type": "Feature", "properties": {"id": "ak16980945", "mag": 1.5, "time": 1506890359030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5485, 59.782, 2.5]}, "bbox": [-136.5485, 59.782, -136.5485, 59.782]}, {"id": "871", "type": "Feature", "properties": {"id": "ak16980939", "mag": 2.7, "time": 1506890337968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2691, 59.2151, 55.5]}, "bbox": [-152.2691, 59.2151, -152.2691, 59.2151]}, {"id": "872", "type": "Feature", "properties": {"id": "ak16980943", "mag": 2.0, "time": 1506890332904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1083, 61.5648, 11.6]}, "bbox": [-149.1083, 61.5648, -149.1083, 61.5648]}, {"id": "873", "type": "Feature", "properties": {"id": "us2000axlg", "mag": 2.5, "time": 1506890067740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7952, 35.9855, 3.13]}, "bbox": [-96.7952, 35.9855, -96.7952, 35.9855]}, {"id": "874", "type": "Feature", "properties": {"id": "nc72902871", "mag": 1.2, "time": 1506890044550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.619333, 36.969667, 5.21]}, "bbox": [-121.619333, 36.969667, -121.619333, 36.969667]}, {"id": "875", "type": "Feature", "properties": {"id": "ak16980936", "mag": 1.3, "time": 1506889965804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4052, 62.336, 46.1]}, "bbox": [-149.4052, 62.336, -149.4052, 62.336]}, {"id": "876", "type": "Feature", "properties": {"id": "ak16980933", "mag": 1.6, "time": 1506888599699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5246, 51.8512, 19.4]}, "bbox": [-174.5246, 51.8512, -174.5246, 51.8512]}, {"id": "877", "type": "Feature", "properties": {"id": "mb80258664", "mag": 1.08, "time": 1506888514540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.889833, 12.19]}, "bbox": [-112.525167, 46.889833, -112.525167, 46.889833]}, {"id": "878", "type": "Feature", "properties": {"id": "nc72902866", "mag": 1.72, "time": 1506888000180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3795, 40.710333, 18.86]}, "bbox": [-122.3795, 40.710333, -122.3795, 40.710333]}, {"id": "879", "type": "Feature", "properties": {"id": "us2000axkq", "mag": 3.3, "time": 1506887023210, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.4467, 36.1992, 5.42]}, "bbox": [-97.4467, 36.1992, -97.4467, 36.1992]}, {"id": "880", "type": "Feature", "properties": {"id": "us2000axkh", "mag": 4.4, "time": 1506885748640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3923, 15.6065, 68.63]}, "bbox": [-94.3923, 15.6065, -94.3923, 15.6065]}, {"id": "881", "type": "Feature", "properties": {"id": "us2000axkg", "mag": 4.7, "time": 1506885628670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [131.0709, 30.4016, 52.09]}, "bbox": [131.0709, 30.4016, 131.0709, 30.4016]}, {"id": "882", "type": "Feature", "properties": {"id": "nc72902851", "mag": 1.6, "time": 1506885379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.816833, 2.01]}, "bbox": [-122.806167, 38.816833, -122.806167, 38.816833]}, {"id": "883", "type": "Feature", "properties": {"id": "ak16979941", "mag": 1.1, "time": 1506885213719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2184, 62.3649, 80.4]}, "bbox": [-151.2184, 62.3649, -151.2184, 62.3649]}, {"id": "884", "type": "Feature", "properties": {"id": "nc72902846", "mag": 1.16, "time": 1506883965960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.676, 37.612, 3.61]}, "bbox": [-121.676, 37.612, -121.676, 37.612]}, {"id": "885", "type": "Feature", "properties": {"id": "nn00607803", "mag": 1.2, "time": 1506883429003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7983, 37.0626, 0.0]}, "bbox": [-117.7983, 37.0626, -117.7983, 37.0626]}, {"id": "886", "type": "Feature", "properties": {"id": "ak16990850", "mag": 1.4, "time": 1506881346159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4695, 60.2829, 104.2]}, "bbox": [-152.4695, 60.2829, -152.4695, 60.2829]}, {"id": "887", "type": "Feature", "properties": {"id": "nc72902836", "mag": 1.01, "time": 1506881205680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.831833, 1.97]}, "bbox": [-122.800835, 38.831833, -122.800835, 38.831833]}, {"id": "888", "type": "Feature", "properties": {"id": "ak16979936", "mag": 1.1, "time": 1506880968876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7414, 62.1039, 54.0]}, "bbox": [-149.7414, 62.1039, -149.7414, 62.1039]}, {"id": "889", "type": "Feature", "properties": {"id": "nn00607807", "mag": 1.1, "time": 1506880810251, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1156, 38.2725, 9.6]}, "bbox": [-119.1156, 38.2725, -119.1156, 38.2725]}, {"id": "890", "type": "Feature", "properties": {"id": "hv61928951", "mag": 2.13, "time": 1506880210700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.408493, 19.198166, 32.85]}, "bbox": [-155.408493, 19.198166, -155.408493, 19.198166]}, {"id": "891", "type": "Feature", "properties": {"id": "nn00607796", "mag": 1.4, "time": 1506880150990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7769, 37.082, 5.7]}, "bbox": [-117.7769, 37.082, -117.7769, 37.082]}, {"id": "892", "type": "Feature", "properties": {"id": "ak16979932", "mag": 1.3, "time": 1506879650012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5344, 59.9497, 0.0]}, "bbox": [-139.5344, 59.9497, -139.5344, 59.9497]}, {"id": "893", "type": "Feature", "properties": {"id": "ak16979928", "mag": 1.4, "time": 1506878561352, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7881, 59.4532, 86.2]}, "bbox": [-152.7881, 59.4532, -152.7881, 59.4532]}, {"id": "894", "type": "Feature", "properties": {"id": "us2000axj4", "mag": 4.9, "time": 1506877281250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6588, -24.2867, 10.0]}, "bbox": [-115.6588, -24.2867, -115.6588, -24.2867]}, {"id": "895", "type": "Feature", "properties": {"id": "uw61336301", "mag": 1.08, "time": 1506877137600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.289333, 46.525667, 12.49]}, "bbox": [-123.289333, 46.525667, -123.289333, 46.525667]}, {"id": "896", "type": "Feature", "properties": {"id": "us2000axiu", "mag": 4.8, "time": 1506876485410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.1816, -45.7692, 10.0]}, "bbox": [-76.1816, -45.7692, -76.1816, -45.7692]}, {"id": "897", "type": "Feature", "properties": {"id": "nc72902831", "mag": 2.39, "time": 1506876142050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.5015, 0.38]}, "bbox": [-118.8365, 37.5015, -118.8365, 37.5015]}, {"id": "898", "type": "Feature", "properties": {"id": "ak16978937", "mag": 1.2, "time": 1506875682364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0123, 63.225, 1.0]}, "bbox": [-149.0123, 63.225, -149.0123, 63.225]}, {"id": "899", "type": "Feature", "properties": {"id": "ak16990844", "mag": 1.0, "time": 1506875638383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 60.399, 0.0]}, "bbox": [-141.3476, 60.399, -141.3476, 60.399]}, {"id": "900", "type": "Feature", "properties": {"id": "ak16978936", "mag": 1.3, "time": 1506875438694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1025, 62.0191, 64.1]}, "bbox": [-151.1025, 62.0191, -151.1025, 62.0191]}, {"id": "901", "type": "Feature", "properties": {"id": "ak16990842", "mag": 1.6, "time": 1506873845866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.7815, 51.9812, 27.7]}, "bbox": [-173.7815, 51.9812, -173.7815, 51.9812]}, {"id": "902", "type": "Feature", "properties": {"id": "ak16977948", "mag": 2.0, "time": 1506871550948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.142, 60.236, 132.6]}, "bbox": [-153.142, 60.236, -153.142, 60.236]}, {"id": "903", "type": "Feature", "properties": {"id": "us2000axi9", "mag": 4.2, "time": 1506870604300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8183, -18.2769, 600.28]}, "bbox": [-177.8183, -18.2769, -177.8183, -18.2769]}, {"id": "904", "type": "Feature", "properties": {"id": "nc72902801", "mag": 1.08, "time": 1506869234490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.736333, 37.427833, 11.17]}, "bbox": [-118.736333, 37.427833, -118.736333, 37.427833]}, {"id": "905", "type": "Feature", "properties": {"id": "nc72902796", "mag": 0.97, "time": 1506869005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80983, 38.822666, 2.38]}, "bbox": [-122.80983, 38.822666, -122.80983, 38.822666]}, {"id": "906", "type": "Feature", "properties": {"id": "nc72902791", "mag": 1.02, "time": 1506868646100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.018, 37.4345, 4.76]}, "bbox": [-119.018, 37.4345, -119.018, 37.4345]}, {"id": "907", "type": "Feature", "properties": {"id": "us2000axi8", "mag": 4.5, "time": 1506868536330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.3426, 12.898, 30.37]}, "bbox": [92.3426, 12.898, 92.3426, 12.898]}, {"id": "908", "type": "Feature", "properties": {"id": "nc72902781", "mag": 1.48, "time": 1506867941180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.033833, 37.4125, 0.87]}, "bbox": [-119.033833, 37.4125, -119.033833, 37.4125]}, {"id": "909", "type": "Feature", "properties": {"id": "us2000axhz", "mag": 4.5, "time": 1506867628470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.306, 40.1598, 57.26]}, "bbox": [142.306, 40.1598, 142.306, 40.1598]}, {"id": "910", "type": "Feature", "properties": {"id": "uw61336271", "mag": 1.68, "time": 1506867619960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.078833, 44.103667, -0.53]}, "bbox": [-123.078833, 44.103667, -123.078833, 44.103667]}, {"id": "911", "type": "Feature", "properties": {"id": "ak16990839", "mag": 1.7, "time": 1506867169462, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3848, 56.4945, 79.4]}, "bbox": [-156.3848, 56.4945, -156.3848, 56.4945]}, {"id": "912", "type": "Feature", "properties": {"id": "us2000axhv", "mag": 5.0, "time": 1506866880330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5287, -22.8028, 10.0]}, "bbox": [-174.5287, -22.8028, -174.5287, -22.8028]}, {"id": "913", "type": "Feature", "properties": {"id": "ak16976960", "mag": 1.2, "time": 1506866784677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7487, 60.0824, 8.2]}, "bbox": [-140.7487, 60.0824, -140.7487, 60.0824]}, {"id": "914", "type": "Feature", "properties": {"id": "uu60250707", "mag": 2.06, "time": 1506866738590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.650333, 2.93]}, "bbox": [-111.447833, 42.650333, -111.447833, 42.650333]}, {"id": "915", "type": "Feature", "properties": {"id": "mb80258644", "mag": 1.07, "time": 1506866437550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.866, 11.8]}, "bbox": [-112.525833, 46.866, -112.525833, 46.866]}, {"id": "916", "type": "Feature", "properties": {"id": "hv61928751", "mag": 1.73, "time": 1506865813980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.633499, 19.408501, 4.16]}, "bbox": [-155.633499, 19.408501, -155.633499, 19.408501]}, {"id": "917", "type": "Feature", "properties": {"id": "ak16976951", "mag": 1.0, "time": 1506864160172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.909, 58.2689, 5.0]}, "bbox": [-154.909, 58.2689, -154.909, 58.2689]}, {"id": "918", "type": "Feature", "properties": {"id": "ak16976949", "mag": 1.0, "time": 1506864011046, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6138, 60.5977, 10.0]}, "bbox": [-141.6138, 60.5977, -141.6138, 60.5977]}, {"id": "919", "type": "Feature", "properties": {"id": "ak16990832", "mag": 1.4, "time": 1506863730810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1725, 60.1804, 135.1]}, "bbox": [-153.1725, 60.1804, -153.1725, 60.1804]}, {"id": "920", "type": "Feature", "properties": {"id": "ak16975974", "mag": 1.1, "time": 1506862307453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3672, 61.3015, 47.0]}, "bbox": [-150.3672, 61.3015, -150.3672, 61.3015]}, {"id": "921", "type": "Feature", "properties": {"id": "us2000axhf", "mag": 4.6, "time": 1506862144080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9129, 12.7332, 25.97]}, "bbox": [91.9129, 12.7332, 91.9129, 12.7332]}, {"id": "922", "type": "Feature", "properties": {"id": "ak16975970", "mag": 1.3, "time": 1506861392092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0328, 59.3749, 6.2]}, "bbox": [-157.0328, 59.3749, -157.0328, 59.3749]}, {"id": "923", "type": "Feature", "properties": {"id": "ak16975965", "mag": 1.4, "time": 1506860447567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3802, 59.7999, 122.7]}, "bbox": [-153.3802, 59.7999, -153.3802, 59.7999]}, {"id": "924", "type": "Feature", "properties": {"id": "ak16975961", "mag": 1.9, "time": 1506860241377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3702, 58.1855, 1.8]}, "bbox": [-155.3702, 58.1855, -155.3702, 58.1855]}, {"id": "925", "type": "Feature", "properties": {"id": "ci38016296", "mag": 0.97, "time": 1506860065660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200333, 33.034167, 6.74]}, "bbox": [-116.200333, 33.034167, -116.200333, 33.034167]}, {"id": "926", "type": "Feature", "properties": {"id": "nc72902736", "mag": 1.01, "time": 1506859858880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.812668, 3.13]}, "bbox": [-122.793999, 38.812668, -122.793999, 38.812668]}, {"id": "927", "type": "Feature", "properties": {"id": "ak16975960", "mag": 2.0, "time": 1506859830456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5366, 51.4282, 50.4]}, "bbox": [-175.5366, 51.4282, -175.5366, 51.4282]}, {"id": "928", "type": "Feature", "properties": {"id": "ak16974988", "mag": 1.1, "time": 1506859403703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7216, 57.888, 61.0]}, "bbox": [-153.7216, 57.888, -153.7216, 57.888]}, {"id": "929", "type": "Feature", "properties": {"id": "nn00607763", "mag": 2.0, "time": 1506858283945, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6834, 40.0949, 13.6]}, "bbox": [-119.6834, 40.0949, -119.6834, 40.0949]}, {"id": "930", "type": "Feature", "properties": {"id": "ak16974986", "mag": 1.5, "time": 1506857978595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6219, 59.7494, 10.6]}, "bbox": [-136.6219, 59.7494, -136.6219, 59.7494]}, {"id": "931", "type": "Feature", "properties": {"id": "ci38016272", "mag": 1.31, "time": 1506857701950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.46, 34.330833, 3.08]}, "bbox": [-116.46, 34.330833, -116.46, 34.330833]}, {"id": "932", "type": "Feature", "properties": {"id": "mb80258619", "mag": 1.22, "time": 1506857080460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.509667, 46.908167, 15.76]}, "bbox": [-112.509667, 46.908167, -112.509667, 46.908167]}, {"id": "933", "type": "Feature", "properties": {"id": "ak16974980", "mag": 2.0, "time": 1506856935435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4679, 51.6302, 13.1]}, "bbox": [-178.4679, 51.6302, -178.4679, 51.6302]}, {"id": "934", "type": "Feature", "properties": {"id": "ak16974977", "mag": 1.7, "time": 1506856591674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0171, 58.9928, 112.8]}, "bbox": [-154.0171, 58.9928, -154.0171, 58.9928]}, {"id": "935", "type": "Feature", "properties": {"id": "ak16990818", "mag": 1.6, "time": 1506856352544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6069, 60.035, 157.2]}, "bbox": [-153.6069, 60.035, -153.6069, 60.035]}, {"id": "936", "type": "Feature", "properties": {"id": "nc72902701", "mag": 1.04, "time": 1506856284600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718, 38.742333, 1.86]}, "bbox": [-122.718, 38.742333, -122.718, 38.742333]}, {"id": "937", "type": "Feature", "properties": {"id": "ak16974975", "mag": 1.2, "time": 1506856083450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5011, 64.299, 14.0]}, "bbox": [-154.5011, 64.299, -154.5011, 64.299]}, {"id": "938", "type": "Feature", "properties": {"id": "ak16974972", "mag": 1.5, "time": 1506855936313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5182, 59.9216, 0.0]}, "bbox": [-139.5182, 59.9216, -139.5182, 59.9216]}, {"id": "939", "type": "Feature", "properties": {"id": "ci38016224", "mag": 1.28, "time": 1506855241040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.649, 12.54]}, "bbox": [-116.731167, 33.649, -116.731167, 33.649]}, {"id": "940", "type": "Feature", "properties": {"id": "ak16990815", "mag": 2.8, "time": 1506854643419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4705, 51.8814, 165.3]}, "bbox": [179.4705, 51.8814, 179.4705, 51.8814]}, {"id": "941", "type": "Feature", "properties": {"id": "hv61928636", "mag": 2.82, "time": 1506854300970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.485667, 20.355333, 14.282]}, "bbox": [-156.485667, 20.355333, -156.485667, 20.355333]}, {"id": "942", "type": "Feature", "properties": {"id": "ak16974969", "mag": 1.4, "time": 1506854297360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6332, 59.9863, 7.4]}, "bbox": [-148.6332, 59.9863, -148.6332, 59.9863]}, {"id": "943", "type": "Feature", "properties": {"id": "nc72902676", "mag": 1.69, "time": 1506853476410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.984, 37.5295, 2.12]}, "bbox": [-118.984, 37.5295, -118.984, 37.5295]}, {"id": "944", "type": "Feature", "properties": {"id": "ak16973994", "mag": 1.0, "time": 1506853292474, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0636, 62.2825, 41.1]}, "bbox": [-149.0636, 62.2825, -149.0636, 62.2825]}, {"id": "945", "type": "Feature", "properties": {"id": "nn00607794", "mag": 1.1, "time": 1506852962371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9213, 38.3646, 5.4]}, "bbox": [-118.9213, 38.3646, -118.9213, 38.3646]}, {"id": "946", "type": "Feature", "properties": {"id": "ci38016200", "mag": 1.06, "time": 1506852815200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791833, 33.502167, 4.66]}, "bbox": [-116.791833, 33.502167, -116.791833, 33.502167]}, {"id": "947", "type": "Feature", "properties": {"id": "us2000axgb", "mag": 5.1, "time": 1506852415110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6916, -24.4751, 87.71]}, "bbox": [-176.6916, -24.4751, -176.6916, -24.4751]}, {"id": "948", "type": "Feature", "properties": {"id": "ci38016192", "mag": 1.27, "time": 1506852211900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.464167, 36.311167, 0.93]}, "bbox": [-117.464167, 36.311167, -117.464167, 36.311167]}, {"id": "949", "type": "Feature", "properties": {"id": "ak16990809", "mag": 1.3, "time": 1506851397558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4428, 58.7981, 124.3]}, "bbox": [-154.4428, 58.7981, -154.4428, 58.7981]}, {"id": "950", "type": "Feature", "properties": {"id": "ak16973987", "mag": 1.3, "time": 1506850332700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1498, 59.6631, 104.2]}, "bbox": [-153.1498, 59.6631, -153.1498, 59.6631]}, {"id": "951", "type": "Feature", "properties": {"id": "nc72902646", "mag": 1.37, "time": 1506850223860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.452, 37.402167, 4.64]}, "bbox": [-118.452, 37.402167, -118.452, 37.402167]}, {"id": "952", "type": "Feature", "properties": {"id": "us2000axfz", "mag": 4.0, "time": 1506849733290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8612, 14.9405, 53.39]}, "bbox": [-93.8612, 14.9405, -93.8612, 14.9405]}, {"id": "953", "type": "Feature", "properties": {"id": "ak16973981", "mag": 1.6, "time": 1506849720561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2003, 60.1713, 129.2]}, "bbox": [-153.2003, 60.1713, -153.2003, 60.1713]}, {"id": "954", "type": "Feature", "properties": {"id": "ak16973012", "mag": 1.1, "time": 1506849332753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7558, 59.8604, 10.3]}, "bbox": [-136.7558, 59.8604, -136.7558, 59.8604]}, {"id": "955", "type": "Feature", "properties": {"id": "us2000axfu", "mag": 4.4, "time": 1506848263400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7814, 18.4858, 79.09]}, "bbox": [-67.7814, 18.4858, -67.7814, 18.4858]}, {"id": "956", "type": "Feature", "properties": {"id": "ci38016176", "mag": 1.75, "time": 1506848220800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.651333, 35.934333, 2.81]}, "bbox": [-117.651333, 35.934333, -117.651333, 35.934333]}, {"id": "957", "type": "Feature", "properties": {"id": "ci38016160", "mag": 1.37, "time": 1506846375610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.908333, 35.5955, 1.49]}, "bbox": [-116.908333, 35.5955, -116.908333, 35.5955]}, {"id": "958", "type": "Feature", "properties": {"id": "ak16990805", "mag": 2.5, "time": 1506845582617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.7071, 51.7987, 13.4]}, "bbox": [-169.7071, 51.7987, -169.7071, 51.7987]}, {"id": "959", "type": "Feature", "properties": {"id": "ak16972044", "mag": 1.1, "time": 1506843571095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 61.0501, 21.4]}, "bbox": [-150.4859, 61.0501, -150.4859, 61.0501]}, {"id": "960", "type": "Feature", "properties": {"id": "us2000axfi", "mag": 4.1, "time": 1506843463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.5019, -1.5006, 197.35]}, "bbox": [-77.5019, -1.5006, -77.5019, -1.5006]}, {"id": "961", "type": "Feature", "properties": {"id": "ak16972038", "mag": 1.5, "time": 1506842124989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6539, 62.7976, 71.1]}, "bbox": [-149.6539, 62.7976, -149.6539, 62.7976]}, {"id": "962", "type": "Feature", "properties": {"id": "ak16972036", "mag": 1.2, "time": 1506841940900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 61.6968, 61.0]}, "bbox": [-150.8258, 61.6968, -150.8258, 61.6968]}, {"id": "963", "type": "Feature", "properties": {"id": "mb80258604", "mag": 1.59, "time": 1506841735050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.459167, 46.866, 10.9]}, "bbox": [-112.459167, 46.866, -112.459167, 46.866]}, {"id": "964", "type": "Feature", "properties": {"id": "ci38016112", "mag": 1.44, "time": 1506840801230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2085, 34.452833, 11.88]}, "bbox": [-119.2085, 34.452833, -119.2085, 34.452833]}, {"id": "965", "type": "Feature", "properties": {"id": "ismpkansas70236143", "mag": 1.72, "time": 1506840567300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7785, 37.328333, 4.35]}, "bbox": [-97.7785, 37.328333, -97.7785, 37.328333]}, {"id": "966", "type": "Feature", "properties": {"id": "ak16990799", "mag": 1.1, "time": 1506840419377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7218, 59.2315, 9.7]}, "bbox": [-152.7218, 59.2315, -152.7218, 59.2315]}, {"id": "967", "type": "Feature", "properties": {"id": "ak16971064", "mag": 2.6, "time": 1506838204059, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5055, 59.3191, 8.4]}, "bbox": [-148.5055, 59.3191, -148.5055, 59.3191]}, {"id": "968", "type": "Feature", "properties": {"id": "us2000axek", "mag": 3.2, "time": 1506836917300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7711, 36.4532, 6.9]}, "bbox": [-98.7711, 36.4532, -98.7711, 36.4532]}, {"id": "969", "type": "Feature", "properties": {"id": "ak16970116", "mag": 2.7, "time": 1506836847043, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9474, 62.6019, 6.3]}, "bbox": [-152.9474, 62.6019, -152.9474, 62.6019]}, {"id": "970", "type": "Feature", "properties": {"id": "nc72902586", "mag": 1.42, "time": 1506836822020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604, 4.13]}, "bbox": [-118.8205, 37.604, -118.8205, 37.604]}, {"id": "971", "type": "Feature", "properties": {"id": "nc72902581", "mag": 1.71, "time": 1506836766960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604333, 4.0]}, "bbox": [-118.8205, 37.604333, -118.8205, 37.604333]}, {"id": "972", "type": "Feature", "properties": {"id": "hv61928476", "mag": 1.81, "time": 1506836276760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.631836, 19.188999, 0.89]}, "bbox": [-155.631836, 19.188999, -155.631836, 19.188999]}, {"id": "973", "type": "Feature", "properties": {"id": "ak16970114", "mag": 1.3, "time": 1506835946408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.345, 60.1863, 0.0]}, "bbox": [-141.345, 60.1863, -141.345, 60.1863]}, {"id": "974", "type": "Feature", "properties": {"id": "uu60250622", "mag": 2.13, "time": 1506835247610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.578, 38.7305, -0.01]}, "bbox": [-112.578, 38.7305, -112.578, 38.7305]}, {"id": "975", "type": "Feature", "properties": {"id": "us2000axe4", "mag": 4.2, "time": 1506834536440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.1269, -6.2836, 59.98]}, "bbox": [146.1269, -6.2836, 146.1269, -6.2836]}, {"id": "976", "type": "Feature", "properties": {"id": "us2000axdz", "mag": 4.1, "time": 1506833874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.5987, 9.126, 39.13]}, "bbox": [-85.5987, 9.126, -85.5987, 9.126]}, {"id": "977", "type": "Feature", "properties": {"id": "ak16970083", "mag": 2.0, "time": 1506833288717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6914, 61.3678, 29.1]}, "bbox": [-149.6914, 61.3678, -149.6914, 61.3678]}, {"id": "978", "type": "Feature", "properties": {"id": "ak16969148", "mag": 1.9, "time": 1506832174570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9412, 51.6192, 50.9]}, "bbox": [-175.9412, 51.6192, -175.9412, 51.6192]}, {"id": "979", "type": "Feature", "properties": {"id": "ak16969146", "mag": 1.0, "time": 1506831622152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.577, 62.7735, 79.4]}, "bbox": [-150.577, 62.7735, -150.577, 62.7735]}, {"id": "980", "type": "Feature", "properties": {"id": "ci38016048", "mag": 1.04, "time": 1506831472900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.833167, 33.669167, 16.1]}, "bbox": [-116.833167, 33.669167, -116.833167, 33.669167]}, {"id": "981", "type": "Feature", "properties": {"id": "ci38016040", "mag": 1.1, "time": 1506831149410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.485, 36.3695, 1.6]}, "bbox": [-117.485, 36.3695, -117.485, 36.3695]}, {"id": "982", "type": "Feature", "properties": {"id": "mb80258549", "mag": 1.59, "time": 1506830710300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.889833, 13.14]}, "bbox": [-112.5235, 46.889833, -112.5235, 46.889833]}, {"id": "983", "type": "Feature", "properties": {"id": "hv61928346", "mag": 2.95, "time": 1506829826670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.095333, 19.715167, 33.794]}, "bbox": [-156.095333, 19.715167, -156.095333, 19.715167]}, {"id": "984", "type": "Feature", "properties": {"id": "ak16990790", "mag": 1.0, "time": 1506829471423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2898, 60.1429, 0.0]}, "bbox": [-141.2898, 60.1429, -141.2898, 60.1429]}, {"id": "985", "type": "Feature", "properties": {"id": "nc72902546", "mag": 1.45, "time": 1506828244030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 36.626, 8.14]}, "bbox": [-121.157167, 36.626, -121.157167, 36.626]}, {"id": "986", "type": "Feature", "properties": {"id": "mb80258544", "mag": 1.11, "time": 1506828010380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.871, 10.92]}, "bbox": [-112.526333, 46.871, -112.526333, 46.871]}, {"id": "987", "type": "Feature", "properties": {"id": "nc72902531", "mag": 1.44, "time": 1506827498200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.228833, 36.619333, 4.82]}, "bbox": [-121.228833, 36.619333, -121.228833, 36.619333]}, {"id": "988", "type": "Feature", "properties": {"id": "ak16968180", "mag": 2.0, "time": 1506827492404, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.739, 61.1833, 86.4]}, "bbox": [-151.739, 61.1833, -151.739, 61.1833]}, {"id": "989", "type": "Feature", "properties": {"id": "us2000axpk", "mag": 1.6, "time": 1506827393900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.9053, 41.6481, 6.51]}, "bbox": [-70.9053, 41.6481, -70.9053, 41.6481]}, {"id": "990", "type": "Feature", "properties": {"id": "ci38015992", "mag": 1.15, "time": 1506827015230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3845, 35.111667, 5.93]}, "bbox": [-118.3845, 35.111667, -118.3845, 35.111667]}, {"id": "991", "type": "Feature", "properties": {"id": "hv61928261", "mag": 2.05, "time": 1506825377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.476502, 19.216, 37.47]}, "bbox": [-155.476502, 19.216, -155.476502, 19.216]}, {"id": "992", "type": "Feature", "properties": {"id": "ak16990784", "mag": 1.4, "time": 1506825243899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2232, 51.7576, 46.6]}, "bbox": [-174.2232, 51.7576, -174.2232, 51.7576]}, {"id": "993", "type": "Feature", "properties": {"id": "uw61336131", "mag": 1.16, "time": 1506825168050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9095, 48.316167, 1.09]}, "bbox": [-121.9095, 48.316167, -121.9095, 48.316167]}, {"id": "994", "type": "Feature", "properties": {"id": "mb80258539", "mag": 1.53, "time": 1506824807150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.877, 11.86]}, "bbox": [-112.528833, 46.877, -112.528833, 46.877]}, {"id": "995", "type": "Feature", "properties": {"id": "ak16967237", "mag": 1.8, "time": 1506824784256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7866, 53.1332, 25.6]}, "bbox": [-166.7866, 53.1332, -166.7866, 53.1332]}, {"id": "996", "type": "Feature", "properties": {"id": "ak16990782", "mag": 2.0, "time": 1506823956350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6834, 51.2465, 35.3]}, "bbox": [-173.6834, 51.2465, -173.6834, 51.2465]}, {"id": "997", "type": "Feature", "properties": {"id": "ak16990781", "mag": 1.3, "time": 1506823856677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.521, 59.9658, 0.0]}, "bbox": [-139.521, 59.9658, -139.521, 59.9658]}, {"id": "998", "type": "Feature", "properties": {"id": "nc72902506", "mag": 1.22, "time": 1506821920520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7125, 37.351167, 7.83]}, "bbox": [-121.7125, 37.351167, -121.7125, 37.351167]}, {"id": "999", "type": "Feature", "properties": {"id": "us2000axct", "mag": 5.1, "time": 1506821726490, "felt": 125.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.1491, 7.5135, 142.73]}, "bbox": [-73.1491, 7.5135, -73.1491, 7.5135]}, {"id": "1000", "type": "Feature", "properties": {"id": "ci38015920", "mag": 1.75, "time": 1506821149880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.354833, 33.961167, 5.95]}, "bbox": [-116.354833, 33.961167, -116.354833, 33.961167]}, {"id": "1001", "type": "Feature", "properties": {"id": "us2000axcn", "mag": 4.9, "time": 1506821107970, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5685, 36.9167, 10.0]}, "bbox": [140.5685, 36.9167, 140.5685, 36.9167]}, {"id": "1002", "type": "Feature", "properties": {"id": "ak16990780", "mag": 2.5, "time": 1506821107760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8117, 51.8357, 61.8]}, "bbox": [-169.8117, 51.8357, -169.8117, 51.8357]}, {"id": "1003", "type": "Feature", "properties": {"id": "ci38015912", "mag": 1.0, "time": 1506820492420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.119167, 33.9365, 14.07]}, "bbox": [-117.119167, 33.9365, -117.119167, 33.9365]}, {"id": "1004", "type": "Feature", "properties": {"id": "ak16990779", "mag": 1.3, "time": 1506819992776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8841, 57.2184, 46.9]}, "bbox": [-153.8841, 57.2184, -153.8841, 57.2184]}, {"id": "1005", "type": "Feature", "properties": {"id": "ak16990778", "mag": 1.0, "time": 1506819499573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4019, 63.1122, 97.2]}, "bbox": [-150.4019, 63.1122, -150.4019, 63.1122]}, {"id": "1006", "type": "Feature", "properties": {"id": "nc72902491", "mag": 1.79, "time": 1506819103020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939, 37.635333, 5.76]}, "bbox": [-118.939, 37.635333, -118.939, 37.635333]}, {"id": "1007", "type": "Feature", "properties": {"id": "ak16966268", "mag": 1.8, "time": 1506818601975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9252, 60.1498, 112.5]}, "bbox": [-152.9252, 60.1498, -152.9252, 60.1498]}, {"id": "1008", "type": "Feature", "properties": {"id": "ak16966264", "mag": 1.5, "time": 1506818511725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4432, 51.7288, 13.5]}, "bbox": [-178.4432, 51.7288, -178.4432, 51.7288]}, {"id": "1009", "type": "Feature", "properties": {"id": "ak16966263", "mag": 2.1, "time": 1506818242272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7041, 52.7581, 14.9]}, "bbox": [-166.7041, 52.7581, -166.7041, 52.7581]}, {"id": "1010", "type": "Feature", "properties": {"id": "ak16990774", "mag": 1.5, "time": 1506818099252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4546, 51.7076, 6.6]}, "bbox": [-178.4546, 51.7076, -178.4546, 51.7076]}, {"id": "1011", "type": "Feature", "properties": {"id": "ak16990772", "mag": 2.7, "time": 1506817440647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6939, 51.8802, 15.5]}, "bbox": [-169.6939, 51.8802, -169.6939, 51.8802]}, {"id": "1012", "type": "Feature", "properties": {"id": "us2000axc3", "mag": 4.5, "time": 1506817163710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.9456, 7.2071, 68.13]}, "bbox": [126.9456, 7.2071, 126.9456, 7.2071]}, {"id": "1013", "type": "Feature", "properties": {"id": "ak16965336", "mag": 1.9, "time": 1506816635445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9899, 60.0896, 71.7]}, "bbox": [-151.9899, 60.0896, -151.9899, 60.0896]}, {"id": "1014", "type": "Feature", "properties": {"id": "ak16965329", "mag": 1.2, "time": 1506816385660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3486, 64.9885, 0.0]}, "bbox": [-147.3486, 64.9885, -147.3486, 64.9885]}, {"id": "1015", "type": "Feature", "properties": {"id": "us2000axbx", "mag": 4.3, "time": 1506816328880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.9474, 51.9828, 27.38]}, "bbox": [-169.9474, 51.9828, -169.9474, 51.9828]}, {"id": "1016", "type": "Feature", "properties": {"id": "hv61928136", "mag": 2.02, "time": 1506816129630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.123672, 19.313999, 2.22]}, "bbox": [-155.123672, 19.313999, -155.123672, 19.313999]}, {"id": "1017", "type": "Feature", "properties": {"id": "uu60250512", "mag": 2.38, "time": 1506814998100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.459167, 42.663667, 2.14]}, "bbox": [-111.459167, 42.663667, -111.459167, 42.663667]}, {"id": "1018", "type": "Feature", "properties": {"id": "us2000axbj", "mag": 3.2, "time": 1506814776660, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4566, 42.652, 6.15]}, "bbox": [-111.4566, 42.652, -111.4566, 42.652]}, {"id": "1019", "type": "Feature", "properties": {"id": "us2000axba", "mag": 2.8, "time": 1506814745510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4606, 42.6545, 4.98]}, "bbox": [-111.4606, 42.6545, -111.4606, 42.6545]}, {"id": "1020", "type": "Feature", "properties": {"id": "us2000axb6", "mag": 2.7, "time": 1506814557760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.473, 42.6754, 3.19]}, "bbox": [-111.473, 42.6754, -111.473, 42.6754]}, {"id": "1021", "type": "Feature", "properties": {"id": "ak16964389", "mag": 1.2, "time": 1506813911112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5092, 62.3699, 51.0]}, "bbox": [-149.5092, 62.3699, -149.5092, 62.3699]}, {"id": "1022", "type": "Feature", "properties": {"id": "ci38015880", "mag": 1.87, "time": 1506813831910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.455333, 34.324167, 2.96]}, "bbox": [-116.455333, 34.324167, -116.455333, 34.324167]}, {"id": "1023", "type": "Feature", "properties": {"id": "us2000axas", "mag": 5.5, "time": 1506813329570, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5426, 3.9405, 10.0]}, "bbox": [128.5426, 3.9405, 128.5426, 3.9405]}, {"id": "1024", "type": "Feature", "properties": {"id": "ak16964388", "mag": 1.6, "time": 1506812976279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5291, 59.2674, 85.5]}, "bbox": [-152.5291, 59.2674, -152.5291, 59.2674]}, {"id": "1025", "type": "Feature", "properties": {"id": "ak16989805", "mag": 1.4, "time": 1506812398891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7509, 60.014, 105.7]}, "bbox": [-152.7509, 60.014, -152.7509, 60.014]}, {"id": "1026", "type": "Feature", "properties": {"id": "ak16964387", "mag": 1.0, "time": 1506812112182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1116, 62.3522, 7.1]}, "bbox": [-149.1116, 62.3522, -149.1116, 62.3522]}, {"id": "1027", "type": "Feature", "properties": {"id": "ak16964380", "mag": 1.0, "time": 1506811899089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6933, 62.6659, 6.2]}, "bbox": [-152.6933, 62.6659, -152.6933, 62.6659]}, {"id": "1028", "type": "Feature", "properties": {"id": "nn00607730", "mag": 1.0, "time": 1506811774166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9049, 37.2915, 0.0]}, "bbox": [-115.9049, 37.2915, -115.9049, 37.2915]}, {"id": "1029", "type": "Feature", "properties": {"id": "nn00607738", "mag": 1.0, "time": 1506811292528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8999, 37.2878, 3.1]}, "bbox": [-115.8999, 37.2878, -115.8999, 37.2878]}, {"id": "1030", "type": "Feature", "properties": {"id": "nn00607737", "mag": 1.1, "time": 1506811240125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9056, 37.279, 6.4]}, "bbox": [-115.9056, 37.279, -115.9056, 37.279]}, {"id": "1031", "type": "Feature", "properties": {"id": "nn00607728", "mag": 1.1, "time": 1506811230164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9061, 37.2885, 0.0]}, "bbox": [-115.9061, 37.2885, -115.9061, 37.2885]}, {"id": "1032", "type": "Feature", "properties": {"id": "uu60250442", "mag": 2.43, "time": 1506810599500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.661, 2.56]}, "bbox": [-111.4515, 42.661, -111.4515, 42.661]}, {"id": "1033", "type": "Feature", "properties": {"id": "ak16963468", "mag": 1.2, "time": 1506810291866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5204, 63.352, 8.1]}, "bbox": [-151.5204, 63.352, -151.5204, 63.352]}, {"id": "1034", "type": "Feature", "properties": {"id": "nn00607721", "mag": 1.4, "time": 1506807445148, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6755, 40.2201, 8.1]}, "bbox": [-117.6755, 40.2201, -117.6755, 40.2201]}, {"id": "1035", "type": "Feature", "properties": {"id": "ak16963443", "mag": 1.1, "time": 1506806484011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3476, 61.4217, 25.5]}, "bbox": [-147.3476, 61.4217, -147.3476, 61.4217]}, {"id": "1036", "type": "Feature", "properties": {"id": "ak16963413", "mag": 2.3, "time": 1506806152613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0067, 60.9307, 14.1]}, "bbox": [-144.0067, 60.9307, -144.0067, 60.9307]}, {"id": "1037", "type": "Feature", "properties": {"id": "ak16962501", "mag": 4.2, "time": 1506806106026, "felt": 17.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.2422, 59.621, 83.6]}, "bbox": [-152.2422, 59.621, -152.2422, 59.621]}, {"id": "1038", "type": "Feature", "properties": {"id": "ak16989798", "mag": 1.1, "time": 1506805696616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7955, 61.7318, 98.9]}, "bbox": [-151.7955, 61.7318, -151.7955, 61.7318]}, {"id": "1039", "type": "Feature", "properties": {"id": "us2000ax9r", "mag": 4.7, "time": 1506805651800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9751, 27.653, 485.8]}, "bbox": [139.9751, 27.653, 139.9751, 27.653]}, {"id": "1040", "type": "Feature", "properties": {"id": "uw61335981", "mag": 1.82, "time": 1506805100680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.056833, 48.412333, 50.6]}, "bbox": [-123.056833, 48.412333, -123.056833, 48.412333]}, {"id": "1041", "type": "Feature", "properties": {"id": "nc72902471", "mag": 2.5, "time": 1506804691550, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2745, 38.558167, 6.21]}, "bbox": [-122.2745, 38.558167, -122.2745, 38.558167]}, {"id": "1042", "type": "Feature", "properties": {"id": "nc71107604", "mag": 0.96, "time": 1506804690650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.780167, 35.5105, 3.92]}, "bbox": [-120.780167, 35.5105, -120.780167, 35.5105]}, {"id": "1043", "type": "Feature", "properties": {"id": "ci38015856", "mag": 1.0, "time": 1506804008820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791, 33.512, 6.24]}, "bbox": [-116.791, 33.512, -116.791, 33.512]}, {"id": "1044", "type": "Feature", "properties": {"id": "us2000ax9d", "mag": 4.1, "time": 1506803686610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.7108, -8.0939, 216.64]}, "bbox": [122.7108, -8.0939, 122.7108, -8.0939]}, {"id": "1045", "type": "Feature", "properties": {"id": "us2000ax9h", "mag": 3.5, "time": 1506803627030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5125, 17.7855, 35.0]}, "bbox": [-68.5125, 17.7855, -68.5125, 17.7855]}, {"id": "1046", "type": "Feature", "properties": {"id": "hv61927906", "mag": 3.49, "time": 1506803617560, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.469, 19.209667, 35.947]}, "bbox": [-155.469, 19.209667, -155.469, 19.209667]}, {"id": "1047", "type": "Feature", "properties": {"id": "us2000ax99", "mag": 4.7, "time": 1506802488710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8145, 21.6564, 64.59]}, "bbox": [143.8145, 21.6564, 143.8145, 21.6564]}, {"id": "1048", "type": "Feature", "properties": {"id": "ci38015848", "mag": 1.38, "time": 1506802371860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363167, 33.357333, 10.38]}, "bbox": [-116.363167, 33.357333, -116.363167, 33.357333]}, {"id": "1049", "type": "Feature", "properties": {"id": "nc72902466", "mag": 1.77, "time": 1506801988210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.781, 38.796667, 3.44]}, "bbox": [-122.781, 38.796667, -122.781, 38.796667]}, {"id": "1050", "type": "Feature", "properties": {"id": "ak16962490", "mag": 1.1, "time": 1506800090127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1783, 59.7871, 69.4]}, "bbox": [-152.1783, 59.7871, -152.1783, 59.7871]}, {"id": "1051", "type": "Feature", "properties": {"id": "ak16962484", "mag": 1.5, "time": 1506799366659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6852, 63.5864, 3.0]}, "bbox": [-150.6852, 63.5864, -150.6852, 63.5864]}, {"id": "1052", "type": "Feature", "properties": {"id": "nn00607710", "mag": 1.2, "time": 1506799171022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1362, 38.2888, 10.3]}, "bbox": [-118.1362, 38.2888, -118.1362, 38.2888]}, {"id": "1053", "type": "Feature", "properties": {"id": "ak16962480", "mag": 3.0, "time": 1506798820424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1572, 55.8639, 11.9]}, "bbox": [-143.1572, 55.8639, -143.1572, 55.8639]}, {"id": "1054", "type": "Feature", "properties": {"id": "ak16989794", "mag": 1.9, "time": 1506798785904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2132, 52.0688, 7.4]}, "bbox": [-176.2132, 52.0688, -176.2132, 52.0688]}, {"id": "1055", "type": "Feature", "properties": {"id": "mb80258414", "mag": 1.87, "time": 1506798465250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525333, 46.872833, 11.78]}, "bbox": [-112.525333, 46.872833, -112.525333, 46.872833]}, {"id": "1056", "type": "Feature", "properties": {"id": "us2000ax8b", "mag": 2.5, "time": 1506797682590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.6659, 3.65]}, "bbox": [-111.4618, 42.6659, -111.4618, 42.6659]}, {"id": "1057", "type": "Feature", "properties": {"id": "ak16962476", "mag": 1.4, "time": 1506797627539, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5093, 61.3123, 6.1]}, "bbox": [-152.5093, 61.3123, -152.5093, 61.3123]}, {"id": "1058", "type": "Feature", "properties": {"id": "ak16961588", "mag": 1.1, "time": 1506797036668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7901, 63.2441, 12.8]}, "bbox": [-149.7901, 63.2441, -149.7901, 63.2441]}, {"id": "1059", "type": "Feature", "properties": {"id": "us2000b0d3", "mag": 4.1, "time": 1506796297940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8027, 15.4984, 19.41]}, "bbox": [-94.8027, 15.4984, -94.8027, 15.4984]}, {"id": "1060", "type": "Feature", "properties": {"id": "ci38015776", "mag": 1.28, "time": 1506796206280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.89, 34.349167, 2.93]}, "bbox": [-116.89, 34.349167, -116.89, 34.349167]}, {"id": "1061", "type": "Feature", "properties": {"id": "ak16961586", "mag": 2.0, "time": 1506795961720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8619, 51.4801, 41.6]}, "bbox": [-177.8619, 51.4801, -177.8619, 51.4801]}, {"id": "1062", "type": "Feature", "properties": {"id": "ak16961585", "mag": 1.1, "time": 1506795458511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5581, 61.5616, 72.2]}, "bbox": [-151.5581, 61.5616, -151.5581, 61.5616]}, {"id": "1063", "type": "Feature", "properties": {"id": "ci38015752", "mag": 1.52, "time": 1506795424490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.160667, 34.4365, 4.43]}, "bbox": [-119.160667, 34.4365, -119.160667, 34.4365]}, {"id": "1064", "type": "Feature", "properties": {"id": "us2000ax7s", "mag": 4.8, "time": 1506795349220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9189, 16.1602, 51.93]}, "bbox": [-94.9189, 16.1602, -94.9189, 16.1602]}, {"id": "1065", "type": "Feature", "properties": {"id": "nc72904876", "mag": 1.25, "time": 1506795206390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.484167, 40.699167, 11.98]}, "bbox": [-121.484167, 40.699167, -121.484167, 40.699167]}, {"id": "1066", "type": "Feature", "properties": {"id": "ak16961582", "mag": 1.1, "time": 1506794436503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6079, 60.1354, 9.8]}, "bbox": [-141.6079, 60.1354, -141.6079, 60.1354]}, {"id": "1067", "type": "Feature", "properties": {"id": "ak16961580", "mag": 1.1, "time": 1506794299451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5942, 60.1565, 7.4]}, "bbox": [-141.5942, 60.1565, -141.5942, 60.1565]}, {"id": "1068", "type": "Feature", "properties": {"id": "ak16961575", "mag": 1.6, "time": 1506793157002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.119, 51.4689, 25.2]}, "bbox": [-178.119, 51.4689, -178.119, 51.4689]}, {"id": "1069", "type": "Feature", "properties": {"id": "us2000ax76", "mag": 4.9, "time": 1506789944160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9767, 1.0533, 10.0]}, "bbox": [-90.9767, 1.0533, -90.9767, 1.0533]}, {"id": "1070", "type": "Feature", "properties": {"id": "nc72902376", "mag": 1.84, "time": 1506788771420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8085, 38.817833, 3.12]}, "bbox": [-122.8085, 38.817833, -122.8085, 38.817833]}, {"id": "1071", "type": "Feature", "properties": {"id": "nc72902381", "mag": 1.19, "time": 1506788628860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3415, 37.8225, -0.07]}, "bbox": [-122.3415, 37.8225, -122.3415, 37.8225]}, {"id": "1072", "type": "Feature", "properties": {"id": "ak16960680", "mag": 2.9, "time": 1506788491228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9778, 51.4147, 57.6]}, "bbox": [179.9778, 51.4147, 179.9778, 51.4147]}, {"id": "1073", "type": "Feature", "properties": {"id": "ak16989782", "mag": 1.1, "time": 1506788345464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7866, 57.4545, 53.8]}, "bbox": [-154.7866, 57.4545, -154.7866, 57.4545]}, {"id": "1074", "type": "Feature", "properties": {"id": "nc72902371", "mag": 1.16, "time": 1506786770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.691, 38.7405, 1.44]}, "bbox": [-122.691, 38.7405, -122.691, 38.7405]}, {"id": "1075", "type": "Feature", "properties": {"id": "us2000ax6w", "mag": 2.6, "time": 1506785489440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5446, 36.2305, 5.63]}, "bbox": [-97.5446, 36.2305, -97.5446, 36.2305]}, {"id": "1076", "type": "Feature", "properties": {"id": "ak16959801", "mag": 1.0, "time": 1506785312713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7001, 61.542, 58.2]}, "bbox": [-150.7001, 61.542, -150.7001, 61.542]}, {"id": "1077", "type": "Feature", "properties": {"id": "mb80258389", "mag": 1.27, "time": 1506783781070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531167, 46.8685, 11.42]}, "bbox": [-112.531167, 46.8685, -112.531167, 46.8685]}, {"id": "1078", "type": "Feature", "properties": {"id": "ci38015696", "mag": 2.28, "time": 1506783542670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492667, 34.216, 5.74]}, "bbox": [-117.492667, 34.216, -117.492667, 34.216]}, {"id": "1079", "type": "Feature", "properties": {"id": "ak16959795", "mag": 1.6, "time": 1506783111232, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5985, 59.916, 0.0]}, "bbox": [-139.5985, 59.916, -139.5985, 59.916]}, {"id": "1080", "type": "Feature", "properties": {"id": "nc72902346", "mag": 1.53, "time": 1506782817930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.249667, 37.864833, 5.03]}, "bbox": [-122.249667, 37.864833, -122.249667, 37.864833]}, {"id": "1081", "type": "Feature", "properties": {"id": "nc72902336", "mag": 1.34, "time": 1506782106540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.603833, 4.12]}, "bbox": [-118.819833, 37.603833, -118.819833, 37.603833]}, {"id": "1082", "type": "Feature", "properties": {"id": "ci38015672", "mag": 1.46, "time": 1506781658250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2715, 34.059333, 15.26]}, "bbox": [-117.2715, 34.059333, -117.2715, 34.059333]}, {"id": "1083", "type": "Feature", "properties": {"id": "uw61335861", "mag": 1.05, "time": 1506780581040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.452333, 48.382667, 22.31]}, "bbox": [-122.452333, 48.382667, -122.452333, 48.382667]}, {"id": "1084", "type": "Feature", "properties": {"id": "hv61927751", "mag": 2.29, "time": 1506780487200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.627833, 19.405333, 3.602]}, "bbox": [-155.627833, 19.405333, -155.627833, 19.405333]}, {"id": "1085", "type": "Feature", "properties": {"id": "ak16958915", "mag": 1.1, "time": 1506779690755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.5599, 60.3017, 2.0]}, "bbox": [-143.5599, 60.3017, -143.5599, 60.3017]}, {"id": "1086", "type": "Feature", "properties": {"id": "ak16958913", "mag": 1.2, "time": 1506779388174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6949, 63.8592, 1.6]}, "bbox": [-148.6949, 63.8592, -148.6949, 63.8592]}, {"id": "1087", "type": "Feature", "properties": {"id": "ak16989774", "mag": 1.1, "time": 1506778517082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4836, 62.981, 94.9]}, "bbox": [-150.4836, 62.981, -150.4836, 62.981]}, {"id": "1088", "type": "Feature", "properties": {"id": "ci38015648", "mag": 1.53, "time": 1506777358020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.461667, 34.329167, 3.88]}, "bbox": [-116.461667, 34.329167, -116.461667, 34.329167]}, {"id": "1089", "type": "Feature", "properties": {"id": "ak16958909", "mag": 1.8, "time": 1506777347886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2124, 67.8158, 1.9]}, "bbox": [-159.2124, 67.8158, -159.2124, 67.8158]}, {"id": "1090", "type": "Feature", "properties": {"id": "ci38015640", "mag": 2.0, "time": 1506777335770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.658167, 31.867, 1.78]}, "bbox": [-115.658167, 31.867, -115.658167, 31.867]}, {"id": "1091", "type": "Feature", "properties": {"id": "ci38015616", "mag": 1.28, "time": 1506776191250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.768833, 33.326833, 12.3]}, "bbox": [-116.768833, 33.326833, -116.768833, 33.326833]}, {"id": "1092", "type": "Feature", "properties": {"id": "ak16958907", "mag": 1.2, "time": 1506775842000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4069, 62.3275, 86.0]}, "bbox": [-151.4069, 62.3275, -151.4069, 62.3275]}, {"id": "1093", "type": "Feature", "properties": {"id": "nc72902306", "mag": 1.41, "time": 1506775748110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.605333, 4.33]}, "bbox": [-118.82, 37.605333, -118.82, 37.605333]}, {"id": "1094", "type": "Feature", "properties": {"id": "ak16958905", "mag": 2.0, "time": 1506775349934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7202, 67.3687, 4.2]}, "bbox": [-163.7202, 67.3687, -163.7202, 67.3687]}, {"id": "1095", "type": "Feature", "properties": {"id": "nn00607651", "mag": 1.2, "time": 1506775034180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8976, 38.3688, 7.1]}, "bbox": [-118.8976, 38.3688, -118.8976, 38.3688]}, {"id": "1096", "type": "Feature", "properties": {"id": "ak16958026", "mag": 2.8, "time": 1506774114627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7286, 67.3815, 8.4]}, "bbox": [-163.7286, 67.3815, -163.7286, 67.3815]}, {"id": "1097", "type": "Feature", "properties": {"id": "uu60250312", "mag": 2.59, "time": 1506774047790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.635, 37.764167, 13.14]}, "bbox": [-110.635, 37.764167, -110.635, 37.764167]}, {"id": "1098", "type": "Feature", "properties": {"id": "ak16958023", "mag": 1.6, "time": 1506773722633, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6494, 63.1022, 115.8]}, "bbox": [-150.6494, 63.1022, -150.6494, 63.1022]}, {"id": "1099", "type": "Feature", "properties": {"id": "ak16989768", "mag": 1.6, "time": 1506773709105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8697, 59.0106, 105.0]}, "bbox": [-153.8697, 59.0106, -153.8697, 59.0106]}, {"id": "1100", "type": "Feature", "properties": {"id": "nc72902286", "mag": 1.55, "time": 1506773378420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898833, 37.522667, 12.57]}, "bbox": [-118.898833, 37.522667, -118.898833, 37.522667]}, {"id": "1101", "type": "Feature", "properties": {"id": "ld60143701", "mag": 0.98, "time": 1506773153350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.5095, 40.809333, 11.51]}, "bbox": [-74.5095, 40.809333, -74.5095, 40.809333]}, {"id": "1102", "type": "Feature", "properties": {"id": "ak16958020", "mag": 1.2, "time": 1506771142867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0654, 62.1893, 8.4]}, "bbox": [-150.0654, 62.1893, -150.0654, 62.1893]}, {"id": "1103", "type": "Feature", "properties": {"id": "ak16957154", "mag": 1.4, "time": 1506770413805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3117, 61.0872, 0.0]}, "bbox": [-148.3117, 61.0872, -148.3117, 61.0872]}, {"id": "1104", "type": "Feature", "properties": {"id": "ci38015552", "mag": 1.58, "time": 1506769732230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.155, 34.5615, 2.13]}, "bbox": [-119.155, 34.5615, -119.155, 34.5615]}, {"id": "1105", "type": "Feature", "properties": {"id": "ak16989763", "mag": 1.5, "time": 1506768979985, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1722, 60.0493, 117.8]}, "bbox": [-153.1722, 60.0493, -153.1722, 60.0493]}, {"id": "1106", "type": "Feature", "properties": {"id": "uu60250297", "mag": 1.97, "time": 1506768169440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.547, 7.49]}, "bbox": [-111.4255, 42.547, -111.4255, 42.547]}, {"id": "1107", "type": "Feature", "properties": {"id": "ak16957134", "mag": 1.5, "time": 1506768169245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9682, 61.4708, 39.5]}, "bbox": [-149.9682, 61.4708, -149.9682, 61.4708]}, {"id": "1108", "type": "Feature", "properties": {"id": "us2000ax5m", "mag": 5.2, "time": 1506767402460, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.7797, 1.8973, 37.67]}, "bbox": [128.7797, 1.8973, 128.7797, 1.8973]}, {"id": "1109", "type": "Feature", "properties": {"id": "ak16989760", "mag": 1.1, "time": 1506766077754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8184, 60.0072, 67.6]}, "bbox": [-151.8184, 60.0072, -151.8184, 60.0072]}, {"id": "1110", "type": "Feature", "properties": {"id": "nc72902251", "mag": 1.22, "time": 1506766057090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800833, 38.792667, 2.88]}, "bbox": [-122.800833, 38.792667, -122.800833, 38.792667]}, {"id": "1111", "type": "Feature", "properties": {"id": "ak16956252", "mag": 1.6, "time": 1506765146662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3164, 61.6465, 25.4]}, "bbox": [-147.3164, 61.6465, -147.3164, 61.6465]}, {"id": "1112", "type": "Feature", "properties": {"id": "us2000ax55", "mag": 4.4, "time": 1506764918800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0971, 15.3765, 35.53]}, "bbox": [-94.0971, 15.3765, -94.0971, 15.3765]}, {"id": "1113", "type": "Feature", "properties": {"id": "ak16956250", "mag": 3.1, "time": 1506764602367, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3876, 51.6362, 13.1]}, "bbox": [-178.3876, 51.6362, -178.3876, 51.6362]}, {"id": "1114", "type": "Feature", "properties": {"id": "uu60250277", "mag": 1.1, "time": 1506764348800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411333, 38.962833, -1.36]}, "bbox": [-111.411333, 38.962833, -111.411333, 38.962833]}, {"id": "1115", "type": "Feature", "properties": {"id": "nc72902211", "mag": 2.24, "time": 1506763678540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1355, 37.688333, 25.77]}, "bbox": [-120.1355, 37.688333, -120.1355, 37.688333]}, {"id": "1116", "type": "Feature", "properties": {"id": "ak16955383", "mag": 2.0, "time": 1506763079790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7222, 59.2509, 16.0]}, "bbox": [-152.7222, 59.2509, -152.7222, 59.2509]}, {"id": "1117", "type": "Feature", "properties": {"id": "ak16955380", "mag": 1.1, "time": 1506762584802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0664, 61.8814, 35.7]}, "bbox": [-149.0664, 61.8814, -149.0664, 61.8814]}, {"id": "1118", "type": "Feature", "properties": {"id": "nc72902196", "mag": 1.37, "time": 1506761418100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.788, 0.74]}, "bbox": [-122.7435, 38.788, -122.7435, 38.788]}, {"id": "1119", "type": "Feature", "properties": {"id": "us2000ax4r", "mag": 2.5, "time": 1506761330980, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5543, 36.2286, 1.38]}, "bbox": [-97.5543, 36.2286, -97.5543, 36.2286]}, {"id": "1120", "type": "Feature", "properties": {"id": "ci38015488", "mag": 1.48, "time": 1506761301510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3055, 33.255167, 10.3]}, "bbox": [-116.3055, 33.255167, -116.3055, 33.255167]}, {"id": "1121", "type": "Feature", "properties": {"id": "ci38015480", "mag": 1.54, "time": 1506760683740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.638333, 33.165167, 2.88]}, "bbox": [-115.638333, 33.165167, -115.638333, 33.165167]}, {"id": "1122", "type": "Feature", "properties": {"id": "ak16955371", "mag": 2.5, "time": 1506760322340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9144, 51.2732, 19.4]}, "bbox": [-179.9144, 51.2732, -179.9144, 51.2732]}, {"id": "1123", "type": "Feature", "properties": {"id": "nc72902186", "mag": 1.08, "time": 1506759358360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.750832, 38.806835, 0.69]}, "bbox": [-122.750832, 38.806835, -122.750832, 38.806835]}, {"id": "1124", "type": "Feature", "properties": {"id": "nc72902176", "mag": 1.52, "time": 1506758934270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.270833, 39.463167, 6.67]}, "bbox": [-123.270833, 39.463167, -123.270833, 39.463167]}, {"id": "1125", "type": "Feature", "properties": {"id": "ak16955365", "mag": 2.3, "time": 1506758896299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4581, 50.7723, 29.7]}, "bbox": [-173.4581, 50.7723, -173.4581, 50.7723]}, {"id": "1126", "type": "Feature", "properties": {"id": "ak16955363", "mag": 1.2, "time": 1506758873795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2563, 61.2042, 65.4]}, "bbox": [-151.2563, 61.2042, -151.2563, 61.2042]}, {"id": "1127", "type": "Feature", "properties": {"id": "nc72902161", "mag": 1.43, "time": 1506758269830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.604167, 3.89]}, "bbox": [-118.820833, 37.604167, -118.820833, 37.604167]}, {"id": "1128", "type": "Feature", "properties": {"id": "nc72902151", "mag": 1.08, "time": 1506757752200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.095167, 36.564333, 8.65]}, "bbox": [-121.095167, 36.564333, -121.095167, 36.564333]}, {"id": "1129", "type": "Feature", "properties": {"id": "ak16954507", "mag": 1.7, "time": 1506757551919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4734, 51.7808, 63.4]}, "bbox": [-176.4734, 51.7808, -176.4734, 51.7808]}, {"id": "1130", "type": "Feature", "properties": {"id": "ak16954502", "mag": 1.5, "time": 1506757337943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7203, 60.1564, 96.7]}, "bbox": [-152.7203, 60.1564, -152.7203, 60.1564]}, {"id": "1131", "type": "Feature", "properties": {"id": "ak16954501", "mag": 1.2, "time": 1506757146790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0463, 62.4859, 12.9]}, "bbox": [-150.0463, 62.4859, -150.0463, 62.4859]}, {"id": "1132", "type": "Feature", "properties": {"id": "ak16954494", "mag": 1.2, "time": 1506755657374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4986, 59.9398, 15.9]}, "bbox": [-147.4986, 59.9398, -147.4986, 59.9398]}, {"id": "1133", "type": "Feature", "properties": {"id": "ak16989746", "mag": 1.4, "time": 1506755147399, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4214, 51.6622, 47.9]}, "bbox": [-176.4214, 51.6622, -176.4214, 51.6622]}, {"id": "1134", "type": "Feature", "properties": {"id": "nc72902146", "mag": 1.49, "time": 1506754443300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7965, 38.821167, 2.97]}, "bbox": [-122.7965, 38.821167, -122.7965, 38.821167]}, {"id": "1135", "type": "Feature", "properties": {"id": "ak16953640", "mag": 1.8, "time": 1506754020475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3389, 63.5229, 14.2]}, "bbox": [-147.3389, 63.5229, -147.3389, 63.5229]}, {"id": "1136", "type": "Feature", "properties": {"id": "ci38015432", "mag": 1.45, "time": 1506753848290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.784, 34.512167, 18.77]}, "bbox": [-118.784, 34.512167, -118.784, 34.512167]}, {"id": "1137", "type": "Feature", "properties": {"id": "nc72902141", "mag": 1.71, "time": 1506753528720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9575, 37.590333, -0.13]}, "bbox": [-118.9575, 37.590333, -118.9575, 37.590333]}, {"id": "1138", "type": "Feature", "properties": {"id": "us2000ax3z", "mag": 5.0, "time": 1506753276470, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7893, -37.146, 51.02]}, "bbox": [178.7893, -37.146, 178.7893, -37.146]}, {"id": "1139", "type": "Feature", "properties": {"id": "us2000ax3x", "mag": 4.0, "time": 1506752562800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1802, 15.1606, 44.16]}, "bbox": [-94.1802, 15.1606, -94.1802, 15.1606]}, {"id": "1140", "type": "Feature", "properties": {"id": "us2000ax3v", "mag": 5.5, "time": 1506752076970, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.0015, 32.3196, 10.0]}, "bbox": [105.0015, 32.3196, 105.0015, 32.3196]}, {"id": "1141", "type": "Feature", "properties": {"id": "nc72902116", "mag": 1.62, "time": 1506750865330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.599667, 37.407833, 9.53]}, "bbox": [-118.599667, 37.407833, -118.599667, 37.407833]}, {"id": "1142", "type": "Feature", "properties": {"id": "ci38015368", "mag": 1.67, "time": 1506750508810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.076333, 36.188833, 2.55]}, "bbox": [-118.076333, 36.188833, -118.076333, 36.188833]}, {"id": "1143", "type": "Feature", "properties": {"id": "mb80258359", "mag": 1.02, "time": 1506750398880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9725, 47.5955, 16.81]}, "bbox": [-113.9725, 47.5955, -113.9725, 47.5955]}, {"id": "1144", "type": "Feature", "properties": {"id": "us2000ax3j", "mag": 2.7, "time": 1506750040910, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.2913, 46.8038, 7.79]}, "bbox": [-112.2913, 46.8038, -112.2913, 46.8038]}, {"id": "1145", "type": "Feature", "properties": {"id": "ak16952767", "mag": 1.8, "time": 1506749904921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3454, 60.3536, 81.9]}, "bbox": [-152.3454, 60.3536, -152.3454, 60.3536]}, {"id": "1146", "type": "Feature", "properties": {"id": "ak16952766", "mag": 2.3, "time": 1506749189648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3954, 52.6671, 7.6]}, "bbox": [-169.3954, 52.6671, -169.3954, 52.6671]}, {"id": "1147", "type": "Feature", "properties": {"id": "us2000ax39", "mag": 4.5, "time": 1506748759440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.5825, -6.071, 46.79]}, "bbox": [146.5825, -6.071, 146.5825, -6.071]}, {"id": "1148", "type": "Feature", "properties": {"id": "nc72902081", "mag": 1.59, "time": 1506748525170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.603833, 3.81]}, "bbox": [-118.82, 37.603833, -118.82, 37.603833]}, {"id": "1149", "type": "Feature", "properties": {"id": "ak16989740", "mag": 1.2, "time": 1506747601510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7455, 63.2374, 127.9]}, "bbox": [-150.7455, 63.2374, -150.7455, 63.2374]}, {"id": "1150", "type": "Feature", "properties": {"id": "uu60250227", "mag": 1.55, "time": 1506747254170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416167, 42.576, 7.87]}, "bbox": [-111.416167, 42.576, -111.416167, 42.576]}, {"id": "1151", "type": "Feature", "properties": {"id": "ak16989738", "mag": 2.1, "time": 1506746345789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3938, 52.2402, 166.1]}, "bbox": [-176.3938, 52.2402, -176.3938, 52.2402]}, {"id": "1152", "type": "Feature", "properties": {"id": "us2000ax2y", "mag": 2.0, "time": 1506744973730, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.5373, 31.4264, 5.0]}, "bbox": [-103.5373, 31.4264, -103.5373, 31.4264]}, {"id": "1153", "type": "Feature", "properties": {"id": "us2000ax2z", "mag": 4.2, "time": 1506744770640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [56.8179, 27.8699, 10.0]}, "bbox": [56.8179, 27.8699, 56.8179, 27.8699]}, {"id": "1154", "type": "Feature", "properties": {"id": "ak16951924", "mag": 1.9, "time": 1506744732618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0884, 59.736, 45.6]}, "bbox": [-151.0884, 59.736, -151.0884, 59.736]}, {"id": "1155", "type": "Feature", "properties": {"id": "nc72902041", "mag": 1.11, "time": 1506744250250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.493667, -0.44]}, "bbox": [-118.833, 37.493667, -118.833, 37.493667]}, {"id": "1156", "type": "Feature", "properties": {"id": "ak16989735", "mag": 1.2, "time": 1506741220731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9578, 61.9828, 69.5]}, "bbox": [-150.9578, 61.9828, -150.9578, 61.9828]}, {"id": "1157", "type": "Feature", "properties": {"id": "ak16951083", "mag": 2.6, "time": 1506741030111, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6653, 59.3044, 110.5]}, "bbox": [-153.6653, 59.3044, -153.6653, 59.3044]}, {"id": "1158", "type": "Feature", "properties": {"id": "ak16989733", "mag": 1.9, "time": 1506739580500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7167, 57.5293, 92.2]}, "bbox": [-155.7167, 57.5293, -155.7167, 57.5293]}, {"id": "1159", "type": "Feature", "properties": {"id": "us2000ax2n", "mag": 4.5, "time": 1506739554570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [136.7409, -3.3243, 53.79]}, "bbox": [136.7409, -3.3243, 136.7409, -3.3243]}, {"id": "1160", "type": "Feature", "properties": {"id": "ak16951081", "mag": 1.2, "time": 1506738073140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.643, 59.7863, 2.1]}, "bbox": [-136.643, 59.7863, -136.643, 59.7863]}, {"id": "1161", "type": "Feature", "properties": {"id": "ci38015232", "mag": 1.78, "time": 1506737478680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.242833, 34.689, 2.49]}, "bbox": [-120.242833, 34.689, -120.242833, 34.689]}, {"id": "1162", "type": "Feature", "properties": {"id": "nm60207556", "mag": 1.6, "time": 1506737274410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.540333, 36.441167, 8.74]}, "bbox": [-89.540333, 36.441167, -89.540333, 36.441167]}, {"id": "1163", "type": "Feature", "properties": {"id": "ak16951079", "mag": 1.0, "time": 1506737168134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6248, 59.7789, 3.9]}, "bbox": [-136.6248, 59.7789, -136.6248, 59.7789]}, {"id": "1164", "type": "Feature", "properties": {"id": "ak16989730", "mag": 1.0, "time": 1506736917340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3855, 61.2392, 35.6]}, "bbox": [-149.3855, 61.2392, -149.3855, 61.2392]}, {"id": "1165", "type": "Feature", "properties": {"id": "ak16951077", "mag": 2.7, "time": 1506736523109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4182, 51.6603, 65.4]}, "bbox": [-175.4182, 51.6603, -175.4182, 51.6603]}, {"id": "1166", "type": "Feature", "properties": {"id": "nn00607629", "mag": 1.3, "time": 1506736488217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2269, 38.6102, 7.9]}, "bbox": [-118.2269, 38.6102, -118.2269, 38.6102]}, {"id": "1167", "type": "Feature", "properties": {"id": "ak16989728", "mag": 1.8, "time": 1506734962617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4354, 59.672, 120.4]}, "bbox": [-153.4354, 59.672, -153.4354, 59.672]}, {"id": "1168", "type": "Feature", "properties": {"id": "us2000ax2c", "mag": 4.2, "time": 1506734849800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1267, 15.2552, 35.18]}, "bbox": [-94.1267, 15.2552, -94.1267, 15.2552]}, {"id": "1169", "type": "Feature", "properties": {"id": "ci38015192", "mag": 1.59, "time": 1506734841110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.231333, 34.69, 2.26]}, "bbox": [-120.231333, 34.69, -120.231333, 34.69]}, {"id": "1170", "type": "Feature", "properties": {"id": "nc72901986", "mag": 1.53, "time": 1506733264430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604833, 4.25]}, "bbox": [-118.820667, 37.604833, -118.820667, 37.604833]}, {"id": "1171", "type": "Feature", "properties": {"id": "ak16950243", "mag": 1.5, "time": 1506732735872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8027, 59.8685, 4.1]}, "bbox": [-136.8027, 59.8685, -136.8027, 59.8685]}, {"id": "1172", "type": "Feature", "properties": {"id": "ak16989726", "mag": 1.2, "time": 1506732275435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7993, 62.6213, 100.3]}, "bbox": [-151.7993, 62.6213, -151.7993, 62.6213]}, {"id": "1173", "type": "Feature", "properties": {"id": "us2000b217", "mag": 4.4, "time": 1506731641840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5238, -17.429, 578.55]}, "bbox": [-178.5238, -17.429, -178.5238, -17.429]}, {"id": "1174", "type": "Feature", "properties": {"id": "nc72901976", "mag": 1.18, "time": 1506731621270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.608667, 4.18]}, "bbox": [-118.821, 37.608667, -118.821, 37.608667]}, {"id": "1175", "type": "Feature", "properties": {"id": "ak16950242", "mag": 1.2, "time": 1506731391196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6362, 63.7125, 120.2]}, "bbox": [-149.6362, 63.7125, -149.6362, 63.7125]}, {"id": "1176", "type": "Feature", "properties": {"id": "ak16989723", "mag": 1.7, "time": 1506730448510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6879, 60.1242, 106.3]}, "bbox": [-152.6879, 60.1242, -152.6879, 60.1242]}, {"id": "1177", "type": "Feature", "properties": {"id": "ci38015160", "mag": 1.92, "time": 1506730343820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0465, 33.1715, 3.57]}, "bbox": [-116.0465, 33.1715, -116.0465, 33.1715]}, {"id": "1178", "type": "Feature", "properties": {"id": "ak16950224", "mag": 2.7, "time": 1506729701559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9689, 62.8827, 10.6]}, "bbox": [-148.9689, 62.8827, -148.9689, 62.8827]}, {"id": "1179", "type": "Feature", "properties": {"id": "ci38015152", "mag": 2.71, "time": 1506729570740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.046167, 33.172833, 9.13]}, "bbox": [-116.046167, 33.172833, -116.046167, 33.172833]}, {"id": "1180", "type": "Feature", "properties": {"id": "ak16989254", "mag": 1.6, "time": 1506729481572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2839, 51.9212, 67.7]}, "bbox": [-174.2839, 51.9212, -174.2839, 51.9212]}, {"id": "1181", "type": "Feature", "properties": {"id": "ak16950219", "mag": 1.3, "time": 1506729013003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9672, 64.4141, 9.0]}, "bbox": [-146.9672, 64.4141, -146.9672, 64.4141]}, {"id": "1182", "type": "Feature", "properties": {"id": "ak16950216", "mag": 1.6, "time": 1506728300228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1933, 61.9028, 3.7]}, "bbox": [-149.1933, 61.9028, -149.1933, 61.9028]}, {"id": "1183", "type": "Feature", "properties": {"id": "us2000ax17", "mag": 4.7, "time": 1506727132760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.696, 13.6996, 135.75]}, "bbox": [120.696, 13.6996, 120.696, 13.6996]}, {"id": "1184", "type": "Feature", "properties": {"id": "ak16949390", "mag": 2.0, "time": 1506727039137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6767, 61.5138, 15.3]}, "bbox": [-140.6767, 61.5138, -140.6767, 61.5138]}, {"id": "1185", "type": "Feature", "properties": {"id": "ak16949386", "mag": 1.2, "time": 1506726713734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3628, 64.9795, 0.0]}, "bbox": [-147.3628, 64.9795, -147.3628, 64.9795]}, {"id": "1186", "type": "Feature", "properties": {"id": "nc72901936", "mag": 1.7, "time": 1506726391160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 4.2]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1187", "type": "Feature", "properties": {"id": "ci38015128", "mag": 1.14, "time": 1506725917420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.499833, 4.55]}, "bbox": [-116.794167, 33.499833, -116.794167, 33.499833]}, {"id": "1188", "type": "Feature", "properties": {"id": "us2000ax0h", "mag": 4.3, "time": 1506725523560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.9693, 6.7514, 162.39]}, "bbox": [-72.9693, 6.7514, -72.9693, 6.7514]}, {"id": "1189", "type": "Feature", "properties": {"id": "nc72901926", "mag": 1.27, "time": 1506725219450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.6045, 3.92]}, "bbox": [-118.819667, 37.6045, -118.819667, 37.6045]}, {"id": "1190", "type": "Feature", "properties": {"id": "ak16989247", "mag": 1.4, "time": 1506725194385, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2194, 60.3483, 70.5]}, "bbox": [-151.2194, 60.3483, -151.2194, 60.3483]}, {"id": "1191", "type": "Feature", "properties": {"id": "nc72901921", "mag": 1.68, "time": 1506724972140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.0515, 10.15]}, "bbox": [-118.7985, 38.0515, -118.7985, 38.0515]}, {"id": "1192", "type": "Feature", "properties": {"id": "us2000b0b0", "mag": 4.2, "time": 1506724750370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7775, 14.8225, 10.0]}, "bbox": [-93.7775, 14.8225, -93.7775, 14.8225]}, {"id": "1193", "type": "Feature", "properties": {"id": "us2000awzq", "mag": 4.2, "time": 1506724590080, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1967, -31.7027, 34.99]}, "bbox": [-72.1967, -31.7027, -72.1967, -31.7027]}, {"id": "1194", "type": "Feature", "properties": {"id": "uu60250212", "mag": 1.71, "time": 1506723678770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 44.419, 8.43]}, "bbox": [-110.33, 44.419, -110.33, 44.419]}, {"id": "1195", "type": "Feature", "properties": {"id": "ak16948452", "mag": 1.0, "time": 1506723638356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5236, 61.0736, 4.6]}, "bbox": [-146.5236, 61.0736, -146.5236, 61.0736]}, {"id": "1196", "type": "Feature", "properties": {"id": "uu60250207", "mag": 0.97, "time": 1506723591620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.331, 44.419667, 7.85]}, "bbox": [-110.331, 44.419667, -110.331, 44.419667]}, {"id": "1197", "type": "Feature", "properties": {"id": "ak16948450", "mag": 2.2, "time": 1506723243356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3899, 51.6225, 6.6]}, "bbox": [-178.3899, 51.6225, -178.3899, 51.6225]}, {"id": "1198", "type": "Feature", "properties": {"id": "ak16989243", "mag": 1.8, "time": 1506723039650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6224, 58.8526, 127.8]}, "bbox": [-154.6224, 58.8526, -154.6224, 58.8526]}, {"id": "1199", "type": "Feature", "properties": {"id": "ci38015088", "mag": 2.26, "time": 1506722552150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2355, 34.1175, 22.24]}, "bbox": [-119.2355, 34.1175, -119.2355, 34.1175]}, {"id": "1200", "type": "Feature", "properties": {"id": "us2000awz1", "mag": 4.9, "time": 1506721850800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0878, 15.2008, 58.14]}, "bbox": [-94.0878, 15.2008, -94.0878, 15.2008]}, {"id": "1201", "type": "Feature", "properties": {"id": "us2000awyk", "mag": 3.0, "time": 1506721368710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.71, 43.4329, 10.0]}, "bbox": [-126.71, 43.4329, -126.71, 43.4329]}, {"id": "1202", "type": "Feature", "properties": {"id": "us2000awyj", "mag": 2.5, "time": 1506721170670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8727, 36.4662, 8.25]}, "bbox": [-96.8727, 36.4662, -96.8727, 36.4662]}, {"id": "1203", "type": "Feature", "properties": {"id": "ak16948433", "mag": 1.1, "time": 1506720878279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 63.5145, 7.6]}, "bbox": [-147.3481, 63.5145, -147.3481, 63.5145]}, {"id": "1204", "type": "Feature", "properties": {"id": "ci38015064", "mag": 1.38, "time": 1506720751740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9775, 33.998333, 5.0]}, "bbox": [-116.9775, 33.998333, -116.9775, 33.998333]}, {"id": "1205", "type": "Feature", "properties": {"id": "nc72901896", "mag": 1.79, "time": 1506720632350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 3.82]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1206", "type": "Feature", "properties": {"id": "ak16948427", "mag": 2.1, "time": 1506720336314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3588, 61.6517, 20.5]}, "bbox": [-148.3588, 61.6517, -148.3588, 61.6517]}, {"id": "1207", "type": "Feature", "properties": {"id": "nc72901891", "mag": 2.87, "time": 1506720104700, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.352667, 38.643167, 5.77]}, "bbox": [-122.352667, 38.643167, -122.352667, 38.643167]}, {"id": "1208", "type": "Feature", "properties": {"id": "us2000ax7e", "mag": 2.5, "time": 1506719402880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5572, 49.4225, 5.0]}, "bbox": [-120.5572, 49.4225, -120.5572, 49.4225]}, {"id": "1209", "type": "Feature", "properties": {"id": "us2000awxt", "mag": 4.4, "time": 1506718802820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8406, 16.1453, 55.29]}, "bbox": [-94.8406, 16.1453, -94.8406, 16.1453]}, {"id": "1210", "type": "Feature", "properties": {"id": "nc72901871", "mag": 1.92, "time": 1506717945880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878667, 37.535, 2.9]}, "bbox": [-118.878667, 37.535, -118.878667, 37.535]}, {"id": "1211", "type": "Feature", "properties": {"id": "ci38015016", "mag": 1.05, "time": 1506717237070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.142333, 33.336167, -0.44]}, "bbox": [-117.142333, 33.336167, -117.142333, 33.336167]}, {"id": "1212", "type": "Feature", "properties": {"id": "us2000awx6", "mag": 4.7, "time": 1506717060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3377, 14.7629, 21.4]}, "bbox": [-94.3377, 14.7629, -94.3377, 14.7629]}, {"id": "1213", "type": "Feature", "properties": {"id": "nc72901856", "mag": 1.02, "time": 1506716541140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.722, 38.777668, 1.65]}, "bbox": [-122.722, 38.777668, -122.722, 38.777668]}, {"id": "1214", "type": "Feature", "properties": {"id": "mb80258329", "mag": 1.68, "time": 1506716143860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.210167, 46.588333, 0.3]}, "bbox": [-112.210167, 46.588333, -112.210167, 46.588333]}, {"id": "1215", "type": "Feature", "properties": {"id": "ak16989238", "mag": 1.6, "time": 1506715318085, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.6762, 51.2251, 46.8]}, "bbox": [-178.6762, 51.2251, -178.6762, 51.2251]}, {"id": "1216", "type": "Feature", "properties": {"id": "ci38015000", "mag": 1.05, "time": 1506715194050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.174667, 33.223167, -0.31]}, "bbox": [-117.174667, 33.223167, -117.174667, 33.223167]}, {"id": "1217", "type": "Feature", "properties": {"id": "ak16989237", "mag": 1.3, "time": 1506715107803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4109, 51.6654, 14.9]}, "bbox": [-178.4109, 51.6654, -178.4109, 51.6654]}, {"id": "1218", "type": "Feature", "properties": {"id": "ak16989236", "mag": 1.8, "time": 1506714300796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0656, 51.6073, 13.2]}, "bbox": [-173.0656, 51.6073, -173.0656, 51.6073]}, {"id": "1219", "type": "Feature", "properties": {"id": "ak16946778", "mag": 1.8, "time": 1506713921345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0358, 59.8156, 103.9]}, "bbox": [-153.0358, 59.8156, -153.0358, 59.8156]}, {"id": "1220", "type": "Feature", "properties": {"id": "us2000awvi", "mag": 4.7, "time": 1506713408290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8244, 14.6951, 25.26]}, "bbox": [-93.8244, 14.6951, -93.8244, 14.6951]}, {"id": "1221", "type": "Feature", "properties": {"id": "us2000awvc", "mag": 5.3, "time": 1506713101350, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.0808, 53.2159, 47.81]}, "bbox": [160.0808, 53.2159, 160.0808, 53.2159]}, {"id": "1222", "type": "Feature", "properties": {"id": "nc72901811", "mag": 1.13, "time": 1506712684050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839833, 37.5695, 1.15]}, "bbox": [-118.839833, 37.5695, -118.839833, 37.5695]}, {"id": "1223", "type": "Feature", "properties": {"id": "ci38014936", "mag": 1.22, "time": 1506711284740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.962833, 36.582167, 5.17]}, "bbox": [-117.962833, 36.582167, -117.962833, 36.582167]}, {"id": "1224", "type": "Feature", "properties": {"id": "ak16945947", "mag": 1.1, "time": 1506711226973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7372, 61.7159, 11.2]}, "bbox": [-149.7372, 61.7159, -149.7372, 61.7159]}, {"id": "1225", "type": "Feature", "properties": {"id": "uw61335536", "mag": 1.21, "time": 1506711131520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5445, 46.492667, -1.15]}, "bbox": [-122.5445, 46.492667, -122.5445, 46.492667]}, {"id": "1226", "type": "Feature", "properties": {"id": "nc72901801", "mag": 1.03, "time": 1506711093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.840332, 38.841, 1.28]}, "bbox": [-122.840332, 38.841, -122.840332, 38.841]}, {"id": "1227", "type": "Feature", "properties": {"id": "ci38014904", "mag": 1.27, "time": 1506710840540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351833, 35.050333, -1.01]}, "bbox": [-118.351833, 35.050333, -118.351833, 35.050333]}, {"id": "1228", "type": "Feature", "properties": {"id": "nc72901786", "mag": 1.25, "time": 1506710565410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.638, 38.771, 3.08]}, "bbox": [-122.638, 38.771, -122.638, 38.771]}, {"id": "1229", "type": "Feature", "properties": {"id": "nc72901781", "mag": 1.14, "time": 1506710562310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.813333, 37.477, 10.6]}, "bbox": [-118.813333, 37.477, -118.813333, 37.477]}, {"id": "1230", "type": "Feature", "properties": {"id": "us2000ax1j", "mag": 2.6, "time": 1506708957540, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.9812, 40.4991, 10.41]}, "bbox": [-126.9812, 40.4991, -126.9812, 40.4991]}, {"id": "1231", "type": "Feature", "properties": {"id": "uu60250167", "mag": 1.43, "time": 1506708811550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408333, 42.627833, 0.01]}, "bbox": [-111.408333, 42.627833, -111.408333, 42.627833]}, {"id": "1232", "type": "Feature", "properties": {"id": "ak16945940", "mag": 2.2, "time": 1506708598408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 65.8694, 11.3]}, "bbox": [-150.1805, 65.8694, -150.1805, 65.8694]}, {"id": "1233", "type": "Feature", "properties": {"id": "us2000awu0", "mag": 4.4, "time": 1506708535930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7041, -29.9428, 24.5]}, "bbox": [-71.7041, -29.9428, -71.7041, -29.9428]}, {"id": "1234", "type": "Feature", "properties": {"id": "ak16989230", "mag": 1.2, "time": 1506708266694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5133, 51.924, 29.7]}, "bbox": [-178.5133, 51.924, -178.5133, 51.924]}, {"id": "1235", "type": "Feature", "properties": {"id": "nc72901741", "mag": 0.97, "time": 1506707146210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.608833, 3.97]}, "bbox": [-118.823167, 37.608833, -118.823167, 37.608833]}, {"id": "1236", "type": "Feature", "properties": {"id": "ak16945938", "mag": 1.3, "time": 1506706984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5563, 65.3108, 1.7]}, "bbox": [-161.5563, 65.3108, -161.5563, 65.3108]}, {"id": "1237", "type": "Feature", "properties": {"id": "ak16945133", "mag": 1.4, "time": 1506706312872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5157, 60.0338, 76.1]}, "bbox": [-151.5157, 60.0338, -151.5157, 60.0338]}, {"id": "1238", "type": "Feature", "properties": {"id": "ak16945129", "mag": 1.8, "time": 1506705516485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4094, 62.2086, 43.2]}, "bbox": [-146.4094, 62.2086, -146.4094, 62.2086]}, {"id": "1239", "type": "Feature", "properties": {"id": "nc72901691", "mag": 1.19, "time": 1506705001740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.604, 4.23]}, "bbox": [-118.819833, 37.604, -118.819833, 37.604]}, {"id": "1240", "type": "Feature", "properties": {"id": "ak16945122", "mag": 2.7, "time": 1506704480054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3979, 51.6138, 9.1]}, "bbox": [-178.3979, 51.6138, -178.3979, 51.6138]}, {"id": "1241", "type": "Feature", "properties": {"id": "ak16945116", "mag": 1.6, "time": 1506703818483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7333, 62.8722, 95.5]}, "bbox": [-150.7333, 62.8722, -150.7333, 62.8722]}, {"id": "1242", "type": "Feature", "properties": {"id": "nc72901686", "mag": 1.37, "time": 1506703671060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763167, 38.815, 1.59]}, "bbox": [-122.763167, 38.815, -122.763167, 38.815]}, {"id": "1243", "type": "Feature", "properties": {"id": "ak16989222", "mag": 1.3, "time": 1506703480244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9223, 60.0784, 5.3]}, "bbox": [-141.9223, 60.0784, -141.9223, 60.0784]}, {"id": "1244", "type": "Feature", "properties": {"id": "us2000aws4", "mag": 4.2, "time": 1506703454020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2978, -24.5018, 178.46]}, "bbox": [-67.2978, -24.5018, -67.2978, -24.5018]}, {"id": "1245", "type": "Feature", "properties": {"id": "ak16945111", "mag": 1.4, "time": 1506703443591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3415, 60.1469, 0.0]}, "bbox": [-141.3415, 60.1469, -141.3415, 60.1469]}, {"id": "1246", "type": "Feature", "properties": {"id": "us2000aws9", "mag": 2.8, "time": 1506703434610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.561, 46.8309, 5.0]}, "bbox": [-112.561, 46.8309, -112.561, 46.8309]}, {"id": "1247", "type": "Feature", "properties": {"id": "ak16945098", "mag": 2.9, "time": 1506703414975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2265, 52.0599, 4.0]}, "bbox": [-176.2265, 52.0599, -176.2265, 52.0599]}, {"id": "1248", "type": "Feature", "properties": {"id": "nc72901676", "mag": 1.08, "time": 1506702827030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.573667, 2.96]}, "bbox": [-118.8685, 37.573667, -118.8685, 37.573667]}, {"id": "1249", "type": "Feature", "properties": {"id": "ci38014752", "mag": 1.38, "time": 1506702364640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9525, 33.161667, 8.71]}, "bbox": [-115.9525, 33.161667, -115.9525, 33.161667]}, {"id": "1250", "type": "Feature", "properties": {"id": "nc72901666", "mag": 2.1, "time": 1506702098440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604167, 4.23]}, "bbox": [-118.822, 37.604167, -118.822, 37.604167]}, {"id": "1251", "type": "Feature", "properties": {"id": "hv61926636", "mag": 2.18, "time": 1506702014920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.601833, 20.052667, 34.47]}, "bbox": [-155.601833, 20.052667, -155.601833, 20.052667]}, {"id": "1252", "type": "Feature", "properties": {"id": "ak16944301", "mag": 1.2, "time": 1506702004530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4859, 61.9357, 38.3]}, "bbox": [-147.4859, 61.9357, -147.4859, 61.9357]}, {"id": "1253", "type": "Feature", "properties": {"id": "us2000awn9", "mag": 4.6, "time": 1506701320270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.6565, 36.9513, 89.38]}, "bbox": [30.6565, 36.9513, 30.6565, 36.9513]}, {"id": "1254", "type": "Feature", "properties": {"id": "nc72901651", "mag": 1.66, "time": 1506701302480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.628333, 36.892667, -0.13]}, "bbox": [-121.628333, 36.892667, -121.628333, 36.892667]}, {"id": "1255", "type": "Feature", "properties": {"id": "us2000awp8", "mag": 5.0, "time": 1506701291670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8294, 21.3911, 69.37]}, "bbox": [143.8294, 21.3911, 143.8294, 21.3911]}, {"id": "1256", "type": "Feature", "properties": {"id": "ak16944298", "mag": 1.9, "time": 1506700558070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3591, 59.6184, 107.1]}, "bbox": [-153.3591, 59.6184, -153.3591, 59.6184]}, {"id": "1257", "type": "Feature", "properties": {"id": "ak16944296", "mag": 1.5, "time": 1506699999652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.347, 60.6887, 39.3]}, "bbox": [-150.347, 60.6887, -150.347, 60.6887]}, {"id": "1258", "type": "Feature", "properties": {"id": "ak16944295", "mag": 2.3, "time": 1506699741265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4266, 51.6803, 2.6]}, "bbox": [-174.4266, 51.6803, -174.4266, 51.6803]}, {"id": "1259", "type": "Feature", "properties": {"id": "ak16944283", "mag": 3.0, "time": 1506699614700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.523, 51.6975, 12.1]}, "bbox": [-178.523, 51.6975, -178.523, 51.6975]}, {"id": "1260", "type": "Feature", "properties": {"id": "ak16989214", "mag": 1.4, "time": 1506699333969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5572, 51.8006, 17.4]}, "bbox": [-178.5572, 51.8006, -178.5572, 51.8006]}, {"id": "1261", "type": "Feature", "properties": {"id": "ak16944280", "mag": 1.6, "time": 1506699330322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4554, 63.4968, 4.1]}, "bbox": [-146.4554, 63.4968, -146.4554, 63.4968]}, {"id": "1262", "type": "Feature", "properties": {"id": "us2000awju", "mag": 4.4, "time": 1506698634990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.674, 15.7931, 74.04]}, "bbox": [-94.674, 15.7931, -94.674, 15.7931]}, {"id": "1263", "type": "Feature", "properties": {"id": "nc72901616", "mag": 1.45, "time": 1506698546300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.190833, 36.066, 9.01]}, "bbox": [-120.190833, 36.066, -120.190833, 36.066]}, {"id": "1264", "type": "Feature", "properties": {"id": "nc72901611", "mag": 1.16, "time": 1506698374110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.606167, 4.24]}, "bbox": [-118.820167, 37.606167, -118.820167, 37.606167]}, {"id": "1265", "type": "Feature", "properties": {"id": "uu60250142", "mag": 1.31, "time": 1506698139210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.502167, 42.0255, -0.68]}, "bbox": [-112.502167, 42.0255, -112.502167, 42.0255]}, {"id": "1266", "type": "Feature", "properties": {"id": "ak16989212", "mag": 1.5, "time": 1506697780188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1692, 61.0412, 92.6]}, "bbox": [-152.1692, 61.0412, -152.1692, 61.0412]}, {"id": "1267", "type": "Feature", "properties": {"id": "nc72901601", "mag": 1.58, "time": 1506697356900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.603833, 3.81]}, "bbox": [-118.8215, 37.603833, -118.8215, 37.603833]}, {"id": "1268", "type": "Feature", "properties": {"id": "ak16944278", "mag": 1.3, "time": 1506696524699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2498, 63.4064, 80.5]}, "bbox": [-147.2498, 63.4064, -147.2498, 63.4064]}, {"id": "1269", "type": "Feature", "properties": {"id": "ak16943485", "mag": 1.7, "time": 1506695993154, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7332, 58.8106, 5.8]}, "bbox": [-153.7332, 58.8106, -153.7332, 58.8106]}, {"id": "1270", "type": "Feature", "properties": {"id": "ak16943478", "mag": 1.7, "time": 1506695477590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7502, 58.8134, 7.3]}, "bbox": [-153.7502, 58.8134, -153.7502, 58.8134]}, {"id": "1271", "type": "Feature", "properties": {"id": "us2000awj3", "mag": 2.5, "time": 1506695343600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0981, 36.3324, 6.543]}, "bbox": [-98.0981, 36.3324, -98.0981, 36.3324]}, {"id": "1272", "type": "Feature", "properties": {"id": "ak16943471", "mag": 2.5, "time": 1506695221683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9597, 58.9824, 104.1]}, "bbox": [-153.9597, 58.9824, -153.9597, 58.9824]}, {"id": "1273", "type": "Feature", "properties": {"id": "uu60250137", "mag": 1.65, "time": 1506694436450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506667, 42.031167, 2.68]}, "bbox": [-112.506667, 42.031167, -112.506667, 42.031167]}, {"id": "1274", "type": "Feature", "properties": {"id": "ak16943466", "mag": 1.3, "time": 1506694161233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3879, 63.5817, 1.1]}, "bbox": [-147.3879, 63.5817, -147.3879, 63.5817]}, {"id": "1275", "type": "Feature", "properties": {"id": "ak16989205", "mag": 2.0, "time": 1506693991548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2136, 52.0676, 4.5]}, "bbox": [-176.2136, 52.0676, -176.2136, 52.0676]}, {"id": "1276", "type": "Feature", "properties": {"id": "nc72901566", "mag": 2.08, "time": 1506693960730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862333, 37.5625, 4.47]}, "bbox": [-118.862333, 37.5625, -118.862333, 37.5625]}, {"id": "1277", "type": "Feature", "properties": {"id": "ak16943439", "mag": 1.3, "time": 1506693558920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0206, 61.729, 33.9]}, "bbox": [-148.0206, 61.729, -148.0206, 61.729]}, {"id": "1278", "type": "Feature", "properties": {"id": "ci38014568", "mag": 2.51, "time": 1506693023860, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.270167, 33.67, 4.47]}, "bbox": [-118.270167, 33.67, -118.270167, 33.67]}, {"id": "1279", "type": "Feature", "properties": {"id": "us2000awib", "mag": 5.0, "time": 1506692997440, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [67.9437, 39.8728, 20.04]}, "bbox": [67.9437, 39.8728, 67.9437, 39.8728]}, {"id": "1280", "type": "Feature", "properties": {"id": "nc72901551", "mag": 1.74, "time": 1506692955010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605667, 4.05]}, "bbox": [-118.821167, 37.605667, -118.821167, 37.605667]}, {"id": "1281", "type": "Feature", "properties": {"id": "nc72901546", "mag": 2.76, "time": 1506692724780, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.606167, 4.07]}, "bbox": [-118.822, 37.606167, -118.822, 37.606167]}, {"id": "1282", "type": "Feature", "properties": {"id": "ak16942648", "mag": 1.5, "time": 1506692473989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3697, 60.1847, 0.0]}, "bbox": [-141.3697, 60.1847, -141.3697, 60.1847]}, {"id": "1283", "type": "Feature", "properties": {"id": "uu60250132", "mag": 1.79, "time": 1506692243980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.543833, 7.0]}, "bbox": [-111.431, 42.543833, -111.431, 42.543833]}, {"id": "1284", "type": "Feature", "properties": {"id": "mb80258279", "mag": 1.06, "time": 1506691959070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.8625, 13.38]}, "bbox": [-112.531833, 46.8625, -112.531833, 46.8625]}, {"id": "1285", "type": "Feature", "properties": {"id": "nc72901536", "mag": 1.82, "time": 1506691724930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.605667, 4.02]}, "bbox": [-118.821, 37.605667, -118.821, 37.605667]}, {"id": "1286", "type": "Feature", "properties": {"id": "nn00607504", "mag": 1.8, "time": 1506690215490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7002, 37.7048, 16.9]}, "bbox": [-117.7002, 37.7048, -117.7002, 37.7048]}, {"id": "1287", "type": "Feature", "properties": {"id": "ak16942645", "mag": 2.8, "time": 1506689890335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2102, 52.0495, 4.8]}, "bbox": [-176.2102, 52.0495, -176.2102, 52.0495]}, {"id": "1288", "type": "Feature", "properties": {"id": "hv61926461", "mag": 1.62, "time": 1506689375520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457667, 19.1075, 28.777]}, "bbox": [-155.457667, 19.1075, -155.457667, 19.1075]}, {"id": "1289", "type": "Feature", "properties": {"id": "ci38014488", "mag": 1.71, "time": 1506688966950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.030167, 36.589833, 2.83]}, "bbox": [-118.030167, 36.589833, -118.030167, 36.589833]}, {"id": "1290", "type": "Feature", "properties": {"id": "uu60250122", "mag": 1.68, "time": 1506688495310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.410833, 42.548333, 8.8]}, "bbox": [-111.410833, 42.548333, -111.410833, 42.548333]}, {"id": "1291", "type": "Feature", "properties": {"id": "ci38014464", "mag": 1.51, "time": 1506688363340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.292833, 33.924, 11.12]}, "bbox": [-118.292833, 33.924, -118.292833, 33.924]}, {"id": "1292", "type": "Feature", "properties": {"id": "uu60250117", "mag": 1.2, "time": 1506688147640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.451, 42.651167, 3.75]}, "bbox": [-111.451, 42.651167, -111.451, 42.651167]}, {"id": "1293", "type": "Feature", "properties": {"id": "nn00607501", "mag": 1.5, "time": 1506687351344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1244, 38.2711, 14.1]}, "bbox": [-119.1244, 38.2711, -119.1244, 38.2711]}, {"id": "1294", "type": "Feature", "properties": {"id": "mb80258269", "mag": 1.01, "time": 1506686927230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.712667, 47.670333, 12.54]}, "bbox": [-113.712667, 47.670333, -113.712667, 47.670333]}, {"id": "1295", "type": "Feature", "properties": {"id": "hv61926436", "mag": 2.78, "time": 1506686302190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.030667, 19.839833, 12.705]}, "bbox": [-155.030667, 19.839833, -155.030667, 19.839833]}, {"id": "1296", "type": "Feature", "properties": {"id": "ak16941853", "mag": 1.9, "time": 1506685697166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2959, 57.1271, 73.2]}, "bbox": [-155.2959, 57.1271, -155.2959, 57.1271]}, {"id": "1297", "type": "Feature", "properties": {"id": "us2000awh4", "mag": 4.5, "time": 1506685520260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0117, 15.1312, 54.94]}, "bbox": [-94.0117, 15.1312, -94.0117, 15.1312]}, {"id": "1298", "type": "Feature", "properties": {"id": "ak16941849", "mag": 1.4, "time": 1506685238756, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2101, 65.8679, 9.7]}, "bbox": [-150.2101, 65.8679, -150.2101, 65.8679]}, {"id": "1299", "type": "Feature", "properties": {"id": "us2000awh2", "mag": 3.2, "time": 1506684953300, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.3739, 35.8708, 5.0]}, "bbox": [-105.3739, 35.8708, -105.3739, 35.8708]}, {"id": "1300", "type": "Feature", "properties": {"id": "nc72901446", "mag": 1.81, "time": 1506683864270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.5745, 2.94]}, "bbox": [-118.8685, 37.5745, -118.8685, 37.5745]}, {"id": "1301", "type": "Feature", "properties": {"id": "ak16989195", "mag": 2.8, "time": 1506683238639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.2168, 53.4134, 215.5]}, "bbox": [-170.2168, 53.4134, -170.2168, 53.4134]}, {"id": "1302", "type": "Feature", "properties": {"id": "ak16941846", "mag": 2.8, "time": 1506683013276, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4342, 51.6411, 13.4]}, "bbox": [-178.4342, 51.6411, -178.4342, 51.6411]}, {"id": "1303", "type": "Feature", "properties": {"id": "ci38014408", "mag": 1.09, "time": 1506682934740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.248167, 34.684167, 3.67]}, "bbox": [-120.248167, 34.684167, -120.248167, 34.684167]}, {"id": "1304", "type": "Feature", "properties": {"id": "ci38014400", "mag": 1.41, "time": 1506682423780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6475, 32.295833, 17.59]}, "bbox": [-116.6475, 32.295833, -116.6475, 32.295833]}, {"id": "1305", "type": "Feature", "properties": {"id": "uw61335391", "mag": 1.31, "time": 1506682259150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.713833, 45.779, 4.47]}, "bbox": [-121.713833, 45.779, -121.713833, 45.779]}, {"id": "1306", "type": "Feature", "properties": {"id": "nn00607493", "mag": 1.3, "time": 1506681999912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1157, 38.2921, 8.5]}, "bbox": [-119.1157, 38.2921, -119.1157, 38.2921]}, {"id": "1307", "type": "Feature", "properties": {"id": "us2000awgp", "mag": 4.0, "time": 1506681630910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.1308, 51.5953, 10.0]}, "bbox": [-168.1308, 51.5953, -168.1308, 51.5953]}, {"id": "1308", "type": "Feature", "properties": {"id": "ci38014376", "mag": 2.27, "time": 1506680323320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.236167, 34.686333, 2.51]}, "bbox": [-120.236167, 34.686333, -120.236167, 34.686333]}, {"id": "1309", "type": "Feature", "properties": {"id": "nc72901411", "mag": 1.72, "time": 1506679482310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.606833, 4.18]}, "bbox": [-118.821833, 37.606833, -118.821833, 37.606833]}, {"id": "1310", "type": "Feature", "properties": {"id": "uu60250092", "mag": 1.5, "time": 1506678952480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.556667, 7.57]}, "bbox": [-111.408833, 42.556667, -111.408833, 42.556667]}, {"id": "1311", "type": "Feature", "properties": {"id": "nc72901396", "mag": 1.23, "time": 1506677982920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0275, 36.556333, 6.7]}, "bbox": [-121.0275, 36.556333, -121.0275, 36.556333]}, {"id": "1312", "type": "Feature", "properties": {"id": "ci38014304", "mag": 1.52, "time": 1506677845800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.502667, 4.26]}, "bbox": [-116.798333, 33.502667, -116.798333, 33.502667]}, {"id": "1313", "type": "Feature", "properties": {"id": "uu60250087", "mag": 1.18, "time": 1506677776470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.772667, 41.2685, 12.53]}, "bbox": [-111.772667, 41.2685, -111.772667, 41.2685]}, {"id": "1314", "type": "Feature", "properties": {"id": "us2000awgf", "mag": 4.7, "time": 1506677102490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7467, 21.3618, 39.87]}, "bbox": [143.7467, 21.3618, 143.7467, 21.3618]}, {"id": "1315", "type": "Feature", "properties": {"id": "ak16989192", "mag": 1.2, "time": 1506676690210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7405, 63.338, 95.8]}, "bbox": [-149.7405, 63.338, -149.7405, 63.338]}, {"id": "1316", "type": "Feature", "properties": {"id": "ci38014288", "mag": 1.53, "time": 1506676635710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.671, 33.215333, 3.29]}, "bbox": [-115.671, 33.215333, -115.671, 33.215333]}, {"id": "1317", "type": "Feature", "properties": {"id": "nc72901376", "mag": 1.15, "time": 1506676399250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.776001, 1.56]}, "bbox": [-122.721832, 38.776001, -122.721832, 38.776001]}, {"id": "1318", "type": "Feature", "properties": {"id": "nc72901366", "mag": 1.25, "time": 1506676178310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838167, 37.489833, 1.0]}, "bbox": [-118.838167, 37.489833, -118.838167, 37.489833]}, {"id": "1319", "type": "Feature", "properties": {"id": "nn00607489", "mag": 1.9, "time": 1506676166910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2245, 38.4923, 40.0]}, "bbox": [-119.2245, 38.4923, -119.2245, 38.4923]}, {"id": "1320", "type": "Feature", "properties": {"id": "ak16989191", "mag": 1.8, "time": 1506675279572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0102, 58.492, 85.1]}, "bbox": [-154.0102, 58.492, -154.0102, 58.492]}, {"id": "1321", "type": "Feature", "properties": {"id": "ak16989190", "mag": 1.3, "time": 1506674952846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1298, 60.9057, 47.4]}, "bbox": [-150.1298, 60.9057, -150.1298, 60.9057]}, {"id": "1322", "type": "Feature", "properties": {"id": "us2000awfl", "mag": 4.4, "time": 1506674809710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.929, 14.9856, 43.22]}, "bbox": [-93.929, 14.9856, -93.929, 14.9856]}, {"id": "1323", "type": "Feature", "properties": {"id": "uu60250082", "mag": 1.77, "time": 1506674053050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7785, 38.186667, 4.92]}, "bbox": [-112.7785, 38.186667, -112.7785, 38.186667]}, {"id": "1324", "type": "Feature", "properties": {"id": "ak16989188", "mag": 1.8, "time": 1506673945397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.291, 51.5518, 1.2]}, "bbox": [-176.291, 51.5518, -176.291, 51.5518]}, {"id": "1325", "type": "Feature", "properties": {"id": "ak16940268", "mag": 1.1, "time": 1506673847917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1687, 63.2488, 4.7]}, "bbox": [-151.1687, 63.2488, -151.1687, 63.2488]}, {"id": "1326", "type": "Feature", "properties": {"id": "nc72901291", "mag": 1.25, "time": 1506673221590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898667, 37.523167, 12.92]}, "bbox": [-118.898667, 37.523167, -118.898667, 37.523167]}, {"id": "1327", "type": "Feature", "properties": {"id": "ak16940267", "mag": 1.0, "time": 1506672847451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5017, 66.1069, 17.1]}, "bbox": [-150.5017, 66.1069, -150.5017, 66.1069]}, {"id": "1328", "type": "Feature", "properties": {"id": "ci38014192", "mag": 1.18, "time": 1506671965070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4335, 34.163833, 7.61]}, "bbox": [-117.4335, 34.163833, -117.4335, 34.163833]}, {"id": "1329", "type": "Feature", "properties": {"id": "us2000awf5", "mag": 4.2, "time": 1506671826720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3467, 33.9272, 10.0]}, "bbox": [90.3467, 33.9272, 90.3467, 33.9272]}, {"id": "1330", "type": "Feature", "properties": {"id": "nn00607584", "mag": 1.4, "time": 1506671521193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1177, 38.2758, 11.8]}, "bbox": [-119.1177, 38.2758, -119.1177, 38.2758]}, {"id": "1331", "type": "Feature", "properties": {"id": "ci38014184", "mag": 2.46, "time": 1506671466000, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978833, 33.994167, 4.88]}, "bbox": [-116.978833, 33.994167, -116.978833, 33.994167]}, {"id": "1332", "type": "Feature", "properties": {"id": "nn00607484", "mag": 1.8, "time": 1506671441804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1188, 38.2704, 11.7]}, "bbox": [-119.1188, 38.2704, -119.1188, 38.2704]}, {"id": "1333", "type": "Feature", "properties": {"id": "nc72901256", "mag": 1.15, "time": 1506670814700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.808833, 0.67]}, "bbox": [-122.8105, 38.808833, -122.8105, 38.808833]}, {"id": "1334", "type": "Feature", "properties": {"id": "nc72901241", "mag": 1.25, "time": 1506670284580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989667, 36.427667, 2.31]}, "bbox": [-120.989667, 36.427667, -120.989667, 36.427667]}, {"id": "1335", "type": "Feature", "properties": {"id": "nc72901231", "mag": 1.07, "time": 1506669441060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.540833, 37.406667, 8.01]}, "bbox": [-118.540833, 37.406667, -118.540833, 37.406667]}, {"id": "1336", "type": "Feature", "properties": {"id": "uw61335361", "mag": 1.94, "time": 1506668594230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.733667, 47.824, 24.16]}, "bbox": [-122.733667, 47.824, -122.733667, 47.824]}, {"id": "1337", "type": "Feature", "properties": {"id": "us2000awej", "mag": 4.2, "time": 1506668295660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [55.3123, 28.2886, 10.0]}, "bbox": [55.3123, 28.2886, 55.3123, 28.2886]}, {"id": "1338", "type": "Feature", "properties": {"id": "nc72901196", "mag": 0.96, "time": 1506668052570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.571833, 36.012667, 3.67]}, "bbox": [-120.571833, 36.012667, -120.571833, 36.012667]}, {"id": "1339", "type": "Feature", "properties": {"id": "ak16940266", "mag": 1.2, "time": 1506668048758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5877, 62.1976, 22.9]}, "bbox": [-145.5877, 62.1976, -145.5877, 62.1976]}, {"id": "1340", "type": "Feature", "properties": {"id": "nc72901186", "mag": 1.14, "time": 1506667805720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848167, 37.6535, 2.83]}, "bbox": [-118.848167, 37.6535, -118.848167, 37.6535]}, {"id": "1341", "type": "Feature", "properties": {"id": "nc72901176", "mag": 1.25, "time": 1506667100210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838333, 37.506167, 0.64]}, "bbox": [-118.838333, 37.506167, -118.838333, 37.506167]}, {"id": "1342", "type": "Feature", "properties": {"id": "nc72901171", "mag": 2.27, "time": 1506666779210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835333, 37.507167, -1.01]}, "bbox": [-118.835333, 37.507167, -118.835333, 37.507167]}, {"id": "1343", "type": "Feature", "properties": {"id": "ak16940265", "mag": 1.4, "time": 1506666562961, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3945, 61.6303, 33.9]}, "bbox": [-146.3945, 61.6303, -146.3945, 61.6303]}, {"id": "1344", "type": "Feature", "properties": {"id": "ak16940263", "mag": 1.0, "time": 1506666497414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1712, 62.2695, 52.6]}, "bbox": [-149.1712, 62.2695, -149.1712, 62.2695]}, {"id": "1345", "type": "Feature", "properties": {"id": "nc72901166", "mag": 1.28, "time": 1506666202970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.5065, 0.53]}, "bbox": [-118.834167, 37.5065, -118.834167, 37.5065]}, {"id": "1346", "type": "Feature", "properties": {"id": "us2000awe6", "mag": 2.6, "time": 1506666160200, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6816, 35.8653, 6.569]}, "bbox": [-96.6816, 35.8653, -96.6816, 35.8653]}, {"id": "1347", "type": "Feature", "properties": {"id": "nn00607469", "mag": 1.0, "time": 1506665961601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5308, 38.52, 7.8]}, "bbox": [-118.5308, 38.52, -118.5308, 38.52]}, {"id": "1348", "type": "Feature", "properties": {"id": "ci38014104", "mag": 1.28, "time": 1506665954550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.982833, 33.1725, 3.45]}, "bbox": [-115.982833, 33.1725, -115.982833, 33.1725]}, {"id": "1349", "type": "Feature", "properties": {"id": "ak16989182", "mag": 1.1, "time": 1506665936336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.485, 62.1641, 22.8]}, "bbox": [-145.485, 62.1641, -145.485, 62.1641]}, {"id": "1350", "type": "Feature", "properties": {"id": "nc72901156", "mag": 2.23, "time": 1506665326530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8385, 37.505167, 1.37]}, "bbox": [-118.8385, 37.505167, -118.8385, 37.505167]}, {"id": "1351", "type": "Feature", "properties": {"id": "nc72901146", "mag": 3.34, "time": 1506665130490, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8355, 37.5055, 1.65]}, "bbox": [-118.8355, 37.5055, -118.8355, 37.5055]}, {"id": "1352", "type": "Feature", "properties": {"id": "ak16989181", "mag": 1.9, "time": 1506664620963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5107, 52.4839, 24.7]}, "bbox": [-168.5107, 52.4839, -168.5107, 52.4839]}, {"id": "1353", "type": "Feature", "properties": {"id": "nc72901116", "mag": 1.16, "time": 1506664498090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824833, 37.605667, 4.02]}, "bbox": [-118.824833, 37.605667, -118.824833, 37.605667]}, {"id": "1354", "type": "Feature", "properties": {"id": "ak16939483", "mag": 1.1, "time": 1506663985990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9358, 61.1521, 6.2]}, "bbox": [-139.9358, 61.1521, -139.9358, 61.1521]}, {"id": "1355", "type": "Feature", "properties": {"id": "nc72901106", "mag": 1.19, "time": 1506663736480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.78717, 38.829334, 1.02]}, "bbox": [-122.78717, 38.829334, -122.78717, 38.829334]}, {"id": "1356", "type": "Feature", "properties": {"id": "nm60207436", "mag": 1.74, "time": 1506663708600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.653833, 36.539667, 9.66]}, "bbox": [-89.653833, 36.539667, -89.653833, 36.539667]}, {"id": "1357", "type": "Feature", "properties": {"id": "us2000awdv", "mag": 4.5, "time": 1506663030100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.5233, -24.0812, 546.3]}, "bbox": [-179.5233, -24.0812, -179.5233, -24.0812]}, {"id": "1358", "type": "Feature", "properties": {"id": "ak16939475", "mag": 1.7, "time": 1506662432885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8708, 60.1234, 43.7]}, "bbox": [-150.8708, 60.1234, -150.8708, 60.1234]}, {"id": "1359", "type": "Feature", "properties": {"id": "uu60250077", "mag": 1.14, "time": 1506662404800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.55, 41.1085, 19.56]}, "bbox": [-111.55, 41.1085, -111.55, 41.1085]}, {"id": "1360", "type": "Feature", "properties": {"id": "nc72901046", "mag": 1.46, "time": 1506661869950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.846833, 37.647833, 3.02]}, "bbox": [-118.846833, 37.647833, -118.846833, 37.647833]}, {"id": "1361", "type": "Feature", "properties": {"id": "ci38013856", "mag": 2.0, "time": 1506660542280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978, 33.995, 4.89]}, "bbox": [-116.978, 33.995, -116.978, 33.995]}, {"id": "1362", "type": "Feature", "properties": {"id": "ak16989177", "mag": 1.2, "time": 1506660008320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4686, 63.102, 104.8]}, "bbox": [-150.4686, 63.102, -150.4686, 63.102]}, {"id": "1363", "type": "Feature", "properties": {"id": "ak16945113", "mag": 2.3, "time": 1506659927913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0654, 53.6407, 46.2]}, "bbox": [-165.0654, 53.6407, -165.0654, 53.6407]}, {"id": "1364", "type": "Feature", "properties": {"id": "us2000awd5", "mag": 5.0, "time": 1506659595610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1021, 14.8894, 24.04]}, "bbox": [-94.1021, 14.8894, -94.1021, 14.8894]}, {"id": "1365", "type": "Feature", "properties": {"id": "nc72901021", "mag": 1.62, "time": 1506659436560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.814, 1.76]}, "bbox": [-122.826833, 38.814, -122.826833, 38.814]}, {"id": "1366", "type": "Feature", "properties": {"id": "us2000awd1", "mag": 3.0, "time": 1506658713990, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6968, 35.8549, 5.0]}, "bbox": [-96.6968, 35.8549, -96.6968, 35.8549]}, {"id": "1367", "type": "Feature", "properties": {"id": "mb80258249", "mag": 2.26, "time": 1506658662520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.514, 46.840833, 13.41]}, "bbox": [-112.514, 46.840833, -112.514, 46.840833]}, {"id": "1368", "type": "Feature", "properties": {"id": "ci38013816", "mag": 1.03, "time": 1506658457830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.02, 34.015, 13.93]}, "bbox": [-117.02, 34.015, -117.02, 34.015]}, {"id": "1369", "type": "Feature", "properties": {"id": "ak16938672", "mag": 1.1, "time": 1506657671332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.311, 64.8546, 17.6]}, "bbox": [-150.311, 64.8546, -150.311, 64.8546]}, {"id": "1370", "type": "Feature", "properties": {"id": "us2000awcv", "mag": 5.6, "time": 1506657622320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0465, 14.9039, 21.66]}, "bbox": [-94.0465, 14.9039, -94.0465, 14.9039]}, {"id": "1371", "type": "Feature", "properties": {"id": "ak16945097", "mag": 2.0, "time": 1506657417279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3696, 53.5031, 41.5]}, "bbox": [-165.3696, 53.5031, -165.3696, 53.5031]}, {"id": "1372", "type": "Feature", "properties": {"id": "nc72900986", "mag": 1.05, "time": 1506657208460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502333, -0.01]}, "bbox": [-118.835833, 37.502333, -118.835833, 37.502333]}, {"id": "1373", "type": "Feature", "properties": {"id": "ismpkansas70235973", "mag": 1.64, "time": 1506657154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887333, 37.201833, 5.03]}, "bbox": [-97.887333, 37.201833, -97.887333, 37.201833]}, {"id": "1374", "type": "Feature", "properties": {"id": "nc72900981", "mag": 1.98, "time": 1506656801880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8045, 38.832333, 1.64]}, "bbox": [-122.8045, 38.832333, -122.8045, 38.832333]}, {"id": "1375", "type": "Feature", "properties": {"id": "nc72900976", "mag": 1.12, "time": 1506656629400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.758667, 38.793499, 0.77]}, "bbox": [-122.758667, 38.793499, -122.758667, 38.793499]}, {"id": "1376", "type": "Feature", "properties": {"id": "ci38013768", "mag": 1.6, "time": 1506656062720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.976, 33.995833, 3.45]}, "bbox": [-116.976, 33.995833, -116.976, 33.995833]}, {"id": "1377", "type": "Feature", "properties": {"id": "ak16937888", "mag": 1.8, "time": 1506653782695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9369, 62.1991, 64.3]}, "bbox": [-150.9369, 62.1991, -150.9369, 62.1991]}, {"id": "1378", "type": "Feature", "properties": {"id": "ak16989171", "mag": 1.9, "time": 1506653188688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5129, 51.845, 110.0]}, "bbox": [178.5129, 51.845, 178.5129, 51.845]}, {"id": "1379", "type": "Feature", "properties": {"id": "hv61925851", "mag": 0.95, "time": 1506653113010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.463667, 19.481, 6.56]}, "bbox": [-155.463667, 19.481, -155.463667, 19.481]}, {"id": "1380", "type": "Feature", "properties": {"id": "ci38013744", "mag": 1.0, "time": 1506653104110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.302333, 34.099, 15.05]}, "bbox": [-117.302333, 34.099, -117.302333, 34.099]}, {"id": "1381", "type": "Feature", "properties": {"id": "us2000awce", "mag": 4.4, "time": 1506652310280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7803, 35.9821, 42.36]}, "bbox": [141.7803, 35.9821, 141.7803, 35.9821]}, {"id": "1382", "type": "Feature", "properties": {"id": "ci38013736", "mag": 2.07, "time": 1506652304260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.259833, 32.454333, 2.17]}, "bbox": [-116.259833, 32.454333, -116.259833, 32.454333]}, {"id": "1383", "type": "Feature", "properties": {"id": "ci38013720", "mag": 2.39, "time": 1506651375080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.569, 31.324, 4.82]}, "bbox": [-115.569, 31.324, -115.569, 31.324]}, {"id": "1384", "type": "Feature", "properties": {"id": "ci38013712", "mag": 1.12, "time": 1506651359620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924833, 33.976167, 6.34]}, "bbox": [-116.924833, 33.976167, -116.924833, 33.976167]}, {"id": "1385", "type": "Feature", "properties": {"id": "nn00607452", "mag": 1.0, "time": 1506651336185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1923, 35.5727, 11.6]}, "bbox": [-116.1923, 35.5727, -116.1923, 35.5727]}, {"id": "1386", "type": "Feature", "properties": {"id": "ci38013704", "mag": 0.97, "time": 1506651243970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7885, 33.494833, 5.39]}, "bbox": [-116.7885, 33.494833, -116.7885, 33.494833]}, {"id": "1387", "type": "Feature", "properties": {"id": "ci38013688", "mag": 1.05, "time": 1506650990920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791167, 33.5105, 6.09]}, "bbox": [-116.791167, 33.5105, -116.791167, 33.5105]}, {"id": "1388", "type": "Feature", "properties": {"id": "ak16937883", "mag": 2.4, "time": 1506650514315, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9834, 51.7396, 25.6]}, "bbox": [-174.9834, 51.7396, -174.9834, 51.7396]}, {"id": "1389", "type": "Feature", "properties": {"id": "nc72900931", "mag": 1.16, "time": 1506649983200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720497, 38.775501, 1.87]}, "bbox": [-122.720497, 38.775501, -122.720497, 38.775501]}, {"id": "1390", "type": "Feature", "properties": {"id": "ak16937869", "mag": 2.6, "time": 1506649468698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8838, 61.8075, 66.1]}, "bbox": [-150.8838, 61.8075, -150.8838, 61.8075]}, {"id": "1391", "type": "Feature", "properties": {"id": "uu60013219", "mag": 1.32, "time": 1506648472160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.687, 41.150667, 12.61]}, "bbox": [-111.687, 41.150667, -111.687, 41.150667]}, {"id": "1392", "type": "Feature", "properties": {"id": "uu60250062", "mag": 2.53, "time": 1506648435990, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.936667, 38.921333, 10.59]}, "bbox": [-111.936667, 38.921333, -111.936667, 38.921333]}, {"id": "1393", "type": "Feature", "properties": {"id": "us2000awbw", "mag": 4.5, "time": 1506648405500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.976, 52.0498, 29.97]}, "bbox": [-169.976, 52.0498, -169.976, 52.0498]}, {"id": "1394", "type": "Feature", "properties": {"id": "us2000awbq", "mag": 4.9, "time": 1506648161110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.1717, 52.3421, 33.24]}, "bbox": [-170.1717, 52.3421, -170.1717, 52.3421]}, {"id": "1395", "type": "Feature", "properties": {"id": "ak16937823", "mag": 1.0, "time": 1506648034498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0631, 63.4906, 4.2]}, "bbox": [-147.0631, 63.4906, -147.0631, 63.4906]}, {"id": "1396", "type": "Feature", "properties": {"id": "ak16989160", "mag": 1.6, "time": 1506646713769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.579, 51.7059, 15.4]}, "bbox": [-178.579, 51.7059, -178.579, 51.7059]}, {"id": "1397", "type": "Feature", "properties": {"id": "nc72900911", "mag": 1.15, "time": 1506646505210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834333, 37.504, -0.73]}, "bbox": [-118.834333, 37.504, -118.834333, 37.504]}, {"id": "1398", "type": "Feature", "properties": {"id": "ci38013672", "mag": 2.61, "time": 1506646378780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.570333, 31.324667, 4.82]}, "bbox": [-115.570333, 31.324667, -115.570333, 31.324667]}, {"id": "1399", "type": "Feature", "properties": {"id": "ak16937047", "mag": 1.0, "time": 1506646107258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4881, 63.0417, 2.8]}, "bbox": [-151.4881, 63.0417, -151.4881, 63.0417]}, {"id": "1400", "type": "Feature", "properties": {"id": "ak16937045", "mag": 1.9, "time": 1506646058692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.135, 67.8468, 16.8]}, "bbox": [-156.135, 67.8468, -156.135, 67.8468]}, {"id": "1401", "type": "Feature", "properties": {"id": "nc72900906", "mag": 1.03, "time": 1506645880090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.876831, 38.8405, 2.17]}, "bbox": [-122.876831, 38.8405, -122.876831, 38.8405]}, {"id": "1402", "type": "Feature", "properties": {"id": "nc72900886", "mag": 1.63, "time": 1506645570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.816667, 2.21]}, "bbox": [-122.818333, 38.816667, -122.818333, 38.816667]}, {"id": "1403", "type": "Feature", "properties": {"id": "ci38013656", "mag": 2.24, "time": 1506645489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.313, 34.094167, 17.1]}, "bbox": [-117.313, 34.094167, -117.313, 34.094167]}, {"id": "1404", "type": "Feature", "properties": {"id": "ci38013632", "mag": 1.51, "time": 1506645195410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.502667, 3.76]}, "bbox": [-116.7955, 33.502667, -116.7955, 33.502667]}, {"id": "1405", "type": "Feature", "properties": {"id": "nc72900876", "mag": 1.03, "time": 1506644780060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 37.470667, 1.87]}, "bbox": [-118.818, 37.470667, -118.818, 37.470667]}, {"id": "1406", "type": "Feature", "properties": {"id": "nc72900871", "mag": 1.62, "time": 1506644672730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.585667, 37.234667, 6.49]}, "bbox": [-118.585667, 37.234667, -118.585667, 37.234667]}, {"id": "1407", "type": "Feature", "properties": {"id": "ak16937041", "mag": 1.3, "time": 1506644621941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3267, 62.8222, 57.1]}, "bbox": [-148.3267, 62.8222, -148.3267, 62.8222]}, {"id": "1408", "type": "Feature", "properties": {"id": "ak16937039", "mag": 1.7, "time": 1506644576562, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2144, 60.0462, 13.4]}, "bbox": [-139.2144, 60.0462, -139.2144, 60.0462]}, {"id": "1409", "type": "Feature", "properties": {"id": "ak16937037", "mag": 1.1, "time": 1506644052798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3512, 58.196, 2.5]}, "bbox": [-155.3512, 58.196, -155.3512, 58.196]}, {"id": "1410", "type": "Feature", "properties": {"id": "ak16989154", "mag": 1.6, "time": 1506643362489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3692, 51.6466, 12.3]}, "bbox": [-178.3692, 51.6466, -178.3692, 51.6466]}, {"id": "1411", "type": "Feature", "properties": {"id": "ak16937036", "mag": 1.4, "time": 1506643250597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7379, 61.4006, 18.9]}, "bbox": [-147.7379, 61.4006, -147.7379, 61.4006]}, {"id": "1412", "type": "Feature", "properties": {"id": "us2000awbb", "mag": 4.9, "time": 1506643017480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.7489, 19.052, 30.59]}, "bbox": [144.7489, 19.052, 144.7489, 19.052]}, {"id": "1413", "type": "Feature", "properties": {"id": "ak16989677", "mag": 1.5, "time": 1506642839250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8862, 61.8988, 105.1]}, "bbox": [-151.8862, 61.8988, -151.8862, 61.8988]}, {"id": "1414", "type": "Feature", "properties": {"id": "ak16936268", "mag": 1.2, "time": 1506642106483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9604, 62.3327, 42.9]}, "bbox": [-148.9604, 62.3327, -148.9604, 62.3327]}, {"id": "1415", "type": "Feature", "properties": {"id": "nn00607431", "mag": 1.9, "time": 1506641437450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5187, 36.978, 7.0]}, "bbox": [-117.5187, 36.978, -117.5187, 36.978]}, {"id": "1416", "type": "Feature", "properties": {"id": "nc72900841", "mag": 1.93, "time": 1506641348540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.606667, 4.1]}, "bbox": [-118.821, 37.606667, -118.821, 37.606667]}, {"id": "1417", "type": "Feature", "properties": {"id": "nc72900846", "mag": 1.13, "time": 1506641325970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.608333, 4.24]}, "bbox": [-118.818833, 37.608333, -118.818833, 37.608333]}, {"id": "1418", "type": "Feature", "properties": {"id": "nc72904266", "mag": 0.96, "time": 1506641269180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0985, 41.357, -1.69]}, "bbox": [-122.0985, 41.357, -122.0985, 41.357]}, {"id": "1419", "type": "Feature", "properties": {"id": "ak16989674", "mag": 1.6, "time": 1506641141934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9034, 59.5213, 94.1]}, "bbox": [-152.9034, 59.5213, -152.9034, 59.5213]}, {"id": "1420", "type": "Feature", "properties": {"id": "us2000awa2", "mag": 4.4, "time": 1506640604400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.6403, 51.5228, 41.23]}, "bbox": [-175.6403, 51.5228, -175.6403, 51.5228]}, {"id": "1421", "type": "Feature", "properties": {"id": "nn00607821", "mag": 1.1, "time": 1506640364409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9062, 38.3722, 8.5]}, "bbox": [-118.9062, 38.3722, -118.9062, 38.3722]}, {"id": "1422", "type": "Feature", "properties": {"id": "us2000aw9p", "mag": 5.4, "time": 1506640275740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7911, -24.8725, 440.96]}, "bbox": [-179.7911, -24.8725, -179.7911, -24.8725]}, {"id": "1423", "type": "Feature", "properties": {"id": "us2000b1wl", "mag": 4.8, "time": 1506639694670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5676, 1.0849, 4.38]}, "bbox": [127.5676, 1.0849, 127.5676, 1.0849]}, {"id": "1424", "type": "Feature", "properties": {"id": "us2000aw9e", "mag": 4.7, "time": 1506639688220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.3331, 2.9053, 15.04]}, "bbox": [133.3331, 2.9053, 133.3331, 2.9053]}, {"id": "1425", "type": "Feature", "properties": {"id": "ak16989671", "mag": 1.7, "time": 1506639639127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3134, 59.6717, 111.4]}, "bbox": [-153.3134, 59.6717, -153.3134, 59.6717]}, {"id": "1426", "type": "Feature", "properties": {"id": "ak16936241", "mag": 2.5, "time": 1506639635527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1768, 68.4586, 17.0]}, "bbox": [-147.1768, 68.4586, -147.1768, 68.4586]}, {"id": "1427", "type": "Feature", "properties": {"id": "nc72900821", "mag": 1.1, "time": 1506639127150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834833, 37.500333, -1.77]}, "bbox": [-118.834833, 37.500333, -118.834833, 37.500333]}, {"id": "1428", "type": "Feature", "properties": {"id": "us2000aw90", "mag": 5.1, "time": 1506638831750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5949, -34.0499, 10.0]}, "bbox": [-178.5949, -34.0499, -178.5949, -34.0499]}, {"id": "1429", "type": "Feature", "properties": {"id": "us2000aw8l", "mag": 4.3, "time": 1506638537770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4998, -6.5326, 108.74]}, "bbox": [130.4998, -6.5326, 130.4998, -6.5326]}, {"id": "1430", "type": "Feature", "properties": {"id": "nc72900811", "mag": 2.32, "time": 1506638416610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1135, 35.6885, 5.91]}, "bbox": [-121.1135, 35.6885, -121.1135, 35.6885]}, {"id": "1431", "type": "Feature", "properties": {"id": "nc72900806", "mag": 1.35, "time": 1506638081190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.534, 2.41]}, "bbox": [-118.878833, 37.534, -118.878833, 37.534]}, {"id": "1432", "type": "Feature", "properties": {"id": "uw61335056", "mag": 1.84, "time": 1506638058160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.417833, 45.624333, -1.28]}, "bbox": [-121.417833, 45.624333, -121.417833, 45.624333]}, {"id": "1433", "type": "Feature", "properties": {"id": "mb80258209", "mag": 1.37, "time": 1506637878310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.910833, 10.76]}, "bbox": [-112.521333, 46.910833, -112.521333, 46.910833]}, {"id": "1434", "type": "Feature", "properties": {"id": "ak16935473", "mag": 1.9, "time": 1506637576311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5454, 67.5431, 1.7]}, "bbox": [-158.5454, 67.5431, -158.5454, 67.5431]}, {"id": "1435", "type": "Feature", "properties": {"id": "ak16935469", "mag": 2.0, "time": 1506637236181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4826, 58.8115, 4.9]}, "bbox": [-153.4826, 58.8115, -153.4826, 58.8115]}, {"id": "1436", "type": "Feature", "properties": {"id": "ak16989667", "mag": 2.0, "time": 1506636836791, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4008, 59.8707, 143.3]}, "bbox": [-153.4008, 59.8707, -153.4008, 59.8707]}, {"id": "1437", "type": "Feature", "properties": {"id": "ak16989666", "mag": 1.1, "time": 1506636594038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2636, 62.56, 91.7]}, "bbox": [-151.2636, 62.56, -151.2636, 62.56]}, {"id": "1438", "type": "Feature", "properties": {"id": "nc72900796", "mag": 1.35, "time": 1506636488490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.710833, 38.743, 2.06]}, "bbox": [-122.710833, 38.743, -122.710833, 38.743]}, {"id": "1439", "type": "Feature", "properties": {"id": "ak16935467", "mag": 1.1, "time": 1506635722873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2148, 64.8337, 24.2]}, "bbox": [-149.2148, 64.8337, -149.2148, 64.8337]}, {"id": "1440", "type": "Feature", "properties": {"id": "ak16989663", "mag": 1.2, "time": 1506634878192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0761, 62.868, 105.4]}, "bbox": [-151.0761, 62.868, -151.0761, 62.868]}, {"id": "1441", "type": "Feature", "properties": {"id": "us2000aw7x", "mag": 3.3, "time": 1506634428280, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9413, 39.9063, 10.29]}, "bbox": [19.9413, 39.9063, 19.9413, 39.9063]}, {"id": "1442", "type": "Feature", "properties": {"id": "ak16989662", "mag": 1.3, "time": 1506634090975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8044, 63.1677, 125.3]}, "bbox": [-150.8044, 63.1677, -150.8044, 63.1677]}, {"id": "1443", "type": "Feature", "properties": {"id": "us2000b1wj", "mag": 4.0, "time": 1506633989680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.778, 49.1768, 363.15]}, "bbox": [150.778, 49.1768, 150.778, 49.1768]}, {"id": "1444", "type": "Feature", "properties": {"id": "ak16935454", "mag": 2.6, "time": 1506633516577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9288, 61.8846, 49.8]}, "bbox": [-150.9288, 61.8846, -150.9288, 61.8846]}, {"id": "1445", "type": "Feature", "properties": {"id": "ak16935459", "mag": 2.8, "time": 1506633516034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7041, 61.8689, 59.8]}, "bbox": [-150.7041, 61.8689, -150.7041, 61.8689]}, {"id": "1446", "type": "Feature", "properties": {"id": "nn00607410", "mag": 2.0, "time": 1506633382650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9234, 38.4032, 7.8]}, "bbox": [-118.9234, 38.4032, -118.9234, 38.4032]}, {"id": "1447", "type": "Feature", "properties": {"id": "ak16935451", "mag": 1.7, "time": 1506632963331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6029, 62.2054, 19.5]}, "bbox": [-145.6029, 62.2054, -145.6029, 62.2054]}, {"id": "1448", "type": "Feature", "properties": {"id": "ci38013352", "mag": 1.79, "time": 1506632691350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.990833, 33.765333, 14.42]}, "bbox": [-116.990833, 33.765333, -116.990833, 33.765333]}, {"id": "1449", "type": "Feature", "properties": {"id": "nn00607723", "mag": 1.0, "time": 1506632347835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1182, 38.2802, 11.5]}, "bbox": [-119.1182, 38.2802, -119.1182, 38.2802]}, {"id": "1450", "type": "Feature", "properties": {"id": "hv61925221", "mag": 1.37, "time": 1506631999030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.430333, 19.4155, 3.336]}, "bbox": [-155.430333, 19.4155, -155.430333, 19.4155]}, {"id": "1451", "type": "Feature", "properties": {"id": "ak16935443", "mag": 2.3, "time": 1506631969817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.484, 61.7831, 31.3]}, "bbox": [-149.484, 61.7831, -149.484, 61.7831]}, {"id": "1452", "type": "Feature", "properties": {"id": "us2000aw54", "mag": 2.4, "time": 1506631716330, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.3897, 35.6755, 5.86]}, "bbox": [-97.3897, 35.6755, -97.3897, 35.6755]}, {"id": "1453", "type": "Feature", "properties": {"id": "us2000aw51", "mag": 4.7, "time": 1506631326570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.2381, -7.2814, 142.87]}, "bbox": [129.2381, -7.2814, 129.2381, -7.2814]}, {"id": "1454", "type": "Feature", "properties": {"id": "ak16989658", "mag": 1.3, "time": 1506630830832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5815, 63.2958, 125.3]}, "bbox": [-150.5815, 63.2958, -150.5815, 63.2958]}, {"id": "1455", "type": "Feature", "properties": {"id": "ak16935439", "mag": 1.8, "time": 1506629924653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1989, 60.9639, 35.6]}, "bbox": [-148.1989, 60.9639, -148.1989, 60.9639]}, {"id": "1456", "type": "Feature", "properties": {"id": "ci38013336", "mag": 1.94, "time": 1506629828900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.131167, 32.218833, 17.71]}, "bbox": [-116.131167, 32.218833, -116.131167, 32.218833]}, {"id": "1457", "type": "Feature", "properties": {"id": "ak16989656", "mag": 1.2, "time": 1506629660078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.1036, 120.6]}, "bbox": [-151.0033, 63.1036, -151.0033, 63.1036]}, {"id": "1458", "type": "Feature", "properties": {"id": "mb80258194", "mag": 1.36, "time": 1506628850530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.870167, 10.85]}, "bbox": [-112.525833, 46.870167, -112.525833, 46.870167]}, {"id": "1459", "type": "Feature", "properties": {"id": "ak16989655", "mag": 1.6, "time": 1506628609513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2274, 59.9548, 119.1]}, "bbox": [-153.2274, 59.9548, -153.2274, 59.9548]}, {"id": "1460", "type": "Feature", "properties": {"id": "ak16989654", "mag": 1.5, "time": 1506627145969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4925, 59.606, 72.3]}, "bbox": [-152.4925, 59.606, -152.4925, 59.606]}, {"id": "1461", "type": "Feature", "properties": {"id": "nc72900741", "mag": 1.19, "time": 1506626419400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.631667, 36.039167, 2.5]}, "bbox": [-120.631667, 36.039167, -120.631667, 36.039167]}, {"id": "1462", "type": "Feature", "properties": {"id": "ak16989653", "mag": 1.4, "time": 1506626367074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3296, 60.9023, 42.3]}, "bbox": [-150.3296, 60.9023, -150.3296, 60.9023]}, {"id": "1463", "type": "Feature", "properties": {"id": "us2000aw2q", "mag": 4.9, "time": 1506625864960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-84.1381, 3.222, 33.2]}, "bbox": [-84.1381, 3.222, -84.1381, 3.222]}, {"id": "1464", "type": "Feature", "properties": {"id": "uu60249967", "mag": 1.41, "time": 1506625553170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457167, 42.614667, 6.24]}, "bbox": [-111.457167, 42.614667, -111.457167, 42.614667]}, {"id": "1465", "type": "Feature", "properties": {"id": "ak16933835", "mag": 2.9, "time": 1506625397763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.0327, 52.1592, 53.3]}, "bbox": [-171.0327, 52.1592, -171.0327, 52.1592]}, {"id": "1466", "type": "Feature", "properties": {"id": "ci38013288", "mag": 1.11, "time": 1506625160340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.118167, 33.2435, 12.25]}, "bbox": [-116.118167, 33.2435, -116.118167, 33.2435]}, {"id": "1467", "type": "Feature", "properties": {"id": "ak16989651", "mag": 1.3, "time": 1506624662212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6565, 62.7268, 75.5]}, "bbox": [-149.6565, 62.7268, -149.6565, 62.7268]}, {"id": "1468", "type": "Feature", "properties": {"id": "nn00607390", "mag": 1.2, "time": 1506624316884, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0954, 35.994, 9.6]}, "bbox": [-116.0954, 35.994, -116.0954, 35.994]}, {"id": "1469", "type": "Feature", "properties": {"id": "ak16933797", "mag": 2.1, "time": 1506623643983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.596, 60.994, 73.2]}, "bbox": [-151.596, 60.994, -151.596, 60.994]}, {"id": "1470", "type": "Feature", "properties": {"id": "ak16933794", "mag": 1.9, "time": 1506623613173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8361, 62.7886, 1.5]}, "bbox": [-151.8361, 62.7886, -151.8361, 62.7886]}, {"id": "1471", "type": "Feature", "properties": {"id": "ci38013264", "mag": 1.24, "time": 1506622262550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.530333, 35.347, 5.41]}, "bbox": [-118.530333, 35.347, -118.530333, 35.347]}, {"id": "1472", "type": "Feature", "properties": {"id": "ak16989648", "mag": 1.6, "time": 1506621791811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5986, 59.752, 76.2]}, "bbox": [-152.5986, 59.752, -152.5986, 59.752]}, {"id": "1473", "type": "Feature", "properties": {"id": "hv61924821", "mag": 2.4, "time": 1506621499160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.122167, 19.331, 7.032]}, "bbox": [-155.122167, 19.331, -155.122167, 19.331]}, {"id": "1474", "type": "Feature", "properties": {"id": "ak16933793", "mag": 1.6, "time": 1506621344909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8725, 59.9048, 16.1]}, "bbox": [-136.8725, 59.9048, -136.8725, 59.9048]}, {"id": "1475", "type": "Feature", "properties": {"id": "nc72900701", "mag": 1.21, "time": 1506621263930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.129833, 36.62, 9.54]}, "bbox": [-121.129833, 36.62, -121.129833, 36.62]}, {"id": "1476", "type": "Feature", "properties": {"id": "mb80258169", "mag": 1.95, "time": 1506620957630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.495833, 46.896167, 10.98]}, "bbox": [-112.495833, 46.896167, -112.495833, 46.896167]}, {"id": "1477", "type": "Feature", "properties": {"id": "ak16989646", "mag": 1.2, "time": 1506620810224, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5002, 61.5482, 31.5]}, "bbox": [-146.5002, 61.5482, -146.5002, 61.5482]}, {"id": "1478", "type": "Feature", "properties": {"id": "nc72900691", "mag": 1.44, "time": 1506620029980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.427167, 0.18]}, "bbox": [-122.995833, 39.427167, -122.995833, 39.427167]}, {"id": "1479", "type": "Feature", "properties": {"id": "ak16989645", "mag": 1.5, "time": 1506619134173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0379, 60.1776, 121.7]}, "bbox": [-153.0379, 60.1776, -153.0379, 60.1776]}, {"id": "1480", "type": "Feature", "properties": {"id": "ci38013232", "mag": 1.17, "time": 1506618737450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.506833, 5.73]}, "bbox": [-116.792167, 33.506833, -116.792167, 33.506833]}, {"id": "1481", "type": "Feature", "properties": {"id": "us2000avzh", "mag": 4.6, "time": 1506618485320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5691, 2.1483, 97.53]}, "bbox": [127.5691, 2.1483, 127.5691, 2.1483]}, {"id": "1482", "type": "Feature", "properties": {"id": "us2000avzb", "mag": 4.9, "time": 1506617586500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.0401, 6.0164, 50.8]}, "bbox": [120.0401, 6.0164, 120.0401, 6.0164]}, {"id": "1483", "type": "Feature", "properties": {"id": "ak16933018", "mag": 1.2, "time": 1506617374262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.7278, 64.1]}, "bbox": [-150.7645, 61.7278, -150.7645, 61.7278]}, {"id": "1484", "type": "Feature", "properties": {"id": "hv61924676", "mag": 1.37, "time": 1506617124930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.142167, 19.3215, 5.152]}, "bbox": [-155.142167, 19.3215, -155.142167, 19.3215]}, {"id": "1485", "type": "Feature", "properties": {"id": "ak16989643", "mag": 1.6, "time": 1506616564611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8062, 60.4189, 2.2]}, "bbox": [-147.8062, 60.4189, -147.8062, 60.4189]}, {"id": "1486", "type": "Feature", "properties": {"id": "ak16989642", "mag": 1.4, "time": 1506615776447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9273, 61.5228, 95.1]}, "bbox": [-151.9273, 61.5228, -151.9273, 61.5228]}, {"id": "1487", "type": "Feature", "properties": {"id": "ak16989641", "mag": 1.3, "time": 1506615666771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3551, 60.8947, 43.2]}, "bbox": [-150.3551, 60.8947, -150.3551, 60.8947]}, {"id": "1488", "type": "Feature", "properties": {"id": "us2000avyw", "mag": 2.7, "time": 1506615478140, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4394, 42.5767, 8.98]}, "bbox": [-111.4394, 42.5767, -111.4394, 42.5767]}, {"id": "1489", "type": "Feature", "properties": {"id": "nc72900646", "mag": 1.38, "time": 1506615468050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0045, 36.4415, 0.06]}, "bbox": [-121.0045, 36.4415, -121.0045, 36.4415]}, {"id": "1490", "type": "Feature", "properties": {"id": "ak16989640", "mag": 1.3, "time": 1506615161794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0408, 63.589, 132.5]}, "bbox": [-150.0408, 63.589, -150.0408, 63.589]}, {"id": "1491", "type": "Feature", "properties": {"id": "ak16989639", "mag": 1.2, "time": 1506615119980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3231, 63.0526, 91.1]}, "bbox": [-150.3231, 63.0526, -150.3231, 63.0526]}, {"id": "1492", "type": "Feature", "properties": {"id": "ak16933017", "mag": 2.0, "time": 1506614678900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3488, 68.1439, 6.8]}, "bbox": [-136.3488, 68.1439, -136.3488, 68.1439]}, {"id": "1493", "type": "Feature", "properties": {"id": "ak16989637", "mag": 2.0, "time": 1506614163379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1177, 57.8245, 115.5]}, "bbox": [-156.1177, 57.8245, -156.1177, 57.8245]}, {"id": "1494", "type": "Feature", "properties": {"id": "nc72900616", "mag": 1.97, "time": 1506613917930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833833, 37.506167, 0.46]}, "bbox": [-118.833833, 37.506167, -118.833833, 37.506167]}, {"id": "1495", "type": "Feature", "properties": {"id": "ak16933016", "mag": 1.5, "time": 1506613537003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1247, 62.197, 80.3]}, "bbox": [-151.1247, 62.197, -151.1247, 62.197]}, {"id": "1496", "type": "Feature", "properties": {"id": "nc72900606", "mag": 1.53, "time": 1506612805340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.996667, 39.425333, 0.77]}, "bbox": [-122.996667, 39.425333, -122.996667, 39.425333]}, {"id": "1497", "type": "Feature", "properties": {"id": "ak16989634", "mag": 1.6, "time": 1506612409300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4495, 58.785, 109.1]}, "bbox": [-154.4495, 58.785, -154.4495, 58.785]}, {"id": "1498", "type": "Feature", "properties": {"id": "ak16989633", "mag": 1.3, "time": 1506612360069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6854, 61.515, 2.6]}, "bbox": [-140.6854, 61.515, -140.6854, 61.515]}, {"id": "1499", "type": "Feature", "properties": {"id": "us2000avy5", "mag": 2.4, "time": 1506612136390, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1391, 37.351, 10.96]}, "bbox": [-98.1391, 37.351, -98.1391, 37.351]}, {"id": "1500", "type": "Feature", "properties": {"id": "ak16932254", "mag": 1.6, "time": 1506612041072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9819, 62.3692, 40.1]}, "bbox": [-147.9819, 62.3692, -147.9819, 62.3692]}, {"id": "1501", "type": "Feature", "properties": {"id": "us2000avxu", "mag": 2.3, "time": 1506611699680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3926, 36.3885, 15.33]}, "bbox": [-98.3926, 36.3885, -98.3926, 36.3885]}, {"id": "1502", "type": "Feature", "properties": {"id": "ak16932252", "mag": 1.4, "time": 1506611616543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7975, 61.8375, 20.1]}, "bbox": [-148.7975, 61.8375, -148.7975, 61.8375]}, {"id": "1503", "type": "Feature", "properties": {"id": "nc72900586", "mag": 1.03, "time": 1506611392120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821335, 38.808834, 2.14]}, "bbox": [-122.821335, 38.808834, -122.821335, 38.808834]}, {"id": "1504", "type": "Feature", "properties": {"id": "nc72900581", "mag": 1.68, "time": 1506611003850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995167, 39.428167, 0.76]}, "bbox": [-122.995167, 39.428167, -122.995167, 39.428167]}, {"id": "1505", "type": "Feature", "properties": {"id": "nc72900571", "mag": 3.21, "time": 1506610414710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1635, 40.137833, 15.62]}, "bbox": [-127.1635, 40.137833, -127.1635, 40.137833]}, {"id": "1506", "type": "Feature", "properties": {"id": "ak16932251", "mag": 2.9, "time": 1506610104421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9091, 51.7632, 40.8]}, "bbox": [-174.9091, 51.7632, -174.9091, 51.7632]}, {"id": "1507", "type": "Feature", "properties": {"id": "uu60249947", "mag": 1.1, "time": 1506608975840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421333, 42.593667, 5.84]}, "bbox": [-111.421333, 42.593667, -111.421333, 42.593667]}, {"id": "1508", "type": "Feature", "properties": {"id": "nc72900556", "mag": 1.09, "time": 1506608575910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6065, 3.9]}, "bbox": [-118.821333, 37.6065, -118.821333, 37.6065]}, {"id": "1509", "type": "Feature", "properties": {"id": "uu60249942", "mag": 1.52, "time": 1506608341480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415667, 42.591167, 5.46]}, "bbox": [-111.415667, 42.591167, -111.415667, 42.591167]}, {"id": "1510", "type": "Feature", "properties": {"id": "ak16932247", "mag": 2.1, "time": 1506608150712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4995, 59.282, 98.9]}, "bbox": [-153.4995, 59.282, -153.4995, 59.282]}, {"id": "1511", "type": "Feature", "properties": {"id": "ak16989627", "mag": 1.2, "time": 1506607597338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5495, 63.4604, 104.2]}, "bbox": [-149.5495, 63.4604, -149.5495, 63.4604]}, {"id": "1512", "type": "Feature", "properties": {"id": "ak16989625", "mag": 1.6, "time": 1506607488149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3463, 61.0393, 106.1]}, "bbox": [-152.3463, 61.0393, -152.3463, 61.0393]}, {"id": "1513", "type": "Feature", "properties": {"id": "ak16932246", "mag": 1.4, "time": 1506606933995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1075, 61.1056, 49.5]}, "bbox": [-150.1075, 61.1056, -150.1075, 61.1056]}, {"id": "1514", "type": "Feature", "properties": {"id": "ak16932241", "mag": 2.4, "time": 1506606217414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3566, 59.8225, 132.2]}, "bbox": [-153.3566, 59.8225, -153.3566, 59.8225]}, {"id": "1515", "type": "Feature", "properties": {"id": "nn00607373", "mag": 1.4, "time": 1506605920785, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4887, 38.6992, 5.0]}, "bbox": [-118.4887, 38.6992, -118.4887, 38.6992]}, {"id": "1516", "type": "Feature", "properties": {"id": "ak16989622", "mag": 1.0, "time": 1506605668248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.09, 62.8911, 77.4]}, "bbox": [-149.09, 62.8911, -149.09, 62.8911]}, {"id": "1517", "type": "Feature", "properties": {"id": "ak16932239", "mag": 1.5, "time": 1506605540122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5382, 63.0052, 72.9]}, "bbox": [-149.5382, 63.0052, -149.5382, 63.0052]}, {"id": "1518", "type": "Feature", "properties": {"id": "nc72900531", "mag": 1.45, "time": 1506605237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023333, 37.519667, 2.73]}, "bbox": [-119.023333, 37.519667, -119.023333, 37.519667]}, {"id": "1519", "type": "Feature", "properties": {"id": "uw61334636", "mag": 1.41, "time": 1506604992060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.905, 48.235833, 11.65]}, "bbox": [-121.905, 48.235833, -121.905, 48.235833]}, {"id": "1520", "type": "Feature", "properties": {"id": "ak16989620", "mag": 1.1, "time": 1506604766781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9752, 64.7557, 17.5]}, "bbox": [-139.9752, 64.7557, -139.9752, 64.7557]}, {"id": "1521", "type": "Feature", "properties": {"id": "nc72900521", "mag": 1.23, "time": 1506604242090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.078, 37.663333, 7.74]}, "bbox": [-122.078, 37.663333, -122.078, 37.663333]}, {"id": "1522", "type": "Feature", "properties": {"id": "ak16989619", "mag": 1.3, "time": 1506603071727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.42, 61.0462, 108.0]}, "bbox": [-152.42, 61.0462, -152.42, 61.0462]}, {"id": "1523", "type": "Feature", "properties": {"id": "uu60249937", "mag": 2.05, "time": 1506602964450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440333, 42.584, 3.5]}, "bbox": [-111.440333, 42.584, -111.440333, 42.584]}, {"id": "1524", "type": "Feature", "properties": {"id": "ak16931481", "mag": 1.0, "time": 1506601991313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.596, 66.821, 3.1]}, "bbox": [-143.596, 66.821, -143.596, 66.821]}, {"id": "1525", "type": "Feature", "properties": {"id": "ak16989616", "mag": 1.3, "time": 1506601744056, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1565, 57.9069, 53.3]}, "bbox": [-154.1565, 57.9069, -154.1565, 57.9069]}, {"id": "1526", "type": "Feature", "properties": {"id": "ak16989615", "mag": 1.2, "time": 1506601651411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3908, 68.9058, 5.0]}, "bbox": [-147.3908, 68.9058, -147.3908, 68.9058]}, {"id": "1527", "type": "Feature", "properties": {"id": "ak16931479", "mag": 1.4, "time": 1506601472327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4079, 61.6728, 40.0]}, "bbox": [-146.4079, 61.6728, -146.4079, 61.6728]}, {"id": "1528", "type": "Feature", "properties": {"id": "ak16931477", "mag": 1.1, "time": 1506601302752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8998, 65.8646, 6.1]}, "bbox": [-150.8998, 65.8646, -150.8998, 65.8646]}, {"id": "1529", "type": "Feature", "properties": {"id": "nc72900496", "mag": 1.36, "time": 1506601178090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.535, 2.88]}, "bbox": [-118.88, 37.535, -118.88, 37.535]}, {"id": "1530", "type": "Feature", "properties": {"id": "ak16931475", "mag": 1.2, "time": 1506600842484, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.174, 61.7151, 0.0]}, "bbox": [-148.174, 61.7151, -148.174, 61.7151]}, {"id": "1531", "type": "Feature", "properties": {"id": "nc72900446", "mag": 2.75, "time": 1506598677940, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.825333, 38.840167, 1.73]}, "bbox": [-122.825333, 38.840167, -122.825333, 38.840167]}, {"id": "1532", "type": "Feature", "properties": {"id": "ak16930710", "mag": 2.2, "time": 1506598490657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4189, 62.1612, 87.1]}, "bbox": [-151.4189, 62.1612, -151.4189, 62.1612]}, {"id": "1533", "type": "Feature", "properties": {"id": "us2000avvw", "mag": 5.3, "time": 1506598185690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.558, 28.7786, 10.0]}, "bbox": [140.558, 28.7786, 140.558, 28.7786]}, {"id": "1534", "type": "Feature", "properties": {"id": "ak16989610", "mag": 1.2, "time": 1506597726479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 63.0271, 90.0]}, "bbox": [-150.1805, 63.0271, -150.1805, 63.0271]}, {"id": "1535", "type": "Feature", "properties": {"id": "nc72900431", "mag": 1.92, "time": 1506596753080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.485667, 38.5015, 5.55]}, "bbox": [-119.485667, 38.5015, -119.485667, 38.5015]}, {"id": "1536", "type": "Feature", "properties": {"id": "ak16989609", "mag": 1.5, "time": 1506596722964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1313, 51.5863, 44.2]}, "bbox": [-178.1313, 51.5863, -178.1313, 51.5863]}, {"id": "1537", "type": "Feature", "properties": {"id": "ak16930709", "mag": 1.4, "time": 1506596180091, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9834, 61.0931, 56.8]}, "bbox": [-150.9834, 61.0931, -150.9834, 61.0931]}, {"id": "1538", "type": "Feature", "properties": {"id": "ak16930708", "mag": 3.1, "time": 1506595515294, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.7195, 51.6195, 25.6]}, "bbox": [176.7195, 51.6195, 176.7195, 51.6195]}, {"id": "1539", "type": "Feature", "properties": {"id": "ak16989606", "mag": 1.5, "time": 1506595427986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5238, 51.5739, 68.8]}, "bbox": [-177.5238, 51.5739, -177.5238, 51.5739]}, {"id": "1540", "type": "Feature", "properties": {"id": "nc72900416", "mag": 1.17, "time": 1506594935360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.096, 36.553167, 9.44]}, "bbox": [-121.096, 36.553167, -121.096, 36.553167]}, {"id": "1541", "type": "Feature", "properties": {"id": "ak16930706", "mag": 1.2, "time": 1506593895889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.338, 63.1851, 0.0]}, "bbox": [-151.338, 63.1851, -151.338, 63.1851]}, {"id": "1542", "type": "Feature", "properties": {"id": "ci38012984", "mag": 1.12, "time": 1506593315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6855, 35.838833, 4.14]}, "bbox": [-117.6855, 35.838833, -117.6855, 35.838833]}, {"id": "1543", "type": "Feature", "properties": {"id": "nc72900391", "mag": 1.49, "time": 1506592222290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823333, 37.607, 4.05]}, "bbox": [-118.823333, 37.607, -118.823333, 37.607]}, {"id": "1544", "type": "Feature", "properties": {"id": "ak16930705", "mag": 1.1, "time": 1506591630653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3689, 61.3755, 23.9]}, "bbox": [-150.3689, 61.3755, -150.3689, 61.3755]}, {"id": "1545", "type": "Feature", "properties": {"id": "ci38012952", "mag": 1.31, "time": 1506591135600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.834333, 32.734667, 5.37]}, "bbox": [-115.834333, 32.734667, -115.834333, 32.734667]}, {"id": "1546", "type": "Feature", "properties": {"id": "hv61924526", "mag": 1.45, "time": 1506590418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.392167, 9.534]}, "bbox": [-155.421333, 19.392167, -155.421333, 19.392167]}, {"id": "1547", "type": "Feature", "properties": {"id": "nc72900381", "mag": 1.63, "time": 1506590284210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2205, 38.063167, 9.05]}, "bbox": [-122.2205, 38.063167, -122.2205, 38.063167]}, {"id": "1548", "type": "Feature", "properties": {"id": "us2000avu4", "mag": 4.4, "time": 1506589563580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6261, -23.7242, 196.73]}, "bbox": [-66.6261, -23.7242, -66.6261, -23.7242]}, {"id": "1549", "type": "Feature", "properties": {"id": "ak16989602", "mag": 2.7, "time": 1506589434755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4192, 52.1877, 22.9]}, "bbox": [-170.4192, 52.1877, -170.4192, 52.1877]}, {"id": "1550", "type": "Feature", "properties": {"id": "ci38012928", "mag": 1.18, "time": 1506589107820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7675, 33.325167, 12.65]}, "bbox": [-116.7675, 33.325167, -116.7675, 33.325167]}, {"id": "1551", "type": "Feature", "properties": {"id": "ak16989601", "mag": 1.5, "time": 1506589104993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4957, 51.6758, 15.5]}, "bbox": [-178.4957, 51.6758, -178.4957, 51.6758]}, {"id": "1552", "type": "Feature", "properties": {"id": "ak16929945", "mag": 2.3, "time": 1506588754779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7058, 62.131, 34.9]}, "bbox": [-149.7058, 62.131, -149.7058, 62.131]}, {"id": "1553", "type": "Feature", "properties": {"id": "ak16929940", "mag": 2.6, "time": 1506588542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6191, 66.8364, 10.5]}, "bbox": [-143.6191, 66.8364, -143.6191, 66.8364]}, {"id": "1554", "type": "Feature", "properties": {"id": "nn00607351", "mag": 1.4, "time": 1506588343442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9118, 38.3801, 6.4]}, "bbox": [-118.9118, 38.3801, -118.9118, 38.3801]}, {"id": "1555", "type": "Feature", "properties": {"id": "ak16929936", "mag": 2.0, "time": 1506587984225, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4437, 61.9903, 29.6]}, "bbox": [-147.4437, 61.9903, -147.4437, 61.9903]}, {"id": "1556", "type": "Feature", "properties": {"id": "mb80258129", "mag": 1.62, "time": 1506587784100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.868167, 10.62]}, "bbox": [-112.525167, 46.868167, -112.525167, 46.868167]}, {"id": "1557", "type": "Feature", "properties": {"id": "nc72900351", "mag": 1.19, "time": 1506586386820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.536333, 3.07]}, "bbox": [-118.880833, 37.536333, -118.880833, 37.536333]}, {"id": "1558", "type": "Feature", "properties": {"id": "us2000avte", "mag": 4.7, "time": 1506586379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [117.1706, -10.7291, 10.0]}, "bbox": [117.1706, -10.7291, 117.1706, -10.7291]}, {"id": "1559", "type": "Feature", "properties": {"id": "us2000avtg", "mag": 5.3, "time": 1506586316130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.2449, 20.2657, 10.0]}, "bbox": [145.2449, 20.2657, 145.2449, 20.2657]}, {"id": "1560", "type": "Feature", "properties": {"id": "ak16929174", "mag": 2.3, "time": 1506586272361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7694, 61.6101, 47.2]}, "bbox": [-149.7694, 61.6101, -149.7694, 61.6101]}, {"id": "1561", "type": "Feature", "properties": {"id": "nc72900346", "mag": 1.18, "time": 1506586053100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823, 37.610167, 4.21]}, "bbox": [-118.823, 37.610167, -118.823, 37.610167]}, {"id": "1562", "type": "Feature", "properties": {"id": "uw61334586", "mag": 2.19, "time": 1506585933680, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.6315, 48.074, -0.77]}, "bbox": [-121.6315, 48.074, -121.6315, 48.074]}, {"id": "1563", "type": "Feature", "properties": {"id": "nn00607345", "mag": 1.8, "time": 1506585602623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6237, 38.7874, 8.5]}, "bbox": [-119.6237, 38.7874, -119.6237, 38.7874]}, {"id": "1564", "type": "Feature", "properties": {"id": "ak16929171", "mag": 1.6, "time": 1506585414754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1681, 58.2365, 0.7]}, "bbox": [-155.1681, 58.2365, -155.1681, 58.2365]}, {"id": "1565", "type": "Feature", "properties": {"id": "hv61924441", "mag": 1.7, "time": 1506585350220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.865167, 19.430333, 13.243]}, "bbox": [-155.865167, 19.430333, -155.865167, 19.430333]}, {"id": "1566", "type": "Feature", "properties": {"id": "nc72900326", "mag": 1.41, "time": 1506585322460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751, 38.783, 2.58]}, "bbox": [-122.751, 38.783, -122.751, 38.783]}, {"id": "1567", "type": "Feature", "properties": {"id": "ak16929167", "mag": 2.4, "time": 1506585219017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0108, 65.3932, 8.2]}, "bbox": [-166.0108, 65.3932, -166.0108, 65.3932]}, {"id": "1568", "type": "Feature", "properties": {"id": "ak16929164", "mag": 1.6, "time": 1506585151006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7632, 61.6155, 48.1]}, "bbox": [-149.7632, 61.6155, -149.7632, 61.6155]}, {"id": "1569", "type": "Feature", "properties": {"id": "nn00607342", "mag": 1.4, "time": 1506584922597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6325, 38.7911, 6.5]}, "bbox": [-119.6325, 38.7911, -119.6325, 38.7911]}, {"id": "1570", "type": "Feature", "properties": {"id": "ak16929162", "mag": 1.5, "time": 1506584839080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6957, 59.8727, 1.2]}, "bbox": [-136.6957, 59.8727, -136.6957, 59.8727]}, {"id": "1571", "type": "Feature", "properties": {"id": "mb80258114", "mag": 1.59, "time": 1506584469140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.867333, 10.81]}, "bbox": [-112.525167, 46.867333, -112.525167, 46.867333]}, {"id": "1572", "type": "Feature", "properties": {"id": "mb80258109", "mag": 1.16, "time": 1506584073450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.878167, 13.02]}, "bbox": [-112.53, 46.878167, -112.53, 46.878167]}, {"id": "1573", "type": "Feature", "properties": {"id": "ci38012872", "mag": 1.17, "time": 1506583959450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817833, 34.8665, 6.68]}, "bbox": [-118.817833, 34.8665, -118.817833, 34.8665]}, {"id": "1574", "type": "Feature", "properties": {"id": "ak16989588", "mag": 1.8, "time": 1506583466047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2642, 60.2053, 132.7]}, "bbox": [-153.2642, 60.2053, -153.2642, 60.2053]}, {"id": "1575", "type": "Feature", "properties": {"id": "us2000awdi", "mag": 1.5, "time": 1506583342200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.1659, 45.241, 4.82]}, "bbox": [-69.1659, 45.241, -69.1659, 45.241]}, {"id": "1576", "type": "Feature", "properties": {"id": "us2000avsq", "mag": 4.8, "time": 1506582689240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.4054, 37.4649, 44.08]}, "bbox": [141.4054, 37.4649, 141.4054, 37.4649]}, {"id": "1577", "type": "Feature", "properties": {"id": "ak16928412", "mag": 1.8, "time": 1506582059678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6189, 67.5652, 16.4]}, "bbox": [-159.6189, 67.5652, -159.6189, 67.5652]}, {"id": "1578", "type": "Feature", "properties": {"id": "ak16928397", "mag": 2.0, "time": 1506580602424, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1188, 61.1485, 13.0]}, "bbox": [-150.1188, 61.1485, -150.1188, 61.1485]}, {"id": "1579", "type": "Feature", "properties": {"id": "ak16928399", "mag": 1.1, "time": 1506580596261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8057, 66.0421, 6.0]}, "bbox": [-149.8057, 66.0421, -149.8057, 66.0421]}, {"id": "1580", "type": "Feature", "properties": {"id": "nc72900281", "mag": 1.14, "time": 1506579131440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.5365, 3.19]}, "bbox": [-118.88, 37.5365, -118.88, 37.5365]}, {"id": "1581", "type": "Feature", "properties": {"id": "ak16928394", "mag": 1.6, "time": 1506578908430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0895, 61.7515, 17.4]}, "bbox": [-149.0895, 61.7515, -149.0895, 61.7515]}, {"id": "1582", "type": "Feature", "properties": {"id": "ci38012840", "mag": 0.96, "time": 1506578825230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767667, 36.025167, 1.05]}, "bbox": [-117.767667, 36.025167, -117.767667, 36.025167]}, {"id": "1583", "type": "Feature", "properties": {"id": "ci38012832", "mag": 1.0, "time": 1506578679490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.884833, 33.846833, 11.18]}, "bbox": [-117.884833, 33.846833, -117.884833, 33.846833]}, {"id": "1584", "type": "Feature", "properties": {"id": "uu60249902", "mag": 1.26, "time": 1506578472190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.285833, 41.514167, 1.58]}, "bbox": [-112.285833, 41.514167, -112.285833, 41.514167]}, {"id": "1585", "type": "Feature", "properties": {"id": "uu60249897", "mag": 1.56, "time": 1506578161990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4205, 42.5195, 5.83]}, "bbox": [-111.4205, 42.5195, -111.4205, 42.5195]}, {"id": "1586", "type": "Feature", "properties": {"id": "ak16989578", "mag": 1.2, "time": 1506577617968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0285, 60.9615, 99.9]}, "bbox": [-152.0285, 60.9615, -152.0285, 60.9615]}, {"id": "1587", "type": "Feature", "properties": {"id": "ak16927642", "mag": 2.5, "time": 1506576956542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4519, 60.4702, 49.5]}, "bbox": [-151.4519, 60.4702, -151.4519, 60.4702]}, {"id": "1588", "type": "Feature", "properties": {"id": "ak16927639", "mag": 1.1, "time": 1506575989243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9371, 64.4345, 12.0]}, "bbox": [-147.9371, 64.4345, -147.9371, 64.4345]}, {"id": "1589", "type": "Feature", "properties": {"id": "us2000avrg", "mag": 4.2, "time": 1506575321430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9228, 16.6784, 58.25]}, "bbox": [-94.9228, 16.6784, -94.9228, 16.6784]}, {"id": "1590", "type": "Feature", "properties": {"id": "ak16927634", "mag": 1.4, "time": 1506574806948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9601, 61.6771, 57.6]}, "bbox": [-150.9601, 61.6771, -150.9601, 61.6771]}, {"id": "1591", "type": "Feature", "properties": {"id": "us2000avr9", "mag": 3.0, "time": 1506574593800, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8025, 35.9915, 5.225]}, "bbox": [-96.8025, 35.9915, -96.8025, 35.9915]}, {"id": "1592", "type": "Feature", "properties": {"id": "nc72900251", "mag": 1.08, "time": 1506573201460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.876833, 37.531833, 2.55]}, "bbox": [-118.876833, 37.531833, -118.876833, 37.531833]}, {"id": "1593", "type": "Feature", "properties": {"id": "ak16989573", "mag": 1.0, "time": 1506573124099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1846, 68.5953, 17.3]}, "bbox": [-147.1846, 68.5953, -147.1846, 68.5953]}, {"id": "1594", "type": "Feature", "properties": {"id": "nc72900241", "mag": 2.37, "time": 1506572664450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8255, 37.454833, 2.13]}, "bbox": [-118.8255, 37.454833, -118.8255, 37.454833]}, {"id": "1595", "type": "Feature", "properties": {"id": "nc72900236", "mag": 1.11, "time": 1506572038110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.088333, 36.5915, 6.51]}, "bbox": [-121.088333, 36.5915, -121.088333, 36.5915]}, {"id": "1596", "type": "Feature", "properties": {"id": "ak16927631", "mag": 2.2, "time": 1506572029624, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6248, 51.535, 13.6]}, "bbox": [178.6248, 51.535, 178.6248, 51.535]}, {"id": "1597", "type": "Feature", "properties": {"id": "ak16989570", "mag": 1.3, "time": 1506571605724, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1124, 61.418, 10.3]}, "bbox": [-154.1124, 61.418, -154.1124, 61.418]}, {"id": "1598", "type": "Feature", "properties": {"id": "us2000avr1", "mag": 2.8, "time": 1506571358890, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1712, 37.3741, 5.0]}, "bbox": [-98.1712, 37.3741, -98.1712, 37.3741]}, {"id": "1599", "type": "Feature", "properties": {"id": "us2000avqw", "mag": 3.2, "time": 1506571014630, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1535, 37.3739, 5.0]}, "bbox": [-98.1535, 37.3739, -98.1535, 37.3739]}, {"id": "1600", "type": "Feature", "properties": {"id": "us2000avr2", "mag": 4.9, "time": 1506570988200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.8102, -5.2471, 64.55]}, "bbox": [151.8102, -5.2471, 151.8102, -5.2471]}, {"id": "1601", "type": "Feature", "properties": {"id": "nc72900206", "mag": 1.12, "time": 1506569953990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.5315, 2.34]}, "bbox": [-118.878833, 37.5315, -118.878833, 37.5315]}, {"id": "1602", "type": "Feature", "properties": {"id": "nc72900201", "mag": 1.78, "time": 1506569868050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.191167, 36.174833, 16.31]}, "bbox": [-120.191167, 36.174833, -120.191167, 36.174833]}, {"id": "1603", "type": "Feature", "properties": {"id": "mb80258089", "mag": 0.96, "time": 1506568483250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.872833, 14.45]}, "bbox": [-112.5215, 46.872833, -112.5215, 46.872833]}, {"id": "1604", "type": "Feature", "properties": {"id": "nc72900166", "mag": 1.94, "time": 1506568350160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.970833, 36.399167, 0.33]}, "bbox": [-120.970833, 36.399167, -120.970833, 36.399167]}, {"id": "1605", "type": "Feature", "properties": {"id": "nc72900156", "mag": 1.95, "time": 1506567041430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.535167, 2.92]}, "bbox": [-118.8805, 37.535167, -118.8805, 37.535167]}, {"id": "1606", "type": "Feature", "properties": {"id": "nn00607321", "mag": 1.0, "time": 1506566989487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0173, 39.5809, 8.3]}, "bbox": [-120.0173, 39.5809, -120.0173, 39.5809]}, {"id": "1607", "type": "Feature", "properties": {"id": "ci38012696", "mag": 1.54, "time": 1506566359150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3855, 33.309667, 7.18]}, "bbox": [-116.3855, 33.309667, -116.3855, 33.309667]}, {"id": "1608", "type": "Feature", "properties": {"id": "ak16926883", "mag": 1.4, "time": 1506564828219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7449, 64.3314, 9.4]}, "bbox": [-150.7449, 64.3314, -150.7449, 64.3314]}, {"id": "1609", "type": "Feature", "properties": {"id": "ak16926881", "mag": 1.6, "time": 1506563449576, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7299, 60.5992, 21.1]}, "bbox": [-148.7299, 60.5992, -148.7299, 60.5992]}, {"id": "1610", "type": "Feature", "properties": {"id": "us2000avqf", "mag": 3.5, "time": 1506563003590, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-1.5206, 47.8948, 7.47]}, "bbox": [-1.5206, 47.8948, -1.5206, 47.8948]}, {"id": "1611", "type": "Feature", "properties": {"id": "us2000avq4", "mag": 3.4, "time": 1506562916490, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.8862, 9.972, 12.77]}, "bbox": [-83.8862, 9.972, -83.8862, 9.972]}, {"id": "1612", "type": "Feature", "properties": {"id": "ak16926876", "mag": 1.5, "time": 1506562750811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2038, 62.3276, 80.2]}, "bbox": [-151.2038, 62.3276, -151.2038, 62.3276]}, {"id": "1613", "type": "Feature", "properties": {"id": "ak16989563", "mag": 2.4, "time": 1506562282380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5433, 52.3165, 175.4]}, "bbox": [-174.5433, 52.3165, -174.5433, 52.3165]}, {"id": "1614", "type": "Feature", "properties": {"id": "ci38012648", "mag": 1.44, "time": 1506561221540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9255, 33.975833, 5.98]}, "bbox": [-116.9255, 33.975833, -116.9255, 33.975833]}, {"id": "1615", "type": "Feature", "properties": {"id": "ak16989561", "mag": 1.2, "time": 1506560682030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3529, 60.5442, 7.3]}, "bbox": [-148.3529, 60.5442, -148.3529, 60.5442]}, {"id": "1616", "type": "Feature", "properties": {"id": "uu60249877", "mag": 2.9, "time": 1506560508370, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.946, 38.905, 8.36]}, "bbox": [-111.946, 38.905, -111.946, 38.905]}, {"id": "1617", "type": "Feature", "properties": {"id": "ci38012624", "mag": 1.0, "time": 1506559691050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812, 36.016833, 1.28]}, "bbox": [-117.812, 36.016833, -117.812, 36.016833]}, {"id": "1618", "type": "Feature", "properties": {"id": "ci38012616", "mag": 1.66, "time": 1506559333880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.939667, 33.686667, 9.17]}, "bbox": [-115.939667, 33.686667, -115.939667, 33.686667]}, {"id": "1619", "type": "Feature", "properties": {"id": "ak16926874", "mag": 1.3, "time": 1506559196699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5701, 61.4562, 64.2]}, "bbox": [-150.5701, 61.4562, -150.5701, 61.4562]}, {"id": "1620", "type": "Feature", "properties": {"id": "nc72900121", "mag": 1.32, "time": 1506558055260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.2635, 39.396667, 0.45]}, "bbox": [-123.2635, 39.396667, -123.2635, 39.396667]}, {"id": "1621", "type": "Feature", "properties": {"id": "ak16989559", "mag": 1.0, "time": 1506557933118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9128, 61.7015, 46.8]}, "bbox": [-149.9128, 61.7015, -149.9128, 61.7015]}, {"id": "1622", "type": "Feature", "properties": {"id": "ci38012608", "mag": 1.47, "time": 1506557437030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.089667, 35.6985, 2.41]}, "bbox": [-118.089667, 35.6985, -118.089667, 35.6985]}, {"id": "1623", "type": "Feature", "properties": {"id": "nc72900106", "mag": 1.15, "time": 1506556889810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794, 38.821167, 2.63]}, "bbox": [-122.794, 38.821167, -122.794, 38.821167]}, {"id": "1624", "type": "Feature", "properties": {"id": "nn00607313", "mag": 1.3, "time": 1506556883650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1041, 37.378, 3.6]}, "bbox": [-115.1041, 37.378, -115.1041, 37.378]}, {"id": "1625", "type": "Feature", "properties": {"id": "mb80258084", "mag": 1.57, "time": 1506556538250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.874833, 14.66]}, "bbox": [-112.526333, 46.874833, -112.526333, 46.874833]}, {"id": "1626", "type": "Feature", "properties": {"id": "nn00607310", "mag": 1.6, "time": 1506556172753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.059, 37.1112, 7.3]}, "bbox": [-117.059, 37.1112, -117.059, 37.1112]}, {"id": "1627", "type": "Feature", "properties": {"id": "ak16926873", "mag": 1.3, "time": 1506556116361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4042, 53.8015, 12.7]}, "bbox": [-166.4042, 53.8015, -166.4042, 53.8015]}, {"id": "1628", "type": "Feature", "properties": {"id": "nc72900096", "mag": 1.12, "time": 1506556022400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.731667, 38.760166, 1.18]}, "bbox": [-122.731667, 38.760166, -122.731667, 38.760166]}, {"id": "1629", "type": "Feature", "properties": {"id": "ak16988195", "mag": 1.9, "time": 1506555035171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0633, 60.0089, 114.1]}, "bbox": [-153.0633, 60.0089, -153.0633, 60.0089]}, {"id": "1630", "type": "Feature", "properties": {"id": "us2000avn9", "mag": 4.2, "time": 1506555004800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.4365, -8.2451, 154.02]}, "bbox": [119.4365, -8.2451, 119.4365, -8.2451]}, {"id": "1631", "type": "Feature", "properties": {"id": "nc72900086", "mag": 1.16, "time": 1506554882180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.738335, 38.755333, 0.36]}, "bbox": [-122.738335, 38.755333, -122.738335, 38.755333]}, {"id": "1632", "type": "Feature", "properties": {"id": "ak16926134", "mag": 1.1, "time": 1506554881350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2845, 60.8545, 21.3]}, "bbox": [-146.2845, 60.8545, -146.2845, 60.8545]}, {"id": "1633", "type": "Feature", "properties": {"id": "ak16988193", "mag": 1.0, "time": 1506554670593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1097, 62.4437, 13.6]}, "bbox": [-150.1097, 62.4437, -150.1097, 62.4437]}, {"id": "1634", "type": "Feature", "properties": {"id": "ak16926036", "mag": 1.3, "time": 1506554241873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6125, 61.555, 35.5]}, "bbox": [-149.6125, 61.555, -149.6125, 61.555]}, {"id": "1635", "type": "Feature", "properties": {"id": "nc72900081", "mag": 1.22, "time": 1506554024900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832, 37.5385, 4.78]}, "bbox": [-118.832, 37.5385, -118.832, 37.5385]}, {"id": "1636", "type": "Feature", "properties": {"id": "ci38012576", "mag": 1.27, "time": 1506553539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.392833, 34.878667, 4.66]}, "bbox": [-117.392833, 34.878667, -117.392833, 34.878667]}, {"id": "1637", "type": "Feature", "properties": {"id": "ak16926028", "mag": 1.6, "time": 1506553116940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5885, 67.5732, 17.6]}, "bbox": [-159.5885, 67.5732, -159.5885, 67.5732]}, {"id": "1638", "type": "Feature", "properties": {"id": "ci38012568", "mag": 1.61, "time": 1506552976740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.666667, 13.28]}, "bbox": [-116.758833, 33.666667, -116.758833, 33.666667]}, {"id": "1639", "type": "Feature", "properties": {"id": "ak16926026", "mag": 1.6, "time": 1506552344260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6143, 63.0496, 5.8]}, "bbox": [-151.6143, 63.0496, -151.6143, 63.0496]}, {"id": "1640", "type": "Feature", "properties": {"id": "ak16988188", "mag": 1.0, "time": 1506552342400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0102, 64.7419, 2.4]}, "bbox": [-140.0102, 64.7419, -140.0102, 64.7419]}, {"id": "1641", "type": "Feature", "properties": {"id": "ak16926025", "mag": 1.7, "time": 1506551886678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4287, 51.666, 13.3]}, "bbox": [-178.4287, 51.666, -178.4287, 51.666]}, {"id": "1642", "type": "Feature", "properties": {"id": "uu60249842", "mag": 1.14, "time": 1506551770950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.297667, 41.517833, 3.93]}, "bbox": [-112.297667, 41.517833, -112.297667, 41.517833]}, {"id": "1643", "type": "Feature", "properties": {"id": "ak16926021", "mag": 1.0, "time": 1506550963839, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7318, 63.2463, 16.3]}, "bbox": [-151.7318, 63.2463, -151.7318, 63.2463]}, {"id": "1644", "type": "Feature", "properties": {"id": "ci38012528", "mag": 1.36, "time": 1506549674520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.505667, 5.04]}, "bbox": [-116.792167, 33.505667, -116.792167, 33.505667]}, {"id": "1645", "type": "Feature", "properties": {"id": "us2000avlw", "mag": 4.5, "time": 1506549399140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.4716, 24.998, 125.83]}, "bbox": [123.4716, 24.998, 123.4716, 24.998]}, {"id": "1646", "type": "Feature", "properties": {"id": "ak16988184", "mag": 1.9, "time": 1506549387020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4366, 51.4823, 54.4]}, "bbox": [-177.4366, 51.4823, -177.4366, 51.4823]}, {"id": "1647", "type": "Feature", "properties": {"id": "nc72900041", "mag": 1.15, "time": 1506549261590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745331, 38.788502, 0.88]}, "bbox": [-122.745331, 38.788502, -122.745331, 38.788502]}, {"id": "1648", "type": "Feature", "properties": {"id": "uu60249832", "mag": 1.22, "time": 1506548944800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.294333, 41.516333, 2.01]}, "bbox": [-112.294333, 41.516333, -112.294333, 41.516333]}, {"id": "1649", "type": "Feature", "properties": {"id": "us2000avm6", "mag": 4.7, "time": 1506548861390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5824, 28.7476, 33.11]}, "bbox": [140.5824, 28.7476, 140.5824, 28.7476]}, {"id": "1650", "type": "Feature", "properties": {"id": "hv61923721", "mag": 1.68, "time": 1506548248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.233167, 19.411667, 26.335]}, "bbox": [-155.233167, 19.411667, -155.233167, 19.411667]}, {"id": "1651", "type": "Feature", "properties": {"id": "ak16988183", "mag": 1.1, "time": 1506547027410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5065, 62.8856, 85.5]}, "bbox": [-150.5065, 62.8856, -150.5065, 62.8856]}, {"id": "1652", "type": "Feature", "properties": {"id": "ak16988182", "mag": 1.3, "time": 1506546817449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3499, 60.4052, 65.0]}, "bbox": [-151.3499, 60.4052, -151.3499, 60.4052]}, {"id": "1653", "type": "Feature", "properties": {"id": "us2000avkb", "mag": 4.8, "time": 1506546638200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5529, 28.769, 38.59]}, "bbox": [140.5529, 28.769, 140.5529, 28.769]}, {"id": "1654", "type": "Feature", "properties": {"id": "us2000avk0", "mag": 4.4, "time": 1506545901120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.9242, -10.8691, 104.23]}, "bbox": [-73.9242, -10.8691, -73.9242, -10.8691]}, {"id": "1655", "type": "Feature", "properties": {"id": "nc72900011", "mag": 1.24, "time": 1506545494440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.775167, 0.33]}, "bbox": [-122.7435, 38.775167, -122.7435, 38.775167]}, {"id": "1656", "type": "Feature", "properties": {"id": "mb80258059", "mag": 1.99, "time": 1506545099310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533833, 46.865333, 12.52]}, "bbox": [-112.533833, 46.865333, -112.533833, 46.865333]}, {"id": "1657", "type": "Feature", "properties": {"id": "ak16988181", "mag": 1.9, "time": 1506544970602, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5993, 58.8739, 125.1]}, "bbox": [-154.5993, 58.8739, -154.5993, 58.8739]}, {"id": "1658", "type": "Feature", "properties": {"id": "nc71107599", "mag": 1.73, "time": 1506544649060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.852333, 36.770333, 5.22]}, "bbox": [-120.852333, 36.770333, -120.852333, 36.770333]}, {"id": "1659", "type": "Feature", "properties": {"id": "nc72900001", "mag": 1.02, "time": 1506544641500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.307333, 35.890833, 9.61]}, "bbox": [-120.307333, 35.890833, -120.307333, 35.890833]}, {"id": "1660", "type": "Feature", "properties": {"id": "uw61334351", "mag": 1.62, "time": 1506543856900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.103667, 46.818167, -0.37]}, "bbox": [-123.103667, 46.818167, -123.103667, 46.818167]}, {"id": "1661", "type": "Feature", "properties": {"id": "us2000avim", "mag": 4.5, "time": 1506542712990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6095, -15.1614, 131.74]}, "bbox": [-71.6095, -15.1614, -71.6095, -15.1614]}, {"id": "1662", "type": "Feature", "properties": {"id": "ak16924547", "mag": 1.3, "time": 1506542654107, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6538, 61.2784, 0.0]}, "bbox": [-147.6538, 61.2784, -147.6538, 61.2784]}, {"id": "1663", "type": "Feature", "properties": {"id": "nc72899976", "mag": 1.46, "time": 1506542639270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.024, 37.520333, 2.59]}, "bbox": [-119.024, 37.520333, -119.024, 37.520333]}, {"id": "1664", "type": "Feature", "properties": {"id": "ak16988179", "mag": 1.4, "time": 1506542327610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9637, 61.5729, 96.7]}, "bbox": [-151.9637, 61.5729, -151.9637, 61.5729]}, {"id": "1665", "type": "Feature", "properties": {"id": "ak16988178", "mag": 1.2, "time": 1506541938004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1366, 60.2787, 53.2]}, "bbox": [-151.1366, 60.2787, -151.1366, 60.2787]}, {"id": "1666", "type": "Feature", "properties": {"id": "ak16924544", "mag": 1.5, "time": 1506541523210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1298, 59.8511, 15.0]}, "bbox": [-139.1298, 59.8511, -139.1298, 59.8511]}, {"id": "1667", "type": "Feature", "properties": {"id": "ak16924540", "mag": 3.0, "time": 1506540667871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8525, 51.0507, 13.6]}, "bbox": [-179.8525, 51.0507, -179.8525, 51.0507]}, {"id": "1668", "type": "Feature", "properties": {"id": "ak16924539", "mag": 1.3, "time": 1506540652841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.178, 61.5488, 2.4]}, "bbox": [-138.178, 61.5488, -138.178, 61.5488]}, {"id": "1669", "type": "Feature", "properties": {"id": "ci38012400", "mag": 0.98, "time": 1506540581720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.481833, 33.471167, 13.16]}, "bbox": [-116.481833, 33.471167, -116.481833, 33.471167]}, {"id": "1670", "type": "Feature", "properties": {"id": "ak16988174", "mag": 1.1, "time": 1506540333948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.501, 61.2429, 47.8]}, "bbox": [-150.501, 61.2429, -150.501, 61.2429]}, {"id": "1671", "type": "Feature", "properties": {"id": "ci38012384", "mag": 1.3, "time": 1506539422810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197, 34.992, -0.84]}, "bbox": [-118.197, 34.992, -118.197, 34.992]}, {"id": "1672", "type": "Feature", "properties": {"id": "mb80258049", "mag": 1.59, "time": 1506539240620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.472833, 46.002167, -2.0]}, "bbox": [-112.472833, 46.002167, -112.472833, 46.002167]}, {"id": "1673", "type": "Feature", "properties": {"id": "nc72899931", "mag": 1.55, "time": 1506538588360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4435, 38.569833, 7.29]}, "bbox": [-122.4435, 38.569833, -122.4435, 38.569833]}, {"id": "1674", "type": "Feature", "properties": {"id": "ci38012368", "mag": 1.32, "time": 1506538425860, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.193167, 34.018167, 9.75]}, "bbox": [-117.193167, 34.018167, -117.193167, 34.018167]}, {"id": "1675", "type": "Feature", "properties": {"id": "ci38012360", "mag": 1.78, "time": 1506537986730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 33.395, 16.07]}, "bbox": [-116.929, 33.395, -116.929, 33.395]}, {"id": "1676", "type": "Feature", "properties": {"id": "mb80258044", "mag": 1.34, "time": 1506537974910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.870667, 11.9]}, "bbox": [-112.524833, 46.870667, -112.524833, 46.870667]}, {"id": "1677", "type": "Feature", "properties": {"id": "mb80258039", "mag": 1.67, "time": 1506537644220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.873167, 11.84]}, "bbox": [-112.525, 46.873167, -112.525, 46.873167]}, {"id": "1678", "type": "Feature", "properties": {"id": "ci38012352", "mag": 1.26, "time": 1506537396500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.313333, 35.0755, -0.97]}, "bbox": [-118.313333, 35.0755, -118.313333, 35.0755]}, {"id": "1679", "type": "Feature", "properties": {"id": "ak16988173", "mag": 2.5, "time": 1506536259670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2174, 55.267, 28.1]}, "bbox": [-153.2174, 55.267, -153.2174, 55.267]}, {"id": "1680", "type": "Feature", "properties": {"id": "ak16923724", "mag": 1.8, "time": 1506535852212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5095, 57.4219, 64.0]}, "bbox": [-155.5095, 57.4219, -155.5095, 57.4219]}, {"id": "1681", "type": "Feature", "properties": {"id": "ci38012280", "mag": 1.04, "time": 1506535593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8595, 37.1805, -1.52]}, "bbox": [-117.8595, 37.1805, -117.8595, 37.1805]}, {"id": "1682", "type": "Feature", "properties": {"id": "mb80258024", "mag": 1.14, "time": 1506535428310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.542833, 46.867, 15.39]}, "bbox": [-112.542833, 46.867, -112.542833, 46.867]}, {"id": "1683", "type": "Feature", "properties": {"id": "ak16923723", "mag": 1.8, "time": 1506535251777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8081, 59.8933, 18.4]}, "bbox": [-136.8081, 59.8933, -136.8081, 59.8933]}, {"id": "1684", "type": "Feature", "properties": {"id": "nc72899896", "mag": 1.43, "time": 1506534720980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1055, 37.325167, -0.31]}, "bbox": [-122.1055, 37.325167, -122.1055, 37.325167]}, {"id": "1685", "type": "Feature", "properties": {"id": "nn00607242", "mag": 1.3, "time": 1506533616061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8105, 37.3086, 1.0]}, "bbox": [-114.8105, 37.3086, -114.8105, 37.3086]}, {"id": "1686", "type": "Feature", "properties": {"id": "ak16922991", "mag": 1.3, "time": 1506533488405, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0074, 62.0045, 73.7]}, "bbox": [-151.0074, 62.0045, -151.0074, 62.0045]}, {"id": "1687", "type": "Feature", "properties": {"id": "ak16922987", "mag": 1.8, "time": 1506533174170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1276, 62.1421, 107.7]}, "bbox": [-152.1276, 62.1421, -152.1276, 62.1421]}, {"id": "1688", "type": "Feature", "properties": {"id": "mb80258019", "mag": 1.36, "time": 1506533071220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.9895, 46.553167, -2.0]}, "bbox": [-111.9895, 46.553167, -111.9895, 46.553167]}, {"id": "1689", "type": "Feature", "properties": {"id": "ci38012256", "mag": 1.4, "time": 1506532727840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796333, 33.501667, 4.58]}, "bbox": [-116.796333, 33.501667, -116.796333, 33.501667]}, {"id": "1690", "type": "Feature", "properties": {"id": "ak16922978", "mag": 3.9, "time": 1506532451736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.5261, 52.9317, 19.0]}, "bbox": [-165.5261, 52.9317, -165.5261, 52.9317]}, {"id": "1691", "type": "Feature", "properties": {"id": "ak16922973", "mag": 1.3, "time": 1506532279574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0546, 62.1579, 12.9]}, "bbox": [-150.0546, 62.1579, -150.0546, 62.1579]}, {"id": "1692", "type": "Feature", "properties": {"id": "ak16922968", "mag": 2.2, "time": 1506532267245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0431, 59.4743, 92.8]}, "bbox": [-153.0431, 59.4743, -153.0431, 59.4743]}, {"id": "1693", "type": "Feature", "properties": {"id": "ak16922975", "mag": 1.9, "time": 1506532266486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1368, 59.6598, 0.0]}, "bbox": [-154.1368, 59.6598, -154.1368, 59.6598]}, {"id": "1694", "type": "Feature", "properties": {"id": "ak16922963", "mag": 1.1, "time": 1506530768012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1018, 64.1209, 3.3]}, "bbox": [-150.1018, 64.1209, -150.1018, 64.1209]}, {"id": "1695", "type": "Feature", "properties": {"id": "ak16924550", "mag": 2.4, "time": 1506530256430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6494, 52.9731, 12.9]}, "bbox": [-165.6494, 52.9731, -165.6494, 52.9731]}, {"id": "1696", "type": "Feature", "properties": {"id": "us2000avec", "mag": 2.6, "time": 1506529974600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.0737, 44.3257, 12.14]}, "bbox": [-114.0737, 44.3257, -114.0737, 44.3257]}, {"id": "1697", "type": "Feature", "properties": {"id": "nc72899871", "mag": 1.08, "time": 1506529473980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836, 37.569167, 1.23]}, "bbox": [-118.836, 37.569167, -118.836, 37.569167]}, {"id": "1698", "type": "Feature", "properties": {"id": "ci38012176", "mag": 1.03, "time": 1506529247980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795833, 33.502, 4.86]}, "bbox": [-116.795833, 33.502, -116.795833, 33.502]}, {"id": "1699", "type": "Feature", "properties": {"id": "ak16922238", "mag": 1.6, "time": 1506529055903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7065, 67.422, 11.0]}, "bbox": [-143.7065, 67.422, -143.7065, 67.422]}, {"id": "1700", "type": "Feature", "properties": {"id": "nc72899866", "mag": 1.85, "time": 1506528932600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.432667, 3.11]}, "bbox": [-122.995833, 39.432667, -122.995833, 39.432667]}, {"id": "1701", "type": "Feature", "properties": {"id": "us2000ave0", "mag": 4.1, "time": 1506528488760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9926, -7.5373, 611.74]}, "bbox": [119.9926, -7.5373, 119.9926, -7.5373]}, {"id": "1702", "type": "Feature", "properties": {"id": "us2000avdr", "mag": 4.1, "time": 1506527126210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0234, -7.2935, 121.06]}, "bbox": [129.0234, -7.2935, 129.0234, -7.2935]}, {"id": "1703", "type": "Feature", "properties": {"id": "nc72899831", "mag": 1.23, "time": 1506526130580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.231667, 35.611, 3.55]}, "bbox": [-121.231667, 35.611, -121.231667, 35.611]}, {"id": "1704", "type": "Feature", "properties": {"id": "ak16988160", "mag": 1.6, "time": 1506525379416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9254, 58.9648, 66.9]}, "bbox": [-152.9254, 58.9648, -152.9254, 58.9648]}, {"id": "1705", "type": "Feature", "properties": {"id": "mb80257999", "mag": 1.8, "time": 1506524825390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533333, 46.866, 13.41]}, "bbox": [-112.533333, 46.866, -112.533333, 46.866]}, {"id": "1706", "type": "Feature", "properties": {"id": "nc72899816", "mag": 1.11, "time": 1506524218360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.989167, 37.558167, 1.34]}, "bbox": [-118.989167, 37.558167, -118.989167, 37.558167]}, {"id": "1707", "type": "Feature", "properties": {"id": "ak16988159", "mag": 1.2, "time": 1506524092965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7404, 58.8609, 4.5]}, "bbox": [-153.7404, 58.8609, -153.7404, 58.8609]}, {"id": "1708", "type": "Feature", "properties": {"id": "ci38012112", "mag": 1.73, "time": 1506523530510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.417833, 34.440833, 0.65]}, "bbox": [-119.417833, 34.440833, -119.417833, 34.440833]}, {"id": "1709", "type": "Feature", "properties": {"id": "nc72899796", "mag": 0.95, "time": 1506523499180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8715, 37.492667, 3.48]}, "bbox": [-118.8715, 37.492667, -118.8715, 37.492667]}, {"id": "1710", "type": "Feature", "properties": {"id": "ak16921504", "mag": 1.8, "time": 1506522635679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3466, 59.8103, 47.9]}, "bbox": [-151.3466, 59.8103, -151.3466, 59.8103]}, {"id": "1711", "type": "Feature", "properties": {"id": "ak16988157", "mag": 1.5, "time": 1506522267480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.561, 57.6875, 76.6]}, "bbox": [-155.561, 57.6875, -155.561, 57.6875]}, {"id": "1712", "type": "Feature", "properties": {"id": "uw61311512", "mag": 1.06, "time": 1506522173600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.941333, 47.1825, 15.72]}, "bbox": [-121.941333, 47.1825, -121.941333, 47.1825]}, {"id": "1713", "type": "Feature", "properties": {"id": "ak16920785", "mag": 2.4, "time": 1506522058371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3316, 56.7652, 41.8]}, "bbox": [-154.3316, 56.7652, -154.3316, 56.7652]}, {"id": "1714", "type": "Feature", "properties": {"id": "ak16920784", "mag": 1.4, "time": 1506521703637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.533, 60.0761, 0.0]}, "bbox": [-139.533, 60.0761, -139.533, 60.0761]}, {"id": "1715", "type": "Feature", "properties": {"id": "hv61923421", "mag": 1.78, "time": 1506521436470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.401167, 19.199167, 32.961]}, "bbox": [-155.401167, 19.199167, -155.401167, 19.199167]}, {"id": "1716", "type": "Feature", "properties": {"id": "ak16920775", "mag": 2.0, "time": 1506520826084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.649, 61.9693, 57.0]}, "bbox": [-150.649, 61.9693, -150.649, 61.9693]}, {"id": "1717", "type": "Feature", "properties": {"id": "ak16920772", "mag": 2.0, "time": 1506520439615, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2196, 59.6108, 85.6]}, "bbox": [-152.2196, 59.6108, -152.2196, 59.6108]}, {"id": "1718", "type": "Feature", "properties": {"id": "ak16920758", "mag": 2.9, "time": 1506520230887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3755, 61.9643, 42.4]}, "bbox": [-150.3755, 61.9643, -150.3755, 61.9643]}, {"id": "1719", "type": "Feature", "properties": {"id": "mb80257989", "mag": 1.28, "time": 1506520220400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.870167, 11.81]}, "bbox": [-112.5215, 46.870167, -112.5215, 46.870167]}, {"id": "1720", "type": "Feature", "properties": {"id": "ak16920757", "mag": 1.0, "time": 1506520046138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5503, 65.1678, 11.6]}, "bbox": [-151.5503, 65.1678, -151.5503, 65.1678]}, {"id": "1721", "type": "Feature", "properties": {"id": "nn00607209", "mag": 1.5, "time": 1506519994705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7233, 40.1708, 10.7]}, "bbox": [-117.7233, 40.1708, -117.7233, 40.1708]}, {"id": "1722", "type": "Feature", "properties": {"id": "ci38012040", "mag": 1.13, "time": 1506519953180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.935333, 34.4565, 9.26]}, "bbox": [-117.935333, 34.4565, -117.935333, 34.4565]}, {"id": "1723", "type": "Feature", "properties": {"id": "nc72899776", "mag": 1.01, "time": 1506519567480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.5315, -1.51]}, "bbox": [-118.840667, 37.5315, -118.840667, 37.5315]}, {"id": "1724", "type": "Feature", "properties": {"id": "nc72899766", "mag": 1.77, "time": 1506519075660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.243667, 39.398333, 12.87]}, "bbox": [-121.243667, 39.398333, -121.243667, 39.398333]}, {"id": "1725", "type": "Feature", "properties": {"id": "nc72899761", "mag": 1.35, "time": 1506518981970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745833, 38.784333, 1.01]}, "bbox": [-122.745833, 38.784333, -122.745833, 38.784333]}, {"id": "1726", "type": "Feature", "properties": {"id": "us2000avce", "mag": 2.7, "time": 1506518011840, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555, 46.8463, 8.48]}, "bbox": [-112.555, 46.8463, -112.555, 46.8463]}, {"id": "1727", "type": "Feature", "properties": {"id": "ak16920754", "mag": 2.5, "time": 1506517941863, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4288, 51.3519, 42.3]}, "bbox": [179.4288, 51.3519, 179.4288, 51.3519]}, {"id": "1728", "type": "Feature", "properties": {"id": "ak16920753", "mag": 1.2, "time": 1506517783977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1318, 60.4494, 8.4]}, "bbox": [-143.1318, 60.4494, -143.1318, 60.4494]}, {"id": "1729", "type": "Feature", "properties": {"id": "ak16920743", "mag": 2.6, "time": 1506516302533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0235, 61.6238, 41.0]}, "bbox": [-150.0235, 61.6238, -150.0235, 61.6238]}, {"id": "1730", "type": "Feature", "properties": {"id": "ak16988145", "mag": 1.2, "time": 1506515748862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9213, 61.1389, 61.5]}, "bbox": [-150.9213, 61.1389, -150.9213, 61.1389]}, {"id": "1731", "type": "Feature", "properties": {"id": "mb80257979", "mag": 1.95, "time": 1506514222430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.869667, 13.01]}, "bbox": [-112.528667, 46.869667, -112.528667, 46.869667]}, {"id": "1732", "type": "Feature", "properties": {"id": "ak16920741", "mag": 1.4, "time": 1506513863630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4582, 62.4107, 39.0]}, "bbox": [-148.4582, 62.4107, -148.4582, 62.4107]}, {"id": "1733", "type": "Feature", "properties": {"id": "ak16920740", "mag": 2.1, "time": 1506513265227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.2773, 65.177, 2.3]}, "bbox": [-168.2773, 65.177, -168.2773, 65.177]}, {"id": "1734", "type": "Feature", "properties": {"id": "ak16920737", "mag": 1.4, "time": 1506513028050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1779, 58.0206, 30.7]}, "bbox": [-153.1779, 58.0206, -153.1779, 58.0206]}, {"id": "1735", "type": "Feature", "properties": {"id": "ak16920020", "mag": 1.9, "time": 1506512934355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4027, 59.1963, 7.9]}, "bbox": [-135.4027, 59.1963, -135.4027, 59.1963]}, {"id": "1736", "type": "Feature", "properties": {"id": "ak16920019", "mag": 1.3, "time": 1506511124207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9174, 59.9564, 76.1]}, "bbox": [-151.9174, 59.9564, -151.9174, 59.9564]}, {"id": "1737", "type": "Feature", "properties": {"id": "ci38011952", "mag": 1.07, "time": 1506511069520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789667, 33.489167, 5.35]}, "bbox": [-116.789667, 33.489167, -116.789667, 33.489167]}, {"id": "1738", "type": "Feature", "properties": {"id": "mb80257974", "mag": 1.33, "time": 1506510967360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.881, 13.2]}, "bbox": [-112.526833, 46.881, -112.526833, 46.881]}, {"id": "1739", "type": "Feature", "properties": {"id": "us2000avaw", "mag": 2.7, "time": 1506509852090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2764, 31.1697, 5.0]}, "bbox": [-103.2764, 31.1697, -103.2764, 31.1697]}, {"id": "1740", "type": "Feature", "properties": {"id": "nc72899726", "mag": 1.29, "time": 1506508915160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809, 38.828833, 0.37]}, "bbox": [-122.809, 38.828833, -122.809, 38.828833]}, {"id": "1741", "type": "Feature", "properties": {"id": "nc72899721", "mag": 1.52, "time": 1506508865060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.074167, 36.490333, 6.54]}, "bbox": [-121.074167, 36.490333, -121.074167, 36.490333]}, {"id": "1742", "type": "Feature", "properties": {"id": "ak16920017", "mag": 1.5, "time": 1506508671618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.664, 59.7325, 12.8]}, "bbox": [-136.664, 59.7325, -136.664, 59.7325]}, {"id": "1743", "type": "Feature", "properties": {"id": "nc72899716", "mag": 1.33, "time": 1506507368050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.621833, 36.9715, 5.05]}, "bbox": [-121.621833, 36.9715, -121.621833, 36.9715]}, {"id": "1744", "type": "Feature", "properties": {"id": "ak16988138", "mag": 1.5, "time": 1506506488102, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3194, 60.198, 0.0]}, "bbox": [-141.3194, 60.198, -141.3194, 60.198]}, {"id": "1745", "type": "Feature", "properties": {"id": "nc72899711", "mag": 1.1, "time": 1506506346060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.830667, 37.480333, -1.14]}, "bbox": [-118.830667, 37.480333, -118.830667, 37.480333]}, {"id": "1746", "type": "Feature", "properties": {"id": "ak16920009", "mag": 1.7, "time": 1506506054796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8154, 59.9932, 104.2]}, "bbox": [-152.8154, 59.9932, -152.8154, 59.9932]}, {"id": "1747", "type": "Feature", "properties": {"id": "ak16988136", "mag": 1.4, "time": 1506505999692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1528, 59.8387, 71.2]}, "bbox": [-152.1528, 59.8387, -152.1528, 59.8387]}, {"id": "1748", "type": "Feature", "properties": {"id": "ak16920005", "mag": 1.7, "time": 1506505194635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0126, 61.1428, 12.4]}, "bbox": [-140.0126, 61.1428, -140.0126, 61.1428]}, {"id": "1749", "type": "Feature", "properties": {"id": "ak16920003", "mag": 1.3, "time": 1506504555844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6373, 60.4592, 9.8]}, "bbox": [-143.6373, 60.4592, -143.6373, 60.4592]}, {"id": "1750", "type": "Feature", "properties": {"id": "hv61923186", "mag": 1.49, "time": 1506503971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2035, 19.597167, 24.581]}, "bbox": [-155.2035, 19.597167, -155.2035, 19.597167]}, {"id": "1751", "type": "Feature", "properties": {"id": "nn00607200", "mag": 1.3, "time": 1506503935311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2622, 38.0846, 9.6]}, "bbox": [-117.2622, 38.0846, -117.2622, 38.0846]}, {"id": "1752", "type": "Feature", "properties": {"id": "us2000av9q", "mag": 3.0, "time": 1506503712310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2693, 31.1511, 5.0]}, "bbox": [-103.2693, 31.1511, -103.2693, 31.1511]}, {"id": "1753", "type": "Feature", "properties": {"id": "nc72899701", "mag": 1.06, "time": 1506503394340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.604333, 4.32]}, "bbox": [-118.819167, 37.604333, -118.819167, 37.604333]}, {"id": "1754", "type": "Feature", "properties": {"id": "mb80257964", "mag": 1.06, "time": 1506503136100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529667, 46.8705, 10.5]}, "bbox": [-112.529667, 46.8705, -112.529667, 46.8705]}, {"id": "1755", "type": "Feature", "properties": {"id": "uu60249807", "mag": 1.65, "time": 1506503101030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.067, 42.665833, 6.6]}, "bbox": [-111.067, 42.665833, -111.067, 42.665833]}, {"id": "1756", "type": "Feature", "properties": {"id": "ci38011904", "mag": 1.21, "time": 1506502961890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0485, 33.171333, 5.5]}, "bbox": [-116.0485, 33.171333, -116.0485, 33.171333]}, {"id": "1757", "type": "Feature", "properties": {"id": "us2000av9i", "mag": 4.2, "time": 1506502867800, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3374, -29.45, 38.77]}, "bbox": [-71.3374, -29.45, -71.3374, -29.45]}, {"id": "1758", "type": "Feature", "properties": {"id": "ak16919291", "mag": 2.0, "time": 1506502630723, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4344, 59.1851, 6.2]}, "bbox": [-135.4344, 59.1851, -135.4344, 59.1851]}, {"id": "1759", "type": "Feature", "properties": {"id": "uu60249797", "mag": 1.72, "time": 1506502497570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.061667, 42.664667, 5.0]}, "bbox": [-111.061667, 42.664667, -111.061667, 42.664667]}, {"id": "1760", "type": "Feature", "properties": {"id": "ci38011896", "mag": 1.37, "time": 1506502201400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.052, 33.172, 6.03]}, "bbox": [-116.052, 33.172, -116.052, 33.172]}, {"id": "1761", "type": "Feature", "properties": {"id": "ci38011880", "mag": 1.16, "time": 1506501606110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.542667, 32.944667, 6.67]}, "bbox": [-115.542667, 32.944667, -115.542667, 32.944667]}, {"id": "1762", "type": "Feature", "properties": {"id": "us2000av94", "mag": 4.6, "time": 1506500888720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.1871, 28.1091, 45.31]}, "bbox": [54.1871, 28.1091, 54.1871, 28.1091]}, {"id": "1763", "type": "Feature", "properties": {"id": "ak16919288", "mag": 1.0, "time": 1506500817789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4269, 65.2147, 15.4]}, "bbox": [-152.4269, 65.2147, -152.4269, 65.2147]}, {"id": "1764", "type": "Feature", "properties": {"id": "ak16988130", "mag": 2.0, "time": 1506500078029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5053, 51.0555, 12.3]}, "bbox": [179.5053, 51.0555, 179.5053, 51.0555]}, {"id": "1765", "type": "Feature", "properties": {"id": "nc71107564", "mag": 1.29, "time": 1506499044330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.570833, 38.927167, 9.62]}, "bbox": [-122.570833, 38.927167, -122.570833, 38.927167]}, {"id": "1766", "type": "Feature", "properties": {"id": "us2000av8z", "mag": 4.3, "time": 1506498944880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1801, -21.2747, 610.22]}, "bbox": [-179.1801, -21.2747, -179.1801, -21.2747]}, {"id": "1767", "type": "Feature", "properties": {"id": "nc72899666", "mag": 1.1, "time": 1506498551180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8395, 37.568167, 1.44]}, "bbox": [-118.8395, 37.568167, -118.8395, 37.568167]}, {"id": "1768", "type": "Feature", "properties": {"id": "ak16918579", "mag": 1.9, "time": 1506498372082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5535, 59.8103, 129.5]}, "bbox": [-153.5535, 59.8103, -153.5535, 59.8103]}, {"id": "1769", "type": "Feature", "properties": {"id": "ismpkansas70235883", "mag": 1.79, "time": 1506498339870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.776167, 37.332333, 4.84]}, "bbox": [-97.776167, 37.332333, -97.776167, 37.332333]}, {"id": "1770", "type": "Feature", "properties": {"id": "nc72899656", "mag": 1.07, "time": 1506497879900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818169, 38.816334, 2.44]}, "bbox": [-122.818169, 38.816334, -122.818169, 38.816334]}, {"id": "1771", "type": "Feature", "properties": {"id": "ak16988128", "mag": 1.7, "time": 1506497626569, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5074, 58.9707, 125.1]}, "bbox": [-154.5074, 58.9707, -154.5074, 58.9707]}, {"id": "1772", "type": "Feature", "properties": {"id": "nn00607194", "mag": 1.4, "time": 1506496907372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0035, 38.4922, 2.7]}, "bbox": [-118.0035, 38.4922, -118.0035, 38.4922]}, {"id": "1773", "type": "Feature", "properties": {"id": "ak16918577", "mag": 2.4, "time": 1506495198173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3064, 51.5599, 38.1]}, "bbox": [-175.3064, 51.5599, -175.3064, 51.5599]}, {"id": "1774", "type": "Feature", "properties": {"id": "nn00607192", "mag": 1.3, "time": 1506495045147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1202, 38.2811, 9.2]}, "bbox": [-119.1202, 38.2811, -119.1202, 38.2811]}, {"id": "1775", "type": "Feature", "properties": {"id": "ak16917880", "mag": 1.4, "time": 1506494125518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4062, 59.5783, 46.7]}, "bbox": [-150.4062, 59.5783, -150.4062, 59.5783]}, {"id": "1776", "type": "Feature", "properties": {"id": "ci38011824", "mag": 2.15, "time": 1506493452570, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377, 34.425667, 6.94]}, "bbox": [-119.377, 34.425667, -119.377, 34.425667]}, {"id": "1777", "type": "Feature", "properties": {"id": "ak16917877", "mag": 1.0, "time": 1506493181446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.74, 66.8722, 13.4]}, "bbox": [-146.74, 66.8722, -146.74, 66.8722]}, {"id": "1778", "type": "Feature", "properties": {"id": "ak16988124", "mag": 2.0, "time": 1506492309885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.6222, 51.5723, 70.6]}, "bbox": [-179.6222, 51.5723, -179.6222, 51.5723]}, {"id": "1779", "type": "Feature", "properties": {"id": "ak16917874", "mag": 1.0, "time": 1506491782705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3009, 62.1686, 20.4]}, "bbox": [-150.3009, 62.1686, -150.3009, 62.1686]}, {"id": "1780", "type": "Feature", "properties": {"id": "ismpkansas70235878", "mag": 1.72, "time": 1506491740260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966167, 37.277667, 3.84]}, "bbox": [-97.966167, 37.277667, -97.966167, 37.277667]}, {"id": "1781", "type": "Feature", "properties": {"id": "ak16917871", "mag": 2.2, "time": 1506491690990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.227, 67.4203, 2.2]}, "bbox": [-148.227, 67.4203, -148.227, 67.4203]}, {"id": "1782", "type": "Feature", "properties": {"id": "mb80257949", "mag": 1.15, "time": 1506491507770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.8695, 10.41]}, "bbox": [-112.53, 46.8695, -112.53, 46.8695]}, {"id": "1783", "type": "Feature", "properties": {"id": "ak16917866", "mag": 2.4, "time": 1506491501818, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2772, 62.1792, 19.3]}, "bbox": [-150.2772, 62.1792, -150.2772, 62.1792]}, {"id": "1784", "type": "Feature", "properties": {"id": "ismpkansas70235873", "mag": 2.14, "time": 1506491075330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.886, 37.201833, 5.78]}, "bbox": [-97.886, 37.201833, -97.886, 37.201833]}, {"id": "1785", "type": "Feature", "properties": {"id": "mb80257939", "mag": 1.58, "time": 1506490489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.867667, 13.76]}, "bbox": [-112.536833, 46.867667, -112.536833, 46.867667]}, {"id": "1786", "type": "Feature", "properties": {"id": "nn00607189", "mag": 1.5, "time": 1506490367737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.114, 38.2859, 6.0]}, "bbox": [-119.114, 38.2859, -119.114, 38.2859]}, {"id": "1787", "type": "Feature", "properties": {"id": "ci38011800", "mag": 2.36, "time": 1506490230430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3735, 34.4205, 2.68]}, "bbox": [-119.3735, 34.4205, -119.3735, 34.4205]}, {"id": "1788", "type": "Feature", "properties": {"id": "ci38011808", "mag": 1.19, "time": 1506490229680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.296833, 33.257333, 11.15]}, "bbox": [-116.296833, 33.257333, -116.296833, 33.257333]}, {"id": "1789", "type": "Feature", "properties": {"id": "nc72899631", "mag": 1.3, "time": 1506489660140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.492333, 37.643167, 10.59]}, "bbox": [-122.492333, 37.643167, -122.492333, 37.643167]}, {"id": "1790", "type": "Feature", "properties": {"id": "ci38011776", "mag": 1.48, "time": 1506489097510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.050333, 33.1715, 3.79]}, "bbox": [-116.050333, 33.1715, -116.050333, 33.1715]}, {"id": "1791", "type": "Feature", "properties": {"id": "ci38011760", "mag": 1.09, "time": 1506488442000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1045, 34.032667, 6.24]}, "bbox": [-117.1045, 34.032667, -117.1045, 34.032667]}, {"id": "1792", "type": "Feature", "properties": {"id": "ak16917162", "mag": 1.2, "time": 1506488287570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7916, 59.8749, 12.6]}, "bbox": [-136.7916, 59.8749, -136.7916, 59.8749]}, {"id": "1793", "type": "Feature", "properties": {"id": "ak16917160", "mag": 1.7, "time": 1506488119627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8594, 59.8596, 52.6]}, "bbox": [-151.8594, 59.8596, -151.8594, 59.8596]}, {"id": "1794", "type": "Feature", "properties": {"id": "ci38011736", "mag": 1.35, "time": 1506488015210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.011667, 33.275333, 2.98]}, "bbox": [-116.011667, 33.275333, -116.011667, 33.275333]}, {"id": "1795", "type": "Feature", "properties": {"id": "ci38011728", "mag": 1.28, "time": 1506487875520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.492, 4.46]}, "bbox": [-116.796667, 33.492, -116.796667, 33.492]}, {"id": "1796", "type": "Feature", "properties": {"id": "ci38011720", "mag": 2.62, "time": 1506487715700, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.372333, 34.4215, 3.6]}, "bbox": [-119.372333, 34.4215, -119.372333, 34.4215]}, {"id": "1797", "type": "Feature", "properties": {"id": "uu60249762", "mag": 1.11, "time": 1506487228770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.7735, 44.765667, 7.75]}, "bbox": [-110.7735, 44.765667, -110.7735, 44.765667]}, {"id": "1798", "type": "Feature", "properties": {"id": "nc72899586", "mag": 2.03, "time": 1506485795570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784333, 38.836667, 1.36]}, "bbox": [-122.784333, 38.836667, -122.784333, 38.836667]}, {"id": "1799", "type": "Feature", "properties": {"id": "us2000av7z", "mag": 5.3, "time": 1506485581610, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [139.7504, -3.5926, 60.39]}, "bbox": [139.7504, -3.5926, 139.7504, -3.5926]}, {"id": "1800", "type": "Feature", "properties": {"id": "nn00607179", "mag": 1.2, "time": 1506485505469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6245, 38.788, 6.4]}, "bbox": [-119.6245, 38.788, -119.6245, 38.788]}, {"id": "1801", "type": "Feature", "properties": {"id": "us2000av80", "mag": 5.0, "time": 1506485392430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-43.5388, 28.7234, 10.0]}, "bbox": [-43.5388, 28.7234, -43.5388, 28.7234]}, {"id": "1802", "type": "Feature", "properties": {"id": "us2000av7x", "mag": 2.7, "time": 1506485373140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2078, 31.1233, 1.49]}, "bbox": [-103.2078, 31.1233, -103.2078, 31.1233]}, {"id": "1803", "type": "Feature", "properties": {"id": "nc72899571", "mag": 1.02, "time": 1506485084470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.004333, 37.796167, 1.79]}, "bbox": [-119.004333, 37.796167, -119.004333, 37.796167]}, {"id": "1804", "type": "Feature", "properties": {"id": "ak16988118", "mag": 1.8, "time": 1506483937222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.399, 51.7067, 17.6]}, "bbox": [-178.399, 51.7067, -178.399, 51.7067]}, {"id": "1805", "type": "Feature", "properties": {"id": "ak16916451", "mag": 1.9, "time": 1506483073029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0454, 59.6347, 103.9]}, "bbox": [-153.0454, 59.6347, -153.0454, 59.6347]}, {"id": "1806", "type": "Feature", "properties": {"id": "uw61311302", "mag": 2.23, "time": 1506482912030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.555, 44.547167, 12.72]}, "bbox": [-122.555, 44.547167, -122.555, 44.547167]}, {"id": "1807", "type": "Feature", "properties": {"id": "uw61311297", "mag": 1.11, "time": 1506482481740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.683, 45.372667, -1.63]}, "bbox": [-121.683, 45.372667, -121.683, 45.372667]}, {"id": "1808", "type": "Feature", "properties": {"id": "ci38011704", "mag": 1.57, "time": 1506482455900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.519833, 32.888, 10.14]}, "bbox": [-115.519833, 32.888, -115.519833, 32.888]}, {"id": "1809", "type": "Feature", "properties": {"id": "ak16988116", "mag": 2.0, "time": 1506482397355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3801, 51.6434, 13.2]}, "bbox": [-178.3801, 51.6434, -178.3801, 51.6434]}, {"id": "1810", "type": "Feature", "properties": {"id": "nc72899551", "mag": 1.76, "time": 1506481720510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.880667, 38.659333, 5.9]}, "bbox": [-122.880667, 38.659333, -122.880667, 38.659333]}, {"id": "1811", "type": "Feature", "properties": {"id": "ak16915757", "mag": 1.4, "time": 1506480400030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6852, 64.9151, 3.6]}, "bbox": [-145.6852, 64.9151, -145.6852, 64.9151]}, {"id": "1812", "type": "Feature", "properties": {"id": "nn00607173", "mag": 1.2, "time": 1506479979561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4858, 38.7006, 5.4]}, "bbox": [-118.4858, 38.7006, -118.4858, 38.7006]}, {"id": "1813", "type": "Feature", "properties": {"id": "us2000av7a", "mag": 2.7, "time": 1506479406560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8806, 37.2184, 2.69]}, "bbox": [-97.8806, 37.2184, -97.8806, 37.2184]}, {"id": "1814", "type": "Feature", "properties": {"id": "ak16988114", "mag": 1.6, "time": 1506479371570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3827, 51.4303, 27.7]}, "bbox": [179.3827, 51.4303, 179.3827, 51.4303]}, {"id": "1815", "type": "Feature", "properties": {"id": "ci38011664", "mag": 1.8, "time": 1506478585030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.628167, 35.076167, 10.0]}, "bbox": [-116.628167, 35.076167, -116.628167, 35.076167]}, {"id": "1816", "type": "Feature", "properties": {"id": "ak16915754", "mag": 2.0, "time": 1506478364486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3878, 61.6649, 31.2]}, "bbox": [-146.3878, 61.6649, -146.3878, 61.6649]}, {"id": "1817", "type": "Feature", "properties": {"id": "ak16915750", "mag": 1.2, "time": 1506477958824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6683, 62.8518, 73.0]}, "bbox": [-149.6683, 62.8518, -149.6683, 62.8518]}, {"id": "1818", "type": "Feature", "properties": {"id": "ak16915745", "mag": 1.8, "time": 1506477442438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6565, 53.4796, 20.0]}, "bbox": [-165.6565, 53.4796, -165.6565, 53.4796]}, {"id": "1819", "type": "Feature", "properties": {"id": "us2000av70", "mag": 4.7, "time": 1506476740040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.4332, -21.409, 120.07]}, "bbox": [-68.4332, -21.409, -68.4332, -21.409]}, {"id": "1820", "type": "Feature", "properties": {"id": "ak16915060", "mag": 1.3, "time": 1506476367132, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7491, 63.2266, 126.1]}, "bbox": [-150.7491, 63.2266, -150.7491, 63.2266]}, {"id": "1821", "type": "Feature", "properties": {"id": "us2000av6x", "mag": 4.7, "time": 1506475551840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.6287, 4.6053, 83.93]}, "bbox": [126.6287, 4.6053, 126.6287, 4.6053]}, {"id": "1822", "type": "Feature", "properties": {"id": "ak16915057", "mag": 2.4, "time": 1506475504238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2738, 57.0675, 69.2]}, "bbox": [-155.2738, 57.0675, -155.2738, 57.0675]}, {"id": "1823", "type": "Feature", "properties": {"id": "ci38011648", "mag": 2.25, "time": 1506474971480, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7765, 33.325667, 11.63]}, "bbox": [-116.7765, 33.325667, -116.7765, 33.325667]}, {"id": "1824", "type": "Feature", "properties": {"id": "nm60207341", "mag": 1.82, "time": 1506473928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.549667, 36.4815, 9.25]}, "bbox": [-89.549667, 36.4815, -89.549667, 36.4815]}, {"id": "1825", "type": "Feature", "properties": {"id": "ak16988107", "mag": 1.9, "time": 1506471772798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4471, 51.7337, 16.9]}, "bbox": [-178.4471, 51.7337, -178.4471, 51.7337]}, {"id": "1826", "type": "Feature", "properties": {"id": "ak16988106", "mag": 1.6, "time": 1506471697831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0762, 58.2594, 21.7]}, "bbox": [-152.0762, 58.2594, -152.0762, 58.2594]}, {"id": "1827", "type": "Feature", "properties": {"id": "us2000b1dn", "mag": 4.3, "time": 1506471581400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4161, 40.39, 49.52]}, "bbox": [142.4161, 40.39, 142.4161, 40.39]}, {"id": "1828", "type": "Feature", "properties": {"id": "ak16915048", "mag": 1.6, "time": 1506471507429, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7558, 60.1282, 31.9]}, "bbox": [-150.7558, 60.1282, -150.7558, 60.1282]}, {"id": "1829", "type": "Feature", "properties": {"id": "ak16914368", "mag": 1.9, "time": 1506469962223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0546, 60.9937, 12.2]}, "bbox": [-147.0546, 60.9937, -147.0546, 60.9937]}, {"id": "1830", "type": "Feature", "properties": {"id": "us2000av6e", "mag": 4.8, "time": 1506469452030, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.0971, 14.1324, 113.77]}, "bbox": [145.0971, 14.1324, 145.0971, 14.1324]}, {"id": "1831", "type": "Feature", "properties": {"id": "ak16914364", "mag": 1.0, "time": 1506469276260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0231, 64.8914, 16.1]}, "bbox": [-149.0231, 64.8914, -149.0231, 64.8914]}, {"id": "1832", "type": "Feature", "properties": {"id": "ci38011608", "mag": 1.21, "time": 1506468838030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.506, 6.88]}, "bbox": [-116.792667, 33.506, -116.792667, 33.506]}, {"id": "1833", "type": "Feature", "properties": {"id": "ak16949369", "mag": 1.0, "time": 1506468623879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2412, 61.8508, 14.7]}, "bbox": [-149.2412, 61.8508, -149.2412, 61.8508]}, {"id": "1834", "type": "Feature", "properties": {"id": "nc72899501", "mag": 0.98, "time": 1506468157640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873833, 37.624833, 2.99]}, "bbox": [-118.873833, 37.624833, -118.873833, 37.624833]}, {"id": "1835", "type": "Feature", "properties": {"id": "ci38011600", "mag": 1.67, "time": 1506468079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.679333, 35.033667, -0.8]}, "bbox": [-117.679333, 35.033667, -117.679333, 35.033667]}, {"id": "1836", "type": "Feature", "properties": {"id": "us2000b02y", "mag": 4.2, "time": 1506467949880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2432, 15.0466, 41.01]}, "bbox": [-94.2432, 15.0466, -94.2432, 15.0466]}, {"id": "1837", "type": "Feature", "properties": {"id": "ak16914361", "mag": 1.9, "time": 1506467622189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6178, 65.1477, 10.9]}, "bbox": [-151.6178, 65.1477, -151.6178, 65.1477]}, {"id": "1838", "type": "Feature", "properties": {"id": "mb80257914", "mag": 1.23, "time": 1506467597640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.632, 46.8715, 5.29]}, "bbox": [-112.632, 46.8715, -112.632, 46.8715]}, {"id": "1839", "type": "Feature", "properties": {"id": "ak16914358", "mag": 1.0, "time": 1506466926514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3996, 64.9811, 0.0]}, "bbox": [-147.3996, 64.9811, -147.3996, 64.9811]}, {"id": "1840", "type": "Feature", "properties": {"id": "ak16914359", "mag": 1.0, "time": 1506466913331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0673, 63.4886, 10.1]}, "bbox": [-152.0673, 63.4886, -152.0673, 63.4886]}, {"id": "1841", "type": "Feature", "properties": {"id": "nc72899481", "mag": 1.12, "time": 1506466887280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808502, 38.832001, 1.23]}, "bbox": [-122.808502, 38.832001, -122.808502, 38.832001]}, {"id": "1842", "type": "Feature", "properties": {"id": "ak16949365", "mag": 1.7, "time": 1506466403289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 59.9001, 97.4]}, "bbox": [-152.9009, 59.9001, -152.9009, 59.9001]}, {"id": "1843", "type": "Feature", "properties": {"id": "nn00607152", "mag": 1.1, "time": 1506466364846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6252, 38.7877, 5.9]}, "bbox": [-119.6252, 38.7877, -119.6252, 38.7877]}, {"id": "1844", "type": "Feature", "properties": {"id": "us2000av5w", "mag": 4.8, "time": 1506465046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.6494, -2.0113, 10.0]}, "bbox": [-11.6494, -2.0113, -11.6494, -2.0113]}, {"id": "1845", "type": "Feature", "properties": {"id": "uw61311237", "mag": 2.77, "time": 1506464518680, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.953167, 44.251833, 24.14]}, "bbox": [-123.953167, 44.251833, -123.953167, 44.251833]}, {"id": "1846", "type": "Feature", "properties": {"id": "ci38011536", "mag": 1.75, "time": 1506464439110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.304167, 33.253667, 10.84]}, "bbox": [-116.304167, 33.253667, -116.304167, 33.253667]}, {"id": "1847", "type": "Feature", "properties": {"id": "ci38011520", "mag": 1.59, "time": 1506463692350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.216, 33.010333, 6.85]}, "bbox": [-116.216, 33.010333, -116.216, 33.010333]}, {"id": "1848", "type": "Feature", "properties": {"id": "us2000av56", "mag": 4.2, "time": 1506463598300, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2376, -31.7843, 7.09]}, "bbox": [-72.2376, -31.7843, -72.2376, -31.7843]}, {"id": "1849", "type": "Feature", "properties": {"id": "nn00607136", "mag": 2.8, "time": 1506462799119, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6217, 38.7826, 6.1]}, "bbox": [-119.6217, 38.7826, -119.6217, 38.7826]}, {"id": "1850", "type": "Feature", "properties": {"id": "ci38011488", "mag": 1.81, "time": 1506462726380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750667, 33.516333, 3.18]}, "bbox": [-116.750667, 33.516333, -116.750667, 33.516333]}, {"id": "1851", "type": "Feature", "properties": {"id": "nc72899441", "mag": 2.97, "time": 1506462683270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0155, 40.263833, 11.96]}, "bbox": [-127.0155, 40.263833, -127.0155, 40.263833]}, {"id": "1852", "type": "Feature", "properties": {"id": "ak16949362", "mag": 1.6, "time": 1506462418457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0128, 59.6612, 95.4]}, "bbox": [-153.0128, 59.6612, -153.0128, 59.6612]}, {"id": "1853", "type": "Feature", "properties": {"id": "ak16949359", "mag": 1.6, "time": 1506461654966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3493, 59.8886, 123.7]}, "bbox": [-153.3493, 59.8886, -153.3493, 59.8886]}, {"id": "1854", "type": "Feature", "properties": {"id": "us2000av40", "mag": 5.4, "time": 1506461346270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9476, -23.5856, 538.01]}, "bbox": [-179.9476, -23.5856, -179.9476, -23.5856]}, {"id": "1855", "type": "Feature", "properties": {"id": "nc72899416", "mag": 1.3, "time": 1506461324290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.8215, 0.97]}, "bbox": [-122.810333, 38.8215, -122.810333, 38.8215]}, {"id": "1856", "type": "Feature", "properties": {"id": "mb80257904", "mag": 0.95, "time": 1506461125950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.496, 46.8605, 16.29]}, "bbox": [-112.496, 46.8605, -112.496, 46.8605]}, {"id": "1857", "type": "Feature", "properties": {"id": "ak16913020", "mag": 1.1, "time": 1506460729533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0111, 65.8632, 12.1]}, "bbox": [-151.0111, 65.8632, -151.0111, 65.8632]}, {"id": "1858", "type": "Feature", "properties": {"id": "mb80257894", "mag": 1.08, "time": 1506460594630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.515167, 43.545833, 12.83]}, "bbox": [-110.515167, 43.545833, -110.515167, 43.545833]}, {"id": "1859", "type": "Feature", "properties": {"id": "ak16913017", "mag": 1.8, "time": 1506459899986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.56, 59.8031, 16.5]}, "bbox": [-136.56, 59.8031, -136.56, 59.8031]}, {"id": "1860", "type": "Feature", "properties": {"id": "ak16913011", "mag": 1.9, "time": 1506459063460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6788, 61.3357, 16.8]}, "bbox": [-146.6788, 61.3357, -146.6788, 61.3357]}, {"id": "1861", "type": "Feature", "properties": {"id": "nc72899391", "mag": 1.35, "time": 1506458512440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.789833, 1.23]}, "bbox": [-122.735333, 38.789833, -122.735333, 38.789833]}, {"id": "1862", "type": "Feature", "properties": {"id": "hv61922451", "mag": 1.7, "time": 1506458350950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471167, 19.227667, 34.865]}, "bbox": [-155.471167, 19.227667, -155.471167, 19.227667]}, {"id": "1863", "type": "Feature", "properties": {"id": "nc72899386", "mag": 1.89, "time": 1506458341570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609667, 36.888333, 1.8]}, "bbox": [-121.609667, 36.888333, -121.609667, 36.888333]}, {"id": "1864", "type": "Feature", "properties": {"id": "us2000av31", "mag": 5.8, "time": 1506457331560, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4059, 40.3206, 36.04]}, "bbox": [142.4059, 40.3206, 142.4059, 40.3206]}, {"id": "1865", "type": "Feature", "properties": {"id": "ak16949355", "mag": 1.3, "time": 1506457099270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1826, 62.1538, 80.2]}, "bbox": [-151.1826, 62.1538, -151.1826, 62.1538]}, {"id": "1866", "type": "Feature", "properties": {"id": "us2000av2y", "mag": 2.6, "time": 1506456843780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9668, 37.2773, 4.05]}, "bbox": [-97.9668, 37.2773, -97.9668, 37.2773]}, {"id": "1867", "type": "Feature", "properties": {"id": "ak16912327", "mag": 2.1, "time": 1506456421978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8619, 59.5574, 79.6]}, "bbox": [-152.8619, 59.5574, -152.8619, 59.5574]}, {"id": "1868", "type": "Feature", "properties": {"id": "ak16912325", "mag": 1.6, "time": 1506456406002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0714, 61.2493, 0.0]}, "bbox": [-152.0714, 61.2493, -152.0714, 61.2493]}, {"id": "1869", "type": "Feature", "properties": {"id": "ak16912323", "mag": 1.4, "time": 1506455786083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6417, 63.0711, 110.3]}, "bbox": [-150.6417, 63.0711, -150.6417, 63.0711]}, {"id": "1870", "type": "Feature", "properties": {"id": "nc72899366", "mag": 1.19, "time": 1506455697960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989167, 35.677333, -0.35]}, "bbox": [-120.989167, 35.677333, -120.989167, 35.677333]}, {"id": "1871", "type": "Feature", "properties": {"id": "mb80257869", "mag": 1.78, "time": 1506455523560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4975, 46.900667, 11.16]}, "bbox": [-112.4975, 46.900667, -112.4975, 46.900667]}, {"id": "1872", "type": "Feature", "properties": {"id": "nc72899361", "mag": 1.14, "time": 1506455417130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6625, 36.100833, 0.94]}, "bbox": [-120.6625, 36.100833, -120.6625, 36.100833]}, {"id": "1873", "type": "Feature", "properties": {"id": "uw61311182", "mag": 1.51, "time": 1506454723910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.398833, 46.488167, 17.99]}, "bbox": [-122.398833, 46.488167, -122.398833, 46.488167]}, {"id": "1874", "type": "Feature", "properties": {"id": "ci38011384", "mag": 1.37, "time": 1506454231340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.897333, 32.7725, -0.37]}, "bbox": [-116.897333, 32.7725, -116.897333, 32.7725]}, {"id": "1875", "type": "Feature", "properties": {"id": "mb80257864", "mag": 1.46, "time": 1506454190410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 45.912833, -2.0]}, "bbox": [-111.413167, 45.912833, -111.413167, 45.912833]}, {"id": "1876", "type": "Feature", "properties": {"id": "ci38011376", "mag": 1.05, "time": 1506454146060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.509, 6.71]}, "bbox": [-116.797167, 33.509, -116.797167, 33.509]}, {"id": "1877", "type": "Feature", "properties": {"id": "nn00607108", "mag": 1.0, "time": 1506454067433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.4885, 38.5144, 10.4]}, "bbox": [-119.4885, 38.5144, -119.4885, 38.5144]}, {"id": "1878", "type": "Feature", "properties": {"id": "ak16912305", "mag": 1.2, "time": 1506453243306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4352, 61.6115, 33.0]}, "bbox": [-146.4352, 61.6115, -146.4352, 61.6115]}, {"id": "1879", "type": "Feature", "properties": {"id": "us2000av22", "mag": 5.4, "time": 1506452898220, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.7412, 1.2169, 17.7]}, "bbox": [132.7412, 1.2169, 132.7412, 1.2169]}, {"id": "1880", "type": "Feature", "properties": {"id": "nc72899341", "mag": 0.98, "time": 1506452133100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.783165, 38.837833, 0.59]}, "bbox": [-122.783165, 38.837833, -122.783165, 38.837833]}, {"id": "1881", "type": "Feature", "properties": {"id": "us2000av1t", "mag": 4.3, "time": 1506452028320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6352, 16.5993, 104.33]}, "bbox": [-94.6352, 16.5993, -94.6352, 16.5993]}, {"id": "1882", "type": "Feature", "properties": {"id": "ak16911656", "mag": 1.1, "time": 1506451444842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9798, 65.8633, 10.8]}, "bbox": [-150.9798, 65.8633, -150.9798, 65.8633]}, {"id": "1883", "type": "Feature", "properties": {"id": "mb80257849", "mag": 1.17, "time": 1506451369960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531667, 46.869333, 10.26]}, "bbox": [-112.531667, 46.869333, -112.531667, 46.869333]}, {"id": "1884", "type": "Feature", "properties": {"id": "ak16911652", "mag": 1.7, "time": 1506451256386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2303, 62.9438, 64.9]}, "bbox": [-148.2303, 62.9438, -148.2303, 62.9438]}, {"id": "1885", "type": "Feature", "properties": {"id": "nc72899331", "mag": 1.39, "time": 1506451169180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.46, 37.983333, -0.05]}, "bbox": [-122.46, 37.983333, -122.46, 37.983333]}, {"id": "1886", "type": "Feature", "properties": {"id": "ak16949348", "mag": 1.2, "time": 1506450622498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9789, 62.4498, 80.4]}, "bbox": [-150.9789, 62.4498, -150.9789, 62.4498]}, {"id": "1887", "type": "Feature", "properties": {"id": "nc72899311", "mag": 1.66, "time": 1506450429900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811, 38.812, 2.48]}, "bbox": [-122.811, 38.812, -122.811, 38.812]}, {"id": "1888", "type": "Feature", "properties": {"id": "ci38011328", "mag": 1.82, "time": 1506450379870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.5035, 6.49]}, "bbox": [-116.7965, 33.5035, -116.7965, 33.5035]}, {"id": "1889", "type": "Feature", "properties": {"id": "ci38011320", "mag": 1.66, "time": 1506450370460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.948, 35.292167, 17.31]}, "bbox": [-118.948, 35.292167, -118.948, 35.292167]}, {"id": "1890", "type": "Feature", "properties": {"id": "hv61922336", "mag": 3.25, "time": 1506450097970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.231, 19.290833, 8.96]}, "bbox": [-155.231, 19.290833, -155.231, 19.290833]}, {"id": "1891", "type": "Feature", "properties": {"id": "ak16949347", "mag": 1.4, "time": 1506449901001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1914, 59.4295, 70.7]}, "bbox": [-152.1914, 59.4295, -152.1914, 59.4295]}, {"id": "1892", "type": "Feature", "properties": {"id": "ci38011304", "mag": 1.2, "time": 1506449584430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.813667, 36.025833, 1.31]}, "bbox": [-117.813667, 36.025833, -117.813667, 36.025833]}, {"id": "1893", "type": "Feature", "properties": {"id": "ci38011296", "mag": 0.98, "time": 1506449444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8115, 36.028167, 0.41]}, "bbox": [-117.8115, 36.028167, -117.8115, 36.028167]}, {"id": "1894", "type": "Feature", "properties": {"id": "ak16911638", "mag": 2.2, "time": 1506449441975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1385, 62.9479, 63.9]}, "bbox": [-148.1385, 62.9479, -148.1385, 62.9479]}, {"id": "1895", "type": "Feature", "properties": {"id": "mb80257844", "mag": 1.11, "time": 1506448956940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.8605, 12.58]}, "bbox": [-112.532, 46.8605, -112.532, 46.8605]}, {"id": "1896", "type": "Feature", "properties": {"id": "ak16949345", "mag": 1.5, "time": 1506448347584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8207, 61.1514, 89.2]}, "bbox": [-151.8207, 61.1514, -151.8207, 61.1514]}, {"id": "1897", "type": "Feature", "properties": {"id": "uw61311142", "mag": 1.41, "time": 1506448094510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.884, 43.419667, -0.5]}, "bbox": [-122.884, 43.419667, -122.884, 43.419667]}, {"id": "1898", "type": "Feature", "properties": {"id": "nc72899291", "mag": 1.2, "time": 1506447644460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.291667, 36.660333, 3.36]}, "bbox": [-121.291667, 36.660333, -121.291667, 36.660333]}, {"id": "1899", "type": "Feature", "properties": {"id": "ak16949344", "mag": 2.0, "time": 1506446368069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.7955, 55.6327, 123.4]}, "bbox": [-161.7955, 55.6327, -161.7955, 55.6327]}, {"id": "1900", "type": "Feature", "properties": {"id": "mb80257839", "mag": 1.6, "time": 1506446229250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.872167, 11.4]}, "bbox": [-112.530333, 46.872167, -112.530333, 46.872167]}, {"id": "1901", "type": "Feature", "properties": {"id": "ak16949343", "mag": 1.8, "time": 1506445879278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0092, 56.5802, 60.1]}, "bbox": [-155.0092, 56.5802, -155.0092, 56.5802]}, {"id": "1902", "type": "Feature", "properties": {"id": "ak16910871", "mag": 2.2, "time": 1506445763160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3757, 60.912, 119.8]}, "bbox": [-152.3757, 60.912, -152.3757, 60.912]}, {"id": "1903", "type": "Feature", "properties": {"id": "ak16910870", "mag": 1.2, "time": 1506445355025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.837, 62.5503, 9.8]}, "bbox": [-149.837, 62.5503, -149.837, 62.5503]}, {"id": "1904", "type": "Feature", "properties": {"id": "ak16949340", "mag": 1.4, "time": 1506445236601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4629, 59.6817, 72.4]}, "bbox": [-152.4629, 59.6817, -152.4629, 59.6817]}, {"id": "1905", "type": "Feature", "properties": {"id": "ak16910864", "mag": 1.6, "time": 1506444383456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3694, 61.142, 20.5]}, "bbox": [-148.3694, 61.142, -148.3694, 61.142]}, {"id": "1906", "type": "Feature", "properties": {"id": "ak16910865", "mag": 1.1, "time": 1506444338515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0798, 62.3953, 8.2]}, "bbox": [-150.0798, 62.3953, -150.0798, 62.3953]}, {"id": "1907", "type": "Feature", "properties": {"id": "ak16910858", "mag": 2.0, "time": 1506443746387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5248, 63.5317, 72.7]}, "bbox": [-147.5248, 63.5317, -147.5248, 63.5317]}, {"id": "1908", "type": "Feature", "properties": {"id": "uu60249707", "mag": 1.38, "time": 1506443129640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442, 42.558833, 7.1]}, "bbox": [-111.442, 42.558833, -111.442, 42.558833]}, {"id": "1909", "type": "Feature", "properties": {"id": "ci38011192", "mag": 1.03, "time": 1506442702510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.823833, 33.4855, 7.53]}, "bbox": [-115.823833, 33.4855, -115.823833, 33.4855]}, {"id": "1910", "type": "Feature", "properties": {"id": "nc72899266", "mag": 1.49, "time": 1506442696750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.809833, 37.472833, 3.95]}, "bbox": [-118.809833, 37.472833, -118.809833, 37.472833]}, {"id": "1911", "type": "Feature", "properties": {"id": "mb80257829", "mag": 1.46, "time": 1506441830940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.498, 46.901167, 10.66]}, "bbox": [-112.498, 46.901167, -112.498, 46.901167]}, {"id": "1912", "type": "Feature", "properties": {"id": "nc72903841", "mag": 1.48, "time": 1506440751200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.182167, 40.8515, 3.06]}, "bbox": [-122.182167, 40.8515, -122.182167, 40.8515]}, {"id": "1913", "type": "Feature", "properties": {"id": "uu60249692", "mag": 1.82, "time": 1506439249930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.139833, 42.7365, 4.13]}, "bbox": [-111.139833, 42.7365, -111.139833, 42.7365]}, {"id": "1914", "type": "Feature", "properties": {"id": "ci38011112", "mag": 2.13, "time": 1506439108770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.289833, 33.302833, 10.93]}, "bbox": [-116.289833, 33.302833, -116.289833, 33.302833]}, {"id": "1915", "type": "Feature", "properties": {"id": "us2000auyd", "mag": 2.6, "time": 1506439089180, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.61, 9.35]}, "bbox": [-111.4364, 42.61, -111.4364, 42.61]}, {"id": "1916", "type": "Feature", "properties": {"id": "nc72899236", "mag": 2.73, "time": 1506439073310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.6035, 4.3]}, "bbox": [-118.821, 37.6035, -118.821, 37.6035]}, {"id": "1917", "type": "Feature", "properties": {"id": "hv61922126", "mag": 1.89, "time": 1506438530250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.504837, 19.188499, 37.0]}, "bbox": [-155.504837, 19.188499, -155.504837, 19.188499]}, {"id": "1918", "type": "Feature", "properties": {"id": "ak16910217", "mag": 1.3, "time": 1506438468368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3857, 61.4705, 26.0]}, "bbox": [-146.3857, 61.4705, -146.3857, 61.4705]}, {"id": "1919", "type": "Feature", "properties": {"id": "uu60249677", "mag": 1.01, "time": 1506437975140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.090667, 41.940333, 4.24]}, "bbox": [-112.090667, 41.940333, -112.090667, 41.940333]}, {"id": "1920", "type": "Feature", "properties": {"id": "ak16909586", "mag": 1.8, "time": 1506436541694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9329, 61.1528, 1.5]}, "bbox": [-139.9329, 61.1528, -139.9329, 61.1528]}, {"id": "1921", "type": "Feature", "properties": {"id": "ak16909585", "mag": 1.5, "time": 1506436508165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6533, 59.6178, 1.5]}, "bbox": [-138.6533, 59.6178, -138.6533, 59.6178]}, {"id": "1922", "type": "Feature", "properties": {"id": "uu60249672", "mag": 1.15, "time": 1506436401660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.9865, 44.768833, 6.31]}, "bbox": [-110.9865, 44.768833, -110.9865, 44.768833]}, {"id": "1923", "type": "Feature", "properties": {"id": "ak16949332", "mag": 2.7, "time": 1506436259231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.8212, 50.3055, 25.6]}, "bbox": [177.8212, 50.3055, 177.8212, 50.3055]}, {"id": "1924", "type": "Feature", "properties": {"id": "ak16949331", "mag": 1.5, "time": 1506435973793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5906, 57.0801, 1.8]}, "bbox": [-157.5906, 57.0801, -157.5906, 57.0801]}, {"id": "1925", "type": "Feature", "properties": {"id": "hv61922056", "mag": 1.6, "time": 1506435671030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.617667, 19.403833, 11.352]}, "bbox": [-155.617667, 19.403833, -155.617667, 19.403833]}, {"id": "1926", "type": "Feature", "properties": {"id": "nc72899211", "mag": 1.32, "time": 1506435393920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.617833, 36.045, 5.05]}, "bbox": [-120.617833, 36.045, -120.617833, 36.045]}, {"id": "1927", "type": "Feature", "properties": {"id": "ak16949330", "mag": 2.3, "time": 1506435252977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7207, 53.0759, 5.8]}, "bbox": [-164.7207, 53.0759, -164.7207, 53.0759]}, {"id": "1928", "type": "Feature", "properties": {"id": "us2000auxj", "mag": 4.2, "time": 1506434841590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3743, -28.3432, 19.86]}, "bbox": [-71.3743, -28.3432, -71.3743, -28.3432]}, {"id": "1929", "type": "Feature", "properties": {"id": "ak16909580", "mag": 1.0, "time": 1506433271780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9281, 62.7345, 65.1]}, "bbox": [-148.9281, 62.7345, -148.9281, 62.7345]}, {"id": "1930", "type": "Feature", "properties": {"id": "ci38011056", "mag": 2.34, "time": 1506433147890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.097167, 32.109167, 21.13]}, "bbox": [-115.097167, 32.109167, -115.097167, 32.109167]}, {"id": "1931", "type": "Feature", "properties": {"id": "ci38011048", "mag": 1.64, "time": 1506433002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275333, 33.9755, 2.98]}, "bbox": [-116.275333, 33.9755, -116.275333, 33.9755]}, {"id": "1932", "type": "Feature", "properties": {"id": "ak16909574", "mag": 2.4, "time": 1506432197049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1982, 63.4664, 63.2]}, "bbox": [-147.1982, 63.4664, -147.1982, 63.4664]}, {"id": "1933", "type": "Feature", "properties": {"id": "nc72899196", "mag": 2.34, "time": 1506431642070, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2285, 36.1555, 11.25]}, "bbox": [-120.2285, 36.1555, -120.2285, 36.1555]}, {"id": "1934", "type": "Feature", "properties": {"id": "ci38011032", "mag": 1.31, "time": 1506431195640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.599833, 33.196, 3.24]}, "bbox": [-115.599833, 33.196, -115.599833, 33.196]}, {"id": "1935", "type": "Feature", "properties": {"id": "ak16949325", "mag": 1.3, "time": 1506430179945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5507, 57.5978, 9.6]}, "bbox": [-153.5507, 57.5978, -153.5507, 57.5978]}, {"id": "1936", "type": "Feature", "properties": {"id": "ak16908944", "mag": 1.5, "time": 1506430094548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7286, 62.9807, 109.5]}, "bbox": [-150.7286, 62.9807, -150.7286, 62.9807]}, {"id": "1937", "type": "Feature", "properties": {"id": "ak16949323", "mag": 1.4, "time": 1506429667875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-132.545, 57.8313, 1.5]}, "bbox": [-132.545, 57.8313, -132.545, 57.8313]}, {"id": "1938", "type": "Feature", "properties": {"id": "ak16908941", "mag": 1.9, "time": 1506428870068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9939, 51.4819, 42.9]}, "bbox": [-177.9939, 51.4819, -177.9939, 51.4819]}, {"id": "1939", "type": "Feature", "properties": {"id": "ak16949321", "mag": 2.3, "time": 1506428515529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9246, 51.994, 156.7]}, "bbox": [-179.9246, 51.994, -179.9246, 51.994]}, {"id": "1940", "type": "Feature", "properties": {"id": "us2000auwv", "mag": 4.8, "time": 1506428086930, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1449, -37.4108, 11.74]}, "bbox": [-74.1449, -37.4108, -74.1449, -37.4108]}, {"id": "1941", "type": "Feature", "properties": {"id": "ak16949320", "mag": 1.7, "time": 1506428031233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8671, 57.0274, 77.7]}, "bbox": [-156.8671, 57.0274, -156.8671, 57.0274]}, {"id": "1942", "type": "Feature", "properties": {"id": "nc72899171", "mag": 1.37, "time": 1506428015870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.786167, 37.594333, 4.9]}, "bbox": [-118.786167, 37.594333, -118.786167, 37.594333]}, {"id": "1943", "type": "Feature", "properties": {"id": "ak16949319", "mag": 1.6, "time": 1506427960144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0976, 58.7839, 68.4]}, "bbox": [-153.0976, 58.7839, -153.0976, 58.7839]}, {"id": "1944", "type": "Feature", "properties": {"id": "hv61921941", "mag": 1.75, "time": 1506427855790, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.293667, 19.364833, 29.473]}, "bbox": [-155.293667, 19.364833, -155.293667, 19.364833]}, {"id": "1945", "type": "Feature", "properties": {"id": "mb80257779", "mag": 1.22, "time": 1506426612780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.871167, 11.47]}, "bbox": [-112.524667, 46.871167, -112.524667, 46.871167]}, {"id": "1946", "type": "Feature", "properties": {"id": "ak16908309", "mag": 2.6, "time": 1506426273590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0017, 63.0698, 125.5]}, "bbox": [-151.0017, 63.0698, -151.0017, 63.0698]}, {"id": "1947", "type": "Feature", "properties": {"id": "ak16908307", "mag": 1.4, "time": 1506425656703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0459, 60.021, 7.6]}, "bbox": [-140.0459, 60.021, -140.0459, 60.021]}, {"id": "1948", "type": "Feature", "properties": {"id": "nc72899161", "mag": 1.33, "time": 1506425143350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737833, 38.803333, 1.75]}, "bbox": [-122.737833, 38.803333, -122.737833, 38.803333]}, {"id": "1949", "type": "Feature", "properties": {"id": "us2000auwh", "mag": 4.6, "time": 1506424969320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [168.1159, -17.1048, 50.5]}, "bbox": [168.1159, -17.1048, 168.1159, -17.1048]}, {"id": "1950", "type": "Feature", "properties": {"id": "ak16908306", "mag": 1.2, "time": 1506424570466, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.412, 53.8051, 14.4]}, "bbox": [-166.412, 53.8051, -166.412, 53.8051]}, {"id": "1951", "type": "Feature", "properties": {"id": "ak16908302", "mag": 1.9, "time": 1506424147684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7411, 59.5065, 69.7]}, "bbox": [-152.7411, 59.5065, -152.7411, 59.5065]}, {"id": "1952", "type": "Feature", "properties": {"id": "uu60249657", "mag": 1.69, "time": 1506424086980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4815, 38.756167, 9.29]}, "bbox": [-112.4815, 38.756167, -112.4815, 38.756167]}, {"id": "1953", "type": "Feature", "properties": {"id": "mb80257774", "mag": 1.11, "time": 1506422972160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.387167, 44.8185, 11.24]}, "bbox": [-111.387167, 44.8185, -111.387167, 44.8185]}, {"id": "1954", "type": "Feature", "properties": {"id": "ak16908296", "mag": 1.6, "time": 1506420872410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9572, 61.1571, 5.2]}, "bbox": [-139.9572, 61.1571, -139.9572, 61.1571]}, {"id": "1955", "type": "Feature", "properties": {"id": "nn00607058", "mag": 1.0, "time": 1506420232880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8963, 38.401, 10.7]}, "bbox": [-118.8963, 38.401, -118.8963, 38.401]}, {"id": "1956", "type": "Feature", "properties": {"id": "ak16949310", "mag": 1.6, "time": 1506419827018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2644, 60.0718, 129.8]}, "bbox": [-153.2644, 60.0718, -153.2644, 60.0718]}, {"id": "1957", "type": "Feature", "properties": {"id": "nc72899136", "mag": 1.49, "time": 1506419498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.041333, 37.633667, -1.57]}, "bbox": [-119.041333, 37.633667, -119.041333, 37.633667]}, {"id": "1958", "type": "Feature", "properties": {"id": "ak16908294", "mag": 1.4, "time": 1506419088568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8181, 63.4737, 2.7]}, "bbox": [-147.8181, 63.4737, -147.8181, 63.4737]}, {"id": "1959", "type": "Feature", "properties": {"id": "ak16949308", "mag": 1.7, "time": 1506418915220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9641, 60.3111, 134.7]}, "bbox": [-152.9641, 60.3111, -152.9641, 60.3111]}, {"id": "1960", "type": "Feature", "properties": {"id": "ci38010936", "mag": 1.35, "time": 1506418490150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.104333, 34.0325, 5.61]}, "bbox": [-117.104333, 34.0325, -117.104333, 34.0325]}, {"id": "1961", "type": "Feature", "properties": {"id": "nc72899131", "mag": 1.28, "time": 1506417966210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931833, 37.595833, 0.06]}, "bbox": [-118.931833, 37.595833, -118.931833, 37.595833]}, {"id": "1962", "type": "Feature", "properties": {"id": "ak16908292", "mag": 1.7, "time": 1506417940616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8017, 59.9121, 74.3]}, "bbox": [-151.8017, 59.9121, -151.8017, 59.9121]}, {"id": "1963", "type": "Feature", "properties": {"id": "ak16908290", "mag": 1.7, "time": 1506417796960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.402, 60.1704, 11.6]}, "bbox": [-148.402, 60.1704, -148.402, 60.1704]}, {"id": "1964", "type": "Feature", "properties": {"id": "ak16949304", "mag": 1.7, "time": 1506416080631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.871, 57.3937, 48.6]}, "bbox": [-153.871, 57.3937, -153.871, 57.3937]}, {"id": "1965", "type": "Feature", "properties": {"id": "ak16949303", "mag": 1.2, "time": 1506415360742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6564, 63.2669, 130.1]}, "bbox": [-150.6564, 63.2669, -150.6564, 63.2669]}, {"id": "1966", "type": "Feature", "properties": {"id": "nn00607053", "mag": 3.4, "time": 1506415206305, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8949, 38.3653, 6.5]}, "bbox": [-118.8949, 38.3653, -118.8949, 38.3653]}, {"id": "1967", "type": "Feature", "properties": {"id": "nc72899106", "mag": 1.38, "time": 1506414957350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0225, 37.5205, 2.13]}, "bbox": [-119.0225, 37.5205, -119.0225, 37.5205]}, {"id": "1968", "type": "Feature", "properties": {"id": "us2000auvr", "mag": 4.4, "time": 1506414806850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.3187, -5.8706, 42.3]}, "bbox": [-77.3187, -5.8706, -77.3187, -5.8706]}, {"id": "1969", "type": "Feature", "properties": {"id": "nc72899101", "mag": 1.35, "time": 1506414495100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.810667, 37.473333, 3.46]}, "bbox": [-118.810667, 37.473333, -118.810667, 37.473333]}, {"id": "1970", "type": "Feature", "properties": {"id": "us2000b0x1", "mag": 4.0, "time": 1506414428310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.4547, -8.3437, 7.77]}, "bbox": [115.4547, -8.3437, 115.4547, -8.3437]}, {"id": "1971", "type": "Feature", "properties": {"id": "ak16907660", "mag": 2.5, "time": 1506414139904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2525, 63.3098, 5.4]}, "bbox": [-145.2525, 63.3098, -145.2525, 63.3098]}, {"id": "1972", "type": "Feature", "properties": {"id": "us2000auvl", "mag": 4.9, "time": 1506413746400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8693, -24.5502, 549.9]}, "bbox": [178.8693, -24.5502, 178.8693, -24.5502]}, {"id": "1973", "type": "Feature", "properties": {"id": "ak16907657", "mag": 1.7, "time": 1506413744657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.558, 61.3722, 73.1]}, "bbox": [-151.558, 61.3722, -151.558, 61.3722]}, {"id": "1974", "type": "Feature", "properties": {"id": "nn00607084", "mag": 1.1, "time": 1506413686395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8996, 38.399, 10.5]}, "bbox": [-118.8996, 38.399, -118.8996, 38.399]}, {"id": "1975", "type": "Feature", "properties": {"id": "us2000ax0p", "mag": 3.0, "time": 1506413645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.222, 52.6448, 36.78]}, "bbox": [-162.222, 52.6448, -162.222, 52.6448]}, {"id": "1976", "type": "Feature", "properties": {"id": "ci38010856", "mag": 1.11, "time": 1506413205840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4375, 33.438833, 9.57]}, "bbox": [-116.4375, 33.438833, -116.4375, 33.438833]}, {"id": "1977", "type": "Feature", "properties": {"id": "ak16907655", "mag": 1.3, "time": 1506412718967, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6643, 61.4913, 19.2]}, "bbox": [-146.6643, 61.4913, -146.6643, 61.4913]}, {"id": "1978", "type": "Feature", "properties": {"id": "ak16907652", "mag": 1.7, "time": 1506412362070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6643, 61.6414, 22.2]}, "bbox": [-147.6643, 61.6414, -147.6643, 61.6414]}, {"id": "1979", "type": "Feature", "properties": {"id": "ak16907651", "mag": 1.5, "time": 1506411582373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2404, 59.9305, 72.2]}, "bbox": [-152.2404, 59.9305, -152.2404, 59.9305]}, {"id": "1980", "type": "Feature", "properties": {"id": "ak16949296", "mag": 1.3, "time": 1506411274342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6597, 58.8354, 4.6]}, "bbox": [-153.6597, 58.8354, -153.6597, 58.8354]}, {"id": "1981", "type": "Feature", "properties": {"id": "nc72899096", "mag": 1.03, "time": 1506410824310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.914, 37.573833, -1.62]}, "bbox": [-118.914, 37.573833, -118.914, 37.573833]}, {"id": "1982", "type": "Feature", "properties": {"id": "nc72899091", "mag": 1.42, "time": 1506410795100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807833, 38.8245, 2.94]}, "bbox": [-122.807833, 38.8245, -122.807833, 38.8245]}, {"id": "1983", "type": "Feature", "properties": {"id": "ak16907650", "mag": 2.0, "time": 1506410193440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8603, 66.702, 16.5]}, "bbox": [-135.8603, 66.702, -135.8603, 66.702]}, {"id": "1984", "type": "Feature", "properties": {"id": "ak16949292", "mag": 1.6, "time": 1506409745435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.82, 59.4363, 78.5]}, "bbox": [-152.82, 59.4363, -152.82, 59.4363]}, {"id": "1985", "type": "Feature", "properties": {"id": "ak16907646", "mag": 1.1, "time": 1506408445621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.778, 62.2517, 10.2]}, "bbox": [-149.778, 62.2517, -149.778, 62.2517]}, {"id": "1986", "type": "Feature", "properties": {"id": "uu60249632", "mag": 2.87, "time": 1506407470180, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.651333, 44.820667, 6.96]}, "bbox": [-110.651333, 44.820667, -110.651333, 44.820667]}, {"id": "1987", "type": "Feature", "properties": {"id": "ak16907641", "mag": 2.2, "time": 1506407401881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1721, 59.3036, 66.6]}, "bbox": [-152.1721, 59.3036, -152.1721, 59.3036]}, {"id": "1988", "type": "Feature", "properties": {"id": "ak16949289", "mag": 1.7, "time": 1506406926287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.737, 59.5006, 82.3]}, "bbox": [-152.737, 59.5006, -152.737, 59.5006]}, {"id": "1989", "type": "Feature", "properties": {"id": "ci38010824", "mag": 1.17, "time": 1506406440560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.498833, 34.926833, 12.29]}, "bbox": [-118.498833, 34.926833, -118.498833, 34.926833]}, {"id": "1990", "type": "Feature", "properties": {"id": "us2000auv4", "mag": 4.9, "time": 1506404788280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.3356, -5.7378, 10.0]}, "bbox": [101.3356, -5.7378, 101.3356, -5.7378]}, {"id": "1991", "type": "Feature", "properties": {"id": "us2000auv3", "mag": 5.0, "time": 1506404673850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5505, -21.3378, 232.1]}, "bbox": [-66.5505, -21.3378, -66.5505, -21.3378]}, {"id": "1992", "type": "Feature", "properties": {"id": "mb80257744", "mag": 1.03, "time": 1506404152920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522667, 46.9085, 12.2]}, "bbox": [-112.522667, 46.9085, -112.522667, 46.9085]}, {"id": "1993", "type": "Feature", "properties": {"id": "us2000auuz", "mag": 4.6, "time": 1506404004140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9602, 15.0621, 55.84]}, "bbox": [-93.9602, 15.0621, -93.9602, 15.0621]}, {"id": "1994", "type": "Feature", "properties": {"id": "ak16949287", "mag": 1.5, "time": 1506403834555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1229, 59.9191, 124.6]}, "bbox": [-153.1229, 59.9191, -153.1229, 59.9191]}, {"id": "1995", "type": "Feature", "properties": {"id": "nc72899076", "mag": 0.97, "time": 1506403715720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825667, 37.454833, 1.23]}, "bbox": [-118.825667, 37.454833, -118.825667, 37.454833]}, {"id": "1996", "type": "Feature", "properties": {"id": "nc72899066", "mag": 0.96, "time": 1506402794840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798332, 38.824833, 2.56]}, "bbox": [-122.798332, 38.824833, -122.798332, 38.824833]}, {"id": "1997", "type": "Feature", "properties": {"id": "mb80257739", "mag": 1.14, "time": 1506402535080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5275, 46.880667, 10.59]}, "bbox": [-112.5275, 46.880667, -112.5275, 46.880667]}, {"id": "1998", "type": "Feature", "properties": {"id": "ci38010800", "mag": 1.46, "time": 1506401555090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.061, 34.207167, 1.9]}, "bbox": [-117.061, 34.207167, -117.061, 34.207167]}, {"id": "1999", "type": "Feature", "properties": {"id": "ci38010792", "mag": 1.16, "time": 1506401392950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064333, 34.207333, 2.74]}, "bbox": [-117.064333, 34.207333, -117.064333, 34.207333]}, {"id": "2000", "type": "Feature", "properties": {"id": "nn00607042", "mag": 1.5, "time": 1506400440104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0413, 37.0804, 8.5]}, "bbox": [-117.0413, 37.0804, -117.0413, 37.0804]}, {"id": "2001", "type": "Feature", "properties": {"id": "ak16906991", "mag": 2.7, "time": 1506400345749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4106, 60.9055, 24.6]}, "bbox": [-143.4106, 60.9055, -143.4106, 60.9055]}, {"id": "2002", "type": "Feature", "properties": {"id": "us2000autd", "mag": 6.4, "time": 1506399600760, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-176.9366, -23.7135, 98.07]}, "bbox": [-176.9366, -23.7135, -176.9366, -23.7135]}, {"id": "2003", "type": "Feature", "properties": {"id": "mb80257724", "mag": 1.75, "time": 1506399115590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8815, 10.93]}, "bbox": [-112.525167, 46.8815, -112.525167, 46.8815]}, {"id": "2004", "type": "Feature", "properties": {"id": "ak16949284", "mag": 1.4, "time": 1506398641123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.643, 58.8409, 11.9]}, "bbox": [-153.643, 58.8409, -153.643, 58.8409]}, {"id": "2005", "type": "Feature", "properties": {"id": "ak16949283", "mag": 1.3, "time": 1506398319488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6304, 58.8355, 8.8]}, "bbox": [-153.6304, 58.8355, -153.6304, 58.8355]}, {"id": "2006", "type": "Feature", "properties": {"id": "ak16906355", "mag": 2.3, "time": 1506398227222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8611, 62.7984, 13.7]}, "bbox": [-148.8611, 62.7984, -148.8611, 62.7984]}, {"id": "2007", "type": "Feature", "properties": {"id": "nc72899031", "mag": 1.73, "time": 1506396860580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823667, 37.455333, 2.55]}, "bbox": [-118.823667, 37.455333, -118.823667, 37.455333]}, {"id": "2008", "type": "Feature", "properties": {"id": "nc72899036", "mag": 1.13, "time": 1506396779490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764167, 38.956, 1.48]}, "bbox": [-122.764167, 38.956, -122.764167, 38.956]}, {"id": "2009", "type": "Feature", "properties": {"id": "uu60249592", "mag": 1.7, "time": 1506396582400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.943167, 39.753833, 3.39]}, "bbox": [-110.943167, 39.753833, -110.943167, 39.753833]}, {"id": "2010", "type": "Feature", "properties": {"id": "ak16949281", "mag": 1.5, "time": 1506396506568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7269, 58.5151, 73.1]}, "bbox": [-153.7269, 58.5151, -153.7269, 58.5151]}, {"id": "2011", "type": "Feature", "properties": {"id": "ak16906353", "mag": 1.3, "time": 1506396340348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2988, 62.3609, 81.6]}, "bbox": [-151.2988, 62.3609, -151.2988, 62.3609]}, {"id": "2012", "type": "Feature", "properties": {"id": "uw61310902", "mag": 1.38, "time": 1506395899750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737167, 47.576333, 17.19]}, "bbox": [-122.737167, 47.576333, -122.737167, 47.576333]}, {"id": "2013", "type": "Feature", "properties": {"id": "ak16906350", "mag": 2.1, "time": 1506395022337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6717, 59.8577, 3.5]}, "bbox": [-136.6717, 59.8577, -136.6717, 59.8577]}, {"id": "2014", "type": "Feature", "properties": {"id": "ismpkansas70235803", "mag": 1.67, "time": 1506394171170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.620667, 37.161167, 4.48]}, "bbox": [-97.620667, 37.161167, -97.620667, 37.161167]}, {"id": "2015", "type": "Feature", "properties": {"id": "nc72899026", "mag": 1.36, "time": 1506393508660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823833, 37.4545, 2.28]}, "bbox": [-118.823833, 37.4545, -118.823833, 37.4545]}, {"id": "2016", "type": "Feature", "properties": {"id": "ak16906345", "mag": 1.8, "time": 1506393385073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5638, 59.8105, 0.8]}, "bbox": [-136.5638, 59.8105, -136.5638, 59.8105]}, {"id": "2017", "type": "Feature", "properties": {"id": "ak16906344", "mag": 1.2, "time": 1506393361198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4631, 62.5638, 3.1]}, "bbox": [-149.4631, 62.5638, -149.4631, 62.5638]}, {"id": "2018", "type": "Feature", "properties": {"id": "ak16906343", "mag": 1.2, "time": 1506392589335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2072, 61.6959, 2.7]}, "bbox": [-148.2072, 61.6959, -148.2072, 61.6959]}, {"id": "2019", "type": "Feature", "properties": {"id": "uw61310887", "mag": 1.1, "time": 1506392466960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 46.755833, 4.01]}, "bbox": [-121.9235, 46.755833, -121.9235, 46.755833]}, {"id": "2020", "type": "Feature", "properties": {"id": "ak16906342", "mag": 1.8, "time": 1506392061053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9619, 58.719, 83.8]}, "bbox": [-153.9619, 58.719, -153.9619, 58.719]}, {"id": "2021", "type": "Feature", "properties": {"id": "ak16906341", "mag": 1.1, "time": 1506391622110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.393, 62.6136, 80.1]}, "bbox": [-151.393, 62.6136, -151.393, 62.6136]}, {"id": "2022", "type": "Feature", "properties": {"id": "ak16905725", "mag": 2.0, "time": 1506390933341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6474, 61.5055, 2.1]}, "bbox": [-140.6474, 61.5055, -140.6474, 61.5055]}, {"id": "2023", "type": "Feature", "properties": {"id": "us2000aus0", "mag": 5.1, "time": 1506390162180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2892, -18.0618, 578.88]}, "bbox": [-178.2892, -18.0618, -178.2892, -18.0618]}, {"id": "2024", "type": "Feature", "properties": {"id": "ak16905719", "mag": 1.0, "time": 1506388357140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8119, 61.2841, 12.9]}, "bbox": [-146.8119, 61.2841, -146.8119, 61.2841]}, {"id": "2025", "type": "Feature", "properties": {"id": "ak16949271", "mag": 1.1, "time": 1506387919524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.616, 62.8641, 85.2]}, "bbox": [-150.616, 62.8641, -150.616, 62.8641]}, {"id": "2026", "type": "Feature", "properties": {"id": "us2000avl1", "mag": 4.1, "time": 1506387869490, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2679, -38.2792, 18.61]}, "bbox": [-68.2679, -38.2792, -68.2679, -38.2792]}, {"id": "2027", "type": "Feature", "properties": {"id": "ak16905595", "mag": 1.0, "time": 1506387645089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7961, 60.4358, 8.6]}, "bbox": [-143.7961, 60.4358, -143.7961, 60.4358]}, {"id": "2028", "type": "Feature", "properties": {"id": "us2000aur8", "mag": 3.9, "time": 1506387254290, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.6296, -12.1347, 37.62]}, "bbox": [-77.6296, -12.1347, -77.6296, -12.1347]}, {"id": "2029", "type": "Feature", "properties": {"id": "ak16905592", "mag": 1.5, "time": 1506385892986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6406, 61.6796, 57.6]}, "bbox": [-150.6406, 61.6796, -150.6406, 61.6796]}, {"id": "2030", "type": "Feature", "properties": {"id": "ak16905589", "mag": 1.7, "time": 1506385708409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0359, 62.3774, 41.7]}, "bbox": [-148.0359, 62.3774, -148.0359, 62.3774]}, {"id": "2031", "type": "Feature", "properties": {"id": "nc72898986", "mag": 1.94, "time": 1506385192120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.955667, 4.16]}, "bbox": [-122.759667, 38.955667, -122.759667, 38.955667]}, {"id": "2032", "type": "Feature", "properties": {"id": "nn00607067", "mag": 1.1, "time": 1506385008302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0721, 39.3599, 7.9]}, "bbox": [-118.0721, 39.3599, -118.0721, 39.3599]}, {"id": "2033", "type": "Feature", "properties": {"id": "us2000b0hk", "mag": 4.4, "time": 1506383865610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4109, -4.9919, 96.04]}, "bbox": [130.4109, -4.9919, 130.4109, -4.9919]}, {"id": "2034", "type": "Feature", "properties": {"id": "us2000b0hl", "mag": 4.5, "time": 1506383851620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.755, 79.5651, 10.0]}, "bbox": [3.755, 79.5651, 3.755, 79.5651]}, {"id": "2035", "type": "Feature", "properties": {"id": "ak16905583", "mag": 2.0, "time": 1506383021414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7759, 59.8203, 3.6]}, "bbox": [-136.7759, 59.8203, -136.7759, 59.8203]}, {"id": "2036", "type": "Feature", "properties": {"id": "hv61921341", "mag": 2.37, "time": 1506382999970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.826167, 19.509167, 12.397]}, "bbox": [-155.826167, 19.509167, -155.826167, 19.509167]}, {"id": "2037", "type": "Feature", "properties": {"id": "nc72898971", "mag": 1.13, "time": 1506382612420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7125, 38.7455, 1.45]}, "bbox": [-122.7125, 38.7455, -122.7125, 38.7455]}, {"id": "2038", "type": "Feature", "properties": {"id": "nc72898966", "mag": 1.63, "time": 1506382205240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.579, 36.013, 4.29]}, "bbox": [-120.579, 36.013, -120.579, 36.013]}, {"id": "2039", "type": "Feature", "properties": {"id": "ci38010640", "mag": 1.0, "time": 1506381899530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.508833, 4.84]}, "bbox": [-116.792667, 33.508833, -116.792667, 33.508833]}, {"id": "2040", "type": "Feature", "properties": {"id": "ci38010624", "mag": 1.86, "time": 1506381762630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681667, 35.033833, -0.82]}, "bbox": [-117.681667, 35.033833, -117.681667, 35.033833]}, {"id": "2041", "type": "Feature", "properties": {"id": "nc72898956", "mag": 1.13, "time": 1506381482700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.320667, 37.6445, 0.55]}, "bbox": [-119.320667, 37.6445, -119.320667, 37.6445]}, {"id": "2042", "type": "Feature", "properties": {"id": "mb80257694", "mag": 1.58, "time": 1506381447950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872833, 11.66]}, "bbox": [-112.523833, 46.872833, -112.523833, 46.872833]}, {"id": "2043", "type": "Feature", "properties": {"id": "us2000b0hj", "mag": 4.3, "time": 1506380384190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.85, -10.6682, 39.69]}, "bbox": [115.85, -10.6682, 115.85, -10.6682]}, {"id": "2044", "type": "Feature", "properties": {"id": "ci38010616", "mag": 1.42, "time": 1506380222440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0935, 33.013167, -0.56]}, "bbox": [-116.0935, 33.013167, -116.0935, 33.013167]}, {"id": "2045", "type": "Feature", "properties": {"id": "nc72898946", "mag": 1.13, "time": 1506379343550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7885, 38.832167, 1.97]}, "bbox": [-122.7885, 38.832167, -122.7885, 38.832167]}, {"id": "2046", "type": "Feature", "properties": {"id": "ld60143416", "mag": 1.71, "time": 1506378906690, "felt": 170.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.513833, 40.798667, 5.0]}, "bbox": [-74.513833, 40.798667, -74.513833, 40.798667]}, {"id": "2047", "type": "Feature", "properties": {"id": "ak16988709", "mag": 1.6, "time": 1506378800677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4035, 60.0163, 139.3]}, "bbox": [-153.4035, 60.0163, -153.4035, 60.0163]}, {"id": "2048", "type": "Feature", "properties": {"id": "mb80257689", "mag": 1.5, "time": 1506378570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.865833, 11.47]}, "bbox": [-112.528833, 46.865833, -112.528833, 46.865833]}, {"id": "2049", "type": "Feature", "properties": {"id": "us2000aunr", "mag": 2.5, "time": 1506378435420, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.154, 37.3519, 3.31]}, "bbox": [-98.154, 37.3519, -98.154, 37.3519]}, {"id": "2050", "type": "Feature", "properties": {"id": "ak16988708", "mag": 1.0, "time": 1506378350972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.034, 64.3489, 10.2]}, "bbox": [-154.034, 64.3489, -154.034, 64.3489]}, {"id": "2051", "type": "Feature", "properties": {"id": "us2000aunh", "mag": 5.0, "time": 1506377223500, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [124.3318, 0.8223, 219.8]}, "bbox": [124.3318, 0.8223, 124.3318, 0.8223]}, {"id": "2052", "type": "Feature", "properties": {"id": "uu60249557", "mag": 1.72, "time": 1506377199600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460833, 42.646667, 2.74]}, "bbox": [-111.460833, 42.646667, -111.460833, 42.646667]}, {"id": "2053", "type": "Feature", "properties": {"id": "us2000b0hh", "mag": 4.3, "time": 1506376802200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4659, -19.6395, 545.66]}, "bbox": [-177.4659, -19.6395, -177.4659, -19.6395]}, {"id": "2054", "type": "Feature", "properties": {"id": "ak16905558", "mag": 1.3, "time": 1506376658938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.4807, 65.756, 6.2]}, "bbox": [-145.4807, 65.756, -145.4807, 65.756]}, {"id": "2055", "type": "Feature", "properties": {"id": "ci38010544", "mag": 1.52, "time": 1506375768450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.492, 4.2]}, "bbox": [-116.792333, 33.492, -116.792333, 33.492]}, {"id": "2056", "type": "Feature", "properties": {"id": "uw61333756", "mag": 1.11, "time": 1506375211030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.748833, 46.851167, 1.54]}, "bbox": [-121.748833, 46.851167, -121.748833, 46.851167]}, {"id": "2057", "type": "Feature", "properties": {"id": "ci38010536", "mag": 1.15, "time": 1506374622610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200667, 33.034833, 4.46]}, "bbox": [-116.200667, 33.034833, -116.200667, 33.034833]}, {"id": "2058", "type": "Feature", "properties": {"id": "nc72898906", "mag": 1.32, "time": 1506373159300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.572333, 1.73]}, "bbox": [-118.887667, 37.572333, -118.887667, 37.572333]}, {"id": "2059", "type": "Feature", "properties": {"id": "ak16904952", "mag": 1.2, "time": 1506373039217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2776, 63.8003, 116.2]}, "bbox": [-149.2776, 63.8003, -149.2776, 63.8003]}, {"id": "2060", "type": "Feature", "properties": {"id": "ak16904950", "mag": 1.1, "time": 1506372955267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1161, 63.268, 1.6]}, "bbox": [-151.1161, 63.268, -151.1161, 63.268]}, {"id": "2061", "type": "Feature", "properties": {"id": "nc72898901", "mag": 1.01, "time": 1506372828820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.791667, 37.454333, 7.33]}, "bbox": [-121.791667, 37.454333, -121.791667, 37.454333]}, {"id": "2062", "type": "Feature", "properties": {"id": "ak16904346", "mag": 1.5, "time": 1506372342933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0547, 61.007, 13.8]}, "bbox": [-147.0547, 61.007, -147.0547, 61.007]}, {"id": "2063", "type": "Feature", "properties": {"id": "ci38010512", "mag": 1.25, "time": 1506372237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492167, 33.822333, -0.52]}, "bbox": [-117.492167, 33.822333, -117.492167, 33.822333]}, {"id": "2064", "type": "Feature", "properties": {"id": "ci38010488", "mag": 3.1, "time": 1506371483300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.220833, 32.220833, 20.46]}, "bbox": [-115.220833, 32.220833, -115.220833, 32.220833]}, {"id": "2065", "type": "Feature", "properties": {"id": "us2000aulg", "mag": 5.9, "time": 1506371363480, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [152.7133, -6.2113, 5.98]}, "bbox": [152.7133, -6.2113, 152.7133, -6.2113]}, {"id": "2066", "type": "Feature", "properties": {"id": "hv61921136", "mag": 1.72, "time": 1506370768560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.223333, 34.311]}, "bbox": [-155.421333, 19.223333, -155.421333, 19.223333]}, {"id": "2067", "type": "Feature", "properties": {"id": "mb80257664", "mag": 1.07, "time": 1506370613150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526, 46.868, 10.18]}, "bbox": [-112.526, 46.868, -112.526, 46.868]}, {"id": "2068", "type": "Feature", "properties": {"id": "us2000aukx", "mag": 2.6, "time": 1506370456500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.1495, 36.4119, 5.948]}, "bbox": [-99.1495, 36.4119, -99.1495, 36.4119]}, {"id": "2069", "type": "Feature", "properties": {"id": "us2000auky", "mag": 4.2, "time": 1506370103510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [107.7299, -5.8793, 306.63]}, "bbox": [107.7299, -5.8793, 107.7299, -5.8793]}, {"id": "2070", "type": "Feature", "properties": {"id": "mb80257659", "mag": 1.44, "time": 1506369980640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.8795, 12.77]}, "bbox": [-112.530333, 46.8795, -112.530333, 46.8795]}, {"id": "2071", "type": "Feature", "properties": {"id": "ak16904319", "mag": 1.4, "time": 1506369740689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5073, 60.0082, 0.0]}, "bbox": [-139.5073, 60.0082, -139.5073, 60.0082]}, {"id": "2072", "type": "Feature", "properties": {"id": "ak16904318", "mag": 1.1, "time": 1506369510333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5651, 61.4244, 63.0]}, "bbox": [-150.5651, 61.4244, -150.5651, 61.4244]}, {"id": "2073", "type": "Feature", "properties": {"id": "ak16904316", "mag": 1.1, "time": 1506368211425, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7001, 61.5145, 4.5]}, "bbox": [-140.7001, 61.5145, -140.7001, 61.5145]}, {"id": "2074", "type": "Feature", "properties": {"id": "us2000aukb", "mag": 4.3, "time": 1506368143480, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1586, 40.3587, 11.36]}, "bbox": [-127.1586, 40.3587, -127.1586, 40.3587]}, {"id": "2075", "type": "Feature", "properties": {"id": "ak16904315", "mag": 1.2, "time": 1506367996393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8124, 59.8382, 15.4]}, "bbox": [-136.8124, 59.8382, -136.8124, 59.8382]}, {"id": "2076", "type": "Feature", "properties": {"id": "nc72898871", "mag": 1.41, "time": 1506367887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.785167, 38.8375, 1.88]}, "bbox": [-122.785167, 38.8375, -122.785167, 38.8375]}, {"id": "2077", "type": "Feature", "properties": {"id": "ak16988695", "mag": 2.2, "time": 1506366990125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3689, 51.4218, 56.7]}, "bbox": [179.3689, 51.4218, 179.3689, 51.4218]}, {"id": "2078", "type": "Feature", "properties": {"id": "ci37166748", "mag": 1.04, "time": 1506366454300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.018667, 33.163167, -0.77]}, "bbox": [-117.018667, 33.163167, -117.018667, 33.163167]}, {"id": "2079", "type": "Feature", "properties": {"id": "hv61921056", "mag": 2.06, "time": 1506366154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.950667, 19.540833, 15.491]}, "bbox": [-155.950667, 19.540833, -155.950667, 19.540833]}, {"id": "2080", "type": "Feature", "properties": {"id": "ak16903722", "mag": 2.0, "time": 1506365944635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.478, 51.697, 15.5]}, "bbox": [-178.478, 51.697, -178.478, 51.697]}, {"id": "2081", "type": "Feature", "properties": {"id": "ci38010408", "mag": 1.27, "time": 1506365436790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4445, 35.5745, 10.25]}, "bbox": [-118.4445, 35.5745, -118.4445, 35.5745]}, {"id": "2082", "type": "Feature", "properties": {"id": "ci38010416", "mag": 1.17, "time": 1506365362690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.862667, 34.343333, -1.71]}, "bbox": [-116.862667, 34.343333, -116.862667, 34.343333]}, {"id": "2083", "type": "Feature", "properties": {"id": "uu60249527", "mag": 1.29, "time": 1506365138370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.712833, 41.8725, 4.98]}, "bbox": [-112.712833, 41.8725, -112.712833, 41.8725]}, {"id": "2084", "type": "Feature", "properties": {"id": "ak16903609", "mag": 2.1, "time": 1506365025587, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8085, 63.1578, 132.2]}, "bbox": [-150.8085, 63.1578, -150.8085, 63.1578]}, {"id": "2085", "type": "Feature", "properties": {"id": "ci38010400", "mag": 1.04, "time": 1506364534100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790833, 33.495667, 4.4]}, "bbox": [-116.790833, 33.495667, -116.790833, 33.495667]}, {"id": "2086", "type": "Feature", "properties": {"id": "nn00606969", "mag": 1.1, "time": 1506364516065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.689, 40.0864, 4.7]}, "bbox": [-119.689, 40.0864, -119.689, 40.0864]}, {"id": "2087", "type": "Feature", "properties": {"id": "ak16903599", "mag": 2.5, "time": 1506364456407, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8848, 59.5329, 96.9]}, "bbox": [-152.8848, 59.5329, -152.8848, 59.5329]}, {"id": "2088", "type": "Feature", "properties": {"id": "mb80257649", "mag": 1.4, "time": 1506364202040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.866667, 10.23]}, "bbox": [-112.5255, 46.866667, -112.5255, 46.866667]}, {"id": "2089", "type": "Feature", "properties": {"id": "nc72898846", "mag": 1.62, "time": 1506364136870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.781833, 36.209, 7.55]}, "bbox": [-120.781833, 36.209, -120.781833, 36.209]}, {"id": "2090", "type": "Feature", "properties": {"id": "ak16903591", "mag": 1.5, "time": 1506363943453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7347, 60.3302, 112.7]}, "bbox": [-152.7347, 60.3302, -152.7347, 60.3302]}, {"id": "2091", "type": "Feature", "properties": {"id": "mb80257644", "mag": 1.05, "time": 1506363692190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8665, 10.3]}, "bbox": [-112.525167, 46.8665, -112.525167, 46.8665]}, {"id": "2092", "type": "Feature", "properties": {"id": "ci38010376", "mag": 1.42, "time": 1506363664230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.4945, 4.5]}, "bbox": [-116.792667, 33.4945, -116.792667, 33.4945]}, {"id": "2093", "type": "Feature", "properties": {"id": "us2000aufz", "mag": 5.1, "time": 1506363043200, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [106.3876, -5.9298, 150.05]}, "bbox": [106.3876, -5.9298, 106.3876, -5.9298]}, {"id": "2094", "type": "Feature", "properties": {"id": "nc72898836", "mag": 1.32, "time": 1506362896010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104, 37.324, -0.31]}, "bbox": [-122.104, 37.324, -122.104, 37.324]}, {"id": "2095", "type": "Feature", "properties": {"id": "ak16903584", "mag": 1.0, "time": 1506362694028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.2167, 63.9342, 1.9]}, "bbox": [-138.2167, 63.9342, -138.2167, 63.9342]}, {"id": "2096", "type": "Feature", "properties": {"id": "mb80257639", "mag": 1.36, "time": 1506362284340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.615667, 46.316833, -2.0]}, "bbox": [-111.615667, 46.316833, -111.615667, 46.316833]}, {"id": "2097", "type": "Feature", "properties": {"id": "ak16903579", "mag": 2.0, "time": 1506362237262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1637, 59.6819, 106.7]}, "bbox": [-153.1637, 59.6819, -153.1637, 59.6819]}, {"id": "2098", "type": "Feature", "properties": {"id": "nc72898821", "mag": 1.99, "time": 1506361978590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.778667, 36.215667, 8.08]}, "bbox": [-120.778667, 36.215667, -120.778667, 36.215667]}, {"id": "2099", "type": "Feature", "properties": {"id": "us2000auf8", "mag": 3.0, "time": 1506361091820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.3303, 40.4414, 11.43]}, "bbox": [-127.3303, 40.4414, -127.3303, 40.4414]}, {"id": "2100", "type": "Feature", "properties": {"id": "ci38010336", "mag": 2.11, "time": 1506360496580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.486667, 3.04]}, "bbox": [-116.797167, 33.486667, -116.797167, 33.486667]}, {"id": "2101", "type": "Feature", "properties": {"id": "ak16988686", "mag": 1.5, "time": 1506360479843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7769, 51.9886, 24.6]}, "bbox": [-174.7769, 51.9886, -174.7769, 51.9886]}, {"id": "2102", "type": "Feature", "properties": {"id": "ci38010328", "mag": 1.51, "time": 1506359920880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.977, 33.995333, 18.14]}, "bbox": [-116.977, 33.995333, -116.977, 33.995333]}, {"id": "2103", "type": "Feature", "properties": {"id": "ak16988684", "mag": 1.6, "time": 1506359020522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4355, 59.7613, 127.9]}, "bbox": [-153.4355, 59.7613, -153.4355, 59.7613]}, {"id": "2104", "type": "Feature", "properties": {"id": "nc72898791", "mag": 1.48, "time": 1506357667280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.679333, 40.288667, 4.66]}, "bbox": [-121.679333, 40.288667, -121.679333, 40.288667]}, {"id": "2105", "type": "Feature", "properties": {"id": "nc72898786", "mag": 1.55, "time": 1506357321970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.322, 35.752333, 11.93]}, "bbox": [-120.322, 35.752333, -120.322, 35.752333]}, {"id": "2106", "type": "Feature", "properties": {"id": "nc72898781", "mag": 1.12, "time": 1506356229990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.794833, 2.79]}, "bbox": [-122.811333, 38.794833, -122.811333, 38.794833]}, {"id": "2107", "type": "Feature", "properties": {"id": "ci38010256", "mag": 1.04, "time": 1506354566340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.858833, 33.8575, 16.19]}, "bbox": [-116.858833, 33.8575, -116.858833, 33.8575]}, {"id": "2108", "type": "Feature", "properties": {"id": "ci38010272", "mag": 2.41, "time": 1506354509850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9285, 31.688833, 11.63]}, "bbox": [-115.9285, 31.688833, -115.9285, 31.688833]}, {"id": "2109", "type": "Feature", "properties": {"id": "mb80257609", "mag": 1.3, "time": 1506354504500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534667, 46.896, 11.48]}, "bbox": [-112.534667, 46.896, -112.534667, 46.896]}, {"id": "2110", "type": "Feature", "properties": {"id": "mb80257604", "mag": 1.12, "time": 1506354406140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.867, 11.31]}, "bbox": [-112.531833, 46.867, -112.531833, 46.867]}, {"id": "2111", "type": "Feature", "properties": {"id": "ak16902391", "mag": 1.7, "time": 1506354336298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8601, 62.0271, 60.3]}, "bbox": [-150.8601, 62.0271, -150.8601, 62.0271]}, {"id": "2112", "type": "Feature", "properties": {"id": "ak16902390", "mag": 1.1, "time": 1506354175816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3984, 60.1663, 0.0]}, "bbox": [-141.3984, 60.1663, -141.3984, 60.1663]}, {"id": "2113", "type": "Feature", "properties": {"id": "ak16901812", "mag": 1.4, "time": 1506353222973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1565, 60.3908, 0.4]}, "bbox": [-143.1565, 60.3908, -143.1565, 60.3908]}, {"id": "2114", "type": "Feature", "properties": {"id": "ak16901813", "mag": 1.3, "time": 1506353183037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6264, 58.8255, 1.4]}, "bbox": [-153.6264, 58.8255, -153.6264, 58.8255]}, {"id": "2115", "type": "Feature", "properties": {"id": "ak16901809", "mag": 2.0, "time": 1506352267382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0949, 59.636, 10.7]}, "bbox": [-150.0949, 59.636, -150.0949, 59.636]}, {"id": "2116", "type": "Feature", "properties": {"id": "us2000aucr", "mag": 4.6, "time": 1506352047620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.4691, -14.8531, 132.07]}, "bbox": [167.4691, -14.8531, 167.4691, -14.8531]}, {"id": "2117", "type": "Feature", "properties": {"id": "ak16901806", "mag": 1.8, "time": 1506351538258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8449, 59.8126, 1.3]}, "bbox": [-136.8449, 59.8126, -136.8449, 59.8126]}, {"id": "2118", "type": "Feature", "properties": {"id": "mb80257594", "mag": 0.98, "time": 1506349616550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.870833, 11.0]}, "bbox": [-112.521333, 46.870833, -112.521333, 46.870833]}, {"id": "2119", "type": "Feature", "properties": {"id": "ci38010208", "mag": 1.21, "time": 1506348868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.552, 33.526167, 13.79]}, "bbox": [-116.552, 33.526167, -116.552, 33.526167]}, {"id": "2120", "type": "Feature", "properties": {"id": "ak16901226", "mag": 1.1, "time": 1506348768479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2671, 59.9538, 54.3]}, "bbox": [-151.2671, 59.9538, -151.2671, 59.9538]}, {"id": "2121", "type": "Feature", "properties": {"id": "us2000aubr", "mag": 4.6, "time": 1506348737440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.0258, -12.6224, 229.97]}, "bbox": [167.0258, -12.6224, 167.0258, -12.6224]}, {"id": "2122", "type": "Feature", "properties": {"id": "ci38010200", "mag": 1.19, "time": 1506348702870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.953833, 34.8405, 11.97]}, "bbox": [-118.953833, 34.8405, -118.953833, 34.8405]}, {"id": "2123", "type": "Feature", "properties": {"id": "us2000aubf", "mag": 4.4, "time": 1506348571430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1777, 15.5423, 60.99]}, "bbox": [-94.1777, 15.5423, -94.1777, 15.5423]}, {"id": "2124", "type": "Feature", "properties": {"id": "nc72898721", "mag": 1.03, "time": 1506348240990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838333, 38.837334, 1.55]}, "bbox": [-122.838333, 38.837334, -122.838333, 38.837334]}, {"id": "2125", "type": "Feature", "properties": {"id": "ak16901214", "mag": 2.7, "time": 1506348231637, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0448, 63.3492, 76.8]}, "bbox": [-147.0448, 63.3492, -147.0448, 63.3492]}, {"id": "2126", "type": "Feature", "properties": {"id": "us2000aub9", "mag": 4.3, "time": 1506347727000, "felt": 65.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.99, -32.683, 24.0]}, "bbox": [-71.99, -32.683, -71.99, -32.683]}, {"id": "2127", "type": "Feature", "properties": {"id": "nc72898706", "mag": 1.78, "time": 1506347531490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838, 38.837833, 1.83]}, "bbox": [-122.838, 38.837833, -122.838, 38.837833]}, {"id": "2128", "type": "Feature", "properties": {"id": "ci38010176", "mag": 0.96, "time": 1506346983830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.271667, 33.976667, 5.12]}, "bbox": [-116.271667, 33.976667, -116.271667, 33.976667]}, {"id": "2129", "type": "Feature", "properties": {"id": "us2000aubt", "mag": 4.7, "time": 1506346771440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6657, -38.3887, 23.0]}, "bbox": [178.6657, -38.3887, 178.6657, -38.3887]}, {"id": "2130", "type": "Feature", "properties": {"id": "ak16988672", "mag": 1.9, "time": 1506346449512, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.0765, 51.5898, 46.8]}, "bbox": [-177.0765, 51.5898, -177.0765, 51.5898]}, {"id": "2131", "type": "Feature", "properties": {"id": "ak16901206", "mag": 2.2, "time": 1506346185448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7016, 61.5212, 15.4]}, "bbox": [-140.7016, 61.5212, -140.7016, 61.5212]}, {"id": "2132", "type": "Feature", "properties": {"id": "ak16901204", "mag": 1.6, "time": 1506346082012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4545, 63.1289, 110.5]}, "bbox": [-150.4545, 63.1289, -150.4545, 63.1289]}, {"id": "2133", "type": "Feature", "properties": {"id": "nc72898686", "mag": 1.5, "time": 1506345854120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.787167, 36.211667, 7.46]}, "bbox": [-120.787167, 36.211667, -120.787167, 36.211667]}, {"id": "2134", "type": "Feature", "properties": {"id": "ak16988669", "mag": 1.8, "time": 1506344531244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.2595, 53.699, 44.2]}, "bbox": [-165.2595, 53.699, -165.2595, 53.699]}, {"id": "2135", "type": "Feature", "properties": {"id": "ak16901203", "mag": 1.5, "time": 1506343558401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1793, 57.6776, 1.1]}, "bbox": [-156.1793, 57.6776, -156.1793, 57.6776]}, {"id": "2136", "type": "Feature", "properties": {"id": "nc72898666", "mag": 1.04, "time": 1506343096950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862667, 37.613167, 7.06]}, "bbox": [-118.862667, 37.613167, -118.862667, 37.613167]}, {"id": "2137", "type": "Feature", "properties": {"id": "ak16900637", "mag": 2.0, "time": 1506342621159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2424, 60.321, 83.8]}, "bbox": [-152.2424, 60.321, -152.2424, 60.321]}, {"id": "2138", "type": "Feature", "properties": {"id": "ci38010152", "mag": 1.32, "time": 1506342413630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.241667, 34.439, 7.98]}, "bbox": [-119.241667, 34.439, -119.241667, 34.439]}, {"id": "2139", "type": "Feature", "properties": {"id": "us2000aua8", "mag": 4.6, "time": 1506342291600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.282, -28.2916, 30.33]}, "bbox": [-71.282, -28.2916, -71.282, -28.2916]}, {"id": "2140", "type": "Feature", "properties": {"id": "nc72898661", "mag": 1.86, "time": 1506342035450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.000167, 36.431, -0.28]}, "bbox": [-121.000167, 36.431, -121.000167, 36.431]}, {"id": "2141", "type": "Feature", "properties": {"id": "ci38010136", "mag": 1.46, "time": 1506341314650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.559, 35.341833, 7.37]}, "bbox": [-118.559, 35.341833, -118.559, 35.341833]}, {"id": "2142", "type": "Feature", "properties": {"id": "ak16900622", "mag": 1.0, "time": 1506340661643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7013, 64.8764, 7.9]}, "bbox": [-156.7013, 64.8764, -156.7013, 64.8764]}, {"id": "2143", "type": "Feature", "properties": {"id": "us2000b0h7", "mag": 4.2, "time": 1506340490190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.5087, 34.8799, 210.56]}, "bbox": [138.5087, 34.8799, 138.5087, 34.8799]}, {"id": "2144", "type": "Feature", "properties": {"id": "nc72898636", "mag": 1.46, "time": 1506340210490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.256667, 36.100167, 9.6]}, "bbox": [-120.256667, 36.100167, -120.256667, 36.100167]}, {"id": "2145", "type": "Feature", "properties": {"id": "us2000b0hp", "mag": 4.2, "time": 1506340162430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4582, -17.8551, 595.96]}, "bbox": [-178.4582, -17.8551, -178.4582, -17.8551]}, {"id": "2146", "type": "Feature", "properties": {"id": "us2000au9u", "mag": 4.6, "time": 1506340077990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4978, -17.9975, 539.99]}, "bbox": [-178.4978, -17.9975, -178.4978, -17.9975]}, {"id": "2147", "type": "Feature", "properties": {"id": "ak16988664", "mag": 1.8, "time": 1506339965395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4489, 51.676, 14.4]}, "bbox": [-178.4489, 51.676, -178.4489, 51.676]}, {"id": "2148", "type": "Feature", "properties": {"id": "hv61920741", "mag": 2.06, "time": 1506339899560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473667, 19.201667, 36.657]}, "bbox": [-155.473667, 19.201667, -155.473667, 19.201667]}, {"id": "2149", "type": "Feature", "properties": {"id": "ci38010120", "mag": 0.99, "time": 1506339434380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.471167, 34.247833, 12.2]}, "bbox": [-117.471167, 34.247833, -117.471167, 34.247833]}, {"id": "2150", "type": "Feature", "properties": {"id": "ak16900621", "mag": 1.0, "time": 1506338627047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3115, 62.9535, 74.5]}, "bbox": [-149.3115, 62.9535, -149.3115, 62.9535]}, {"id": "2151", "type": "Feature", "properties": {"id": "nc72898616", "mag": 2.36, "time": 1506338018430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.938333, 37.838667, 4.07]}, "bbox": [-119.938333, 37.838667, -119.938333, 37.838667]}, {"id": "2152", "type": "Feature", "properties": {"id": "hv61920671", "mag": 1.81, "time": 1506336741780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.023667, 19.815, 11.479]}, "bbox": [-156.023667, 19.815, -156.023667, 19.815]}, {"id": "2153", "type": "Feature", "properties": {"id": "mb80257584", "mag": 1.42, "time": 1506336624590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.869333, 11.15]}, "bbox": [-112.521667, 46.869333, -112.521667, 46.869333]}, {"id": "2154", "type": "Feature", "properties": {"id": "ak16900062", "mag": 1.8, "time": 1506336050720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8893, 60.3211, 15.1]}, "bbox": [-146.8893, 60.3211, -146.8893, 60.3211]}, {"id": "2155", "type": "Feature", "properties": {"id": "ci38010104", "mag": 1.06, "time": 1506335970890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7915, 33.506667, 6.39]}, "bbox": [-116.7915, 33.506667, -116.7915, 33.506667]}, {"id": "2156", "type": "Feature", "properties": {"id": "nc72898601", "mag": 0.95, "time": 1506335637390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6475, 37.476667, 8.18]}, "bbox": [-118.6475, 37.476667, -118.6475, 37.476667]}, {"id": "2157", "type": "Feature", "properties": {"id": "nc72898596", "mag": 1.23, "time": 1506335593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2805, 36.094, 6.76]}, "bbox": [-120.2805, 36.094, -120.2805, 36.094]}, {"id": "2158", "type": "Feature", "properties": {"id": "nc72898591", "mag": 1.04, "time": 1506335405570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.839333, 38.843166, 3.5]}, "bbox": [-122.839333, 38.843166, -122.839333, 38.843166]}, {"id": "2159", "type": "Feature", "properties": {"id": "us2000au8v", "mag": 4.9, "time": 1506334920720, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9741, -3.5898, 72.65]}, "bbox": [139.9741, -3.5898, 139.9741, -3.5898]}, {"id": "2160", "type": "Feature", "properties": {"id": "nn00606909", "mag": 1.4, "time": 1506334911790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.943, 37.551, 8.3]}, "bbox": [-117.943, 37.551, -117.943, 37.551]}, {"id": "2161", "type": "Feature", "properties": {"id": "mb80257579", "mag": 1.3, "time": 1506333510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872333, 11.79]}, "bbox": [-112.523833, 46.872333, -112.523833, 46.872333]}, {"id": "2162", "type": "Feature", "properties": {"id": "mb80257574", "mag": 0.99, "time": 1506333384010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.875167, 11.91]}, "bbox": [-112.523, 46.875167, -112.523, 46.875167]}, {"id": "2163", "type": "Feature", "properties": {"id": "us2000au8b", "mag": 5.0, "time": 1506332531610, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.0023, -5.3939, 63.28]}, "bbox": [154.0023, -5.3939, 154.0023, -5.3939]}, {"id": "2164", "type": "Feature", "properties": {"id": "ak16899481", "mag": 1.2, "time": 1506332463619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8097, 60.337, 8.5]}, "bbox": [-139.8097, 60.337, -139.8097, 60.337]}, {"id": "2165", "type": "Feature", "properties": {"id": "ak16899478", "mag": 2.7, "time": 1506332457083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9674, 51.7565, 11.0]}, "bbox": [-177.9674, 51.7565, -177.9674, 51.7565]}, {"id": "2166", "type": "Feature", "properties": {"id": "ak16899480", "mag": 2.7, "time": 1506332456973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9649, 51.7427, 10.3]}, "bbox": [-177.9649, 51.7427, -177.9649, 51.7427]}, {"id": "2167", "type": "Feature", "properties": {"id": "nc72898561", "mag": 1.34, "time": 1506332073270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.401667, 37.650667, 3.17]}, "bbox": [-121.401667, 37.650667, -121.401667, 37.650667]}, {"id": "2168", "type": "Feature", "properties": {"id": "mb80257569", "mag": 2.91, "time": 1506332057970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.879333, 11.49]}, "bbox": [-112.525833, 46.879333, -112.525833, 46.879333]}, {"id": "2169", "type": "Feature", "properties": {"id": "nn00606905", "mag": 1.5, "time": 1506331668203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9249, 38.3947, 7.3]}, "bbox": [-118.9249, 38.3947, -118.9249, 38.3947]}, {"id": "2170", "type": "Feature", "properties": {"id": "ci38010072", "mag": 1.11, "time": 1506331415690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790167, 33.497667, 5.47]}, "bbox": [-116.790167, 33.497667, -116.790167, 33.497667]}, {"id": "2171", "type": "Feature", "properties": {"id": "ak16988657", "mag": 1.9, "time": 1506331001341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4079, 51.6208, 15.5]}, "bbox": [-178.4079, 51.6208, -178.4079, 51.6208]}, {"id": "2172", "type": "Feature", "properties": {"id": "ak16899468", "mag": 1.4, "time": 1506330891437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3579, 60.2131, 58.5]}, "bbox": [-151.3579, 60.2131, -151.3579, 60.2131]}, {"id": "2173", "type": "Feature", "properties": {"id": "ak16899467", "mag": 1.1, "time": 1506330692323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4142, 68.5865, 13.2]}, "bbox": [-147.4142, 68.5865, -147.4142, 68.5865]}, {"id": "2174", "type": "Feature", "properties": {"id": "ak16899465", "mag": 1.0, "time": 1506330113229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.991, 61.1695, 1.9]}, "bbox": [-139.991, 61.1695, -139.991, 61.1695]}, {"id": "2175", "type": "Feature", "properties": {"id": "nn00606904", "mag": 2.5, "time": 1506329813575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1098, 39.0988, 9.7]}, "bbox": [-118.1098, 39.0988, -118.1098, 39.0988]}, {"id": "2176", "type": "Feature", "properties": {"id": "ak16899462", "mag": 1.3, "time": 1506329610880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9036, 64.8595, 12.5]}, "bbox": [-148.9036, 64.8595, -148.9036, 64.8595]}, {"id": "2177", "type": "Feature", "properties": {"id": "ci38010048", "mag": 1.15, "time": 1506329091670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.815, 33.9555, 13.94]}, "bbox": [-118.815, 33.9555, -118.815, 33.9555]}, {"id": "2178", "type": "Feature", "properties": {"id": "us2000au7c", "mag": 3.5, "time": 1506329082460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5238, 46.8486, 10.68]}, "bbox": [-112.5238, 46.8486, -112.5238, 46.8486]}, {"id": "2179", "type": "Feature", "properties": {"id": "ci38010040", "mag": 1.01, "time": 1506328796420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.568, 35.1735, 8.56]}, "bbox": [-118.568, 35.1735, -118.568, 35.1735]}, {"id": "2180", "type": "Feature", "properties": {"id": "nn00606901", "mag": 1.2, "time": 1506328748981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8911, 38.3811, 7.8]}, "bbox": [-118.8911, 38.3811, -118.8911, 38.3811]}, {"id": "2181", "type": "Feature", "properties": {"id": "ak16898909", "mag": 1.4, "time": 1506327817672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2932, 60.6736, 39.3]}, "bbox": [-150.2932, 60.6736, -150.2932, 60.6736]}, {"id": "2182", "type": "Feature", "properties": {"id": "ak16988651", "mag": 1.6, "time": 1506327629626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8348, 59.5881, 89.7]}, "bbox": [-152.8348, 59.5881, -152.8348, 59.5881]}, {"id": "2183", "type": "Feature", "properties": {"id": "uu60249397", "mag": 2.17, "time": 1506327209020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448333, 38.993, -0.41]}, "bbox": [-111.448333, 38.993, -111.448333, 38.993]}, {"id": "2184", "type": "Feature", "properties": {"id": "ak16898901", "mag": 1.1, "time": 1506326924743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6407, 58.3143, 7.7]}, "bbox": [-154.6407, 58.3143, -154.6407, 58.3143]}, {"id": "2185", "type": "Feature", "properties": {"id": "us2000au6h", "mag": 4.7, "time": 1506326546500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.4008, -4.8417, 219.24]}, "bbox": [129.4008, -4.8417, 129.4008, -4.8417]}, {"id": "2186", "type": "Feature", "properties": {"id": "uu60249392", "mag": 1.79, "time": 1506326456200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448, 42.620667, 6.55]}, "bbox": [-111.448, 42.620667, -111.448, 42.620667]}, {"id": "2187", "type": "Feature", "properties": {"id": "ismpkansas70235773", "mag": 2.04, "time": 1506326285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.968667, 37.281833, 5.0]}, "bbox": [-97.968667, 37.281833, -97.968667, 37.281833]}, {"id": "2188", "type": "Feature", "properties": {"id": "us2000au5z", "mag": 4.4, "time": 1506325840560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7801, 14.8764, 57.41]}, "bbox": [-93.7801, 14.8764, -93.7801, 14.8764]}, {"id": "2189", "type": "Feature", "properties": {"id": "nc72898491", "mag": 0.95, "time": 1506325310440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818667, 37.478667, 0.05]}, "bbox": [-118.818667, 37.478667, -118.818667, 37.478667]}, {"id": "2190", "type": "Feature", "properties": {"id": "nc72898486", "mag": 1.27, "time": 1506324949470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 37.479333, 0.19]}, "bbox": [-118.8175, 37.479333, -118.8175, 37.479333]}, {"id": "2191", "type": "Feature", "properties": {"id": "ak16898346", "mag": 2.1, "time": 1506324898662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5224, 64.5882, 8.3]}, "bbox": [-160.5224, 64.5882, -160.5224, 64.5882]}, {"id": "2192", "type": "Feature", "properties": {"id": "us2000au5p", "mag": 4.4, "time": 1506324432650, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.5244, -30.022, 35.0]}, "bbox": [-71.5244, -30.022, -71.5244, -30.022]}, {"id": "2193", "type": "Feature", "properties": {"id": "us2000au5l", "mag": 4.5, "time": 1506324225060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1793, 15.5215, 66.49]}, "bbox": [-94.1793, 15.5215, -94.1793, 15.5215]}, {"id": "2194", "type": "Feature", "properties": {"id": "nc72898461", "mag": 1.64, "time": 1506323849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818167, 37.478667, 0.73]}, "bbox": [-118.818167, 37.478667, -118.818167, 37.478667]}, {"id": "2195", "type": "Feature", "properties": {"id": "us2000au5i", "mag": 4.6, "time": 1506323785060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [106.9645, -8.3755, 34.69]}, "bbox": [106.9645, -8.3755, 106.9645, -8.3755]}, {"id": "2196", "type": "Feature", "properties": {"id": "nc72898456", "mag": 1.01, "time": 1506323761220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.478167, 0.69]}, "bbox": [-118.818833, 37.478167, -118.818833, 37.478167]}, {"id": "2197", "type": "Feature", "properties": {"id": "nn00606939", "mag": 1.6, "time": 1506320868071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5993, 41.6963, 11.8]}, "bbox": [-119.5993, 41.6963, -119.5993, 41.6963]}, {"id": "2198", "type": "Feature", "properties": {"id": "ak16988646", "mag": 1.6, "time": 1506320845663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7721, 59.5535, 80.8]}, "bbox": [-152.7721, 59.5535, -152.7721, 59.5535]}, {"id": "2199", "type": "Feature", "properties": {"id": "ci38009968", "mag": 1.23, "time": 1506320510170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.738333, 33.655, 17.08]}, "bbox": [-116.738333, 33.655, -116.738333, 33.655]}, {"id": "2200", "type": "Feature", "properties": {"id": "us2000au57", "mag": 5.0, "time": 1506320285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7407, -59.0289, 23.15]}, "bbox": [-25.7407, -59.0289, -25.7407, -59.0289]}, {"id": "2201", "type": "Feature", "properties": {"id": "nn00606937", "mag": 1.7, "time": 1506320281288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.604, 41.7004, 6.9]}, "bbox": [-119.604, 41.7004, -119.604, 41.7004]}, {"id": "2202", "type": "Feature", "properties": {"id": "mb80257544", "mag": 1.02, "time": 1506320165840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.538333, 46.891333, 11.64]}, "bbox": [-112.538333, 46.891333, -112.538333, 46.891333]}, {"id": "2203", "type": "Feature", "properties": {"id": "ak16897784", "mag": 1.7, "time": 1506319825200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9967, 59.5158, 86.0]}, "bbox": [-152.9967, 59.5158, -152.9967, 59.5158]}, {"id": "2204", "type": "Feature", "properties": {"id": "ak16897782", "mag": 1.0, "time": 1506319406475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2438, 65.7781, 4.0]}, "bbox": [-155.2438, 65.7781, -155.2438, 65.7781]}, {"id": "2205", "type": "Feature", "properties": {"id": "ak16897779", "mag": 1.8, "time": 1506318873463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4148, 69.0584, 10.9]}, "bbox": [-146.4148, 69.0584, -146.4148, 69.0584]}, {"id": "2206", "type": "Feature", "properties": {"id": "nc72898431", "mag": 2.32, "time": 1506318557110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.909, 37.334167, 8.51]}, "bbox": [-117.909, 37.334167, -117.909, 37.334167]}, {"id": "2207", "type": "Feature", "properties": {"id": "nc72898406", "mag": 1.9, "time": 1506317549980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.705833, 39.697, 8.09]}, "bbox": [-122.705833, 39.697, -122.705833, 39.697]}, {"id": "2208", "type": "Feature", "properties": {"id": "ak16988640", "mag": 1.4, "time": 1506317208929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0479, 57.5544, 76.8]}, "bbox": [-155.0479, 57.5544, -155.0479, 57.5544]}, {"id": "2209", "type": "Feature", "properties": {"id": "ak16988639", "mag": 1.2, "time": 1506316463527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9489, 61.4034, 66.1]}, "bbox": [-150.9489, 61.4034, -150.9489, 61.4034]}, {"id": "2210", "type": "Feature", "properties": {"id": "nn00606934", "mag": 1.4, "time": 1506315296099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8855, 37.2234, 7.0]}, "bbox": [-116.8855, 37.2234, -116.8855, 37.2234]}, {"id": "2211", "type": "Feature", "properties": {"id": "us2000b0hn", "mag": 4.2, "time": 1506314791590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.4466, -60.0959, 87.69]}, "bbox": [-27.4466, -60.0959, -27.4466, -60.0959]}, {"id": "2212", "type": "Feature", "properties": {"id": "nc72898391", "mag": 0.97, "time": 1506314750800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.800999, 1.95]}, "bbox": [-122.80867, 38.800999, -122.80867, 38.800999]}, {"id": "2213", "type": "Feature", "properties": {"id": "nc72898386", "mag": 2.07, "time": 1506314732630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810833, 38.797667, 3.49]}, "bbox": [-122.810833, 38.797667, -122.810833, 38.797667]}, {"id": "2214", "type": "Feature", "properties": {"id": "nc72898381", "mag": 1.3, "time": 1506314425330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1325, 38.050167, 2.51]}, "bbox": [-119.1325, 38.050167, -119.1325, 38.050167]}, {"id": "2215", "type": "Feature", "properties": {"id": "ak16897226", "mag": 1.1, "time": 1506314336648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1369, 63.4162, 5.3]}, "bbox": [-145.1369, 63.4162, -145.1369, 63.4162]}, {"id": "2216", "type": "Feature", "properties": {"id": "us2000au3u", "mag": 4.3, "time": 1506313752770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7839, 15.5489, 36.62]}, "bbox": [-94.7839, 15.5489, -94.7839, 15.5489]}, {"id": "2217", "type": "Feature", "properties": {"id": "ak16897223", "mag": 1.5, "time": 1506313722965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5906, 61.3427, 45.2]}, "bbox": [-150.5906, 61.3427, -150.5906, 61.3427]}, {"id": "2218", "type": "Feature", "properties": {"id": "ak16897221", "mag": 1.1, "time": 1506313193707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.457, 63.4294, 4.6]}, "bbox": [-151.457, 63.4294, -151.457, 63.4294]}, {"id": "2219", "type": "Feature", "properties": {"id": "ak16988635", "mag": 1.2, "time": 1506312840546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0928, 61.1303, 26.5]}, "bbox": [-148.0928, 61.1303, -148.0928, 61.1303]}, {"id": "2220", "type": "Feature", "properties": {"id": "ak16988634", "mag": 1.1, "time": 1506312758288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7179, 62.8463, 7.1]}, "bbox": [-151.7179, 62.8463, -151.7179, 62.8463]}, {"id": "2221", "type": "Feature", "properties": {"id": "nc72898366", "mag": 1.09, "time": 1506312288130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797501, 38.824165, 1.31]}, "bbox": [-122.797501, 38.824165, -122.797501, 38.824165]}, {"id": "2222", "type": "Feature", "properties": {"id": "ak16897219", "mag": 1.1, "time": 1506311801540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8303, 63.2243, 16.3]}, "bbox": [-153.8303, 63.2243, -153.8303, 63.2243]}, {"id": "2223", "type": "Feature", "properties": {"id": "uw61333436", "mag": 1.41, "time": 1506311554000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.943833, 48.589333, 4.05]}, "bbox": [-119.943833, 48.589333, -119.943833, 48.589333]}, {"id": "2224", "type": "Feature", "properties": {"id": "ak16896672", "mag": 2.4, "time": 1506311539840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6826, 63.2689, 133.7]}, "bbox": [-150.6826, 63.2689, -150.6826, 63.2689]}, {"id": "2225", "type": "Feature", "properties": {"id": "ci38009904", "mag": 1.71, "time": 1506311193160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.813167, 34.048833, 13.41]}, "bbox": [-116.813167, 34.048833, -116.813167, 34.048833]}, {"id": "2226", "type": "Feature", "properties": {"id": "ak16896671", "mag": 1.0, "time": 1506310652342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6095, 62.9432, 11.3]}, "bbox": [-148.6095, 62.9432, -148.6095, 62.9432]}, {"id": "2227", "type": "Feature", "properties": {"id": "ci38009840", "mag": 1.15, "time": 1506308854410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.765333, 33.325667, 12.51]}, "bbox": [-116.765333, 33.325667, -116.765333, 33.325667]}, {"id": "2228", "type": "Feature", "properties": {"id": "ak16896670", "mag": 1.3, "time": 1506308756498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6787, 59.995, 9.3]}, "bbox": [-141.6787, 59.995, -141.6787, 59.995]}, {"id": "2229", "type": "Feature", "properties": {"id": "ak16896669", "mag": 1.3, "time": 1506308490557, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.667, 59.9936, 9.8]}, "bbox": [-141.667, 59.9936, -141.667, 59.9936]}, {"id": "2230", "type": "Feature", "properties": {"id": "hv61920451", "mag": 2.11, "time": 1506307247260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.050167, 19.765, 47.26]}, "bbox": [-155.050167, 19.765, -155.050167, 19.765]}, {"id": "2231", "type": "Feature", "properties": {"id": "ak16896663", "mag": 1.7, "time": 1506306347139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.57, 59.4416, 74.8]}, "bbox": [-152.57, 59.4416, -152.57, 59.4416]}, {"id": "2232", "type": "Feature", "properties": {"id": "ak16896659", "mag": 1.5, "time": 1506306011000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5629, 61.3391, 37.0]}, "bbox": [-149.5629, 61.3391, -149.5629, 61.3391]}, {"id": "2233", "type": "Feature", "properties": {"id": "ak16896656", "mag": 1.3, "time": 1506306004481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1978, 60.2569, 10.7]}, "bbox": [-141.1978, 60.2569, -141.1978, 60.2569]}, {"id": "2234", "type": "Feature", "properties": {"id": "ak16896653", "mag": 1.8, "time": 1506305432732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6915, 61.3592, 87.6]}, "bbox": [-151.6915, 61.3592, -151.6915, 61.3592]}, {"id": "2235", "type": "Feature", "properties": {"id": "ak16988622", "mag": 2.2, "time": 1506305398552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4539, 55.424, 127.9]}, "bbox": [-162.4539, 55.424, -162.4539, 55.424]}, {"id": "2236", "type": "Feature", "properties": {"id": "nc72898321", "mag": 0.97, "time": 1506303023560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.470667, 1.2]}, "bbox": [-118.821, 37.470667, -118.821, 37.470667]}, {"id": "2237", "type": "Feature", "properties": {"id": "ci38009824", "mag": 1.77, "time": 1506302722490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.721333, 32.171167, -0.08]}, "bbox": [-115.721333, 32.171167, -115.721333, 32.171167]}, {"id": "2238", "type": "Feature", "properties": {"id": "us2000au34", "mag": 4.2, "time": 1506301011430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6458, 15.9582, 41.89]}, "bbox": [-94.6458, 15.9582, -94.6458, 15.9582]}, {"id": "2239", "type": "Feature", "properties": {"id": "nc72898311", "mag": 1.53, "time": 1506300409700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.760333, 38.787333, 2.66]}, "bbox": [-122.760333, 38.787333, -122.760333, 38.787333]}, {"id": "2240", "type": "Feature", "properties": {"id": "nc72898316", "mag": 1.17, "time": 1506300389070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.902833, 37.434167, 1.61]}, "bbox": [-118.902833, 37.434167, -118.902833, 37.434167]}, {"id": "2241", "type": "Feature", "properties": {"id": "uu60249337", "mag": 1.05, "time": 1506300187150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028, 44.797667, 10.68]}, "bbox": [-111.028, 44.797667, -111.028, 44.797667]}, {"id": "2242", "type": "Feature", "properties": {"id": "ak16896106", "mag": 1.8, "time": 1506299319432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0832, 61.9049, 66.6]}, "bbox": [-151.0832, 61.9049, -151.0832, 61.9049]}, {"id": "2243", "type": "Feature", "properties": {"id": "ak16895566", "mag": 1.9, "time": 1506298140072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9051, 57.7026, 76.6]}, "bbox": [-154.9051, 57.7026, -154.9051, 57.7026]}, {"id": "2244", "type": "Feature", "properties": {"id": "ak16988619", "mag": 1.6, "time": 1506298131890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9559, 60.0816, 113.8]}, "bbox": [-152.9559, 60.0816, -152.9559, 60.0816]}, {"id": "2245", "type": "Feature", "properties": {"id": "nn00606884", "mag": 1.4, "time": 1506297047630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0863, 37.3768, 7.7]}, "bbox": [-117.0863, 37.3768, -117.0863, 37.3768]}, {"id": "2246", "type": "Feature", "properties": {"id": "us2000au2t", "mag": 4.6, "time": 1506295898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.3868, 31.2471, 159.23]}, "bbox": [130.3868, 31.2471, 130.3868, 31.2471]}, {"id": "2247", "type": "Feature", "properties": {"id": "us2000au2s", "mag": 4.7, "time": 1506295771740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3651, 15.6767, 54.03]}, "bbox": [-94.3651, 15.6767, -94.3651, 15.6767]}, {"id": "2248", "type": "Feature", "properties": {"id": "uu60249317", "mag": 2.04, "time": 1506295039370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.575667, 3.5]}, "bbox": [-111.424667, 42.575667, -111.424667, 42.575667]}, {"id": "2249", "type": "Feature", "properties": {"id": "ak16935438", "mag": 1.4, "time": 1506294396969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.934, 60.3588, 65.2]}, "bbox": [-150.934, 60.3588, -150.934, 60.3588]}, {"id": "2250", "type": "Feature", "properties": {"id": "nc72898291", "mag": 1.5, "time": 1506294312930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799167, 37.544833, 8.63]}, "bbox": [-118.799167, 37.544833, -118.799167, 37.544833]}, {"id": "2251", "type": "Feature", "properties": {"id": "ak16895561", "mag": 1.1, "time": 1506294004090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0019, 62.1675, 14.1]}, "bbox": [-150.0019, 62.1675, -150.0019, 62.1675]}, {"id": "2252", "type": "Feature", "properties": {"id": "ak16895559", "mag": 1.7, "time": 1506293152617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9808, 60.2626, 58.2]}, "bbox": [-150.9808, 60.2626, -150.9808, 60.2626]}, {"id": "2253", "type": "Feature", "properties": {"id": "nc72898281", "mag": 1.51, "time": 1506291814030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.123, 38.044833, 2.62]}, "bbox": [-119.123, 38.044833, -119.123, 38.044833]}, {"id": "2254", "type": "Feature", "properties": {"id": "ak16895553", "mag": 2.2, "time": 1506291209658, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9667, 58.2749, 2.3]}, "bbox": [-154.9667, 58.2749, -154.9667, 58.2749]}, {"id": "2255", "type": "Feature", "properties": {"id": "uu60249297", "mag": 2.2, "time": 1506289719780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.027, 44.7975, 11.07]}, "bbox": [-111.027, 44.7975, -111.027, 44.7975]}, {"id": "2256", "type": "Feature", "properties": {"id": "nc72898251", "mag": 1.06, "time": 1506289376180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.824501, 1.89]}, "bbox": [-122.80867, 38.824501, -122.80867, 38.824501]}, {"id": "2257", "type": "Feature", "properties": {"id": "nn00606863", "mag": 1.6, "time": 1506289302497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1188, 37.3786, 0.0]}, "bbox": [-115.1188, 37.3786, -115.1188, 37.3786]}, {"id": "2258", "type": "Feature", "properties": {"id": "ak16895018", "mag": 1.1, "time": 1506289187928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5309, 62.2207, 4.8]}, "bbox": [-148.5309, 62.2207, -148.5309, 62.2207]}, {"id": "2259", "type": "Feature", "properties": {"id": "nc72898246", "mag": 1.11, "time": 1506288942820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474667, -0.27]}, "bbox": [-118.8205, 37.474667, -118.8205, 37.474667]}, {"id": "2260", "type": "Feature", "properties": {"id": "nc72898241", "mag": 1.11, "time": 1506288826190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.477167, 0.62]}, "bbox": [-118.819667, 37.477167, -118.819667, 37.477167]}, {"id": "2261", "type": "Feature", "properties": {"id": "ak16935433", "mag": 1.6, "time": 1506288360789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4754, 58.4123, 46.0]}, "bbox": [-152.4754, 58.4123, -152.4754, 58.4123]}, {"id": "2262", "type": "Feature", "properties": {"id": "ak16935432", "mag": 2.5, "time": 1506287912932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0291, 52.8069, 25.6]}, "bbox": [-164.0291, 52.8069, -164.0291, 52.8069]}, {"id": "2263", "type": "Feature", "properties": {"id": "ak16895001", "mag": 2.4, "time": 1506287325387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3822, 59.9552, 133.4]}, "bbox": [-153.3822, 59.9552, -153.3822, 59.9552]}, {"id": "2264", "type": "Feature", "properties": {"id": "nc71107574", "mag": 1.82, "time": 1506286958930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.1525, 38.965833, 3.75]}, "bbox": [-123.1525, 38.965833, -123.1525, 38.965833]}, {"id": "2265", "type": "Feature", "properties": {"id": "nc72898236", "mag": 1.93, "time": 1506286874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.849, 36.277667, 7.52]}, "bbox": [-120.849, 36.277667, -120.849, 36.277667]}, {"id": "2266", "type": "Feature", "properties": {"id": "ak16894980", "mag": 2.3, "time": 1506286457929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5039, 61.3116, 7.5]}, "bbox": [-152.5039, 61.3116, -152.5039, 61.3116]}, {"id": "2267", "type": "Feature", "properties": {"id": "us2000au0x", "mag": 4.1, "time": 1506285951620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.7689, 33.0106, 343.06]}, "bbox": [137.7689, 33.0106, 137.7689, 33.0106]}, {"id": "2268", "type": "Feature", "properties": {"id": "ak16894459", "mag": 1.4, "time": 1506285529465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7694, 59.8585, 7.3]}, "bbox": [-136.7694, 59.8585, -136.7694, 59.8585]}, {"id": "2269", "type": "Feature", "properties": {"id": "ak16894458", "mag": 3.5, "time": 1506285383201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4213, 51.6336, 12.0]}, "bbox": [-178.4213, 51.6336, -178.4213, 51.6336]}, {"id": "2270", "type": "Feature", "properties": {"id": "hv61919931", "mag": 1.61, "time": 1506285094170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2325, 19.4085, 26.679]}, "bbox": [-155.2325, 19.4085, -155.2325, 19.4085]}, {"id": "2271", "type": "Feature", "properties": {"id": "nm60207286", "mag": 1.46, "time": 1506284271340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.900667, 36.601833, 4.15]}, "bbox": [-89.900667, 36.601833, -89.900667, 36.601833]}, {"id": "2272", "type": "Feature", "properties": {"id": "nc72898226", "mag": 1.94, "time": 1506284238360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.476167, 0.74]}, "bbox": [-118.819, 37.476167, -118.819, 37.476167]}, {"id": "2273", "type": "Feature", "properties": {"id": "hv61919891", "mag": 2.03, "time": 1506284234210, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.278503, 19.407, 0.61]}, "bbox": [-155.278503, 19.407, -155.278503, 19.407]}, {"id": "2274", "type": "Feature", "properties": {"id": "us2000au0l", "mag": 5.0, "time": 1506283809180, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [102.0863, -3.3959, 96.97]}, "bbox": [102.0863, -3.3959, 102.0863, -3.3959]}, {"id": "2275", "type": "Feature", "properties": {"id": "ak16894448", "mag": 1.6, "time": 1506283718319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1504, 61.1564, 63.1]}, "bbox": [-151.1504, 61.1564, -151.1504, 61.1564]}, {"id": "2276", "type": "Feature", "properties": {"id": "nc72898216", "mag": 1.02, "time": 1506283590520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826836, 38.841167, 1.21]}, "bbox": [-122.826836, 38.841167, -122.826836, 38.841167]}, {"id": "2277", "type": "Feature", "properties": {"id": "nc72898211", "mag": 1.57, "time": 1506283158900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.113333, 38.042667, 2.45]}, "bbox": [-119.113333, 38.042667, -119.113333, 38.042667]}, {"id": "2278", "type": "Feature", "properties": {"id": "ak16894439", "mag": 2.3, "time": 1506283079762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7022, 51.6829, 87.3]}, "bbox": [-179.7022, 51.6829, -179.7022, 51.6829]}, {"id": "2279", "type": "Feature", "properties": {"id": "nc72898206", "mag": 1.24, "time": 1506283017210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.777, 35.512, 0.74]}, "bbox": [-120.777, 35.512, -120.777, 35.512]}, {"id": "2280", "type": "Feature", "properties": {"id": "ci38009648", "mag": 0.95, "time": 1506282824500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.909333, 33.494, 13.21]}, "bbox": [-116.909333, 33.494, -116.909333, 33.494]}, {"id": "2281", "type": "Feature", "properties": {"id": "nc72898196", "mag": 1.08, "time": 1506282126770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.81, 38.806833, 2.17]}, "bbox": [-122.81, 38.806833, -122.81, 38.806833]}, {"id": "2282", "type": "Feature", "properties": {"id": "ak16893920", "mag": 1.6, "time": 1506281844692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.421, 62.907, 126.6]}, "bbox": [-151.421, 62.907, -151.421, 62.907]}, {"id": "2283", "type": "Feature", "properties": {"id": "nc72898191", "mag": 1.6, "time": 1506281467240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.010167, 37.8015, 1.31]}, "bbox": [-119.010167, 37.8015, -119.010167, 37.8015]}, {"id": "2284", "type": "Feature", "properties": {"id": "nc72898186", "mag": 2.26, "time": 1506281041390, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.474833, -0.18]}, "bbox": [-118.8185, 37.474833, -118.8185, 37.474833]}, {"id": "2285", "type": "Feature", "properties": {"id": "uw61333306", "mag": 1.11, "time": 1506280827540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812333, 48.284667, 12.62]}, "bbox": [-122.812333, 48.284667, -122.812333, 48.284667]}, {"id": "2286", "type": "Feature", "properties": {"id": "ci38009608", "mag": 1.3, "time": 1506280518180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.038, 33.0905, 2.11]}, "bbox": [-116.038, 33.0905, -116.038, 33.0905]}, {"id": "2287", "type": "Feature", "properties": {"id": "nc72898176", "mag": 2.1, "time": 1506280314320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818333, 37.475833, 0.78]}, "bbox": [-118.818333, 37.475833, -118.818333, 37.475833]}, {"id": "2288", "type": "Feature", "properties": {"id": "ak16935422", "mag": 1.6, "time": 1506280296755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7731, 59.4501, 75.7]}, "bbox": [-152.7731, 59.4501, -152.7731, 59.4501]}, {"id": "2289", "type": "Feature", "properties": {"id": "hv61919726", "mag": 1.9, "time": 1506279270940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4185, 19.110833, 41.621]}, "bbox": [-155.4185, 19.110833, -155.4185, 19.110833]}, {"id": "2290", "type": "Feature", "properties": {"id": "ak16935421", "mag": 1.7, "time": 1506279143123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5363, 51.7438, 15.9]}, "bbox": [-178.5363, 51.7438, -178.5363, 51.7438]}, {"id": "2291", "type": "Feature", "properties": {"id": "ak16893907", "mag": 2.1, "time": 1506278978748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4135, 66.1088, 7.6]}, "bbox": [-141.4135, 66.1088, -141.4135, 66.1088]}, {"id": "2292", "type": "Feature", "properties": {"id": "uw61333296", "mag": 1.51, "time": 1506278869250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.581833, 47.593, 24.95]}, "bbox": [-122.581833, 47.593, -122.581833, 47.593]}, {"id": "2293", "type": "Feature", "properties": {"id": "nc72898171", "mag": 1.13, "time": 1506278629370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.543167, 38.264833, 8.24]}, "bbox": [-122.543167, 38.264833, -122.543167, 38.264833]}, {"id": "2294", "type": "Feature", "properties": {"id": "nn00606834", "mag": 1.5, "time": 1506278416314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.885, 38.3509, 8.4]}, "bbox": [-118.885, 38.3509, -118.885, 38.3509]}, {"id": "2295", "type": "Feature", "properties": {"id": "ci38009568", "mag": 1.23, "time": 1506278315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.492333, 35.604833, 5.99]}, "bbox": [-118.492333, 35.604833, -118.492333, 35.604833]}, {"id": "2296", "type": "Feature", "properties": {"id": "ak16893391", "mag": 2.3, "time": 1506277628203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1998, 53.9184, 4.8]}, "bbox": [-163.1998, 53.9184, -163.1998, 53.9184]}, {"id": "2297", "type": "Feature", "properties": {"id": "ak16893390", "mag": 1.1, "time": 1506277025981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1933, 68.4549, 18.3]}, "bbox": [-147.1933, 68.4549, -147.1933, 68.4549]}, {"id": "2298", "type": "Feature", "properties": {"id": "ak16893388", "mag": 1.5, "time": 1506276710660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3135, 68.0219, 2.3]}, "bbox": [-144.3135, 68.0219, -144.3135, 68.0219]}, {"id": "2299", "type": "Feature", "properties": {"id": "ak16935416", "mag": 1.8, "time": 1506276357546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.0551, 51.7225, 6.8]}, "bbox": [-179.0551, 51.7225, -179.0551, 51.7225]}, {"id": "2300", "type": "Feature", "properties": {"id": "nc72898146", "mag": 1.54, "time": 1506276015270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.836, 1.98]}, "bbox": [-122.810333, 38.836, -122.810333, 38.836]}, {"id": "2301", "type": "Feature", "properties": {"id": "nn00606827", "mag": 1.3, "time": 1506274049277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6642, 36.4428, 7.2]}, "bbox": [-115.6642, 36.4428, -115.6642, 36.4428]}, {"id": "2302", "type": "Feature", "properties": {"id": "uw61333281", "mag": 2.14, "time": 1506273261550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.502167, 49.447833, -0.06]}, "bbox": [-120.502167, 49.447833, -120.502167, 49.447833]}, {"id": "2303", "type": "Feature", "properties": {"id": "us2000atz0", "mag": 4.3, "time": 1506273226630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.369, -22.6476, 261.5]}, "bbox": [-66.369, -22.6476, -66.369, -22.6476]}, {"id": "2304", "type": "Feature", "properties": {"id": "ci38009520", "mag": 2.39, "time": 1506272765060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.032333, 33.096333, 9.36]}, "bbox": [-116.032333, 33.096333, -116.032333, 33.096333]}, {"id": "2305", "type": "Feature", "properties": {"id": "nc72898121", "mag": 1.18, "time": 1506272385880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880667, 37.538167, 3.63]}, "bbox": [-118.880667, 37.538167, -118.880667, 37.538167]}, {"id": "2306", "type": "Feature", "properties": {"id": "us2000atyw", "mag": 4.9, "time": 1506272236140, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.2871, 36.912, 8.66]}, "bbox": [27.2871, 36.912, 27.2871, 36.912]}, {"id": "2307", "type": "Feature", "properties": {"id": "uw61333276", "mag": 0.97, "time": 1506272212660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677, 48.245, 8.69]}, "bbox": [-121.677, 48.245, -121.677, 48.245]}, {"id": "2308", "type": "Feature", "properties": {"id": "ci38009504", "mag": 1.59, "time": 1506272197880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0285, 33.096, 10.24]}, "bbox": [-116.0285, 33.096, -116.0285, 33.096]}, {"id": "2309", "type": "Feature", "properties": {"id": "ak16935414", "mag": 1.3, "time": 1506271871925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3105, 62.8907, 109.7]}, "bbox": [-151.3105, 62.8907, -151.3105, 62.8907]}, {"id": "2310", "type": "Feature", "properties": {"id": "ak16892357", "mag": 1.5, "time": 1506271104455, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2217, 60.9895, 43.1]}, "bbox": [-150.2217, 60.9895, -150.2217, 60.9895]}, {"id": "2311", "type": "Feature", "properties": {"id": "ak16892356", "mag": 1.0, "time": 1506270748541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7754, 66.4015, 0.3]}, "bbox": [-147.7754, 66.4015, -147.7754, 66.4015]}, {"id": "2312", "type": "Feature", "properties": {"id": "nn00606816", "mag": 1.3, "time": 1506270455535, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3547, 38.3427, 11.5]}, "bbox": [-119.3547, 38.3427, -119.3547, 38.3427]}, {"id": "2313", "type": "Feature", "properties": {"id": "ak16892349", "mag": 2.1, "time": 1506269387778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9052, 64.2272, 113.0]}, "bbox": [-147.9052, 64.2272, -147.9052, 64.2272]}, {"id": "2314", "type": "Feature", "properties": {"id": "ak16892348", "mag": 1.2, "time": 1506269350233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0305, 61.1531, 0.9]}, "bbox": [-140.0305, 61.1531, -140.0305, 61.1531]}, {"id": "2315", "type": "Feature", "properties": {"id": "uu60249237", "mag": 1.72, "time": 1506268839820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899, 38.3125, 1.61]}, "bbox": [-108.899, 38.3125, -108.899, 38.3125]}, {"id": "2316", "type": "Feature", "properties": {"id": "nc72898066", "mag": 2.26, "time": 1506268374330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604333, 4.11]}, "bbox": [-118.820667, 37.604333, -118.820667, 37.604333]}, {"id": "2317", "type": "Feature", "properties": {"id": "hv61919541", "mag": 2.2, "time": 1506268362680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.553, 19.106833, 58.134]}, "bbox": [-155.553, 19.106833, -155.553, 19.106833]}, {"id": "2318", "type": "Feature", "properties": {"id": "nc72898071", "mag": 1.35, "time": 1506268343880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.978833, 37.602333, 0.75]}, "bbox": [-118.978833, 37.602333, -118.978833, 37.602333]}, {"id": "2319", "type": "Feature", "properties": {"id": "uw61333251", "mag": 0.99, "time": 1506267835060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7565, 46.8405, 0.46]}, "bbox": [-121.7565, 46.8405, -121.7565, 46.8405]}, {"id": "2320", "type": "Feature", "properties": {"id": "uu60249227", "mag": 1.55, "time": 1506267791100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.045667, 38.595, 10.17]}, "bbox": [-112.045667, 38.595, -112.045667, 38.595]}, {"id": "2321", "type": "Feature", "properties": {"id": "nc72898046", "mag": 1.31, "time": 1506267662950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.359333, 36.063833, 13.03]}, "bbox": [-120.359333, 36.063833, -120.359333, 36.063833]}, {"id": "2322", "type": "Feature", "properties": {"id": "uw61333241", "mag": 1.02, "time": 1506266858960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7535, 46.835833, -0.06]}, "bbox": [-121.7535, 46.835833, -121.7535, 46.835833]}, {"id": "2323", "type": "Feature", "properties": {"id": "us2000atyb", "mag": 4.2, "time": 1506265370020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9623, 16.5258, 10.0]}, "bbox": [-94.9623, 16.5258, -94.9623, 16.5258]}, {"id": "2324", "type": "Feature", "properties": {"id": "ak16891829", "mag": 1.1, "time": 1506265012702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7832, 60.3293, 15.0]}, "bbox": [-139.7832, 60.3293, -139.7832, 60.3293]}, {"id": "2325", "type": "Feature", "properties": {"id": "uw61333221", "mag": 2.23, "time": 1506264885990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.458, 41.843167, 29.32]}, "bbox": [-124.458, 41.843167, -124.458, 41.843167]}, {"id": "2326", "type": "Feature", "properties": {"id": "ci38009392", "mag": 2.47, "time": 1506263949730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.965667, 33.074, 3.01]}, "bbox": [-117.965667, 33.074, -117.965667, 33.074]}, {"id": "2327", "type": "Feature", "properties": {"id": "ak16891827", "mag": 1.6, "time": 1506263040480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0762, 68.8735, 7.4]}, "bbox": [-145.0762, 68.8735, -145.0762, 68.8735]}, {"id": "2328", "type": "Feature", "properties": {"id": "ak16935406", "mag": 1.9, "time": 1506262994682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4328, 58.9133, 119.1]}, "bbox": [-154.4328, 58.9133, -154.4328, 58.9133]}, {"id": "2329", "type": "Feature", "properties": {"id": "uu60249217", "mag": 1.98, "time": 1506261948290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8955, 38.308167, 2.5]}, "bbox": [-108.8955, 38.308167, -108.8955, 38.308167]}, {"id": "2330", "type": "Feature", "properties": {"id": "uw61333201", "mag": 1.01, "time": 1506261154820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.757333, 46.836833, 0.83]}, "bbox": [-121.757333, 46.836833, -121.757333, 46.836833]}, {"id": "2331", "type": "Feature", "properties": {"id": "nn00606861", "mag": 1.0, "time": 1506260845911, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9076, 39.4306, 7.7]}, "bbox": [-118.9076, 39.4306, -118.9076, 39.4306]}, {"id": "2332", "type": "Feature", "properties": {"id": "ak16891323", "mag": 1.6, "time": 1506260101784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2725, 63.8369, 122.9]}, "bbox": [-149.2725, 63.8369, -149.2725, 63.8369]}, {"id": "2333", "type": "Feature", "properties": {"id": "ak16935404", "mag": 1.9, "time": 1506259949572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9271, 51.4777, 35.0]}, "bbox": [-175.9271, 51.4777, -175.9271, 51.4777]}, {"id": "2334", "type": "Feature", "properties": {"id": "ak16891318", "mag": 1.4, "time": 1506258938436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1228, 60.1784, 0.0]}, "bbox": [-140.1228, 60.1784, -140.1228, 60.1784]}, {"id": "2335", "type": "Feature", "properties": {"id": "ak16935403", "mag": 1.5, "time": 1506258927685, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.537, 59.7654, 0.0]}, "bbox": [-139.537, 59.7654, -139.537, 59.7654]}, {"id": "2336", "type": "Feature", "properties": {"id": "us2000awkh", "mag": 4.5, "time": 1506257940620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6787, -21.4068, 6.58]}, "bbox": [-176.6787, -21.4068, -176.6787, -21.4068]}, {"id": "2337", "type": "Feature", "properties": {"id": "ci38009360", "mag": 1.01, "time": 1506257616920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6935, 33.4475, 13.86]}, "bbox": [-117.6935, 33.4475, -117.6935, 33.4475]}, {"id": "2338", "type": "Feature", "properties": {"id": "hv61919476", "mag": 2.71, "time": 1506257049620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.326172, 19.400499, 6.36]}, "bbox": [-155.326172, 19.400499, -155.326172, 19.400499]}, {"id": "2339", "type": "Feature", "properties": {"id": "us2000azwe", "mag": 4.0, "time": 1506256906900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0503, 15.0164, 47.05]}, "bbox": [-94.0503, 15.0164, -94.0503, 15.0164]}, {"id": "2340", "type": "Feature", "properties": {"id": "ak16935402", "mag": 1.3, "time": 1506256449894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1247, 62.5252, 67.7]}, "bbox": [-150.1247, 62.5252, -150.1247, 62.5252]}, {"id": "2341", "type": "Feature", "properties": {"id": "us2000atx8", "mag": 4.5, "time": 1506256396240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2151, 16.4456, 23.74]}, "bbox": [-95.2151, 16.4456, -95.2151, 16.4456]}, {"id": "2342", "type": "Feature", "properties": {"id": "us2000awke", "mag": 4.3, "time": 1506254896510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.7664, -36.2005, 10.0]}, "bbox": [-99.7664, -36.2005, -99.7664, -36.2005]}, {"id": "2343", "type": "Feature", "properties": {"id": "us2000atx1", "mag": 4.3, "time": 1506253816940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8221, 15.5422, 39.51]}, "bbox": [-94.8221, 15.5422, -94.8221, 15.5422]}, {"id": "2344", "type": "Feature", "properties": {"id": "nc72897966", "mag": 1.94, "time": 1506252917940, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.353833, 38.334333, 8.17]}, "bbox": [-119.353833, 38.334333, -119.353833, 38.334333]}, {"id": "2345", "type": "Feature", "properties": {"id": "ak16890316", "mag": 1.9, "time": 1506251419309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7084, 53.1628, 25.6]}, "bbox": [-166.7084, 53.1628, -166.7084, 53.1628]}, {"id": "2346", "type": "Feature", "properties": {"id": "ak16935399", "mag": 2.2, "time": 1506251253254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9705, 58.4119, 157.9]}, "bbox": [-155.9705, 58.4119, -155.9705, 58.4119]}, {"id": "2347", "type": "Feature", "properties": {"id": "us2000awkb", "mag": 4.4, "time": 1506250943050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3134, -22.0133, 10.0]}, "bbox": [-114.3134, -22.0133, -114.3134, -22.0133]}, {"id": "2348", "type": "Feature", "properties": {"id": "ci38009336", "mag": 1.4, "time": 1506250687150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.573, 33.198833, 3.26]}, "bbox": [-115.573, 33.198833, -115.573, 33.198833]}, {"id": "2349", "type": "Feature", "properties": {"id": "ak16935398", "mag": 1.7, "time": 1506250678217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.541, 51.1205, 34.1]}, "bbox": [-178.541, 51.1205, -178.541, 51.1205]}, {"id": "2350", "type": "Feature", "properties": {"id": "ci37166588", "mag": 1.39, "time": 1506250675520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.547333, 33.281167, 1.13]}, "bbox": [-115.547333, 33.281167, -115.547333, 33.281167]}, {"id": "2351", "type": "Feature", "properties": {"id": "ci38009328", "mag": 1.47, "time": 1506250567750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.565833, 33.2015, 2.63]}, "bbox": [-115.565833, 33.2015, -115.565833, 33.2015]}, {"id": "2352", "type": "Feature", "properties": {"id": "us2000azw4", "mag": 4.0, "time": 1506250079340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2354, 15.2643, 10.0]}, "bbox": [-94.2354, 15.2643, -94.2354, 15.2643]}, {"id": "2353", "type": "Feature", "properties": {"id": "nc72897961", "mag": 1.0, "time": 1506249470110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771164, 38.839333, 1.45]}, "bbox": [-122.771164, 38.839333, -122.771164, 38.839333]}, {"id": "2354", "type": "Feature", "properties": {"id": "ak16890295", "mag": 3.1, "time": 1506249009854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4939, 58.556, 142.4]}, "bbox": [-155.4939, 58.556, -155.4939, 58.556]}, {"id": "2355", "type": "Feature", "properties": {"id": "ci38009320", "mag": 1.29, "time": 1506248967650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.577833, 33.1915, 3.45]}, "bbox": [-115.577833, 33.1915, -115.577833, 33.1915]}, {"id": "2356", "type": "Feature", "properties": {"id": "us2000awka", "mag": 4.5, "time": 1506248797510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.4422, -3.5379, 76.33]}, "bbox": [101.4422, -3.5379, 101.4422, -3.5379]}, {"id": "2357", "type": "Feature", "properties": {"id": "ak16889805", "mag": 1.1, "time": 1506248542391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6804, 65.8304, 4.9]}, "bbox": [-150.6804, 65.8304, -150.6804, 65.8304]}, {"id": "2358", "type": "Feature", "properties": {"id": "ak16889804", "mag": 1.4, "time": 1506248465317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0578, 61.0579, 16.4]}, "bbox": [-147.0578, 61.0579, -147.0578, 61.0579]}, {"id": "2359", "type": "Feature", "properties": {"id": "hv61919431", "mag": 2.09, "time": 1506248237750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.282165, 19.41, 0.97]}, "bbox": [-155.282165, 19.41, -155.282165, 19.41]}, {"id": "2360", "type": "Feature", "properties": {"id": "us2000atwe", "mag": 5.8, "time": 1506247572180, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0996, 15.3335, 55.04]}, "bbox": [-94.0996, 15.3335, -94.0996, 15.3335]}, {"id": "2361", "type": "Feature", "properties": {"id": "ak16889794", "mag": 1.8, "time": 1506247473558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2731, 60.4252, 19.1]}, "bbox": [-148.2731, 60.4252, -148.2731, 60.4252]}, {"id": "2362", "type": "Feature", "properties": {"id": "ak16889792", "mag": 1.2, "time": 1506245981072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4789, 61.3979, 20.0]}, "bbox": [-146.4789, 61.3979, -146.4789, 61.3979]}, {"id": "2363", "type": "Feature", "properties": {"id": "ak16935392", "mag": 2.2, "time": 1506245821194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1457, 52.299, 147.0]}, "bbox": [-176.1457, 52.299, -176.1457, 52.299]}, {"id": "2364", "type": "Feature", "properties": {"id": "uw61333151", "mag": 1.32, "time": 1506245720210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3825, 46.455, 17.05]}, "bbox": [-119.3825, 46.455, -119.3825, 46.455]}, {"id": "2365", "type": "Feature", "properties": {"id": "us2000atw1", "mag": 4.3, "time": 1506245575860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.8213, 11.9773, 72.06]}, "bbox": [-86.8213, 11.9773, -86.8213, 11.9773]}, {"id": "2366", "type": "Feature", "properties": {"id": "ak16889787", "mag": 1.5, "time": 1506245559319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1034, 61.6735, 30.1]}, "bbox": [-147.1034, 61.6735, -147.1034, 61.6735]}, {"id": "2367", "type": "Feature", "properties": {"id": "nc72897941", "mag": 1.12, "time": 1506245298510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.529333, 3.01]}, "bbox": [-118.880333, 37.529333, -118.880333, 37.529333]}, {"id": "2368", "type": "Feature", "properties": {"id": "ak16889785", "mag": 1.4, "time": 1506245231368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6899, 61.5181, 15.2]}, "bbox": [-140.6899, 61.5181, -140.6899, 61.5181]}, {"id": "2369", "type": "Feature", "properties": {"id": "us2000atvx", "mag": 4.0, "time": 1506245211400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2276, 16.4152, 5.52]}, "bbox": [-95.2276, 16.4152, -95.2276, 16.4152]}, {"id": "2370", "type": "Feature", "properties": {"id": "ak16889300", "mag": 1.5, "time": 1506244274159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0562, 62.8873, 108.5]}, "bbox": [-151.0562, 62.8873, -151.0562, 62.8873]}, {"id": "2371", "type": "Feature", "properties": {"id": "ak16889299", "mag": 1.7, "time": 1506243971468, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.0331, 60.0823, 0.0]}, "bbox": [-142.0331, 60.0823, -142.0331, 60.0823]}, {"id": "2372", "type": "Feature", "properties": {"id": "ak16889298", "mag": 1.2, "time": 1506242695770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7525, 61.9971, 13.3]}, "bbox": [-150.7525, 61.9971, -150.7525, 61.9971]}, {"id": "2373", "type": "Feature", "properties": {"id": "hv61919256", "mag": 2.47, "time": 1506242595490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.234167, 19.416667, 25.716]}, "bbox": [-155.234167, 19.416667, -155.234167, 19.416667]}, {"id": "2374", "type": "Feature", "properties": {"id": "ak16889296", "mag": 1.5, "time": 1506242565319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7169, 65.857, 21.5]}, "bbox": [-150.7169, 65.857, -150.7169, 65.857]}, {"id": "2375", "type": "Feature", "properties": {"id": "nc72897921", "mag": 1.06, "time": 1506242001250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8435, 37.469667, 2.92]}, "bbox": [-118.8435, 37.469667, -118.8435, 37.469667]}, {"id": "2376", "type": "Feature", "properties": {"id": "nc72897911", "mag": 2.08, "time": 1506241606310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.552333, 36.824833, 5.39]}, "bbox": [-121.552333, 36.824833, -121.552333, 36.824833]}, {"id": "2377", "type": "Feature", "properties": {"id": "ak16888862", "mag": 1.4, "time": 1506241109945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2949, 62.9113, 106.9]}, "bbox": [-151.2949, 62.9113, -151.2949, 62.9113]}, {"id": "2378", "type": "Feature", "properties": {"id": "ci38009280", "mag": 1.11, "time": 1506240906400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0385, 33.996167, 14.68]}, "bbox": [-117.0385, 33.996167, -117.0385, 33.996167]}, {"id": "2379", "type": "Feature", "properties": {"id": "us2000atvi", "mag": 2.6, "time": 1506240803150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4513, 42.6043, 5.23]}, "bbox": [-111.4513, 42.6043, -111.4513, 42.6043]}, {"id": "2380", "type": "Feature", "properties": {"id": "us2000atvl", "mag": 4.0, "time": 1506239983840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9034, 16.4793, 10.0]}, "bbox": [-94.9034, 16.4793, -94.9034, 16.4793]}, {"id": "2381", "type": "Feature", "properties": {"id": "ak16888812", "mag": 1.7, "time": 1506239643860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1541, 59.6562, 69.5]}, "bbox": [-152.1541, 59.6562, -152.1541, 59.6562]}, {"id": "2382", "type": "Feature", "properties": {"id": "ak16935382", "mag": 1.8, "time": 1506239506704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5249, 57.6124, 45.4]}, "bbox": [-152.5249, 57.6124, -152.5249, 57.6124]}, {"id": "2383", "type": "Feature", "properties": {"id": "mb80257374", "mag": 1.2, "time": 1506238135570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.868, 11.76]}, "bbox": [-112.523333, 46.868, -112.523333, 46.868]}, {"id": "2384", "type": "Feature", "properties": {"id": "nn00606790", "mag": 1.5, "time": 1506237560657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1999, 42.1841, 0.9]}, "bbox": [-120.1999, 42.1841, -120.1999, 42.1841]}, {"id": "2385", "type": "Feature", "properties": {"id": "us2000atv2", "mag": 4.3, "time": 1506236966640, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.864, -35.1565, 48.32]}, "bbox": [-71.864, -35.1565, -71.864, -35.1565]}, {"id": "2386", "type": "Feature", "properties": {"id": "ak16888374", "mag": 1.9, "time": 1506236724000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8397, 62.9467, 106.5]}, "bbox": [-150.8397, 62.9467, -150.8397, 62.9467]}, {"id": "2387", "type": "Feature", "properties": {"id": "ak16888373", "mag": 1.0, "time": 1506236683719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1115, 61.3903, 3.2]}, "bbox": [-141.1115, 61.3903, -141.1115, 61.3903]}, {"id": "2388", "type": "Feature", "properties": {"id": "uu60249142", "mag": 1.26, "time": 1506236544020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028333, 44.8, 10.63]}, "bbox": [-111.028333, 44.8, -111.028333, 44.8]}, {"id": "2389", "type": "Feature", "properties": {"id": "nc72897871", "mag": 1.79, "time": 1506236124510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.845333, 35.541667, 5.98]}, "bbox": [-120.845333, 35.541667, -120.845333, 35.541667]}, {"id": "2390", "type": "Feature", "properties": {"id": "nc72897866", "mag": 2.12, "time": 1506235870210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3545, 38.341333, 8.25]}, "bbox": [-119.3545, 38.341333, -119.3545, 38.341333]}, {"id": "2391", "type": "Feature", "properties": {"id": "ak16935379", "mag": 1.6, "time": 1506235725999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.5436, 51.4418, 21.3]}, "bbox": [-176.5436, 51.4418, -176.5436, 51.4418]}, {"id": "2392", "type": "Feature", "properties": {"id": "us2000atuj", "mag": 4.6, "time": 1506235179700, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.5466, -14.3043, 33.52]}, "bbox": [-75.5466, -14.3043, -75.5466, -14.3043]}, {"id": "2393", "type": "Feature", "properties": {"id": "nc72903821", "mag": 1.02, "time": 1506234997060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.948167, 41.046333, 9.53]}, "bbox": [-121.948167, 41.046333, -121.948167, 41.046333]}, {"id": "2394", "type": "Feature", "properties": {"id": "nc72897856", "mag": 1.71, "time": 1506234937540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.471333, 1.25]}, "bbox": [-118.8185, 37.471333, -118.8185, 37.471333]}, {"id": "2395", "type": "Feature", "properties": {"id": "ak16935378", "mag": 1.3, "time": 1506234863595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9435, 61.261, 59.9]}, "bbox": [-150.9435, 61.261, -150.9435, 61.261]}, {"id": "2396", "type": "Feature", "properties": {"id": "ci38009240", "mag": 0.99, "time": 1506234721960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.828167, 33.977667, 16.65]}, "bbox": [-116.828167, 33.977667, -116.828167, 33.977667]}, {"id": "2397", "type": "Feature", "properties": {"id": "ak16935377", "mag": 3.3, "time": 1506234648623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3164, 50.4387, 10.0]}, "bbox": [-173.3164, 50.4387, -173.3164, 50.4387]}, {"id": "2398", "type": "Feature", "properties": {"id": "ak16888327", "mag": 1.1, "time": 1506234051194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0067, 67.8619, 3.3]}, "bbox": [-149.0067, 67.8619, -149.0067, 67.8619]}, {"id": "2399", "type": "Feature", "properties": {"id": "hv61919146", "mag": 1.76, "time": 1506233551670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.438667, 19.110833, 40.565]}, "bbox": [-155.438667, 19.110833, -155.438667, 19.110833]}, {"id": "2400", "type": "Feature", "properties": {"id": "nc72897836", "mag": 1.19, "time": 1506233494190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.879667, 37.536833, 3.32]}, "bbox": [-118.879667, 37.536833, -118.879667, 37.536833]}, {"id": "2401", "type": "Feature", "properties": {"id": "nc72897831", "mag": 1.19, "time": 1506233212800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880167, 37.536833, 3.36]}, "bbox": [-118.880167, 37.536833, -118.880167, 37.536833]}, {"id": "2402", "type": "Feature", "properties": {"id": "ak16935375", "mag": 1.1, "time": 1506232927752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.625, 63.077, 2.5]}, "bbox": [-151.625, 63.077, -151.625, 63.077]}, {"id": "2403", "type": "Feature", "properties": {"id": "ak16887898", "mag": 1.9, "time": 1506232339124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4442, 51.588, 12.9]}, "bbox": [-178.4442, 51.588, -178.4442, 51.588]}, {"id": "2404", "type": "Feature", "properties": {"id": "us2000atud", "mag": 4.6, "time": 1506232184760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.3102, 23.9217, 19.2]}, "bbox": [122.3102, 23.9217, 122.3102, 23.9217]}, {"id": "2405", "type": "Feature", "properties": {"id": "ak16887893", "mag": 1.8, "time": 1506231025885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6676, 61.5229, 16.0]}, "bbox": [-140.6676, 61.5229, -140.6676, 61.5229]}, {"id": "2406", "type": "Feature", "properties": {"id": "us2000attv", "mag": 3.2, "time": 1506230915380, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4686, 42.6086, 5.28]}, "bbox": [-111.4686, 42.6086, -111.4686, 42.6086]}, {"id": "2407", "type": "Feature", "properties": {"id": "ci38009080", "mag": 1.1, "time": 1506230493370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.65, 35.937333, 3.69]}, "bbox": [-117.65, 35.937333, -117.65, 35.937333]}, {"id": "2408", "type": "Feature", "properties": {"id": "nc72897801", "mag": 1.86, "time": 1506230402950, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.5355, 3.17]}, "bbox": [-118.880833, 37.5355, -118.880833, 37.5355]}, {"id": "2409", "type": "Feature", "properties": {"id": "us2000attk", "mag": 4.4, "time": 1506229834430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9698, 16.526, 14.16]}, "bbox": [-97.9698, 16.526, -97.9698, 16.526]}, {"id": "2410", "type": "Feature", "properties": {"id": "ak16887845", "mag": 2.2, "time": 1506229788458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3609, 60.3798, 13.6]}, "bbox": [-147.3609, 60.3798, -147.3609, 60.3798]}, {"id": "2411", "type": "Feature", "properties": {"id": "ci38009064", "mag": 2.54, "time": 1506229471590, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.708833, 34.611167, -0.32]}, "bbox": [-120.708833, 34.611167, -120.708833, 34.611167]}, {"id": "2412", "type": "Feature", "properties": {"id": "ak16887419", "mag": 2.5, "time": 1506228712730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1558, 57.6827, 0.6]}, "bbox": [-156.1558, 57.6827, -156.1558, 57.6827]}, {"id": "2413", "type": "Feature", "properties": {"id": "uu60249092", "mag": 1.45, "time": 1506228417670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.041833, 38.6065, 7.11]}, "bbox": [-112.041833, 38.6065, -112.041833, 38.6065]}, {"id": "2414", "type": "Feature", "properties": {"id": "uu60013144", "mag": 2.65, "time": 1506227971910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.063667, 38.596667, 13.4]}, "bbox": [-112.063667, 38.596667, -112.063667, 38.596667]}, {"id": "2415", "type": "Feature", "properties": {"id": "uu60249087", "mag": 3.34, "time": 1506227924130, "felt": 52.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.056, 38.615, 7.09]}, "bbox": [-112.056, 38.615, -112.056, 38.615]}, {"id": "2416", "type": "Feature", "properties": {"id": "ci38009040", "mag": 1.66, "time": 1506227707260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.754667, 32.691333, 7.72]}, "bbox": [-115.754667, 32.691333, -115.754667, 32.691333]}, {"id": "2417", "type": "Feature", "properties": {"id": "ak16887417", "mag": 1.4, "time": 1506227635748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4813, 59.9807, 0.0]}, "bbox": [-139.4813, 59.9807, -139.4813, 59.9807]}, {"id": "2418", "type": "Feature", "properties": {"id": "hv61919026", "mag": 1.76, "time": 1506225952210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.284164, 19.394167, 2.71]}, "bbox": [-155.284164, 19.394167, -155.284164, 19.394167]}, {"id": "2419", "type": "Feature", "properties": {"id": "hv61918996", "mag": 1.99, "time": 1506224898090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28067, 19.403999, 1.29]}, "bbox": [-155.28067, 19.403999, -155.28067, 19.403999]}, {"id": "2420", "type": "Feature", "properties": {"id": "us2000atsq", "mag": 4.1, "time": 1506223896740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.2705, -18.0175, 148.09]}, "bbox": [-69.2705, -18.0175, -69.2705, -18.0175]}, {"id": "2421", "type": "Feature", "properties": {"id": "ak16935368", "mag": 2.3, "time": 1506222958411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4834, 51.3236, 13.2]}, "bbox": [-176.4834, 51.3236, -176.4834, 51.3236]}, {"id": "2422", "type": "Feature", "properties": {"id": "ak16886952", "mag": 1.2, "time": 1506222874628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.387, 59.9979, 0.0]}, "bbox": [-139.387, 59.9979, -139.387, 59.9979]}, {"id": "2423", "type": "Feature", "properties": {"id": "nm60207271", "mag": 1.17, "time": 1506222175440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.522833, 36.477167, 7.22]}, "bbox": [-89.522833, 36.477167, -89.522833, 36.477167]}, {"id": "2424", "type": "Feature", "properties": {"id": "nc72897746", "mag": 1.28, "time": 1506221915120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720833, 38.788, 2.34]}, "bbox": [-122.720833, 38.788, -122.720833, 38.788]}, {"id": "2425", "type": "Feature", "properties": {"id": "ak16886490", "mag": 1.1, "time": 1506220290807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3418, 62.9812, 77.2]}, "bbox": [-149.3418, 62.9812, -149.3418, 62.9812]}, {"id": "2426", "type": "Feature", "properties": {"id": "us2000atse", "mag": 4.6, "time": 1506220200040, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.2801, -27.8834, 30.1]}, "bbox": [-71.2801, -27.8834, -71.2801, -27.8834]}, {"id": "2427", "type": "Feature", "properties": {"id": "ak16935365", "mag": 1.8, "time": 1506220032447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1268, 57.8123, 70.2]}, "bbox": [-155.1268, 57.8123, -155.1268, 57.8123]}, {"id": "2428", "type": "Feature", "properties": {"id": "nc72897736", "mag": 1.07, "time": 1506219512840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.478833, 1.34]}, "bbox": [-118.8245, 37.478833, -118.8245, 37.478833]}, {"id": "2429", "type": "Feature", "properties": {"id": "ak16935364", "mag": 2.4, "time": 1506219397177, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8092, 52.1986, 20.4]}, "bbox": [-169.8092, 52.1986, -169.8092, 52.1986]}, {"id": "2430", "type": "Feature", "properties": {"id": "nc72897726", "mag": 2.48, "time": 1506219108260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.023333, 40.3465, 9.33]}, "bbox": [-125.023333, 40.3465, -125.023333, 40.3465]}, {"id": "2431", "type": "Feature", "properties": {"id": "us2000atsa", "mag": 4.2, "time": 1506218615340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8425, 16.574, 39.83]}, "bbox": [-94.8425, 16.574, -94.8425, 16.574]}, {"id": "2432", "type": "Feature", "properties": {"id": "ak16935363", "mag": 1.0, "time": 1506217950145, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5769, 68.6004, 0.9]}, "bbox": [-147.5769, 68.6004, -147.5769, 68.6004]}, {"id": "2433", "type": "Feature", "properties": {"id": "nc72897701", "mag": 1.48, "time": 1506217326030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.475, -0.04]}, "bbox": [-118.819333, 37.475, -118.819333, 37.475]}, {"id": "2434", "type": "Feature", "properties": {"id": "nc72897696", "mag": 1.19, "time": 1506216792400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125, 36.5355, 3.43]}, "bbox": [-121.125, 36.5355, -121.125, 36.5355]}, {"id": "2435", "type": "Feature", "properties": {"id": "ak16886371", "mag": 2.1, "time": 1506216606733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.8852, 51.4616, 53.0]}, "bbox": [179.8852, 51.4616, 179.8852, 51.4616]}, {"id": "2436", "type": "Feature", "properties": {"id": "us2000atrn", "mag": 3.8, "time": 1506215497620, "felt": 67.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1371, 36.3727, 2.82]}, "bbox": [-97.1371, 36.3727, -97.1371, 36.3727]}, {"id": "2437", "type": "Feature", "properties": {"id": "nc72897686", "mag": 2.17, "time": 1506215076790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.141167, 36.555, 2.89]}, "bbox": [-121.141167, 36.555, -121.141167, 36.555]}, {"id": "2438", "type": "Feature", "properties": {"id": "ci38008976", "mag": 1.32, "time": 1506215071310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450333, 34.2865, 7.66]}, "bbox": [-116.450333, 34.2865, -116.450333, 34.2865]}, {"id": "2439", "type": "Feature", "properties": {"id": "us2000atrk", "mag": 5.0, "time": 1506214584220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.7808, -10.6598, 47.61]}, "bbox": [161.7808, -10.6598, 161.7808, -10.6598]}, {"id": "2440", "type": "Feature", "properties": {"id": "ak16885992", "mag": 2.0, "time": 1506214179876, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6803, 63.2188, 129.3]}, "bbox": [-150.6803, 63.2188, -150.6803, 63.2188]}, {"id": "2441", "type": "Feature", "properties": {"id": "ci38008968", "mag": 1.0, "time": 1506214163490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8005, 33.996, 18.05]}, "bbox": [-116.8005, 33.996, -116.8005, 33.996]}, {"id": "2442", "type": "Feature", "properties": {"id": "ak16885991", "mag": 1.4, "time": 1506214156491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6167, 63.06, 7.0]}, "bbox": [-151.6167, 63.06, -151.6167, 63.06]}, {"id": "2443", "type": "Feature", "properties": {"id": "ak16885975", "mag": 2.0, "time": 1506213434632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5807, 63.0643, 7.3]}, "bbox": [-151.5807, 63.0643, -151.5807, 63.0643]}, {"id": "2444", "type": "Feature", "properties": {"id": "ak16885911", "mag": 1.9, "time": 1506213142249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5965, 63.0635, 4.5]}, "bbox": [-151.5965, 63.0635, -151.5965, 63.0635]}, {"id": "2445", "type": "Feature", "properties": {"id": "us2000atre", "mag": 4.4, "time": 1506212946200, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.7877, 12.9849, 60.16]}, "bbox": [-88.7877, 12.9849, -88.7877, 12.9849]}, {"id": "2446", "type": "Feature", "properties": {"id": "nc72897676", "mag": 1.44, "time": 1506212851640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836167, 37.574667, 1.65]}, "bbox": [-118.836167, 37.574667, -118.836167, 37.574667]}, {"id": "2447", "type": "Feature", "properties": {"id": "ci38008928", "mag": 1.02, "time": 1506212597460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.178333, 33.195833, 6.76]}, "bbox": [-116.178333, 33.195833, -116.178333, 33.195833]}, {"id": "2448", "type": "Feature", "properties": {"id": "ci38008920", "mag": 1.07, "time": 1506212251010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.430333, 34.0525, 9.6]}, "bbox": [-116.430333, 34.0525, -116.430333, 34.0525]}, {"id": "2449", "type": "Feature", "properties": {"id": "ak16885578", "mag": 1.8, "time": 1506211566495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6255, 61.4518, 71.8]}, "bbox": [-151.6255, 61.4518, -151.6255, 61.4518]}, {"id": "2450", "type": "Feature", "properties": {"id": "ak16885576", "mag": 1.5, "time": 1506211049943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5978, 61.5229, 17.2]}, "bbox": [-140.5978, 61.5229, -140.5978, 61.5229]}, {"id": "2451", "type": "Feature", "properties": {"id": "ak16885547", "mag": 1.3, "time": 1506210780241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6346, 63.8335, 106.3]}, "bbox": [-148.6346, 63.8335, -148.6346, 63.8335]}, {"id": "2452", "type": "Feature", "properties": {"id": "ak16885533", "mag": 1.6, "time": 1506209676573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5334, 61.8507, 43.6]}, "bbox": [-149.5334, 61.8507, -149.5334, 61.8507]}, {"id": "2453", "type": "Feature", "properties": {"id": "nc72897656", "mag": 1.03, "time": 1506208996140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7145, 38.772667, 2.47]}, "bbox": [-122.7145, 38.772667, -122.7145, 38.772667]}, {"id": "2454", "type": "Feature", "properties": {"id": "ci38008912", "mag": 1.4, "time": 1506208905320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.801167, 33.9745, 17.62]}, "bbox": [-116.801167, 33.9745, -116.801167, 33.9745]}, {"id": "2455", "type": "Feature", "properties": {"id": "ci38008904", "mag": 1.35, "time": 1506208456300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924333, 33.9845, 4.74]}, "bbox": [-116.924333, 33.9845, -116.924333, 33.9845]}, {"id": "2456", "type": "Feature", "properties": {"id": "us2000atqq", "mag": 4.5, "time": 1506207994550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9873, 16.6593, 8.9]}, "bbox": [-94.9873, 16.6593, -94.9873, 16.6593]}, {"id": "2457", "type": "Feature", "properties": {"id": "ak16885149", "mag": 1.0, "time": 1506207804984, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3702, 64.9969, 0.0]}, "bbox": [-147.3702, 64.9969, -147.3702, 64.9969]}, {"id": "2458", "type": "Feature", "properties": {"id": "uu60249057", "mag": 2.12, "time": 1506207074140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.304, 44.720667, 6.11]}, "bbox": [-111.304, 44.720667, -111.304, 44.720667]}, {"id": "2459", "type": "Feature", "properties": {"id": "nc72897646", "mag": 1.23, "time": 1506206872800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.787167, 1.28]}, "bbox": [-122.735333, 38.787167, -122.735333, 38.787167]}, {"id": "2460", "type": "Feature", "properties": {"id": "us2000atq4", "mag": 4.6, "time": 1506204121620, "felt": 194.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.616, -33.7421, 44.72]}, "bbox": [-71.616, -33.7421, -71.616, -33.7421]}, {"id": "2461", "type": "Feature", "properties": {"id": "ci38008864", "mag": 1.58, "time": 1506203611410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 33.181333, 2.86]}, "bbox": [-115.609, 33.181333, -115.609, 33.181333]}, {"id": "2462", "type": "Feature", "properties": {"id": "ak16884706", "mag": 3.1, "time": 1506202930250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.1771, 51.8267, 132.6]}, "bbox": [178.1771, 51.8267, 178.1771, 51.8267]}, {"id": "2463", "type": "Feature", "properties": {"id": "us2000atpq", "mag": 4.9, "time": 1506201617890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.82, 7.5438, 10.0]}, "bbox": [124.82, 7.5438, 124.82, 7.5438]}, {"id": "2464", "type": "Feature", "properties": {"id": "us2000atpp", "mag": 4.9, "time": 1506201494980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8199, 7.5946, 10.0]}, "bbox": [124.8199, 7.5946, 124.8199, 7.5946]}, {"id": "2465", "type": "Feature", "properties": {"id": "ak16884645", "mag": 1.0, "time": 1506201077397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.96, 64.7531, 1.8]}, "bbox": [-139.96, 64.7531, -139.96, 64.7531]}, {"id": "2466", "type": "Feature", "properties": {"id": "us2000atpb", "mag": 5.7, "time": 1506199628760, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8736, 7.6285, 31.39]}, "bbox": [124.8736, 7.6285, 124.8736, 7.6285]}, {"id": "2467", "type": "Feature", "properties": {"id": "ak16884300", "mag": 2.8, "time": 1506199486287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6652, 52.5903, 67.9]}, "bbox": [-169.6652, 52.5903, -169.6652, 52.5903]}, {"id": "2468", "type": "Feature", "properties": {"id": "nc72897611", "mag": 1.26, "time": 1506199458450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604333, 4.01]}, "bbox": [-118.821667, 37.604333, -118.821667, 37.604333]}, {"id": "2469", "type": "Feature", "properties": {"id": "ak16884298", "mag": 1.2, "time": 1506198439700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5445, 59.7818, 0.1]}, "bbox": [-136.5445, 59.7818, -136.5445, 59.7818]}, {"id": "2470", "type": "Feature", "properties": {"id": "uw61332966", "mag": 1.38, "time": 1506197756870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.684333, 48.248, 9.29]}, "bbox": [-121.684333, 48.248, -121.684333, 48.248]}, {"id": "2471", "type": "Feature", "properties": {"id": "ak16884247", "mag": 2.2, "time": 1506197594492, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0461, 51.8485, 92.8]}, "bbox": [-178.0461, 51.8485, -178.0461, 51.8485]}, {"id": "2472", "type": "Feature", "properties": {"id": "ak16883936", "mag": 1.0, "time": 1506196999226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8099, 64.7452, 10.2]}, "bbox": [-149.8099, 64.7452, -149.8099, 64.7452]}, {"id": "2473", "type": "Feature", "properties": {"id": "ci38008816", "mag": 1.2, "time": 1506196919720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.403833, 34.223333, 11.34]}, "bbox": [-118.403833, 34.223333, -118.403833, 34.223333]}, {"id": "2474", "type": "Feature", "properties": {"id": "nc72897586", "mag": 2.51, "time": 1506196446140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.396167, 40.494333, 25.08]}, "bbox": [-124.396167, 40.494333, -124.396167, 40.494333]}, {"id": "2475", "type": "Feature", "properties": {"id": "nc72897566", "mag": 2.07, "time": 1506194792800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.572667, 1.63]}, "bbox": [-118.835833, 37.572667, -118.835833, 37.572667]}, {"id": "2476", "type": "Feature", "properties": {"id": "nc72897561", "mag": 1.83, "time": 1506194678430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.574, 1.71]}, "bbox": [-118.8365, 37.574, -118.8365, 37.574]}, {"id": "2477", "type": "Feature", "properties": {"id": "ak16883864", "mag": 2.8, "time": 1506194224396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8992, 51.3293, 31.9]}, "bbox": [-175.8992, 51.3293, -175.8992, 51.3293]}, {"id": "2478", "type": "Feature", "properties": {"id": "ak16883866", "mag": 1.0, "time": 1506193955730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8833, 59.8983, 14.4]}, "bbox": [-136.8833, 59.8983, -136.8833, 59.8983]}, {"id": "2479", "type": "Feature", "properties": {"id": "nc72897541", "mag": 1.74, "time": 1506193009290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.6045, 4.22]}, "bbox": [-118.820833, 37.6045, -118.820833, 37.6045]}, {"id": "2480", "type": "Feature", "properties": {"id": "ak16883553", "mag": 1.2, "time": 1506192900100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4017, 65.5315, 14.2]}, "bbox": [-150.4017, 65.5315, -150.4017, 65.5315]}, {"id": "2481", "type": "Feature", "properties": {"id": "ak16883554", "mag": 1.2, "time": 1506192680980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0611, 67.1099, 2.8]}, "bbox": [-157.0611, 67.1099, -157.0611, 67.1099]}, {"id": "2482", "type": "Feature", "properties": {"id": "us2000atnx", "mag": 2.6, "time": 1506192601240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4214, 42.5566, 9.03]}, "bbox": [-111.4214, 42.5566, -111.4214, 42.5566]}, {"id": "2483", "type": "Feature", "properties": {"id": "ak16883552", "mag": 1.1, "time": 1506192410113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.197, 60.3011, 0.2]}, "bbox": [-143.197, 60.3011, -143.197, 60.3011]}, {"id": "2484", "type": "Feature", "properties": {"id": "nc72897531", "mag": 2.28, "time": 1506191594770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604, 4.22]}, "bbox": [-118.821667, 37.604, -118.821667, 37.604]}, {"id": "2485", "type": "Feature", "properties": {"id": "us2000augr", "mag": 4.5, "time": 1506191531170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.4442, -11.942, 15.62]}, "bbox": [-138.4442, -11.942, -138.4442, -11.942]}, {"id": "2486", "type": "Feature", "properties": {"id": "ci38008760", "mag": 1.23, "time": 1506190682920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.415167, 33.1465, 4.6]}, "bbox": [-116.415167, 33.1465, -116.415167, 33.1465]}, {"id": "2487", "type": "Feature", "properties": {"id": "ci38008752", "mag": 1.14, "time": 1506190401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.972, 33.217167, 7.81]}, "bbox": [-115.972, 33.217167, -115.972, 33.217167]}, {"id": "2488", "type": "Feature", "properties": {"id": "nc72897521", "mag": 1.68, "time": 1506190013010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811833, 38.821167, 1.49]}, "bbox": [-122.811833, 38.821167, -122.811833, 38.821167]}, {"id": "2489", "type": "Feature", "properties": {"id": "ak16883482", "mag": 1.4, "time": 1506189726896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.742, 64.4224, 18.2]}, "bbox": [-148.742, 64.4224, -148.742, 64.4224]}, {"id": "2490", "type": "Feature", "properties": {"id": "ak16923786", "mag": 2.7, "time": 1506189654902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1544, 53.4208, 25.6]}, "bbox": [-163.1544, 53.4208, -163.1544, 53.4208]}, {"id": "2491", "type": "Feature", "properties": {"id": "hv61918336", "mag": 2.94, "time": 1506189242240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611167, 19.4215, 2.482]}, "bbox": [-155.611167, 19.4215, -155.611167, 19.4215]}, {"id": "2492", "type": "Feature", "properties": {"id": "us2000atn1", "mag": 4.4, "time": 1506188901480, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.1457, 7.0739, 96.15]}, "bbox": [125.1457, 7.0739, 125.1457, 7.0739]}, {"id": "2493", "type": "Feature", "properties": {"id": "nc72897511", "mag": 1.1, "time": 1506188786860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7965, 37.484667, 7.75]}, "bbox": [-118.7965, 37.484667, -118.7965, 37.484667]}, {"id": "2494", "type": "Feature", "properties": {"id": "ak16883178", "mag": 2.9, "time": 1506188673480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5715, 58.1668, 7.8]}, "bbox": [-151.5715, 58.1668, -151.5715, 58.1668]}, {"id": "2495", "type": "Feature", "properties": {"id": "ak16923784", "mag": 1.7, "time": 1506187667099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6425, 60.6215, 67.6]}, "bbox": [-151.6425, 60.6215, -151.6425, 60.6215]}, {"id": "2496", "type": "Feature", "properties": {"id": "us2000atms", "mag": 5.0, "time": 1506187553100, "felt": 30.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.9096, -30.7535, 117.2]}, "bbox": [-68.9096, -30.7535, -68.9096, -30.7535]}, {"id": "2497", "type": "Feature", "properties": {"id": "ci38008720", "mag": 1.14, "time": 1506187127550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4515, 34.231833, 12.91]}, "bbox": [-117.4515, 34.231833, -117.4515, 34.231833]}, {"id": "2498", "type": "Feature", "properties": {"id": "nc72897476", "mag": 2.49, "time": 1506186613660, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3425, 36.714, -0.57]}, "bbox": [-121.3425, 36.714, -121.3425, 36.714]}, {"id": "2499", "type": "Feature", "properties": {"id": "nc72897471", "mag": 1.19, "time": 1506186452260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773834, 38.833832, 1.91]}, "bbox": [-122.773834, 38.833832, -122.773834, 38.833832]}, {"id": "2500", "type": "Feature", "properties": {"id": "ci38008696", "mag": 1.09, "time": 1506186268310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848333, 36.183167, 3.2]}, "bbox": [-117.848333, 36.183167, -117.848333, 36.183167]}, {"id": "2501", "type": "Feature", "properties": {"id": "ci38008688", "mag": 1.35, "time": 1506185983910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.845167, 36.179667, 2.43]}, "bbox": [-117.845167, 36.179667, -117.845167, 36.179667]}, {"id": "2502", "type": "Feature", "properties": {"id": "nc72897466", "mag": 1.85, "time": 1506185948480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807, 38.052667, 0.81]}, "bbox": [-118.807, 38.052667, -118.807, 38.052667]}, {"id": "2503", "type": "Feature", "properties": {"id": "us2000atmg", "mag": 4.4, "time": 1506185133990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [71.1291, 36.4703, 91.01]}, "bbox": [71.1291, 36.4703, 71.1291, 36.4703]}, {"id": "2504", "type": "Feature", "properties": {"id": "us2000atmf", "mag": 4.5, "time": 1506184783190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.21, -28.772, 131.62]}, "bbox": [-69.21, -28.772, -69.21, -28.772]}, {"id": "2505", "type": "Feature", "properties": {"id": "nc72897451", "mag": 1.44, "time": 1506184758630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9955, 36.407667, 6.86]}, "bbox": [-120.9955, 36.407667, -120.9955, 36.407667]}, {"id": "2506", "type": "Feature", "properties": {"id": "ci38008672", "mag": 2.68, "time": 1506184689590, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.498333, 5.63]}, "bbox": [-116.8015, 33.498333, -116.8015, 33.498333]}, {"id": "2507", "type": "Feature", "properties": {"id": "ci38008664", "mag": 1.11, "time": 1506184563870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.261167, 34.006833, 14.43]}, "bbox": [-117.261167, 34.006833, -117.261167, 34.006833]}, {"id": "2508", "type": "Feature", "properties": {"id": "us2000atmc", "mag": 2.7, "time": 1506184527900, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4447, 42.5711, 9.8]}, "bbox": [-111.4447, 42.5711, -111.4447, 42.5711]}, {"id": "2509", "type": "Feature", "properties": {"id": "us2000atma", "mag": 4.4, "time": 1506183893420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7171, 16.8156, 10.0]}, "bbox": [-94.7171, 16.8156, -94.7171, 16.8156]}, {"id": "2510", "type": "Feature", "properties": {"id": "nc72897441", "mag": 1.31, "time": 1506183491090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.170833, 12.95]}, "bbox": [-118.606833, 37.170833, -118.606833, 37.170833]}, {"id": "2511", "type": "Feature", "properties": {"id": "nc72897436", "mag": 1.56, "time": 1506183390100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.198667, 10.68]}, "bbox": [-118.606833, 37.198667, -118.606833, 37.198667]}, {"id": "2512", "type": "Feature", "properties": {"id": "ak16882778", "mag": 2.6, "time": 1506183338101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.6342, 57.1033, 9.7]}, "bbox": [-157.6342, 57.1033, -157.6342, 57.1033]}, {"id": "2513", "type": "Feature", "properties": {"id": "ak16923782", "mag": 2.0, "time": 1506182696586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8058, 59.0921, 75.1]}, "bbox": [-152.8058, 59.0921, -152.8058, 59.0921]}, {"id": "2514", "type": "Feature", "properties": {"id": "ak16882769", "mag": 3.1, "time": 1506182496691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0149, 52.3026, 176.2]}, "bbox": [-173.0149, 52.3026, -173.0149, 52.3026]}, {"id": "2515", "type": "Feature", "properties": {"id": "us2000atm1", "mag": 4.3, "time": 1506182042160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [62.7519, 26.1798, 45.69]}, "bbox": [62.7519, 26.1798, 62.7519, 26.1798]}, {"id": "2516", "type": "Feature", "properties": {"id": "ak16882474", "mag": 1.9, "time": 1506181429544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7141, 61.0689, 15.9]}, "bbox": [-150.7141, 61.0689, -150.7141, 61.0689]}, {"id": "2517", "type": "Feature", "properties": {"id": "ak16882473", "mag": 1.1, "time": 1506181415825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5959, 60.5708, 14.6]}, "bbox": [-141.5959, 60.5708, -141.5959, 60.5708]}, {"id": "2518", "type": "Feature", "properties": {"id": "nc72897426", "mag": 1.24, "time": 1506180532690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623667, 37.188167, 10.74]}, "bbox": [-118.623667, 37.188167, -118.623667, 37.188167]}, {"id": "2519", "type": "Feature", "properties": {"id": "ci38008584", "mag": 1.58, "time": 1506180105990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.444, 33.030667, 2.87]}, "bbox": [-116.444, 33.030667, -116.444, 33.030667]}, {"id": "2520", "type": "Feature", "properties": {"id": "us2000atlk", "mag": 3.8, "time": 1506180000610, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4292, 42.5433, 9.91]}, "bbox": [-111.4292, 42.5433, -111.4292, 42.5433]}, {"id": "2521", "type": "Feature", "properties": {"id": "us2000atlf", "mag": 4.2, "time": 1506179194220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0107, 16.603, 10.0]}, "bbox": [-95.0107, 16.603, -95.0107, 16.603]}, {"id": "2522", "type": "Feature", "properties": {"id": "mb80257194", "mag": 1.15, "time": 1506178837080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.886, 12.66]}, "bbox": [-112.525833, 46.886, -112.525833, 46.886]}, {"id": "2523", "type": "Feature", "properties": {"id": "nn00606739", "mag": 1.0, "time": 1506178325112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0924, 40.2311, 5.5]}, "bbox": [-121.0924, 40.2311, -121.0924, 40.2311]}, {"id": "2524", "type": "Feature", "properties": {"id": "ci38008536", "mag": 1.59, "time": 1506177881730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.495667, 3.67]}, "bbox": [-116.795667, 33.495667, -116.795667, 33.495667]}, {"id": "2525", "type": "Feature", "properties": {"id": "us2000atkr", "mag": 4.9, "time": 1506177106540, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8831, 16.6905, 10.0]}, "bbox": [-94.8831, 16.6905, -94.8831, 16.6905]}, {"id": "2526", "type": "Feature", "properties": {"id": "us2000atku", "mag": 4.2, "time": 1506176872070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.97, 16.7939, 10.0]}, "bbox": [-94.97, 16.7939, -94.97, 16.7939]}, {"id": "2527", "type": "Feature", "properties": {"id": "nc72897386", "mag": 1.06, "time": 1506176360420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811667, 38.818667, 2.57]}, "bbox": [-122.811667, 38.818667, -122.811667, 38.818667]}, {"id": "2528", "type": "Feature", "properties": {"id": "ci38008512", "mag": 2.34, "time": 1506176315810, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0575, 34.503333, 8.9]}, "bbox": [-118.0575, 34.503333, -118.0575, 34.503333]}, {"id": "2529", "type": "Feature", "properties": {"id": "us2000atkn", "mag": 4.4, "time": 1506176300040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1269, 16.7434, 10.0]}, "bbox": [-95.1269, 16.7434, -95.1269, 16.7434]}, {"id": "2530", "type": "Feature", "properties": {"id": "ak16882104", "mag": 1.1, "time": 1506175629079, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8075, 60.3407, 9.1]}, "bbox": [-139.8075, 60.3407, -139.8075, 60.3407]}, {"id": "2531", "type": "Feature", "properties": {"id": "nc72897361", "mag": 0.96, "time": 1506174820850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.612, 37.392833, 13.92]}, "bbox": [-118.612, 37.392833, -118.612, 37.392833]}, {"id": "2532", "type": "Feature", "properties": {"id": "ak16881826", "mag": 2.5, "time": 1506174802909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6324, 58.8539, 123.3]}, "bbox": [-154.6324, 58.8539, -154.6324, 58.8539]}, {"id": "2533", "type": "Feature", "properties": {"id": "ci38008496", "mag": 1.78, "time": 1506174424760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817167, 34.867667, 4.67]}, "bbox": [-118.817167, 34.867667, -118.817167, 34.867667]}, {"id": "2534", "type": "Feature", "properties": {"id": "ak16881795", "mag": 1.1, "time": 1506173527174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8881, 64.8661, 12.9]}, "bbox": [-148.8881, 64.8661, -148.8881, 64.8661]}, {"id": "2535", "type": "Feature", "properties": {"id": "us2000atke", "mag": 5.1, "time": 1506173434140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.8176, 13.6704, 193.27]}, "bbox": [120.8176, 13.6704, 120.8176, 13.6704]}, {"id": "2536", "type": "Feature", "properties": {"id": "us2000atk8", "mag": 4.8, "time": 1506173052110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9123, 16.7308, 10.0]}, "bbox": [-94.9123, 16.7308, -94.9123, 16.7308]}, {"id": "2537", "type": "Feature", "properties": {"id": "ak16881771", "mag": 1.2, "time": 1506172200912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8726, 64.8605, 11.6]}, "bbox": [-148.8726, 64.8605, -148.8726, 64.8605]}, {"id": "2538", "type": "Feature", "properties": {"id": "ak16881749", "mag": 1.6, "time": 1506171778198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8844, 64.8563, 10.3]}, "bbox": [-148.8844, 64.8563, -148.8844, 64.8563]}, {"id": "2539", "type": "Feature", "properties": {"id": "us2000atjy", "mag": 4.3, "time": 1506171499860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.9043, -2.9658, 44.93]}, "bbox": [129.9043, -2.9658, 129.9043, -2.9658]}, {"id": "2540", "type": "Feature", "properties": {"id": "uu60248857", "mag": 1.35, "time": 1506171338590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.890833, 37.000833, 18.28]}, "bbox": [-112.890833, 37.000833, -112.890833, 37.000833]}, {"id": "2541", "type": "Feature", "properties": {"id": "us2000atjv", "mag": 6.1, "time": 1506171182420, "felt": 203.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9509, 16.7732, 9.62]}, "bbox": [-94.9509, 16.7732, -94.9509, 16.7732]}, {"id": "2542", "type": "Feature", "properties": {"id": "ak16881467", "mag": 1.4, "time": 1506170949832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8768, 64.9158, 8.5]}, "bbox": [-148.8768, 64.9158, -148.8768, 64.9158]}, {"id": "2543", "type": "Feature", "properties": {"id": "ak16881459", "mag": 1.7, "time": 1506170669236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6941, 64.6752, 17.2]}, "bbox": [-149.6941, 64.6752, -149.6941, 64.6752]}, {"id": "2544", "type": "Feature", "properties": {"id": "ak16881453", "mag": 1.5, "time": 1506170369239, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9047, 64.8585, 16.1]}, "bbox": [-148.9047, 64.8585, -148.9047, 64.8585]}, {"id": "2545", "type": "Feature", "properties": {"id": "us2000atjm", "mag": 4.6, "time": 1506169519350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.1923, 31.1823, 10.0]}, "bbox": [142.1923, 31.1823, 142.1923, 31.1823]}, {"id": "2546", "type": "Feature", "properties": {"id": "us2000avhc", "mag": 2.6, "time": 1506167877970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.84, 52.2553, 189.02]}, "bbox": [-175.84, 52.2553, -175.84, 52.2553]}, {"id": "2547", "type": "Feature", "properties": {"id": "ak16881171", "mag": 2.3, "time": 1506167030162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8612, 51.6605, 44.9]}, "bbox": [-175.8612, 51.6605, -175.8612, 51.6605]}, {"id": "2548", "type": "Feature", "properties": {"id": "uu60248832", "mag": 1.05, "time": 1506167017860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.340667, 40.274333, 3.24]}, "bbox": [-111.340667, 40.274333, -111.340667, 40.274333]}, {"id": "2549", "type": "Feature", "properties": {"id": "us2000augc", "mag": 4.6, "time": 1506166612290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [154.9573, -5.8521, 181.5]}, "bbox": [154.9573, -5.8521, 154.9573, -5.8521]}, {"id": "2550", "type": "Feature", "properties": {"id": "ak16881170", "mag": 1.2, "time": 1506166372386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7852, 62.5649, 5.8]}, "bbox": [-151.7852, 62.5649, -151.7852, 62.5649]}, {"id": "2551", "type": "Feature", "properties": {"id": "ak16881168", "mag": 1.3, "time": 1506166038103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5567, 63.2977, 0.7]}, "bbox": [-150.5567, 63.2977, -150.5567, 63.2977]}, {"id": "2552", "type": "Feature", "properties": {"id": "nc72897346", "mag": 1.79, "time": 1506165696260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112333, 37.231, 6.72]}, "bbox": [-118.112333, 37.231, -118.112333, 37.231]}, {"id": "2553", "type": "Feature", "properties": {"id": "us2000avha", "mag": 3.4, "time": 1506165671380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4308, 52.2784, 36.52]}, "bbox": [-170.4308, 52.2784, -170.4308, 52.2784]}, {"id": "2554", "type": "Feature", "properties": {"id": "ci38008448", "mag": 1.41, "time": 1506165347360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.561667, 32.957167, 8.78]}, "bbox": [-116.561667, 32.957167, -116.561667, 32.957167]}, {"id": "2555", "type": "Feature", "properties": {"id": "ak16881165", "mag": 1.3, "time": 1506165145820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3968, 60.1913, 0.0]}, "bbox": [-141.3968, 60.1913, -141.3968, 60.1913]}, {"id": "2556", "type": "Feature", "properties": {"id": "ak16881154", "mag": 1.7, "time": 1506164474729, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4355, 60.0468, 0.0]}, "bbox": [-139.4355, 60.0468, -139.4355, 60.0468]}, {"id": "2557", "type": "Feature", "properties": {"id": "ak16923760", "mag": 1.5, "time": 1506164269172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3627, 51.5307, 19.4]}, "bbox": [-177.3627, 51.5307, -177.3627, 51.5307]}, {"id": "2558", "type": "Feature", "properties": {"id": "us2000atis", "mag": 5.8, "time": 1506163088980, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1625, 15.6979, 74.22]}, "bbox": [-94.1625, 15.6979, -94.1625, 15.6979]}, {"id": "2559", "type": "Feature", "properties": {"id": "ak16880880", "mag": 2.0, "time": 1506162923314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4514, 58.8323, 121.0]}, "bbox": [-154.4514, 58.8323, -154.4514, 58.8323]}, {"id": "2560", "type": "Feature", "properties": {"id": "ak16880879", "mag": 1.5, "time": 1506162509845, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4379, 59.9894, 0.0]}, "bbox": [-139.4379, 59.9894, -139.4379, 59.9894]}, {"id": "2561", "type": "Feature", "properties": {"id": "nc72897331", "mag": 1.09, "time": 1506162381540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827, 37.610667, 4.37]}, "bbox": [-118.827, 37.610667, -118.827, 37.610667]}, {"id": "2562", "type": "Feature", "properties": {"id": "ak16880874", "mag": 1.6, "time": 1506161778674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9513, 62.6833, 55.4]}, "bbox": [-148.9513, 62.6833, -148.9513, 62.6833]}, {"id": "2563", "type": "Feature", "properties": {"id": "ak16880872", "mag": 2.2, "time": 1506161709130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2999, 57.8298, 119.2]}, "bbox": [-156.2999, 57.8298, -156.2999, 57.8298]}, {"id": "2564", "type": "Feature", "properties": {"id": "ak16880868", "mag": 1.9, "time": 1506161335096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0011, 60.342, 8.2]}, "bbox": [-143.0011, 60.342, -143.0011, 60.342]}, {"id": "2565", "type": "Feature", "properties": {"id": "ak16880864", "mag": 1.5, "time": 1506160533641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2829, 64.8808, 8.0]}, "bbox": [-151.2829, 64.8808, -151.2829, 64.8808]}, {"id": "2566", "type": "Feature", "properties": {"id": "nc72897316", "mag": 1.12, "time": 1506160300400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.288667, 36.670833, 2.66]}, "bbox": [-121.288667, 36.670833, -121.288667, 36.670833]}, {"id": "2567", "type": "Feature", "properties": {"id": "us2000ati0", "mag": 4.5, "time": 1506158356450, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.7746, 9.1385, 52.29]}, "bbox": [-77.7746, 9.1385, -77.7746, 9.1385]}, {"id": "2568", "type": "Feature", "properties": {"id": "nc72897301", "mag": 3.32, "time": 1506157219710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0845, 40.348333, 11.62]}, "bbox": [-127.0845, 40.348333, -127.0845, 40.348333]}, {"id": "2569", "type": "Feature", "properties": {"id": "uw61332771", "mag": 1.35, "time": 1506157207660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.313333, 47.606333, 8.75]}, "bbox": [-122.313333, 47.606333, -122.313333, 47.606333]}, {"id": "2570", "type": "Feature", "properties": {"id": "nc72897271", "mag": 1.14, "time": 1506156362630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.254167, 36.643167, 6.03]}, "bbox": [-121.254167, 36.643167, -121.254167, 36.643167]}, {"id": "2571", "type": "Feature", "properties": {"id": "ak16880667", "mag": 1.1, "time": 1506155808049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5764, 61.5311, 0.0]}, "bbox": [-140.5764, 61.5311, -140.5764, 61.5311]}, {"id": "2572", "type": "Feature", "properties": {"id": "us2000ati7", "mag": 3.5, "time": 1506155357560, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0524, 41.3116, 5.0]}, "bbox": [129.0524, 41.3116, 129.0524, 41.3116]}, {"id": "2573", "type": "Feature", "properties": {"id": "us2000atht", "mag": 4.7, "time": 1506154802240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.0272, 44.3731, 31.79]}, "bbox": [152.0272, 44.3731, 152.0272, 44.3731]}, {"id": "2574", "type": "Feature", "properties": {"id": "ak16880659", "mag": 1.0, "time": 1506154668324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1159, 65.4383, 3.7]}, "bbox": [-142.1159, 65.4383, -142.1159, 65.4383]}, {"id": "2575", "type": "Feature", "properties": {"id": "ak16880589", "mag": 2.0, "time": 1506153946841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.5946, 79.6]}, "bbox": [-151.6279, 61.5946, -151.6279, 61.5946]}, {"id": "2576", "type": "Feature", "properties": {"id": "nc72897246", "mag": 1.31, "time": 1506153823970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.762, 38.794, 0.72]}, "bbox": [-122.762, 38.794, -122.762, 38.794]}, {"id": "2577", "type": "Feature", "properties": {"id": "ci38008352", "mag": 1.63, "time": 1506153604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4425, 33.0265, 5.8]}, "bbox": [-116.4425, 33.0265, -116.4425, 33.0265]}, {"id": "2578", "type": "Feature", "properties": {"id": "nn00606675", "mag": 1.2, "time": 1506152057931, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4054, 10.3]}, "bbox": [-118.9167, 38.4054, -118.9167, 38.4054]}, {"id": "2579", "type": "Feature", "properties": {"id": "ak16880394", "mag": 3.6, "time": 1506152017544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.2081, 31.9]}, "bbox": [-170.3853, 52.2081, -170.3853, 52.2081]}, {"id": "2580", "type": "Feature", "properties": {"id": "ak16923747", "mag": 1.9, "time": 1506151958661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4175, 51.6761, 16.6]}, "bbox": [-178.4175, 51.6761, -178.4175, 51.6761]}, {"id": "2581", "type": "Feature", "properties": {"id": "ci38008344", "mag": 1.48, "time": 1506151638300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.324167, 33.310833, 12.5]}, "bbox": [-116.324167, 33.310833, -116.324167, 33.310833]}, {"id": "2582", "type": "Feature", "properties": {"id": "uu60248802", "mag": 2.41, "time": 1506151450100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.419667, 42.565833, 9.15]}, "bbox": [-111.419667, 42.565833, -111.419667, 42.565833]}, {"id": "2583", "type": "Feature", "properties": {"id": "us2000ath8", "mag": 4.1, "time": 1506151137510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2976, 15.8203, 61.65]}, "bbox": [-94.2976, 15.8203, -94.2976, 15.8203]}, {"id": "2584", "type": "Feature", "properties": {"id": "nc72897236", "mag": 1.32, "time": 1506151113910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898167, 37.524833, 12.73]}, "bbox": [-118.898167, 37.524833, -118.898167, 37.524833]}, {"id": "2585", "type": "Feature", "properties": {"id": "us2000ath6", "mag": 4.1, "time": 1506150769430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3958, 15.2768, 10.51]}, "bbox": [-94.3958, 15.2768, -94.3958, 15.2768]}, {"id": "2586", "type": "Feature", "properties": {"id": "ci38008328", "mag": 1.27, "time": 1506150100050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.200167, 33.893167, 7.86]}, "bbox": [-118.200167, 33.893167, -118.200167, 33.893167]}, {"id": "2587", "type": "Feature", "properties": {"id": "nn00606672", "mag": 1.5, "time": 1506150086518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2696, 38.2952, 0.0]}, "bbox": [-116.2696, 38.2952, -116.2696, 38.2952]}, {"id": "2588", "type": "Feature", "properties": {"id": "us2000augd", "mag": 4.4, "time": 1506150000550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.8812, 20.1804, 76.9]}, "bbox": [144.8812, 20.1804, 144.8812, 20.1804]}, {"id": "2589", "type": "Feature", "properties": {"id": "ci38008320", "mag": 1.19, "time": 1506149119830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9395, 33.982167, 4.39]}, "bbox": [-116.9395, 33.982167, -116.9395, 33.982167]}, {"id": "2590", "type": "Feature", "properties": {"id": "us2000atgz", "mag": 4.2, "time": 1506149095090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.0247, 10.6523, 19.49]}, "bbox": [-87.0247, 10.6523, -87.0247, 10.6523]}, {"id": "2591", "type": "Feature", "properties": {"id": "ak16880326", "mag": 2.0, "time": 1506149068802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0613, 61.3779, 34.8]}, "bbox": [-150.0613, 61.3779, -150.0613, 61.3779]}, {"id": "2592", "type": "Feature", "properties": {"id": "us2000ath2", "mag": 4.7, "time": 1506149033340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.7584, -3.0863, 34.1]}, "bbox": [129.7584, -3.0863, 129.7584, -3.0863]}, {"id": "2593", "type": "Feature", "properties": {"id": "ak16880327", "mag": 1.1, "time": 1506149006055, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2865, 68.6023, 13.4]}, "bbox": [-147.2865, 68.6023, -147.2865, 68.6023]}, {"id": "2594", "type": "Feature", "properties": {"id": "uw61332671", "mag": 1.77, "time": 1506147857710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.281667, 47.7015, 25.73]}, "bbox": [-122.281667, 47.7015, -122.281667, 47.7015]}, {"id": "2595", "type": "Feature", "properties": {"id": "nc72897231", "mag": 2.11, "time": 1506147638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6555, 36.061833, 9.09]}, "bbox": [-119.6555, 36.061833, -119.6555, 36.061833]}, {"id": "2596", "type": "Feature", "properties": {"id": "us2000aug5", "mag": 4.5, "time": 1506146537200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8683, -24.2891, 524.27]}, "bbox": [-179.8683, -24.2891, -179.8683, -24.2891]}, {"id": "2597", "type": "Feature", "properties": {"id": "ci38008296", "mag": 1.25, "time": 1506146485640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.616, 33.586167, 13.04]}, "bbox": [-116.616, 33.586167, -116.616, 33.586167]}, {"id": "2598", "type": "Feature", "properties": {"id": "ak16880116", "mag": 1.8, "time": 1506145682289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2213, 66.2475, 7.6]}, "bbox": [-142.2213, 66.2475, -142.2213, 66.2475]}, {"id": "2599", "type": "Feature", "properties": {"id": "nn00606730", "mag": 1.3, "time": 1506145648978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1876, 38.2127, 0.0]}, "bbox": [-116.1876, 38.2127, -116.1876, 38.2127]}, {"id": "2600", "type": "Feature", "properties": {"id": "ci38008288", "mag": 1.58, "time": 1506145525140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4415, 32.5255, 16.12]}, "bbox": [-117.4415, 32.5255, -117.4415, 32.5255]}, {"id": "2601", "type": "Feature", "properties": {"id": "nn00606667", "mag": 1.5, "time": 1506145236843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.917, 38.3346, 11.4]}, "bbox": [-118.917, 38.3346, -118.917, 38.3346]}, {"id": "2602", "type": "Feature", "properties": {"id": "us2000atgp", "mag": 4.5, "time": 1506143865490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.7175, 9.7486, 52.5]}, "bbox": [-74.7175, 9.7486, -74.7175, 9.7486]}, {"id": "2603", "type": "Feature", "properties": {"id": "us2000athl", "mag": 4.4, "time": 1506143271620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [108.9322, -8.2399, 66.53]}, "bbox": [108.9322, -8.2399, 108.9322, -8.2399]}, {"id": "2604", "type": "Feature", "properties": {"id": "nc72897216", "mag": 1.88, "time": 1506142958730, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9835, 40.89, 15.76]}, "bbox": [-121.9835, 40.89, -121.9835, 40.89]}, {"id": "2605", "type": "Feature", "properties": {"id": "nc72897211", "mag": 1.17, "time": 1506142616000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837166, 1.66]}, "bbox": [-122.827667, 38.837166, -122.827667, 38.837166]}, {"id": "2606", "type": "Feature", "properties": {"id": "nc72897201", "mag": 0.95, "time": 1506142430900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.848, 38.839168, 2.3]}, "bbox": [-122.848, 38.839168, -122.848, 38.839168]}, {"id": "2607", "type": "Feature", "properties": {"id": "nc72897191", "mag": 1.9, "time": 1506141940330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 40.264333, 3.77]}, "bbox": [-121.177333, 40.264333, -121.177333, 40.264333]}, {"id": "2608", "type": "Feature", "properties": {"id": "ak16879870", "mag": 2.3, "time": 1506141876996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6246, 59.199, 103.8]}, "bbox": [-153.6246, 59.199, -153.6246, 59.199]}, {"id": "2609", "type": "Feature", "properties": {"id": "ak16879869", "mag": 1.3, "time": 1506141297637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7807, 60.3298, 7.0]}, "bbox": [-139.7807, 60.3298, -139.7807, 60.3298]}, {"id": "2610", "type": "Feature", "properties": {"id": "nn00606723", "mag": 1.0, "time": 1506140560559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2867, 38.4929, 10.3]}, "bbox": [-119.2867, 38.4929, -119.2867, 38.4929]}, {"id": "2611", "type": "Feature", "properties": {"id": "ci38008224", "mag": 0.95, "time": 1506140386650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.208667, 33.3405, 11.26]}, "bbox": [-116.208667, 33.3405, -116.208667, 33.3405]}, {"id": "2612", "type": "Feature", "properties": {"id": "ak16879830", "mag": 1.4, "time": 1506140318328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2827, 60.4409, 47.8]}, "bbox": [-151.2827, 60.4409, -151.2827, 60.4409]}, {"id": "2613", "type": "Feature", "properties": {"id": "nn00606722", "mag": 1.2, "time": 1506140002001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9021, 38.3867, 7.8]}, "bbox": [-118.9021, 38.3867, -118.9021, 38.3867]}, {"id": "2614", "type": "Feature", "properties": {"id": "nn00606720", "mag": 1.1, "time": 1506139980519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2929, 38.489, 10.9]}, "bbox": [-119.2929, 38.489, -119.2929, 38.489]}, {"id": "2615", "type": "Feature", "properties": {"id": "nc72897176", "mag": 1.78, "time": 1506139907070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.285333, 38.488, 8.4]}, "bbox": [-119.285333, 38.488, -119.285333, 38.488]}, {"id": "2616", "type": "Feature", "properties": {"id": "nc72897171", "mag": 1.19, "time": 1506139518870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735336, 38.790001, 1.8]}, "bbox": [-122.735336, 38.790001, -122.735336, 38.790001]}, {"id": "2617", "type": "Feature", "properties": {"id": "nc72897166", "mag": 2.9, "time": 1506138206720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.992667, 40.335333, 11.62]}, "bbox": [-126.992667, 40.335333, -126.992667, 40.335333]}, {"id": "2618", "type": "Feature", "properties": {"id": "us2000atgc", "mag": 4.2, "time": 1506137667560, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9729, 15.6003, 33.69]}, "bbox": [-94.9729, 15.6003, -94.9729, 15.6003]}, {"id": "2619", "type": "Feature", "properties": {"id": "nc72897161", "mag": 3.28, "time": 1506137168410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.014, 40.471167, 11.62]}, "bbox": [-127.014, 40.471167, -127.014, 40.471167]}, {"id": "2620", "type": "Feature", "properties": {"id": "ak16879595", "mag": 2.4, "time": 1506137087441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8458, 58.348, 0.3]}, "bbox": [-151.8458, 58.348, -151.8458, 58.348]}, {"id": "2621", "type": "Feature", "properties": {"id": "ak16923736", "mag": 1.3, "time": 1506135643558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0957, 61.7127, 43.6]}, "bbox": [-150.0957, 61.7127, -150.0957, 61.7127]}, {"id": "2622", "type": "Feature", "properties": {"id": "ak16879403", "mag": 1.0, "time": 1506135058360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4982, 63.0889, 5.6]}, "bbox": [-151.4982, 63.0889, -151.4982, 63.0889]}, {"id": "2623", "type": "Feature", "properties": {"id": "ak16923734", "mag": 2.5, "time": 1506133328382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4425, 54.2787, 25.6]}, "bbox": [-161.4425, 54.2787, -161.4425, 54.2787]}, {"id": "2624", "type": "Feature", "properties": {"id": "ak16879357", "mag": 2.6, "time": 1506132937319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3477, 59.8339, 130.6]}, "bbox": [-153.3477, 59.8339, -153.3477, 59.8339]}, {"id": "2625", "type": "Feature", "properties": {"id": "ak16879346", "mag": 2.2, "time": 1506132165090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4939, 67.7172, 16.4]}, "bbox": [-143.4939, 67.7172, -143.4939, 67.7172]}, {"id": "2626", "type": "Feature", "properties": {"id": "ak16879344", "mag": 2.6, "time": 1506132016431, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1196, 54.9637, 82.8]}, "bbox": [-161.1196, 54.9637, -161.1196, 54.9637]}, {"id": "2627", "type": "Feature", "properties": {"id": "nn00606656", "mag": 1.3, "time": 1506130971840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3283, 38.6945, 9.9]}, "bbox": [-119.3283, 38.6945, -119.3283, 38.6945]}, {"id": "2628", "type": "Feature", "properties": {"id": "nc72897141", "mag": 2.05, "time": 1506130087910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.4195, 40.470333, 27.65]}, "bbox": [-124.4195, 40.470333, -124.4195, 40.470333]}, {"id": "2629", "type": "Feature", "properties": {"id": "ak16879132", "mag": 1.4, "time": 1506129632041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0373, 62.0301, 10.3]}, "bbox": [-149.0373, 62.0301, -149.0373, 62.0301]}, {"id": "2630", "type": "Feature", "properties": {"id": "us2000atfh", "mag": 2.6, "time": 1506129518070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4417, 42.5563, 10.5]}, "bbox": [-111.4417, 42.5563, -111.4417, 42.5563]}, {"id": "2631", "type": "Feature", "properties": {"id": "nc72897136", "mag": 1.16, "time": 1506129465180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.888333, 36.006167, 8.34]}, "bbox": [-120.888333, 36.006167, -120.888333, 36.006167]}, {"id": "2632", "type": "Feature", "properties": {"id": "ak16879131", "mag": 1.2, "time": 1506128472934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7081, 62.2652, 36.6]}, "bbox": [-148.7081, 62.2652, -148.7081, 62.2652]}, {"id": "2633", "type": "Feature", "properties": {"id": "nc72897126", "mag": 2.19, "time": 1506127820390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.640167, 36.048667, 19.79]}, "bbox": [-119.640167, 36.048667, -119.640167, 36.048667]}, {"id": "2634", "type": "Feature", "properties": {"id": "us2000aug3", "mag": 4.3, "time": 1506127768780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.2316, -6.5899, 129.05]}, "bbox": [130.2316, -6.5899, 130.2316, -6.5899]}, {"id": "2635", "type": "Feature", "properties": {"id": "us2000atfc", "mag": 4.4, "time": 1506126533850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4878, -17.8955, 579.93]}, "bbox": [-178.4878, -17.8955, -178.4878, -17.8955]}, {"id": "2636", "type": "Feature", "properties": {"id": "ak16878940", "mag": 1.3, "time": 1506126488960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4306, 62.433, 39.3]}, "bbox": [-148.4306, 62.433, -148.4306, 62.433]}, {"id": "2637", "type": "Feature", "properties": {"id": "ak16923727", "mag": 1.8, "time": 1506125768611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7156, 59.1725, 89.1]}, "bbox": [-153.7156, 59.1725, -153.7156, 59.1725]}, {"id": "2638", "type": "Feature", "properties": {"id": "uw61332606", "mag": 1.37, "time": 1506125724350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8475, 47.767167, 17.62]}, "bbox": [-122.8475, 47.767167, -122.8475, 47.767167]}, {"id": "2639", "type": "Feature", "properties": {"id": "us2000atf6", "mag": 4.6, "time": 1506125651480, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.5944, 34.2131, 35.0]}, "bbox": [74.5944, 34.2131, 74.5944, 34.2131]}, {"id": "2640", "type": "Feature", "properties": {"id": "ak16923726", "mag": 1.0, "time": 1506125523162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4554, 62.0263, 40.4]}, "bbox": [-147.4554, 62.0263, -147.4554, 62.0263]}, {"id": "2641", "type": "Feature", "properties": {"id": "ak16926133", "mag": 2.1, "time": 1506124308750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1191, 56.3855, 12.5]}, "bbox": [-156.1191, 56.3855, -156.1191, 56.3855]}, {"id": "2642", "type": "Feature", "properties": {"id": "nn00606641", "mag": 1.1, "time": 1506124233235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9048, 38.3823, 7.9]}, "bbox": [-118.9048, 38.3823, -118.9048, 38.3823]}, {"id": "2643", "type": "Feature", "properties": {"id": "us2000atex", "mag": 5.3, "time": 1506124170400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0234, 31.3473, 31.02]}, "bbox": [141.0234, 31.3473, 141.0234, 31.3473]}, {"id": "2644", "type": "Feature", "properties": {"id": "ak16878728", "mag": 1.1, "time": 1506123741185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3949, 64.9801, 0.0]}, "bbox": [-147.3949, 64.9801, -147.3949, 64.9801]}, {"id": "2645", "type": "Feature", "properties": {"id": "uw61332586", "mag": 1.03, "time": 1506123697550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.176833, 48.224167, 9.44]}, "bbox": [-122.176833, 48.224167, -122.176833, 48.224167]}, {"id": "2646", "type": "Feature", "properties": {"id": "ak16926129", "mag": 1.4, "time": 1506123469629, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8468, 66.6906, 13.5]}, "bbox": [-135.8468, 66.6906, -135.8468, 66.6906]}, {"id": "2647", "type": "Feature", "properties": {"id": "ak16878722", "mag": 1.4, "time": 1506123273253, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.5552, 60.2789, 8.4]}, "bbox": [-142.5552, 60.2789, -142.5552, 60.2789]}, {"id": "2648", "type": "Feature", "properties": {"id": "us2000awr8", "mag": 4.2, "time": 1506122891910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.1488, -4.6487, 111.7]}, "bbox": [144.1488, -4.6487, 144.1488, -4.6487]}, {"id": "2649", "type": "Feature", "properties": {"id": "us2000ateh", "mag": 4.9, "time": 1506122747420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.6233, -7.7533, 37.28]}, "bbox": [159.6233, -7.7533, 159.6233, -7.7533]}, {"id": "2650", "type": "Feature", "properties": {"id": "uw61332576", "mag": 1.22, "time": 1506122597830, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.362, 45.695667, -0.73]}, "bbox": [-122.362, 45.695667, -122.362, 45.695667]}, {"id": "2651", "type": "Feature", "properties": {"id": "ak16926127", "mag": 1.8, "time": 1506122331683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.4507, 53.4966, 5.7]}, "bbox": [-165.4507, 53.4966, -165.4507, 53.4966]}, {"id": "2652", "type": "Feature", "properties": {"id": "nc72897116", "mag": 3.91, "time": 1506122239050, "felt": 60.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.417333, 40.495333, 26.88]}, "bbox": [-124.417333, 40.495333, -124.417333, 40.495333]}, {"id": "2653", "type": "Feature", "properties": {"id": "nc72897111", "mag": 2.5, "time": 1506122222600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.119, 36.5365, 3.92]}, "bbox": [-121.119, 36.5365, -121.119, 36.5365]}, {"id": "2654", "type": "Feature", "properties": {"id": "ak16878700", "mag": 1.8, "time": 1506121093447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.734, 61.0547, 12.8]}, "bbox": [-150.734, 61.0547, -150.734, 61.0547]}, {"id": "2655", "type": "Feature", "properties": {"id": "us2000awr7", "mag": 4.8, "time": 1506120979560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-35.8191, 7.4851, 10.0]}, "bbox": [-35.8191, 7.4851, -35.8191, 7.4851]}, {"id": "2656", "type": "Feature", "properties": {"id": "mb80257104", "mag": 0.96, "time": 1506120805630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.649833, 45.463833, 2.97]}, "bbox": [-112.649833, 45.463833, -112.649833, 45.463833]}, {"id": "2657", "type": "Feature", "properties": {"id": "ci38008136", "mag": 1.88, "time": 1506120529920, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.496833, 4.18]}, "bbox": [-116.8015, 33.496833, -116.8015, 33.496833]}, {"id": "2658", "type": "Feature", "properties": {"id": "nc72897096", "mag": 1.12, "time": 1506120001160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939167, 37.600667, 1.08]}, "bbox": [-118.939167, 37.600667, -118.939167, 37.600667]}, {"id": "2659", "type": "Feature", "properties": {"id": "us2000awra", "mag": 4.0, "time": 1506119896150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.7982, -5.8817, 310.41]}, "bbox": [128.7982, -5.8817, 128.7982, -5.8817]}, {"id": "2660", "type": "Feature", "properties": {"id": "ak16926125", "mag": 2.1, "time": 1506118947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 60.2166, 143.0]}, "bbox": [-153.1588, 60.2166, -153.1588, 60.2166]}, {"id": "2661", "type": "Feature", "properties": {"id": "ci38008120", "mag": 1.02, "time": 1506118476380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0015, 34.316333, 6.69]}, "bbox": [-117.0015, 34.316333, -117.0015, 34.316333]}, {"id": "2662", "type": "Feature", "properties": {"id": "nc72897091", "mag": 1.46, "time": 1506118411060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8605, 39.795333, 0.38]}, "bbox": [-122.8605, 39.795333, -122.8605, 39.795333]}, {"id": "2663", "type": "Feature", "properties": {"id": "ak16926124", "mag": 1.8, "time": 1506118096316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2941, 60.3659, 4.5]}, "bbox": [-147.2941, 60.3659, -147.2941, 60.3659]}, {"id": "2664", "type": "Feature", "properties": {"id": "nc72897081", "mag": 1.12, "time": 1506117239720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.262833, 36.6425, 4.8]}, "bbox": [-121.262833, 36.6425, -121.262833, 36.6425]}, {"id": "2665", "type": "Feature", "properties": {"id": "nc72897086", "mag": 2.87, "time": 1506117196030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.983667, 40.3995, 16.96]}, "bbox": [-126.983667, 40.3995, -126.983667, 40.3995]}, {"id": "2666", "type": "Feature", "properties": {"id": "hv61917311", "mag": 1.89, "time": 1506116007530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.434662, 19.227833, 33.59]}, "bbox": [-155.434662, 19.227833, -155.434662, 19.227833]}, {"id": "2667", "type": "Feature", "properties": {"id": "ak16926123", "mag": 1.1, "time": 1506115983704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6992, 61.5094, 7.7]}, "bbox": [-140.6992, 61.5094, -140.6992, 61.5094]}, {"id": "2668", "type": "Feature", "properties": {"id": "ak16926121", "mag": 1.9, "time": 1506115445859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1112, 60.0903, 117.8]}, "bbox": [-153.1112, 60.0903, -153.1112, 60.0903]}, {"id": "2669", "type": "Feature", "properties": {"id": "ak16926120", "mag": 1.1, "time": 1506115334031, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0777, 62.5847, 77.8]}, "bbox": [-151.0777, 62.5847, -151.0777, 62.5847]}, {"id": "2670", "type": "Feature", "properties": {"id": "us2000awr9", "mag": 4.3, "time": 1506115308090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1151, -17.7862, 593.28]}, "bbox": [-178.1151, -17.7862, -178.1151, -17.7862]}, {"id": "2671", "type": "Feature", "properties": {"id": "ak16926119", "mag": 2.3, "time": 1506114986922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0025, 54.0581, 74.5]}, "bbox": [-165.0025, 54.0581, -165.0025, 54.0581]}, {"id": "2672", "type": "Feature", "properties": {"id": "ak16926118", "mag": 1.7, "time": 1506114971248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8129, 59.8684, 52.9]}, "bbox": [-151.8129, 59.8684, -151.8129, 59.8684]}, {"id": "2673", "type": "Feature", "properties": {"id": "nc72897066", "mag": 0.96, "time": 1506114595240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.820167, 2.73]}, "bbox": [-122.793999, 38.820167, -122.793999, 38.820167]}, {"id": "2674", "type": "Feature", "properties": {"id": "us2000atdb", "mag": 2.4, "time": 1506114466770, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7172, 36.3761, 4.22]}, "bbox": [-97.7172, 36.3761, -97.7172, 36.3761]}, {"id": "2675", "type": "Feature", "properties": {"id": "ak16926117", "mag": 2.5, "time": 1506113979958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1399, 56.7494, 112.8]}, "bbox": [-158.1399, 56.7494, -158.1399, 56.7494]}, {"id": "2676", "type": "Feature", "properties": {"id": "ak16878294", "mag": 1.9, "time": 1506113817766, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1371, 60.4549, 78.1]}, "bbox": [-152.1371, 60.4549, -152.1371, 60.4549]}, {"id": "2677", "type": "Feature", "properties": {"id": "ak16878292", "mag": 1.4, "time": 1506113608674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3651, 61.5158, 28.1]}, "bbox": [-146.3651, 61.5158, -146.3651, 61.5158]}, {"id": "2678", "type": "Feature", "properties": {"id": "ak16878288", "mag": 2.0, "time": 1506113191350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6595, 59.6404, 74.9]}, "bbox": [-152.6595, 59.6404, -152.6595, 59.6404]}, {"id": "2679", "type": "Feature", "properties": {"id": "hv61917256", "mag": 1.43, "time": 1506112916300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.825667, 19.312167, 8.904]}, "bbox": [-155.825667, 19.312167, -155.825667, 19.312167]}, {"id": "2680", "type": "Feature", "properties": {"id": "us2000atcg", "mag": 3.0, "time": 1506112409690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.6543, 40.4678, 10.42]}, "bbox": [-126.6543, 40.4678, -126.6543, 40.4678]}, {"id": "2681", "type": "Feature", "properties": {"id": "ak16878117", "mag": 1.1, "time": 1506111493188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4364, 62.2279, 3.6]}, "bbox": [-153.4364, 62.2279, -153.4364, 62.2279]}, {"id": "2682", "type": "Feature", "properties": {"id": "ak16878112", "mag": 1.8, "time": 1506111203565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6978, 58.82, 10.8]}, "bbox": [-153.6978, 58.82, -153.6978, 58.82]}, {"id": "2683", "type": "Feature", "properties": {"id": "nm60207231", "mag": 0.97, "time": 1506111124010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.499167, 36.239, 6.94]}, "bbox": [-89.499167, 36.239, -89.499167, 36.239]}, {"id": "2684", "type": "Feature", "properties": {"id": "us2000atbf", "mag": 5.7, "time": 1506109815030, "felt": 112.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-126.8342, 40.4144, 11.01]}, "bbox": [-126.8342, 40.4144, -126.8342, 40.4144]}, {"id": "2685", "type": "Feature", "properties": {"id": "nn00606606", "mag": 1.7, "time": 1506109275519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0338, 40.677, 7.0]}, "bbox": [-119.0338, 40.677, -119.0338, 40.677]}, {"id": "2686", "type": "Feature", "properties": {"id": "nc72897011", "mag": 1.34, "time": 1506108443760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.041, 35.58, -0.28]}, "bbox": [-121.041, 35.58, -121.041, 35.58]}, {"id": "2687", "type": "Feature", "properties": {"id": "ak16877921", "mag": 1.1, "time": 1506108429374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.752, 61.522, 5.7]}, "bbox": [-140.752, 61.522, -140.752, 61.522]}, {"id": "2688", "type": "Feature", "properties": {"id": "ci38008072", "mag": 1.35, "time": 1506108266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.202333, 34.987667, -0.83]}, "bbox": [-118.202333, 34.987667, -118.202333, 34.987667]}, {"id": "2689", "type": "Feature", "properties": {"id": "nc72897001", "mag": 1.91, "time": 1506107768510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7205, 38.773333, 1.82]}, "bbox": [-122.7205, 38.773333, -122.7205, 38.773333]}, {"id": "2690", "type": "Feature", "properties": {"id": "ak16877871", "mag": 1.9, "time": 1506107175373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7465, 59.9075, 2.4]}, "bbox": [-136.7465, 59.9075, -136.7465, 59.9075]}, {"id": "2691", "type": "Feature", "properties": {"id": "mb80257054", "mag": 1.62, "time": 1506107025590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.474333, 46.006833, -2.0]}, "bbox": [-112.474333, 46.006833, -112.474333, 46.006833]}, {"id": "2692", "type": "Feature", "properties": {"id": "ak16877869", "mag": 1.6, "time": 1506107008752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4734, 63.1712, 116.7]}, "bbox": [-150.4734, 63.1712, -150.4734, 63.1712]}, {"id": "2693", "type": "Feature", "properties": {"id": "ci38008032", "mag": 1.22, "time": 1506106977520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.345, 35.0535, -1.01]}, "bbox": [-118.345, 35.0535, -118.345, 35.0535]}, {"id": "2694", "type": "Feature", "properties": {"id": "us2000atab", "mag": 4.5, "time": 1506106483030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [163.2943, 54.9226, 10.0]}, "bbox": [163.2943, 54.9226, 163.2943, 54.9226]}, {"id": "2695", "type": "Feature", "properties": {"id": "nc72896976", "mag": 1.19, "time": 1506105877560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816833, 37.4545, 1.72]}, "bbox": [-118.816833, 37.4545, -118.816833, 37.4545]}, {"id": "2696", "type": "Feature", "properties": {"id": "nc72896966", "mag": 1.64, "time": 1506105469690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.945833, 41.046833, 10.15]}, "bbox": [-121.945833, 41.046833, -121.945833, 41.046833]}, {"id": "2697", "type": "Feature", "properties": {"id": "nc72896961", "mag": 1.88, "time": 1506105394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.951833, 41.047667, 13.46]}, "bbox": [-121.951833, 41.047667, -121.951833, 41.047667]}, {"id": "2698", "type": "Feature", "properties": {"id": "ak16926108", "mag": 2.2, "time": 1506105113528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5222, 56.3354, 50.1]}, "bbox": [-156.5222, 56.3354, -156.5222, 56.3354]}, {"id": "2699", "type": "Feature", "properties": {"id": "uu60248707", "mag": 1.68, "time": 1506104631990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.397333, 42.534833, 3.76]}, "bbox": [-111.397333, 42.534833, -111.397333, 42.534833]}, {"id": "2700", "type": "Feature", "properties": {"id": "ci38007992", "mag": 1.55, "time": 1506104354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 35.899167, 6.51]}, "bbox": [-116.9245, 35.899167, -116.9245, 35.899167]}, {"id": "2701", "type": "Feature", "properties": {"id": "ak16926107", "mag": 1.2, "time": 1506103639337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7358, 61.509, 12.2]}, "bbox": [-140.7358, 61.509, -140.7358, 61.509]}, {"id": "2702", "type": "Feature", "properties": {"id": "hv61917106", "mag": 1.63, "time": 1506102792120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.303667, 18.980667, 12.732]}, "bbox": [-155.303667, 18.980667, -155.303667, 18.980667]}, {"id": "2703", "type": "Feature", "properties": {"id": "ak16877700", "mag": 1.7, "time": 1506102481165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8203, 53.8611, 6.5]}, "bbox": [-166.8203, 53.8611, -166.8203, 53.8611]}, {"id": "2704", "type": "Feature", "properties": {"id": "ak16877698", "mag": 1.6, "time": 1506102300688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8262, 53.8452, 5.6]}, "bbox": [-166.8262, 53.8452, -166.8262, 53.8452]}, {"id": "2705", "type": "Feature", "properties": {"id": "uw61332361", "mag": 1.6, "time": 1506102282810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8865, 47.171, 14.87]}, "bbox": [-121.8865, 47.171, -121.8865, 47.171]}, {"id": "2706", "type": "Feature", "properties": {"id": "ak16877680", "mag": 1.9, "time": 1506102017646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8735, 62.7643, 9.8]}, "bbox": [-148.8735, 62.7643, -148.8735, 62.7643]}, {"id": "2707", "type": "Feature", "properties": {"id": "uu60248702", "mag": 1.26, "time": 1506101951970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.430167, 42.589833, 6.39]}, "bbox": [-111.430167, 42.589833, -111.430167, 42.589833]}, {"id": "2708", "type": "Feature", "properties": {"id": "ak16926103", "mag": 2.3, "time": 1506101692988, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9282, 51.3815, 44.4]}, "bbox": [-175.9282, 51.3815, -175.9282, 51.3815]}, {"id": "2709", "type": "Feature", "properties": {"id": "uu60248697", "mag": 2.15, "time": 1506100947090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4775, 42.630333, 2.79]}, "bbox": [-111.4775, 42.630333, -111.4775, 42.630333]}, {"id": "2710", "type": "Feature", "properties": {"id": "ak16926102", "mag": 1.9, "time": 1506100904987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2736, 59.4158, 101.2]}, "bbox": [-153.2736, 59.4158, -153.2736, 59.4158]}, {"id": "2711", "type": "Feature", "properties": {"id": "ak16877679", "mag": 1.1, "time": 1506100453436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9781, 63.2957, 76.0]}, "bbox": [-147.9781, 63.2957, -147.9781, 63.2957]}, {"id": "2712", "type": "Feature", "properties": {"id": "mb80257039", "mag": 1.48, "time": 1506100139660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555833, 46.892333, 9.34]}, "bbox": [-112.555833, 46.892333, -112.555833, 46.892333]}, {"id": "2713", "type": "Feature", "properties": {"id": "ci38007944", "mag": 1.7, "time": 1506100079090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656667, 34.638, 3.99]}, "bbox": [-116.656667, 34.638, -116.656667, 34.638]}, {"id": "2714", "type": "Feature", "properties": {"id": "uu60248692", "mag": 1.13, "time": 1506099922660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.514, 6.63]}, "bbox": [-111.408833, 42.514, -111.408833, 42.514]}, {"id": "2715", "type": "Feature", "properties": {"id": "ak16877641", "mag": 3.4, "time": 1506099810694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7965, 62.8041, 16.1]}, "bbox": [-148.7965, 62.8041, -148.7965, 62.8041]}, {"id": "2716", "type": "Feature", "properties": {"id": "nc72896921", "mag": 1.1, "time": 1506099607680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.816333, 38.808833, 2.84]}, "bbox": [-122.816333, 38.808833, -122.816333, 38.808833]}, {"id": "2717", "type": "Feature", "properties": {"id": "nc72896916", "mag": 3.01, "time": 1506099251650, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.362167, 40.3915, 25.7]}, "bbox": [-125.362167, 40.3915, -125.362167, 40.3915]}, {"id": "2718", "type": "Feature", "properties": {"id": "ak16877640", "mag": 1.4, "time": 1506099120563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.4377, 69.5097, 14.2]}, "bbox": [-142.4377, 69.5097, -142.4377, 69.5097]}, {"id": "2719", "type": "Feature", "properties": {"id": "hv61917081", "mag": 2.14, "time": 1506099100410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.043667, 19.653667, 42.069]}, "bbox": [-156.043667, 19.653667, -156.043667, 19.653667]}, {"id": "2720", "type": "Feature", "properties": {"id": "ak16926098", "mag": 1.7, "time": 1506099097278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9448, 59.8191, 95.1]}, "bbox": [-152.9448, 59.8191, -152.9448, 59.8191]}, {"id": "2721", "type": "Feature", "properties": {"id": "ci37166268", "mag": 1.03, "time": 1506097971820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.496667, 33.561167, -0.73]}, "bbox": [-117.496667, 33.561167, -117.496667, 33.561167]}, {"id": "2722", "type": "Feature", "properties": {"id": "ci38007912", "mag": 1.01, "time": 1506097946840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.406, 33.502167, 13.49]}, "bbox": [-116.406, 33.502167, -116.406, 33.502167]}, {"id": "2723", "type": "Feature", "properties": {"id": "ak16926097", "mag": 1.6, "time": 1506097726880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.164, 62.5769, 121.6]}, "bbox": [-152.164, 62.5769, -152.164, 62.5769]}, {"id": "2724", "type": "Feature", "properties": {"id": "nc72896896", "mag": 0.95, "time": 1506097561860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.062, 35.522667, 1.15]}, "bbox": [-121.062, 35.522667, -121.062, 35.522667]}, {"id": "2725", "type": "Feature", "properties": {"id": "uu60248682", "mag": 1.11, "time": 1506097353810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413333, 42.546167, 4.8]}, "bbox": [-111.413333, 42.546167, -111.413333, 42.546167]}, {"id": "2726", "type": "Feature", "properties": {"id": "uu60248677", "mag": 1.32, "time": 1506097004840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.595, 4.9]}, "bbox": [-111.424667, 42.595, -111.424667, 42.595]}, {"id": "2727", "type": "Feature", "properties": {"id": "nc72896881", "mag": 1.04, "time": 1506096955860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.874667, 37.619833, 8.25]}, "bbox": [-118.874667, 37.619833, -118.874667, 37.619833]}, {"id": "2728", "type": "Feature", "properties": {"id": "nc72896886", "mag": 3.06, "time": 1506096897270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.211833, 40.581333, 16.62]}, "bbox": [-127.211833, 40.581333, -127.211833, 40.581333]}, {"id": "2729", "type": "Feature", "properties": {"id": "uu60248672", "mag": 1.72, "time": 1506096443230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.59, 3.5]}, "bbox": [-111.447833, 42.59, -111.447833, 42.59]}, {"id": "2730", "type": "Feature", "properties": {"id": "ci38007888", "mag": 1.36, "time": 1506095052550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.495167, 4.57]}, "bbox": [-116.7965, 33.495167, -116.7965, 33.495167]}, {"id": "2731", "type": "Feature", "properties": {"id": "ak16877477", "mag": 1.5, "time": 1506094830892, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0265, 62.027, 12.7]}, "bbox": [-149.0265, 62.027, -149.0265, 62.027]}, {"id": "2732", "type": "Feature", "properties": {"id": "uu60248667", "mag": 1.93, "time": 1506094359510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4395, 42.584333, 3.5]}, "bbox": [-111.4395, 42.584333, -111.4395, 42.584333]}, {"id": "2733", "type": "Feature", "properties": {"id": "nn00606574", "mag": 1.6, "time": 1506094148428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9043, 38.3654, 6.9]}, "bbox": [-118.9043, 38.3654, -118.9043, 38.3654]}, {"id": "2734", "type": "Feature", "properties": {"id": "hv61917031", "mag": 1.65, "time": 1506094079130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279333, 18.952333, 12.363]}, "bbox": [-155.279333, 18.952333, -155.279333, 18.952333]}, {"id": "2735", "type": "Feature", "properties": {"id": "uu60248662", "mag": 2.05, "time": 1506093605010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456167, 42.602333, 3.17]}, "bbox": [-111.456167, 42.602333, -111.456167, 42.602333]}, {"id": "2736", "type": "Feature", "properties": {"id": "us2000at3w", "mag": 2.6, "time": 1506093461490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4231, 36.6952, 7.14]}, "bbox": [-98.4231, 36.6952, -98.4231, 36.6952]}, {"id": "2737", "type": "Feature", "properties": {"id": "ak16877317", "mag": 1.7, "time": 1506093374261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3603, 60.6882, 68.0]}, "bbox": [-151.3603, 60.6882, -151.3603, 60.6882]}, {"id": "2738", "type": "Feature", "properties": {"id": "ak16926094", "mag": 2.1, "time": 1506093004583, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8719, 54.5409, 50.1]}, "bbox": [-162.8719, 54.5409, -162.8719, 54.5409]}, {"id": "2739", "type": "Feature", "properties": {"id": "ak16877316", "mag": 1.4, "time": 1506092949248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2867, 67.5064, 1.5]}, "bbox": [-158.2867, 67.5064, -158.2867, 67.5064]}, {"id": "2740", "type": "Feature", "properties": {"id": "nn00606471", "mag": 1.3, "time": 1506092280598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1113, 38.2958, 6.8]}, "bbox": [-119.1113, 38.2958, -119.1113, 38.2958]}, {"id": "2741", "type": "Feature", "properties": {"id": "us2000awqu", "mag": 4.3, "time": 1506092048390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5573, 18.5841, 62.16]}, "bbox": [121.5573, 18.5841, 121.5573, 18.5841]}, {"id": "2742", "type": "Feature", "properties": {"id": "ak16926092", "mag": 1.3, "time": 1506091602226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7703, 57.7311, 11.6]}, "bbox": [-155.7703, 57.7311, -155.7703, 57.7311]}, {"id": "2743", "type": "Feature", "properties": {"id": "ak16877311", "mag": 1.7, "time": 1506091080231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9318, 61.3129, 6.7]}, "bbox": [-146.9318, 61.3129, -146.9318, 61.3129]}, {"id": "2744", "type": "Feature", "properties": {"id": "us2000awqt", "mag": 4.5, "time": 1506090800020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4373, -23.752, 560.01]}, "bbox": [-179.4373, -23.752, -179.4373, -23.752]}, {"id": "2745", "type": "Feature", "properties": {"id": "nc72904206", "mag": 1.3, "time": 1506089865090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.585167, 40.4755, 15.05]}, "bbox": [-121.585167, 40.4755, -121.585167, 40.4755]}, {"id": "2746", "type": "Feature", "properties": {"id": "uw61309452", "mag": 2.05, "time": 1506089062880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.375333, 45.841833, -0.74]}, "bbox": [-118.375333, 45.841833, -118.375333, 45.841833]}, {"id": "2747", "type": "Feature", "properties": {"id": "ak16926090", "mag": 1.6, "time": 1506088685970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6016, 61.227, 75.8]}, "bbox": [-151.6016, 61.227, -151.6016, 61.227]}, {"id": "2748", "type": "Feature", "properties": {"id": "ak16877153", "mag": 1.3, "time": 1506088314826, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7156, 61.5096, 6.4]}, "bbox": [-140.7156, 61.5096, -140.7156, 61.5096]}, {"id": "2749", "type": "Feature", "properties": {"id": "ci38007840", "mag": 1.07, "time": 1506088185480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.498167, 6.09]}, "bbox": [-116.7945, 33.498167, -116.7945, 33.498167]}, {"id": "2750", "type": "Feature", "properties": {"id": "nc72896831", "mag": 1.6, "time": 1506088032960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772667, 38.806833, -0.28]}, "bbox": [-122.772667, 38.806833, -122.772667, 38.806833]}, {"id": "2751", "type": "Feature", "properties": {"id": "nc72896826", "mag": 1.03, "time": 1506088021950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.836666, -0.75]}, "bbox": [-122.822502, 38.836666, -122.822502, 38.836666]}, {"id": "2752", "type": "Feature", "properties": {"id": "ak16877151", "mag": 1.7, "time": 1506087613938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3362, 62.1574, 11.2]}, "bbox": [-150.3362, 62.1574, -150.3362, 62.1574]}, {"id": "2753", "type": "Feature", "properties": {"id": "us2000awqs", "mag": 4.3, "time": 1506087606500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5624, -22.5585, 578.14]}, "bbox": [179.5624, -22.5585, 179.5624, -22.5585]}, {"id": "2754", "type": "Feature", "properties": {"id": "ak16877148", "mag": 1.9, "time": 1506087297503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1731, 59.963, 87.7]}, "bbox": [-152.1731, 59.963, -152.1731, 59.963]}, {"id": "2755", "type": "Feature", "properties": {"id": "nn00606565", "mag": 1.4, "time": 1506087185810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2162, 38.2627, 3.6]}, "bbox": [-116.2162, 38.2627, -116.2162, 38.2627]}, {"id": "2756", "type": "Feature", "properties": {"id": "us2000at3c", "mag": 4.4, "time": 1506086932700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2264, -0.3969, 83.0]}, "bbox": [127.2264, -0.3969, 127.2264, -0.3969]}, {"id": "2757", "type": "Feature", "properties": {"id": "us2000at3j", "mag": 4.5, "time": 1506086850810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4418, -19.1856, 573.86]}, "bbox": [-177.4418, -19.1856, -177.4418, -19.1856]}, {"id": "2758", "type": "Feature", "properties": {"id": "ak16877147", "mag": 1.0, "time": 1506086078366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0434, 64.7457, 4.7]}, "bbox": [-151.0434, 64.7457, -151.0434, 64.7457]}, {"id": "2759", "type": "Feature", "properties": {"id": "ak16876989", "mag": 2.3, "time": 1506085118552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6021, 60.5947, 0.6]}, "bbox": [-147.6021, 60.5947, -147.6021, 60.5947]}, {"id": "2760", "type": "Feature", "properties": {"id": "nc72896781", "mag": 1.59, "time": 1506084858350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773167, 38.807167, -0.05]}, "bbox": [-122.773167, 38.807167, -122.773167, 38.807167]}, {"id": "2761", "type": "Feature", "properties": {"id": "ak16926084", "mag": 2.4, "time": 1506084692420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7372, 51.5859, 56.4]}, "bbox": [178.7372, 51.5859, 178.7372, 51.5859]}, {"id": "2762", "type": "Feature", "properties": {"id": "nc72896771", "mag": 1.74, "time": 1506084487230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771667, 38.808833, 0.14]}, "bbox": [-122.771667, 38.808833, -122.771667, 38.808833]}, {"id": "2763", "type": "Feature", "properties": {"id": "ak16876986", "mag": 1.4, "time": 1506084219307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7611, 61.5102, 5.3]}, "bbox": [-140.7611, 61.5102, -140.7611, 61.5102]}, {"id": "2764", "type": "Feature", "properties": {"id": "hv61916896", "mag": 1.74, "time": 1506083571850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.465667, 19.190833, 35.257]}, "bbox": [-155.465667, 19.190833, -155.465667, 19.190833]}, {"id": "2765", "type": "Feature", "properties": {"id": "ci38007816", "mag": 1.33, "time": 1506082333690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362833, 33.373333, 6.28]}, "bbox": [-116.362833, 33.373333, -116.362833, 33.373333]}, {"id": "2766", "type": "Feature", "properties": {"id": "ak16876984", "mag": 1.5, "time": 1506082188790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7152, 61.5125, 7.3]}, "bbox": [-140.7152, 61.5125, -140.7152, 61.5125]}, {"id": "2767", "type": "Feature", "properties": {"id": "ak16876981", "mag": 1.8, "time": 1506082118329, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7017, 61.5113, 0.0]}, "bbox": [-140.7017, 61.5113, -140.7017, 61.5113]}, {"id": "2768", "type": "Feature", "properties": {"id": "ak16876980", "mag": 2.2, "time": 1506081950238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1633, 59.909, 114.4]}, "bbox": [-153.1633, 59.909, -153.1633, 59.909]}, {"id": "2769", "type": "Feature", "properties": {"id": "ci38007792", "mag": 1.19, "time": 1506081499660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.503333, 35.304167, 5.36]}, "bbox": [-118.503333, 35.304167, -118.503333, 35.304167]}, {"id": "2770", "type": "Feature", "properties": {"id": "ak16876977", "mag": 1.9, "time": 1506081250212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1121, 59.2751, 8.1]}, "bbox": [-139.1121, 59.2751, -139.1121, 59.2751]}, {"id": "2771", "type": "Feature", "properties": {"id": "ak16876978", "mag": 1.2, "time": 1506081151639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9729, 61.6318, 32.9]}, "bbox": [-149.9729, 61.6318, -149.9729, 61.6318]}, {"id": "2772", "type": "Feature", "properties": {"id": "mb80257019", "mag": 1.05, "time": 1506080783790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.879833, 10.93]}, "bbox": [-112.526167, 46.879833, -112.526167, 46.879833]}, {"id": "2773", "type": "Feature", "properties": {"id": "nc72896746", "mag": 1.05, "time": 1506079850700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.73983, 38.763668, 1.53]}, "bbox": [-122.73983, 38.763668, -122.73983, 38.763668]}, {"id": "2774", "type": "Feature", "properties": {"id": "nc72896741", "mag": 1.1, "time": 1506078851480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.8165, 3.19]}, "bbox": [-122.806, 38.8165, -122.806, 38.8165]}, {"id": "2775", "type": "Feature", "properties": {"id": "uu60248647", "mag": 1.45, "time": 1506078497740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.561833, 8.05]}, "bbox": [-111.445, 42.561833, -111.445, 42.561833]}, {"id": "2776", "type": "Feature", "properties": {"id": "ak16926075", "mag": 1.9, "time": 1506078386128, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8777, 58.9992, 112.9]}, "bbox": [-153.8777, 58.9992, -153.8777, 58.9992]}, {"id": "2777", "type": "Feature", "properties": {"id": "ak16876823", "mag": 1.1, "time": 1506078261719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8636, 62.788, 13.9]}, "bbox": [-148.8636, 62.788, -148.8636, 62.788]}, {"id": "2778", "type": "Feature", "properties": {"id": "ak16876821", "mag": 1.4, "time": 1506077123303, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.923, 64.7739, 2.3]}, "bbox": [-139.923, 64.7739, -139.923, 64.7739]}, {"id": "2779", "type": "Feature", "properties": {"id": "nn00606454", "mag": 2.6, "time": 1506077002610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5007, 36.7388, 7.5]}, "bbox": [-115.5007, 36.7388, -115.5007, 36.7388]}, {"id": "2780", "type": "Feature", "properties": {"id": "mb80257004", "mag": 1.43, "time": 1506075410640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.871, 11.97]}, "bbox": [-112.5235, 46.871, -112.5235, 46.871]}, {"id": "2781", "type": "Feature", "properties": {"id": "nc72896721", "mag": 1.39, "time": 1506074864460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.841333, 38.844167, 1.9]}, "bbox": [-122.841333, 38.844167, -122.841333, 38.844167]}, {"id": "2782", "type": "Feature", "properties": {"id": "nn00606522", "mag": 1.1, "time": 1506074180637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8303, 13.3]}, "bbox": [-118.8235, 38.8303, -118.8235, 38.8303]}, {"id": "2783", "type": "Feature", "properties": {"id": "ci38007728", "mag": 1.52, "time": 1506073924220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848, 36.181833, 2.23]}, "bbox": [-117.848, 36.181833, -117.848, 36.181833]}, {"id": "2784", "type": "Feature", "properties": {"id": "ak16926070", "mag": 1.6, "time": 1506073391784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.2241, 61.5539, 0.0]}, "bbox": [-144.2241, 61.5539, -144.2241, 61.5539]}, {"id": "2785", "type": "Feature", "properties": {"id": "ak16876665", "mag": 1.6, "time": 1506072332786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3288, 63.1852, 90.1]}, "bbox": [-149.3288, 63.1852, -149.3288, 63.1852]}, {"id": "2786", "type": "Feature", "properties": {"id": "hv61916851", "mag": 2.09, "time": 1506072148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.868333, 20.063333, 23.409]}, "bbox": [-155.868333, 20.063333, -155.868333, 20.063333]}, {"id": "2787", "type": "Feature", "properties": {"id": "ak16876664", "mag": 1.4, "time": 1506072136495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5912, 61.9919, 28.6]}, "bbox": [-148.5912, 61.9919, -148.5912, 61.9919]}, {"id": "2788", "type": "Feature", "properties": {"id": "ak16926067", "mag": 1.3, "time": 1506071322182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.632, 62.4195, 64.2]}, "bbox": [-150.632, 62.4195, -150.632, 62.4195]}, {"id": "2789", "type": "Feature", "properties": {"id": "uu60248637", "mag": 1.3, "time": 1506070695930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.437167, 42.637667, 5.25]}, "bbox": [-111.437167, 42.637667, -111.437167, 42.637667]}, {"id": "2790", "type": "Feature", "properties": {"id": "us2000at26", "mag": 4.5, "time": 1506070497460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.9846, 3.8293, 107.48]}, "bbox": [127.9846, 3.8293, 127.9846, 3.8293]}, {"id": "2791", "type": "Feature", "properties": {"id": "ak16926066", "mag": 1.6, "time": 1506069293924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7084, 58.832, 2.4]}, "bbox": [-153.7084, 58.832, -153.7084, 58.832]}, {"id": "2792", "type": "Feature", "properties": {"id": "uu60248632", "mag": 2.03, "time": 1506068604640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.901833, 38.286167, 1.02]}, "bbox": [-108.901833, 38.286167, -108.901833, 38.286167]}, {"id": "2793", "type": "Feature", "properties": {"id": "ak16876662", "mag": 1.9, "time": 1506067828515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4502, 59.8034, 55.7]}, "bbox": [-151.4502, 59.8034, -151.4502, 59.8034]}, {"id": "2794", "type": "Feature", "properties": {"id": "nm60044913", "mag": 2.21, "time": 1506067533090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.239, 35.7905, 11.33]}, "bbox": [-92.239, 35.7905, -92.239, 35.7905]}, {"id": "2795", "type": "Feature", "properties": {"id": "ak16876658", "mag": 3.5, "time": 1506066694779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.9518, 54.8173, 3.3]}, "bbox": [-159.9518, 54.8173, -159.9518, 54.8173]}, {"id": "2796", "type": "Feature", "properties": {"id": "nc72896676", "mag": 1.45, "time": 1506066561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764833, 38.786167, 0.53]}, "bbox": [-122.764833, 38.786167, -122.764833, 38.786167]}, {"id": "2797", "type": "Feature", "properties": {"id": "uw61309412", "mag": 1.49, "time": 1506066402670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.402833, 49.2735, 17.7]}, "bbox": [-124.402833, 49.2735, -124.402833, 49.2735]}, {"id": "2798", "type": "Feature", "properties": {"id": "nc72896671", "mag": 1.2, "time": 1506066223530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8225, 37.524667, 2.51]}, "bbox": [-118.8225, 37.524667, -118.8225, 37.524667]}, {"id": "2799", "type": "Feature", "properties": {"id": "ak16876647", "mag": 1.9, "time": 1506065065953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1147, 59.229, 11.0]}, "bbox": [-139.1147, 59.229, -139.1147, 59.229]}, {"id": "2800", "type": "Feature", "properties": {"id": "uu60248627", "mag": 1.79, "time": 1506064954410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.575667, 8.31]}, "bbox": [-111.417833, 42.575667, -111.417833, 42.575667]}, {"id": "2801", "type": "Feature", "properties": {"id": "ak16876640", "mag": 1.0, "time": 1506063798789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9184, 63.4232, 6.1]}, "bbox": [-148.9184, 63.4232, -148.9184, 63.4232]}, {"id": "2802", "type": "Feature", "properties": {"id": "mb80256994", "mag": 1.71, "time": 1506063538810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.338833, 46.125333, 6.03]}, "bbox": [-110.338833, 46.125333, -110.338833, 46.125333]}, {"id": "2803", "type": "Feature", "properties": {"id": "us2000at1d", "mag": 4.4, "time": 1506062755300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9837, 45.5973, 22.46]}, "bbox": [151.9837, 45.5973, 151.9837, 45.5973]}, {"id": "2804", "type": "Feature", "properties": {"id": "nn00606510", "mag": 1.0, "time": 1506062740733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9097, 38.416, 7.5]}, "bbox": [-118.9097, 38.416, -118.9097, 38.416]}, {"id": "2805", "type": "Feature", "properties": {"id": "ak16876497", "mag": 2.9, "time": 1506062332060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4396, 55.4155, 7.5]}, "bbox": [-158.4396, 55.4155, -158.4396, 55.4155]}, {"id": "2806", "type": "Feature", "properties": {"id": "ak16876499", "mag": 1.5, "time": 1506062314773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1276, 62.6705, 84.6]}, "bbox": [-151.1276, 62.6705, -151.1276, 62.6705]}, {"id": "2807", "type": "Feature", "properties": {"id": "ak16926058", "mag": 2.5, "time": 1506062164434, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9814, 52.5733, 21.3]}, "bbox": [-163.9814, 52.5733, -163.9814, 52.5733]}, {"id": "2808", "type": "Feature", "properties": {"id": "hv61916751", "mag": 1.88, "time": 1506061487210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4615, 19.287167, 7.924]}, "bbox": [-155.4615, 19.287167, -155.4615, 19.287167]}, {"id": "2809", "type": "Feature", "properties": {"id": "ak16926055", "mag": 2.4, "time": 1506060569450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4546, 56.5041, 6.6]}, "bbox": [-153.4546, 56.5041, -153.4546, 56.5041]}, {"id": "2810", "type": "Feature", "properties": {"id": "uu60248622", "mag": 1.34, "time": 1506060334660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.622833, 5.33]}, "bbox": [-111.447833, 42.622833, -111.447833, 42.622833]}, {"id": "2811", "type": "Feature", "properties": {"id": "nn00606434", "mag": 1.2, "time": 1506060248714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8296, 13.4]}, "bbox": [-118.8235, 38.8296, -118.8235, 38.8296]}, {"id": "2812", "type": "Feature", "properties": {"id": "ci38007696", "mag": 1.17, "time": 1506059325210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.648333, 35.934, 3.86]}, "bbox": [-117.648333, 35.934, -117.648333, 35.934]}, {"id": "2813", "type": "Feature", "properties": {"id": "ci38007680", "mag": 1.8, "time": 1506058671480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.570833, 35.360833, 4.84]}, "bbox": [-118.570833, 35.360833, -118.570833, 35.360833]}, {"id": "2814", "type": "Feature", "properties": {"id": "us2000at0m", "mag": 5.5, "time": 1506058424310, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.7724, 23.5614, 10.0]}, "bbox": [-108.7724, 23.5614, -108.7724, 23.5614]}, {"id": "2815", "type": "Feature", "properties": {"id": "us2000at0v", "mag": 4.5, "time": 1506056644580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.4959, 54.788, 131.21]}, "bbox": [159.4959, 54.788, 159.4959, 54.788]}, {"id": "2816", "type": "Feature", "properties": {"id": "mb80256984", "mag": 1.12, "time": 1506056537920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5285, 46.885167, 14.05]}, "bbox": [-112.5285, 46.885167, -112.5285, 46.885167]}, {"id": "2817", "type": "Feature", "properties": {"id": "ak16926054", "mag": 1.3, "time": 1506056097918, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7519, 60.0539, 56.2]}, "bbox": [-151.7519, 60.0539, -151.7519, 60.0539]}, {"id": "2818", "type": "Feature", "properties": {"id": "ak16876343", "mag": 1.1, "time": 1506055943779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.827, 62.7929, 14.4]}, "bbox": [-148.827, 62.7929, -148.827, 62.7929]}, {"id": "2819", "type": "Feature", "properties": {"id": "nc72896616", "mag": 2.0, "time": 1506055463630, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788667, 37.456333, 7.66]}, "bbox": [-121.788667, 37.456333, -121.788667, 37.456333]}, {"id": "2820", "type": "Feature", "properties": {"id": "ak16926049", "mag": 2.0, "time": 1506055458648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9681, 59.782, 98.4]}, "bbox": [-152.9681, 59.782, -152.9681, 59.782]}, {"id": "2821", "type": "Feature", "properties": {"id": "us2000at08", "mag": 4.7, "time": 1506054886300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.1483, -6.3489, 10.0]}, "bbox": [-11.1483, -6.3489, -11.1483, -6.3489]}, {"id": "2822", "type": "Feature", "properties": {"id": "nc72896606", "mag": 0.97, "time": 1506054333450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.5205, 2.2]}, "bbox": [-118.821833, 37.5205, -118.821833, 37.5205]}, {"id": "2823", "type": "Feature", "properties": {"id": "us2000aszw", "mag": 4.2, "time": 1506054023580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [26.2553, 39.1304, 10.0]}, "bbox": [26.2553, 39.1304, 26.2553, 39.1304]}, {"id": "2824", "type": "Feature", "properties": {"id": "nc72896586", "mag": 1.98, "time": 1506053997570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883167, 37.538333, 2.49]}, "bbox": [-118.883167, 37.538333, -118.883167, 37.538333]}, {"id": "2825", "type": "Feature", "properties": {"id": "ci38007648", "mag": 1.64, "time": 1506053954570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.495167, 4.61]}, "bbox": [-116.797167, 33.495167, -116.797167, 33.495167]}, {"id": "2826", "type": "Feature", "properties": {"id": "nc72896591", "mag": 1.12, "time": 1506053943320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789333, 37.455, 7.99]}, "bbox": [-121.789333, 37.455, -121.789333, 37.455]}, {"id": "2827", "type": "Feature", "properties": {"id": "us2000aszh", "mag": 2.9, "time": 1506053328020, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.682, 35.846, 5.0]}, "bbox": [-96.682, 35.846, -96.682, 35.846]}, {"id": "2828", "type": "Feature", "properties": {"id": "ak16876210", "mag": 1.2, "time": 1506052567199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7614, 63.1414, 9.7]}, "bbox": [-148.7614, 63.1414, -148.7614, 63.1414]}, {"id": "2829", "type": "Feature", "properties": {"id": "ak16876208", "mag": 1.0, "time": 1506051888104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3642, 64.8396, 21.9]}, "bbox": [-147.3642, 64.8396, -147.3642, 64.8396]}, {"id": "2830", "type": "Feature", "properties": {"id": "ak16876202", "mag": 2.8, "time": 1506051238210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6975, 59.8426, 2.9]}, "bbox": [-136.6975, 59.8426, -136.6975, 59.8426]}, {"id": "2831", "type": "Feature", "properties": {"id": "ci38007640", "mag": 1.04, "time": 1506050700240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.074333, 32.868, 9.32]}, "bbox": [-116.074333, 32.868, -116.074333, 32.868]}, {"id": "2832", "type": "Feature", "properties": {"id": "ak16876199", "mag": 1.6, "time": 1506050508752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1502, 60.9709, 20.0]}, "bbox": [-149.1502, 60.9709, -149.1502, 60.9709]}, {"id": "2833", "type": "Feature", "properties": {"id": "ak16876069", "mag": 1.7, "time": 1506048854655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6692, 62.5598, 11.7]}, "bbox": [-150.6692, 62.5598, -150.6692, 62.5598]}, {"id": "2834", "type": "Feature", "properties": {"id": "ak16876067", "mag": 2.1, "time": 1506048427026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7111, 59.884, 14.5]}, "bbox": [-136.7111, 59.884, -136.7111, 59.884]}, {"id": "2835", "type": "Feature", "properties": {"id": "nc72896561", "mag": 1.78, "time": 1506048332800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.779667, 37.392333, -2.31]}, "bbox": [-118.779667, 37.392333, -118.779667, 37.392333]}, {"id": "2836", "type": "Feature", "properties": {"id": "nc72896556", "mag": 1.29, "time": 1506047940540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0265, 36.559833, 6.76]}, "bbox": [-121.0265, 36.559833, -121.0265, 36.559833]}, {"id": "2837", "type": "Feature", "properties": {"id": "ak16926041", "mag": 2.5, "time": 1506047556201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.992, 51.8656, 16.5]}, "bbox": [-174.992, 51.8656, -174.992, 51.8656]}, {"id": "2838", "type": "Feature", "properties": {"id": "uu60248522", "mag": 1.34, "time": 1506047158170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.026833, 44.7755, 7.13]}, "bbox": [-110.026833, 44.7755, -110.026833, 44.7755]}, {"id": "2839", "type": "Feature", "properties": {"id": "mb80256979", "mag": 1.73, "time": 1506043831850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.558333, 46.402, 3.35]}, "bbox": [-111.558333, 46.402, -111.558333, 46.402]}, {"id": "2840", "type": "Feature", "properties": {"id": "nc72896531", "mag": 1.92, "time": 1506043357560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.780833, 37.389167, -2.29]}, "bbox": [-118.780833, 37.389167, -118.780833, 37.389167]}, {"id": "2841", "type": "Feature", "properties": {"id": "mb80256969", "mag": 2.09, "time": 1506042441670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.930333, 44.292833, 3.5]}, "bbox": [-114.930333, 44.292833, -114.930333, 44.292833]}, {"id": "2842", "type": "Feature", "properties": {"id": "ak16875940", "mag": 1.1, "time": 1506041862266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0885, 63.2553, 2.0]}, "bbox": [-151.0885, 63.2553, -151.0885, 63.2553]}, {"id": "2843", "type": "Feature", "properties": {"id": "us2000awqf", "mag": 4.2, "time": 1506041406940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [165.3116, -15.6295, 57.06]}, "bbox": [165.3116, -15.6295, 165.3116, -15.6295]}, {"id": "2844", "type": "Feature", "properties": {"id": "us2000asyh", "mag": 4.6, "time": 1506041280550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.2095, 43.8815, 10.0]}, "bbox": [149.2095, 43.8815, 149.2095, 43.8815]}, {"id": "2845", "type": "Feature", "properties": {"id": "ismpkansas70235693", "mag": 1.82, "time": 1506040783670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6825, 37.184, 4.37]}, "bbox": [-97.6825, 37.184, -97.6825, 37.184]}, {"id": "2846", "type": "Feature", "properties": {"id": "ci38007600", "mag": 2.86, "time": 1506040660680, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.171833, 34.730667, 1.72]}, "bbox": [-120.171833, 34.730667, -120.171833, 34.730667]}, {"id": "2847", "type": "Feature", "properties": {"id": "hv61916496", "mag": 1.7, "time": 1506040069030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.755667, 19.862667, 13.433]}, "bbox": [-155.755667, 19.862667, -155.755667, 19.862667]}, {"id": "2848", "type": "Feature", "properties": {"id": "us2000awqd", "mag": 4.6, "time": 1506040066970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3605, 2.1475, 15.02]}, "bbox": [90.3605, 2.1475, 90.3605, 2.1475]}, {"id": "2849", "type": "Feature", "properties": {"id": "ak16875841", "mag": 1.4, "time": 1506039676822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7004, 63.8605, 6.4]}, "bbox": [-148.7004, 63.8605, -148.7004, 63.8605]}, {"id": "2850", "type": "Feature", "properties": {"id": "us2000atbx", "mag": 2.6, "time": 1506039659260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5671, 46.8969, 11.48]}, "bbox": [-112.5671, 46.8969, -112.5671, 46.8969]}, {"id": "2851", "type": "Feature", "properties": {"id": "us2000avmv", "mag": 2.8, "time": 1506039531410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0769, 52.3761, 10.0]}, "bbox": [-165.0769, 52.3761, -165.0769, 52.3761]}, {"id": "2852", "type": "Feature", "properties": {"id": "mb80256959", "mag": 1.07, "time": 1506038377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.445667, 43.5435, 11.24]}, "bbox": [-110.445667, 43.5435, -110.445667, 43.5435]}, {"id": "2853", "type": "Feature", "properties": {"id": "ci38007584", "mag": 1.19, "time": 1506037977370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.764667, 33.324167, 13.64]}, "bbox": [-116.764667, 33.324167, -116.764667, 33.324167]}, {"id": "2854", "type": "Feature", "properties": {"id": "ak16875834", "mag": 1.4, "time": 1506037872803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.518, 61.5639, 31.0]}, "bbox": [-146.518, 61.5639, -146.518, 61.5639]}, {"id": "2855", "type": "Feature", "properties": {"id": "nc72896516", "mag": 1.31, "time": 1506037721390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669, 37.2905, 3.04]}, "bbox": [-121.669, 37.2905, -121.669, 37.2905]}, {"id": "2856", "type": "Feature", "properties": {"id": "mb80256954", "mag": 1.13, "time": 1506037549780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4995, 46.8705, 10.41]}, "bbox": [-112.4995, 46.8705, -112.4995, 46.8705]}, {"id": "2857", "type": "Feature", "properties": {"id": "us2000awq8", "mag": 4.4, "time": 1506037384370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.5809, 38.0785, 10.0]}, "bbox": [144.5809, 38.0785, 144.5809, 38.0785]}, {"id": "2858", "type": "Feature", "properties": {"id": "ak16875828", "mag": 2.4, "time": 1506037110228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8706, 62.7902, 14.7]}, "bbox": [-148.8706, 62.7902, -148.8706, 62.7902]}, {"id": "2859", "type": "Feature", "properties": {"id": "ak16875826", "mag": 1.7, "time": 1506036232042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4937, 61.5906, 31.8]}, "bbox": [-146.4937, 61.5906, -146.4937, 61.5906]}, {"id": "2860", "type": "Feature", "properties": {"id": "us2000asx4", "mag": 2.7, "time": 1506036218800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5127, 36.2915, 7.461]}, "bbox": [-97.5127, 36.2915, -97.5127, 36.2915]}, {"id": "2861", "type": "Feature", "properties": {"id": "ci38007544", "mag": 3.0, "time": 1506035447270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.397167, 32.383, 12.07]}, "bbox": [-115.397167, 32.383, -115.397167, 32.383]}, {"id": "2862", "type": "Feature", "properties": {"id": "ci38007552", "mag": 1.61, "time": 1506035381320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.115667, 34.625667, -1.28]}, "bbox": [-117.115667, 34.625667, -117.115667, 34.625667]}, {"id": "2863", "type": "Feature", "properties": {"id": "ak16875823", "mag": 1.6, "time": 1506035182231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5062, 64.6747, 9.2]}, "bbox": [-152.5062, 64.6747, -152.5062, 64.6747]}, {"id": "2864", "type": "Feature", "properties": {"id": "uu60248487", "mag": 2.1, "time": 1506035003920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.525833, 7.93]}, "bbox": [-111.420167, 42.525833, -111.420167, 42.525833]}, {"id": "2865", "type": "Feature", "properties": {"id": "mb80256939", "mag": 1.72, "time": 1506034952670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8665, 11.26]}, "bbox": [-112.5215, 46.8665, -112.5215, 46.8665]}, {"id": "2866", "type": "Feature", "properties": {"id": "ak16875817", "mag": 1.5, "time": 1506034226408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0329, 53.5528, 17.0]}, "bbox": [-167.0329, 53.5528, -167.0329, 53.5528]}, {"id": "2867", "type": "Feature", "properties": {"id": "us2000awq7", "mag": 4.3, "time": 1506034167940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.929, -23.7349, 550.89]}, "bbox": [-179.929, -23.7349, -179.929, -23.7349]}, {"id": "2868", "type": "Feature", "properties": {"id": "nc72896506", "mag": 1.29, "time": 1506033952800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821, 38.814833, 2.36]}, "bbox": [-122.821, 38.814833, -122.821, 38.814833]}, {"id": "2869", "type": "Feature", "properties": {"id": "ak16875815", "mag": 1.5, "time": 1506033878487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5575, 60.0344, 58.7]}, "bbox": [-151.5575, 60.0344, -151.5575, 60.0344]}, {"id": "2870", "type": "Feature", "properties": {"id": "ak16875810", "mag": 1.2, "time": 1506033325458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4889, 59.8624, 47.1]}, "bbox": [-150.4889, 59.8624, -150.4889, 59.8624]}, {"id": "2871", "type": "Feature", "properties": {"id": "ak16875800", "mag": 1.4, "time": 1506032434891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7482, 66.977, 12.4]}, "bbox": [-155.7482, 66.977, -155.7482, 66.977]}, {"id": "2872", "type": "Feature", "properties": {"id": "ak16875653", "mag": 4.2, "time": 1506032120973, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8756, 62.7831, 20.3]}, "bbox": [-148.8756, 62.7831, -148.8756, 62.7831]}, {"id": "2873", "type": "Feature", "properties": {"id": "nc72896496", "mag": 1.85, "time": 1506031741740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5285, 36.803333, 3.27]}, "bbox": [-121.5285, 36.803333, -121.5285, 36.803333]}, {"id": "2874", "type": "Feature", "properties": {"id": "nc72896486", "mag": 1.45, "time": 1506031445490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.526667, 36.809667, 4.3]}, "bbox": [-121.526667, 36.809667, -121.526667, 36.809667]}, {"id": "2875", "type": "Feature", "properties": {"id": "mb80256934", "mag": 2.12, "time": 1506031400210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9225, 44.303333, 10.34]}, "bbox": [-114.9225, 44.303333, -114.9225, 44.303333]}, {"id": "2876", "type": "Feature", "properties": {"id": "mb80256929", "mag": 1.26, "time": 1506030770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.747833, 45.079167, 3.5]}, "bbox": [-111.747833, 45.079167, -111.747833, 45.079167]}, {"id": "2877", "type": "Feature", "properties": {"id": "ci38007528", "mag": 1.87, "time": 1506030349230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650167, 35.935333, 2.69]}, "bbox": [-117.650167, 35.935333, -117.650167, 35.935333]}, {"id": "2878", "type": "Feature", "properties": {"id": "hv61916321", "mag": 2.02, "time": 1506029779130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.552333, 19.137667, 49.513]}, "bbox": [-155.552333, 19.137667, -155.552333, 19.137667]}, {"id": "2879", "type": "Feature", "properties": {"id": "ci38007520", "mag": 1.21, "time": 1506029730430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.157, 33.634167, -0.52]}, "bbox": [-117.157, 33.634167, -117.157, 33.634167]}, {"id": "2880", "type": "Feature", "properties": {"id": "hv61916316", "mag": 1.88, "time": 1506029586250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.419833, 19.099167, 42.057]}, "bbox": [-155.419833, 19.099167, -155.419833, 19.099167]}, {"id": "2881", "type": "Feature", "properties": {"id": "hv61916311", "mag": 1.76, "time": 1506029522880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.437167, 19.160333, 37.287]}, "bbox": [-155.437167, 19.160333, -155.437167, 19.160333]}, {"id": "2882", "type": "Feature", "properties": {"id": "nn00606376", "mag": 1.1, "time": 1506029276288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9551, 40.0739, 10.9]}, "bbox": [-120.9551, 40.0739, -120.9551, 40.0739]}, {"id": "2883", "type": "Feature", "properties": {"id": "hv61916301", "mag": 1.85, "time": 1506029141190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.439167, 19.1175, 39.677]}, "bbox": [-155.439167, 19.1175, -155.439167, 19.1175]}, {"id": "2884", "type": "Feature", "properties": {"id": "ci37166108", "mag": 1.81, "time": 1506028904370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241667, 32.920333, 11.27]}, "bbox": [-116.241667, 32.920333, -116.241667, 32.920333]}, {"id": "2885", "type": "Feature", "properties": {"id": "ci38007512", "mag": 1.83, "time": 1506028897230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241167, 32.916667, 7.87]}, "bbox": [-116.241167, 32.916667, -116.241167, 32.916667]}, {"id": "2886", "type": "Feature", "properties": {"id": "ak16875651", "mag": 1.4, "time": 1506028324426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8843, 61.2141, 1.8]}, "bbox": [-139.8843, 61.2141, -139.8843, 61.2141]}, {"id": "2887", "type": "Feature", "properties": {"id": "nn00606357", "mag": 2.6, "time": 1506028168100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6985, 39.7645, 7.3]}, "bbox": [-119.6985, 39.7645, -119.6985, 39.7645]}, {"id": "2888", "type": "Feature", "properties": {"id": "nn00606355", "mag": 1.1, "time": 1506027762688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.189, 38.4602, 2.1]}, "bbox": [-118.189, 38.4602, -118.189, 38.4602]}, {"id": "2889", "type": "Feature", "properties": {"id": "ci38007480", "mag": 1.75, "time": 1506026384090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.371167, 35.054, 8.1]}, "bbox": [-118.371167, 35.054, -118.371167, 35.054]}, {"id": "2890", "type": "Feature", "properties": {"id": "ak16875645", "mag": 1.7, "time": 1506026360117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.75, 60.0811, 100.9]}, "bbox": [-152.75, 60.0811, -152.75, 60.0811]}, {"id": "2891", "type": "Feature", "properties": {"id": "nc72896461", "mag": 1.53, "time": 1506026136260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.841167, 1.96]}, "bbox": [-122.827333, 38.841167, -122.827333, 38.841167]}, {"id": "2892", "type": "Feature", "properties": {"id": "ak16911613", "mag": 1.9, "time": 1506025569386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0904, 58.6739, 124.2]}, "bbox": [-155.0904, 58.6739, -155.0904, 58.6739]}, {"id": "2893", "type": "Feature", "properties": {"id": "ismpkansas70235678", "mag": 2.5, "time": 1506025487250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888333, 37.204167, 6.25]}, "bbox": [-97.888333, 37.204167, -97.888333, 37.204167]}, {"id": "2894", "type": "Feature", "properties": {"id": "ci38007472", "mag": 1.24, "time": 1506025368620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.488667, 33.850333, -0.48]}, "bbox": [-117.488667, 33.850333, -117.488667, 33.850333]}, {"id": "2895", "type": "Feature", "properties": {"id": "us2000ass7", "mag": 4.8, "time": 1506025352080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8962, 15.2536, 65.44]}, "bbox": [-93.8962, 15.2536, -93.8962, 15.2536]}, {"id": "2896", "type": "Feature", "properties": {"id": "ci38007464", "mag": 1.18, "time": 1506025134310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.882167, 33.977333, 19.48]}, "bbox": [-116.882167, 33.977333, -116.882167, 33.977333]}, {"id": "2897", "type": "Feature", "properties": {"id": "ak16875518", "mag": 1.7, "time": 1506024448536, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5203, 61.3055, 10.1]}, "bbox": [-152.5203, 61.3055, -152.5203, 61.3055]}, {"id": "2898", "type": "Feature", "properties": {"id": "us2000asr5", "mag": 2.8, "time": 1506024284460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4191, 42.5686, 11.52]}, "bbox": [-111.4191, 42.5686, -111.4191, 42.5686]}, {"id": "2899", "type": "Feature", "properties": {"id": "ci38007448", "mag": 1.54, "time": 1506024073190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.493667, 33.846667, -0.48]}, "bbox": [-117.493667, 33.846667, -117.493667, 33.846667]}, {"id": "2900", "type": "Feature", "properties": {"id": "us2000asqw", "mag": 4.5, "time": 1506023938000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.359, -24.593, 89.2]}, "bbox": [-69.359, -24.593, -69.359, -24.593]}, {"id": "2901", "type": "Feature", "properties": {"id": "nc72896441", "mag": 0.97, "time": 1506023932370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818337, 38.807335, 2.5]}, "bbox": [-122.818337, 38.807335, -122.818337, 38.807335]}, {"id": "2902", "type": "Feature", "properties": {"id": "ak16911611", "mag": 2.0, "time": 1506023546957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8314, 53.8887, 16.2]}, "bbox": [-163.8314, 53.8887, -163.8314, 53.8887]}, {"id": "2903", "type": "Feature", "properties": {"id": "ak16875513", "mag": 2.1, "time": 1506022669821, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6752, 67.929, 13.1]}, "bbox": [-147.6752, 67.929, -147.6752, 67.929]}, {"id": "2904", "type": "Feature", "properties": {"id": "ak16875511", "mag": 1.6, "time": 1506022479067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0122, 60.6265, 55.5]}, "bbox": [-151.0122, 60.6265, -151.0122, 60.6265]}, {"id": "2905", "type": "Feature", "properties": {"id": "nc72896431", "mag": 1.59, "time": 1506022296440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.606, 4.18]}, "bbox": [-118.821333, 37.606, -118.821333, 37.606]}, {"id": "2906", "type": "Feature", "properties": {"id": "us2000asq8", "mag": 4.5, "time": 1506022120080, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.3957, 30.689, 10.0]}, "bbox": [57.3957, 30.689, 57.3957, 30.689]}, {"id": "2907", "type": "Feature", "properties": {"id": "ak16875508", "mag": 2.8, "time": 1506022088454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5339, 56.4471, 34.4]}, "bbox": [-153.5339, 56.4471, -153.5339, 56.4471]}, {"id": "2908", "type": "Feature", "properties": {"id": "ak16875497", "mag": 2.8, "time": 1506021225649, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3633, 62.2263, 8.3]}, "bbox": [-150.3633, 62.2263, -150.3633, 62.2263]}, {"id": "2909", "type": "Feature", "properties": {"id": "ak16875489", "mag": 2.0, "time": 1506019153622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5458, 60.2285, 104.7]}, "bbox": [-152.5458, 60.2285, -152.5458, 60.2285]}, {"id": "2910", "type": "Feature", "properties": {"id": "ci38007432", "mag": 0.97, "time": 1506018755920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4305, 33.027167, 7.61]}, "bbox": [-116.4305, 33.027167, -116.4305, 33.027167]}, {"id": "2911", "type": "Feature", "properties": {"id": "nc72896416", "mag": 1.32, "time": 1506018676310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.105167, 37.325333, -0.31]}, "bbox": [-122.105167, 37.325333, -122.105167, 37.325333]}, {"id": "2912", "type": "Feature", "properties": {"id": "ak16875470", "mag": 3.4, "time": 1506018115237, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 62.0747, 82.5]}, "bbox": [-151.3313, 62.0747, -151.3313, 62.0747]}, {"id": "2913", "type": "Feature", "properties": {"id": "ci38007408", "mag": 1.52, "time": 1506017937430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.240833, 33.339, 3.36]}, "bbox": [-116.240833, 33.339, -116.240833, 33.339]}, {"id": "2914", "type": "Feature", "properties": {"id": "ci37165948", "mag": 1.22, "time": 1506017934430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.238, 33.341, 5.25]}, "bbox": [-116.238, 33.341, -116.238, 33.341]}, {"id": "2915", "type": "Feature", "properties": {"id": "ak16911603", "mag": 2.2, "time": 1506016859139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.198, 56.7455, 55.8]}, "bbox": [-156.198, 56.7455, -156.198, 56.7455]}, {"id": "2916", "type": "Feature", "properties": {"id": "nc72896411", "mag": 1.56, "time": 1506016054120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.955667, 36.390833, 1.45]}, "bbox": [-120.955667, 36.390833, -120.955667, 36.390833]}, {"id": "2917", "type": "Feature", "properties": {"id": "us2000ask8", "mag": 5.2, "time": 1506015812780, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [153.792, -5.2273, 42.8]}, "bbox": [153.792, -5.2273, 153.792, -5.2273]}, {"id": "2918", "type": "Feature", "properties": {"id": "ak16875367", "mag": 1.0, "time": 1506015790628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3293, 61.4367, 9.3]}, "bbox": [-152.3293, 61.4367, -152.3293, 61.4367]}, {"id": "2919", "type": "Feature", "properties": {"id": "nc72896401", "mag": 1.29, "time": 1506015349390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.136833, 36.591, 7.95]}, "bbox": [-121.136833, 36.591, -121.136833, 36.591]}, {"id": "2920", "type": "Feature", "properties": {"id": "nc72896396", "mag": 1.65, "time": 1506015154000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830667, 38.841833, 1.92]}, "bbox": [-122.830667, 38.841833, -122.830667, 38.841833]}, {"id": "2921", "type": "Feature", "properties": {"id": "ak16875364", "mag": 1.7, "time": 1506014707392, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9511, 61.182, 6.1]}, "bbox": [-139.9511, 61.182, -139.9511, 61.182]}, {"id": "2922", "type": "Feature", "properties": {"id": "us2000asjm", "mag": 4.1, "time": 1506014582020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1412, 14.9651, 31.77]}, "bbox": [-94.1412, 14.9651, -94.1412, 14.9651]}, {"id": "2923", "type": "Feature", "properties": {"id": "nc72896391", "mag": 1.65, "time": 1506014547620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.522667, 37.119333, 6.68]}, "bbox": [-121.522667, 37.119333, -121.522667, 37.119333]}, {"id": "2924", "type": "Feature", "properties": {"id": "nc72896386", "mag": 2.74, "time": 1506013969600, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.523, 37.119333, 7.11]}, "bbox": [-121.523, 37.119333, -121.523, 37.119333]}, {"id": "2925", "type": "Feature", "properties": {"id": "uu60248457", "mag": 1.24, "time": 1506013292240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416833, 42.5455, 6.54]}, "bbox": [-111.416833, 42.5455, -111.416833, 42.5455]}, {"id": "2926", "type": "Feature", "properties": {"id": "nc72896381", "mag": 1.42, "time": 1506013025480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.024167, 4.23]}, "bbox": [-118.7985, 38.024167, -118.7985, 38.024167]}, {"id": "2927", "type": "Feature", "properties": {"id": "ak16875337", "mag": 1.5, "time": 1506012889205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8562, 59.8876, 14.9]}, "bbox": [-136.8562, 59.8876, -136.8562, 59.8876]}, {"id": "2928", "type": "Feature", "properties": {"id": "ak16875335", "mag": 1.5, "time": 1506012588856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.43, 69.5255, 6.5]}, "bbox": [-142.43, 69.5255, -142.43, 69.5255]}, {"id": "2929", "type": "Feature", "properties": {"id": "ak16875333", "mag": 1.4, "time": 1506012078477, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7448, 65.4677, 16.1]}, "bbox": [-144.7448, 65.4677, -144.7448, 65.4677]}, {"id": "2930", "type": "Feature", "properties": {"id": "us2000asj3", "mag": 4.4, "time": 1506011673160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.8925, 24.9992, 82.35]}, "bbox": [94.8925, 24.9992, 94.8925, 24.9992]}, {"id": "2931", "type": "Feature", "properties": {"id": "ak16875233", "mag": 2.0, "time": 1506011166366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 62.6945, 1.1]}, "bbox": [-152.0389, 62.6945, -152.0389, 62.6945]}, {"id": "2932", "type": "Feature", "properties": {"id": "hv61916021", "mag": 1.65, "time": 1506010758380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.606333, 19.988, 0.02]}, "bbox": [-155.606333, 19.988, -155.606333, 19.988]}, {"id": "2933", "type": "Feature", "properties": {"id": "nc72896356", "mag": 1.08, "time": 1506008853280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.789501, 1.6]}, "bbox": [-122.736, 38.789501, -122.736, 38.789501]}, {"id": "2934", "type": "Feature", "properties": {"id": "ci38007344", "mag": 1.64, "time": 1506006904290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.040833, 34.932167, 7.95]}, "bbox": [-117.040833, 34.932167, -117.040833, 34.932167]}, {"id": "2935", "type": "Feature", "properties": {"id": "uu60248432", "mag": 1.93, "time": 1506005934630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899167, 38.2825, 1.23]}, "bbox": [-108.899167, 38.2825, -108.899167, 38.2825]}, {"id": "2936", "type": "Feature", "properties": {"id": "nc72896351", "mag": 1.05, "time": 1506005402280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.872833, 37.542167, 5.65]}, "bbox": [-118.872833, 37.542167, -118.872833, 37.542167]}, {"id": "2937", "type": "Feature", "properties": {"id": "ak16875225", "mag": 2.6, "time": 1506004864279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7558, 56.7802, 85.5]}, "bbox": [-157.7558, 56.7802, -157.7558, 56.7802]}, {"id": "2938", "type": "Feature", "properties": {"id": "nn00606271", "mag": 1.4, "time": 1506004765898, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.404, 8.4]}, "bbox": [-118.9071, 38.404, -118.9071, 38.404]}, {"id": "2939", "type": "Feature", "properties": {"id": "ak16911592", "mag": 1.8, "time": 1506004687871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.776, 59.9457, 96.3]}, "bbox": [-152.776, 59.9457, -152.776, 59.9457]}, {"id": "2940", "type": "Feature", "properties": {"id": "ak16875224", "mag": 1.0, "time": 1506004284441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1472, 58.225, 2.8]}, "bbox": [-155.1472, 58.225, -155.1472, 58.225]}, {"id": "2941", "type": "Feature", "properties": {"id": "us2000asgp", "mag": 3.1, "time": 1506004160400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5341, 7.73]}, "bbox": [-111.4287, 42.5341, -111.4287, 42.5341]}, {"id": "2942", "type": "Feature", "properties": {"id": "ak16875128", "mag": 1.2, "time": 1506003424957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1414, 61.9718, 7.4]}, "bbox": [-141.1414, 61.9718, -141.1414, 61.9718]}, {"id": "2943", "type": "Feature", "properties": {"id": "ak16875123", "mag": 2.2, "time": 1506003380008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.406, 61.1636, 56.5]}, "bbox": [-150.406, 61.1636, -150.406, 61.1636]}, {"id": "2944", "type": "Feature", "properties": {"id": "ak16875122", "mag": 1.5, "time": 1506003168025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6121, 60.6288, 27.1]}, "bbox": [-149.6121, 60.6288, -149.6121, 60.6288]}, {"id": "2945", "type": "Feature", "properties": {"id": "us2000asgl", "mag": 4.5, "time": 1506003018350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.7163, -5.3996, 143.64]}, "bbox": [150.7163, -5.3996, 150.7163, -5.3996]}, {"id": "2946", "type": "Feature", "properties": {"id": "ak16911587", "mag": 2.0, "time": 1506002992795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2107, 54.658, 25.6]}, "bbox": [-161.2107, 54.658, -161.2107, 54.658]}, {"id": "2947", "type": "Feature", "properties": {"id": "ak16875121", "mag": 1.3, "time": 1506002287075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 63.0935, 115.1]}, "bbox": [-150.7877, 63.0935, -150.7877, 63.0935]}, {"id": "2948", "type": "Feature", "properties": {"id": "ak16875120", "mag": 1.3, "time": 1506002190951, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3702, 60.2093, 0.0]}, "bbox": [-141.3702, 60.2093, -141.3702, 60.2093]}, {"id": "2949", "type": "Feature", "properties": {"id": "nc72896346", "mag": 1.58, "time": 1506001285170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.046, 37.631, -2.49]}, "bbox": [-119.046, 37.631, -119.046, 37.631]}, {"id": "2950", "type": "Feature", "properties": {"id": "ak16875118", "mag": 1.5, "time": 1506001054310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4947, 65.9329, 9.0]}, "bbox": [-151.4947, 65.9329, -151.4947, 65.9329]}, {"id": "2951", "type": "Feature", "properties": {"id": "ak16875115", "mag": 1.2, "time": 1506000273641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8273, 59.8914, 16.6]}, "bbox": [-136.8273, 59.8914, -136.8273, 59.8914]}, {"id": "2952", "type": "Feature", "properties": {"id": "ak16875114", "mag": 1.0, "time": 1505999744527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.927, 63.1123, 88.8]}, "bbox": [-149.927, 63.1123, -149.927, 63.1123]}, {"id": "2953", "type": "Feature", "properties": {"id": "ak16875113", "mag": 1.0, "time": 1505999509220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8959, 53.8648, 4.8]}, "bbox": [-166.8959, 53.8648, -166.8959, 53.8648]}, {"id": "2954", "type": "Feature", "properties": {"id": "nc72896326", "mag": 1.49, "time": 1505998900750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040833, 37.6325, -1.69]}, "bbox": [-119.040833, 37.6325, -119.040833, 37.6325]}, {"id": "2955", "type": "Feature", "properties": {"id": "nc72896316", "mag": 1.09, "time": 1505998199150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.854333, 37.553667, -1.13]}, "bbox": [-118.854333, 37.553667, -118.854333, 37.553667]}, {"id": "2956", "type": "Feature", "properties": {"id": "nc72896306", "mag": 1.43, "time": 1505997631810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009333, 37.578833, 2.18]}, "bbox": [-119.009333, 37.578833, -119.009333, 37.578833]}, {"id": "2957", "type": "Feature", "properties": {"id": "nm60207176", "mag": 1.81, "time": 1505997033100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.530833, 36.304833, 9.49]}, "bbox": [-89.530833, 36.304833, -89.530833, 36.304833]}, {"id": "2958", "type": "Feature", "properties": {"id": "ak16875021", "mag": 1.2, "time": 1505996145934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8383, 65.938, 13.9]}, "bbox": [-151.8383, 65.938, -151.8383, 65.938]}, {"id": "2959", "type": "Feature", "properties": {"id": "ak16875018", "mag": 1.2, "time": 1505995669198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.912, 65.5133, 9.1]}, "bbox": [-150.912, 65.5133, -150.912, 65.5133]}, {"id": "2960", "type": "Feature", "properties": {"id": "nc72896296", "mag": 1.47, "time": 1505995317350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.196833, 37.9145, 9.67]}, "bbox": [-122.196833, 37.9145, -122.196833, 37.9145]}, {"id": "2961", "type": "Feature", "properties": {"id": "nm60207166", "mag": 1.64, "time": 1505994488630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.4975, 36.289667, 7.47]}, "bbox": [-89.4975, 36.289667, -89.4975, 36.289667]}, {"id": "2962", "type": "Feature", "properties": {"id": "us2000asex", "mag": 4.8, "time": 1505994269370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2903, 15.7805, 100.11]}, "bbox": [-93.2903, 15.7805, -93.2903, 15.7805]}, {"id": "2963", "type": "Feature", "properties": {"id": "nn00606244", "mag": 1.4, "time": 1505993181062, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2534, 40.7726, 2.5]}, "bbox": [-119.2534, 40.7726, -119.2534, 40.7726]}, {"id": "2964", "type": "Feature", "properties": {"id": "uu60248402", "mag": 1.76, "time": 1505993050130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.834, 37.5, 12.34]}, "bbox": [-112.834, 37.5, -112.834, 37.5]}, {"id": "2965", "type": "Feature", "properties": {"id": "ak16911577", "mag": 1.8, "time": 1505992688210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7102, 59.2193, 101.3]}, "bbox": [-153.7102, 59.2193, -153.7102, 59.2193]}, {"id": "2966", "type": "Feature", "properties": {"id": "nc72896276", "mag": 1.87, "time": 1505990638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821833, 38.807833, 2.57]}, "bbox": [-122.821833, 38.807833, -122.821833, 38.807833]}, {"id": "2967", "type": "Feature", "properties": {"id": "ak16911575", "mag": 1.4, "time": 1505990312220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1289, 60.9457, 91.3]}, "bbox": [-152.1289, 60.9457, -152.1289, 60.9457]}, {"id": "2968", "type": "Feature", "properties": {"id": "ci38007296", "mag": 1.16, "time": 1505989019560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.893333, 33.8875, 12.0]}, "bbox": [-116.893333, 33.8875, -116.893333, 33.8875]}, {"id": "2969", "type": "Feature", "properties": {"id": "ak16874826", "mag": 2.4, "time": 1505988598717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0672, 60.3368, 3.1]}, "bbox": [-143.0672, 60.3368, -143.0672, 60.3368]}, {"id": "2970", "type": "Feature", "properties": {"id": "ak16874821", "mag": 3.9, "time": 1505988559362, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.0266, 58.0197, 4.1]}, "bbox": [-139.0266, 58.0197, -139.0266, 58.0197]}, {"id": "2971", "type": "Feature", "properties": {"id": "us2000asdx", "mag": 3.2, "time": 1505987188740, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5809, 9.51]}, "bbox": [-111.4339, 42.5809, -111.4339, 42.5809]}, {"id": "2972", "type": "Feature", "properties": {"id": "nc72896231", "mag": 1.31, "time": 1505985984190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7595, 39.290333, 11.74]}, "bbox": [-122.7595, 39.290333, -122.7595, 39.290333]}, {"id": "2973", "type": "Feature", "properties": {"id": "ak16874817", "mag": 1.2, "time": 1505985541058, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7623, 63.2246, 123.5]}, "bbox": [-150.7623, 63.2246, -150.7623, 63.2246]}, {"id": "2974", "type": "Feature", "properties": {"id": "nc72896221", "mag": 1.81, "time": 1505985066080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.605333, 4.11]}, "bbox": [-118.8215, 37.605333, -118.8215, 37.605333]}, {"id": "2975", "type": "Feature", "properties": {"id": "ak16911571", "mag": 1.2, "time": 1505984945428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6774, 60.3679, 51.2]}, "bbox": [-150.6774, 60.3679, -150.6774, 60.3679]}, {"id": "2976", "type": "Feature", "properties": {"id": "us2000astb", "mag": 3.2, "time": 1505984479950, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.4877, 39.7496, 7.26]}, "bbox": [30.4877, 39.7496, 30.4877, 39.7496]}, {"id": "2977", "type": "Feature", "properties": {"id": "ak16874735", "mag": 1.1, "time": 1505984351439, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1345, 61.0202, 12.5]}, "bbox": [-151.1345, 61.0202, -151.1345, 61.0202]}, {"id": "2978", "type": "Feature", "properties": {"id": "ak16874733", "mag": 1.8, "time": 1505984244290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.6331, 69.6221, 10.8]}, "bbox": [-144.6331, 69.6221, -144.6331, 69.6221]}, {"id": "2979", "type": "Feature", "properties": {"id": "ak16911567", "mag": 1.4, "time": 1505983878943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6066, 58.3406, 70.2]}, "bbox": [-153.6066, 58.3406, -153.6066, 58.3406]}, {"id": "2980", "type": "Feature", "properties": {"id": "ak16874730", "mag": 1.6, "time": 1505983557544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6496, 63.2391, 128.6]}, "bbox": [-150.6496, 63.2391, -150.6496, 63.2391]}, {"id": "2981", "type": "Feature", "properties": {"id": "ak16874715", "mag": 3.0, "time": 1505983090867, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9585, 60.2394, 134.3]}, "bbox": [-152.9585, 60.2394, -152.9585, 60.2394]}, {"id": "2982", "type": "Feature", "properties": {"id": "ak16874713", "mag": 1.8, "time": 1505982752561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3398, 60.0395, 62.9]}, "bbox": [-151.3398, 60.0395, -151.3398, 60.0395]}, {"id": "2983", "type": "Feature", "properties": {"id": "ak16874708", "mag": 1.6, "time": 1505981986749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5434, 62.0196, 9.7]}, "bbox": [-148.5434, 62.0196, -148.5434, 62.0196]}, {"id": "2984", "type": "Feature", "properties": {"id": "ci38007280", "mag": 1.01, "time": 1505981662400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.966, 33.952667, 12.57]}, "bbox": [-116.966, 33.952667, -116.966, 33.952667]}, {"id": "2985", "type": "Feature", "properties": {"id": "nc72896186", "mag": 1.8, "time": 1505981520300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764333, 38.786167, 0.23]}, "bbox": [-122.764333, 38.786167, -122.764333, 38.786167]}, {"id": "2986", "type": "Feature", "properties": {"id": "ak16874635", "mag": 1.2, "time": 1505980470681, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9567, 61.1836, 3.9]}, "bbox": [-139.9567, 61.1836, -139.9567, 61.1836]}, {"id": "2987", "type": "Feature", "properties": {"id": "mb80256854", "mag": 1.19, "time": 1505980355400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540333, 46.865833, 13.58]}, "bbox": [-112.540333, 46.865833, -112.540333, 46.865833]}, {"id": "2988", "type": "Feature", "properties": {"id": "hv61915846", "mag": 2.23, "time": 1505980220010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471833, 19.187167, 6.497]}, "bbox": [-155.471833, 19.187167, -155.471833, 19.187167]}, {"id": "2989", "type": "Feature", "properties": {"id": "nc72896176", "mag": 1.82, "time": 1505979900900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789167, 37.455, 8.23]}, "bbox": [-121.789167, 37.455, -121.789167, 37.455]}, {"id": "2990", "type": "Feature", "properties": {"id": "ak16874613", "mag": 2.5, "time": 1505979347188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6995, 61.302, 18.1]}, "bbox": [-146.6995, 61.302, -146.6995, 61.302]}, {"id": "2991", "type": "Feature", "properties": {"id": "nc72896141", "mag": 1.44, "time": 1505978529860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0545, 37.976333, 16.99]}, "bbox": [-122.0545, 37.976333, -122.0545, 37.976333]}, {"id": "2992", "type": "Feature", "properties": {"id": "us2000asd1", "mag": 4.8, "time": 1505977959710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.683, -37.9104, 6.87]}, "bbox": [-73.683, -37.9104, -73.683, -37.9104]}, {"id": "2993", "type": "Feature", "properties": {"id": "nc72896116", "mag": 1.08, "time": 1505977815960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784164, 38.838165, 0.65]}, "bbox": [-122.784164, 38.838165, -122.784164, 38.838165]}, {"id": "2994", "type": "Feature", "properties": {"id": "ci38007272", "mag": 1.44, "time": 1505977166870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.235667, 34.473, 10.66]}, "bbox": [-119.235667, 34.473, -119.235667, 34.473]}, {"id": "2995", "type": "Feature", "properties": {"id": "ak16874540", "mag": 1.8, "time": 1505976691446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5178, 59.5615, 114.3]}, "bbox": [-153.5178, 59.5615, -153.5178, 59.5615]}, {"id": "2996", "type": "Feature", "properties": {"id": "ci38007264", "mag": 1.35, "time": 1505976496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8585, 33.885833, 13.8]}, "bbox": [-116.8585, 33.885833, -116.8585, 33.885833]}, {"id": "2997", "type": "Feature", "properties": {"id": "ak16874539", "mag": 1.4, "time": 1505975897075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7553, 60.3904, 17.6]}, "bbox": [-147.7553, 60.3904, -147.7553, 60.3904]}, {"id": "2998", "type": "Feature", "properties": {"id": "ak16911557", "mag": 1.9, "time": 1505975896384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7415, 56.6876, 60.1]}, "bbox": [-155.7415, 56.6876, -155.7415, 56.6876]}, {"id": "2999", "type": "Feature", "properties": {"id": "ak16874533", "mag": 2.4, "time": 1505975550653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4341, 54.7916, 41.7]}, "bbox": [-160.4341, 54.7916, -160.4341, 54.7916]}, {"id": "3000", "type": "Feature", "properties": {"id": "ak16874531", "mag": 1.6, "time": 1505973877209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0439, 60.1347, 121.6]}, "bbox": [-153.0439, 60.1347, -153.0439, 60.1347]}, {"id": "3001", "type": "Feature", "properties": {"id": "nc72896081", "mag": 0.98, "time": 1505973711190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775002, 38.797669, 2.77]}, "bbox": [-122.775002, 38.797669, -122.775002, 38.797669]}, {"id": "3002", "type": "Feature", "properties": {"id": "nc72896076", "mag": 2.49, "time": 1505973410410, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.785833, 37.46, 8.35]}, "bbox": [-121.785833, 37.46, -121.785833, 37.46]}, {"id": "3003", "type": "Feature", "properties": {"id": "ak16874465", "mag": 1.3, "time": 1505973344875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.0133, 60.1082, 0.0]}, "bbox": [-138.0133, 60.1082, -138.0133, 60.1082]}, {"id": "3004", "type": "Feature", "properties": {"id": "ak16911553", "mag": 1.4, "time": 1505972962694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3138, 59.699, 53.9]}, "bbox": [-151.3138, 59.699, -151.3138, 59.699]}, {"id": "3005", "type": "Feature", "properties": {"id": "ak16911552", "mag": 1.2, "time": 1505972745844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4845, 60.1615, 61.1]}, "bbox": [-151.4845, 60.1615, -151.4845, 60.1615]}, {"id": "3006", "type": "Feature", "properties": {"id": "nn00606219", "mag": 1.3, "time": 1505972571887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1193, 38.2806, 9.5]}, "bbox": [-119.1193, 38.2806, -119.1193, 38.2806]}, {"id": "3007", "type": "Feature", "properties": {"id": "ak16911551", "mag": 1.8, "time": 1505972563999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.15, 51.5531, 43.8]}, "bbox": [-177.15, 51.5531, -177.15, 51.5531]}, {"id": "3008", "type": "Feature", "properties": {"id": "nn00606295", "mag": 1.0, "time": 1505972403264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6227, 38.8065, 14.1]}, "bbox": [-119.6227, 38.8065, -119.6227, 38.8065]}, {"id": "3009", "type": "Feature", "properties": {"id": "uu60248342", "mag": 1.16, "time": 1505971839680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427333, 42.584333, 6.41]}, "bbox": [-111.427333, 42.584333, -111.427333, 42.584333]}, {"id": "3010", "type": "Feature", "properties": {"id": "ak16874458", "mag": 1.0, "time": 1505971795387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1789, 60.7931, 15.4]}, "bbox": [-147.1789, 60.7931, -147.1789, 60.7931]}, {"id": "3011", "type": "Feature", "properties": {"id": "nn00606215", "mag": 1.1, "time": 1505970724921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9138, 38.4144, 3.9]}, "bbox": [-118.9138, 38.4144, -118.9138, 38.4144]}, {"id": "3012", "type": "Feature", "properties": {"id": "nn00606292", "mag": 1.2, "time": 1505969821916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9096, 38.3591, 10.4]}, "bbox": [-118.9096, 38.3591, -118.9096, 38.3591]}, {"id": "3013", "type": "Feature", "properties": {"id": "ak16874386", "mag": 2.2, "time": 1505966674333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1806, 62.1688, 58.7]}, "bbox": [-150.1806, 62.1688, -150.1806, 62.1688]}, {"id": "3014", "type": "Feature", "properties": {"id": "ak16874381", "mag": 1.5, "time": 1505966192127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3423, 67.4818, 11.5]}, "bbox": [-158.3423, 67.4818, -158.3423, 67.4818]}, {"id": "3015", "type": "Feature", "properties": {"id": "nn00606289", "mag": 1.1, "time": 1505965897622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.612, 39.7777, 13.3]}, "bbox": [-120.612, 39.7777, -120.612, 39.7777]}, {"id": "3016", "type": "Feature", "properties": {"id": "ak16874378", "mag": 1.4, "time": 1505965635289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6084, 59.8249, 2.4]}, "bbox": [-136.6084, 59.8249, -136.6084, 59.8249]}, {"id": "3017", "type": "Feature", "properties": {"id": "ci38007240", "mag": 1.33, "time": 1505964848260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.392833, 34.0695, 3.63]}, "bbox": [-116.392833, 34.0695, -116.392833, 34.0695]}, {"id": "3018", "type": "Feature", "properties": {"id": "uw61309117", "mag": 1.41, "time": 1505964727680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.537333, 45.623, 3.45]}, "bbox": [-122.537333, 45.623, -122.537333, 45.623]}, {"id": "3019", "type": "Feature", "properties": {"id": "us2000asac", "mag": 2.3, "time": 1505963189900, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6319, 35.02, 3.66]}, "bbox": [-97.6319, 35.02, -97.6319, 35.02]}, {"id": "3020", "type": "Feature", "properties": {"id": "nc72896016", "mag": 1.0, "time": 1505962244660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777664, 38.821335, 1.62]}, "bbox": [-122.777664, 38.821335, -122.777664, 38.821335]}, {"id": "3021", "type": "Feature", "properties": {"id": "ak16874313", "mag": 1.6, "time": 1505961692924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.4015, 58.981, 9.4]}, "bbox": [-136.4015, 58.981, -136.4015, 58.981]}, {"id": "3022", "type": "Feature", "properties": {"id": "nc72896006", "mag": 2.63, "time": 1505961234600, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.822333, 1.9]}, "bbox": [-122.778, 38.822333, -122.778, 38.822333]}, {"id": "3023", "type": "Feature", "properties": {"id": "ak16874294", "mag": 1.4, "time": 1505960998663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7592, 62.4966, 63.3]}, "bbox": [-149.7592, 62.4966, -149.7592, 62.4966]}, {"id": "3024", "type": "Feature", "properties": {"id": "ak16911541", "mag": 1.2, "time": 1505959763113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0959, 69.101, 9.0]}, "bbox": [-147.0959, 69.101, -147.0959, 69.101]}, {"id": "3025", "type": "Feature", "properties": {"id": "nc72896001", "mag": 2.06, "time": 1505958864360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.541, 35.984333, 10.27]}, "bbox": [-120.541, 35.984333, -120.541, 35.984333]}, {"id": "3026", "type": "Feature", "properties": {"id": "ci38007216", "mag": 1.05, "time": 1505958019680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.250167, 34.038167, 14.18]}, "bbox": [-117.250167, 34.038167, -117.250167, 34.038167]}, {"id": "3027", "type": "Feature", "properties": {"id": "ak16874254", "mag": 3.1, "time": 1505957941327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4863, 51.2677, 13.2]}, "bbox": [178.4863, 51.2677, 178.4863, 51.2677]}, {"id": "3028", "type": "Feature", "properties": {"id": "ak16874229", "mag": 1.1, "time": 1505957058757, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7027, 61.7499, 26.8]}, "bbox": [-146.7027, 61.7499, -146.7027, 61.7499]}, {"id": "3029", "type": "Feature", "properties": {"id": "ak16874215", "mag": 1.1, "time": 1505956445202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6955, 63.1111, 9.3]}, "bbox": [-147.6955, 63.1111, -147.6955, 63.1111]}, {"id": "3030", "type": "Feature", "properties": {"id": "ci38007208", "mag": 1.4, "time": 1505955985550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.416, 33.868667, 14.65]}, "bbox": [-118.416, 33.868667, -118.416, 33.868667]}, {"id": "3031", "type": "Feature", "properties": {"id": "hv61915531", "mag": 1.72, "time": 1505955195430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279833, 19.405667, 1.328]}, "bbox": [-155.279833, 19.405667, -155.279833, 19.405667]}, {"id": "3032", "type": "Feature", "properties": {"id": "ak16874182", "mag": 2.0, "time": 1505954859125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6742, 63.0988, 11.2]}, "bbox": [-147.6742, 63.0988, -147.6742, 63.0988]}, {"id": "3033", "type": "Feature", "properties": {"id": "us2000as95", "mag": 4.5, "time": 1505954623610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9506, -18.3191, 525.15]}, "bbox": [-177.9506, -18.3191, -177.9506, -18.3191]}, {"id": "3034", "type": "Feature", "properties": {"id": "ak16874180", "mag": 1.0, "time": 1505954368489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6875, 63.1114, 10.6]}, "bbox": [-147.6875, 63.1114, -147.6875, 63.1114]}, {"id": "3035", "type": "Feature", "properties": {"id": "mb80256829", "mag": 1.22, "time": 1505954178230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.729167, 46.9255, 15.18]}, "bbox": [-112.729167, 46.9255, -112.729167, 46.9255]}, {"id": "3036", "type": "Feature", "properties": {"id": "ci38007192", "mag": 2.27, "time": 1505953985850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.389333, 34.875667, 4.87]}, "bbox": [-117.389333, 34.875667, -117.389333, 34.875667]}, {"id": "3037", "type": "Feature", "properties": {"id": "ak16911531", "mag": 3.1, "time": 1505953036619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8238, 52.2316, 212.2]}, "bbox": [-178.8238, 52.2316, -178.8238, 52.2316]}, {"id": "3038", "type": "Feature", "properties": {"id": "ak16874133", "mag": 1.9, "time": 1505952707526, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 61.7239, 1.8]}, "bbox": [-141.3476, 61.7239, -141.3476, 61.7239]}, {"id": "3039", "type": "Feature", "properties": {"id": "nc72895971", "mag": 2.7, "time": 1505952459520, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.065833, 37.977333, 16.12]}, "bbox": [-122.065833, 37.977333, -122.065833, 37.977333]}, {"id": "3040", "type": "Feature", "properties": {"id": "us2000as7z", "mag": 5.0, "time": 1505952320920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3417, -18.3348, 223.14]}, "bbox": [-175.3417, -18.3348, -175.3417, -18.3348]}, {"id": "3041", "type": "Feature", "properties": {"id": "ak16874122", "mag": 1.3, "time": 1505952267890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1071, 68.0646, 14.2]}, "bbox": [-161.1071, 68.0646, -161.1071, 68.0646]}, {"id": "3042", "type": "Feature", "properties": {"id": "ak16874119", "mag": 1.3, "time": 1505952216610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9186, 60.9563, 9.6]}, "bbox": [-150.9186, 60.9563, -150.9186, 60.9563]}, {"id": "3043", "type": "Feature", "properties": {"id": "us2000as7r", "mag": 5.7, "time": 1505951964840, "felt": 7.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [113.0028, -6.141, 588.64]}, "bbox": [113.0028, -6.141, 113.0028, -6.141]}, {"id": "3044", "type": "Feature", "properties": {"id": "ci38007168", "mag": 1.0, "time": 1505951908320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.513, 33.929833, 3.12]}, "bbox": [-117.513, 33.929833, -117.513, 33.929833]}, {"id": "3045", "type": "Feature", "properties": {"id": "ak16874078", "mag": 1.5, "time": 1505949607121, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.307, 64.9865, 0.0]}, "bbox": [-147.307, 64.9865, -147.307, 64.9865]}, {"id": "3046", "type": "Feature", "properties": {"id": "nc72895936", "mag": 2.34, "time": 1505948330470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830833, 38.8385, 2.22]}, "bbox": [-122.830833, 38.8385, -122.830833, 38.8385]}, {"id": "3047", "type": "Feature", "properties": {"id": "us2000as71", "mag": 4.4, "time": 1505948258880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8955, -19.9851, 13.88]}, "bbox": [-70.8955, -19.9851, -70.8955, -19.9851]}, {"id": "3048", "type": "Feature", "properties": {"id": "ci38007144", "mag": 2.26, "time": 1505947525530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.600667, 32.8185, 11.77]}, "bbox": [-115.600667, 32.8185, -115.600667, 32.8185]}, {"id": "3049", "type": "Feature", "properties": {"id": "us2000as6n", "mag": 4.7, "time": 1505946967130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.002, -5.1396, 10.0]}, "bbox": [148.002, -5.1396, 148.002, -5.1396]}, {"id": "3050", "type": "Feature", "properties": {"id": "ak16874025", "mag": 1.8, "time": 1505946583777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5728, 63.1811, 118.6]}, "bbox": [-150.5728, 63.1811, -150.5728, 63.1811]}, {"id": "3051", "type": "Feature", "properties": {"id": "us2000as5y", "mag": 5.2, "time": 1505945844590, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.9821, -5.1384, 10.0]}, "bbox": [147.9821, -5.1384, 147.9821, -5.1384]}, {"id": "3052", "type": "Feature", "properties": {"id": "us2000as5x", "mag": 5.9, "time": 1505945616140, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.8337, -5.11, 10.0]}, "bbox": [147.8337, -5.11, 147.8337, -5.11]}, {"id": "3053", "type": "Feature", "properties": {"id": "ak16873995", "mag": 1.3, "time": 1505944353830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7194, 63.0772, 10.8]}, "bbox": [-147.7194, 63.0772, -147.7194, 63.0772]}, {"id": "3054", "type": "Feature", "properties": {"id": "nc72895916", "mag": 1.33, "time": 1505944123270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 37.532, 3.23]}, "bbox": [-118.8235, 37.532, -118.8235, 37.532]}, {"id": "3055", "type": "Feature", "properties": {"id": "ak16903715", "mag": 1.5, "time": 1505944050318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7597, 60.286, 105.1]}, "bbox": [-152.7597, 60.286, -152.7597, 60.286]}, {"id": "3056", "type": "Feature", "properties": {"id": "ak16873983", "mag": 1.6, "time": 1505944038560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2822, 60.1956, 0.0]}, "bbox": [-141.2822, 60.1956, -141.2822, 60.1956]}, {"id": "3057", "type": "Feature", "properties": {"id": "ak16873980", "mag": 1.5, "time": 1505943645116, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7128, 62.2758, 1.9]}, "bbox": [-152.7128, 62.2758, -152.7128, 62.2758]}, {"id": "3058", "type": "Feature", "properties": {"id": "nc72895911", "mag": 1.05, "time": 1505943458060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817497, 38.818165, 1.98]}, "bbox": [-122.817497, 38.818165, -122.817497, 38.818165]}, {"id": "3059", "type": "Feature", "properties": {"id": "mb80256764", "mag": 1.19, "time": 1505942553810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.3355, 46.855167, 12.51]}, "bbox": [-112.3355, 46.855167, -112.3355, 46.855167]}, {"id": "3060", "type": "Feature", "properties": {"id": "ak16873969", "mag": 1.0, "time": 1505941809382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8648, 61.3084, 14.6]}, "bbox": [-140.8648, 61.3084, -140.8648, 61.3084]}, {"id": "3061", "type": "Feature", "properties": {"id": "ak16903709", "mag": 1.3, "time": 1505940388991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1675, 59.8496, 11.5]}, "bbox": [-148.1675, 59.8496, -148.1675, 59.8496]}, {"id": "3062", "type": "Feature", "properties": {"id": "hv61915241", "mag": 2.0, "time": 1505940250470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.695496, 19.176666, 1.78]}, "bbox": [-155.695496, 19.176666, -155.695496, 19.176666]}, {"id": "3063", "type": "Feature", "properties": {"id": "uw61309057", "mag": 2.31, "time": 1505940000150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.92, 47.376, -0.5]}, "bbox": [-117.92, 47.376, -117.92, 47.376]}, {"id": "3064", "type": "Feature", "properties": {"id": "ak16873814", "mag": 1.4, "time": 1505938885178, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4385, 61.7606, 10.4]}, "bbox": [-148.4385, 61.7606, -148.4385, 61.7606]}, {"id": "3065", "type": "Feature", "properties": {"id": "ak16873808", "mag": 1.1, "time": 1505938683669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6592, 62.5852, 59.8]}, "bbox": [-149.6592, 62.5852, -149.6592, 62.5852]}, {"id": "3066", "type": "Feature", "properties": {"id": "nc72895876", "mag": 1.45, "time": 1505938357840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.59, 36.021667, 3.05]}, "bbox": [-120.59, 36.021667, -120.59, 36.021667]}, {"id": "3067", "type": "Feature", "properties": {"id": "ak16873804", "mag": 1.4, "time": 1505938263457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3926, 60.1466, 0.0]}, "bbox": [-141.3926, 60.1466, -141.3926, 60.1466]}, {"id": "3068", "type": "Feature", "properties": {"id": "us2000as2f", "mag": 6.4, "time": 1505938189810, "felt": 16.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [169.0947, -18.7978, 200.19]}, "bbox": [169.0947, -18.7978, 169.0947, -18.7978]}, {"id": "3069", "type": "Feature", "properties": {"id": "hv61915206", "mag": 2.51, "time": 1505938077390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.033667, 19.2375, 39.578]}, "bbox": [-155.033667, 19.2375, -155.033667, 19.2375]}, {"id": "3070", "type": "Feature", "properties": {"id": "ci38007104", "mag": 1.0, "time": 1505937649230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0765, 32.813833, -0.2]}, "bbox": [-117.0765, 32.813833, -117.0765, 32.813833]}, {"id": "3071", "type": "Feature", "properties": {"id": "ak16873801", "mag": 2.0, "time": 1505937512139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8359, 53.871, 5.2]}, "bbox": [-166.8359, 53.871, -166.8359, 53.871]}, {"id": "3072", "type": "Feature", "properties": {"id": "us2000as1w", "mag": 2.5, "time": 1505937361300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0579, 36.6187, 5.828]}, "bbox": [-98.0579, 36.6187, -98.0579, 36.6187]}, {"id": "3073", "type": "Feature", "properties": {"id": "ak16873782", "mag": 1.2, "time": 1505936869830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8873, 62.1092, 41.4]}, "bbox": [-148.8873, 62.1092, -148.8873, 62.1092]}, {"id": "3074", "type": "Feature", "properties": {"id": "mb80256709", "mag": 1.79, "time": 1505935321500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.451, 43.543667, 10.41]}, "bbox": [-110.451, 43.543667, -110.451, 43.543667]}, {"id": "3075", "type": "Feature", "properties": {"id": "nn00606121", "mag": 1.5, "time": 1505934916827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1139, 37.3666, 2.9]}, "bbox": [-115.1139, 37.3666, -115.1139, 37.3666]}, {"id": "3076", "type": "Feature", "properties": {"id": "ci38007096", "mag": 1.15, "time": 1505934203280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.751, 34.839333, -1.28]}, "bbox": [-118.751, 34.839333, -118.751, 34.839333]}, {"id": "3077", "type": "Feature", "properties": {"id": "nn00606180", "mag": 1.3, "time": 1505934149532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1164, 38.3161, 11.8]}, "bbox": [-119.1164, 38.3161, -119.1164, 38.3161]}, {"id": "3078", "type": "Feature", "properties": {"id": "nc72895851", "mag": 1.27, "time": 1505934073910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.592833, 39.610333, 2.9]}, "bbox": [-122.592833, 39.610333, -122.592833, 39.610333]}, {"id": "3079", "type": "Feature", "properties": {"id": "ak16873739", "mag": 2.2, "time": 1505933777306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4033, 69.0735, 10.0]}, "bbox": [-146.4033, 69.0735, -146.4033, 69.0735]}, {"id": "3080", "type": "Feature", "properties": {"id": "ak16873736", "mag": 1.7, "time": 1505933267549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2132, 61.1317, 38.0]}, "bbox": [-150.2132, 61.1317, -150.2132, 61.1317]}, {"id": "3081", "type": "Feature", "properties": {"id": "ci38007072", "mag": 2.71, "time": 1505931747440, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.389167, 32.380167, 15.18]}, "bbox": [-115.389167, 32.380167, -115.389167, 32.380167]}, {"id": "3082", "type": "Feature", "properties": {"id": "nc72895826", "mag": 1.69, "time": 1505931012940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.428333, 36.582667, 0.68]}, "bbox": [-121.428333, 36.582667, -121.428333, 36.582667]}, {"id": "3083", "type": "Feature", "properties": {"id": "uu60248192", "mag": 1.44, "time": 1505930780280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.474333, 42.6455, 0.08]}, "bbox": [-111.474333, 42.6455, -111.474333, 42.6455]}, {"id": "3084", "type": "Feature", "properties": {"id": "nc72895816", "mag": 2.1, "time": 1505929719570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9675, 40.890167, 14.69]}, "bbox": [-121.9675, 40.890167, -121.9675, 40.890167]}, {"id": "3085", "type": "Feature", "properties": {"id": "ak16873728", "mag": 1.2, "time": 1505929479491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.582, 62.6618, 78.5]}, "bbox": [-150.582, 62.6618, -150.582, 62.6618]}, {"id": "3086", "type": "Feature", "properties": {"id": "ak16873142", "mag": 1.5, "time": 1505927860541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2216, 61.5685, 73.1]}, "bbox": [-151.2216, 61.5685, -151.2216, 61.5685]}, {"id": "3087", "type": "Feature", "properties": {"id": "nc72895806", "mag": 3.65, "time": 1505927408630, "felt": 119.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.983667, 40.891333, 16.86]}, "bbox": [-121.983667, 40.891333, -121.983667, 40.891333]}, {"id": "3088", "type": "Feature", "properties": {"id": "nc72895796", "mag": 3.18, "time": 1505926479240, "felt": 56.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.546833, 36.829167, 3.48]}, "bbox": [-121.546833, 36.829167, -121.546833, 36.829167]}, {"id": "3089", "type": "Feature", "properties": {"id": "ak16873012", "mag": 1.4, "time": 1505926389012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6968, 59.7895, 4.9]}, "bbox": [-136.6968, 59.7895, -136.6968, 59.7895]}, {"id": "3090", "type": "Feature", "properties": {"id": "us2000arxv", "mag": 6.1, "time": 1505925436360, "felt": 102.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6601, 37.9814, 11.0]}, "bbox": [144.6601, 37.9814, 144.6601, 37.9814]}, {"id": "3091", "type": "Feature", "properties": {"id": "ak16872904", "mag": 1.0, "time": 1505925010295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5787, 62.1577, 21.6]}, "bbox": [-145.5787, 62.1577, -145.5787, 62.1577]}, {"id": "3092", "type": "Feature", "properties": {"id": "us2000arxl", "mag": 5.3, "time": 1505924711310, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [118.8822, -10.1961, 10.84]}, "bbox": [118.8822, -10.1961, 118.8822, -10.1961]}, {"id": "3093", "type": "Feature", "properties": {"id": "us2000arxs", "mag": 4.4, "time": 1505923365600, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [135.4357, 33.9578, 44.93]}, "bbox": [135.4357, 33.9578, 135.4357, 33.9578]}, {"id": "3094", "type": "Feature", "properties": {"id": "ak16872233", "mag": 1.2, "time": 1505923328725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1746, 60.1861, 0.0]}, "bbox": [-141.1746, 60.1861, -141.1746, 60.1861]}, {"id": "3095", "type": "Feature", "properties": {"id": "ci38007024", "mag": 0.95, "time": 1505922246000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.593333, 34.202833, 4.57]}, "bbox": [-117.593333, 34.202833, -117.593333, 34.202833]}, {"id": "3096", "type": "Feature", "properties": {"id": "us2000arwt", "mag": 4.9, "time": 1505921548830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9265, -14.913, 39.0]}, "bbox": [166.9265, -14.913, 166.9265, -14.913]}, {"id": "3097", "type": "Feature", "properties": {"id": "us2000arwd", "mag": 2.4, "time": 1505921250610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.783, 37.3255, 5.27]}, "bbox": [-97.783, 37.3255, -97.783, 37.3255]}, {"id": "3098", "type": "Feature", "properties": {"id": "us2000awnu", "mag": 4.6, "time": 1505921168060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.7481, 43.6321, 10.0]}, "bbox": [-28.7481, 43.6321, -28.7481, 43.6321]}, {"id": "3099", "type": "Feature", "properties": {"id": "uu60248182", "mag": 1.14, "time": 1505920908550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455667, 42.606, 5.92]}, "bbox": [-111.455667, 42.606, -111.455667, 42.606]}, {"id": "3100", "type": "Feature", "properties": {"id": "us2000arw1", "mag": 4.4, "time": 1505920105280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.9001, 36.5943, 194.83]}, "bbox": [70.9001, 36.5943, 70.9001, 36.5943]}, {"id": "3101", "type": "Feature", "properties": {"id": "us2000awp1", "mag": 4.1, "time": 1505919984040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.8639, 5.1272, 10.0]}, "bbox": [-82.8639, 5.1272, -82.8639, 5.1272]}, {"id": "3102", "type": "Feature", "properties": {"id": "ak16903689", "mag": 2.1, "time": 1505918855154, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5285, 56.3302, 52.3]}, "bbox": [-157.5285, 56.3302, -157.5285, 56.3302]}, {"id": "3103", "type": "Feature", "properties": {"id": "ak16871415", "mag": 1.5, "time": 1505918684626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5508, 61.18, 5.3]}, "bbox": [-146.5508, 61.18, -146.5508, 61.18]}, {"id": "3104", "type": "Feature", "properties": {"id": "us2000arvu", "mag": 5.0, "time": 1505918528120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.1207, -17.9346, 10.0]}, "bbox": [-114.1207, -17.9346, -114.1207, -17.9346]}, {"id": "3105", "type": "Feature", "properties": {"id": "ci38007016", "mag": 1.44, "time": 1505918468750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.514, 33.93, 3.08]}, "bbox": [-117.514, 33.93, -117.514, 33.93]}, {"id": "3106", "type": "Feature", "properties": {"id": "nc72895731", "mag": 2.2, "time": 1505918095770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.179, 40.2545, 10.1]}, "bbox": [-124.179, 40.2545, -124.179, 40.2545]}, {"id": "3107", "type": "Feature", "properties": {"id": "us2000arvi", "mag": 5.3, "time": 1505917796770, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.7572, 23.2931, 22.03]}, "bbox": [121.7572, 23.2931, 121.7572, 23.2931]}, {"id": "3108", "type": "Feature", "properties": {"id": "nc72895726", "mag": 2.76, "time": 1505917745400, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.182833, 40.246333, 11.38]}, "bbox": [-124.182833, 40.246333, -124.182833, 40.246333]}, {"id": "3109", "type": "Feature", "properties": {"id": "uu60248172", "mag": 2.13, "time": 1505916637780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.592833, 6.06]}, "bbox": [-111.4155, 42.592833, -111.4155, 42.592833]}, {"id": "3110", "type": "Feature", "properties": {"id": "ak16870720", "mag": 2.0, "time": 1505915942888, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6193, 67.4066, 12.2]}, "bbox": [-156.6193, 67.4066, -156.6193, 67.4066]}, {"id": "3111", "type": "Feature", "properties": {"id": "ak16870653", "mag": 1.8, "time": 1505915336300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2998, 61.7353, 47.3]}, "bbox": [-150.2998, 61.7353, -150.2998, 61.7353]}, {"id": "3112", "type": "Feature", "properties": {"id": "mb80256619", "mag": 1.37, "time": 1505914951120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.886167, 13.87]}, "bbox": [-112.527333, 46.886167, -112.527333, 46.886167]}, {"id": "3113", "type": "Feature", "properties": {"id": "ci38006992", "mag": 1.47, "time": 1505914753140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.453667, 34.324833, 9.66]}, "bbox": [-116.453667, 34.324833, -116.453667, 34.324833]}, {"id": "3114", "type": "Feature", "properties": {"id": "nc72895721", "mag": 2.38, "time": 1505913728570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6465, 36.06, 20.18]}, "bbox": [-119.6465, 36.06, -119.6465, 36.06]}, {"id": "3115", "type": "Feature", "properties": {"id": "ci38006968", "mag": 1.06, "time": 1505913698350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.79, 36.101, 8.43]}, "bbox": [-117.79, 36.101, -117.79, 36.101]}, {"id": "3116", "type": "Feature", "properties": {"id": "ci38006952", "mag": 2.21, "time": 1505911740560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.197667, 32.419333, 10.66]}, "bbox": [-115.197667, 32.419333, -115.197667, 32.419333]}, {"id": "3117", "type": "Feature", "properties": {"id": "ak16869931", "mag": 1.0, "time": 1505911683814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0983, 64.9958, 11.1]}, "bbox": [-152.0983, 64.9958, -152.0983, 64.9958]}, {"id": "3118", "type": "Feature", "properties": {"id": "ak16869929", "mag": 1.1, "time": 1505910877864, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9571, 64.0729, 125.0]}, "bbox": [-148.9571, 64.0729, -148.9571, 64.0729]}, {"id": "3119", "type": "Feature", "properties": {"id": "us2000arkq", "mag": 5.0, "time": 1505910355700, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.5848, 1.0854, 36.12]}, "bbox": [132.5848, 1.0854, 132.5848, 1.0854]}, {"id": "3120", "type": "Feature", "properties": {"id": "uu60248167", "mag": 1.05, "time": 1505910339650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.078167, 44.806167, 7.81]}, "bbox": [-111.078167, 44.806167, -111.078167, 44.806167]}, {"id": "3121", "type": "Feature", "properties": {"id": "us2000arkf", "mag": 2.7, "time": 1505910255780, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4578, 42.6105, 7.92]}, "bbox": [-111.4578, 42.6105, -111.4578, 42.6105]}, {"id": "3122", "type": "Feature", "properties": {"id": "hv61914931", "mag": 1.25, "time": 1505910251630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.624833, 19.4175, 3.162]}, "bbox": [-155.624833, 19.4175, -155.624833, 19.4175]}, {"id": "3123", "type": "Feature", "properties": {"id": "ak16869355", "mag": 1.3, "time": 1505910194393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4867, 61.3624, 40.7]}, "bbox": [-150.4867, 61.3624, -150.4867, 61.3624]}, {"id": "3124", "type": "Feature", "properties": {"id": "uu60248157", "mag": 1.62, "time": 1505909926720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.6315, 2.43]}, "bbox": [-111.418333, 42.6315, -111.418333, 42.6315]}, {"id": "3125", "type": "Feature", "properties": {"id": "nn00606071", "mag": 1.9, "time": 1505909820104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6351, 40.2652, 7.9]}, "bbox": [-117.6351, 40.2652, -117.6351, 40.2652]}, {"id": "3126", "type": "Feature", "properties": {"id": "ci38006936", "mag": 1.08, "time": 1505907735210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.542167, 33.157167, 16.18]}, "bbox": [-116.542167, 33.157167, -116.542167, 33.157167]}, {"id": "3127", "type": "Feature", "properties": {"id": "nc72895696", "mag": 1.65, "time": 1505907470630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.887667, 39.9645, 5.0]}, "bbox": [-122.887667, 39.9645, -122.887667, 39.9645]}, {"id": "3128", "type": "Feature", "properties": {"id": "uu60248147", "mag": 1.97, "time": 1505907452270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.575667, 8.53]}, "bbox": [-111.426833, 42.575667, -111.426833, 42.575667]}, {"id": "3129", "type": "Feature", "properties": {"id": "hv61914886", "mag": 2.38, "time": 1505907343420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.275162, 19.410833, 10.08]}, "bbox": [-155.275162, 19.410833, -155.275162, 19.410833]}, {"id": "3130", "type": "Feature", "properties": {"id": "ak16903676", "mag": 1.3, "time": 1505907050579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6927, 60.366, 14.4]}, "bbox": [-147.6927, 60.366, -147.6927, 60.366]}, {"id": "3131", "type": "Feature", "properties": {"id": "ak16869212", "mag": 1.1, "time": 1505906705387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0351, 61.9136, 37.5]}, "bbox": [-150.0351, 61.9136, -150.0351, 61.9136]}, {"id": "3132", "type": "Feature", "properties": {"id": "nc72895691", "mag": 1.89, "time": 1505906617690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.802667, 36.023667, 14.48]}, "bbox": [-119.802667, 36.023667, -119.802667, 36.023667]}, {"id": "3133", "type": "Feature", "properties": {"id": "ak16903672", "mag": 2.7, "time": 1505906309964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8205, 51.5611, 26.5]}, "bbox": [-177.8205, 51.5611, -177.8205, 51.5611]}, {"id": "3134", "type": "Feature", "properties": {"id": "nc72895686", "mag": 1.58, "time": 1505906251960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.257833, 39.404167, 3.7]}, "bbox": [-123.257833, 39.404167, -123.257833, 39.404167]}, {"id": "3135", "type": "Feature", "properties": {"id": "ak16868636", "mag": 1.1, "time": 1505905797402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4101, 61.9294, 46.0]}, "bbox": [-149.4101, 61.9294, -149.4101, 61.9294]}, {"id": "3136", "type": "Feature", "properties": {"id": "nm60207096", "mag": 1.74, "time": 1505905515890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.502, 36.239333, 7.22]}, "bbox": [-89.502, 36.239333, -89.502, 36.239333]}, {"id": "3137", "type": "Feature", "properties": {"id": "ak16868555", "mag": 1.6, "time": 1505904607416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.81, 59.8821, 7.2]}, "bbox": [-136.81, 59.8821, -136.81, 59.8821]}, {"id": "3138", "type": "Feature", "properties": {"id": "us2000arj1", "mag": 4.7, "time": 1505903968940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4191, 15.2723, 57.48]}, "bbox": [-93.4191, 15.2723, -93.4191, 15.2723]}, {"id": "3139", "type": "Feature", "properties": {"id": "ci38006912", "mag": 1.07, "time": 1505903473810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.495167, 35.975167, 6.03]}, "bbox": [-117.495167, 35.975167, -117.495167, 35.975167]}, {"id": "3140", "type": "Feature", "properties": {"id": "uu60248142", "mag": 1.89, "time": 1505903157450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.560333, 7.63]}, "bbox": [-111.424333, 42.560333, -111.424333, 42.560333]}, {"id": "3141", "type": "Feature", "properties": {"id": "ak16868496", "mag": 2.0, "time": 1505903116550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9125, 61.7794, 102.1]}, "bbox": [-151.9125, 61.7794, -151.9125, 61.7794]}, {"id": "3142", "type": "Feature", "properties": {"id": "ak16868494", "mag": 1.5, "time": 1505903092907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2214, 61.9475, 35.2]}, "bbox": [-149.2214, 61.9475, -149.2214, 61.9475]}, {"id": "3143", "type": "Feature", "properties": {"id": "ak16903665", "mag": 1.3, "time": 1505902710790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7292, 62.9468, 0.0]}, "bbox": [-151.7292, 62.9468, -151.7292, 62.9468]}, {"id": "3144", "type": "Feature", "properties": {"id": "ak16867924", "mag": 1.2, "time": 1505902608214, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7213, 59.8967, 2.1]}, "bbox": [-136.7213, 59.8967, -136.7213, 59.8967]}, {"id": "3145", "type": "Feature", "properties": {"id": "nn00606156", "mag": 1.0, "time": 1505901862661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6593, 38.6914, 6.6]}, "bbox": [-119.6593, 38.6914, -119.6593, 38.6914]}, {"id": "3146", "type": "Feature", "properties": {"id": "nc72895661", "mag": 1.05, "time": 1505901620810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810837, 38.818668, 2.51]}, "bbox": [-122.810837, 38.818668, -122.810837, 38.818668]}, {"id": "3147", "type": "Feature", "properties": {"id": "ak16903662", "mag": 1.0, "time": 1505901509250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8825, 63.8483, 113.3]}, "bbox": [-148.8825, 63.8483, -148.8825, 63.8483]}, {"id": "3148", "type": "Feature", "properties": {"id": "hv61914831", "mag": 1.76, "time": 1505901369660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.477661, 19.182333, 34.15]}, "bbox": [-155.477661, 19.182333, -155.477661, 19.182333]}, {"id": "3149", "type": "Feature", "properties": {"id": "ak16867848", "mag": 1.1, "time": 1505900653451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4004, 63.1493, 5.6]}, "bbox": [-151.4004, 63.1493, -151.4004, 63.1493]}, {"id": "3150", "type": "Feature", "properties": {"id": "us2000arir", "mag": 3.7, "time": 1505900227020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.1086, 55.2931, 60.27]}, "bbox": [-160.1086, 55.2931, -160.1086, 55.2931]}, {"id": "3151", "type": "Feature", "properties": {"id": "uw61331666", "mag": 1.1, "time": 1505898593660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.672, 48.548667, -0.01]}, "bbox": [-122.672, 48.548667, -122.672, 48.548667]}, {"id": "3152", "type": "Feature", "properties": {"id": "ci38006880", "mag": 2.13, "time": 1505898547760, "felt": 137.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.512, 33.929167, 3.06]}, "bbox": [-117.512, 33.929167, -117.512, 33.929167]}, {"id": "3153", "type": "Feature", "properties": {"id": "us2000arig", "mag": 4.9, "time": 1505898116470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0335, 30.5728, 51.74]}, "bbox": [141.0335, 30.5728, 141.0335, 30.5728]}, {"id": "3154", "type": "Feature", "properties": {"id": "ak16867217", "mag": 1.6, "time": 1505898082784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4786, 59.9819, 0.0]}, "bbox": [-139.4786, 59.9819, -139.4786, 59.9819]}, {"id": "3155", "type": "Feature", "properties": {"id": "ak16867146", "mag": 1.1, "time": 1505897266615, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8777, 60.4396, 4.0]}, "bbox": [-142.8777, 60.4396, -142.8777, 60.4396]}, {"id": "3156", "type": "Feature", "properties": {"id": "ci38006872", "mag": 1.46, "time": 1505897209710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797667, 33.493667, 4.26]}, "bbox": [-116.797667, 33.493667, -116.797667, 33.493667]}, {"id": "3157", "type": "Feature", "properties": {"id": "ak16867139", "mag": 2.2, "time": 1505896599575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3632, 62.9389, 110.1]}, "bbox": [-151.3632, 62.9389, -151.3632, 62.9389]}, {"id": "3158", "type": "Feature", "properties": {"id": "nc72895641", "mag": 1.43, "time": 1505896494260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840333, 37.569333, 1.25]}, "bbox": [-118.840333, 37.569333, -118.840333, 37.569333]}, {"id": "3159", "type": "Feature", "properties": {"id": "ak16903656", "mag": 1.6, "time": 1505896455015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6591, 59.7355, 84.3]}, "bbox": [-152.6591, 59.7355, -152.6591, 59.7355]}, {"id": "3160", "type": "Feature", "properties": {"id": "uu60248127", "mag": 1.21, "time": 1505896112670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409833, 42.577333, 5.18]}, "bbox": [-111.409833, 42.577333, -111.409833, 42.577333]}, {"id": "3161", "type": "Feature", "properties": {"id": "uu60248122", "mag": 1.04, "time": 1505896073990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.597, 5.54]}, "bbox": [-111.420167, 42.597, -111.420167, 42.597]}, {"id": "3162", "type": "Feature", "properties": {"id": "us2000ari7", "mag": 2.8, "time": 1505895800120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4288, 42.5861, 7.69]}, "bbox": [-111.4288, 42.5861, -111.4288, 42.5861]}, {"id": "3163", "type": "Feature", "properties": {"id": "hv61914791", "mag": 2.56, "time": 1505895324160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2775, 19.387833, 2.782]}, "bbox": [-155.2775, 19.387833, -155.2775, 19.387833]}, {"id": "3164", "type": "Feature", "properties": {"id": "uu60248112", "mag": 2.6, "time": 1505895001440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426333, 42.581333, 7.79]}, "bbox": [-111.426333, 42.581333, -111.426333, 42.581333]}, {"id": "3165", "type": "Feature", "properties": {"id": "ak16903653", "mag": 1.4, "time": 1505894006715, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1734, 57.6592, 5.1]}, "bbox": [-156.1734, 57.6592, -156.1734, 57.6592]}, {"id": "3166", "type": "Feature", "properties": {"id": "nc72895626", "mag": 1.53, "time": 1505893505020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.731, 35.610333, 5.63]}, "bbox": [-120.731, 35.610333, -120.731, 35.610333]}, {"id": "3167", "type": "Feature", "properties": {"id": "ak16866448", "mag": 1.5, "time": 1505893091784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2468, 62.4591, 77.3]}, "bbox": [-151.2468, 62.4591, -151.2468, 62.4591]}, {"id": "3168", "type": "Feature", "properties": {"id": "uu60013094", "mag": 1.81, "time": 1505893039830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445667, 42.595833, 3.5]}, "bbox": [-111.445667, 42.595833, -111.445667, 42.595833]}, {"id": "3169", "type": "Feature", "properties": {"id": "ci38006824", "mag": 1.12, "time": 1505893038610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764667, 36.027, 1.93]}, "bbox": [-117.764667, 36.027, -117.764667, 36.027]}, {"id": "3170", "type": "Feature", "properties": {"id": "uu60248107", "mag": 1.76, "time": 1505893022850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.600667, 3.5]}, "bbox": [-111.440667, 42.600667, -111.440667, 42.600667]}, {"id": "3171", "type": "Feature", "properties": {"id": "hv61914781", "mag": 1.67, "time": 1505892711130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6165, 19.4305, 3.542]}, "bbox": [-155.6165, 19.4305, -155.6165, 19.4305]}, {"id": "3172", "type": "Feature", "properties": {"id": "ak16903651", "mag": 3.0, "time": 1505892680068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4523, 53.0789, 11.0]}, "bbox": [-160.4523, 53.0789, -160.4523, 53.0789]}, {"id": "3173", "type": "Feature", "properties": {"id": "uu60248102", "mag": 1.36, "time": 1505892622540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.589167, 3.5]}, "bbox": [-111.435667, 42.589167, -111.435667, 42.589167]}, {"id": "3174", "type": "Feature", "properties": {"id": "ak16866421", "mag": 1.6, "time": 1505892318030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 59.8279, 3.2]}, "bbox": [-147.3481, 59.8279, -147.3481, 59.8279]}, {"id": "3175", "type": "Feature", "properties": {"id": "ak16866396", "mag": 2.2, "time": 1505891995067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4096, 54.4777, 11.3]}, "bbox": [-162.4096, 54.4777, -162.4096, 54.4777]}, {"id": "3176", "type": "Feature", "properties": {"id": "hv61914776", "mag": 1.93, "time": 1505891884110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.875167, 19.494, 13.771]}, "bbox": [-155.875167, 19.494, -155.875167, 19.494]}, {"id": "3177", "type": "Feature", "properties": {"id": "ak16866395", "mag": 1.1, "time": 1505891525159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5895, 59.7855, 1.3]}, "bbox": [-136.5895, 59.7855, -136.5895, 59.7855]}, {"id": "3178", "type": "Feature", "properties": {"id": "ak16865784", "mag": 1.7, "time": 1505890304255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8219, 63.9434, 110.5]}, "bbox": [-148.8219, 63.9434, -148.8219, 63.9434]}, {"id": "3179", "type": "Feature", "properties": {"id": "ak16903645", "mag": 1.5, "time": 1505889690090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8317, 59.5969, 83.3]}, "bbox": [-152.8317, 59.5969, -152.8317, 59.5969]}, {"id": "3180", "type": "Feature", "properties": {"id": "uu60248092", "mag": 1.25, "time": 1505889314510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4045, 42.559, 7.09]}, "bbox": [-111.4045, 42.559, -111.4045, 42.559]}, {"id": "3181", "type": "Feature", "properties": {"id": "ak16903644", "mag": 1.6, "time": 1505888156227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1233, 56.6112, 35.0]}, "bbox": [-155.1233, 56.6112, -155.1233, 56.6112]}, {"id": "3182", "type": "Feature", "properties": {"id": "ak16903642", "mag": 1.1, "time": 1505887874395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5943, 62.8332, 79.3]}, "bbox": [-149.5943, 62.8332, -149.5943, 62.8332]}, {"id": "3183", "type": "Feature", "properties": {"id": "us2000arhc", "mag": 2.7, "time": 1505887339310, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7528, 35.56, 6.78]}, "bbox": [-96.7528, 35.56, -96.7528, 35.56]}, {"id": "3184", "type": "Feature", "properties": {"id": "nn00606041", "mag": 1.5, "time": 1505886348191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1044, 37.3927, 2.0]}, "bbox": [-115.1044, 37.3927, -115.1044, 37.3927]}, {"id": "3185", "type": "Feature", "properties": {"id": "ak16865084", "mag": 2.3, "time": 1505886195952, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.96, 68.8119, 5.7]}, "bbox": [-142.96, 68.8119, -142.96, 68.8119]}, {"id": "3186", "type": "Feature", "properties": {"id": "ak16865080", "mag": 1.0, "time": 1505886128688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8653, 65.3778, 3.9]}, "bbox": [-144.8653, 65.3778, -144.8653, 65.3778]}, {"id": "3187", "type": "Feature", "properties": {"id": "ak16865073", "mag": 2.0, "time": 1505885821473, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5664, 57.7913, 90.2]}, "bbox": [-155.5664, 57.7913, -155.5664, 57.7913]}, {"id": "3188", "type": "Feature", "properties": {"id": "ak16865048", "mag": 1.0, "time": 1505885371718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9661, 63.2402, 5.7]}, "bbox": [-148.9661, 63.2402, -148.9661, 63.2402]}, {"id": "3189", "type": "Feature", "properties": {"id": "us2000arh1", "mag": 5.3, "time": 1505885168970, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3157, -16.2747, 92.59]}, "bbox": [-71.3157, -16.2747, -71.3157, -16.2747]}, {"id": "3190", "type": "Feature", "properties": {"id": "us2000arha", "mag": 4.8, "time": 1505884561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9933, 44.304, 47.06]}, "bbox": [148.9933, 44.304, 148.9933, 44.304]}, {"id": "3191", "type": "Feature", "properties": {"id": "ak16865027", "mag": 1.7, "time": 1505884405432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8016, 59.167, 62.3]}, "bbox": [-152.8016, 59.167, -152.8016, 59.167]}, {"id": "3192", "type": "Feature", "properties": {"id": "ak16903636", "mag": 2.1, "time": 1505884147575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2848, 54.6322, 28.5]}, "bbox": [-159.2848, 54.6322, -159.2848, 54.6322]}, {"id": "3193", "type": "Feature", "properties": {"id": "ak16864392", "mag": 1.4, "time": 1505881969592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3599, 61.7927, 48.0]}, "bbox": [-150.3599, 61.7927, -150.3599, 61.7927]}, {"id": "3194", "type": "Feature", "properties": {"id": "nn00606034", "mag": 1.2, "time": 1505881284660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8997, 38.3821, 8.2]}, "bbox": [-118.8997, 38.3821, -118.8997, 38.3821]}, {"id": "3195", "type": "Feature", "properties": {"id": "ak16903634", "mag": 1.9, "time": 1505881021363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3362, 59.9873, 134.6]}, "bbox": [-153.3362, 59.9873, -153.3362, 59.9873]}, {"id": "3196", "type": "Feature", "properties": {"id": "ak16864345", "mag": 1.4, "time": 1505880564938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7317, 59.9227, 0.0]}, "bbox": [-139.7317, 59.9227, -139.7317, 59.9227]}, {"id": "3197", "type": "Feature", "properties": {"id": "ak16864341", "mag": 1.9, "time": 1505880299039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2295, 62.4633, 79.7]}, "bbox": [-151.2295, 62.4633, -151.2295, 62.4633]}, {"id": "3198", "type": "Feature", "properties": {"id": "ak16903630", "mag": 1.6, "time": 1505878577379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2105, 59.7151, 108.5]}, "bbox": [-153.2105, 59.7151, -153.2105, 59.7151]}, {"id": "3199", "type": "Feature", "properties": {"id": "ci38006744", "mag": 1.15, "time": 1505878429650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3295, 36.066833, 4.96]}, "bbox": [-118.3295, 36.066833, -118.3295, 36.066833]}, {"id": "3200", "type": "Feature", "properties": {"id": "uu60248077", "mag": 1.22, "time": 1505878406660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422667, 42.523667, 7.06]}, "bbox": [-111.422667, 42.523667, -111.422667, 42.523667]}, {"id": "3201", "type": "Feature", "properties": {"id": "ci38006752", "mag": 1.09, "time": 1505878374600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.328333, 36.063333, 2.53]}, "bbox": [-118.328333, 36.063333, -118.328333, 36.063333]}, {"id": "3202", "type": "Feature", "properties": {"id": "ak16863731", "mag": 2.4, "time": 1505878347669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1296, 60.1348, 9.2]}, "bbox": [-147.1296, 60.1348, -147.1296, 60.1348]}, {"id": "3203", "type": "Feature", "properties": {"id": "ak16903628", "mag": 1.7, "time": 1505878317110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2703, 59.8732, 126.0]}, "bbox": [-153.2703, 59.8732, -153.2703, 59.8732]}, {"id": "3204", "type": "Feature", "properties": {"id": "ak16863732", "mag": 1.2, "time": 1505878286762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9406, 59.985, 1.6]}, "bbox": [-140.9406, 59.985, -140.9406, 59.985]}, {"id": "3205", "type": "Feature", "properties": {"id": "ci38006736", "mag": 1.86, "time": 1505878275980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.331167, 36.0625, 4.96]}, "bbox": [-118.331167, 36.0625, -118.331167, 36.0625]}, {"id": "3206", "type": "Feature", "properties": {"id": "ci37165628", "mag": 1.61, "time": 1505878262700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3305, 36.062833, 2.62]}, "bbox": [-118.3305, 36.062833, -118.3305, 36.062833]}, {"id": "3207", "type": "Feature", "properties": {"id": "ak16863728", "mag": 1.3, "time": 1505878130865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3801, 60.7066, 4.9]}, "bbox": [-147.3801, 60.7066, -147.3801, 60.7066]}, {"id": "3208", "type": "Feature", "properties": {"id": "us2000argd", "mag": 4.6, "time": 1505878085370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8719, 16.1444, 48.73]}, "bbox": [-94.8719, 16.1444, -94.8719, 16.1444]}, {"id": "3209", "type": "Feature", "properties": {"id": "uu60248072", "mag": 2.35, "time": 1505878084670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.581333, 8.05]}, "bbox": [-111.423167, 42.581333, -111.423167, 42.581333]}, {"id": "3210", "type": "Feature", "properties": {"id": "ak16863729", "mag": 2.5, "time": 1505878081761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4258, 51.6886, 13.3]}, "bbox": [-178.4258, 51.6886, -178.4258, 51.6886]}, {"id": "3211", "type": "Feature", "properties": {"id": "nc72895536", "mag": 1.94, "time": 1505877892960, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.286167, 36.776667, 10.03]}, "bbox": [-121.286167, 36.776667, -121.286167, 36.776667]}, {"id": "3212", "type": "Feature", "properties": {"id": "ci38006720", "mag": 1.07, "time": 1505877439420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.752, 33.713, 15.96]}, "bbox": [-116.752, 33.713, -116.752, 33.713]}, {"id": "3213", "type": "Feature", "properties": {"id": "uu60248067", "mag": 1.47, "time": 1505877309800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.617667, 6.11]}, "bbox": [-111.445, 42.617667, -111.445, 42.617667]}, {"id": "3214", "type": "Feature", "properties": {"id": "ci38006712", "mag": 1.07, "time": 1505875949770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750333, 33.961833, 15.8]}, "bbox": [-116.750333, 33.961833, -116.750333, 33.961833]}, {"id": "3215", "type": "Feature", "properties": {"id": "us2000awn6", "mag": 4.0, "time": 1505875623990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.7511, -25.3193, 527.05]}, "bbox": [179.7511, -25.3193, 179.7511, -25.3193]}, {"id": "3216", "type": "Feature", "properties": {"id": "us2000arfw", "mag": 4.9, "time": 1505875330110, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3444, -41.5073, 24.6]}, "bbox": [174.3444, -41.5073, 174.3444, -41.5073]}, {"id": "3217", "type": "Feature", "properties": {"id": "us2000arfs", "mag": 4.9, "time": 1505875055560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9075, 14.5711, 178.93]}, "bbox": [-90.9075, 14.5711, -90.9075, 14.5711]}, {"id": "3218", "type": "Feature", "properties": {"id": "pr2017263000", "mag": 2.75, "time": 1505873919890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.3401, 18.9298, 12.0]}, "bbox": [-66.3401, 18.9298, -66.3401, 18.9298]}, {"id": "3219", "type": "Feature", "properties": {"id": "ak16863060", "mag": 1.9, "time": 1505873560207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1132, 59.1631, 57.5]}, "bbox": [-152.1132, 59.1631, -152.1132, 59.1631]}, {"id": "3220", "type": "Feature", "properties": {"id": "nc72895516", "mag": 1.58, "time": 1505873402400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.522667, 35.964833, 7.8]}, "bbox": [-120.522667, 35.964833, -120.522667, 35.964833]}, {"id": "3221", "type": "Feature", "properties": {"id": "us2000arf6", "mag": 2.7, "time": 1505873292330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6365, 59.7836, 5.0]}, "bbox": [-136.6365, 59.7836, -136.6365, 59.7836]}, {"id": "3222", "type": "Feature", "properties": {"id": "us2000arfq", "mag": 2.8, "time": 1505872583380, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-2.1386, 37.4306, 7.84]}, "bbox": [-2.1386, 37.4306, -2.1386, 37.4306]}, {"id": "3223", "type": "Feature", "properties": {"id": "nc72895506", "mag": 1.14, "time": 1505872092600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.103, 36.606333, 9.92]}, "bbox": [-121.103, 36.606333, -121.103, 36.606333]}, {"id": "3224", "type": "Feature", "properties": {"id": "us2000arel", "mag": 6.1, "time": 1505871807940, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.614, -50.7145, 19.83]}, "bbox": [162.614, -50.7145, 162.614, -50.7145]}, {"id": "3225", "type": "Feature", "properties": {"id": "ak16862483", "mag": 2.0, "time": 1505871449331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.323, 61.0377, 13.3]}, "bbox": [-152.323, 61.0377, -152.323, 61.0377]}, {"id": "3226", "type": "Feature", "properties": {"id": "ak16862466", "mag": 1.1, "time": 1505870969313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0763, 60.3456, 0.4]}, "bbox": [-143.0763, 60.3456, -143.0763, 60.3456]}, {"id": "3227", "type": "Feature", "properties": {"id": "mb80256529", "mag": 1.31, "time": 1505870488260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.8965, 11.33]}, "bbox": [-112.528, 46.8965, -112.528, 46.8965]}, {"id": "3228", "type": "Feature", "properties": {"id": "nc72895486", "mag": 1.47, "time": 1505870467130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.586, 36.020333, 4.08]}, "bbox": [-120.586, 36.020333, -120.586, 36.020333]}, {"id": "3229", "type": "Feature", "properties": {"id": "us2000are4", "mag": 4.5, "time": 1505868292650, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.5418, -3.912, 43.33]}, "bbox": [141.5418, -3.912, 141.5418, -3.912]}, {"id": "3230", "type": "Feature", "properties": {"id": "uu60248037", "mag": 2.04, "time": 1505868182810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.612833, 6.23]}, "bbox": [-111.450167, 42.612833, -111.450167, 42.612833]}, {"id": "3231", "type": "Feature", "properties": {"id": "uu60248032", "mag": 1.14, "time": 1505868031480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415833, 42.508, 5.93]}, "bbox": [-111.415833, 42.508, -111.415833, 42.508]}, {"id": "3232", "type": "Feature", "properties": {"id": "us2000are1", "mag": 2.5, "time": 1505867820700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7971, 36.457, 5.777]}, "bbox": [-98.7971, 36.457, -98.7971, 36.457]}, {"id": "3233", "type": "Feature", "properties": {"id": "nc72895456", "mag": 1.52, "time": 1505867731230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.668833, 37.291667, 4.46]}, "bbox": [-121.668833, 37.291667, -121.668833, 37.291667]}, {"id": "3234", "type": "Feature", "properties": {"id": "us2000ardv", "mag": 5.0, "time": 1505866095740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.4066, 30.7208, 10.0]}, "bbox": [57.4066, 30.7208, 57.4066, 30.7208]}, {"id": "3235", "type": "Feature", "properties": {"id": "ak16903617", "mag": 1.9, "time": 1505866055349, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.744, 56.8763, 33.0]}, "bbox": [-153.744, 56.8763, -153.744, 56.8763]}, {"id": "3236", "type": "Feature", "properties": {"id": "ak16903616", "mag": 1.8, "time": 1505865710189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5947, 55.8757, 101.6]}, "bbox": [-159.5947, 55.8757, -159.5947, 55.8757]}, {"id": "3237", "type": "Feature", "properties": {"id": "ak16903615", "mag": 1.8, "time": 1505865589920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0266, 60.2087, 122.6]}, "bbox": [-153.0266, 60.2087, -153.0266, 60.2087]}, {"id": "3238", "type": "Feature", "properties": {"id": "us2000ass3", "mag": 2.5, "time": 1505864736500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8008, 36.4519, 6.233]}, "bbox": [-98.8008, 36.4519, -98.8008, 36.4519]}, {"id": "3239", "type": "Feature", "properties": {"id": "mb80256499", "mag": 1.38, "time": 1505864394760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.407833, 45.589, 4.43]}, "bbox": [-112.407833, 45.589, -112.407833, 45.589]}, {"id": "3240", "type": "Feature", "properties": {"id": "us2000arcp", "mag": 3.0, "time": 1505863612870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4223, 42.5909, 9.63]}, "bbox": [-111.4223, 42.5909, -111.4223, 42.5909]}, {"id": "3241", "type": "Feature", "properties": {"id": "uw61331476", "mag": 1.93, "time": 1505863558820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.772333, 46.652333, -0.79]}, "bbox": [-120.772333, 46.652333, -120.772333, 46.652333]}, {"id": "3242", "type": "Feature", "properties": {"id": "us2000arcv", "mag": 4.6, "time": 1505863376420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.9102, 6.3611, 38.14]}, "bbox": [123.9102, 6.3611, 123.9102, 6.3611]}, {"id": "3243", "type": "Feature", "properties": {"id": "us2000arck", "mag": 2.6, "time": 1505863101700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9891, 36.9623, 5.329]}, "bbox": [-97.9891, 36.9623, -97.9891, 36.9623]}, {"id": "3244", "type": "Feature", "properties": {"id": "us2000arch", "mag": 4.6, "time": 1505862692240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8625, 16.2348, 45.26]}, "bbox": [-94.8625, 16.2348, -94.8625, 16.2348]}, {"id": "3245", "type": "Feature", "properties": {"id": "uw61331461", "mag": 1.43, "time": 1505862649350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194333, 46.983167, -0.67]}, "bbox": [-122.194333, 46.983167, -122.194333, 46.983167]}, {"id": "3246", "type": "Feature", "properties": {"id": "ak16861101", "mag": 1.0, "time": 1505862438423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3714, 64.9781, 0.0]}, "bbox": [-147.3714, 64.9781, -147.3714, 64.9781]}, {"id": "3247", "type": "Feature", "properties": {"id": "us2000arca", "mag": 4.7, "time": 1505862303600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4478, -36.2513, 47.77]}, "bbox": [179.4478, -36.2513, 179.4478, -36.2513]}, {"id": "3248", "type": "Feature", "properties": {"id": "ak16860573", "mag": 1.3, "time": 1505861271657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6706, 62.0713, 0.1]}, "bbox": [-150.6706, 62.0713, -150.6706, 62.0713]}, {"id": "3249", "type": "Feature", "properties": {"id": "us2000arbk", "mag": 2.4, "time": 1505861097180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.608, 5.0]}, "bbox": [-111.4595, 42.608, -111.4595, 42.608]}, {"id": "3250", "type": "Feature", "properties": {"id": "us2000aray", "mag": 3.2, "time": 1505859699230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7506, 36.4396, 1.92]}, "bbox": [-98.7506, 36.4396, -98.7506, 36.4396]}, {"id": "3251", "type": "Feature", "properties": {"id": "us2000arar", "mag": 2.6, "time": 1505859474460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7831, 36.4511, 2.64]}, "bbox": [-98.7831, 36.4511, -98.7831, 36.4511]}, {"id": "3252", "type": "Feature", "properties": {"id": "ci38006608", "mag": 0.96, "time": 1505859334750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.475333, 33.486667, 14.73]}, "bbox": [-116.475333, 33.486667, -116.475333, 33.486667]}, {"id": "3253", "type": "Feature", "properties": {"id": "uu60247982", "mag": 1.65, "time": 1505858965080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.524833, 7.59]}, "bbox": [-111.420667, 42.524833, -111.420667, 42.524833]}, {"id": "3254", "type": "Feature", "properties": {"id": "ak16859929", "mag": 1.1, "time": 1505857928856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6104, 61.9413, 2.9]}, "bbox": [-143.6104, 61.9413, -143.6104, 61.9413]}, {"id": "3255", "type": "Feature", "properties": {"id": "nn00605999", "mag": 1.5, "time": 1505856979033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7943, 38.658, 7.9]}, "bbox": [-119.7943, 38.658, -119.7943, 38.658]}, {"id": "3256", "type": "Feature", "properties": {"id": "ak16875936", "mag": 1.7, "time": 1505856840827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.652, 53.3989, 20.0]}, "bbox": [-165.652, 53.3989, -165.652, 53.3989]}, {"id": "3257", "type": "Feature", "properties": {"id": "nn00606301", "mag": 1.4, "time": 1505856837357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7768, 38.66, 6.5]}, "bbox": [-119.7768, 38.66, -119.7768, 38.66]}, {"id": "3258", "type": "Feature", "properties": {"id": "nn00606300", "mag": 1.4, "time": 1505856822494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7817, 38.6647, 4.7]}, "bbox": [-119.7817, 38.6647, -119.7817, 38.6647]}, {"id": "3259", "type": "Feature", "properties": {"id": "ak16859863", "mag": 1.4, "time": 1505856383099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.06, 61.1692, 19.6]}, "bbox": [-147.06, 61.1692, -147.06, 61.1692]}, {"id": "3260", "type": "Feature", "properties": {"id": "uu60247972", "mag": 1.74, "time": 1505856071750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.619, 6.05]}, "bbox": [-111.4475, 42.619, -111.4475, 42.619]}, {"id": "3261", "type": "Feature", "properties": {"id": "ak16859852", "mag": 1.7, "time": 1505856067799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.5801, 68.0241, 10.8]}, "bbox": [-135.5801, 68.0241, -135.5801, 68.0241]}, {"id": "3262", "type": "Feature", "properties": {"id": "ak16859850", "mag": 1.3, "time": 1505856055065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2245, 61.5244, 4.3]}, "bbox": [-151.2245, 61.5244, -151.2245, 61.5244]}, {"id": "3263", "type": "Feature", "properties": {"id": "nn00605994", "mag": 1.2, "time": 1505855929391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1076, 37.3659, 0.0]}, "bbox": [-115.1076, 37.3659, -115.1076, 37.3659]}, {"id": "3264", "type": "Feature", "properties": {"id": "us2000ar96", "mag": 4.9, "time": 1505855599810, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5112, 15.3218, 46.64]}, "bbox": [-94.5112, 15.3218, -94.5112, 15.3218]}, {"id": "3265", "type": "Feature", "properties": {"id": "ci38006584", "mag": 1.62, "time": 1505855343650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8445, 36.1795, 2.3]}, "bbox": [-117.8445, 36.1795, -117.8445, 36.1795]}, {"id": "3266", "type": "Feature", "properties": {"id": "nn00605990", "mag": 1.4, "time": 1505855191998, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3633, 38.1896, 5.9]}, "bbox": [-118.3633, 38.1896, -118.3633, 38.1896]}, {"id": "3267", "type": "Feature", "properties": {"id": "ak16859325", "mag": 2.3, "time": 1505854928991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9168, 61.6291, 63.4]}, "bbox": [-150.9168, 61.6291, -150.9168, 61.6291]}, {"id": "3268", "type": "Feature", "properties": {"id": "nc72895401", "mag": 1.19, "time": 1505854923520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.778832, 1.61]}, "bbox": [-122.721832, 38.778832, -122.721832, 38.778832]}, {"id": "3269", "type": "Feature", "properties": {"id": "ak16859316", "mag": 1.9, "time": 1505854153817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2675, 59.6779, 106.8]}, "bbox": [-153.2675, 59.6779, -153.2675, 59.6779]}, {"id": "3270", "type": "Feature", "properties": {"id": "us2000ar87", "mag": 4.0, "time": 1505854089550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.0339, -20.6057, 107.88]}, "bbox": [-69.0339, -20.6057, -69.0339, -20.6057]}, {"id": "3271", "type": "Feature", "properties": {"id": "ak16859309", "mag": 2.3, "time": 1505853828556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9751, 62.3114, 2.4]}, "bbox": [-149.9751, 62.3114, -149.9751, 62.3114]}, {"id": "3272", "type": "Feature", "properties": {"id": "ak16859297", "mag": 2.2, "time": 1505853447611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.476, 59.9101, 122.4]}, "bbox": [-153.476, 59.9101, -153.476, 59.9101]}, {"id": "3273", "type": "Feature", "properties": {"id": "ak16859290", "mag": 3.0, "time": 1505853445730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.8511, 55.6543, 46.3]}, "bbox": [-158.8511, 55.6543, -158.8511, 55.6543]}, {"id": "3274", "type": "Feature", "properties": {"id": "ak16859292", "mag": 3.6, "time": 1505853411703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.4847, 57.8969, 244.9]}, "bbox": [-156.4847, 57.8969, -156.4847, 57.8969]}, {"id": "3275", "type": "Feature", "properties": {"id": "nc72895391", "mag": 2.22, "time": 1505852777640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.194167, 40.744, 31.83]}, "bbox": [-123.194167, 40.744, -123.194167, 40.744]}, {"id": "3276", "type": "Feature", "properties": {"id": "uu60247942", "mag": 1.28, "time": 1505852539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439833, 42.608667, 6.41]}, "bbox": [-111.439833, 42.608667, -111.439833, 42.608667]}, {"id": "3277", "type": "Feature", "properties": {"id": "ak16859266", "mag": 1.1, "time": 1505852431345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5411, 60.0259, 13.2]}, "bbox": [-140.5411, 60.0259, -140.5411, 60.0259]}, {"id": "3278", "type": "Feature", "properties": {"id": "us2000ar6z", "mag": 5.2, "time": 1505852287190, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7668, 37.2998, 35.1]}, "bbox": [141.7668, 37.2998, 141.7668, 37.2998]}, {"id": "3279", "type": "Feature", "properties": {"id": "us2000ar6y", "mag": 5.2, "time": 1505852058100, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [150.8423, -5.5637, 99.91]}, "bbox": [150.8423, -5.5637, 150.8423, -5.5637]}, {"id": "3280", "type": "Feature", "properties": {"id": "ak16859257", "mag": 1.1, "time": 1505851589002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.171, 64.5345, 7.6]}, "bbox": [-147.171, 64.5345, -147.171, 64.5345]}, {"id": "3281", "type": "Feature", "properties": {"id": "ci38006552", "mag": 1.38, "time": 1505851374120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.866667, -0.49]}, "bbox": [-117.498833, 33.866667, -117.498833, 33.866667]}, {"id": "3282", "type": "Feature", "properties": {"id": "nc72895381", "mag": 1.43, "time": 1505851273540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.729333, 36.3275, 5.22]}, "bbox": [-120.729333, 36.3275, -120.729333, 36.3275]}, {"id": "3283", "type": "Feature", "properties": {"id": "ak16875922", "mag": 1.3, "time": 1505850452543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3232, 58.1622, 6.6]}, "bbox": [-156.3232, 58.1622, -156.3232, 58.1622]}, {"id": "3284", "type": "Feature", "properties": {"id": "ak16875921", "mag": 2.9, "time": 1505849966730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4901, 52.1476, 24.6]}, "bbox": [-170.4901, 52.1476, -170.4901, 52.1476]}, {"id": "3285", "type": "Feature", "properties": {"id": "uu60247932", "mag": 1.44, "time": 1505849337250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421, 42.579, 5.88]}, "bbox": [-111.421, 42.579, -111.421, 42.579]}, {"id": "3286", "type": "Feature", "properties": {"id": "ak16875920", "mag": 1.3, "time": 1505849251567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6328, 59.921, 0.0]}, "bbox": [-139.6328, 59.921, -139.6328, 59.921]}, {"id": "3287", "type": "Feature", "properties": {"id": "ak16858730", "mag": 1.2, "time": 1505848519202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9009, 61.545, 3.9]}, "bbox": [-151.9009, 61.545, -151.9009, 61.545]}, {"id": "3288", "type": "Feature", "properties": {"id": "hv61914226", "mag": 1.85, "time": 1505848191950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.283829, 19.389834, 2.69]}, "bbox": [-155.283829, 19.389834, -155.283829, 19.389834]}, {"id": "3289", "type": "Feature", "properties": {"id": "ci38006520", "mag": 1.05, "time": 1505847392530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7695, 36.0195, 2.35]}, "bbox": [-117.7695, 36.0195, -117.7695, 36.0195]}, {"id": "3290", "type": "Feature", "properties": {"id": "ci38006512", "mag": 1.61, "time": 1505847142180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767, 36.0195, 2.27]}, "bbox": [-117.767, 36.0195, -117.767, 36.0195]}, {"id": "3291", "type": "Feature", "properties": {"id": "ci38006496", "mag": 3.65, "time": 1505846743780, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.769833, 36.019333, 1.78]}, "bbox": [-117.769833, 36.019333, -117.769833, 36.019333]}, {"id": "3292", "type": "Feature", "properties": {"id": "hv61914191", "mag": 1.84, "time": 1505846559260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.249161, 19.378334, 1.88]}, "bbox": [-155.249161, 19.378334, -155.249161, 19.378334]}, {"id": "3293", "type": "Feature", "properties": {"id": "ak16875918", "mag": 2.8, "time": 1505846556982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8186, 52.0581, 213.2]}, "bbox": [-178.8186, 52.0581, -178.8186, 52.0581]}, {"id": "3294", "type": "Feature", "properties": {"id": "nc72895351", "mag": 1.32, "time": 1505846239310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104167, 37.325333, -0.31]}, "bbox": [-122.104167, 37.325333, -122.104167, 37.325333]}, {"id": "3295", "type": "Feature", "properties": {"id": "nc72895341", "mag": 2.76, "time": 1505846072870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.359001, 36.981335, 8.57]}, "bbox": [-118.359001, 36.981335, -118.359001, 36.981335]}, {"id": "3296", "type": "Feature", "properties": {"id": "ci38006480", "mag": 3.19, "time": 1505846053020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767333, 36.019, 1.55]}, "bbox": [-117.767333, 36.019, -117.767333, 36.019]}, {"id": "3297", "type": "Feature", "properties": {"id": "nc72895286", "mag": 1.33, "time": 1505844883780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.572167, 35.430667, -0.58]}, "bbox": [-120.572167, 35.430667, -120.572167, 35.430667]}, {"id": "3298", "type": "Feature", "properties": {"id": "us2000ar1y", "mag": 4.6, "time": 1505844881000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1913, -37.2281, 5.95]}, "bbox": [-74.1913, -37.2281, -74.1913, -37.2281]}, {"id": "3299", "type": "Feature", "properties": {"id": "us2000ar20", "mag": 7.1, "time": 1505844878420, "felt": 2048.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4952, 18.5539, 51.0]}, "bbox": [-98.4952, 18.5539, -98.4952, 18.5539]}, {"id": "3300", "type": "Feature", "properties": {"id": "ak16858135", "mag": 1.6, "time": 1505844133798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.026, 67.0927, 3.7]}, "bbox": [-157.026, 67.0927, -157.026, 67.0927]}, {"id": "3301", "type": "Feature", "properties": {"id": "ci37766871", "mag": 1.54, "time": 1505844053390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.846, 36.179167, 2.24]}, "bbox": [-117.846, 36.179167, -117.846, 36.179167]}, {"id": "3302", "type": "Feature", "properties": {"id": "ci37766863", "mag": 1.44, "time": 1505843932610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768, 36.018667, 1.61]}, "bbox": [-117.768, 36.018667, -117.768, 36.018667]}, {"id": "3303", "type": "Feature", "properties": {"id": "nm60207061", "mag": 1.72, "time": 1505843783380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.646167, 36.5445, 7.49]}, "bbox": [-89.646167, 36.5445, -89.646167, 36.5445]}, {"id": "3304", "type": "Feature", "properties": {"id": "us2000aqyy", "mag": 4.5, "time": 1505843446640, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6161, -31.7548, 29.84]}, "bbox": [-72.6161, -31.7548, -72.6161, -31.7548]}, {"id": "3305", "type": "Feature", "properties": {"id": "ismpkansas70235603", "mag": 1.89, "time": 1505842614490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.682, 37.184833, 3.97]}, "bbox": [-97.682, 37.184833, -97.682, 37.184833]}, {"id": "3306", "type": "Feature", "properties": {"id": "nc72895271", "mag": 1.15, "time": 1505841330820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.259833, 36.753, 11.5]}, "bbox": [-121.259833, 36.753, -121.259833, 36.753]}, {"id": "3307", "type": "Feature", "properties": {"id": "us2000aqxe", "mag": 4.6, "time": 1505841149400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1444, -7.5033, 158.11]}, "bbox": [128.1444, -7.5033, 128.1444, -7.5033]}, {"id": "3308", "type": "Feature", "properties": {"id": "uu60247882", "mag": 1.62, "time": 1505841064700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426167, 42.5295, 8.11]}, "bbox": [-111.426167, 42.5295, -111.426167, 42.5295]}, {"id": "3309", "type": "Feature", "properties": {"id": "nc72895256", "mag": 1.32, "time": 1505840661480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.598167, 36.752, -0.32]}, "bbox": [-121.598167, 36.752, -121.598167, 36.752]}, {"id": "3310", "type": "Feature", "properties": {"id": "ci37766807", "mag": 2.45, "time": 1505840210530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.766, 36.02, 1.86]}, "bbox": [-117.766, 36.02, -117.766, 36.02]}, {"id": "3311", "type": "Feature", "properties": {"id": "uu60247877", "mag": 2.11, "time": 1505840158690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448833, 42.606, 3.56]}, "bbox": [-111.448833, 42.606, -111.448833, 42.606]}, {"id": "3312", "type": "Feature", "properties": {"id": "ak16857619", "mag": 2.1, "time": 1505840007502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8949, 63.2912, 101.6]}, "bbox": [-149.8949, 63.2912, -149.8949, 63.2912]}, {"id": "3313", "type": "Feature", "properties": {"id": "uu60247872", "mag": 1.62, "time": 1505839724910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.458833, 42.607, 3.95]}, "bbox": [-111.458833, 42.607, -111.458833, 42.607]}, {"id": "3314", "type": "Feature", "properties": {"id": "us2000aqvm", "mag": 2.7, "time": 1505839542100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.469, 42.6077, 7.7]}, "bbox": [-111.469, 42.6077, -111.469, 42.6077]}, {"id": "3315", "type": "Feature", "properties": {"id": "nc72895246", "mag": 1.35, "time": 1505839417090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.485667, 35.221333, 6.04]}, "bbox": [-120.485667, 35.221333, -120.485667, 35.221333]}, {"id": "3316", "type": "Feature", "properties": {"id": "ak16875914", "mag": 1.9, "time": 1505839174472, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4077, 58.8832, 118.6]}, "bbox": [-154.4077, 58.8832, -154.4077, 58.8832]}, {"id": "3317", "type": "Feature", "properties": {"id": "ci37766791", "mag": 1.22, "time": 1505838919650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.1855, 10.21]}, "bbox": [-116.3645, 33.1855, -116.3645, 33.1855]}, {"id": "3318", "type": "Feature", "properties": {"id": "ak16857617", "mag": 1.6, "time": 1505838902519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9995, 67.1881, 4.7]}, "bbox": [-142.9995, 67.1881, -142.9995, 67.1881]}, {"id": "3319", "type": "Feature", "properties": {"id": "uu60247852", "mag": 2.07, "time": 1505838746530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4455, 42.613833, 1.76]}, "bbox": [-111.4455, 42.613833, -111.4455, 42.613833]}, {"id": "3320", "type": "Feature", "properties": {"id": "ak16857602", "mag": 1.1, "time": 1505837962181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5253, 60.121, 0.0]}, "bbox": [-141.5253, 60.121, -141.5253, 60.121]}, {"id": "3321", "type": "Feature", "properties": {"id": "ak16857600", "mag": 1.9, "time": 1505837841567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1883, 53.9422, 44.2]}, "bbox": [-165.1883, 53.9422, -165.1883, 53.9422]}, {"id": "3322", "type": "Feature", "properties": {"id": "nc72895231", "mag": 2.9, "time": 1505837729840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.507667, 1.79]}, "bbox": [-118.833667, 37.507667, -118.833667, 37.507667]}, {"id": "3323", "type": "Feature", "properties": {"id": "us2000ary5", "mag": 2.9, "time": 1505837727410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4431, 42.6149, 4.8]}, "bbox": [-111.4431, 42.6149, -111.4431, 42.6149]}, {"id": "3324", "type": "Feature", "properties": {"id": "uu60247822", "mag": 2.11, "time": 1505837448870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455167, 42.616, 1.41]}, "bbox": [-111.455167, 42.616, -111.455167, 42.616]}, {"id": "3325", "type": "Feature", "properties": {"id": "us2000aqtm", "mag": 3.1, "time": 1505837140170, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4706, 42.6154, 8.81]}, "bbox": [-111.4706, 42.6154, -111.4706, 42.6154]}, {"id": "3326", "type": "Feature", "properties": {"id": "ak16875909", "mag": 2.2, "time": 1505836969879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4914, 51.7473, 9.7]}, "bbox": [-178.4914, 51.7473, -178.4914, 51.7473]}, {"id": "3327", "type": "Feature", "properties": {"id": "ak16857094", "mag": 1.1, "time": 1505836528626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6176, 61.14, 0.0]}, "bbox": [-147.6176, 61.14, -147.6176, 61.14]}, {"id": "3328", "type": "Feature", "properties": {"id": "ak16875907", "mag": 1.5, "time": 1505835821169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.259, 60.5626, 90.4]}, "bbox": [-152.259, 60.5626, -152.259, 60.5626]}, {"id": "3329", "type": "Feature", "properties": {"id": "us2000aqsj", "mag": 2.6, "time": 1505835755980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5135, 36.2854, 4.17]}, "bbox": [-97.5135, 36.2854, -97.5135, 36.2854]}, {"id": "3330", "type": "Feature", "properties": {"id": "us2000aqsk", "mag": 2.5, "time": 1505835732030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4724, 42.6121, 4.3]}, "bbox": [-111.4724, 42.6121, -111.4724, 42.6121]}, {"id": "3331", "type": "Feature", "properties": {"id": "ak16857093", "mag": 2.6, "time": 1505835424846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4652, 51.7084, 16.1]}, "bbox": [-178.4652, 51.7084, -178.4652, 51.7084]}, {"id": "3332", "type": "Feature", "properties": {"id": "us2000aqsh", "mag": 3.0, "time": 1505835309120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4508, 42.6064, 4.14]}, "bbox": [-111.4508, 42.6064, -111.4508, 42.6064]}, {"id": "3333", "type": "Feature", "properties": {"id": "ak16857091", "mag": 1.3, "time": 1505835219788, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0197, 66.1072, 6.0]}, "bbox": [-149.0197, 66.1072, -149.0197, 66.1072]}, {"id": "3334", "type": "Feature", "properties": {"id": "us2000aqs7", "mag": 3.5, "time": 1505834833670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4429, 42.6135, 8.34]}, "bbox": [-111.4429, 42.6135, -111.4429, 42.6135]}, {"id": "3335", "type": "Feature", "properties": {"id": "us2000aqwu", "mag": 2.5, "time": 1505834816200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7965, 36.4516, 6.125]}, "bbox": [-98.7965, 36.4516, -98.7965, 36.4516]}, {"id": "3336", "type": "Feature", "properties": {"id": "ak16875904", "mag": 1.6, "time": 1505834730734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9141, 57.1404, 29.5]}, "bbox": [-153.9141, 57.1404, -153.9141, 57.1404]}, {"id": "3337", "type": "Feature", "properties": {"id": "ci37766767", "mag": 1.14, "time": 1505834129200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.763833, 36.020667, 1.88]}, "bbox": [-117.763833, 36.020667, -117.763833, 36.020667]}, {"id": "3338", "type": "Feature", "properties": {"id": "ak16857088", "mag": 1.5, "time": 1505834082762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0429, 60.6104, 77.7]}, "bbox": [-152.0429, 60.6104, -152.0429, 60.6104]}, {"id": "3339", "type": "Feature", "properties": {"id": "us2000aqrc", "mag": 4.8, "time": 1505832575280, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [178.0168, 52.0275, 131.51]}, "bbox": [178.0168, 52.0275, 178.0168, 52.0275]}, {"id": "3340", "type": "Feature", "properties": {"id": "ak16875901", "mag": 1.4, "time": 1505831619582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.534, 58.7008, 10.0]}, "bbox": [-137.534, 58.7008, -137.534, 58.7008]}, {"id": "3341", "type": "Feature", "properties": {"id": "ci37766711", "mag": 1.96, "time": 1505831425050, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.765667, 36.018833, 1.51]}, "bbox": [-117.765667, 36.018833, -117.765667, 36.018833]}, {"id": "3342", "type": "Feature", "properties": {"id": "ci37766703", "mag": 1.15, "time": 1505831411750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764833, 36.019667, 1.65]}, "bbox": [-117.764833, 36.019667, -117.764833, 36.019667]}, {"id": "3343", "type": "Feature", "properties": {"id": "us2000aqqm", "mag": 4.5, "time": 1505831278930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.4084, -31.8109, 10.0]}, "bbox": [-72.4084, -31.8109, -72.4084, -31.8109]}, {"id": "3344", "type": "Feature", "properties": {"id": "ak16856556", "mag": 1.3, "time": 1505831243282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7313, 59.8087, 0.9]}, "bbox": [-136.7313, 59.8087, -136.7313, 59.8087]}, {"id": "3345", "type": "Feature", "properties": {"id": "nn00606015", "mag": 1.3, "time": 1505831170459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8959, 38.3975, 10.4]}, "bbox": [-118.8959, 38.3975, -118.8959, 38.3975]}, {"id": "3346", "type": "Feature", "properties": {"id": "ak16856551", "mag": 1.9, "time": 1505831042494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6819, 63.0946, 10.5]}, "bbox": [-147.6819, 63.0946, -147.6819, 63.0946]}, {"id": "3347", "type": "Feature", "properties": {"id": "ak16875898", "mag": 1.7, "time": 1505829915600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2865, 59.7628, 116.6]}, "bbox": [-153.2865, 59.7628, -153.2865, 59.7628]}, {"id": "3348", "type": "Feature", "properties": {"id": "ak16856544", "mag": 1.6, "time": 1505829548541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3607, 61.0755, 0.0]}, "bbox": [-148.3607, 61.0755, -148.3607, 61.0755]}, {"id": "3349", "type": "Feature", "properties": {"id": "nc72895191", "mag": 1.4, "time": 1505828746900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.815333, 3.57]}, "bbox": [-122.799667, 38.815333, -122.799667, 38.815333]}, {"id": "3350", "type": "Feature", "properties": {"id": "nc72895181", "mag": 1.21, "time": 1505828239020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.96, 37.587, -0.68]}, "bbox": [-118.96, 37.587, -118.96, 37.587]}, {"id": "3351", "type": "Feature", "properties": {"id": "pr2017262003", "mag": 3.12, "time": 1505828003180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.596, 19.2688, 38.0]}, "bbox": [-67.596, 19.2688, -67.596, 19.2688]}, {"id": "3352", "type": "Feature", "properties": {"id": "us2000aqpx", "mag": 5.1, "time": 1505827570500, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [53.9953, 27.9548, 10.0]}, "bbox": [53.9953, 27.9548, 53.9953, 27.9548]}, {"id": "3353", "type": "Feature", "properties": {"id": "nc72895166", "mag": 2.1, "time": 1505827334280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801333, 38.709667, 3.88]}, "bbox": [-122.801333, 38.709667, -122.801333, 38.709667]}, {"id": "3354", "type": "Feature", "properties": {"id": "ak16856036", "mag": 1.5, "time": 1505826795043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9795, 61.8762, 43.3]}, "bbox": [-149.9795, 61.8762, -149.9795, 61.8762]}, {"id": "3355", "type": "Feature", "properties": {"id": "ak16856032", "mag": 1.6, "time": 1505825636722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1838, 62.582, 3.3]}, "bbox": [-152.1838, 62.582, -152.1838, 62.582]}, {"id": "3356", "type": "Feature", "properties": {"id": "ci37766679", "mag": 0.96, "time": 1505825558280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.804167, 33.865333, 14.31]}, "bbox": [-116.804167, 33.865333, -116.804167, 33.865333]}, {"id": "3357", "type": "Feature", "properties": {"id": "us2000aqp7", "mag": 4.4, "time": 1505825308910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.7564, -2.1725, 112.59]}, "bbox": [-78.7564, -2.1725, -78.7564, -2.1725]}, {"id": "3358", "type": "Feature", "properties": {"id": "ak16856030", "mag": 3.0, "time": 1505825190453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1381, 51.2155, 7.2]}, "bbox": [-179.1381, 51.2155, -179.1381, 51.2155]}, {"id": "3359", "type": "Feature", "properties": {"id": "nn00605924", "mag": 1.0, "time": 1505824470372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0787, 37.3317, 0.0]}, "bbox": [-115.0787, 37.3317, -115.0787, 37.3317]}, {"id": "3360", "type": "Feature", "properties": {"id": "ak16856028", "mag": 1.3, "time": 1505824029137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5369, 59.9737, 0.0]}, "bbox": [-139.5369, 59.9737, -139.5369, 59.9737]}, {"id": "3361", "type": "Feature", "properties": {"id": "ak16856023", "mag": 1.7, "time": 1505823902403, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0502, 66.1255, 9.3]}, "bbox": [-149.0502, 66.1255, -149.0502, 66.1255]}, {"id": "3362", "type": "Feature", "properties": {"id": "ak16856015", "mag": 2.2, "time": 1505823557445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.013, 66.1279, 12.2]}, "bbox": [-149.013, 66.1279, -149.013, 66.1279]}, {"id": "3363", "type": "Feature", "properties": {"id": "ak16856014", "mag": 1.1, "time": 1505823327376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3053, 64.2153, 8.4]}, "bbox": [-147.3053, 64.2153, -147.3053, 64.2153]}, {"id": "3364", "type": "Feature", "properties": {"id": "ak16856012", "mag": 1.2, "time": 1505823307912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2687, 63.3135, 1.0]}, "bbox": [-145.2687, 63.3135, -145.2687, 63.3135]}, {"id": "3365", "type": "Feature", "properties": {"id": "ak16856011", "mag": 2.3, "time": 1505823122176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4683, 54.3778, 12.7]}, "bbox": [-161.4683, 54.3778, -161.4683, 54.3778]}, {"id": "3366", "type": "Feature", "properties": {"id": "nc72895111", "mag": 1.33, "time": 1505822407460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809833, 38.802, 3.64]}, "bbox": [-122.809833, 38.802, -122.809833, 38.802]}, {"id": "3367", "type": "Feature", "properties": {"id": "nm60207021", "mag": 3.8, "time": 1505821648710, "felt": 1485.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.909833, 38.423833, 11.68]}, "bbox": [-87.909833, 38.423833, -87.909833, 38.423833]}, {"id": "3368", "type": "Feature", "properties": {"id": "ak16855511", "mag": 1.6, "time": 1505821526245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7265, 65.4529, 0.3]}, "bbox": [-144.7265, 65.4529, -144.7265, 65.4529]}, {"id": "3369", "type": "Feature", "properties": {"id": "ak16875885", "mag": 2.4, "time": 1505821066912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.1246, 33.1]}, "bbox": [-170.3853, 52.1246, -170.3853, 52.1246]}, {"id": "3370", "type": "Feature", "properties": {"id": "nc72895086", "mag": 1.5, "time": 1505820901510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.8115, 2.81]}, "bbox": [-122.811333, 38.8115, -122.811333, 38.8115]}, {"id": "3371", "type": "Feature", "properties": {"id": "nn00605917", "mag": 1.0, "time": 1505819713127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0296, 37.3121, 0.0]}, "bbox": [-115.0296, 37.3121, -115.0296, 37.3121]}, {"id": "3372", "type": "Feature", "properties": {"id": "ci37766663", "mag": 1.51, "time": 1505819310540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197333, 34.085167, 9.45]}, "bbox": [-118.197333, 34.085167, -118.197333, 34.085167]}, {"id": "3373", "type": "Feature", "properties": {"id": "ak16875884", "mag": 2.8, "time": 1505819249763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.074, 52.1917, 55.8]}, "bbox": [-171.074, 52.1917, -171.074, 52.1917]}, {"id": "3374", "type": "Feature", "properties": {"id": "us2000aqlv", "mag": 4.4, "time": 1505818453350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.3742, -31.7199, 35.0]}, "bbox": [-72.3742, -31.7199, -72.3742, -31.7199]}, {"id": "3375", "type": "Feature", "properties": {"id": "ak16855501", "mag": 3.4, "time": 1505818346973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7971, 56.0595, 12.0]}, "bbox": [-148.7971, 56.0595, -148.7971, 56.0595]}, {"id": "3376", "type": "Feature", "properties": {"id": "ak16855500", "mag": 2.9, "time": 1505817985167, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.3494, 51.1124, 9.0]}, "bbox": [178.3494, 51.1124, 178.3494, 51.1124]}, {"id": "3377", "type": "Feature", "properties": {"id": "nc72895061", "mag": 1.78, "time": 1505817758790, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.178833, 36.5795, 5.08]}, "bbox": [-121.178833, 36.5795, -121.178833, 36.5795]}, {"id": "3378", "type": "Feature", "properties": {"id": "nc72895056", "mag": 2.12, "time": 1505817518530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 36.582833, 3.53]}, "bbox": [-121.177333, 36.582833, -121.177333, 36.582833]}, {"id": "3379", "type": "Feature", "properties": {"id": "uu60247712", "mag": 1.36, "time": 1505817061570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.018167, 44.796, 9.74]}, "bbox": [-111.018167, 44.796, -111.018167, 44.796]}, {"id": "3380", "type": "Feature", "properties": {"id": "ak16875881", "mag": 1.6, "time": 1505816115601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2511, 57.9599, 9.0]}, "bbox": [-152.2511, 57.9599, -152.2511, 57.9599]}, {"id": "3381", "type": "Feature", "properties": {"id": "ak16855499", "mag": 1.3, "time": 1505815877713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8298, 61.5636, 56.7]}, "bbox": [-149.8298, 61.5636, -149.8298, 61.5636]}, {"id": "3382", "type": "Feature", "properties": {"id": "ak16855498", "mag": 2.3, "time": 1505815751742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.7444, 52.8226, 62.9]}, "bbox": [-168.7444, 52.8226, -168.7444, 52.8226]}, {"id": "3383", "type": "Feature", "properties": {"id": "pr2017262002", "mag": 3.05, "time": 1505815582890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7015, 19.0933, 25.0]}, "bbox": [-67.7015, 19.0933, -67.7015, 19.0933]}, {"id": "3384", "type": "Feature", "properties": {"id": "ak16875878", "mag": 2.3, "time": 1505815056638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6299, 51.8122, 76.9]}, "bbox": [178.6299, 51.8122, 178.6299, 51.8122]}, {"id": "3385", "type": "Feature", "properties": {"id": "pr2017262001", "mag": 3.03, "time": 1505814906490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.723, 19.2006, 9.0]}, "bbox": [-67.723, 19.2006, -67.723, 19.2006]}, {"id": "3386", "type": "Feature", "properties": {"id": "us2000aqkv", "mag": 3.1, "time": 1505814230020, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8094, 35.9883, 6.72]}, "bbox": [-96.8094, 35.9883, -96.8094, 35.9883]}, {"id": "3387", "type": "Feature", "properties": {"id": "nn00605909", "mag": 2.0, "time": 1505812861822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0799, 37.3335, 2.3]}, "bbox": [-115.0799, 37.3335, -115.0799, 37.3335]}, {"id": "3388", "type": "Feature", "properties": {"id": "ci37766575", "mag": 1.76, "time": 1505810653690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489167, 32.91, 3.69]}, "bbox": [-115.489167, 32.91, -115.489167, 32.91]}, {"id": "3389", "type": "Feature", "properties": {"id": "hv61913891", "mag": 1.46, "time": 1505809604540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2385, 19.383667, 3.069]}, "bbox": [-155.2385, 19.383667, -155.2385, 19.383667]}, {"id": "3390", "type": "Feature", "properties": {"id": "us2000awmg", "mag": 4.7, "time": 1505809455110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.925, -10.7783, 56.21]}, "bbox": [162.925, -10.7783, 162.925, -10.7783]}, {"id": "3391", "type": "Feature", "properties": {"id": "us2000asy2", "mag": 3.0, "time": 1505809273830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.747, 56.8207, 54.24]}, "bbox": [-167.747, 56.8207, -167.747, 56.8207]}, {"id": "3392", "type": "Feature", "properties": {"id": "ak16855496", "mag": 1.1, "time": 1505809181592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6103, 61.758, 29.3]}, "bbox": [-147.6103, 61.758, -147.6103, 61.758]}, {"id": "3393", "type": "Feature", "properties": {"id": "ci37766567", "mag": 2.63, "time": 1505808839560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.053, 33.079333, 9.9]}, "bbox": [-116.053, 33.079333, -116.053, 33.079333]}, {"id": "3394", "type": "Feature", "properties": {"id": "ak16854995", "mag": 1.3, "time": 1505808496915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3955, 61.6352, 5.0]}, "bbox": [-142.3955, 61.6352, -142.3955, 61.6352]}, {"id": "3395", "type": "Feature", "properties": {"id": "us2000awn2", "mag": 4.8, "time": 1505807930800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8135, 15.201, 45.46]}, "bbox": [-93.8135, 15.201, -93.8135, 15.201]}, {"id": "3396", "type": "Feature", "properties": {"id": "us2000aqji", "mag": 5.5, "time": 1505807596650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0446, 15.1414, 38.74]}, "bbox": [-94.0446, 15.1414, -94.0446, 15.1414]}, {"id": "3397", "type": "Feature", "properties": {"id": "ak16875872", "mag": 2.1, "time": 1505807457953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2219, 51.3226, 34.2]}, "bbox": [-179.2219, 51.3226, -179.2219, 51.3226]}, {"id": "3398", "type": "Feature", "properties": {"id": "nc72894976", "mag": 1.17, "time": 1505806773770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792335, 38.809666, 2.7]}, "bbox": [-122.792335, 38.809666, -122.792335, 38.809666]}, {"id": "3399", "type": "Feature", "properties": {"id": "ci37766551", "mag": 1.92, "time": 1505806527540, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.473833, 34.086, 9.44]}, "bbox": [-118.473833, 34.086, -118.473833, 34.086]}, {"id": "3400", "type": "Feature", "properties": {"id": "nn00605996", "mag": 1.0, "time": 1505804591858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.786, 38.6641, 4.9]}, "bbox": [-119.786, 38.6641, -119.786, 38.6641]}, {"id": "3401", "type": "Feature", "properties": {"id": "us2000aqiw", "mag": 4.9, "time": 1505804582700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5541, 15.6968, 62.85]}, "bbox": [-94.5541, 15.6968, -94.5541, 15.6968]}, {"id": "3402", "type": "Feature", "properties": {"id": "nc72894951", "mag": 2.38, "time": 1505803512250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.804667, 38.658333, -1.93]}, "bbox": [-119.804667, 38.658333, -119.804667, 38.658333]}, {"id": "3403", "type": "Feature", "properties": {"id": "us2000aqim", "mag": 4.9, "time": 1505803059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.5306, -11.0433, 31.53]}, "bbox": [162.5306, -11.0433, 162.5306, -11.0433]}, {"id": "3404", "type": "Feature", "properties": {"id": "ak16858212", "mag": 1.9, "time": 1505803043301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8602, 60.3455, 116.4]}, "bbox": [-152.8602, 60.3455, -152.8602, 60.3455]}, {"id": "3405", "type": "Feature", "properties": {"id": "ak16854482", "mag": 1.5, "time": 1505802327547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6967, 63.0934, 11.2]}, "bbox": [-147.6967, 63.0934, -147.6967, 63.0934]}, {"id": "3406", "type": "Feature", "properties": {"id": "ci37766535", "mag": 3.61, "time": 1505802044370, "felt": 9002.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.475667, 34.086667, 10.48]}, "bbox": [-118.475667, 34.086667, -118.475667, 34.086667]}, {"id": "3407", "type": "Feature", "properties": {"id": "ci37766527", "mag": 1.21, "time": 1505801932130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.774833, 34.169667, 4.09]}, "bbox": [-116.774833, 34.169667, -116.774833, 34.169667]}, {"id": "3408", "type": "Feature", "properties": {"id": "ak16875868", "mag": 1.8, "time": 1505801903580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8368, 51.4427, 38.8]}, "bbox": [178.8368, 51.4427, 178.8368, 51.4427]}, {"id": "3409", "type": "Feature", "properties": {"id": "ak16854479", "mag": 1.1, "time": 1505801695119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7029, 61.7782, 46.8]}, "bbox": [-149.7029, 61.7782, -149.7029, 61.7782]}, {"id": "3410", "type": "Feature", "properties": {"id": "ak16875866", "mag": 1.4, "time": 1505801525136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4992, 53.7654, 79.0]}, "bbox": [-166.4992, 53.7654, -166.4992, 53.7654]}, {"id": "3411", "type": "Feature", "properties": {"id": "uw61331061", "mag": 2.06, "time": 1505797453620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.194667, 46.453167, 40.56]}, "bbox": [-124.194667, 46.453167, -124.194667, 46.453167]}, {"id": "3412", "type": "Feature", "properties": {"id": "ci37766503", "mag": 1.67, "time": 1505797300060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.916167, 3.75]}, "bbox": [-115.486333, 32.916167, -115.486333, 32.916167]}, {"id": "3413", "type": "Feature", "properties": {"id": "ak16854474", "mag": 1.9, "time": 1505797038222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0668, 60.2297, 58.9]}, "bbox": [-151.0668, 60.2297, -151.0668, 60.2297]}, {"id": "3414", "type": "Feature", "properties": {"id": "ak16853980", "mag": 1.1, "time": 1505796127101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3206, 62.3117, 31.2]}, "bbox": [-148.3206, 62.3117, -148.3206, 62.3117]}, {"id": "3415", "type": "Feature", "properties": {"id": "uw61330981", "mag": 1.13, "time": 1505795983940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.682, 46.13, 13.15]}, "bbox": [-122.682, 46.13, -122.682, 46.13]}, {"id": "3416", "type": "Feature", "properties": {"id": "ak16853978", "mag": 1.3, "time": 1505795947149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1655, 62.2572, 56.3]}, "bbox": [-149.1655, 62.2572, -149.1655, 62.2572]}, {"id": "3417", "type": "Feature", "properties": {"id": "nn00605993", "mag": 1.1, "time": 1505795780711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1363, 37.4312, 0.0]}, "bbox": [-115.1363, 37.4312, -115.1363, 37.4312]}, {"id": "3418", "type": "Feature", "properties": {"id": "nc72894911", "mag": 1.31, "time": 1505795498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7385, 38.757333, 2.56]}, "bbox": [-122.7385, 38.757333, -122.7385, 38.757333]}, {"id": "3419", "type": "Feature", "properties": {"id": "ak16875861", "mag": 1.1, "time": 1505795298437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2708, 60.1059, 0.0]}, "bbox": [-139.2708, 60.1059, -139.2708, 60.1059]}, {"id": "3420", "type": "Feature", "properties": {"id": "pr2017262000", "mag": 3.54, "time": 1505794257010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.6603, 17.4281, 35.0]}, "bbox": [-68.6603, 17.4281, -68.6603, 17.4281]}, {"id": "3421", "type": "Feature", "properties": {"id": "ak16875860", "mag": 2.4, "time": 1505793870359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7298, 54.4321, 27.3]}, "bbox": [-160.7298, 54.4321, -160.7298, 54.4321]}, {"id": "3422", "type": "Feature", "properties": {"id": "ak16875859", "mag": 1.7, "time": 1505793327250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1948, 59.7387, 99.4]}, "bbox": [-153.1948, 59.7387, -153.1948, 59.7387]}, {"id": "3423", "type": "Feature", "properties": {"id": "ak16853975", "mag": 1.6, "time": 1505792759926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4718, 53.5765, 9.9]}, "bbox": [-167.4718, 53.5765, -167.4718, 53.5765]}, {"id": "3424", "type": "Feature", "properties": {"id": "nc72894906", "mag": 1.57, "time": 1505792076170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7735, 38.656833, -0.04]}, "bbox": [-122.7735, 38.656833, -122.7735, 38.656833]}, {"id": "3425", "type": "Feature", "properties": {"id": "ci37766479", "mag": 1.69, "time": 1505792016930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.9165, 3.74]}, "bbox": [-115.486333, 32.9165, -115.486333, 32.9165]}, {"id": "3426", "type": "Feature", "properties": {"id": "ci37766487", "mag": 1.34, "time": 1505791878570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.484833, 32.910667, 3.6]}, "bbox": [-115.484833, 32.910667, -115.484833, 32.910667]}, {"id": "3427", "type": "Feature", "properties": {"id": "ci37766471", "mag": 1.85, "time": 1505791676460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4825, 32.916333, 3.63]}, "bbox": [-115.4825, 32.916333, -115.4825, 32.916333]}, {"id": "3428", "type": "Feature", "properties": {"id": "nc72894886", "mag": 1.72, "time": 1505789062930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.569167, 0.74]}, "bbox": [-118.840667, 37.569167, -118.840667, 37.569167]}, {"id": "3429", "type": "Feature", "properties": {"id": "ak16853477", "mag": 1.0, "time": 1505787688094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1719, 66.2583, 2.2]}, "bbox": [-157.1719, 66.2583, -157.1719, 66.2583]}, {"id": "3430", "type": "Feature", "properties": {"id": "ak16875853", "mag": 1.7, "time": 1505787600292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3919, 59.6211, 106.4]}, "bbox": [-153.3919, 59.6211, -153.3919, 59.6211]}, {"id": "3431", "type": "Feature", "properties": {"id": "ak16875852", "mag": 1.1, "time": 1505786552106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5941, 61.448, 35.0]}, "bbox": [-146.5941, 61.448, -146.5941, 61.448]}, {"id": "3432", "type": "Feature", "properties": {"id": "mb80256309", "mag": 1.39, "time": 1505786055440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.8665, 12.97]}, "bbox": [-112.526833, 46.8665, -112.526833, 46.8665]}, {"id": "3433", "type": "Feature", "properties": {"id": "ak16853476", "mag": 1.1, "time": 1505785818136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8501, 59.9025, 11.5]}, "bbox": [-136.8501, 59.9025, -136.8501, 59.9025]}, {"id": "3434", "type": "Feature", "properties": {"id": "ak16852984", "mag": 1.1, "time": 1505784566645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6396, 62.818, 76.1]}, "bbox": [-149.6396, 62.818, -149.6396, 62.818]}, {"id": "3435", "type": "Feature", "properties": {"id": "us2000aqg7", "mag": 4.1, "time": 1505784206570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4373, 15.5332, 46.8]}, "bbox": [-94.4373, 15.5332, -94.4373, 15.5332]}, {"id": "3436", "type": "Feature", "properties": {"id": "uu60247557", "mag": 1.04, "time": 1505784051560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.714, 41.274333, 9.1]}, "bbox": [-111.714, 41.274333, -111.714, 41.274333]}, {"id": "3437", "type": "Feature", "properties": {"id": "uu60247547", "mag": 1.47, "time": 1505783841160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.707167, 41.273, 13.52]}, "bbox": [-111.707167, 41.273, -111.707167, 41.273]}, {"id": "3438", "type": "Feature", "properties": {"id": "hv61913526", "mag": 1.76, "time": 1505783827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457833, 19.1825, 36.457]}, "bbox": [-155.457833, 19.1825, -155.457833, 19.1825]}, {"id": "3439", "type": "Feature", "properties": {"id": "uu60247542", "mag": 2.67, "time": 1505783530250, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.715333, 41.2735, 12.54]}, "bbox": [-111.715333, 41.2735, -111.715333, 41.2735]}, {"id": "3440", "type": "Feature", "properties": {"id": "ak16852978", "mag": 2.3, "time": 1505783525625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6267, 63.2162, 130.7]}, "bbox": [-150.6267, 63.2162, -150.6267, 63.2162]}, {"id": "3441", "type": "Feature", "properties": {"id": "ak16852863", "mag": 2.5, "time": 1505781518245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0202, 60.2096, 73.3]}, "bbox": [-152.0202, 60.2096, -152.0202, 60.2096]}, {"id": "3442", "type": "Feature", "properties": {"id": "nc72894856", "mag": 0.99, "time": 1505781008310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827331, 38.841667, 1.75]}, "bbox": [-122.827331, 38.841667, -122.827331, 38.841667]}, {"id": "3443", "type": "Feature", "properties": {"id": "ak16852858", "mag": 1.1, "time": 1505780482987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8182, 61.2069, 27.3]}, "bbox": [-146.8182, 61.2069, -146.8182, 61.2069]}, {"id": "3444", "type": "Feature", "properties": {"id": "nc72894851", "mag": 1.36, "time": 1505780335820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7775, 38.816, 2.36]}, "bbox": [-122.7775, 38.816, -122.7775, 38.816]}, {"id": "3445", "type": "Feature", "properties": {"id": "ak16852857", "mag": 1.6, "time": 1505780229532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4, 60.0341, 0.0]}, "bbox": [-139.4, 60.0341, -139.4, 60.0341]}, {"id": "3446", "type": "Feature", "properties": {"id": "ak16852855", "mag": 1.5, "time": 1505779887968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8629, 61.2326, 1.6]}, "bbox": [-139.8629, 61.2326, -139.8629, 61.2326]}, {"id": "3447", "type": "Feature", "properties": {"id": "ci37766415", "mag": 1.9, "time": 1505779853200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489333, 32.905167, 5.38]}, "bbox": [-115.489333, 32.905167, -115.489333, 32.905167]}, {"id": "3448", "type": "Feature", "properties": {"id": "ci37165308", "mag": 1.73, "time": 1505779842240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.488, 32.911333, 4.36]}, "bbox": [-115.488, 32.911333, -115.488, 32.911333]}, {"id": "3449", "type": "Feature", "properties": {"id": "ak16852849", "mag": 1.7, "time": 1505779013710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9564, 61.0148, 51.3]}, "bbox": [-150.9564, 61.0148, -150.9564, 61.0148]}, {"id": "3450", "type": "Feature", "properties": {"id": "ak16852847", "mag": 1.4, "time": 1505778755901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7113, 59.8038, 2.1]}, "bbox": [-136.7113, 59.8038, -136.7113, 59.8038]}, {"id": "3451", "type": "Feature", "properties": {"id": "ak16852839", "mag": 1.8, "time": 1505778454412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4318, 51.6727, 27.8]}, "bbox": [-178.4318, 51.6727, -178.4318, 51.6727]}, {"id": "3452", "type": "Feature", "properties": {"id": "ak16852350", "mag": 2.0, "time": 1505777928661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5948, 59.4167, 88.5]}, "bbox": [-152.5948, 59.4167, -152.5948, 59.4167]}, {"id": "3453", "type": "Feature", "properties": {"id": "ci37766399", "mag": 1.34, "time": 1505777787740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.855667, 36.109333, 3.89]}, "bbox": [-117.855667, 36.109333, -117.855667, 36.109333]}, {"id": "3454", "type": "Feature", "properties": {"id": "ak16905714", "mag": 1.0, "time": 1505777724697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9455, 64.7711, 1.2]}, "bbox": [-139.9455, 64.7711, -139.9455, 64.7711]}, {"id": "3455", "type": "Feature", "properties": {"id": "ci37766391", "mag": 0.98, "time": 1505777305130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.852333, 36.108833, 4.09]}, "bbox": [-117.852333, 36.108833, -117.852333, 36.108833]}, {"id": "3456", "type": "Feature", "properties": {"id": "ci37766383", "mag": 1.52, "time": 1505777027970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673833, 35.0495, -0.79]}, "bbox": [-117.673833, 35.0495, -117.673833, 35.0495]}, {"id": "3457", "type": "Feature", "properties": {"id": "nn00605852", "mag": 1.0, "time": 1505777021809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5662, 37.4193, 0.0]}, "bbox": [-115.5662, 37.4193, -115.5662, 37.4193]}, {"id": "3458", "type": "Feature", "properties": {"id": "ak16852327", "mag": 1.3, "time": 1505776382741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3544, 64.9878, 0.0]}, "bbox": [-147.3544, 64.9878, -147.3544, 64.9878]}, {"id": "3459", "type": "Feature", "properties": {"id": "nc72894836", "mag": 1.11, "time": 1505776268170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826164, 38.803165, -0.67]}, "bbox": [-122.826164, 38.803165, -122.826164, 38.803165]}, {"id": "3460", "type": "Feature", "properties": {"id": "ak16852320", "mag": 2.2, "time": 1505774485259, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6811, 59.3157, 121.6]}, "bbox": [-153.6811, 59.3157, -153.6811, 59.3157]}, {"id": "3461", "type": "Feature", "properties": {"id": "uw61330861", "mag": 1.73, "time": 1505774113220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.3385, 46.609, -0.26]}, "bbox": [-123.3385, 46.609, -123.3385, 46.609]}, {"id": "3462", "type": "Feature", "properties": {"id": "us2000awm5", "mag": 4.3, "time": 1505773697460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.1858, 46.1638, 102.95]}, "bbox": [150.1858, 46.1638, 150.1858, 46.1638]}, {"id": "3463", "type": "Feature", "properties": {"id": "us2000aqck", "mag": 3.9, "time": 1505773335560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2122, -24.1635, 187.0]}, "bbox": [-67.2122, -24.1635, -67.2122, -24.1635]}, {"id": "3464", "type": "Feature", "properties": {"id": "nc72894811", "mag": 1.66, "time": 1505773221810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814667, 38.797333, 2.92]}, "bbox": [-122.814667, 38.797333, -122.814667, 38.797333]}, {"id": "3465", "type": "Feature", "properties": {"id": "us2000aurg", "mag": 3.7, "time": 1505773151260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.33, 54.9516, 64.12]}, "bbox": [-161.33, 54.9516, -161.33, 54.9516]}, {"id": "3466", "type": "Feature", "properties": {"id": "ak16851830", "mag": 1.1, "time": 1505773086095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3969, 60.1593, 0.0]}, "bbox": [-141.3969, 60.1593, -141.3969, 60.1593]}, {"id": "3467", "type": "Feature", "properties": {"id": "ci37766351", "mag": 2.36, "time": 1505772988180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.856, 36.108833, 3.8]}, "bbox": [-117.856, 36.108833, -117.856, 36.108833]}, {"id": "3468", "type": "Feature", "properties": {"id": "us2000aqc4", "mag": 4.3, "time": 1505772810860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7554, 15.1768, 26.84]}, "bbox": [-94.7554, 15.1768, -94.7554, 15.1768]}, {"id": "3469", "type": "Feature", "properties": {"id": "ak16905709", "mag": 1.9, "time": 1505772157260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3386, 60.1473, 141.4]}, "bbox": [-153.3386, 60.1473, -153.3386, 60.1473]}, {"id": "3470", "type": "Feature", "properties": {"id": "nc72894806", "mag": 1.27, "time": 1505771972190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.114667, 39.267, 3.8]}, "bbox": [-123.114667, 39.267, -123.114667, 39.267]}, {"id": "3471", "type": "Feature", "properties": {"id": "ak16905707", "mag": 2.2, "time": 1505771817995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2489, 54.4702, 80.1]}, "bbox": [-164.2489, 54.4702, -164.2489, 54.4702]}, {"id": "3472", "type": "Feature", "properties": {"id": "nc72894796", "mag": 2.0, "time": 1505771179880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.128, 39.249833, 8.56]}, "bbox": [-123.128, 39.249833, -123.128, 39.249833]}, {"id": "3473", "type": "Feature", "properties": {"id": "ak16851826", "mag": 1.4, "time": 1505770110538, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6751, 61.3285, 49.9]}, "bbox": [-150.6751, 61.3285, -150.6751, 61.3285]}, {"id": "3474", "type": "Feature", "properties": {"id": "ci37766303", "mag": 1.45, "time": 1505769920400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605, 32.830833, 11.11]}, "bbox": [-115.605, 32.830833, -115.605, 32.830833]}, {"id": "3475", "type": "Feature", "properties": {"id": "ci37766295", "mag": 1.71, "time": 1505769761910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.604667, 32.8245, 12.0]}, "bbox": [-115.604667, 32.8245, -115.604667, 32.8245]}, {"id": "3476", "type": "Feature", "properties": {"id": "ci37766287", "mag": 2.17, "time": 1505769684730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606, 32.822667, 12.54]}, "bbox": [-115.606, 32.822667, -115.606, 32.822667]}, {"id": "3477", "type": "Feature", "properties": {"id": "pr2017261003", "mag": 2.77, "time": 1505769603950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.496, 19.0255, 9.0]}, "bbox": [-66.496, 19.0255, -66.496, 19.0255]}, {"id": "3478", "type": "Feature", "properties": {"id": "ak16851820", "mag": 1.8, "time": 1505768968360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5226, 60.8929, 114.7]}, "bbox": [-152.5226, 60.8929, -152.5226, 60.8929]}, {"id": "3479", "type": "Feature", "properties": {"id": "ak16851818", "mag": 1.8, "time": 1505768967170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6844, 60.3627, 10.0]}, "bbox": [-147.6844, 60.3627, -147.6844, 60.3627]}, {"id": "3480", "type": "Feature", "properties": {"id": "hv61913136", "mag": 2.13, "time": 1505768803830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.602167, 19.474, 2.169]}, "bbox": [-155.602167, 19.474, -155.602167, 19.474]}, {"id": "3481", "type": "Feature", "properties": {"id": "ci37766271", "mag": 1.2, "time": 1505768642090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.024833, 34.482, 7.73]}, "bbox": [-117.024833, 34.482, -117.024833, 34.482]}, {"id": "3482", "type": "Feature", "properties": {"id": "ci37766255", "mag": 1.05, "time": 1505767837000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.472833, 34.117167, 12.54]}, "bbox": [-117.472833, 34.117167, -117.472833, 34.117167]}, {"id": "3483", "type": "Feature", "properties": {"id": "us2000aq9e", "mag": 4.0, "time": 1505767497800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.084, -30.3511, 16.63]}, "bbox": [-72.084, -30.3511, -72.084, -30.3511]}, {"id": "3484", "type": "Feature", "properties": {"id": "ak16851331", "mag": 3.1, "time": 1505767490141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4781, 55.9976, 142.8]}, "bbox": [-160.4781, 55.9976, -160.4781, 55.9976]}, {"id": "3485", "type": "Feature", "properties": {"id": "ak16851328", "mag": 1.1, "time": 1505767149947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8292, 66.9662, 11.2]}, "bbox": [-135.8292, 66.9662, -135.8292, 66.9662]}, {"id": "3486", "type": "Feature", "properties": {"id": "ci37766231", "mag": 0.99, "time": 1505765477990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.581833, 34.027833, 15.24]}, "bbox": [-117.581833, 34.027833, -117.581833, 34.027833]}, {"id": "3487", "type": "Feature", "properties": {"id": "ak16851294", "mag": 1.2, "time": 1505764980957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5833, 61.5338, 35.4]}, "bbox": [-146.5833, 61.5338, -146.5833, 61.5338]}, {"id": "3488", "type": "Feature", "properties": {"id": "uw61330806", "mag": 1.54, "time": 1505764971380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.54, 46.3245, -0.47]}, "bbox": [-119.54, 46.3245, -119.54, 46.3245]}, {"id": "3489", "type": "Feature", "properties": {"id": "nn00605816", "mag": 1.4, "time": 1505764963953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1157, 37.3834, 0.0]}, "bbox": [-115.1157, 37.3834, -115.1157, 37.3834]}, {"id": "3490", "type": "Feature", "properties": {"id": "nn00605865", "mag": 1.1, "time": 1505764655295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1142, 38.3008, 12.5]}, "bbox": [-119.1142, 38.3008, -119.1142, 38.3008]}, {"id": "3491", "type": "Feature", "properties": {"id": "nc72894761", "mag": 1.86, "time": 1505764383660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.543667, 3.73]}, "bbox": [-118.820667, 37.543667, -118.820667, 37.543667]}, {"id": "3492", "type": "Feature", "properties": {"id": "us2000aq7z", "mag": 4.9, "time": 1505764292580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6427, 15.3134, 31.07]}, "bbox": [-94.6427, 15.3134, -94.6427, 15.3134]}, {"id": "3493", "type": "Feature", "properties": {"id": "ci37766191", "mag": 0.97, "time": 1505763617780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450667, 34.371167, 7.7]}, "bbox": [-116.450667, 34.371167, -116.450667, 34.371167]}, {"id": "3494", "type": "Feature", "properties": {"id": "us2000aq71", "mag": 2.7, "time": 1505763144440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4497, 42.6436, 9.31]}, "bbox": [-111.4497, 42.6436, -111.4497, 42.6436]}, {"id": "3495", "type": "Feature", "properties": {"id": "ci37766183", "mag": 1.36, "time": 1505762589870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1565, 35.016333, -1.02]}, "bbox": [-118.1565, 35.016333, -118.1565, 35.016333]}, {"id": "3496", "type": "Feature", "properties": {"id": "mb80256274", "mag": 1.49, "time": 1505762568370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.875, 12.74]}, "bbox": [-112.536167, 46.875, -112.536167, 46.875]}, {"id": "3497", "type": "Feature", "properties": {"id": "nn00605809", "mag": 1.3, "time": 1505762272549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6987, 37.801, 0.9]}, "bbox": [-117.6987, 37.801, -117.6987, 37.801]}, {"id": "3498", "type": "Feature", "properties": {"id": "ak16850796", "mag": 1.9, "time": 1505761948762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4688, 62.7498, 82.0]}, "bbox": [-150.4688, 62.7498, -150.4688, 62.7498]}, {"id": "3499", "type": "Feature", "properties": {"id": "nn00605855", "mag": 1.3, "time": 1505761056131, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1168, 37.3993, 0.0]}, "bbox": [-115.1168, 37.3993, -115.1168, 37.3993]}, {"id": "3500", "type": "Feature", "properties": {"id": "ci37766175", "mag": 1.17, "time": 1505760720620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9445, 34.324333, -1.41]}, "bbox": [-116.9445, 34.324333, -116.9445, 34.324333]}, {"id": "3501", "type": "Feature", "properties": {"id": "nc72894741", "mag": 1.25, "time": 1505760426930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8455, 38.818, 2.33]}, "bbox": [-122.8455, 38.818, -122.8455, 38.818]}, {"id": "3502", "type": "Feature", "properties": {"id": "uu60247432", "mag": 1.19, "time": 1505760132640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.613667, 40.6905, 8.76]}, "bbox": [-111.613667, 40.6905, -111.613667, 40.6905]}, {"id": "3503", "type": "Feature", "properties": {"id": "ak16850168", "mag": 2.1, "time": 1505759367705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.838, 63.3882, 112.5]}, "bbox": [-149.838, 63.3882, -149.838, 63.3882]}, {"id": "3504", "type": "Feature", "properties": {"id": "ci37766167", "mag": 3.51, "time": 1505759058190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656502, 31.030666, 5.16]}, "bbox": [-116.656502, 31.030666, -116.656502, 31.030666]}, {"id": "3505", "type": "Feature", "properties": {"id": "nn00605797", "mag": 1.7, "time": 1505758994627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1288, 37.4056, 0.0]}, "bbox": [-115.1288, 37.4056, -115.1288, 37.4056]}, {"id": "3506", "type": "Feature", "properties": {"id": "ak16850165", "mag": 1.4, "time": 1505758989527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4112, 62.8303, 102.1]}, "bbox": [-151.4112, 62.8303, -151.4112, 62.8303]}, {"id": "3507", "type": "Feature", "properties": {"id": "ak16905692", "mag": 1.1, "time": 1505758393925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8004, 59.9261, 7.9]}, "bbox": [-136.8004, 59.9261, -136.8004, 59.9261]}, {"id": "3508", "type": "Feature", "properties": {"id": "ci37766159", "mag": 1.12, "time": 1505757568700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.635, 33.146167, 7.87]}, "bbox": [-115.635, 33.146167, -115.635, 33.146167]}, {"id": "3509", "type": "Feature", "properties": {"id": "nc72894726", "mag": 0.98, "time": 1505757550510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.418667, 37.284667, 6.16]}, "bbox": [-118.418667, 37.284667, -118.418667, 37.284667]}, {"id": "3510", "type": "Feature", "properties": {"id": "ak16905691", "mag": 1.4, "time": 1505757310878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9735, 60.9138, 37.2]}, "bbox": [-150.9735, 60.9138, -150.9735, 60.9138]}, {"id": "3511", "type": "Feature", "properties": {"id": "ak16850161", "mag": 1.0, "time": 1505757088256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0018, 62.0064, 13.7]}, "bbox": [-149.0018, 62.0064, -149.0018, 62.0064]}, {"id": "3512", "type": "Feature", "properties": {"id": "ak16905689", "mag": 1.2, "time": 1505757035772, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8926, 61.2214, 62.6]}, "bbox": [-150.8926, 61.2214, -150.8926, 61.2214]}, {"id": "3513", "type": "Feature", "properties": {"id": "pr2017261002", "mag": 2.83, "time": 1505756997070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5011, 19.09, 29.0]}, "bbox": [-66.5011, 19.09, -66.5011, 19.09]}, {"id": "3514", "type": "Feature", "properties": {"id": "us2000aq4m", "mag": 4.3, "time": 1505756979200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2066, 15.6332, 53.99]}, "bbox": [-95.2066, 15.6332, -95.2066, 15.6332]}, {"id": "3515", "type": "Feature", "properties": {"id": "ak16849685", "mag": 1.4, "time": 1505755775657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6398, 58.3116, 3.1]}, "bbox": [-154.6398, 58.3116, -154.6398, 58.3116]}, {"id": "3516", "type": "Feature", "properties": {"id": "nn00605793", "mag": 2.1, "time": 1505755747277, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0899, 37.3433, 2.7]}, "bbox": [-115.0899, 37.3433, -115.0899, 37.3433]}, {"id": "3517", "type": "Feature", "properties": {"id": "us2000aq3v", "mag": 4.1, "time": 1505755544410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8487, 15.9949, 55.32]}, "bbox": [-94.8487, 15.9949, -94.8487, 15.9949]}, {"id": "3518", "type": "Feature", "properties": {"id": "uu60247422", "mag": 3.28, "time": 1505755278460, "felt": 662.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 40.700833, 10.96]}, "bbox": [-111.609167, 40.700833, -111.609167, 40.700833]}, {"id": "3519", "type": "Feature", "properties": {"id": "ak16849675", "mag": 1.0, "time": 1505754649061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0364, 64.4942, 19.7]}, "bbox": [-150.0364, 64.4942, -150.0364, 64.4942]}, {"id": "3520", "type": "Feature", "properties": {"id": "nc72894701", "mag": 1.54, "time": 1505754599760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.869, 36.443167, 15.01]}, "bbox": [-120.869, 36.443167, -120.869, 36.443167]}, {"id": "3521", "type": "Feature", "properties": {"id": "ismpkansas70235573", "mag": 2.16, "time": 1505754215540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.819333, 37.204, 5.2]}, "bbox": [-97.819333, 37.204, -97.819333, 37.204]}, {"id": "3522", "type": "Feature", "properties": {"id": "nc72894696", "mag": 1.11, "time": 1505753360080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.779167, 38.816834, 1.68]}, "bbox": [-122.779167, 38.816834, -122.779167, 38.816834]}, {"id": "3523", "type": "Feature", "properties": {"id": "nc72894681", "mag": 2.71, "time": 1505753271320, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.776833, 38.818833, 1.94]}, "bbox": [-122.776833, 38.818833, -122.776833, 38.818833]}, {"id": "3524", "type": "Feature", "properties": {"id": "us2000aq1c", "mag": 4.3, "time": 1505753232560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9297, 40.1065, 16.32]}, "bbox": [19.9297, 40.1065, 19.9297, 40.1065]}, {"id": "3525", "type": "Feature", "properties": {"id": "hv61912961", "mag": 1.88, "time": 1505752987740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.220333, 19.426333, 30.266]}, "bbox": [-155.220333, 19.426333, -155.220333, 19.426333]}, {"id": "3526", "type": "Feature", "properties": {"id": "ak16849646", "mag": 1.9, "time": 1505752045532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8846, 59.8511, 56.1]}, "bbox": [-151.8846, 59.8511, -151.8846, 59.8511]}, {"id": "3527", "type": "Feature", "properties": {"id": "ak16905682", "mag": 2.1, "time": 1505751893024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9783, 51.5536, 48.5]}, "bbox": [-175.9783, 51.5536, -175.9783, 51.5536]}, {"id": "3528", "type": "Feature", "properties": {"id": "ak16905681", "mag": 1.4, "time": 1505751513529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5148, 59.7419, 92.5]}, "bbox": [-152.5148, 59.7419, -152.5148, 59.7419]}, {"id": "3529", "type": "Feature", "properties": {"id": "us2000aq9y", "mag": 3.0, "time": 1505751460390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.173, 52.0554, 121.43]}, "bbox": [-179.173, 52.0554, -179.173, 52.0554]}, {"id": "3530", "type": "Feature", "properties": {"id": "uu60247412", "mag": 1.56, "time": 1505751055750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8355, 39.743833, 1.73]}, "bbox": [-110.8355, 39.743833, -110.8355, 39.743833]}, {"id": "3531", "type": "Feature", "properties": {"id": "nn00605780", "mag": 1.0, "time": 1505750947574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0248, 38.8721, 3.6]}, "bbox": [-118.0248, 38.8721, -118.0248, 38.8721]}, {"id": "3532", "type": "Feature", "properties": {"id": "nc72894651", "mag": 1.22, "time": 1505750864240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.521833, -0.61]}, "bbox": [-118.8995, 37.521833, -118.8995, 37.521833]}, {"id": "3533", "type": "Feature", "properties": {"id": "us2000apzi", "mag": 4.5, "time": 1505750058850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [77.1478, 40.9769, 10.0]}, "bbox": [77.1478, 40.9769, 77.1478, 40.9769]}, {"id": "3534", "type": "Feature", "properties": {"id": "ak16905679", "mag": 1.0, "time": 1505749750880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3078, 62.9046, 85.6]}, "bbox": [-150.3078, 62.9046, -150.3078, 62.9046]}, {"id": "3535", "type": "Feature", "properties": {"id": "ak16849178", "mag": 1.3, "time": 1505749184927, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5131, 62.8898, 90.2]}, "bbox": [-150.5131, 62.8898, -150.5131, 62.8898]}, {"id": "3536", "type": "Feature", "properties": {"id": "us2000apyu", "mag": 4.3, "time": 1505748920580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1652, -31.8057, 10.0]}, "bbox": [-72.1652, -31.8057, -72.1652, -31.8057]}, {"id": "3537", "type": "Feature", "properties": {"id": "ak16849177", "mag": 3.5, "time": 1505748318594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7225, 51.7093, 41.5]}, "bbox": [-177.7225, 51.7093, -177.7225, 51.7093]}, {"id": "3538", "type": "Feature", "properties": {"id": "nc72894631", "mag": 1.04, "time": 1505748063110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.787498, 38.798832, -0.32]}, "bbox": [-122.787498, 38.798832, -122.787498, 38.798832]}, {"id": "3539", "type": "Feature", "properties": {"id": "hv61912826", "mag": 1.1, "time": 1505748041950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.431667, 19.343833, 9.245]}, "bbox": [-155.431667, 19.343833, -155.431667, 19.343833]}, {"id": "3540", "type": "Feature", "properties": {"id": "nn00605847", "mag": 1.0, "time": 1505747832897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1332, 37.421, 0.0]}, "bbox": [-115.1332, 37.421, -115.1332, 37.421]}, {"id": "3541", "type": "Feature", "properties": {"id": "us2000apya", "mag": 4.7, "time": 1505747639290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5858, 15.1833, 36.89]}, "bbox": [-94.5858, 15.1833, -94.5858, 15.1833]}, {"id": "3542", "type": "Feature", "properties": {"id": "ak16848711", "mag": 1.3, "time": 1505747504037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7568, 59.8878, 0.0]}, "bbox": [-136.7568, 59.8878, -136.7568, 59.8878]}, {"id": "3543", "type": "Feature", "properties": {"id": "ak16905675", "mag": 2.1, "time": 1505746990876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9195, 57.1996, 98.3]}, "bbox": [-156.9195, 57.1996, -156.9195, 57.1996]}, {"id": "3544", "type": "Feature", "properties": {"id": "nc72894616", "mag": 2.19, "time": 1505746390770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 40.217, 6.16]}, "bbox": [-121.149, 40.217, -121.149, 40.217]}, {"id": "3545", "type": "Feature", "properties": {"id": "ak16848704", "mag": 2.3, "time": 1505746286875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7477, 53.6076, 54.8]}, "bbox": [-164.7477, 53.6076, -164.7477, 53.6076]}, {"id": "3546", "type": "Feature", "properties": {"id": "pr2017261001", "mag": 2.61, "time": 1505746245880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.7745, 18.8611, 60.0]}, "bbox": [-64.7745, 18.8611, -64.7745, 18.8611]}, {"id": "3547", "type": "Feature", "properties": {"id": "ak16848698", "mag": 2.1, "time": 1505746048831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6658, 61.6841, 99.5]}, "bbox": [-151.6658, 61.6841, -151.6658, 61.6841]}, {"id": "3548", "type": "Feature", "properties": {"id": "us2000aq9s", "mag": 4.1, "time": 1505745176040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3907, 51.552, 15.01]}, "bbox": [-178.3907, 51.552, -178.3907, 51.552]}, {"id": "3549", "type": "Feature", "properties": {"id": "us2000apxn", "mag": 4.9, "time": 1505745090220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.9092, -17.3471, 45.41]}, "bbox": [-173.9092, -17.3471, -173.9092, -17.3471]}, {"id": "3550", "type": "Feature", "properties": {"id": "us2000apxj", "mag": 4.3, "time": 1505744936080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2186, -31.8431, 10.0]}, "bbox": [-72.2186, -31.8431, -72.2186, -31.8431]}, {"id": "3551", "type": "Feature", "properties": {"id": "nn00605771", "mag": 1.4, "time": 1505744651408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1135, 37.3693, 0.0]}, "bbox": [-115.1135, 37.3693, -115.1135, 37.3693]}, {"id": "3552", "type": "Feature", "properties": {"id": "us2000apx5", "mag": 5.6, "time": 1505744352870, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5576, 15.2537, 10.0]}, "bbox": [-94.5576, 15.2537, -94.5576, 15.2537]}, {"id": "3553", "type": "Feature", "properties": {"id": "ak16905668", "mag": 2.5, "time": 1505742582241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8697, 55.3906, 161.2]}, "bbox": [-162.8697, 55.3906, -162.8697, 55.3906]}, {"id": "3554", "type": "Feature", "properties": {"id": "us2000apwd", "mag": 5.8, "time": 1505742416590, "felt": 129.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.147, -31.82, 10.0]}, "bbox": [-72.147, -31.82, -72.147, -31.82]}, {"id": "3555", "type": "Feature", "properties": {"id": "us2000apz2", "mag": 2.7, "time": 1505742004420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8389, 9.05]}, "bbox": [-112.5215, 46.8389, -112.5215, 46.8389]}, {"id": "3556", "type": "Feature", "properties": {"id": "nn00605759", "mag": 1.7, "time": 1505741994692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.124, 38.2695, 11.4]}, "bbox": [-119.124, 38.2695, -119.124, 38.2695]}, {"id": "3557", "type": "Feature", "properties": {"id": "us2000apw7", "mag": 4.6, "time": 1505741142110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.9613, 54.8175, 10.0]}, "bbox": [167.9613, 54.8175, 167.9613, 54.8175]}, {"id": "3558", "type": "Feature", "properties": {"id": "ak16905665", "mag": 1.6, "time": 1505741113018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6727, 58.1121, 86.4]}, "bbox": [-154.6727, 58.1121, -154.6727, 58.1121]}, {"id": "3559", "type": "Feature", "properties": {"id": "ak16905664", "mag": 1.1, "time": 1505740639920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4494, 63.2584, 114.0]}, "bbox": [-150.4494, 63.2584, -150.4494, 63.2584]}, {"id": "3560", "type": "Feature", "properties": {"id": "nc72894591", "mag": 2.07, "time": 1505739410930, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0555, 37.236667, 7.74]}, "bbox": [-122.0555, 37.236667, -122.0555, 37.236667]}, {"id": "3561", "type": "Feature", "properties": {"id": "ak16848204", "mag": 1.1, "time": 1505739204689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9796, 60.2252, 8.2]}, "bbox": [-140.9796, 60.2252, -140.9796, 60.2252]}, {"id": "3562", "type": "Feature", "properties": {"id": "mb80256214", "mag": 2.14, "time": 1505739119730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5825, 46.902333, 13.02]}, "bbox": [-112.5825, 46.902333, -112.5825, 46.902333]}, {"id": "3563", "type": "Feature", "properties": {"id": "nc72894586", "mag": 2.01, "time": 1505738526550, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.378, 36.3415, 3.67]}, "bbox": [-120.378, 36.3415, -120.378, 36.3415]}, {"id": "3564", "type": "Feature", "properties": {"id": "ak16847753", "mag": 1.3, "time": 1505737613815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1555, 60.2089, 8.0]}, "bbox": [-147.1555, 60.2089, -147.1555, 60.2089]}, {"id": "3565", "type": "Feature", "properties": {"id": "us2000apvj", "mag": 5.0, "time": 1505736665230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9085, -30.4189, 35.0]}, "bbox": [-177.9085, -30.4189, -177.9085, -30.4189]}, {"id": "3566", "type": "Feature", "properties": {"id": "us2000apva", "mag": 4.9, "time": 1505736421580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9784, 16.2017, 42.11]}, "bbox": [-94.9784, 16.2017, -94.9784, 16.2017]}, {"id": "3567", "type": "Feature", "properties": {"id": "nc72894571", "mag": 1.07, "time": 1505736271580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784332, 38.838333, 0.08]}, "bbox": [-122.784332, 38.838333, -122.784332, 38.838333]}, {"id": "3568", "type": "Feature", "properties": {"id": "nc72894556", "mag": 0.97, "time": 1505736021180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.813499, 2.19]}, "bbox": [-122.818001, 38.813499, -122.818001, 38.813499]}, {"id": "3569", "type": "Feature", "properties": {"id": "ak16847743", "mag": 2.1, "time": 1505735884769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3712, 59.8705, 71.6]}, "bbox": [-152.3712, 59.8705, -152.3712, 59.8705]}, {"id": "3570", "type": "Feature", "properties": {"id": "ak16847742", "mag": 1.0, "time": 1505735834346, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8742, 61.715, 45.4]}, "bbox": [-149.8742, 61.715, -149.8742, 61.715]}, {"id": "3571", "type": "Feature", "properties": {"id": "ak16905659", "mag": 1.3, "time": 1505735311381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8392, 63.0532, 129.1]}, "bbox": [-150.8392, 63.0532, -150.8392, 63.0532]}, {"id": "3572", "type": "Feature", "properties": {"id": "mb80256209", "mag": 1.05, "time": 1505734177450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.518, 46.853667, 12.03]}, "bbox": [-112.518, 46.853667, -112.518, 46.853667]}, {"id": "3573", "type": "Feature", "properties": {"id": "mb80256199", "mag": 1.81, "time": 1505733980660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.487833, 46.873667, 12.76]}, "bbox": [-112.487833, 46.873667, -112.487833, 46.873667]}, {"id": "3574", "type": "Feature", "properties": {"id": "nc72894526", "mag": 1.16, "time": 1505733885060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.805833, 2.04]}, "bbox": [-122.8005, 38.805833, -122.8005, 38.805833]}, {"id": "3575", "type": "Feature", "properties": {"id": "ak16847290", "mag": 1.5, "time": 1505733696824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5693, 64.3804, 8.3]}, "bbox": [-147.5693, 64.3804, -147.5693, 64.3804]}, {"id": "3576", "type": "Feature", "properties": {"id": "nc72894516", "mag": 1.04, "time": 1505733506920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814163, 38.801998, 2.32]}, "bbox": [-122.814163, 38.801998, -122.814163, 38.801998]}, {"id": "3577", "type": "Feature", "properties": {"id": "us2000aur7", "mag": 3.1, "time": 1505733485810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.7034, 52.2855, 34.99]}, "bbox": [-170.7034, 52.2855, -170.7034, 52.2855]}, {"id": "3578", "type": "Feature", "properties": {"id": "ak16847284", "mag": 1.4, "time": 1505732610976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6388, 61.2241, 50.7]}, "bbox": [-150.6388, 61.2241, -150.6388, 61.2241]}, {"id": "3579", "type": "Feature", "properties": {"id": "ci37765935", "mag": 1.95, "time": 1505732049210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 34.9205, 5.15]}, "bbox": [-116.924667, 34.9205, -116.924667, 34.9205]}, {"id": "3580", "type": "Feature", "properties": {"id": "ci37765927", "mag": 1.35, "time": 1505731803760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3425, 35.462, 3.59]}, "bbox": [-118.3425, 35.462, -118.3425, 35.462]}, {"id": "3581", "type": "Feature", "properties": {"id": "nc72894501", "mag": 1.64, "time": 1505731051670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.950333, 41.046833, 9.17]}, "bbox": [-121.950333, 41.046833, -121.950333, 41.046833]}, {"id": "3582", "type": "Feature", "properties": {"id": "ak16905652", "mag": 2.0, "time": 1505729940504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5491, 54.9912, 67.0]}, "bbox": [-161.5491, 54.9912, -161.5491, 54.9912]}, {"id": "3583", "type": "Feature", "properties": {"id": "ak16846821", "mag": 3.6, "time": 1505729929794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5426, 63.5414, 107.9]}, "bbox": [-149.5426, 63.5414, -149.5426, 63.5414]}, {"id": "3584", "type": "Feature", "properties": {"id": "hv61912566", "mag": 1.91, "time": 1505728760570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.608167, 19.4375, 2.822]}, "bbox": [-155.608167, 19.4375, -155.608167, 19.4375]}, {"id": "3585", "type": "Feature", "properties": {"id": "ak16846819", "mag": 1.2, "time": 1505728039731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.773, 63.2917, 2.1]}, "bbox": [-151.773, 63.2917, -151.773, 63.2917]}, {"id": "3586", "type": "Feature", "properties": {"id": "pr2017261000", "mag": 2.03, "time": 1505727803000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2451, 18.1321, 32.0]}, "bbox": [-67.2451, 18.1321, -67.2451, 18.1321]}, {"id": "3587", "type": "Feature", "properties": {"id": "ci37765911", "mag": 1.15, "time": 1505727350640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.034667, 34.574333, 8.17]}, "bbox": [-120.034667, 34.574333, -120.034667, 34.574333]}, {"id": "3588", "type": "Feature", "properties": {"id": "nc72894496", "mag": 1.16, "time": 1505727178720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.815002, 38.806999, 3.0]}, "bbox": [-122.815002, 38.806999, -122.815002, 38.806999]}, {"id": "3589", "type": "Feature", "properties": {"id": "ak16846817", "mag": 1.3, "time": 1505726686491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5195, 61.7191, 48.0]}, "bbox": [-150.5195, 61.7191, -150.5195, 61.7191]}, {"id": "3590", "type": "Feature", "properties": {"id": "nc72894491", "mag": 1.99, "time": 1505726671730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177167, 36.580167, 5.17]}, "bbox": [-121.177167, 36.580167, -121.177167, 36.580167]}, {"id": "3591", "type": "Feature", "properties": {"id": "ak16846815", "mag": 1.4, "time": 1505726488235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0878, 61.0048, 19.3]}, "bbox": [-146.0878, 61.0048, -146.0878, 61.0048]}, {"id": "3592", "type": "Feature", "properties": {"id": "ak16846813", "mag": 1.3, "time": 1505726256030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0016, 62.7051, 3.6]}, "bbox": [-152.0016, 62.7051, -152.0016, 62.7051]}, {"id": "3593", "type": "Feature", "properties": {"id": "ak16846811", "mag": 1.2, "time": 1505725663332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7382, 59.7002, 39.4]}, "bbox": [-150.7382, 59.7002, -150.7382, 59.7002]}, {"id": "3594", "type": "Feature", "properties": {"id": "nn00605720", "mag": 1.9, "time": 1505725520932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0964, 37.3646, 4.7]}, "bbox": [-115.0964, 37.3646, -115.0964, 37.3646]}, {"id": "3595", "type": "Feature", "properties": {"id": "ak16905644", "mag": 1.4, "time": 1505724853854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3038, 57.9653, 66.7]}, "bbox": [-154.3038, 57.9653, -154.3038, 57.9653]}, {"id": "3596", "type": "Feature", "properties": {"id": "nc72894486", "mag": 1.37, "time": 1505724683560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.892833, 39.342333, 17.73]}, "bbox": [-122.892833, 39.342333, -122.892833, 39.342333]}, {"id": "3597", "type": "Feature", "properties": {"id": "ak16905643", "mag": 1.3, "time": 1505724218199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9106, 60.4014, 74.9]}, "bbox": [-151.9106, 60.4014, -151.9106, 60.4014]}, {"id": "3598", "type": "Feature", "properties": {"id": "ak16846810", "mag": 1.2, "time": 1505724188489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4141, 63.186, 102.9]}, "bbox": [-150.4141, 63.186, -150.4141, 63.186]}, {"id": "3599", "type": "Feature", "properties": {"id": "ak16846807", "mag": 2.8, "time": 1505723956077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0917, 53.5664, 54.2]}, "bbox": [-165.0917, 53.5664, -165.0917, 53.5664]}, {"id": "3600", "type": "Feature", "properties": {"id": "ak16846803", "mag": 1.3, "time": 1505723952516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.705, 62.5617, 9.0]}, "bbox": [-152.705, 62.5617, -152.705, 62.5617]}, {"id": "3601", "type": "Feature", "properties": {"id": "ak16846799", "mag": 1.9, "time": 1505723888518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5274, 59.9845, 0.0]}, "bbox": [-139.5274, 59.9845, -139.5274, 59.9845]}, {"id": "3602", "type": "Feature", "properties": {"id": "ak16846358", "mag": 1.3, "time": 1505723457765, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9157, 63.5359, 3.7]}, "bbox": [-150.9157, 63.5359, -150.9157, 63.5359]}, {"id": "3603", "type": "Feature", "properties": {"id": "nc72894456", "mag": 1.22, "time": 1505721765430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157, 36.5615, 3.01]}, "bbox": [-121.157, 36.5615, -121.157, 36.5615]}, {"id": "3604", "type": "Feature", "properties": {"id": "ak16905637", "mag": 1.8, "time": 1505721695198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5368, 53.884, 45.2]}, "bbox": [-164.5368, 53.884, -164.5368, 53.884]}, {"id": "3605", "type": "Feature", "properties": {"id": "ak16846355", "mag": 1.3, "time": 1505721374282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8253, 64.8958, 12.3]}, "bbox": [-147.8253, 64.8958, -147.8253, 64.8958]}, {"id": "3606", "type": "Feature", "properties": {"id": "ak16846352", "mag": 1.3, "time": 1505721334563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8755, 64.8906, 14.6]}, "bbox": [-147.8755, 64.8906, -147.8755, 64.8906]}, {"id": "3607", "type": "Feature", "properties": {"id": "ak16846351", "mag": 1.4, "time": 1505720984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6407, 59.7861, 56.0]}, "bbox": [-151.6407, 59.7861, -151.6407, 59.7861]}, {"id": "3608", "type": "Feature", "properties": {"id": "ak16905633", "mag": 1.2, "time": 1505720070282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2909, 61.9803, 75.6]}, "bbox": [-151.2909, 61.9803, -151.2909, 61.9803]}, {"id": "3609", "type": "Feature", "properties": {"id": "ak16905632", "mag": 1.3, "time": 1505720064076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7225, 60.6284, 40.3]}, "bbox": [-150.7225, 60.6284, -150.7225, 60.6284]}, {"id": "3610", "type": "Feature", "properties": {"id": "ci37765871", "mag": 0.96, "time": 1505719770880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.495, 4.99]}, "bbox": [-116.790667, 33.495, -116.790667, 33.495]}, {"id": "3611", "type": "Feature", "properties": {"id": "hv61912506", "mag": 1.73, "time": 1505719651510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.218167, 19.4285, 29.836]}, "bbox": [-155.218167, 19.4285, -155.218167, 19.4285]}, {"id": "3612", "type": "Feature", "properties": {"id": "nc72894436", "mag": 1.05, "time": 1505719249700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0175, 37.221333, 9.74]}, "bbox": [-122.0175, 37.221333, -122.0175, 37.221333]}, {"id": "3613", "type": "Feature", "properties": {"id": "nc72894411", "mag": 1.53, "time": 1505718670360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827167, 38.8125, 1.64]}, "bbox": [-122.827167, 38.8125, -122.827167, 38.8125]}, {"id": "3614", "type": "Feature", "properties": {"id": "ak16845911", "mag": 1.3, "time": 1505718573027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2238, 64.9935, 6.8]}, "bbox": [-161.2238, 64.9935, -161.2238, 64.9935]}, {"id": "3615", "type": "Feature", "properties": {"id": "nc72894406", "mag": 1.22, "time": 1505718182950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.180167, 36.585333, 5.57]}, "bbox": [-121.180167, 36.585333, -121.180167, 36.585333]}, {"id": "3616", "type": "Feature", "properties": {"id": "ak16845908", "mag": 1.1, "time": 1505717899889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0029, 61.1046, 1.6]}, "bbox": [-140.0029, 61.1046, -140.0029, 61.1046]}, {"id": "3617", "type": "Feature", "properties": {"id": "ak16845905", "mag": 2.8, "time": 1505717405495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0451, 53.5595, 58.8]}, "bbox": [-165.0451, 53.5595, -165.0451, 53.5595]}, {"id": "3618", "type": "Feature", "properties": {"id": "mb80256179", "mag": 2.84, "time": 1505717382030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.576167, 48.519, 10.89]}, "bbox": [-114.576167, 48.519, -114.576167, 48.519]}, {"id": "3619", "type": "Feature", "properties": {"id": "ci37765839", "mag": 1.11, "time": 1505716385670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6075, 32.833667, 11.71]}, "bbox": [-115.6075, 32.833667, -115.6075, 32.833667]}, {"id": "3620", "type": "Feature", "properties": {"id": "ak16905628", "mag": 1.2, "time": 1505716158469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5838, 63.1688, 113.8]}, "bbox": [-150.5838, 63.1688, -150.5838, 63.1688]}, {"id": "3621", "type": "Feature", "properties": {"id": "ak16905627", "mag": 1.2, "time": 1505715377323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6661, 60.0063, 5.7]}, "bbox": [-140.6661, 60.0063, -140.6661, 60.0063]}, {"id": "3622", "type": "Feature", "properties": {"id": "ak16845901", "mag": 1.6, "time": 1505714845138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4484, 61.3659, 46.1]}, "bbox": [-150.4484, 61.3659, -150.4484, 61.3659]}, {"id": "3623", "type": "Feature", "properties": {"id": "mb80256174", "mag": 1.81, "time": 1505714255290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.9025, 12.6]}, "bbox": [-112.529333, 46.9025, -112.529333, 46.9025]}, {"id": "3624", "type": "Feature", "properties": {"id": "ak16845458", "mag": 1.9, "time": 1505713543034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4235, 61.487, 4.6]}, "bbox": [-146.4235, 61.487, -146.4235, 61.487]}, {"id": "3625", "type": "Feature", "properties": {"id": "ak16845453", "mag": 3.2, "time": 1505712925929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0259, 53.5803, 50.5]}, "bbox": [-165.0259, 53.5803, -165.0259, 53.5803]}, {"id": "3626", "type": "Feature", "properties": {"id": "us2000apru", "mag": 5.7, "time": 1505712483490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-12.7162, -18.5262, 10.0]}, "bbox": [-12.7162, -18.5262, -12.7162, -18.5262]}, {"id": "3627", "type": "Feature", "properties": {"id": "nn00605697", "mag": 1.0, "time": 1505711755570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4153, 9.7]}, "bbox": [-118.9167, 38.4153, -118.9167, 38.4153]}, {"id": "3628", "type": "Feature", "properties": {"id": "ak16845450", "mag": 2.7, "time": 1505711653057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4353, 51.7384, 88.4]}, "bbox": [179.4353, 51.7384, 179.4353, 51.7384]}, {"id": "3629", "type": "Feature", "properties": {"id": "ak16845451", "mag": 1.4, "time": 1505711579811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0383, 61.8395, 66.6]}, "bbox": [-151.0383, 61.8395, -151.0383, 61.8395]}, {"id": "3630", "type": "Feature", "properties": {"id": "nc72894331", "mag": 2.68, "time": 1505711256010, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.213167, 41.036, 15.48]}, "bbox": [-125.213167, 41.036, -125.213167, 41.036]}, {"id": "3631", "type": "Feature", "properties": {"id": "us2000apre", "mag": 3.6, "time": 1505710149350, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.6072, 5.27]}, "bbox": [-111.457, 42.6072, -111.457, 42.6072]}, {"id": "3632", "type": "Feature", "properties": {"id": "uu60247312", "mag": 1.94, "time": 1505709538260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.024833, 44.791, 10.06]}, "bbox": [-111.024833, 44.791, -111.024833, 44.791]}, {"id": "3633", "type": "Feature", "properties": {"id": "ak16845447", "mag": 1.6, "time": 1505709232112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.234, 53.4469, 14.0]}, "bbox": [-167.234, 53.4469, -167.234, 53.4469]}, {"id": "3634", "type": "Feature", "properties": {"id": "ci37765759", "mag": 1.11, "time": 1505708432940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.496667, 4.85]}, "bbox": [-116.797, 33.496667, -116.797, 33.496667]}, {"id": "3635", "type": "Feature", "properties": {"id": "nm60206976", "mag": 2.5, "time": 1505708310780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.764167, 36.103833, 7.78]}, "bbox": [-89.764167, 36.103833, -89.764167, 36.103833]}, {"id": "3636", "type": "Feature", "properties": {"id": "nc72894281", "mag": 1.78, "time": 1505708211260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.583, 36.899833, 6.75]}, "bbox": [-121.583, 36.899833, -121.583, 36.899833]}, {"id": "3637", "type": "Feature", "properties": {"id": "ak16845444", "mag": 1.6, "time": 1505708018964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0127, 61.0975, 1.1]}, "bbox": [-140.0127, 61.0975, -140.0127, 61.0975]}, {"id": "3638", "type": "Feature", "properties": {"id": "ak16845440", "mag": 1.7, "time": 1505706867753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5639, 63.255, 126.3]}, "bbox": [-150.5639, 63.255, -150.5639, 63.255]}, {"id": "3639", "type": "Feature", "properties": {"id": "ak16845438", "mag": 3.0, "time": 1505706621950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0175, 55.7675, 33.0]}, "bbox": [-153.0175, 55.7675, -153.0175, 55.7675]}, {"id": "3640", "type": "Feature", "properties": {"id": "ci37765751", "mag": 1.44, "time": 1505706060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.6865, 17.69]}, "bbox": [-116.797, 33.6865, -116.797, 33.6865]}, {"id": "3641", "type": "Feature", "properties": {"id": "uu60247287", "mag": 2.42, "time": 1505704855680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.429167, 42.593667, 7.36]}, "bbox": [-111.429167, 42.593667, -111.429167, 42.593667]}, {"id": "3642", "type": "Feature", "properties": {"id": "ak16845431", "mag": 2.4, "time": 1505704484262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8583, 58.216, 42.3]}, "bbox": [-152.8583, 58.216, -152.8583, 58.216]}, {"id": "3643", "type": "Feature", "properties": {"id": "ak16845430", "mag": 1.1, "time": 1505704418776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2714, 58.1899, 5.0]}, "bbox": [-155.2714, 58.1899, -155.2714, 58.1899]}, {"id": "3644", "type": "Feature", "properties": {"id": "mb80256144", "mag": 1.01, "time": 1505704182270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.8725, 13.72]}, "bbox": [-112.526333, 46.8725, -112.526333, 46.8725]}, {"id": "3645", "type": "Feature", "properties": {"id": "ak16905611", "mag": 1.0, "time": 1505704113848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9313, 61.6519, 67.6]}, "bbox": [-150.9313, 61.6519, -150.9313, 61.6519]}, {"id": "3646", "type": "Feature", "properties": {"id": "nc72894211", "mag": 1.84, "time": 1505703109320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.735167, 37.656, 5.91]}, "bbox": [-121.735167, 37.656, -121.735167, 37.656]}, {"id": "3647", "type": "Feature", "properties": {"id": "ak16845426", "mag": 1.6, "time": 1505702885799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6172, 61.5636, 14.5]}, "bbox": [-146.6172, 61.5636, -146.6172, 61.5636]}, {"id": "3648", "type": "Feature", "properties": {"id": "ci37765687", "mag": 1.59, "time": 1505702779150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.919833, 33.9785, 4.46]}, "bbox": [-116.919833, 33.9785, -116.919833, 33.9785]}, {"id": "3649", "type": "Feature", "properties": {"id": "nn00605680", "mag": 1.4, "time": 1505702728608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.713, 38.8287, 9.8]}, "bbox": [-119.713, 38.8287, -119.713, 38.8287]}, {"id": "3650", "type": "Feature", "properties": {"id": "ak16844993", "mag": 1.3, "time": 1505701093513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5107, 62.1708, 21.0]}, "bbox": [-145.5107, 62.1708, -145.5107, 62.1708]}, {"id": "3651", "type": "Feature", "properties": {"id": "us2000awky", "mag": 4.1, "time": 1505700898950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3513, 15.0304, 10.0]}, "bbox": [-94.3513, 15.0304, -94.3513, 15.0304]}, {"id": "3652", "type": "Feature", "properties": {"id": "ci37765671", "mag": 1.43, "time": 1505700367060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172167, 34.033667, 5.06]}, "bbox": [-117.172167, 34.033667, -117.172167, 34.033667]}, {"id": "3653", "type": "Feature", "properties": {"id": "ak16905606", "mag": 1.2, "time": 1505699859087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8715, 60.6663, 44.3]}, "bbox": [-150.8715, 60.6663, -150.8715, 60.6663]}, {"id": "3654", "type": "Feature", "properties": {"id": "uw61330596", "mag": 1.49, "time": 1505699530930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847333, 47.759167, 17.25]}, "bbox": [-122.847333, 47.759167, -122.847333, 47.759167]}, {"id": "3655", "type": "Feature", "properties": {"id": "us2000apq2", "mag": 4.2, "time": 1505699407130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2351, 15.3068, 42.58]}, "bbox": [-94.2351, 15.3068, -94.2351, 15.3068]}, {"id": "3656", "type": "Feature", "properties": {"id": "us2000awly", "mag": 4.2, "time": 1505698782750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1304, 14.9812, 38.39]}, "bbox": [-94.1304, 14.9812, -94.1304, 14.9812]}, {"id": "3657", "type": "Feature", "properties": {"id": "ak16905605", "mag": 1.0, "time": 1505698554304, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5172, 62.1736, 24.2]}, "bbox": [-145.5172, 62.1736, -145.5172, 62.1736]}, {"id": "3658", "type": "Feature", "properties": {"id": "nc72894176", "mag": 2.03, "time": 1505698095820, "felt": 171.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.295333, 37.912, 2.97]}, "bbox": [-122.295333, 37.912, -122.295333, 37.912]}, {"id": "3659", "type": "Feature", "properties": {"id": "us2000appq", "mag": 4.5, "time": 1505697812820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.3367, 53.381, 85.64]}, "bbox": [159.3367, 53.381, 159.3367, 53.381]}, {"id": "3660", "type": "Feature", "properties": {"id": "ci37765639", "mag": 1.01, "time": 1505697641450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7125, 33.986833, 15.48]}, "bbox": [-116.7125, 33.986833, -116.7125, 33.986833]}, {"id": "3661", "type": "Feature", "properties": {"id": "us2000appj", "mag": 4.2, "time": 1505697430690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.5275, -17.5255, 167.68]}, "bbox": [-69.5275, -17.5255, -69.5275, -17.5255]}, {"id": "3662", "type": "Feature", "properties": {"id": "ak16844988", "mag": 1.0, "time": 1505697245375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1193, 62.3401, 0.6]}, "bbox": [-149.1193, 62.3401, -149.1193, 62.3401]}, {"id": "3663", "type": "Feature", "properties": {"id": "ci37765631", "mag": 1.87, "time": 1505697080810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650333, 36.996833, -0.56]}, "bbox": [-117.650333, 36.996833, -117.650333, 36.996833]}, {"id": "3664", "type": "Feature", "properties": {"id": "ak16905602", "mag": 1.4, "time": 1505696884087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1499, 61.9617, 114.4]}, "bbox": [-152.1499, 61.9617, -152.1499, 61.9617]}, {"id": "3665", "type": "Feature", "properties": {"id": "ak16844556", "mag": 1.5, "time": 1505696691069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8744, 60.2484, 9.9]}, "bbox": [-141.8744, 60.2484, -141.8744, 60.2484]}, {"id": "3666", "type": "Feature", "properties": {"id": "us2000azbk", "mag": 4.0, "time": 1505696468620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5206, 14.824, 18.19]}, "bbox": [-94.5206, 14.824, -94.5206, 14.824]}, {"id": "3667", "type": "Feature", "properties": {"id": "ak16844553", "mag": 1.3, "time": 1505696463448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4081, 64.6136, 20.7]}, "bbox": [-149.4081, 64.6136, -149.4081, 64.6136]}, {"id": "3668", "type": "Feature", "properties": {"id": "nc72894161", "mag": 1.21, "time": 1505695849630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.818833, 37.41, -0.31]}, "bbox": [-121.818833, 37.41, -121.818833, 37.41]}, {"id": "3669", "type": "Feature", "properties": {"id": "us2000awku", "mag": 4.1, "time": 1505694807240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.306, 19.0286, 202.23]}, "bbox": [145.306, 19.0286, 145.306, 19.0286]}, {"id": "3670", "type": "Feature", "properties": {"id": "us2000app7", "mag": 4.4, "time": 1505694748030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.3564, -8.1346, 41.72]}, "bbox": [119.3564, -8.1346, 119.3564, -8.1346]}, {"id": "3671", "type": "Feature", "properties": {"id": "nn00605668", "mag": 1.2, "time": 1505694738920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3624, 37.0509, 0.0]}, "bbox": [-115.3624, 37.0509, -115.3624, 37.0509]}, {"id": "3672", "type": "Feature", "properties": {"id": "ak16844544", "mag": 2.0, "time": 1505694295643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7281, 60.3555, 46.1]}, "bbox": [-150.7281, 60.3555, -150.7281, 60.3555]}, {"id": "3673", "type": "Feature", "properties": {"id": "ak16844543", "mag": 1.8, "time": 1505694278381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7896, 59.8626, 4.6]}, "bbox": [-136.7896, 59.8626, -136.7896, 59.8626]}, {"id": "3674", "type": "Feature", "properties": {"id": "nc72894151", "mag": 1.42, "time": 1505693902060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.912833, 37.621667, 2.05]}, "bbox": [-118.912833, 37.621667, -118.912833, 37.621667]}, {"id": "3675", "type": "Feature", "properties": {"id": "ak16844541", "mag": 1.3, "time": 1505693551555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.791, 61.7452, 48.2]}, "bbox": [-149.791, 61.7452, -149.791, 61.7452]}, {"id": "3676", "type": "Feature", "properties": {"id": "mb80256109", "mag": 1.41, "time": 1505690846740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.869667, 12.91]}, "bbox": [-112.522, 46.869667, -112.522, 46.869667]}, {"id": "3677", "type": "Feature", "properties": {"id": "ci37765583", "mag": 1.3, "time": 1505690496480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673167, 35.042833, -0.82]}, "bbox": [-117.673167, 35.042833, -117.673167, 35.042833]}, {"id": "3678", "type": "Feature", "properties": {"id": "ak16873959", "mag": 1.1, "time": 1505690288149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4144, 67.2216, 11.0]}, "bbox": [-153.4144, 67.2216, -153.4144, 67.2216]}, {"id": "3679", "type": "Feature", "properties": {"id": "ak16844094", "mag": 1.9, "time": 1505690276630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3972, 53.7854, 6.8]}, "bbox": [-166.3972, 53.7854, -166.3972, 53.7854]}, {"id": "3680", "type": "Feature", "properties": {"id": "us2000apnm", "mag": 4.9, "time": 1505689940400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.5672, -4.6379, 588.19]}, "bbox": [149.5672, -4.6379, 149.5672, -4.6379]}, {"id": "3681", "type": "Feature", "properties": {"id": "mb80256099", "mag": 2.34, "time": 1505689339390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.899167, 12.28]}, "bbox": [-112.5195, 46.899167, -112.5195, 46.899167]}, {"id": "3682", "type": "Feature", "properties": {"id": "ak16844091", "mag": 1.5, "time": 1505688162418, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5592, 60.9727, 72.2]}, "bbox": [-151.5592, 60.9727, -151.5592, 60.9727]}, {"id": "3683", "type": "Feature", "properties": {"id": "mb80256084", "mag": 1.49, "time": 1505688150190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.8165, 46.9305, 13.74]}, "bbox": [-112.8165, 46.9305, -112.8165, 46.9305]}, {"id": "3684", "type": "Feature", "properties": {"id": "nc72894131", "mag": 0.95, "time": 1505687822870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.026667, 36.453333, 2.98]}, "bbox": [-121.026667, 36.453333, -121.026667, 36.453333]}, {"id": "3685", "type": "Feature", "properties": {"id": "nc72894126", "mag": 1.46, "time": 1505687740270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.618333, 36.970833, 5.35]}, "bbox": [-121.618333, 36.970833, -121.618333, 36.970833]}, {"id": "3686", "type": "Feature", "properties": {"id": "ak16844087", "mag": 1.3, "time": 1505686236328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3499, 60.4807, 6.2]}, "bbox": [-147.3499, 60.4807, -147.3499, 60.4807]}, {"id": "3687", "type": "Feature", "properties": {"id": "ak16844084", "mag": 1.7, "time": 1505686047172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7406, 64.6981, 9.7]}, "bbox": [-153.7406, 64.6981, -153.7406, 64.6981]}, {"id": "3688", "type": "Feature", "properties": {"id": "ak16844079", "mag": 2.1, "time": 1505685489298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3304, 60.4706, 9.6]}, "bbox": [-147.3304, 60.4706, -147.3304, 60.4706]}, {"id": "3689", "type": "Feature", "properties": {"id": "uw61330461", "mag": 2.46, "time": 1505684983130, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.725333, 47.439333, 22.35]}, "bbox": [-121.725333, 47.439333, -121.725333, 47.439333]}, {"id": "3690", "type": "Feature", "properties": {"id": "ak16873952", "mag": 2.2, "time": 1505684866449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.006, 52.386, 9.1]}, "bbox": [-169.006, 52.386, -169.006, 52.386]}, {"id": "3691", "type": "Feature", "properties": {"id": "nc72894116", "mag": 1.14, "time": 1505684450170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.571833, 37.947167, 8.37]}, "bbox": [-118.571833, 37.947167, -118.571833, 37.947167]}, {"id": "3692", "type": "Feature", "properties": {"id": "ak16873951", "mag": 1.3, "time": 1505684432066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6357, 60.5724, 2.9]}, "bbox": [-147.6357, 60.5724, -147.6357, 60.5724]}, {"id": "3693", "type": "Feature", "properties": {"id": "ak16843656", "mag": 1.6, "time": 1505683789980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1167, 59.7703, 41.9]}, "bbox": [-151.1167, 59.7703, -151.1167, 59.7703]}, {"id": "3694", "type": "Feature", "properties": {"id": "ak16843652", "mag": 1.6, "time": 1505683291823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4894, 61.5289, 25.6]}, "bbox": [-146.4894, 61.5289, -146.4894, 61.5289]}, {"id": "3695", "type": "Feature", "properties": {"id": "nc72894101", "mag": 1.41, "time": 1505682978360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.496, 1.06]}, "bbox": [-118.834, 37.496, -118.834, 37.496]}, {"id": "3696", "type": "Feature", "properties": {"id": "ak16843651", "mag": 2.6, "time": 1505682712646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4711, 51.686, 75.7]}, "bbox": [178.4711, 51.686, 178.4711, 51.686]}, {"id": "3697", "type": "Feature", "properties": {"id": "nc72894096", "mag": 0.99, "time": 1505682599530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816167, 37.455833, 1.06]}, "bbox": [-118.816167, 37.455833, -118.816167, 37.455833]}, {"id": "3698", "type": "Feature", "properties": {"id": "ak16843650", "mag": 1.2, "time": 1505682068077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5842, 61.7746, 3.7]}, "bbox": [-150.5842, 61.7746, -150.5842, 61.7746]}, {"id": "3699", "type": "Feature", "properties": {"id": "nc72894086", "mag": 1.35, "time": 1505681812610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.973667, 36.395167, 4.69]}, "bbox": [-120.973667, 36.395167, -120.973667, 36.395167]}, {"id": "3700", "type": "Feature", "properties": {"id": "nc72894081", "mag": 1.91, "time": 1505681477080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809167, 38.797667, 3.52]}, "bbox": [-122.809167, 38.797667, -122.809167, 38.797667]}, {"id": "3701", "type": "Feature", "properties": {"id": "nc72894076", "mag": 1.47, "time": 1505681470510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.799167, 3.08]}, "bbox": [-122.810167, 38.799167, -122.810167, 38.799167]}, {"id": "3702", "type": "Feature", "properties": {"id": "ak16873946", "mag": 1.4, "time": 1505680958230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1812, 62.2538, 76.5]}, "bbox": [-151.1812, 62.2538, -151.1812, 62.2538]}, {"id": "3703", "type": "Feature", "properties": {"id": "us2000apkx", "mag": 4.9, "time": 1505680147260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9501, -18.9829, 129.26]}, "bbox": [-174.9501, -18.9829, -174.9501, -18.9829]}, {"id": "3704", "type": "Feature", "properties": {"id": "ak16843225", "mag": 1.3, "time": 1505680062920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5209, 60.1956, 82.1]}, "bbox": [-152.5209, 60.1956, -152.5209, 60.1956]}, {"id": "3705", "type": "Feature", "properties": {"id": "ci37765519", "mag": 1.42, "time": 1505680024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.488167, 2.05]}, "bbox": [-118.293, 35.488167, -118.293, 35.488167]}, {"id": "3706", "type": "Feature", "properties": {"id": "ak16873944", "mag": 1.3, "time": 1505679233862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2975, 62.163, 79.9]}, "bbox": [-151.2975, 62.163, -151.2975, 62.163]}, {"id": "3707", "type": "Feature", "properties": {"id": "ak16873943", "mag": 1.8, "time": 1505678992249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8219, 51.8825, 86.4]}, "bbox": [-174.8219, 51.8825, -174.8219, 51.8825]}, {"id": "3708", "type": "Feature", "properties": {"id": "uw61330431", "mag": 1.0, "time": 1505678333060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5365, 47.603667, 19.51]}, "bbox": [-122.5365, 47.603667, -122.5365, 47.603667]}, {"id": "3709", "type": "Feature", "properties": {"id": "ci37765487", "mag": 1.12, "time": 1505676865320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.608667, 32.830167, 11.82]}, "bbox": [-115.608667, 32.830167, -115.608667, 32.830167]}, {"id": "3710", "type": "Feature", "properties": {"id": "us2000apke", "mag": 4.1, "time": 1505676865110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.5905, 12.0757, 53.01]}, "bbox": [-87.5905, 12.0757, -87.5905, 12.0757]}, {"id": "3711", "type": "Feature", "properties": {"id": "us2000apkd", "mag": 3.9, "time": 1505676791370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2379, -31.7388, 121.68]}, "bbox": [-70.2379, -31.7388, -70.2379, -31.7388]}, {"id": "3712", "type": "Feature", "properties": {"id": "ci37765479", "mag": 1.54, "time": 1505676576290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605333, 32.8245, 11.96]}, "bbox": [-115.605333, 32.8245, -115.605333, 32.8245]}, {"id": "3713", "type": "Feature", "properties": {"id": "us2000apkc", "mag": 2.5, "time": 1505676527950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4244, 42.5958, 5.8]}, "bbox": [-111.4244, 42.5958, -111.4244, 42.5958]}, {"id": "3714", "type": "Feature", "properties": {"id": "nn00605653", "mag": 1.3, "time": 1505676457309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.12, 38.2855, 13.1]}, "bbox": [-119.12, 38.2855, -119.12, 38.2855]}, {"id": "3715", "type": "Feature", "properties": {"id": "nc72894061", "mag": 1.21, "time": 1505675373140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.059667, 36.477833, 6.98]}, "bbox": [-121.059667, 36.477833, -121.059667, 36.477833]}, {"id": "3716", "type": "Feature", "properties": {"id": "us2000apk4", "mag": 3.1, "time": 1505674381070, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.9818, 35.7788, 5.0]}, "bbox": [-96.9818, 35.7788, -96.9818, 35.7788]}, {"id": "3717", "type": "Feature", "properties": {"id": "ak16842798", "mag": 1.4, "time": 1505672288384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7121, 63.5719, 4.3]}, "bbox": [-151.7121, 63.5719, -151.7121, 63.5719]}, {"id": "3718", "type": "Feature", "properties": {"id": "ak16842797", "mag": 2.7, "time": 1505669173773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4976, 51.6544, 7.8]}, "bbox": [-178.4976, 51.6544, -178.4976, 51.6544]}, {"id": "3719", "type": "Feature", "properties": {"id": "mb80256039", "mag": 1.09, "time": 1505668834370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.6775, 46.891833, 15.96]}, "bbox": [-112.6775, 46.891833, -112.6775, 46.891833]}, {"id": "3720", "type": "Feature", "properties": {"id": "ak16873938", "mag": 1.2, "time": 1505668625975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5592, 62.857, 82.0]}, "bbox": [-149.5592, 62.857, -149.5592, 62.857]}, {"id": "3721", "type": "Feature", "properties": {"id": "ci37765423", "mag": 1.4, "time": 1505668324590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.831333, 32.775833, 2.46]}, "bbox": [-115.831333, 32.775833, -115.831333, 32.775833]}, {"id": "3722", "type": "Feature", "properties": {"id": "ak16842795", "mag": 1.1, "time": 1505668022720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4003, 64.8531, 2.7]}, "bbox": [-153.4003, 64.8531, -153.4003, 64.8531]}, {"id": "3723", "type": "Feature", "properties": {"id": "nc72894026", "mag": 1.3, "time": 1505667983860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.734667, 38.788167, 1.43]}, "bbox": [-122.734667, 38.788167, -122.734667, 38.788167]}, {"id": "3724", "type": "Feature", "properties": {"id": "ak16873936", "mag": 1.6, "time": 1505667107903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0584, 57.21, 33.0]}, "bbox": [-155.0584, 57.21, -155.0584, 57.21]}, {"id": "3725", "type": "Feature", "properties": {"id": "ci37765415", "mag": 1.52, "time": 1505666643390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.833167, 32.781833, 2.39]}, "bbox": [-115.833167, 32.781833, -115.833167, 32.781833]}, {"id": "3726", "type": "Feature", "properties": {"id": "ci37765407", "mag": 0.98, "time": 1505666358680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.273667, 33.981333, 6.22]}, "bbox": [-116.273667, 33.981333, -116.273667, 33.981333]}, {"id": "3727", "type": "Feature", "properties": {"id": "us2000at5v", "mag": 4.3, "time": 1505665820280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2591, 0.908, 157.83]}, "bbox": [127.2591, 0.908, 127.2591, 0.908]}, {"id": "3728", "type": "Feature", "properties": {"id": "pr2017260000", "mag": 2.31, "time": 1505665148110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9698, 19.0821, 23.0]}, "bbox": [-67.9698, 19.0821, -67.9698, 19.0821]}, {"id": "3729", "type": "Feature", "properties": {"id": "us2000apj3", "mag": 2.6, "time": 1505664664460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4059, 42.5497, 11.14]}, "bbox": [-111.4059, 42.5497, -111.4059, 42.5497]}, {"id": "3730", "type": "Feature", "properties": {"id": "us2000apj0", "mag": 2.7, "time": 1505663998840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4107, 42.5429, 8.67]}, "bbox": [-111.4107, 42.5429, -111.4107, 42.5429]}, {"id": "3731", "type": "Feature", "properties": {"id": "uw61330391", "mag": 1.11, "time": 1505663462920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.04, 46.880167, 6.02]}, "bbox": [-122.04, 46.880167, -122.04, 46.880167]}, {"id": "3732", "type": "Feature", "properties": {"id": "uu60247022", "mag": 1.06, "time": 1505663122580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.790333, 9.98]}, "bbox": [-111.025833, 44.790333, -111.025833, 44.790333]}, {"id": "3733", "type": "Feature", "properties": {"id": "nn00606540", "mag": 1.3, "time": 1505663040033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0921, 41.885, 0.0]}, "bbox": [-119.0921, 41.885, -119.0921, 41.885]}, {"id": "3734", "type": "Feature", "properties": {"id": "ak16873932", "mag": 1.9, "time": 1505662296127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8489, 51.9624, 111.3]}, "bbox": [-174.8489, 51.9624, -174.8489, 51.9624]}, {"id": "3735", "type": "Feature", "properties": {"id": "us2000at5n", "mag": 4.5, "time": 1505662282900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.7612, 44.1688, 33.57]}, "bbox": [140.7612, 44.1688, 140.7612, 44.1688]}, {"id": "3736", "type": "Feature", "properties": {"id": "mb80255969", "mag": 2.04, "time": 1505662108810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516, 46.881333, 14.94]}, "bbox": [-112.516, 46.881333, -112.516, 46.881333]}, {"id": "3737", "type": "Feature", "properties": {"id": "us2000at5p", "mag": 4.5, "time": 1505662091100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.0118, -6.3464, 35.0]}, "bbox": [149.0118, -6.3464, 149.0118, -6.3464]}, {"id": "3738", "type": "Feature", "properties": {"id": "ak16873931", "mag": 1.4, "time": 1505662034661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.362, 63.1318, 2.6]}, "bbox": [-144.362, 63.1318, -144.362, 63.1318]}, {"id": "3739", "type": "Feature", "properties": {"id": "us2000at68", "mag": 4.3, "time": 1505661360280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9733, -6.4551, 35.0]}, "bbox": [148.9733, -6.4551, 148.9733, -6.4551]}, {"id": "3740", "type": "Feature", "properties": {"id": "ak16841969", "mag": 1.1, "time": 1505661169528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6029, 66.5697, 13.3]}, "bbox": [-146.6029, 66.5697, -146.6029, 66.5697]}, {"id": "3741", "type": "Feature", "properties": {"id": "mb80255949", "mag": 1.49, "time": 1505659897070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.519, 46.855, 14.3]}, "bbox": [-112.519, 46.855, -112.519, 46.855]}, {"id": "3742", "type": "Feature", "properties": {"id": "us2000apij", "mag": 5.4, "time": 1505659803240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6428, -16.6386, 30.39]}, "bbox": [-173.6428, -16.6386, -173.6428, -16.6386]}, {"id": "3743", "type": "Feature", "properties": {"id": "us2000at5x", "mag": 5.0, "time": 1505659691430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0846, 12.809, 27.48]}, "bbox": [92.0846, 12.809, 92.0846, 12.809]}, {"id": "3744", "type": "Feature", "properties": {"id": "ci37765367", "mag": 1.03, "time": 1505659458990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.19, 33.2585, 9.58]}, "bbox": [-116.19, 33.2585, -116.19, 33.2585]}, {"id": "3745", "type": "Feature", "properties": {"id": "nc72893976", "mag": 1.19, "time": 1505659223910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825, 37.453, 1.57]}, "bbox": [-118.825, 37.453, -118.825, 37.453]}, {"id": "3746", "type": "Feature", "properties": {"id": "us2000at5m", "mag": 4.9, "time": 1505658989080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.1591, -6.3567, 35.0]}, "bbox": [149.1591, -6.3567, 149.1591, -6.3567]}, {"id": "3747", "type": "Feature", "properties": {"id": "us2000apie", "mag": 4.5, "time": 1505658574670, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [24.0015, 39.2721, 10.0]}, "bbox": [24.0015, 39.2721, 24.0015, 39.2721]}, {"id": "3748", "type": "Feature", "properties": {"id": "ak16841552", "mag": 1.3, "time": 1505658549717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9309, 62.6606, 59.8]}, "bbox": [-149.9309, 62.6606, -149.9309, 62.6606]}, {"id": "3749", "type": "Feature", "properties": {"id": "us2000apif", "mag": 5.7, "time": 1505658367620, "felt": 0.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [148.8708, -6.3113, 18.92]}, "bbox": [148.8708, -6.3113, 148.8708, -6.3113]}, {"id": "3750", "type": "Feature", "properties": {"id": "us2000at5l", "mag": 4.3, "time": 1505658365190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.9505, 64.5019, 9.15]}, "bbox": [-17.9505, 64.5019, -17.9505, 64.5019]}, {"id": "3751", "type": "Feature", "properties": {"id": "us2000aza1", "mag": 4.2, "time": 1505658191320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5959, 15.2169, 35.0]}, "bbox": [-94.5959, 15.2169, -94.5959, 15.2169]}, {"id": "3752", "type": "Feature", "properties": {"id": "us2000at6b", "mag": 4.6, "time": 1505658184020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.6137, 64.4904, 8.23]}, "bbox": [-17.6137, 64.4904, -17.6137, 64.4904]}, {"id": "3753", "type": "Feature", "properties": {"id": "ak16841550", "mag": 1.4, "time": 1505657865000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8499, 59.8804, 5.2]}, "bbox": [-136.8499, 59.8804, -136.8499, 59.8804]}, {"id": "3754", "type": "Feature", "properties": {"id": "ci37765335", "mag": 1.11, "time": 1505657294840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.367, 33.357167, 9.18]}, "bbox": [-116.367, 33.357167, -116.367, 33.357167]}, {"id": "3755", "type": "Feature", "properties": {"id": "ak16841549", "mag": 1.4, "time": 1505657219284, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0876, 69.5184, 4.2]}, "bbox": [-145.0876, 69.5184, -145.0876, 69.5184]}, {"id": "3756", "type": "Feature", "properties": {"id": "nc72893941", "mag": 1.51, "time": 1505657160730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.818167, 2.23]}, "bbox": [-122.818333, 38.818167, -122.818333, 38.818167]}, {"id": "3757", "type": "Feature", "properties": {"id": "nc72893946", "mag": 1.02, "time": 1505657152440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817001, 38.8185, 2.05]}, "bbox": [-122.817001, 38.8185, -122.817001, 38.8185]}, {"id": "3758", "type": "Feature", "properties": {"id": "ak16873926", "mag": 1.7, "time": 1505656923604, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8082, 60.1773, 106.4]}, "bbox": [-152.8082, 60.1773, -152.8082, 60.1773]}, {"id": "3759", "type": "Feature", "properties": {"id": "ak16873925", "mag": 1.9, "time": 1505656654419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6293, 59.5728, 120.8]}, "bbox": [-153.6293, 59.5728, -153.6293, 59.5728]}, {"id": "3760", "type": "Feature", "properties": {"id": "ci37765327", "mag": 2.88, "time": 1505656629430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.882333, 31.6215, 9.25]}, "bbox": [-115.882333, 31.6215, -115.882333, 31.6215]}, {"id": "3761", "type": "Feature", "properties": {"id": "us2000at5k", "mag": 4.1, "time": 1505656609750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.5305, 1.7746, 37.54]}, "bbox": [126.5305, 1.7746, 126.5305, 1.7746]}, {"id": "3762", "type": "Feature", "properties": {"id": "nc72893936", "mag": 0.98, "time": 1505656502420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125667, 36.566167, 8.44]}, "bbox": [-121.125667, 36.566167, -121.125667, 36.566167]}, {"id": "3763", "type": "Feature", "properties": {"id": "us2000at5i", "mag": 4.4, "time": 1505655648380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.9394, -17.3298, 553.92]}, "bbox": [-178.9394, -17.3298, -178.9394, -17.3298]}, {"id": "3764", "type": "Feature", "properties": {"id": "se60044613", "mag": 2.03, "time": 1505655579030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.053333, 35.561333, 15.47]}, "bbox": [-85.053333, 35.561333, -85.053333, 35.561333]}, {"id": "3765", "type": "Feature", "properties": {"id": "ci37765311", "mag": 1.07, "time": 1505655296260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.090333, 33.473833, 14.65]}, "bbox": [-117.090333, 33.473833, -117.090333, 33.473833]}, {"id": "3766", "type": "Feature", "properties": {"id": "ak16841547", "mag": 1.9, "time": 1505655282227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7794, 63.9496, 114.9]}, "bbox": [-148.7794, 63.9496, -148.7794, 63.9496]}, {"id": "3767", "type": "Feature", "properties": {"id": "us2000at5r", "mag": 4.9, "time": 1505655030310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.7611, -21.01, 10.0]}, "bbox": [-11.7611, -21.01, -11.7611, -21.01]}, {"id": "3768", "type": "Feature", "properties": {"id": "us2000as44", "mag": 2.6, "time": 1505654924870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7236, 51.4933, 34.35]}, "bbox": [-177.7236, 51.4933, -177.7236, 51.4933]}, {"id": "3769", "type": "Feature", "properties": {"id": "ak16841538", "mag": 2.3, "time": 1505654819006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6722, 62.9044, 66.8]}, "bbox": [-148.6722, 62.9044, -148.6722, 62.9044]}, {"id": "3770", "type": "Feature", "properties": {"id": "ci37765303", "mag": 0.97, "time": 1505654141860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922167, 33.9755, 4.94]}, "bbox": [-116.922167, 33.9755, -116.922167, 33.9755]}, {"id": "3771", "type": "Feature", "properties": {"id": "us2000aphx", "mag": 4.0, "time": 1505653928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4533, 15.5042, 7.94]}, "bbox": [-94.4533, 15.5042, -94.4533, 15.5042]}, {"id": "3772", "type": "Feature", "properties": {"id": "ak16841537", "mag": 1.0, "time": 1505653531820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3466, 61.07, 12.2]}, "bbox": [-152.3466, 61.07, -152.3466, 61.07]}, {"id": "3773", "type": "Feature", "properties": {"id": "nc72893916", "mag": 0.99, "time": 1505653446980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.479333, 0.86]}, "bbox": [-118.835, 37.479333, -118.835, 37.479333]}, {"id": "3774", "type": "Feature", "properties": {"id": "ak16841536", "mag": 1.4, "time": 1505653266021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6794, 67.9633, 14.6]}, "bbox": [-155.6794, 67.9633, -155.6794, 67.9633]}, {"id": "3775", "type": "Feature", "properties": {"id": "ak16841136", "mag": 1.5, "time": 1505652267061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.9646, 53.8971, 6.6]}, "bbox": [-166.9646, 53.8971, -166.9646, 53.8971]}, {"id": "3776", "type": "Feature", "properties": {"id": "nn00605626", "mag": 1.0, "time": 1505652081143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 36.537, 7.3]}, "bbox": [-116.2815, 36.537, -116.2815, 36.537]}, {"id": "3777", "type": "Feature", "properties": {"id": "ak16841133", "mag": 1.8, "time": 1505651930739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7652, 62.1126, 23.7]}, "bbox": [-147.7652, 62.1126, -147.7652, 62.1126]}, {"id": "3778", "type": "Feature", "properties": {"id": "ak16841130", "mag": 2.2, "time": 1505651632523, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.454, 59.2923, 97.5]}, "bbox": [-153.454, 59.2923, -153.454, 59.2923]}, {"id": "3779", "type": "Feature", "properties": {"id": "ci37765271", "mag": 1.39, "time": 1505650827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.021167, 33.921, 2.44]}, "bbox": [-116.021167, 33.921, -116.021167, 33.921]}, {"id": "3780", "type": "Feature", "properties": {"id": "hv61911226", "mag": 1.91, "time": 1505650411260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.478668, 19.212334, 38.03]}, "bbox": [-155.478668, 19.212334, -155.478668, 19.212334]}, {"id": "3781", "type": "Feature", "properties": {"id": "ak16841124", "mag": 2.1, "time": 1505649687852, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7865, 65.3345, 13.3]}, "bbox": [-143.7865, 65.3345, -143.7865, 65.3345]}, {"id": "3782", "type": "Feature", "properties": {"id": "nc72893881", "mag": 1.23, "time": 1505648682040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543833, 37.339667, 10.06]}, "bbox": [-118.543833, 37.339667, -118.543833, 37.339667]}, {"id": "3783", "type": "Feature", "properties": {"id": "ak16840722", "mag": 3.2, "time": 1505648575230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7144, 57.2975, 42.8]}, "bbox": [-154.7144, 57.2975, -154.7144, 57.2975]}, {"id": "3784", "type": "Feature", "properties": {"id": "us2000at5g", "mag": 4.3, "time": 1505647937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.6171, -11.7459, 251.44]}, "bbox": [166.6171, -11.7459, 166.6171, -11.7459]}, {"id": "3785", "type": "Feature", "properties": {"id": "ak16873911", "mag": 2.6, "time": 1505647578270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7891, 66.3882, 37.6]}, "bbox": [-135.7891, 66.3882, -135.7891, 66.3882]}, {"id": "3786", "type": "Feature", "properties": {"id": "ak16873910", "mag": 2.0, "time": 1505647575716, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.55, 57.7487, 89.0]}, "bbox": [-155.55, 57.7487, -155.55, 57.7487]}, {"id": "3787", "type": "Feature", "properties": {"id": "ak16873909", "mag": 2.8, "time": 1505647412246, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7412, 66.3682, 34.5]}, "bbox": [-135.7412, 66.3682, -135.7412, 66.3682]}, {"id": "3788", "type": "Feature", "properties": {"id": "ak16840719", "mag": 2.1, "time": 1505647228188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4607, 60.5815, 14.5]}, "bbox": [-148.4607, 60.5815, -148.4607, 60.5815]}, {"id": "3789", "type": "Feature", "properties": {"id": "ci37765239", "mag": 1.03, "time": 1505646849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920667, 33.972167, 5.29]}, "bbox": [-116.920667, 33.972167, -116.920667, 33.972167]}, {"id": "3790", "type": "Feature", "properties": {"id": "us2000aph6", "mag": 4.2, "time": 1505646653440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3399, -21.9058, 192.78]}, "bbox": [-67.3399, -21.9058, -67.3399, -21.9058]}, {"id": "3791", "type": "Feature", "properties": {"id": "us2000aph5", "mag": 4.7, "time": 1505646260660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.0437, 3.6252, 68.15]}, "bbox": [127.0437, 3.6252, 127.0437, 3.6252]}, {"id": "3792", "type": "Feature", "properties": {"id": "ak16873907", "mag": 2.2, "time": 1505645846935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4823, 51.6608, 13.2]}, "bbox": [-178.4823, 51.6608, -178.4823, 51.6608]}, {"id": "3793", "type": "Feature", "properties": {"id": "ak16873906", "mag": 1.2, "time": 1505645773090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3827, 53.8702, 12.1]}, "bbox": [-166.3827, 53.8702, -166.3827, 53.8702]}, {"id": "3794", "type": "Feature", "properties": {"id": "uw61330311", "mag": 1.94, "time": 1505644617240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041167, 46.879167, 6.84]}, "bbox": [-122.041167, 46.879167, -122.041167, 46.879167]}, {"id": "3795", "type": "Feature", "properties": {"id": "ak16840715", "mag": 1.5, "time": 1505644280463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.605, 61.6723, 29.6]}, "bbox": [-146.605, 61.6723, -146.605, 61.6723]}, {"id": "3796", "type": "Feature", "properties": {"id": "ci37765223", "mag": 1.02, "time": 1505644185880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.465667, 34.376833, 9.74]}, "bbox": [-116.465667, 34.376833, -116.465667, 34.376833]}, {"id": "3797", "type": "Feature", "properties": {"id": "ci37765215", "mag": 1.28, "time": 1505644151980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.358167, 33.415667, 12.48]}, "bbox": [-116.358167, 33.415667, -116.358167, 33.415667]}, {"id": "3798", "type": "Feature", "properties": {"id": "us2000at5e", "mag": 4.5, "time": 1505644031790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0628, 12.7773, 33.35]}, "bbox": [92.0628, 12.7773, 92.0628, 12.7773]}, {"id": "3799", "type": "Feature", "properties": {"id": "ak16873903", "mag": 1.4, "time": 1505643609236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5971, 61.5891, 59.1]}, "bbox": [-150.5971, 61.5891, -150.5971, 61.5891]}, {"id": "3800", "type": "Feature", "properties": {"id": "ak16840713", "mag": 1.9, "time": 1505643118540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0384, 63.1445, 14.8]}, "bbox": [-144.0384, 63.1445, -144.0384, 63.1445]}, {"id": "3801", "type": "Feature", "properties": {"id": "hv61911016", "mag": 2.48, "time": 1505641665420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.593167, 19.476, 2.731]}, "bbox": [-155.593167, 19.476, -155.593167, 19.476]}, {"id": "3802", "type": "Feature", "properties": {"id": "ak16840350", "mag": 1.1, "time": 1505641100972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8915, 64.848, 8.2]}, "bbox": [-148.8915, 64.848, -148.8915, 64.848]}, {"id": "3803", "type": "Feature", "properties": {"id": "us2000at5c", "mag": 4.7, "time": 1505640684330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-26.4288, -59.7896, 35.0]}, "bbox": [-26.4288, -59.7896, -26.4288, -59.7896]}, {"id": "3804", "type": "Feature", "properties": {"id": "ak16840314", "mag": 2.8, "time": 1505640505656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6831, 60.3761, 2.0]}, "bbox": [-143.6831, 60.3761, -143.6831, 60.3761]}, {"id": "3805", "type": "Feature", "properties": {"id": "us2000apgy", "mag": 4.9, "time": 1505640302130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.2485, 37.3415, 54.96]}, "bbox": [141.2485, 37.3415, 141.2485, 37.3415]}, {"id": "3806", "type": "Feature", "properties": {"id": "us2000at65", "mag": 4.6, "time": 1505640090990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.5314, -7.0219, 10.0]}, "bbox": [-13.5314, -7.0219, -13.5314, -7.0219]}, {"id": "3807", "type": "Feature", "properties": {"id": "us2000as3y", "mag": 2.7, "time": 1505639953270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1147, 51.5611, 45.65]}, "bbox": [-176.1147, 51.5611, -176.1147, 51.5611]}, {"id": "3808", "type": "Feature", "properties": {"id": "us2000at5a", "mag": 4.8, "time": 1505639681290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.1689, -7.0877, 10.0]}, "bbox": [-13.1689, -7.0877, -13.1689, -7.0877]}, {"id": "3809", "type": "Feature", "properties": {"id": "ak16840312", "mag": 2.1, "time": 1505638931288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0719, 60.2719, 130.5]}, "bbox": [-153.0719, 60.2719, -153.0719, 60.2719]}, {"id": "3810", "type": "Feature", "properties": {"id": "ak16840302", "mag": 2.8, "time": 1505638686114, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2164, 60.4788, 97.5]}, "bbox": [-152.2164, 60.4788, -152.2164, 60.4788]}, {"id": "3811", "type": "Feature", "properties": {"id": "uu60246942", "mag": 1.01, "time": 1505637537950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.786167, 7.95]}, "bbox": [-111.025833, 44.786167, -111.025833, 44.786167]}, {"id": "3812", "type": "Feature", "properties": {"id": "nc72893791", "mag": 1.48, "time": 1505637347930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.879167, 37.109167, 2.16]}, "bbox": [-121.879167, 37.109167, -121.879167, 37.109167]}, {"id": "3813", "type": "Feature", "properties": {"id": "ak16839942", "mag": 1.9, "time": 1505637129909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8564, 60.3231, 63.0]}, "bbox": [-150.8564, 60.3231, -150.8564, 60.3231]}, {"id": "3814", "type": "Feature", "properties": {"id": "nc72893786", "mag": 1.14, "time": 1505636971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737335, 38.786167, 0.85]}, "bbox": [-122.737335, 38.786167, -122.737335, 38.786167]}, {"id": "3815", "type": "Feature", "properties": {"id": "nc72893781", "mag": 2.61, "time": 1505636516400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.117, 36.594333, 6.98]}, "bbox": [-121.117, 36.594333, -121.117, 36.594333]}, {"id": "3816", "type": "Feature", "properties": {"id": "us2000apg4", "mag": 4.6, "time": 1505636241220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.1696, 7.5057, 23.33]}, "bbox": [-82.1696, 7.5057, -82.1696, 7.5057]}, {"id": "3817", "type": "Feature", "properties": {"id": "ak16839932", "mag": 1.1, "time": 1505636239228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8157, 63.2668, 2.3]}, "bbox": [-151.8157, 63.2668, -151.8157, 63.2668]}, {"id": "3818", "type": "Feature", "properties": {"id": "us2000apg0", "mag": 4.1, "time": 1505634585840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7666, -23.8893, 236.18]}, "bbox": [-66.7666, -23.8893, -66.7666, -23.8893]}, {"id": "3819", "type": "Feature", "properties": {"id": "ci37765143", "mag": 2.2, "time": 1505634363500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.373667, 32.9405, 7.78]}, "bbox": [-116.373667, 32.9405, -116.373667, 32.9405]}, {"id": "3820", "type": "Feature", "properties": {"id": "nn00605603", "mag": 1.8, "time": 1505634209242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8894, 38.3778, 11.1]}, "bbox": [-118.8894, 38.3778, -118.8894, 38.3778]}, {"id": "3821", "type": "Feature", "properties": {"id": "us2000apfv", "mag": 2.4, "time": 1505634047190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4463, 42.5857, 4.34]}, "bbox": [-111.4463, 42.5857, -111.4463, 42.5857]}, {"id": "3822", "type": "Feature", "properties": {"id": "ak16839551", "mag": 1.9, "time": 1505633391424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7184, 59.603, 74.2]}, "bbox": [-152.7184, 59.603, -152.7184, 59.603]}, {"id": "3823", "type": "Feature", "properties": {"id": "nc72893741", "mag": 1.84, "time": 1505633100770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493833, 1.09]}, "bbox": [-118.834167, 37.493833, -118.834167, 37.493833]}, {"id": "3824", "type": "Feature", "properties": {"id": "us2000apft", "mag": 2.6, "time": 1505632181750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4391, 42.6077, 6.6]}, "bbox": [-111.4391, 42.6077, -111.4391, 42.6077]}, {"id": "3825", "type": "Feature", "properties": {"id": "ci37765127", "mag": 0.98, "time": 1505632149420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605167, 32.828333, 10.94]}, "bbox": [-115.605167, 32.828333, -115.605167, 32.828333]}, {"id": "3826", "type": "Feature", "properties": {"id": "nc72893701", "mag": 1.35, "time": 1505631284810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.952833, 37.588167, 1.4]}, "bbox": [-118.952833, 37.588167, -118.952833, 37.588167]}, {"id": "3827", "type": "Feature", "properties": {"id": "us2000apfk", "mag": 4.3, "time": 1505630160580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6223, -35.7292, 85.77]}, "bbox": [-71.6223, -35.7292, -71.6223, -35.7292]}, {"id": "3828", "type": "Feature", "properties": {"id": "ak16839518", "mag": 2.0, "time": 1505629372703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7555, 60.0405, 18.2]}, "bbox": [-148.7555, 60.0405, -148.7555, 60.0405]}, {"id": "3829", "type": "Feature", "properties": {"id": "nc72893646", "mag": 1.36, "time": 1505628925460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736667, 38.757, 1.79]}, "bbox": [-122.736667, 38.757, -122.736667, 38.757]}, {"id": "3830", "type": "Feature", "properties": {"id": "ak16873889", "mag": 2.9, "time": 1505628904808, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5935, 53.8081, 78.9]}, "bbox": [-164.5935, 53.8081, -164.5935, 53.8081]}, {"id": "3831", "type": "Feature", "properties": {"id": "us2000apfd", "mag": 2.9, "time": 1505628801990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4531, 42.5908, 5.17]}, "bbox": [-111.4531, 42.5908, -111.4531, 42.5908]}, {"id": "3832", "type": "Feature", "properties": {"id": "uu60246882", "mag": 1.05, "time": 1505628704550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.836, 44.307333, 7.31]}, "bbox": [-110.836, 44.307333, -110.836, 44.307333]}, {"id": "3833", "type": "Feature", "properties": {"id": "ak16873888", "mag": 1.1, "time": 1505628661963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5848, 64.1727, 10.8]}, "bbox": [-153.5848, 64.1727, -153.5848, 64.1727]}, {"id": "3834", "type": "Feature", "properties": {"id": "us2000apfa", "mag": 4.9, "time": 1505628478300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9805, 16.0409, 45.23]}, "bbox": [-94.9805, 16.0409, -94.9805, 16.0409]}, {"id": "3835", "type": "Feature", "properties": {"id": "uu60246872", "mag": 1.16, "time": 1505628425450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.817667, 44.294, 7.61]}, "bbox": [-110.817667, 44.294, -110.817667, 44.294]}, {"id": "3836", "type": "Feature", "properties": {"id": "uu60246867", "mag": 1.13, "time": 1505628332210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.828167, 44.305167, 7.48]}, "bbox": [-110.828167, 44.305167, -110.828167, 44.305167]}, {"id": "3837", "type": "Feature", "properties": {"id": "us2000apf6", "mag": 4.5, "time": 1505628213110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0121, 16.1058, 52.57]}, "bbox": [-95.0121, 16.1058, -95.0121, 16.1058]}, {"id": "3838", "type": "Feature", "properties": {"id": "ak16839149", "mag": 1.6, "time": 1505628012027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2, 62.1778, 6.7]}, "bbox": [-150.2, 62.1778, -150.2, 62.1778]}, {"id": "3839", "type": "Feature", "properties": {"id": "us2000apf5", "mag": 4.3, "time": 1505627809940, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.5423, 14.4117, 10.0]}, "bbox": [-88.5423, 14.4117, -88.5423, 14.4117]}, {"id": "3840", "type": "Feature", "properties": {"id": "ci37765039", "mag": 1.19, "time": 1505627007650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0955, 36.761167, 1.69]}, "bbox": [-118.0955, 36.761167, -118.0955, 36.761167]}, {"id": "3841", "type": "Feature", "properties": {"id": "uu60246847", "mag": 3.15, "time": 1505626724050, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.841667, 44.302333, 7.53]}, "bbox": [-110.841667, 44.302333, -110.841667, 44.302333]}, {"id": "3842", "type": "Feature", "properties": {"id": "uu60246837", "mag": 2.04, "time": 1505626455220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.822333, 44.293667, 7.53]}, "bbox": [-110.822333, 44.293667, -110.822333, 44.293667]}, {"id": "3843", "type": "Feature", "properties": {"id": "ci37765023", "mag": 1.52, "time": 1505626163830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797833, 33.501167, 4.62]}, "bbox": [-116.797833, 33.501167, -116.797833, 33.501167]}, {"id": "3844", "type": "Feature", "properties": {"id": "us2000apeu", "mag": 4.4, "time": 1505625898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.4078, 10.7018, 35.32]}, "bbox": [-86.4078, 10.7018, -86.4078, 10.7018]}, {"id": "3845", "type": "Feature", "properties": {"id": "nc72893621", "mag": 1.12, "time": 1505625800310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.820499, 1.92]}, "bbox": [-122.810165, 38.820499, -122.810165, 38.820499]}, {"id": "3846", "type": "Feature", "properties": {"id": "ci37764991", "mag": 1.62, "time": 1505625396010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.928167, 35.9015, 5.28]}, "bbox": [-116.928167, 35.9015, -116.928167, 35.9015]}, {"id": "3847", "type": "Feature", "properties": {"id": "ci37764983", "mag": 1.96, "time": 1505624889150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181, 33.187833, 5.86]}, "bbox": [-116.181, 33.187833, -116.181, 33.187833]}, {"id": "3848", "type": "Feature", "properties": {"id": "ak16838778", "mag": 1.4, "time": 1505624855438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4712, 59.8595, 42.7]}, "bbox": [-150.4712, 59.8595, -150.4712, 59.8595]}, {"id": "3849", "type": "Feature", "properties": {"id": "nc72893601", "mag": 1.37, "time": 1505624608110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8885, 37.105, 1.63]}, "bbox": [-121.8885, 37.105, -121.8885, 37.105]}, {"id": "3850", "type": "Feature", "properties": {"id": "ak16838775", "mag": 3.2, "time": 1505624284096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1812, 54.0118, 9.5]}, "bbox": [-163.1812, 54.0118, -163.1812, 54.0118]}, {"id": "3851", "type": "Feature", "properties": {"id": "us2000apeh", "mag": 4.3, "time": 1505624194760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.7123, 17.7366, 31.43]}, "bbox": [-105.7123, 17.7366, -105.7123, 17.7366]}, {"id": "3852", "type": "Feature", "properties": {"id": "ak16838774", "mag": 1.8, "time": 1505623546848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7399, 59.8813, 5.7]}, "bbox": [-136.7399, 59.8813, -136.7399, 59.8813]}, {"id": "3853", "type": "Feature", "properties": {"id": "ak16838756", "mag": 1.2, "time": 1505622986310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8141, 63.2696, 2.4]}, "bbox": [-151.8141, 63.2696, -151.8141, 63.2696]}, {"id": "3854", "type": "Feature", "properties": {"id": "ak16838752", "mag": 1.7, "time": 1505622626171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3598, 64.3838, 13.9]}, "bbox": [-158.3598, 64.3838, -158.3598, 64.3838]}, {"id": "3855", "type": "Feature", "properties": {"id": "ci37764967", "mag": 0.95, "time": 1505622039760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1755, 33.965, 15.93]}, "bbox": [-117.1755, 33.965, -117.1755, 33.965]}, {"id": "3856", "type": "Feature", "properties": {"id": "ak16873881", "mag": 2.7, "time": 1505621586321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8861, 52.4075, 59.7]}, "bbox": [-169.8861, 52.4075, -169.8861, 52.4075]}, {"id": "3857", "type": "Feature", "properties": {"id": "ak16873880", "mag": 1.0, "time": 1505621507758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3176, 61.144, 19.3]}, "bbox": [-146.3176, 61.144, -146.3176, 61.144]}, {"id": "3858", "type": "Feature", "properties": {"id": "ak16838400", "mag": 1.9, "time": 1505621153075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1301, 60.8625, 64.2]}, "bbox": [-151.1301, 60.8625, -151.1301, 60.8625]}, {"id": "3859", "type": "Feature", "properties": {"id": "ak16838393", "mag": 2.5, "time": 1505620853506, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8794, 60.7582, 60.3]}, "bbox": [-150.8794, 60.7582, -150.8794, 60.7582]}, {"id": "3860", "type": "Feature", "properties": {"id": "ak16838388", "mag": 2.8, "time": 1505620146422, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7851, 59.8817, 2.3]}, "bbox": [-136.7851, 59.8817, -136.7851, 59.8817]}, {"id": "3861", "type": "Feature", "properties": {"id": "nc72893571", "mag": 1.03, "time": 1505619694280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821167, 38.807999, 1.94]}, "bbox": [-122.821167, 38.807999, -122.821167, 38.807999]}, {"id": "3862", "type": "Feature", "properties": {"id": "ak16838386", "mag": 2.2, "time": 1505619628700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9053, 67.6564, 13.7]}, "bbox": [-165.9053, 67.6564, -165.9053, 67.6564]}, {"id": "3863", "type": "Feature", "properties": {"id": "nc72893561", "mag": 1.07, "time": 1505619296320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.808998, 1.93]}, "bbox": [-122.822502, 38.808998, -122.822502, 38.808998]}, {"id": "3864", "type": "Feature", "properties": {"id": "ci37764903", "mag": 1.12, "time": 1505618790010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.147333, 34.5405, 9.83]}, "bbox": [-118.147333, 34.5405, -118.147333, 34.5405]}, {"id": "3865", "type": "Feature", "properties": {"id": "ak16838042", "mag": 1.6, "time": 1505617352105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5056, 61.4142, 8.0]}, "bbox": [-147.5056, 61.4142, -147.5056, 61.4142]}, {"id": "3866", "type": "Feature", "properties": {"id": "ak16838020", "mag": 1.2, "time": 1505616366369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6618, 60.5653, 6.2]}, "bbox": [-152.6618, 60.5653, -152.6618, 60.5653]}, {"id": "3867", "type": "Feature", "properties": {"id": "ak16838003", "mag": 1.0, "time": 1505615565391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2146, 64.7331, 17.7]}, "bbox": [-149.2146, 64.7331, -149.2146, 64.7331]}, {"id": "3868", "type": "Feature", "properties": {"id": "ci37764863", "mag": 1.1, "time": 1505613255300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.709667, 33.653333, 15.82]}, "bbox": [-116.709667, 33.653333, -116.709667, 33.653333]}, {"id": "3869", "type": "Feature", "properties": {"id": "ci37764847", "mag": 1.21, "time": 1505612591880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.687167, 33.6285, 12.15]}, "bbox": [-116.687167, 33.6285, -116.687167, 33.6285]}, {"id": "3870", "type": "Feature", "properties": {"id": "ci37764839", "mag": 1.47, "time": 1505612490180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 33.971833, 17.0]}, "bbox": [-116.927167, 33.971833, -116.927167, 33.971833]}, {"id": "3871", "type": "Feature", "properties": {"id": "ak16837647", "mag": 1.8, "time": 1505611875649, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.771, 59.8672, 1.4]}, "bbox": [-136.771, 59.8672, -136.771, 59.8672]}, {"id": "3872", "type": "Feature", "properties": {"id": "ak16873869", "mag": 1.7, "time": 1505609079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.474, 51.671, 16.0]}, "bbox": [-178.474, 51.671, -178.474, 51.671]}, {"id": "3873", "type": "Feature", "properties": {"id": "hv61910741", "mag": 2.42, "time": 1505608202930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.177667, 19.442, 41.639]}, "bbox": [-156.177667, 19.442, -156.177667, 19.442]}, {"id": "3874", "type": "Feature", "properties": {"id": "ak16836972", "mag": 2.6, "time": 1505606832814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3048, 51.6525, 97.4]}, "bbox": [-178.3048, 51.6525, -178.3048, 51.6525]}, {"id": "3875", "type": "Feature", "properties": {"id": "ci37764815", "mag": 0.95, "time": 1505606822450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.746333, 33.887, 16.59]}, "bbox": [-116.746333, 33.887, -116.746333, 33.887]}, {"id": "3876", "type": "Feature", "properties": {"id": "ak16836965", "mag": 2.3, "time": 1505606388180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7659, 59.8663, 5.1]}, "bbox": [-136.7659, 59.8663, -136.7659, 59.8663]}, {"id": "3877", "type": "Feature", "properties": {"id": "ak16836961", "mag": 2.4, "time": 1505606178328, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7941, 59.8509, 5.2]}, "bbox": [-136.7941, 59.8509, -136.7941, 59.8509]}, {"id": "3878", "type": "Feature", "properties": {"id": "ak16836957", "mag": 1.8, "time": 1505606050093, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.89, 59.8885, 15.4]}, "bbox": [-136.89, 59.8885, -136.89, 59.8885]}, {"id": "3879", "type": "Feature", "properties": {"id": "ak16860570", "mag": 1.4, "time": 1505605718038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8821, 59.8989, 17.9]}, "bbox": [-136.8821, 59.8989, -136.8821, 59.8989]}, {"id": "3880", "type": "Feature", "properties": {"id": "ak16860569", "mag": 1.6, "time": 1505605674005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8902, 59.9059, 15.4]}, "bbox": [-136.8902, 59.9059, -136.8902, 59.9059]}, {"id": "3881", "type": "Feature", "properties": {"id": "ak16860568", "mag": 1.9, "time": 1505605456859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8916, 59.9103, 15.9]}, "bbox": [-136.8916, 59.9103, -136.8916, 59.9103]}, {"id": "3882", "type": "Feature", "properties": {"id": "ak16860567", "mag": 2.3, "time": 1505605410411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9, 59.889, 12.6]}, "bbox": [-136.9, 59.889, -136.9, 59.889]}, {"id": "3883", "type": "Feature", "properties": {"id": "uw61330071", "mag": 2.57, "time": 1505605382130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.863333, 45.526833, 36.1]}, "bbox": [-124.863333, 45.526833, -124.863333, 45.526833]}, {"id": "3884", "type": "Feature", "properties": {"id": "us2000apcc", "mag": 5.1, "time": 1505605083280, "felt": 218.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-136.7498, 59.9037, 10.0]}, "bbox": [-136.7498, 59.9037, -136.7498, 59.9037]}, {"id": "3885", "type": "Feature", "properties": {"id": "us2000apbv", "mag": 3.9, "time": 1505604419110, "felt": 198.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6989, 35.8586, 2.57]}, "bbox": [-96.6989, 35.8586, -96.6989, 35.8586]}, {"id": "3886", "type": "Feature", "properties": {"id": "ak16836912", "mag": 2.9, "time": 1505604383308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6017, 51.905, 128.2]}, "bbox": [178.6017, 51.905, 178.6017, 51.905]}, {"id": "3887", "type": "Feature", "properties": {"id": "uw61329986", "mag": 1.23, "time": 1505604005810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.754167, 46.857333, 1.43]}, "bbox": [-121.754167, 46.857333, -121.754167, 46.857333]}, {"id": "3888", "type": "Feature", "properties": {"id": "us2000apbu", "mag": 4.7, "time": 1505603696310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-14.0114, -17.7554, 10.0]}, "bbox": [-14.0114, -17.7554, -14.0114, -17.7554]}, {"id": "3889", "type": "Feature", "properties": {"id": "ak16860564", "mag": 1.6, "time": 1505603516964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1524, 61.3778, 62.1]}, "bbox": [-151.1524, 61.3778, -151.1524, 61.3778]}, {"id": "3890", "type": "Feature", "properties": {"id": "us2000apbm", "mag": 4.5, "time": 1505603442050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1822, 15.4761, 67.03]}, "bbox": [-94.1822, 15.4761, -94.1822, 15.4761]}, {"id": "3891", "type": "Feature", "properties": {"id": "nc72893446", "mag": 2.29, "time": 1505603337140, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.616833, 36.971, 4.79]}, "bbox": [-121.616833, 36.971, -121.616833, 36.971]}, {"id": "3892", "type": "Feature", "properties": {"id": "ak16860563", "mag": 1.5, "time": 1505603223363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5667, 57.9908, 15.9]}, "bbox": [-156.5667, 57.9908, -156.5667, 57.9908]}, {"id": "3893", "type": "Feature", "properties": {"id": "ak16860562", "mag": 1.6, "time": 1505602163820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0011, 60.0807, 110.1]}, "bbox": [-153.0011, 60.0807, -153.0011, 60.0807]}, {"id": "3894", "type": "Feature", "properties": {"id": "ak16836589", "mag": 1.7, "time": 1505601390855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7769, 62.4045, 59.6]}, "bbox": [-147.7769, 62.4045, -147.7769, 62.4045]}, {"id": "3895", "type": "Feature", "properties": {"id": "nc72893436", "mag": 1.34, "time": 1505600967450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493, 0.66]}, "bbox": [-118.834167, 37.493, -118.834167, 37.493]}, {"id": "3896", "type": "Feature", "properties": {"id": "uw61329976", "mag": 1.03, "time": 1505600388700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491167, 46.067333, 18.24]}, "bbox": [-122.491167, 46.067333, -122.491167, 46.067333]}, {"id": "3897", "type": "Feature", "properties": {"id": "ci37764791", "mag": 1.29, "time": 1505599746390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.431333, 33.040167, 10.42]}, "bbox": [-116.431333, 33.040167, -116.431333, 33.040167]}, {"id": "3898", "type": "Feature", "properties": {"id": "nc72893421", "mag": 1.75, "time": 1505599309380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.164333, 35.816, 11.62]}, "bbox": [-120.164333, 35.816, -120.164333, 35.816]}, {"id": "3899", "type": "Feature", "properties": {"id": "us2000apln", "mag": 3.8, "time": 1505599105290, "felt": 27.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.4711, 35.839, 65.43]}, "bbox": [139.4711, 35.839, 139.4711, 35.839]}, {"id": "3900", "type": "Feature", "properties": {"id": "nc72893416", "mag": 2.39, "time": 1505598962550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.606167, 40.391, 23.43]}, "bbox": [-124.606167, 40.391, -124.606167, 40.391]}, {"id": "3901", "type": "Feature", "properties": {"id": "ak16836269", "mag": 2.6, "time": 1505598312964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1504, 57.6803, 1.9]}, "bbox": [-156.1504, 57.6803, -156.1504, 57.6803]}, {"id": "3902", "type": "Feature", "properties": {"id": "us2000apay", "mag": 4.1, "time": 1505597546760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4078, 15.1552, 27.65]}, "bbox": [-94.4078, 15.1552, -94.4078, 15.1552]}, {"id": "3903", "type": "Feature", "properties": {"id": "ak16860558", "mag": 1.5, "time": 1505597186774, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8073, 63.0653, 123.5]}, "bbox": [-150.8073, 63.0653, -150.8073, 63.0653]}, {"id": "3904", "type": "Feature", "properties": {"id": "nc72893411", "mag": 1.07, "time": 1505596690170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.805332, 0.54]}, "bbox": [-122.793999, 38.805332, -122.793999, 38.805332]}, {"id": "3905", "type": "Feature", "properties": {"id": "ci37764743", "mag": 1.25, "time": 1505596431740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.192167, 7.19]}, "bbox": [-116.179, 33.192167, -116.179, 33.192167]}, {"id": "3906", "type": "Feature", "properties": {"id": "us2000apa3", "mag": 5.2, "time": 1505595657570, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.8208, 52.9335, 55.59]}, "bbox": [159.8208, 52.9335, 159.8208, 52.9335]}, {"id": "3907", "type": "Feature", "properties": {"id": "nc72893406", "mag": 1.68, "time": 1505595567120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832833, 37.5715, 2.76]}, "bbox": [-118.832833, 37.5715, -118.832833, 37.5715]}, {"id": "3908", "type": "Feature", "properties": {"id": "ak16835937", "mag": 1.2, "time": 1505594309155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7782, 63.4422, 11.7]}, "bbox": [-148.7782, 63.4422, -148.7782, 63.4422]}, {"id": "3909", "type": "Feature", "properties": {"id": "ak16835935", "mag": 1.3, "time": 1505593468147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0825, 63.2217, 0.4]}, "bbox": [-151.0825, 63.2217, -151.0825, 63.2217]}, {"id": "3910", "type": "Feature", "properties": {"id": "ci37764719", "mag": 1.01, "time": 1505593021350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509667, 36.069667, 3.41]}, "bbox": [-117.509667, 36.069667, -117.509667, 36.069667]}, {"id": "3911", "type": "Feature", "properties": {"id": "ci37764711", "mag": 1.86, "time": 1505592937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.217, 32.373167, 19.88]}, "bbox": [-115.217, 32.373167, -115.217, 32.373167]}, {"id": "3912", "type": "Feature", "properties": {"id": "us2000ap9e", "mag": 4.2, "time": 1505592897770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6768, -23.7075, 201.03]}, "bbox": [-66.6768, -23.7075, -66.6768, -23.7075]}, {"id": "3913", "type": "Feature", "properties": {"id": "nn00605530", "mag": 1.0, "time": 1505591425440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9, 39.4039, 6.9]}, "bbox": [-119.9, 39.4039, -119.9, 39.4039]}, {"id": "3914", "type": "Feature", "properties": {"id": "nc72893386", "mag": 1.01, "time": 1505591244480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.504167, 37.923833, 7.96]}, "bbox": [-118.504167, 37.923833, -118.504167, 37.923833]}, {"id": "3915", "type": "Feature", "properties": {"id": "us2000ap8u", "mag": 5.1, "time": 1505590529510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.552, 15.3031, 17.06]}, "bbox": [-94.552, 15.3031, -94.552, 15.3031]}, {"id": "3916", "type": "Feature", "properties": {"id": "ak16835905", "mag": 2.1, "time": 1505590055161, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0556, 59.9293, 124.0]}, "bbox": [-153.0556, 59.9293, -153.0556, 59.9293]}, {"id": "3917", "type": "Feature", "properties": {"id": "uu60246652", "mag": 1.36, "time": 1505589841530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.020833, 44.802, 10.59]}, "bbox": [-111.020833, 44.802, -111.020833, 44.802]}, {"id": "3918", "type": "Feature", "properties": {"id": "ci37764687", "mag": 1.0, "time": 1505588714630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.973333, 33.989, 6.67]}, "bbox": [-116.973333, 33.989, -116.973333, 33.989]}, {"id": "3919", "type": "Feature", "properties": {"id": "ak16835606", "mag": 2.1, "time": 1505588651481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7021, 67.8201, 4.3]}, "bbox": [-156.7021, 67.8201, -156.7021, 67.8201]}, {"id": "3920", "type": "Feature", "properties": {"id": "ci37764679", "mag": 1.11, "time": 1505588640970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2045, 34.993167, -0.8]}, "bbox": [-118.2045, 34.993167, -118.2045, 34.993167]}, {"id": "3921", "type": "Feature", "properties": {"id": "us2000ap88", "mag": 4.3, "time": 1505588283560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7095, 15.6575, 33.63]}, "bbox": [-94.7095, 15.6575, -94.7095, 15.6575]}, {"id": "3922", "type": "Feature", "properties": {"id": "ak16860552", "mag": 2.1, "time": 1505587762267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2692, 60.1941, 137.5]}, "bbox": [-153.2692, 60.1941, -153.2692, 60.1941]}, {"id": "3923", "type": "Feature", "properties": {"id": "ak16860551", "mag": 1.2, "time": 1505586754071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2984, 62.5136, 52.7]}, "bbox": [-148.2984, 62.5136, -148.2984, 62.5136]}, {"id": "3924", "type": "Feature", "properties": {"id": "ci37764631", "mag": 1.09, "time": 1505586635400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791667, 33.507667, 4.61]}, "bbox": [-116.791667, 33.507667, -116.791667, 33.507667]}, {"id": "3925", "type": "Feature", "properties": {"id": "ci37764623", "mag": 1.32, "time": 1505586305110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.975667, 33.992333, 5.71]}, "bbox": [-116.975667, 33.992333, -116.975667, 33.992333]}, {"id": "3926", "type": "Feature", "properties": {"id": "nc72893361", "mag": 1.14, "time": 1505585751450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8095, 38.823167, 1.14]}, "bbox": [-122.8095, 38.823167, -122.8095, 38.823167]}, {"id": "3927", "type": "Feature", "properties": {"id": "ak16835287", "mag": 2.1, "time": 1505584069266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8156, 57.4983, 73.9]}, "bbox": [-155.8156, 57.4983, -155.8156, 57.4983]}, {"id": "3928", "type": "Feature", "properties": {"id": "us2000ap76", "mag": 4.0, "time": 1505583967320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.5572, 15.6925, 24.12]}, "bbox": [-95.5572, 15.6925, -95.5572, 15.6925]}, {"id": "3929", "type": "Feature", "properties": {"id": "us2000ap74", "mag": 4.7, "time": 1505583533380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.7408, 24.878, 57.27]}, "bbox": [142.7408, 24.878, 142.7408, 24.878]}, {"id": "3930", "type": "Feature", "properties": {"id": "ak16860549", "mag": 1.4, "time": 1505583090155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0305, 61.8843, 68.3]}, "bbox": [-151.0305, 61.8843, -151.0305, 61.8843]}, {"id": "3931", "type": "Feature", "properties": {"id": "ci37764599", "mag": 1.28, "time": 1505582839910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.878167, 35.360667, 7.9]}, "bbox": [-117.878167, 35.360667, -117.878167, 35.360667]}, {"id": "3932", "type": "Feature", "properties": {"id": "us2000ap78", "mag": 4.9, "time": 1505582156450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.507, -10.1846, 49.82]}, "bbox": [161.507, -10.1846, 161.507, -10.1846]}, {"id": "3933", "type": "Feature", "properties": {"id": "us2000ap6d", "mag": 3.0, "time": 1505582077650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4285, 42.5847, 7.15]}, "bbox": [-111.4285, 42.5847, -111.4285, 42.5847]}, {"id": "3934", "type": "Feature", "properties": {"id": "us2000ap6b", "mag": 4.6, "time": 1505581929340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1918, -37.2167, 6.3]}, "bbox": [-74.1918, -37.2167, -74.1918, -37.2167]}, {"id": "3935", "type": "Feature", "properties": {"id": "us2000ap64", "mag": 4.5, "time": 1505581636660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0682, 16.1115, 35.63]}, "bbox": [-95.0682, 16.1115, -95.0682, 16.1115]}, {"id": "3936", "type": "Feature", "properties": {"id": "nc72893331", "mag": 1.49, "time": 1505581158890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.337833, 37.820167, -0.2]}, "bbox": [-122.337833, 37.820167, -122.337833, 37.820167]}, {"id": "3937", "type": "Feature", "properties": {"id": "ak16860548", "mag": 2.1, "time": 1505580632689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7764, 56.9377, 2.3]}, "bbox": [-157.7764, 56.9377, -157.7764, 56.9377]}, {"id": "3938", "type": "Feature", "properties": {"id": "nc72893326", "mag": 1.43, "time": 1505580258840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711, 38.750833, 1.46]}, "bbox": [-122.711, 38.750833, -122.711, 38.750833]}, {"id": "3939", "type": "Feature", "properties": {"id": "nc72893316", "mag": 1.6, "time": 1505579747930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717167, 38.752667, 1.24]}, "bbox": [-122.717167, 38.752667, -122.717167, 38.752667]}, {"id": "3940", "type": "Feature", "properties": {"id": "nc72893306", "mag": 1.39, "time": 1505579471580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0075, 37.570667, 2.07]}, "bbox": [-119.0075, 37.570667, -119.0075, 37.570667]}, {"id": "3941", "type": "Feature", "properties": {"id": "hv61910186", "mag": 1.68, "time": 1505579377040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611, 19.430167, 2.332]}, "bbox": [-155.611, 19.430167, -155.611, 19.430167]}, {"id": "3942", "type": "Feature", "properties": {"id": "ci37764559", "mag": 1.5, "time": 1505579023330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 34.514833, 12.76]}, "bbox": [-119.801833, 34.514833, -119.801833, 34.514833]}, {"id": "3943", "type": "Feature", "properties": {"id": "ak16834974", "mag": 1.6, "time": 1505578926267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7481, 62.8102, 9.5]}, "bbox": [-151.7481, 62.8102, -151.7481, 62.8102]}, {"id": "3944", "type": "Feature", "properties": {"id": "ak16834965", "mag": 2.6, "time": 1505578647951, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7871, 61.8971, 60.5]}, "bbox": [-150.7871, 61.8971, -150.7871, 61.8971]}, {"id": "3945", "type": "Feature", "properties": {"id": "mb80255754", "mag": 1.22, "time": 1505578208020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.489667, 44.705667, 13.34]}, "bbox": [-112.489667, 44.705667, -112.489667, 44.705667]}, {"id": "3946", "type": "Feature", "properties": {"id": "nc72893286", "mag": 1.35, "time": 1505577465010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.047, 36.467, 7.96]}, "bbox": [-121.047, 36.467, -121.047, 36.467]}, {"id": "3947", "type": "Feature", "properties": {"id": "nn00605503", "mag": 1.0, "time": 1505577266743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.9133, 37.0358, 0.0]}, "bbox": [-117.9133, 37.0358, -117.9133, 37.0358]}, {"id": "3948", "type": "Feature", "properties": {"id": "ak16834664", "mag": 2.4, "time": 1505577104470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.431, 64.4709, 16.8]}, "bbox": [-149.431, 64.4709, -149.431, 64.4709]}, {"id": "3949", "type": "Feature", "properties": {"id": "us2000ap48", "mag": 2.5, "time": 1505575595120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4328, 42.5757, 6.87]}, "bbox": [-111.4328, 42.5757, -111.4328, 42.5757]}, {"id": "3950", "type": "Feature", "properties": {"id": "nc72893281", "mag": 1.04, "time": 1505575420020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.895333, 37.565, -1.35]}, "bbox": [-118.895333, 37.565, -118.895333, 37.565]}, {"id": "3951", "type": "Feature", "properties": {"id": "us2000ap45", "mag": 2.6, "time": 1505574778570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5771, 8.55]}, "bbox": [-111.4287, 42.5771, -111.4287, 42.5771]}, {"id": "3952", "type": "Feature", "properties": {"id": "ak16834651", "mag": 1.1, "time": 1505574443625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8572, 64.7619, 12.6]}, "bbox": [-139.8572, 64.7619, -139.8572, 64.7619]}, {"id": "3953", "type": "Feature", "properties": {"id": "nc72893271", "mag": 1.41, "time": 1505574428990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.638167, 2.02]}, "bbox": [-118.946833, 37.638167, -118.946833, 37.638167]}, {"id": "3954", "type": "Feature", "properties": {"id": "ak16860541", "mag": 2.0, "time": 1505574078688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3496, 59.7545, 127.1]}, "bbox": [-153.3496, 59.7545, -153.3496, 59.7545]}, {"id": "3955", "type": "Feature", "properties": {"id": "ci37764535", "mag": 1.64, "time": 1505573652280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1775, 33.193, 4.38]}, "bbox": [-116.1775, 33.193, -116.1775, 33.193]}, {"id": "3956", "type": "Feature", "properties": {"id": "ak16834350", "mag": 1.4, "time": 1505572849209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9009, 64.7582, 0.8]}, "bbox": [-139.9009, 64.7582, -139.9009, 64.7582]}, {"id": "3957", "type": "Feature", "properties": {"id": "us2000ap3f", "mag": 2.7, "time": 1505571851260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424, 42.5936, 4.8]}, "bbox": [-111.424, 42.5936, -111.424, 42.5936]}, {"id": "3958", "type": "Feature", "properties": {"id": "ak16834332", "mag": 2.5, "time": 1505571656570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9804, 59.5744, 87.3]}, "bbox": [-152.9804, 59.5744, -152.9804, 59.5744]}, {"id": "3959", "type": "Feature", "properties": {"id": "us2000ap3b", "mag": 5.4, "time": 1505571537070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9072, 16.226, 27.8]}, "bbox": [-94.9072, 16.226, -94.9072, 16.226]}, {"id": "3960", "type": "Feature", "properties": {"id": "ak16860538", "mag": 1.3, "time": 1505570434361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2424, 62.5449, 91.4]}, "bbox": [-151.2424, 62.5449, -151.2424, 62.5449]}, {"id": "3961", "type": "Feature", "properties": {"id": "uw61329766", "mag": 1.85, "time": 1505569264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0445, 46.876833, 6.67]}, "bbox": [-122.0445, 46.876833, -122.0445, 46.876833]}, {"id": "3962", "type": "Feature", "properties": {"id": "ak16834028", "mag": 1.9, "time": 1505568376976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1823, 62.4985, 43.1]}, "bbox": [-148.1823, 62.4985, -148.1823, 62.4985]}, {"id": "3963", "type": "Feature", "properties": {"id": "nc72893206", "mag": 1.29, "time": 1505567825160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931167, 37.587167, 0.64]}, "bbox": [-118.931167, 37.587167, -118.931167, 37.587167]}, {"id": "3964", "type": "Feature", "properties": {"id": "ci37764455", "mag": 2.74, "time": 1505566718480, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.162, 34.381, 19.82]}, "bbox": [-121.162, 34.381, -121.162, 34.381]}, {"id": "3965", "type": "Feature", "properties": {"id": "ak16860534", "mag": 1.8, "time": 1505566502565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1816, 59.9775, 117.4]}, "bbox": [-153.1816, 59.9775, -153.1816, 59.9775]}, {"id": "3966", "type": "Feature", "properties": {"id": "nc72893196", "mag": 1.67, "time": 1505566233320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7105, 38.752667, 1.06]}, "bbox": [-122.7105, 38.752667, -122.7105, 38.752667]}, {"id": "3967", "type": "Feature", "properties": {"id": "pr2017259001", "mag": 2.53, "time": 1505566066240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1556, 17.5196, 8.0]}, "bbox": [-67.1556, 17.5196, -67.1556, 17.5196]}, {"id": "3968", "type": "Feature", "properties": {"id": "nn00605483", "mag": 1.9, "time": 1505565978805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5538, 38.7481, 7.8]}, "bbox": [-119.5538, 38.7481, -119.5538, 38.7481]}, {"id": "3969", "type": "Feature", "properties": {"id": "ci37764447", "mag": 1.73, "time": 1505565806200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609667, 33.184833, 2.89]}, "bbox": [-115.609667, 33.184833, -115.609667, 33.184833]}, {"id": "3970", "type": "Feature", "properties": {"id": "ismpkansas70235458", "mag": 2.43, "time": 1505565729090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570167, 37.344833, 5.17]}, "bbox": [-97.570167, 37.344833, -97.570167, 37.344833]}, {"id": "3971", "type": "Feature", "properties": {"id": "us2000ap2h", "mag": 5.1, "time": 1505565414430, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.9693, -6.4027, 84.07]}, "bbox": [154.9693, -6.4027, 154.9693, -6.4027]}, {"id": "3972", "type": "Feature", "properties": {"id": "nc72893191", "mag": 1.22, "time": 1505565031030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840833, 37.499667, 1.31]}, "bbox": [-118.840833, 37.499667, -118.840833, 37.499667]}, {"id": "3973", "type": "Feature", "properties": {"id": "nc72893176", "mag": 1.02, "time": 1505564232460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837502, 1.89]}, "bbox": [-122.827667, 38.837502, -122.827667, 38.837502]}, {"id": "3974", "type": "Feature", "properties": {"id": "nc72893171", "mag": 1.16, "time": 1505563869000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.124, 36.5485, 6.91]}, "bbox": [-121.124, 36.5485, -121.124, 36.5485]}, {"id": "3975", "type": "Feature", "properties": {"id": "nc72893166", "mag": 1.98, "time": 1505563826250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.96, 36.383333, 5.84]}, "bbox": [-120.96, 36.383333, -120.96, 36.383333]}, {"id": "3976", "type": "Feature", "properties": {"id": "ak16860533", "mag": 2.3, "time": 1505563620965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2643, 51.2858, 23.3]}, "bbox": [-178.2643, 51.2858, -178.2643, 51.2858]}, {"id": "3977", "type": "Feature", "properties": {"id": "ak16833723", "mag": 1.8, "time": 1505563033811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0307, 59.9768, 107.6]}, "bbox": [-153.0307, 59.9768, -153.0307, 59.9768]}, {"id": "3978", "type": "Feature", "properties": {"id": "ak16833722", "mag": 1.0, "time": 1505562940424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5632, 63.5373, 8.9]}, "bbox": [-147.5632, 63.5373, -147.5632, 63.5373]}, {"id": "3979", "type": "Feature", "properties": {"id": "us2000ap1y", "mag": 2.6, "time": 1505562746670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.3487, 38.1953, 7.98]}, "bbox": [-87.3487, 38.1953, -87.3487, 38.1953]}, {"id": "3980", "type": "Feature", "properties": {"id": "ak16833715", "mag": 1.4, "time": 1505562545553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0358, 63.0385, 119.0]}, "bbox": [-151.0358, 63.0385, -151.0358, 63.0385]}, {"id": "3981", "type": "Feature", "properties": {"id": "us2000ap1n", "mag": 4.9, "time": 1505561075850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2793, -17.0456, 538.12]}, "bbox": [-179.2793, -17.0456, -179.2793, -17.0456]}, {"id": "3982", "type": "Feature", "properties": {"id": "us2000ap1h", "mag": 4.9, "time": 1505561004690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0304, 14.9269, 46.15]}, "bbox": [-94.0304, 14.9269, -94.0304, 14.9269]}, {"id": "3983", "type": "Feature", "properties": {"id": "nc72893161", "mag": 1.71, "time": 1505560933840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.120167, 35.9645, 23.92]}, "bbox": [-120.120167, 35.9645, -120.120167, 35.9645]}, {"id": "3984", "type": "Feature", "properties": {"id": "us2000at4t", "mag": 4.2, "time": 1505560744440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.8254, -7.4355, 134.05]}, "bbox": [128.8254, -7.4355, 128.8254, -7.4355]}, {"id": "3985", "type": "Feature", "properties": {"id": "ak16833426", "mag": 1.4, "time": 1505560633966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4578, 61.5042, 28.0]}, "bbox": [-146.4578, 61.5042, -146.4578, 61.5042]}, {"id": "3986", "type": "Feature", "properties": {"id": "us2000ap1d", "mag": 2.4, "time": 1505560442800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8006, 35.9908, 5.836]}, "bbox": [-96.8006, 35.9908, -96.8006, 35.9908]}, {"id": "3987", "type": "Feature", "properties": {"id": "nc72893146", "mag": 1.21, "time": 1505560059470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829167, 37.4595, 2.47]}, "bbox": [-118.829167, 37.4595, -118.829167, 37.4595]}, {"id": "3988", "type": "Feature", "properties": {"id": "us2000ap17", "mag": 4.2, "time": 1505558287960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.162, 15.1165, 61.6]}, "bbox": [-94.162, 15.1165, -94.162, 15.1165]}, {"id": "3989", "type": "Feature", "properties": {"id": "mb80255689", "mag": 1.86, "time": 1505557588190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1525, 48.101667, 7.53]}, "bbox": [-115.1525, 48.101667, -115.1525, 48.101667]}, {"id": "3990", "type": "Feature", "properties": {"id": "nc72893131", "mag": 1.55, "time": 1505557460780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826, 38.836333, 2.51]}, "bbox": [-122.826, 38.836333, -122.826, 38.836333]}, {"id": "3991", "type": "Feature", "properties": {"id": "us2000ap0t", "mag": 4.5, "time": 1505557108730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2297, 14.9414, 30.52]}, "bbox": [-94.2297, 14.9414, -94.2297, 14.9414]}, {"id": "3992", "type": "Feature", "properties": {"id": "uw61329606", "mag": 1.52, "time": 1505556991880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.998833, 47.691333, 5.06]}, "bbox": [-121.998833, 47.691333, -121.998833, 47.691333]}, {"id": "3993", "type": "Feature", "properties": {"id": "us2000ap0r", "mag": 5.4, "time": 1505556693470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [83.5155, 42.2053, 16.0]}, "bbox": [83.5155, 42.2053, 83.5155, 42.2053]}, {"id": "3994", "type": "Feature", "properties": {"id": "nc72893116", "mag": 1.84, "time": 1505556472360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.136, 35.962667, 25.16]}, "bbox": [-120.136, 35.962667, -120.136, 35.962667]}, {"id": "3995", "type": "Feature", "properties": {"id": "us2000at4a", "mag": 4.0, "time": 1505555867920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1193, -10.8831, 38.93]}, "bbox": [122.1193, -10.8831, 122.1193, -10.8831]}, {"id": "3996", "type": "Feature", "properties": {"id": "nc72893106", "mag": 2.2, "time": 1505555321940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 38.061667, 8.48]}, "bbox": [-118.918167, 38.061667, -118.918167, 38.061667]}, {"id": "3997", "type": "Feature", "properties": {"id": "ci37764391", "mag": 3.37, "time": 1505555150630, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.616167, 33.169667, 8.65]}, "bbox": [-115.616167, 33.169667, -115.616167, 33.169667]}, {"id": "3998", "type": "Feature", "properties": {"id": "ak16833112", "mag": 1.5, "time": 1505554903991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7489, 59.845, 6.0]}, "bbox": [-136.7489, 59.845, -136.7489, 59.845]}, {"id": "3999", "type": "Feature", "properties": {"id": "ak16832833", "mag": 1.9, "time": 1505554129377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7145, 60.2604, 9.4]}, "bbox": [-141.7145, 60.2604, -141.7145, 60.2604]}, {"id": "4000", "type": "Feature", "properties": {"id": "ak16832826", "mag": 1.1, "time": 1505553506665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3921, 63.5231, 5.2]}, "bbox": [-147.3921, 63.5231, -147.3921, 63.5231]}, {"id": "4001", "type": "Feature", "properties": {"id": "ak16832818", "mag": 2.0, "time": 1505552113865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4792, 63.0863, 5.5]}, "bbox": [-151.4792, 63.0863, -151.4792, 63.0863]}, {"id": "4002", "type": "Feature", "properties": {"id": "ak16860523", "mag": 1.1, "time": 1505550954800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5868, 63.8926, 99.6]}, "bbox": [-148.5868, 63.8926, -148.5868, 63.8926]}, {"id": "4003", "type": "Feature", "properties": {"id": "us2000ap0a", "mag": 4.0, "time": 1505550836160, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.685, 37.0689, 6.9]}, "bbox": [27.685, 37.0689, 27.685, 37.0689]}, {"id": "4004", "type": "Feature", "properties": {"id": "ci37764359", "mag": 1.53, "time": 1505550124480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 33.145833, 9.49]}, "bbox": [-115.9555, 33.145833, -115.9555, 33.145833]}, {"id": "4005", "type": "Feature", "properties": {"id": "ci37764335", "mag": 1.72, "time": 1505549627950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.053167, 36.123167, 1.12]}, "bbox": [-118.053167, 36.123167, -118.053167, 36.123167]}, {"id": "4006", "type": "Feature", "properties": {"id": "ci37764327", "mag": 1.0, "time": 1505549298090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920833, 33.975167, 6.39]}, "bbox": [-116.920833, 33.975167, -116.920833, 33.975167]}, {"id": "4007", "type": "Feature", "properties": {"id": "ak16832531", "mag": 1.9, "time": 1505548305568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9221, 64.7554, 18.3]}, "bbox": [-139.9221, 64.7554, -139.9221, 64.7554]}, {"id": "4008", "type": "Feature", "properties": {"id": "pr2017259000", "mag": 3.64, "time": 1505548231440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.0526, 18.4531, 34.0]}, "bbox": [-64.0526, 18.4531, -64.0526, 18.4531]}, {"id": "4009", "type": "Feature", "properties": {"id": "nn00605447", "mag": 1.3, "time": 1505548133652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0331, 40.436, 11.8]}, "bbox": [-120.0331, 40.436, -120.0331, 40.436]}, {"id": "4010", "type": "Feature", "properties": {"id": "ak16860520", "mag": 1.3, "time": 1505547550857, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9184, 62.2903, 70.9]}, "bbox": [-150.9184, 62.2903, -150.9184, 62.2903]}, {"id": "4011", "type": "Feature", "properties": {"id": "ci37764303", "mag": 0.95, "time": 1505546199690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922833, 33.978, 5.2]}, "bbox": [-116.922833, 33.978, -116.922833, 33.978]}, {"id": "4012", "type": "Feature", "properties": {"id": "ak16832252", "mag": 3.1, "time": 1505545940675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5336, 51.3744, 18.2]}, "bbox": [178.5336, 51.3744, 178.5336, 51.3744]}, {"id": "4013", "type": "Feature", "properties": {"id": "nc72893051", "mag": 1.0, "time": 1505544999790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.518833, 0.05]}, "bbox": [-118.8995, 37.518833, -118.8995, 37.518833]}, {"id": "4014", "type": "Feature", "properties": {"id": "hv61909871", "mag": 3.66, "time": 1505544037320, "felt": 734.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.487667, 21.642167, 10.046]}, "bbox": [-157.487667, 21.642167, -157.487667, 21.642167]}, {"id": "4015", "type": "Feature", "properties": {"id": "ak16832238", "mag": 2.6, "time": 1505543981141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.591, 58.4419, 63.5]}, "bbox": [-153.591, 58.4419, -153.591, 58.4419]}, {"id": "4016", "type": "Feature", "properties": {"id": "ak16860517", "mag": 1.9, "time": 1505543962894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4461, 59.504, 85.4]}, "bbox": [-152.4461, 59.504, -152.4461, 59.504]}, {"id": "4017", "type": "Feature", "properties": {"id": "ci37764247", "mag": 0.97, "time": 1505543854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.918833, 33.976667, 6.71]}, "bbox": [-116.918833, 33.976667, -116.918833, 33.976667]}, {"id": "4018", "type": "Feature", "properties": {"id": "ak16832235", "mag": 1.7, "time": 1505543819625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8364, 61.486, 9.3]}, "bbox": [-146.8364, 61.486, -146.8364, 61.486]}, {"id": "4019", "type": "Feature", "properties": {"id": "us2000anze", "mag": 4.4, "time": 1505543417100, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.4791, 13.6017, 52.75]}, "bbox": [-90.4791, 13.6017, -90.4791, 13.6017]}, {"id": "4020", "type": "Feature", "properties": {"id": "nc72893026", "mag": 0.96, "time": 1505543269370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8325, 37.540333, 4.97]}, "bbox": [-118.8325, 37.540333, -118.8325, 37.540333]}, {"id": "4021", "type": "Feature", "properties": {"id": "nc72893021", "mag": 1.36, "time": 1505543240340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.181833, 37.775667, 14.71]}, "bbox": [-122.181833, 37.775667, -122.181833, 37.775667]}, {"id": "4022", "type": "Feature", "properties": {"id": "ak16831965", "mag": 1.2, "time": 1505542824882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1125, 62.0856, 43.0]}, "bbox": [-148.1125, 62.0856, -148.1125, 62.0856]}, {"id": "4023", "type": "Feature", "properties": {"id": "nc72893011", "mag": 1.57, "time": 1505541411490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8025, 38.706667, 3.14]}, "bbox": [-122.8025, 38.706667, -122.8025, 38.706667]}, {"id": "4024", "type": "Feature", "properties": {"id": "ak16831959", "mag": 1.0, "time": 1505541221769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4333, 66.2529, 10.1]}, "bbox": [-157.4333, 66.2529, -157.4333, 66.2529]}, {"id": "4025", "type": "Feature", "properties": {"id": "ak16831957", "mag": 1.8, "time": 1505541032598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4004, 57.5066, 48.2]}, "bbox": [-154.4004, 57.5066, -154.4004, 57.5066]}, {"id": "4026", "type": "Feature", "properties": {"id": "us2000anz4", "mag": 4.4, "time": 1505540612950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.854, 17.4925, 32.6]}, "bbox": [-60.854, 17.4925, -60.854, 17.4925]}, {"id": "4027", "type": "Feature", "properties": {"id": "us2000anz2", "mag": 4.1, "time": 1505540153920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.143, 15.2335, 36.21]}, "bbox": [-94.143, 15.2335, -94.143, 15.2335]}, {"id": "4028", "type": "Feature", "properties": {"id": "ci37764183", "mag": 1.57, "time": 1505539498920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 33.976667, 6.44]}, "bbox": [-116.924667, 33.976667, -116.924667, 33.976667]}, {"id": "4029", "type": "Feature", "properties": {"id": "us2000anyv", "mag": 3.7, "time": 1505539256530, "felt": 22.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5716, 8.12]}, "bbox": [-111.4153, 42.5716, -111.4153, 42.5716]}, {"id": "4030", "type": "Feature", "properties": {"id": "nc72893001", "mag": 1.74, "time": 1505539200450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.266667, 39.366833, -0.52]}, "bbox": [-123.266667, 39.366833, -123.266667, 39.366833]}, {"id": "4031", "type": "Feature", "properties": {"id": "nn00605425", "mag": 1.2, "time": 1505536942149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.719, 36.6783, 6.3]}, "bbox": [-115.719, 36.6783, -115.719, 36.6783]}, {"id": "4032", "type": "Feature", "properties": {"id": "ci37764071", "mag": 3.03, "time": 1505536766220, "felt": 99.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.926333, 33.9745, 5.92]}, "bbox": [-116.926333, 33.9745, -116.926333, 33.9745]}, {"id": "4033", "type": "Feature", "properties": {"id": "us2000anyf", "mag": 4.6, "time": 1505535666910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9491, -1.4664, 157.52]}, "bbox": [-77.9491, -1.4664, -77.9491, -1.4664]}, {"id": "4034", "type": "Feature", "properties": {"id": "nc72892991", "mag": 1.09, "time": 1505535129720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777833, 39.807833, 8.29]}, "bbox": [-122.777833, 39.807833, -122.777833, 39.807833]}, {"id": "4035", "type": "Feature", "properties": {"id": "us2000any5", "mag": 4.3, "time": 1505534256750, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.7094, 13.2544, 54.8]}, "bbox": [-89.7094, 13.2544, -89.7094, 13.2544]}, {"id": "4036", "type": "Feature", "properties": {"id": "ak16831411", "mag": 1.0, "time": 1505534077361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8446, 61.8774, 13.6]}, "bbox": [-148.8446, 61.8774, -148.8446, 61.8774]}, {"id": "4037", "type": "Feature", "properties": {"id": "nn00605540", "mag": 1.1, "time": 1505533644071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5347, 38.3939, 14.7]}, "bbox": [-116.5347, 38.3939, -116.5347, 38.3939]}, {"id": "4038", "type": "Feature", "properties": {"id": "ci37764039", "mag": 1.68, "time": 1505533494970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.682, 35.141167, 11.28]}, "bbox": [-119.682, 35.141167, -119.682, 35.141167]}, {"id": "4039", "type": "Feature", "properties": {"id": "ci37764031", "mag": 1.75, "time": 1505533234710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.516833, 32.862, 5.65]}, "bbox": [-115.516833, 32.862, -115.516833, 32.862]}, {"id": "4040", "type": "Feature", "properties": {"id": "ak16831410", "mag": 1.3, "time": 1505532137489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8143, 61.3719, 31.3]}, "bbox": [-146.8143, 61.3719, -146.8143, 61.3719]}, {"id": "4041", "type": "Feature", "properties": {"id": "nc72892971", "mag": 0.98, "time": 1505532054400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8735, 37.542, 7.25]}, "bbox": [-118.8735, 37.542, -118.8735, 37.542]}, {"id": "4042", "type": "Feature", "properties": {"id": "nm60206921", "mag": 1.9, "time": 1505531769960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3315, 35.6915, 12.51]}, "bbox": [-90.3315, 35.6915, -90.3315, 35.6915]}, {"id": "4043", "type": "Feature", "properties": {"id": "ci37764007", "mag": 1.33, "time": 1505531552680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.105667, 34.034, 6.86]}, "bbox": [-117.105667, 34.034, -117.105667, 34.034]}, {"id": "4044", "type": "Feature", "properties": {"id": "ak16860509", "mag": 1.7, "time": 1505530441142, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2233, 59.405, 90.5]}, "bbox": [-153.2233, 59.405, -153.2233, 59.405]}, {"id": "4045", "type": "Feature", "properties": {"id": "ak16831409", "mag": 2.6, "time": 1505529914916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7519, 54.2192, 117.7]}, "bbox": [-165.7519, 54.2192, -165.7519, 54.2192]}, {"id": "4046", "type": "Feature", "properties": {"id": "ci37763991", "mag": 1.37, "time": 1505528713010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.193833, 7.41]}, "bbox": [-116.179, 33.193833, -116.179, 33.193833]}, {"id": "4047", "type": "Feature", "properties": {"id": "ci37763983", "mag": 1.44, "time": 1505528615710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793333, 33.493667, 4.8]}, "bbox": [-116.793333, 33.493667, -116.793333, 33.493667]}, {"id": "4048", "type": "Feature", "properties": {"id": "us2000anxt", "mag": 4.3, "time": 1505528560360, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-100.0309, 17.2785, 69.28]}, "bbox": [-100.0309, 17.2785, -100.0309, 17.2785]}, {"id": "4049", "type": "Feature", "properties": {"id": "nc72892956", "mag": 1.06, "time": 1505527887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.904167, 37.519667, -0.32]}, "bbox": [-118.904167, 37.519667, -118.904167, 37.519667]}, {"id": "4050", "type": "Feature", "properties": {"id": "ak16831144", "mag": 1.1, "time": 1505526547318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6449, 63.5861, 5.7]}, "bbox": [-150.6449, 63.5861, -150.6449, 63.5861]}, {"id": "4051", "type": "Feature", "properties": {"id": "ak16831140", "mag": 1.8, "time": 1505526295378, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4346, 59.0192, 66.8]}, "bbox": [-152.4346, 59.0192, -152.4346, 59.0192]}, {"id": "4052", "type": "Feature", "properties": {"id": "nc72892946", "mag": 1.02, "time": 1505525854460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.786999, 0.87]}, "bbox": [-122.764168, 38.786999, -122.764168, 38.786999]}, {"id": "4053", "type": "Feature", "properties": {"id": "ci37763959", "mag": 1.17, "time": 1505525787900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.395167, 34.877167, 11.59]}, "bbox": [-119.395167, 34.877167, -119.395167, 34.877167]}, {"id": "4054", "type": "Feature", "properties": {"id": "nc72892941", "mag": 1.34, "time": 1505525721400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772833, 38.807167, -0.11]}, "bbox": [-122.772833, 38.807167, -122.772833, 38.807167]}, {"id": "4055", "type": "Feature", "properties": {"id": "nc72892936", "mag": 1.51, "time": 1505525691180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.545, 3.75]}, "bbox": [-118.819167, 37.545, -118.819167, 37.545]}, {"id": "4056", "type": "Feature", "properties": {"id": "us2000anxl", "mag": 4.6, "time": 1505525689580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5872, 52.0486, 37.0]}, "bbox": [-170.5872, 52.0486, -170.5872, 52.0486]}, {"id": "4057", "type": "Feature", "properties": {"id": "ak16831132", "mag": 1.8, "time": 1505525666712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6913, 63.5749, 10.4]}, "bbox": [-150.6913, 63.5749, -150.6913, 63.5749]}, {"id": "4058", "type": "Feature", "properties": {"id": "ak16831131", "mag": 1.1, "time": 1505525600973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6368, 63.6017, 8.9]}, "bbox": [-150.6368, 63.6017, -150.6368, 63.6017]}, {"id": "4059", "type": "Feature", "properties": {"id": "nc72892931", "mag": 1.16, "time": 1505524996900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.806167, 36.224833, 7.5]}, "bbox": [-120.806167, 36.224833, -120.806167, 36.224833]}, {"id": "4060", "type": "Feature", "properties": {"id": "ak16830868", "mag": 2.0, "time": 1505523996780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.276, 57.4142, 39.6]}, "bbox": [-154.276, 57.4142, -154.276, 57.4142]}, {"id": "4061", "type": "Feature", "properties": {"id": "ak16860501", "mag": 1.8, "time": 1505523576256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.099, 59.7523, 100.4]}, "bbox": [-153.099, 59.7523, -153.099, 59.7523]}, {"id": "4062", "type": "Feature", "properties": {"id": "ak16830864", "mag": 1.0, "time": 1505522724047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3705, 66.2593, 7.1]}, "bbox": [-142.3705, 66.2593, -142.3705, 66.2593]}, {"id": "4063", "type": "Feature", "properties": {"id": "ak16830862", "mag": 1.4, "time": 1505522720015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8357, 63.5631, 6.8]}, "bbox": [-150.8357, 63.5631, -150.8357, 63.5631]}, {"id": "4064", "type": "Feature", "properties": {"id": "us2000at41", "mag": 4.6, "time": 1505522674060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.6259, -23.9788, 10.0]}, "bbox": [69.6259, -23.9788, 69.6259, -23.9788]}, {"id": "4065", "type": "Feature", "properties": {"id": "us2000anwt", "mag": 4.3, "time": 1505522470090, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.2357, -37.2039, 9.72]}, "bbox": [-74.2357, -37.2039, -74.2357, -37.2039]}, {"id": "4066", "type": "Feature", "properties": {"id": "uu60246252", "mag": 1.18, "time": 1505521902190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4075, 42.596, 3.5]}, "bbox": [-111.4075, 42.596, -111.4075, 42.596]}, {"id": "4067", "type": "Feature", "properties": {"id": "ak16830861", "mag": 1.2, "time": 1505521740882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7991, 61.6212, 38.4]}, "bbox": [-147.7991, 61.6212, -147.7991, 61.6212]}, {"id": "4068", "type": "Feature", "properties": {"id": "ak16830860", "mag": 1.0, "time": 1505521253411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9628, 64.7584, 4.1]}, "bbox": [-139.9628, 64.7584, -139.9628, 64.7584]}, {"id": "4069", "type": "Feature", "properties": {"id": "ak16830858", "mag": 1.6, "time": 1505521010086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3459, 62.5868, 57.7]}, "bbox": [-148.3459, 62.5868, -148.3459, 62.5868]}, {"id": "4070", "type": "Feature", "properties": {"id": "us2000at4p", "mag": 4.6, "time": 1505520028160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-30.9669, 2.8319, 10.0]}, "bbox": [-30.9669, 2.8319, -30.9669, 2.8319]}, {"id": "4071", "type": "Feature", "properties": {"id": "ak16830852", "mag": 2.5, "time": 1505519615949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8797, 64.7729, 8.4]}, "bbox": [-139.8797, 64.7729, -139.8797, 64.7729]}, {"id": "4072", "type": "Feature", "properties": {"id": "ak16830848", "mag": 3.4, "time": 1505519352423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9613, 56.0051, 45.4]}, "bbox": [-156.9613, 56.0051, -156.9613, 56.0051]}, {"id": "4073", "type": "Feature", "properties": {"id": "ak16830585", "mag": 2.2, "time": 1505518242769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9245, 64.7851, 9.3]}, "bbox": [-139.9245, 64.7851, -139.9245, 64.7851]}, {"id": "4074", "type": "Feature", "properties": {"id": "ak16830502", "mag": 1.5, "time": 1505517724005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3927, 62.7723, 62.1]}, "bbox": [-148.3927, 62.7723, -148.3927, 62.7723]}, {"id": "4075", "type": "Feature", "properties": {"id": "hv61909476", "mag": 1.46, "time": 1505517626230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6105, 19.420833, 2.212]}, "bbox": [-155.6105, 19.420833, -155.6105, 19.420833]}, {"id": "4076", "type": "Feature", "properties": {"id": "us2000anvi", "mag": 4.9, "time": 1505517194700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.9781, 67.621, 14.89]}, "bbox": [142.9781, 67.621, 142.9781, 67.621]}, {"id": "4077", "type": "Feature", "properties": {"id": "ak16852972", "mag": 2.3, "time": 1505516822454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.046, 51.6929, 12.7]}, "bbox": [-175.046, 51.6929, -175.046, 51.6929]}, {"id": "4078", "type": "Feature", "properties": {"id": "us2000asms", "mag": 4.2, "time": 1505515397660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.5667, -4.6769, 135.04]}, "bbox": [151.5667, -4.6769, 151.5667, -4.6769]}, {"id": "4079", "type": "Feature", "properties": {"id": "ak16830490", "mag": 2.1, "time": 1505515348546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2666, 60.2335, 149.7]}, "bbox": [-153.2666, 60.2335, -153.2666, 60.2335]}, {"id": "4080", "type": "Feature", "properties": {"id": "us2000anza", "mag": 4.2, "time": 1505515078190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9514, 12.8959, 27.42]}, "bbox": [91.9514, 12.8959, 91.9514, 12.8959]}, {"id": "4081", "type": "Feature", "properties": {"id": "ak16852968", "mag": 1.7, "time": 1505514517165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1028, 59.5574, 89.2]}, "bbox": [-153.1028, 59.5574, -153.1028, 59.5574]}, {"id": "4082", "type": "Feature", "properties": {"id": "ak16830486", "mag": 1.5, "time": 1505514413181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8103, 64.7863, 4.0]}, "bbox": [-139.8103, 64.7863, -139.8103, 64.7863]}, {"id": "4083", "type": "Feature", "properties": {"id": "ak16852966", "mag": 1.7, "time": 1505514284700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1862, 59.9258, 120.0]}, "bbox": [-153.1862, 59.9258, -153.1862, 59.9258]}, {"id": "4084", "type": "Feature", "properties": {"id": "nc72892896", "mag": 1.71, "time": 1505514238180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.848, 40.281, 4.76]}, "bbox": [-120.848, 40.281, -120.848, 40.281]}, {"id": "4085", "type": "Feature", "properties": {"id": "us2000aqg1", "mag": 3.2, "time": 1505514207940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4161, 53.6697, 25.19]}, "bbox": [-164.4161, 53.6697, -164.4161, 53.6697]}, {"id": "4086", "type": "Feature", "properties": {"id": "nc72892891", "mag": 1.42, "time": 1505514193630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7085, 38.747, 1.29]}, "bbox": [-122.7085, 38.747, -122.7085, 38.747]}, {"id": "4087", "type": "Feature", "properties": {"id": "us2000antx", "mag": 2.8, "time": 1505513431240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9688, 37.279, 4.85]}, "bbox": [-97.9688, 37.279, -97.9688, 37.279]}, {"id": "4088", "type": "Feature", "properties": {"id": "ak16830471", "mag": 1.3, "time": 1505513126878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0818, 58.2131, 3.4]}, "bbox": [-155.0818, 58.2131, -155.0818, 58.2131]}, {"id": "4089", "type": "Feature", "properties": {"id": "us2000aqg0", "mag": 2.6, "time": 1505512544140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6723, 51.5577, 10.0]}, "bbox": [178.6723, 51.5577, 178.6723, 51.5577]}, {"id": "4090", "type": "Feature", "properties": {"id": "us2000antf", "mag": 4.6, "time": 1505512126220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.5618, -5.9077, 108.71]}, "bbox": [147.5618, -5.9077, 147.5618, -5.9077]}, {"id": "4091", "type": "Feature", "properties": {"id": "ak16830466", "mag": 1.7, "time": 1505511266504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7109, 60.4891, 8.6]}, "bbox": [-138.7109, 60.4891, -138.7109, 60.4891]}, {"id": "4092", "type": "Feature", "properties": {"id": "us2000asmu", "mag": 4.3, "time": 1505510611600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.0445, 34.5022, 328.82]}, "bbox": [137.0445, 34.5022, 137.0445, 34.5022]}, {"id": "4093", "type": "Feature", "properties": {"id": "us2000anrz", "mag": 3.1, "time": 1505510517900, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4379, 42.6057, 6.23]}, "bbox": [-111.4379, 42.6057, -111.4379, 42.6057]}, {"id": "4094", "type": "Feature", "properties": {"id": "ak16830211", "mag": 3.0, "time": 1505510263990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8926, 64.7765, 8.2]}, "bbox": [-139.8926, 64.7765, -139.8926, 64.7765]}, {"id": "4095", "type": "Feature", "properties": {"id": "ak16852960", "mag": 1.5, "time": 1505509916511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1722, 61.1116, 68.8]}, "bbox": [-151.1722, 61.1116, -151.1722, 61.1116]}, {"id": "4096", "type": "Feature", "properties": {"id": "ak16852959", "mag": 2.0, "time": 1505509441508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4835, 51.7117, 13.6]}, "bbox": [-178.4835, 51.7117, -178.4835, 51.7117]}, {"id": "4097", "type": "Feature", "properties": {"id": "nc72892861", "mag": 1.56, "time": 1505509197990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.217167, 35.152667, 7.27]}, "bbox": [-121.217167, 35.152667, -121.217167, 35.152667]}, {"id": "4098", "type": "Feature", "properties": {"id": "nn00605401", "mag": 1.3, "time": 1505508712532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5746, 38.7781, 10.3]}, "bbox": [-119.5746, 38.7781, -119.5746, 38.7781]}, {"id": "4099", "type": "Feature", "properties": {"id": "us2000anqp", "mag": 4.4, "time": 1505508340380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.6832, 12.6788, 125.94]}, "bbox": [142.6832, 12.6788, 142.6832, 12.6788]}, {"id": "4100", "type": "Feature", "properties": {"id": "nn00605391", "mag": 1.0, "time": 1505508003630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3614, 38.5819, 3.5]}, "bbox": [-118.3614, 38.5819, -118.3614, 38.5819]}, {"id": "4101", "type": "Feature", "properties": {"id": "ci37763831", "mag": 1.45, "time": 1505507271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.356667, 34.4865, 9.29]}, "bbox": [-119.356667, 34.4865, -119.356667, 34.4865]}, {"id": "4102", "type": "Feature", "properties": {"id": "ak16830197", "mag": 2.1, "time": 1505507006348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8768, 60.2433, 18.6]}, "bbox": [-140.8768, 60.2433, -140.8768, 60.2433]}, {"id": "4103", "type": "Feature", "properties": {"id": "nc72892846", "mag": 2.43, "time": 1505506978320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.075333, 36.496667, 4.87]}, "bbox": [-121.075333, 36.496667, -121.075333, 36.496667]}, {"id": "4104", "type": "Feature", "properties": {"id": "us2000annp", "mag": 2.3, "time": 1505506905940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5599, 9.59]}, "bbox": [-111.4277, 42.5599, -111.4277, 42.5599]}, {"id": "4105", "type": "Feature", "properties": {"id": "ak16829946", "mag": 2.6, "time": 1505506584731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9781, 57.0654, 81.6]}, "bbox": [-155.9781, 57.0654, -155.9781, 57.0654]}, {"id": "4106", "type": "Feature", "properties": {"id": "nc72892841", "mag": 1.21, "time": 1505506558180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.823167, 2.59]}, "bbox": [-122.801833, 38.823167, -122.801833, 38.823167]}, {"id": "4107", "type": "Feature", "properties": {"id": "ci37763815", "mag": 1.6, "time": 1505506434580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.772667, 33.326167, 12.6]}, "bbox": [-116.772667, 33.326167, -116.772667, 33.326167]}, {"id": "4108", "type": "Feature", "properties": {"id": "ak16829942", "mag": 2.0, "time": 1505506388550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6381, 59.7681, 10.4]}, "bbox": [-136.6381, 59.7681, -136.6381, 59.7681]}, {"id": "4109", "type": "Feature", "properties": {"id": "ak16829939", "mag": 1.3, "time": 1505506296730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3557, 64.9805, 0.0]}, "bbox": [-147.3557, 64.9805, -147.3557, 64.9805]}, {"id": "4110", "type": "Feature", "properties": {"id": "ak16829919", "mag": 3.2, "time": 1505506091028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8331, 59.8732, 91.8]}, "bbox": [-152.8331, 59.8732, -152.8331, 59.8732]}, {"id": "4111", "type": "Feature", "properties": {"id": "ak16829917", "mag": 1.1, "time": 1505506034459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1896, 63.4641, 20.7]}, "bbox": [-147.1896, 63.4641, -147.1896, 63.4641]}, {"id": "4112", "type": "Feature", "properties": {"id": "nc72892821", "mag": 1.26, "time": 1505506033580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.407667, 37.504333, 1.03]}, "bbox": [-122.407667, 37.504333, -122.407667, 37.504333]}, {"id": "4113", "type": "Feature", "properties": {"id": "pr2017258005", "mag": 3.43, "time": 1505505501670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.6295, 19.1915, 40.0]}, "bbox": [-64.6295, 19.1915, -64.6295, 19.1915]}, {"id": "4114", "type": "Feature", "properties": {"id": "ak16829915", "mag": 1.5, "time": 1505505395135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6711, 60.3885, 41.7]}, "bbox": [-150.6711, 60.3885, -150.6711, 60.3885]}, {"id": "4115", "type": "Feature", "properties": {"id": "ak16829913", "mag": 2.1, "time": 1505505235226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.0254, 58.4988, 9.7]}, "bbox": [-135.0254, 58.4988, -135.0254, 58.4988]}, {"id": "4116", "type": "Feature", "properties": {"id": "ak16829904", "mag": 1.1, "time": 1505503708373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5162, 63.4918, 1.6]}, "bbox": [-147.5162, 63.4918, -147.5162, 63.4918]}, {"id": "4117", "type": "Feature", "properties": {"id": "nc72892806", "mag": 1.03, "time": 1505503474580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.488333, 37.450833, 4.91]}, "bbox": [-118.488333, 37.450833, -118.488333, 37.450833]}, {"id": "4118", "type": "Feature", "properties": {"id": "ci37763759", "mag": 1.72, "time": 1505502131450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796, 33.503167, 6.45]}, "bbox": [-116.796, 33.503167, -116.796, 33.503167]}, {"id": "4119", "type": "Feature", "properties": {"id": "us2000anjp", "mag": 5.5, "time": 1505501282460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.3292, -55.4644, 9.0]}, "bbox": [-28.3292, -55.4644, -28.3292, -55.4644]}, {"id": "4120", "type": "Feature", "properties": {"id": "nc72892771", "mag": 1.05, "time": 1505500911720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.725334, 38.757, 1.52]}, "bbox": [-122.725334, 38.757, -122.725334, 38.757]}, {"id": "4121", "type": "Feature", "properties": {"id": "us2000anjh", "mag": 4.5, "time": 1505500904740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.72, 54.0122, 10.0]}, "bbox": [169.72, 54.0122, 169.72, 54.0122]}, {"id": "4122", "type": "Feature", "properties": {"id": "uw61308057", "mag": 0.97, "time": 1505500854880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.858667, 48.515, 37.88]}, "bbox": [-124.858667, 48.515, -124.858667, 48.515]}, {"id": "4123", "type": "Feature", "properties": {"id": "ak16829625", "mag": 1.6, "time": 1505499922143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3749, 60.4419, 18.3]}, "bbox": [-147.3749, 60.4419, -147.3749, 60.4419]}, {"id": "4124", "type": "Feature", "properties": {"id": "uu60246132", "mag": 1.51, "time": 1505499901840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.537167, 7.15]}, "bbox": [-111.420667, 42.537167, -111.420667, 42.537167]}, {"id": "4125", "type": "Feature", "properties": {"id": "nc72892766", "mag": 2.33, "time": 1505499839660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.49, 37.447667, 5.54]}, "bbox": [-118.49, 37.447667, -118.49, 37.447667]}, {"id": "4126", "type": "Feature", "properties": {"id": "nc72892756", "mag": 1.0, "time": 1505499395080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799667, 37.462333, 0.05]}, "bbox": [-118.799667, 37.462333, -118.799667, 37.462333]}, {"id": "4127", "type": "Feature", "properties": {"id": "nc72892761", "mag": 1.02, "time": 1505499284680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.445, 37.379333, 14.57]}, "bbox": [-118.445, 37.379333, -118.445, 37.379333]}, {"id": "4128", "type": "Feature", "properties": {"id": "ak16829622", "mag": 1.1, "time": 1505498936272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4458, 61.0059, 4.9]}, "bbox": [-152.4458, 61.0059, -152.4458, 61.0059]}, {"id": "4129", "type": "Feature", "properties": {"id": "us2000anhz", "mag": 4.2, "time": 1505498539950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9892, 15.1825, 46.32]}, "bbox": [-93.9892, 15.1825, -93.9892, 15.1825]}, {"id": "4130", "type": "Feature", "properties": {"id": "ak16829378", "mag": 1.9, "time": 1505498347271, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7292, 60.4845, 7.5]}, "bbox": [-138.7292, 60.4845, -138.7292, 60.4845]}, {"id": "4131", "type": "Feature", "properties": {"id": "ci37763719", "mag": 1.44, "time": 1505498108300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.178169, 35.602833, 5.95]}, "bbox": [-118.178169, 35.602833, -118.178169, 35.602833]}, {"id": "4132", "type": "Feature", "properties": {"id": "us2000anhd", "mag": 5.0, "time": 1505497546880, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [28.8132, -2.7314, 12.98]}, "bbox": [28.8132, -2.7314, 28.8132, -2.7314]}, {"id": "4133", "type": "Feature", "properties": {"id": "ci37763711", "mag": 1.02, "time": 1505497385540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.102833, 33.170333, 9.6]}, "bbox": [-116.102833, 33.170333, -116.102833, 33.170333]}, {"id": "4134", "type": "Feature", "properties": {"id": "ak16829370", "mag": 1.8, "time": 1505496661795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3298, 60.0961, 93.1]}, "bbox": [-152.3298, 60.0961, -152.3298, 60.0961]}, {"id": "4135", "type": "Feature", "properties": {"id": "nc72892746", "mag": 1.22, "time": 1505496479100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.641667, 37.477167, 6.06]}, "bbox": [-118.641667, 37.477167, -118.641667, 37.477167]}, {"id": "4136", "type": "Feature", "properties": {"id": "us2000angr", "mag": 4.6, "time": 1505496373980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.527, 53.8618, 60.06]}, "bbox": [160.527, 53.8618, 160.527, 53.8618]}, {"id": "4137", "type": "Feature", "properties": {"id": "ci37763679", "mag": 1.04, "time": 1505495567950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808, 36.012167, 1.77]}, "bbox": [-117.808, 36.012167, -117.808, 36.012167]}, {"id": "4138", "type": "Feature", "properties": {"id": "ak16829365", "mag": 1.4, "time": 1505494067842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3827, 63.102, 108.2]}, "bbox": [-150.3827, 63.102, -150.3827, 63.102]}, {"id": "4139", "type": "Feature", "properties": {"id": "uw61308032", "mag": 1.41, "time": 1505493000220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048333, 47.3965, 13.93]}, "bbox": [-122.048333, 47.3965, -122.048333, 47.3965]}, {"id": "4140", "type": "Feature", "properties": {"id": "nc72892711", "mag": 1.1, "time": 1505492830650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807, 38.822667, 2.57]}, "bbox": [-122.807, 38.822667, -122.807, 38.822667]}, {"id": "4141", "type": "Feature", "properties": {"id": "uw61308027", "mag": 1.17, "time": 1505492391290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0485, 47.395833, 13.68]}, "bbox": [-122.0485, 47.395833, -122.0485, 47.395833]}, {"id": "4142", "type": "Feature", "properties": {"id": "ak16829360", "mag": 2.9, "time": 1505491697051, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4354, 53.7237, 49.7]}, "bbox": [-164.4354, 53.7237, -164.4354, 53.7237]}, {"id": "4143", "type": "Feature", "properties": {"id": "pr2017258004", "mag": 1.98, "time": 1505491060700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7353, 18.0013, 7.0]}, "bbox": [-66.7353, 18.0013, -66.7353, 18.0013]}, {"id": "4144", "type": "Feature", "properties": {"id": "ak16829358", "mag": 1.6, "time": 1505491027770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6843, 60.3013, 49.8]}, "bbox": [-150.6843, 60.3013, -150.6843, 60.3013]}, {"id": "4145", "type": "Feature", "properties": {"id": "us2000angc", "mag": 4.7, "time": 1505490910540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4948, -51.951, 10.0]}, "bbox": [140.4948, -51.951, 140.4948, -51.951]}, {"id": "4146", "type": "Feature", "properties": {"id": "ak16829355", "mag": 3.2, "time": 1505490508935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4074, 55.3684, 134.2]}, "bbox": [-162.4074, 55.3684, -162.4074, 55.3684]}, {"id": "4147", "type": "Feature", "properties": {"id": "uu60246117", "mag": 1.78, "time": 1505490038910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438833, 42.587833, 3.5]}, "bbox": [-111.438833, 42.587833, -111.438833, 42.587833]}, {"id": "4148", "type": "Feature", "properties": {"id": "ci37763607", "mag": 1.3, "time": 1505489472220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491167, 33.8525, -0.5]}, "bbox": [-117.491167, 33.8525, -117.491167, 33.8525]}, {"id": "4149", "type": "Feature", "properties": {"id": "ismpkansas70235413", "mag": 2.08, "time": 1505488486050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.96, 37.276667, 2.46]}, "bbox": [-97.96, 37.276667, -97.96, 37.276667]}, {"id": "4150", "type": "Feature", "properties": {"id": "ak16829351", "mag": 1.4, "time": 1505488175090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4615, 63.0908, 2.8]}, "bbox": [-151.4615, 63.0908, -151.4615, 63.0908]}, {"id": "4151", "type": "Feature", "properties": {"id": "hv61908956", "mag": 2.13, "time": 1505487142110, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.862333, 19.450333, 1.074]}, "bbox": [-154.862333, 19.450333, -154.862333, 19.450333]}, {"id": "4152", "type": "Feature", "properties": {"id": "ak16829348", "mag": 2.3, "time": 1505486994801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5994, 64.2424, 10.6]}, "bbox": [-163.5994, 64.2424, -163.5994, 64.2424]}, {"id": "4153", "type": "Feature", "properties": {"id": "ak16852936", "mag": 1.5, "time": 1505485797408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5105, 60.533, 54.5]}, "bbox": [-150.5105, 60.533, -150.5105, 60.533]}, {"id": "4154", "type": "Feature", "properties": {"id": "ak16829346", "mag": 1.6, "time": 1505485726963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8399, 59.9528, 0.0]}, "bbox": [-139.8399, 59.9528, -139.8399, 59.9528]}, {"id": "4155", "type": "Feature", "properties": {"id": "mb80255559", "mag": 1.54, "time": 1505485070000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.898, 12.92]}, "bbox": [-112.528, 46.898, -112.528, 46.898]}, {"id": "4156", "type": "Feature", "properties": {"id": "us2000asmd", "mag": 4.0, "time": 1505484479350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [118.2763, -7.0257, 10.0]}, "bbox": [118.2763, -7.0257, 118.2763, -7.0257]}, {"id": "4157", "type": "Feature", "properties": {"id": "ci37763559", "mag": 1.43, "time": 1505483064830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6045, 33.127833, 7.81]}, "bbox": [-115.6045, 33.127833, -115.6045, 33.127833]}, {"id": "4158", "type": "Feature", "properties": {"id": "ci37763535", "mag": 1.14, "time": 1505482307640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.736833, 33.222833, 12.21]}, "bbox": [-116.736833, 33.222833, -116.736833, 33.222833]}, {"id": "4159", "type": "Feature", "properties": {"id": "ci37763527", "mag": 1.65, "time": 1505482113260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.742833, 33.223833, 11.67]}, "bbox": [-116.742833, 33.223833, -116.742833, 33.223833]}, {"id": "4160", "type": "Feature", "properties": {"id": "ci37763511", "mag": 2.98, "time": 1505481739410, "felt": 62.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750167, 33.221833, 11.54]}, "bbox": [-116.750167, 33.221833, -116.750167, 33.221833]}, {"id": "4161", "type": "Feature", "properties": {"id": "nn00605319", "mag": 1.4, "time": 1505481612897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.536, 39.4025, 7.1]}, "bbox": [-119.536, 39.4025, -119.536, 39.4025]}, {"id": "4162", "type": "Feature", "properties": {"id": "ak16829343", "mag": 1.1, "time": 1505481511288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.734, 60.477, 7.6]}, "bbox": [-138.734, 60.477, -138.734, 60.477]}, {"id": "4163", "type": "Feature", "properties": {"id": "ak16829342", "mag": 1.1, "time": 1505481115042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6866, 60.4978, 7.6]}, "bbox": [-138.6866, 60.4978, -138.6866, 60.4978]}, {"id": "4164", "type": "Feature", "properties": {"id": "us2000an8y", "mag": 3.0, "time": 1505480692500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9665, 37.2798, 4.9]}, "bbox": [-97.9665, 37.2798, -97.9665, 37.2798]}, {"id": "4165", "type": "Feature", "properties": {"id": "us2000aqfs", "mag": 4.0, "time": 1505480677660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.1015, 51.6899, 62.37]}, "bbox": [177.1015, 51.6899, 177.1015, 51.6899]}, {"id": "4166", "type": "Feature", "properties": {"id": "nc72892656", "mag": 1.2, "time": 1505479917850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.478833, 36.923833, 5.96]}, "bbox": [-121.478833, 36.923833, -121.478833, 36.923833]}, {"id": "4167", "type": "Feature", "properties": {"id": "ak16852930", "mag": 2.2, "time": 1505479857860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6735, 54.2139, 72.3]}, "bbox": [-164.6735, 54.2139, -164.6735, 54.2139]}, {"id": "4168", "type": "Feature", "properties": {"id": "ak16852929", "mag": 1.3, "time": 1505479424949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8074, 61.6789, 63.0]}, "bbox": [-150.8074, 61.6789, -150.8074, 61.6789]}, {"id": "4169", "type": "Feature", "properties": {"id": "ci37763455", "mag": 1.43, "time": 1505479133890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.172833, 33.1885, 5.98]}, "bbox": [-116.172833, 33.1885, -116.172833, 33.1885]}, {"id": "4170", "type": "Feature", "properties": {"id": "us2000an8s", "mag": 5.0, "time": 1505479021440, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [99.4856, 1.5915, 160.08]}, "bbox": [99.4856, 1.5915, 99.4856, 1.5915]}, {"id": "4171", "type": "Feature", "properties": {"id": "ak16852928", "mag": 2.1, "time": 1505478896521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6795, 51.3691, 28.0]}, "bbox": [178.6795, 51.3691, 178.6795, 51.3691]}, {"id": "4172", "type": "Feature", "properties": {"id": "uw61307972", "mag": 0.95, "time": 1505478878910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.588, 45.973333, 13.92]}, "bbox": [-122.588, 45.973333, -122.588, 45.973333]}, {"id": "4173", "type": "Feature", "properties": {"id": "mb80255544", "mag": 1.19, "time": 1505478239910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527, 46.868167, 11.01]}, "bbox": [-112.527, 46.868167, -112.527, 46.868167]}, {"id": "4174", "type": "Feature", "properties": {"id": "ak16852925", "mag": 2.1, "time": 1505477897255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.3237, 54.8499, 18.7]}, "bbox": [-160.3237, 54.8499, -160.3237, 54.8499]}, {"id": "4175", "type": "Feature", "properties": {"id": "nc72892641", "mag": 1.01, "time": 1505477523520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.833832, 2.01]}, "bbox": [-122.799667, 38.833832, -122.799667, 38.833832]}, {"id": "4176", "type": "Feature", "properties": {"id": "us2000an8e", "mag": 2.7, "time": 1505477274970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.8611, 10.18]}, "bbox": [-112.525, 46.8611, -112.525, 46.8611]}, {"id": "4177", "type": "Feature", "properties": {"id": "ak16852924", "mag": 1.4, "time": 1505476792218, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5946, 57.6534, 29.9]}, "bbox": [-152.5946, 57.6534, -152.5946, 57.6534]}, {"id": "4178", "type": "Feature", "properties": {"id": "pr2017258003", "mag": 2.18, "time": 1505476739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7808, 18.0135, 13.0]}, "bbox": [-66.7808, 18.0135, -66.7808, 18.0135]}, {"id": "4179", "type": "Feature", "properties": {"id": "ak16852923", "mag": 2.0, "time": 1505476493650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7994, 54.9781, 25.0]}, "bbox": [-160.7994, 54.9781, -160.7994, 54.9781]}, {"id": "4180", "type": "Feature", "properties": {"id": "us2000an7z", "mag": 3.8, "time": 1505475906360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.753, 54.3697, 28.05]}, "bbox": [-161.753, 54.3697, -161.753, 54.3697]}, {"id": "4181", "type": "Feature", "properties": {"id": "nc72892636", "mag": 2.0, "time": 1505475684320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723167, 38.750667, 1.87]}, "bbox": [-122.723167, 38.750667, -122.723167, 38.750667]}, {"id": "4182", "type": "Feature", "properties": {"id": "ak16829087", "mag": 1.6, "time": 1505475033163, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6709, 67.7999, 2.0]}, "bbox": [-156.6709, 67.7999, -156.6709, 67.7999]}, {"id": "4183", "type": "Feature", "properties": {"id": "ak16829082", "mag": 1.8, "time": 1505474984470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9722, 63.0999, 131.7]}, "bbox": [-150.9722, 63.0999, -150.9722, 63.0999]}, {"id": "4184", "type": "Feature", "properties": {"id": "ak16829079", "mag": 1.4, "time": 1505474678706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7297, 60.4779, 8.8]}, "bbox": [-138.7297, 60.4779, -138.7297, 60.4779]}, {"id": "4185", "type": "Feature", "properties": {"id": "us2000an7j", "mag": 2.7, "time": 1505474631800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4441, 42.568, 7.22]}, "bbox": [-111.4441, 42.568, -111.4441, 42.568]}, {"id": "4186", "type": "Feature", "properties": {"id": "nc72892626", "mag": 1.04, "time": 1505474439810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804667, 37.458833, 0.13]}, "bbox": [-118.804667, 37.458833, -118.804667, 37.458833]}, {"id": "4187", "type": "Feature", "properties": {"id": "ci37763407", "mag": 3.23, "time": 1505473976550, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.303167, 35.032833, 11.48]}, "bbox": [-119.303167, 35.032833, -119.303167, 35.032833]}, {"id": "4188", "type": "Feature", "properties": {"id": "nn00605300", "mag": 1.1, "time": 1505473795002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7828, 38.6088, 8.3]}, "bbox": [-118.7828, 38.6088, -118.7828, 38.6088]}, {"id": "4189", "type": "Feature", "properties": {"id": "ak16828841", "mag": 1.7, "time": 1505473634732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.54, 59.9657, 0.0]}, "bbox": [-139.54, 59.9657, -139.54, 59.9657]}, {"id": "4190", "type": "Feature", "properties": {"id": "uw61307932", "mag": 1.91, "time": 1505473610560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044333, 46.870333, 5.23]}, "bbox": [-122.044333, 46.870333, -122.044333, 46.870333]}, {"id": "4191", "type": "Feature", "properties": {"id": "uw61307927", "mag": 2.04, "time": 1505473528440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040667, 46.874167, 5.89]}, "bbox": [-122.040667, 46.874167, -122.040667, 46.874167]}, {"id": "4192", "type": "Feature", "properties": {"id": "us2000an74", "mag": 4.6, "time": 1505473111350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.5703, 14.9752, 55.34]}, "bbox": [-60.5703, 14.9752, -60.5703, 14.9752]}, {"id": "4193", "type": "Feature", "properties": {"id": "ak16828838", "mag": 2.3, "time": 1505473096912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7454, 57.1664, 7.6]}, "bbox": [-155.7454, 57.1664, -155.7454, 57.1664]}, {"id": "4194", "type": "Feature", "properties": {"id": "ismpkansas70235273", "mag": 1.73, "time": 1505472377400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7775, 37.328833, 5.95]}, "bbox": [-97.7775, 37.328833, -97.7775, 37.328833]}, {"id": "4195", "type": "Feature", "properties": {"id": "ak16828836", "mag": 1.2, "time": 1505472358115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0141, 62.1581, 7.8]}, "bbox": [-150.0141, 62.1581, -150.0141, 62.1581]}, {"id": "4196", "type": "Feature", "properties": {"id": "us2000an6x", "mag": 3.0, "time": 1505471961060, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4507, 42.5991, 6.39]}, "bbox": [-111.4507, 42.5991, -111.4507, 42.5991]}, {"id": "4197", "type": "Feature", "properties": {"id": "ak16828834", "mag": 1.6, "time": 1505471035679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5654, 60.6122, 4.1]}, "bbox": [-147.5654, 60.6122, -147.5654, 60.6122]}, {"id": "4198", "type": "Feature", "properties": {"id": "pr2017258002", "mag": 3.3, "time": 1505471012430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.039, 18.7165, 49.0]}, "bbox": [-65.039, 18.7165, -65.039, 18.7165]}, {"id": "4199", "type": "Feature", "properties": {"id": "nc72892606", "mag": 2.13, "time": 1505469780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.106167, 36.291833, 27.69]}, "bbox": [-120.106167, 36.291833, -120.106167, 36.291833]}, {"id": "4200", "type": "Feature", "properties": {"id": "ak16852912", "mag": 1.9, "time": 1505469324601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0438, 60.2245, 124.3]}, "bbox": [-153.0438, 60.2245, -153.0438, 60.2245]}, {"id": "4201", "type": "Feature", "properties": {"id": "ak16828830", "mag": 2.7, "time": 1505468486908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.378, 53.6654, 25.8]}, "bbox": [-164.378, 53.6654, -164.378, 53.6654]}, {"id": "4202", "type": "Feature", "properties": {"id": "pr2017258001", "mag": 3.31, "time": 1505468158660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9741, 18.1111, 53.0]}, "bbox": [-67.9741, 18.1111, -67.9741, 18.1111]}, {"id": "4203", "type": "Feature", "properties": {"id": "ak16828827", "mag": 1.9, "time": 1505468029663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1086, 60.3742, 87.3]}, "bbox": [-152.1086, 60.3742, -152.1086, 60.3742]}, {"id": "4204", "type": "Feature", "properties": {"id": "us2000an6e", "mag": 2.1, "time": 1505467401730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4369, 42.5723, 4.71]}, "bbox": [-111.4369, 42.5723, -111.4369, 42.5723]}, {"id": "4205", "type": "Feature", "properties": {"id": "ci37763367", "mag": 1.32, "time": 1505466931820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.601167, 35.792, 0.88]}, "bbox": [-116.601167, 35.792, -116.601167, 35.792]}, {"id": "4206", "type": "Feature", "properties": {"id": "hv61908811", "mag": 1.86, "time": 1505466749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473328, 19.201, 34.94]}, "bbox": [-155.473328, 19.201, -155.473328, 19.201]}, {"id": "4207", "type": "Feature", "properties": {"id": "pr2017258000", "mag": 2.64, "time": 1505466025100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.746, 17.9996, 11.0]}, "bbox": [-66.746, 17.9996, -66.746, 17.9996]}, {"id": "4208", "type": "Feature", "properties": {"id": "us2000an5j", "mag": 3.6, "time": 1505463761200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4416, 42.5753, 5.34]}, "bbox": [-111.4416, 42.5753, -111.4416, 42.5753]}, {"id": "4209", "type": "Feature", "properties": {"id": "ak16852908", "mag": 1.3, "time": 1505463469458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.2829, 57.3488, 39.2]}, "bbox": [-154.2829, 57.3488, -154.2829, 57.3488]}, {"id": "4210", "type": "Feature", "properties": {"id": "nn00605283", "mag": 1.7, "time": 1505461873940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4437, 37.5652, 30.3]}, "bbox": [-117.4437, 37.5652, -117.4437, 37.5652]}, {"id": "4211", "type": "Feature", "properties": {"id": "nc72892591", "mag": 2.34, "time": 1505461865770, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815833, 37.416, -0.2]}, "bbox": [-121.815833, 37.416, -121.815833, 37.416]}, {"id": "4212", "type": "Feature", "properties": {"id": "nc72892576", "mag": 1.69, "time": 1505460536470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.027667, 35.933167, 12.08]}, "bbox": [-120.027667, 35.933167, -120.027667, 35.933167]}, {"id": "4213", "type": "Feature", "properties": {"id": "ak16828820", "mag": 1.4, "time": 1505460317106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3735, 59.7943, 6.5]}, "bbox": [-141.3735, 59.7943, -141.3735, 59.7943]}, {"id": "4214", "type": "Feature", "properties": {"id": "ak16852903", "mag": 1.3, "time": 1505459205027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8448, 60.0925, 0.0]}, "bbox": [-139.8448, 60.0925, -139.8448, 60.0925]}, {"id": "4215", "type": "Feature", "properties": {"id": "ak16828585", "mag": 1.4, "time": 1505458631465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0593, 61.7131, 3.8]}, "bbox": [-148.0593, 61.7131, -148.0593, 61.7131]}, {"id": "4216", "type": "Feature", "properties": {"id": "us2000an4v", "mag": 4.4, "time": 1505458308660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5767, -21.9172, 640.49]}, "bbox": [179.5767, -21.9172, 179.5767, -21.9172]}, {"id": "4217", "type": "Feature", "properties": {"id": "ak16828584", "mag": 1.4, "time": 1505458006745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7132, 60.0014, 0.0]}, "bbox": [-139.7132, 60.0014, -139.7132, 60.0014]}, {"id": "4218", "type": "Feature", "properties": {"id": "ak16828563", "mag": 2.8, "time": 1505456528325, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4989, 60.1125, 151.7]}, "bbox": [-153.4989, 60.1125, -153.4989, 60.1125]}, {"id": "4219", "type": "Feature", "properties": {"id": "ak16828570", "mag": 2.5, "time": 1505456526893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2519, 60.1326, 152.7]}, "bbox": [-153.2519, 60.1326, -153.2519, 60.1326]}, {"id": "4220", "type": "Feature", "properties": {"id": "nc72892551", "mag": 2.6, "time": 1505456369610, "felt": 148.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.814333, 37.412167, -0.14]}, "bbox": [-121.814333, 37.412167, -121.814333, 37.412167]}, {"id": "4221", "type": "Feature", "properties": {"id": "ak16828560", "mag": 1.1, "time": 1505456105481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0298, 65.3407, 11.3]}, "bbox": [-150.0298, 65.3407, -150.0298, 65.3407]}, {"id": "4222", "type": "Feature", "properties": {"id": "ci37763319", "mag": 1.07, "time": 1505455402480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7685, 33.327833, 13.39]}, "bbox": [-116.7685, 33.327833, -116.7685, 33.327833]}, {"id": "4223", "type": "Feature", "properties": {"id": "ak16828558", "mag": 1.4, "time": 1505455356648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3726, 61.4994, 31.9]}, "bbox": [-146.3726, 61.4994, -146.3726, 61.4994]}, {"id": "4224", "type": "Feature", "properties": {"id": "ak16852896", "mag": 1.9, "time": 1505455322292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2513, 60.1603, 135.4]}, "bbox": [-153.2513, 60.1603, -153.2513, 60.1603]}, {"id": "4225", "type": "Feature", "properties": {"id": "nc72892546", "mag": 1.03, "time": 1505455248140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810667, 38.83, 2.09]}, "bbox": [-122.810667, 38.83, -122.810667, 38.83]}, {"id": "4226", "type": "Feature", "properties": {"id": "ak16828556", "mag": 1.6, "time": 1505455168783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9297, 60.9306, 19.0]}, "bbox": [-146.9297, 60.9306, -146.9297, 60.9306]}, {"id": "4227", "type": "Feature", "properties": {"id": "ci37763311", "mag": 1.21, "time": 1505454701910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.190167, 33.332667, 10.93]}, "bbox": [-116.190167, 33.332667, -116.190167, 33.332667]}, {"id": "4228", "type": "Feature", "properties": {"id": "ak16852894", "mag": 1.7, "time": 1505453971264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8667, 60.0997, 103.9]}, "bbox": [-152.8667, 60.0997, -152.8667, 60.0997]}, {"id": "4229", "type": "Feature", "properties": {"id": "us2000an3z", "mag": 4.6, "time": 1505453216820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4676, -42.4862, 10.0]}, "bbox": [-82.4676, -42.4862, -82.4676, -42.4862]}, {"id": "4230", "type": "Feature", "properties": {"id": "ak16852893", "mag": 1.1, "time": 1505452792257, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4902, 57.7349, 15.0]}, "bbox": [-154.4902, 57.7349, -154.4902, 57.7349]}, {"id": "4231", "type": "Feature", "properties": {"id": "ak16828554", "mag": 1.4, "time": 1505452679971, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3948, 61.1147, 0.0]}, "bbox": [-148.3948, 61.1147, -148.3948, 61.1147]}, {"id": "4232", "type": "Feature", "properties": {"id": "ak16852891", "mag": 1.6, "time": 1505451604059, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9039, 61.8273, 105.7]}, "bbox": [-151.9039, 61.8273, -151.9039, 61.8273]}, {"id": "4233", "type": "Feature", "properties": {"id": "ismpkansas70235253", "mag": 1.62, "time": 1505451601330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7765, 37.333333, 5.53]}, "bbox": [-97.7765, 37.333333, -97.7765, 37.333333]}, {"id": "4234", "type": "Feature", "properties": {"id": "nc72892536", "mag": 2.78, "time": 1505451572070, "felt": 348.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.804667, 37.415, 2.65]}, "bbox": [-121.804667, 37.415, -121.804667, 37.415]}, {"id": "4235", "type": "Feature", "properties": {"id": "ak16828322", "mag": 1.1, "time": 1505451186525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7346, 60.4761, 9.9]}, "bbox": [-138.7346, 60.4761, -138.7346, 60.4761]}, {"id": "4236", "type": "Feature", "properties": {"id": "us2000anyw", "mag": 2.0, "time": 1505450267000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.42, 45.73, 18.0]}, "bbox": [-71.42, 45.73, -71.42, 45.73]}, {"id": "4237", "type": "Feature", "properties": {"id": "nc72892526", "mag": 1.26, "time": 1505449157230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.8245, 1.3]}, "bbox": [-122.802333, 38.8245, -122.802333, 38.8245]}, {"id": "4238", "type": "Feature", "properties": {"id": "ak16828321", "mag": 1.4, "time": 1505448965816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0369, 60.3155, 0.6]}, "bbox": [-143.0369, 60.3155, -143.0369, 60.3155]}, {"id": "4239", "type": "Feature", "properties": {"id": "us2000an31", "mag": 4.3, "time": 1505448638800, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4066, -11.9189, 10.0]}, "bbox": [-76.4066, -11.9189, -76.4066, -11.9189]}, {"id": "4240", "type": "Feature", "properties": {"id": "mb80255479", "mag": 1.23, "time": 1505447369570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.896667, 13.22]}, "bbox": [-112.529333, 46.896667, -112.529333, 46.896667]}, {"id": "4241", "type": "Feature", "properties": {"id": "ak16828316", "mag": 2.0, "time": 1505447351856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1687, 59.8152, 101.9]}, "bbox": [-153.1687, 59.8152, -153.1687, 59.8152]}, {"id": "4242", "type": "Feature", "properties": {"id": "ak16828314", "mag": 1.7, "time": 1505447232655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4451, 60.022, 0.0]}, "bbox": [-139.4451, 60.022, -139.4451, 60.022]}, {"id": "4243", "type": "Feature", "properties": {"id": "nc72892516", "mag": 1.1, "time": 1505446837720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.730835, 38.793999, 1.32]}, "bbox": [-122.730835, 38.793999, -122.730835, 38.793999]}, {"id": "4244", "type": "Feature", "properties": {"id": "uu60245937", "mag": 2.38, "time": 1505446750290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.831833, 40.139667, 5.96]}, "bbox": [-108.831833, 40.139667, -108.831833, 40.139667]}, {"id": "4245", "type": "Feature", "properties": {"id": "nn00605251", "mag": 1.0, "time": 1505446468632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9033, 38.4011, 9.6]}, "bbox": [-118.9033, 38.4011, -118.9033, 38.4011]}, {"id": "4246", "type": "Feature", "properties": {"id": "uw61307757", "mag": 1.87, "time": 1505444885110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039, 46.879667, 6.38]}, "bbox": [-122.039, 46.879667, -122.039, 46.879667]}, {"id": "4247", "type": "Feature", "properties": {"id": "ak16828311", "mag": 1.7, "time": 1505444727120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9607, 69.4522, 5.6]}, "bbox": [-142.9607, 69.4522, -142.9607, 69.4522]}, {"id": "4248", "type": "Feature", "properties": {"id": "ak16828309", "mag": 1.6, "time": 1505444714123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2585, 60.8639, 35.8]}, "bbox": [-150.2585, 60.8639, -150.2585, 60.8639]}, {"id": "4249", "type": "Feature", "properties": {"id": "ak16828078", "mag": 1.7, "time": 1505444473211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9441, 60.8403, 88.2]}, "bbox": [-151.9441, 60.8403, -151.9441, 60.8403]}, {"id": "4250", "type": "Feature", "properties": {"id": "ak16852882", "mag": 1.6, "time": 1505443841428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.2335, 53.7145, 69.2]}, "bbox": [-166.2335, 53.7145, -166.2335, 53.7145]}, {"id": "4251", "type": "Feature", "properties": {"id": "us2000an1z", "mag": 4.4, "time": 1505443535780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5573, 15.2748, 63.05]}, "bbox": [-93.5573, 15.2748, -93.5573, 15.2748]}, {"id": "4252", "type": "Feature", "properties": {"id": "nc72892506", "mag": 1.02, "time": 1505442684550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.553, 2.17]}, "bbox": [-118.883667, 37.553, -118.883667, 37.553]}, {"id": "4253", "type": "Feature", "properties": {"id": "hv61908531", "mag": 3.04, "time": 1505439944520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.197667, 35.437]}, "bbox": [-155.466833, 19.197667, -155.466833, 19.197667]}, {"id": "4254", "type": "Feature", "properties": {"id": "ak16827839", "mag": 1.5, "time": 1505439822541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4032, 62.4253, 2.2]}, "bbox": [-153.4032, 62.4253, -153.4032, 62.4253]}, {"id": "4255", "type": "Feature", "properties": {"id": "ci37763231", "mag": 1.55, "time": 1505439516220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.3195, 34.068167, 18.36]}, "bbox": [-117.3195, 34.068167, -117.3195, 34.068167]}, {"id": "4256", "type": "Feature", "properties": {"id": "us2000an15", "mag": 5.2, "time": 1505439500860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5689, -26.6333, 10.0]}, "bbox": [-112.5689, -26.6333, -112.5689, -26.6333]}, {"id": "4257", "type": "Feature", "properties": {"id": "us2000an0z", "mag": 4.8, "time": 1505439407990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.866, 18.8304, 42.15]}, "bbox": [94.866, 18.8304, 94.866, 18.8304]}, {"id": "4258", "type": "Feature", "properties": {"id": "nc72892491", "mag": 1.99, "time": 1505438838520, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.813833, 37.412167, -0.2]}, "bbox": [-121.813833, 37.412167, -121.813833, 37.412167]}, {"id": "4259", "type": "Feature", "properties": {"id": "nc72892486", "mag": 3.28, "time": 1505438267780, "felt": 1110.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.805667, 37.414, -0.21]}, "bbox": [-121.805667, 37.414, -121.805667, 37.414]}, {"id": "4260", "type": "Feature", "properties": {"id": "uw61307737", "mag": 1.35, "time": 1505438193040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.260833, 45.950833, -0.29]}, "bbox": [-119.260833, 45.950833, -119.260833, 45.950833]}, {"id": "4261", "type": "Feature", "properties": {"id": "us2000an0d", "mag": 2.7, "time": 1505437987460, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5868, 37.2136, 5.0]}, "bbox": [-97.5868, 37.2136, -97.5868, 37.2136]}, {"id": "4262", "type": "Feature", "properties": {"id": "us2000an0g", "mag": 4.3, "time": 1505437868680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4079, 15.6978, 35.0]}, "bbox": [-94.4079, 15.6978, -94.4079, 15.6978]}, {"id": "4263", "type": "Feature", "properties": {"id": "ak16827837", "mag": 1.3, "time": 1505437000881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7, 64.3159, 3.6]}, "bbox": [-149.7, 64.3159, -149.7, 64.3159]}, {"id": "4264", "type": "Feature", "properties": {"id": "us2000aslu", "mag": 4.1, "time": 1505436496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8507, -18.1469, 603.85]}, "bbox": [-178.8507, -18.1469, -178.8507, -18.1469]}, {"id": "4265", "type": "Feature", "properties": {"id": "ci37763199", "mag": 1.36, "time": 1505435921800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.729667, 33.651667, 14.16]}, "bbox": [-116.729667, 33.651667, -116.729667, 33.651667]}, {"id": "4266", "type": "Feature", "properties": {"id": "nc72892481", "mag": 1.05, "time": 1505435403940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1895, 36.589667, 2.71]}, "bbox": [-121.1895, 36.589667, -121.1895, 36.589667]}, {"id": "4267", "type": "Feature", "properties": {"id": "us2000aslz", "mag": 4.4, "time": 1505434827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.716, 24.4725, 93.7]}, "bbox": [141.716, 24.4725, 141.716, 24.4725]}, {"id": "4268", "type": "Feature", "properties": {"id": "us2000amzk", "mag": 4.1, "time": 1505434054870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3134, -31.912, 136.67]}, "bbox": [-67.3134, -31.912, -67.3134, -31.912]}, {"id": "4269", "type": "Feature", "properties": {"id": "ak16827738", "mag": 1.1, "time": 1505433675781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4097, 60.0357, 0.0]}, "bbox": [-139.4097, 60.0357, -139.4097, 60.0357]}, {"id": "4270", "type": "Feature", "properties": {"id": "uw61307717", "mag": 1.13, "time": 1505433139350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677167, 47.835167, -0.74]}, "bbox": [-121.677167, 47.835167, -121.677167, 47.835167]}, {"id": "4271", "type": "Feature", "properties": {"id": "nc72892476", "mag": 1.21, "time": 1505432696710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.828167, 37.448333, 11.34]}, "bbox": [-118.828167, 37.448333, -118.828167, 37.448333]}, {"id": "4272", "type": "Feature", "properties": {"id": "ak16827737", "mag": 2.4, "time": 1505432573787, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6213, 54.0704, 37.5]}, "bbox": [-163.6213, 54.0704, -163.6213, 54.0704]}, {"id": "4273", "type": "Feature", "properties": {"id": "us2000amz3", "mag": 4.1, "time": 1505431969130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.671, 15.2225, 53.79]}, "bbox": [-93.671, 15.2225, -93.671, 15.2225]}, {"id": "4274", "type": "Feature", "properties": {"id": "nc72892471", "mag": 1.5, "time": 1505431533120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4815, 38.607167, 11.47]}, "bbox": [-122.4815, 38.607167, -122.4815, 38.607167]}, {"id": "4275", "type": "Feature", "properties": {"id": "nc72892466", "mag": 1.83, "time": 1505431346810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8125, 37.417833, 0.06]}, "bbox": [-121.8125, 37.417833, -121.8125, 37.417833]}, {"id": "4276", "type": "Feature", "properties": {"id": "ak16827381", "mag": 2.1, "time": 1505430963793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5301, 63.0381, 100.7]}, "bbox": [-150.5301, 63.0381, -150.5301, 63.0381]}, {"id": "4277", "type": "Feature", "properties": {"id": "us2000amyn", "mag": 4.7, "time": 1505430410000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.7418, -15.3348, 10.0]}, "bbox": [-172.7418, -15.3348, -172.7418, -15.3348]}, {"id": "4278", "type": "Feature", "properties": {"id": "nc72892451", "mag": 1.34, "time": 1505430316610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.842333, 38.821, 2.01]}, "bbox": [-122.842333, 38.821, -122.842333, 38.821]}, {"id": "4279", "type": "Feature", "properties": {"id": "ak16827378", "mag": 1.7, "time": 1505430242693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6605, 59.9169, 0.0]}, "bbox": [-139.6605, 59.9169, -139.6605, 59.9169]}, {"id": "4280", "type": "Feature", "properties": {"id": "ak16827376", "mag": 1.4, "time": 1505430223593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3686, 64.993, 0.0]}, "bbox": [-147.3686, 64.993, -147.3686, 64.993]}, {"id": "4281", "type": "Feature", "properties": {"id": "ismpkansas70235238", "mag": 1.58, "time": 1505429674020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887667, 37.203667, 6.13]}, "bbox": [-97.887667, 37.203667, -97.887667, 37.203667]}, {"id": "4282", "type": "Feature", "properties": {"id": "ak16827373", "mag": 1.9, "time": 1505429324646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3648, 60.031, 0.0]}, "bbox": [-139.3648, 60.031, -139.3648, 60.031]}, {"id": "4283", "type": "Feature", "properties": {"id": "ak16827371", "mag": 1.2, "time": 1505429076761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7478, 61.0185, 13.6]}, "bbox": [-147.7478, 61.0185, -147.7478, 61.0185]}, {"id": "4284", "type": "Feature", "properties": {"id": "us2000amx5", "mag": 4.0, "time": 1505428206900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2168, 15.3544, 35.0]}, "bbox": [-93.2168, 15.3544, -93.2168, 15.3544]}, {"id": "4285", "type": "Feature", "properties": {"id": "nc72892426", "mag": 2.04, "time": 1505428077100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.454833, 37.434333, 10.05]}, "bbox": [-118.454833, 37.434333, -118.454833, 37.434333]}, {"id": "4286", "type": "Feature", "properties": {"id": "ak16861216", "mag": 1.9, "time": 1505427925219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0714, 56.1589, 10.1]}, "bbox": [-158.0714, 56.1589, -158.0714, 56.1589]}, {"id": "4287", "type": "Feature", "properties": {"id": "ak16827036", "mag": 2.0, "time": 1505427923919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0766, 61.1472, 0.6]}, "bbox": [-140.0766, 61.1472, -140.0766, 61.1472]}, {"id": "4288", "type": "Feature", "properties": {"id": "us2000amww", "mag": 5.2, "time": 1505427661920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.1022, -13.8345, 10.0]}, "bbox": [170.1022, -13.8345, 170.1022, -13.8345]}, {"id": "4289", "type": "Feature", "properties": {"id": "ci37763135", "mag": 1.49, "time": 1505427523820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.866, 34.011167, 16.92]}, "bbox": [-116.866, 34.011167, -116.866, 34.011167]}, {"id": "4290", "type": "Feature", "properties": {"id": "nn00605229", "mag": 2.2, "time": 1505427385689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0155, 38.8648, 4.3]}, "bbox": [-118.0155, 38.8648, -118.0155, 38.8648]}, {"id": "4291", "type": "Feature", "properties": {"id": "us2000askz", "mag": 4.1, "time": 1505426291450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.1685, -7.2026, 147.79]}, "bbox": [129.1685, -7.2026, 129.1685, -7.2026]}, {"id": "4292", "type": "Feature", "properties": {"id": "hv61908231", "mag": 2.43, "time": 1505426012270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.012665, 19.708, 2.82]}, "bbox": [-155.012665, 19.708, -155.012665, 19.708]}, {"id": "4293", "type": "Feature", "properties": {"id": "uu60245817", "mag": 1.37, "time": 1505425437900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.738, 38.746667, 7.72]}, "bbox": [-112.738, 38.746667, -112.738, 38.746667]}, {"id": "4294", "type": "Feature", "properties": {"id": "ak16827032", "mag": 1.7, "time": 1505425052822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4453, 59.9712, 0.0]}, "bbox": [-139.4453, 59.9712, -139.4453, 59.9712]}, {"id": "4295", "type": "Feature", "properties": {"id": "ak16827035", "mag": 2.3, "time": 1505424622002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6154, 53.6195, 25.6]}, "bbox": [-164.6154, 53.6195, -164.6154, 53.6195]}, {"id": "4296", "type": "Feature", "properties": {"id": "us2000asl6", "mag": 4.4, "time": 1505424366710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1651, -12.9278, 10.0]}, "bbox": [122.1651, -12.9278, 122.1651, -12.9278]}, {"id": "4297", "type": "Feature", "properties": {"id": "pr2017257005", "mag": 3.03, "time": 1505423754820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8618, 18.9605, 5.0]}, "bbox": [-67.8618, 18.9605, -67.8618, 18.9605]}, {"id": "4298", "type": "Feature", "properties": {"id": "us2000amub", "mag": 2.8, "time": 1505423589100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1847, 37.3761, 9.38]}, "bbox": [-98.1847, 37.3761, -98.1847, 37.3761]}, {"id": "4299", "type": "Feature", "properties": {"id": "nc72892386", "mag": 1.71, "time": 1505423524180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.993, 37.849, 7.27]}, "bbox": [-121.993, 37.849, -121.993, 37.849]}, {"id": "4300", "type": "Feature", "properties": {"id": "uw61307597", "mag": 1.91, "time": 1505423420600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.516333, 49.4855, -1.5]}, "bbox": [-120.516333, 49.4855, -120.516333, 49.4855]}, {"id": "4301", "type": "Feature", "properties": {"id": "ak16827021", "mag": 2.6, "time": 1505422812693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9235, 64.0866, 5.1]}, "bbox": [-148.9235, 64.0866, -148.9235, 64.0866]}, {"id": "4302", "type": "Feature", "properties": {"id": "pr2017257004", "mag": 3.1, "time": 1505421809880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.5351, 18.7848, 5.0]}, "bbox": [-67.5351, 18.7848, -67.5351, 18.7848]}, {"id": "4303", "type": "Feature", "properties": {"id": "uw61307587", "mag": 2.41, "time": 1505421654690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.8785, 6.64]}, "bbox": [-122.038167, 46.8785, -122.038167, 46.8785]}, {"id": "4304", "type": "Feature", "properties": {"id": "ci37763103", "mag": 1.09, "time": 1505421634220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.484667, 33.852667, -0.55]}, "bbox": [-117.484667, 33.852667, -117.484667, 33.852667]}, {"id": "4305", "type": "Feature", "properties": {"id": "ci37763095", "mag": 2.06, "time": 1505421264070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.377, 34.075, 2.89]}, "bbox": [-116.377, 34.075, -116.377, 34.075]}, {"id": "4306", "type": "Feature", "properties": {"id": "ci37763087", "mag": 1.19, "time": 1505421203990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 33.981667, 6.59]}, "bbox": [-116.9245, 33.981667, -116.9245, 33.981667]}, {"id": "4307", "type": "Feature", "properties": {"id": "uw61307577", "mag": 2.03, "time": 1505420251860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.875667, 6.94]}, "bbox": [-122.041833, 46.875667, -122.041833, 46.875667]}, {"id": "4308", "type": "Feature", "properties": {"id": "ci37763071", "mag": 1.01, "time": 1505420033530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.481, 33.8295, -0.53]}, "bbox": [-117.481, 33.8295, -117.481, 33.8295]}, {"id": "4309", "type": "Feature", "properties": {"id": "us2000amr0", "mag": 3.2, "time": 1505419914220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2947, 31.1684, 5.0]}, "bbox": [-103.2947, 31.1684, -103.2947, 31.1684]}, {"id": "4310", "type": "Feature", "properties": {"id": "ak16826805", "mag": 1.7, "time": 1505419715229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.541, 59.9804, 0.0]}, "bbox": [-139.541, 59.9804, -139.541, 59.9804]}, {"id": "4311", "type": "Feature", "properties": {"id": "mb80255399", "mag": 3.06, "time": 1505419221280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5865, 48.5185, 11.24]}, "bbox": [-114.5865, 48.5185, -114.5865, 48.5185]}, {"id": "4312", "type": "Feature", "properties": {"id": "uu60245777", "mag": 2.41, "time": 1505419186750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.829333, 40.126, 5.93]}, "bbox": [-108.829333, 40.126, -108.829333, 40.126]}, {"id": "4313", "type": "Feature", "properties": {"id": "ak16826800", "mag": 1.6, "time": 1505419140835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9798, 59.9221, 1.1]}, "bbox": [-140.9798, 59.9221, -140.9798, 59.9221]}, {"id": "4314", "type": "Feature", "properties": {"id": "nc72892321", "mag": 1.03, "time": 1505418518980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838833, 37.542333, 4.28]}, "bbox": [-118.838833, 37.542333, -118.838833, 37.542333]}, {"id": "4315", "type": "Feature", "properties": {"id": "ak16861208", "mag": 1.9, "time": 1505418243673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0345, 59.5576, 91.9]}, "bbox": [-153.0345, 59.5576, -153.0345, 59.5576]}, {"id": "4316", "type": "Feature", "properties": {"id": "nc72892316", "mag": 1.93, "time": 1505418215210, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825833, 37.479167, 0.95]}, "bbox": [-118.825833, 37.479167, -118.825833, 37.479167]}, {"id": "4317", "type": "Feature", "properties": {"id": "uw61307562", "mag": 1.61, "time": 1505417734660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201667, 47.657667, 24.36]}, "bbox": [-122.201667, 47.657667, -122.201667, 47.657667]}, {"id": "4318", "type": "Feature", "properties": {"id": "nc72892311", "mag": 2.58, "time": 1505417475310, "felt": 83.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815167, 37.412167, -0.2]}, "bbox": [-121.815167, 37.412167, -121.815167, 37.412167]}, {"id": "4319", "type": "Feature", "properties": {"id": "ak16826593", "mag": 3.3, "time": 1505417123986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9114, 52.3919, 7.2]}, "bbox": [-162.9114, 52.3919, -162.9114, 52.3919]}, {"id": "4320", "type": "Feature", "properties": {"id": "ld60143041", "mag": 1.13, "time": 1505416429790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.886167, 43.172167, 4.49]}, "bbox": [-78.886167, 43.172167, -78.886167, 43.172167]}, {"id": "4321", "type": "Feature", "properties": {"id": "us2000amnb", "mag": 3.0, "time": 1505416249190, "felt": 10.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5193, 36.2853, 5.18]}, "bbox": [-97.5193, 36.2853, -97.5193, 36.2853]}, {"id": "4322", "type": "Feature", "properties": {"id": "ak16826590", "mag": 1.5, "time": 1505416113279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1135, 61.6397, 76.8]}, "bbox": [-151.1135, 61.6397, -151.1135, 61.6397]}, {"id": "4323", "type": "Feature", "properties": {"id": "ak16826581", "mag": 3.0, "time": 1505415978301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7549, 53.141, 25.5]}, "bbox": [-166.7549, 53.141, -166.7549, 53.141]}, {"id": "4324", "type": "Feature", "properties": {"id": "ak16826576", "mag": 2.1, "time": 1505415492270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 60.0386, 108.3]}, "bbox": [-152.9009, 60.0386, -152.9009, 60.0386]}, {"id": "4325", "type": "Feature", "properties": {"id": "ak16826575", "mag": 1.4, "time": 1505414640813, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4567, 60.0012, 0.0]}, "bbox": [-139.4567, 60.0012, -139.4567, 60.0012]}, {"id": "4326", "type": "Feature", "properties": {"id": "nc72892281", "mag": 1.22, "time": 1505414516760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.106667, 37.328833, -0.31]}, "bbox": [-122.106667, 37.328833, -122.106667, 37.328833]}, {"id": "4327", "type": "Feature", "properties": {"id": "ak16826369", "mag": 1.5, "time": 1505413533625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2439, 60.5671, 11.9]}, "bbox": [-141.2439, 60.5671, -141.2439, 60.5671]}, {"id": "4328", "type": "Feature", "properties": {"id": "ak16826365", "mag": 2.1, "time": 1505413453164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2344, 60.5666, 13.6]}, "bbox": [-141.2344, 60.5666, -141.2344, 60.5666]}, {"id": "4329", "type": "Feature", "properties": {"id": "ak16826364", "mag": 1.2, "time": 1505413265164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6599, 59.9119, 0.0]}, "bbox": [-139.6599, 59.9119, -139.6599, 59.9119]}, {"id": "4330", "type": "Feature", "properties": {"id": "ci37763023", "mag": 1.39, "time": 1505413136790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.316167, 35.0525, -0.97]}, "bbox": [-118.316167, 35.0525, -118.316167, 35.0525]}, {"id": "4331", "type": "Feature", "properties": {"id": "uw61307532", "mag": 1.1, "time": 1505412859730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3855, 45.629833, -1.63]}, "bbox": [-121.3855, 45.629833, -121.3855, 45.629833]}, {"id": "4332", "type": "Feature", "properties": {"id": "nc72892266", "mag": 0.96, "time": 1505412496280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.5355, 0.22]}, "bbox": [-118.823167, 37.5355, -118.823167, 37.5355]}, {"id": "4333", "type": "Feature", "properties": {"id": "nc72892261", "mag": 1.1, "time": 1505411783250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808166, 38.800167, 2.65]}, "bbox": [-122.808166, 38.800167, -122.808166, 38.800167]}, {"id": "4334", "type": "Feature", "properties": {"id": "ak16826335", "mag": 1.2, "time": 1505411310289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0556, 61.0558, 10.6]}, "bbox": [-148.0556, 61.0558, -148.0556, 61.0558]}, {"id": "4335", "type": "Feature", "properties": {"id": "ak16826330", "mag": 1.6, "time": 1505411005327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8642, 60.9198, 10.0]}, "bbox": [-150.8642, 60.9198, -150.8642, 60.9198]}, {"id": "4336", "type": "Feature", "properties": {"id": "us2000amk5", "mag": 5.8, "time": 1505410888670, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.732, 18.6699, 173.3]}, "bbox": [145.732, 18.6699, 145.732, 18.6699]}, {"id": "4337", "type": "Feature", "properties": {"id": "nc72892241", "mag": 3.28, "time": 1505410337330, "felt": 1346.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8135, 37.411667, -0.21]}, "bbox": [-121.8135, 37.411667, -121.8135, 37.411667]}, {"id": "4338", "type": "Feature", "properties": {"id": "us2000amw9", "mag": 2.9, "time": 1505410106220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.434, 42.5971, 8.27]}, "bbox": [-111.434, 42.5971, -111.434, 42.5971]}, {"id": "4339", "type": "Feature", "properties": {"id": "ci37762975", "mag": 1.37, "time": 1505410085790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795333, 33.494833, 5.03]}, "bbox": [-116.795333, 33.494833, -116.795333, 33.494833]}, {"id": "4340", "type": "Feature", "properties": {"id": "us2000amja", "mag": 3.2, "time": 1505409999020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.586, 8.7]}, "bbox": [-111.4403, 42.586, -111.4403, 42.586]}, {"id": "4341", "type": "Feature", "properties": {"id": "uw61307502", "mag": 2.03, "time": 1505409449050, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775333, 47.590667, 26.27]}, "bbox": [-122.775333, 47.590667, -122.775333, 47.590667]}, {"id": "4342", "type": "Feature", "properties": {"id": "us2000amis", "mag": 4.1, "time": 1505408885650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3313, 15.7247, 66.16]}, "bbox": [-94.3313, 15.7247, -94.3313, 15.7247]}, {"id": "4343", "type": "Feature", "properties": {"id": "ak16826120", "mag": 2.2, "time": 1505408670072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8183, 60.7702, 77.9]}, "bbox": [-151.8183, 60.7702, -151.8183, 60.7702]}, {"id": "4344", "type": "Feature", "properties": {"id": "us2000amhu", "mag": 2.5, "time": 1505407539000, "felt": 179.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.0236, 32.7967, 6.19]}, "bbox": [-97.0236, 32.7967, -97.0236, 32.7967]}, {"id": "4345", "type": "Feature", "properties": {"id": "ak16826109", "mag": 3.4, "time": 1505406315703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9733, 53.4109, 37.9]}, "bbox": [-165.9733, 53.4109, -165.9733, 53.4109]}, {"id": "4346", "type": "Feature", "properties": {"id": "pr2017257003", "mag": 1.93, "time": 1505405250720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1335, 18.0533, 14.0]}, "bbox": [-67.1335, 18.0533, -67.1335, 18.0533]}, {"id": "4347", "type": "Feature", "properties": {"id": "ak16825909", "mag": 3.0, "time": 1505405033445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4291, 57.7254, 15.0]}, "bbox": [-154.4291, 57.7254, -154.4291, 57.7254]}, {"id": "4348", "type": "Feature", "properties": {"id": "ak16861191", "mag": 2.2, "time": 1505404726740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4598, 52.5561, 41.6]}, "bbox": [-168.4598, 52.5561, -168.4598, 52.5561]}, {"id": "4349", "type": "Feature", "properties": {"id": "us2000amga", "mag": 4.5, "time": 1505404343560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.122, -6.0228, 63.06]}, "bbox": [147.122, -6.0228, 147.122, -6.0228]}, {"id": "4350", "type": "Feature", "properties": {"id": "uu60245622", "mag": 1.46, "time": 1505403828660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.640167, 41.675, 10.23]}, "bbox": [-111.640167, 41.675, -111.640167, 41.675]}, {"id": "4351", "type": "Feature", "properties": {"id": "ci37762935", "mag": 1.53, "time": 1505403471570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7005, 36.071833, 0.62]}, "bbox": [-117.7005, 36.071833, -117.7005, 36.071833]}, {"id": "4352", "type": "Feature", "properties": {"id": "ak16861190", "mag": 1.9, "time": 1505403359391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3367, 58.804, 116.8]}, "bbox": [-154.3367, 58.804, -154.3367, 58.804]}, {"id": "4353", "type": "Feature", "properties": {"id": "ci37762927", "mag": 1.08, "time": 1505403357540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6365, 33.9595, 15.51]}, "bbox": [-116.6365, 33.9595, -116.6365, 33.9595]}, {"id": "4354", "type": "Feature", "properties": {"id": "ak16825908", "mag": 1.4, "time": 1505402885768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5012, 61.3116, 5.2]}, "bbox": [-152.5012, 61.3116, -152.5012, 61.3116]}, {"id": "4355", "type": "Feature", "properties": {"id": "ak16825714", "mag": 2.2, "time": 1505399922942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5211, 53.4862, 2.6]}, "bbox": [-164.5211, 53.4862, -164.5211, 53.4862]}, {"id": "4356", "type": "Feature", "properties": {"id": "nc72892201", "mag": 2.8, "time": 1505399703490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8115, 37.473, 1.65]}, "bbox": [-118.8115, 37.473, -118.8115, 37.473]}, {"id": "4357", "type": "Feature", "properties": {"id": "ak16825708", "mag": 2.5, "time": 1505399664156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3242, 59.9299, 129.9]}, "bbox": [-153.3242, 59.9299, -153.3242, 59.9299]}, {"id": "4358", "type": "Feature", "properties": {"id": "us2000amdz", "mag": 4.3, "time": 1505399623950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8439, 15.4623, 51.01]}, "bbox": [-94.8439, 15.4623, -94.8439, 15.4623]}, {"id": "4359", "type": "Feature", "properties": {"id": "ismpkansas70235213", "mag": 2.12, "time": 1505398747570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888167, 37.203167, 5.99]}, "bbox": [-97.888167, 37.203167, -97.888167, 37.203167]}, {"id": "4360", "type": "Feature", "properties": {"id": "ak16825704", "mag": 1.0, "time": 1505398436381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6928, 63.8584, 11.4]}, "bbox": [-148.6928, 63.8584, -148.6928, 63.8584]}, {"id": "4361", "type": "Feature", "properties": {"id": "ci37762895", "mag": 1.82, "time": 1505398376370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448167, 33.465, 11.86]}, "bbox": [-116.448167, 33.465, -116.448167, 33.465]}, {"id": "4362", "type": "Feature", "properties": {"id": "mb80255329", "mag": 1.87, "time": 1505398289770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534833, 46.870333, 11.87]}, "bbox": [-112.534833, 46.870333, -112.534833, 46.870333]}, {"id": "4363", "type": "Feature", "properties": {"id": "ak16825519", "mag": 1.8, "time": 1505397944345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.464, 59.9879, 0.0]}, "bbox": [-139.464, 59.9879, -139.464, 59.9879]}, {"id": "4364", "type": "Feature", "properties": {"id": "us2000amcx", "mag": 2.4, "time": 1505397840240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4117, 42.6047, 6.9]}, "bbox": [-111.4117, 42.6047, -111.4117, 42.6047]}, {"id": "4365", "type": "Feature", "properties": {"id": "pr2017257002", "mag": 3.32, "time": 1505397292070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.3985, 17.9023, 89.0]}, "bbox": [-68.3985, 17.9023, -68.3985, 17.9023]}, {"id": "4366", "type": "Feature", "properties": {"id": "ak16861180", "mag": 2.0, "time": 1505397099289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7867, 53.5505, 48.9]}, "bbox": [-164.7867, 53.5505, -164.7867, 53.5505]}, {"id": "4367", "type": "Feature", "properties": {"id": "ak16861178", "mag": 1.1, "time": 1505394745904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8149, 59.8173, 16.0]}, "bbox": [-136.8149, 59.8173, -136.8149, 59.8173]}, {"id": "4368", "type": "Feature", "properties": {"id": "nc72892181", "mag": 0.97, "time": 1505394542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.603833, 3.53]}, "bbox": [-118.833667, 37.603833, -118.833667, 37.603833]}, {"id": "4369", "type": "Feature", "properties": {"id": "nn00605167", "mag": 1.1, "time": 1505394484720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9328, 38.4065, 6.7]}, "bbox": [-118.9328, 38.4065, -118.9328, 38.4065]}, {"id": "4370", "type": "Feature", "properties": {"id": "ak16825327", "mag": 1.8, "time": 1505394377057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5142, 60.0065, 0.0]}, "bbox": [-139.5142, 60.0065, -139.5142, 60.0065]}, {"id": "4371", "type": "Feature", "properties": {"id": "ak16825325", "mag": 1.1, "time": 1505393895767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0247, 61.1655, 6.0]}, "bbox": [-140.0247, 61.1655, -140.0247, 61.1655]}, {"id": "4372", "type": "Feature", "properties": {"id": "ak16825323", "mag": 1.3, "time": 1505393727514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0737, 61.1407, 3.8]}, "bbox": [-140.0737, 61.1407, -140.0737, 61.1407]}, {"id": "4373", "type": "Feature", "properties": {"id": "us2000ambm", "mag": 2.8, "time": 1505393579230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5276, 8.74]}, "bbox": [-111.4339, 42.5276, -111.4339, 42.5276]}, {"id": "4374", "type": "Feature", "properties": {"id": "nc72892176", "mag": 1.12, "time": 1505393008100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8295, 37.486167, 1.89]}, "bbox": [-118.8295, 37.486167, -118.8295, 37.486167]}, {"id": "4375", "type": "Feature", "properties": {"id": "ak16825308", "mag": 2.8, "time": 1505392115017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1037, 58.6121, 140.4]}, "bbox": [-155.1037, 58.6121, -155.1037, 58.6121]}, {"id": "4376", "type": "Feature", "properties": {"id": "nc72892171", "mag": 1.95, "time": 1505392014690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.811, 37.47, 1.05]}, "bbox": [-118.811, 37.47, -118.811, 37.47]}, {"id": "4377", "type": "Feature", "properties": {"id": "ci37762879", "mag": 2.48, "time": 1505391903440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.03, 34.269167, 1.91]}, "bbox": [-117.03, 34.269167, -117.03, 34.269167]}, {"id": "4378", "type": "Feature", "properties": {"id": "hv61907846", "mag": 1.74, "time": 1505391154930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.801498, 20.135166, 20.69]}, "bbox": [-155.801498, 20.135166, -155.801498, 20.135166]}, {"id": "4379", "type": "Feature", "properties": {"id": "ak16825129", "mag": 1.8, "time": 1505390600450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6941, 53.4145, 21.6]}, "bbox": [-165.6941, 53.4145, -165.6941, 53.4145]}, {"id": "4380", "type": "Feature", "properties": {"id": "uu60245547", "mag": 1.86, "time": 1505390326640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506167, 37.5615, 15.73]}, "bbox": [-112.506167, 37.5615, -112.506167, 37.5615]}, {"id": "4381", "type": "Feature", "properties": {"id": "ak16825126", "mag": 1.4, "time": 1505389290941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5082, 60.1407, 0.0]}, "bbox": [-141.5082, 60.1407, -141.5082, 60.1407]}, {"id": "4382", "type": "Feature", "properties": {"id": "ak16825125", "mag": 1.0, "time": 1505389269829, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3654, 61.4964, 18.3]}, "bbox": [-150.3654, 61.4964, -150.3654, 61.4964]}, {"id": "4383", "type": "Feature", "properties": {"id": "ak16861166", "mag": 1.9, "time": 1505388913353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3862, 51.6162, 20.9]}, "bbox": [-178.3862, 51.6162, -178.3862, 51.6162]}, {"id": "4384", "type": "Feature", "properties": {"id": "ak16825120", "mag": 2.1, "time": 1505388602725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.7931, 54.8482, 3.3]}, "bbox": [-159.7931, 54.8482, -159.7931, 54.8482]}, {"id": "4385", "type": "Feature", "properties": {"id": "ak16825116", "mag": 1.5, "time": 1505388522841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3442, 61.3489, 49.0]}, "bbox": [-150.3442, 61.3489, -150.3442, 61.3489]}, {"id": "4386", "type": "Feature", "properties": {"id": "ak16825115", "mag": 1.2, "time": 1505388281614, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5528, 61.7241, 28.7]}, "bbox": [-146.5528, 61.7241, -146.5528, 61.7241]}, {"id": "4387", "type": "Feature", "properties": {"id": "ak16824940", "mag": 1.2, "time": 1505387093135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3758, 61.1701, 24.7]}, "bbox": [-148.3758, 61.1701, -148.3758, 61.1701]}, {"id": "4388", "type": "Feature", "properties": {"id": "nc72892141", "mag": 1.22, "time": 1505386514410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.131, 36.571833, 9.94]}, "bbox": [-121.131, 36.571833, -121.131, 36.571833]}, {"id": "4389", "type": "Feature", "properties": {"id": "ak16824937", "mag": 2.5, "time": 1505385684936, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.0082, 52.3291, 6.7]}, "bbox": [-168.0082, 52.3291, -168.0082, 52.3291]}, {"id": "4390", "type": "Feature", "properties": {"id": "ak16824932", "mag": 1.6, "time": 1505384400903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5379, 59.9886, 0.0]}, "bbox": [-139.5379, 59.9886, -139.5379, 59.9886]}, {"id": "4391", "type": "Feature", "properties": {"id": "ak16824930", "mag": 1.2, "time": 1505383839558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3238, 66.4782, 11.1]}, "bbox": [-144.3238, 66.4782, -144.3238, 66.4782]}, {"id": "4392", "type": "Feature", "properties": {"id": "ak16861154", "mag": 1.9, "time": 1505383026342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.851, 54.0129, 69.5]}, "bbox": [-164.851, 54.0129, -164.851, 54.0129]}, {"id": "4393", "type": "Feature", "properties": {"id": "hv61907791", "mag": 1.61, "time": 1505382391650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.223667, 18.879, 14.409]}, "bbox": [-155.223667, 18.879, -155.223667, 18.879]}, {"id": "4394", "type": "Feature", "properties": {"id": "ak16824762", "mag": 1.4, "time": 1505381878343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4212, 60.1553, 64.8]}, "bbox": [-151.4212, 60.1553, -151.4212, 60.1553]}, {"id": "4395", "type": "Feature", "properties": {"id": "ak16824759", "mag": 2.0, "time": 1505381875397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7269, 61.5265, 60.3]}, "bbox": [-150.7269, 61.5265, -150.7269, 61.5265]}, {"id": "4396", "type": "Feature", "properties": {"id": "nc72892131", "mag": 0.97, "time": 1505381710130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720001, 38.778168, 1.63]}, "bbox": [-122.720001, 38.778168, -122.720001, 38.778168]}, {"id": "4397", "type": "Feature", "properties": {"id": "ak16824756", "mag": 2.0, "time": 1505380861272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.1915, 70.1]}, "bbox": [-152.0471, 60.1915, -152.0471, 60.1915]}, {"id": "4398", "type": "Feature", "properties": {"id": "ak16861150", "mag": 2.6, "time": 1505380391671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8518, 53.4455, 2.8]}, "bbox": [-162.8518, 53.4455, -162.8518, 53.4455]}, {"id": "4399", "type": "Feature", "properties": {"id": "ak16824753", "mag": 2.6, "time": 1505380263376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1582, 56.2796, 14.2]}, "bbox": [-158.1582, 56.2796, -158.1582, 56.2796]}, {"id": "4400", "type": "Feature", "properties": {"id": "uu60245457", "mag": 2.53, "time": 1505379272870, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.827333, 40.120667, -3.25]}, "bbox": [-108.827333, 40.120667, -108.827333, 40.120667]}, {"id": "4401", "type": "Feature", "properties": {"id": "ci37762823", "mag": 2.96, "time": 1505378281630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181833, 31.831667, 18.32]}, "bbox": [-116.181833, 31.831667, -116.181833, 31.831667]}, {"id": "4402", "type": "Feature", "properties": {"id": "nc72892121", "mag": 1.02, "time": 1505377845780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717499, 38.774666, 2.13]}, "bbox": [-122.717499, 38.774666, -122.717499, 38.774666]}, {"id": "4403", "type": "Feature", "properties": {"id": "nc72892116", "mag": 1.11, "time": 1505377833950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.714333, 38.776667, 1.68]}, "bbox": [-122.714333, 38.776667, -122.714333, 38.776667]}, {"id": "4404", "type": "Feature", "properties": {"id": "us2000am81", "mag": 4.6, "time": 1505377166860, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4481, -11.977, 10.0]}, "bbox": [-76.4481, -11.977, -76.4481, -11.977]}, {"id": "4405", "type": "Feature", "properties": {"id": "ismpkansas70235208", "mag": 1.81, "time": 1505376928150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570333, 37.345667, 5.05]}, "bbox": [-97.570333, 37.345667, -97.570333, 37.345667]}, {"id": "4406", "type": "Feature", "properties": {"id": "ak16824583", "mag": 1.6, "time": 1505376729312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4585, 60.3656, 97.6]}, "bbox": [-152.4585, 60.3656, -152.4585, 60.3656]}, {"id": "4407", "type": "Feature", "properties": {"id": "nc72892106", "mag": 1.19, "time": 1505376712450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799833, 38.712667, 4.08]}, "bbox": [-122.799833, 38.712667, -122.799833, 38.712667]}, {"id": "4408", "type": "Feature", "properties": {"id": "ci37762815", "mag": 1.04, "time": 1505374690080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.221833, 32.924167, 12.12]}, "bbox": [-116.221833, 32.924167, -116.221833, 32.924167]}, {"id": "4409", "type": "Feature", "properties": {"id": "ak16824572", "mag": 1.6, "time": 1505374660381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7598, 65.436, 12.0]}, "bbox": [-144.7598, 65.436, -144.7598, 65.436]}, {"id": "4410", "type": "Feature", "properties": {"id": "us2000am75", "mag": 4.4, "time": 1505372640680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6754, -34.2973, 1.87]}, "bbox": [-72.6754, -34.2973, -72.6754, -34.2973]}, {"id": "4411", "type": "Feature", "properties": {"id": "ak16824419", "mag": 1.8, "time": 1505372310107, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5103, 60.0002, 0.0]}, "bbox": [-139.5103, 60.0002, -139.5103, 60.0002]}, {"id": "4412", "type": "Feature", "properties": {"id": "ci37762807", "mag": 1.14, "time": 1505372248820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.872333, 36.502833, 6.38]}, "bbox": [-117.872333, 36.502833, -117.872333, 36.502833]}, {"id": "4413", "type": "Feature", "properties": {"id": "ak16824418", "mag": 1.0, "time": 1505372093089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8634, 59.8384, 41.0]}, "bbox": [-150.8634, 59.8384, -150.8634, 59.8384]}, {"id": "4414", "type": "Feature", "properties": {"id": "ak16824415", "mag": 1.3, "time": 1505371860862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4454, 63.0596, 8.2]}, "bbox": [-151.4454, 63.0596, -151.4454, 63.0596]}, {"id": "4415", "type": "Feature", "properties": {"id": "ci37762783", "mag": 1.64, "time": 1505371108250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.625167, 32.844, 11.98]}, "bbox": [-115.625167, 32.844, -115.625167, 32.844]}, {"id": "4416", "type": "Feature", "properties": {"id": "ak16824411", "mag": 1.3, "time": 1505371053195, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1765, 60.359, 0.0]}, "bbox": [-141.1765, 60.359, -141.1765, 60.359]}, {"id": "4417", "type": "Feature", "properties": {"id": "us2000aywv", "mag": 4.0, "time": 1505370268660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6903, 15.5507, 43.43]}, "bbox": [-94.6903, 15.5507, -94.6903, 15.5507]}, {"id": "4418", "type": "Feature", "properties": {"id": "ci37762759", "mag": 1.32, "time": 1505370002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.733, 33.668167, 13.69]}, "bbox": [-116.733, 33.668167, -116.733, 33.668167]}, {"id": "4419", "type": "Feature", "properties": {"id": "hv61907731", "mag": 1.75, "time": 1505369997330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382, 19.236, 32.221]}, "bbox": [-155.382, 19.236, -155.382, 19.236]}, {"id": "4420", "type": "Feature", "properties": {"id": "ci37762751", "mag": 0.96, "time": 1505369947950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.674333, 14.82]}, "bbox": [-116.731167, 33.674333, -116.731167, 33.674333]}, {"id": "4421", "type": "Feature", "properties": {"id": "us2000aywt", "mag": 4.0, "time": 1505369661520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2582, 14.9559, 25.35]}, "bbox": [-94.2582, 14.9559, -94.2582, 14.9559]}, {"id": "4422", "type": "Feature", "properties": {"id": "nc72892081", "mag": 1.08, "time": 1505369496760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1615, 36.5675, 3.55]}, "bbox": [-121.1615, 36.5675, -121.1615, 36.5675]}, {"id": "4423", "type": "Feature", "properties": {"id": "us2000am6i", "mag": 4.5, "time": 1505369450740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3229, 15.1323, 35.74]}, "bbox": [-94.3229, 15.1323, -94.3229, 15.1323]}, {"id": "4424", "type": "Feature", "properties": {"id": "us2000am6b", "mag": 4.4, "time": 1505369156780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7112, 15.4856, 25.87]}, "bbox": [-94.7112, 15.4856, -94.7112, 15.4856]}, {"id": "4425", "type": "Feature", "properties": {"id": "us2000am61", "mag": 3.0, "time": 1505368177800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3656, 36.7402, 7.992]}, "bbox": [-98.3656, 36.7402, -98.3656, 36.7402]}, {"id": "4426", "type": "Feature", "properties": {"id": "hv61907641", "mag": 2.26, "time": 1505367585250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.425667, 19.294167, 8.845]}, "bbox": [-155.425667, 19.294167, -155.425667, 19.294167]}, {"id": "4427", "type": "Feature", "properties": {"id": "us2000arcx", "mag": 3.2, "time": 1505367393080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4046, 51.5999, 12.8]}, "bbox": [-178.4046, 51.5999, -178.4046, 51.5999]}, {"id": "4428", "type": "Feature", "properties": {"id": "us2000am5i", "mag": 4.2, "time": 1505366427980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0841, 14.4266, 49.2]}, "bbox": [-93.0841, 14.4266, -93.0841, 14.4266]}, {"id": "4429", "type": "Feature", "properties": {"id": "us2000amaf", "mag": 4.7, "time": 1505366112080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.0489, -1.356, 10.0]}, "bbox": [148.0489, -1.356, 148.0489, -1.356]}, {"id": "4430", "type": "Feature", "properties": {"id": "nc72892391", "mag": 1.0, "time": 1505365754150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669167, 40.386833, 6.29]}, "bbox": [-121.669167, 40.386833, -121.669167, 40.386833]}, {"id": "4431", "type": "Feature", "properties": {"id": "us2000am56", "mag": 4.7, "time": 1505365399680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0709, 14.4637, 52.71]}, "bbox": [-93.0709, 14.4637, -93.0709, 14.4637]}, {"id": "4432", "type": "Feature", "properties": {"id": "mb80255284", "mag": 0.98, "time": 1505365218550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.8975, 13.3]}, "bbox": [-112.522, 46.8975, -112.522, 46.8975]}, {"id": "4433", "type": "Feature", "properties": {"id": "ak16861140", "mag": 1.2, "time": 1505365047321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0097, 62.5721, 78.1]}, "bbox": [-151.0097, 62.5721, -151.0097, 62.5721]}, {"id": "4434", "type": "Feature", "properties": {"id": "ci37762615", "mag": 0.95, "time": 1505364900090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.405833, 33.049333, 3.39]}, "bbox": [-116.405833, 33.049333, -116.405833, 33.049333]}, {"id": "4435", "type": "Feature", "properties": {"id": "nc72892056", "mag": 1.38, "time": 1505364695740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.54, 4.68]}, "bbox": [-118.834, 37.54, -118.834, 37.54]}, {"id": "4436", "type": "Feature", "properties": {"id": "uw61307352", "mag": 1.78, "time": 1505364485340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.942833, 46.866667, 10.19]}, "bbox": [-121.942833, 46.866667, -121.942833, 46.866667]}, {"id": "4437", "type": "Feature", "properties": {"id": "ak16824230", "mag": 1.9, "time": 1505364358950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.959, 59.8075, 60.6]}, "bbox": [-151.959, 59.8075, -151.959, 59.8075]}, {"id": "4438", "type": "Feature", "properties": {"id": "ci37762599", "mag": 1.23, "time": 1505364106870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.992833, 33.957167, 16.75]}, "bbox": [-117.992833, 33.957167, -117.992833, 33.957167]}, {"id": "4439", "type": "Feature", "properties": {"id": "ci37762591", "mag": 2.12, "time": 1505363550640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.864667, 34.336333, 2.71]}, "bbox": [-116.864667, 34.336333, -116.864667, 34.336333]}, {"id": "4440", "type": "Feature", "properties": {"id": "nc72892041", "mag": 1.83, "time": 1505363410540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.540667, 4.76]}, "bbox": [-118.834167, 37.540667, -118.834167, 37.540667]}, {"id": "4441", "type": "Feature", "properties": {"id": "ak16824097", "mag": 1.0, "time": 1505363016608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1668, 62.6309, 61.1]}, "bbox": [-149.1668, 62.6309, -149.1668, 62.6309]}, {"id": "4442", "type": "Feature", "properties": {"id": "us2000am4b", "mag": 3.2, "time": 1505362481060, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9406, 37.3096, 5.0]}, "bbox": [-97.9406, 37.3096, -97.9406, 37.3096]}, {"id": "4443", "type": "Feature", "properties": {"id": "ak16823967", "mag": 2.0, "time": 1505361191283, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2972, 61.0176, 70.0]}, "bbox": [-151.2972, 61.0176, -151.2972, 61.0176]}, {"id": "4444", "type": "Feature", "properties": {"id": "pr2017257000", "mag": 4.32, "time": 1505360450920, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.791, 18.2223, 133.0]}, "bbox": [-68.791, 18.2223, -68.791, 18.2223]}, {"id": "4445", "type": "Feature", "properties": {"id": "us2000am3s", "mag": 3.3, "time": 1505360430180, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5112, 36.2854, 3.99]}, "bbox": [-97.5112, 36.2854, -97.5112, 36.2854]}, {"id": "4446", "type": "Feature", "properties": {"id": "ci37762583", "mag": 1.43, "time": 1505358534420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6335, 37.005167, 1.55]}, "bbox": [-117.6335, 37.005167, -117.6335, 37.005167]}, {"id": "4447", "type": "Feature", "properties": {"id": "ci37762575", "mag": 1.39, "time": 1505358219310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606667, 32.828, 12.41]}, "bbox": [-115.606667, 32.828, -115.606667, 32.828]}, {"id": "4448", "type": "Feature", "properties": {"id": "ci37762567", "mag": 1.41, "time": 1505358109150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.427667, 34.225833, 13.02]}, "bbox": [-117.427667, 34.225833, -117.427667, 34.225833]}, {"id": "4449", "type": "Feature", "properties": {"id": "us2000amd4", "mag": 3.2, "time": 1505357901130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4442, 42.5241, 6.99]}, "bbox": [-111.4442, 42.5241, -111.4442, 42.5241]}, {"id": "4450", "type": "Feature", "properties": {"id": "us2000amd0", "mag": 3.1, "time": 1505357873450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4212, 42.5232, 8.42]}, "bbox": [-111.4212, 42.5232, -111.4212, 42.5232]}, {"id": "4451", "type": "Feature", "properties": {"id": "us2000am2z", "mag": 4.0, "time": 1505357591000, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.5096, 5.0]}, "bbox": [-111.4618, 42.5096, -111.4618, 42.5096]}, {"id": "4452", "type": "Feature", "properties": {"id": "uu60245162", "mag": 3.43, "time": 1505357581000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.522333, 7.86]}, "bbox": [-111.426833, 42.522333, -111.426833, 42.522333]}, {"id": "4453", "type": "Feature", "properties": {"id": "ak16861134", "mag": 1.6, "time": 1505356675370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8887, 59.6609, 90.7]}, "bbox": [-152.8887, 59.6609, -152.8887, 59.6609]}, {"id": "4454", "type": "Feature", "properties": {"id": "ak16823826", "mag": 1.2, "time": 1505356643722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.394, 60.1683, 0.0]}, "bbox": [-141.394, 60.1683, -141.394, 60.1683]}, {"id": "4455", "type": "Feature", "properties": {"id": "us2000am28", "mag": 2.4, "time": 1505356555350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4263, 42.5303, 6.85]}, "bbox": [-111.4263, 42.5303, -111.4263, 42.5303]}, {"id": "4456", "type": "Feature", "properties": {"id": "nn00605135", "mag": 1.0, "time": 1505356439739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8899, 37.3603, 8.3]}, "bbox": [-116.8899, 37.3603, -116.8899, 37.3603]}, {"id": "4457", "type": "Feature", "properties": {"id": "ak16823823", "mag": 1.2, "time": 1505356197786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8776, 62.7371, 2.4]}, "bbox": [-151.8776, 62.7371, -151.8776, 62.7371]}, {"id": "4458", "type": "Feature", "properties": {"id": "nc72892031", "mag": 0.98, "time": 1505355727940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737663, 38.785168, 2.12]}, "bbox": [-122.737663, 38.785168, -122.737663, 38.785168]}, {"id": "4459", "type": "Feature", "properties": {"id": "nc72892026", "mag": 1.09, "time": 1505355720450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.746833, 38.787833, 0.11]}, "bbox": [-122.746833, 38.787833, -122.746833, 38.787833]}, {"id": "4460", "type": "Feature", "properties": {"id": "ak16861131", "mag": 1.7, "time": 1505355503652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2915, 59.077, 76.7]}, "bbox": [-153.2915, 59.077, -153.2915, 59.077]}, {"id": "4461", "type": "Feature", "properties": {"id": "nc72892021", "mag": 1.67, "time": 1505355378570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.139667, 37.139, 11.31]}, "bbox": [-121.139667, 37.139, -121.139667, 37.139]}, {"id": "4462", "type": "Feature", "properties": {"id": "ak16823809", "mag": 1.2, "time": 1505354254705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3285, 60.1933, 0.0]}, "bbox": [-141.3285, 60.1933, -141.3285, 60.1933]}, {"id": "4463", "type": "Feature", "properties": {"id": "us2000am21", "mag": 3.2, "time": 1505353999720, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.899, 42.6704, 10.0]}, "bbox": [22.899, 42.6704, 22.899, 42.6704]}, {"id": "4464", "type": "Feature", "properties": {"id": "ci37762543", "mag": 1.21, "time": 1505353838790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543667, 34.513833, 6.53]}, "bbox": [-118.543667, 34.513833, -118.543667, 34.513833]}, {"id": "4465", "type": "Feature", "properties": {"id": "us2000am1y", "mag": 2.6, "time": 1505353481360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4312, 42.6014, 6.92]}, "bbox": [-111.4312, 42.6014, -111.4312, 42.6014]}, {"id": "4466", "type": "Feature", "properties": {"id": "ak16823693", "mag": 1.0, "time": 1505351348552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.644, 62.6994, 58.6]}, "bbox": [-148.644, 62.6994, -148.644, 62.6994]}, {"id": "4467", "type": "Feature", "properties": {"id": "ak16823694", "mag": 2.1, "time": 1505351146642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5002, 54.7664, 27.4]}, "bbox": [-160.5002, 54.7664, -160.5002, 54.7664]}, {"id": "4468", "type": "Feature", "properties": {"id": "ak16823688", "mag": 1.1, "time": 1505350854568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6619, 59.8124, 15.7]}, "bbox": [-136.6619, 59.8124, -136.6619, 59.8124]}, {"id": "4469", "type": "Feature", "properties": {"id": "pr2017257001", "mag": 1.33, "time": 1505350270080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.141, 18.0321, 11.0]}, "bbox": [-67.141, 18.0321, -67.141, 18.0321]}, {"id": "4470", "type": "Feature", "properties": {"id": "ak16823577", "mag": 2.7, "time": 1505349755149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3635, 54.4582, 4.8]}, "bbox": [-161.3635, 54.4582, -161.3635, 54.4582]}, {"id": "4471", "type": "Feature", "properties": {"id": "ak16861124", "mag": 1.1, "time": 1505349382106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2989, 65.668, 14.0]}, "bbox": [-145.2989, 65.668, -145.2989, 65.668]}, {"id": "4472", "type": "Feature", "properties": {"id": "us2000am0x", "mag": 4.6, "time": 1505348843700, "felt": 139.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.6152, 35.7719, 48.83]}, "bbox": [139.6152, 35.7719, 139.6152, 35.7719]}, {"id": "4473", "type": "Feature", "properties": {"id": "ci37762495", "mag": 1.0, "time": 1505347877510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3345, 33.3545, 11.05]}, "bbox": [-116.3345, 33.3545, -116.3345, 33.3545]}, {"id": "4474", "type": "Feature", "properties": {"id": "ak16823574", "mag": 2.8, "time": 1505347636545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3466, 52.1109, 79.8]}, "bbox": [-174.3466, 52.1109, -174.3466, 52.1109]}, {"id": "4475", "type": "Feature", "properties": {"id": "ak16823573", "mag": 2.3, "time": 1505347560653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4123, 51.617, 13.3]}, "bbox": [-178.4123, 51.617, -178.4123, 51.617]}, {"id": "4476", "type": "Feature", "properties": {"id": "ci37762487", "mag": 1.28, "time": 1505347417680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2715, 33.976667, 5.05]}, "bbox": [-116.2715, 33.976667, -116.2715, 33.976667]}, {"id": "4477", "type": "Feature", "properties": {"id": "hv61907326", "mag": 1.75, "time": 1505347375860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.394165, 19.238333, 32.54]}, "bbox": [-155.394165, 19.238333, -155.394165, 19.238333]}, {"id": "4478", "type": "Feature", "properties": {"id": "ak16861121", "mag": 1.7, "time": 1505347241023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4, 51.6505, 10.1]}, "bbox": [-178.4, 51.6505, -178.4, 51.6505]}, {"id": "4479", "type": "Feature", "properties": {"id": "hv61907236", "mag": 2.19, "time": 1505347011230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3835, 19.243, 32.131]}, "bbox": [-155.3835, 19.243, -155.3835, 19.243]}, {"id": "4480", "type": "Feature", "properties": {"id": "nc72891986", "mag": 1.15, "time": 1505346581750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5475, 37.143167, 3.07]}, "bbox": [-121.5475, 37.143167, -121.5475, 37.143167]}, {"id": "4481", "type": "Feature", "properties": {"id": "uw61307262", "mag": 1.18, "time": 1505346312450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.458833, 45.814167, -0.95]}, "bbox": [-122.458833, 45.814167, -122.458833, 45.814167]}, {"id": "4482", "type": "Feature", "properties": {"id": "ak16823443", "mag": 1.7, "time": 1505346090013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 60.824, 55.5]}, "bbox": [-151.3313, 60.824, -151.3313, 60.824]}, {"id": "4483", "type": "Feature", "properties": {"id": "ci37762463", "mag": 2.21, "time": 1505345845770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.610333, 32.834, 14.54]}, "bbox": [-115.610333, 32.834, -115.610333, 32.834]}, {"id": "4484", "type": "Feature", "properties": {"id": "ci37762455", "mag": 1.23, "time": 1505345794660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613333, 32.828, 12.93]}, "bbox": [-115.613333, 32.828, -115.613333, 32.828]}, {"id": "4485", "type": "Feature", "properties": {"id": "ak16823442", "mag": 1.4, "time": 1505345681125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1366, 63.4085, 115.9]}, "bbox": [-150.1366, 63.4085, -150.1366, 63.4085]}, {"id": "4486", "type": "Feature", "properties": {"id": "mb80255184", "mag": 0.99, "time": 1505345517200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.161833, 48.091333, 6.16]}, "bbox": [-115.161833, 48.091333, -115.161833, 48.091333]}, {"id": "4487", "type": "Feature", "properties": {"id": "ak16823441", "mag": 1.4, "time": 1505345131416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9358, 61.9565, 65.0]}, "bbox": [-150.9358, 61.9565, -150.9358, 61.9565]}, {"id": "4488", "type": "Feature", "properties": {"id": "us2000alzg", "mag": 4.2, "time": 1505344897150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.4183, -18.058, 145.27]}, "bbox": [-69.4183, -18.058, -69.4183, -18.058]}, {"id": "4489", "type": "Feature", "properties": {"id": "ak16823332", "mag": 2.8, "time": 1505344031893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3482, 51.3154, 44.3]}, "bbox": [-178.3482, 51.3154, -178.3482, 51.3154]}, {"id": "4490", "type": "Feature", "properties": {"id": "ak16823330", "mag": 1.3, "time": 1505343882913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3403, 64.9963, 0.0]}, "bbox": [-147.3403, 64.9963, -147.3403, 64.9963]}, {"id": "4491", "type": "Feature", "properties": {"id": "us2000alyy", "mag": 3.2, "time": 1505343206750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5646, 46.8793, 10.55]}, "bbox": [-112.5646, 46.8793, -112.5646, 46.8793]}, {"id": "4492", "type": "Feature", "properties": {"id": "uw61307247", "mag": 1.57, "time": 1505343065140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.347833, 44.090833, -1.55]}, "bbox": [-121.347833, 44.090833, -121.347833, 44.090833]}, {"id": "4493", "type": "Feature", "properties": {"id": "ci37762423", "mag": 2.63, "time": 1505342925380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6105, 32.832833, 13.39]}, "bbox": [-115.6105, 32.832833, -115.6105, 32.832833]}, {"id": "4494", "type": "Feature", "properties": {"id": "ismpkansas70235168", "mag": 1.72, "time": 1505342816860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966333, 37.277833, 4.1]}, "bbox": [-97.966333, 37.277833, -97.966333, 37.277833]}, {"id": "4495", "type": "Feature", "properties": {"id": "uu60245097", "mag": 1.4, "time": 1505342728590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.0425, 44.6825, 13.02]}, "bbox": [-110.0425, 44.6825, -110.0425, 44.6825]}, {"id": "4496", "type": "Feature", "properties": {"id": "ci37762407", "mag": 1.11, "time": 1505342669930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.978, 5.78]}, "bbox": [-116.2705, 33.978, -116.2705, 33.978]}, {"id": "4497", "type": "Feature", "properties": {"id": "ak16830577", "mag": 2.2, "time": 1505342546550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6253, 55.5692, 53.6]}, "bbox": [-159.6253, 55.5692, -159.6253, 55.5692]}, {"id": "4498", "type": "Feature", "properties": {"id": "ci37762415", "mag": 1.75, "time": 1505342494590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.999333, 33.073, -0.12]}, "bbox": [-114.999333, 33.073, -114.999333, 33.073]}, {"id": "4499", "type": "Feature", "properties": {"id": "nn00605103", "mag": 1.1, "time": 1505342257553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.367, 38.5022, 1.9]}, "bbox": [-118.367, 38.5022, -118.367, 38.5022]}, {"id": "4500", "type": "Feature", "properties": {"id": "ci37762399", "mag": 1.66, "time": 1505342009270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.612333, 32.834667, 12.8]}, "bbox": [-115.612333, 32.834667, -115.612333, 32.834667]}, {"id": "4501", "type": "Feature", "properties": {"id": "ci37762391", "mag": 1.75, "time": 1505341937760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613, 32.838667, 12.07]}, "bbox": [-115.613, 32.838667, -115.613, 32.838667]}, {"id": "4502", "type": "Feature", "properties": {"id": "ci37762383", "mag": 1.83, "time": 1505341540510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614, 32.8335, 12.31]}, "bbox": [-115.614, 32.8335, -115.614, 32.8335]}, {"id": "4503", "type": "Feature", "properties": {"id": "ci37762367", "mag": 3.47, "time": 1505341287040, "felt": 39.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615833, 32.843833, 15.23]}, "bbox": [-115.615833, 32.843833, -115.615833, 32.843833]}, {"id": "4504", "type": "Feature", "properties": {"id": "hv61907176", "mag": 1.67, "time": 1505340803980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.213667, 19.3035, 2.2]}, "bbox": [-155.213667, 19.3035, -155.213667, 19.3035]}, {"id": "4505", "type": "Feature", "properties": {"id": "ak16823316", "mag": 2.5, "time": 1505340733287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3859, 61.6698, 29.1]}, "bbox": [-146.3859, 61.6698, -146.3859, 61.6698]}, {"id": "4506", "type": "Feature", "properties": {"id": "nc72891951", "mag": 1.45, "time": 1505340188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841667, 37.532167, -1.9]}, "bbox": [-118.841667, 37.532167, -118.841667, 37.532167]}, {"id": "4507", "type": "Feature", "properties": {"id": "ak16830575", "mag": 1.5, "time": 1505340177499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5229, 57.7401, 52.1]}, "bbox": [-154.5229, 57.7401, -154.5229, 57.7401]}, {"id": "4508", "type": "Feature", "properties": {"id": "ci37762359", "mag": 1.73, "time": 1505340060360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274, 33.976333, 5.08]}, "bbox": [-116.274, 33.976333, -116.274, 33.976333]}, {"id": "4509", "type": "Feature", "properties": {"id": "ci37762351", "mag": 3.26, "time": 1505339982500, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.276, 33.975333, 3.91]}, "bbox": [-116.276, 33.975333, -116.276, 33.975333]}, {"id": "4510", "type": "Feature", "properties": {"id": "ak16830574", "mag": 1.6, "time": 1505339727053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4531, 53.5386, 11.2]}, "bbox": [-167.4531, 53.5386, -167.4531, 53.5386]}, {"id": "4511", "type": "Feature", "properties": {"id": "ak16823310", "mag": 1.1, "time": 1505339360762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5682, 53.9212, 8.1]}, "bbox": [-166.5682, 53.9212, -166.5682, 53.9212]}, {"id": "4512", "type": "Feature", "properties": {"id": "ci37762343", "mag": 1.12, "time": 1505339170890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795167, 33.507167, 4.82]}, "bbox": [-116.795167, 33.507167, -116.795167, 33.507167]}, {"id": "4513", "type": "Feature", "properties": {"id": "mb80255169", "mag": 1.13, "time": 1505339091750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.622667, 46.909667, 10.61]}, "bbox": [-112.622667, 46.909667, -112.622667, 46.909667]}, {"id": "4514", "type": "Feature", "properties": {"id": "us2000alwi", "mag": 4.7, "time": 1505338937260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0086, 15.1566, 38.2]}, "bbox": [-94.0086, 15.1566, -94.0086, 15.1566]}, {"id": "4515", "type": "Feature", "properties": {"id": "ci37762335", "mag": 1.17, "time": 1505338520010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614667, 32.832167, 10.18]}, "bbox": [-115.614667, 32.832167, -115.614667, 32.832167]}, {"id": "4516", "type": "Feature", "properties": {"id": "ci37762327", "mag": 1.59, "time": 1505338477140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615333, 32.843, 15.01]}, "bbox": [-115.615333, 32.843, -115.615333, 32.843]}, {"id": "4517", "type": "Feature", "properties": {"id": "uu60245082", "mag": 1.54, "time": 1505338298430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.043833, 44.678167, 13.53]}, "bbox": [-110.043833, 44.678167, -110.043833, 44.678167]}, {"id": "4518", "type": "Feature", "properties": {"id": "us2000alvq", "mag": 5.0, "time": 1505338251370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9904, 15.7092, 39.9]}, "bbox": [-94.9904, 15.7092, -94.9904, 15.7092]}, {"id": "4519", "type": "Feature", "properties": {"id": "nc72891936", "mag": 1.29, "time": 1505338239110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.017333, 37.5655, -0.37]}, "bbox": [-119.017333, 37.5655, -119.017333, 37.5655]}, {"id": "4520", "type": "Feature", "properties": {"id": "ci37762303", "mag": 1.69, "time": 1505337757160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.504167, 5.32]}, "bbox": [-116.7965, 33.504167, -116.7965, 33.504167]}, {"id": "4521", "type": "Feature", "properties": {"id": "uu60245072", "mag": 1.82, "time": 1505336663200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.075667, 44.674, 5.83]}, "bbox": [-110.075667, 44.674, -110.075667, 44.674]}, {"id": "4522", "type": "Feature", "properties": {"id": "ci37762287", "mag": 1.49, "time": 1505336435640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.8575, -0.61]}, "bbox": [-117.498833, 33.8575, -117.498833, 33.8575]}, {"id": "4523", "type": "Feature", "properties": {"id": "mb80255154", "mag": 2.29, "time": 1505335433020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7145, 46.9035, 15.16]}, "bbox": [-112.7145, 46.9035, -112.7145, 46.9035]}, {"id": "4524", "type": "Feature", "properties": {"id": "nc72891916", "mag": 1.11, "time": 1505334220120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7985, 38.833168, 1.37]}, "bbox": [-122.7985, 38.833168, -122.7985, 38.833168]}, {"id": "4525", "type": "Feature", "properties": {"id": "nc72891911", "mag": 1.01, "time": 1505333988430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811165, 38.815666, 2.78]}, "bbox": [-122.811165, 38.815666, -122.811165, 38.815666]}, {"id": "4526", "type": "Feature", "properties": {"id": "ak16823196", "mag": 1.7, "time": 1505333862556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2791, 60.1339, 58.8]}, "bbox": [-151.2791, 60.1339, -151.2791, 60.1339]}, {"id": "4527", "type": "Feature", "properties": {"id": "nc72891901", "mag": 1.64, "time": 1505333181410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814, 38.8085, 2.9]}, "bbox": [-122.814, 38.8085, -122.814, 38.8085]}, {"id": "4528", "type": "Feature", "properties": {"id": "nc72891896", "mag": 1.52, "time": 1505332739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.481167, 0.23]}, "bbox": [-118.817667, 37.481167, -118.817667, 37.481167]}, {"id": "4529", "type": "Feature", "properties": {"id": "ci37762231", "mag": 1.56, "time": 1505331922920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.381833, 35.980833, 4.99]}, "bbox": [-117.381833, 35.980833, -117.381833, 35.980833]}, {"id": "4530", "type": "Feature", "properties": {"id": "us2000alqh", "mag": 4.6, "time": 1505331447000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [112.9501, -6.0986, 590.53]}, "bbox": [112.9501, -6.0986, 112.9501, -6.0986]}, {"id": "4531", "type": "Feature", "properties": {"id": "us2000alq6", "mag": 3.0, "time": 1505331233180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4525, 42.6029, 6.02]}, "bbox": [-111.4525, 42.6029, -111.4525, 42.6029]}, {"id": "4532", "type": "Feature", "properties": {"id": "ak16823083", "mag": 1.8, "time": 1505330838320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8987, 61.0912, 0.1]}, "bbox": [-141.8987, 61.0912, -141.8987, 61.0912]}, {"id": "4533", "type": "Feature", "properties": {"id": "ak16823082", "mag": 1.3, "time": 1505330810883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7682, 61.1384, 6.4]}, "bbox": [-141.7682, 61.1384, -141.7682, 61.1384]}, {"id": "4534", "type": "Feature", "properties": {"id": "ak16823080", "mag": 1.9, "time": 1505329947650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7636, 59.6753, 80.6]}, "bbox": [-152.7636, 59.6753, -152.7636, 59.6753]}, {"id": "4535", "type": "Feature", "properties": {"id": "ci37762215", "mag": 1.01, "time": 1505329786970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1445, 33.667, -0.63]}, "bbox": [-117.1445, 33.667, -117.1445, 33.667]}, {"id": "4536", "type": "Feature", "properties": {"id": "nc72891881", "mag": 1.2, "time": 1505329775160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.850167, 37.644667, 5.63]}, "bbox": [-118.850167, 37.644667, -118.850167, 37.644667]}, {"id": "4537", "type": "Feature", "properties": {"id": "ci37762207", "mag": 1.15, "time": 1505329688010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.187167, 34.993167, -0.82]}, "bbox": [-118.187167, 34.993167, -118.187167, 34.993167]}, {"id": "4538", "type": "Feature", "properties": {"id": "ak16830566", "mag": 2.0, "time": 1505328672149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.302, 51.3949, 36.9]}, "bbox": [-178.302, 51.3949, -178.302, 51.3949]}, {"id": "4539", "type": "Feature", "properties": {"id": "ak16822979", "mag": 1.3, "time": 1505328502909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3078, 61.2967, 15.3]}, "bbox": [-146.3078, 61.2967, -146.3078, 61.2967]}, {"id": "4540", "type": "Feature", "properties": {"id": "nc72891876", "mag": 1.1, "time": 1505327236230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745666, 38.787834, 1.52]}, "bbox": [-122.745666, 38.787834, -122.745666, 38.787834]}, {"id": "4541", "type": "Feature", "properties": {"id": "ak16822977", "mag": 1.3, "time": 1505326599778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0157, 63.5538, 1.8]}, "bbox": [-151.0157, 63.5538, -151.0157, 63.5538]}, {"id": "4542", "type": "Feature", "properties": {"id": "nc72891871", "mag": 2.5, "time": 1505325897250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0595, 40.449667, 16.29]}, "bbox": [-120.0595, 40.449667, -120.0595, 40.449667]}, {"id": "4543", "type": "Feature", "properties": {"id": "nc72891866", "mag": 1.77, "time": 1505325532440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0005, 35.943167, 17.23]}, "bbox": [-120.0005, 35.943167, -120.0005, 35.943167]}, {"id": "4544", "type": "Feature", "properties": {"id": "nc72891861", "mag": 1.4, "time": 1505325215290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600167, 35.482, -0.46]}, "bbox": [-120.600167, 35.482, -120.600167, 35.482]}, {"id": "4545", "type": "Feature", "properties": {"id": "ci37762175", "mag": 1.47, "time": 1505324991750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 32.840667, 14.81]}, "bbox": [-115.609, 32.840667, -115.609, 32.840667]}, {"id": "4546", "type": "Feature", "properties": {"id": "ak16822975", "mag": 1.2, "time": 1505324283732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2438, 62.4485, 2.9]}, "bbox": [-149.2438, 62.4485, -149.2438, 62.4485]}, {"id": "4547", "type": "Feature", "properties": {"id": "nc72891851", "mag": 1.07, "time": 1505324016940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841167, 37.491667, -0.1]}, "bbox": [-118.841167, 37.491667, -118.841167, 37.491667]}, {"id": "4548", "type": "Feature", "properties": {"id": "se60179327", "mag": 3.2, "time": 1505323990930, "felt": 525.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-80.703, 37.472833, 17.77]}, "bbox": [-80.703, 37.472833, -80.703, 37.472833]}, {"id": "4549", "type": "Feature", "properties": {"id": "ak16822973", "mag": 1.1, "time": 1505323870033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7446, 59.8908, 41.3]}, "bbox": [-151.7446, 59.8908, -151.7446, 59.8908]}, {"id": "4550", "type": "Feature", "properties": {"id": "ak16830561", "mag": 1.8, "time": 1505323399318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9553, 59.6095, 109.8]}, "bbox": [-152.9553, 59.6095, -152.9553, 59.6095]}, {"id": "4551", "type": "Feature", "properties": {"id": "ak16830560", "mag": 2.0, "time": 1505322404855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5059, 60.1768, 153.1]}, "bbox": [-153.5059, 60.1768, -153.5059, 60.1768]}, {"id": "4552", "type": "Feature", "properties": {"id": "us2000alkc", "mag": 4.4, "time": 1505321962400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6803, 15.7969, 43.13]}, "bbox": [-94.6803, 15.7969, -94.6803, 15.7969]}, {"id": "4553", "type": "Feature", "properties": {"id": "ak16830559", "mag": 1.8, "time": 1505321554841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8197, 51.97, 7.3]}, "bbox": [-174.8197, 51.97, -174.8197, 51.97]}, {"id": "4554", "type": "Feature", "properties": {"id": "nc72891831", "mag": 2.56, "time": 1505318816290, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.704667, 40.484, 16.91]}, "bbox": [-124.704667, 40.484, -124.704667, 40.484]}, {"id": "4555", "type": "Feature", "properties": {"id": "ak16822799", "mag": 1.8, "time": 1505318719906, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4098, 51.7491, 29.3]}, "bbox": [-174.4098, 51.7491, -174.4098, 51.7491]}, {"id": "4556", "type": "Feature", "properties": {"id": "ak16822798", "mag": 1.1, "time": 1505318596103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8143, 62.8428, 67.1]}, "bbox": [-148.8143, 62.8428, -148.8143, 62.8428]}, {"id": "4557", "type": "Feature", "properties": {"id": "hv61906796", "mag": 2.1, "time": 1505317840280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.485504, 19.219, 36.43]}, "bbox": [-155.485504, 19.219, -155.485504, 19.219]}, {"id": "4558", "type": "Feature", "properties": {"id": "ak16822695", "mag": 1.3, "time": 1505316869586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4592, 63.3484, 0.8]}, "bbox": [-151.4592, 63.3484, -151.4592, 63.3484]}, {"id": "4559", "type": "Feature", "properties": {"id": "us2000asbr", "mag": 4.3, "time": 1505316791790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1284, -4.88, 54.06]}, "bbox": [152.1284, -4.88, 152.1284, -4.88]}, {"id": "4560", "type": "Feature", "properties": {"id": "hv61906781", "mag": 1.87, "time": 1505316745210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.889333, 19.9115, 24.592]}, "bbox": [-155.889333, 19.9115, -155.889333, 19.9115]}, {"id": "4561", "type": "Feature", "properties": {"id": "us2000alhx", "mag": 5.0, "time": 1505316098600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.9266, -10.7647, 46.64]}, "bbox": [161.9266, -10.7647, 161.9266, -10.7647]}, {"id": "4562", "type": "Feature", "properties": {"id": "ak16822692", "mag": 2.1, "time": 1505315572825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2966, 59.7717, 67.1]}, "bbox": [-152.2966, 59.7717, -152.2966, 59.7717]}, {"id": "4563", "type": "Feature", "properties": {"id": "nm60179312", "mag": 1.77, "time": 1505315298800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.672667, 36.156667, 9.37]}, "bbox": [-89.672667, 36.156667, -89.672667, 36.156667]}, {"id": "4564", "type": "Feature", "properties": {"id": "ak16822691", "mag": 1.8, "time": 1505315111913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8055, 59.8229, 63.9]}, "bbox": [-151.8055, 59.8229, -151.8055, 59.8229]}, {"id": "4565", "type": "Feature", "properties": {"id": "ak16822689", "mag": 1.5, "time": 1505313796189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.627, 60.7945, 30.2]}, "bbox": [-149.627, 60.7945, -149.627, 60.7945]}, {"id": "4566", "type": "Feature", "properties": {"id": "ci37762039", "mag": 1.34, "time": 1505312641900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.791, 36.012167, 1.22]}, "bbox": [-117.791, 36.012167, -117.791, 36.012167]}, {"id": "4567", "type": "Feature", "properties": {"id": "nn00605012", "mag": 1.1, "time": 1505309502885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9116, 38.3879, 15.2]}, "bbox": [-118.9116, 38.3879, -118.9116, 38.3879]}, {"id": "4568", "type": "Feature", "properties": {"id": "ak16830551", "mag": 1.1, "time": 1505309158928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8896, 60.3719, 15.2]}, "bbox": [-146.8896, 60.3719, -146.8896, 60.3719]}, {"id": "4569", "type": "Feature", "properties": {"id": "ak16822590", "mag": 1.1, "time": 1505309077336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3908, 66.2048, 11.9]}, "bbox": [-157.3908, 66.2048, -157.3908, 66.2048]}, {"id": "4570", "type": "Feature", "properties": {"id": "mb80255099", "mag": 1.92, "time": 1505309076210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.547833, 44.257, 9.7]}, "bbox": [-114.547833, 44.257, -114.547833, 44.257]}, {"id": "4571", "type": "Feature", "properties": {"id": "nc72891776", "mag": 1.02, "time": 1505308975510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 37.593167, 0.05]}, "bbox": [-118.918167, 37.593167, -118.918167, 37.593167]}, {"id": "4572", "type": "Feature", "properties": {"id": "ak16822588", "mag": 1.4, "time": 1505308950441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4711, 65.4989, 11.1]}, "bbox": [-148.4711, 65.4989, -148.4711, 65.4989]}, {"id": "4573", "type": "Feature", "properties": {"id": "nn00604990", "mag": 2.3, "time": 1505308914949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 38.8311, 8.7]}, "bbox": [-118.818, 38.8311, -118.818, 38.8311]}, {"id": "4574", "type": "Feature", "properties": {"id": "ci37762007", "mag": 2.3, "time": 1505308483530, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.585667, 35.139667, 1.62]}, "bbox": [-116.585667, 35.139667, -116.585667, 35.139667]}, {"id": "4575", "type": "Feature", "properties": {"id": "ci37761999", "mag": 1.26, "time": 1505308208470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6185, 32.838, 13.81]}, "bbox": [-115.6185, 32.838, -115.6185, 32.838]}, {"id": "4576", "type": "Feature", "properties": {"id": "hv61906676", "mag": 1.95, "time": 1505307948740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.298996, 19.424334, 6.6]}, "bbox": [-155.298996, 19.424334, -155.298996, 19.424334]}, {"id": "4577", "type": "Feature", "properties": {"id": "ci37761983", "mag": 1.11, "time": 1505307567020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.623, 32.839333, 10.27]}, "bbox": [-115.623, 32.839333, -115.623, 32.839333]}, {"id": "4578", "type": "Feature", "properties": {"id": "us2000alfh", "mag": 4.5, "time": 1505306912090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7023, 15.8472, 95.22]}, "bbox": [-93.7023, 15.8472, -93.7023, 15.8472]}, {"id": "4579", "type": "Feature", "properties": {"id": "mb80255094", "mag": 1.19, "time": 1505305625190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.642667, 46.956667, 13.27]}, "bbox": [-114.642667, 46.956667, -114.642667, 46.956667]}, {"id": "4580", "type": "Feature", "properties": {"id": "ci37761967", "mag": 0.99, "time": 1505305387220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.587333, 36.179667, 0.99]}, "bbox": [-117.587333, 36.179667, -117.587333, 36.179667]}, {"id": "4581", "type": "Feature", "properties": {"id": "nc72891766", "mag": 1.15, "time": 1505305306770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.820333, 38.804, 2.93]}, "bbox": [-122.820333, 38.804, -122.820333, 38.804]}, {"id": "4582", "type": "Feature", "properties": {"id": "us2000anw3", "mag": 2.5, "time": 1505305272030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6774, 53.9359, 13.8]}, "bbox": [-163.6774, 53.9359, -163.6774, 53.9359]}, {"id": "4583", "type": "Feature", "properties": {"id": "ci37761959", "mag": 1.4, "time": 1505304763660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.829167, 32.782333, 3.76]}, "bbox": [-115.829167, 32.782333, -115.829167, 32.782333]}, {"id": "4584", "type": "Feature", "properties": {"id": "us2000asbk", "mag": 4.1, "time": 1505303510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1783, 2.9917, 58.22]}, "bbox": [128.1783, 2.9917, 128.1783, 2.9917]}, {"id": "4585", "type": "Feature", "properties": {"id": "nc72891751", "mag": 0.99, "time": 1505303358450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.082167, 35.707667, 6.66]}, "bbox": [-121.082167, 35.707667, -121.082167, 35.707667]}, {"id": "4586", "type": "Feature", "properties": {"id": "ak16822583", "mag": 1.1, "time": 1505302645910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3182, 60.2384, 0.0]}, "bbox": [-141.3182, 60.2384, -141.3182, 60.2384]}, {"id": "4587", "type": "Feature", "properties": {"id": "ak16822582", "mag": 2.3, "time": 1505302558389, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6566, 51.5758, 56.9]}, "bbox": [-177.6566, 51.5758, -177.6566, 51.5758]}, {"id": "4588", "type": "Feature", "properties": {"id": "us2000alew", "mag": 3.9, "time": 1505302030040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2516, 14.855, 22.24]}, "bbox": [-94.2516, 14.855, -94.2516, 14.855]}, {"id": "4589", "type": "Feature", "properties": {"id": "mb80255084", "mag": 1.07, "time": 1505300960250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.511667, 46.9035, 5.32]}, "bbox": [-112.511667, 46.9035, -112.511667, 46.9035]}, {"id": "4590", "type": "Feature", "properties": {"id": "ak16822577", "mag": 1.5, "time": 1505300414194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9212, 64.7545, 3.8]}, "bbox": [-139.9212, 64.7545, -139.9212, 64.7545]}, {"id": "4591", "type": "Feature", "properties": {"id": "us2000alee", "mag": 3.3, "time": 1505299970430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6225, 59.7836, 5.44]}, "bbox": [-136.6225, 59.7836, -136.6225, 59.7836]}, {"id": "4592", "type": "Feature", "properties": {"id": "uu60244877", "mag": 2.35, "time": 1505299838240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8535, 44.770833, 7.9]}, "bbox": [-110.8535, 44.770833, -110.8535, 44.770833]}, {"id": "4593", "type": "Feature", "properties": {"id": "nc72891746", "mag": 1.53, "time": 1505299590270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8215, 3.0]}, "bbox": [-122.793, 38.8215, -122.793, 38.8215]}, {"id": "4594", "type": "Feature", "properties": {"id": "ak16830540", "mag": 1.9, "time": 1505298481141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1134, 57.8805, 76.9]}, "bbox": [-155.1134, 57.8805, -155.1134, 57.8805]}, {"id": "4595", "type": "Feature", "properties": {"id": "us2000anw1", "mag": 3.0, "time": 1505298226550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0008, 50.1653, 25.9]}, "bbox": [179.0008, 50.1653, 179.0008, 50.1653]}, {"id": "4596", "type": "Feature", "properties": {"id": "nn00604987", "mag": 1.7, "time": 1505298050456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8103, 39.3643, 9.1]}, "bbox": [-119.8103, 39.3643, -119.8103, 39.3643]}, {"id": "4597", "type": "Feature", "properties": {"id": "ak16822473", "mag": 1.2, "time": 1505297484913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4897, 63.0467, 3.6]}, "bbox": [-151.4897, 63.0467, -151.4897, 63.0467]}, {"id": "4598", "type": "Feature", "properties": {"id": "ak16822472", "mag": 2.4, "time": 1505297294726, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0416, 53.5692, 24.5]}, "bbox": [-164.0416, 53.5692, -164.0416, 53.5692]}, {"id": "4599", "type": "Feature", "properties": {"id": "uw61307017", "mag": 1.34, "time": 1505297037790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.764333, 48.271333, 1.82]}, "bbox": [-121.764333, 48.271333, -121.764333, 48.271333]}, {"id": "4600", "type": "Feature", "properties": {"id": "ak16830536", "mag": 1.2, "time": 1505297029108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7778, 60.5002, 3.8]}, "bbox": [-147.7778, 60.5002, -147.7778, 60.5002]}, {"id": "4601", "type": "Feature", "properties": {"id": "uu60244867", "mag": 2.44, "time": 1505296698750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422, 42.567833, 7.73]}, "bbox": [-111.422, 42.567833, -111.422, 42.567833]}, {"id": "4602", "type": "Feature", "properties": {"id": "us2000aldk", "mag": 4.3, "time": 1505296627560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9055, 15.639, 35.0]}, "bbox": [-94.9055, 15.639, -94.9055, 15.639]}, {"id": "4603", "type": "Feature", "properties": {"id": "ci37761935", "mag": 1.02, "time": 1505296379600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6215, 32.831333, 10.19]}, "bbox": [-115.6215, 32.831333, -115.6215, 32.831333]}, {"id": "4604", "type": "Feature", "properties": {"id": "us2000aldd", "mag": 4.5, "time": 1505295980580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7401, 15.5449, 31.41]}, "bbox": [-94.7401, 15.5449, -94.7401, 15.5449]}, {"id": "4605", "type": "Feature", "properties": {"id": "us2000ald3", "mag": 2.4, "time": 1505295918600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9039, 36.2089, 4.448]}, "bbox": [-98.9039, 36.2089, -98.9039, 36.2089]}, {"id": "4606", "type": "Feature", "properties": {"id": "ak16822468", "mag": 2.5, "time": 1505295654705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2898, 58.6446, 4.6]}, "bbox": [-158.2898, 58.6446, -158.2898, 58.6446]}, {"id": "4607", "type": "Feature", "properties": {"id": "us2000ald0", "mag": 4.3, "time": 1505295123840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5523, -23.5684, 541.35]}, "bbox": [179.5523, -23.5684, 179.5523, -23.5684]}, {"id": "4608", "type": "Feature", "properties": {"id": "ak16822374", "mag": 2.1, "time": 1505294583800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5476, 52.7346, 39.4]}, "bbox": [-166.5476, 52.7346, -166.5476, 52.7346]}, {"id": "4609", "type": "Feature", "properties": {"id": "us2000alcs", "mag": 3.9, "time": 1505294302600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2348, 15.2732, 42.03]}, "bbox": [-94.2348, 15.2732, -94.2348, 15.2732]}, {"id": "4610", "type": "Feature", "properties": {"id": "hv61906586", "mag": 2.11, "time": 1505294188360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.356003, 19.467167, 4.72]}, "bbox": [-155.356003, 19.467167, -155.356003, 19.467167]}, {"id": "4611", "type": "Feature", "properties": {"id": "nc72891726", "mag": 1.09, "time": 1505293695870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793831, 38.822334, 2.17]}, "bbox": [-122.793831, 38.822334, -122.793831, 38.822334]}, {"id": "4612", "type": "Feature", "properties": {"id": "us2000alcf", "mag": 2.6, "time": 1505292526080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4275, 42.596, 6.01]}, "bbox": [-111.4275, 42.596, -111.4275, 42.596]}, {"id": "4613", "type": "Feature", "properties": {"id": "ak16822373", "mag": 1.5, "time": 1505292217097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4702, 60.5679, 7.7]}, "bbox": [-148.4702, 60.5679, -148.4702, 60.5679]}, {"id": "4614", "type": "Feature", "properties": {"id": "nn00604985", "mag": 1.6, "time": 1505292088777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.548, 37.4198, 12.0]}, "bbox": [-115.548, 37.4198, -115.548, 37.4198]}, {"id": "4615", "type": "Feature", "properties": {"id": "nc72891721", "mag": 1.57, "time": 1505290933360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.889333, 39.366167, 10.36]}, "bbox": [-122.889333, 39.366167, -122.889333, 39.366167]}, {"id": "4616", "type": "Feature", "properties": {"id": "ak16822371", "mag": 1.4, "time": 1505290808147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8609, 62.2453, 3.1]}, "bbox": [-153.8609, 62.2453, -153.8609, 62.2453]}, {"id": "4617", "type": "Feature", "properties": {"id": "ak16822294", "mag": 1.5, "time": 1505289269698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7566, 62.9227, 94.6]}, "bbox": [-150.7566, 62.9227, -150.7566, 62.9227]}, {"id": "4618", "type": "Feature", "properties": {"id": "ak16822278", "mag": 1.1, "time": 1505287972451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7433, 64.7476, 3.4]}, "bbox": [-146.7433, 64.7476, -146.7433, 64.7476]}, {"id": "4619", "type": "Feature", "properties": {"id": "ak16822251", "mag": 3.4, "time": 1505287366858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5871, 61.6459, 24.8]}, "bbox": [-145.5871, 61.6459, -145.5871, 61.6459]}, {"id": "4620", "type": "Feature", "properties": {"id": "ak16822240", "mag": 4.2, "time": 1505287337046, "felt": 42.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9213, 62.8983, 79.6]}, "bbox": [-149.9213, 62.8983, -149.9213, 62.8983]}, {"id": "4621", "type": "Feature", "properties": {"id": "us2000albc", "mag": 2.3, "time": 1505286819380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4494, 42.6632, 10.21]}, "bbox": [-111.4494, 42.6632, -111.4494, 42.6632]}, {"id": "4622", "type": "Feature", "properties": {"id": "ak16830527", "mag": 1.8, "time": 1505286603893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0388, 59.8755, 109.6]}, "bbox": [-153.0388, 59.8755, -153.0388, 59.8755]}, {"id": "4623", "type": "Feature", "properties": {"id": "ak16822236", "mag": 1.3, "time": 1505286374065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3111, 60.5579, 12.6]}, "bbox": [-141.3111, 60.5579, -141.3111, 60.5579]}, {"id": "4624", "type": "Feature", "properties": {"id": "nc72891681", "mag": 1.39, "time": 1505286150510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.467, -1.65]}, "bbox": [-118.8285, 37.467, -118.8285, 37.467]}, {"id": "4625", "type": "Feature", "properties": {"id": "ak16822233", "mag": 1.6, "time": 1505285865490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8651, 62.2629, 96.7]}, "bbox": [-151.8651, 62.2629, -151.8651, 62.2629]}, {"id": "4626", "type": "Feature", "properties": {"id": "us2000alb7", "mag": 2.6, "time": 1505285839040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5618, 8.28]}, "bbox": [-111.4177, 42.5618, -111.4177, 42.5618]}, {"id": "4627", "type": "Feature", "properties": {"id": "ak16830523", "mag": 1.7, "time": 1505285675768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1432, 53.7072, 69.4]}, "bbox": [-166.1432, 53.7072, -166.1432, 53.7072]}, {"id": "4628", "type": "Feature", "properties": {"id": "us2000alb2", "mag": 4.5, "time": 1505284765560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.084, -22.1327, 549.09]}, "bbox": [-179.084, -22.1327, -179.084, -22.1327]}, {"id": "4629", "type": "Feature", "properties": {"id": "nn00605030", "mag": 1.1, "time": 1505284250632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9094, 38.3681, 5.4]}, "bbox": [-118.9094, 38.3681, -118.9094, 38.3681]}, {"id": "4630", "type": "Feature", "properties": {"id": "ak16830521", "mag": 1.2, "time": 1505284146176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8175, 60.5189, 13.7]}, "bbox": [-148.8175, 60.5189, -148.8175, 60.5189]}, {"id": "4631", "type": "Feature", "properties": {"id": "us2000alax", "mag": 4.7, "time": 1505283996200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.6079, 13.4506, 10.0]}, "bbox": [147.6079, 13.4506, 147.6079, 13.4506]}, {"id": "4632", "type": "Feature", "properties": {"id": "nc72891656", "mag": 2.62, "time": 1505283657320, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803833, 37.486167, 2.5]}, "bbox": [-118.803833, 37.486167, -118.803833, 37.486167]}, {"id": "4633", "type": "Feature", "properties": {"id": "ci37761831", "mag": 1.06, "time": 1505283115050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.5045, 6.22]}, "bbox": [-116.795667, 33.5045, -116.795667, 33.5045]}, {"id": "4634", "type": "Feature", "properties": {"id": "ak16822160", "mag": 1.4, "time": 1505282783934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9732, 60.9785, 5.5]}, "bbox": [-147.9732, 60.9785, -147.9732, 60.9785]}, {"id": "4635", "type": "Feature", "properties": {"id": "mb80255029", "mag": 1.01, "time": 1505281846410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5335, 46.862167, 10.42]}, "bbox": [-112.5335, 46.862167, -112.5335, 46.862167]}, {"id": "4636", "type": "Feature", "properties": {"id": "ak16822085", "mag": 1.5, "time": 1505279524459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8464, 60.3009, 18.8]}, "bbox": [-144.8464, 60.3009, -144.8464, 60.3009]}, {"id": "4637", "type": "Feature", "properties": {"id": "us2000ala9", "mag": 4.5, "time": 1505279374230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.453, 15.3914, 72.28]}, "bbox": [-93.453, 15.3914, -93.453, 15.3914]}, {"id": "4638", "type": "Feature", "properties": {"id": "ci37761799", "mag": 0.97, "time": 1505279080610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.108167, 34.0375, 6.71]}, "bbox": [-117.108167, 34.0375, -117.108167, 34.0375]}, {"id": "4639", "type": "Feature", "properties": {"id": "ak16830517", "mag": 1.1, "time": 1505278511333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4202, 60.2062, 0.0]}, "bbox": [-141.4202, 60.2062, -141.4202, 60.2062]}, {"id": "4640", "type": "Feature", "properties": {"id": "mb80255024", "mag": 0.95, "time": 1505278401320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.864167, 11.03]}, "bbox": [-112.529833, 46.864167, -112.529833, 46.864167]}, {"id": "4641", "type": "Feature", "properties": {"id": "nc72891626", "mag": 1.1, "time": 1505277590570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.657667, 37.1885, 3.74]}, "bbox": [-121.657667, 37.1885, -121.657667, 37.1885]}, {"id": "4642", "type": "Feature", "properties": {"id": "nc72891621", "mag": 1.74, "time": 1505277415750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.886167, 39.3655, 10.44]}, "bbox": [-122.886167, 39.3655, -122.886167, 39.3655]}, {"id": "4643", "type": "Feature", "properties": {"id": "ak16822082", "mag": 1.6, "time": 1505275993590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0455, 67.102, 9.7]}, "bbox": [-157.0455, 67.102, -157.0455, 67.102]}, {"id": "4644", "type": "Feature", "properties": {"id": "nc72891611", "mag": 1.07, "time": 1505275610780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795, 38.834667, 1.79]}, "bbox": [-122.795, 38.834667, -122.795, 38.834667]}, {"id": "4645", "type": "Feature", "properties": {"id": "ak16822080", "mag": 3.5, "time": 1505275475357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4947, 51.6652, 10.4]}, "bbox": [-178.4947, 51.6652, -178.4947, 51.6652]}, {"id": "4646", "type": "Feature", "properties": {"id": "nc72891606", "mag": 2.64, "time": 1505275168490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793833, 38.835667, 1.89]}, "bbox": [-122.793833, 38.835667, -122.793833, 38.835667]}, {"id": "4647", "type": "Feature", "properties": {"id": "mb80255014", "mag": 0.96, "time": 1505274355010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.537, 46.87, 9.71]}, "bbox": [-112.537, 46.87, -112.537, 46.87]}, {"id": "4648", "type": "Feature", "properties": {"id": "nc72891581", "mag": 0.95, "time": 1505273207520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795166, 38.836666, 1.37]}, "bbox": [-122.795166, 38.836666, -122.795166, 38.836666]}, {"id": "4649", "type": "Feature", "properties": {"id": "mb80255009", "mag": 1.36, "time": 1505273099690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.872333, 11.58]}, "bbox": [-112.536167, 46.872333, -112.536167, 46.872333]}, {"id": "4650", "type": "Feature", "properties": {"id": "pr2017256002", "mag": 2.65, "time": 1505272611930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.4988, 19.1065, 25.0]}, "bbox": [-66.4988, 19.1065, -66.4988, 19.1065]}, {"id": "4651", "type": "Feature", "properties": {"id": "nc72891561", "mag": 0.95, "time": 1505272540610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.796669, 38.836834, 1.67]}, "bbox": [-122.796669, 38.836834, -122.796669, 38.836834]}, {"id": "4652", "type": "Feature", "properties": {"id": "nc72891556", "mag": 1.43, "time": 1505272430980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798333, 38.835167, 1.85]}, "bbox": [-122.798333, 38.835167, -122.798333, 38.835167]}, {"id": "4653", "type": "Feature", "properties": {"id": "nc72891551", "mag": 2.57, "time": 1505272400990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795667, 38.835, 1.82]}, "bbox": [-122.795667, 38.835, -122.795667, 38.835]}, {"id": "4654", "type": "Feature", "properties": {"id": "us2000al90", "mag": 4.7, "time": 1505272023240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.0946, 9.5711, 124.17]}, "bbox": [-73.0946, 9.5711, -73.0946, 9.5711]}, {"id": "4655", "type": "Feature", "properties": {"id": "mb80255004", "mag": 1.06, "time": 1505270988240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.864667, 11.36]}, "bbox": [-112.532, 46.864667, -112.532, 46.864667]}, {"id": "4656", "type": "Feature", "properties": {"id": "us2000al8v", "mag": 4.4, "time": 1505270586710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5721, 15.2889, 34.84]}, "bbox": [-94.5721, 15.2889, -94.5721, 15.2889]}, {"id": "4657", "type": "Feature", "properties": {"id": "ci37761727", "mag": 1.4, "time": 1505270305170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.643667, 34.5065, 17.68]}, "bbox": [-118.643667, 34.5065, -118.643667, 34.5065]}, {"id": "4658", "type": "Feature", "properties": {"id": "ak16822007", "mag": 1.0, "time": 1505269102037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6691, 63.5608, 10.3]}, "bbox": [-150.6691, 63.5608, -150.6691, 63.5608]}, {"id": "4659", "type": "Feature", "properties": {"id": "pr2017256000", "mag": 3.12, "time": 1505269072880, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5123, 19.091, 21.0]}, "bbox": [-66.5123, 19.091, -66.5123, 19.091]}, {"id": "4660", "type": "Feature", "properties": {"id": "nc72891541", "mag": 1.06, "time": 1505268817240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.517833, 36.804167, 4.87]}, "bbox": [-121.517833, 36.804167, -121.517833, 36.804167]}, {"id": "4661", "type": "Feature", "properties": {"id": "ak16821999", "mag": 1.7, "time": 1505268378179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2198, 61.7575, 9.7]}, "bbox": [-148.2198, 61.7575, -148.2198, 61.7575]}, {"id": "4662", "type": "Feature", "properties": {"id": "us2000al86", "mag": 5.0, "time": 1505268098300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5276, 15.1558, 14.07]}, "bbox": [-94.5276, 15.1558, -94.5276, 15.1558]}, {"id": "4663", "type": "Feature", "properties": {"id": "mb80254989", "mag": 1.38, "time": 1505267929610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540667, 46.872333, 11.48]}, "bbox": [-112.540667, 46.872333, -112.540667, 46.872333]}, {"id": "4664", "type": "Feature", "properties": {"id": "mb80254984", "mag": 0.99, "time": 1505267728460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5535, 46.8885, 10.76]}, "bbox": [-112.5535, 46.8885, -112.5535, 46.8885]}, {"id": "4665", "type": "Feature", "properties": {"id": "ak16821934", "mag": 1.1, "time": 1505267091152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2406, 64.8451, 3.5]}, "bbox": [-151.2406, 64.8451, -151.2406, 64.8451]}, {"id": "4666", "type": "Feature", "properties": {"id": "nc72891516", "mag": 1.94, "time": 1505266613010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.366833, 40.4805, 29.25]}, "bbox": [-123.366833, 40.4805, -123.366833, 40.4805]}, {"id": "4667", "type": "Feature", "properties": {"id": "pr2017256001", "mag": 3.05, "time": 1505266581450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5053, 19.0955, 25.0]}, "bbox": [-66.5053, 19.0955, -66.5053, 19.0955]}, {"id": "4668", "type": "Feature", "properties": {"id": "ci37761639", "mag": 2.16, "time": 1505265949130, "felt": 80.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768667, 33.774833, 2.9]}, "bbox": [-117.768667, 33.774833, -117.768667, 33.774833]}, {"id": "4669", "type": "Feature", "properties": {"id": "ak16821933", "mag": 1.0, "time": 1505265920217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4031, 60.2216, 0.0]}, "bbox": [-141.4031, 60.2216, -141.4031, 60.2216]}, {"id": "4670", "type": "Feature", "properties": {"id": "ci37761631", "mag": 1.35, "time": 1505265794450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.333667, 32.933167, 11.47]}, "bbox": [-116.333667, 32.933167, -116.333667, 32.933167]}, {"id": "4671", "type": "Feature", "properties": {"id": "ak16821931", "mag": 1.3, "time": 1505265469603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5511, 61.3707, 12.3]}, "bbox": [-147.5511, 61.3707, -147.5511, 61.3707]}, {"id": "4672", "type": "Feature", "properties": {"id": "us2000al7y", "mag": 4.1, "time": 1505265414270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4234, 15.3254, 35.74]}, "bbox": [-94.4234, 15.3254, -94.4234, 15.3254]}, {"id": "4673", "type": "Feature", "properties": {"id": "ak16821926", "mag": 2.1, "time": 1505265047390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5313, 60.6712, 14.9]}, "bbox": [-146.5313, 60.6712, -146.5313, 60.6712]}, {"id": "4674", "type": "Feature", "properties": {"id": "ak16821924", "mag": 1.7, "time": 1505264772966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5006, 65.2775, 11.4]}, "bbox": [-158.5006, 65.2775, -158.5006, 65.2775]}, {"id": "4675", "type": "Feature", "properties": {"id": "us2000al7s", "mag": 4.1, "time": 1505263876510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.3188, 15.5954, 29.98]}, "bbox": [-95.3188, 15.5954, -95.3188, 15.5954]}, {"id": "4676", "type": "Feature", "properties": {"id": "hv61906111", "mag": 1.46, "time": 1505262900730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.538167, 19.256333, 8.429]}, "bbox": [-155.538167, 19.256333, -155.538167, 19.256333]}, {"id": "4677", "type": "Feature", "properties": {"id": "nc72891421", "mag": 1.92, "time": 1505262602400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.273167, 36.148167, 8.47]}, "bbox": [-120.273167, 36.148167, -120.273167, 36.148167]}, {"id": "4678", "type": "Feature", "properties": {"id": "hv61906101", "mag": 2.02, "time": 1505262046800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.276672, 19.404333, 0.19]}, "bbox": [-155.276672, 19.404333, -155.276672, 19.404333]}, {"id": "4679", "type": "Feature", "properties": {"id": "nc72891406", "mag": 1.7, "time": 1505261981400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.865667, 36.439667, 6.7]}, "bbox": [-120.865667, 36.439667, -120.865667, 36.439667]}, {"id": "4680", "type": "Feature", "properties": {"id": "us2000al7a", "mag": 3.9, "time": 1505261942310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.399, 14.9659, 29.81]}, "bbox": [-94.399, 14.9659, -94.399, 14.9659]}, {"id": "4681", "type": "Feature", "properties": {"id": "hv61906081", "mag": 1.94, "time": 1505261244650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.535, 19.849, 23.752]}, "bbox": [-155.535, 19.849, -155.535, 19.849]}, {"id": "4682", "type": "Feature", "properties": {"id": "ci37761535", "mag": 1.56, "time": 1505261179000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165833, 34.0375, 5.82]}, "bbox": [-117.165833, 34.0375, -117.165833, 34.0375]}, {"id": "4683", "type": "Feature", "properties": {"id": "ak16850793", "mag": 2.2, "time": 1505260675964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4757, 53.3828, 38.3]}, "bbox": [-164.4757, 53.3828, -164.4757, 53.3828]}, {"id": "4684", "type": "Feature", "properties": {"id": "ak16821817", "mag": 1.0, "time": 1505258496556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.5762, 67.0334, 2.1]}, "bbox": [-144.5762, 67.0334, -144.5762, 67.0334]}, {"id": "4685", "type": "Feature", "properties": {"id": "uw61306902", "mag": 1.1, "time": 1505258286020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.374667, 45.693833, -0.9]}, "bbox": [-122.374667, 45.693833, -122.374667, 45.693833]}, {"id": "4686", "type": "Feature", "properties": {"id": "us2000al6d", "mag": 4.9, "time": 1505257835180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4621, 58.0975, 10.0]}, "bbox": [-32.4621, 58.0975, -32.4621, 58.0975]}, {"id": "4687", "type": "Feature", "properties": {"id": "ci37761503", "mag": 1.49, "time": 1505257449290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.675833, 35.043, -0.82]}, "bbox": [-117.675833, 35.043, -117.675833, 35.043]}, {"id": "4688", "type": "Feature", "properties": {"id": "ak16821811", "mag": 1.3, "time": 1505256864247, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3463, 64.994, 0.0]}, "bbox": [-147.3463, 64.994, -147.3463, 64.994]}, {"id": "4689", "type": "Feature", "properties": {"id": "hv61905981", "mag": 1.81, "time": 1505256516770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.543333, 19.851167, 24.833]}, "bbox": [-155.543333, 19.851167, -155.543333, 19.851167]}, {"id": "4690", "type": "Feature", "properties": {"id": "ak16821806", "mag": 2.7, "time": 1505256286618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4621, 65.79, 5.3]}, "bbox": [-164.4621, 65.79, -164.4621, 65.79]}, {"id": "4691", "type": "Feature", "properties": {"id": "ak16821804", "mag": 1.5, "time": 1505255958164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3411, 61.6898, 7.2]}, "bbox": [-148.3411, 61.6898, -148.3411, 61.6898]}, {"id": "4692", "type": "Feature", "properties": {"id": "us2000al5m", "mag": 4.0, "time": 1505255324930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8843, -20.2485, 15.05]}, "bbox": [-70.8843, -20.2485, -70.8843, -20.2485]}, {"id": "4693", "type": "Feature", "properties": {"id": "us2000al5h", "mag": 4.8, "time": 1505254407650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.3543, 58.0241, 10.0]}, "bbox": [-32.3543, 58.0241, -32.3543, 58.0241]}, {"id": "4694", "type": "Feature", "properties": {"id": "nc72891326", "mag": 1.22, "time": 1505251854350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794833, 38.819333, 2.91]}, "bbox": [-122.794833, 38.819333, -122.794833, 38.819333]}, {"id": "4695", "type": "Feature", "properties": {"id": "ci37761407", "mag": 1.17, "time": 1505251524970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.193167, 34.9985, -0.8]}, "bbox": [-118.193167, 34.9985, -118.193167, 34.9985]}, {"id": "4696", "type": "Feature", "properties": {"id": "us2000al44", "mag": 4.6, "time": 1505250860230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4259, 58.0753, 10.0]}, "bbox": [-32.4259, 58.0753, -32.4259, 58.0753]}, {"id": "4697", "type": "Feature", "properties": {"id": "ak16821734", "mag": 1.5, "time": 1505250673775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.907, 60.3564, 8.9]}, "bbox": [-141.907, 60.3564, -141.907, 60.3564]}, {"id": "4698", "type": "Feature", "properties": {"id": "us2000al3g", "mag": 4.9, "time": 1505250247360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4208, 58.165, 10.0]}, "bbox": [-32.4208, 58.165, -32.4208, 58.165]}, {"id": "4699", "type": "Feature", "properties": {"id": "nc72891306", "mag": 1.1, "time": 1505250244890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.604167, 3.81]}, "bbox": [-118.819333, 37.604167, -118.819333, 37.604167]}, {"id": "4700", "type": "Feature", "properties": {"id": "ci37761383", "mag": 1.74, "time": 1505250166450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.805333, 33.691833, 15.39]}, "bbox": [-116.805333, 33.691833, -116.805333, 33.691833]}, {"id": "4701", "type": "Feature", "properties": {"id": "ci37761375", "mag": 1.49, "time": 1505248746150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3685, 33.956333, 12.98]}, "bbox": [-118.3685, 33.956333, -118.3685, 33.956333]}, {"id": "4702", "type": "Feature", "properties": {"id": "ci37761367", "mag": 1.03, "time": 1505248730160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.575167, 33.465333, 9.81]}, "bbox": [-116.575167, 33.465333, -116.575167, 33.465333]}, {"id": "4703", "type": "Feature", "properties": {"id": "us2000al2x", "mag": 4.8, "time": 1505248700330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.19, -15.0799, 144.26]}, "bbox": [-174.19, -15.0799, -174.19, -15.0799]}, {"id": "4704", "type": "Feature", "properties": {"id": "nc72891286", "mag": 2.07, "time": 1505247727770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 39.603833, -0.21]}, "bbox": [-121.5795, 39.603833, -121.5795, 39.603833]}, {"id": "4705", "type": "Feature", "properties": {"id": "ak16821575", "mag": 1.5, "time": 1505247191039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9811, 64.7032, 15.8]}, "bbox": [-148.9811, 64.7032, -148.9811, 64.7032]}, {"id": "4706", "type": "Feature", "properties": {"id": "us2000al1n", "mag": 2.7, "time": 1505247025290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3683, 36.7446, 14.63]}, "bbox": [-98.3683, 36.7446, -98.3683, 36.7446]}, {"id": "4707", "type": "Feature", "properties": {"id": "nc72891281", "mag": 1.59, "time": 1505246933110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.839, 2.11]}, "bbox": [-122.827333, 38.839, -122.827333, 38.839]}, {"id": "4708", "type": "Feature", "properties": {"id": "us2000al1t", "mag": 4.3, "time": 1505246854930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4239, 15.7169, 52.92]}, "bbox": [-94.4239, 15.7169, -94.4239, 15.7169]}, {"id": "4709", "type": "Feature", "properties": {"id": "nc72891276", "mag": 1.98, "time": 1505246713670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.876833, 37.8095, 14.44]}, "bbox": [-121.876833, 37.8095, -121.876833, 37.8095]}, {"id": "4710", "type": "Feature", "properties": {"id": "ak16850781", "mag": 1.8, "time": 1505246486363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5902, 57.2026, 44.2]}, "bbox": [-154.5902, 57.2026, -154.5902, 57.2026]}, {"id": "4711", "type": "Feature", "properties": {"id": "ci37761335", "mag": 0.96, "time": 1505246263650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.759333, 33.8575, 5.49]}, "bbox": [-117.759333, 33.8575, -117.759333, 33.8575]}, {"id": "4712", "type": "Feature", "properties": {"id": "ci37761319", "mag": 2.18, "time": 1505245563030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.385, 32.3285, 10.39]}, "bbox": [-115.385, 32.3285, -115.385, 32.3285]}, {"id": "4713", "type": "Feature", "properties": {"id": "ak16850780", "mag": 3.0, "time": 1505245054736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5817, 52.3665, 32.8]}, "bbox": [-170.5817, 52.3665, -170.5817, 52.3665]}, {"id": "4714", "type": "Feature", "properties": {"id": "ak16821568", "mag": 1.3, "time": 1505244764083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4179, 63.5705, 4.4]}, "bbox": [-147.4179, 63.5705, -147.4179, 63.5705]}, {"id": "4715", "type": "Feature", "properties": {"id": "nc72891271", "mag": 2.16, "time": 1505244492580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.146667, 40.211833, 2.94]}, "bbox": [-121.146667, 40.211833, -121.146667, 40.211833]}, {"id": "4716", "type": "Feature", "properties": {"id": "nc72891266", "mag": 1.1, "time": 1505244145950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.875667, 38.839667, 2.2]}, "bbox": [-122.875667, 38.839667, -122.875667, 38.839667]}, {"id": "4717", "type": "Feature", "properties": {"id": "us2000al0z", "mag": 4.4, "time": 1505243754080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7715, -21.9227, 347.97]}, "bbox": [-177.7715, -21.9227, -177.7715, -21.9227]}, {"id": "4718", "type": "Feature", "properties": {"id": "ak16821516", "mag": 1.4, "time": 1505243650979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5267, 60.0018, 0.0]}, "bbox": [-139.5267, 60.0018, -139.5267, 60.0018]}, {"id": "4719", "type": "Feature", "properties": {"id": "ak16821564", "mag": 1.6, "time": 1505243467122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2171, 59.7927, 8.0]}, "bbox": [-159.2171, 59.7927, -159.2171, 59.7927]}, {"id": "4720", "type": "Feature", "properties": {"id": "us2000akzt", "mag": 4.7, "time": 1505243351270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.2455, 58.0337, 10.0]}, "bbox": [-32.2455, 58.0337, -32.2455, 58.0337]}, {"id": "4721", "type": "Feature", "properties": {"id": "us2000akzf", "mag": 4.3, "time": 1505243172030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6417, 15.6677, 51.24]}, "bbox": [-94.6417, 15.6677, -94.6417, 15.6677]}, {"id": "4722", "type": "Feature", "properties": {"id": "us2000akyq", "mag": 4.4, "time": 1505241724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 16.3622, 66.45]}, "bbox": [-94.9743, 16.3622, -94.9743, 16.3622]}, {"id": "4723", "type": "Feature", "properties": {"id": "nc72891231", "mag": 1.19, "time": 1505241397800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.244667, 39.3805, 3.22]}, "bbox": [-123.244667, 39.3805, -123.244667, 39.3805]}, {"id": "4724", "type": "Feature", "properties": {"id": "us2000akyh", "mag": 4.4, "time": 1505241368140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5996, 15.3334, 74.72]}, "bbox": [-93.5996, 15.3334, -93.5996, 15.3334]}, {"id": "4725", "type": "Feature", "properties": {"id": "us2000aky8", "mag": 4.6, "time": 1505240973270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0643, 15.2212, 44.65]}, "bbox": [-94.0643, 15.2212, -94.0643, 15.2212]}, {"id": "4726", "type": "Feature", "properties": {"id": "ak16850775", "mag": 1.7, "time": 1505240703529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2159, 59.366, 81.6]}, "bbox": [-153.2159, 59.366, -153.2159, 59.366]}, {"id": "4727", "type": "Feature", "properties": {"id": "us2000akxq", "mag": 2.8, "time": 1505240585080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4572, 42.5165, 8.78]}, "bbox": [-111.4572, 42.5165, -111.4572, 42.5165]}, {"id": "4728", "type": "Feature", "properties": {"id": "ak16821457", "mag": 1.1, "time": 1505238948365, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1631, 60.0754, 0.0]}, "bbox": [-141.1631, 60.0754, -141.1631, 60.0754]}, {"id": "4729", "type": "Feature", "properties": {"id": "ak16850772", "mag": 1.0, "time": 1505238898070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2683, 61.5446, 35.4]}, "bbox": [-146.2683, 61.5446, -146.2683, 61.5446]}, {"id": "4730", "type": "Feature", "properties": {"id": "hv61905641", "mag": 2.1, "time": 1505238187460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.247667, 19.393167, 36.582]}, "bbox": [-155.247667, 19.393167, -155.247667, 19.393167]}, {"id": "4731", "type": "Feature", "properties": {"id": "us2000aq68", "mag": 2.8, "time": 1505237765880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.9785, 55.7766, 56.2]}, "bbox": [-158.9785, 55.7766, -158.9785, 55.7766]}, {"id": "4732", "type": "Feature", "properties": {"id": "us2000akwr", "mag": 4.3, "time": 1505237620800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.6779, -5.2108, 218.06]}, "bbox": [129.6779, -5.2108, 129.6779, -5.2108]}, {"id": "4733", "type": "Feature", "properties": {"id": "ak16821449", "mag": 2.3, "time": 1505236529463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4402, 53.5209, 13.2]}, "bbox": [-167.4402, 53.5209, -167.4402, 53.5209]}, {"id": "4734", "type": "Feature", "properties": {"id": "ak16821379", "mag": 2.4, "time": 1505235536293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4636, 60.5717, 9.3]}, "bbox": [-148.4636, 60.5717, -148.4636, 60.5717]}, {"id": "4735", "type": "Feature", "properties": {"id": "us2000akvp", "mag": 4.5, "time": 1505235493410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2449, 15.2798, 73.2]}, "bbox": [-93.2449, 15.2798, -93.2449, 15.2798]}, {"id": "4736", "type": "Feature", "properties": {"id": "us2000aq63", "mag": 3.1, "time": 1505235473870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.5043, 53.6304, 25.8]}, "bbox": [-167.5043, 53.6304, -167.5043, 53.6304]}, {"id": "4737", "type": "Feature", "properties": {"id": "ak16821334", "mag": 1.0, "time": 1505235138364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7095, 60.5946, 14.1]}, "bbox": [-142.7095, 60.5946, -142.7095, 60.5946]}, {"id": "4738", "type": "Feature", "properties": {"id": "nc72891191", "mag": 1.63, "time": 1505235102110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.444167, 37.384167, 12.11]}, "bbox": [-118.444167, 37.384167, -118.444167, 37.384167]}, {"id": "4739", "type": "Feature", "properties": {"id": "us2000akwm", "mag": 4.6, "time": 1505234310180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-58.4081, 13.9047, 20.6]}, "bbox": [-58.4081, 13.9047, -58.4081, 13.9047]}, {"id": "4740", "type": "Feature", "properties": {"id": "ak16821326", "mag": 1.9, "time": 1505234239386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7021, 63.9919, 0.0]}, "bbox": [-148.7021, 63.9919, -148.7021, 63.9919]}, {"id": "4741", "type": "Feature", "properties": {"id": "ci37761199", "mag": 1.12, "time": 1505233979950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.139333, 35.857167, 3.42]}, "bbox": [-116.139333, 35.857167, -116.139333, 35.857167]}, {"id": "4742", "type": "Feature", "properties": {"id": "ak16821324", "mag": 1.0, "time": 1505233378354, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8118, 65.9855, 3.7]}, "bbox": [-151.8118, 65.9855, -151.8118, 65.9855]}, {"id": "4743", "type": "Feature", "properties": {"id": "ak16821323", "mag": 2.3, "time": 1505232589454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3915, 52.0051, 11.7]}, "bbox": [-176.3915, 52.0051, -176.3915, 52.0051]}, {"id": "4744", "type": "Feature", "properties": {"id": "nc72891166", "mag": 1.17, "time": 1505232534860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.976167, 37.596833, 8.18]}, "bbox": [-121.976167, 37.596833, -121.976167, 37.596833]}, {"id": "4745", "type": "Feature", "properties": {"id": "us2000akua", "mag": 4.5, "time": 1505231911880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.3156, -7.5665, 115.97]}, "bbox": [129.3156, -7.5665, 129.3156, -7.5665]}, {"id": "4746", "type": "Feature", "properties": {"id": "ci37761183", "mag": 1.38, "time": 1505231682740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.031667, 33.866, 11.4]}, "bbox": [-117.031667, 33.866, -117.031667, 33.866]}, {"id": "4747", "type": "Feature", "properties": {"id": "nc72891131", "mag": 1.13, "time": 1505231490780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605, 4.21]}, "bbox": [-118.821167, 37.605, -118.821167, 37.605]}, {"id": "4748", "type": "Feature", "properties": {"id": "us2000aq60", "mag": 3.4, "time": 1505230949090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.7818, 52.0274, 61.84]}, "bbox": [-171.7818, 52.0274, -171.7818, 52.0274]}, {"id": "4749", "type": "Feature", "properties": {"id": "us2000akty", "mag": 4.1, "time": 1505230831380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0909, 55.1751, 22.8]}, "bbox": [-157.0909, 55.1751, -157.0909, 55.1751]}, {"id": "4750", "type": "Feature", "properties": {"id": "us2000asax", "mag": 4.2, "time": 1505230532990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.919, -24.5557, 553.9]}, "bbox": [-179.919, -24.5557, -179.919, -24.5557]}, {"id": "4751", "type": "Feature", "properties": {"id": "us2000aktu", "mag": 5.0, "time": 1505230101200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9204, 15.0356, 34.73]}, "bbox": [-93.9204, 15.0356, -93.9204, 15.0356]}, {"id": "4752", "type": "Feature", "properties": {"id": "ci37761159", "mag": 0.99, "time": 1505229927560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794, 33.505667, 4.44]}, "bbox": [-116.794, 33.505667, -116.794, 33.505667]}, {"id": "4753", "type": "Feature", "properties": {"id": "us2000akts", "mag": 4.4, "time": 1505229916500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4589, 15.8693, 40.82]}, "bbox": [-94.4589, 15.8693, -94.4589, 15.8693]}, {"id": "4754", "type": "Feature", "properties": {"id": "ak16850759", "mag": 2.0, "time": 1505229684203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4729, 57.3614, 66.0]}, "bbox": [-155.4729, 57.3614, -155.4729, 57.3614]}, {"id": "4755", "type": "Feature", "properties": {"id": "us2000asau", "mag": 4.5, "time": 1505228968140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.2892, -30.4261, 12.38]}, "bbox": [-177.2892, -30.4261, -177.2892, -30.4261]}, {"id": "4756", "type": "Feature", "properties": {"id": "us2000akt9", "mag": 4.7, "time": 1505227714260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.6472, -14.1046, 43.3]}, "bbox": [167.6472, -14.1046, 167.6472, -14.1046]}, {"id": "4757", "type": "Feature", "properties": {"id": "ak16821264", "mag": 1.4, "time": 1505227661290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5591, 61.6356, 28.9]}, "bbox": [-149.5591, 61.6356, -149.5591, 61.6356]}, {"id": "4758", "type": "Feature", "properties": {"id": "ak16821262", "mag": 1.8, "time": 1505227098718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5176, 60.4846, 107.4]}, "bbox": [-152.5176, 60.4846, -152.5176, 60.4846]}, {"id": "4759", "type": "Feature", "properties": {"id": "pr2017255006", "mag": 3.11, "time": 1505226988680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8866, 18.066, 112.0]}, "bbox": [-67.8866, 18.066, -67.8866, 18.066]}, {"id": "4760", "type": "Feature", "properties": {"id": "ak16821260", "mag": 1.3, "time": 1505226855029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.482, 62.559, 83.4]}, "bbox": [-151.482, 62.559, -151.482, 62.559]}, {"id": "4761", "type": "Feature", "properties": {"id": "ci37761111", "mag": 1.33, "time": 1505226544460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166, 34.036, 5.82]}, "bbox": [-117.166, 34.036, -117.166, 34.036]}, {"id": "4762", "type": "Feature", "properties": {"id": "nc72891096", "mag": 1.34, "time": 1505226449930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7255, 38.788667, 1.77]}, "bbox": [-122.7255, 38.788667, -122.7255, 38.788667]}, {"id": "4763", "type": "Feature", "properties": {"id": "ak16850755", "mag": 1.5, "time": 1505226255965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5898, 60.4951, 99.5]}, "bbox": [-152.5898, 60.4951, -152.5898, 60.4951]}, {"id": "4764", "type": "Feature", "properties": {"id": "uu60244417", "mag": 1.65, "time": 1505226014340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.334667, 44.621667, 2.11]}, "bbox": [-110.334667, 44.621667, -110.334667, 44.621667]}, {"id": "4765", "type": "Feature", "properties": {"id": "us2000aq5x", "mag": 3.1, "time": 1505225597950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.3403, 52.1694, 67.96]}, "bbox": [-171.3403, 52.1694, -171.3403, 52.1694]}, {"id": "4766", "type": "Feature", "properties": {"id": "uu60244407", "mag": 1.34, "time": 1505225495130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.467, 42.663667, 3.54]}, "bbox": [-111.467, 42.663667, -111.467, 42.663667]}, {"id": "4767", "type": "Feature", "properties": {"id": "ak16821259", "mag": 1.2, "time": 1505225438730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3559, 60.1768, 0.0]}, "bbox": [-141.3559, 60.1768, -141.3559, 60.1768]}, {"id": "4768", "type": "Feature", "properties": {"id": "ak16821258", "mag": 1.2, "time": 1505225170339, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1399, 60.3035, 0.0]}, "bbox": [-141.1399, 60.3035, -141.1399, 60.3035]}, {"id": "4769", "type": "Feature", "properties": {"id": "ak16821221", "mag": 1.0, "time": 1505223846302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7846, 53.7799, 6.7]}, "bbox": [-166.7846, 53.7799, -166.7846, 53.7799]}, {"id": "4770", "type": "Feature", "properties": {"id": "ak16821217", "mag": 1.4, "time": 1505223357390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7209, 60.3452, 65.8]}, "bbox": [-151.7209, 60.3452, -151.7209, 60.3452]}, {"id": "4771", "type": "Feature", "properties": {"id": "hv61905526", "mag": 1.72, "time": 1505223290340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.929167, 19.870667, 12.697]}, "bbox": [-155.929167, 19.870667, -155.929167, 19.870667]}, {"id": "4772", "type": "Feature", "properties": {"id": "ak16821215", "mag": 1.4, "time": 1505223177976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.314, 60.1844, 0.0]}, "bbox": [-141.314, 60.1844, -141.314, 60.1844]}, {"id": "4773", "type": "Feature", "properties": {"id": "uu60244352", "mag": 2.41, "time": 1505222826990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443167, 42.595, 3.5]}, "bbox": [-111.443167, 42.595, -111.443167, 42.595]}, {"id": "4774", "type": "Feature", "properties": {"id": "ak16821210", "mag": 1.0, "time": 1505222200792, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0089, 61.3182, 28.6]}, "bbox": [-146.0089, 61.3182, -146.0089, 61.3182]}, {"id": "4775", "type": "Feature", "properties": {"id": "us2000akri", "mag": 2.9, "time": 1505221931200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9201, 36.2062, 6.163]}, "bbox": [-98.9201, 36.2062, -98.9201, 36.2062]}, {"id": "4776", "type": "Feature", "properties": {"id": "ak16821207", "mag": 2.0, "time": 1505221802809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9996, 62.229, 72.4]}, "bbox": [-150.9996, 62.229, -150.9996, 62.229]}, {"id": "4777", "type": "Feature", "properties": {"id": "us2000akrz", "mag": 2.5, "time": 1505220235620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5432, 46.8852, 12.06]}, "bbox": [-112.5432, 46.8852, -112.5432, 46.8852]}, {"id": "4778", "type": "Feature", "properties": {"id": "ak16821169", "mag": 1.1, "time": 1505219786301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9544, 67.3188, 9.6]}, "bbox": [-147.9544, 67.3188, -147.9544, 67.3188]}, {"id": "4779", "type": "Feature", "properties": {"id": "ak16821166", "mag": 1.0, "time": 1505219272070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.0159, 59.8987, 11.0]}, "bbox": [-141.0159, 59.8987, -141.0159, 59.8987]}, {"id": "4780", "type": "Feature", "properties": {"id": "nc72891076", "mag": 1.16, "time": 1505219059140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.602667, 4.12]}, "bbox": [-118.820667, 37.602667, -118.820667, 37.602667]}, {"id": "4781", "type": "Feature", "properties": {"id": "ci37761079", "mag": 1.06, "time": 1505218941580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.819667, 33.71, 15.77]}, "bbox": [-116.819667, 33.71, -116.819667, 33.71]}, {"id": "4782", "type": "Feature", "properties": {"id": "ak16850742", "mag": 2.4, "time": 1505218654701, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4252, 51.6857, 14.4]}, "bbox": [-178.4252, 51.6857, -178.4252, 51.6857]}, {"id": "4783", "type": "Feature", "properties": {"id": "ak16821165", "mag": 1.0, "time": 1505218329490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4876, 60.0043, 0.0]}, "bbox": [-139.4876, 60.0043, -139.4876, 60.0043]}, {"id": "4784", "type": "Feature", "properties": {"id": "ak16821163", "mag": 1.3, "time": 1505217760897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4102, 62.0418, 78.9]}, "bbox": [-151.4102, 62.0418, -151.4102, 62.0418]}, {"id": "4785", "type": "Feature", "properties": {"id": "nc72891061", "mag": 0.96, "time": 1505217348960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.826333, 37.602833, 3.87]}, "bbox": [-118.826333, 37.602833, -118.826333, 37.602833]}, {"id": "4786", "type": "Feature", "properties": {"id": "ak16821126", "mag": 1.3, "time": 1505216937519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1452, 62.8895, 56.9]}, "bbox": [-148.1452, 62.8895, -148.1452, 62.8895]}, {"id": "4787", "type": "Feature", "properties": {"id": "ak16821125", "mag": 1.1, "time": 1505216743699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6326, 60.2201, 0.0]}, "bbox": [-141.6326, 60.2201, -141.6326, 60.2201]}, {"id": "4788", "type": "Feature", "properties": {"id": "ak16821120", "mag": 1.7, "time": 1505216018269, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0049, 60.6518, 14.8]}, "bbox": [-148.0049, 60.6518, -148.0049, 60.6518]}, {"id": "4789", "type": "Feature", "properties": {"id": "ak16821119", "mag": 1.5, "time": 1505215652902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8093, 53.7706, 8.0]}, "bbox": [-166.8093, 53.7706, -166.8093, 53.7706]}, {"id": "4790", "type": "Feature", "properties": {"id": "us2000akpn", "mag": 4.7, "time": 1505215606400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.7514, 27.9618, 35.0]}, "bbox": [101.7514, 27.9618, 101.7514, 27.9618]}, {"id": "4791", "type": "Feature", "properties": {"id": "ak16850734", "mag": 1.1, "time": 1505215354092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0512, 61.2674, 7.5]}, "bbox": [-147.0512, 61.2674, -147.0512, 61.2674]}, {"id": "4792", "type": "Feature", "properties": {"id": "us2000akpc", "mag": 4.2, "time": 1505214378050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8032, 16.1985, 37.2]}, "bbox": [-94.8032, 16.1985, -94.8032, 16.1985]}, {"id": "4793", "type": "Feature", "properties": {"id": "uu60244277", "mag": 1.7, "time": 1505214238510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.430167, 38.334333, 2.58]}, "bbox": [-112.430167, 38.334333, -112.430167, 38.334333]}, {"id": "4794", "type": "Feature", "properties": {"id": "ak16821114", "mag": 1.9, "time": 1505213809149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8883, 61.2794, 95.0]}, "bbox": [-151.8883, 61.2794, -151.8883, 61.2794]}, {"id": "4795", "type": "Feature", "properties": {"id": "nc72891031", "mag": 1.31, "time": 1505213535320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.861167, 37.426667, 3.97]}, "bbox": [-118.861167, 37.426667, -118.861167, 37.426667]}, {"id": "4796", "type": "Feature", "properties": {"id": "uu60244252", "mag": 1.02, "time": 1505213356870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.007333, 44.7855, 7.95]}, "bbox": [-111.007333, 44.7855, -111.007333, 44.7855]}, {"id": "4797", "type": "Feature", "properties": {"id": "ak16821079", "mag": 1.4, "time": 1505212565937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7135, 59.8217, 2.0]}, "bbox": [-136.7135, 59.8217, -136.7135, 59.8217]}, {"id": "4798", "type": "Feature", "properties": {"id": "nc72891026", "mag": 1.86, "time": 1505212446760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 35.832333, 9.72]}, "bbox": [-119.801833, 35.832333, -119.801833, 35.832333]}, {"id": "4799", "type": "Feature", "properties": {"id": "uw61306757", "mag": 1.64, "time": 1505211458410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.728833, 46.841667, -2.2]}, "bbox": [-121.728833, 46.841667, -121.728833, 46.841667]}, {"id": "4800", "type": "Feature", "properties": {"id": "ak16821074", "mag": 1.9, "time": 1505210888686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7981, 61.0848, 49.4]}, "bbox": [-150.7981, 61.0848, -150.7981, 61.0848]}, {"id": "4801", "type": "Feature", "properties": {"id": "ci37761007", "mag": 0.97, "time": 1505210308130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.34, 33.3915, 3.45]}, "bbox": [-116.34, 33.3915, -116.34, 33.3915]}, {"id": "4802", "type": "Feature", "properties": {"id": "ak16821073", "mag": 1.0, "time": 1505210226661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8733, 61.5592, 31.2]}, "bbox": [-148.8733, 61.5592, -148.8733, 61.5592]}, {"id": "4803", "type": "Feature", "properties": {"id": "us2000aknn", "mag": 4.7, "time": 1505209925680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.31, -20.0675, 10.0]}, "bbox": [-173.31, -20.0675, -173.31, -20.0675]}, {"id": "4804", "type": "Feature", "properties": {"id": "ak16850728", "mag": 1.6, "time": 1505209600286, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4588, 61.074, 107.6]}, "bbox": [-152.4588, 61.074, -152.4588, 61.074]}, {"id": "4805", "type": "Feature", "properties": {"id": "uu60244207", "mag": 2.1, "time": 1505209143550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.465333, 42.608333, 2.53]}, "bbox": [-111.465333, 42.608333, -111.465333, 42.608333]}, {"id": "4806", "type": "Feature", "properties": {"id": "ak16850727", "mag": 1.6, "time": 1505208401509, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2489, 60.3172, 132.5]}, "bbox": [-153.2489, 60.3172, -153.2489, 60.3172]}, {"id": "4807", "type": "Feature", "properties": {"id": "ak16821071", "mag": 1.7, "time": 1505208310612, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6819, 58.4203, 78.0]}, "bbox": [-153.6819, 58.4203, -153.6819, 58.4203]}, {"id": "4808", "type": "Feature", "properties": {"id": "us2000aknb", "mag": 4.4, "time": 1505208006490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7329, 15.7927, 47.14]}, "bbox": [-94.7329, 15.7927, -94.7329, 15.7927]}, {"id": "4809", "type": "Feature", "properties": {"id": "ak16821038", "mag": 1.4, "time": 1505207062279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7269, 62.2754, 47.5]}, "bbox": [-149.7269, 62.2754, -149.7269, 62.2754]}, {"id": "4810", "type": "Feature", "properties": {"id": "pr2017255004", "mag": 3.01, "time": 1505207032870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.6503, 18.1753, 12.0]}, "bbox": [-67.6503, 18.1753, -67.6503, 18.1753]}, {"id": "4811", "type": "Feature", "properties": {"id": "ak16821031", "mag": 2.4, "time": 1505206694908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4161, 60.188, 103.5]}, "bbox": [-152.4161, 60.188, -152.4161, 60.188]}, {"id": "4812", "type": "Feature", "properties": {"id": "hv61905311", "mag": 2.02, "time": 1505206056030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.975333, 19.557, 44.801]}, "bbox": [-155.975333, 19.557, -155.975333, 19.557]}, {"id": "4813", "type": "Feature", "properties": {"id": "ak16821027", "mag": 2.1, "time": 1505205093842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4164, 57.0134, 65.4]}, "bbox": [-155.4164, 57.0134, -155.4164, 57.0134]}, {"id": "4814", "type": "Feature", "properties": {"id": "us2000aq5l", "mag": 3.0, "time": 1505204765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2778, 52.1101, 228.97]}, "bbox": [-174.2778, 52.1101, -174.2778, 52.1101]}, {"id": "4815", "type": "Feature", "properties": {"id": "nm60179282", "mag": 1.12, "time": 1505204172200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.554167, 36.472, 8.99]}, "bbox": [-89.554167, 36.472, -89.554167, 36.472]}, {"id": "4816", "type": "Feature", "properties": {"id": "us2000asam", "mag": 4.1, "time": 1505203793240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.4651, -4.9334, 167.53]}, "bbox": [147.4651, -4.9334, 147.4651, -4.9334]}, {"id": "4817", "type": "Feature", "properties": {"id": "ak16821023", "mag": 1.4, "time": 1505203680731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1732, 61.3766, 3.5]}, "bbox": [-140.1732, 61.3766, -140.1732, 61.3766]}, {"id": "4818", "type": "Feature", "properties": {"id": "us2000aq5k", "mag": 2.8, "time": 1505203540370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5128, 54.8119, 22.77]}, "bbox": [-159.5128, 54.8119, -159.5128, 54.8119]}, {"id": "4819", "type": "Feature", "properties": {"id": "ci37760911", "mag": 1.29, "time": 1505202683830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019667, 34.347833, 1.32]}, "bbox": [-117.019667, 34.347833, -117.019667, 34.347833]}, {"id": "4820", "type": "Feature", "properties": {"id": "ak16821022", "mag": 1.1, "time": 1505201992117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4302, 65.4772, 14.3]}, "bbox": [-153.4302, 65.4772, -153.4302, 65.4772]}, {"id": "4821", "type": "Feature", "properties": {"id": "us2000aq5j", "mag": 3.4, "time": 1505201513110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.335, 52.1151, 36.52]}, "bbox": [-169.335, 52.1151, -169.335, 52.1151]}, {"id": "4822", "type": "Feature", "properties": {"id": "nn00604832", "mag": 1.5, "time": 1505201175706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.919, 38.3871, 7.2]}, "bbox": [-118.919, 38.3871, -118.919, 38.3871]}, {"id": "4823", "type": "Feature", "properties": {"id": "ak16821017", "mag": 1.4, "time": 1505201121331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8746, 64.7668, 2.4]}, "bbox": [-139.8746, 64.7668, -139.8746, 64.7668]}, {"id": "4824", "type": "Feature", "properties": {"id": "us2000akm6", "mag": 4.0, "time": 1505200774070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6261, 15.7276, 39.07]}, "bbox": [-94.6261, 15.7276, -94.6261, 15.7276]}, {"id": "4825", "type": "Feature", "properties": {"id": "ak16821016", "mag": 1.1, "time": 1505200723657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6326, 59.9341, 17.0]}, "bbox": [-140.6326, 59.9341, -140.6326, 59.9341]}, {"id": "4826", "type": "Feature", "properties": {"id": "nc72890911", "mag": 1.14, "time": 1505200493800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502, -0.69]}, "bbox": [-118.835833, 37.502, -118.835833, 37.502]}, {"id": "4827", "type": "Feature", "properties": {"id": "pr2017255005", "mag": 3.62, "time": 1505200390090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7348, 17.4213, 58.0]}, "bbox": [-68.7348, 17.4213, -68.7348, 17.4213]}, {"id": "4828", "type": "Feature", "properties": {"id": "us2000asal", "mag": 4.5, "time": 1505200235050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9237, -40.6778, 35.49]}, "bbox": [175.9237, -40.6778, 175.9237, -40.6778]}, {"id": "4829", "type": "Feature", "properties": {"id": "ak16821015", "mag": 1.0, "time": 1505200050481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0733, 62.8571, 78.1]}, "bbox": [-150.0733, 62.8571, -150.0733, 62.8571]}, {"id": "4830", "type": "Feature", "properties": {"id": "nc72890906", "mag": 1.85, "time": 1505199341840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.959667, 36.079833, 11.15]}, "bbox": [-119.959667, 36.079833, -119.959667, 36.079833]}, {"id": "4831", "type": "Feature", "properties": {"id": "ak16820976", "mag": 4.5, "time": 1505198623340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0626, 55.2018, 8.4]}, "bbox": [-157.0626, 55.2018, -157.0626, 55.2018]}, {"id": "4832", "type": "Feature", "properties": {"id": "ak16820951", "mag": 1.3, "time": 1505198176732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6431, 63.3655, 4.3]}, "bbox": [-151.6431, 63.3655, -151.6431, 63.3655]}, {"id": "4833", "type": "Feature", "properties": {"id": "nn00604828", "mag": 1.4, "time": 1505197517767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0826, 39.1124, 11.2]}, "bbox": [-118.0826, 39.1124, -118.0826, 39.1124]}, {"id": "4834", "type": "Feature", "properties": {"id": "nn00604827", "mag": 2.8, "time": 1505197059215, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.294, 37.806, 4.9]}, "bbox": [-114.294, 37.806, -114.294, 37.806]}, {"id": "4835", "type": "Feature", "properties": {"id": "us2000akla", "mag": 4.9, "time": 1505196044760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.8701, -26.0946, 10.0]}, "bbox": [70.8701, -26.0946, 70.8701, -26.0946]}, {"id": "4836", "type": "Feature", "properties": {"id": "ci37760839", "mag": 1.35, "time": 1505195823730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.070833, 34.124, 7.32]}, "bbox": [-117.070833, 34.124, -117.070833, 34.124]}, {"id": "4837", "type": "Feature", "properties": {"id": "ak16850710", "mag": 1.4, "time": 1505195695881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9514, 59.3304, 53.9]}, "bbox": [-151.9514, 59.3304, -151.9514, 59.3304]}, {"id": "4838", "type": "Feature", "properties": {"id": "uu60244052", "mag": 1.22, "time": 1505195536580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.555167, 6.85]}, "bbox": [-111.435667, 42.555167, -111.435667, 42.555167]}, {"id": "4839", "type": "Feature", "properties": {"id": "us2000akkz", "mag": 4.4, "time": 1505195184110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3657, 15.4552, 61.44]}, "bbox": [-94.3657, 15.4552, -94.3657, 15.4552]}, {"id": "4840", "type": "Feature", "properties": {"id": "ak16820948", "mag": 1.9, "time": 1505194916797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7632, 53.2354, 44.5]}, "bbox": [-166.7632, 53.2354, -166.7632, 53.2354]}, {"id": "4841", "type": "Feature", "properties": {"id": "ak16850708", "mag": 1.2, "time": 1505194707074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5938, 63.2379, 122.0]}, "bbox": [-150.5938, 63.2379, -150.5938, 63.2379]}, {"id": "4842", "type": "Feature", "properties": {"id": "mb80254859", "mag": 1.15, "time": 1505194171440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.863, 11.45]}, "bbox": [-112.527333, 46.863, -112.527333, 46.863]}, {"id": "4843", "type": "Feature", "properties": {"id": "nc72890836", "mag": 1.09, "time": 1505193911680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735833, 38.760833, 1.36]}, "bbox": [-122.735833, 38.760833, -122.735833, 38.760833]}, {"id": "4844", "type": "Feature", "properties": {"id": "us2000akkp", "mag": 4.6, "time": 1505193612080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8716, 15.0886, 57.71]}, "bbox": [-93.8716, 15.0886, -93.8716, 15.0886]}, {"id": "4845", "type": "Feature", "properties": {"id": "ak16820908", "mag": 2.5, "time": 1505193453186, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7231, 53.1426, 25.6]}, "bbox": [-166.7231, 53.1426, -166.7231, 53.1426]}, {"id": "4846", "type": "Feature", "properties": {"id": "us2000akkk", "mag": 5.3, "time": 1505192927120, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.832, 15.182, 60.95]}, "bbox": [-93.832, 15.182, -93.832, 15.182]}, {"id": "4847", "type": "Feature", "properties": {"id": "mb80254849", "mag": 1.28, "time": 1505192738900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5175, 46.899833, 10.92]}, "bbox": [-112.5175, 46.899833, -112.5175, 46.899833]}, {"id": "4848", "type": "Feature", "properties": {"id": "mb80254844", "mag": 1.54, "time": 1505192475320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.973833, 43.2425, 2.3]}, "bbox": [-110.973833, 43.2425, -110.973833, 43.2425]}, {"id": "4849", "type": "Feature", "properties": {"id": "ak16820905", "mag": 1.1, "time": 1505191714754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4231, 60.1297, 0.0]}, "bbox": [-141.4231, 60.1297, -141.4231, 60.1297]}, {"id": "4850", "type": "Feature", "properties": {"id": "nc72890796", "mag": 1.14, "time": 1505190808830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.502667, -0.15]}, "bbox": [-118.835, 37.502667, -118.835, 37.502667]}, {"id": "4851", "type": "Feature", "properties": {"id": "nc72890791", "mag": 1.45, "time": 1505190617760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788, 37.455, 7.56]}, "bbox": [-121.788, 37.455, -121.788, 37.455]}, {"id": "4852", "type": "Feature", "properties": {"id": "pr2017255003", "mag": 1.94, "time": 1505190564980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3923, 18.5168, 23.0]}, "bbox": [-67.3923, 18.5168, -67.3923, 18.5168]}, {"id": "4853", "type": "Feature", "properties": {"id": "ak16850705", "mag": 1.4, "time": 1505190149086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3144, 60.1274, 78.3]}, "bbox": [-152.3144, 60.1274, -152.3144, 60.1274]}, {"id": "4854", "type": "Feature", "properties": {"id": "ak16850704", "mag": 1.8, "time": 1505189303211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0362, 56.0678, 8.4]}, "bbox": [-158.0362, 56.0678, -158.0362, 56.0678]}, {"id": "4855", "type": "Feature", "properties": {"id": "uu60243967", "mag": 1.29, "time": 1505189093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.059333, 40.568667, 7.12]}, "bbox": [-111.059333, 40.568667, -111.059333, 40.568667]}, {"id": "4856", "type": "Feature", "properties": {"id": "hv61905031", "mag": 2.8, "time": 1505189080390, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.320667, 21.633833, 8.469]}, "bbox": [-157.320667, 21.633833, -157.320667, 21.633833]}, {"id": "4857", "type": "Feature", "properties": {"id": "pr2017255001", "mag": 2.63, "time": 1505188852110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3921, 18.5325, 19.0]}, "bbox": [-67.3921, 18.5325, -67.3921, 18.5325]}, {"id": "4858", "type": "Feature", "properties": {"id": "mb80254839", "mag": 2.17, "time": 1505188197080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530167, 46.8705, 12.49]}, "bbox": [-112.530167, 46.8705, -112.530167, 46.8705]}, {"id": "4859", "type": "Feature", "properties": {"id": "ismpkansas70235033", "mag": 2.06, "time": 1505188185670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.492167, 37.299667, 4.92]}, "bbox": [-97.492167, 37.299667, -97.492167, 37.299667]}, {"id": "4860", "type": "Feature", "properties": {"id": "nc72890766", "mag": 2.21, "time": 1505187928020, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319833, 40.4865, 13.1]}, "bbox": [-122.319833, 40.4865, -122.319833, 40.4865]}, {"id": "4861", "type": "Feature", "properties": {"id": "ci37760735", "mag": 1.81, "time": 1505187547790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.287333, 34.079667, 14.28]}, "bbox": [-117.287333, 34.079667, -117.287333, 34.079667]}, {"id": "4862", "type": "Feature", "properties": {"id": "ak16850702", "mag": 1.3, "time": 1505187086661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8075, 61.2964, 89.4]}, "bbox": [-151.8075, 61.2964, -151.8075, 61.2964]}, {"id": "4863", "type": "Feature", "properties": {"id": "ak16850701", "mag": 1.4, "time": 1505186992230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2832, 60.1725, 0.0]}, "bbox": [-141.2832, 60.1725, -141.2832, 60.1725]}, {"id": "4864", "type": "Feature", "properties": {"id": "mb80254834", "mag": 1.19, "time": 1505186273780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.863667, 13.34]}, "bbox": [-112.528833, 46.863667, -112.528833, 46.863667]}, {"id": "4865", "type": "Feature", "properties": {"id": "ci37760703", "mag": 1.89, "time": 1505185679940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797333, 33.494667, 4.01]}, "bbox": [-116.797333, 33.494667, -116.797333, 33.494667]}, {"id": "4866", "type": "Feature", "properties": {"id": "pr2017255002", "mag": 2.13, "time": 1505185260690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.0131, 19.0945, 24.0]}, "bbox": [-68.0131, 19.0945, -68.0131, 19.0945]}, {"id": "4867", "type": "Feature", "properties": {"id": "nc72890706", "mag": 2.85, "time": 1505184989380, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6055, 4.17]}, "bbox": [-118.821333, 37.6055, -118.821333, 37.6055]}, {"id": "4868", "type": "Feature", "properties": {"id": "nc72890701", "mag": 1.11, "time": 1505184817490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.468667, -0.39]}, "bbox": [-118.821333, 37.468667, -118.821333, 37.468667]}, {"id": "4869", "type": "Feature", "properties": {"id": "nc72890691", "mag": 2.54, "time": 1505184593110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.502, 40.2965, 19.04]}, "bbox": [-124.502, 40.2965, -124.502, 40.2965]}, {"id": "4870", "type": "Feature", "properties": {"id": "ci37760663", "mag": 0.96, "time": 1505184048300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1715, 34.0385, 5.42]}, "bbox": [-117.1715, 34.0385, -117.1715, 34.0385]}, {"id": "4871", "type": "Feature", "properties": {"id": "nc72890681", "mag": 1.03, "time": 1505183875680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.4715, -1.63]}, "bbox": [-118.820667, 37.4715, -118.820667, 37.4715]}, {"id": "4872", "type": "Feature", "properties": {"id": "ak16820879", "mag": 1.6, "time": 1505183679937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3232, 62.0502, 60.9]}, "bbox": [-150.3232, 62.0502, -150.3232, 62.0502]}, {"id": "4873", "type": "Feature", "properties": {"id": "ak16850697", "mag": 1.5, "time": 1505183127519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0397, 60.1249, 106.2]}, "bbox": [-153.0397, 60.1249, -153.0397, 60.1249]}, {"id": "4874", "type": "Feature", "properties": {"id": "pr2017255000", "mag": 3.99, "time": 1505182040830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7961, 18.688, 102.0]}, "bbox": [-68.7961, 18.688, -68.7961, 18.688]}, {"id": "4875", "type": "Feature", "properties": {"id": "us2000akii", "mag": 2.5, "time": 1505181688510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.5935, 6.67]}, "bbox": [-111.445, 42.5935, -111.445, 42.5935]}, {"id": "4876", "type": "Feature", "properties": {"id": "ak16850696", "mag": 1.4, "time": 1505181679899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6734, 59.8319, 93.2]}, "bbox": [-152.6734, 59.8319, -152.6734, 59.8319]}, {"id": "4877", "type": "Feature", "properties": {"id": "ak16820869", "mag": 1.9, "time": 1505181012974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.001, 59.4008, 36.7]}, "bbox": [-151.001, 59.4008, -151.001, 59.4008]}, {"id": "4878", "type": "Feature", "properties": {"id": "ak16820867", "mag": 1.9, "time": 1505180308488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5196, 59.9375, 123.2]}, "bbox": [-153.5196, 59.9375, -153.5196, 59.9375]}, {"id": "4879", "type": "Feature", "properties": {"id": "ak16820865", "mag": 1.6, "time": 1505179834308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8744, 63.0936, 89.7]}, "bbox": [-149.8744, 63.0936, -149.8744, 63.0936]}, {"id": "4880", "type": "Feature", "properties": {"id": "uu60243827", "mag": 1.28, "time": 1505179319200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.53, 3.5]}, "bbox": [-111.414167, 42.53, -111.414167, 42.53]}, {"id": "4881", "type": "Feature", "properties": {"id": "nc72890631", "mag": 0.96, "time": 1505179150280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816, 37.475, 1.48]}, "bbox": [-118.816, 37.475, -118.816, 37.475]}, {"id": "4882", "type": "Feature", "properties": {"id": "ci37760623", "mag": 1.18, "time": 1505178887000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.025, 36.311333, 2.4]}, "bbox": [-118.025, 36.311333, -118.025, 36.311333]}, {"id": "4883", "type": "Feature", "properties": {"id": "nc72890616", "mag": 1.11, "time": 1505178809900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.474167, -0.42]}, "bbox": [-118.820167, 37.474167, -118.820167, 37.474167]}, {"id": "4884", "type": "Feature", "properties": {"id": "us2000akhk", "mag": 5.1, "time": 1505178756750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.097, 15.4421, 48.35]}, "bbox": [-94.097, 15.4421, -94.097, 15.4421]}, {"id": "4885", "type": "Feature", "properties": {"id": "ak16820847", "mag": 1.9, "time": 1505178590464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8044, 60.0035, 75.6]}, "bbox": [-151.8044, 60.0035, -151.8044, 60.0035]}, {"id": "4886", "type": "Feature", "properties": {"id": "nc72890606", "mag": 2.1, "time": 1505178296120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.471, -0.04]}, "bbox": [-118.819667, 37.471, -118.819667, 37.471]}, {"id": "4887", "type": "Feature", "properties": {"id": "us2000akhe", "mag": 4.8, "time": 1505178017830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2744, 15.0853, 44.38]}, "bbox": [-94.2744, 15.0853, -94.2744, 15.0853]}, {"id": "4888", "type": "Feature", "properties": {"id": "us2000akhb", "mag": 2.4, "time": 1505177859710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4236, 42.5422, 5.98]}, "bbox": [-111.4236, 42.5422, -111.4236, 42.5422]}, {"id": "4889", "type": "Feature", "properties": {"id": "ci37760607", "mag": 1.78, "time": 1505177706210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796167, 33.491167, 3.15]}, "bbox": [-116.796167, 33.491167, -116.796167, 33.491167]}, {"id": "4890", "type": "Feature", "properties": {"id": "us2000akh7", "mag": 2.8, "time": 1505177557480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4213, 42.5825, 7.47]}, "bbox": [-111.4213, 42.5825, -111.4213, 42.5825]}, {"id": "4891", "type": "Feature", "properties": {"id": "nc72890576", "mag": 2.34, "time": 1505177324250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.473, 0.51]}, "bbox": [-118.82, 37.473, -118.82, 37.473]}, {"id": "4892", "type": "Feature", "properties": {"id": "hv61904866", "mag": 1.99, "time": 1505176986190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.857, 19.358667, 41.774]}, "bbox": [-154.857, 19.358667, -154.857, 19.358667]}, {"id": "4893", "type": "Feature", "properties": {"id": "ak16820845", "mag": 1.3, "time": 1505176784517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3458, 60.155, 0.0]}, "bbox": [-141.3458, 60.155, -141.3458, 60.155]}, {"id": "4894", "type": "Feature", "properties": {"id": "nc72890561", "mag": 1.42, "time": 1505176270180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8195, 37.4765, -0.54]}, "bbox": [-118.8195, 37.4765, -118.8195, 37.4765]}, {"id": "4895", "type": "Feature", "properties": {"id": "ak16820836", "mag": 2.9, "time": 1505175684396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1737, 62.7988, 8.1]}, "bbox": [-152.1737, 62.7988, -152.1737, 62.7988]}, {"id": "4896", "type": "Feature", "properties": {"id": "uu60243772", "mag": 1.28, "time": 1505175463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.593667, 3.5]}, "bbox": [-111.450167, 42.593667, -111.450167, 42.593667]}, {"id": "4897", "type": "Feature", "properties": {"id": "us2000akgt", "mag": 2.7, "time": 1505175275390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.45, 42.6006, 6.65]}, "bbox": [-111.45, 42.6006, -111.45, 42.6006]}, {"id": "4898", "type": "Feature", "properties": {"id": "us2000akgp", "mag": 3.1, "time": 1505174426060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4619, 42.5922, 9.11]}, "bbox": [-111.4619, 42.5922, -111.4619, 42.5922]}, {"id": "4899", "type": "Feature", "properties": {"id": "us2000amy6", "mag": 3.4, "time": 1505174223950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0579, 52.772, 207.41]}, "bbox": [-173.0579, 52.772, -173.0579, 52.772]}, {"id": "4900", "type": "Feature", "properties": {"id": "us2000amy5", "mag": 3.3, "time": 1505173482210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.0407, 51.8595, 146.7]}, "bbox": [178.0407, 51.8595, 178.0407, 51.8595]}, {"id": "4901", "type": "Feature", "properties": {"id": "ak16820045", "mag": 1.1, "time": 1505171834061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9121, 61.9185, 44.8]}, "bbox": [-149.9121, 61.9185, -149.9121, 61.9185]}, {"id": "4902", "type": "Feature", "properties": {"id": "us2000akg3", "mag": 4.4, "time": 1505171543900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3251, 15.4699, 53.34]}, "bbox": [-94.3251, 15.4699, -94.3251, 15.4699]}, {"id": "4903", "type": "Feature", "properties": {"id": "nc72890511", "mag": 1.3, "time": 1505171391890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012, 37.426833, 3.03]}, "bbox": [-119.012, 37.426833, -119.012, 37.426833]}, {"id": "4904", "type": "Feature", "properties": {"id": "us2000akfs", "mag": 4.2, "time": 1505169617100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6345, 15.6178, 38.83]}, "bbox": [-94.6345, 15.6178, -94.6345, 15.6178]}, {"id": "4905", "type": "Feature", "properties": {"id": "us2000akfr", "mag": 2.8, "time": 1505169599030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4698, 42.6061, 6.0]}, "bbox": [-111.4698, 42.6061, -111.4698, 42.6061]}, {"id": "4906", "type": "Feature", "properties": {"id": "ak16827363", "mag": 2.0, "time": 1505169544066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4581, 51.6497, 9.7]}, "bbox": [-178.4581, 51.6497, -178.4581, 51.6497]}, {"id": "4907", "type": "Feature", "properties": {"id": "ak16819990", "mag": 1.0, "time": 1505169272029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1659, 59.9838, 14.2]}, "bbox": [-140.1659, 59.9838, -140.1659, 59.9838]}, {"id": "4908", "type": "Feature", "properties": {"id": "ak16827361", "mag": 1.5, "time": 1505168696545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2029, 59.1798, 77.3]}, "bbox": [-153.2029, 59.1798, -153.2029, 59.1798]}, {"id": "4909", "type": "Feature", "properties": {"id": "ci37760423", "mag": 1.26, "time": 1505168688630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3355, 32.933, 10.81]}, "bbox": [-116.3355, 32.933, -116.3355, 32.933]}, {"id": "4910", "type": "Feature", "properties": {"id": "us2000akf8", "mag": 5.0, "time": 1505168453040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9567, 15.7603, 48.25]}, "bbox": [-94.9567, 15.7603, -94.9567, 15.7603]}, {"id": "4911", "type": "Feature", "properties": {"id": "ak16819215", "mag": 1.5, "time": 1505167702707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4466, 62.4273, 81.1]}, "bbox": [-151.4466, 62.4273, -151.4466, 62.4273]}, {"id": "4912", "type": "Feature", "properties": {"id": "us2000ar1k", "mag": 4.4, "time": 1505167046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.2966, -4.9444, 49.23]}, "bbox": [152.2966, -4.9444, 152.2966, -4.9444]}, {"id": "4913", "type": "Feature", "properties": {"id": "nc72890491", "mag": 1.11, "time": 1505166863970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.544833, 37.529, 12.8]}, "bbox": [-118.544833, 37.529, -118.544833, 37.529]}, {"id": "4914", "type": "Feature", "properties": {"id": "us2000akeb", "mag": 5.1, "time": 1505166728910, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-178.3593, 51.5235, 54.7]}, "bbox": [-178.3593, 51.5235, -178.3593, 51.5235]}, {"id": "4915", "type": "Feature", "properties": {"id": "ak16819167", "mag": 1.4, "time": 1505166664445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3213, 60.2363, 0.0]}, "bbox": [-141.3213, 60.2363, -141.3213, 60.2363]}, {"id": "4916", "type": "Feature", "properties": {"id": "us2000akdz", "mag": 4.3, "time": 1505166482960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.1669, 15.1965, 62.3]}, "bbox": [-93.1669, 15.1965, -93.1669, 15.1965]}, {"id": "4917", "type": "Feature", "properties": {"id": "us2000akdq", "mag": 2.6, "time": 1505166481930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4105, 42.5306, 6.58]}, "bbox": [-111.4105, 42.5306, -111.4105, 42.5306]}, {"id": "4918", "type": "Feature", "properties": {"id": "ak16827357", "mag": 2.3, "time": 1505165942611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8283, 55.1229, 12.0]}, "bbox": [-156.8283, 55.1229, -156.8283, 55.1229]}, {"id": "4919", "type": "Feature", "properties": {"id": "uw61306477", "mag": 1.21, "time": 1505165549480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1755, 46.198833, 3.06]}, "bbox": [-122.1755, 46.198833, -122.1755, 46.198833]}, {"id": "4920", "type": "Feature", "properties": {"id": "nc72890461", "mag": 2.23, "time": 1505164836450, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.939, 35.641167, 4.35]}, "bbox": [-120.939, 35.641167, -120.939, 35.641167]}, {"id": "4921", "type": "Feature", "properties": {"id": "us2000ayll", "mag": 4.1, "time": 1505164739710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6724, 15.4385, 31.22]}, "bbox": [-94.6724, 15.4385, -94.6724, 15.4385]}, {"id": "4922", "type": "Feature", "properties": {"id": "ci37760359", "mag": 2.29, "time": 1505164180230, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.940167, 35.427833, 21.14]}, "bbox": [-118.940167, 35.427833, -118.940167, 35.427833]}, {"id": "4923", "type": "Feature", "properties": {"id": "us2000akcq", "mag": 5.5, "time": 1505164150350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0139, 14.9074, 27.0]}, "bbox": [-94.0139, 14.9074, -94.0139, 14.9074]}, {"id": "4924", "type": "Feature", "properties": {"id": "us2000akch", "mag": 2.4, "time": 1505164053450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4202, 42.5566, 9.0]}, "bbox": [-111.4202, 42.5566, -111.4202, 42.5566]}, {"id": "4925", "type": "Feature", "properties": {"id": "ak16827356", "mag": 1.9, "time": 1505163754769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4142, 51.8321, 32.9]}, "bbox": [-173.4142, 51.8321, -173.4142, 51.8321]}, {"id": "4926", "type": "Feature", "properties": {"id": "ci37760351", "mag": 1.47, "time": 1505163661880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9785, 32.6095, -0.36]}, "bbox": [-116.9785, 32.6095, -116.9785, 32.6095]}, {"id": "4927", "type": "Feature", "properties": {"id": "ak16827355", "mag": 1.0, "time": 1505163537708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7591, 65.4356, 0.0]}, "bbox": [-144.7591, 65.4356, -144.7591, 65.4356]}, {"id": "4928", "type": "Feature", "properties": {"id": "nn00604742", "mag": 1.3, "time": 1505163193915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9149, 38.3846, 5.4]}, "bbox": [-118.9149, 38.3846, -118.9149, 38.3846]}, {"id": "4929", "type": "Feature", "properties": {"id": "us2000akbz", "mag": 4.1, "time": 1505162450200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.477, 52.2896, 65.69]}, "bbox": [-173.477, 52.2896, -173.477, 52.2896]}, {"id": "4930", "type": "Feature", "properties": {"id": "mb80254709", "mag": 1.54, "time": 1505162126870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.327667, 46.1355, 6.01]}, "bbox": [-110.327667, 46.1355, -110.327667, 46.1355]}, {"id": "4931", "type": "Feature", "properties": {"id": "ak16818311", "mag": 2.4, "time": 1505162030333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0, 53.2916, 13.0]}, "bbox": [-167.0, 53.2916, -167.0, 53.2916]}, {"id": "4932", "type": "Feature", "properties": {"id": "ak16818304", "mag": 2.2, "time": 1505161796041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.8204, 65.319, 3.3]}, "bbox": [-167.8204, 65.319, -167.8204, 65.319]}, {"id": "4933", "type": "Feature", "properties": {"id": "ak16818297", "mag": 2.0, "time": 1505161193751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8659, 62.8899, 99.8]}, "bbox": [-150.8659, 62.8899, -150.8659, 62.8899]}, {"id": "4934", "type": "Feature", "properties": {"id": "ak16818278", "mag": 3.2, "time": 1505160763887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.115, 63.145, 108.2]}, "bbox": [-150.115, 63.145, -150.115, 63.145]}, {"id": "4935", "type": "Feature", "properties": {"id": "mb80254694", "mag": 1.38, "time": 1505160716790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540833, 46.904833, 11.87]}, "bbox": [-112.540833, 46.904833, -112.540833, 46.904833]}, {"id": "4936", "type": "Feature", "properties": {"id": "us2000akaa", "mag": 2.5, "time": 1505159932140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4306, 42.5727, 7.14]}, "bbox": [-111.4306, 42.5727, -111.4306, 42.5727]}, {"id": "4937", "type": "Feature", "properties": {"id": "mb80254684", "mag": 1.16, "time": 1505159186030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.8675, 11.01]}, "bbox": [-112.524833, 46.8675, -112.524833, 46.8675]}, {"id": "4938", "type": "Feature", "properties": {"id": "ak16827348", "mag": 1.2, "time": 1505158596706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2022, 60.4231, 48.9]}, "bbox": [-151.2022, 60.4231, -151.2022, 60.4231]}, {"id": "4939", "type": "Feature", "properties": {"id": "ak16817479", "mag": 2.9, "time": 1505158124591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5505, 65.8017, 12.5]}, "bbox": [-148.5505, 65.8017, -148.5505, 65.8017]}, {"id": "4940", "type": "Feature", "properties": {"id": "ak16817476", "mag": 3.0, "time": 1505158119494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2439, 66.0161, 16.1]}, "bbox": [-148.2439, 66.0161, -148.2439, 66.0161]}, {"id": "4941", "type": "Feature", "properties": {"id": "nn00604719", "mag": 1.3, "time": 1505157785095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8838, 38.8119, 4.7]}, "bbox": [-118.8838, 38.8119, -118.8838, 38.8119]}, {"id": "4942", "type": "Feature", "properties": {"id": "nc72890441", "mag": 1.74, "time": 1505157705880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.7915, 3.48]}, "bbox": [-122.778, 38.7915, -122.778, 38.7915]}, {"id": "4943", "type": "Feature", "properties": {"id": "us2000ak9n", "mag": 3.0, "time": 1505157604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.471, 42.609, 7.61]}, "bbox": [-111.471, 42.609, -111.471, 42.609]}, {"id": "4944", "type": "Feature", "properties": {"id": "ak16817472", "mag": 1.1, "time": 1505156621773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3067, 62.9071, 5.6]}, "bbox": [-151.3067, 62.9071, -151.3067, 62.9071]}, {"id": "4945", "type": "Feature", "properties": {"id": "ak16827345", "mag": 1.6, "time": 1505156304521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3368, 59.849, 84.9]}, "bbox": [-152.3368, 59.849, -152.3368, 59.849]}, {"id": "4946", "type": "Feature", "properties": {"id": "ak16816710", "mag": 1.0, "time": 1505155839711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7252, 63.4914, 1.9]}, "bbox": [-147.7252, 63.4914, -147.7252, 63.4914]}, {"id": "4947", "type": "Feature", "properties": {"id": "ak16827343", "mag": 1.6, "time": 1505155190108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9414, 58.9343, 71.6]}, "bbox": [-151.9414, 58.9343, -151.9414, 58.9343]}, {"id": "4948", "type": "Feature", "properties": {"id": "uu60243377", "mag": 2.04, "time": 1505154917000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.524333, 7.67]}, "bbox": [-111.423167, 42.524333, -111.423167, 42.524333]}, {"id": "4949", "type": "Feature", "properties": {"id": "us2000ak8v", "mag": 4.8, "time": 1505154337990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9192, 10.9561, 35.0]}, "bbox": [125.9192, 10.9561, 125.9192, 10.9561]}, {"id": "4950", "type": "Feature", "properties": {"id": "ak16827342", "mag": 1.4, "time": 1505154205074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0563, 59.7893, 104.3]}, "bbox": [-153.0563, 59.7893, -153.0563, 59.7893]}, {"id": "4951", "type": "Feature", "properties": {"id": "us2000akih", "mag": 3.5, "time": 1505153371450, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-8.5745, 37.1247, 19.99]}, "bbox": [-8.5745, 37.1247, -8.5745, 37.1247]}, {"id": "4952", "type": "Feature", "properties": {"id": "ak16816675", "mag": 2.0, "time": 1505153241938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1793, 60.2771, 148.8]}, "bbox": [-153.1793, 60.2771, -153.1793, 60.2771]}, {"id": "4953", "type": "Feature", "properties": {"id": "nn00604702", "mag": 1.1, "time": 1505152546779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 38.8318, 9.7]}, "bbox": [-118.8175, 38.8318, -118.8175, 38.8318]}, {"id": "4954", "type": "Feature", "properties": {"id": "nc72890416", "mag": 1.57, "time": 1505151412520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474, -0.34]}, "bbox": [-118.8205, 37.474, -118.8205, 37.474]}, {"id": "4955", "type": "Feature", "properties": {"id": "us2000ak7u", "mag": 5.7, "time": 1505151309620, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.3373, 23.9529, 35.0]}, "bbox": [142.3373, 23.9529, 142.3373, 23.9529]}, {"id": "4956", "type": "Feature", "properties": {"id": "us2000ak7m", "mag": 2.5, "time": 1505151089130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5401, 6.8]}, "bbox": [-111.4259, 42.5401, -111.4259, 42.5401]}, {"id": "4957", "type": "Feature", "properties": {"id": "mb80254649", "mag": 1.0, "time": 1505150945110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515833, 46.859, 13.54]}, "bbox": [-112.515833, 46.859, -112.515833, 46.859]}, {"id": "4958", "type": "Feature", "properties": {"id": "ak16815885", "mag": 1.4, "time": 1505150387657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8119, 60.5833, 13.5]}, "bbox": [-150.8119, 60.5833, -150.8119, 60.5833]}, {"id": "4959", "type": "Feature", "properties": {"id": "ci37760231", "mag": 1.15, "time": 1505150078250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.339833, 33.717167, -0.52]}, "bbox": [-117.339833, 33.717167, -117.339833, 33.717167]}, {"id": "4960", "type": "Feature", "properties": {"id": "us2000ar17", "mag": 4.5, "time": 1505148873550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.1014, -58.1449, 29.22]}, "bbox": [-27.1014, -58.1449, -27.1014, -58.1449]}, {"id": "4961", "type": "Feature", "properties": {"id": "us2000ar14", "mag": 4.7, "time": 1505148316830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7999, 10.8571, 10.0]}, "bbox": [141.7999, 10.8571, 141.7999, 10.8571]}, {"id": "4962", "type": "Feature", "properties": {"id": "us2000ak6r", "mag": 4.4, "time": 1505148294180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [93.763, 11.1912, 135.46]}, "bbox": [93.763, 11.1912, 93.763, 11.1912]}, {"id": "4963", "type": "Feature", "properties": {"id": "us2000ar16", "mag": 4.3, "time": 1505147708500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.5216, 28.9426, 37.11]}, "bbox": [105.5216, 28.9426, 105.5216, 28.9426]}, {"id": "4964", "type": "Feature", "properties": {"id": "us2000ak65", "mag": 5.0, "time": 1505146815920, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [21.5733, 39.2104, 10.0]}, "bbox": [21.5733, 39.2104, 21.5733, 39.2104]}, {"id": "4965", "type": "Feature", "properties": {"id": "uu60012999", "mag": 2.37, "time": 1505146629690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.425833, 42.545833, 6.7]}, "bbox": [-111.425833, 42.545833, -111.425833, 42.545833]}, {"id": "4966", "type": "Feature", "properties": {"id": "us2000ak62", "mag": 3.2, "time": 1505146591940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5774, 8.61]}, "bbox": [-111.4221, 42.5774, -111.4221, 42.5774]}, {"id": "4967", "type": "Feature", "properties": {"id": "ci37760191", "mag": 1.27, "time": 1505146302070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.870333, 36.5125, 7.71]}, "bbox": [-117.870333, 36.5125, -117.870333, 36.5125]}, {"id": "4968", "type": "Feature", "properties": {"id": "us2000ar11", "mag": 4.2, "time": 1505146234900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.8301, -18.5966, 222.96]}, "bbox": [169.8301, -18.5966, 169.8301, -18.5966]}, {"id": "4969", "type": "Feature", "properties": {"id": "ci37760183", "mag": 1.04, "time": 1505146087980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.721333, 33.538833, 2.61]}, "bbox": [-116.721333, 33.538833, -116.721333, 33.538833]}, {"id": "4970", "type": "Feature", "properties": {"id": "us2000ak5l", "mag": 4.4, "time": 1505145120270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9232, 15.0128, 54.55]}, "bbox": [-93.9232, 15.0128, -93.9232, 15.0128]}, {"id": "4971", "type": "Feature", "properties": {"id": "ak16827338", "mag": 1.8, "time": 1505144756285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3358, 57.9354, 144.8]}, "bbox": [-156.3358, 57.9354, -156.3358, 57.9354]}, {"id": "4972", "type": "Feature", "properties": {"id": "us2000ak5f", "mag": 4.3, "time": 1505144492050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0414, 15.1729, 45.88]}, "bbox": [-94.0414, 15.1729, -94.0414, 15.1729]}, {"id": "4973", "type": "Feature", "properties": {"id": "ak16815056", "mag": 1.9, "time": 1505144205558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6743, 59.7685, 0.0]}, "bbox": [-136.6743, 59.7685, -136.6743, 59.7685]}, {"id": "4974", "type": "Feature", "properties": {"id": "us2000ak58", "mag": 3.1, "time": 1505144033150, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4647, 42.6086, 4.31]}, "bbox": [-111.4647, 42.6086, -111.4647, 42.6086]}, {"id": "4975", "type": "Feature", "properties": {"id": "uu60243162", "mag": 1.47, "time": 1505143989150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.462833, 42.578167, 3.5]}, "bbox": [-111.462833, 42.578167, -111.462833, 42.578167]}, {"id": "4976", "type": "Feature", "properties": {"id": "ak16815038", "mag": 1.9, "time": 1505143851904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7738, 62.154, 53.3]}, "bbox": [-149.7738, 62.154, -149.7738, 62.154]}, {"id": "4977", "type": "Feature", "properties": {"id": "ak16815036", "mag": 1.9, "time": 1505143815664, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0859, 60.2049, 139.0]}, "bbox": [-153.0859, 60.2049, -153.0859, 60.2049]}, {"id": "4978", "type": "Feature", "properties": {"id": "us2000ak57", "mag": 4.8, "time": 1505143793430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1802, 54.2242, 10.0]}, "bbox": [169.1802, 54.2242, 169.1802, 54.2242]}, {"id": "4979", "type": "Feature", "properties": {"id": "us2000ak55", "mag": 4.3, "time": 1505143224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6506, -2.821, 10.0]}, "bbox": [146.6506, -2.821, 146.6506, -2.821]}, {"id": "4980", "type": "Feature", "properties": {"id": "us2000ak4j", "mag": 3.0, "time": 1505142692750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4148, 42.5413, 9.05]}, "bbox": [-111.4148, 42.5413, -111.4148, 42.5413]}, {"id": "4981", "type": "Feature", "properties": {"id": "us2000ak4f", "mag": 4.4, "time": 1505142409640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0513, 14.8747, 44.09]}, "bbox": [-94.0513, 14.8747, -94.0513, 14.8747]}, {"id": "4982", "type": "Feature", "properties": {"id": "us2000ak40", "mag": 5.0, "time": 1505141758490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3653, 15.3524, 32.65]}, "bbox": [-94.3653, 15.3524, -94.3653, 15.3524]}, {"id": "4983", "type": "Feature", "properties": {"id": "us2000ar1h", "mag": 4.9, "time": 1505141691760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0928, -23.8876, 37.16]}, "bbox": [-176.0928, -23.8876, -176.0928, -23.8876]}, {"id": "4984", "type": "Feature", "properties": {"id": "us2000ak3s", "mag": 4.2, "time": 1505141169530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7122, 15.3112, 28.67]}, "bbox": [-94.7122, 15.3112, -94.7122, 15.3112]}, {"id": "4985", "type": "Feature", "properties": {"id": "mb80254604", "mag": 1.16, "time": 1505141014400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532333, 46.8915, 13.58]}, "bbox": [-112.532333, 46.8915, -112.532333, 46.8915]}, {"id": "4986", "type": "Feature", "properties": {"id": "nc72890356", "mag": 0.96, "time": 1505141002070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.845001, -0.69]}, "bbox": [-122.819168, 38.845001, -122.819168, 38.845001]}, {"id": "4987", "type": "Feature", "properties": {"id": "ak16814255", "mag": 2.0, "time": 1505140885717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2937, 51.4307, 40.1]}, "bbox": [-178.2937, 51.4307, -178.2937, 51.4307]}, {"id": "4988", "type": "Feature", "properties": {"id": "uw61306377", "mag": 1.82, "time": 1505140831500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.526167, 45.054, 14.59]}, "bbox": [-122.526167, 45.054, -122.526167, 45.054]}, {"id": "4989", "type": "Feature", "properties": {"id": "us2000ak3q", "mag": 4.2, "time": 1505140745590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4233, 15.4024, 50.36]}, "bbox": [-94.4233, 15.4024, -94.4233, 15.4024]}, {"id": "4990", "type": "Feature", "properties": {"id": "ci37760143", "mag": 1.15, "time": 1505140731290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.260667, 32.865667, 12.62]}, "bbox": [-116.260667, 32.865667, -116.260667, 32.865667]}, {"id": "4991", "type": "Feature", "properties": {"id": "nc72890351", "mag": 1.47, "time": 1505140721900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.98, 37.905667, 7.94]}, "bbox": [-121.98, 37.905667, -121.98, 37.905667]}, {"id": "4992", "type": "Feature", "properties": {"id": "pr2017254001", "mag": 1.99, "time": 1505140527660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1661, 18.2745, 22.0]}, "bbox": [-67.1661, 18.2745, -67.1661, 18.2745]}, {"id": "4993", "type": "Feature", "properties": {"id": "us2000ak3b", "mag": 2.7, "time": 1505140375620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4329, 42.6048, 10.74]}, "bbox": [-111.4329, 42.6048, -111.4329, 42.6048]}, {"id": "4994", "type": "Feature", "properties": {"id": "uu60243057", "mag": 2.26, "time": 1505140157270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.570833, 6.17]}, "bbox": [-111.440667, 42.570833, -111.440667, 42.570833]}, {"id": "4995", "type": "Feature", "properties": {"id": "us2000ak35", "mag": 2.8, "time": 1505139740960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4268, 42.5293, 6.86]}, "bbox": [-111.4268, 42.5293, -111.4268, 42.5293]}, {"id": "4996", "type": "Feature", "properties": {"id": "us2000ar1f", "mag": 4.4, "time": 1505139719640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.2097, 57.3966, 10.0]}, "bbox": [-33.2097, 57.3966, -33.2097, 57.3966]}, {"id": "4997", "type": "Feature", "properties": {"id": "us2000ak30", "mag": 2.8, "time": 1505139413770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4261, 42.5344, 6.18]}, "bbox": [-111.4261, 42.5344, -111.4261, 42.5344]}, {"id": "4998", "type": "Feature", "properties": {"id": "us2000ak2x", "mag": 2.8, "time": 1505139156090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4192, 42.5317, 7.87]}, "bbox": [-111.4192, 42.5317, -111.4192, 42.5317]}, {"id": "4999", "type": "Feature", "properties": {"id": "nc72890336", "mag": 1.18, "time": 1505138783780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788833, 37.4565, 7.82]}, "bbox": [-121.788833, 37.4565, -121.788833, 37.4565]}, {"id": "5000", "type": "Feature", "properties": {"id": "us2000ak5e", "mag": 3.4, "time": 1505138730330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4143, 42.5438, 7.19]}, "bbox": [-111.4143, 42.5438, -111.4143, 42.5438]}, {"id": "5001", "type": "Feature", "properties": {"id": "us2000ak2i", "mag": 2.7, "time": 1505138706230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4164, 42.5288, 7.13]}, "bbox": [-111.4164, 42.5288, -111.4164, 42.5288]}, {"id": "5002", "type": "Feature", "properties": {"id": "us2000ak2w", "mag": 4.2, "time": 1505138643370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.2941, 49.241, 567.61]}, "bbox": [147.2941, 49.241, 147.2941, 49.241]}, {"id": "5003", "type": "Feature", "properties": {"id": "ak16813499", "mag": 2.0, "time": 1505138537316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7415, 61.4216, 18.8]}, "bbox": [-146.7415, 61.4216, -146.7415, 61.4216]}, {"id": "5004", "type": "Feature", "properties": {"id": "us2000ak25", "mag": 2.7, "time": 1505138348200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5325, 7.14]}, "bbox": [-111.4259, 42.5325, -111.4259, 42.5325]}, {"id": "5005", "type": "Feature", "properties": {"id": "us2000ar0y", "mag": 4.6, "time": 1505138171510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.9326, 17.4028, 10.0]}, "bbox": [95.9326, 17.4028, 95.9326, 17.4028]}, {"id": "5006", "type": "Feature", "properties": {"id": "ak16813481", "mag": 1.9, "time": 1505137989499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3857, 59.1724, 56.6]}, "bbox": [-152.3857, 59.1724, -152.3857, 59.1724]}, {"id": "5007", "type": "Feature", "properties": {"id": "us2000ak1y", "mag": 2.6, "time": 1505137521110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5419, 8.21]}, "bbox": [-111.4339, 42.5419, -111.4339, 42.5419]}, {"id": "5008", "type": "Feature", "properties": {"id": "us2000ak1r", "mag": 2.9, "time": 1505137114700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5456, 6.59]}, "bbox": [-111.4362, 42.5456, -111.4362, 42.5456]}, {"id": "5009", "type": "Feature", "properties": {"id": "us2000ak1m", "mag": 3.0, "time": 1505136985250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4366, 42.5476, 10.03]}, "bbox": [-111.4366, 42.5476, -111.4366, 42.5476]}, {"id": "5010", "type": "Feature", "properties": {"id": "us2000ar0x", "mag": 4.6, "time": 1505136879610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.6908, 22.421, 111.87]}, "bbox": [94.6908, 22.421, 94.6908, 22.421]}, {"id": "5011", "type": "Feature", "properties": {"id": "ak16813475", "mag": 2.1, "time": 1505136538402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5913, 51.4481, 48.1]}, "bbox": [-175.5913, 51.4481, -175.5913, 51.4481]}, {"id": "5012", "type": "Feature", "properties": {"id": "us2000ak17", "mag": 4.7, "time": 1505136395640, "felt": 63.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4397, 42.547, 8.42]}, "bbox": [-111.4397, 42.547, -111.4397, 42.547]}, {"id": "5013", "type": "Feature", "properties": {"id": "us2000ar13", "mag": 4.3, "time": 1505136238290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.0316, -19.7635, 35.0]}, "bbox": [-174.0316, -19.7635, -174.0316, -19.7635]}, {"id": "5014", "type": "Feature", "properties": {"id": "ci37760103", "mag": 1.09, "time": 1505136097380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.087333, 5.54]}, "bbox": [-118.293, 35.087333, -118.293, 35.087333]}, {"id": "5015", "type": "Feature", "properties": {"id": "ak16812727", "mag": 2.6, "time": 1505135732771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9083, 64.6086, 14.0]}, "bbox": [-147.9083, 64.6086, -147.9083, 64.6086]}, {"id": "5016", "type": "Feature", "properties": {"id": "ak16812725", "mag": 1.1, "time": 1505135440719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9809, 60.2846, 15.6]}, "bbox": [-142.9809, 60.2846, -142.9809, 60.2846]}, {"id": "5017", "type": "Feature", "properties": {"id": "ak16812722", "mag": 1.3, "time": 1505135255673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2227, 61.5128, 2.0]}, "bbox": [-151.2227, 61.5128, -151.2227, 61.5128]}, {"id": "5018", "type": "Feature", "properties": {"id": "nn00604646", "mag": 1.4, "time": 1505134420760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0108, 37.3174, 5.6]}, "bbox": [-115.0108, 37.3174, -115.0108, 37.3174]}, {"id": "5019", "type": "Feature", "properties": {"id": "nc72890261", "mag": 1.53, "time": 1505134375000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944, 37.596667, 2.35]}, "bbox": [-118.944, 37.596667, -118.944, 37.596667]}, {"id": "5020", "type": "Feature", "properties": {"id": "ak16812712", "mag": 1.2, "time": 1505134108855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0572, 63.3368, 5.2]}, "bbox": [-152.0572, 63.3368, -152.0572, 63.3368]}, {"id": "5021", "type": "Feature", "properties": {"id": "nc72890256", "mag": 2.28, "time": 1505133958310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804, 37.487667, 2.35]}, "bbox": [-118.804, 37.487667, -118.804, 37.487667]}, {"id": "5022", "type": "Feature", "properties": {"id": "ak16827325", "mag": 1.0, "time": 1505133922020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6291, 68.5279, 7.8]}, "bbox": [-146.6291, 68.5279, -146.6291, 68.5279]}, {"id": "5023", "type": "Feature", "properties": {"id": "ak16827324", "mag": 2.0, "time": 1505133892582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5495, 51.3476, 48.9]}, "bbox": [179.5495, 51.3476, 179.5495, 51.3476]}, {"id": "5024", "type": "Feature", "properties": {"id": "us2000ak0e", "mag": 2.5, "time": 1505133857280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4384, 42.5522, 4.67]}, "bbox": [-111.4384, 42.5522, -111.4384, 42.5522]}, {"id": "5025", "type": "Feature", "properties": {"id": "uu60242837", "mag": 1.53, "time": 1505133790240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.5545, 3.92]}, "bbox": [-111.424667, 42.5545, -111.424667, 42.5545]}, {"id": "5026", "type": "Feature", "properties": {"id": "hv61904231", "mag": 1.21, "time": 1505133342610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6145, 19.417333, 2.362]}, "bbox": [-155.6145, 19.417333, -155.6145, 19.417333]}, {"id": "5027", "type": "Feature", "properties": {"id": "us2000ak05", "mag": 4.1, "time": 1505133270220, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4421, 42.5481, 9.98]}, "bbox": [-111.4421, 42.5481, -111.4421, 42.5481]}, {"id": "5028", "type": "Feature", "properties": {"id": "us2000ak03", "mag": 2.7, "time": 1505133174850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5648, 8.56]}, "bbox": [-111.4364, 42.5648, -111.4364, 42.5648]}, {"id": "5029", "type": "Feature", "properties": {"id": "ak16812710", "mag": 1.0, "time": 1505133166684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8559, 62.6857, 65.3]}, "bbox": [-149.8559, 62.6857, -149.8559, 62.6857]}, {"id": "5030", "type": "Feature", "properties": {"id": "us2000ar0u", "mag": 4.2, "time": 1505133047670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1594, -25.8043, 396.76]}, "bbox": [-179.1594, -25.8043, -179.1594, -25.8043]}, {"id": "5031", "type": "Feature", "properties": {"id": "nn00604676", "mag": 1.2, "time": 1505132161656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9061, 38.3603, 6.9]}, "bbox": [-118.9061, 38.3603, -118.9061, 38.3603]}, {"id": "5032", "type": "Feature", "properties": {"id": "ak16811973", "mag": 1.1, "time": 1505132086727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8547, 61.7247, 43.6]}, "bbox": [-148.8547, 61.7247, -148.8547, 61.7247]}, {"id": "5033", "type": "Feature", "properties": {"id": "ak16811972", "mag": 1.5, "time": 1505132009437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3277, 62.9497, 102.8]}, "bbox": [-151.3277, 62.9497, -151.3277, 62.9497]}, {"id": "5034", "type": "Feature", "properties": {"id": "us2000ajzy", "mag": 2.5, "time": 1505131814160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6131, 6.65]}, "bbox": [-111.4451, 42.6131, -111.4451, 42.6131]}, {"id": "5035", "type": "Feature", "properties": {"id": "mb80254459", "mag": 2.11, "time": 1505131462070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.591167, 48.595333, 11.25]}, "bbox": [-114.591167, 48.595333, -114.591167, 48.595333]}, {"id": "5036", "type": "Feature", "properties": {"id": "ak16811969", "mag": 1.3, "time": 1505131136327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0317, 60.2939, 13.2]}, "bbox": [-143.0317, 60.2939, -143.0317, 60.2939]}, {"id": "5037", "type": "Feature", "properties": {"id": "ci37760055", "mag": 1.58, "time": 1505130502980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1345, 33.263, 3.81]}, "bbox": [-116.1345, 33.263, -116.1345, 33.263]}, {"id": "5038", "type": "Feature", "properties": {"id": "us2000ajzq", "mag": 3.0, "time": 1505130391090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5733, 9.58]}, "bbox": [-111.4364, 42.5733, -111.4364, 42.5733]}, {"id": "5039", "type": "Feature", "properties": {"id": "ak16811954", "mag": 3.1, "time": 1505130323357, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1197, 60.1444, 17.1]}, "bbox": [-147.1197, 60.1444, -147.1197, 60.1444]}, {"id": "5040", "type": "Feature", "properties": {"id": "us2000ar0t", "mag": 4.0, "time": 1505129120720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0508, -16.1442, 368.85]}, "bbox": [-176.0508, -16.1442, -176.0508, -16.1442]}, {"id": "5041", "type": "Feature", "properties": {"id": "us2000ajzk", "mag": 4.5, "time": 1505129105150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1346, -37.5234, 25.58]}, "bbox": [-74.1346, -37.5234, -74.1346, -37.5234]}, {"id": "5042", "type": "Feature", "properties": {"id": "nc72890236", "mag": 2.17, "time": 1505128675290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.459167, 1.9]}, "bbox": [-118.822, 37.459167, -118.822, 37.459167]}, {"id": "5043", "type": "Feature", "properties": {"id": "ak16827315", "mag": 2.3, "time": 1505128561623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8371, 52.7853, 7.1]}, "bbox": [-163.8371, 52.7853, -163.8371, 52.7853]}, {"id": "5044", "type": "Feature", "properties": {"id": "ak16811944", "mag": 1.3, "time": 1505128093436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0565, 64.7051, 17.4]}, "bbox": [-149.0565, 64.7051, -149.0565, 64.7051]}, {"id": "5045", "type": "Feature", "properties": {"id": "ak16811204", "mag": 1.3, "time": 1505127768013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9834, 54.7566, 4.6]}, "bbox": [-163.9834, 54.7566, -163.9834, 54.7566]}, {"id": "5046", "type": "Feature", "properties": {"id": "hv61904116", "mag": 2.16, "time": 1505127753700, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28183, 19.407, 0.02]}, "bbox": [-155.28183, 19.407, -155.28183, 19.407]}, {"id": "5047", "type": "Feature", "properties": {"id": "ci37760031", "mag": 2.03, "time": 1505127492210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.712, 33.879333, 13.03]}, "bbox": [-118.712, 33.879333, -118.712, 33.879333]}, {"id": "5048", "type": "Feature", "properties": {"id": "ak16827311", "mag": 1.5, "time": 1505127421795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.853, 59.6229, 96.0]}, "bbox": [-152.853, 59.6229, -152.853, 59.6229]}, {"id": "5049", "type": "Feature", "properties": {"id": "ak16811203", "mag": 1.3, "time": 1505127015264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6217, 68.5348, 1.0]}, "bbox": [-146.6217, 68.5348, -146.6217, 68.5348]}, {"id": "5050", "type": "Feature", "properties": {"id": "ak16811201", "mag": 1.5, "time": 1505126914844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1251, 64.9961, 18.4]}, "bbox": [-152.1251, 64.9961, -152.1251, 64.9961]}, {"id": "5051", "type": "Feature", "properties": {"id": "ak16811199", "mag": 1.6, "time": 1505125956806, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5218, 65.7316, 2.7]}, "bbox": [-164.5218, 65.7316, -164.5218, 65.7316]}, {"id": "5052", "type": "Feature", "properties": {"id": "ak16811198", "mag": 1.6, "time": 1505125657616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3884, 53.8156, 54.1]}, "bbox": [-165.3884, 53.8156, -165.3884, 53.8156]}, {"id": "5053", "type": "Feature", "properties": {"id": "nc72890226", "mag": 1.01, "time": 1505125359080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753998, 38.790165, 3.35]}, "bbox": [-122.753998, 38.790165, -122.753998, 38.790165]}, {"id": "5054", "type": "Feature", "properties": {"id": "ci37760023", "mag": 1.32, "time": 1505125346420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.25, 34.0295, 14.73]}, "bbox": [-117.25, 34.0295, -117.25, 34.0295]}, {"id": "5055", "type": "Feature", "properties": {"id": "ci37760015", "mag": 1.79, "time": 1505125221750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.210667, 33.964, 14.98]}, "bbox": [-117.210667, 33.964, -117.210667, 33.964]}, {"id": "5056", "type": "Feature", "properties": {"id": "ak16811192", "mag": 1.6, "time": 1505124596279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4191, 53.5639, 6.6]}, "bbox": [-167.4191, 53.5639, -167.4191, 53.5639]}, {"id": "5057", "type": "Feature", "properties": {"id": "us2000ajy4", "mag": 3.0, "time": 1505124017240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4438, 42.5496, 7.43]}, "bbox": [-111.4438, 42.5496, -111.4438, 42.5496]}, {"id": "5058", "type": "Feature", "properties": {"id": "ak16811190", "mag": 1.5, "time": 1505123878146, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2865, 60.4132, 89.8]}, "bbox": [-152.2865, 60.4132, -152.2865, 60.4132]}, {"id": "5059", "type": "Feature", "properties": {"id": "ak16811188", "mag": 1.0, "time": 1505123692728, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3358, 61.5763, 29.1]}, "bbox": [-146.3358, 61.5763, -146.3358, 61.5763]}, {"id": "5060", "type": "Feature", "properties": {"id": "nc72890206", "mag": 0.98, "time": 1505123643110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.747167, 37.409167, 5.32]}, "bbox": [-121.747167, 37.409167, -121.747167, 37.409167]}, {"id": "5061", "type": "Feature", "properties": {"id": "ak16811186", "mag": 1.6, "time": 1505123476693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8224, 59.7877, 2.4]}, "bbox": [-136.8224, 59.7877, -136.8224, 59.7877]}, {"id": "5062", "type": "Feature", "properties": {"id": "us2000ajxv", "mag": 2.9, "time": 1505123164250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4237, 42.5673, 7.37]}, "bbox": [-111.4237, 42.5673, -111.4237, 42.5673]}, {"id": "5063", "type": "Feature", "properties": {"id": "us2000ajxj", "mag": 4.3, "time": 1505122591560, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5544, 2.24]}, "bbox": [-111.4287, 42.5544, -111.4287, 42.5544]}, {"id": "5064", "type": "Feature", "properties": {"id": "uu60242567", "mag": 2.2, "time": 1505122522080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4315, 42.546167, 6.37]}, "bbox": [-111.4315, 42.546167, -111.4315, 42.546167]}, {"id": "5065", "type": "Feature", "properties": {"id": "ci37759983", "mag": 1.63, "time": 1505121892310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.268167, 34.059667, 16.34]}, "bbox": [-117.268167, 34.059667, -117.268167, 34.059667]}, {"id": "5066", "type": "Feature", "properties": {"id": "ak16810446", "mag": 2.6, "time": 1505121756650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4598, 60.9205, 10.0]}, "bbox": [-147.4598, 60.9205, -147.4598, 60.9205]}, {"id": "5067", "type": "Feature", "properties": {"id": "ak16810443", "mag": 1.2, "time": 1505121065274, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.565, 68.8276, 0.5]}, "bbox": [-143.565, 68.8276, -143.565, 68.8276]}, {"id": "5068", "type": "Feature", "properties": {"id": "ci37759967", "mag": 1.22, "time": 1505119075410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.577833, 33.463, 8.81]}, "bbox": [-116.577833, 33.463, -116.577833, 33.463]}, {"id": "5069", "type": "Feature", "properties": {"id": "uw61306317", "mag": 1.48, "time": 1505118779800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.494333, 48.421333, 23.39]}, "bbox": [-122.494333, 48.421333, -122.494333, 48.421333]}, {"id": "5070", "type": "Feature", "properties": {"id": "uu60242517", "mag": 2.59, "time": 1505118734680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-109.851333, 41.686167, 9.37]}, "bbox": [-109.851333, 41.686167, -109.851333, 41.686167]}, {"id": "5071", "type": "Feature", "properties": {"id": "pr2017254000", "mag": 3.41, "time": 1505118382390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9758, 19.4726, 83.0]}, "bbox": [-67.9758, 19.4726, -67.9758, 19.4726]}, {"id": "5072", "type": "Feature", "properties": {"id": "ak16809713", "mag": 1.0, "time": 1505117722024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6659, 62.2481, 21.1]}, "bbox": [-145.6659, 62.2481, -145.6659, 62.2481]}, {"id": "5073", "type": "Feature", "properties": {"id": "ak16809711", "mag": 3.4, "time": 1505116920134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.5449, 52.5632, 40.2]}, "bbox": [-169.5449, 52.5632, -169.5449, 52.5632]}, {"id": "5074", "type": "Feature", "properties": {"id": "us2000ajwn", "mag": 4.4, "time": 1505116663270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9806, 15.3004, 56.84]}, "bbox": [-93.9806, 15.3004, -93.9806, 15.3004]}, {"id": "5075", "type": "Feature", "properties": {"id": "ci37759959", "mag": 1.14, "time": 1505116447350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2325, 33.327833, 10.93]}, "bbox": [-116.2325, 33.327833, -116.2325, 33.327833]}, {"id": "5076", "type": "Feature", "properties": {"id": "us2000ajwc", "mag": 2.7, "time": 1505116217360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6238, 8.02]}, "bbox": [-111.4585, 42.6238, -111.4585, 42.6238]}, {"id": "5077", "type": "Feature", "properties": {"id": "uu60242452", "mag": 1.42, "time": 1505115184130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4215, 42.555167, 8.21]}, "bbox": [-111.4215, 42.555167, -111.4215, 42.555167]}, {"id": "5078", "type": "Feature", "properties": {"id": "us2000ajw6", "mag": 4.3, "time": 1505114696270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1399, -24.246, 215.32]}, "bbox": [-67.1399, -24.246, -67.1399, -24.246]}, {"id": "5079", "type": "Feature", "properties": {"id": "ak16809708", "mag": 1.5, "time": 1505114006947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 60.1009, 45.2]}, "bbox": [-150.8258, 60.1009, -150.8258, 60.1009]}, {"id": "5080", "type": "Feature", "properties": {"id": "ak16827294", "mag": 1.9, "time": 1505113098912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8676, 59.0889, 2.2]}, "bbox": [-142.8676, 59.0889, -142.8676, 59.0889]}, {"id": "5081", "type": "Feature", "properties": {"id": "mb80254374", "mag": 1.5, "time": 1505112921190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.8645, 12.3]}, "bbox": [-112.529333, 46.8645, -112.529333, 46.8645]}, {"id": "5082", "type": "Feature", "properties": {"id": "ci37759927", "mag": 2.02, "time": 1505112772010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.403, 34.906, 11.64]}, "bbox": [-119.403, 34.906, -119.403, 34.906]}, {"id": "5083", "type": "Feature", "properties": {"id": "ak16809693", "mag": 2.3, "time": 1505111147899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1691, 60.3968, 3.4]}, "bbox": [-142.1691, 60.3968, -142.1691, 60.3968]}, {"id": "5084", "type": "Feature", "properties": {"id": "nc72890121", "mag": 1.12, "time": 1505109941490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.807335, 2.77]}, "bbox": [-122.819168, 38.807335, -122.819168, 38.807335]}, {"id": "5085", "type": "Feature", "properties": {"id": "us2000ajvf", "mag": 2.9, "time": 1505109741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.5774, 5.0]}, "bbox": [-111.4688, 42.5774, -111.4688, 42.5774]}, {"id": "5086", "type": "Feature", "properties": {"id": "us2000ajva", "mag": 4.3, "time": 1505109063560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9711, 15.3853, 85.78]}, "bbox": [-93.9711, 15.3853, -93.9711, 15.3853]}, {"id": "5087", "type": "Feature", "properties": {"id": "nc72890106", "mag": 1.68, "time": 1505108835910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.298667, 36.839667, 6.48]}, "bbox": [-121.298667, 36.839667, -121.298667, 36.839667]}, {"id": "5088", "type": "Feature", "properties": {"id": "ak16809690", "mag": 2.3, "time": 1505108549578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.9816, 56.0816, 4.8]}, "bbox": [-157.9816, 56.0816, -157.9816, 56.0816]}, {"id": "5089", "type": "Feature", "properties": {"id": "us2000ajv3", "mag": 2.5, "time": 1505108046520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4343, 42.6729, 8.91]}, "bbox": [-111.4343, 42.6729, -111.4343, 42.6729]}, {"id": "5090", "type": "Feature", "properties": {"id": "us2000ajuy", "mag": 4.3, "time": 1505107771280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0235, 15.4152, 96.62]}, "bbox": [-93.0235, 15.4152, -93.0235, 15.4152]}, {"id": "5091", "type": "Feature", "properties": {"id": "ak16827288", "mag": 1.8, "time": 1505107165861, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0716, 53.7182, 69.4]}, "bbox": [-166.0716, 53.7182, -166.0716, 53.7182]}, {"id": "5092", "type": "Feature", "properties": {"id": "uw61306307", "mag": 1.9, "time": 1505107163540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039333, 46.874833, 6.58]}, "bbox": [-122.039333, 46.874833, -122.039333, 46.874833]}, {"id": "5093", "type": "Feature", "properties": {"id": "nc72890096", "mag": 1.14, "time": 1505106775000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0835, 41.351667, 6.69]}, "bbox": [-122.0835, 41.351667, -122.0835, 41.351667]}, {"id": "5094", "type": "Feature", "properties": {"id": "ak16809640", "mag": 2.4, "time": 1505106550298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8937, 61.0452, 165.2]}, "bbox": [-152.8937, 61.0452, -152.8937, 61.0452]}, {"id": "5095", "type": "Feature", "properties": {"id": "ak16808961", "mag": 1.6, "time": 1505105485577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1953, 59.1308, 77.0]}, "bbox": [-153.1953, 59.1308, -153.1953, 59.1308]}, {"id": "5096", "type": "Feature", "properties": {"id": "us2000ajuh", "mag": 4.0, "time": 1505105288350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1177, 14.9912, 39.36]}, "bbox": [-94.1177, 14.9912, -94.1177, 14.9912]}, {"id": "5097", "type": "Feature", "properties": {"id": "uu60242387", "mag": 2.04, "time": 1505105195110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.553333, 8.78]}, "bbox": [-111.4145, 42.553333, -111.4145, 42.553333]}, {"id": "5098", "type": "Feature", "properties": {"id": "ci37759879", "mag": 1.88, "time": 1505105166860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.690333, 36.111167, 2.14]}, "bbox": [-117.690333, 36.111167, -117.690333, 36.111167]}, {"id": "5099", "type": "Feature", "properties": {"id": "uu60242382", "mag": 1.62, "time": 1505105133670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.917167, 39.7665, 0.9]}, "bbox": [-110.917167, 39.7665, -110.917167, 39.7665]}, {"id": "5100", "type": "Feature", "properties": {"id": "us2000ajua", "mag": 4.2, "time": 1505104652010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1678, 15.2785, 67.46]}, "bbox": [-95.1678, 15.2785, -95.1678, 15.2785]}, {"id": "5101", "type": "Feature", "properties": {"id": "us2000aju8", "mag": 4.3, "time": 1505104387690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [134.2896, -4.2452, 11.73]}, "bbox": [134.2896, -4.2452, 134.2896, -4.2452]}, {"id": "5102", "type": "Feature", "properties": {"id": "us2000aju4", "mag": 4.2, "time": 1505104376590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8401, 15.5681, 47.06]}, "bbox": [-94.8401, 15.5681, -94.8401, 15.5681]}, {"id": "5103", "type": "Feature", "properties": {"id": "ak16808959", "mag": 1.5, "time": 1505103598244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9778, 58.2872, 74.3]}, "bbox": [-153.9778, 58.2872, -153.9778, 58.2872]}, {"id": "5104", "type": "Feature", "properties": {"id": "uw61306297", "mag": 2.04, "time": 1505103582560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.873833, 6.67]}, "bbox": [-122.041833, 46.873833, -122.041833, 46.873833]}, {"id": "5105", "type": "Feature", "properties": {"id": "uw61306292", "mag": 2.25, "time": 1505103114370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041333, 46.872667, 6.52]}, "bbox": [-122.041333, 46.872667, -122.041333, 46.872667]}, {"id": "5106", "type": "Feature", "properties": {"id": "ak16827283", "mag": 1.6, "time": 1505102962401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.439, 59.7864, 127.3]}, "bbox": [-153.439, 59.7864, -153.439, 59.7864]}, {"id": "5107", "type": "Feature", "properties": {"id": "ak16827279", "mag": 1.3, "time": 1505101851739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7785, 59.9173, 97.4]}, "bbox": [-152.7785, 59.9173, -152.7785, 59.9173]}, {"id": "5108", "type": "Feature", "properties": {"id": "us2000ar0i", "mag": 4.1, "time": 1505101626150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.4651, -10.314, 10.0]}, "bbox": [152.4651, -10.314, 152.4651, -10.314]}, {"id": "5109", "type": "Feature", "properties": {"id": "ci37759855", "mag": 1.09, "time": 1505101001790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.693833, 36.111833, 2.19]}, "bbox": [-117.693833, 36.111833, -117.693833, 36.111833]}, {"id": "5110", "type": "Feature", "properties": {"id": "us2000ajtf", "mag": 3.6, "time": 1505100425300, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7392, 35.5637, 5.0]}, "bbox": [-96.7392, 35.5637, -96.7392, 35.5637]}, {"id": "5111", "type": "Feature", "properties": {"id": "us2000ar0g", "mag": 4.3, "time": 1505099718750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.3922, 57.1877, 10.0]}, "bbox": [-33.3922, 57.1877, -33.3922, 57.1877]}, {"id": "5112", "type": "Feature", "properties": {"id": "ak16808239", "mag": 1.2, "time": 1505099609741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1984, 60.4559, 13.3]}, "bbox": [-143.1984, 60.4559, -143.1984, 60.4559]}, {"id": "5113", "type": "Feature", "properties": {"id": "mb80254349", "mag": 1.33, "time": 1505099352010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.868167, 13.72]}, "bbox": [-112.536833, 46.868167, -112.536833, 46.868167]}, {"id": "5114", "type": "Feature", "properties": {"id": "ak16808202", "mag": 1.5, "time": 1505098597935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3852, 59.9636, 0.0]}, "bbox": [-139.3852, 59.9636, -139.3852, 59.9636]}, {"id": "5115", "type": "Feature", "properties": {"id": "ak16808197", "mag": 1.0, "time": 1505098478421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2252, 63.2571, 2.9]}, "bbox": [-151.2252, 63.2571, -151.2252, 63.2571]}, {"id": "5116", "type": "Feature", "properties": {"id": "ak16808189", "mag": 2.2, "time": 1505098007693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7551, 60.3801, 2.2]}, "bbox": [-137.7551, 60.3801, -137.7551, 60.3801]}, {"id": "5117", "type": "Feature", "properties": {"id": "us2000ajt6", "mag": 3.1, "time": 1505097902820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7475, 60.3735, 5.0]}, "bbox": [-137.7475, 60.3735, -137.7475, 60.3735]}, {"id": "5118", "type": "Feature", "properties": {"id": "us2000ajt7", "mag": 5.1, "time": 1505097732030, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [134.3851, -4.1892, 10.0]}, "bbox": [134.3851, -4.1892, 134.3851, -4.1892]}, {"id": "5119", "type": "Feature", "properties": {"id": "ak16808181", "mag": 1.1, "time": 1505097584665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6756, 61.6922, 62.5]}, "bbox": [-150.6756, 61.6922, -150.6756, 61.6922]}, {"id": "5120", "type": "Feature", "properties": {"id": "us2000ajt5", "mag": 3.0, "time": 1505097294300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4685, 42.672, 9.46]}, "bbox": [-111.4685, 42.672, -111.4685, 42.672]}, {"id": "5121", "type": "Feature", "properties": {"id": "us2000ajt2", "mag": 2.8, "time": 1505097280810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4535, 42.6306, 9.3]}, "bbox": [-111.4535, 42.6306, -111.4535, 42.6306]}, {"id": "5122", "type": "Feature", "properties": {"id": "us2000ar0e", "mag": 4.3, "time": 1505096741600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.0697, 24.7471, 68.23]}, "bbox": [122.0697, 24.7471, 122.0697, 24.7471]}, {"id": "5123", "type": "Feature", "properties": {"id": "us2000ajsz", "mag": 4.7, "time": 1505096631090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9001, 15.6517, 51.53]}, "bbox": [-94.9001, 15.6517, -94.9001, 15.6517]}, {"id": "5124", "type": "Feature", "properties": {"id": "ak16807505", "mag": 1.3, "time": 1505096509471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9046, 61.531, 28.4]}, "bbox": [-147.9046, 61.531, -147.9046, 61.531]}, {"id": "5125", "type": "Feature", "properties": {"id": "ak16807502", "mag": 1.6, "time": 1505096282982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2586, 62.549, 5.0]}, "bbox": [-159.2586, 62.549, -159.2586, 62.549]}, {"id": "5126", "type": "Feature", "properties": {"id": "nc72890026", "mag": 1.21, "time": 1505096190960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009667, 37.590833, -0.07]}, "bbox": [-119.009667, 37.590833, -119.009667, 37.590833]}, {"id": "5127", "type": "Feature", "properties": {"id": "us2000ajsw", "mag": 4.2, "time": 1505095770400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.418, 15.8113, 56.97]}, "bbox": [-94.418, 15.8113, -94.418, 15.8113]}, {"id": "5128", "type": "Feature", "properties": {"id": "ak16807468", "mag": 1.2, "time": 1505095529647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0357, 62.0888, 52.2]}, "bbox": [-150.0357, 62.0888, -150.0357, 62.0888]}, {"id": "5129", "type": "Feature", "properties": {"id": "ci37759783", "mag": 2.05, "time": 1505095452510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.502333, 35.679, 6.19]}, "bbox": [-116.502333, 35.679, -116.502333, 35.679]}, {"id": "5130", "type": "Feature", "properties": {"id": "nc72890021", "mag": 1.71, "time": 1505095034230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.535667, 37.632333, 19.33]}, "bbox": [-119.535667, 37.632333, -119.535667, 37.632333]}, {"id": "5131", "type": "Feature", "properties": {"id": "ci37759775", "mag": 1.34, "time": 1505095022580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.507333, 34.488, 1.46]}, "bbox": [-116.507333, 34.488, -116.507333, 34.488]}, {"id": "5132", "type": "Feature", "properties": {"id": "us2000ajsk", "mag": 4.6, "time": 1505093529680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.5451, 12.9836, 114.29]}, "bbox": [143.5451, 12.9836, 143.5451, 12.9836]}, {"id": "5133", "type": "Feature", "properties": {"id": "ak16827267", "mag": 1.3, "time": 1505093440775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1537, 59.7401, 106.9]}, "bbox": [-153.1537, 59.7401, -153.1537, 59.7401]}, {"id": "5134", "type": "Feature", "properties": {"id": "ci37759759", "mag": 1.69, "time": 1505093145730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798167, 33.493667, 3.61]}, "bbox": [-116.798167, 33.493667, -116.798167, 33.493667]}, {"id": "5135", "type": "Feature", "properties": {"id": "nn00604614", "mag": 1.5, "time": 1505092989312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.6589, 37.3487, 6.1]}, "bbox": [-114.6589, 37.3487, -114.6589, 37.3487]}, {"id": "5136", "type": "Feature", "properties": {"id": "us2000ar1r", "mag": 3.5, "time": 1505092806050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.8111, 53.8607, 10.0]}, "bbox": [170.8111, 53.8607, 170.8111, 53.8607]}, {"id": "5137", "type": "Feature", "properties": {"id": "us2000ar0b", "mag": 4.2, "time": 1505092783010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.953, 17.3198, 10.0]}, "bbox": [95.953, 17.3198, 95.953, 17.3198]}, {"id": "5138", "type": "Feature", "properties": {"id": "hv61903861", "mag": 1.26, "time": 1505092321650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.490333, 19.339667, 9.09]}, "bbox": [-155.490333, 19.339667, -155.490333, 19.339667]}, {"id": "5139", "type": "Feature", "properties": {"id": "us2000ajsh", "mag": 4.1, "time": 1505092219210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.972, -6.9548, 134.48]}, "bbox": [129.972, -6.9548, 129.972, -6.9548]}, {"id": "5140", "type": "Feature", "properties": {"id": "ak16806794", "mag": 1.3, "time": 1505092129494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3457, 60.4497, 89.7]}, "bbox": [-152.3457, 60.4497, -152.3457, 60.4497]}, {"id": "5141", "type": "Feature", "properties": {"id": "ak16827265", "mag": 1.1, "time": 1505091880397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6719, 63.2902, 124.6]}, "bbox": [-150.6719, 63.2902, -150.6719, 63.2902]}, {"id": "5142", "type": "Feature", "properties": {"id": "uu60242262", "mag": 2.47, "time": 1505091634360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.578333, 7.23]}, "bbox": [-111.440667, 42.578333, -111.440667, 42.578333]}, {"id": "5143", "type": "Feature", "properties": {"id": "us2000ajsf", "mag": 2.3, "time": 1505091431720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443, 42.5904, 7.61]}, "bbox": [-111.443, 42.5904, -111.443, 42.5904]}, {"id": "5144", "type": "Feature", "properties": {"id": "ak16827264", "mag": 1.3, "time": 1505091007359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0095, 58.5704, 86.0]}, "bbox": [-154.0095, 58.5704, -154.0095, 58.5704]}, {"id": "5145", "type": "Feature", "properties": {"id": "nc72890011", "mag": 1.58, "time": 1505090685010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.542333, 4.8]}, "bbox": [-118.832333, 37.542333, -118.832333, 37.542333]}, {"id": "5146", "type": "Feature", "properties": {"id": "ci37759743", "mag": 1.01, "time": 1505090624240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.589167, 36.0335, 2.63]}, "bbox": [-117.589167, 36.0335, -117.589167, 36.0335]}, {"id": "5147", "type": "Feature", "properties": {"id": "us2000amxb", "mag": 3.0, "time": 1505090296990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.554, 51.5916, 17.56]}, "bbox": [-178.554, 51.5916, -178.554, 51.5916]}, {"id": "5148", "type": "Feature", "properties": {"id": "nc72890001", "mag": 0.97, "time": 1505089976320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.541833, 4.79]}, "bbox": [-118.831, 37.541833, -118.831, 37.541833]}, {"id": "5149", "type": "Feature", "properties": {"id": "us2000ajsa", "mag": 4.9, "time": 1505089942200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9938, 15.3932, 58.95]}, "bbox": [-93.9938, 15.3932, -93.9938, 15.3932]}, {"id": "5150", "type": "Feature", "properties": {"id": "us2000ajs1", "mag": 3.2, "time": 1505088752720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.563, 8.0]}, "bbox": [-111.4151, 42.563, -111.4151, 42.563]}, {"id": "5151", "type": "Feature", "properties": {"id": "us2000ajrw", "mag": 4.4, "time": 1505087147130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4901, 14.0924, 54.64]}, "bbox": [-93.4901, 14.0924, -93.4901, 14.0924]}, {"id": "5152", "type": "Feature", "properties": {"id": "ak16806048", "mag": 1.2, "time": 1505085946916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3481, 62.1328, 10.2]}, "bbox": [-150.3481, 62.1328, -150.3481, 62.1328]}, {"id": "5153", "type": "Feature", "properties": {"id": "ci37759727", "mag": 1.54, "time": 1505085941950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.663167, 35.044, -0.82]}, "bbox": [-117.663167, 35.044, -117.663167, 35.044]}, {"id": "5154", "type": "Feature", "properties": {"id": "us2000ajrn", "mag": 2.4, "time": 1505085758040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4372, 42.584, 3.54]}, "bbox": [-111.4372, 42.584, -111.4372, 42.584]}, {"id": "5155", "type": "Feature", "properties": {"id": "ak16827727", "mag": 1.2, "time": 1505085448361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0012, 60.1398, 104.9]}, "bbox": [-153.0012, 60.1398, -153.0012, 60.1398]}, {"id": "5156", "type": "Feature", "properties": {"id": "us2000ajrh", "mag": 2.4, "time": 1505084625610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4614, 42.6018, 5.02]}, "bbox": [-111.4614, 42.6018, -111.4614, 42.6018]}, {"id": "5157", "type": "Feature", "properties": {"id": "us2000ajre", "mag": 3.0, "time": 1505084186000, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4583, 42.5935, 5.0]}, "bbox": [-111.4583, 42.5935, -111.4583, 42.5935]}, {"id": "5158", "type": "Feature", "properties": {"id": "ak16805384", "mag": 1.3, "time": 1505084019928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9225, 60.1912, 51.8]}, "bbox": [-150.9225, 60.1912, -150.9225, 60.1912]}, {"id": "5159", "type": "Feature", "properties": {"id": "pr2017253006", "mag": 3.55, "time": 1505083663180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7241, 19.5025, 24.0]}, "bbox": [-68.7241, 19.5025, -68.7241, 19.5025]}, {"id": "5160", "type": "Feature", "properties": {"id": "ci37759703", "mag": 1.47, "time": 1505083414820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164, 34.038833, 6.0]}, "bbox": [-117.164, 34.038833, -117.164, 34.038833]}, {"id": "5161", "type": "Feature", "properties": {"id": "ci37759695", "mag": 2.37, "time": 1505083359860, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166167, 34.037667, 6.01]}, "bbox": [-117.166167, 34.037667, -117.166167, 34.037667]}, {"id": "5162", "type": "Feature", "properties": {"id": "ci37759687", "mag": 1.26, "time": 1505083316070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166667, 34.039167, 6.08]}, "bbox": [-117.166667, 34.039167, -117.166667, 34.039167]}, {"id": "5163", "type": "Feature", "properties": {"id": "ismpkansas70234968", "mag": 1.57, "time": 1505083207900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.877167, 37.229167, 3.02]}, "bbox": [-97.877167, 37.229167, -97.877167, 37.229167]}, {"id": "5164", "type": "Feature", "properties": {"id": "ci37759679", "mag": 1.03, "time": 1505082787240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.290167, 35.090833, 2.62]}, "bbox": [-118.290167, 35.090833, -118.290167, 35.090833]}, {"id": "5165", "type": "Feature", "properties": {"id": "uu60242127", "mag": 1.52, "time": 1505082515530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439, 42.5855, 3.5]}, "bbox": [-111.439, 42.5855, -111.439, 42.5855]}, {"id": "5166", "type": "Feature", "properties": {"id": "ak16805375", "mag": 2.0, "time": 1505082468672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2261, 62.1899, 53.2]}, "bbox": [-150.2261, 62.1899, -150.2261, 62.1899]}, {"id": "5167", "type": "Feature", "properties": {"id": "ak16805361", "mag": 2.4, "time": 1505082389962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8636, 68.2355, 2.3]}, "bbox": [-146.8636, 68.2355, -146.8636, 68.2355]}, {"id": "5168", "type": "Feature", "properties": {"id": "us2000ajq9", "mag": 3.3, "time": 1505081821360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4511, 42.5959, 5.0]}, "bbox": [-111.4511, 42.5959, -111.4511, 42.5959]}, {"id": "5169", "type": "Feature", "properties": {"id": "nc72889956", "mag": 1.01, "time": 1505081275110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.790333, 37.452833, 8.21]}, "bbox": [-121.790333, 37.452833, -121.790333, 37.452833]}, {"id": "5170", "type": "Feature", "properties": {"id": "ak16805341", "mag": 2.5, "time": 1505081090999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9101, 57.044, 46.2]}, "bbox": [-154.9101, 57.044, -154.9101, 57.044]}, {"id": "5171", "type": "Feature", "properties": {"id": "us2000ajpe", "mag": 5.9, "time": 1505079621210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.6765, 57.1272, 10.0]}, "bbox": [-33.6765, 57.1272, -33.6765, 57.1272]}, {"id": "5172", "type": "Feature", "properties": {"id": "nc72889936", "mag": 1.22, "time": 1505079295950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.937667, 37.601667, 1.02]}, "bbox": [-118.937667, 37.601667, -118.937667, 37.601667]}, {"id": "5173", "type": "Feature", "properties": {"id": "nc72889931", "mag": 1.1, "time": 1505078962470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.806, 37.5175, -2.34]}, "bbox": [-118.806, 37.5175, -118.806, 37.5175]}, {"id": "5174", "type": "Feature", "properties": {"id": "us2000ajp8", "mag": 2.8, "time": 1505078892060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4509, 42.5792, 6.22]}, "bbox": [-111.4509, 42.5792, -111.4509, 42.5792]}, {"id": "5175", "type": "Feature", "properties": {"id": "uw61306227", "mag": 1.13, "time": 1505078465000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.011167, 46.792, 5.12]}, "bbox": [-122.011167, 46.792, -122.011167, 46.792]}, {"id": "5176", "type": "Feature", "properties": {"id": "uu60241997", "mag": 1.44, "time": 1505078100230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422167, 42.554167, 8.0]}, "bbox": [-111.422167, 42.554167, -111.422167, 42.554167]}, {"id": "5177", "type": "Feature", "properties": {"id": "ak16827720", "mag": 1.0, "time": 1505077902054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0938, 58.0932, 50.1]}, "bbox": [-153.0938, 58.0932, -153.0938, 58.0932]}, {"id": "5178", "type": "Feature", "properties": {"id": "nc72889921", "mag": 1.74, "time": 1505077579730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.941333, 37.642833, 0.01]}, "bbox": [-118.941333, 37.642833, -118.941333, 37.642833]}, {"id": "5179", "type": "Feature", "properties": {"id": "nc72889926", "mag": 1.62, "time": 1505077560070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946167, 37.638667, -0.65]}, "bbox": [-118.946167, 37.638667, -118.946167, 37.638667]}, {"id": "5180", "type": "Feature", "properties": {"id": "nc72889911", "mag": 0.99, "time": 1505077390170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.394833, 36.9325, 8.56]}, "bbox": [-121.394833, 36.9325, -121.394833, 36.9325]}, {"id": "5181", "type": "Feature", "properties": {"id": "pr2017253005", "mag": 2.52, "time": 1505077373570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.714, 18.0166, 7.0]}, "bbox": [-66.714, 18.0166, -66.714, 18.0166]}, {"id": "5182", "type": "Feature", "properties": {"id": "nc72889916", "mag": 0.95, "time": 1505077317230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.881833, 37.512333, -0.07]}, "bbox": [-118.881833, 37.512333, -118.881833, 37.512333]}, {"id": "5183", "type": "Feature", "properties": {"id": "ak16804640", "mag": 1.6, "time": 1505077302019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5368, 58.8361, 122.2]}, "bbox": [-154.5368, 58.8361, -154.5368, 58.8361]}, {"id": "5184", "type": "Feature", "properties": {"id": "us2000ajnd", "mag": 4.5, "time": 1505076424950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2595, 15.0768, 55.96]}, "bbox": [-94.2595, 15.0768, -94.2595, 15.0768]}, {"id": "5185", "type": "Feature", "properties": {"id": "nn00604604", "mag": 1.4, "time": 1505076297106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 40.8314, 10.3]}, "bbox": [-115.9555, 40.8314, -115.9555, 40.8314]}, {"id": "5186", "type": "Feature", "properties": {"id": "ak16803984", "mag": 1.3, "time": 1505076289998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1907, 63.4845, 0.8]}, "bbox": [-151.1907, 63.4845, -151.1907, 63.4845]}, {"id": "5187", "type": "Feature", "properties": {"id": "us2000ajms", "mag": 3.3, "time": 1505075535460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4239, 42.5436, 5.0]}, "bbox": [-111.4239, 42.5436, -111.4239, 42.5436]}, {"id": "5188", "type": "Feature", "properties": {"id": "nn00604570", "mag": 1.1, "time": 1505075507371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8807, 36.8036, 7.4]}, "bbox": [-115.8807, 36.8036, -115.8807, 36.8036]}, {"id": "5189", "type": "Feature", "properties": {"id": "ak16827715", "mag": 1.2, "time": 1505074869438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7422, 60.0074, 102.5]}, "bbox": [-152.7422, 60.0074, -152.7422, 60.0074]}, {"id": "5190", "type": "Feature", "properties": {"id": "ak16803877", "mag": 1.0, "time": 1505074842648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4194, 63.2783, 7.1]}, "bbox": [-151.4194, 63.2783, -151.4194, 63.2783]}, {"id": "5191", "type": "Feature", "properties": {"id": "us2000ajm5", "mag": 2.5, "time": 1505074494700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4599, 42.5711, 10.61]}, "bbox": [-111.4599, 42.5711, -111.4599, 42.5711]}, {"id": "5192", "type": "Feature", "properties": {"id": "hv61903706", "mag": 1.86, "time": 1505074128010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.273331, 19.413166, 0.54]}, "bbox": [-155.273331, 19.413166, -155.273331, 19.413166]}, {"id": "5193", "type": "Feature", "properties": {"id": "us2000ajlx", "mag": 3.2, "time": 1505074034020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.42, 42.5453, 7.37]}, "bbox": [-111.42, 42.5453, -111.42, 42.5453]}, {"id": "5194", "type": "Feature", "properties": {"id": "ak16803869", "mag": 1.2, "time": 1505073920064, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7217, 63.3651, 4.1]}, "bbox": [-151.7217, 63.3651, -151.7217, 63.3651]}, {"id": "5195", "type": "Feature", "properties": {"id": "us2000ajls", "mag": 4.3, "time": 1505073807210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.114, -23.6018, 85.28]}, "bbox": [-69.114, -23.6018, -69.114, -23.6018]}, {"id": "5196", "type": "Feature", "properties": {"id": "us2000ajlp", "mag": 4.6, "time": 1505073492510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [13.2839, 42.1689, 5.0]}, "bbox": [13.2839, 42.1689, 13.2839, 42.1689]}, {"id": "5197", "type": "Feature", "properties": {"id": "ci37759623", "mag": 1.13, "time": 1505073299090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.162, 34.035333, 6.06]}, "bbox": [-117.162, 34.035333, -117.162, 34.035333]}, {"id": "5198", "type": "Feature", "properties": {"id": "us2000ajlc", "mag": 2.7, "time": 1505072667200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6178, 36.1361, 5.301]}, "bbox": [-97.6178, 36.1361, -97.6178, 36.1361]}, {"id": "5199", "type": "Feature", "properties": {"id": "mb80254244", "mag": 1.15, "time": 1505072506030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527667, 46.862667, 10.3]}, "bbox": [-112.527667, 46.862667, -112.527667, 46.862667]}, {"id": "5200", "type": "Feature", "properties": {"id": "us2000akfw", "mag": 3.1, "time": 1505072325000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4094, 42.5488, 7.85]}, "bbox": [-111.4094, 42.5488, -111.4094, 42.5488]}, {"id": "5201", "type": "Feature", "properties": {"id": "us2000ajl5", "mag": 2.7, "time": 1505072221960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4249, 42.5451, 9.42]}, "bbox": [-111.4249, 42.5451, -111.4249, 42.5451]}, {"id": "5202", "type": "Feature", "properties": {"id": "nc72889901", "mag": 1.7, "time": 1505072189820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784833, 38.824667, 1.65]}, "bbox": [-122.784833, 38.824667, -122.784833, 38.824667]}, {"id": "5203", "type": "Feature", "properties": {"id": "nc72889906", "mag": 1.54, "time": 1505072140190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.153, 37.129167, 12.33]}, "bbox": [-121.153, 37.129167, -121.153, 37.129167]}, {"id": "5204", "type": "Feature", "properties": {"id": "nc72889891", "mag": 1.28, "time": 1505070945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.891, 37.544167, 1.7]}, "bbox": [-118.891, 37.544167, -118.891, 37.544167]}, {"id": "5205", "type": "Feature", "properties": {"id": "ak16803197", "mag": 2.5, "time": 1505070454371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4505, 54.6854, 60.7]}, "bbox": [-162.4505, 54.6854, -162.4505, 54.6854]}, {"id": "5206", "type": "Feature", "properties": {"id": "us2000ajkd", "mag": 4.1, "time": 1505070312980, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5563, 13.0]}, "bbox": [-111.4177, 42.5563, -111.4177, 42.5563]}, {"id": "5207", "type": "Feature", "properties": {"id": "nc72889881", "mag": 1.58, "time": 1505069810220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 37.1305, 12.32]}, "bbox": [-121.149, 37.1305, -121.149, 37.1305]}, {"id": "5208", "type": "Feature", "properties": {"id": "us2000ajkz", "mag": 2.4, "time": 1505069780800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4181, 42.5449, 7.46]}, "bbox": [-111.4181, 42.5449, -111.4181, 42.5449]}, {"id": "5209", "type": "Feature", "properties": {"id": "pr2017253004", "mag": 3.24, "time": 1505069521610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.0411, 19.2021, 48.0]}, "bbox": [-65.0411, 19.2021, -65.0411, 19.2021]}, {"id": "5210", "type": "Feature", "properties": {"id": "hv61903656", "mag": 1.57, "time": 1505069138690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.104167, 19.329333, 5.178]}, "bbox": [-155.104167, 19.329333, -155.104167, 19.329333]}, {"id": "5211", "type": "Feature", "properties": {"id": "us2000ajjx", "mag": 2.9, "time": 1505068769580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5555, 7.28]}, "bbox": [-111.4153, 42.5555, -111.4153, 42.5555]}, {"id": "5212", "type": "Feature", "properties": {"id": "ak16802543", "mag": 1.6, "time": 1505068750842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6404, 58.5519, 66.4]}, "bbox": [-153.6404, 58.5519, -153.6404, 58.5519]}, {"id": "5213", "type": "Feature", "properties": {"id": "us2000ajju", "mag": 2.5, "time": 1505068746720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9924, 37.0464, 6.8]}, "bbox": [-104.9924, 37.0464, -104.9924, 37.0464]}, {"id": "5214", "type": "Feature", "properties": {"id": "nc72889876", "mag": 1.12, "time": 1505068188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.315667, 36.955833, 7.62]}, "bbox": [-121.315667, 36.955833, -121.315667, 36.955833]}, {"id": "5215", "type": "Feature", "properties": {"id": "us2000ajjp", "mag": 2.3, "time": 1505068125580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1711, 35.6565, 7.54]}, "bbox": [-97.1711, 35.6565, -97.1711, 35.6565]}, {"id": "5216", "type": "Feature", "properties": {"id": "us2000ajjl", "mag": 2.4, "time": 1505067921890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4388, 42.6003, 7.21]}, "bbox": [-111.4388, 42.6003, -111.4388, 42.6003]}, {"id": "5217", "type": "Feature", "properties": {"id": "ci37759607", "mag": 1.53, "time": 1505067791950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169667, 34.037167, 4.29]}, "bbox": [-117.169667, 34.037167, -117.169667, 34.037167]}, {"id": "5218", "type": "Feature", "properties": {"id": "ci37759599", "mag": 0.99, "time": 1505067584720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.028, 2.94]}, "bbox": [-117.163333, 34.028, -117.163333, 34.028]}, {"id": "5219", "type": "Feature", "properties": {"id": "us2000ajn9", "mag": 2.7, "time": 1505067322220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5732, 52.3355, 35.0]}, "bbox": [-170.5732, 52.3355, -170.5732, 52.3355]}, {"id": "5220", "type": "Feature", "properties": {"id": "ak16827705", "mag": 1.3, "time": 1505067315004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7536, 59.2097, 68.0]}, "bbox": [-152.7536, 59.2097, -152.7536, 59.2097]}, {"id": "5221", "type": "Feature", "properties": {"id": "nc72889866", "mag": 1.0, "time": 1505067136160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.833, 0.66]}, "bbox": [-122.764168, 38.833, -122.764168, 38.833]}, {"id": "5222", "type": "Feature", "properties": {"id": "nc72889861", "mag": 1.06, "time": 1505067131030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.833667, 1.17]}, "bbox": [-122.759667, 38.833667, -122.759667, 38.833667]}, {"id": "5223", "type": "Feature", "properties": {"id": "ak16802540", "mag": 1.3, "time": 1505066586033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3745, 62.1772, 42.1]}, "bbox": [-149.3745, 62.1772, -149.3745, 62.1772]}, {"id": "5224", "type": "Feature", "properties": {"id": "ci37759591", "mag": 1.48, "time": 1505066404370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166333, 34.044667, 5.25]}, "bbox": [-117.166333, 34.044667, -117.166333, 34.044667]}, {"id": "5225", "type": "Feature", "properties": {"id": "ci37759583", "mag": 1.53, "time": 1505066395290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.041167, 5.54]}, "bbox": [-117.163333, 34.041167, -117.163333, 34.041167]}, {"id": "5226", "type": "Feature", "properties": {"id": "ak16827703", "mag": 1.0, "time": 1505066200905, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7529, 58.6862, 17.0]}, "bbox": [-153.7529, 58.6862, -153.7529, 58.6862]}, {"id": "5227", "type": "Feature", "properties": {"id": "ci37759567", "mag": 1.34, "time": 1505066082610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163833, 34.040667, 6.08]}, "bbox": [-117.163833, 34.040667, -117.163833, 34.040667]}, {"id": "5228", "type": "Feature", "properties": {"id": "ak16802539", "mag": 1.1, "time": 1505065957419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0268, 60.5262, 19.4]}, "bbox": [-151.0268, 60.5262, -151.0268, 60.5262]}, {"id": "5229", "type": "Feature", "properties": {"id": "us2000ajjb", "mag": 2.5, "time": 1505065916650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4209, 42.5639, 8.61]}, "bbox": [-111.4209, 42.5639, -111.4209, 42.5639]}, {"id": "5230", "type": "Feature", "properties": {"id": "ci37759559", "mag": 1.32, "time": 1505065772840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2325, 34.474333, 11.0]}, "bbox": [-119.2325, 34.474333, -119.2325, 34.474333]}, {"id": "5231", "type": "Feature", "properties": {"id": "ak16802537", "mag": 1.3, "time": 1505065364910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2942, 63.1472, 1.0]}, "bbox": [-151.2942, 63.1472, -151.2942, 63.1472]}, {"id": "5232", "type": "Feature", "properties": {"id": "ci37759551", "mag": 1.1, "time": 1505065150010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172667, 34.034333, 5.23]}, "bbox": [-117.172667, 34.034333, -117.172667, 34.034333]}, {"id": "5233", "type": "Feature", "properties": {"id": "ci37759543", "mag": 1.69, "time": 1505064387890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.295, 35.088667, 4.44]}, "bbox": [-118.295, 35.088667, -118.295, 35.088667]}, {"id": "5234", "type": "Feature", "properties": {"id": "ak16802513", "mag": 1.5, "time": 1505064158942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1889, 65.0868, 19.8]}, "bbox": [-145.1889, 65.0868, -145.1889, 65.0868]}, {"id": "5235", "type": "Feature", "properties": {"id": "us2000ajj3", "mag": 4.4, "time": 1505063935670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.4969, 41.9157, 28.96]}, "bbox": [82.4969, 41.9157, 82.4969, 41.9157]}, {"id": "5236", "type": "Feature", "properties": {"id": "us2000ajiy", "mag": 2.7, "time": 1505063902750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4577, 42.6058, 5.68]}, "bbox": [-111.4577, 42.6058, -111.4577, 42.6058]}, {"id": "5237", "type": "Feature", "properties": {"id": "uu60241602", "mag": 1.36, "time": 1505063711640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415333, 42.567, 9.66]}, "bbox": [-111.415333, 42.567, -111.415333, 42.567]}, {"id": "5238", "type": "Feature", "properties": {"id": "ci37759535", "mag": 1.1, "time": 1505063618920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165167, 34.041667, 6.46]}, "bbox": [-117.165167, 34.041667, -117.165167, 34.041667]}, {"id": "5239", "type": "Feature", "properties": {"id": "nc72889821", "mag": 1.62, "time": 1505063575750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 37.135667, 10.29]}, "bbox": [-121.157167, 37.135667, -121.157167, 37.135667]}, {"id": "5240", "type": "Feature", "properties": {"id": "nc72889816", "mag": 1.01, "time": 1505063492860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.774667, 35.547833, 5.09]}, "bbox": [-120.774667, 35.547833, -120.774667, 35.547833]}, {"id": "5241", "type": "Feature", "properties": {"id": "ci37759527", "mag": 2.15, "time": 1505063398380, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.238167, 34.467833, 11.17]}, "bbox": [-119.238167, 34.467833, -119.238167, 34.467833]}, {"id": "5242", "type": "Feature", "properties": {"id": "us2000ajih", "mag": 2.5, "time": 1505062945810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4296, 42.5627, 11.62]}, "bbox": [-111.4296, 42.5627, -111.4296, 42.5627]}, {"id": "5243", "type": "Feature", "properties": {"id": "nc72889806", "mag": 2.49, "time": 1505062781340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.789333, 3.19]}, "bbox": [-122.801833, 38.789333, -122.801833, 38.789333]}, {"id": "5244", "type": "Feature", "properties": {"id": "uu60013054", "mag": 1.65, "time": 1505062641290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.594667, 6.67]}, "bbox": [-111.444, 42.594667, -111.444, 42.594667]}, {"id": "5245", "type": "Feature", "properties": {"id": "uu60241572", "mag": 2.02, "time": 1505062621720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.432167, 42.5965, 4.48]}, "bbox": [-111.432167, 42.5965, -111.432167, 42.5965]}, {"id": "5246", "type": "Feature", "properties": {"id": "ci37759519", "mag": 1.59, "time": 1505062248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.038667, 4.49]}, "bbox": [-117.167, 34.038667, -117.167, 34.038667]}, {"id": "5247", "type": "Feature", "properties": {"id": "ci37759511", "mag": 1.92, "time": 1505062179580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165, 34.039333, 4.98]}, "bbox": [-117.165, 34.039333, -117.165, 34.039333]}, {"id": "5248", "type": "Feature", "properties": {"id": "ci37759503", "mag": 1.57, "time": 1505062145210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164167, 34.037667, 5.25]}, "bbox": [-117.164167, 34.037667, -117.164167, 34.037667]}, {"id": "5249", "type": "Feature", "properties": {"id": "ci37759495", "mag": 1.42, "time": 1505061900480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165667, 34.038667, 5.34]}, "bbox": [-117.165667, 34.038667, -117.165667, 34.038667]}, {"id": "5250", "type": "Feature", "properties": {"id": "ak16801882", "mag": 1.1, "time": 1505061849133, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1509, 60.3803, 7.0]}, "bbox": [-142.1509, 60.3803, -142.1509, 60.3803]}, {"id": "5251", "type": "Feature", "properties": {"id": "ci37759487", "mag": 1.49, "time": 1505061523920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.893, 35.343333, 5.39]}, "bbox": [-119.893, 35.343333, -119.893, 35.343333]}, {"id": "5252", "type": "Feature", "properties": {"id": "ak16801880", "mag": 1.5, "time": 1505061368254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.731, 60.0161, 6.5]}, "bbox": [-141.731, 60.0161, -141.731, 60.0161]}, {"id": "5253", "type": "Feature", "properties": {"id": "ci37759471", "mag": 1.2, "time": 1505061266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167333, 34.040167, 4.42]}, "bbox": [-117.167333, 34.040167, -117.167333, 34.040167]}, {"id": "5254", "type": "Feature", "properties": {"id": "us2000ajn8", "mag": 3.4, "time": 1505060976520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3264, 52.5377, 96.17]}, "bbox": [-173.3264, 52.5377, -173.3264, 52.5377]}, {"id": "5255", "type": "Feature", "properties": {"id": "ci37759455", "mag": 1.41, "time": 1505060968220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8935, 35.3405, 5.83]}, "bbox": [-119.8935, 35.3405, -119.8935, 35.3405]}, {"id": "5256", "type": "Feature", "properties": {"id": "ak16801858", "mag": 1.5, "time": 1505060123211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4433, 51.6859, 21.0]}, "bbox": [-178.4433, 51.6859, -178.4433, 51.6859]}, {"id": "5257", "type": "Feature", "properties": {"id": "ak16801272", "mag": 1.1, "time": 1505059792074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1384, 63.4871, 1.4]}, "bbox": [-148.1384, 63.4871, -148.1384, 63.4871]}, {"id": "5258", "type": "Feature", "properties": {"id": "ak16827692", "mag": 2.2, "time": 1505059542515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3922, 52.3983, 21.1]}, "bbox": [-169.3922, 52.3983, -169.3922, 52.3983]}, {"id": "5259", "type": "Feature", "properties": {"id": "nc72889781", "mag": 1.29, "time": 1505059412980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943667, 37.596167, 2.31]}, "bbox": [-118.943667, 37.596167, -118.943667, 37.596167]}, {"id": "5260", "type": "Feature", "properties": {"id": "us2000ajqf", "mag": 4.6, "time": 1505058668170, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.1945, 35.7377, 54.25]}, "bbox": [139.1945, 35.7377, 139.1945, 35.7377]}, {"id": "5261", "type": "Feature", "properties": {"id": "nc72889766", "mag": 1.32, "time": 1505058489100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.046333, 38.9295, 0.46]}, "bbox": [-123.046333, 38.9295, -123.046333, 38.9295]}, {"id": "5262", "type": "Feature", "properties": {"id": "us2000ajhi", "mag": 2.5, "time": 1505058212500, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7958, 35.9926, 4.398]}, "bbox": [-96.7958, 35.9926, -96.7958, 35.9926]}, {"id": "5263", "type": "Feature", "properties": {"id": "ak16801236", "mag": 1.4, "time": 1505058208151, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9025, 57.4691, 48.4]}, "bbox": [-154.9025, 57.4691, -154.9025, 57.4691]}, {"id": "5264", "type": "Feature", "properties": {"id": "ci37759407", "mag": 1.83, "time": 1505057535880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3395, 34.014333, 2.3]}, "bbox": [-116.3395, 34.014333, -116.3395, 34.014333]}, {"id": "5265", "type": "Feature", "properties": {"id": "us2000artt", "mag": 4.2, "time": 1505057483820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.9272, 37.8866, 41.94]}, "bbox": [141.9272, 37.8866, 141.9272, 37.8866]}, {"id": "5266", "type": "Feature", "properties": {"id": "ak16827688", "mag": 1.7, "time": 1505057440690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7035, 58.208, 3.0]}, "bbox": [-151.7035, 58.208, -151.7035, 58.208]}, {"id": "5267", "type": "Feature", "properties": {"id": "us2000ajh6", "mag": 4.6, "time": 1505057331420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4383, 15.2976, 42.92]}, "bbox": [-94.4383, 15.2976, -94.4383, 15.2976]}, {"id": "5268", "type": "Feature", "properties": {"id": "us2000ajh4", "mag": 2.6, "time": 1505057207380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5593, 7.96]}, "bbox": [-111.4289, 42.5593, -111.4289, 42.5593]}, {"id": "5269", "type": "Feature", "properties": {"id": "ak16827687", "mag": 1.5, "time": 1505057001386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4181, 51.7014, 6.6]}, "bbox": [-178.4181, 51.7014, -178.4181, 51.7014]}, {"id": "5270", "type": "Feature", "properties": {"id": "us2000ajh2", "mag": 4.2, "time": 1505056916120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2576, 14.9344, 12.93]}, "bbox": [-94.2576, 14.9344, -94.2576, 14.9344]}, {"id": "5271", "type": "Feature", "properties": {"id": "us2000ajgy", "mag": 2.5, "time": 1505056755330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7823, 37.3283, 5.9]}, "bbox": [-97.7823, 37.3283, -97.7823, 37.3283]}, {"id": "5272", "type": "Feature", "properties": {"id": "ak16827686", "mag": 1.1, "time": 1505056731493, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8679, 57.3821, 46.4]}, "bbox": [-154.8679, 57.3821, -154.8679, 57.3821]}, {"id": "5273", "type": "Feature", "properties": {"id": "us2000ajgx", "mag": 2.8, "time": 1505056639060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4498, 42.5804, 5.9]}, "bbox": [-111.4498, 42.5804, -111.4498, 42.5804]}, {"id": "5274", "type": "Feature", "properties": {"id": "ak16827685", "mag": 1.2, "time": 1505056471867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1402, 60.9584, 19.6]}, "bbox": [-149.1402, 60.9584, -149.1402, 60.9584]}, {"id": "5275", "type": "Feature", "properties": {"id": "us2000ajgu", "mag": 2.5, "time": 1505056401260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4462, 42.5738, 5.62]}, "bbox": [-111.4462, 42.5738, -111.4462, 42.5738]}, {"id": "5276", "type": "Feature", "properties": {"id": "us2000ajgm", "mag": 4.9, "time": 1505055545760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6784, 14.1109, 10.0]}, "bbox": [146.6784, 14.1109, 146.6784, 14.1109]}, {"id": "5277", "type": "Feature", "properties": {"id": "ci37759383", "mag": 1.0, "time": 1505055131400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169167, 34.0425, 5.43]}, "bbox": [-117.169167, 34.0425, -117.169167, 34.0425]}, {"id": "5278", "type": "Feature", "properties": {"id": "us2000ajge", "mag": 3.4, "time": 1505054862840, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4185, 42.5625, 9.41]}, "bbox": [-111.4185, 42.5625, -111.4185, 42.5625]}, {"id": "5279", "type": "Feature", "properties": {"id": "ak16800620", "mag": 1.1, "time": 1505054600546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7386, 61.4915, 80.1]}, "bbox": [-151.7386, 61.4915, -151.7386, 61.4915]}, {"id": "5280", "type": "Feature", "properties": {"id": "us2000ajgc", "mag": 3.1, "time": 1505054298370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.55, 7.52]}, "bbox": [-111.4151, 42.55, -111.4151, 42.55]}, {"id": "5281", "type": "Feature", "properties": {"id": "ak16800576", "mag": 2.5, "time": 1505054208776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9361, 60.2731, 64.5]}, "bbox": [-150.9361, 60.2731, -150.9361, 60.2731]}, {"id": "5282", "type": "Feature", "properties": {"id": "nc72889746", "mag": 1.38, "time": 1505053809310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.442, 37.695667, 4.15]}, "bbox": [-119.442, 37.695667, -119.442, 37.695667]}, {"id": "5283", "type": "Feature", "properties": {"id": "pr2017253003", "mag": 2.17, "time": 1505052857240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2868, 18.1121, 18.0]}, "bbox": [-67.2868, 18.1121, -67.2868, 18.1121]}, {"id": "5284", "type": "Feature", "properties": {"id": "us2000ajg9", "mag": 2.9, "time": 1505052838460, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5162, 46.8743, 14.72]}, "bbox": [-112.5162, 46.8743, -112.5162, 46.8743]}, {"id": "5285", "type": "Feature", "properties": {"id": "nc72889741", "mag": 1.38, "time": 1505052751930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824333, 38.060667, 1.0]}, "bbox": [-118.824333, 38.060667, -118.824333, 38.060667]}, {"id": "5286", "type": "Feature", "properties": {"id": "ak16799977", "mag": 1.0, "time": 1505052033903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8767, 61.5617, 10.0]}, "bbox": [-140.8767, 61.5617, -140.8767, 61.5617]}, {"id": "5287", "type": "Feature", "properties": {"id": "mb80254079", "mag": 1.59, "time": 1505051737640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.410667, 44.4485, 6.72]}, "bbox": [-114.410667, 44.4485, -114.410667, 44.4485]}, {"id": "5288", "type": "Feature", "properties": {"id": "ak16799971", "mag": 1.7, "time": 1505051381698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8179, 4.3]}, "bbox": [-136.7235, 59.8179, -136.7235, 59.8179]}, {"id": "5289", "type": "Feature", "properties": {"id": "us2000ajfa", "mag": 4.3, "time": 1505051330480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3498, 13.069, 35.0]}, "bbox": [-90.3498, 13.069, -90.3498, 13.069]}, {"id": "5290", "type": "Feature", "properties": {"id": "us2000ajf7", "mag": 4.0, "time": 1505050961060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3526, 52.4771, 237.56]}, "bbox": [-174.3526, 52.4771, -174.3526, 52.4771]}, {"id": "5291", "type": "Feature", "properties": {"id": "ak16799942", "mag": 1.7, "time": 1505050892677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6731, 59.5546, 120.2]}, "bbox": [-153.6731, 59.5546, -153.6731, 59.5546]}, {"id": "5292", "type": "Feature", "properties": {"id": "us2000ajf3", "mag": 4.6, "time": 1505050808670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.529, 15.6631, 10.0]}, "bbox": [-98.529, 15.6631, -98.529, 15.6631]}, {"id": "5293", "type": "Feature", "properties": {"id": "us2000ajf0", "mag": 4.5, "time": 1505050687090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4173, 15.2922, 52.65]}, "bbox": [-94.4173, 15.2922, -94.4173, 15.2922]}, {"id": "5294", "type": "Feature", "properties": {"id": "us2000artu", "mag": 4.1, "time": 1505050610220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1836, -7.5542, 159.39]}, "bbox": [128.1836, -7.5542, 128.1836, -7.5542]}, {"id": "5295", "type": "Feature", "properties": {"id": "us2000ajex", "mag": 4.3, "time": 1505049954620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.6306, 15.7653, 20.71]}, "bbox": [-98.6306, 15.7653, -98.6306, 15.7653]}, {"id": "5296", "type": "Feature", "properties": {"id": "ci37759303", "mag": 1.26, "time": 1505049848270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.504667, 4.53]}, "bbox": [-116.7985, 33.504667, -116.7985, 33.504667]}, {"id": "5297", "type": "Feature", "properties": {"id": "us2000ajeq", "mag": 2.8, "time": 1505049297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4232, 42.5578, 7.16]}, "bbox": [-111.4232, 42.5578, -111.4232, 42.5578]}, {"id": "5298", "type": "Feature", "properties": {"id": "ak16799353", "mag": 1.3, "time": 1505049096103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6348, 59.8194, 14.2]}, "bbox": [-136.6348, 59.8194, -136.6348, 59.8194]}, {"id": "5299", "type": "Feature", "properties": {"id": "us2000ajen", "mag": 3.0, "time": 1505048991180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4182, 42.5509, 7.02]}, "bbox": [-111.4182, 42.5509, -111.4182, 42.5509]}, {"id": "5300", "type": "Feature", "properties": {"id": "ak16827673", "mag": 1.6, "time": 1505048796797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.3116, 53.3278, 13.0]}, "bbox": [-167.3116, 53.3278, -167.3116, 53.3278]}, {"id": "5301", "type": "Feature", "properties": {"id": "us2000ajej", "mag": 2.6, "time": 1505048615320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6115, 6.14]}, "bbox": [-111.4688, 42.6115, -111.4688, 42.6115]}, {"id": "5302", "type": "Feature", "properties": {"id": "mb80254034", "mag": 1.41, "time": 1505048540860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.8615, 12.53]}, "bbox": [-112.521667, 46.8615, -112.521667, 46.8615]}, {"id": "5303", "type": "Feature", "properties": {"id": "mb80254029", "mag": 1.23, "time": 1505048399750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521167, 46.853, 11.49]}, "bbox": [-112.521167, 46.853, -112.521167, 46.853]}, {"id": "5304", "type": "Feature", "properties": {"id": "ak16799346", "mag": 2.0, "time": 1505048306207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2292, 62.187, 56.1]}, "bbox": [-150.2292, 62.187, -150.2292, 62.187]}, {"id": "5305", "type": "Feature", "properties": {"id": "us2000aje5", "mag": 4.4, "time": 1505047810980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.8604, 12.4905, 60.22]}, "bbox": [-87.8604, 12.4905, -87.8604, 12.4905]}, {"id": "5306", "type": "Feature", "properties": {"id": "us2000aje3", "mag": 3.6, "time": 1505047519260, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4283, 42.5536, 6.44]}, "bbox": [-111.4283, 42.5536, -111.4283, 42.5536]}, {"id": "5307", "type": "Feature", "properties": {"id": "us2000aje1", "mag": 2.8, "time": 1505047427230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6011, 5.82]}, "bbox": [-111.4487, 42.6011, -111.4487, 42.6011]}, {"id": "5308", "type": "Feature", "properties": {"id": "us2000ajdz", "mag": 2.5, "time": 1505047141140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4433, 42.6033, 3.94]}, "bbox": [-111.4433, 42.6033, -111.4433, 42.6033]}, {"id": "5309", "type": "Feature", "properties": {"id": "us2000ajm3", "mag": 3.4, "time": 1505046945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.4897, 52.4554, 37.93]}, "bbox": [-169.4897, 52.4554, -169.4897, 52.4554]}, {"id": "5310", "type": "Feature", "properties": {"id": "us2000ajdq", "mag": 3.1, "time": 1505046464560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4503, 42.6011, 4.5]}, "bbox": [-111.4503, 42.6011, -111.4503, 42.6011]}, {"id": "5311", "type": "Feature", "properties": {"id": "ak16827668", "mag": 1.6, "time": 1505046395510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3819, 59.8907, 133.0]}, "bbox": [-153.3819, 59.8907, -153.3819, 59.8907]}, {"id": "5312", "type": "Feature", "properties": {"id": "us2000ajdf", "mag": 3.9, "time": 1505045951750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4091, 42.5736, 10.02]}, "bbox": [-111.4091, 42.5736, -111.4091, 42.5736]}, {"id": "5313", "type": "Feature", "properties": {"id": "us2000ajdd", "mag": 3.1, "time": 1505045857190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4617, 42.6284, 4.97]}, "bbox": [-111.4617, 42.6284, -111.4617, 42.6284]}, {"id": "5314", "type": "Feature", "properties": {"id": "uu60241107", "mag": 2.14, "time": 1505045641970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.59, 6.81]}, "bbox": [-111.427, 42.59, -111.427, 42.59]}, {"id": "5315", "type": "Feature", "properties": {"id": "ak16798742", "mag": 1.3, "time": 1505045327481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3496, 69.231, 1.2]}, "bbox": [-146.3496, 69.231, -146.3496, 69.231]}, {"id": "5316", "type": "Feature", "properties": {"id": "us2000ajd9", "mag": 4.3, "time": 1505045213250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1554, 14.0483, 13.91]}, "bbox": [-97.1554, 14.0483, -97.1554, 14.0483]}, {"id": "5317", "type": "Feature", "properties": {"id": "us2000ajd2", "mag": 4.5, "time": 1505044829750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4915, 15.8549, 21.45]}, "bbox": [-98.4915, 15.8549, -98.4915, 15.8549]}, {"id": "5318", "type": "Feature", "properties": {"id": "ak16798732", "mag": 2.6, "time": 1505044761546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.966, 59.8093, 102.9]}, "bbox": [-152.966, 59.8093, -152.966, 59.8093]}, {"id": "5319", "type": "Feature", "properties": {"id": "us2000ajcy", "mag": 2.6, "time": 1505044665510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.5652, 42.6019, 9.42]}, "bbox": [-111.5652, 42.6019, -111.5652, 42.6019]}, {"id": "5320", "type": "Feature", "properties": {"id": "us2000artq", "mag": 4.4, "time": 1505044070510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.6016, 12.9144, 38.64]}, "bbox": [120.6016, 12.9144, 120.6016, 12.9144]}, {"id": "5321", "type": "Feature", "properties": {"id": "ak16827665", "mag": 1.6, "time": 1505043947734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3635, 51.6272, 0.6]}, "bbox": [-178.3635, 51.6272, -178.3635, 51.6272]}, {"id": "5322", "type": "Feature", "properties": {"id": "us2000ajci", "mag": 2.9, "time": 1505043647160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6201, 8.65]}, "bbox": [-111.4487, 42.6201, -111.4487, 42.6201]}, {"id": "5323", "type": "Feature", "properties": {"id": "ak16827663", "mag": 2.1, "time": 1505043481292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5488, 52.6471, 37.0]}, "bbox": [-168.5488, 52.6471, -168.5488, 52.6471]}, {"id": "5324", "type": "Feature", "properties": {"id": "us2000ajch", "mag": 2.9, "time": 1505043441680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4464, 42.565, 8.31]}, "bbox": [-111.4464, 42.565, -111.4464, 42.565]}, {"id": "5325", "type": "Feature", "properties": {"id": "nn00604506", "mag": 1.1, "time": 1505043238904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2044, 38.3052, 10.6]}, "bbox": [-119.2044, 38.3052, -119.2044, 38.3052]}, {"id": "5326", "type": "Feature", "properties": {"id": "us2000ajce", "mag": 2.6, "time": 1505042826200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4252, 42.5577, 5.15]}, "bbox": [-111.4252, 42.5577, -111.4252, 42.5577]}, {"id": "5327", "type": "Feature", "properties": {"id": "ak16798700", "mag": 1.7, "time": 1505042612937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2918, 69.235, 1.0]}, "bbox": [-146.2918, 69.235, -146.2918, 69.235]}, {"id": "5328", "type": "Feature", "properties": {"id": "us2000ajc9", "mag": 3.1, "time": 1505042537350, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4318, 42.5604, 7.18]}, "bbox": [-111.4318, 42.5604, -111.4318, 42.5604]}, {"id": "5329", "type": "Feature", "properties": {"id": "hv61903466", "mag": 2.42, "time": 1505042508060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.211833, 19.916833, 13.349]}, "bbox": [-155.211833, 19.916833, -155.211833, 19.916833]}, {"id": "5330", "type": "Feature", "properties": {"id": "ak16798696", "mag": 1.3, "time": 1505042293807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3271, 69.2374, 3.8]}, "bbox": [-146.3271, 69.2374, -146.3271, 69.2374]}, {"id": "5331", "type": "Feature", "properties": {"id": "us2000ajbt", "mag": 4.7, "time": 1505041959050, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4701, 42.6074, 4.56]}, "bbox": [-111.4701, 42.6074, -111.4701, 42.6074]}, {"id": "5332", "type": "Feature", "properties": {"id": "us2000ajbp", "mag": 2.6, "time": 1505041798510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4553, 42.6057, 2.2]}, "bbox": [-111.4553, 42.6057, -111.4553, 42.6057]}, {"id": "5333", "type": "Feature", "properties": {"id": "nn00604588", "mag": 1.0, "time": 1505041736983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8863, 39.0228, 11.8]}, "bbox": [-118.8863, 39.0228, -118.8863, 39.0228]}, {"id": "5334", "type": "Feature", "properties": {"id": "pr2017253002", "mag": 2.88, "time": 1505041375350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.305, 18.603, 82.0]}, "bbox": [-66.305, 18.603, -66.305, 18.603]}, {"id": "5335", "type": "Feature", "properties": {"id": "us2000ajbk", "mag": 3.1, "time": 1505040789630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4404, 42.601, 4.73]}, "bbox": [-111.4404, 42.601, -111.4404, 42.601]}, {"id": "5336", "type": "Feature", "properties": {"id": "us2000ajbj", "mag": 2.6, "time": 1505040635620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4423, 42.5705, 7.5]}, "bbox": [-111.4423, 42.5705, -111.4423, 42.5705]}, {"id": "5337", "type": "Feature", "properties": {"id": "ci37759247", "mag": 1.02, "time": 1505040606370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.192167, 33.778, 3.52]}, "bbox": [-116.192167, 33.778, -116.192167, 33.778]}, {"id": "5338", "type": "Feature", "properties": {"id": "uw61306142", "mag": 2.37, "time": 1505040308500, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040167, 46.875333, 6.45]}, "bbox": [-122.040167, 46.875333, -122.040167, 46.875333]}, {"id": "5339", "type": "Feature", "properties": {"id": "ak16827659", "mag": 2.3, "time": 1505040202211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8004, 51.946, 193.7]}, "bbox": [-175.8004, 51.946, -175.8004, 51.946]}, {"id": "5340", "type": "Feature", "properties": {"id": "us2000ajba", "mag": 2.5, "time": 1505040116970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4234, 42.6126, 8.0]}, "bbox": [-111.4234, 42.6126, -111.4234, 42.6126]}, {"id": "5341", "type": "Feature", "properties": {"id": "ismpkansas70234948", "mag": 1.52, "time": 1505039824000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.878333, 37.226333, 2.17]}, "bbox": [-97.878333, 37.226333, -97.878333, 37.226333]}, {"id": "5342", "type": "Feature", "properties": {"id": "us2000ajay", "mag": 2.5, "time": 1505039717650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.5965, 6.66]}, "bbox": [-111.4475, 42.5965, -111.4475, 42.5965]}, {"id": "5343", "type": "Feature", "properties": {"id": "ci37759239", "mag": 1.83, "time": 1505039190870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.297667, 34.7275, 4.7]}, "bbox": [-116.297667, 34.7275, -116.297667, 34.7275]}, {"id": "5344", "type": "Feature", "properties": {"id": "ci37759231", "mag": 1.46, "time": 1505038960010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.206167, 33.030167, 5.66]}, "bbox": [-116.206167, 33.030167, -116.206167, 33.030167]}, {"id": "5345", "type": "Feature", "properties": {"id": "us2000ajah", "mag": 4.9, "time": 1505038459290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5926, 15.8657, 62.07]}, "bbox": [-94.5926, 15.8657, -94.5926, 15.8657]}, {"id": "5346", "type": "Feature", "properties": {"id": "us2000ajad", "mag": 2.8, "time": 1505038317850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4649, 42.5713, 2.8]}, "bbox": [-111.4649, 42.5713, -111.4649, 42.5713]}, {"id": "5347", "type": "Feature", "properties": {"id": "us2000ajac", "mag": 2.8, "time": 1505038143220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3389, 42.5698, 5.91]}, "bbox": [-111.3389, 42.5698, -111.3389, 42.5698]}, {"id": "5348", "type": "Feature", "properties": {"id": "us2000aja1", "mag": 2.5, "time": 1505037892850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4134, 42.5966, 2.41]}, "bbox": [-111.4134, 42.5966, -111.4134, 42.5966]}, {"id": "5349", "type": "Feature", "properties": {"id": "nc72889666", "mag": 2.44, "time": 1505037177900, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.680333, 36.934833, 10.93]}, "bbox": [-121.680333, 36.934833, -121.680333, 36.934833]}, {"id": "5350", "type": "Feature", "properties": {"id": "us2000ak98", "mag": 2.7, "time": 1505037007800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9657, 36.5378, 5.921]}, "bbox": [-98.9657, 36.5378, -98.9657, 36.5378]}, {"id": "5351", "type": "Feature", "properties": {"id": "us2000akbp", "mag": 3.5, "time": 1505036907810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4216, 42.6147, 2.61]}, "bbox": [-111.4216, 42.6147, -111.4216, 42.6147]}, {"id": "5352", "type": "Feature", "properties": {"id": "hv61903376", "mag": 2.02, "time": 1505036885770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.244, 19.404333, 38.634]}, "bbox": [-155.244, 19.404333, -155.244, 19.404333]}, {"id": "5353", "type": "Feature", "properties": {"id": "us2000aj9i", "mag": 5.0, "time": 1505036830570, "felt": 222.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5629, 9.83]}, "bbox": [-111.4155, 42.5629, -111.4155, 42.5629]}, {"id": "5354", "type": "Feature", "properties": {"id": "nn00604494", "mag": 1.3, "time": 1505036614546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9198, 38.3864, 5.0]}, "bbox": [-118.9198, 38.3864, -118.9198, 38.3864]}, {"id": "5355", "type": "Feature", "properties": {"id": "ak16797541", "mag": 2.3, "time": 1505036483755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.8674, 50.427, 38.0]}, "bbox": [-176.8674, 50.427, -176.8674, 50.427]}, {"id": "5356", "type": "Feature", "properties": {"id": "nc72889656", "mag": 1.55, "time": 1505036419440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9445, 37.642333, -0.52]}, "bbox": [-118.9445, 37.642333, -118.9445, 37.642333]}, {"id": "5357", "type": "Feature", "properties": {"id": "us2000artp", "mag": 4.7, "time": 1505036336060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.742, 44.4006, 89.5]}, "bbox": [147.742, 44.4006, 147.742, 44.4006]}, {"id": "5358", "type": "Feature", "properties": {"id": "us2000aj9e", "mag": 4.1, "time": 1505036045120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8669, 15.7031, 37.36]}, "bbox": [-93.8669, 15.7031, -93.8669, 15.7031]}, {"id": "5359", "type": "Feature", "properties": {"id": "ak16797519", "mag": 3.3, "time": 1505035967489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9107, 62.993, 122.8]}, "bbox": [-150.9107, 62.993, -150.9107, 62.993]}, {"id": "5360", "type": "Feature", "properties": {"id": "ak16797515", "mag": 2.4, "time": 1505035289100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.6897, 53.169, 25.5]}, "bbox": [-166.6897, 53.169, -166.6897, 53.169]}, {"id": "5361", "type": "Feature", "properties": {"id": "ak16827654", "mag": 1.4, "time": 1505034233691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9911, 60.3931, 86.0]}, "bbox": [-151.9911, 60.3931, -151.9911, 60.3931]}, {"id": "5362", "type": "Feature", "properties": {"id": "ak16796945", "mag": 2.3, "time": 1505033682313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0313, 60.3066, 10.2]}, "bbox": [-143.0313, 60.3066, -143.0313, 60.3066]}, {"id": "5363", "type": "Feature", "properties": {"id": "nc72889646", "mag": 1.08, "time": 1505033636850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.801998, 2.52]}, "bbox": [-122.818001, 38.801998, -122.818001, 38.801998]}, {"id": "5364", "type": "Feature", "properties": {"id": "us2000aj8v", "mag": 2.4, "time": 1505033298010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.484, 42.6096, 5.0]}, "bbox": [-111.484, 42.6096, -111.484, 42.6096]}, {"id": "5365", "type": "Feature", "properties": {"id": "us2000amz2", "mag": 2.8, "time": 1505033251180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0563, 54.0093, 14.8]}, "bbox": [-163.0563, 54.0093, -163.0563, 54.0093]}, {"id": "5366", "type": "Feature", "properties": {"id": "ci37759175", "mag": 1.28, "time": 1505033174200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362167, 33.154333, 11.24]}, "bbox": [-116.362167, 33.154333, -116.362167, 33.154333]}, {"id": "5367", "type": "Feature", "properties": {"id": "ak16796924", "mag": 1.8, "time": 1505033149645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7762, 53.453, 28.1]}, "bbox": [-165.7762, 53.453, -165.7762, 53.453]}, {"id": "5368", "type": "Feature", "properties": {"id": "us2000aj8s", "mag": 5.5, "time": 1505033064540, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.8932, 41.7813, 45.0]}, "bbox": [142.8932, 41.7813, 142.8932, 41.7813]}, {"id": "5369", "type": "Feature", "properties": {"id": "us2000aj8i", "mag": 5.2, "time": 1505032778170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5035, 15.7644, 57.6]}, "bbox": [-94.5035, 15.7644, -94.5035, 15.7644]}, {"id": "5370", "type": "Feature", "properties": {"id": "us2000amz1", "mag": 2.8, "time": 1505032715690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8991, 53.5788, 15.9]}, "bbox": [-162.8991, 53.5788, -162.8991, 53.5788]}, {"id": "5371", "type": "Feature", "properties": {"id": "mb80253749", "mag": 1.76, "time": 1505032545100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.889167, 14.06]}, "bbox": [-112.524667, 46.889167, -112.524667, 46.889167]}, {"id": "5372", "type": "Feature", "properties": {"id": "us2000aj87", "mag": 3.8, "time": 1505032481960, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9548, 37.0369, 5.0]}, "bbox": [-104.9548, 37.0369, -104.9548, 37.0369]}, {"id": "5373", "type": "Feature", "properties": {"id": "us2000artm", "mag": 4.4, "time": 1505032427640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.852, -18.159, 601.21]}, "bbox": [-177.852, -18.159, -177.852, -18.159]}, {"id": "5374", "type": "Feature", "properties": {"id": "us2000aj86", "mag": 4.2, "time": 1505032314990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.3039, 38.0722, 10.0]}, "bbox": [22.3039, 38.0722, 22.3039, 38.0722]}, {"id": "5375", "type": "Feature", "properties": {"id": "ci37759159", "mag": 0.97, "time": 1505031839650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1615, 34.0365, 4.44]}, "bbox": [-117.1615, 34.0365, -117.1615, 34.0365]}, {"id": "5376", "type": "Feature", "properties": {"id": "us2000artk", "mag": 3.8, "time": 1505031830730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.788, 53.8251, 10.0]}, "bbox": [170.788, 53.8251, 170.788, 53.8251]}, {"id": "5377", "type": "Feature", "properties": {"id": "us2000amyz", "mag": 2.6, "time": 1505031468470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4988, 51.6871, 9.2]}, "bbox": [-178.4988, 51.6871, -178.4988, 51.6871]}, {"id": "5378", "type": "Feature", "properties": {"id": "us2000arti", "mag": 4.5, "time": 1505031463320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9123, -25.0133, 508.03]}, "bbox": [179.9123, -25.0133, 179.9123, -25.0133]}, {"id": "5379", "type": "Feature", "properties": {"id": "hv61903321", "mag": 1.9, "time": 1505031307020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.376, 19.109, 42.633]}, "bbox": [-155.376, 19.109, -155.376, 19.109]}, {"id": "5380", "type": "Feature", "properties": {"id": "ci37759151", "mag": 2.32, "time": 1505031276490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.528667, 33.143833, 8.22]}, "bbox": [-116.528667, 33.143833, -116.528667, 33.143833]}, {"id": "5381", "type": "Feature", "properties": {"id": "nc72889631", "mag": 1.68, "time": 1505031062020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1025, 35.652333, 4.49]}, "bbox": [-121.1025, 35.652333, -121.1025, 35.652333]}, {"id": "5382", "type": "Feature", "properties": {"id": "ci37759127", "mag": 0.99, "time": 1505030565890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4795, 34.347667, 6.85]}, "bbox": [-118.4795, 34.347667, -118.4795, 34.347667]}, {"id": "5383", "type": "Feature", "properties": {"id": "ak16796357", "mag": 1.6, "time": 1505029768799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6864, 61.2792, 33.7]}, "bbox": [-146.6864, 61.2792, -146.6864, 61.2792]}, {"id": "5384", "type": "Feature", "properties": {"id": "ak16796347", "mag": 2.8, "time": 1505029738842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8811, 62.6834, 89.8]}, "bbox": [-150.8811, 62.6834, -150.8811, 62.6834]}, {"id": "5385", "type": "Feature", "properties": {"id": "ak16796345", "mag": 1.1, "time": 1505029334941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9656, 62.9587, 88.3]}, "bbox": [-149.9656, 62.9587, -149.9656, 62.9587]}, {"id": "5386", "type": "Feature", "properties": {"id": "ak16796343", "mag": 1.4, "time": 1505028430485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3315, 60.2265, 0.0]}, "bbox": [-141.3315, 60.2265, -141.3315, 60.2265]}, {"id": "5387", "type": "Feature", "properties": {"id": "ci37759079", "mag": 1.03, "time": 1505028192380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.508, 4.77]}, "bbox": [-116.793833, 33.508, -116.793833, 33.508]}, {"id": "5388", "type": "Feature", "properties": {"id": "ak16827644", "mag": 2.2, "time": 1505028185237, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9799, 52.0013, 156.3]}, "bbox": [-175.9799, 52.0013, -175.9799, 52.0013]}, {"id": "5389", "type": "Feature", "properties": {"id": "us2000artg", "mag": 4.2, "time": 1505027908500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9129, -24.5931, 503.92]}, "bbox": [179.9129, -24.5931, 179.9129, -24.5931]}, {"id": "5390", "type": "Feature", "properties": {"id": "us2000aj7r", "mag": 4.5, "time": 1505027720310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5866, 15.1076, 24.87]}, "bbox": [-94.5866, 15.1076, -94.5866, 15.1076]}, {"id": "5391", "type": "Feature", "properties": {"id": "us2000aj7m", "mag": 3.3, "time": 1505027636400, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.804, 35.9918, 5.961]}, "bbox": [-96.804, 35.9918, -96.804, 35.9918]}, {"id": "5392", "type": "Feature", "properties": {"id": "us2000aj7l", "mag": 3.0, "time": 1505027344470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4316, 42.5611, 7.33]}, "bbox": [-111.4316, 42.5611, -111.4316, 42.5611]}, {"id": "5393", "type": "Feature", "properties": {"id": "ak16796341", "mag": 1.6, "time": 1505026917606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9481, 51.2072, 22.2]}, "bbox": [-177.9481, 51.2072, -177.9481, 51.2072]}, {"id": "5394", "type": "Feature", "properties": {"id": "ak16796340", "mag": 1.2, "time": 1505026743356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0079, 59.5892, 41.8]}, "bbox": [-151.0079, 59.5892, -151.0079, 59.5892]}, {"id": "5395", "type": "Feature", "properties": {"id": "ak16796338", "mag": 1.3, "time": 1505026513369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0949, 62.0857, 37.5]}, "bbox": [-148.0949, 62.0857, -148.0949, 62.0857]}, {"id": "5396", "type": "Feature", "properties": {"id": "ci37759055", "mag": 1.58, "time": 1505026335940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.501167, 3.42]}, "bbox": [-116.798333, 33.501167, -116.798333, 33.501167]}, {"id": "5397", "type": "Feature", "properties": {"id": "mb80253734", "mag": 1.14, "time": 1505025721140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.170167, 47.328333, 19.23]}, "bbox": [-113.170167, 47.328333, -113.170167, 47.328333]}, {"id": "5398", "type": "Feature", "properties": {"id": "ak16796336", "mag": 1.0, "time": 1505025668896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2865, 62.4037, 46.1]}, "bbox": [-148.2865, 62.4037, -148.2865, 62.4037]}, {"id": "5399", "type": "Feature", "properties": {"id": "ak16796333", "mag": 1.6, "time": 1505025496149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8107, 60.5943, 2.7]}, "bbox": [-147.8107, 60.5943, -147.8107, 60.5943]}, {"id": "5400", "type": "Feature", "properties": {"id": "nc72889606", "mag": 1.8, "time": 1505025336300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.260333, 36.150833, 8.23]}, "bbox": [-120.260333, 36.150833, -120.260333, 36.150833]}, {"id": "5401", "type": "Feature", "properties": {"id": "us2000aj7g", "mag": 4.3, "time": 1505024815920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5354, 15.0816, 39.42]}, "bbox": [-94.5354, 15.0816, -94.5354, 15.0816]}, {"id": "5402", "type": "Feature", "properties": {"id": "ak16827636", "mag": 1.3, "time": 1505024434533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4031, 51.77, 19.4]}, "bbox": [-178.4031, 51.77, -178.4031, 51.77]}, {"id": "5403", "type": "Feature", "properties": {"id": "ak16795777", "mag": 1.4, "time": 1505024355978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0051, 60.2926, 12.0]}, "bbox": [-143.0051, 60.2926, -143.0051, 60.2926]}, {"id": "5404", "type": "Feature", "properties": {"id": "ci37759039", "mag": 1.89, "time": 1505024281500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871, 36.511333, 7.6]}, "bbox": [-117.871, 36.511333, -117.871, 36.511333]}, {"id": "5405", "type": "Feature", "properties": {"id": "nn00604470", "mag": 1.2, "time": 1505024158420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1219, 37.3848, 6.9]}, "bbox": [-117.1219, 37.3848, -117.1219, 37.3848]}, {"id": "5406", "type": "Feature", "properties": {"id": "nc72889576", "mag": 0.98, "time": 1505022995190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.766333, 37.576333, 4.92]}, "bbox": [-118.766333, 37.576333, -118.766333, 37.576333]}, {"id": "5407", "type": "Feature", "properties": {"id": "us2000aj75", "mag": 4.0, "time": 1505022687700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2661, 15.0962, 47.3]}, "bbox": [-94.2661, 15.0962, -94.2661, 15.0962]}, {"id": "5408", "type": "Feature", "properties": {"id": "ak16827633", "mag": 1.4, "time": 1505022608119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9863, 59.5419, 87.3]}, "bbox": [-152.9863, 59.5419, -152.9863, 59.5419]}, {"id": "5409", "type": "Feature", "properties": {"id": "ak16795771", "mag": 1.7, "time": 1505022431855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.916, 63.9]}, "bbox": [-150.7645, 61.916, -150.7645, 61.916]}, {"id": "5410", "type": "Feature", "properties": {"id": "ak16795770", "mag": 1.2, "time": 1505022130505, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6083, 61.2662, 54.7]}, "bbox": [-150.6083, 61.2662, -150.6083, 61.2662]}, {"id": "5411", "type": "Feature", "properties": {"id": "nn00604466", "mag": 1.4, "time": 1505021979344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1529, 37.0254, 0.2]}, "bbox": [-115.1529, 37.0254, -115.1529, 37.0254]}, {"id": "5412", "type": "Feature", "properties": {"id": "ak16795766", "mag": 1.7, "time": 1505021975648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1305, 61.3941, 3.7]}, "bbox": [-140.1305, 61.3941, -140.1305, 61.3941]}, {"id": "5413", "type": "Feature", "properties": {"id": "pr2017253001", "mag": 2.14, "time": 1505021553530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0151, 18.2211, 26.0]}, "bbox": [-67.0151, 18.2211, -67.0151, 18.2211]}, {"id": "5414", "type": "Feature", "properties": {"id": "ci37759015", "mag": 1.41, "time": 1505021428240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1665, 34.037667, 5.07]}, "bbox": [-117.1665, 34.037667, -117.1665, 34.037667]}, {"id": "5415", "type": "Feature", "properties": {"id": "us2000aj6q", "mag": 2.8, "time": 1505020972500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6874, 36.6964, 8.0]}, "bbox": [-97.6874, 36.6964, -97.6874, 36.6964]}, {"id": "5416", "type": "Feature", "properties": {"id": "ci37758999", "mag": 1.58, "time": 1505020355730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168833, 34.037667, 4.71]}, "bbox": [-117.168833, 34.037667, -117.168833, 34.037667]}, {"id": "5417", "type": "Feature", "properties": {"id": "nc72889556", "mag": 1.12, "time": 1505019834580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712167, 38.750333, 2.07]}, "bbox": [-122.712167, 38.750333, -122.712167, 38.750333]}, {"id": "5418", "type": "Feature", "properties": {"id": "uw61306032", "mag": 2.05, "time": 1505019796720, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.874333, 6.38]}, "bbox": [-122.038167, 46.874333, -122.038167, 46.874333]}, {"id": "5419", "type": "Feature", "properties": {"id": "us2000aj6e", "mag": 4.1, "time": 1505019258690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3705, 67.5564, 10.0]}, "bbox": [-173.3705, 67.5564, -173.3705, 67.5564]}, {"id": "5420", "type": "Feature", "properties": {"id": "us2000aj6c", "mag": 4.1, "time": 1505019032690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0925, 15.7467, 34.06]}, "bbox": [-95.0925, 15.7467, -95.0925, 15.7467]}, {"id": "5421", "type": "Feature", "properties": {"id": "us2000ayew", "mag": 4.2, "time": 1505018634430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9037, 15.4311, 74.4]}, "bbox": [-94.9037, 15.4311, -94.9037, 15.4311]}, {"id": "5422", "type": "Feature", "properties": {"id": "ci37758959", "mag": 1.24, "time": 1505018324480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169833, 34.0395, 6.0]}, "bbox": [-117.169833, 34.0395, -117.169833, 34.0395]}, {"id": "5423", "type": "Feature", "properties": {"id": "ak16795206", "mag": 2.1, "time": 1505018157144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4944, 60.3044, 178.8]}, "bbox": [-153.4944, 60.3044, -153.4944, 60.3044]}, {"id": "5424", "type": "Feature", "properties": {"id": "us2000ayer", "mag": 4.0, "time": 1505017700720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8225, 15.3927, 47.72]}, "bbox": [-94.8225, 15.3927, -94.8225, 15.3927]}, {"id": "5425", "type": "Feature", "properties": {"id": "ci37758935", "mag": 1.14, "time": 1505017497720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169, 34.039333, 6.34]}, "bbox": [-117.169, 34.039333, -117.169, 34.039333]}, {"id": "5426", "type": "Feature", "properties": {"id": "ak16795202", "mag": 1.4, "time": 1505017366860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3287, 63.2644, 12.8]}, "bbox": [-151.3287, 63.2644, -151.3287, 63.2644]}, {"id": "5427", "type": "Feature", "properties": {"id": "ci37758927", "mag": 0.97, "time": 1505017113210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.034167, 34.268333, -0.16]}, "bbox": [-117.034167, 34.268333, -117.034167, 34.268333]}, {"id": "5428", "type": "Feature", "properties": {"id": "ak16827627", "mag": 1.4, "time": 1505017084382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.915, 59.1941, 109.4]}, "bbox": [-153.915, 59.1941, -153.915, 59.1941]}, {"id": "5429", "type": "Feature", "properties": {"id": "ci37758911", "mag": 1.67, "time": 1505016996470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.037833, 5.81]}, "bbox": [-117.167, 34.037833, -117.167, 34.037833]}, {"id": "5430", "type": "Feature", "properties": {"id": "ak16795198", "mag": 1.2, "time": 1505016773648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4096, 62.1404, 0.2]}, "bbox": [-150.4096, 62.1404, -150.4096, 62.1404]}, {"id": "5431", "type": "Feature", "properties": {"id": "ak16795193", "mag": 2.2, "time": 1505016672191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3522, 59.8641, 133.9]}, "bbox": [-153.3522, 59.8641, -153.3522, 59.8641]}, {"id": "5432", "type": "Feature", "properties": {"id": "ismpkansas70234903", "mag": 1.63, "time": 1505016085390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.572167, 37.347167, 4.85]}, "bbox": [-97.572167, 37.347167, -97.572167, 37.347167]}, {"id": "5433", "type": "Feature", "properties": {"id": "ak16795191", "mag": 1.2, "time": 1505016021415, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4153, 61.11, 0.0]}, "bbox": [-147.4153, 61.11, -147.4153, 61.11]}, {"id": "5434", "type": "Feature", "properties": {"id": "us2000aj5p", "mag": 4.3, "time": 1505015407020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7252, 38.0198, 68.12]}, "bbox": [141.7252, 38.0198, 141.7252, 38.0198]}, {"id": "5435", "type": "Feature", "properties": {"id": "ak16795189", "mag": 1.3, "time": 1505014815822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7877, 59.5199, 52.1]}, "bbox": [-151.7877, 59.5199, -151.7877, 59.5199]}, {"id": "5436", "type": "Feature", "properties": {"id": "nc72889511", "mag": 1.11, "time": 1505014765900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711998, 38.755501, 2.76]}, "bbox": [-122.711998, 38.755501, -122.711998, 38.755501]}, {"id": "5437", "type": "Feature", "properties": {"id": "us2000aj5f", "mag": 4.1, "time": 1505014246310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7509, 15.2659, 43.51]}, "bbox": [-94.7509, 15.2659, -94.7509, 15.2659]}, {"id": "5438", "type": "Feature", "properties": {"id": "ak16795181", "mag": 2.2, "time": 1505014149113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8561, 61.3045, 25.3]}, "bbox": [-146.8561, 61.3045, -146.8561, 61.3045]}, {"id": "5439", "type": "Feature", "properties": {"id": "ak16795185", "mag": 1.8, "time": 1505014144643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2491, 60.9757, 43.4]}, "bbox": [-147.2491, 60.9757, -147.2491, 60.9757]}, {"id": "5440", "type": "Feature", "properties": {"id": "us2000aj59", "mag": 4.1, "time": 1505013882540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2187, 67.6427, 10.0]}, "bbox": [-173.2187, 67.6427, -173.2187, 67.6427]}, {"id": "5441", "type": "Feature", "properties": {"id": "uw61306007", "mag": 1.81, "time": 1505013085820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600667, 43.836167, 3.82]}, "bbox": [-122.600667, 43.836167, -122.600667, 43.836167]}, {"id": "5442", "type": "Feature", "properties": {"id": "mb80253724", "mag": 1.18, "time": 1505012880400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520333, 46.896167, 10.28]}, "bbox": [-112.520333, 46.896167, -112.520333, 46.896167]}, {"id": "5443", "type": "Feature", "properties": {"id": "us2000aj51", "mag": 5.8, "time": 1505012842340, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5278, 15.3896, 29.0]}, "bbox": [-94.5278, 15.3896, -94.5278, 15.3896]}, {"id": "5444", "type": "Feature", "properties": {"id": "ak16794614", "mag": 1.5, "time": 1505011941254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0253, 66.769, 24.1]}, "bbox": [-146.0253, 66.769, -146.0253, 66.769]}, {"id": "5445", "type": "Feature", "properties": {"id": "ak16794611", "mag": 1.9, "time": 1505011477433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.452, 60.9238, 15.1]}, "bbox": [-147.452, 60.9238, -147.452, 60.9238]}, {"id": "5446", "type": "Feature", "properties": {"id": "ak16794610", "mag": 2.3, "time": 1505010496180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5196, 51.817, 106.7]}, "bbox": [178.5196, 51.817, 178.5196, 51.817]}, {"id": "5447", "type": "Feature", "properties": {"id": "us2000arv6", "mag": 4.0, "time": 1505010360400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9747, 15.1883, 59.97]}, "bbox": [-94.9747, 15.1883, -94.9747, 15.1883]}, {"id": "5448", "type": "Feature", "properties": {"id": "pr2017253000", "mag": 2.65, "time": 1505009947880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1073, 18.2203, 79.0]}, "bbox": [-67.1073, 18.2203, -67.1073, 18.2203]}, {"id": "5449", "type": "Feature", "properties": {"id": "us2000aj4r", "mag": 4.3, "time": 1505009855470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.3515, 14.9239, 35.26]}, "bbox": [-93.3515, 14.9239, -93.3515, 14.9239]}, {"id": "5450", "type": "Feature", "properties": {"id": "us2000aj4q", "mag": 2.4, "time": 1505009730390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.403, 42.6058, 5.0]}, "bbox": [-111.403, 42.6058, -111.403, 42.6058]}, {"id": "5451", "type": "Feature", "properties": {"id": "ak16794604", "mag": 1.5, "time": 1505009566066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5055, 61.4008, 14.7]}, "bbox": [-146.5055, 61.4008, -146.5055, 61.4008]}, {"id": "5452", "type": "Feature", "properties": {"id": "us2000aj4m", "mag": 3.2, "time": 1505008832850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4779, 42.6737, 2.46]}, "bbox": [-111.4779, 42.6737, -111.4779, 42.6737]}, {"id": "5453", "type": "Feature", "properties": {"id": "us2000aye7", "mag": 3.9, "time": 1505008653110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.442, 15.7739, 41.92]}, "bbox": [-94.442, 15.7739, -94.442, 15.7739]}, {"id": "5454", "type": "Feature", "properties": {"id": "us2000aj4i", "mag": 4.2, "time": 1505008285900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3811, 14.9456, 27.79]}, "bbox": [-94.3811, 14.9456, -94.3811, 14.9456]}, {"id": "5455", "type": "Feature", "properties": {"id": "ak16827395", "mag": 1.0, "time": 1505008083507, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7452, 63.1544, 9.3]}, "bbox": [-152.7452, 63.1544, -152.7452, 63.1544]}, {"id": "5456", "type": "Feature", "properties": {"id": "ak16794056", "mag": 1.8, "time": 1505007980655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.9725, 59.1241, 13.0]}, "bbox": [-137.9725, 59.1241, -137.9725, 59.1241]}, {"id": "5457", "type": "Feature", "properties": {"id": "nn00604443", "mag": 1.1, "time": 1505007942083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9112, 38.3937, 7.8]}, "bbox": [-118.9112, 38.3937, -118.9112, 38.3937]}, {"id": "5458", "type": "Feature", "properties": {"id": "ci37758839", "mag": 1.22, "time": 1505007033130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.383167, 33.193, 7.75]}, "bbox": [-116.383167, 33.193, -116.383167, 33.193]}, {"id": "5459", "type": "Feature", "properties": {"id": "ak16827393", "mag": 1.2, "time": 1505006807930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6807, 59.9356, 95.0]}, "bbox": [-152.6807, 59.9356, -152.6807, 59.9356]}, {"id": "5460", "type": "Feature", "properties": {"id": "us2000aj47", "mag": 4.1, "time": 1505005871300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.689, 16.7045, 39.46]}, "bbox": [-94.689, 16.7045, -94.689, 16.7045]}, {"id": "5461", "type": "Feature", "properties": {"id": "us2000aj44", "mag": 4.3, "time": 1505005501920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7157, 15.408, 32.22]}, "bbox": [-94.7157, 15.408, -94.7157, 15.408]}, {"id": "5462", "type": "Feature", "properties": {"id": "us2000aj41", "mag": 4.3, "time": 1505005103690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5751, 15.5308, 63.49]}, "bbox": [-94.5751, 15.5308, -94.5751, 15.5308]}, {"id": "5463", "type": "Feature", "properties": {"id": "us2000aj3z", "mag": 4.4, "time": 1505004749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.3526, 47.21]}, "bbox": [-94.4987, 15.3526, -94.4987, 15.3526]}, {"id": "5464", "type": "Feature", "properties": {"id": "us2000aj3t", "mag": 3.3, "time": 1505004389150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.358, 44.2464, 10.0]}, "bbox": [-129.358, 44.2464, -129.358, 44.2464]}, {"id": "5465", "type": "Feature", "properties": {"id": "ak16793513", "mag": 2.3, "time": 1505004296412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.3005, 58.2485, 10.0]}, "bbox": [-143.3005, 58.2485, -143.3005, 58.2485]}, {"id": "5466", "type": "Feature", "properties": {"id": "ak16793511", "mag": 2.0, "time": 1505004250005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3901, 51.6935, 13.2]}, "bbox": [-178.3901, 51.6935, -178.3901, 51.6935]}, {"id": "5467", "type": "Feature", "properties": {"id": "us2000aj3m", "mag": 3.3, "time": 1505004159420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0417, 44.4745, 10.0]}, "bbox": [-129.0417, 44.4745, -129.0417, 44.4745]}, {"id": "5468", "type": "Feature", "properties": {"id": "ak16827390", "mag": 1.5, "time": 1505004153873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9635, 59.4036, 98.3]}, "bbox": [-152.9635, 59.4036, -152.9635, 59.4036]}, {"id": "5469", "type": "Feature", "properties": {"id": "ak16827388", "mag": 1.4, "time": 1505003603974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4592, 51.7361, 18.3]}, "bbox": [-178.4592, 51.7361, -178.4592, 51.7361]}, {"id": "5470", "type": "Feature", "properties": {"id": "ak16793506", "mag": 1.5, "time": 1505003554878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5578, 62.0025, 41.6]}, "bbox": [-149.5578, 62.0025, -149.5578, 62.0025]}, {"id": "5471", "type": "Feature", "properties": {"id": "mb80253689", "mag": 0.96, "time": 1505003169140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.508667, 46.879833, 9.14]}, "bbox": [-112.508667, 46.879833, -112.508667, 46.879833]}, {"id": "5472", "type": "Feature", "properties": {"id": "us2000aj3k", "mag": 4.7, "time": 1505002421890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.5775, -16.7183, 10.0]}, "bbox": [-172.5775, -16.7183, -172.5775, -16.7183]}, {"id": "5473", "type": "Feature", "properties": {"id": "ak16793503", "mag": 1.2, "time": 1505001653442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0694, 51.6811, 2.6]}, "bbox": [-178.0694, 51.6811, -178.0694, 51.6811]}, {"id": "5474", "type": "Feature", "properties": {"id": "us2000aj3c", "mag": 2.3, "time": 1505001525800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5803, 7.86]}, "bbox": [-111.427, 42.5803, -111.427, 42.5803]}, {"id": "5475", "type": "Feature", "properties": {"id": "hv61903041", "mag": 1.97, "time": 1505000788390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.501, 19.948333, 38.213]}, "bbox": [-155.501, 19.948333, -155.501, 19.948333]}, {"id": "5476", "type": "Feature", "properties": {"id": "ak16793502", "mag": 2.1, "time": 1505000595653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5442, 56.1065, 5.5]}, "bbox": [-159.5442, 56.1065, -159.5442, 56.1065]}, {"id": "5477", "type": "Feature", "properties": {"id": "us2000aj36", "mag": 3.3, "time": 1505000090270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0754, 44.3952, 10.0]}, "bbox": [-129.0754, 44.3952, -129.0754, 44.3952]}, {"id": "5478", "type": "Feature", "properties": {"id": "nc72889416", "mag": 1.43, "time": 1505000045060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.709167, 38.768333, 1.44]}, "bbox": [-122.709167, 38.768333, -122.709167, 38.768333]}, {"id": "5479", "type": "Feature", "properties": {"id": "nc72889411", "mag": 1.18, "time": 1504999845050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.424167, 38.768, 7.71]}, "bbox": [-122.424167, 38.768, -122.424167, 38.768]}, {"id": "5480", "type": "Feature", "properties": {"id": "ak16793501", "mag": 1.0, "time": 1504999793486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0175, 59.5958, 36.9]}, "bbox": [-151.0175, 59.5958, -151.0175, 59.5958]}, {"id": "5481", "type": "Feature", "properties": {"id": "ak16793499", "mag": 1.5, "time": 1504999218478, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9885, 60.7112, 87.3]}, "bbox": [-151.9885, 60.7112, -151.9885, 60.7112]}, {"id": "5482", "type": "Feature", "properties": {"id": "ak16823567", "mag": 1.5, "time": 1504999019129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3619, 57.7499, 9.3]}, "bbox": [-136.3619, 57.7499, -136.3619, 57.7499]}, {"id": "5483", "type": "Feature", "properties": {"id": "hv61903026", "mag": 1.83, "time": 1504999009760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28717, 19.4025, 1.54]}, "bbox": [-155.28717, 19.4025, -155.28717, 19.4025]}, {"id": "5484", "type": "Feature", "properties": {"id": "ak16793495", "mag": 1.5, "time": 1504998539010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1873, 63.1024, 94.1]}, "bbox": [-150.1873, 63.1024, -150.1873, 63.1024]}, {"id": "5485", "type": "Feature", "properties": {"id": "ak16793492", "mag": 1.9, "time": 1504998198191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4513, 66.9866, 0.9]}, "bbox": [-157.4513, 66.9866, -157.4513, 66.9866]}, {"id": "5486", "type": "Feature", "properties": {"id": "ak16793490", "mag": 1.1, "time": 1504998084010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3555, 64.9906, 0.0]}, "bbox": [-147.3555, 64.9906, -147.3555, 64.9906]}, {"id": "5487", "type": "Feature", "properties": {"id": "us2000am0g", "mag": 2.9, "time": 1504997864050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5776, 54.9813, 70.97]}, "bbox": [-161.5776, 54.9813, -161.5776, 54.9813]}, {"id": "5488", "type": "Feature", "properties": {"id": "us2000am0f", "mag": 3.0, "time": 1504997382330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4861, 55.435, 25.1]}, "bbox": [-158.4861, 55.435, -158.4861, 55.435]}, {"id": "5489", "type": "Feature", "properties": {"id": "us2000aj2w", "mag": 2.6, "time": 1504996101810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.6646, 8.07]}, "bbox": [-111.4595, 42.6646, -111.4595, 42.6646]}, {"id": "5490", "type": "Feature", "properties": {"id": "ak16823560", "mag": 1.1, "time": 1504995586471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5516, 60.1674, 10.1]}, "bbox": [-139.5516, 60.1674, -139.5516, 60.1674]}, {"id": "5491", "type": "Feature", "properties": {"id": "us2000aj2g", "mag": 2.6, "time": 1504995580700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.3253, 36.95, 2.161]}, "bbox": [-99.3253, 36.95, -99.3253, 36.95]}, {"id": "5492", "type": "Feature", "properties": {"id": "nc72889401", "mag": 1.53, "time": 1504995533070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.883167, 39.862333, 5.12]}, "bbox": [-122.883167, 39.862333, -122.883167, 39.862333]}, {"id": "5493", "type": "Feature", "properties": {"id": "us2000aj2p", "mag": 4.3, "time": 1504995471290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.6167, -36.1497, 25.35]}, "bbox": [-73.6167, -36.1497, -73.6167, -36.1497]}, {"id": "5494", "type": "Feature", "properties": {"id": "ci37758743", "mag": 0.97, "time": 1504995032090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 35.897667, 6.49]}, "bbox": [-116.927167, 35.897667, -116.927167, 35.897667]}, {"id": "5495", "type": "Feature", "properties": {"id": "ak16792945", "mag": 1.9, "time": 1504994934423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6439, 60.0021, 159.1]}, "bbox": [-153.6439, 60.0021, -153.6439, 60.0021]}, {"id": "5496", "type": "Feature", "properties": {"id": "nc72889396", "mag": 1.01, "time": 1504994309360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.744499, 38.774666, 1.39]}, "bbox": [-122.744499, 38.774666, -122.744499, 38.774666]}, {"id": "5497", "type": "Feature", "properties": {"id": "mb80253659", "mag": 1.35, "time": 1504994237270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.767667, 45.618, 0.67]}, "bbox": [-111.767667, 45.618, -111.767667, 45.618]}, {"id": "5498", "type": "Feature", "properties": {"id": "nc72889391", "mag": 1.15, "time": 1504994059680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4355, 39.501833, 12.05]}, "bbox": [-121.4355, 39.501833, -121.4355, 39.501833]}, {"id": "5499", "type": "Feature", "properties": {"id": "us2000ayd8", "mag": 4.0, "time": 1504993547880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0655, 15.7772, 34.99]}, "bbox": [-95.0655, 15.7772, -95.0655, 15.7772]}, {"id": "5500", "type": "Feature", "properties": {"id": "uu60240502", "mag": 1.28, "time": 1504993388650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.014167, 44.781833, 8.11]}, "bbox": [-111.014167, 44.781833, -111.014167, 44.781833]}, {"id": "5501", "type": "Feature", "properties": {"id": "nc72889381", "mag": 1.37, "time": 1504992621690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.732833, 38.768167, 0.83]}, "bbox": [-122.732833, 38.768167, -122.732833, 38.768167]}, {"id": "5502", "type": "Feature", "properties": {"id": "nc72889376", "mag": 1.64, "time": 1504992347010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.879, 39.861333, 5.75]}, "bbox": [-122.879, 39.861333, -122.879, 39.861333]}, {"id": "5503", "type": "Feature", "properties": {"id": "nc72889366", "mag": 0.99, "time": 1504990736460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712667, 38.913333, 2.6]}, "bbox": [-122.712667, 38.913333, -122.712667, 38.913333]}, {"id": "5504", "type": "Feature", "properties": {"id": "us2000aj18", "mag": 4.9, "time": 1504990247280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6127, -27.7277, 147.22]}, "bbox": [-177.6127, -27.7277, -177.6127, -27.7277]}, {"id": "5505", "type": "Feature", "properties": {"id": "us2000aksk", "mag": 2.8, "time": 1504990158400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8073, 35.9883, 6.228]}, "bbox": [-96.8073, 35.9883, -96.8073, 35.9883]}, {"id": "5506", "type": "Feature", "properties": {"id": "us2000aj13", "mag": 3.1, "time": 1504990070700, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8015, 35.9914, 5.85]}, "bbox": [-96.8015, 35.9914, -96.8015, 35.9914]}, {"id": "5507", "type": "Feature", "properties": {"id": "us2000arta", "mag": 4.2, "time": 1504989955640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0828, 15.537, 19.56]}, "bbox": [-95.0828, 15.537, -95.0828, 15.537]}, {"id": "5508", "type": "Feature", "properties": {"id": "ak16792284", "mag": 1.6, "time": 1504989907169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0546, 60.3983, 79.6]}, "bbox": [-152.0546, 60.3983, -152.0546, 60.3983]}, {"id": "5509", "type": "Feature", "properties": {"id": "nc72889356", "mag": 0.96, "time": 1504989514010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201333, 37.802667, 8.55]}, "bbox": [-122.201333, 37.802667, -122.201333, 37.802667]}, {"id": "5510", "type": "Feature", "properties": {"id": "ak16823554", "mag": 1.4, "time": 1504989475242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8158, 59.9912, 96.3]}, "bbox": [-152.8158, 59.9912, -152.8158, 59.9912]}, {"id": "5511", "type": "Feature", "properties": {"id": "us2000aj0w", "mag": 2.8, "time": 1504989429400, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5041, 36.2908, 8.103]}, "bbox": [-97.5041, 36.2908, -97.5041, 36.2908]}, {"id": "5512", "type": "Feature", "properties": {"id": "hv61902851", "mag": 1.98, "time": 1504989368750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279159, 19.391001, 0.54]}, "bbox": [-155.279159, 19.391001, -155.279159, 19.391001]}, {"id": "5513", "type": "Feature", "properties": {"id": "us2000art9", "mag": 4.4, "time": 1504989282650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5518, 15.0779, 35.94]}, "bbox": [-94.5518, 15.0779, -94.5518, 15.0779]}, {"id": "5514", "type": "Feature", "properties": {"id": "us2000aj0x", "mag": 4.2, "time": 1504989178220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8925, 15.5513, 33.85]}, "bbox": [-94.8925, 15.5513, -94.8925, 15.5513]}, {"id": "5515", "type": "Feature", "properties": {"id": "us2000aj1p", "mag": 2.3, "time": 1504988963860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4077, 55.6085, 30.8]}, "bbox": [-158.4077, 55.6085, -158.4077, 55.6085]}, {"id": "5516", "type": "Feature", "properties": {"id": "ak16823552", "mag": 1.2, "time": 1504988912939, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7854, 60.1774, 76.8]}, "bbox": [-151.7854, 60.1774, -151.7854, 60.1774]}, {"id": "5517", "type": "Feature", "properties": {"id": "us2000aj0r", "mag": 4.8, "time": 1504988774940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8055, 15.4862, 41.24]}, "bbox": [-94.8055, 15.4862, -94.8055, 15.4862]}, {"id": "5518", "type": "Feature", "properties": {"id": "ak16823551", "mag": 1.5, "time": 1504988703567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6984, 60.153, 94.6]}, "bbox": [-152.6984, 60.153, -152.6984, 60.153]}, {"id": "5519", "type": "Feature", "properties": {"id": "hv61902831", "mag": 2.68, "time": 1504988541740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.446, 20.027167, 8.137]}, "bbox": [-155.446, 20.027167, -155.446, 20.027167]}, {"id": "5520", "type": "Feature", "properties": {"id": "uu60240472", "mag": 1.31, "time": 1504988346800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.206, 39.282333, -3.32]}, "bbox": [-111.206, 39.282333, -111.206, 39.282333]}, {"id": "5521", "type": "Feature", "properties": {"id": "hv61902821", "mag": 2.08, "time": 1504988052380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.281998, 19.411833, 2.05]}, "bbox": [-155.281998, 19.411833, -155.281998, 19.411833]}, {"id": "5522", "type": "Feature", "properties": {"id": "ak16791747", "mag": 1.2, "time": 1504986900345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4114, 60.0877, 56.0]}, "bbox": [-150.4114, 60.0877, -150.4114, 60.0877]}, {"id": "5523", "type": "Feature", "properties": {"id": "nc72889346", "mag": 1.15, "time": 1504985576640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723667, 38.753833, 1.93]}, "bbox": [-122.723667, 38.753833, -122.723667, 38.753833]}, {"id": "5524", "type": "Feature", "properties": {"id": "us2000aizy", "mag": 4.4, "time": 1504984967070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1285, 55.2452, 28.63]}, "bbox": [-157.1285, 55.2452, -157.1285, 55.2452]}, {"id": "5525", "type": "Feature", "properties": {"id": "ak16823547", "mag": 2.3, "time": 1504984573262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2291, 50.8322, 17.6]}, "bbox": [-174.2291, 50.8322, -174.2291, 50.8322]}, {"id": "5526", "type": "Feature", "properties": {"id": "us2000aizr", "mag": 2.3, "time": 1504983888120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4504, 42.6494, 10.91]}, "bbox": [-111.4504, 42.6494, -111.4504, 42.6494]}, {"id": "5527", "type": "Feature", "properties": {"id": "nn00604425", "mag": 1.1, "time": 1504983732096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8284, 38.06, 3.2]}, "bbox": [-118.8284, 38.06, -118.8284, 38.06]}, {"id": "5528", "type": "Feature", "properties": {"id": "ak16791198", "mag": 1.7, "time": 1504983607869, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5288, 51.7278, 12.4]}, "bbox": [-178.5288, 51.7278, -178.5288, 51.7278]}, {"id": "5529", "type": "Feature", "properties": {"id": "nc72889341", "mag": 1.77, "time": 1504983196540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.881, 38.833667, 2.0]}, "bbox": [-122.881, 38.833667, -122.881, 38.833667]}, {"id": "5530", "type": "Feature", "properties": {"id": "uu60240427", "mag": 2.17, "time": 1504983086160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417167, 42.555833, 8.52]}, "bbox": [-111.417167, 42.555833, -111.417167, 42.555833]}, {"id": "5531", "type": "Feature", "properties": {"id": "us2000aizg", "mag": 4.4, "time": 1504983043410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4218, 15.787, 57.77]}, "bbox": [-94.4218, 15.787, -94.4218, 15.787]}, {"id": "5532", "type": "Feature", "properties": {"id": "hv61902716", "mag": 1.45, "time": 1504983007260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.274333, 18.915833, 7.212]}, "bbox": [-155.274333, 18.915833, -155.274333, 18.915833]}, {"id": "5533", "type": "Feature", "properties": {"id": "ak16823545", "mag": 1.7, "time": 1504982688397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1975, 53.2518, 21.4]}, "bbox": [-166.1975, 53.2518, -166.1975, 53.2518]}, {"id": "5534", "type": "Feature", "properties": {"id": "nn00604404", "mag": 2.1, "time": 1504981848383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9058, 38.3558, 8.8]}, "bbox": [-118.9058, 38.3558, -118.9058, 38.3558]}, {"id": "5535", "type": "Feature", "properties": {"id": "nc72889331", "mag": 1.22, "time": 1504981774440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.480833, 38.843833, 10.34]}, "bbox": [-122.480833, 38.843833, -122.480833, 38.843833]}, {"id": "5536", "type": "Feature", "properties": {"id": "us2000aiz4", "mag": 4.4, "time": 1504981610170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [155.7383, 49.4785, 59.88]}, "bbox": [155.7383, 49.4785, 155.7383, 49.4785]}, {"id": "5537", "type": "Feature", "properties": {"id": "ak16791190", "mag": 2.4, "time": 1504980782997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.857, 67.7643, 14.4]}, "bbox": [-152.857, 67.7643, -152.857, 67.7643]}, {"id": "5538", "type": "Feature", "properties": {"id": "ak16823543", "mag": 1.8, "time": 1504980266831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4071, 51.6082, 9.4]}, "bbox": [-178.4071, 51.6082, -178.4071, 51.6082]}, {"id": "5539", "type": "Feature", "properties": {"id": "ci37758695", "mag": 1.06, "time": 1504980028730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.307667, 34.0925, 16.16]}, "bbox": [-117.307667, 34.0925, -117.307667, 34.0925]}, {"id": "5540", "type": "Feature", "properties": {"id": "ak16791189", "mag": 1.3, "time": 1504980002277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.043, 60.3576, 52.2]}, "bbox": [-151.043, 60.3576, -151.043, 60.3576]}, {"id": "5541", "type": "Feature", "properties": {"id": "us2000aiyg", "mag": 4.4, "time": 1504979697800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.459, 15.3004, 36.6]}, "bbox": [-94.459, 15.3004, -94.459, 15.3004]}, {"id": "5542", "type": "Feature", "properties": {"id": "ak16823541", "mag": 1.5, "time": 1504978178608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8616, 58.3062, 104.2]}, "bbox": [-154.8616, 58.3062, -154.8616, 58.3062]}, {"id": "5543", "type": "Feature", "properties": {"id": "us2000aycf", "mag": 4.2, "time": 1504977766490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1719, 15.1363, 19.92]}, "bbox": [-94.1719, 15.1363, -94.1719, 15.1363]}, {"id": "5544", "type": "Feature", "properties": {"id": "nc72889311", "mag": 1.86, "time": 1504977631430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.621667, 39.523333, 4.94]}, "bbox": [-120.621667, 39.523333, -120.621667, 39.523333]}, {"id": "5545", "type": "Feature", "properties": {"id": "us2000am0a", "mag": 2.9, "time": 1504977007380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3606, 51.5729, 20.05]}, "bbox": [-178.3606, 51.5729, -178.3606, 51.5729]}, {"id": "5546", "type": "Feature", "properties": {"id": "uw61305857", "mag": 1.96, "time": 1504976913320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5835, 49.325, -0.06]}, "bbox": [-120.5835, 49.325, -120.5835, 49.325]}, {"id": "5547", "type": "Feature", "properties": {"id": "nn00604394", "mag": 1.0, "time": 1504976713972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9184, 39.4189, 9.4]}, "bbox": [-119.9184, 39.4189, -119.9184, 39.4189]}, {"id": "5548", "type": "Feature", "properties": {"id": "nn00604419", "mag": 1.0, "time": 1504976501919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9128, 38.3555, 7.9]}, "bbox": [-118.9128, 38.3555, -118.9128, 38.3555]}, {"id": "5549", "type": "Feature", "properties": {"id": "ak16823539", "mag": 1.7, "time": 1504975843554, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3563, 51.6531, 13.1]}, "bbox": [-178.3563, 51.6531, -178.3563, 51.6531]}, {"id": "5550", "type": "Feature", "properties": {"id": "uu60240367", "mag": 1.09, "time": 1504975707090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.071, 44.717, 8.3]}, "bbox": [-111.071, 44.717, -111.071, 44.717]}, {"id": "5551", "type": "Feature", "properties": {"id": "ak16790653", "mag": 3.1, "time": 1504974617088, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3417, 51.6239, 10.4]}, "bbox": [-178.3417, 51.6239, -178.3417, 51.6239]}, {"id": "5552", "type": "Feature", "properties": {"id": "ak16790654", "mag": 1.9, "time": 1504974537489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3148, 51.695, 47.7]}, "bbox": [-175.3148, 51.695, -175.3148, 51.695]}, {"id": "5553", "type": "Feature", "properties": {"id": "us2000aix7", "mag": 4.4, "time": 1504974070040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1553, 15.4199, 68.05]}, "bbox": [-94.1553, 15.4199, -94.1553, 15.4199]}, {"id": "5554", "type": "Feature", "properties": {"id": "us2000aix4", "mag": 2.7, "time": 1504973305730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.5514, 9.99]}, "bbox": [-111.4403, 42.5514, -111.4403, 42.5514]}, {"id": "5555", "type": "Feature", "properties": {"id": "ci37758639", "mag": 1.49, "time": 1504972882060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274333, 33.977333, 4.89]}, "bbox": [-116.274333, 33.977333, -116.274333, 33.977333]}, {"id": "5556", "type": "Feature", "properties": {"id": "ak16823535", "mag": 1.4, "time": 1504972779074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6619, 59.5746, 73.5]}, "bbox": [-152.6619, 59.5746, -152.6619, 59.5746]}, {"id": "5557", "type": "Feature", "properties": {"id": "ak16790651", "mag": 1.4, "time": 1504972583759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0742, 62.1419, 37.4]}, "bbox": [-148.0742, 62.1419, -148.0742, 62.1419]}, {"id": "5558", "type": "Feature", "properties": {"id": "hv61902621", "mag": 1.3, "time": 1504971779440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.013167, 19.393333, 2.338]}, "bbox": [-155.013167, 19.393333, -155.013167, 19.393333]}, {"id": "5559", "type": "Feature", "properties": {"id": "ci37758631", "mag": 1.6, "time": 1504971677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.497167, 32.741, 8.5]}, "bbox": [-115.497167, 32.741, -115.497167, 32.741]}, {"id": "5560", "type": "Feature", "properties": {"id": "ak16790130", "mag": 2.4, "time": 1504971409637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4283, 51.6859, 9.0]}, "bbox": [-178.4283, 51.6859, -178.4283, 51.6859]}, {"id": "5561", "type": "Feature", "properties": {"id": "us2000aiwm", "mag": 5.3, "time": 1504971008260, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8484, 15.8296, 39.05]}, "bbox": [-94.8484, 15.8296, -94.8484, 15.8296]}, {"id": "5562", "type": "Feature", "properties": {"id": "nc72889281", "mag": 1.07, "time": 1504970982380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944833, 37.598167, 1.8]}, "bbox": [-118.944833, 37.598167, -118.944833, 37.598167]}, {"id": "5563", "type": "Feature", "properties": {"id": "us2000aiwh", "mag": 4.8, "time": 1504970946650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5822, 15.0866, 46.84]}, "bbox": [-94.5822, 15.0866, -94.5822, 15.0866]}, {"id": "5564", "type": "Feature", "properties": {"id": "us2000aiwe", "mag": 4.6, "time": 1504970869530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9636, 15.3251, 65.27]}, "bbox": [-93.9636, 15.3251, -93.9636, 15.3251]}, {"id": "5565", "type": "Feature", "properties": {"id": "nc72889276", "mag": 1.09, "time": 1504970812160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.855667, 37.658833, 2.53]}, "bbox": [-118.855667, 37.658833, -118.855667, 37.658833]}, {"id": "5566", "type": "Feature", "properties": {"id": "ak16790123", "mag": 2.1, "time": 1504970292620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.13, 51.4897, 41.3]}, "bbox": [-177.13, 51.4897, -177.13, 51.4897]}, {"id": "5567", "type": "Feature", "properties": {"id": "ak16790120", "mag": 1.2, "time": 1504968778296, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3618, 61.0444, 0.0]}, "bbox": [-148.3618, 61.0444, -148.3618, 61.0444]}, {"id": "5568", "type": "Feature", "properties": {"id": "us2000aiw3", "mag": 4.1, "time": 1504968358930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.193, 15.2562, 35.0]}, "bbox": [-94.193, 15.2562, -94.193, 15.2562]}, {"id": "5569", "type": "Feature", "properties": {"id": "ak16789598", "mag": 2.5, "time": 1504968226307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7868, 63.1355, 123.4]}, "bbox": [-150.7868, 63.1355, -150.7868, 63.1355]}, {"id": "5570", "type": "Feature", "properties": {"id": "ak16789594", "mag": 1.9, "time": 1504968045372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7112, 60.6453, 16.4]}, "bbox": [-141.7112, 60.6453, -141.7112, 60.6453]}, {"id": "5571", "type": "Feature", "properties": {"id": "ci37758615", "mag": 1.41, "time": 1504967951280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275, 33.978333, 4.74]}, "bbox": [-116.275, 33.978333, -116.275, 33.978333]}, {"id": "5572", "type": "Feature", "properties": {"id": "ak16823526", "mag": 1.9, "time": 1504967456812, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4388, 54.8237, 32.0]}, "bbox": [-160.4388, 54.8237, -160.4388, 54.8237]}, {"id": "5573", "type": "Feature", "properties": {"id": "us2000aivy", "mag": 4.2, "time": 1504967440700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1556, 16.3217, 115.13]}, "bbox": [-94.1556, 16.3217, -94.1556, 16.3217]}, {"id": "5574", "type": "Feature", "properties": {"id": "ak16823525", "mag": 1.4, "time": 1504967368293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6252, 59.9753, 101.9]}, "bbox": [-152.6252, 59.9753, -152.6252, 59.9753]}, {"id": "5575", "type": "Feature", "properties": {"id": "ak16823524", "mag": 1.7, "time": 1504966965980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7649, 56.8018, 3.4]}, "bbox": [-154.7649, 56.8018, -154.7649, 56.8018]}, {"id": "5576", "type": "Feature", "properties": {"id": "ak16823523", "mag": 1.6, "time": 1504966219015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4826, 51.2597, 23.7]}, "bbox": [-177.4826, 51.2597, -177.4826, 51.2597]}, {"id": "5577", "type": "Feature", "properties": {"id": "nc72889256", "mag": 1.03, "time": 1504966067680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012333, 37.593667, 0.37]}, "bbox": [-119.012333, 37.593667, -119.012333, 37.593667]}, {"id": "5578", "type": "Feature", "properties": {"id": "nn00604381", "mag": 2.3, "time": 1504966020076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3553, 40.6574, 6.9]}, "bbox": [-119.3553, 40.6574, -119.3553, 40.6574]}, {"id": "5579", "type": "Feature", "properties": {"id": "ci37758607", "mag": 1.15, "time": 1504965758050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.386667, 33.320333, 5.46]}, "bbox": [-116.386667, 33.320333, -116.386667, 33.320333]}, {"id": "5580", "type": "Feature", "properties": {"id": "us2000aivs", "mag": 2.6, "time": 1504965349760, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.5704, 9.32]}, "bbox": [-111.431, 42.5704, -111.431, 42.5704]}, {"id": "5581", "type": "Feature", "properties": {"id": "mb80253559", "mag": 1.01, "time": 1504964725150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.785167, 43.612, -3.47]}, "bbox": [-110.785167, 43.612, -110.785167, 43.612]}, {"id": "5582", "type": "Feature", "properties": {"id": "ak16823520", "mag": 2.0, "time": 1504964361277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4265, 54.015, 30.3]}, "bbox": [-164.4265, 54.015, -164.4265, 54.015]}, {"id": "5583", "type": "Feature", "properties": {"id": "ak16823518", "mag": 1.4, "time": 1504963874108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.762, 82.8]}, "bbox": [-152.0471, 60.762, -152.0471, 60.762]}, {"id": "5584", "type": "Feature", "properties": {"id": "ak16789076", "mag": 1.7, "time": 1504963420635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7554, 59.5701, 80.5]}, "bbox": [-152.7554, 59.5701, -152.7554, 59.5701]}, {"id": "5585", "type": "Feature", "properties": {"id": "us2000aivg", "mag": 4.8, "time": 1504963319300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.118, 15.2555, 36.22]}, "bbox": [-94.118, 15.2555, -94.118, 15.2555]}, {"id": "5586", "type": "Feature", "properties": {"id": "us2000aiva", "mag": 4.7, "time": 1504963129400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9764, 15.3921, 63.93]}, "bbox": [-93.9764, 15.3921, -93.9764, 15.3921]}, {"id": "5587", "type": "Feature", "properties": {"id": "ak16823516", "mag": 1.1, "time": 1504962479847, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8765, 58.9325, 12.9]}, "bbox": [-155.8765, 58.9325, -155.8765, 58.9325]}, {"id": "5588", "type": "Feature", "properties": {"id": "ismpkansas70234863", "mag": 1.66, "time": 1504961953310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8555, 37.210833, 3.69]}, "bbox": [-97.8555, 37.210833, -97.8555, 37.210833]}, {"id": "5589", "type": "Feature", "properties": {"id": "us2000aiuu", "mag": 4.3, "time": 1504961286800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1507, 15.2159, 54.84]}, "bbox": [-94.1507, 15.2159, -94.1507, 15.2159]}, {"id": "5590", "type": "Feature", "properties": {"id": "nc72889151", "mag": 1.59, "time": 1504961182210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2615, 36.143, 9.79]}, "bbox": [-120.2615, 36.143, -120.2615, 36.143]}, {"id": "5591", "type": "Feature", "properties": {"id": "ak16823515", "mag": 1.3, "time": 1504960711273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5542, 59.755, 14.4]}, "bbox": [-136.5542, 59.755, -136.5542, 59.755]}, {"id": "5592", "type": "Feature", "properties": {"id": "us2000aiud", "mag": 4.5, "time": 1504959908650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2891, 15.5969, 67.38]}, "bbox": [-94.2891, 15.5969, -94.2891, 15.5969]}, {"id": "5593", "type": "Feature", "properties": {"id": "ak16823514", "mag": 2.3, "time": 1504959541727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2315, 55.4677, 18.9]}, "bbox": [-158.2315, 55.4677, -158.2315, 55.4677]}, {"id": "5594", "type": "Feature", "properties": {"id": "us2000aiu3", "mag": 3.5, "time": 1504959495530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3875, 42.5392, 5.0]}, "bbox": [-111.3875, 42.5392, -111.3875, 42.5392]}, {"id": "5595", "type": "Feature", "properties": {"id": "us2000aiu8", "mag": 4.9, "time": 1504959466540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4075, 16.1573, 92.03]}, "bbox": [-94.4075, 16.1573, -94.4075, 16.1573]}, {"id": "5596", "type": "Feature", "properties": {"id": "ak16788555", "mag": 1.8, "time": 1504958775607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5009, 59.7863, 1.7]}, "bbox": [-136.5009, 59.7863, -136.5009, 59.7863]}, {"id": "5597", "type": "Feature", "properties": {"id": "ak16823512", "mag": 1.2, "time": 1504958710011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.013, 77.0]}, "bbox": [-151.6279, 61.013, -151.6279, 61.013]}, {"id": "5598", "type": "Feature", "properties": {"id": "us2000aitr", "mag": 5.2, "time": 1504958620590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.1721, -22.4546, 222.22]}, "bbox": [-66.1721, -22.4546, -66.1721, -22.4546]}, {"id": "5599", "type": "Feature", "properties": {"id": "ci37758559", "mag": 2.17, "time": 1504958517340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871333, 36.511, 7.46]}, "bbox": [-117.871333, 36.511, -117.871333, 36.511]}, {"id": "5600", "type": "Feature", "properties": {"id": "nc72889136", "mag": 1.89, "time": 1504958245210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943333, 37.597, 2.4]}, "bbox": [-118.943333, 37.597, -118.943333, 37.597]}, {"id": "5601", "type": "Feature", "properties": {"id": "ak16788550", "mag": 1.2, "time": 1504957995087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 61.7723, 59.6]}, "bbox": [-150.7877, 61.7723, -150.7877, 61.7723]}, {"id": "5602", "type": "Feature", "properties": {"id": "us2000aita", "mag": 3.9, "time": 1504957968370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4749, 42.5793, 8.0]}, "bbox": [-111.4749, 42.5793, -111.4749, 42.5793]}, {"id": "5603", "type": "Feature", "properties": {"id": "us2000aitc", "mag": 4.9, "time": 1504957853960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4489, 15.7338, 63.09]}, "bbox": [-94.4489, 15.7338, -94.4489, 15.7338]}, {"id": "5604", "type": "Feature", "properties": {"id": "nc72889131", "mag": 1.42, "time": 1504957844330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.604833, 3.8]}, "bbox": [-118.822667, 37.604833, -118.822667, 37.604833]}, {"id": "5605", "type": "Feature", "properties": {"id": "us2000ait9", "mag": 3.1, "time": 1504957715430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.5732, 7.4]}, "bbox": [-111.4515, 42.5732, -111.4515, 42.5732]}, {"id": "5606", "type": "Feature", "properties": {"id": "us2000ait3", "mag": 3.0, "time": 1504956895100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7026, 36.641, 8.008]}, "bbox": [-97.7026, 36.641, -97.7026, 36.641]}, {"id": "5607", "type": "Feature", "properties": {"id": "us2000am03", "mag": 2.5, "time": 1504956200380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0448, 53.9738, 19.7]}, "bbox": [-163.0448, 53.9738, -163.0448, 53.9738]}, {"id": "5608", "type": "Feature", "properties": {"id": "us2000ait2", "mag": 4.0, "time": 1504956162220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.601, 15.854, 69.04]}, "bbox": [-94.601, 15.854, -94.601, 15.854]}, {"id": "5609", "type": "Feature", "properties": {"id": "us2000aisv", "mag": 2.4, "time": 1504955702120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4242, 42.579, 6.95]}, "bbox": [-111.4242, 42.579, -111.4242, 42.579]}, {"id": "5610", "type": "Feature", "properties": {"id": "us2000aisz", "mag": 4.5, "time": 1504955498600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.8292, 3.6504, 59.54]}, "bbox": [126.8292, 3.6504, 126.8292, 3.6504]}, {"id": "5611", "type": "Feature", "properties": {"id": "nc72889126", "mag": 1.04, "time": 1504955440550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.5415, 4.76]}, "bbox": [-118.832333, 37.5415, -118.832333, 37.5415]}, {"id": "5612", "type": "Feature", "properties": {"id": "ak16788046", "mag": 2.3, "time": 1504954557233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3602, 51.5792, 17.2]}, "bbox": [-178.3602, 51.5792, -178.3602, 51.5792]}, {"id": "5613", "type": "Feature", "properties": {"id": "us2000aisn", "mag": 4.2, "time": 1504953867200, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2262, -15.3425, 224.81]}, "bbox": [-70.2262, -15.3425, -70.2262, -15.3425]}, {"id": "5614", "type": "Feature", "properties": {"id": "uu60240042", "mag": 1.27, "time": 1504953324130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.006167, 44.792, 10.46]}, "bbox": [-111.006167, 44.792, -111.006167, 44.792]}, {"id": "5615", "type": "Feature", "properties": {"id": "pr2017252001", "mag": 2.09, "time": 1504953205290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2761, 18.0591, 19.0]}, "bbox": [-67.2761, 18.0591, -67.2761, 18.0591]}, {"id": "5616", "type": "Feature", "properties": {"id": "ci37758511", "mag": 1.45, "time": 1504952800930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.903, 6.17]}, "bbox": [-116.930333, 35.903, -116.930333, 35.903]}, {"id": "5617", "type": "Feature", "properties": {"id": "us2000ayba", "mag": 4.1, "time": 1504952366970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5053, 15.7495, 68.22]}, "bbox": [-94.5053, 15.7495, -94.5053, 15.7495]}, {"id": "5618", "type": "Feature", "properties": {"id": "mb80253459", "mag": 1.52, "time": 1504952233330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447, 46.021167, 0.93]}, "bbox": [-111.447, 46.021167, -111.447, 46.021167]}, {"id": "5619", "type": "Feature", "properties": {"id": "nc72889121", "mag": 1.03, "time": 1504952209100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.871, 37.554833, 4.73]}, "bbox": [-118.871, 37.554833, -118.871, 37.554833]}, {"id": "5620", "type": "Feature", "properties": {"id": "ci37758487", "mag": 1.12, "time": 1504952052150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.988, 36.408833, 5.76]}, "bbox": [-116.988, 36.408833, -116.988, 36.408833]}, {"id": "5621", "type": "Feature", "properties": {"id": "us2000ais8", "mag": 4.3, "time": 1504951965100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.9766, 44.5128, 265.04]}, "bbox": [140.9766, 44.5128, 140.9766, 44.5128]}, {"id": "5622", "type": "Feature", "properties": {"id": "nn00604410", "mag": 1.1, "time": 1504951735991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3876, 37.2486, 0.0]}, "bbox": [-115.3876, 37.2486, -115.3876, 37.2486]}, {"id": "5623", "type": "Feature", "properties": {"id": "ci37758471", "mag": 1.08, "time": 1504951652550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931667, 34.0345, 15.2]}, "bbox": [-116.931667, 34.0345, -116.931667, 34.0345]}, {"id": "5624", "type": "Feature", "properties": {"id": "ak16787530", "mag": 1.1, "time": 1504951610158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7897, 67.3419, 11.3]}, "bbox": [-149.7897, 67.3419, -149.7897, 67.3419]}, {"id": "5625", "type": "Feature", "properties": {"id": "us2000ais3", "mag": 5.4, "time": 1504951518370, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [133.9356, -4.9459, 10.0]}, "bbox": [133.9356, -4.9459, 133.9356, -4.9459]}, {"id": "5626", "type": "Feature", "properties": {"id": "us2000airu", "mag": 4.6, "time": 1504951047220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0237, -24.161, 169.64]}, "bbox": [-67.0237, -24.161, -67.0237, -24.161]}, {"id": "5627", "type": "Feature", "properties": {"id": "ak16787527", "mag": 1.5, "time": 1504950964134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1724, 62.5675, 9.9]}, "bbox": [-152.1724, 62.5675, -152.1724, 62.5675]}, {"id": "5628", "type": "Feature", "properties": {"id": "ak16787525", "mag": 1.4, "time": 1504950309819, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6065, 60.0265, 7.6]}, "bbox": [-140.6065, 60.0265, -140.6065, 60.0265]}, {"id": "5629", "type": "Feature", "properties": {"id": "us2000am01", "mag": 3.8, "time": 1504950233710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0371, 53.9395, 13.0]}, "bbox": [-163.0371, 53.9395, -163.0371, 53.9395]}, {"id": "5630", "type": "Feature", "properties": {"id": "nc72889106", "mag": 1.8, "time": 1504950063660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.642667, 38.4305, 9.02]}, "bbox": [-122.642667, 38.4305, -122.642667, 38.4305]}, {"id": "5631", "type": "Feature", "properties": {"id": "us2000ayb4", "mag": 3.9, "time": 1504949950000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1532, 14.9116, 21.58]}, "bbox": [-95.1532, 14.9116, -95.1532, 14.9116]}, {"id": "5632", "type": "Feature", "properties": {"id": "nc72889101", "mag": 1.84, "time": 1504949895770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.008833, 39.729667, 5.67]}, "bbox": [-120.008833, 39.729667, -120.008833, 39.729667]}, {"id": "5633", "type": "Feature", "properties": {"id": "ak16823500", "mag": 1.6, "time": 1504949837453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.187, 59.0211, 72.2]}, "bbox": [-153.187, 59.0211, -153.187, 59.0211]}, {"id": "5634", "type": "Feature", "properties": {"id": "ak16823499", "mag": 1.5, "time": 1504949724642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0279, 61.4535, 96.1]}, "bbox": [-152.0279, 61.4535, -152.0279, 61.4535]}, {"id": "5635", "type": "Feature", "properties": {"id": "us2000arsy", "mag": 4.1, "time": 1504949643990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.3876, -19.5742, 213.81]}, "bbox": [169.3876, -19.5742, 169.3876, -19.5742]}, {"id": "5636", "type": "Feature", "properties": {"id": "ak16787519", "mag": 1.4, "time": 1504949316312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0341, 61.6767, 50.7]}, "bbox": [-150.0341, 61.6767, -150.0341, 61.6767]}, {"id": "5637", "type": "Feature", "properties": {"id": "ak16823497", "mag": 2.2, "time": 1504949226805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3563, 55.6967, 21.9]}, "bbox": [-157.3563, 55.6967, -157.3563, 55.6967]}, {"id": "5638", "type": "Feature", "properties": {"id": "us2000airg", "mag": 2.3, "time": 1504948998980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6157, 5.99]}, "bbox": [-111.4451, 42.6157, -111.4451, 42.6157]}, {"id": "5639", "type": "Feature", "properties": {"id": "nc72889066", "mag": 0.98, "time": 1504947621670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.982833, 37.917667, 10.7]}, "bbox": [-121.982833, 37.917667, -121.982833, 37.917667]}, {"id": "5640", "type": "Feature", "properties": {"id": "ak16823496", "mag": 2.0, "time": 1504947486008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2987, 51.7726, 13.0]}, "bbox": [-173.2987, 51.7726, -173.2987, 51.7726]}, {"id": "5641", "type": "Feature", "properties": {"id": "ak16787403", "mag": 2.6, "time": 1504947413205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5944, 59.4202, 75.5]}, "bbox": [-152.5944, 59.4202, -152.5944, 59.4202]}, {"id": "5642", "type": "Feature", "properties": {"id": "us2000aiqx", "mag": 4.1, "time": 1504946674160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5388, 15.3559, 54.35]}, "bbox": [-94.5388, 15.3559, -94.5388, 15.3559]}, {"id": "5643", "type": "Feature", "properties": {"id": "ci37758415", "mag": 1.03, "time": 1504946346090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.892667, 32.718333, 8.72]}, "bbox": [-115.892667, 32.718333, -115.892667, 32.718333]}, {"id": "5644", "type": "Feature", "properties": {"id": "us2000avsk", "mag": 2.8, "time": 1504946098400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4224, 42.5665, 6.74]}, "bbox": [-111.4224, 42.5665, -111.4224, 42.5665]}, {"id": "5645", "type": "Feature", "properties": {"id": "us2000aiqt", "mag": 2.6, "time": 1504946086710, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.5806, 6.0]}, "bbox": [-111.4255, 42.5806, -111.4255, 42.5806]}, {"id": "5646", "type": "Feature", "properties": {"id": "us2000avsj", "mag": 2.7, "time": 1504945947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4298, 42.5744, 7.17]}, "bbox": [-111.4298, 42.5744, -111.4298, 42.5744]}, {"id": "5647", "type": "Feature", "properties": {"id": "us2000ampk", "mag": 3.3, "time": 1504945822720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6108, 6.88]}, "bbox": [-111.4585, 42.6108, -111.4585, 42.6108]}, {"id": "5648", "type": "Feature", "properties": {"id": "us2000al9w", "mag": 3.6, "time": 1504945687860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5592, 9.39]}, "bbox": [-111.4277, 42.5592, -111.4277, 42.5592]}, {"id": "5649", "type": "Feature", "properties": {"id": "us2000aiur", "mag": 4.0, "time": 1504945641000, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5631, 8.48]}, "bbox": [-111.4155, 42.5631, -111.4155, 42.5631]}, {"id": "5650", "type": "Feature", "properties": {"id": "ak16823493", "mag": 1.8, "time": 1504945521703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5064, 51.8445, 13.1]}, "bbox": [-178.5064, 51.8445, -178.5064, 51.8445]}, {"id": "5651", "type": "Feature", "properties": {"id": "ci37758407", "mag": 1.19, "time": 1504945503520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.470167, 34.3615, 1.96]}, "bbox": [-116.470167, 34.3615, -116.470167, 34.3615]}, {"id": "5652", "type": "Feature", "properties": {"id": "us2000akd5", "mag": 3.3, "time": 1504945430400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5799, 5.91]}, "bbox": [-111.4221, 42.5799, -111.4221, 42.5799]}, {"id": "5653", "type": "Feature", "properties": {"id": "us2000art2", "mag": 4.5, "time": 1504945418710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.5761, 18.7533, 262.64]}, "bbox": [145.5761, 18.7533, 145.5761, 18.7533]}, {"id": "5654", "type": "Feature", "properties": {"id": "us2000aiq7", "mag": 4.1, "time": 1504945384770, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4167, 42.5619, 7.19]}, "bbox": [-111.4167, 42.5619, -111.4167, 42.5619]}, {"id": "5655", "type": "Feature", "properties": {"id": "us2000aiql", "mag": 4.5, "time": 1504945169540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.0828, -6.9776, 133.54]}, "bbox": [130.0828, -6.9776, 130.0828, -6.9776]}, {"id": "5656", "type": "Feature", "properties": {"id": "us2000aiq2", "mag": 3.3, "time": 1504944298530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5842, 7.06]}, "bbox": [-111.427, 42.5842, -111.427, 42.5842]}, {"id": "5657", "type": "Feature", "properties": {"id": "us2000aipz", "mag": 4.8, "time": 1504944096330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0129, 15.2713, 53.97]}, "bbox": [-94.0129, 15.2713, -94.0129, 15.2713]}, {"id": "5658", "type": "Feature", "properties": {"id": "us2000arsw", "mag": 4.7, "time": 1504943699570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.2724, -59.2757, 10.0]}, "bbox": [-25.2724, -59.2757, -25.2724, -59.2757]}, {"id": "5659", "type": "Feature", "properties": {"id": "hv61902241", "mag": 1.62, "time": 1504943455500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2485, 19.386833, 31.012]}, "bbox": [-155.2485, 19.386833, -155.2485, 19.386833]}, {"id": "5660", "type": "Feature", "properties": {"id": "us2000aj4h", "mag": 2.6, "time": 1504943362330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4304, 42.5789, 7.2]}, "bbox": [-111.4304, 42.5789, -111.4304, 42.5789]}, {"id": "5661", "type": "Feature", "properties": {"id": "us2000aipn", "mag": 4.2, "time": 1504943316560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.9524, 38.8091, 10.0]}, "bbox": [74.9524, 38.8091, 74.9524, 38.8091]}, {"id": "5662", "type": "Feature", "properties": {"id": "us2000aipm", "mag": 2.3, "time": 1504943304230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4353, 42.5792, 9.03]}, "bbox": [-111.4353, 42.5792, -111.4353, 42.5792]}, {"id": "5663", "type": "Feature", "properties": {"id": "us2000aipl", "mag": 2.8, "time": 1504942989430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5726, 8.45]}, "bbox": [-111.4364, 42.5726, -111.4364, 42.5726]}, {"id": "5664", "type": "Feature", "properties": {"id": "us2000art3", "mag": 4.7, "time": 1504942625890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.7566, 13.8193, 16.98]}, "bbox": [146.7566, 13.8193, 146.7566, 13.8193]}, {"id": "5665", "type": "Feature", "properties": {"id": "ak16823489", "mag": 2.2, "time": 1504941981540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6119, 68.4897, 9.7]}, "bbox": [-146.6119, 68.4897, -146.6119, 68.4897]}, {"id": "5666", "type": "Feature", "properties": {"id": "ak16786898", "mag": 2.3, "time": 1504941973751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6435, 68.4109, 0.0]}, "bbox": [-146.6435, 68.4109, -146.6435, 68.4109]}, {"id": "5667", "type": "Feature", "properties": {"id": "us2000aipa", "mag": 4.1, "time": 1504940445840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7031, 15.6436, 38.39]}, "bbox": [-94.7031, 15.6436, -94.7031, 15.6436]}, {"id": "5668", "type": "Feature", "properties": {"id": "ak16786512", "mag": 1.4, "time": 1504940146158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6116, 61.8175, 55.8]}, "bbox": [-150.6116, 61.8175, -150.6116, 61.8175]}, {"id": "5669", "type": "Feature", "properties": {"id": "ci37758383", "mag": 1.42, "time": 1504940130810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.027333, 34.440333, 12.46]}, "bbox": [-119.027333, 34.440333, -119.027333, 34.440333]}, {"id": "5670", "type": "Feature", "properties": {"id": "uw61305607", "mag": 1.15, "time": 1504939688980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4665, 48.458667, 29.09]}, "bbox": [-123.4665, 48.458667, -123.4665, 48.458667]}, {"id": "5671", "type": "Feature", "properties": {"id": "nn00604353", "mag": 1.1, "time": 1504939522222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9216, 38.3812, 6.9]}, "bbox": [-118.9216, 38.3812, -118.9216, 38.3812]}, {"id": "5672", "type": "Feature", "properties": {"id": "us2000ayad", "mag": 4.2, "time": 1504939027620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4368, 15.1947, 59.18]}, "bbox": [-94.4368, 15.1947, -94.4368, 15.1947]}, {"id": "5673", "type": "Feature", "properties": {"id": "ak16823487", "mag": 1.3, "time": 1504938992964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2717, 59.963, 19.9]}, "bbox": [-148.2717, 59.963, -148.2717, 59.963]}, {"id": "5674", "type": "Feature", "properties": {"id": "ak16786506", "mag": 2.6, "time": 1504938975370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5829, 68.5268, 13.9]}, "bbox": [-146.5829, 68.5268, -146.5829, 68.5268]}, {"id": "5675", "type": "Feature", "properties": {"id": "ci37758359", "mag": 1.28, "time": 1504938780620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4375, 32.7105, 7.58]}, "bbox": [-115.4375, 32.7105, -115.4375, 32.7105]}, {"id": "5676", "type": "Feature", "properties": {"id": "us2000ayac", "mag": 4.2, "time": 1504938734260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6092, 15.0415, 60.74]}, "bbox": [-94.6092, 15.0415, -94.6092, 15.0415]}, {"id": "5677", "type": "Feature", "properties": {"id": "us2000aip9", "mag": 4.8, "time": 1504938495700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9169, 15.1747, 62.25]}, "bbox": [-93.9169, 15.1747, -93.9169, 15.1747]}, {"id": "5678", "type": "Feature", "properties": {"id": "us2000aing", "mag": 5.0, "time": 1504938263510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7579, 15.8771, 50.37]}, "bbox": [-94.7579, 15.8771, -94.7579, 15.8771]}, {"id": "5679", "type": "Feature", "properties": {"id": "nc72889046", "mag": 1.74, "time": 1504938239010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.951833, 36.388167, 3.8]}, "bbox": [-120.951833, 36.388167, -120.951833, 36.388167]}, {"id": "5680", "type": "Feature", "properties": {"id": "ci37758351", "mag": 1.69, "time": 1504938189230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.433333, 32.708, 11.7]}, "bbox": [-115.433333, 32.708, -115.433333, 32.708]}, {"id": "5681", "type": "Feature", "properties": {"id": "ci37758343", "mag": 2.17, "time": 1504938036110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.650333, 32.557, 11.77]}, "bbox": [-115.650333, 32.557, -115.650333, 32.557]}, {"id": "5682", "type": "Feature", "properties": {"id": "us2000arsu", "mag": 4.2, "time": 1504937955720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.536, 15.7206, 33.37]}, "bbox": [-94.536, 15.7206, -94.536, 15.7206]}, {"id": "5683", "type": "Feature", "properties": {"id": "us2000aya9", "mag": 4.1, "time": 1504937750680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.6186, 49.66]}, "bbox": [-94.4987, 15.6186, -94.4987, 15.6186]}, {"id": "5684", "type": "Feature", "properties": {"id": "us2000ain2", "mag": 4.5, "time": 1504937531380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.4532, 53.46]}, "bbox": [-94.2803, 15.4532, -94.2803, 15.4532]}, {"id": "5685", "type": "Feature", "properties": {"id": "mb80253349", "mag": 1.16, "time": 1504937527100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.891167, 14.63]}, "bbox": [-112.5255, 46.891167, -112.5255, 46.891167]}, {"id": "5686", "type": "Feature", "properties": {"id": "us2000aimz", "mag": 4.9, "time": 1504936574470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7043, -59.8211, 10.0]}, "bbox": [-25.7043, -59.8211, -25.7043, -59.8211]}, {"id": "5687", "type": "Feature", "properties": {"id": "us2000aya4", "mag": 4.1, "time": 1504936122970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4429, 15.8428, 39.5]}, "bbox": [-94.4429, 15.8428, -94.4429, 15.8428]}, {"id": "5688", "type": "Feature", "properties": {"id": "ak16823484", "mag": 1.2, "time": 1504936114606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7939, 63.1602, 125.5]}, "bbox": [-150.7939, 63.1602, -150.7939, 63.1602]}, {"id": "5689", "type": "Feature", "properties": {"id": "ak16786077", "mag": 1.2, "time": 1504935774238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9696, 65.5175, 9.8]}, "bbox": [-149.9696, 65.5175, -149.9696, 65.5175]}, {"id": "5690", "type": "Feature", "properties": {"id": "nn00604400", "mag": 1.2, "time": 1504935386919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5673, 40.9452, 13.7]}, "bbox": [-116.5673, 40.9452, -116.5673, 40.9452]}, {"id": "5691", "type": "Feature", "properties": {"id": "us2000alzw", "mag": 3.4, "time": 1504935359040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4837, 52.2353, 39.0]}, "bbox": [-170.4837, 52.2353, -170.4837, 52.2353]}, {"id": "5692", "type": "Feature", "properties": {"id": "ak16786013", "mag": 1.4, "time": 1504934755508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2112, 59.8068, 77.5]}, "bbox": [-152.2112, 59.8068, -152.2112, 59.8068]}, {"id": "5693", "type": "Feature", "properties": {"id": "us2000aimb", "mag": 4.7, "time": 1504934538770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7033, 15.6728, 51.46]}, "bbox": [-94.7033, 15.6728, -94.7033, 15.6728]}, {"id": "5694", "type": "Feature", "properties": {"id": "us2000arum", "mag": 4.3, "time": 1504934315700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6748, 15.2159, 35.55]}, "bbox": [-94.6748, 15.2159, -94.6748, 15.2159]}, {"id": "5695", "type": "Feature", "properties": {"id": "us2000aim7", "mag": 4.0, "time": 1504934242180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7794, 15.3776, 67.05]}, "bbox": [-93.7794, 15.3776, -93.7794, 15.3776]}, {"id": "5696", "type": "Feature", "properties": {"id": "us2000aim0", "mag": 4.3, "time": 1504933783810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0338, 15.1325, 37.84]}, "bbox": [-94.0338, 15.1325, -94.0338, 15.1325]}, {"id": "5697", "type": "Feature", "properties": {"id": "us2000ay9t", "mag": 4.3, "time": 1504933351910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8516, 15.6769, 64.29]}, "bbox": [-94.8516, 15.6769, -94.8516, 15.6769]}, {"id": "5698", "type": "Feature", "properties": {"id": "ak16785716", "mag": 1.3, "time": 1504933227428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6303, 68.5196, 9.9]}, "bbox": [-146.6303, 68.5196, -146.6303, 68.5196]}, {"id": "5699", "type": "Feature", "properties": {"id": "ak16823479", "mag": 1.4, "time": 1504933167331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3862, 58.1118, 65.6]}, "bbox": [-153.3862, 58.1118, -153.3862, 58.1118]}, {"id": "5700", "type": "Feature", "properties": {"id": "ak16823478", "mag": 1.9, "time": 1504932908497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2638, 51.342, 32.1]}, "bbox": [-178.2638, 51.342, -178.2638, 51.342]}, {"id": "5701", "type": "Feature", "properties": {"id": "us2000ailq", "mag": 5.5, "time": 1504932892100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0613, 15.0808, 29.0]}, "bbox": [-94.0613, 15.0808, -94.0613, 15.0808]}, {"id": "5702", "type": "Feature", "properties": {"id": "us2000ailp", "mag": 4.5, "time": 1504932819610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.1423, -8.6068, 144.45]}, "bbox": [119.1423, -8.6068, 119.1423, -8.6068]}, {"id": "5703", "type": "Feature", "properties": {"id": "ak16785656", "mag": 1.7, "time": 1504932712383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.238, 65.7544, 14.1]}, "bbox": [-155.238, 65.7544, -155.238, 65.7544]}, {"id": "5704", "type": "Feature", "properties": {"id": "nc72889011", "mag": 1.03, "time": 1504932679700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.051167, 36.471667, 6.53]}, "bbox": [-121.051167, 36.471667, -121.051167, 36.471667]}, {"id": "5705", "type": "Feature", "properties": {"id": "us2000ailm", "mag": 2.9, "time": 1504932636140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9441, 58.6028, 4.9]}, "bbox": [-136.9441, 58.6028, -136.9441, 58.6028]}, {"id": "5706", "type": "Feature", "properties": {"id": "us2000ay9s", "mag": 4.1, "time": 1504932576140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6151, 15.175, 41.76]}, "bbox": [-94.6151, 15.175, -94.6151, 15.175]}, {"id": "5707", "type": "Feature", "properties": {"id": "us2000ailg", "mag": 2.7, "time": 1504932451000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5107, 36.2919, 8.117]}, "bbox": [-97.5107, 36.2919, -97.5107, 36.2919]}, {"id": "5708", "type": "Feature", "properties": {"id": "mb80253329", "mag": 1.19, "time": 1504932343290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.862667, 11.76]}, "bbox": [-112.527833, 46.862667, -112.527833, 46.862667]}, {"id": "5709", "type": "Feature", "properties": {"id": "ci37758279", "mag": 1.67, "time": 1504932048030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.507167, 33.653, 1.9]}, "bbox": [-118.507167, 33.653, -118.507167, 33.653]}, {"id": "5710", "type": "Feature", "properties": {"id": "ak16823475", "mag": 1.1, "time": 1504931942522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2765, 60.0722, 83.8]}, "bbox": [-152.2765, 60.0722, -152.2765, 60.0722]}, {"id": "5711", "type": "Feature", "properties": {"id": "us2000aila", "mag": 4.2, "time": 1504931645090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4593, 15.3365, 41.87]}, "bbox": [-94.4593, 15.3365, -94.4593, 15.3365]}, {"id": "5712", "type": "Feature", "properties": {"id": "ci37758271", "mag": 1.52, "time": 1504931420370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8695, 34.238, 8.73]}, "bbox": [-116.8695, 34.238, -116.8695, 34.238]}, {"id": "5713", "type": "Feature", "properties": {"id": "ak16785521", "mag": 1.4, "time": 1504931241910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.646, 68.5258, 6.2]}, "bbox": [-146.646, 68.5258, -146.646, 68.5258]}, {"id": "5714", "type": "Feature", "properties": {"id": "ak16785582", "mag": 1.0, "time": 1504931175076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1393, 61.7136, 2.3]}, "bbox": [-154.1393, 61.7136, -154.1393, 61.7136]}, {"id": "5715", "type": "Feature", "properties": {"id": "us2000ail5", "mag": 4.7, "time": 1504930943390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4341, 15.1257, 27.87]}, "bbox": [-94.4341, 15.1257, -94.4341, 15.1257]}, {"id": "5716", "type": "Feature", "properties": {"id": "ak16785423", "mag": 1.8, "time": 1504930589594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6499, 68.5284, 16.7]}, "bbox": [-146.6499, 68.5284, -146.6499, 68.5284]}, {"id": "5717", "type": "Feature", "properties": {"id": "ak16785419", "mag": 2.0, "time": 1504930533977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1907, 61.6985, 2.3]}, "bbox": [-154.1907, 61.6985, -154.1907, 61.6985]}, {"id": "5718", "type": "Feature", "properties": {"id": "nm60179177", "mag": 3.06, "time": 1504930529110, "felt": 135.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.913, 38.425, 11.76]}, "bbox": [-87.913, 38.425, -87.913, 38.425]}, {"id": "5719", "type": "Feature", "properties": {"id": "mb80253319", "mag": 1.63, "time": 1504930497770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.491667, 46.891833, 11.66]}, "bbox": [-112.491667, 46.891833, -112.491667, 46.891833]}, {"id": "5720", "type": "Feature", "properties": {"id": "us2000ay9p", "mag": 4.1, "time": 1504930486630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9352, 15.3169, 41.53]}, "bbox": [-94.9352, 15.3169, -94.9352, 15.3169]}, {"id": "5721", "type": "Feature", "properties": {"id": "us2000ay9n", "mag": 3.7, "time": 1504930165360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5559, 15.8989, 56.13]}, "bbox": [-94.5559, 15.8989, -94.5559, 15.8989]}, {"id": "5722", "type": "Feature", "properties": {"id": "ak16785231", "mag": 2.5, "time": 1504929910494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6125, 68.5273, 8.3]}, "bbox": [-146.6125, 68.5273, -146.6125, 68.5273]}, {"id": "5723", "type": "Feature", "properties": {"id": "ak16785228", "mag": 2.4, "time": 1504929817958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6164, 68.5069, 15.1]}, "bbox": [-146.6164, 68.5069, -146.6164, 68.5069]}, {"id": "5724", "type": "Feature", "properties": {"id": "us2000ail9", "mag": 4.2, "time": 1504929739110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2125, 15.079, 10.0]}, "bbox": [-94.2125, 15.079, -94.2125, 15.079]}, {"id": "5725", "type": "Feature", "properties": {"id": "us2000alzs", "mag": 2.7, "time": 1504929498060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2368, 51.9836, 19.57]}, "bbox": [-169.2368, 51.9836, -169.2368, 51.9836]}, {"id": "5726", "type": "Feature", "properties": {"id": "ak16823467", "mag": 1.5, "time": 1504929296944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2744, 61.3017, 122.1]}, "bbox": [-152.2744, 61.3017, -152.2744, 61.3017]}, {"id": "5727", "type": "Feature", "properties": {"id": "us2000ay9h", "mag": 3.8, "time": 1504928398040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0181, 16.0961, 38.88]}, "bbox": [-95.0181, 16.0961, -95.0181, 16.0961]}, {"id": "5728", "type": "Feature", "properties": {"id": "pr2017252000", "mag": 3.08, "time": 1504928197450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.4461, 18.7428, 10.0]}, "bbox": [-67.4461, 18.7428, -67.4461, 18.7428]}, {"id": "5729", "type": "Feature", "properties": {"id": "us2000ay9g", "mag": 4.1, "time": 1504927088180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4711, 15.1531, 65.5]}, "bbox": [-94.4711, 15.1531, -94.4711, 15.1531]}, {"id": "5730", "type": "Feature", "properties": {"id": "ak16784944", "mag": 1.8, "time": 1504927005991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3303, 60.1916, 78.0]}, "bbox": [-152.3303, 60.1916, -152.3303, 60.1916]}, {"id": "5731", "type": "Feature", "properties": {"id": "ak16784941", "mag": 2.3, "time": 1504926969938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6189, 68.5221, 13.6]}, "bbox": [-146.6189, 68.5221, -146.6189, 68.5221]}, {"id": "5732", "type": "Feature", "properties": {"id": "ak16784938", "mag": 2.1, "time": 1504926585070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6431, 68.5555, 3.3]}, "bbox": [-146.6431, 68.5555, -146.6431, 68.5555]}, {"id": "5733", "type": "Feature", "properties": {"id": "us2000aijy", "mag": 4.9, "time": 1504926495850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3472, 15.9092, 62.55]}, "bbox": [-94.3472, 15.9092, -94.3472, 15.9092]}, {"id": "5734", "type": "Feature", "properties": {"id": "us2000ay9f", "mag": 4.0, "time": 1504926311940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.338, 15.4947, 53.82]}, "bbox": [-94.338, 15.4947, -94.338, 15.4947]}, {"id": "5735", "type": "Feature", "properties": {"id": "ak16784757", "mag": 1.4, "time": 1504926151958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5619, 63.1355, 67.4]}, "bbox": [-148.5619, 63.1355, -148.5619, 63.1355]}, {"id": "5736", "type": "Feature", "properties": {"id": "us2000ay9d", "mag": 4.0, "time": 1504926060810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.644, 15.4622, 58.54]}, "bbox": [-94.644, 15.4622, -94.644, 15.4622]}, {"id": "5737", "type": "Feature", "properties": {"id": "us2000ay9b", "mag": 4.0, "time": 1504925827780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0747, 15.195, 43.36]}, "bbox": [-94.0747, 15.195, -94.0747, 15.195]}, {"id": "5738", "type": "Feature", "properties": {"id": "us2000aj03", "mag": 2.7, "time": 1504925336910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.2524, 54.0919, 10.0]}, "bbox": [-163.2524, 54.0919, -163.2524, 54.0919]}, {"id": "5739", "type": "Feature", "properties": {"id": "us2000aijm", "mag": 4.5, "time": 1504925090110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2748, -24.2322, 205.92]}, "bbox": [-67.2748, -24.2322, -67.2748, -24.2322]}, {"id": "5740", "type": "Feature", "properties": {"id": "us2000aijl", "mag": 5.1, "time": 1504925024150, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7923, 15.6429, 57.68]}, "bbox": [-94.7923, 15.6429, -94.7923, 15.6429]}, {"id": "5741", "type": "Feature", "properties": {"id": "ak16784618", "mag": 2.6, "time": 1504924922956, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6215, 68.5087, 13.6]}, "bbox": [-146.6215, 68.5087, -146.6215, 68.5087]}, {"id": "5742", "type": "Feature", "properties": {"id": "us2000aij6", "mag": 4.9, "time": 1504924325880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.0759, 19.62]}, "bbox": [-94.2803, 15.0759, -94.2803, 15.0759]}, {"id": "5743", "type": "Feature", "properties": {"id": "ak16823460", "mag": 1.6, "time": 1504924009517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6908, 68.536, 4.0]}, "bbox": [-146.6908, 68.536, -146.6908, 68.536]}, {"id": "5744", "type": "Feature", "properties": {"id": "ak16823459", "mag": 1.6, "time": 1504923856019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 59.9206, 119.8]}, "bbox": [-153.1588, 59.9206, -153.1588, 59.9206]}, {"id": "5745", "type": "Feature", "properties": {"id": "ci37758231", "mag": 1.09, "time": 1504923480190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.197667, 33.036667, 6.54]}, "bbox": [-116.197667, 33.036667, -116.197667, 33.036667]}, {"id": "5746", "type": "Feature", "properties": {"id": "ak16823458", "mag": 1.2, "time": 1504923376066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8869, 60.0725, 77.8]}, "bbox": [-151.8869, 60.0725, -151.8869, 60.0725]}, {"id": "5747", "type": "Feature", "properties": {"id": "ak16784466", "mag": 1.3, "time": 1504922976851, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9394, 63.4575, 10.2]}, "bbox": [-148.9394, 63.4575, -148.9394, 63.4575]}, {"id": "5748", "type": "Feature", "properties": {"id": "ci37758223", "mag": 1.64, "time": 1504922815610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.095167, 35.773167, 10.47]}, "bbox": [-118.095167, 35.773167, -118.095167, 35.773167]}, {"id": "5749", "type": "Feature", "properties": {"id": "uw61305517", "mag": 1.22, "time": 1504922472730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.234, 46.341167, 11.49]}, "bbox": [-122.234, 46.341167, -122.234, 46.341167]}, {"id": "5750", "type": "Feature", "properties": {"id": "ci37758207", "mag": 0.96, "time": 1504922375210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.896833, 5.72]}, "bbox": [-116.930333, 35.896833, -116.930333, 35.896833]}, {"id": "5751", "type": "Feature", "properties": {"id": "ak16823455", "mag": 1.1, "time": 1504921668573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5605, 58.7828, 14.7]}, "bbox": [-153.5605, 58.7828, -153.5605, 58.7828]}, {"id": "5752", "type": "Feature", "properties": {"id": "ak16784171", "mag": 1.5, "time": 1504921324109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7065, 68.5298, 8.6]}, "bbox": [-146.7065, 68.5298, -146.7065, 68.5298]}, {"id": "5753", "type": "Feature", "properties": {"id": "us2000ay97", "mag": 4.2, "time": 1504921245860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8933, 15.7086, 79.65]}, "bbox": [-93.8933, 15.7086, -93.8933, 15.7086]}, {"id": "5754", "type": "Feature", "properties": {"id": "us2000ay95", "mag": 4.0, "time": 1504920659630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5492, 15.7942, 35.56]}, "bbox": [-94.5492, 15.7942, -94.5492, 15.7942]}, {"id": "5755", "type": "Feature", "properties": {"id": "ak16784114", "mag": 1.2, "time": 1504920524598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8278, 67.3421, 14.8]}, "bbox": [-149.8278, 67.3421, -149.8278, 67.3421]}, {"id": "5756", "type": "Feature", "properties": {"id": "ak16823452", "mag": 1.3, "time": 1504919998366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.593, 58.7481, 11.2]}, "bbox": [-153.593, 58.7481, -153.593, 58.7481]}, {"id": "5757", "type": "Feature", "properties": {"id": "us2000arv3", "mag": 4.3, "time": 1504919742200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4369, 7.7941, 13.81]}, "bbox": [-82.4369, 7.7941, -82.4369, 7.7941]}, {"id": "5758", "type": "Feature", "properties": {"id": "us2000aiic", "mag": 4.1, "time": 1504919644420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.098, 15.37, 28.41]}, "bbox": [-94.098, 15.37, -94.098, 15.37]}, {"id": "5759", "type": "Feature", "properties": {"id": "nc72888926", "mag": 1.51, "time": 1504919499600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797167, 38.8195, 2.74]}, "bbox": [-122.797167, 38.8195, -122.797167, 38.8195]}, {"id": "5760", "type": "Feature", "properties": {"id": "hv61901901", "mag": 2.49, "time": 1504919482270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.300507, 19.404333, 13.76]}, "bbox": [-155.300507, 19.404333, -155.300507, 19.404333]}, {"id": "5761", "type": "Feature", "properties": {"id": "us2000ay91", "mag": 4.1, "time": 1504919175710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5371, 15.6773, 67.69]}, "bbox": [-93.5371, 15.6773, -93.5371, 15.6773]}, {"id": "5762", "type": "Feature", "properties": {"id": "us2000ay90", "mag": 3.9, "time": 1504918842770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4561, 15.2969, 47.01]}, "bbox": [-94.4561, 15.2969, -94.4561, 15.2969]}, {"id": "5763", "type": "Feature", "properties": {"id": "nc72888921", "mag": 1.43, "time": 1504918334270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.63, 40.262167, 3.32]}, "bbox": [-121.63, 40.262167, -121.63, 40.262167]}, {"id": "5764", "type": "Feature", "properties": {"id": "us2000aiht", "mag": 4.4, "time": 1504918076900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5874, 15.6439, 12.93]}, "bbox": [-94.5874, 15.6439, -94.5874, 15.6439]}, {"id": "5765", "type": "Feature", "properties": {"id": "ak16783729", "mag": 1.5, "time": 1504917773363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7901, 64.8033, 13.5]}, "bbox": [-147.7901, 64.8033, -147.7901, 64.8033]}, {"id": "5766", "type": "Feature", "properties": {"id": "ak16823450", "mag": 1.8, "time": 1504917198075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1288, 53.4202, 28.2]}, "bbox": [-165.1288, 53.4202, -165.1288, 53.4202]}, {"id": "5767", "type": "Feature", "properties": {"id": "uu60239577", "mag": 1.64, "time": 1504917186550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438333, 42.574167, 3.5]}, "bbox": [-111.438333, 42.574167, -111.438333, 42.574167]}, {"id": "5768", "type": "Feature", "properties": {"id": "ak16823449", "mag": 1.6, "time": 1504917085381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.671, 59.1673, 61.6]}, "bbox": [-151.671, 59.1673, -151.671, 59.1673]}, {"id": "5769", "type": "Feature", "properties": {"id": "us2000aihy", "mag": 4.1, "time": 1504916600330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3911, 16.0661, 39.18]}, "bbox": [-94.3911, 16.0661, -94.3911, 16.0661]}, {"id": "5770", "type": "Feature", "properties": {"id": "us2000aih9", "mag": 2.8, "time": 1504916318430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4281, 42.5718, 5.53]}, "bbox": [-111.4281, 42.5718, -111.4281, 42.5718]}, {"id": "5771", "type": "Feature", "properties": {"id": "us2000aih8", "mag": 2.5, "time": 1504916278870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4338, 42.5822, 5.38]}, "bbox": [-111.4338, 42.5822, -111.4338, 42.5822]}, {"id": "5772", "type": "Feature", "properties": {"id": "ak16783588", "mag": 1.6, "time": 1504916071368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3277, 59.285, 86.0]}, "bbox": [-153.3277, 59.285, -153.3277, 59.285]}, {"id": "5773", "type": "Feature", "properties": {"id": "ak16783586", "mag": 1.1, "time": 1504915994737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.056, 67.2634, 8.1]}, "bbox": [-149.056, 67.2634, -149.056, 67.2634]}, {"id": "5774", "type": "Feature", "properties": {"id": "ak16823446", "mag": 2.1, "time": 1504915956900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.713, 53.9765, 25.6]}, "bbox": [-163.713, 53.9765, -163.713, 53.9765]}, {"id": "5775", "type": "Feature", "properties": {"id": "ci37758159", "mag": 1.56, "time": 1504915633570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2745, 33.978, 4.17]}, "bbox": [-116.2745, 33.978, -116.2745, 33.978]}, {"id": "5776", "type": "Feature", "properties": {"id": "us2000arsl", "mag": 4.3, "time": 1504915283460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6805, 16.8287, 106.0]}, "bbox": [-94.6805, 16.8287, -94.6805, 16.8287]}, {"id": "5777", "type": "Feature", "properties": {"id": "ak16823445", "mag": 1.2, "time": 1504915279966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6323, 59.8055, 11.1]}, "bbox": [-136.6323, 59.8055, -136.6323, 59.8055]}, {"id": "5778", "type": "Feature", "properties": {"id": "ak16783409", "mag": 1.6, "time": 1504915272065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.43, 61.3236, 75.8]}, "bbox": [-151.43, 61.3236, -151.43, 61.3236]}, {"id": "5779", "type": "Feature", "properties": {"id": "ci37164028", "mag": 1.71, "time": 1504915194240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.598333, 33.300667, 5.25]}, "bbox": [-115.598333, 33.300667, -115.598333, 33.300667]}, {"id": "5780", "type": "Feature", "properties": {"id": "ci37758151", "mag": 2.09, "time": 1504915192060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.24, 32.322667, 6.67]}, "bbox": [-115.24, 32.322667, -115.24, 32.322667]}, {"id": "5781", "type": "Feature", "properties": {"id": "ak16783408", "mag": 1.6, "time": 1504915154515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3632, 60.1661, 90.3]}, "bbox": [-152.3632, 60.1661, -152.3632, 60.1661]}, {"id": "5782", "type": "Feature", "properties": {"id": "hv61901846", "mag": 1.94, "time": 1504914308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.314, 18.895833, 12.72]}, "bbox": [-155.314, 18.895833, -155.314, 18.895833]}, {"id": "5783", "type": "Feature", "properties": {"id": "nc72888886", "mag": 1.0, "time": 1504914139040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.003833, 37.588667, 1.64]}, "bbox": [-119.003833, 37.588667, -119.003833, 37.588667]}, {"id": "5784", "type": "Feature", "properties": {"id": "ak16783243", "mag": 1.1, "time": 1504913564223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2504, 62.3109, 15.1]}, "bbox": [-150.2504, 62.3109, -150.2504, 62.3109]}, {"id": "5785", "type": "Feature", "properties": {"id": "ak16821920", "mag": 1.3, "time": 1504913498285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1821, 58.2348, 101.9]}, "bbox": [-155.1821, 58.2348, -155.1821, 58.2348]}, {"id": "5786", "type": "Feature", "properties": {"id": "ak16821919", "mag": 1.4, "time": 1504913414028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.5722, 86.3]}, "bbox": [-152.1655, 60.5722, -152.1655, 60.5722]}, {"id": "5787", "type": "Feature", "properties": {"id": "ak16821918", "mag": 1.1, "time": 1504913077516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.597, 58.7696, 12.5]}, "bbox": [-153.597, 58.7696, -153.597, 58.7696]}, {"id": "5788", "type": "Feature", "properties": {"id": "us2000aigc", "mag": 4.1, "time": 1504912952040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1585, 15.0785, 47.75]}, "bbox": [-94.1585, 15.0785, -94.1585, 15.0785]}, {"id": "5789", "type": "Feature", "properties": {"id": "uu60239522", "mag": 1.86, "time": 1504912091450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.557333, 7.29]}, "bbox": [-111.417833, 42.557333, -111.417833, 42.557333]}, {"id": "5790", "type": "Feature", "properties": {"id": "us2000aifs", "mag": 4.4, "time": 1504911443790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.6815, 44.316, 35.0]}, "bbox": [82.6815, 44.316, 82.6815, 44.316]}, {"id": "5791", "type": "Feature", "properties": {"id": "ak16782938", "mag": 1.1, "time": 1504911183072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3769, 64.9856, 0.0]}, "bbox": [-147.3769, 64.9856, -147.3769, 64.9856]}, {"id": "5792", "type": "Feature", "properties": {"id": "ak16782937", "mag": 1.1, "time": 1504910876129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7587, 61.2722, 29.5]}, "bbox": [-146.7587, 61.2722, -146.7587, 61.2722]}, {"id": "5793", "type": "Feature", "properties": {"id": "ak16782871", "mag": 1.5, "time": 1504910569120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4893, 60.1552, 7.8]}, "bbox": [-139.4893, 60.1552, -139.4893, 60.1552]}, {"id": "5794", "type": "Feature", "properties": {"id": "ak16782868", "mag": 1.4, "time": 1504910467245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7194, 62.6908, 57.2]}, "bbox": [-148.7194, 62.6908, -148.7194, 62.6908]}, {"id": "5795", "type": "Feature", "properties": {"id": "ak16821913", "mag": 1.7, "time": 1504910258777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0231, 58.2214, 149.2]}, "bbox": [-156.0231, 58.2214, -156.0231, 58.2214]}, {"id": "5796", "type": "Feature", "properties": {"id": "nc72888801", "mag": 1.9, "time": 1504909953040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8175, 37.486333, -0.46]}, "bbox": [-121.8175, 37.486333, -121.8175, 37.486333]}, {"id": "5797", "type": "Feature", "properties": {"id": "us2000aif7", "mag": 2.5, "time": 1504909902600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5076, 36.2848, 8.171]}, "bbox": [-97.5076, 36.2848, -97.5076, 36.2848]}, {"id": "5798", "type": "Feature", "properties": {"id": "us2000aif4", "mag": 4.8, "time": 1504909723200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8865, 15.3302, 30.08]}, "bbox": [-93.8865, 15.3302, -93.8865, 15.3302]}, {"id": "5799", "type": "Feature", "properties": {"id": "ak16821912", "mag": 1.1, "time": 1504909705310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3127, 62.4824, 115.8]}, "bbox": [-152.3127, 62.4824, -152.3127, 62.4824]}, {"id": "5800", "type": "Feature", "properties": {"id": "us2000aif0", "mag": 3.0, "time": 1504909701800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5069, 36.2872, 6.887]}, "bbox": [-97.5069, 36.2872, -97.5069, 36.2872]}, {"id": "5801", "type": "Feature", "properties": {"id": "mb80253249", "mag": 1.02, "time": 1504909626120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.500333, 46.870333, 14.95]}, "bbox": [-112.500333, 46.870333, -112.500333, 46.870333]}, {"id": "5802", "type": "Feature", "properties": {"id": "nc72888791", "mag": 1.37, "time": 1504909453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.04, 37.6285, -2.07]}, "bbox": [-119.04, 37.6285, -119.04, 37.6285]}, {"id": "5803", "type": "Feature", "properties": {"id": "us2000aier", "mag": 4.4, "time": 1504908895340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0113, 15.4861, 55.1]}, "bbox": [-94.0113, 15.4861, -94.0113, 15.4861]}, {"id": "5804", "type": "Feature", "properties": {"id": "ak16821911", "mag": 1.3, "time": 1504908516343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8637, 60.6448, 52.5]}, "bbox": [-150.8637, 60.6448, -150.8637, 60.6448]}, {"id": "5805", "type": "Feature", "properties": {"id": "ci37758063", "mag": 1.18, "time": 1504908189370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.201167, 33.035167, 5.64]}, "bbox": [-116.201167, 33.035167, -116.201167, 33.035167]}, {"id": "5806", "type": "Feature", "properties": {"id": "nc72888781", "mag": 1.42, "time": 1504907868300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.038667, 37.624833, -2.91]}, "bbox": [-119.038667, 37.624833, -119.038667, 37.624833]}, {"id": "5807", "type": "Feature", "properties": {"id": "us2000aie8", "mag": 4.7, "time": 1504907825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5854, 15.5735, 35.0]}, "bbox": [-94.5854, 15.5735, -94.5854, 15.5735]}, {"id": "5808", "type": "Feature", "properties": {"id": "nc72888776", "mag": 1.8, "time": 1504907588830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040167, 37.63, -1.66]}, "bbox": [-119.040167, 37.63, -119.040167, 37.63]}, {"id": "5809", "type": "Feature", "properties": {"id": "us2000aie6", "mag": 4.6, "time": 1504907582410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4976, 15.7473, 55.06]}, "bbox": [-94.4976, 15.7473, -94.4976, 15.7473]}, {"id": "5810", "type": "Feature", "properties": {"id": "us2000aidm", "mag": 4.5, "time": 1504906777370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0707, 15.2209, 55.42]}, "bbox": [-94.0707, 15.2209, -94.0707, 15.2209]}, {"id": "5811", "type": "Feature", "properties": {"id": "us2000aid9", "mag": 4.8, "time": 1504906287810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3905, 15.4318, 56.37]}, "bbox": [-94.3905, 15.4318, -94.3905, 15.4318]}, {"id": "5812", "type": "Feature", "properties": {"id": "nc72888771", "mag": 1.19, "time": 1504906092960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.451, 37.990333, 1.49]}, "bbox": [-122.451, 37.990333, -122.451, 37.990333]}, {"id": "5813", "type": "Feature", "properties": {"id": "us2000aicx", "mag": 4.3, "time": 1504906074440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2669, 15.5886, 57.93]}, "bbox": [-94.2669, 15.5886, -94.2669, 15.5886]}, {"id": "5814", "type": "Feature", "properties": {"id": "ak16782412", "mag": 1.0, "time": 1504906074363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3787, 62.4883, 7.5]}, "bbox": [-152.3787, 62.4883, -152.3787, 62.4883]}, {"id": "5815", "type": "Feature", "properties": {"id": "ak16782375", "mag": 2.3, "time": 1504905457780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4787, 52.748, 40.9]}, "bbox": [-168.4787, 52.748, -168.4787, 52.748]}, {"id": "5816", "type": "Feature", "properties": {"id": "nc72888756", "mag": 1.38, "time": 1504905314090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.756167, 39.273333, 4.85]}, "bbox": [-122.756167, 39.273333, -122.756167, 39.273333]}, {"id": "5817", "type": "Feature", "properties": {"id": "ak16782374", "mag": 1.2, "time": 1504905292993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8681, 59.9024, 67.7]}, "bbox": [-151.8681, 59.9024, -151.8681, 59.9024]}, {"id": "5818", "type": "Feature", "properties": {"id": "us2000aicp", "mag": 4.2, "time": 1504905187950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4812, 15.6987, 35.0]}, "bbox": [-94.4812, 15.6987, -94.4812, 15.6987]}, {"id": "5819", "type": "Feature", "properties": {"id": "ak16782334", "mag": 1.1, "time": 1504904835105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7621, 65.5089, 13.7]}, "bbox": [-144.7621, 65.5089, -144.7621, 65.5089]}, {"id": "5820", "type": "Feature", "properties": {"id": "ak16782328", "mag": 2.5, "time": 1504904826453, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.811, 61.2391, 56.6]}, "bbox": [-150.811, 61.2391, -150.811, 61.2391]}, {"id": "5821", "type": "Feature", "properties": {"id": "uw61305342", "mag": 1.93, "time": 1504904598280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.065167, 44.442833, -1.58]}, "bbox": [-121.065167, 44.442833, -121.065167, 44.442833]}, {"id": "5822", "type": "Feature", "properties": {"id": "nc72888751", "mag": 1.54, "time": 1504903192860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7535, 39.279333, 8.66]}, "bbox": [-122.7535, 39.279333, -122.7535, 39.279333]}, {"id": "5823", "type": "Feature", "properties": {"id": "ak16781999", "mag": 3.0, "time": 1504902403320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2239, 60.1717, 139.6]}, "bbox": [-153.2239, 60.1717, -153.2239, 60.1717]}, {"id": "5824", "type": "Feature", "properties": {"id": "ak16781990", "mag": 2.9, "time": 1504902403227, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2392, 60.1979, 145.3]}, "bbox": [-153.2392, 60.1979, -153.2392, 60.1979]}, {"id": "5825", "type": "Feature", "properties": {"id": "us2000ay7u", "mag": 4.1, "time": 1504902279690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7805, 15.528, 44.33]}, "bbox": [-94.7805, 15.528, -94.7805, 15.528]}, {"id": "5826", "type": "Feature", "properties": {"id": "ak16821902", "mag": 2.3, "time": 1504902127057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6706, 53.1595, 47.8]}, "bbox": [-164.6706, 53.1595, -164.6706, 53.1595]}, {"id": "5827", "type": "Feature", "properties": {"id": "mb80253224", "mag": 1.28, "time": 1504901825890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.961667, 44.423667, 7.65]}, "bbox": [-112.961667, 44.423667, -112.961667, 44.423667]}, {"id": "5828", "type": "Feature", "properties": {"id": "ci37758023", "mag": 1.23, "time": 1504901676790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.243333, 34.049667, 14.94]}, "bbox": [-117.243333, 34.049667, -117.243333, 34.049667]}, {"id": "5829", "type": "Feature", "properties": {"id": "us2000arsf", "mag": 4.8, "time": 1504901654190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1397, -18.9749, 151.93]}, "bbox": [169.1397, -18.9749, 169.1397, -18.9749]}, {"id": "5830", "type": "Feature", "properties": {"id": "us2000aib4", "mag": 4.7, "time": 1504901358420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4084, 14.947, 20.03]}, "bbox": [-94.4084, 14.947, -94.4084, 14.947]}, {"id": "5831", "type": "Feature", "properties": {"id": "mb80254729", "mag": 1.15, "time": 1504901142840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5325, 46.863333, 12.44]}, "bbox": [-112.5325, 46.863333, -112.5325, 46.863333]}, {"id": "5832", "type": "Feature", "properties": {"id": "us2000arse", "mag": 4.2, "time": 1504900520170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.6478, 18.4195, 10.0]}, "bbox": [122.6478, 18.4195, 122.6478, 18.4195]}, {"id": "5833", "type": "Feature", "properties": {"id": "ak16781710", "mag": 1.5, "time": 1504900346639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5122, 61.5519, 57.6]}, "bbox": [-150.5122, 61.5519, -150.5122, 61.5519]}, {"id": "5834", "type": "Feature", "properties": {"id": "ak16781709", "mag": 1.3, "time": 1504900242686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7722, 60.316, 70.9]}, "bbox": [-151.7722, 60.316, -151.7722, 60.316]}, {"id": "5835", "type": "Feature", "properties": {"id": "us2000aibq", "mag": 2.5, "time": 1504899687060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4383, 42.5694, 8.27]}, "bbox": [-111.4383, 42.5694, -111.4383, 42.5694]}, {"id": "5836", "type": "Feature", "properties": {"id": "nc72888741", "mag": 1.05, "time": 1504899640660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.013, 37.593167, 0.27]}, "bbox": [-119.013, 37.593167, -119.013, 37.593167]}, {"id": "5837", "type": "Feature", "properties": {"id": "us2000aib3", "mag": 2.8, "time": 1504899556990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4363, 42.571, 9.27]}, "bbox": [-111.4363, 42.571, -111.4363, 42.571]}, {"id": "5838", "type": "Feature", "properties": {"id": "us2000aia5", "mag": 2.6, "time": 1504899482480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5733, 13.75]}, "bbox": [-111.4289, 42.5733, -111.4289, 42.5733]}, {"id": "5839", "type": "Feature", "properties": {"id": "ak16781595", "mag": 1.7, "time": 1504899244914, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1502, 60.3533, 10.0]}, "bbox": [-141.1502, 60.3533, -141.1502, 60.3533]}, {"id": "5840", "type": "Feature", "properties": {"id": "ak16781585", "mag": 3.9, "time": 1504899189169, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5601, 59.2544, 64.0]}, "bbox": [-152.5601, 59.2544, -152.5601, 59.2544]}, {"id": "5841", "type": "Feature", "properties": {"id": "ci37758007", "mag": 2.02, "time": 1504898829300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.561833, 31.0585, 5.61]}, "bbox": [-115.561833, 31.0585, -115.561833, 31.0585]}, {"id": "5842", "type": "Feature", "properties": {"id": "ak16781550", "mag": 1.4, "time": 1504898282611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6296, 61.6699, 64.1]}, "bbox": [-150.6296, 61.6699, -150.6296, 61.6699]}, {"id": "5843", "type": "Feature", "properties": {"id": "ci37757991", "mag": 1.52, "time": 1504897913130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.184167, 34.008167, 14.79]}, "bbox": [-117.184167, 34.008167, -117.184167, 34.008167]}, {"id": "5844", "type": "Feature", "properties": {"id": "ci37757975", "mag": 1.23, "time": 1504897847890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191833, 34.995167, -0.8]}, "bbox": [-118.191833, 34.995167, -118.191833, 34.995167]}, {"id": "5845", "type": "Feature", "properties": {"id": "us2000ai96", "mag": 4.7, "time": 1504897612480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1128, 15.0427, 38.05]}, "bbox": [-94.1128, 15.0427, -94.1128, 15.0427]}, {"id": "5846", "type": "Feature", "properties": {"id": "us2000ay7g", "mag": 4.5, "time": 1504897486190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6162, 15.5292, 52.13]}, "bbox": [-94.6162, 15.5292, -94.6162, 15.5292]}, {"id": "5847", "type": "Feature", "properties": {"id": "us2000aku3", "mag": 2.7, "time": 1504897427450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5723, 6.2]}, "bbox": [-111.4362, 42.5723, -111.4362, 42.5723]}, {"id": "5848", "type": "Feature", "properties": {"id": "us2000aruj", "mag": 4.0, "time": 1504897268300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.0589, 51.6006, 526.16]}, "bbox": [151.0589, 51.6006, 151.0589, 51.6006]}, {"id": "5849", "type": "Feature", "properties": {"id": "us2000ai8x", "mag": 5.3, "time": 1504897044080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9814, 16.231, 63.24]}, "bbox": [-94.9814, 16.231, -94.9814, 16.231]}, {"id": "5850", "type": "Feature", "properties": {"id": "us2000ars7", "mag": 4.4, "time": 1504896441090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9803, -12.2109, 239.13]}, "bbox": [166.9803, -12.2109, 166.9803, -12.2109]}, {"id": "5851", "type": "Feature", "properties": {"id": "us2000ars8", "mag": 4.2, "time": 1504895755810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4237, 15.0921, 33.24]}, "bbox": [-94.4237, 15.0921, -94.4237, 15.0921]}, {"id": "5852", "type": "Feature", "properties": {"id": "ak16781202", "mag": 1.1, "time": 1504895394318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.517, 62.887, 92.9]}, "bbox": [-150.517, 62.887, -150.517, 62.887]}, {"id": "5853", "type": "Feature", "properties": {"id": "us2000ai8l", "mag": 5.0, "time": 1504895053450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0247, 15.6158, 25.92]}, "bbox": [-95.0247, 15.6158, -95.0247, 15.6158]}, {"id": "5854", "type": "Feature", "properties": {"id": "nc72888711", "mag": 1.13, "time": 1504894886190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.369, 37.616167, 3.76]}, "bbox": [-119.369, 37.616167, -119.369, 37.616167]}, {"id": "5855", "type": "Feature", "properties": {"id": "ci37757951", "mag": 1.29, "time": 1504894538140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.34, 35.0645, -0.97]}, "bbox": [-118.34, 35.0645, -118.34, 35.0645]}, {"id": "5856", "type": "Feature", "properties": {"id": "nn00604251", "mag": 1.1, "time": 1504893693579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5283, 37.177, 14.2]}, "bbox": [-117.5283, 37.177, -117.5283, 37.177]}, {"id": "5857", "type": "Feature", "properties": {"id": "nc72888696", "mag": 1.24, "time": 1504893681000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9525, 37.9215, -0.25]}, "bbox": [-121.9525, 37.9215, -121.9525, 37.9215]}, {"id": "5858", "type": "Feature", "properties": {"id": "us2000ai89", "mag": 4.9, "time": 1504893629390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.339, 15.3801, 37.31]}, "bbox": [-94.339, 15.3801, -94.339, 15.3801]}, {"id": "5859", "type": "Feature", "properties": {"id": "ak16780971", "mag": 2.0, "time": 1504893338524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7656, 56.9755, 12.7]}, "bbox": [-157.7656, 56.9755, -157.7656, 56.9755]}, {"id": "5860", "type": "Feature", "properties": {"id": "us2000ai7x", "mag": 4.4, "time": 1504893167240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8739, 15.6809, 69.44]}, "bbox": [-93.8739, 15.6809, -93.8739, 15.6809]}, {"id": "5861", "type": "Feature", "properties": {"id": "ci37757919", "mag": 1.09, "time": 1504892320190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.504167, 6.36]}, "bbox": [-116.792333, 33.504167, -116.792333, 33.504167]}, {"id": "5862", "type": "Feature", "properties": {"id": "ak16780872", "mag": 2.7, "time": 1504892251611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2184, 60.0235, 132.9]}, "bbox": [-153.2184, 60.0235, -153.2184, 60.0235]}, {"id": "5863", "type": "Feature", "properties": {"id": "us2000ai7w", "mag": 5.1, "time": 1504892136330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7094, 14.7125, 10.0]}, "bbox": [54.7094, 14.7125, 54.7094, 14.7125]}, {"id": "5864", "type": "Feature", "properties": {"id": "ak16780870", "mag": 1.9, "time": 1504892114398, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5364, 59.0829, 80.6]}, "bbox": [-153.5364, 59.0829, -153.5364, 59.0829]}, {"id": "5865", "type": "Feature", "properties": {"id": "nn00604241", "mag": 1.7, "time": 1504892108096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8858, 39.5547, 16.6]}, "bbox": [-115.8858, 39.5547, -115.8858, 39.5547]}, {"id": "5866", "type": "Feature", "properties": {"id": "ci37757903", "mag": 1.06, "time": 1504892000240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.084, 33.233167, 9.85]}, "bbox": [-116.084, 33.233167, -116.084, 33.233167]}, {"id": "5867", "type": "Feature", "properties": {"id": "mb80253164", "mag": 0.95, "time": 1504891992150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5415, 46.8995, 11.59]}, "bbox": [-112.5415, 46.8995, -112.5415, 46.8995]}, {"id": "5868", "type": "Feature", "properties": {"id": "us2000ai7p", "mag": 4.3, "time": 1504891955840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.495, 15.1404, 36.22]}, "bbox": [-94.495, 15.1404, -94.495, 15.1404]}, {"id": "5869", "type": "Feature", "properties": {"id": "ak16780841", "mag": 1.4, "time": 1504891846856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3249, 60.9139, 26.3]}, "bbox": [-147.3249, 60.9139, -147.3249, 60.9139]}, {"id": "5870", "type": "Feature", "properties": {"id": "us2000arsh", "mag": 4.5, "time": 1504891333730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.2388, -6.8416, 19.98]}, "bbox": [133.2388, -6.8416, 133.2388, -6.8416]}, {"id": "5871", "type": "Feature", "properties": {"id": "us2000ay6x", "mag": 4.1, "time": 1504891315080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7297, 15.3343, 19.17]}, "bbox": [-94.7297, 15.3343, -94.7297, 15.3343]}, {"id": "5872", "type": "Feature", "properties": {"id": "us2000ars4", "mag": 4.4, "time": 1504891219920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7693, 14.6837, 10.0]}, "bbox": [54.7693, 14.6837, 54.7693, 14.6837]}, {"id": "5873", "type": "Feature", "properties": {"id": "ak16780813", "mag": 1.5, "time": 1504891126668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.153, 61.7092, 3.2]}, "bbox": [-154.153, 61.7092, -154.153, 61.7092]}, {"id": "5874", "type": "Feature", "properties": {"id": "nc72888686", "mag": 1.23, "time": 1504891114230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1045, 37.325167, -0.31]}, "bbox": [-122.1045, 37.325167, -122.1045, 37.325167]}, {"id": "5875", "type": "Feature", "properties": {"id": "ci37757879", "mag": 2.31, "time": 1504890797650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.463833, 34.355833, 3.0]}, "bbox": [-116.463833, 34.355833, -116.463833, 34.355833]}, {"id": "5876", "type": "Feature", "properties": {"id": "us2000ai73", "mag": 4.9, "time": 1504890172380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.6184, 20.97]}, "bbox": [-94.6852, 15.6184, -94.6852, 15.6184]}, {"id": "5877", "type": "Feature", "properties": {"id": "us2000ai6w", "mag": 4.8, "time": 1504890101520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3813, 15.1628, 10.0]}, "bbox": [-94.3813, 15.1628, -94.3813, 15.1628]}, {"id": "5878", "type": "Feature", "properties": {"id": "us2000ai6n", "mag": 4.6, "time": 1504889103890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.804, -6.0426, 126.88]}, "bbox": [130.804, -6.0426, 130.804, -6.0426]}, {"id": "5879", "type": "Feature", "properties": {"id": "us2000ai6c", "mag": 4.7, "time": 1504888948510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8822, 15.7603, 70.11]}, "bbox": [-93.8822, 15.7603, -93.8822, 15.7603]}, {"id": "5880", "type": "Feature", "properties": {"id": "us2000ai66", "mag": 3.1, "time": 1504888942660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6127, 7.46]}, "bbox": [-111.4688, 42.6127, -111.4688, 42.6127]}, {"id": "5881", "type": "Feature", "properties": {"id": "ci37757839", "mag": 1.07, "time": 1504888838380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931, 35.8975, 5.55]}, "bbox": [-116.931, 35.8975, -116.931, 35.8975]}, {"id": "5882", "type": "Feature", "properties": {"id": "us2000ai5r", "mag": 5.0, "time": 1504887559080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1176, 15.3478, 50.28]}, "bbox": [-94.1176, 15.3478, -94.1176, 15.3478]}, {"id": "5883", "type": "Feature", "properties": {"id": "us2000ai7e", "mag": 2.6, "time": 1504887451250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8013, 51.3347, 33.06]}, "bbox": [-174.8013, 51.3347, -174.8013, 51.3347]}, {"id": "5884", "type": "Feature", "properties": {"id": "us2000ai5q", "mag": 4.8, "time": 1504887267930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.2659, 31.94]}, "bbox": [-94.834, 15.2659, -94.834, 15.2659]}, {"id": "5885", "type": "Feature", "properties": {"id": "us2000ars1", "mag": 4.4, "time": 1504887163560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5842, 0.5634, 87.49]}, "bbox": [121.5842, 0.5634, 121.5842, 0.5634]}, {"id": "5886", "type": "Feature", "properties": {"id": "us2000ai5f", "mag": 4.9, "time": 1504887145160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4164, 15.3325, 55.79]}, "bbox": [-94.4164, 15.3325, -94.4164, 15.3325]}, {"id": "5887", "type": "Feature", "properties": {"id": "us2000aixn", "mag": 4.1, "time": 1504887139190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.237, 15.3669, 61.33]}, "bbox": [-94.237, 15.3669, -94.237, 15.3669]}, {"id": "5888", "type": "Feature", "properties": {"id": "ak16821886", "mag": 1.0, "time": 1504887040916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7913, 61.8643, 40.7]}, "bbox": [-147.7913, 61.8643, -147.7913, 61.8643]}, {"id": "5889", "type": "Feature", "properties": {"id": "us2000ai53", "mag": 4.6, "time": 1504886882420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4908, 15.0663, 10.0]}, "bbox": [-94.4908, 15.0663, -94.4908, 15.0663]}, {"id": "5890", "type": "Feature", "properties": {"id": "ak16780437", "mag": 1.7, "time": 1504886789015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1717, 61.2338, 0.0]}, "bbox": [-154.1717, 61.2338, -154.1717, 61.2338]}, {"id": "5891", "type": "Feature", "properties": {"id": "us2000arsa", "mag": 4.8, "time": 1504886367500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-45.1832, 25.2517, 10.0]}, "bbox": [-45.1832, 25.2517, -45.1832, 25.2517]}, {"id": "5892", "type": "Feature", "properties": {"id": "us2000arrz", "mag": 4.3, "time": 1504885790410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.1544, 13.7011, 115.66]}, "bbox": [121.1544, 13.7011, 121.1544, 13.7011]}, {"id": "5893", "type": "Feature", "properties": {"id": "ci37757791", "mag": 2.49, "time": 1504885701960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.863167, 36.514, 1.6]}, "bbox": [-117.863167, 36.514, -117.863167, 36.514]}, {"id": "5894", "type": "Feature", "properties": {"id": "nc72888591", "mag": 1.18, "time": 1504885591170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.029167, 37.64, 1.33]}, "bbox": [-119.029167, 37.64, -119.029167, 37.64]}, {"id": "5895", "type": "Feature", "properties": {"id": "us2000ay69", "mag": 4.3, "time": 1504884967040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8299, 15.2537, 51.49]}, "bbox": [-94.8299, 15.2537, -94.8299, 15.2537]}, {"id": "5896", "type": "Feature", "properties": {"id": "nc72888561", "mag": 2.76, "time": 1504884687580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.4015, 40.656167, 4.61]}, "bbox": [-126.4015, 40.656167, -126.4015, 40.656167]}, {"id": "5897", "type": "Feature", "properties": {"id": "nc72888556", "mag": 1.22, "time": 1504884477720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.594833, 36.036167, 3.51]}, "bbox": [-120.594833, 36.036167, -120.594833, 36.036167]}, {"id": "5898", "type": "Feature", "properties": {"id": "nc72888551", "mag": 1.29, "time": 1504884449700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600833, 36.033, 2.98]}, "bbox": [-120.600833, 36.033, -120.600833, 36.033]}, {"id": "5899", "type": "Feature", "properties": {"id": "us2000ai45", "mag": 4.4, "time": 1504884249230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6373, 29.0196, 32.54]}, "bbox": [51.6373, 29.0196, 51.6373, 29.0196]}, {"id": "5900", "type": "Feature", "properties": {"id": "us2000ai4f", "mag": 5.0, "time": 1504884005650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.4529, -15.2805, 10.0]}, "bbox": [-172.4529, -15.2805, -172.4529, -15.2805]}, {"id": "5901", "type": "Feature", "properties": {"id": "ci37757767", "mag": 1.56, "time": 1504883892090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.447333, 34.149, 10.6]}, "bbox": [-117.447333, 34.149, -117.447333, 34.149]}, {"id": "5902", "type": "Feature", "properties": {"id": "nc72888536", "mag": 1.66, "time": 1504883570470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.168167, 39.1465, -0.58]}, "bbox": [-123.168167, 39.1465, -123.168167, 39.1465]}, {"id": "5903", "type": "Feature", "properties": {"id": "us2000arrw", "mag": 4.2, "time": 1504882974870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7985, 15.5213, 35.36]}, "bbox": [-94.7985, 15.5213, -94.7985, 15.5213]}, {"id": "5904", "type": "Feature", "properties": {"id": "ak16779960", "mag": 1.8, "time": 1504882678981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0626, 62.8988, 105.6]}, "bbox": [-151.0626, 62.8988, -151.0626, 62.8988]}, {"id": "5905", "type": "Feature", "properties": {"id": "ci37757743", "mag": 0.97, "time": 1504882082250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.499333, 33.723667, 12.91]}, "bbox": [-117.499333, 33.723667, -117.499333, 33.723667]}, {"id": "5906", "type": "Feature", "properties": {"id": "us2000ai3n", "mag": 5.3, "time": 1504881901650, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3384, 15.544, 53.27]}, "bbox": [-94.3384, 15.544, -94.3384, 15.544]}, {"id": "5907", "type": "Feature", "properties": {"id": "us2000ai3i", "mag": 5.0, "time": 1504881612700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4062, 15.406, 49.05]}, "bbox": [-94.4062, 15.406, -94.4062, 15.406]}, {"id": "5908", "type": "Feature", "properties": {"id": "us2000ai3c", "mag": 5.1, "time": 1504880703430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1626, 15.9178, 78.53]}, "bbox": [-94.1626, 15.9178, -94.1626, 15.9178]}, {"id": "5909", "type": "Feature", "properties": {"id": "ak16821881", "mag": 1.9, "time": 1504880601665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7019, 53.1531, 4.0]}, "bbox": [-165.7019, 53.1531, -165.7019, 53.1531]}, {"id": "5910", "type": "Feature", "properties": {"id": "us2000ai3a", "mag": 4.6, "time": 1504880185590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9379, 15.4789, 51.37]}, "bbox": [-93.9379, 15.4789, -93.9379, 15.4789]}, {"id": "5911", "type": "Feature", "properties": {"id": "nc72888511", "mag": 1.64, "time": 1504879933970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.805, 37.519, 0.63]}, "bbox": [-118.805, 37.519, -118.805, 37.519]}, {"id": "5912", "type": "Feature", "properties": {"id": "us2000arrt", "mag": 4.3, "time": 1504879797140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.5495, 15.2436, 49.04]}, "bbox": [-92.5495, 15.2436, -92.5495, 15.2436]}, {"id": "5913", "type": "Feature", "properties": {"id": "nc72888506", "mag": 1.11, "time": 1504879682840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807167, 37.5155, -1.34]}, "bbox": [-118.807167, 37.5155, -118.807167, 37.5155]}, {"id": "5914", "type": "Feature", "properties": {"id": "us2000ai2x", "mag": 4.4, "time": 1504878550770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3291, 15.5119, 43.4]}, "bbox": [-94.3291, 15.5119, -94.3291, 15.5119]}, {"id": "5915", "type": "Feature", "properties": {"id": "us2000ai2u", "mag": 4.5, "time": 1504878237250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3775, 15.3318, 55.57]}, "bbox": [-94.3775, 15.3318, -94.3775, 15.3318]}, {"id": "5916", "type": "Feature", "properties": {"id": "ak16779589", "mag": 2.1, "time": 1504878197682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7176, 61.7913, 43.0]}, "bbox": [-149.7176, 61.7913, -149.7176, 61.7913]}, {"id": "5917", "type": "Feature", "properties": {"id": "nc72888501", "mag": 1.4, "time": 1504877974600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.884833, 0.43]}, "bbox": [-122.826833, 38.884833, -122.826833, 38.884833]}, {"id": "5918", "type": "Feature", "properties": {"id": "us2000ai2s", "mag": 4.5, "time": 1504877794630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2597, 15.3155, 57.11]}, "bbox": [-94.2597, 15.3155, -94.2597, 15.3155]}, {"id": "5919", "type": "Feature", "properties": {"id": "us2000ai2p", "mag": 4.3, "time": 1504877637550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3617, 15.3594, 72.43]}, "bbox": [-94.3617, 15.3594, -94.3617, 15.3594]}, {"id": "5920", "type": "Feature", "properties": {"id": "ak16821879", "mag": 1.1, "time": 1504877280981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 62.9279, 91.4]}, "bbox": [-150.4859, 62.9279, -150.4859, 62.9279]}, {"id": "5921", "type": "Feature", "properties": {"id": "us2000ai2h", "mag": 4.3, "time": 1504877227420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2794, 15.5765, 57.44]}, "bbox": [-94.2794, 15.5765, -94.2794, 15.5765]}, {"id": "5922", "type": "Feature", "properties": {"id": "us2000ai2d", "mag": 4.9, "time": 1504877000620, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4519, 39.5355, 14.54]}, "bbox": [140.4519, 39.5355, 140.4519, 39.5355]}, {"id": "5923", "type": "Feature", "properties": {"id": "nc72888491", "mag": 1.84, "time": 1504876384490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.493333, 38.505333, 9.95]}, "bbox": [-122.493333, 38.505333, -122.493333, 38.505333]}, {"id": "5924", "type": "Feature", "properties": {"id": "ak16821878", "mag": 1.4, "time": 1504875984627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1326, 61.9648, 66.9]}, "bbox": [-151.1326, 61.9648, -151.1326, 61.9648]}, {"id": "5925", "type": "Feature", "properties": {"id": "ak16821876", "mag": 2.2, "time": 1504875655387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.9923, 52.3567, 17.2]}, "bbox": [-168.9923, 52.3567, -168.9923, 52.3567]}, {"id": "5926", "type": "Feature", "properties": {"id": "nc72888486", "mag": 2.07, "time": 1504875297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476833, 38.505667, 10.55]}, "bbox": [-122.476833, 38.505667, -122.476833, 38.505667]}, {"id": "5927", "type": "Feature", "properties": {"id": "nc72888481", "mag": 2.29, "time": 1504875261290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.487833, 38.504167, 11.24]}, "bbox": [-122.487833, 38.504167, -122.487833, 38.504167]}, {"id": "5928", "type": "Feature", "properties": {"id": "ak16779354", "mag": 1.2, "time": 1504874899621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8024, 62.2347, 27.0]}, "bbox": [-148.8024, 62.2347, -148.8024, 62.2347]}, {"id": "5929", "type": "Feature", "properties": {"id": "us2000ai1z", "mag": 4.7, "time": 1504874764610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9526, 15.348, 66.08]}, "bbox": [-93.9526, 15.348, -93.9526, 15.348]}, {"id": "5930", "type": "Feature", "properties": {"id": "nn00604198", "mag": 1.6, "time": 1504874486416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1528, 36.3422, 12.5]}, "bbox": [-115.1528, 36.3422, -115.1528, 36.3422]}, {"id": "5931", "type": "Feature", "properties": {"id": "ak16779312", "mag": 1.1, "time": 1504874405501, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2249, 66.2606, 1.6]}, "bbox": [-142.2249, 66.2606, -142.2249, 66.2606]}, {"id": "5932", "type": "Feature", "properties": {"id": "ak16821873", "mag": 1.7, "time": 1504874360732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5174, 51.2619, 22.7]}, "bbox": [-177.5174, 51.2619, -177.5174, 51.2619]}, {"id": "5933", "type": "Feature", "properties": {"id": "nn00604197", "mag": 1.1, "time": 1504874200883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2814, 37.8092, 5.1]}, "bbox": [-114.2814, 37.8092, -114.2814, 37.8092]}, {"id": "5934", "type": "Feature", "properties": {"id": "nc72888476", "mag": 1.21, "time": 1504873957930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.509333, 40.482667, 4.94]}, "bbox": [-121.509333, 40.482667, -121.509333, 40.482667]}, {"id": "5935", "type": "Feature", "properties": {"id": "ci37757703", "mag": 1.39, "time": 1504873858920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.717833, 33.649333, 15.22]}, "bbox": [-116.717833, 33.649333, -116.717833, 33.649333]}, {"id": "5936", "type": "Feature", "properties": {"id": "ci37757695", "mag": 1.17, "time": 1504872471560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.568167, 33.822667, 8.77]}, "bbox": [-115.568167, 33.822667, -115.568167, 33.822667]}, {"id": "5937", "type": "Feature", "properties": {"id": "us2000ai1k", "mag": 5.2, "time": 1504872379780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4203, 15.4936, 64.61]}, "bbox": [-94.4203, 15.4936, -94.4203, 15.4936]}, {"id": "5938", "type": "Feature", "properties": {"id": "nn00604195", "mag": 1.1, "time": 1504872342696, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0794, 39.7864, 6.3]}, "bbox": [-120.0794, 39.7864, -120.0794, 39.7864]}, {"id": "5939", "type": "Feature", "properties": {"id": "us2000ai1f", "mag": 4.5, "time": 1504872210290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.752, 15.6687, 34.52]}, "bbox": [-94.752, 15.6687, -94.752, 15.6687]}, {"id": "5940", "type": "Feature", "properties": {"id": "us2000ai17", "mag": 4.7, "time": 1504871509040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.251, 15.2604, 43.78]}, "bbox": [-94.251, 15.2604, -94.251, 15.2604]}, {"id": "5941", "type": "Feature", "properties": {"id": "ci37757687", "mag": 1.13, "time": 1504871201290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5185, 33.500333, 13.87]}, "bbox": [-116.5185, 33.500333, -116.5185, 33.500333]}, {"id": "5942", "type": "Feature", "properties": {"id": "us2000ai11", "mag": 4.8, "time": 1504870992430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5788, 16.0581, 67.6]}, "bbox": [-94.5788, 16.0581, -94.5788, 16.0581]}, {"id": "5943", "type": "Feature", "properties": {"id": "nc72888461", "mag": 1.42, "time": 1504869975320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.437833, 39.504833, 12.47]}, "bbox": [-121.437833, 39.504833, -121.437833, 39.504833]}, {"id": "5944", "type": "Feature", "properties": {"id": "us2000ai0u", "mag": 5.0, "time": 1504869955970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7875, 15.7988, 32.83]}, "bbox": [-94.7875, 15.7988, -94.7875, 15.7988]}, {"id": "5945", "type": "Feature", "properties": {"id": "nc72888456", "mag": 1.91, "time": 1504869902080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.485667, 38.504833, 10.49]}, "bbox": [-122.485667, 38.504833, -122.485667, 38.504833]}, {"id": "5946", "type": "Feature", "properties": {"id": "us2000ai0r", "mag": 3.1, "time": 1504869744270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4645, 42.6225, 8.36]}, "bbox": [-111.4645, 42.6225, -111.4645, 42.6225]}, {"id": "5947", "type": "Feature", "properties": {"id": "us2000ai0n", "mag": 4.5, "time": 1504869089530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4825, 15.1089, 36.59]}, "bbox": [-94.4825, 15.1089, -94.4825, 15.1089]}, {"id": "5948", "type": "Feature", "properties": {"id": "us2000ai0k", "mag": 4.3, "time": 1504868775480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.798, 15.8932, 52.08]}, "bbox": [-94.798, 15.8932, -94.798, 15.8932]}, {"id": "5949", "type": "Feature", "properties": {"id": "ak16778868", "mag": 2.4, "time": 1504868579816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6965, 62.1823, 44.5]}, "bbox": [-149.6965, 62.1823, -149.6965, 62.1823]}, {"id": "5950", "type": "Feature", "properties": {"id": "nc72888446", "mag": 1.29, "time": 1504868153570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.486333, 38.5055, 8.02]}, "bbox": [-122.486333, 38.5055, -122.486333, 38.5055]}, {"id": "5951", "type": "Feature", "properties": {"id": "nc72888436", "mag": 1.9, "time": 1504867751580, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.482833, 38.504333, 10.56]}, "bbox": [-122.482833, 38.504333, -122.482833, 38.504333]}, {"id": "5952", "type": "Feature", "properties": {"id": "nc72888431", "mag": 1.71, "time": 1504867332410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491833, 38.504667, 9.32]}, "bbox": [-122.491833, 38.504667, -122.491833, 38.504667]}, {"id": "5953", "type": "Feature", "properties": {"id": "nc72888421", "mag": 1.08, "time": 1504867024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.489, 38.504333, 8.33]}, "bbox": [-122.489, 38.504333, -122.489, 38.504333]}, {"id": "5954", "type": "Feature", "properties": {"id": "ak16821868", "mag": 2.1, "time": 1504866678618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4655, 55.6664, 99.6]}, "bbox": [-160.4655, 55.6664, -160.4655, 55.6664]}, {"id": "5955", "type": "Feature", "properties": {"id": "ak16821867", "mag": 1.4, "time": 1504866626331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0732, 60.0832, 7.7]}, "bbox": [-147.0732, 60.0832, -147.0732, 60.0832]}, {"id": "5956", "type": "Feature", "properties": {"id": "us2000ai08", "mag": 4.7, "time": 1504866065090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9223, 5.4358, 106.0]}, "bbox": [125.9223, 5.4358, 125.9223, 5.4358]}, {"id": "5957", "type": "Feature", "properties": {"id": "ak16778797", "mag": 1.0, "time": 1504865774499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3276, 61.5525, 10.3]}, "bbox": [-151.3276, 61.5525, -151.3276, 61.5525]}, {"id": "5958", "type": "Feature", "properties": {"id": "nn00604189", "mag": 1.2, "time": 1504865677094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0784, 39.7853, 6.9]}, "bbox": [-120.0784, 39.7853, -120.0784, 39.7853]}, {"id": "5959", "type": "Feature", "properties": {"id": "nc72888411", "mag": 1.53, "time": 1504865468770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476167, 38.507167, 9.38]}, "bbox": [-122.476167, 38.507167, -122.476167, 38.507167]}, {"id": "5960", "type": "Feature", "properties": {"id": "hv61901161", "mag": 1.74, "time": 1504864814220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.2065, 36.007]}, "bbox": [-155.466833, 19.2065, -155.466833, 19.2065]}, {"id": "5961", "type": "Feature", "properties": {"id": "ismpkansas70234788", "mag": 2.39, "time": 1504864780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7805, 37.3255, 5.78]}, "bbox": [-97.7805, 37.3255, -97.7805, 37.3255]}, {"id": "5962", "type": "Feature", "properties": {"id": "ak16780611", "mag": 2.4, "time": 1504864612255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1592, 61.3969, 4.3]}, "bbox": [-140.1592, 61.3969, -140.1592, 61.3969]}, {"id": "5963", "type": "Feature", "properties": {"id": "ak16778631", "mag": 2.2, "time": 1504864578261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1624, 61.4081, 5.0]}, "bbox": [-140.1624, 61.4081, -140.1624, 61.4081]}, {"id": "5964", "type": "Feature", "properties": {"id": "uw61305087", "mag": 2.01, "time": 1504864189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.050833, 48.9275, 23.48]}, "bbox": [-123.050833, 48.9275, -123.050833, 48.9275]}, {"id": "5965", "type": "Feature", "properties": {"id": "ak16821863", "mag": 1.7, "time": 1504863670078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4879, 51.7374, 21.1]}, "bbox": [-178.4879, 51.7374, -178.4879, 51.7374]}, {"id": "5966", "type": "Feature", "properties": {"id": "ak16821862", "mag": 1.8, "time": 1504862106783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9215, 58.7206, 119.4]}, "bbox": [-154.9215, 58.7206, -154.9215, 58.7206]}, {"id": "5967", "type": "Feature", "properties": {"id": "us2000ahzn", "mag": 4.6, "time": 1504861954060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4387, 15.3946, 52.08]}, "bbox": [-94.4387, 15.3946, -94.4387, 15.3946]}, {"id": "5968", "type": "Feature", "properties": {"id": "nc72888396", "mag": 1.27, "time": 1504861876770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8075, 37.512833, 1.14]}, "bbox": [-118.8075, 37.512833, -118.8075, 37.512833]}, {"id": "5969", "type": "Feature", "properties": {"id": "us2000ahzl", "mag": 4.5, "time": 1504861821720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4897, 15.3898, 66.84]}, "bbox": [-94.4897, 15.3898, -94.4897, 15.3898]}, {"id": "5970", "type": "Feature", "properties": {"id": "us2000ahzj", "mag": 4.5, "time": 1504861699670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5329, 15.609, 39.64]}, "bbox": [-94.5329, 15.609, -94.5329, 15.609]}, {"id": "5971", "type": "Feature", "properties": {"id": "ci37757655", "mag": 1.16, "time": 1504861667220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.622833, 33.107167, 12.71]}, "bbox": [-116.622833, 33.107167, -116.622833, 33.107167]}, {"id": "5972", "type": "Feature", "properties": {"id": "ak16778553", "mag": 1.9, "time": 1504861559880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5627, 66.997, 11.1]}, "bbox": [-157.5627, 66.997, -157.5627, 66.997]}, {"id": "5973", "type": "Feature", "properties": {"id": "nc72888391", "mag": 2.09, "time": 1504860900670, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.456, 39.646667, 9.55]}, "bbox": [-123.456, 39.646667, -123.456, 39.646667]}, {"id": "5974", "type": "Feature", "properties": {"id": "us2000ay4f", "mag": 4.1, "time": 1504860843930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7484, 15.3716, 56.33]}, "bbox": [-94.7484, 15.3716, -94.7484, 15.3716]}, {"id": "5975", "type": "Feature", "properties": {"id": "nc72888386", "mag": 2.1, "time": 1504860440750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.938, 37.831333, 7.32]}, "bbox": [-121.938, 37.831333, -121.938, 37.831333]}, {"id": "5976", "type": "Feature", "properties": {"id": "us2000ay4d", "mag": 4.4, "time": 1504860354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.3232, 49.34]}, "bbox": [-94.834, 15.3232, -94.834, 15.3232]}, {"id": "5977", "type": "Feature", "properties": {"id": "us2000arrb", "mag": 4.6, "time": 1504860180930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0811, 15.785, 52.87]}, "bbox": [-94.0811, 15.785, -94.0811, 15.785]}, {"id": "5978", "type": "Feature", "properties": {"id": "us2000ahzq", "mag": 4.5, "time": 1504860168930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9132, 15.2837, 68.08]}, "bbox": [-93.9132, 15.2837, -93.9132, 15.2837]}, {"id": "5979", "type": "Feature", "properties": {"id": "us2000ahz5", "mag": 5.3, "time": 1504859674330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1725, 15.2148, 50.77]}, "bbox": [-94.1725, 15.2148, -94.1725, 15.2148]}, {"id": "5980", "type": "Feature", "properties": {"id": "ak16821859", "mag": 2.1, "time": 1504859557955, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.0839, 54.9712, 35.5]}, "bbox": [-159.0839, 54.9712, -159.0839, 54.9712]}, {"id": "5981", "type": "Feature", "properties": {"id": "nn00604302", "mag": 1.1, "time": 1504859552745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4838, 37.3947, 8.6]}, "bbox": [-117.4838, 37.3947, -117.4838, 37.3947]}, {"id": "5982", "type": "Feature", "properties": {"id": "ak16778352", "mag": 1.2, "time": 1504859550711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4759, 63.0882, 87.9]}, "bbox": [-149.4759, 63.0882, -149.4759, 63.0882]}, {"id": "5983", "type": "Feature", "properties": {"id": "us2000ahz3", "mag": 4.3, "time": 1504859478950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3904, 15.121, 30.23]}, "bbox": [-94.3904, 15.121, -94.3904, 15.121]}, {"id": "5984", "type": "Feature", "properties": {"id": "nn00604182", "mag": 1.0, "time": 1504858881802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0405, 37.2978, 0.0]}, "bbox": [-115.0405, 37.2978, -115.0405, 37.2978]}, {"id": "5985", "type": "Feature", "properties": {"id": "us2000ahz1", "mag": 4.3, "time": 1504858630350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.833, 76.27]}, "bbox": [-94.6852, 15.833, -94.6852, 15.833]}, {"id": "5986", "type": "Feature", "properties": {"id": "uu60239147", "mag": 2.45, "time": 1504858591000, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444167, 42.664333, 8.83]}, "bbox": [-111.444167, 42.664333, -111.444167, 42.664333]}, {"id": "5987", "type": "Feature", "properties": {"id": "us2000al72", "mag": 2.9, "time": 1504858190760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2139, 52.5352, 91.97]}, "bbox": [-169.2139, 52.5352, -169.2139, 52.5352]}, {"id": "5988", "type": "Feature", "properties": {"id": "uu60239137", "mag": 1.54, "time": 1504858110210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.647, 44.396167, 2.58]}, "bbox": [-110.647, 44.396167, -110.647, 44.396167]}, {"id": "5989", "type": "Feature", "properties": {"id": "us2000arui", "mag": 4.2, "time": 1504858026090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4738, 14.8297, 45.65]}, "bbox": [-94.4738, 14.8297, -94.4738, 14.8297]}, {"id": "5990", "type": "Feature", "properties": {"id": "us2000ahyr", "mag": 4.3, "time": 1504857969210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0003, 15.7457, 35.1]}, "bbox": [-95.0003, 15.7457, -95.0003, 15.7457]}, {"id": "5991", "type": "Feature", "properties": {"id": "us2000arul", "mag": 4.3, "time": 1504857669250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.801, 14.8524, 28.84]}, "bbox": [-94.801, 14.8524, -94.801, 14.8524]}, {"id": "5992", "type": "Feature", "properties": {"id": "us2000ahyk", "mag": 4.5, "time": 1504857596840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7758, 15.5339, 42.45]}, "bbox": [-94.7758, 15.5339, -94.7758, 15.5339]}, {"id": "5993", "type": "Feature", "properties": {"id": "nn00604180", "mag": 1.2, "time": 1504857534482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0136, 37.3074, 0.0]}, "bbox": [-115.0136, 37.3074, -115.0136, 37.3074]}, {"id": "5994", "type": "Feature", "properties": {"id": "ak16821856", "mag": 1.2, "time": 1504857418267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4697, 58.6313, 13.4]}, "bbox": [-157.4697, 58.6313, -157.4697, 58.6313]}, {"id": "5995", "type": "Feature", "properties": {"id": "nn00604280", "mag": 1.0, "time": 1504857267736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7805, 38.6696, 7.4]}, "bbox": [-119.7805, 38.6696, -119.7805, 38.6696]}, {"id": "5996", "type": "Feature", "properties": {"id": "us2000aruq", "mag": 4.3, "time": 1504857079940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6759, 15.5537, 36.84]}, "bbox": [-94.6759, 15.5537, -94.6759, 15.5537]}, {"id": "5997", "type": "Feature", "properties": {"id": "us2000ahyf", "mag": 3.2, "time": 1504857069370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4101, 42.5653, 6.35]}, "bbox": [-111.4101, 42.5653, -111.4101, 42.5653]}, {"id": "5998", "type": "Feature", "properties": {"id": "ci37757631", "mag": 1.01, "time": 1504856868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.778, 36.031333, 2.15]}, "bbox": [-117.778, 36.031333, -117.778, 36.031333]}, {"id": "5999", "type": "Feature", "properties": {"id": "us2000ay0x", "mag": 4.1, "time": 1504856777400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7738, 15.4661, 38.21]}, "bbox": [-94.7738, 15.4661, -94.7738, 15.4661]}, {"id": "6000", "type": "Feature", "properties": {"id": "ak16821855", "mag": 1.3, "time": 1504856435979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.538, 63.3273, 125.9]}, "bbox": [-150.538, 63.3273, -150.538, 63.3273]}, {"id": "6001", "type": "Feature", "properties": {"id": "us2000ahy9", "mag": 4.4, "time": 1504856316640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6365, 15.5777, 47.53]}, "bbox": [-94.6365, 15.5777, -94.6365, 15.5777]}, {"id": "6002", "type": "Feature", "properties": {"id": "us2000ahy5", "mag": 3.2, "time": 1504855878650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446, 42.6598, 6.58]}, "bbox": [-111.446, 42.6598, -111.446, 42.6598]}, {"id": "6003", "type": "Feature", "properties": {"id": "us2000ahy6", "mag": 4.4, "time": 1504855839640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7956, 15.6082, 34.65]}, "bbox": [-94.7956, 15.6082, -94.7956, 15.6082]}, {"id": "6004", "type": "Feature", "properties": {"id": "us2000arrn", "mag": 4.1, "time": 1504855556590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2068, 15.1108, 51.65]}, "bbox": [-94.2068, 15.1108, -94.2068, 15.1108]}, {"id": "6005", "type": "Feature", "properties": {"id": "us2000al71", "mag": 3.0, "time": 1504855456090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0677, 53.8832, 50.9]}, "bbox": [-164.0677, 53.8832, -164.0677, 53.8832]}, {"id": "6006", "type": "Feature", "properties": {"id": "ak16778144", "mag": 3.2, "time": 1504855447301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.611, 66.2631, 33.8]}, "bbox": [-135.611, 66.2631, -135.611, 66.2631]}, {"id": "6007", "type": "Feature", "properties": {"id": "us2000arri", "mag": 4.2, "time": 1504855233030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 15.126, 35.68]}, "bbox": [-94.9743, 15.126, -94.9743, 15.126]}, {"id": "6008", "type": "Feature", "properties": {"id": "nc72888356", "mag": 1.89, "time": 1504854775740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3305, 41.068, 11.84]}, "bbox": [-121.3305, 41.068, -121.3305, 41.068]}, {"id": "6009", "type": "Feature", "properties": {"id": "mb80253029", "mag": 1.45, "time": 1504854704970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.500667, 45.881, 8.81]}, "bbox": [-111.500667, 45.881, -111.500667, 45.881]}, {"id": "6010", "type": "Feature", "properties": {"id": "ak16778123", "mag": 2.3, "time": 1504854630925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7701, 57.7458, 12.0]}, "bbox": [-142.7701, 57.7458, -142.7701, 57.7458]}, {"id": "6011", "type": "Feature", "properties": {"id": "nc72888351", "mag": 1.26, "time": 1504854591960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.882167, 37.522833, -2.2]}, "bbox": [-118.882167, 37.522833, -118.882167, 37.522833]}, {"id": "6012", "type": "Feature", "properties": {"id": "hv61901091", "mag": 1.09, "time": 1504854245900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.447167, 19.4775, 2.47]}, "bbox": [-155.447167, 19.4775, -155.447167, 19.4775]}, {"id": "6013", "type": "Feature", "properties": {"id": "us2000ay45", "mag": 4.2, "time": 1504854208800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7971, 14.6019, 44.25]}, "bbox": [-94.7971, 14.6019, -94.7971, 14.6019]}, {"id": "6014", "type": "Feature", "properties": {"id": "us2000ahxm", "mag": 4.2, "time": 1504854069790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8774, 14.8705, 34.98]}, "bbox": [-93.8774, 14.8705, -93.8774, 14.8705]}, {"id": "6015", "type": "Feature", "properties": {"id": "us2000ay43", "mag": 4.1, "time": 1504853757100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8976, 15.4459, 61.28]}, "bbox": [-94.8976, 15.4459, -94.8976, 15.4459]}, {"id": "6016", "type": "Feature", "properties": {"id": "us2000ahxh", "mag": 3.6, "time": 1504853614760, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9507, 36.9956, 6.27]}, "bbox": [-104.9507, 36.9956, -104.9507, 36.9956]}, {"id": "6017", "type": "Feature", "properties": {"id": "ak16821851", "mag": 1.1, "time": 1504853435000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2544, 63.717, 83.4]}, "bbox": [-148.2544, 63.717, -148.2544, 63.717]}, {"id": "6018", "type": "Feature", "properties": {"id": "nc72888336", "mag": 0.98, "time": 1504853065280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.982833, 37.5425, 1.67]}, "bbox": [-118.982833, 37.5425, -118.982833, 37.5425]}, {"id": "6019", "type": "Feature", "properties": {"id": "ak16777966", "mag": 1.3, "time": 1504853023023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.715, 63.9895, 0.0]}, "bbox": [-148.715, 63.9895, -148.715, 63.9895]}, {"id": "6020", "type": "Feature", "properties": {"id": "us2000arut", "mag": 4.2, "time": 1504852684440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2381, 15.5108, 43.98]}, "bbox": [-94.2381, 15.5108, -94.2381, 15.5108]}, {"id": "6021", "type": "Feature", "properties": {"id": "ci37757623", "mag": 0.96, "time": 1504852586240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789, 33.501333, 5.44]}, "bbox": [-116.789, 33.501333, -116.789, 33.501333]}, {"id": "6022", "type": "Feature", "properties": {"id": "us2000arr6", "mag": 4.2, "time": 1504852477520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3508, 15.2654, 45.29]}, "bbox": [-94.3508, 15.2654, -94.3508, 15.2654]}, {"id": "6023", "type": "Feature", "properties": {"id": "nc72888331", "mag": 1.19, "time": 1504852408190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.759167, 1.73]}, "bbox": [-122.736, 38.759167, -122.736, 38.759167]}, {"id": "6024", "type": "Feature", "properties": {"id": "us2000arr7", "mag": 4.0, "time": 1504852398530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7954, 14.8479, 70.92]}, "bbox": [-93.7954, 14.8479, -93.7954, 14.8479]}, {"id": "6025", "type": "Feature", "properties": {"id": "nn00604169", "mag": 1.2, "time": 1504852379590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2104, 36.4921, 0.0]}, "bbox": [-116.2104, 36.4921, -116.2104, 36.4921]}, {"id": "6026", "type": "Feature", "properties": {"id": "us2000ahxc", "mag": 4.7, "time": 1504852332790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.8455, 72.6309, 10.0]}, "bbox": [3.8455, 72.6309, 3.8455, 72.6309]}, {"id": "6027", "type": "Feature", "properties": {"id": "nc72888321", "mag": 1.8, "time": 1504852052730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8065, 38.792167, 2.94]}, "bbox": [-122.8065, 38.792167, -122.8065, 38.792167]}, {"id": "6028", "type": "Feature", "properties": {"id": "us2000ahx3", "mag": 4.3, "time": 1504851979140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.627, 15.4476, 46.76]}, "bbox": [-94.627, 15.4476, -94.627, 15.4476]}, {"id": "6029", "type": "Feature", "properties": {"id": "ak16777937", "mag": 2.1, "time": 1504851258875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4392, 60.165, 78.3]}, "bbox": [-152.4392, 60.165, -152.4392, 60.165]}, {"id": "6030", "type": "Feature", "properties": {"id": "us2000arr1", "mag": 4.3, "time": 1504851196580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9103, 15.3461, 69.88]}, "bbox": [-93.9103, 15.3461, -93.9103, 15.3461]}, {"id": "6031", "type": "Feature", "properties": {"id": "ak16821848", "mag": 1.5, "time": 1504851158790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7947, 60.1163, 106.0]}, "bbox": [-152.7947, 60.1163, -152.7947, 60.1163]}, {"id": "6032", "type": "Feature", "properties": {"id": "us2000ahwt", "mag": 4.6, "time": 1504850928420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5535, 15.437, 48.5]}, "bbox": [-94.5535, 15.437, -94.5535, 15.437]}, {"id": "6033", "type": "Feature", "properties": {"id": "us2000arr4", "mag": 4.3, "time": 1504850711370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9041, 15.1749, 40.34]}, "bbox": [-94.9041, 15.1749, -94.9041, 15.1749]}, {"id": "6034", "type": "Feature", "properties": {"id": "ak16777931", "mag": 1.3, "time": 1504850655355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0257, 67.0569, 3.6]}, "bbox": [-156.0257, 67.0569, -156.0257, 67.0569]}, {"id": "6035", "type": "Feature", "properties": {"id": "us2000arr2", "mag": 4.2, "time": 1504850627530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1989, 15.0884, 40.99]}, "bbox": [-95.1989, 15.0884, -95.1989, 15.0884]}, {"id": "6036", "type": "Feature", "properties": {"id": "us2000arrk", "mag": 4.2, "time": 1504850557880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7531, 15.4362, 36.4]}, "bbox": [-94.7531, 15.4362, -94.7531, 15.4362]}, {"id": "6037", "type": "Feature", "properties": {"id": "nc72888301", "mag": 1.87, "time": 1504850251760, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.820667, 3.26]}, "bbox": [-122.802333, 38.820667, -122.802333, 38.820667]}, {"id": "6038", "type": "Feature", "properties": {"id": "us2000ahwk", "mag": 4.6, "time": 1504850223990, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1219, 15.2941, 54.75]}, "bbox": [-94.1219, 15.2941, -94.1219, 15.2941]}, {"id": "6039", "type": "Feature", "properties": {"id": "us2000ahx1", "mag": 4.3, "time": 1504850059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9647, 15.304, 72.81]}, "bbox": [-93.9647, 15.304, -93.9647, 15.304]}, {"id": "6040", "type": "Feature", "properties": {"id": "us2000ay3u", "mag": 4.2, "time": 1504849825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.712, 15.4284, 47.14]}, "bbox": [-94.712, 15.4284, -94.712, 15.4284]}, {"id": "6041", "type": "Feature", "properties": {"id": "nc72888296", "mag": 1.15, "time": 1504849761840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.847667, 0.54]}, "bbox": [-122.800667, 38.847667, -122.800667, 38.847667]}, {"id": "6042", "type": "Feature", "properties": {"id": "us2000ay3t", "mag": 4.4, "time": 1504849737970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8795, 15.668, 47.2]}, "bbox": [-94.8795, 15.668, -94.8795, 15.668]}, {"id": "6043", "type": "Feature", "properties": {"id": "nc72888271", "mag": 1.56, "time": 1504849628820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.846333, 0.64]}, "bbox": [-122.8005, 38.846333, -122.8005, 38.846333]}, {"id": "6044", "type": "Feature", "properties": {"id": "nc72888266", "mag": 1.02, "time": 1504849513230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801666, 38.847332, 0.61]}, "bbox": [-122.801666, 38.847332, -122.801666, 38.847332]}, {"id": "6045", "type": "Feature", "properties": {"id": "us2000ahw5", "mag": 5.0, "time": 1504849467850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7228, 15.5333, 34.69]}, "bbox": [-94.7228, 15.5333, -94.7228, 15.5333]}, {"id": "6046", "type": "Feature", "properties": {"id": "us2000arr3", "mag": 4.3, "time": 1504849426720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0216, 15.4454, 53.87]}, "bbox": [-94.0216, 15.4454, -94.0216, 15.4454]}, {"id": "6047", "type": "Feature", "properties": {"id": "nc72888261", "mag": 0.99, "time": 1504849348500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.761002, 38.832501, 0.49]}, "bbox": [-122.761002, 38.832501, -122.761002, 38.832501]}, {"id": "6048", "type": "Feature", "properties": {"id": "nn00604165", "mag": 2.1, "time": 1504849234193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9828, 37.2854, 2.6]}, "bbox": [-114.9828, 37.2854, -114.9828, 37.2854]}, {"id": "6049", "type": "Feature", "properties": {"id": "us2000arr0", "mag": 4.9, "time": 1504849156050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9438, 15.1471, 68.27]}, "bbox": [-93.9438, 15.1471, -93.9438, 15.1471]}, {"id": "6050", "type": "Feature", "properties": {"id": "us2000ay3s", "mag": 4.7, "time": 1504849019590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8391, 15.6629, 60.73]}, "bbox": [-94.8391, 15.6629, -94.8391, 15.6629]}, {"id": "6051", "type": "Feature", "properties": {"id": "us2000arux", "mag": 5.1, "time": 1504848867960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0987, 14.9089, 42.35]}, "bbox": [-94.0987, 14.9089, -94.0987, 14.9089]}, {"id": "6052", "type": "Feature", "properties": {"id": "us2000ai3y", "mag": 2.5, "time": 1504848837100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4714, 36.5024, 6.91]}, "bbox": [-98.4714, 36.5024, -98.4714, 36.5024]}, {"id": "6053", "type": "Feature", "properties": {"id": "us2000ahvy", "mag": 5.2, "time": 1504848817820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4082, 15.2843, 45.81]}, "bbox": [-94.4082, 15.2843, -94.4082, 15.2843]}, {"id": "6054", "type": "Feature", "properties": {"id": "us2000arqy", "mag": 4.6, "time": 1504848547140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9331, 15.1504, 39.51]}, "bbox": [-93.9331, 15.1504, -93.9331, 15.1504]}, {"id": "6055", "type": "Feature", "properties": {"id": "nc72888241", "mag": 1.03, "time": 1504848340890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.847832, 0.49]}, "bbox": [-122.800835, 38.847832, -122.800835, 38.847832]}, {"id": "6056", "type": "Feature", "properties": {"id": "us2000ahvs", "mag": 5.2, "time": 1504848276840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5946, 15.2029, 49.18]}, "bbox": [-94.5946, 15.2029, -94.5946, 15.2029]}, {"id": "6057", "type": "Feature", "properties": {"id": "nc72888226", "mag": 1.48, "time": 1504848105550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.848167, 0.48]}, "bbox": [-122.802, 38.848167, -122.802, 38.848167]}, {"id": "6058", "type": "Feature", "properties": {"id": "nn00604164", "mag": 1.9, "time": 1504848096515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8669, 37.2911, 8.9]}, "bbox": [-115.8669, 37.2911, -115.8669, 37.2911]}, {"id": "6059", "type": "Feature", "properties": {"id": "us2000ay3q", "mag": 4.8, "time": 1504848059390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6096, 15.9617, 41.51]}, "bbox": [-94.6096, 15.9617, -94.6096, 15.9617]}, {"id": "6060", "type": "Feature", "properties": {"id": "us2000ahvc", "mag": 5.3, "time": 1504847863090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5672, 15.5726, 51.13]}, "bbox": [-94.5672, 15.5726, -94.5672, 15.5726]}, {"id": "6061", "type": "Feature", "properties": {"id": "nc71107624", "mag": 2.16, "time": 1504847827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.752167, 39.287167, 10.78]}, "bbox": [-122.752167, 39.287167, -122.752167, 39.287167]}, {"id": "6062", "type": "Feature", "properties": {"id": "nc72888211", "mag": 1.01, "time": 1504847761210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.848667, 6.01]}, "bbox": [-122.765663, 38.848667, -122.765663, 38.848667]}, {"id": "6063", "type": "Feature", "properties": {"id": "nc72888201", "mag": 1.17, "time": 1504847709790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80883, 38.829666, 0.99]}, "bbox": [-122.80883, 38.829666, -122.80883, 38.829666]}, {"id": "6064", "type": "Feature", "properties": {"id": "pr2017251000", "mag": 3.73, "time": 1504847643290, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2905, 19.3283, 52.0]}, "bbox": [-68.2905, 19.3283, -68.2905, 19.3283]}, {"id": "6065", "type": "Feature", "properties": {"id": "us2000arqw", "mag": 4.8, "time": 1504847625230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8789, 15.4565, 61.03]}, "bbox": [-93.8789, 15.4565, -93.8789, 15.4565]}, {"id": "6066", "type": "Feature", "properties": {"id": "us2000arqv", "mag": 5.0, "time": 1504847479550, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5159, 2.4289, 235.24]}, "bbox": [128.5159, 2.4289, 128.5159, 2.4289]}, {"id": "6067", "type": "Feature", "properties": {"id": "nc71107629", "mag": 1.35, "time": 1504847454920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805833, 38.815333, 2.23]}, "bbox": [-122.805833, 38.815333, -122.805833, 38.815333]}, {"id": "6068", "type": "Feature", "properties": {"id": "nc72888186", "mag": 1.45, "time": 1504847378350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.766, 38.8255, 0.39]}, "bbox": [-122.766, 38.8255, -122.766, 38.8255]}, {"id": "6069", "type": "Feature", "properties": {"id": "nc72888181", "mag": 2.28, "time": 1504847361610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7555, 38.775667, 0.02]}, "bbox": [-122.7555, 38.775667, -122.7555, 38.775667]}, {"id": "6070", "type": "Feature", "properties": {"id": "nc72888171", "mag": 1.83, "time": 1504847323920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7715, 38.817333, -0.11]}, "bbox": [-122.7715, 38.817333, -122.7715, 38.817333]}, {"id": "6071", "type": "Feature", "properties": {"id": "nc71107399", "mag": 1.12, "time": 1504847319000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771167, 38.819333, -0.31]}, "bbox": [-122.771167, 38.819333, -122.771167, 38.819333]}, {"id": "6072", "type": "Feature", "properties": {"id": "nc72888156", "mag": 1.24, "time": 1504847297950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.556, 38.807, 15.91]}, "bbox": [-122.556, 38.807, -122.556, 38.807]}, {"id": "6073", "type": "Feature", "properties": {"id": "nc72888151", "mag": 1.36, "time": 1504847289840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.822, 1.41]}, "bbox": [-122.806, 38.822, -122.806, 38.822]}, {"id": "6074", "type": "Feature", "properties": {"id": "nc72888176", "mag": 1.79, "time": 1504847279970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739667, 38.774, -0.49]}, "bbox": [-122.739667, 38.774, -122.739667, 38.774]}, {"id": "6075", "type": "Feature", "properties": {"id": "nc72888146", "mag": 2.3, "time": 1504847258860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817833, 38.815167, 0.34]}, "bbox": [-122.817833, 38.815167, -122.817833, 38.815167]}, {"id": "6076", "type": "Feature", "properties": {"id": "nc72888141", "mag": 2.42, "time": 1504847223340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.83, 1.81]}, "bbox": [-122.800667, 38.83, -122.800667, 38.83]}, {"id": "6077", "type": "Feature", "properties": {"id": "us2000ahv7", "mag": 5.7, "time": 1504846893100, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2707, 15.1746, 35.87]}, "bbox": [-94.2707, 15.1746, -94.2707, 15.1746]}, {"id": "6078", "type": "Feature", "properties": {"id": "ak16777708", "mag": 1.1, "time": 1504846594461, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0631, 61.4229, 6.8]}, "bbox": [-151.0631, 61.4229, -151.0631, 61.4229]}, {"id": "6079", "type": "Feature", "properties": {"id": "mb80252994", "mag": 1.72, "time": 1504846249390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.541833, 46.857167, 12.55]}, "bbox": [-112.541833, 46.857167, -112.541833, 46.857167]}, {"id": "6080", "type": "Feature", "properties": {"id": "us2000ahv0", "mag": 8.1, "time": 1504846160000, "felt": 2494.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-93.9067, 15.0356, 56.67]}, "bbox": [-93.9067, 15.0356, -93.9067, 15.0356]}, {"id": "6081", "type": "Feature", "properties": {"id": "us2000ai6a", "mag": 2.5, "time": 1504846040410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.4753, 53.7845, 22.98]}, "bbox": [-163.4753, 53.7845, -163.4753, 53.7845]}, {"id": "6082", "type": "Feature", "properties": {"id": "nc72888131", "mag": 1.2, "time": 1504845594500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.463833, -1.37]}, "bbox": [-118.8105, 37.463833, -118.8105, 37.463833]}, {"id": "6083", "type": "Feature", "properties": {"id": "ak16821844", "mag": 2.0, "time": 1504845256450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.621, 51.2706, 13.2]}, "bbox": [178.621, 51.2706, 178.621, 51.2706]}, {"id": "6084", "type": "Feature", "properties": {"id": "ci37757591", "mag": 1.24, "time": 1504844674340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.899167, 34.321833, 9.91]}, "bbox": [-116.899167, 34.321833, -116.899167, 34.321833]}, {"id": "6085", "type": "Feature", "properties": {"id": "ak16821842", "mag": 2.0, "time": 1504843966513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0405, 51.3724, 44.9]}, "bbox": [179.0405, 51.3724, 179.0405, 51.3724]}, {"id": "6086", "type": "Feature", "properties": {"id": "ak16821841", "mag": 2.4, "time": 1504843627204, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0538, 52.2197, 10.6]}, "bbox": [-165.0538, 52.2197, -165.0538, 52.2197]}, {"id": "6087", "type": "Feature", "properties": {"id": "ak16821840", "mag": 1.4, "time": 1504843458180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7807, 61.7731, 61.9]}, "bbox": [-150.7807, 61.7731, -150.7807, 61.7731]}, {"id": "6088", "type": "Feature", "properties": {"id": "ak16821839", "mag": 1.1, "time": 1504843388032, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5616, 61.4081, 45.5]}, "bbox": [-149.5616, 61.4081, -149.5616, 61.4081]}, {"id": "6089", "type": "Feature", "properties": {"id": "ak16777570", "mag": 1.9, "time": 1504843130740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.812, 51.8664, 11.6]}, "bbox": [-173.812, 51.8664, -173.812, 51.8664]}, {"id": "6090", "type": "Feature", "properties": {"id": "ak16821837", "mag": 1.7, "time": 1504843122073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.717, 58.7435, 117.7]}, "bbox": [-154.717, 58.7435, -154.717, 58.7435]}, {"id": "6091", "type": "Feature", "properties": {"id": "ak16821836", "mag": 1.3, "time": 1504842507708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7323, 60.5323, 52.2]}, "bbox": [-150.7323, 60.5323, -150.7323, 60.5323]}, {"id": "6092", "type": "Feature", "properties": {"id": "ci37757551", "mag": 1.47, "time": 1504841647940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.496333, 3.33]}, "bbox": [-116.7945, 33.496333, -116.7945, 33.496333]}, {"id": "6093", "type": "Feature", "properties": {"id": "us2000ahus", "mag": 4.7, "time": 1504841042960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.0592, 52.1619, 10.0]}, "bbox": [-169.0592, 52.1619, -169.0592, 52.1619]}, {"id": "6094", "type": "Feature", "properties": {"id": "ak16777419", "mag": 1.0, "time": 1504839731548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.81, 64.7157, 15.2]}, "bbox": [-153.81, 64.7157, -153.81, 64.7157]}, {"id": "6095", "type": "Feature", "properties": {"id": "ak16777418", "mag": 2.4, "time": 1504839437977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7414, 52.1837, 13.2]}, "bbox": [-174.7414, 52.1837, -174.7414, 52.1837]}, {"id": "6096", "type": "Feature", "properties": {"id": "ak16821832", "mag": 2.4, "time": 1504839217735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2407, 52.3318, 38.5]}, "bbox": [-169.2407, 52.3318, -169.2407, 52.3318]}, {"id": "6097", "type": "Feature", "properties": {"id": "hv61900746", "mag": 2.1, "time": 1504839173590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.978833, 19.772, 43.163]}, "bbox": [-154.978833, 19.772, -154.978833, 19.772]}, {"id": "6098", "type": "Feature", "properties": {"id": "ismpkansas70234763", "mag": 1.85, "time": 1504838718270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887167, 37.203, 6.15]}, "bbox": [-97.887167, 37.203, -97.887167, 37.203]}, {"id": "6099", "type": "Feature", "properties": {"id": "ci37757519", "mag": 1.49, "time": 1504838267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.945167, 34.213667, 19.49]}, "bbox": [-118.945167, 34.213667, -118.945167, 34.213667]}, {"id": "6100", "type": "Feature", "properties": {"id": "us2000ahub", "mag": 4.3, "time": 1504837583700, "felt": 823.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.683, 36.6996, 6.073]}, "bbox": [-97.683, 36.6996, -97.683, 36.6996]}, {"id": "6101", "type": "Feature", "properties": {"id": "ak16777416", "mag": 1.3, "time": 1504836895690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6982, 63.5777, 11.7]}, "bbox": [-150.6982, 63.5777, -150.6982, 63.5777]}, {"id": "6102", "type": "Feature", "properties": {"id": "uw61304877", "mag": 1.15, "time": 1504836765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.568333, 48.699167, 3.29]}, "bbox": [-122.568333, 48.699167, -122.568333, 48.699167]}, {"id": "6103", "type": "Feature", "properties": {"id": "us2000ahu8", "mag": 3.7, "time": 1504836433340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4569, 42.6238, 5.0]}, "bbox": [-111.4569, 42.6238, -111.4569, 42.6238]}, {"id": "6104", "type": "Feature", "properties": {"id": "nc72888096", "mag": 2.03, "time": 1504835142230, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.053667, 37.835167, 7.59]}, "bbox": [-122.053667, 37.835167, -122.053667, 37.835167]}, {"id": "6105", "type": "Feature", "properties": {"id": "ak16821829", "mag": 1.5, "time": 1504834613166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7652, 67.5597, 6.1]}, "bbox": [-163.7652, 67.5597, -163.7652, 67.5597]}, {"id": "6106", "type": "Feature", "properties": {"id": "hv61900626", "mag": 2.91, "time": 1504833891990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.011833, 19.399333, 2.609]}, "bbox": [-155.011833, 19.399333, -155.011833, 19.399333]}], "bbox": [-179.9476, -60.0959, 179.9778, 79.5651]}, "cluster": true, "clusterMaxZoom": 14, "clusterMinPoints": 2, "clusterProperties": {"maxMag": ["max", ["get", "mag"]], "minMag": ["min", ["get", "mag"]]}, "clusterRadius": 50, "type": "geojson"}}, null]], ["addPopup", ["earthquake-circles", null, null]], ["fitBounds", [[-179.9476, -60.0959, 179.9778, 79.5651]]], ["setLayoutProperty", ["earthquake-circles", "visibility", "visible"]], ["setPaintProperty", ["earthquake-circles", "circle-opacity", 1.0]], ["addLayer", [{"id": "earthquake-clusters", "type": "circle", "filter": ["has", "point_count"], "paint": {"circle-color": ["step", ["get", "point_count"], "#51bbd6", 100, "#f1f075", 750, "#f28cb1"], "circle-radius": ["step", ["get", "point_count"], 20, 100, 30, 750, 40]}, "source": {"data": {"type": "FeatureCollection", "features": [{"id": "0", "type": "Feature", "properties": {"id": "ak16994521", "mag": 2.3, "time": 1507425650893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5129, 63.1016, 0.0]}, "bbox": [-151.5129, 63.1016, -151.5129, 63.1016]}, {"id": "1", "type": "Feature", "properties": {"id": "ak16994519", "mag": 1.7, "time": 1507425289659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4048, 63.1224, 105.5]}, "bbox": [-150.4048, 63.1224, -150.4048, 63.1224]}, {"id": "2", "type": "Feature", "properties": {"id": "ak16994517", "mag": 1.6, "time": 1507424832518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3597, 63.0781, 0.0]}, "bbox": [-151.3597, 63.0781, -151.3597, 63.0781]}, {"id": "3", "type": "Feature", "properties": {"id": "ci38021336", "mag": 1.42, "time": 1507423898710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.497, 34.299667, 7.64]}, "bbox": [-118.497, 34.299667, -118.497, 34.299667]}, {"id": "4", "type": "Feature", "properties": {"id": "us2000b2nn", "mag": 4.2, "time": 1507422626990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.6901, 12.0623, 46.41]}, "bbox": [-87.6901, 12.0623, -87.6901, 12.0623]}, {"id": "5", "type": "Feature", "properties": {"id": "ak16994510", "mag": 1.6, "time": 1507422449194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5053, 63.0719, 0.0]}, "bbox": [-151.5053, 63.0719, -151.5053, 63.0719]}, {"id": "6", "type": "Feature", "properties": {"id": "us2000b2nb", "mag": 4.6, "time": 1507420784440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4576, -20.2873, 614.26]}, "bbox": [-178.4576, -20.2873, -178.4576, -20.2873]}, {"id": "7", "type": "Feature", "properties": {"id": "ak16994298", "mag": 2.4, "time": 1507419370097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.789, 63.1725, 7.5]}, "bbox": [-148.789, 63.1725, -148.789, 63.1725]}, {"id": "8", "type": "Feature", "properties": {"id": "nc72905861", "mag": 1.39, "time": 1507418785100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.993164, 36.421833, 6.37]}, "bbox": [-120.993164, 36.421833, -120.993164, 36.421833]}, {"id": "9", "type": "Feature", "properties": {"id": "ci38021304", "mag": 1.11, "time": 1507418426010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0155, 33.656333, 12.37]}, "bbox": [-117.0155, 33.656333, -117.0155, 33.656333]}, {"id": "10", "type": "Feature", "properties": {"id": "ak16994293", "mag": 1.5, "time": 1507417256497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.512, 63.0879, 10.8]}, "bbox": [-151.512, 63.0879, -151.512, 63.0879]}, {"id": "11", "type": "Feature", "properties": {"id": "ak16994287", "mag": 2.0, "time": 1507413903714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4378, 63.0933, 0.0]}, "bbox": [-151.4378, 63.0933, -151.4378, 63.0933]}, {"id": "12", "type": "Feature", "properties": {"id": "ak16994285", "mag": 1.5, "time": 1507413670029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6538, 63.2272, 96.8]}, "bbox": [-149.6538, 63.2272, -149.6538, 63.2272]}, {"id": "13", "type": "Feature", "properties": {"id": "ak16994283", "mag": 1.4, "time": 1507413587442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5325, 63.0844, 0.0]}, "bbox": [-151.5325, 63.0844, -151.5325, 63.0844]}, {"id": "14", "type": "Feature", "properties": {"id": "ak16994280", "mag": 1.3, "time": 1507413266231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4752, 61.8518, 54.3]}, "bbox": [-149.4752, 61.8518, -149.4752, 61.8518]}, {"id": "15", "type": "Feature", "properties": {"id": "ak16994278", "mag": 1.8, "time": 1507413195076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8597, 61.6214, 50.0]}, "bbox": [-150.8597, 61.6214, -150.8597, 61.6214]}, {"id": "16", "type": "Feature", "properties": {"id": "ak16994274", "mag": 1.9, "time": 1507412827617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7142, 62.9656, 93.6]}, "bbox": [-149.7142, 62.9656, -149.7142, 62.9656]}, {"id": "17", "type": "Feature", "properties": {"id": "ak16994273", "mag": 1.2, "time": 1507411925999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2484, 61.2705, 69.1]}, "bbox": [-151.2484, 61.2705, -151.2484, 61.2705]}, {"id": "18", "type": "Feature", "properties": {"id": "ak16994270", "mag": 2.0, "time": 1507411814209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0732, 65.5942, 14.8]}, "bbox": [-152.0732, 65.5942, -152.0732, 65.5942]}, {"id": "19", "type": "Feature", "properties": {"id": "us2000b2ly", "mag": 4.1, "time": 1507411448780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.5445, 13.5146, 54.36]}, "bbox": [-90.5445, 13.5146, -90.5445, 13.5146]}, {"id": "20", "type": "Feature", "properties": {"id": "nc72905841", "mag": 1.38, "time": 1507411214450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819504, 37.605499, 4.14]}, "bbox": [-118.819504, 37.605499, -118.819504, 37.605499]}, {"id": "21", "type": "Feature", "properties": {"id": "nc72905836", "mag": 1.4, "time": 1507410206440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.930168, 37.636833, -0.71]}, "bbox": [-118.930168, 37.636833, -118.930168, 37.636833]}, {"id": "22", "type": "Feature", "properties": {"id": "ci38021272", "mag": 1.34, "time": 1507408122250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509167, 34.1555, 16.34]}, "bbox": [-117.509167, 34.1555, -117.509167, 34.1555]}, {"id": "23", "type": "Feature", "properties": {"id": "ci38021264", "mag": 1.0, "time": 1507407938100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.5115, 5.16]}, "bbox": [-116.792167, 33.5115, -116.792167, 33.5115]}, {"id": "24", "type": "Feature", "properties": {"id": "ak16993963", "mag": 1.4, "time": 1507407100665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9126, 63.1812, 150.4]}, "bbox": [-150.9126, 63.1812, -150.9126, 63.1812]}, {"id": "25", "type": "Feature", "properties": {"id": "hv61936851", "mag": 2.55, "time": 1507406278360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.078659, 19.374167, 2.15]}, "bbox": [-155.078659, 19.374167, -155.078659, 19.374167]}, {"id": "26", "type": "Feature", "properties": {"id": "ak16993960", "mag": 1.4, "time": 1507405129739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3106, 61.5726, 26.9]}, "bbox": [-147.3106, 61.5726, -147.3106, 61.5726]}, {"id": "27", "type": "Feature", "properties": {"id": "ak16993952", "mag": 1.7, "time": 1507403679922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5846, 60.2607, 34.2]}, "bbox": [-150.5846, 60.2607, -150.5846, 60.2607]}, {"id": "28", "type": "Feature", "properties": {"id": "ci38021224", "mag": 1.04, "time": 1507401391710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 34.254833, 18.27]}, "bbox": [-116.929, 34.254833, -116.929, 34.254833]}, {"id": "29", "type": "Feature", "properties": {"id": "ak16993752", "mag": 1.3, "time": 1507401212982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5065, 63.0847, 0.0]}, "bbox": [-151.5065, 63.0847, -151.5065, 63.0847]}, {"id": "30", "type": "Feature", "properties": {"id": "ak16993746", "mag": 1.3, "time": 1507399350671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8929, 63.5257, 3.3]}, "bbox": [-147.8929, 63.5257, -147.8929, 63.5257]}, {"id": "31", "type": "Feature", "properties": {"id": "us2000b2jk", "mag": 4.6, "time": 1507398878400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.7258, -18.9821, 195.22]}, "bbox": [-175.7258, -18.9821, -175.7258, -18.9821]}, {"id": "32", "type": "Feature", "properties": {"id": "ak16993741", "mag": 1.6, "time": 1507398797233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3473, 63.0775, 0.0]}, "bbox": [-151.3473, 63.0775, -151.3473, 63.0775]}, {"id": "33", "type": "Feature", "properties": {"id": "nc72905766", "mag": 2.64, "time": 1507397278960, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.137497, 36.579834, 7.72]}, "bbox": [-121.137497, 36.579834, -121.137497, 36.579834]}, {"id": "34", "type": "Feature", "properties": {"id": "ak16993738", "mag": 1.4, "time": 1507396778206, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1075, 61.8312, 71.7]}, "bbox": [-151.1075, 61.8312, -151.1075, 61.8312]}, {"id": "35", "type": "Feature", "properties": {"id": "ak16993736", "mag": 1.2, "time": 1507396542471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3769, 63.0621, 0.0]}, "bbox": [-151.3769, 63.0621, -151.3769, 63.0621]}, {"id": "36", "type": "Feature", "properties": {"id": "us2000b2ii", "mag": 4.3, "time": 1507395765330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8319, 16.7195, 58.84]}, "bbox": [-94.8319, 16.7195, -94.8319, 16.7195]}, {"id": "37", "type": "Feature", "properties": {"id": "uw61339006", "mag": 1.91, "time": 1507395622730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.689833, 47.049167, 5.38]}, "bbox": [-120.689833, 47.049167, -120.689833, 47.049167]}, {"id": "38", "type": "Feature", "properties": {"id": "ak16993732", "mag": 1.7, "time": 1507395602456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5283, 63.0785, 0.0]}, "bbox": [-151.5283, 63.0785, -151.5283, 63.0785]}, {"id": "39", "type": "Feature", "properties": {"id": "ak16993720", "mag": 2.5, "time": 1507394741482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6683, 60.7696, 67.1]}, "bbox": [-151.6683, 60.7696, -151.6683, 60.7696]}, {"id": "40", "type": "Feature", "properties": {"id": "ak16993714", "mag": 1.6, "time": 1507394402896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7591, 61.6478, 30.6]}, "bbox": [-149.7591, 61.6478, -149.7591, 61.6478]}, {"id": "41", "type": "Feature", "properties": {"id": "ak16993710", "mag": 1.5, "time": 1507393418705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3458, 63.0633, 0.0]}, "bbox": [-151.3458, 63.0633, -151.3458, 63.0633]}, {"id": "42", "type": "Feature", "properties": {"id": "ak16993699", "mag": 1.6, "time": 1507392875390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4669, 63.0675, 3.4]}, "bbox": [-151.4669, 63.0675, -151.4669, 63.0675]}, {"id": "43", "type": "Feature", "properties": {"id": "ak16993695", "mag": 1.3, "time": 1507392837463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5169, 63.083, 1.0]}, "bbox": [-151.5169, 63.083, -151.5169, 63.083]}, {"id": "44", "type": "Feature", "properties": {"id": "ak16993692", "mag": 2.3, "time": 1507392657193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4771, 63.0742, 4.3]}, "bbox": [-151.4771, 63.0742, -151.4771, 63.0742]}, {"id": "45", "type": "Feature", "properties": {"id": "ak16993486", "mag": 4.2, "time": 1507392435159, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.458, 63.1276, 14.9]}, "bbox": [-151.458, 63.1276, -151.458, 63.1276]}, {"id": "46", "type": "Feature", "properties": {"id": "us2000b2hz", "mag": 4.3, "time": 1507392287310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9686, 16.6087, 69.65]}, "bbox": [-94.9686, 16.6087, -94.9686, 16.6087]}, {"id": "47", "type": "Feature", "properties": {"id": "nc72905751", "mag": 1.21, "time": 1507391530870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023666, 37.605335, 1.97]}, "bbox": [-119.023666, 37.605335, -119.023666, 37.605335]}, {"id": "48", "type": "Feature", "properties": {"id": "ci38021056", "mag": 1.95, "time": 1507390783500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.493, 3.65]}, "bbox": [-116.793833, 33.493, -116.793833, 33.493]}, {"id": "49", "type": "Feature", "properties": {"id": "ci38021048", "mag": 1.02, "time": 1507388708760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.225, 34.0335, 0.39]}, "bbox": [-117.225, 34.0335, -117.225, 34.0335]}, {"id": "50", "type": "Feature", "properties": {"id": "ak16993303", "mag": 1.9, "time": 1507385638408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.2623, 0.9]}, "bbox": [-151.0033, 63.2623, -151.0033, 63.2623]}, {"id": "51", "type": "Feature", "properties": {"id": "us2000b2hc", "mag": 4.9, "time": 1507385606770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3179, -30.4302, 10.0]}, "bbox": [-177.3179, -30.4302, -177.3179, -30.4302]}, {"id": "52", "type": "Feature", "properties": {"id": "ak16993301", "mag": 2.1, "time": 1507383291943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1913, 58.5727, 85.2]}, "bbox": [-154.1913, 58.5727, -154.1913, 58.5727]}, {"id": "53", "type": "Feature", "properties": {"id": "uu60251607", "mag": 3.09, "time": 1507383200950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.140503, 38.030666, 7.29]}, "bbox": [-113.140503, 38.030666, -113.140503, 38.030666]}, {"id": "54", "type": "Feature", "properties": {"id": "nc72905716", "mag": 1.07, "time": 1507382878240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.789166, 2.09]}, "bbox": [-122.765663, 38.789166, -122.765663, 38.789166]}, {"id": "55", "type": "Feature", "properties": {"id": "nc72905711", "mag": 1.17, "time": 1507382428800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.678001, 37.621498, 4.39]}, "bbox": [-121.678001, 37.621498, -121.678001, 37.621498]}, {"id": "56", "type": "Feature", "properties": {"id": "ak16993140", "mag": 1.9, "time": 1507381096302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8813, 63.1738, 75.2]}, "bbox": [-148.8813, 63.1738, -148.8813, 63.1738]}, {"id": "57", "type": "Feature", "properties": {"id": "ak16993128", "mag": 1.6, "time": 1507378828395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.531, 61.7978, 14.8]}, "bbox": [-149.531, 61.7978, -149.531, 61.7978]}, {"id": "58", "type": "Feature", "properties": {"id": "hv61936621", "mag": 1.98, "time": 1507378497820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.423492, 19.223499, 34.62]}, "bbox": [-155.423492, 19.223499, -155.423492, 19.223499]}, {"id": "59", "type": "Feature", "properties": {"id": "ak16993119", "mag": 1.5, "time": 1507378014192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.8317, 59.7754, 0.0]}, "bbox": [-138.8317, 59.7754, -138.8317, 59.7754]}, {"id": "60", "type": "Feature", "properties": {"id": "nc72905681", "mag": 1.39, "time": 1507377675100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.8255, 2.24]}, "bbox": [-122.793999, 38.8255, -122.793999, 38.8255]}, {"id": "61", "type": "Feature", "properties": {"id": "hv61936531", "mag": 2.66, "time": 1507377140600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.32016, 19.338667, 4.3]}, "bbox": [-155.32016, 19.338667, -155.32016, 19.338667]}, {"id": "62", "type": "Feature", "properties": {"id": "ak16992960", "mag": 1.9, "time": 1507376759252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4264, 67.7636, 0.0]}, "bbox": [-158.4264, 67.7636, -158.4264, 67.7636]}, {"id": "63", "type": "Feature", "properties": {"id": "ak16992953", "mag": 2.1, "time": 1507376626801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5725, 59.8372, 0.0]}, "bbox": [-136.5725, 59.8372, -136.5725, 59.8372]}, {"id": "64", "type": "Feature", "properties": {"id": "us2000b2fz", "mag": 4.1, "time": 1507372645200, "felt": 103.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7814, -32.4981, 23.29]}, "bbox": [-71.7814, -32.4981, -71.7814, -32.4981]}, {"id": "65", "type": "Feature", "properties": {"id": "nn00608370", "mag": 1.3, "time": 1507370926907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9711, 36.3094, 7.8]}, "bbox": [-115.9711, 36.3094, -115.9711, 36.3094]}, {"id": "66", "type": "Feature", "properties": {"id": "ak16992628", "mag": 1.5, "time": 1507369548317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8046, 65.9499, 0.0]}, "bbox": [-163.8046, 65.9499, -163.8046, 65.9499]}, {"id": "67", "type": "Feature", "properties": {"id": "ak16992625", "mag": 1.4, "time": 1507369466929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8309, 63.376, 82.0]}, "bbox": [-147.8309, 63.376, -147.8309, 63.376]}, {"id": "68", "type": "Feature", "properties": {"id": "nc72905641", "mag": 1.22, "time": 1507368529650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.724167, 38.760334, 1.16]}, "bbox": [-122.724167, 38.760334, -122.724167, 38.760334]}, {"id": "69", "type": "Feature", "properties": {"id": "us2000b2fc", "mag": 5.1, "time": 1507368374110, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9778, -1.6647, 147.34]}, "bbox": [-77.9778, -1.6647, -77.9778, -1.6647]}, {"id": "70", "type": "Feature", "properties": {"id": "ak16992611", "mag": 2.1, "time": 1507366872675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3324, 62.9966, 88.4]}, "bbox": [-150.3324, 62.9966, -150.3324, 62.9966]}, {"id": "71", "type": "Feature", "properties": {"id": "ak16992607", "mag": 1.8, "time": 1507366536698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4858, 64.7593, 11.3]}, "bbox": [-146.4858, 64.7593, -146.4858, 64.7593]}, {"id": "72", "type": "Feature", "properties": {"id": "us2000b2et", "mag": 4.9, "time": 1507365487800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7469, -33.0092, 10.0]}, "bbox": [-177.7469, -33.0092, -177.7469, -33.0092]}, {"id": "73", "type": "Feature", "properties": {"id": "ak16992603", "mag": 2.2, "time": 1507364931625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8133, 59.8473, 0.0]}, "bbox": [-136.8133, 59.8473, -136.8133, 59.8473]}, {"id": "74", "type": "Feature", "properties": {"id": "ci38020960", "mag": 1.0, "time": 1507363084310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.673833, 33.904333, 35.76]}, "bbox": [-116.673833, 33.904333, -116.673833, 33.904333]}, {"id": "75", "type": "Feature", "properties": {"id": "hv61936261", "mag": 1.72, "time": 1507362853030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382172, 19.23, 34.41]}, "bbox": [-155.382172, 19.23, -155.382172, 19.23]}, {"id": "76", "type": "Feature", "properties": {"id": "ak16992451", "mag": 1.8, "time": 1507362228460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.427, 66.3947, 5.8]}, "bbox": [-153.427, 66.3947, -153.427, 66.3947]}, {"id": "77", "type": "Feature", "properties": {"id": "ci38020944", "mag": 1.0, "time": 1507362158010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.457667, 34.326, 2.73]}, "bbox": [-116.457667, 34.326, -116.457667, 34.326]}, {"id": "78", "type": "Feature", "properties": {"id": "mb80259564", "mag": 1.03, "time": 1507361004730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.865833, 9.91]}, "bbox": [-112.529833, 46.865833, -112.529833, 46.865833]}, {"id": "79", "type": "Feature", "properties": {"id": "nc72905606", "mag": 1.19, "time": 1507358854330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.791832, 38.834835, 1.65]}, "bbox": [-122.791832, 38.834835, -122.791832, 38.834835]}, {"id": "80", "type": "Feature", "properties": {"id": "nn00608387", "mag": 1.0, "time": 1507358249243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.405, 11.4]}, "bbox": [-118.9071, 38.405, -118.9071, 38.405]}, {"id": "81", "type": "Feature", "properties": {"id": "ci38020896", "mag": 1.89, "time": 1507358144340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.486833, 4.21]}, "bbox": [-116.793833, 33.486833, -116.793833, 33.486833]}, {"id": "82", "type": "Feature", "properties": {"id": "us2000b2dx", "mag": 4.5, "time": 1507357181260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.1291, -6.3628, 156.49]}, "bbox": [130.1291, -6.3628, 130.1291, -6.3628]}, {"id": "83", "type": "Feature", "properties": {"id": "se60208171", "mag": 2.4, "time": 1507353902490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.749833, 36.150333, 14.1]}, "bbox": [-83.749833, 36.150333, -83.749833, 36.150333]}, {"id": "84", "type": "Feature", "properties": {"id": "nc72905576", "mag": 1.77, "time": 1507352706600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.900833, 36.327168, 6.31]}, "bbox": [-120.900833, 36.327168, -120.900833, 36.327168]}, {"id": "85", "type": "Feature", "properties": {"id": "ak16992147", "mag": 1.4, "time": 1507351430424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0276, 62.5667, 0.0]}, "bbox": [-153.0276, 62.5667, -153.0276, 62.5667]}, {"id": "86", "type": "Feature", "properties": {"id": "ak16992146", "mag": 1.8, "time": 1507351047849, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.5063, 59.957, 0.0]}, "bbox": [-138.5063, 59.957, -138.5063, 59.957]}, {"id": "87", "type": "Feature", "properties": {"id": "nc72905556", "mag": 1.77, "time": 1507350586140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.834835, 1.77]}, "bbox": [-122.792, 38.834835, -122.792, 38.834835]}, {"id": "88", "type": "Feature", "properties": {"id": "mb80259559", "mag": 1.46, "time": 1507350177430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530833, 46.869333, 10.71]}, "bbox": [-112.530833, 46.869333, -112.530833, 46.869333]}, {"id": "89", "type": "Feature", "properties": {"id": "us2000b2d1", "mag": 4.7, "time": 1507347862040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.504, -16.7961, 178.13]}, "bbox": [-69.504, -16.7961, -69.504, -16.7961]}, {"id": "90", "type": "Feature", "properties": {"id": "nc72905531", "mag": 1.48, "time": 1507346675870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831169, 37.4585, 2.53]}, "bbox": [-118.831169, 37.4585, -118.831169, 37.4585]}, {"id": "91", "type": "Feature", "properties": {"id": "mb80259549", "mag": 1.08, "time": 1507345321240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516333, 46.8755, 11.43]}, "bbox": [-112.516333, 46.8755, -112.516333, 46.8755]}, {"id": "92", "type": "Feature", "properties": {"id": "nc72905521", "mag": 1.46, "time": 1507345267910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816666, 37.603832, 4.04]}, "bbox": [-118.816666, 37.603832, -118.816666, 37.603832]}, {"id": "93", "type": "Feature", "properties": {"id": "ci38020824", "mag": 2.12, "time": 1507344823940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.655333, 34.632, 5.34]}, "bbox": [-116.655333, 34.632, -116.655333, 34.632]}, {"id": "94", "type": "Feature", "properties": {"id": "ak16991857", "mag": 2.3, "time": 1507344587124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8808, 51.3254, 31.7]}, "bbox": [-177.8808, 51.3254, -177.8808, 51.3254]}, {"id": "95", "type": "Feature", "properties": {"id": "nn00608359", "mag": 1.1, "time": 1507344387447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1285, 37.4041, 0.5]}, "bbox": [-115.1285, 37.4041, -115.1285, 37.4041]}, {"id": "96", "type": "Feature", "properties": {"id": "nc72905511", "mag": 1.27, "time": 1507344302520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817169, 37.604168, 4.02]}, "bbox": [-118.817169, 37.604168, -118.817169, 37.604168]}, {"id": "97", "type": "Feature", "properties": {"id": "us2000b2cx", "mag": 4.9, "time": 1507343887900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.1471, -23.7671, 10.0]}, "bbox": [69.1471, -23.7671, 69.1471, -23.7671]}, {"id": "98", "type": "Feature", "properties": {"id": "nc72905496", "mag": 1.94, "time": 1507341324260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.101166, 40.842499, 6.01]}, "bbox": [-121.101166, 40.842499, -121.101166, 40.842499]}, {"id": "99", "type": "Feature", "properties": {"id": "us2000b2cc", "mag": 5.0, "time": 1507340745260, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.668, 1.1151, 7.01]}, "bbox": [132.668, 1.1151, 132.668, 1.1151]}, {"id": "100", "type": "Feature", "properties": {"id": "ci38020800", "mag": 1.46, "time": 1507340726000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.462667, 33.466333, 5.78]}, "bbox": [-116.462667, 33.466333, -116.462667, 33.466333]}, {"id": "101", "type": "Feature", "properties": {"id": "ak16991706", "mag": 1.7, "time": 1507339655320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2596, 60.2328, 0.0]}, "bbox": [-141.2596, 60.2328, -141.2596, 60.2328]}, {"id": "102", "type": "Feature", "properties": {"id": "ak16991711", "mag": 1.6, "time": 1507339653625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2013, 60.2021, 10.5]}, "bbox": [-141.2013, 60.2021, -141.2013, 60.2021]}, {"id": "103", "type": "Feature", "properties": {"id": "ak16991704", "mag": 1.7, "time": 1507338343941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7575, 62.4396, 50.8]}, "bbox": [-149.7575, 62.4396, -149.7575, 62.4396]}, {"id": "104", "type": "Feature", "properties": {"id": "ak16991697", "mag": 2.1, "time": 1507336466527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3178, 60.5797, 88.2]}, "bbox": [-152.3178, 60.5797, -152.3178, 60.5797]}, {"id": "105", "type": "Feature", "properties": {"id": "ci38020768", "mag": 1.56, "time": 1507336119080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460167, 34.3335, 2.89]}, "bbox": [-116.460167, 34.3335, -116.460167, 34.3335]}, {"id": "106", "type": "Feature", "properties": {"id": "ci38020760", "mag": 1.22, "time": 1507335982510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.468167, 34.333167, 2.87]}, "bbox": [-116.468167, 34.333167, -116.468167, 34.333167]}, {"id": "107", "type": "Feature", "properties": {"id": "ci38020752", "mag": 1.81, "time": 1507335765850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793, 33.490333, 4.58]}, "bbox": [-116.793, 33.490333, -116.793, 33.490333]}, {"id": "108", "type": "Feature", "properties": {"id": "ci38020744", "mag": 1.76, "time": 1507335646140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.566333, 35.339667, 7.86]}, "bbox": [-118.566333, 35.339667, -118.566333, 35.339667]}, {"id": "109", "type": "Feature", "properties": {"id": "us2000b2c0", "mag": 5.3, "time": 1507335391250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3171, -33.0297, 10.0]}, "bbox": [-178.3171, -33.0297, -178.3171, -33.0297]}, {"id": "110", "type": "Feature", "properties": {"id": "nc72905461", "mag": 1.16, "time": 1507333007350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795998, 38.826, 2.32]}, "bbox": [-122.795998, 38.826, -122.795998, 38.826]}, {"id": "111", "type": "Feature", "properties": {"id": "nn00608334", "mag": 1.1, "time": 1507331333919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1247, 37.3789, 8.2]}, "bbox": [-117.1247, 37.3789, -117.1247, 37.3789]}, {"id": "112", "type": "Feature", "properties": {"id": "ak16991557", "mag": 1.4, "time": 1507331263084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2293, 64.9749, 0.0]}, "bbox": [-147.2293, 64.9749, -147.2293, 64.9749]}, {"id": "113", "type": "Feature", "properties": {"id": "us2000b2ba", "mag": 4.4, "time": 1507331102840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.3636, -10.0109, 10.0]}, "bbox": [152.3636, -10.0109, 152.3636, -10.0109]}, {"id": "114", "type": "Feature", "properties": {"id": "us2000b2b9", "mag": 4.2, "time": 1507331091160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [73.3529, 39.6124, 10.0]}, "bbox": [73.3529, 39.6124, 73.3529, 39.6124]}, {"id": "115", "type": "Feature", "properties": {"id": "ak16991437", "mag": 2.0, "time": 1507330383962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4583, 60.3395, 72.9]}, "bbox": [-152.4583, 60.3395, -152.4583, 60.3395]}, {"id": "116", "type": "Feature", "properties": {"id": "us2000b2av", "mag": 4.3, "time": 1507329021540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.9649, 43.0121, 217.94]}, "bbox": [138.9649, 43.0121, 138.9649, 43.0121]}, {"id": "117", "type": "Feature", "properties": {"id": "nn00608329", "mag": 1.3, "time": 1507328136999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1198, 37.3861, 8.7]}, "bbox": [-117.1198, 37.3861, -117.1198, 37.3861]}, {"id": "118", "type": "Feature", "properties": {"id": "ci38020720", "mag": 1.45, "time": 1507327306610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.955667, 34.34, -0.29]}, "bbox": [-116.955667, 34.34, -116.955667, 34.34]}, {"id": "119", "type": "Feature", "properties": {"id": "uw61338531", "mag": 1.37, "time": 1507326914640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.991667, 46.572333, -0.3]}, "bbox": [-122.991667, 46.572333, -122.991667, 46.572333]}, {"id": "120", "type": "Feature", "properties": {"id": "nn00608354", "mag": 1.0, "time": 1507326343697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.747, 39.8477, 10.0]}, "bbox": [-120.747, 39.8477, -120.747, 39.8477]}, {"id": "121", "type": "Feature", "properties": {"id": "nc72905451", "mag": 1.47, "time": 1507326329600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.753833, 39.8485, 6.72]}, "bbox": [-120.753833, 39.8485, -120.753833, 39.8485]}, {"id": "122", "type": "Feature", "properties": {"id": "nc72905441", "mag": 1.23, "time": 1507325408690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127, 36.566667, 9.16]}, "bbox": [-121.127, 36.566667, -121.127, 36.566667]}, {"id": "123", "type": "Feature", "properties": {"id": "us2000b29t", "mag": 4.5, "time": 1507325144410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.6471, 17.7456, 196.33]}, "bbox": [145.6471, 17.7456, 145.6471, 17.7456]}, {"id": "124", "type": "Feature", "properties": {"id": "us2000b2ab", "mag": 2.6, "time": 1507324395860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8949, 32.7663, 5.0]}, "bbox": [-108.8949, 32.7663, -108.8949, 32.7663]}, {"id": "125", "type": "Feature", "properties": {"id": "nc72905436", "mag": 1.41, "time": 1507323505830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.155667, 36.5565, 6.94]}, "bbox": [-121.155667, 36.5565, -121.155667, 36.5565]}, {"id": "126", "type": "Feature", "properties": {"id": "ci38020712", "mag": 1.19, "time": 1507323492150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.991, 32.578667, 2.62]}, "bbox": [-116.991, 32.578667, -116.991, 32.578667]}, {"id": "127", "type": "Feature", "properties": {"id": "us2000b289", "mag": 2.4, "time": 1507321230800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7321, 36.481, 5.37]}, "bbox": [-98.7321, 36.481, -98.7321, 36.481]}, {"id": "128", "type": "Feature", "properties": {"id": "nc72905431", "mag": 1.0, "time": 1507321021480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.178833, 38.107, -0.02]}, "bbox": [-122.178833, 38.107, -122.178833, 38.107]}, {"id": "129", "type": "Feature", "properties": {"id": "ak16991182", "mag": 1.0, "time": 1507320721326, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1644, 62.2007, 15.5]}, "bbox": [-148.1644, 62.2007, -148.1644, 62.2007]}, {"id": "130", "type": "Feature", "properties": {"id": "ak16991178", "mag": 1.8, "time": 1507320357991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5804, 63.1717, 121.4]}, "bbox": [-150.5804, 63.1717, -150.5804, 63.1717]}, {"id": "131", "type": "Feature", "properties": {"id": "nc72905426", "mag": 1.24, "time": 1507320241050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.688667, 37.5335, 6.91]}, "bbox": [-121.688667, 37.5335, -121.688667, 37.5335]}, {"id": "132", "type": "Feature", "properties": {"id": "ci38020680", "mag": 1.5, "time": 1507320090270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.516, 33.860833, 0.62]}, "bbox": [-117.516, 33.860833, -117.516, 33.860833]}, {"id": "133", "type": "Feature", "properties": {"id": "ak16991069", "mag": 1.8, "time": 1507318145350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6965, 59.7754, 0.0]}, "bbox": [-136.6965, 59.7754, -136.6965, 59.7754]}, {"id": "134", "type": "Feature", "properties": {"id": "us2000b27a", "mag": 2.4, "time": 1507317641850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.2269, 36.6265, 5.07]}, "bbox": [-98.2269, 36.6265, -98.2269, 36.6265]}, {"id": "135", "type": "Feature", "properties": {"id": "ak16991058", "mag": 2.6, "time": 1507317554328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3172, 63.6837, 3.7]}, "bbox": [-146.3172, 63.6837, -146.3172, 63.6837]}, {"id": "136", "type": "Feature", "properties": {"id": "ci38020656", "mag": 1.03, "time": 1507317548410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.646667, 36.148333, 0.93]}, "bbox": [-117.646667, 36.148333, -117.646667, 36.148333]}, {"id": "137", "type": "Feature", "properties": {"id": "ci38020648", "mag": 1.08, "time": 1507317476900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1915, 35.0025, -0.87]}, "bbox": [-118.1915, 35.0025, -118.1915, 35.0025]}, {"id": "138", "type": "Feature", "properties": {"id": "nc72905416", "mag": 1.19, "time": 1507317386760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457667, -0.31]}, "bbox": [-118.803333, 37.457667, -118.803333, 37.457667]}, {"id": "139", "type": "Feature", "properties": {"id": "uw61338426", "mag": 1.65, "time": 1507316609360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7105, 43.553333, 7.02]}, "bbox": [-121.7105, 43.553333, -121.7105, 43.553333]}, {"id": "140", "type": "Feature", "properties": {"id": "mb80259489", "mag": 1.66, "time": 1507316359200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.477167, 45.9945, -2.0]}, "bbox": [-112.477167, 45.9945, -112.477167, 45.9945]}, {"id": "141", "type": "Feature", "properties": {"id": "ci38020624", "mag": 1.22, "time": 1507316271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362, 32.941333, 10.15]}, "bbox": [-116.362, 32.941333, -116.362, 32.941333]}, {"id": "142", "type": "Feature", "properties": {"id": "ak16991011", "mag": 2.0, "time": 1507315584886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9279, 62.7834, 4.5]}, "bbox": [-148.9279, 62.7834, -148.9279, 62.7834]}, {"id": "143", "type": "Feature", "properties": {"id": "us2000b26p", "mag": 4.7, "time": 1507315424010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [68.9568, -49.2119, 13.54]}, "bbox": [68.9568, -49.2119, 68.9568, -49.2119]}, {"id": "144", "type": "Feature", "properties": {"id": "uu60251447", "mag": 2.18, "time": 1507314096180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.633167, 4.91]}, "bbox": [-111.457, 42.633167, -111.457, 42.633167]}, {"id": "145", "type": "Feature", "properties": {"id": "nc72905411", "mag": 1.24, "time": 1507313481610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.962333, 37.920333, -0.33]}, "bbox": [-121.962333, 37.920333, -121.962333, 37.920333]}, {"id": "146", "type": "Feature", "properties": {"id": "us2000b260", "mag": 4.4, "time": 1507311862190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [86.7487, 30.0165, 10.0]}, "bbox": [86.7487, 30.0165, 86.7487, 30.0165]}, {"id": "147", "type": "Feature", "properties": {"id": "ci38020552", "mag": 1.28, "time": 1507311788210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351667, 35.052833, -1.01]}, "bbox": [-118.351667, 35.052833, -118.351667, 35.052833]}, {"id": "148", "type": "Feature", "properties": {"id": "us2000b25h", "mag": 5.5, "time": 1507311683180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-15.5503, -35.3171, 10.0]}, "bbox": [-15.5503, -35.3171, -15.5503, -35.3171]}, {"id": "149", "type": "Feature", "properties": {"id": "ak16990870", "mag": 1.8, "time": 1507310931075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9372, 62.1214, 48.9]}, "bbox": [-149.9372, 62.1214, -149.9372, 62.1214]}, {"id": "150", "type": "Feature", "properties": {"id": "nn00608306", "mag": 1.9, "time": 1507310059424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6177, 38.5802, 5.9]}, "bbox": [-118.6177, 38.5802, -118.6177, 38.5802]}, {"id": "151", "type": "Feature", "properties": {"id": "us2000b24c", "mag": 4.6, "time": 1507309684550, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7841, 37.4191, 31.5]}, "bbox": [143.7841, 37.4191, 143.7841, 37.4191]}, {"id": "152", "type": "Feature", "properties": {"id": "mb80259479", "mag": 1.25, "time": 1507309316470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5305, 46.867167, 12.62]}, "bbox": [-112.5305, 46.867167, -112.5305, 46.867167]}, {"id": "153", "type": "Feature", "properties": {"id": "uu60251412", "mag": 2.1, "time": 1507308318150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460333, 42.602667, 6.75]}, "bbox": [-111.460333, 42.602667, -111.460333, 42.602667]}, {"id": "154", "type": "Feature", "properties": {"id": "nc72905346", "mag": 2.33, "time": 1507308237260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457333, 0.99]}, "bbox": [-118.803333, 37.457333, -118.803333, 37.457333]}, {"id": "155", "type": "Feature", "properties": {"id": "ci38020512", "mag": 1.61, "time": 1507308155060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 35.633833, 6.15]}, "bbox": [-116.2815, 35.633833, -116.2815, 35.633833]}, {"id": "156", "type": "Feature", "properties": {"id": "ci38020480", "mag": 1.04, "time": 1507307612510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.314167, 34.0145, 2.75]}, "bbox": [-116.314167, 34.0145, -116.314167, 34.0145]}, {"id": "157", "type": "Feature", "properties": {"id": "ak16990671", "mag": 1.6, "time": 1507307067130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0099, 66.2332, 1.8]}, "bbox": [-150.0099, 66.2332, -150.0099, 66.2332]}, {"id": "158", "type": "Feature", "properties": {"id": "nc72905326", "mag": 1.17, "time": 1507305678060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.706, 38.783667, 2.5]}, "bbox": [-122.706, 38.783667, -122.706, 38.783667]}, {"id": "159", "type": "Feature", "properties": {"id": "mb80259459", "mag": 0.95, "time": 1507305300890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5315, 46.8575, 12.4]}, "bbox": [-112.5315, 46.8575, -112.5315, 46.8575]}, {"id": "160", "type": "Feature", "properties": {"id": "ci38020408", "mag": 1.2, "time": 1507302977930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019833, 33.876, -0.6]}, "bbox": [-117.019833, 33.876, -117.019833, 33.876]}, {"id": "161", "type": "Feature", "properties": {"id": "ak16990501", "mag": 2.8, "time": 1507302735109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2441, 60.1679, 148.9]}, "bbox": [-153.2441, 60.1679, -153.2441, 60.1679]}, {"id": "162", "type": "Feature", "properties": {"id": "us2000b20f", "mag": 5.4, "time": 1507301800580, "felt": 169.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.1969, 37.0997, 47.42]}, "bbox": [141.1969, 37.0997, 141.1969, 37.0997]}, {"id": "163", "type": "Feature", "properties": {"id": "ak16990465", "mag": 1.7, "time": 1507301707708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.519, 67.5663, 0.0]}, "bbox": [-156.519, 67.5663, -156.519, 67.5663]}, {"id": "164", "type": "Feature", "properties": {"id": "ci38020392", "mag": 2.6, "time": 1507301676460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.894167, 31.614, 5.89]}, "bbox": [-115.894167, 31.614, -115.894167, 31.614]}, {"id": "165", "type": "Feature", "properties": {"id": "ak16990463", "mag": 1.6, "time": 1507300956103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1925, 59.8037, 20.0]}, "bbox": [-152.1925, 59.8037, -152.1925, 59.8037]}, {"id": "166", "type": "Feature", "properties": {"id": "uu60251397", "mag": 1.18, "time": 1507300478100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.436333, 42.554833, 9.68]}, "bbox": [-111.436333, 42.554833, -111.436333, 42.554833]}, {"id": "167", "type": "Feature", "properties": {"id": "nn00608296", "mag": 1.1, "time": 1507299948387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9267, 39.4223, 8.7]}, "bbox": [-119.9267, 39.4223, -119.9267, 39.4223]}, {"id": "168", "type": "Feature", "properties": {"id": "ci38020376", "mag": 1.4, "time": 1507299919340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.476667, 35.752167, 2.24]}, "bbox": [-118.476667, 35.752167, -118.476667, 35.752167]}, {"id": "169", "type": "Feature", "properties": {"id": "nn00608295", "mag": 2.0, "time": 1507298898804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9217, 38.4131, 8.7]}, "bbox": [-118.9217, 38.4131, -118.9217, 38.4131]}, {"id": "170", "type": "Feature", "properties": {"id": "us2000b1zv", "mag": 5.1, "time": 1507298433140, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.0977, 12.0039, 21.82]}, "bbox": [95.0977, 12.0039, 95.0977, 12.0039]}, {"id": "171", "type": "Feature", "properties": {"id": "ak16990379", "mag": 2.0, "time": 1507296668722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4456, 63.3167, 112.0]}, "bbox": [-150.4456, 63.3167, -150.4456, 63.3167]}, {"id": "172", "type": "Feature", "properties": {"id": "ak16990317", "mag": 2.4, "time": 1507295355033, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6485, 60.9026, 21.1]}, "bbox": [-149.6485, 60.9026, -149.6485, 60.9026]}, {"id": "173", "type": "Feature", "properties": {"id": "nc72905256", "mag": 1.69, "time": 1507295344860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7755, 38.805167, 0.72]}, "bbox": [-122.7755, 38.805167, -122.7755, 38.805167]}, {"id": "174", "type": "Feature", "properties": {"id": "ci38020296", "mag": 0.98, "time": 1507294899000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 34.226167, 12.35]}, "bbox": [-117.445, 34.226167, -117.445, 34.226167]}, {"id": "175", "type": "Feature", "properties": {"id": "nc72905246", "mag": 1.14, "time": 1507294685610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797333, 38.813499, 2.36]}, "bbox": [-122.797333, 38.813499, -122.797333, 38.813499]}, {"id": "176", "type": "Feature", "properties": {"id": "nc72905241", "mag": 1.27, "time": 1507294429860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.822333, 1.56]}, "bbox": [-122.806167, 38.822333, -122.806167, 38.822333]}, {"id": "177", "type": "Feature", "properties": {"id": "ak16990306", "mag": 1.6, "time": 1507293337500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.164, 63.5211, 0.0]}, "bbox": [-147.164, 63.5211, -147.164, 63.5211]}, {"id": "178", "type": "Feature", "properties": {"id": "nc72905231", "mag": 1.31, "time": 1507293268040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600333, 38.771667, 0.05]}, "bbox": [-122.600333, 38.771667, -122.600333, 38.771667]}, {"id": "179", "type": "Feature", "properties": {"id": "mb80259449", "mag": 1.29, "time": 1507293189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.557667, 46.894167, 9.91]}, "bbox": [-112.557667, 46.894167, -112.557667, 46.894167]}, {"id": "180", "type": "Feature", "properties": {"id": "nc72905226", "mag": 1.25, "time": 1507291334810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.798333, 37.565333, -0.35]}, "bbox": [-118.798333, 37.565333, -118.798333, 37.565333]}, {"id": "181", "type": "Feature", "properties": {"id": "ci38020256", "mag": 2.0, "time": 1507290973570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.757833, 34.172833, 6.62]}, "bbox": [-117.757833, 34.172833, -117.757833, 34.172833]}, {"id": "182", "type": "Feature", "properties": {"id": "ci38020240", "mag": 1.05, "time": 1507290356170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.355667, 35.822833, 16.75]}, "bbox": [-118.355667, 35.822833, -118.355667, 35.822833]}, {"id": "183", "type": "Feature", "properties": {"id": "us2000b1xz", "mag": 5.2, "time": 1507289341850, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [155.9405, -6.8684, 106.51]}, "bbox": [155.9405, -6.8684, 155.9405, -6.8684]}, {"id": "184", "type": "Feature", "properties": {"id": "uw61338256", "mag": 1.22, "time": 1507287741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.509333, 45.6895, 9.57]}, "bbox": [-122.509333, 45.6895, -122.509333, 45.6895]}, {"id": "185", "type": "Feature", "properties": {"id": "ci38020232", "mag": 1.4, "time": 1507287412090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8455, 34.000333, 9.47]}, "bbox": [-116.8455, 34.000333, -116.8455, 34.000333]}, {"id": "186", "type": "Feature", "properties": {"id": "mb80259444", "mag": 1.6, "time": 1507286758530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5795, 44.259167, 3.88]}, "bbox": [-114.5795, 44.259167, -114.5795, 44.259167]}, {"id": "187", "type": "Feature", "properties": {"id": "mb80259434", "mag": 1.18, "time": 1507286693390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.322167, 43.681333, 9.95]}, "bbox": [-110.322167, 43.681333, -110.322167, 43.681333]}, {"id": "188", "type": "Feature", "properties": {"id": "ak16990167", "mag": 3.0, "time": 1507285562299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2949, 51.2318, 28.0]}, "bbox": [-178.2949, 51.2318, -178.2949, 51.2318]}, {"id": "189", "type": "Feature", "properties": {"id": "ak16990162", "mag": 3.2, "time": 1507285408267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0402, 65.2966, 0.1]}, "bbox": [-156.0402, 65.2966, -156.0402, 65.2966]}, {"id": "190", "type": "Feature", "properties": {"id": "hv61935226", "mag": 1.78, "time": 1507284229580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.42366, 19.2805, 7.76]}, "bbox": [-155.42366, 19.2805, -155.42366, 19.2805]}, {"id": "191", "type": "Feature", "properties": {"id": "hv61935131", "mag": 1.67, "time": 1507283791470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.248833, 18.876833, 12.183]}, "bbox": [-155.248833, 18.876833, -155.248833, 18.876833]}, {"id": "192", "type": "Feature", "properties": {"id": "ak16990109", "mag": 1.9, "time": 1507282869514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1519, 63.251, 0.0]}, "bbox": [-151.1519, 63.251, -151.1519, 63.251]}, {"id": "193", "type": "Feature", "properties": {"id": "us2000b1xd", "mag": 4.4, "time": 1507281825250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9639, -0.4925, 44.07]}, "bbox": [119.9639, -0.4925, 119.9639, -0.4925]}, {"id": "194", "type": "Feature", "properties": {"id": "ak16990102", "mag": 1.6, "time": 1507281420124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7545, 61.5105, 70.6]}, "bbox": [-150.7545, 61.5105, -150.7545, 61.5105]}, {"id": "195", "type": "Feature", "properties": {"id": "hv61935091", "mag": 2.94, "time": 1507279304370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2205, 19.380333, 14.051]}, "bbox": [-156.2205, 19.380333, -156.2205, 19.380333]}, {"id": "196", "type": "Feature", "properties": {"id": "nn00608291", "mag": 1.6, "time": 1507279195578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.2224, 39.4096, 5.7]}, "bbox": [-115.2224, 39.4096, -115.2224, 39.4096]}, {"id": "197", "type": "Feature", "properties": {"id": "nc72905186", "mag": 0.99, "time": 1507278858510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.483833, 5.31]}, "bbox": [-118.8245, 37.483833, -118.8245, 37.483833]}, {"id": "198", "type": "Feature", "properties": {"id": "us2000b1v8", "mag": 6.0, "time": 1507276773110, "felt": 108.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.9537, 37.485, 10.0]}, "bbox": [143.9537, 37.485, 143.9537, 37.485]}, {"id": "199", "type": "Feature", "properties": {"id": "uu60251377", "mag": 1.43, "time": 1507274976970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.660667, 5.95]}, "bbox": [-111.444, 42.660667, -111.444, 42.660667]}, {"id": "200", "type": "Feature", "properties": {"id": "ak16989976", "mag": 3.1, "time": 1507274375943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8808, 0.0]}, "bbox": [-136.7235, 59.8808, -136.7235, 59.8808]}, {"id": "201", "type": "Feature", "properties": {"id": "mb80259414", "mag": 1.86, "time": 1507273645130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.997833, 47.455667, 1.73]}, "bbox": [-115.997833, 47.455667, -115.997833, 47.455667]}, {"id": "202", "type": "Feature", "properties": {"id": "us2000b1v0", "mag": 4.7, "time": 1507273552100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6145, 13.8504, 10.0]}, "bbox": [146.6145, 13.8504, 146.6145, 13.8504]}, {"id": "203", "type": "Feature", "properties": {"id": "ak16989973", "mag": 1.3, "time": 1507272833815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7833, 64.8537, 19.7]}, "bbox": [-148.7833, 64.8537, -148.7833, 64.8537]}, {"id": "204", "type": "Feature", "properties": {"id": "us2000b2dh", "mag": 3.3, "time": 1507270603000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.92, 49.06, 22.0]}, "bbox": [-67.92, 49.06, -67.92, 49.06]}, {"id": "205", "type": "Feature", "properties": {"id": "ak16989967", "mag": 1.9, "time": 1507270303410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3206, 61.7195, 41.0]}, "bbox": [-150.3206, 61.7195, -150.3206, 61.7195]}, {"id": "206", "type": "Feature", "properties": {"id": "ci38020152", "mag": 1.08, "time": 1507270230410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.557333, 32.948833, 3.78]}, "bbox": [-115.557333, 32.948833, -115.557333, 32.948833]}, {"id": "207", "type": "Feature", "properties": {"id": "us2000b1um", "mag": 2.7, "time": 1507269804040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4493, 42.6517, 7.67]}, "bbox": [-111.4493, 42.6517, -111.4493, 42.6517]}, {"id": "208", "type": "Feature", "properties": {"id": "nc72905156", "mag": 1.79, "time": 1507269478010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801167, 38.822, 2.67]}, "bbox": [-122.801167, 38.822, -122.801167, 38.822]}, {"id": "209", "type": "Feature", "properties": {"id": "nc71107634", "mag": 1.13, "time": 1507269413290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.478167, 38.6015, 12.1]}, "bbox": [-122.478167, 38.6015, -122.478167, 38.6015]}, {"id": "210", "type": "Feature", "properties": {"id": "us2000b1un", "mag": 4.3, "time": 1507269388630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4985, 51.6139, 71.76]}, "bbox": [178.4985, 51.6139, 178.4985, 51.6139]}, {"id": "211", "type": "Feature", "properties": {"id": "uu60251357", "mag": 1.47, "time": 1507268672130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455333, 42.652833, 2.92]}, "bbox": [-111.455333, 42.652833, -111.455333, 42.652833]}, {"id": "212", "type": "Feature", "properties": {"id": "ak16989960", "mag": 1.1, "time": 1507268319981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2116, 64.2744, 14.8]}, "bbox": [-148.2116, 64.2744, -148.2116, 64.2744]}, {"id": "213", "type": "Feature", "properties": {"id": "hv61935031", "mag": 1.75, "time": 1507267817920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.428833, 19.329, 10.185]}, "bbox": [-155.428833, 19.329, -155.428833, 19.329]}, {"id": "214", "type": "Feature", "properties": {"id": "nc72905151", "mag": 1.08, "time": 1507267299070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.607, 4.0]}, "bbox": [-118.823167, 37.607, -118.823167, 37.607]}, {"id": "215", "type": "Feature", "properties": {"id": "mb80259404", "mag": 1.03, "time": 1507266753410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532167, 46.873, 11.23]}, "bbox": [-112.532167, 46.873, -112.532167, 46.873]}, {"id": "216", "type": "Feature", "properties": {"id": "us2000b1u8", "mag": 4.6, "time": 1507265974560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.1261, -17.5702, 36.33]}, "bbox": [-64.1261, -17.5702, -64.1261, -17.5702]}, {"id": "217", "type": "Feature", "properties": {"id": "ci38020112", "mag": 1.06, "time": 1507265623210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.434833, 33.0315, 3.46]}, "bbox": [-116.434833, 33.0315, -116.434833, 33.0315]}, {"id": "218", "type": "Feature", "properties": {"id": "nc72905146", "mag": 1.56, "time": 1507265461960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7915, 38.8195, 1.42]}, "bbox": [-122.7915, 38.8195, -122.7915, 38.8195]}, {"id": "219", "type": "Feature", "properties": {"id": "uw61338091", "mag": 1.62, "time": 1507265317630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2, 47.583333, 23.03]}, "bbox": [-122.2, 47.583333, -122.2, 47.583333]}, {"id": "220", "type": "Feature", "properties": {"id": "uw61338086", "mag": 1.33, "time": 1507265080940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.200333, 47.583833, 23.12]}, "bbox": [-122.200333, 47.583833, -122.200333, 47.583833]}, {"id": "221", "type": "Feature", "properties": {"id": "uu60251347", "mag": 1.61, "time": 1507264823080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.494833, 42.639667, 0.79]}, "bbox": [-111.494833, 42.639667, -111.494833, 42.639667]}, {"id": "222", "type": "Feature", "properties": {"id": "nc71107639", "mag": 1.32, "time": 1507263429870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 39.599833, 20.91]}, "bbox": [-121.9235, 39.599833, -121.9235, 39.599833]}, {"id": "223", "type": "Feature", "properties": {"id": "nc72905131", "mag": 1.06, "time": 1507263391130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.5295, 5.95]}, "bbox": [-118.831, 37.5295, -118.831, 37.5295]}, {"id": "224", "type": "Feature", "properties": {"id": "nc72905121", "mag": 1.41, "time": 1507263129660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.403, 38.364167, 8.42]}, "bbox": [-122.403, 38.364167, -122.403, 38.364167]}, {"id": "225", "type": "Feature", "properties": {"id": "us2000b1tr", "mag": 4.8, "time": 1507262599510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9528, -10.3953, 10.0]}, "bbox": [151.9528, -10.3953, 151.9528, -10.3953]}, {"id": "226", "type": "Feature", "properties": {"id": "ak16989915", "mag": 1.5, "time": 1507260314998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3718, 63.0764, 0.0]}, "bbox": [-151.3718, 63.0764, -151.3718, 63.0764]}, {"id": "227", "type": "Feature", "properties": {"id": "uw61338061", "mag": 1.26, "time": 1507260032120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.744833, 47.490167, 16.4]}, "bbox": [-121.744833, 47.490167, -121.744833, 47.490167]}, {"id": "228", "type": "Feature", "properties": {"id": "ak16989910", "mag": 2.1, "time": 1507259762026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6057, 63.4194, 106.4]}, "bbox": [-149.6057, 63.4194, -149.6057, 63.4194]}, {"id": "229", "type": "Feature", "properties": {"id": "nc72905106", "mag": 1.0, "time": 1507258246340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822, 38.814833, 1.61]}, "bbox": [-122.822, 38.814833, -122.822, 38.814833]}, {"id": "230", "type": "Feature", "properties": {"id": "nc72905101", "mag": 2.97, "time": 1507257072490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.777167, 41.2375, 7.51]}, "bbox": [-125.777167, 41.2375, -125.777167, 41.2375]}, {"id": "231", "type": "Feature", "properties": {"id": "ak16989906", "mag": 1.6, "time": 1507256091995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.063, 65.8813, 12.8]}, "bbox": [-151.063, 65.8813, -151.063, 65.8813]}, {"id": "232", "type": "Feature", "properties": {"id": "ci38020032", "mag": 1.89, "time": 1507255962830, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7975, 33.5, 5.36]}, "bbox": [-116.7975, 33.5, -116.7975, 33.5]}, {"id": "233", "type": "Feature", "properties": {"id": "ci38020024", "mag": 1.53, "time": 1507255628970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.875167, 33.957, 3.47]}, "bbox": [-116.875167, 33.957, -116.875167, 33.957]}, {"id": "234", "type": "Feature", "properties": {"id": "us2000b1t0", "mag": 4.8, "time": 1507255428530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.496, 0.9934, 10.0]}, "bbox": [-25.496, 0.9934, -25.496, 0.9934]}, {"id": "235", "type": "Feature", "properties": {"id": "us2000b1sv", "mag": 4.6, "time": 1507253577740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1867, -9.9486, 10.0]}, "bbox": [152.1867, -9.9486, 152.1867, -9.9486]}, {"id": "236", "type": "Feature", "properties": {"id": "uu60251342", "mag": 1.12, "time": 1507252828550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.5485, 6.65]}, "bbox": [-111.414167, 42.5485, -111.414167, 42.5485]}, {"id": "237", "type": "Feature", "properties": {"id": "nc72905066", "mag": 0.98, "time": 1507251331760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9395, 37.636, 5.66]}, "bbox": [-118.9395, 37.636, -118.9395, 37.636]}, {"id": "238", "type": "Feature", "properties": {"id": "nn00608277", "mag": 1.5, "time": 1507251023072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.857, 37.3396, 3.9]}, "bbox": [-114.857, 37.3396, -114.857, 37.3396]}, {"id": "239", "type": "Feature", "properties": {"id": "uu60251327", "mag": 1.16, "time": 1507250350380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.672333, 39.4485, 12.04]}, "bbox": [-111.672333, 39.4485, -111.672333, 39.4485]}, {"id": "240", "type": "Feature", "properties": {"id": "ak16989868", "mag": 1.6, "time": 1507249990990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6081, 61.1327, 14.5]}, "bbox": [-140.6081, 61.1327, -140.6081, 61.1327]}, {"id": "241", "type": "Feature", "properties": {"id": "ci38019984", "mag": 1.38, "time": 1507249506910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.598667, 33.450667, 7.77]}, "bbox": [-116.598667, 33.450667, -116.598667, 33.450667]}, {"id": "242", "type": "Feature", "properties": {"id": "nn00608273", "mag": 1.0, "time": 1507249499810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0539, 37.1082, 8.1]}, "bbox": [-117.0539, 37.1082, -117.0539, 37.1082]}, {"id": "243", "type": "Feature", "properties": {"id": "ci38019976", "mag": 1.92, "time": 1507249308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377167, 34.427, 9.46]}, "bbox": [-119.377167, 34.427, -119.377167, 34.427]}, {"id": "244", "type": "Feature", "properties": {"id": "us2000b1s9", "mag": 4.0, "time": 1507248914000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.348, -29.925, 48.8]}, "bbox": [-71.348, -29.925, -71.348, -29.925]}, {"id": "245", "type": "Feature", "properties": {"id": "uw61337986", "mag": 1.12, "time": 1507245979370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.395167, 45.685667, -0.74]}, "bbox": [-122.395167, 45.685667, -122.395167, 45.685667]}, {"id": "246", "type": "Feature", "properties": {"id": "nc72905011", "mag": 2.81, "time": 1507244867710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.472, 6.12]}, "bbox": [-118.8105, 37.472, -118.8105, 37.472]}, {"id": "247", "type": "Feature", "properties": {"id": "nc72905016", "mag": 1.36, "time": 1507244847860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7825, 38.7915, 0.56]}, "bbox": [-122.7825, 38.7915, -122.7825, 38.7915]}, {"id": "248", "type": "Feature", "properties": {"id": "mb80259379", "mag": 0.99, "time": 1507244598420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.871167, 12.6]}, "bbox": [-112.529, 46.871167, -112.529, 46.871167]}, {"id": "249", "type": "Feature", "properties": {"id": "ak16989827", "mag": 1.4, "time": 1507244539965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2289, 64.9761, 0.0]}, "bbox": [-147.2289, 64.9761, -147.2289, 64.9761]}, {"id": "250", "type": "Feature", "properties": {"id": "ak16989825", "mag": 1.8, "time": 1507243916881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1245, 62.4971, 81.1]}, "bbox": [-151.1245, 62.4971, -151.1245, 62.4971]}, {"id": "251", "type": "Feature", "properties": {"id": "nc72905001", "mag": 1.65, "time": 1507243472580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808, 38.822, 1.64]}, "bbox": [-122.808, 38.822, -122.808, 38.822]}, {"id": "252", "type": "Feature", "properties": {"id": "nc72904996", "mag": 2.14, "time": 1507243164460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.588667, 40.652333, 25.1]}, "bbox": [-123.588667, 40.652333, -123.588667, 40.652333]}, {"id": "253", "type": "Feature", "properties": {"id": "ak16989822", "mag": 1.5, "time": 1507242888109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.857, 61.9122, 45.0]}, "bbox": [-149.857, 61.9122, -149.857, 61.9122]}, {"id": "254", "type": "Feature", "properties": {"id": "us2000b1rh", "mag": 4.6, "time": 1507242807430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6063, 21.8848, 100.39]}, "bbox": [144.6063, 21.8848, 144.6063, 21.8848]}, {"id": "255", "type": "Feature", "properties": {"id": "ak16989815", "mag": 2.5, "time": 1507240652193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.192, 61.0044, 106.0]}, "bbox": [-152.192, 61.0044, -152.192, 61.0044]}, {"id": "256", "type": "Feature", "properties": {"id": "ak16989811", "mag": 1.8, "time": 1507240498324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.939, 62.7658, 79.9]}, "bbox": [-149.939, 62.7658, -149.939, 62.7658]}, {"id": "257", "type": "Feature", "properties": {"id": "uu60251317", "mag": 1.66, "time": 1507240484300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418167, 42.544333, 6.24]}, "bbox": [-111.418167, 42.544333, -111.418167, 42.544333]}, {"id": "258", "type": "Feature", "properties": {"id": "us2000b1px", "mag": 2.6, "time": 1507239146260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4355, 42.5495, 8.32]}, "bbox": [-111.4355, 42.5495, -111.4355, 42.5495]}, {"id": "259", "type": "Feature", "properties": {"id": "mb80259359", "mag": 1.17, "time": 1507238290040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.965, 43.357333, 5.92]}, "bbox": [-110.965, 43.357333, -110.965, 43.357333]}, {"id": "260", "type": "Feature", "properties": {"id": "uw61337951", "mag": 2.3, "time": 1507238213550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.549833, 49.328833, -0.06]}, "bbox": [-120.549833, 49.328833, -120.549833, 49.328833]}, {"id": "261", "type": "Feature", "properties": {"id": "ak16989718", "mag": 1.4, "time": 1507237904044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5289, 61.2012, 0.4]}, "bbox": [-140.5289, 61.2012, -140.5289, 61.2012]}, {"id": "262", "type": "Feature", "properties": {"id": "ak16989717", "mag": 1.9, "time": 1507237796189, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.701, 59.032, 0.0]}, "bbox": [-136.701, 59.032, -136.701, 59.032]}, {"id": "263", "type": "Feature", "properties": {"id": "uw61337946", "mag": 2.27, "time": 1507237659430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.817167, 47.392167, -0.46]}, "bbox": [-117.817167, 47.392167, -117.817167, 47.392167]}, {"id": "264", "type": "Feature", "properties": {"id": "nc72904961", "mag": 0.97, "time": 1507237420050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.482833, 1.23]}, "bbox": [-118.8365, 37.482833, -118.8365, 37.482833]}, {"id": "265", "type": "Feature", "properties": {"id": "ak16989714", "mag": 1.7, "time": 1507235850265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0124, 65.8954, 7.6]}, "bbox": [-151.0124, 65.8954, -151.0124, 65.8954]}, {"id": "266", "type": "Feature", "properties": {"id": "ci38019864", "mag": 1.0, "time": 1507235571440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.508667, 6.47]}, "bbox": [-116.794167, 33.508667, -116.794167, 33.508667]}, {"id": "267", "type": "Feature", "properties": {"id": "mb80259334", "mag": 1.45, "time": 1507235042560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525667, 46.872833, 11.13]}, "bbox": [-112.525667, 46.872833, -112.525667, 46.872833]}, {"id": "268", "type": "Feature", "properties": {"id": "ak16989709", "mag": 1.6, "time": 1507234798667, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3071, 63.3209, 6.3]}, "bbox": [-145.3071, 63.3209, -145.3071, 63.3209]}, {"id": "269", "type": "Feature", "properties": {"id": "ak16989702", "mag": 2.5, "time": 1507234198600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.414, 63.3343, 0.0]}, "bbox": [-145.414, 63.3343, -145.414, 63.3343]}, {"id": "270", "type": "Feature", "properties": {"id": "ak16989701", "mag": 1.8, "time": 1507234162044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0004, 65.8966, 0.0]}, "bbox": [-151.0004, 65.8966, -151.0004, 65.8966]}, {"id": "271", "type": "Feature", "properties": {"id": "ak16989699", "mag": 1.7, "time": 1507234036518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6575, 60.1339, 106.4]}, "bbox": [-152.6575, 60.1339, -152.6575, 60.1339]}, {"id": "272", "type": "Feature", "properties": {"id": "nc72904941", "mag": 1.63, "time": 1507233857390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.8205, 2.04]}, "bbox": [-122.810167, 38.8205, -122.810167, 38.8205]}, {"id": "273", "type": "Feature", "properties": {"id": "nc72904936", "mag": 3.14, "time": 1507233758820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.192, 40.163167, 11.62]}, "bbox": [-127.192, 40.163167, -127.192, 40.163167]}, {"id": "274", "type": "Feature", "properties": {"id": "hv61934246", "mag": 1.02, "time": 1507233403750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.289833, 19.374, 1.772]}, "bbox": [-155.289833, 19.374, -155.289833, 19.374]}, {"id": "275", "type": "Feature", "properties": {"id": "ak16989698", "mag": 1.7, "time": 1507233388591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0126, 65.8742, 0.1]}, "bbox": [-151.0126, 65.8742, -151.0126, 65.8742]}, {"id": "276", "type": "Feature", "properties": {"id": "ak16989695", "mag": 1.9, "time": 1507232812188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9865, 65.9098, 0.0]}, "bbox": [-150.9865, 65.9098, -150.9865, 65.9098]}, {"id": "277", "type": "Feature", "properties": {"id": "nc72904926", "mag": 1.29, "time": 1507232594330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.837167, 37.504167, 0.07]}, "bbox": [-118.837167, 37.504167, -118.837167, 37.504167]}, {"id": "278", "type": "Feature", "properties": {"id": "ci38019816", "mag": 1.31, "time": 1507231819600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491, 33.846167, -0.48]}, "bbox": [-117.491, 33.846167, -117.491, 33.846167]}, {"id": "279", "type": "Feature", "properties": {"id": "nc72904891", "mag": 1.41, "time": 1507229918140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104833, 37.324833, -0.31]}, "bbox": [-122.104833, 37.324833, -122.104833, 37.324833]}, {"id": "280", "type": "Feature", "properties": {"id": "ak16989694", "mag": 1.5, "time": 1507229700025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7663, 63.5209, 14.5]}, "bbox": [-147.7663, 63.5209, -147.7663, 63.5209]}, {"id": "281", "type": "Feature", "properties": {"id": "nc72904886", "mag": 2.03, "time": 1507229279930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3835, 40.709833, 19.57]}, "bbox": [-122.3835, 40.709833, -122.3835, 40.709833]}, {"id": "282", "type": "Feature", "properties": {"id": "ak16989692", "mag": 1.6, "time": 1507228866480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0051, 65.8735, 0.0]}, "bbox": [-151.0051, 65.8735, -151.0051, 65.8735]}, {"id": "283", "type": "Feature", "properties": {"id": "nc72904881", "mag": 1.48, "time": 1507228723050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194667, 40.598333, 15.65]}, "bbox": [-122.194667, 40.598333, -122.194667, 40.598333]}, {"id": "284", "type": "Feature", "properties": {"id": "ci38019744", "mag": 1.44, "time": 1507226134710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.072333, 33.020667, -0.8]}, "bbox": [-116.072333, 33.020667, -116.072333, 33.020667]}, {"id": "285", "type": "Feature", "properties": {"id": "ak16989683", "mag": 2.4, "time": 1507225956631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.785, 60.8774, 34.8]}, "bbox": [-150.785, 60.8774, -150.785, 60.8774]}, {"id": "286", "type": "Feature", "properties": {"id": "ci38019728", "mag": 1.0, "time": 1507225418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.720667, 36.004, 2.64]}, "bbox": [-117.720667, 36.004, -117.720667, 36.004]}, {"id": "287", "type": "Feature", "properties": {"id": "nc72904846", "mag": 1.87, "time": 1507224165330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.821167, 1.64]}, "bbox": [-122.8105, 38.821167, -122.8105, 38.821167]}, {"id": "288", "type": "Feature", "properties": {"id": "hv61934126", "mag": 1.58, "time": 1507223732510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.252167, 18.903833, 12.692]}, "bbox": [-155.252167, 18.903833, -155.252167, 18.903833]}, {"id": "289", "type": "Feature", "properties": {"id": "ak16989680", "mag": 2.5, "time": 1507223654781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5871, 67.3896, 1.2]}, "bbox": [-163.5871, 67.3896, -163.5871, 67.3896]}, {"id": "290", "type": "Feature", "properties": {"id": "ak16989626", "mag": 1.5, "time": 1507223506919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1613, 62.9421, 105.5]}, "bbox": [-151.1613, 62.9421, -151.1613, 62.9421]}, {"id": "291", "type": "Feature", "properties": {"id": "uu60251267", "mag": 1.3, "time": 1507222702710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.711, 37.088833, 8.72]}, "bbox": [-112.711, 37.088833, -112.711, 37.088833]}, {"id": "292", "type": "Feature", "properties": {"id": "uu60251262", "mag": 2.09, "time": 1507221444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 42.600333, 6.09]}, "bbox": [-111.413167, 42.600333, -111.413167, 42.600333]}, {"id": "293", "type": "Feature", "properties": {"id": "hv61934021", "mag": 1.71, "time": 1507221215150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.600174, 19.477667, 2.61]}, "bbox": [-155.600174, 19.477667, -155.600174, 19.477667]}, {"id": "294", "type": "Feature", "properties": {"id": "mb80259309", "mag": 0.99, "time": 1507220291830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4755, 46.855833, 10.1]}, "bbox": [-112.4755, 46.855833, -112.4755, 46.855833]}, {"id": "295", "type": "Feature", "properties": {"id": "nc72904766", "mag": 1.2, "time": 1507219571830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.607833, 4.46]}, "bbox": [-118.817667, 37.607833, -118.817667, 37.607833]}, {"id": "296", "type": "Feature", "properties": {"id": "us2000b1ip", "mag": 4.3, "time": 1507219416430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.6953, -3.0506, 46.98]}, "bbox": [127.6953, -3.0506, 127.6953, -3.0506]}, {"id": "297", "type": "Feature", "properties": {"id": "ak16989556", "mag": 1.8, "time": 1507219027423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1068, 64.723, 3.3]}, "bbox": [-141.1068, 64.723, -141.1068, 64.723]}, {"id": "298", "type": "Feature", "properties": {"id": "nc72904761", "mag": 1.28, "time": 1507218469040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.786667, 35.167, 4.77]}, "bbox": [-120.786667, 35.167, -120.786667, 35.167]}, {"id": "299", "type": "Feature", "properties": {"id": "ak16989554", "mag": 1.8, "time": 1507217831958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9487, 67.1103, 6.0]}, "bbox": [-155.9487, 67.1103, -155.9487, 67.1103]}, {"id": "300", "type": "Feature", "properties": {"id": "ci38019560", "mag": 1.18, "time": 1507217071900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2355, 35.399833, 11.83]}, "bbox": [-118.2355, 35.399833, -118.2355, 35.399833]}, {"id": "301", "type": "Feature", "properties": {"id": "ld60143826", "mag": 1.25, "time": 1507215008870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.237833, 44.094, 4.0]}, "bbox": [-75.237833, 44.094, -75.237833, 44.094]}, {"id": "302", "type": "Feature", "properties": {"id": "nc72904741", "mag": 1.17, "time": 1507213799120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.539333, 2.63]}, "bbox": [-118.883667, 37.539333, -118.883667, 37.539333]}, {"id": "303", "type": "Feature", "properties": {"id": "uw61314897", "mag": 1.26, "time": 1507213038640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.924167, 46.832167, 9.6]}, "bbox": [-121.924167, 46.832167, -121.924167, 46.832167]}, {"id": "304", "type": "Feature", "properties": {"id": "hv61933821", "mag": 2.22, "time": 1507211808310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.427667, 19.767167, 23.499]}, "bbox": [-155.427667, 19.767167, -155.427667, 19.767167]}, {"id": "305", "type": "Feature", "properties": {"id": "mb80259289", "mag": 1.11, "time": 1507209951340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.482833, 46.8195, 2.22]}, "bbox": [-112.482833, 46.8195, -112.482833, 46.8195]}, {"id": "306", "type": "Feature", "properties": {"id": "ci38019464", "mag": 2.55, "time": 1507209518050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010667, 33.179667, 8.09]}, "bbox": [-116.010667, 33.179667, -116.010667, 33.179667]}, {"id": "307", "type": "Feature", "properties": {"id": "uu60251247", "mag": 1.23, "time": 1507208707300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.086833, 44.772167, 11.73]}, "bbox": [-111.086833, 44.772167, -111.086833, 44.772167]}, {"id": "308", "type": "Feature", "properties": {"id": "ak16989517", "mag": 1.3, "time": 1507208506436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3491, 63.087, 0.0]}, "bbox": [-151.3491, 63.087, -151.3491, 63.087]}, {"id": "309", "type": "Feature", "properties": {"id": "ci38019448", "mag": 1.15, "time": 1507207944620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.294333, 34.679333, 2.44]}, "bbox": [-116.294333, 34.679333, -116.294333, 34.679333]}, {"id": "310", "type": "Feature", "properties": {"id": "ak16989485", "mag": 1.9, "time": 1507207780001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6654, 67.5326, 0.0]}, "bbox": [-159.6654, 67.5326, -159.6654, 67.5326]}, {"id": "311", "type": "Feature", "properties": {"id": "nc72904706", "mag": 1.66, "time": 1507207659710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798167, 38.793833, 3.66]}, "bbox": [-122.798167, 38.793833, -122.798167, 38.793833]}, {"id": "312", "type": "Feature", "properties": {"id": "ak16989482", "mag": 1.4, "time": 1507206716138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4807, 64.7367, 8.7]}, "bbox": [-146.4807, 64.7367, -146.4807, 64.7367]}, {"id": "313", "type": "Feature", "properties": {"id": "uw61314867", "mag": 1.16, "time": 1507206461330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.192333, 47.183667, 14.42]}, "bbox": [-122.192333, 47.183667, -122.192333, 47.183667]}, {"id": "314", "type": "Feature", "properties": {"id": "ak16989481", "mag": 2.6, "time": 1507206068023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1435, 51.4576, 12.9]}, "bbox": [-178.1435, 51.4576, -178.1435, 51.4576]}, {"id": "315", "type": "Feature", "properties": {"id": "nc72904681", "mag": 2.64, "time": 1507204013350, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8035, 38.791333, 3.29]}, "bbox": [-122.8035, 38.791333, -122.8035, 38.791333]}, {"id": "316", "type": "Feature", "properties": {"id": "us2000b1f7", "mag": 5.0, "time": 1507202248310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.4874, 7.3643, 10.0]}, "bbox": [126.4874, 7.3643, 126.4874, 7.3643]}, {"id": "317", "type": "Feature", "properties": {"id": "mb80259279", "mag": 1.25, "time": 1507201170830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.476333, 44.006167, 5.0]}, "bbox": [-114.476333, 44.006167, -114.476333, 44.006167]}, {"id": "318", "type": "Feature", "properties": {"id": "ak16989448", "mag": 1.0, "time": 1507200035021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9384, 64.5888, 18.4]}, "bbox": [-149.9384, 64.5888, -149.9384, 64.5888]}, {"id": "319", "type": "Feature", "properties": {"id": "us2000b1dj", "mag": 4.7, "time": 1507198268580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [49.1899, 31.277, 10.0]}, "bbox": [49.1899, 31.277, 49.1899, 31.277]}, {"id": "320", "type": "Feature", "properties": {"id": "mb80259274", "mag": 1.3, "time": 1507198163850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.318333, 46.1425, 12.9]}, "bbox": [-110.318333, 46.1425, -110.318333, 46.1425]}, {"id": "321", "type": "Feature", "properties": {"id": "mb80259269", "mag": 2.63, "time": 1507197824690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.317333, 46.126333, 14.98]}, "bbox": [-110.317333, 46.126333, -110.317333, 46.126333]}, {"id": "322", "type": "Feature", "properties": {"id": "ci38019328", "mag": 2.0, "time": 1507197738510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.290167, 34.678, 2.65]}, "bbox": [-116.290167, 34.678, -116.290167, 34.678]}, {"id": "323", "type": "Feature", "properties": {"id": "us2000b1da", "mag": 4.5, "time": 1507196589420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5051, -25.068, 564.41]}, "bbox": [178.5051, -25.068, 178.5051, -25.068]}, {"id": "324", "type": "Feature", "properties": {"id": "ci38019312", "mag": 1.27, "time": 1507196570560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.412333, 35.621833, 7.71]}, "bbox": [-117.412333, 35.621833, -117.412333, 35.621833]}, {"id": "325", "type": "Feature", "properties": {"id": "mb80259264", "mag": 1.58, "time": 1507195834720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.989667, 43.0535, 5.98]}, "bbox": [-110.989667, 43.0535, -110.989667, 43.0535]}, {"id": "326", "type": "Feature", "properties": {"id": "ak16989416", "mag": 1.9, "time": 1507192569868, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8165, 59.7884, 0.0]}, "bbox": [-136.8165, 59.7884, -136.8165, 59.7884]}, {"id": "327", "type": "Feature", "properties": {"id": "mb80259259", "mag": 1.73, "time": 1507192054540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.3, 46.1355, 13.17]}, "bbox": [-110.3, 46.1355, -110.3, 46.1355]}, {"id": "328", "type": "Feature", "properties": {"id": "ak16989388", "mag": 2.2, "time": 1507191783280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8358, 59.8781, 1.7]}, "bbox": [-136.8358, 59.8781, -136.8358, 59.8781]}, {"id": "329", "type": "Feature", "properties": {"id": "us2000b1c3", "mag": 5.4, "time": 1507191096920, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5742, -22.4118, 112.87]}, "bbox": [-68.5742, -22.4118, -68.5742, -22.4118]}, {"id": "330", "type": "Feature", "properties": {"id": "nc72904646", "mag": 2.52, "time": 1507190856940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.472, 40.616833, 21.52]}, "bbox": [-123.472, 40.616833, -123.472, 40.616833]}, {"id": "331", "type": "Feature", "properties": {"id": "ak16989386", "mag": 1.8, "time": 1507190760834, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.611, 63.1832, 11.4]}, "bbox": [-152.611, 63.1832, -152.611, 63.1832]}, {"id": "332", "type": "Feature", "properties": {"id": "ci37167708", "mag": 1.38, "time": 1507190349370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.7095, 33.2065, 10.46]}, "bbox": [-115.7095, 33.2065, -115.7095, 33.2065]}, {"id": "333", "type": "Feature", "properties": {"id": "hv61933706", "mag": 1.21, "time": 1507190060680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2125, 19.363, 1.776]}, "bbox": [-155.2125, 19.363, -155.2125, 19.363]}, {"id": "334", "type": "Feature", "properties": {"id": "nc72904641", "mag": 1.23, "time": 1507189755650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.236667, 37.334333, 8.36]}, "bbox": [-122.236667, 37.334333, -122.236667, 37.334333]}, {"id": "335", "type": "Feature", "properties": {"id": "ci38019264", "mag": 1.99, "time": 1507188934660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2315, 32.416667, 18.41]}, "bbox": [-116.2315, 32.416667, -116.2315, 32.416667]}, {"id": "336", "type": "Feature", "properties": {"id": "uu60251227", "mag": 1.34, "time": 1507188766440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442667, 42.578833, 3.5]}, "bbox": [-111.442667, 42.578833, -111.442667, 42.578833]}, {"id": "337", "type": "Feature", "properties": {"id": "mb80259244", "mag": 1.28, "time": 1507188159830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.866167, 12.04]}, "bbox": [-112.527833, 46.866167, -112.527833, 46.866167]}, {"id": "338", "type": "Feature", "properties": {"id": "hv61933701", "mag": 2.09, "time": 1507187842930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.470673, 19.211, 37.73]}, "bbox": [-155.470673, 19.211, -155.470673, 19.211]}, {"id": "339", "type": "Feature", "properties": {"id": "nc72904626", "mag": 0.96, "time": 1507187453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.572333, 39.013167, -0.67]}, "bbox": [-122.572333, 39.013167, -122.572333, 39.013167]}, {"id": "340", "type": "Feature", "properties": {"id": "uu60251207", "mag": 1.35, "time": 1507187087800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.301167, 39.1075, 2.75]}, "bbox": [-111.301167, 39.1075, -111.301167, 39.1075]}, {"id": "341", "type": "Feature", "properties": {"id": "ci38019256", "mag": 2.06, "time": 1507186145760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.372167, 33.358833, 11.42]}, "bbox": [-116.372167, 33.358833, -116.372167, 33.358833]}, {"id": "342", "type": "Feature", "properties": {"id": "ci38019248", "mag": 1.49, "time": 1507186142240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.366, 33.357667, 11.67]}, "bbox": [-116.366, 33.357667, -116.366, 33.357667]}, {"id": "343", "type": "Feature", "properties": {"id": "uw61314807", "mag": 1.16, "time": 1507185870880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.191167, 47.179833, 15.66]}, "bbox": [-122.191167, 47.179833, -122.191167, 47.179833]}, {"id": "344", "type": "Feature", "properties": {"id": "se60045413", "mag": 1.81, "time": 1507185703120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.742167, 35.985167, 18.08]}, "bbox": [-83.742167, 35.985167, -83.742167, 35.985167]}, {"id": "345", "type": "Feature", "properties": {"id": "nc72904601", "mag": 0.95, "time": 1507185126040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.603333, 3.65]}, "bbox": [-118.819, 37.603333, -118.819, 37.603333]}, {"id": "346", "type": "Feature", "properties": {"id": "ci38019240", "mag": 1.25, "time": 1507185093960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.394, 35.618833, 8.88]}, "bbox": [-117.394, 35.618833, -117.394, 35.618833]}, {"id": "347", "type": "Feature", "properties": {"id": "ak16989380", "mag": 1.9, "time": 1507184561453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3822, 60.6535, 53.1]}, "bbox": [-151.3822, 60.6535, -151.3822, 60.6535]}, {"id": "348", "type": "Feature", "properties": {"id": "ak16989379", "mag": 1.0, "time": 1507183395241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2677, 63.314, 4.9]}, "bbox": [-145.2677, 63.314, -145.2677, 63.314]}, {"id": "349", "type": "Feature", "properties": {"id": "ci38019200", "mag": 1.99, "time": 1507181070780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.806833, 36.043833, 1.22]}, "bbox": [-117.806833, 36.043833, -117.806833, 36.043833]}, {"id": "350", "type": "Feature", "properties": {"id": "ci38019192", "mag": 1.69, "time": 1507180426220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.807333, 36.043167, 1.21]}, "bbox": [-117.807333, 36.043167, -117.807333, 36.043167]}, {"id": "351", "type": "Feature", "properties": {"id": "nc72904556", "mag": 1.22, "time": 1507178909260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7625, 38.821667, 1.49]}, "bbox": [-122.7625, 38.821667, -122.7625, 38.821667]}, {"id": "352", "type": "Feature", "properties": {"id": "ci38019184", "mag": 1.33, "time": 1507178811140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.319833, 33.886333, 15.24]}, "bbox": [-118.319833, 33.886333, -118.319833, 33.886333]}, {"id": "353", "type": "Feature", "properties": {"id": "ak16989373", "mag": 2.2, "time": 1507178319160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0253, 59.7752, 99.4]}, "bbox": [-153.0253, 59.7752, -153.0253, 59.7752]}, {"id": "354", "type": "Feature", "properties": {"id": "ak16989370", "mag": 2.0, "time": 1507178108703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9621, 62.3999, 67.6]}, "bbox": [-150.9621, 62.3999, -150.9621, 62.3999]}, {"id": "355", "type": "Feature", "properties": {"id": "nc71107619", "mag": 2.37, "time": 1507175814060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793167, 38.814333, 3.4]}, "bbox": [-122.793167, 38.814333, -122.793167, 38.814333]}, {"id": "356", "type": "Feature", "properties": {"id": "nc72904521", "mag": 2.61, "time": 1507175806240, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.813833, 3.02]}, "bbox": [-122.792, 38.813833, -122.792, 38.813833]}, {"id": "357", "type": "Feature", "properties": {"id": "ak16989344", "mag": 1.8, "time": 1507174164228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5816, 59.9877, 48.6]}, "bbox": [-151.5816, 59.9877, -151.5816, 59.9877]}, {"id": "358", "type": "Feature", "properties": {"id": "uw61314692", "mag": 1.1, "time": 1507174062970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048833, 48.836333, 3.53]}, "bbox": [-122.048833, 48.836333, -122.048833, 48.836333]}, {"id": "359", "type": "Feature", "properties": {"id": "mb80259229", "mag": 1.6, "time": 1507174016680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526667, 46.874333, 12.15]}, "bbox": [-112.526667, 46.874333, -112.526667, 46.874333]}, {"id": "360", "type": "Feature", "properties": {"id": "uu60251182", "mag": 2.38, "time": 1507172461010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415167, 42.5495, 8.84]}, "bbox": [-111.415167, 42.5495, -111.415167, 42.5495]}, {"id": "361", "type": "Feature", "properties": {"id": "ci38019104", "mag": 1.08, "time": 1507172395710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.846167, 33.711167, 14.99]}, "bbox": [-116.846167, 33.711167, -116.846167, 33.711167]}, {"id": "362", "type": "Feature", "properties": {"id": "uw61314677", "mag": 1.65, "time": 1507171780320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.027667, 48.845833, 0.9]}, "bbox": [-122.027667, 48.845833, -122.027667, 48.845833]}, {"id": "363", "type": "Feature", "properties": {"id": "uu60251177", "mag": 1.51, "time": 1507171597620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.880667, 37.041, 17.0]}, "bbox": [-112.880667, 37.041, -112.880667, 37.041]}, {"id": "364", "type": "Feature", "properties": {"id": "nc72904476", "mag": 1.12, "time": 1507171050970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7565, 38.782501, 0.82]}, "bbox": [-122.7565, 38.782501, -122.7565, 38.782501]}, {"id": "365", "type": "Feature", "properties": {"id": "nc72904471", "mag": 1.34, "time": 1507170987390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753167, 38.775667, 1.61]}, "bbox": [-122.753167, 38.775667, -122.753167, 38.775667]}, {"id": "366", "type": "Feature", "properties": {"id": "ak16989336", "mag": 1.2, "time": 1507169863981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2568, 63.5162, 8.6]}, "bbox": [-151.2568, 63.5162, -151.2568, 63.5162]}, {"id": "367", "type": "Feature", "properties": {"id": "nc72904466", "mag": 1.16, "time": 1507169797040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.808667, 37.467667, 1.31]}, "bbox": [-118.808667, 37.467667, -118.808667, 37.467667]}, {"id": "368", "type": "Feature", "properties": {"id": "ci37167548", "mag": 1.21, "time": 1507169669520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.350667, 11.33]}, "bbox": [-116.3645, 33.350667, -116.3645, 33.350667]}, {"id": "369", "type": "Feature", "properties": {"id": "ci38019080", "mag": 1.35, "time": 1507169663590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3545, 33.3525, 12.25]}, "bbox": [-116.3545, 33.3525, -116.3545, 33.3525]}, {"id": "370", "type": "Feature", "properties": {"id": "ak16989295", "mag": 4.3, "time": 1507169038804, "felt": 3.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.901, 58.3623, 46.5]}, "bbox": [-152.901, 58.3623, -152.901, 58.3623]}, {"id": "371", "type": "Feature", "properties": {"id": "ci38019056", "mag": 2.12, "time": 1507167035520, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805167, 36.042, 1.36]}, "bbox": [-117.805167, 36.042, -117.805167, 36.042]}, {"id": "372", "type": "Feature", "properties": {"id": "ak16989291", "mag": 1.7, "time": 1507165460879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1162, 61.3056, 37.1]}, "bbox": [-150.1162, 61.3056, -150.1162, 61.3056]}, {"id": "373", "type": "Feature", "properties": {"id": "nn00608181", "mag": 1.2, "time": 1507165236408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7192, 37.7977, 0.0]}, "bbox": [-117.7192, 37.7977, -117.7192, 37.7977]}, {"id": "374", "type": "Feature", "properties": {"id": "us2000b190", "mag": 2.6, "time": 1507164698800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7663, 36.4461, 6.31]}, "bbox": [-98.7663, 36.4461, -98.7663, 36.4461]}, {"id": "375", "type": "Feature", "properties": {"id": "ak16989285", "mag": 2.3, "time": 1507164594638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5337, 60.8331, 35.1]}, "bbox": [-150.5337, 60.8331, -150.5337, 60.8331]}, {"id": "376", "type": "Feature", "properties": {"id": "ci38018992", "mag": 1.21, "time": 1507164594280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.435667, 33.033167, 6.13]}, "bbox": [-116.435667, 33.033167, -116.435667, 33.033167]}, {"id": "377", "type": "Feature", "properties": {"id": "nc72905406", "mag": 1.37, "time": 1507163603630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.975, 40.912333, 6.11]}, "bbox": [-121.975, 40.912333, -121.975, 40.912333]}, {"id": "378", "type": "Feature", "properties": {"id": "ak16989282", "mag": 2.6, "time": 1507162971426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8816, 53.7666, 69.3]}, "bbox": [-165.8816, 53.7666, -165.8816, 53.7666]}, {"id": "379", "type": "Feature", "properties": {"id": "us2000b185", "mag": 3.4, "time": 1507162321850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.755, 36.45, 7.23]}, "bbox": [-98.755, 36.45, -98.755, 36.45]}, {"id": "380", "type": "Feature", "properties": {"id": "ci38018976", "mag": 1.34, "time": 1507162296820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6665, 33.961333, 15.54]}, "bbox": [-116.6665, 33.961333, -116.6665, 33.961333]}, {"id": "381", "type": "Feature", "properties": {"id": "nc72904421", "mag": 1.81, "time": 1507162198800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.311667, 40.594833, 17.71]}, "bbox": [-124.311667, 40.594833, -124.311667, 40.594833]}, {"id": "382", "type": "Feature", "properties": {"id": "ak16989280", "mag": 2.0, "time": 1507162092700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.2549, 67.5542, 0.0]}, "bbox": [-162.2549, 67.5542, -162.2549, 67.5542]}, {"id": "383", "type": "Feature", "properties": {"id": "mb80259214", "mag": 1.11, "time": 1507161815690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.873667, 10.6]}, "bbox": [-112.529, 46.873667, -112.529, 46.873667]}, {"id": "384", "type": "Feature", "properties": {"id": "nn00608178", "mag": 1.2, "time": 1507161066465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8195, 37.303, 0.0]}, "bbox": [-114.8195, 37.303, -114.8195, 37.303]}, {"id": "385", "type": "Feature", "properties": {"id": "ci38018944", "mag": 1.13, "time": 1507160279190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.801333, 36.0425, 0.57]}, "bbox": [-117.801333, 36.0425, -117.801333, 36.0425]}, {"id": "386", "type": "Feature", "properties": {"id": "ci38018936", "mag": 1.06, "time": 1507160033160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.352833, 33.1335, 7.01]}, "bbox": [-116.352833, 33.1335, -116.352833, 33.1335]}, {"id": "387", "type": "Feature", "properties": {"id": "ci38018928", "mag": 0.95, "time": 1507159919230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.67, 13.89]}, "bbox": [-116.758833, 33.67, -116.758833, 33.67]}, {"id": "388", "type": "Feature", "properties": {"id": "ak16989265", "mag": 2.4, "time": 1507159550480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7536, 62.8345, 98.0]}, "bbox": [-150.7536, 62.8345, -150.7536, 62.8345]}, {"id": "389", "type": "Feature", "properties": {"id": "ak16989262", "mag": 1.2, "time": 1507158170981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4466, 64.9696, 1.5]}, "bbox": [-147.4466, 64.9696, -147.4466, 64.9696]}, {"id": "390", "type": "Feature", "properties": {"id": "ak16989256", "mag": 2.1, "time": 1507157336866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3316, 62.6072, 87.5]}, "bbox": [-151.3316, 62.6072, -151.3316, 62.6072]}, {"id": "391", "type": "Feature", "properties": {"id": "us2000b16h", "mag": 4.5, "time": 1507156394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7169, -23.9861, 195.32]}, "bbox": [-66.7169, -23.9861, -66.7169, -23.9861]}, {"id": "392", "type": "Feature", "properties": {"id": "mb80259199", "mag": 1.02, "time": 1507156049410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531, 46.862667, 9.74]}, "bbox": [-112.531, 46.862667, -112.531, 46.862667]}, {"id": "393", "type": "Feature", "properties": {"id": "ak16989147", "mag": 1.8, "time": 1507155523233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2126, 62.1419, 50.6]}, "bbox": [-150.2126, 62.1419, -150.2126, 62.1419]}, {"id": "394", "type": "Feature", "properties": {"id": "mb80259194", "mag": 2.1, "time": 1507155343850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.326833, 46.116, 15.12]}, "bbox": [-110.326833, 46.116, -110.326833, 46.116]}, {"id": "395", "type": "Feature", "properties": {"id": "us2000b15z", "mag": 3.5, "time": 1507154804460, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7425, 36.4507, 4.85]}, "bbox": [-98.7425, 36.4507, -98.7425, 36.4507]}, {"id": "396", "type": "Feature", "properties": {"id": "ak16989143", "mag": 1.6, "time": 1507154781579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2414, 61.1185, 60.5]}, "bbox": [-151.2414, 61.1185, -151.2414, 61.1185]}, {"id": "397", "type": "Feature", "properties": {"id": "ci38018808", "mag": 0.95, "time": 1507153541570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803667, 36.042, 1.12]}, "bbox": [-117.803667, 36.042, -117.803667, 36.042]}, {"id": "398", "type": "Feature", "properties": {"id": "mb80259184", "mag": 2.43, "time": 1507153540560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.875, 11.0]}, "bbox": [-112.529, 46.875, -112.529, 46.875]}, {"id": "399", "type": "Feature", "properties": {"id": "ci38018800", "mag": 1.11, "time": 1507153075770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805667, 36.044667, 1.33]}, "bbox": [-117.805667, 36.044667, -117.805667, 36.044667]}, {"id": "400", "type": "Feature", "properties": {"id": "nc72904366", "mag": 2.17, "time": 1507152989540, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.603167, 4.37]}, "bbox": [-118.821833, 37.603167, -118.821833, 37.603167]}, {"id": "401", "type": "Feature", "properties": {"id": "nc72904361", "mag": 2.03, "time": 1507152804460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.819667, 3.31]}, "bbox": [-122.802, 38.819667, -122.802, 38.819667]}, {"id": "402", "type": "Feature", "properties": {"id": "ci38018776", "mag": 1.23, "time": 1507152409830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.506833, 4.99]}, "bbox": [-116.796667, 33.506833, -116.796667, 33.506833]}, {"id": "403", "type": "Feature", "properties": {"id": "ci38018760", "mag": 1.23, "time": 1507152333150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805333, 36.044167, 1.08]}, "bbox": [-117.805333, 36.044167, -117.805333, 36.044167]}, {"id": "404", "type": "Feature", "properties": {"id": "ci38018752", "mag": 1.02, "time": 1507152229710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803833, 36.0435, 1.58]}, "bbox": [-117.803833, 36.0435, -117.803833, 36.0435]}, {"id": "405", "type": "Feature", "properties": {"id": "nc72904356", "mag": 1.39, "time": 1507151361960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.986333, 37.451833, 11.44]}, "bbox": [-117.986333, 37.451833, -117.986333, 37.451833]}, {"id": "406", "type": "Feature", "properties": {"id": "us2000b152", "mag": 4.2, "time": 1507151144560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5193, 15.6807, 43.81]}, "bbox": [-94.5193, 15.6807, -94.5193, 15.6807]}, {"id": "407", "type": "Feature", "properties": {"id": "mb80259179", "mag": 1.09, "time": 1507150593920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.249667, 45.922167, -2.0]}, "bbox": [-112.249667, 45.922167, -112.249667, 45.922167]}, {"id": "408", "type": "Feature", "properties": {"id": "nn00608141", "mag": 1.4, "time": 1507150245096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5709, 37.2677, 5.8]}, "bbox": [-114.5709, 37.2677, -114.5709, 37.2677]}, {"id": "409", "type": "Feature", "properties": {"id": "uw61314607", "mag": 2.13, "time": 1507149876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.029167, 48.8415, 0.56]}, "bbox": [-122.029167, 48.8415, -122.029167, 48.8415]}, {"id": "410", "type": "Feature", "properties": {"id": "ak16989132", "mag": 3.2, "time": 1507149758758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.904, 54.6732, 0.0]}, "bbox": [-156.904, 54.6732, -156.904, 54.6732]}, {"id": "411", "type": "Feature", "properties": {"id": "ci38018704", "mag": 1.42, "time": 1507149228410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.937167, 32.9105, -0.2]}, "bbox": [-116.937167, 32.9105, -116.937167, 32.9105]}, {"id": "412", "type": "Feature", "properties": {"id": "hv61932706", "mag": 2.34, "time": 1507148766410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0805, 19.384667, 3.233]}, "bbox": [-155.0805, 19.384667, -155.0805, 19.384667]}, {"id": "413", "type": "Feature", "properties": {"id": "ci38018696", "mag": 1.43, "time": 1507148649160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.469333, 33.481, 7.42]}, "bbox": [-116.469333, 33.481, -116.469333, 33.481]}, {"id": "414", "type": "Feature", "properties": {"id": "ci38018688", "mag": 1.23, "time": 1507148125030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7775, 34.859167, -1.14]}, "bbox": [-118.7775, 34.859167, -118.7775, 34.859167]}, {"id": "415", "type": "Feature", "properties": {"id": "ak16989124", "mag": 2.3, "time": 1507147085613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9048, 62.8046, 5.4]}, "bbox": [-148.9048, 62.8046, -148.9048, 62.8046]}, {"id": "416", "type": "Feature", "properties": {"id": "ak16989120", "mag": 1.9, "time": 1507146960353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3904, 61.7684, 33.4]}, "bbox": [-149.3904, 61.7684, -149.3904, 61.7684]}, {"id": "417", "type": "Feature", "properties": {"id": "nc72904326", "mag": 1.4, "time": 1507146844270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.6255, 3.28]}, "bbox": [-118.835, 37.6255, -118.835, 37.6255]}, {"id": "418", "type": "Feature", "properties": {"id": "ci38018648", "mag": 1.34, "time": 1507146046240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.282833, 33.307, 10.02]}, "bbox": [-116.282833, 33.307, -116.282833, 33.307]}, {"id": "419", "type": "Feature", "properties": {"id": "us2000b12w", "mag": 4.1, "time": 1507145834470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.5682, 23.7468, 10.0]}, "bbox": [-108.5682, 23.7468, -108.5682, 23.7468]}, {"id": "420", "type": "Feature", "properties": {"id": "uw61314577", "mag": 2.31, "time": 1507145284260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.101667, 47.519667, 24.66]}, "bbox": [-124.101667, 47.519667, -124.101667, 47.519667]}, {"id": "421", "type": "Feature", "properties": {"id": "ak16989116", "mag": 2.0, "time": 1507144999479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9792, 59.2967, 30.0]}, "bbox": [-150.9792, 59.2967, -150.9792, 59.2967]}, {"id": "422", "type": "Feature", "properties": {"id": "nc72904301", "mag": 1.44, "time": 1507144400690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.590333, 37.9535, 3.71]}, "bbox": [-118.590333, 37.9535, -118.590333, 37.9535]}, {"id": "423", "type": "Feature", "properties": {"id": "nc72904291", "mag": 0.97, "time": 1507144116270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807335, 38.823166, 0.51]}, "bbox": [-122.807335, 38.823166, -122.807335, 38.823166]}, {"id": "424", "type": "Feature", "properties": {"id": "ci38018592", "mag": 0.98, "time": 1507144088190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191, 34.995667, -0.84]}, "bbox": [-118.191, 34.995667, -118.191, 34.995667]}, {"id": "425", "type": "Feature", "properties": {"id": "nc71107609", "mag": 1.42, "time": 1507143933230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8315, 37.459167, 2.81]}, "bbox": [-118.8315, 37.459167, -118.8315, 37.459167]}, {"id": "426", "type": "Feature", "properties": {"id": "nc72904286", "mag": 2.01, "time": 1507143903920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127667, 36.540667, 3.02]}, "bbox": [-121.127667, 36.540667, -121.127667, 36.540667]}, {"id": "427", "type": "Feature", "properties": {"id": "mb80259164", "mag": 1.54, "time": 1507143801870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.466667, 46.003833, -2.0]}, "bbox": [-112.466667, 46.003833, -112.466667, 46.003833]}, {"id": "428", "type": "Feature", "properties": {"id": "ak16989114", "mag": 1.5, "time": 1507143799499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2987, 62.9001, 136.4]}, "bbox": [-151.2987, 62.9001, -151.2987, 62.9001]}, {"id": "429", "type": "Feature", "properties": {"id": "nc72904276", "mag": 2.19, "time": 1507143670520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125833, 36.539667, 3.42]}, "bbox": [-121.125833, 36.539667, -121.125833, 36.539667]}, {"id": "430", "type": "Feature", "properties": {"id": "ak16989112", "mag": 1.5, "time": 1507143346025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9517, 60.4284, 76.1]}, "bbox": [-151.9517, 60.4284, -151.9517, 60.4284]}, {"id": "431", "type": "Feature", "properties": {"id": "ak16989109", "mag": 1.6, "time": 1507142888288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4575, 68.4924, 0.0]}, "bbox": [-147.4575, 68.4924, -147.4575, 68.4924]}, {"id": "432", "type": "Feature", "properties": {"id": "us1000alvi", "mag": 4.8, "time": 1507142880510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.2314, -22.7343, 10.0]}, "bbox": [69.2314, -22.7343, 69.2314, -22.7343]}, {"id": "433", "type": "Feature", "properties": {"id": "us2000b11q", "mag": 4.3, "time": 1507142721780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0179, 16.6332, 10.0]}, "bbox": [-95.0179, 16.6332, -95.0179, 16.6332]}, {"id": "434", "type": "Feature", "properties": {"id": "nn00608130", "mag": 2.0, "time": 1507142028227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6247, 38.6437, 2.8]}, "bbox": [-115.6247, 38.6437, -115.6247, 38.6437]}, {"id": "435", "type": "Feature", "properties": {"id": "ci38018568", "mag": 1.17, "time": 1507141815580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.480167, 33.8245, -0.64]}, "bbox": [-117.480167, 33.8245, -117.480167, 33.8245]}, {"id": "436", "type": "Feature", "properties": {"id": "nc72904241", "mag": 1.13, "time": 1507141805960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.843333, 37.550333, -1.19]}, "bbox": [-118.843333, 37.550333, -118.843333, 37.550333]}, {"id": "437", "type": "Feature", "properties": {"id": "nc71107614", "mag": 1.26, "time": 1507141794500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9105, 37.975, 2.7]}, "bbox": [-121.9105, 37.975, -121.9105, 37.975]}, {"id": "438", "type": "Feature", "properties": {"id": "nc72904226", "mag": 1.44, "time": 1507141566380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839167, 37.554167, -0.37]}, "bbox": [-118.839167, 37.554167, -118.839167, 37.554167]}, {"id": "439", "type": "Feature", "properties": {"id": "nc72904231", "mag": 0.95, "time": 1507141526700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848, 37.565167, -0.65]}, "bbox": [-118.848, 37.565167, -118.848, 37.565167]}, {"id": "440", "type": "Feature", "properties": {"id": "ak16989106", "mag": 1.6, "time": 1507141095901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5043, 63.2003, 100.7]}, "bbox": [-150.5043, 63.2003, -150.5043, 63.2003]}, {"id": "441", "type": "Feature", "properties": {"id": "nn00608125", "mag": 1.1, "time": 1507140434096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0698, 39.2152, 9.9]}, "bbox": [-120.0698, 39.2152, -120.0698, 39.2152]}, {"id": "442", "type": "Feature", "properties": {"id": "uu60251107", "mag": 2.02, "time": 1507140276970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438667, 42.623, -0.06]}, "bbox": [-111.438667, 42.623, -111.438667, 42.623]}, {"id": "443", "type": "Feature", "properties": {"id": "ak16989101", "mag": 1.7, "time": 1507139784743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7521, 62.788, 15.0]}, "bbox": [-148.7521, 62.788, -148.7521, 62.788]}, {"id": "444", "type": "Feature", "properties": {"id": "ismpkansas70236238", "mag": 1.83, "time": 1507139648960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.036, 37.001167, 5.77]}, "bbox": [-98.036, 37.001167, -98.036, 37.001167]}, {"id": "445", "type": "Feature", "properties": {"id": "ci38018464", "mag": 0.95, "time": 1507138418030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.469667, 34.0245, -0.75]}, "bbox": [-117.469667, 34.0245, -117.469667, 34.0245]}, {"id": "446", "type": "Feature", "properties": {"id": "nc72904196", "mag": 1.0, "time": 1507136805190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.407833, 36.764667, 10.33]}, "bbox": [-121.407833, 36.764667, -121.407833, 36.764667]}, {"id": "447", "type": "Feature", "properties": {"id": "ak16989095", "mag": 1.5, "time": 1507135541282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2816, 62.4313, 44.6]}, "bbox": [-149.2816, 62.4313, -149.2816, 62.4313]}, {"id": "448", "type": "Feature", "properties": {"id": "ci38018408", "mag": 1.57, "time": 1507134824880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.499, 4.25]}, "bbox": [-116.797167, 33.499, -116.797167, 33.499]}, {"id": "449", "type": "Feature", "properties": {"id": "nn00608107", "mag": 2.1, "time": 1507134616795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9268, 38.3958, 7.6]}, "bbox": [-118.9268, 38.3958, -118.9268, 38.3958]}, {"id": "450", "type": "Feature", "properties": {"id": "nc72904171", "mag": 1.38, "time": 1507133031670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.614333, 36.881, 6.94]}, "bbox": [-121.614333, 36.881, -121.614333, 36.881]}, {"id": "451", "type": "Feature", "properties": {"id": "nc72904166", "mag": 2.71, "time": 1507132718170, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609333, 36.8815, 6.65]}, "bbox": [-121.609333, 36.8815, -121.609333, 36.8815]}, {"id": "452", "type": "Feature", "properties": {"id": "ak16989087", "mag": 1.4, "time": 1507131238883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.032, 63.5134, 6.3]}, "bbox": [-151.032, 63.5134, -151.032, 63.5134]}, {"id": "453", "type": "Feature", "properties": {"id": "us2000b0yw", "mag": 4.4, "time": 1507130270240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7831, 15.8774, 9.59]}, "bbox": [-94.7831, 15.8774, -94.7831, 15.8774]}, {"id": "454", "type": "Feature", "properties": {"id": "ak16989083", "mag": 2.0, "time": 1507129786603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5468, 62.9914, 0.0]}, "bbox": [-151.5468, 62.9914, -151.5468, 62.9914]}, {"id": "455", "type": "Feature", "properties": {"id": "ak16989080", "mag": 1.7, "time": 1507129070012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8528, 63.1143, 130.4]}, "bbox": [-150.8528, 63.1143, -150.8528, 63.1143]}, {"id": "456", "type": "Feature", "properties": {"id": "us2000b14r", "mag": 2.9, "time": 1507127377130, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.3466, -0.2479, 10.0]}, "bbox": [-78.3466, -0.2479, -78.3466, -0.2479]}, {"id": "457", "type": "Feature", "properties": {"id": "nn00608088", "mag": 1.1, "time": 1507126739396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8623, 39.6344, 5.8]}, "bbox": [-119.8623, 39.6344, -119.8623, 39.6344]}, {"id": "458", "type": "Feature", "properties": {"id": "us2000b0xy", "mag": 4.3, "time": 1507120048520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.219, 14.9246, 35.0]}, "bbox": [-94.219, 14.9246, -94.219, 14.9246]}, {"id": "459", "type": "Feature", "properties": {"id": "ci38018272", "mag": 1.04, "time": 1507119983420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.979333, 33.952, 16.95]}, "bbox": [-116.979333, 33.952, -116.979333, 33.952]}, {"id": "460", "type": "Feature", "properties": {"id": "ci38018264", "mag": 1.21, "time": 1507118298180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.153667, 33.576, 12.56]}, "bbox": [-117.153667, 33.576, -117.153667, 33.576]}, {"id": "461", "type": "Feature", "properties": {"id": "ak16988954", "mag": 1.4, "time": 1507117165370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0651, 59.0371, 113.6]}, "bbox": [-154.0651, 59.0371, -154.0651, 59.0371]}, {"id": "462", "type": "Feature", "properties": {"id": "ak16988951", "mag": 1.7, "time": 1507117164179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7431, 61.7579, 50.0]}, "bbox": [-150.7431, 61.7579, -150.7431, 61.7579]}, {"id": "463", "type": "Feature", "properties": {"id": "ak16988955", "mag": 1.2, "time": 1507117137925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2404, 63.315, 3.6]}, "bbox": [-145.2404, 63.315, -145.2404, 63.315]}, {"id": "464", "type": "Feature", "properties": {"id": "ci38018256", "mag": 1.97, "time": 1507116401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.047667, 33.9995, 14.99]}, "bbox": [-117.047667, 33.9995, -117.047667, 33.9995]}, {"id": "465", "type": "Feature", "properties": {"id": "ak16988947", "mag": 1.3, "time": 1507116091533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.038, 61.8748, 115.1]}, "bbox": [-152.038, 61.8748, -152.038, 61.8748]}, {"id": "466", "type": "Feature", "properties": {"id": "ak16988943", "mag": 2.6, "time": 1507115904863, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.3287, 60.8439, 0.0]}, "bbox": [-138.3287, 60.8439, -138.3287, 60.8439]}, {"id": "467", "type": "Feature", "properties": {"id": "mb80259149", "mag": 1.42, "time": 1507115359390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520833, 46.866833, 12.33]}, "bbox": [-112.520833, 46.866833, -112.520833, 46.866833]}, {"id": "468", "type": "Feature", "properties": {"id": "ak16988941", "mag": 2.0, "time": 1507115138670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7265, 59.549, 35.9]}, "bbox": [-150.7265, 59.549, -150.7265, 59.549]}, {"id": "469", "type": "Feature", "properties": {"id": "ak16988937", "mag": 1.7, "time": 1507114508883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.561, 63.6903, 125.8]}, "bbox": [-149.561, 63.6903, -149.561, 63.6903]}, {"id": "470", "type": "Feature", "properties": {"id": "nc72904051", "mag": 1.09, "time": 1507113834280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8355, 1.85]}, "bbox": [-122.793, 38.8355, -122.793, 38.8355]}, {"id": "471", "type": "Feature", "properties": {"id": "ci38018224", "mag": 1.17, "time": 1507113370200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.608833, 33.080833, 11.8]}, "bbox": [-116.608833, 33.080833, -116.608833, 33.080833]}, {"id": "472", "type": "Feature", "properties": {"id": "nc72904041", "mag": 1.12, "time": 1507113327750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.942, 36.506, 4.31]}, "bbox": [-120.942, 36.506, -120.942, 36.506]}, {"id": "473", "type": "Feature", "properties": {"id": "uu60251097", "mag": 2.09, "time": 1507111719760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.55, 7.34]}, "bbox": [-111.414333, 42.55, -111.414333, 42.55]}, {"id": "474", "type": "Feature", "properties": {"id": "nc72904031", "mag": 0.97, "time": 1507110773350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.365667, 36.7845, 3.47]}, "bbox": [-121.365667, 36.7845, -121.365667, 36.7845]}, {"id": "475", "type": "Feature", "properties": {"id": "mb80259134", "mag": 2.46, "time": 1507108546600, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.867833, 13.28]}, "bbox": [-112.527833, 46.867833, -112.527833, 46.867833]}, {"id": "476", "type": "Feature", "properties": {"id": "ci38018200", "mag": 1.17, "time": 1507108523230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5975, 34.0275, 11.16]}, "bbox": [-117.5975, 34.0275, -117.5975, 34.0275]}, {"id": "477", "type": "Feature", "properties": {"id": "nc72904011", "mag": 1.65, "time": 1507108226290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.59, 39.034, 1.81]}, "bbox": [-122.59, 39.034, -122.59, 39.034]}, {"id": "478", "type": "Feature", "properties": {"id": "ak16988931", "mag": 1.6, "time": 1507107916290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4053, 65.8348, 0.0]}, "bbox": [-155.4053, 65.8348, -155.4053, 65.8348]}, {"id": "479", "type": "Feature", "properties": {"id": "ci38018192", "mag": 1.04, "time": 1507107119810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.243833, 34.561167, 7.55]}, "bbox": [-116.243833, 34.561167, -116.243833, 34.561167]}, {"id": "480", "type": "Feature", "properties": {"id": "uw61337191", "mag": 1.11, "time": 1507106498380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3995, 47.466167, 20.06]}, "bbox": [-122.3995, 47.466167, -122.3995, 47.466167]}, {"id": "481", "type": "Feature", "properties": {"id": "ak16988930", "mag": 1.5, "time": 1507105167087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3314, 63.0932, 0.0]}, "bbox": [-151.3314, 63.0932, -151.3314, 63.0932]}, {"id": "482", "type": "Feature", "properties": {"id": "nc72903991", "mag": 1.0, "time": 1507105008930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.831667, 37.479167, 7.18]}, "bbox": [-121.831667, 37.479167, -121.831667, 37.479167]}, {"id": "483", "type": "Feature", "properties": {"id": "us2000b0vg", "mag": 4.8, "time": 1507102453200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0265, 15.081, 39.52]}, "bbox": [-94.0265, 15.081, -94.0265, 15.081]}, {"id": "484", "type": "Feature", "properties": {"id": "uu60251092", "mag": 1.15, "time": 1507102301120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.109167, 37.453, 7.33]}, "bbox": [-113.109167, 37.453, -113.109167, 37.453]}, {"id": "485", "type": "Feature", "properties": {"id": "nc72903961", "mag": 0.99, "time": 1507102290690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.886, 37.634, 6.9]}, "bbox": [-118.886, 37.634, -118.886, 37.634]}, {"id": "486", "type": "Feature", "properties": {"id": "nc72903951", "mag": 1.13, "time": 1507102067530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873, 37.655, 2.24]}, "bbox": [-118.873, 37.655, -118.873, 37.655]}, {"id": "487", "type": "Feature", "properties": {"id": "ak16988890", "mag": 2.1, "time": 1507101218109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6853, 59.7843, 0.0]}, "bbox": [-136.6853, 59.7843, -136.6853, 59.7843]}, {"id": "488", "type": "Feature", "properties": {"id": "nc72903941", "mag": 1.93, "time": 1507099899370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.174833, 36.7355, 8.83]}, "bbox": [-121.174833, 36.7355, -121.174833, 36.7355]}, {"id": "489", "type": "Feature", "properties": {"id": "ak16988888", "mag": 2.1, "time": 1507099796449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.599, 58.1927, 18.0]}, "bbox": [-152.599, 58.1927, -152.599, 58.1927]}, {"id": "490", "type": "Feature", "properties": {"id": "ak16988886", "mag": 1.1, "time": 1507099794659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1044, 65.1213, 20.9]}, "bbox": [-149.1044, 65.1213, -149.1044, 65.1213]}, {"id": "491", "type": "Feature", "properties": {"id": "hv61932126", "mag": 2.54, "time": 1507098254160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471, 19.958167, 34.056]}, "bbox": [-155.471, 19.958167, -155.471, 19.958167]}, {"id": "492", "type": "Feature", "properties": {"id": "ci38018128", "mag": 1.48, "time": 1507095935630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.237333, 33.3585, 9.93]}, "bbox": [-116.237333, 33.3585, -116.237333, 33.3585]}, {"id": "493", "type": "Feature", "properties": {"id": "ak16988874", "mag": 2.0, "time": 1507095643589, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4213, 59.0929, 75.6]}, "bbox": [-152.4213, 59.0929, -152.4213, 59.0929]}, {"id": "494", "type": "Feature", "properties": {"id": "mb80259124", "mag": 1.12, "time": 1507094472670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.889167, 10.71]}, "bbox": [-112.5195, 46.889167, -112.5195, 46.889167]}, {"id": "495", "type": "Feature", "properties": {"id": "us2000b0ue", "mag": 4.7, "time": 1507093737820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.7448, 18.3756, 172.11]}, "bbox": [145.7448, 18.3756, 145.7448, 18.3756]}, {"id": "496", "type": "Feature", "properties": {"id": "hv61932021", "mag": 1.47, "time": 1507093555340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7645, 19.608333, 19.406]}, "bbox": [-155.7645, 19.608333, -155.7645, 19.608333]}, {"id": "497", "type": "Feature", "properties": {"id": "uu60251087", "mag": 1.84, "time": 1507092267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456667, 42.600833, 1.84]}, "bbox": [-111.456667, 42.600833, -111.456667, 42.600833]}, {"id": "498", "type": "Feature", "properties": {"id": "ak16988835", "mag": 1.4, "time": 1507091990426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8997, 62.5624, 2.5]}, "bbox": [-152.8997, 62.5624, -152.8997, 62.5624]}, {"id": "499", "type": "Feature", "properties": {"id": "ak16988834", "mag": 2.0, "time": 1507091511196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6239, 61.9391, 35.9]}, "bbox": [-147.6239, 61.9391, -147.6239, 61.9391]}, {"id": "500", "type": "Feature", "properties": {"id": "hv61931981", "mag": 2.06, "time": 1507091217900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6845, 18.778833, 34.132]}, "bbox": [-155.6845, 18.778833, -155.6845, 18.778833]}, {"id": "501", "type": "Feature", "properties": {"id": "ak16988831", "mag": 1.7, "time": 1507090320674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0205, 61.3011, 30.6]}, "bbox": [-149.0205, 61.3011, -149.0205, 61.3011]}, {"id": "502", "type": "Feature", "properties": {"id": "ak16988828", "mag": 1.6, "time": 1507090167802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1141, 63.8125, 0.0]}, "bbox": [-149.1141, 63.8125, -149.1141, 63.8125]}, {"id": "503", "type": "Feature", "properties": {"id": "ci38018104", "mag": 0.97, "time": 1507089080620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.364, 33.395667, 5.23]}, "bbox": [-116.364, 33.395667, -116.364, 33.395667]}, {"id": "504", "type": "Feature", "properties": {"id": "ci38018096", "mag": 1.15, "time": 1507088756230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.118, 33.743333, 14.37]}, "bbox": [-118.118, 33.743333, -118.118, 33.743333]}, {"id": "505", "type": "Feature", "properties": {"id": "us2000b0th", "mag": 5.0, "time": 1507087351060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1517, -31.5827, 35.55]}, "bbox": [-178.1517, -31.5827, -178.1517, -31.5827]}, {"id": "506", "type": "Feature", "properties": {"id": "nc72903886", "mag": 1.89, "time": 1507087145860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157333, 36.593167, 6.68]}, "bbox": [-121.157333, 36.593167, -121.157333, 36.593167]}, {"id": "507", "type": "Feature", "properties": {"id": "nc72903881", "mag": 1.09, "time": 1507086787130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718666, 38.771667, 2.16]}, "bbox": [-122.718666, 38.771667, -122.718666, 38.771667]}, {"id": "508", "type": "Feature", "properties": {"id": "us2000b0t5", "mag": 5.2, "time": 1507086128100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.1988, -23.1056, 126.96]}, "bbox": [-68.1988, -23.1056, -68.1988, -23.1056]}, {"id": "509", "type": "Feature", "properties": {"id": "nn00608095", "mag": 1.8, "time": 1507085141975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2313, 37.1571, 11.8]}, "bbox": [-117.2313, 37.1571, -117.2313, 37.1571]}, {"id": "510", "type": "Feature", "properties": {"id": "ak16988758", "mag": 1.7, "time": 1507084302637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3056, 61.634, 42.6]}, "bbox": [-146.3056, 61.634, -146.3056, 61.634]}, {"id": "511", "type": "Feature", "properties": {"id": "nc72903856", "mag": 1.42, "time": 1507084182620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.847167, 37.6515, 3.01]}, "bbox": [-118.847167, 37.6515, -118.847167, 37.6515]}, {"id": "512", "type": "Feature", "properties": {"id": "ak16988756", "mag": 1.9, "time": 1507083972695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8168, 61.2547, 28.1]}, "bbox": [-146.8168, 61.2547, -146.8168, 61.2547]}, {"id": "513", "type": "Feature", "properties": {"id": "ci38018048", "mag": 1.01, "time": 1507081338310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112167, 34.101167, 8.93]}, "bbox": [-118.112167, 34.101167, -118.112167, 34.101167]}, {"id": "514", "type": "Feature", "properties": {"id": "mb80259119", "mag": 1.6, "time": 1507080820140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521833, 46.872833, 10.74]}, "bbox": [-112.521833, 46.872833, -112.521833, 46.872833]}, {"id": "515", "type": "Feature", "properties": {"id": "mb80259154", "mag": 1.65, "time": 1507080779330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5265, 46.876167, 11.17]}, "bbox": [-112.5265, 46.876167, -112.5265, 46.876167]}, {"id": "516", "type": "Feature", "properties": {"id": "ak16988720", "mag": 2.3, "time": 1507079042841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4064, 60.3952, 12.4]}, "bbox": [-147.4064, 60.3952, -147.4064, 60.3952]}, {"id": "517", "type": "Feature", "properties": {"id": "nn00608069", "mag": 1.7, "time": 1507077765338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5495, 40.2609, 8.3]}, "bbox": [-119.5495, 40.2609, -119.5495, 40.2609]}, {"id": "518", "type": "Feature", "properties": {"id": "ak16988717", "mag": 1.6, "time": 1507077365759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3311, 63.2608, 0.8]}, "bbox": [-151.3311, 63.2608, -151.3311, 63.2608]}, {"id": "519", "type": "Feature", "properties": {"id": "hv61931706", "mag": 1.47, "time": 1507077049100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6385, 19.553667, 11.424]}, "bbox": [-155.6385, 19.553667, -155.6385, 19.553667]}, {"id": "520", "type": "Feature", "properties": {"id": "ci38018040", "mag": 0.98, "time": 1507076389190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.269, 34.0685, 15.7]}, "bbox": [-117.269, 34.0685, -117.269, 34.0685]}, {"id": "521", "type": "Feature", "properties": {"id": "uw61337006", "mag": 0.96, "time": 1507074699210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751333, 47.996333, 14.52]}, "bbox": [-122.751333, 47.996333, -122.751333, 47.996333]}, {"id": "522", "type": "Feature", "properties": {"id": "us2000b0rt", "mag": 4.2, "time": 1507074238890, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.7745, 8.5663, 30.59]}, "bbox": [-82.7745, 8.5663, -82.7745, 8.5663]}, {"id": "523", "type": "Feature", "properties": {"id": "ci38018024", "mag": 1.57, "time": 1507073295750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681, 35.0345, -0.82]}, "bbox": [-117.681, 35.0345, -117.681, 35.0345]}, {"id": "524", "type": "Feature", "properties": {"id": "ak16988594", "mag": 2.0, "time": 1507073162743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2617, 62.1345, 75.8]}, "bbox": [-151.2617, 62.1345, -151.2617, 62.1345]}, {"id": "525", "type": "Feature", "properties": {"id": "ak16988588", "mag": 1.3, "time": 1507072732101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2839, 61.0371, 0.0]}, "bbox": [-148.2839, 61.0371, -148.2839, 61.0371]}, {"id": "526", "type": "Feature", "properties": {"id": "uw61336986", "mag": 1.86, "time": 1507072508440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.616667, 48.275333, 6.9]}, "bbox": [-120.616667, 48.275333, -120.616667, 48.275333]}, {"id": "527", "type": "Feature", "properties": {"id": "uw61336981", "mag": 1.89, "time": 1507072212820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6095, 48.259, 5.47]}, "bbox": [-120.6095, 48.259, -120.6095, 48.259]}, {"id": "528", "type": "Feature", "properties": {"id": "ak16988584", "mag": 1.0, "time": 1507071678363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3354, 64.9934, 0.0]}, "bbox": [-147.3354, 64.9934, -147.3354, 64.9934]}, {"id": "529", "type": "Feature", "properties": {"id": "nc72903836", "mag": 1.12, "time": 1507071527650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805, 38.822667, 2.85]}, "bbox": [-122.805, 38.822667, -122.805, 38.822667]}, {"id": "530", "type": "Feature", "properties": {"id": "nc72903831", "mag": 1.06, "time": 1507071133930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808998, 38.823166, 1.74]}, "bbox": [-122.808998, 38.823166, -122.808998, 38.823166]}, {"id": "531", "type": "Feature", "properties": {"id": "ak16994062", "mag": 1.2, "time": 1507071050929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8464, 63.0394, 121.6]}, "bbox": [-150.8464, 63.0394, -150.8464, 63.0394]}, {"id": "532", "type": "Feature", "properties": {"id": "nn00608062", "mag": 1.5, "time": 1507069440991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 37.5469, 5.1]}, "bbox": [-117.445, 37.5469, -117.445, 37.5469]}, {"id": "533", "type": "Feature", "properties": {"id": "nc72903806", "mag": 1.23, "time": 1507069427950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739333, 38.805667, 1.44]}, "bbox": [-122.739333, 38.805667, -122.739333, 38.805667]}, {"id": "534", "type": "Feature", "properties": {"id": "uw61336956", "mag": 1.0, "time": 1507069356480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319167, 46.078167, -1.11]}, "bbox": [-122.319167, 46.078167, -122.319167, 46.078167]}, {"id": "535", "type": "Feature", "properties": {"id": "ak16988555", "mag": 2.0, "time": 1507069258013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.1558, 67.7665, 10.8]}, "bbox": [-164.1558, 67.7665, -164.1558, 67.7665]}, {"id": "536", "type": "Feature", "properties": {"id": "ak16988552", "mag": 1.6, "time": 1507069137803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3107, 61.1448, 20.1]}, "bbox": [-148.3107, 61.1448, -148.3107, 61.1448]}, {"id": "537", "type": "Feature", "properties": {"id": "us2000b0q2", "mag": 4.2, "time": 1507068153470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2992, 15.6198, 60.2]}, "bbox": [-94.2992, 15.6198, -94.2992, 15.6198]}, {"id": "538", "type": "Feature", "properties": {"id": "ci38018000", "mag": 1.69, "time": 1507067212670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446333, 34.153333, 6.34]}, "bbox": [-116.446333, 34.153333, -116.446333, 34.153333]}, {"id": "539", "type": "Feature", "properties": {"id": "mb80259099", "mag": 1.07, "time": 1507067005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.4045, 43.682, 5.87]}, "bbox": [-110.4045, 43.682, -110.4045, 43.682]}, {"id": "540", "type": "Feature", "properties": {"id": "ak16988545", "mag": 1.7, "time": 1507066676846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6733, 65.2302, 8.7]}, "bbox": [-150.6733, 65.2302, -150.6733, 65.2302]}, {"id": "541", "type": "Feature", "properties": {"id": "nn00608050", "mag": 1.7, "time": 1507066159273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0874, 39.024, 7.5]}, "bbox": [-118.0874, 39.024, -118.0874, 39.024]}, {"id": "542", "type": "Feature", "properties": {"id": "ci38017984", "mag": 1.71, "time": 1507065949300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.347667, 33.392, 3.2]}, "bbox": [-116.347667, 33.392, -116.347667, 33.392]}, {"id": "543", "type": "Feature", "properties": {"id": "uu60251062", "mag": 1.76, "time": 1507065772640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.412333, 42.583667, 5.9]}, "bbox": [-111.412333, 42.583667, -111.412333, 42.583667]}, {"id": "544", "type": "Feature", "properties": {"id": "ak16988519", "mag": 2.6, "time": 1507065657270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2687, 57.0749, 82.1]}, "bbox": [-156.2687, 57.0749, -156.2687, 57.0749]}, {"id": "545", "type": "Feature", "properties": {"id": "ak16988491", "mag": 1.6, "time": 1507065428977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3929, 65.0131, 16.1]}, "bbox": [-161.3929, 65.0131, -161.3929, 65.0131]}, {"id": "546", "type": "Feature", "properties": {"id": "ak16988489", "mag": 1.2, "time": 1507065333200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6212, 63.3407, 7.0]}, "bbox": [-145.6212, 63.3407, -145.6212, 63.3407]}, {"id": "547", "type": "Feature", "properties": {"id": "ak16988484", "mag": 2.3, "time": 1507065014972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0452, 62.216, 67.5]}, "bbox": [-151.0452, 62.216, -151.0452, 62.216]}, {"id": "548", "type": "Feature", "properties": {"id": "nc72905396", "mag": 1.11, "time": 1507064824530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4595, 41.531833, 2.93]}, "bbox": [-121.4595, 41.531833, -121.4595, 41.531833]}, {"id": "549", "type": "Feature", "properties": {"id": "uu60251057", "mag": 2.05, "time": 1507064724100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.399, 42.521333, 8.16]}, "bbox": [-111.399, 42.521333, -111.399, 42.521333]}, {"id": "550", "type": "Feature", "properties": {"id": "ci38017976", "mag": 1.59, "time": 1507064335800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445833, 34.1535, 6.5]}, "bbox": [-116.445833, 34.1535, -116.445833, 34.1535]}, {"id": "551", "type": "Feature", "properties": {"id": "nc72903776", "mag": 1.19, "time": 1507063701570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.529167, 1.8]}, "bbox": [-118.8805, 37.529167, -118.8805, 37.529167]}, {"id": "552", "type": "Feature", "properties": {"id": "us2000b0nr", "mag": 5.7, "time": 1507063144760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-49.3194, 13.4552, 10.0]}, "bbox": [-49.3194, 13.4552, -49.3194, 13.4552]}, {"id": "553", "type": "Feature", "properties": {"id": "nc72903771", "mag": 2.49, "time": 1507062907080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.767, 38.799167, 0.51]}, "bbox": [-122.767, 38.799167, -122.767, 38.799167]}, {"id": "554", "type": "Feature", "properties": {"id": "ak16988466", "mag": 1.3, "time": 1507062241011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5134, 62.1795, 23.0]}, "bbox": [-145.5134, 62.1795, -145.5134, 62.1795]}, {"id": "555", "type": "Feature", "properties": {"id": "ak16988439", "mag": 2.2, "time": 1507061510846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8761, 60.5934, 142.5]}, "bbox": [-152.8761, 60.5934, -152.8761, 60.5934]}, {"id": "556", "type": "Feature", "properties": {"id": "us2000b0n8", "mag": 4.5, "time": 1507061510710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.7231, 55.3488, 28.06]}, "bbox": [166.7231, 55.3488, 166.7231, 55.3488]}, {"id": "557", "type": "Feature", "properties": {"id": "ci38017952", "mag": 1.07, "time": 1507061299680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4405, 34.156167, 8.27]}, "bbox": [-116.4405, 34.156167, -116.4405, 34.156167]}, {"id": "558", "type": "Feature", "properties": {"id": "ak16988437", "mag": 1.3, "time": 1507061230777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0856, 61.3457, 14.4]}, "bbox": [-148.0856, 61.3457, -148.0856, 61.3457]}, {"id": "559", "type": "Feature", "properties": {"id": "ak16988435", "mag": 1.5, "time": 1507060035702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9837, 61.6046, 61.8]}, "bbox": [-150.9837, 61.6046, -150.9837, 61.6046]}, {"id": "560", "type": "Feature", "properties": {"id": "nc72903741", "mag": 1.18, "time": 1507059288800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764831, 38.788502, -0.61]}, "bbox": [-122.764831, 38.788502, -122.764831, 38.788502]}, {"id": "561", "type": "Feature", "properties": {"id": "ci38017936", "mag": 1.69, "time": 1507059189120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.4895, 4.06]}, "bbox": [-116.7955, 33.4895, -116.7955, 33.4895]}, {"id": "562", "type": "Feature", "properties": {"id": "ak16994048", "mag": 1.6, "time": 1507059099655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6496, 59.6816, 88.6]}, "bbox": [-152.6496, 59.6816, -152.6496, 59.6816]}, {"id": "563", "type": "Feature", "properties": {"id": "ak16994047", "mag": 1.4, "time": 1507058879703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6613, 58.3127, 61.4]}, "bbox": [-153.6613, 58.3127, -153.6613, 58.3127]}, {"id": "564", "type": "Feature", "properties": {"id": "nn00608048", "mag": 1.1, "time": 1507058710135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9271, 40.1731, 13.8]}, "bbox": [-119.9271, 40.1731, -119.9271, 40.1731]}, {"id": "565", "type": "Feature", "properties": {"id": "ci38017912", "mag": 1.43, "time": 1507058424320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.440833, 34.1545, 6.88]}, "bbox": [-116.440833, 34.1545, -116.440833, 34.1545]}, {"id": "566", "type": "Feature", "properties": {"id": "ci38017904", "mag": 1.19, "time": 1507057846620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1795, 35.002, -0.83]}, "bbox": [-118.1795, 35.002, -118.1795, 35.002]}, {"id": "567", "type": "Feature", "properties": {"id": "ci38017896", "mag": 1.26, "time": 1507057788590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.941667, 32.908, -0.33]}, "bbox": [-116.941667, 32.908, -116.941667, 32.908]}, {"id": "568", "type": "Feature", "properties": {"id": "us2000b0lw", "mag": 5.2, "time": 1507057466210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.8364, -55.2702, 10.0]}, "bbox": [-28.8364, -55.2702, -28.8364, -55.2702]}, {"id": "569", "type": "Feature", "properties": {"id": "mb80259069", "mag": 1.71, "time": 1507056294930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.503, 46.830333, 12.9]}, "bbox": [-112.503, 46.830333, -112.503, 46.830333]}, {"id": "570", "type": "Feature", "properties": {"id": "ak16988418", "mag": 1.8, "time": 1507056127213, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6502, 57.4998, 47.0]}, "bbox": [-154.6502, 57.4998, -154.6502, 57.4998]}, {"id": "571", "type": "Feature", "properties": {"id": "nc72903726", "mag": 1.14, "time": 1507056074240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.84, 37.503833, 0.26]}, "bbox": [-118.84, 37.503833, -118.84, 37.503833]}, {"id": "572", "type": "Feature", "properties": {"id": "ak16988415", "mag": 1.4, "time": 1507055512017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8175, 61.6607, 28.4]}, "bbox": [-146.8175, 61.6607, -146.8175, 61.6607]}, {"id": "573", "type": "Feature", "properties": {"id": "hv61931361", "mag": 2.65, "time": 1507055057800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.324, 19.406667, 7.018]}, "bbox": [-155.324, 19.406667, -155.324, 19.406667]}, {"id": "574", "type": "Feature", "properties": {"id": "ci38017848", "mag": 1.04, "time": 1507054498390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.44, 34.157667, 8.94]}, "bbox": [-116.44, 34.157667, -116.44, 34.157667]}, {"id": "575", "type": "Feature", "properties": {"id": "uu60251037", "mag": 1.12, "time": 1507053937840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.592167, 6.15]}, "bbox": [-111.424333, 42.592167, -111.424333, 42.592167]}, {"id": "576", "type": "Feature", "properties": {"id": "hv61931346", "mag": 2.16, "time": 1507053691890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.373667, 20.034833, 13.532]}, "bbox": [-155.373667, 20.034833, -155.373667, 20.034833]}, {"id": "577", "type": "Feature", "properties": {"id": "mb80259064", "mag": 1.12, "time": 1507053599620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 46.334833, -2.0]}, "bbox": [-111.609167, 46.334833, -111.609167, 46.334833]}, {"id": "578", "type": "Feature", "properties": {"id": "ak16988394", "mag": 1.6, "time": 1507052715999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9718, 60.8946, 14.9]}, "bbox": [-150.9718, 60.8946, -150.9718, 60.8946]}, {"id": "579", "type": "Feature", "properties": {"id": "ak16988390", "mag": 1.9, "time": 1507052122028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3579, 61.0247, 111.3]}, "bbox": [-152.3579, 61.0247, -152.3579, 61.0247]}, {"id": "580", "type": "Feature", "properties": {"id": "nc72903716", "mag": 2.07, "time": 1507052014050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.787667, 37.598833, 5.1]}, "bbox": [-118.787667, 37.598833, -118.787667, 37.598833]}, {"id": "581", "type": "Feature", "properties": {"id": "ak16994042", "mag": 2.0, "time": 1507051700735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4244, 59.8428, 129.5]}, "bbox": [-153.4244, 59.8428, -153.4244, 59.8428]}, {"id": "582", "type": "Feature", "properties": {"id": "us2000b0jm", "mag": 4.6, "time": 1507050191000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.1126, -2.5625, 21.57]}, "bbox": [140.1126, -2.5625, 140.1126, -2.5625]}, {"id": "583", "type": "Feature", "properties": {"id": "ci38017808", "mag": 1.9, "time": 1507049580810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445167, 33.264333, 2.22]}, "bbox": [-116.445167, 33.264333, -116.445167, 33.264333]}, {"id": "584", "type": "Feature", "properties": {"id": "nn00608002", "mag": 1.2, "time": 1507049448566, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2901, 37.8049, 7.5]}, "bbox": [-114.2901, 37.8049, -114.2901, 37.8049]}, {"id": "585", "type": "Feature", "properties": {"id": "uu60251027", "mag": 1.41, "time": 1507048713320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.760333, 39.998667, 8.73]}, "bbox": [-111.760333, 39.998667, -111.760333, 39.998667]}, {"id": "586", "type": "Feature", "properties": {"id": "ak16988364", "mag": 1.1, "time": 1507048704427, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9116, 61.1262, 0.0]}, "bbox": [-147.9116, 61.1262, -147.9116, 61.1262]}, {"id": "587", "type": "Feature", "properties": {"id": "ak16988361", "mag": 1.8, "time": 1507048669896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1084, 64.9183, 18.5]}, "bbox": [-149.1084, 64.9183, -149.1084, 64.9183]}, {"id": "588", "type": "Feature", "properties": {"id": "ci38017800", "mag": 0.98, "time": 1507048261760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446833, 34.154333, 7.94]}, "bbox": [-116.446833, 34.154333, -116.446833, 34.154333]}, {"id": "589", "type": "Feature", "properties": {"id": "nc72903676", "mag": 1.69, "time": 1507047264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.455833, 2.67]}, "bbox": [-118.8285, 37.455833, -118.8285, 37.455833]}, {"id": "590", "type": "Feature", "properties": {"id": "nc72903671", "mag": 1.3, "time": 1507047173830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 37.287833, 7.31]}, "bbox": [-121.5795, 37.287833, -121.5795, 37.287833]}, {"id": "591", "type": "Feature", "properties": {"id": "ci38017744", "mag": 1.05, "time": 1507046707770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.136833, 34.054167, 9.74]}, "bbox": [-117.136833, 34.054167, -117.136833, 34.054167]}, {"id": "592", "type": "Feature", "properties": {"id": "nc72903666", "mag": 2.58, "time": 1507046582120, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.464333, 36.750833, 7.57]}, "bbox": [-121.464333, 36.750833, -121.464333, 36.750833]}, {"id": "593", "type": "Feature", "properties": {"id": "ak16988359", "mag": 1.4, "time": 1507045972022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1249, 62.9454, 112.4]}, "bbox": [-151.1249, 62.9454, -151.1249, 62.9454]}, {"id": "594", "type": "Feature", "properties": {"id": "ak16988358", "mag": 1.6, "time": 1507045690910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2536, 60.0003, 13.7]}, "bbox": [-149.2536, 60.0003, -149.2536, 60.0003]}, {"id": "595", "type": "Feature", "properties": {"id": "ak16994035", "mag": 1.7, "time": 1507044159018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6674, 59.3569, 72.1]}, "bbox": [-152.6674, 59.3569, -152.6674, 59.3569]}, {"id": "596", "type": "Feature", "properties": {"id": "ak16988345", "mag": 2.7, "time": 1507043705635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0117, 59.5043, 89.0]}, "bbox": [-153.0117, 59.5043, -153.0117, 59.5043]}, {"id": "597", "type": "Feature", "properties": {"id": "nc72903631", "mag": 1.33, "time": 1507043277890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.820167, 3.51]}, "bbox": [-122.800667, 38.820167, -122.800667, 38.820167]}, {"id": "598", "type": "Feature", "properties": {"id": "ak16994033", "mag": 1.6, "time": 1507043019584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3814, 58.3192, 13.1]}, "bbox": [-151.3814, 58.3192, -151.3814, 58.3192]}, {"id": "599", "type": "Feature", "properties": {"id": "ak16988343", "mag": 2.7, "time": 1507042999732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3915, 51.6134, 9.1]}, "bbox": [-178.3915, 51.6134, -178.3915, 51.6134]}, {"id": "600", "type": "Feature", "properties": {"id": "ak16994031", "mag": 1.7, "time": 1507042763401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1107, 59.3023, 7.9]}, "bbox": [-150.1107, 59.3023, -150.1107, 59.3023]}, {"id": "601", "type": "Feature", "properties": {"id": "ak16994030", "mag": 1.3, "time": 1507042659104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9147, 62.9235, 104.4]}, "bbox": [-150.9147, 62.9235, -150.9147, 62.9235]}, {"id": "602", "type": "Feature", "properties": {"id": "ak16994029", "mag": 1.6, "time": 1507042166290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0354, 59.6428, 85.1]}, "bbox": [-153.0354, 59.6428, -153.0354, 59.6428]}, {"id": "603", "type": "Feature", "properties": {"id": "us2000b0gv", "mag": 2.1, "time": 1507041358070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8228, 36.4458, 4.6]}, "bbox": [-98.8228, 36.4458, -98.8228, 36.4458]}, {"id": "604", "type": "Feature", "properties": {"id": "ak16988332", "mag": 1.4, "time": 1507041247450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2842, 62.1118, 75.7]}, "bbox": [-151.2842, 62.1118, -151.2842, 62.1118]}, {"id": "605", "type": "Feature", "properties": {"id": "ci38017688", "mag": 1.7, "time": 1507041034810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.665167, 35.975833, 2.12]}, "bbox": [-117.665167, 35.975833, -117.665167, 35.975833]}, {"id": "606", "type": "Feature", "properties": {"id": "hv61931251", "mag": 2.87, "time": 1507040757870, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.370833, 20.027333, 12.259]}, "bbox": [-155.370833, 20.027333, -155.370833, 20.027333]}, {"id": "607", "type": "Feature", "properties": {"id": "us2000b0gr", "mag": 4.6, "time": 1507040383740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9616, -39.6706, 78.62]}, "bbox": [175.9616, -39.6706, 175.9616, -39.6706]}, {"id": "608", "type": "Feature", "properties": {"id": "nc72903611", "mag": 1.04, "time": 1507039230370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.979333, 37.537333, 3.49]}, "bbox": [-118.979333, 37.537333, -118.979333, 37.537333]}, {"id": "609", "type": "Feature", "properties": {"id": "ak16988330", "mag": 1.8, "time": 1507038947118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8047, 53.5035, 24.1]}, "bbox": [-165.8047, 53.5035, -165.8047, 53.5035]}, {"id": "610", "type": "Feature", "properties": {"id": "us2000b0k7", "mag": 2.6, "time": 1507038712390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1971, 51.3674, 18.8]}, "bbox": [-178.1971, 51.3674, -178.1971, 51.3674]}, {"id": "611", "type": "Feature", "properties": {"id": "us2000b0gm", "mag": 4.5, "time": 1507038514350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.7848, 25.0488, 74.86]}, "bbox": [94.7848, 25.0488, 94.7848, 25.0488]}, {"id": "612", "type": "Feature", "properties": {"id": "ak16988328", "mag": 1.3, "time": 1507038483396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5284, 62.2253, 16.5]}, "bbox": [-150.5284, 62.2253, -150.5284, 62.2253]}, {"id": "613", "type": "Feature", "properties": {"id": "ak16994023", "mag": 1.9, "time": 1507038160436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9795, 54.3692, 39.6]}, "bbox": [-162.9795, 54.3692, -162.9795, 54.3692]}, {"id": "614", "type": "Feature", "properties": {"id": "ak16994021", "mag": 1.3, "time": 1507037424410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3659, 61.871, 45.6]}, "bbox": [-147.3659, 61.871, -147.3659, 61.871]}, {"id": "615", "type": "Feature", "properties": {"id": "ci38017640", "mag": 0.99, "time": 1507035054330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.962167, 34.044333, 11.19]}, "bbox": [-116.962167, 34.044333, -116.962167, 34.044333]}, {"id": "616", "type": "Feature", "properties": {"id": "ak16994019", "mag": 2.4, "time": 1507034930692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8074, 51.67, 77.1]}, "bbox": [-179.8074, 51.67, -179.8074, 51.67]}, {"id": "617", "type": "Feature", "properties": {"id": "ak16988323", "mag": 2.5, "time": 1507033401817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.3851, 54.2478, 11.5]}, "bbox": [-162.3851, 54.2478, -162.3851, 54.2478]}, {"id": "618", "type": "Feature", "properties": {"id": "ak16988320", "mag": 1.8, "time": 1507033125169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8594, 61.9955, 7.8]}, "bbox": [-150.8594, 61.9955, -150.8594, 61.9955]}, {"id": "619", "type": "Feature", "properties": {"id": "nc72903576", "mag": 1.25, "time": 1507033081250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.496833, 35.946833, 9.32]}, "bbox": [-120.496833, 35.946833, -120.496833, 35.946833]}, {"id": "620", "type": "Feature", "properties": {"id": "ak16988318", "mag": 1.5, "time": 1507032487878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.705, 62.0401, 40.9]}, "bbox": [-149.705, 62.0401, -149.705, 62.0401]}, {"id": "621", "type": "Feature", "properties": {"id": "nc72903571", "mag": 1.19, "time": 1507032219730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.973167, 37.635667, 4.8]}, "bbox": [-118.973167, 37.635667, -118.973167, 37.635667]}, {"id": "622", "type": "Feature", "properties": {"id": "ak16988315", "mag": 1.6, "time": 1507031200996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1077, 57.8662, 5.2]}, "bbox": [-156.1077, 57.8662, -156.1077, 57.8662]}, {"id": "623", "type": "Feature", "properties": {"id": "nc72903561", "mag": 1.07, "time": 1507031172540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802002, 38.825832, 2.3]}, "bbox": [-122.802002, 38.825832, -122.802002, 38.825832]}, {"id": "624", "type": "Feature", "properties": {"id": "ak16988314", "mag": 1.7, "time": 1507031152426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 60.0214, 78.4]}, "bbox": [-152.0389, 60.0214, -152.0389, 60.0214]}, {"id": "625", "type": "Feature", "properties": {"id": "mb80259049", "mag": 2.51, "time": 1507030950500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.353833, 43.520167, 3.75]}, "bbox": [-110.353833, 43.520167, -110.353833, 43.520167]}, {"id": "626", "type": "Feature", "properties": {"id": "nc72903556", "mag": 1.59, "time": 1507030601280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.630333, 6.72]}, "bbox": [-118.887667, 37.630333, -118.887667, 37.630333]}, {"id": "627", "type": "Feature", "properties": {"id": "ci38017616", "mag": 1.23, "time": 1507030424420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812833, 34.096833, 13.63]}, "bbox": [-117.812833, 34.096833, -117.812833, 34.096833]}, {"id": "628", "type": "Feature", "properties": {"id": "ci38017608", "mag": 1.47, "time": 1507030255050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808167, 34.092333, 14.9]}, "bbox": [-117.808167, 34.092333, -117.808167, 34.092333]}, {"id": "629", "type": "Feature", "properties": {"id": "nc72903546", "mag": 1.09, "time": 1507029639750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.82267, 38.807835, 1.84]}, "bbox": [-122.82267, 38.807835, -122.82267, 38.807835]}, {"id": "630", "type": "Feature", "properties": {"id": "ak16988306", "mag": 2.7, "time": 1507027595732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4068, 51.6479, 12.1]}, "bbox": [-178.4068, 51.6479, -178.4068, 51.6479]}, {"id": "631", "type": "Feature", "properties": {"id": "nc72903531", "mag": 1.14, "time": 1507027098870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763168, 38.789001, 0.79]}, "bbox": [-122.763168, 38.789001, -122.763168, 38.789001]}, {"id": "632", "type": "Feature", "properties": {"id": "ak16988304", "mag": 1.4, "time": 1507026885090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5708, 61.3679, 26.2]}, "bbox": [-149.5708, 61.3679, -149.5708, 61.3679]}, {"id": "633", "type": "Feature", "properties": {"id": "ak16994008", "mag": 1.6, "time": 1507025162686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.958, 61.2532, 105.4]}, "bbox": [-151.958, 61.2532, -151.958, 61.2532]}, {"id": "634", "type": "Feature", "properties": {"id": "ak16994007", "mag": 1.2, "time": 1507024176706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1195, 62.8909, 99.0]}, "bbox": [-151.1195, 62.8909, -151.1195, 62.8909]}, {"id": "635", "type": "Feature", "properties": {"id": "ak16988295", "mag": 2.1, "time": 1507023250156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3958, 51.6323, 10.7]}, "bbox": [-178.3958, 51.6323, -178.3958, 51.6323]}, {"id": "636", "type": "Feature", "properties": {"id": "ak16988294", "mag": 1.3, "time": 1507023225669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7855, 61.7554, 59.2]}, "bbox": [-150.7855, 61.7554, -150.7855, 61.7554]}, {"id": "637", "type": "Feature", "properties": {"id": "ak16988292", "mag": 2.6, "time": 1507022763592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7772, 53.1343, 25.6]}, "bbox": [-166.7772, 53.1343, -166.7772, 53.1343]}, {"id": "638", "type": "Feature", "properties": {"id": "ak16988287", "mag": 1.2, "time": 1507022053291, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.872, 64.5325, 18.4]}, "bbox": [-149.872, 64.5325, -149.872, 64.5325]}, {"id": "639", "type": "Feature", "properties": {"id": "ak16988284", "mag": 1.3, "time": 1507021950836, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.929, 64.5216, 18.2]}, "bbox": [-149.929, 64.5216, -149.929, 64.5216]}, {"id": "640", "type": "Feature", "properties": {"id": "ak16988282", "mag": 1.4, "time": 1507021938525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8923, 58.4847, 8.2]}, "bbox": [-154.8923, 58.4847, -154.8923, 58.4847]}, {"id": "641", "type": "Feature", "properties": {"id": "ci38017544", "mag": 1.28, "time": 1507021318130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791333, 33.687167, 16.23]}, "bbox": [-116.791333, 33.687167, -116.791333, 33.687167]}, {"id": "642", "type": "Feature", "properties": {"id": "ak16988279", "mag": 2.0, "time": 1507020554043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2158, 61.698, 77.3]}, "bbox": [-151.2158, 61.698, -151.2158, 61.698]}, {"id": "643", "type": "Feature", "properties": {"id": "mb80259034", "mag": 1.18, "time": 1507020432130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.873, 11.92]}, "bbox": [-112.521333, 46.873, -112.521333, 46.873]}, {"id": "644", "type": "Feature", "properties": {"id": "us2000b0fa", "mag": 4.2, "time": 1507019233190, "felt": 43.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.0212, -33.014, 17.65]}, "bbox": [-72.0212, -33.014, -72.0212, -33.014]}, {"id": "645", "type": "Feature", "properties": {"id": "ak16988271", "mag": 1.8, "time": 1507019136375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.4739, 86.3]}, "bbox": [-152.1655, 60.4739, -152.1655, 60.4739]}, {"id": "646", "type": "Feature", "properties": {"id": "uu60250997", "mag": 1.69, "time": 1507019083210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.137833, 42.522333, -0.39]}, "bbox": [-111.137833, 42.522333, -111.137833, 42.522333]}, {"id": "647", "type": "Feature", "properties": {"id": "ak16993998", "mag": 1.8, "time": 1507018712322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0756, 60.1685, 13.9]}, "bbox": [-147.0756, 60.1685, -147.0756, 60.1685]}, {"id": "648", "type": "Feature", "properties": {"id": "nc72903491", "mag": 1.22, "time": 1507017869360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.486, 36.378, 5.97]}, "bbox": [-121.486, 36.378, -121.486, 36.378]}, {"id": "649", "type": "Feature", "properties": {"id": "ci38017536", "mag": 1.46, "time": 1507016252180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.479, 32.737333, 7.83]}, "bbox": [-115.479, 32.737333, -115.479, 32.737333]}, {"id": "650", "type": "Feature", "properties": {"id": "ak16988268", "mag": 1.4, "time": 1507015945802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0368, 61.1636, 0.4]}, "bbox": [-140.0368, 61.1636, -140.0368, 61.1636]}, {"id": "651", "type": "Feature", "properties": {"id": "ak16988267", "mag": 1.2, "time": 1507015806607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4998, 63.1031, 5.3]}, "bbox": [-151.4998, 63.1031, -151.4998, 63.1031]}, {"id": "652", "type": "Feature", "properties": {"id": "ci38017504", "mag": 1.41, "time": 1507014429310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363333, 34.832, 3.07]}, "bbox": [-116.363333, 34.832, -116.363333, 34.832]}, {"id": "653", "type": "Feature", "properties": {"id": "ak16988254", "mag": 4.1, "time": 1507013968245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3923, 54.6037, 20.2]}, "bbox": [-161.3923, 54.6037, -161.3923, 54.6037]}, {"id": "654", "type": "Feature", "properties": {"id": "ak16988252", "mag": 1.7, "time": 1507013732258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7964, 59.8936, 15.8]}, "bbox": [-136.7964, 59.8936, -136.7964, 59.8936]}, {"id": "655", "type": "Feature", "properties": {"id": "mb80259004", "mag": 1.07, "time": 1507013501160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.877333, 10.49]}, "bbox": [-112.523, 46.877333, -112.523, 46.877333]}, {"id": "656", "type": "Feature", "properties": {"id": "nn00607998", "mag": 1.1, "time": 1507013301155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3199, 37.7813, 5.0]}, "bbox": [-114.3199, 37.7813, -114.3199, 37.7813]}, {"id": "657", "type": "Feature", "properties": {"id": "ak16993990", "mag": 1.4, "time": 1507012650027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.264, 62.5244, 86.6]}, "bbox": [-151.264, 62.5244, -151.264, 62.5244]}, {"id": "658", "type": "Feature", "properties": {"id": "ak16988247", "mag": 2.1, "time": 1507012115547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4061, 51.6742, 14.8]}, "bbox": [-178.4061, 51.6742, -178.4061, 51.6742]}, {"id": "659", "type": "Feature", "properties": {"id": "ak16988245", "mag": 1.0, "time": 1507011961646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.539, 63.1068, 11.2]}, "bbox": [-151.539, 63.1068, -151.539, 63.1068]}, {"id": "660", "type": "Feature", "properties": {"id": "ci38017496", "mag": 1.24, "time": 1507011934810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.013833, 33.662167, 11.95]}, "bbox": [-117.013833, 33.662167, -117.013833, 33.662167]}, {"id": "661", "type": "Feature", "properties": {"id": "ci38017488", "mag": 1.25, "time": 1507011688900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.047333, 33.171, 5.29]}, "bbox": [-116.047333, 33.171, -116.047333, 33.171]}, {"id": "662", "type": "Feature", "properties": {"id": "ak16993987", "mag": 1.9, "time": 1507011535768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4878, 51.73, 4.8]}, "bbox": [-175.4878, 51.73, -175.4878, 51.73]}, {"id": "663", "type": "Feature", "properties": {"id": "ak16993986", "mag": 2.3, "time": 1507011386112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3903, 51.6732, 5.4]}, "bbox": [-178.3903, 51.6732, -178.3903, 51.6732]}, {"id": "664", "type": "Feature", "properties": {"id": "ci38017472", "mag": 1.5, "time": 1507010945840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.936833, 33.147, 7.23]}, "bbox": [-115.936833, 33.147, -115.936833, 33.147]}, {"id": "665", "type": "Feature", "properties": {"id": "ak16988244", "mag": 1.2, "time": 1507010895307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6337, 63.3262, 13.3]}, "bbox": [-145.6337, 63.3262, -145.6337, 63.3262]}, {"id": "666", "type": "Feature", "properties": {"id": "ci38017464", "mag": 1.4, "time": 1507008876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4845, 32.748667, 13.78]}, "bbox": [-115.4845, 32.748667, -115.4845, 32.748667]}, {"id": "667", "type": "Feature", "properties": {"id": "ci38017456", "mag": 1.19, "time": 1507008741980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.783833, 33.267833, 11.48]}, "bbox": [-116.783833, 33.267833, -116.783833, 33.267833]}, {"id": "668", "type": "Feature", "properties": {"id": "us2000b0ef", "mag": 4.9, "time": 1507008633680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9398, 15.4089, 62.32]}, "bbox": [-93.9398, 15.4089, -93.9398, 15.4089]}, {"id": "669", "type": "Feature", "properties": {"id": "mb80258984", "mag": 1.01, "time": 1507006889790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.430667, 43.6785, 7.63]}, "bbox": [-110.430667, 43.6785, -110.430667, 43.6785]}, {"id": "670", "type": "Feature", "properties": {"id": "mb80258979", "mag": 1.31, "time": 1507006468040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5225, 46.871167, 10.98]}, "bbox": [-112.5225, 46.871167, -112.5225, 46.871167]}, {"id": "671", "type": "Feature", "properties": {"id": "ak16988238", "mag": 2.4, "time": 1507005858917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.1659, 51.8129, 90.4]}, "bbox": [-174.1659, 51.8129, -174.1659, 51.8129]}, {"id": "672", "type": "Feature", "properties": {"id": "ak16993983", "mag": 1.4, "time": 1507004701069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7077, 62.778, 79.7]}, "bbox": [-150.7077, 62.778, -150.7077, 62.778]}, {"id": "673", "type": "Feature", "properties": {"id": "ci38017432", "mag": 1.1, "time": 1507003677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.485333, 4.63]}, "bbox": [-116.790667, 33.485333, -116.790667, 33.485333]}, {"id": "674", "type": "Feature", "properties": {"id": "ak16988237", "mag": 1.5, "time": 1507003090709, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0237, 61.1529, 7.4]}, "bbox": [-140.0237, 61.1529, -140.0237, 61.1529]}, {"id": "675", "type": "Feature", "properties": {"id": "mb80258949", "mag": 1.2, "time": 1507002724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.869, 10.38]}, "bbox": [-112.529833, 46.869, -112.529833, 46.869]}, {"id": "676", "type": "Feature", "properties": {"id": "ak16988235", "mag": 2.7, "time": 1507001740915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.6571, 52.9982, 32.2]}, "bbox": [-167.6571, 52.9982, -167.6571, 52.9982]}, {"id": "677", "type": "Feature", "properties": {"id": "nn00607958", "mag": 1.2, "time": 1507001239948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3057, 38.4484, 5.6]}, "bbox": [-119.3057, 38.4484, -119.3057, 38.4484]}, {"id": "678", "type": "Feature", "properties": {"id": "ak16988229", "mag": 1.6, "time": 1506999699601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3039, 62.7285, 79.0]}, "bbox": [-150.3039, 62.7285, -150.3039, 62.7285]}, {"id": "679", "type": "Feature", "properties": {"id": "ak16988225", "mag": 1.7, "time": 1506999179710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.178, 66.888, 7.7]}, "bbox": [-146.178, 66.888, -146.178, 66.888]}, {"id": "680", "type": "Feature", "properties": {"id": "mb80258939", "mag": 1.1, "time": 1506998768510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.860333, 12.25]}, "bbox": [-112.528833, 46.860333, -112.528833, 46.860333]}, {"id": "681", "type": "Feature", "properties": {"id": "ak16988222", "mag": 2.7, "time": 1506998450736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4948, 53.5386, 57.3]}, "bbox": [-166.4948, 53.5386, -166.4948, 53.5386]}, {"id": "682", "type": "Feature", "properties": {"id": "ak16988221", "mag": 1.2, "time": 1506998296606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3526, 63.268, 2.3]}, "bbox": [-151.3526, 63.268, -151.3526, 63.268]}, {"id": "683", "type": "Feature", "properties": {"id": "ak16988218", "mag": 1.0, "time": 1506997994823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5335, 53.8446, 6.9]}, "bbox": [-166.5335, 53.8446, -166.5335, 53.8446]}, {"id": "684", "type": "Feature", "properties": {"id": "ak16988217", "mag": 2.2, "time": 1506997972933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6125, 58.9289, 125.8]}, "bbox": [-154.6125, 58.9289, -154.6125, 58.9289]}, {"id": "685", "type": "Feature", "properties": {"id": "nc72903391", "mag": 1.03, "time": 1506997840780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847336, 38.829834, 1.06]}, "bbox": [-122.847336, 38.829834, -122.847336, 38.829834]}, {"id": "686", "type": "Feature", "properties": {"id": "nc72903396", "mag": 1.23, "time": 1506997715100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.315667, 37.487833, 3.9]}, "bbox": [-119.315667, 37.487833, -119.315667, 37.487833]}, {"id": "687", "type": "Feature", "properties": {"id": "ci38017400", "mag": 1.05, "time": 1506997467730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.334333, 33.346333, 9.65]}, "bbox": [-116.334333, 33.346333, -116.334333, 33.346333]}, {"id": "688", "type": "Feature", "properties": {"id": "ak16993974", "mag": 1.4, "time": 1506996608838, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2536, 62.5803, 93.5]}, "bbox": [-151.2536, 62.5803, -151.2536, 62.5803]}, {"id": "689", "type": "Feature", "properties": {"id": "ak16988215", "mag": 1.6, "time": 1506996320652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.155, 61.9755, 70.6]}, "bbox": [-151.155, 61.9755, -151.155, 61.9755]}, {"id": "690", "type": "Feature", "properties": {"id": "ak16993972", "mag": 1.6, "time": 1506995513010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7768, 60.1335, 76.2]}, "bbox": [-151.7768, 60.1335, -151.7768, 60.1335]}, {"id": "691", "type": "Feature", "properties": {"id": "ak16993971", "mag": 1.2, "time": 1506995387104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6738, 61.6682, 50.5]}, "bbox": [-149.6738, 61.6682, -149.6738, 61.6682]}, {"id": "692", "type": "Feature", "properties": {"id": "hv61930601", "mag": 2.1, "time": 1506994522010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.565506, 19.795834, 15.58]}, "bbox": [-155.565506, 19.795834, -155.565506, 19.795834]}, {"id": "693", "type": "Feature", "properties": {"id": "ak16993970", "mag": 1.1, "time": 1506994269143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0156, 64.7374, 10.4]}, "bbox": [-140.0156, 64.7374, -140.0156, 64.7374]}, {"id": "694", "type": "Feature", "properties": {"id": "nc72903381", "mag": 1.16, "time": 1506991878630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.803169, 38.824001, 2.33]}, "bbox": [-122.803169, 38.824001, -122.803169, 38.824001]}, {"id": "695", "type": "Feature", "properties": {"id": "ci38017368", "mag": 1.36, "time": 1506989712460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168667, 34.0055, 13.99]}, "bbox": [-117.168667, 34.0055, -117.168667, 34.0055]}, {"id": "696", "type": "Feature", "properties": {"id": "uw61336686", "mag": 1.47, "time": 1506988725560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044167, 49.145, -1.01]}, "bbox": [-122.044167, 49.145, -122.044167, 49.145]}, {"id": "697", "type": "Feature", "properties": {"id": "ak16988200", "mag": 2.8, "time": 1506988653897, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6324, 61.3885, 39.1]}, "bbox": [-150.6324, 61.3885, -150.6324, 61.3885]}, {"id": "698", "type": "Feature", "properties": {"id": "nm60207781", "mag": 1.99, "time": 1506988371180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.444833, 36.088167, 13.18]}, "bbox": [-89.444833, 36.088167, -89.444833, 36.088167]}, {"id": "699", "type": "Feature", "properties": {"id": "us2000az70", "mag": 4.7, "time": 1506987102640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.8995, 12.8626, 27.25]}, "bbox": [91.8995, 12.8626, 91.8995, 12.8626]}, {"id": "700", "type": "Feature", "properties": {"id": "ci38017360", "mag": 1.72, "time": 1506986970860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.674, 35.035333, -0.82]}, "bbox": [-117.674, 35.035333, -117.674, 35.035333]}, {"id": "701", "type": "Feature", "properties": {"id": "us2000azc7", "mag": 2.4, "time": 1506986577400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6124, 36.8167, 5.123]}, "bbox": [-97.6124, 36.8167, -97.6124, 36.8167]}, {"id": "702", "type": "Feature", "properties": {"id": "nm60207771", "mag": 1.11, "time": 1506984309110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.517167, 36.232667, 8.34]}, "bbox": [-89.517167, 36.232667, -89.517167, 36.232667]}, {"id": "703", "type": "Feature", "properties": {"id": "ci38017336", "mag": 1.0, "time": 1506984123180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.975833, 4.84]}, "bbox": [-116.2705, 33.975833, -116.2705, 33.975833]}, {"id": "704", "type": "Feature", "properties": {"id": "nc72903356", "mag": 1.77, "time": 1506983102870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.991833, 40.153833, 4.17]}, "bbox": [-120.991833, 40.153833, -120.991833, 40.153833]}, {"id": "705", "type": "Feature", "properties": {"id": "uw61336646", "mag": 1.36, "time": 1506982150130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4015, 46.173833, -0.3]}, "bbox": [-123.4015, 46.173833, -123.4015, 46.173833]}, {"id": "706", "type": "Feature", "properties": {"id": "us2000ayh7", "mag": 4.4, "time": 1506982074330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7039, -22.2431, 108.4]}, "bbox": [-68.7039, -22.2431, -68.7039, -22.2431]}, {"id": "707", "type": "Feature", "properties": {"id": "uw61336631", "mag": 1.27, "time": 1506980575160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.930333, 48.1035, -1.28]}, "bbox": [-121.930333, 48.1035, -121.930333, 48.1035]}, {"id": "708", "type": "Feature", "properties": {"id": "us2000aya0", "mag": 5.3, "time": 1506980277150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.7345, -19.4817, 10.0]}, "bbox": [167.7345, -19.4817, 167.7345, -19.4817]}, {"id": "709", "type": "Feature", "properties": {"id": "nc72903316", "mag": 1.65, "time": 1506979898940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.824833, 2.33]}, "bbox": [-122.802, 38.824833, -122.802, 38.824833]}, {"id": "710", "type": "Feature", "properties": {"id": "nc72903311", "mag": 1.09, "time": 1506979301540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.531667, 37.139833, 8.93]}, "bbox": [-121.531667, 37.139833, -121.531667, 37.139833]}, {"id": "711", "type": "Feature", "properties": {"id": "nc72903306", "mag": 1.08, "time": 1506978484410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.444667, 36.959667, 6.72]}, "bbox": [-121.444667, 36.959667, -121.444667, 36.959667]}, {"id": "712", "type": "Feature", "properties": {"id": "nc72903301", "mag": 1.46, "time": 1506978005870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.351667, 39.5165, 4.32]}, "bbox": [-123.351667, 39.5165, -123.351667, 39.5165]}, {"id": "713", "type": "Feature", "properties": {"id": "mb80258889", "mag": 2.36, "time": 1506975888040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9055, 47.358667, 13.73]}, "bbox": [-113.9055, 47.358667, -113.9055, 47.358667]}, {"id": "714", "type": "Feature", "properties": {"id": "nc72903286", "mag": 0.97, "time": 1506975385450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.590333, 0.28]}, "bbox": [-118.946833, 37.590333, -118.946833, 37.590333]}, {"id": "715", "type": "Feature", "properties": {"id": "ci38017200", "mag": 0.96, "time": 1506974805670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.503167, 33.8695, -0.36]}, "bbox": [-117.503167, 33.8695, -117.503167, 33.8695]}, {"id": "716", "type": "Feature", "properties": {"id": "us2000axzc", "mag": 2.8, "time": 1506974101570, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-102.3612, 35.5909, 5.45]}, "bbox": [-102.3612, 35.5909, -102.3612, 35.5909]}, {"id": "717", "type": "Feature", "properties": {"id": "nc72903271", "mag": 2.25, "time": 1506973045100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609167, 36.880667, 6.31]}, "bbox": [-121.609167, 36.880667, -121.609167, 36.880667]}, {"id": "718", "type": "Feature", "properties": {"id": "mb80258884", "mag": 1.4, "time": 1506972979050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5355, 46.8805, 12.28]}, "bbox": [-112.5355, 46.8805, -112.5355, 46.8805]}, {"id": "719", "type": "Feature", "properties": {"id": "nc72903261", "mag": 1.85, "time": 1506971674240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831833, 37.455667, 1.78]}, "bbox": [-118.831833, 37.455667, -118.831833, 37.455667]}, {"id": "720", "type": "Feature", "properties": {"id": "ci38017136", "mag": 1.08, "time": 1506971129830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.192, 34.993167, -0.84]}, "bbox": [-118.192, 34.993167, -118.192, 34.993167]}, {"id": "721", "type": "Feature", "properties": {"id": "mb80258874", "mag": 1.49, "time": 1506970982010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4715, 45.995667, -2.0]}, "bbox": [-112.4715, 45.995667, -112.4715, 45.995667]}, {"id": "722", "type": "Feature", "properties": {"id": "ci38017120", "mag": 0.99, "time": 1506970881590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.649167, 35.932833, 2.94]}, "bbox": [-117.649167, 35.932833, -117.649167, 35.932833]}, {"id": "723", "type": "Feature", "properties": {"id": "nc72903251", "mag": 1.78, "time": 1506970847010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.308833, 40.750667, -0.79]}, "bbox": [-122.308833, 40.750667, -122.308833, 40.750667]}, {"id": "724", "type": "Feature", "properties": {"id": "nc72903246", "mag": 1.41, "time": 1506970631190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.932667, 35.639, 4.96]}, "bbox": [-120.932667, 35.639, -120.932667, 35.639]}, {"id": "725", "type": "Feature", "properties": {"id": "nc72903241", "mag": 1.21, "time": 1506970286520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.679167, 38.533833, 5.88]}, "bbox": [-122.679167, 38.533833, -122.679167, 38.533833]}, {"id": "726", "type": "Feature", "properties": {"id": "ci38017104", "mag": 1.66, "time": 1506970188840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.133167, 34.279, 6.09]}, "bbox": [-117.133167, 34.279, -117.133167, 34.279]}, {"id": "727", "type": "Feature", "properties": {"id": "us2000axxi", "mag": 4.6, "time": 1506969995010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [102.3915, -7.056, 10.0]}, "bbox": [102.3915, -7.056, 102.3915, -7.056]}, {"id": "728", "type": "Feature", "properties": {"id": "mb80258869", "mag": 1.46, "time": 1506969854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.87, 10.71]}, "bbox": [-112.523167, 46.87, -112.523167, 46.87]}, {"id": "729", "type": "Feature", "properties": {"id": "ci38017064", "mag": 1.26, "time": 1506968962060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623333, 33.912167, 10.5]}, "bbox": [-118.623333, 33.912167, -118.623333, 33.912167]}, {"id": "730", "type": "Feature", "properties": {"id": "nc72903226", "mag": 0.96, "time": 1506968036980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.530667, 2.11]}, "bbox": [-118.880333, 37.530667, -118.880333, 37.530667]}, {"id": "731", "type": "Feature", "properties": {"id": "us2000axwl", "mag": 4.6, "time": 1506968031500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.5291, 21.4218, 96.74]}, "bbox": [94.5291, 21.4218, 94.5291, 21.4218]}, {"id": "732", "type": "Feature", "properties": {"id": "nc72904986", "mag": 1.14, "time": 1506968001000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.718167, 40.935167, 12.07]}, "bbox": [-121.718167, 40.935167, -121.718167, 40.935167]}, {"id": "733", "type": "Feature", "properties": {"id": "ak16988088", "mag": 2.2, "time": 1506967247502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9366, 59.642, 98.9]}, "bbox": [-152.9366, 59.642, -152.9366, 59.642]}, {"id": "734", "type": "Feature", "properties": {"id": "nn00607868", "mag": 1.0, "time": 1506966403731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4944, 37.2386, 0.0]}, "bbox": [-115.4944, 37.2386, -115.4944, 37.2386]}, {"id": "735", "type": "Feature", "properties": {"id": "nc72903211", "mag": 0.98, "time": 1506965951300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.457667, 1.76]}, "bbox": [-118.833, 37.457667, -118.833, 37.457667]}, {"id": "736", "type": "Feature", "properties": {"id": "ci37167228", "mag": 1.57, "time": 1506964185870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4615, 34.328667, 3.74]}, "bbox": [-116.4615, 34.328667, -116.4615, 34.328667]}, {"id": "737", "type": "Feature", "properties": {"id": "ci38016984", "mag": 1.25, "time": 1506964183390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.466833, 34.3255, 4.39]}, "bbox": [-116.466833, 34.3255, -116.466833, 34.3255]}, {"id": "738", "type": "Feature", "properties": {"id": "nc72903196", "mag": 1.36, "time": 1506963756010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.456667, 2.57]}, "bbox": [-118.827833, 37.456667, -118.827833, 37.456667]}, {"id": "739", "type": "Feature", "properties": {"id": "mb80258854", "mag": 1.03, "time": 1506962682500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.8625, 13.48]}, "bbox": [-112.528667, 46.8625, -112.528667, 46.8625]}, {"id": "740", "type": "Feature", "properties": {"id": "nc72903176", "mag": 1.21, "time": 1506962394170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.457167, 2.28]}, "bbox": [-118.827833, 37.457167, -118.827833, 37.457167]}, {"id": "741", "type": "Feature", "properties": {"id": "nc72903166", "mag": 1.88, "time": 1506961834060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827167, 37.4555, 1.91]}, "bbox": [-118.827167, 37.4555, -118.827167, 37.4555]}, {"id": "742", "type": "Feature", "properties": {"id": "nc72903156", "mag": 1.69, "time": 1506961396620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8265, 37.456333, 2.16]}, "bbox": [-118.8265, 37.456333, -118.8265, 37.456333]}, {"id": "743", "type": "Feature", "properties": {"id": "nc72903146", "mag": 3.02, "time": 1506961086740, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829, 37.453667, 2.61]}, "bbox": [-118.829, 37.453667, -118.829, 37.453667]}, {"id": "744", "type": "Feature", "properties": {"id": "ci38016888", "mag": 1.17, "time": 1506960224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0325, 33.879333, -0.97]}, "bbox": [-117.0325, 33.879333, -117.0325, 33.879333]}, {"id": "745", "type": "Feature", "properties": {"id": "nc72903131", "mag": 1.08, "time": 1506959715450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.371333, 35.706833, 1.86]}, "bbox": [-120.371333, 35.706833, -120.371333, 35.706833]}, {"id": "746", "type": "Feature", "properties": {"id": "ak16988071", "mag": 1.4, "time": 1506959208997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9837, 67.1697, 0.0]}, "bbox": [-142.9837, 67.1697, -142.9837, 67.1697]}, {"id": "747", "type": "Feature", "properties": {"id": "nn00607854", "mag": 1.7, "time": 1506958960926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.8425, 36.5559, 8.1]}, "bbox": [-113.8425, 36.5559, -113.8425, 36.5559]}, {"id": "748", "type": "Feature", "properties": {"id": "uu60250907", "mag": 2.05, "time": 1506957621760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.546333, 7.87]}, "bbox": [-111.4145, 42.546333, -111.4145, 42.546333]}, {"id": "749", "type": "Feature", "properties": {"id": "nc72903111", "mag": 1.41, "time": 1506957279300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.997333, 36.462667, 5.69]}, "bbox": [-120.997333, 36.462667, -120.997333, 36.462667]}, {"id": "750", "type": "Feature", "properties": {"id": "nm60207666", "mag": 2.19, "time": 1506957159610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.8025, 36.5505, 12.47]}, "bbox": [-89.8025, 36.5505, -89.8025, 36.5505]}, {"id": "751", "type": "Feature", "properties": {"id": "ak16988065", "mag": 2.7, "time": 1506956391417, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8151, 61.2492, 19.9]}, "bbox": [-146.8151, 61.2492, -146.8151, 61.2492]}, {"id": "752", "type": "Feature", "properties": {"id": "mb80258839", "mag": 1.19, "time": 1506955175250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.870333, 10.04]}, "bbox": [-112.526167, 46.870333, -112.526167, 46.870333]}, {"id": "753", "type": "Feature", "properties": {"id": "us2000axtv", "mag": 4.7, "time": 1506953290020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.1289, 2.6798, 25.66]}, "bbox": [127.1289, 2.6798, 127.1289, 2.6798]}, {"id": "754", "type": "Feature", "properties": {"id": "nc72903096", "mag": 1.04, "time": 1506952925800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.513833, 8.22]}, "bbox": [-118.822667, 37.513833, -118.822667, 37.513833]}, {"id": "755", "type": "Feature", "properties": {"id": "ak16987055", "mag": 1.1, "time": 1506952513029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2609, 64.6409, 14.4]}, "bbox": [-149.2609, 64.6409, -149.2609, 64.6409]}, {"id": "756", "type": "Feature", "properties": {"id": "nc72903081", "mag": 1.18, "time": 1506950851670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751663, 38.832832, 0.68]}, "bbox": [-122.751663, 38.832832, -122.751663, 38.832832]}, {"id": "757", "type": "Feature", "properties": {"id": "us2000axtl", "mag": 4.7, "time": 1506950716850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6372, 28.6895, 10.0]}, "bbox": [51.6372, 28.6895, 51.6372, 28.6895]}, {"id": "758", "type": "Feature", "properties": {"id": "mb80258829", "mag": 1.08, "time": 1506950613020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.868167, 9.75]}, "bbox": [-112.524667, 46.868167, -112.524667, 46.868167]}, {"id": "759", "type": "Feature", "properties": {"id": "mb80258824", "mag": 1.16, "time": 1506950147300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.866667, 11.08]}, "bbox": [-112.523333, 46.866667, -112.523333, 46.866667]}, {"id": "760", "type": "Feature", "properties": {"id": "uu60250902", "mag": 1.34, "time": 1506949268120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.084, 44.7795, 11.23]}, "bbox": [-111.084, 44.7795, -111.084, 44.7795]}, {"id": "761", "type": "Feature", "properties": {"id": "mb80258814", "mag": 1.19, "time": 1506949148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.855833, 14.0]}, "bbox": [-112.527333, 46.855833, -112.527333, 46.855833]}, {"id": "762", "type": "Feature", "properties": {"id": "hv61929981", "mag": 2.4, "time": 1506948942340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.592667, 19.465333, 0.033]}, "bbox": [-155.592667, 19.465333, -155.592667, 19.465333]}, {"id": "763", "type": "Feature", "properties": {"id": "us2000axsh", "mag": 2.6, "time": 1506947996150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5037, 36.2851, 3.93]}, "bbox": [-97.5037, 36.2851, -97.5037, 36.2851]}, {"id": "764", "type": "Feature", "properties": {"id": "mb80258799", "mag": 1.69, "time": 1506947507620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.869833, 10.17]}, "bbox": [-112.527833, 46.869833, -112.527833, 46.869833]}, {"id": "765", "type": "Feature", "properties": {"id": "ak16987046", "mag": 1.5, "time": 1506947130357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1189, 63.1205, 16.2]}, "bbox": [-151.1189, 63.1205, -151.1189, 63.1205]}, {"id": "766", "type": "Feature", "properties": {"id": "nc72903071", "mag": 1.5, "time": 1506946592080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.885667, 36.3165, 6.48]}, "bbox": [-120.885667, 36.3165, -120.885667, 36.3165]}, {"id": "767", "type": "Feature", "properties": {"id": "us2000axs4", "mag": 4.3, "time": 1506946114440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-61.2682, 13.209, 136.91]}, "bbox": [-61.2682, 13.209, -61.2682, 13.209]}, {"id": "768", "type": "Feature", "properties": {"id": "us2000axsa", "mag": 4.3, "time": 1506945001990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.4854, -37.3176, 354.86]}, "bbox": [176.4854, -37.3176, 176.4854, -37.3176]}, {"id": "769", "type": "Feature", "properties": {"id": "mb80258789", "mag": 2.2, "time": 1506944699010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533, 46.869833, 13.3]}, "bbox": [-112.533, 46.869833, -112.533, 46.869833]}, {"id": "770", "type": "Feature", "properties": {"id": "uu60250897", "mag": 1.6, "time": 1506943796070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.218667, 42.571667, 3.5]}, "bbox": [-111.218667, 42.571667, -111.218667, 42.571667]}, {"id": "771", "type": "Feature", "properties": {"id": "ak16986042", "mag": 1.3, "time": 1506943225411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.912, 63.0196, 66.0]}, "bbox": [-149.912, 63.0196, -149.912, 63.0196]}, {"id": "772", "type": "Feature", "properties": {"id": "ak16986039", "mag": 1.4, "time": 1506941366267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3257, 63.3321, 6.7]}, "bbox": [-145.3257, 63.3321, -145.3257, 63.3321]}, {"id": "773", "type": "Feature", "properties": {"id": "ci38016776", "mag": 1.44, "time": 1506940900650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.510667, 34.2985, 9.93]}, "bbox": [-118.510667, 34.2985, -118.510667, 34.2985]}, {"id": "774", "type": "Feature", "properties": {"id": "hv61929926", "mag": 2.13, "time": 1506940825170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.524002, 19.919001, 20.11]}, "bbox": [-155.524002, 19.919001, -155.524002, 19.919001]}, {"id": "775", "type": "Feature", "properties": {"id": "mb80258769", "mag": 1.48, "time": 1506940203900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 46.119833, 6.0]}, "bbox": [-110.33, 46.119833, -110.33, 46.119833]}, {"id": "776", "type": "Feature", "properties": {"id": "us2000axrm", "mag": 4.9, "time": 1506939736050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.2184, 12.3486, 35.55]}, "bbox": [-88.2184, 12.3486, -88.2184, 12.3486]}, {"id": "777", "type": "Feature", "properties": {"id": "ci38016768", "mag": 1.12, "time": 1506938746370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.067167, 34.208333, 2.04]}, "bbox": [-117.067167, 34.208333, -117.067167, 34.208333]}, {"id": "778", "type": "Feature", "properties": {"id": "ci38016760", "mag": 1.75, "time": 1506938502900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064833, 34.207833, 2.06]}, "bbox": [-117.064833, 34.207833, -117.064833, 34.207833]}, {"id": "779", "type": "Feature", "properties": {"id": "nc72903041", "mag": 1.87, "time": 1506938425810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.908833, 36.368667, 8.8]}, "bbox": [-120.908833, 36.368667, -120.908833, 36.368667]}, {"id": "780", "type": "Feature", "properties": {"id": "ak16985035", "mag": 1.7, "time": 1506938303105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1495, 63.1057, 3.5]}, "bbox": [-152.1495, 63.1057, -152.1495, 63.1057]}, {"id": "781", "type": "Feature", "properties": {"id": "ci38016752", "mag": 1.08, "time": 1506938024070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448833, 33.481, 8.33]}, "bbox": [-116.448833, 33.481, -116.448833, 33.481]}, {"id": "782", "type": "Feature", "properties": {"id": "ak16985032", "mag": 1.1, "time": 1506937259442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8806, 64.6842, 6.7]}, "bbox": [-146.8806, 64.6842, -146.8806, 64.6842]}, {"id": "783", "type": "Feature", "properties": {"id": "nm60207636", "mag": 1.71, "time": 1506936707930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.1365, 35.88, 10.55]}, "bbox": [-90.1365, 35.88, -90.1365, 35.88]}, {"id": "784", "type": "Feature", "properties": {"id": "uu60250892", "mag": 1.5, "time": 1506936161680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.480833, 42.384833, 5.67]}, "bbox": [-111.480833, 42.384833, -111.480833, 42.384833]}, {"id": "785", "type": "Feature", "properties": {"id": "mb80258764", "mag": 2.37, "time": 1506936112630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534333, 46.8675, 13.36]}, "bbox": [-112.534333, 46.8675, -112.534333, 46.8675]}, {"id": "786", "type": "Feature", "properties": {"id": "mb80258759", "mag": 3.08, "time": 1506934838560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529167, 46.872333, 11.44]}, "bbox": [-112.529167, 46.872333, -112.529167, 46.872333]}, {"id": "787", "type": "Feature", "properties": {"id": "ci38016728", "mag": 1.01, "time": 1506934828760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.065667, 34.2065, 1.91]}, "bbox": [-117.065667, 34.2065, -117.065667, 34.2065]}, {"id": "788", "type": "Feature", "properties": {"id": "us2000axr0", "mag": 4.3, "time": 1506933668380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8824, 16.708, 65.53]}, "bbox": [-94.8824, 16.708, -94.8824, 16.708]}, {"id": "789", "type": "Feature", "properties": {"id": "ci37398445", "mag": 0.97, "time": 1506933339570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460667, 34.332333, 5.88]}, "bbox": [-116.460667, 34.332333, -116.460667, 34.332333]}, {"id": "790", "type": "Feature", "properties": {"id": "nc72903031", "mag": 1.45, "time": 1506933218670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812667, 38.805, 2.29]}, "bbox": [-122.812667, 38.805, -122.812667, 38.805]}, {"id": "791", "type": "Feature", "properties": {"id": "us2000b0e8", "mag": 1.4, "time": 1506931958320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.32, 43.6653, 7.15]}, "bbox": [-71.32, 43.6653, -71.32, 43.6653]}, {"id": "792", "type": "Feature", "properties": {"id": "uu60250882", "mag": 1.44, "time": 1506931830720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4165, 42.520333, 8.15]}, "bbox": [-111.4165, 42.520333, -111.4165, 42.520333]}, {"id": "793", "type": "Feature", "properties": {"id": "uu60250877", "mag": 1.13, "time": 1506930804620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.544333, 7.62]}, "bbox": [-111.414333, 42.544333, -111.414333, 42.544333]}, {"id": "794", "type": "Feature", "properties": {"id": "ci38016688", "mag": 1.28, "time": 1506929655950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.003333, 33.1775, 4.99]}, "bbox": [-116.003333, 33.1775, -116.003333, 33.1775]}, {"id": "795", "type": "Feature", "properties": {"id": "ak16985021", "mag": 2.3, "time": 1506927665686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5448, 63.1998, 0.0]}, "bbox": [-151.5448, 63.1998, -151.5448, 63.1998]}, {"id": "796", "type": "Feature", "properties": {"id": "ak16985020", "mag": 1.7, "time": 1506927499500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4204, 67.3068, 0.0]}, "bbox": [-155.4204, 67.3068, -155.4204, 67.3068]}, {"id": "797", "type": "Feature", "properties": {"id": "mb80258749", "mag": 1.94, "time": 1506926930660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.874, 11.51]}, "bbox": [-112.523333, 46.874, -112.523333, 46.874]}, {"id": "798", "type": "Feature", "properties": {"id": "ak16985018", "mag": 1.1, "time": 1506926698712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.829, 65.5759, 9.2]}, "bbox": [-148.829, 65.5759, -148.829, 65.5759]}, {"id": "799", "type": "Feature", "properties": {"id": "hv61929841", "mag": 1.98, "time": 1506926298850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.412338, 19.245501, 33.84]}, "bbox": [-155.412338, 19.245501, -155.412338, 19.245501]}, {"id": "800", "type": "Feature", "properties": {"id": "se60045313", "mag": 1.9, "time": 1506925923790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.894667, 34.9895, 0.16]}, "bbox": [-82.894667, 34.9895, -82.894667, 34.9895]}, {"id": "801", "type": "Feature", "properties": {"id": "ak16984019", "mag": 1.1, "time": 1506925731082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5467, 65.155, 3.8]}, "bbox": [-148.5467, 65.155, -148.5467, 65.155]}, {"id": "802", "type": "Feature", "properties": {"id": "mb80258744", "mag": 1.32, "time": 1506925562230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.867167, 11.58]}, "bbox": [-112.528833, 46.867167, -112.528833, 46.867167]}, {"id": "803", "type": "Feature", "properties": {"id": "ci38016672", "mag": 0.97, "time": 1506925004450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.422833, 33.04, 10.21]}, "bbox": [-116.422833, 33.04, -116.422833, 33.04]}, {"id": "804", "type": "Feature", "properties": {"id": "ak16984018", "mag": 1.4, "time": 1506924871383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2817, 61.9608, 23.3]}, "bbox": [-150.2817, 61.9608, -150.2817, 61.9608]}, {"id": "805", "type": "Feature", "properties": {"id": "uu60250872", "mag": 1.58, "time": 1506924776930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.033833, 38.600333, 7.01]}, "bbox": [-112.033833, 38.600333, -112.033833, 38.600333]}, {"id": "806", "type": "Feature", "properties": {"id": "ak16984009", "mag": 3.0, "time": 1506924381290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1032, 58.7701, 99.0]}, "bbox": [-154.1032, 58.7701, -154.1032, 58.7701]}, {"id": "807", "type": "Feature", "properties": {"id": "uu60250867", "mag": 1.58, "time": 1506924167170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409667, 42.562167, 7.8]}, "bbox": [-111.409667, 42.562167, -111.409667, 42.562167]}, {"id": "808", "type": "Feature", "properties": {"id": "us2000axq4", "mag": 4.2, "time": 1506924037060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3565, -41.7636, 24.13]}, "bbox": [174.3565, -41.7636, 174.3565, -41.7636]}, {"id": "809", "type": "Feature", "properties": {"id": "ci38016664", "mag": 1.49, "time": 1506923205850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.589167, 32.780833, 12.71]}, "bbox": [-116.589167, 32.780833, -116.589167, 32.780833]}, {"id": "810", "type": "Feature", "properties": {"id": "ci38016656", "mag": 2.39, "time": 1506923145240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.009833, 33.179833, 9.12]}, "bbox": [-116.009833, 33.179833, -116.009833, 33.179833]}, {"id": "811", "type": "Feature", "properties": {"id": "us2000axq3", "mag": 4.7, "time": 1506923126070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4587, -21.8514, 582.95]}, "bbox": [-179.4587, -21.8514, -179.4587, -21.8514]}, {"id": "812", "type": "Feature", "properties": {"id": "ci38016648", "mag": 2.46, "time": 1506922959220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010167, 33.179, 8.89]}, "bbox": [-116.010167, 33.179, -116.010167, 33.179]}, {"id": "813", "type": "Feature", "properties": {"id": "uw61336471", "mag": 3.25, "time": 1506922219710, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8935, 47.887833, 54.22]}, "bbox": [-122.8935, 47.887833, -122.8935, 47.887833]}, {"id": "814", "type": "Feature", "properties": {"id": "nm60207631", "mag": 1.51, "time": 1506922179830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.527833, 36.243667, 7.74]}, "bbox": [-89.527833, 36.243667, -89.527833, 36.243667]}, {"id": "815", "type": "Feature", "properties": {"id": "nn00607885", "mag": 1.0, "time": 1506921346217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0518, 37.0814, 8.8]}, "bbox": [-117.0518, 37.0814, -117.0518, 37.0814]}, {"id": "816", "type": "Feature", "properties": {"id": "us2000axpv", "mag": 4.8, "time": 1506921205270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [72.4324, 38.1132, 115.18]}, "bbox": [72.4324, 38.1132, 72.4324, 38.1132]}, {"id": "817", "type": "Feature", "properties": {"id": "ak16983007", "mag": 1.4, "time": 1506919945331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5212, 66.5767, 2.8]}, "bbox": [-147.5212, 66.5767, -147.5212, 66.5767]}, {"id": "818", "type": "Feature", "properties": {"id": "nc72902986", "mag": 1.91, "time": 1506919685230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.524833, 35.967333, 10.71]}, "bbox": [-120.524833, 35.967333, -120.524833, 35.967333]}, {"id": "819", "type": "Feature", "properties": {"id": "us2000axpm", "mag": 2.2, "time": 1506919604410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5118, 36.9048, 4.52]}, "bbox": [-97.5118, 36.9048, -97.5118, 36.9048]}, {"id": "820", "type": "Feature", "properties": {"id": "uw61336446", "mag": 1.27, "time": 1506919122930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.245667, 46.345833, 7.97]}, "bbox": [-122.245667, 46.345833, -122.245667, 46.345833]}, {"id": "821", "type": "Feature", "properties": {"id": "ci38016584", "mag": 2.31, "time": 1506918555650, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.500167, 5.3]}, "bbox": [-116.7985, 33.500167, -116.7985, 33.500167]}, {"id": "822", "type": "Feature", "properties": {"id": "uu60250862", "mag": 1.41, "time": 1506917347110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411167, 42.640167, -1.04]}, "bbox": [-111.411167, 42.640167, -111.411167, 42.640167]}, {"id": "823", "type": "Feature", "properties": {"id": "ci38016576", "mag": 1.0, "time": 1506916919110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.43, 33.028833, 3.21]}, "bbox": [-116.43, 33.028833, -116.43, 33.028833]}, {"id": "824", "type": "Feature", "properties": {"id": "ci38016568", "mag": 1.08, "time": 1506916645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.048333, 33.2415, 5.47]}, "bbox": [-116.048333, 33.2415, -116.048333, 33.2415]}, {"id": "825", "type": "Feature", "properties": {"id": "uu60250857", "mag": 1.42, "time": 1506916237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446167, 42.608333, 6.68]}, "bbox": [-111.446167, 42.608333, -111.446167, 42.608333]}, {"id": "826", "type": "Feature", "properties": {"id": "ci38016552", "mag": 1.32, "time": 1506915577280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.482167, 35.754, 3.27]}, "bbox": [-118.482167, 35.754, -118.482167, 35.754]}, {"id": "827", "type": "Feature", "properties": {"id": "hv61929701", "mag": 2.26, "time": 1506915466040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.021835, 19.397499, 0.02]}, "bbox": [-155.021835, 19.397499, -155.021835, 19.397499]}, {"id": "828", "type": "Feature", "properties": {"id": "us2000axp9", "mag": 2.5, "time": 1506915178660, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5196, 36.2819, 4.38]}, "bbox": [-97.5196, 36.2819, -97.5196, 36.2819]}, {"id": "829", "type": "Feature", "properties": {"id": "ak16982006", "mag": 3.4, "time": 1506913363596, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9176, 55.7636, 20.8]}, "bbox": [-154.9176, 55.7636, -154.9176, 55.7636]}, {"id": "830", "type": "Feature", "properties": {"id": "us2000axp5", "mag": 2.7, "time": 1506913350820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5073, 46.8582, 10.64]}, "bbox": [-112.5073, 46.8582, -112.5073, 46.8582]}, {"id": "831", "type": "Feature", "properties": {"id": "mb80258724", "mag": 1.27, "time": 1506912496350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.017333, 44.484667, 7.23]}, "bbox": [-113.017333, 44.484667, -113.017333, 44.484667]}, {"id": "832", "type": "Feature", "properties": {"id": "nc72902956", "mag": 1.67, "time": 1506912463450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4705, 40.704167, 17.1]}, "bbox": [-122.4705, 40.704167, -122.4705, 40.704167]}, {"id": "833", "type": "Feature", "properties": {"id": "uu60250847", "mag": 1.01, "time": 1506911908120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.516667, 6.74]}, "bbox": [-111.418333, 42.516667, -111.418333, 42.516667]}, {"id": "834", "type": "Feature", "properties": {"id": "ak16982001", "mag": 1.1, "time": 1506909373983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8167, 61.2439, 26.6]}, "bbox": [-146.8167, 61.2439, -146.8167, 61.2439]}, {"id": "835", "type": "Feature", "properties": {"id": "uu60250837", "mag": 1.18, "time": 1506909364560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411833, 42.520667, 7.35]}, "bbox": [-111.411833, 42.520667, -111.411833, 42.520667]}, {"id": "836", "type": "Feature", "properties": {"id": "mb80258714", "mag": 1.56, "time": 1506908562340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.872833, 12.04]}, "bbox": [-112.523167, 46.872833, -112.523167, 46.872833]}, {"id": "837", "type": "Feature", "properties": {"id": "ak16981996", "mag": 1.3, "time": 1506908205944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5285, 63.1691, 0.0]}, "bbox": [-151.5285, 63.1691, -151.5285, 63.1691]}, {"id": "838", "type": "Feature", "properties": {"id": "ak16982000", "mag": 1.4, "time": 1506908156528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6012, 59.5948, 56.3]}, "bbox": [-151.6012, 59.5948, -151.6012, 59.5948]}, {"id": "839", "type": "Feature", "properties": {"id": "us2000axnx", "mag": 2.6, "time": 1506907742490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4159, 42.5178, 6.97]}, "bbox": [-111.4159, 42.5178, -111.4159, 42.5178]}, {"id": "840", "type": "Feature", "properties": {"id": "ak16981992", "mag": 1.8, "time": 1506907678571, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2312, 63.3329, 7.3]}, "bbox": [-145.2312, 63.3329, -145.2312, 63.3329]}, {"id": "841", "type": "Feature", "properties": {"id": "nc72902936", "mag": 1.52, "time": 1506905787330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.426, 38.404, 7.4]}, "bbox": [-122.426, 38.404, -122.426, 38.404]}, {"id": "842", "type": "Feature", "properties": {"id": "uu60250827", "mag": 1.35, "time": 1506905780190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4175, 42.518833, 6.5]}, "bbox": [-111.4175, 42.518833, -111.4175, 42.518833]}, {"id": "843", "type": "Feature", "properties": {"id": "uu60250822", "mag": 1.43, "time": 1506905571670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422333, 42.512667, 7.8]}, "bbox": [-111.422333, 42.512667, -111.422333, 42.512667]}, {"id": "844", "type": "Feature", "properties": {"id": "hv61929496", "mag": 1.71, "time": 1506905364520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.584503, 19.484333, 2.03]}, "bbox": [-155.584503, 19.484333, -155.584503, 19.484333]}, {"id": "845", "type": "Feature", "properties": {"id": "ak16981986", "mag": 1.5, "time": 1506903663272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7914, 61.5177, 34.2]}, "bbox": [-149.7914, 61.5177, -149.7914, 61.5177]}, {"id": "846", "type": "Feature", "properties": {"id": "ci38016496", "mag": 1.6, "time": 1506903468250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793667, 33.502333, 5.16]}, "bbox": [-116.793667, 33.502333, -116.793667, 33.502333]}, {"id": "847", "type": "Feature", "properties": {"id": "ci38016488", "mag": 1.3, "time": 1506903227250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5175, 34.2865, 7.02]}, "bbox": [-118.5175, 34.2865, -118.5175, 34.2865]}, {"id": "848", "type": "Feature", "properties": {"id": "nn00607841", "mag": 2.5, "time": 1506901760242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.7954, 37.1971, 7.1]}, "bbox": [-114.7954, 37.1971, -114.7954, 37.1971]}, {"id": "849", "type": "Feature", "properties": {"id": "nc72902911", "mag": 2.66, "time": 1506901676700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.506167, 40.3085, 21.45]}, "bbox": [-124.506167, 40.3085, -124.506167, 40.3085]}, {"id": "850", "type": "Feature", "properties": {"id": "ak16981979", "mag": 2.0, "time": 1506901404559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6022, 63.105, 120.0]}, "bbox": [-150.6022, 63.105, -150.6022, 63.105]}, {"id": "851", "type": "Feature", "properties": {"id": "ak16990868", "mag": 2.0, "time": 1506900397361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1198, 58.9916, 108.5]}, "bbox": [-154.1198, 58.9916, -154.1198, 58.9916]}, {"id": "852", "type": "Feature", "properties": {"id": "ak16980981", "mag": 1.3, "time": 1506899671796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.1479, 60.8928, 4.5]}, "bbox": [-138.1479, 60.8928, -138.1479, 60.8928]}, {"id": "853", "type": "Feature", "properties": {"id": "ci38016456", "mag": 1.6, "time": 1506899253540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2755, 33.976333, 5.3]}, "bbox": [-116.2755, 33.976333, -116.2755, 33.976333]}, {"id": "854", "type": "Feature", "properties": {"id": "nc72902901", "mag": 1.02, "time": 1506898875730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.816834, 1.1]}, "bbox": [-122.810165, 38.816834, -122.810165, 38.816834]}, {"id": "855", "type": "Feature", "properties": {"id": "mb80258679", "mag": 1.05, "time": 1506897817900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.891833, 12.84]}, "bbox": [-112.525833, 46.891833, -112.525833, 46.891833]}, {"id": "856", "type": "Feature", "properties": {"id": "ak16980976", "mag": 1.1, "time": 1506897164997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9167, 60.5402, 8.8]}, "bbox": [-141.9167, 60.5402, -141.9167, 60.5402]}, {"id": "857", "type": "Feature", "properties": {"id": "ak16980971", "mag": 1.8, "time": 1506896659586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1362, 61.9345, 11.0]}, "bbox": [-149.1362, 61.9345, -149.1362, 61.9345]}, {"id": "858", "type": "Feature", "properties": {"id": "ak16980968", "mag": 2.0, "time": 1506896402168, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9985, 65.5166, 15.0]}, "bbox": [-149.9985, 65.5166, -149.9985, 65.5166]}, {"id": "859", "type": "Feature", "properties": {"id": "ak16980965", "mag": 1.5, "time": 1506895579977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6538, 59.9364, 0.0]}, "bbox": [-139.6538, 59.9364, -139.6538, 59.9364]}, {"id": "860", "type": "Feature", "properties": {"id": "ci38016448", "mag": 1.52, "time": 1506895319020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.830833, 33.712, 16.9]}, "bbox": [-116.830833, 33.712, -116.830833, 33.712]}, {"id": "861", "type": "Feature", "properties": {"id": "ismpkansas70236163", "mag": 2.36, "time": 1506894257160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.905833, 36.996333, 9.62]}, "bbox": [-97.905833, 36.996333, -97.905833, 36.996333]}, {"id": "862", "type": "Feature", "properties": {"id": "ak16990861", "mag": 1.1, "time": 1506893923115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3425, 61.0789, 57.8]}, "bbox": [-150.3425, 61.0789, -150.3425, 61.0789]}, {"id": "863", "type": "Feature", "properties": {"id": "nn00607826", "mag": 1.4, "time": 1506893733690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6519, 39.1963, 5.8]}, "bbox": [-119.6519, 39.1963, -119.6519, 39.1963]}, {"id": "864", "type": "Feature", "properties": {"id": "ak16980964", "mag": 1.2, "time": 1506892711109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8709, 61.4311, 46.5]}, "bbox": [-149.8709, 61.4311, -149.8709, 61.4311]}, {"id": "865", "type": "Feature", "properties": {"id": "uw61336341", "mag": 1.82, "time": 1506892129610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.567667, 49.3235, -1.5]}, "bbox": [-120.567667, 49.3235, -120.567667, 49.3235]}, {"id": "866", "type": "Feature", "properties": {"id": "ak16990859", "mag": 1.9, "time": 1506891719402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8509, 57.8862, 54.2]}, "bbox": [-153.8509, 57.8862, -153.8509, 57.8862]}, {"id": "867", "type": "Feature", "properties": {"id": "ak16980963", "mag": 1.2, "time": 1506891059795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5477, 60.1976, 34.8]}, "bbox": [-149.5477, 60.1976, -149.5477, 60.1976]}, {"id": "868", "type": "Feature", "properties": {"id": "mb80258669", "mag": 1.06, "time": 1506890613170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515667, 46.8785, 11.55]}, "bbox": [-112.515667, 46.8785, -112.515667, 46.8785]}, {"id": "869", "type": "Feature", "properties": {"id": "ak16980956", "mag": 2.1, "time": 1506890459542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2618, 53.748, 49.3]}, "bbox": [-164.2618, 53.748, -164.2618, 53.748]}, {"id": "870", "type": "Feature", "properties": {"id": "ak16980945", "mag": 1.5, "time": 1506890359030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5485, 59.782, 2.5]}, "bbox": [-136.5485, 59.782, -136.5485, 59.782]}, {"id": "871", "type": "Feature", "properties": {"id": "ak16980939", "mag": 2.7, "time": 1506890337968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2691, 59.2151, 55.5]}, "bbox": [-152.2691, 59.2151, -152.2691, 59.2151]}, {"id": "872", "type": "Feature", "properties": {"id": "ak16980943", "mag": 2.0, "time": 1506890332904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1083, 61.5648, 11.6]}, "bbox": [-149.1083, 61.5648, -149.1083, 61.5648]}, {"id": "873", "type": "Feature", "properties": {"id": "us2000axlg", "mag": 2.5, "time": 1506890067740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7952, 35.9855, 3.13]}, "bbox": [-96.7952, 35.9855, -96.7952, 35.9855]}, {"id": "874", "type": "Feature", "properties": {"id": "nc72902871", "mag": 1.2, "time": 1506890044550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.619333, 36.969667, 5.21]}, "bbox": [-121.619333, 36.969667, -121.619333, 36.969667]}, {"id": "875", "type": "Feature", "properties": {"id": "ak16980936", "mag": 1.3, "time": 1506889965804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4052, 62.336, 46.1]}, "bbox": [-149.4052, 62.336, -149.4052, 62.336]}, {"id": "876", "type": "Feature", "properties": {"id": "ak16980933", "mag": 1.6, "time": 1506888599699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5246, 51.8512, 19.4]}, "bbox": [-174.5246, 51.8512, -174.5246, 51.8512]}, {"id": "877", "type": "Feature", "properties": {"id": "mb80258664", "mag": 1.08, "time": 1506888514540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.889833, 12.19]}, "bbox": [-112.525167, 46.889833, -112.525167, 46.889833]}, {"id": "878", "type": "Feature", "properties": {"id": "nc72902866", "mag": 1.72, "time": 1506888000180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3795, 40.710333, 18.86]}, "bbox": [-122.3795, 40.710333, -122.3795, 40.710333]}, {"id": "879", "type": "Feature", "properties": {"id": "us2000axkq", "mag": 3.3, "time": 1506887023210, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.4467, 36.1992, 5.42]}, "bbox": [-97.4467, 36.1992, -97.4467, 36.1992]}, {"id": "880", "type": "Feature", "properties": {"id": "us2000axkh", "mag": 4.4, "time": 1506885748640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3923, 15.6065, 68.63]}, "bbox": [-94.3923, 15.6065, -94.3923, 15.6065]}, {"id": "881", "type": "Feature", "properties": {"id": "us2000axkg", "mag": 4.7, "time": 1506885628670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [131.0709, 30.4016, 52.09]}, "bbox": [131.0709, 30.4016, 131.0709, 30.4016]}, {"id": "882", "type": "Feature", "properties": {"id": "nc72902851", "mag": 1.6, "time": 1506885379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.816833, 2.01]}, "bbox": [-122.806167, 38.816833, -122.806167, 38.816833]}, {"id": "883", "type": "Feature", "properties": {"id": "ak16979941", "mag": 1.1, "time": 1506885213719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2184, 62.3649, 80.4]}, "bbox": [-151.2184, 62.3649, -151.2184, 62.3649]}, {"id": "884", "type": "Feature", "properties": {"id": "nc72902846", "mag": 1.16, "time": 1506883965960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.676, 37.612, 3.61]}, "bbox": [-121.676, 37.612, -121.676, 37.612]}, {"id": "885", "type": "Feature", "properties": {"id": "nn00607803", "mag": 1.2, "time": 1506883429003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7983, 37.0626, 0.0]}, "bbox": [-117.7983, 37.0626, -117.7983, 37.0626]}, {"id": "886", "type": "Feature", "properties": {"id": "ak16990850", "mag": 1.4, "time": 1506881346159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4695, 60.2829, 104.2]}, "bbox": [-152.4695, 60.2829, -152.4695, 60.2829]}, {"id": "887", "type": "Feature", "properties": {"id": "nc72902836", "mag": 1.01, "time": 1506881205680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.831833, 1.97]}, "bbox": [-122.800835, 38.831833, -122.800835, 38.831833]}, {"id": "888", "type": "Feature", "properties": {"id": "ak16979936", "mag": 1.1, "time": 1506880968876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7414, 62.1039, 54.0]}, "bbox": [-149.7414, 62.1039, -149.7414, 62.1039]}, {"id": "889", "type": "Feature", "properties": {"id": "nn00607807", "mag": 1.1, "time": 1506880810251, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1156, 38.2725, 9.6]}, "bbox": [-119.1156, 38.2725, -119.1156, 38.2725]}, {"id": "890", "type": "Feature", "properties": {"id": "hv61928951", "mag": 2.13, "time": 1506880210700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.408493, 19.198166, 32.85]}, "bbox": [-155.408493, 19.198166, -155.408493, 19.198166]}, {"id": "891", "type": "Feature", "properties": {"id": "nn00607796", "mag": 1.4, "time": 1506880150990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7769, 37.082, 5.7]}, "bbox": [-117.7769, 37.082, -117.7769, 37.082]}, {"id": "892", "type": "Feature", "properties": {"id": "ak16979932", "mag": 1.3, "time": 1506879650012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5344, 59.9497, 0.0]}, "bbox": [-139.5344, 59.9497, -139.5344, 59.9497]}, {"id": "893", "type": "Feature", "properties": {"id": "ak16979928", "mag": 1.4, "time": 1506878561352, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7881, 59.4532, 86.2]}, "bbox": [-152.7881, 59.4532, -152.7881, 59.4532]}, {"id": "894", "type": "Feature", "properties": {"id": "us2000axj4", "mag": 4.9, "time": 1506877281250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6588, -24.2867, 10.0]}, "bbox": [-115.6588, -24.2867, -115.6588, -24.2867]}, {"id": "895", "type": "Feature", "properties": {"id": "uw61336301", "mag": 1.08, "time": 1506877137600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.289333, 46.525667, 12.49]}, "bbox": [-123.289333, 46.525667, -123.289333, 46.525667]}, {"id": "896", "type": "Feature", "properties": {"id": "us2000axiu", "mag": 4.8, "time": 1506876485410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.1816, -45.7692, 10.0]}, "bbox": [-76.1816, -45.7692, -76.1816, -45.7692]}, {"id": "897", "type": "Feature", "properties": {"id": "nc72902831", "mag": 2.39, "time": 1506876142050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.5015, 0.38]}, "bbox": [-118.8365, 37.5015, -118.8365, 37.5015]}, {"id": "898", "type": "Feature", "properties": {"id": "ak16978937", "mag": 1.2, "time": 1506875682364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0123, 63.225, 1.0]}, "bbox": [-149.0123, 63.225, -149.0123, 63.225]}, {"id": "899", "type": "Feature", "properties": {"id": "ak16990844", "mag": 1.0, "time": 1506875638383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 60.399, 0.0]}, "bbox": [-141.3476, 60.399, -141.3476, 60.399]}, {"id": "900", "type": "Feature", "properties": {"id": "ak16978936", "mag": 1.3, "time": 1506875438694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1025, 62.0191, 64.1]}, "bbox": [-151.1025, 62.0191, -151.1025, 62.0191]}, {"id": "901", "type": "Feature", "properties": {"id": "ak16990842", "mag": 1.6, "time": 1506873845866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.7815, 51.9812, 27.7]}, "bbox": [-173.7815, 51.9812, -173.7815, 51.9812]}, {"id": "902", "type": "Feature", "properties": {"id": "ak16977948", "mag": 2.0, "time": 1506871550948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.142, 60.236, 132.6]}, "bbox": [-153.142, 60.236, -153.142, 60.236]}, {"id": "903", "type": "Feature", "properties": {"id": "us2000axi9", "mag": 4.2, "time": 1506870604300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8183, -18.2769, 600.28]}, "bbox": [-177.8183, -18.2769, -177.8183, -18.2769]}, {"id": "904", "type": "Feature", "properties": {"id": "nc72902801", "mag": 1.08, "time": 1506869234490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.736333, 37.427833, 11.17]}, "bbox": [-118.736333, 37.427833, -118.736333, 37.427833]}, {"id": "905", "type": "Feature", "properties": {"id": "nc72902796", "mag": 0.97, "time": 1506869005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80983, 38.822666, 2.38]}, "bbox": [-122.80983, 38.822666, -122.80983, 38.822666]}, {"id": "906", "type": "Feature", "properties": {"id": "nc72902791", "mag": 1.02, "time": 1506868646100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.018, 37.4345, 4.76]}, "bbox": [-119.018, 37.4345, -119.018, 37.4345]}, {"id": "907", "type": "Feature", "properties": {"id": "us2000axi8", "mag": 4.5, "time": 1506868536330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.3426, 12.898, 30.37]}, "bbox": [92.3426, 12.898, 92.3426, 12.898]}, {"id": "908", "type": "Feature", "properties": {"id": "nc72902781", "mag": 1.48, "time": 1506867941180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.033833, 37.4125, 0.87]}, "bbox": [-119.033833, 37.4125, -119.033833, 37.4125]}, {"id": "909", "type": "Feature", "properties": {"id": "us2000axhz", "mag": 4.5, "time": 1506867628470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.306, 40.1598, 57.26]}, "bbox": [142.306, 40.1598, 142.306, 40.1598]}, {"id": "910", "type": "Feature", "properties": {"id": "uw61336271", "mag": 1.68, "time": 1506867619960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.078833, 44.103667, -0.53]}, "bbox": [-123.078833, 44.103667, -123.078833, 44.103667]}, {"id": "911", "type": "Feature", "properties": {"id": "ak16990839", "mag": 1.7, "time": 1506867169462, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3848, 56.4945, 79.4]}, "bbox": [-156.3848, 56.4945, -156.3848, 56.4945]}, {"id": "912", "type": "Feature", "properties": {"id": "us2000axhv", "mag": 5.0, "time": 1506866880330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5287, -22.8028, 10.0]}, "bbox": [-174.5287, -22.8028, -174.5287, -22.8028]}, {"id": "913", "type": "Feature", "properties": {"id": "ak16976960", "mag": 1.2, "time": 1506866784677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7487, 60.0824, 8.2]}, "bbox": [-140.7487, 60.0824, -140.7487, 60.0824]}, {"id": "914", "type": "Feature", "properties": {"id": "uu60250707", "mag": 2.06, "time": 1506866738590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.650333, 2.93]}, "bbox": [-111.447833, 42.650333, -111.447833, 42.650333]}, {"id": "915", "type": "Feature", "properties": {"id": "mb80258644", "mag": 1.07, "time": 1506866437550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.866, 11.8]}, "bbox": [-112.525833, 46.866, -112.525833, 46.866]}, {"id": "916", "type": "Feature", "properties": {"id": "hv61928751", "mag": 1.73, "time": 1506865813980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.633499, 19.408501, 4.16]}, "bbox": [-155.633499, 19.408501, -155.633499, 19.408501]}, {"id": "917", "type": "Feature", "properties": {"id": "ak16976951", "mag": 1.0, "time": 1506864160172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.909, 58.2689, 5.0]}, "bbox": [-154.909, 58.2689, -154.909, 58.2689]}, {"id": "918", "type": "Feature", "properties": {"id": "ak16976949", "mag": 1.0, "time": 1506864011046, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6138, 60.5977, 10.0]}, "bbox": [-141.6138, 60.5977, -141.6138, 60.5977]}, {"id": "919", "type": "Feature", "properties": {"id": "ak16990832", "mag": 1.4, "time": 1506863730810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1725, 60.1804, 135.1]}, "bbox": [-153.1725, 60.1804, -153.1725, 60.1804]}, {"id": "920", "type": "Feature", "properties": {"id": "ak16975974", "mag": 1.1, "time": 1506862307453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3672, 61.3015, 47.0]}, "bbox": [-150.3672, 61.3015, -150.3672, 61.3015]}, {"id": "921", "type": "Feature", "properties": {"id": "us2000axhf", "mag": 4.6, "time": 1506862144080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9129, 12.7332, 25.97]}, "bbox": [91.9129, 12.7332, 91.9129, 12.7332]}, {"id": "922", "type": "Feature", "properties": {"id": "ak16975970", "mag": 1.3, "time": 1506861392092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0328, 59.3749, 6.2]}, "bbox": [-157.0328, 59.3749, -157.0328, 59.3749]}, {"id": "923", "type": "Feature", "properties": {"id": "ak16975965", "mag": 1.4, "time": 1506860447567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3802, 59.7999, 122.7]}, "bbox": [-153.3802, 59.7999, -153.3802, 59.7999]}, {"id": "924", "type": "Feature", "properties": {"id": "ak16975961", "mag": 1.9, "time": 1506860241377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3702, 58.1855, 1.8]}, "bbox": [-155.3702, 58.1855, -155.3702, 58.1855]}, {"id": "925", "type": "Feature", "properties": {"id": "ci38016296", "mag": 0.97, "time": 1506860065660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200333, 33.034167, 6.74]}, "bbox": [-116.200333, 33.034167, -116.200333, 33.034167]}, {"id": "926", "type": "Feature", "properties": {"id": "nc72902736", "mag": 1.01, "time": 1506859858880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.812668, 3.13]}, "bbox": [-122.793999, 38.812668, -122.793999, 38.812668]}, {"id": "927", "type": "Feature", "properties": {"id": "ak16975960", "mag": 2.0, "time": 1506859830456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5366, 51.4282, 50.4]}, "bbox": [-175.5366, 51.4282, -175.5366, 51.4282]}, {"id": "928", "type": "Feature", "properties": {"id": "ak16974988", "mag": 1.1, "time": 1506859403703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7216, 57.888, 61.0]}, "bbox": [-153.7216, 57.888, -153.7216, 57.888]}, {"id": "929", "type": "Feature", "properties": {"id": "nn00607763", "mag": 2.0, "time": 1506858283945, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6834, 40.0949, 13.6]}, "bbox": [-119.6834, 40.0949, -119.6834, 40.0949]}, {"id": "930", "type": "Feature", "properties": {"id": "ak16974986", "mag": 1.5, "time": 1506857978595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6219, 59.7494, 10.6]}, "bbox": [-136.6219, 59.7494, -136.6219, 59.7494]}, {"id": "931", "type": "Feature", "properties": {"id": "ci38016272", "mag": 1.31, "time": 1506857701950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.46, 34.330833, 3.08]}, "bbox": [-116.46, 34.330833, -116.46, 34.330833]}, {"id": "932", "type": "Feature", "properties": {"id": "mb80258619", "mag": 1.22, "time": 1506857080460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.509667, 46.908167, 15.76]}, "bbox": [-112.509667, 46.908167, -112.509667, 46.908167]}, {"id": "933", "type": "Feature", "properties": {"id": "ak16974980", "mag": 2.0, "time": 1506856935435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4679, 51.6302, 13.1]}, "bbox": [-178.4679, 51.6302, -178.4679, 51.6302]}, {"id": "934", "type": "Feature", "properties": {"id": "ak16974977", "mag": 1.7, "time": 1506856591674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0171, 58.9928, 112.8]}, "bbox": [-154.0171, 58.9928, -154.0171, 58.9928]}, {"id": "935", "type": "Feature", "properties": {"id": "ak16990818", "mag": 1.6, "time": 1506856352544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6069, 60.035, 157.2]}, "bbox": [-153.6069, 60.035, -153.6069, 60.035]}, {"id": "936", "type": "Feature", "properties": {"id": "nc72902701", "mag": 1.04, "time": 1506856284600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718, 38.742333, 1.86]}, "bbox": [-122.718, 38.742333, -122.718, 38.742333]}, {"id": "937", "type": "Feature", "properties": {"id": "ak16974975", "mag": 1.2, "time": 1506856083450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5011, 64.299, 14.0]}, "bbox": [-154.5011, 64.299, -154.5011, 64.299]}, {"id": "938", "type": "Feature", "properties": {"id": "ak16974972", "mag": 1.5, "time": 1506855936313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5182, 59.9216, 0.0]}, "bbox": [-139.5182, 59.9216, -139.5182, 59.9216]}, {"id": "939", "type": "Feature", "properties": {"id": "ci38016224", "mag": 1.28, "time": 1506855241040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.649, 12.54]}, "bbox": [-116.731167, 33.649, -116.731167, 33.649]}, {"id": "940", "type": "Feature", "properties": {"id": "ak16990815", "mag": 2.8, "time": 1506854643419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4705, 51.8814, 165.3]}, "bbox": [179.4705, 51.8814, 179.4705, 51.8814]}, {"id": "941", "type": "Feature", "properties": {"id": "hv61928636", "mag": 2.82, "time": 1506854300970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.485667, 20.355333, 14.282]}, "bbox": [-156.485667, 20.355333, -156.485667, 20.355333]}, {"id": "942", "type": "Feature", "properties": {"id": "ak16974969", "mag": 1.4, "time": 1506854297360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6332, 59.9863, 7.4]}, "bbox": [-148.6332, 59.9863, -148.6332, 59.9863]}, {"id": "943", "type": "Feature", "properties": {"id": "nc72902676", "mag": 1.69, "time": 1506853476410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.984, 37.5295, 2.12]}, "bbox": [-118.984, 37.5295, -118.984, 37.5295]}, {"id": "944", "type": "Feature", "properties": {"id": "ak16973994", "mag": 1.0, "time": 1506853292474, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0636, 62.2825, 41.1]}, "bbox": [-149.0636, 62.2825, -149.0636, 62.2825]}, {"id": "945", "type": "Feature", "properties": {"id": "nn00607794", "mag": 1.1, "time": 1506852962371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9213, 38.3646, 5.4]}, "bbox": [-118.9213, 38.3646, -118.9213, 38.3646]}, {"id": "946", "type": "Feature", "properties": {"id": "ci38016200", "mag": 1.06, "time": 1506852815200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791833, 33.502167, 4.66]}, "bbox": [-116.791833, 33.502167, -116.791833, 33.502167]}, {"id": "947", "type": "Feature", "properties": {"id": "us2000axgb", "mag": 5.1, "time": 1506852415110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6916, -24.4751, 87.71]}, "bbox": [-176.6916, -24.4751, -176.6916, -24.4751]}, {"id": "948", "type": "Feature", "properties": {"id": "ci38016192", "mag": 1.27, "time": 1506852211900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.464167, 36.311167, 0.93]}, "bbox": [-117.464167, 36.311167, -117.464167, 36.311167]}, {"id": "949", "type": "Feature", "properties": {"id": "ak16990809", "mag": 1.3, "time": 1506851397558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4428, 58.7981, 124.3]}, "bbox": [-154.4428, 58.7981, -154.4428, 58.7981]}, {"id": "950", "type": "Feature", "properties": {"id": "ak16973987", "mag": 1.3, "time": 1506850332700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1498, 59.6631, 104.2]}, "bbox": [-153.1498, 59.6631, -153.1498, 59.6631]}, {"id": "951", "type": "Feature", "properties": {"id": "nc72902646", "mag": 1.37, "time": 1506850223860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.452, 37.402167, 4.64]}, "bbox": [-118.452, 37.402167, -118.452, 37.402167]}, {"id": "952", "type": "Feature", "properties": {"id": "us2000axfz", "mag": 4.0, "time": 1506849733290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8612, 14.9405, 53.39]}, "bbox": [-93.8612, 14.9405, -93.8612, 14.9405]}, {"id": "953", "type": "Feature", "properties": {"id": "ak16973981", "mag": 1.6, "time": 1506849720561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2003, 60.1713, 129.2]}, "bbox": [-153.2003, 60.1713, -153.2003, 60.1713]}, {"id": "954", "type": "Feature", "properties": {"id": "ak16973012", "mag": 1.1, "time": 1506849332753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7558, 59.8604, 10.3]}, "bbox": [-136.7558, 59.8604, -136.7558, 59.8604]}, {"id": "955", "type": "Feature", "properties": {"id": "us2000axfu", "mag": 4.4, "time": 1506848263400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7814, 18.4858, 79.09]}, "bbox": [-67.7814, 18.4858, -67.7814, 18.4858]}, {"id": "956", "type": "Feature", "properties": {"id": "ci38016176", "mag": 1.75, "time": 1506848220800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.651333, 35.934333, 2.81]}, "bbox": [-117.651333, 35.934333, -117.651333, 35.934333]}, {"id": "957", "type": "Feature", "properties": {"id": "ci38016160", "mag": 1.37, "time": 1506846375610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.908333, 35.5955, 1.49]}, "bbox": [-116.908333, 35.5955, -116.908333, 35.5955]}, {"id": "958", "type": "Feature", "properties": {"id": "ak16990805", "mag": 2.5, "time": 1506845582617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.7071, 51.7987, 13.4]}, "bbox": [-169.7071, 51.7987, -169.7071, 51.7987]}, {"id": "959", "type": "Feature", "properties": {"id": "ak16972044", "mag": 1.1, "time": 1506843571095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 61.0501, 21.4]}, "bbox": [-150.4859, 61.0501, -150.4859, 61.0501]}, {"id": "960", "type": "Feature", "properties": {"id": "us2000axfi", "mag": 4.1, "time": 1506843463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.5019, -1.5006, 197.35]}, "bbox": [-77.5019, -1.5006, -77.5019, -1.5006]}, {"id": "961", "type": "Feature", "properties": {"id": "ak16972038", "mag": 1.5, "time": 1506842124989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6539, 62.7976, 71.1]}, "bbox": [-149.6539, 62.7976, -149.6539, 62.7976]}, {"id": "962", "type": "Feature", "properties": {"id": "ak16972036", "mag": 1.2, "time": 1506841940900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 61.6968, 61.0]}, "bbox": [-150.8258, 61.6968, -150.8258, 61.6968]}, {"id": "963", "type": "Feature", "properties": {"id": "mb80258604", "mag": 1.59, "time": 1506841735050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.459167, 46.866, 10.9]}, "bbox": [-112.459167, 46.866, -112.459167, 46.866]}, {"id": "964", "type": "Feature", "properties": {"id": "ci38016112", "mag": 1.44, "time": 1506840801230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2085, 34.452833, 11.88]}, "bbox": [-119.2085, 34.452833, -119.2085, 34.452833]}, {"id": "965", "type": "Feature", "properties": {"id": "ismpkansas70236143", "mag": 1.72, "time": 1506840567300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7785, 37.328333, 4.35]}, "bbox": [-97.7785, 37.328333, -97.7785, 37.328333]}, {"id": "966", "type": "Feature", "properties": {"id": "ak16990799", "mag": 1.1, "time": 1506840419377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7218, 59.2315, 9.7]}, "bbox": [-152.7218, 59.2315, -152.7218, 59.2315]}, {"id": "967", "type": "Feature", "properties": {"id": "ak16971064", "mag": 2.6, "time": 1506838204059, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5055, 59.3191, 8.4]}, "bbox": [-148.5055, 59.3191, -148.5055, 59.3191]}, {"id": "968", "type": "Feature", "properties": {"id": "us2000axek", "mag": 3.2, "time": 1506836917300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7711, 36.4532, 6.9]}, "bbox": [-98.7711, 36.4532, -98.7711, 36.4532]}, {"id": "969", "type": "Feature", "properties": {"id": "ak16970116", "mag": 2.7, "time": 1506836847043, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9474, 62.6019, 6.3]}, "bbox": [-152.9474, 62.6019, -152.9474, 62.6019]}, {"id": "970", "type": "Feature", "properties": {"id": "nc72902586", "mag": 1.42, "time": 1506836822020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604, 4.13]}, "bbox": [-118.8205, 37.604, -118.8205, 37.604]}, {"id": "971", "type": "Feature", "properties": {"id": "nc72902581", "mag": 1.71, "time": 1506836766960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604333, 4.0]}, "bbox": [-118.8205, 37.604333, -118.8205, 37.604333]}, {"id": "972", "type": "Feature", "properties": {"id": "hv61928476", "mag": 1.81, "time": 1506836276760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.631836, 19.188999, 0.89]}, "bbox": [-155.631836, 19.188999, -155.631836, 19.188999]}, {"id": "973", "type": "Feature", "properties": {"id": "ak16970114", "mag": 1.3, "time": 1506835946408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.345, 60.1863, 0.0]}, "bbox": [-141.345, 60.1863, -141.345, 60.1863]}, {"id": "974", "type": "Feature", "properties": {"id": "uu60250622", "mag": 2.13, "time": 1506835247610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.578, 38.7305, -0.01]}, "bbox": [-112.578, 38.7305, -112.578, 38.7305]}, {"id": "975", "type": "Feature", "properties": {"id": "us2000axe4", "mag": 4.2, "time": 1506834536440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.1269, -6.2836, 59.98]}, "bbox": [146.1269, -6.2836, 146.1269, -6.2836]}, {"id": "976", "type": "Feature", "properties": {"id": "us2000axdz", "mag": 4.1, "time": 1506833874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.5987, 9.126, 39.13]}, "bbox": [-85.5987, 9.126, -85.5987, 9.126]}, {"id": "977", "type": "Feature", "properties": {"id": "ak16970083", "mag": 2.0, "time": 1506833288717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6914, 61.3678, 29.1]}, "bbox": [-149.6914, 61.3678, -149.6914, 61.3678]}, {"id": "978", "type": "Feature", "properties": {"id": "ak16969148", "mag": 1.9, "time": 1506832174570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9412, 51.6192, 50.9]}, "bbox": [-175.9412, 51.6192, -175.9412, 51.6192]}, {"id": "979", "type": "Feature", "properties": {"id": "ak16969146", "mag": 1.0, "time": 1506831622152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.577, 62.7735, 79.4]}, "bbox": [-150.577, 62.7735, -150.577, 62.7735]}, {"id": "980", "type": "Feature", "properties": {"id": "ci38016048", "mag": 1.04, "time": 1506831472900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.833167, 33.669167, 16.1]}, "bbox": [-116.833167, 33.669167, -116.833167, 33.669167]}, {"id": "981", "type": "Feature", "properties": {"id": "ci38016040", "mag": 1.1, "time": 1506831149410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.485, 36.3695, 1.6]}, "bbox": [-117.485, 36.3695, -117.485, 36.3695]}, {"id": "982", "type": "Feature", "properties": {"id": "mb80258549", "mag": 1.59, "time": 1506830710300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.889833, 13.14]}, "bbox": [-112.5235, 46.889833, -112.5235, 46.889833]}, {"id": "983", "type": "Feature", "properties": {"id": "hv61928346", "mag": 2.95, "time": 1506829826670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.095333, 19.715167, 33.794]}, "bbox": [-156.095333, 19.715167, -156.095333, 19.715167]}, {"id": "984", "type": "Feature", "properties": {"id": "ak16990790", "mag": 1.0, "time": 1506829471423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2898, 60.1429, 0.0]}, "bbox": [-141.2898, 60.1429, -141.2898, 60.1429]}, {"id": "985", "type": "Feature", "properties": {"id": "nc72902546", "mag": 1.45, "time": 1506828244030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 36.626, 8.14]}, "bbox": [-121.157167, 36.626, -121.157167, 36.626]}, {"id": "986", "type": "Feature", "properties": {"id": "mb80258544", "mag": 1.11, "time": 1506828010380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.871, 10.92]}, "bbox": [-112.526333, 46.871, -112.526333, 46.871]}, {"id": "987", "type": "Feature", "properties": {"id": "nc72902531", "mag": 1.44, "time": 1506827498200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.228833, 36.619333, 4.82]}, "bbox": [-121.228833, 36.619333, -121.228833, 36.619333]}, {"id": "988", "type": "Feature", "properties": {"id": "ak16968180", "mag": 2.0, "time": 1506827492404, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.739, 61.1833, 86.4]}, "bbox": [-151.739, 61.1833, -151.739, 61.1833]}, {"id": "989", "type": "Feature", "properties": {"id": "us2000axpk", "mag": 1.6, "time": 1506827393900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.9053, 41.6481, 6.51]}, "bbox": [-70.9053, 41.6481, -70.9053, 41.6481]}, {"id": "990", "type": "Feature", "properties": {"id": "ci38015992", "mag": 1.15, "time": 1506827015230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3845, 35.111667, 5.93]}, "bbox": [-118.3845, 35.111667, -118.3845, 35.111667]}, {"id": "991", "type": "Feature", "properties": {"id": "hv61928261", "mag": 2.05, "time": 1506825377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.476502, 19.216, 37.47]}, "bbox": [-155.476502, 19.216, -155.476502, 19.216]}, {"id": "992", "type": "Feature", "properties": {"id": "ak16990784", "mag": 1.4, "time": 1506825243899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2232, 51.7576, 46.6]}, "bbox": [-174.2232, 51.7576, -174.2232, 51.7576]}, {"id": "993", "type": "Feature", "properties": {"id": "uw61336131", "mag": 1.16, "time": 1506825168050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9095, 48.316167, 1.09]}, "bbox": [-121.9095, 48.316167, -121.9095, 48.316167]}, {"id": "994", "type": "Feature", "properties": {"id": "mb80258539", "mag": 1.53, "time": 1506824807150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.877, 11.86]}, "bbox": [-112.528833, 46.877, -112.528833, 46.877]}, {"id": "995", "type": "Feature", "properties": {"id": "ak16967237", "mag": 1.8, "time": 1506824784256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7866, 53.1332, 25.6]}, "bbox": [-166.7866, 53.1332, -166.7866, 53.1332]}, {"id": "996", "type": "Feature", "properties": {"id": "ak16990782", "mag": 2.0, "time": 1506823956350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6834, 51.2465, 35.3]}, "bbox": [-173.6834, 51.2465, -173.6834, 51.2465]}, {"id": "997", "type": "Feature", "properties": {"id": "ak16990781", "mag": 1.3, "time": 1506823856677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.521, 59.9658, 0.0]}, "bbox": [-139.521, 59.9658, -139.521, 59.9658]}, {"id": "998", "type": "Feature", "properties": {"id": "nc72902506", "mag": 1.22, "time": 1506821920520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7125, 37.351167, 7.83]}, "bbox": [-121.7125, 37.351167, -121.7125, 37.351167]}, {"id": "999", "type": "Feature", "properties": {"id": "us2000axct", "mag": 5.1, "time": 1506821726490, "felt": 125.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.1491, 7.5135, 142.73]}, "bbox": [-73.1491, 7.5135, -73.1491, 7.5135]}, {"id": "1000", "type": "Feature", "properties": {"id": "ci38015920", "mag": 1.75, "time": 1506821149880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.354833, 33.961167, 5.95]}, "bbox": [-116.354833, 33.961167, -116.354833, 33.961167]}, {"id": "1001", "type": "Feature", "properties": {"id": "us2000axcn", "mag": 4.9, "time": 1506821107970, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5685, 36.9167, 10.0]}, "bbox": [140.5685, 36.9167, 140.5685, 36.9167]}, {"id": "1002", "type": "Feature", "properties": {"id": "ak16990780", "mag": 2.5, "time": 1506821107760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8117, 51.8357, 61.8]}, "bbox": [-169.8117, 51.8357, -169.8117, 51.8357]}, {"id": "1003", "type": "Feature", "properties": {"id": "ci38015912", "mag": 1.0, "time": 1506820492420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.119167, 33.9365, 14.07]}, "bbox": [-117.119167, 33.9365, -117.119167, 33.9365]}, {"id": "1004", "type": "Feature", "properties": {"id": "ak16990779", "mag": 1.3, "time": 1506819992776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8841, 57.2184, 46.9]}, "bbox": [-153.8841, 57.2184, -153.8841, 57.2184]}, {"id": "1005", "type": "Feature", "properties": {"id": "ak16990778", "mag": 1.0, "time": 1506819499573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4019, 63.1122, 97.2]}, "bbox": [-150.4019, 63.1122, -150.4019, 63.1122]}, {"id": "1006", "type": "Feature", "properties": {"id": "nc72902491", "mag": 1.79, "time": 1506819103020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939, 37.635333, 5.76]}, "bbox": [-118.939, 37.635333, -118.939, 37.635333]}, {"id": "1007", "type": "Feature", "properties": {"id": "ak16966268", "mag": 1.8, "time": 1506818601975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9252, 60.1498, 112.5]}, "bbox": [-152.9252, 60.1498, -152.9252, 60.1498]}, {"id": "1008", "type": "Feature", "properties": {"id": "ak16966264", "mag": 1.5, "time": 1506818511725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4432, 51.7288, 13.5]}, "bbox": [-178.4432, 51.7288, -178.4432, 51.7288]}, {"id": "1009", "type": "Feature", "properties": {"id": "ak16966263", "mag": 2.1, "time": 1506818242272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7041, 52.7581, 14.9]}, "bbox": [-166.7041, 52.7581, -166.7041, 52.7581]}, {"id": "1010", "type": "Feature", "properties": {"id": "ak16990774", "mag": 1.5, "time": 1506818099252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4546, 51.7076, 6.6]}, "bbox": [-178.4546, 51.7076, -178.4546, 51.7076]}, {"id": "1011", "type": "Feature", "properties": {"id": "ak16990772", "mag": 2.7, "time": 1506817440647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6939, 51.8802, 15.5]}, "bbox": [-169.6939, 51.8802, -169.6939, 51.8802]}, {"id": "1012", "type": "Feature", "properties": {"id": "us2000axc3", "mag": 4.5, "time": 1506817163710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.9456, 7.2071, 68.13]}, "bbox": [126.9456, 7.2071, 126.9456, 7.2071]}, {"id": "1013", "type": "Feature", "properties": {"id": "ak16965336", "mag": 1.9, "time": 1506816635445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9899, 60.0896, 71.7]}, "bbox": [-151.9899, 60.0896, -151.9899, 60.0896]}, {"id": "1014", "type": "Feature", "properties": {"id": "ak16965329", "mag": 1.2, "time": 1506816385660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3486, 64.9885, 0.0]}, "bbox": [-147.3486, 64.9885, -147.3486, 64.9885]}, {"id": "1015", "type": "Feature", "properties": {"id": "us2000axbx", "mag": 4.3, "time": 1506816328880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.9474, 51.9828, 27.38]}, "bbox": [-169.9474, 51.9828, -169.9474, 51.9828]}, {"id": "1016", "type": "Feature", "properties": {"id": "hv61928136", "mag": 2.02, "time": 1506816129630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.123672, 19.313999, 2.22]}, "bbox": [-155.123672, 19.313999, -155.123672, 19.313999]}, {"id": "1017", "type": "Feature", "properties": {"id": "uu60250512", "mag": 2.38, "time": 1506814998100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.459167, 42.663667, 2.14]}, "bbox": [-111.459167, 42.663667, -111.459167, 42.663667]}, {"id": "1018", "type": "Feature", "properties": {"id": "us2000axbj", "mag": 3.2, "time": 1506814776660, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4566, 42.652, 6.15]}, "bbox": [-111.4566, 42.652, -111.4566, 42.652]}, {"id": "1019", "type": "Feature", "properties": {"id": "us2000axba", "mag": 2.8, "time": 1506814745510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4606, 42.6545, 4.98]}, "bbox": [-111.4606, 42.6545, -111.4606, 42.6545]}, {"id": "1020", "type": "Feature", "properties": {"id": "us2000axb6", "mag": 2.7, "time": 1506814557760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.473, 42.6754, 3.19]}, "bbox": [-111.473, 42.6754, -111.473, 42.6754]}, {"id": "1021", "type": "Feature", "properties": {"id": "ak16964389", "mag": 1.2, "time": 1506813911112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5092, 62.3699, 51.0]}, "bbox": [-149.5092, 62.3699, -149.5092, 62.3699]}, {"id": "1022", "type": "Feature", "properties": {"id": "ci38015880", "mag": 1.87, "time": 1506813831910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.455333, 34.324167, 2.96]}, "bbox": [-116.455333, 34.324167, -116.455333, 34.324167]}, {"id": "1023", "type": "Feature", "properties": {"id": "us2000axas", "mag": 5.5, "time": 1506813329570, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5426, 3.9405, 10.0]}, "bbox": [128.5426, 3.9405, 128.5426, 3.9405]}, {"id": "1024", "type": "Feature", "properties": {"id": "ak16964388", "mag": 1.6, "time": 1506812976279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5291, 59.2674, 85.5]}, "bbox": [-152.5291, 59.2674, -152.5291, 59.2674]}, {"id": "1025", "type": "Feature", "properties": {"id": "ak16989805", "mag": 1.4, "time": 1506812398891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7509, 60.014, 105.7]}, "bbox": [-152.7509, 60.014, -152.7509, 60.014]}, {"id": "1026", "type": "Feature", "properties": {"id": "ak16964387", "mag": 1.0, "time": 1506812112182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1116, 62.3522, 7.1]}, "bbox": [-149.1116, 62.3522, -149.1116, 62.3522]}, {"id": "1027", "type": "Feature", "properties": {"id": "ak16964380", "mag": 1.0, "time": 1506811899089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6933, 62.6659, 6.2]}, "bbox": [-152.6933, 62.6659, -152.6933, 62.6659]}, {"id": "1028", "type": "Feature", "properties": {"id": "nn00607730", "mag": 1.0, "time": 1506811774166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9049, 37.2915, 0.0]}, "bbox": [-115.9049, 37.2915, -115.9049, 37.2915]}, {"id": "1029", "type": "Feature", "properties": {"id": "nn00607738", "mag": 1.0, "time": 1506811292528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8999, 37.2878, 3.1]}, "bbox": [-115.8999, 37.2878, -115.8999, 37.2878]}, {"id": "1030", "type": "Feature", "properties": {"id": "nn00607737", "mag": 1.1, "time": 1506811240125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9056, 37.279, 6.4]}, "bbox": [-115.9056, 37.279, -115.9056, 37.279]}, {"id": "1031", "type": "Feature", "properties": {"id": "nn00607728", "mag": 1.1, "time": 1506811230164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9061, 37.2885, 0.0]}, "bbox": [-115.9061, 37.2885, -115.9061, 37.2885]}, {"id": "1032", "type": "Feature", "properties": {"id": "uu60250442", "mag": 2.43, "time": 1506810599500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.661, 2.56]}, "bbox": [-111.4515, 42.661, -111.4515, 42.661]}, {"id": "1033", "type": "Feature", "properties": {"id": "ak16963468", "mag": 1.2, "time": 1506810291866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5204, 63.352, 8.1]}, "bbox": [-151.5204, 63.352, -151.5204, 63.352]}, {"id": "1034", "type": "Feature", "properties": {"id": "nn00607721", "mag": 1.4, "time": 1506807445148, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6755, 40.2201, 8.1]}, "bbox": [-117.6755, 40.2201, -117.6755, 40.2201]}, {"id": "1035", "type": "Feature", "properties": {"id": "ak16963443", "mag": 1.1, "time": 1506806484011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3476, 61.4217, 25.5]}, "bbox": [-147.3476, 61.4217, -147.3476, 61.4217]}, {"id": "1036", "type": "Feature", "properties": {"id": "ak16963413", "mag": 2.3, "time": 1506806152613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0067, 60.9307, 14.1]}, "bbox": [-144.0067, 60.9307, -144.0067, 60.9307]}, {"id": "1037", "type": "Feature", "properties": {"id": "ak16962501", "mag": 4.2, "time": 1506806106026, "felt": 17.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.2422, 59.621, 83.6]}, "bbox": [-152.2422, 59.621, -152.2422, 59.621]}, {"id": "1038", "type": "Feature", "properties": {"id": "ak16989798", "mag": 1.1, "time": 1506805696616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7955, 61.7318, 98.9]}, "bbox": [-151.7955, 61.7318, -151.7955, 61.7318]}, {"id": "1039", "type": "Feature", "properties": {"id": "us2000ax9r", "mag": 4.7, "time": 1506805651800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9751, 27.653, 485.8]}, "bbox": [139.9751, 27.653, 139.9751, 27.653]}, {"id": "1040", "type": "Feature", "properties": {"id": "uw61335981", "mag": 1.82, "time": 1506805100680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.056833, 48.412333, 50.6]}, "bbox": [-123.056833, 48.412333, -123.056833, 48.412333]}, {"id": "1041", "type": "Feature", "properties": {"id": "nc72902471", "mag": 2.5, "time": 1506804691550, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2745, 38.558167, 6.21]}, "bbox": [-122.2745, 38.558167, -122.2745, 38.558167]}, {"id": "1042", "type": "Feature", "properties": {"id": "nc71107604", "mag": 0.96, "time": 1506804690650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.780167, 35.5105, 3.92]}, "bbox": [-120.780167, 35.5105, -120.780167, 35.5105]}, {"id": "1043", "type": "Feature", "properties": {"id": "ci38015856", "mag": 1.0, "time": 1506804008820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791, 33.512, 6.24]}, "bbox": [-116.791, 33.512, -116.791, 33.512]}, {"id": "1044", "type": "Feature", "properties": {"id": "us2000ax9d", "mag": 4.1, "time": 1506803686610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.7108, -8.0939, 216.64]}, "bbox": [122.7108, -8.0939, 122.7108, -8.0939]}, {"id": "1045", "type": "Feature", "properties": {"id": "us2000ax9h", "mag": 3.5, "time": 1506803627030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5125, 17.7855, 35.0]}, "bbox": [-68.5125, 17.7855, -68.5125, 17.7855]}, {"id": "1046", "type": "Feature", "properties": {"id": "hv61927906", "mag": 3.49, "time": 1506803617560, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.469, 19.209667, 35.947]}, "bbox": [-155.469, 19.209667, -155.469, 19.209667]}, {"id": "1047", "type": "Feature", "properties": {"id": "us2000ax99", "mag": 4.7, "time": 1506802488710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8145, 21.6564, 64.59]}, "bbox": [143.8145, 21.6564, 143.8145, 21.6564]}, {"id": "1048", "type": "Feature", "properties": {"id": "ci38015848", "mag": 1.38, "time": 1506802371860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363167, 33.357333, 10.38]}, "bbox": [-116.363167, 33.357333, -116.363167, 33.357333]}, {"id": "1049", "type": "Feature", "properties": {"id": "nc72902466", "mag": 1.77, "time": 1506801988210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.781, 38.796667, 3.44]}, "bbox": [-122.781, 38.796667, -122.781, 38.796667]}, {"id": "1050", "type": "Feature", "properties": {"id": "ak16962490", "mag": 1.1, "time": 1506800090127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1783, 59.7871, 69.4]}, "bbox": [-152.1783, 59.7871, -152.1783, 59.7871]}, {"id": "1051", "type": "Feature", "properties": {"id": "ak16962484", "mag": 1.5, "time": 1506799366659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6852, 63.5864, 3.0]}, "bbox": [-150.6852, 63.5864, -150.6852, 63.5864]}, {"id": "1052", "type": "Feature", "properties": {"id": "nn00607710", "mag": 1.2, "time": 1506799171022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1362, 38.2888, 10.3]}, "bbox": [-118.1362, 38.2888, -118.1362, 38.2888]}, {"id": "1053", "type": "Feature", "properties": {"id": "ak16962480", "mag": 3.0, "time": 1506798820424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1572, 55.8639, 11.9]}, "bbox": [-143.1572, 55.8639, -143.1572, 55.8639]}, {"id": "1054", "type": "Feature", "properties": {"id": "ak16989794", "mag": 1.9, "time": 1506798785904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2132, 52.0688, 7.4]}, "bbox": [-176.2132, 52.0688, -176.2132, 52.0688]}, {"id": "1055", "type": "Feature", "properties": {"id": "mb80258414", "mag": 1.87, "time": 1506798465250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525333, 46.872833, 11.78]}, "bbox": [-112.525333, 46.872833, -112.525333, 46.872833]}, {"id": "1056", "type": "Feature", "properties": {"id": "us2000ax8b", "mag": 2.5, "time": 1506797682590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.6659, 3.65]}, "bbox": [-111.4618, 42.6659, -111.4618, 42.6659]}, {"id": "1057", "type": "Feature", "properties": {"id": "ak16962476", "mag": 1.4, "time": 1506797627539, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5093, 61.3123, 6.1]}, "bbox": [-152.5093, 61.3123, -152.5093, 61.3123]}, {"id": "1058", "type": "Feature", "properties": {"id": "ak16961588", "mag": 1.1, "time": 1506797036668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7901, 63.2441, 12.8]}, "bbox": [-149.7901, 63.2441, -149.7901, 63.2441]}, {"id": "1059", "type": "Feature", "properties": {"id": "us2000b0d3", "mag": 4.1, "time": 1506796297940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8027, 15.4984, 19.41]}, "bbox": [-94.8027, 15.4984, -94.8027, 15.4984]}, {"id": "1060", "type": "Feature", "properties": {"id": "ci38015776", "mag": 1.28, "time": 1506796206280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.89, 34.349167, 2.93]}, "bbox": [-116.89, 34.349167, -116.89, 34.349167]}, {"id": "1061", "type": "Feature", "properties": {"id": "ak16961586", "mag": 2.0, "time": 1506795961720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8619, 51.4801, 41.6]}, "bbox": [-177.8619, 51.4801, -177.8619, 51.4801]}, {"id": "1062", "type": "Feature", "properties": {"id": "ak16961585", "mag": 1.1, "time": 1506795458511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5581, 61.5616, 72.2]}, "bbox": [-151.5581, 61.5616, -151.5581, 61.5616]}, {"id": "1063", "type": "Feature", "properties": {"id": "ci38015752", "mag": 1.52, "time": 1506795424490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.160667, 34.4365, 4.43]}, "bbox": [-119.160667, 34.4365, -119.160667, 34.4365]}, {"id": "1064", "type": "Feature", "properties": {"id": "us2000ax7s", "mag": 4.8, "time": 1506795349220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9189, 16.1602, 51.93]}, "bbox": [-94.9189, 16.1602, -94.9189, 16.1602]}, {"id": "1065", "type": "Feature", "properties": {"id": "nc72904876", "mag": 1.25, "time": 1506795206390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.484167, 40.699167, 11.98]}, "bbox": [-121.484167, 40.699167, -121.484167, 40.699167]}, {"id": "1066", "type": "Feature", "properties": {"id": "ak16961582", "mag": 1.1, "time": 1506794436503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6079, 60.1354, 9.8]}, "bbox": [-141.6079, 60.1354, -141.6079, 60.1354]}, {"id": "1067", "type": "Feature", "properties": {"id": "ak16961580", "mag": 1.1, "time": 1506794299451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5942, 60.1565, 7.4]}, "bbox": [-141.5942, 60.1565, -141.5942, 60.1565]}, {"id": "1068", "type": "Feature", "properties": {"id": "ak16961575", "mag": 1.6, "time": 1506793157002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.119, 51.4689, 25.2]}, "bbox": [-178.119, 51.4689, -178.119, 51.4689]}, {"id": "1069", "type": "Feature", "properties": {"id": "us2000ax76", "mag": 4.9, "time": 1506789944160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9767, 1.0533, 10.0]}, "bbox": [-90.9767, 1.0533, -90.9767, 1.0533]}, {"id": "1070", "type": "Feature", "properties": {"id": "nc72902376", "mag": 1.84, "time": 1506788771420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8085, 38.817833, 3.12]}, "bbox": [-122.8085, 38.817833, -122.8085, 38.817833]}, {"id": "1071", "type": "Feature", "properties": {"id": "nc72902381", "mag": 1.19, "time": 1506788628860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3415, 37.8225, -0.07]}, "bbox": [-122.3415, 37.8225, -122.3415, 37.8225]}, {"id": "1072", "type": "Feature", "properties": {"id": "ak16960680", "mag": 2.9, "time": 1506788491228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9778, 51.4147, 57.6]}, "bbox": [179.9778, 51.4147, 179.9778, 51.4147]}, {"id": "1073", "type": "Feature", "properties": {"id": "ak16989782", "mag": 1.1, "time": 1506788345464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7866, 57.4545, 53.8]}, "bbox": [-154.7866, 57.4545, -154.7866, 57.4545]}, {"id": "1074", "type": "Feature", "properties": {"id": "nc72902371", "mag": 1.16, "time": 1506786770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.691, 38.7405, 1.44]}, "bbox": [-122.691, 38.7405, -122.691, 38.7405]}, {"id": "1075", "type": "Feature", "properties": {"id": "us2000ax6w", "mag": 2.6, "time": 1506785489440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5446, 36.2305, 5.63]}, "bbox": [-97.5446, 36.2305, -97.5446, 36.2305]}, {"id": "1076", "type": "Feature", "properties": {"id": "ak16959801", "mag": 1.0, "time": 1506785312713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7001, 61.542, 58.2]}, "bbox": [-150.7001, 61.542, -150.7001, 61.542]}, {"id": "1077", "type": "Feature", "properties": {"id": "mb80258389", "mag": 1.27, "time": 1506783781070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531167, 46.8685, 11.42]}, "bbox": [-112.531167, 46.8685, -112.531167, 46.8685]}, {"id": "1078", "type": "Feature", "properties": {"id": "ci38015696", "mag": 2.28, "time": 1506783542670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492667, 34.216, 5.74]}, "bbox": [-117.492667, 34.216, -117.492667, 34.216]}, {"id": "1079", "type": "Feature", "properties": {"id": "ak16959795", "mag": 1.6, "time": 1506783111232, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5985, 59.916, 0.0]}, "bbox": [-139.5985, 59.916, -139.5985, 59.916]}, {"id": "1080", "type": "Feature", "properties": {"id": "nc72902346", "mag": 1.53, "time": 1506782817930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.249667, 37.864833, 5.03]}, "bbox": [-122.249667, 37.864833, -122.249667, 37.864833]}, {"id": "1081", "type": "Feature", "properties": {"id": "nc72902336", "mag": 1.34, "time": 1506782106540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.603833, 4.12]}, "bbox": [-118.819833, 37.603833, -118.819833, 37.603833]}, {"id": "1082", "type": "Feature", "properties": {"id": "ci38015672", "mag": 1.46, "time": 1506781658250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2715, 34.059333, 15.26]}, "bbox": [-117.2715, 34.059333, -117.2715, 34.059333]}, {"id": "1083", "type": "Feature", "properties": {"id": "uw61335861", "mag": 1.05, "time": 1506780581040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.452333, 48.382667, 22.31]}, "bbox": [-122.452333, 48.382667, -122.452333, 48.382667]}, {"id": "1084", "type": "Feature", "properties": {"id": "hv61927751", "mag": 2.29, "time": 1506780487200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.627833, 19.405333, 3.602]}, "bbox": [-155.627833, 19.405333, -155.627833, 19.405333]}, {"id": "1085", "type": "Feature", "properties": {"id": "ak16958915", "mag": 1.1, "time": 1506779690755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.5599, 60.3017, 2.0]}, "bbox": [-143.5599, 60.3017, -143.5599, 60.3017]}, {"id": "1086", "type": "Feature", "properties": {"id": "ak16958913", "mag": 1.2, "time": 1506779388174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6949, 63.8592, 1.6]}, "bbox": [-148.6949, 63.8592, -148.6949, 63.8592]}, {"id": "1087", "type": "Feature", "properties": {"id": "ak16989774", "mag": 1.1, "time": 1506778517082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4836, 62.981, 94.9]}, "bbox": [-150.4836, 62.981, -150.4836, 62.981]}, {"id": "1088", "type": "Feature", "properties": {"id": "ci38015648", "mag": 1.53, "time": 1506777358020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.461667, 34.329167, 3.88]}, "bbox": [-116.461667, 34.329167, -116.461667, 34.329167]}, {"id": "1089", "type": "Feature", "properties": {"id": "ak16958909", "mag": 1.8, "time": 1506777347886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2124, 67.8158, 1.9]}, "bbox": [-159.2124, 67.8158, -159.2124, 67.8158]}, {"id": "1090", "type": "Feature", "properties": {"id": "ci38015640", "mag": 2.0, "time": 1506777335770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.658167, 31.867, 1.78]}, "bbox": [-115.658167, 31.867, -115.658167, 31.867]}, {"id": "1091", "type": "Feature", "properties": {"id": "ci38015616", "mag": 1.28, "time": 1506776191250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.768833, 33.326833, 12.3]}, "bbox": [-116.768833, 33.326833, -116.768833, 33.326833]}, {"id": "1092", "type": "Feature", "properties": {"id": "ak16958907", "mag": 1.2, "time": 1506775842000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4069, 62.3275, 86.0]}, "bbox": [-151.4069, 62.3275, -151.4069, 62.3275]}, {"id": "1093", "type": "Feature", "properties": {"id": "nc72902306", "mag": 1.41, "time": 1506775748110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.605333, 4.33]}, "bbox": [-118.82, 37.605333, -118.82, 37.605333]}, {"id": "1094", "type": "Feature", "properties": {"id": "ak16958905", "mag": 2.0, "time": 1506775349934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7202, 67.3687, 4.2]}, "bbox": [-163.7202, 67.3687, -163.7202, 67.3687]}, {"id": "1095", "type": "Feature", "properties": {"id": "nn00607651", "mag": 1.2, "time": 1506775034180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8976, 38.3688, 7.1]}, "bbox": [-118.8976, 38.3688, -118.8976, 38.3688]}, {"id": "1096", "type": "Feature", "properties": {"id": "ak16958026", "mag": 2.8, "time": 1506774114627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7286, 67.3815, 8.4]}, "bbox": [-163.7286, 67.3815, -163.7286, 67.3815]}, {"id": "1097", "type": "Feature", "properties": {"id": "uu60250312", "mag": 2.59, "time": 1506774047790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.635, 37.764167, 13.14]}, "bbox": [-110.635, 37.764167, -110.635, 37.764167]}, {"id": "1098", "type": "Feature", "properties": {"id": "ak16958023", "mag": 1.6, "time": 1506773722633, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6494, 63.1022, 115.8]}, "bbox": [-150.6494, 63.1022, -150.6494, 63.1022]}, {"id": "1099", "type": "Feature", "properties": {"id": "ak16989768", "mag": 1.6, "time": 1506773709105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8697, 59.0106, 105.0]}, "bbox": [-153.8697, 59.0106, -153.8697, 59.0106]}, {"id": "1100", "type": "Feature", "properties": {"id": "nc72902286", "mag": 1.55, "time": 1506773378420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898833, 37.522667, 12.57]}, "bbox": [-118.898833, 37.522667, -118.898833, 37.522667]}, {"id": "1101", "type": "Feature", "properties": {"id": "ld60143701", "mag": 0.98, "time": 1506773153350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.5095, 40.809333, 11.51]}, "bbox": [-74.5095, 40.809333, -74.5095, 40.809333]}, {"id": "1102", "type": "Feature", "properties": {"id": "ak16958020", "mag": 1.2, "time": 1506771142867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0654, 62.1893, 8.4]}, "bbox": [-150.0654, 62.1893, -150.0654, 62.1893]}, {"id": "1103", "type": "Feature", "properties": {"id": "ak16957154", "mag": 1.4, "time": 1506770413805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3117, 61.0872, 0.0]}, "bbox": [-148.3117, 61.0872, -148.3117, 61.0872]}, {"id": "1104", "type": "Feature", "properties": {"id": "ci38015552", "mag": 1.58, "time": 1506769732230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.155, 34.5615, 2.13]}, "bbox": [-119.155, 34.5615, -119.155, 34.5615]}, {"id": "1105", "type": "Feature", "properties": {"id": "ak16989763", "mag": 1.5, "time": 1506768979985, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1722, 60.0493, 117.8]}, "bbox": [-153.1722, 60.0493, -153.1722, 60.0493]}, {"id": "1106", "type": "Feature", "properties": {"id": "uu60250297", "mag": 1.97, "time": 1506768169440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.547, 7.49]}, "bbox": [-111.4255, 42.547, -111.4255, 42.547]}, {"id": "1107", "type": "Feature", "properties": {"id": "ak16957134", "mag": 1.5, "time": 1506768169245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9682, 61.4708, 39.5]}, "bbox": [-149.9682, 61.4708, -149.9682, 61.4708]}, {"id": "1108", "type": "Feature", "properties": {"id": "us2000ax5m", "mag": 5.2, "time": 1506767402460, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.7797, 1.8973, 37.67]}, "bbox": [128.7797, 1.8973, 128.7797, 1.8973]}, {"id": "1109", "type": "Feature", "properties": {"id": "ak16989760", "mag": 1.1, "time": 1506766077754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8184, 60.0072, 67.6]}, "bbox": [-151.8184, 60.0072, -151.8184, 60.0072]}, {"id": "1110", "type": "Feature", "properties": {"id": "nc72902251", "mag": 1.22, "time": 1506766057090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800833, 38.792667, 2.88]}, "bbox": [-122.800833, 38.792667, -122.800833, 38.792667]}, {"id": "1111", "type": "Feature", "properties": {"id": "ak16956252", "mag": 1.6, "time": 1506765146662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3164, 61.6465, 25.4]}, "bbox": [-147.3164, 61.6465, -147.3164, 61.6465]}, {"id": "1112", "type": "Feature", "properties": {"id": "us2000ax55", "mag": 4.4, "time": 1506764918800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0971, 15.3765, 35.53]}, "bbox": [-94.0971, 15.3765, -94.0971, 15.3765]}, {"id": "1113", "type": "Feature", "properties": {"id": "ak16956250", "mag": 3.1, "time": 1506764602367, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3876, 51.6362, 13.1]}, "bbox": [-178.3876, 51.6362, -178.3876, 51.6362]}, {"id": "1114", "type": "Feature", "properties": {"id": "uu60250277", "mag": 1.1, "time": 1506764348800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411333, 38.962833, -1.36]}, "bbox": [-111.411333, 38.962833, -111.411333, 38.962833]}, {"id": "1115", "type": "Feature", "properties": {"id": "nc72902211", "mag": 2.24, "time": 1506763678540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1355, 37.688333, 25.77]}, "bbox": [-120.1355, 37.688333, -120.1355, 37.688333]}, {"id": "1116", "type": "Feature", "properties": {"id": "ak16955383", "mag": 2.0, "time": 1506763079790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7222, 59.2509, 16.0]}, "bbox": [-152.7222, 59.2509, -152.7222, 59.2509]}, {"id": "1117", "type": "Feature", "properties": {"id": "ak16955380", "mag": 1.1, "time": 1506762584802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0664, 61.8814, 35.7]}, "bbox": [-149.0664, 61.8814, -149.0664, 61.8814]}, {"id": "1118", "type": "Feature", "properties": {"id": "nc72902196", "mag": 1.37, "time": 1506761418100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.788, 0.74]}, "bbox": [-122.7435, 38.788, -122.7435, 38.788]}, {"id": "1119", "type": "Feature", "properties": {"id": "us2000ax4r", "mag": 2.5, "time": 1506761330980, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5543, 36.2286, 1.38]}, "bbox": [-97.5543, 36.2286, -97.5543, 36.2286]}, {"id": "1120", "type": "Feature", "properties": {"id": "ci38015488", "mag": 1.48, "time": 1506761301510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3055, 33.255167, 10.3]}, "bbox": [-116.3055, 33.255167, -116.3055, 33.255167]}, {"id": "1121", "type": "Feature", "properties": {"id": "ci38015480", "mag": 1.54, "time": 1506760683740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.638333, 33.165167, 2.88]}, "bbox": [-115.638333, 33.165167, -115.638333, 33.165167]}, {"id": "1122", "type": "Feature", "properties": {"id": "ak16955371", "mag": 2.5, "time": 1506760322340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9144, 51.2732, 19.4]}, "bbox": [-179.9144, 51.2732, -179.9144, 51.2732]}, {"id": "1123", "type": "Feature", "properties": {"id": "nc72902186", "mag": 1.08, "time": 1506759358360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.750832, 38.806835, 0.69]}, "bbox": [-122.750832, 38.806835, -122.750832, 38.806835]}, {"id": "1124", "type": "Feature", "properties": {"id": "nc72902176", "mag": 1.52, "time": 1506758934270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.270833, 39.463167, 6.67]}, "bbox": [-123.270833, 39.463167, -123.270833, 39.463167]}, {"id": "1125", "type": "Feature", "properties": {"id": "ak16955365", "mag": 2.3, "time": 1506758896299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4581, 50.7723, 29.7]}, "bbox": [-173.4581, 50.7723, -173.4581, 50.7723]}, {"id": "1126", "type": "Feature", "properties": {"id": "ak16955363", "mag": 1.2, "time": 1506758873795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2563, 61.2042, 65.4]}, "bbox": [-151.2563, 61.2042, -151.2563, 61.2042]}, {"id": "1127", "type": "Feature", "properties": {"id": "nc72902161", "mag": 1.43, "time": 1506758269830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.604167, 3.89]}, "bbox": [-118.820833, 37.604167, -118.820833, 37.604167]}, {"id": "1128", "type": "Feature", "properties": {"id": "nc72902151", "mag": 1.08, "time": 1506757752200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.095167, 36.564333, 8.65]}, "bbox": [-121.095167, 36.564333, -121.095167, 36.564333]}, {"id": "1129", "type": "Feature", "properties": {"id": "ak16954507", "mag": 1.7, "time": 1506757551919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4734, 51.7808, 63.4]}, "bbox": [-176.4734, 51.7808, -176.4734, 51.7808]}, {"id": "1130", "type": "Feature", "properties": {"id": "ak16954502", "mag": 1.5, "time": 1506757337943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7203, 60.1564, 96.7]}, "bbox": [-152.7203, 60.1564, -152.7203, 60.1564]}, {"id": "1131", "type": "Feature", "properties": {"id": "ak16954501", "mag": 1.2, "time": 1506757146790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0463, 62.4859, 12.9]}, "bbox": [-150.0463, 62.4859, -150.0463, 62.4859]}, {"id": "1132", "type": "Feature", "properties": {"id": "ak16954494", "mag": 1.2, "time": 1506755657374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4986, 59.9398, 15.9]}, "bbox": [-147.4986, 59.9398, -147.4986, 59.9398]}, {"id": "1133", "type": "Feature", "properties": {"id": "ak16989746", "mag": 1.4, "time": 1506755147399, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4214, 51.6622, 47.9]}, "bbox": [-176.4214, 51.6622, -176.4214, 51.6622]}, {"id": "1134", "type": "Feature", "properties": {"id": "nc72902146", "mag": 1.49, "time": 1506754443300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7965, 38.821167, 2.97]}, "bbox": [-122.7965, 38.821167, -122.7965, 38.821167]}, {"id": "1135", "type": "Feature", "properties": {"id": "ak16953640", "mag": 1.8, "time": 1506754020475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3389, 63.5229, 14.2]}, "bbox": [-147.3389, 63.5229, -147.3389, 63.5229]}, {"id": "1136", "type": "Feature", "properties": {"id": "ci38015432", "mag": 1.45, "time": 1506753848290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.784, 34.512167, 18.77]}, "bbox": [-118.784, 34.512167, -118.784, 34.512167]}, {"id": "1137", "type": "Feature", "properties": {"id": "nc72902141", "mag": 1.71, "time": 1506753528720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9575, 37.590333, -0.13]}, "bbox": [-118.9575, 37.590333, -118.9575, 37.590333]}, {"id": "1138", "type": "Feature", "properties": {"id": "us2000ax3z", "mag": 5.0, "time": 1506753276470, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7893, -37.146, 51.02]}, "bbox": [178.7893, -37.146, 178.7893, -37.146]}, {"id": "1139", "type": "Feature", "properties": {"id": "us2000ax3x", "mag": 4.0, "time": 1506752562800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1802, 15.1606, 44.16]}, "bbox": [-94.1802, 15.1606, -94.1802, 15.1606]}, {"id": "1140", "type": "Feature", "properties": {"id": "us2000ax3v", "mag": 5.5, "time": 1506752076970, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.0015, 32.3196, 10.0]}, "bbox": [105.0015, 32.3196, 105.0015, 32.3196]}, {"id": "1141", "type": "Feature", "properties": {"id": "nc72902116", "mag": 1.62, "time": 1506750865330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.599667, 37.407833, 9.53]}, "bbox": [-118.599667, 37.407833, -118.599667, 37.407833]}, {"id": "1142", "type": "Feature", "properties": {"id": "ci38015368", "mag": 1.67, "time": 1506750508810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.076333, 36.188833, 2.55]}, "bbox": [-118.076333, 36.188833, -118.076333, 36.188833]}, {"id": "1143", "type": "Feature", "properties": {"id": "mb80258359", "mag": 1.02, "time": 1506750398880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9725, 47.5955, 16.81]}, "bbox": [-113.9725, 47.5955, -113.9725, 47.5955]}, {"id": "1144", "type": "Feature", "properties": {"id": "us2000ax3j", "mag": 2.7, "time": 1506750040910, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.2913, 46.8038, 7.79]}, "bbox": [-112.2913, 46.8038, -112.2913, 46.8038]}, {"id": "1145", "type": "Feature", "properties": {"id": "ak16952767", "mag": 1.8, "time": 1506749904921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3454, 60.3536, 81.9]}, "bbox": [-152.3454, 60.3536, -152.3454, 60.3536]}, {"id": "1146", "type": "Feature", "properties": {"id": "ak16952766", "mag": 2.3, "time": 1506749189648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3954, 52.6671, 7.6]}, "bbox": [-169.3954, 52.6671, -169.3954, 52.6671]}, {"id": "1147", "type": "Feature", "properties": {"id": "us2000ax39", "mag": 4.5, "time": 1506748759440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.5825, -6.071, 46.79]}, "bbox": [146.5825, -6.071, 146.5825, -6.071]}, {"id": "1148", "type": "Feature", "properties": {"id": "nc72902081", "mag": 1.59, "time": 1506748525170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.603833, 3.81]}, "bbox": [-118.82, 37.603833, -118.82, 37.603833]}, {"id": "1149", "type": "Feature", "properties": {"id": "ak16989740", "mag": 1.2, "time": 1506747601510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7455, 63.2374, 127.9]}, "bbox": [-150.7455, 63.2374, -150.7455, 63.2374]}, {"id": "1150", "type": "Feature", "properties": {"id": "uu60250227", "mag": 1.55, "time": 1506747254170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416167, 42.576, 7.87]}, "bbox": [-111.416167, 42.576, -111.416167, 42.576]}, {"id": "1151", "type": "Feature", "properties": {"id": "ak16989738", "mag": 2.1, "time": 1506746345789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3938, 52.2402, 166.1]}, "bbox": [-176.3938, 52.2402, -176.3938, 52.2402]}, {"id": "1152", "type": "Feature", "properties": {"id": "us2000ax2y", "mag": 2.0, "time": 1506744973730, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.5373, 31.4264, 5.0]}, "bbox": [-103.5373, 31.4264, -103.5373, 31.4264]}, {"id": "1153", "type": "Feature", "properties": {"id": "us2000ax2z", "mag": 4.2, "time": 1506744770640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [56.8179, 27.8699, 10.0]}, "bbox": [56.8179, 27.8699, 56.8179, 27.8699]}, {"id": "1154", "type": "Feature", "properties": {"id": "ak16951924", "mag": 1.9, "time": 1506744732618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0884, 59.736, 45.6]}, "bbox": [-151.0884, 59.736, -151.0884, 59.736]}, {"id": "1155", "type": "Feature", "properties": {"id": "nc72902041", "mag": 1.11, "time": 1506744250250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.493667, -0.44]}, "bbox": [-118.833, 37.493667, -118.833, 37.493667]}, {"id": "1156", "type": "Feature", "properties": {"id": "ak16989735", "mag": 1.2, "time": 1506741220731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9578, 61.9828, 69.5]}, "bbox": [-150.9578, 61.9828, -150.9578, 61.9828]}, {"id": "1157", "type": "Feature", "properties": {"id": "ak16951083", "mag": 2.6, "time": 1506741030111, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6653, 59.3044, 110.5]}, "bbox": [-153.6653, 59.3044, -153.6653, 59.3044]}, {"id": "1158", "type": "Feature", "properties": {"id": "ak16989733", "mag": 1.9, "time": 1506739580500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7167, 57.5293, 92.2]}, "bbox": [-155.7167, 57.5293, -155.7167, 57.5293]}, {"id": "1159", "type": "Feature", "properties": {"id": "us2000ax2n", "mag": 4.5, "time": 1506739554570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [136.7409, -3.3243, 53.79]}, "bbox": [136.7409, -3.3243, 136.7409, -3.3243]}, {"id": "1160", "type": "Feature", "properties": {"id": "ak16951081", "mag": 1.2, "time": 1506738073140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.643, 59.7863, 2.1]}, "bbox": [-136.643, 59.7863, -136.643, 59.7863]}, {"id": "1161", "type": "Feature", "properties": {"id": "ci38015232", "mag": 1.78, "time": 1506737478680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.242833, 34.689, 2.49]}, "bbox": [-120.242833, 34.689, -120.242833, 34.689]}, {"id": "1162", "type": "Feature", "properties": {"id": "nm60207556", "mag": 1.6, "time": 1506737274410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.540333, 36.441167, 8.74]}, "bbox": [-89.540333, 36.441167, -89.540333, 36.441167]}, {"id": "1163", "type": "Feature", "properties": {"id": "ak16951079", "mag": 1.0, "time": 1506737168134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6248, 59.7789, 3.9]}, "bbox": [-136.6248, 59.7789, -136.6248, 59.7789]}, {"id": "1164", "type": "Feature", "properties": {"id": "ak16989730", "mag": 1.0, "time": 1506736917340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3855, 61.2392, 35.6]}, "bbox": [-149.3855, 61.2392, -149.3855, 61.2392]}, {"id": "1165", "type": "Feature", "properties": {"id": "ak16951077", "mag": 2.7, "time": 1506736523109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4182, 51.6603, 65.4]}, "bbox": [-175.4182, 51.6603, -175.4182, 51.6603]}, {"id": "1166", "type": "Feature", "properties": {"id": "nn00607629", "mag": 1.3, "time": 1506736488217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2269, 38.6102, 7.9]}, "bbox": [-118.2269, 38.6102, -118.2269, 38.6102]}, {"id": "1167", "type": "Feature", "properties": {"id": "ak16989728", "mag": 1.8, "time": 1506734962617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4354, 59.672, 120.4]}, "bbox": [-153.4354, 59.672, -153.4354, 59.672]}, {"id": "1168", "type": "Feature", "properties": {"id": "us2000ax2c", "mag": 4.2, "time": 1506734849800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1267, 15.2552, 35.18]}, "bbox": [-94.1267, 15.2552, -94.1267, 15.2552]}, {"id": "1169", "type": "Feature", "properties": {"id": "ci38015192", "mag": 1.59, "time": 1506734841110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.231333, 34.69, 2.26]}, "bbox": [-120.231333, 34.69, -120.231333, 34.69]}, {"id": "1170", "type": "Feature", "properties": {"id": "nc72901986", "mag": 1.53, "time": 1506733264430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604833, 4.25]}, "bbox": [-118.820667, 37.604833, -118.820667, 37.604833]}, {"id": "1171", "type": "Feature", "properties": {"id": "ak16950243", "mag": 1.5, "time": 1506732735872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8027, 59.8685, 4.1]}, "bbox": [-136.8027, 59.8685, -136.8027, 59.8685]}, {"id": "1172", "type": "Feature", "properties": {"id": "ak16989726", "mag": 1.2, "time": 1506732275435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7993, 62.6213, 100.3]}, "bbox": [-151.7993, 62.6213, -151.7993, 62.6213]}, {"id": "1173", "type": "Feature", "properties": {"id": "us2000b217", "mag": 4.4, "time": 1506731641840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5238, -17.429, 578.55]}, "bbox": [-178.5238, -17.429, -178.5238, -17.429]}, {"id": "1174", "type": "Feature", "properties": {"id": "nc72901976", "mag": 1.18, "time": 1506731621270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.608667, 4.18]}, "bbox": [-118.821, 37.608667, -118.821, 37.608667]}, {"id": "1175", "type": "Feature", "properties": {"id": "ak16950242", "mag": 1.2, "time": 1506731391196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6362, 63.7125, 120.2]}, "bbox": [-149.6362, 63.7125, -149.6362, 63.7125]}, {"id": "1176", "type": "Feature", "properties": {"id": "ak16989723", "mag": 1.7, "time": 1506730448510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6879, 60.1242, 106.3]}, "bbox": [-152.6879, 60.1242, -152.6879, 60.1242]}, {"id": "1177", "type": "Feature", "properties": {"id": "ci38015160", "mag": 1.92, "time": 1506730343820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0465, 33.1715, 3.57]}, "bbox": [-116.0465, 33.1715, -116.0465, 33.1715]}, {"id": "1178", "type": "Feature", "properties": {"id": "ak16950224", "mag": 2.7, "time": 1506729701559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9689, 62.8827, 10.6]}, "bbox": [-148.9689, 62.8827, -148.9689, 62.8827]}, {"id": "1179", "type": "Feature", "properties": {"id": "ci38015152", "mag": 2.71, "time": 1506729570740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.046167, 33.172833, 9.13]}, "bbox": [-116.046167, 33.172833, -116.046167, 33.172833]}, {"id": "1180", "type": "Feature", "properties": {"id": "ak16989254", "mag": 1.6, "time": 1506729481572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2839, 51.9212, 67.7]}, "bbox": [-174.2839, 51.9212, -174.2839, 51.9212]}, {"id": "1181", "type": "Feature", "properties": {"id": "ak16950219", "mag": 1.3, "time": 1506729013003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9672, 64.4141, 9.0]}, "bbox": [-146.9672, 64.4141, -146.9672, 64.4141]}, {"id": "1182", "type": "Feature", "properties": {"id": "ak16950216", "mag": 1.6, "time": 1506728300228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1933, 61.9028, 3.7]}, "bbox": [-149.1933, 61.9028, -149.1933, 61.9028]}, {"id": "1183", "type": "Feature", "properties": {"id": "us2000ax17", "mag": 4.7, "time": 1506727132760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.696, 13.6996, 135.75]}, "bbox": [120.696, 13.6996, 120.696, 13.6996]}, {"id": "1184", "type": "Feature", "properties": {"id": "ak16949390", "mag": 2.0, "time": 1506727039137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6767, 61.5138, 15.3]}, "bbox": [-140.6767, 61.5138, -140.6767, 61.5138]}, {"id": "1185", "type": "Feature", "properties": {"id": "ak16949386", "mag": 1.2, "time": 1506726713734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3628, 64.9795, 0.0]}, "bbox": [-147.3628, 64.9795, -147.3628, 64.9795]}, {"id": "1186", "type": "Feature", "properties": {"id": "nc72901936", "mag": 1.7, "time": 1506726391160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 4.2]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1187", "type": "Feature", "properties": {"id": "ci38015128", "mag": 1.14, "time": 1506725917420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.499833, 4.55]}, "bbox": [-116.794167, 33.499833, -116.794167, 33.499833]}, {"id": "1188", "type": "Feature", "properties": {"id": "us2000ax0h", "mag": 4.3, "time": 1506725523560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.9693, 6.7514, 162.39]}, "bbox": [-72.9693, 6.7514, -72.9693, 6.7514]}, {"id": "1189", "type": "Feature", "properties": {"id": "nc72901926", "mag": 1.27, "time": 1506725219450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.6045, 3.92]}, "bbox": [-118.819667, 37.6045, -118.819667, 37.6045]}, {"id": "1190", "type": "Feature", "properties": {"id": "ak16989247", "mag": 1.4, "time": 1506725194385, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2194, 60.3483, 70.5]}, "bbox": [-151.2194, 60.3483, -151.2194, 60.3483]}, {"id": "1191", "type": "Feature", "properties": {"id": "nc72901921", "mag": 1.68, "time": 1506724972140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.0515, 10.15]}, "bbox": [-118.7985, 38.0515, -118.7985, 38.0515]}, {"id": "1192", "type": "Feature", "properties": {"id": "us2000b0b0", "mag": 4.2, "time": 1506724750370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7775, 14.8225, 10.0]}, "bbox": [-93.7775, 14.8225, -93.7775, 14.8225]}, {"id": "1193", "type": "Feature", "properties": {"id": "us2000awzq", "mag": 4.2, "time": 1506724590080, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1967, -31.7027, 34.99]}, "bbox": [-72.1967, -31.7027, -72.1967, -31.7027]}, {"id": "1194", "type": "Feature", "properties": {"id": "uu60250212", "mag": 1.71, "time": 1506723678770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 44.419, 8.43]}, "bbox": [-110.33, 44.419, -110.33, 44.419]}, {"id": "1195", "type": "Feature", "properties": {"id": "ak16948452", "mag": 1.0, "time": 1506723638356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5236, 61.0736, 4.6]}, "bbox": [-146.5236, 61.0736, -146.5236, 61.0736]}, {"id": "1196", "type": "Feature", "properties": {"id": "uu60250207", "mag": 0.97, "time": 1506723591620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.331, 44.419667, 7.85]}, "bbox": [-110.331, 44.419667, -110.331, 44.419667]}, {"id": "1197", "type": "Feature", "properties": {"id": "ak16948450", "mag": 2.2, "time": 1506723243356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3899, 51.6225, 6.6]}, "bbox": [-178.3899, 51.6225, -178.3899, 51.6225]}, {"id": "1198", "type": "Feature", "properties": {"id": "ak16989243", "mag": 1.8, "time": 1506723039650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6224, 58.8526, 127.8]}, "bbox": [-154.6224, 58.8526, -154.6224, 58.8526]}, {"id": "1199", "type": "Feature", "properties": {"id": "ci38015088", "mag": 2.26, "time": 1506722552150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2355, 34.1175, 22.24]}, "bbox": [-119.2355, 34.1175, -119.2355, 34.1175]}, {"id": "1200", "type": "Feature", "properties": {"id": "us2000awz1", "mag": 4.9, "time": 1506721850800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0878, 15.2008, 58.14]}, "bbox": [-94.0878, 15.2008, -94.0878, 15.2008]}, {"id": "1201", "type": "Feature", "properties": {"id": "us2000awyk", "mag": 3.0, "time": 1506721368710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.71, 43.4329, 10.0]}, "bbox": [-126.71, 43.4329, -126.71, 43.4329]}, {"id": "1202", "type": "Feature", "properties": {"id": "us2000awyj", "mag": 2.5, "time": 1506721170670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8727, 36.4662, 8.25]}, "bbox": [-96.8727, 36.4662, -96.8727, 36.4662]}, {"id": "1203", "type": "Feature", "properties": {"id": "ak16948433", "mag": 1.1, "time": 1506720878279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 63.5145, 7.6]}, "bbox": [-147.3481, 63.5145, -147.3481, 63.5145]}, {"id": "1204", "type": "Feature", "properties": {"id": "ci38015064", "mag": 1.38, "time": 1506720751740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9775, 33.998333, 5.0]}, "bbox": [-116.9775, 33.998333, -116.9775, 33.998333]}, {"id": "1205", "type": "Feature", "properties": {"id": "nc72901896", "mag": 1.79, "time": 1506720632350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 3.82]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1206", "type": "Feature", "properties": {"id": "ak16948427", "mag": 2.1, "time": 1506720336314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3588, 61.6517, 20.5]}, "bbox": [-148.3588, 61.6517, -148.3588, 61.6517]}, {"id": "1207", "type": "Feature", "properties": {"id": "nc72901891", "mag": 2.87, "time": 1506720104700, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.352667, 38.643167, 5.77]}, "bbox": [-122.352667, 38.643167, -122.352667, 38.643167]}, {"id": "1208", "type": "Feature", "properties": {"id": "us2000ax7e", "mag": 2.5, "time": 1506719402880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5572, 49.4225, 5.0]}, "bbox": [-120.5572, 49.4225, -120.5572, 49.4225]}, {"id": "1209", "type": "Feature", "properties": {"id": "us2000awxt", "mag": 4.4, "time": 1506718802820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8406, 16.1453, 55.29]}, "bbox": [-94.8406, 16.1453, -94.8406, 16.1453]}, {"id": "1210", "type": "Feature", "properties": {"id": "nc72901871", "mag": 1.92, "time": 1506717945880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878667, 37.535, 2.9]}, "bbox": [-118.878667, 37.535, -118.878667, 37.535]}, {"id": "1211", "type": "Feature", "properties": {"id": "ci38015016", "mag": 1.05, "time": 1506717237070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.142333, 33.336167, -0.44]}, "bbox": [-117.142333, 33.336167, -117.142333, 33.336167]}, {"id": "1212", "type": "Feature", "properties": {"id": "us2000awx6", "mag": 4.7, "time": 1506717060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3377, 14.7629, 21.4]}, "bbox": [-94.3377, 14.7629, -94.3377, 14.7629]}, {"id": "1213", "type": "Feature", "properties": {"id": "nc72901856", "mag": 1.02, "time": 1506716541140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.722, 38.777668, 1.65]}, "bbox": [-122.722, 38.777668, -122.722, 38.777668]}, {"id": "1214", "type": "Feature", "properties": {"id": "mb80258329", "mag": 1.68, "time": 1506716143860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.210167, 46.588333, 0.3]}, "bbox": [-112.210167, 46.588333, -112.210167, 46.588333]}, {"id": "1215", "type": "Feature", "properties": {"id": "ak16989238", "mag": 1.6, "time": 1506715318085, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.6762, 51.2251, 46.8]}, "bbox": [-178.6762, 51.2251, -178.6762, 51.2251]}, {"id": "1216", "type": "Feature", "properties": {"id": "ci38015000", "mag": 1.05, "time": 1506715194050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.174667, 33.223167, -0.31]}, "bbox": [-117.174667, 33.223167, -117.174667, 33.223167]}, {"id": "1217", "type": "Feature", "properties": {"id": "ak16989237", "mag": 1.3, "time": 1506715107803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4109, 51.6654, 14.9]}, "bbox": [-178.4109, 51.6654, -178.4109, 51.6654]}, {"id": "1218", "type": "Feature", "properties": {"id": "ak16989236", "mag": 1.8, "time": 1506714300796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0656, 51.6073, 13.2]}, "bbox": [-173.0656, 51.6073, -173.0656, 51.6073]}, {"id": "1219", "type": "Feature", "properties": {"id": "ak16946778", "mag": 1.8, "time": 1506713921345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0358, 59.8156, 103.9]}, "bbox": [-153.0358, 59.8156, -153.0358, 59.8156]}, {"id": "1220", "type": "Feature", "properties": {"id": "us2000awvi", "mag": 4.7, "time": 1506713408290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8244, 14.6951, 25.26]}, "bbox": [-93.8244, 14.6951, -93.8244, 14.6951]}, {"id": "1221", "type": "Feature", "properties": {"id": "us2000awvc", "mag": 5.3, "time": 1506713101350, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.0808, 53.2159, 47.81]}, "bbox": [160.0808, 53.2159, 160.0808, 53.2159]}, {"id": "1222", "type": "Feature", "properties": {"id": "nc72901811", "mag": 1.13, "time": 1506712684050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839833, 37.5695, 1.15]}, "bbox": [-118.839833, 37.5695, -118.839833, 37.5695]}, {"id": "1223", "type": "Feature", "properties": {"id": "ci38014936", "mag": 1.22, "time": 1506711284740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.962833, 36.582167, 5.17]}, "bbox": [-117.962833, 36.582167, -117.962833, 36.582167]}, {"id": "1224", "type": "Feature", "properties": {"id": "ak16945947", "mag": 1.1, "time": 1506711226973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7372, 61.7159, 11.2]}, "bbox": [-149.7372, 61.7159, -149.7372, 61.7159]}, {"id": "1225", "type": "Feature", "properties": {"id": "uw61335536", "mag": 1.21, "time": 1506711131520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5445, 46.492667, -1.15]}, "bbox": [-122.5445, 46.492667, -122.5445, 46.492667]}, {"id": "1226", "type": "Feature", "properties": {"id": "nc72901801", "mag": 1.03, "time": 1506711093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.840332, 38.841, 1.28]}, "bbox": [-122.840332, 38.841, -122.840332, 38.841]}, {"id": "1227", "type": "Feature", "properties": {"id": "ci38014904", "mag": 1.27, "time": 1506710840540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351833, 35.050333, -1.01]}, "bbox": [-118.351833, 35.050333, -118.351833, 35.050333]}, {"id": "1228", "type": "Feature", "properties": {"id": "nc72901786", "mag": 1.25, "time": 1506710565410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.638, 38.771, 3.08]}, "bbox": [-122.638, 38.771, -122.638, 38.771]}, {"id": "1229", "type": "Feature", "properties": {"id": "nc72901781", "mag": 1.14, "time": 1506710562310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.813333, 37.477, 10.6]}, "bbox": [-118.813333, 37.477, -118.813333, 37.477]}, {"id": "1230", "type": "Feature", "properties": {"id": "us2000ax1j", "mag": 2.6, "time": 1506708957540, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.9812, 40.4991, 10.41]}, "bbox": [-126.9812, 40.4991, -126.9812, 40.4991]}, {"id": "1231", "type": "Feature", "properties": {"id": "uu60250167", "mag": 1.43, "time": 1506708811550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408333, 42.627833, 0.01]}, "bbox": [-111.408333, 42.627833, -111.408333, 42.627833]}, {"id": "1232", "type": "Feature", "properties": {"id": "ak16945940", "mag": 2.2, "time": 1506708598408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 65.8694, 11.3]}, "bbox": [-150.1805, 65.8694, -150.1805, 65.8694]}, {"id": "1233", "type": "Feature", "properties": {"id": "us2000awu0", "mag": 4.4, "time": 1506708535930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7041, -29.9428, 24.5]}, "bbox": [-71.7041, -29.9428, -71.7041, -29.9428]}, {"id": "1234", "type": "Feature", "properties": {"id": "ak16989230", "mag": 1.2, "time": 1506708266694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5133, 51.924, 29.7]}, "bbox": [-178.5133, 51.924, -178.5133, 51.924]}, {"id": "1235", "type": "Feature", "properties": {"id": "nc72901741", "mag": 0.97, "time": 1506707146210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.608833, 3.97]}, "bbox": [-118.823167, 37.608833, -118.823167, 37.608833]}, {"id": "1236", "type": "Feature", "properties": {"id": "ak16945938", "mag": 1.3, "time": 1506706984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5563, 65.3108, 1.7]}, "bbox": [-161.5563, 65.3108, -161.5563, 65.3108]}, {"id": "1237", "type": "Feature", "properties": {"id": "ak16945133", "mag": 1.4, "time": 1506706312872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5157, 60.0338, 76.1]}, "bbox": [-151.5157, 60.0338, -151.5157, 60.0338]}, {"id": "1238", "type": "Feature", "properties": {"id": "ak16945129", "mag": 1.8, "time": 1506705516485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4094, 62.2086, 43.2]}, "bbox": [-146.4094, 62.2086, -146.4094, 62.2086]}, {"id": "1239", "type": "Feature", "properties": {"id": "nc72901691", "mag": 1.19, "time": 1506705001740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.604, 4.23]}, "bbox": [-118.819833, 37.604, -118.819833, 37.604]}, {"id": "1240", "type": "Feature", "properties": {"id": "ak16945122", "mag": 2.7, "time": 1506704480054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3979, 51.6138, 9.1]}, "bbox": [-178.3979, 51.6138, -178.3979, 51.6138]}, {"id": "1241", "type": "Feature", "properties": {"id": "ak16945116", "mag": 1.6, "time": 1506703818483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7333, 62.8722, 95.5]}, "bbox": [-150.7333, 62.8722, -150.7333, 62.8722]}, {"id": "1242", "type": "Feature", "properties": {"id": "nc72901686", "mag": 1.37, "time": 1506703671060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763167, 38.815, 1.59]}, "bbox": [-122.763167, 38.815, -122.763167, 38.815]}, {"id": "1243", "type": "Feature", "properties": {"id": "ak16989222", "mag": 1.3, "time": 1506703480244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9223, 60.0784, 5.3]}, "bbox": [-141.9223, 60.0784, -141.9223, 60.0784]}, {"id": "1244", "type": "Feature", "properties": {"id": "us2000aws4", "mag": 4.2, "time": 1506703454020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2978, -24.5018, 178.46]}, "bbox": [-67.2978, -24.5018, -67.2978, -24.5018]}, {"id": "1245", "type": "Feature", "properties": {"id": "ak16945111", "mag": 1.4, "time": 1506703443591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3415, 60.1469, 0.0]}, "bbox": [-141.3415, 60.1469, -141.3415, 60.1469]}, {"id": "1246", "type": "Feature", "properties": {"id": "us2000aws9", "mag": 2.8, "time": 1506703434610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.561, 46.8309, 5.0]}, "bbox": [-112.561, 46.8309, -112.561, 46.8309]}, {"id": "1247", "type": "Feature", "properties": {"id": "ak16945098", "mag": 2.9, "time": 1506703414975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2265, 52.0599, 4.0]}, "bbox": [-176.2265, 52.0599, -176.2265, 52.0599]}, {"id": "1248", "type": "Feature", "properties": {"id": "nc72901676", "mag": 1.08, "time": 1506702827030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.573667, 2.96]}, "bbox": [-118.8685, 37.573667, -118.8685, 37.573667]}, {"id": "1249", "type": "Feature", "properties": {"id": "ci38014752", "mag": 1.38, "time": 1506702364640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9525, 33.161667, 8.71]}, "bbox": [-115.9525, 33.161667, -115.9525, 33.161667]}, {"id": "1250", "type": "Feature", "properties": {"id": "nc72901666", "mag": 2.1, "time": 1506702098440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604167, 4.23]}, "bbox": [-118.822, 37.604167, -118.822, 37.604167]}, {"id": "1251", "type": "Feature", "properties": {"id": "hv61926636", "mag": 2.18, "time": 1506702014920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.601833, 20.052667, 34.47]}, "bbox": [-155.601833, 20.052667, -155.601833, 20.052667]}, {"id": "1252", "type": "Feature", "properties": {"id": "ak16944301", "mag": 1.2, "time": 1506702004530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4859, 61.9357, 38.3]}, "bbox": [-147.4859, 61.9357, -147.4859, 61.9357]}, {"id": "1253", "type": "Feature", "properties": {"id": "us2000awn9", "mag": 4.6, "time": 1506701320270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.6565, 36.9513, 89.38]}, "bbox": [30.6565, 36.9513, 30.6565, 36.9513]}, {"id": "1254", "type": "Feature", "properties": {"id": "nc72901651", "mag": 1.66, "time": 1506701302480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.628333, 36.892667, -0.13]}, "bbox": [-121.628333, 36.892667, -121.628333, 36.892667]}, {"id": "1255", "type": "Feature", "properties": {"id": "us2000awp8", "mag": 5.0, "time": 1506701291670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8294, 21.3911, 69.37]}, "bbox": [143.8294, 21.3911, 143.8294, 21.3911]}, {"id": "1256", "type": "Feature", "properties": {"id": "ak16944298", "mag": 1.9, "time": 1506700558070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3591, 59.6184, 107.1]}, "bbox": [-153.3591, 59.6184, -153.3591, 59.6184]}, {"id": "1257", "type": "Feature", "properties": {"id": "ak16944296", "mag": 1.5, "time": 1506699999652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.347, 60.6887, 39.3]}, "bbox": [-150.347, 60.6887, -150.347, 60.6887]}, {"id": "1258", "type": "Feature", "properties": {"id": "ak16944295", "mag": 2.3, "time": 1506699741265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4266, 51.6803, 2.6]}, "bbox": [-174.4266, 51.6803, -174.4266, 51.6803]}, {"id": "1259", "type": "Feature", "properties": {"id": "ak16944283", "mag": 3.0, "time": 1506699614700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.523, 51.6975, 12.1]}, "bbox": [-178.523, 51.6975, -178.523, 51.6975]}, {"id": "1260", "type": "Feature", "properties": {"id": "ak16989214", "mag": 1.4, "time": 1506699333969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5572, 51.8006, 17.4]}, "bbox": [-178.5572, 51.8006, -178.5572, 51.8006]}, {"id": "1261", "type": "Feature", "properties": {"id": "ak16944280", "mag": 1.6, "time": 1506699330322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4554, 63.4968, 4.1]}, "bbox": [-146.4554, 63.4968, -146.4554, 63.4968]}, {"id": "1262", "type": "Feature", "properties": {"id": "us2000awju", "mag": 4.4, "time": 1506698634990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.674, 15.7931, 74.04]}, "bbox": [-94.674, 15.7931, -94.674, 15.7931]}, {"id": "1263", "type": "Feature", "properties": {"id": "nc72901616", "mag": 1.45, "time": 1506698546300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.190833, 36.066, 9.01]}, "bbox": [-120.190833, 36.066, -120.190833, 36.066]}, {"id": "1264", "type": "Feature", "properties": {"id": "nc72901611", "mag": 1.16, "time": 1506698374110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.606167, 4.24]}, "bbox": [-118.820167, 37.606167, -118.820167, 37.606167]}, {"id": "1265", "type": "Feature", "properties": {"id": "uu60250142", "mag": 1.31, "time": 1506698139210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.502167, 42.0255, -0.68]}, "bbox": [-112.502167, 42.0255, -112.502167, 42.0255]}, {"id": "1266", "type": "Feature", "properties": {"id": "ak16989212", "mag": 1.5, "time": 1506697780188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1692, 61.0412, 92.6]}, "bbox": [-152.1692, 61.0412, -152.1692, 61.0412]}, {"id": "1267", "type": "Feature", "properties": {"id": "nc72901601", "mag": 1.58, "time": 1506697356900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.603833, 3.81]}, "bbox": [-118.8215, 37.603833, -118.8215, 37.603833]}, {"id": "1268", "type": "Feature", "properties": {"id": "ak16944278", "mag": 1.3, "time": 1506696524699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2498, 63.4064, 80.5]}, "bbox": [-147.2498, 63.4064, -147.2498, 63.4064]}, {"id": "1269", "type": "Feature", "properties": {"id": "ak16943485", "mag": 1.7, "time": 1506695993154, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7332, 58.8106, 5.8]}, "bbox": [-153.7332, 58.8106, -153.7332, 58.8106]}, {"id": "1270", "type": "Feature", "properties": {"id": "ak16943478", "mag": 1.7, "time": 1506695477590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7502, 58.8134, 7.3]}, "bbox": [-153.7502, 58.8134, -153.7502, 58.8134]}, {"id": "1271", "type": "Feature", "properties": {"id": "us2000awj3", "mag": 2.5, "time": 1506695343600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0981, 36.3324, 6.543]}, "bbox": [-98.0981, 36.3324, -98.0981, 36.3324]}, {"id": "1272", "type": "Feature", "properties": {"id": "ak16943471", "mag": 2.5, "time": 1506695221683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9597, 58.9824, 104.1]}, "bbox": [-153.9597, 58.9824, -153.9597, 58.9824]}, {"id": "1273", "type": "Feature", "properties": {"id": "uu60250137", "mag": 1.65, "time": 1506694436450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506667, 42.031167, 2.68]}, "bbox": [-112.506667, 42.031167, -112.506667, 42.031167]}, {"id": "1274", "type": "Feature", "properties": {"id": "ak16943466", "mag": 1.3, "time": 1506694161233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3879, 63.5817, 1.1]}, "bbox": [-147.3879, 63.5817, -147.3879, 63.5817]}, {"id": "1275", "type": "Feature", "properties": {"id": "ak16989205", "mag": 2.0, "time": 1506693991548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2136, 52.0676, 4.5]}, "bbox": [-176.2136, 52.0676, -176.2136, 52.0676]}, {"id": "1276", "type": "Feature", "properties": {"id": "nc72901566", "mag": 2.08, "time": 1506693960730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862333, 37.5625, 4.47]}, "bbox": [-118.862333, 37.5625, -118.862333, 37.5625]}, {"id": "1277", "type": "Feature", "properties": {"id": "ak16943439", "mag": 1.3, "time": 1506693558920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0206, 61.729, 33.9]}, "bbox": [-148.0206, 61.729, -148.0206, 61.729]}, {"id": "1278", "type": "Feature", "properties": {"id": "ci38014568", "mag": 2.51, "time": 1506693023860, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.270167, 33.67, 4.47]}, "bbox": [-118.270167, 33.67, -118.270167, 33.67]}, {"id": "1279", "type": "Feature", "properties": {"id": "us2000awib", "mag": 5.0, "time": 1506692997440, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [67.9437, 39.8728, 20.04]}, "bbox": [67.9437, 39.8728, 67.9437, 39.8728]}, {"id": "1280", "type": "Feature", "properties": {"id": "nc72901551", "mag": 1.74, "time": 1506692955010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605667, 4.05]}, "bbox": [-118.821167, 37.605667, -118.821167, 37.605667]}, {"id": "1281", "type": "Feature", "properties": {"id": "nc72901546", "mag": 2.76, "time": 1506692724780, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.606167, 4.07]}, "bbox": [-118.822, 37.606167, -118.822, 37.606167]}, {"id": "1282", "type": "Feature", "properties": {"id": "ak16942648", "mag": 1.5, "time": 1506692473989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3697, 60.1847, 0.0]}, "bbox": [-141.3697, 60.1847, -141.3697, 60.1847]}, {"id": "1283", "type": "Feature", "properties": {"id": "uu60250132", "mag": 1.79, "time": 1506692243980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.543833, 7.0]}, "bbox": [-111.431, 42.543833, -111.431, 42.543833]}, {"id": "1284", "type": "Feature", "properties": {"id": "mb80258279", "mag": 1.06, "time": 1506691959070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.8625, 13.38]}, "bbox": [-112.531833, 46.8625, -112.531833, 46.8625]}, {"id": "1285", "type": "Feature", "properties": {"id": "nc72901536", "mag": 1.82, "time": 1506691724930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.605667, 4.02]}, "bbox": [-118.821, 37.605667, -118.821, 37.605667]}, {"id": "1286", "type": "Feature", "properties": {"id": "nn00607504", "mag": 1.8, "time": 1506690215490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7002, 37.7048, 16.9]}, "bbox": [-117.7002, 37.7048, -117.7002, 37.7048]}, {"id": "1287", "type": "Feature", "properties": {"id": "ak16942645", "mag": 2.8, "time": 1506689890335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2102, 52.0495, 4.8]}, "bbox": [-176.2102, 52.0495, -176.2102, 52.0495]}, {"id": "1288", "type": "Feature", "properties": {"id": "hv61926461", "mag": 1.62, "time": 1506689375520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457667, 19.1075, 28.777]}, "bbox": [-155.457667, 19.1075, -155.457667, 19.1075]}, {"id": "1289", "type": "Feature", "properties": {"id": "ci38014488", "mag": 1.71, "time": 1506688966950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.030167, 36.589833, 2.83]}, "bbox": [-118.030167, 36.589833, -118.030167, 36.589833]}, {"id": "1290", "type": "Feature", "properties": {"id": "uu60250122", "mag": 1.68, "time": 1506688495310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.410833, 42.548333, 8.8]}, "bbox": [-111.410833, 42.548333, -111.410833, 42.548333]}, {"id": "1291", "type": "Feature", "properties": {"id": "ci38014464", "mag": 1.51, "time": 1506688363340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.292833, 33.924, 11.12]}, "bbox": [-118.292833, 33.924, -118.292833, 33.924]}, {"id": "1292", "type": "Feature", "properties": {"id": "uu60250117", "mag": 1.2, "time": 1506688147640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.451, 42.651167, 3.75]}, "bbox": [-111.451, 42.651167, -111.451, 42.651167]}, {"id": "1293", "type": "Feature", "properties": {"id": "nn00607501", "mag": 1.5, "time": 1506687351344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1244, 38.2711, 14.1]}, "bbox": [-119.1244, 38.2711, -119.1244, 38.2711]}, {"id": "1294", "type": "Feature", "properties": {"id": "mb80258269", "mag": 1.01, "time": 1506686927230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.712667, 47.670333, 12.54]}, "bbox": [-113.712667, 47.670333, -113.712667, 47.670333]}, {"id": "1295", "type": "Feature", "properties": {"id": "hv61926436", "mag": 2.78, "time": 1506686302190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.030667, 19.839833, 12.705]}, "bbox": [-155.030667, 19.839833, -155.030667, 19.839833]}, {"id": "1296", "type": "Feature", "properties": {"id": "ak16941853", "mag": 1.9, "time": 1506685697166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2959, 57.1271, 73.2]}, "bbox": [-155.2959, 57.1271, -155.2959, 57.1271]}, {"id": "1297", "type": "Feature", "properties": {"id": "us2000awh4", "mag": 4.5, "time": 1506685520260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0117, 15.1312, 54.94]}, "bbox": [-94.0117, 15.1312, -94.0117, 15.1312]}, {"id": "1298", "type": "Feature", "properties": {"id": "ak16941849", "mag": 1.4, "time": 1506685238756, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2101, 65.8679, 9.7]}, "bbox": [-150.2101, 65.8679, -150.2101, 65.8679]}, {"id": "1299", "type": "Feature", "properties": {"id": "us2000awh2", "mag": 3.2, "time": 1506684953300, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.3739, 35.8708, 5.0]}, "bbox": [-105.3739, 35.8708, -105.3739, 35.8708]}, {"id": "1300", "type": "Feature", "properties": {"id": "nc72901446", "mag": 1.81, "time": 1506683864270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.5745, 2.94]}, "bbox": [-118.8685, 37.5745, -118.8685, 37.5745]}, {"id": "1301", "type": "Feature", "properties": {"id": "ak16989195", "mag": 2.8, "time": 1506683238639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.2168, 53.4134, 215.5]}, "bbox": [-170.2168, 53.4134, -170.2168, 53.4134]}, {"id": "1302", "type": "Feature", "properties": {"id": "ak16941846", "mag": 2.8, "time": 1506683013276, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4342, 51.6411, 13.4]}, "bbox": [-178.4342, 51.6411, -178.4342, 51.6411]}, {"id": "1303", "type": "Feature", "properties": {"id": "ci38014408", "mag": 1.09, "time": 1506682934740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.248167, 34.684167, 3.67]}, "bbox": [-120.248167, 34.684167, -120.248167, 34.684167]}, {"id": "1304", "type": "Feature", "properties": {"id": "ci38014400", "mag": 1.41, "time": 1506682423780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6475, 32.295833, 17.59]}, "bbox": [-116.6475, 32.295833, -116.6475, 32.295833]}, {"id": "1305", "type": "Feature", "properties": {"id": "uw61335391", "mag": 1.31, "time": 1506682259150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.713833, 45.779, 4.47]}, "bbox": [-121.713833, 45.779, -121.713833, 45.779]}, {"id": "1306", "type": "Feature", "properties": {"id": "nn00607493", "mag": 1.3, "time": 1506681999912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1157, 38.2921, 8.5]}, "bbox": [-119.1157, 38.2921, -119.1157, 38.2921]}, {"id": "1307", "type": "Feature", "properties": {"id": "us2000awgp", "mag": 4.0, "time": 1506681630910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.1308, 51.5953, 10.0]}, "bbox": [-168.1308, 51.5953, -168.1308, 51.5953]}, {"id": "1308", "type": "Feature", "properties": {"id": "ci38014376", "mag": 2.27, "time": 1506680323320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.236167, 34.686333, 2.51]}, "bbox": [-120.236167, 34.686333, -120.236167, 34.686333]}, {"id": "1309", "type": "Feature", "properties": {"id": "nc72901411", "mag": 1.72, "time": 1506679482310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.606833, 4.18]}, "bbox": [-118.821833, 37.606833, -118.821833, 37.606833]}, {"id": "1310", "type": "Feature", "properties": {"id": "uu60250092", "mag": 1.5, "time": 1506678952480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.556667, 7.57]}, "bbox": [-111.408833, 42.556667, -111.408833, 42.556667]}, {"id": "1311", "type": "Feature", "properties": {"id": "nc72901396", "mag": 1.23, "time": 1506677982920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0275, 36.556333, 6.7]}, "bbox": [-121.0275, 36.556333, -121.0275, 36.556333]}, {"id": "1312", "type": "Feature", "properties": {"id": "ci38014304", "mag": 1.52, "time": 1506677845800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.502667, 4.26]}, "bbox": [-116.798333, 33.502667, -116.798333, 33.502667]}, {"id": "1313", "type": "Feature", "properties": {"id": "uu60250087", "mag": 1.18, "time": 1506677776470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.772667, 41.2685, 12.53]}, "bbox": [-111.772667, 41.2685, -111.772667, 41.2685]}, {"id": "1314", "type": "Feature", "properties": {"id": "us2000awgf", "mag": 4.7, "time": 1506677102490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7467, 21.3618, 39.87]}, "bbox": [143.7467, 21.3618, 143.7467, 21.3618]}, {"id": "1315", "type": "Feature", "properties": {"id": "ak16989192", "mag": 1.2, "time": 1506676690210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7405, 63.338, 95.8]}, "bbox": [-149.7405, 63.338, -149.7405, 63.338]}, {"id": "1316", "type": "Feature", "properties": {"id": "ci38014288", "mag": 1.53, "time": 1506676635710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.671, 33.215333, 3.29]}, "bbox": [-115.671, 33.215333, -115.671, 33.215333]}, {"id": "1317", "type": "Feature", "properties": {"id": "nc72901376", "mag": 1.15, "time": 1506676399250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.776001, 1.56]}, "bbox": [-122.721832, 38.776001, -122.721832, 38.776001]}, {"id": "1318", "type": "Feature", "properties": {"id": "nc72901366", "mag": 1.25, "time": 1506676178310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838167, 37.489833, 1.0]}, "bbox": [-118.838167, 37.489833, -118.838167, 37.489833]}, {"id": "1319", "type": "Feature", "properties": {"id": "nn00607489", "mag": 1.9, "time": 1506676166910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2245, 38.4923, 40.0]}, "bbox": [-119.2245, 38.4923, -119.2245, 38.4923]}, {"id": "1320", "type": "Feature", "properties": {"id": "ak16989191", "mag": 1.8, "time": 1506675279572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0102, 58.492, 85.1]}, "bbox": [-154.0102, 58.492, -154.0102, 58.492]}, {"id": "1321", "type": "Feature", "properties": {"id": "ak16989190", "mag": 1.3, "time": 1506674952846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1298, 60.9057, 47.4]}, "bbox": [-150.1298, 60.9057, -150.1298, 60.9057]}, {"id": "1322", "type": "Feature", "properties": {"id": "us2000awfl", "mag": 4.4, "time": 1506674809710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.929, 14.9856, 43.22]}, "bbox": [-93.929, 14.9856, -93.929, 14.9856]}, {"id": "1323", "type": "Feature", "properties": {"id": "uu60250082", "mag": 1.77, "time": 1506674053050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7785, 38.186667, 4.92]}, "bbox": [-112.7785, 38.186667, -112.7785, 38.186667]}, {"id": "1324", "type": "Feature", "properties": {"id": "ak16989188", "mag": 1.8, "time": 1506673945397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.291, 51.5518, 1.2]}, "bbox": [-176.291, 51.5518, -176.291, 51.5518]}, {"id": "1325", "type": "Feature", "properties": {"id": "ak16940268", "mag": 1.1, "time": 1506673847917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1687, 63.2488, 4.7]}, "bbox": [-151.1687, 63.2488, -151.1687, 63.2488]}, {"id": "1326", "type": "Feature", "properties": {"id": "nc72901291", "mag": 1.25, "time": 1506673221590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898667, 37.523167, 12.92]}, "bbox": [-118.898667, 37.523167, -118.898667, 37.523167]}, {"id": "1327", "type": "Feature", "properties": {"id": "ak16940267", "mag": 1.0, "time": 1506672847451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5017, 66.1069, 17.1]}, "bbox": [-150.5017, 66.1069, -150.5017, 66.1069]}, {"id": "1328", "type": "Feature", "properties": {"id": "ci38014192", "mag": 1.18, "time": 1506671965070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4335, 34.163833, 7.61]}, "bbox": [-117.4335, 34.163833, -117.4335, 34.163833]}, {"id": "1329", "type": "Feature", "properties": {"id": "us2000awf5", "mag": 4.2, "time": 1506671826720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3467, 33.9272, 10.0]}, "bbox": [90.3467, 33.9272, 90.3467, 33.9272]}, {"id": "1330", "type": "Feature", "properties": {"id": "nn00607584", "mag": 1.4, "time": 1506671521193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1177, 38.2758, 11.8]}, "bbox": [-119.1177, 38.2758, -119.1177, 38.2758]}, {"id": "1331", "type": "Feature", "properties": {"id": "ci38014184", "mag": 2.46, "time": 1506671466000, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978833, 33.994167, 4.88]}, "bbox": [-116.978833, 33.994167, -116.978833, 33.994167]}, {"id": "1332", "type": "Feature", "properties": {"id": "nn00607484", "mag": 1.8, "time": 1506671441804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1188, 38.2704, 11.7]}, "bbox": [-119.1188, 38.2704, -119.1188, 38.2704]}, {"id": "1333", "type": "Feature", "properties": {"id": "nc72901256", "mag": 1.15, "time": 1506670814700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.808833, 0.67]}, "bbox": [-122.8105, 38.808833, -122.8105, 38.808833]}, {"id": "1334", "type": "Feature", "properties": {"id": "nc72901241", "mag": 1.25, "time": 1506670284580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989667, 36.427667, 2.31]}, "bbox": [-120.989667, 36.427667, -120.989667, 36.427667]}, {"id": "1335", "type": "Feature", "properties": {"id": "nc72901231", "mag": 1.07, "time": 1506669441060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.540833, 37.406667, 8.01]}, "bbox": [-118.540833, 37.406667, -118.540833, 37.406667]}, {"id": "1336", "type": "Feature", "properties": {"id": "uw61335361", "mag": 1.94, "time": 1506668594230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.733667, 47.824, 24.16]}, "bbox": [-122.733667, 47.824, -122.733667, 47.824]}, {"id": "1337", "type": "Feature", "properties": {"id": "us2000awej", "mag": 4.2, "time": 1506668295660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [55.3123, 28.2886, 10.0]}, "bbox": [55.3123, 28.2886, 55.3123, 28.2886]}, {"id": "1338", "type": "Feature", "properties": {"id": "nc72901196", "mag": 0.96, "time": 1506668052570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.571833, 36.012667, 3.67]}, "bbox": [-120.571833, 36.012667, -120.571833, 36.012667]}, {"id": "1339", "type": "Feature", "properties": {"id": "ak16940266", "mag": 1.2, "time": 1506668048758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5877, 62.1976, 22.9]}, "bbox": [-145.5877, 62.1976, -145.5877, 62.1976]}, {"id": "1340", "type": "Feature", "properties": {"id": "nc72901186", "mag": 1.14, "time": 1506667805720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848167, 37.6535, 2.83]}, "bbox": [-118.848167, 37.6535, -118.848167, 37.6535]}, {"id": "1341", "type": "Feature", "properties": {"id": "nc72901176", "mag": 1.25, "time": 1506667100210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838333, 37.506167, 0.64]}, "bbox": [-118.838333, 37.506167, -118.838333, 37.506167]}, {"id": "1342", "type": "Feature", "properties": {"id": "nc72901171", "mag": 2.27, "time": 1506666779210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835333, 37.507167, -1.01]}, "bbox": [-118.835333, 37.507167, -118.835333, 37.507167]}, {"id": "1343", "type": "Feature", "properties": {"id": "ak16940265", "mag": 1.4, "time": 1506666562961, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3945, 61.6303, 33.9]}, "bbox": [-146.3945, 61.6303, -146.3945, 61.6303]}, {"id": "1344", "type": "Feature", "properties": {"id": "ak16940263", "mag": 1.0, "time": 1506666497414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1712, 62.2695, 52.6]}, "bbox": [-149.1712, 62.2695, -149.1712, 62.2695]}, {"id": "1345", "type": "Feature", "properties": {"id": "nc72901166", "mag": 1.28, "time": 1506666202970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.5065, 0.53]}, "bbox": [-118.834167, 37.5065, -118.834167, 37.5065]}, {"id": "1346", "type": "Feature", "properties": {"id": "us2000awe6", "mag": 2.6, "time": 1506666160200, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6816, 35.8653, 6.569]}, "bbox": [-96.6816, 35.8653, -96.6816, 35.8653]}, {"id": "1347", "type": "Feature", "properties": {"id": "nn00607469", "mag": 1.0, "time": 1506665961601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5308, 38.52, 7.8]}, "bbox": [-118.5308, 38.52, -118.5308, 38.52]}, {"id": "1348", "type": "Feature", "properties": {"id": "ci38014104", "mag": 1.28, "time": 1506665954550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.982833, 33.1725, 3.45]}, "bbox": [-115.982833, 33.1725, -115.982833, 33.1725]}, {"id": "1349", "type": "Feature", "properties": {"id": "ak16989182", "mag": 1.1, "time": 1506665936336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.485, 62.1641, 22.8]}, "bbox": [-145.485, 62.1641, -145.485, 62.1641]}, {"id": "1350", "type": "Feature", "properties": {"id": "nc72901156", "mag": 2.23, "time": 1506665326530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8385, 37.505167, 1.37]}, "bbox": [-118.8385, 37.505167, -118.8385, 37.505167]}, {"id": "1351", "type": "Feature", "properties": {"id": "nc72901146", "mag": 3.34, "time": 1506665130490, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8355, 37.5055, 1.65]}, "bbox": [-118.8355, 37.5055, -118.8355, 37.5055]}, {"id": "1352", "type": "Feature", "properties": {"id": "ak16989181", "mag": 1.9, "time": 1506664620963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5107, 52.4839, 24.7]}, "bbox": [-168.5107, 52.4839, -168.5107, 52.4839]}, {"id": "1353", "type": "Feature", "properties": {"id": "nc72901116", "mag": 1.16, "time": 1506664498090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824833, 37.605667, 4.02]}, "bbox": [-118.824833, 37.605667, -118.824833, 37.605667]}, {"id": "1354", "type": "Feature", "properties": {"id": "ak16939483", "mag": 1.1, "time": 1506663985990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9358, 61.1521, 6.2]}, "bbox": [-139.9358, 61.1521, -139.9358, 61.1521]}, {"id": "1355", "type": "Feature", "properties": {"id": "nc72901106", "mag": 1.19, "time": 1506663736480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.78717, 38.829334, 1.02]}, "bbox": [-122.78717, 38.829334, -122.78717, 38.829334]}, {"id": "1356", "type": "Feature", "properties": {"id": "nm60207436", "mag": 1.74, "time": 1506663708600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.653833, 36.539667, 9.66]}, "bbox": [-89.653833, 36.539667, -89.653833, 36.539667]}, {"id": "1357", "type": "Feature", "properties": {"id": "us2000awdv", "mag": 4.5, "time": 1506663030100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.5233, -24.0812, 546.3]}, "bbox": [-179.5233, -24.0812, -179.5233, -24.0812]}, {"id": "1358", "type": "Feature", "properties": {"id": "ak16939475", "mag": 1.7, "time": 1506662432885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8708, 60.1234, 43.7]}, "bbox": [-150.8708, 60.1234, -150.8708, 60.1234]}, {"id": "1359", "type": "Feature", "properties": {"id": "uu60250077", "mag": 1.14, "time": 1506662404800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.55, 41.1085, 19.56]}, "bbox": [-111.55, 41.1085, -111.55, 41.1085]}, {"id": "1360", "type": "Feature", "properties": {"id": "nc72901046", "mag": 1.46, "time": 1506661869950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.846833, 37.647833, 3.02]}, "bbox": [-118.846833, 37.647833, -118.846833, 37.647833]}, {"id": "1361", "type": "Feature", "properties": {"id": "ci38013856", "mag": 2.0, "time": 1506660542280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978, 33.995, 4.89]}, "bbox": [-116.978, 33.995, -116.978, 33.995]}, {"id": "1362", "type": "Feature", "properties": {"id": "ak16989177", "mag": 1.2, "time": 1506660008320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4686, 63.102, 104.8]}, "bbox": [-150.4686, 63.102, -150.4686, 63.102]}, {"id": "1363", "type": "Feature", "properties": {"id": "ak16945113", "mag": 2.3, "time": 1506659927913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0654, 53.6407, 46.2]}, "bbox": [-165.0654, 53.6407, -165.0654, 53.6407]}, {"id": "1364", "type": "Feature", "properties": {"id": "us2000awd5", "mag": 5.0, "time": 1506659595610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1021, 14.8894, 24.04]}, "bbox": [-94.1021, 14.8894, -94.1021, 14.8894]}, {"id": "1365", "type": "Feature", "properties": {"id": "nc72901021", "mag": 1.62, "time": 1506659436560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.814, 1.76]}, "bbox": [-122.826833, 38.814, -122.826833, 38.814]}, {"id": "1366", "type": "Feature", "properties": {"id": "us2000awd1", "mag": 3.0, "time": 1506658713990, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6968, 35.8549, 5.0]}, "bbox": [-96.6968, 35.8549, -96.6968, 35.8549]}, {"id": "1367", "type": "Feature", "properties": {"id": "mb80258249", "mag": 2.26, "time": 1506658662520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.514, 46.840833, 13.41]}, "bbox": [-112.514, 46.840833, -112.514, 46.840833]}, {"id": "1368", "type": "Feature", "properties": {"id": "ci38013816", "mag": 1.03, "time": 1506658457830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.02, 34.015, 13.93]}, "bbox": [-117.02, 34.015, -117.02, 34.015]}, {"id": "1369", "type": "Feature", "properties": {"id": "ak16938672", "mag": 1.1, "time": 1506657671332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.311, 64.8546, 17.6]}, "bbox": [-150.311, 64.8546, -150.311, 64.8546]}, {"id": "1370", "type": "Feature", "properties": {"id": "us2000awcv", "mag": 5.6, "time": 1506657622320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0465, 14.9039, 21.66]}, "bbox": [-94.0465, 14.9039, -94.0465, 14.9039]}, {"id": "1371", "type": "Feature", "properties": {"id": "ak16945097", "mag": 2.0, "time": 1506657417279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3696, 53.5031, 41.5]}, "bbox": [-165.3696, 53.5031, -165.3696, 53.5031]}, {"id": "1372", "type": "Feature", "properties": {"id": "nc72900986", "mag": 1.05, "time": 1506657208460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502333, -0.01]}, "bbox": [-118.835833, 37.502333, -118.835833, 37.502333]}, {"id": "1373", "type": "Feature", "properties": {"id": "ismpkansas70235973", "mag": 1.64, "time": 1506657154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887333, 37.201833, 5.03]}, "bbox": [-97.887333, 37.201833, -97.887333, 37.201833]}, {"id": "1374", "type": "Feature", "properties": {"id": "nc72900981", "mag": 1.98, "time": 1506656801880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8045, 38.832333, 1.64]}, "bbox": [-122.8045, 38.832333, -122.8045, 38.832333]}, {"id": "1375", "type": "Feature", "properties": {"id": "nc72900976", "mag": 1.12, "time": 1506656629400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.758667, 38.793499, 0.77]}, "bbox": [-122.758667, 38.793499, -122.758667, 38.793499]}, {"id": "1376", "type": "Feature", "properties": {"id": "ci38013768", "mag": 1.6, "time": 1506656062720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.976, 33.995833, 3.45]}, "bbox": [-116.976, 33.995833, -116.976, 33.995833]}, {"id": "1377", "type": "Feature", "properties": {"id": "ak16937888", "mag": 1.8, "time": 1506653782695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9369, 62.1991, 64.3]}, "bbox": [-150.9369, 62.1991, -150.9369, 62.1991]}, {"id": "1378", "type": "Feature", "properties": {"id": "ak16989171", "mag": 1.9, "time": 1506653188688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5129, 51.845, 110.0]}, "bbox": [178.5129, 51.845, 178.5129, 51.845]}, {"id": "1379", "type": "Feature", "properties": {"id": "hv61925851", "mag": 0.95, "time": 1506653113010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.463667, 19.481, 6.56]}, "bbox": [-155.463667, 19.481, -155.463667, 19.481]}, {"id": "1380", "type": "Feature", "properties": {"id": "ci38013744", "mag": 1.0, "time": 1506653104110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.302333, 34.099, 15.05]}, "bbox": [-117.302333, 34.099, -117.302333, 34.099]}, {"id": "1381", "type": "Feature", "properties": {"id": "us2000awce", "mag": 4.4, "time": 1506652310280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7803, 35.9821, 42.36]}, "bbox": [141.7803, 35.9821, 141.7803, 35.9821]}, {"id": "1382", "type": "Feature", "properties": {"id": "ci38013736", "mag": 2.07, "time": 1506652304260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.259833, 32.454333, 2.17]}, "bbox": [-116.259833, 32.454333, -116.259833, 32.454333]}, {"id": "1383", "type": "Feature", "properties": {"id": "ci38013720", "mag": 2.39, "time": 1506651375080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.569, 31.324, 4.82]}, "bbox": [-115.569, 31.324, -115.569, 31.324]}, {"id": "1384", "type": "Feature", "properties": {"id": "ci38013712", "mag": 1.12, "time": 1506651359620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924833, 33.976167, 6.34]}, "bbox": [-116.924833, 33.976167, -116.924833, 33.976167]}, {"id": "1385", "type": "Feature", "properties": {"id": "nn00607452", "mag": 1.0, "time": 1506651336185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1923, 35.5727, 11.6]}, "bbox": [-116.1923, 35.5727, -116.1923, 35.5727]}, {"id": "1386", "type": "Feature", "properties": {"id": "ci38013704", "mag": 0.97, "time": 1506651243970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7885, 33.494833, 5.39]}, "bbox": [-116.7885, 33.494833, -116.7885, 33.494833]}, {"id": "1387", "type": "Feature", "properties": {"id": "ci38013688", "mag": 1.05, "time": 1506650990920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791167, 33.5105, 6.09]}, "bbox": [-116.791167, 33.5105, -116.791167, 33.5105]}, {"id": "1388", "type": "Feature", "properties": {"id": "ak16937883", "mag": 2.4, "time": 1506650514315, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9834, 51.7396, 25.6]}, "bbox": [-174.9834, 51.7396, -174.9834, 51.7396]}, {"id": "1389", "type": "Feature", "properties": {"id": "nc72900931", "mag": 1.16, "time": 1506649983200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720497, 38.775501, 1.87]}, "bbox": [-122.720497, 38.775501, -122.720497, 38.775501]}, {"id": "1390", "type": "Feature", "properties": {"id": "ak16937869", "mag": 2.6, "time": 1506649468698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8838, 61.8075, 66.1]}, "bbox": [-150.8838, 61.8075, -150.8838, 61.8075]}, {"id": "1391", "type": "Feature", "properties": {"id": "uu60013219", "mag": 1.32, "time": 1506648472160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.687, 41.150667, 12.61]}, "bbox": [-111.687, 41.150667, -111.687, 41.150667]}, {"id": "1392", "type": "Feature", "properties": {"id": "uu60250062", "mag": 2.53, "time": 1506648435990, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.936667, 38.921333, 10.59]}, "bbox": [-111.936667, 38.921333, -111.936667, 38.921333]}, {"id": "1393", "type": "Feature", "properties": {"id": "us2000awbw", "mag": 4.5, "time": 1506648405500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.976, 52.0498, 29.97]}, "bbox": [-169.976, 52.0498, -169.976, 52.0498]}, {"id": "1394", "type": "Feature", "properties": {"id": "us2000awbq", "mag": 4.9, "time": 1506648161110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.1717, 52.3421, 33.24]}, "bbox": [-170.1717, 52.3421, -170.1717, 52.3421]}, {"id": "1395", "type": "Feature", "properties": {"id": "ak16937823", "mag": 1.0, "time": 1506648034498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0631, 63.4906, 4.2]}, "bbox": [-147.0631, 63.4906, -147.0631, 63.4906]}, {"id": "1396", "type": "Feature", "properties": {"id": "ak16989160", "mag": 1.6, "time": 1506646713769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.579, 51.7059, 15.4]}, "bbox": [-178.579, 51.7059, -178.579, 51.7059]}, {"id": "1397", "type": "Feature", "properties": {"id": "nc72900911", "mag": 1.15, "time": 1506646505210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834333, 37.504, -0.73]}, "bbox": [-118.834333, 37.504, -118.834333, 37.504]}, {"id": "1398", "type": "Feature", "properties": {"id": "ci38013672", "mag": 2.61, "time": 1506646378780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.570333, 31.324667, 4.82]}, "bbox": [-115.570333, 31.324667, -115.570333, 31.324667]}, {"id": "1399", "type": "Feature", "properties": {"id": "ak16937047", "mag": 1.0, "time": 1506646107258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4881, 63.0417, 2.8]}, "bbox": [-151.4881, 63.0417, -151.4881, 63.0417]}, {"id": "1400", "type": "Feature", "properties": {"id": "ak16937045", "mag": 1.9, "time": 1506646058692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.135, 67.8468, 16.8]}, "bbox": [-156.135, 67.8468, -156.135, 67.8468]}, {"id": "1401", "type": "Feature", "properties": {"id": "nc72900906", "mag": 1.03, "time": 1506645880090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.876831, 38.8405, 2.17]}, "bbox": [-122.876831, 38.8405, -122.876831, 38.8405]}, {"id": "1402", "type": "Feature", "properties": {"id": "nc72900886", "mag": 1.63, "time": 1506645570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.816667, 2.21]}, "bbox": [-122.818333, 38.816667, -122.818333, 38.816667]}, {"id": "1403", "type": "Feature", "properties": {"id": "ci38013656", "mag": 2.24, "time": 1506645489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.313, 34.094167, 17.1]}, "bbox": [-117.313, 34.094167, -117.313, 34.094167]}, {"id": "1404", "type": "Feature", "properties": {"id": "ci38013632", "mag": 1.51, "time": 1506645195410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.502667, 3.76]}, "bbox": [-116.7955, 33.502667, -116.7955, 33.502667]}, {"id": "1405", "type": "Feature", "properties": {"id": "nc72900876", "mag": 1.03, "time": 1506644780060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 37.470667, 1.87]}, "bbox": [-118.818, 37.470667, -118.818, 37.470667]}, {"id": "1406", "type": "Feature", "properties": {"id": "nc72900871", "mag": 1.62, "time": 1506644672730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.585667, 37.234667, 6.49]}, "bbox": [-118.585667, 37.234667, -118.585667, 37.234667]}, {"id": "1407", "type": "Feature", "properties": {"id": "ak16937041", "mag": 1.3, "time": 1506644621941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3267, 62.8222, 57.1]}, "bbox": [-148.3267, 62.8222, -148.3267, 62.8222]}, {"id": "1408", "type": "Feature", "properties": {"id": "ak16937039", "mag": 1.7, "time": 1506644576562, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2144, 60.0462, 13.4]}, "bbox": [-139.2144, 60.0462, -139.2144, 60.0462]}, {"id": "1409", "type": "Feature", "properties": {"id": "ak16937037", "mag": 1.1, "time": 1506644052798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3512, 58.196, 2.5]}, "bbox": [-155.3512, 58.196, -155.3512, 58.196]}, {"id": "1410", "type": "Feature", "properties": {"id": "ak16989154", "mag": 1.6, "time": 1506643362489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3692, 51.6466, 12.3]}, "bbox": [-178.3692, 51.6466, -178.3692, 51.6466]}, {"id": "1411", "type": "Feature", "properties": {"id": "ak16937036", "mag": 1.4, "time": 1506643250597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7379, 61.4006, 18.9]}, "bbox": [-147.7379, 61.4006, -147.7379, 61.4006]}, {"id": "1412", "type": "Feature", "properties": {"id": "us2000awbb", "mag": 4.9, "time": 1506643017480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.7489, 19.052, 30.59]}, "bbox": [144.7489, 19.052, 144.7489, 19.052]}, {"id": "1413", "type": "Feature", "properties": {"id": "ak16989677", "mag": 1.5, "time": 1506642839250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8862, 61.8988, 105.1]}, "bbox": [-151.8862, 61.8988, -151.8862, 61.8988]}, {"id": "1414", "type": "Feature", "properties": {"id": "ak16936268", "mag": 1.2, "time": 1506642106483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9604, 62.3327, 42.9]}, "bbox": [-148.9604, 62.3327, -148.9604, 62.3327]}, {"id": "1415", "type": "Feature", "properties": {"id": "nn00607431", "mag": 1.9, "time": 1506641437450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5187, 36.978, 7.0]}, "bbox": [-117.5187, 36.978, -117.5187, 36.978]}, {"id": "1416", "type": "Feature", "properties": {"id": "nc72900841", "mag": 1.93, "time": 1506641348540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.606667, 4.1]}, "bbox": [-118.821, 37.606667, -118.821, 37.606667]}, {"id": "1417", "type": "Feature", "properties": {"id": "nc72900846", "mag": 1.13, "time": 1506641325970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.608333, 4.24]}, "bbox": [-118.818833, 37.608333, -118.818833, 37.608333]}, {"id": "1418", "type": "Feature", "properties": {"id": "nc72904266", "mag": 0.96, "time": 1506641269180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0985, 41.357, -1.69]}, "bbox": [-122.0985, 41.357, -122.0985, 41.357]}, {"id": "1419", "type": "Feature", "properties": {"id": "ak16989674", "mag": 1.6, "time": 1506641141934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9034, 59.5213, 94.1]}, "bbox": [-152.9034, 59.5213, -152.9034, 59.5213]}, {"id": "1420", "type": "Feature", "properties": {"id": "us2000awa2", "mag": 4.4, "time": 1506640604400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.6403, 51.5228, 41.23]}, "bbox": [-175.6403, 51.5228, -175.6403, 51.5228]}, {"id": "1421", "type": "Feature", "properties": {"id": "nn00607821", "mag": 1.1, "time": 1506640364409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9062, 38.3722, 8.5]}, "bbox": [-118.9062, 38.3722, -118.9062, 38.3722]}, {"id": "1422", "type": "Feature", "properties": {"id": "us2000aw9p", "mag": 5.4, "time": 1506640275740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7911, -24.8725, 440.96]}, "bbox": [-179.7911, -24.8725, -179.7911, -24.8725]}, {"id": "1423", "type": "Feature", "properties": {"id": "us2000b1wl", "mag": 4.8, "time": 1506639694670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5676, 1.0849, 4.38]}, "bbox": [127.5676, 1.0849, 127.5676, 1.0849]}, {"id": "1424", "type": "Feature", "properties": {"id": "us2000aw9e", "mag": 4.7, "time": 1506639688220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.3331, 2.9053, 15.04]}, "bbox": [133.3331, 2.9053, 133.3331, 2.9053]}, {"id": "1425", "type": "Feature", "properties": {"id": "ak16989671", "mag": 1.7, "time": 1506639639127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3134, 59.6717, 111.4]}, "bbox": [-153.3134, 59.6717, -153.3134, 59.6717]}, {"id": "1426", "type": "Feature", "properties": {"id": "ak16936241", "mag": 2.5, "time": 1506639635527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1768, 68.4586, 17.0]}, "bbox": [-147.1768, 68.4586, -147.1768, 68.4586]}, {"id": "1427", "type": "Feature", "properties": {"id": "nc72900821", "mag": 1.1, "time": 1506639127150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834833, 37.500333, -1.77]}, "bbox": [-118.834833, 37.500333, -118.834833, 37.500333]}, {"id": "1428", "type": "Feature", "properties": {"id": "us2000aw90", "mag": 5.1, "time": 1506638831750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5949, -34.0499, 10.0]}, "bbox": [-178.5949, -34.0499, -178.5949, -34.0499]}, {"id": "1429", "type": "Feature", "properties": {"id": "us2000aw8l", "mag": 4.3, "time": 1506638537770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4998, -6.5326, 108.74]}, "bbox": [130.4998, -6.5326, 130.4998, -6.5326]}, {"id": "1430", "type": "Feature", "properties": {"id": "nc72900811", "mag": 2.32, "time": 1506638416610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1135, 35.6885, 5.91]}, "bbox": [-121.1135, 35.6885, -121.1135, 35.6885]}, {"id": "1431", "type": "Feature", "properties": {"id": "nc72900806", "mag": 1.35, "time": 1506638081190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.534, 2.41]}, "bbox": [-118.878833, 37.534, -118.878833, 37.534]}, {"id": "1432", "type": "Feature", "properties": {"id": "uw61335056", "mag": 1.84, "time": 1506638058160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.417833, 45.624333, -1.28]}, "bbox": [-121.417833, 45.624333, -121.417833, 45.624333]}, {"id": "1433", "type": "Feature", "properties": {"id": "mb80258209", "mag": 1.37, "time": 1506637878310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.910833, 10.76]}, "bbox": [-112.521333, 46.910833, -112.521333, 46.910833]}, {"id": "1434", "type": "Feature", "properties": {"id": "ak16935473", "mag": 1.9, "time": 1506637576311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5454, 67.5431, 1.7]}, "bbox": [-158.5454, 67.5431, -158.5454, 67.5431]}, {"id": "1435", "type": "Feature", "properties": {"id": "ak16935469", "mag": 2.0, "time": 1506637236181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4826, 58.8115, 4.9]}, "bbox": [-153.4826, 58.8115, -153.4826, 58.8115]}, {"id": "1436", "type": "Feature", "properties": {"id": "ak16989667", "mag": 2.0, "time": 1506636836791, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4008, 59.8707, 143.3]}, "bbox": [-153.4008, 59.8707, -153.4008, 59.8707]}, {"id": "1437", "type": "Feature", "properties": {"id": "ak16989666", "mag": 1.1, "time": 1506636594038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2636, 62.56, 91.7]}, "bbox": [-151.2636, 62.56, -151.2636, 62.56]}, {"id": "1438", "type": "Feature", "properties": {"id": "nc72900796", "mag": 1.35, "time": 1506636488490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.710833, 38.743, 2.06]}, "bbox": [-122.710833, 38.743, -122.710833, 38.743]}, {"id": "1439", "type": "Feature", "properties": {"id": "ak16935467", "mag": 1.1, "time": 1506635722873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2148, 64.8337, 24.2]}, "bbox": [-149.2148, 64.8337, -149.2148, 64.8337]}, {"id": "1440", "type": "Feature", "properties": {"id": "ak16989663", "mag": 1.2, "time": 1506634878192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0761, 62.868, 105.4]}, "bbox": [-151.0761, 62.868, -151.0761, 62.868]}, {"id": "1441", "type": "Feature", "properties": {"id": "us2000aw7x", "mag": 3.3, "time": 1506634428280, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9413, 39.9063, 10.29]}, "bbox": [19.9413, 39.9063, 19.9413, 39.9063]}, {"id": "1442", "type": "Feature", "properties": {"id": "ak16989662", "mag": 1.3, "time": 1506634090975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8044, 63.1677, 125.3]}, "bbox": [-150.8044, 63.1677, -150.8044, 63.1677]}, {"id": "1443", "type": "Feature", "properties": {"id": "us2000b1wj", "mag": 4.0, "time": 1506633989680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.778, 49.1768, 363.15]}, "bbox": [150.778, 49.1768, 150.778, 49.1768]}, {"id": "1444", "type": "Feature", "properties": {"id": "ak16935454", "mag": 2.6, "time": 1506633516577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9288, 61.8846, 49.8]}, "bbox": [-150.9288, 61.8846, -150.9288, 61.8846]}, {"id": "1445", "type": "Feature", "properties": {"id": "ak16935459", "mag": 2.8, "time": 1506633516034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7041, 61.8689, 59.8]}, "bbox": [-150.7041, 61.8689, -150.7041, 61.8689]}, {"id": "1446", "type": "Feature", "properties": {"id": "nn00607410", "mag": 2.0, "time": 1506633382650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9234, 38.4032, 7.8]}, "bbox": [-118.9234, 38.4032, -118.9234, 38.4032]}, {"id": "1447", "type": "Feature", "properties": {"id": "ak16935451", "mag": 1.7, "time": 1506632963331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6029, 62.2054, 19.5]}, "bbox": [-145.6029, 62.2054, -145.6029, 62.2054]}, {"id": "1448", "type": "Feature", "properties": {"id": "ci38013352", "mag": 1.79, "time": 1506632691350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.990833, 33.765333, 14.42]}, "bbox": [-116.990833, 33.765333, -116.990833, 33.765333]}, {"id": "1449", "type": "Feature", "properties": {"id": "nn00607723", "mag": 1.0, "time": 1506632347835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1182, 38.2802, 11.5]}, "bbox": [-119.1182, 38.2802, -119.1182, 38.2802]}, {"id": "1450", "type": "Feature", "properties": {"id": "hv61925221", "mag": 1.37, "time": 1506631999030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.430333, 19.4155, 3.336]}, "bbox": [-155.430333, 19.4155, -155.430333, 19.4155]}, {"id": "1451", "type": "Feature", "properties": {"id": "ak16935443", "mag": 2.3, "time": 1506631969817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.484, 61.7831, 31.3]}, "bbox": [-149.484, 61.7831, -149.484, 61.7831]}, {"id": "1452", "type": "Feature", "properties": {"id": "us2000aw54", "mag": 2.4, "time": 1506631716330, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.3897, 35.6755, 5.86]}, "bbox": [-97.3897, 35.6755, -97.3897, 35.6755]}, {"id": "1453", "type": "Feature", "properties": {"id": "us2000aw51", "mag": 4.7, "time": 1506631326570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.2381, -7.2814, 142.87]}, "bbox": [129.2381, -7.2814, 129.2381, -7.2814]}, {"id": "1454", "type": "Feature", "properties": {"id": "ak16989658", "mag": 1.3, "time": 1506630830832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5815, 63.2958, 125.3]}, "bbox": [-150.5815, 63.2958, -150.5815, 63.2958]}, {"id": "1455", "type": "Feature", "properties": {"id": "ak16935439", "mag": 1.8, "time": 1506629924653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1989, 60.9639, 35.6]}, "bbox": [-148.1989, 60.9639, -148.1989, 60.9639]}, {"id": "1456", "type": "Feature", "properties": {"id": "ci38013336", "mag": 1.94, "time": 1506629828900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.131167, 32.218833, 17.71]}, "bbox": [-116.131167, 32.218833, -116.131167, 32.218833]}, {"id": "1457", "type": "Feature", "properties": {"id": "ak16989656", "mag": 1.2, "time": 1506629660078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.1036, 120.6]}, "bbox": [-151.0033, 63.1036, -151.0033, 63.1036]}, {"id": "1458", "type": "Feature", "properties": {"id": "mb80258194", "mag": 1.36, "time": 1506628850530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.870167, 10.85]}, "bbox": [-112.525833, 46.870167, -112.525833, 46.870167]}, {"id": "1459", "type": "Feature", "properties": {"id": "ak16989655", "mag": 1.6, "time": 1506628609513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2274, 59.9548, 119.1]}, "bbox": [-153.2274, 59.9548, -153.2274, 59.9548]}, {"id": "1460", "type": "Feature", "properties": {"id": "ak16989654", "mag": 1.5, "time": 1506627145969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4925, 59.606, 72.3]}, "bbox": [-152.4925, 59.606, -152.4925, 59.606]}, {"id": "1461", "type": "Feature", "properties": {"id": "nc72900741", "mag": 1.19, "time": 1506626419400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.631667, 36.039167, 2.5]}, "bbox": [-120.631667, 36.039167, -120.631667, 36.039167]}, {"id": "1462", "type": "Feature", "properties": {"id": "ak16989653", "mag": 1.4, "time": 1506626367074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3296, 60.9023, 42.3]}, "bbox": [-150.3296, 60.9023, -150.3296, 60.9023]}, {"id": "1463", "type": "Feature", "properties": {"id": "us2000aw2q", "mag": 4.9, "time": 1506625864960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-84.1381, 3.222, 33.2]}, "bbox": [-84.1381, 3.222, -84.1381, 3.222]}, {"id": "1464", "type": "Feature", "properties": {"id": "uu60249967", "mag": 1.41, "time": 1506625553170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457167, 42.614667, 6.24]}, "bbox": [-111.457167, 42.614667, -111.457167, 42.614667]}, {"id": "1465", "type": "Feature", "properties": {"id": "ak16933835", "mag": 2.9, "time": 1506625397763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.0327, 52.1592, 53.3]}, "bbox": [-171.0327, 52.1592, -171.0327, 52.1592]}, {"id": "1466", "type": "Feature", "properties": {"id": "ci38013288", "mag": 1.11, "time": 1506625160340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.118167, 33.2435, 12.25]}, "bbox": [-116.118167, 33.2435, -116.118167, 33.2435]}, {"id": "1467", "type": "Feature", "properties": {"id": "ak16989651", "mag": 1.3, "time": 1506624662212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6565, 62.7268, 75.5]}, "bbox": [-149.6565, 62.7268, -149.6565, 62.7268]}, {"id": "1468", "type": "Feature", "properties": {"id": "nn00607390", "mag": 1.2, "time": 1506624316884, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0954, 35.994, 9.6]}, "bbox": [-116.0954, 35.994, -116.0954, 35.994]}, {"id": "1469", "type": "Feature", "properties": {"id": "ak16933797", "mag": 2.1, "time": 1506623643983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.596, 60.994, 73.2]}, "bbox": [-151.596, 60.994, -151.596, 60.994]}, {"id": "1470", "type": "Feature", "properties": {"id": "ak16933794", "mag": 1.9, "time": 1506623613173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8361, 62.7886, 1.5]}, "bbox": [-151.8361, 62.7886, -151.8361, 62.7886]}, {"id": "1471", "type": "Feature", "properties": {"id": "ci38013264", "mag": 1.24, "time": 1506622262550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.530333, 35.347, 5.41]}, "bbox": [-118.530333, 35.347, -118.530333, 35.347]}, {"id": "1472", "type": "Feature", "properties": {"id": "ak16989648", "mag": 1.6, "time": 1506621791811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5986, 59.752, 76.2]}, "bbox": [-152.5986, 59.752, -152.5986, 59.752]}, {"id": "1473", "type": "Feature", "properties": {"id": "hv61924821", "mag": 2.4, "time": 1506621499160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.122167, 19.331, 7.032]}, "bbox": [-155.122167, 19.331, -155.122167, 19.331]}, {"id": "1474", "type": "Feature", "properties": {"id": "ak16933793", "mag": 1.6, "time": 1506621344909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8725, 59.9048, 16.1]}, "bbox": [-136.8725, 59.9048, -136.8725, 59.9048]}, {"id": "1475", "type": "Feature", "properties": {"id": "nc72900701", "mag": 1.21, "time": 1506621263930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.129833, 36.62, 9.54]}, "bbox": [-121.129833, 36.62, -121.129833, 36.62]}, {"id": "1476", "type": "Feature", "properties": {"id": "mb80258169", "mag": 1.95, "time": 1506620957630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.495833, 46.896167, 10.98]}, "bbox": [-112.495833, 46.896167, -112.495833, 46.896167]}, {"id": "1477", "type": "Feature", "properties": {"id": "ak16989646", "mag": 1.2, "time": 1506620810224, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5002, 61.5482, 31.5]}, "bbox": [-146.5002, 61.5482, -146.5002, 61.5482]}, {"id": "1478", "type": "Feature", "properties": {"id": "nc72900691", "mag": 1.44, "time": 1506620029980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.427167, 0.18]}, "bbox": [-122.995833, 39.427167, -122.995833, 39.427167]}, {"id": "1479", "type": "Feature", "properties": {"id": "ak16989645", "mag": 1.5, "time": 1506619134173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0379, 60.1776, 121.7]}, "bbox": [-153.0379, 60.1776, -153.0379, 60.1776]}, {"id": "1480", "type": "Feature", "properties": {"id": "ci38013232", "mag": 1.17, "time": 1506618737450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.506833, 5.73]}, "bbox": [-116.792167, 33.506833, -116.792167, 33.506833]}, {"id": "1481", "type": "Feature", "properties": {"id": "us2000avzh", "mag": 4.6, "time": 1506618485320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5691, 2.1483, 97.53]}, "bbox": [127.5691, 2.1483, 127.5691, 2.1483]}, {"id": "1482", "type": "Feature", "properties": {"id": "us2000avzb", "mag": 4.9, "time": 1506617586500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.0401, 6.0164, 50.8]}, "bbox": [120.0401, 6.0164, 120.0401, 6.0164]}, {"id": "1483", "type": "Feature", "properties": {"id": "ak16933018", "mag": 1.2, "time": 1506617374262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.7278, 64.1]}, "bbox": [-150.7645, 61.7278, -150.7645, 61.7278]}, {"id": "1484", "type": "Feature", "properties": {"id": "hv61924676", "mag": 1.37, "time": 1506617124930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.142167, 19.3215, 5.152]}, "bbox": [-155.142167, 19.3215, -155.142167, 19.3215]}, {"id": "1485", "type": "Feature", "properties": {"id": "ak16989643", "mag": 1.6, "time": 1506616564611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8062, 60.4189, 2.2]}, "bbox": [-147.8062, 60.4189, -147.8062, 60.4189]}, {"id": "1486", "type": "Feature", "properties": {"id": "ak16989642", "mag": 1.4, "time": 1506615776447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9273, 61.5228, 95.1]}, "bbox": [-151.9273, 61.5228, -151.9273, 61.5228]}, {"id": "1487", "type": "Feature", "properties": {"id": "ak16989641", "mag": 1.3, "time": 1506615666771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3551, 60.8947, 43.2]}, "bbox": [-150.3551, 60.8947, -150.3551, 60.8947]}, {"id": "1488", "type": "Feature", "properties": {"id": "us2000avyw", "mag": 2.7, "time": 1506615478140, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4394, 42.5767, 8.98]}, "bbox": [-111.4394, 42.5767, -111.4394, 42.5767]}, {"id": "1489", "type": "Feature", "properties": {"id": "nc72900646", "mag": 1.38, "time": 1506615468050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0045, 36.4415, 0.06]}, "bbox": [-121.0045, 36.4415, -121.0045, 36.4415]}, {"id": "1490", "type": "Feature", "properties": {"id": "ak16989640", "mag": 1.3, "time": 1506615161794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0408, 63.589, 132.5]}, "bbox": [-150.0408, 63.589, -150.0408, 63.589]}, {"id": "1491", "type": "Feature", "properties": {"id": "ak16989639", "mag": 1.2, "time": 1506615119980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3231, 63.0526, 91.1]}, "bbox": [-150.3231, 63.0526, -150.3231, 63.0526]}, {"id": "1492", "type": "Feature", "properties": {"id": "ak16933017", "mag": 2.0, "time": 1506614678900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3488, 68.1439, 6.8]}, "bbox": [-136.3488, 68.1439, -136.3488, 68.1439]}, {"id": "1493", "type": "Feature", "properties": {"id": "ak16989637", "mag": 2.0, "time": 1506614163379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1177, 57.8245, 115.5]}, "bbox": [-156.1177, 57.8245, -156.1177, 57.8245]}, {"id": "1494", "type": "Feature", "properties": {"id": "nc72900616", "mag": 1.97, "time": 1506613917930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833833, 37.506167, 0.46]}, "bbox": [-118.833833, 37.506167, -118.833833, 37.506167]}, {"id": "1495", "type": "Feature", "properties": {"id": "ak16933016", "mag": 1.5, "time": 1506613537003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1247, 62.197, 80.3]}, "bbox": [-151.1247, 62.197, -151.1247, 62.197]}, {"id": "1496", "type": "Feature", "properties": {"id": "nc72900606", "mag": 1.53, "time": 1506612805340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.996667, 39.425333, 0.77]}, "bbox": [-122.996667, 39.425333, -122.996667, 39.425333]}, {"id": "1497", "type": "Feature", "properties": {"id": "ak16989634", "mag": 1.6, "time": 1506612409300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4495, 58.785, 109.1]}, "bbox": [-154.4495, 58.785, -154.4495, 58.785]}, {"id": "1498", "type": "Feature", "properties": {"id": "ak16989633", "mag": 1.3, "time": 1506612360069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6854, 61.515, 2.6]}, "bbox": [-140.6854, 61.515, -140.6854, 61.515]}, {"id": "1499", "type": "Feature", "properties": {"id": "us2000avy5", "mag": 2.4, "time": 1506612136390, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1391, 37.351, 10.96]}, "bbox": [-98.1391, 37.351, -98.1391, 37.351]}, {"id": "1500", "type": "Feature", "properties": {"id": "ak16932254", "mag": 1.6, "time": 1506612041072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9819, 62.3692, 40.1]}, "bbox": [-147.9819, 62.3692, -147.9819, 62.3692]}, {"id": "1501", "type": "Feature", "properties": {"id": "us2000avxu", "mag": 2.3, "time": 1506611699680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3926, 36.3885, 15.33]}, "bbox": [-98.3926, 36.3885, -98.3926, 36.3885]}, {"id": "1502", "type": "Feature", "properties": {"id": "ak16932252", "mag": 1.4, "time": 1506611616543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7975, 61.8375, 20.1]}, "bbox": [-148.7975, 61.8375, -148.7975, 61.8375]}, {"id": "1503", "type": "Feature", "properties": {"id": "nc72900586", "mag": 1.03, "time": 1506611392120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821335, 38.808834, 2.14]}, "bbox": [-122.821335, 38.808834, -122.821335, 38.808834]}, {"id": "1504", "type": "Feature", "properties": {"id": "nc72900581", "mag": 1.68, "time": 1506611003850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995167, 39.428167, 0.76]}, "bbox": [-122.995167, 39.428167, -122.995167, 39.428167]}, {"id": "1505", "type": "Feature", "properties": {"id": "nc72900571", "mag": 3.21, "time": 1506610414710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1635, 40.137833, 15.62]}, "bbox": [-127.1635, 40.137833, -127.1635, 40.137833]}, {"id": "1506", "type": "Feature", "properties": {"id": "ak16932251", "mag": 2.9, "time": 1506610104421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9091, 51.7632, 40.8]}, "bbox": [-174.9091, 51.7632, -174.9091, 51.7632]}, {"id": "1507", "type": "Feature", "properties": {"id": "uu60249947", "mag": 1.1, "time": 1506608975840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421333, 42.593667, 5.84]}, "bbox": [-111.421333, 42.593667, -111.421333, 42.593667]}, {"id": "1508", "type": "Feature", "properties": {"id": "nc72900556", "mag": 1.09, "time": 1506608575910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6065, 3.9]}, "bbox": [-118.821333, 37.6065, -118.821333, 37.6065]}, {"id": "1509", "type": "Feature", "properties": {"id": "uu60249942", "mag": 1.52, "time": 1506608341480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415667, 42.591167, 5.46]}, "bbox": [-111.415667, 42.591167, -111.415667, 42.591167]}, {"id": "1510", "type": "Feature", "properties": {"id": "ak16932247", "mag": 2.1, "time": 1506608150712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4995, 59.282, 98.9]}, "bbox": [-153.4995, 59.282, -153.4995, 59.282]}, {"id": "1511", "type": "Feature", "properties": {"id": "ak16989627", "mag": 1.2, "time": 1506607597338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5495, 63.4604, 104.2]}, "bbox": [-149.5495, 63.4604, -149.5495, 63.4604]}, {"id": "1512", "type": "Feature", "properties": {"id": "ak16989625", "mag": 1.6, "time": 1506607488149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3463, 61.0393, 106.1]}, "bbox": [-152.3463, 61.0393, -152.3463, 61.0393]}, {"id": "1513", "type": "Feature", "properties": {"id": "ak16932246", "mag": 1.4, "time": 1506606933995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1075, 61.1056, 49.5]}, "bbox": [-150.1075, 61.1056, -150.1075, 61.1056]}, {"id": "1514", "type": "Feature", "properties": {"id": "ak16932241", "mag": 2.4, "time": 1506606217414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3566, 59.8225, 132.2]}, "bbox": [-153.3566, 59.8225, -153.3566, 59.8225]}, {"id": "1515", "type": "Feature", "properties": {"id": "nn00607373", "mag": 1.4, "time": 1506605920785, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4887, 38.6992, 5.0]}, "bbox": [-118.4887, 38.6992, -118.4887, 38.6992]}, {"id": "1516", "type": "Feature", "properties": {"id": "ak16989622", "mag": 1.0, "time": 1506605668248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.09, 62.8911, 77.4]}, "bbox": [-149.09, 62.8911, -149.09, 62.8911]}, {"id": "1517", "type": "Feature", "properties": {"id": "ak16932239", "mag": 1.5, "time": 1506605540122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5382, 63.0052, 72.9]}, "bbox": [-149.5382, 63.0052, -149.5382, 63.0052]}, {"id": "1518", "type": "Feature", "properties": {"id": "nc72900531", "mag": 1.45, "time": 1506605237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023333, 37.519667, 2.73]}, "bbox": [-119.023333, 37.519667, -119.023333, 37.519667]}, {"id": "1519", "type": "Feature", "properties": {"id": "uw61334636", "mag": 1.41, "time": 1506604992060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.905, 48.235833, 11.65]}, "bbox": [-121.905, 48.235833, -121.905, 48.235833]}, {"id": "1520", "type": "Feature", "properties": {"id": "ak16989620", "mag": 1.1, "time": 1506604766781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9752, 64.7557, 17.5]}, "bbox": [-139.9752, 64.7557, -139.9752, 64.7557]}, {"id": "1521", "type": "Feature", "properties": {"id": "nc72900521", "mag": 1.23, "time": 1506604242090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.078, 37.663333, 7.74]}, "bbox": [-122.078, 37.663333, -122.078, 37.663333]}, {"id": "1522", "type": "Feature", "properties": {"id": "ak16989619", "mag": 1.3, "time": 1506603071727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.42, 61.0462, 108.0]}, "bbox": [-152.42, 61.0462, -152.42, 61.0462]}, {"id": "1523", "type": "Feature", "properties": {"id": "uu60249937", "mag": 2.05, "time": 1506602964450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440333, 42.584, 3.5]}, "bbox": [-111.440333, 42.584, -111.440333, 42.584]}, {"id": "1524", "type": "Feature", "properties": {"id": "ak16931481", "mag": 1.0, "time": 1506601991313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.596, 66.821, 3.1]}, "bbox": [-143.596, 66.821, -143.596, 66.821]}, {"id": "1525", "type": "Feature", "properties": {"id": "ak16989616", "mag": 1.3, "time": 1506601744056, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1565, 57.9069, 53.3]}, "bbox": [-154.1565, 57.9069, -154.1565, 57.9069]}, {"id": "1526", "type": "Feature", "properties": {"id": "ak16989615", "mag": 1.2, "time": 1506601651411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3908, 68.9058, 5.0]}, "bbox": [-147.3908, 68.9058, -147.3908, 68.9058]}, {"id": "1527", "type": "Feature", "properties": {"id": "ak16931479", "mag": 1.4, "time": 1506601472327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4079, 61.6728, 40.0]}, "bbox": [-146.4079, 61.6728, -146.4079, 61.6728]}, {"id": "1528", "type": "Feature", "properties": {"id": "ak16931477", "mag": 1.1, "time": 1506601302752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8998, 65.8646, 6.1]}, "bbox": [-150.8998, 65.8646, -150.8998, 65.8646]}, {"id": "1529", "type": "Feature", "properties": {"id": "nc72900496", "mag": 1.36, "time": 1506601178090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.535, 2.88]}, "bbox": [-118.88, 37.535, -118.88, 37.535]}, {"id": "1530", "type": "Feature", "properties": {"id": "ak16931475", "mag": 1.2, "time": 1506600842484, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.174, 61.7151, 0.0]}, "bbox": [-148.174, 61.7151, -148.174, 61.7151]}, {"id": "1531", "type": "Feature", "properties": {"id": "nc72900446", "mag": 2.75, "time": 1506598677940, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.825333, 38.840167, 1.73]}, "bbox": [-122.825333, 38.840167, -122.825333, 38.840167]}, {"id": "1532", "type": "Feature", "properties": {"id": "ak16930710", "mag": 2.2, "time": 1506598490657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4189, 62.1612, 87.1]}, "bbox": [-151.4189, 62.1612, -151.4189, 62.1612]}, {"id": "1533", "type": "Feature", "properties": {"id": "us2000avvw", "mag": 5.3, "time": 1506598185690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.558, 28.7786, 10.0]}, "bbox": [140.558, 28.7786, 140.558, 28.7786]}, {"id": "1534", "type": "Feature", "properties": {"id": "ak16989610", "mag": 1.2, "time": 1506597726479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 63.0271, 90.0]}, "bbox": [-150.1805, 63.0271, -150.1805, 63.0271]}, {"id": "1535", "type": "Feature", "properties": {"id": "nc72900431", "mag": 1.92, "time": 1506596753080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.485667, 38.5015, 5.55]}, "bbox": [-119.485667, 38.5015, -119.485667, 38.5015]}, {"id": "1536", "type": "Feature", "properties": {"id": "ak16989609", "mag": 1.5, "time": 1506596722964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1313, 51.5863, 44.2]}, "bbox": [-178.1313, 51.5863, -178.1313, 51.5863]}, {"id": "1537", "type": "Feature", "properties": {"id": "ak16930709", "mag": 1.4, "time": 1506596180091, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9834, 61.0931, 56.8]}, "bbox": [-150.9834, 61.0931, -150.9834, 61.0931]}, {"id": "1538", "type": "Feature", "properties": {"id": "ak16930708", "mag": 3.1, "time": 1506595515294, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.7195, 51.6195, 25.6]}, "bbox": [176.7195, 51.6195, 176.7195, 51.6195]}, {"id": "1539", "type": "Feature", "properties": {"id": "ak16989606", "mag": 1.5, "time": 1506595427986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5238, 51.5739, 68.8]}, "bbox": [-177.5238, 51.5739, -177.5238, 51.5739]}, {"id": "1540", "type": "Feature", "properties": {"id": "nc72900416", "mag": 1.17, "time": 1506594935360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.096, 36.553167, 9.44]}, "bbox": [-121.096, 36.553167, -121.096, 36.553167]}, {"id": "1541", "type": "Feature", "properties": {"id": "ak16930706", "mag": 1.2, "time": 1506593895889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.338, 63.1851, 0.0]}, "bbox": [-151.338, 63.1851, -151.338, 63.1851]}, {"id": "1542", "type": "Feature", "properties": {"id": "ci38012984", "mag": 1.12, "time": 1506593315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6855, 35.838833, 4.14]}, "bbox": [-117.6855, 35.838833, -117.6855, 35.838833]}, {"id": "1543", "type": "Feature", "properties": {"id": "nc72900391", "mag": 1.49, "time": 1506592222290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823333, 37.607, 4.05]}, "bbox": [-118.823333, 37.607, -118.823333, 37.607]}, {"id": "1544", "type": "Feature", "properties": {"id": "ak16930705", "mag": 1.1, "time": 1506591630653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3689, 61.3755, 23.9]}, "bbox": [-150.3689, 61.3755, -150.3689, 61.3755]}, {"id": "1545", "type": "Feature", "properties": {"id": "ci38012952", "mag": 1.31, "time": 1506591135600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.834333, 32.734667, 5.37]}, "bbox": [-115.834333, 32.734667, -115.834333, 32.734667]}, {"id": "1546", "type": "Feature", "properties": {"id": "hv61924526", "mag": 1.45, "time": 1506590418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.392167, 9.534]}, "bbox": [-155.421333, 19.392167, -155.421333, 19.392167]}, {"id": "1547", "type": "Feature", "properties": {"id": "nc72900381", "mag": 1.63, "time": 1506590284210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2205, 38.063167, 9.05]}, "bbox": [-122.2205, 38.063167, -122.2205, 38.063167]}, {"id": "1548", "type": "Feature", "properties": {"id": "us2000avu4", "mag": 4.4, "time": 1506589563580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6261, -23.7242, 196.73]}, "bbox": [-66.6261, -23.7242, -66.6261, -23.7242]}, {"id": "1549", "type": "Feature", "properties": {"id": "ak16989602", "mag": 2.7, "time": 1506589434755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4192, 52.1877, 22.9]}, "bbox": [-170.4192, 52.1877, -170.4192, 52.1877]}, {"id": "1550", "type": "Feature", "properties": {"id": "ci38012928", "mag": 1.18, "time": 1506589107820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7675, 33.325167, 12.65]}, "bbox": [-116.7675, 33.325167, -116.7675, 33.325167]}, {"id": "1551", "type": "Feature", "properties": {"id": "ak16989601", "mag": 1.5, "time": 1506589104993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4957, 51.6758, 15.5]}, "bbox": [-178.4957, 51.6758, -178.4957, 51.6758]}, {"id": "1552", "type": "Feature", "properties": {"id": "ak16929945", "mag": 2.3, "time": 1506588754779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7058, 62.131, 34.9]}, "bbox": [-149.7058, 62.131, -149.7058, 62.131]}, {"id": "1553", "type": "Feature", "properties": {"id": "ak16929940", "mag": 2.6, "time": 1506588542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6191, 66.8364, 10.5]}, "bbox": [-143.6191, 66.8364, -143.6191, 66.8364]}, {"id": "1554", "type": "Feature", "properties": {"id": "nn00607351", "mag": 1.4, "time": 1506588343442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9118, 38.3801, 6.4]}, "bbox": [-118.9118, 38.3801, -118.9118, 38.3801]}, {"id": "1555", "type": "Feature", "properties": {"id": "ak16929936", "mag": 2.0, "time": 1506587984225, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4437, 61.9903, 29.6]}, "bbox": [-147.4437, 61.9903, -147.4437, 61.9903]}, {"id": "1556", "type": "Feature", "properties": {"id": "mb80258129", "mag": 1.62, "time": 1506587784100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.868167, 10.62]}, "bbox": [-112.525167, 46.868167, -112.525167, 46.868167]}, {"id": "1557", "type": "Feature", "properties": {"id": "nc72900351", "mag": 1.19, "time": 1506586386820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.536333, 3.07]}, "bbox": [-118.880833, 37.536333, -118.880833, 37.536333]}, {"id": "1558", "type": "Feature", "properties": {"id": "us2000avte", "mag": 4.7, "time": 1506586379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [117.1706, -10.7291, 10.0]}, "bbox": [117.1706, -10.7291, 117.1706, -10.7291]}, {"id": "1559", "type": "Feature", "properties": {"id": "us2000avtg", "mag": 5.3, "time": 1506586316130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.2449, 20.2657, 10.0]}, "bbox": [145.2449, 20.2657, 145.2449, 20.2657]}, {"id": "1560", "type": "Feature", "properties": {"id": "ak16929174", "mag": 2.3, "time": 1506586272361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7694, 61.6101, 47.2]}, "bbox": [-149.7694, 61.6101, -149.7694, 61.6101]}, {"id": "1561", "type": "Feature", "properties": {"id": "nc72900346", "mag": 1.18, "time": 1506586053100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823, 37.610167, 4.21]}, "bbox": [-118.823, 37.610167, -118.823, 37.610167]}, {"id": "1562", "type": "Feature", "properties": {"id": "uw61334586", "mag": 2.19, "time": 1506585933680, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.6315, 48.074, -0.77]}, "bbox": [-121.6315, 48.074, -121.6315, 48.074]}, {"id": "1563", "type": "Feature", "properties": {"id": "nn00607345", "mag": 1.8, "time": 1506585602623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6237, 38.7874, 8.5]}, "bbox": [-119.6237, 38.7874, -119.6237, 38.7874]}, {"id": "1564", "type": "Feature", "properties": {"id": "ak16929171", "mag": 1.6, "time": 1506585414754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1681, 58.2365, 0.7]}, "bbox": [-155.1681, 58.2365, -155.1681, 58.2365]}, {"id": "1565", "type": "Feature", "properties": {"id": "hv61924441", "mag": 1.7, "time": 1506585350220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.865167, 19.430333, 13.243]}, "bbox": [-155.865167, 19.430333, -155.865167, 19.430333]}, {"id": "1566", "type": "Feature", "properties": {"id": "nc72900326", "mag": 1.41, "time": 1506585322460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751, 38.783, 2.58]}, "bbox": [-122.751, 38.783, -122.751, 38.783]}, {"id": "1567", "type": "Feature", "properties": {"id": "ak16929167", "mag": 2.4, "time": 1506585219017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0108, 65.3932, 8.2]}, "bbox": [-166.0108, 65.3932, -166.0108, 65.3932]}, {"id": "1568", "type": "Feature", "properties": {"id": "ak16929164", "mag": 1.6, "time": 1506585151006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7632, 61.6155, 48.1]}, "bbox": [-149.7632, 61.6155, -149.7632, 61.6155]}, {"id": "1569", "type": "Feature", "properties": {"id": "nn00607342", "mag": 1.4, "time": 1506584922597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6325, 38.7911, 6.5]}, "bbox": [-119.6325, 38.7911, -119.6325, 38.7911]}, {"id": "1570", "type": "Feature", "properties": {"id": "ak16929162", "mag": 1.5, "time": 1506584839080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6957, 59.8727, 1.2]}, "bbox": [-136.6957, 59.8727, -136.6957, 59.8727]}, {"id": "1571", "type": "Feature", "properties": {"id": "mb80258114", "mag": 1.59, "time": 1506584469140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.867333, 10.81]}, "bbox": [-112.525167, 46.867333, -112.525167, 46.867333]}, {"id": "1572", "type": "Feature", "properties": {"id": "mb80258109", "mag": 1.16, "time": 1506584073450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.878167, 13.02]}, "bbox": [-112.53, 46.878167, -112.53, 46.878167]}, {"id": "1573", "type": "Feature", "properties": {"id": "ci38012872", "mag": 1.17, "time": 1506583959450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817833, 34.8665, 6.68]}, "bbox": [-118.817833, 34.8665, -118.817833, 34.8665]}, {"id": "1574", "type": "Feature", "properties": {"id": "ak16989588", "mag": 1.8, "time": 1506583466047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2642, 60.2053, 132.7]}, "bbox": [-153.2642, 60.2053, -153.2642, 60.2053]}, {"id": "1575", "type": "Feature", "properties": {"id": "us2000awdi", "mag": 1.5, "time": 1506583342200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.1659, 45.241, 4.82]}, "bbox": [-69.1659, 45.241, -69.1659, 45.241]}, {"id": "1576", "type": "Feature", "properties": {"id": "us2000avsq", "mag": 4.8, "time": 1506582689240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.4054, 37.4649, 44.08]}, "bbox": [141.4054, 37.4649, 141.4054, 37.4649]}, {"id": "1577", "type": "Feature", "properties": {"id": "ak16928412", "mag": 1.8, "time": 1506582059678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6189, 67.5652, 16.4]}, "bbox": [-159.6189, 67.5652, -159.6189, 67.5652]}, {"id": "1578", "type": "Feature", "properties": {"id": "ak16928397", "mag": 2.0, "time": 1506580602424, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1188, 61.1485, 13.0]}, "bbox": [-150.1188, 61.1485, -150.1188, 61.1485]}, {"id": "1579", "type": "Feature", "properties": {"id": "ak16928399", "mag": 1.1, "time": 1506580596261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8057, 66.0421, 6.0]}, "bbox": [-149.8057, 66.0421, -149.8057, 66.0421]}, {"id": "1580", "type": "Feature", "properties": {"id": "nc72900281", "mag": 1.14, "time": 1506579131440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.5365, 3.19]}, "bbox": [-118.88, 37.5365, -118.88, 37.5365]}, {"id": "1581", "type": "Feature", "properties": {"id": "ak16928394", "mag": 1.6, "time": 1506578908430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0895, 61.7515, 17.4]}, "bbox": [-149.0895, 61.7515, -149.0895, 61.7515]}, {"id": "1582", "type": "Feature", "properties": {"id": "ci38012840", "mag": 0.96, "time": 1506578825230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767667, 36.025167, 1.05]}, "bbox": [-117.767667, 36.025167, -117.767667, 36.025167]}, {"id": "1583", "type": "Feature", "properties": {"id": "ci38012832", "mag": 1.0, "time": 1506578679490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.884833, 33.846833, 11.18]}, "bbox": [-117.884833, 33.846833, -117.884833, 33.846833]}, {"id": "1584", "type": "Feature", "properties": {"id": "uu60249902", "mag": 1.26, "time": 1506578472190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.285833, 41.514167, 1.58]}, "bbox": [-112.285833, 41.514167, -112.285833, 41.514167]}, {"id": "1585", "type": "Feature", "properties": {"id": "uu60249897", "mag": 1.56, "time": 1506578161990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4205, 42.5195, 5.83]}, "bbox": [-111.4205, 42.5195, -111.4205, 42.5195]}, {"id": "1586", "type": "Feature", "properties": {"id": "ak16989578", "mag": 1.2, "time": 1506577617968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0285, 60.9615, 99.9]}, "bbox": [-152.0285, 60.9615, -152.0285, 60.9615]}, {"id": "1587", "type": "Feature", "properties": {"id": "ak16927642", "mag": 2.5, "time": 1506576956542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4519, 60.4702, 49.5]}, "bbox": [-151.4519, 60.4702, -151.4519, 60.4702]}, {"id": "1588", "type": "Feature", "properties": {"id": "ak16927639", "mag": 1.1, "time": 1506575989243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9371, 64.4345, 12.0]}, "bbox": [-147.9371, 64.4345, -147.9371, 64.4345]}, {"id": "1589", "type": "Feature", "properties": {"id": "us2000avrg", "mag": 4.2, "time": 1506575321430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9228, 16.6784, 58.25]}, "bbox": [-94.9228, 16.6784, -94.9228, 16.6784]}, {"id": "1590", "type": "Feature", "properties": {"id": "ak16927634", "mag": 1.4, "time": 1506574806948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9601, 61.6771, 57.6]}, "bbox": [-150.9601, 61.6771, -150.9601, 61.6771]}, {"id": "1591", "type": "Feature", "properties": {"id": "us2000avr9", "mag": 3.0, "time": 1506574593800, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8025, 35.9915, 5.225]}, "bbox": [-96.8025, 35.9915, -96.8025, 35.9915]}, {"id": "1592", "type": "Feature", "properties": {"id": "nc72900251", "mag": 1.08, "time": 1506573201460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.876833, 37.531833, 2.55]}, "bbox": [-118.876833, 37.531833, -118.876833, 37.531833]}, {"id": "1593", "type": "Feature", "properties": {"id": "ak16989573", "mag": 1.0, "time": 1506573124099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1846, 68.5953, 17.3]}, "bbox": [-147.1846, 68.5953, -147.1846, 68.5953]}, {"id": "1594", "type": "Feature", "properties": {"id": "nc72900241", "mag": 2.37, "time": 1506572664450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8255, 37.454833, 2.13]}, "bbox": [-118.8255, 37.454833, -118.8255, 37.454833]}, {"id": "1595", "type": "Feature", "properties": {"id": "nc72900236", "mag": 1.11, "time": 1506572038110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.088333, 36.5915, 6.51]}, "bbox": [-121.088333, 36.5915, -121.088333, 36.5915]}, {"id": "1596", "type": "Feature", "properties": {"id": "ak16927631", "mag": 2.2, "time": 1506572029624, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6248, 51.535, 13.6]}, "bbox": [178.6248, 51.535, 178.6248, 51.535]}, {"id": "1597", "type": "Feature", "properties": {"id": "ak16989570", "mag": 1.3, "time": 1506571605724, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1124, 61.418, 10.3]}, "bbox": [-154.1124, 61.418, -154.1124, 61.418]}, {"id": "1598", "type": "Feature", "properties": {"id": "us2000avr1", "mag": 2.8, "time": 1506571358890, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1712, 37.3741, 5.0]}, "bbox": [-98.1712, 37.3741, -98.1712, 37.3741]}, {"id": "1599", "type": "Feature", "properties": {"id": "us2000avqw", "mag": 3.2, "time": 1506571014630, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1535, 37.3739, 5.0]}, "bbox": [-98.1535, 37.3739, -98.1535, 37.3739]}, {"id": "1600", "type": "Feature", "properties": {"id": "us2000avr2", "mag": 4.9, "time": 1506570988200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.8102, -5.2471, 64.55]}, "bbox": [151.8102, -5.2471, 151.8102, -5.2471]}, {"id": "1601", "type": "Feature", "properties": {"id": "nc72900206", "mag": 1.12, "time": 1506569953990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.5315, 2.34]}, "bbox": [-118.878833, 37.5315, -118.878833, 37.5315]}, {"id": "1602", "type": "Feature", "properties": {"id": "nc72900201", "mag": 1.78, "time": 1506569868050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.191167, 36.174833, 16.31]}, "bbox": [-120.191167, 36.174833, -120.191167, 36.174833]}, {"id": "1603", "type": "Feature", "properties": {"id": "mb80258089", "mag": 0.96, "time": 1506568483250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.872833, 14.45]}, "bbox": [-112.5215, 46.872833, -112.5215, 46.872833]}, {"id": "1604", "type": "Feature", "properties": {"id": "nc72900166", "mag": 1.94, "time": 1506568350160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.970833, 36.399167, 0.33]}, "bbox": [-120.970833, 36.399167, -120.970833, 36.399167]}, {"id": "1605", "type": "Feature", "properties": {"id": "nc72900156", "mag": 1.95, "time": 1506567041430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.535167, 2.92]}, "bbox": [-118.8805, 37.535167, -118.8805, 37.535167]}, {"id": "1606", "type": "Feature", "properties": {"id": "nn00607321", "mag": 1.0, "time": 1506566989487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0173, 39.5809, 8.3]}, "bbox": [-120.0173, 39.5809, -120.0173, 39.5809]}, {"id": "1607", "type": "Feature", "properties": {"id": "ci38012696", "mag": 1.54, "time": 1506566359150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3855, 33.309667, 7.18]}, "bbox": [-116.3855, 33.309667, -116.3855, 33.309667]}, {"id": "1608", "type": "Feature", "properties": {"id": "ak16926883", "mag": 1.4, "time": 1506564828219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7449, 64.3314, 9.4]}, "bbox": [-150.7449, 64.3314, -150.7449, 64.3314]}, {"id": "1609", "type": "Feature", "properties": {"id": "ak16926881", "mag": 1.6, "time": 1506563449576, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7299, 60.5992, 21.1]}, "bbox": [-148.7299, 60.5992, -148.7299, 60.5992]}, {"id": "1610", "type": "Feature", "properties": {"id": "us2000avqf", "mag": 3.5, "time": 1506563003590, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-1.5206, 47.8948, 7.47]}, "bbox": [-1.5206, 47.8948, -1.5206, 47.8948]}, {"id": "1611", "type": "Feature", "properties": {"id": "us2000avq4", "mag": 3.4, "time": 1506562916490, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.8862, 9.972, 12.77]}, "bbox": [-83.8862, 9.972, -83.8862, 9.972]}, {"id": "1612", "type": "Feature", "properties": {"id": "ak16926876", "mag": 1.5, "time": 1506562750811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2038, 62.3276, 80.2]}, "bbox": [-151.2038, 62.3276, -151.2038, 62.3276]}, {"id": "1613", "type": "Feature", "properties": {"id": "ak16989563", "mag": 2.4, "time": 1506562282380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5433, 52.3165, 175.4]}, "bbox": [-174.5433, 52.3165, -174.5433, 52.3165]}, {"id": "1614", "type": "Feature", "properties": {"id": "ci38012648", "mag": 1.44, "time": 1506561221540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9255, 33.975833, 5.98]}, "bbox": [-116.9255, 33.975833, -116.9255, 33.975833]}, {"id": "1615", "type": "Feature", "properties": {"id": "ak16989561", "mag": 1.2, "time": 1506560682030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3529, 60.5442, 7.3]}, "bbox": [-148.3529, 60.5442, -148.3529, 60.5442]}, {"id": "1616", "type": "Feature", "properties": {"id": "uu60249877", "mag": 2.9, "time": 1506560508370, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.946, 38.905, 8.36]}, "bbox": [-111.946, 38.905, -111.946, 38.905]}, {"id": "1617", "type": "Feature", "properties": {"id": "ci38012624", "mag": 1.0, "time": 1506559691050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812, 36.016833, 1.28]}, "bbox": [-117.812, 36.016833, -117.812, 36.016833]}, {"id": "1618", "type": "Feature", "properties": {"id": "ci38012616", "mag": 1.66, "time": 1506559333880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.939667, 33.686667, 9.17]}, "bbox": [-115.939667, 33.686667, -115.939667, 33.686667]}, {"id": "1619", "type": "Feature", "properties": {"id": "ak16926874", "mag": 1.3, "time": 1506559196699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5701, 61.4562, 64.2]}, "bbox": [-150.5701, 61.4562, -150.5701, 61.4562]}, {"id": "1620", "type": "Feature", "properties": {"id": "nc72900121", "mag": 1.32, "time": 1506558055260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.2635, 39.396667, 0.45]}, "bbox": [-123.2635, 39.396667, -123.2635, 39.396667]}, {"id": "1621", "type": "Feature", "properties": {"id": "ak16989559", "mag": 1.0, "time": 1506557933118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9128, 61.7015, 46.8]}, "bbox": [-149.9128, 61.7015, -149.9128, 61.7015]}, {"id": "1622", "type": "Feature", "properties": {"id": "ci38012608", "mag": 1.47, "time": 1506557437030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.089667, 35.6985, 2.41]}, "bbox": [-118.089667, 35.6985, -118.089667, 35.6985]}, {"id": "1623", "type": "Feature", "properties": {"id": "nc72900106", "mag": 1.15, "time": 1506556889810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794, 38.821167, 2.63]}, "bbox": [-122.794, 38.821167, -122.794, 38.821167]}, {"id": "1624", "type": "Feature", "properties": {"id": "nn00607313", "mag": 1.3, "time": 1506556883650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1041, 37.378, 3.6]}, "bbox": [-115.1041, 37.378, -115.1041, 37.378]}, {"id": "1625", "type": "Feature", "properties": {"id": "mb80258084", "mag": 1.57, "time": 1506556538250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.874833, 14.66]}, "bbox": [-112.526333, 46.874833, -112.526333, 46.874833]}, {"id": "1626", "type": "Feature", "properties": {"id": "nn00607310", "mag": 1.6, "time": 1506556172753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.059, 37.1112, 7.3]}, "bbox": [-117.059, 37.1112, -117.059, 37.1112]}, {"id": "1627", "type": "Feature", "properties": {"id": "ak16926873", "mag": 1.3, "time": 1506556116361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4042, 53.8015, 12.7]}, "bbox": [-166.4042, 53.8015, -166.4042, 53.8015]}, {"id": "1628", "type": "Feature", "properties": {"id": "nc72900096", "mag": 1.12, "time": 1506556022400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.731667, 38.760166, 1.18]}, "bbox": [-122.731667, 38.760166, -122.731667, 38.760166]}, {"id": "1629", "type": "Feature", "properties": {"id": "ak16988195", "mag": 1.9, "time": 1506555035171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0633, 60.0089, 114.1]}, "bbox": [-153.0633, 60.0089, -153.0633, 60.0089]}, {"id": "1630", "type": "Feature", "properties": {"id": "us2000avn9", "mag": 4.2, "time": 1506555004800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.4365, -8.2451, 154.02]}, "bbox": [119.4365, -8.2451, 119.4365, -8.2451]}, {"id": "1631", "type": "Feature", "properties": {"id": "nc72900086", "mag": 1.16, "time": 1506554882180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.738335, 38.755333, 0.36]}, "bbox": [-122.738335, 38.755333, -122.738335, 38.755333]}, {"id": "1632", "type": "Feature", "properties": {"id": "ak16926134", "mag": 1.1, "time": 1506554881350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2845, 60.8545, 21.3]}, "bbox": [-146.2845, 60.8545, -146.2845, 60.8545]}, {"id": "1633", "type": "Feature", "properties": {"id": "ak16988193", "mag": 1.0, "time": 1506554670593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1097, 62.4437, 13.6]}, "bbox": [-150.1097, 62.4437, -150.1097, 62.4437]}, {"id": "1634", "type": "Feature", "properties": {"id": "ak16926036", "mag": 1.3, "time": 1506554241873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6125, 61.555, 35.5]}, "bbox": [-149.6125, 61.555, -149.6125, 61.555]}, {"id": "1635", "type": "Feature", "properties": {"id": "nc72900081", "mag": 1.22, "time": 1506554024900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832, 37.5385, 4.78]}, "bbox": [-118.832, 37.5385, -118.832, 37.5385]}, {"id": "1636", "type": "Feature", "properties": {"id": "ci38012576", "mag": 1.27, "time": 1506553539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.392833, 34.878667, 4.66]}, "bbox": [-117.392833, 34.878667, -117.392833, 34.878667]}, {"id": "1637", "type": "Feature", "properties": {"id": "ak16926028", "mag": 1.6, "time": 1506553116940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5885, 67.5732, 17.6]}, "bbox": [-159.5885, 67.5732, -159.5885, 67.5732]}, {"id": "1638", "type": "Feature", "properties": {"id": "ci38012568", "mag": 1.61, "time": 1506552976740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.666667, 13.28]}, "bbox": [-116.758833, 33.666667, -116.758833, 33.666667]}, {"id": "1639", "type": "Feature", "properties": {"id": "ak16926026", "mag": 1.6, "time": 1506552344260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6143, 63.0496, 5.8]}, "bbox": [-151.6143, 63.0496, -151.6143, 63.0496]}, {"id": "1640", "type": "Feature", "properties": {"id": "ak16988188", "mag": 1.0, "time": 1506552342400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0102, 64.7419, 2.4]}, "bbox": [-140.0102, 64.7419, -140.0102, 64.7419]}, {"id": "1641", "type": "Feature", "properties": {"id": "ak16926025", "mag": 1.7, "time": 1506551886678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4287, 51.666, 13.3]}, "bbox": [-178.4287, 51.666, -178.4287, 51.666]}, {"id": "1642", "type": "Feature", "properties": {"id": "uu60249842", "mag": 1.14, "time": 1506551770950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.297667, 41.517833, 3.93]}, "bbox": [-112.297667, 41.517833, -112.297667, 41.517833]}, {"id": "1643", "type": "Feature", "properties": {"id": "ak16926021", "mag": 1.0, "time": 1506550963839, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7318, 63.2463, 16.3]}, "bbox": [-151.7318, 63.2463, -151.7318, 63.2463]}, {"id": "1644", "type": "Feature", "properties": {"id": "ci38012528", "mag": 1.36, "time": 1506549674520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.505667, 5.04]}, "bbox": [-116.792167, 33.505667, -116.792167, 33.505667]}, {"id": "1645", "type": "Feature", "properties": {"id": "us2000avlw", "mag": 4.5, "time": 1506549399140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.4716, 24.998, 125.83]}, "bbox": [123.4716, 24.998, 123.4716, 24.998]}, {"id": "1646", "type": "Feature", "properties": {"id": "ak16988184", "mag": 1.9, "time": 1506549387020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4366, 51.4823, 54.4]}, "bbox": [-177.4366, 51.4823, -177.4366, 51.4823]}, {"id": "1647", "type": "Feature", "properties": {"id": "nc72900041", "mag": 1.15, "time": 1506549261590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745331, 38.788502, 0.88]}, "bbox": [-122.745331, 38.788502, -122.745331, 38.788502]}, {"id": "1648", "type": "Feature", "properties": {"id": "uu60249832", "mag": 1.22, "time": 1506548944800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.294333, 41.516333, 2.01]}, "bbox": [-112.294333, 41.516333, -112.294333, 41.516333]}, {"id": "1649", "type": "Feature", "properties": {"id": "us2000avm6", "mag": 4.7, "time": 1506548861390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5824, 28.7476, 33.11]}, "bbox": [140.5824, 28.7476, 140.5824, 28.7476]}, {"id": "1650", "type": "Feature", "properties": {"id": "hv61923721", "mag": 1.68, "time": 1506548248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.233167, 19.411667, 26.335]}, "bbox": [-155.233167, 19.411667, -155.233167, 19.411667]}, {"id": "1651", "type": "Feature", "properties": {"id": "ak16988183", "mag": 1.1, "time": 1506547027410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5065, 62.8856, 85.5]}, "bbox": [-150.5065, 62.8856, -150.5065, 62.8856]}, {"id": "1652", "type": "Feature", "properties": {"id": "ak16988182", "mag": 1.3, "time": 1506546817449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3499, 60.4052, 65.0]}, "bbox": [-151.3499, 60.4052, -151.3499, 60.4052]}, {"id": "1653", "type": "Feature", "properties": {"id": "us2000avkb", "mag": 4.8, "time": 1506546638200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5529, 28.769, 38.59]}, "bbox": [140.5529, 28.769, 140.5529, 28.769]}, {"id": "1654", "type": "Feature", "properties": {"id": "us2000avk0", "mag": 4.4, "time": 1506545901120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.9242, -10.8691, 104.23]}, "bbox": [-73.9242, -10.8691, -73.9242, -10.8691]}, {"id": "1655", "type": "Feature", "properties": {"id": "nc72900011", "mag": 1.24, "time": 1506545494440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.775167, 0.33]}, "bbox": [-122.7435, 38.775167, -122.7435, 38.775167]}, {"id": "1656", "type": "Feature", "properties": {"id": "mb80258059", "mag": 1.99, "time": 1506545099310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533833, 46.865333, 12.52]}, "bbox": [-112.533833, 46.865333, -112.533833, 46.865333]}, {"id": "1657", "type": "Feature", "properties": {"id": "ak16988181", "mag": 1.9, "time": 1506544970602, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5993, 58.8739, 125.1]}, "bbox": [-154.5993, 58.8739, -154.5993, 58.8739]}, {"id": "1658", "type": "Feature", "properties": {"id": "nc71107599", "mag": 1.73, "time": 1506544649060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.852333, 36.770333, 5.22]}, "bbox": [-120.852333, 36.770333, -120.852333, 36.770333]}, {"id": "1659", "type": "Feature", "properties": {"id": "nc72900001", "mag": 1.02, "time": 1506544641500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.307333, 35.890833, 9.61]}, "bbox": [-120.307333, 35.890833, -120.307333, 35.890833]}, {"id": "1660", "type": "Feature", "properties": {"id": "uw61334351", "mag": 1.62, "time": 1506543856900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.103667, 46.818167, -0.37]}, "bbox": [-123.103667, 46.818167, -123.103667, 46.818167]}, {"id": "1661", "type": "Feature", "properties": {"id": "us2000avim", "mag": 4.5, "time": 1506542712990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6095, -15.1614, 131.74]}, "bbox": [-71.6095, -15.1614, -71.6095, -15.1614]}, {"id": "1662", "type": "Feature", "properties": {"id": "ak16924547", "mag": 1.3, "time": 1506542654107, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6538, 61.2784, 0.0]}, "bbox": [-147.6538, 61.2784, -147.6538, 61.2784]}, {"id": "1663", "type": "Feature", "properties": {"id": "nc72899976", "mag": 1.46, "time": 1506542639270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.024, 37.520333, 2.59]}, "bbox": [-119.024, 37.520333, -119.024, 37.520333]}, {"id": "1664", "type": "Feature", "properties": {"id": "ak16988179", "mag": 1.4, "time": 1506542327610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9637, 61.5729, 96.7]}, "bbox": [-151.9637, 61.5729, -151.9637, 61.5729]}, {"id": "1665", "type": "Feature", "properties": {"id": "ak16988178", "mag": 1.2, "time": 1506541938004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1366, 60.2787, 53.2]}, "bbox": [-151.1366, 60.2787, -151.1366, 60.2787]}, {"id": "1666", "type": "Feature", "properties": {"id": "ak16924544", "mag": 1.5, "time": 1506541523210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1298, 59.8511, 15.0]}, "bbox": [-139.1298, 59.8511, -139.1298, 59.8511]}, {"id": "1667", "type": "Feature", "properties": {"id": "ak16924540", "mag": 3.0, "time": 1506540667871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8525, 51.0507, 13.6]}, "bbox": [-179.8525, 51.0507, -179.8525, 51.0507]}, {"id": "1668", "type": "Feature", "properties": {"id": "ak16924539", "mag": 1.3, "time": 1506540652841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.178, 61.5488, 2.4]}, "bbox": [-138.178, 61.5488, -138.178, 61.5488]}, {"id": "1669", "type": "Feature", "properties": {"id": "ci38012400", "mag": 0.98, "time": 1506540581720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.481833, 33.471167, 13.16]}, "bbox": [-116.481833, 33.471167, -116.481833, 33.471167]}, {"id": "1670", "type": "Feature", "properties": {"id": "ak16988174", "mag": 1.1, "time": 1506540333948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.501, 61.2429, 47.8]}, "bbox": [-150.501, 61.2429, -150.501, 61.2429]}, {"id": "1671", "type": "Feature", "properties": {"id": "ci38012384", "mag": 1.3, "time": 1506539422810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197, 34.992, -0.84]}, "bbox": [-118.197, 34.992, -118.197, 34.992]}, {"id": "1672", "type": "Feature", "properties": {"id": "mb80258049", "mag": 1.59, "time": 1506539240620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.472833, 46.002167, -2.0]}, "bbox": [-112.472833, 46.002167, -112.472833, 46.002167]}, {"id": "1673", "type": "Feature", "properties": {"id": "nc72899931", "mag": 1.55, "time": 1506538588360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4435, 38.569833, 7.29]}, "bbox": [-122.4435, 38.569833, -122.4435, 38.569833]}, {"id": "1674", "type": "Feature", "properties": {"id": "ci38012368", "mag": 1.32, "time": 1506538425860, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.193167, 34.018167, 9.75]}, "bbox": [-117.193167, 34.018167, -117.193167, 34.018167]}, {"id": "1675", "type": "Feature", "properties": {"id": "ci38012360", "mag": 1.78, "time": 1506537986730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 33.395, 16.07]}, "bbox": [-116.929, 33.395, -116.929, 33.395]}, {"id": "1676", "type": "Feature", "properties": {"id": "mb80258044", "mag": 1.34, "time": 1506537974910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.870667, 11.9]}, "bbox": [-112.524833, 46.870667, -112.524833, 46.870667]}, {"id": "1677", "type": "Feature", "properties": {"id": "mb80258039", "mag": 1.67, "time": 1506537644220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.873167, 11.84]}, "bbox": [-112.525, 46.873167, -112.525, 46.873167]}, {"id": "1678", "type": "Feature", "properties": {"id": "ci38012352", "mag": 1.26, "time": 1506537396500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.313333, 35.0755, -0.97]}, "bbox": [-118.313333, 35.0755, -118.313333, 35.0755]}, {"id": "1679", "type": "Feature", "properties": {"id": "ak16988173", "mag": 2.5, "time": 1506536259670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2174, 55.267, 28.1]}, "bbox": [-153.2174, 55.267, -153.2174, 55.267]}, {"id": "1680", "type": "Feature", "properties": {"id": "ak16923724", "mag": 1.8, "time": 1506535852212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5095, 57.4219, 64.0]}, "bbox": [-155.5095, 57.4219, -155.5095, 57.4219]}, {"id": "1681", "type": "Feature", "properties": {"id": "ci38012280", "mag": 1.04, "time": 1506535593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8595, 37.1805, -1.52]}, "bbox": [-117.8595, 37.1805, -117.8595, 37.1805]}, {"id": "1682", "type": "Feature", "properties": {"id": "mb80258024", "mag": 1.14, "time": 1506535428310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.542833, 46.867, 15.39]}, "bbox": [-112.542833, 46.867, -112.542833, 46.867]}, {"id": "1683", "type": "Feature", "properties": {"id": "ak16923723", "mag": 1.8, "time": 1506535251777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8081, 59.8933, 18.4]}, "bbox": [-136.8081, 59.8933, -136.8081, 59.8933]}, {"id": "1684", "type": "Feature", "properties": {"id": "nc72899896", "mag": 1.43, "time": 1506534720980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1055, 37.325167, -0.31]}, "bbox": [-122.1055, 37.325167, -122.1055, 37.325167]}, {"id": "1685", "type": "Feature", "properties": {"id": "nn00607242", "mag": 1.3, "time": 1506533616061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8105, 37.3086, 1.0]}, "bbox": [-114.8105, 37.3086, -114.8105, 37.3086]}, {"id": "1686", "type": "Feature", "properties": {"id": "ak16922991", "mag": 1.3, "time": 1506533488405, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0074, 62.0045, 73.7]}, "bbox": [-151.0074, 62.0045, -151.0074, 62.0045]}, {"id": "1687", "type": "Feature", "properties": {"id": "ak16922987", "mag": 1.8, "time": 1506533174170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1276, 62.1421, 107.7]}, "bbox": [-152.1276, 62.1421, -152.1276, 62.1421]}, {"id": "1688", "type": "Feature", "properties": {"id": "mb80258019", "mag": 1.36, "time": 1506533071220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.9895, 46.553167, -2.0]}, "bbox": [-111.9895, 46.553167, -111.9895, 46.553167]}, {"id": "1689", "type": "Feature", "properties": {"id": "ci38012256", "mag": 1.4, "time": 1506532727840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796333, 33.501667, 4.58]}, "bbox": [-116.796333, 33.501667, -116.796333, 33.501667]}, {"id": "1690", "type": "Feature", "properties": {"id": "ak16922978", "mag": 3.9, "time": 1506532451736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.5261, 52.9317, 19.0]}, "bbox": [-165.5261, 52.9317, -165.5261, 52.9317]}, {"id": "1691", "type": "Feature", "properties": {"id": "ak16922973", "mag": 1.3, "time": 1506532279574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0546, 62.1579, 12.9]}, "bbox": [-150.0546, 62.1579, -150.0546, 62.1579]}, {"id": "1692", "type": "Feature", "properties": {"id": "ak16922968", "mag": 2.2, "time": 1506532267245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0431, 59.4743, 92.8]}, "bbox": [-153.0431, 59.4743, -153.0431, 59.4743]}, {"id": "1693", "type": "Feature", "properties": {"id": "ak16922975", "mag": 1.9, "time": 1506532266486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1368, 59.6598, 0.0]}, "bbox": [-154.1368, 59.6598, -154.1368, 59.6598]}, {"id": "1694", "type": "Feature", "properties": {"id": "ak16922963", "mag": 1.1, "time": 1506530768012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1018, 64.1209, 3.3]}, "bbox": [-150.1018, 64.1209, -150.1018, 64.1209]}, {"id": "1695", "type": "Feature", "properties": {"id": "ak16924550", "mag": 2.4, "time": 1506530256430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6494, 52.9731, 12.9]}, "bbox": [-165.6494, 52.9731, -165.6494, 52.9731]}, {"id": "1696", "type": "Feature", "properties": {"id": "us2000avec", "mag": 2.6, "time": 1506529974600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.0737, 44.3257, 12.14]}, "bbox": [-114.0737, 44.3257, -114.0737, 44.3257]}, {"id": "1697", "type": "Feature", "properties": {"id": "nc72899871", "mag": 1.08, "time": 1506529473980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836, 37.569167, 1.23]}, "bbox": [-118.836, 37.569167, -118.836, 37.569167]}, {"id": "1698", "type": "Feature", "properties": {"id": "ci38012176", "mag": 1.03, "time": 1506529247980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795833, 33.502, 4.86]}, "bbox": [-116.795833, 33.502, -116.795833, 33.502]}, {"id": "1699", "type": "Feature", "properties": {"id": "ak16922238", "mag": 1.6, "time": 1506529055903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7065, 67.422, 11.0]}, "bbox": [-143.7065, 67.422, -143.7065, 67.422]}, {"id": "1700", "type": "Feature", "properties": {"id": "nc72899866", "mag": 1.85, "time": 1506528932600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.432667, 3.11]}, "bbox": [-122.995833, 39.432667, -122.995833, 39.432667]}, {"id": "1701", "type": "Feature", "properties": {"id": "us2000ave0", "mag": 4.1, "time": 1506528488760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9926, -7.5373, 611.74]}, "bbox": [119.9926, -7.5373, 119.9926, -7.5373]}, {"id": "1702", "type": "Feature", "properties": {"id": "us2000avdr", "mag": 4.1, "time": 1506527126210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0234, -7.2935, 121.06]}, "bbox": [129.0234, -7.2935, 129.0234, -7.2935]}, {"id": "1703", "type": "Feature", "properties": {"id": "nc72899831", "mag": 1.23, "time": 1506526130580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.231667, 35.611, 3.55]}, "bbox": [-121.231667, 35.611, -121.231667, 35.611]}, {"id": "1704", "type": "Feature", "properties": {"id": "ak16988160", "mag": 1.6, "time": 1506525379416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9254, 58.9648, 66.9]}, "bbox": [-152.9254, 58.9648, -152.9254, 58.9648]}, {"id": "1705", "type": "Feature", "properties": {"id": "mb80257999", "mag": 1.8, "time": 1506524825390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533333, 46.866, 13.41]}, "bbox": [-112.533333, 46.866, -112.533333, 46.866]}, {"id": "1706", "type": "Feature", "properties": {"id": "nc72899816", "mag": 1.11, "time": 1506524218360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.989167, 37.558167, 1.34]}, "bbox": [-118.989167, 37.558167, -118.989167, 37.558167]}, {"id": "1707", "type": "Feature", "properties": {"id": "ak16988159", "mag": 1.2, "time": 1506524092965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7404, 58.8609, 4.5]}, "bbox": [-153.7404, 58.8609, -153.7404, 58.8609]}, {"id": "1708", "type": "Feature", "properties": {"id": "ci38012112", "mag": 1.73, "time": 1506523530510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.417833, 34.440833, 0.65]}, "bbox": [-119.417833, 34.440833, -119.417833, 34.440833]}, {"id": "1709", "type": "Feature", "properties": {"id": "nc72899796", "mag": 0.95, "time": 1506523499180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8715, 37.492667, 3.48]}, "bbox": [-118.8715, 37.492667, -118.8715, 37.492667]}, {"id": "1710", "type": "Feature", "properties": {"id": "ak16921504", "mag": 1.8, "time": 1506522635679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3466, 59.8103, 47.9]}, "bbox": [-151.3466, 59.8103, -151.3466, 59.8103]}, {"id": "1711", "type": "Feature", "properties": {"id": "ak16988157", "mag": 1.5, "time": 1506522267480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.561, 57.6875, 76.6]}, "bbox": [-155.561, 57.6875, -155.561, 57.6875]}, {"id": "1712", "type": "Feature", "properties": {"id": "uw61311512", "mag": 1.06, "time": 1506522173600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.941333, 47.1825, 15.72]}, "bbox": [-121.941333, 47.1825, -121.941333, 47.1825]}, {"id": "1713", "type": "Feature", "properties": {"id": "ak16920785", "mag": 2.4, "time": 1506522058371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3316, 56.7652, 41.8]}, "bbox": [-154.3316, 56.7652, -154.3316, 56.7652]}, {"id": "1714", "type": "Feature", "properties": {"id": "ak16920784", "mag": 1.4, "time": 1506521703637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.533, 60.0761, 0.0]}, "bbox": [-139.533, 60.0761, -139.533, 60.0761]}, {"id": "1715", "type": "Feature", "properties": {"id": "hv61923421", "mag": 1.78, "time": 1506521436470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.401167, 19.199167, 32.961]}, "bbox": [-155.401167, 19.199167, -155.401167, 19.199167]}, {"id": "1716", "type": "Feature", "properties": {"id": "ak16920775", "mag": 2.0, "time": 1506520826084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.649, 61.9693, 57.0]}, "bbox": [-150.649, 61.9693, -150.649, 61.9693]}, {"id": "1717", "type": "Feature", "properties": {"id": "ak16920772", "mag": 2.0, "time": 1506520439615, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2196, 59.6108, 85.6]}, "bbox": [-152.2196, 59.6108, -152.2196, 59.6108]}, {"id": "1718", "type": "Feature", "properties": {"id": "ak16920758", "mag": 2.9, "time": 1506520230887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3755, 61.9643, 42.4]}, "bbox": [-150.3755, 61.9643, -150.3755, 61.9643]}, {"id": "1719", "type": "Feature", "properties": {"id": "mb80257989", "mag": 1.28, "time": 1506520220400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.870167, 11.81]}, "bbox": [-112.5215, 46.870167, -112.5215, 46.870167]}, {"id": "1720", "type": "Feature", "properties": {"id": "ak16920757", "mag": 1.0, "time": 1506520046138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5503, 65.1678, 11.6]}, "bbox": [-151.5503, 65.1678, -151.5503, 65.1678]}, {"id": "1721", "type": "Feature", "properties": {"id": "nn00607209", "mag": 1.5, "time": 1506519994705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7233, 40.1708, 10.7]}, "bbox": [-117.7233, 40.1708, -117.7233, 40.1708]}, {"id": "1722", "type": "Feature", "properties": {"id": "ci38012040", "mag": 1.13, "time": 1506519953180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.935333, 34.4565, 9.26]}, "bbox": [-117.935333, 34.4565, -117.935333, 34.4565]}, {"id": "1723", "type": "Feature", "properties": {"id": "nc72899776", "mag": 1.01, "time": 1506519567480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.5315, -1.51]}, "bbox": [-118.840667, 37.5315, -118.840667, 37.5315]}, {"id": "1724", "type": "Feature", "properties": {"id": "nc72899766", "mag": 1.77, "time": 1506519075660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.243667, 39.398333, 12.87]}, "bbox": [-121.243667, 39.398333, -121.243667, 39.398333]}, {"id": "1725", "type": "Feature", "properties": {"id": "nc72899761", "mag": 1.35, "time": 1506518981970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745833, 38.784333, 1.01]}, "bbox": [-122.745833, 38.784333, -122.745833, 38.784333]}, {"id": "1726", "type": "Feature", "properties": {"id": "us2000avce", "mag": 2.7, "time": 1506518011840, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555, 46.8463, 8.48]}, "bbox": [-112.555, 46.8463, -112.555, 46.8463]}, {"id": "1727", "type": "Feature", "properties": {"id": "ak16920754", "mag": 2.5, "time": 1506517941863, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4288, 51.3519, 42.3]}, "bbox": [179.4288, 51.3519, 179.4288, 51.3519]}, {"id": "1728", "type": "Feature", "properties": {"id": "ak16920753", "mag": 1.2, "time": 1506517783977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1318, 60.4494, 8.4]}, "bbox": [-143.1318, 60.4494, -143.1318, 60.4494]}, {"id": "1729", "type": "Feature", "properties": {"id": "ak16920743", "mag": 2.6, "time": 1506516302533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0235, 61.6238, 41.0]}, "bbox": [-150.0235, 61.6238, -150.0235, 61.6238]}, {"id": "1730", "type": "Feature", "properties": {"id": "ak16988145", "mag": 1.2, "time": 1506515748862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9213, 61.1389, 61.5]}, "bbox": [-150.9213, 61.1389, -150.9213, 61.1389]}, {"id": "1731", "type": "Feature", "properties": {"id": "mb80257979", "mag": 1.95, "time": 1506514222430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.869667, 13.01]}, "bbox": [-112.528667, 46.869667, -112.528667, 46.869667]}, {"id": "1732", "type": "Feature", "properties": {"id": "ak16920741", "mag": 1.4, "time": 1506513863630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4582, 62.4107, 39.0]}, "bbox": [-148.4582, 62.4107, -148.4582, 62.4107]}, {"id": "1733", "type": "Feature", "properties": {"id": "ak16920740", "mag": 2.1, "time": 1506513265227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.2773, 65.177, 2.3]}, "bbox": [-168.2773, 65.177, -168.2773, 65.177]}, {"id": "1734", "type": "Feature", "properties": {"id": "ak16920737", "mag": 1.4, "time": 1506513028050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1779, 58.0206, 30.7]}, "bbox": [-153.1779, 58.0206, -153.1779, 58.0206]}, {"id": "1735", "type": "Feature", "properties": {"id": "ak16920020", "mag": 1.9, "time": 1506512934355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4027, 59.1963, 7.9]}, "bbox": [-135.4027, 59.1963, -135.4027, 59.1963]}, {"id": "1736", "type": "Feature", "properties": {"id": "ak16920019", "mag": 1.3, "time": 1506511124207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9174, 59.9564, 76.1]}, "bbox": [-151.9174, 59.9564, -151.9174, 59.9564]}, {"id": "1737", "type": "Feature", "properties": {"id": "ci38011952", "mag": 1.07, "time": 1506511069520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789667, 33.489167, 5.35]}, "bbox": [-116.789667, 33.489167, -116.789667, 33.489167]}, {"id": "1738", "type": "Feature", "properties": {"id": "mb80257974", "mag": 1.33, "time": 1506510967360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.881, 13.2]}, "bbox": [-112.526833, 46.881, -112.526833, 46.881]}, {"id": "1739", "type": "Feature", "properties": {"id": "us2000avaw", "mag": 2.7, "time": 1506509852090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2764, 31.1697, 5.0]}, "bbox": [-103.2764, 31.1697, -103.2764, 31.1697]}, {"id": "1740", "type": "Feature", "properties": {"id": "nc72899726", "mag": 1.29, "time": 1506508915160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809, 38.828833, 0.37]}, "bbox": [-122.809, 38.828833, -122.809, 38.828833]}, {"id": "1741", "type": "Feature", "properties": {"id": "nc72899721", "mag": 1.52, "time": 1506508865060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.074167, 36.490333, 6.54]}, "bbox": [-121.074167, 36.490333, -121.074167, 36.490333]}, {"id": "1742", "type": "Feature", "properties": {"id": "ak16920017", "mag": 1.5, "time": 1506508671618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.664, 59.7325, 12.8]}, "bbox": [-136.664, 59.7325, -136.664, 59.7325]}, {"id": "1743", "type": "Feature", "properties": {"id": "nc72899716", "mag": 1.33, "time": 1506507368050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.621833, 36.9715, 5.05]}, "bbox": [-121.621833, 36.9715, -121.621833, 36.9715]}, {"id": "1744", "type": "Feature", "properties": {"id": "ak16988138", "mag": 1.5, "time": 1506506488102, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3194, 60.198, 0.0]}, "bbox": [-141.3194, 60.198, -141.3194, 60.198]}, {"id": "1745", "type": "Feature", "properties": {"id": "nc72899711", "mag": 1.1, "time": 1506506346060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.830667, 37.480333, -1.14]}, "bbox": [-118.830667, 37.480333, -118.830667, 37.480333]}, {"id": "1746", "type": "Feature", "properties": {"id": "ak16920009", "mag": 1.7, "time": 1506506054796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8154, 59.9932, 104.2]}, "bbox": [-152.8154, 59.9932, -152.8154, 59.9932]}, {"id": "1747", "type": "Feature", "properties": {"id": "ak16988136", "mag": 1.4, "time": 1506505999692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1528, 59.8387, 71.2]}, "bbox": [-152.1528, 59.8387, -152.1528, 59.8387]}, {"id": "1748", "type": "Feature", "properties": {"id": "ak16920005", "mag": 1.7, "time": 1506505194635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0126, 61.1428, 12.4]}, "bbox": [-140.0126, 61.1428, -140.0126, 61.1428]}, {"id": "1749", "type": "Feature", "properties": {"id": "ak16920003", "mag": 1.3, "time": 1506504555844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6373, 60.4592, 9.8]}, "bbox": [-143.6373, 60.4592, -143.6373, 60.4592]}, {"id": "1750", "type": "Feature", "properties": {"id": "hv61923186", "mag": 1.49, "time": 1506503971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2035, 19.597167, 24.581]}, "bbox": [-155.2035, 19.597167, -155.2035, 19.597167]}, {"id": "1751", "type": "Feature", "properties": {"id": "nn00607200", "mag": 1.3, "time": 1506503935311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2622, 38.0846, 9.6]}, "bbox": [-117.2622, 38.0846, -117.2622, 38.0846]}, {"id": "1752", "type": "Feature", "properties": {"id": "us2000av9q", "mag": 3.0, "time": 1506503712310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2693, 31.1511, 5.0]}, "bbox": [-103.2693, 31.1511, -103.2693, 31.1511]}, {"id": "1753", "type": "Feature", "properties": {"id": "nc72899701", "mag": 1.06, "time": 1506503394340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.604333, 4.32]}, "bbox": [-118.819167, 37.604333, -118.819167, 37.604333]}, {"id": "1754", "type": "Feature", "properties": {"id": "mb80257964", "mag": 1.06, "time": 1506503136100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529667, 46.8705, 10.5]}, "bbox": [-112.529667, 46.8705, -112.529667, 46.8705]}, {"id": "1755", "type": "Feature", "properties": {"id": "uu60249807", "mag": 1.65, "time": 1506503101030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.067, 42.665833, 6.6]}, "bbox": [-111.067, 42.665833, -111.067, 42.665833]}, {"id": "1756", "type": "Feature", "properties": {"id": "ci38011904", "mag": 1.21, "time": 1506502961890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0485, 33.171333, 5.5]}, "bbox": [-116.0485, 33.171333, -116.0485, 33.171333]}, {"id": "1757", "type": "Feature", "properties": {"id": "us2000av9i", "mag": 4.2, "time": 1506502867800, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3374, -29.45, 38.77]}, "bbox": [-71.3374, -29.45, -71.3374, -29.45]}, {"id": "1758", "type": "Feature", "properties": {"id": "ak16919291", "mag": 2.0, "time": 1506502630723, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4344, 59.1851, 6.2]}, "bbox": [-135.4344, 59.1851, -135.4344, 59.1851]}, {"id": "1759", "type": "Feature", "properties": {"id": "uu60249797", "mag": 1.72, "time": 1506502497570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.061667, 42.664667, 5.0]}, "bbox": [-111.061667, 42.664667, -111.061667, 42.664667]}, {"id": "1760", "type": "Feature", "properties": {"id": "ci38011896", "mag": 1.37, "time": 1506502201400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.052, 33.172, 6.03]}, "bbox": [-116.052, 33.172, -116.052, 33.172]}, {"id": "1761", "type": "Feature", "properties": {"id": "ci38011880", "mag": 1.16, "time": 1506501606110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.542667, 32.944667, 6.67]}, "bbox": [-115.542667, 32.944667, -115.542667, 32.944667]}, {"id": "1762", "type": "Feature", "properties": {"id": "us2000av94", "mag": 4.6, "time": 1506500888720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.1871, 28.1091, 45.31]}, "bbox": [54.1871, 28.1091, 54.1871, 28.1091]}, {"id": "1763", "type": "Feature", "properties": {"id": "ak16919288", "mag": 1.0, "time": 1506500817789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4269, 65.2147, 15.4]}, "bbox": [-152.4269, 65.2147, -152.4269, 65.2147]}, {"id": "1764", "type": "Feature", "properties": {"id": "ak16988130", "mag": 2.0, "time": 1506500078029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5053, 51.0555, 12.3]}, "bbox": [179.5053, 51.0555, 179.5053, 51.0555]}, {"id": "1765", "type": "Feature", "properties": {"id": "nc71107564", "mag": 1.29, "time": 1506499044330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.570833, 38.927167, 9.62]}, "bbox": [-122.570833, 38.927167, -122.570833, 38.927167]}, {"id": "1766", "type": "Feature", "properties": {"id": "us2000av8z", "mag": 4.3, "time": 1506498944880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1801, -21.2747, 610.22]}, "bbox": [-179.1801, -21.2747, -179.1801, -21.2747]}, {"id": "1767", "type": "Feature", "properties": {"id": "nc72899666", "mag": 1.1, "time": 1506498551180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8395, 37.568167, 1.44]}, "bbox": [-118.8395, 37.568167, -118.8395, 37.568167]}, {"id": "1768", "type": "Feature", "properties": {"id": "ak16918579", "mag": 1.9, "time": 1506498372082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5535, 59.8103, 129.5]}, "bbox": [-153.5535, 59.8103, -153.5535, 59.8103]}, {"id": "1769", "type": "Feature", "properties": {"id": "ismpkansas70235883", "mag": 1.79, "time": 1506498339870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.776167, 37.332333, 4.84]}, "bbox": [-97.776167, 37.332333, -97.776167, 37.332333]}, {"id": "1770", "type": "Feature", "properties": {"id": "nc72899656", "mag": 1.07, "time": 1506497879900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818169, 38.816334, 2.44]}, "bbox": [-122.818169, 38.816334, -122.818169, 38.816334]}, {"id": "1771", "type": "Feature", "properties": {"id": "ak16988128", "mag": 1.7, "time": 1506497626569, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5074, 58.9707, 125.1]}, "bbox": [-154.5074, 58.9707, -154.5074, 58.9707]}, {"id": "1772", "type": "Feature", "properties": {"id": "nn00607194", "mag": 1.4, "time": 1506496907372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0035, 38.4922, 2.7]}, "bbox": [-118.0035, 38.4922, -118.0035, 38.4922]}, {"id": "1773", "type": "Feature", "properties": {"id": "ak16918577", "mag": 2.4, "time": 1506495198173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3064, 51.5599, 38.1]}, "bbox": [-175.3064, 51.5599, -175.3064, 51.5599]}, {"id": "1774", "type": "Feature", "properties": {"id": "nn00607192", "mag": 1.3, "time": 1506495045147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1202, 38.2811, 9.2]}, "bbox": [-119.1202, 38.2811, -119.1202, 38.2811]}, {"id": "1775", "type": "Feature", "properties": {"id": "ak16917880", "mag": 1.4, "time": 1506494125518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4062, 59.5783, 46.7]}, "bbox": [-150.4062, 59.5783, -150.4062, 59.5783]}, {"id": "1776", "type": "Feature", "properties": {"id": "ci38011824", "mag": 2.15, "time": 1506493452570, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377, 34.425667, 6.94]}, "bbox": [-119.377, 34.425667, -119.377, 34.425667]}, {"id": "1777", "type": "Feature", "properties": {"id": "ak16917877", "mag": 1.0, "time": 1506493181446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.74, 66.8722, 13.4]}, "bbox": [-146.74, 66.8722, -146.74, 66.8722]}, {"id": "1778", "type": "Feature", "properties": {"id": "ak16988124", "mag": 2.0, "time": 1506492309885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.6222, 51.5723, 70.6]}, "bbox": [-179.6222, 51.5723, -179.6222, 51.5723]}, {"id": "1779", "type": "Feature", "properties": {"id": "ak16917874", "mag": 1.0, "time": 1506491782705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3009, 62.1686, 20.4]}, "bbox": [-150.3009, 62.1686, -150.3009, 62.1686]}, {"id": "1780", "type": "Feature", "properties": {"id": "ismpkansas70235878", "mag": 1.72, "time": 1506491740260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966167, 37.277667, 3.84]}, "bbox": [-97.966167, 37.277667, -97.966167, 37.277667]}, {"id": "1781", "type": "Feature", "properties": {"id": "ak16917871", "mag": 2.2, "time": 1506491690990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.227, 67.4203, 2.2]}, "bbox": [-148.227, 67.4203, -148.227, 67.4203]}, {"id": "1782", "type": "Feature", "properties": {"id": "mb80257949", "mag": 1.15, "time": 1506491507770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.8695, 10.41]}, "bbox": [-112.53, 46.8695, -112.53, 46.8695]}, {"id": "1783", "type": "Feature", "properties": {"id": "ak16917866", "mag": 2.4, "time": 1506491501818, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2772, 62.1792, 19.3]}, "bbox": [-150.2772, 62.1792, -150.2772, 62.1792]}, {"id": "1784", "type": "Feature", "properties": {"id": "ismpkansas70235873", "mag": 2.14, "time": 1506491075330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.886, 37.201833, 5.78]}, "bbox": [-97.886, 37.201833, -97.886, 37.201833]}, {"id": "1785", "type": "Feature", "properties": {"id": "mb80257939", "mag": 1.58, "time": 1506490489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.867667, 13.76]}, "bbox": [-112.536833, 46.867667, -112.536833, 46.867667]}, {"id": "1786", "type": "Feature", "properties": {"id": "nn00607189", "mag": 1.5, "time": 1506490367737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.114, 38.2859, 6.0]}, "bbox": [-119.114, 38.2859, -119.114, 38.2859]}, {"id": "1787", "type": "Feature", "properties": {"id": "ci38011800", "mag": 2.36, "time": 1506490230430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3735, 34.4205, 2.68]}, "bbox": [-119.3735, 34.4205, -119.3735, 34.4205]}, {"id": "1788", "type": "Feature", "properties": {"id": "ci38011808", "mag": 1.19, "time": 1506490229680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.296833, 33.257333, 11.15]}, "bbox": [-116.296833, 33.257333, -116.296833, 33.257333]}, {"id": "1789", "type": "Feature", "properties": {"id": "nc72899631", "mag": 1.3, "time": 1506489660140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.492333, 37.643167, 10.59]}, "bbox": [-122.492333, 37.643167, -122.492333, 37.643167]}, {"id": "1790", "type": "Feature", "properties": {"id": "ci38011776", "mag": 1.48, "time": 1506489097510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.050333, 33.1715, 3.79]}, "bbox": [-116.050333, 33.1715, -116.050333, 33.1715]}, {"id": "1791", "type": "Feature", "properties": {"id": "ci38011760", "mag": 1.09, "time": 1506488442000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1045, 34.032667, 6.24]}, "bbox": [-117.1045, 34.032667, -117.1045, 34.032667]}, {"id": "1792", "type": "Feature", "properties": {"id": "ak16917162", "mag": 1.2, "time": 1506488287570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7916, 59.8749, 12.6]}, "bbox": [-136.7916, 59.8749, -136.7916, 59.8749]}, {"id": "1793", "type": "Feature", "properties": {"id": "ak16917160", "mag": 1.7, "time": 1506488119627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8594, 59.8596, 52.6]}, "bbox": [-151.8594, 59.8596, -151.8594, 59.8596]}, {"id": "1794", "type": "Feature", "properties": {"id": "ci38011736", "mag": 1.35, "time": 1506488015210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.011667, 33.275333, 2.98]}, "bbox": [-116.011667, 33.275333, -116.011667, 33.275333]}, {"id": "1795", "type": "Feature", "properties": {"id": "ci38011728", "mag": 1.28, "time": 1506487875520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.492, 4.46]}, "bbox": [-116.796667, 33.492, -116.796667, 33.492]}, {"id": "1796", "type": "Feature", "properties": {"id": "ci38011720", "mag": 2.62, "time": 1506487715700, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.372333, 34.4215, 3.6]}, "bbox": [-119.372333, 34.4215, -119.372333, 34.4215]}, {"id": "1797", "type": "Feature", "properties": {"id": "uu60249762", "mag": 1.11, "time": 1506487228770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.7735, 44.765667, 7.75]}, "bbox": [-110.7735, 44.765667, -110.7735, 44.765667]}, {"id": "1798", "type": "Feature", "properties": {"id": "nc72899586", "mag": 2.03, "time": 1506485795570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784333, 38.836667, 1.36]}, "bbox": [-122.784333, 38.836667, -122.784333, 38.836667]}, {"id": "1799", "type": "Feature", "properties": {"id": "us2000av7z", "mag": 5.3, "time": 1506485581610, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [139.7504, -3.5926, 60.39]}, "bbox": [139.7504, -3.5926, 139.7504, -3.5926]}, {"id": "1800", "type": "Feature", "properties": {"id": "nn00607179", "mag": 1.2, "time": 1506485505469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6245, 38.788, 6.4]}, "bbox": [-119.6245, 38.788, -119.6245, 38.788]}, {"id": "1801", "type": "Feature", "properties": {"id": "us2000av80", "mag": 5.0, "time": 1506485392430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-43.5388, 28.7234, 10.0]}, "bbox": [-43.5388, 28.7234, -43.5388, 28.7234]}, {"id": "1802", "type": "Feature", "properties": {"id": "us2000av7x", "mag": 2.7, "time": 1506485373140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2078, 31.1233, 1.49]}, "bbox": [-103.2078, 31.1233, -103.2078, 31.1233]}, {"id": "1803", "type": "Feature", "properties": {"id": "nc72899571", "mag": 1.02, "time": 1506485084470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.004333, 37.796167, 1.79]}, "bbox": [-119.004333, 37.796167, -119.004333, 37.796167]}, {"id": "1804", "type": "Feature", "properties": {"id": "ak16988118", "mag": 1.8, "time": 1506483937222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.399, 51.7067, 17.6]}, "bbox": [-178.399, 51.7067, -178.399, 51.7067]}, {"id": "1805", "type": "Feature", "properties": {"id": "ak16916451", "mag": 1.9, "time": 1506483073029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0454, 59.6347, 103.9]}, "bbox": [-153.0454, 59.6347, -153.0454, 59.6347]}, {"id": "1806", "type": "Feature", "properties": {"id": "uw61311302", "mag": 2.23, "time": 1506482912030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.555, 44.547167, 12.72]}, "bbox": [-122.555, 44.547167, -122.555, 44.547167]}, {"id": "1807", "type": "Feature", "properties": {"id": "uw61311297", "mag": 1.11, "time": 1506482481740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.683, 45.372667, -1.63]}, "bbox": [-121.683, 45.372667, -121.683, 45.372667]}, {"id": "1808", "type": "Feature", "properties": {"id": "ci38011704", "mag": 1.57, "time": 1506482455900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.519833, 32.888, 10.14]}, "bbox": [-115.519833, 32.888, -115.519833, 32.888]}, {"id": "1809", "type": "Feature", "properties": {"id": "ak16988116", "mag": 2.0, "time": 1506482397355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3801, 51.6434, 13.2]}, "bbox": [-178.3801, 51.6434, -178.3801, 51.6434]}, {"id": "1810", "type": "Feature", "properties": {"id": "nc72899551", "mag": 1.76, "time": 1506481720510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.880667, 38.659333, 5.9]}, "bbox": [-122.880667, 38.659333, -122.880667, 38.659333]}, {"id": "1811", "type": "Feature", "properties": {"id": "ak16915757", "mag": 1.4, "time": 1506480400030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6852, 64.9151, 3.6]}, "bbox": [-145.6852, 64.9151, -145.6852, 64.9151]}, {"id": "1812", "type": "Feature", "properties": {"id": "nn00607173", "mag": 1.2, "time": 1506479979561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4858, 38.7006, 5.4]}, "bbox": [-118.4858, 38.7006, -118.4858, 38.7006]}, {"id": "1813", "type": "Feature", "properties": {"id": "us2000av7a", "mag": 2.7, "time": 1506479406560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8806, 37.2184, 2.69]}, "bbox": [-97.8806, 37.2184, -97.8806, 37.2184]}, {"id": "1814", "type": "Feature", "properties": {"id": "ak16988114", "mag": 1.6, "time": 1506479371570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3827, 51.4303, 27.7]}, "bbox": [179.3827, 51.4303, 179.3827, 51.4303]}, {"id": "1815", "type": "Feature", "properties": {"id": "ci38011664", "mag": 1.8, "time": 1506478585030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.628167, 35.076167, 10.0]}, "bbox": [-116.628167, 35.076167, -116.628167, 35.076167]}, {"id": "1816", "type": "Feature", "properties": {"id": "ak16915754", "mag": 2.0, "time": 1506478364486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3878, 61.6649, 31.2]}, "bbox": [-146.3878, 61.6649, -146.3878, 61.6649]}, {"id": "1817", "type": "Feature", "properties": {"id": "ak16915750", "mag": 1.2, "time": 1506477958824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6683, 62.8518, 73.0]}, "bbox": [-149.6683, 62.8518, -149.6683, 62.8518]}, {"id": "1818", "type": "Feature", "properties": {"id": "ak16915745", "mag": 1.8, "time": 1506477442438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6565, 53.4796, 20.0]}, "bbox": [-165.6565, 53.4796, -165.6565, 53.4796]}, {"id": "1819", "type": "Feature", "properties": {"id": "us2000av70", "mag": 4.7, "time": 1506476740040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.4332, -21.409, 120.07]}, "bbox": [-68.4332, -21.409, -68.4332, -21.409]}, {"id": "1820", "type": "Feature", "properties": {"id": "ak16915060", "mag": 1.3, "time": 1506476367132, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7491, 63.2266, 126.1]}, "bbox": [-150.7491, 63.2266, -150.7491, 63.2266]}, {"id": "1821", "type": "Feature", "properties": {"id": "us2000av6x", "mag": 4.7, "time": 1506475551840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.6287, 4.6053, 83.93]}, "bbox": [126.6287, 4.6053, 126.6287, 4.6053]}, {"id": "1822", "type": "Feature", "properties": {"id": "ak16915057", "mag": 2.4, "time": 1506475504238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2738, 57.0675, 69.2]}, "bbox": [-155.2738, 57.0675, -155.2738, 57.0675]}, {"id": "1823", "type": "Feature", "properties": {"id": "ci38011648", "mag": 2.25, "time": 1506474971480, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7765, 33.325667, 11.63]}, "bbox": [-116.7765, 33.325667, -116.7765, 33.325667]}, {"id": "1824", "type": "Feature", "properties": {"id": "nm60207341", "mag": 1.82, "time": 1506473928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.549667, 36.4815, 9.25]}, "bbox": [-89.549667, 36.4815, -89.549667, 36.4815]}, {"id": "1825", "type": "Feature", "properties": {"id": "ak16988107", "mag": 1.9, "time": 1506471772798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4471, 51.7337, 16.9]}, "bbox": [-178.4471, 51.7337, -178.4471, 51.7337]}, {"id": "1826", "type": "Feature", "properties": {"id": "ak16988106", "mag": 1.6, "time": 1506471697831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0762, 58.2594, 21.7]}, "bbox": [-152.0762, 58.2594, -152.0762, 58.2594]}, {"id": "1827", "type": "Feature", "properties": {"id": "us2000b1dn", "mag": 4.3, "time": 1506471581400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4161, 40.39, 49.52]}, "bbox": [142.4161, 40.39, 142.4161, 40.39]}, {"id": "1828", "type": "Feature", "properties": {"id": "ak16915048", "mag": 1.6, "time": 1506471507429, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7558, 60.1282, 31.9]}, "bbox": [-150.7558, 60.1282, -150.7558, 60.1282]}, {"id": "1829", "type": "Feature", "properties": {"id": "ak16914368", "mag": 1.9, "time": 1506469962223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0546, 60.9937, 12.2]}, "bbox": [-147.0546, 60.9937, -147.0546, 60.9937]}, {"id": "1830", "type": "Feature", "properties": {"id": "us2000av6e", "mag": 4.8, "time": 1506469452030, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.0971, 14.1324, 113.77]}, "bbox": [145.0971, 14.1324, 145.0971, 14.1324]}, {"id": "1831", "type": "Feature", "properties": {"id": "ak16914364", "mag": 1.0, "time": 1506469276260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0231, 64.8914, 16.1]}, "bbox": [-149.0231, 64.8914, -149.0231, 64.8914]}, {"id": "1832", "type": "Feature", "properties": {"id": "ci38011608", "mag": 1.21, "time": 1506468838030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.506, 6.88]}, "bbox": [-116.792667, 33.506, -116.792667, 33.506]}, {"id": "1833", "type": "Feature", "properties": {"id": "ak16949369", "mag": 1.0, "time": 1506468623879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2412, 61.8508, 14.7]}, "bbox": [-149.2412, 61.8508, -149.2412, 61.8508]}, {"id": "1834", "type": "Feature", "properties": {"id": "nc72899501", "mag": 0.98, "time": 1506468157640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873833, 37.624833, 2.99]}, "bbox": [-118.873833, 37.624833, -118.873833, 37.624833]}, {"id": "1835", "type": "Feature", "properties": {"id": "ci38011600", "mag": 1.67, "time": 1506468079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.679333, 35.033667, -0.8]}, "bbox": [-117.679333, 35.033667, -117.679333, 35.033667]}, {"id": "1836", "type": "Feature", "properties": {"id": "us2000b02y", "mag": 4.2, "time": 1506467949880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2432, 15.0466, 41.01]}, "bbox": [-94.2432, 15.0466, -94.2432, 15.0466]}, {"id": "1837", "type": "Feature", "properties": {"id": "ak16914361", "mag": 1.9, "time": 1506467622189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6178, 65.1477, 10.9]}, "bbox": [-151.6178, 65.1477, -151.6178, 65.1477]}, {"id": "1838", "type": "Feature", "properties": {"id": "mb80257914", "mag": 1.23, "time": 1506467597640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.632, 46.8715, 5.29]}, "bbox": [-112.632, 46.8715, -112.632, 46.8715]}, {"id": "1839", "type": "Feature", "properties": {"id": "ak16914358", "mag": 1.0, "time": 1506466926514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3996, 64.9811, 0.0]}, "bbox": [-147.3996, 64.9811, -147.3996, 64.9811]}, {"id": "1840", "type": "Feature", "properties": {"id": "ak16914359", "mag": 1.0, "time": 1506466913331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0673, 63.4886, 10.1]}, "bbox": [-152.0673, 63.4886, -152.0673, 63.4886]}, {"id": "1841", "type": "Feature", "properties": {"id": "nc72899481", "mag": 1.12, "time": 1506466887280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808502, 38.832001, 1.23]}, "bbox": [-122.808502, 38.832001, -122.808502, 38.832001]}, {"id": "1842", "type": "Feature", "properties": {"id": "ak16949365", "mag": 1.7, "time": 1506466403289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 59.9001, 97.4]}, "bbox": [-152.9009, 59.9001, -152.9009, 59.9001]}, {"id": "1843", "type": "Feature", "properties": {"id": "nn00607152", "mag": 1.1, "time": 1506466364846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6252, 38.7877, 5.9]}, "bbox": [-119.6252, 38.7877, -119.6252, 38.7877]}, {"id": "1844", "type": "Feature", "properties": {"id": "us2000av5w", "mag": 4.8, "time": 1506465046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.6494, -2.0113, 10.0]}, "bbox": [-11.6494, -2.0113, -11.6494, -2.0113]}, {"id": "1845", "type": "Feature", "properties": {"id": "uw61311237", "mag": 2.77, "time": 1506464518680, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.953167, 44.251833, 24.14]}, "bbox": [-123.953167, 44.251833, -123.953167, 44.251833]}, {"id": "1846", "type": "Feature", "properties": {"id": "ci38011536", "mag": 1.75, "time": 1506464439110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.304167, 33.253667, 10.84]}, "bbox": [-116.304167, 33.253667, -116.304167, 33.253667]}, {"id": "1847", "type": "Feature", "properties": {"id": "ci38011520", "mag": 1.59, "time": 1506463692350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.216, 33.010333, 6.85]}, "bbox": [-116.216, 33.010333, -116.216, 33.010333]}, {"id": "1848", "type": "Feature", "properties": {"id": "us2000av56", "mag": 4.2, "time": 1506463598300, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2376, -31.7843, 7.09]}, "bbox": [-72.2376, -31.7843, -72.2376, -31.7843]}, {"id": "1849", "type": "Feature", "properties": {"id": "nn00607136", "mag": 2.8, "time": 1506462799119, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6217, 38.7826, 6.1]}, "bbox": [-119.6217, 38.7826, -119.6217, 38.7826]}, {"id": "1850", "type": "Feature", "properties": {"id": "ci38011488", "mag": 1.81, "time": 1506462726380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750667, 33.516333, 3.18]}, "bbox": [-116.750667, 33.516333, -116.750667, 33.516333]}, {"id": "1851", "type": "Feature", "properties": {"id": "nc72899441", "mag": 2.97, "time": 1506462683270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0155, 40.263833, 11.96]}, "bbox": [-127.0155, 40.263833, -127.0155, 40.263833]}, {"id": "1852", "type": "Feature", "properties": {"id": "ak16949362", "mag": 1.6, "time": 1506462418457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0128, 59.6612, 95.4]}, "bbox": [-153.0128, 59.6612, -153.0128, 59.6612]}, {"id": "1853", "type": "Feature", "properties": {"id": "ak16949359", "mag": 1.6, "time": 1506461654966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3493, 59.8886, 123.7]}, "bbox": [-153.3493, 59.8886, -153.3493, 59.8886]}, {"id": "1854", "type": "Feature", "properties": {"id": "us2000av40", "mag": 5.4, "time": 1506461346270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9476, -23.5856, 538.01]}, "bbox": [-179.9476, -23.5856, -179.9476, -23.5856]}, {"id": "1855", "type": "Feature", "properties": {"id": "nc72899416", "mag": 1.3, "time": 1506461324290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.8215, 0.97]}, "bbox": [-122.810333, 38.8215, -122.810333, 38.8215]}, {"id": "1856", "type": "Feature", "properties": {"id": "mb80257904", "mag": 0.95, "time": 1506461125950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.496, 46.8605, 16.29]}, "bbox": [-112.496, 46.8605, -112.496, 46.8605]}, {"id": "1857", "type": "Feature", "properties": {"id": "ak16913020", "mag": 1.1, "time": 1506460729533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0111, 65.8632, 12.1]}, "bbox": [-151.0111, 65.8632, -151.0111, 65.8632]}, {"id": "1858", "type": "Feature", "properties": {"id": "mb80257894", "mag": 1.08, "time": 1506460594630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.515167, 43.545833, 12.83]}, "bbox": [-110.515167, 43.545833, -110.515167, 43.545833]}, {"id": "1859", "type": "Feature", "properties": {"id": "ak16913017", "mag": 1.8, "time": 1506459899986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.56, 59.8031, 16.5]}, "bbox": [-136.56, 59.8031, -136.56, 59.8031]}, {"id": "1860", "type": "Feature", "properties": {"id": "ak16913011", "mag": 1.9, "time": 1506459063460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6788, 61.3357, 16.8]}, "bbox": [-146.6788, 61.3357, -146.6788, 61.3357]}, {"id": "1861", "type": "Feature", "properties": {"id": "nc72899391", "mag": 1.35, "time": 1506458512440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.789833, 1.23]}, "bbox": [-122.735333, 38.789833, -122.735333, 38.789833]}, {"id": "1862", "type": "Feature", "properties": {"id": "hv61922451", "mag": 1.7, "time": 1506458350950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471167, 19.227667, 34.865]}, "bbox": [-155.471167, 19.227667, -155.471167, 19.227667]}, {"id": "1863", "type": "Feature", "properties": {"id": "nc72899386", "mag": 1.89, "time": 1506458341570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609667, 36.888333, 1.8]}, "bbox": [-121.609667, 36.888333, -121.609667, 36.888333]}, {"id": "1864", "type": "Feature", "properties": {"id": "us2000av31", "mag": 5.8, "time": 1506457331560, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4059, 40.3206, 36.04]}, "bbox": [142.4059, 40.3206, 142.4059, 40.3206]}, {"id": "1865", "type": "Feature", "properties": {"id": "ak16949355", "mag": 1.3, "time": 1506457099270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1826, 62.1538, 80.2]}, "bbox": [-151.1826, 62.1538, -151.1826, 62.1538]}, {"id": "1866", "type": "Feature", "properties": {"id": "us2000av2y", "mag": 2.6, "time": 1506456843780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9668, 37.2773, 4.05]}, "bbox": [-97.9668, 37.2773, -97.9668, 37.2773]}, {"id": "1867", "type": "Feature", "properties": {"id": "ak16912327", "mag": 2.1, "time": 1506456421978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8619, 59.5574, 79.6]}, "bbox": [-152.8619, 59.5574, -152.8619, 59.5574]}, {"id": "1868", "type": "Feature", "properties": {"id": "ak16912325", "mag": 1.6, "time": 1506456406002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0714, 61.2493, 0.0]}, "bbox": [-152.0714, 61.2493, -152.0714, 61.2493]}, {"id": "1869", "type": "Feature", "properties": {"id": "ak16912323", "mag": 1.4, "time": 1506455786083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6417, 63.0711, 110.3]}, "bbox": [-150.6417, 63.0711, -150.6417, 63.0711]}, {"id": "1870", "type": "Feature", "properties": {"id": "nc72899366", "mag": 1.19, "time": 1506455697960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989167, 35.677333, -0.35]}, "bbox": [-120.989167, 35.677333, -120.989167, 35.677333]}, {"id": "1871", "type": "Feature", "properties": {"id": "mb80257869", "mag": 1.78, "time": 1506455523560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4975, 46.900667, 11.16]}, "bbox": [-112.4975, 46.900667, -112.4975, 46.900667]}, {"id": "1872", "type": "Feature", "properties": {"id": "nc72899361", "mag": 1.14, "time": 1506455417130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6625, 36.100833, 0.94]}, "bbox": [-120.6625, 36.100833, -120.6625, 36.100833]}, {"id": "1873", "type": "Feature", "properties": {"id": "uw61311182", "mag": 1.51, "time": 1506454723910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.398833, 46.488167, 17.99]}, "bbox": [-122.398833, 46.488167, -122.398833, 46.488167]}, {"id": "1874", "type": "Feature", "properties": {"id": "ci38011384", "mag": 1.37, "time": 1506454231340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.897333, 32.7725, -0.37]}, "bbox": [-116.897333, 32.7725, -116.897333, 32.7725]}, {"id": "1875", "type": "Feature", "properties": {"id": "mb80257864", "mag": 1.46, "time": 1506454190410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 45.912833, -2.0]}, "bbox": [-111.413167, 45.912833, -111.413167, 45.912833]}, {"id": "1876", "type": "Feature", "properties": {"id": "ci38011376", "mag": 1.05, "time": 1506454146060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.509, 6.71]}, "bbox": [-116.797167, 33.509, -116.797167, 33.509]}, {"id": "1877", "type": "Feature", "properties": {"id": "nn00607108", "mag": 1.0, "time": 1506454067433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.4885, 38.5144, 10.4]}, "bbox": [-119.4885, 38.5144, -119.4885, 38.5144]}, {"id": "1878", "type": "Feature", "properties": {"id": "ak16912305", "mag": 1.2, "time": 1506453243306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4352, 61.6115, 33.0]}, "bbox": [-146.4352, 61.6115, -146.4352, 61.6115]}, {"id": "1879", "type": "Feature", "properties": {"id": "us2000av22", "mag": 5.4, "time": 1506452898220, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.7412, 1.2169, 17.7]}, "bbox": [132.7412, 1.2169, 132.7412, 1.2169]}, {"id": "1880", "type": "Feature", "properties": {"id": "nc72899341", "mag": 0.98, "time": 1506452133100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.783165, 38.837833, 0.59]}, "bbox": [-122.783165, 38.837833, -122.783165, 38.837833]}, {"id": "1881", "type": "Feature", "properties": {"id": "us2000av1t", "mag": 4.3, "time": 1506452028320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6352, 16.5993, 104.33]}, "bbox": [-94.6352, 16.5993, -94.6352, 16.5993]}, {"id": "1882", "type": "Feature", "properties": {"id": "ak16911656", "mag": 1.1, "time": 1506451444842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9798, 65.8633, 10.8]}, "bbox": [-150.9798, 65.8633, -150.9798, 65.8633]}, {"id": "1883", "type": "Feature", "properties": {"id": "mb80257849", "mag": 1.17, "time": 1506451369960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531667, 46.869333, 10.26]}, "bbox": [-112.531667, 46.869333, -112.531667, 46.869333]}, {"id": "1884", "type": "Feature", "properties": {"id": "ak16911652", "mag": 1.7, "time": 1506451256386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2303, 62.9438, 64.9]}, "bbox": [-148.2303, 62.9438, -148.2303, 62.9438]}, {"id": "1885", "type": "Feature", "properties": {"id": "nc72899331", "mag": 1.39, "time": 1506451169180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.46, 37.983333, -0.05]}, "bbox": [-122.46, 37.983333, -122.46, 37.983333]}, {"id": "1886", "type": "Feature", "properties": {"id": "ak16949348", "mag": 1.2, "time": 1506450622498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9789, 62.4498, 80.4]}, "bbox": [-150.9789, 62.4498, -150.9789, 62.4498]}, {"id": "1887", "type": "Feature", "properties": {"id": "nc72899311", "mag": 1.66, "time": 1506450429900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811, 38.812, 2.48]}, "bbox": [-122.811, 38.812, -122.811, 38.812]}, {"id": "1888", "type": "Feature", "properties": {"id": "ci38011328", "mag": 1.82, "time": 1506450379870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.5035, 6.49]}, "bbox": [-116.7965, 33.5035, -116.7965, 33.5035]}, {"id": "1889", "type": "Feature", "properties": {"id": "ci38011320", "mag": 1.66, "time": 1506450370460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.948, 35.292167, 17.31]}, "bbox": [-118.948, 35.292167, -118.948, 35.292167]}, {"id": "1890", "type": "Feature", "properties": {"id": "hv61922336", "mag": 3.25, "time": 1506450097970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.231, 19.290833, 8.96]}, "bbox": [-155.231, 19.290833, -155.231, 19.290833]}, {"id": "1891", "type": "Feature", "properties": {"id": "ak16949347", "mag": 1.4, "time": 1506449901001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1914, 59.4295, 70.7]}, "bbox": [-152.1914, 59.4295, -152.1914, 59.4295]}, {"id": "1892", "type": "Feature", "properties": {"id": "ci38011304", "mag": 1.2, "time": 1506449584430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.813667, 36.025833, 1.31]}, "bbox": [-117.813667, 36.025833, -117.813667, 36.025833]}, {"id": "1893", "type": "Feature", "properties": {"id": "ci38011296", "mag": 0.98, "time": 1506449444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8115, 36.028167, 0.41]}, "bbox": [-117.8115, 36.028167, -117.8115, 36.028167]}, {"id": "1894", "type": "Feature", "properties": {"id": "ak16911638", "mag": 2.2, "time": 1506449441975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1385, 62.9479, 63.9]}, "bbox": [-148.1385, 62.9479, -148.1385, 62.9479]}, {"id": "1895", "type": "Feature", "properties": {"id": "mb80257844", "mag": 1.11, "time": 1506448956940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.8605, 12.58]}, "bbox": [-112.532, 46.8605, -112.532, 46.8605]}, {"id": "1896", "type": "Feature", "properties": {"id": "ak16949345", "mag": 1.5, "time": 1506448347584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8207, 61.1514, 89.2]}, "bbox": [-151.8207, 61.1514, -151.8207, 61.1514]}, {"id": "1897", "type": "Feature", "properties": {"id": "uw61311142", "mag": 1.41, "time": 1506448094510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.884, 43.419667, -0.5]}, "bbox": [-122.884, 43.419667, -122.884, 43.419667]}, {"id": "1898", "type": "Feature", "properties": {"id": "nc72899291", "mag": 1.2, "time": 1506447644460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.291667, 36.660333, 3.36]}, "bbox": [-121.291667, 36.660333, -121.291667, 36.660333]}, {"id": "1899", "type": "Feature", "properties": {"id": "ak16949344", "mag": 2.0, "time": 1506446368069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.7955, 55.6327, 123.4]}, "bbox": [-161.7955, 55.6327, -161.7955, 55.6327]}, {"id": "1900", "type": "Feature", "properties": {"id": "mb80257839", "mag": 1.6, "time": 1506446229250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.872167, 11.4]}, "bbox": [-112.530333, 46.872167, -112.530333, 46.872167]}, {"id": "1901", "type": "Feature", "properties": {"id": "ak16949343", "mag": 1.8, "time": 1506445879278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0092, 56.5802, 60.1]}, "bbox": [-155.0092, 56.5802, -155.0092, 56.5802]}, {"id": "1902", "type": "Feature", "properties": {"id": "ak16910871", "mag": 2.2, "time": 1506445763160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3757, 60.912, 119.8]}, "bbox": [-152.3757, 60.912, -152.3757, 60.912]}, {"id": "1903", "type": "Feature", "properties": {"id": "ak16910870", "mag": 1.2, "time": 1506445355025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.837, 62.5503, 9.8]}, "bbox": [-149.837, 62.5503, -149.837, 62.5503]}, {"id": "1904", "type": "Feature", "properties": {"id": "ak16949340", "mag": 1.4, "time": 1506445236601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4629, 59.6817, 72.4]}, "bbox": [-152.4629, 59.6817, -152.4629, 59.6817]}, {"id": "1905", "type": "Feature", "properties": {"id": "ak16910864", "mag": 1.6, "time": 1506444383456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3694, 61.142, 20.5]}, "bbox": [-148.3694, 61.142, -148.3694, 61.142]}, {"id": "1906", "type": "Feature", "properties": {"id": "ak16910865", "mag": 1.1, "time": 1506444338515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0798, 62.3953, 8.2]}, "bbox": [-150.0798, 62.3953, -150.0798, 62.3953]}, {"id": "1907", "type": "Feature", "properties": {"id": "ak16910858", "mag": 2.0, "time": 1506443746387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5248, 63.5317, 72.7]}, "bbox": [-147.5248, 63.5317, -147.5248, 63.5317]}, {"id": "1908", "type": "Feature", "properties": {"id": "uu60249707", "mag": 1.38, "time": 1506443129640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442, 42.558833, 7.1]}, "bbox": [-111.442, 42.558833, -111.442, 42.558833]}, {"id": "1909", "type": "Feature", "properties": {"id": "ci38011192", "mag": 1.03, "time": 1506442702510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.823833, 33.4855, 7.53]}, "bbox": [-115.823833, 33.4855, -115.823833, 33.4855]}, {"id": "1910", "type": "Feature", "properties": {"id": "nc72899266", "mag": 1.49, "time": 1506442696750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.809833, 37.472833, 3.95]}, "bbox": [-118.809833, 37.472833, -118.809833, 37.472833]}, {"id": "1911", "type": "Feature", "properties": {"id": "mb80257829", "mag": 1.46, "time": 1506441830940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.498, 46.901167, 10.66]}, "bbox": [-112.498, 46.901167, -112.498, 46.901167]}, {"id": "1912", "type": "Feature", "properties": {"id": "nc72903841", "mag": 1.48, "time": 1506440751200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.182167, 40.8515, 3.06]}, "bbox": [-122.182167, 40.8515, -122.182167, 40.8515]}, {"id": "1913", "type": "Feature", "properties": {"id": "uu60249692", "mag": 1.82, "time": 1506439249930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.139833, 42.7365, 4.13]}, "bbox": [-111.139833, 42.7365, -111.139833, 42.7365]}, {"id": "1914", "type": "Feature", "properties": {"id": "ci38011112", "mag": 2.13, "time": 1506439108770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.289833, 33.302833, 10.93]}, "bbox": [-116.289833, 33.302833, -116.289833, 33.302833]}, {"id": "1915", "type": "Feature", "properties": {"id": "us2000auyd", "mag": 2.6, "time": 1506439089180, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.61, 9.35]}, "bbox": [-111.4364, 42.61, -111.4364, 42.61]}, {"id": "1916", "type": "Feature", "properties": {"id": "nc72899236", "mag": 2.73, "time": 1506439073310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.6035, 4.3]}, "bbox": [-118.821, 37.6035, -118.821, 37.6035]}, {"id": "1917", "type": "Feature", "properties": {"id": "hv61922126", "mag": 1.89, "time": 1506438530250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.504837, 19.188499, 37.0]}, "bbox": [-155.504837, 19.188499, -155.504837, 19.188499]}, {"id": "1918", "type": "Feature", "properties": {"id": "ak16910217", "mag": 1.3, "time": 1506438468368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3857, 61.4705, 26.0]}, "bbox": [-146.3857, 61.4705, -146.3857, 61.4705]}, {"id": "1919", "type": "Feature", "properties": {"id": "uu60249677", "mag": 1.01, "time": 1506437975140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.090667, 41.940333, 4.24]}, "bbox": [-112.090667, 41.940333, -112.090667, 41.940333]}, {"id": "1920", "type": "Feature", "properties": {"id": "ak16909586", "mag": 1.8, "time": 1506436541694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9329, 61.1528, 1.5]}, "bbox": [-139.9329, 61.1528, -139.9329, 61.1528]}, {"id": "1921", "type": "Feature", "properties": {"id": "ak16909585", "mag": 1.5, "time": 1506436508165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6533, 59.6178, 1.5]}, "bbox": [-138.6533, 59.6178, -138.6533, 59.6178]}, {"id": "1922", "type": "Feature", "properties": {"id": "uu60249672", "mag": 1.15, "time": 1506436401660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.9865, 44.768833, 6.31]}, "bbox": [-110.9865, 44.768833, -110.9865, 44.768833]}, {"id": "1923", "type": "Feature", "properties": {"id": "ak16949332", "mag": 2.7, "time": 1506436259231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.8212, 50.3055, 25.6]}, "bbox": [177.8212, 50.3055, 177.8212, 50.3055]}, {"id": "1924", "type": "Feature", "properties": {"id": "ak16949331", "mag": 1.5, "time": 1506435973793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5906, 57.0801, 1.8]}, "bbox": [-157.5906, 57.0801, -157.5906, 57.0801]}, {"id": "1925", "type": "Feature", "properties": {"id": "hv61922056", "mag": 1.6, "time": 1506435671030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.617667, 19.403833, 11.352]}, "bbox": [-155.617667, 19.403833, -155.617667, 19.403833]}, {"id": "1926", "type": "Feature", "properties": {"id": "nc72899211", "mag": 1.32, "time": 1506435393920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.617833, 36.045, 5.05]}, "bbox": [-120.617833, 36.045, -120.617833, 36.045]}, {"id": "1927", "type": "Feature", "properties": {"id": "ak16949330", "mag": 2.3, "time": 1506435252977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7207, 53.0759, 5.8]}, "bbox": [-164.7207, 53.0759, -164.7207, 53.0759]}, {"id": "1928", "type": "Feature", "properties": {"id": "us2000auxj", "mag": 4.2, "time": 1506434841590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3743, -28.3432, 19.86]}, "bbox": [-71.3743, -28.3432, -71.3743, -28.3432]}, {"id": "1929", "type": "Feature", "properties": {"id": "ak16909580", "mag": 1.0, "time": 1506433271780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9281, 62.7345, 65.1]}, "bbox": [-148.9281, 62.7345, -148.9281, 62.7345]}, {"id": "1930", "type": "Feature", "properties": {"id": "ci38011056", "mag": 2.34, "time": 1506433147890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.097167, 32.109167, 21.13]}, "bbox": [-115.097167, 32.109167, -115.097167, 32.109167]}, {"id": "1931", "type": "Feature", "properties": {"id": "ci38011048", "mag": 1.64, "time": 1506433002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275333, 33.9755, 2.98]}, "bbox": [-116.275333, 33.9755, -116.275333, 33.9755]}, {"id": "1932", "type": "Feature", "properties": {"id": "ak16909574", "mag": 2.4, "time": 1506432197049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1982, 63.4664, 63.2]}, "bbox": [-147.1982, 63.4664, -147.1982, 63.4664]}, {"id": "1933", "type": "Feature", "properties": {"id": "nc72899196", "mag": 2.34, "time": 1506431642070, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2285, 36.1555, 11.25]}, "bbox": [-120.2285, 36.1555, -120.2285, 36.1555]}, {"id": "1934", "type": "Feature", "properties": {"id": "ci38011032", "mag": 1.31, "time": 1506431195640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.599833, 33.196, 3.24]}, "bbox": [-115.599833, 33.196, -115.599833, 33.196]}, {"id": "1935", "type": "Feature", "properties": {"id": "ak16949325", "mag": 1.3, "time": 1506430179945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5507, 57.5978, 9.6]}, "bbox": [-153.5507, 57.5978, -153.5507, 57.5978]}, {"id": "1936", "type": "Feature", "properties": {"id": "ak16908944", "mag": 1.5, "time": 1506430094548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7286, 62.9807, 109.5]}, "bbox": [-150.7286, 62.9807, -150.7286, 62.9807]}, {"id": "1937", "type": "Feature", "properties": {"id": "ak16949323", "mag": 1.4, "time": 1506429667875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-132.545, 57.8313, 1.5]}, "bbox": [-132.545, 57.8313, -132.545, 57.8313]}, {"id": "1938", "type": "Feature", "properties": {"id": "ak16908941", "mag": 1.9, "time": 1506428870068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9939, 51.4819, 42.9]}, "bbox": [-177.9939, 51.4819, -177.9939, 51.4819]}, {"id": "1939", "type": "Feature", "properties": {"id": "ak16949321", "mag": 2.3, "time": 1506428515529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9246, 51.994, 156.7]}, "bbox": [-179.9246, 51.994, -179.9246, 51.994]}, {"id": "1940", "type": "Feature", "properties": {"id": "us2000auwv", "mag": 4.8, "time": 1506428086930, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1449, -37.4108, 11.74]}, "bbox": [-74.1449, -37.4108, -74.1449, -37.4108]}, {"id": "1941", "type": "Feature", "properties": {"id": "ak16949320", "mag": 1.7, "time": 1506428031233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8671, 57.0274, 77.7]}, "bbox": [-156.8671, 57.0274, -156.8671, 57.0274]}, {"id": "1942", "type": "Feature", "properties": {"id": "nc72899171", "mag": 1.37, "time": 1506428015870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.786167, 37.594333, 4.9]}, "bbox": [-118.786167, 37.594333, -118.786167, 37.594333]}, {"id": "1943", "type": "Feature", "properties": {"id": "ak16949319", "mag": 1.6, "time": 1506427960144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0976, 58.7839, 68.4]}, "bbox": [-153.0976, 58.7839, -153.0976, 58.7839]}, {"id": "1944", "type": "Feature", "properties": {"id": "hv61921941", "mag": 1.75, "time": 1506427855790, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.293667, 19.364833, 29.473]}, "bbox": [-155.293667, 19.364833, -155.293667, 19.364833]}, {"id": "1945", "type": "Feature", "properties": {"id": "mb80257779", "mag": 1.22, "time": 1506426612780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.871167, 11.47]}, "bbox": [-112.524667, 46.871167, -112.524667, 46.871167]}, {"id": "1946", "type": "Feature", "properties": {"id": "ak16908309", "mag": 2.6, "time": 1506426273590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0017, 63.0698, 125.5]}, "bbox": [-151.0017, 63.0698, -151.0017, 63.0698]}, {"id": "1947", "type": "Feature", "properties": {"id": "ak16908307", "mag": 1.4, "time": 1506425656703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0459, 60.021, 7.6]}, "bbox": [-140.0459, 60.021, -140.0459, 60.021]}, {"id": "1948", "type": "Feature", "properties": {"id": "nc72899161", "mag": 1.33, "time": 1506425143350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737833, 38.803333, 1.75]}, "bbox": [-122.737833, 38.803333, -122.737833, 38.803333]}, {"id": "1949", "type": "Feature", "properties": {"id": "us2000auwh", "mag": 4.6, "time": 1506424969320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [168.1159, -17.1048, 50.5]}, "bbox": [168.1159, -17.1048, 168.1159, -17.1048]}, {"id": "1950", "type": "Feature", "properties": {"id": "ak16908306", "mag": 1.2, "time": 1506424570466, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.412, 53.8051, 14.4]}, "bbox": [-166.412, 53.8051, -166.412, 53.8051]}, {"id": "1951", "type": "Feature", "properties": {"id": "ak16908302", "mag": 1.9, "time": 1506424147684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7411, 59.5065, 69.7]}, "bbox": [-152.7411, 59.5065, -152.7411, 59.5065]}, {"id": "1952", "type": "Feature", "properties": {"id": "uu60249657", "mag": 1.69, "time": 1506424086980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4815, 38.756167, 9.29]}, "bbox": [-112.4815, 38.756167, -112.4815, 38.756167]}, {"id": "1953", "type": "Feature", "properties": {"id": "mb80257774", "mag": 1.11, "time": 1506422972160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.387167, 44.8185, 11.24]}, "bbox": [-111.387167, 44.8185, -111.387167, 44.8185]}, {"id": "1954", "type": "Feature", "properties": {"id": "ak16908296", "mag": 1.6, "time": 1506420872410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9572, 61.1571, 5.2]}, "bbox": [-139.9572, 61.1571, -139.9572, 61.1571]}, {"id": "1955", "type": "Feature", "properties": {"id": "nn00607058", "mag": 1.0, "time": 1506420232880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8963, 38.401, 10.7]}, "bbox": [-118.8963, 38.401, -118.8963, 38.401]}, {"id": "1956", "type": "Feature", "properties": {"id": "ak16949310", "mag": 1.6, "time": 1506419827018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2644, 60.0718, 129.8]}, "bbox": [-153.2644, 60.0718, -153.2644, 60.0718]}, {"id": "1957", "type": "Feature", "properties": {"id": "nc72899136", "mag": 1.49, "time": 1506419498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.041333, 37.633667, -1.57]}, "bbox": [-119.041333, 37.633667, -119.041333, 37.633667]}, {"id": "1958", "type": "Feature", "properties": {"id": "ak16908294", "mag": 1.4, "time": 1506419088568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8181, 63.4737, 2.7]}, "bbox": [-147.8181, 63.4737, -147.8181, 63.4737]}, {"id": "1959", "type": "Feature", "properties": {"id": "ak16949308", "mag": 1.7, "time": 1506418915220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9641, 60.3111, 134.7]}, "bbox": [-152.9641, 60.3111, -152.9641, 60.3111]}, {"id": "1960", "type": "Feature", "properties": {"id": "ci38010936", "mag": 1.35, "time": 1506418490150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.104333, 34.0325, 5.61]}, "bbox": [-117.104333, 34.0325, -117.104333, 34.0325]}, {"id": "1961", "type": "Feature", "properties": {"id": "nc72899131", "mag": 1.28, "time": 1506417966210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931833, 37.595833, 0.06]}, "bbox": [-118.931833, 37.595833, -118.931833, 37.595833]}, {"id": "1962", "type": "Feature", "properties": {"id": "ak16908292", "mag": 1.7, "time": 1506417940616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8017, 59.9121, 74.3]}, "bbox": [-151.8017, 59.9121, -151.8017, 59.9121]}, {"id": "1963", "type": "Feature", "properties": {"id": "ak16908290", "mag": 1.7, "time": 1506417796960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.402, 60.1704, 11.6]}, "bbox": [-148.402, 60.1704, -148.402, 60.1704]}, {"id": "1964", "type": "Feature", "properties": {"id": "ak16949304", "mag": 1.7, "time": 1506416080631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.871, 57.3937, 48.6]}, "bbox": [-153.871, 57.3937, -153.871, 57.3937]}, {"id": "1965", "type": "Feature", "properties": {"id": "ak16949303", "mag": 1.2, "time": 1506415360742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6564, 63.2669, 130.1]}, "bbox": [-150.6564, 63.2669, -150.6564, 63.2669]}, {"id": "1966", "type": "Feature", "properties": {"id": "nn00607053", "mag": 3.4, "time": 1506415206305, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8949, 38.3653, 6.5]}, "bbox": [-118.8949, 38.3653, -118.8949, 38.3653]}, {"id": "1967", "type": "Feature", "properties": {"id": "nc72899106", "mag": 1.38, "time": 1506414957350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0225, 37.5205, 2.13]}, "bbox": [-119.0225, 37.5205, -119.0225, 37.5205]}, {"id": "1968", "type": "Feature", "properties": {"id": "us2000auvr", "mag": 4.4, "time": 1506414806850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.3187, -5.8706, 42.3]}, "bbox": [-77.3187, -5.8706, -77.3187, -5.8706]}, {"id": "1969", "type": "Feature", "properties": {"id": "nc72899101", "mag": 1.35, "time": 1506414495100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.810667, 37.473333, 3.46]}, "bbox": [-118.810667, 37.473333, -118.810667, 37.473333]}, {"id": "1970", "type": "Feature", "properties": {"id": "us2000b0x1", "mag": 4.0, "time": 1506414428310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.4547, -8.3437, 7.77]}, "bbox": [115.4547, -8.3437, 115.4547, -8.3437]}, {"id": "1971", "type": "Feature", "properties": {"id": "ak16907660", "mag": 2.5, "time": 1506414139904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2525, 63.3098, 5.4]}, "bbox": [-145.2525, 63.3098, -145.2525, 63.3098]}, {"id": "1972", "type": "Feature", "properties": {"id": "us2000auvl", "mag": 4.9, "time": 1506413746400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8693, -24.5502, 549.9]}, "bbox": [178.8693, -24.5502, 178.8693, -24.5502]}, {"id": "1973", "type": "Feature", "properties": {"id": "ak16907657", "mag": 1.7, "time": 1506413744657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.558, 61.3722, 73.1]}, "bbox": [-151.558, 61.3722, -151.558, 61.3722]}, {"id": "1974", "type": "Feature", "properties": {"id": "nn00607084", "mag": 1.1, "time": 1506413686395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8996, 38.399, 10.5]}, "bbox": [-118.8996, 38.399, -118.8996, 38.399]}, {"id": "1975", "type": "Feature", "properties": {"id": "us2000ax0p", "mag": 3.0, "time": 1506413645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.222, 52.6448, 36.78]}, "bbox": [-162.222, 52.6448, -162.222, 52.6448]}, {"id": "1976", "type": "Feature", "properties": {"id": "ci38010856", "mag": 1.11, "time": 1506413205840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4375, 33.438833, 9.57]}, "bbox": [-116.4375, 33.438833, -116.4375, 33.438833]}, {"id": "1977", "type": "Feature", "properties": {"id": "ak16907655", "mag": 1.3, "time": 1506412718967, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6643, 61.4913, 19.2]}, "bbox": [-146.6643, 61.4913, -146.6643, 61.4913]}, {"id": "1978", "type": "Feature", "properties": {"id": "ak16907652", "mag": 1.7, "time": 1506412362070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6643, 61.6414, 22.2]}, "bbox": [-147.6643, 61.6414, -147.6643, 61.6414]}, {"id": "1979", "type": "Feature", "properties": {"id": "ak16907651", "mag": 1.5, "time": 1506411582373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2404, 59.9305, 72.2]}, "bbox": [-152.2404, 59.9305, -152.2404, 59.9305]}, {"id": "1980", "type": "Feature", "properties": {"id": "ak16949296", "mag": 1.3, "time": 1506411274342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6597, 58.8354, 4.6]}, "bbox": [-153.6597, 58.8354, -153.6597, 58.8354]}, {"id": "1981", "type": "Feature", "properties": {"id": "nc72899096", "mag": 1.03, "time": 1506410824310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.914, 37.573833, -1.62]}, "bbox": [-118.914, 37.573833, -118.914, 37.573833]}, {"id": "1982", "type": "Feature", "properties": {"id": "nc72899091", "mag": 1.42, "time": 1506410795100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807833, 38.8245, 2.94]}, "bbox": [-122.807833, 38.8245, -122.807833, 38.8245]}, {"id": "1983", "type": "Feature", "properties": {"id": "ak16907650", "mag": 2.0, "time": 1506410193440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8603, 66.702, 16.5]}, "bbox": [-135.8603, 66.702, -135.8603, 66.702]}, {"id": "1984", "type": "Feature", "properties": {"id": "ak16949292", "mag": 1.6, "time": 1506409745435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.82, 59.4363, 78.5]}, "bbox": [-152.82, 59.4363, -152.82, 59.4363]}, {"id": "1985", "type": "Feature", "properties": {"id": "ak16907646", "mag": 1.1, "time": 1506408445621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.778, 62.2517, 10.2]}, "bbox": [-149.778, 62.2517, -149.778, 62.2517]}, {"id": "1986", "type": "Feature", "properties": {"id": "uu60249632", "mag": 2.87, "time": 1506407470180, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.651333, 44.820667, 6.96]}, "bbox": [-110.651333, 44.820667, -110.651333, 44.820667]}, {"id": "1987", "type": "Feature", "properties": {"id": "ak16907641", "mag": 2.2, "time": 1506407401881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1721, 59.3036, 66.6]}, "bbox": [-152.1721, 59.3036, -152.1721, 59.3036]}, {"id": "1988", "type": "Feature", "properties": {"id": "ak16949289", "mag": 1.7, "time": 1506406926287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.737, 59.5006, 82.3]}, "bbox": [-152.737, 59.5006, -152.737, 59.5006]}, {"id": "1989", "type": "Feature", "properties": {"id": "ci38010824", "mag": 1.17, "time": 1506406440560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.498833, 34.926833, 12.29]}, "bbox": [-118.498833, 34.926833, -118.498833, 34.926833]}, {"id": "1990", "type": "Feature", "properties": {"id": "us2000auv4", "mag": 4.9, "time": 1506404788280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.3356, -5.7378, 10.0]}, "bbox": [101.3356, -5.7378, 101.3356, -5.7378]}, {"id": "1991", "type": "Feature", "properties": {"id": "us2000auv3", "mag": 5.0, "time": 1506404673850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5505, -21.3378, 232.1]}, "bbox": [-66.5505, -21.3378, -66.5505, -21.3378]}, {"id": "1992", "type": "Feature", "properties": {"id": "mb80257744", "mag": 1.03, "time": 1506404152920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522667, 46.9085, 12.2]}, "bbox": [-112.522667, 46.9085, -112.522667, 46.9085]}, {"id": "1993", "type": "Feature", "properties": {"id": "us2000auuz", "mag": 4.6, "time": 1506404004140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9602, 15.0621, 55.84]}, "bbox": [-93.9602, 15.0621, -93.9602, 15.0621]}, {"id": "1994", "type": "Feature", "properties": {"id": "ak16949287", "mag": 1.5, "time": 1506403834555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1229, 59.9191, 124.6]}, "bbox": [-153.1229, 59.9191, -153.1229, 59.9191]}, {"id": "1995", "type": "Feature", "properties": {"id": "nc72899076", "mag": 0.97, "time": 1506403715720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825667, 37.454833, 1.23]}, "bbox": [-118.825667, 37.454833, -118.825667, 37.454833]}, {"id": "1996", "type": "Feature", "properties": {"id": "nc72899066", "mag": 0.96, "time": 1506402794840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798332, 38.824833, 2.56]}, "bbox": [-122.798332, 38.824833, -122.798332, 38.824833]}, {"id": "1997", "type": "Feature", "properties": {"id": "mb80257739", "mag": 1.14, "time": 1506402535080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5275, 46.880667, 10.59]}, "bbox": [-112.5275, 46.880667, -112.5275, 46.880667]}, {"id": "1998", "type": "Feature", "properties": {"id": "ci38010800", "mag": 1.46, "time": 1506401555090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.061, 34.207167, 1.9]}, "bbox": [-117.061, 34.207167, -117.061, 34.207167]}, {"id": "1999", "type": "Feature", "properties": {"id": "ci38010792", "mag": 1.16, "time": 1506401392950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064333, 34.207333, 2.74]}, "bbox": [-117.064333, 34.207333, -117.064333, 34.207333]}, {"id": "2000", "type": "Feature", "properties": {"id": "nn00607042", "mag": 1.5, "time": 1506400440104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0413, 37.0804, 8.5]}, "bbox": [-117.0413, 37.0804, -117.0413, 37.0804]}, {"id": "2001", "type": "Feature", "properties": {"id": "ak16906991", "mag": 2.7, "time": 1506400345749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4106, 60.9055, 24.6]}, "bbox": [-143.4106, 60.9055, -143.4106, 60.9055]}, {"id": "2002", "type": "Feature", "properties": {"id": "us2000autd", "mag": 6.4, "time": 1506399600760, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-176.9366, -23.7135, 98.07]}, "bbox": [-176.9366, -23.7135, -176.9366, -23.7135]}, {"id": "2003", "type": "Feature", "properties": {"id": "mb80257724", "mag": 1.75, "time": 1506399115590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8815, 10.93]}, "bbox": [-112.525167, 46.8815, -112.525167, 46.8815]}, {"id": "2004", "type": "Feature", "properties": {"id": "ak16949284", "mag": 1.4, "time": 1506398641123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.643, 58.8409, 11.9]}, "bbox": [-153.643, 58.8409, -153.643, 58.8409]}, {"id": "2005", "type": "Feature", "properties": {"id": "ak16949283", "mag": 1.3, "time": 1506398319488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6304, 58.8355, 8.8]}, "bbox": [-153.6304, 58.8355, -153.6304, 58.8355]}, {"id": "2006", "type": "Feature", "properties": {"id": "ak16906355", "mag": 2.3, "time": 1506398227222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8611, 62.7984, 13.7]}, "bbox": [-148.8611, 62.7984, -148.8611, 62.7984]}, {"id": "2007", "type": "Feature", "properties": {"id": "nc72899031", "mag": 1.73, "time": 1506396860580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823667, 37.455333, 2.55]}, "bbox": [-118.823667, 37.455333, -118.823667, 37.455333]}, {"id": "2008", "type": "Feature", "properties": {"id": "nc72899036", "mag": 1.13, "time": 1506396779490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764167, 38.956, 1.48]}, "bbox": [-122.764167, 38.956, -122.764167, 38.956]}, {"id": "2009", "type": "Feature", "properties": {"id": "uu60249592", "mag": 1.7, "time": 1506396582400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.943167, 39.753833, 3.39]}, "bbox": [-110.943167, 39.753833, -110.943167, 39.753833]}, {"id": "2010", "type": "Feature", "properties": {"id": "ak16949281", "mag": 1.5, "time": 1506396506568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7269, 58.5151, 73.1]}, "bbox": [-153.7269, 58.5151, -153.7269, 58.5151]}, {"id": "2011", "type": "Feature", "properties": {"id": "ak16906353", "mag": 1.3, "time": 1506396340348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2988, 62.3609, 81.6]}, "bbox": [-151.2988, 62.3609, -151.2988, 62.3609]}, {"id": "2012", "type": "Feature", "properties": {"id": "uw61310902", "mag": 1.38, "time": 1506395899750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737167, 47.576333, 17.19]}, "bbox": [-122.737167, 47.576333, -122.737167, 47.576333]}, {"id": "2013", "type": "Feature", "properties": {"id": "ak16906350", "mag": 2.1, "time": 1506395022337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6717, 59.8577, 3.5]}, "bbox": [-136.6717, 59.8577, -136.6717, 59.8577]}, {"id": "2014", "type": "Feature", "properties": {"id": "ismpkansas70235803", "mag": 1.67, "time": 1506394171170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.620667, 37.161167, 4.48]}, "bbox": [-97.620667, 37.161167, -97.620667, 37.161167]}, {"id": "2015", "type": "Feature", "properties": {"id": "nc72899026", "mag": 1.36, "time": 1506393508660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823833, 37.4545, 2.28]}, "bbox": [-118.823833, 37.4545, -118.823833, 37.4545]}, {"id": "2016", "type": "Feature", "properties": {"id": "ak16906345", "mag": 1.8, "time": 1506393385073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5638, 59.8105, 0.8]}, "bbox": [-136.5638, 59.8105, -136.5638, 59.8105]}, {"id": "2017", "type": "Feature", "properties": {"id": "ak16906344", "mag": 1.2, "time": 1506393361198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4631, 62.5638, 3.1]}, "bbox": [-149.4631, 62.5638, -149.4631, 62.5638]}, {"id": "2018", "type": "Feature", "properties": {"id": "ak16906343", "mag": 1.2, "time": 1506392589335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2072, 61.6959, 2.7]}, "bbox": [-148.2072, 61.6959, -148.2072, 61.6959]}, {"id": "2019", "type": "Feature", "properties": {"id": "uw61310887", "mag": 1.1, "time": 1506392466960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 46.755833, 4.01]}, "bbox": [-121.9235, 46.755833, -121.9235, 46.755833]}, {"id": "2020", "type": "Feature", "properties": {"id": "ak16906342", "mag": 1.8, "time": 1506392061053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9619, 58.719, 83.8]}, "bbox": [-153.9619, 58.719, -153.9619, 58.719]}, {"id": "2021", "type": "Feature", "properties": {"id": "ak16906341", "mag": 1.1, "time": 1506391622110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.393, 62.6136, 80.1]}, "bbox": [-151.393, 62.6136, -151.393, 62.6136]}, {"id": "2022", "type": "Feature", "properties": {"id": "ak16905725", "mag": 2.0, "time": 1506390933341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6474, 61.5055, 2.1]}, "bbox": [-140.6474, 61.5055, -140.6474, 61.5055]}, {"id": "2023", "type": "Feature", "properties": {"id": "us2000aus0", "mag": 5.1, "time": 1506390162180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2892, -18.0618, 578.88]}, "bbox": [-178.2892, -18.0618, -178.2892, -18.0618]}, {"id": "2024", "type": "Feature", "properties": {"id": "ak16905719", "mag": 1.0, "time": 1506388357140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8119, 61.2841, 12.9]}, "bbox": [-146.8119, 61.2841, -146.8119, 61.2841]}, {"id": "2025", "type": "Feature", "properties": {"id": "ak16949271", "mag": 1.1, "time": 1506387919524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.616, 62.8641, 85.2]}, "bbox": [-150.616, 62.8641, -150.616, 62.8641]}, {"id": "2026", "type": "Feature", "properties": {"id": "us2000avl1", "mag": 4.1, "time": 1506387869490, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2679, -38.2792, 18.61]}, "bbox": [-68.2679, -38.2792, -68.2679, -38.2792]}, {"id": "2027", "type": "Feature", "properties": {"id": "ak16905595", "mag": 1.0, "time": 1506387645089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7961, 60.4358, 8.6]}, "bbox": [-143.7961, 60.4358, -143.7961, 60.4358]}, {"id": "2028", "type": "Feature", "properties": {"id": "us2000aur8", "mag": 3.9, "time": 1506387254290, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.6296, -12.1347, 37.62]}, "bbox": [-77.6296, -12.1347, -77.6296, -12.1347]}, {"id": "2029", "type": "Feature", "properties": {"id": "ak16905592", "mag": 1.5, "time": 1506385892986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6406, 61.6796, 57.6]}, "bbox": [-150.6406, 61.6796, -150.6406, 61.6796]}, {"id": "2030", "type": "Feature", "properties": {"id": "ak16905589", "mag": 1.7, "time": 1506385708409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0359, 62.3774, 41.7]}, "bbox": [-148.0359, 62.3774, -148.0359, 62.3774]}, {"id": "2031", "type": "Feature", "properties": {"id": "nc72898986", "mag": 1.94, "time": 1506385192120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.955667, 4.16]}, "bbox": [-122.759667, 38.955667, -122.759667, 38.955667]}, {"id": "2032", "type": "Feature", "properties": {"id": "nn00607067", "mag": 1.1, "time": 1506385008302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0721, 39.3599, 7.9]}, "bbox": [-118.0721, 39.3599, -118.0721, 39.3599]}, {"id": "2033", "type": "Feature", "properties": {"id": "us2000b0hk", "mag": 4.4, "time": 1506383865610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4109, -4.9919, 96.04]}, "bbox": [130.4109, -4.9919, 130.4109, -4.9919]}, {"id": "2034", "type": "Feature", "properties": {"id": "us2000b0hl", "mag": 4.5, "time": 1506383851620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.755, 79.5651, 10.0]}, "bbox": [3.755, 79.5651, 3.755, 79.5651]}, {"id": "2035", "type": "Feature", "properties": {"id": "ak16905583", "mag": 2.0, "time": 1506383021414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7759, 59.8203, 3.6]}, "bbox": [-136.7759, 59.8203, -136.7759, 59.8203]}, {"id": "2036", "type": "Feature", "properties": {"id": "hv61921341", "mag": 2.37, "time": 1506382999970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.826167, 19.509167, 12.397]}, "bbox": [-155.826167, 19.509167, -155.826167, 19.509167]}, {"id": "2037", "type": "Feature", "properties": {"id": "nc72898971", "mag": 1.13, "time": 1506382612420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7125, 38.7455, 1.45]}, "bbox": [-122.7125, 38.7455, -122.7125, 38.7455]}, {"id": "2038", "type": "Feature", "properties": {"id": "nc72898966", "mag": 1.63, "time": 1506382205240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.579, 36.013, 4.29]}, "bbox": [-120.579, 36.013, -120.579, 36.013]}, {"id": "2039", "type": "Feature", "properties": {"id": "ci38010640", "mag": 1.0, "time": 1506381899530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.508833, 4.84]}, "bbox": [-116.792667, 33.508833, -116.792667, 33.508833]}, {"id": "2040", "type": "Feature", "properties": {"id": "ci38010624", "mag": 1.86, "time": 1506381762630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681667, 35.033833, -0.82]}, "bbox": [-117.681667, 35.033833, -117.681667, 35.033833]}, {"id": "2041", "type": "Feature", "properties": {"id": "nc72898956", "mag": 1.13, "time": 1506381482700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.320667, 37.6445, 0.55]}, "bbox": [-119.320667, 37.6445, -119.320667, 37.6445]}, {"id": "2042", "type": "Feature", "properties": {"id": "mb80257694", "mag": 1.58, "time": 1506381447950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872833, 11.66]}, "bbox": [-112.523833, 46.872833, -112.523833, 46.872833]}, {"id": "2043", "type": "Feature", "properties": {"id": "us2000b0hj", "mag": 4.3, "time": 1506380384190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.85, -10.6682, 39.69]}, "bbox": [115.85, -10.6682, 115.85, -10.6682]}, {"id": "2044", "type": "Feature", "properties": {"id": "ci38010616", "mag": 1.42, "time": 1506380222440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0935, 33.013167, -0.56]}, "bbox": [-116.0935, 33.013167, -116.0935, 33.013167]}, {"id": "2045", "type": "Feature", "properties": {"id": "nc72898946", "mag": 1.13, "time": 1506379343550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7885, 38.832167, 1.97]}, "bbox": [-122.7885, 38.832167, -122.7885, 38.832167]}, {"id": "2046", "type": "Feature", "properties": {"id": "ld60143416", "mag": 1.71, "time": 1506378906690, "felt": 170.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.513833, 40.798667, 5.0]}, "bbox": [-74.513833, 40.798667, -74.513833, 40.798667]}, {"id": "2047", "type": "Feature", "properties": {"id": "ak16988709", "mag": 1.6, "time": 1506378800677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4035, 60.0163, 139.3]}, "bbox": [-153.4035, 60.0163, -153.4035, 60.0163]}, {"id": "2048", "type": "Feature", "properties": {"id": "mb80257689", "mag": 1.5, "time": 1506378570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.865833, 11.47]}, "bbox": [-112.528833, 46.865833, -112.528833, 46.865833]}, {"id": "2049", "type": "Feature", "properties": {"id": "us2000aunr", "mag": 2.5, "time": 1506378435420, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.154, 37.3519, 3.31]}, "bbox": [-98.154, 37.3519, -98.154, 37.3519]}, {"id": "2050", "type": "Feature", "properties": {"id": "ak16988708", "mag": 1.0, "time": 1506378350972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.034, 64.3489, 10.2]}, "bbox": [-154.034, 64.3489, -154.034, 64.3489]}, {"id": "2051", "type": "Feature", "properties": {"id": "us2000aunh", "mag": 5.0, "time": 1506377223500, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [124.3318, 0.8223, 219.8]}, "bbox": [124.3318, 0.8223, 124.3318, 0.8223]}, {"id": "2052", "type": "Feature", "properties": {"id": "uu60249557", "mag": 1.72, "time": 1506377199600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460833, 42.646667, 2.74]}, "bbox": [-111.460833, 42.646667, -111.460833, 42.646667]}, {"id": "2053", "type": "Feature", "properties": {"id": "us2000b0hh", "mag": 4.3, "time": 1506376802200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4659, -19.6395, 545.66]}, "bbox": [-177.4659, -19.6395, -177.4659, -19.6395]}, {"id": "2054", "type": "Feature", "properties": {"id": "ak16905558", "mag": 1.3, "time": 1506376658938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.4807, 65.756, 6.2]}, "bbox": [-145.4807, 65.756, -145.4807, 65.756]}, {"id": "2055", "type": "Feature", "properties": {"id": "ci38010544", "mag": 1.52, "time": 1506375768450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.492, 4.2]}, "bbox": [-116.792333, 33.492, -116.792333, 33.492]}, {"id": "2056", "type": "Feature", "properties": {"id": "uw61333756", "mag": 1.11, "time": 1506375211030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.748833, 46.851167, 1.54]}, "bbox": [-121.748833, 46.851167, -121.748833, 46.851167]}, {"id": "2057", "type": "Feature", "properties": {"id": "ci38010536", "mag": 1.15, "time": 1506374622610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200667, 33.034833, 4.46]}, "bbox": [-116.200667, 33.034833, -116.200667, 33.034833]}, {"id": "2058", "type": "Feature", "properties": {"id": "nc72898906", "mag": 1.32, "time": 1506373159300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.572333, 1.73]}, "bbox": [-118.887667, 37.572333, -118.887667, 37.572333]}, {"id": "2059", "type": "Feature", "properties": {"id": "ak16904952", "mag": 1.2, "time": 1506373039217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2776, 63.8003, 116.2]}, "bbox": [-149.2776, 63.8003, -149.2776, 63.8003]}, {"id": "2060", "type": "Feature", "properties": {"id": "ak16904950", "mag": 1.1, "time": 1506372955267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1161, 63.268, 1.6]}, "bbox": [-151.1161, 63.268, -151.1161, 63.268]}, {"id": "2061", "type": "Feature", "properties": {"id": "nc72898901", "mag": 1.01, "time": 1506372828820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.791667, 37.454333, 7.33]}, "bbox": [-121.791667, 37.454333, -121.791667, 37.454333]}, {"id": "2062", "type": "Feature", "properties": {"id": "ak16904346", "mag": 1.5, "time": 1506372342933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0547, 61.007, 13.8]}, "bbox": [-147.0547, 61.007, -147.0547, 61.007]}, {"id": "2063", "type": "Feature", "properties": {"id": "ci38010512", "mag": 1.25, "time": 1506372237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492167, 33.822333, -0.52]}, "bbox": [-117.492167, 33.822333, -117.492167, 33.822333]}, {"id": "2064", "type": "Feature", "properties": {"id": "ci38010488", "mag": 3.1, "time": 1506371483300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.220833, 32.220833, 20.46]}, "bbox": [-115.220833, 32.220833, -115.220833, 32.220833]}, {"id": "2065", "type": "Feature", "properties": {"id": "us2000aulg", "mag": 5.9, "time": 1506371363480, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [152.7133, -6.2113, 5.98]}, "bbox": [152.7133, -6.2113, 152.7133, -6.2113]}, {"id": "2066", "type": "Feature", "properties": {"id": "hv61921136", "mag": 1.72, "time": 1506370768560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.223333, 34.311]}, "bbox": [-155.421333, 19.223333, -155.421333, 19.223333]}, {"id": "2067", "type": "Feature", "properties": {"id": "mb80257664", "mag": 1.07, "time": 1506370613150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526, 46.868, 10.18]}, "bbox": [-112.526, 46.868, -112.526, 46.868]}, {"id": "2068", "type": "Feature", "properties": {"id": "us2000aukx", "mag": 2.6, "time": 1506370456500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.1495, 36.4119, 5.948]}, "bbox": [-99.1495, 36.4119, -99.1495, 36.4119]}, {"id": "2069", "type": "Feature", "properties": {"id": "us2000auky", "mag": 4.2, "time": 1506370103510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [107.7299, -5.8793, 306.63]}, "bbox": [107.7299, -5.8793, 107.7299, -5.8793]}, {"id": "2070", "type": "Feature", "properties": {"id": "mb80257659", "mag": 1.44, "time": 1506369980640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.8795, 12.77]}, "bbox": [-112.530333, 46.8795, -112.530333, 46.8795]}, {"id": "2071", "type": "Feature", "properties": {"id": "ak16904319", "mag": 1.4, "time": 1506369740689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5073, 60.0082, 0.0]}, "bbox": [-139.5073, 60.0082, -139.5073, 60.0082]}, {"id": "2072", "type": "Feature", "properties": {"id": "ak16904318", "mag": 1.1, "time": 1506369510333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5651, 61.4244, 63.0]}, "bbox": [-150.5651, 61.4244, -150.5651, 61.4244]}, {"id": "2073", "type": "Feature", "properties": {"id": "ak16904316", "mag": 1.1, "time": 1506368211425, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7001, 61.5145, 4.5]}, "bbox": [-140.7001, 61.5145, -140.7001, 61.5145]}, {"id": "2074", "type": "Feature", "properties": {"id": "us2000aukb", "mag": 4.3, "time": 1506368143480, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1586, 40.3587, 11.36]}, "bbox": [-127.1586, 40.3587, -127.1586, 40.3587]}, {"id": "2075", "type": "Feature", "properties": {"id": "ak16904315", "mag": 1.2, "time": 1506367996393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8124, 59.8382, 15.4]}, "bbox": [-136.8124, 59.8382, -136.8124, 59.8382]}, {"id": "2076", "type": "Feature", "properties": {"id": "nc72898871", "mag": 1.41, "time": 1506367887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.785167, 38.8375, 1.88]}, "bbox": [-122.785167, 38.8375, -122.785167, 38.8375]}, {"id": "2077", "type": "Feature", "properties": {"id": "ak16988695", "mag": 2.2, "time": 1506366990125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3689, 51.4218, 56.7]}, "bbox": [179.3689, 51.4218, 179.3689, 51.4218]}, {"id": "2078", "type": "Feature", "properties": {"id": "ci37166748", "mag": 1.04, "time": 1506366454300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.018667, 33.163167, -0.77]}, "bbox": [-117.018667, 33.163167, -117.018667, 33.163167]}, {"id": "2079", "type": "Feature", "properties": {"id": "hv61921056", "mag": 2.06, "time": 1506366154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.950667, 19.540833, 15.491]}, "bbox": [-155.950667, 19.540833, -155.950667, 19.540833]}, {"id": "2080", "type": "Feature", "properties": {"id": "ak16903722", "mag": 2.0, "time": 1506365944635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.478, 51.697, 15.5]}, "bbox": [-178.478, 51.697, -178.478, 51.697]}, {"id": "2081", "type": "Feature", "properties": {"id": "ci38010408", "mag": 1.27, "time": 1506365436790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4445, 35.5745, 10.25]}, "bbox": [-118.4445, 35.5745, -118.4445, 35.5745]}, {"id": "2082", "type": "Feature", "properties": {"id": "ci38010416", "mag": 1.17, "time": 1506365362690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.862667, 34.343333, -1.71]}, "bbox": [-116.862667, 34.343333, -116.862667, 34.343333]}, {"id": "2083", "type": "Feature", "properties": {"id": "uu60249527", "mag": 1.29, "time": 1506365138370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.712833, 41.8725, 4.98]}, "bbox": [-112.712833, 41.8725, -112.712833, 41.8725]}, {"id": "2084", "type": "Feature", "properties": {"id": "ak16903609", "mag": 2.1, "time": 1506365025587, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8085, 63.1578, 132.2]}, "bbox": [-150.8085, 63.1578, -150.8085, 63.1578]}, {"id": "2085", "type": "Feature", "properties": {"id": "ci38010400", "mag": 1.04, "time": 1506364534100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790833, 33.495667, 4.4]}, "bbox": [-116.790833, 33.495667, -116.790833, 33.495667]}, {"id": "2086", "type": "Feature", "properties": {"id": "nn00606969", "mag": 1.1, "time": 1506364516065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.689, 40.0864, 4.7]}, "bbox": [-119.689, 40.0864, -119.689, 40.0864]}, {"id": "2087", "type": "Feature", "properties": {"id": "ak16903599", "mag": 2.5, "time": 1506364456407, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8848, 59.5329, 96.9]}, "bbox": [-152.8848, 59.5329, -152.8848, 59.5329]}, {"id": "2088", "type": "Feature", "properties": {"id": "mb80257649", "mag": 1.4, "time": 1506364202040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.866667, 10.23]}, "bbox": [-112.5255, 46.866667, -112.5255, 46.866667]}, {"id": "2089", "type": "Feature", "properties": {"id": "nc72898846", "mag": 1.62, "time": 1506364136870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.781833, 36.209, 7.55]}, "bbox": [-120.781833, 36.209, -120.781833, 36.209]}, {"id": "2090", "type": "Feature", "properties": {"id": "ak16903591", "mag": 1.5, "time": 1506363943453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7347, 60.3302, 112.7]}, "bbox": [-152.7347, 60.3302, -152.7347, 60.3302]}, {"id": "2091", "type": "Feature", "properties": {"id": "mb80257644", "mag": 1.05, "time": 1506363692190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8665, 10.3]}, "bbox": [-112.525167, 46.8665, -112.525167, 46.8665]}, {"id": "2092", "type": "Feature", "properties": {"id": "ci38010376", "mag": 1.42, "time": 1506363664230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.4945, 4.5]}, "bbox": [-116.792667, 33.4945, -116.792667, 33.4945]}, {"id": "2093", "type": "Feature", "properties": {"id": "us2000aufz", "mag": 5.1, "time": 1506363043200, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [106.3876, -5.9298, 150.05]}, "bbox": [106.3876, -5.9298, 106.3876, -5.9298]}, {"id": "2094", "type": "Feature", "properties": {"id": "nc72898836", "mag": 1.32, "time": 1506362896010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104, 37.324, -0.31]}, "bbox": [-122.104, 37.324, -122.104, 37.324]}, {"id": "2095", "type": "Feature", "properties": {"id": "ak16903584", "mag": 1.0, "time": 1506362694028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.2167, 63.9342, 1.9]}, "bbox": [-138.2167, 63.9342, -138.2167, 63.9342]}, {"id": "2096", "type": "Feature", "properties": {"id": "mb80257639", "mag": 1.36, "time": 1506362284340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.615667, 46.316833, -2.0]}, "bbox": [-111.615667, 46.316833, -111.615667, 46.316833]}, {"id": "2097", "type": "Feature", "properties": {"id": "ak16903579", "mag": 2.0, "time": 1506362237262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1637, 59.6819, 106.7]}, "bbox": [-153.1637, 59.6819, -153.1637, 59.6819]}, {"id": "2098", "type": "Feature", "properties": {"id": "nc72898821", "mag": 1.99, "time": 1506361978590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.778667, 36.215667, 8.08]}, "bbox": [-120.778667, 36.215667, -120.778667, 36.215667]}, {"id": "2099", "type": "Feature", "properties": {"id": "us2000auf8", "mag": 3.0, "time": 1506361091820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.3303, 40.4414, 11.43]}, "bbox": [-127.3303, 40.4414, -127.3303, 40.4414]}, {"id": "2100", "type": "Feature", "properties": {"id": "ci38010336", "mag": 2.11, "time": 1506360496580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.486667, 3.04]}, "bbox": [-116.797167, 33.486667, -116.797167, 33.486667]}, {"id": "2101", "type": "Feature", "properties": {"id": "ak16988686", "mag": 1.5, "time": 1506360479843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7769, 51.9886, 24.6]}, "bbox": [-174.7769, 51.9886, -174.7769, 51.9886]}, {"id": "2102", "type": "Feature", "properties": {"id": "ci38010328", "mag": 1.51, "time": 1506359920880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.977, 33.995333, 18.14]}, "bbox": [-116.977, 33.995333, -116.977, 33.995333]}, {"id": "2103", "type": "Feature", "properties": {"id": "ak16988684", "mag": 1.6, "time": 1506359020522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4355, 59.7613, 127.9]}, "bbox": [-153.4355, 59.7613, -153.4355, 59.7613]}, {"id": "2104", "type": "Feature", "properties": {"id": "nc72898791", "mag": 1.48, "time": 1506357667280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.679333, 40.288667, 4.66]}, "bbox": [-121.679333, 40.288667, -121.679333, 40.288667]}, {"id": "2105", "type": "Feature", "properties": {"id": "nc72898786", "mag": 1.55, "time": 1506357321970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.322, 35.752333, 11.93]}, "bbox": [-120.322, 35.752333, -120.322, 35.752333]}, {"id": "2106", "type": "Feature", "properties": {"id": "nc72898781", "mag": 1.12, "time": 1506356229990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.794833, 2.79]}, "bbox": [-122.811333, 38.794833, -122.811333, 38.794833]}, {"id": "2107", "type": "Feature", "properties": {"id": "ci38010256", "mag": 1.04, "time": 1506354566340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.858833, 33.8575, 16.19]}, "bbox": [-116.858833, 33.8575, -116.858833, 33.8575]}, {"id": "2108", "type": "Feature", "properties": {"id": "ci38010272", "mag": 2.41, "time": 1506354509850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9285, 31.688833, 11.63]}, "bbox": [-115.9285, 31.688833, -115.9285, 31.688833]}, {"id": "2109", "type": "Feature", "properties": {"id": "mb80257609", "mag": 1.3, "time": 1506354504500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534667, 46.896, 11.48]}, "bbox": [-112.534667, 46.896, -112.534667, 46.896]}, {"id": "2110", "type": "Feature", "properties": {"id": "mb80257604", "mag": 1.12, "time": 1506354406140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.867, 11.31]}, "bbox": [-112.531833, 46.867, -112.531833, 46.867]}, {"id": "2111", "type": "Feature", "properties": {"id": "ak16902391", "mag": 1.7, "time": 1506354336298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8601, 62.0271, 60.3]}, "bbox": [-150.8601, 62.0271, -150.8601, 62.0271]}, {"id": "2112", "type": "Feature", "properties": {"id": "ak16902390", "mag": 1.1, "time": 1506354175816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3984, 60.1663, 0.0]}, "bbox": [-141.3984, 60.1663, -141.3984, 60.1663]}, {"id": "2113", "type": "Feature", "properties": {"id": "ak16901812", "mag": 1.4, "time": 1506353222973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1565, 60.3908, 0.4]}, "bbox": [-143.1565, 60.3908, -143.1565, 60.3908]}, {"id": "2114", "type": "Feature", "properties": {"id": "ak16901813", "mag": 1.3, "time": 1506353183037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6264, 58.8255, 1.4]}, "bbox": [-153.6264, 58.8255, -153.6264, 58.8255]}, {"id": "2115", "type": "Feature", "properties": {"id": "ak16901809", "mag": 2.0, "time": 1506352267382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0949, 59.636, 10.7]}, "bbox": [-150.0949, 59.636, -150.0949, 59.636]}, {"id": "2116", "type": "Feature", "properties": {"id": "us2000aucr", "mag": 4.6, "time": 1506352047620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.4691, -14.8531, 132.07]}, "bbox": [167.4691, -14.8531, 167.4691, -14.8531]}, {"id": "2117", "type": "Feature", "properties": {"id": "ak16901806", "mag": 1.8, "time": 1506351538258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8449, 59.8126, 1.3]}, "bbox": [-136.8449, 59.8126, -136.8449, 59.8126]}, {"id": "2118", "type": "Feature", "properties": {"id": "mb80257594", "mag": 0.98, "time": 1506349616550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.870833, 11.0]}, "bbox": [-112.521333, 46.870833, -112.521333, 46.870833]}, {"id": "2119", "type": "Feature", "properties": {"id": "ci38010208", "mag": 1.21, "time": 1506348868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.552, 33.526167, 13.79]}, "bbox": [-116.552, 33.526167, -116.552, 33.526167]}, {"id": "2120", "type": "Feature", "properties": {"id": "ak16901226", "mag": 1.1, "time": 1506348768479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2671, 59.9538, 54.3]}, "bbox": [-151.2671, 59.9538, -151.2671, 59.9538]}, {"id": "2121", "type": "Feature", "properties": {"id": "us2000aubr", "mag": 4.6, "time": 1506348737440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.0258, -12.6224, 229.97]}, "bbox": [167.0258, -12.6224, 167.0258, -12.6224]}, {"id": "2122", "type": "Feature", "properties": {"id": "ci38010200", "mag": 1.19, "time": 1506348702870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.953833, 34.8405, 11.97]}, "bbox": [-118.953833, 34.8405, -118.953833, 34.8405]}, {"id": "2123", "type": "Feature", "properties": {"id": "us2000aubf", "mag": 4.4, "time": 1506348571430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1777, 15.5423, 60.99]}, "bbox": [-94.1777, 15.5423, -94.1777, 15.5423]}, {"id": "2124", "type": "Feature", "properties": {"id": "nc72898721", "mag": 1.03, "time": 1506348240990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838333, 38.837334, 1.55]}, "bbox": [-122.838333, 38.837334, -122.838333, 38.837334]}, {"id": "2125", "type": "Feature", "properties": {"id": "ak16901214", "mag": 2.7, "time": 1506348231637, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0448, 63.3492, 76.8]}, "bbox": [-147.0448, 63.3492, -147.0448, 63.3492]}, {"id": "2126", "type": "Feature", "properties": {"id": "us2000aub9", "mag": 4.3, "time": 1506347727000, "felt": 65.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.99, -32.683, 24.0]}, "bbox": [-71.99, -32.683, -71.99, -32.683]}, {"id": "2127", "type": "Feature", "properties": {"id": "nc72898706", "mag": 1.78, "time": 1506347531490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838, 38.837833, 1.83]}, "bbox": [-122.838, 38.837833, -122.838, 38.837833]}, {"id": "2128", "type": "Feature", "properties": {"id": "ci38010176", "mag": 0.96, "time": 1506346983830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.271667, 33.976667, 5.12]}, "bbox": [-116.271667, 33.976667, -116.271667, 33.976667]}, {"id": "2129", "type": "Feature", "properties": {"id": "us2000aubt", "mag": 4.7, "time": 1506346771440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6657, -38.3887, 23.0]}, "bbox": [178.6657, -38.3887, 178.6657, -38.3887]}, {"id": "2130", "type": "Feature", "properties": {"id": "ak16988672", "mag": 1.9, "time": 1506346449512, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.0765, 51.5898, 46.8]}, "bbox": [-177.0765, 51.5898, -177.0765, 51.5898]}, {"id": "2131", "type": "Feature", "properties": {"id": "ak16901206", "mag": 2.2, "time": 1506346185448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7016, 61.5212, 15.4]}, "bbox": [-140.7016, 61.5212, -140.7016, 61.5212]}, {"id": "2132", "type": "Feature", "properties": {"id": "ak16901204", "mag": 1.6, "time": 1506346082012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4545, 63.1289, 110.5]}, "bbox": [-150.4545, 63.1289, -150.4545, 63.1289]}, {"id": "2133", "type": "Feature", "properties": {"id": "nc72898686", "mag": 1.5, "time": 1506345854120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.787167, 36.211667, 7.46]}, "bbox": [-120.787167, 36.211667, -120.787167, 36.211667]}, {"id": "2134", "type": "Feature", "properties": {"id": "ak16988669", "mag": 1.8, "time": 1506344531244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.2595, 53.699, 44.2]}, "bbox": [-165.2595, 53.699, -165.2595, 53.699]}, {"id": "2135", "type": "Feature", "properties": {"id": "ak16901203", "mag": 1.5, "time": 1506343558401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1793, 57.6776, 1.1]}, "bbox": [-156.1793, 57.6776, -156.1793, 57.6776]}, {"id": "2136", "type": "Feature", "properties": {"id": "nc72898666", "mag": 1.04, "time": 1506343096950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862667, 37.613167, 7.06]}, "bbox": [-118.862667, 37.613167, -118.862667, 37.613167]}, {"id": "2137", "type": "Feature", "properties": {"id": "ak16900637", "mag": 2.0, "time": 1506342621159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2424, 60.321, 83.8]}, "bbox": [-152.2424, 60.321, -152.2424, 60.321]}, {"id": "2138", "type": "Feature", "properties": {"id": "ci38010152", "mag": 1.32, "time": 1506342413630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.241667, 34.439, 7.98]}, "bbox": [-119.241667, 34.439, -119.241667, 34.439]}, {"id": "2139", "type": "Feature", "properties": {"id": "us2000aua8", "mag": 4.6, "time": 1506342291600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.282, -28.2916, 30.33]}, "bbox": [-71.282, -28.2916, -71.282, -28.2916]}, {"id": "2140", "type": "Feature", "properties": {"id": "nc72898661", "mag": 1.86, "time": 1506342035450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.000167, 36.431, -0.28]}, "bbox": [-121.000167, 36.431, -121.000167, 36.431]}, {"id": "2141", "type": "Feature", "properties": {"id": "ci38010136", "mag": 1.46, "time": 1506341314650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.559, 35.341833, 7.37]}, "bbox": [-118.559, 35.341833, -118.559, 35.341833]}, {"id": "2142", "type": "Feature", "properties": {"id": "ak16900622", "mag": 1.0, "time": 1506340661643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7013, 64.8764, 7.9]}, "bbox": [-156.7013, 64.8764, -156.7013, 64.8764]}, {"id": "2143", "type": "Feature", "properties": {"id": "us2000b0h7", "mag": 4.2, "time": 1506340490190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.5087, 34.8799, 210.56]}, "bbox": [138.5087, 34.8799, 138.5087, 34.8799]}, {"id": "2144", "type": "Feature", "properties": {"id": "nc72898636", "mag": 1.46, "time": 1506340210490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.256667, 36.100167, 9.6]}, "bbox": [-120.256667, 36.100167, -120.256667, 36.100167]}, {"id": "2145", "type": "Feature", "properties": {"id": "us2000b0hp", "mag": 4.2, "time": 1506340162430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4582, -17.8551, 595.96]}, "bbox": [-178.4582, -17.8551, -178.4582, -17.8551]}, {"id": "2146", "type": "Feature", "properties": {"id": "us2000au9u", "mag": 4.6, "time": 1506340077990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4978, -17.9975, 539.99]}, "bbox": [-178.4978, -17.9975, -178.4978, -17.9975]}, {"id": "2147", "type": "Feature", "properties": {"id": "ak16988664", "mag": 1.8, "time": 1506339965395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4489, 51.676, 14.4]}, "bbox": [-178.4489, 51.676, -178.4489, 51.676]}, {"id": "2148", "type": "Feature", "properties": {"id": "hv61920741", "mag": 2.06, "time": 1506339899560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473667, 19.201667, 36.657]}, "bbox": [-155.473667, 19.201667, -155.473667, 19.201667]}, {"id": "2149", "type": "Feature", "properties": {"id": "ci38010120", "mag": 0.99, "time": 1506339434380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.471167, 34.247833, 12.2]}, "bbox": [-117.471167, 34.247833, -117.471167, 34.247833]}, {"id": "2150", "type": "Feature", "properties": {"id": "ak16900621", "mag": 1.0, "time": 1506338627047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3115, 62.9535, 74.5]}, "bbox": [-149.3115, 62.9535, -149.3115, 62.9535]}, {"id": "2151", "type": "Feature", "properties": {"id": "nc72898616", "mag": 2.36, "time": 1506338018430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.938333, 37.838667, 4.07]}, "bbox": [-119.938333, 37.838667, -119.938333, 37.838667]}, {"id": "2152", "type": "Feature", "properties": {"id": "hv61920671", "mag": 1.81, "time": 1506336741780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.023667, 19.815, 11.479]}, "bbox": [-156.023667, 19.815, -156.023667, 19.815]}, {"id": "2153", "type": "Feature", "properties": {"id": "mb80257584", "mag": 1.42, "time": 1506336624590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.869333, 11.15]}, "bbox": [-112.521667, 46.869333, -112.521667, 46.869333]}, {"id": "2154", "type": "Feature", "properties": {"id": "ak16900062", "mag": 1.8, "time": 1506336050720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8893, 60.3211, 15.1]}, "bbox": [-146.8893, 60.3211, -146.8893, 60.3211]}, {"id": "2155", "type": "Feature", "properties": {"id": "ci38010104", "mag": 1.06, "time": 1506335970890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7915, 33.506667, 6.39]}, "bbox": [-116.7915, 33.506667, -116.7915, 33.506667]}, {"id": "2156", "type": "Feature", "properties": {"id": "nc72898601", "mag": 0.95, "time": 1506335637390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6475, 37.476667, 8.18]}, "bbox": [-118.6475, 37.476667, -118.6475, 37.476667]}, {"id": "2157", "type": "Feature", "properties": {"id": "nc72898596", "mag": 1.23, "time": 1506335593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2805, 36.094, 6.76]}, "bbox": [-120.2805, 36.094, -120.2805, 36.094]}, {"id": "2158", "type": "Feature", "properties": {"id": "nc72898591", "mag": 1.04, "time": 1506335405570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.839333, 38.843166, 3.5]}, "bbox": [-122.839333, 38.843166, -122.839333, 38.843166]}, {"id": "2159", "type": "Feature", "properties": {"id": "us2000au8v", "mag": 4.9, "time": 1506334920720, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9741, -3.5898, 72.65]}, "bbox": [139.9741, -3.5898, 139.9741, -3.5898]}, {"id": "2160", "type": "Feature", "properties": {"id": "nn00606909", "mag": 1.4, "time": 1506334911790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.943, 37.551, 8.3]}, "bbox": [-117.943, 37.551, -117.943, 37.551]}, {"id": "2161", "type": "Feature", "properties": {"id": "mb80257579", "mag": 1.3, "time": 1506333510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872333, 11.79]}, "bbox": [-112.523833, 46.872333, -112.523833, 46.872333]}, {"id": "2162", "type": "Feature", "properties": {"id": "mb80257574", "mag": 0.99, "time": 1506333384010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.875167, 11.91]}, "bbox": [-112.523, 46.875167, -112.523, 46.875167]}, {"id": "2163", "type": "Feature", "properties": {"id": "us2000au8b", "mag": 5.0, "time": 1506332531610, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.0023, -5.3939, 63.28]}, "bbox": [154.0023, -5.3939, 154.0023, -5.3939]}, {"id": "2164", "type": "Feature", "properties": {"id": "ak16899481", "mag": 1.2, "time": 1506332463619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8097, 60.337, 8.5]}, "bbox": [-139.8097, 60.337, -139.8097, 60.337]}, {"id": "2165", "type": "Feature", "properties": {"id": "ak16899478", "mag": 2.7, "time": 1506332457083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9674, 51.7565, 11.0]}, "bbox": [-177.9674, 51.7565, -177.9674, 51.7565]}, {"id": "2166", "type": "Feature", "properties": {"id": "ak16899480", "mag": 2.7, "time": 1506332456973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9649, 51.7427, 10.3]}, "bbox": [-177.9649, 51.7427, -177.9649, 51.7427]}, {"id": "2167", "type": "Feature", "properties": {"id": "nc72898561", "mag": 1.34, "time": 1506332073270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.401667, 37.650667, 3.17]}, "bbox": [-121.401667, 37.650667, -121.401667, 37.650667]}, {"id": "2168", "type": "Feature", "properties": {"id": "mb80257569", "mag": 2.91, "time": 1506332057970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.879333, 11.49]}, "bbox": [-112.525833, 46.879333, -112.525833, 46.879333]}, {"id": "2169", "type": "Feature", "properties": {"id": "nn00606905", "mag": 1.5, "time": 1506331668203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9249, 38.3947, 7.3]}, "bbox": [-118.9249, 38.3947, -118.9249, 38.3947]}, {"id": "2170", "type": "Feature", "properties": {"id": "ci38010072", "mag": 1.11, "time": 1506331415690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790167, 33.497667, 5.47]}, "bbox": [-116.790167, 33.497667, -116.790167, 33.497667]}, {"id": "2171", "type": "Feature", "properties": {"id": "ak16988657", "mag": 1.9, "time": 1506331001341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4079, 51.6208, 15.5]}, "bbox": [-178.4079, 51.6208, -178.4079, 51.6208]}, {"id": "2172", "type": "Feature", "properties": {"id": "ak16899468", "mag": 1.4, "time": 1506330891437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3579, 60.2131, 58.5]}, "bbox": [-151.3579, 60.2131, -151.3579, 60.2131]}, {"id": "2173", "type": "Feature", "properties": {"id": "ak16899467", "mag": 1.1, "time": 1506330692323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4142, 68.5865, 13.2]}, "bbox": [-147.4142, 68.5865, -147.4142, 68.5865]}, {"id": "2174", "type": "Feature", "properties": {"id": "ak16899465", "mag": 1.0, "time": 1506330113229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.991, 61.1695, 1.9]}, "bbox": [-139.991, 61.1695, -139.991, 61.1695]}, {"id": "2175", "type": "Feature", "properties": {"id": "nn00606904", "mag": 2.5, "time": 1506329813575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1098, 39.0988, 9.7]}, "bbox": [-118.1098, 39.0988, -118.1098, 39.0988]}, {"id": "2176", "type": "Feature", "properties": {"id": "ak16899462", "mag": 1.3, "time": 1506329610880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9036, 64.8595, 12.5]}, "bbox": [-148.9036, 64.8595, -148.9036, 64.8595]}, {"id": "2177", "type": "Feature", "properties": {"id": "ci38010048", "mag": 1.15, "time": 1506329091670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.815, 33.9555, 13.94]}, "bbox": [-118.815, 33.9555, -118.815, 33.9555]}, {"id": "2178", "type": "Feature", "properties": {"id": "us2000au7c", "mag": 3.5, "time": 1506329082460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5238, 46.8486, 10.68]}, "bbox": [-112.5238, 46.8486, -112.5238, 46.8486]}, {"id": "2179", "type": "Feature", "properties": {"id": "ci38010040", "mag": 1.01, "time": 1506328796420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.568, 35.1735, 8.56]}, "bbox": [-118.568, 35.1735, -118.568, 35.1735]}, {"id": "2180", "type": "Feature", "properties": {"id": "nn00606901", "mag": 1.2, "time": 1506328748981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8911, 38.3811, 7.8]}, "bbox": [-118.8911, 38.3811, -118.8911, 38.3811]}, {"id": "2181", "type": "Feature", "properties": {"id": "ak16898909", "mag": 1.4, "time": 1506327817672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2932, 60.6736, 39.3]}, "bbox": [-150.2932, 60.6736, -150.2932, 60.6736]}, {"id": "2182", "type": "Feature", "properties": {"id": "ak16988651", "mag": 1.6, "time": 1506327629626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8348, 59.5881, 89.7]}, "bbox": [-152.8348, 59.5881, -152.8348, 59.5881]}, {"id": "2183", "type": "Feature", "properties": {"id": "uu60249397", "mag": 2.17, "time": 1506327209020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448333, 38.993, -0.41]}, "bbox": [-111.448333, 38.993, -111.448333, 38.993]}, {"id": "2184", "type": "Feature", "properties": {"id": "ak16898901", "mag": 1.1, "time": 1506326924743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6407, 58.3143, 7.7]}, "bbox": [-154.6407, 58.3143, -154.6407, 58.3143]}, {"id": "2185", "type": "Feature", "properties": {"id": "us2000au6h", "mag": 4.7, "time": 1506326546500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.4008, -4.8417, 219.24]}, "bbox": [129.4008, -4.8417, 129.4008, -4.8417]}, {"id": "2186", "type": "Feature", "properties": {"id": "uu60249392", "mag": 1.79, "time": 1506326456200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448, 42.620667, 6.55]}, "bbox": [-111.448, 42.620667, -111.448, 42.620667]}, {"id": "2187", "type": "Feature", "properties": {"id": "ismpkansas70235773", "mag": 2.04, "time": 1506326285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.968667, 37.281833, 5.0]}, "bbox": [-97.968667, 37.281833, -97.968667, 37.281833]}, {"id": "2188", "type": "Feature", "properties": {"id": "us2000au5z", "mag": 4.4, "time": 1506325840560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7801, 14.8764, 57.41]}, "bbox": [-93.7801, 14.8764, -93.7801, 14.8764]}, {"id": "2189", "type": "Feature", "properties": {"id": "nc72898491", "mag": 0.95, "time": 1506325310440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818667, 37.478667, 0.05]}, "bbox": [-118.818667, 37.478667, -118.818667, 37.478667]}, {"id": "2190", "type": "Feature", "properties": {"id": "nc72898486", "mag": 1.27, "time": 1506324949470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 37.479333, 0.19]}, "bbox": [-118.8175, 37.479333, -118.8175, 37.479333]}, {"id": "2191", "type": "Feature", "properties": {"id": "ak16898346", "mag": 2.1, "time": 1506324898662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5224, 64.5882, 8.3]}, "bbox": [-160.5224, 64.5882, -160.5224, 64.5882]}, {"id": "2192", "type": "Feature", "properties": {"id": "us2000au5p", "mag": 4.4, "time": 1506324432650, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.5244, -30.022, 35.0]}, "bbox": [-71.5244, -30.022, -71.5244, -30.022]}, {"id": "2193", "type": "Feature", "properties": {"id": "us2000au5l", "mag": 4.5, "time": 1506324225060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1793, 15.5215, 66.49]}, "bbox": [-94.1793, 15.5215, -94.1793, 15.5215]}, {"id": "2194", "type": "Feature", "properties": {"id": "nc72898461", "mag": 1.64, "time": 1506323849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818167, 37.478667, 0.73]}, "bbox": [-118.818167, 37.478667, -118.818167, 37.478667]}, {"id": "2195", "type": "Feature", "properties": {"id": "us2000au5i", "mag": 4.6, "time": 1506323785060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [106.9645, -8.3755, 34.69]}, "bbox": [106.9645, -8.3755, 106.9645, -8.3755]}, {"id": "2196", "type": "Feature", "properties": {"id": "nc72898456", "mag": 1.01, "time": 1506323761220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.478167, 0.69]}, "bbox": [-118.818833, 37.478167, -118.818833, 37.478167]}, {"id": "2197", "type": "Feature", "properties": {"id": "nn00606939", "mag": 1.6, "time": 1506320868071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5993, 41.6963, 11.8]}, "bbox": [-119.5993, 41.6963, -119.5993, 41.6963]}, {"id": "2198", "type": "Feature", "properties": {"id": "ak16988646", "mag": 1.6, "time": 1506320845663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7721, 59.5535, 80.8]}, "bbox": [-152.7721, 59.5535, -152.7721, 59.5535]}, {"id": "2199", "type": "Feature", "properties": {"id": "ci38009968", "mag": 1.23, "time": 1506320510170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.738333, 33.655, 17.08]}, "bbox": [-116.738333, 33.655, -116.738333, 33.655]}, {"id": "2200", "type": "Feature", "properties": {"id": "us2000au57", "mag": 5.0, "time": 1506320285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7407, -59.0289, 23.15]}, "bbox": [-25.7407, -59.0289, -25.7407, -59.0289]}, {"id": "2201", "type": "Feature", "properties": {"id": "nn00606937", "mag": 1.7, "time": 1506320281288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.604, 41.7004, 6.9]}, "bbox": [-119.604, 41.7004, -119.604, 41.7004]}, {"id": "2202", "type": "Feature", "properties": {"id": "mb80257544", "mag": 1.02, "time": 1506320165840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.538333, 46.891333, 11.64]}, "bbox": [-112.538333, 46.891333, -112.538333, 46.891333]}, {"id": "2203", "type": "Feature", "properties": {"id": "ak16897784", "mag": 1.7, "time": 1506319825200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9967, 59.5158, 86.0]}, "bbox": [-152.9967, 59.5158, -152.9967, 59.5158]}, {"id": "2204", "type": "Feature", "properties": {"id": "ak16897782", "mag": 1.0, "time": 1506319406475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2438, 65.7781, 4.0]}, "bbox": [-155.2438, 65.7781, -155.2438, 65.7781]}, {"id": "2205", "type": "Feature", "properties": {"id": "ak16897779", "mag": 1.8, "time": 1506318873463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4148, 69.0584, 10.9]}, "bbox": [-146.4148, 69.0584, -146.4148, 69.0584]}, {"id": "2206", "type": "Feature", "properties": {"id": "nc72898431", "mag": 2.32, "time": 1506318557110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.909, 37.334167, 8.51]}, "bbox": [-117.909, 37.334167, -117.909, 37.334167]}, {"id": "2207", "type": "Feature", "properties": {"id": "nc72898406", "mag": 1.9, "time": 1506317549980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.705833, 39.697, 8.09]}, "bbox": [-122.705833, 39.697, -122.705833, 39.697]}, {"id": "2208", "type": "Feature", "properties": {"id": "ak16988640", "mag": 1.4, "time": 1506317208929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0479, 57.5544, 76.8]}, "bbox": [-155.0479, 57.5544, -155.0479, 57.5544]}, {"id": "2209", "type": "Feature", "properties": {"id": "ak16988639", "mag": 1.2, "time": 1506316463527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9489, 61.4034, 66.1]}, "bbox": [-150.9489, 61.4034, -150.9489, 61.4034]}, {"id": "2210", "type": "Feature", "properties": {"id": "nn00606934", "mag": 1.4, "time": 1506315296099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8855, 37.2234, 7.0]}, "bbox": [-116.8855, 37.2234, -116.8855, 37.2234]}, {"id": "2211", "type": "Feature", "properties": {"id": "us2000b0hn", "mag": 4.2, "time": 1506314791590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.4466, -60.0959, 87.69]}, "bbox": [-27.4466, -60.0959, -27.4466, -60.0959]}, {"id": "2212", "type": "Feature", "properties": {"id": "nc72898391", "mag": 0.97, "time": 1506314750800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.800999, 1.95]}, "bbox": [-122.80867, 38.800999, -122.80867, 38.800999]}, {"id": "2213", "type": "Feature", "properties": {"id": "nc72898386", "mag": 2.07, "time": 1506314732630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810833, 38.797667, 3.49]}, "bbox": [-122.810833, 38.797667, -122.810833, 38.797667]}, {"id": "2214", "type": "Feature", "properties": {"id": "nc72898381", "mag": 1.3, "time": 1506314425330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1325, 38.050167, 2.51]}, "bbox": [-119.1325, 38.050167, -119.1325, 38.050167]}, {"id": "2215", "type": "Feature", "properties": {"id": "ak16897226", "mag": 1.1, "time": 1506314336648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1369, 63.4162, 5.3]}, "bbox": [-145.1369, 63.4162, -145.1369, 63.4162]}, {"id": "2216", "type": "Feature", "properties": {"id": "us2000au3u", "mag": 4.3, "time": 1506313752770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7839, 15.5489, 36.62]}, "bbox": [-94.7839, 15.5489, -94.7839, 15.5489]}, {"id": "2217", "type": "Feature", "properties": {"id": "ak16897223", "mag": 1.5, "time": 1506313722965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5906, 61.3427, 45.2]}, "bbox": [-150.5906, 61.3427, -150.5906, 61.3427]}, {"id": "2218", "type": "Feature", "properties": {"id": "ak16897221", "mag": 1.1, "time": 1506313193707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.457, 63.4294, 4.6]}, "bbox": [-151.457, 63.4294, -151.457, 63.4294]}, {"id": "2219", "type": "Feature", "properties": {"id": "ak16988635", "mag": 1.2, "time": 1506312840546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0928, 61.1303, 26.5]}, "bbox": [-148.0928, 61.1303, -148.0928, 61.1303]}, {"id": "2220", "type": "Feature", "properties": {"id": "ak16988634", "mag": 1.1, "time": 1506312758288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7179, 62.8463, 7.1]}, "bbox": [-151.7179, 62.8463, -151.7179, 62.8463]}, {"id": "2221", "type": "Feature", "properties": {"id": "nc72898366", "mag": 1.09, "time": 1506312288130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797501, 38.824165, 1.31]}, "bbox": [-122.797501, 38.824165, -122.797501, 38.824165]}, {"id": "2222", "type": "Feature", "properties": {"id": "ak16897219", "mag": 1.1, "time": 1506311801540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8303, 63.2243, 16.3]}, "bbox": [-153.8303, 63.2243, -153.8303, 63.2243]}, {"id": "2223", "type": "Feature", "properties": {"id": "uw61333436", "mag": 1.41, "time": 1506311554000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.943833, 48.589333, 4.05]}, "bbox": [-119.943833, 48.589333, -119.943833, 48.589333]}, {"id": "2224", "type": "Feature", "properties": {"id": "ak16896672", "mag": 2.4, "time": 1506311539840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6826, 63.2689, 133.7]}, "bbox": [-150.6826, 63.2689, -150.6826, 63.2689]}, {"id": "2225", "type": "Feature", "properties": {"id": "ci38009904", "mag": 1.71, "time": 1506311193160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.813167, 34.048833, 13.41]}, "bbox": [-116.813167, 34.048833, -116.813167, 34.048833]}, {"id": "2226", "type": "Feature", "properties": {"id": "ak16896671", "mag": 1.0, "time": 1506310652342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6095, 62.9432, 11.3]}, "bbox": [-148.6095, 62.9432, -148.6095, 62.9432]}, {"id": "2227", "type": "Feature", "properties": {"id": "ci38009840", "mag": 1.15, "time": 1506308854410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.765333, 33.325667, 12.51]}, "bbox": [-116.765333, 33.325667, -116.765333, 33.325667]}, {"id": "2228", "type": "Feature", "properties": {"id": "ak16896670", "mag": 1.3, "time": 1506308756498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6787, 59.995, 9.3]}, "bbox": [-141.6787, 59.995, -141.6787, 59.995]}, {"id": "2229", "type": "Feature", "properties": {"id": "ak16896669", "mag": 1.3, "time": 1506308490557, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.667, 59.9936, 9.8]}, "bbox": [-141.667, 59.9936, -141.667, 59.9936]}, {"id": "2230", "type": "Feature", "properties": {"id": "hv61920451", "mag": 2.11, "time": 1506307247260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.050167, 19.765, 47.26]}, "bbox": [-155.050167, 19.765, -155.050167, 19.765]}, {"id": "2231", "type": "Feature", "properties": {"id": "ak16896663", "mag": 1.7, "time": 1506306347139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.57, 59.4416, 74.8]}, "bbox": [-152.57, 59.4416, -152.57, 59.4416]}, {"id": "2232", "type": "Feature", "properties": {"id": "ak16896659", "mag": 1.5, "time": 1506306011000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5629, 61.3391, 37.0]}, "bbox": [-149.5629, 61.3391, -149.5629, 61.3391]}, {"id": "2233", "type": "Feature", "properties": {"id": "ak16896656", "mag": 1.3, "time": 1506306004481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1978, 60.2569, 10.7]}, "bbox": [-141.1978, 60.2569, -141.1978, 60.2569]}, {"id": "2234", "type": "Feature", "properties": {"id": "ak16896653", "mag": 1.8, "time": 1506305432732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6915, 61.3592, 87.6]}, "bbox": [-151.6915, 61.3592, -151.6915, 61.3592]}, {"id": "2235", "type": "Feature", "properties": {"id": "ak16988622", "mag": 2.2, "time": 1506305398552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4539, 55.424, 127.9]}, "bbox": [-162.4539, 55.424, -162.4539, 55.424]}, {"id": "2236", "type": "Feature", "properties": {"id": "nc72898321", "mag": 0.97, "time": 1506303023560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.470667, 1.2]}, "bbox": [-118.821, 37.470667, -118.821, 37.470667]}, {"id": "2237", "type": "Feature", "properties": {"id": "ci38009824", "mag": 1.77, "time": 1506302722490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.721333, 32.171167, -0.08]}, "bbox": [-115.721333, 32.171167, -115.721333, 32.171167]}, {"id": "2238", "type": "Feature", "properties": {"id": "us2000au34", "mag": 4.2, "time": 1506301011430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6458, 15.9582, 41.89]}, "bbox": [-94.6458, 15.9582, -94.6458, 15.9582]}, {"id": "2239", "type": "Feature", "properties": {"id": "nc72898311", "mag": 1.53, "time": 1506300409700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.760333, 38.787333, 2.66]}, "bbox": [-122.760333, 38.787333, -122.760333, 38.787333]}, {"id": "2240", "type": "Feature", "properties": {"id": "nc72898316", "mag": 1.17, "time": 1506300389070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.902833, 37.434167, 1.61]}, "bbox": [-118.902833, 37.434167, -118.902833, 37.434167]}, {"id": "2241", "type": "Feature", "properties": {"id": "uu60249337", "mag": 1.05, "time": 1506300187150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028, 44.797667, 10.68]}, "bbox": [-111.028, 44.797667, -111.028, 44.797667]}, {"id": "2242", "type": "Feature", "properties": {"id": "ak16896106", "mag": 1.8, "time": 1506299319432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0832, 61.9049, 66.6]}, "bbox": [-151.0832, 61.9049, -151.0832, 61.9049]}, {"id": "2243", "type": "Feature", "properties": {"id": "ak16895566", "mag": 1.9, "time": 1506298140072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9051, 57.7026, 76.6]}, "bbox": [-154.9051, 57.7026, -154.9051, 57.7026]}, {"id": "2244", "type": "Feature", "properties": {"id": "ak16988619", "mag": 1.6, "time": 1506298131890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9559, 60.0816, 113.8]}, "bbox": [-152.9559, 60.0816, -152.9559, 60.0816]}, {"id": "2245", "type": "Feature", "properties": {"id": "nn00606884", "mag": 1.4, "time": 1506297047630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0863, 37.3768, 7.7]}, "bbox": [-117.0863, 37.3768, -117.0863, 37.3768]}, {"id": "2246", "type": "Feature", "properties": {"id": "us2000au2t", "mag": 4.6, "time": 1506295898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.3868, 31.2471, 159.23]}, "bbox": [130.3868, 31.2471, 130.3868, 31.2471]}, {"id": "2247", "type": "Feature", "properties": {"id": "us2000au2s", "mag": 4.7, "time": 1506295771740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3651, 15.6767, 54.03]}, "bbox": [-94.3651, 15.6767, -94.3651, 15.6767]}, {"id": "2248", "type": "Feature", "properties": {"id": "uu60249317", "mag": 2.04, "time": 1506295039370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.575667, 3.5]}, "bbox": [-111.424667, 42.575667, -111.424667, 42.575667]}, {"id": "2249", "type": "Feature", "properties": {"id": "ak16935438", "mag": 1.4, "time": 1506294396969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.934, 60.3588, 65.2]}, "bbox": [-150.934, 60.3588, -150.934, 60.3588]}, {"id": "2250", "type": "Feature", "properties": {"id": "nc72898291", "mag": 1.5, "time": 1506294312930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799167, 37.544833, 8.63]}, "bbox": [-118.799167, 37.544833, -118.799167, 37.544833]}, {"id": "2251", "type": "Feature", "properties": {"id": "ak16895561", "mag": 1.1, "time": 1506294004090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0019, 62.1675, 14.1]}, "bbox": [-150.0019, 62.1675, -150.0019, 62.1675]}, {"id": "2252", "type": "Feature", "properties": {"id": "ak16895559", "mag": 1.7, "time": 1506293152617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9808, 60.2626, 58.2]}, "bbox": [-150.9808, 60.2626, -150.9808, 60.2626]}, {"id": "2253", "type": "Feature", "properties": {"id": "nc72898281", "mag": 1.51, "time": 1506291814030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.123, 38.044833, 2.62]}, "bbox": [-119.123, 38.044833, -119.123, 38.044833]}, {"id": "2254", "type": "Feature", "properties": {"id": "ak16895553", "mag": 2.2, "time": 1506291209658, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9667, 58.2749, 2.3]}, "bbox": [-154.9667, 58.2749, -154.9667, 58.2749]}, {"id": "2255", "type": "Feature", "properties": {"id": "uu60249297", "mag": 2.2, "time": 1506289719780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.027, 44.7975, 11.07]}, "bbox": [-111.027, 44.7975, -111.027, 44.7975]}, {"id": "2256", "type": "Feature", "properties": {"id": "nc72898251", "mag": 1.06, "time": 1506289376180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.824501, 1.89]}, "bbox": [-122.80867, 38.824501, -122.80867, 38.824501]}, {"id": "2257", "type": "Feature", "properties": {"id": "nn00606863", "mag": 1.6, "time": 1506289302497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1188, 37.3786, 0.0]}, "bbox": [-115.1188, 37.3786, -115.1188, 37.3786]}, {"id": "2258", "type": "Feature", "properties": {"id": "ak16895018", "mag": 1.1, "time": 1506289187928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5309, 62.2207, 4.8]}, "bbox": [-148.5309, 62.2207, -148.5309, 62.2207]}, {"id": "2259", "type": "Feature", "properties": {"id": "nc72898246", "mag": 1.11, "time": 1506288942820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474667, -0.27]}, "bbox": [-118.8205, 37.474667, -118.8205, 37.474667]}, {"id": "2260", "type": "Feature", "properties": {"id": "nc72898241", "mag": 1.11, "time": 1506288826190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.477167, 0.62]}, "bbox": [-118.819667, 37.477167, -118.819667, 37.477167]}, {"id": "2261", "type": "Feature", "properties": {"id": "ak16935433", "mag": 1.6, "time": 1506288360789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4754, 58.4123, 46.0]}, "bbox": [-152.4754, 58.4123, -152.4754, 58.4123]}, {"id": "2262", "type": "Feature", "properties": {"id": "ak16935432", "mag": 2.5, "time": 1506287912932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0291, 52.8069, 25.6]}, "bbox": [-164.0291, 52.8069, -164.0291, 52.8069]}, {"id": "2263", "type": "Feature", "properties": {"id": "ak16895001", "mag": 2.4, "time": 1506287325387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3822, 59.9552, 133.4]}, "bbox": [-153.3822, 59.9552, -153.3822, 59.9552]}, {"id": "2264", "type": "Feature", "properties": {"id": "nc71107574", "mag": 1.82, "time": 1506286958930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.1525, 38.965833, 3.75]}, "bbox": [-123.1525, 38.965833, -123.1525, 38.965833]}, {"id": "2265", "type": "Feature", "properties": {"id": "nc72898236", "mag": 1.93, "time": 1506286874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.849, 36.277667, 7.52]}, "bbox": [-120.849, 36.277667, -120.849, 36.277667]}, {"id": "2266", "type": "Feature", "properties": {"id": "ak16894980", "mag": 2.3, "time": 1506286457929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5039, 61.3116, 7.5]}, "bbox": [-152.5039, 61.3116, -152.5039, 61.3116]}, {"id": "2267", "type": "Feature", "properties": {"id": "us2000au0x", "mag": 4.1, "time": 1506285951620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.7689, 33.0106, 343.06]}, "bbox": [137.7689, 33.0106, 137.7689, 33.0106]}, {"id": "2268", "type": "Feature", "properties": {"id": "ak16894459", "mag": 1.4, "time": 1506285529465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7694, 59.8585, 7.3]}, "bbox": [-136.7694, 59.8585, -136.7694, 59.8585]}, {"id": "2269", "type": "Feature", "properties": {"id": "ak16894458", "mag": 3.5, "time": 1506285383201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4213, 51.6336, 12.0]}, "bbox": [-178.4213, 51.6336, -178.4213, 51.6336]}, {"id": "2270", "type": "Feature", "properties": {"id": "hv61919931", "mag": 1.61, "time": 1506285094170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2325, 19.4085, 26.679]}, "bbox": [-155.2325, 19.4085, -155.2325, 19.4085]}, {"id": "2271", "type": "Feature", "properties": {"id": "nm60207286", "mag": 1.46, "time": 1506284271340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.900667, 36.601833, 4.15]}, "bbox": [-89.900667, 36.601833, -89.900667, 36.601833]}, {"id": "2272", "type": "Feature", "properties": {"id": "nc72898226", "mag": 1.94, "time": 1506284238360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.476167, 0.74]}, "bbox": [-118.819, 37.476167, -118.819, 37.476167]}, {"id": "2273", "type": "Feature", "properties": {"id": "hv61919891", "mag": 2.03, "time": 1506284234210, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.278503, 19.407, 0.61]}, "bbox": [-155.278503, 19.407, -155.278503, 19.407]}, {"id": "2274", "type": "Feature", "properties": {"id": "us2000au0l", "mag": 5.0, "time": 1506283809180, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [102.0863, -3.3959, 96.97]}, "bbox": [102.0863, -3.3959, 102.0863, -3.3959]}, {"id": "2275", "type": "Feature", "properties": {"id": "ak16894448", "mag": 1.6, "time": 1506283718319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1504, 61.1564, 63.1]}, "bbox": [-151.1504, 61.1564, -151.1504, 61.1564]}, {"id": "2276", "type": "Feature", "properties": {"id": "nc72898216", "mag": 1.02, "time": 1506283590520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826836, 38.841167, 1.21]}, "bbox": [-122.826836, 38.841167, -122.826836, 38.841167]}, {"id": "2277", "type": "Feature", "properties": {"id": "nc72898211", "mag": 1.57, "time": 1506283158900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.113333, 38.042667, 2.45]}, "bbox": [-119.113333, 38.042667, -119.113333, 38.042667]}, {"id": "2278", "type": "Feature", "properties": {"id": "ak16894439", "mag": 2.3, "time": 1506283079762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7022, 51.6829, 87.3]}, "bbox": [-179.7022, 51.6829, -179.7022, 51.6829]}, {"id": "2279", "type": "Feature", "properties": {"id": "nc72898206", "mag": 1.24, "time": 1506283017210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.777, 35.512, 0.74]}, "bbox": [-120.777, 35.512, -120.777, 35.512]}, {"id": "2280", "type": "Feature", "properties": {"id": "ci38009648", "mag": 0.95, "time": 1506282824500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.909333, 33.494, 13.21]}, "bbox": [-116.909333, 33.494, -116.909333, 33.494]}, {"id": "2281", "type": "Feature", "properties": {"id": "nc72898196", "mag": 1.08, "time": 1506282126770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.81, 38.806833, 2.17]}, "bbox": [-122.81, 38.806833, -122.81, 38.806833]}, {"id": "2282", "type": "Feature", "properties": {"id": "ak16893920", "mag": 1.6, "time": 1506281844692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.421, 62.907, 126.6]}, "bbox": [-151.421, 62.907, -151.421, 62.907]}, {"id": "2283", "type": "Feature", "properties": {"id": "nc72898191", "mag": 1.6, "time": 1506281467240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.010167, 37.8015, 1.31]}, "bbox": [-119.010167, 37.8015, -119.010167, 37.8015]}, {"id": "2284", "type": "Feature", "properties": {"id": "nc72898186", "mag": 2.26, "time": 1506281041390, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.474833, -0.18]}, "bbox": [-118.8185, 37.474833, -118.8185, 37.474833]}, {"id": "2285", "type": "Feature", "properties": {"id": "uw61333306", "mag": 1.11, "time": 1506280827540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812333, 48.284667, 12.62]}, "bbox": [-122.812333, 48.284667, -122.812333, 48.284667]}, {"id": "2286", "type": "Feature", "properties": {"id": "ci38009608", "mag": 1.3, "time": 1506280518180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.038, 33.0905, 2.11]}, "bbox": [-116.038, 33.0905, -116.038, 33.0905]}, {"id": "2287", "type": "Feature", "properties": {"id": "nc72898176", "mag": 2.1, "time": 1506280314320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818333, 37.475833, 0.78]}, "bbox": [-118.818333, 37.475833, -118.818333, 37.475833]}, {"id": "2288", "type": "Feature", "properties": {"id": "ak16935422", "mag": 1.6, "time": 1506280296755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7731, 59.4501, 75.7]}, "bbox": [-152.7731, 59.4501, -152.7731, 59.4501]}, {"id": "2289", "type": "Feature", "properties": {"id": "hv61919726", "mag": 1.9, "time": 1506279270940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4185, 19.110833, 41.621]}, "bbox": [-155.4185, 19.110833, -155.4185, 19.110833]}, {"id": "2290", "type": "Feature", "properties": {"id": "ak16935421", "mag": 1.7, "time": 1506279143123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5363, 51.7438, 15.9]}, "bbox": [-178.5363, 51.7438, -178.5363, 51.7438]}, {"id": "2291", "type": "Feature", "properties": {"id": "ak16893907", "mag": 2.1, "time": 1506278978748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4135, 66.1088, 7.6]}, "bbox": [-141.4135, 66.1088, -141.4135, 66.1088]}, {"id": "2292", "type": "Feature", "properties": {"id": "uw61333296", "mag": 1.51, "time": 1506278869250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.581833, 47.593, 24.95]}, "bbox": [-122.581833, 47.593, -122.581833, 47.593]}, {"id": "2293", "type": "Feature", "properties": {"id": "nc72898171", "mag": 1.13, "time": 1506278629370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.543167, 38.264833, 8.24]}, "bbox": [-122.543167, 38.264833, -122.543167, 38.264833]}, {"id": "2294", "type": "Feature", "properties": {"id": "nn00606834", "mag": 1.5, "time": 1506278416314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.885, 38.3509, 8.4]}, "bbox": [-118.885, 38.3509, -118.885, 38.3509]}, {"id": "2295", "type": "Feature", "properties": {"id": "ci38009568", "mag": 1.23, "time": 1506278315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.492333, 35.604833, 5.99]}, "bbox": [-118.492333, 35.604833, -118.492333, 35.604833]}, {"id": "2296", "type": "Feature", "properties": {"id": "ak16893391", "mag": 2.3, "time": 1506277628203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1998, 53.9184, 4.8]}, "bbox": [-163.1998, 53.9184, -163.1998, 53.9184]}, {"id": "2297", "type": "Feature", "properties": {"id": "ak16893390", "mag": 1.1, "time": 1506277025981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1933, 68.4549, 18.3]}, "bbox": [-147.1933, 68.4549, -147.1933, 68.4549]}, {"id": "2298", "type": "Feature", "properties": {"id": "ak16893388", "mag": 1.5, "time": 1506276710660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3135, 68.0219, 2.3]}, "bbox": [-144.3135, 68.0219, -144.3135, 68.0219]}, {"id": "2299", "type": "Feature", "properties": {"id": "ak16935416", "mag": 1.8, "time": 1506276357546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.0551, 51.7225, 6.8]}, "bbox": [-179.0551, 51.7225, -179.0551, 51.7225]}, {"id": "2300", "type": "Feature", "properties": {"id": "nc72898146", "mag": 1.54, "time": 1506276015270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.836, 1.98]}, "bbox": [-122.810333, 38.836, -122.810333, 38.836]}, {"id": "2301", "type": "Feature", "properties": {"id": "nn00606827", "mag": 1.3, "time": 1506274049277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6642, 36.4428, 7.2]}, "bbox": [-115.6642, 36.4428, -115.6642, 36.4428]}, {"id": "2302", "type": "Feature", "properties": {"id": "uw61333281", "mag": 2.14, "time": 1506273261550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.502167, 49.447833, -0.06]}, "bbox": [-120.502167, 49.447833, -120.502167, 49.447833]}, {"id": "2303", "type": "Feature", "properties": {"id": "us2000atz0", "mag": 4.3, "time": 1506273226630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.369, -22.6476, 261.5]}, "bbox": [-66.369, -22.6476, -66.369, -22.6476]}, {"id": "2304", "type": "Feature", "properties": {"id": "ci38009520", "mag": 2.39, "time": 1506272765060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.032333, 33.096333, 9.36]}, "bbox": [-116.032333, 33.096333, -116.032333, 33.096333]}, {"id": "2305", "type": "Feature", "properties": {"id": "nc72898121", "mag": 1.18, "time": 1506272385880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880667, 37.538167, 3.63]}, "bbox": [-118.880667, 37.538167, -118.880667, 37.538167]}, {"id": "2306", "type": "Feature", "properties": {"id": "us2000atyw", "mag": 4.9, "time": 1506272236140, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.2871, 36.912, 8.66]}, "bbox": [27.2871, 36.912, 27.2871, 36.912]}, {"id": "2307", "type": "Feature", "properties": {"id": "uw61333276", "mag": 0.97, "time": 1506272212660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677, 48.245, 8.69]}, "bbox": [-121.677, 48.245, -121.677, 48.245]}, {"id": "2308", "type": "Feature", "properties": {"id": "ci38009504", "mag": 1.59, "time": 1506272197880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0285, 33.096, 10.24]}, "bbox": [-116.0285, 33.096, -116.0285, 33.096]}, {"id": "2309", "type": "Feature", "properties": {"id": "ak16935414", "mag": 1.3, "time": 1506271871925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3105, 62.8907, 109.7]}, "bbox": [-151.3105, 62.8907, -151.3105, 62.8907]}, {"id": "2310", "type": "Feature", "properties": {"id": "ak16892357", "mag": 1.5, "time": 1506271104455, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2217, 60.9895, 43.1]}, "bbox": [-150.2217, 60.9895, -150.2217, 60.9895]}, {"id": "2311", "type": "Feature", "properties": {"id": "ak16892356", "mag": 1.0, "time": 1506270748541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7754, 66.4015, 0.3]}, "bbox": [-147.7754, 66.4015, -147.7754, 66.4015]}, {"id": "2312", "type": "Feature", "properties": {"id": "nn00606816", "mag": 1.3, "time": 1506270455535, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3547, 38.3427, 11.5]}, "bbox": [-119.3547, 38.3427, -119.3547, 38.3427]}, {"id": "2313", "type": "Feature", "properties": {"id": "ak16892349", "mag": 2.1, "time": 1506269387778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9052, 64.2272, 113.0]}, "bbox": [-147.9052, 64.2272, -147.9052, 64.2272]}, {"id": "2314", "type": "Feature", "properties": {"id": "ak16892348", "mag": 1.2, "time": 1506269350233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0305, 61.1531, 0.9]}, "bbox": [-140.0305, 61.1531, -140.0305, 61.1531]}, {"id": "2315", "type": "Feature", "properties": {"id": "uu60249237", "mag": 1.72, "time": 1506268839820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899, 38.3125, 1.61]}, "bbox": [-108.899, 38.3125, -108.899, 38.3125]}, {"id": "2316", "type": "Feature", "properties": {"id": "nc72898066", "mag": 2.26, "time": 1506268374330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604333, 4.11]}, "bbox": [-118.820667, 37.604333, -118.820667, 37.604333]}, {"id": "2317", "type": "Feature", "properties": {"id": "hv61919541", "mag": 2.2, "time": 1506268362680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.553, 19.106833, 58.134]}, "bbox": [-155.553, 19.106833, -155.553, 19.106833]}, {"id": "2318", "type": "Feature", "properties": {"id": "nc72898071", "mag": 1.35, "time": 1506268343880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.978833, 37.602333, 0.75]}, "bbox": [-118.978833, 37.602333, -118.978833, 37.602333]}, {"id": "2319", "type": "Feature", "properties": {"id": "uw61333251", "mag": 0.99, "time": 1506267835060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7565, 46.8405, 0.46]}, "bbox": [-121.7565, 46.8405, -121.7565, 46.8405]}, {"id": "2320", "type": "Feature", "properties": {"id": "uu60249227", "mag": 1.55, "time": 1506267791100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.045667, 38.595, 10.17]}, "bbox": [-112.045667, 38.595, -112.045667, 38.595]}, {"id": "2321", "type": "Feature", "properties": {"id": "nc72898046", "mag": 1.31, "time": 1506267662950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.359333, 36.063833, 13.03]}, "bbox": [-120.359333, 36.063833, -120.359333, 36.063833]}, {"id": "2322", "type": "Feature", "properties": {"id": "uw61333241", "mag": 1.02, "time": 1506266858960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7535, 46.835833, -0.06]}, "bbox": [-121.7535, 46.835833, -121.7535, 46.835833]}, {"id": "2323", "type": "Feature", "properties": {"id": "us2000atyb", "mag": 4.2, "time": 1506265370020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9623, 16.5258, 10.0]}, "bbox": [-94.9623, 16.5258, -94.9623, 16.5258]}, {"id": "2324", "type": "Feature", "properties": {"id": "ak16891829", "mag": 1.1, "time": 1506265012702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7832, 60.3293, 15.0]}, "bbox": [-139.7832, 60.3293, -139.7832, 60.3293]}, {"id": "2325", "type": "Feature", "properties": {"id": "uw61333221", "mag": 2.23, "time": 1506264885990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.458, 41.843167, 29.32]}, "bbox": [-124.458, 41.843167, -124.458, 41.843167]}, {"id": "2326", "type": "Feature", "properties": {"id": "ci38009392", "mag": 2.47, "time": 1506263949730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.965667, 33.074, 3.01]}, "bbox": [-117.965667, 33.074, -117.965667, 33.074]}, {"id": "2327", "type": "Feature", "properties": {"id": "ak16891827", "mag": 1.6, "time": 1506263040480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0762, 68.8735, 7.4]}, "bbox": [-145.0762, 68.8735, -145.0762, 68.8735]}, {"id": "2328", "type": "Feature", "properties": {"id": "ak16935406", "mag": 1.9, "time": 1506262994682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4328, 58.9133, 119.1]}, "bbox": [-154.4328, 58.9133, -154.4328, 58.9133]}, {"id": "2329", "type": "Feature", "properties": {"id": "uu60249217", "mag": 1.98, "time": 1506261948290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8955, 38.308167, 2.5]}, "bbox": [-108.8955, 38.308167, -108.8955, 38.308167]}, {"id": "2330", "type": "Feature", "properties": {"id": "uw61333201", "mag": 1.01, "time": 1506261154820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.757333, 46.836833, 0.83]}, "bbox": [-121.757333, 46.836833, -121.757333, 46.836833]}, {"id": "2331", "type": "Feature", "properties": {"id": "nn00606861", "mag": 1.0, "time": 1506260845911, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9076, 39.4306, 7.7]}, "bbox": [-118.9076, 39.4306, -118.9076, 39.4306]}, {"id": "2332", "type": "Feature", "properties": {"id": "ak16891323", "mag": 1.6, "time": 1506260101784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2725, 63.8369, 122.9]}, "bbox": [-149.2725, 63.8369, -149.2725, 63.8369]}, {"id": "2333", "type": "Feature", "properties": {"id": "ak16935404", "mag": 1.9, "time": 1506259949572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9271, 51.4777, 35.0]}, "bbox": [-175.9271, 51.4777, -175.9271, 51.4777]}, {"id": "2334", "type": "Feature", "properties": {"id": "ak16891318", "mag": 1.4, "time": 1506258938436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1228, 60.1784, 0.0]}, "bbox": [-140.1228, 60.1784, -140.1228, 60.1784]}, {"id": "2335", "type": "Feature", "properties": {"id": "ak16935403", "mag": 1.5, "time": 1506258927685, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.537, 59.7654, 0.0]}, "bbox": [-139.537, 59.7654, -139.537, 59.7654]}, {"id": "2336", "type": "Feature", "properties": {"id": "us2000awkh", "mag": 4.5, "time": 1506257940620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6787, -21.4068, 6.58]}, "bbox": [-176.6787, -21.4068, -176.6787, -21.4068]}, {"id": "2337", "type": "Feature", "properties": {"id": "ci38009360", "mag": 1.01, "time": 1506257616920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6935, 33.4475, 13.86]}, "bbox": [-117.6935, 33.4475, -117.6935, 33.4475]}, {"id": "2338", "type": "Feature", "properties": {"id": "hv61919476", "mag": 2.71, "time": 1506257049620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.326172, 19.400499, 6.36]}, "bbox": [-155.326172, 19.400499, -155.326172, 19.400499]}, {"id": "2339", "type": "Feature", "properties": {"id": "us2000azwe", "mag": 4.0, "time": 1506256906900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0503, 15.0164, 47.05]}, "bbox": [-94.0503, 15.0164, -94.0503, 15.0164]}, {"id": "2340", "type": "Feature", "properties": {"id": "ak16935402", "mag": 1.3, "time": 1506256449894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1247, 62.5252, 67.7]}, "bbox": [-150.1247, 62.5252, -150.1247, 62.5252]}, {"id": "2341", "type": "Feature", "properties": {"id": "us2000atx8", "mag": 4.5, "time": 1506256396240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2151, 16.4456, 23.74]}, "bbox": [-95.2151, 16.4456, -95.2151, 16.4456]}, {"id": "2342", "type": "Feature", "properties": {"id": "us2000awke", "mag": 4.3, "time": 1506254896510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.7664, -36.2005, 10.0]}, "bbox": [-99.7664, -36.2005, -99.7664, -36.2005]}, {"id": "2343", "type": "Feature", "properties": {"id": "us2000atx1", "mag": 4.3, "time": 1506253816940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8221, 15.5422, 39.51]}, "bbox": [-94.8221, 15.5422, -94.8221, 15.5422]}, {"id": "2344", "type": "Feature", "properties": {"id": "nc72897966", "mag": 1.94, "time": 1506252917940, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.353833, 38.334333, 8.17]}, "bbox": [-119.353833, 38.334333, -119.353833, 38.334333]}, {"id": "2345", "type": "Feature", "properties": {"id": "ak16890316", "mag": 1.9, "time": 1506251419309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7084, 53.1628, 25.6]}, "bbox": [-166.7084, 53.1628, -166.7084, 53.1628]}, {"id": "2346", "type": "Feature", "properties": {"id": "ak16935399", "mag": 2.2, "time": 1506251253254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9705, 58.4119, 157.9]}, "bbox": [-155.9705, 58.4119, -155.9705, 58.4119]}, {"id": "2347", "type": "Feature", "properties": {"id": "us2000awkb", "mag": 4.4, "time": 1506250943050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3134, -22.0133, 10.0]}, "bbox": [-114.3134, -22.0133, -114.3134, -22.0133]}, {"id": "2348", "type": "Feature", "properties": {"id": "ci38009336", "mag": 1.4, "time": 1506250687150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.573, 33.198833, 3.26]}, "bbox": [-115.573, 33.198833, -115.573, 33.198833]}, {"id": "2349", "type": "Feature", "properties": {"id": "ak16935398", "mag": 1.7, "time": 1506250678217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.541, 51.1205, 34.1]}, "bbox": [-178.541, 51.1205, -178.541, 51.1205]}, {"id": "2350", "type": "Feature", "properties": {"id": "ci37166588", "mag": 1.39, "time": 1506250675520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.547333, 33.281167, 1.13]}, "bbox": [-115.547333, 33.281167, -115.547333, 33.281167]}, {"id": "2351", "type": "Feature", "properties": {"id": "ci38009328", "mag": 1.47, "time": 1506250567750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.565833, 33.2015, 2.63]}, "bbox": [-115.565833, 33.2015, -115.565833, 33.2015]}, {"id": "2352", "type": "Feature", "properties": {"id": "us2000azw4", "mag": 4.0, "time": 1506250079340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2354, 15.2643, 10.0]}, "bbox": [-94.2354, 15.2643, -94.2354, 15.2643]}, {"id": "2353", "type": "Feature", "properties": {"id": "nc72897961", "mag": 1.0, "time": 1506249470110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771164, 38.839333, 1.45]}, "bbox": [-122.771164, 38.839333, -122.771164, 38.839333]}, {"id": "2354", "type": "Feature", "properties": {"id": "ak16890295", "mag": 3.1, "time": 1506249009854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4939, 58.556, 142.4]}, "bbox": [-155.4939, 58.556, -155.4939, 58.556]}, {"id": "2355", "type": "Feature", "properties": {"id": "ci38009320", "mag": 1.29, "time": 1506248967650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.577833, 33.1915, 3.45]}, "bbox": [-115.577833, 33.1915, -115.577833, 33.1915]}, {"id": "2356", "type": "Feature", "properties": {"id": "us2000awka", "mag": 4.5, "time": 1506248797510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.4422, -3.5379, 76.33]}, "bbox": [101.4422, -3.5379, 101.4422, -3.5379]}, {"id": "2357", "type": "Feature", "properties": {"id": "ak16889805", "mag": 1.1, "time": 1506248542391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6804, 65.8304, 4.9]}, "bbox": [-150.6804, 65.8304, -150.6804, 65.8304]}, {"id": "2358", "type": "Feature", "properties": {"id": "ak16889804", "mag": 1.4, "time": 1506248465317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0578, 61.0579, 16.4]}, "bbox": [-147.0578, 61.0579, -147.0578, 61.0579]}, {"id": "2359", "type": "Feature", "properties": {"id": "hv61919431", "mag": 2.09, "time": 1506248237750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.282165, 19.41, 0.97]}, "bbox": [-155.282165, 19.41, -155.282165, 19.41]}, {"id": "2360", "type": "Feature", "properties": {"id": "us2000atwe", "mag": 5.8, "time": 1506247572180, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0996, 15.3335, 55.04]}, "bbox": [-94.0996, 15.3335, -94.0996, 15.3335]}, {"id": "2361", "type": "Feature", "properties": {"id": "ak16889794", "mag": 1.8, "time": 1506247473558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2731, 60.4252, 19.1]}, "bbox": [-148.2731, 60.4252, -148.2731, 60.4252]}, {"id": "2362", "type": "Feature", "properties": {"id": "ak16889792", "mag": 1.2, "time": 1506245981072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4789, 61.3979, 20.0]}, "bbox": [-146.4789, 61.3979, -146.4789, 61.3979]}, {"id": "2363", "type": "Feature", "properties": {"id": "ak16935392", "mag": 2.2, "time": 1506245821194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1457, 52.299, 147.0]}, "bbox": [-176.1457, 52.299, -176.1457, 52.299]}, {"id": "2364", "type": "Feature", "properties": {"id": "uw61333151", "mag": 1.32, "time": 1506245720210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3825, 46.455, 17.05]}, "bbox": [-119.3825, 46.455, -119.3825, 46.455]}, {"id": "2365", "type": "Feature", "properties": {"id": "us2000atw1", "mag": 4.3, "time": 1506245575860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.8213, 11.9773, 72.06]}, "bbox": [-86.8213, 11.9773, -86.8213, 11.9773]}, {"id": "2366", "type": "Feature", "properties": {"id": "ak16889787", "mag": 1.5, "time": 1506245559319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1034, 61.6735, 30.1]}, "bbox": [-147.1034, 61.6735, -147.1034, 61.6735]}, {"id": "2367", "type": "Feature", "properties": {"id": "nc72897941", "mag": 1.12, "time": 1506245298510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.529333, 3.01]}, "bbox": [-118.880333, 37.529333, -118.880333, 37.529333]}, {"id": "2368", "type": "Feature", "properties": {"id": "ak16889785", "mag": 1.4, "time": 1506245231368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6899, 61.5181, 15.2]}, "bbox": [-140.6899, 61.5181, -140.6899, 61.5181]}, {"id": "2369", "type": "Feature", "properties": {"id": "us2000atvx", "mag": 4.0, "time": 1506245211400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2276, 16.4152, 5.52]}, "bbox": [-95.2276, 16.4152, -95.2276, 16.4152]}, {"id": "2370", "type": "Feature", "properties": {"id": "ak16889300", "mag": 1.5, "time": 1506244274159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0562, 62.8873, 108.5]}, "bbox": [-151.0562, 62.8873, -151.0562, 62.8873]}, {"id": "2371", "type": "Feature", "properties": {"id": "ak16889299", "mag": 1.7, "time": 1506243971468, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.0331, 60.0823, 0.0]}, "bbox": [-142.0331, 60.0823, -142.0331, 60.0823]}, {"id": "2372", "type": "Feature", "properties": {"id": "ak16889298", "mag": 1.2, "time": 1506242695770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7525, 61.9971, 13.3]}, "bbox": [-150.7525, 61.9971, -150.7525, 61.9971]}, {"id": "2373", "type": "Feature", "properties": {"id": "hv61919256", "mag": 2.47, "time": 1506242595490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.234167, 19.416667, 25.716]}, "bbox": [-155.234167, 19.416667, -155.234167, 19.416667]}, {"id": "2374", "type": "Feature", "properties": {"id": "ak16889296", "mag": 1.5, "time": 1506242565319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7169, 65.857, 21.5]}, "bbox": [-150.7169, 65.857, -150.7169, 65.857]}, {"id": "2375", "type": "Feature", "properties": {"id": "nc72897921", "mag": 1.06, "time": 1506242001250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8435, 37.469667, 2.92]}, "bbox": [-118.8435, 37.469667, -118.8435, 37.469667]}, {"id": "2376", "type": "Feature", "properties": {"id": "nc72897911", "mag": 2.08, "time": 1506241606310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.552333, 36.824833, 5.39]}, "bbox": [-121.552333, 36.824833, -121.552333, 36.824833]}, {"id": "2377", "type": "Feature", "properties": {"id": "ak16888862", "mag": 1.4, "time": 1506241109945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2949, 62.9113, 106.9]}, "bbox": [-151.2949, 62.9113, -151.2949, 62.9113]}, {"id": "2378", "type": "Feature", "properties": {"id": "ci38009280", "mag": 1.11, "time": 1506240906400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0385, 33.996167, 14.68]}, "bbox": [-117.0385, 33.996167, -117.0385, 33.996167]}, {"id": "2379", "type": "Feature", "properties": {"id": "us2000atvi", "mag": 2.6, "time": 1506240803150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4513, 42.6043, 5.23]}, "bbox": [-111.4513, 42.6043, -111.4513, 42.6043]}, {"id": "2380", "type": "Feature", "properties": {"id": "us2000atvl", "mag": 4.0, "time": 1506239983840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9034, 16.4793, 10.0]}, "bbox": [-94.9034, 16.4793, -94.9034, 16.4793]}, {"id": "2381", "type": "Feature", "properties": {"id": "ak16888812", "mag": 1.7, "time": 1506239643860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1541, 59.6562, 69.5]}, "bbox": [-152.1541, 59.6562, -152.1541, 59.6562]}, {"id": "2382", "type": "Feature", "properties": {"id": "ak16935382", "mag": 1.8, "time": 1506239506704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5249, 57.6124, 45.4]}, "bbox": [-152.5249, 57.6124, -152.5249, 57.6124]}, {"id": "2383", "type": "Feature", "properties": {"id": "mb80257374", "mag": 1.2, "time": 1506238135570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.868, 11.76]}, "bbox": [-112.523333, 46.868, -112.523333, 46.868]}, {"id": "2384", "type": "Feature", "properties": {"id": "nn00606790", "mag": 1.5, "time": 1506237560657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1999, 42.1841, 0.9]}, "bbox": [-120.1999, 42.1841, -120.1999, 42.1841]}, {"id": "2385", "type": "Feature", "properties": {"id": "us2000atv2", "mag": 4.3, "time": 1506236966640, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.864, -35.1565, 48.32]}, "bbox": [-71.864, -35.1565, -71.864, -35.1565]}, {"id": "2386", "type": "Feature", "properties": {"id": "ak16888374", "mag": 1.9, "time": 1506236724000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8397, 62.9467, 106.5]}, "bbox": [-150.8397, 62.9467, -150.8397, 62.9467]}, {"id": "2387", "type": "Feature", "properties": {"id": "ak16888373", "mag": 1.0, "time": 1506236683719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1115, 61.3903, 3.2]}, "bbox": [-141.1115, 61.3903, -141.1115, 61.3903]}, {"id": "2388", "type": "Feature", "properties": {"id": "uu60249142", "mag": 1.26, "time": 1506236544020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028333, 44.8, 10.63]}, "bbox": [-111.028333, 44.8, -111.028333, 44.8]}, {"id": "2389", "type": "Feature", "properties": {"id": "nc72897871", "mag": 1.79, "time": 1506236124510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.845333, 35.541667, 5.98]}, "bbox": [-120.845333, 35.541667, -120.845333, 35.541667]}, {"id": "2390", "type": "Feature", "properties": {"id": "nc72897866", "mag": 2.12, "time": 1506235870210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3545, 38.341333, 8.25]}, "bbox": [-119.3545, 38.341333, -119.3545, 38.341333]}, {"id": "2391", "type": "Feature", "properties": {"id": "ak16935379", "mag": 1.6, "time": 1506235725999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.5436, 51.4418, 21.3]}, "bbox": [-176.5436, 51.4418, -176.5436, 51.4418]}, {"id": "2392", "type": "Feature", "properties": {"id": "us2000atuj", "mag": 4.6, "time": 1506235179700, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.5466, -14.3043, 33.52]}, "bbox": [-75.5466, -14.3043, -75.5466, -14.3043]}, {"id": "2393", "type": "Feature", "properties": {"id": "nc72903821", "mag": 1.02, "time": 1506234997060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.948167, 41.046333, 9.53]}, "bbox": [-121.948167, 41.046333, -121.948167, 41.046333]}, {"id": "2394", "type": "Feature", "properties": {"id": "nc72897856", "mag": 1.71, "time": 1506234937540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.471333, 1.25]}, "bbox": [-118.8185, 37.471333, -118.8185, 37.471333]}, {"id": "2395", "type": "Feature", "properties": {"id": "ak16935378", "mag": 1.3, "time": 1506234863595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9435, 61.261, 59.9]}, "bbox": [-150.9435, 61.261, -150.9435, 61.261]}, {"id": "2396", "type": "Feature", "properties": {"id": "ci38009240", "mag": 0.99, "time": 1506234721960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.828167, 33.977667, 16.65]}, "bbox": [-116.828167, 33.977667, -116.828167, 33.977667]}, {"id": "2397", "type": "Feature", "properties": {"id": "ak16935377", "mag": 3.3, "time": 1506234648623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3164, 50.4387, 10.0]}, "bbox": [-173.3164, 50.4387, -173.3164, 50.4387]}, {"id": "2398", "type": "Feature", "properties": {"id": "ak16888327", "mag": 1.1, "time": 1506234051194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0067, 67.8619, 3.3]}, "bbox": [-149.0067, 67.8619, -149.0067, 67.8619]}, {"id": "2399", "type": "Feature", "properties": {"id": "hv61919146", "mag": 1.76, "time": 1506233551670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.438667, 19.110833, 40.565]}, "bbox": [-155.438667, 19.110833, -155.438667, 19.110833]}, {"id": "2400", "type": "Feature", "properties": {"id": "nc72897836", "mag": 1.19, "time": 1506233494190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.879667, 37.536833, 3.32]}, "bbox": [-118.879667, 37.536833, -118.879667, 37.536833]}, {"id": "2401", "type": "Feature", "properties": {"id": "nc72897831", "mag": 1.19, "time": 1506233212800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880167, 37.536833, 3.36]}, "bbox": [-118.880167, 37.536833, -118.880167, 37.536833]}, {"id": "2402", "type": "Feature", "properties": {"id": "ak16935375", "mag": 1.1, "time": 1506232927752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.625, 63.077, 2.5]}, "bbox": [-151.625, 63.077, -151.625, 63.077]}, {"id": "2403", "type": "Feature", "properties": {"id": "ak16887898", "mag": 1.9, "time": 1506232339124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4442, 51.588, 12.9]}, "bbox": [-178.4442, 51.588, -178.4442, 51.588]}, {"id": "2404", "type": "Feature", "properties": {"id": "us2000atud", "mag": 4.6, "time": 1506232184760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.3102, 23.9217, 19.2]}, "bbox": [122.3102, 23.9217, 122.3102, 23.9217]}, {"id": "2405", "type": "Feature", "properties": {"id": "ak16887893", "mag": 1.8, "time": 1506231025885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6676, 61.5229, 16.0]}, "bbox": [-140.6676, 61.5229, -140.6676, 61.5229]}, {"id": "2406", "type": "Feature", "properties": {"id": "us2000attv", "mag": 3.2, "time": 1506230915380, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4686, 42.6086, 5.28]}, "bbox": [-111.4686, 42.6086, -111.4686, 42.6086]}, {"id": "2407", "type": "Feature", "properties": {"id": "ci38009080", "mag": 1.1, "time": 1506230493370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.65, 35.937333, 3.69]}, "bbox": [-117.65, 35.937333, -117.65, 35.937333]}, {"id": "2408", "type": "Feature", "properties": {"id": "nc72897801", "mag": 1.86, "time": 1506230402950, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.5355, 3.17]}, "bbox": [-118.880833, 37.5355, -118.880833, 37.5355]}, {"id": "2409", "type": "Feature", "properties": {"id": "us2000attk", "mag": 4.4, "time": 1506229834430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9698, 16.526, 14.16]}, "bbox": [-97.9698, 16.526, -97.9698, 16.526]}, {"id": "2410", "type": "Feature", "properties": {"id": "ak16887845", "mag": 2.2, "time": 1506229788458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3609, 60.3798, 13.6]}, "bbox": [-147.3609, 60.3798, -147.3609, 60.3798]}, {"id": "2411", "type": "Feature", "properties": {"id": "ci38009064", "mag": 2.54, "time": 1506229471590, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.708833, 34.611167, -0.32]}, "bbox": [-120.708833, 34.611167, -120.708833, 34.611167]}, {"id": "2412", "type": "Feature", "properties": {"id": "ak16887419", "mag": 2.5, "time": 1506228712730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1558, 57.6827, 0.6]}, "bbox": [-156.1558, 57.6827, -156.1558, 57.6827]}, {"id": "2413", "type": "Feature", "properties": {"id": "uu60249092", "mag": 1.45, "time": 1506228417670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.041833, 38.6065, 7.11]}, "bbox": [-112.041833, 38.6065, -112.041833, 38.6065]}, {"id": "2414", "type": "Feature", "properties": {"id": "uu60013144", "mag": 2.65, "time": 1506227971910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.063667, 38.596667, 13.4]}, "bbox": [-112.063667, 38.596667, -112.063667, 38.596667]}, {"id": "2415", "type": "Feature", "properties": {"id": "uu60249087", "mag": 3.34, "time": 1506227924130, "felt": 52.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.056, 38.615, 7.09]}, "bbox": [-112.056, 38.615, -112.056, 38.615]}, {"id": "2416", "type": "Feature", "properties": {"id": "ci38009040", "mag": 1.66, "time": 1506227707260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.754667, 32.691333, 7.72]}, "bbox": [-115.754667, 32.691333, -115.754667, 32.691333]}, {"id": "2417", "type": "Feature", "properties": {"id": "ak16887417", "mag": 1.4, "time": 1506227635748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4813, 59.9807, 0.0]}, "bbox": [-139.4813, 59.9807, -139.4813, 59.9807]}, {"id": "2418", "type": "Feature", "properties": {"id": "hv61919026", "mag": 1.76, "time": 1506225952210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.284164, 19.394167, 2.71]}, "bbox": [-155.284164, 19.394167, -155.284164, 19.394167]}, {"id": "2419", "type": "Feature", "properties": {"id": "hv61918996", "mag": 1.99, "time": 1506224898090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28067, 19.403999, 1.29]}, "bbox": [-155.28067, 19.403999, -155.28067, 19.403999]}, {"id": "2420", "type": "Feature", "properties": {"id": "us2000atsq", "mag": 4.1, "time": 1506223896740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.2705, -18.0175, 148.09]}, "bbox": [-69.2705, -18.0175, -69.2705, -18.0175]}, {"id": "2421", "type": "Feature", "properties": {"id": "ak16935368", "mag": 2.3, "time": 1506222958411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4834, 51.3236, 13.2]}, "bbox": [-176.4834, 51.3236, -176.4834, 51.3236]}, {"id": "2422", "type": "Feature", "properties": {"id": "ak16886952", "mag": 1.2, "time": 1506222874628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.387, 59.9979, 0.0]}, "bbox": [-139.387, 59.9979, -139.387, 59.9979]}, {"id": "2423", "type": "Feature", "properties": {"id": "nm60207271", "mag": 1.17, "time": 1506222175440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.522833, 36.477167, 7.22]}, "bbox": [-89.522833, 36.477167, -89.522833, 36.477167]}, {"id": "2424", "type": "Feature", "properties": {"id": "nc72897746", "mag": 1.28, "time": 1506221915120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720833, 38.788, 2.34]}, "bbox": [-122.720833, 38.788, -122.720833, 38.788]}, {"id": "2425", "type": "Feature", "properties": {"id": "ak16886490", "mag": 1.1, "time": 1506220290807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3418, 62.9812, 77.2]}, "bbox": [-149.3418, 62.9812, -149.3418, 62.9812]}, {"id": "2426", "type": "Feature", "properties": {"id": "us2000atse", "mag": 4.6, "time": 1506220200040, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.2801, -27.8834, 30.1]}, "bbox": [-71.2801, -27.8834, -71.2801, -27.8834]}, {"id": "2427", "type": "Feature", "properties": {"id": "ak16935365", "mag": 1.8, "time": 1506220032447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1268, 57.8123, 70.2]}, "bbox": [-155.1268, 57.8123, -155.1268, 57.8123]}, {"id": "2428", "type": "Feature", "properties": {"id": "nc72897736", "mag": 1.07, "time": 1506219512840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.478833, 1.34]}, "bbox": [-118.8245, 37.478833, -118.8245, 37.478833]}, {"id": "2429", "type": "Feature", "properties": {"id": "ak16935364", "mag": 2.4, "time": 1506219397177, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8092, 52.1986, 20.4]}, "bbox": [-169.8092, 52.1986, -169.8092, 52.1986]}, {"id": "2430", "type": "Feature", "properties": {"id": "nc72897726", "mag": 2.48, "time": 1506219108260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.023333, 40.3465, 9.33]}, "bbox": [-125.023333, 40.3465, -125.023333, 40.3465]}, {"id": "2431", "type": "Feature", "properties": {"id": "us2000atsa", "mag": 4.2, "time": 1506218615340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8425, 16.574, 39.83]}, "bbox": [-94.8425, 16.574, -94.8425, 16.574]}, {"id": "2432", "type": "Feature", "properties": {"id": "ak16935363", "mag": 1.0, "time": 1506217950145, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5769, 68.6004, 0.9]}, "bbox": [-147.5769, 68.6004, -147.5769, 68.6004]}, {"id": "2433", "type": "Feature", "properties": {"id": "nc72897701", "mag": 1.48, "time": 1506217326030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.475, -0.04]}, "bbox": [-118.819333, 37.475, -118.819333, 37.475]}, {"id": "2434", "type": "Feature", "properties": {"id": "nc72897696", "mag": 1.19, "time": 1506216792400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125, 36.5355, 3.43]}, "bbox": [-121.125, 36.5355, -121.125, 36.5355]}, {"id": "2435", "type": "Feature", "properties": {"id": "ak16886371", "mag": 2.1, "time": 1506216606733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.8852, 51.4616, 53.0]}, "bbox": [179.8852, 51.4616, 179.8852, 51.4616]}, {"id": "2436", "type": "Feature", "properties": {"id": "us2000atrn", "mag": 3.8, "time": 1506215497620, "felt": 67.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1371, 36.3727, 2.82]}, "bbox": [-97.1371, 36.3727, -97.1371, 36.3727]}, {"id": "2437", "type": "Feature", "properties": {"id": "nc72897686", "mag": 2.17, "time": 1506215076790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.141167, 36.555, 2.89]}, "bbox": [-121.141167, 36.555, -121.141167, 36.555]}, {"id": "2438", "type": "Feature", "properties": {"id": "ci38008976", "mag": 1.32, "time": 1506215071310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450333, 34.2865, 7.66]}, "bbox": [-116.450333, 34.2865, -116.450333, 34.2865]}, {"id": "2439", "type": "Feature", "properties": {"id": "us2000atrk", "mag": 5.0, "time": 1506214584220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.7808, -10.6598, 47.61]}, "bbox": [161.7808, -10.6598, 161.7808, -10.6598]}, {"id": "2440", "type": "Feature", "properties": {"id": "ak16885992", "mag": 2.0, "time": 1506214179876, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6803, 63.2188, 129.3]}, "bbox": [-150.6803, 63.2188, -150.6803, 63.2188]}, {"id": "2441", "type": "Feature", "properties": {"id": "ci38008968", "mag": 1.0, "time": 1506214163490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8005, 33.996, 18.05]}, "bbox": [-116.8005, 33.996, -116.8005, 33.996]}, {"id": "2442", "type": "Feature", "properties": {"id": "ak16885991", "mag": 1.4, "time": 1506214156491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6167, 63.06, 7.0]}, "bbox": [-151.6167, 63.06, -151.6167, 63.06]}, {"id": "2443", "type": "Feature", "properties": {"id": "ak16885975", "mag": 2.0, "time": 1506213434632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5807, 63.0643, 7.3]}, "bbox": [-151.5807, 63.0643, -151.5807, 63.0643]}, {"id": "2444", "type": "Feature", "properties": {"id": "ak16885911", "mag": 1.9, "time": 1506213142249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5965, 63.0635, 4.5]}, "bbox": [-151.5965, 63.0635, -151.5965, 63.0635]}, {"id": "2445", "type": "Feature", "properties": {"id": "us2000atre", "mag": 4.4, "time": 1506212946200, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.7877, 12.9849, 60.16]}, "bbox": [-88.7877, 12.9849, -88.7877, 12.9849]}, {"id": "2446", "type": "Feature", "properties": {"id": "nc72897676", "mag": 1.44, "time": 1506212851640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836167, 37.574667, 1.65]}, "bbox": [-118.836167, 37.574667, -118.836167, 37.574667]}, {"id": "2447", "type": "Feature", "properties": {"id": "ci38008928", "mag": 1.02, "time": 1506212597460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.178333, 33.195833, 6.76]}, "bbox": [-116.178333, 33.195833, -116.178333, 33.195833]}, {"id": "2448", "type": "Feature", "properties": {"id": "ci38008920", "mag": 1.07, "time": 1506212251010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.430333, 34.0525, 9.6]}, "bbox": [-116.430333, 34.0525, -116.430333, 34.0525]}, {"id": "2449", "type": "Feature", "properties": {"id": "ak16885578", "mag": 1.8, "time": 1506211566495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6255, 61.4518, 71.8]}, "bbox": [-151.6255, 61.4518, -151.6255, 61.4518]}, {"id": "2450", "type": "Feature", "properties": {"id": "ak16885576", "mag": 1.5, "time": 1506211049943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5978, 61.5229, 17.2]}, "bbox": [-140.5978, 61.5229, -140.5978, 61.5229]}, {"id": "2451", "type": "Feature", "properties": {"id": "ak16885547", "mag": 1.3, "time": 1506210780241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6346, 63.8335, 106.3]}, "bbox": [-148.6346, 63.8335, -148.6346, 63.8335]}, {"id": "2452", "type": "Feature", "properties": {"id": "ak16885533", "mag": 1.6, "time": 1506209676573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5334, 61.8507, 43.6]}, "bbox": [-149.5334, 61.8507, -149.5334, 61.8507]}, {"id": "2453", "type": "Feature", "properties": {"id": "nc72897656", "mag": 1.03, "time": 1506208996140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7145, 38.772667, 2.47]}, "bbox": [-122.7145, 38.772667, -122.7145, 38.772667]}, {"id": "2454", "type": "Feature", "properties": {"id": "ci38008912", "mag": 1.4, "time": 1506208905320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.801167, 33.9745, 17.62]}, "bbox": [-116.801167, 33.9745, -116.801167, 33.9745]}, {"id": "2455", "type": "Feature", "properties": {"id": "ci38008904", "mag": 1.35, "time": 1506208456300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924333, 33.9845, 4.74]}, "bbox": [-116.924333, 33.9845, -116.924333, 33.9845]}, {"id": "2456", "type": "Feature", "properties": {"id": "us2000atqq", "mag": 4.5, "time": 1506207994550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9873, 16.6593, 8.9]}, "bbox": [-94.9873, 16.6593, -94.9873, 16.6593]}, {"id": "2457", "type": "Feature", "properties": {"id": "ak16885149", "mag": 1.0, "time": 1506207804984, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3702, 64.9969, 0.0]}, "bbox": [-147.3702, 64.9969, -147.3702, 64.9969]}, {"id": "2458", "type": "Feature", "properties": {"id": "uu60249057", "mag": 2.12, "time": 1506207074140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.304, 44.720667, 6.11]}, "bbox": [-111.304, 44.720667, -111.304, 44.720667]}, {"id": "2459", "type": "Feature", "properties": {"id": "nc72897646", "mag": 1.23, "time": 1506206872800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.787167, 1.28]}, "bbox": [-122.735333, 38.787167, -122.735333, 38.787167]}, {"id": "2460", "type": "Feature", "properties": {"id": "us2000atq4", "mag": 4.6, "time": 1506204121620, "felt": 194.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.616, -33.7421, 44.72]}, "bbox": [-71.616, -33.7421, -71.616, -33.7421]}, {"id": "2461", "type": "Feature", "properties": {"id": "ci38008864", "mag": 1.58, "time": 1506203611410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 33.181333, 2.86]}, "bbox": [-115.609, 33.181333, -115.609, 33.181333]}, {"id": "2462", "type": "Feature", "properties": {"id": "ak16884706", "mag": 3.1, "time": 1506202930250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.1771, 51.8267, 132.6]}, "bbox": [178.1771, 51.8267, 178.1771, 51.8267]}, {"id": "2463", "type": "Feature", "properties": {"id": "us2000atpq", "mag": 4.9, "time": 1506201617890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.82, 7.5438, 10.0]}, "bbox": [124.82, 7.5438, 124.82, 7.5438]}, {"id": "2464", "type": "Feature", "properties": {"id": "us2000atpp", "mag": 4.9, "time": 1506201494980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8199, 7.5946, 10.0]}, "bbox": [124.8199, 7.5946, 124.8199, 7.5946]}, {"id": "2465", "type": "Feature", "properties": {"id": "ak16884645", "mag": 1.0, "time": 1506201077397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.96, 64.7531, 1.8]}, "bbox": [-139.96, 64.7531, -139.96, 64.7531]}, {"id": "2466", "type": "Feature", "properties": {"id": "us2000atpb", "mag": 5.7, "time": 1506199628760, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8736, 7.6285, 31.39]}, "bbox": [124.8736, 7.6285, 124.8736, 7.6285]}, {"id": "2467", "type": "Feature", "properties": {"id": "ak16884300", "mag": 2.8, "time": 1506199486287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6652, 52.5903, 67.9]}, "bbox": [-169.6652, 52.5903, -169.6652, 52.5903]}, {"id": "2468", "type": "Feature", "properties": {"id": "nc72897611", "mag": 1.26, "time": 1506199458450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604333, 4.01]}, "bbox": [-118.821667, 37.604333, -118.821667, 37.604333]}, {"id": "2469", "type": "Feature", "properties": {"id": "ak16884298", "mag": 1.2, "time": 1506198439700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5445, 59.7818, 0.1]}, "bbox": [-136.5445, 59.7818, -136.5445, 59.7818]}, {"id": "2470", "type": "Feature", "properties": {"id": "uw61332966", "mag": 1.38, "time": 1506197756870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.684333, 48.248, 9.29]}, "bbox": [-121.684333, 48.248, -121.684333, 48.248]}, {"id": "2471", "type": "Feature", "properties": {"id": "ak16884247", "mag": 2.2, "time": 1506197594492, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0461, 51.8485, 92.8]}, "bbox": [-178.0461, 51.8485, -178.0461, 51.8485]}, {"id": "2472", "type": "Feature", "properties": {"id": "ak16883936", "mag": 1.0, "time": 1506196999226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8099, 64.7452, 10.2]}, "bbox": [-149.8099, 64.7452, -149.8099, 64.7452]}, {"id": "2473", "type": "Feature", "properties": {"id": "ci38008816", "mag": 1.2, "time": 1506196919720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.403833, 34.223333, 11.34]}, "bbox": [-118.403833, 34.223333, -118.403833, 34.223333]}, {"id": "2474", "type": "Feature", "properties": {"id": "nc72897586", "mag": 2.51, "time": 1506196446140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.396167, 40.494333, 25.08]}, "bbox": [-124.396167, 40.494333, -124.396167, 40.494333]}, {"id": "2475", "type": "Feature", "properties": {"id": "nc72897566", "mag": 2.07, "time": 1506194792800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.572667, 1.63]}, "bbox": [-118.835833, 37.572667, -118.835833, 37.572667]}, {"id": "2476", "type": "Feature", "properties": {"id": "nc72897561", "mag": 1.83, "time": 1506194678430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.574, 1.71]}, "bbox": [-118.8365, 37.574, -118.8365, 37.574]}, {"id": "2477", "type": "Feature", "properties": {"id": "ak16883864", "mag": 2.8, "time": 1506194224396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8992, 51.3293, 31.9]}, "bbox": [-175.8992, 51.3293, -175.8992, 51.3293]}, {"id": "2478", "type": "Feature", "properties": {"id": "ak16883866", "mag": 1.0, "time": 1506193955730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8833, 59.8983, 14.4]}, "bbox": [-136.8833, 59.8983, -136.8833, 59.8983]}, {"id": "2479", "type": "Feature", "properties": {"id": "nc72897541", "mag": 1.74, "time": 1506193009290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.6045, 4.22]}, "bbox": [-118.820833, 37.6045, -118.820833, 37.6045]}, {"id": "2480", "type": "Feature", "properties": {"id": "ak16883553", "mag": 1.2, "time": 1506192900100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4017, 65.5315, 14.2]}, "bbox": [-150.4017, 65.5315, -150.4017, 65.5315]}, {"id": "2481", "type": "Feature", "properties": {"id": "ak16883554", "mag": 1.2, "time": 1506192680980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0611, 67.1099, 2.8]}, "bbox": [-157.0611, 67.1099, -157.0611, 67.1099]}, {"id": "2482", "type": "Feature", "properties": {"id": "us2000atnx", "mag": 2.6, "time": 1506192601240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4214, 42.5566, 9.03]}, "bbox": [-111.4214, 42.5566, -111.4214, 42.5566]}, {"id": "2483", "type": "Feature", "properties": {"id": "ak16883552", "mag": 1.1, "time": 1506192410113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.197, 60.3011, 0.2]}, "bbox": [-143.197, 60.3011, -143.197, 60.3011]}, {"id": "2484", "type": "Feature", "properties": {"id": "nc72897531", "mag": 2.28, "time": 1506191594770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604, 4.22]}, "bbox": [-118.821667, 37.604, -118.821667, 37.604]}, {"id": "2485", "type": "Feature", "properties": {"id": "us2000augr", "mag": 4.5, "time": 1506191531170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.4442, -11.942, 15.62]}, "bbox": [-138.4442, -11.942, -138.4442, -11.942]}, {"id": "2486", "type": "Feature", "properties": {"id": "ci38008760", "mag": 1.23, "time": 1506190682920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.415167, 33.1465, 4.6]}, "bbox": [-116.415167, 33.1465, -116.415167, 33.1465]}, {"id": "2487", "type": "Feature", "properties": {"id": "ci38008752", "mag": 1.14, "time": 1506190401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.972, 33.217167, 7.81]}, "bbox": [-115.972, 33.217167, -115.972, 33.217167]}, {"id": "2488", "type": "Feature", "properties": {"id": "nc72897521", "mag": 1.68, "time": 1506190013010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811833, 38.821167, 1.49]}, "bbox": [-122.811833, 38.821167, -122.811833, 38.821167]}, {"id": "2489", "type": "Feature", "properties": {"id": "ak16883482", "mag": 1.4, "time": 1506189726896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.742, 64.4224, 18.2]}, "bbox": [-148.742, 64.4224, -148.742, 64.4224]}, {"id": "2490", "type": "Feature", "properties": {"id": "ak16923786", "mag": 2.7, "time": 1506189654902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1544, 53.4208, 25.6]}, "bbox": [-163.1544, 53.4208, -163.1544, 53.4208]}, {"id": "2491", "type": "Feature", "properties": {"id": "hv61918336", "mag": 2.94, "time": 1506189242240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611167, 19.4215, 2.482]}, "bbox": [-155.611167, 19.4215, -155.611167, 19.4215]}, {"id": "2492", "type": "Feature", "properties": {"id": "us2000atn1", "mag": 4.4, "time": 1506188901480, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.1457, 7.0739, 96.15]}, "bbox": [125.1457, 7.0739, 125.1457, 7.0739]}, {"id": "2493", "type": "Feature", "properties": {"id": "nc72897511", "mag": 1.1, "time": 1506188786860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7965, 37.484667, 7.75]}, "bbox": [-118.7965, 37.484667, -118.7965, 37.484667]}, {"id": "2494", "type": "Feature", "properties": {"id": "ak16883178", "mag": 2.9, "time": 1506188673480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5715, 58.1668, 7.8]}, "bbox": [-151.5715, 58.1668, -151.5715, 58.1668]}, {"id": "2495", "type": "Feature", "properties": {"id": "ak16923784", "mag": 1.7, "time": 1506187667099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6425, 60.6215, 67.6]}, "bbox": [-151.6425, 60.6215, -151.6425, 60.6215]}, {"id": "2496", "type": "Feature", "properties": {"id": "us2000atms", "mag": 5.0, "time": 1506187553100, "felt": 30.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.9096, -30.7535, 117.2]}, "bbox": [-68.9096, -30.7535, -68.9096, -30.7535]}, {"id": "2497", "type": "Feature", "properties": {"id": "ci38008720", "mag": 1.14, "time": 1506187127550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4515, 34.231833, 12.91]}, "bbox": [-117.4515, 34.231833, -117.4515, 34.231833]}, {"id": "2498", "type": "Feature", "properties": {"id": "nc72897476", "mag": 2.49, "time": 1506186613660, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3425, 36.714, -0.57]}, "bbox": [-121.3425, 36.714, -121.3425, 36.714]}, {"id": "2499", "type": "Feature", "properties": {"id": "nc72897471", "mag": 1.19, "time": 1506186452260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773834, 38.833832, 1.91]}, "bbox": [-122.773834, 38.833832, -122.773834, 38.833832]}, {"id": "2500", "type": "Feature", "properties": {"id": "ci38008696", "mag": 1.09, "time": 1506186268310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848333, 36.183167, 3.2]}, "bbox": [-117.848333, 36.183167, -117.848333, 36.183167]}, {"id": "2501", "type": "Feature", "properties": {"id": "ci38008688", "mag": 1.35, "time": 1506185983910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.845167, 36.179667, 2.43]}, "bbox": [-117.845167, 36.179667, -117.845167, 36.179667]}, {"id": "2502", "type": "Feature", "properties": {"id": "nc72897466", "mag": 1.85, "time": 1506185948480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807, 38.052667, 0.81]}, "bbox": [-118.807, 38.052667, -118.807, 38.052667]}, {"id": "2503", "type": "Feature", "properties": {"id": "us2000atmg", "mag": 4.4, "time": 1506185133990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [71.1291, 36.4703, 91.01]}, "bbox": [71.1291, 36.4703, 71.1291, 36.4703]}, {"id": "2504", "type": "Feature", "properties": {"id": "us2000atmf", "mag": 4.5, "time": 1506184783190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.21, -28.772, 131.62]}, "bbox": [-69.21, -28.772, -69.21, -28.772]}, {"id": "2505", "type": "Feature", "properties": {"id": "nc72897451", "mag": 1.44, "time": 1506184758630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9955, 36.407667, 6.86]}, "bbox": [-120.9955, 36.407667, -120.9955, 36.407667]}, {"id": "2506", "type": "Feature", "properties": {"id": "ci38008672", "mag": 2.68, "time": 1506184689590, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.498333, 5.63]}, "bbox": [-116.8015, 33.498333, -116.8015, 33.498333]}, {"id": "2507", "type": "Feature", "properties": {"id": "ci38008664", "mag": 1.11, "time": 1506184563870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.261167, 34.006833, 14.43]}, "bbox": [-117.261167, 34.006833, -117.261167, 34.006833]}, {"id": "2508", "type": "Feature", "properties": {"id": "us2000atmc", "mag": 2.7, "time": 1506184527900, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4447, 42.5711, 9.8]}, "bbox": [-111.4447, 42.5711, -111.4447, 42.5711]}, {"id": "2509", "type": "Feature", "properties": {"id": "us2000atma", "mag": 4.4, "time": 1506183893420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7171, 16.8156, 10.0]}, "bbox": [-94.7171, 16.8156, -94.7171, 16.8156]}, {"id": "2510", "type": "Feature", "properties": {"id": "nc72897441", "mag": 1.31, "time": 1506183491090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.170833, 12.95]}, "bbox": [-118.606833, 37.170833, -118.606833, 37.170833]}, {"id": "2511", "type": "Feature", "properties": {"id": "nc72897436", "mag": 1.56, "time": 1506183390100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.198667, 10.68]}, "bbox": [-118.606833, 37.198667, -118.606833, 37.198667]}, {"id": "2512", "type": "Feature", "properties": {"id": "ak16882778", "mag": 2.6, "time": 1506183338101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.6342, 57.1033, 9.7]}, "bbox": [-157.6342, 57.1033, -157.6342, 57.1033]}, {"id": "2513", "type": "Feature", "properties": {"id": "ak16923782", "mag": 2.0, "time": 1506182696586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8058, 59.0921, 75.1]}, "bbox": [-152.8058, 59.0921, -152.8058, 59.0921]}, {"id": "2514", "type": "Feature", "properties": {"id": "ak16882769", "mag": 3.1, "time": 1506182496691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0149, 52.3026, 176.2]}, "bbox": [-173.0149, 52.3026, -173.0149, 52.3026]}, {"id": "2515", "type": "Feature", "properties": {"id": "us2000atm1", "mag": 4.3, "time": 1506182042160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [62.7519, 26.1798, 45.69]}, "bbox": [62.7519, 26.1798, 62.7519, 26.1798]}, {"id": "2516", "type": "Feature", "properties": {"id": "ak16882474", "mag": 1.9, "time": 1506181429544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7141, 61.0689, 15.9]}, "bbox": [-150.7141, 61.0689, -150.7141, 61.0689]}, {"id": "2517", "type": "Feature", "properties": {"id": "ak16882473", "mag": 1.1, "time": 1506181415825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5959, 60.5708, 14.6]}, "bbox": [-141.5959, 60.5708, -141.5959, 60.5708]}, {"id": "2518", "type": "Feature", "properties": {"id": "nc72897426", "mag": 1.24, "time": 1506180532690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623667, 37.188167, 10.74]}, "bbox": [-118.623667, 37.188167, -118.623667, 37.188167]}, {"id": "2519", "type": "Feature", "properties": {"id": "ci38008584", "mag": 1.58, "time": 1506180105990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.444, 33.030667, 2.87]}, "bbox": [-116.444, 33.030667, -116.444, 33.030667]}, {"id": "2520", "type": "Feature", "properties": {"id": "us2000atlk", "mag": 3.8, "time": 1506180000610, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4292, 42.5433, 9.91]}, "bbox": [-111.4292, 42.5433, -111.4292, 42.5433]}, {"id": "2521", "type": "Feature", "properties": {"id": "us2000atlf", "mag": 4.2, "time": 1506179194220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0107, 16.603, 10.0]}, "bbox": [-95.0107, 16.603, -95.0107, 16.603]}, {"id": "2522", "type": "Feature", "properties": {"id": "mb80257194", "mag": 1.15, "time": 1506178837080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.886, 12.66]}, "bbox": [-112.525833, 46.886, -112.525833, 46.886]}, {"id": "2523", "type": "Feature", "properties": {"id": "nn00606739", "mag": 1.0, "time": 1506178325112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0924, 40.2311, 5.5]}, "bbox": [-121.0924, 40.2311, -121.0924, 40.2311]}, {"id": "2524", "type": "Feature", "properties": {"id": "ci38008536", "mag": 1.59, "time": 1506177881730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.495667, 3.67]}, "bbox": [-116.795667, 33.495667, -116.795667, 33.495667]}, {"id": "2525", "type": "Feature", "properties": {"id": "us2000atkr", "mag": 4.9, "time": 1506177106540, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8831, 16.6905, 10.0]}, "bbox": [-94.8831, 16.6905, -94.8831, 16.6905]}, {"id": "2526", "type": "Feature", "properties": {"id": "us2000atku", "mag": 4.2, "time": 1506176872070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.97, 16.7939, 10.0]}, "bbox": [-94.97, 16.7939, -94.97, 16.7939]}, {"id": "2527", "type": "Feature", "properties": {"id": "nc72897386", "mag": 1.06, "time": 1506176360420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811667, 38.818667, 2.57]}, "bbox": [-122.811667, 38.818667, -122.811667, 38.818667]}, {"id": "2528", "type": "Feature", "properties": {"id": "ci38008512", "mag": 2.34, "time": 1506176315810, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0575, 34.503333, 8.9]}, "bbox": [-118.0575, 34.503333, -118.0575, 34.503333]}, {"id": "2529", "type": "Feature", "properties": {"id": "us2000atkn", "mag": 4.4, "time": 1506176300040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1269, 16.7434, 10.0]}, "bbox": [-95.1269, 16.7434, -95.1269, 16.7434]}, {"id": "2530", "type": "Feature", "properties": {"id": "ak16882104", "mag": 1.1, "time": 1506175629079, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8075, 60.3407, 9.1]}, "bbox": [-139.8075, 60.3407, -139.8075, 60.3407]}, {"id": "2531", "type": "Feature", "properties": {"id": "nc72897361", "mag": 0.96, "time": 1506174820850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.612, 37.392833, 13.92]}, "bbox": [-118.612, 37.392833, -118.612, 37.392833]}, {"id": "2532", "type": "Feature", "properties": {"id": "ak16881826", "mag": 2.5, "time": 1506174802909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6324, 58.8539, 123.3]}, "bbox": [-154.6324, 58.8539, -154.6324, 58.8539]}, {"id": "2533", "type": "Feature", "properties": {"id": "ci38008496", "mag": 1.78, "time": 1506174424760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817167, 34.867667, 4.67]}, "bbox": [-118.817167, 34.867667, -118.817167, 34.867667]}, {"id": "2534", "type": "Feature", "properties": {"id": "ak16881795", "mag": 1.1, "time": 1506173527174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8881, 64.8661, 12.9]}, "bbox": [-148.8881, 64.8661, -148.8881, 64.8661]}, {"id": "2535", "type": "Feature", "properties": {"id": "us2000atke", "mag": 5.1, "time": 1506173434140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.8176, 13.6704, 193.27]}, "bbox": [120.8176, 13.6704, 120.8176, 13.6704]}, {"id": "2536", "type": "Feature", "properties": {"id": "us2000atk8", "mag": 4.8, "time": 1506173052110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9123, 16.7308, 10.0]}, "bbox": [-94.9123, 16.7308, -94.9123, 16.7308]}, {"id": "2537", "type": "Feature", "properties": {"id": "ak16881771", "mag": 1.2, "time": 1506172200912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8726, 64.8605, 11.6]}, "bbox": [-148.8726, 64.8605, -148.8726, 64.8605]}, {"id": "2538", "type": "Feature", "properties": {"id": "ak16881749", "mag": 1.6, "time": 1506171778198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8844, 64.8563, 10.3]}, "bbox": [-148.8844, 64.8563, -148.8844, 64.8563]}, {"id": "2539", "type": "Feature", "properties": {"id": "us2000atjy", "mag": 4.3, "time": 1506171499860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.9043, -2.9658, 44.93]}, "bbox": [129.9043, -2.9658, 129.9043, -2.9658]}, {"id": "2540", "type": "Feature", "properties": {"id": "uu60248857", "mag": 1.35, "time": 1506171338590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.890833, 37.000833, 18.28]}, "bbox": [-112.890833, 37.000833, -112.890833, 37.000833]}, {"id": "2541", "type": "Feature", "properties": {"id": "us2000atjv", "mag": 6.1, "time": 1506171182420, "felt": 203.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9509, 16.7732, 9.62]}, "bbox": [-94.9509, 16.7732, -94.9509, 16.7732]}, {"id": "2542", "type": "Feature", "properties": {"id": "ak16881467", "mag": 1.4, "time": 1506170949832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8768, 64.9158, 8.5]}, "bbox": [-148.8768, 64.9158, -148.8768, 64.9158]}, {"id": "2543", "type": "Feature", "properties": {"id": "ak16881459", "mag": 1.7, "time": 1506170669236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6941, 64.6752, 17.2]}, "bbox": [-149.6941, 64.6752, -149.6941, 64.6752]}, {"id": "2544", "type": "Feature", "properties": {"id": "ak16881453", "mag": 1.5, "time": 1506170369239, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9047, 64.8585, 16.1]}, "bbox": [-148.9047, 64.8585, -148.9047, 64.8585]}, {"id": "2545", "type": "Feature", "properties": {"id": "us2000atjm", "mag": 4.6, "time": 1506169519350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.1923, 31.1823, 10.0]}, "bbox": [142.1923, 31.1823, 142.1923, 31.1823]}, {"id": "2546", "type": "Feature", "properties": {"id": "us2000avhc", "mag": 2.6, "time": 1506167877970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.84, 52.2553, 189.02]}, "bbox": [-175.84, 52.2553, -175.84, 52.2553]}, {"id": "2547", "type": "Feature", "properties": {"id": "ak16881171", "mag": 2.3, "time": 1506167030162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8612, 51.6605, 44.9]}, "bbox": [-175.8612, 51.6605, -175.8612, 51.6605]}, {"id": "2548", "type": "Feature", "properties": {"id": "uu60248832", "mag": 1.05, "time": 1506167017860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.340667, 40.274333, 3.24]}, "bbox": [-111.340667, 40.274333, -111.340667, 40.274333]}, {"id": "2549", "type": "Feature", "properties": {"id": "us2000augc", "mag": 4.6, "time": 1506166612290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [154.9573, -5.8521, 181.5]}, "bbox": [154.9573, -5.8521, 154.9573, -5.8521]}, {"id": "2550", "type": "Feature", "properties": {"id": "ak16881170", "mag": 1.2, "time": 1506166372386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7852, 62.5649, 5.8]}, "bbox": [-151.7852, 62.5649, -151.7852, 62.5649]}, {"id": "2551", "type": "Feature", "properties": {"id": "ak16881168", "mag": 1.3, "time": 1506166038103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5567, 63.2977, 0.7]}, "bbox": [-150.5567, 63.2977, -150.5567, 63.2977]}, {"id": "2552", "type": "Feature", "properties": {"id": "nc72897346", "mag": 1.79, "time": 1506165696260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112333, 37.231, 6.72]}, "bbox": [-118.112333, 37.231, -118.112333, 37.231]}, {"id": "2553", "type": "Feature", "properties": {"id": "us2000avha", "mag": 3.4, "time": 1506165671380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4308, 52.2784, 36.52]}, "bbox": [-170.4308, 52.2784, -170.4308, 52.2784]}, {"id": "2554", "type": "Feature", "properties": {"id": "ci38008448", "mag": 1.41, "time": 1506165347360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.561667, 32.957167, 8.78]}, "bbox": [-116.561667, 32.957167, -116.561667, 32.957167]}, {"id": "2555", "type": "Feature", "properties": {"id": "ak16881165", "mag": 1.3, "time": 1506165145820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3968, 60.1913, 0.0]}, "bbox": [-141.3968, 60.1913, -141.3968, 60.1913]}, {"id": "2556", "type": "Feature", "properties": {"id": "ak16881154", "mag": 1.7, "time": 1506164474729, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4355, 60.0468, 0.0]}, "bbox": [-139.4355, 60.0468, -139.4355, 60.0468]}, {"id": "2557", "type": "Feature", "properties": {"id": "ak16923760", "mag": 1.5, "time": 1506164269172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3627, 51.5307, 19.4]}, "bbox": [-177.3627, 51.5307, -177.3627, 51.5307]}, {"id": "2558", "type": "Feature", "properties": {"id": "us2000atis", "mag": 5.8, "time": 1506163088980, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1625, 15.6979, 74.22]}, "bbox": [-94.1625, 15.6979, -94.1625, 15.6979]}, {"id": "2559", "type": "Feature", "properties": {"id": "ak16880880", "mag": 2.0, "time": 1506162923314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4514, 58.8323, 121.0]}, "bbox": [-154.4514, 58.8323, -154.4514, 58.8323]}, {"id": "2560", "type": "Feature", "properties": {"id": "ak16880879", "mag": 1.5, "time": 1506162509845, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4379, 59.9894, 0.0]}, "bbox": [-139.4379, 59.9894, -139.4379, 59.9894]}, {"id": "2561", "type": "Feature", "properties": {"id": "nc72897331", "mag": 1.09, "time": 1506162381540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827, 37.610667, 4.37]}, "bbox": [-118.827, 37.610667, -118.827, 37.610667]}, {"id": "2562", "type": "Feature", "properties": {"id": "ak16880874", "mag": 1.6, "time": 1506161778674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9513, 62.6833, 55.4]}, "bbox": [-148.9513, 62.6833, -148.9513, 62.6833]}, {"id": "2563", "type": "Feature", "properties": {"id": "ak16880872", "mag": 2.2, "time": 1506161709130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2999, 57.8298, 119.2]}, "bbox": [-156.2999, 57.8298, -156.2999, 57.8298]}, {"id": "2564", "type": "Feature", "properties": {"id": "ak16880868", "mag": 1.9, "time": 1506161335096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0011, 60.342, 8.2]}, "bbox": [-143.0011, 60.342, -143.0011, 60.342]}, {"id": "2565", "type": "Feature", "properties": {"id": "ak16880864", "mag": 1.5, "time": 1506160533641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2829, 64.8808, 8.0]}, "bbox": [-151.2829, 64.8808, -151.2829, 64.8808]}, {"id": "2566", "type": "Feature", "properties": {"id": "nc72897316", "mag": 1.12, "time": 1506160300400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.288667, 36.670833, 2.66]}, "bbox": [-121.288667, 36.670833, -121.288667, 36.670833]}, {"id": "2567", "type": "Feature", "properties": {"id": "us2000ati0", "mag": 4.5, "time": 1506158356450, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.7746, 9.1385, 52.29]}, "bbox": [-77.7746, 9.1385, -77.7746, 9.1385]}, {"id": "2568", "type": "Feature", "properties": {"id": "nc72897301", "mag": 3.32, "time": 1506157219710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0845, 40.348333, 11.62]}, "bbox": [-127.0845, 40.348333, -127.0845, 40.348333]}, {"id": "2569", "type": "Feature", "properties": {"id": "uw61332771", "mag": 1.35, "time": 1506157207660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.313333, 47.606333, 8.75]}, "bbox": [-122.313333, 47.606333, -122.313333, 47.606333]}, {"id": "2570", "type": "Feature", "properties": {"id": "nc72897271", "mag": 1.14, "time": 1506156362630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.254167, 36.643167, 6.03]}, "bbox": [-121.254167, 36.643167, -121.254167, 36.643167]}, {"id": "2571", "type": "Feature", "properties": {"id": "ak16880667", "mag": 1.1, "time": 1506155808049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5764, 61.5311, 0.0]}, "bbox": [-140.5764, 61.5311, -140.5764, 61.5311]}, {"id": "2572", "type": "Feature", "properties": {"id": "us2000ati7", "mag": 3.5, "time": 1506155357560, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0524, 41.3116, 5.0]}, "bbox": [129.0524, 41.3116, 129.0524, 41.3116]}, {"id": "2573", "type": "Feature", "properties": {"id": "us2000atht", "mag": 4.7, "time": 1506154802240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.0272, 44.3731, 31.79]}, "bbox": [152.0272, 44.3731, 152.0272, 44.3731]}, {"id": "2574", "type": "Feature", "properties": {"id": "ak16880659", "mag": 1.0, "time": 1506154668324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1159, 65.4383, 3.7]}, "bbox": [-142.1159, 65.4383, -142.1159, 65.4383]}, {"id": "2575", "type": "Feature", "properties": {"id": "ak16880589", "mag": 2.0, "time": 1506153946841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.5946, 79.6]}, "bbox": [-151.6279, 61.5946, -151.6279, 61.5946]}, {"id": "2576", "type": "Feature", "properties": {"id": "nc72897246", "mag": 1.31, "time": 1506153823970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.762, 38.794, 0.72]}, "bbox": [-122.762, 38.794, -122.762, 38.794]}, {"id": "2577", "type": "Feature", "properties": {"id": "ci38008352", "mag": 1.63, "time": 1506153604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4425, 33.0265, 5.8]}, "bbox": [-116.4425, 33.0265, -116.4425, 33.0265]}, {"id": "2578", "type": "Feature", "properties": {"id": "nn00606675", "mag": 1.2, "time": 1506152057931, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4054, 10.3]}, "bbox": [-118.9167, 38.4054, -118.9167, 38.4054]}, {"id": "2579", "type": "Feature", "properties": {"id": "ak16880394", "mag": 3.6, "time": 1506152017544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.2081, 31.9]}, "bbox": [-170.3853, 52.2081, -170.3853, 52.2081]}, {"id": "2580", "type": "Feature", "properties": {"id": "ak16923747", "mag": 1.9, "time": 1506151958661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4175, 51.6761, 16.6]}, "bbox": [-178.4175, 51.6761, -178.4175, 51.6761]}, {"id": "2581", "type": "Feature", "properties": {"id": "ci38008344", "mag": 1.48, "time": 1506151638300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.324167, 33.310833, 12.5]}, "bbox": [-116.324167, 33.310833, -116.324167, 33.310833]}, {"id": "2582", "type": "Feature", "properties": {"id": "uu60248802", "mag": 2.41, "time": 1506151450100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.419667, 42.565833, 9.15]}, "bbox": [-111.419667, 42.565833, -111.419667, 42.565833]}, {"id": "2583", "type": "Feature", "properties": {"id": "us2000ath8", "mag": 4.1, "time": 1506151137510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2976, 15.8203, 61.65]}, "bbox": [-94.2976, 15.8203, -94.2976, 15.8203]}, {"id": "2584", "type": "Feature", "properties": {"id": "nc72897236", "mag": 1.32, "time": 1506151113910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898167, 37.524833, 12.73]}, "bbox": [-118.898167, 37.524833, -118.898167, 37.524833]}, {"id": "2585", "type": "Feature", "properties": {"id": "us2000ath6", "mag": 4.1, "time": 1506150769430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3958, 15.2768, 10.51]}, "bbox": [-94.3958, 15.2768, -94.3958, 15.2768]}, {"id": "2586", "type": "Feature", "properties": {"id": "ci38008328", "mag": 1.27, "time": 1506150100050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.200167, 33.893167, 7.86]}, "bbox": [-118.200167, 33.893167, -118.200167, 33.893167]}, {"id": "2587", "type": "Feature", "properties": {"id": "nn00606672", "mag": 1.5, "time": 1506150086518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2696, 38.2952, 0.0]}, "bbox": [-116.2696, 38.2952, -116.2696, 38.2952]}, {"id": "2588", "type": "Feature", "properties": {"id": "us2000augd", "mag": 4.4, "time": 1506150000550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.8812, 20.1804, 76.9]}, "bbox": [144.8812, 20.1804, 144.8812, 20.1804]}, {"id": "2589", "type": "Feature", "properties": {"id": "ci38008320", "mag": 1.19, "time": 1506149119830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9395, 33.982167, 4.39]}, "bbox": [-116.9395, 33.982167, -116.9395, 33.982167]}, {"id": "2590", "type": "Feature", "properties": {"id": "us2000atgz", "mag": 4.2, "time": 1506149095090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.0247, 10.6523, 19.49]}, "bbox": [-87.0247, 10.6523, -87.0247, 10.6523]}, {"id": "2591", "type": "Feature", "properties": {"id": "ak16880326", "mag": 2.0, "time": 1506149068802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0613, 61.3779, 34.8]}, "bbox": [-150.0613, 61.3779, -150.0613, 61.3779]}, {"id": "2592", "type": "Feature", "properties": {"id": "us2000ath2", "mag": 4.7, "time": 1506149033340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.7584, -3.0863, 34.1]}, "bbox": [129.7584, -3.0863, 129.7584, -3.0863]}, {"id": "2593", "type": "Feature", "properties": {"id": "ak16880327", "mag": 1.1, "time": 1506149006055, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2865, 68.6023, 13.4]}, "bbox": [-147.2865, 68.6023, -147.2865, 68.6023]}, {"id": "2594", "type": "Feature", "properties": {"id": "uw61332671", "mag": 1.77, "time": 1506147857710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.281667, 47.7015, 25.73]}, "bbox": [-122.281667, 47.7015, -122.281667, 47.7015]}, {"id": "2595", "type": "Feature", "properties": {"id": "nc72897231", "mag": 2.11, "time": 1506147638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6555, 36.061833, 9.09]}, "bbox": [-119.6555, 36.061833, -119.6555, 36.061833]}, {"id": "2596", "type": "Feature", "properties": {"id": "us2000aug5", "mag": 4.5, "time": 1506146537200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8683, -24.2891, 524.27]}, "bbox": [-179.8683, -24.2891, -179.8683, -24.2891]}, {"id": "2597", "type": "Feature", "properties": {"id": "ci38008296", "mag": 1.25, "time": 1506146485640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.616, 33.586167, 13.04]}, "bbox": [-116.616, 33.586167, -116.616, 33.586167]}, {"id": "2598", "type": "Feature", "properties": {"id": "ak16880116", "mag": 1.8, "time": 1506145682289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2213, 66.2475, 7.6]}, "bbox": [-142.2213, 66.2475, -142.2213, 66.2475]}, {"id": "2599", "type": "Feature", "properties": {"id": "nn00606730", "mag": 1.3, "time": 1506145648978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1876, 38.2127, 0.0]}, "bbox": [-116.1876, 38.2127, -116.1876, 38.2127]}, {"id": "2600", "type": "Feature", "properties": {"id": "ci38008288", "mag": 1.58, "time": 1506145525140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4415, 32.5255, 16.12]}, "bbox": [-117.4415, 32.5255, -117.4415, 32.5255]}, {"id": "2601", "type": "Feature", "properties": {"id": "nn00606667", "mag": 1.5, "time": 1506145236843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.917, 38.3346, 11.4]}, "bbox": [-118.917, 38.3346, -118.917, 38.3346]}, {"id": "2602", "type": "Feature", "properties": {"id": "us2000atgp", "mag": 4.5, "time": 1506143865490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.7175, 9.7486, 52.5]}, "bbox": [-74.7175, 9.7486, -74.7175, 9.7486]}, {"id": "2603", "type": "Feature", "properties": {"id": "us2000athl", "mag": 4.4, "time": 1506143271620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [108.9322, -8.2399, 66.53]}, "bbox": [108.9322, -8.2399, 108.9322, -8.2399]}, {"id": "2604", "type": "Feature", "properties": {"id": "nc72897216", "mag": 1.88, "time": 1506142958730, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9835, 40.89, 15.76]}, "bbox": [-121.9835, 40.89, -121.9835, 40.89]}, {"id": "2605", "type": "Feature", "properties": {"id": "nc72897211", "mag": 1.17, "time": 1506142616000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837166, 1.66]}, "bbox": [-122.827667, 38.837166, -122.827667, 38.837166]}, {"id": "2606", "type": "Feature", "properties": {"id": "nc72897201", "mag": 0.95, "time": 1506142430900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.848, 38.839168, 2.3]}, "bbox": [-122.848, 38.839168, -122.848, 38.839168]}, {"id": "2607", "type": "Feature", "properties": {"id": "nc72897191", "mag": 1.9, "time": 1506141940330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 40.264333, 3.77]}, "bbox": [-121.177333, 40.264333, -121.177333, 40.264333]}, {"id": "2608", "type": "Feature", "properties": {"id": "ak16879870", "mag": 2.3, "time": 1506141876996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6246, 59.199, 103.8]}, "bbox": [-153.6246, 59.199, -153.6246, 59.199]}, {"id": "2609", "type": "Feature", "properties": {"id": "ak16879869", "mag": 1.3, "time": 1506141297637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7807, 60.3298, 7.0]}, "bbox": [-139.7807, 60.3298, -139.7807, 60.3298]}, {"id": "2610", "type": "Feature", "properties": {"id": "nn00606723", "mag": 1.0, "time": 1506140560559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2867, 38.4929, 10.3]}, "bbox": [-119.2867, 38.4929, -119.2867, 38.4929]}, {"id": "2611", "type": "Feature", "properties": {"id": "ci38008224", "mag": 0.95, "time": 1506140386650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.208667, 33.3405, 11.26]}, "bbox": [-116.208667, 33.3405, -116.208667, 33.3405]}, {"id": "2612", "type": "Feature", "properties": {"id": "ak16879830", "mag": 1.4, "time": 1506140318328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2827, 60.4409, 47.8]}, "bbox": [-151.2827, 60.4409, -151.2827, 60.4409]}, {"id": "2613", "type": "Feature", "properties": {"id": "nn00606722", "mag": 1.2, "time": 1506140002001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9021, 38.3867, 7.8]}, "bbox": [-118.9021, 38.3867, -118.9021, 38.3867]}, {"id": "2614", "type": "Feature", "properties": {"id": "nn00606720", "mag": 1.1, "time": 1506139980519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2929, 38.489, 10.9]}, "bbox": [-119.2929, 38.489, -119.2929, 38.489]}, {"id": "2615", "type": "Feature", "properties": {"id": "nc72897176", "mag": 1.78, "time": 1506139907070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.285333, 38.488, 8.4]}, "bbox": [-119.285333, 38.488, -119.285333, 38.488]}, {"id": "2616", "type": "Feature", "properties": {"id": "nc72897171", "mag": 1.19, "time": 1506139518870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735336, 38.790001, 1.8]}, "bbox": [-122.735336, 38.790001, -122.735336, 38.790001]}, {"id": "2617", "type": "Feature", "properties": {"id": "nc72897166", "mag": 2.9, "time": 1506138206720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.992667, 40.335333, 11.62]}, "bbox": [-126.992667, 40.335333, -126.992667, 40.335333]}, {"id": "2618", "type": "Feature", "properties": {"id": "us2000atgc", "mag": 4.2, "time": 1506137667560, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9729, 15.6003, 33.69]}, "bbox": [-94.9729, 15.6003, -94.9729, 15.6003]}, {"id": "2619", "type": "Feature", "properties": {"id": "nc72897161", "mag": 3.28, "time": 1506137168410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.014, 40.471167, 11.62]}, "bbox": [-127.014, 40.471167, -127.014, 40.471167]}, {"id": "2620", "type": "Feature", "properties": {"id": "ak16879595", "mag": 2.4, "time": 1506137087441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8458, 58.348, 0.3]}, "bbox": [-151.8458, 58.348, -151.8458, 58.348]}, {"id": "2621", "type": "Feature", "properties": {"id": "ak16923736", "mag": 1.3, "time": 1506135643558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0957, 61.7127, 43.6]}, "bbox": [-150.0957, 61.7127, -150.0957, 61.7127]}, {"id": "2622", "type": "Feature", "properties": {"id": "ak16879403", "mag": 1.0, "time": 1506135058360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4982, 63.0889, 5.6]}, "bbox": [-151.4982, 63.0889, -151.4982, 63.0889]}, {"id": "2623", "type": "Feature", "properties": {"id": "ak16923734", "mag": 2.5, "time": 1506133328382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4425, 54.2787, 25.6]}, "bbox": [-161.4425, 54.2787, -161.4425, 54.2787]}, {"id": "2624", "type": "Feature", "properties": {"id": "ak16879357", "mag": 2.6, "time": 1506132937319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3477, 59.8339, 130.6]}, "bbox": [-153.3477, 59.8339, -153.3477, 59.8339]}, {"id": "2625", "type": "Feature", "properties": {"id": "ak16879346", "mag": 2.2, "time": 1506132165090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4939, 67.7172, 16.4]}, "bbox": [-143.4939, 67.7172, -143.4939, 67.7172]}, {"id": "2626", "type": "Feature", "properties": {"id": "ak16879344", "mag": 2.6, "time": 1506132016431, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1196, 54.9637, 82.8]}, "bbox": [-161.1196, 54.9637, -161.1196, 54.9637]}, {"id": "2627", "type": "Feature", "properties": {"id": "nn00606656", "mag": 1.3, "time": 1506130971840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3283, 38.6945, 9.9]}, "bbox": [-119.3283, 38.6945, -119.3283, 38.6945]}, {"id": "2628", "type": "Feature", "properties": {"id": "nc72897141", "mag": 2.05, "time": 1506130087910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.4195, 40.470333, 27.65]}, "bbox": [-124.4195, 40.470333, -124.4195, 40.470333]}, {"id": "2629", "type": "Feature", "properties": {"id": "ak16879132", "mag": 1.4, "time": 1506129632041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0373, 62.0301, 10.3]}, "bbox": [-149.0373, 62.0301, -149.0373, 62.0301]}, {"id": "2630", "type": "Feature", "properties": {"id": "us2000atfh", "mag": 2.6, "time": 1506129518070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4417, 42.5563, 10.5]}, "bbox": [-111.4417, 42.5563, -111.4417, 42.5563]}, {"id": "2631", "type": "Feature", "properties": {"id": "nc72897136", "mag": 1.16, "time": 1506129465180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.888333, 36.006167, 8.34]}, "bbox": [-120.888333, 36.006167, -120.888333, 36.006167]}, {"id": "2632", "type": "Feature", "properties": {"id": "ak16879131", "mag": 1.2, "time": 1506128472934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7081, 62.2652, 36.6]}, "bbox": [-148.7081, 62.2652, -148.7081, 62.2652]}, {"id": "2633", "type": "Feature", "properties": {"id": "nc72897126", "mag": 2.19, "time": 1506127820390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.640167, 36.048667, 19.79]}, "bbox": [-119.640167, 36.048667, -119.640167, 36.048667]}, {"id": "2634", "type": "Feature", "properties": {"id": "us2000aug3", "mag": 4.3, "time": 1506127768780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.2316, -6.5899, 129.05]}, "bbox": [130.2316, -6.5899, 130.2316, -6.5899]}, {"id": "2635", "type": "Feature", "properties": {"id": "us2000atfc", "mag": 4.4, "time": 1506126533850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4878, -17.8955, 579.93]}, "bbox": [-178.4878, -17.8955, -178.4878, -17.8955]}, {"id": "2636", "type": "Feature", "properties": {"id": "ak16878940", "mag": 1.3, "time": 1506126488960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4306, 62.433, 39.3]}, "bbox": [-148.4306, 62.433, -148.4306, 62.433]}, {"id": "2637", "type": "Feature", "properties": {"id": "ak16923727", "mag": 1.8, "time": 1506125768611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7156, 59.1725, 89.1]}, "bbox": [-153.7156, 59.1725, -153.7156, 59.1725]}, {"id": "2638", "type": "Feature", "properties": {"id": "uw61332606", "mag": 1.37, "time": 1506125724350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8475, 47.767167, 17.62]}, "bbox": [-122.8475, 47.767167, -122.8475, 47.767167]}, {"id": "2639", "type": "Feature", "properties": {"id": "us2000atf6", "mag": 4.6, "time": 1506125651480, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.5944, 34.2131, 35.0]}, "bbox": [74.5944, 34.2131, 74.5944, 34.2131]}, {"id": "2640", "type": "Feature", "properties": {"id": "ak16923726", "mag": 1.0, "time": 1506125523162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4554, 62.0263, 40.4]}, "bbox": [-147.4554, 62.0263, -147.4554, 62.0263]}, {"id": "2641", "type": "Feature", "properties": {"id": "ak16926133", "mag": 2.1, "time": 1506124308750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1191, 56.3855, 12.5]}, "bbox": [-156.1191, 56.3855, -156.1191, 56.3855]}, {"id": "2642", "type": "Feature", "properties": {"id": "nn00606641", "mag": 1.1, "time": 1506124233235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9048, 38.3823, 7.9]}, "bbox": [-118.9048, 38.3823, -118.9048, 38.3823]}, {"id": "2643", "type": "Feature", "properties": {"id": "us2000atex", "mag": 5.3, "time": 1506124170400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0234, 31.3473, 31.02]}, "bbox": [141.0234, 31.3473, 141.0234, 31.3473]}, {"id": "2644", "type": "Feature", "properties": {"id": "ak16878728", "mag": 1.1, "time": 1506123741185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3949, 64.9801, 0.0]}, "bbox": [-147.3949, 64.9801, -147.3949, 64.9801]}, {"id": "2645", "type": "Feature", "properties": {"id": "uw61332586", "mag": 1.03, "time": 1506123697550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.176833, 48.224167, 9.44]}, "bbox": [-122.176833, 48.224167, -122.176833, 48.224167]}, {"id": "2646", "type": "Feature", "properties": {"id": "ak16926129", "mag": 1.4, "time": 1506123469629, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8468, 66.6906, 13.5]}, "bbox": [-135.8468, 66.6906, -135.8468, 66.6906]}, {"id": "2647", "type": "Feature", "properties": {"id": "ak16878722", "mag": 1.4, "time": 1506123273253, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.5552, 60.2789, 8.4]}, "bbox": [-142.5552, 60.2789, -142.5552, 60.2789]}, {"id": "2648", "type": "Feature", "properties": {"id": "us2000awr8", "mag": 4.2, "time": 1506122891910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.1488, -4.6487, 111.7]}, "bbox": [144.1488, -4.6487, 144.1488, -4.6487]}, {"id": "2649", "type": "Feature", "properties": {"id": "us2000ateh", "mag": 4.9, "time": 1506122747420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.6233, -7.7533, 37.28]}, "bbox": [159.6233, -7.7533, 159.6233, -7.7533]}, {"id": "2650", "type": "Feature", "properties": {"id": "uw61332576", "mag": 1.22, "time": 1506122597830, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.362, 45.695667, -0.73]}, "bbox": [-122.362, 45.695667, -122.362, 45.695667]}, {"id": "2651", "type": "Feature", "properties": {"id": "ak16926127", "mag": 1.8, "time": 1506122331683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.4507, 53.4966, 5.7]}, "bbox": [-165.4507, 53.4966, -165.4507, 53.4966]}, {"id": "2652", "type": "Feature", "properties": {"id": "nc72897116", "mag": 3.91, "time": 1506122239050, "felt": 60.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.417333, 40.495333, 26.88]}, "bbox": [-124.417333, 40.495333, -124.417333, 40.495333]}, {"id": "2653", "type": "Feature", "properties": {"id": "nc72897111", "mag": 2.5, "time": 1506122222600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.119, 36.5365, 3.92]}, "bbox": [-121.119, 36.5365, -121.119, 36.5365]}, {"id": "2654", "type": "Feature", "properties": {"id": "ak16878700", "mag": 1.8, "time": 1506121093447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.734, 61.0547, 12.8]}, "bbox": [-150.734, 61.0547, -150.734, 61.0547]}, {"id": "2655", "type": "Feature", "properties": {"id": "us2000awr7", "mag": 4.8, "time": 1506120979560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-35.8191, 7.4851, 10.0]}, "bbox": [-35.8191, 7.4851, -35.8191, 7.4851]}, {"id": "2656", "type": "Feature", "properties": {"id": "mb80257104", "mag": 0.96, "time": 1506120805630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.649833, 45.463833, 2.97]}, "bbox": [-112.649833, 45.463833, -112.649833, 45.463833]}, {"id": "2657", "type": "Feature", "properties": {"id": "ci38008136", "mag": 1.88, "time": 1506120529920, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.496833, 4.18]}, "bbox": [-116.8015, 33.496833, -116.8015, 33.496833]}, {"id": "2658", "type": "Feature", "properties": {"id": "nc72897096", "mag": 1.12, "time": 1506120001160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939167, 37.600667, 1.08]}, "bbox": [-118.939167, 37.600667, -118.939167, 37.600667]}, {"id": "2659", "type": "Feature", "properties": {"id": "us2000awra", "mag": 4.0, "time": 1506119896150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.7982, -5.8817, 310.41]}, "bbox": [128.7982, -5.8817, 128.7982, -5.8817]}, {"id": "2660", "type": "Feature", "properties": {"id": "ak16926125", "mag": 2.1, "time": 1506118947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 60.2166, 143.0]}, "bbox": [-153.1588, 60.2166, -153.1588, 60.2166]}, {"id": "2661", "type": "Feature", "properties": {"id": "ci38008120", "mag": 1.02, "time": 1506118476380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0015, 34.316333, 6.69]}, "bbox": [-117.0015, 34.316333, -117.0015, 34.316333]}, {"id": "2662", "type": "Feature", "properties": {"id": "nc72897091", "mag": 1.46, "time": 1506118411060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8605, 39.795333, 0.38]}, "bbox": [-122.8605, 39.795333, -122.8605, 39.795333]}, {"id": "2663", "type": "Feature", "properties": {"id": "ak16926124", "mag": 1.8, "time": 1506118096316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2941, 60.3659, 4.5]}, "bbox": [-147.2941, 60.3659, -147.2941, 60.3659]}, {"id": "2664", "type": "Feature", "properties": {"id": "nc72897081", "mag": 1.12, "time": 1506117239720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.262833, 36.6425, 4.8]}, "bbox": [-121.262833, 36.6425, -121.262833, 36.6425]}, {"id": "2665", "type": "Feature", "properties": {"id": "nc72897086", "mag": 2.87, "time": 1506117196030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.983667, 40.3995, 16.96]}, "bbox": [-126.983667, 40.3995, -126.983667, 40.3995]}, {"id": "2666", "type": "Feature", "properties": {"id": "hv61917311", "mag": 1.89, "time": 1506116007530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.434662, 19.227833, 33.59]}, "bbox": [-155.434662, 19.227833, -155.434662, 19.227833]}, {"id": "2667", "type": "Feature", "properties": {"id": "ak16926123", "mag": 1.1, "time": 1506115983704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6992, 61.5094, 7.7]}, "bbox": [-140.6992, 61.5094, -140.6992, 61.5094]}, {"id": "2668", "type": "Feature", "properties": {"id": "ak16926121", "mag": 1.9, "time": 1506115445859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1112, 60.0903, 117.8]}, "bbox": [-153.1112, 60.0903, -153.1112, 60.0903]}, {"id": "2669", "type": "Feature", "properties": {"id": "ak16926120", "mag": 1.1, "time": 1506115334031, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0777, 62.5847, 77.8]}, "bbox": [-151.0777, 62.5847, -151.0777, 62.5847]}, {"id": "2670", "type": "Feature", "properties": {"id": "us2000awr9", "mag": 4.3, "time": 1506115308090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1151, -17.7862, 593.28]}, "bbox": [-178.1151, -17.7862, -178.1151, -17.7862]}, {"id": "2671", "type": "Feature", "properties": {"id": "ak16926119", "mag": 2.3, "time": 1506114986922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0025, 54.0581, 74.5]}, "bbox": [-165.0025, 54.0581, -165.0025, 54.0581]}, {"id": "2672", "type": "Feature", "properties": {"id": "ak16926118", "mag": 1.7, "time": 1506114971248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8129, 59.8684, 52.9]}, "bbox": [-151.8129, 59.8684, -151.8129, 59.8684]}, {"id": "2673", "type": "Feature", "properties": {"id": "nc72897066", "mag": 0.96, "time": 1506114595240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.820167, 2.73]}, "bbox": [-122.793999, 38.820167, -122.793999, 38.820167]}, {"id": "2674", "type": "Feature", "properties": {"id": "us2000atdb", "mag": 2.4, "time": 1506114466770, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7172, 36.3761, 4.22]}, "bbox": [-97.7172, 36.3761, -97.7172, 36.3761]}, {"id": "2675", "type": "Feature", "properties": {"id": "ak16926117", "mag": 2.5, "time": 1506113979958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1399, 56.7494, 112.8]}, "bbox": [-158.1399, 56.7494, -158.1399, 56.7494]}, {"id": "2676", "type": "Feature", "properties": {"id": "ak16878294", "mag": 1.9, "time": 1506113817766, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1371, 60.4549, 78.1]}, "bbox": [-152.1371, 60.4549, -152.1371, 60.4549]}, {"id": "2677", "type": "Feature", "properties": {"id": "ak16878292", "mag": 1.4, "time": 1506113608674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3651, 61.5158, 28.1]}, "bbox": [-146.3651, 61.5158, -146.3651, 61.5158]}, {"id": "2678", "type": "Feature", "properties": {"id": "ak16878288", "mag": 2.0, "time": 1506113191350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6595, 59.6404, 74.9]}, "bbox": [-152.6595, 59.6404, -152.6595, 59.6404]}, {"id": "2679", "type": "Feature", "properties": {"id": "hv61917256", "mag": 1.43, "time": 1506112916300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.825667, 19.312167, 8.904]}, "bbox": [-155.825667, 19.312167, -155.825667, 19.312167]}, {"id": "2680", "type": "Feature", "properties": {"id": "us2000atcg", "mag": 3.0, "time": 1506112409690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.6543, 40.4678, 10.42]}, "bbox": [-126.6543, 40.4678, -126.6543, 40.4678]}, {"id": "2681", "type": "Feature", "properties": {"id": "ak16878117", "mag": 1.1, "time": 1506111493188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4364, 62.2279, 3.6]}, "bbox": [-153.4364, 62.2279, -153.4364, 62.2279]}, {"id": "2682", "type": "Feature", "properties": {"id": "ak16878112", "mag": 1.8, "time": 1506111203565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6978, 58.82, 10.8]}, "bbox": [-153.6978, 58.82, -153.6978, 58.82]}, {"id": "2683", "type": "Feature", "properties": {"id": "nm60207231", "mag": 0.97, "time": 1506111124010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.499167, 36.239, 6.94]}, "bbox": [-89.499167, 36.239, -89.499167, 36.239]}, {"id": "2684", "type": "Feature", "properties": {"id": "us2000atbf", "mag": 5.7, "time": 1506109815030, "felt": 112.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-126.8342, 40.4144, 11.01]}, "bbox": [-126.8342, 40.4144, -126.8342, 40.4144]}, {"id": "2685", "type": "Feature", "properties": {"id": "nn00606606", "mag": 1.7, "time": 1506109275519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0338, 40.677, 7.0]}, "bbox": [-119.0338, 40.677, -119.0338, 40.677]}, {"id": "2686", "type": "Feature", "properties": {"id": "nc72897011", "mag": 1.34, "time": 1506108443760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.041, 35.58, -0.28]}, "bbox": [-121.041, 35.58, -121.041, 35.58]}, {"id": "2687", "type": "Feature", "properties": {"id": "ak16877921", "mag": 1.1, "time": 1506108429374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.752, 61.522, 5.7]}, "bbox": [-140.752, 61.522, -140.752, 61.522]}, {"id": "2688", "type": "Feature", "properties": {"id": "ci38008072", "mag": 1.35, "time": 1506108266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.202333, 34.987667, -0.83]}, "bbox": [-118.202333, 34.987667, -118.202333, 34.987667]}, {"id": "2689", "type": "Feature", "properties": {"id": "nc72897001", "mag": 1.91, "time": 1506107768510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7205, 38.773333, 1.82]}, "bbox": [-122.7205, 38.773333, -122.7205, 38.773333]}, {"id": "2690", "type": "Feature", "properties": {"id": "ak16877871", "mag": 1.9, "time": 1506107175373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7465, 59.9075, 2.4]}, "bbox": [-136.7465, 59.9075, -136.7465, 59.9075]}, {"id": "2691", "type": "Feature", "properties": {"id": "mb80257054", "mag": 1.62, "time": 1506107025590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.474333, 46.006833, -2.0]}, "bbox": [-112.474333, 46.006833, -112.474333, 46.006833]}, {"id": "2692", "type": "Feature", "properties": {"id": "ak16877869", "mag": 1.6, "time": 1506107008752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4734, 63.1712, 116.7]}, "bbox": [-150.4734, 63.1712, -150.4734, 63.1712]}, {"id": "2693", "type": "Feature", "properties": {"id": "ci38008032", "mag": 1.22, "time": 1506106977520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.345, 35.0535, -1.01]}, "bbox": [-118.345, 35.0535, -118.345, 35.0535]}, {"id": "2694", "type": "Feature", "properties": {"id": "us2000atab", "mag": 4.5, "time": 1506106483030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [163.2943, 54.9226, 10.0]}, "bbox": [163.2943, 54.9226, 163.2943, 54.9226]}, {"id": "2695", "type": "Feature", "properties": {"id": "nc72896976", "mag": 1.19, "time": 1506105877560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816833, 37.4545, 1.72]}, "bbox": [-118.816833, 37.4545, -118.816833, 37.4545]}, {"id": "2696", "type": "Feature", "properties": {"id": "nc72896966", "mag": 1.64, "time": 1506105469690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.945833, 41.046833, 10.15]}, "bbox": [-121.945833, 41.046833, -121.945833, 41.046833]}, {"id": "2697", "type": "Feature", "properties": {"id": "nc72896961", "mag": 1.88, "time": 1506105394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.951833, 41.047667, 13.46]}, "bbox": [-121.951833, 41.047667, -121.951833, 41.047667]}, {"id": "2698", "type": "Feature", "properties": {"id": "ak16926108", "mag": 2.2, "time": 1506105113528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5222, 56.3354, 50.1]}, "bbox": [-156.5222, 56.3354, -156.5222, 56.3354]}, {"id": "2699", "type": "Feature", "properties": {"id": "uu60248707", "mag": 1.68, "time": 1506104631990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.397333, 42.534833, 3.76]}, "bbox": [-111.397333, 42.534833, -111.397333, 42.534833]}, {"id": "2700", "type": "Feature", "properties": {"id": "ci38007992", "mag": 1.55, "time": 1506104354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 35.899167, 6.51]}, "bbox": [-116.9245, 35.899167, -116.9245, 35.899167]}, {"id": "2701", "type": "Feature", "properties": {"id": "ak16926107", "mag": 1.2, "time": 1506103639337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7358, 61.509, 12.2]}, "bbox": [-140.7358, 61.509, -140.7358, 61.509]}, {"id": "2702", "type": "Feature", "properties": {"id": "hv61917106", "mag": 1.63, "time": 1506102792120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.303667, 18.980667, 12.732]}, "bbox": [-155.303667, 18.980667, -155.303667, 18.980667]}, {"id": "2703", "type": "Feature", "properties": {"id": "ak16877700", "mag": 1.7, "time": 1506102481165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8203, 53.8611, 6.5]}, "bbox": [-166.8203, 53.8611, -166.8203, 53.8611]}, {"id": "2704", "type": "Feature", "properties": {"id": "ak16877698", "mag": 1.6, "time": 1506102300688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8262, 53.8452, 5.6]}, "bbox": [-166.8262, 53.8452, -166.8262, 53.8452]}, {"id": "2705", "type": "Feature", "properties": {"id": "uw61332361", "mag": 1.6, "time": 1506102282810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8865, 47.171, 14.87]}, "bbox": [-121.8865, 47.171, -121.8865, 47.171]}, {"id": "2706", "type": "Feature", "properties": {"id": "ak16877680", "mag": 1.9, "time": 1506102017646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8735, 62.7643, 9.8]}, "bbox": [-148.8735, 62.7643, -148.8735, 62.7643]}, {"id": "2707", "type": "Feature", "properties": {"id": "uu60248702", "mag": 1.26, "time": 1506101951970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.430167, 42.589833, 6.39]}, "bbox": [-111.430167, 42.589833, -111.430167, 42.589833]}, {"id": "2708", "type": "Feature", "properties": {"id": "ak16926103", "mag": 2.3, "time": 1506101692988, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9282, 51.3815, 44.4]}, "bbox": [-175.9282, 51.3815, -175.9282, 51.3815]}, {"id": "2709", "type": "Feature", "properties": {"id": "uu60248697", "mag": 2.15, "time": 1506100947090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4775, 42.630333, 2.79]}, "bbox": [-111.4775, 42.630333, -111.4775, 42.630333]}, {"id": "2710", "type": "Feature", "properties": {"id": "ak16926102", "mag": 1.9, "time": 1506100904987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2736, 59.4158, 101.2]}, "bbox": [-153.2736, 59.4158, -153.2736, 59.4158]}, {"id": "2711", "type": "Feature", "properties": {"id": "ak16877679", "mag": 1.1, "time": 1506100453436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9781, 63.2957, 76.0]}, "bbox": [-147.9781, 63.2957, -147.9781, 63.2957]}, {"id": "2712", "type": "Feature", "properties": {"id": "mb80257039", "mag": 1.48, "time": 1506100139660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555833, 46.892333, 9.34]}, "bbox": [-112.555833, 46.892333, -112.555833, 46.892333]}, {"id": "2713", "type": "Feature", "properties": {"id": "ci38007944", "mag": 1.7, "time": 1506100079090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656667, 34.638, 3.99]}, "bbox": [-116.656667, 34.638, -116.656667, 34.638]}, {"id": "2714", "type": "Feature", "properties": {"id": "uu60248692", "mag": 1.13, "time": 1506099922660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.514, 6.63]}, "bbox": [-111.408833, 42.514, -111.408833, 42.514]}, {"id": "2715", "type": "Feature", "properties": {"id": "ak16877641", "mag": 3.4, "time": 1506099810694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7965, 62.8041, 16.1]}, "bbox": [-148.7965, 62.8041, -148.7965, 62.8041]}, {"id": "2716", "type": "Feature", "properties": {"id": "nc72896921", "mag": 1.1, "time": 1506099607680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.816333, 38.808833, 2.84]}, "bbox": [-122.816333, 38.808833, -122.816333, 38.808833]}, {"id": "2717", "type": "Feature", "properties": {"id": "nc72896916", "mag": 3.01, "time": 1506099251650, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.362167, 40.3915, 25.7]}, "bbox": [-125.362167, 40.3915, -125.362167, 40.3915]}, {"id": "2718", "type": "Feature", "properties": {"id": "ak16877640", "mag": 1.4, "time": 1506099120563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.4377, 69.5097, 14.2]}, "bbox": [-142.4377, 69.5097, -142.4377, 69.5097]}, {"id": "2719", "type": "Feature", "properties": {"id": "hv61917081", "mag": 2.14, "time": 1506099100410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.043667, 19.653667, 42.069]}, "bbox": [-156.043667, 19.653667, -156.043667, 19.653667]}, {"id": "2720", "type": "Feature", "properties": {"id": "ak16926098", "mag": 1.7, "time": 1506099097278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9448, 59.8191, 95.1]}, "bbox": [-152.9448, 59.8191, -152.9448, 59.8191]}, {"id": "2721", "type": "Feature", "properties": {"id": "ci37166268", "mag": 1.03, "time": 1506097971820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.496667, 33.561167, -0.73]}, "bbox": [-117.496667, 33.561167, -117.496667, 33.561167]}, {"id": "2722", "type": "Feature", "properties": {"id": "ci38007912", "mag": 1.01, "time": 1506097946840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.406, 33.502167, 13.49]}, "bbox": [-116.406, 33.502167, -116.406, 33.502167]}, {"id": "2723", "type": "Feature", "properties": {"id": "ak16926097", "mag": 1.6, "time": 1506097726880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.164, 62.5769, 121.6]}, "bbox": [-152.164, 62.5769, -152.164, 62.5769]}, {"id": "2724", "type": "Feature", "properties": {"id": "nc72896896", "mag": 0.95, "time": 1506097561860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.062, 35.522667, 1.15]}, "bbox": [-121.062, 35.522667, -121.062, 35.522667]}, {"id": "2725", "type": "Feature", "properties": {"id": "uu60248682", "mag": 1.11, "time": 1506097353810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413333, 42.546167, 4.8]}, "bbox": [-111.413333, 42.546167, -111.413333, 42.546167]}, {"id": "2726", "type": "Feature", "properties": {"id": "uu60248677", "mag": 1.32, "time": 1506097004840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.595, 4.9]}, "bbox": [-111.424667, 42.595, -111.424667, 42.595]}, {"id": "2727", "type": "Feature", "properties": {"id": "nc72896881", "mag": 1.04, "time": 1506096955860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.874667, 37.619833, 8.25]}, "bbox": [-118.874667, 37.619833, -118.874667, 37.619833]}, {"id": "2728", "type": "Feature", "properties": {"id": "nc72896886", "mag": 3.06, "time": 1506096897270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.211833, 40.581333, 16.62]}, "bbox": [-127.211833, 40.581333, -127.211833, 40.581333]}, {"id": "2729", "type": "Feature", "properties": {"id": "uu60248672", "mag": 1.72, "time": 1506096443230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.59, 3.5]}, "bbox": [-111.447833, 42.59, -111.447833, 42.59]}, {"id": "2730", "type": "Feature", "properties": {"id": "ci38007888", "mag": 1.36, "time": 1506095052550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.495167, 4.57]}, "bbox": [-116.7965, 33.495167, -116.7965, 33.495167]}, {"id": "2731", "type": "Feature", "properties": {"id": "ak16877477", "mag": 1.5, "time": 1506094830892, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0265, 62.027, 12.7]}, "bbox": [-149.0265, 62.027, -149.0265, 62.027]}, {"id": "2732", "type": "Feature", "properties": {"id": "uu60248667", "mag": 1.93, "time": 1506094359510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4395, 42.584333, 3.5]}, "bbox": [-111.4395, 42.584333, -111.4395, 42.584333]}, {"id": "2733", "type": "Feature", "properties": {"id": "nn00606574", "mag": 1.6, "time": 1506094148428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9043, 38.3654, 6.9]}, "bbox": [-118.9043, 38.3654, -118.9043, 38.3654]}, {"id": "2734", "type": "Feature", "properties": {"id": "hv61917031", "mag": 1.65, "time": 1506094079130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279333, 18.952333, 12.363]}, "bbox": [-155.279333, 18.952333, -155.279333, 18.952333]}, {"id": "2735", "type": "Feature", "properties": {"id": "uu60248662", "mag": 2.05, "time": 1506093605010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456167, 42.602333, 3.17]}, "bbox": [-111.456167, 42.602333, -111.456167, 42.602333]}, {"id": "2736", "type": "Feature", "properties": {"id": "us2000at3w", "mag": 2.6, "time": 1506093461490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4231, 36.6952, 7.14]}, "bbox": [-98.4231, 36.6952, -98.4231, 36.6952]}, {"id": "2737", "type": "Feature", "properties": {"id": "ak16877317", "mag": 1.7, "time": 1506093374261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3603, 60.6882, 68.0]}, "bbox": [-151.3603, 60.6882, -151.3603, 60.6882]}, {"id": "2738", "type": "Feature", "properties": {"id": "ak16926094", "mag": 2.1, "time": 1506093004583, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8719, 54.5409, 50.1]}, "bbox": [-162.8719, 54.5409, -162.8719, 54.5409]}, {"id": "2739", "type": "Feature", "properties": {"id": "ak16877316", "mag": 1.4, "time": 1506092949248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2867, 67.5064, 1.5]}, "bbox": [-158.2867, 67.5064, -158.2867, 67.5064]}, {"id": "2740", "type": "Feature", "properties": {"id": "nn00606471", "mag": 1.3, "time": 1506092280598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1113, 38.2958, 6.8]}, "bbox": [-119.1113, 38.2958, -119.1113, 38.2958]}, {"id": "2741", "type": "Feature", "properties": {"id": "us2000awqu", "mag": 4.3, "time": 1506092048390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5573, 18.5841, 62.16]}, "bbox": [121.5573, 18.5841, 121.5573, 18.5841]}, {"id": "2742", "type": "Feature", "properties": {"id": "ak16926092", "mag": 1.3, "time": 1506091602226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7703, 57.7311, 11.6]}, "bbox": [-155.7703, 57.7311, -155.7703, 57.7311]}, {"id": "2743", "type": "Feature", "properties": {"id": "ak16877311", "mag": 1.7, "time": 1506091080231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9318, 61.3129, 6.7]}, "bbox": [-146.9318, 61.3129, -146.9318, 61.3129]}, {"id": "2744", "type": "Feature", "properties": {"id": "us2000awqt", "mag": 4.5, "time": 1506090800020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4373, -23.752, 560.01]}, "bbox": [-179.4373, -23.752, -179.4373, -23.752]}, {"id": "2745", "type": "Feature", "properties": {"id": "nc72904206", "mag": 1.3, "time": 1506089865090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.585167, 40.4755, 15.05]}, "bbox": [-121.585167, 40.4755, -121.585167, 40.4755]}, {"id": "2746", "type": "Feature", "properties": {"id": "uw61309452", "mag": 2.05, "time": 1506089062880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.375333, 45.841833, -0.74]}, "bbox": [-118.375333, 45.841833, -118.375333, 45.841833]}, {"id": "2747", "type": "Feature", "properties": {"id": "ak16926090", "mag": 1.6, "time": 1506088685970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6016, 61.227, 75.8]}, "bbox": [-151.6016, 61.227, -151.6016, 61.227]}, {"id": "2748", "type": "Feature", "properties": {"id": "ak16877153", "mag": 1.3, "time": 1506088314826, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7156, 61.5096, 6.4]}, "bbox": [-140.7156, 61.5096, -140.7156, 61.5096]}, {"id": "2749", "type": "Feature", "properties": {"id": "ci38007840", "mag": 1.07, "time": 1506088185480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.498167, 6.09]}, "bbox": [-116.7945, 33.498167, -116.7945, 33.498167]}, {"id": "2750", "type": "Feature", "properties": {"id": "nc72896831", "mag": 1.6, "time": 1506088032960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772667, 38.806833, -0.28]}, "bbox": [-122.772667, 38.806833, -122.772667, 38.806833]}, {"id": "2751", "type": "Feature", "properties": {"id": "nc72896826", "mag": 1.03, "time": 1506088021950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.836666, -0.75]}, "bbox": [-122.822502, 38.836666, -122.822502, 38.836666]}, {"id": "2752", "type": "Feature", "properties": {"id": "ak16877151", "mag": 1.7, "time": 1506087613938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3362, 62.1574, 11.2]}, "bbox": [-150.3362, 62.1574, -150.3362, 62.1574]}, {"id": "2753", "type": "Feature", "properties": {"id": "us2000awqs", "mag": 4.3, "time": 1506087606500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5624, -22.5585, 578.14]}, "bbox": [179.5624, -22.5585, 179.5624, -22.5585]}, {"id": "2754", "type": "Feature", "properties": {"id": "ak16877148", "mag": 1.9, "time": 1506087297503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1731, 59.963, 87.7]}, "bbox": [-152.1731, 59.963, -152.1731, 59.963]}, {"id": "2755", "type": "Feature", "properties": {"id": "nn00606565", "mag": 1.4, "time": 1506087185810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2162, 38.2627, 3.6]}, "bbox": [-116.2162, 38.2627, -116.2162, 38.2627]}, {"id": "2756", "type": "Feature", "properties": {"id": "us2000at3c", "mag": 4.4, "time": 1506086932700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2264, -0.3969, 83.0]}, "bbox": [127.2264, -0.3969, 127.2264, -0.3969]}, {"id": "2757", "type": "Feature", "properties": {"id": "us2000at3j", "mag": 4.5, "time": 1506086850810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4418, -19.1856, 573.86]}, "bbox": [-177.4418, -19.1856, -177.4418, -19.1856]}, {"id": "2758", "type": "Feature", "properties": {"id": "ak16877147", "mag": 1.0, "time": 1506086078366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0434, 64.7457, 4.7]}, "bbox": [-151.0434, 64.7457, -151.0434, 64.7457]}, {"id": "2759", "type": "Feature", "properties": {"id": "ak16876989", "mag": 2.3, "time": 1506085118552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6021, 60.5947, 0.6]}, "bbox": [-147.6021, 60.5947, -147.6021, 60.5947]}, {"id": "2760", "type": "Feature", "properties": {"id": "nc72896781", "mag": 1.59, "time": 1506084858350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773167, 38.807167, -0.05]}, "bbox": [-122.773167, 38.807167, -122.773167, 38.807167]}, {"id": "2761", "type": "Feature", "properties": {"id": "ak16926084", "mag": 2.4, "time": 1506084692420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7372, 51.5859, 56.4]}, "bbox": [178.7372, 51.5859, 178.7372, 51.5859]}, {"id": "2762", "type": "Feature", "properties": {"id": "nc72896771", "mag": 1.74, "time": 1506084487230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771667, 38.808833, 0.14]}, "bbox": [-122.771667, 38.808833, -122.771667, 38.808833]}, {"id": "2763", "type": "Feature", "properties": {"id": "ak16876986", "mag": 1.4, "time": 1506084219307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7611, 61.5102, 5.3]}, "bbox": [-140.7611, 61.5102, -140.7611, 61.5102]}, {"id": "2764", "type": "Feature", "properties": {"id": "hv61916896", "mag": 1.74, "time": 1506083571850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.465667, 19.190833, 35.257]}, "bbox": [-155.465667, 19.190833, -155.465667, 19.190833]}, {"id": "2765", "type": "Feature", "properties": {"id": "ci38007816", "mag": 1.33, "time": 1506082333690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362833, 33.373333, 6.28]}, "bbox": [-116.362833, 33.373333, -116.362833, 33.373333]}, {"id": "2766", "type": "Feature", "properties": {"id": "ak16876984", "mag": 1.5, "time": 1506082188790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7152, 61.5125, 7.3]}, "bbox": [-140.7152, 61.5125, -140.7152, 61.5125]}, {"id": "2767", "type": "Feature", "properties": {"id": "ak16876981", "mag": 1.8, "time": 1506082118329, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7017, 61.5113, 0.0]}, "bbox": [-140.7017, 61.5113, -140.7017, 61.5113]}, {"id": "2768", "type": "Feature", "properties": {"id": "ak16876980", "mag": 2.2, "time": 1506081950238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1633, 59.909, 114.4]}, "bbox": [-153.1633, 59.909, -153.1633, 59.909]}, {"id": "2769", "type": "Feature", "properties": {"id": "ci38007792", "mag": 1.19, "time": 1506081499660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.503333, 35.304167, 5.36]}, "bbox": [-118.503333, 35.304167, -118.503333, 35.304167]}, {"id": "2770", "type": "Feature", "properties": {"id": "ak16876977", "mag": 1.9, "time": 1506081250212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1121, 59.2751, 8.1]}, "bbox": [-139.1121, 59.2751, -139.1121, 59.2751]}, {"id": "2771", "type": "Feature", "properties": {"id": "ak16876978", "mag": 1.2, "time": 1506081151639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9729, 61.6318, 32.9]}, "bbox": [-149.9729, 61.6318, -149.9729, 61.6318]}, {"id": "2772", "type": "Feature", "properties": {"id": "mb80257019", "mag": 1.05, "time": 1506080783790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.879833, 10.93]}, "bbox": [-112.526167, 46.879833, -112.526167, 46.879833]}, {"id": "2773", "type": "Feature", "properties": {"id": "nc72896746", "mag": 1.05, "time": 1506079850700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.73983, 38.763668, 1.53]}, "bbox": [-122.73983, 38.763668, -122.73983, 38.763668]}, {"id": "2774", "type": "Feature", "properties": {"id": "nc72896741", "mag": 1.1, "time": 1506078851480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.8165, 3.19]}, "bbox": [-122.806, 38.8165, -122.806, 38.8165]}, {"id": "2775", "type": "Feature", "properties": {"id": "uu60248647", "mag": 1.45, "time": 1506078497740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.561833, 8.05]}, "bbox": [-111.445, 42.561833, -111.445, 42.561833]}, {"id": "2776", "type": "Feature", "properties": {"id": "ak16926075", "mag": 1.9, "time": 1506078386128, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8777, 58.9992, 112.9]}, "bbox": [-153.8777, 58.9992, -153.8777, 58.9992]}, {"id": "2777", "type": "Feature", "properties": {"id": "ak16876823", "mag": 1.1, "time": 1506078261719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8636, 62.788, 13.9]}, "bbox": [-148.8636, 62.788, -148.8636, 62.788]}, {"id": "2778", "type": "Feature", "properties": {"id": "ak16876821", "mag": 1.4, "time": 1506077123303, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.923, 64.7739, 2.3]}, "bbox": [-139.923, 64.7739, -139.923, 64.7739]}, {"id": "2779", "type": "Feature", "properties": {"id": "nn00606454", "mag": 2.6, "time": 1506077002610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5007, 36.7388, 7.5]}, "bbox": [-115.5007, 36.7388, -115.5007, 36.7388]}, {"id": "2780", "type": "Feature", "properties": {"id": "mb80257004", "mag": 1.43, "time": 1506075410640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.871, 11.97]}, "bbox": [-112.5235, 46.871, -112.5235, 46.871]}, {"id": "2781", "type": "Feature", "properties": {"id": "nc72896721", "mag": 1.39, "time": 1506074864460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.841333, 38.844167, 1.9]}, "bbox": [-122.841333, 38.844167, -122.841333, 38.844167]}, {"id": "2782", "type": "Feature", "properties": {"id": "nn00606522", "mag": 1.1, "time": 1506074180637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8303, 13.3]}, "bbox": [-118.8235, 38.8303, -118.8235, 38.8303]}, {"id": "2783", "type": "Feature", "properties": {"id": "ci38007728", "mag": 1.52, "time": 1506073924220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848, 36.181833, 2.23]}, "bbox": [-117.848, 36.181833, -117.848, 36.181833]}, {"id": "2784", "type": "Feature", "properties": {"id": "ak16926070", "mag": 1.6, "time": 1506073391784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.2241, 61.5539, 0.0]}, "bbox": [-144.2241, 61.5539, -144.2241, 61.5539]}, {"id": "2785", "type": "Feature", "properties": {"id": "ak16876665", "mag": 1.6, "time": 1506072332786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3288, 63.1852, 90.1]}, "bbox": [-149.3288, 63.1852, -149.3288, 63.1852]}, {"id": "2786", "type": "Feature", "properties": {"id": "hv61916851", "mag": 2.09, "time": 1506072148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.868333, 20.063333, 23.409]}, "bbox": [-155.868333, 20.063333, -155.868333, 20.063333]}, {"id": "2787", "type": "Feature", "properties": {"id": "ak16876664", "mag": 1.4, "time": 1506072136495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5912, 61.9919, 28.6]}, "bbox": [-148.5912, 61.9919, -148.5912, 61.9919]}, {"id": "2788", "type": "Feature", "properties": {"id": "ak16926067", "mag": 1.3, "time": 1506071322182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.632, 62.4195, 64.2]}, "bbox": [-150.632, 62.4195, -150.632, 62.4195]}, {"id": "2789", "type": "Feature", "properties": {"id": "uu60248637", "mag": 1.3, "time": 1506070695930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.437167, 42.637667, 5.25]}, "bbox": [-111.437167, 42.637667, -111.437167, 42.637667]}, {"id": "2790", "type": "Feature", "properties": {"id": "us2000at26", "mag": 4.5, "time": 1506070497460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.9846, 3.8293, 107.48]}, "bbox": [127.9846, 3.8293, 127.9846, 3.8293]}, {"id": "2791", "type": "Feature", "properties": {"id": "ak16926066", "mag": 1.6, "time": 1506069293924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7084, 58.832, 2.4]}, "bbox": [-153.7084, 58.832, -153.7084, 58.832]}, {"id": "2792", "type": "Feature", "properties": {"id": "uu60248632", "mag": 2.03, "time": 1506068604640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.901833, 38.286167, 1.02]}, "bbox": [-108.901833, 38.286167, -108.901833, 38.286167]}, {"id": "2793", "type": "Feature", "properties": {"id": "ak16876662", "mag": 1.9, "time": 1506067828515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4502, 59.8034, 55.7]}, "bbox": [-151.4502, 59.8034, -151.4502, 59.8034]}, {"id": "2794", "type": "Feature", "properties": {"id": "nm60044913", "mag": 2.21, "time": 1506067533090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.239, 35.7905, 11.33]}, "bbox": [-92.239, 35.7905, -92.239, 35.7905]}, {"id": "2795", "type": "Feature", "properties": {"id": "ak16876658", "mag": 3.5, "time": 1506066694779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.9518, 54.8173, 3.3]}, "bbox": [-159.9518, 54.8173, -159.9518, 54.8173]}, {"id": "2796", "type": "Feature", "properties": {"id": "nc72896676", "mag": 1.45, "time": 1506066561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764833, 38.786167, 0.53]}, "bbox": [-122.764833, 38.786167, -122.764833, 38.786167]}, {"id": "2797", "type": "Feature", "properties": {"id": "uw61309412", "mag": 1.49, "time": 1506066402670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.402833, 49.2735, 17.7]}, "bbox": [-124.402833, 49.2735, -124.402833, 49.2735]}, {"id": "2798", "type": "Feature", "properties": {"id": "nc72896671", "mag": 1.2, "time": 1506066223530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8225, 37.524667, 2.51]}, "bbox": [-118.8225, 37.524667, -118.8225, 37.524667]}, {"id": "2799", "type": "Feature", "properties": {"id": "ak16876647", "mag": 1.9, "time": 1506065065953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1147, 59.229, 11.0]}, "bbox": [-139.1147, 59.229, -139.1147, 59.229]}, {"id": "2800", "type": "Feature", "properties": {"id": "uu60248627", "mag": 1.79, "time": 1506064954410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.575667, 8.31]}, "bbox": [-111.417833, 42.575667, -111.417833, 42.575667]}, {"id": "2801", "type": "Feature", "properties": {"id": "ak16876640", "mag": 1.0, "time": 1506063798789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9184, 63.4232, 6.1]}, "bbox": [-148.9184, 63.4232, -148.9184, 63.4232]}, {"id": "2802", "type": "Feature", "properties": {"id": "mb80256994", "mag": 1.71, "time": 1506063538810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.338833, 46.125333, 6.03]}, "bbox": [-110.338833, 46.125333, -110.338833, 46.125333]}, {"id": "2803", "type": "Feature", "properties": {"id": "us2000at1d", "mag": 4.4, "time": 1506062755300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9837, 45.5973, 22.46]}, "bbox": [151.9837, 45.5973, 151.9837, 45.5973]}, {"id": "2804", "type": "Feature", "properties": {"id": "nn00606510", "mag": 1.0, "time": 1506062740733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9097, 38.416, 7.5]}, "bbox": [-118.9097, 38.416, -118.9097, 38.416]}, {"id": "2805", "type": "Feature", "properties": {"id": "ak16876497", "mag": 2.9, "time": 1506062332060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4396, 55.4155, 7.5]}, "bbox": [-158.4396, 55.4155, -158.4396, 55.4155]}, {"id": "2806", "type": "Feature", "properties": {"id": "ak16876499", "mag": 1.5, "time": 1506062314773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1276, 62.6705, 84.6]}, "bbox": [-151.1276, 62.6705, -151.1276, 62.6705]}, {"id": "2807", "type": "Feature", "properties": {"id": "ak16926058", "mag": 2.5, "time": 1506062164434, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9814, 52.5733, 21.3]}, "bbox": [-163.9814, 52.5733, -163.9814, 52.5733]}, {"id": "2808", "type": "Feature", "properties": {"id": "hv61916751", "mag": 1.88, "time": 1506061487210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4615, 19.287167, 7.924]}, "bbox": [-155.4615, 19.287167, -155.4615, 19.287167]}, {"id": "2809", "type": "Feature", "properties": {"id": "ak16926055", "mag": 2.4, "time": 1506060569450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4546, 56.5041, 6.6]}, "bbox": [-153.4546, 56.5041, -153.4546, 56.5041]}, {"id": "2810", "type": "Feature", "properties": {"id": "uu60248622", "mag": 1.34, "time": 1506060334660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.622833, 5.33]}, "bbox": [-111.447833, 42.622833, -111.447833, 42.622833]}, {"id": "2811", "type": "Feature", "properties": {"id": "nn00606434", "mag": 1.2, "time": 1506060248714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8296, 13.4]}, "bbox": [-118.8235, 38.8296, -118.8235, 38.8296]}, {"id": "2812", "type": "Feature", "properties": {"id": "ci38007696", "mag": 1.17, "time": 1506059325210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.648333, 35.934, 3.86]}, "bbox": [-117.648333, 35.934, -117.648333, 35.934]}, {"id": "2813", "type": "Feature", "properties": {"id": "ci38007680", "mag": 1.8, "time": 1506058671480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.570833, 35.360833, 4.84]}, "bbox": [-118.570833, 35.360833, -118.570833, 35.360833]}, {"id": "2814", "type": "Feature", "properties": {"id": "us2000at0m", "mag": 5.5, "time": 1506058424310, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.7724, 23.5614, 10.0]}, "bbox": [-108.7724, 23.5614, -108.7724, 23.5614]}, {"id": "2815", "type": "Feature", "properties": {"id": "us2000at0v", "mag": 4.5, "time": 1506056644580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.4959, 54.788, 131.21]}, "bbox": [159.4959, 54.788, 159.4959, 54.788]}, {"id": "2816", "type": "Feature", "properties": {"id": "mb80256984", "mag": 1.12, "time": 1506056537920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5285, 46.885167, 14.05]}, "bbox": [-112.5285, 46.885167, -112.5285, 46.885167]}, {"id": "2817", "type": "Feature", "properties": {"id": "ak16926054", "mag": 1.3, "time": 1506056097918, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7519, 60.0539, 56.2]}, "bbox": [-151.7519, 60.0539, -151.7519, 60.0539]}, {"id": "2818", "type": "Feature", "properties": {"id": "ak16876343", "mag": 1.1, "time": 1506055943779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.827, 62.7929, 14.4]}, "bbox": [-148.827, 62.7929, -148.827, 62.7929]}, {"id": "2819", "type": "Feature", "properties": {"id": "nc72896616", "mag": 2.0, "time": 1506055463630, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788667, 37.456333, 7.66]}, "bbox": [-121.788667, 37.456333, -121.788667, 37.456333]}, {"id": "2820", "type": "Feature", "properties": {"id": "ak16926049", "mag": 2.0, "time": 1506055458648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9681, 59.782, 98.4]}, "bbox": [-152.9681, 59.782, -152.9681, 59.782]}, {"id": "2821", "type": "Feature", "properties": {"id": "us2000at08", "mag": 4.7, "time": 1506054886300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.1483, -6.3489, 10.0]}, "bbox": [-11.1483, -6.3489, -11.1483, -6.3489]}, {"id": "2822", "type": "Feature", "properties": {"id": "nc72896606", "mag": 0.97, "time": 1506054333450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.5205, 2.2]}, "bbox": [-118.821833, 37.5205, -118.821833, 37.5205]}, {"id": "2823", "type": "Feature", "properties": {"id": "us2000aszw", "mag": 4.2, "time": 1506054023580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [26.2553, 39.1304, 10.0]}, "bbox": [26.2553, 39.1304, 26.2553, 39.1304]}, {"id": "2824", "type": "Feature", "properties": {"id": "nc72896586", "mag": 1.98, "time": 1506053997570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883167, 37.538333, 2.49]}, "bbox": [-118.883167, 37.538333, -118.883167, 37.538333]}, {"id": "2825", "type": "Feature", "properties": {"id": "ci38007648", "mag": 1.64, "time": 1506053954570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.495167, 4.61]}, "bbox": [-116.797167, 33.495167, -116.797167, 33.495167]}, {"id": "2826", "type": "Feature", "properties": {"id": "nc72896591", "mag": 1.12, "time": 1506053943320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789333, 37.455, 7.99]}, "bbox": [-121.789333, 37.455, -121.789333, 37.455]}, {"id": "2827", "type": "Feature", "properties": {"id": "us2000aszh", "mag": 2.9, "time": 1506053328020, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.682, 35.846, 5.0]}, "bbox": [-96.682, 35.846, -96.682, 35.846]}, {"id": "2828", "type": "Feature", "properties": {"id": "ak16876210", "mag": 1.2, "time": 1506052567199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7614, 63.1414, 9.7]}, "bbox": [-148.7614, 63.1414, -148.7614, 63.1414]}, {"id": "2829", "type": "Feature", "properties": {"id": "ak16876208", "mag": 1.0, "time": 1506051888104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3642, 64.8396, 21.9]}, "bbox": [-147.3642, 64.8396, -147.3642, 64.8396]}, {"id": "2830", "type": "Feature", "properties": {"id": "ak16876202", "mag": 2.8, "time": 1506051238210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6975, 59.8426, 2.9]}, "bbox": [-136.6975, 59.8426, -136.6975, 59.8426]}, {"id": "2831", "type": "Feature", "properties": {"id": "ci38007640", "mag": 1.04, "time": 1506050700240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.074333, 32.868, 9.32]}, "bbox": [-116.074333, 32.868, -116.074333, 32.868]}, {"id": "2832", "type": "Feature", "properties": {"id": "ak16876199", "mag": 1.6, "time": 1506050508752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1502, 60.9709, 20.0]}, "bbox": [-149.1502, 60.9709, -149.1502, 60.9709]}, {"id": "2833", "type": "Feature", "properties": {"id": "ak16876069", "mag": 1.7, "time": 1506048854655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6692, 62.5598, 11.7]}, "bbox": [-150.6692, 62.5598, -150.6692, 62.5598]}, {"id": "2834", "type": "Feature", "properties": {"id": "ak16876067", "mag": 2.1, "time": 1506048427026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7111, 59.884, 14.5]}, "bbox": [-136.7111, 59.884, -136.7111, 59.884]}, {"id": "2835", "type": "Feature", "properties": {"id": "nc72896561", "mag": 1.78, "time": 1506048332800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.779667, 37.392333, -2.31]}, "bbox": [-118.779667, 37.392333, -118.779667, 37.392333]}, {"id": "2836", "type": "Feature", "properties": {"id": "nc72896556", "mag": 1.29, "time": 1506047940540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0265, 36.559833, 6.76]}, "bbox": [-121.0265, 36.559833, -121.0265, 36.559833]}, {"id": "2837", "type": "Feature", "properties": {"id": "ak16926041", "mag": 2.5, "time": 1506047556201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.992, 51.8656, 16.5]}, "bbox": [-174.992, 51.8656, -174.992, 51.8656]}, {"id": "2838", "type": "Feature", "properties": {"id": "uu60248522", "mag": 1.34, "time": 1506047158170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.026833, 44.7755, 7.13]}, "bbox": [-110.026833, 44.7755, -110.026833, 44.7755]}, {"id": "2839", "type": "Feature", "properties": {"id": "mb80256979", "mag": 1.73, "time": 1506043831850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.558333, 46.402, 3.35]}, "bbox": [-111.558333, 46.402, -111.558333, 46.402]}, {"id": "2840", "type": "Feature", "properties": {"id": "nc72896531", "mag": 1.92, "time": 1506043357560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.780833, 37.389167, -2.29]}, "bbox": [-118.780833, 37.389167, -118.780833, 37.389167]}, {"id": "2841", "type": "Feature", "properties": {"id": "mb80256969", "mag": 2.09, "time": 1506042441670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.930333, 44.292833, 3.5]}, "bbox": [-114.930333, 44.292833, -114.930333, 44.292833]}, {"id": "2842", "type": "Feature", "properties": {"id": "ak16875940", "mag": 1.1, "time": 1506041862266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0885, 63.2553, 2.0]}, "bbox": [-151.0885, 63.2553, -151.0885, 63.2553]}, {"id": "2843", "type": "Feature", "properties": {"id": "us2000awqf", "mag": 4.2, "time": 1506041406940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [165.3116, -15.6295, 57.06]}, "bbox": [165.3116, -15.6295, 165.3116, -15.6295]}, {"id": "2844", "type": "Feature", "properties": {"id": "us2000asyh", "mag": 4.6, "time": 1506041280550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.2095, 43.8815, 10.0]}, "bbox": [149.2095, 43.8815, 149.2095, 43.8815]}, {"id": "2845", "type": "Feature", "properties": {"id": "ismpkansas70235693", "mag": 1.82, "time": 1506040783670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6825, 37.184, 4.37]}, "bbox": [-97.6825, 37.184, -97.6825, 37.184]}, {"id": "2846", "type": "Feature", "properties": {"id": "ci38007600", "mag": 2.86, "time": 1506040660680, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.171833, 34.730667, 1.72]}, "bbox": [-120.171833, 34.730667, -120.171833, 34.730667]}, {"id": "2847", "type": "Feature", "properties": {"id": "hv61916496", "mag": 1.7, "time": 1506040069030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.755667, 19.862667, 13.433]}, "bbox": [-155.755667, 19.862667, -155.755667, 19.862667]}, {"id": "2848", "type": "Feature", "properties": {"id": "us2000awqd", "mag": 4.6, "time": 1506040066970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3605, 2.1475, 15.02]}, "bbox": [90.3605, 2.1475, 90.3605, 2.1475]}, {"id": "2849", "type": "Feature", "properties": {"id": "ak16875841", "mag": 1.4, "time": 1506039676822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7004, 63.8605, 6.4]}, "bbox": [-148.7004, 63.8605, -148.7004, 63.8605]}, {"id": "2850", "type": "Feature", "properties": {"id": "us2000atbx", "mag": 2.6, "time": 1506039659260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5671, 46.8969, 11.48]}, "bbox": [-112.5671, 46.8969, -112.5671, 46.8969]}, {"id": "2851", "type": "Feature", "properties": {"id": "us2000avmv", "mag": 2.8, "time": 1506039531410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0769, 52.3761, 10.0]}, "bbox": [-165.0769, 52.3761, -165.0769, 52.3761]}, {"id": "2852", "type": "Feature", "properties": {"id": "mb80256959", "mag": 1.07, "time": 1506038377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.445667, 43.5435, 11.24]}, "bbox": [-110.445667, 43.5435, -110.445667, 43.5435]}, {"id": "2853", "type": "Feature", "properties": {"id": "ci38007584", "mag": 1.19, "time": 1506037977370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.764667, 33.324167, 13.64]}, "bbox": [-116.764667, 33.324167, -116.764667, 33.324167]}, {"id": "2854", "type": "Feature", "properties": {"id": "ak16875834", "mag": 1.4, "time": 1506037872803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.518, 61.5639, 31.0]}, "bbox": [-146.518, 61.5639, -146.518, 61.5639]}, {"id": "2855", "type": "Feature", "properties": {"id": "nc72896516", "mag": 1.31, "time": 1506037721390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669, 37.2905, 3.04]}, "bbox": [-121.669, 37.2905, -121.669, 37.2905]}, {"id": "2856", "type": "Feature", "properties": {"id": "mb80256954", "mag": 1.13, "time": 1506037549780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4995, 46.8705, 10.41]}, "bbox": [-112.4995, 46.8705, -112.4995, 46.8705]}, {"id": "2857", "type": "Feature", "properties": {"id": "us2000awq8", "mag": 4.4, "time": 1506037384370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.5809, 38.0785, 10.0]}, "bbox": [144.5809, 38.0785, 144.5809, 38.0785]}, {"id": "2858", "type": "Feature", "properties": {"id": "ak16875828", "mag": 2.4, "time": 1506037110228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8706, 62.7902, 14.7]}, "bbox": [-148.8706, 62.7902, -148.8706, 62.7902]}, {"id": "2859", "type": "Feature", "properties": {"id": "ak16875826", "mag": 1.7, "time": 1506036232042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4937, 61.5906, 31.8]}, "bbox": [-146.4937, 61.5906, -146.4937, 61.5906]}, {"id": "2860", "type": "Feature", "properties": {"id": "us2000asx4", "mag": 2.7, "time": 1506036218800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5127, 36.2915, 7.461]}, "bbox": [-97.5127, 36.2915, -97.5127, 36.2915]}, {"id": "2861", "type": "Feature", "properties": {"id": "ci38007544", "mag": 3.0, "time": 1506035447270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.397167, 32.383, 12.07]}, "bbox": [-115.397167, 32.383, -115.397167, 32.383]}, {"id": "2862", "type": "Feature", "properties": {"id": "ci38007552", "mag": 1.61, "time": 1506035381320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.115667, 34.625667, -1.28]}, "bbox": [-117.115667, 34.625667, -117.115667, 34.625667]}, {"id": "2863", "type": "Feature", "properties": {"id": "ak16875823", "mag": 1.6, "time": 1506035182231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5062, 64.6747, 9.2]}, "bbox": [-152.5062, 64.6747, -152.5062, 64.6747]}, {"id": "2864", "type": "Feature", "properties": {"id": "uu60248487", "mag": 2.1, "time": 1506035003920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.525833, 7.93]}, "bbox": [-111.420167, 42.525833, -111.420167, 42.525833]}, {"id": "2865", "type": "Feature", "properties": {"id": "mb80256939", "mag": 1.72, "time": 1506034952670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8665, 11.26]}, "bbox": [-112.5215, 46.8665, -112.5215, 46.8665]}, {"id": "2866", "type": "Feature", "properties": {"id": "ak16875817", "mag": 1.5, "time": 1506034226408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0329, 53.5528, 17.0]}, "bbox": [-167.0329, 53.5528, -167.0329, 53.5528]}, {"id": "2867", "type": "Feature", "properties": {"id": "us2000awq7", "mag": 4.3, "time": 1506034167940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.929, -23.7349, 550.89]}, "bbox": [-179.929, -23.7349, -179.929, -23.7349]}, {"id": "2868", "type": "Feature", "properties": {"id": "nc72896506", "mag": 1.29, "time": 1506033952800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821, 38.814833, 2.36]}, "bbox": [-122.821, 38.814833, -122.821, 38.814833]}, {"id": "2869", "type": "Feature", "properties": {"id": "ak16875815", "mag": 1.5, "time": 1506033878487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5575, 60.0344, 58.7]}, "bbox": [-151.5575, 60.0344, -151.5575, 60.0344]}, {"id": "2870", "type": "Feature", "properties": {"id": "ak16875810", "mag": 1.2, "time": 1506033325458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4889, 59.8624, 47.1]}, "bbox": [-150.4889, 59.8624, -150.4889, 59.8624]}, {"id": "2871", "type": "Feature", "properties": {"id": "ak16875800", "mag": 1.4, "time": 1506032434891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7482, 66.977, 12.4]}, "bbox": [-155.7482, 66.977, -155.7482, 66.977]}, {"id": "2872", "type": "Feature", "properties": {"id": "ak16875653", "mag": 4.2, "time": 1506032120973, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8756, 62.7831, 20.3]}, "bbox": [-148.8756, 62.7831, -148.8756, 62.7831]}, {"id": "2873", "type": "Feature", "properties": {"id": "nc72896496", "mag": 1.85, "time": 1506031741740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5285, 36.803333, 3.27]}, "bbox": [-121.5285, 36.803333, -121.5285, 36.803333]}, {"id": "2874", "type": "Feature", "properties": {"id": "nc72896486", "mag": 1.45, "time": 1506031445490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.526667, 36.809667, 4.3]}, "bbox": [-121.526667, 36.809667, -121.526667, 36.809667]}, {"id": "2875", "type": "Feature", "properties": {"id": "mb80256934", "mag": 2.12, "time": 1506031400210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9225, 44.303333, 10.34]}, "bbox": [-114.9225, 44.303333, -114.9225, 44.303333]}, {"id": "2876", "type": "Feature", "properties": {"id": "mb80256929", "mag": 1.26, "time": 1506030770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.747833, 45.079167, 3.5]}, "bbox": [-111.747833, 45.079167, -111.747833, 45.079167]}, {"id": "2877", "type": "Feature", "properties": {"id": "ci38007528", "mag": 1.87, "time": 1506030349230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650167, 35.935333, 2.69]}, "bbox": [-117.650167, 35.935333, -117.650167, 35.935333]}, {"id": "2878", "type": "Feature", "properties": {"id": "hv61916321", "mag": 2.02, "time": 1506029779130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.552333, 19.137667, 49.513]}, "bbox": [-155.552333, 19.137667, -155.552333, 19.137667]}, {"id": "2879", "type": "Feature", "properties": {"id": "ci38007520", "mag": 1.21, "time": 1506029730430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.157, 33.634167, -0.52]}, "bbox": [-117.157, 33.634167, -117.157, 33.634167]}, {"id": "2880", "type": "Feature", "properties": {"id": "hv61916316", "mag": 1.88, "time": 1506029586250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.419833, 19.099167, 42.057]}, "bbox": [-155.419833, 19.099167, -155.419833, 19.099167]}, {"id": "2881", "type": "Feature", "properties": {"id": "hv61916311", "mag": 1.76, "time": 1506029522880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.437167, 19.160333, 37.287]}, "bbox": [-155.437167, 19.160333, -155.437167, 19.160333]}, {"id": "2882", "type": "Feature", "properties": {"id": "nn00606376", "mag": 1.1, "time": 1506029276288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9551, 40.0739, 10.9]}, "bbox": [-120.9551, 40.0739, -120.9551, 40.0739]}, {"id": "2883", "type": "Feature", "properties": {"id": "hv61916301", "mag": 1.85, "time": 1506029141190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.439167, 19.1175, 39.677]}, "bbox": [-155.439167, 19.1175, -155.439167, 19.1175]}, {"id": "2884", "type": "Feature", "properties": {"id": "ci37166108", "mag": 1.81, "time": 1506028904370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241667, 32.920333, 11.27]}, "bbox": [-116.241667, 32.920333, -116.241667, 32.920333]}, {"id": "2885", "type": "Feature", "properties": {"id": "ci38007512", "mag": 1.83, "time": 1506028897230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241167, 32.916667, 7.87]}, "bbox": [-116.241167, 32.916667, -116.241167, 32.916667]}, {"id": "2886", "type": "Feature", "properties": {"id": "ak16875651", "mag": 1.4, "time": 1506028324426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8843, 61.2141, 1.8]}, "bbox": [-139.8843, 61.2141, -139.8843, 61.2141]}, {"id": "2887", "type": "Feature", "properties": {"id": "nn00606357", "mag": 2.6, "time": 1506028168100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6985, 39.7645, 7.3]}, "bbox": [-119.6985, 39.7645, -119.6985, 39.7645]}, {"id": "2888", "type": "Feature", "properties": {"id": "nn00606355", "mag": 1.1, "time": 1506027762688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.189, 38.4602, 2.1]}, "bbox": [-118.189, 38.4602, -118.189, 38.4602]}, {"id": "2889", "type": "Feature", "properties": {"id": "ci38007480", "mag": 1.75, "time": 1506026384090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.371167, 35.054, 8.1]}, "bbox": [-118.371167, 35.054, -118.371167, 35.054]}, {"id": "2890", "type": "Feature", "properties": {"id": "ak16875645", "mag": 1.7, "time": 1506026360117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.75, 60.0811, 100.9]}, "bbox": [-152.75, 60.0811, -152.75, 60.0811]}, {"id": "2891", "type": "Feature", "properties": {"id": "nc72896461", "mag": 1.53, "time": 1506026136260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.841167, 1.96]}, "bbox": [-122.827333, 38.841167, -122.827333, 38.841167]}, {"id": "2892", "type": "Feature", "properties": {"id": "ak16911613", "mag": 1.9, "time": 1506025569386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0904, 58.6739, 124.2]}, "bbox": [-155.0904, 58.6739, -155.0904, 58.6739]}, {"id": "2893", "type": "Feature", "properties": {"id": "ismpkansas70235678", "mag": 2.5, "time": 1506025487250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888333, 37.204167, 6.25]}, "bbox": [-97.888333, 37.204167, -97.888333, 37.204167]}, {"id": "2894", "type": "Feature", "properties": {"id": "ci38007472", "mag": 1.24, "time": 1506025368620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.488667, 33.850333, -0.48]}, "bbox": [-117.488667, 33.850333, -117.488667, 33.850333]}, {"id": "2895", "type": "Feature", "properties": {"id": "us2000ass7", "mag": 4.8, "time": 1506025352080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8962, 15.2536, 65.44]}, "bbox": [-93.8962, 15.2536, -93.8962, 15.2536]}, {"id": "2896", "type": "Feature", "properties": {"id": "ci38007464", "mag": 1.18, "time": 1506025134310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.882167, 33.977333, 19.48]}, "bbox": [-116.882167, 33.977333, -116.882167, 33.977333]}, {"id": "2897", "type": "Feature", "properties": {"id": "ak16875518", "mag": 1.7, "time": 1506024448536, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5203, 61.3055, 10.1]}, "bbox": [-152.5203, 61.3055, -152.5203, 61.3055]}, {"id": "2898", "type": "Feature", "properties": {"id": "us2000asr5", "mag": 2.8, "time": 1506024284460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4191, 42.5686, 11.52]}, "bbox": [-111.4191, 42.5686, -111.4191, 42.5686]}, {"id": "2899", "type": "Feature", "properties": {"id": "ci38007448", "mag": 1.54, "time": 1506024073190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.493667, 33.846667, -0.48]}, "bbox": [-117.493667, 33.846667, -117.493667, 33.846667]}, {"id": "2900", "type": "Feature", "properties": {"id": "us2000asqw", "mag": 4.5, "time": 1506023938000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.359, -24.593, 89.2]}, "bbox": [-69.359, -24.593, -69.359, -24.593]}, {"id": "2901", "type": "Feature", "properties": {"id": "nc72896441", "mag": 0.97, "time": 1506023932370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818337, 38.807335, 2.5]}, "bbox": [-122.818337, 38.807335, -122.818337, 38.807335]}, {"id": "2902", "type": "Feature", "properties": {"id": "ak16911611", "mag": 2.0, "time": 1506023546957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8314, 53.8887, 16.2]}, "bbox": [-163.8314, 53.8887, -163.8314, 53.8887]}, {"id": "2903", "type": "Feature", "properties": {"id": "ak16875513", "mag": 2.1, "time": 1506022669821, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6752, 67.929, 13.1]}, "bbox": [-147.6752, 67.929, -147.6752, 67.929]}, {"id": "2904", "type": "Feature", "properties": {"id": "ak16875511", "mag": 1.6, "time": 1506022479067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0122, 60.6265, 55.5]}, "bbox": [-151.0122, 60.6265, -151.0122, 60.6265]}, {"id": "2905", "type": "Feature", "properties": {"id": "nc72896431", "mag": 1.59, "time": 1506022296440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.606, 4.18]}, "bbox": [-118.821333, 37.606, -118.821333, 37.606]}, {"id": "2906", "type": "Feature", "properties": {"id": "us2000asq8", "mag": 4.5, "time": 1506022120080, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.3957, 30.689, 10.0]}, "bbox": [57.3957, 30.689, 57.3957, 30.689]}, {"id": "2907", "type": "Feature", "properties": {"id": "ak16875508", "mag": 2.8, "time": 1506022088454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5339, 56.4471, 34.4]}, "bbox": [-153.5339, 56.4471, -153.5339, 56.4471]}, {"id": "2908", "type": "Feature", "properties": {"id": "ak16875497", "mag": 2.8, "time": 1506021225649, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3633, 62.2263, 8.3]}, "bbox": [-150.3633, 62.2263, -150.3633, 62.2263]}, {"id": "2909", "type": "Feature", "properties": {"id": "ak16875489", "mag": 2.0, "time": 1506019153622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5458, 60.2285, 104.7]}, "bbox": [-152.5458, 60.2285, -152.5458, 60.2285]}, {"id": "2910", "type": "Feature", "properties": {"id": "ci38007432", "mag": 0.97, "time": 1506018755920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4305, 33.027167, 7.61]}, "bbox": [-116.4305, 33.027167, -116.4305, 33.027167]}, {"id": "2911", "type": "Feature", "properties": {"id": "nc72896416", "mag": 1.32, "time": 1506018676310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.105167, 37.325333, -0.31]}, "bbox": [-122.105167, 37.325333, -122.105167, 37.325333]}, {"id": "2912", "type": "Feature", "properties": {"id": "ak16875470", "mag": 3.4, "time": 1506018115237, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 62.0747, 82.5]}, "bbox": [-151.3313, 62.0747, -151.3313, 62.0747]}, {"id": "2913", "type": "Feature", "properties": {"id": "ci38007408", "mag": 1.52, "time": 1506017937430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.240833, 33.339, 3.36]}, "bbox": [-116.240833, 33.339, -116.240833, 33.339]}, {"id": "2914", "type": "Feature", "properties": {"id": "ci37165948", "mag": 1.22, "time": 1506017934430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.238, 33.341, 5.25]}, "bbox": [-116.238, 33.341, -116.238, 33.341]}, {"id": "2915", "type": "Feature", "properties": {"id": "ak16911603", "mag": 2.2, "time": 1506016859139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.198, 56.7455, 55.8]}, "bbox": [-156.198, 56.7455, -156.198, 56.7455]}, {"id": "2916", "type": "Feature", "properties": {"id": "nc72896411", "mag": 1.56, "time": 1506016054120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.955667, 36.390833, 1.45]}, "bbox": [-120.955667, 36.390833, -120.955667, 36.390833]}, {"id": "2917", "type": "Feature", "properties": {"id": "us2000ask8", "mag": 5.2, "time": 1506015812780, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [153.792, -5.2273, 42.8]}, "bbox": [153.792, -5.2273, 153.792, -5.2273]}, {"id": "2918", "type": "Feature", "properties": {"id": "ak16875367", "mag": 1.0, "time": 1506015790628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3293, 61.4367, 9.3]}, "bbox": [-152.3293, 61.4367, -152.3293, 61.4367]}, {"id": "2919", "type": "Feature", "properties": {"id": "nc72896401", "mag": 1.29, "time": 1506015349390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.136833, 36.591, 7.95]}, "bbox": [-121.136833, 36.591, -121.136833, 36.591]}, {"id": "2920", "type": "Feature", "properties": {"id": "nc72896396", "mag": 1.65, "time": 1506015154000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830667, 38.841833, 1.92]}, "bbox": [-122.830667, 38.841833, -122.830667, 38.841833]}, {"id": "2921", "type": "Feature", "properties": {"id": "ak16875364", "mag": 1.7, "time": 1506014707392, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9511, 61.182, 6.1]}, "bbox": [-139.9511, 61.182, -139.9511, 61.182]}, {"id": "2922", "type": "Feature", "properties": {"id": "us2000asjm", "mag": 4.1, "time": 1506014582020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1412, 14.9651, 31.77]}, "bbox": [-94.1412, 14.9651, -94.1412, 14.9651]}, {"id": "2923", "type": "Feature", "properties": {"id": "nc72896391", "mag": 1.65, "time": 1506014547620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.522667, 37.119333, 6.68]}, "bbox": [-121.522667, 37.119333, -121.522667, 37.119333]}, {"id": "2924", "type": "Feature", "properties": {"id": "nc72896386", "mag": 2.74, "time": 1506013969600, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.523, 37.119333, 7.11]}, "bbox": [-121.523, 37.119333, -121.523, 37.119333]}, {"id": "2925", "type": "Feature", "properties": {"id": "uu60248457", "mag": 1.24, "time": 1506013292240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416833, 42.5455, 6.54]}, "bbox": [-111.416833, 42.5455, -111.416833, 42.5455]}, {"id": "2926", "type": "Feature", "properties": {"id": "nc72896381", "mag": 1.42, "time": 1506013025480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.024167, 4.23]}, "bbox": [-118.7985, 38.024167, -118.7985, 38.024167]}, {"id": "2927", "type": "Feature", "properties": {"id": "ak16875337", "mag": 1.5, "time": 1506012889205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8562, 59.8876, 14.9]}, "bbox": [-136.8562, 59.8876, -136.8562, 59.8876]}, {"id": "2928", "type": "Feature", "properties": {"id": "ak16875335", "mag": 1.5, "time": 1506012588856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.43, 69.5255, 6.5]}, "bbox": [-142.43, 69.5255, -142.43, 69.5255]}, {"id": "2929", "type": "Feature", "properties": {"id": "ak16875333", "mag": 1.4, "time": 1506012078477, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7448, 65.4677, 16.1]}, "bbox": [-144.7448, 65.4677, -144.7448, 65.4677]}, {"id": "2930", "type": "Feature", "properties": {"id": "us2000asj3", "mag": 4.4, "time": 1506011673160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.8925, 24.9992, 82.35]}, "bbox": [94.8925, 24.9992, 94.8925, 24.9992]}, {"id": "2931", "type": "Feature", "properties": {"id": "ak16875233", "mag": 2.0, "time": 1506011166366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 62.6945, 1.1]}, "bbox": [-152.0389, 62.6945, -152.0389, 62.6945]}, {"id": "2932", "type": "Feature", "properties": {"id": "hv61916021", "mag": 1.65, "time": 1506010758380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.606333, 19.988, 0.02]}, "bbox": [-155.606333, 19.988, -155.606333, 19.988]}, {"id": "2933", "type": "Feature", "properties": {"id": "nc72896356", "mag": 1.08, "time": 1506008853280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.789501, 1.6]}, "bbox": [-122.736, 38.789501, -122.736, 38.789501]}, {"id": "2934", "type": "Feature", "properties": {"id": "ci38007344", "mag": 1.64, "time": 1506006904290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.040833, 34.932167, 7.95]}, "bbox": [-117.040833, 34.932167, -117.040833, 34.932167]}, {"id": "2935", "type": "Feature", "properties": {"id": "uu60248432", "mag": 1.93, "time": 1506005934630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899167, 38.2825, 1.23]}, "bbox": [-108.899167, 38.2825, -108.899167, 38.2825]}, {"id": "2936", "type": "Feature", "properties": {"id": "nc72896351", "mag": 1.05, "time": 1506005402280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.872833, 37.542167, 5.65]}, "bbox": [-118.872833, 37.542167, -118.872833, 37.542167]}, {"id": "2937", "type": "Feature", "properties": {"id": "ak16875225", "mag": 2.6, "time": 1506004864279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7558, 56.7802, 85.5]}, "bbox": [-157.7558, 56.7802, -157.7558, 56.7802]}, {"id": "2938", "type": "Feature", "properties": {"id": "nn00606271", "mag": 1.4, "time": 1506004765898, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.404, 8.4]}, "bbox": [-118.9071, 38.404, -118.9071, 38.404]}, {"id": "2939", "type": "Feature", "properties": {"id": "ak16911592", "mag": 1.8, "time": 1506004687871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.776, 59.9457, 96.3]}, "bbox": [-152.776, 59.9457, -152.776, 59.9457]}, {"id": "2940", "type": "Feature", "properties": {"id": "ak16875224", "mag": 1.0, "time": 1506004284441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1472, 58.225, 2.8]}, "bbox": [-155.1472, 58.225, -155.1472, 58.225]}, {"id": "2941", "type": "Feature", "properties": {"id": "us2000asgp", "mag": 3.1, "time": 1506004160400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5341, 7.73]}, "bbox": [-111.4287, 42.5341, -111.4287, 42.5341]}, {"id": "2942", "type": "Feature", "properties": {"id": "ak16875128", "mag": 1.2, "time": 1506003424957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1414, 61.9718, 7.4]}, "bbox": [-141.1414, 61.9718, -141.1414, 61.9718]}, {"id": "2943", "type": "Feature", "properties": {"id": "ak16875123", "mag": 2.2, "time": 1506003380008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.406, 61.1636, 56.5]}, "bbox": [-150.406, 61.1636, -150.406, 61.1636]}, {"id": "2944", "type": "Feature", "properties": {"id": "ak16875122", "mag": 1.5, "time": 1506003168025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6121, 60.6288, 27.1]}, "bbox": [-149.6121, 60.6288, -149.6121, 60.6288]}, {"id": "2945", "type": "Feature", "properties": {"id": "us2000asgl", "mag": 4.5, "time": 1506003018350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.7163, -5.3996, 143.64]}, "bbox": [150.7163, -5.3996, 150.7163, -5.3996]}, {"id": "2946", "type": "Feature", "properties": {"id": "ak16911587", "mag": 2.0, "time": 1506002992795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2107, 54.658, 25.6]}, "bbox": [-161.2107, 54.658, -161.2107, 54.658]}, {"id": "2947", "type": "Feature", "properties": {"id": "ak16875121", "mag": 1.3, "time": 1506002287075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 63.0935, 115.1]}, "bbox": [-150.7877, 63.0935, -150.7877, 63.0935]}, {"id": "2948", "type": "Feature", "properties": {"id": "ak16875120", "mag": 1.3, "time": 1506002190951, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3702, 60.2093, 0.0]}, "bbox": [-141.3702, 60.2093, -141.3702, 60.2093]}, {"id": "2949", "type": "Feature", "properties": {"id": "nc72896346", "mag": 1.58, "time": 1506001285170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.046, 37.631, -2.49]}, "bbox": [-119.046, 37.631, -119.046, 37.631]}, {"id": "2950", "type": "Feature", "properties": {"id": "ak16875118", "mag": 1.5, "time": 1506001054310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4947, 65.9329, 9.0]}, "bbox": [-151.4947, 65.9329, -151.4947, 65.9329]}, {"id": "2951", "type": "Feature", "properties": {"id": "ak16875115", "mag": 1.2, "time": 1506000273641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8273, 59.8914, 16.6]}, "bbox": [-136.8273, 59.8914, -136.8273, 59.8914]}, {"id": "2952", "type": "Feature", "properties": {"id": "ak16875114", "mag": 1.0, "time": 1505999744527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.927, 63.1123, 88.8]}, "bbox": [-149.927, 63.1123, -149.927, 63.1123]}, {"id": "2953", "type": "Feature", "properties": {"id": "ak16875113", "mag": 1.0, "time": 1505999509220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8959, 53.8648, 4.8]}, "bbox": [-166.8959, 53.8648, -166.8959, 53.8648]}, {"id": "2954", "type": "Feature", "properties": {"id": "nc72896326", "mag": 1.49, "time": 1505998900750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040833, 37.6325, -1.69]}, "bbox": [-119.040833, 37.6325, -119.040833, 37.6325]}, {"id": "2955", "type": "Feature", "properties": {"id": "nc72896316", "mag": 1.09, "time": 1505998199150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.854333, 37.553667, -1.13]}, "bbox": [-118.854333, 37.553667, -118.854333, 37.553667]}, {"id": "2956", "type": "Feature", "properties": {"id": "nc72896306", "mag": 1.43, "time": 1505997631810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009333, 37.578833, 2.18]}, "bbox": [-119.009333, 37.578833, -119.009333, 37.578833]}, {"id": "2957", "type": "Feature", "properties": {"id": "nm60207176", "mag": 1.81, "time": 1505997033100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.530833, 36.304833, 9.49]}, "bbox": [-89.530833, 36.304833, -89.530833, 36.304833]}, {"id": "2958", "type": "Feature", "properties": {"id": "ak16875021", "mag": 1.2, "time": 1505996145934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8383, 65.938, 13.9]}, "bbox": [-151.8383, 65.938, -151.8383, 65.938]}, {"id": "2959", "type": "Feature", "properties": {"id": "ak16875018", "mag": 1.2, "time": 1505995669198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.912, 65.5133, 9.1]}, "bbox": [-150.912, 65.5133, -150.912, 65.5133]}, {"id": "2960", "type": "Feature", "properties": {"id": "nc72896296", "mag": 1.47, "time": 1505995317350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.196833, 37.9145, 9.67]}, "bbox": [-122.196833, 37.9145, -122.196833, 37.9145]}, {"id": "2961", "type": "Feature", "properties": {"id": "nm60207166", "mag": 1.64, "time": 1505994488630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.4975, 36.289667, 7.47]}, "bbox": [-89.4975, 36.289667, -89.4975, 36.289667]}, {"id": "2962", "type": "Feature", "properties": {"id": "us2000asex", "mag": 4.8, "time": 1505994269370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2903, 15.7805, 100.11]}, "bbox": [-93.2903, 15.7805, -93.2903, 15.7805]}, {"id": "2963", "type": "Feature", "properties": {"id": "nn00606244", "mag": 1.4, "time": 1505993181062, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2534, 40.7726, 2.5]}, "bbox": [-119.2534, 40.7726, -119.2534, 40.7726]}, {"id": "2964", "type": "Feature", "properties": {"id": "uu60248402", "mag": 1.76, "time": 1505993050130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.834, 37.5, 12.34]}, "bbox": [-112.834, 37.5, -112.834, 37.5]}, {"id": "2965", "type": "Feature", "properties": {"id": "ak16911577", "mag": 1.8, "time": 1505992688210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7102, 59.2193, 101.3]}, "bbox": [-153.7102, 59.2193, -153.7102, 59.2193]}, {"id": "2966", "type": "Feature", "properties": {"id": "nc72896276", "mag": 1.87, "time": 1505990638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821833, 38.807833, 2.57]}, "bbox": [-122.821833, 38.807833, -122.821833, 38.807833]}, {"id": "2967", "type": "Feature", "properties": {"id": "ak16911575", "mag": 1.4, "time": 1505990312220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1289, 60.9457, 91.3]}, "bbox": [-152.1289, 60.9457, -152.1289, 60.9457]}, {"id": "2968", "type": "Feature", "properties": {"id": "ci38007296", "mag": 1.16, "time": 1505989019560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.893333, 33.8875, 12.0]}, "bbox": [-116.893333, 33.8875, -116.893333, 33.8875]}, {"id": "2969", "type": "Feature", "properties": {"id": "ak16874826", "mag": 2.4, "time": 1505988598717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0672, 60.3368, 3.1]}, "bbox": [-143.0672, 60.3368, -143.0672, 60.3368]}, {"id": "2970", "type": "Feature", "properties": {"id": "ak16874821", "mag": 3.9, "time": 1505988559362, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.0266, 58.0197, 4.1]}, "bbox": [-139.0266, 58.0197, -139.0266, 58.0197]}, {"id": "2971", "type": "Feature", "properties": {"id": "us2000asdx", "mag": 3.2, "time": 1505987188740, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5809, 9.51]}, "bbox": [-111.4339, 42.5809, -111.4339, 42.5809]}, {"id": "2972", "type": "Feature", "properties": {"id": "nc72896231", "mag": 1.31, "time": 1505985984190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7595, 39.290333, 11.74]}, "bbox": [-122.7595, 39.290333, -122.7595, 39.290333]}, {"id": "2973", "type": "Feature", "properties": {"id": "ak16874817", "mag": 1.2, "time": 1505985541058, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7623, 63.2246, 123.5]}, "bbox": [-150.7623, 63.2246, -150.7623, 63.2246]}, {"id": "2974", "type": "Feature", "properties": {"id": "nc72896221", "mag": 1.81, "time": 1505985066080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.605333, 4.11]}, "bbox": [-118.8215, 37.605333, -118.8215, 37.605333]}, {"id": "2975", "type": "Feature", "properties": {"id": "ak16911571", "mag": 1.2, "time": 1505984945428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6774, 60.3679, 51.2]}, "bbox": [-150.6774, 60.3679, -150.6774, 60.3679]}, {"id": "2976", "type": "Feature", "properties": {"id": "us2000astb", "mag": 3.2, "time": 1505984479950, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.4877, 39.7496, 7.26]}, "bbox": [30.4877, 39.7496, 30.4877, 39.7496]}, {"id": "2977", "type": "Feature", "properties": {"id": "ak16874735", "mag": 1.1, "time": 1505984351439, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1345, 61.0202, 12.5]}, "bbox": [-151.1345, 61.0202, -151.1345, 61.0202]}, {"id": "2978", "type": "Feature", "properties": {"id": "ak16874733", "mag": 1.8, "time": 1505984244290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.6331, 69.6221, 10.8]}, "bbox": [-144.6331, 69.6221, -144.6331, 69.6221]}, {"id": "2979", "type": "Feature", "properties": {"id": "ak16911567", "mag": 1.4, "time": 1505983878943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6066, 58.3406, 70.2]}, "bbox": [-153.6066, 58.3406, -153.6066, 58.3406]}, {"id": "2980", "type": "Feature", "properties": {"id": "ak16874730", "mag": 1.6, "time": 1505983557544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6496, 63.2391, 128.6]}, "bbox": [-150.6496, 63.2391, -150.6496, 63.2391]}, {"id": "2981", "type": "Feature", "properties": {"id": "ak16874715", "mag": 3.0, "time": 1505983090867, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9585, 60.2394, 134.3]}, "bbox": [-152.9585, 60.2394, -152.9585, 60.2394]}, {"id": "2982", "type": "Feature", "properties": {"id": "ak16874713", "mag": 1.8, "time": 1505982752561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3398, 60.0395, 62.9]}, "bbox": [-151.3398, 60.0395, -151.3398, 60.0395]}, {"id": "2983", "type": "Feature", "properties": {"id": "ak16874708", "mag": 1.6, "time": 1505981986749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5434, 62.0196, 9.7]}, "bbox": [-148.5434, 62.0196, -148.5434, 62.0196]}, {"id": "2984", "type": "Feature", "properties": {"id": "ci38007280", "mag": 1.01, "time": 1505981662400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.966, 33.952667, 12.57]}, "bbox": [-116.966, 33.952667, -116.966, 33.952667]}, {"id": "2985", "type": "Feature", "properties": {"id": "nc72896186", "mag": 1.8, "time": 1505981520300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764333, 38.786167, 0.23]}, "bbox": [-122.764333, 38.786167, -122.764333, 38.786167]}, {"id": "2986", "type": "Feature", "properties": {"id": "ak16874635", "mag": 1.2, "time": 1505980470681, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9567, 61.1836, 3.9]}, "bbox": [-139.9567, 61.1836, -139.9567, 61.1836]}, {"id": "2987", "type": "Feature", "properties": {"id": "mb80256854", "mag": 1.19, "time": 1505980355400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540333, 46.865833, 13.58]}, "bbox": [-112.540333, 46.865833, -112.540333, 46.865833]}, {"id": "2988", "type": "Feature", "properties": {"id": "hv61915846", "mag": 2.23, "time": 1505980220010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471833, 19.187167, 6.497]}, "bbox": [-155.471833, 19.187167, -155.471833, 19.187167]}, {"id": "2989", "type": "Feature", "properties": {"id": "nc72896176", "mag": 1.82, "time": 1505979900900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789167, 37.455, 8.23]}, "bbox": [-121.789167, 37.455, -121.789167, 37.455]}, {"id": "2990", "type": "Feature", "properties": {"id": "ak16874613", "mag": 2.5, "time": 1505979347188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6995, 61.302, 18.1]}, "bbox": [-146.6995, 61.302, -146.6995, 61.302]}, {"id": "2991", "type": "Feature", "properties": {"id": "nc72896141", "mag": 1.44, "time": 1505978529860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0545, 37.976333, 16.99]}, "bbox": [-122.0545, 37.976333, -122.0545, 37.976333]}, {"id": "2992", "type": "Feature", "properties": {"id": "us2000asd1", "mag": 4.8, "time": 1505977959710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.683, -37.9104, 6.87]}, "bbox": [-73.683, -37.9104, -73.683, -37.9104]}, {"id": "2993", "type": "Feature", "properties": {"id": "nc72896116", "mag": 1.08, "time": 1505977815960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784164, 38.838165, 0.65]}, "bbox": [-122.784164, 38.838165, -122.784164, 38.838165]}, {"id": "2994", "type": "Feature", "properties": {"id": "ci38007272", "mag": 1.44, "time": 1505977166870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.235667, 34.473, 10.66]}, "bbox": [-119.235667, 34.473, -119.235667, 34.473]}, {"id": "2995", "type": "Feature", "properties": {"id": "ak16874540", "mag": 1.8, "time": 1505976691446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5178, 59.5615, 114.3]}, "bbox": [-153.5178, 59.5615, -153.5178, 59.5615]}, {"id": "2996", "type": "Feature", "properties": {"id": "ci38007264", "mag": 1.35, "time": 1505976496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8585, 33.885833, 13.8]}, "bbox": [-116.8585, 33.885833, -116.8585, 33.885833]}, {"id": "2997", "type": "Feature", "properties": {"id": "ak16874539", "mag": 1.4, "time": 1505975897075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7553, 60.3904, 17.6]}, "bbox": [-147.7553, 60.3904, -147.7553, 60.3904]}, {"id": "2998", "type": "Feature", "properties": {"id": "ak16911557", "mag": 1.9, "time": 1505975896384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7415, 56.6876, 60.1]}, "bbox": [-155.7415, 56.6876, -155.7415, 56.6876]}, {"id": "2999", "type": "Feature", "properties": {"id": "ak16874533", "mag": 2.4, "time": 1505975550653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4341, 54.7916, 41.7]}, "bbox": [-160.4341, 54.7916, -160.4341, 54.7916]}, {"id": "3000", "type": "Feature", "properties": {"id": "ak16874531", "mag": 1.6, "time": 1505973877209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0439, 60.1347, 121.6]}, "bbox": [-153.0439, 60.1347, -153.0439, 60.1347]}, {"id": "3001", "type": "Feature", "properties": {"id": "nc72896081", "mag": 0.98, "time": 1505973711190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775002, 38.797669, 2.77]}, "bbox": [-122.775002, 38.797669, -122.775002, 38.797669]}, {"id": "3002", "type": "Feature", "properties": {"id": "nc72896076", "mag": 2.49, "time": 1505973410410, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.785833, 37.46, 8.35]}, "bbox": [-121.785833, 37.46, -121.785833, 37.46]}, {"id": "3003", "type": "Feature", "properties": {"id": "ak16874465", "mag": 1.3, "time": 1505973344875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.0133, 60.1082, 0.0]}, "bbox": [-138.0133, 60.1082, -138.0133, 60.1082]}, {"id": "3004", "type": "Feature", "properties": {"id": "ak16911553", "mag": 1.4, "time": 1505972962694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3138, 59.699, 53.9]}, "bbox": [-151.3138, 59.699, -151.3138, 59.699]}, {"id": "3005", "type": "Feature", "properties": {"id": "ak16911552", "mag": 1.2, "time": 1505972745844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4845, 60.1615, 61.1]}, "bbox": [-151.4845, 60.1615, -151.4845, 60.1615]}, {"id": "3006", "type": "Feature", "properties": {"id": "nn00606219", "mag": 1.3, "time": 1505972571887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1193, 38.2806, 9.5]}, "bbox": [-119.1193, 38.2806, -119.1193, 38.2806]}, {"id": "3007", "type": "Feature", "properties": {"id": "ak16911551", "mag": 1.8, "time": 1505972563999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.15, 51.5531, 43.8]}, "bbox": [-177.15, 51.5531, -177.15, 51.5531]}, {"id": "3008", "type": "Feature", "properties": {"id": "nn00606295", "mag": 1.0, "time": 1505972403264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6227, 38.8065, 14.1]}, "bbox": [-119.6227, 38.8065, -119.6227, 38.8065]}, {"id": "3009", "type": "Feature", "properties": {"id": "uu60248342", "mag": 1.16, "time": 1505971839680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427333, 42.584333, 6.41]}, "bbox": [-111.427333, 42.584333, -111.427333, 42.584333]}, {"id": "3010", "type": "Feature", "properties": {"id": "ak16874458", "mag": 1.0, "time": 1505971795387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1789, 60.7931, 15.4]}, "bbox": [-147.1789, 60.7931, -147.1789, 60.7931]}, {"id": "3011", "type": "Feature", "properties": {"id": "nn00606215", "mag": 1.1, "time": 1505970724921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9138, 38.4144, 3.9]}, "bbox": [-118.9138, 38.4144, -118.9138, 38.4144]}, {"id": "3012", "type": "Feature", "properties": {"id": "nn00606292", "mag": 1.2, "time": 1505969821916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9096, 38.3591, 10.4]}, "bbox": [-118.9096, 38.3591, -118.9096, 38.3591]}, {"id": "3013", "type": "Feature", "properties": {"id": "ak16874386", "mag": 2.2, "time": 1505966674333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1806, 62.1688, 58.7]}, "bbox": [-150.1806, 62.1688, -150.1806, 62.1688]}, {"id": "3014", "type": "Feature", "properties": {"id": "ak16874381", "mag": 1.5, "time": 1505966192127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3423, 67.4818, 11.5]}, "bbox": [-158.3423, 67.4818, -158.3423, 67.4818]}, {"id": "3015", "type": "Feature", "properties": {"id": "nn00606289", "mag": 1.1, "time": 1505965897622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.612, 39.7777, 13.3]}, "bbox": [-120.612, 39.7777, -120.612, 39.7777]}, {"id": "3016", "type": "Feature", "properties": {"id": "ak16874378", "mag": 1.4, "time": 1505965635289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6084, 59.8249, 2.4]}, "bbox": [-136.6084, 59.8249, -136.6084, 59.8249]}, {"id": "3017", "type": "Feature", "properties": {"id": "ci38007240", "mag": 1.33, "time": 1505964848260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.392833, 34.0695, 3.63]}, "bbox": [-116.392833, 34.0695, -116.392833, 34.0695]}, {"id": "3018", "type": "Feature", "properties": {"id": "uw61309117", "mag": 1.41, "time": 1505964727680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.537333, 45.623, 3.45]}, "bbox": [-122.537333, 45.623, -122.537333, 45.623]}, {"id": "3019", "type": "Feature", "properties": {"id": "us2000asac", "mag": 2.3, "time": 1505963189900, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6319, 35.02, 3.66]}, "bbox": [-97.6319, 35.02, -97.6319, 35.02]}, {"id": "3020", "type": "Feature", "properties": {"id": "nc72896016", "mag": 1.0, "time": 1505962244660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777664, 38.821335, 1.62]}, "bbox": [-122.777664, 38.821335, -122.777664, 38.821335]}, {"id": "3021", "type": "Feature", "properties": {"id": "ak16874313", "mag": 1.6, "time": 1505961692924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.4015, 58.981, 9.4]}, "bbox": [-136.4015, 58.981, -136.4015, 58.981]}, {"id": "3022", "type": "Feature", "properties": {"id": "nc72896006", "mag": 2.63, "time": 1505961234600, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.822333, 1.9]}, "bbox": [-122.778, 38.822333, -122.778, 38.822333]}, {"id": "3023", "type": "Feature", "properties": {"id": "ak16874294", "mag": 1.4, "time": 1505960998663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7592, 62.4966, 63.3]}, "bbox": [-149.7592, 62.4966, -149.7592, 62.4966]}, {"id": "3024", "type": "Feature", "properties": {"id": "ak16911541", "mag": 1.2, "time": 1505959763113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0959, 69.101, 9.0]}, "bbox": [-147.0959, 69.101, -147.0959, 69.101]}, {"id": "3025", "type": "Feature", "properties": {"id": "nc72896001", "mag": 2.06, "time": 1505958864360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.541, 35.984333, 10.27]}, "bbox": [-120.541, 35.984333, -120.541, 35.984333]}, {"id": "3026", "type": "Feature", "properties": {"id": "ci38007216", "mag": 1.05, "time": 1505958019680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.250167, 34.038167, 14.18]}, "bbox": [-117.250167, 34.038167, -117.250167, 34.038167]}, {"id": "3027", "type": "Feature", "properties": {"id": "ak16874254", "mag": 3.1, "time": 1505957941327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4863, 51.2677, 13.2]}, "bbox": [178.4863, 51.2677, 178.4863, 51.2677]}, {"id": "3028", "type": "Feature", "properties": {"id": "ak16874229", "mag": 1.1, "time": 1505957058757, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7027, 61.7499, 26.8]}, "bbox": [-146.7027, 61.7499, -146.7027, 61.7499]}, {"id": "3029", "type": "Feature", "properties": {"id": "ak16874215", "mag": 1.1, "time": 1505956445202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6955, 63.1111, 9.3]}, "bbox": [-147.6955, 63.1111, -147.6955, 63.1111]}, {"id": "3030", "type": "Feature", "properties": {"id": "ci38007208", "mag": 1.4, "time": 1505955985550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.416, 33.868667, 14.65]}, "bbox": [-118.416, 33.868667, -118.416, 33.868667]}, {"id": "3031", "type": "Feature", "properties": {"id": "hv61915531", "mag": 1.72, "time": 1505955195430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279833, 19.405667, 1.328]}, "bbox": [-155.279833, 19.405667, -155.279833, 19.405667]}, {"id": "3032", "type": "Feature", "properties": {"id": "ak16874182", "mag": 2.0, "time": 1505954859125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6742, 63.0988, 11.2]}, "bbox": [-147.6742, 63.0988, -147.6742, 63.0988]}, {"id": "3033", "type": "Feature", "properties": {"id": "us2000as95", "mag": 4.5, "time": 1505954623610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9506, -18.3191, 525.15]}, "bbox": [-177.9506, -18.3191, -177.9506, -18.3191]}, {"id": "3034", "type": "Feature", "properties": {"id": "ak16874180", "mag": 1.0, "time": 1505954368489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6875, 63.1114, 10.6]}, "bbox": [-147.6875, 63.1114, -147.6875, 63.1114]}, {"id": "3035", "type": "Feature", "properties": {"id": "mb80256829", "mag": 1.22, "time": 1505954178230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.729167, 46.9255, 15.18]}, "bbox": [-112.729167, 46.9255, -112.729167, 46.9255]}, {"id": "3036", "type": "Feature", "properties": {"id": "ci38007192", "mag": 2.27, "time": 1505953985850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.389333, 34.875667, 4.87]}, "bbox": [-117.389333, 34.875667, -117.389333, 34.875667]}, {"id": "3037", "type": "Feature", "properties": {"id": "ak16911531", "mag": 3.1, "time": 1505953036619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8238, 52.2316, 212.2]}, "bbox": [-178.8238, 52.2316, -178.8238, 52.2316]}, {"id": "3038", "type": "Feature", "properties": {"id": "ak16874133", "mag": 1.9, "time": 1505952707526, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 61.7239, 1.8]}, "bbox": [-141.3476, 61.7239, -141.3476, 61.7239]}, {"id": "3039", "type": "Feature", "properties": {"id": "nc72895971", "mag": 2.7, "time": 1505952459520, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.065833, 37.977333, 16.12]}, "bbox": [-122.065833, 37.977333, -122.065833, 37.977333]}, {"id": "3040", "type": "Feature", "properties": {"id": "us2000as7z", "mag": 5.0, "time": 1505952320920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3417, -18.3348, 223.14]}, "bbox": [-175.3417, -18.3348, -175.3417, -18.3348]}, {"id": "3041", "type": "Feature", "properties": {"id": "ak16874122", "mag": 1.3, "time": 1505952267890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1071, 68.0646, 14.2]}, "bbox": [-161.1071, 68.0646, -161.1071, 68.0646]}, {"id": "3042", "type": "Feature", "properties": {"id": "ak16874119", "mag": 1.3, "time": 1505952216610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9186, 60.9563, 9.6]}, "bbox": [-150.9186, 60.9563, -150.9186, 60.9563]}, {"id": "3043", "type": "Feature", "properties": {"id": "us2000as7r", "mag": 5.7, "time": 1505951964840, "felt": 7.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [113.0028, -6.141, 588.64]}, "bbox": [113.0028, -6.141, 113.0028, -6.141]}, {"id": "3044", "type": "Feature", "properties": {"id": "ci38007168", "mag": 1.0, "time": 1505951908320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.513, 33.929833, 3.12]}, "bbox": [-117.513, 33.929833, -117.513, 33.929833]}, {"id": "3045", "type": "Feature", "properties": {"id": "ak16874078", "mag": 1.5, "time": 1505949607121, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.307, 64.9865, 0.0]}, "bbox": [-147.307, 64.9865, -147.307, 64.9865]}, {"id": "3046", "type": "Feature", "properties": {"id": "nc72895936", "mag": 2.34, "time": 1505948330470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830833, 38.8385, 2.22]}, "bbox": [-122.830833, 38.8385, -122.830833, 38.8385]}, {"id": "3047", "type": "Feature", "properties": {"id": "us2000as71", "mag": 4.4, "time": 1505948258880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8955, -19.9851, 13.88]}, "bbox": [-70.8955, -19.9851, -70.8955, -19.9851]}, {"id": "3048", "type": "Feature", "properties": {"id": "ci38007144", "mag": 2.26, "time": 1505947525530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.600667, 32.8185, 11.77]}, "bbox": [-115.600667, 32.8185, -115.600667, 32.8185]}, {"id": "3049", "type": "Feature", "properties": {"id": "us2000as6n", "mag": 4.7, "time": 1505946967130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.002, -5.1396, 10.0]}, "bbox": [148.002, -5.1396, 148.002, -5.1396]}, {"id": "3050", "type": "Feature", "properties": {"id": "ak16874025", "mag": 1.8, "time": 1505946583777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5728, 63.1811, 118.6]}, "bbox": [-150.5728, 63.1811, -150.5728, 63.1811]}, {"id": "3051", "type": "Feature", "properties": {"id": "us2000as5y", "mag": 5.2, "time": 1505945844590, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.9821, -5.1384, 10.0]}, "bbox": [147.9821, -5.1384, 147.9821, -5.1384]}, {"id": "3052", "type": "Feature", "properties": {"id": "us2000as5x", "mag": 5.9, "time": 1505945616140, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.8337, -5.11, 10.0]}, "bbox": [147.8337, -5.11, 147.8337, -5.11]}, {"id": "3053", "type": "Feature", "properties": {"id": "ak16873995", "mag": 1.3, "time": 1505944353830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7194, 63.0772, 10.8]}, "bbox": [-147.7194, 63.0772, -147.7194, 63.0772]}, {"id": "3054", "type": "Feature", "properties": {"id": "nc72895916", "mag": 1.33, "time": 1505944123270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 37.532, 3.23]}, "bbox": [-118.8235, 37.532, -118.8235, 37.532]}, {"id": "3055", "type": "Feature", "properties": {"id": "ak16903715", "mag": 1.5, "time": 1505944050318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7597, 60.286, 105.1]}, "bbox": [-152.7597, 60.286, -152.7597, 60.286]}, {"id": "3056", "type": "Feature", "properties": {"id": "ak16873983", "mag": 1.6, "time": 1505944038560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2822, 60.1956, 0.0]}, "bbox": [-141.2822, 60.1956, -141.2822, 60.1956]}, {"id": "3057", "type": "Feature", "properties": {"id": "ak16873980", "mag": 1.5, "time": 1505943645116, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7128, 62.2758, 1.9]}, "bbox": [-152.7128, 62.2758, -152.7128, 62.2758]}, {"id": "3058", "type": "Feature", "properties": {"id": "nc72895911", "mag": 1.05, "time": 1505943458060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817497, 38.818165, 1.98]}, "bbox": [-122.817497, 38.818165, -122.817497, 38.818165]}, {"id": "3059", "type": "Feature", "properties": {"id": "mb80256764", "mag": 1.19, "time": 1505942553810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.3355, 46.855167, 12.51]}, "bbox": [-112.3355, 46.855167, -112.3355, 46.855167]}, {"id": "3060", "type": "Feature", "properties": {"id": "ak16873969", "mag": 1.0, "time": 1505941809382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8648, 61.3084, 14.6]}, "bbox": [-140.8648, 61.3084, -140.8648, 61.3084]}, {"id": "3061", "type": "Feature", "properties": {"id": "ak16903709", "mag": 1.3, "time": 1505940388991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1675, 59.8496, 11.5]}, "bbox": [-148.1675, 59.8496, -148.1675, 59.8496]}, {"id": "3062", "type": "Feature", "properties": {"id": "hv61915241", "mag": 2.0, "time": 1505940250470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.695496, 19.176666, 1.78]}, "bbox": [-155.695496, 19.176666, -155.695496, 19.176666]}, {"id": "3063", "type": "Feature", "properties": {"id": "uw61309057", "mag": 2.31, "time": 1505940000150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.92, 47.376, -0.5]}, "bbox": [-117.92, 47.376, -117.92, 47.376]}, {"id": "3064", "type": "Feature", "properties": {"id": "ak16873814", "mag": 1.4, "time": 1505938885178, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4385, 61.7606, 10.4]}, "bbox": [-148.4385, 61.7606, -148.4385, 61.7606]}, {"id": "3065", "type": "Feature", "properties": {"id": "ak16873808", "mag": 1.1, "time": 1505938683669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6592, 62.5852, 59.8]}, "bbox": [-149.6592, 62.5852, -149.6592, 62.5852]}, {"id": "3066", "type": "Feature", "properties": {"id": "nc72895876", "mag": 1.45, "time": 1505938357840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.59, 36.021667, 3.05]}, "bbox": [-120.59, 36.021667, -120.59, 36.021667]}, {"id": "3067", "type": "Feature", "properties": {"id": "ak16873804", "mag": 1.4, "time": 1505938263457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3926, 60.1466, 0.0]}, "bbox": [-141.3926, 60.1466, -141.3926, 60.1466]}, {"id": "3068", "type": "Feature", "properties": {"id": "us2000as2f", "mag": 6.4, "time": 1505938189810, "felt": 16.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [169.0947, -18.7978, 200.19]}, "bbox": [169.0947, -18.7978, 169.0947, -18.7978]}, {"id": "3069", "type": "Feature", "properties": {"id": "hv61915206", "mag": 2.51, "time": 1505938077390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.033667, 19.2375, 39.578]}, "bbox": [-155.033667, 19.2375, -155.033667, 19.2375]}, {"id": "3070", "type": "Feature", "properties": {"id": "ci38007104", "mag": 1.0, "time": 1505937649230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0765, 32.813833, -0.2]}, "bbox": [-117.0765, 32.813833, -117.0765, 32.813833]}, {"id": "3071", "type": "Feature", "properties": {"id": "ak16873801", "mag": 2.0, "time": 1505937512139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8359, 53.871, 5.2]}, "bbox": [-166.8359, 53.871, -166.8359, 53.871]}, {"id": "3072", "type": "Feature", "properties": {"id": "us2000as1w", "mag": 2.5, "time": 1505937361300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0579, 36.6187, 5.828]}, "bbox": [-98.0579, 36.6187, -98.0579, 36.6187]}, {"id": "3073", "type": "Feature", "properties": {"id": "ak16873782", "mag": 1.2, "time": 1505936869830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8873, 62.1092, 41.4]}, "bbox": [-148.8873, 62.1092, -148.8873, 62.1092]}, {"id": "3074", "type": "Feature", "properties": {"id": "mb80256709", "mag": 1.79, "time": 1505935321500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.451, 43.543667, 10.41]}, "bbox": [-110.451, 43.543667, -110.451, 43.543667]}, {"id": "3075", "type": "Feature", "properties": {"id": "nn00606121", "mag": 1.5, "time": 1505934916827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1139, 37.3666, 2.9]}, "bbox": [-115.1139, 37.3666, -115.1139, 37.3666]}, {"id": "3076", "type": "Feature", "properties": {"id": "ci38007096", "mag": 1.15, "time": 1505934203280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.751, 34.839333, -1.28]}, "bbox": [-118.751, 34.839333, -118.751, 34.839333]}, {"id": "3077", "type": "Feature", "properties": {"id": "nn00606180", "mag": 1.3, "time": 1505934149532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1164, 38.3161, 11.8]}, "bbox": [-119.1164, 38.3161, -119.1164, 38.3161]}, {"id": "3078", "type": "Feature", "properties": {"id": "nc72895851", "mag": 1.27, "time": 1505934073910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.592833, 39.610333, 2.9]}, "bbox": [-122.592833, 39.610333, -122.592833, 39.610333]}, {"id": "3079", "type": "Feature", "properties": {"id": "ak16873739", "mag": 2.2, "time": 1505933777306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4033, 69.0735, 10.0]}, "bbox": [-146.4033, 69.0735, -146.4033, 69.0735]}, {"id": "3080", "type": "Feature", "properties": {"id": "ak16873736", "mag": 1.7, "time": 1505933267549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2132, 61.1317, 38.0]}, "bbox": [-150.2132, 61.1317, -150.2132, 61.1317]}, {"id": "3081", "type": "Feature", "properties": {"id": "ci38007072", "mag": 2.71, "time": 1505931747440, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.389167, 32.380167, 15.18]}, "bbox": [-115.389167, 32.380167, -115.389167, 32.380167]}, {"id": "3082", "type": "Feature", "properties": {"id": "nc72895826", "mag": 1.69, "time": 1505931012940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.428333, 36.582667, 0.68]}, "bbox": [-121.428333, 36.582667, -121.428333, 36.582667]}, {"id": "3083", "type": "Feature", "properties": {"id": "uu60248192", "mag": 1.44, "time": 1505930780280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.474333, 42.6455, 0.08]}, "bbox": [-111.474333, 42.6455, -111.474333, 42.6455]}, {"id": "3084", "type": "Feature", "properties": {"id": "nc72895816", "mag": 2.1, "time": 1505929719570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9675, 40.890167, 14.69]}, "bbox": [-121.9675, 40.890167, -121.9675, 40.890167]}, {"id": "3085", "type": "Feature", "properties": {"id": "ak16873728", "mag": 1.2, "time": 1505929479491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.582, 62.6618, 78.5]}, "bbox": [-150.582, 62.6618, -150.582, 62.6618]}, {"id": "3086", "type": "Feature", "properties": {"id": "ak16873142", "mag": 1.5, "time": 1505927860541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2216, 61.5685, 73.1]}, "bbox": [-151.2216, 61.5685, -151.2216, 61.5685]}, {"id": "3087", "type": "Feature", "properties": {"id": "nc72895806", "mag": 3.65, "time": 1505927408630, "felt": 119.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.983667, 40.891333, 16.86]}, "bbox": [-121.983667, 40.891333, -121.983667, 40.891333]}, {"id": "3088", "type": "Feature", "properties": {"id": "nc72895796", "mag": 3.18, "time": 1505926479240, "felt": 56.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.546833, 36.829167, 3.48]}, "bbox": [-121.546833, 36.829167, -121.546833, 36.829167]}, {"id": "3089", "type": "Feature", "properties": {"id": "ak16873012", "mag": 1.4, "time": 1505926389012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6968, 59.7895, 4.9]}, "bbox": [-136.6968, 59.7895, -136.6968, 59.7895]}, {"id": "3090", "type": "Feature", "properties": {"id": "us2000arxv", "mag": 6.1, "time": 1505925436360, "felt": 102.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6601, 37.9814, 11.0]}, "bbox": [144.6601, 37.9814, 144.6601, 37.9814]}, {"id": "3091", "type": "Feature", "properties": {"id": "ak16872904", "mag": 1.0, "time": 1505925010295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5787, 62.1577, 21.6]}, "bbox": [-145.5787, 62.1577, -145.5787, 62.1577]}, {"id": "3092", "type": "Feature", "properties": {"id": "us2000arxl", "mag": 5.3, "time": 1505924711310, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [118.8822, -10.1961, 10.84]}, "bbox": [118.8822, -10.1961, 118.8822, -10.1961]}, {"id": "3093", "type": "Feature", "properties": {"id": "us2000arxs", "mag": 4.4, "time": 1505923365600, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [135.4357, 33.9578, 44.93]}, "bbox": [135.4357, 33.9578, 135.4357, 33.9578]}, {"id": "3094", "type": "Feature", "properties": {"id": "ak16872233", "mag": 1.2, "time": 1505923328725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1746, 60.1861, 0.0]}, "bbox": [-141.1746, 60.1861, -141.1746, 60.1861]}, {"id": "3095", "type": "Feature", "properties": {"id": "ci38007024", "mag": 0.95, "time": 1505922246000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.593333, 34.202833, 4.57]}, "bbox": [-117.593333, 34.202833, -117.593333, 34.202833]}, {"id": "3096", "type": "Feature", "properties": {"id": "us2000arwt", "mag": 4.9, "time": 1505921548830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9265, -14.913, 39.0]}, "bbox": [166.9265, -14.913, 166.9265, -14.913]}, {"id": "3097", "type": "Feature", "properties": {"id": "us2000arwd", "mag": 2.4, "time": 1505921250610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.783, 37.3255, 5.27]}, "bbox": [-97.783, 37.3255, -97.783, 37.3255]}, {"id": "3098", "type": "Feature", "properties": {"id": "us2000awnu", "mag": 4.6, "time": 1505921168060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.7481, 43.6321, 10.0]}, "bbox": [-28.7481, 43.6321, -28.7481, 43.6321]}, {"id": "3099", "type": "Feature", "properties": {"id": "uu60248182", "mag": 1.14, "time": 1505920908550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455667, 42.606, 5.92]}, "bbox": [-111.455667, 42.606, -111.455667, 42.606]}, {"id": "3100", "type": "Feature", "properties": {"id": "us2000arw1", "mag": 4.4, "time": 1505920105280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.9001, 36.5943, 194.83]}, "bbox": [70.9001, 36.5943, 70.9001, 36.5943]}, {"id": "3101", "type": "Feature", "properties": {"id": "us2000awp1", "mag": 4.1, "time": 1505919984040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.8639, 5.1272, 10.0]}, "bbox": [-82.8639, 5.1272, -82.8639, 5.1272]}, {"id": "3102", "type": "Feature", "properties": {"id": "ak16903689", "mag": 2.1, "time": 1505918855154, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5285, 56.3302, 52.3]}, "bbox": [-157.5285, 56.3302, -157.5285, 56.3302]}, {"id": "3103", "type": "Feature", "properties": {"id": "ak16871415", "mag": 1.5, "time": 1505918684626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5508, 61.18, 5.3]}, "bbox": [-146.5508, 61.18, -146.5508, 61.18]}, {"id": "3104", "type": "Feature", "properties": {"id": "us2000arvu", "mag": 5.0, "time": 1505918528120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.1207, -17.9346, 10.0]}, "bbox": [-114.1207, -17.9346, -114.1207, -17.9346]}, {"id": "3105", "type": "Feature", "properties": {"id": "ci38007016", "mag": 1.44, "time": 1505918468750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.514, 33.93, 3.08]}, "bbox": [-117.514, 33.93, -117.514, 33.93]}, {"id": "3106", "type": "Feature", "properties": {"id": "nc72895731", "mag": 2.2, "time": 1505918095770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.179, 40.2545, 10.1]}, "bbox": [-124.179, 40.2545, -124.179, 40.2545]}, {"id": "3107", "type": "Feature", "properties": {"id": "us2000arvi", "mag": 5.3, "time": 1505917796770, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.7572, 23.2931, 22.03]}, "bbox": [121.7572, 23.2931, 121.7572, 23.2931]}, {"id": "3108", "type": "Feature", "properties": {"id": "nc72895726", "mag": 2.76, "time": 1505917745400, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.182833, 40.246333, 11.38]}, "bbox": [-124.182833, 40.246333, -124.182833, 40.246333]}, {"id": "3109", "type": "Feature", "properties": {"id": "uu60248172", "mag": 2.13, "time": 1505916637780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.592833, 6.06]}, "bbox": [-111.4155, 42.592833, -111.4155, 42.592833]}, {"id": "3110", "type": "Feature", "properties": {"id": "ak16870720", "mag": 2.0, "time": 1505915942888, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6193, 67.4066, 12.2]}, "bbox": [-156.6193, 67.4066, -156.6193, 67.4066]}, {"id": "3111", "type": "Feature", "properties": {"id": "ak16870653", "mag": 1.8, "time": 1505915336300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2998, 61.7353, 47.3]}, "bbox": [-150.2998, 61.7353, -150.2998, 61.7353]}, {"id": "3112", "type": "Feature", "properties": {"id": "mb80256619", "mag": 1.37, "time": 1505914951120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.886167, 13.87]}, "bbox": [-112.527333, 46.886167, -112.527333, 46.886167]}, {"id": "3113", "type": "Feature", "properties": {"id": "ci38006992", "mag": 1.47, "time": 1505914753140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.453667, 34.324833, 9.66]}, "bbox": [-116.453667, 34.324833, -116.453667, 34.324833]}, {"id": "3114", "type": "Feature", "properties": {"id": "nc72895721", "mag": 2.38, "time": 1505913728570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6465, 36.06, 20.18]}, "bbox": [-119.6465, 36.06, -119.6465, 36.06]}, {"id": "3115", "type": "Feature", "properties": {"id": "ci38006968", "mag": 1.06, "time": 1505913698350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.79, 36.101, 8.43]}, "bbox": [-117.79, 36.101, -117.79, 36.101]}, {"id": "3116", "type": "Feature", "properties": {"id": "ci38006952", "mag": 2.21, "time": 1505911740560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.197667, 32.419333, 10.66]}, "bbox": [-115.197667, 32.419333, -115.197667, 32.419333]}, {"id": "3117", "type": "Feature", "properties": {"id": "ak16869931", "mag": 1.0, "time": 1505911683814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0983, 64.9958, 11.1]}, "bbox": [-152.0983, 64.9958, -152.0983, 64.9958]}, {"id": "3118", "type": "Feature", "properties": {"id": "ak16869929", "mag": 1.1, "time": 1505910877864, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9571, 64.0729, 125.0]}, "bbox": [-148.9571, 64.0729, -148.9571, 64.0729]}, {"id": "3119", "type": "Feature", "properties": {"id": "us2000arkq", "mag": 5.0, "time": 1505910355700, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.5848, 1.0854, 36.12]}, "bbox": [132.5848, 1.0854, 132.5848, 1.0854]}, {"id": "3120", "type": "Feature", "properties": {"id": "uu60248167", "mag": 1.05, "time": 1505910339650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.078167, 44.806167, 7.81]}, "bbox": [-111.078167, 44.806167, -111.078167, 44.806167]}, {"id": "3121", "type": "Feature", "properties": {"id": "us2000arkf", "mag": 2.7, "time": 1505910255780, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4578, 42.6105, 7.92]}, "bbox": [-111.4578, 42.6105, -111.4578, 42.6105]}, {"id": "3122", "type": "Feature", "properties": {"id": "hv61914931", "mag": 1.25, "time": 1505910251630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.624833, 19.4175, 3.162]}, "bbox": [-155.624833, 19.4175, -155.624833, 19.4175]}, {"id": "3123", "type": "Feature", "properties": {"id": "ak16869355", "mag": 1.3, "time": 1505910194393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4867, 61.3624, 40.7]}, "bbox": [-150.4867, 61.3624, -150.4867, 61.3624]}, {"id": "3124", "type": "Feature", "properties": {"id": "uu60248157", "mag": 1.62, "time": 1505909926720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.6315, 2.43]}, "bbox": [-111.418333, 42.6315, -111.418333, 42.6315]}, {"id": "3125", "type": "Feature", "properties": {"id": "nn00606071", "mag": 1.9, "time": 1505909820104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6351, 40.2652, 7.9]}, "bbox": [-117.6351, 40.2652, -117.6351, 40.2652]}, {"id": "3126", "type": "Feature", "properties": {"id": "ci38006936", "mag": 1.08, "time": 1505907735210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.542167, 33.157167, 16.18]}, "bbox": [-116.542167, 33.157167, -116.542167, 33.157167]}, {"id": "3127", "type": "Feature", "properties": {"id": "nc72895696", "mag": 1.65, "time": 1505907470630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.887667, 39.9645, 5.0]}, "bbox": [-122.887667, 39.9645, -122.887667, 39.9645]}, {"id": "3128", "type": "Feature", "properties": {"id": "uu60248147", "mag": 1.97, "time": 1505907452270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.575667, 8.53]}, "bbox": [-111.426833, 42.575667, -111.426833, 42.575667]}, {"id": "3129", "type": "Feature", "properties": {"id": "hv61914886", "mag": 2.38, "time": 1505907343420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.275162, 19.410833, 10.08]}, "bbox": [-155.275162, 19.410833, -155.275162, 19.410833]}, {"id": "3130", "type": "Feature", "properties": {"id": "ak16903676", "mag": 1.3, "time": 1505907050579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6927, 60.366, 14.4]}, "bbox": [-147.6927, 60.366, -147.6927, 60.366]}, {"id": "3131", "type": "Feature", "properties": {"id": "ak16869212", "mag": 1.1, "time": 1505906705387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0351, 61.9136, 37.5]}, "bbox": [-150.0351, 61.9136, -150.0351, 61.9136]}, {"id": "3132", "type": "Feature", "properties": {"id": "nc72895691", "mag": 1.89, "time": 1505906617690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.802667, 36.023667, 14.48]}, "bbox": [-119.802667, 36.023667, -119.802667, 36.023667]}, {"id": "3133", "type": "Feature", "properties": {"id": "ak16903672", "mag": 2.7, "time": 1505906309964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8205, 51.5611, 26.5]}, "bbox": [-177.8205, 51.5611, -177.8205, 51.5611]}, {"id": "3134", "type": "Feature", "properties": {"id": "nc72895686", "mag": 1.58, "time": 1505906251960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.257833, 39.404167, 3.7]}, "bbox": [-123.257833, 39.404167, -123.257833, 39.404167]}, {"id": "3135", "type": "Feature", "properties": {"id": "ak16868636", "mag": 1.1, "time": 1505905797402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4101, 61.9294, 46.0]}, "bbox": [-149.4101, 61.9294, -149.4101, 61.9294]}, {"id": "3136", "type": "Feature", "properties": {"id": "nm60207096", "mag": 1.74, "time": 1505905515890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.502, 36.239333, 7.22]}, "bbox": [-89.502, 36.239333, -89.502, 36.239333]}, {"id": "3137", "type": "Feature", "properties": {"id": "ak16868555", "mag": 1.6, "time": 1505904607416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.81, 59.8821, 7.2]}, "bbox": [-136.81, 59.8821, -136.81, 59.8821]}, {"id": "3138", "type": "Feature", "properties": {"id": "us2000arj1", "mag": 4.7, "time": 1505903968940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4191, 15.2723, 57.48]}, "bbox": [-93.4191, 15.2723, -93.4191, 15.2723]}, {"id": "3139", "type": "Feature", "properties": {"id": "ci38006912", "mag": 1.07, "time": 1505903473810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.495167, 35.975167, 6.03]}, "bbox": [-117.495167, 35.975167, -117.495167, 35.975167]}, {"id": "3140", "type": "Feature", "properties": {"id": "uu60248142", "mag": 1.89, "time": 1505903157450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.560333, 7.63]}, "bbox": [-111.424333, 42.560333, -111.424333, 42.560333]}, {"id": "3141", "type": "Feature", "properties": {"id": "ak16868496", "mag": 2.0, "time": 1505903116550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9125, 61.7794, 102.1]}, "bbox": [-151.9125, 61.7794, -151.9125, 61.7794]}, {"id": "3142", "type": "Feature", "properties": {"id": "ak16868494", "mag": 1.5, "time": 1505903092907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2214, 61.9475, 35.2]}, "bbox": [-149.2214, 61.9475, -149.2214, 61.9475]}, {"id": "3143", "type": "Feature", "properties": {"id": "ak16903665", "mag": 1.3, "time": 1505902710790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7292, 62.9468, 0.0]}, "bbox": [-151.7292, 62.9468, -151.7292, 62.9468]}, {"id": "3144", "type": "Feature", "properties": {"id": "ak16867924", "mag": 1.2, "time": 1505902608214, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7213, 59.8967, 2.1]}, "bbox": [-136.7213, 59.8967, -136.7213, 59.8967]}, {"id": "3145", "type": "Feature", "properties": {"id": "nn00606156", "mag": 1.0, "time": 1505901862661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6593, 38.6914, 6.6]}, "bbox": [-119.6593, 38.6914, -119.6593, 38.6914]}, {"id": "3146", "type": "Feature", "properties": {"id": "nc72895661", "mag": 1.05, "time": 1505901620810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810837, 38.818668, 2.51]}, "bbox": [-122.810837, 38.818668, -122.810837, 38.818668]}, {"id": "3147", "type": "Feature", "properties": {"id": "ak16903662", "mag": 1.0, "time": 1505901509250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8825, 63.8483, 113.3]}, "bbox": [-148.8825, 63.8483, -148.8825, 63.8483]}, {"id": "3148", "type": "Feature", "properties": {"id": "hv61914831", "mag": 1.76, "time": 1505901369660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.477661, 19.182333, 34.15]}, "bbox": [-155.477661, 19.182333, -155.477661, 19.182333]}, {"id": "3149", "type": "Feature", "properties": {"id": "ak16867848", "mag": 1.1, "time": 1505900653451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4004, 63.1493, 5.6]}, "bbox": [-151.4004, 63.1493, -151.4004, 63.1493]}, {"id": "3150", "type": "Feature", "properties": {"id": "us2000arir", "mag": 3.7, "time": 1505900227020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.1086, 55.2931, 60.27]}, "bbox": [-160.1086, 55.2931, -160.1086, 55.2931]}, {"id": "3151", "type": "Feature", "properties": {"id": "uw61331666", "mag": 1.1, "time": 1505898593660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.672, 48.548667, -0.01]}, "bbox": [-122.672, 48.548667, -122.672, 48.548667]}, {"id": "3152", "type": "Feature", "properties": {"id": "ci38006880", "mag": 2.13, "time": 1505898547760, "felt": 137.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.512, 33.929167, 3.06]}, "bbox": [-117.512, 33.929167, -117.512, 33.929167]}, {"id": "3153", "type": "Feature", "properties": {"id": "us2000arig", "mag": 4.9, "time": 1505898116470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0335, 30.5728, 51.74]}, "bbox": [141.0335, 30.5728, 141.0335, 30.5728]}, {"id": "3154", "type": "Feature", "properties": {"id": "ak16867217", "mag": 1.6, "time": 1505898082784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4786, 59.9819, 0.0]}, "bbox": [-139.4786, 59.9819, -139.4786, 59.9819]}, {"id": "3155", "type": "Feature", "properties": {"id": "ak16867146", "mag": 1.1, "time": 1505897266615, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8777, 60.4396, 4.0]}, "bbox": [-142.8777, 60.4396, -142.8777, 60.4396]}, {"id": "3156", "type": "Feature", "properties": {"id": "ci38006872", "mag": 1.46, "time": 1505897209710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797667, 33.493667, 4.26]}, "bbox": [-116.797667, 33.493667, -116.797667, 33.493667]}, {"id": "3157", "type": "Feature", "properties": {"id": "ak16867139", "mag": 2.2, "time": 1505896599575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3632, 62.9389, 110.1]}, "bbox": [-151.3632, 62.9389, -151.3632, 62.9389]}, {"id": "3158", "type": "Feature", "properties": {"id": "nc72895641", "mag": 1.43, "time": 1505896494260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840333, 37.569333, 1.25]}, "bbox": [-118.840333, 37.569333, -118.840333, 37.569333]}, {"id": "3159", "type": "Feature", "properties": {"id": "ak16903656", "mag": 1.6, "time": 1505896455015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6591, 59.7355, 84.3]}, "bbox": [-152.6591, 59.7355, -152.6591, 59.7355]}, {"id": "3160", "type": "Feature", "properties": {"id": "uu60248127", "mag": 1.21, "time": 1505896112670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409833, 42.577333, 5.18]}, "bbox": [-111.409833, 42.577333, -111.409833, 42.577333]}, {"id": "3161", "type": "Feature", "properties": {"id": "uu60248122", "mag": 1.04, "time": 1505896073990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.597, 5.54]}, "bbox": [-111.420167, 42.597, -111.420167, 42.597]}, {"id": "3162", "type": "Feature", "properties": {"id": "us2000ari7", "mag": 2.8, "time": 1505895800120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4288, 42.5861, 7.69]}, "bbox": [-111.4288, 42.5861, -111.4288, 42.5861]}, {"id": "3163", "type": "Feature", "properties": {"id": "hv61914791", "mag": 2.56, "time": 1505895324160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2775, 19.387833, 2.782]}, "bbox": [-155.2775, 19.387833, -155.2775, 19.387833]}, {"id": "3164", "type": "Feature", "properties": {"id": "uu60248112", "mag": 2.6, "time": 1505895001440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426333, 42.581333, 7.79]}, "bbox": [-111.426333, 42.581333, -111.426333, 42.581333]}, {"id": "3165", "type": "Feature", "properties": {"id": "ak16903653", "mag": 1.4, "time": 1505894006715, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1734, 57.6592, 5.1]}, "bbox": [-156.1734, 57.6592, -156.1734, 57.6592]}, {"id": "3166", "type": "Feature", "properties": {"id": "nc72895626", "mag": 1.53, "time": 1505893505020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.731, 35.610333, 5.63]}, "bbox": [-120.731, 35.610333, -120.731, 35.610333]}, {"id": "3167", "type": "Feature", "properties": {"id": "ak16866448", "mag": 1.5, "time": 1505893091784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2468, 62.4591, 77.3]}, "bbox": [-151.2468, 62.4591, -151.2468, 62.4591]}, {"id": "3168", "type": "Feature", "properties": {"id": "uu60013094", "mag": 1.81, "time": 1505893039830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445667, 42.595833, 3.5]}, "bbox": [-111.445667, 42.595833, -111.445667, 42.595833]}, {"id": "3169", "type": "Feature", "properties": {"id": "ci38006824", "mag": 1.12, "time": 1505893038610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764667, 36.027, 1.93]}, "bbox": [-117.764667, 36.027, -117.764667, 36.027]}, {"id": "3170", "type": "Feature", "properties": {"id": "uu60248107", "mag": 1.76, "time": 1505893022850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.600667, 3.5]}, "bbox": [-111.440667, 42.600667, -111.440667, 42.600667]}, {"id": "3171", "type": "Feature", "properties": {"id": "hv61914781", "mag": 1.67, "time": 1505892711130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6165, 19.4305, 3.542]}, "bbox": [-155.6165, 19.4305, -155.6165, 19.4305]}, {"id": "3172", "type": "Feature", "properties": {"id": "ak16903651", "mag": 3.0, "time": 1505892680068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4523, 53.0789, 11.0]}, "bbox": [-160.4523, 53.0789, -160.4523, 53.0789]}, {"id": "3173", "type": "Feature", "properties": {"id": "uu60248102", "mag": 1.36, "time": 1505892622540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.589167, 3.5]}, "bbox": [-111.435667, 42.589167, -111.435667, 42.589167]}, {"id": "3174", "type": "Feature", "properties": {"id": "ak16866421", "mag": 1.6, "time": 1505892318030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 59.8279, 3.2]}, "bbox": [-147.3481, 59.8279, -147.3481, 59.8279]}, {"id": "3175", "type": "Feature", "properties": {"id": "ak16866396", "mag": 2.2, "time": 1505891995067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4096, 54.4777, 11.3]}, "bbox": [-162.4096, 54.4777, -162.4096, 54.4777]}, {"id": "3176", "type": "Feature", "properties": {"id": "hv61914776", "mag": 1.93, "time": 1505891884110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.875167, 19.494, 13.771]}, "bbox": [-155.875167, 19.494, -155.875167, 19.494]}, {"id": "3177", "type": "Feature", "properties": {"id": "ak16866395", "mag": 1.1, "time": 1505891525159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5895, 59.7855, 1.3]}, "bbox": [-136.5895, 59.7855, -136.5895, 59.7855]}, {"id": "3178", "type": "Feature", "properties": {"id": "ak16865784", "mag": 1.7, "time": 1505890304255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8219, 63.9434, 110.5]}, "bbox": [-148.8219, 63.9434, -148.8219, 63.9434]}, {"id": "3179", "type": "Feature", "properties": {"id": "ak16903645", "mag": 1.5, "time": 1505889690090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8317, 59.5969, 83.3]}, "bbox": [-152.8317, 59.5969, -152.8317, 59.5969]}, {"id": "3180", "type": "Feature", "properties": {"id": "uu60248092", "mag": 1.25, "time": 1505889314510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4045, 42.559, 7.09]}, "bbox": [-111.4045, 42.559, -111.4045, 42.559]}, {"id": "3181", "type": "Feature", "properties": {"id": "ak16903644", "mag": 1.6, "time": 1505888156227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1233, 56.6112, 35.0]}, "bbox": [-155.1233, 56.6112, -155.1233, 56.6112]}, {"id": "3182", "type": "Feature", "properties": {"id": "ak16903642", "mag": 1.1, "time": 1505887874395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5943, 62.8332, 79.3]}, "bbox": [-149.5943, 62.8332, -149.5943, 62.8332]}, {"id": "3183", "type": "Feature", "properties": {"id": "us2000arhc", "mag": 2.7, "time": 1505887339310, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7528, 35.56, 6.78]}, "bbox": [-96.7528, 35.56, -96.7528, 35.56]}, {"id": "3184", "type": "Feature", "properties": {"id": "nn00606041", "mag": 1.5, "time": 1505886348191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1044, 37.3927, 2.0]}, "bbox": [-115.1044, 37.3927, -115.1044, 37.3927]}, {"id": "3185", "type": "Feature", "properties": {"id": "ak16865084", "mag": 2.3, "time": 1505886195952, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.96, 68.8119, 5.7]}, "bbox": [-142.96, 68.8119, -142.96, 68.8119]}, {"id": "3186", "type": "Feature", "properties": {"id": "ak16865080", "mag": 1.0, "time": 1505886128688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8653, 65.3778, 3.9]}, "bbox": [-144.8653, 65.3778, -144.8653, 65.3778]}, {"id": "3187", "type": "Feature", "properties": {"id": "ak16865073", "mag": 2.0, "time": 1505885821473, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5664, 57.7913, 90.2]}, "bbox": [-155.5664, 57.7913, -155.5664, 57.7913]}, {"id": "3188", "type": "Feature", "properties": {"id": "ak16865048", "mag": 1.0, "time": 1505885371718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9661, 63.2402, 5.7]}, "bbox": [-148.9661, 63.2402, -148.9661, 63.2402]}, {"id": "3189", "type": "Feature", "properties": {"id": "us2000arh1", "mag": 5.3, "time": 1505885168970, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3157, -16.2747, 92.59]}, "bbox": [-71.3157, -16.2747, -71.3157, -16.2747]}, {"id": "3190", "type": "Feature", "properties": {"id": "us2000arha", "mag": 4.8, "time": 1505884561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9933, 44.304, 47.06]}, "bbox": [148.9933, 44.304, 148.9933, 44.304]}, {"id": "3191", "type": "Feature", "properties": {"id": "ak16865027", "mag": 1.7, "time": 1505884405432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8016, 59.167, 62.3]}, "bbox": [-152.8016, 59.167, -152.8016, 59.167]}, {"id": "3192", "type": "Feature", "properties": {"id": "ak16903636", "mag": 2.1, "time": 1505884147575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2848, 54.6322, 28.5]}, "bbox": [-159.2848, 54.6322, -159.2848, 54.6322]}, {"id": "3193", "type": "Feature", "properties": {"id": "ak16864392", "mag": 1.4, "time": 1505881969592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3599, 61.7927, 48.0]}, "bbox": [-150.3599, 61.7927, -150.3599, 61.7927]}, {"id": "3194", "type": "Feature", "properties": {"id": "nn00606034", "mag": 1.2, "time": 1505881284660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8997, 38.3821, 8.2]}, "bbox": [-118.8997, 38.3821, -118.8997, 38.3821]}, {"id": "3195", "type": "Feature", "properties": {"id": "ak16903634", "mag": 1.9, "time": 1505881021363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3362, 59.9873, 134.6]}, "bbox": [-153.3362, 59.9873, -153.3362, 59.9873]}, {"id": "3196", "type": "Feature", "properties": {"id": "ak16864345", "mag": 1.4, "time": 1505880564938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7317, 59.9227, 0.0]}, "bbox": [-139.7317, 59.9227, -139.7317, 59.9227]}, {"id": "3197", "type": "Feature", "properties": {"id": "ak16864341", "mag": 1.9, "time": 1505880299039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2295, 62.4633, 79.7]}, "bbox": [-151.2295, 62.4633, -151.2295, 62.4633]}, {"id": "3198", "type": "Feature", "properties": {"id": "ak16903630", "mag": 1.6, "time": 1505878577379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2105, 59.7151, 108.5]}, "bbox": [-153.2105, 59.7151, -153.2105, 59.7151]}, {"id": "3199", "type": "Feature", "properties": {"id": "ci38006744", "mag": 1.15, "time": 1505878429650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3295, 36.066833, 4.96]}, "bbox": [-118.3295, 36.066833, -118.3295, 36.066833]}, {"id": "3200", "type": "Feature", "properties": {"id": "uu60248077", "mag": 1.22, "time": 1505878406660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422667, 42.523667, 7.06]}, "bbox": [-111.422667, 42.523667, -111.422667, 42.523667]}, {"id": "3201", "type": "Feature", "properties": {"id": "ci38006752", "mag": 1.09, "time": 1505878374600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.328333, 36.063333, 2.53]}, "bbox": [-118.328333, 36.063333, -118.328333, 36.063333]}, {"id": "3202", "type": "Feature", "properties": {"id": "ak16863731", "mag": 2.4, "time": 1505878347669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1296, 60.1348, 9.2]}, "bbox": [-147.1296, 60.1348, -147.1296, 60.1348]}, {"id": "3203", "type": "Feature", "properties": {"id": "ak16903628", "mag": 1.7, "time": 1505878317110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2703, 59.8732, 126.0]}, "bbox": [-153.2703, 59.8732, -153.2703, 59.8732]}, {"id": "3204", "type": "Feature", "properties": {"id": "ak16863732", "mag": 1.2, "time": 1505878286762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9406, 59.985, 1.6]}, "bbox": [-140.9406, 59.985, -140.9406, 59.985]}, {"id": "3205", "type": "Feature", "properties": {"id": "ci38006736", "mag": 1.86, "time": 1505878275980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.331167, 36.0625, 4.96]}, "bbox": [-118.331167, 36.0625, -118.331167, 36.0625]}, {"id": "3206", "type": "Feature", "properties": {"id": "ci37165628", "mag": 1.61, "time": 1505878262700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3305, 36.062833, 2.62]}, "bbox": [-118.3305, 36.062833, -118.3305, 36.062833]}, {"id": "3207", "type": "Feature", "properties": {"id": "ak16863728", "mag": 1.3, "time": 1505878130865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3801, 60.7066, 4.9]}, "bbox": [-147.3801, 60.7066, -147.3801, 60.7066]}, {"id": "3208", "type": "Feature", "properties": {"id": "us2000argd", "mag": 4.6, "time": 1505878085370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8719, 16.1444, 48.73]}, "bbox": [-94.8719, 16.1444, -94.8719, 16.1444]}, {"id": "3209", "type": "Feature", "properties": {"id": "uu60248072", "mag": 2.35, "time": 1505878084670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.581333, 8.05]}, "bbox": [-111.423167, 42.581333, -111.423167, 42.581333]}, {"id": "3210", "type": "Feature", "properties": {"id": "ak16863729", "mag": 2.5, "time": 1505878081761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4258, 51.6886, 13.3]}, "bbox": [-178.4258, 51.6886, -178.4258, 51.6886]}, {"id": "3211", "type": "Feature", "properties": {"id": "nc72895536", "mag": 1.94, "time": 1505877892960, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.286167, 36.776667, 10.03]}, "bbox": [-121.286167, 36.776667, -121.286167, 36.776667]}, {"id": "3212", "type": "Feature", "properties": {"id": "ci38006720", "mag": 1.07, "time": 1505877439420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.752, 33.713, 15.96]}, "bbox": [-116.752, 33.713, -116.752, 33.713]}, {"id": "3213", "type": "Feature", "properties": {"id": "uu60248067", "mag": 1.47, "time": 1505877309800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.617667, 6.11]}, "bbox": [-111.445, 42.617667, -111.445, 42.617667]}, {"id": "3214", "type": "Feature", "properties": {"id": "ci38006712", "mag": 1.07, "time": 1505875949770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750333, 33.961833, 15.8]}, "bbox": [-116.750333, 33.961833, -116.750333, 33.961833]}, {"id": "3215", "type": "Feature", "properties": {"id": "us2000awn6", "mag": 4.0, "time": 1505875623990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.7511, -25.3193, 527.05]}, "bbox": [179.7511, -25.3193, 179.7511, -25.3193]}, {"id": "3216", "type": "Feature", "properties": {"id": "us2000arfw", "mag": 4.9, "time": 1505875330110, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3444, -41.5073, 24.6]}, "bbox": [174.3444, -41.5073, 174.3444, -41.5073]}, {"id": "3217", "type": "Feature", "properties": {"id": "us2000arfs", "mag": 4.9, "time": 1505875055560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9075, 14.5711, 178.93]}, "bbox": [-90.9075, 14.5711, -90.9075, 14.5711]}, {"id": "3218", "type": "Feature", "properties": {"id": "pr2017263000", "mag": 2.75, "time": 1505873919890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.3401, 18.9298, 12.0]}, "bbox": [-66.3401, 18.9298, -66.3401, 18.9298]}, {"id": "3219", "type": "Feature", "properties": {"id": "ak16863060", "mag": 1.9, "time": 1505873560207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1132, 59.1631, 57.5]}, "bbox": [-152.1132, 59.1631, -152.1132, 59.1631]}, {"id": "3220", "type": "Feature", "properties": {"id": "nc72895516", "mag": 1.58, "time": 1505873402400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.522667, 35.964833, 7.8]}, "bbox": [-120.522667, 35.964833, -120.522667, 35.964833]}, {"id": "3221", "type": "Feature", "properties": {"id": "us2000arf6", "mag": 2.7, "time": 1505873292330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6365, 59.7836, 5.0]}, "bbox": [-136.6365, 59.7836, -136.6365, 59.7836]}, {"id": "3222", "type": "Feature", "properties": {"id": "us2000arfq", "mag": 2.8, "time": 1505872583380, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-2.1386, 37.4306, 7.84]}, "bbox": [-2.1386, 37.4306, -2.1386, 37.4306]}, {"id": "3223", "type": "Feature", "properties": {"id": "nc72895506", "mag": 1.14, "time": 1505872092600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.103, 36.606333, 9.92]}, "bbox": [-121.103, 36.606333, -121.103, 36.606333]}, {"id": "3224", "type": "Feature", "properties": {"id": "us2000arel", "mag": 6.1, "time": 1505871807940, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.614, -50.7145, 19.83]}, "bbox": [162.614, -50.7145, 162.614, -50.7145]}, {"id": "3225", "type": "Feature", "properties": {"id": "ak16862483", "mag": 2.0, "time": 1505871449331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.323, 61.0377, 13.3]}, "bbox": [-152.323, 61.0377, -152.323, 61.0377]}, {"id": "3226", "type": "Feature", "properties": {"id": "ak16862466", "mag": 1.1, "time": 1505870969313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0763, 60.3456, 0.4]}, "bbox": [-143.0763, 60.3456, -143.0763, 60.3456]}, {"id": "3227", "type": "Feature", "properties": {"id": "mb80256529", "mag": 1.31, "time": 1505870488260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.8965, 11.33]}, "bbox": [-112.528, 46.8965, -112.528, 46.8965]}, {"id": "3228", "type": "Feature", "properties": {"id": "nc72895486", "mag": 1.47, "time": 1505870467130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.586, 36.020333, 4.08]}, "bbox": [-120.586, 36.020333, -120.586, 36.020333]}, {"id": "3229", "type": "Feature", "properties": {"id": "us2000are4", "mag": 4.5, "time": 1505868292650, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.5418, -3.912, 43.33]}, "bbox": [141.5418, -3.912, 141.5418, -3.912]}, {"id": "3230", "type": "Feature", "properties": {"id": "uu60248037", "mag": 2.04, "time": 1505868182810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.612833, 6.23]}, "bbox": [-111.450167, 42.612833, -111.450167, 42.612833]}, {"id": "3231", "type": "Feature", "properties": {"id": "uu60248032", "mag": 1.14, "time": 1505868031480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415833, 42.508, 5.93]}, "bbox": [-111.415833, 42.508, -111.415833, 42.508]}, {"id": "3232", "type": "Feature", "properties": {"id": "us2000are1", "mag": 2.5, "time": 1505867820700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7971, 36.457, 5.777]}, "bbox": [-98.7971, 36.457, -98.7971, 36.457]}, {"id": "3233", "type": "Feature", "properties": {"id": "nc72895456", "mag": 1.52, "time": 1505867731230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.668833, 37.291667, 4.46]}, "bbox": [-121.668833, 37.291667, -121.668833, 37.291667]}, {"id": "3234", "type": "Feature", "properties": {"id": "us2000ardv", "mag": 5.0, "time": 1505866095740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.4066, 30.7208, 10.0]}, "bbox": [57.4066, 30.7208, 57.4066, 30.7208]}, {"id": "3235", "type": "Feature", "properties": {"id": "ak16903617", "mag": 1.9, "time": 1505866055349, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.744, 56.8763, 33.0]}, "bbox": [-153.744, 56.8763, -153.744, 56.8763]}, {"id": "3236", "type": "Feature", "properties": {"id": "ak16903616", "mag": 1.8, "time": 1505865710189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5947, 55.8757, 101.6]}, "bbox": [-159.5947, 55.8757, -159.5947, 55.8757]}, {"id": "3237", "type": "Feature", "properties": {"id": "ak16903615", "mag": 1.8, "time": 1505865589920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0266, 60.2087, 122.6]}, "bbox": [-153.0266, 60.2087, -153.0266, 60.2087]}, {"id": "3238", "type": "Feature", "properties": {"id": "us2000ass3", "mag": 2.5, "time": 1505864736500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8008, 36.4519, 6.233]}, "bbox": [-98.8008, 36.4519, -98.8008, 36.4519]}, {"id": "3239", "type": "Feature", "properties": {"id": "mb80256499", "mag": 1.38, "time": 1505864394760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.407833, 45.589, 4.43]}, "bbox": [-112.407833, 45.589, -112.407833, 45.589]}, {"id": "3240", "type": "Feature", "properties": {"id": "us2000arcp", "mag": 3.0, "time": 1505863612870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4223, 42.5909, 9.63]}, "bbox": [-111.4223, 42.5909, -111.4223, 42.5909]}, {"id": "3241", "type": "Feature", "properties": {"id": "uw61331476", "mag": 1.93, "time": 1505863558820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.772333, 46.652333, -0.79]}, "bbox": [-120.772333, 46.652333, -120.772333, 46.652333]}, {"id": "3242", "type": "Feature", "properties": {"id": "us2000arcv", "mag": 4.6, "time": 1505863376420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.9102, 6.3611, 38.14]}, "bbox": [123.9102, 6.3611, 123.9102, 6.3611]}, {"id": "3243", "type": "Feature", "properties": {"id": "us2000arck", "mag": 2.6, "time": 1505863101700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9891, 36.9623, 5.329]}, "bbox": [-97.9891, 36.9623, -97.9891, 36.9623]}, {"id": "3244", "type": "Feature", "properties": {"id": "us2000arch", "mag": 4.6, "time": 1505862692240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8625, 16.2348, 45.26]}, "bbox": [-94.8625, 16.2348, -94.8625, 16.2348]}, {"id": "3245", "type": "Feature", "properties": {"id": "uw61331461", "mag": 1.43, "time": 1505862649350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194333, 46.983167, -0.67]}, "bbox": [-122.194333, 46.983167, -122.194333, 46.983167]}, {"id": "3246", "type": "Feature", "properties": {"id": "ak16861101", "mag": 1.0, "time": 1505862438423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3714, 64.9781, 0.0]}, "bbox": [-147.3714, 64.9781, -147.3714, 64.9781]}, {"id": "3247", "type": "Feature", "properties": {"id": "us2000arca", "mag": 4.7, "time": 1505862303600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4478, -36.2513, 47.77]}, "bbox": [179.4478, -36.2513, 179.4478, -36.2513]}, {"id": "3248", "type": "Feature", "properties": {"id": "ak16860573", "mag": 1.3, "time": 1505861271657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6706, 62.0713, 0.1]}, "bbox": [-150.6706, 62.0713, -150.6706, 62.0713]}, {"id": "3249", "type": "Feature", "properties": {"id": "us2000arbk", "mag": 2.4, "time": 1505861097180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.608, 5.0]}, "bbox": [-111.4595, 42.608, -111.4595, 42.608]}, {"id": "3250", "type": "Feature", "properties": {"id": "us2000aray", "mag": 3.2, "time": 1505859699230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7506, 36.4396, 1.92]}, "bbox": [-98.7506, 36.4396, -98.7506, 36.4396]}, {"id": "3251", "type": "Feature", "properties": {"id": "us2000arar", "mag": 2.6, "time": 1505859474460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7831, 36.4511, 2.64]}, "bbox": [-98.7831, 36.4511, -98.7831, 36.4511]}, {"id": "3252", "type": "Feature", "properties": {"id": "ci38006608", "mag": 0.96, "time": 1505859334750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.475333, 33.486667, 14.73]}, "bbox": [-116.475333, 33.486667, -116.475333, 33.486667]}, {"id": "3253", "type": "Feature", "properties": {"id": "uu60247982", "mag": 1.65, "time": 1505858965080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.524833, 7.59]}, "bbox": [-111.420667, 42.524833, -111.420667, 42.524833]}, {"id": "3254", "type": "Feature", "properties": {"id": "ak16859929", "mag": 1.1, "time": 1505857928856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6104, 61.9413, 2.9]}, "bbox": [-143.6104, 61.9413, -143.6104, 61.9413]}, {"id": "3255", "type": "Feature", "properties": {"id": "nn00605999", "mag": 1.5, "time": 1505856979033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7943, 38.658, 7.9]}, "bbox": [-119.7943, 38.658, -119.7943, 38.658]}, {"id": "3256", "type": "Feature", "properties": {"id": "ak16875936", "mag": 1.7, "time": 1505856840827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.652, 53.3989, 20.0]}, "bbox": [-165.652, 53.3989, -165.652, 53.3989]}, {"id": "3257", "type": "Feature", "properties": {"id": "nn00606301", "mag": 1.4, "time": 1505856837357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7768, 38.66, 6.5]}, "bbox": [-119.7768, 38.66, -119.7768, 38.66]}, {"id": "3258", "type": "Feature", "properties": {"id": "nn00606300", "mag": 1.4, "time": 1505856822494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7817, 38.6647, 4.7]}, "bbox": [-119.7817, 38.6647, -119.7817, 38.6647]}, {"id": "3259", "type": "Feature", "properties": {"id": "ak16859863", "mag": 1.4, "time": 1505856383099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.06, 61.1692, 19.6]}, "bbox": [-147.06, 61.1692, -147.06, 61.1692]}, {"id": "3260", "type": "Feature", "properties": {"id": "uu60247972", "mag": 1.74, "time": 1505856071750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.619, 6.05]}, "bbox": [-111.4475, 42.619, -111.4475, 42.619]}, {"id": "3261", "type": "Feature", "properties": {"id": "ak16859852", "mag": 1.7, "time": 1505856067799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.5801, 68.0241, 10.8]}, "bbox": [-135.5801, 68.0241, -135.5801, 68.0241]}, {"id": "3262", "type": "Feature", "properties": {"id": "ak16859850", "mag": 1.3, "time": 1505856055065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2245, 61.5244, 4.3]}, "bbox": [-151.2245, 61.5244, -151.2245, 61.5244]}, {"id": "3263", "type": "Feature", "properties": {"id": "nn00605994", "mag": 1.2, "time": 1505855929391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1076, 37.3659, 0.0]}, "bbox": [-115.1076, 37.3659, -115.1076, 37.3659]}, {"id": "3264", "type": "Feature", "properties": {"id": "us2000ar96", "mag": 4.9, "time": 1505855599810, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5112, 15.3218, 46.64]}, "bbox": [-94.5112, 15.3218, -94.5112, 15.3218]}, {"id": "3265", "type": "Feature", "properties": {"id": "ci38006584", "mag": 1.62, "time": 1505855343650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8445, 36.1795, 2.3]}, "bbox": [-117.8445, 36.1795, -117.8445, 36.1795]}, {"id": "3266", "type": "Feature", "properties": {"id": "nn00605990", "mag": 1.4, "time": 1505855191998, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3633, 38.1896, 5.9]}, "bbox": [-118.3633, 38.1896, -118.3633, 38.1896]}, {"id": "3267", "type": "Feature", "properties": {"id": "ak16859325", "mag": 2.3, "time": 1505854928991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9168, 61.6291, 63.4]}, "bbox": [-150.9168, 61.6291, -150.9168, 61.6291]}, {"id": "3268", "type": "Feature", "properties": {"id": "nc72895401", "mag": 1.19, "time": 1505854923520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.778832, 1.61]}, "bbox": [-122.721832, 38.778832, -122.721832, 38.778832]}, {"id": "3269", "type": "Feature", "properties": {"id": "ak16859316", "mag": 1.9, "time": 1505854153817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2675, 59.6779, 106.8]}, "bbox": [-153.2675, 59.6779, -153.2675, 59.6779]}, {"id": "3270", "type": "Feature", "properties": {"id": "us2000ar87", "mag": 4.0, "time": 1505854089550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.0339, -20.6057, 107.88]}, "bbox": [-69.0339, -20.6057, -69.0339, -20.6057]}, {"id": "3271", "type": "Feature", "properties": {"id": "ak16859309", "mag": 2.3, "time": 1505853828556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9751, 62.3114, 2.4]}, "bbox": [-149.9751, 62.3114, -149.9751, 62.3114]}, {"id": "3272", "type": "Feature", "properties": {"id": "ak16859297", "mag": 2.2, "time": 1505853447611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.476, 59.9101, 122.4]}, "bbox": [-153.476, 59.9101, -153.476, 59.9101]}, {"id": "3273", "type": "Feature", "properties": {"id": "ak16859290", "mag": 3.0, "time": 1505853445730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.8511, 55.6543, 46.3]}, "bbox": [-158.8511, 55.6543, -158.8511, 55.6543]}, {"id": "3274", "type": "Feature", "properties": {"id": "ak16859292", "mag": 3.6, "time": 1505853411703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.4847, 57.8969, 244.9]}, "bbox": [-156.4847, 57.8969, -156.4847, 57.8969]}, {"id": "3275", "type": "Feature", "properties": {"id": "nc72895391", "mag": 2.22, "time": 1505852777640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.194167, 40.744, 31.83]}, "bbox": [-123.194167, 40.744, -123.194167, 40.744]}, {"id": "3276", "type": "Feature", "properties": {"id": "uu60247942", "mag": 1.28, "time": 1505852539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439833, 42.608667, 6.41]}, "bbox": [-111.439833, 42.608667, -111.439833, 42.608667]}, {"id": "3277", "type": "Feature", "properties": {"id": "ak16859266", "mag": 1.1, "time": 1505852431345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5411, 60.0259, 13.2]}, "bbox": [-140.5411, 60.0259, -140.5411, 60.0259]}, {"id": "3278", "type": "Feature", "properties": {"id": "us2000ar6z", "mag": 5.2, "time": 1505852287190, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7668, 37.2998, 35.1]}, "bbox": [141.7668, 37.2998, 141.7668, 37.2998]}, {"id": "3279", "type": "Feature", "properties": {"id": "us2000ar6y", "mag": 5.2, "time": 1505852058100, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [150.8423, -5.5637, 99.91]}, "bbox": [150.8423, -5.5637, 150.8423, -5.5637]}, {"id": "3280", "type": "Feature", "properties": {"id": "ak16859257", "mag": 1.1, "time": 1505851589002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.171, 64.5345, 7.6]}, "bbox": [-147.171, 64.5345, -147.171, 64.5345]}, {"id": "3281", "type": "Feature", "properties": {"id": "ci38006552", "mag": 1.38, "time": 1505851374120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.866667, -0.49]}, "bbox": [-117.498833, 33.866667, -117.498833, 33.866667]}, {"id": "3282", "type": "Feature", "properties": {"id": "nc72895381", "mag": 1.43, "time": 1505851273540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.729333, 36.3275, 5.22]}, "bbox": [-120.729333, 36.3275, -120.729333, 36.3275]}, {"id": "3283", "type": "Feature", "properties": {"id": "ak16875922", "mag": 1.3, "time": 1505850452543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3232, 58.1622, 6.6]}, "bbox": [-156.3232, 58.1622, -156.3232, 58.1622]}, {"id": "3284", "type": "Feature", "properties": {"id": "ak16875921", "mag": 2.9, "time": 1505849966730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4901, 52.1476, 24.6]}, "bbox": [-170.4901, 52.1476, -170.4901, 52.1476]}, {"id": "3285", "type": "Feature", "properties": {"id": "uu60247932", "mag": 1.44, "time": 1505849337250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421, 42.579, 5.88]}, "bbox": [-111.421, 42.579, -111.421, 42.579]}, {"id": "3286", "type": "Feature", "properties": {"id": "ak16875920", "mag": 1.3, "time": 1505849251567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6328, 59.921, 0.0]}, "bbox": [-139.6328, 59.921, -139.6328, 59.921]}, {"id": "3287", "type": "Feature", "properties": {"id": "ak16858730", "mag": 1.2, "time": 1505848519202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9009, 61.545, 3.9]}, "bbox": [-151.9009, 61.545, -151.9009, 61.545]}, {"id": "3288", "type": "Feature", "properties": {"id": "hv61914226", "mag": 1.85, "time": 1505848191950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.283829, 19.389834, 2.69]}, "bbox": [-155.283829, 19.389834, -155.283829, 19.389834]}, {"id": "3289", "type": "Feature", "properties": {"id": "ci38006520", "mag": 1.05, "time": 1505847392530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7695, 36.0195, 2.35]}, "bbox": [-117.7695, 36.0195, -117.7695, 36.0195]}, {"id": "3290", "type": "Feature", "properties": {"id": "ci38006512", "mag": 1.61, "time": 1505847142180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767, 36.0195, 2.27]}, "bbox": [-117.767, 36.0195, -117.767, 36.0195]}, {"id": "3291", "type": "Feature", "properties": {"id": "ci38006496", "mag": 3.65, "time": 1505846743780, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.769833, 36.019333, 1.78]}, "bbox": [-117.769833, 36.019333, -117.769833, 36.019333]}, {"id": "3292", "type": "Feature", "properties": {"id": "hv61914191", "mag": 1.84, "time": 1505846559260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.249161, 19.378334, 1.88]}, "bbox": [-155.249161, 19.378334, -155.249161, 19.378334]}, {"id": "3293", "type": "Feature", "properties": {"id": "ak16875918", "mag": 2.8, "time": 1505846556982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8186, 52.0581, 213.2]}, "bbox": [-178.8186, 52.0581, -178.8186, 52.0581]}, {"id": "3294", "type": "Feature", "properties": {"id": "nc72895351", "mag": 1.32, "time": 1505846239310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104167, 37.325333, -0.31]}, "bbox": [-122.104167, 37.325333, -122.104167, 37.325333]}, {"id": "3295", "type": "Feature", "properties": {"id": "nc72895341", "mag": 2.76, "time": 1505846072870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.359001, 36.981335, 8.57]}, "bbox": [-118.359001, 36.981335, -118.359001, 36.981335]}, {"id": "3296", "type": "Feature", "properties": {"id": "ci38006480", "mag": 3.19, "time": 1505846053020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767333, 36.019, 1.55]}, "bbox": [-117.767333, 36.019, -117.767333, 36.019]}, {"id": "3297", "type": "Feature", "properties": {"id": "nc72895286", "mag": 1.33, "time": 1505844883780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.572167, 35.430667, -0.58]}, "bbox": [-120.572167, 35.430667, -120.572167, 35.430667]}, {"id": "3298", "type": "Feature", "properties": {"id": "us2000ar1y", "mag": 4.6, "time": 1505844881000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1913, -37.2281, 5.95]}, "bbox": [-74.1913, -37.2281, -74.1913, -37.2281]}, {"id": "3299", "type": "Feature", "properties": {"id": "us2000ar20", "mag": 7.1, "time": 1505844878420, "felt": 2048.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4952, 18.5539, 51.0]}, "bbox": [-98.4952, 18.5539, -98.4952, 18.5539]}, {"id": "3300", "type": "Feature", "properties": {"id": "ak16858135", "mag": 1.6, "time": 1505844133798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.026, 67.0927, 3.7]}, "bbox": [-157.026, 67.0927, -157.026, 67.0927]}, {"id": "3301", "type": "Feature", "properties": {"id": "ci37766871", "mag": 1.54, "time": 1505844053390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.846, 36.179167, 2.24]}, "bbox": [-117.846, 36.179167, -117.846, 36.179167]}, {"id": "3302", "type": "Feature", "properties": {"id": "ci37766863", "mag": 1.44, "time": 1505843932610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768, 36.018667, 1.61]}, "bbox": [-117.768, 36.018667, -117.768, 36.018667]}, {"id": "3303", "type": "Feature", "properties": {"id": "nm60207061", "mag": 1.72, "time": 1505843783380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.646167, 36.5445, 7.49]}, "bbox": [-89.646167, 36.5445, -89.646167, 36.5445]}, {"id": "3304", "type": "Feature", "properties": {"id": "us2000aqyy", "mag": 4.5, "time": 1505843446640, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6161, -31.7548, 29.84]}, "bbox": [-72.6161, -31.7548, -72.6161, -31.7548]}, {"id": "3305", "type": "Feature", "properties": {"id": "ismpkansas70235603", "mag": 1.89, "time": 1505842614490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.682, 37.184833, 3.97]}, "bbox": [-97.682, 37.184833, -97.682, 37.184833]}, {"id": "3306", "type": "Feature", "properties": {"id": "nc72895271", "mag": 1.15, "time": 1505841330820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.259833, 36.753, 11.5]}, "bbox": [-121.259833, 36.753, -121.259833, 36.753]}, {"id": "3307", "type": "Feature", "properties": {"id": "us2000aqxe", "mag": 4.6, "time": 1505841149400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1444, -7.5033, 158.11]}, "bbox": [128.1444, -7.5033, 128.1444, -7.5033]}, {"id": "3308", "type": "Feature", "properties": {"id": "uu60247882", "mag": 1.62, "time": 1505841064700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426167, 42.5295, 8.11]}, "bbox": [-111.426167, 42.5295, -111.426167, 42.5295]}, {"id": "3309", "type": "Feature", "properties": {"id": "nc72895256", "mag": 1.32, "time": 1505840661480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.598167, 36.752, -0.32]}, "bbox": [-121.598167, 36.752, -121.598167, 36.752]}, {"id": "3310", "type": "Feature", "properties": {"id": "ci37766807", "mag": 2.45, "time": 1505840210530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.766, 36.02, 1.86]}, "bbox": [-117.766, 36.02, -117.766, 36.02]}, {"id": "3311", "type": "Feature", "properties": {"id": "uu60247877", "mag": 2.11, "time": 1505840158690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448833, 42.606, 3.56]}, "bbox": [-111.448833, 42.606, -111.448833, 42.606]}, {"id": "3312", "type": "Feature", "properties": {"id": "ak16857619", "mag": 2.1, "time": 1505840007502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8949, 63.2912, 101.6]}, "bbox": [-149.8949, 63.2912, -149.8949, 63.2912]}, {"id": "3313", "type": "Feature", "properties": {"id": "uu60247872", "mag": 1.62, "time": 1505839724910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.458833, 42.607, 3.95]}, "bbox": [-111.458833, 42.607, -111.458833, 42.607]}, {"id": "3314", "type": "Feature", "properties": {"id": "us2000aqvm", "mag": 2.7, "time": 1505839542100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.469, 42.6077, 7.7]}, "bbox": [-111.469, 42.6077, -111.469, 42.6077]}, {"id": "3315", "type": "Feature", "properties": {"id": "nc72895246", "mag": 1.35, "time": 1505839417090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.485667, 35.221333, 6.04]}, "bbox": [-120.485667, 35.221333, -120.485667, 35.221333]}, {"id": "3316", "type": "Feature", "properties": {"id": "ak16875914", "mag": 1.9, "time": 1505839174472, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4077, 58.8832, 118.6]}, "bbox": [-154.4077, 58.8832, -154.4077, 58.8832]}, {"id": "3317", "type": "Feature", "properties": {"id": "ci37766791", "mag": 1.22, "time": 1505838919650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.1855, 10.21]}, "bbox": [-116.3645, 33.1855, -116.3645, 33.1855]}, {"id": "3318", "type": "Feature", "properties": {"id": "ak16857617", "mag": 1.6, "time": 1505838902519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9995, 67.1881, 4.7]}, "bbox": [-142.9995, 67.1881, -142.9995, 67.1881]}, {"id": "3319", "type": "Feature", "properties": {"id": "uu60247852", "mag": 2.07, "time": 1505838746530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4455, 42.613833, 1.76]}, "bbox": [-111.4455, 42.613833, -111.4455, 42.613833]}, {"id": "3320", "type": "Feature", "properties": {"id": "ak16857602", "mag": 1.1, "time": 1505837962181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5253, 60.121, 0.0]}, "bbox": [-141.5253, 60.121, -141.5253, 60.121]}, {"id": "3321", "type": "Feature", "properties": {"id": "ak16857600", "mag": 1.9, "time": 1505837841567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1883, 53.9422, 44.2]}, "bbox": [-165.1883, 53.9422, -165.1883, 53.9422]}, {"id": "3322", "type": "Feature", "properties": {"id": "nc72895231", "mag": 2.9, "time": 1505837729840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.507667, 1.79]}, "bbox": [-118.833667, 37.507667, -118.833667, 37.507667]}, {"id": "3323", "type": "Feature", "properties": {"id": "us2000ary5", "mag": 2.9, "time": 1505837727410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4431, 42.6149, 4.8]}, "bbox": [-111.4431, 42.6149, -111.4431, 42.6149]}, {"id": "3324", "type": "Feature", "properties": {"id": "uu60247822", "mag": 2.11, "time": 1505837448870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455167, 42.616, 1.41]}, "bbox": [-111.455167, 42.616, -111.455167, 42.616]}, {"id": "3325", "type": "Feature", "properties": {"id": "us2000aqtm", "mag": 3.1, "time": 1505837140170, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4706, 42.6154, 8.81]}, "bbox": [-111.4706, 42.6154, -111.4706, 42.6154]}, {"id": "3326", "type": "Feature", "properties": {"id": "ak16875909", "mag": 2.2, "time": 1505836969879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4914, 51.7473, 9.7]}, "bbox": [-178.4914, 51.7473, -178.4914, 51.7473]}, {"id": "3327", "type": "Feature", "properties": {"id": "ak16857094", "mag": 1.1, "time": 1505836528626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6176, 61.14, 0.0]}, "bbox": [-147.6176, 61.14, -147.6176, 61.14]}, {"id": "3328", "type": "Feature", "properties": {"id": "ak16875907", "mag": 1.5, "time": 1505835821169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.259, 60.5626, 90.4]}, "bbox": [-152.259, 60.5626, -152.259, 60.5626]}, {"id": "3329", "type": "Feature", "properties": {"id": "us2000aqsj", "mag": 2.6, "time": 1505835755980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5135, 36.2854, 4.17]}, "bbox": [-97.5135, 36.2854, -97.5135, 36.2854]}, {"id": "3330", "type": "Feature", "properties": {"id": "us2000aqsk", "mag": 2.5, "time": 1505835732030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4724, 42.6121, 4.3]}, "bbox": [-111.4724, 42.6121, -111.4724, 42.6121]}, {"id": "3331", "type": "Feature", "properties": {"id": "ak16857093", "mag": 2.6, "time": 1505835424846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4652, 51.7084, 16.1]}, "bbox": [-178.4652, 51.7084, -178.4652, 51.7084]}, {"id": "3332", "type": "Feature", "properties": {"id": "us2000aqsh", "mag": 3.0, "time": 1505835309120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4508, 42.6064, 4.14]}, "bbox": [-111.4508, 42.6064, -111.4508, 42.6064]}, {"id": "3333", "type": "Feature", "properties": {"id": "ak16857091", "mag": 1.3, "time": 1505835219788, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0197, 66.1072, 6.0]}, "bbox": [-149.0197, 66.1072, -149.0197, 66.1072]}, {"id": "3334", "type": "Feature", "properties": {"id": "us2000aqs7", "mag": 3.5, "time": 1505834833670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4429, 42.6135, 8.34]}, "bbox": [-111.4429, 42.6135, -111.4429, 42.6135]}, {"id": "3335", "type": "Feature", "properties": {"id": "us2000aqwu", "mag": 2.5, "time": 1505834816200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7965, 36.4516, 6.125]}, "bbox": [-98.7965, 36.4516, -98.7965, 36.4516]}, {"id": "3336", "type": "Feature", "properties": {"id": "ak16875904", "mag": 1.6, "time": 1505834730734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9141, 57.1404, 29.5]}, "bbox": [-153.9141, 57.1404, -153.9141, 57.1404]}, {"id": "3337", "type": "Feature", "properties": {"id": "ci37766767", "mag": 1.14, "time": 1505834129200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.763833, 36.020667, 1.88]}, "bbox": [-117.763833, 36.020667, -117.763833, 36.020667]}, {"id": "3338", "type": "Feature", "properties": {"id": "ak16857088", "mag": 1.5, "time": 1505834082762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0429, 60.6104, 77.7]}, "bbox": [-152.0429, 60.6104, -152.0429, 60.6104]}, {"id": "3339", "type": "Feature", "properties": {"id": "us2000aqrc", "mag": 4.8, "time": 1505832575280, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [178.0168, 52.0275, 131.51]}, "bbox": [178.0168, 52.0275, 178.0168, 52.0275]}, {"id": "3340", "type": "Feature", "properties": {"id": "ak16875901", "mag": 1.4, "time": 1505831619582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.534, 58.7008, 10.0]}, "bbox": [-137.534, 58.7008, -137.534, 58.7008]}, {"id": "3341", "type": "Feature", "properties": {"id": "ci37766711", "mag": 1.96, "time": 1505831425050, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.765667, 36.018833, 1.51]}, "bbox": [-117.765667, 36.018833, -117.765667, 36.018833]}, {"id": "3342", "type": "Feature", "properties": {"id": "ci37766703", "mag": 1.15, "time": 1505831411750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764833, 36.019667, 1.65]}, "bbox": [-117.764833, 36.019667, -117.764833, 36.019667]}, {"id": "3343", "type": "Feature", "properties": {"id": "us2000aqqm", "mag": 4.5, "time": 1505831278930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.4084, -31.8109, 10.0]}, "bbox": [-72.4084, -31.8109, -72.4084, -31.8109]}, {"id": "3344", "type": "Feature", "properties": {"id": "ak16856556", "mag": 1.3, "time": 1505831243282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7313, 59.8087, 0.9]}, "bbox": [-136.7313, 59.8087, -136.7313, 59.8087]}, {"id": "3345", "type": "Feature", "properties": {"id": "nn00606015", "mag": 1.3, "time": 1505831170459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8959, 38.3975, 10.4]}, "bbox": [-118.8959, 38.3975, -118.8959, 38.3975]}, {"id": "3346", "type": "Feature", "properties": {"id": "ak16856551", "mag": 1.9, "time": 1505831042494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6819, 63.0946, 10.5]}, "bbox": [-147.6819, 63.0946, -147.6819, 63.0946]}, {"id": "3347", "type": "Feature", "properties": {"id": "ak16875898", "mag": 1.7, "time": 1505829915600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2865, 59.7628, 116.6]}, "bbox": [-153.2865, 59.7628, -153.2865, 59.7628]}, {"id": "3348", "type": "Feature", "properties": {"id": "ak16856544", "mag": 1.6, "time": 1505829548541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3607, 61.0755, 0.0]}, "bbox": [-148.3607, 61.0755, -148.3607, 61.0755]}, {"id": "3349", "type": "Feature", "properties": {"id": "nc72895191", "mag": 1.4, "time": 1505828746900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.815333, 3.57]}, "bbox": [-122.799667, 38.815333, -122.799667, 38.815333]}, {"id": "3350", "type": "Feature", "properties": {"id": "nc72895181", "mag": 1.21, "time": 1505828239020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.96, 37.587, -0.68]}, "bbox": [-118.96, 37.587, -118.96, 37.587]}, {"id": "3351", "type": "Feature", "properties": {"id": "pr2017262003", "mag": 3.12, "time": 1505828003180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.596, 19.2688, 38.0]}, "bbox": [-67.596, 19.2688, -67.596, 19.2688]}, {"id": "3352", "type": "Feature", "properties": {"id": "us2000aqpx", "mag": 5.1, "time": 1505827570500, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [53.9953, 27.9548, 10.0]}, "bbox": [53.9953, 27.9548, 53.9953, 27.9548]}, {"id": "3353", "type": "Feature", "properties": {"id": "nc72895166", "mag": 2.1, "time": 1505827334280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801333, 38.709667, 3.88]}, "bbox": [-122.801333, 38.709667, -122.801333, 38.709667]}, {"id": "3354", "type": "Feature", "properties": {"id": "ak16856036", "mag": 1.5, "time": 1505826795043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9795, 61.8762, 43.3]}, "bbox": [-149.9795, 61.8762, -149.9795, 61.8762]}, {"id": "3355", "type": "Feature", "properties": {"id": "ak16856032", "mag": 1.6, "time": 1505825636722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1838, 62.582, 3.3]}, "bbox": [-152.1838, 62.582, -152.1838, 62.582]}, {"id": "3356", "type": "Feature", "properties": {"id": "ci37766679", "mag": 0.96, "time": 1505825558280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.804167, 33.865333, 14.31]}, "bbox": [-116.804167, 33.865333, -116.804167, 33.865333]}, {"id": "3357", "type": "Feature", "properties": {"id": "us2000aqp7", "mag": 4.4, "time": 1505825308910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.7564, -2.1725, 112.59]}, "bbox": [-78.7564, -2.1725, -78.7564, -2.1725]}, {"id": "3358", "type": "Feature", "properties": {"id": "ak16856030", "mag": 3.0, "time": 1505825190453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1381, 51.2155, 7.2]}, "bbox": [-179.1381, 51.2155, -179.1381, 51.2155]}, {"id": "3359", "type": "Feature", "properties": {"id": "nn00605924", "mag": 1.0, "time": 1505824470372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0787, 37.3317, 0.0]}, "bbox": [-115.0787, 37.3317, -115.0787, 37.3317]}, {"id": "3360", "type": "Feature", "properties": {"id": "ak16856028", "mag": 1.3, "time": 1505824029137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5369, 59.9737, 0.0]}, "bbox": [-139.5369, 59.9737, -139.5369, 59.9737]}, {"id": "3361", "type": "Feature", "properties": {"id": "ak16856023", "mag": 1.7, "time": 1505823902403, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0502, 66.1255, 9.3]}, "bbox": [-149.0502, 66.1255, -149.0502, 66.1255]}, {"id": "3362", "type": "Feature", "properties": {"id": "ak16856015", "mag": 2.2, "time": 1505823557445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.013, 66.1279, 12.2]}, "bbox": [-149.013, 66.1279, -149.013, 66.1279]}, {"id": "3363", "type": "Feature", "properties": {"id": "ak16856014", "mag": 1.1, "time": 1505823327376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3053, 64.2153, 8.4]}, "bbox": [-147.3053, 64.2153, -147.3053, 64.2153]}, {"id": "3364", "type": "Feature", "properties": {"id": "ak16856012", "mag": 1.2, "time": 1505823307912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2687, 63.3135, 1.0]}, "bbox": [-145.2687, 63.3135, -145.2687, 63.3135]}, {"id": "3365", "type": "Feature", "properties": {"id": "ak16856011", "mag": 2.3, "time": 1505823122176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4683, 54.3778, 12.7]}, "bbox": [-161.4683, 54.3778, -161.4683, 54.3778]}, {"id": "3366", "type": "Feature", "properties": {"id": "nc72895111", "mag": 1.33, "time": 1505822407460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809833, 38.802, 3.64]}, "bbox": [-122.809833, 38.802, -122.809833, 38.802]}, {"id": "3367", "type": "Feature", "properties": {"id": "nm60207021", "mag": 3.8, "time": 1505821648710, "felt": 1485.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.909833, 38.423833, 11.68]}, "bbox": [-87.909833, 38.423833, -87.909833, 38.423833]}, {"id": "3368", "type": "Feature", "properties": {"id": "ak16855511", "mag": 1.6, "time": 1505821526245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7265, 65.4529, 0.3]}, "bbox": [-144.7265, 65.4529, -144.7265, 65.4529]}, {"id": "3369", "type": "Feature", "properties": {"id": "ak16875885", "mag": 2.4, "time": 1505821066912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.1246, 33.1]}, "bbox": [-170.3853, 52.1246, -170.3853, 52.1246]}, {"id": "3370", "type": "Feature", "properties": {"id": "nc72895086", "mag": 1.5, "time": 1505820901510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.8115, 2.81]}, "bbox": [-122.811333, 38.8115, -122.811333, 38.8115]}, {"id": "3371", "type": "Feature", "properties": {"id": "nn00605917", "mag": 1.0, "time": 1505819713127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0296, 37.3121, 0.0]}, "bbox": [-115.0296, 37.3121, -115.0296, 37.3121]}, {"id": "3372", "type": "Feature", "properties": {"id": "ci37766663", "mag": 1.51, "time": 1505819310540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197333, 34.085167, 9.45]}, "bbox": [-118.197333, 34.085167, -118.197333, 34.085167]}, {"id": "3373", "type": "Feature", "properties": {"id": "ak16875884", "mag": 2.8, "time": 1505819249763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.074, 52.1917, 55.8]}, "bbox": [-171.074, 52.1917, -171.074, 52.1917]}, {"id": "3374", "type": "Feature", "properties": {"id": "us2000aqlv", "mag": 4.4, "time": 1505818453350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.3742, -31.7199, 35.0]}, "bbox": [-72.3742, -31.7199, -72.3742, -31.7199]}, {"id": "3375", "type": "Feature", "properties": {"id": "ak16855501", "mag": 3.4, "time": 1505818346973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7971, 56.0595, 12.0]}, "bbox": [-148.7971, 56.0595, -148.7971, 56.0595]}, {"id": "3376", "type": "Feature", "properties": {"id": "ak16855500", "mag": 2.9, "time": 1505817985167, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.3494, 51.1124, 9.0]}, "bbox": [178.3494, 51.1124, 178.3494, 51.1124]}, {"id": "3377", "type": "Feature", "properties": {"id": "nc72895061", "mag": 1.78, "time": 1505817758790, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.178833, 36.5795, 5.08]}, "bbox": [-121.178833, 36.5795, -121.178833, 36.5795]}, {"id": "3378", "type": "Feature", "properties": {"id": "nc72895056", "mag": 2.12, "time": 1505817518530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 36.582833, 3.53]}, "bbox": [-121.177333, 36.582833, -121.177333, 36.582833]}, {"id": "3379", "type": "Feature", "properties": {"id": "uu60247712", "mag": 1.36, "time": 1505817061570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.018167, 44.796, 9.74]}, "bbox": [-111.018167, 44.796, -111.018167, 44.796]}, {"id": "3380", "type": "Feature", "properties": {"id": "ak16875881", "mag": 1.6, "time": 1505816115601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2511, 57.9599, 9.0]}, "bbox": [-152.2511, 57.9599, -152.2511, 57.9599]}, {"id": "3381", "type": "Feature", "properties": {"id": "ak16855499", "mag": 1.3, "time": 1505815877713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8298, 61.5636, 56.7]}, "bbox": [-149.8298, 61.5636, -149.8298, 61.5636]}, {"id": "3382", "type": "Feature", "properties": {"id": "ak16855498", "mag": 2.3, "time": 1505815751742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.7444, 52.8226, 62.9]}, "bbox": [-168.7444, 52.8226, -168.7444, 52.8226]}, {"id": "3383", "type": "Feature", "properties": {"id": "pr2017262002", "mag": 3.05, "time": 1505815582890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7015, 19.0933, 25.0]}, "bbox": [-67.7015, 19.0933, -67.7015, 19.0933]}, {"id": "3384", "type": "Feature", "properties": {"id": "ak16875878", "mag": 2.3, "time": 1505815056638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6299, 51.8122, 76.9]}, "bbox": [178.6299, 51.8122, 178.6299, 51.8122]}, {"id": "3385", "type": "Feature", "properties": {"id": "pr2017262001", "mag": 3.03, "time": 1505814906490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.723, 19.2006, 9.0]}, "bbox": [-67.723, 19.2006, -67.723, 19.2006]}, {"id": "3386", "type": "Feature", "properties": {"id": "us2000aqkv", "mag": 3.1, "time": 1505814230020, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8094, 35.9883, 6.72]}, "bbox": [-96.8094, 35.9883, -96.8094, 35.9883]}, {"id": "3387", "type": "Feature", "properties": {"id": "nn00605909", "mag": 2.0, "time": 1505812861822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0799, 37.3335, 2.3]}, "bbox": [-115.0799, 37.3335, -115.0799, 37.3335]}, {"id": "3388", "type": "Feature", "properties": {"id": "ci37766575", "mag": 1.76, "time": 1505810653690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489167, 32.91, 3.69]}, "bbox": [-115.489167, 32.91, -115.489167, 32.91]}, {"id": "3389", "type": "Feature", "properties": {"id": "hv61913891", "mag": 1.46, "time": 1505809604540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2385, 19.383667, 3.069]}, "bbox": [-155.2385, 19.383667, -155.2385, 19.383667]}, {"id": "3390", "type": "Feature", "properties": {"id": "us2000awmg", "mag": 4.7, "time": 1505809455110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.925, -10.7783, 56.21]}, "bbox": [162.925, -10.7783, 162.925, -10.7783]}, {"id": "3391", "type": "Feature", "properties": {"id": "us2000asy2", "mag": 3.0, "time": 1505809273830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.747, 56.8207, 54.24]}, "bbox": [-167.747, 56.8207, -167.747, 56.8207]}, {"id": "3392", "type": "Feature", "properties": {"id": "ak16855496", "mag": 1.1, "time": 1505809181592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6103, 61.758, 29.3]}, "bbox": [-147.6103, 61.758, -147.6103, 61.758]}, {"id": "3393", "type": "Feature", "properties": {"id": "ci37766567", "mag": 2.63, "time": 1505808839560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.053, 33.079333, 9.9]}, "bbox": [-116.053, 33.079333, -116.053, 33.079333]}, {"id": "3394", "type": "Feature", "properties": {"id": "ak16854995", "mag": 1.3, "time": 1505808496915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3955, 61.6352, 5.0]}, "bbox": [-142.3955, 61.6352, -142.3955, 61.6352]}, {"id": "3395", "type": "Feature", "properties": {"id": "us2000awn2", "mag": 4.8, "time": 1505807930800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8135, 15.201, 45.46]}, "bbox": [-93.8135, 15.201, -93.8135, 15.201]}, {"id": "3396", "type": "Feature", "properties": {"id": "us2000aqji", "mag": 5.5, "time": 1505807596650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0446, 15.1414, 38.74]}, "bbox": [-94.0446, 15.1414, -94.0446, 15.1414]}, {"id": "3397", "type": "Feature", "properties": {"id": "ak16875872", "mag": 2.1, "time": 1505807457953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2219, 51.3226, 34.2]}, "bbox": [-179.2219, 51.3226, -179.2219, 51.3226]}, {"id": "3398", "type": "Feature", "properties": {"id": "nc72894976", "mag": 1.17, "time": 1505806773770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792335, 38.809666, 2.7]}, "bbox": [-122.792335, 38.809666, -122.792335, 38.809666]}, {"id": "3399", "type": "Feature", "properties": {"id": "ci37766551", "mag": 1.92, "time": 1505806527540, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.473833, 34.086, 9.44]}, "bbox": [-118.473833, 34.086, -118.473833, 34.086]}, {"id": "3400", "type": "Feature", "properties": {"id": "nn00605996", "mag": 1.0, "time": 1505804591858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.786, 38.6641, 4.9]}, "bbox": [-119.786, 38.6641, -119.786, 38.6641]}, {"id": "3401", "type": "Feature", "properties": {"id": "us2000aqiw", "mag": 4.9, "time": 1505804582700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5541, 15.6968, 62.85]}, "bbox": [-94.5541, 15.6968, -94.5541, 15.6968]}, {"id": "3402", "type": "Feature", "properties": {"id": "nc72894951", "mag": 2.38, "time": 1505803512250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.804667, 38.658333, -1.93]}, "bbox": [-119.804667, 38.658333, -119.804667, 38.658333]}, {"id": "3403", "type": "Feature", "properties": {"id": "us2000aqim", "mag": 4.9, "time": 1505803059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.5306, -11.0433, 31.53]}, "bbox": [162.5306, -11.0433, 162.5306, -11.0433]}, {"id": "3404", "type": "Feature", "properties": {"id": "ak16858212", "mag": 1.9, "time": 1505803043301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8602, 60.3455, 116.4]}, "bbox": [-152.8602, 60.3455, -152.8602, 60.3455]}, {"id": "3405", "type": "Feature", "properties": {"id": "ak16854482", "mag": 1.5, "time": 1505802327547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6967, 63.0934, 11.2]}, "bbox": [-147.6967, 63.0934, -147.6967, 63.0934]}, {"id": "3406", "type": "Feature", "properties": {"id": "ci37766535", "mag": 3.61, "time": 1505802044370, "felt": 9002.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.475667, 34.086667, 10.48]}, "bbox": [-118.475667, 34.086667, -118.475667, 34.086667]}, {"id": "3407", "type": "Feature", "properties": {"id": "ci37766527", "mag": 1.21, "time": 1505801932130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.774833, 34.169667, 4.09]}, "bbox": [-116.774833, 34.169667, -116.774833, 34.169667]}, {"id": "3408", "type": "Feature", "properties": {"id": "ak16875868", "mag": 1.8, "time": 1505801903580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8368, 51.4427, 38.8]}, "bbox": [178.8368, 51.4427, 178.8368, 51.4427]}, {"id": "3409", "type": "Feature", "properties": {"id": "ak16854479", "mag": 1.1, "time": 1505801695119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7029, 61.7782, 46.8]}, "bbox": [-149.7029, 61.7782, -149.7029, 61.7782]}, {"id": "3410", "type": "Feature", "properties": {"id": "ak16875866", "mag": 1.4, "time": 1505801525136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4992, 53.7654, 79.0]}, "bbox": [-166.4992, 53.7654, -166.4992, 53.7654]}, {"id": "3411", "type": "Feature", "properties": {"id": "uw61331061", "mag": 2.06, "time": 1505797453620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.194667, 46.453167, 40.56]}, "bbox": [-124.194667, 46.453167, -124.194667, 46.453167]}, {"id": "3412", "type": "Feature", "properties": {"id": "ci37766503", "mag": 1.67, "time": 1505797300060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.916167, 3.75]}, "bbox": [-115.486333, 32.916167, -115.486333, 32.916167]}, {"id": "3413", "type": "Feature", "properties": {"id": "ak16854474", "mag": 1.9, "time": 1505797038222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0668, 60.2297, 58.9]}, "bbox": [-151.0668, 60.2297, -151.0668, 60.2297]}, {"id": "3414", "type": "Feature", "properties": {"id": "ak16853980", "mag": 1.1, "time": 1505796127101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3206, 62.3117, 31.2]}, "bbox": [-148.3206, 62.3117, -148.3206, 62.3117]}, {"id": "3415", "type": "Feature", "properties": {"id": "uw61330981", "mag": 1.13, "time": 1505795983940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.682, 46.13, 13.15]}, "bbox": [-122.682, 46.13, -122.682, 46.13]}, {"id": "3416", "type": "Feature", "properties": {"id": "ak16853978", "mag": 1.3, "time": 1505795947149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1655, 62.2572, 56.3]}, "bbox": [-149.1655, 62.2572, -149.1655, 62.2572]}, {"id": "3417", "type": "Feature", "properties": {"id": "nn00605993", "mag": 1.1, "time": 1505795780711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1363, 37.4312, 0.0]}, "bbox": [-115.1363, 37.4312, -115.1363, 37.4312]}, {"id": "3418", "type": "Feature", "properties": {"id": "nc72894911", "mag": 1.31, "time": 1505795498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7385, 38.757333, 2.56]}, "bbox": [-122.7385, 38.757333, -122.7385, 38.757333]}, {"id": "3419", "type": "Feature", "properties": {"id": "ak16875861", "mag": 1.1, "time": 1505795298437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2708, 60.1059, 0.0]}, "bbox": [-139.2708, 60.1059, -139.2708, 60.1059]}, {"id": "3420", "type": "Feature", "properties": {"id": "pr2017262000", "mag": 3.54, "time": 1505794257010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.6603, 17.4281, 35.0]}, "bbox": [-68.6603, 17.4281, -68.6603, 17.4281]}, {"id": "3421", "type": "Feature", "properties": {"id": "ak16875860", "mag": 2.4, "time": 1505793870359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7298, 54.4321, 27.3]}, "bbox": [-160.7298, 54.4321, -160.7298, 54.4321]}, {"id": "3422", "type": "Feature", "properties": {"id": "ak16875859", "mag": 1.7, "time": 1505793327250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1948, 59.7387, 99.4]}, "bbox": [-153.1948, 59.7387, -153.1948, 59.7387]}, {"id": "3423", "type": "Feature", "properties": {"id": "ak16853975", "mag": 1.6, "time": 1505792759926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4718, 53.5765, 9.9]}, "bbox": [-167.4718, 53.5765, -167.4718, 53.5765]}, {"id": "3424", "type": "Feature", "properties": {"id": "nc72894906", "mag": 1.57, "time": 1505792076170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7735, 38.656833, -0.04]}, "bbox": [-122.7735, 38.656833, -122.7735, 38.656833]}, {"id": "3425", "type": "Feature", "properties": {"id": "ci37766479", "mag": 1.69, "time": 1505792016930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.9165, 3.74]}, "bbox": [-115.486333, 32.9165, -115.486333, 32.9165]}, {"id": "3426", "type": "Feature", "properties": {"id": "ci37766487", "mag": 1.34, "time": 1505791878570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.484833, 32.910667, 3.6]}, "bbox": [-115.484833, 32.910667, -115.484833, 32.910667]}, {"id": "3427", "type": "Feature", "properties": {"id": "ci37766471", "mag": 1.85, "time": 1505791676460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4825, 32.916333, 3.63]}, "bbox": [-115.4825, 32.916333, -115.4825, 32.916333]}, {"id": "3428", "type": "Feature", "properties": {"id": "nc72894886", "mag": 1.72, "time": 1505789062930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.569167, 0.74]}, "bbox": [-118.840667, 37.569167, -118.840667, 37.569167]}, {"id": "3429", "type": "Feature", "properties": {"id": "ak16853477", "mag": 1.0, "time": 1505787688094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1719, 66.2583, 2.2]}, "bbox": [-157.1719, 66.2583, -157.1719, 66.2583]}, {"id": "3430", "type": "Feature", "properties": {"id": "ak16875853", "mag": 1.7, "time": 1505787600292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3919, 59.6211, 106.4]}, "bbox": [-153.3919, 59.6211, -153.3919, 59.6211]}, {"id": "3431", "type": "Feature", "properties": {"id": "ak16875852", "mag": 1.1, "time": 1505786552106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5941, 61.448, 35.0]}, "bbox": [-146.5941, 61.448, -146.5941, 61.448]}, {"id": "3432", "type": "Feature", "properties": {"id": "mb80256309", "mag": 1.39, "time": 1505786055440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.8665, 12.97]}, "bbox": [-112.526833, 46.8665, -112.526833, 46.8665]}, {"id": "3433", "type": "Feature", "properties": {"id": "ak16853476", "mag": 1.1, "time": 1505785818136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8501, 59.9025, 11.5]}, "bbox": [-136.8501, 59.9025, -136.8501, 59.9025]}, {"id": "3434", "type": "Feature", "properties": {"id": "ak16852984", "mag": 1.1, "time": 1505784566645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6396, 62.818, 76.1]}, "bbox": [-149.6396, 62.818, -149.6396, 62.818]}, {"id": "3435", "type": "Feature", "properties": {"id": "us2000aqg7", "mag": 4.1, "time": 1505784206570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4373, 15.5332, 46.8]}, "bbox": [-94.4373, 15.5332, -94.4373, 15.5332]}, {"id": "3436", "type": "Feature", "properties": {"id": "uu60247557", "mag": 1.04, "time": 1505784051560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.714, 41.274333, 9.1]}, "bbox": [-111.714, 41.274333, -111.714, 41.274333]}, {"id": "3437", "type": "Feature", "properties": {"id": "uu60247547", "mag": 1.47, "time": 1505783841160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.707167, 41.273, 13.52]}, "bbox": [-111.707167, 41.273, -111.707167, 41.273]}, {"id": "3438", "type": "Feature", "properties": {"id": "hv61913526", "mag": 1.76, "time": 1505783827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457833, 19.1825, 36.457]}, "bbox": [-155.457833, 19.1825, -155.457833, 19.1825]}, {"id": "3439", "type": "Feature", "properties": {"id": "uu60247542", "mag": 2.67, "time": 1505783530250, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.715333, 41.2735, 12.54]}, "bbox": [-111.715333, 41.2735, -111.715333, 41.2735]}, {"id": "3440", "type": "Feature", "properties": {"id": "ak16852978", "mag": 2.3, "time": 1505783525625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6267, 63.2162, 130.7]}, "bbox": [-150.6267, 63.2162, -150.6267, 63.2162]}, {"id": "3441", "type": "Feature", "properties": {"id": "ak16852863", "mag": 2.5, "time": 1505781518245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0202, 60.2096, 73.3]}, "bbox": [-152.0202, 60.2096, -152.0202, 60.2096]}, {"id": "3442", "type": "Feature", "properties": {"id": "nc72894856", "mag": 0.99, "time": 1505781008310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827331, 38.841667, 1.75]}, "bbox": [-122.827331, 38.841667, -122.827331, 38.841667]}, {"id": "3443", "type": "Feature", "properties": {"id": "ak16852858", "mag": 1.1, "time": 1505780482987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8182, 61.2069, 27.3]}, "bbox": [-146.8182, 61.2069, -146.8182, 61.2069]}, {"id": "3444", "type": "Feature", "properties": {"id": "nc72894851", "mag": 1.36, "time": 1505780335820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7775, 38.816, 2.36]}, "bbox": [-122.7775, 38.816, -122.7775, 38.816]}, {"id": "3445", "type": "Feature", "properties": {"id": "ak16852857", "mag": 1.6, "time": 1505780229532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4, 60.0341, 0.0]}, "bbox": [-139.4, 60.0341, -139.4, 60.0341]}, {"id": "3446", "type": "Feature", "properties": {"id": "ak16852855", "mag": 1.5, "time": 1505779887968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8629, 61.2326, 1.6]}, "bbox": [-139.8629, 61.2326, -139.8629, 61.2326]}, {"id": "3447", "type": "Feature", "properties": {"id": "ci37766415", "mag": 1.9, "time": 1505779853200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489333, 32.905167, 5.38]}, "bbox": [-115.489333, 32.905167, -115.489333, 32.905167]}, {"id": "3448", "type": "Feature", "properties": {"id": "ci37165308", "mag": 1.73, "time": 1505779842240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.488, 32.911333, 4.36]}, "bbox": [-115.488, 32.911333, -115.488, 32.911333]}, {"id": "3449", "type": "Feature", "properties": {"id": "ak16852849", "mag": 1.7, "time": 1505779013710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9564, 61.0148, 51.3]}, "bbox": [-150.9564, 61.0148, -150.9564, 61.0148]}, {"id": "3450", "type": "Feature", "properties": {"id": "ak16852847", "mag": 1.4, "time": 1505778755901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7113, 59.8038, 2.1]}, "bbox": [-136.7113, 59.8038, -136.7113, 59.8038]}, {"id": "3451", "type": "Feature", "properties": {"id": "ak16852839", "mag": 1.8, "time": 1505778454412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4318, 51.6727, 27.8]}, "bbox": [-178.4318, 51.6727, -178.4318, 51.6727]}, {"id": "3452", "type": "Feature", "properties": {"id": "ak16852350", "mag": 2.0, "time": 1505777928661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5948, 59.4167, 88.5]}, "bbox": [-152.5948, 59.4167, -152.5948, 59.4167]}, {"id": "3453", "type": "Feature", "properties": {"id": "ci37766399", "mag": 1.34, "time": 1505777787740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.855667, 36.109333, 3.89]}, "bbox": [-117.855667, 36.109333, -117.855667, 36.109333]}, {"id": "3454", "type": "Feature", "properties": {"id": "ak16905714", "mag": 1.0, "time": 1505777724697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9455, 64.7711, 1.2]}, "bbox": [-139.9455, 64.7711, -139.9455, 64.7711]}, {"id": "3455", "type": "Feature", "properties": {"id": "ci37766391", "mag": 0.98, "time": 1505777305130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.852333, 36.108833, 4.09]}, "bbox": [-117.852333, 36.108833, -117.852333, 36.108833]}, {"id": "3456", "type": "Feature", "properties": {"id": "ci37766383", "mag": 1.52, "time": 1505777027970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673833, 35.0495, -0.79]}, "bbox": [-117.673833, 35.0495, -117.673833, 35.0495]}, {"id": "3457", "type": "Feature", "properties": {"id": "nn00605852", "mag": 1.0, "time": 1505777021809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5662, 37.4193, 0.0]}, "bbox": [-115.5662, 37.4193, -115.5662, 37.4193]}, {"id": "3458", "type": "Feature", "properties": {"id": "ak16852327", "mag": 1.3, "time": 1505776382741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3544, 64.9878, 0.0]}, "bbox": [-147.3544, 64.9878, -147.3544, 64.9878]}, {"id": "3459", "type": "Feature", "properties": {"id": "nc72894836", "mag": 1.11, "time": 1505776268170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826164, 38.803165, -0.67]}, "bbox": [-122.826164, 38.803165, -122.826164, 38.803165]}, {"id": "3460", "type": "Feature", "properties": {"id": "ak16852320", "mag": 2.2, "time": 1505774485259, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6811, 59.3157, 121.6]}, "bbox": [-153.6811, 59.3157, -153.6811, 59.3157]}, {"id": "3461", "type": "Feature", "properties": {"id": "uw61330861", "mag": 1.73, "time": 1505774113220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.3385, 46.609, -0.26]}, "bbox": [-123.3385, 46.609, -123.3385, 46.609]}, {"id": "3462", "type": "Feature", "properties": {"id": "us2000awm5", "mag": 4.3, "time": 1505773697460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.1858, 46.1638, 102.95]}, "bbox": [150.1858, 46.1638, 150.1858, 46.1638]}, {"id": "3463", "type": "Feature", "properties": {"id": "us2000aqck", "mag": 3.9, "time": 1505773335560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2122, -24.1635, 187.0]}, "bbox": [-67.2122, -24.1635, -67.2122, -24.1635]}, {"id": "3464", "type": "Feature", "properties": {"id": "nc72894811", "mag": 1.66, "time": 1505773221810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814667, 38.797333, 2.92]}, "bbox": [-122.814667, 38.797333, -122.814667, 38.797333]}, {"id": "3465", "type": "Feature", "properties": {"id": "us2000aurg", "mag": 3.7, "time": 1505773151260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.33, 54.9516, 64.12]}, "bbox": [-161.33, 54.9516, -161.33, 54.9516]}, {"id": "3466", "type": "Feature", "properties": {"id": "ak16851830", "mag": 1.1, "time": 1505773086095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3969, 60.1593, 0.0]}, "bbox": [-141.3969, 60.1593, -141.3969, 60.1593]}, {"id": "3467", "type": "Feature", "properties": {"id": "ci37766351", "mag": 2.36, "time": 1505772988180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.856, 36.108833, 3.8]}, "bbox": [-117.856, 36.108833, -117.856, 36.108833]}, {"id": "3468", "type": "Feature", "properties": {"id": "us2000aqc4", "mag": 4.3, "time": 1505772810860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7554, 15.1768, 26.84]}, "bbox": [-94.7554, 15.1768, -94.7554, 15.1768]}, {"id": "3469", "type": "Feature", "properties": {"id": "ak16905709", "mag": 1.9, "time": 1505772157260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3386, 60.1473, 141.4]}, "bbox": [-153.3386, 60.1473, -153.3386, 60.1473]}, {"id": "3470", "type": "Feature", "properties": {"id": "nc72894806", "mag": 1.27, "time": 1505771972190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.114667, 39.267, 3.8]}, "bbox": [-123.114667, 39.267, -123.114667, 39.267]}, {"id": "3471", "type": "Feature", "properties": {"id": "ak16905707", "mag": 2.2, "time": 1505771817995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2489, 54.4702, 80.1]}, "bbox": [-164.2489, 54.4702, -164.2489, 54.4702]}, {"id": "3472", "type": "Feature", "properties": {"id": "nc72894796", "mag": 2.0, "time": 1505771179880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.128, 39.249833, 8.56]}, "bbox": [-123.128, 39.249833, -123.128, 39.249833]}, {"id": "3473", "type": "Feature", "properties": {"id": "ak16851826", "mag": 1.4, "time": 1505770110538, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6751, 61.3285, 49.9]}, "bbox": [-150.6751, 61.3285, -150.6751, 61.3285]}, {"id": "3474", "type": "Feature", "properties": {"id": "ci37766303", "mag": 1.45, "time": 1505769920400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605, 32.830833, 11.11]}, "bbox": [-115.605, 32.830833, -115.605, 32.830833]}, {"id": "3475", "type": "Feature", "properties": {"id": "ci37766295", "mag": 1.71, "time": 1505769761910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.604667, 32.8245, 12.0]}, "bbox": [-115.604667, 32.8245, -115.604667, 32.8245]}, {"id": "3476", "type": "Feature", "properties": {"id": "ci37766287", "mag": 2.17, "time": 1505769684730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606, 32.822667, 12.54]}, "bbox": [-115.606, 32.822667, -115.606, 32.822667]}, {"id": "3477", "type": "Feature", "properties": {"id": "pr2017261003", "mag": 2.77, "time": 1505769603950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.496, 19.0255, 9.0]}, "bbox": [-66.496, 19.0255, -66.496, 19.0255]}, {"id": "3478", "type": "Feature", "properties": {"id": "ak16851820", "mag": 1.8, "time": 1505768968360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5226, 60.8929, 114.7]}, "bbox": [-152.5226, 60.8929, -152.5226, 60.8929]}, {"id": "3479", "type": "Feature", "properties": {"id": "ak16851818", "mag": 1.8, "time": 1505768967170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6844, 60.3627, 10.0]}, "bbox": [-147.6844, 60.3627, -147.6844, 60.3627]}, {"id": "3480", "type": "Feature", "properties": {"id": "hv61913136", "mag": 2.13, "time": 1505768803830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.602167, 19.474, 2.169]}, "bbox": [-155.602167, 19.474, -155.602167, 19.474]}, {"id": "3481", "type": "Feature", "properties": {"id": "ci37766271", "mag": 1.2, "time": 1505768642090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.024833, 34.482, 7.73]}, "bbox": [-117.024833, 34.482, -117.024833, 34.482]}, {"id": "3482", "type": "Feature", "properties": {"id": "ci37766255", "mag": 1.05, "time": 1505767837000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.472833, 34.117167, 12.54]}, "bbox": [-117.472833, 34.117167, -117.472833, 34.117167]}, {"id": "3483", "type": "Feature", "properties": {"id": "us2000aq9e", "mag": 4.0, "time": 1505767497800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.084, -30.3511, 16.63]}, "bbox": [-72.084, -30.3511, -72.084, -30.3511]}, {"id": "3484", "type": "Feature", "properties": {"id": "ak16851331", "mag": 3.1, "time": 1505767490141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4781, 55.9976, 142.8]}, "bbox": [-160.4781, 55.9976, -160.4781, 55.9976]}, {"id": "3485", "type": "Feature", "properties": {"id": "ak16851328", "mag": 1.1, "time": 1505767149947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8292, 66.9662, 11.2]}, "bbox": [-135.8292, 66.9662, -135.8292, 66.9662]}, {"id": "3486", "type": "Feature", "properties": {"id": "ci37766231", "mag": 0.99, "time": 1505765477990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.581833, 34.027833, 15.24]}, "bbox": [-117.581833, 34.027833, -117.581833, 34.027833]}, {"id": "3487", "type": "Feature", "properties": {"id": "ak16851294", "mag": 1.2, "time": 1505764980957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5833, 61.5338, 35.4]}, "bbox": [-146.5833, 61.5338, -146.5833, 61.5338]}, {"id": "3488", "type": "Feature", "properties": {"id": "uw61330806", "mag": 1.54, "time": 1505764971380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.54, 46.3245, -0.47]}, "bbox": [-119.54, 46.3245, -119.54, 46.3245]}, {"id": "3489", "type": "Feature", "properties": {"id": "nn00605816", "mag": 1.4, "time": 1505764963953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1157, 37.3834, 0.0]}, "bbox": [-115.1157, 37.3834, -115.1157, 37.3834]}, {"id": "3490", "type": "Feature", "properties": {"id": "nn00605865", "mag": 1.1, "time": 1505764655295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1142, 38.3008, 12.5]}, "bbox": [-119.1142, 38.3008, -119.1142, 38.3008]}, {"id": "3491", "type": "Feature", "properties": {"id": "nc72894761", "mag": 1.86, "time": 1505764383660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.543667, 3.73]}, "bbox": [-118.820667, 37.543667, -118.820667, 37.543667]}, {"id": "3492", "type": "Feature", "properties": {"id": "us2000aq7z", "mag": 4.9, "time": 1505764292580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6427, 15.3134, 31.07]}, "bbox": [-94.6427, 15.3134, -94.6427, 15.3134]}, {"id": "3493", "type": "Feature", "properties": {"id": "ci37766191", "mag": 0.97, "time": 1505763617780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450667, 34.371167, 7.7]}, "bbox": [-116.450667, 34.371167, -116.450667, 34.371167]}, {"id": "3494", "type": "Feature", "properties": {"id": "us2000aq71", "mag": 2.7, "time": 1505763144440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4497, 42.6436, 9.31]}, "bbox": [-111.4497, 42.6436, -111.4497, 42.6436]}, {"id": "3495", "type": "Feature", "properties": {"id": "ci37766183", "mag": 1.36, "time": 1505762589870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1565, 35.016333, -1.02]}, "bbox": [-118.1565, 35.016333, -118.1565, 35.016333]}, {"id": "3496", "type": "Feature", "properties": {"id": "mb80256274", "mag": 1.49, "time": 1505762568370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.875, 12.74]}, "bbox": [-112.536167, 46.875, -112.536167, 46.875]}, {"id": "3497", "type": "Feature", "properties": {"id": "nn00605809", "mag": 1.3, "time": 1505762272549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6987, 37.801, 0.9]}, "bbox": [-117.6987, 37.801, -117.6987, 37.801]}, {"id": "3498", "type": "Feature", "properties": {"id": "ak16850796", "mag": 1.9, "time": 1505761948762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4688, 62.7498, 82.0]}, "bbox": [-150.4688, 62.7498, -150.4688, 62.7498]}, {"id": "3499", "type": "Feature", "properties": {"id": "nn00605855", "mag": 1.3, "time": 1505761056131, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1168, 37.3993, 0.0]}, "bbox": [-115.1168, 37.3993, -115.1168, 37.3993]}, {"id": "3500", "type": "Feature", "properties": {"id": "ci37766175", "mag": 1.17, "time": 1505760720620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9445, 34.324333, -1.41]}, "bbox": [-116.9445, 34.324333, -116.9445, 34.324333]}, {"id": "3501", "type": "Feature", "properties": {"id": "nc72894741", "mag": 1.25, "time": 1505760426930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8455, 38.818, 2.33]}, "bbox": [-122.8455, 38.818, -122.8455, 38.818]}, {"id": "3502", "type": "Feature", "properties": {"id": "uu60247432", "mag": 1.19, "time": 1505760132640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.613667, 40.6905, 8.76]}, "bbox": [-111.613667, 40.6905, -111.613667, 40.6905]}, {"id": "3503", "type": "Feature", "properties": {"id": "ak16850168", "mag": 2.1, "time": 1505759367705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.838, 63.3882, 112.5]}, "bbox": [-149.838, 63.3882, -149.838, 63.3882]}, {"id": "3504", "type": "Feature", "properties": {"id": "ci37766167", "mag": 3.51, "time": 1505759058190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656502, 31.030666, 5.16]}, "bbox": [-116.656502, 31.030666, -116.656502, 31.030666]}, {"id": "3505", "type": "Feature", "properties": {"id": "nn00605797", "mag": 1.7, "time": 1505758994627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1288, 37.4056, 0.0]}, "bbox": [-115.1288, 37.4056, -115.1288, 37.4056]}, {"id": "3506", "type": "Feature", "properties": {"id": "ak16850165", "mag": 1.4, "time": 1505758989527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4112, 62.8303, 102.1]}, "bbox": [-151.4112, 62.8303, -151.4112, 62.8303]}, {"id": "3507", "type": "Feature", "properties": {"id": "ak16905692", "mag": 1.1, "time": 1505758393925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8004, 59.9261, 7.9]}, "bbox": [-136.8004, 59.9261, -136.8004, 59.9261]}, {"id": "3508", "type": "Feature", "properties": {"id": "ci37766159", "mag": 1.12, "time": 1505757568700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.635, 33.146167, 7.87]}, "bbox": [-115.635, 33.146167, -115.635, 33.146167]}, {"id": "3509", "type": "Feature", "properties": {"id": "nc72894726", "mag": 0.98, "time": 1505757550510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.418667, 37.284667, 6.16]}, "bbox": [-118.418667, 37.284667, -118.418667, 37.284667]}, {"id": "3510", "type": "Feature", "properties": {"id": "ak16905691", "mag": 1.4, "time": 1505757310878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9735, 60.9138, 37.2]}, "bbox": [-150.9735, 60.9138, -150.9735, 60.9138]}, {"id": "3511", "type": "Feature", "properties": {"id": "ak16850161", "mag": 1.0, "time": 1505757088256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0018, 62.0064, 13.7]}, "bbox": [-149.0018, 62.0064, -149.0018, 62.0064]}, {"id": "3512", "type": "Feature", "properties": {"id": "ak16905689", "mag": 1.2, "time": 1505757035772, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8926, 61.2214, 62.6]}, "bbox": [-150.8926, 61.2214, -150.8926, 61.2214]}, {"id": "3513", "type": "Feature", "properties": {"id": "pr2017261002", "mag": 2.83, "time": 1505756997070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5011, 19.09, 29.0]}, "bbox": [-66.5011, 19.09, -66.5011, 19.09]}, {"id": "3514", "type": "Feature", "properties": {"id": "us2000aq4m", "mag": 4.3, "time": 1505756979200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2066, 15.6332, 53.99]}, "bbox": [-95.2066, 15.6332, -95.2066, 15.6332]}, {"id": "3515", "type": "Feature", "properties": {"id": "ak16849685", "mag": 1.4, "time": 1505755775657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6398, 58.3116, 3.1]}, "bbox": [-154.6398, 58.3116, -154.6398, 58.3116]}, {"id": "3516", "type": "Feature", "properties": {"id": "nn00605793", "mag": 2.1, "time": 1505755747277, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0899, 37.3433, 2.7]}, "bbox": [-115.0899, 37.3433, -115.0899, 37.3433]}, {"id": "3517", "type": "Feature", "properties": {"id": "us2000aq3v", "mag": 4.1, "time": 1505755544410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8487, 15.9949, 55.32]}, "bbox": [-94.8487, 15.9949, -94.8487, 15.9949]}, {"id": "3518", "type": "Feature", "properties": {"id": "uu60247422", "mag": 3.28, "time": 1505755278460, "felt": 662.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 40.700833, 10.96]}, "bbox": [-111.609167, 40.700833, -111.609167, 40.700833]}, {"id": "3519", "type": "Feature", "properties": {"id": "ak16849675", "mag": 1.0, "time": 1505754649061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0364, 64.4942, 19.7]}, "bbox": [-150.0364, 64.4942, -150.0364, 64.4942]}, {"id": "3520", "type": "Feature", "properties": {"id": "nc72894701", "mag": 1.54, "time": 1505754599760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.869, 36.443167, 15.01]}, "bbox": [-120.869, 36.443167, -120.869, 36.443167]}, {"id": "3521", "type": "Feature", "properties": {"id": "ismpkansas70235573", "mag": 2.16, "time": 1505754215540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.819333, 37.204, 5.2]}, "bbox": [-97.819333, 37.204, -97.819333, 37.204]}, {"id": "3522", "type": "Feature", "properties": {"id": "nc72894696", "mag": 1.11, "time": 1505753360080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.779167, 38.816834, 1.68]}, "bbox": [-122.779167, 38.816834, -122.779167, 38.816834]}, {"id": "3523", "type": "Feature", "properties": {"id": "nc72894681", "mag": 2.71, "time": 1505753271320, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.776833, 38.818833, 1.94]}, "bbox": [-122.776833, 38.818833, -122.776833, 38.818833]}, {"id": "3524", "type": "Feature", "properties": {"id": "us2000aq1c", "mag": 4.3, "time": 1505753232560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9297, 40.1065, 16.32]}, "bbox": [19.9297, 40.1065, 19.9297, 40.1065]}, {"id": "3525", "type": "Feature", "properties": {"id": "hv61912961", "mag": 1.88, "time": 1505752987740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.220333, 19.426333, 30.266]}, "bbox": [-155.220333, 19.426333, -155.220333, 19.426333]}, {"id": "3526", "type": "Feature", "properties": {"id": "ak16849646", "mag": 1.9, "time": 1505752045532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8846, 59.8511, 56.1]}, "bbox": [-151.8846, 59.8511, -151.8846, 59.8511]}, {"id": "3527", "type": "Feature", "properties": {"id": "ak16905682", "mag": 2.1, "time": 1505751893024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9783, 51.5536, 48.5]}, "bbox": [-175.9783, 51.5536, -175.9783, 51.5536]}, {"id": "3528", "type": "Feature", "properties": {"id": "ak16905681", "mag": 1.4, "time": 1505751513529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5148, 59.7419, 92.5]}, "bbox": [-152.5148, 59.7419, -152.5148, 59.7419]}, {"id": "3529", "type": "Feature", "properties": {"id": "us2000aq9y", "mag": 3.0, "time": 1505751460390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.173, 52.0554, 121.43]}, "bbox": [-179.173, 52.0554, -179.173, 52.0554]}, {"id": "3530", "type": "Feature", "properties": {"id": "uu60247412", "mag": 1.56, "time": 1505751055750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8355, 39.743833, 1.73]}, "bbox": [-110.8355, 39.743833, -110.8355, 39.743833]}, {"id": "3531", "type": "Feature", "properties": {"id": "nn00605780", "mag": 1.0, "time": 1505750947574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0248, 38.8721, 3.6]}, "bbox": [-118.0248, 38.8721, -118.0248, 38.8721]}, {"id": "3532", "type": "Feature", "properties": {"id": "nc72894651", "mag": 1.22, "time": 1505750864240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.521833, -0.61]}, "bbox": [-118.8995, 37.521833, -118.8995, 37.521833]}, {"id": "3533", "type": "Feature", "properties": {"id": "us2000apzi", "mag": 4.5, "time": 1505750058850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [77.1478, 40.9769, 10.0]}, "bbox": [77.1478, 40.9769, 77.1478, 40.9769]}, {"id": "3534", "type": "Feature", "properties": {"id": "ak16905679", "mag": 1.0, "time": 1505749750880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3078, 62.9046, 85.6]}, "bbox": [-150.3078, 62.9046, -150.3078, 62.9046]}, {"id": "3535", "type": "Feature", "properties": {"id": "ak16849178", "mag": 1.3, "time": 1505749184927, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5131, 62.8898, 90.2]}, "bbox": [-150.5131, 62.8898, -150.5131, 62.8898]}, {"id": "3536", "type": "Feature", "properties": {"id": "us2000apyu", "mag": 4.3, "time": 1505748920580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1652, -31.8057, 10.0]}, "bbox": [-72.1652, -31.8057, -72.1652, -31.8057]}, {"id": "3537", "type": "Feature", "properties": {"id": "ak16849177", "mag": 3.5, "time": 1505748318594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7225, 51.7093, 41.5]}, "bbox": [-177.7225, 51.7093, -177.7225, 51.7093]}, {"id": "3538", "type": "Feature", "properties": {"id": "nc72894631", "mag": 1.04, "time": 1505748063110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.787498, 38.798832, -0.32]}, "bbox": [-122.787498, 38.798832, -122.787498, 38.798832]}, {"id": "3539", "type": "Feature", "properties": {"id": "hv61912826", "mag": 1.1, "time": 1505748041950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.431667, 19.343833, 9.245]}, "bbox": [-155.431667, 19.343833, -155.431667, 19.343833]}, {"id": "3540", "type": "Feature", "properties": {"id": "nn00605847", "mag": 1.0, "time": 1505747832897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1332, 37.421, 0.0]}, "bbox": [-115.1332, 37.421, -115.1332, 37.421]}, {"id": "3541", "type": "Feature", "properties": {"id": "us2000apya", "mag": 4.7, "time": 1505747639290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5858, 15.1833, 36.89]}, "bbox": [-94.5858, 15.1833, -94.5858, 15.1833]}, {"id": "3542", "type": "Feature", "properties": {"id": "ak16848711", "mag": 1.3, "time": 1505747504037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7568, 59.8878, 0.0]}, "bbox": [-136.7568, 59.8878, -136.7568, 59.8878]}, {"id": "3543", "type": "Feature", "properties": {"id": "ak16905675", "mag": 2.1, "time": 1505746990876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9195, 57.1996, 98.3]}, "bbox": [-156.9195, 57.1996, -156.9195, 57.1996]}, {"id": "3544", "type": "Feature", "properties": {"id": "nc72894616", "mag": 2.19, "time": 1505746390770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 40.217, 6.16]}, "bbox": [-121.149, 40.217, -121.149, 40.217]}, {"id": "3545", "type": "Feature", "properties": {"id": "ak16848704", "mag": 2.3, "time": 1505746286875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7477, 53.6076, 54.8]}, "bbox": [-164.7477, 53.6076, -164.7477, 53.6076]}, {"id": "3546", "type": "Feature", "properties": {"id": "pr2017261001", "mag": 2.61, "time": 1505746245880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.7745, 18.8611, 60.0]}, "bbox": [-64.7745, 18.8611, -64.7745, 18.8611]}, {"id": "3547", "type": "Feature", "properties": {"id": "ak16848698", "mag": 2.1, "time": 1505746048831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6658, 61.6841, 99.5]}, "bbox": [-151.6658, 61.6841, -151.6658, 61.6841]}, {"id": "3548", "type": "Feature", "properties": {"id": "us2000aq9s", "mag": 4.1, "time": 1505745176040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3907, 51.552, 15.01]}, "bbox": [-178.3907, 51.552, -178.3907, 51.552]}, {"id": "3549", "type": "Feature", "properties": {"id": "us2000apxn", "mag": 4.9, "time": 1505745090220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.9092, -17.3471, 45.41]}, "bbox": [-173.9092, -17.3471, -173.9092, -17.3471]}, {"id": "3550", "type": "Feature", "properties": {"id": "us2000apxj", "mag": 4.3, "time": 1505744936080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2186, -31.8431, 10.0]}, "bbox": [-72.2186, -31.8431, -72.2186, -31.8431]}, {"id": "3551", "type": "Feature", "properties": {"id": "nn00605771", "mag": 1.4, "time": 1505744651408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1135, 37.3693, 0.0]}, "bbox": [-115.1135, 37.3693, -115.1135, 37.3693]}, {"id": "3552", "type": "Feature", "properties": {"id": "us2000apx5", "mag": 5.6, "time": 1505744352870, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5576, 15.2537, 10.0]}, "bbox": [-94.5576, 15.2537, -94.5576, 15.2537]}, {"id": "3553", "type": "Feature", "properties": {"id": "ak16905668", "mag": 2.5, "time": 1505742582241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8697, 55.3906, 161.2]}, "bbox": [-162.8697, 55.3906, -162.8697, 55.3906]}, {"id": "3554", "type": "Feature", "properties": {"id": "us2000apwd", "mag": 5.8, "time": 1505742416590, "felt": 129.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.147, -31.82, 10.0]}, "bbox": [-72.147, -31.82, -72.147, -31.82]}, {"id": "3555", "type": "Feature", "properties": {"id": "us2000apz2", "mag": 2.7, "time": 1505742004420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8389, 9.05]}, "bbox": [-112.5215, 46.8389, -112.5215, 46.8389]}, {"id": "3556", "type": "Feature", "properties": {"id": "nn00605759", "mag": 1.7, "time": 1505741994692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.124, 38.2695, 11.4]}, "bbox": [-119.124, 38.2695, -119.124, 38.2695]}, {"id": "3557", "type": "Feature", "properties": {"id": "us2000apw7", "mag": 4.6, "time": 1505741142110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.9613, 54.8175, 10.0]}, "bbox": [167.9613, 54.8175, 167.9613, 54.8175]}, {"id": "3558", "type": "Feature", "properties": {"id": "ak16905665", "mag": 1.6, "time": 1505741113018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6727, 58.1121, 86.4]}, "bbox": [-154.6727, 58.1121, -154.6727, 58.1121]}, {"id": "3559", "type": "Feature", "properties": {"id": "ak16905664", "mag": 1.1, "time": 1505740639920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4494, 63.2584, 114.0]}, "bbox": [-150.4494, 63.2584, -150.4494, 63.2584]}, {"id": "3560", "type": "Feature", "properties": {"id": "nc72894591", "mag": 2.07, "time": 1505739410930, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0555, 37.236667, 7.74]}, "bbox": [-122.0555, 37.236667, -122.0555, 37.236667]}, {"id": "3561", "type": "Feature", "properties": {"id": "ak16848204", "mag": 1.1, "time": 1505739204689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9796, 60.2252, 8.2]}, "bbox": [-140.9796, 60.2252, -140.9796, 60.2252]}, {"id": "3562", "type": "Feature", "properties": {"id": "mb80256214", "mag": 2.14, "time": 1505739119730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5825, 46.902333, 13.02]}, "bbox": [-112.5825, 46.902333, -112.5825, 46.902333]}, {"id": "3563", "type": "Feature", "properties": {"id": "nc72894586", "mag": 2.01, "time": 1505738526550, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.378, 36.3415, 3.67]}, "bbox": [-120.378, 36.3415, -120.378, 36.3415]}, {"id": "3564", "type": "Feature", "properties": {"id": "ak16847753", "mag": 1.3, "time": 1505737613815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1555, 60.2089, 8.0]}, "bbox": [-147.1555, 60.2089, -147.1555, 60.2089]}, {"id": "3565", "type": "Feature", "properties": {"id": "us2000apvj", "mag": 5.0, "time": 1505736665230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9085, -30.4189, 35.0]}, "bbox": [-177.9085, -30.4189, -177.9085, -30.4189]}, {"id": "3566", "type": "Feature", "properties": {"id": "us2000apva", "mag": 4.9, "time": 1505736421580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9784, 16.2017, 42.11]}, "bbox": [-94.9784, 16.2017, -94.9784, 16.2017]}, {"id": "3567", "type": "Feature", "properties": {"id": "nc72894571", "mag": 1.07, "time": 1505736271580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784332, 38.838333, 0.08]}, "bbox": [-122.784332, 38.838333, -122.784332, 38.838333]}, {"id": "3568", "type": "Feature", "properties": {"id": "nc72894556", "mag": 0.97, "time": 1505736021180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.813499, 2.19]}, "bbox": [-122.818001, 38.813499, -122.818001, 38.813499]}, {"id": "3569", "type": "Feature", "properties": {"id": "ak16847743", "mag": 2.1, "time": 1505735884769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3712, 59.8705, 71.6]}, "bbox": [-152.3712, 59.8705, -152.3712, 59.8705]}, {"id": "3570", "type": "Feature", "properties": {"id": "ak16847742", "mag": 1.0, "time": 1505735834346, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8742, 61.715, 45.4]}, "bbox": [-149.8742, 61.715, -149.8742, 61.715]}, {"id": "3571", "type": "Feature", "properties": {"id": "ak16905659", "mag": 1.3, "time": 1505735311381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8392, 63.0532, 129.1]}, "bbox": [-150.8392, 63.0532, -150.8392, 63.0532]}, {"id": "3572", "type": "Feature", "properties": {"id": "mb80256209", "mag": 1.05, "time": 1505734177450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.518, 46.853667, 12.03]}, "bbox": [-112.518, 46.853667, -112.518, 46.853667]}, {"id": "3573", "type": "Feature", "properties": {"id": "mb80256199", "mag": 1.81, "time": 1505733980660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.487833, 46.873667, 12.76]}, "bbox": [-112.487833, 46.873667, -112.487833, 46.873667]}, {"id": "3574", "type": "Feature", "properties": {"id": "nc72894526", "mag": 1.16, "time": 1505733885060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.805833, 2.04]}, "bbox": [-122.8005, 38.805833, -122.8005, 38.805833]}, {"id": "3575", "type": "Feature", "properties": {"id": "ak16847290", "mag": 1.5, "time": 1505733696824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5693, 64.3804, 8.3]}, "bbox": [-147.5693, 64.3804, -147.5693, 64.3804]}, {"id": "3576", "type": "Feature", "properties": {"id": "nc72894516", "mag": 1.04, "time": 1505733506920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814163, 38.801998, 2.32]}, "bbox": [-122.814163, 38.801998, -122.814163, 38.801998]}, {"id": "3577", "type": "Feature", "properties": {"id": "us2000aur7", "mag": 3.1, "time": 1505733485810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.7034, 52.2855, 34.99]}, "bbox": [-170.7034, 52.2855, -170.7034, 52.2855]}, {"id": "3578", "type": "Feature", "properties": {"id": "ak16847284", "mag": 1.4, "time": 1505732610976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6388, 61.2241, 50.7]}, "bbox": [-150.6388, 61.2241, -150.6388, 61.2241]}, {"id": "3579", "type": "Feature", "properties": {"id": "ci37765935", "mag": 1.95, "time": 1505732049210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 34.9205, 5.15]}, "bbox": [-116.924667, 34.9205, -116.924667, 34.9205]}, {"id": "3580", "type": "Feature", "properties": {"id": "ci37765927", "mag": 1.35, "time": 1505731803760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3425, 35.462, 3.59]}, "bbox": [-118.3425, 35.462, -118.3425, 35.462]}, {"id": "3581", "type": "Feature", "properties": {"id": "nc72894501", "mag": 1.64, "time": 1505731051670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.950333, 41.046833, 9.17]}, "bbox": [-121.950333, 41.046833, -121.950333, 41.046833]}, {"id": "3582", "type": "Feature", "properties": {"id": "ak16905652", "mag": 2.0, "time": 1505729940504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5491, 54.9912, 67.0]}, "bbox": [-161.5491, 54.9912, -161.5491, 54.9912]}, {"id": "3583", "type": "Feature", "properties": {"id": "ak16846821", "mag": 3.6, "time": 1505729929794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5426, 63.5414, 107.9]}, "bbox": [-149.5426, 63.5414, -149.5426, 63.5414]}, {"id": "3584", "type": "Feature", "properties": {"id": "hv61912566", "mag": 1.91, "time": 1505728760570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.608167, 19.4375, 2.822]}, "bbox": [-155.608167, 19.4375, -155.608167, 19.4375]}, {"id": "3585", "type": "Feature", "properties": {"id": "ak16846819", "mag": 1.2, "time": 1505728039731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.773, 63.2917, 2.1]}, "bbox": [-151.773, 63.2917, -151.773, 63.2917]}, {"id": "3586", "type": "Feature", "properties": {"id": "pr2017261000", "mag": 2.03, "time": 1505727803000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2451, 18.1321, 32.0]}, "bbox": [-67.2451, 18.1321, -67.2451, 18.1321]}, {"id": "3587", "type": "Feature", "properties": {"id": "ci37765911", "mag": 1.15, "time": 1505727350640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.034667, 34.574333, 8.17]}, "bbox": [-120.034667, 34.574333, -120.034667, 34.574333]}, {"id": "3588", "type": "Feature", "properties": {"id": "nc72894496", "mag": 1.16, "time": 1505727178720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.815002, 38.806999, 3.0]}, "bbox": [-122.815002, 38.806999, -122.815002, 38.806999]}, {"id": "3589", "type": "Feature", "properties": {"id": "ak16846817", "mag": 1.3, "time": 1505726686491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5195, 61.7191, 48.0]}, "bbox": [-150.5195, 61.7191, -150.5195, 61.7191]}, {"id": "3590", "type": "Feature", "properties": {"id": "nc72894491", "mag": 1.99, "time": 1505726671730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177167, 36.580167, 5.17]}, "bbox": [-121.177167, 36.580167, -121.177167, 36.580167]}, {"id": "3591", "type": "Feature", "properties": {"id": "ak16846815", "mag": 1.4, "time": 1505726488235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0878, 61.0048, 19.3]}, "bbox": [-146.0878, 61.0048, -146.0878, 61.0048]}, {"id": "3592", "type": "Feature", "properties": {"id": "ak16846813", "mag": 1.3, "time": 1505726256030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0016, 62.7051, 3.6]}, "bbox": [-152.0016, 62.7051, -152.0016, 62.7051]}, {"id": "3593", "type": "Feature", "properties": {"id": "ak16846811", "mag": 1.2, "time": 1505725663332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7382, 59.7002, 39.4]}, "bbox": [-150.7382, 59.7002, -150.7382, 59.7002]}, {"id": "3594", "type": "Feature", "properties": {"id": "nn00605720", "mag": 1.9, "time": 1505725520932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0964, 37.3646, 4.7]}, "bbox": [-115.0964, 37.3646, -115.0964, 37.3646]}, {"id": "3595", "type": "Feature", "properties": {"id": "ak16905644", "mag": 1.4, "time": 1505724853854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3038, 57.9653, 66.7]}, "bbox": [-154.3038, 57.9653, -154.3038, 57.9653]}, {"id": "3596", "type": "Feature", "properties": {"id": "nc72894486", "mag": 1.37, "time": 1505724683560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.892833, 39.342333, 17.73]}, "bbox": [-122.892833, 39.342333, -122.892833, 39.342333]}, {"id": "3597", "type": "Feature", "properties": {"id": "ak16905643", "mag": 1.3, "time": 1505724218199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9106, 60.4014, 74.9]}, "bbox": [-151.9106, 60.4014, -151.9106, 60.4014]}, {"id": "3598", "type": "Feature", "properties": {"id": "ak16846810", "mag": 1.2, "time": 1505724188489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4141, 63.186, 102.9]}, "bbox": [-150.4141, 63.186, -150.4141, 63.186]}, {"id": "3599", "type": "Feature", "properties": {"id": "ak16846807", "mag": 2.8, "time": 1505723956077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0917, 53.5664, 54.2]}, "bbox": [-165.0917, 53.5664, -165.0917, 53.5664]}, {"id": "3600", "type": "Feature", "properties": {"id": "ak16846803", "mag": 1.3, "time": 1505723952516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.705, 62.5617, 9.0]}, "bbox": [-152.705, 62.5617, -152.705, 62.5617]}, {"id": "3601", "type": "Feature", "properties": {"id": "ak16846799", "mag": 1.9, "time": 1505723888518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5274, 59.9845, 0.0]}, "bbox": [-139.5274, 59.9845, -139.5274, 59.9845]}, {"id": "3602", "type": "Feature", "properties": {"id": "ak16846358", "mag": 1.3, "time": 1505723457765, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9157, 63.5359, 3.7]}, "bbox": [-150.9157, 63.5359, -150.9157, 63.5359]}, {"id": "3603", "type": "Feature", "properties": {"id": "nc72894456", "mag": 1.22, "time": 1505721765430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157, 36.5615, 3.01]}, "bbox": [-121.157, 36.5615, -121.157, 36.5615]}, {"id": "3604", "type": "Feature", "properties": {"id": "ak16905637", "mag": 1.8, "time": 1505721695198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5368, 53.884, 45.2]}, "bbox": [-164.5368, 53.884, -164.5368, 53.884]}, {"id": "3605", "type": "Feature", "properties": {"id": "ak16846355", "mag": 1.3, "time": 1505721374282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8253, 64.8958, 12.3]}, "bbox": [-147.8253, 64.8958, -147.8253, 64.8958]}, {"id": "3606", "type": "Feature", "properties": {"id": "ak16846352", "mag": 1.3, "time": 1505721334563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8755, 64.8906, 14.6]}, "bbox": [-147.8755, 64.8906, -147.8755, 64.8906]}, {"id": "3607", "type": "Feature", "properties": {"id": "ak16846351", "mag": 1.4, "time": 1505720984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6407, 59.7861, 56.0]}, "bbox": [-151.6407, 59.7861, -151.6407, 59.7861]}, {"id": "3608", "type": "Feature", "properties": {"id": "ak16905633", "mag": 1.2, "time": 1505720070282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2909, 61.9803, 75.6]}, "bbox": [-151.2909, 61.9803, -151.2909, 61.9803]}, {"id": "3609", "type": "Feature", "properties": {"id": "ak16905632", "mag": 1.3, "time": 1505720064076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7225, 60.6284, 40.3]}, "bbox": [-150.7225, 60.6284, -150.7225, 60.6284]}, {"id": "3610", "type": "Feature", "properties": {"id": "ci37765871", "mag": 0.96, "time": 1505719770880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.495, 4.99]}, "bbox": [-116.790667, 33.495, -116.790667, 33.495]}, {"id": "3611", "type": "Feature", "properties": {"id": "hv61912506", "mag": 1.73, "time": 1505719651510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.218167, 19.4285, 29.836]}, "bbox": [-155.218167, 19.4285, -155.218167, 19.4285]}, {"id": "3612", "type": "Feature", "properties": {"id": "nc72894436", "mag": 1.05, "time": 1505719249700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0175, 37.221333, 9.74]}, "bbox": [-122.0175, 37.221333, -122.0175, 37.221333]}, {"id": "3613", "type": "Feature", "properties": {"id": "nc72894411", "mag": 1.53, "time": 1505718670360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827167, 38.8125, 1.64]}, "bbox": [-122.827167, 38.8125, -122.827167, 38.8125]}, {"id": "3614", "type": "Feature", "properties": {"id": "ak16845911", "mag": 1.3, "time": 1505718573027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2238, 64.9935, 6.8]}, "bbox": [-161.2238, 64.9935, -161.2238, 64.9935]}, {"id": "3615", "type": "Feature", "properties": {"id": "nc72894406", "mag": 1.22, "time": 1505718182950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.180167, 36.585333, 5.57]}, "bbox": [-121.180167, 36.585333, -121.180167, 36.585333]}, {"id": "3616", "type": "Feature", "properties": {"id": "ak16845908", "mag": 1.1, "time": 1505717899889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0029, 61.1046, 1.6]}, "bbox": [-140.0029, 61.1046, -140.0029, 61.1046]}, {"id": "3617", "type": "Feature", "properties": {"id": "ak16845905", "mag": 2.8, "time": 1505717405495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0451, 53.5595, 58.8]}, "bbox": [-165.0451, 53.5595, -165.0451, 53.5595]}, {"id": "3618", "type": "Feature", "properties": {"id": "mb80256179", "mag": 2.84, "time": 1505717382030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.576167, 48.519, 10.89]}, "bbox": [-114.576167, 48.519, -114.576167, 48.519]}, {"id": "3619", "type": "Feature", "properties": {"id": "ci37765839", "mag": 1.11, "time": 1505716385670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6075, 32.833667, 11.71]}, "bbox": [-115.6075, 32.833667, -115.6075, 32.833667]}, {"id": "3620", "type": "Feature", "properties": {"id": "ak16905628", "mag": 1.2, "time": 1505716158469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5838, 63.1688, 113.8]}, "bbox": [-150.5838, 63.1688, -150.5838, 63.1688]}, {"id": "3621", "type": "Feature", "properties": {"id": "ak16905627", "mag": 1.2, "time": 1505715377323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6661, 60.0063, 5.7]}, "bbox": [-140.6661, 60.0063, -140.6661, 60.0063]}, {"id": "3622", "type": "Feature", "properties": {"id": "ak16845901", "mag": 1.6, "time": 1505714845138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4484, 61.3659, 46.1]}, "bbox": [-150.4484, 61.3659, -150.4484, 61.3659]}, {"id": "3623", "type": "Feature", "properties": {"id": "mb80256174", "mag": 1.81, "time": 1505714255290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.9025, 12.6]}, "bbox": [-112.529333, 46.9025, -112.529333, 46.9025]}, {"id": "3624", "type": "Feature", "properties": {"id": "ak16845458", "mag": 1.9, "time": 1505713543034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4235, 61.487, 4.6]}, "bbox": [-146.4235, 61.487, -146.4235, 61.487]}, {"id": "3625", "type": "Feature", "properties": {"id": "ak16845453", "mag": 3.2, "time": 1505712925929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0259, 53.5803, 50.5]}, "bbox": [-165.0259, 53.5803, -165.0259, 53.5803]}, {"id": "3626", "type": "Feature", "properties": {"id": "us2000apru", "mag": 5.7, "time": 1505712483490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-12.7162, -18.5262, 10.0]}, "bbox": [-12.7162, -18.5262, -12.7162, -18.5262]}, {"id": "3627", "type": "Feature", "properties": {"id": "nn00605697", "mag": 1.0, "time": 1505711755570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4153, 9.7]}, "bbox": [-118.9167, 38.4153, -118.9167, 38.4153]}, {"id": "3628", "type": "Feature", "properties": {"id": "ak16845450", "mag": 2.7, "time": 1505711653057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4353, 51.7384, 88.4]}, "bbox": [179.4353, 51.7384, 179.4353, 51.7384]}, {"id": "3629", "type": "Feature", "properties": {"id": "ak16845451", "mag": 1.4, "time": 1505711579811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0383, 61.8395, 66.6]}, "bbox": [-151.0383, 61.8395, -151.0383, 61.8395]}, {"id": "3630", "type": "Feature", "properties": {"id": "nc72894331", "mag": 2.68, "time": 1505711256010, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.213167, 41.036, 15.48]}, "bbox": [-125.213167, 41.036, -125.213167, 41.036]}, {"id": "3631", "type": "Feature", "properties": {"id": "us2000apre", "mag": 3.6, "time": 1505710149350, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.6072, 5.27]}, "bbox": [-111.457, 42.6072, -111.457, 42.6072]}, {"id": "3632", "type": "Feature", "properties": {"id": "uu60247312", "mag": 1.94, "time": 1505709538260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.024833, 44.791, 10.06]}, "bbox": [-111.024833, 44.791, -111.024833, 44.791]}, {"id": "3633", "type": "Feature", "properties": {"id": "ak16845447", "mag": 1.6, "time": 1505709232112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.234, 53.4469, 14.0]}, "bbox": [-167.234, 53.4469, -167.234, 53.4469]}, {"id": "3634", "type": "Feature", "properties": {"id": "ci37765759", "mag": 1.11, "time": 1505708432940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.496667, 4.85]}, "bbox": [-116.797, 33.496667, -116.797, 33.496667]}, {"id": "3635", "type": "Feature", "properties": {"id": "nm60206976", "mag": 2.5, "time": 1505708310780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.764167, 36.103833, 7.78]}, "bbox": [-89.764167, 36.103833, -89.764167, 36.103833]}, {"id": "3636", "type": "Feature", "properties": {"id": "nc72894281", "mag": 1.78, "time": 1505708211260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.583, 36.899833, 6.75]}, "bbox": [-121.583, 36.899833, -121.583, 36.899833]}, {"id": "3637", "type": "Feature", "properties": {"id": "ak16845444", "mag": 1.6, "time": 1505708018964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0127, 61.0975, 1.1]}, "bbox": [-140.0127, 61.0975, -140.0127, 61.0975]}, {"id": "3638", "type": "Feature", "properties": {"id": "ak16845440", "mag": 1.7, "time": 1505706867753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5639, 63.255, 126.3]}, "bbox": [-150.5639, 63.255, -150.5639, 63.255]}, {"id": "3639", "type": "Feature", "properties": {"id": "ak16845438", "mag": 3.0, "time": 1505706621950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0175, 55.7675, 33.0]}, "bbox": [-153.0175, 55.7675, -153.0175, 55.7675]}, {"id": "3640", "type": "Feature", "properties": {"id": "ci37765751", "mag": 1.44, "time": 1505706060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.6865, 17.69]}, "bbox": [-116.797, 33.6865, -116.797, 33.6865]}, {"id": "3641", "type": "Feature", "properties": {"id": "uu60247287", "mag": 2.42, "time": 1505704855680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.429167, 42.593667, 7.36]}, "bbox": [-111.429167, 42.593667, -111.429167, 42.593667]}, {"id": "3642", "type": "Feature", "properties": {"id": "ak16845431", "mag": 2.4, "time": 1505704484262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8583, 58.216, 42.3]}, "bbox": [-152.8583, 58.216, -152.8583, 58.216]}, {"id": "3643", "type": "Feature", "properties": {"id": "ak16845430", "mag": 1.1, "time": 1505704418776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2714, 58.1899, 5.0]}, "bbox": [-155.2714, 58.1899, -155.2714, 58.1899]}, {"id": "3644", "type": "Feature", "properties": {"id": "mb80256144", "mag": 1.01, "time": 1505704182270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.8725, 13.72]}, "bbox": [-112.526333, 46.8725, -112.526333, 46.8725]}, {"id": "3645", "type": "Feature", "properties": {"id": "ak16905611", "mag": 1.0, "time": 1505704113848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9313, 61.6519, 67.6]}, "bbox": [-150.9313, 61.6519, -150.9313, 61.6519]}, {"id": "3646", "type": "Feature", "properties": {"id": "nc72894211", "mag": 1.84, "time": 1505703109320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.735167, 37.656, 5.91]}, "bbox": [-121.735167, 37.656, -121.735167, 37.656]}, {"id": "3647", "type": "Feature", "properties": {"id": "ak16845426", "mag": 1.6, "time": 1505702885799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6172, 61.5636, 14.5]}, "bbox": [-146.6172, 61.5636, -146.6172, 61.5636]}, {"id": "3648", "type": "Feature", "properties": {"id": "ci37765687", "mag": 1.59, "time": 1505702779150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.919833, 33.9785, 4.46]}, "bbox": [-116.919833, 33.9785, -116.919833, 33.9785]}, {"id": "3649", "type": "Feature", "properties": {"id": "nn00605680", "mag": 1.4, "time": 1505702728608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.713, 38.8287, 9.8]}, "bbox": [-119.713, 38.8287, -119.713, 38.8287]}, {"id": "3650", "type": "Feature", "properties": {"id": "ak16844993", "mag": 1.3, "time": 1505701093513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5107, 62.1708, 21.0]}, "bbox": [-145.5107, 62.1708, -145.5107, 62.1708]}, {"id": "3651", "type": "Feature", "properties": {"id": "us2000awky", "mag": 4.1, "time": 1505700898950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3513, 15.0304, 10.0]}, "bbox": [-94.3513, 15.0304, -94.3513, 15.0304]}, {"id": "3652", "type": "Feature", "properties": {"id": "ci37765671", "mag": 1.43, "time": 1505700367060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172167, 34.033667, 5.06]}, "bbox": [-117.172167, 34.033667, -117.172167, 34.033667]}, {"id": "3653", "type": "Feature", "properties": {"id": "ak16905606", "mag": 1.2, "time": 1505699859087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8715, 60.6663, 44.3]}, "bbox": [-150.8715, 60.6663, -150.8715, 60.6663]}, {"id": "3654", "type": "Feature", "properties": {"id": "uw61330596", "mag": 1.49, "time": 1505699530930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847333, 47.759167, 17.25]}, "bbox": [-122.847333, 47.759167, -122.847333, 47.759167]}, {"id": "3655", "type": "Feature", "properties": {"id": "us2000apq2", "mag": 4.2, "time": 1505699407130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2351, 15.3068, 42.58]}, "bbox": [-94.2351, 15.3068, -94.2351, 15.3068]}, {"id": "3656", "type": "Feature", "properties": {"id": "us2000awly", "mag": 4.2, "time": 1505698782750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1304, 14.9812, 38.39]}, "bbox": [-94.1304, 14.9812, -94.1304, 14.9812]}, {"id": "3657", "type": "Feature", "properties": {"id": "ak16905605", "mag": 1.0, "time": 1505698554304, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5172, 62.1736, 24.2]}, "bbox": [-145.5172, 62.1736, -145.5172, 62.1736]}, {"id": "3658", "type": "Feature", "properties": {"id": "nc72894176", "mag": 2.03, "time": 1505698095820, "felt": 171.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.295333, 37.912, 2.97]}, "bbox": [-122.295333, 37.912, -122.295333, 37.912]}, {"id": "3659", "type": "Feature", "properties": {"id": "us2000appq", "mag": 4.5, "time": 1505697812820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.3367, 53.381, 85.64]}, "bbox": [159.3367, 53.381, 159.3367, 53.381]}, {"id": "3660", "type": "Feature", "properties": {"id": "ci37765639", "mag": 1.01, "time": 1505697641450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7125, 33.986833, 15.48]}, "bbox": [-116.7125, 33.986833, -116.7125, 33.986833]}, {"id": "3661", "type": "Feature", "properties": {"id": "us2000appj", "mag": 4.2, "time": 1505697430690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.5275, -17.5255, 167.68]}, "bbox": [-69.5275, -17.5255, -69.5275, -17.5255]}, {"id": "3662", "type": "Feature", "properties": {"id": "ak16844988", "mag": 1.0, "time": 1505697245375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1193, 62.3401, 0.6]}, "bbox": [-149.1193, 62.3401, -149.1193, 62.3401]}, {"id": "3663", "type": "Feature", "properties": {"id": "ci37765631", "mag": 1.87, "time": 1505697080810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650333, 36.996833, -0.56]}, "bbox": [-117.650333, 36.996833, -117.650333, 36.996833]}, {"id": "3664", "type": "Feature", "properties": {"id": "ak16905602", "mag": 1.4, "time": 1505696884087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1499, 61.9617, 114.4]}, "bbox": [-152.1499, 61.9617, -152.1499, 61.9617]}, {"id": "3665", "type": "Feature", "properties": {"id": "ak16844556", "mag": 1.5, "time": 1505696691069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8744, 60.2484, 9.9]}, "bbox": [-141.8744, 60.2484, -141.8744, 60.2484]}, {"id": "3666", "type": "Feature", "properties": {"id": "us2000azbk", "mag": 4.0, "time": 1505696468620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5206, 14.824, 18.19]}, "bbox": [-94.5206, 14.824, -94.5206, 14.824]}, {"id": "3667", "type": "Feature", "properties": {"id": "ak16844553", "mag": 1.3, "time": 1505696463448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4081, 64.6136, 20.7]}, "bbox": [-149.4081, 64.6136, -149.4081, 64.6136]}, {"id": "3668", "type": "Feature", "properties": {"id": "nc72894161", "mag": 1.21, "time": 1505695849630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.818833, 37.41, -0.31]}, "bbox": [-121.818833, 37.41, -121.818833, 37.41]}, {"id": "3669", "type": "Feature", "properties": {"id": "us2000awku", "mag": 4.1, "time": 1505694807240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.306, 19.0286, 202.23]}, "bbox": [145.306, 19.0286, 145.306, 19.0286]}, {"id": "3670", "type": "Feature", "properties": {"id": "us2000app7", "mag": 4.4, "time": 1505694748030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.3564, -8.1346, 41.72]}, "bbox": [119.3564, -8.1346, 119.3564, -8.1346]}, {"id": "3671", "type": "Feature", "properties": {"id": "nn00605668", "mag": 1.2, "time": 1505694738920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3624, 37.0509, 0.0]}, "bbox": [-115.3624, 37.0509, -115.3624, 37.0509]}, {"id": "3672", "type": "Feature", "properties": {"id": "ak16844544", "mag": 2.0, "time": 1505694295643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7281, 60.3555, 46.1]}, "bbox": [-150.7281, 60.3555, -150.7281, 60.3555]}, {"id": "3673", "type": "Feature", "properties": {"id": "ak16844543", "mag": 1.8, "time": 1505694278381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7896, 59.8626, 4.6]}, "bbox": [-136.7896, 59.8626, -136.7896, 59.8626]}, {"id": "3674", "type": "Feature", "properties": {"id": "nc72894151", "mag": 1.42, "time": 1505693902060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.912833, 37.621667, 2.05]}, "bbox": [-118.912833, 37.621667, -118.912833, 37.621667]}, {"id": "3675", "type": "Feature", "properties": {"id": "ak16844541", "mag": 1.3, "time": 1505693551555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.791, 61.7452, 48.2]}, "bbox": [-149.791, 61.7452, -149.791, 61.7452]}, {"id": "3676", "type": "Feature", "properties": {"id": "mb80256109", "mag": 1.41, "time": 1505690846740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.869667, 12.91]}, "bbox": [-112.522, 46.869667, -112.522, 46.869667]}, {"id": "3677", "type": "Feature", "properties": {"id": "ci37765583", "mag": 1.3, "time": 1505690496480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673167, 35.042833, -0.82]}, "bbox": [-117.673167, 35.042833, -117.673167, 35.042833]}, {"id": "3678", "type": "Feature", "properties": {"id": "ak16873959", "mag": 1.1, "time": 1505690288149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4144, 67.2216, 11.0]}, "bbox": [-153.4144, 67.2216, -153.4144, 67.2216]}, {"id": "3679", "type": "Feature", "properties": {"id": "ak16844094", "mag": 1.9, "time": 1505690276630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3972, 53.7854, 6.8]}, "bbox": [-166.3972, 53.7854, -166.3972, 53.7854]}, {"id": "3680", "type": "Feature", "properties": {"id": "us2000apnm", "mag": 4.9, "time": 1505689940400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.5672, -4.6379, 588.19]}, "bbox": [149.5672, -4.6379, 149.5672, -4.6379]}, {"id": "3681", "type": "Feature", "properties": {"id": "mb80256099", "mag": 2.34, "time": 1505689339390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.899167, 12.28]}, "bbox": [-112.5195, 46.899167, -112.5195, 46.899167]}, {"id": "3682", "type": "Feature", "properties": {"id": "ak16844091", "mag": 1.5, "time": 1505688162418, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5592, 60.9727, 72.2]}, "bbox": [-151.5592, 60.9727, -151.5592, 60.9727]}, {"id": "3683", "type": "Feature", "properties": {"id": "mb80256084", "mag": 1.49, "time": 1505688150190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.8165, 46.9305, 13.74]}, "bbox": [-112.8165, 46.9305, -112.8165, 46.9305]}, {"id": "3684", "type": "Feature", "properties": {"id": "nc72894131", "mag": 0.95, "time": 1505687822870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.026667, 36.453333, 2.98]}, "bbox": [-121.026667, 36.453333, -121.026667, 36.453333]}, {"id": "3685", "type": "Feature", "properties": {"id": "nc72894126", "mag": 1.46, "time": 1505687740270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.618333, 36.970833, 5.35]}, "bbox": [-121.618333, 36.970833, -121.618333, 36.970833]}, {"id": "3686", "type": "Feature", "properties": {"id": "ak16844087", "mag": 1.3, "time": 1505686236328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3499, 60.4807, 6.2]}, "bbox": [-147.3499, 60.4807, -147.3499, 60.4807]}, {"id": "3687", "type": "Feature", "properties": {"id": "ak16844084", "mag": 1.7, "time": 1505686047172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7406, 64.6981, 9.7]}, "bbox": [-153.7406, 64.6981, -153.7406, 64.6981]}, {"id": "3688", "type": "Feature", "properties": {"id": "ak16844079", "mag": 2.1, "time": 1505685489298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3304, 60.4706, 9.6]}, "bbox": [-147.3304, 60.4706, -147.3304, 60.4706]}, {"id": "3689", "type": "Feature", "properties": {"id": "uw61330461", "mag": 2.46, "time": 1505684983130, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.725333, 47.439333, 22.35]}, "bbox": [-121.725333, 47.439333, -121.725333, 47.439333]}, {"id": "3690", "type": "Feature", "properties": {"id": "ak16873952", "mag": 2.2, "time": 1505684866449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.006, 52.386, 9.1]}, "bbox": [-169.006, 52.386, -169.006, 52.386]}, {"id": "3691", "type": "Feature", "properties": {"id": "nc72894116", "mag": 1.14, "time": 1505684450170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.571833, 37.947167, 8.37]}, "bbox": [-118.571833, 37.947167, -118.571833, 37.947167]}, {"id": "3692", "type": "Feature", "properties": {"id": "ak16873951", "mag": 1.3, "time": 1505684432066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6357, 60.5724, 2.9]}, "bbox": [-147.6357, 60.5724, -147.6357, 60.5724]}, {"id": "3693", "type": "Feature", "properties": {"id": "ak16843656", "mag": 1.6, "time": 1505683789980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1167, 59.7703, 41.9]}, "bbox": [-151.1167, 59.7703, -151.1167, 59.7703]}, {"id": "3694", "type": "Feature", "properties": {"id": "ak16843652", "mag": 1.6, "time": 1505683291823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4894, 61.5289, 25.6]}, "bbox": [-146.4894, 61.5289, -146.4894, 61.5289]}, {"id": "3695", "type": "Feature", "properties": {"id": "nc72894101", "mag": 1.41, "time": 1505682978360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.496, 1.06]}, "bbox": [-118.834, 37.496, -118.834, 37.496]}, {"id": "3696", "type": "Feature", "properties": {"id": "ak16843651", "mag": 2.6, "time": 1505682712646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4711, 51.686, 75.7]}, "bbox": [178.4711, 51.686, 178.4711, 51.686]}, {"id": "3697", "type": "Feature", "properties": {"id": "nc72894096", "mag": 0.99, "time": 1505682599530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816167, 37.455833, 1.06]}, "bbox": [-118.816167, 37.455833, -118.816167, 37.455833]}, {"id": "3698", "type": "Feature", "properties": {"id": "ak16843650", "mag": 1.2, "time": 1505682068077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5842, 61.7746, 3.7]}, "bbox": [-150.5842, 61.7746, -150.5842, 61.7746]}, {"id": "3699", "type": "Feature", "properties": {"id": "nc72894086", "mag": 1.35, "time": 1505681812610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.973667, 36.395167, 4.69]}, "bbox": [-120.973667, 36.395167, -120.973667, 36.395167]}, {"id": "3700", "type": "Feature", "properties": {"id": "nc72894081", "mag": 1.91, "time": 1505681477080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809167, 38.797667, 3.52]}, "bbox": [-122.809167, 38.797667, -122.809167, 38.797667]}, {"id": "3701", "type": "Feature", "properties": {"id": "nc72894076", "mag": 1.47, "time": 1505681470510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.799167, 3.08]}, "bbox": [-122.810167, 38.799167, -122.810167, 38.799167]}, {"id": "3702", "type": "Feature", "properties": {"id": "ak16873946", "mag": 1.4, "time": 1505680958230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1812, 62.2538, 76.5]}, "bbox": [-151.1812, 62.2538, -151.1812, 62.2538]}, {"id": "3703", "type": "Feature", "properties": {"id": "us2000apkx", "mag": 4.9, "time": 1505680147260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9501, -18.9829, 129.26]}, "bbox": [-174.9501, -18.9829, -174.9501, -18.9829]}, {"id": "3704", "type": "Feature", "properties": {"id": "ak16843225", "mag": 1.3, "time": 1505680062920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5209, 60.1956, 82.1]}, "bbox": [-152.5209, 60.1956, -152.5209, 60.1956]}, {"id": "3705", "type": "Feature", "properties": {"id": "ci37765519", "mag": 1.42, "time": 1505680024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.488167, 2.05]}, "bbox": [-118.293, 35.488167, -118.293, 35.488167]}, {"id": "3706", "type": "Feature", "properties": {"id": "ak16873944", "mag": 1.3, "time": 1505679233862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2975, 62.163, 79.9]}, "bbox": [-151.2975, 62.163, -151.2975, 62.163]}, {"id": "3707", "type": "Feature", "properties": {"id": "ak16873943", "mag": 1.8, "time": 1505678992249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8219, 51.8825, 86.4]}, "bbox": [-174.8219, 51.8825, -174.8219, 51.8825]}, {"id": "3708", "type": "Feature", "properties": {"id": "uw61330431", "mag": 1.0, "time": 1505678333060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5365, 47.603667, 19.51]}, "bbox": [-122.5365, 47.603667, -122.5365, 47.603667]}, {"id": "3709", "type": "Feature", "properties": {"id": "ci37765487", "mag": 1.12, "time": 1505676865320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.608667, 32.830167, 11.82]}, "bbox": [-115.608667, 32.830167, -115.608667, 32.830167]}, {"id": "3710", "type": "Feature", "properties": {"id": "us2000apke", "mag": 4.1, "time": 1505676865110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.5905, 12.0757, 53.01]}, "bbox": [-87.5905, 12.0757, -87.5905, 12.0757]}, {"id": "3711", "type": "Feature", "properties": {"id": "us2000apkd", "mag": 3.9, "time": 1505676791370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2379, -31.7388, 121.68]}, "bbox": [-70.2379, -31.7388, -70.2379, -31.7388]}, {"id": "3712", "type": "Feature", "properties": {"id": "ci37765479", "mag": 1.54, "time": 1505676576290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605333, 32.8245, 11.96]}, "bbox": [-115.605333, 32.8245, -115.605333, 32.8245]}, {"id": "3713", "type": "Feature", "properties": {"id": "us2000apkc", "mag": 2.5, "time": 1505676527950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4244, 42.5958, 5.8]}, "bbox": [-111.4244, 42.5958, -111.4244, 42.5958]}, {"id": "3714", "type": "Feature", "properties": {"id": "nn00605653", "mag": 1.3, "time": 1505676457309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.12, 38.2855, 13.1]}, "bbox": [-119.12, 38.2855, -119.12, 38.2855]}, {"id": "3715", "type": "Feature", "properties": {"id": "nc72894061", "mag": 1.21, "time": 1505675373140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.059667, 36.477833, 6.98]}, "bbox": [-121.059667, 36.477833, -121.059667, 36.477833]}, {"id": "3716", "type": "Feature", "properties": {"id": "us2000apk4", "mag": 3.1, "time": 1505674381070, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.9818, 35.7788, 5.0]}, "bbox": [-96.9818, 35.7788, -96.9818, 35.7788]}, {"id": "3717", "type": "Feature", "properties": {"id": "ak16842798", "mag": 1.4, "time": 1505672288384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7121, 63.5719, 4.3]}, "bbox": [-151.7121, 63.5719, -151.7121, 63.5719]}, {"id": "3718", "type": "Feature", "properties": {"id": "ak16842797", "mag": 2.7, "time": 1505669173773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4976, 51.6544, 7.8]}, "bbox": [-178.4976, 51.6544, -178.4976, 51.6544]}, {"id": "3719", "type": "Feature", "properties": {"id": "mb80256039", "mag": 1.09, "time": 1505668834370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.6775, 46.891833, 15.96]}, "bbox": [-112.6775, 46.891833, -112.6775, 46.891833]}, {"id": "3720", "type": "Feature", "properties": {"id": "ak16873938", "mag": 1.2, "time": 1505668625975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5592, 62.857, 82.0]}, "bbox": [-149.5592, 62.857, -149.5592, 62.857]}, {"id": "3721", "type": "Feature", "properties": {"id": "ci37765423", "mag": 1.4, "time": 1505668324590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.831333, 32.775833, 2.46]}, "bbox": [-115.831333, 32.775833, -115.831333, 32.775833]}, {"id": "3722", "type": "Feature", "properties": {"id": "ak16842795", "mag": 1.1, "time": 1505668022720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4003, 64.8531, 2.7]}, "bbox": [-153.4003, 64.8531, -153.4003, 64.8531]}, {"id": "3723", "type": "Feature", "properties": {"id": "nc72894026", "mag": 1.3, "time": 1505667983860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.734667, 38.788167, 1.43]}, "bbox": [-122.734667, 38.788167, -122.734667, 38.788167]}, {"id": "3724", "type": "Feature", "properties": {"id": "ak16873936", "mag": 1.6, "time": 1505667107903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0584, 57.21, 33.0]}, "bbox": [-155.0584, 57.21, -155.0584, 57.21]}, {"id": "3725", "type": "Feature", "properties": {"id": "ci37765415", "mag": 1.52, "time": 1505666643390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.833167, 32.781833, 2.39]}, "bbox": [-115.833167, 32.781833, -115.833167, 32.781833]}, {"id": "3726", "type": "Feature", "properties": {"id": "ci37765407", "mag": 0.98, "time": 1505666358680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.273667, 33.981333, 6.22]}, "bbox": [-116.273667, 33.981333, -116.273667, 33.981333]}, {"id": "3727", "type": "Feature", "properties": {"id": "us2000at5v", "mag": 4.3, "time": 1505665820280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2591, 0.908, 157.83]}, "bbox": [127.2591, 0.908, 127.2591, 0.908]}, {"id": "3728", "type": "Feature", "properties": {"id": "pr2017260000", "mag": 2.31, "time": 1505665148110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9698, 19.0821, 23.0]}, "bbox": [-67.9698, 19.0821, -67.9698, 19.0821]}, {"id": "3729", "type": "Feature", "properties": {"id": "us2000apj3", "mag": 2.6, "time": 1505664664460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4059, 42.5497, 11.14]}, "bbox": [-111.4059, 42.5497, -111.4059, 42.5497]}, {"id": "3730", "type": "Feature", "properties": {"id": "us2000apj0", "mag": 2.7, "time": 1505663998840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4107, 42.5429, 8.67]}, "bbox": [-111.4107, 42.5429, -111.4107, 42.5429]}, {"id": "3731", "type": "Feature", "properties": {"id": "uw61330391", "mag": 1.11, "time": 1505663462920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.04, 46.880167, 6.02]}, "bbox": [-122.04, 46.880167, -122.04, 46.880167]}, {"id": "3732", "type": "Feature", "properties": {"id": "uu60247022", "mag": 1.06, "time": 1505663122580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.790333, 9.98]}, "bbox": [-111.025833, 44.790333, -111.025833, 44.790333]}, {"id": "3733", "type": "Feature", "properties": {"id": "nn00606540", "mag": 1.3, "time": 1505663040033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0921, 41.885, 0.0]}, "bbox": [-119.0921, 41.885, -119.0921, 41.885]}, {"id": "3734", "type": "Feature", "properties": {"id": "ak16873932", "mag": 1.9, "time": 1505662296127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8489, 51.9624, 111.3]}, "bbox": [-174.8489, 51.9624, -174.8489, 51.9624]}, {"id": "3735", "type": "Feature", "properties": {"id": "us2000at5n", "mag": 4.5, "time": 1505662282900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.7612, 44.1688, 33.57]}, "bbox": [140.7612, 44.1688, 140.7612, 44.1688]}, {"id": "3736", "type": "Feature", "properties": {"id": "mb80255969", "mag": 2.04, "time": 1505662108810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516, 46.881333, 14.94]}, "bbox": [-112.516, 46.881333, -112.516, 46.881333]}, {"id": "3737", "type": "Feature", "properties": {"id": "us2000at5p", "mag": 4.5, "time": 1505662091100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.0118, -6.3464, 35.0]}, "bbox": [149.0118, -6.3464, 149.0118, -6.3464]}, {"id": "3738", "type": "Feature", "properties": {"id": "ak16873931", "mag": 1.4, "time": 1505662034661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.362, 63.1318, 2.6]}, "bbox": [-144.362, 63.1318, -144.362, 63.1318]}, {"id": "3739", "type": "Feature", "properties": {"id": "us2000at68", "mag": 4.3, "time": 1505661360280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9733, -6.4551, 35.0]}, "bbox": [148.9733, -6.4551, 148.9733, -6.4551]}, {"id": "3740", "type": "Feature", "properties": {"id": "ak16841969", "mag": 1.1, "time": 1505661169528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6029, 66.5697, 13.3]}, "bbox": [-146.6029, 66.5697, -146.6029, 66.5697]}, {"id": "3741", "type": "Feature", "properties": {"id": "mb80255949", "mag": 1.49, "time": 1505659897070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.519, 46.855, 14.3]}, "bbox": [-112.519, 46.855, -112.519, 46.855]}, {"id": "3742", "type": "Feature", "properties": {"id": "us2000apij", "mag": 5.4, "time": 1505659803240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6428, -16.6386, 30.39]}, "bbox": [-173.6428, -16.6386, -173.6428, -16.6386]}, {"id": "3743", "type": "Feature", "properties": {"id": "us2000at5x", "mag": 5.0, "time": 1505659691430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0846, 12.809, 27.48]}, "bbox": [92.0846, 12.809, 92.0846, 12.809]}, {"id": "3744", "type": "Feature", "properties": {"id": "ci37765367", "mag": 1.03, "time": 1505659458990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.19, 33.2585, 9.58]}, "bbox": [-116.19, 33.2585, -116.19, 33.2585]}, {"id": "3745", "type": "Feature", "properties": {"id": "nc72893976", "mag": 1.19, "time": 1505659223910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825, 37.453, 1.57]}, "bbox": [-118.825, 37.453, -118.825, 37.453]}, {"id": "3746", "type": "Feature", "properties": {"id": "us2000at5m", "mag": 4.9, "time": 1505658989080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.1591, -6.3567, 35.0]}, "bbox": [149.1591, -6.3567, 149.1591, -6.3567]}, {"id": "3747", "type": "Feature", "properties": {"id": "us2000apie", "mag": 4.5, "time": 1505658574670, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [24.0015, 39.2721, 10.0]}, "bbox": [24.0015, 39.2721, 24.0015, 39.2721]}, {"id": "3748", "type": "Feature", "properties": {"id": "ak16841552", "mag": 1.3, "time": 1505658549717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9309, 62.6606, 59.8]}, "bbox": [-149.9309, 62.6606, -149.9309, 62.6606]}, {"id": "3749", "type": "Feature", "properties": {"id": "us2000apif", "mag": 5.7, "time": 1505658367620, "felt": 0.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [148.8708, -6.3113, 18.92]}, "bbox": [148.8708, -6.3113, 148.8708, -6.3113]}, {"id": "3750", "type": "Feature", "properties": {"id": "us2000at5l", "mag": 4.3, "time": 1505658365190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.9505, 64.5019, 9.15]}, "bbox": [-17.9505, 64.5019, -17.9505, 64.5019]}, {"id": "3751", "type": "Feature", "properties": {"id": "us2000aza1", "mag": 4.2, "time": 1505658191320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5959, 15.2169, 35.0]}, "bbox": [-94.5959, 15.2169, -94.5959, 15.2169]}, {"id": "3752", "type": "Feature", "properties": {"id": "us2000at6b", "mag": 4.6, "time": 1505658184020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.6137, 64.4904, 8.23]}, "bbox": [-17.6137, 64.4904, -17.6137, 64.4904]}, {"id": "3753", "type": "Feature", "properties": {"id": "ak16841550", "mag": 1.4, "time": 1505657865000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8499, 59.8804, 5.2]}, "bbox": [-136.8499, 59.8804, -136.8499, 59.8804]}, {"id": "3754", "type": "Feature", "properties": {"id": "ci37765335", "mag": 1.11, "time": 1505657294840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.367, 33.357167, 9.18]}, "bbox": [-116.367, 33.357167, -116.367, 33.357167]}, {"id": "3755", "type": "Feature", "properties": {"id": "ak16841549", "mag": 1.4, "time": 1505657219284, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0876, 69.5184, 4.2]}, "bbox": [-145.0876, 69.5184, -145.0876, 69.5184]}, {"id": "3756", "type": "Feature", "properties": {"id": "nc72893941", "mag": 1.51, "time": 1505657160730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.818167, 2.23]}, "bbox": [-122.818333, 38.818167, -122.818333, 38.818167]}, {"id": "3757", "type": "Feature", "properties": {"id": "nc72893946", "mag": 1.02, "time": 1505657152440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817001, 38.8185, 2.05]}, "bbox": [-122.817001, 38.8185, -122.817001, 38.8185]}, {"id": "3758", "type": "Feature", "properties": {"id": "ak16873926", "mag": 1.7, "time": 1505656923604, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8082, 60.1773, 106.4]}, "bbox": [-152.8082, 60.1773, -152.8082, 60.1773]}, {"id": "3759", "type": "Feature", "properties": {"id": "ak16873925", "mag": 1.9, "time": 1505656654419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6293, 59.5728, 120.8]}, "bbox": [-153.6293, 59.5728, -153.6293, 59.5728]}, {"id": "3760", "type": "Feature", "properties": {"id": "ci37765327", "mag": 2.88, "time": 1505656629430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.882333, 31.6215, 9.25]}, "bbox": [-115.882333, 31.6215, -115.882333, 31.6215]}, {"id": "3761", "type": "Feature", "properties": {"id": "us2000at5k", "mag": 4.1, "time": 1505656609750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.5305, 1.7746, 37.54]}, "bbox": [126.5305, 1.7746, 126.5305, 1.7746]}, {"id": "3762", "type": "Feature", "properties": {"id": "nc72893936", "mag": 0.98, "time": 1505656502420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125667, 36.566167, 8.44]}, "bbox": [-121.125667, 36.566167, -121.125667, 36.566167]}, {"id": "3763", "type": "Feature", "properties": {"id": "us2000at5i", "mag": 4.4, "time": 1505655648380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.9394, -17.3298, 553.92]}, "bbox": [-178.9394, -17.3298, -178.9394, -17.3298]}, {"id": "3764", "type": "Feature", "properties": {"id": "se60044613", "mag": 2.03, "time": 1505655579030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.053333, 35.561333, 15.47]}, "bbox": [-85.053333, 35.561333, -85.053333, 35.561333]}, {"id": "3765", "type": "Feature", "properties": {"id": "ci37765311", "mag": 1.07, "time": 1505655296260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.090333, 33.473833, 14.65]}, "bbox": [-117.090333, 33.473833, -117.090333, 33.473833]}, {"id": "3766", "type": "Feature", "properties": {"id": "ak16841547", "mag": 1.9, "time": 1505655282227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7794, 63.9496, 114.9]}, "bbox": [-148.7794, 63.9496, -148.7794, 63.9496]}, {"id": "3767", "type": "Feature", "properties": {"id": "us2000at5r", "mag": 4.9, "time": 1505655030310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.7611, -21.01, 10.0]}, "bbox": [-11.7611, -21.01, -11.7611, -21.01]}, {"id": "3768", "type": "Feature", "properties": {"id": "us2000as44", "mag": 2.6, "time": 1505654924870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7236, 51.4933, 34.35]}, "bbox": [-177.7236, 51.4933, -177.7236, 51.4933]}, {"id": "3769", "type": "Feature", "properties": {"id": "ak16841538", "mag": 2.3, "time": 1505654819006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6722, 62.9044, 66.8]}, "bbox": [-148.6722, 62.9044, -148.6722, 62.9044]}, {"id": "3770", "type": "Feature", "properties": {"id": "ci37765303", "mag": 0.97, "time": 1505654141860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922167, 33.9755, 4.94]}, "bbox": [-116.922167, 33.9755, -116.922167, 33.9755]}, {"id": "3771", "type": "Feature", "properties": {"id": "us2000aphx", "mag": 4.0, "time": 1505653928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4533, 15.5042, 7.94]}, "bbox": [-94.4533, 15.5042, -94.4533, 15.5042]}, {"id": "3772", "type": "Feature", "properties": {"id": "ak16841537", "mag": 1.0, "time": 1505653531820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3466, 61.07, 12.2]}, "bbox": [-152.3466, 61.07, -152.3466, 61.07]}, {"id": "3773", "type": "Feature", "properties": {"id": "nc72893916", "mag": 0.99, "time": 1505653446980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.479333, 0.86]}, "bbox": [-118.835, 37.479333, -118.835, 37.479333]}, {"id": "3774", "type": "Feature", "properties": {"id": "ak16841536", "mag": 1.4, "time": 1505653266021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6794, 67.9633, 14.6]}, "bbox": [-155.6794, 67.9633, -155.6794, 67.9633]}, {"id": "3775", "type": "Feature", "properties": {"id": "ak16841136", "mag": 1.5, "time": 1505652267061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.9646, 53.8971, 6.6]}, "bbox": [-166.9646, 53.8971, -166.9646, 53.8971]}, {"id": "3776", "type": "Feature", "properties": {"id": "nn00605626", "mag": 1.0, "time": 1505652081143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 36.537, 7.3]}, "bbox": [-116.2815, 36.537, -116.2815, 36.537]}, {"id": "3777", "type": "Feature", "properties": {"id": "ak16841133", "mag": 1.8, "time": 1505651930739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7652, 62.1126, 23.7]}, "bbox": [-147.7652, 62.1126, -147.7652, 62.1126]}, {"id": "3778", "type": "Feature", "properties": {"id": "ak16841130", "mag": 2.2, "time": 1505651632523, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.454, 59.2923, 97.5]}, "bbox": [-153.454, 59.2923, -153.454, 59.2923]}, {"id": "3779", "type": "Feature", "properties": {"id": "ci37765271", "mag": 1.39, "time": 1505650827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.021167, 33.921, 2.44]}, "bbox": [-116.021167, 33.921, -116.021167, 33.921]}, {"id": "3780", "type": "Feature", "properties": {"id": "hv61911226", "mag": 1.91, "time": 1505650411260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.478668, 19.212334, 38.03]}, "bbox": [-155.478668, 19.212334, -155.478668, 19.212334]}, {"id": "3781", "type": "Feature", "properties": {"id": "ak16841124", "mag": 2.1, "time": 1505649687852, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7865, 65.3345, 13.3]}, "bbox": [-143.7865, 65.3345, -143.7865, 65.3345]}, {"id": "3782", "type": "Feature", "properties": {"id": "nc72893881", "mag": 1.23, "time": 1505648682040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543833, 37.339667, 10.06]}, "bbox": [-118.543833, 37.339667, -118.543833, 37.339667]}, {"id": "3783", "type": "Feature", "properties": {"id": "ak16840722", "mag": 3.2, "time": 1505648575230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7144, 57.2975, 42.8]}, "bbox": [-154.7144, 57.2975, -154.7144, 57.2975]}, {"id": "3784", "type": "Feature", "properties": {"id": "us2000at5g", "mag": 4.3, "time": 1505647937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.6171, -11.7459, 251.44]}, "bbox": [166.6171, -11.7459, 166.6171, -11.7459]}, {"id": "3785", "type": "Feature", "properties": {"id": "ak16873911", "mag": 2.6, "time": 1505647578270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7891, 66.3882, 37.6]}, "bbox": [-135.7891, 66.3882, -135.7891, 66.3882]}, {"id": "3786", "type": "Feature", "properties": {"id": "ak16873910", "mag": 2.0, "time": 1505647575716, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.55, 57.7487, 89.0]}, "bbox": [-155.55, 57.7487, -155.55, 57.7487]}, {"id": "3787", "type": "Feature", "properties": {"id": "ak16873909", "mag": 2.8, "time": 1505647412246, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7412, 66.3682, 34.5]}, "bbox": [-135.7412, 66.3682, -135.7412, 66.3682]}, {"id": "3788", "type": "Feature", "properties": {"id": "ak16840719", "mag": 2.1, "time": 1505647228188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4607, 60.5815, 14.5]}, "bbox": [-148.4607, 60.5815, -148.4607, 60.5815]}, {"id": "3789", "type": "Feature", "properties": {"id": "ci37765239", "mag": 1.03, "time": 1505646849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920667, 33.972167, 5.29]}, "bbox": [-116.920667, 33.972167, -116.920667, 33.972167]}, {"id": "3790", "type": "Feature", "properties": {"id": "us2000aph6", "mag": 4.2, "time": 1505646653440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3399, -21.9058, 192.78]}, "bbox": [-67.3399, -21.9058, -67.3399, -21.9058]}, {"id": "3791", "type": "Feature", "properties": {"id": "us2000aph5", "mag": 4.7, "time": 1505646260660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.0437, 3.6252, 68.15]}, "bbox": [127.0437, 3.6252, 127.0437, 3.6252]}, {"id": "3792", "type": "Feature", "properties": {"id": "ak16873907", "mag": 2.2, "time": 1505645846935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4823, 51.6608, 13.2]}, "bbox": [-178.4823, 51.6608, -178.4823, 51.6608]}, {"id": "3793", "type": "Feature", "properties": {"id": "ak16873906", "mag": 1.2, "time": 1505645773090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3827, 53.8702, 12.1]}, "bbox": [-166.3827, 53.8702, -166.3827, 53.8702]}, {"id": "3794", "type": "Feature", "properties": {"id": "uw61330311", "mag": 1.94, "time": 1505644617240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041167, 46.879167, 6.84]}, "bbox": [-122.041167, 46.879167, -122.041167, 46.879167]}, {"id": "3795", "type": "Feature", "properties": {"id": "ak16840715", "mag": 1.5, "time": 1505644280463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.605, 61.6723, 29.6]}, "bbox": [-146.605, 61.6723, -146.605, 61.6723]}, {"id": "3796", "type": "Feature", "properties": {"id": "ci37765223", "mag": 1.02, "time": 1505644185880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.465667, 34.376833, 9.74]}, "bbox": [-116.465667, 34.376833, -116.465667, 34.376833]}, {"id": "3797", "type": "Feature", "properties": {"id": "ci37765215", "mag": 1.28, "time": 1505644151980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.358167, 33.415667, 12.48]}, "bbox": [-116.358167, 33.415667, -116.358167, 33.415667]}, {"id": "3798", "type": "Feature", "properties": {"id": "us2000at5e", "mag": 4.5, "time": 1505644031790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0628, 12.7773, 33.35]}, "bbox": [92.0628, 12.7773, 92.0628, 12.7773]}, {"id": "3799", "type": "Feature", "properties": {"id": "ak16873903", "mag": 1.4, "time": 1505643609236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5971, 61.5891, 59.1]}, "bbox": [-150.5971, 61.5891, -150.5971, 61.5891]}, {"id": "3800", "type": "Feature", "properties": {"id": "ak16840713", "mag": 1.9, "time": 1505643118540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0384, 63.1445, 14.8]}, "bbox": [-144.0384, 63.1445, -144.0384, 63.1445]}, {"id": "3801", "type": "Feature", "properties": {"id": "hv61911016", "mag": 2.48, "time": 1505641665420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.593167, 19.476, 2.731]}, "bbox": [-155.593167, 19.476, -155.593167, 19.476]}, {"id": "3802", "type": "Feature", "properties": {"id": "ak16840350", "mag": 1.1, "time": 1505641100972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8915, 64.848, 8.2]}, "bbox": [-148.8915, 64.848, -148.8915, 64.848]}, {"id": "3803", "type": "Feature", "properties": {"id": "us2000at5c", "mag": 4.7, "time": 1505640684330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-26.4288, -59.7896, 35.0]}, "bbox": [-26.4288, -59.7896, -26.4288, -59.7896]}, {"id": "3804", "type": "Feature", "properties": {"id": "ak16840314", "mag": 2.8, "time": 1505640505656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6831, 60.3761, 2.0]}, "bbox": [-143.6831, 60.3761, -143.6831, 60.3761]}, {"id": "3805", "type": "Feature", "properties": {"id": "us2000apgy", "mag": 4.9, "time": 1505640302130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.2485, 37.3415, 54.96]}, "bbox": [141.2485, 37.3415, 141.2485, 37.3415]}, {"id": "3806", "type": "Feature", "properties": {"id": "us2000at65", "mag": 4.6, "time": 1505640090990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.5314, -7.0219, 10.0]}, "bbox": [-13.5314, -7.0219, -13.5314, -7.0219]}, {"id": "3807", "type": "Feature", "properties": {"id": "us2000as3y", "mag": 2.7, "time": 1505639953270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1147, 51.5611, 45.65]}, "bbox": [-176.1147, 51.5611, -176.1147, 51.5611]}, {"id": "3808", "type": "Feature", "properties": {"id": "us2000at5a", "mag": 4.8, "time": 1505639681290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.1689, -7.0877, 10.0]}, "bbox": [-13.1689, -7.0877, -13.1689, -7.0877]}, {"id": "3809", "type": "Feature", "properties": {"id": "ak16840312", "mag": 2.1, "time": 1505638931288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0719, 60.2719, 130.5]}, "bbox": [-153.0719, 60.2719, -153.0719, 60.2719]}, {"id": "3810", "type": "Feature", "properties": {"id": "ak16840302", "mag": 2.8, "time": 1505638686114, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2164, 60.4788, 97.5]}, "bbox": [-152.2164, 60.4788, -152.2164, 60.4788]}, {"id": "3811", "type": "Feature", "properties": {"id": "uu60246942", "mag": 1.01, "time": 1505637537950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.786167, 7.95]}, "bbox": [-111.025833, 44.786167, -111.025833, 44.786167]}, {"id": "3812", "type": "Feature", "properties": {"id": "nc72893791", "mag": 1.48, "time": 1505637347930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.879167, 37.109167, 2.16]}, "bbox": [-121.879167, 37.109167, -121.879167, 37.109167]}, {"id": "3813", "type": "Feature", "properties": {"id": "ak16839942", "mag": 1.9, "time": 1505637129909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8564, 60.3231, 63.0]}, "bbox": [-150.8564, 60.3231, -150.8564, 60.3231]}, {"id": "3814", "type": "Feature", "properties": {"id": "nc72893786", "mag": 1.14, "time": 1505636971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737335, 38.786167, 0.85]}, "bbox": [-122.737335, 38.786167, -122.737335, 38.786167]}, {"id": "3815", "type": "Feature", "properties": {"id": "nc72893781", "mag": 2.61, "time": 1505636516400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.117, 36.594333, 6.98]}, "bbox": [-121.117, 36.594333, -121.117, 36.594333]}, {"id": "3816", "type": "Feature", "properties": {"id": "us2000apg4", "mag": 4.6, "time": 1505636241220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.1696, 7.5057, 23.33]}, "bbox": [-82.1696, 7.5057, -82.1696, 7.5057]}, {"id": "3817", "type": "Feature", "properties": {"id": "ak16839932", "mag": 1.1, "time": 1505636239228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8157, 63.2668, 2.3]}, "bbox": [-151.8157, 63.2668, -151.8157, 63.2668]}, {"id": "3818", "type": "Feature", "properties": {"id": "us2000apg0", "mag": 4.1, "time": 1505634585840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7666, -23.8893, 236.18]}, "bbox": [-66.7666, -23.8893, -66.7666, -23.8893]}, {"id": "3819", "type": "Feature", "properties": {"id": "ci37765143", "mag": 2.2, "time": 1505634363500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.373667, 32.9405, 7.78]}, "bbox": [-116.373667, 32.9405, -116.373667, 32.9405]}, {"id": "3820", "type": "Feature", "properties": {"id": "nn00605603", "mag": 1.8, "time": 1505634209242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8894, 38.3778, 11.1]}, "bbox": [-118.8894, 38.3778, -118.8894, 38.3778]}, {"id": "3821", "type": "Feature", "properties": {"id": "us2000apfv", "mag": 2.4, "time": 1505634047190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4463, 42.5857, 4.34]}, "bbox": [-111.4463, 42.5857, -111.4463, 42.5857]}, {"id": "3822", "type": "Feature", "properties": {"id": "ak16839551", "mag": 1.9, "time": 1505633391424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7184, 59.603, 74.2]}, "bbox": [-152.7184, 59.603, -152.7184, 59.603]}, {"id": "3823", "type": "Feature", "properties": {"id": "nc72893741", "mag": 1.84, "time": 1505633100770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493833, 1.09]}, "bbox": [-118.834167, 37.493833, -118.834167, 37.493833]}, {"id": "3824", "type": "Feature", "properties": {"id": "us2000apft", "mag": 2.6, "time": 1505632181750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4391, 42.6077, 6.6]}, "bbox": [-111.4391, 42.6077, -111.4391, 42.6077]}, {"id": "3825", "type": "Feature", "properties": {"id": "ci37765127", "mag": 0.98, "time": 1505632149420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605167, 32.828333, 10.94]}, "bbox": [-115.605167, 32.828333, -115.605167, 32.828333]}, {"id": "3826", "type": "Feature", "properties": {"id": "nc72893701", "mag": 1.35, "time": 1505631284810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.952833, 37.588167, 1.4]}, "bbox": [-118.952833, 37.588167, -118.952833, 37.588167]}, {"id": "3827", "type": "Feature", "properties": {"id": "us2000apfk", "mag": 4.3, "time": 1505630160580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6223, -35.7292, 85.77]}, "bbox": [-71.6223, -35.7292, -71.6223, -35.7292]}, {"id": "3828", "type": "Feature", "properties": {"id": "ak16839518", "mag": 2.0, "time": 1505629372703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7555, 60.0405, 18.2]}, "bbox": [-148.7555, 60.0405, -148.7555, 60.0405]}, {"id": "3829", "type": "Feature", "properties": {"id": "nc72893646", "mag": 1.36, "time": 1505628925460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736667, 38.757, 1.79]}, "bbox": [-122.736667, 38.757, -122.736667, 38.757]}, {"id": "3830", "type": "Feature", "properties": {"id": "ak16873889", "mag": 2.9, "time": 1505628904808, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5935, 53.8081, 78.9]}, "bbox": [-164.5935, 53.8081, -164.5935, 53.8081]}, {"id": "3831", "type": "Feature", "properties": {"id": "us2000apfd", "mag": 2.9, "time": 1505628801990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4531, 42.5908, 5.17]}, "bbox": [-111.4531, 42.5908, -111.4531, 42.5908]}, {"id": "3832", "type": "Feature", "properties": {"id": "uu60246882", "mag": 1.05, "time": 1505628704550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.836, 44.307333, 7.31]}, "bbox": [-110.836, 44.307333, -110.836, 44.307333]}, {"id": "3833", "type": "Feature", "properties": {"id": "ak16873888", "mag": 1.1, "time": 1505628661963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5848, 64.1727, 10.8]}, "bbox": [-153.5848, 64.1727, -153.5848, 64.1727]}, {"id": "3834", "type": "Feature", "properties": {"id": "us2000apfa", "mag": 4.9, "time": 1505628478300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9805, 16.0409, 45.23]}, "bbox": [-94.9805, 16.0409, -94.9805, 16.0409]}, {"id": "3835", "type": "Feature", "properties": {"id": "uu60246872", "mag": 1.16, "time": 1505628425450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.817667, 44.294, 7.61]}, "bbox": [-110.817667, 44.294, -110.817667, 44.294]}, {"id": "3836", "type": "Feature", "properties": {"id": "uu60246867", "mag": 1.13, "time": 1505628332210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.828167, 44.305167, 7.48]}, "bbox": [-110.828167, 44.305167, -110.828167, 44.305167]}, {"id": "3837", "type": "Feature", "properties": {"id": "us2000apf6", "mag": 4.5, "time": 1505628213110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0121, 16.1058, 52.57]}, "bbox": [-95.0121, 16.1058, -95.0121, 16.1058]}, {"id": "3838", "type": "Feature", "properties": {"id": "ak16839149", "mag": 1.6, "time": 1505628012027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2, 62.1778, 6.7]}, "bbox": [-150.2, 62.1778, -150.2, 62.1778]}, {"id": "3839", "type": "Feature", "properties": {"id": "us2000apf5", "mag": 4.3, "time": 1505627809940, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.5423, 14.4117, 10.0]}, "bbox": [-88.5423, 14.4117, -88.5423, 14.4117]}, {"id": "3840", "type": "Feature", "properties": {"id": "ci37765039", "mag": 1.19, "time": 1505627007650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0955, 36.761167, 1.69]}, "bbox": [-118.0955, 36.761167, -118.0955, 36.761167]}, {"id": "3841", "type": "Feature", "properties": {"id": "uu60246847", "mag": 3.15, "time": 1505626724050, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.841667, 44.302333, 7.53]}, "bbox": [-110.841667, 44.302333, -110.841667, 44.302333]}, {"id": "3842", "type": "Feature", "properties": {"id": "uu60246837", "mag": 2.04, "time": 1505626455220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.822333, 44.293667, 7.53]}, "bbox": [-110.822333, 44.293667, -110.822333, 44.293667]}, {"id": "3843", "type": "Feature", "properties": {"id": "ci37765023", "mag": 1.52, "time": 1505626163830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797833, 33.501167, 4.62]}, "bbox": [-116.797833, 33.501167, -116.797833, 33.501167]}, {"id": "3844", "type": "Feature", "properties": {"id": "us2000apeu", "mag": 4.4, "time": 1505625898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.4078, 10.7018, 35.32]}, "bbox": [-86.4078, 10.7018, -86.4078, 10.7018]}, {"id": "3845", "type": "Feature", "properties": {"id": "nc72893621", "mag": 1.12, "time": 1505625800310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.820499, 1.92]}, "bbox": [-122.810165, 38.820499, -122.810165, 38.820499]}, {"id": "3846", "type": "Feature", "properties": {"id": "ci37764991", "mag": 1.62, "time": 1505625396010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.928167, 35.9015, 5.28]}, "bbox": [-116.928167, 35.9015, -116.928167, 35.9015]}, {"id": "3847", "type": "Feature", "properties": {"id": "ci37764983", "mag": 1.96, "time": 1505624889150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181, 33.187833, 5.86]}, "bbox": [-116.181, 33.187833, -116.181, 33.187833]}, {"id": "3848", "type": "Feature", "properties": {"id": "ak16838778", "mag": 1.4, "time": 1505624855438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4712, 59.8595, 42.7]}, "bbox": [-150.4712, 59.8595, -150.4712, 59.8595]}, {"id": "3849", "type": "Feature", "properties": {"id": "nc72893601", "mag": 1.37, "time": 1505624608110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8885, 37.105, 1.63]}, "bbox": [-121.8885, 37.105, -121.8885, 37.105]}, {"id": "3850", "type": "Feature", "properties": {"id": "ak16838775", "mag": 3.2, "time": 1505624284096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1812, 54.0118, 9.5]}, "bbox": [-163.1812, 54.0118, -163.1812, 54.0118]}, {"id": "3851", "type": "Feature", "properties": {"id": "us2000apeh", "mag": 4.3, "time": 1505624194760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.7123, 17.7366, 31.43]}, "bbox": [-105.7123, 17.7366, -105.7123, 17.7366]}, {"id": "3852", "type": "Feature", "properties": {"id": "ak16838774", "mag": 1.8, "time": 1505623546848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7399, 59.8813, 5.7]}, "bbox": [-136.7399, 59.8813, -136.7399, 59.8813]}, {"id": "3853", "type": "Feature", "properties": {"id": "ak16838756", "mag": 1.2, "time": 1505622986310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8141, 63.2696, 2.4]}, "bbox": [-151.8141, 63.2696, -151.8141, 63.2696]}, {"id": "3854", "type": "Feature", "properties": {"id": "ak16838752", "mag": 1.7, "time": 1505622626171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3598, 64.3838, 13.9]}, "bbox": [-158.3598, 64.3838, -158.3598, 64.3838]}, {"id": "3855", "type": "Feature", "properties": {"id": "ci37764967", "mag": 0.95, "time": 1505622039760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1755, 33.965, 15.93]}, "bbox": [-117.1755, 33.965, -117.1755, 33.965]}, {"id": "3856", "type": "Feature", "properties": {"id": "ak16873881", "mag": 2.7, "time": 1505621586321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8861, 52.4075, 59.7]}, "bbox": [-169.8861, 52.4075, -169.8861, 52.4075]}, {"id": "3857", "type": "Feature", "properties": {"id": "ak16873880", "mag": 1.0, "time": 1505621507758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3176, 61.144, 19.3]}, "bbox": [-146.3176, 61.144, -146.3176, 61.144]}, {"id": "3858", "type": "Feature", "properties": {"id": "ak16838400", "mag": 1.9, "time": 1505621153075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1301, 60.8625, 64.2]}, "bbox": [-151.1301, 60.8625, -151.1301, 60.8625]}, {"id": "3859", "type": "Feature", "properties": {"id": "ak16838393", "mag": 2.5, "time": 1505620853506, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8794, 60.7582, 60.3]}, "bbox": [-150.8794, 60.7582, -150.8794, 60.7582]}, {"id": "3860", "type": "Feature", "properties": {"id": "ak16838388", "mag": 2.8, "time": 1505620146422, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7851, 59.8817, 2.3]}, "bbox": [-136.7851, 59.8817, -136.7851, 59.8817]}, {"id": "3861", "type": "Feature", "properties": {"id": "nc72893571", "mag": 1.03, "time": 1505619694280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821167, 38.807999, 1.94]}, "bbox": [-122.821167, 38.807999, -122.821167, 38.807999]}, {"id": "3862", "type": "Feature", "properties": {"id": "ak16838386", "mag": 2.2, "time": 1505619628700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9053, 67.6564, 13.7]}, "bbox": [-165.9053, 67.6564, -165.9053, 67.6564]}, {"id": "3863", "type": "Feature", "properties": {"id": "nc72893561", "mag": 1.07, "time": 1505619296320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.808998, 1.93]}, "bbox": [-122.822502, 38.808998, -122.822502, 38.808998]}, {"id": "3864", "type": "Feature", "properties": {"id": "ci37764903", "mag": 1.12, "time": 1505618790010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.147333, 34.5405, 9.83]}, "bbox": [-118.147333, 34.5405, -118.147333, 34.5405]}, {"id": "3865", "type": "Feature", "properties": {"id": "ak16838042", "mag": 1.6, "time": 1505617352105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5056, 61.4142, 8.0]}, "bbox": [-147.5056, 61.4142, -147.5056, 61.4142]}, {"id": "3866", "type": "Feature", "properties": {"id": "ak16838020", "mag": 1.2, "time": 1505616366369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6618, 60.5653, 6.2]}, "bbox": [-152.6618, 60.5653, -152.6618, 60.5653]}, {"id": "3867", "type": "Feature", "properties": {"id": "ak16838003", "mag": 1.0, "time": 1505615565391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2146, 64.7331, 17.7]}, "bbox": [-149.2146, 64.7331, -149.2146, 64.7331]}, {"id": "3868", "type": "Feature", "properties": {"id": "ci37764863", "mag": 1.1, "time": 1505613255300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.709667, 33.653333, 15.82]}, "bbox": [-116.709667, 33.653333, -116.709667, 33.653333]}, {"id": "3869", "type": "Feature", "properties": {"id": "ci37764847", "mag": 1.21, "time": 1505612591880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.687167, 33.6285, 12.15]}, "bbox": [-116.687167, 33.6285, -116.687167, 33.6285]}, {"id": "3870", "type": "Feature", "properties": {"id": "ci37764839", "mag": 1.47, "time": 1505612490180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 33.971833, 17.0]}, "bbox": [-116.927167, 33.971833, -116.927167, 33.971833]}, {"id": "3871", "type": "Feature", "properties": {"id": "ak16837647", "mag": 1.8, "time": 1505611875649, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.771, 59.8672, 1.4]}, "bbox": [-136.771, 59.8672, -136.771, 59.8672]}, {"id": "3872", "type": "Feature", "properties": {"id": "ak16873869", "mag": 1.7, "time": 1505609079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.474, 51.671, 16.0]}, "bbox": [-178.474, 51.671, -178.474, 51.671]}, {"id": "3873", "type": "Feature", "properties": {"id": "hv61910741", "mag": 2.42, "time": 1505608202930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.177667, 19.442, 41.639]}, "bbox": [-156.177667, 19.442, -156.177667, 19.442]}, {"id": "3874", "type": "Feature", "properties": {"id": "ak16836972", "mag": 2.6, "time": 1505606832814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3048, 51.6525, 97.4]}, "bbox": [-178.3048, 51.6525, -178.3048, 51.6525]}, {"id": "3875", "type": "Feature", "properties": {"id": "ci37764815", "mag": 0.95, "time": 1505606822450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.746333, 33.887, 16.59]}, "bbox": [-116.746333, 33.887, -116.746333, 33.887]}, {"id": "3876", "type": "Feature", "properties": {"id": "ak16836965", "mag": 2.3, "time": 1505606388180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7659, 59.8663, 5.1]}, "bbox": [-136.7659, 59.8663, -136.7659, 59.8663]}, {"id": "3877", "type": "Feature", "properties": {"id": "ak16836961", "mag": 2.4, "time": 1505606178328, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7941, 59.8509, 5.2]}, "bbox": [-136.7941, 59.8509, -136.7941, 59.8509]}, {"id": "3878", "type": "Feature", "properties": {"id": "ak16836957", "mag": 1.8, "time": 1505606050093, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.89, 59.8885, 15.4]}, "bbox": [-136.89, 59.8885, -136.89, 59.8885]}, {"id": "3879", "type": "Feature", "properties": {"id": "ak16860570", "mag": 1.4, "time": 1505605718038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8821, 59.8989, 17.9]}, "bbox": [-136.8821, 59.8989, -136.8821, 59.8989]}, {"id": "3880", "type": "Feature", "properties": {"id": "ak16860569", "mag": 1.6, "time": 1505605674005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8902, 59.9059, 15.4]}, "bbox": [-136.8902, 59.9059, -136.8902, 59.9059]}, {"id": "3881", "type": "Feature", "properties": {"id": "ak16860568", "mag": 1.9, "time": 1505605456859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8916, 59.9103, 15.9]}, "bbox": [-136.8916, 59.9103, -136.8916, 59.9103]}, {"id": "3882", "type": "Feature", "properties": {"id": "ak16860567", "mag": 2.3, "time": 1505605410411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9, 59.889, 12.6]}, "bbox": [-136.9, 59.889, -136.9, 59.889]}, {"id": "3883", "type": "Feature", "properties": {"id": "uw61330071", "mag": 2.57, "time": 1505605382130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.863333, 45.526833, 36.1]}, "bbox": [-124.863333, 45.526833, -124.863333, 45.526833]}, {"id": "3884", "type": "Feature", "properties": {"id": "us2000apcc", "mag": 5.1, "time": 1505605083280, "felt": 218.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-136.7498, 59.9037, 10.0]}, "bbox": [-136.7498, 59.9037, -136.7498, 59.9037]}, {"id": "3885", "type": "Feature", "properties": {"id": "us2000apbv", "mag": 3.9, "time": 1505604419110, "felt": 198.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6989, 35.8586, 2.57]}, "bbox": [-96.6989, 35.8586, -96.6989, 35.8586]}, {"id": "3886", "type": "Feature", "properties": {"id": "ak16836912", "mag": 2.9, "time": 1505604383308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6017, 51.905, 128.2]}, "bbox": [178.6017, 51.905, 178.6017, 51.905]}, {"id": "3887", "type": "Feature", "properties": {"id": "uw61329986", "mag": 1.23, "time": 1505604005810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.754167, 46.857333, 1.43]}, "bbox": [-121.754167, 46.857333, -121.754167, 46.857333]}, {"id": "3888", "type": "Feature", "properties": {"id": "us2000apbu", "mag": 4.7, "time": 1505603696310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-14.0114, -17.7554, 10.0]}, "bbox": [-14.0114, -17.7554, -14.0114, -17.7554]}, {"id": "3889", "type": "Feature", "properties": {"id": "ak16860564", "mag": 1.6, "time": 1505603516964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1524, 61.3778, 62.1]}, "bbox": [-151.1524, 61.3778, -151.1524, 61.3778]}, {"id": "3890", "type": "Feature", "properties": {"id": "us2000apbm", "mag": 4.5, "time": 1505603442050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1822, 15.4761, 67.03]}, "bbox": [-94.1822, 15.4761, -94.1822, 15.4761]}, {"id": "3891", "type": "Feature", "properties": {"id": "nc72893446", "mag": 2.29, "time": 1505603337140, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.616833, 36.971, 4.79]}, "bbox": [-121.616833, 36.971, -121.616833, 36.971]}, {"id": "3892", "type": "Feature", "properties": {"id": "ak16860563", "mag": 1.5, "time": 1505603223363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5667, 57.9908, 15.9]}, "bbox": [-156.5667, 57.9908, -156.5667, 57.9908]}, {"id": "3893", "type": "Feature", "properties": {"id": "ak16860562", "mag": 1.6, "time": 1505602163820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0011, 60.0807, 110.1]}, "bbox": [-153.0011, 60.0807, -153.0011, 60.0807]}, {"id": "3894", "type": "Feature", "properties": {"id": "ak16836589", "mag": 1.7, "time": 1505601390855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7769, 62.4045, 59.6]}, "bbox": [-147.7769, 62.4045, -147.7769, 62.4045]}, {"id": "3895", "type": "Feature", "properties": {"id": "nc72893436", "mag": 1.34, "time": 1505600967450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493, 0.66]}, "bbox": [-118.834167, 37.493, -118.834167, 37.493]}, {"id": "3896", "type": "Feature", "properties": {"id": "uw61329976", "mag": 1.03, "time": 1505600388700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491167, 46.067333, 18.24]}, "bbox": [-122.491167, 46.067333, -122.491167, 46.067333]}, {"id": "3897", "type": "Feature", "properties": {"id": "ci37764791", "mag": 1.29, "time": 1505599746390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.431333, 33.040167, 10.42]}, "bbox": [-116.431333, 33.040167, -116.431333, 33.040167]}, {"id": "3898", "type": "Feature", "properties": {"id": "nc72893421", "mag": 1.75, "time": 1505599309380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.164333, 35.816, 11.62]}, "bbox": [-120.164333, 35.816, -120.164333, 35.816]}, {"id": "3899", "type": "Feature", "properties": {"id": "us2000apln", "mag": 3.8, "time": 1505599105290, "felt": 27.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.4711, 35.839, 65.43]}, "bbox": [139.4711, 35.839, 139.4711, 35.839]}, {"id": "3900", "type": "Feature", "properties": {"id": "nc72893416", "mag": 2.39, "time": 1505598962550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.606167, 40.391, 23.43]}, "bbox": [-124.606167, 40.391, -124.606167, 40.391]}, {"id": "3901", "type": "Feature", "properties": {"id": "ak16836269", "mag": 2.6, "time": 1505598312964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1504, 57.6803, 1.9]}, "bbox": [-156.1504, 57.6803, -156.1504, 57.6803]}, {"id": "3902", "type": "Feature", "properties": {"id": "us2000apay", "mag": 4.1, "time": 1505597546760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4078, 15.1552, 27.65]}, "bbox": [-94.4078, 15.1552, -94.4078, 15.1552]}, {"id": "3903", "type": "Feature", "properties": {"id": "ak16860558", "mag": 1.5, "time": 1505597186774, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8073, 63.0653, 123.5]}, "bbox": [-150.8073, 63.0653, -150.8073, 63.0653]}, {"id": "3904", "type": "Feature", "properties": {"id": "nc72893411", "mag": 1.07, "time": 1505596690170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.805332, 0.54]}, "bbox": [-122.793999, 38.805332, -122.793999, 38.805332]}, {"id": "3905", "type": "Feature", "properties": {"id": "ci37764743", "mag": 1.25, "time": 1505596431740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.192167, 7.19]}, "bbox": [-116.179, 33.192167, -116.179, 33.192167]}, {"id": "3906", "type": "Feature", "properties": {"id": "us2000apa3", "mag": 5.2, "time": 1505595657570, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.8208, 52.9335, 55.59]}, "bbox": [159.8208, 52.9335, 159.8208, 52.9335]}, {"id": "3907", "type": "Feature", "properties": {"id": "nc72893406", "mag": 1.68, "time": 1505595567120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832833, 37.5715, 2.76]}, "bbox": [-118.832833, 37.5715, -118.832833, 37.5715]}, {"id": "3908", "type": "Feature", "properties": {"id": "ak16835937", "mag": 1.2, "time": 1505594309155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7782, 63.4422, 11.7]}, "bbox": [-148.7782, 63.4422, -148.7782, 63.4422]}, {"id": "3909", "type": "Feature", "properties": {"id": "ak16835935", "mag": 1.3, "time": 1505593468147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0825, 63.2217, 0.4]}, "bbox": [-151.0825, 63.2217, -151.0825, 63.2217]}, {"id": "3910", "type": "Feature", "properties": {"id": "ci37764719", "mag": 1.01, "time": 1505593021350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509667, 36.069667, 3.41]}, "bbox": [-117.509667, 36.069667, -117.509667, 36.069667]}, {"id": "3911", "type": "Feature", "properties": {"id": "ci37764711", "mag": 1.86, "time": 1505592937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.217, 32.373167, 19.88]}, "bbox": [-115.217, 32.373167, -115.217, 32.373167]}, {"id": "3912", "type": "Feature", "properties": {"id": "us2000ap9e", "mag": 4.2, "time": 1505592897770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6768, -23.7075, 201.03]}, "bbox": [-66.6768, -23.7075, -66.6768, -23.7075]}, {"id": "3913", "type": "Feature", "properties": {"id": "nn00605530", "mag": 1.0, "time": 1505591425440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9, 39.4039, 6.9]}, "bbox": [-119.9, 39.4039, -119.9, 39.4039]}, {"id": "3914", "type": "Feature", "properties": {"id": "nc72893386", "mag": 1.01, "time": 1505591244480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.504167, 37.923833, 7.96]}, "bbox": [-118.504167, 37.923833, -118.504167, 37.923833]}, {"id": "3915", "type": "Feature", "properties": {"id": "us2000ap8u", "mag": 5.1, "time": 1505590529510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.552, 15.3031, 17.06]}, "bbox": [-94.552, 15.3031, -94.552, 15.3031]}, {"id": "3916", "type": "Feature", "properties": {"id": "ak16835905", "mag": 2.1, "time": 1505590055161, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0556, 59.9293, 124.0]}, "bbox": [-153.0556, 59.9293, -153.0556, 59.9293]}, {"id": "3917", "type": "Feature", "properties": {"id": "uu60246652", "mag": 1.36, "time": 1505589841530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.020833, 44.802, 10.59]}, "bbox": [-111.020833, 44.802, -111.020833, 44.802]}, {"id": "3918", "type": "Feature", "properties": {"id": "ci37764687", "mag": 1.0, "time": 1505588714630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.973333, 33.989, 6.67]}, "bbox": [-116.973333, 33.989, -116.973333, 33.989]}, {"id": "3919", "type": "Feature", "properties": {"id": "ak16835606", "mag": 2.1, "time": 1505588651481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7021, 67.8201, 4.3]}, "bbox": [-156.7021, 67.8201, -156.7021, 67.8201]}, {"id": "3920", "type": "Feature", "properties": {"id": "ci37764679", "mag": 1.11, "time": 1505588640970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2045, 34.993167, -0.8]}, "bbox": [-118.2045, 34.993167, -118.2045, 34.993167]}, {"id": "3921", "type": "Feature", "properties": {"id": "us2000ap88", "mag": 4.3, "time": 1505588283560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7095, 15.6575, 33.63]}, "bbox": [-94.7095, 15.6575, -94.7095, 15.6575]}, {"id": "3922", "type": "Feature", "properties": {"id": "ak16860552", "mag": 2.1, "time": 1505587762267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2692, 60.1941, 137.5]}, "bbox": [-153.2692, 60.1941, -153.2692, 60.1941]}, {"id": "3923", "type": "Feature", "properties": {"id": "ak16860551", "mag": 1.2, "time": 1505586754071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2984, 62.5136, 52.7]}, "bbox": [-148.2984, 62.5136, -148.2984, 62.5136]}, {"id": "3924", "type": "Feature", "properties": {"id": "ci37764631", "mag": 1.09, "time": 1505586635400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791667, 33.507667, 4.61]}, "bbox": [-116.791667, 33.507667, -116.791667, 33.507667]}, {"id": "3925", "type": "Feature", "properties": {"id": "ci37764623", "mag": 1.32, "time": 1505586305110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.975667, 33.992333, 5.71]}, "bbox": [-116.975667, 33.992333, -116.975667, 33.992333]}, {"id": "3926", "type": "Feature", "properties": {"id": "nc72893361", "mag": 1.14, "time": 1505585751450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8095, 38.823167, 1.14]}, "bbox": [-122.8095, 38.823167, -122.8095, 38.823167]}, {"id": "3927", "type": "Feature", "properties": {"id": "ak16835287", "mag": 2.1, "time": 1505584069266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8156, 57.4983, 73.9]}, "bbox": [-155.8156, 57.4983, -155.8156, 57.4983]}, {"id": "3928", "type": "Feature", "properties": {"id": "us2000ap76", "mag": 4.0, "time": 1505583967320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.5572, 15.6925, 24.12]}, "bbox": [-95.5572, 15.6925, -95.5572, 15.6925]}, {"id": "3929", "type": "Feature", "properties": {"id": "us2000ap74", "mag": 4.7, "time": 1505583533380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.7408, 24.878, 57.27]}, "bbox": [142.7408, 24.878, 142.7408, 24.878]}, {"id": "3930", "type": "Feature", "properties": {"id": "ak16860549", "mag": 1.4, "time": 1505583090155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0305, 61.8843, 68.3]}, "bbox": [-151.0305, 61.8843, -151.0305, 61.8843]}, {"id": "3931", "type": "Feature", "properties": {"id": "ci37764599", "mag": 1.28, "time": 1505582839910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.878167, 35.360667, 7.9]}, "bbox": [-117.878167, 35.360667, -117.878167, 35.360667]}, {"id": "3932", "type": "Feature", "properties": {"id": "us2000ap78", "mag": 4.9, "time": 1505582156450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.507, -10.1846, 49.82]}, "bbox": [161.507, -10.1846, 161.507, -10.1846]}, {"id": "3933", "type": "Feature", "properties": {"id": "us2000ap6d", "mag": 3.0, "time": 1505582077650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4285, 42.5847, 7.15]}, "bbox": [-111.4285, 42.5847, -111.4285, 42.5847]}, {"id": "3934", "type": "Feature", "properties": {"id": "us2000ap6b", "mag": 4.6, "time": 1505581929340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1918, -37.2167, 6.3]}, "bbox": [-74.1918, -37.2167, -74.1918, -37.2167]}, {"id": "3935", "type": "Feature", "properties": {"id": "us2000ap64", "mag": 4.5, "time": 1505581636660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0682, 16.1115, 35.63]}, "bbox": [-95.0682, 16.1115, -95.0682, 16.1115]}, {"id": "3936", "type": "Feature", "properties": {"id": "nc72893331", "mag": 1.49, "time": 1505581158890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.337833, 37.820167, -0.2]}, "bbox": [-122.337833, 37.820167, -122.337833, 37.820167]}, {"id": "3937", "type": "Feature", "properties": {"id": "ak16860548", "mag": 2.1, "time": 1505580632689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7764, 56.9377, 2.3]}, "bbox": [-157.7764, 56.9377, -157.7764, 56.9377]}, {"id": "3938", "type": "Feature", "properties": {"id": "nc72893326", "mag": 1.43, "time": 1505580258840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711, 38.750833, 1.46]}, "bbox": [-122.711, 38.750833, -122.711, 38.750833]}, {"id": "3939", "type": "Feature", "properties": {"id": "nc72893316", "mag": 1.6, "time": 1505579747930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717167, 38.752667, 1.24]}, "bbox": [-122.717167, 38.752667, -122.717167, 38.752667]}, {"id": "3940", "type": "Feature", "properties": {"id": "nc72893306", "mag": 1.39, "time": 1505579471580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0075, 37.570667, 2.07]}, "bbox": [-119.0075, 37.570667, -119.0075, 37.570667]}, {"id": "3941", "type": "Feature", "properties": {"id": "hv61910186", "mag": 1.68, "time": 1505579377040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611, 19.430167, 2.332]}, "bbox": [-155.611, 19.430167, -155.611, 19.430167]}, {"id": "3942", "type": "Feature", "properties": {"id": "ci37764559", "mag": 1.5, "time": 1505579023330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 34.514833, 12.76]}, "bbox": [-119.801833, 34.514833, -119.801833, 34.514833]}, {"id": "3943", "type": "Feature", "properties": {"id": "ak16834974", "mag": 1.6, "time": 1505578926267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7481, 62.8102, 9.5]}, "bbox": [-151.7481, 62.8102, -151.7481, 62.8102]}, {"id": "3944", "type": "Feature", "properties": {"id": "ak16834965", "mag": 2.6, "time": 1505578647951, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7871, 61.8971, 60.5]}, "bbox": [-150.7871, 61.8971, -150.7871, 61.8971]}, {"id": "3945", "type": "Feature", "properties": {"id": "mb80255754", "mag": 1.22, "time": 1505578208020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.489667, 44.705667, 13.34]}, "bbox": [-112.489667, 44.705667, -112.489667, 44.705667]}, {"id": "3946", "type": "Feature", "properties": {"id": "nc72893286", "mag": 1.35, "time": 1505577465010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.047, 36.467, 7.96]}, "bbox": [-121.047, 36.467, -121.047, 36.467]}, {"id": "3947", "type": "Feature", "properties": {"id": "nn00605503", "mag": 1.0, "time": 1505577266743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.9133, 37.0358, 0.0]}, "bbox": [-117.9133, 37.0358, -117.9133, 37.0358]}, {"id": "3948", "type": "Feature", "properties": {"id": "ak16834664", "mag": 2.4, "time": 1505577104470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.431, 64.4709, 16.8]}, "bbox": [-149.431, 64.4709, -149.431, 64.4709]}, {"id": "3949", "type": "Feature", "properties": {"id": "us2000ap48", "mag": 2.5, "time": 1505575595120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4328, 42.5757, 6.87]}, "bbox": [-111.4328, 42.5757, -111.4328, 42.5757]}, {"id": "3950", "type": "Feature", "properties": {"id": "nc72893281", "mag": 1.04, "time": 1505575420020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.895333, 37.565, -1.35]}, "bbox": [-118.895333, 37.565, -118.895333, 37.565]}, {"id": "3951", "type": "Feature", "properties": {"id": "us2000ap45", "mag": 2.6, "time": 1505574778570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5771, 8.55]}, "bbox": [-111.4287, 42.5771, -111.4287, 42.5771]}, {"id": "3952", "type": "Feature", "properties": {"id": "ak16834651", "mag": 1.1, "time": 1505574443625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8572, 64.7619, 12.6]}, "bbox": [-139.8572, 64.7619, -139.8572, 64.7619]}, {"id": "3953", "type": "Feature", "properties": {"id": "nc72893271", "mag": 1.41, "time": 1505574428990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.638167, 2.02]}, "bbox": [-118.946833, 37.638167, -118.946833, 37.638167]}, {"id": "3954", "type": "Feature", "properties": {"id": "ak16860541", "mag": 2.0, "time": 1505574078688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3496, 59.7545, 127.1]}, "bbox": [-153.3496, 59.7545, -153.3496, 59.7545]}, {"id": "3955", "type": "Feature", "properties": {"id": "ci37764535", "mag": 1.64, "time": 1505573652280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1775, 33.193, 4.38]}, "bbox": [-116.1775, 33.193, -116.1775, 33.193]}, {"id": "3956", "type": "Feature", "properties": {"id": "ak16834350", "mag": 1.4, "time": 1505572849209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9009, 64.7582, 0.8]}, "bbox": [-139.9009, 64.7582, -139.9009, 64.7582]}, {"id": "3957", "type": "Feature", "properties": {"id": "us2000ap3f", "mag": 2.7, "time": 1505571851260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424, 42.5936, 4.8]}, "bbox": [-111.424, 42.5936, -111.424, 42.5936]}, {"id": "3958", "type": "Feature", "properties": {"id": "ak16834332", "mag": 2.5, "time": 1505571656570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9804, 59.5744, 87.3]}, "bbox": [-152.9804, 59.5744, -152.9804, 59.5744]}, {"id": "3959", "type": "Feature", "properties": {"id": "us2000ap3b", "mag": 5.4, "time": 1505571537070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9072, 16.226, 27.8]}, "bbox": [-94.9072, 16.226, -94.9072, 16.226]}, {"id": "3960", "type": "Feature", "properties": {"id": "ak16860538", "mag": 1.3, "time": 1505570434361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2424, 62.5449, 91.4]}, "bbox": [-151.2424, 62.5449, -151.2424, 62.5449]}, {"id": "3961", "type": "Feature", "properties": {"id": "uw61329766", "mag": 1.85, "time": 1505569264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0445, 46.876833, 6.67]}, "bbox": [-122.0445, 46.876833, -122.0445, 46.876833]}, {"id": "3962", "type": "Feature", "properties": {"id": "ak16834028", "mag": 1.9, "time": 1505568376976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1823, 62.4985, 43.1]}, "bbox": [-148.1823, 62.4985, -148.1823, 62.4985]}, {"id": "3963", "type": "Feature", "properties": {"id": "nc72893206", "mag": 1.29, "time": 1505567825160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931167, 37.587167, 0.64]}, "bbox": [-118.931167, 37.587167, -118.931167, 37.587167]}, {"id": "3964", "type": "Feature", "properties": {"id": "ci37764455", "mag": 2.74, "time": 1505566718480, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.162, 34.381, 19.82]}, "bbox": [-121.162, 34.381, -121.162, 34.381]}, {"id": "3965", "type": "Feature", "properties": {"id": "ak16860534", "mag": 1.8, "time": 1505566502565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1816, 59.9775, 117.4]}, "bbox": [-153.1816, 59.9775, -153.1816, 59.9775]}, {"id": "3966", "type": "Feature", "properties": {"id": "nc72893196", "mag": 1.67, "time": 1505566233320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7105, 38.752667, 1.06]}, "bbox": [-122.7105, 38.752667, -122.7105, 38.752667]}, {"id": "3967", "type": "Feature", "properties": {"id": "pr2017259001", "mag": 2.53, "time": 1505566066240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1556, 17.5196, 8.0]}, "bbox": [-67.1556, 17.5196, -67.1556, 17.5196]}, {"id": "3968", "type": "Feature", "properties": {"id": "nn00605483", "mag": 1.9, "time": 1505565978805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5538, 38.7481, 7.8]}, "bbox": [-119.5538, 38.7481, -119.5538, 38.7481]}, {"id": "3969", "type": "Feature", "properties": {"id": "ci37764447", "mag": 1.73, "time": 1505565806200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609667, 33.184833, 2.89]}, "bbox": [-115.609667, 33.184833, -115.609667, 33.184833]}, {"id": "3970", "type": "Feature", "properties": {"id": "ismpkansas70235458", "mag": 2.43, "time": 1505565729090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570167, 37.344833, 5.17]}, "bbox": [-97.570167, 37.344833, -97.570167, 37.344833]}, {"id": "3971", "type": "Feature", "properties": {"id": "us2000ap2h", "mag": 5.1, "time": 1505565414430, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.9693, -6.4027, 84.07]}, "bbox": [154.9693, -6.4027, 154.9693, -6.4027]}, {"id": "3972", "type": "Feature", "properties": {"id": "nc72893191", "mag": 1.22, "time": 1505565031030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840833, 37.499667, 1.31]}, "bbox": [-118.840833, 37.499667, -118.840833, 37.499667]}, {"id": "3973", "type": "Feature", "properties": {"id": "nc72893176", "mag": 1.02, "time": 1505564232460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837502, 1.89]}, "bbox": [-122.827667, 38.837502, -122.827667, 38.837502]}, {"id": "3974", "type": "Feature", "properties": {"id": "nc72893171", "mag": 1.16, "time": 1505563869000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.124, 36.5485, 6.91]}, "bbox": [-121.124, 36.5485, -121.124, 36.5485]}, {"id": "3975", "type": "Feature", "properties": {"id": "nc72893166", "mag": 1.98, "time": 1505563826250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.96, 36.383333, 5.84]}, "bbox": [-120.96, 36.383333, -120.96, 36.383333]}, {"id": "3976", "type": "Feature", "properties": {"id": "ak16860533", "mag": 2.3, "time": 1505563620965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2643, 51.2858, 23.3]}, "bbox": [-178.2643, 51.2858, -178.2643, 51.2858]}, {"id": "3977", "type": "Feature", "properties": {"id": "ak16833723", "mag": 1.8, "time": 1505563033811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0307, 59.9768, 107.6]}, "bbox": [-153.0307, 59.9768, -153.0307, 59.9768]}, {"id": "3978", "type": "Feature", "properties": {"id": "ak16833722", "mag": 1.0, "time": 1505562940424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5632, 63.5373, 8.9]}, "bbox": [-147.5632, 63.5373, -147.5632, 63.5373]}, {"id": "3979", "type": "Feature", "properties": {"id": "us2000ap1y", "mag": 2.6, "time": 1505562746670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.3487, 38.1953, 7.98]}, "bbox": [-87.3487, 38.1953, -87.3487, 38.1953]}, {"id": "3980", "type": "Feature", "properties": {"id": "ak16833715", "mag": 1.4, "time": 1505562545553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0358, 63.0385, 119.0]}, "bbox": [-151.0358, 63.0385, -151.0358, 63.0385]}, {"id": "3981", "type": "Feature", "properties": {"id": "us2000ap1n", "mag": 4.9, "time": 1505561075850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2793, -17.0456, 538.12]}, "bbox": [-179.2793, -17.0456, -179.2793, -17.0456]}, {"id": "3982", "type": "Feature", "properties": {"id": "us2000ap1h", "mag": 4.9, "time": 1505561004690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0304, 14.9269, 46.15]}, "bbox": [-94.0304, 14.9269, -94.0304, 14.9269]}, {"id": "3983", "type": "Feature", "properties": {"id": "nc72893161", "mag": 1.71, "time": 1505560933840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.120167, 35.9645, 23.92]}, "bbox": [-120.120167, 35.9645, -120.120167, 35.9645]}, {"id": "3984", "type": "Feature", "properties": {"id": "us2000at4t", "mag": 4.2, "time": 1505560744440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.8254, -7.4355, 134.05]}, "bbox": [128.8254, -7.4355, 128.8254, -7.4355]}, {"id": "3985", "type": "Feature", "properties": {"id": "ak16833426", "mag": 1.4, "time": 1505560633966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4578, 61.5042, 28.0]}, "bbox": [-146.4578, 61.5042, -146.4578, 61.5042]}, {"id": "3986", "type": "Feature", "properties": {"id": "us2000ap1d", "mag": 2.4, "time": 1505560442800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8006, 35.9908, 5.836]}, "bbox": [-96.8006, 35.9908, -96.8006, 35.9908]}, {"id": "3987", "type": "Feature", "properties": {"id": "nc72893146", "mag": 1.21, "time": 1505560059470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829167, 37.4595, 2.47]}, "bbox": [-118.829167, 37.4595, -118.829167, 37.4595]}, {"id": "3988", "type": "Feature", "properties": {"id": "us2000ap17", "mag": 4.2, "time": 1505558287960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.162, 15.1165, 61.6]}, "bbox": [-94.162, 15.1165, -94.162, 15.1165]}, {"id": "3989", "type": "Feature", "properties": {"id": "mb80255689", "mag": 1.86, "time": 1505557588190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1525, 48.101667, 7.53]}, "bbox": [-115.1525, 48.101667, -115.1525, 48.101667]}, {"id": "3990", "type": "Feature", "properties": {"id": "nc72893131", "mag": 1.55, "time": 1505557460780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826, 38.836333, 2.51]}, "bbox": [-122.826, 38.836333, -122.826, 38.836333]}, {"id": "3991", "type": "Feature", "properties": {"id": "us2000ap0t", "mag": 4.5, "time": 1505557108730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2297, 14.9414, 30.52]}, "bbox": [-94.2297, 14.9414, -94.2297, 14.9414]}, {"id": "3992", "type": "Feature", "properties": {"id": "uw61329606", "mag": 1.52, "time": 1505556991880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.998833, 47.691333, 5.06]}, "bbox": [-121.998833, 47.691333, -121.998833, 47.691333]}, {"id": "3993", "type": "Feature", "properties": {"id": "us2000ap0r", "mag": 5.4, "time": 1505556693470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [83.5155, 42.2053, 16.0]}, "bbox": [83.5155, 42.2053, 83.5155, 42.2053]}, {"id": "3994", "type": "Feature", "properties": {"id": "nc72893116", "mag": 1.84, "time": 1505556472360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.136, 35.962667, 25.16]}, "bbox": [-120.136, 35.962667, -120.136, 35.962667]}, {"id": "3995", "type": "Feature", "properties": {"id": "us2000at4a", "mag": 4.0, "time": 1505555867920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1193, -10.8831, 38.93]}, "bbox": [122.1193, -10.8831, 122.1193, -10.8831]}, {"id": "3996", "type": "Feature", "properties": {"id": "nc72893106", "mag": 2.2, "time": 1505555321940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 38.061667, 8.48]}, "bbox": [-118.918167, 38.061667, -118.918167, 38.061667]}, {"id": "3997", "type": "Feature", "properties": {"id": "ci37764391", "mag": 3.37, "time": 1505555150630, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.616167, 33.169667, 8.65]}, "bbox": [-115.616167, 33.169667, -115.616167, 33.169667]}, {"id": "3998", "type": "Feature", "properties": {"id": "ak16833112", "mag": 1.5, "time": 1505554903991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7489, 59.845, 6.0]}, "bbox": [-136.7489, 59.845, -136.7489, 59.845]}, {"id": "3999", "type": "Feature", "properties": {"id": "ak16832833", "mag": 1.9, "time": 1505554129377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7145, 60.2604, 9.4]}, "bbox": [-141.7145, 60.2604, -141.7145, 60.2604]}, {"id": "4000", "type": "Feature", "properties": {"id": "ak16832826", "mag": 1.1, "time": 1505553506665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3921, 63.5231, 5.2]}, "bbox": [-147.3921, 63.5231, -147.3921, 63.5231]}, {"id": "4001", "type": "Feature", "properties": {"id": "ak16832818", "mag": 2.0, "time": 1505552113865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4792, 63.0863, 5.5]}, "bbox": [-151.4792, 63.0863, -151.4792, 63.0863]}, {"id": "4002", "type": "Feature", "properties": {"id": "ak16860523", "mag": 1.1, "time": 1505550954800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5868, 63.8926, 99.6]}, "bbox": [-148.5868, 63.8926, -148.5868, 63.8926]}, {"id": "4003", "type": "Feature", "properties": {"id": "us2000ap0a", "mag": 4.0, "time": 1505550836160, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.685, 37.0689, 6.9]}, "bbox": [27.685, 37.0689, 27.685, 37.0689]}, {"id": "4004", "type": "Feature", "properties": {"id": "ci37764359", "mag": 1.53, "time": 1505550124480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 33.145833, 9.49]}, "bbox": [-115.9555, 33.145833, -115.9555, 33.145833]}, {"id": "4005", "type": "Feature", "properties": {"id": "ci37764335", "mag": 1.72, "time": 1505549627950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.053167, 36.123167, 1.12]}, "bbox": [-118.053167, 36.123167, -118.053167, 36.123167]}, {"id": "4006", "type": "Feature", "properties": {"id": "ci37764327", "mag": 1.0, "time": 1505549298090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920833, 33.975167, 6.39]}, "bbox": [-116.920833, 33.975167, -116.920833, 33.975167]}, {"id": "4007", "type": "Feature", "properties": {"id": "ak16832531", "mag": 1.9, "time": 1505548305568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9221, 64.7554, 18.3]}, "bbox": [-139.9221, 64.7554, -139.9221, 64.7554]}, {"id": "4008", "type": "Feature", "properties": {"id": "pr2017259000", "mag": 3.64, "time": 1505548231440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.0526, 18.4531, 34.0]}, "bbox": [-64.0526, 18.4531, -64.0526, 18.4531]}, {"id": "4009", "type": "Feature", "properties": {"id": "nn00605447", "mag": 1.3, "time": 1505548133652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0331, 40.436, 11.8]}, "bbox": [-120.0331, 40.436, -120.0331, 40.436]}, {"id": "4010", "type": "Feature", "properties": {"id": "ak16860520", "mag": 1.3, "time": 1505547550857, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9184, 62.2903, 70.9]}, "bbox": [-150.9184, 62.2903, -150.9184, 62.2903]}, {"id": "4011", "type": "Feature", "properties": {"id": "ci37764303", "mag": 0.95, "time": 1505546199690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922833, 33.978, 5.2]}, "bbox": [-116.922833, 33.978, -116.922833, 33.978]}, {"id": "4012", "type": "Feature", "properties": {"id": "ak16832252", "mag": 3.1, "time": 1505545940675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5336, 51.3744, 18.2]}, "bbox": [178.5336, 51.3744, 178.5336, 51.3744]}, {"id": "4013", "type": "Feature", "properties": {"id": "nc72893051", "mag": 1.0, "time": 1505544999790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.518833, 0.05]}, "bbox": [-118.8995, 37.518833, -118.8995, 37.518833]}, {"id": "4014", "type": "Feature", "properties": {"id": "hv61909871", "mag": 3.66, "time": 1505544037320, "felt": 734.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.487667, 21.642167, 10.046]}, "bbox": [-157.487667, 21.642167, -157.487667, 21.642167]}, {"id": "4015", "type": "Feature", "properties": {"id": "ak16832238", "mag": 2.6, "time": 1505543981141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.591, 58.4419, 63.5]}, "bbox": [-153.591, 58.4419, -153.591, 58.4419]}, {"id": "4016", "type": "Feature", "properties": {"id": "ak16860517", "mag": 1.9, "time": 1505543962894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4461, 59.504, 85.4]}, "bbox": [-152.4461, 59.504, -152.4461, 59.504]}, {"id": "4017", "type": "Feature", "properties": {"id": "ci37764247", "mag": 0.97, "time": 1505543854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.918833, 33.976667, 6.71]}, "bbox": [-116.918833, 33.976667, -116.918833, 33.976667]}, {"id": "4018", "type": "Feature", "properties": {"id": "ak16832235", "mag": 1.7, "time": 1505543819625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8364, 61.486, 9.3]}, "bbox": [-146.8364, 61.486, -146.8364, 61.486]}, {"id": "4019", "type": "Feature", "properties": {"id": "us2000anze", "mag": 4.4, "time": 1505543417100, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.4791, 13.6017, 52.75]}, "bbox": [-90.4791, 13.6017, -90.4791, 13.6017]}, {"id": "4020", "type": "Feature", "properties": {"id": "nc72893026", "mag": 0.96, "time": 1505543269370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8325, 37.540333, 4.97]}, "bbox": [-118.8325, 37.540333, -118.8325, 37.540333]}, {"id": "4021", "type": "Feature", "properties": {"id": "nc72893021", "mag": 1.36, "time": 1505543240340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.181833, 37.775667, 14.71]}, "bbox": [-122.181833, 37.775667, -122.181833, 37.775667]}, {"id": "4022", "type": "Feature", "properties": {"id": "ak16831965", "mag": 1.2, "time": 1505542824882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1125, 62.0856, 43.0]}, "bbox": [-148.1125, 62.0856, -148.1125, 62.0856]}, {"id": "4023", "type": "Feature", "properties": {"id": "nc72893011", "mag": 1.57, "time": 1505541411490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8025, 38.706667, 3.14]}, "bbox": [-122.8025, 38.706667, -122.8025, 38.706667]}, {"id": "4024", "type": "Feature", "properties": {"id": "ak16831959", "mag": 1.0, "time": 1505541221769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4333, 66.2529, 10.1]}, "bbox": [-157.4333, 66.2529, -157.4333, 66.2529]}, {"id": "4025", "type": "Feature", "properties": {"id": "ak16831957", "mag": 1.8, "time": 1505541032598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4004, 57.5066, 48.2]}, "bbox": [-154.4004, 57.5066, -154.4004, 57.5066]}, {"id": "4026", "type": "Feature", "properties": {"id": "us2000anz4", "mag": 4.4, "time": 1505540612950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.854, 17.4925, 32.6]}, "bbox": [-60.854, 17.4925, -60.854, 17.4925]}, {"id": "4027", "type": "Feature", "properties": {"id": "us2000anz2", "mag": 4.1, "time": 1505540153920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.143, 15.2335, 36.21]}, "bbox": [-94.143, 15.2335, -94.143, 15.2335]}, {"id": "4028", "type": "Feature", "properties": {"id": "ci37764183", "mag": 1.57, "time": 1505539498920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 33.976667, 6.44]}, "bbox": [-116.924667, 33.976667, -116.924667, 33.976667]}, {"id": "4029", "type": "Feature", "properties": {"id": "us2000anyv", "mag": 3.7, "time": 1505539256530, "felt": 22.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5716, 8.12]}, "bbox": [-111.4153, 42.5716, -111.4153, 42.5716]}, {"id": "4030", "type": "Feature", "properties": {"id": "nc72893001", "mag": 1.74, "time": 1505539200450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.266667, 39.366833, -0.52]}, "bbox": [-123.266667, 39.366833, -123.266667, 39.366833]}, {"id": "4031", "type": "Feature", "properties": {"id": "nn00605425", "mag": 1.2, "time": 1505536942149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.719, 36.6783, 6.3]}, "bbox": [-115.719, 36.6783, -115.719, 36.6783]}, {"id": "4032", "type": "Feature", "properties": {"id": "ci37764071", "mag": 3.03, "time": 1505536766220, "felt": 99.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.926333, 33.9745, 5.92]}, "bbox": [-116.926333, 33.9745, -116.926333, 33.9745]}, {"id": "4033", "type": "Feature", "properties": {"id": "us2000anyf", "mag": 4.6, "time": 1505535666910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9491, -1.4664, 157.52]}, "bbox": [-77.9491, -1.4664, -77.9491, -1.4664]}, {"id": "4034", "type": "Feature", "properties": {"id": "nc72892991", "mag": 1.09, "time": 1505535129720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777833, 39.807833, 8.29]}, "bbox": [-122.777833, 39.807833, -122.777833, 39.807833]}, {"id": "4035", "type": "Feature", "properties": {"id": "us2000any5", "mag": 4.3, "time": 1505534256750, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.7094, 13.2544, 54.8]}, "bbox": [-89.7094, 13.2544, -89.7094, 13.2544]}, {"id": "4036", "type": "Feature", "properties": {"id": "ak16831411", "mag": 1.0, "time": 1505534077361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8446, 61.8774, 13.6]}, "bbox": [-148.8446, 61.8774, -148.8446, 61.8774]}, {"id": "4037", "type": "Feature", "properties": {"id": "nn00605540", "mag": 1.1, "time": 1505533644071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5347, 38.3939, 14.7]}, "bbox": [-116.5347, 38.3939, -116.5347, 38.3939]}, {"id": "4038", "type": "Feature", "properties": {"id": "ci37764039", "mag": 1.68, "time": 1505533494970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.682, 35.141167, 11.28]}, "bbox": [-119.682, 35.141167, -119.682, 35.141167]}, {"id": "4039", "type": "Feature", "properties": {"id": "ci37764031", "mag": 1.75, "time": 1505533234710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.516833, 32.862, 5.65]}, "bbox": [-115.516833, 32.862, -115.516833, 32.862]}, {"id": "4040", "type": "Feature", "properties": {"id": "ak16831410", "mag": 1.3, "time": 1505532137489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8143, 61.3719, 31.3]}, "bbox": [-146.8143, 61.3719, -146.8143, 61.3719]}, {"id": "4041", "type": "Feature", "properties": {"id": "nc72892971", "mag": 0.98, "time": 1505532054400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8735, 37.542, 7.25]}, "bbox": [-118.8735, 37.542, -118.8735, 37.542]}, {"id": "4042", "type": "Feature", "properties": {"id": "nm60206921", "mag": 1.9, "time": 1505531769960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3315, 35.6915, 12.51]}, "bbox": [-90.3315, 35.6915, -90.3315, 35.6915]}, {"id": "4043", "type": "Feature", "properties": {"id": "ci37764007", "mag": 1.33, "time": 1505531552680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.105667, 34.034, 6.86]}, "bbox": [-117.105667, 34.034, -117.105667, 34.034]}, {"id": "4044", "type": "Feature", "properties": {"id": "ak16860509", "mag": 1.7, "time": 1505530441142, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2233, 59.405, 90.5]}, "bbox": [-153.2233, 59.405, -153.2233, 59.405]}, {"id": "4045", "type": "Feature", "properties": {"id": "ak16831409", "mag": 2.6, "time": 1505529914916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7519, 54.2192, 117.7]}, "bbox": [-165.7519, 54.2192, -165.7519, 54.2192]}, {"id": "4046", "type": "Feature", "properties": {"id": "ci37763991", "mag": 1.37, "time": 1505528713010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.193833, 7.41]}, "bbox": [-116.179, 33.193833, -116.179, 33.193833]}, {"id": "4047", "type": "Feature", "properties": {"id": "ci37763983", "mag": 1.44, "time": 1505528615710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793333, 33.493667, 4.8]}, "bbox": [-116.793333, 33.493667, -116.793333, 33.493667]}, {"id": "4048", "type": "Feature", "properties": {"id": "us2000anxt", "mag": 4.3, "time": 1505528560360, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-100.0309, 17.2785, 69.28]}, "bbox": [-100.0309, 17.2785, -100.0309, 17.2785]}, {"id": "4049", "type": "Feature", "properties": {"id": "nc72892956", "mag": 1.06, "time": 1505527887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.904167, 37.519667, -0.32]}, "bbox": [-118.904167, 37.519667, -118.904167, 37.519667]}, {"id": "4050", "type": "Feature", "properties": {"id": "ak16831144", "mag": 1.1, "time": 1505526547318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6449, 63.5861, 5.7]}, "bbox": [-150.6449, 63.5861, -150.6449, 63.5861]}, {"id": "4051", "type": "Feature", "properties": {"id": "ak16831140", "mag": 1.8, "time": 1505526295378, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4346, 59.0192, 66.8]}, "bbox": [-152.4346, 59.0192, -152.4346, 59.0192]}, {"id": "4052", "type": "Feature", "properties": {"id": "nc72892946", "mag": 1.02, "time": 1505525854460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.786999, 0.87]}, "bbox": [-122.764168, 38.786999, -122.764168, 38.786999]}, {"id": "4053", "type": "Feature", "properties": {"id": "ci37763959", "mag": 1.17, "time": 1505525787900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.395167, 34.877167, 11.59]}, "bbox": [-119.395167, 34.877167, -119.395167, 34.877167]}, {"id": "4054", "type": "Feature", "properties": {"id": "nc72892941", "mag": 1.34, "time": 1505525721400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772833, 38.807167, -0.11]}, "bbox": [-122.772833, 38.807167, -122.772833, 38.807167]}, {"id": "4055", "type": "Feature", "properties": {"id": "nc72892936", "mag": 1.51, "time": 1505525691180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.545, 3.75]}, "bbox": [-118.819167, 37.545, -118.819167, 37.545]}, {"id": "4056", "type": "Feature", "properties": {"id": "us2000anxl", "mag": 4.6, "time": 1505525689580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5872, 52.0486, 37.0]}, "bbox": [-170.5872, 52.0486, -170.5872, 52.0486]}, {"id": "4057", "type": "Feature", "properties": {"id": "ak16831132", "mag": 1.8, "time": 1505525666712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6913, 63.5749, 10.4]}, "bbox": [-150.6913, 63.5749, -150.6913, 63.5749]}, {"id": "4058", "type": "Feature", "properties": {"id": "ak16831131", "mag": 1.1, "time": 1505525600973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6368, 63.6017, 8.9]}, "bbox": [-150.6368, 63.6017, -150.6368, 63.6017]}, {"id": "4059", "type": "Feature", "properties": {"id": "nc72892931", "mag": 1.16, "time": 1505524996900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.806167, 36.224833, 7.5]}, "bbox": [-120.806167, 36.224833, -120.806167, 36.224833]}, {"id": "4060", "type": "Feature", "properties": {"id": "ak16830868", "mag": 2.0, "time": 1505523996780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.276, 57.4142, 39.6]}, "bbox": [-154.276, 57.4142, -154.276, 57.4142]}, {"id": "4061", "type": "Feature", "properties": {"id": "ak16860501", "mag": 1.8, "time": 1505523576256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.099, 59.7523, 100.4]}, "bbox": [-153.099, 59.7523, -153.099, 59.7523]}, {"id": "4062", "type": "Feature", "properties": {"id": "ak16830864", "mag": 1.0, "time": 1505522724047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3705, 66.2593, 7.1]}, "bbox": [-142.3705, 66.2593, -142.3705, 66.2593]}, {"id": "4063", "type": "Feature", "properties": {"id": "ak16830862", "mag": 1.4, "time": 1505522720015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8357, 63.5631, 6.8]}, "bbox": [-150.8357, 63.5631, -150.8357, 63.5631]}, {"id": "4064", "type": "Feature", "properties": {"id": "us2000at41", "mag": 4.6, "time": 1505522674060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.6259, -23.9788, 10.0]}, "bbox": [69.6259, -23.9788, 69.6259, -23.9788]}, {"id": "4065", "type": "Feature", "properties": {"id": "us2000anwt", "mag": 4.3, "time": 1505522470090, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.2357, -37.2039, 9.72]}, "bbox": [-74.2357, -37.2039, -74.2357, -37.2039]}, {"id": "4066", "type": "Feature", "properties": {"id": "uu60246252", "mag": 1.18, "time": 1505521902190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4075, 42.596, 3.5]}, "bbox": [-111.4075, 42.596, -111.4075, 42.596]}, {"id": "4067", "type": "Feature", "properties": {"id": "ak16830861", "mag": 1.2, "time": 1505521740882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7991, 61.6212, 38.4]}, "bbox": [-147.7991, 61.6212, -147.7991, 61.6212]}, {"id": "4068", "type": "Feature", "properties": {"id": "ak16830860", "mag": 1.0, "time": 1505521253411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9628, 64.7584, 4.1]}, "bbox": [-139.9628, 64.7584, -139.9628, 64.7584]}, {"id": "4069", "type": "Feature", "properties": {"id": "ak16830858", "mag": 1.6, "time": 1505521010086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3459, 62.5868, 57.7]}, "bbox": [-148.3459, 62.5868, -148.3459, 62.5868]}, {"id": "4070", "type": "Feature", "properties": {"id": "us2000at4p", "mag": 4.6, "time": 1505520028160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-30.9669, 2.8319, 10.0]}, "bbox": [-30.9669, 2.8319, -30.9669, 2.8319]}, {"id": "4071", "type": "Feature", "properties": {"id": "ak16830852", "mag": 2.5, "time": 1505519615949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8797, 64.7729, 8.4]}, "bbox": [-139.8797, 64.7729, -139.8797, 64.7729]}, {"id": "4072", "type": "Feature", "properties": {"id": "ak16830848", "mag": 3.4, "time": 1505519352423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9613, 56.0051, 45.4]}, "bbox": [-156.9613, 56.0051, -156.9613, 56.0051]}, {"id": "4073", "type": "Feature", "properties": {"id": "ak16830585", "mag": 2.2, "time": 1505518242769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9245, 64.7851, 9.3]}, "bbox": [-139.9245, 64.7851, -139.9245, 64.7851]}, {"id": "4074", "type": "Feature", "properties": {"id": "ak16830502", "mag": 1.5, "time": 1505517724005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3927, 62.7723, 62.1]}, "bbox": [-148.3927, 62.7723, -148.3927, 62.7723]}, {"id": "4075", "type": "Feature", "properties": {"id": "hv61909476", "mag": 1.46, "time": 1505517626230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6105, 19.420833, 2.212]}, "bbox": [-155.6105, 19.420833, -155.6105, 19.420833]}, {"id": "4076", "type": "Feature", "properties": {"id": "us2000anvi", "mag": 4.9, "time": 1505517194700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.9781, 67.621, 14.89]}, "bbox": [142.9781, 67.621, 142.9781, 67.621]}, {"id": "4077", "type": "Feature", "properties": {"id": "ak16852972", "mag": 2.3, "time": 1505516822454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.046, 51.6929, 12.7]}, "bbox": [-175.046, 51.6929, -175.046, 51.6929]}, {"id": "4078", "type": "Feature", "properties": {"id": "us2000asms", "mag": 4.2, "time": 1505515397660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.5667, -4.6769, 135.04]}, "bbox": [151.5667, -4.6769, 151.5667, -4.6769]}, {"id": "4079", "type": "Feature", "properties": {"id": "ak16830490", "mag": 2.1, "time": 1505515348546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2666, 60.2335, 149.7]}, "bbox": [-153.2666, 60.2335, -153.2666, 60.2335]}, {"id": "4080", "type": "Feature", "properties": {"id": "us2000anza", "mag": 4.2, "time": 1505515078190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9514, 12.8959, 27.42]}, "bbox": [91.9514, 12.8959, 91.9514, 12.8959]}, {"id": "4081", "type": "Feature", "properties": {"id": "ak16852968", "mag": 1.7, "time": 1505514517165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1028, 59.5574, 89.2]}, "bbox": [-153.1028, 59.5574, -153.1028, 59.5574]}, {"id": "4082", "type": "Feature", "properties": {"id": "ak16830486", "mag": 1.5, "time": 1505514413181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8103, 64.7863, 4.0]}, "bbox": [-139.8103, 64.7863, -139.8103, 64.7863]}, {"id": "4083", "type": "Feature", "properties": {"id": "ak16852966", "mag": 1.7, "time": 1505514284700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1862, 59.9258, 120.0]}, "bbox": [-153.1862, 59.9258, -153.1862, 59.9258]}, {"id": "4084", "type": "Feature", "properties": {"id": "nc72892896", "mag": 1.71, "time": 1505514238180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.848, 40.281, 4.76]}, "bbox": [-120.848, 40.281, -120.848, 40.281]}, {"id": "4085", "type": "Feature", "properties": {"id": "us2000aqg1", "mag": 3.2, "time": 1505514207940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4161, 53.6697, 25.19]}, "bbox": [-164.4161, 53.6697, -164.4161, 53.6697]}, {"id": "4086", "type": "Feature", "properties": {"id": "nc72892891", "mag": 1.42, "time": 1505514193630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7085, 38.747, 1.29]}, "bbox": [-122.7085, 38.747, -122.7085, 38.747]}, {"id": "4087", "type": "Feature", "properties": {"id": "us2000antx", "mag": 2.8, "time": 1505513431240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9688, 37.279, 4.85]}, "bbox": [-97.9688, 37.279, -97.9688, 37.279]}, {"id": "4088", "type": "Feature", "properties": {"id": "ak16830471", "mag": 1.3, "time": 1505513126878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0818, 58.2131, 3.4]}, "bbox": [-155.0818, 58.2131, -155.0818, 58.2131]}, {"id": "4089", "type": "Feature", "properties": {"id": "us2000aqg0", "mag": 2.6, "time": 1505512544140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6723, 51.5577, 10.0]}, "bbox": [178.6723, 51.5577, 178.6723, 51.5577]}, {"id": "4090", "type": "Feature", "properties": {"id": "us2000antf", "mag": 4.6, "time": 1505512126220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.5618, -5.9077, 108.71]}, "bbox": [147.5618, -5.9077, 147.5618, -5.9077]}, {"id": "4091", "type": "Feature", "properties": {"id": "ak16830466", "mag": 1.7, "time": 1505511266504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7109, 60.4891, 8.6]}, "bbox": [-138.7109, 60.4891, -138.7109, 60.4891]}, {"id": "4092", "type": "Feature", "properties": {"id": "us2000asmu", "mag": 4.3, "time": 1505510611600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.0445, 34.5022, 328.82]}, "bbox": [137.0445, 34.5022, 137.0445, 34.5022]}, {"id": "4093", "type": "Feature", "properties": {"id": "us2000anrz", "mag": 3.1, "time": 1505510517900, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4379, 42.6057, 6.23]}, "bbox": [-111.4379, 42.6057, -111.4379, 42.6057]}, {"id": "4094", "type": "Feature", "properties": {"id": "ak16830211", "mag": 3.0, "time": 1505510263990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8926, 64.7765, 8.2]}, "bbox": [-139.8926, 64.7765, -139.8926, 64.7765]}, {"id": "4095", "type": "Feature", "properties": {"id": "ak16852960", "mag": 1.5, "time": 1505509916511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1722, 61.1116, 68.8]}, "bbox": [-151.1722, 61.1116, -151.1722, 61.1116]}, {"id": "4096", "type": "Feature", "properties": {"id": "ak16852959", "mag": 2.0, "time": 1505509441508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4835, 51.7117, 13.6]}, "bbox": [-178.4835, 51.7117, -178.4835, 51.7117]}, {"id": "4097", "type": "Feature", "properties": {"id": "nc72892861", "mag": 1.56, "time": 1505509197990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.217167, 35.152667, 7.27]}, "bbox": [-121.217167, 35.152667, -121.217167, 35.152667]}, {"id": "4098", "type": "Feature", "properties": {"id": "nn00605401", "mag": 1.3, "time": 1505508712532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5746, 38.7781, 10.3]}, "bbox": [-119.5746, 38.7781, -119.5746, 38.7781]}, {"id": "4099", "type": "Feature", "properties": {"id": "us2000anqp", "mag": 4.4, "time": 1505508340380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.6832, 12.6788, 125.94]}, "bbox": [142.6832, 12.6788, 142.6832, 12.6788]}, {"id": "4100", "type": "Feature", "properties": {"id": "nn00605391", "mag": 1.0, "time": 1505508003630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3614, 38.5819, 3.5]}, "bbox": [-118.3614, 38.5819, -118.3614, 38.5819]}, {"id": "4101", "type": "Feature", "properties": {"id": "ci37763831", "mag": 1.45, "time": 1505507271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.356667, 34.4865, 9.29]}, "bbox": [-119.356667, 34.4865, -119.356667, 34.4865]}, {"id": "4102", "type": "Feature", "properties": {"id": "ak16830197", "mag": 2.1, "time": 1505507006348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8768, 60.2433, 18.6]}, "bbox": [-140.8768, 60.2433, -140.8768, 60.2433]}, {"id": "4103", "type": "Feature", "properties": {"id": "nc72892846", "mag": 2.43, "time": 1505506978320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.075333, 36.496667, 4.87]}, "bbox": [-121.075333, 36.496667, -121.075333, 36.496667]}, {"id": "4104", "type": "Feature", "properties": {"id": "us2000annp", "mag": 2.3, "time": 1505506905940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5599, 9.59]}, "bbox": [-111.4277, 42.5599, -111.4277, 42.5599]}, {"id": "4105", "type": "Feature", "properties": {"id": "ak16829946", "mag": 2.6, "time": 1505506584731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9781, 57.0654, 81.6]}, "bbox": [-155.9781, 57.0654, -155.9781, 57.0654]}, {"id": "4106", "type": "Feature", "properties": {"id": "nc72892841", "mag": 1.21, "time": 1505506558180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.823167, 2.59]}, "bbox": [-122.801833, 38.823167, -122.801833, 38.823167]}, {"id": "4107", "type": "Feature", "properties": {"id": "ci37763815", "mag": 1.6, "time": 1505506434580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.772667, 33.326167, 12.6]}, "bbox": [-116.772667, 33.326167, -116.772667, 33.326167]}, {"id": "4108", "type": "Feature", "properties": {"id": "ak16829942", "mag": 2.0, "time": 1505506388550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6381, 59.7681, 10.4]}, "bbox": [-136.6381, 59.7681, -136.6381, 59.7681]}, {"id": "4109", "type": "Feature", "properties": {"id": "ak16829939", "mag": 1.3, "time": 1505506296730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3557, 64.9805, 0.0]}, "bbox": [-147.3557, 64.9805, -147.3557, 64.9805]}, {"id": "4110", "type": "Feature", "properties": {"id": "ak16829919", "mag": 3.2, "time": 1505506091028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8331, 59.8732, 91.8]}, "bbox": [-152.8331, 59.8732, -152.8331, 59.8732]}, {"id": "4111", "type": "Feature", "properties": {"id": "ak16829917", "mag": 1.1, "time": 1505506034459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1896, 63.4641, 20.7]}, "bbox": [-147.1896, 63.4641, -147.1896, 63.4641]}, {"id": "4112", "type": "Feature", "properties": {"id": "nc72892821", "mag": 1.26, "time": 1505506033580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.407667, 37.504333, 1.03]}, "bbox": [-122.407667, 37.504333, -122.407667, 37.504333]}, {"id": "4113", "type": "Feature", "properties": {"id": "pr2017258005", "mag": 3.43, "time": 1505505501670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.6295, 19.1915, 40.0]}, "bbox": [-64.6295, 19.1915, -64.6295, 19.1915]}, {"id": "4114", "type": "Feature", "properties": {"id": "ak16829915", "mag": 1.5, "time": 1505505395135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6711, 60.3885, 41.7]}, "bbox": [-150.6711, 60.3885, -150.6711, 60.3885]}, {"id": "4115", "type": "Feature", "properties": {"id": "ak16829913", "mag": 2.1, "time": 1505505235226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.0254, 58.4988, 9.7]}, "bbox": [-135.0254, 58.4988, -135.0254, 58.4988]}, {"id": "4116", "type": "Feature", "properties": {"id": "ak16829904", "mag": 1.1, "time": 1505503708373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5162, 63.4918, 1.6]}, "bbox": [-147.5162, 63.4918, -147.5162, 63.4918]}, {"id": "4117", "type": "Feature", "properties": {"id": "nc72892806", "mag": 1.03, "time": 1505503474580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.488333, 37.450833, 4.91]}, "bbox": [-118.488333, 37.450833, -118.488333, 37.450833]}, {"id": "4118", "type": "Feature", "properties": {"id": "ci37763759", "mag": 1.72, "time": 1505502131450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796, 33.503167, 6.45]}, "bbox": [-116.796, 33.503167, -116.796, 33.503167]}, {"id": "4119", "type": "Feature", "properties": {"id": "us2000anjp", "mag": 5.5, "time": 1505501282460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.3292, -55.4644, 9.0]}, "bbox": [-28.3292, -55.4644, -28.3292, -55.4644]}, {"id": "4120", "type": "Feature", "properties": {"id": "nc72892771", "mag": 1.05, "time": 1505500911720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.725334, 38.757, 1.52]}, "bbox": [-122.725334, 38.757, -122.725334, 38.757]}, {"id": "4121", "type": "Feature", "properties": {"id": "us2000anjh", "mag": 4.5, "time": 1505500904740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.72, 54.0122, 10.0]}, "bbox": [169.72, 54.0122, 169.72, 54.0122]}, {"id": "4122", "type": "Feature", "properties": {"id": "uw61308057", "mag": 0.97, "time": 1505500854880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.858667, 48.515, 37.88]}, "bbox": [-124.858667, 48.515, -124.858667, 48.515]}, {"id": "4123", "type": "Feature", "properties": {"id": "ak16829625", "mag": 1.6, "time": 1505499922143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3749, 60.4419, 18.3]}, "bbox": [-147.3749, 60.4419, -147.3749, 60.4419]}, {"id": "4124", "type": "Feature", "properties": {"id": "uu60246132", "mag": 1.51, "time": 1505499901840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.537167, 7.15]}, "bbox": [-111.420667, 42.537167, -111.420667, 42.537167]}, {"id": "4125", "type": "Feature", "properties": {"id": "nc72892766", "mag": 2.33, "time": 1505499839660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.49, 37.447667, 5.54]}, "bbox": [-118.49, 37.447667, -118.49, 37.447667]}, {"id": "4126", "type": "Feature", "properties": {"id": "nc72892756", "mag": 1.0, "time": 1505499395080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799667, 37.462333, 0.05]}, "bbox": [-118.799667, 37.462333, -118.799667, 37.462333]}, {"id": "4127", "type": "Feature", "properties": {"id": "nc72892761", "mag": 1.02, "time": 1505499284680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.445, 37.379333, 14.57]}, "bbox": [-118.445, 37.379333, -118.445, 37.379333]}, {"id": "4128", "type": "Feature", "properties": {"id": "ak16829622", "mag": 1.1, "time": 1505498936272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4458, 61.0059, 4.9]}, "bbox": [-152.4458, 61.0059, -152.4458, 61.0059]}, {"id": "4129", "type": "Feature", "properties": {"id": "us2000anhz", "mag": 4.2, "time": 1505498539950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9892, 15.1825, 46.32]}, "bbox": [-93.9892, 15.1825, -93.9892, 15.1825]}, {"id": "4130", "type": "Feature", "properties": {"id": "ak16829378", "mag": 1.9, "time": 1505498347271, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7292, 60.4845, 7.5]}, "bbox": [-138.7292, 60.4845, -138.7292, 60.4845]}, {"id": "4131", "type": "Feature", "properties": {"id": "ci37763719", "mag": 1.44, "time": 1505498108300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.178169, 35.602833, 5.95]}, "bbox": [-118.178169, 35.602833, -118.178169, 35.602833]}, {"id": "4132", "type": "Feature", "properties": {"id": "us2000anhd", "mag": 5.0, "time": 1505497546880, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [28.8132, -2.7314, 12.98]}, "bbox": [28.8132, -2.7314, 28.8132, -2.7314]}, {"id": "4133", "type": "Feature", "properties": {"id": "ci37763711", "mag": 1.02, "time": 1505497385540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.102833, 33.170333, 9.6]}, "bbox": [-116.102833, 33.170333, -116.102833, 33.170333]}, {"id": "4134", "type": "Feature", "properties": {"id": "ak16829370", "mag": 1.8, "time": 1505496661795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3298, 60.0961, 93.1]}, "bbox": [-152.3298, 60.0961, -152.3298, 60.0961]}, {"id": "4135", "type": "Feature", "properties": {"id": "nc72892746", "mag": 1.22, "time": 1505496479100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.641667, 37.477167, 6.06]}, "bbox": [-118.641667, 37.477167, -118.641667, 37.477167]}, {"id": "4136", "type": "Feature", "properties": {"id": "us2000angr", "mag": 4.6, "time": 1505496373980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.527, 53.8618, 60.06]}, "bbox": [160.527, 53.8618, 160.527, 53.8618]}, {"id": "4137", "type": "Feature", "properties": {"id": "ci37763679", "mag": 1.04, "time": 1505495567950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808, 36.012167, 1.77]}, "bbox": [-117.808, 36.012167, -117.808, 36.012167]}, {"id": "4138", "type": "Feature", "properties": {"id": "ak16829365", "mag": 1.4, "time": 1505494067842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3827, 63.102, 108.2]}, "bbox": [-150.3827, 63.102, -150.3827, 63.102]}, {"id": "4139", "type": "Feature", "properties": {"id": "uw61308032", "mag": 1.41, "time": 1505493000220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048333, 47.3965, 13.93]}, "bbox": [-122.048333, 47.3965, -122.048333, 47.3965]}, {"id": "4140", "type": "Feature", "properties": {"id": "nc72892711", "mag": 1.1, "time": 1505492830650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807, 38.822667, 2.57]}, "bbox": [-122.807, 38.822667, -122.807, 38.822667]}, {"id": "4141", "type": "Feature", "properties": {"id": "uw61308027", "mag": 1.17, "time": 1505492391290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0485, 47.395833, 13.68]}, "bbox": [-122.0485, 47.395833, -122.0485, 47.395833]}, {"id": "4142", "type": "Feature", "properties": {"id": "ak16829360", "mag": 2.9, "time": 1505491697051, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4354, 53.7237, 49.7]}, "bbox": [-164.4354, 53.7237, -164.4354, 53.7237]}, {"id": "4143", "type": "Feature", "properties": {"id": "pr2017258004", "mag": 1.98, "time": 1505491060700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7353, 18.0013, 7.0]}, "bbox": [-66.7353, 18.0013, -66.7353, 18.0013]}, {"id": "4144", "type": "Feature", "properties": {"id": "ak16829358", "mag": 1.6, "time": 1505491027770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6843, 60.3013, 49.8]}, "bbox": [-150.6843, 60.3013, -150.6843, 60.3013]}, {"id": "4145", "type": "Feature", "properties": {"id": "us2000angc", "mag": 4.7, "time": 1505490910540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4948, -51.951, 10.0]}, "bbox": [140.4948, -51.951, 140.4948, -51.951]}, {"id": "4146", "type": "Feature", "properties": {"id": "ak16829355", "mag": 3.2, "time": 1505490508935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4074, 55.3684, 134.2]}, "bbox": [-162.4074, 55.3684, -162.4074, 55.3684]}, {"id": "4147", "type": "Feature", "properties": {"id": "uu60246117", "mag": 1.78, "time": 1505490038910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438833, 42.587833, 3.5]}, "bbox": [-111.438833, 42.587833, -111.438833, 42.587833]}, {"id": "4148", "type": "Feature", "properties": {"id": "ci37763607", "mag": 1.3, "time": 1505489472220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491167, 33.8525, -0.5]}, "bbox": [-117.491167, 33.8525, -117.491167, 33.8525]}, {"id": "4149", "type": "Feature", "properties": {"id": "ismpkansas70235413", "mag": 2.08, "time": 1505488486050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.96, 37.276667, 2.46]}, "bbox": [-97.96, 37.276667, -97.96, 37.276667]}, {"id": "4150", "type": "Feature", "properties": {"id": "ak16829351", "mag": 1.4, "time": 1505488175090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4615, 63.0908, 2.8]}, "bbox": [-151.4615, 63.0908, -151.4615, 63.0908]}, {"id": "4151", "type": "Feature", "properties": {"id": "hv61908956", "mag": 2.13, "time": 1505487142110, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.862333, 19.450333, 1.074]}, "bbox": [-154.862333, 19.450333, -154.862333, 19.450333]}, {"id": "4152", "type": "Feature", "properties": {"id": "ak16829348", "mag": 2.3, "time": 1505486994801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5994, 64.2424, 10.6]}, "bbox": [-163.5994, 64.2424, -163.5994, 64.2424]}, {"id": "4153", "type": "Feature", "properties": {"id": "ak16852936", "mag": 1.5, "time": 1505485797408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5105, 60.533, 54.5]}, "bbox": [-150.5105, 60.533, -150.5105, 60.533]}, {"id": "4154", "type": "Feature", "properties": {"id": "ak16829346", "mag": 1.6, "time": 1505485726963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8399, 59.9528, 0.0]}, "bbox": [-139.8399, 59.9528, -139.8399, 59.9528]}, {"id": "4155", "type": "Feature", "properties": {"id": "mb80255559", "mag": 1.54, "time": 1505485070000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.898, 12.92]}, "bbox": [-112.528, 46.898, -112.528, 46.898]}, {"id": "4156", "type": "Feature", "properties": {"id": "us2000asmd", "mag": 4.0, "time": 1505484479350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [118.2763, -7.0257, 10.0]}, "bbox": [118.2763, -7.0257, 118.2763, -7.0257]}, {"id": "4157", "type": "Feature", "properties": {"id": "ci37763559", "mag": 1.43, "time": 1505483064830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6045, 33.127833, 7.81]}, "bbox": [-115.6045, 33.127833, -115.6045, 33.127833]}, {"id": "4158", "type": "Feature", "properties": {"id": "ci37763535", "mag": 1.14, "time": 1505482307640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.736833, 33.222833, 12.21]}, "bbox": [-116.736833, 33.222833, -116.736833, 33.222833]}, {"id": "4159", "type": "Feature", "properties": {"id": "ci37763527", "mag": 1.65, "time": 1505482113260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.742833, 33.223833, 11.67]}, "bbox": [-116.742833, 33.223833, -116.742833, 33.223833]}, {"id": "4160", "type": "Feature", "properties": {"id": "ci37763511", "mag": 2.98, "time": 1505481739410, "felt": 62.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750167, 33.221833, 11.54]}, "bbox": [-116.750167, 33.221833, -116.750167, 33.221833]}, {"id": "4161", "type": "Feature", "properties": {"id": "nn00605319", "mag": 1.4, "time": 1505481612897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.536, 39.4025, 7.1]}, "bbox": [-119.536, 39.4025, -119.536, 39.4025]}, {"id": "4162", "type": "Feature", "properties": {"id": "ak16829343", "mag": 1.1, "time": 1505481511288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.734, 60.477, 7.6]}, "bbox": [-138.734, 60.477, -138.734, 60.477]}, {"id": "4163", "type": "Feature", "properties": {"id": "ak16829342", "mag": 1.1, "time": 1505481115042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6866, 60.4978, 7.6]}, "bbox": [-138.6866, 60.4978, -138.6866, 60.4978]}, {"id": "4164", "type": "Feature", "properties": {"id": "us2000an8y", "mag": 3.0, "time": 1505480692500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9665, 37.2798, 4.9]}, "bbox": [-97.9665, 37.2798, -97.9665, 37.2798]}, {"id": "4165", "type": "Feature", "properties": {"id": "us2000aqfs", "mag": 4.0, "time": 1505480677660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.1015, 51.6899, 62.37]}, "bbox": [177.1015, 51.6899, 177.1015, 51.6899]}, {"id": "4166", "type": "Feature", "properties": {"id": "nc72892656", "mag": 1.2, "time": 1505479917850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.478833, 36.923833, 5.96]}, "bbox": [-121.478833, 36.923833, -121.478833, 36.923833]}, {"id": "4167", "type": "Feature", "properties": {"id": "ak16852930", "mag": 2.2, "time": 1505479857860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6735, 54.2139, 72.3]}, "bbox": [-164.6735, 54.2139, -164.6735, 54.2139]}, {"id": "4168", "type": "Feature", "properties": {"id": "ak16852929", "mag": 1.3, "time": 1505479424949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8074, 61.6789, 63.0]}, "bbox": [-150.8074, 61.6789, -150.8074, 61.6789]}, {"id": "4169", "type": "Feature", "properties": {"id": "ci37763455", "mag": 1.43, "time": 1505479133890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.172833, 33.1885, 5.98]}, "bbox": [-116.172833, 33.1885, -116.172833, 33.1885]}, {"id": "4170", "type": "Feature", "properties": {"id": "us2000an8s", "mag": 5.0, "time": 1505479021440, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [99.4856, 1.5915, 160.08]}, "bbox": [99.4856, 1.5915, 99.4856, 1.5915]}, {"id": "4171", "type": "Feature", "properties": {"id": "ak16852928", "mag": 2.1, "time": 1505478896521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6795, 51.3691, 28.0]}, "bbox": [178.6795, 51.3691, 178.6795, 51.3691]}, {"id": "4172", "type": "Feature", "properties": {"id": "uw61307972", "mag": 0.95, "time": 1505478878910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.588, 45.973333, 13.92]}, "bbox": [-122.588, 45.973333, -122.588, 45.973333]}, {"id": "4173", "type": "Feature", "properties": {"id": "mb80255544", "mag": 1.19, "time": 1505478239910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527, 46.868167, 11.01]}, "bbox": [-112.527, 46.868167, -112.527, 46.868167]}, {"id": "4174", "type": "Feature", "properties": {"id": "ak16852925", "mag": 2.1, "time": 1505477897255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.3237, 54.8499, 18.7]}, "bbox": [-160.3237, 54.8499, -160.3237, 54.8499]}, {"id": "4175", "type": "Feature", "properties": {"id": "nc72892641", "mag": 1.01, "time": 1505477523520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.833832, 2.01]}, "bbox": [-122.799667, 38.833832, -122.799667, 38.833832]}, {"id": "4176", "type": "Feature", "properties": {"id": "us2000an8e", "mag": 2.7, "time": 1505477274970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.8611, 10.18]}, "bbox": [-112.525, 46.8611, -112.525, 46.8611]}, {"id": "4177", "type": "Feature", "properties": {"id": "ak16852924", "mag": 1.4, "time": 1505476792218, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5946, 57.6534, 29.9]}, "bbox": [-152.5946, 57.6534, -152.5946, 57.6534]}, {"id": "4178", "type": "Feature", "properties": {"id": "pr2017258003", "mag": 2.18, "time": 1505476739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7808, 18.0135, 13.0]}, "bbox": [-66.7808, 18.0135, -66.7808, 18.0135]}, {"id": "4179", "type": "Feature", "properties": {"id": "ak16852923", "mag": 2.0, "time": 1505476493650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7994, 54.9781, 25.0]}, "bbox": [-160.7994, 54.9781, -160.7994, 54.9781]}, {"id": "4180", "type": "Feature", "properties": {"id": "us2000an7z", "mag": 3.8, "time": 1505475906360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.753, 54.3697, 28.05]}, "bbox": [-161.753, 54.3697, -161.753, 54.3697]}, {"id": "4181", "type": "Feature", "properties": {"id": "nc72892636", "mag": 2.0, "time": 1505475684320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723167, 38.750667, 1.87]}, "bbox": [-122.723167, 38.750667, -122.723167, 38.750667]}, {"id": "4182", "type": "Feature", "properties": {"id": "ak16829087", "mag": 1.6, "time": 1505475033163, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6709, 67.7999, 2.0]}, "bbox": [-156.6709, 67.7999, -156.6709, 67.7999]}, {"id": "4183", "type": "Feature", "properties": {"id": "ak16829082", "mag": 1.8, "time": 1505474984470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9722, 63.0999, 131.7]}, "bbox": [-150.9722, 63.0999, -150.9722, 63.0999]}, {"id": "4184", "type": "Feature", "properties": {"id": "ak16829079", "mag": 1.4, "time": 1505474678706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7297, 60.4779, 8.8]}, "bbox": [-138.7297, 60.4779, -138.7297, 60.4779]}, {"id": "4185", "type": "Feature", "properties": {"id": "us2000an7j", "mag": 2.7, "time": 1505474631800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4441, 42.568, 7.22]}, "bbox": [-111.4441, 42.568, -111.4441, 42.568]}, {"id": "4186", "type": "Feature", "properties": {"id": "nc72892626", "mag": 1.04, "time": 1505474439810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804667, 37.458833, 0.13]}, "bbox": [-118.804667, 37.458833, -118.804667, 37.458833]}, {"id": "4187", "type": "Feature", "properties": {"id": "ci37763407", "mag": 3.23, "time": 1505473976550, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.303167, 35.032833, 11.48]}, "bbox": [-119.303167, 35.032833, -119.303167, 35.032833]}, {"id": "4188", "type": "Feature", "properties": {"id": "nn00605300", "mag": 1.1, "time": 1505473795002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7828, 38.6088, 8.3]}, "bbox": [-118.7828, 38.6088, -118.7828, 38.6088]}, {"id": "4189", "type": "Feature", "properties": {"id": "ak16828841", "mag": 1.7, "time": 1505473634732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.54, 59.9657, 0.0]}, "bbox": [-139.54, 59.9657, -139.54, 59.9657]}, {"id": "4190", "type": "Feature", "properties": {"id": "uw61307932", "mag": 1.91, "time": 1505473610560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044333, 46.870333, 5.23]}, "bbox": [-122.044333, 46.870333, -122.044333, 46.870333]}, {"id": "4191", "type": "Feature", "properties": {"id": "uw61307927", "mag": 2.04, "time": 1505473528440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040667, 46.874167, 5.89]}, "bbox": [-122.040667, 46.874167, -122.040667, 46.874167]}, {"id": "4192", "type": "Feature", "properties": {"id": "us2000an74", "mag": 4.6, "time": 1505473111350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.5703, 14.9752, 55.34]}, "bbox": [-60.5703, 14.9752, -60.5703, 14.9752]}, {"id": "4193", "type": "Feature", "properties": {"id": "ak16828838", "mag": 2.3, "time": 1505473096912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7454, 57.1664, 7.6]}, "bbox": [-155.7454, 57.1664, -155.7454, 57.1664]}, {"id": "4194", "type": "Feature", "properties": {"id": "ismpkansas70235273", "mag": 1.73, "time": 1505472377400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7775, 37.328833, 5.95]}, "bbox": [-97.7775, 37.328833, -97.7775, 37.328833]}, {"id": "4195", "type": "Feature", "properties": {"id": "ak16828836", "mag": 1.2, "time": 1505472358115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0141, 62.1581, 7.8]}, "bbox": [-150.0141, 62.1581, -150.0141, 62.1581]}, {"id": "4196", "type": "Feature", "properties": {"id": "us2000an6x", "mag": 3.0, "time": 1505471961060, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4507, 42.5991, 6.39]}, "bbox": [-111.4507, 42.5991, -111.4507, 42.5991]}, {"id": "4197", "type": "Feature", "properties": {"id": "ak16828834", "mag": 1.6, "time": 1505471035679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5654, 60.6122, 4.1]}, "bbox": [-147.5654, 60.6122, -147.5654, 60.6122]}, {"id": "4198", "type": "Feature", "properties": {"id": "pr2017258002", "mag": 3.3, "time": 1505471012430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.039, 18.7165, 49.0]}, "bbox": [-65.039, 18.7165, -65.039, 18.7165]}, {"id": "4199", "type": "Feature", "properties": {"id": "nc72892606", "mag": 2.13, "time": 1505469780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.106167, 36.291833, 27.69]}, "bbox": [-120.106167, 36.291833, -120.106167, 36.291833]}, {"id": "4200", "type": "Feature", "properties": {"id": "ak16852912", "mag": 1.9, "time": 1505469324601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0438, 60.2245, 124.3]}, "bbox": [-153.0438, 60.2245, -153.0438, 60.2245]}, {"id": "4201", "type": "Feature", "properties": {"id": "ak16828830", "mag": 2.7, "time": 1505468486908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.378, 53.6654, 25.8]}, "bbox": [-164.378, 53.6654, -164.378, 53.6654]}, {"id": "4202", "type": "Feature", "properties": {"id": "pr2017258001", "mag": 3.31, "time": 1505468158660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9741, 18.1111, 53.0]}, "bbox": [-67.9741, 18.1111, -67.9741, 18.1111]}, {"id": "4203", "type": "Feature", "properties": {"id": "ak16828827", "mag": 1.9, "time": 1505468029663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1086, 60.3742, 87.3]}, "bbox": [-152.1086, 60.3742, -152.1086, 60.3742]}, {"id": "4204", "type": "Feature", "properties": {"id": "us2000an6e", "mag": 2.1, "time": 1505467401730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4369, 42.5723, 4.71]}, "bbox": [-111.4369, 42.5723, -111.4369, 42.5723]}, {"id": "4205", "type": "Feature", "properties": {"id": "ci37763367", "mag": 1.32, "time": 1505466931820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.601167, 35.792, 0.88]}, "bbox": [-116.601167, 35.792, -116.601167, 35.792]}, {"id": "4206", "type": "Feature", "properties": {"id": "hv61908811", "mag": 1.86, "time": 1505466749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473328, 19.201, 34.94]}, "bbox": [-155.473328, 19.201, -155.473328, 19.201]}, {"id": "4207", "type": "Feature", "properties": {"id": "pr2017258000", "mag": 2.64, "time": 1505466025100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.746, 17.9996, 11.0]}, "bbox": [-66.746, 17.9996, -66.746, 17.9996]}, {"id": "4208", "type": "Feature", "properties": {"id": "us2000an5j", "mag": 3.6, "time": 1505463761200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4416, 42.5753, 5.34]}, "bbox": [-111.4416, 42.5753, -111.4416, 42.5753]}, {"id": "4209", "type": "Feature", "properties": {"id": "ak16852908", "mag": 1.3, "time": 1505463469458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.2829, 57.3488, 39.2]}, "bbox": [-154.2829, 57.3488, -154.2829, 57.3488]}, {"id": "4210", "type": "Feature", "properties": {"id": "nn00605283", "mag": 1.7, "time": 1505461873940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4437, 37.5652, 30.3]}, "bbox": [-117.4437, 37.5652, -117.4437, 37.5652]}, {"id": "4211", "type": "Feature", "properties": {"id": "nc72892591", "mag": 2.34, "time": 1505461865770, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815833, 37.416, -0.2]}, "bbox": [-121.815833, 37.416, -121.815833, 37.416]}, {"id": "4212", "type": "Feature", "properties": {"id": "nc72892576", "mag": 1.69, "time": 1505460536470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.027667, 35.933167, 12.08]}, "bbox": [-120.027667, 35.933167, -120.027667, 35.933167]}, {"id": "4213", "type": "Feature", "properties": {"id": "ak16828820", "mag": 1.4, "time": 1505460317106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3735, 59.7943, 6.5]}, "bbox": [-141.3735, 59.7943, -141.3735, 59.7943]}, {"id": "4214", "type": "Feature", "properties": {"id": "ak16852903", "mag": 1.3, "time": 1505459205027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8448, 60.0925, 0.0]}, "bbox": [-139.8448, 60.0925, -139.8448, 60.0925]}, {"id": "4215", "type": "Feature", "properties": {"id": "ak16828585", "mag": 1.4, "time": 1505458631465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0593, 61.7131, 3.8]}, "bbox": [-148.0593, 61.7131, -148.0593, 61.7131]}, {"id": "4216", "type": "Feature", "properties": {"id": "us2000an4v", "mag": 4.4, "time": 1505458308660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5767, -21.9172, 640.49]}, "bbox": [179.5767, -21.9172, 179.5767, -21.9172]}, {"id": "4217", "type": "Feature", "properties": {"id": "ak16828584", "mag": 1.4, "time": 1505458006745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7132, 60.0014, 0.0]}, "bbox": [-139.7132, 60.0014, -139.7132, 60.0014]}, {"id": "4218", "type": "Feature", "properties": {"id": "ak16828563", "mag": 2.8, "time": 1505456528325, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4989, 60.1125, 151.7]}, "bbox": [-153.4989, 60.1125, -153.4989, 60.1125]}, {"id": "4219", "type": "Feature", "properties": {"id": "ak16828570", "mag": 2.5, "time": 1505456526893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2519, 60.1326, 152.7]}, "bbox": [-153.2519, 60.1326, -153.2519, 60.1326]}, {"id": "4220", "type": "Feature", "properties": {"id": "nc72892551", "mag": 2.6, "time": 1505456369610, "felt": 148.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.814333, 37.412167, -0.14]}, "bbox": [-121.814333, 37.412167, -121.814333, 37.412167]}, {"id": "4221", "type": "Feature", "properties": {"id": "ak16828560", "mag": 1.1, "time": 1505456105481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0298, 65.3407, 11.3]}, "bbox": [-150.0298, 65.3407, -150.0298, 65.3407]}, {"id": "4222", "type": "Feature", "properties": {"id": "ci37763319", "mag": 1.07, "time": 1505455402480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7685, 33.327833, 13.39]}, "bbox": [-116.7685, 33.327833, -116.7685, 33.327833]}, {"id": "4223", "type": "Feature", "properties": {"id": "ak16828558", "mag": 1.4, "time": 1505455356648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3726, 61.4994, 31.9]}, "bbox": [-146.3726, 61.4994, -146.3726, 61.4994]}, {"id": "4224", "type": "Feature", "properties": {"id": "ak16852896", "mag": 1.9, "time": 1505455322292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2513, 60.1603, 135.4]}, "bbox": [-153.2513, 60.1603, -153.2513, 60.1603]}, {"id": "4225", "type": "Feature", "properties": {"id": "nc72892546", "mag": 1.03, "time": 1505455248140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810667, 38.83, 2.09]}, "bbox": [-122.810667, 38.83, -122.810667, 38.83]}, {"id": "4226", "type": "Feature", "properties": {"id": "ak16828556", "mag": 1.6, "time": 1505455168783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9297, 60.9306, 19.0]}, "bbox": [-146.9297, 60.9306, -146.9297, 60.9306]}, {"id": "4227", "type": "Feature", "properties": {"id": "ci37763311", "mag": 1.21, "time": 1505454701910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.190167, 33.332667, 10.93]}, "bbox": [-116.190167, 33.332667, -116.190167, 33.332667]}, {"id": "4228", "type": "Feature", "properties": {"id": "ak16852894", "mag": 1.7, "time": 1505453971264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8667, 60.0997, 103.9]}, "bbox": [-152.8667, 60.0997, -152.8667, 60.0997]}, {"id": "4229", "type": "Feature", "properties": {"id": "us2000an3z", "mag": 4.6, "time": 1505453216820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4676, -42.4862, 10.0]}, "bbox": [-82.4676, -42.4862, -82.4676, -42.4862]}, {"id": "4230", "type": "Feature", "properties": {"id": "ak16852893", "mag": 1.1, "time": 1505452792257, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4902, 57.7349, 15.0]}, "bbox": [-154.4902, 57.7349, -154.4902, 57.7349]}, {"id": "4231", "type": "Feature", "properties": {"id": "ak16828554", "mag": 1.4, "time": 1505452679971, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3948, 61.1147, 0.0]}, "bbox": [-148.3948, 61.1147, -148.3948, 61.1147]}, {"id": "4232", "type": "Feature", "properties": {"id": "ak16852891", "mag": 1.6, "time": 1505451604059, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9039, 61.8273, 105.7]}, "bbox": [-151.9039, 61.8273, -151.9039, 61.8273]}, {"id": "4233", "type": "Feature", "properties": {"id": "ismpkansas70235253", "mag": 1.62, "time": 1505451601330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7765, 37.333333, 5.53]}, "bbox": [-97.7765, 37.333333, -97.7765, 37.333333]}, {"id": "4234", "type": "Feature", "properties": {"id": "nc72892536", "mag": 2.78, "time": 1505451572070, "felt": 348.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.804667, 37.415, 2.65]}, "bbox": [-121.804667, 37.415, -121.804667, 37.415]}, {"id": "4235", "type": "Feature", "properties": {"id": "ak16828322", "mag": 1.1, "time": 1505451186525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7346, 60.4761, 9.9]}, "bbox": [-138.7346, 60.4761, -138.7346, 60.4761]}, {"id": "4236", "type": "Feature", "properties": {"id": "us2000anyw", "mag": 2.0, "time": 1505450267000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.42, 45.73, 18.0]}, "bbox": [-71.42, 45.73, -71.42, 45.73]}, {"id": "4237", "type": "Feature", "properties": {"id": "nc72892526", "mag": 1.26, "time": 1505449157230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.8245, 1.3]}, "bbox": [-122.802333, 38.8245, -122.802333, 38.8245]}, {"id": "4238", "type": "Feature", "properties": {"id": "ak16828321", "mag": 1.4, "time": 1505448965816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0369, 60.3155, 0.6]}, "bbox": [-143.0369, 60.3155, -143.0369, 60.3155]}, {"id": "4239", "type": "Feature", "properties": {"id": "us2000an31", "mag": 4.3, "time": 1505448638800, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4066, -11.9189, 10.0]}, "bbox": [-76.4066, -11.9189, -76.4066, -11.9189]}, {"id": "4240", "type": "Feature", "properties": {"id": "mb80255479", "mag": 1.23, "time": 1505447369570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.896667, 13.22]}, "bbox": [-112.529333, 46.896667, -112.529333, 46.896667]}, {"id": "4241", "type": "Feature", "properties": {"id": "ak16828316", "mag": 2.0, "time": 1505447351856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1687, 59.8152, 101.9]}, "bbox": [-153.1687, 59.8152, -153.1687, 59.8152]}, {"id": "4242", "type": "Feature", "properties": {"id": "ak16828314", "mag": 1.7, "time": 1505447232655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4451, 60.022, 0.0]}, "bbox": [-139.4451, 60.022, -139.4451, 60.022]}, {"id": "4243", "type": "Feature", "properties": {"id": "nc72892516", "mag": 1.1, "time": 1505446837720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.730835, 38.793999, 1.32]}, "bbox": [-122.730835, 38.793999, -122.730835, 38.793999]}, {"id": "4244", "type": "Feature", "properties": {"id": "uu60245937", "mag": 2.38, "time": 1505446750290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.831833, 40.139667, 5.96]}, "bbox": [-108.831833, 40.139667, -108.831833, 40.139667]}, {"id": "4245", "type": "Feature", "properties": {"id": "nn00605251", "mag": 1.0, "time": 1505446468632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9033, 38.4011, 9.6]}, "bbox": [-118.9033, 38.4011, -118.9033, 38.4011]}, {"id": "4246", "type": "Feature", "properties": {"id": "uw61307757", "mag": 1.87, "time": 1505444885110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039, 46.879667, 6.38]}, "bbox": [-122.039, 46.879667, -122.039, 46.879667]}, {"id": "4247", "type": "Feature", "properties": {"id": "ak16828311", "mag": 1.7, "time": 1505444727120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9607, 69.4522, 5.6]}, "bbox": [-142.9607, 69.4522, -142.9607, 69.4522]}, {"id": "4248", "type": "Feature", "properties": {"id": "ak16828309", "mag": 1.6, "time": 1505444714123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2585, 60.8639, 35.8]}, "bbox": [-150.2585, 60.8639, -150.2585, 60.8639]}, {"id": "4249", "type": "Feature", "properties": {"id": "ak16828078", "mag": 1.7, "time": 1505444473211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9441, 60.8403, 88.2]}, "bbox": [-151.9441, 60.8403, -151.9441, 60.8403]}, {"id": "4250", "type": "Feature", "properties": {"id": "ak16852882", "mag": 1.6, "time": 1505443841428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.2335, 53.7145, 69.2]}, "bbox": [-166.2335, 53.7145, -166.2335, 53.7145]}, {"id": "4251", "type": "Feature", "properties": {"id": "us2000an1z", "mag": 4.4, "time": 1505443535780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5573, 15.2748, 63.05]}, "bbox": [-93.5573, 15.2748, -93.5573, 15.2748]}, {"id": "4252", "type": "Feature", "properties": {"id": "nc72892506", "mag": 1.02, "time": 1505442684550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.553, 2.17]}, "bbox": [-118.883667, 37.553, -118.883667, 37.553]}, {"id": "4253", "type": "Feature", "properties": {"id": "hv61908531", "mag": 3.04, "time": 1505439944520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.197667, 35.437]}, "bbox": [-155.466833, 19.197667, -155.466833, 19.197667]}, {"id": "4254", "type": "Feature", "properties": {"id": "ak16827839", "mag": 1.5, "time": 1505439822541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4032, 62.4253, 2.2]}, "bbox": [-153.4032, 62.4253, -153.4032, 62.4253]}, {"id": "4255", "type": "Feature", "properties": {"id": "ci37763231", "mag": 1.55, "time": 1505439516220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.3195, 34.068167, 18.36]}, "bbox": [-117.3195, 34.068167, -117.3195, 34.068167]}, {"id": "4256", "type": "Feature", "properties": {"id": "us2000an15", "mag": 5.2, "time": 1505439500860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5689, -26.6333, 10.0]}, "bbox": [-112.5689, -26.6333, -112.5689, -26.6333]}, {"id": "4257", "type": "Feature", "properties": {"id": "us2000an0z", "mag": 4.8, "time": 1505439407990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.866, 18.8304, 42.15]}, "bbox": [94.866, 18.8304, 94.866, 18.8304]}, {"id": "4258", "type": "Feature", "properties": {"id": "nc72892491", "mag": 1.99, "time": 1505438838520, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.813833, 37.412167, -0.2]}, "bbox": [-121.813833, 37.412167, -121.813833, 37.412167]}, {"id": "4259", "type": "Feature", "properties": {"id": "nc72892486", "mag": 3.28, "time": 1505438267780, "felt": 1110.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.805667, 37.414, -0.21]}, "bbox": [-121.805667, 37.414, -121.805667, 37.414]}, {"id": "4260", "type": "Feature", "properties": {"id": "uw61307737", "mag": 1.35, "time": 1505438193040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.260833, 45.950833, -0.29]}, "bbox": [-119.260833, 45.950833, -119.260833, 45.950833]}, {"id": "4261", "type": "Feature", "properties": {"id": "us2000an0d", "mag": 2.7, "time": 1505437987460, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5868, 37.2136, 5.0]}, "bbox": [-97.5868, 37.2136, -97.5868, 37.2136]}, {"id": "4262", "type": "Feature", "properties": {"id": "us2000an0g", "mag": 4.3, "time": 1505437868680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4079, 15.6978, 35.0]}, "bbox": [-94.4079, 15.6978, -94.4079, 15.6978]}, {"id": "4263", "type": "Feature", "properties": {"id": "ak16827837", "mag": 1.3, "time": 1505437000881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7, 64.3159, 3.6]}, "bbox": [-149.7, 64.3159, -149.7, 64.3159]}, {"id": "4264", "type": "Feature", "properties": {"id": "us2000aslu", "mag": 4.1, "time": 1505436496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8507, -18.1469, 603.85]}, "bbox": [-178.8507, -18.1469, -178.8507, -18.1469]}, {"id": "4265", "type": "Feature", "properties": {"id": "ci37763199", "mag": 1.36, "time": 1505435921800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.729667, 33.651667, 14.16]}, "bbox": [-116.729667, 33.651667, -116.729667, 33.651667]}, {"id": "4266", "type": "Feature", "properties": {"id": "nc72892481", "mag": 1.05, "time": 1505435403940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1895, 36.589667, 2.71]}, "bbox": [-121.1895, 36.589667, -121.1895, 36.589667]}, {"id": "4267", "type": "Feature", "properties": {"id": "us2000aslz", "mag": 4.4, "time": 1505434827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.716, 24.4725, 93.7]}, "bbox": [141.716, 24.4725, 141.716, 24.4725]}, {"id": "4268", "type": "Feature", "properties": {"id": "us2000amzk", "mag": 4.1, "time": 1505434054870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3134, -31.912, 136.67]}, "bbox": [-67.3134, -31.912, -67.3134, -31.912]}, {"id": "4269", "type": "Feature", "properties": {"id": "ak16827738", "mag": 1.1, "time": 1505433675781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4097, 60.0357, 0.0]}, "bbox": [-139.4097, 60.0357, -139.4097, 60.0357]}, {"id": "4270", "type": "Feature", "properties": {"id": "uw61307717", "mag": 1.13, "time": 1505433139350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677167, 47.835167, -0.74]}, "bbox": [-121.677167, 47.835167, -121.677167, 47.835167]}, {"id": "4271", "type": "Feature", "properties": {"id": "nc72892476", "mag": 1.21, "time": 1505432696710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.828167, 37.448333, 11.34]}, "bbox": [-118.828167, 37.448333, -118.828167, 37.448333]}, {"id": "4272", "type": "Feature", "properties": {"id": "ak16827737", "mag": 2.4, "time": 1505432573787, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6213, 54.0704, 37.5]}, "bbox": [-163.6213, 54.0704, -163.6213, 54.0704]}, {"id": "4273", "type": "Feature", "properties": {"id": "us2000amz3", "mag": 4.1, "time": 1505431969130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.671, 15.2225, 53.79]}, "bbox": [-93.671, 15.2225, -93.671, 15.2225]}, {"id": "4274", "type": "Feature", "properties": {"id": "nc72892471", "mag": 1.5, "time": 1505431533120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4815, 38.607167, 11.47]}, "bbox": [-122.4815, 38.607167, -122.4815, 38.607167]}, {"id": "4275", "type": "Feature", "properties": {"id": "nc72892466", "mag": 1.83, "time": 1505431346810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8125, 37.417833, 0.06]}, "bbox": [-121.8125, 37.417833, -121.8125, 37.417833]}, {"id": "4276", "type": "Feature", "properties": {"id": "ak16827381", "mag": 2.1, "time": 1505430963793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5301, 63.0381, 100.7]}, "bbox": [-150.5301, 63.0381, -150.5301, 63.0381]}, {"id": "4277", "type": "Feature", "properties": {"id": "us2000amyn", "mag": 4.7, "time": 1505430410000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.7418, -15.3348, 10.0]}, "bbox": [-172.7418, -15.3348, -172.7418, -15.3348]}, {"id": "4278", "type": "Feature", "properties": {"id": "nc72892451", "mag": 1.34, "time": 1505430316610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.842333, 38.821, 2.01]}, "bbox": [-122.842333, 38.821, -122.842333, 38.821]}, {"id": "4279", "type": "Feature", "properties": {"id": "ak16827378", "mag": 1.7, "time": 1505430242693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6605, 59.9169, 0.0]}, "bbox": [-139.6605, 59.9169, -139.6605, 59.9169]}, {"id": "4280", "type": "Feature", "properties": {"id": "ak16827376", "mag": 1.4, "time": 1505430223593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3686, 64.993, 0.0]}, "bbox": [-147.3686, 64.993, -147.3686, 64.993]}, {"id": "4281", "type": "Feature", "properties": {"id": "ismpkansas70235238", "mag": 1.58, "time": 1505429674020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887667, 37.203667, 6.13]}, "bbox": [-97.887667, 37.203667, -97.887667, 37.203667]}, {"id": "4282", "type": "Feature", "properties": {"id": "ak16827373", "mag": 1.9, "time": 1505429324646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3648, 60.031, 0.0]}, "bbox": [-139.3648, 60.031, -139.3648, 60.031]}, {"id": "4283", "type": "Feature", "properties": {"id": "ak16827371", "mag": 1.2, "time": 1505429076761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7478, 61.0185, 13.6]}, "bbox": [-147.7478, 61.0185, -147.7478, 61.0185]}, {"id": "4284", "type": "Feature", "properties": {"id": "us2000amx5", "mag": 4.0, "time": 1505428206900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2168, 15.3544, 35.0]}, "bbox": [-93.2168, 15.3544, -93.2168, 15.3544]}, {"id": "4285", "type": "Feature", "properties": {"id": "nc72892426", "mag": 2.04, "time": 1505428077100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.454833, 37.434333, 10.05]}, "bbox": [-118.454833, 37.434333, -118.454833, 37.434333]}, {"id": "4286", "type": "Feature", "properties": {"id": "ak16861216", "mag": 1.9, "time": 1505427925219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0714, 56.1589, 10.1]}, "bbox": [-158.0714, 56.1589, -158.0714, 56.1589]}, {"id": "4287", "type": "Feature", "properties": {"id": "ak16827036", "mag": 2.0, "time": 1505427923919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0766, 61.1472, 0.6]}, "bbox": [-140.0766, 61.1472, -140.0766, 61.1472]}, {"id": "4288", "type": "Feature", "properties": {"id": "us2000amww", "mag": 5.2, "time": 1505427661920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.1022, -13.8345, 10.0]}, "bbox": [170.1022, -13.8345, 170.1022, -13.8345]}, {"id": "4289", "type": "Feature", "properties": {"id": "ci37763135", "mag": 1.49, "time": 1505427523820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.866, 34.011167, 16.92]}, "bbox": [-116.866, 34.011167, -116.866, 34.011167]}, {"id": "4290", "type": "Feature", "properties": {"id": "nn00605229", "mag": 2.2, "time": 1505427385689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0155, 38.8648, 4.3]}, "bbox": [-118.0155, 38.8648, -118.0155, 38.8648]}, {"id": "4291", "type": "Feature", "properties": {"id": "us2000askz", "mag": 4.1, "time": 1505426291450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.1685, -7.2026, 147.79]}, "bbox": [129.1685, -7.2026, 129.1685, -7.2026]}, {"id": "4292", "type": "Feature", "properties": {"id": "hv61908231", "mag": 2.43, "time": 1505426012270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.012665, 19.708, 2.82]}, "bbox": [-155.012665, 19.708, -155.012665, 19.708]}, {"id": "4293", "type": "Feature", "properties": {"id": "uu60245817", "mag": 1.37, "time": 1505425437900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.738, 38.746667, 7.72]}, "bbox": [-112.738, 38.746667, -112.738, 38.746667]}, {"id": "4294", "type": "Feature", "properties": {"id": "ak16827032", "mag": 1.7, "time": 1505425052822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4453, 59.9712, 0.0]}, "bbox": [-139.4453, 59.9712, -139.4453, 59.9712]}, {"id": "4295", "type": "Feature", "properties": {"id": "ak16827035", "mag": 2.3, "time": 1505424622002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6154, 53.6195, 25.6]}, "bbox": [-164.6154, 53.6195, -164.6154, 53.6195]}, {"id": "4296", "type": "Feature", "properties": {"id": "us2000asl6", "mag": 4.4, "time": 1505424366710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1651, -12.9278, 10.0]}, "bbox": [122.1651, -12.9278, 122.1651, -12.9278]}, {"id": "4297", "type": "Feature", "properties": {"id": "pr2017257005", "mag": 3.03, "time": 1505423754820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8618, 18.9605, 5.0]}, "bbox": [-67.8618, 18.9605, -67.8618, 18.9605]}, {"id": "4298", "type": "Feature", "properties": {"id": "us2000amub", "mag": 2.8, "time": 1505423589100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1847, 37.3761, 9.38]}, "bbox": [-98.1847, 37.3761, -98.1847, 37.3761]}, {"id": "4299", "type": "Feature", "properties": {"id": "nc72892386", "mag": 1.71, "time": 1505423524180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.993, 37.849, 7.27]}, "bbox": [-121.993, 37.849, -121.993, 37.849]}, {"id": "4300", "type": "Feature", "properties": {"id": "uw61307597", "mag": 1.91, "time": 1505423420600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.516333, 49.4855, -1.5]}, "bbox": [-120.516333, 49.4855, -120.516333, 49.4855]}, {"id": "4301", "type": "Feature", "properties": {"id": "ak16827021", "mag": 2.6, "time": 1505422812693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9235, 64.0866, 5.1]}, "bbox": [-148.9235, 64.0866, -148.9235, 64.0866]}, {"id": "4302", "type": "Feature", "properties": {"id": "pr2017257004", "mag": 3.1, "time": 1505421809880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.5351, 18.7848, 5.0]}, "bbox": [-67.5351, 18.7848, -67.5351, 18.7848]}, {"id": "4303", "type": "Feature", "properties": {"id": "uw61307587", "mag": 2.41, "time": 1505421654690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.8785, 6.64]}, "bbox": [-122.038167, 46.8785, -122.038167, 46.8785]}, {"id": "4304", "type": "Feature", "properties": {"id": "ci37763103", "mag": 1.09, "time": 1505421634220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.484667, 33.852667, -0.55]}, "bbox": [-117.484667, 33.852667, -117.484667, 33.852667]}, {"id": "4305", "type": "Feature", "properties": {"id": "ci37763095", "mag": 2.06, "time": 1505421264070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.377, 34.075, 2.89]}, "bbox": [-116.377, 34.075, -116.377, 34.075]}, {"id": "4306", "type": "Feature", "properties": {"id": "ci37763087", "mag": 1.19, "time": 1505421203990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 33.981667, 6.59]}, "bbox": [-116.9245, 33.981667, -116.9245, 33.981667]}, {"id": "4307", "type": "Feature", "properties": {"id": "uw61307577", "mag": 2.03, "time": 1505420251860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.875667, 6.94]}, "bbox": [-122.041833, 46.875667, -122.041833, 46.875667]}, {"id": "4308", "type": "Feature", "properties": {"id": "ci37763071", "mag": 1.01, "time": 1505420033530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.481, 33.8295, -0.53]}, "bbox": [-117.481, 33.8295, -117.481, 33.8295]}, {"id": "4309", "type": "Feature", "properties": {"id": "us2000amr0", "mag": 3.2, "time": 1505419914220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2947, 31.1684, 5.0]}, "bbox": [-103.2947, 31.1684, -103.2947, 31.1684]}, {"id": "4310", "type": "Feature", "properties": {"id": "ak16826805", "mag": 1.7, "time": 1505419715229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.541, 59.9804, 0.0]}, "bbox": [-139.541, 59.9804, -139.541, 59.9804]}, {"id": "4311", "type": "Feature", "properties": {"id": "mb80255399", "mag": 3.06, "time": 1505419221280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5865, 48.5185, 11.24]}, "bbox": [-114.5865, 48.5185, -114.5865, 48.5185]}, {"id": "4312", "type": "Feature", "properties": {"id": "uu60245777", "mag": 2.41, "time": 1505419186750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.829333, 40.126, 5.93]}, "bbox": [-108.829333, 40.126, -108.829333, 40.126]}, {"id": "4313", "type": "Feature", "properties": {"id": "ak16826800", "mag": 1.6, "time": 1505419140835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9798, 59.9221, 1.1]}, "bbox": [-140.9798, 59.9221, -140.9798, 59.9221]}, {"id": "4314", "type": "Feature", "properties": {"id": "nc72892321", "mag": 1.03, "time": 1505418518980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838833, 37.542333, 4.28]}, "bbox": [-118.838833, 37.542333, -118.838833, 37.542333]}, {"id": "4315", "type": "Feature", "properties": {"id": "ak16861208", "mag": 1.9, "time": 1505418243673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0345, 59.5576, 91.9]}, "bbox": [-153.0345, 59.5576, -153.0345, 59.5576]}, {"id": "4316", "type": "Feature", "properties": {"id": "nc72892316", "mag": 1.93, "time": 1505418215210, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825833, 37.479167, 0.95]}, "bbox": [-118.825833, 37.479167, -118.825833, 37.479167]}, {"id": "4317", "type": "Feature", "properties": {"id": "uw61307562", "mag": 1.61, "time": 1505417734660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201667, 47.657667, 24.36]}, "bbox": [-122.201667, 47.657667, -122.201667, 47.657667]}, {"id": "4318", "type": "Feature", "properties": {"id": "nc72892311", "mag": 2.58, "time": 1505417475310, "felt": 83.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815167, 37.412167, -0.2]}, "bbox": [-121.815167, 37.412167, -121.815167, 37.412167]}, {"id": "4319", "type": "Feature", "properties": {"id": "ak16826593", "mag": 3.3, "time": 1505417123986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9114, 52.3919, 7.2]}, "bbox": [-162.9114, 52.3919, -162.9114, 52.3919]}, {"id": "4320", "type": "Feature", "properties": {"id": "ld60143041", "mag": 1.13, "time": 1505416429790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.886167, 43.172167, 4.49]}, "bbox": [-78.886167, 43.172167, -78.886167, 43.172167]}, {"id": "4321", "type": "Feature", "properties": {"id": "us2000amnb", "mag": 3.0, "time": 1505416249190, "felt": 10.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5193, 36.2853, 5.18]}, "bbox": [-97.5193, 36.2853, -97.5193, 36.2853]}, {"id": "4322", "type": "Feature", "properties": {"id": "ak16826590", "mag": 1.5, "time": 1505416113279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1135, 61.6397, 76.8]}, "bbox": [-151.1135, 61.6397, -151.1135, 61.6397]}, {"id": "4323", "type": "Feature", "properties": {"id": "ak16826581", "mag": 3.0, "time": 1505415978301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7549, 53.141, 25.5]}, "bbox": [-166.7549, 53.141, -166.7549, 53.141]}, {"id": "4324", "type": "Feature", "properties": {"id": "ak16826576", "mag": 2.1, "time": 1505415492270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 60.0386, 108.3]}, "bbox": [-152.9009, 60.0386, -152.9009, 60.0386]}, {"id": "4325", "type": "Feature", "properties": {"id": "ak16826575", "mag": 1.4, "time": 1505414640813, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4567, 60.0012, 0.0]}, "bbox": [-139.4567, 60.0012, -139.4567, 60.0012]}, {"id": "4326", "type": "Feature", "properties": {"id": "nc72892281", "mag": 1.22, "time": 1505414516760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.106667, 37.328833, -0.31]}, "bbox": [-122.106667, 37.328833, -122.106667, 37.328833]}, {"id": "4327", "type": "Feature", "properties": {"id": "ak16826369", "mag": 1.5, "time": 1505413533625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2439, 60.5671, 11.9]}, "bbox": [-141.2439, 60.5671, -141.2439, 60.5671]}, {"id": "4328", "type": "Feature", "properties": {"id": "ak16826365", "mag": 2.1, "time": 1505413453164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2344, 60.5666, 13.6]}, "bbox": [-141.2344, 60.5666, -141.2344, 60.5666]}, {"id": "4329", "type": "Feature", "properties": {"id": "ak16826364", "mag": 1.2, "time": 1505413265164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6599, 59.9119, 0.0]}, "bbox": [-139.6599, 59.9119, -139.6599, 59.9119]}, {"id": "4330", "type": "Feature", "properties": {"id": "ci37763023", "mag": 1.39, "time": 1505413136790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.316167, 35.0525, -0.97]}, "bbox": [-118.316167, 35.0525, -118.316167, 35.0525]}, {"id": "4331", "type": "Feature", "properties": {"id": "uw61307532", "mag": 1.1, "time": 1505412859730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3855, 45.629833, -1.63]}, "bbox": [-121.3855, 45.629833, -121.3855, 45.629833]}, {"id": "4332", "type": "Feature", "properties": {"id": "nc72892266", "mag": 0.96, "time": 1505412496280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.5355, 0.22]}, "bbox": [-118.823167, 37.5355, -118.823167, 37.5355]}, {"id": "4333", "type": "Feature", "properties": {"id": "nc72892261", "mag": 1.1, "time": 1505411783250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808166, 38.800167, 2.65]}, "bbox": [-122.808166, 38.800167, -122.808166, 38.800167]}, {"id": "4334", "type": "Feature", "properties": {"id": "ak16826335", "mag": 1.2, "time": 1505411310289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0556, 61.0558, 10.6]}, "bbox": [-148.0556, 61.0558, -148.0556, 61.0558]}, {"id": "4335", "type": "Feature", "properties": {"id": "ak16826330", "mag": 1.6, "time": 1505411005327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8642, 60.9198, 10.0]}, "bbox": [-150.8642, 60.9198, -150.8642, 60.9198]}, {"id": "4336", "type": "Feature", "properties": {"id": "us2000amk5", "mag": 5.8, "time": 1505410888670, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.732, 18.6699, 173.3]}, "bbox": [145.732, 18.6699, 145.732, 18.6699]}, {"id": "4337", "type": "Feature", "properties": {"id": "nc72892241", "mag": 3.28, "time": 1505410337330, "felt": 1346.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8135, 37.411667, -0.21]}, "bbox": [-121.8135, 37.411667, -121.8135, 37.411667]}, {"id": "4338", "type": "Feature", "properties": {"id": "us2000amw9", "mag": 2.9, "time": 1505410106220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.434, 42.5971, 8.27]}, "bbox": [-111.434, 42.5971, -111.434, 42.5971]}, {"id": "4339", "type": "Feature", "properties": {"id": "ci37762975", "mag": 1.37, "time": 1505410085790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795333, 33.494833, 5.03]}, "bbox": [-116.795333, 33.494833, -116.795333, 33.494833]}, {"id": "4340", "type": "Feature", "properties": {"id": "us2000amja", "mag": 3.2, "time": 1505409999020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.586, 8.7]}, "bbox": [-111.4403, 42.586, -111.4403, 42.586]}, {"id": "4341", "type": "Feature", "properties": {"id": "uw61307502", "mag": 2.03, "time": 1505409449050, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775333, 47.590667, 26.27]}, "bbox": [-122.775333, 47.590667, -122.775333, 47.590667]}, {"id": "4342", "type": "Feature", "properties": {"id": "us2000amis", "mag": 4.1, "time": 1505408885650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3313, 15.7247, 66.16]}, "bbox": [-94.3313, 15.7247, -94.3313, 15.7247]}, {"id": "4343", "type": "Feature", "properties": {"id": "ak16826120", "mag": 2.2, "time": 1505408670072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8183, 60.7702, 77.9]}, "bbox": [-151.8183, 60.7702, -151.8183, 60.7702]}, {"id": "4344", "type": "Feature", "properties": {"id": "us2000amhu", "mag": 2.5, "time": 1505407539000, "felt": 179.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.0236, 32.7967, 6.19]}, "bbox": [-97.0236, 32.7967, -97.0236, 32.7967]}, {"id": "4345", "type": "Feature", "properties": {"id": "ak16826109", "mag": 3.4, "time": 1505406315703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9733, 53.4109, 37.9]}, "bbox": [-165.9733, 53.4109, -165.9733, 53.4109]}, {"id": "4346", "type": "Feature", "properties": {"id": "pr2017257003", "mag": 1.93, "time": 1505405250720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1335, 18.0533, 14.0]}, "bbox": [-67.1335, 18.0533, -67.1335, 18.0533]}, {"id": "4347", "type": "Feature", "properties": {"id": "ak16825909", "mag": 3.0, "time": 1505405033445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4291, 57.7254, 15.0]}, "bbox": [-154.4291, 57.7254, -154.4291, 57.7254]}, {"id": "4348", "type": "Feature", "properties": {"id": "ak16861191", "mag": 2.2, "time": 1505404726740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4598, 52.5561, 41.6]}, "bbox": [-168.4598, 52.5561, -168.4598, 52.5561]}, {"id": "4349", "type": "Feature", "properties": {"id": "us2000amga", "mag": 4.5, "time": 1505404343560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.122, -6.0228, 63.06]}, "bbox": [147.122, -6.0228, 147.122, -6.0228]}, {"id": "4350", "type": "Feature", "properties": {"id": "uu60245622", "mag": 1.46, "time": 1505403828660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.640167, 41.675, 10.23]}, "bbox": [-111.640167, 41.675, -111.640167, 41.675]}, {"id": "4351", "type": "Feature", "properties": {"id": "ci37762935", "mag": 1.53, "time": 1505403471570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7005, 36.071833, 0.62]}, "bbox": [-117.7005, 36.071833, -117.7005, 36.071833]}, {"id": "4352", "type": "Feature", "properties": {"id": "ak16861190", "mag": 1.9, "time": 1505403359391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3367, 58.804, 116.8]}, "bbox": [-154.3367, 58.804, -154.3367, 58.804]}, {"id": "4353", "type": "Feature", "properties": {"id": "ci37762927", "mag": 1.08, "time": 1505403357540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6365, 33.9595, 15.51]}, "bbox": [-116.6365, 33.9595, -116.6365, 33.9595]}, {"id": "4354", "type": "Feature", "properties": {"id": "ak16825908", "mag": 1.4, "time": 1505402885768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5012, 61.3116, 5.2]}, "bbox": [-152.5012, 61.3116, -152.5012, 61.3116]}, {"id": "4355", "type": "Feature", "properties": {"id": "ak16825714", "mag": 2.2, "time": 1505399922942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5211, 53.4862, 2.6]}, "bbox": [-164.5211, 53.4862, -164.5211, 53.4862]}, {"id": "4356", "type": "Feature", "properties": {"id": "nc72892201", "mag": 2.8, "time": 1505399703490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8115, 37.473, 1.65]}, "bbox": [-118.8115, 37.473, -118.8115, 37.473]}, {"id": "4357", "type": "Feature", "properties": {"id": "ak16825708", "mag": 2.5, "time": 1505399664156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3242, 59.9299, 129.9]}, "bbox": [-153.3242, 59.9299, -153.3242, 59.9299]}, {"id": "4358", "type": "Feature", "properties": {"id": "us2000amdz", "mag": 4.3, "time": 1505399623950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8439, 15.4623, 51.01]}, "bbox": [-94.8439, 15.4623, -94.8439, 15.4623]}, {"id": "4359", "type": "Feature", "properties": {"id": "ismpkansas70235213", "mag": 2.12, "time": 1505398747570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888167, 37.203167, 5.99]}, "bbox": [-97.888167, 37.203167, -97.888167, 37.203167]}, {"id": "4360", "type": "Feature", "properties": {"id": "ak16825704", "mag": 1.0, "time": 1505398436381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6928, 63.8584, 11.4]}, "bbox": [-148.6928, 63.8584, -148.6928, 63.8584]}, {"id": "4361", "type": "Feature", "properties": {"id": "ci37762895", "mag": 1.82, "time": 1505398376370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448167, 33.465, 11.86]}, "bbox": [-116.448167, 33.465, -116.448167, 33.465]}, {"id": "4362", "type": "Feature", "properties": {"id": "mb80255329", "mag": 1.87, "time": 1505398289770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534833, 46.870333, 11.87]}, "bbox": [-112.534833, 46.870333, -112.534833, 46.870333]}, {"id": "4363", "type": "Feature", "properties": {"id": "ak16825519", "mag": 1.8, "time": 1505397944345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.464, 59.9879, 0.0]}, "bbox": [-139.464, 59.9879, -139.464, 59.9879]}, {"id": "4364", "type": "Feature", "properties": {"id": "us2000amcx", "mag": 2.4, "time": 1505397840240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4117, 42.6047, 6.9]}, "bbox": [-111.4117, 42.6047, -111.4117, 42.6047]}, {"id": "4365", "type": "Feature", "properties": {"id": "pr2017257002", "mag": 3.32, "time": 1505397292070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.3985, 17.9023, 89.0]}, "bbox": [-68.3985, 17.9023, -68.3985, 17.9023]}, {"id": "4366", "type": "Feature", "properties": {"id": "ak16861180", "mag": 2.0, "time": 1505397099289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7867, 53.5505, 48.9]}, "bbox": [-164.7867, 53.5505, -164.7867, 53.5505]}, {"id": "4367", "type": "Feature", "properties": {"id": "ak16861178", "mag": 1.1, "time": 1505394745904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8149, 59.8173, 16.0]}, "bbox": [-136.8149, 59.8173, -136.8149, 59.8173]}, {"id": "4368", "type": "Feature", "properties": {"id": "nc72892181", "mag": 0.97, "time": 1505394542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.603833, 3.53]}, "bbox": [-118.833667, 37.603833, -118.833667, 37.603833]}, {"id": "4369", "type": "Feature", "properties": {"id": "nn00605167", "mag": 1.1, "time": 1505394484720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9328, 38.4065, 6.7]}, "bbox": [-118.9328, 38.4065, -118.9328, 38.4065]}, {"id": "4370", "type": "Feature", "properties": {"id": "ak16825327", "mag": 1.8, "time": 1505394377057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5142, 60.0065, 0.0]}, "bbox": [-139.5142, 60.0065, -139.5142, 60.0065]}, {"id": "4371", "type": "Feature", "properties": {"id": "ak16825325", "mag": 1.1, "time": 1505393895767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0247, 61.1655, 6.0]}, "bbox": [-140.0247, 61.1655, -140.0247, 61.1655]}, {"id": "4372", "type": "Feature", "properties": {"id": "ak16825323", "mag": 1.3, "time": 1505393727514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0737, 61.1407, 3.8]}, "bbox": [-140.0737, 61.1407, -140.0737, 61.1407]}, {"id": "4373", "type": "Feature", "properties": {"id": "us2000ambm", "mag": 2.8, "time": 1505393579230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5276, 8.74]}, "bbox": [-111.4339, 42.5276, -111.4339, 42.5276]}, {"id": "4374", "type": "Feature", "properties": {"id": "nc72892176", "mag": 1.12, "time": 1505393008100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8295, 37.486167, 1.89]}, "bbox": [-118.8295, 37.486167, -118.8295, 37.486167]}, {"id": "4375", "type": "Feature", "properties": {"id": "ak16825308", "mag": 2.8, "time": 1505392115017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1037, 58.6121, 140.4]}, "bbox": [-155.1037, 58.6121, -155.1037, 58.6121]}, {"id": "4376", "type": "Feature", "properties": {"id": "nc72892171", "mag": 1.95, "time": 1505392014690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.811, 37.47, 1.05]}, "bbox": [-118.811, 37.47, -118.811, 37.47]}, {"id": "4377", "type": "Feature", "properties": {"id": "ci37762879", "mag": 2.48, "time": 1505391903440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.03, 34.269167, 1.91]}, "bbox": [-117.03, 34.269167, -117.03, 34.269167]}, {"id": "4378", "type": "Feature", "properties": {"id": "hv61907846", "mag": 1.74, "time": 1505391154930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.801498, 20.135166, 20.69]}, "bbox": [-155.801498, 20.135166, -155.801498, 20.135166]}, {"id": "4379", "type": "Feature", "properties": {"id": "ak16825129", "mag": 1.8, "time": 1505390600450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6941, 53.4145, 21.6]}, "bbox": [-165.6941, 53.4145, -165.6941, 53.4145]}, {"id": "4380", "type": "Feature", "properties": {"id": "uu60245547", "mag": 1.86, "time": 1505390326640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506167, 37.5615, 15.73]}, "bbox": [-112.506167, 37.5615, -112.506167, 37.5615]}, {"id": "4381", "type": "Feature", "properties": {"id": "ak16825126", "mag": 1.4, "time": 1505389290941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5082, 60.1407, 0.0]}, "bbox": [-141.5082, 60.1407, -141.5082, 60.1407]}, {"id": "4382", "type": "Feature", "properties": {"id": "ak16825125", "mag": 1.0, "time": 1505389269829, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3654, 61.4964, 18.3]}, "bbox": [-150.3654, 61.4964, -150.3654, 61.4964]}, {"id": "4383", "type": "Feature", "properties": {"id": "ak16861166", "mag": 1.9, "time": 1505388913353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3862, 51.6162, 20.9]}, "bbox": [-178.3862, 51.6162, -178.3862, 51.6162]}, {"id": "4384", "type": "Feature", "properties": {"id": "ak16825120", "mag": 2.1, "time": 1505388602725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.7931, 54.8482, 3.3]}, "bbox": [-159.7931, 54.8482, -159.7931, 54.8482]}, {"id": "4385", "type": "Feature", "properties": {"id": "ak16825116", "mag": 1.5, "time": 1505388522841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3442, 61.3489, 49.0]}, "bbox": [-150.3442, 61.3489, -150.3442, 61.3489]}, {"id": "4386", "type": "Feature", "properties": {"id": "ak16825115", "mag": 1.2, "time": 1505388281614, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5528, 61.7241, 28.7]}, "bbox": [-146.5528, 61.7241, -146.5528, 61.7241]}, {"id": "4387", "type": "Feature", "properties": {"id": "ak16824940", "mag": 1.2, "time": 1505387093135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3758, 61.1701, 24.7]}, "bbox": [-148.3758, 61.1701, -148.3758, 61.1701]}, {"id": "4388", "type": "Feature", "properties": {"id": "nc72892141", "mag": 1.22, "time": 1505386514410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.131, 36.571833, 9.94]}, "bbox": [-121.131, 36.571833, -121.131, 36.571833]}, {"id": "4389", "type": "Feature", "properties": {"id": "ak16824937", "mag": 2.5, "time": 1505385684936, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.0082, 52.3291, 6.7]}, "bbox": [-168.0082, 52.3291, -168.0082, 52.3291]}, {"id": "4390", "type": "Feature", "properties": {"id": "ak16824932", "mag": 1.6, "time": 1505384400903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5379, 59.9886, 0.0]}, "bbox": [-139.5379, 59.9886, -139.5379, 59.9886]}, {"id": "4391", "type": "Feature", "properties": {"id": "ak16824930", "mag": 1.2, "time": 1505383839558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3238, 66.4782, 11.1]}, "bbox": [-144.3238, 66.4782, -144.3238, 66.4782]}, {"id": "4392", "type": "Feature", "properties": {"id": "ak16861154", "mag": 1.9, "time": 1505383026342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.851, 54.0129, 69.5]}, "bbox": [-164.851, 54.0129, -164.851, 54.0129]}, {"id": "4393", "type": "Feature", "properties": {"id": "hv61907791", "mag": 1.61, "time": 1505382391650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.223667, 18.879, 14.409]}, "bbox": [-155.223667, 18.879, -155.223667, 18.879]}, {"id": "4394", "type": "Feature", "properties": {"id": "ak16824762", "mag": 1.4, "time": 1505381878343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4212, 60.1553, 64.8]}, "bbox": [-151.4212, 60.1553, -151.4212, 60.1553]}, {"id": "4395", "type": "Feature", "properties": {"id": "ak16824759", "mag": 2.0, "time": 1505381875397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7269, 61.5265, 60.3]}, "bbox": [-150.7269, 61.5265, -150.7269, 61.5265]}, {"id": "4396", "type": "Feature", "properties": {"id": "nc72892131", "mag": 0.97, "time": 1505381710130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720001, 38.778168, 1.63]}, "bbox": [-122.720001, 38.778168, -122.720001, 38.778168]}, {"id": "4397", "type": "Feature", "properties": {"id": "ak16824756", "mag": 2.0, "time": 1505380861272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.1915, 70.1]}, "bbox": [-152.0471, 60.1915, -152.0471, 60.1915]}, {"id": "4398", "type": "Feature", "properties": {"id": "ak16861150", "mag": 2.6, "time": 1505380391671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8518, 53.4455, 2.8]}, "bbox": [-162.8518, 53.4455, -162.8518, 53.4455]}, {"id": "4399", "type": "Feature", "properties": {"id": "ak16824753", "mag": 2.6, "time": 1505380263376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1582, 56.2796, 14.2]}, "bbox": [-158.1582, 56.2796, -158.1582, 56.2796]}, {"id": "4400", "type": "Feature", "properties": {"id": "uu60245457", "mag": 2.53, "time": 1505379272870, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.827333, 40.120667, -3.25]}, "bbox": [-108.827333, 40.120667, -108.827333, 40.120667]}, {"id": "4401", "type": "Feature", "properties": {"id": "ci37762823", "mag": 2.96, "time": 1505378281630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181833, 31.831667, 18.32]}, "bbox": [-116.181833, 31.831667, -116.181833, 31.831667]}, {"id": "4402", "type": "Feature", "properties": {"id": "nc72892121", "mag": 1.02, "time": 1505377845780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717499, 38.774666, 2.13]}, "bbox": [-122.717499, 38.774666, -122.717499, 38.774666]}, {"id": "4403", "type": "Feature", "properties": {"id": "nc72892116", "mag": 1.11, "time": 1505377833950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.714333, 38.776667, 1.68]}, "bbox": [-122.714333, 38.776667, -122.714333, 38.776667]}, {"id": "4404", "type": "Feature", "properties": {"id": "us2000am81", "mag": 4.6, "time": 1505377166860, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4481, -11.977, 10.0]}, "bbox": [-76.4481, -11.977, -76.4481, -11.977]}, {"id": "4405", "type": "Feature", "properties": {"id": "ismpkansas70235208", "mag": 1.81, "time": 1505376928150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570333, 37.345667, 5.05]}, "bbox": [-97.570333, 37.345667, -97.570333, 37.345667]}, {"id": "4406", "type": "Feature", "properties": {"id": "ak16824583", "mag": 1.6, "time": 1505376729312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4585, 60.3656, 97.6]}, "bbox": [-152.4585, 60.3656, -152.4585, 60.3656]}, {"id": "4407", "type": "Feature", "properties": {"id": "nc72892106", "mag": 1.19, "time": 1505376712450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799833, 38.712667, 4.08]}, "bbox": [-122.799833, 38.712667, -122.799833, 38.712667]}, {"id": "4408", "type": "Feature", "properties": {"id": "ci37762815", "mag": 1.04, "time": 1505374690080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.221833, 32.924167, 12.12]}, "bbox": [-116.221833, 32.924167, -116.221833, 32.924167]}, {"id": "4409", "type": "Feature", "properties": {"id": "ak16824572", "mag": 1.6, "time": 1505374660381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7598, 65.436, 12.0]}, "bbox": [-144.7598, 65.436, -144.7598, 65.436]}, {"id": "4410", "type": "Feature", "properties": {"id": "us2000am75", "mag": 4.4, "time": 1505372640680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6754, -34.2973, 1.87]}, "bbox": [-72.6754, -34.2973, -72.6754, -34.2973]}, {"id": "4411", "type": "Feature", "properties": {"id": "ak16824419", "mag": 1.8, "time": 1505372310107, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5103, 60.0002, 0.0]}, "bbox": [-139.5103, 60.0002, -139.5103, 60.0002]}, {"id": "4412", "type": "Feature", "properties": {"id": "ci37762807", "mag": 1.14, "time": 1505372248820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.872333, 36.502833, 6.38]}, "bbox": [-117.872333, 36.502833, -117.872333, 36.502833]}, {"id": "4413", "type": "Feature", "properties": {"id": "ak16824418", "mag": 1.0, "time": 1505372093089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8634, 59.8384, 41.0]}, "bbox": [-150.8634, 59.8384, -150.8634, 59.8384]}, {"id": "4414", "type": "Feature", "properties": {"id": "ak16824415", "mag": 1.3, "time": 1505371860862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4454, 63.0596, 8.2]}, "bbox": [-151.4454, 63.0596, -151.4454, 63.0596]}, {"id": "4415", "type": "Feature", "properties": {"id": "ci37762783", "mag": 1.64, "time": 1505371108250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.625167, 32.844, 11.98]}, "bbox": [-115.625167, 32.844, -115.625167, 32.844]}, {"id": "4416", "type": "Feature", "properties": {"id": "ak16824411", "mag": 1.3, "time": 1505371053195, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1765, 60.359, 0.0]}, "bbox": [-141.1765, 60.359, -141.1765, 60.359]}, {"id": "4417", "type": "Feature", "properties": {"id": "us2000aywv", "mag": 4.0, "time": 1505370268660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6903, 15.5507, 43.43]}, "bbox": [-94.6903, 15.5507, -94.6903, 15.5507]}, {"id": "4418", "type": "Feature", "properties": {"id": "ci37762759", "mag": 1.32, "time": 1505370002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.733, 33.668167, 13.69]}, "bbox": [-116.733, 33.668167, -116.733, 33.668167]}, {"id": "4419", "type": "Feature", "properties": {"id": "hv61907731", "mag": 1.75, "time": 1505369997330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382, 19.236, 32.221]}, "bbox": [-155.382, 19.236, -155.382, 19.236]}, {"id": "4420", "type": "Feature", "properties": {"id": "ci37762751", "mag": 0.96, "time": 1505369947950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.674333, 14.82]}, "bbox": [-116.731167, 33.674333, -116.731167, 33.674333]}, {"id": "4421", "type": "Feature", "properties": {"id": "us2000aywt", "mag": 4.0, "time": 1505369661520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2582, 14.9559, 25.35]}, "bbox": [-94.2582, 14.9559, -94.2582, 14.9559]}, {"id": "4422", "type": "Feature", "properties": {"id": "nc72892081", "mag": 1.08, "time": 1505369496760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1615, 36.5675, 3.55]}, "bbox": [-121.1615, 36.5675, -121.1615, 36.5675]}, {"id": "4423", "type": "Feature", "properties": {"id": "us2000am6i", "mag": 4.5, "time": 1505369450740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3229, 15.1323, 35.74]}, "bbox": [-94.3229, 15.1323, -94.3229, 15.1323]}, {"id": "4424", "type": "Feature", "properties": {"id": "us2000am6b", "mag": 4.4, "time": 1505369156780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7112, 15.4856, 25.87]}, "bbox": [-94.7112, 15.4856, -94.7112, 15.4856]}, {"id": "4425", "type": "Feature", "properties": {"id": "us2000am61", "mag": 3.0, "time": 1505368177800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3656, 36.7402, 7.992]}, "bbox": [-98.3656, 36.7402, -98.3656, 36.7402]}, {"id": "4426", "type": "Feature", "properties": {"id": "hv61907641", "mag": 2.26, "time": 1505367585250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.425667, 19.294167, 8.845]}, "bbox": [-155.425667, 19.294167, -155.425667, 19.294167]}, {"id": "4427", "type": "Feature", "properties": {"id": "us2000arcx", "mag": 3.2, "time": 1505367393080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4046, 51.5999, 12.8]}, "bbox": [-178.4046, 51.5999, -178.4046, 51.5999]}, {"id": "4428", "type": "Feature", "properties": {"id": "us2000am5i", "mag": 4.2, "time": 1505366427980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0841, 14.4266, 49.2]}, "bbox": [-93.0841, 14.4266, -93.0841, 14.4266]}, {"id": "4429", "type": "Feature", "properties": {"id": "us2000amaf", "mag": 4.7, "time": 1505366112080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.0489, -1.356, 10.0]}, "bbox": [148.0489, -1.356, 148.0489, -1.356]}, {"id": "4430", "type": "Feature", "properties": {"id": "nc72892391", "mag": 1.0, "time": 1505365754150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669167, 40.386833, 6.29]}, "bbox": [-121.669167, 40.386833, -121.669167, 40.386833]}, {"id": "4431", "type": "Feature", "properties": {"id": "us2000am56", "mag": 4.7, "time": 1505365399680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0709, 14.4637, 52.71]}, "bbox": [-93.0709, 14.4637, -93.0709, 14.4637]}, {"id": "4432", "type": "Feature", "properties": {"id": "mb80255284", "mag": 0.98, "time": 1505365218550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.8975, 13.3]}, "bbox": [-112.522, 46.8975, -112.522, 46.8975]}, {"id": "4433", "type": "Feature", "properties": {"id": "ak16861140", "mag": 1.2, "time": 1505365047321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0097, 62.5721, 78.1]}, "bbox": [-151.0097, 62.5721, -151.0097, 62.5721]}, {"id": "4434", "type": "Feature", "properties": {"id": "ci37762615", "mag": 0.95, "time": 1505364900090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.405833, 33.049333, 3.39]}, "bbox": [-116.405833, 33.049333, -116.405833, 33.049333]}, {"id": "4435", "type": "Feature", "properties": {"id": "nc72892056", "mag": 1.38, "time": 1505364695740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.54, 4.68]}, "bbox": [-118.834, 37.54, -118.834, 37.54]}, {"id": "4436", "type": "Feature", "properties": {"id": "uw61307352", "mag": 1.78, "time": 1505364485340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.942833, 46.866667, 10.19]}, "bbox": [-121.942833, 46.866667, -121.942833, 46.866667]}, {"id": "4437", "type": "Feature", "properties": {"id": "ak16824230", "mag": 1.9, "time": 1505364358950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.959, 59.8075, 60.6]}, "bbox": [-151.959, 59.8075, -151.959, 59.8075]}, {"id": "4438", "type": "Feature", "properties": {"id": "ci37762599", "mag": 1.23, "time": 1505364106870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.992833, 33.957167, 16.75]}, "bbox": [-117.992833, 33.957167, -117.992833, 33.957167]}, {"id": "4439", "type": "Feature", "properties": {"id": "ci37762591", "mag": 2.12, "time": 1505363550640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.864667, 34.336333, 2.71]}, "bbox": [-116.864667, 34.336333, -116.864667, 34.336333]}, {"id": "4440", "type": "Feature", "properties": {"id": "nc72892041", "mag": 1.83, "time": 1505363410540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.540667, 4.76]}, "bbox": [-118.834167, 37.540667, -118.834167, 37.540667]}, {"id": "4441", "type": "Feature", "properties": {"id": "ak16824097", "mag": 1.0, "time": 1505363016608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1668, 62.6309, 61.1]}, "bbox": [-149.1668, 62.6309, -149.1668, 62.6309]}, {"id": "4442", "type": "Feature", "properties": {"id": "us2000am4b", "mag": 3.2, "time": 1505362481060, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9406, 37.3096, 5.0]}, "bbox": [-97.9406, 37.3096, -97.9406, 37.3096]}, {"id": "4443", "type": "Feature", "properties": {"id": "ak16823967", "mag": 2.0, "time": 1505361191283, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2972, 61.0176, 70.0]}, "bbox": [-151.2972, 61.0176, -151.2972, 61.0176]}, {"id": "4444", "type": "Feature", "properties": {"id": "pr2017257000", "mag": 4.32, "time": 1505360450920, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.791, 18.2223, 133.0]}, "bbox": [-68.791, 18.2223, -68.791, 18.2223]}, {"id": "4445", "type": "Feature", "properties": {"id": "us2000am3s", "mag": 3.3, "time": 1505360430180, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5112, 36.2854, 3.99]}, "bbox": [-97.5112, 36.2854, -97.5112, 36.2854]}, {"id": "4446", "type": "Feature", "properties": {"id": "ci37762583", "mag": 1.43, "time": 1505358534420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6335, 37.005167, 1.55]}, "bbox": [-117.6335, 37.005167, -117.6335, 37.005167]}, {"id": "4447", "type": "Feature", "properties": {"id": "ci37762575", "mag": 1.39, "time": 1505358219310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606667, 32.828, 12.41]}, "bbox": [-115.606667, 32.828, -115.606667, 32.828]}, {"id": "4448", "type": "Feature", "properties": {"id": "ci37762567", "mag": 1.41, "time": 1505358109150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.427667, 34.225833, 13.02]}, "bbox": [-117.427667, 34.225833, -117.427667, 34.225833]}, {"id": "4449", "type": "Feature", "properties": {"id": "us2000amd4", "mag": 3.2, "time": 1505357901130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4442, 42.5241, 6.99]}, "bbox": [-111.4442, 42.5241, -111.4442, 42.5241]}, {"id": "4450", "type": "Feature", "properties": {"id": "us2000amd0", "mag": 3.1, "time": 1505357873450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4212, 42.5232, 8.42]}, "bbox": [-111.4212, 42.5232, -111.4212, 42.5232]}, {"id": "4451", "type": "Feature", "properties": {"id": "us2000am2z", "mag": 4.0, "time": 1505357591000, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.5096, 5.0]}, "bbox": [-111.4618, 42.5096, -111.4618, 42.5096]}, {"id": "4452", "type": "Feature", "properties": {"id": "uu60245162", "mag": 3.43, "time": 1505357581000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.522333, 7.86]}, "bbox": [-111.426833, 42.522333, -111.426833, 42.522333]}, {"id": "4453", "type": "Feature", "properties": {"id": "ak16861134", "mag": 1.6, "time": 1505356675370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8887, 59.6609, 90.7]}, "bbox": [-152.8887, 59.6609, -152.8887, 59.6609]}, {"id": "4454", "type": "Feature", "properties": {"id": "ak16823826", "mag": 1.2, "time": 1505356643722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.394, 60.1683, 0.0]}, "bbox": [-141.394, 60.1683, -141.394, 60.1683]}, {"id": "4455", "type": "Feature", "properties": {"id": "us2000am28", "mag": 2.4, "time": 1505356555350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4263, 42.5303, 6.85]}, "bbox": [-111.4263, 42.5303, -111.4263, 42.5303]}, {"id": "4456", "type": "Feature", "properties": {"id": "nn00605135", "mag": 1.0, "time": 1505356439739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8899, 37.3603, 8.3]}, "bbox": [-116.8899, 37.3603, -116.8899, 37.3603]}, {"id": "4457", "type": "Feature", "properties": {"id": "ak16823823", "mag": 1.2, "time": 1505356197786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8776, 62.7371, 2.4]}, "bbox": [-151.8776, 62.7371, -151.8776, 62.7371]}, {"id": "4458", "type": "Feature", "properties": {"id": "nc72892031", "mag": 0.98, "time": 1505355727940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737663, 38.785168, 2.12]}, "bbox": [-122.737663, 38.785168, -122.737663, 38.785168]}, {"id": "4459", "type": "Feature", "properties": {"id": "nc72892026", "mag": 1.09, "time": 1505355720450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.746833, 38.787833, 0.11]}, "bbox": [-122.746833, 38.787833, -122.746833, 38.787833]}, {"id": "4460", "type": "Feature", "properties": {"id": "ak16861131", "mag": 1.7, "time": 1505355503652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2915, 59.077, 76.7]}, "bbox": [-153.2915, 59.077, -153.2915, 59.077]}, {"id": "4461", "type": "Feature", "properties": {"id": "nc72892021", "mag": 1.67, "time": 1505355378570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.139667, 37.139, 11.31]}, "bbox": [-121.139667, 37.139, -121.139667, 37.139]}, {"id": "4462", "type": "Feature", "properties": {"id": "ak16823809", "mag": 1.2, "time": 1505354254705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3285, 60.1933, 0.0]}, "bbox": [-141.3285, 60.1933, -141.3285, 60.1933]}, {"id": "4463", "type": "Feature", "properties": {"id": "us2000am21", "mag": 3.2, "time": 1505353999720, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.899, 42.6704, 10.0]}, "bbox": [22.899, 42.6704, 22.899, 42.6704]}, {"id": "4464", "type": "Feature", "properties": {"id": "ci37762543", "mag": 1.21, "time": 1505353838790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543667, 34.513833, 6.53]}, "bbox": [-118.543667, 34.513833, -118.543667, 34.513833]}, {"id": "4465", "type": "Feature", "properties": {"id": "us2000am1y", "mag": 2.6, "time": 1505353481360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4312, 42.6014, 6.92]}, "bbox": [-111.4312, 42.6014, -111.4312, 42.6014]}, {"id": "4466", "type": "Feature", "properties": {"id": "ak16823693", "mag": 1.0, "time": 1505351348552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.644, 62.6994, 58.6]}, "bbox": [-148.644, 62.6994, -148.644, 62.6994]}, {"id": "4467", "type": "Feature", "properties": {"id": "ak16823694", "mag": 2.1, "time": 1505351146642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5002, 54.7664, 27.4]}, "bbox": [-160.5002, 54.7664, -160.5002, 54.7664]}, {"id": "4468", "type": "Feature", "properties": {"id": "ak16823688", "mag": 1.1, "time": 1505350854568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6619, 59.8124, 15.7]}, "bbox": [-136.6619, 59.8124, -136.6619, 59.8124]}, {"id": "4469", "type": "Feature", "properties": {"id": "pr2017257001", "mag": 1.33, "time": 1505350270080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.141, 18.0321, 11.0]}, "bbox": [-67.141, 18.0321, -67.141, 18.0321]}, {"id": "4470", "type": "Feature", "properties": {"id": "ak16823577", "mag": 2.7, "time": 1505349755149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3635, 54.4582, 4.8]}, "bbox": [-161.3635, 54.4582, -161.3635, 54.4582]}, {"id": "4471", "type": "Feature", "properties": {"id": "ak16861124", "mag": 1.1, "time": 1505349382106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2989, 65.668, 14.0]}, "bbox": [-145.2989, 65.668, -145.2989, 65.668]}, {"id": "4472", "type": "Feature", "properties": {"id": "us2000am0x", "mag": 4.6, "time": 1505348843700, "felt": 139.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.6152, 35.7719, 48.83]}, "bbox": [139.6152, 35.7719, 139.6152, 35.7719]}, {"id": "4473", "type": "Feature", "properties": {"id": "ci37762495", "mag": 1.0, "time": 1505347877510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3345, 33.3545, 11.05]}, "bbox": [-116.3345, 33.3545, -116.3345, 33.3545]}, {"id": "4474", "type": "Feature", "properties": {"id": "ak16823574", "mag": 2.8, "time": 1505347636545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3466, 52.1109, 79.8]}, "bbox": [-174.3466, 52.1109, -174.3466, 52.1109]}, {"id": "4475", "type": "Feature", "properties": {"id": "ak16823573", "mag": 2.3, "time": 1505347560653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4123, 51.617, 13.3]}, "bbox": [-178.4123, 51.617, -178.4123, 51.617]}, {"id": "4476", "type": "Feature", "properties": {"id": "ci37762487", "mag": 1.28, "time": 1505347417680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2715, 33.976667, 5.05]}, "bbox": [-116.2715, 33.976667, -116.2715, 33.976667]}, {"id": "4477", "type": "Feature", "properties": {"id": "hv61907326", "mag": 1.75, "time": 1505347375860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.394165, 19.238333, 32.54]}, "bbox": [-155.394165, 19.238333, -155.394165, 19.238333]}, {"id": "4478", "type": "Feature", "properties": {"id": "ak16861121", "mag": 1.7, "time": 1505347241023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4, 51.6505, 10.1]}, "bbox": [-178.4, 51.6505, -178.4, 51.6505]}, {"id": "4479", "type": "Feature", "properties": {"id": "hv61907236", "mag": 2.19, "time": 1505347011230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3835, 19.243, 32.131]}, "bbox": [-155.3835, 19.243, -155.3835, 19.243]}, {"id": "4480", "type": "Feature", "properties": {"id": "nc72891986", "mag": 1.15, "time": 1505346581750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5475, 37.143167, 3.07]}, "bbox": [-121.5475, 37.143167, -121.5475, 37.143167]}, {"id": "4481", "type": "Feature", "properties": {"id": "uw61307262", "mag": 1.18, "time": 1505346312450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.458833, 45.814167, -0.95]}, "bbox": [-122.458833, 45.814167, -122.458833, 45.814167]}, {"id": "4482", "type": "Feature", "properties": {"id": "ak16823443", "mag": 1.7, "time": 1505346090013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 60.824, 55.5]}, "bbox": [-151.3313, 60.824, -151.3313, 60.824]}, {"id": "4483", "type": "Feature", "properties": {"id": "ci37762463", "mag": 2.21, "time": 1505345845770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.610333, 32.834, 14.54]}, "bbox": [-115.610333, 32.834, -115.610333, 32.834]}, {"id": "4484", "type": "Feature", "properties": {"id": "ci37762455", "mag": 1.23, "time": 1505345794660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613333, 32.828, 12.93]}, "bbox": [-115.613333, 32.828, -115.613333, 32.828]}, {"id": "4485", "type": "Feature", "properties": {"id": "ak16823442", "mag": 1.4, "time": 1505345681125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1366, 63.4085, 115.9]}, "bbox": [-150.1366, 63.4085, -150.1366, 63.4085]}, {"id": "4486", "type": "Feature", "properties": {"id": "mb80255184", "mag": 0.99, "time": 1505345517200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.161833, 48.091333, 6.16]}, "bbox": [-115.161833, 48.091333, -115.161833, 48.091333]}, {"id": "4487", "type": "Feature", "properties": {"id": "ak16823441", "mag": 1.4, "time": 1505345131416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9358, 61.9565, 65.0]}, "bbox": [-150.9358, 61.9565, -150.9358, 61.9565]}, {"id": "4488", "type": "Feature", "properties": {"id": "us2000alzg", "mag": 4.2, "time": 1505344897150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.4183, -18.058, 145.27]}, "bbox": [-69.4183, -18.058, -69.4183, -18.058]}, {"id": "4489", "type": "Feature", "properties": {"id": "ak16823332", "mag": 2.8, "time": 1505344031893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3482, 51.3154, 44.3]}, "bbox": [-178.3482, 51.3154, -178.3482, 51.3154]}, {"id": "4490", "type": "Feature", "properties": {"id": "ak16823330", "mag": 1.3, "time": 1505343882913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3403, 64.9963, 0.0]}, "bbox": [-147.3403, 64.9963, -147.3403, 64.9963]}, {"id": "4491", "type": "Feature", "properties": {"id": "us2000alyy", "mag": 3.2, "time": 1505343206750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5646, 46.8793, 10.55]}, "bbox": [-112.5646, 46.8793, -112.5646, 46.8793]}, {"id": "4492", "type": "Feature", "properties": {"id": "uw61307247", "mag": 1.57, "time": 1505343065140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.347833, 44.090833, -1.55]}, "bbox": [-121.347833, 44.090833, -121.347833, 44.090833]}, {"id": "4493", "type": "Feature", "properties": {"id": "ci37762423", "mag": 2.63, "time": 1505342925380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6105, 32.832833, 13.39]}, "bbox": [-115.6105, 32.832833, -115.6105, 32.832833]}, {"id": "4494", "type": "Feature", "properties": {"id": "ismpkansas70235168", "mag": 1.72, "time": 1505342816860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966333, 37.277833, 4.1]}, "bbox": [-97.966333, 37.277833, -97.966333, 37.277833]}, {"id": "4495", "type": "Feature", "properties": {"id": "uu60245097", "mag": 1.4, "time": 1505342728590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.0425, 44.6825, 13.02]}, "bbox": [-110.0425, 44.6825, -110.0425, 44.6825]}, {"id": "4496", "type": "Feature", "properties": {"id": "ci37762407", "mag": 1.11, "time": 1505342669930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.978, 5.78]}, "bbox": [-116.2705, 33.978, -116.2705, 33.978]}, {"id": "4497", "type": "Feature", "properties": {"id": "ak16830577", "mag": 2.2, "time": 1505342546550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6253, 55.5692, 53.6]}, "bbox": [-159.6253, 55.5692, -159.6253, 55.5692]}, {"id": "4498", "type": "Feature", "properties": {"id": "ci37762415", "mag": 1.75, "time": 1505342494590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.999333, 33.073, -0.12]}, "bbox": [-114.999333, 33.073, -114.999333, 33.073]}, {"id": "4499", "type": "Feature", "properties": {"id": "nn00605103", "mag": 1.1, "time": 1505342257553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.367, 38.5022, 1.9]}, "bbox": [-118.367, 38.5022, -118.367, 38.5022]}, {"id": "4500", "type": "Feature", "properties": {"id": "ci37762399", "mag": 1.66, "time": 1505342009270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.612333, 32.834667, 12.8]}, "bbox": [-115.612333, 32.834667, -115.612333, 32.834667]}, {"id": "4501", "type": "Feature", "properties": {"id": "ci37762391", "mag": 1.75, "time": 1505341937760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613, 32.838667, 12.07]}, "bbox": [-115.613, 32.838667, -115.613, 32.838667]}, {"id": "4502", "type": "Feature", "properties": {"id": "ci37762383", "mag": 1.83, "time": 1505341540510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614, 32.8335, 12.31]}, "bbox": [-115.614, 32.8335, -115.614, 32.8335]}, {"id": "4503", "type": "Feature", "properties": {"id": "ci37762367", "mag": 3.47, "time": 1505341287040, "felt": 39.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615833, 32.843833, 15.23]}, "bbox": [-115.615833, 32.843833, -115.615833, 32.843833]}, {"id": "4504", "type": "Feature", "properties": {"id": "hv61907176", "mag": 1.67, "time": 1505340803980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.213667, 19.3035, 2.2]}, "bbox": [-155.213667, 19.3035, -155.213667, 19.3035]}, {"id": "4505", "type": "Feature", "properties": {"id": "ak16823316", "mag": 2.5, "time": 1505340733287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3859, 61.6698, 29.1]}, "bbox": [-146.3859, 61.6698, -146.3859, 61.6698]}, {"id": "4506", "type": "Feature", "properties": {"id": "nc72891951", "mag": 1.45, "time": 1505340188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841667, 37.532167, -1.9]}, "bbox": [-118.841667, 37.532167, -118.841667, 37.532167]}, {"id": "4507", "type": "Feature", "properties": {"id": "ak16830575", "mag": 1.5, "time": 1505340177499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5229, 57.7401, 52.1]}, "bbox": [-154.5229, 57.7401, -154.5229, 57.7401]}, {"id": "4508", "type": "Feature", "properties": {"id": "ci37762359", "mag": 1.73, "time": 1505340060360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274, 33.976333, 5.08]}, "bbox": [-116.274, 33.976333, -116.274, 33.976333]}, {"id": "4509", "type": "Feature", "properties": {"id": "ci37762351", "mag": 3.26, "time": 1505339982500, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.276, 33.975333, 3.91]}, "bbox": [-116.276, 33.975333, -116.276, 33.975333]}, {"id": "4510", "type": "Feature", "properties": {"id": "ak16830574", "mag": 1.6, "time": 1505339727053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4531, 53.5386, 11.2]}, "bbox": [-167.4531, 53.5386, -167.4531, 53.5386]}, {"id": "4511", "type": "Feature", "properties": {"id": "ak16823310", "mag": 1.1, "time": 1505339360762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5682, 53.9212, 8.1]}, "bbox": [-166.5682, 53.9212, -166.5682, 53.9212]}, {"id": "4512", "type": "Feature", "properties": {"id": "ci37762343", "mag": 1.12, "time": 1505339170890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795167, 33.507167, 4.82]}, "bbox": [-116.795167, 33.507167, -116.795167, 33.507167]}, {"id": "4513", "type": "Feature", "properties": {"id": "mb80255169", "mag": 1.13, "time": 1505339091750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.622667, 46.909667, 10.61]}, "bbox": [-112.622667, 46.909667, -112.622667, 46.909667]}, {"id": "4514", "type": "Feature", "properties": {"id": "us2000alwi", "mag": 4.7, "time": 1505338937260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0086, 15.1566, 38.2]}, "bbox": [-94.0086, 15.1566, -94.0086, 15.1566]}, {"id": "4515", "type": "Feature", "properties": {"id": "ci37762335", "mag": 1.17, "time": 1505338520010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614667, 32.832167, 10.18]}, "bbox": [-115.614667, 32.832167, -115.614667, 32.832167]}, {"id": "4516", "type": "Feature", "properties": {"id": "ci37762327", "mag": 1.59, "time": 1505338477140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615333, 32.843, 15.01]}, "bbox": [-115.615333, 32.843, -115.615333, 32.843]}, {"id": "4517", "type": "Feature", "properties": {"id": "uu60245082", "mag": 1.54, "time": 1505338298430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.043833, 44.678167, 13.53]}, "bbox": [-110.043833, 44.678167, -110.043833, 44.678167]}, {"id": "4518", "type": "Feature", "properties": {"id": "us2000alvq", "mag": 5.0, "time": 1505338251370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9904, 15.7092, 39.9]}, "bbox": [-94.9904, 15.7092, -94.9904, 15.7092]}, {"id": "4519", "type": "Feature", "properties": {"id": "nc72891936", "mag": 1.29, "time": 1505338239110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.017333, 37.5655, -0.37]}, "bbox": [-119.017333, 37.5655, -119.017333, 37.5655]}, {"id": "4520", "type": "Feature", "properties": {"id": "ci37762303", "mag": 1.69, "time": 1505337757160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.504167, 5.32]}, "bbox": [-116.7965, 33.504167, -116.7965, 33.504167]}, {"id": "4521", "type": "Feature", "properties": {"id": "uu60245072", "mag": 1.82, "time": 1505336663200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.075667, 44.674, 5.83]}, "bbox": [-110.075667, 44.674, -110.075667, 44.674]}, {"id": "4522", "type": "Feature", "properties": {"id": "ci37762287", "mag": 1.49, "time": 1505336435640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.8575, -0.61]}, "bbox": [-117.498833, 33.8575, -117.498833, 33.8575]}, {"id": "4523", "type": "Feature", "properties": {"id": "mb80255154", "mag": 2.29, "time": 1505335433020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7145, 46.9035, 15.16]}, "bbox": [-112.7145, 46.9035, -112.7145, 46.9035]}, {"id": "4524", "type": "Feature", "properties": {"id": "nc72891916", "mag": 1.11, "time": 1505334220120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7985, 38.833168, 1.37]}, "bbox": [-122.7985, 38.833168, -122.7985, 38.833168]}, {"id": "4525", "type": "Feature", "properties": {"id": "nc72891911", "mag": 1.01, "time": 1505333988430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811165, 38.815666, 2.78]}, "bbox": [-122.811165, 38.815666, -122.811165, 38.815666]}, {"id": "4526", "type": "Feature", "properties": {"id": "ak16823196", "mag": 1.7, "time": 1505333862556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2791, 60.1339, 58.8]}, "bbox": [-151.2791, 60.1339, -151.2791, 60.1339]}, {"id": "4527", "type": "Feature", "properties": {"id": "nc72891901", "mag": 1.64, "time": 1505333181410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814, 38.8085, 2.9]}, "bbox": [-122.814, 38.8085, -122.814, 38.8085]}, {"id": "4528", "type": "Feature", "properties": {"id": "nc72891896", "mag": 1.52, "time": 1505332739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.481167, 0.23]}, "bbox": [-118.817667, 37.481167, -118.817667, 37.481167]}, {"id": "4529", "type": "Feature", "properties": {"id": "ci37762231", "mag": 1.56, "time": 1505331922920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.381833, 35.980833, 4.99]}, "bbox": [-117.381833, 35.980833, -117.381833, 35.980833]}, {"id": "4530", "type": "Feature", "properties": {"id": "us2000alqh", "mag": 4.6, "time": 1505331447000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [112.9501, -6.0986, 590.53]}, "bbox": [112.9501, -6.0986, 112.9501, -6.0986]}, {"id": "4531", "type": "Feature", "properties": {"id": "us2000alq6", "mag": 3.0, "time": 1505331233180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4525, 42.6029, 6.02]}, "bbox": [-111.4525, 42.6029, -111.4525, 42.6029]}, {"id": "4532", "type": "Feature", "properties": {"id": "ak16823083", "mag": 1.8, "time": 1505330838320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8987, 61.0912, 0.1]}, "bbox": [-141.8987, 61.0912, -141.8987, 61.0912]}, {"id": "4533", "type": "Feature", "properties": {"id": "ak16823082", "mag": 1.3, "time": 1505330810883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7682, 61.1384, 6.4]}, "bbox": [-141.7682, 61.1384, -141.7682, 61.1384]}, {"id": "4534", "type": "Feature", "properties": {"id": "ak16823080", "mag": 1.9, "time": 1505329947650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7636, 59.6753, 80.6]}, "bbox": [-152.7636, 59.6753, -152.7636, 59.6753]}, {"id": "4535", "type": "Feature", "properties": {"id": "ci37762215", "mag": 1.01, "time": 1505329786970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1445, 33.667, -0.63]}, "bbox": [-117.1445, 33.667, -117.1445, 33.667]}, {"id": "4536", "type": "Feature", "properties": {"id": "nc72891881", "mag": 1.2, "time": 1505329775160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.850167, 37.644667, 5.63]}, "bbox": [-118.850167, 37.644667, -118.850167, 37.644667]}, {"id": "4537", "type": "Feature", "properties": {"id": "ci37762207", "mag": 1.15, "time": 1505329688010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.187167, 34.993167, -0.82]}, "bbox": [-118.187167, 34.993167, -118.187167, 34.993167]}, {"id": "4538", "type": "Feature", "properties": {"id": "ak16830566", "mag": 2.0, "time": 1505328672149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.302, 51.3949, 36.9]}, "bbox": [-178.302, 51.3949, -178.302, 51.3949]}, {"id": "4539", "type": "Feature", "properties": {"id": "ak16822979", "mag": 1.3, "time": 1505328502909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3078, 61.2967, 15.3]}, "bbox": [-146.3078, 61.2967, -146.3078, 61.2967]}, {"id": "4540", "type": "Feature", "properties": {"id": "nc72891876", "mag": 1.1, "time": 1505327236230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745666, 38.787834, 1.52]}, "bbox": [-122.745666, 38.787834, -122.745666, 38.787834]}, {"id": "4541", "type": "Feature", "properties": {"id": "ak16822977", "mag": 1.3, "time": 1505326599778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0157, 63.5538, 1.8]}, "bbox": [-151.0157, 63.5538, -151.0157, 63.5538]}, {"id": "4542", "type": "Feature", "properties": {"id": "nc72891871", "mag": 2.5, "time": 1505325897250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0595, 40.449667, 16.29]}, "bbox": [-120.0595, 40.449667, -120.0595, 40.449667]}, {"id": "4543", "type": "Feature", "properties": {"id": "nc72891866", "mag": 1.77, "time": 1505325532440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0005, 35.943167, 17.23]}, "bbox": [-120.0005, 35.943167, -120.0005, 35.943167]}, {"id": "4544", "type": "Feature", "properties": {"id": "nc72891861", "mag": 1.4, "time": 1505325215290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600167, 35.482, -0.46]}, "bbox": [-120.600167, 35.482, -120.600167, 35.482]}, {"id": "4545", "type": "Feature", "properties": {"id": "ci37762175", "mag": 1.47, "time": 1505324991750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 32.840667, 14.81]}, "bbox": [-115.609, 32.840667, -115.609, 32.840667]}, {"id": "4546", "type": "Feature", "properties": {"id": "ak16822975", "mag": 1.2, "time": 1505324283732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2438, 62.4485, 2.9]}, "bbox": [-149.2438, 62.4485, -149.2438, 62.4485]}, {"id": "4547", "type": "Feature", "properties": {"id": "nc72891851", "mag": 1.07, "time": 1505324016940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841167, 37.491667, -0.1]}, "bbox": [-118.841167, 37.491667, -118.841167, 37.491667]}, {"id": "4548", "type": "Feature", "properties": {"id": "se60179327", "mag": 3.2, "time": 1505323990930, "felt": 525.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-80.703, 37.472833, 17.77]}, "bbox": [-80.703, 37.472833, -80.703, 37.472833]}, {"id": "4549", "type": "Feature", "properties": {"id": "ak16822973", "mag": 1.1, "time": 1505323870033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7446, 59.8908, 41.3]}, "bbox": [-151.7446, 59.8908, -151.7446, 59.8908]}, {"id": "4550", "type": "Feature", "properties": {"id": "ak16830561", "mag": 1.8, "time": 1505323399318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9553, 59.6095, 109.8]}, "bbox": [-152.9553, 59.6095, -152.9553, 59.6095]}, {"id": "4551", "type": "Feature", "properties": {"id": "ak16830560", "mag": 2.0, "time": 1505322404855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5059, 60.1768, 153.1]}, "bbox": [-153.5059, 60.1768, -153.5059, 60.1768]}, {"id": "4552", "type": "Feature", "properties": {"id": "us2000alkc", "mag": 4.4, "time": 1505321962400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6803, 15.7969, 43.13]}, "bbox": [-94.6803, 15.7969, -94.6803, 15.7969]}, {"id": "4553", "type": "Feature", "properties": {"id": "ak16830559", "mag": 1.8, "time": 1505321554841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8197, 51.97, 7.3]}, "bbox": [-174.8197, 51.97, -174.8197, 51.97]}, {"id": "4554", "type": "Feature", "properties": {"id": "nc72891831", "mag": 2.56, "time": 1505318816290, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.704667, 40.484, 16.91]}, "bbox": [-124.704667, 40.484, -124.704667, 40.484]}, {"id": "4555", "type": "Feature", "properties": {"id": "ak16822799", "mag": 1.8, "time": 1505318719906, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4098, 51.7491, 29.3]}, "bbox": [-174.4098, 51.7491, -174.4098, 51.7491]}, {"id": "4556", "type": "Feature", "properties": {"id": "ak16822798", "mag": 1.1, "time": 1505318596103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8143, 62.8428, 67.1]}, "bbox": [-148.8143, 62.8428, -148.8143, 62.8428]}, {"id": "4557", "type": "Feature", "properties": {"id": "hv61906796", "mag": 2.1, "time": 1505317840280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.485504, 19.219, 36.43]}, "bbox": [-155.485504, 19.219, -155.485504, 19.219]}, {"id": "4558", "type": "Feature", "properties": {"id": "ak16822695", "mag": 1.3, "time": 1505316869586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4592, 63.3484, 0.8]}, "bbox": [-151.4592, 63.3484, -151.4592, 63.3484]}, {"id": "4559", "type": "Feature", "properties": {"id": "us2000asbr", "mag": 4.3, "time": 1505316791790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1284, -4.88, 54.06]}, "bbox": [152.1284, -4.88, 152.1284, -4.88]}, {"id": "4560", "type": "Feature", "properties": {"id": "hv61906781", "mag": 1.87, "time": 1505316745210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.889333, 19.9115, 24.592]}, "bbox": [-155.889333, 19.9115, -155.889333, 19.9115]}, {"id": "4561", "type": "Feature", "properties": {"id": "us2000alhx", "mag": 5.0, "time": 1505316098600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.9266, -10.7647, 46.64]}, "bbox": [161.9266, -10.7647, 161.9266, -10.7647]}, {"id": "4562", "type": "Feature", "properties": {"id": "ak16822692", "mag": 2.1, "time": 1505315572825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2966, 59.7717, 67.1]}, "bbox": [-152.2966, 59.7717, -152.2966, 59.7717]}, {"id": "4563", "type": "Feature", "properties": {"id": "nm60179312", "mag": 1.77, "time": 1505315298800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.672667, 36.156667, 9.37]}, "bbox": [-89.672667, 36.156667, -89.672667, 36.156667]}, {"id": "4564", "type": "Feature", "properties": {"id": "ak16822691", "mag": 1.8, "time": 1505315111913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8055, 59.8229, 63.9]}, "bbox": [-151.8055, 59.8229, -151.8055, 59.8229]}, {"id": "4565", "type": "Feature", "properties": {"id": "ak16822689", "mag": 1.5, "time": 1505313796189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.627, 60.7945, 30.2]}, "bbox": [-149.627, 60.7945, -149.627, 60.7945]}, {"id": "4566", "type": "Feature", "properties": {"id": "ci37762039", "mag": 1.34, "time": 1505312641900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.791, 36.012167, 1.22]}, "bbox": [-117.791, 36.012167, -117.791, 36.012167]}, {"id": "4567", "type": "Feature", "properties": {"id": "nn00605012", "mag": 1.1, "time": 1505309502885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9116, 38.3879, 15.2]}, "bbox": [-118.9116, 38.3879, -118.9116, 38.3879]}, {"id": "4568", "type": "Feature", "properties": {"id": "ak16830551", "mag": 1.1, "time": 1505309158928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8896, 60.3719, 15.2]}, "bbox": [-146.8896, 60.3719, -146.8896, 60.3719]}, {"id": "4569", "type": "Feature", "properties": {"id": "ak16822590", "mag": 1.1, "time": 1505309077336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3908, 66.2048, 11.9]}, "bbox": [-157.3908, 66.2048, -157.3908, 66.2048]}, {"id": "4570", "type": "Feature", "properties": {"id": "mb80255099", "mag": 1.92, "time": 1505309076210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.547833, 44.257, 9.7]}, "bbox": [-114.547833, 44.257, -114.547833, 44.257]}, {"id": "4571", "type": "Feature", "properties": {"id": "nc72891776", "mag": 1.02, "time": 1505308975510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 37.593167, 0.05]}, "bbox": [-118.918167, 37.593167, -118.918167, 37.593167]}, {"id": "4572", "type": "Feature", "properties": {"id": "ak16822588", "mag": 1.4, "time": 1505308950441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4711, 65.4989, 11.1]}, "bbox": [-148.4711, 65.4989, -148.4711, 65.4989]}, {"id": "4573", "type": "Feature", "properties": {"id": "nn00604990", "mag": 2.3, "time": 1505308914949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 38.8311, 8.7]}, "bbox": [-118.818, 38.8311, -118.818, 38.8311]}, {"id": "4574", "type": "Feature", "properties": {"id": "ci37762007", "mag": 2.3, "time": 1505308483530, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.585667, 35.139667, 1.62]}, "bbox": [-116.585667, 35.139667, -116.585667, 35.139667]}, {"id": "4575", "type": "Feature", "properties": {"id": "ci37761999", "mag": 1.26, "time": 1505308208470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6185, 32.838, 13.81]}, "bbox": [-115.6185, 32.838, -115.6185, 32.838]}, {"id": "4576", "type": "Feature", "properties": {"id": "hv61906676", "mag": 1.95, "time": 1505307948740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.298996, 19.424334, 6.6]}, "bbox": [-155.298996, 19.424334, -155.298996, 19.424334]}, {"id": "4577", "type": "Feature", "properties": {"id": "ci37761983", "mag": 1.11, "time": 1505307567020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.623, 32.839333, 10.27]}, "bbox": [-115.623, 32.839333, -115.623, 32.839333]}, {"id": "4578", "type": "Feature", "properties": {"id": "us2000alfh", "mag": 4.5, "time": 1505306912090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7023, 15.8472, 95.22]}, "bbox": [-93.7023, 15.8472, -93.7023, 15.8472]}, {"id": "4579", "type": "Feature", "properties": {"id": "mb80255094", "mag": 1.19, "time": 1505305625190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.642667, 46.956667, 13.27]}, "bbox": [-114.642667, 46.956667, -114.642667, 46.956667]}, {"id": "4580", "type": "Feature", "properties": {"id": "ci37761967", "mag": 0.99, "time": 1505305387220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.587333, 36.179667, 0.99]}, "bbox": [-117.587333, 36.179667, -117.587333, 36.179667]}, {"id": "4581", "type": "Feature", "properties": {"id": "nc72891766", "mag": 1.15, "time": 1505305306770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.820333, 38.804, 2.93]}, "bbox": [-122.820333, 38.804, -122.820333, 38.804]}, {"id": "4582", "type": "Feature", "properties": {"id": "us2000anw3", "mag": 2.5, "time": 1505305272030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6774, 53.9359, 13.8]}, "bbox": [-163.6774, 53.9359, -163.6774, 53.9359]}, {"id": "4583", "type": "Feature", "properties": {"id": "ci37761959", "mag": 1.4, "time": 1505304763660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.829167, 32.782333, 3.76]}, "bbox": [-115.829167, 32.782333, -115.829167, 32.782333]}, {"id": "4584", "type": "Feature", "properties": {"id": "us2000asbk", "mag": 4.1, "time": 1505303510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1783, 2.9917, 58.22]}, "bbox": [128.1783, 2.9917, 128.1783, 2.9917]}, {"id": "4585", "type": "Feature", "properties": {"id": "nc72891751", "mag": 0.99, "time": 1505303358450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.082167, 35.707667, 6.66]}, "bbox": [-121.082167, 35.707667, -121.082167, 35.707667]}, {"id": "4586", "type": "Feature", "properties": {"id": "ak16822583", "mag": 1.1, "time": 1505302645910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3182, 60.2384, 0.0]}, "bbox": [-141.3182, 60.2384, -141.3182, 60.2384]}, {"id": "4587", "type": "Feature", "properties": {"id": "ak16822582", "mag": 2.3, "time": 1505302558389, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6566, 51.5758, 56.9]}, "bbox": [-177.6566, 51.5758, -177.6566, 51.5758]}, {"id": "4588", "type": "Feature", "properties": {"id": "us2000alew", "mag": 3.9, "time": 1505302030040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2516, 14.855, 22.24]}, "bbox": [-94.2516, 14.855, -94.2516, 14.855]}, {"id": "4589", "type": "Feature", "properties": {"id": "mb80255084", "mag": 1.07, "time": 1505300960250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.511667, 46.9035, 5.32]}, "bbox": [-112.511667, 46.9035, -112.511667, 46.9035]}, {"id": "4590", "type": "Feature", "properties": {"id": "ak16822577", "mag": 1.5, "time": 1505300414194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9212, 64.7545, 3.8]}, "bbox": [-139.9212, 64.7545, -139.9212, 64.7545]}, {"id": "4591", "type": "Feature", "properties": {"id": "us2000alee", "mag": 3.3, "time": 1505299970430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6225, 59.7836, 5.44]}, "bbox": [-136.6225, 59.7836, -136.6225, 59.7836]}, {"id": "4592", "type": "Feature", "properties": {"id": "uu60244877", "mag": 2.35, "time": 1505299838240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8535, 44.770833, 7.9]}, "bbox": [-110.8535, 44.770833, -110.8535, 44.770833]}, {"id": "4593", "type": "Feature", "properties": {"id": "nc72891746", "mag": 1.53, "time": 1505299590270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8215, 3.0]}, "bbox": [-122.793, 38.8215, -122.793, 38.8215]}, {"id": "4594", "type": "Feature", "properties": {"id": "ak16830540", "mag": 1.9, "time": 1505298481141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1134, 57.8805, 76.9]}, "bbox": [-155.1134, 57.8805, -155.1134, 57.8805]}, {"id": "4595", "type": "Feature", "properties": {"id": "us2000anw1", "mag": 3.0, "time": 1505298226550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0008, 50.1653, 25.9]}, "bbox": [179.0008, 50.1653, 179.0008, 50.1653]}, {"id": "4596", "type": "Feature", "properties": {"id": "nn00604987", "mag": 1.7, "time": 1505298050456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8103, 39.3643, 9.1]}, "bbox": [-119.8103, 39.3643, -119.8103, 39.3643]}, {"id": "4597", "type": "Feature", "properties": {"id": "ak16822473", "mag": 1.2, "time": 1505297484913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4897, 63.0467, 3.6]}, "bbox": [-151.4897, 63.0467, -151.4897, 63.0467]}, {"id": "4598", "type": "Feature", "properties": {"id": "ak16822472", "mag": 2.4, "time": 1505297294726, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0416, 53.5692, 24.5]}, "bbox": [-164.0416, 53.5692, -164.0416, 53.5692]}, {"id": "4599", "type": "Feature", "properties": {"id": "uw61307017", "mag": 1.34, "time": 1505297037790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.764333, 48.271333, 1.82]}, "bbox": [-121.764333, 48.271333, -121.764333, 48.271333]}, {"id": "4600", "type": "Feature", "properties": {"id": "ak16830536", "mag": 1.2, "time": 1505297029108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7778, 60.5002, 3.8]}, "bbox": [-147.7778, 60.5002, -147.7778, 60.5002]}, {"id": "4601", "type": "Feature", "properties": {"id": "uu60244867", "mag": 2.44, "time": 1505296698750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422, 42.567833, 7.73]}, "bbox": [-111.422, 42.567833, -111.422, 42.567833]}, {"id": "4602", "type": "Feature", "properties": {"id": "us2000aldk", "mag": 4.3, "time": 1505296627560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9055, 15.639, 35.0]}, "bbox": [-94.9055, 15.639, -94.9055, 15.639]}, {"id": "4603", "type": "Feature", "properties": {"id": "ci37761935", "mag": 1.02, "time": 1505296379600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6215, 32.831333, 10.19]}, "bbox": [-115.6215, 32.831333, -115.6215, 32.831333]}, {"id": "4604", "type": "Feature", "properties": {"id": "us2000aldd", "mag": 4.5, "time": 1505295980580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7401, 15.5449, 31.41]}, "bbox": [-94.7401, 15.5449, -94.7401, 15.5449]}, {"id": "4605", "type": "Feature", "properties": {"id": "us2000ald3", "mag": 2.4, "time": 1505295918600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9039, 36.2089, 4.448]}, "bbox": [-98.9039, 36.2089, -98.9039, 36.2089]}, {"id": "4606", "type": "Feature", "properties": {"id": "ak16822468", "mag": 2.5, "time": 1505295654705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2898, 58.6446, 4.6]}, "bbox": [-158.2898, 58.6446, -158.2898, 58.6446]}, {"id": "4607", "type": "Feature", "properties": {"id": "us2000ald0", "mag": 4.3, "time": 1505295123840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5523, -23.5684, 541.35]}, "bbox": [179.5523, -23.5684, 179.5523, -23.5684]}, {"id": "4608", "type": "Feature", "properties": {"id": "ak16822374", "mag": 2.1, "time": 1505294583800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5476, 52.7346, 39.4]}, "bbox": [-166.5476, 52.7346, -166.5476, 52.7346]}, {"id": "4609", "type": "Feature", "properties": {"id": "us2000alcs", "mag": 3.9, "time": 1505294302600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2348, 15.2732, 42.03]}, "bbox": [-94.2348, 15.2732, -94.2348, 15.2732]}, {"id": "4610", "type": "Feature", "properties": {"id": "hv61906586", "mag": 2.11, "time": 1505294188360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.356003, 19.467167, 4.72]}, "bbox": [-155.356003, 19.467167, -155.356003, 19.467167]}, {"id": "4611", "type": "Feature", "properties": {"id": "nc72891726", "mag": 1.09, "time": 1505293695870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793831, 38.822334, 2.17]}, "bbox": [-122.793831, 38.822334, -122.793831, 38.822334]}, {"id": "4612", "type": "Feature", "properties": {"id": "us2000alcf", "mag": 2.6, "time": 1505292526080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4275, 42.596, 6.01]}, "bbox": [-111.4275, 42.596, -111.4275, 42.596]}, {"id": "4613", "type": "Feature", "properties": {"id": "ak16822373", "mag": 1.5, "time": 1505292217097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4702, 60.5679, 7.7]}, "bbox": [-148.4702, 60.5679, -148.4702, 60.5679]}, {"id": "4614", "type": "Feature", "properties": {"id": "nn00604985", "mag": 1.6, "time": 1505292088777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.548, 37.4198, 12.0]}, "bbox": [-115.548, 37.4198, -115.548, 37.4198]}, {"id": "4615", "type": "Feature", "properties": {"id": "nc72891721", "mag": 1.57, "time": 1505290933360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.889333, 39.366167, 10.36]}, "bbox": [-122.889333, 39.366167, -122.889333, 39.366167]}, {"id": "4616", "type": "Feature", "properties": {"id": "ak16822371", "mag": 1.4, "time": 1505290808147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8609, 62.2453, 3.1]}, "bbox": [-153.8609, 62.2453, -153.8609, 62.2453]}, {"id": "4617", "type": "Feature", "properties": {"id": "ak16822294", "mag": 1.5, "time": 1505289269698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7566, 62.9227, 94.6]}, "bbox": [-150.7566, 62.9227, -150.7566, 62.9227]}, {"id": "4618", "type": "Feature", "properties": {"id": "ak16822278", "mag": 1.1, "time": 1505287972451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7433, 64.7476, 3.4]}, "bbox": [-146.7433, 64.7476, -146.7433, 64.7476]}, {"id": "4619", "type": "Feature", "properties": {"id": "ak16822251", "mag": 3.4, "time": 1505287366858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5871, 61.6459, 24.8]}, "bbox": [-145.5871, 61.6459, -145.5871, 61.6459]}, {"id": "4620", "type": "Feature", "properties": {"id": "ak16822240", "mag": 4.2, "time": 1505287337046, "felt": 42.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9213, 62.8983, 79.6]}, "bbox": [-149.9213, 62.8983, -149.9213, 62.8983]}, {"id": "4621", "type": "Feature", "properties": {"id": "us2000albc", "mag": 2.3, "time": 1505286819380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4494, 42.6632, 10.21]}, "bbox": [-111.4494, 42.6632, -111.4494, 42.6632]}, {"id": "4622", "type": "Feature", "properties": {"id": "ak16830527", "mag": 1.8, "time": 1505286603893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0388, 59.8755, 109.6]}, "bbox": [-153.0388, 59.8755, -153.0388, 59.8755]}, {"id": "4623", "type": "Feature", "properties": {"id": "ak16822236", "mag": 1.3, "time": 1505286374065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3111, 60.5579, 12.6]}, "bbox": [-141.3111, 60.5579, -141.3111, 60.5579]}, {"id": "4624", "type": "Feature", "properties": {"id": "nc72891681", "mag": 1.39, "time": 1505286150510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.467, -1.65]}, "bbox": [-118.8285, 37.467, -118.8285, 37.467]}, {"id": "4625", "type": "Feature", "properties": {"id": "ak16822233", "mag": 1.6, "time": 1505285865490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8651, 62.2629, 96.7]}, "bbox": [-151.8651, 62.2629, -151.8651, 62.2629]}, {"id": "4626", "type": "Feature", "properties": {"id": "us2000alb7", "mag": 2.6, "time": 1505285839040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5618, 8.28]}, "bbox": [-111.4177, 42.5618, -111.4177, 42.5618]}, {"id": "4627", "type": "Feature", "properties": {"id": "ak16830523", "mag": 1.7, "time": 1505285675768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1432, 53.7072, 69.4]}, "bbox": [-166.1432, 53.7072, -166.1432, 53.7072]}, {"id": "4628", "type": "Feature", "properties": {"id": "us2000alb2", "mag": 4.5, "time": 1505284765560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.084, -22.1327, 549.09]}, "bbox": [-179.084, -22.1327, -179.084, -22.1327]}, {"id": "4629", "type": "Feature", "properties": {"id": "nn00605030", "mag": 1.1, "time": 1505284250632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9094, 38.3681, 5.4]}, "bbox": [-118.9094, 38.3681, -118.9094, 38.3681]}, {"id": "4630", "type": "Feature", "properties": {"id": "ak16830521", "mag": 1.2, "time": 1505284146176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8175, 60.5189, 13.7]}, "bbox": [-148.8175, 60.5189, -148.8175, 60.5189]}, {"id": "4631", "type": "Feature", "properties": {"id": "us2000alax", "mag": 4.7, "time": 1505283996200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.6079, 13.4506, 10.0]}, "bbox": [147.6079, 13.4506, 147.6079, 13.4506]}, {"id": "4632", "type": "Feature", "properties": {"id": "nc72891656", "mag": 2.62, "time": 1505283657320, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803833, 37.486167, 2.5]}, "bbox": [-118.803833, 37.486167, -118.803833, 37.486167]}, {"id": "4633", "type": "Feature", "properties": {"id": "ci37761831", "mag": 1.06, "time": 1505283115050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.5045, 6.22]}, "bbox": [-116.795667, 33.5045, -116.795667, 33.5045]}, {"id": "4634", "type": "Feature", "properties": {"id": "ak16822160", "mag": 1.4, "time": 1505282783934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9732, 60.9785, 5.5]}, "bbox": [-147.9732, 60.9785, -147.9732, 60.9785]}, {"id": "4635", "type": "Feature", "properties": {"id": "mb80255029", "mag": 1.01, "time": 1505281846410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5335, 46.862167, 10.42]}, "bbox": [-112.5335, 46.862167, -112.5335, 46.862167]}, {"id": "4636", "type": "Feature", "properties": {"id": "ak16822085", "mag": 1.5, "time": 1505279524459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8464, 60.3009, 18.8]}, "bbox": [-144.8464, 60.3009, -144.8464, 60.3009]}, {"id": "4637", "type": "Feature", "properties": {"id": "us2000ala9", "mag": 4.5, "time": 1505279374230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.453, 15.3914, 72.28]}, "bbox": [-93.453, 15.3914, -93.453, 15.3914]}, {"id": "4638", "type": "Feature", "properties": {"id": "ci37761799", "mag": 0.97, "time": 1505279080610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.108167, 34.0375, 6.71]}, "bbox": [-117.108167, 34.0375, -117.108167, 34.0375]}, {"id": "4639", "type": "Feature", "properties": {"id": "ak16830517", "mag": 1.1, "time": 1505278511333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4202, 60.2062, 0.0]}, "bbox": [-141.4202, 60.2062, -141.4202, 60.2062]}, {"id": "4640", "type": "Feature", "properties": {"id": "mb80255024", "mag": 0.95, "time": 1505278401320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.864167, 11.03]}, "bbox": [-112.529833, 46.864167, -112.529833, 46.864167]}, {"id": "4641", "type": "Feature", "properties": {"id": "nc72891626", "mag": 1.1, "time": 1505277590570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.657667, 37.1885, 3.74]}, "bbox": [-121.657667, 37.1885, -121.657667, 37.1885]}, {"id": "4642", "type": "Feature", "properties": {"id": "nc72891621", "mag": 1.74, "time": 1505277415750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.886167, 39.3655, 10.44]}, "bbox": [-122.886167, 39.3655, -122.886167, 39.3655]}, {"id": "4643", "type": "Feature", "properties": {"id": "ak16822082", "mag": 1.6, "time": 1505275993590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0455, 67.102, 9.7]}, "bbox": [-157.0455, 67.102, -157.0455, 67.102]}, {"id": "4644", "type": "Feature", "properties": {"id": "nc72891611", "mag": 1.07, "time": 1505275610780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795, 38.834667, 1.79]}, "bbox": [-122.795, 38.834667, -122.795, 38.834667]}, {"id": "4645", "type": "Feature", "properties": {"id": "ak16822080", "mag": 3.5, "time": 1505275475357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4947, 51.6652, 10.4]}, "bbox": [-178.4947, 51.6652, -178.4947, 51.6652]}, {"id": "4646", "type": "Feature", "properties": {"id": "nc72891606", "mag": 2.64, "time": 1505275168490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793833, 38.835667, 1.89]}, "bbox": [-122.793833, 38.835667, -122.793833, 38.835667]}, {"id": "4647", "type": "Feature", "properties": {"id": "mb80255014", "mag": 0.96, "time": 1505274355010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.537, 46.87, 9.71]}, "bbox": [-112.537, 46.87, -112.537, 46.87]}, {"id": "4648", "type": "Feature", "properties": {"id": "nc72891581", "mag": 0.95, "time": 1505273207520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795166, 38.836666, 1.37]}, "bbox": [-122.795166, 38.836666, -122.795166, 38.836666]}, {"id": "4649", "type": "Feature", "properties": {"id": "mb80255009", "mag": 1.36, "time": 1505273099690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.872333, 11.58]}, "bbox": [-112.536167, 46.872333, -112.536167, 46.872333]}, {"id": "4650", "type": "Feature", "properties": {"id": "pr2017256002", "mag": 2.65, "time": 1505272611930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.4988, 19.1065, 25.0]}, "bbox": [-66.4988, 19.1065, -66.4988, 19.1065]}, {"id": "4651", "type": "Feature", "properties": {"id": "nc72891561", "mag": 0.95, "time": 1505272540610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.796669, 38.836834, 1.67]}, "bbox": [-122.796669, 38.836834, -122.796669, 38.836834]}, {"id": "4652", "type": "Feature", "properties": {"id": "nc72891556", "mag": 1.43, "time": 1505272430980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798333, 38.835167, 1.85]}, "bbox": [-122.798333, 38.835167, -122.798333, 38.835167]}, {"id": "4653", "type": "Feature", "properties": {"id": "nc72891551", "mag": 2.57, "time": 1505272400990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795667, 38.835, 1.82]}, "bbox": [-122.795667, 38.835, -122.795667, 38.835]}, {"id": "4654", "type": "Feature", "properties": {"id": "us2000al90", "mag": 4.7, "time": 1505272023240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.0946, 9.5711, 124.17]}, "bbox": [-73.0946, 9.5711, -73.0946, 9.5711]}, {"id": "4655", "type": "Feature", "properties": {"id": "mb80255004", "mag": 1.06, "time": 1505270988240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.864667, 11.36]}, "bbox": [-112.532, 46.864667, -112.532, 46.864667]}, {"id": "4656", "type": "Feature", "properties": {"id": "us2000al8v", "mag": 4.4, "time": 1505270586710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5721, 15.2889, 34.84]}, "bbox": [-94.5721, 15.2889, -94.5721, 15.2889]}, {"id": "4657", "type": "Feature", "properties": {"id": "ci37761727", "mag": 1.4, "time": 1505270305170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.643667, 34.5065, 17.68]}, "bbox": [-118.643667, 34.5065, -118.643667, 34.5065]}, {"id": "4658", "type": "Feature", "properties": {"id": "ak16822007", "mag": 1.0, "time": 1505269102037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6691, 63.5608, 10.3]}, "bbox": [-150.6691, 63.5608, -150.6691, 63.5608]}, {"id": "4659", "type": "Feature", "properties": {"id": "pr2017256000", "mag": 3.12, "time": 1505269072880, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5123, 19.091, 21.0]}, "bbox": [-66.5123, 19.091, -66.5123, 19.091]}, {"id": "4660", "type": "Feature", "properties": {"id": "nc72891541", "mag": 1.06, "time": 1505268817240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.517833, 36.804167, 4.87]}, "bbox": [-121.517833, 36.804167, -121.517833, 36.804167]}, {"id": "4661", "type": "Feature", "properties": {"id": "ak16821999", "mag": 1.7, "time": 1505268378179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2198, 61.7575, 9.7]}, "bbox": [-148.2198, 61.7575, -148.2198, 61.7575]}, {"id": "4662", "type": "Feature", "properties": {"id": "us2000al86", "mag": 5.0, "time": 1505268098300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5276, 15.1558, 14.07]}, "bbox": [-94.5276, 15.1558, -94.5276, 15.1558]}, {"id": "4663", "type": "Feature", "properties": {"id": "mb80254989", "mag": 1.38, "time": 1505267929610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540667, 46.872333, 11.48]}, "bbox": [-112.540667, 46.872333, -112.540667, 46.872333]}, {"id": "4664", "type": "Feature", "properties": {"id": "mb80254984", "mag": 0.99, "time": 1505267728460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5535, 46.8885, 10.76]}, "bbox": [-112.5535, 46.8885, -112.5535, 46.8885]}, {"id": "4665", "type": "Feature", "properties": {"id": "ak16821934", "mag": 1.1, "time": 1505267091152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2406, 64.8451, 3.5]}, "bbox": [-151.2406, 64.8451, -151.2406, 64.8451]}, {"id": "4666", "type": "Feature", "properties": {"id": "nc72891516", "mag": 1.94, "time": 1505266613010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.366833, 40.4805, 29.25]}, "bbox": [-123.366833, 40.4805, -123.366833, 40.4805]}, {"id": "4667", "type": "Feature", "properties": {"id": "pr2017256001", "mag": 3.05, "time": 1505266581450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5053, 19.0955, 25.0]}, "bbox": [-66.5053, 19.0955, -66.5053, 19.0955]}, {"id": "4668", "type": "Feature", "properties": {"id": "ci37761639", "mag": 2.16, "time": 1505265949130, "felt": 80.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768667, 33.774833, 2.9]}, "bbox": [-117.768667, 33.774833, -117.768667, 33.774833]}, {"id": "4669", "type": "Feature", "properties": {"id": "ak16821933", "mag": 1.0, "time": 1505265920217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4031, 60.2216, 0.0]}, "bbox": [-141.4031, 60.2216, -141.4031, 60.2216]}, {"id": "4670", "type": "Feature", "properties": {"id": "ci37761631", "mag": 1.35, "time": 1505265794450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.333667, 32.933167, 11.47]}, "bbox": [-116.333667, 32.933167, -116.333667, 32.933167]}, {"id": "4671", "type": "Feature", "properties": {"id": "ak16821931", "mag": 1.3, "time": 1505265469603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5511, 61.3707, 12.3]}, "bbox": [-147.5511, 61.3707, -147.5511, 61.3707]}, {"id": "4672", "type": "Feature", "properties": {"id": "us2000al7y", "mag": 4.1, "time": 1505265414270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4234, 15.3254, 35.74]}, "bbox": [-94.4234, 15.3254, -94.4234, 15.3254]}, {"id": "4673", "type": "Feature", "properties": {"id": "ak16821926", "mag": 2.1, "time": 1505265047390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5313, 60.6712, 14.9]}, "bbox": [-146.5313, 60.6712, -146.5313, 60.6712]}, {"id": "4674", "type": "Feature", "properties": {"id": "ak16821924", "mag": 1.7, "time": 1505264772966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5006, 65.2775, 11.4]}, "bbox": [-158.5006, 65.2775, -158.5006, 65.2775]}, {"id": "4675", "type": "Feature", "properties": {"id": "us2000al7s", "mag": 4.1, "time": 1505263876510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.3188, 15.5954, 29.98]}, "bbox": [-95.3188, 15.5954, -95.3188, 15.5954]}, {"id": "4676", "type": "Feature", "properties": {"id": "hv61906111", "mag": 1.46, "time": 1505262900730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.538167, 19.256333, 8.429]}, "bbox": [-155.538167, 19.256333, -155.538167, 19.256333]}, {"id": "4677", "type": "Feature", "properties": {"id": "nc72891421", "mag": 1.92, "time": 1505262602400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.273167, 36.148167, 8.47]}, "bbox": [-120.273167, 36.148167, -120.273167, 36.148167]}, {"id": "4678", "type": "Feature", "properties": {"id": "hv61906101", "mag": 2.02, "time": 1505262046800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.276672, 19.404333, 0.19]}, "bbox": [-155.276672, 19.404333, -155.276672, 19.404333]}, {"id": "4679", "type": "Feature", "properties": {"id": "nc72891406", "mag": 1.7, "time": 1505261981400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.865667, 36.439667, 6.7]}, "bbox": [-120.865667, 36.439667, -120.865667, 36.439667]}, {"id": "4680", "type": "Feature", "properties": {"id": "us2000al7a", "mag": 3.9, "time": 1505261942310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.399, 14.9659, 29.81]}, "bbox": [-94.399, 14.9659, -94.399, 14.9659]}, {"id": "4681", "type": "Feature", "properties": {"id": "hv61906081", "mag": 1.94, "time": 1505261244650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.535, 19.849, 23.752]}, "bbox": [-155.535, 19.849, -155.535, 19.849]}, {"id": "4682", "type": "Feature", "properties": {"id": "ci37761535", "mag": 1.56, "time": 1505261179000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165833, 34.0375, 5.82]}, "bbox": [-117.165833, 34.0375, -117.165833, 34.0375]}, {"id": "4683", "type": "Feature", "properties": {"id": "ak16850793", "mag": 2.2, "time": 1505260675964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4757, 53.3828, 38.3]}, "bbox": [-164.4757, 53.3828, -164.4757, 53.3828]}, {"id": "4684", "type": "Feature", "properties": {"id": "ak16821817", "mag": 1.0, "time": 1505258496556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.5762, 67.0334, 2.1]}, "bbox": [-144.5762, 67.0334, -144.5762, 67.0334]}, {"id": "4685", "type": "Feature", "properties": {"id": "uw61306902", "mag": 1.1, "time": 1505258286020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.374667, 45.693833, -0.9]}, "bbox": [-122.374667, 45.693833, -122.374667, 45.693833]}, {"id": "4686", "type": "Feature", "properties": {"id": "us2000al6d", "mag": 4.9, "time": 1505257835180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4621, 58.0975, 10.0]}, "bbox": [-32.4621, 58.0975, -32.4621, 58.0975]}, {"id": "4687", "type": "Feature", "properties": {"id": "ci37761503", "mag": 1.49, "time": 1505257449290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.675833, 35.043, -0.82]}, "bbox": [-117.675833, 35.043, -117.675833, 35.043]}, {"id": "4688", "type": "Feature", "properties": {"id": "ak16821811", "mag": 1.3, "time": 1505256864247, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3463, 64.994, 0.0]}, "bbox": [-147.3463, 64.994, -147.3463, 64.994]}, {"id": "4689", "type": "Feature", "properties": {"id": "hv61905981", "mag": 1.81, "time": 1505256516770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.543333, 19.851167, 24.833]}, "bbox": [-155.543333, 19.851167, -155.543333, 19.851167]}, {"id": "4690", "type": "Feature", "properties": {"id": "ak16821806", "mag": 2.7, "time": 1505256286618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4621, 65.79, 5.3]}, "bbox": [-164.4621, 65.79, -164.4621, 65.79]}, {"id": "4691", "type": "Feature", "properties": {"id": "ak16821804", "mag": 1.5, "time": 1505255958164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3411, 61.6898, 7.2]}, "bbox": [-148.3411, 61.6898, -148.3411, 61.6898]}, {"id": "4692", "type": "Feature", "properties": {"id": "us2000al5m", "mag": 4.0, "time": 1505255324930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8843, -20.2485, 15.05]}, "bbox": [-70.8843, -20.2485, -70.8843, -20.2485]}, {"id": "4693", "type": "Feature", "properties": {"id": "us2000al5h", "mag": 4.8, "time": 1505254407650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.3543, 58.0241, 10.0]}, "bbox": [-32.3543, 58.0241, -32.3543, 58.0241]}, {"id": "4694", "type": "Feature", "properties": {"id": "nc72891326", "mag": 1.22, "time": 1505251854350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794833, 38.819333, 2.91]}, "bbox": [-122.794833, 38.819333, -122.794833, 38.819333]}, {"id": "4695", "type": "Feature", "properties": {"id": "ci37761407", "mag": 1.17, "time": 1505251524970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.193167, 34.9985, -0.8]}, "bbox": [-118.193167, 34.9985, -118.193167, 34.9985]}, {"id": "4696", "type": "Feature", "properties": {"id": "us2000al44", "mag": 4.6, "time": 1505250860230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4259, 58.0753, 10.0]}, "bbox": [-32.4259, 58.0753, -32.4259, 58.0753]}, {"id": "4697", "type": "Feature", "properties": {"id": "ak16821734", "mag": 1.5, "time": 1505250673775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.907, 60.3564, 8.9]}, "bbox": [-141.907, 60.3564, -141.907, 60.3564]}, {"id": "4698", "type": "Feature", "properties": {"id": "us2000al3g", "mag": 4.9, "time": 1505250247360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4208, 58.165, 10.0]}, "bbox": [-32.4208, 58.165, -32.4208, 58.165]}, {"id": "4699", "type": "Feature", "properties": {"id": "nc72891306", "mag": 1.1, "time": 1505250244890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.604167, 3.81]}, "bbox": [-118.819333, 37.604167, -118.819333, 37.604167]}, {"id": "4700", "type": "Feature", "properties": {"id": "ci37761383", "mag": 1.74, "time": 1505250166450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.805333, 33.691833, 15.39]}, "bbox": [-116.805333, 33.691833, -116.805333, 33.691833]}, {"id": "4701", "type": "Feature", "properties": {"id": "ci37761375", "mag": 1.49, "time": 1505248746150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3685, 33.956333, 12.98]}, "bbox": [-118.3685, 33.956333, -118.3685, 33.956333]}, {"id": "4702", "type": "Feature", "properties": {"id": "ci37761367", "mag": 1.03, "time": 1505248730160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.575167, 33.465333, 9.81]}, "bbox": [-116.575167, 33.465333, -116.575167, 33.465333]}, {"id": "4703", "type": "Feature", "properties": {"id": "us2000al2x", "mag": 4.8, "time": 1505248700330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.19, -15.0799, 144.26]}, "bbox": [-174.19, -15.0799, -174.19, -15.0799]}, {"id": "4704", "type": "Feature", "properties": {"id": "nc72891286", "mag": 2.07, "time": 1505247727770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 39.603833, -0.21]}, "bbox": [-121.5795, 39.603833, -121.5795, 39.603833]}, {"id": "4705", "type": "Feature", "properties": {"id": "ak16821575", "mag": 1.5, "time": 1505247191039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9811, 64.7032, 15.8]}, "bbox": [-148.9811, 64.7032, -148.9811, 64.7032]}, {"id": "4706", "type": "Feature", "properties": {"id": "us2000al1n", "mag": 2.7, "time": 1505247025290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3683, 36.7446, 14.63]}, "bbox": [-98.3683, 36.7446, -98.3683, 36.7446]}, {"id": "4707", "type": "Feature", "properties": {"id": "nc72891281", "mag": 1.59, "time": 1505246933110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.839, 2.11]}, "bbox": [-122.827333, 38.839, -122.827333, 38.839]}, {"id": "4708", "type": "Feature", "properties": {"id": "us2000al1t", "mag": 4.3, "time": 1505246854930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4239, 15.7169, 52.92]}, "bbox": [-94.4239, 15.7169, -94.4239, 15.7169]}, {"id": "4709", "type": "Feature", "properties": {"id": "nc72891276", "mag": 1.98, "time": 1505246713670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.876833, 37.8095, 14.44]}, "bbox": [-121.876833, 37.8095, -121.876833, 37.8095]}, {"id": "4710", "type": "Feature", "properties": {"id": "ak16850781", "mag": 1.8, "time": 1505246486363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5902, 57.2026, 44.2]}, "bbox": [-154.5902, 57.2026, -154.5902, 57.2026]}, {"id": "4711", "type": "Feature", "properties": {"id": "ci37761335", "mag": 0.96, "time": 1505246263650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.759333, 33.8575, 5.49]}, "bbox": [-117.759333, 33.8575, -117.759333, 33.8575]}, {"id": "4712", "type": "Feature", "properties": {"id": "ci37761319", "mag": 2.18, "time": 1505245563030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.385, 32.3285, 10.39]}, "bbox": [-115.385, 32.3285, -115.385, 32.3285]}, {"id": "4713", "type": "Feature", "properties": {"id": "ak16850780", "mag": 3.0, "time": 1505245054736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5817, 52.3665, 32.8]}, "bbox": [-170.5817, 52.3665, -170.5817, 52.3665]}, {"id": "4714", "type": "Feature", "properties": {"id": "ak16821568", "mag": 1.3, "time": 1505244764083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4179, 63.5705, 4.4]}, "bbox": [-147.4179, 63.5705, -147.4179, 63.5705]}, {"id": "4715", "type": "Feature", "properties": {"id": "nc72891271", "mag": 2.16, "time": 1505244492580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.146667, 40.211833, 2.94]}, "bbox": [-121.146667, 40.211833, -121.146667, 40.211833]}, {"id": "4716", "type": "Feature", "properties": {"id": "nc72891266", "mag": 1.1, "time": 1505244145950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.875667, 38.839667, 2.2]}, "bbox": [-122.875667, 38.839667, -122.875667, 38.839667]}, {"id": "4717", "type": "Feature", "properties": {"id": "us2000al0z", "mag": 4.4, "time": 1505243754080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7715, -21.9227, 347.97]}, "bbox": [-177.7715, -21.9227, -177.7715, -21.9227]}, {"id": "4718", "type": "Feature", "properties": {"id": "ak16821516", "mag": 1.4, "time": 1505243650979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5267, 60.0018, 0.0]}, "bbox": [-139.5267, 60.0018, -139.5267, 60.0018]}, {"id": "4719", "type": "Feature", "properties": {"id": "ak16821564", "mag": 1.6, "time": 1505243467122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2171, 59.7927, 8.0]}, "bbox": [-159.2171, 59.7927, -159.2171, 59.7927]}, {"id": "4720", "type": "Feature", "properties": {"id": "us2000akzt", "mag": 4.7, "time": 1505243351270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.2455, 58.0337, 10.0]}, "bbox": [-32.2455, 58.0337, -32.2455, 58.0337]}, {"id": "4721", "type": "Feature", "properties": {"id": "us2000akzf", "mag": 4.3, "time": 1505243172030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6417, 15.6677, 51.24]}, "bbox": [-94.6417, 15.6677, -94.6417, 15.6677]}, {"id": "4722", "type": "Feature", "properties": {"id": "us2000akyq", "mag": 4.4, "time": 1505241724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 16.3622, 66.45]}, "bbox": [-94.9743, 16.3622, -94.9743, 16.3622]}, {"id": "4723", "type": "Feature", "properties": {"id": "nc72891231", "mag": 1.19, "time": 1505241397800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.244667, 39.3805, 3.22]}, "bbox": [-123.244667, 39.3805, -123.244667, 39.3805]}, {"id": "4724", "type": "Feature", "properties": {"id": "us2000akyh", "mag": 4.4, "time": 1505241368140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5996, 15.3334, 74.72]}, "bbox": [-93.5996, 15.3334, -93.5996, 15.3334]}, {"id": "4725", "type": "Feature", "properties": {"id": "us2000aky8", "mag": 4.6, "time": 1505240973270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0643, 15.2212, 44.65]}, "bbox": [-94.0643, 15.2212, -94.0643, 15.2212]}, {"id": "4726", "type": "Feature", "properties": {"id": "ak16850775", "mag": 1.7, "time": 1505240703529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2159, 59.366, 81.6]}, "bbox": [-153.2159, 59.366, -153.2159, 59.366]}, {"id": "4727", "type": "Feature", "properties": {"id": "us2000akxq", "mag": 2.8, "time": 1505240585080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4572, 42.5165, 8.78]}, "bbox": [-111.4572, 42.5165, -111.4572, 42.5165]}, {"id": "4728", "type": "Feature", "properties": {"id": "ak16821457", "mag": 1.1, "time": 1505238948365, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1631, 60.0754, 0.0]}, "bbox": [-141.1631, 60.0754, -141.1631, 60.0754]}, {"id": "4729", "type": "Feature", "properties": {"id": "ak16850772", "mag": 1.0, "time": 1505238898070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2683, 61.5446, 35.4]}, "bbox": [-146.2683, 61.5446, -146.2683, 61.5446]}, {"id": "4730", "type": "Feature", "properties": {"id": "hv61905641", "mag": 2.1, "time": 1505238187460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.247667, 19.393167, 36.582]}, "bbox": [-155.247667, 19.393167, -155.247667, 19.393167]}, {"id": "4731", "type": "Feature", "properties": {"id": "us2000aq68", "mag": 2.8, "time": 1505237765880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.9785, 55.7766, 56.2]}, "bbox": [-158.9785, 55.7766, -158.9785, 55.7766]}, {"id": "4732", "type": "Feature", "properties": {"id": "us2000akwr", "mag": 4.3, "time": 1505237620800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.6779, -5.2108, 218.06]}, "bbox": [129.6779, -5.2108, 129.6779, -5.2108]}, {"id": "4733", "type": "Feature", "properties": {"id": "ak16821449", "mag": 2.3, "time": 1505236529463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4402, 53.5209, 13.2]}, "bbox": [-167.4402, 53.5209, -167.4402, 53.5209]}, {"id": "4734", "type": "Feature", "properties": {"id": "ak16821379", "mag": 2.4, "time": 1505235536293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4636, 60.5717, 9.3]}, "bbox": [-148.4636, 60.5717, -148.4636, 60.5717]}, {"id": "4735", "type": "Feature", "properties": {"id": "us2000akvp", "mag": 4.5, "time": 1505235493410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2449, 15.2798, 73.2]}, "bbox": [-93.2449, 15.2798, -93.2449, 15.2798]}, {"id": "4736", "type": "Feature", "properties": {"id": "us2000aq63", "mag": 3.1, "time": 1505235473870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.5043, 53.6304, 25.8]}, "bbox": [-167.5043, 53.6304, -167.5043, 53.6304]}, {"id": "4737", "type": "Feature", "properties": {"id": "ak16821334", "mag": 1.0, "time": 1505235138364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7095, 60.5946, 14.1]}, "bbox": [-142.7095, 60.5946, -142.7095, 60.5946]}, {"id": "4738", "type": "Feature", "properties": {"id": "nc72891191", "mag": 1.63, "time": 1505235102110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.444167, 37.384167, 12.11]}, "bbox": [-118.444167, 37.384167, -118.444167, 37.384167]}, {"id": "4739", "type": "Feature", "properties": {"id": "us2000akwm", "mag": 4.6, "time": 1505234310180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-58.4081, 13.9047, 20.6]}, "bbox": [-58.4081, 13.9047, -58.4081, 13.9047]}, {"id": "4740", "type": "Feature", "properties": {"id": "ak16821326", "mag": 1.9, "time": 1505234239386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7021, 63.9919, 0.0]}, "bbox": [-148.7021, 63.9919, -148.7021, 63.9919]}, {"id": "4741", "type": "Feature", "properties": {"id": "ci37761199", "mag": 1.12, "time": 1505233979950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.139333, 35.857167, 3.42]}, "bbox": [-116.139333, 35.857167, -116.139333, 35.857167]}, {"id": "4742", "type": "Feature", "properties": {"id": "ak16821324", "mag": 1.0, "time": 1505233378354, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8118, 65.9855, 3.7]}, "bbox": [-151.8118, 65.9855, -151.8118, 65.9855]}, {"id": "4743", "type": "Feature", "properties": {"id": "ak16821323", "mag": 2.3, "time": 1505232589454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3915, 52.0051, 11.7]}, "bbox": [-176.3915, 52.0051, -176.3915, 52.0051]}, {"id": "4744", "type": "Feature", "properties": {"id": "nc72891166", "mag": 1.17, "time": 1505232534860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.976167, 37.596833, 8.18]}, "bbox": [-121.976167, 37.596833, -121.976167, 37.596833]}, {"id": "4745", "type": "Feature", "properties": {"id": "us2000akua", "mag": 4.5, "time": 1505231911880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.3156, -7.5665, 115.97]}, "bbox": [129.3156, -7.5665, 129.3156, -7.5665]}, {"id": "4746", "type": "Feature", "properties": {"id": "ci37761183", "mag": 1.38, "time": 1505231682740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.031667, 33.866, 11.4]}, "bbox": [-117.031667, 33.866, -117.031667, 33.866]}, {"id": "4747", "type": "Feature", "properties": {"id": "nc72891131", "mag": 1.13, "time": 1505231490780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605, 4.21]}, "bbox": [-118.821167, 37.605, -118.821167, 37.605]}, {"id": "4748", "type": "Feature", "properties": {"id": "us2000aq60", "mag": 3.4, "time": 1505230949090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.7818, 52.0274, 61.84]}, "bbox": [-171.7818, 52.0274, -171.7818, 52.0274]}, {"id": "4749", "type": "Feature", "properties": {"id": "us2000akty", "mag": 4.1, "time": 1505230831380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0909, 55.1751, 22.8]}, "bbox": [-157.0909, 55.1751, -157.0909, 55.1751]}, {"id": "4750", "type": "Feature", "properties": {"id": "us2000asax", "mag": 4.2, "time": 1505230532990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.919, -24.5557, 553.9]}, "bbox": [-179.919, -24.5557, -179.919, -24.5557]}, {"id": "4751", "type": "Feature", "properties": {"id": "us2000aktu", "mag": 5.0, "time": 1505230101200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9204, 15.0356, 34.73]}, "bbox": [-93.9204, 15.0356, -93.9204, 15.0356]}, {"id": "4752", "type": "Feature", "properties": {"id": "ci37761159", "mag": 0.99, "time": 1505229927560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794, 33.505667, 4.44]}, "bbox": [-116.794, 33.505667, -116.794, 33.505667]}, {"id": "4753", "type": "Feature", "properties": {"id": "us2000akts", "mag": 4.4, "time": 1505229916500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4589, 15.8693, 40.82]}, "bbox": [-94.4589, 15.8693, -94.4589, 15.8693]}, {"id": "4754", "type": "Feature", "properties": {"id": "ak16850759", "mag": 2.0, "time": 1505229684203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4729, 57.3614, 66.0]}, "bbox": [-155.4729, 57.3614, -155.4729, 57.3614]}, {"id": "4755", "type": "Feature", "properties": {"id": "us2000asau", "mag": 4.5, "time": 1505228968140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.2892, -30.4261, 12.38]}, "bbox": [-177.2892, -30.4261, -177.2892, -30.4261]}, {"id": "4756", "type": "Feature", "properties": {"id": "us2000akt9", "mag": 4.7, "time": 1505227714260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.6472, -14.1046, 43.3]}, "bbox": [167.6472, -14.1046, 167.6472, -14.1046]}, {"id": "4757", "type": "Feature", "properties": {"id": "ak16821264", "mag": 1.4, "time": 1505227661290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5591, 61.6356, 28.9]}, "bbox": [-149.5591, 61.6356, -149.5591, 61.6356]}, {"id": "4758", "type": "Feature", "properties": {"id": "ak16821262", "mag": 1.8, "time": 1505227098718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5176, 60.4846, 107.4]}, "bbox": [-152.5176, 60.4846, -152.5176, 60.4846]}, {"id": "4759", "type": "Feature", "properties": {"id": "pr2017255006", "mag": 3.11, "time": 1505226988680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8866, 18.066, 112.0]}, "bbox": [-67.8866, 18.066, -67.8866, 18.066]}, {"id": "4760", "type": "Feature", "properties": {"id": "ak16821260", "mag": 1.3, "time": 1505226855029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.482, 62.559, 83.4]}, "bbox": [-151.482, 62.559, -151.482, 62.559]}, {"id": "4761", "type": "Feature", "properties": {"id": "ci37761111", "mag": 1.33, "time": 1505226544460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166, 34.036, 5.82]}, "bbox": [-117.166, 34.036, -117.166, 34.036]}, {"id": "4762", "type": "Feature", "properties": {"id": "nc72891096", "mag": 1.34, "time": 1505226449930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7255, 38.788667, 1.77]}, "bbox": [-122.7255, 38.788667, -122.7255, 38.788667]}, {"id": "4763", "type": "Feature", "properties": {"id": "ak16850755", "mag": 1.5, "time": 1505226255965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5898, 60.4951, 99.5]}, "bbox": [-152.5898, 60.4951, -152.5898, 60.4951]}, {"id": "4764", "type": "Feature", "properties": {"id": "uu60244417", "mag": 1.65, "time": 1505226014340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.334667, 44.621667, 2.11]}, "bbox": [-110.334667, 44.621667, -110.334667, 44.621667]}, {"id": "4765", "type": "Feature", "properties": {"id": "us2000aq5x", "mag": 3.1, "time": 1505225597950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.3403, 52.1694, 67.96]}, "bbox": [-171.3403, 52.1694, -171.3403, 52.1694]}, {"id": "4766", "type": "Feature", "properties": {"id": "uu60244407", "mag": 1.34, "time": 1505225495130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.467, 42.663667, 3.54]}, "bbox": [-111.467, 42.663667, -111.467, 42.663667]}, {"id": "4767", "type": "Feature", "properties": {"id": "ak16821259", "mag": 1.2, "time": 1505225438730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3559, 60.1768, 0.0]}, "bbox": [-141.3559, 60.1768, -141.3559, 60.1768]}, {"id": "4768", "type": "Feature", "properties": {"id": "ak16821258", "mag": 1.2, "time": 1505225170339, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1399, 60.3035, 0.0]}, "bbox": [-141.1399, 60.3035, -141.1399, 60.3035]}, {"id": "4769", "type": "Feature", "properties": {"id": "ak16821221", "mag": 1.0, "time": 1505223846302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7846, 53.7799, 6.7]}, "bbox": [-166.7846, 53.7799, -166.7846, 53.7799]}, {"id": "4770", "type": "Feature", "properties": {"id": "ak16821217", "mag": 1.4, "time": 1505223357390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7209, 60.3452, 65.8]}, "bbox": [-151.7209, 60.3452, -151.7209, 60.3452]}, {"id": "4771", "type": "Feature", "properties": {"id": "hv61905526", "mag": 1.72, "time": 1505223290340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.929167, 19.870667, 12.697]}, "bbox": [-155.929167, 19.870667, -155.929167, 19.870667]}, {"id": "4772", "type": "Feature", "properties": {"id": "ak16821215", "mag": 1.4, "time": 1505223177976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.314, 60.1844, 0.0]}, "bbox": [-141.314, 60.1844, -141.314, 60.1844]}, {"id": "4773", "type": "Feature", "properties": {"id": "uu60244352", "mag": 2.41, "time": 1505222826990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443167, 42.595, 3.5]}, "bbox": [-111.443167, 42.595, -111.443167, 42.595]}, {"id": "4774", "type": "Feature", "properties": {"id": "ak16821210", "mag": 1.0, "time": 1505222200792, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0089, 61.3182, 28.6]}, "bbox": [-146.0089, 61.3182, -146.0089, 61.3182]}, {"id": "4775", "type": "Feature", "properties": {"id": "us2000akri", "mag": 2.9, "time": 1505221931200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9201, 36.2062, 6.163]}, "bbox": [-98.9201, 36.2062, -98.9201, 36.2062]}, {"id": "4776", "type": "Feature", "properties": {"id": "ak16821207", "mag": 2.0, "time": 1505221802809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9996, 62.229, 72.4]}, "bbox": [-150.9996, 62.229, -150.9996, 62.229]}, {"id": "4777", "type": "Feature", "properties": {"id": "us2000akrz", "mag": 2.5, "time": 1505220235620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5432, 46.8852, 12.06]}, "bbox": [-112.5432, 46.8852, -112.5432, 46.8852]}, {"id": "4778", "type": "Feature", "properties": {"id": "ak16821169", "mag": 1.1, "time": 1505219786301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9544, 67.3188, 9.6]}, "bbox": [-147.9544, 67.3188, -147.9544, 67.3188]}, {"id": "4779", "type": "Feature", "properties": {"id": "ak16821166", "mag": 1.0, "time": 1505219272070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.0159, 59.8987, 11.0]}, "bbox": [-141.0159, 59.8987, -141.0159, 59.8987]}, {"id": "4780", "type": "Feature", "properties": {"id": "nc72891076", "mag": 1.16, "time": 1505219059140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.602667, 4.12]}, "bbox": [-118.820667, 37.602667, -118.820667, 37.602667]}, {"id": "4781", "type": "Feature", "properties": {"id": "ci37761079", "mag": 1.06, "time": 1505218941580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.819667, 33.71, 15.77]}, "bbox": [-116.819667, 33.71, -116.819667, 33.71]}, {"id": "4782", "type": "Feature", "properties": {"id": "ak16850742", "mag": 2.4, "time": 1505218654701, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4252, 51.6857, 14.4]}, "bbox": [-178.4252, 51.6857, -178.4252, 51.6857]}, {"id": "4783", "type": "Feature", "properties": {"id": "ak16821165", "mag": 1.0, "time": 1505218329490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4876, 60.0043, 0.0]}, "bbox": [-139.4876, 60.0043, -139.4876, 60.0043]}, {"id": "4784", "type": "Feature", "properties": {"id": "ak16821163", "mag": 1.3, "time": 1505217760897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4102, 62.0418, 78.9]}, "bbox": [-151.4102, 62.0418, -151.4102, 62.0418]}, {"id": "4785", "type": "Feature", "properties": {"id": "nc72891061", "mag": 0.96, "time": 1505217348960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.826333, 37.602833, 3.87]}, "bbox": [-118.826333, 37.602833, -118.826333, 37.602833]}, {"id": "4786", "type": "Feature", "properties": {"id": "ak16821126", "mag": 1.3, "time": 1505216937519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1452, 62.8895, 56.9]}, "bbox": [-148.1452, 62.8895, -148.1452, 62.8895]}, {"id": "4787", "type": "Feature", "properties": {"id": "ak16821125", "mag": 1.1, "time": 1505216743699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6326, 60.2201, 0.0]}, "bbox": [-141.6326, 60.2201, -141.6326, 60.2201]}, {"id": "4788", "type": "Feature", "properties": {"id": "ak16821120", "mag": 1.7, "time": 1505216018269, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0049, 60.6518, 14.8]}, "bbox": [-148.0049, 60.6518, -148.0049, 60.6518]}, {"id": "4789", "type": "Feature", "properties": {"id": "ak16821119", "mag": 1.5, "time": 1505215652902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8093, 53.7706, 8.0]}, "bbox": [-166.8093, 53.7706, -166.8093, 53.7706]}, {"id": "4790", "type": "Feature", "properties": {"id": "us2000akpn", "mag": 4.7, "time": 1505215606400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.7514, 27.9618, 35.0]}, "bbox": [101.7514, 27.9618, 101.7514, 27.9618]}, {"id": "4791", "type": "Feature", "properties": {"id": "ak16850734", "mag": 1.1, "time": 1505215354092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0512, 61.2674, 7.5]}, "bbox": [-147.0512, 61.2674, -147.0512, 61.2674]}, {"id": "4792", "type": "Feature", "properties": {"id": "us2000akpc", "mag": 4.2, "time": 1505214378050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8032, 16.1985, 37.2]}, "bbox": [-94.8032, 16.1985, -94.8032, 16.1985]}, {"id": "4793", "type": "Feature", "properties": {"id": "uu60244277", "mag": 1.7, "time": 1505214238510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.430167, 38.334333, 2.58]}, "bbox": [-112.430167, 38.334333, -112.430167, 38.334333]}, {"id": "4794", "type": "Feature", "properties": {"id": "ak16821114", "mag": 1.9, "time": 1505213809149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8883, 61.2794, 95.0]}, "bbox": [-151.8883, 61.2794, -151.8883, 61.2794]}, {"id": "4795", "type": "Feature", "properties": {"id": "nc72891031", "mag": 1.31, "time": 1505213535320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.861167, 37.426667, 3.97]}, "bbox": [-118.861167, 37.426667, -118.861167, 37.426667]}, {"id": "4796", "type": "Feature", "properties": {"id": "uu60244252", "mag": 1.02, "time": 1505213356870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.007333, 44.7855, 7.95]}, "bbox": [-111.007333, 44.7855, -111.007333, 44.7855]}, {"id": "4797", "type": "Feature", "properties": {"id": "ak16821079", "mag": 1.4, "time": 1505212565937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7135, 59.8217, 2.0]}, "bbox": [-136.7135, 59.8217, -136.7135, 59.8217]}, {"id": "4798", "type": "Feature", "properties": {"id": "nc72891026", "mag": 1.86, "time": 1505212446760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 35.832333, 9.72]}, "bbox": [-119.801833, 35.832333, -119.801833, 35.832333]}, {"id": "4799", "type": "Feature", "properties": {"id": "uw61306757", "mag": 1.64, "time": 1505211458410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.728833, 46.841667, -2.2]}, "bbox": [-121.728833, 46.841667, -121.728833, 46.841667]}, {"id": "4800", "type": "Feature", "properties": {"id": "ak16821074", "mag": 1.9, "time": 1505210888686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7981, 61.0848, 49.4]}, "bbox": [-150.7981, 61.0848, -150.7981, 61.0848]}, {"id": "4801", "type": "Feature", "properties": {"id": "ci37761007", "mag": 0.97, "time": 1505210308130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.34, 33.3915, 3.45]}, "bbox": [-116.34, 33.3915, -116.34, 33.3915]}, {"id": "4802", "type": "Feature", "properties": {"id": "ak16821073", "mag": 1.0, "time": 1505210226661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8733, 61.5592, 31.2]}, "bbox": [-148.8733, 61.5592, -148.8733, 61.5592]}, {"id": "4803", "type": "Feature", "properties": {"id": "us2000aknn", "mag": 4.7, "time": 1505209925680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.31, -20.0675, 10.0]}, "bbox": [-173.31, -20.0675, -173.31, -20.0675]}, {"id": "4804", "type": "Feature", "properties": {"id": "ak16850728", "mag": 1.6, "time": 1505209600286, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4588, 61.074, 107.6]}, "bbox": [-152.4588, 61.074, -152.4588, 61.074]}, {"id": "4805", "type": "Feature", "properties": {"id": "uu60244207", "mag": 2.1, "time": 1505209143550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.465333, 42.608333, 2.53]}, "bbox": [-111.465333, 42.608333, -111.465333, 42.608333]}, {"id": "4806", "type": "Feature", "properties": {"id": "ak16850727", "mag": 1.6, "time": 1505208401509, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2489, 60.3172, 132.5]}, "bbox": [-153.2489, 60.3172, -153.2489, 60.3172]}, {"id": "4807", "type": "Feature", "properties": {"id": "ak16821071", "mag": 1.7, "time": 1505208310612, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6819, 58.4203, 78.0]}, "bbox": [-153.6819, 58.4203, -153.6819, 58.4203]}, {"id": "4808", "type": "Feature", "properties": {"id": "us2000aknb", "mag": 4.4, "time": 1505208006490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7329, 15.7927, 47.14]}, "bbox": [-94.7329, 15.7927, -94.7329, 15.7927]}, {"id": "4809", "type": "Feature", "properties": {"id": "ak16821038", "mag": 1.4, "time": 1505207062279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7269, 62.2754, 47.5]}, "bbox": [-149.7269, 62.2754, -149.7269, 62.2754]}, {"id": "4810", "type": "Feature", "properties": {"id": "pr2017255004", "mag": 3.01, "time": 1505207032870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.6503, 18.1753, 12.0]}, "bbox": [-67.6503, 18.1753, -67.6503, 18.1753]}, {"id": "4811", "type": "Feature", "properties": {"id": "ak16821031", "mag": 2.4, "time": 1505206694908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4161, 60.188, 103.5]}, "bbox": [-152.4161, 60.188, -152.4161, 60.188]}, {"id": "4812", "type": "Feature", "properties": {"id": "hv61905311", "mag": 2.02, "time": 1505206056030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.975333, 19.557, 44.801]}, "bbox": [-155.975333, 19.557, -155.975333, 19.557]}, {"id": "4813", "type": "Feature", "properties": {"id": "ak16821027", "mag": 2.1, "time": 1505205093842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4164, 57.0134, 65.4]}, "bbox": [-155.4164, 57.0134, -155.4164, 57.0134]}, {"id": "4814", "type": "Feature", "properties": {"id": "us2000aq5l", "mag": 3.0, "time": 1505204765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2778, 52.1101, 228.97]}, "bbox": [-174.2778, 52.1101, -174.2778, 52.1101]}, {"id": "4815", "type": "Feature", "properties": {"id": "nm60179282", "mag": 1.12, "time": 1505204172200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.554167, 36.472, 8.99]}, "bbox": [-89.554167, 36.472, -89.554167, 36.472]}, {"id": "4816", "type": "Feature", "properties": {"id": "us2000asam", "mag": 4.1, "time": 1505203793240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.4651, -4.9334, 167.53]}, "bbox": [147.4651, -4.9334, 147.4651, -4.9334]}, {"id": "4817", "type": "Feature", "properties": {"id": "ak16821023", "mag": 1.4, "time": 1505203680731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1732, 61.3766, 3.5]}, "bbox": [-140.1732, 61.3766, -140.1732, 61.3766]}, {"id": "4818", "type": "Feature", "properties": {"id": "us2000aq5k", "mag": 2.8, "time": 1505203540370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5128, 54.8119, 22.77]}, "bbox": [-159.5128, 54.8119, -159.5128, 54.8119]}, {"id": "4819", "type": "Feature", "properties": {"id": "ci37760911", "mag": 1.29, "time": 1505202683830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019667, 34.347833, 1.32]}, "bbox": [-117.019667, 34.347833, -117.019667, 34.347833]}, {"id": "4820", "type": "Feature", "properties": {"id": "ak16821022", "mag": 1.1, "time": 1505201992117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4302, 65.4772, 14.3]}, "bbox": [-153.4302, 65.4772, -153.4302, 65.4772]}, {"id": "4821", "type": "Feature", "properties": {"id": "us2000aq5j", "mag": 3.4, "time": 1505201513110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.335, 52.1151, 36.52]}, "bbox": [-169.335, 52.1151, -169.335, 52.1151]}, {"id": "4822", "type": "Feature", "properties": {"id": "nn00604832", "mag": 1.5, "time": 1505201175706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.919, 38.3871, 7.2]}, "bbox": [-118.919, 38.3871, -118.919, 38.3871]}, {"id": "4823", "type": "Feature", "properties": {"id": "ak16821017", "mag": 1.4, "time": 1505201121331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8746, 64.7668, 2.4]}, "bbox": [-139.8746, 64.7668, -139.8746, 64.7668]}, {"id": "4824", "type": "Feature", "properties": {"id": "us2000akm6", "mag": 4.0, "time": 1505200774070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6261, 15.7276, 39.07]}, "bbox": [-94.6261, 15.7276, -94.6261, 15.7276]}, {"id": "4825", "type": "Feature", "properties": {"id": "ak16821016", "mag": 1.1, "time": 1505200723657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6326, 59.9341, 17.0]}, "bbox": [-140.6326, 59.9341, -140.6326, 59.9341]}, {"id": "4826", "type": "Feature", "properties": {"id": "nc72890911", "mag": 1.14, "time": 1505200493800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502, -0.69]}, "bbox": [-118.835833, 37.502, -118.835833, 37.502]}, {"id": "4827", "type": "Feature", "properties": {"id": "pr2017255005", "mag": 3.62, "time": 1505200390090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7348, 17.4213, 58.0]}, "bbox": [-68.7348, 17.4213, -68.7348, 17.4213]}, {"id": "4828", "type": "Feature", "properties": {"id": "us2000asal", "mag": 4.5, "time": 1505200235050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9237, -40.6778, 35.49]}, "bbox": [175.9237, -40.6778, 175.9237, -40.6778]}, {"id": "4829", "type": "Feature", "properties": {"id": "ak16821015", "mag": 1.0, "time": 1505200050481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0733, 62.8571, 78.1]}, "bbox": [-150.0733, 62.8571, -150.0733, 62.8571]}, {"id": "4830", "type": "Feature", "properties": {"id": "nc72890906", "mag": 1.85, "time": 1505199341840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.959667, 36.079833, 11.15]}, "bbox": [-119.959667, 36.079833, -119.959667, 36.079833]}, {"id": "4831", "type": "Feature", "properties": {"id": "ak16820976", "mag": 4.5, "time": 1505198623340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0626, 55.2018, 8.4]}, "bbox": [-157.0626, 55.2018, -157.0626, 55.2018]}, {"id": "4832", "type": "Feature", "properties": {"id": "ak16820951", "mag": 1.3, "time": 1505198176732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6431, 63.3655, 4.3]}, "bbox": [-151.6431, 63.3655, -151.6431, 63.3655]}, {"id": "4833", "type": "Feature", "properties": {"id": "nn00604828", "mag": 1.4, "time": 1505197517767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0826, 39.1124, 11.2]}, "bbox": [-118.0826, 39.1124, -118.0826, 39.1124]}, {"id": "4834", "type": "Feature", "properties": {"id": "nn00604827", "mag": 2.8, "time": 1505197059215, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.294, 37.806, 4.9]}, "bbox": [-114.294, 37.806, -114.294, 37.806]}, {"id": "4835", "type": "Feature", "properties": {"id": "us2000akla", "mag": 4.9, "time": 1505196044760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.8701, -26.0946, 10.0]}, "bbox": [70.8701, -26.0946, 70.8701, -26.0946]}, {"id": "4836", "type": "Feature", "properties": {"id": "ci37760839", "mag": 1.35, "time": 1505195823730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.070833, 34.124, 7.32]}, "bbox": [-117.070833, 34.124, -117.070833, 34.124]}, {"id": "4837", "type": "Feature", "properties": {"id": "ak16850710", "mag": 1.4, "time": 1505195695881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9514, 59.3304, 53.9]}, "bbox": [-151.9514, 59.3304, -151.9514, 59.3304]}, {"id": "4838", "type": "Feature", "properties": {"id": "uu60244052", "mag": 1.22, "time": 1505195536580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.555167, 6.85]}, "bbox": [-111.435667, 42.555167, -111.435667, 42.555167]}, {"id": "4839", "type": "Feature", "properties": {"id": "us2000akkz", "mag": 4.4, "time": 1505195184110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3657, 15.4552, 61.44]}, "bbox": [-94.3657, 15.4552, -94.3657, 15.4552]}, {"id": "4840", "type": "Feature", "properties": {"id": "ak16820948", "mag": 1.9, "time": 1505194916797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7632, 53.2354, 44.5]}, "bbox": [-166.7632, 53.2354, -166.7632, 53.2354]}, {"id": "4841", "type": "Feature", "properties": {"id": "ak16850708", "mag": 1.2, "time": 1505194707074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5938, 63.2379, 122.0]}, "bbox": [-150.5938, 63.2379, -150.5938, 63.2379]}, {"id": "4842", "type": "Feature", "properties": {"id": "mb80254859", "mag": 1.15, "time": 1505194171440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.863, 11.45]}, "bbox": [-112.527333, 46.863, -112.527333, 46.863]}, {"id": "4843", "type": "Feature", "properties": {"id": "nc72890836", "mag": 1.09, "time": 1505193911680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735833, 38.760833, 1.36]}, "bbox": [-122.735833, 38.760833, -122.735833, 38.760833]}, {"id": "4844", "type": "Feature", "properties": {"id": "us2000akkp", "mag": 4.6, "time": 1505193612080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8716, 15.0886, 57.71]}, "bbox": [-93.8716, 15.0886, -93.8716, 15.0886]}, {"id": "4845", "type": "Feature", "properties": {"id": "ak16820908", "mag": 2.5, "time": 1505193453186, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7231, 53.1426, 25.6]}, "bbox": [-166.7231, 53.1426, -166.7231, 53.1426]}, {"id": "4846", "type": "Feature", "properties": {"id": "us2000akkk", "mag": 5.3, "time": 1505192927120, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.832, 15.182, 60.95]}, "bbox": [-93.832, 15.182, -93.832, 15.182]}, {"id": "4847", "type": "Feature", "properties": {"id": "mb80254849", "mag": 1.28, "time": 1505192738900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5175, 46.899833, 10.92]}, "bbox": [-112.5175, 46.899833, -112.5175, 46.899833]}, {"id": "4848", "type": "Feature", "properties": {"id": "mb80254844", "mag": 1.54, "time": 1505192475320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.973833, 43.2425, 2.3]}, "bbox": [-110.973833, 43.2425, -110.973833, 43.2425]}, {"id": "4849", "type": "Feature", "properties": {"id": "ak16820905", "mag": 1.1, "time": 1505191714754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4231, 60.1297, 0.0]}, "bbox": [-141.4231, 60.1297, -141.4231, 60.1297]}, {"id": "4850", "type": "Feature", "properties": {"id": "nc72890796", "mag": 1.14, "time": 1505190808830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.502667, -0.15]}, "bbox": [-118.835, 37.502667, -118.835, 37.502667]}, {"id": "4851", "type": "Feature", "properties": {"id": "nc72890791", "mag": 1.45, "time": 1505190617760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788, 37.455, 7.56]}, "bbox": [-121.788, 37.455, -121.788, 37.455]}, {"id": "4852", "type": "Feature", "properties": {"id": "pr2017255003", "mag": 1.94, "time": 1505190564980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3923, 18.5168, 23.0]}, "bbox": [-67.3923, 18.5168, -67.3923, 18.5168]}, {"id": "4853", "type": "Feature", "properties": {"id": "ak16850705", "mag": 1.4, "time": 1505190149086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3144, 60.1274, 78.3]}, "bbox": [-152.3144, 60.1274, -152.3144, 60.1274]}, {"id": "4854", "type": "Feature", "properties": {"id": "ak16850704", "mag": 1.8, "time": 1505189303211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0362, 56.0678, 8.4]}, "bbox": [-158.0362, 56.0678, -158.0362, 56.0678]}, {"id": "4855", "type": "Feature", "properties": {"id": "uu60243967", "mag": 1.29, "time": 1505189093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.059333, 40.568667, 7.12]}, "bbox": [-111.059333, 40.568667, -111.059333, 40.568667]}, {"id": "4856", "type": "Feature", "properties": {"id": "hv61905031", "mag": 2.8, "time": 1505189080390, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.320667, 21.633833, 8.469]}, "bbox": [-157.320667, 21.633833, -157.320667, 21.633833]}, {"id": "4857", "type": "Feature", "properties": {"id": "pr2017255001", "mag": 2.63, "time": 1505188852110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3921, 18.5325, 19.0]}, "bbox": [-67.3921, 18.5325, -67.3921, 18.5325]}, {"id": "4858", "type": "Feature", "properties": {"id": "mb80254839", "mag": 2.17, "time": 1505188197080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530167, 46.8705, 12.49]}, "bbox": [-112.530167, 46.8705, -112.530167, 46.8705]}, {"id": "4859", "type": "Feature", "properties": {"id": "ismpkansas70235033", "mag": 2.06, "time": 1505188185670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.492167, 37.299667, 4.92]}, "bbox": [-97.492167, 37.299667, -97.492167, 37.299667]}, {"id": "4860", "type": "Feature", "properties": {"id": "nc72890766", "mag": 2.21, "time": 1505187928020, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319833, 40.4865, 13.1]}, "bbox": [-122.319833, 40.4865, -122.319833, 40.4865]}, {"id": "4861", "type": "Feature", "properties": {"id": "ci37760735", "mag": 1.81, "time": 1505187547790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.287333, 34.079667, 14.28]}, "bbox": [-117.287333, 34.079667, -117.287333, 34.079667]}, {"id": "4862", "type": "Feature", "properties": {"id": "ak16850702", "mag": 1.3, "time": 1505187086661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8075, 61.2964, 89.4]}, "bbox": [-151.8075, 61.2964, -151.8075, 61.2964]}, {"id": "4863", "type": "Feature", "properties": {"id": "ak16850701", "mag": 1.4, "time": 1505186992230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2832, 60.1725, 0.0]}, "bbox": [-141.2832, 60.1725, -141.2832, 60.1725]}, {"id": "4864", "type": "Feature", "properties": {"id": "mb80254834", "mag": 1.19, "time": 1505186273780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.863667, 13.34]}, "bbox": [-112.528833, 46.863667, -112.528833, 46.863667]}, {"id": "4865", "type": "Feature", "properties": {"id": "ci37760703", "mag": 1.89, "time": 1505185679940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797333, 33.494667, 4.01]}, "bbox": [-116.797333, 33.494667, -116.797333, 33.494667]}, {"id": "4866", "type": "Feature", "properties": {"id": "pr2017255002", "mag": 2.13, "time": 1505185260690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.0131, 19.0945, 24.0]}, "bbox": [-68.0131, 19.0945, -68.0131, 19.0945]}, {"id": "4867", "type": "Feature", "properties": {"id": "nc72890706", "mag": 2.85, "time": 1505184989380, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6055, 4.17]}, "bbox": [-118.821333, 37.6055, -118.821333, 37.6055]}, {"id": "4868", "type": "Feature", "properties": {"id": "nc72890701", "mag": 1.11, "time": 1505184817490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.468667, -0.39]}, "bbox": [-118.821333, 37.468667, -118.821333, 37.468667]}, {"id": "4869", "type": "Feature", "properties": {"id": "nc72890691", "mag": 2.54, "time": 1505184593110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.502, 40.2965, 19.04]}, "bbox": [-124.502, 40.2965, -124.502, 40.2965]}, {"id": "4870", "type": "Feature", "properties": {"id": "ci37760663", "mag": 0.96, "time": 1505184048300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1715, 34.0385, 5.42]}, "bbox": [-117.1715, 34.0385, -117.1715, 34.0385]}, {"id": "4871", "type": "Feature", "properties": {"id": "nc72890681", "mag": 1.03, "time": 1505183875680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.4715, -1.63]}, "bbox": [-118.820667, 37.4715, -118.820667, 37.4715]}, {"id": "4872", "type": "Feature", "properties": {"id": "ak16820879", "mag": 1.6, "time": 1505183679937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3232, 62.0502, 60.9]}, "bbox": [-150.3232, 62.0502, -150.3232, 62.0502]}, {"id": "4873", "type": "Feature", "properties": {"id": "ak16850697", "mag": 1.5, "time": 1505183127519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0397, 60.1249, 106.2]}, "bbox": [-153.0397, 60.1249, -153.0397, 60.1249]}, {"id": "4874", "type": "Feature", "properties": {"id": "pr2017255000", "mag": 3.99, "time": 1505182040830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7961, 18.688, 102.0]}, "bbox": [-68.7961, 18.688, -68.7961, 18.688]}, {"id": "4875", "type": "Feature", "properties": {"id": "us2000akii", "mag": 2.5, "time": 1505181688510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.5935, 6.67]}, "bbox": [-111.445, 42.5935, -111.445, 42.5935]}, {"id": "4876", "type": "Feature", "properties": {"id": "ak16850696", "mag": 1.4, "time": 1505181679899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6734, 59.8319, 93.2]}, "bbox": [-152.6734, 59.8319, -152.6734, 59.8319]}, {"id": "4877", "type": "Feature", "properties": {"id": "ak16820869", "mag": 1.9, "time": 1505181012974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.001, 59.4008, 36.7]}, "bbox": [-151.001, 59.4008, -151.001, 59.4008]}, {"id": "4878", "type": "Feature", "properties": {"id": "ak16820867", "mag": 1.9, "time": 1505180308488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5196, 59.9375, 123.2]}, "bbox": [-153.5196, 59.9375, -153.5196, 59.9375]}, {"id": "4879", "type": "Feature", "properties": {"id": "ak16820865", "mag": 1.6, "time": 1505179834308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8744, 63.0936, 89.7]}, "bbox": [-149.8744, 63.0936, -149.8744, 63.0936]}, {"id": "4880", "type": "Feature", "properties": {"id": "uu60243827", "mag": 1.28, "time": 1505179319200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.53, 3.5]}, "bbox": [-111.414167, 42.53, -111.414167, 42.53]}, {"id": "4881", "type": "Feature", "properties": {"id": "nc72890631", "mag": 0.96, "time": 1505179150280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816, 37.475, 1.48]}, "bbox": [-118.816, 37.475, -118.816, 37.475]}, {"id": "4882", "type": "Feature", "properties": {"id": "ci37760623", "mag": 1.18, "time": 1505178887000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.025, 36.311333, 2.4]}, "bbox": [-118.025, 36.311333, -118.025, 36.311333]}, {"id": "4883", "type": "Feature", "properties": {"id": "nc72890616", "mag": 1.11, "time": 1505178809900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.474167, -0.42]}, "bbox": [-118.820167, 37.474167, -118.820167, 37.474167]}, {"id": "4884", "type": "Feature", "properties": {"id": "us2000akhk", "mag": 5.1, "time": 1505178756750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.097, 15.4421, 48.35]}, "bbox": [-94.097, 15.4421, -94.097, 15.4421]}, {"id": "4885", "type": "Feature", "properties": {"id": "ak16820847", "mag": 1.9, "time": 1505178590464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8044, 60.0035, 75.6]}, "bbox": [-151.8044, 60.0035, -151.8044, 60.0035]}, {"id": "4886", "type": "Feature", "properties": {"id": "nc72890606", "mag": 2.1, "time": 1505178296120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.471, -0.04]}, "bbox": [-118.819667, 37.471, -118.819667, 37.471]}, {"id": "4887", "type": "Feature", "properties": {"id": "us2000akhe", "mag": 4.8, "time": 1505178017830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2744, 15.0853, 44.38]}, "bbox": [-94.2744, 15.0853, -94.2744, 15.0853]}, {"id": "4888", "type": "Feature", "properties": {"id": "us2000akhb", "mag": 2.4, "time": 1505177859710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4236, 42.5422, 5.98]}, "bbox": [-111.4236, 42.5422, -111.4236, 42.5422]}, {"id": "4889", "type": "Feature", "properties": {"id": "ci37760607", "mag": 1.78, "time": 1505177706210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796167, 33.491167, 3.15]}, "bbox": [-116.796167, 33.491167, -116.796167, 33.491167]}, {"id": "4890", "type": "Feature", "properties": {"id": "us2000akh7", "mag": 2.8, "time": 1505177557480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4213, 42.5825, 7.47]}, "bbox": [-111.4213, 42.5825, -111.4213, 42.5825]}, {"id": "4891", "type": "Feature", "properties": {"id": "nc72890576", "mag": 2.34, "time": 1505177324250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.473, 0.51]}, "bbox": [-118.82, 37.473, -118.82, 37.473]}, {"id": "4892", "type": "Feature", "properties": {"id": "hv61904866", "mag": 1.99, "time": 1505176986190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.857, 19.358667, 41.774]}, "bbox": [-154.857, 19.358667, -154.857, 19.358667]}, {"id": "4893", "type": "Feature", "properties": {"id": "ak16820845", "mag": 1.3, "time": 1505176784517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3458, 60.155, 0.0]}, "bbox": [-141.3458, 60.155, -141.3458, 60.155]}, {"id": "4894", "type": "Feature", "properties": {"id": "nc72890561", "mag": 1.42, "time": 1505176270180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8195, 37.4765, -0.54]}, "bbox": [-118.8195, 37.4765, -118.8195, 37.4765]}, {"id": "4895", "type": "Feature", "properties": {"id": "ak16820836", "mag": 2.9, "time": 1505175684396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1737, 62.7988, 8.1]}, "bbox": [-152.1737, 62.7988, -152.1737, 62.7988]}, {"id": "4896", "type": "Feature", "properties": {"id": "uu60243772", "mag": 1.28, "time": 1505175463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.593667, 3.5]}, "bbox": [-111.450167, 42.593667, -111.450167, 42.593667]}, {"id": "4897", "type": "Feature", "properties": {"id": "us2000akgt", "mag": 2.7, "time": 1505175275390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.45, 42.6006, 6.65]}, "bbox": [-111.45, 42.6006, -111.45, 42.6006]}, {"id": "4898", "type": "Feature", "properties": {"id": "us2000akgp", "mag": 3.1, "time": 1505174426060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4619, 42.5922, 9.11]}, "bbox": [-111.4619, 42.5922, -111.4619, 42.5922]}, {"id": "4899", "type": "Feature", "properties": {"id": "us2000amy6", "mag": 3.4, "time": 1505174223950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0579, 52.772, 207.41]}, "bbox": [-173.0579, 52.772, -173.0579, 52.772]}, {"id": "4900", "type": "Feature", "properties": {"id": "us2000amy5", "mag": 3.3, "time": 1505173482210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.0407, 51.8595, 146.7]}, "bbox": [178.0407, 51.8595, 178.0407, 51.8595]}, {"id": "4901", "type": "Feature", "properties": {"id": "ak16820045", "mag": 1.1, "time": 1505171834061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9121, 61.9185, 44.8]}, "bbox": [-149.9121, 61.9185, -149.9121, 61.9185]}, {"id": "4902", "type": "Feature", "properties": {"id": "us2000akg3", "mag": 4.4, "time": 1505171543900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3251, 15.4699, 53.34]}, "bbox": [-94.3251, 15.4699, -94.3251, 15.4699]}, {"id": "4903", "type": "Feature", "properties": {"id": "nc72890511", "mag": 1.3, "time": 1505171391890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012, 37.426833, 3.03]}, "bbox": [-119.012, 37.426833, -119.012, 37.426833]}, {"id": "4904", "type": "Feature", "properties": {"id": "us2000akfs", "mag": 4.2, "time": 1505169617100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6345, 15.6178, 38.83]}, "bbox": [-94.6345, 15.6178, -94.6345, 15.6178]}, {"id": "4905", "type": "Feature", "properties": {"id": "us2000akfr", "mag": 2.8, "time": 1505169599030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4698, 42.6061, 6.0]}, "bbox": [-111.4698, 42.6061, -111.4698, 42.6061]}, {"id": "4906", "type": "Feature", "properties": {"id": "ak16827363", "mag": 2.0, "time": 1505169544066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4581, 51.6497, 9.7]}, "bbox": [-178.4581, 51.6497, -178.4581, 51.6497]}, {"id": "4907", "type": "Feature", "properties": {"id": "ak16819990", "mag": 1.0, "time": 1505169272029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1659, 59.9838, 14.2]}, "bbox": [-140.1659, 59.9838, -140.1659, 59.9838]}, {"id": "4908", "type": "Feature", "properties": {"id": "ak16827361", "mag": 1.5, "time": 1505168696545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2029, 59.1798, 77.3]}, "bbox": [-153.2029, 59.1798, -153.2029, 59.1798]}, {"id": "4909", "type": "Feature", "properties": {"id": "ci37760423", "mag": 1.26, "time": 1505168688630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3355, 32.933, 10.81]}, "bbox": [-116.3355, 32.933, -116.3355, 32.933]}, {"id": "4910", "type": "Feature", "properties": {"id": "us2000akf8", "mag": 5.0, "time": 1505168453040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9567, 15.7603, 48.25]}, "bbox": [-94.9567, 15.7603, -94.9567, 15.7603]}, {"id": "4911", "type": "Feature", "properties": {"id": "ak16819215", "mag": 1.5, "time": 1505167702707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4466, 62.4273, 81.1]}, "bbox": [-151.4466, 62.4273, -151.4466, 62.4273]}, {"id": "4912", "type": "Feature", "properties": {"id": "us2000ar1k", "mag": 4.4, "time": 1505167046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.2966, -4.9444, 49.23]}, "bbox": [152.2966, -4.9444, 152.2966, -4.9444]}, {"id": "4913", "type": "Feature", "properties": {"id": "nc72890491", "mag": 1.11, "time": 1505166863970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.544833, 37.529, 12.8]}, "bbox": [-118.544833, 37.529, -118.544833, 37.529]}, {"id": "4914", "type": "Feature", "properties": {"id": "us2000akeb", "mag": 5.1, "time": 1505166728910, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-178.3593, 51.5235, 54.7]}, "bbox": [-178.3593, 51.5235, -178.3593, 51.5235]}, {"id": "4915", "type": "Feature", "properties": {"id": "ak16819167", "mag": 1.4, "time": 1505166664445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3213, 60.2363, 0.0]}, "bbox": [-141.3213, 60.2363, -141.3213, 60.2363]}, {"id": "4916", "type": "Feature", "properties": {"id": "us2000akdz", "mag": 4.3, "time": 1505166482960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.1669, 15.1965, 62.3]}, "bbox": [-93.1669, 15.1965, -93.1669, 15.1965]}, {"id": "4917", "type": "Feature", "properties": {"id": "us2000akdq", "mag": 2.6, "time": 1505166481930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4105, 42.5306, 6.58]}, "bbox": [-111.4105, 42.5306, -111.4105, 42.5306]}, {"id": "4918", "type": "Feature", "properties": {"id": "ak16827357", "mag": 2.3, "time": 1505165942611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8283, 55.1229, 12.0]}, "bbox": [-156.8283, 55.1229, -156.8283, 55.1229]}, {"id": "4919", "type": "Feature", "properties": {"id": "uw61306477", "mag": 1.21, "time": 1505165549480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1755, 46.198833, 3.06]}, "bbox": [-122.1755, 46.198833, -122.1755, 46.198833]}, {"id": "4920", "type": "Feature", "properties": {"id": "nc72890461", "mag": 2.23, "time": 1505164836450, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.939, 35.641167, 4.35]}, "bbox": [-120.939, 35.641167, -120.939, 35.641167]}, {"id": "4921", "type": "Feature", "properties": {"id": "us2000ayll", "mag": 4.1, "time": 1505164739710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6724, 15.4385, 31.22]}, "bbox": [-94.6724, 15.4385, -94.6724, 15.4385]}, {"id": "4922", "type": "Feature", "properties": {"id": "ci37760359", "mag": 2.29, "time": 1505164180230, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.940167, 35.427833, 21.14]}, "bbox": [-118.940167, 35.427833, -118.940167, 35.427833]}, {"id": "4923", "type": "Feature", "properties": {"id": "us2000akcq", "mag": 5.5, "time": 1505164150350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0139, 14.9074, 27.0]}, "bbox": [-94.0139, 14.9074, -94.0139, 14.9074]}, {"id": "4924", "type": "Feature", "properties": {"id": "us2000akch", "mag": 2.4, "time": 1505164053450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4202, 42.5566, 9.0]}, "bbox": [-111.4202, 42.5566, -111.4202, 42.5566]}, {"id": "4925", "type": "Feature", "properties": {"id": "ak16827356", "mag": 1.9, "time": 1505163754769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4142, 51.8321, 32.9]}, "bbox": [-173.4142, 51.8321, -173.4142, 51.8321]}, {"id": "4926", "type": "Feature", "properties": {"id": "ci37760351", "mag": 1.47, "time": 1505163661880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9785, 32.6095, -0.36]}, "bbox": [-116.9785, 32.6095, -116.9785, 32.6095]}, {"id": "4927", "type": "Feature", "properties": {"id": "ak16827355", "mag": 1.0, "time": 1505163537708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7591, 65.4356, 0.0]}, "bbox": [-144.7591, 65.4356, -144.7591, 65.4356]}, {"id": "4928", "type": "Feature", "properties": {"id": "nn00604742", "mag": 1.3, "time": 1505163193915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9149, 38.3846, 5.4]}, "bbox": [-118.9149, 38.3846, -118.9149, 38.3846]}, {"id": "4929", "type": "Feature", "properties": {"id": "us2000akbz", "mag": 4.1, "time": 1505162450200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.477, 52.2896, 65.69]}, "bbox": [-173.477, 52.2896, -173.477, 52.2896]}, {"id": "4930", "type": "Feature", "properties": {"id": "mb80254709", "mag": 1.54, "time": 1505162126870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.327667, 46.1355, 6.01]}, "bbox": [-110.327667, 46.1355, -110.327667, 46.1355]}, {"id": "4931", "type": "Feature", "properties": {"id": "ak16818311", "mag": 2.4, "time": 1505162030333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0, 53.2916, 13.0]}, "bbox": [-167.0, 53.2916, -167.0, 53.2916]}, {"id": "4932", "type": "Feature", "properties": {"id": "ak16818304", "mag": 2.2, "time": 1505161796041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.8204, 65.319, 3.3]}, "bbox": [-167.8204, 65.319, -167.8204, 65.319]}, {"id": "4933", "type": "Feature", "properties": {"id": "ak16818297", "mag": 2.0, "time": 1505161193751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8659, 62.8899, 99.8]}, "bbox": [-150.8659, 62.8899, -150.8659, 62.8899]}, {"id": "4934", "type": "Feature", "properties": {"id": "ak16818278", "mag": 3.2, "time": 1505160763887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.115, 63.145, 108.2]}, "bbox": [-150.115, 63.145, -150.115, 63.145]}, {"id": "4935", "type": "Feature", "properties": {"id": "mb80254694", "mag": 1.38, "time": 1505160716790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540833, 46.904833, 11.87]}, "bbox": [-112.540833, 46.904833, -112.540833, 46.904833]}, {"id": "4936", "type": "Feature", "properties": {"id": "us2000akaa", "mag": 2.5, "time": 1505159932140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4306, 42.5727, 7.14]}, "bbox": [-111.4306, 42.5727, -111.4306, 42.5727]}, {"id": "4937", "type": "Feature", "properties": {"id": "mb80254684", "mag": 1.16, "time": 1505159186030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.8675, 11.01]}, "bbox": [-112.524833, 46.8675, -112.524833, 46.8675]}, {"id": "4938", "type": "Feature", "properties": {"id": "ak16827348", "mag": 1.2, "time": 1505158596706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2022, 60.4231, 48.9]}, "bbox": [-151.2022, 60.4231, -151.2022, 60.4231]}, {"id": "4939", "type": "Feature", "properties": {"id": "ak16817479", "mag": 2.9, "time": 1505158124591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5505, 65.8017, 12.5]}, "bbox": [-148.5505, 65.8017, -148.5505, 65.8017]}, {"id": "4940", "type": "Feature", "properties": {"id": "ak16817476", "mag": 3.0, "time": 1505158119494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2439, 66.0161, 16.1]}, "bbox": [-148.2439, 66.0161, -148.2439, 66.0161]}, {"id": "4941", "type": "Feature", "properties": {"id": "nn00604719", "mag": 1.3, "time": 1505157785095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8838, 38.8119, 4.7]}, "bbox": [-118.8838, 38.8119, -118.8838, 38.8119]}, {"id": "4942", "type": "Feature", "properties": {"id": "nc72890441", "mag": 1.74, "time": 1505157705880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.7915, 3.48]}, "bbox": [-122.778, 38.7915, -122.778, 38.7915]}, {"id": "4943", "type": "Feature", "properties": {"id": "us2000ak9n", "mag": 3.0, "time": 1505157604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.471, 42.609, 7.61]}, "bbox": [-111.471, 42.609, -111.471, 42.609]}, {"id": "4944", "type": "Feature", "properties": {"id": "ak16817472", "mag": 1.1, "time": 1505156621773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3067, 62.9071, 5.6]}, "bbox": [-151.3067, 62.9071, -151.3067, 62.9071]}, {"id": "4945", "type": "Feature", "properties": {"id": "ak16827345", "mag": 1.6, "time": 1505156304521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3368, 59.849, 84.9]}, "bbox": [-152.3368, 59.849, -152.3368, 59.849]}, {"id": "4946", "type": "Feature", "properties": {"id": "ak16816710", "mag": 1.0, "time": 1505155839711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7252, 63.4914, 1.9]}, "bbox": [-147.7252, 63.4914, -147.7252, 63.4914]}, {"id": "4947", "type": "Feature", "properties": {"id": "ak16827343", "mag": 1.6, "time": 1505155190108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9414, 58.9343, 71.6]}, "bbox": [-151.9414, 58.9343, -151.9414, 58.9343]}, {"id": "4948", "type": "Feature", "properties": {"id": "uu60243377", "mag": 2.04, "time": 1505154917000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.524333, 7.67]}, "bbox": [-111.423167, 42.524333, -111.423167, 42.524333]}, {"id": "4949", "type": "Feature", "properties": {"id": "us2000ak8v", "mag": 4.8, "time": 1505154337990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9192, 10.9561, 35.0]}, "bbox": [125.9192, 10.9561, 125.9192, 10.9561]}, {"id": "4950", "type": "Feature", "properties": {"id": "ak16827342", "mag": 1.4, "time": 1505154205074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0563, 59.7893, 104.3]}, "bbox": [-153.0563, 59.7893, -153.0563, 59.7893]}, {"id": "4951", "type": "Feature", "properties": {"id": "us2000akih", "mag": 3.5, "time": 1505153371450, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-8.5745, 37.1247, 19.99]}, "bbox": [-8.5745, 37.1247, -8.5745, 37.1247]}, {"id": "4952", "type": "Feature", "properties": {"id": "ak16816675", "mag": 2.0, "time": 1505153241938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1793, 60.2771, 148.8]}, "bbox": [-153.1793, 60.2771, -153.1793, 60.2771]}, {"id": "4953", "type": "Feature", "properties": {"id": "nn00604702", "mag": 1.1, "time": 1505152546779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 38.8318, 9.7]}, "bbox": [-118.8175, 38.8318, -118.8175, 38.8318]}, {"id": "4954", "type": "Feature", "properties": {"id": "nc72890416", "mag": 1.57, "time": 1505151412520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474, -0.34]}, "bbox": [-118.8205, 37.474, -118.8205, 37.474]}, {"id": "4955", "type": "Feature", "properties": {"id": "us2000ak7u", "mag": 5.7, "time": 1505151309620, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.3373, 23.9529, 35.0]}, "bbox": [142.3373, 23.9529, 142.3373, 23.9529]}, {"id": "4956", "type": "Feature", "properties": {"id": "us2000ak7m", "mag": 2.5, "time": 1505151089130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5401, 6.8]}, "bbox": [-111.4259, 42.5401, -111.4259, 42.5401]}, {"id": "4957", "type": "Feature", "properties": {"id": "mb80254649", "mag": 1.0, "time": 1505150945110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515833, 46.859, 13.54]}, "bbox": [-112.515833, 46.859, -112.515833, 46.859]}, {"id": "4958", "type": "Feature", "properties": {"id": "ak16815885", "mag": 1.4, "time": 1505150387657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8119, 60.5833, 13.5]}, "bbox": [-150.8119, 60.5833, -150.8119, 60.5833]}, {"id": "4959", "type": "Feature", "properties": {"id": "ci37760231", "mag": 1.15, "time": 1505150078250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.339833, 33.717167, -0.52]}, "bbox": [-117.339833, 33.717167, -117.339833, 33.717167]}, {"id": "4960", "type": "Feature", "properties": {"id": "us2000ar17", "mag": 4.5, "time": 1505148873550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.1014, -58.1449, 29.22]}, "bbox": [-27.1014, -58.1449, -27.1014, -58.1449]}, {"id": "4961", "type": "Feature", "properties": {"id": "us2000ar14", "mag": 4.7, "time": 1505148316830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7999, 10.8571, 10.0]}, "bbox": [141.7999, 10.8571, 141.7999, 10.8571]}, {"id": "4962", "type": "Feature", "properties": {"id": "us2000ak6r", "mag": 4.4, "time": 1505148294180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [93.763, 11.1912, 135.46]}, "bbox": [93.763, 11.1912, 93.763, 11.1912]}, {"id": "4963", "type": "Feature", "properties": {"id": "us2000ar16", "mag": 4.3, "time": 1505147708500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.5216, 28.9426, 37.11]}, "bbox": [105.5216, 28.9426, 105.5216, 28.9426]}, {"id": "4964", "type": "Feature", "properties": {"id": "us2000ak65", "mag": 5.0, "time": 1505146815920, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [21.5733, 39.2104, 10.0]}, "bbox": [21.5733, 39.2104, 21.5733, 39.2104]}, {"id": "4965", "type": "Feature", "properties": {"id": "uu60012999", "mag": 2.37, "time": 1505146629690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.425833, 42.545833, 6.7]}, "bbox": [-111.425833, 42.545833, -111.425833, 42.545833]}, {"id": "4966", "type": "Feature", "properties": {"id": "us2000ak62", "mag": 3.2, "time": 1505146591940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5774, 8.61]}, "bbox": [-111.4221, 42.5774, -111.4221, 42.5774]}, {"id": "4967", "type": "Feature", "properties": {"id": "ci37760191", "mag": 1.27, "time": 1505146302070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.870333, 36.5125, 7.71]}, "bbox": [-117.870333, 36.5125, -117.870333, 36.5125]}, {"id": "4968", "type": "Feature", "properties": {"id": "us2000ar11", "mag": 4.2, "time": 1505146234900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.8301, -18.5966, 222.96]}, "bbox": [169.8301, -18.5966, 169.8301, -18.5966]}, {"id": "4969", "type": "Feature", "properties": {"id": "ci37760183", "mag": 1.04, "time": 1505146087980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.721333, 33.538833, 2.61]}, "bbox": [-116.721333, 33.538833, -116.721333, 33.538833]}, {"id": "4970", "type": "Feature", "properties": {"id": "us2000ak5l", "mag": 4.4, "time": 1505145120270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9232, 15.0128, 54.55]}, "bbox": [-93.9232, 15.0128, -93.9232, 15.0128]}, {"id": "4971", "type": "Feature", "properties": {"id": "ak16827338", "mag": 1.8, "time": 1505144756285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3358, 57.9354, 144.8]}, "bbox": [-156.3358, 57.9354, -156.3358, 57.9354]}, {"id": "4972", "type": "Feature", "properties": {"id": "us2000ak5f", "mag": 4.3, "time": 1505144492050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0414, 15.1729, 45.88]}, "bbox": [-94.0414, 15.1729, -94.0414, 15.1729]}, {"id": "4973", "type": "Feature", "properties": {"id": "ak16815056", "mag": 1.9, "time": 1505144205558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6743, 59.7685, 0.0]}, "bbox": [-136.6743, 59.7685, -136.6743, 59.7685]}, {"id": "4974", "type": "Feature", "properties": {"id": "us2000ak58", "mag": 3.1, "time": 1505144033150, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4647, 42.6086, 4.31]}, "bbox": [-111.4647, 42.6086, -111.4647, 42.6086]}, {"id": "4975", "type": "Feature", "properties": {"id": "uu60243162", "mag": 1.47, "time": 1505143989150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.462833, 42.578167, 3.5]}, "bbox": [-111.462833, 42.578167, -111.462833, 42.578167]}, {"id": "4976", "type": "Feature", "properties": {"id": "ak16815038", "mag": 1.9, "time": 1505143851904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7738, 62.154, 53.3]}, "bbox": [-149.7738, 62.154, -149.7738, 62.154]}, {"id": "4977", "type": "Feature", "properties": {"id": "ak16815036", "mag": 1.9, "time": 1505143815664, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0859, 60.2049, 139.0]}, "bbox": [-153.0859, 60.2049, -153.0859, 60.2049]}, {"id": "4978", "type": "Feature", "properties": {"id": "us2000ak57", "mag": 4.8, "time": 1505143793430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1802, 54.2242, 10.0]}, "bbox": [169.1802, 54.2242, 169.1802, 54.2242]}, {"id": "4979", "type": "Feature", "properties": {"id": "us2000ak55", "mag": 4.3, "time": 1505143224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6506, -2.821, 10.0]}, "bbox": [146.6506, -2.821, 146.6506, -2.821]}, {"id": "4980", "type": "Feature", "properties": {"id": "us2000ak4j", "mag": 3.0, "time": 1505142692750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4148, 42.5413, 9.05]}, "bbox": [-111.4148, 42.5413, -111.4148, 42.5413]}, {"id": "4981", "type": "Feature", "properties": {"id": "us2000ak4f", "mag": 4.4, "time": 1505142409640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0513, 14.8747, 44.09]}, "bbox": [-94.0513, 14.8747, -94.0513, 14.8747]}, {"id": "4982", "type": "Feature", "properties": {"id": "us2000ak40", "mag": 5.0, "time": 1505141758490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3653, 15.3524, 32.65]}, "bbox": [-94.3653, 15.3524, -94.3653, 15.3524]}, {"id": "4983", "type": "Feature", "properties": {"id": "us2000ar1h", "mag": 4.9, "time": 1505141691760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0928, -23.8876, 37.16]}, "bbox": [-176.0928, -23.8876, -176.0928, -23.8876]}, {"id": "4984", "type": "Feature", "properties": {"id": "us2000ak3s", "mag": 4.2, "time": 1505141169530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7122, 15.3112, 28.67]}, "bbox": [-94.7122, 15.3112, -94.7122, 15.3112]}, {"id": "4985", "type": "Feature", "properties": {"id": "mb80254604", "mag": 1.16, "time": 1505141014400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532333, 46.8915, 13.58]}, "bbox": [-112.532333, 46.8915, -112.532333, 46.8915]}, {"id": "4986", "type": "Feature", "properties": {"id": "nc72890356", "mag": 0.96, "time": 1505141002070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.845001, -0.69]}, "bbox": [-122.819168, 38.845001, -122.819168, 38.845001]}, {"id": "4987", "type": "Feature", "properties": {"id": "ak16814255", "mag": 2.0, "time": 1505140885717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2937, 51.4307, 40.1]}, "bbox": [-178.2937, 51.4307, -178.2937, 51.4307]}, {"id": "4988", "type": "Feature", "properties": {"id": "uw61306377", "mag": 1.82, "time": 1505140831500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.526167, 45.054, 14.59]}, "bbox": [-122.526167, 45.054, -122.526167, 45.054]}, {"id": "4989", "type": "Feature", "properties": {"id": "us2000ak3q", "mag": 4.2, "time": 1505140745590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4233, 15.4024, 50.36]}, "bbox": [-94.4233, 15.4024, -94.4233, 15.4024]}, {"id": "4990", "type": "Feature", "properties": {"id": "ci37760143", "mag": 1.15, "time": 1505140731290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.260667, 32.865667, 12.62]}, "bbox": [-116.260667, 32.865667, -116.260667, 32.865667]}, {"id": "4991", "type": "Feature", "properties": {"id": "nc72890351", "mag": 1.47, "time": 1505140721900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.98, 37.905667, 7.94]}, "bbox": [-121.98, 37.905667, -121.98, 37.905667]}, {"id": "4992", "type": "Feature", "properties": {"id": "pr2017254001", "mag": 1.99, "time": 1505140527660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1661, 18.2745, 22.0]}, "bbox": [-67.1661, 18.2745, -67.1661, 18.2745]}, {"id": "4993", "type": "Feature", "properties": {"id": "us2000ak3b", "mag": 2.7, "time": 1505140375620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4329, 42.6048, 10.74]}, "bbox": [-111.4329, 42.6048, -111.4329, 42.6048]}, {"id": "4994", "type": "Feature", "properties": {"id": "uu60243057", "mag": 2.26, "time": 1505140157270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.570833, 6.17]}, "bbox": [-111.440667, 42.570833, -111.440667, 42.570833]}, {"id": "4995", "type": "Feature", "properties": {"id": "us2000ak35", "mag": 2.8, "time": 1505139740960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4268, 42.5293, 6.86]}, "bbox": [-111.4268, 42.5293, -111.4268, 42.5293]}, {"id": "4996", "type": "Feature", "properties": {"id": "us2000ar1f", "mag": 4.4, "time": 1505139719640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.2097, 57.3966, 10.0]}, "bbox": [-33.2097, 57.3966, -33.2097, 57.3966]}, {"id": "4997", "type": "Feature", "properties": {"id": "us2000ak30", "mag": 2.8, "time": 1505139413770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4261, 42.5344, 6.18]}, "bbox": [-111.4261, 42.5344, -111.4261, 42.5344]}, {"id": "4998", "type": "Feature", "properties": {"id": "us2000ak2x", "mag": 2.8, "time": 1505139156090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4192, 42.5317, 7.87]}, "bbox": [-111.4192, 42.5317, -111.4192, 42.5317]}, {"id": "4999", "type": "Feature", "properties": {"id": "nc72890336", "mag": 1.18, "time": 1505138783780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788833, 37.4565, 7.82]}, "bbox": [-121.788833, 37.4565, -121.788833, 37.4565]}, {"id": "5000", "type": "Feature", "properties": {"id": "us2000ak5e", "mag": 3.4, "time": 1505138730330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4143, 42.5438, 7.19]}, "bbox": [-111.4143, 42.5438, -111.4143, 42.5438]}, {"id": "5001", "type": "Feature", "properties": {"id": "us2000ak2i", "mag": 2.7, "time": 1505138706230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4164, 42.5288, 7.13]}, "bbox": [-111.4164, 42.5288, -111.4164, 42.5288]}, {"id": "5002", "type": "Feature", "properties": {"id": "us2000ak2w", "mag": 4.2, "time": 1505138643370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.2941, 49.241, 567.61]}, "bbox": [147.2941, 49.241, 147.2941, 49.241]}, {"id": "5003", "type": "Feature", "properties": {"id": "ak16813499", "mag": 2.0, "time": 1505138537316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7415, 61.4216, 18.8]}, "bbox": [-146.7415, 61.4216, -146.7415, 61.4216]}, {"id": "5004", "type": "Feature", "properties": {"id": "us2000ak25", "mag": 2.7, "time": 1505138348200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5325, 7.14]}, "bbox": [-111.4259, 42.5325, -111.4259, 42.5325]}, {"id": "5005", "type": "Feature", "properties": {"id": "us2000ar0y", "mag": 4.6, "time": 1505138171510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.9326, 17.4028, 10.0]}, "bbox": [95.9326, 17.4028, 95.9326, 17.4028]}, {"id": "5006", "type": "Feature", "properties": {"id": "ak16813481", "mag": 1.9, "time": 1505137989499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3857, 59.1724, 56.6]}, "bbox": [-152.3857, 59.1724, -152.3857, 59.1724]}, {"id": "5007", "type": "Feature", "properties": {"id": "us2000ak1y", "mag": 2.6, "time": 1505137521110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5419, 8.21]}, "bbox": [-111.4339, 42.5419, -111.4339, 42.5419]}, {"id": "5008", "type": "Feature", "properties": {"id": "us2000ak1r", "mag": 2.9, "time": 1505137114700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5456, 6.59]}, "bbox": [-111.4362, 42.5456, -111.4362, 42.5456]}, {"id": "5009", "type": "Feature", "properties": {"id": "us2000ak1m", "mag": 3.0, "time": 1505136985250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4366, 42.5476, 10.03]}, "bbox": [-111.4366, 42.5476, -111.4366, 42.5476]}, {"id": "5010", "type": "Feature", "properties": {"id": "us2000ar0x", "mag": 4.6, "time": 1505136879610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.6908, 22.421, 111.87]}, "bbox": [94.6908, 22.421, 94.6908, 22.421]}, {"id": "5011", "type": "Feature", "properties": {"id": "ak16813475", "mag": 2.1, "time": 1505136538402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5913, 51.4481, 48.1]}, "bbox": [-175.5913, 51.4481, -175.5913, 51.4481]}, {"id": "5012", "type": "Feature", "properties": {"id": "us2000ak17", "mag": 4.7, "time": 1505136395640, "felt": 63.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4397, 42.547, 8.42]}, "bbox": [-111.4397, 42.547, -111.4397, 42.547]}, {"id": "5013", "type": "Feature", "properties": {"id": "us2000ar13", "mag": 4.3, "time": 1505136238290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.0316, -19.7635, 35.0]}, "bbox": [-174.0316, -19.7635, -174.0316, -19.7635]}, {"id": "5014", "type": "Feature", "properties": {"id": "ci37760103", "mag": 1.09, "time": 1505136097380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.087333, 5.54]}, "bbox": [-118.293, 35.087333, -118.293, 35.087333]}, {"id": "5015", "type": "Feature", "properties": {"id": "ak16812727", "mag": 2.6, "time": 1505135732771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9083, 64.6086, 14.0]}, "bbox": [-147.9083, 64.6086, -147.9083, 64.6086]}, {"id": "5016", "type": "Feature", "properties": {"id": "ak16812725", "mag": 1.1, "time": 1505135440719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9809, 60.2846, 15.6]}, "bbox": [-142.9809, 60.2846, -142.9809, 60.2846]}, {"id": "5017", "type": "Feature", "properties": {"id": "ak16812722", "mag": 1.3, "time": 1505135255673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2227, 61.5128, 2.0]}, "bbox": [-151.2227, 61.5128, -151.2227, 61.5128]}, {"id": "5018", "type": "Feature", "properties": {"id": "nn00604646", "mag": 1.4, "time": 1505134420760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0108, 37.3174, 5.6]}, "bbox": [-115.0108, 37.3174, -115.0108, 37.3174]}, {"id": "5019", "type": "Feature", "properties": {"id": "nc72890261", "mag": 1.53, "time": 1505134375000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944, 37.596667, 2.35]}, "bbox": [-118.944, 37.596667, -118.944, 37.596667]}, {"id": "5020", "type": "Feature", "properties": {"id": "ak16812712", "mag": 1.2, "time": 1505134108855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0572, 63.3368, 5.2]}, "bbox": [-152.0572, 63.3368, -152.0572, 63.3368]}, {"id": "5021", "type": "Feature", "properties": {"id": "nc72890256", "mag": 2.28, "time": 1505133958310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804, 37.487667, 2.35]}, "bbox": [-118.804, 37.487667, -118.804, 37.487667]}, {"id": "5022", "type": "Feature", "properties": {"id": "ak16827325", "mag": 1.0, "time": 1505133922020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6291, 68.5279, 7.8]}, "bbox": [-146.6291, 68.5279, -146.6291, 68.5279]}, {"id": "5023", "type": "Feature", "properties": {"id": "ak16827324", "mag": 2.0, "time": 1505133892582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5495, 51.3476, 48.9]}, "bbox": [179.5495, 51.3476, 179.5495, 51.3476]}, {"id": "5024", "type": "Feature", "properties": {"id": "us2000ak0e", "mag": 2.5, "time": 1505133857280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4384, 42.5522, 4.67]}, "bbox": [-111.4384, 42.5522, -111.4384, 42.5522]}, {"id": "5025", "type": "Feature", "properties": {"id": "uu60242837", "mag": 1.53, "time": 1505133790240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.5545, 3.92]}, "bbox": [-111.424667, 42.5545, -111.424667, 42.5545]}, {"id": "5026", "type": "Feature", "properties": {"id": "hv61904231", "mag": 1.21, "time": 1505133342610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6145, 19.417333, 2.362]}, "bbox": [-155.6145, 19.417333, -155.6145, 19.417333]}, {"id": "5027", "type": "Feature", "properties": {"id": "us2000ak05", "mag": 4.1, "time": 1505133270220, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4421, 42.5481, 9.98]}, "bbox": [-111.4421, 42.5481, -111.4421, 42.5481]}, {"id": "5028", "type": "Feature", "properties": {"id": "us2000ak03", "mag": 2.7, "time": 1505133174850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5648, 8.56]}, "bbox": [-111.4364, 42.5648, -111.4364, 42.5648]}, {"id": "5029", "type": "Feature", "properties": {"id": "ak16812710", "mag": 1.0, "time": 1505133166684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8559, 62.6857, 65.3]}, "bbox": [-149.8559, 62.6857, -149.8559, 62.6857]}, {"id": "5030", "type": "Feature", "properties": {"id": "us2000ar0u", "mag": 4.2, "time": 1505133047670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1594, -25.8043, 396.76]}, "bbox": [-179.1594, -25.8043, -179.1594, -25.8043]}, {"id": "5031", "type": "Feature", "properties": {"id": "nn00604676", "mag": 1.2, "time": 1505132161656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9061, 38.3603, 6.9]}, "bbox": [-118.9061, 38.3603, -118.9061, 38.3603]}, {"id": "5032", "type": "Feature", "properties": {"id": "ak16811973", "mag": 1.1, "time": 1505132086727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8547, 61.7247, 43.6]}, "bbox": [-148.8547, 61.7247, -148.8547, 61.7247]}, {"id": "5033", "type": "Feature", "properties": {"id": "ak16811972", "mag": 1.5, "time": 1505132009437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3277, 62.9497, 102.8]}, "bbox": [-151.3277, 62.9497, -151.3277, 62.9497]}, {"id": "5034", "type": "Feature", "properties": {"id": "us2000ajzy", "mag": 2.5, "time": 1505131814160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6131, 6.65]}, "bbox": [-111.4451, 42.6131, -111.4451, 42.6131]}, {"id": "5035", "type": "Feature", "properties": {"id": "mb80254459", "mag": 2.11, "time": 1505131462070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.591167, 48.595333, 11.25]}, "bbox": [-114.591167, 48.595333, -114.591167, 48.595333]}, {"id": "5036", "type": "Feature", "properties": {"id": "ak16811969", "mag": 1.3, "time": 1505131136327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0317, 60.2939, 13.2]}, "bbox": [-143.0317, 60.2939, -143.0317, 60.2939]}, {"id": "5037", "type": "Feature", "properties": {"id": "ci37760055", "mag": 1.58, "time": 1505130502980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1345, 33.263, 3.81]}, "bbox": [-116.1345, 33.263, -116.1345, 33.263]}, {"id": "5038", "type": "Feature", "properties": {"id": "us2000ajzq", "mag": 3.0, "time": 1505130391090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5733, 9.58]}, "bbox": [-111.4364, 42.5733, -111.4364, 42.5733]}, {"id": "5039", "type": "Feature", "properties": {"id": "ak16811954", "mag": 3.1, "time": 1505130323357, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1197, 60.1444, 17.1]}, "bbox": [-147.1197, 60.1444, -147.1197, 60.1444]}, {"id": "5040", "type": "Feature", "properties": {"id": "us2000ar0t", "mag": 4.0, "time": 1505129120720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0508, -16.1442, 368.85]}, "bbox": [-176.0508, -16.1442, -176.0508, -16.1442]}, {"id": "5041", "type": "Feature", "properties": {"id": "us2000ajzk", "mag": 4.5, "time": 1505129105150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1346, -37.5234, 25.58]}, "bbox": [-74.1346, -37.5234, -74.1346, -37.5234]}, {"id": "5042", "type": "Feature", "properties": {"id": "nc72890236", "mag": 2.17, "time": 1505128675290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.459167, 1.9]}, "bbox": [-118.822, 37.459167, -118.822, 37.459167]}, {"id": "5043", "type": "Feature", "properties": {"id": "ak16827315", "mag": 2.3, "time": 1505128561623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8371, 52.7853, 7.1]}, "bbox": [-163.8371, 52.7853, -163.8371, 52.7853]}, {"id": "5044", "type": "Feature", "properties": {"id": "ak16811944", "mag": 1.3, "time": 1505128093436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0565, 64.7051, 17.4]}, "bbox": [-149.0565, 64.7051, -149.0565, 64.7051]}, {"id": "5045", "type": "Feature", "properties": {"id": "ak16811204", "mag": 1.3, "time": 1505127768013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9834, 54.7566, 4.6]}, "bbox": [-163.9834, 54.7566, -163.9834, 54.7566]}, {"id": "5046", "type": "Feature", "properties": {"id": "hv61904116", "mag": 2.16, "time": 1505127753700, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28183, 19.407, 0.02]}, "bbox": [-155.28183, 19.407, -155.28183, 19.407]}, {"id": "5047", "type": "Feature", "properties": {"id": "ci37760031", "mag": 2.03, "time": 1505127492210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.712, 33.879333, 13.03]}, "bbox": [-118.712, 33.879333, -118.712, 33.879333]}, {"id": "5048", "type": "Feature", "properties": {"id": "ak16827311", "mag": 1.5, "time": 1505127421795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.853, 59.6229, 96.0]}, "bbox": [-152.853, 59.6229, -152.853, 59.6229]}, {"id": "5049", "type": "Feature", "properties": {"id": "ak16811203", "mag": 1.3, "time": 1505127015264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6217, 68.5348, 1.0]}, "bbox": [-146.6217, 68.5348, -146.6217, 68.5348]}, {"id": "5050", "type": "Feature", "properties": {"id": "ak16811201", "mag": 1.5, "time": 1505126914844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1251, 64.9961, 18.4]}, "bbox": [-152.1251, 64.9961, -152.1251, 64.9961]}, {"id": "5051", "type": "Feature", "properties": {"id": "ak16811199", "mag": 1.6, "time": 1505125956806, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5218, 65.7316, 2.7]}, "bbox": [-164.5218, 65.7316, -164.5218, 65.7316]}, {"id": "5052", "type": "Feature", "properties": {"id": "ak16811198", "mag": 1.6, "time": 1505125657616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3884, 53.8156, 54.1]}, "bbox": [-165.3884, 53.8156, -165.3884, 53.8156]}, {"id": "5053", "type": "Feature", "properties": {"id": "nc72890226", "mag": 1.01, "time": 1505125359080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753998, 38.790165, 3.35]}, "bbox": [-122.753998, 38.790165, -122.753998, 38.790165]}, {"id": "5054", "type": "Feature", "properties": {"id": "ci37760023", "mag": 1.32, "time": 1505125346420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.25, 34.0295, 14.73]}, "bbox": [-117.25, 34.0295, -117.25, 34.0295]}, {"id": "5055", "type": "Feature", "properties": {"id": "ci37760015", "mag": 1.79, "time": 1505125221750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.210667, 33.964, 14.98]}, "bbox": [-117.210667, 33.964, -117.210667, 33.964]}, {"id": "5056", "type": "Feature", "properties": {"id": "ak16811192", "mag": 1.6, "time": 1505124596279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4191, 53.5639, 6.6]}, "bbox": [-167.4191, 53.5639, -167.4191, 53.5639]}, {"id": "5057", "type": "Feature", "properties": {"id": "us2000ajy4", "mag": 3.0, "time": 1505124017240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4438, 42.5496, 7.43]}, "bbox": [-111.4438, 42.5496, -111.4438, 42.5496]}, {"id": "5058", "type": "Feature", "properties": {"id": "ak16811190", "mag": 1.5, "time": 1505123878146, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2865, 60.4132, 89.8]}, "bbox": [-152.2865, 60.4132, -152.2865, 60.4132]}, {"id": "5059", "type": "Feature", "properties": {"id": "ak16811188", "mag": 1.0, "time": 1505123692728, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3358, 61.5763, 29.1]}, "bbox": [-146.3358, 61.5763, -146.3358, 61.5763]}, {"id": "5060", "type": "Feature", "properties": {"id": "nc72890206", "mag": 0.98, "time": 1505123643110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.747167, 37.409167, 5.32]}, "bbox": [-121.747167, 37.409167, -121.747167, 37.409167]}, {"id": "5061", "type": "Feature", "properties": {"id": "ak16811186", "mag": 1.6, "time": 1505123476693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8224, 59.7877, 2.4]}, "bbox": [-136.8224, 59.7877, -136.8224, 59.7877]}, {"id": "5062", "type": "Feature", "properties": {"id": "us2000ajxv", "mag": 2.9, "time": 1505123164250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4237, 42.5673, 7.37]}, "bbox": [-111.4237, 42.5673, -111.4237, 42.5673]}, {"id": "5063", "type": "Feature", "properties": {"id": "us2000ajxj", "mag": 4.3, "time": 1505122591560, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5544, 2.24]}, "bbox": [-111.4287, 42.5544, -111.4287, 42.5544]}, {"id": "5064", "type": "Feature", "properties": {"id": "uu60242567", "mag": 2.2, "time": 1505122522080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4315, 42.546167, 6.37]}, "bbox": [-111.4315, 42.546167, -111.4315, 42.546167]}, {"id": "5065", "type": "Feature", "properties": {"id": "ci37759983", "mag": 1.63, "time": 1505121892310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.268167, 34.059667, 16.34]}, "bbox": [-117.268167, 34.059667, -117.268167, 34.059667]}, {"id": "5066", "type": "Feature", "properties": {"id": "ak16810446", "mag": 2.6, "time": 1505121756650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4598, 60.9205, 10.0]}, "bbox": [-147.4598, 60.9205, -147.4598, 60.9205]}, {"id": "5067", "type": "Feature", "properties": {"id": "ak16810443", "mag": 1.2, "time": 1505121065274, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.565, 68.8276, 0.5]}, "bbox": [-143.565, 68.8276, -143.565, 68.8276]}, {"id": "5068", "type": "Feature", "properties": {"id": "ci37759967", "mag": 1.22, "time": 1505119075410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.577833, 33.463, 8.81]}, "bbox": [-116.577833, 33.463, -116.577833, 33.463]}, {"id": "5069", "type": "Feature", "properties": {"id": "uw61306317", "mag": 1.48, "time": 1505118779800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.494333, 48.421333, 23.39]}, "bbox": [-122.494333, 48.421333, -122.494333, 48.421333]}, {"id": "5070", "type": "Feature", "properties": {"id": "uu60242517", "mag": 2.59, "time": 1505118734680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-109.851333, 41.686167, 9.37]}, "bbox": [-109.851333, 41.686167, -109.851333, 41.686167]}, {"id": "5071", "type": "Feature", "properties": {"id": "pr2017254000", "mag": 3.41, "time": 1505118382390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9758, 19.4726, 83.0]}, "bbox": [-67.9758, 19.4726, -67.9758, 19.4726]}, {"id": "5072", "type": "Feature", "properties": {"id": "ak16809713", "mag": 1.0, "time": 1505117722024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6659, 62.2481, 21.1]}, "bbox": [-145.6659, 62.2481, -145.6659, 62.2481]}, {"id": "5073", "type": "Feature", "properties": {"id": "ak16809711", "mag": 3.4, "time": 1505116920134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.5449, 52.5632, 40.2]}, "bbox": [-169.5449, 52.5632, -169.5449, 52.5632]}, {"id": "5074", "type": "Feature", "properties": {"id": "us2000ajwn", "mag": 4.4, "time": 1505116663270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9806, 15.3004, 56.84]}, "bbox": [-93.9806, 15.3004, -93.9806, 15.3004]}, {"id": "5075", "type": "Feature", "properties": {"id": "ci37759959", "mag": 1.14, "time": 1505116447350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2325, 33.327833, 10.93]}, "bbox": [-116.2325, 33.327833, -116.2325, 33.327833]}, {"id": "5076", "type": "Feature", "properties": {"id": "us2000ajwc", "mag": 2.7, "time": 1505116217360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6238, 8.02]}, "bbox": [-111.4585, 42.6238, -111.4585, 42.6238]}, {"id": "5077", "type": "Feature", "properties": {"id": "uu60242452", "mag": 1.42, "time": 1505115184130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4215, 42.555167, 8.21]}, "bbox": [-111.4215, 42.555167, -111.4215, 42.555167]}, {"id": "5078", "type": "Feature", "properties": {"id": "us2000ajw6", "mag": 4.3, "time": 1505114696270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1399, -24.246, 215.32]}, "bbox": [-67.1399, -24.246, -67.1399, -24.246]}, {"id": "5079", "type": "Feature", "properties": {"id": "ak16809708", "mag": 1.5, "time": 1505114006947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 60.1009, 45.2]}, "bbox": [-150.8258, 60.1009, -150.8258, 60.1009]}, {"id": "5080", "type": "Feature", "properties": {"id": "ak16827294", "mag": 1.9, "time": 1505113098912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8676, 59.0889, 2.2]}, "bbox": [-142.8676, 59.0889, -142.8676, 59.0889]}, {"id": "5081", "type": "Feature", "properties": {"id": "mb80254374", "mag": 1.5, "time": 1505112921190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.8645, 12.3]}, "bbox": [-112.529333, 46.8645, -112.529333, 46.8645]}, {"id": "5082", "type": "Feature", "properties": {"id": "ci37759927", "mag": 2.02, "time": 1505112772010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.403, 34.906, 11.64]}, "bbox": [-119.403, 34.906, -119.403, 34.906]}, {"id": "5083", "type": "Feature", "properties": {"id": "ak16809693", "mag": 2.3, "time": 1505111147899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1691, 60.3968, 3.4]}, "bbox": [-142.1691, 60.3968, -142.1691, 60.3968]}, {"id": "5084", "type": "Feature", "properties": {"id": "nc72890121", "mag": 1.12, "time": 1505109941490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.807335, 2.77]}, "bbox": [-122.819168, 38.807335, -122.819168, 38.807335]}, {"id": "5085", "type": "Feature", "properties": {"id": "us2000ajvf", "mag": 2.9, "time": 1505109741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.5774, 5.0]}, "bbox": [-111.4688, 42.5774, -111.4688, 42.5774]}, {"id": "5086", "type": "Feature", "properties": {"id": "us2000ajva", "mag": 4.3, "time": 1505109063560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9711, 15.3853, 85.78]}, "bbox": [-93.9711, 15.3853, -93.9711, 15.3853]}, {"id": "5087", "type": "Feature", "properties": {"id": "nc72890106", "mag": 1.68, "time": 1505108835910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.298667, 36.839667, 6.48]}, "bbox": [-121.298667, 36.839667, -121.298667, 36.839667]}, {"id": "5088", "type": "Feature", "properties": {"id": "ak16809690", "mag": 2.3, "time": 1505108549578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.9816, 56.0816, 4.8]}, "bbox": [-157.9816, 56.0816, -157.9816, 56.0816]}, {"id": "5089", "type": "Feature", "properties": {"id": "us2000ajv3", "mag": 2.5, "time": 1505108046520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4343, 42.6729, 8.91]}, "bbox": [-111.4343, 42.6729, -111.4343, 42.6729]}, {"id": "5090", "type": "Feature", "properties": {"id": "us2000ajuy", "mag": 4.3, "time": 1505107771280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0235, 15.4152, 96.62]}, "bbox": [-93.0235, 15.4152, -93.0235, 15.4152]}, {"id": "5091", "type": "Feature", "properties": {"id": "ak16827288", "mag": 1.8, "time": 1505107165861, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0716, 53.7182, 69.4]}, "bbox": [-166.0716, 53.7182, -166.0716, 53.7182]}, {"id": "5092", "type": "Feature", "properties": {"id": "uw61306307", "mag": 1.9, "time": 1505107163540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039333, 46.874833, 6.58]}, "bbox": [-122.039333, 46.874833, -122.039333, 46.874833]}, {"id": "5093", "type": "Feature", "properties": {"id": "nc72890096", "mag": 1.14, "time": 1505106775000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0835, 41.351667, 6.69]}, "bbox": [-122.0835, 41.351667, -122.0835, 41.351667]}, {"id": "5094", "type": "Feature", "properties": {"id": "ak16809640", "mag": 2.4, "time": 1505106550298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8937, 61.0452, 165.2]}, "bbox": [-152.8937, 61.0452, -152.8937, 61.0452]}, {"id": "5095", "type": "Feature", "properties": {"id": "ak16808961", "mag": 1.6, "time": 1505105485577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1953, 59.1308, 77.0]}, "bbox": [-153.1953, 59.1308, -153.1953, 59.1308]}, {"id": "5096", "type": "Feature", "properties": {"id": "us2000ajuh", "mag": 4.0, "time": 1505105288350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1177, 14.9912, 39.36]}, "bbox": [-94.1177, 14.9912, -94.1177, 14.9912]}, {"id": "5097", "type": "Feature", "properties": {"id": "uu60242387", "mag": 2.04, "time": 1505105195110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.553333, 8.78]}, "bbox": [-111.4145, 42.553333, -111.4145, 42.553333]}, {"id": "5098", "type": "Feature", "properties": {"id": "ci37759879", "mag": 1.88, "time": 1505105166860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.690333, 36.111167, 2.14]}, "bbox": [-117.690333, 36.111167, -117.690333, 36.111167]}, {"id": "5099", "type": "Feature", "properties": {"id": "uu60242382", "mag": 1.62, "time": 1505105133670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.917167, 39.7665, 0.9]}, "bbox": [-110.917167, 39.7665, -110.917167, 39.7665]}, {"id": "5100", "type": "Feature", "properties": {"id": "us2000ajua", "mag": 4.2, "time": 1505104652010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1678, 15.2785, 67.46]}, "bbox": [-95.1678, 15.2785, -95.1678, 15.2785]}, {"id": "5101", "type": "Feature", "properties": {"id": "us2000aju8", "mag": 4.3, "time": 1505104387690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [134.2896, -4.2452, 11.73]}, "bbox": [134.2896, -4.2452, 134.2896, -4.2452]}, {"id": "5102", "type": "Feature", "properties": {"id": "us2000aju4", "mag": 4.2, "time": 1505104376590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8401, 15.5681, 47.06]}, "bbox": [-94.8401, 15.5681, -94.8401, 15.5681]}, {"id": "5103", "type": "Feature", "properties": {"id": "ak16808959", "mag": 1.5, "time": 1505103598244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9778, 58.2872, 74.3]}, "bbox": [-153.9778, 58.2872, -153.9778, 58.2872]}, {"id": "5104", "type": "Feature", "properties": {"id": "uw61306297", "mag": 2.04, "time": 1505103582560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.873833, 6.67]}, "bbox": [-122.041833, 46.873833, -122.041833, 46.873833]}, {"id": "5105", "type": "Feature", "properties": {"id": "uw61306292", "mag": 2.25, "time": 1505103114370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041333, 46.872667, 6.52]}, "bbox": [-122.041333, 46.872667, -122.041333, 46.872667]}, {"id": "5106", "type": "Feature", "properties": {"id": "ak16827283", "mag": 1.6, "time": 1505102962401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.439, 59.7864, 127.3]}, "bbox": [-153.439, 59.7864, -153.439, 59.7864]}, {"id": "5107", "type": "Feature", "properties": {"id": "ak16827279", "mag": 1.3, "time": 1505101851739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7785, 59.9173, 97.4]}, "bbox": [-152.7785, 59.9173, -152.7785, 59.9173]}, {"id": "5108", "type": "Feature", "properties": {"id": "us2000ar0i", "mag": 4.1, "time": 1505101626150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.4651, -10.314, 10.0]}, "bbox": [152.4651, -10.314, 152.4651, -10.314]}, {"id": "5109", "type": "Feature", "properties": {"id": "ci37759855", "mag": 1.09, "time": 1505101001790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.693833, 36.111833, 2.19]}, "bbox": [-117.693833, 36.111833, -117.693833, 36.111833]}, {"id": "5110", "type": "Feature", "properties": {"id": "us2000ajtf", "mag": 3.6, "time": 1505100425300, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7392, 35.5637, 5.0]}, "bbox": [-96.7392, 35.5637, -96.7392, 35.5637]}, {"id": "5111", "type": "Feature", "properties": {"id": "us2000ar0g", "mag": 4.3, "time": 1505099718750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.3922, 57.1877, 10.0]}, "bbox": [-33.3922, 57.1877, -33.3922, 57.1877]}, {"id": "5112", "type": "Feature", "properties": {"id": "ak16808239", "mag": 1.2, "time": 1505099609741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1984, 60.4559, 13.3]}, "bbox": [-143.1984, 60.4559, -143.1984, 60.4559]}, {"id": "5113", "type": "Feature", "properties": {"id": "mb80254349", "mag": 1.33, "time": 1505099352010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.868167, 13.72]}, "bbox": [-112.536833, 46.868167, -112.536833, 46.868167]}, {"id": "5114", "type": "Feature", "properties": {"id": "ak16808202", "mag": 1.5, "time": 1505098597935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3852, 59.9636, 0.0]}, "bbox": [-139.3852, 59.9636, -139.3852, 59.9636]}, {"id": "5115", "type": "Feature", "properties": {"id": "ak16808197", "mag": 1.0, "time": 1505098478421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2252, 63.2571, 2.9]}, "bbox": [-151.2252, 63.2571, -151.2252, 63.2571]}, {"id": "5116", "type": "Feature", "properties": {"id": "ak16808189", "mag": 2.2, "time": 1505098007693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7551, 60.3801, 2.2]}, "bbox": [-137.7551, 60.3801, -137.7551, 60.3801]}, {"id": "5117", "type": "Feature", "properties": {"id": "us2000ajt6", "mag": 3.1, "time": 1505097902820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7475, 60.3735, 5.0]}, "bbox": [-137.7475, 60.3735, -137.7475, 60.3735]}, {"id": "5118", "type": "Feature", "properties": {"id": "us2000ajt7", "mag": 5.1, "time": 1505097732030, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [134.3851, -4.1892, 10.0]}, "bbox": [134.3851, -4.1892, 134.3851, -4.1892]}, {"id": "5119", "type": "Feature", "properties": {"id": "ak16808181", "mag": 1.1, "time": 1505097584665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6756, 61.6922, 62.5]}, "bbox": [-150.6756, 61.6922, -150.6756, 61.6922]}, {"id": "5120", "type": "Feature", "properties": {"id": "us2000ajt5", "mag": 3.0, "time": 1505097294300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4685, 42.672, 9.46]}, "bbox": [-111.4685, 42.672, -111.4685, 42.672]}, {"id": "5121", "type": "Feature", "properties": {"id": "us2000ajt2", "mag": 2.8, "time": 1505097280810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4535, 42.6306, 9.3]}, "bbox": [-111.4535, 42.6306, -111.4535, 42.6306]}, {"id": "5122", "type": "Feature", "properties": {"id": "us2000ar0e", "mag": 4.3, "time": 1505096741600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.0697, 24.7471, 68.23]}, "bbox": [122.0697, 24.7471, 122.0697, 24.7471]}, {"id": "5123", "type": "Feature", "properties": {"id": "us2000ajsz", "mag": 4.7, "time": 1505096631090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9001, 15.6517, 51.53]}, "bbox": [-94.9001, 15.6517, -94.9001, 15.6517]}, {"id": "5124", "type": "Feature", "properties": {"id": "ak16807505", "mag": 1.3, "time": 1505096509471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9046, 61.531, 28.4]}, "bbox": [-147.9046, 61.531, -147.9046, 61.531]}, {"id": "5125", "type": "Feature", "properties": {"id": "ak16807502", "mag": 1.6, "time": 1505096282982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2586, 62.549, 5.0]}, "bbox": [-159.2586, 62.549, -159.2586, 62.549]}, {"id": "5126", "type": "Feature", "properties": {"id": "nc72890026", "mag": 1.21, "time": 1505096190960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009667, 37.590833, -0.07]}, "bbox": [-119.009667, 37.590833, -119.009667, 37.590833]}, {"id": "5127", "type": "Feature", "properties": {"id": "us2000ajsw", "mag": 4.2, "time": 1505095770400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.418, 15.8113, 56.97]}, "bbox": [-94.418, 15.8113, -94.418, 15.8113]}, {"id": "5128", "type": "Feature", "properties": {"id": "ak16807468", "mag": 1.2, "time": 1505095529647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0357, 62.0888, 52.2]}, "bbox": [-150.0357, 62.0888, -150.0357, 62.0888]}, {"id": "5129", "type": "Feature", "properties": {"id": "ci37759783", "mag": 2.05, "time": 1505095452510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.502333, 35.679, 6.19]}, "bbox": [-116.502333, 35.679, -116.502333, 35.679]}, {"id": "5130", "type": "Feature", "properties": {"id": "nc72890021", "mag": 1.71, "time": 1505095034230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.535667, 37.632333, 19.33]}, "bbox": [-119.535667, 37.632333, -119.535667, 37.632333]}, {"id": "5131", "type": "Feature", "properties": {"id": "ci37759775", "mag": 1.34, "time": 1505095022580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.507333, 34.488, 1.46]}, "bbox": [-116.507333, 34.488, -116.507333, 34.488]}, {"id": "5132", "type": "Feature", "properties": {"id": "us2000ajsk", "mag": 4.6, "time": 1505093529680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.5451, 12.9836, 114.29]}, "bbox": [143.5451, 12.9836, 143.5451, 12.9836]}, {"id": "5133", "type": "Feature", "properties": {"id": "ak16827267", "mag": 1.3, "time": 1505093440775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1537, 59.7401, 106.9]}, "bbox": [-153.1537, 59.7401, -153.1537, 59.7401]}, {"id": "5134", "type": "Feature", "properties": {"id": "ci37759759", "mag": 1.69, "time": 1505093145730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798167, 33.493667, 3.61]}, "bbox": [-116.798167, 33.493667, -116.798167, 33.493667]}, {"id": "5135", "type": "Feature", "properties": {"id": "nn00604614", "mag": 1.5, "time": 1505092989312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.6589, 37.3487, 6.1]}, "bbox": [-114.6589, 37.3487, -114.6589, 37.3487]}, {"id": "5136", "type": "Feature", "properties": {"id": "us2000ar1r", "mag": 3.5, "time": 1505092806050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.8111, 53.8607, 10.0]}, "bbox": [170.8111, 53.8607, 170.8111, 53.8607]}, {"id": "5137", "type": "Feature", "properties": {"id": "us2000ar0b", "mag": 4.2, "time": 1505092783010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.953, 17.3198, 10.0]}, "bbox": [95.953, 17.3198, 95.953, 17.3198]}, {"id": "5138", "type": "Feature", "properties": {"id": "hv61903861", "mag": 1.26, "time": 1505092321650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.490333, 19.339667, 9.09]}, "bbox": [-155.490333, 19.339667, -155.490333, 19.339667]}, {"id": "5139", "type": "Feature", "properties": {"id": "us2000ajsh", "mag": 4.1, "time": 1505092219210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.972, -6.9548, 134.48]}, "bbox": [129.972, -6.9548, 129.972, -6.9548]}, {"id": "5140", "type": "Feature", "properties": {"id": "ak16806794", "mag": 1.3, "time": 1505092129494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3457, 60.4497, 89.7]}, "bbox": [-152.3457, 60.4497, -152.3457, 60.4497]}, {"id": "5141", "type": "Feature", "properties": {"id": "ak16827265", "mag": 1.1, "time": 1505091880397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6719, 63.2902, 124.6]}, "bbox": [-150.6719, 63.2902, -150.6719, 63.2902]}, {"id": "5142", "type": "Feature", "properties": {"id": "uu60242262", "mag": 2.47, "time": 1505091634360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.578333, 7.23]}, "bbox": [-111.440667, 42.578333, -111.440667, 42.578333]}, {"id": "5143", "type": "Feature", "properties": {"id": "us2000ajsf", "mag": 2.3, "time": 1505091431720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443, 42.5904, 7.61]}, "bbox": [-111.443, 42.5904, -111.443, 42.5904]}, {"id": "5144", "type": "Feature", "properties": {"id": "ak16827264", "mag": 1.3, "time": 1505091007359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0095, 58.5704, 86.0]}, "bbox": [-154.0095, 58.5704, -154.0095, 58.5704]}, {"id": "5145", "type": "Feature", "properties": {"id": "nc72890011", "mag": 1.58, "time": 1505090685010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.542333, 4.8]}, "bbox": [-118.832333, 37.542333, -118.832333, 37.542333]}, {"id": "5146", "type": "Feature", "properties": {"id": "ci37759743", "mag": 1.01, "time": 1505090624240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.589167, 36.0335, 2.63]}, "bbox": [-117.589167, 36.0335, -117.589167, 36.0335]}, {"id": "5147", "type": "Feature", "properties": {"id": "us2000amxb", "mag": 3.0, "time": 1505090296990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.554, 51.5916, 17.56]}, "bbox": [-178.554, 51.5916, -178.554, 51.5916]}, {"id": "5148", "type": "Feature", "properties": {"id": "nc72890001", "mag": 0.97, "time": 1505089976320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.541833, 4.79]}, "bbox": [-118.831, 37.541833, -118.831, 37.541833]}, {"id": "5149", "type": "Feature", "properties": {"id": "us2000ajsa", "mag": 4.9, "time": 1505089942200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9938, 15.3932, 58.95]}, "bbox": [-93.9938, 15.3932, -93.9938, 15.3932]}, {"id": "5150", "type": "Feature", "properties": {"id": "us2000ajs1", "mag": 3.2, "time": 1505088752720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.563, 8.0]}, "bbox": [-111.4151, 42.563, -111.4151, 42.563]}, {"id": "5151", "type": "Feature", "properties": {"id": "us2000ajrw", "mag": 4.4, "time": 1505087147130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4901, 14.0924, 54.64]}, "bbox": [-93.4901, 14.0924, -93.4901, 14.0924]}, {"id": "5152", "type": "Feature", "properties": {"id": "ak16806048", "mag": 1.2, "time": 1505085946916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3481, 62.1328, 10.2]}, "bbox": [-150.3481, 62.1328, -150.3481, 62.1328]}, {"id": "5153", "type": "Feature", "properties": {"id": "ci37759727", "mag": 1.54, "time": 1505085941950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.663167, 35.044, -0.82]}, "bbox": [-117.663167, 35.044, -117.663167, 35.044]}, {"id": "5154", "type": "Feature", "properties": {"id": "us2000ajrn", "mag": 2.4, "time": 1505085758040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4372, 42.584, 3.54]}, "bbox": [-111.4372, 42.584, -111.4372, 42.584]}, {"id": "5155", "type": "Feature", "properties": {"id": "ak16827727", "mag": 1.2, "time": 1505085448361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0012, 60.1398, 104.9]}, "bbox": [-153.0012, 60.1398, -153.0012, 60.1398]}, {"id": "5156", "type": "Feature", "properties": {"id": "us2000ajrh", "mag": 2.4, "time": 1505084625610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4614, 42.6018, 5.02]}, "bbox": [-111.4614, 42.6018, -111.4614, 42.6018]}, {"id": "5157", "type": "Feature", "properties": {"id": "us2000ajre", "mag": 3.0, "time": 1505084186000, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4583, 42.5935, 5.0]}, "bbox": [-111.4583, 42.5935, -111.4583, 42.5935]}, {"id": "5158", "type": "Feature", "properties": {"id": "ak16805384", "mag": 1.3, "time": 1505084019928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9225, 60.1912, 51.8]}, "bbox": [-150.9225, 60.1912, -150.9225, 60.1912]}, {"id": "5159", "type": "Feature", "properties": {"id": "pr2017253006", "mag": 3.55, "time": 1505083663180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7241, 19.5025, 24.0]}, "bbox": [-68.7241, 19.5025, -68.7241, 19.5025]}, {"id": "5160", "type": "Feature", "properties": {"id": "ci37759703", "mag": 1.47, "time": 1505083414820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164, 34.038833, 6.0]}, "bbox": [-117.164, 34.038833, -117.164, 34.038833]}, {"id": "5161", "type": "Feature", "properties": {"id": "ci37759695", "mag": 2.37, "time": 1505083359860, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166167, 34.037667, 6.01]}, "bbox": [-117.166167, 34.037667, -117.166167, 34.037667]}, {"id": "5162", "type": "Feature", "properties": {"id": "ci37759687", "mag": 1.26, "time": 1505083316070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166667, 34.039167, 6.08]}, "bbox": [-117.166667, 34.039167, -117.166667, 34.039167]}, {"id": "5163", "type": "Feature", "properties": {"id": "ismpkansas70234968", "mag": 1.57, "time": 1505083207900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.877167, 37.229167, 3.02]}, "bbox": [-97.877167, 37.229167, -97.877167, 37.229167]}, {"id": "5164", "type": "Feature", "properties": {"id": "ci37759679", "mag": 1.03, "time": 1505082787240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.290167, 35.090833, 2.62]}, "bbox": [-118.290167, 35.090833, -118.290167, 35.090833]}, {"id": "5165", "type": "Feature", "properties": {"id": "uu60242127", "mag": 1.52, "time": 1505082515530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439, 42.5855, 3.5]}, "bbox": [-111.439, 42.5855, -111.439, 42.5855]}, {"id": "5166", "type": "Feature", "properties": {"id": "ak16805375", "mag": 2.0, "time": 1505082468672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2261, 62.1899, 53.2]}, "bbox": [-150.2261, 62.1899, -150.2261, 62.1899]}, {"id": "5167", "type": "Feature", "properties": {"id": "ak16805361", "mag": 2.4, "time": 1505082389962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8636, 68.2355, 2.3]}, "bbox": [-146.8636, 68.2355, -146.8636, 68.2355]}, {"id": "5168", "type": "Feature", "properties": {"id": "us2000ajq9", "mag": 3.3, "time": 1505081821360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4511, 42.5959, 5.0]}, "bbox": [-111.4511, 42.5959, -111.4511, 42.5959]}, {"id": "5169", "type": "Feature", "properties": {"id": "nc72889956", "mag": 1.01, "time": 1505081275110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.790333, 37.452833, 8.21]}, "bbox": [-121.790333, 37.452833, -121.790333, 37.452833]}, {"id": "5170", "type": "Feature", "properties": {"id": "ak16805341", "mag": 2.5, "time": 1505081090999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9101, 57.044, 46.2]}, "bbox": [-154.9101, 57.044, -154.9101, 57.044]}, {"id": "5171", "type": "Feature", "properties": {"id": "us2000ajpe", "mag": 5.9, "time": 1505079621210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.6765, 57.1272, 10.0]}, "bbox": [-33.6765, 57.1272, -33.6765, 57.1272]}, {"id": "5172", "type": "Feature", "properties": {"id": "nc72889936", "mag": 1.22, "time": 1505079295950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.937667, 37.601667, 1.02]}, "bbox": [-118.937667, 37.601667, -118.937667, 37.601667]}, {"id": "5173", "type": "Feature", "properties": {"id": "nc72889931", "mag": 1.1, "time": 1505078962470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.806, 37.5175, -2.34]}, "bbox": [-118.806, 37.5175, -118.806, 37.5175]}, {"id": "5174", "type": "Feature", "properties": {"id": "us2000ajp8", "mag": 2.8, "time": 1505078892060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4509, 42.5792, 6.22]}, "bbox": [-111.4509, 42.5792, -111.4509, 42.5792]}, {"id": "5175", "type": "Feature", "properties": {"id": "uw61306227", "mag": 1.13, "time": 1505078465000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.011167, 46.792, 5.12]}, "bbox": [-122.011167, 46.792, -122.011167, 46.792]}, {"id": "5176", "type": "Feature", "properties": {"id": "uu60241997", "mag": 1.44, "time": 1505078100230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422167, 42.554167, 8.0]}, "bbox": [-111.422167, 42.554167, -111.422167, 42.554167]}, {"id": "5177", "type": "Feature", "properties": {"id": "ak16827720", "mag": 1.0, "time": 1505077902054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0938, 58.0932, 50.1]}, "bbox": [-153.0938, 58.0932, -153.0938, 58.0932]}, {"id": "5178", "type": "Feature", "properties": {"id": "nc72889921", "mag": 1.74, "time": 1505077579730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.941333, 37.642833, 0.01]}, "bbox": [-118.941333, 37.642833, -118.941333, 37.642833]}, {"id": "5179", "type": "Feature", "properties": {"id": "nc72889926", "mag": 1.62, "time": 1505077560070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946167, 37.638667, -0.65]}, "bbox": [-118.946167, 37.638667, -118.946167, 37.638667]}, {"id": "5180", "type": "Feature", "properties": {"id": "nc72889911", "mag": 0.99, "time": 1505077390170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.394833, 36.9325, 8.56]}, "bbox": [-121.394833, 36.9325, -121.394833, 36.9325]}, {"id": "5181", "type": "Feature", "properties": {"id": "pr2017253005", "mag": 2.52, "time": 1505077373570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.714, 18.0166, 7.0]}, "bbox": [-66.714, 18.0166, -66.714, 18.0166]}, {"id": "5182", "type": "Feature", "properties": {"id": "nc72889916", "mag": 0.95, "time": 1505077317230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.881833, 37.512333, -0.07]}, "bbox": [-118.881833, 37.512333, -118.881833, 37.512333]}, {"id": "5183", "type": "Feature", "properties": {"id": "ak16804640", "mag": 1.6, "time": 1505077302019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5368, 58.8361, 122.2]}, "bbox": [-154.5368, 58.8361, -154.5368, 58.8361]}, {"id": "5184", "type": "Feature", "properties": {"id": "us2000ajnd", "mag": 4.5, "time": 1505076424950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2595, 15.0768, 55.96]}, "bbox": [-94.2595, 15.0768, -94.2595, 15.0768]}, {"id": "5185", "type": "Feature", "properties": {"id": "nn00604604", "mag": 1.4, "time": 1505076297106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 40.8314, 10.3]}, "bbox": [-115.9555, 40.8314, -115.9555, 40.8314]}, {"id": "5186", "type": "Feature", "properties": {"id": "ak16803984", "mag": 1.3, "time": 1505076289998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1907, 63.4845, 0.8]}, "bbox": [-151.1907, 63.4845, -151.1907, 63.4845]}, {"id": "5187", "type": "Feature", "properties": {"id": "us2000ajms", "mag": 3.3, "time": 1505075535460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4239, 42.5436, 5.0]}, "bbox": [-111.4239, 42.5436, -111.4239, 42.5436]}, {"id": "5188", "type": "Feature", "properties": {"id": "nn00604570", "mag": 1.1, "time": 1505075507371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8807, 36.8036, 7.4]}, "bbox": [-115.8807, 36.8036, -115.8807, 36.8036]}, {"id": "5189", "type": "Feature", "properties": {"id": "ak16827715", "mag": 1.2, "time": 1505074869438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7422, 60.0074, 102.5]}, "bbox": [-152.7422, 60.0074, -152.7422, 60.0074]}, {"id": "5190", "type": "Feature", "properties": {"id": "ak16803877", "mag": 1.0, "time": 1505074842648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4194, 63.2783, 7.1]}, "bbox": [-151.4194, 63.2783, -151.4194, 63.2783]}, {"id": "5191", "type": "Feature", "properties": {"id": "us2000ajm5", "mag": 2.5, "time": 1505074494700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4599, 42.5711, 10.61]}, "bbox": [-111.4599, 42.5711, -111.4599, 42.5711]}, {"id": "5192", "type": "Feature", "properties": {"id": "hv61903706", "mag": 1.86, "time": 1505074128010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.273331, 19.413166, 0.54]}, "bbox": [-155.273331, 19.413166, -155.273331, 19.413166]}, {"id": "5193", "type": "Feature", "properties": {"id": "us2000ajlx", "mag": 3.2, "time": 1505074034020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.42, 42.5453, 7.37]}, "bbox": [-111.42, 42.5453, -111.42, 42.5453]}, {"id": "5194", "type": "Feature", "properties": {"id": "ak16803869", "mag": 1.2, "time": 1505073920064, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7217, 63.3651, 4.1]}, "bbox": [-151.7217, 63.3651, -151.7217, 63.3651]}, {"id": "5195", "type": "Feature", "properties": {"id": "us2000ajls", "mag": 4.3, "time": 1505073807210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.114, -23.6018, 85.28]}, "bbox": [-69.114, -23.6018, -69.114, -23.6018]}, {"id": "5196", "type": "Feature", "properties": {"id": "us2000ajlp", "mag": 4.6, "time": 1505073492510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [13.2839, 42.1689, 5.0]}, "bbox": [13.2839, 42.1689, 13.2839, 42.1689]}, {"id": "5197", "type": "Feature", "properties": {"id": "ci37759623", "mag": 1.13, "time": 1505073299090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.162, 34.035333, 6.06]}, "bbox": [-117.162, 34.035333, -117.162, 34.035333]}, {"id": "5198", "type": "Feature", "properties": {"id": "us2000ajlc", "mag": 2.7, "time": 1505072667200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6178, 36.1361, 5.301]}, "bbox": [-97.6178, 36.1361, -97.6178, 36.1361]}, {"id": "5199", "type": "Feature", "properties": {"id": "mb80254244", "mag": 1.15, "time": 1505072506030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527667, 46.862667, 10.3]}, "bbox": [-112.527667, 46.862667, -112.527667, 46.862667]}, {"id": "5200", "type": "Feature", "properties": {"id": "us2000akfw", "mag": 3.1, "time": 1505072325000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4094, 42.5488, 7.85]}, "bbox": [-111.4094, 42.5488, -111.4094, 42.5488]}, {"id": "5201", "type": "Feature", "properties": {"id": "us2000ajl5", "mag": 2.7, "time": 1505072221960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4249, 42.5451, 9.42]}, "bbox": [-111.4249, 42.5451, -111.4249, 42.5451]}, {"id": "5202", "type": "Feature", "properties": {"id": "nc72889901", "mag": 1.7, "time": 1505072189820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784833, 38.824667, 1.65]}, "bbox": [-122.784833, 38.824667, -122.784833, 38.824667]}, {"id": "5203", "type": "Feature", "properties": {"id": "nc72889906", "mag": 1.54, "time": 1505072140190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.153, 37.129167, 12.33]}, "bbox": [-121.153, 37.129167, -121.153, 37.129167]}, {"id": "5204", "type": "Feature", "properties": {"id": "nc72889891", "mag": 1.28, "time": 1505070945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.891, 37.544167, 1.7]}, "bbox": [-118.891, 37.544167, -118.891, 37.544167]}, {"id": "5205", "type": "Feature", "properties": {"id": "ak16803197", "mag": 2.5, "time": 1505070454371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4505, 54.6854, 60.7]}, "bbox": [-162.4505, 54.6854, -162.4505, 54.6854]}, {"id": "5206", "type": "Feature", "properties": {"id": "us2000ajkd", "mag": 4.1, "time": 1505070312980, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5563, 13.0]}, "bbox": [-111.4177, 42.5563, -111.4177, 42.5563]}, {"id": "5207", "type": "Feature", "properties": {"id": "nc72889881", "mag": 1.58, "time": 1505069810220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 37.1305, 12.32]}, "bbox": [-121.149, 37.1305, -121.149, 37.1305]}, {"id": "5208", "type": "Feature", "properties": {"id": "us2000ajkz", "mag": 2.4, "time": 1505069780800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4181, 42.5449, 7.46]}, "bbox": [-111.4181, 42.5449, -111.4181, 42.5449]}, {"id": "5209", "type": "Feature", "properties": {"id": "pr2017253004", "mag": 3.24, "time": 1505069521610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.0411, 19.2021, 48.0]}, "bbox": [-65.0411, 19.2021, -65.0411, 19.2021]}, {"id": "5210", "type": "Feature", "properties": {"id": "hv61903656", "mag": 1.57, "time": 1505069138690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.104167, 19.329333, 5.178]}, "bbox": [-155.104167, 19.329333, -155.104167, 19.329333]}, {"id": "5211", "type": "Feature", "properties": {"id": "us2000ajjx", "mag": 2.9, "time": 1505068769580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5555, 7.28]}, "bbox": [-111.4153, 42.5555, -111.4153, 42.5555]}, {"id": "5212", "type": "Feature", "properties": {"id": "ak16802543", "mag": 1.6, "time": 1505068750842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6404, 58.5519, 66.4]}, "bbox": [-153.6404, 58.5519, -153.6404, 58.5519]}, {"id": "5213", "type": "Feature", "properties": {"id": "us2000ajju", "mag": 2.5, "time": 1505068746720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9924, 37.0464, 6.8]}, "bbox": [-104.9924, 37.0464, -104.9924, 37.0464]}, {"id": "5214", "type": "Feature", "properties": {"id": "nc72889876", "mag": 1.12, "time": 1505068188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.315667, 36.955833, 7.62]}, "bbox": [-121.315667, 36.955833, -121.315667, 36.955833]}, {"id": "5215", "type": "Feature", "properties": {"id": "us2000ajjp", "mag": 2.3, "time": 1505068125580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1711, 35.6565, 7.54]}, "bbox": [-97.1711, 35.6565, -97.1711, 35.6565]}, {"id": "5216", "type": "Feature", "properties": {"id": "us2000ajjl", "mag": 2.4, "time": 1505067921890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4388, 42.6003, 7.21]}, "bbox": [-111.4388, 42.6003, -111.4388, 42.6003]}, {"id": "5217", "type": "Feature", "properties": {"id": "ci37759607", "mag": 1.53, "time": 1505067791950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169667, 34.037167, 4.29]}, "bbox": [-117.169667, 34.037167, -117.169667, 34.037167]}, {"id": "5218", "type": "Feature", "properties": {"id": "ci37759599", "mag": 0.99, "time": 1505067584720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.028, 2.94]}, "bbox": [-117.163333, 34.028, -117.163333, 34.028]}, {"id": "5219", "type": "Feature", "properties": {"id": "us2000ajn9", "mag": 2.7, "time": 1505067322220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5732, 52.3355, 35.0]}, "bbox": [-170.5732, 52.3355, -170.5732, 52.3355]}, {"id": "5220", "type": "Feature", "properties": {"id": "ak16827705", "mag": 1.3, "time": 1505067315004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7536, 59.2097, 68.0]}, "bbox": [-152.7536, 59.2097, -152.7536, 59.2097]}, {"id": "5221", "type": "Feature", "properties": {"id": "nc72889866", "mag": 1.0, "time": 1505067136160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.833, 0.66]}, "bbox": [-122.764168, 38.833, -122.764168, 38.833]}, {"id": "5222", "type": "Feature", "properties": {"id": "nc72889861", "mag": 1.06, "time": 1505067131030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.833667, 1.17]}, "bbox": [-122.759667, 38.833667, -122.759667, 38.833667]}, {"id": "5223", "type": "Feature", "properties": {"id": "ak16802540", "mag": 1.3, "time": 1505066586033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3745, 62.1772, 42.1]}, "bbox": [-149.3745, 62.1772, -149.3745, 62.1772]}, {"id": "5224", "type": "Feature", "properties": {"id": "ci37759591", "mag": 1.48, "time": 1505066404370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166333, 34.044667, 5.25]}, "bbox": [-117.166333, 34.044667, -117.166333, 34.044667]}, {"id": "5225", "type": "Feature", "properties": {"id": "ci37759583", "mag": 1.53, "time": 1505066395290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.041167, 5.54]}, "bbox": [-117.163333, 34.041167, -117.163333, 34.041167]}, {"id": "5226", "type": "Feature", "properties": {"id": "ak16827703", "mag": 1.0, "time": 1505066200905, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7529, 58.6862, 17.0]}, "bbox": [-153.7529, 58.6862, -153.7529, 58.6862]}, {"id": "5227", "type": "Feature", "properties": {"id": "ci37759567", "mag": 1.34, "time": 1505066082610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163833, 34.040667, 6.08]}, "bbox": [-117.163833, 34.040667, -117.163833, 34.040667]}, {"id": "5228", "type": "Feature", "properties": {"id": "ak16802539", "mag": 1.1, "time": 1505065957419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0268, 60.5262, 19.4]}, "bbox": [-151.0268, 60.5262, -151.0268, 60.5262]}, {"id": "5229", "type": "Feature", "properties": {"id": "us2000ajjb", "mag": 2.5, "time": 1505065916650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4209, 42.5639, 8.61]}, "bbox": [-111.4209, 42.5639, -111.4209, 42.5639]}, {"id": "5230", "type": "Feature", "properties": {"id": "ci37759559", "mag": 1.32, "time": 1505065772840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2325, 34.474333, 11.0]}, "bbox": [-119.2325, 34.474333, -119.2325, 34.474333]}, {"id": "5231", "type": "Feature", "properties": {"id": "ak16802537", "mag": 1.3, "time": 1505065364910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2942, 63.1472, 1.0]}, "bbox": [-151.2942, 63.1472, -151.2942, 63.1472]}, {"id": "5232", "type": "Feature", "properties": {"id": "ci37759551", "mag": 1.1, "time": 1505065150010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172667, 34.034333, 5.23]}, "bbox": [-117.172667, 34.034333, -117.172667, 34.034333]}, {"id": "5233", "type": "Feature", "properties": {"id": "ci37759543", "mag": 1.69, "time": 1505064387890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.295, 35.088667, 4.44]}, "bbox": [-118.295, 35.088667, -118.295, 35.088667]}, {"id": "5234", "type": "Feature", "properties": {"id": "ak16802513", "mag": 1.5, "time": 1505064158942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1889, 65.0868, 19.8]}, "bbox": [-145.1889, 65.0868, -145.1889, 65.0868]}, {"id": "5235", "type": "Feature", "properties": {"id": "us2000ajj3", "mag": 4.4, "time": 1505063935670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.4969, 41.9157, 28.96]}, "bbox": [82.4969, 41.9157, 82.4969, 41.9157]}, {"id": "5236", "type": "Feature", "properties": {"id": "us2000ajiy", "mag": 2.7, "time": 1505063902750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4577, 42.6058, 5.68]}, "bbox": [-111.4577, 42.6058, -111.4577, 42.6058]}, {"id": "5237", "type": "Feature", "properties": {"id": "uu60241602", "mag": 1.36, "time": 1505063711640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415333, 42.567, 9.66]}, "bbox": [-111.415333, 42.567, -111.415333, 42.567]}, {"id": "5238", "type": "Feature", "properties": {"id": "ci37759535", "mag": 1.1, "time": 1505063618920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165167, 34.041667, 6.46]}, "bbox": [-117.165167, 34.041667, -117.165167, 34.041667]}, {"id": "5239", "type": "Feature", "properties": {"id": "nc72889821", "mag": 1.62, "time": 1505063575750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 37.135667, 10.29]}, "bbox": [-121.157167, 37.135667, -121.157167, 37.135667]}, {"id": "5240", "type": "Feature", "properties": {"id": "nc72889816", "mag": 1.01, "time": 1505063492860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.774667, 35.547833, 5.09]}, "bbox": [-120.774667, 35.547833, -120.774667, 35.547833]}, {"id": "5241", "type": "Feature", "properties": {"id": "ci37759527", "mag": 2.15, "time": 1505063398380, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.238167, 34.467833, 11.17]}, "bbox": [-119.238167, 34.467833, -119.238167, 34.467833]}, {"id": "5242", "type": "Feature", "properties": {"id": "us2000ajih", "mag": 2.5, "time": 1505062945810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4296, 42.5627, 11.62]}, "bbox": [-111.4296, 42.5627, -111.4296, 42.5627]}, {"id": "5243", "type": "Feature", "properties": {"id": "nc72889806", "mag": 2.49, "time": 1505062781340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.789333, 3.19]}, "bbox": [-122.801833, 38.789333, -122.801833, 38.789333]}, {"id": "5244", "type": "Feature", "properties": {"id": "uu60013054", "mag": 1.65, "time": 1505062641290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.594667, 6.67]}, "bbox": [-111.444, 42.594667, -111.444, 42.594667]}, {"id": "5245", "type": "Feature", "properties": {"id": "uu60241572", "mag": 2.02, "time": 1505062621720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.432167, 42.5965, 4.48]}, "bbox": [-111.432167, 42.5965, -111.432167, 42.5965]}, {"id": "5246", "type": "Feature", "properties": {"id": "ci37759519", "mag": 1.59, "time": 1505062248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.038667, 4.49]}, "bbox": [-117.167, 34.038667, -117.167, 34.038667]}, {"id": "5247", "type": "Feature", "properties": {"id": "ci37759511", "mag": 1.92, "time": 1505062179580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165, 34.039333, 4.98]}, "bbox": [-117.165, 34.039333, -117.165, 34.039333]}, {"id": "5248", "type": "Feature", "properties": {"id": "ci37759503", "mag": 1.57, "time": 1505062145210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164167, 34.037667, 5.25]}, "bbox": [-117.164167, 34.037667, -117.164167, 34.037667]}, {"id": "5249", "type": "Feature", "properties": {"id": "ci37759495", "mag": 1.42, "time": 1505061900480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165667, 34.038667, 5.34]}, "bbox": [-117.165667, 34.038667, -117.165667, 34.038667]}, {"id": "5250", "type": "Feature", "properties": {"id": "ak16801882", "mag": 1.1, "time": 1505061849133, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1509, 60.3803, 7.0]}, "bbox": [-142.1509, 60.3803, -142.1509, 60.3803]}, {"id": "5251", "type": "Feature", "properties": {"id": "ci37759487", "mag": 1.49, "time": 1505061523920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.893, 35.343333, 5.39]}, "bbox": [-119.893, 35.343333, -119.893, 35.343333]}, {"id": "5252", "type": "Feature", "properties": {"id": "ak16801880", "mag": 1.5, "time": 1505061368254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.731, 60.0161, 6.5]}, "bbox": [-141.731, 60.0161, -141.731, 60.0161]}, {"id": "5253", "type": "Feature", "properties": {"id": "ci37759471", "mag": 1.2, "time": 1505061266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167333, 34.040167, 4.42]}, "bbox": [-117.167333, 34.040167, -117.167333, 34.040167]}, {"id": "5254", "type": "Feature", "properties": {"id": "us2000ajn8", "mag": 3.4, "time": 1505060976520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3264, 52.5377, 96.17]}, "bbox": [-173.3264, 52.5377, -173.3264, 52.5377]}, {"id": "5255", "type": "Feature", "properties": {"id": "ci37759455", "mag": 1.41, "time": 1505060968220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8935, 35.3405, 5.83]}, "bbox": [-119.8935, 35.3405, -119.8935, 35.3405]}, {"id": "5256", "type": "Feature", "properties": {"id": "ak16801858", "mag": 1.5, "time": 1505060123211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4433, 51.6859, 21.0]}, "bbox": [-178.4433, 51.6859, -178.4433, 51.6859]}, {"id": "5257", "type": "Feature", "properties": {"id": "ak16801272", "mag": 1.1, "time": 1505059792074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1384, 63.4871, 1.4]}, "bbox": [-148.1384, 63.4871, -148.1384, 63.4871]}, {"id": "5258", "type": "Feature", "properties": {"id": "ak16827692", "mag": 2.2, "time": 1505059542515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3922, 52.3983, 21.1]}, "bbox": [-169.3922, 52.3983, -169.3922, 52.3983]}, {"id": "5259", "type": "Feature", "properties": {"id": "nc72889781", "mag": 1.29, "time": 1505059412980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943667, 37.596167, 2.31]}, "bbox": [-118.943667, 37.596167, -118.943667, 37.596167]}, {"id": "5260", "type": "Feature", "properties": {"id": "us2000ajqf", "mag": 4.6, "time": 1505058668170, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.1945, 35.7377, 54.25]}, "bbox": [139.1945, 35.7377, 139.1945, 35.7377]}, {"id": "5261", "type": "Feature", "properties": {"id": "nc72889766", "mag": 1.32, "time": 1505058489100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.046333, 38.9295, 0.46]}, "bbox": [-123.046333, 38.9295, -123.046333, 38.9295]}, {"id": "5262", "type": "Feature", "properties": {"id": "us2000ajhi", "mag": 2.5, "time": 1505058212500, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7958, 35.9926, 4.398]}, "bbox": [-96.7958, 35.9926, -96.7958, 35.9926]}, {"id": "5263", "type": "Feature", "properties": {"id": "ak16801236", "mag": 1.4, "time": 1505058208151, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9025, 57.4691, 48.4]}, "bbox": [-154.9025, 57.4691, -154.9025, 57.4691]}, {"id": "5264", "type": "Feature", "properties": {"id": "ci37759407", "mag": 1.83, "time": 1505057535880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3395, 34.014333, 2.3]}, "bbox": [-116.3395, 34.014333, -116.3395, 34.014333]}, {"id": "5265", "type": "Feature", "properties": {"id": "us2000artt", "mag": 4.2, "time": 1505057483820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.9272, 37.8866, 41.94]}, "bbox": [141.9272, 37.8866, 141.9272, 37.8866]}, {"id": "5266", "type": "Feature", "properties": {"id": "ak16827688", "mag": 1.7, "time": 1505057440690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7035, 58.208, 3.0]}, "bbox": [-151.7035, 58.208, -151.7035, 58.208]}, {"id": "5267", "type": "Feature", "properties": {"id": "us2000ajh6", "mag": 4.6, "time": 1505057331420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4383, 15.2976, 42.92]}, "bbox": [-94.4383, 15.2976, -94.4383, 15.2976]}, {"id": "5268", "type": "Feature", "properties": {"id": "us2000ajh4", "mag": 2.6, "time": 1505057207380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5593, 7.96]}, "bbox": [-111.4289, 42.5593, -111.4289, 42.5593]}, {"id": "5269", "type": "Feature", "properties": {"id": "ak16827687", "mag": 1.5, "time": 1505057001386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4181, 51.7014, 6.6]}, "bbox": [-178.4181, 51.7014, -178.4181, 51.7014]}, {"id": "5270", "type": "Feature", "properties": {"id": "us2000ajh2", "mag": 4.2, "time": 1505056916120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2576, 14.9344, 12.93]}, "bbox": [-94.2576, 14.9344, -94.2576, 14.9344]}, {"id": "5271", "type": "Feature", "properties": {"id": "us2000ajgy", "mag": 2.5, "time": 1505056755330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7823, 37.3283, 5.9]}, "bbox": [-97.7823, 37.3283, -97.7823, 37.3283]}, {"id": "5272", "type": "Feature", "properties": {"id": "ak16827686", "mag": 1.1, "time": 1505056731493, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8679, 57.3821, 46.4]}, "bbox": [-154.8679, 57.3821, -154.8679, 57.3821]}, {"id": "5273", "type": "Feature", "properties": {"id": "us2000ajgx", "mag": 2.8, "time": 1505056639060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4498, 42.5804, 5.9]}, "bbox": [-111.4498, 42.5804, -111.4498, 42.5804]}, {"id": "5274", "type": "Feature", "properties": {"id": "ak16827685", "mag": 1.2, "time": 1505056471867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1402, 60.9584, 19.6]}, "bbox": [-149.1402, 60.9584, -149.1402, 60.9584]}, {"id": "5275", "type": "Feature", "properties": {"id": "us2000ajgu", "mag": 2.5, "time": 1505056401260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4462, 42.5738, 5.62]}, "bbox": [-111.4462, 42.5738, -111.4462, 42.5738]}, {"id": "5276", "type": "Feature", "properties": {"id": "us2000ajgm", "mag": 4.9, "time": 1505055545760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6784, 14.1109, 10.0]}, "bbox": [146.6784, 14.1109, 146.6784, 14.1109]}, {"id": "5277", "type": "Feature", "properties": {"id": "ci37759383", "mag": 1.0, "time": 1505055131400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169167, 34.0425, 5.43]}, "bbox": [-117.169167, 34.0425, -117.169167, 34.0425]}, {"id": "5278", "type": "Feature", "properties": {"id": "us2000ajge", "mag": 3.4, "time": 1505054862840, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4185, 42.5625, 9.41]}, "bbox": [-111.4185, 42.5625, -111.4185, 42.5625]}, {"id": "5279", "type": "Feature", "properties": {"id": "ak16800620", "mag": 1.1, "time": 1505054600546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7386, 61.4915, 80.1]}, "bbox": [-151.7386, 61.4915, -151.7386, 61.4915]}, {"id": "5280", "type": "Feature", "properties": {"id": "us2000ajgc", "mag": 3.1, "time": 1505054298370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.55, 7.52]}, "bbox": [-111.4151, 42.55, -111.4151, 42.55]}, {"id": "5281", "type": "Feature", "properties": {"id": "ak16800576", "mag": 2.5, "time": 1505054208776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9361, 60.2731, 64.5]}, "bbox": [-150.9361, 60.2731, -150.9361, 60.2731]}, {"id": "5282", "type": "Feature", "properties": {"id": "nc72889746", "mag": 1.38, "time": 1505053809310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.442, 37.695667, 4.15]}, "bbox": [-119.442, 37.695667, -119.442, 37.695667]}, {"id": "5283", "type": "Feature", "properties": {"id": "pr2017253003", "mag": 2.17, "time": 1505052857240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2868, 18.1121, 18.0]}, "bbox": [-67.2868, 18.1121, -67.2868, 18.1121]}, {"id": "5284", "type": "Feature", "properties": {"id": "us2000ajg9", "mag": 2.9, "time": 1505052838460, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5162, 46.8743, 14.72]}, "bbox": [-112.5162, 46.8743, -112.5162, 46.8743]}, {"id": "5285", "type": "Feature", "properties": {"id": "nc72889741", "mag": 1.38, "time": 1505052751930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824333, 38.060667, 1.0]}, "bbox": [-118.824333, 38.060667, -118.824333, 38.060667]}, {"id": "5286", "type": "Feature", "properties": {"id": "ak16799977", "mag": 1.0, "time": 1505052033903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8767, 61.5617, 10.0]}, "bbox": [-140.8767, 61.5617, -140.8767, 61.5617]}, {"id": "5287", "type": "Feature", "properties": {"id": "mb80254079", "mag": 1.59, "time": 1505051737640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.410667, 44.4485, 6.72]}, "bbox": [-114.410667, 44.4485, -114.410667, 44.4485]}, {"id": "5288", "type": "Feature", "properties": {"id": "ak16799971", "mag": 1.7, "time": 1505051381698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8179, 4.3]}, "bbox": [-136.7235, 59.8179, -136.7235, 59.8179]}, {"id": "5289", "type": "Feature", "properties": {"id": "us2000ajfa", "mag": 4.3, "time": 1505051330480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3498, 13.069, 35.0]}, "bbox": [-90.3498, 13.069, -90.3498, 13.069]}, {"id": "5290", "type": "Feature", "properties": {"id": "us2000ajf7", "mag": 4.0, "time": 1505050961060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3526, 52.4771, 237.56]}, "bbox": [-174.3526, 52.4771, -174.3526, 52.4771]}, {"id": "5291", "type": "Feature", "properties": {"id": "ak16799942", "mag": 1.7, "time": 1505050892677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6731, 59.5546, 120.2]}, "bbox": [-153.6731, 59.5546, -153.6731, 59.5546]}, {"id": "5292", "type": "Feature", "properties": {"id": "us2000ajf3", "mag": 4.6, "time": 1505050808670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.529, 15.6631, 10.0]}, "bbox": [-98.529, 15.6631, -98.529, 15.6631]}, {"id": "5293", "type": "Feature", "properties": {"id": "us2000ajf0", "mag": 4.5, "time": 1505050687090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4173, 15.2922, 52.65]}, "bbox": [-94.4173, 15.2922, -94.4173, 15.2922]}, {"id": "5294", "type": "Feature", "properties": {"id": "us2000artu", "mag": 4.1, "time": 1505050610220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1836, -7.5542, 159.39]}, "bbox": [128.1836, -7.5542, 128.1836, -7.5542]}, {"id": "5295", "type": "Feature", "properties": {"id": "us2000ajex", "mag": 4.3, "time": 1505049954620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.6306, 15.7653, 20.71]}, "bbox": [-98.6306, 15.7653, -98.6306, 15.7653]}, {"id": "5296", "type": "Feature", "properties": {"id": "ci37759303", "mag": 1.26, "time": 1505049848270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.504667, 4.53]}, "bbox": [-116.7985, 33.504667, -116.7985, 33.504667]}, {"id": "5297", "type": "Feature", "properties": {"id": "us2000ajeq", "mag": 2.8, "time": 1505049297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4232, 42.5578, 7.16]}, "bbox": [-111.4232, 42.5578, -111.4232, 42.5578]}, {"id": "5298", "type": "Feature", "properties": {"id": "ak16799353", "mag": 1.3, "time": 1505049096103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6348, 59.8194, 14.2]}, "bbox": [-136.6348, 59.8194, -136.6348, 59.8194]}, {"id": "5299", "type": "Feature", "properties": {"id": "us2000ajen", "mag": 3.0, "time": 1505048991180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4182, 42.5509, 7.02]}, "bbox": [-111.4182, 42.5509, -111.4182, 42.5509]}, {"id": "5300", "type": "Feature", "properties": {"id": "ak16827673", "mag": 1.6, "time": 1505048796797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.3116, 53.3278, 13.0]}, "bbox": [-167.3116, 53.3278, -167.3116, 53.3278]}, {"id": "5301", "type": "Feature", "properties": {"id": "us2000ajej", "mag": 2.6, "time": 1505048615320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6115, 6.14]}, "bbox": [-111.4688, 42.6115, -111.4688, 42.6115]}, {"id": "5302", "type": "Feature", "properties": {"id": "mb80254034", "mag": 1.41, "time": 1505048540860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.8615, 12.53]}, "bbox": [-112.521667, 46.8615, -112.521667, 46.8615]}, {"id": "5303", "type": "Feature", "properties": {"id": "mb80254029", "mag": 1.23, "time": 1505048399750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521167, 46.853, 11.49]}, "bbox": [-112.521167, 46.853, -112.521167, 46.853]}, {"id": "5304", "type": "Feature", "properties": {"id": "ak16799346", "mag": 2.0, "time": 1505048306207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2292, 62.187, 56.1]}, "bbox": [-150.2292, 62.187, -150.2292, 62.187]}, {"id": "5305", "type": "Feature", "properties": {"id": "us2000aje5", "mag": 4.4, "time": 1505047810980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.8604, 12.4905, 60.22]}, "bbox": [-87.8604, 12.4905, -87.8604, 12.4905]}, {"id": "5306", "type": "Feature", "properties": {"id": "us2000aje3", "mag": 3.6, "time": 1505047519260, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4283, 42.5536, 6.44]}, "bbox": [-111.4283, 42.5536, -111.4283, 42.5536]}, {"id": "5307", "type": "Feature", "properties": {"id": "us2000aje1", "mag": 2.8, "time": 1505047427230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6011, 5.82]}, "bbox": [-111.4487, 42.6011, -111.4487, 42.6011]}, {"id": "5308", "type": "Feature", "properties": {"id": "us2000ajdz", "mag": 2.5, "time": 1505047141140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4433, 42.6033, 3.94]}, "bbox": [-111.4433, 42.6033, -111.4433, 42.6033]}, {"id": "5309", "type": "Feature", "properties": {"id": "us2000ajm3", "mag": 3.4, "time": 1505046945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.4897, 52.4554, 37.93]}, "bbox": [-169.4897, 52.4554, -169.4897, 52.4554]}, {"id": "5310", "type": "Feature", "properties": {"id": "us2000ajdq", "mag": 3.1, "time": 1505046464560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4503, 42.6011, 4.5]}, "bbox": [-111.4503, 42.6011, -111.4503, 42.6011]}, {"id": "5311", "type": "Feature", "properties": {"id": "ak16827668", "mag": 1.6, "time": 1505046395510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3819, 59.8907, 133.0]}, "bbox": [-153.3819, 59.8907, -153.3819, 59.8907]}, {"id": "5312", "type": "Feature", "properties": {"id": "us2000ajdf", "mag": 3.9, "time": 1505045951750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4091, 42.5736, 10.02]}, "bbox": [-111.4091, 42.5736, -111.4091, 42.5736]}, {"id": "5313", "type": "Feature", "properties": {"id": "us2000ajdd", "mag": 3.1, "time": 1505045857190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4617, 42.6284, 4.97]}, "bbox": [-111.4617, 42.6284, -111.4617, 42.6284]}, {"id": "5314", "type": "Feature", "properties": {"id": "uu60241107", "mag": 2.14, "time": 1505045641970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.59, 6.81]}, "bbox": [-111.427, 42.59, -111.427, 42.59]}, {"id": "5315", "type": "Feature", "properties": {"id": "ak16798742", "mag": 1.3, "time": 1505045327481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3496, 69.231, 1.2]}, "bbox": [-146.3496, 69.231, -146.3496, 69.231]}, {"id": "5316", "type": "Feature", "properties": {"id": "us2000ajd9", "mag": 4.3, "time": 1505045213250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1554, 14.0483, 13.91]}, "bbox": [-97.1554, 14.0483, -97.1554, 14.0483]}, {"id": "5317", "type": "Feature", "properties": {"id": "us2000ajd2", "mag": 4.5, "time": 1505044829750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4915, 15.8549, 21.45]}, "bbox": [-98.4915, 15.8549, -98.4915, 15.8549]}, {"id": "5318", "type": "Feature", "properties": {"id": "ak16798732", "mag": 2.6, "time": 1505044761546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.966, 59.8093, 102.9]}, "bbox": [-152.966, 59.8093, -152.966, 59.8093]}, {"id": "5319", "type": "Feature", "properties": {"id": "us2000ajcy", "mag": 2.6, "time": 1505044665510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.5652, 42.6019, 9.42]}, "bbox": [-111.5652, 42.6019, -111.5652, 42.6019]}, {"id": "5320", "type": "Feature", "properties": {"id": "us2000artq", "mag": 4.4, "time": 1505044070510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.6016, 12.9144, 38.64]}, "bbox": [120.6016, 12.9144, 120.6016, 12.9144]}, {"id": "5321", "type": "Feature", "properties": {"id": "ak16827665", "mag": 1.6, "time": 1505043947734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3635, 51.6272, 0.6]}, "bbox": [-178.3635, 51.6272, -178.3635, 51.6272]}, {"id": "5322", "type": "Feature", "properties": {"id": "us2000ajci", "mag": 2.9, "time": 1505043647160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6201, 8.65]}, "bbox": [-111.4487, 42.6201, -111.4487, 42.6201]}, {"id": "5323", "type": "Feature", "properties": {"id": "ak16827663", "mag": 2.1, "time": 1505043481292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5488, 52.6471, 37.0]}, "bbox": [-168.5488, 52.6471, -168.5488, 52.6471]}, {"id": "5324", "type": "Feature", "properties": {"id": "us2000ajch", "mag": 2.9, "time": 1505043441680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4464, 42.565, 8.31]}, "bbox": [-111.4464, 42.565, -111.4464, 42.565]}, {"id": "5325", "type": "Feature", "properties": {"id": "nn00604506", "mag": 1.1, "time": 1505043238904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2044, 38.3052, 10.6]}, "bbox": [-119.2044, 38.3052, -119.2044, 38.3052]}, {"id": "5326", "type": "Feature", "properties": {"id": "us2000ajce", "mag": 2.6, "time": 1505042826200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4252, 42.5577, 5.15]}, "bbox": [-111.4252, 42.5577, -111.4252, 42.5577]}, {"id": "5327", "type": "Feature", "properties": {"id": "ak16798700", "mag": 1.7, "time": 1505042612937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2918, 69.235, 1.0]}, "bbox": [-146.2918, 69.235, -146.2918, 69.235]}, {"id": "5328", "type": "Feature", "properties": {"id": "us2000ajc9", "mag": 3.1, "time": 1505042537350, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4318, 42.5604, 7.18]}, "bbox": [-111.4318, 42.5604, -111.4318, 42.5604]}, {"id": "5329", "type": "Feature", "properties": {"id": "hv61903466", "mag": 2.42, "time": 1505042508060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.211833, 19.916833, 13.349]}, "bbox": [-155.211833, 19.916833, -155.211833, 19.916833]}, {"id": "5330", "type": "Feature", "properties": {"id": "ak16798696", "mag": 1.3, "time": 1505042293807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3271, 69.2374, 3.8]}, "bbox": [-146.3271, 69.2374, -146.3271, 69.2374]}, {"id": "5331", "type": "Feature", "properties": {"id": "us2000ajbt", "mag": 4.7, "time": 1505041959050, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4701, 42.6074, 4.56]}, "bbox": [-111.4701, 42.6074, -111.4701, 42.6074]}, {"id": "5332", "type": "Feature", "properties": {"id": "us2000ajbp", "mag": 2.6, "time": 1505041798510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4553, 42.6057, 2.2]}, "bbox": [-111.4553, 42.6057, -111.4553, 42.6057]}, {"id": "5333", "type": "Feature", "properties": {"id": "nn00604588", "mag": 1.0, "time": 1505041736983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8863, 39.0228, 11.8]}, "bbox": [-118.8863, 39.0228, -118.8863, 39.0228]}, {"id": "5334", "type": "Feature", "properties": {"id": "pr2017253002", "mag": 2.88, "time": 1505041375350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.305, 18.603, 82.0]}, "bbox": [-66.305, 18.603, -66.305, 18.603]}, {"id": "5335", "type": "Feature", "properties": {"id": "us2000ajbk", "mag": 3.1, "time": 1505040789630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4404, 42.601, 4.73]}, "bbox": [-111.4404, 42.601, -111.4404, 42.601]}, {"id": "5336", "type": "Feature", "properties": {"id": "us2000ajbj", "mag": 2.6, "time": 1505040635620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4423, 42.5705, 7.5]}, "bbox": [-111.4423, 42.5705, -111.4423, 42.5705]}, {"id": "5337", "type": "Feature", "properties": {"id": "ci37759247", "mag": 1.02, "time": 1505040606370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.192167, 33.778, 3.52]}, "bbox": [-116.192167, 33.778, -116.192167, 33.778]}, {"id": "5338", "type": "Feature", "properties": {"id": "uw61306142", "mag": 2.37, "time": 1505040308500, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040167, 46.875333, 6.45]}, "bbox": [-122.040167, 46.875333, -122.040167, 46.875333]}, {"id": "5339", "type": "Feature", "properties": {"id": "ak16827659", "mag": 2.3, "time": 1505040202211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8004, 51.946, 193.7]}, "bbox": [-175.8004, 51.946, -175.8004, 51.946]}, {"id": "5340", "type": "Feature", "properties": {"id": "us2000ajba", "mag": 2.5, "time": 1505040116970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4234, 42.6126, 8.0]}, "bbox": [-111.4234, 42.6126, -111.4234, 42.6126]}, {"id": "5341", "type": "Feature", "properties": {"id": "ismpkansas70234948", "mag": 1.52, "time": 1505039824000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.878333, 37.226333, 2.17]}, "bbox": [-97.878333, 37.226333, -97.878333, 37.226333]}, {"id": "5342", "type": "Feature", "properties": {"id": "us2000ajay", "mag": 2.5, "time": 1505039717650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.5965, 6.66]}, "bbox": [-111.4475, 42.5965, -111.4475, 42.5965]}, {"id": "5343", "type": "Feature", "properties": {"id": "ci37759239", "mag": 1.83, "time": 1505039190870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.297667, 34.7275, 4.7]}, "bbox": [-116.297667, 34.7275, -116.297667, 34.7275]}, {"id": "5344", "type": "Feature", "properties": {"id": "ci37759231", "mag": 1.46, "time": 1505038960010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.206167, 33.030167, 5.66]}, "bbox": [-116.206167, 33.030167, -116.206167, 33.030167]}, {"id": "5345", "type": "Feature", "properties": {"id": "us2000ajah", "mag": 4.9, "time": 1505038459290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5926, 15.8657, 62.07]}, "bbox": [-94.5926, 15.8657, -94.5926, 15.8657]}, {"id": "5346", "type": "Feature", "properties": {"id": "us2000ajad", "mag": 2.8, "time": 1505038317850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4649, 42.5713, 2.8]}, "bbox": [-111.4649, 42.5713, -111.4649, 42.5713]}, {"id": "5347", "type": "Feature", "properties": {"id": "us2000ajac", "mag": 2.8, "time": 1505038143220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3389, 42.5698, 5.91]}, "bbox": [-111.3389, 42.5698, -111.3389, 42.5698]}, {"id": "5348", "type": "Feature", "properties": {"id": "us2000aja1", "mag": 2.5, "time": 1505037892850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4134, 42.5966, 2.41]}, "bbox": [-111.4134, 42.5966, -111.4134, 42.5966]}, {"id": "5349", "type": "Feature", "properties": {"id": "nc72889666", "mag": 2.44, "time": 1505037177900, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.680333, 36.934833, 10.93]}, "bbox": [-121.680333, 36.934833, -121.680333, 36.934833]}, {"id": "5350", "type": "Feature", "properties": {"id": "us2000ak98", "mag": 2.7, "time": 1505037007800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9657, 36.5378, 5.921]}, "bbox": [-98.9657, 36.5378, -98.9657, 36.5378]}, {"id": "5351", "type": "Feature", "properties": {"id": "us2000akbp", "mag": 3.5, "time": 1505036907810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4216, 42.6147, 2.61]}, "bbox": [-111.4216, 42.6147, -111.4216, 42.6147]}, {"id": "5352", "type": "Feature", "properties": {"id": "hv61903376", "mag": 2.02, "time": 1505036885770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.244, 19.404333, 38.634]}, "bbox": [-155.244, 19.404333, -155.244, 19.404333]}, {"id": "5353", "type": "Feature", "properties": {"id": "us2000aj9i", "mag": 5.0, "time": 1505036830570, "felt": 222.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5629, 9.83]}, "bbox": [-111.4155, 42.5629, -111.4155, 42.5629]}, {"id": "5354", "type": "Feature", "properties": {"id": "nn00604494", "mag": 1.3, "time": 1505036614546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9198, 38.3864, 5.0]}, "bbox": [-118.9198, 38.3864, -118.9198, 38.3864]}, {"id": "5355", "type": "Feature", "properties": {"id": "ak16797541", "mag": 2.3, "time": 1505036483755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.8674, 50.427, 38.0]}, "bbox": [-176.8674, 50.427, -176.8674, 50.427]}, {"id": "5356", "type": "Feature", "properties": {"id": "nc72889656", "mag": 1.55, "time": 1505036419440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9445, 37.642333, -0.52]}, "bbox": [-118.9445, 37.642333, -118.9445, 37.642333]}, {"id": "5357", "type": "Feature", "properties": {"id": "us2000artp", "mag": 4.7, "time": 1505036336060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.742, 44.4006, 89.5]}, "bbox": [147.742, 44.4006, 147.742, 44.4006]}, {"id": "5358", "type": "Feature", "properties": {"id": "us2000aj9e", "mag": 4.1, "time": 1505036045120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8669, 15.7031, 37.36]}, "bbox": [-93.8669, 15.7031, -93.8669, 15.7031]}, {"id": "5359", "type": "Feature", "properties": {"id": "ak16797519", "mag": 3.3, "time": 1505035967489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9107, 62.993, 122.8]}, "bbox": [-150.9107, 62.993, -150.9107, 62.993]}, {"id": "5360", "type": "Feature", "properties": {"id": "ak16797515", "mag": 2.4, "time": 1505035289100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.6897, 53.169, 25.5]}, "bbox": [-166.6897, 53.169, -166.6897, 53.169]}, {"id": "5361", "type": "Feature", "properties": {"id": "ak16827654", "mag": 1.4, "time": 1505034233691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9911, 60.3931, 86.0]}, "bbox": [-151.9911, 60.3931, -151.9911, 60.3931]}, {"id": "5362", "type": "Feature", "properties": {"id": "ak16796945", "mag": 2.3, "time": 1505033682313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0313, 60.3066, 10.2]}, "bbox": [-143.0313, 60.3066, -143.0313, 60.3066]}, {"id": "5363", "type": "Feature", "properties": {"id": "nc72889646", "mag": 1.08, "time": 1505033636850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.801998, 2.52]}, "bbox": [-122.818001, 38.801998, -122.818001, 38.801998]}, {"id": "5364", "type": "Feature", "properties": {"id": "us2000aj8v", "mag": 2.4, "time": 1505033298010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.484, 42.6096, 5.0]}, "bbox": [-111.484, 42.6096, -111.484, 42.6096]}, {"id": "5365", "type": "Feature", "properties": {"id": "us2000amz2", "mag": 2.8, "time": 1505033251180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0563, 54.0093, 14.8]}, "bbox": [-163.0563, 54.0093, -163.0563, 54.0093]}, {"id": "5366", "type": "Feature", "properties": {"id": "ci37759175", "mag": 1.28, "time": 1505033174200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362167, 33.154333, 11.24]}, "bbox": [-116.362167, 33.154333, -116.362167, 33.154333]}, {"id": "5367", "type": "Feature", "properties": {"id": "ak16796924", "mag": 1.8, "time": 1505033149645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7762, 53.453, 28.1]}, "bbox": [-165.7762, 53.453, -165.7762, 53.453]}, {"id": "5368", "type": "Feature", "properties": {"id": "us2000aj8s", "mag": 5.5, "time": 1505033064540, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.8932, 41.7813, 45.0]}, "bbox": [142.8932, 41.7813, 142.8932, 41.7813]}, {"id": "5369", "type": "Feature", "properties": {"id": "us2000aj8i", "mag": 5.2, "time": 1505032778170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5035, 15.7644, 57.6]}, "bbox": [-94.5035, 15.7644, -94.5035, 15.7644]}, {"id": "5370", "type": "Feature", "properties": {"id": "us2000amz1", "mag": 2.8, "time": 1505032715690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8991, 53.5788, 15.9]}, "bbox": [-162.8991, 53.5788, -162.8991, 53.5788]}, {"id": "5371", "type": "Feature", "properties": {"id": "mb80253749", "mag": 1.76, "time": 1505032545100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.889167, 14.06]}, "bbox": [-112.524667, 46.889167, -112.524667, 46.889167]}, {"id": "5372", "type": "Feature", "properties": {"id": "us2000aj87", "mag": 3.8, "time": 1505032481960, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9548, 37.0369, 5.0]}, "bbox": [-104.9548, 37.0369, -104.9548, 37.0369]}, {"id": "5373", "type": "Feature", "properties": {"id": "us2000artm", "mag": 4.4, "time": 1505032427640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.852, -18.159, 601.21]}, "bbox": [-177.852, -18.159, -177.852, -18.159]}, {"id": "5374", "type": "Feature", "properties": {"id": "us2000aj86", "mag": 4.2, "time": 1505032314990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.3039, 38.0722, 10.0]}, "bbox": [22.3039, 38.0722, 22.3039, 38.0722]}, {"id": "5375", "type": "Feature", "properties": {"id": "ci37759159", "mag": 0.97, "time": 1505031839650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1615, 34.0365, 4.44]}, "bbox": [-117.1615, 34.0365, -117.1615, 34.0365]}, {"id": "5376", "type": "Feature", "properties": {"id": "us2000artk", "mag": 3.8, "time": 1505031830730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.788, 53.8251, 10.0]}, "bbox": [170.788, 53.8251, 170.788, 53.8251]}, {"id": "5377", "type": "Feature", "properties": {"id": "us2000amyz", "mag": 2.6, "time": 1505031468470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4988, 51.6871, 9.2]}, "bbox": [-178.4988, 51.6871, -178.4988, 51.6871]}, {"id": "5378", "type": "Feature", "properties": {"id": "us2000arti", "mag": 4.5, "time": 1505031463320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9123, -25.0133, 508.03]}, "bbox": [179.9123, -25.0133, 179.9123, -25.0133]}, {"id": "5379", "type": "Feature", "properties": {"id": "hv61903321", "mag": 1.9, "time": 1505031307020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.376, 19.109, 42.633]}, "bbox": [-155.376, 19.109, -155.376, 19.109]}, {"id": "5380", "type": "Feature", "properties": {"id": "ci37759151", "mag": 2.32, "time": 1505031276490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.528667, 33.143833, 8.22]}, "bbox": [-116.528667, 33.143833, -116.528667, 33.143833]}, {"id": "5381", "type": "Feature", "properties": {"id": "nc72889631", "mag": 1.68, "time": 1505031062020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1025, 35.652333, 4.49]}, "bbox": [-121.1025, 35.652333, -121.1025, 35.652333]}, {"id": "5382", "type": "Feature", "properties": {"id": "ci37759127", "mag": 0.99, "time": 1505030565890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4795, 34.347667, 6.85]}, "bbox": [-118.4795, 34.347667, -118.4795, 34.347667]}, {"id": "5383", "type": "Feature", "properties": {"id": "ak16796357", "mag": 1.6, "time": 1505029768799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6864, 61.2792, 33.7]}, "bbox": [-146.6864, 61.2792, -146.6864, 61.2792]}, {"id": "5384", "type": "Feature", "properties": {"id": "ak16796347", "mag": 2.8, "time": 1505029738842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8811, 62.6834, 89.8]}, "bbox": [-150.8811, 62.6834, -150.8811, 62.6834]}, {"id": "5385", "type": "Feature", "properties": {"id": "ak16796345", "mag": 1.1, "time": 1505029334941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9656, 62.9587, 88.3]}, "bbox": [-149.9656, 62.9587, -149.9656, 62.9587]}, {"id": "5386", "type": "Feature", "properties": {"id": "ak16796343", "mag": 1.4, "time": 1505028430485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3315, 60.2265, 0.0]}, "bbox": [-141.3315, 60.2265, -141.3315, 60.2265]}, {"id": "5387", "type": "Feature", "properties": {"id": "ci37759079", "mag": 1.03, "time": 1505028192380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.508, 4.77]}, "bbox": [-116.793833, 33.508, -116.793833, 33.508]}, {"id": "5388", "type": "Feature", "properties": {"id": "ak16827644", "mag": 2.2, "time": 1505028185237, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9799, 52.0013, 156.3]}, "bbox": [-175.9799, 52.0013, -175.9799, 52.0013]}, {"id": "5389", "type": "Feature", "properties": {"id": "us2000artg", "mag": 4.2, "time": 1505027908500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9129, -24.5931, 503.92]}, "bbox": [179.9129, -24.5931, 179.9129, -24.5931]}, {"id": "5390", "type": "Feature", "properties": {"id": "us2000aj7r", "mag": 4.5, "time": 1505027720310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5866, 15.1076, 24.87]}, "bbox": [-94.5866, 15.1076, -94.5866, 15.1076]}, {"id": "5391", "type": "Feature", "properties": {"id": "us2000aj7m", "mag": 3.3, "time": 1505027636400, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.804, 35.9918, 5.961]}, "bbox": [-96.804, 35.9918, -96.804, 35.9918]}, {"id": "5392", "type": "Feature", "properties": {"id": "us2000aj7l", "mag": 3.0, "time": 1505027344470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4316, 42.5611, 7.33]}, "bbox": [-111.4316, 42.5611, -111.4316, 42.5611]}, {"id": "5393", "type": "Feature", "properties": {"id": "ak16796341", "mag": 1.6, "time": 1505026917606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9481, 51.2072, 22.2]}, "bbox": [-177.9481, 51.2072, -177.9481, 51.2072]}, {"id": "5394", "type": "Feature", "properties": {"id": "ak16796340", "mag": 1.2, "time": 1505026743356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0079, 59.5892, 41.8]}, "bbox": [-151.0079, 59.5892, -151.0079, 59.5892]}, {"id": "5395", "type": "Feature", "properties": {"id": "ak16796338", "mag": 1.3, "time": 1505026513369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0949, 62.0857, 37.5]}, "bbox": [-148.0949, 62.0857, -148.0949, 62.0857]}, {"id": "5396", "type": "Feature", "properties": {"id": "ci37759055", "mag": 1.58, "time": 1505026335940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.501167, 3.42]}, "bbox": [-116.798333, 33.501167, -116.798333, 33.501167]}, {"id": "5397", "type": "Feature", "properties": {"id": "mb80253734", "mag": 1.14, "time": 1505025721140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.170167, 47.328333, 19.23]}, "bbox": [-113.170167, 47.328333, -113.170167, 47.328333]}, {"id": "5398", "type": "Feature", "properties": {"id": "ak16796336", "mag": 1.0, "time": 1505025668896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2865, 62.4037, 46.1]}, "bbox": [-148.2865, 62.4037, -148.2865, 62.4037]}, {"id": "5399", "type": "Feature", "properties": {"id": "ak16796333", "mag": 1.6, "time": 1505025496149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8107, 60.5943, 2.7]}, "bbox": [-147.8107, 60.5943, -147.8107, 60.5943]}, {"id": "5400", "type": "Feature", "properties": {"id": "nc72889606", "mag": 1.8, "time": 1505025336300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.260333, 36.150833, 8.23]}, "bbox": [-120.260333, 36.150833, -120.260333, 36.150833]}, {"id": "5401", "type": "Feature", "properties": {"id": "us2000aj7g", "mag": 4.3, "time": 1505024815920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5354, 15.0816, 39.42]}, "bbox": [-94.5354, 15.0816, -94.5354, 15.0816]}, {"id": "5402", "type": "Feature", "properties": {"id": "ak16827636", "mag": 1.3, "time": 1505024434533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4031, 51.77, 19.4]}, "bbox": [-178.4031, 51.77, -178.4031, 51.77]}, {"id": "5403", "type": "Feature", "properties": {"id": "ak16795777", "mag": 1.4, "time": 1505024355978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0051, 60.2926, 12.0]}, "bbox": [-143.0051, 60.2926, -143.0051, 60.2926]}, {"id": "5404", "type": "Feature", "properties": {"id": "ci37759039", "mag": 1.89, "time": 1505024281500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871, 36.511333, 7.6]}, "bbox": [-117.871, 36.511333, -117.871, 36.511333]}, {"id": "5405", "type": "Feature", "properties": {"id": "nn00604470", "mag": 1.2, "time": 1505024158420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1219, 37.3848, 6.9]}, "bbox": [-117.1219, 37.3848, -117.1219, 37.3848]}, {"id": "5406", "type": "Feature", "properties": {"id": "nc72889576", "mag": 0.98, "time": 1505022995190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.766333, 37.576333, 4.92]}, "bbox": [-118.766333, 37.576333, -118.766333, 37.576333]}, {"id": "5407", "type": "Feature", "properties": {"id": "us2000aj75", "mag": 4.0, "time": 1505022687700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2661, 15.0962, 47.3]}, "bbox": [-94.2661, 15.0962, -94.2661, 15.0962]}, {"id": "5408", "type": "Feature", "properties": {"id": "ak16827633", "mag": 1.4, "time": 1505022608119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9863, 59.5419, 87.3]}, "bbox": [-152.9863, 59.5419, -152.9863, 59.5419]}, {"id": "5409", "type": "Feature", "properties": {"id": "ak16795771", "mag": 1.7, "time": 1505022431855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.916, 63.9]}, "bbox": [-150.7645, 61.916, -150.7645, 61.916]}, {"id": "5410", "type": "Feature", "properties": {"id": "ak16795770", "mag": 1.2, "time": 1505022130505, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6083, 61.2662, 54.7]}, "bbox": [-150.6083, 61.2662, -150.6083, 61.2662]}, {"id": "5411", "type": "Feature", "properties": {"id": "nn00604466", "mag": 1.4, "time": 1505021979344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1529, 37.0254, 0.2]}, "bbox": [-115.1529, 37.0254, -115.1529, 37.0254]}, {"id": "5412", "type": "Feature", "properties": {"id": "ak16795766", "mag": 1.7, "time": 1505021975648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1305, 61.3941, 3.7]}, "bbox": [-140.1305, 61.3941, -140.1305, 61.3941]}, {"id": "5413", "type": "Feature", "properties": {"id": "pr2017253001", "mag": 2.14, "time": 1505021553530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0151, 18.2211, 26.0]}, "bbox": [-67.0151, 18.2211, -67.0151, 18.2211]}, {"id": "5414", "type": "Feature", "properties": {"id": "ci37759015", "mag": 1.41, "time": 1505021428240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1665, 34.037667, 5.07]}, "bbox": [-117.1665, 34.037667, -117.1665, 34.037667]}, {"id": "5415", "type": "Feature", "properties": {"id": "us2000aj6q", "mag": 2.8, "time": 1505020972500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6874, 36.6964, 8.0]}, "bbox": [-97.6874, 36.6964, -97.6874, 36.6964]}, {"id": "5416", "type": "Feature", "properties": {"id": "ci37758999", "mag": 1.58, "time": 1505020355730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168833, 34.037667, 4.71]}, "bbox": [-117.168833, 34.037667, -117.168833, 34.037667]}, {"id": "5417", "type": "Feature", "properties": {"id": "nc72889556", "mag": 1.12, "time": 1505019834580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712167, 38.750333, 2.07]}, "bbox": [-122.712167, 38.750333, -122.712167, 38.750333]}, {"id": "5418", "type": "Feature", "properties": {"id": "uw61306032", "mag": 2.05, "time": 1505019796720, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.874333, 6.38]}, "bbox": [-122.038167, 46.874333, -122.038167, 46.874333]}, {"id": "5419", "type": "Feature", "properties": {"id": "us2000aj6e", "mag": 4.1, "time": 1505019258690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3705, 67.5564, 10.0]}, "bbox": [-173.3705, 67.5564, -173.3705, 67.5564]}, {"id": "5420", "type": "Feature", "properties": {"id": "us2000aj6c", "mag": 4.1, "time": 1505019032690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0925, 15.7467, 34.06]}, "bbox": [-95.0925, 15.7467, -95.0925, 15.7467]}, {"id": "5421", "type": "Feature", "properties": {"id": "us2000ayew", "mag": 4.2, "time": 1505018634430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9037, 15.4311, 74.4]}, "bbox": [-94.9037, 15.4311, -94.9037, 15.4311]}, {"id": "5422", "type": "Feature", "properties": {"id": "ci37758959", "mag": 1.24, "time": 1505018324480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169833, 34.0395, 6.0]}, "bbox": [-117.169833, 34.0395, -117.169833, 34.0395]}, {"id": "5423", "type": "Feature", "properties": {"id": "ak16795206", "mag": 2.1, "time": 1505018157144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4944, 60.3044, 178.8]}, "bbox": [-153.4944, 60.3044, -153.4944, 60.3044]}, {"id": "5424", "type": "Feature", "properties": {"id": "us2000ayer", "mag": 4.0, "time": 1505017700720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8225, 15.3927, 47.72]}, "bbox": [-94.8225, 15.3927, -94.8225, 15.3927]}, {"id": "5425", "type": "Feature", "properties": {"id": "ci37758935", "mag": 1.14, "time": 1505017497720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169, 34.039333, 6.34]}, "bbox": [-117.169, 34.039333, -117.169, 34.039333]}, {"id": "5426", "type": "Feature", "properties": {"id": "ak16795202", "mag": 1.4, "time": 1505017366860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3287, 63.2644, 12.8]}, "bbox": [-151.3287, 63.2644, -151.3287, 63.2644]}, {"id": "5427", "type": "Feature", "properties": {"id": "ci37758927", "mag": 0.97, "time": 1505017113210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.034167, 34.268333, -0.16]}, "bbox": [-117.034167, 34.268333, -117.034167, 34.268333]}, {"id": "5428", "type": "Feature", "properties": {"id": "ak16827627", "mag": 1.4, "time": 1505017084382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.915, 59.1941, 109.4]}, "bbox": [-153.915, 59.1941, -153.915, 59.1941]}, {"id": "5429", "type": "Feature", "properties": {"id": "ci37758911", "mag": 1.67, "time": 1505016996470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.037833, 5.81]}, "bbox": [-117.167, 34.037833, -117.167, 34.037833]}, {"id": "5430", "type": "Feature", "properties": {"id": "ak16795198", "mag": 1.2, "time": 1505016773648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4096, 62.1404, 0.2]}, "bbox": [-150.4096, 62.1404, -150.4096, 62.1404]}, {"id": "5431", "type": "Feature", "properties": {"id": "ak16795193", "mag": 2.2, "time": 1505016672191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3522, 59.8641, 133.9]}, "bbox": [-153.3522, 59.8641, -153.3522, 59.8641]}, {"id": "5432", "type": "Feature", "properties": {"id": "ismpkansas70234903", "mag": 1.63, "time": 1505016085390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.572167, 37.347167, 4.85]}, "bbox": [-97.572167, 37.347167, -97.572167, 37.347167]}, {"id": "5433", "type": "Feature", "properties": {"id": "ak16795191", "mag": 1.2, "time": 1505016021415, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4153, 61.11, 0.0]}, "bbox": [-147.4153, 61.11, -147.4153, 61.11]}, {"id": "5434", "type": "Feature", "properties": {"id": "us2000aj5p", "mag": 4.3, "time": 1505015407020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7252, 38.0198, 68.12]}, "bbox": [141.7252, 38.0198, 141.7252, 38.0198]}, {"id": "5435", "type": "Feature", "properties": {"id": "ak16795189", "mag": 1.3, "time": 1505014815822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7877, 59.5199, 52.1]}, "bbox": [-151.7877, 59.5199, -151.7877, 59.5199]}, {"id": "5436", "type": "Feature", "properties": {"id": "nc72889511", "mag": 1.11, "time": 1505014765900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711998, 38.755501, 2.76]}, "bbox": [-122.711998, 38.755501, -122.711998, 38.755501]}, {"id": "5437", "type": "Feature", "properties": {"id": "us2000aj5f", "mag": 4.1, "time": 1505014246310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7509, 15.2659, 43.51]}, "bbox": [-94.7509, 15.2659, -94.7509, 15.2659]}, {"id": "5438", "type": "Feature", "properties": {"id": "ak16795181", "mag": 2.2, "time": 1505014149113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8561, 61.3045, 25.3]}, "bbox": [-146.8561, 61.3045, -146.8561, 61.3045]}, {"id": "5439", "type": "Feature", "properties": {"id": "ak16795185", "mag": 1.8, "time": 1505014144643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2491, 60.9757, 43.4]}, "bbox": [-147.2491, 60.9757, -147.2491, 60.9757]}, {"id": "5440", "type": "Feature", "properties": {"id": "us2000aj59", "mag": 4.1, "time": 1505013882540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2187, 67.6427, 10.0]}, "bbox": [-173.2187, 67.6427, -173.2187, 67.6427]}, {"id": "5441", "type": "Feature", "properties": {"id": "uw61306007", "mag": 1.81, "time": 1505013085820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600667, 43.836167, 3.82]}, "bbox": [-122.600667, 43.836167, -122.600667, 43.836167]}, {"id": "5442", "type": "Feature", "properties": {"id": "mb80253724", "mag": 1.18, "time": 1505012880400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520333, 46.896167, 10.28]}, "bbox": [-112.520333, 46.896167, -112.520333, 46.896167]}, {"id": "5443", "type": "Feature", "properties": {"id": "us2000aj51", "mag": 5.8, "time": 1505012842340, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5278, 15.3896, 29.0]}, "bbox": [-94.5278, 15.3896, -94.5278, 15.3896]}, {"id": "5444", "type": "Feature", "properties": {"id": "ak16794614", "mag": 1.5, "time": 1505011941254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0253, 66.769, 24.1]}, "bbox": [-146.0253, 66.769, -146.0253, 66.769]}, {"id": "5445", "type": "Feature", "properties": {"id": "ak16794611", "mag": 1.9, "time": 1505011477433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.452, 60.9238, 15.1]}, "bbox": [-147.452, 60.9238, -147.452, 60.9238]}, {"id": "5446", "type": "Feature", "properties": {"id": "ak16794610", "mag": 2.3, "time": 1505010496180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5196, 51.817, 106.7]}, "bbox": [178.5196, 51.817, 178.5196, 51.817]}, {"id": "5447", "type": "Feature", "properties": {"id": "us2000arv6", "mag": 4.0, "time": 1505010360400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9747, 15.1883, 59.97]}, "bbox": [-94.9747, 15.1883, -94.9747, 15.1883]}, {"id": "5448", "type": "Feature", "properties": {"id": "pr2017253000", "mag": 2.65, "time": 1505009947880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1073, 18.2203, 79.0]}, "bbox": [-67.1073, 18.2203, -67.1073, 18.2203]}, {"id": "5449", "type": "Feature", "properties": {"id": "us2000aj4r", "mag": 4.3, "time": 1505009855470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.3515, 14.9239, 35.26]}, "bbox": [-93.3515, 14.9239, -93.3515, 14.9239]}, {"id": "5450", "type": "Feature", "properties": {"id": "us2000aj4q", "mag": 2.4, "time": 1505009730390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.403, 42.6058, 5.0]}, "bbox": [-111.403, 42.6058, -111.403, 42.6058]}, {"id": "5451", "type": "Feature", "properties": {"id": "ak16794604", "mag": 1.5, "time": 1505009566066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5055, 61.4008, 14.7]}, "bbox": [-146.5055, 61.4008, -146.5055, 61.4008]}, {"id": "5452", "type": "Feature", "properties": {"id": "us2000aj4m", "mag": 3.2, "time": 1505008832850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4779, 42.6737, 2.46]}, "bbox": [-111.4779, 42.6737, -111.4779, 42.6737]}, {"id": "5453", "type": "Feature", "properties": {"id": "us2000aye7", "mag": 3.9, "time": 1505008653110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.442, 15.7739, 41.92]}, "bbox": [-94.442, 15.7739, -94.442, 15.7739]}, {"id": "5454", "type": "Feature", "properties": {"id": "us2000aj4i", "mag": 4.2, "time": 1505008285900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3811, 14.9456, 27.79]}, "bbox": [-94.3811, 14.9456, -94.3811, 14.9456]}, {"id": "5455", "type": "Feature", "properties": {"id": "ak16827395", "mag": 1.0, "time": 1505008083507, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7452, 63.1544, 9.3]}, "bbox": [-152.7452, 63.1544, -152.7452, 63.1544]}, {"id": "5456", "type": "Feature", "properties": {"id": "ak16794056", "mag": 1.8, "time": 1505007980655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.9725, 59.1241, 13.0]}, "bbox": [-137.9725, 59.1241, -137.9725, 59.1241]}, {"id": "5457", "type": "Feature", "properties": {"id": "nn00604443", "mag": 1.1, "time": 1505007942083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9112, 38.3937, 7.8]}, "bbox": [-118.9112, 38.3937, -118.9112, 38.3937]}, {"id": "5458", "type": "Feature", "properties": {"id": "ci37758839", "mag": 1.22, "time": 1505007033130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.383167, 33.193, 7.75]}, "bbox": [-116.383167, 33.193, -116.383167, 33.193]}, {"id": "5459", "type": "Feature", "properties": {"id": "ak16827393", "mag": 1.2, "time": 1505006807930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6807, 59.9356, 95.0]}, "bbox": [-152.6807, 59.9356, -152.6807, 59.9356]}, {"id": "5460", "type": "Feature", "properties": {"id": "us2000aj47", "mag": 4.1, "time": 1505005871300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.689, 16.7045, 39.46]}, "bbox": [-94.689, 16.7045, -94.689, 16.7045]}, {"id": "5461", "type": "Feature", "properties": {"id": "us2000aj44", "mag": 4.3, "time": 1505005501920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7157, 15.408, 32.22]}, "bbox": [-94.7157, 15.408, -94.7157, 15.408]}, {"id": "5462", "type": "Feature", "properties": {"id": "us2000aj41", "mag": 4.3, "time": 1505005103690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5751, 15.5308, 63.49]}, "bbox": [-94.5751, 15.5308, -94.5751, 15.5308]}, {"id": "5463", "type": "Feature", "properties": {"id": "us2000aj3z", "mag": 4.4, "time": 1505004749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.3526, 47.21]}, "bbox": [-94.4987, 15.3526, -94.4987, 15.3526]}, {"id": "5464", "type": "Feature", "properties": {"id": "us2000aj3t", "mag": 3.3, "time": 1505004389150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.358, 44.2464, 10.0]}, "bbox": [-129.358, 44.2464, -129.358, 44.2464]}, {"id": "5465", "type": "Feature", "properties": {"id": "ak16793513", "mag": 2.3, "time": 1505004296412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.3005, 58.2485, 10.0]}, "bbox": [-143.3005, 58.2485, -143.3005, 58.2485]}, {"id": "5466", "type": "Feature", "properties": {"id": "ak16793511", "mag": 2.0, "time": 1505004250005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3901, 51.6935, 13.2]}, "bbox": [-178.3901, 51.6935, -178.3901, 51.6935]}, {"id": "5467", "type": "Feature", "properties": {"id": "us2000aj3m", "mag": 3.3, "time": 1505004159420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0417, 44.4745, 10.0]}, "bbox": [-129.0417, 44.4745, -129.0417, 44.4745]}, {"id": "5468", "type": "Feature", "properties": {"id": "ak16827390", "mag": 1.5, "time": 1505004153873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9635, 59.4036, 98.3]}, "bbox": [-152.9635, 59.4036, -152.9635, 59.4036]}, {"id": "5469", "type": "Feature", "properties": {"id": "ak16827388", "mag": 1.4, "time": 1505003603974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4592, 51.7361, 18.3]}, "bbox": [-178.4592, 51.7361, -178.4592, 51.7361]}, {"id": "5470", "type": "Feature", "properties": {"id": "ak16793506", "mag": 1.5, "time": 1505003554878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5578, 62.0025, 41.6]}, "bbox": [-149.5578, 62.0025, -149.5578, 62.0025]}, {"id": "5471", "type": "Feature", "properties": {"id": "mb80253689", "mag": 0.96, "time": 1505003169140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.508667, 46.879833, 9.14]}, "bbox": [-112.508667, 46.879833, -112.508667, 46.879833]}, {"id": "5472", "type": "Feature", "properties": {"id": "us2000aj3k", "mag": 4.7, "time": 1505002421890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.5775, -16.7183, 10.0]}, "bbox": [-172.5775, -16.7183, -172.5775, -16.7183]}, {"id": "5473", "type": "Feature", "properties": {"id": "ak16793503", "mag": 1.2, "time": 1505001653442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0694, 51.6811, 2.6]}, "bbox": [-178.0694, 51.6811, -178.0694, 51.6811]}, {"id": "5474", "type": "Feature", "properties": {"id": "us2000aj3c", "mag": 2.3, "time": 1505001525800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5803, 7.86]}, "bbox": [-111.427, 42.5803, -111.427, 42.5803]}, {"id": "5475", "type": "Feature", "properties": {"id": "hv61903041", "mag": 1.97, "time": 1505000788390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.501, 19.948333, 38.213]}, "bbox": [-155.501, 19.948333, -155.501, 19.948333]}, {"id": "5476", "type": "Feature", "properties": {"id": "ak16793502", "mag": 2.1, "time": 1505000595653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5442, 56.1065, 5.5]}, "bbox": [-159.5442, 56.1065, -159.5442, 56.1065]}, {"id": "5477", "type": "Feature", "properties": {"id": "us2000aj36", "mag": 3.3, "time": 1505000090270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0754, 44.3952, 10.0]}, "bbox": [-129.0754, 44.3952, -129.0754, 44.3952]}, {"id": "5478", "type": "Feature", "properties": {"id": "nc72889416", "mag": 1.43, "time": 1505000045060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.709167, 38.768333, 1.44]}, "bbox": [-122.709167, 38.768333, -122.709167, 38.768333]}, {"id": "5479", "type": "Feature", "properties": {"id": "nc72889411", "mag": 1.18, "time": 1504999845050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.424167, 38.768, 7.71]}, "bbox": [-122.424167, 38.768, -122.424167, 38.768]}, {"id": "5480", "type": "Feature", "properties": {"id": "ak16793501", "mag": 1.0, "time": 1504999793486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0175, 59.5958, 36.9]}, "bbox": [-151.0175, 59.5958, -151.0175, 59.5958]}, {"id": "5481", "type": "Feature", "properties": {"id": "ak16793499", "mag": 1.5, "time": 1504999218478, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9885, 60.7112, 87.3]}, "bbox": [-151.9885, 60.7112, -151.9885, 60.7112]}, {"id": "5482", "type": "Feature", "properties": {"id": "ak16823567", "mag": 1.5, "time": 1504999019129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3619, 57.7499, 9.3]}, "bbox": [-136.3619, 57.7499, -136.3619, 57.7499]}, {"id": "5483", "type": "Feature", "properties": {"id": "hv61903026", "mag": 1.83, "time": 1504999009760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28717, 19.4025, 1.54]}, "bbox": [-155.28717, 19.4025, -155.28717, 19.4025]}, {"id": "5484", "type": "Feature", "properties": {"id": "ak16793495", "mag": 1.5, "time": 1504998539010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1873, 63.1024, 94.1]}, "bbox": [-150.1873, 63.1024, -150.1873, 63.1024]}, {"id": "5485", "type": "Feature", "properties": {"id": "ak16793492", "mag": 1.9, "time": 1504998198191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4513, 66.9866, 0.9]}, "bbox": [-157.4513, 66.9866, -157.4513, 66.9866]}, {"id": "5486", "type": "Feature", "properties": {"id": "ak16793490", "mag": 1.1, "time": 1504998084010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3555, 64.9906, 0.0]}, "bbox": [-147.3555, 64.9906, -147.3555, 64.9906]}, {"id": "5487", "type": "Feature", "properties": {"id": "us2000am0g", "mag": 2.9, "time": 1504997864050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5776, 54.9813, 70.97]}, "bbox": [-161.5776, 54.9813, -161.5776, 54.9813]}, {"id": "5488", "type": "Feature", "properties": {"id": "us2000am0f", "mag": 3.0, "time": 1504997382330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4861, 55.435, 25.1]}, "bbox": [-158.4861, 55.435, -158.4861, 55.435]}, {"id": "5489", "type": "Feature", "properties": {"id": "us2000aj2w", "mag": 2.6, "time": 1504996101810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.6646, 8.07]}, "bbox": [-111.4595, 42.6646, -111.4595, 42.6646]}, {"id": "5490", "type": "Feature", "properties": {"id": "ak16823560", "mag": 1.1, "time": 1504995586471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5516, 60.1674, 10.1]}, "bbox": [-139.5516, 60.1674, -139.5516, 60.1674]}, {"id": "5491", "type": "Feature", "properties": {"id": "us2000aj2g", "mag": 2.6, "time": 1504995580700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.3253, 36.95, 2.161]}, "bbox": [-99.3253, 36.95, -99.3253, 36.95]}, {"id": "5492", "type": "Feature", "properties": {"id": "nc72889401", "mag": 1.53, "time": 1504995533070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.883167, 39.862333, 5.12]}, "bbox": [-122.883167, 39.862333, -122.883167, 39.862333]}, {"id": "5493", "type": "Feature", "properties": {"id": "us2000aj2p", "mag": 4.3, "time": 1504995471290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.6167, -36.1497, 25.35]}, "bbox": [-73.6167, -36.1497, -73.6167, -36.1497]}, {"id": "5494", "type": "Feature", "properties": {"id": "ci37758743", "mag": 0.97, "time": 1504995032090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 35.897667, 6.49]}, "bbox": [-116.927167, 35.897667, -116.927167, 35.897667]}, {"id": "5495", "type": "Feature", "properties": {"id": "ak16792945", "mag": 1.9, "time": 1504994934423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6439, 60.0021, 159.1]}, "bbox": [-153.6439, 60.0021, -153.6439, 60.0021]}, {"id": "5496", "type": "Feature", "properties": {"id": "nc72889396", "mag": 1.01, "time": 1504994309360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.744499, 38.774666, 1.39]}, "bbox": [-122.744499, 38.774666, -122.744499, 38.774666]}, {"id": "5497", "type": "Feature", "properties": {"id": "mb80253659", "mag": 1.35, "time": 1504994237270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.767667, 45.618, 0.67]}, "bbox": [-111.767667, 45.618, -111.767667, 45.618]}, {"id": "5498", "type": "Feature", "properties": {"id": "nc72889391", "mag": 1.15, "time": 1504994059680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4355, 39.501833, 12.05]}, "bbox": [-121.4355, 39.501833, -121.4355, 39.501833]}, {"id": "5499", "type": "Feature", "properties": {"id": "us2000ayd8", "mag": 4.0, "time": 1504993547880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0655, 15.7772, 34.99]}, "bbox": [-95.0655, 15.7772, -95.0655, 15.7772]}, {"id": "5500", "type": "Feature", "properties": {"id": "uu60240502", "mag": 1.28, "time": 1504993388650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.014167, 44.781833, 8.11]}, "bbox": [-111.014167, 44.781833, -111.014167, 44.781833]}, {"id": "5501", "type": "Feature", "properties": {"id": "nc72889381", "mag": 1.37, "time": 1504992621690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.732833, 38.768167, 0.83]}, "bbox": [-122.732833, 38.768167, -122.732833, 38.768167]}, {"id": "5502", "type": "Feature", "properties": {"id": "nc72889376", "mag": 1.64, "time": 1504992347010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.879, 39.861333, 5.75]}, "bbox": [-122.879, 39.861333, -122.879, 39.861333]}, {"id": "5503", "type": "Feature", "properties": {"id": "nc72889366", "mag": 0.99, "time": 1504990736460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712667, 38.913333, 2.6]}, "bbox": [-122.712667, 38.913333, -122.712667, 38.913333]}, {"id": "5504", "type": "Feature", "properties": {"id": "us2000aj18", "mag": 4.9, "time": 1504990247280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6127, -27.7277, 147.22]}, "bbox": [-177.6127, -27.7277, -177.6127, -27.7277]}, {"id": "5505", "type": "Feature", "properties": {"id": "us2000aksk", "mag": 2.8, "time": 1504990158400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8073, 35.9883, 6.228]}, "bbox": [-96.8073, 35.9883, -96.8073, 35.9883]}, {"id": "5506", "type": "Feature", "properties": {"id": "us2000aj13", "mag": 3.1, "time": 1504990070700, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8015, 35.9914, 5.85]}, "bbox": [-96.8015, 35.9914, -96.8015, 35.9914]}, {"id": "5507", "type": "Feature", "properties": {"id": "us2000arta", "mag": 4.2, "time": 1504989955640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0828, 15.537, 19.56]}, "bbox": [-95.0828, 15.537, -95.0828, 15.537]}, {"id": "5508", "type": "Feature", "properties": {"id": "ak16792284", "mag": 1.6, "time": 1504989907169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0546, 60.3983, 79.6]}, "bbox": [-152.0546, 60.3983, -152.0546, 60.3983]}, {"id": "5509", "type": "Feature", "properties": {"id": "nc72889356", "mag": 0.96, "time": 1504989514010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201333, 37.802667, 8.55]}, "bbox": [-122.201333, 37.802667, -122.201333, 37.802667]}, {"id": "5510", "type": "Feature", "properties": {"id": "ak16823554", "mag": 1.4, "time": 1504989475242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8158, 59.9912, 96.3]}, "bbox": [-152.8158, 59.9912, -152.8158, 59.9912]}, {"id": "5511", "type": "Feature", "properties": {"id": "us2000aj0w", "mag": 2.8, "time": 1504989429400, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5041, 36.2908, 8.103]}, "bbox": [-97.5041, 36.2908, -97.5041, 36.2908]}, {"id": "5512", "type": "Feature", "properties": {"id": "hv61902851", "mag": 1.98, "time": 1504989368750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279159, 19.391001, 0.54]}, "bbox": [-155.279159, 19.391001, -155.279159, 19.391001]}, {"id": "5513", "type": "Feature", "properties": {"id": "us2000art9", "mag": 4.4, "time": 1504989282650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5518, 15.0779, 35.94]}, "bbox": [-94.5518, 15.0779, -94.5518, 15.0779]}, {"id": "5514", "type": "Feature", "properties": {"id": "us2000aj0x", "mag": 4.2, "time": 1504989178220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8925, 15.5513, 33.85]}, "bbox": [-94.8925, 15.5513, -94.8925, 15.5513]}, {"id": "5515", "type": "Feature", "properties": {"id": "us2000aj1p", "mag": 2.3, "time": 1504988963860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4077, 55.6085, 30.8]}, "bbox": [-158.4077, 55.6085, -158.4077, 55.6085]}, {"id": "5516", "type": "Feature", "properties": {"id": "ak16823552", "mag": 1.2, "time": 1504988912939, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7854, 60.1774, 76.8]}, "bbox": [-151.7854, 60.1774, -151.7854, 60.1774]}, {"id": "5517", "type": "Feature", "properties": {"id": "us2000aj0r", "mag": 4.8, "time": 1504988774940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8055, 15.4862, 41.24]}, "bbox": [-94.8055, 15.4862, -94.8055, 15.4862]}, {"id": "5518", "type": "Feature", "properties": {"id": "ak16823551", "mag": 1.5, "time": 1504988703567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6984, 60.153, 94.6]}, "bbox": [-152.6984, 60.153, -152.6984, 60.153]}, {"id": "5519", "type": "Feature", "properties": {"id": "hv61902831", "mag": 2.68, "time": 1504988541740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.446, 20.027167, 8.137]}, "bbox": [-155.446, 20.027167, -155.446, 20.027167]}, {"id": "5520", "type": "Feature", "properties": {"id": "uu60240472", "mag": 1.31, "time": 1504988346800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.206, 39.282333, -3.32]}, "bbox": [-111.206, 39.282333, -111.206, 39.282333]}, {"id": "5521", "type": "Feature", "properties": {"id": "hv61902821", "mag": 2.08, "time": 1504988052380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.281998, 19.411833, 2.05]}, "bbox": [-155.281998, 19.411833, -155.281998, 19.411833]}, {"id": "5522", "type": "Feature", "properties": {"id": "ak16791747", "mag": 1.2, "time": 1504986900345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4114, 60.0877, 56.0]}, "bbox": [-150.4114, 60.0877, -150.4114, 60.0877]}, {"id": "5523", "type": "Feature", "properties": {"id": "nc72889346", "mag": 1.15, "time": 1504985576640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723667, 38.753833, 1.93]}, "bbox": [-122.723667, 38.753833, -122.723667, 38.753833]}, {"id": "5524", "type": "Feature", "properties": {"id": "us2000aizy", "mag": 4.4, "time": 1504984967070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1285, 55.2452, 28.63]}, "bbox": [-157.1285, 55.2452, -157.1285, 55.2452]}, {"id": "5525", "type": "Feature", "properties": {"id": "ak16823547", "mag": 2.3, "time": 1504984573262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2291, 50.8322, 17.6]}, "bbox": [-174.2291, 50.8322, -174.2291, 50.8322]}, {"id": "5526", "type": "Feature", "properties": {"id": "us2000aizr", "mag": 2.3, "time": 1504983888120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4504, 42.6494, 10.91]}, "bbox": [-111.4504, 42.6494, -111.4504, 42.6494]}, {"id": "5527", "type": "Feature", "properties": {"id": "nn00604425", "mag": 1.1, "time": 1504983732096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8284, 38.06, 3.2]}, "bbox": [-118.8284, 38.06, -118.8284, 38.06]}, {"id": "5528", "type": "Feature", "properties": {"id": "ak16791198", "mag": 1.7, "time": 1504983607869, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5288, 51.7278, 12.4]}, "bbox": [-178.5288, 51.7278, -178.5288, 51.7278]}, {"id": "5529", "type": "Feature", "properties": {"id": "nc72889341", "mag": 1.77, "time": 1504983196540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.881, 38.833667, 2.0]}, "bbox": [-122.881, 38.833667, -122.881, 38.833667]}, {"id": "5530", "type": "Feature", "properties": {"id": "uu60240427", "mag": 2.17, "time": 1504983086160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417167, 42.555833, 8.52]}, "bbox": [-111.417167, 42.555833, -111.417167, 42.555833]}, {"id": "5531", "type": "Feature", "properties": {"id": "us2000aizg", "mag": 4.4, "time": 1504983043410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4218, 15.787, 57.77]}, "bbox": [-94.4218, 15.787, -94.4218, 15.787]}, {"id": "5532", "type": "Feature", "properties": {"id": "hv61902716", "mag": 1.45, "time": 1504983007260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.274333, 18.915833, 7.212]}, "bbox": [-155.274333, 18.915833, -155.274333, 18.915833]}, {"id": "5533", "type": "Feature", "properties": {"id": "ak16823545", "mag": 1.7, "time": 1504982688397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1975, 53.2518, 21.4]}, "bbox": [-166.1975, 53.2518, -166.1975, 53.2518]}, {"id": "5534", "type": "Feature", "properties": {"id": "nn00604404", "mag": 2.1, "time": 1504981848383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9058, 38.3558, 8.8]}, "bbox": [-118.9058, 38.3558, -118.9058, 38.3558]}, {"id": "5535", "type": "Feature", "properties": {"id": "nc72889331", "mag": 1.22, "time": 1504981774440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.480833, 38.843833, 10.34]}, "bbox": [-122.480833, 38.843833, -122.480833, 38.843833]}, {"id": "5536", "type": "Feature", "properties": {"id": "us2000aiz4", "mag": 4.4, "time": 1504981610170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [155.7383, 49.4785, 59.88]}, "bbox": [155.7383, 49.4785, 155.7383, 49.4785]}, {"id": "5537", "type": "Feature", "properties": {"id": "ak16791190", "mag": 2.4, "time": 1504980782997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.857, 67.7643, 14.4]}, "bbox": [-152.857, 67.7643, -152.857, 67.7643]}, {"id": "5538", "type": "Feature", "properties": {"id": "ak16823543", "mag": 1.8, "time": 1504980266831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4071, 51.6082, 9.4]}, "bbox": [-178.4071, 51.6082, -178.4071, 51.6082]}, {"id": "5539", "type": "Feature", "properties": {"id": "ci37758695", "mag": 1.06, "time": 1504980028730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.307667, 34.0925, 16.16]}, "bbox": [-117.307667, 34.0925, -117.307667, 34.0925]}, {"id": "5540", "type": "Feature", "properties": {"id": "ak16791189", "mag": 1.3, "time": 1504980002277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.043, 60.3576, 52.2]}, "bbox": [-151.043, 60.3576, -151.043, 60.3576]}, {"id": "5541", "type": "Feature", "properties": {"id": "us2000aiyg", "mag": 4.4, "time": 1504979697800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.459, 15.3004, 36.6]}, "bbox": [-94.459, 15.3004, -94.459, 15.3004]}, {"id": "5542", "type": "Feature", "properties": {"id": "ak16823541", "mag": 1.5, "time": 1504978178608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8616, 58.3062, 104.2]}, "bbox": [-154.8616, 58.3062, -154.8616, 58.3062]}, {"id": "5543", "type": "Feature", "properties": {"id": "us2000aycf", "mag": 4.2, "time": 1504977766490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1719, 15.1363, 19.92]}, "bbox": [-94.1719, 15.1363, -94.1719, 15.1363]}, {"id": "5544", "type": "Feature", "properties": {"id": "nc72889311", "mag": 1.86, "time": 1504977631430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.621667, 39.523333, 4.94]}, "bbox": [-120.621667, 39.523333, -120.621667, 39.523333]}, {"id": "5545", "type": "Feature", "properties": {"id": "us2000am0a", "mag": 2.9, "time": 1504977007380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3606, 51.5729, 20.05]}, "bbox": [-178.3606, 51.5729, -178.3606, 51.5729]}, {"id": "5546", "type": "Feature", "properties": {"id": "uw61305857", "mag": 1.96, "time": 1504976913320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5835, 49.325, -0.06]}, "bbox": [-120.5835, 49.325, -120.5835, 49.325]}, {"id": "5547", "type": "Feature", "properties": {"id": "nn00604394", "mag": 1.0, "time": 1504976713972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9184, 39.4189, 9.4]}, "bbox": [-119.9184, 39.4189, -119.9184, 39.4189]}, {"id": "5548", "type": "Feature", "properties": {"id": "nn00604419", "mag": 1.0, "time": 1504976501919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9128, 38.3555, 7.9]}, "bbox": [-118.9128, 38.3555, -118.9128, 38.3555]}, {"id": "5549", "type": "Feature", "properties": {"id": "ak16823539", "mag": 1.7, "time": 1504975843554, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3563, 51.6531, 13.1]}, "bbox": [-178.3563, 51.6531, -178.3563, 51.6531]}, {"id": "5550", "type": "Feature", "properties": {"id": "uu60240367", "mag": 1.09, "time": 1504975707090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.071, 44.717, 8.3]}, "bbox": [-111.071, 44.717, -111.071, 44.717]}, {"id": "5551", "type": "Feature", "properties": {"id": "ak16790653", "mag": 3.1, "time": 1504974617088, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3417, 51.6239, 10.4]}, "bbox": [-178.3417, 51.6239, -178.3417, 51.6239]}, {"id": "5552", "type": "Feature", "properties": {"id": "ak16790654", "mag": 1.9, "time": 1504974537489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3148, 51.695, 47.7]}, "bbox": [-175.3148, 51.695, -175.3148, 51.695]}, {"id": "5553", "type": "Feature", "properties": {"id": "us2000aix7", "mag": 4.4, "time": 1504974070040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1553, 15.4199, 68.05]}, "bbox": [-94.1553, 15.4199, -94.1553, 15.4199]}, {"id": "5554", "type": "Feature", "properties": {"id": "us2000aix4", "mag": 2.7, "time": 1504973305730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.5514, 9.99]}, "bbox": [-111.4403, 42.5514, -111.4403, 42.5514]}, {"id": "5555", "type": "Feature", "properties": {"id": "ci37758639", "mag": 1.49, "time": 1504972882060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274333, 33.977333, 4.89]}, "bbox": [-116.274333, 33.977333, -116.274333, 33.977333]}, {"id": "5556", "type": "Feature", "properties": {"id": "ak16823535", "mag": 1.4, "time": 1504972779074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6619, 59.5746, 73.5]}, "bbox": [-152.6619, 59.5746, -152.6619, 59.5746]}, {"id": "5557", "type": "Feature", "properties": {"id": "ak16790651", "mag": 1.4, "time": 1504972583759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0742, 62.1419, 37.4]}, "bbox": [-148.0742, 62.1419, -148.0742, 62.1419]}, {"id": "5558", "type": "Feature", "properties": {"id": "hv61902621", "mag": 1.3, "time": 1504971779440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.013167, 19.393333, 2.338]}, "bbox": [-155.013167, 19.393333, -155.013167, 19.393333]}, {"id": "5559", "type": "Feature", "properties": {"id": "ci37758631", "mag": 1.6, "time": 1504971677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.497167, 32.741, 8.5]}, "bbox": [-115.497167, 32.741, -115.497167, 32.741]}, {"id": "5560", "type": "Feature", "properties": {"id": "ak16790130", "mag": 2.4, "time": 1504971409637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4283, 51.6859, 9.0]}, "bbox": [-178.4283, 51.6859, -178.4283, 51.6859]}, {"id": "5561", "type": "Feature", "properties": {"id": "us2000aiwm", "mag": 5.3, "time": 1504971008260, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8484, 15.8296, 39.05]}, "bbox": [-94.8484, 15.8296, -94.8484, 15.8296]}, {"id": "5562", "type": "Feature", "properties": {"id": "nc72889281", "mag": 1.07, "time": 1504970982380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944833, 37.598167, 1.8]}, "bbox": [-118.944833, 37.598167, -118.944833, 37.598167]}, {"id": "5563", "type": "Feature", "properties": {"id": "us2000aiwh", "mag": 4.8, "time": 1504970946650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5822, 15.0866, 46.84]}, "bbox": [-94.5822, 15.0866, -94.5822, 15.0866]}, {"id": "5564", "type": "Feature", "properties": {"id": "us2000aiwe", "mag": 4.6, "time": 1504970869530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9636, 15.3251, 65.27]}, "bbox": [-93.9636, 15.3251, -93.9636, 15.3251]}, {"id": "5565", "type": "Feature", "properties": {"id": "nc72889276", "mag": 1.09, "time": 1504970812160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.855667, 37.658833, 2.53]}, "bbox": [-118.855667, 37.658833, -118.855667, 37.658833]}, {"id": "5566", "type": "Feature", "properties": {"id": "ak16790123", "mag": 2.1, "time": 1504970292620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.13, 51.4897, 41.3]}, "bbox": [-177.13, 51.4897, -177.13, 51.4897]}, {"id": "5567", "type": "Feature", "properties": {"id": "ak16790120", "mag": 1.2, "time": 1504968778296, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3618, 61.0444, 0.0]}, "bbox": [-148.3618, 61.0444, -148.3618, 61.0444]}, {"id": "5568", "type": "Feature", "properties": {"id": "us2000aiw3", "mag": 4.1, "time": 1504968358930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.193, 15.2562, 35.0]}, "bbox": [-94.193, 15.2562, -94.193, 15.2562]}, {"id": "5569", "type": "Feature", "properties": {"id": "ak16789598", "mag": 2.5, "time": 1504968226307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7868, 63.1355, 123.4]}, "bbox": [-150.7868, 63.1355, -150.7868, 63.1355]}, {"id": "5570", "type": "Feature", "properties": {"id": "ak16789594", "mag": 1.9, "time": 1504968045372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7112, 60.6453, 16.4]}, "bbox": [-141.7112, 60.6453, -141.7112, 60.6453]}, {"id": "5571", "type": "Feature", "properties": {"id": "ci37758615", "mag": 1.41, "time": 1504967951280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275, 33.978333, 4.74]}, "bbox": [-116.275, 33.978333, -116.275, 33.978333]}, {"id": "5572", "type": "Feature", "properties": {"id": "ak16823526", "mag": 1.9, "time": 1504967456812, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4388, 54.8237, 32.0]}, "bbox": [-160.4388, 54.8237, -160.4388, 54.8237]}, {"id": "5573", "type": "Feature", "properties": {"id": "us2000aivy", "mag": 4.2, "time": 1504967440700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1556, 16.3217, 115.13]}, "bbox": [-94.1556, 16.3217, -94.1556, 16.3217]}, {"id": "5574", "type": "Feature", "properties": {"id": "ak16823525", "mag": 1.4, "time": 1504967368293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6252, 59.9753, 101.9]}, "bbox": [-152.6252, 59.9753, -152.6252, 59.9753]}, {"id": "5575", "type": "Feature", "properties": {"id": "ak16823524", "mag": 1.7, "time": 1504966965980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7649, 56.8018, 3.4]}, "bbox": [-154.7649, 56.8018, -154.7649, 56.8018]}, {"id": "5576", "type": "Feature", "properties": {"id": "ak16823523", "mag": 1.6, "time": 1504966219015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4826, 51.2597, 23.7]}, "bbox": [-177.4826, 51.2597, -177.4826, 51.2597]}, {"id": "5577", "type": "Feature", "properties": {"id": "nc72889256", "mag": 1.03, "time": 1504966067680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012333, 37.593667, 0.37]}, "bbox": [-119.012333, 37.593667, -119.012333, 37.593667]}, {"id": "5578", "type": "Feature", "properties": {"id": "nn00604381", "mag": 2.3, "time": 1504966020076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3553, 40.6574, 6.9]}, "bbox": [-119.3553, 40.6574, -119.3553, 40.6574]}, {"id": "5579", "type": "Feature", "properties": {"id": "ci37758607", "mag": 1.15, "time": 1504965758050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.386667, 33.320333, 5.46]}, "bbox": [-116.386667, 33.320333, -116.386667, 33.320333]}, {"id": "5580", "type": "Feature", "properties": {"id": "us2000aivs", "mag": 2.6, "time": 1504965349760, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.5704, 9.32]}, "bbox": [-111.431, 42.5704, -111.431, 42.5704]}, {"id": "5581", "type": "Feature", "properties": {"id": "mb80253559", "mag": 1.01, "time": 1504964725150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.785167, 43.612, -3.47]}, "bbox": [-110.785167, 43.612, -110.785167, 43.612]}, {"id": "5582", "type": "Feature", "properties": {"id": "ak16823520", "mag": 2.0, "time": 1504964361277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4265, 54.015, 30.3]}, "bbox": [-164.4265, 54.015, -164.4265, 54.015]}, {"id": "5583", "type": "Feature", "properties": {"id": "ak16823518", "mag": 1.4, "time": 1504963874108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.762, 82.8]}, "bbox": [-152.0471, 60.762, -152.0471, 60.762]}, {"id": "5584", "type": "Feature", "properties": {"id": "ak16789076", "mag": 1.7, "time": 1504963420635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7554, 59.5701, 80.5]}, "bbox": [-152.7554, 59.5701, -152.7554, 59.5701]}, {"id": "5585", "type": "Feature", "properties": {"id": "us2000aivg", "mag": 4.8, "time": 1504963319300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.118, 15.2555, 36.22]}, "bbox": [-94.118, 15.2555, -94.118, 15.2555]}, {"id": "5586", "type": "Feature", "properties": {"id": "us2000aiva", "mag": 4.7, "time": 1504963129400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9764, 15.3921, 63.93]}, "bbox": [-93.9764, 15.3921, -93.9764, 15.3921]}, {"id": "5587", "type": "Feature", "properties": {"id": "ak16823516", "mag": 1.1, "time": 1504962479847, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8765, 58.9325, 12.9]}, "bbox": [-155.8765, 58.9325, -155.8765, 58.9325]}, {"id": "5588", "type": "Feature", "properties": {"id": "ismpkansas70234863", "mag": 1.66, "time": 1504961953310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8555, 37.210833, 3.69]}, "bbox": [-97.8555, 37.210833, -97.8555, 37.210833]}, {"id": "5589", "type": "Feature", "properties": {"id": "us2000aiuu", "mag": 4.3, "time": 1504961286800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1507, 15.2159, 54.84]}, "bbox": [-94.1507, 15.2159, -94.1507, 15.2159]}, {"id": "5590", "type": "Feature", "properties": {"id": "nc72889151", "mag": 1.59, "time": 1504961182210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2615, 36.143, 9.79]}, "bbox": [-120.2615, 36.143, -120.2615, 36.143]}, {"id": "5591", "type": "Feature", "properties": {"id": "ak16823515", "mag": 1.3, "time": 1504960711273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5542, 59.755, 14.4]}, "bbox": [-136.5542, 59.755, -136.5542, 59.755]}, {"id": "5592", "type": "Feature", "properties": {"id": "us2000aiud", "mag": 4.5, "time": 1504959908650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2891, 15.5969, 67.38]}, "bbox": [-94.2891, 15.5969, -94.2891, 15.5969]}, {"id": "5593", "type": "Feature", "properties": {"id": "ak16823514", "mag": 2.3, "time": 1504959541727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2315, 55.4677, 18.9]}, "bbox": [-158.2315, 55.4677, -158.2315, 55.4677]}, {"id": "5594", "type": "Feature", "properties": {"id": "us2000aiu3", "mag": 3.5, "time": 1504959495530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3875, 42.5392, 5.0]}, "bbox": [-111.3875, 42.5392, -111.3875, 42.5392]}, {"id": "5595", "type": "Feature", "properties": {"id": "us2000aiu8", "mag": 4.9, "time": 1504959466540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4075, 16.1573, 92.03]}, "bbox": [-94.4075, 16.1573, -94.4075, 16.1573]}, {"id": "5596", "type": "Feature", "properties": {"id": "ak16788555", "mag": 1.8, "time": 1504958775607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5009, 59.7863, 1.7]}, "bbox": [-136.5009, 59.7863, -136.5009, 59.7863]}, {"id": "5597", "type": "Feature", "properties": {"id": "ak16823512", "mag": 1.2, "time": 1504958710011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.013, 77.0]}, "bbox": [-151.6279, 61.013, -151.6279, 61.013]}, {"id": "5598", "type": "Feature", "properties": {"id": "us2000aitr", "mag": 5.2, "time": 1504958620590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.1721, -22.4546, 222.22]}, "bbox": [-66.1721, -22.4546, -66.1721, -22.4546]}, {"id": "5599", "type": "Feature", "properties": {"id": "ci37758559", "mag": 2.17, "time": 1504958517340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871333, 36.511, 7.46]}, "bbox": [-117.871333, 36.511, -117.871333, 36.511]}, {"id": "5600", "type": "Feature", "properties": {"id": "nc72889136", "mag": 1.89, "time": 1504958245210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943333, 37.597, 2.4]}, "bbox": [-118.943333, 37.597, -118.943333, 37.597]}, {"id": "5601", "type": "Feature", "properties": {"id": "ak16788550", "mag": 1.2, "time": 1504957995087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 61.7723, 59.6]}, "bbox": [-150.7877, 61.7723, -150.7877, 61.7723]}, {"id": "5602", "type": "Feature", "properties": {"id": "us2000aita", "mag": 3.9, "time": 1504957968370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4749, 42.5793, 8.0]}, "bbox": [-111.4749, 42.5793, -111.4749, 42.5793]}, {"id": "5603", "type": "Feature", "properties": {"id": "us2000aitc", "mag": 4.9, "time": 1504957853960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4489, 15.7338, 63.09]}, "bbox": [-94.4489, 15.7338, -94.4489, 15.7338]}, {"id": "5604", "type": "Feature", "properties": {"id": "nc72889131", "mag": 1.42, "time": 1504957844330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.604833, 3.8]}, "bbox": [-118.822667, 37.604833, -118.822667, 37.604833]}, {"id": "5605", "type": "Feature", "properties": {"id": "us2000ait9", "mag": 3.1, "time": 1504957715430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.5732, 7.4]}, "bbox": [-111.4515, 42.5732, -111.4515, 42.5732]}, {"id": "5606", "type": "Feature", "properties": {"id": "us2000ait3", "mag": 3.0, "time": 1504956895100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7026, 36.641, 8.008]}, "bbox": [-97.7026, 36.641, -97.7026, 36.641]}, {"id": "5607", "type": "Feature", "properties": {"id": "us2000am03", "mag": 2.5, "time": 1504956200380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0448, 53.9738, 19.7]}, "bbox": [-163.0448, 53.9738, -163.0448, 53.9738]}, {"id": "5608", "type": "Feature", "properties": {"id": "us2000ait2", "mag": 4.0, "time": 1504956162220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.601, 15.854, 69.04]}, "bbox": [-94.601, 15.854, -94.601, 15.854]}, {"id": "5609", "type": "Feature", "properties": {"id": "us2000aisv", "mag": 2.4, "time": 1504955702120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4242, 42.579, 6.95]}, "bbox": [-111.4242, 42.579, -111.4242, 42.579]}, {"id": "5610", "type": "Feature", "properties": {"id": "us2000aisz", "mag": 4.5, "time": 1504955498600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.8292, 3.6504, 59.54]}, "bbox": [126.8292, 3.6504, 126.8292, 3.6504]}, {"id": "5611", "type": "Feature", "properties": {"id": "nc72889126", "mag": 1.04, "time": 1504955440550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.5415, 4.76]}, "bbox": [-118.832333, 37.5415, -118.832333, 37.5415]}, {"id": "5612", "type": "Feature", "properties": {"id": "ak16788046", "mag": 2.3, "time": 1504954557233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3602, 51.5792, 17.2]}, "bbox": [-178.3602, 51.5792, -178.3602, 51.5792]}, {"id": "5613", "type": "Feature", "properties": {"id": "us2000aisn", "mag": 4.2, "time": 1504953867200, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2262, -15.3425, 224.81]}, "bbox": [-70.2262, -15.3425, -70.2262, -15.3425]}, {"id": "5614", "type": "Feature", "properties": {"id": "uu60240042", "mag": 1.27, "time": 1504953324130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.006167, 44.792, 10.46]}, "bbox": [-111.006167, 44.792, -111.006167, 44.792]}, {"id": "5615", "type": "Feature", "properties": {"id": "pr2017252001", "mag": 2.09, "time": 1504953205290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2761, 18.0591, 19.0]}, "bbox": [-67.2761, 18.0591, -67.2761, 18.0591]}, {"id": "5616", "type": "Feature", "properties": {"id": "ci37758511", "mag": 1.45, "time": 1504952800930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.903, 6.17]}, "bbox": [-116.930333, 35.903, -116.930333, 35.903]}, {"id": "5617", "type": "Feature", "properties": {"id": "us2000ayba", "mag": 4.1, "time": 1504952366970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5053, 15.7495, 68.22]}, "bbox": [-94.5053, 15.7495, -94.5053, 15.7495]}, {"id": "5618", "type": "Feature", "properties": {"id": "mb80253459", "mag": 1.52, "time": 1504952233330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447, 46.021167, 0.93]}, "bbox": [-111.447, 46.021167, -111.447, 46.021167]}, {"id": "5619", "type": "Feature", "properties": {"id": "nc72889121", "mag": 1.03, "time": 1504952209100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.871, 37.554833, 4.73]}, "bbox": [-118.871, 37.554833, -118.871, 37.554833]}, {"id": "5620", "type": "Feature", "properties": {"id": "ci37758487", "mag": 1.12, "time": 1504952052150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.988, 36.408833, 5.76]}, "bbox": [-116.988, 36.408833, -116.988, 36.408833]}, {"id": "5621", "type": "Feature", "properties": {"id": "us2000ais8", "mag": 4.3, "time": 1504951965100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.9766, 44.5128, 265.04]}, "bbox": [140.9766, 44.5128, 140.9766, 44.5128]}, {"id": "5622", "type": "Feature", "properties": {"id": "nn00604410", "mag": 1.1, "time": 1504951735991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3876, 37.2486, 0.0]}, "bbox": [-115.3876, 37.2486, -115.3876, 37.2486]}, {"id": "5623", "type": "Feature", "properties": {"id": "ci37758471", "mag": 1.08, "time": 1504951652550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931667, 34.0345, 15.2]}, "bbox": [-116.931667, 34.0345, -116.931667, 34.0345]}, {"id": "5624", "type": "Feature", "properties": {"id": "ak16787530", "mag": 1.1, "time": 1504951610158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7897, 67.3419, 11.3]}, "bbox": [-149.7897, 67.3419, -149.7897, 67.3419]}, {"id": "5625", "type": "Feature", "properties": {"id": "us2000ais3", "mag": 5.4, "time": 1504951518370, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [133.9356, -4.9459, 10.0]}, "bbox": [133.9356, -4.9459, 133.9356, -4.9459]}, {"id": "5626", "type": "Feature", "properties": {"id": "us2000airu", "mag": 4.6, "time": 1504951047220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0237, -24.161, 169.64]}, "bbox": [-67.0237, -24.161, -67.0237, -24.161]}, {"id": "5627", "type": "Feature", "properties": {"id": "ak16787527", "mag": 1.5, "time": 1504950964134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1724, 62.5675, 9.9]}, "bbox": [-152.1724, 62.5675, -152.1724, 62.5675]}, {"id": "5628", "type": "Feature", "properties": {"id": "ak16787525", "mag": 1.4, "time": 1504950309819, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6065, 60.0265, 7.6]}, "bbox": [-140.6065, 60.0265, -140.6065, 60.0265]}, {"id": "5629", "type": "Feature", "properties": {"id": "us2000am01", "mag": 3.8, "time": 1504950233710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0371, 53.9395, 13.0]}, "bbox": [-163.0371, 53.9395, -163.0371, 53.9395]}, {"id": "5630", "type": "Feature", "properties": {"id": "nc72889106", "mag": 1.8, "time": 1504950063660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.642667, 38.4305, 9.02]}, "bbox": [-122.642667, 38.4305, -122.642667, 38.4305]}, {"id": "5631", "type": "Feature", "properties": {"id": "us2000ayb4", "mag": 3.9, "time": 1504949950000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1532, 14.9116, 21.58]}, "bbox": [-95.1532, 14.9116, -95.1532, 14.9116]}, {"id": "5632", "type": "Feature", "properties": {"id": "nc72889101", "mag": 1.84, "time": 1504949895770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.008833, 39.729667, 5.67]}, "bbox": [-120.008833, 39.729667, -120.008833, 39.729667]}, {"id": "5633", "type": "Feature", "properties": {"id": "ak16823500", "mag": 1.6, "time": 1504949837453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.187, 59.0211, 72.2]}, "bbox": [-153.187, 59.0211, -153.187, 59.0211]}, {"id": "5634", "type": "Feature", "properties": {"id": "ak16823499", "mag": 1.5, "time": 1504949724642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0279, 61.4535, 96.1]}, "bbox": [-152.0279, 61.4535, -152.0279, 61.4535]}, {"id": "5635", "type": "Feature", "properties": {"id": "us2000arsy", "mag": 4.1, "time": 1504949643990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.3876, -19.5742, 213.81]}, "bbox": [169.3876, -19.5742, 169.3876, -19.5742]}, {"id": "5636", "type": "Feature", "properties": {"id": "ak16787519", "mag": 1.4, "time": 1504949316312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0341, 61.6767, 50.7]}, "bbox": [-150.0341, 61.6767, -150.0341, 61.6767]}, {"id": "5637", "type": "Feature", "properties": {"id": "ak16823497", "mag": 2.2, "time": 1504949226805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3563, 55.6967, 21.9]}, "bbox": [-157.3563, 55.6967, -157.3563, 55.6967]}, {"id": "5638", "type": "Feature", "properties": {"id": "us2000airg", "mag": 2.3, "time": 1504948998980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6157, 5.99]}, "bbox": [-111.4451, 42.6157, -111.4451, 42.6157]}, {"id": "5639", "type": "Feature", "properties": {"id": "nc72889066", "mag": 0.98, "time": 1504947621670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.982833, 37.917667, 10.7]}, "bbox": [-121.982833, 37.917667, -121.982833, 37.917667]}, {"id": "5640", "type": "Feature", "properties": {"id": "ak16823496", "mag": 2.0, "time": 1504947486008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2987, 51.7726, 13.0]}, "bbox": [-173.2987, 51.7726, -173.2987, 51.7726]}, {"id": "5641", "type": "Feature", "properties": {"id": "ak16787403", "mag": 2.6, "time": 1504947413205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5944, 59.4202, 75.5]}, "bbox": [-152.5944, 59.4202, -152.5944, 59.4202]}, {"id": "5642", "type": "Feature", "properties": {"id": "us2000aiqx", "mag": 4.1, "time": 1504946674160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5388, 15.3559, 54.35]}, "bbox": [-94.5388, 15.3559, -94.5388, 15.3559]}, {"id": "5643", "type": "Feature", "properties": {"id": "ci37758415", "mag": 1.03, "time": 1504946346090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.892667, 32.718333, 8.72]}, "bbox": [-115.892667, 32.718333, -115.892667, 32.718333]}, {"id": "5644", "type": "Feature", "properties": {"id": "us2000avsk", "mag": 2.8, "time": 1504946098400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4224, 42.5665, 6.74]}, "bbox": [-111.4224, 42.5665, -111.4224, 42.5665]}, {"id": "5645", "type": "Feature", "properties": {"id": "us2000aiqt", "mag": 2.6, "time": 1504946086710, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.5806, 6.0]}, "bbox": [-111.4255, 42.5806, -111.4255, 42.5806]}, {"id": "5646", "type": "Feature", "properties": {"id": "us2000avsj", "mag": 2.7, "time": 1504945947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4298, 42.5744, 7.17]}, "bbox": [-111.4298, 42.5744, -111.4298, 42.5744]}, {"id": "5647", "type": "Feature", "properties": {"id": "us2000ampk", "mag": 3.3, "time": 1504945822720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6108, 6.88]}, "bbox": [-111.4585, 42.6108, -111.4585, 42.6108]}, {"id": "5648", "type": "Feature", "properties": {"id": "us2000al9w", "mag": 3.6, "time": 1504945687860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5592, 9.39]}, "bbox": [-111.4277, 42.5592, -111.4277, 42.5592]}, {"id": "5649", "type": "Feature", "properties": {"id": "us2000aiur", "mag": 4.0, "time": 1504945641000, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5631, 8.48]}, "bbox": [-111.4155, 42.5631, -111.4155, 42.5631]}, {"id": "5650", "type": "Feature", "properties": {"id": "ak16823493", "mag": 1.8, "time": 1504945521703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5064, 51.8445, 13.1]}, "bbox": [-178.5064, 51.8445, -178.5064, 51.8445]}, {"id": "5651", "type": "Feature", "properties": {"id": "ci37758407", "mag": 1.19, "time": 1504945503520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.470167, 34.3615, 1.96]}, "bbox": [-116.470167, 34.3615, -116.470167, 34.3615]}, {"id": "5652", "type": "Feature", "properties": {"id": "us2000akd5", "mag": 3.3, "time": 1504945430400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5799, 5.91]}, "bbox": [-111.4221, 42.5799, -111.4221, 42.5799]}, {"id": "5653", "type": "Feature", "properties": {"id": "us2000art2", "mag": 4.5, "time": 1504945418710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.5761, 18.7533, 262.64]}, "bbox": [145.5761, 18.7533, 145.5761, 18.7533]}, {"id": "5654", "type": "Feature", "properties": {"id": "us2000aiq7", "mag": 4.1, "time": 1504945384770, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4167, 42.5619, 7.19]}, "bbox": [-111.4167, 42.5619, -111.4167, 42.5619]}, {"id": "5655", "type": "Feature", "properties": {"id": "us2000aiql", "mag": 4.5, "time": 1504945169540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.0828, -6.9776, 133.54]}, "bbox": [130.0828, -6.9776, 130.0828, -6.9776]}, {"id": "5656", "type": "Feature", "properties": {"id": "us2000aiq2", "mag": 3.3, "time": 1504944298530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5842, 7.06]}, "bbox": [-111.427, 42.5842, -111.427, 42.5842]}, {"id": "5657", "type": "Feature", "properties": {"id": "us2000aipz", "mag": 4.8, "time": 1504944096330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0129, 15.2713, 53.97]}, "bbox": [-94.0129, 15.2713, -94.0129, 15.2713]}, {"id": "5658", "type": "Feature", "properties": {"id": "us2000arsw", "mag": 4.7, "time": 1504943699570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.2724, -59.2757, 10.0]}, "bbox": [-25.2724, -59.2757, -25.2724, -59.2757]}, {"id": "5659", "type": "Feature", "properties": {"id": "hv61902241", "mag": 1.62, "time": 1504943455500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2485, 19.386833, 31.012]}, "bbox": [-155.2485, 19.386833, -155.2485, 19.386833]}, {"id": "5660", "type": "Feature", "properties": {"id": "us2000aj4h", "mag": 2.6, "time": 1504943362330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4304, 42.5789, 7.2]}, "bbox": [-111.4304, 42.5789, -111.4304, 42.5789]}, {"id": "5661", "type": "Feature", "properties": {"id": "us2000aipn", "mag": 4.2, "time": 1504943316560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.9524, 38.8091, 10.0]}, "bbox": [74.9524, 38.8091, 74.9524, 38.8091]}, {"id": "5662", "type": "Feature", "properties": {"id": "us2000aipm", "mag": 2.3, "time": 1504943304230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4353, 42.5792, 9.03]}, "bbox": [-111.4353, 42.5792, -111.4353, 42.5792]}, {"id": "5663", "type": "Feature", "properties": {"id": "us2000aipl", "mag": 2.8, "time": 1504942989430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5726, 8.45]}, "bbox": [-111.4364, 42.5726, -111.4364, 42.5726]}, {"id": "5664", "type": "Feature", "properties": {"id": "us2000art3", "mag": 4.7, "time": 1504942625890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.7566, 13.8193, 16.98]}, "bbox": [146.7566, 13.8193, 146.7566, 13.8193]}, {"id": "5665", "type": "Feature", "properties": {"id": "ak16823489", "mag": 2.2, "time": 1504941981540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6119, 68.4897, 9.7]}, "bbox": [-146.6119, 68.4897, -146.6119, 68.4897]}, {"id": "5666", "type": "Feature", "properties": {"id": "ak16786898", "mag": 2.3, "time": 1504941973751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6435, 68.4109, 0.0]}, "bbox": [-146.6435, 68.4109, -146.6435, 68.4109]}, {"id": "5667", "type": "Feature", "properties": {"id": "us2000aipa", "mag": 4.1, "time": 1504940445840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7031, 15.6436, 38.39]}, "bbox": [-94.7031, 15.6436, -94.7031, 15.6436]}, {"id": "5668", "type": "Feature", "properties": {"id": "ak16786512", "mag": 1.4, "time": 1504940146158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6116, 61.8175, 55.8]}, "bbox": [-150.6116, 61.8175, -150.6116, 61.8175]}, {"id": "5669", "type": "Feature", "properties": {"id": "ci37758383", "mag": 1.42, "time": 1504940130810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.027333, 34.440333, 12.46]}, "bbox": [-119.027333, 34.440333, -119.027333, 34.440333]}, {"id": "5670", "type": "Feature", "properties": {"id": "uw61305607", "mag": 1.15, "time": 1504939688980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4665, 48.458667, 29.09]}, "bbox": [-123.4665, 48.458667, -123.4665, 48.458667]}, {"id": "5671", "type": "Feature", "properties": {"id": "nn00604353", "mag": 1.1, "time": 1504939522222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9216, 38.3812, 6.9]}, "bbox": [-118.9216, 38.3812, -118.9216, 38.3812]}, {"id": "5672", "type": "Feature", "properties": {"id": "us2000ayad", "mag": 4.2, "time": 1504939027620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4368, 15.1947, 59.18]}, "bbox": [-94.4368, 15.1947, -94.4368, 15.1947]}, {"id": "5673", "type": "Feature", "properties": {"id": "ak16823487", "mag": 1.3, "time": 1504938992964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2717, 59.963, 19.9]}, "bbox": [-148.2717, 59.963, -148.2717, 59.963]}, {"id": "5674", "type": "Feature", "properties": {"id": "ak16786506", "mag": 2.6, "time": 1504938975370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5829, 68.5268, 13.9]}, "bbox": [-146.5829, 68.5268, -146.5829, 68.5268]}, {"id": "5675", "type": "Feature", "properties": {"id": "ci37758359", "mag": 1.28, "time": 1504938780620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4375, 32.7105, 7.58]}, "bbox": [-115.4375, 32.7105, -115.4375, 32.7105]}, {"id": "5676", "type": "Feature", "properties": {"id": "us2000ayac", "mag": 4.2, "time": 1504938734260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6092, 15.0415, 60.74]}, "bbox": [-94.6092, 15.0415, -94.6092, 15.0415]}, {"id": "5677", "type": "Feature", "properties": {"id": "us2000aip9", "mag": 4.8, "time": 1504938495700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9169, 15.1747, 62.25]}, "bbox": [-93.9169, 15.1747, -93.9169, 15.1747]}, {"id": "5678", "type": "Feature", "properties": {"id": "us2000aing", "mag": 5.0, "time": 1504938263510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7579, 15.8771, 50.37]}, "bbox": [-94.7579, 15.8771, -94.7579, 15.8771]}, {"id": "5679", "type": "Feature", "properties": {"id": "nc72889046", "mag": 1.74, "time": 1504938239010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.951833, 36.388167, 3.8]}, "bbox": [-120.951833, 36.388167, -120.951833, 36.388167]}, {"id": "5680", "type": "Feature", "properties": {"id": "ci37758351", "mag": 1.69, "time": 1504938189230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.433333, 32.708, 11.7]}, "bbox": [-115.433333, 32.708, -115.433333, 32.708]}, {"id": "5681", "type": "Feature", "properties": {"id": "ci37758343", "mag": 2.17, "time": 1504938036110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.650333, 32.557, 11.77]}, "bbox": [-115.650333, 32.557, -115.650333, 32.557]}, {"id": "5682", "type": "Feature", "properties": {"id": "us2000arsu", "mag": 4.2, "time": 1504937955720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.536, 15.7206, 33.37]}, "bbox": [-94.536, 15.7206, -94.536, 15.7206]}, {"id": "5683", "type": "Feature", "properties": {"id": "us2000aya9", "mag": 4.1, "time": 1504937750680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.6186, 49.66]}, "bbox": [-94.4987, 15.6186, -94.4987, 15.6186]}, {"id": "5684", "type": "Feature", "properties": {"id": "us2000ain2", "mag": 4.5, "time": 1504937531380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.4532, 53.46]}, "bbox": [-94.2803, 15.4532, -94.2803, 15.4532]}, {"id": "5685", "type": "Feature", "properties": {"id": "mb80253349", "mag": 1.16, "time": 1504937527100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.891167, 14.63]}, "bbox": [-112.5255, 46.891167, -112.5255, 46.891167]}, {"id": "5686", "type": "Feature", "properties": {"id": "us2000aimz", "mag": 4.9, "time": 1504936574470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7043, -59.8211, 10.0]}, "bbox": [-25.7043, -59.8211, -25.7043, -59.8211]}, {"id": "5687", "type": "Feature", "properties": {"id": "us2000aya4", "mag": 4.1, "time": 1504936122970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4429, 15.8428, 39.5]}, "bbox": [-94.4429, 15.8428, -94.4429, 15.8428]}, {"id": "5688", "type": "Feature", "properties": {"id": "ak16823484", "mag": 1.2, "time": 1504936114606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7939, 63.1602, 125.5]}, "bbox": [-150.7939, 63.1602, -150.7939, 63.1602]}, {"id": "5689", "type": "Feature", "properties": {"id": "ak16786077", "mag": 1.2, "time": 1504935774238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9696, 65.5175, 9.8]}, "bbox": [-149.9696, 65.5175, -149.9696, 65.5175]}, {"id": "5690", "type": "Feature", "properties": {"id": "nn00604400", "mag": 1.2, "time": 1504935386919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5673, 40.9452, 13.7]}, "bbox": [-116.5673, 40.9452, -116.5673, 40.9452]}, {"id": "5691", "type": "Feature", "properties": {"id": "us2000alzw", "mag": 3.4, "time": 1504935359040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4837, 52.2353, 39.0]}, "bbox": [-170.4837, 52.2353, -170.4837, 52.2353]}, {"id": "5692", "type": "Feature", "properties": {"id": "ak16786013", "mag": 1.4, "time": 1504934755508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2112, 59.8068, 77.5]}, "bbox": [-152.2112, 59.8068, -152.2112, 59.8068]}, {"id": "5693", "type": "Feature", "properties": {"id": "us2000aimb", "mag": 4.7, "time": 1504934538770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7033, 15.6728, 51.46]}, "bbox": [-94.7033, 15.6728, -94.7033, 15.6728]}, {"id": "5694", "type": "Feature", "properties": {"id": "us2000arum", "mag": 4.3, "time": 1504934315700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6748, 15.2159, 35.55]}, "bbox": [-94.6748, 15.2159, -94.6748, 15.2159]}, {"id": "5695", "type": "Feature", "properties": {"id": "us2000aim7", "mag": 4.0, "time": 1504934242180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7794, 15.3776, 67.05]}, "bbox": [-93.7794, 15.3776, -93.7794, 15.3776]}, {"id": "5696", "type": "Feature", "properties": {"id": "us2000aim0", "mag": 4.3, "time": 1504933783810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0338, 15.1325, 37.84]}, "bbox": [-94.0338, 15.1325, -94.0338, 15.1325]}, {"id": "5697", "type": "Feature", "properties": {"id": "us2000ay9t", "mag": 4.3, "time": 1504933351910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8516, 15.6769, 64.29]}, "bbox": [-94.8516, 15.6769, -94.8516, 15.6769]}, {"id": "5698", "type": "Feature", "properties": {"id": "ak16785716", "mag": 1.3, "time": 1504933227428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6303, 68.5196, 9.9]}, "bbox": [-146.6303, 68.5196, -146.6303, 68.5196]}, {"id": "5699", "type": "Feature", "properties": {"id": "ak16823479", "mag": 1.4, "time": 1504933167331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3862, 58.1118, 65.6]}, "bbox": [-153.3862, 58.1118, -153.3862, 58.1118]}, {"id": "5700", "type": "Feature", "properties": {"id": "ak16823478", "mag": 1.9, "time": 1504932908497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2638, 51.342, 32.1]}, "bbox": [-178.2638, 51.342, -178.2638, 51.342]}, {"id": "5701", "type": "Feature", "properties": {"id": "us2000ailq", "mag": 5.5, "time": 1504932892100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0613, 15.0808, 29.0]}, "bbox": [-94.0613, 15.0808, -94.0613, 15.0808]}, {"id": "5702", "type": "Feature", "properties": {"id": "us2000ailp", "mag": 4.5, "time": 1504932819610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.1423, -8.6068, 144.45]}, "bbox": [119.1423, -8.6068, 119.1423, -8.6068]}, {"id": "5703", "type": "Feature", "properties": {"id": "ak16785656", "mag": 1.7, "time": 1504932712383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.238, 65.7544, 14.1]}, "bbox": [-155.238, 65.7544, -155.238, 65.7544]}, {"id": "5704", "type": "Feature", "properties": {"id": "nc72889011", "mag": 1.03, "time": 1504932679700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.051167, 36.471667, 6.53]}, "bbox": [-121.051167, 36.471667, -121.051167, 36.471667]}, {"id": "5705", "type": "Feature", "properties": {"id": "us2000ailm", "mag": 2.9, "time": 1504932636140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9441, 58.6028, 4.9]}, "bbox": [-136.9441, 58.6028, -136.9441, 58.6028]}, {"id": "5706", "type": "Feature", "properties": {"id": "us2000ay9s", "mag": 4.1, "time": 1504932576140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6151, 15.175, 41.76]}, "bbox": [-94.6151, 15.175, -94.6151, 15.175]}, {"id": "5707", "type": "Feature", "properties": {"id": "us2000ailg", "mag": 2.7, "time": 1504932451000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5107, 36.2919, 8.117]}, "bbox": [-97.5107, 36.2919, -97.5107, 36.2919]}, {"id": "5708", "type": "Feature", "properties": {"id": "mb80253329", "mag": 1.19, "time": 1504932343290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.862667, 11.76]}, "bbox": [-112.527833, 46.862667, -112.527833, 46.862667]}, {"id": "5709", "type": "Feature", "properties": {"id": "ci37758279", "mag": 1.67, "time": 1504932048030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.507167, 33.653, 1.9]}, "bbox": [-118.507167, 33.653, -118.507167, 33.653]}, {"id": "5710", "type": "Feature", "properties": {"id": "ak16823475", "mag": 1.1, "time": 1504931942522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2765, 60.0722, 83.8]}, "bbox": [-152.2765, 60.0722, -152.2765, 60.0722]}, {"id": "5711", "type": "Feature", "properties": {"id": "us2000aila", "mag": 4.2, "time": 1504931645090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4593, 15.3365, 41.87]}, "bbox": [-94.4593, 15.3365, -94.4593, 15.3365]}, {"id": "5712", "type": "Feature", "properties": {"id": "ci37758271", "mag": 1.52, "time": 1504931420370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8695, 34.238, 8.73]}, "bbox": [-116.8695, 34.238, -116.8695, 34.238]}, {"id": "5713", "type": "Feature", "properties": {"id": "ak16785521", "mag": 1.4, "time": 1504931241910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.646, 68.5258, 6.2]}, "bbox": [-146.646, 68.5258, -146.646, 68.5258]}, {"id": "5714", "type": "Feature", "properties": {"id": "ak16785582", "mag": 1.0, "time": 1504931175076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1393, 61.7136, 2.3]}, "bbox": [-154.1393, 61.7136, -154.1393, 61.7136]}, {"id": "5715", "type": "Feature", "properties": {"id": "us2000ail5", "mag": 4.7, "time": 1504930943390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4341, 15.1257, 27.87]}, "bbox": [-94.4341, 15.1257, -94.4341, 15.1257]}, {"id": "5716", "type": "Feature", "properties": {"id": "ak16785423", "mag": 1.8, "time": 1504930589594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6499, 68.5284, 16.7]}, "bbox": [-146.6499, 68.5284, -146.6499, 68.5284]}, {"id": "5717", "type": "Feature", "properties": {"id": "ak16785419", "mag": 2.0, "time": 1504930533977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1907, 61.6985, 2.3]}, "bbox": [-154.1907, 61.6985, -154.1907, 61.6985]}, {"id": "5718", "type": "Feature", "properties": {"id": "nm60179177", "mag": 3.06, "time": 1504930529110, "felt": 135.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.913, 38.425, 11.76]}, "bbox": [-87.913, 38.425, -87.913, 38.425]}, {"id": "5719", "type": "Feature", "properties": {"id": "mb80253319", "mag": 1.63, "time": 1504930497770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.491667, 46.891833, 11.66]}, "bbox": [-112.491667, 46.891833, -112.491667, 46.891833]}, {"id": "5720", "type": "Feature", "properties": {"id": "us2000ay9p", "mag": 4.1, "time": 1504930486630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9352, 15.3169, 41.53]}, "bbox": [-94.9352, 15.3169, -94.9352, 15.3169]}, {"id": "5721", "type": "Feature", "properties": {"id": "us2000ay9n", "mag": 3.7, "time": 1504930165360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5559, 15.8989, 56.13]}, "bbox": [-94.5559, 15.8989, -94.5559, 15.8989]}, {"id": "5722", "type": "Feature", "properties": {"id": "ak16785231", "mag": 2.5, "time": 1504929910494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6125, 68.5273, 8.3]}, "bbox": [-146.6125, 68.5273, -146.6125, 68.5273]}, {"id": "5723", "type": "Feature", "properties": {"id": "ak16785228", "mag": 2.4, "time": 1504929817958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6164, 68.5069, 15.1]}, "bbox": [-146.6164, 68.5069, -146.6164, 68.5069]}, {"id": "5724", "type": "Feature", "properties": {"id": "us2000ail9", "mag": 4.2, "time": 1504929739110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2125, 15.079, 10.0]}, "bbox": [-94.2125, 15.079, -94.2125, 15.079]}, {"id": "5725", "type": "Feature", "properties": {"id": "us2000alzs", "mag": 2.7, "time": 1504929498060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2368, 51.9836, 19.57]}, "bbox": [-169.2368, 51.9836, -169.2368, 51.9836]}, {"id": "5726", "type": "Feature", "properties": {"id": "ak16823467", "mag": 1.5, "time": 1504929296944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2744, 61.3017, 122.1]}, "bbox": [-152.2744, 61.3017, -152.2744, 61.3017]}, {"id": "5727", "type": "Feature", "properties": {"id": "us2000ay9h", "mag": 3.8, "time": 1504928398040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0181, 16.0961, 38.88]}, "bbox": [-95.0181, 16.0961, -95.0181, 16.0961]}, {"id": "5728", "type": "Feature", "properties": {"id": "pr2017252000", "mag": 3.08, "time": 1504928197450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.4461, 18.7428, 10.0]}, "bbox": [-67.4461, 18.7428, -67.4461, 18.7428]}, {"id": "5729", "type": "Feature", "properties": {"id": "us2000ay9g", "mag": 4.1, "time": 1504927088180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4711, 15.1531, 65.5]}, "bbox": [-94.4711, 15.1531, -94.4711, 15.1531]}, {"id": "5730", "type": "Feature", "properties": {"id": "ak16784944", "mag": 1.8, "time": 1504927005991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3303, 60.1916, 78.0]}, "bbox": [-152.3303, 60.1916, -152.3303, 60.1916]}, {"id": "5731", "type": "Feature", "properties": {"id": "ak16784941", "mag": 2.3, "time": 1504926969938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6189, 68.5221, 13.6]}, "bbox": [-146.6189, 68.5221, -146.6189, 68.5221]}, {"id": "5732", "type": "Feature", "properties": {"id": "ak16784938", "mag": 2.1, "time": 1504926585070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6431, 68.5555, 3.3]}, "bbox": [-146.6431, 68.5555, -146.6431, 68.5555]}, {"id": "5733", "type": "Feature", "properties": {"id": "us2000aijy", "mag": 4.9, "time": 1504926495850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3472, 15.9092, 62.55]}, "bbox": [-94.3472, 15.9092, -94.3472, 15.9092]}, {"id": "5734", "type": "Feature", "properties": {"id": "us2000ay9f", "mag": 4.0, "time": 1504926311940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.338, 15.4947, 53.82]}, "bbox": [-94.338, 15.4947, -94.338, 15.4947]}, {"id": "5735", "type": "Feature", "properties": {"id": "ak16784757", "mag": 1.4, "time": 1504926151958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5619, 63.1355, 67.4]}, "bbox": [-148.5619, 63.1355, -148.5619, 63.1355]}, {"id": "5736", "type": "Feature", "properties": {"id": "us2000ay9d", "mag": 4.0, "time": 1504926060810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.644, 15.4622, 58.54]}, "bbox": [-94.644, 15.4622, -94.644, 15.4622]}, {"id": "5737", "type": "Feature", "properties": {"id": "us2000ay9b", "mag": 4.0, "time": 1504925827780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0747, 15.195, 43.36]}, "bbox": [-94.0747, 15.195, -94.0747, 15.195]}, {"id": "5738", "type": "Feature", "properties": {"id": "us2000aj03", "mag": 2.7, "time": 1504925336910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.2524, 54.0919, 10.0]}, "bbox": [-163.2524, 54.0919, -163.2524, 54.0919]}, {"id": "5739", "type": "Feature", "properties": {"id": "us2000aijm", "mag": 4.5, "time": 1504925090110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2748, -24.2322, 205.92]}, "bbox": [-67.2748, -24.2322, -67.2748, -24.2322]}, {"id": "5740", "type": "Feature", "properties": {"id": "us2000aijl", "mag": 5.1, "time": 1504925024150, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7923, 15.6429, 57.68]}, "bbox": [-94.7923, 15.6429, -94.7923, 15.6429]}, {"id": "5741", "type": "Feature", "properties": {"id": "ak16784618", "mag": 2.6, "time": 1504924922956, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6215, 68.5087, 13.6]}, "bbox": [-146.6215, 68.5087, -146.6215, 68.5087]}, {"id": "5742", "type": "Feature", "properties": {"id": "us2000aij6", "mag": 4.9, "time": 1504924325880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.0759, 19.62]}, "bbox": [-94.2803, 15.0759, -94.2803, 15.0759]}, {"id": "5743", "type": "Feature", "properties": {"id": "ak16823460", "mag": 1.6, "time": 1504924009517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6908, 68.536, 4.0]}, "bbox": [-146.6908, 68.536, -146.6908, 68.536]}, {"id": "5744", "type": "Feature", "properties": {"id": "ak16823459", "mag": 1.6, "time": 1504923856019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 59.9206, 119.8]}, "bbox": [-153.1588, 59.9206, -153.1588, 59.9206]}, {"id": "5745", "type": "Feature", "properties": {"id": "ci37758231", "mag": 1.09, "time": 1504923480190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.197667, 33.036667, 6.54]}, "bbox": [-116.197667, 33.036667, -116.197667, 33.036667]}, {"id": "5746", "type": "Feature", "properties": {"id": "ak16823458", "mag": 1.2, "time": 1504923376066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8869, 60.0725, 77.8]}, "bbox": [-151.8869, 60.0725, -151.8869, 60.0725]}, {"id": "5747", "type": "Feature", "properties": {"id": "ak16784466", "mag": 1.3, "time": 1504922976851, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9394, 63.4575, 10.2]}, "bbox": [-148.9394, 63.4575, -148.9394, 63.4575]}, {"id": "5748", "type": "Feature", "properties": {"id": "ci37758223", "mag": 1.64, "time": 1504922815610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.095167, 35.773167, 10.47]}, "bbox": [-118.095167, 35.773167, -118.095167, 35.773167]}, {"id": "5749", "type": "Feature", "properties": {"id": "uw61305517", "mag": 1.22, "time": 1504922472730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.234, 46.341167, 11.49]}, "bbox": [-122.234, 46.341167, -122.234, 46.341167]}, {"id": "5750", "type": "Feature", "properties": {"id": "ci37758207", "mag": 0.96, "time": 1504922375210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.896833, 5.72]}, "bbox": [-116.930333, 35.896833, -116.930333, 35.896833]}, {"id": "5751", "type": "Feature", "properties": {"id": "ak16823455", "mag": 1.1, "time": 1504921668573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5605, 58.7828, 14.7]}, "bbox": [-153.5605, 58.7828, -153.5605, 58.7828]}, {"id": "5752", "type": "Feature", "properties": {"id": "ak16784171", "mag": 1.5, "time": 1504921324109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7065, 68.5298, 8.6]}, "bbox": [-146.7065, 68.5298, -146.7065, 68.5298]}, {"id": "5753", "type": "Feature", "properties": {"id": "us2000ay97", "mag": 4.2, "time": 1504921245860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8933, 15.7086, 79.65]}, "bbox": [-93.8933, 15.7086, -93.8933, 15.7086]}, {"id": "5754", "type": "Feature", "properties": {"id": "us2000ay95", "mag": 4.0, "time": 1504920659630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5492, 15.7942, 35.56]}, "bbox": [-94.5492, 15.7942, -94.5492, 15.7942]}, {"id": "5755", "type": "Feature", "properties": {"id": "ak16784114", "mag": 1.2, "time": 1504920524598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8278, 67.3421, 14.8]}, "bbox": [-149.8278, 67.3421, -149.8278, 67.3421]}, {"id": "5756", "type": "Feature", "properties": {"id": "ak16823452", "mag": 1.3, "time": 1504919998366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.593, 58.7481, 11.2]}, "bbox": [-153.593, 58.7481, -153.593, 58.7481]}, {"id": "5757", "type": "Feature", "properties": {"id": "us2000arv3", "mag": 4.3, "time": 1504919742200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4369, 7.7941, 13.81]}, "bbox": [-82.4369, 7.7941, -82.4369, 7.7941]}, {"id": "5758", "type": "Feature", "properties": {"id": "us2000aiic", "mag": 4.1, "time": 1504919644420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.098, 15.37, 28.41]}, "bbox": [-94.098, 15.37, -94.098, 15.37]}, {"id": "5759", "type": "Feature", "properties": {"id": "nc72888926", "mag": 1.51, "time": 1504919499600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797167, 38.8195, 2.74]}, "bbox": [-122.797167, 38.8195, -122.797167, 38.8195]}, {"id": "5760", "type": "Feature", "properties": {"id": "hv61901901", "mag": 2.49, "time": 1504919482270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.300507, 19.404333, 13.76]}, "bbox": [-155.300507, 19.404333, -155.300507, 19.404333]}, {"id": "5761", "type": "Feature", "properties": {"id": "us2000ay91", "mag": 4.1, "time": 1504919175710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5371, 15.6773, 67.69]}, "bbox": [-93.5371, 15.6773, -93.5371, 15.6773]}, {"id": "5762", "type": "Feature", "properties": {"id": "us2000ay90", "mag": 3.9, "time": 1504918842770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4561, 15.2969, 47.01]}, "bbox": [-94.4561, 15.2969, -94.4561, 15.2969]}, {"id": "5763", "type": "Feature", "properties": {"id": "nc72888921", "mag": 1.43, "time": 1504918334270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.63, 40.262167, 3.32]}, "bbox": [-121.63, 40.262167, -121.63, 40.262167]}, {"id": "5764", "type": "Feature", "properties": {"id": "us2000aiht", "mag": 4.4, "time": 1504918076900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5874, 15.6439, 12.93]}, "bbox": [-94.5874, 15.6439, -94.5874, 15.6439]}, {"id": "5765", "type": "Feature", "properties": {"id": "ak16783729", "mag": 1.5, "time": 1504917773363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7901, 64.8033, 13.5]}, "bbox": [-147.7901, 64.8033, -147.7901, 64.8033]}, {"id": "5766", "type": "Feature", "properties": {"id": "ak16823450", "mag": 1.8, "time": 1504917198075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1288, 53.4202, 28.2]}, "bbox": [-165.1288, 53.4202, -165.1288, 53.4202]}, {"id": "5767", "type": "Feature", "properties": {"id": "uu60239577", "mag": 1.64, "time": 1504917186550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438333, 42.574167, 3.5]}, "bbox": [-111.438333, 42.574167, -111.438333, 42.574167]}, {"id": "5768", "type": "Feature", "properties": {"id": "ak16823449", "mag": 1.6, "time": 1504917085381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.671, 59.1673, 61.6]}, "bbox": [-151.671, 59.1673, -151.671, 59.1673]}, {"id": "5769", "type": "Feature", "properties": {"id": "us2000aihy", "mag": 4.1, "time": 1504916600330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3911, 16.0661, 39.18]}, "bbox": [-94.3911, 16.0661, -94.3911, 16.0661]}, {"id": "5770", "type": "Feature", "properties": {"id": "us2000aih9", "mag": 2.8, "time": 1504916318430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4281, 42.5718, 5.53]}, "bbox": [-111.4281, 42.5718, -111.4281, 42.5718]}, {"id": "5771", "type": "Feature", "properties": {"id": "us2000aih8", "mag": 2.5, "time": 1504916278870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4338, 42.5822, 5.38]}, "bbox": [-111.4338, 42.5822, -111.4338, 42.5822]}, {"id": "5772", "type": "Feature", "properties": {"id": "ak16783588", "mag": 1.6, "time": 1504916071368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3277, 59.285, 86.0]}, "bbox": [-153.3277, 59.285, -153.3277, 59.285]}, {"id": "5773", "type": "Feature", "properties": {"id": "ak16783586", "mag": 1.1, "time": 1504915994737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.056, 67.2634, 8.1]}, "bbox": [-149.056, 67.2634, -149.056, 67.2634]}, {"id": "5774", "type": "Feature", "properties": {"id": "ak16823446", "mag": 2.1, "time": 1504915956900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.713, 53.9765, 25.6]}, "bbox": [-163.713, 53.9765, -163.713, 53.9765]}, {"id": "5775", "type": "Feature", "properties": {"id": "ci37758159", "mag": 1.56, "time": 1504915633570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2745, 33.978, 4.17]}, "bbox": [-116.2745, 33.978, -116.2745, 33.978]}, {"id": "5776", "type": "Feature", "properties": {"id": "us2000arsl", "mag": 4.3, "time": 1504915283460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6805, 16.8287, 106.0]}, "bbox": [-94.6805, 16.8287, -94.6805, 16.8287]}, {"id": "5777", "type": "Feature", "properties": {"id": "ak16823445", "mag": 1.2, "time": 1504915279966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6323, 59.8055, 11.1]}, "bbox": [-136.6323, 59.8055, -136.6323, 59.8055]}, {"id": "5778", "type": "Feature", "properties": {"id": "ak16783409", "mag": 1.6, "time": 1504915272065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.43, 61.3236, 75.8]}, "bbox": [-151.43, 61.3236, -151.43, 61.3236]}, {"id": "5779", "type": "Feature", "properties": {"id": "ci37164028", "mag": 1.71, "time": 1504915194240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.598333, 33.300667, 5.25]}, "bbox": [-115.598333, 33.300667, -115.598333, 33.300667]}, {"id": "5780", "type": "Feature", "properties": {"id": "ci37758151", "mag": 2.09, "time": 1504915192060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.24, 32.322667, 6.67]}, "bbox": [-115.24, 32.322667, -115.24, 32.322667]}, {"id": "5781", "type": "Feature", "properties": {"id": "ak16783408", "mag": 1.6, "time": 1504915154515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3632, 60.1661, 90.3]}, "bbox": [-152.3632, 60.1661, -152.3632, 60.1661]}, {"id": "5782", "type": "Feature", "properties": {"id": "hv61901846", "mag": 1.94, "time": 1504914308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.314, 18.895833, 12.72]}, "bbox": [-155.314, 18.895833, -155.314, 18.895833]}, {"id": "5783", "type": "Feature", "properties": {"id": "nc72888886", "mag": 1.0, "time": 1504914139040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.003833, 37.588667, 1.64]}, "bbox": [-119.003833, 37.588667, -119.003833, 37.588667]}, {"id": "5784", "type": "Feature", "properties": {"id": "ak16783243", "mag": 1.1, "time": 1504913564223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2504, 62.3109, 15.1]}, "bbox": [-150.2504, 62.3109, -150.2504, 62.3109]}, {"id": "5785", "type": "Feature", "properties": {"id": "ak16821920", "mag": 1.3, "time": 1504913498285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1821, 58.2348, 101.9]}, "bbox": [-155.1821, 58.2348, -155.1821, 58.2348]}, {"id": "5786", "type": "Feature", "properties": {"id": "ak16821919", "mag": 1.4, "time": 1504913414028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.5722, 86.3]}, "bbox": [-152.1655, 60.5722, -152.1655, 60.5722]}, {"id": "5787", "type": "Feature", "properties": {"id": "ak16821918", "mag": 1.1, "time": 1504913077516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.597, 58.7696, 12.5]}, "bbox": [-153.597, 58.7696, -153.597, 58.7696]}, {"id": "5788", "type": "Feature", "properties": {"id": "us2000aigc", "mag": 4.1, "time": 1504912952040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1585, 15.0785, 47.75]}, "bbox": [-94.1585, 15.0785, -94.1585, 15.0785]}, {"id": "5789", "type": "Feature", "properties": {"id": "uu60239522", "mag": 1.86, "time": 1504912091450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.557333, 7.29]}, "bbox": [-111.417833, 42.557333, -111.417833, 42.557333]}, {"id": "5790", "type": "Feature", "properties": {"id": "us2000aifs", "mag": 4.4, "time": 1504911443790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.6815, 44.316, 35.0]}, "bbox": [82.6815, 44.316, 82.6815, 44.316]}, {"id": "5791", "type": "Feature", "properties": {"id": "ak16782938", "mag": 1.1, "time": 1504911183072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3769, 64.9856, 0.0]}, "bbox": [-147.3769, 64.9856, -147.3769, 64.9856]}, {"id": "5792", "type": "Feature", "properties": {"id": "ak16782937", "mag": 1.1, "time": 1504910876129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7587, 61.2722, 29.5]}, "bbox": [-146.7587, 61.2722, -146.7587, 61.2722]}, {"id": "5793", "type": "Feature", "properties": {"id": "ak16782871", "mag": 1.5, "time": 1504910569120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4893, 60.1552, 7.8]}, "bbox": [-139.4893, 60.1552, -139.4893, 60.1552]}, {"id": "5794", "type": "Feature", "properties": {"id": "ak16782868", "mag": 1.4, "time": 1504910467245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7194, 62.6908, 57.2]}, "bbox": [-148.7194, 62.6908, -148.7194, 62.6908]}, {"id": "5795", "type": "Feature", "properties": {"id": "ak16821913", "mag": 1.7, "time": 1504910258777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0231, 58.2214, 149.2]}, "bbox": [-156.0231, 58.2214, -156.0231, 58.2214]}, {"id": "5796", "type": "Feature", "properties": {"id": "nc72888801", "mag": 1.9, "time": 1504909953040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8175, 37.486333, -0.46]}, "bbox": [-121.8175, 37.486333, -121.8175, 37.486333]}, {"id": "5797", "type": "Feature", "properties": {"id": "us2000aif7", "mag": 2.5, "time": 1504909902600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5076, 36.2848, 8.171]}, "bbox": [-97.5076, 36.2848, -97.5076, 36.2848]}, {"id": "5798", "type": "Feature", "properties": {"id": "us2000aif4", "mag": 4.8, "time": 1504909723200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8865, 15.3302, 30.08]}, "bbox": [-93.8865, 15.3302, -93.8865, 15.3302]}, {"id": "5799", "type": "Feature", "properties": {"id": "ak16821912", "mag": 1.1, "time": 1504909705310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3127, 62.4824, 115.8]}, "bbox": [-152.3127, 62.4824, -152.3127, 62.4824]}, {"id": "5800", "type": "Feature", "properties": {"id": "us2000aif0", "mag": 3.0, "time": 1504909701800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5069, 36.2872, 6.887]}, "bbox": [-97.5069, 36.2872, -97.5069, 36.2872]}, {"id": "5801", "type": "Feature", "properties": {"id": "mb80253249", "mag": 1.02, "time": 1504909626120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.500333, 46.870333, 14.95]}, "bbox": [-112.500333, 46.870333, -112.500333, 46.870333]}, {"id": "5802", "type": "Feature", "properties": {"id": "nc72888791", "mag": 1.37, "time": 1504909453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.04, 37.6285, -2.07]}, "bbox": [-119.04, 37.6285, -119.04, 37.6285]}, {"id": "5803", "type": "Feature", "properties": {"id": "us2000aier", "mag": 4.4, "time": 1504908895340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0113, 15.4861, 55.1]}, "bbox": [-94.0113, 15.4861, -94.0113, 15.4861]}, {"id": "5804", "type": "Feature", "properties": {"id": "ak16821911", "mag": 1.3, "time": 1504908516343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8637, 60.6448, 52.5]}, "bbox": [-150.8637, 60.6448, -150.8637, 60.6448]}, {"id": "5805", "type": "Feature", "properties": {"id": "ci37758063", "mag": 1.18, "time": 1504908189370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.201167, 33.035167, 5.64]}, "bbox": [-116.201167, 33.035167, -116.201167, 33.035167]}, {"id": "5806", "type": "Feature", "properties": {"id": "nc72888781", "mag": 1.42, "time": 1504907868300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.038667, 37.624833, -2.91]}, "bbox": [-119.038667, 37.624833, -119.038667, 37.624833]}, {"id": "5807", "type": "Feature", "properties": {"id": "us2000aie8", "mag": 4.7, "time": 1504907825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5854, 15.5735, 35.0]}, "bbox": [-94.5854, 15.5735, -94.5854, 15.5735]}, {"id": "5808", "type": "Feature", "properties": {"id": "nc72888776", "mag": 1.8, "time": 1504907588830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040167, 37.63, -1.66]}, "bbox": [-119.040167, 37.63, -119.040167, 37.63]}, {"id": "5809", "type": "Feature", "properties": {"id": "us2000aie6", "mag": 4.6, "time": 1504907582410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4976, 15.7473, 55.06]}, "bbox": [-94.4976, 15.7473, -94.4976, 15.7473]}, {"id": "5810", "type": "Feature", "properties": {"id": "us2000aidm", "mag": 4.5, "time": 1504906777370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0707, 15.2209, 55.42]}, "bbox": [-94.0707, 15.2209, -94.0707, 15.2209]}, {"id": "5811", "type": "Feature", "properties": {"id": "us2000aid9", "mag": 4.8, "time": 1504906287810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3905, 15.4318, 56.37]}, "bbox": [-94.3905, 15.4318, -94.3905, 15.4318]}, {"id": "5812", "type": "Feature", "properties": {"id": "nc72888771", "mag": 1.19, "time": 1504906092960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.451, 37.990333, 1.49]}, "bbox": [-122.451, 37.990333, -122.451, 37.990333]}, {"id": "5813", "type": "Feature", "properties": {"id": "us2000aicx", "mag": 4.3, "time": 1504906074440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2669, 15.5886, 57.93]}, "bbox": [-94.2669, 15.5886, -94.2669, 15.5886]}, {"id": "5814", "type": "Feature", "properties": {"id": "ak16782412", "mag": 1.0, "time": 1504906074363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3787, 62.4883, 7.5]}, "bbox": [-152.3787, 62.4883, -152.3787, 62.4883]}, {"id": "5815", "type": "Feature", "properties": {"id": "ak16782375", "mag": 2.3, "time": 1504905457780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4787, 52.748, 40.9]}, "bbox": [-168.4787, 52.748, -168.4787, 52.748]}, {"id": "5816", "type": "Feature", "properties": {"id": "nc72888756", "mag": 1.38, "time": 1504905314090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.756167, 39.273333, 4.85]}, "bbox": [-122.756167, 39.273333, -122.756167, 39.273333]}, {"id": "5817", "type": "Feature", "properties": {"id": "ak16782374", "mag": 1.2, "time": 1504905292993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8681, 59.9024, 67.7]}, "bbox": [-151.8681, 59.9024, -151.8681, 59.9024]}, {"id": "5818", "type": "Feature", "properties": {"id": "us2000aicp", "mag": 4.2, "time": 1504905187950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4812, 15.6987, 35.0]}, "bbox": [-94.4812, 15.6987, -94.4812, 15.6987]}, {"id": "5819", "type": "Feature", "properties": {"id": "ak16782334", "mag": 1.1, "time": 1504904835105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7621, 65.5089, 13.7]}, "bbox": [-144.7621, 65.5089, -144.7621, 65.5089]}, {"id": "5820", "type": "Feature", "properties": {"id": "ak16782328", "mag": 2.5, "time": 1504904826453, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.811, 61.2391, 56.6]}, "bbox": [-150.811, 61.2391, -150.811, 61.2391]}, {"id": "5821", "type": "Feature", "properties": {"id": "uw61305342", "mag": 1.93, "time": 1504904598280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.065167, 44.442833, -1.58]}, "bbox": [-121.065167, 44.442833, -121.065167, 44.442833]}, {"id": "5822", "type": "Feature", "properties": {"id": "nc72888751", "mag": 1.54, "time": 1504903192860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7535, 39.279333, 8.66]}, "bbox": [-122.7535, 39.279333, -122.7535, 39.279333]}, {"id": "5823", "type": "Feature", "properties": {"id": "ak16781999", "mag": 3.0, "time": 1504902403320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2239, 60.1717, 139.6]}, "bbox": [-153.2239, 60.1717, -153.2239, 60.1717]}, {"id": "5824", "type": "Feature", "properties": {"id": "ak16781990", "mag": 2.9, "time": 1504902403227, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2392, 60.1979, 145.3]}, "bbox": [-153.2392, 60.1979, -153.2392, 60.1979]}, {"id": "5825", "type": "Feature", "properties": {"id": "us2000ay7u", "mag": 4.1, "time": 1504902279690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7805, 15.528, 44.33]}, "bbox": [-94.7805, 15.528, -94.7805, 15.528]}, {"id": "5826", "type": "Feature", "properties": {"id": "ak16821902", "mag": 2.3, "time": 1504902127057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6706, 53.1595, 47.8]}, "bbox": [-164.6706, 53.1595, -164.6706, 53.1595]}, {"id": "5827", "type": "Feature", "properties": {"id": "mb80253224", "mag": 1.28, "time": 1504901825890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.961667, 44.423667, 7.65]}, "bbox": [-112.961667, 44.423667, -112.961667, 44.423667]}, {"id": "5828", "type": "Feature", "properties": {"id": "ci37758023", "mag": 1.23, "time": 1504901676790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.243333, 34.049667, 14.94]}, "bbox": [-117.243333, 34.049667, -117.243333, 34.049667]}, {"id": "5829", "type": "Feature", "properties": {"id": "us2000arsf", "mag": 4.8, "time": 1504901654190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1397, -18.9749, 151.93]}, "bbox": [169.1397, -18.9749, 169.1397, -18.9749]}, {"id": "5830", "type": "Feature", "properties": {"id": "us2000aib4", "mag": 4.7, "time": 1504901358420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4084, 14.947, 20.03]}, "bbox": [-94.4084, 14.947, -94.4084, 14.947]}, {"id": "5831", "type": "Feature", "properties": {"id": "mb80254729", "mag": 1.15, "time": 1504901142840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5325, 46.863333, 12.44]}, "bbox": [-112.5325, 46.863333, -112.5325, 46.863333]}, {"id": "5832", "type": "Feature", "properties": {"id": "us2000arse", "mag": 4.2, "time": 1504900520170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.6478, 18.4195, 10.0]}, "bbox": [122.6478, 18.4195, 122.6478, 18.4195]}, {"id": "5833", "type": "Feature", "properties": {"id": "ak16781710", "mag": 1.5, "time": 1504900346639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5122, 61.5519, 57.6]}, "bbox": [-150.5122, 61.5519, -150.5122, 61.5519]}, {"id": "5834", "type": "Feature", "properties": {"id": "ak16781709", "mag": 1.3, "time": 1504900242686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7722, 60.316, 70.9]}, "bbox": [-151.7722, 60.316, -151.7722, 60.316]}, {"id": "5835", "type": "Feature", "properties": {"id": "us2000aibq", "mag": 2.5, "time": 1504899687060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4383, 42.5694, 8.27]}, "bbox": [-111.4383, 42.5694, -111.4383, 42.5694]}, {"id": "5836", "type": "Feature", "properties": {"id": "nc72888741", "mag": 1.05, "time": 1504899640660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.013, 37.593167, 0.27]}, "bbox": [-119.013, 37.593167, -119.013, 37.593167]}, {"id": "5837", "type": "Feature", "properties": {"id": "us2000aib3", "mag": 2.8, "time": 1504899556990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4363, 42.571, 9.27]}, "bbox": [-111.4363, 42.571, -111.4363, 42.571]}, {"id": "5838", "type": "Feature", "properties": {"id": "us2000aia5", "mag": 2.6, "time": 1504899482480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5733, 13.75]}, "bbox": [-111.4289, 42.5733, -111.4289, 42.5733]}, {"id": "5839", "type": "Feature", "properties": {"id": "ak16781595", "mag": 1.7, "time": 1504899244914, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1502, 60.3533, 10.0]}, "bbox": [-141.1502, 60.3533, -141.1502, 60.3533]}, {"id": "5840", "type": "Feature", "properties": {"id": "ak16781585", "mag": 3.9, "time": 1504899189169, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5601, 59.2544, 64.0]}, "bbox": [-152.5601, 59.2544, -152.5601, 59.2544]}, {"id": "5841", "type": "Feature", "properties": {"id": "ci37758007", "mag": 2.02, "time": 1504898829300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.561833, 31.0585, 5.61]}, "bbox": [-115.561833, 31.0585, -115.561833, 31.0585]}, {"id": "5842", "type": "Feature", "properties": {"id": "ak16781550", "mag": 1.4, "time": 1504898282611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6296, 61.6699, 64.1]}, "bbox": [-150.6296, 61.6699, -150.6296, 61.6699]}, {"id": "5843", "type": "Feature", "properties": {"id": "ci37757991", "mag": 1.52, "time": 1504897913130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.184167, 34.008167, 14.79]}, "bbox": [-117.184167, 34.008167, -117.184167, 34.008167]}, {"id": "5844", "type": "Feature", "properties": {"id": "ci37757975", "mag": 1.23, "time": 1504897847890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191833, 34.995167, -0.8]}, "bbox": [-118.191833, 34.995167, -118.191833, 34.995167]}, {"id": "5845", "type": "Feature", "properties": {"id": "us2000ai96", "mag": 4.7, "time": 1504897612480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1128, 15.0427, 38.05]}, "bbox": [-94.1128, 15.0427, -94.1128, 15.0427]}, {"id": "5846", "type": "Feature", "properties": {"id": "us2000ay7g", "mag": 4.5, "time": 1504897486190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6162, 15.5292, 52.13]}, "bbox": [-94.6162, 15.5292, -94.6162, 15.5292]}, {"id": "5847", "type": "Feature", "properties": {"id": "us2000aku3", "mag": 2.7, "time": 1504897427450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5723, 6.2]}, "bbox": [-111.4362, 42.5723, -111.4362, 42.5723]}, {"id": "5848", "type": "Feature", "properties": {"id": "us2000aruj", "mag": 4.0, "time": 1504897268300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.0589, 51.6006, 526.16]}, "bbox": [151.0589, 51.6006, 151.0589, 51.6006]}, {"id": "5849", "type": "Feature", "properties": {"id": "us2000ai8x", "mag": 5.3, "time": 1504897044080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9814, 16.231, 63.24]}, "bbox": [-94.9814, 16.231, -94.9814, 16.231]}, {"id": "5850", "type": "Feature", "properties": {"id": "us2000ars7", "mag": 4.4, "time": 1504896441090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9803, -12.2109, 239.13]}, "bbox": [166.9803, -12.2109, 166.9803, -12.2109]}, {"id": "5851", "type": "Feature", "properties": {"id": "us2000ars8", "mag": 4.2, "time": 1504895755810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4237, 15.0921, 33.24]}, "bbox": [-94.4237, 15.0921, -94.4237, 15.0921]}, {"id": "5852", "type": "Feature", "properties": {"id": "ak16781202", "mag": 1.1, "time": 1504895394318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.517, 62.887, 92.9]}, "bbox": [-150.517, 62.887, -150.517, 62.887]}, {"id": "5853", "type": "Feature", "properties": {"id": "us2000ai8l", "mag": 5.0, "time": 1504895053450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0247, 15.6158, 25.92]}, "bbox": [-95.0247, 15.6158, -95.0247, 15.6158]}, {"id": "5854", "type": "Feature", "properties": {"id": "nc72888711", "mag": 1.13, "time": 1504894886190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.369, 37.616167, 3.76]}, "bbox": [-119.369, 37.616167, -119.369, 37.616167]}, {"id": "5855", "type": "Feature", "properties": {"id": "ci37757951", "mag": 1.29, "time": 1504894538140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.34, 35.0645, -0.97]}, "bbox": [-118.34, 35.0645, -118.34, 35.0645]}, {"id": "5856", "type": "Feature", "properties": {"id": "nn00604251", "mag": 1.1, "time": 1504893693579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5283, 37.177, 14.2]}, "bbox": [-117.5283, 37.177, -117.5283, 37.177]}, {"id": "5857", "type": "Feature", "properties": {"id": "nc72888696", "mag": 1.24, "time": 1504893681000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9525, 37.9215, -0.25]}, "bbox": [-121.9525, 37.9215, -121.9525, 37.9215]}, {"id": "5858", "type": "Feature", "properties": {"id": "us2000ai89", "mag": 4.9, "time": 1504893629390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.339, 15.3801, 37.31]}, "bbox": [-94.339, 15.3801, -94.339, 15.3801]}, {"id": "5859", "type": "Feature", "properties": {"id": "ak16780971", "mag": 2.0, "time": 1504893338524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7656, 56.9755, 12.7]}, "bbox": [-157.7656, 56.9755, -157.7656, 56.9755]}, {"id": "5860", "type": "Feature", "properties": {"id": "us2000ai7x", "mag": 4.4, "time": 1504893167240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8739, 15.6809, 69.44]}, "bbox": [-93.8739, 15.6809, -93.8739, 15.6809]}, {"id": "5861", "type": "Feature", "properties": {"id": "ci37757919", "mag": 1.09, "time": 1504892320190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.504167, 6.36]}, "bbox": [-116.792333, 33.504167, -116.792333, 33.504167]}, {"id": "5862", "type": "Feature", "properties": {"id": "ak16780872", "mag": 2.7, "time": 1504892251611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2184, 60.0235, 132.9]}, "bbox": [-153.2184, 60.0235, -153.2184, 60.0235]}, {"id": "5863", "type": "Feature", "properties": {"id": "us2000ai7w", "mag": 5.1, "time": 1504892136330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7094, 14.7125, 10.0]}, "bbox": [54.7094, 14.7125, 54.7094, 14.7125]}, {"id": "5864", "type": "Feature", "properties": {"id": "ak16780870", "mag": 1.9, "time": 1504892114398, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5364, 59.0829, 80.6]}, "bbox": [-153.5364, 59.0829, -153.5364, 59.0829]}, {"id": "5865", "type": "Feature", "properties": {"id": "nn00604241", "mag": 1.7, "time": 1504892108096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8858, 39.5547, 16.6]}, "bbox": [-115.8858, 39.5547, -115.8858, 39.5547]}, {"id": "5866", "type": "Feature", "properties": {"id": "ci37757903", "mag": 1.06, "time": 1504892000240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.084, 33.233167, 9.85]}, "bbox": [-116.084, 33.233167, -116.084, 33.233167]}, {"id": "5867", "type": "Feature", "properties": {"id": "mb80253164", "mag": 0.95, "time": 1504891992150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5415, 46.8995, 11.59]}, "bbox": [-112.5415, 46.8995, -112.5415, 46.8995]}, {"id": "5868", "type": "Feature", "properties": {"id": "us2000ai7p", "mag": 4.3, "time": 1504891955840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.495, 15.1404, 36.22]}, "bbox": [-94.495, 15.1404, -94.495, 15.1404]}, {"id": "5869", "type": "Feature", "properties": {"id": "ak16780841", "mag": 1.4, "time": 1504891846856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3249, 60.9139, 26.3]}, "bbox": [-147.3249, 60.9139, -147.3249, 60.9139]}, {"id": "5870", "type": "Feature", "properties": {"id": "us2000arsh", "mag": 4.5, "time": 1504891333730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.2388, -6.8416, 19.98]}, "bbox": [133.2388, -6.8416, 133.2388, -6.8416]}, {"id": "5871", "type": "Feature", "properties": {"id": "us2000ay6x", "mag": 4.1, "time": 1504891315080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7297, 15.3343, 19.17]}, "bbox": [-94.7297, 15.3343, -94.7297, 15.3343]}, {"id": "5872", "type": "Feature", "properties": {"id": "us2000ars4", "mag": 4.4, "time": 1504891219920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7693, 14.6837, 10.0]}, "bbox": [54.7693, 14.6837, 54.7693, 14.6837]}, {"id": "5873", "type": "Feature", "properties": {"id": "ak16780813", "mag": 1.5, "time": 1504891126668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.153, 61.7092, 3.2]}, "bbox": [-154.153, 61.7092, -154.153, 61.7092]}, {"id": "5874", "type": "Feature", "properties": {"id": "nc72888686", "mag": 1.23, "time": 1504891114230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1045, 37.325167, -0.31]}, "bbox": [-122.1045, 37.325167, -122.1045, 37.325167]}, {"id": "5875", "type": "Feature", "properties": {"id": "ci37757879", "mag": 2.31, "time": 1504890797650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.463833, 34.355833, 3.0]}, "bbox": [-116.463833, 34.355833, -116.463833, 34.355833]}, {"id": "5876", "type": "Feature", "properties": {"id": "us2000ai73", "mag": 4.9, "time": 1504890172380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.6184, 20.97]}, "bbox": [-94.6852, 15.6184, -94.6852, 15.6184]}, {"id": "5877", "type": "Feature", "properties": {"id": "us2000ai6w", "mag": 4.8, "time": 1504890101520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3813, 15.1628, 10.0]}, "bbox": [-94.3813, 15.1628, -94.3813, 15.1628]}, {"id": "5878", "type": "Feature", "properties": {"id": "us2000ai6n", "mag": 4.6, "time": 1504889103890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.804, -6.0426, 126.88]}, "bbox": [130.804, -6.0426, 130.804, -6.0426]}, {"id": "5879", "type": "Feature", "properties": {"id": "us2000ai6c", "mag": 4.7, "time": 1504888948510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8822, 15.7603, 70.11]}, "bbox": [-93.8822, 15.7603, -93.8822, 15.7603]}, {"id": "5880", "type": "Feature", "properties": {"id": "us2000ai66", "mag": 3.1, "time": 1504888942660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6127, 7.46]}, "bbox": [-111.4688, 42.6127, -111.4688, 42.6127]}, {"id": "5881", "type": "Feature", "properties": {"id": "ci37757839", "mag": 1.07, "time": 1504888838380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931, 35.8975, 5.55]}, "bbox": [-116.931, 35.8975, -116.931, 35.8975]}, {"id": "5882", "type": "Feature", "properties": {"id": "us2000ai5r", "mag": 5.0, "time": 1504887559080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1176, 15.3478, 50.28]}, "bbox": [-94.1176, 15.3478, -94.1176, 15.3478]}, {"id": "5883", "type": "Feature", "properties": {"id": "us2000ai7e", "mag": 2.6, "time": 1504887451250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8013, 51.3347, 33.06]}, "bbox": [-174.8013, 51.3347, -174.8013, 51.3347]}, {"id": "5884", "type": "Feature", "properties": {"id": "us2000ai5q", "mag": 4.8, "time": 1504887267930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.2659, 31.94]}, "bbox": [-94.834, 15.2659, -94.834, 15.2659]}, {"id": "5885", "type": "Feature", "properties": {"id": "us2000ars1", "mag": 4.4, "time": 1504887163560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5842, 0.5634, 87.49]}, "bbox": [121.5842, 0.5634, 121.5842, 0.5634]}, {"id": "5886", "type": "Feature", "properties": {"id": "us2000ai5f", "mag": 4.9, "time": 1504887145160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4164, 15.3325, 55.79]}, "bbox": [-94.4164, 15.3325, -94.4164, 15.3325]}, {"id": "5887", "type": "Feature", "properties": {"id": "us2000aixn", "mag": 4.1, "time": 1504887139190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.237, 15.3669, 61.33]}, "bbox": [-94.237, 15.3669, -94.237, 15.3669]}, {"id": "5888", "type": "Feature", "properties": {"id": "ak16821886", "mag": 1.0, "time": 1504887040916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7913, 61.8643, 40.7]}, "bbox": [-147.7913, 61.8643, -147.7913, 61.8643]}, {"id": "5889", "type": "Feature", "properties": {"id": "us2000ai53", "mag": 4.6, "time": 1504886882420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4908, 15.0663, 10.0]}, "bbox": [-94.4908, 15.0663, -94.4908, 15.0663]}, {"id": "5890", "type": "Feature", "properties": {"id": "ak16780437", "mag": 1.7, "time": 1504886789015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1717, 61.2338, 0.0]}, "bbox": [-154.1717, 61.2338, -154.1717, 61.2338]}, {"id": "5891", "type": "Feature", "properties": {"id": "us2000arsa", "mag": 4.8, "time": 1504886367500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-45.1832, 25.2517, 10.0]}, "bbox": [-45.1832, 25.2517, -45.1832, 25.2517]}, {"id": "5892", "type": "Feature", "properties": {"id": "us2000arrz", "mag": 4.3, "time": 1504885790410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.1544, 13.7011, 115.66]}, "bbox": [121.1544, 13.7011, 121.1544, 13.7011]}, {"id": "5893", "type": "Feature", "properties": {"id": "ci37757791", "mag": 2.49, "time": 1504885701960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.863167, 36.514, 1.6]}, "bbox": [-117.863167, 36.514, -117.863167, 36.514]}, {"id": "5894", "type": "Feature", "properties": {"id": "nc72888591", "mag": 1.18, "time": 1504885591170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.029167, 37.64, 1.33]}, "bbox": [-119.029167, 37.64, -119.029167, 37.64]}, {"id": "5895", "type": "Feature", "properties": {"id": "us2000ay69", "mag": 4.3, "time": 1504884967040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8299, 15.2537, 51.49]}, "bbox": [-94.8299, 15.2537, -94.8299, 15.2537]}, {"id": "5896", "type": "Feature", "properties": {"id": "nc72888561", "mag": 2.76, "time": 1504884687580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.4015, 40.656167, 4.61]}, "bbox": [-126.4015, 40.656167, -126.4015, 40.656167]}, {"id": "5897", "type": "Feature", "properties": {"id": "nc72888556", "mag": 1.22, "time": 1504884477720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.594833, 36.036167, 3.51]}, "bbox": [-120.594833, 36.036167, -120.594833, 36.036167]}, {"id": "5898", "type": "Feature", "properties": {"id": "nc72888551", "mag": 1.29, "time": 1504884449700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600833, 36.033, 2.98]}, "bbox": [-120.600833, 36.033, -120.600833, 36.033]}, {"id": "5899", "type": "Feature", "properties": {"id": "us2000ai45", "mag": 4.4, "time": 1504884249230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6373, 29.0196, 32.54]}, "bbox": [51.6373, 29.0196, 51.6373, 29.0196]}, {"id": "5900", "type": "Feature", "properties": {"id": "us2000ai4f", "mag": 5.0, "time": 1504884005650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.4529, -15.2805, 10.0]}, "bbox": [-172.4529, -15.2805, -172.4529, -15.2805]}, {"id": "5901", "type": "Feature", "properties": {"id": "ci37757767", "mag": 1.56, "time": 1504883892090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.447333, 34.149, 10.6]}, "bbox": [-117.447333, 34.149, -117.447333, 34.149]}, {"id": "5902", "type": "Feature", "properties": {"id": "nc72888536", "mag": 1.66, "time": 1504883570470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.168167, 39.1465, -0.58]}, "bbox": [-123.168167, 39.1465, -123.168167, 39.1465]}, {"id": "5903", "type": "Feature", "properties": {"id": "us2000arrw", "mag": 4.2, "time": 1504882974870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7985, 15.5213, 35.36]}, "bbox": [-94.7985, 15.5213, -94.7985, 15.5213]}, {"id": "5904", "type": "Feature", "properties": {"id": "ak16779960", "mag": 1.8, "time": 1504882678981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0626, 62.8988, 105.6]}, "bbox": [-151.0626, 62.8988, -151.0626, 62.8988]}, {"id": "5905", "type": "Feature", "properties": {"id": "ci37757743", "mag": 0.97, "time": 1504882082250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.499333, 33.723667, 12.91]}, "bbox": [-117.499333, 33.723667, -117.499333, 33.723667]}, {"id": "5906", "type": "Feature", "properties": {"id": "us2000ai3n", "mag": 5.3, "time": 1504881901650, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3384, 15.544, 53.27]}, "bbox": [-94.3384, 15.544, -94.3384, 15.544]}, {"id": "5907", "type": "Feature", "properties": {"id": "us2000ai3i", "mag": 5.0, "time": 1504881612700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4062, 15.406, 49.05]}, "bbox": [-94.4062, 15.406, -94.4062, 15.406]}, {"id": "5908", "type": "Feature", "properties": {"id": "us2000ai3c", "mag": 5.1, "time": 1504880703430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1626, 15.9178, 78.53]}, "bbox": [-94.1626, 15.9178, -94.1626, 15.9178]}, {"id": "5909", "type": "Feature", "properties": {"id": "ak16821881", "mag": 1.9, "time": 1504880601665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7019, 53.1531, 4.0]}, "bbox": [-165.7019, 53.1531, -165.7019, 53.1531]}, {"id": "5910", "type": "Feature", "properties": {"id": "us2000ai3a", "mag": 4.6, "time": 1504880185590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9379, 15.4789, 51.37]}, "bbox": [-93.9379, 15.4789, -93.9379, 15.4789]}, {"id": "5911", "type": "Feature", "properties": {"id": "nc72888511", "mag": 1.64, "time": 1504879933970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.805, 37.519, 0.63]}, "bbox": [-118.805, 37.519, -118.805, 37.519]}, {"id": "5912", "type": "Feature", "properties": {"id": "us2000arrt", "mag": 4.3, "time": 1504879797140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.5495, 15.2436, 49.04]}, "bbox": [-92.5495, 15.2436, -92.5495, 15.2436]}, {"id": "5913", "type": "Feature", "properties": {"id": "nc72888506", "mag": 1.11, "time": 1504879682840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807167, 37.5155, -1.34]}, "bbox": [-118.807167, 37.5155, -118.807167, 37.5155]}, {"id": "5914", "type": "Feature", "properties": {"id": "us2000ai2x", "mag": 4.4, "time": 1504878550770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3291, 15.5119, 43.4]}, "bbox": [-94.3291, 15.5119, -94.3291, 15.5119]}, {"id": "5915", "type": "Feature", "properties": {"id": "us2000ai2u", "mag": 4.5, "time": 1504878237250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3775, 15.3318, 55.57]}, "bbox": [-94.3775, 15.3318, -94.3775, 15.3318]}, {"id": "5916", "type": "Feature", "properties": {"id": "ak16779589", "mag": 2.1, "time": 1504878197682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7176, 61.7913, 43.0]}, "bbox": [-149.7176, 61.7913, -149.7176, 61.7913]}, {"id": "5917", "type": "Feature", "properties": {"id": "nc72888501", "mag": 1.4, "time": 1504877974600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.884833, 0.43]}, "bbox": [-122.826833, 38.884833, -122.826833, 38.884833]}, {"id": "5918", "type": "Feature", "properties": {"id": "us2000ai2s", "mag": 4.5, "time": 1504877794630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2597, 15.3155, 57.11]}, "bbox": [-94.2597, 15.3155, -94.2597, 15.3155]}, {"id": "5919", "type": "Feature", "properties": {"id": "us2000ai2p", "mag": 4.3, "time": 1504877637550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3617, 15.3594, 72.43]}, "bbox": [-94.3617, 15.3594, -94.3617, 15.3594]}, {"id": "5920", "type": "Feature", "properties": {"id": "ak16821879", "mag": 1.1, "time": 1504877280981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 62.9279, 91.4]}, "bbox": [-150.4859, 62.9279, -150.4859, 62.9279]}, {"id": "5921", "type": "Feature", "properties": {"id": "us2000ai2h", "mag": 4.3, "time": 1504877227420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2794, 15.5765, 57.44]}, "bbox": [-94.2794, 15.5765, -94.2794, 15.5765]}, {"id": "5922", "type": "Feature", "properties": {"id": "us2000ai2d", "mag": 4.9, "time": 1504877000620, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4519, 39.5355, 14.54]}, "bbox": [140.4519, 39.5355, 140.4519, 39.5355]}, {"id": "5923", "type": "Feature", "properties": {"id": "nc72888491", "mag": 1.84, "time": 1504876384490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.493333, 38.505333, 9.95]}, "bbox": [-122.493333, 38.505333, -122.493333, 38.505333]}, {"id": "5924", "type": "Feature", "properties": {"id": "ak16821878", "mag": 1.4, "time": 1504875984627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1326, 61.9648, 66.9]}, "bbox": [-151.1326, 61.9648, -151.1326, 61.9648]}, {"id": "5925", "type": "Feature", "properties": {"id": "ak16821876", "mag": 2.2, "time": 1504875655387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.9923, 52.3567, 17.2]}, "bbox": [-168.9923, 52.3567, -168.9923, 52.3567]}, {"id": "5926", "type": "Feature", "properties": {"id": "nc72888486", "mag": 2.07, "time": 1504875297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476833, 38.505667, 10.55]}, "bbox": [-122.476833, 38.505667, -122.476833, 38.505667]}, {"id": "5927", "type": "Feature", "properties": {"id": "nc72888481", "mag": 2.29, "time": 1504875261290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.487833, 38.504167, 11.24]}, "bbox": [-122.487833, 38.504167, -122.487833, 38.504167]}, {"id": "5928", "type": "Feature", "properties": {"id": "ak16779354", "mag": 1.2, "time": 1504874899621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8024, 62.2347, 27.0]}, "bbox": [-148.8024, 62.2347, -148.8024, 62.2347]}, {"id": "5929", "type": "Feature", "properties": {"id": "us2000ai1z", "mag": 4.7, "time": 1504874764610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9526, 15.348, 66.08]}, "bbox": [-93.9526, 15.348, -93.9526, 15.348]}, {"id": "5930", "type": "Feature", "properties": {"id": "nn00604198", "mag": 1.6, "time": 1504874486416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1528, 36.3422, 12.5]}, "bbox": [-115.1528, 36.3422, -115.1528, 36.3422]}, {"id": "5931", "type": "Feature", "properties": {"id": "ak16779312", "mag": 1.1, "time": 1504874405501, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2249, 66.2606, 1.6]}, "bbox": [-142.2249, 66.2606, -142.2249, 66.2606]}, {"id": "5932", "type": "Feature", "properties": {"id": "ak16821873", "mag": 1.7, "time": 1504874360732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5174, 51.2619, 22.7]}, "bbox": [-177.5174, 51.2619, -177.5174, 51.2619]}, {"id": "5933", "type": "Feature", "properties": {"id": "nn00604197", "mag": 1.1, "time": 1504874200883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2814, 37.8092, 5.1]}, "bbox": [-114.2814, 37.8092, -114.2814, 37.8092]}, {"id": "5934", "type": "Feature", "properties": {"id": "nc72888476", "mag": 1.21, "time": 1504873957930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.509333, 40.482667, 4.94]}, "bbox": [-121.509333, 40.482667, -121.509333, 40.482667]}, {"id": "5935", "type": "Feature", "properties": {"id": "ci37757703", "mag": 1.39, "time": 1504873858920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.717833, 33.649333, 15.22]}, "bbox": [-116.717833, 33.649333, -116.717833, 33.649333]}, {"id": "5936", "type": "Feature", "properties": {"id": "ci37757695", "mag": 1.17, "time": 1504872471560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.568167, 33.822667, 8.77]}, "bbox": [-115.568167, 33.822667, -115.568167, 33.822667]}, {"id": "5937", "type": "Feature", "properties": {"id": "us2000ai1k", "mag": 5.2, "time": 1504872379780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4203, 15.4936, 64.61]}, "bbox": [-94.4203, 15.4936, -94.4203, 15.4936]}, {"id": "5938", "type": "Feature", "properties": {"id": "nn00604195", "mag": 1.1, "time": 1504872342696, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0794, 39.7864, 6.3]}, "bbox": [-120.0794, 39.7864, -120.0794, 39.7864]}, {"id": "5939", "type": "Feature", "properties": {"id": "us2000ai1f", "mag": 4.5, "time": 1504872210290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.752, 15.6687, 34.52]}, "bbox": [-94.752, 15.6687, -94.752, 15.6687]}, {"id": "5940", "type": "Feature", "properties": {"id": "us2000ai17", "mag": 4.7, "time": 1504871509040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.251, 15.2604, 43.78]}, "bbox": [-94.251, 15.2604, -94.251, 15.2604]}, {"id": "5941", "type": "Feature", "properties": {"id": "ci37757687", "mag": 1.13, "time": 1504871201290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5185, 33.500333, 13.87]}, "bbox": [-116.5185, 33.500333, -116.5185, 33.500333]}, {"id": "5942", "type": "Feature", "properties": {"id": "us2000ai11", "mag": 4.8, "time": 1504870992430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5788, 16.0581, 67.6]}, "bbox": [-94.5788, 16.0581, -94.5788, 16.0581]}, {"id": "5943", "type": "Feature", "properties": {"id": "nc72888461", "mag": 1.42, "time": 1504869975320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.437833, 39.504833, 12.47]}, "bbox": [-121.437833, 39.504833, -121.437833, 39.504833]}, {"id": "5944", "type": "Feature", "properties": {"id": "us2000ai0u", "mag": 5.0, "time": 1504869955970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7875, 15.7988, 32.83]}, "bbox": [-94.7875, 15.7988, -94.7875, 15.7988]}, {"id": "5945", "type": "Feature", "properties": {"id": "nc72888456", "mag": 1.91, "time": 1504869902080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.485667, 38.504833, 10.49]}, "bbox": [-122.485667, 38.504833, -122.485667, 38.504833]}, {"id": "5946", "type": "Feature", "properties": {"id": "us2000ai0r", "mag": 3.1, "time": 1504869744270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4645, 42.6225, 8.36]}, "bbox": [-111.4645, 42.6225, -111.4645, 42.6225]}, {"id": "5947", "type": "Feature", "properties": {"id": "us2000ai0n", "mag": 4.5, "time": 1504869089530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4825, 15.1089, 36.59]}, "bbox": [-94.4825, 15.1089, -94.4825, 15.1089]}, {"id": "5948", "type": "Feature", "properties": {"id": "us2000ai0k", "mag": 4.3, "time": 1504868775480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.798, 15.8932, 52.08]}, "bbox": [-94.798, 15.8932, -94.798, 15.8932]}, {"id": "5949", "type": "Feature", "properties": {"id": "ak16778868", "mag": 2.4, "time": 1504868579816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6965, 62.1823, 44.5]}, "bbox": [-149.6965, 62.1823, -149.6965, 62.1823]}, {"id": "5950", "type": "Feature", "properties": {"id": "nc72888446", "mag": 1.29, "time": 1504868153570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.486333, 38.5055, 8.02]}, "bbox": [-122.486333, 38.5055, -122.486333, 38.5055]}, {"id": "5951", "type": "Feature", "properties": {"id": "nc72888436", "mag": 1.9, "time": 1504867751580, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.482833, 38.504333, 10.56]}, "bbox": [-122.482833, 38.504333, -122.482833, 38.504333]}, {"id": "5952", "type": "Feature", "properties": {"id": "nc72888431", "mag": 1.71, "time": 1504867332410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491833, 38.504667, 9.32]}, "bbox": [-122.491833, 38.504667, -122.491833, 38.504667]}, {"id": "5953", "type": "Feature", "properties": {"id": "nc72888421", "mag": 1.08, "time": 1504867024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.489, 38.504333, 8.33]}, "bbox": [-122.489, 38.504333, -122.489, 38.504333]}, {"id": "5954", "type": "Feature", "properties": {"id": "ak16821868", "mag": 2.1, "time": 1504866678618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4655, 55.6664, 99.6]}, "bbox": [-160.4655, 55.6664, -160.4655, 55.6664]}, {"id": "5955", "type": "Feature", "properties": {"id": "ak16821867", "mag": 1.4, "time": 1504866626331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0732, 60.0832, 7.7]}, "bbox": [-147.0732, 60.0832, -147.0732, 60.0832]}, {"id": "5956", "type": "Feature", "properties": {"id": "us2000ai08", "mag": 4.7, "time": 1504866065090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9223, 5.4358, 106.0]}, "bbox": [125.9223, 5.4358, 125.9223, 5.4358]}, {"id": "5957", "type": "Feature", "properties": {"id": "ak16778797", "mag": 1.0, "time": 1504865774499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3276, 61.5525, 10.3]}, "bbox": [-151.3276, 61.5525, -151.3276, 61.5525]}, {"id": "5958", "type": "Feature", "properties": {"id": "nn00604189", "mag": 1.2, "time": 1504865677094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0784, 39.7853, 6.9]}, "bbox": [-120.0784, 39.7853, -120.0784, 39.7853]}, {"id": "5959", "type": "Feature", "properties": {"id": "nc72888411", "mag": 1.53, "time": 1504865468770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476167, 38.507167, 9.38]}, "bbox": [-122.476167, 38.507167, -122.476167, 38.507167]}, {"id": "5960", "type": "Feature", "properties": {"id": "hv61901161", "mag": 1.74, "time": 1504864814220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.2065, 36.007]}, "bbox": [-155.466833, 19.2065, -155.466833, 19.2065]}, {"id": "5961", "type": "Feature", "properties": {"id": "ismpkansas70234788", "mag": 2.39, "time": 1504864780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7805, 37.3255, 5.78]}, "bbox": [-97.7805, 37.3255, -97.7805, 37.3255]}, {"id": "5962", "type": "Feature", "properties": {"id": "ak16780611", "mag": 2.4, "time": 1504864612255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1592, 61.3969, 4.3]}, "bbox": [-140.1592, 61.3969, -140.1592, 61.3969]}, {"id": "5963", "type": "Feature", "properties": {"id": "ak16778631", "mag": 2.2, "time": 1504864578261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1624, 61.4081, 5.0]}, "bbox": [-140.1624, 61.4081, -140.1624, 61.4081]}, {"id": "5964", "type": "Feature", "properties": {"id": "uw61305087", "mag": 2.01, "time": 1504864189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.050833, 48.9275, 23.48]}, "bbox": [-123.050833, 48.9275, -123.050833, 48.9275]}, {"id": "5965", "type": "Feature", "properties": {"id": "ak16821863", "mag": 1.7, "time": 1504863670078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4879, 51.7374, 21.1]}, "bbox": [-178.4879, 51.7374, -178.4879, 51.7374]}, {"id": "5966", "type": "Feature", "properties": {"id": "ak16821862", "mag": 1.8, "time": 1504862106783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9215, 58.7206, 119.4]}, "bbox": [-154.9215, 58.7206, -154.9215, 58.7206]}, {"id": "5967", "type": "Feature", "properties": {"id": "us2000ahzn", "mag": 4.6, "time": 1504861954060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4387, 15.3946, 52.08]}, "bbox": [-94.4387, 15.3946, -94.4387, 15.3946]}, {"id": "5968", "type": "Feature", "properties": {"id": "nc72888396", "mag": 1.27, "time": 1504861876770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8075, 37.512833, 1.14]}, "bbox": [-118.8075, 37.512833, -118.8075, 37.512833]}, {"id": "5969", "type": "Feature", "properties": {"id": "us2000ahzl", "mag": 4.5, "time": 1504861821720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4897, 15.3898, 66.84]}, "bbox": [-94.4897, 15.3898, -94.4897, 15.3898]}, {"id": "5970", "type": "Feature", "properties": {"id": "us2000ahzj", "mag": 4.5, "time": 1504861699670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5329, 15.609, 39.64]}, "bbox": [-94.5329, 15.609, -94.5329, 15.609]}, {"id": "5971", "type": "Feature", "properties": {"id": "ci37757655", "mag": 1.16, "time": 1504861667220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.622833, 33.107167, 12.71]}, "bbox": [-116.622833, 33.107167, -116.622833, 33.107167]}, {"id": "5972", "type": "Feature", "properties": {"id": "ak16778553", "mag": 1.9, "time": 1504861559880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5627, 66.997, 11.1]}, "bbox": [-157.5627, 66.997, -157.5627, 66.997]}, {"id": "5973", "type": "Feature", "properties": {"id": "nc72888391", "mag": 2.09, "time": 1504860900670, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.456, 39.646667, 9.55]}, "bbox": [-123.456, 39.646667, -123.456, 39.646667]}, {"id": "5974", "type": "Feature", "properties": {"id": "us2000ay4f", "mag": 4.1, "time": 1504860843930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7484, 15.3716, 56.33]}, "bbox": [-94.7484, 15.3716, -94.7484, 15.3716]}, {"id": "5975", "type": "Feature", "properties": {"id": "nc72888386", "mag": 2.1, "time": 1504860440750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.938, 37.831333, 7.32]}, "bbox": [-121.938, 37.831333, -121.938, 37.831333]}, {"id": "5976", "type": "Feature", "properties": {"id": "us2000ay4d", "mag": 4.4, "time": 1504860354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.3232, 49.34]}, "bbox": [-94.834, 15.3232, -94.834, 15.3232]}, {"id": "5977", "type": "Feature", "properties": {"id": "us2000arrb", "mag": 4.6, "time": 1504860180930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0811, 15.785, 52.87]}, "bbox": [-94.0811, 15.785, -94.0811, 15.785]}, {"id": "5978", "type": "Feature", "properties": {"id": "us2000ahzq", "mag": 4.5, "time": 1504860168930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9132, 15.2837, 68.08]}, "bbox": [-93.9132, 15.2837, -93.9132, 15.2837]}, {"id": "5979", "type": "Feature", "properties": {"id": "us2000ahz5", "mag": 5.3, "time": 1504859674330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1725, 15.2148, 50.77]}, "bbox": [-94.1725, 15.2148, -94.1725, 15.2148]}, {"id": "5980", "type": "Feature", "properties": {"id": "ak16821859", "mag": 2.1, "time": 1504859557955, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.0839, 54.9712, 35.5]}, "bbox": [-159.0839, 54.9712, -159.0839, 54.9712]}, {"id": "5981", "type": "Feature", "properties": {"id": "nn00604302", "mag": 1.1, "time": 1504859552745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4838, 37.3947, 8.6]}, "bbox": [-117.4838, 37.3947, -117.4838, 37.3947]}, {"id": "5982", "type": "Feature", "properties": {"id": "ak16778352", "mag": 1.2, "time": 1504859550711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4759, 63.0882, 87.9]}, "bbox": [-149.4759, 63.0882, -149.4759, 63.0882]}, {"id": "5983", "type": "Feature", "properties": {"id": "us2000ahz3", "mag": 4.3, "time": 1504859478950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3904, 15.121, 30.23]}, "bbox": [-94.3904, 15.121, -94.3904, 15.121]}, {"id": "5984", "type": "Feature", "properties": {"id": "nn00604182", "mag": 1.0, "time": 1504858881802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0405, 37.2978, 0.0]}, "bbox": [-115.0405, 37.2978, -115.0405, 37.2978]}, {"id": "5985", "type": "Feature", "properties": {"id": "us2000ahz1", "mag": 4.3, "time": 1504858630350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.833, 76.27]}, "bbox": [-94.6852, 15.833, -94.6852, 15.833]}, {"id": "5986", "type": "Feature", "properties": {"id": "uu60239147", "mag": 2.45, "time": 1504858591000, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444167, 42.664333, 8.83]}, "bbox": [-111.444167, 42.664333, -111.444167, 42.664333]}, {"id": "5987", "type": "Feature", "properties": {"id": "us2000al72", "mag": 2.9, "time": 1504858190760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2139, 52.5352, 91.97]}, "bbox": [-169.2139, 52.5352, -169.2139, 52.5352]}, {"id": "5988", "type": "Feature", "properties": {"id": "uu60239137", "mag": 1.54, "time": 1504858110210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.647, 44.396167, 2.58]}, "bbox": [-110.647, 44.396167, -110.647, 44.396167]}, {"id": "5989", "type": "Feature", "properties": {"id": "us2000arui", "mag": 4.2, "time": 1504858026090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4738, 14.8297, 45.65]}, "bbox": [-94.4738, 14.8297, -94.4738, 14.8297]}, {"id": "5990", "type": "Feature", "properties": {"id": "us2000ahyr", "mag": 4.3, "time": 1504857969210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0003, 15.7457, 35.1]}, "bbox": [-95.0003, 15.7457, -95.0003, 15.7457]}, {"id": "5991", "type": "Feature", "properties": {"id": "us2000arul", "mag": 4.3, "time": 1504857669250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.801, 14.8524, 28.84]}, "bbox": [-94.801, 14.8524, -94.801, 14.8524]}, {"id": "5992", "type": "Feature", "properties": {"id": "us2000ahyk", "mag": 4.5, "time": 1504857596840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7758, 15.5339, 42.45]}, "bbox": [-94.7758, 15.5339, -94.7758, 15.5339]}, {"id": "5993", "type": "Feature", "properties": {"id": "nn00604180", "mag": 1.2, "time": 1504857534482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0136, 37.3074, 0.0]}, "bbox": [-115.0136, 37.3074, -115.0136, 37.3074]}, {"id": "5994", "type": "Feature", "properties": {"id": "ak16821856", "mag": 1.2, "time": 1504857418267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4697, 58.6313, 13.4]}, "bbox": [-157.4697, 58.6313, -157.4697, 58.6313]}, {"id": "5995", "type": "Feature", "properties": {"id": "nn00604280", "mag": 1.0, "time": 1504857267736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7805, 38.6696, 7.4]}, "bbox": [-119.7805, 38.6696, -119.7805, 38.6696]}, {"id": "5996", "type": "Feature", "properties": {"id": "us2000aruq", "mag": 4.3, "time": 1504857079940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6759, 15.5537, 36.84]}, "bbox": [-94.6759, 15.5537, -94.6759, 15.5537]}, {"id": "5997", "type": "Feature", "properties": {"id": "us2000ahyf", "mag": 3.2, "time": 1504857069370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4101, 42.5653, 6.35]}, "bbox": [-111.4101, 42.5653, -111.4101, 42.5653]}, {"id": "5998", "type": "Feature", "properties": {"id": "ci37757631", "mag": 1.01, "time": 1504856868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.778, 36.031333, 2.15]}, "bbox": [-117.778, 36.031333, -117.778, 36.031333]}, {"id": "5999", "type": "Feature", "properties": {"id": "us2000ay0x", "mag": 4.1, "time": 1504856777400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7738, 15.4661, 38.21]}, "bbox": [-94.7738, 15.4661, -94.7738, 15.4661]}, {"id": "6000", "type": "Feature", "properties": {"id": "ak16821855", "mag": 1.3, "time": 1504856435979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.538, 63.3273, 125.9]}, "bbox": [-150.538, 63.3273, -150.538, 63.3273]}, {"id": "6001", "type": "Feature", "properties": {"id": "us2000ahy9", "mag": 4.4, "time": 1504856316640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6365, 15.5777, 47.53]}, "bbox": [-94.6365, 15.5777, -94.6365, 15.5777]}, {"id": "6002", "type": "Feature", "properties": {"id": "us2000ahy5", "mag": 3.2, "time": 1504855878650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446, 42.6598, 6.58]}, "bbox": [-111.446, 42.6598, -111.446, 42.6598]}, {"id": "6003", "type": "Feature", "properties": {"id": "us2000ahy6", "mag": 4.4, "time": 1504855839640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7956, 15.6082, 34.65]}, "bbox": [-94.7956, 15.6082, -94.7956, 15.6082]}, {"id": "6004", "type": "Feature", "properties": {"id": "us2000arrn", "mag": 4.1, "time": 1504855556590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2068, 15.1108, 51.65]}, "bbox": [-94.2068, 15.1108, -94.2068, 15.1108]}, {"id": "6005", "type": "Feature", "properties": {"id": "us2000al71", "mag": 3.0, "time": 1504855456090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0677, 53.8832, 50.9]}, "bbox": [-164.0677, 53.8832, -164.0677, 53.8832]}, {"id": "6006", "type": "Feature", "properties": {"id": "ak16778144", "mag": 3.2, "time": 1504855447301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.611, 66.2631, 33.8]}, "bbox": [-135.611, 66.2631, -135.611, 66.2631]}, {"id": "6007", "type": "Feature", "properties": {"id": "us2000arri", "mag": 4.2, "time": 1504855233030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 15.126, 35.68]}, "bbox": [-94.9743, 15.126, -94.9743, 15.126]}, {"id": "6008", "type": "Feature", "properties": {"id": "nc72888356", "mag": 1.89, "time": 1504854775740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3305, 41.068, 11.84]}, "bbox": [-121.3305, 41.068, -121.3305, 41.068]}, {"id": "6009", "type": "Feature", "properties": {"id": "mb80253029", "mag": 1.45, "time": 1504854704970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.500667, 45.881, 8.81]}, "bbox": [-111.500667, 45.881, -111.500667, 45.881]}, {"id": "6010", "type": "Feature", "properties": {"id": "ak16778123", "mag": 2.3, "time": 1504854630925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7701, 57.7458, 12.0]}, "bbox": [-142.7701, 57.7458, -142.7701, 57.7458]}, {"id": "6011", "type": "Feature", "properties": {"id": "nc72888351", "mag": 1.26, "time": 1504854591960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.882167, 37.522833, -2.2]}, "bbox": [-118.882167, 37.522833, -118.882167, 37.522833]}, {"id": "6012", "type": "Feature", "properties": {"id": "hv61901091", "mag": 1.09, "time": 1504854245900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.447167, 19.4775, 2.47]}, "bbox": [-155.447167, 19.4775, -155.447167, 19.4775]}, {"id": "6013", "type": "Feature", "properties": {"id": "us2000ay45", "mag": 4.2, "time": 1504854208800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7971, 14.6019, 44.25]}, "bbox": [-94.7971, 14.6019, -94.7971, 14.6019]}, {"id": "6014", "type": "Feature", "properties": {"id": "us2000ahxm", "mag": 4.2, "time": 1504854069790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8774, 14.8705, 34.98]}, "bbox": [-93.8774, 14.8705, -93.8774, 14.8705]}, {"id": "6015", "type": "Feature", "properties": {"id": "us2000ay43", "mag": 4.1, "time": 1504853757100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8976, 15.4459, 61.28]}, "bbox": [-94.8976, 15.4459, -94.8976, 15.4459]}, {"id": "6016", "type": "Feature", "properties": {"id": "us2000ahxh", "mag": 3.6, "time": 1504853614760, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9507, 36.9956, 6.27]}, "bbox": [-104.9507, 36.9956, -104.9507, 36.9956]}, {"id": "6017", "type": "Feature", "properties": {"id": "ak16821851", "mag": 1.1, "time": 1504853435000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2544, 63.717, 83.4]}, "bbox": [-148.2544, 63.717, -148.2544, 63.717]}, {"id": "6018", "type": "Feature", "properties": {"id": "nc72888336", "mag": 0.98, "time": 1504853065280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.982833, 37.5425, 1.67]}, "bbox": [-118.982833, 37.5425, -118.982833, 37.5425]}, {"id": "6019", "type": "Feature", "properties": {"id": "ak16777966", "mag": 1.3, "time": 1504853023023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.715, 63.9895, 0.0]}, "bbox": [-148.715, 63.9895, -148.715, 63.9895]}, {"id": "6020", "type": "Feature", "properties": {"id": "us2000arut", "mag": 4.2, "time": 1504852684440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2381, 15.5108, 43.98]}, "bbox": [-94.2381, 15.5108, -94.2381, 15.5108]}, {"id": "6021", "type": "Feature", "properties": {"id": "ci37757623", "mag": 0.96, "time": 1504852586240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789, 33.501333, 5.44]}, "bbox": [-116.789, 33.501333, -116.789, 33.501333]}, {"id": "6022", "type": "Feature", "properties": {"id": "us2000arr6", "mag": 4.2, "time": 1504852477520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3508, 15.2654, 45.29]}, "bbox": [-94.3508, 15.2654, -94.3508, 15.2654]}, {"id": "6023", "type": "Feature", "properties": {"id": "nc72888331", "mag": 1.19, "time": 1504852408190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.759167, 1.73]}, "bbox": [-122.736, 38.759167, -122.736, 38.759167]}, {"id": "6024", "type": "Feature", "properties": {"id": "us2000arr7", "mag": 4.0, "time": 1504852398530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7954, 14.8479, 70.92]}, "bbox": [-93.7954, 14.8479, -93.7954, 14.8479]}, {"id": "6025", "type": "Feature", "properties": {"id": "nn00604169", "mag": 1.2, "time": 1504852379590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2104, 36.4921, 0.0]}, "bbox": [-116.2104, 36.4921, -116.2104, 36.4921]}, {"id": "6026", "type": "Feature", "properties": {"id": "us2000ahxc", "mag": 4.7, "time": 1504852332790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.8455, 72.6309, 10.0]}, "bbox": [3.8455, 72.6309, 3.8455, 72.6309]}, {"id": "6027", "type": "Feature", "properties": {"id": "nc72888321", "mag": 1.8, "time": 1504852052730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8065, 38.792167, 2.94]}, "bbox": [-122.8065, 38.792167, -122.8065, 38.792167]}, {"id": "6028", "type": "Feature", "properties": {"id": "us2000ahx3", "mag": 4.3, "time": 1504851979140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.627, 15.4476, 46.76]}, "bbox": [-94.627, 15.4476, -94.627, 15.4476]}, {"id": "6029", "type": "Feature", "properties": {"id": "ak16777937", "mag": 2.1, "time": 1504851258875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4392, 60.165, 78.3]}, "bbox": [-152.4392, 60.165, -152.4392, 60.165]}, {"id": "6030", "type": "Feature", "properties": {"id": "us2000arr1", "mag": 4.3, "time": 1504851196580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9103, 15.3461, 69.88]}, "bbox": [-93.9103, 15.3461, -93.9103, 15.3461]}, {"id": "6031", "type": "Feature", "properties": {"id": "ak16821848", "mag": 1.5, "time": 1504851158790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7947, 60.1163, 106.0]}, "bbox": [-152.7947, 60.1163, -152.7947, 60.1163]}, {"id": "6032", "type": "Feature", "properties": {"id": "us2000ahwt", "mag": 4.6, "time": 1504850928420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5535, 15.437, 48.5]}, "bbox": [-94.5535, 15.437, -94.5535, 15.437]}, {"id": "6033", "type": "Feature", "properties": {"id": "us2000arr4", "mag": 4.3, "time": 1504850711370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9041, 15.1749, 40.34]}, "bbox": [-94.9041, 15.1749, -94.9041, 15.1749]}, {"id": "6034", "type": "Feature", "properties": {"id": "ak16777931", "mag": 1.3, "time": 1504850655355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0257, 67.0569, 3.6]}, "bbox": [-156.0257, 67.0569, -156.0257, 67.0569]}, {"id": "6035", "type": "Feature", "properties": {"id": "us2000arr2", "mag": 4.2, "time": 1504850627530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1989, 15.0884, 40.99]}, "bbox": [-95.1989, 15.0884, -95.1989, 15.0884]}, {"id": "6036", "type": "Feature", "properties": {"id": "us2000arrk", "mag": 4.2, "time": 1504850557880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7531, 15.4362, 36.4]}, "bbox": [-94.7531, 15.4362, -94.7531, 15.4362]}, {"id": "6037", "type": "Feature", "properties": {"id": "nc72888301", "mag": 1.87, "time": 1504850251760, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.820667, 3.26]}, "bbox": [-122.802333, 38.820667, -122.802333, 38.820667]}, {"id": "6038", "type": "Feature", "properties": {"id": "us2000ahwk", "mag": 4.6, "time": 1504850223990, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1219, 15.2941, 54.75]}, "bbox": [-94.1219, 15.2941, -94.1219, 15.2941]}, {"id": "6039", "type": "Feature", "properties": {"id": "us2000ahx1", "mag": 4.3, "time": 1504850059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9647, 15.304, 72.81]}, "bbox": [-93.9647, 15.304, -93.9647, 15.304]}, {"id": "6040", "type": "Feature", "properties": {"id": "us2000ay3u", "mag": 4.2, "time": 1504849825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.712, 15.4284, 47.14]}, "bbox": [-94.712, 15.4284, -94.712, 15.4284]}, {"id": "6041", "type": "Feature", "properties": {"id": "nc72888296", "mag": 1.15, "time": 1504849761840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.847667, 0.54]}, "bbox": [-122.800667, 38.847667, -122.800667, 38.847667]}, {"id": "6042", "type": "Feature", "properties": {"id": "us2000ay3t", "mag": 4.4, "time": 1504849737970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8795, 15.668, 47.2]}, "bbox": [-94.8795, 15.668, -94.8795, 15.668]}, {"id": "6043", "type": "Feature", "properties": {"id": "nc72888271", "mag": 1.56, "time": 1504849628820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.846333, 0.64]}, "bbox": [-122.8005, 38.846333, -122.8005, 38.846333]}, {"id": "6044", "type": "Feature", "properties": {"id": "nc72888266", "mag": 1.02, "time": 1504849513230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801666, 38.847332, 0.61]}, "bbox": [-122.801666, 38.847332, -122.801666, 38.847332]}, {"id": "6045", "type": "Feature", "properties": {"id": "us2000ahw5", "mag": 5.0, "time": 1504849467850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7228, 15.5333, 34.69]}, "bbox": [-94.7228, 15.5333, -94.7228, 15.5333]}, {"id": "6046", "type": "Feature", "properties": {"id": "us2000arr3", "mag": 4.3, "time": 1504849426720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0216, 15.4454, 53.87]}, "bbox": [-94.0216, 15.4454, -94.0216, 15.4454]}, {"id": "6047", "type": "Feature", "properties": {"id": "nc72888261", "mag": 0.99, "time": 1504849348500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.761002, 38.832501, 0.49]}, "bbox": [-122.761002, 38.832501, -122.761002, 38.832501]}, {"id": "6048", "type": "Feature", "properties": {"id": "nn00604165", "mag": 2.1, "time": 1504849234193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9828, 37.2854, 2.6]}, "bbox": [-114.9828, 37.2854, -114.9828, 37.2854]}, {"id": "6049", "type": "Feature", "properties": {"id": "us2000arr0", "mag": 4.9, "time": 1504849156050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9438, 15.1471, 68.27]}, "bbox": [-93.9438, 15.1471, -93.9438, 15.1471]}, {"id": "6050", "type": "Feature", "properties": {"id": "us2000ay3s", "mag": 4.7, "time": 1504849019590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8391, 15.6629, 60.73]}, "bbox": [-94.8391, 15.6629, -94.8391, 15.6629]}, {"id": "6051", "type": "Feature", "properties": {"id": "us2000arux", "mag": 5.1, "time": 1504848867960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0987, 14.9089, 42.35]}, "bbox": [-94.0987, 14.9089, -94.0987, 14.9089]}, {"id": "6052", "type": "Feature", "properties": {"id": "us2000ai3y", "mag": 2.5, "time": 1504848837100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4714, 36.5024, 6.91]}, "bbox": [-98.4714, 36.5024, -98.4714, 36.5024]}, {"id": "6053", "type": "Feature", "properties": {"id": "us2000ahvy", "mag": 5.2, "time": 1504848817820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4082, 15.2843, 45.81]}, "bbox": [-94.4082, 15.2843, -94.4082, 15.2843]}, {"id": "6054", "type": "Feature", "properties": {"id": "us2000arqy", "mag": 4.6, "time": 1504848547140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9331, 15.1504, 39.51]}, "bbox": [-93.9331, 15.1504, -93.9331, 15.1504]}, {"id": "6055", "type": "Feature", "properties": {"id": "nc72888241", "mag": 1.03, "time": 1504848340890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.847832, 0.49]}, "bbox": [-122.800835, 38.847832, -122.800835, 38.847832]}, {"id": "6056", "type": "Feature", "properties": {"id": "us2000ahvs", "mag": 5.2, "time": 1504848276840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5946, 15.2029, 49.18]}, "bbox": [-94.5946, 15.2029, -94.5946, 15.2029]}, {"id": "6057", "type": "Feature", "properties": {"id": "nc72888226", "mag": 1.48, "time": 1504848105550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.848167, 0.48]}, "bbox": [-122.802, 38.848167, -122.802, 38.848167]}, {"id": "6058", "type": "Feature", "properties": {"id": "nn00604164", "mag": 1.9, "time": 1504848096515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8669, 37.2911, 8.9]}, "bbox": [-115.8669, 37.2911, -115.8669, 37.2911]}, {"id": "6059", "type": "Feature", "properties": {"id": "us2000ay3q", "mag": 4.8, "time": 1504848059390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6096, 15.9617, 41.51]}, "bbox": [-94.6096, 15.9617, -94.6096, 15.9617]}, {"id": "6060", "type": "Feature", "properties": {"id": "us2000ahvc", "mag": 5.3, "time": 1504847863090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5672, 15.5726, 51.13]}, "bbox": [-94.5672, 15.5726, -94.5672, 15.5726]}, {"id": "6061", "type": "Feature", "properties": {"id": "nc71107624", "mag": 2.16, "time": 1504847827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.752167, 39.287167, 10.78]}, "bbox": [-122.752167, 39.287167, -122.752167, 39.287167]}, {"id": "6062", "type": "Feature", "properties": {"id": "nc72888211", "mag": 1.01, "time": 1504847761210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.848667, 6.01]}, "bbox": [-122.765663, 38.848667, -122.765663, 38.848667]}, {"id": "6063", "type": "Feature", "properties": {"id": "nc72888201", "mag": 1.17, "time": 1504847709790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80883, 38.829666, 0.99]}, "bbox": [-122.80883, 38.829666, -122.80883, 38.829666]}, {"id": "6064", "type": "Feature", "properties": {"id": "pr2017251000", "mag": 3.73, "time": 1504847643290, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2905, 19.3283, 52.0]}, "bbox": [-68.2905, 19.3283, -68.2905, 19.3283]}, {"id": "6065", "type": "Feature", "properties": {"id": "us2000arqw", "mag": 4.8, "time": 1504847625230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8789, 15.4565, 61.03]}, "bbox": [-93.8789, 15.4565, -93.8789, 15.4565]}, {"id": "6066", "type": "Feature", "properties": {"id": "us2000arqv", "mag": 5.0, "time": 1504847479550, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5159, 2.4289, 235.24]}, "bbox": [128.5159, 2.4289, 128.5159, 2.4289]}, {"id": "6067", "type": "Feature", "properties": {"id": "nc71107629", "mag": 1.35, "time": 1504847454920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805833, 38.815333, 2.23]}, "bbox": [-122.805833, 38.815333, -122.805833, 38.815333]}, {"id": "6068", "type": "Feature", "properties": {"id": "nc72888186", "mag": 1.45, "time": 1504847378350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.766, 38.8255, 0.39]}, "bbox": [-122.766, 38.8255, -122.766, 38.8255]}, {"id": "6069", "type": "Feature", "properties": {"id": "nc72888181", "mag": 2.28, "time": 1504847361610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7555, 38.775667, 0.02]}, "bbox": [-122.7555, 38.775667, -122.7555, 38.775667]}, {"id": "6070", "type": "Feature", "properties": {"id": "nc72888171", "mag": 1.83, "time": 1504847323920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7715, 38.817333, -0.11]}, "bbox": [-122.7715, 38.817333, -122.7715, 38.817333]}, {"id": "6071", "type": "Feature", "properties": {"id": "nc71107399", "mag": 1.12, "time": 1504847319000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771167, 38.819333, -0.31]}, "bbox": [-122.771167, 38.819333, -122.771167, 38.819333]}, {"id": "6072", "type": "Feature", "properties": {"id": "nc72888156", "mag": 1.24, "time": 1504847297950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.556, 38.807, 15.91]}, "bbox": [-122.556, 38.807, -122.556, 38.807]}, {"id": "6073", "type": "Feature", "properties": {"id": "nc72888151", "mag": 1.36, "time": 1504847289840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.822, 1.41]}, "bbox": [-122.806, 38.822, -122.806, 38.822]}, {"id": "6074", "type": "Feature", "properties": {"id": "nc72888176", "mag": 1.79, "time": 1504847279970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739667, 38.774, -0.49]}, "bbox": [-122.739667, 38.774, -122.739667, 38.774]}, {"id": "6075", "type": "Feature", "properties": {"id": "nc72888146", "mag": 2.3, "time": 1504847258860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817833, 38.815167, 0.34]}, "bbox": [-122.817833, 38.815167, -122.817833, 38.815167]}, {"id": "6076", "type": "Feature", "properties": {"id": "nc72888141", "mag": 2.42, "time": 1504847223340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.83, 1.81]}, "bbox": [-122.800667, 38.83, -122.800667, 38.83]}, {"id": "6077", "type": "Feature", "properties": {"id": "us2000ahv7", "mag": 5.7, "time": 1504846893100, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2707, 15.1746, 35.87]}, "bbox": [-94.2707, 15.1746, -94.2707, 15.1746]}, {"id": "6078", "type": "Feature", "properties": {"id": "ak16777708", "mag": 1.1, "time": 1504846594461, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0631, 61.4229, 6.8]}, "bbox": [-151.0631, 61.4229, -151.0631, 61.4229]}, {"id": "6079", "type": "Feature", "properties": {"id": "mb80252994", "mag": 1.72, "time": 1504846249390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.541833, 46.857167, 12.55]}, "bbox": [-112.541833, 46.857167, -112.541833, 46.857167]}, {"id": "6080", "type": "Feature", "properties": {"id": "us2000ahv0", "mag": 8.1, "time": 1504846160000, "felt": 2494.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-93.9067, 15.0356, 56.67]}, "bbox": [-93.9067, 15.0356, -93.9067, 15.0356]}, {"id": "6081", "type": "Feature", "properties": {"id": "us2000ai6a", "mag": 2.5, "time": 1504846040410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.4753, 53.7845, 22.98]}, "bbox": [-163.4753, 53.7845, -163.4753, 53.7845]}, {"id": "6082", "type": "Feature", "properties": {"id": "nc72888131", "mag": 1.2, "time": 1504845594500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.463833, -1.37]}, "bbox": [-118.8105, 37.463833, -118.8105, 37.463833]}, {"id": "6083", "type": "Feature", "properties": {"id": "ak16821844", "mag": 2.0, "time": 1504845256450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.621, 51.2706, 13.2]}, "bbox": [178.621, 51.2706, 178.621, 51.2706]}, {"id": "6084", "type": "Feature", "properties": {"id": "ci37757591", "mag": 1.24, "time": 1504844674340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.899167, 34.321833, 9.91]}, "bbox": [-116.899167, 34.321833, -116.899167, 34.321833]}, {"id": "6085", "type": "Feature", "properties": {"id": "ak16821842", "mag": 2.0, "time": 1504843966513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0405, 51.3724, 44.9]}, "bbox": [179.0405, 51.3724, 179.0405, 51.3724]}, {"id": "6086", "type": "Feature", "properties": {"id": "ak16821841", "mag": 2.4, "time": 1504843627204, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0538, 52.2197, 10.6]}, "bbox": [-165.0538, 52.2197, -165.0538, 52.2197]}, {"id": "6087", "type": "Feature", "properties": {"id": "ak16821840", "mag": 1.4, "time": 1504843458180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7807, 61.7731, 61.9]}, "bbox": [-150.7807, 61.7731, -150.7807, 61.7731]}, {"id": "6088", "type": "Feature", "properties": {"id": "ak16821839", "mag": 1.1, "time": 1504843388032, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5616, 61.4081, 45.5]}, "bbox": [-149.5616, 61.4081, -149.5616, 61.4081]}, {"id": "6089", "type": "Feature", "properties": {"id": "ak16777570", "mag": 1.9, "time": 1504843130740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.812, 51.8664, 11.6]}, "bbox": [-173.812, 51.8664, -173.812, 51.8664]}, {"id": "6090", "type": "Feature", "properties": {"id": "ak16821837", "mag": 1.7, "time": 1504843122073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.717, 58.7435, 117.7]}, "bbox": [-154.717, 58.7435, -154.717, 58.7435]}, {"id": "6091", "type": "Feature", "properties": {"id": "ak16821836", "mag": 1.3, "time": 1504842507708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7323, 60.5323, 52.2]}, "bbox": [-150.7323, 60.5323, -150.7323, 60.5323]}, {"id": "6092", "type": "Feature", "properties": {"id": "ci37757551", "mag": 1.47, "time": 1504841647940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.496333, 3.33]}, "bbox": [-116.7945, 33.496333, -116.7945, 33.496333]}, {"id": "6093", "type": "Feature", "properties": {"id": "us2000ahus", "mag": 4.7, "time": 1504841042960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.0592, 52.1619, 10.0]}, "bbox": [-169.0592, 52.1619, -169.0592, 52.1619]}, {"id": "6094", "type": "Feature", "properties": {"id": "ak16777419", "mag": 1.0, "time": 1504839731548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.81, 64.7157, 15.2]}, "bbox": [-153.81, 64.7157, -153.81, 64.7157]}, {"id": "6095", "type": "Feature", "properties": {"id": "ak16777418", "mag": 2.4, "time": 1504839437977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7414, 52.1837, 13.2]}, "bbox": [-174.7414, 52.1837, -174.7414, 52.1837]}, {"id": "6096", "type": "Feature", "properties": {"id": "ak16821832", "mag": 2.4, "time": 1504839217735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2407, 52.3318, 38.5]}, "bbox": [-169.2407, 52.3318, -169.2407, 52.3318]}, {"id": "6097", "type": "Feature", "properties": {"id": "hv61900746", "mag": 2.1, "time": 1504839173590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.978833, 19.772, 43.163]}, "bbox": [-154.978833, 19.772, -154.978833, 19.772]}, {"id": "6098", "type": "Feature", "properties": {"id": "ismpkansas70234763", "mag": 1.85, "time": 1504838718270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887167, 37.203, 6.15]}, "bbox": [-97.887167, 37.203, -97.887167, 37.203]}, {"id": "6099", "type": "Feature", "properties": {"id": "ci37757519", "mag": 1.49, "time": 1504838267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.945167, 34.213667, 19.49]}, "bbox": [-118.945167, 34.213667, -118.945167, 34.213667]}, {"id": "6100", "type": "Feature", "properties": {"id": "us2000ahub", "mag": 4.3, "time": 1504837583700, "felt": 823.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.683, 36.6996, 6.073]}, "bbox": [-97.683, 36.6996, -97.683, 36.6996]}, {"id": "6101", "type": "Feature", "properties": {"id": "ak16777416", "mag": 1.3, "time": 1504836895690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6982, 63.5777, 11.7]}, "bbox": [-150.6982, 63.5777, -150.6982, 63.5777]}, {"id": "6102", "type": "Feature", "properties": {"id": "uw61304877", "mag": 1.15, "time": 1504836765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.568333, 48.699167, 3.29]}, "bbox": [-122.568333, 48.699167, -122.568333, 48.699167]}, {"id": "6103", "type": "Feature", "properties": {"id": "us2000ahu8", "mag": 3.7, "time": 1504836433340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4569, 42.6238, 5.0]}, "bbox": [-111.4569, 42.6238, -111.4569, 42.6238]}, {"id": "6104", "type": "Feature", "properties": {"id": "nc72888096", "mag": 2.03, "time": 1504835142230, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.053667, 37.835167, 7.59]}, "bbox": [-122.053667, 37.835167, -122.053667, 37.835167]}, {"id": "6105", "type": "Feature", "properties": {"id": "ak16821829", "mag": 1.5, "time": 1504834613166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7652, 67.5597, 6.1]}, "bbox": [-163.7652, 67.5597, -163.7652, 67.5597]}, {"id": "6106", "type": "Feature", "properties": {"id": "hv61900626", "mag": 2.91, "time": 1504833891990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.011833, 19.399333, 2.609]}, "bbox": [-155.011833, 19.399333, -155.011833, 19.399333]}], "bbox": [-179.9476, -60.0959, 179.9778, 79.5651]}, "cluster": true, "clusterMaxZoom": 14, "clusterMinPoints": 2, "clusterProperties": {"maxMag": ["max", ["get", "mag"]], "minMag": ["min", ["get", "mag"]]}, "clusterRadius": 50, "type": "geojson"}}, null]], ["addPopup", ["earthquake-clusters", null, null]], ["fitBounds", [[-179.9476, -60.0959, 179.9778, 79.5651]]], ["setLayoutProperty", ["earthquake-clusters", "visibility", "visible"]], ["setPaintProperty", ["earthquake-clusters", "circle-opacity", 1.0]], ["addLayer", [{"id": "earthquake-labels", "type": "symbol", "filter": ["has", "point_count"], "layout": {"text-field": ["get", "point_count_abbreviated"], "text-size": 12}, "source": {"data": {"type": "FeatureCollection", "features": [{"id": "0", "type": "Feature", "properties": {"id": "ak16994521", "mag": 2.3, "time": 1507425650893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5129, 63.1016, 0.0]}, "bbox": [-151.5129, 63.1016, -151.5129, 63.1016]}, {"id": "1", "type": "Feature", "properties": {"id": "ak16994519", "mag": 1.7, "time": 1507425289659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4048, 63.1224, 105.5]}, "bbox": [-150.4048, 63.1224, -150.4048, 63.1224]}, {"id": "2", "type": "Feature", "properties": {"id": "ak16994517", "mag": 1.6, "time": 1507424832518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3597, 63.0781, 0.0]}, "bbox": [-151.3597, 63.0781, -151.3597, 63.0781]}, {"id": "3", "type": "Feature", "properties": {"id": "ci38021336", "mag": 1.42, "time": 1507423898710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.497, 34.299667, 7.64]}, "bbox": [-118.497, 34.299667, -118.497, 34.299667]}, {"id": "4", "type": "Feature", "properties": {"id": "us2000b2nn", "mag": 4.2, "time": 1507422626990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.6901, 12.0623, 46.41]}, "bbox": [-87.6901, 12.0623, -87.6901, 12.0623]}, {"id": "5", "type": "Feature", "properties": {"id": "ak16994510", "mag": 1.6, "time": 1507422449194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5053, 63.0719, 0.0]}, "bbox": [-151.5053, 63.0719, -151.5053, 63.0719]}, {"id": "6", "type": "Feature", "properties": {"id": "us2000b2nb", "mag": 4.6, "time": 1507420784440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4576, -20.2873, 614.26]}, "bbox": [-178.4576, -20.2873, -178.4576, -20.2873]}, {"id": "7", "type": "Feature", "properties": {"id": "ak16994298", "mag": 2.4, "time": 1507419370097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.789, 63.1725, 7.5]}, "bbox": [-148.789, 63.1725, -148.789, 63.1725]}, {"id": "8", "type": "Feature", "properties": {"id": "nc72905861", "mag": 1.39, "time": 1507418785100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.993164, 36.421833, 6.37]}, "bbox": [-120.993164, 36.421833, -120.993164, 36.421833]}, {"id": "9", "type": "Feature", "properties": {"id": "ci38021304", "mag": 1.11, "time": 1507418426010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0155, 33.656333, 12.37]}, "bbox": [-117.0155, 33.656333, -117.0155, 33.656333]}, {"id": "10", "type": "Feature", "properties": {"id": "ak16994293", "mag": 1.5, "time": 1507417256497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.512, 63.0879, 10.8]}, "bbox": [-151.512, 63.0879, -151.512, 63.0879]}, {"id": "11", "type": "Feature", "properties": {"id": "ak16994287", "mag": 2.0, "time": 1507413903714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4378, 63.0933, 0.0]}, "bbox": [-151.4378, 63.0933, -151.4378, 63.0933]}, {"id": "12", "type": "Feature", "properties": {"id": "ak16994285", "mag": 1.5, "time": 1507413670029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6538, 63.2272, 96.8]}, "bbox": [-149.6538, 63.2272, -149.6538, 63.2272]}, {"id": "13", "type": "Feature", "properties": {"id": "ak16994283", "mag": 1.4, "time": 1507413587442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5325, 63.0844, 0.0]}, "bbox": [-151.5325, 63.0844, -151.5325, 63.0844]}, {"id": "14", "type": "Feature", "properties": {"id": "ak16994280", "mag": 1.3, "time": 1507413266231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4752, 61.8518, 54.3]}, "bbox": [-149.4752, 61.8518, -149.4752, 61.8518]}, {"id": "15", "type": "Feature", "properties": {"id": "ak16994278", "mag": 1.8, "time": 1507413195076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8597, 61.6214, 50.0]}, "bbox": [-150.8597, 61.6214, -150.8597, 61.6214]}, {"id": "16", "type": "Feature", "properties": {"id": "ak16994274", "mag": 1.9, "time": 1507412827617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7142, 62.9656, 93.6]}, "bbox": [-149.7142, 62.9656, -149.7142, 62.9656]}, {"id": "17", "type": "Feature", "properties": {"id": "ak16994273", "mag": 1.2, "time": 1507411925999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2484, 61.2705, 69.1]}, "bbox": [-151.2484, 61.2705, -151.2484, 61.2705]}, {"id": "18", "type": "Feature", "properties": {"id": "ak16994270", "mag": 2.0, "time": 1507411814209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0732, 65.5942, 14.8]}, "bbox": [-152.0732, 65.5942, -152.0732, 65.5942]}, {"id": "19", "type": "Feature", "properties": {"id": "us2000b2ly", "mag": 4.1, "time": 1507411448780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.5445, 13.5146, 54.36]}, "bbox": [-90.5445, 13.5146, -90.5445, 13.5146]}, {"id": "20", "type": "Feature", "properties": {"id": "nc72905841", "mag": 1.38, "time": 1507411214450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819504, 37.605499, 4.14]}, "bbox": [-118.819504, 37.605499, -118.819504, 37.605499]}, {"id": "21", "type": "Feature", "properties": {"id": "nc72905836", "mag": 1.4, "time": 1507410206440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.930168, 37.636833, -0.71]}, "bbox": [-118.930168, 37.636833, -118.930168, 37.636833]}, {"id": "22", "type": "Feature", "properties": {"id": "ci38021272", "mag": 1.34, "time": 1507408122250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509167, 34.1555, 16.34]}, "bbox": [-117.509167, 34.1555, -117.509167, 34.1555]}, {"id": "23", "type": "Feature", "properties": {"id": "ci38021264", "mag": 1.0, "time": 1507407938100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.5115, 5.16]}, "bbox": [-116.792167, 33.5115, -116.792167, 33.5115]}, {"id": "24", "type": "Feature", "properties": {"id": "ak16993963", "mag": 1.4, "time": 1507407100665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9126, 63.1812, 150.4]}, "bbox": [-150.9126, 63.1812, -150.9126, 63.1812]}, {"id": "25", "type": "Feature", "properties": {"id": "hv61936851", "mag": 2.55, "time": 1507406278360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.078659, 19.374167, 2.15]}, "bbox": [-155.078659, 19.374167, -155.078659, 19.374167]}, {"id": "26", "type": "Feature", "properties": {"id": "ak16993960", "mag": 1.4, "time": 1507405129739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3106, 61.5726, 26.9]}, "bbox": [-147.3106, 61.5726, -147.3106, 61.5726]}, {"id": "27", "type": "Feature", "properties": {"id": "ak16993952", "mag": 1.7, "time": 1507403679922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5846, 60.2607, 34.2]}, "bbox": [-150.5846, 60.2607, -150.5846, 60.2607]}, {"id": "28", "type": "Feature", "properties": {"id": "ci38021224", "mag": 1.04, "time": 1507401391710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 34.254833, 18.27]}, "bbox": [-116.929, 34.254833, -116.929, 34.254833]}, {"id": "29", "type": "Feature", "properties": {"id": "ak16993752", "mag": 1.3, "time": 1507401212982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5065, 63.0847, 0.0]}, "bbox": [-151.5065, 63.0847, -151.5065, 63.0847]}, {"id": "30", "type": "Feature", "properties": {"id": "ak16993746", "mag": 1.3, "time": 1507399350671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8929, 63.5257, 3.3]}, "bbox": [-147.8929, 63.5257, -147.8929, 63.5257]}, {"id": "31", "type": "Feature", "properties": {"id": "us2000b2jk", "mag": 4.6, "time": 1507398878400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.7258, -18.9821, 195.22]}, "bbox": [-175.7258, -18.9821, -175.7258, -18.9821]}, {"id": "32", "type": "Feature", "properties": {"id": "ak16993741", "mag": 1.6, "time": 1507398797233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3473, 63.0775, 0.0]}, "bbox": [-151.3473, 63.0775, -151.3473, 63.0775]}, {"id": "33", "type": "Feature", "properties": {"id": "nc72905766", "mag": 2.64, "time": 1507397278960, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.137497, 36.579834, 7.72]}, "bbox": [-121.137497, 36.579834, -121.137497, 36.579834]}, {"id": "34", "type": "Feature", "properties": {"id": "ak16993738", "mag": 1.4, "time": 1507396778206, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1075, 61.8312, 71.7]}, "bbox": [-151.1075, 61.8312, -151.1075, 61.8312]}, {"id": "35", "type": "Feature", "properties": {"id": "ak16993736", "mag": 1.2, "time": 1507396542471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3769, 63.0621, 0.0]}, "bbox": [-151.3769, 63.0621, -151.3769, 63.0621]}, {"id": "36", "type": "Feature", "properties": {"id": "us2000b2ii", "mag": 4.3, "time": 1507395765330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8319, 16.7195, 58.84]}, "bbox": [-94.8319, 16.7195, -94.8319, 16.7195]}, {"id": "37", "type": "Feature", "properties": {"id": "uw61339006", "mag": 1.91, "time": 1507395622730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.689833, 47.049167, 5.38]}, "bbox": [-120.689833, 47.049167, -120.689833, 47.049167]}, {"id": "38", "type": "Feature", "properties": {"id": "ak16993732", "mag": 1.7, "time": 1507395602456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5283, 63.0785, 0.0]}, "bbox": [-151.5283, 63.0785, -151.5283, 63.0785]}, {"id": "39", "type": "Feature", "properties": {"id": "ak16993720", "mag": 2.5, "time": 1507394741482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6683, 60.7696, 67.1]}, "bbox": [-151.6683, 60.7696, -151.6683, 60.7696]}, {"id": "40", "type": "Feature", "properties": {"id": "ak16993714", "mag": 1.6, "time": 1507394402896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7591, 61.6478, 30.6]}, "bbox": [-149.7591, 61.6478, -149.7591, 61.6478]}, {"id": "41", "type": "Feature", "properties": {"id": "ak16993710", "mag": 1.5, "time": 1507393418705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3458, 63.0633, 0.0]}, "bbox": [-151.3458, 63.0633, -151.3458, 63.0633]}, {"id": "42", "type": "Feature", "properties": {"id": "ak16993699", "mag": 1.6, "time": 1507392875390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4669, 63.0675, 3.4]}, "bbox": [-151.4669, 63.0675, -151.4669, 63.0675]}, {"id": "43", "type": "Feature", "properties": {"id": "ak16993695", "mag": 1.3, "time": 1507392837463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5169, 63.083, 1.0]}, "bbox": [-151.5169, 63.083, -151.5169, 63.083]}, {"id": "44", "type": "Feature", "properties": {"id": "ak16993692", "mag": 2.3, "time": 1507392657193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4771, 63.0742, 4.3]}, "bbox": [-151.4771, 63.0742, -151.4771, 63.0742]}, {"id": "45", "type": "Feature", "properties": {"id": "ak16993486", "mag": 4.2, "time": 1507392435159, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.458, 63.1276, 14.9]}, "bbox": [-151.458, 63.1276, -151.458, 63.1276]}, {"id": "46", "type": "Feature", "properties": {"id": "us2000b2hz", "mag": 4.3, "time": 1507392287310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9686, 16.6087, 69.65]}, "bbox": [-94.9686, 16.6087, -94.9686, 16.6087]}, {"id": "47", "type": "Feature", "properties": {"id": "nc72905751", "mag": 1.21, "time": 1507391530870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023666, 37.605335, 1.97]}, "bbox": [-119.023666, 37.605335, -119.023666, 37.605335]}, {"id": "48", "type": "Feature", "properties": {"id": "ci38021056", "mag": 1.95, "time": 1507390783500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.493, 3.65]}, "bbox": [-116.793833, 33.493, -116.793833, 33.493]}, {"id": "49", "type": "Feature", "properties": {"id": "ci38021048", "mag": 1.02, "time": 1507388708760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.225, 34.0335, 0.39]}, "bbox": [-117.225, 34.0335, -117.225, 34.0335]}, {"id": "50", "type": "Feature", "properties": {"id": "ak16993303", "mag": 1.9, "time": 1507385638408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.2623, 0.9]}, "bbox": [-151.0033, 63.2623, -151.0033, 63.2623]}, {"id": "51", "type": "Feature", "properties": {"id": "us2000b2hc", "mag": 4.9, "time": 1507385606770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3179, -30.4302, 10.0]}, "bbox": [-177.3179, -30.4302, -177.3179, -30.4302]}, {"id": "52", "type": "Feature", "properties": {"id": "ak16993301", "mag": 2.1, "time": 1507383291943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1913, 58.5727, 85.2]}, "bbox": [-154.1913, 58.5727, -154.1913, 58.5727]}, {"id": "53", "type": "Feature", "properties": {"id": "uu60251607", "mag": 3.09, "time": 1507383200950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.140503, 38.030666, 7.29]}, "bbox": [-113.140503, 38.030666, -113.140503, 38.030666]}, {"id": "54", "type": "Feature", "properties": {"id": "nc72905716", "mag": 1.07, "time": 1507382878240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.789166, 2.09]}, "bbox": [-122.765663, 38.789166, -122.765663, 38.789166]}, {"id": "55", "type": "Feature", "properties": {"id": "nc72905711", "mag": 1.17, "time": 1507382428800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.678001, 37.621498, 4.39]}, "bbox": [-121.678001, 37.621498, -121.678001, 37.621498]}, {"id": "56", "type": "Feature", "properties": {"id": "ak16993140", "mag": 1.9, "time": 1507381096302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8813, 63.1738, 75.2]}, "bbox": [-148.8813, 63.1738, -148.8813, 63.1738]}, {"id": "57", "type": "Feature", "properties": {"id": "ak16993128", "mag": 1.6, "time": 1507378828395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.531, 61.7978, 14.8]}, "bbox": [-149.531, 61.7978, -149.531, 61.7978]}, {"id": "58", "type": "Feature", "properties": {"id": "hv61936621", "mag": 1.98, "time": 1507378497820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.423492, 19.223499, 34.62]}, "bbox": [-155.423492, 19.223499, -155.423492, 19.223499]}, {"id": "59", "type": "Feature", "properties": {"id": "ak16993119", "mag": 1.5, "time": 1507378014192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.8317, 59.7754, 0.0]}, "bbox": [-138.8317, 59.7754, -138.8317, 59.7754]}, {"id": "60", "type": "Feature", "properties": {"id": "nc72905681", "mag": 1.39, "time": 1507377675100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.8255, 2.24]}, "bbox": [-122.793999, 38.8255, -122.793999, 38.8255]}, {"id": "61", "type": "Feature", "properties": {"id": "hv61936531", "mag": 2.66, "time": 1507377140600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.32016, 19.338667, 4.3]}, "bbox": [-155.32016, 19.338667, -155.32016, 19.338667]}, {"id": "62", "type": "Feature", "properties": {"id": "ak16992960", "mag": 1.9, "time": 1507376759252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4264, 67.7636, 0.0]}, "bbox": [-158.4264, 67.7636, -158.4264, 67.7636]}, {"id": "63", "type": "Feature", "properties": {"id": "ak16992953", "mag": 2.1, "time": 1507376626801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5725, 59.8372, 0.0]}, "bbox": [-136.5725, 59.8372, -136.5725, 59.8372]}, {"id": "64", "type": "Feature", "properties": {"id": "us2000b2fz", "mag": 4.1, "time": 1507372645200, "felt": 103.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7814, -32.4981, 23.29]}, "bbox": [-71.7814, -32.4981, -71.7814, -32.4981]}, {"id": "65", "type": "Feature", "properties": {"id": "nn00608370", "mag": 1.3, "time": 1507370926907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9711, 36.3094, 7.8]}, "bbox": [-115.9711, 36.3094, -115.9711, 36.3094]}, {"id": "66", "type": "Feature", "properties": {"id": "ak16992628", "mag": 1.5, "time": 1507369548317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8046, 65.9499, 0.0]}, "bbox": [-163.8046, 65.9499, -163.8046, 65.9499]}, {"id": "67", "type": "Feature", "properties": {"id": "ak16992625", "mag": 1.4, "time": 1507369466929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8309, 63.376, 82.0]}, "bbox": [-147.8309, 63.376, -147.8309, 63.376]}, {"id": "68", "type": "Feature", "properties": {"id": "nc72905641", "mag": 1.22, "time": 1507368529650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.724167, 38.760334, 1.16]}, "bbox": [-122.724167, 38.760334, -122.724167, 38.760334]}, {"id": "69", "type": "Feature", "properties": {"id": "us2000b2fc", "mag": 5.1, "time": 1507368374110, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9778, -1.6647, 147.34]}, "bbox": [-77.9778, -1.6647, -77.9778, -1.6647]}, {"id": "70", "type": "Feature", "properties": {"id": "ak16992611", "mag": 2.1, "time": 1507366872675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3324, 62.9966, 88.4]}, "bbox": [-150.3324, 62.9966, -150.3324, 62.9966]}, {"id": "71", "type": "Feature", "properties": {"id": "ak16992607", "mag": 1.8, "time": 1507366536698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4858, 64.7593, 11.3]}, "bbox": [-146.4858, 64.7593, -146.4858, 64.7593]}, {"id": "72", "type": "Feature", "properties": {"id": "us2000b2et", "mag": 4.9, "time": 1507365487800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7469, -33.0092, 10.0]}, "bbox": [-177.7469, -33.0092, -177.7469, -33.0092]}, {"id": "73", "type": "Feature", "properties": {"id": "ak16992603", "mag": 2.2, "time": 1507364931625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8133, 59.8473, 0.0]}, "bbox": [-136.8133, 59.8473, -136.8133, 59.8473]}, {"id": "74", "type": "Feature", "properties": {"id": "ci38020960", "mag": 1.0, "time": 1507363084310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.673833, 33.904333, 35.76]}, "bbox": [-116.673833, 33.904333, -116.673833, 33.904333]}, {"id": "75", "type": "Feature", "properties": {"id": "hv61936261", "mag": 1.72, "time": 1507362853030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382172, 19.23, 34.41]}, "bbox": [-155.382172, 19.23, -155.382172, 19.23]}, {"id": "76", "type": "Feature", "properties": {"id": "ak16992451", "mag": 1.8, "time": 1507362228460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.427, 66.3947, 5.8]}, "bbox": [-153.427, 66.3947, -153.427, 66.3947]}, {"id": "77", "type": "Feature", "properties": {"id": "ci38020944", "mag": 1.0, "time": 1507362158010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.457667, 34.326, 2.73]}, "bbox": [-116.457667, 34.326, -116.457667, 34.326]}, {"id": "78", "type": "Feature", "properties": {"id": "mb80259564", "mag": 1.03, "time": 1507361004730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.865833, 9.91]}, "bbox": [-112.529833, 46.865833, -112.529833, 46.865833]}, {"id": "79", "type": "Feature", "properties": {"id": "nc72905606", "mag": 1.19, "time": 1507358854330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.791832, 38.834835, 1.65]}, "bbox": [-122.791832, 38.834835, -122.791832, 38.834835]}, {"id": "80", "type": "Feature", "properties": {"id": "nn00608387", "mag": 1.0, "time": 1507358249243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.405, 11.4]}, "bbox": [-118.9071, 38.405, -118.9071, 38.405]}, {"id": "81", "type": "Feature", "properties": {"id": "ci38020896", "mag": 1.89, "time": 1507358144340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.486833, 4.21]}, "bbox": [-116.793833, 33.486833, -116.793833, 33.486833]}, {"id": "82", "type": "Feature", "properties": {"id": "us2000b2dx", "mag": 4.5, "time": 1507357181260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.1291, -6.3628, 156.49]}, "bbox": [130.1291, -6.3628, 130.1291, -6.3628]}, {"id": "83", "type": "Feature", "properties": {"id": "se60208171", "mag": 2.4, "time": 1507353902490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.749833, 36.150333, 14.1]}, "bbox": [-83.749833, 36.150333, -83.749833, 36.150333]}, {"id": "84", "type": "Feature", "properties": {"id": "nc72905576", "mag": 1.77, "time": 1507352706600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.900833, 36.327168, 6.31]}, "bbox": [-120.900833, 36.327168, -120.900833, 36.327168]}, {"id": "85", "type": "Feature", "properties": {"id": "ak16992147", "mag": 1.4, "time": 1507351430424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0276, 62.5667, 0.0]}, "bbox": [-153.0276, 62.5667, -153.0276, 62.5667]}, {"id": "86", "type": "Feature", "properties": {"id": "ak16992146", "mag": 1.8, "time": 1507351047849, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.5063, 59.957, 0.0]}, "bbox": [-138.5063, 59.957, -138.5063, 59.957]}, {"id": "87", "type": "Feature", "properties": {"id": "nc72905556", "mag": 1.77, "time": 1507350586140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.834835, 1.77]}, "bbox": [-122.792, 38.834835, -122.792, 38.834835]}, {"id": "88", "type": "Feature", "properties": {"id": "mb80259559", "mag": 1.46, "time": 1507350177430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530833, 46.869333, 10.71]}, "bbox": [-112.530833, 46.869333, -112.530833, 46.869333]}, {"id": "89", "type": "Feature", "properties": {"id": "us2000b2d1", "mag": 4.7, "time": 1507347862040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.504, -16.7961, 178.13]}, "bbox": [-69.504, -16.7961, -69.504, -16.7961]}, {"id": "90", "type": "Feature", "properties": {"id": "nc72905531", "mag": 1.48, "time": 1507346675870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831169, 37.4585, 2.53]}, "bbox": [-118.831169, 37.4585, -118.831169, 37.4585]}, {"id": "91", "type": "Feature", "properties": {"id": "mb80259549", "mag": 1.08, "time": 1507345321240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516333, 46.8755, 11.43]}, "bbox": [-112.516333, 46.8755, -112.516333, 46.8755]}, {"id": "92", "type": "Feature", "properties": {"id": "nc72905521", "mag": 1.46, "time": 1507345267910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816666, 37.603832, 4.04]}, "bbox": [-118.816666, 37.603832, -118.816666, 37.603832]}, {"id": "93", "type": "Feature", "properties": {"id": "ci38020824", "mag": 2.12, "time": 1507344823940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.655333, 34.632, 5.34]}, "bbox": [-116.655333, 34.632, -116.655333, 34.632]}, {"id": "94", "type": "Feature", "properties": {"id": "ak16991857", "mag": 2.3, "time": 1507344587124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8808, 51.3254, 31.7]}, "bbox": [-177.8808, 51.3254, -177.8808, 51.3254]}, {"id": "95", "type": "Feature", "properties": {"id": "nn00608359", "mag": 1.1, "time": 1507344387447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1285, 37.4041, 0.5]}, "bbox": [-115.1285, 37.4041, -115.1285, 37.4041]}, {"id": "96", "type": "Feature", "properties": {"id": "nc72905511", "mag": 1.27, "time": 1507344302520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817169, 37.604168, 4.02]}, "bbox": [-118.817169, 37.604168, -118.817169, 37.604168]}, {"id": "97", "type": "Feature", "properties": {"id": "us2000b2cx", "mag": 4.9, "time": 1507343887900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.1471, -23.7671, 10.0]}, "bbox": [69.1471, -23.7671, 69.1471, -23.7671]}, {"id": "98", "type": "Feature", "properties": {"id": "nc72905496", "mag": 1.94, "time": 1507341324260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.101166, 40.842499, 6.01]}, "bbox": [-121.101166, 40.842499, -121.101166, 40.842499]}, {"id": "99", "type": "Feature", "properties": {"id": "us2000b2cc", "mag": 5.0, "time": 1507340745260, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.668, 1.1151, 7.01]}, "bbox": [132.668, 1.1151, 132.668, 1.1151]}, {"id": "100", "type": "Feature", "properties": {"id": "ci38020800", "mag": 1.46, "time": 1507340726000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.462667, 33.466333, 5.78]}, "bbox": [-116.462667, 33.466333, -116.462667, 33.466333]}, {"id": "101", "type": "Feature", "properties": {"id": "ak16991706", "mag": 1.7, "time": 1507339655320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2596, 60.2328, 0.0]}, "bbox": [-141.2596, 60.2328, -141.2596, 60.2328]}, {"id": "102", "type": "Feature", "properties": {"id": "ak16991711", "mag": 1.6, "time": 1507339653625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2013, 60.2021, 10.5]}, "bbox": [-141.2013, 60.2021, -141.2013, 60.2021]}, {"id": "103", "type": "Feature", "properties": {"id": "ak16991704", "mag": 1.7, "time": 1507338343941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7575, 62.4396, 50.8]}, "bbox": [-149.7575, 62.4396, -149.7575, 62.4396]}, {"id": "104", "type": "Feature", "properties": {"id": "ak16991697", "mag": 2.1, "time": 1507336466527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3178, 60.5797, 88.2]}, "bbox": [-152.3178, 60.5797, -152.3178, 60.5797]}, {"id": "105", "type": "Feature", "properties": {"id": "ci38020768", "mag": 1.56, "time": 1507336119080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460167, 34.3335, 2.89]}, "bbox": [-116.460167, 34.3335, -116.460167, 34.3335]}, {"id": "106", "type": "Feature", "properties": {"id": "ci38020760", "mag": 1.22, "time": 1507335982510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.468167, 34.333167, 2.87]}, "bbox": [-116.468167, 34.333167, -116.468167, 34.333167]}, {"id": "107", "type": "Feature", "properties": {"id": "ci38020752", "mag": 1.81, "time": 1507335765850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793, 33.490333, 4.58]}, "bbox": [-116.793, 33.490333, -116.793, 33.490333]}, {"id": "108", "type": "Feature", "properties": {"id": "ci38020744", "mag": 1.76, "time": 1507335646140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.566333, 35.339667, 7.86]}, "bbox": [-118.566333, 35.339667, -118.566333, 35.339667]}, {"id": "109", "type": "Feature", "properties": {"id": "us2000b2c0", "mag": 5.3, "time": 1507335391250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3171, -33.0297, 10.0]}, "bbox": [-178.3171, -33.0297, -178.3171, -33.0297]}, {"id": "110", "type": "Feature", "properties": {"id": "nc72905461", "mag": 1.16, "time": 1507333007350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795998, 38.826, 2.32]}, "bbox": [-122.795998, 38.826, -122.795998, 38.826]}, {"id": "111", "type": "Feature", "properties": {"id": "nn00608334", "mag": 1.1, "time": 1507331333919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1247, 37.3789, 8.2]}, "bbox": [-117.1247, 37.3789, -117.1247, 37.3789]}, {"id": "112", "type": "Feature", "properties": {"id": "ak16991557", "mag": 1.4, "time": 1507331263084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2293, 64.9749, 0.0]}, "bbox": [-147.2293, 64.9749, -147.2293, 64.9749]}, {"id": "113", "type": "Feature", "properties": {"id": "us2000b2ba", "mag": 4.4, "time": 1507331102840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.3636, -10.0109, 10.0]}, "bbox": [152.3636, -10.0109, 152.3636, -10.0109]}, {"id": "114", "type": "Feature", "properties": {"id": "us2000b2b9", "mag": 4.2, "time": 1507331091160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [73.3529, 39.6124, 10.0]}, "bbox": [73.3529, 39.6124, 73.3529, 39.6124]}, {"id": "115", "type": "Feature", "properties": {"id": "ak16991437", "mag": 2.0, "time": 1507330383962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4583, 60.3395, 72.9]}, "bbox": [-152.4583, 60.3395, -152.4583, 60.3395]}, {"id": "116", "type": "Feature", "properties": {"id": "us2000b2av", "mag": 4.3, "time": 1507329021540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.9649, 43.0121, 217.94]}, "bbox": [138.9649, 43.0121, 138.9649, 43.0121]}, {"id": "117", "type": "Feature", "properties": {"id": "nn00608329", "mag": 1.3, "time": 1507328136999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1198, 37.3861, 8.7]}, "bbox": [-117.1198, 37.3861, -117.1198, 37.3861]}, {"id": "118", "type": "Feature", "properties": {"id": "ci38020720", "mag": 1.45, "time": 1507327306610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.955667, 34.34, -0.29]}, "bbox": [-116.955667, 34.34, -116.955667, 34.34]}, {"id": "119", "type": "Feature", "properties": {"id": "uw61338531", "mag": 1.37, "time": 1507326914640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.991667, 46.572333, -0.3]}, "bbox": [-122.991667, 46.572333, -122.991667, 46.572333]}, {"id": "120", "type": "Feature", "properties": {"id": "nn00608354", "mag": 1.0, "time": 1507326343697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.747, 39.8477, 10.0]}, "bbox": [-120.747, 39.8477, -120.747, 39.8477]}, {"id": "121", "type": "Feature", "properties": {"id": "nc72905451", "mag": 1.47, "time": 1507326329600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.753833, 39.8485, 6.72]}, "bbox": [-120.753833, 39.8485, -120.753833, 39.8485]}, {"id": "122", "type": "Feature", "properties": {"id": "nc72905441", "mag": 1.23, "time": 1507325408690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127, 36.566667, 9.16]}, "bbox": [-121.127, 36.566667, -121.127, 36.566667]}, {"id": "123", "type": "Feature", "properties": {"id": "us2000b29t", "mag": 4.5, "time": 1507325144410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.6471, 17.7456, 196.33]}, "bbox": [145.6471, 17.7456, 145.6471, 17.7456]}, {"id": "124", "type": "Feature", "properties": {"id": "us2000b2ab", "mag": 2.6, "time": 1507324395860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8949, 32.7663, 5.0]}, "bbox": [-108.8949, 32.7663, -108.8949, 32.7663]}, {"id": "125", "type": "Feature", "properties": {"id": "nc72905436", "mag": 1.41, "time": 1507323505830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.155667, 36.5565, 6.94]}, "bbox": [-121.155667, 36.5565, -121.155667, 36.5565]}, {"id": "126", "type": "Feature", "properties": {"id": "ci38020712", "mag": 1.19, "time": 1507323492150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.991, 32.578667, 2.62]}, "bbox": [-116.991, 32.578667, -116.991, 32.578667]}, {"id": "127", "type": "Feature", "properties": {"id": "us2000b289", "mag": 2.4, "time": 1507321230800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7321, 36.481, 5.37]}, "bbox": [-98.7321, 36.481, -98.7321, 36.481]}, {"id": "128", "type": "Feature", "properties": {"id": "nc72905431", "mag": 1.0, "time": 1507321021480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.178833, 38.107, -0.02]}, "bbox": [-122.178833, 38.107, -122.178833, 38.107]}, {"id": "129", "type": "Feature", "properties": {"id": "ak16991182", "mag": 1.0, "time": 1507320721326, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1644, 62.2007, 15.5]}, "bbox": [-148.1644, 62.2007, -148.1644, 62.2007]}, {"id": "130", "type": "Feature", "properties": {"id": "ak16991178", "mag": 1.8, "time": 1507320357991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5804, 63.1717, 121.4]}, "bbox": [-150.5804, 63.1717, -150.5804, 63.1717]}, {"id": "131", "type": "Feature", "properties": {"id": "nc72905426", "mag": 1.24, "time": 1507320241050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.688667, 37.5335, 6.91]}, "bbox": [-121.688667, 37.5335, -121.688667, 37.5335]}, {"id": "132", "type": "Feature", "properties": {"id": "ci38020680", "mag": 1.5, "time": 1507320090270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.516, 33.860833, 0.62]}, "bbox": [-117.516, 33.860833, -117.516, 33.860833]}, {"id": "133", "type": "Feature", "properties": {"id": "ak16991069", "mag": 1.8, "time": 1507318145350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6965, 59.7754, 0.0]}, "bbox": [-136.6965, 59.7754, -136.6965, 59.7754]}, {"id": "134", "type": "Feature", "properties": {"id": "us2000b27a", "mag": 2.4, "time": 1507317641850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.2269, 36.6265, 5.07]}, "bbox": [-98.2269, 36.6265, -98.2269, 36.6265]}, {"id": "135", "type": "Feature", "properties": {"id": "ak16991058", "mag": 2.6, "time": 1507317554328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3172, 63.6837, 3.7]}, "bbox": [-146.3172, 63.6837, -146.3172, 63.6837]}, {"id": "136", "type": "Feature", "properties": {"id": "ci38020656", "mag": 1.03, "time": 1507317548410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.646667, 36.148333, 0.93]}, "bbox": [-117.646667, 36.148333, -117.646667, 36.148333]}, {"id": "137", "type": "Feature", "properties": {"id": "ci38020648", "mag": 1.08, "time": 1507317476900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1915, 35.0025, -0.87]}, "bbox": [-118.1915, 35.0025, -118.1915, 35.0025]}, {"id": "138", "type": "Feature", "properties": {"id": "nc72905416", "mag": 1.19, "time": 1507317386760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457667, -0.31]}, "bbox": [-118.803333, 37.457667, -118.803333, 37.457667]}, {"id": "139", "type": "Feature", "properties": {"id": "uw61338426", "mag": 1.65, "time": 1507316609360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7105, 43.553333, 7.02]}, "bbox": [-121.7105, 43.553333, -121.7105, 43.553333]}, {"id": "140", "type": "Feature", "properties": {"id": "mb80259489", "mag": 1.66, "time": 1507316359200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.477167, 45.9945, -2.0]}, "bbox": [-112.477167, 45.9945, -112.477167, 45.9945]}, {"id": "141", "type": "Feature", "properties": {"id": "ci38020624", "mag": 1.22, "time": 1507316271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362, 32.941333, 10.15]}, "bbox": [-116.362, 32.941333, -116.362, 32.941333]}, {"id": "142", "type": "Feature", "properties": {"id": "ak16991011", "mag": 2.0, "time": 1507315584886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9279, 62.7834, 4.5]}, "bbox": [-148.9279, 62.7834, -148.9279, 62.7834]}, {"id": "143", "type": "Feature", "properties": {"id": "us2000b26p", "mag": 4.7, "time": 1507315424010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [68.9568, -49.2119, 13.54]}, "bbox": [68.9568, -49.2119, 68.9568, -49.2119]}, {"id": "144", "type": "Feature", "properties": {"id": "uu60251447", "mag": 2.18, "time": 1507314096180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.633167, 4.91]}, "bbox": [-111.457, 42.633167, -111.457, 42.633167]}, {"id": "145", "type": "Feature", "properties": {"id": "nc72905411", "mag": 1.24, "time": 1507313481610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.962333, 37.920333, -0.33]}, "bbox": [-121.962333, 37.920333, -121.962333, 37.920333]}, {"id": "146", "type": "Feature", "properties": {"id": "us2000b260", "mag": 4.4, "time": 1507311862190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [86.7487, 30.0165, 10.0]}, "bbox": [86.7487, 30.0165, 86.7487, 30.0165]}, {"id": "147", "type": "Feature", "properties": {"id": "ci38020552", "mag": 1.28, "time": 1507311788210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351667, 35.052833, -1.01]}, "bbox": [-118.351667, 35.052833, -118.351667, 35.052833]}, {"id": "148", "type": "Feature", "properties": {"id": "us2000b25h", "mag": 5.5, "time": 1507311683180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-15.5503, -35.3171, 10.0]}, "bbox": [-15.5503, -35.3171, -15.5503, -35.3171]}, {"id": "149", "type": "Feature", "properties": {"id": "ak16990870", "mag": 1.8, "time": 1507310931075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9372, 62.1214, 48.9]}, "bbox": [-149.9372, 62.1214, -149.9372, 62.1214]}, {"id": "150", "type": "Feature", "properties": {"id": "nn00608306", "mag": 1.9, "time": 1507310059424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6177, 38.5802, 5.9]}, "bbox": [-118.6177, 38.5802, -118.6177, 38.5802]}, {"id": "151", "type": "Feature", "properties": {"id": "us2000b24c", "mag": 4.6, "time": 1507309684550, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7841, 37.4191, 31.5]}, "bbox": [143.7841, 37.4191, 143.7841, 37.4191]}, {"id": "152", "type": "Feature", "properties": {"id": "mb80259479", "mag": 1.25, "time": 1507309316470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5305, 46.867167, 12.62]}, "bbox": [-112.5305, 46.867167, -112.5305, 46.867167]}, {"id": "153", "type": "Feature", "properties": {"id": "uu60251412", "mag": 2.1, "time": 1507308318150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460333, 42.602667, 6.75]}, "bbox": [-111.460333, 42.602667, -111.460333, 42.602667]}, {"id": "154", "type": "Feature", "properties": {"id": "nc72905346", "mag": 2.33, "time": 1507308237260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803333, 37.457333, 0.99]}, "bbox": [-118.803333, 37.457333, -118.803333, 37.457333]}, {"id": "155", "type": "Feature", "properties": {"id": "ci38020512", "mag": 1.61, "time": 1507308155060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 35.633833, 6.15]}, "bbox": [-116.2815, 35.633833, -116.2815, 35.633833]}, {"id": "156", "type": "Feature", "properties": {"id": "ci38020480", "mag": 1.04, "time": 1507307612510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.314167, 34.0145, 2.75]}, "bbox": [-116.314167, 34.0145, -116.314167, 34.0145]}, {"id": "157", "type": "Feature", "properties": {"id": "ak16990671", "mag": 1.6, "time": 1507307067130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0099, 66.2332, 1.8]}, "bbox": [-150.0099, 66.2332, -150.0099, 66.2332]}, {"id": "158", "type": "Feature", "properties": {"id": "nc72905326", "mag": 1.17, "time": 1507305678060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.706, 38.783667, 2.5]}, "bbox": [-122.706, 38.783667, -122.706, 38.783667]}, {"id": "159", "type": "Feature", "properties": {"id": "mb80259459", "mag": 0.95, "time": 1507305300890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5315, 46.8575, 12.4]}, "bbox": [-112.5315, 46.8575, -112.5315, 46.8575]}, {"id": "160", "type": "Feature", "properties": {"id": "ci38020408", "mag": 1.2, "time": 1507302977930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019833, 33.876, -0.6]}, "bbox": [-117.019833, 33.876, -117.019833, 33.876]}, {"id": "161", "type": "Feature", "properties": {"id": "ak16990501", "mag": 2.8, "time": 1507302735109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2441, 60.1679, 148.9]}, "bbox": [-153.2441, 60.1679, -153.2441, 60.1679]}, {"id": "162", "type": "Feature", "properties": {"id": "us2000b20f", "mag": 5.4, "time": 1507301800580, "felt": 169.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.1969, 37.0997, 47.42]}, "bbox": [141.1969, 37.0997, 141.1969, 37.0997]}, {"id": "163", "type": "Feature", "properties": {"id": "ak16990465", "mag": 1.7, "time": 1507301707708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.519, 67.5663, 0.0]}, "bbox": [-156.519, 67.5663, -156.519, 67.5663]}, {"id": "164", "type": "Feature", "properties": {"id": "ci38020392", "mag": 2.6, "time": 1507301676460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.894167, 31.614, 5.89]}, "bbox": [-115.894167, 31.614, -115.894167, 31.614]}, {"id": "165", "type": "Feature", "properties": {"id": "ak16990463", "mag": 1.6, "time": 1507300956103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1925, 59.8037, 20.0]}, "bbox": [-152.1925, 59.8037, -152.1925, 59.8037]}, {"id": "166", "type": "Feature", "properties": {"id": "uu60251397", "mag": 1.18, "time": 1507300478100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.436333, 42.554833, 9.68]}, "bbox": [-111.436333, 42.554833, -111.436333, 42.554833]}, {"id": "167", "type": "Feature", "properties": {"id": "nn00608296", "mag": 1.1, "time": 1507299948387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9267, 39.4223, 8.7]}, "bbox": [-119.9267, 39.4223, -119.9267, 39.4223]}, {"id": "168", "type": "Feature", "properties": {"id": "ci38020376", "mag": 1.4, "time": 1507299919340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.476667, 35.752167, 2.24]}, "bbox": [-118.476667, 35.752167, -118.476667, 35.752167]}, {"id": "169", "type": "Feature", "properties": {"id": "nn00608295", "mag": 2.0, "time": 1507298898804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9217, 38.4131, 8.7]}, "bbox": [-118.9217, 38.4131, -118.9217, 38.4131]}, {"id": "170", "type": "Feature", "properties": {"id": "us2000b1zv", "mag": 5.1, "time": 1507298433140, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.0977, 12.0039, 21.82]}, "bbox": [95.0977, 12.0039, 95.0977, 12.0039]}, {"id": "171", "type": "Feature", "properties": {"id": "ak16990379", "mag": 2.0, "time": 1507296668722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4456, 63.3167, 112.0]}, "bbox": [-150.4456, 63.3167, -150.4456, 63.3167]}, {"id": "172", "type": "Feature", "properties": {"id": "ak16990317", "mag": 2.4, "time": 1507295355033, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6485, 60.9026, 21.1]}, "bbox": [-149.6485, 60.9026, -149.6485, 60.9026]}, {"id": "173", "type": "Feature", "properties": {"id": "nc72905256", "mag": 1.69, "time": 1507295344860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7755, 38.805167, 0.72]}, "bbox": [-122.7755, 38.805167, -122.7755, 38.805167]}, {"id": "174", "type": "Feature", "properties": {"id": "ci38020296", "mag": 0.98, "time": 1507294899000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 34.226167, 12.35]}, "bbox": [-117.445, 34.226167, -117.445, 34.226167]}, {"id": "175", "type": "Feature", "properties": {"id": "nc72905246", "mag": 1.14, "time": 1507294685610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797333, 38.813499, 2.36]}, "bbox": [-122.797333, 38.813499, -122.797333, 38.813499]}, {"id": "176", "type": "Feature", "properties": {"id": "nc72905241", "mag": 1.27, "time": 1507294429860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.822333, 1.56]}, "bbox": [-122.806167, 38.822333, -122.806167, 38.822333]}, {"id": "177", "type": "Feature", "properties": {"id": "ak16990306", "mag": 1.6, "time": 1507293337500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.164, 63.5211, 0.0]}, "bbox": [-147.164, 63.5211, -147.164, 63.5211]}, {"id": "178", "type": "Feature", "properties": {"id": "nc72905231", "mag": 1.31, "time": 1507293268040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600333, 38.771667, 0.05]}, "bbox": [-122.600333, 38.771667, -122.600333, 38.771667]}, {"id": "179", "type": "Feature", "properties": {"id": "mb80259449", "mag": 1.29, "time": 1507293189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.557667, 46.894167, 9.91]}, "bbox": [-112.557667, 46.894167, -112.557667, 46.894167]}, {"id": "180", "type": "Feature", "properties": {"id": "nc72905226", "mag": 1.25, "time": 1507291334810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.798333, 37.565333, -0.35]}, "bbox": [-118.798333, 37.565333, -118.798333, 37.565333]}, {"id": "181", "type": "Feature", "properties": {"id": "ci38020256", "mag": 2.0, "time": 1507290973570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.757833, 34.172833, 6.62]}, "bbox": [-117.757833, 34.172833, -117.757833, 34.172833]}, {"id": "182", "type": "Feature", "properties": {"id": "ci38020240", "mag": 1.05, "time": 1507290356170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.355667, 35.822833, 16.75]}, "bbox": [-118.355667, 35.822833, -118.355667, 35.822833]}, {"id": "183", "type": "Feature", "properties": {"id": "us2000b1xz", "mag": 5.2, "time": 1507289341850, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [155.9405, -6.8684, 106.51]}, "bbox": [155.9405, -6.8684, 155.9405, -6.8684]}, {"id": "184", "type": "Feature", "properties": {"id": "uw61338256", "mag": 1.22, "time": 1507287741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.509333, 45.6895, 9.57]}, "bbox": [-122.509333, 45.6895, -122.509333, 45.6895]}, {"id": "185", "type": "Feature", "properties": {"id": "ci38020232", "mag": 1.4, "time": 1507287412090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8455, 34.000333, 9.47]}, "bbox": [-116.8455, 34.000333, -116.8455, 34.000333]}, {"id": "186", "type": "Feature", "properties": {"id": "mb80259444", "mag": 1.6, "time": 1507286758530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5795, 44.259167, 3.88]}, "bbox": [-114.5795, 44.259167, -114.5795, 44.259167]}, {"id": "187", "type": "Feature", "properties": {"id": "mb80259434", "mag": 1.18, "time": 1507286693390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.322167, 43.681333, 9.95]}, "bbox": [-110.322167, 43.681333, -110.322167, 43.681333]}, {"id": "188", "type": "Feature", "properties": {"id": "ak16990167", "mag": 3.0, "time": 1507285562299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2949, 51.2318, 28.0]}, "bbox": [-178.2949, 51.2318, -178.2949, 51.2318]}, {"id": "189", "type": "Feature", "properties": {"id": "ak16990162", "mag": 3.2, "time": 1507285408267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0402, 65.2966, 0.1]}, "bbox": [-156.0402, 65.2966, -156.0402, 65.2966]}, {"id": "190", "type": "Feature", "properties": {"id": "hv61935226", "mag": 1.78, "time": 1507284229580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.42366, 19.2805, 7.76]}, "bbox": [-155.42366, 19.2805, -155.42366, 19.2805]}, {"id": "191", "type": "Feature", "properties": {"id": "hv61935131", "mag": 1.67, "time": 1507283791470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.248833, 18.876833, 12.183]}, "bbox": [-155.248833, 18.876833, -155.248833, 18.876833]}, {"id": "192", "type": "Feature", "properties": {"id": "ak16990109", "mag": 1.9, "time": 1507282869514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1519, 63.251, 0.0]}, "bbox": [-151.1519, 63.251, -151.1519, 63.251]}, {"id": "193", "type": "Feature", "properties": {"id": "us2000b1xd", "mag": 4.4, "time": 1507281825250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9639, -0.4925, 44.07]}, "bbox": [119.9639, -0.4925, 119.9639, -0.4925]}, {"id": "194", "type": "Feature", "properties": {"id": "ak16990102", "mag": 1.6, "time": 1507281420124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7545, 61.5105, 70.6]}, "bbox": [-150.7545, 61.5105, -150.7545, 61.5105]}, {"id": "195", "type": "Feature", "properties": {"id": "hv61935091", "mag": 2.94, "time": 1507279304370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2205, 19.380333, 14.051]}, "bbox": [-156.2205, 19.380333, -156.2205, 19.380333]}, {"id": "196", "type": "Feature", "properties": {"id": "nn00608291", "mag": 1.6, "time": 1507279195578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.2224, 39.4096, 5.7]}, "bbox": [-115.2224, 39.4096, -115.2224, 39.4096]}, {"id": "197", "type": "Feature", "properties": {"id": "nc72905186", "mag": 0.99, "time": 1507278858510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.483833, 5.31]}, "bbox": [-118.8245, 37.483833, -118.8245, 37.483833]}, {"id": "198", "type": "Feature", "properties": {"id": "us2000b1v8", "mag": 6.0, "time": 1507276773110, "felt": 108.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.9537, 37.485, 10.0]}, "bbox": [143.9537, 37.485, 143.9537, 37.485]}, {"id": "199", "type": "Feature", "properties": {"id": "uu60251377", "mag": 1.43, "time": 1507274976970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.660667, 5.95]}, "bbox": [-111.444, 42.660667, -111.444, 42.660667]}, {"id": "200", "type": "Feature", "properties": {"id": "ak16989976", "mag": 3.1, "time": 1507274375943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8808, 0.0]}, "bbox": [-136.7235, 59.8808, -136.7235, 59.8808]}, {"id": "201", "type": "Feature", "properties": {"id": "mb80259414", "mag": 1.86, "time": 1507273645130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.997833, 47.455667, 1.73]}, "bbox": [-115.997833, 47.455667, -115.997833, 47.455667]}, {"id": "202", "type": "Feature", "properties": {"id": "us2000b1v0", "mag": 4.7, "time": 1507273552100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6145, 13.8504, 10.0]}, "bbox": [146.6145, 13.8504, 146.6145, 13.8504]}, {"id": "203", "type": "Feature", "properties": {"id": "ak16989973", "mag": 1.3, "time": 1507272833815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7833, 64.8537, 19.7]}, "bbox": [-148.7833, 64.8537, -148.7833, 64.8537]}, {"id": "204", "type": "Feature", "properties": {"id": "us2000b2dh", "mag": 3.3, "time": 1507270603000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.92, 49.06, 22.0]}, "bbox": [-67.92, 49.06, -67.92, 49.06]}, {"id": "205", "type": "Feature", "properties": {"id": "ak16989967", "mag": 1.9, "time": 1507270303410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3206, 61.7195, 41.0]}, "bbox": [-150.3206, 61.7195, -150.3206, 61.7195]}, {"id": "206", "type": "Feature", "properties": {"id": "ci38020152", "mag": 1.08, "time": 1507270230410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.557333, 32.948833, 3.78]}, "bbox": [-115.557333, 32.948833, -115.557333, 32.948833]}, {"id": "207", "type": "Feature", "properties": {"id": "us2000b1um", "mag": 2.7, "time": 1507269804040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4493, 42.6517, 7.67]}, "bbox": [-111.4493, 42.6517, -111.4493, 42.6517]}, {"id": "208", "type": "Feature", "properties": {"id": "nc72905156", "mag": 1.79, "time": 1507269478010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801167, 38.822, 2.67]}, "bbox": [-122.801167, 38.822, -122.801167, 38.822]}, {"id": "209", "type": "Feature", "properties": {"id": "nc71107634", "mag": 1.13, "time": 1507269413290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.478167, 38.6015, 12.1]}, "bbox": [-122.478167, 38.6015, -122.478167, 38.6015]}, {"id": "210", "type": "Feature", "properties": {"id": "us2000b1un", "mag": 4.3, "time": 1507269388630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4985, 51.6139, 71.76]}, "bbox": [178.4985, 51.6139, 178.4985, 51.6139]}, {"id": "211", "type": "Feature", "properties": {"id": "uu60251357", "mag": 1.47, "time": 1507268672130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455333, 42.652833, 2.92]}, "bbox": [-111.455333, 42.652833, -111.455333, 42.652833]}, {"id": "212", "type": "Feature", "properties": {"id": "ak16989960", "mag": 1.1, "time": 1507268319981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2116, 64.2744, 14.8]}, "bbox": [-148.2116, 64.2744, -148.2116, 64.2744]}, {"id": "213", "type": "Feature", "properties": {"id": "hv61935031", "mag": 1.75, "time": 1507267817920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.428833, 19.329, 10.185]}, "bbox": [-155.428833, 19.329, -155.428833, 19.329]}, {"id": "214", "type": "Feature", "properties": {"id": "nc72905151", "mag": 1.08, "time": 1507267299070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.607, 4.0]}, "bbox": [-118.823167, 37.607, -118.823167, 37.607]}, {"id": "215", "type": "Feature", "properties": {"id": "mb80259404", "mag": 1.03, "time": 1507266753410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532167, 46.873, 11.23]}, "bbox": [-112.532167, 46.873, -112.532167, 46.873]}, {"id": "216", "type": "Feature", "properties": {"id": "us2000b1u8", "mag": 4.6, "time": 1507265974560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.1261, -17.5702, 36.33]}, "bbox": [-64.1261, -17.5702, -64.1261, -17.5702]}, {"id": "217", "type": "Feature", "properties": {"id": "ci38020112", "mag": 1.06, "time": 1507265623210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.434833, 33.0315, 3.46]}, "bbox": [-116.434833, 33.0315, -116.434833, 33.0315]}, {"id": "218", "type": "Feature", "properties": {"id": "nc72905146", "mag": 1.56, "time": 1507265461960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7915, 38.8195, 1.42]}, "bbox": [-122.7915, 38.8195, -122.7915, 38.8195]}, {"id": "219", "type": "Feature", "properties": {"id": "uw61338091", "mag": 1.62, "time": 1507265317630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2, 47.583333, 23.03]}, "bbox": [-122.2, 47.583333, -122.2, 47.583333]}, {"id": "220", "type": "Feature", "properties": {"id": "uw61338086", "mag": 1.33, "time": 1507265080940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.200333, 47.583833, 23.12]}, "bbox": [-122.200333, 47.583833, -122.200333, 47.583833]}, {"id": "221", "type": "Feature", "properties": {"id": "uu60251347", "mag": 1.61, "time": 1507264823080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.494833, 42.639667, 0.79]}, "bbox": [-111.494833, 42.639667, -111.494833, 42.639667]}, {"id": "222", "type": "Feature", "properties": {"id": "nc71107639", "mag": 1.32, "time": 1507263429870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 39.599833, 20.91]}, "bbox": [-121.9235, 39.599833, -121.9235, 39.599833]}, {"id": "223", "type": "Feature", "properties": {"id": "nc72905131", "mag": 1.06, "time": 1507263391130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.5295, 5.95]}, "bbox": [-118.831, 37.5295, -118.831, 37.5295]}, {"id": "224", "type": "Feature", "properties": {"id": "nc72905121", "mag": 1.41, "time": 1507263129660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.403, 38.364167, 8.42]}, "bbox": [-122.403, 38.364167, -122.403, 38.364167]}, {"id": "225", "type": "Feature", "properties": {"id": "us2000b1tr", "mag": 4.8, "time": 1507262599510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9528, -10.3953, 10.0]}, "bbox": [151.9528, -10.3953, 151.9528, -10.3953]}, {"id": "226", "type": "Feature", "properties": {"id": "ak16989915", "mag": 1.5, "time": 1507260314998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3718, 63.0764, 0.0]}, "bbox": [-151.3718, 63.0764, -151.3718, 63.0764]}, {"id": "227", "type": "Feature", "properties": {"id": "uw61338061", "mag": 1.26, "time": 1507260032120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.744833, 47.490167, 16.4]}, "bbox": [-121.744833, 47.490167, -121.744833, 47.490167]}, {"id": "228", "type": "Feature", "properties": {"id": "ak16989910", "mag": 2.1, "time": 1507259762026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6057, 63.4194, 106.4]}, "bbox": [-149.6057, 63.4194, -149.6057, 63.4194]}, {"id": "229", "type": "Feature", "properties": {"id": "nc72905106", "mag": 1.0, "time": 1507258246340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822, 38.814833, 1.61]}, "bbox": [-122.822, 38.814833, -122.822, 38.814833]}, {"id": "230", "type": "Feature", "properties": {"id": "nc72905101", "mag": 2.97, "time": 1507257072490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.777167, 41.2375, 7.51]}, "bbox": [-125.777167, 41.2375, -125.777167, 41.2375]}, {"id": "231", "type": "Feature", "properties": {"id": "ak16989906", "mag": 1.6, "time": 1507256091995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.063, 65.8813, 12.8]}, "bbox": [-151.063, 65.8813, -151.063, 65.8813]}, {"id": "232", "type": "Feature", "properties": {"id": "ci38020032", "mag": 1.89, "time": 1507255962830, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7975, 33.5, 5.36]}, "bbox": [-116.7975, 33.5, -116.7975, 33.5]}, {"id": "233", "type": "Feature", "properties": {"id": "ci38020024", "mag": 1.53, "time": 1507255628970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.875167, 33.957, 3.47]}, "bbox": [-116.875167, 33.957, -116.875167, 33.957]}, {"id": "234", "type": "Feature", "properties": {"id": "us2000b1t0", "mag": 4.8, "time": 1507255428530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.496, 0.9934, 10.0]}, "bbox": [-25.496, 0.9934, -25.496, 0.9934]}, {"id": "235", "type": "Feature", "properties": {"id": "us2000b1sv", "mag": 4.6, "time": 1507253577740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1867, -9.9486, 10.0]}, "bbox": [152.1867, -9.9486, 152.1867, -9.9486]}, {"id": "236", "type": "Feature", "properties": {"id": "uu60251342", "mag": 1.12, "time": 1507252828550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.5485, 6.65]}, "bbox": [-111.414167, 42.5485, -111.414167, 42.5485]}, {"id": "237", "type": "Feature", "properties": {"id": "nc72905066", "mag": 0.98, "time": 1507251331760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9395, 37.636, 5.66]}, "bbox": [-118.9395, 37.636, -118.9395, 37.636]}, {"id": "238", "type": "Feature", "properties": {"id": "nn00608277", "mag": 1.5, "time": 1507251023072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.857, 37.3396, 3.9]}, "bbox": [-114.857, 37.3396, -114.857, 37.3396]}, {"id": "239", "type": "Feature", "properties": {"id": "uu60251327", "mag": 1.16, "time": 1507250350380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.672333, 39.4485, 12.04]}, "bbox": [-111.672333, 39.4485, -111.672333, 39.4485]}, {"id": "240", "type": "Feature", "properties": {"id": "ak16989868", "mag": 1.6, "time": 1507249990990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6081, 61.1327, 14.5]}, "bbox": [-140.6081, 61.1327, -140.6081, 61.1327]}, {"id": "241", "type": "Feature", "properties": {"id": "ci38019984", "mag": 1.38, "time": 1507249506910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.598667, 33.450667, 7.77]}, "bbox": [-116.598667, 33.450667, -116.598667, 33.450667]}, {"id": "242", "type": "Feature", "properties": {"id": "nn00608273", "mag": 1.0, "time": 1507249499810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0539, 37.1082, 8.1]}, "bbox": [-117.0539, 37.1082, -117.0539, 37.1082]}, {"id": "243", "type": "Feature", "properties": {"id": "ci38019976", "mag": 1.92, "time": 1507249308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377167, 34.427, 9.46]}, "bbox": [-119.377167, 34.427, -119.377167, 34.427]}, {"id": "244", "type": "Feature", "properties": {"id": "us2000b1s9", "mag": 4.0, "time": 1507248914000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.348, -29.925, 48.8]}, "bbox": [-71.348, -29.925, -71.348, -29.925]}, {"id": "245", "type": "Feature", "properties": {"id": "uw61337986", "mag": 1.12, "time": 1507245979370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.395167, 45.685667, -0.74]}, "bbox": [-122.395167, 45.685667, -122.395167, 45.685667]}, {"id": "246", "type": "Feature", "properties": {"id": "nc72905011", "mag": 2.81, "time": 1507244867710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.472, 6.12]}, "bbox": [-118.8105, 37.472, -118.8105, 37.472]}, {"id": "247", "type": "Feature", "properties": {"id": "nc72905016", "mag": 1.36, "time": 1507244847860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7825, 38.7915, 0.56]}, "bbox": [-122.7825, 38.7915, -122.7825, 38.7915]}, {"id": "248", "type": "Feature", "properties": {"id": "mb80259379", "mag": 0.99, "time": 1507244598420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.871167, 12.6]}, "bbox": [-112.529, 46.871167, -112.529, 46.871167]}, {"id": "249", "type": "Feature", "properties": {"id": "ak16989827", "mag": 1.4, "time": 1507244539965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2289, 64.9761, 0.0]}, "bbox": [-147.2289, 64.9761, -147.2289, 64.9761]}, {"id": "250", "type": "Feature", "properties": {"id": "ak16989825", "mag": 1.8, "time": 1507243916881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1245, 62.4971, 81.1]}, "bbox": [-151.1245, 62.4971, -151.1245, 62.4971]}, {"id": "251", "type": "Feature", "properties": {"id": "nc72905001", "mag": 1.65, "time": 1507243472580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808, 38.822, 1.64]}, "bbox": [-122.808, 38.822, -122.808, 38.822]}, {"id": "252", "type": "Feature", "properties": {"id": "nc72904996", "mag": 2.14, "time": 1507243164460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.588667, 40.652333, 25.1]}, "bbox": [-123.588667, 40.652333, -123.588667, 40.652333]}, {"id": "253", "type": "Feature", "properties": {"id": "ak16989822", "mag": 1.5, "time": 1507242888109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.857, 61.9122, 45.0]}, "bbox": [-149.857, 61.9122, -149.857, 61.9122]}, {"id": "254", "type": "Feature", "properties": {"id": "us2000b1rh", "mag": 4.6, "time": 1507242807430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6063, 21.8848, 100.39]}, "bbox": [144.6063, 21.8848, 144.6063, 21.8848]}, {"id": "255", "type": "Feature", "properties": {"id": "ak16989815", "mag": 2.5, "time": 1507240652193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.192, 61.0044, 106.0]}, "bbox": [-152.192, 61.0044, -152.192, 61.0044]}, {"id": "256", "type": "Feature", "properties": {"id": "ak16989811", "mag": 1.8, "time": 1507240498324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.939, 62.7658, 79.9]}, "bbox": [-149.939, 62.7658, -149.939, 62.7658]}, {"id": "257", "type": "Feature", "properties": {"id": "uu60251317", "mag": 1.66, "time": 1507240484300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418167, 42.544333, 6.24]}, "bbox": [-111.418167, 42.544333, -111.418167, 42.544333]}, {"id": "258", "type": "Feature", "properties": {"id": "us2000b1px", "mag": 2.6, "time": 1507239146260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4355, 42.5495, 8.32]}, "bbox": [-111.4355, 42.5495, -111.4355, 42.5495]}, {"id": "259", "type": "Feature", "properties": {"id": "mb80259359", "mag": 1.17, "time": 1507238290040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.965, 43.357333, 5.92]}, "bbox": [-110.965, 43.357333, -110.965, 43.357333]}, {"id": "260", "type": "Feature", "properties": {"id": "uw61337951", "mag": 2.3, "time": 1507238213550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.549833, 49.328833, -0.06]}, "bbox": [-120.549833, 49.328833, -120.549833, 49.328833]}, {"id": "261", "type": "Feature", "properties": {"id": "ak16989718", "mag": 1.4, "time": 1507237904044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5289, 61.2012, 0.4]}, "bbox": [-140.5289, 61.2012, -140.5289, 61.2012]}, {"id": "262", "type": "Feature", "properties": {"id": "ak16989717", "mag": 1.9, "time": 1507237796189, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.701, 59.032, 0.0]}, "bbox": [-136.701, 59.032, -136.701, 59.032]}, {"id": "263", "type": "Feature", "properties": {"id": "uw61337946", "mag": 2.27, "time": 1507237659430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.817167, 47.392167, -0.46]}, "bbox": [-117.817167, 47.392167, -117.817167, 47.392167]}, {"id": "264", "type": "Feature", "properties": {"id": "nc72904961", "mag": 0.97, "time": 1507237420050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.482833, 1.23]}, "bbox": [-118.8365, 37.482833, -118.8365, 37.482833]}, {"id": "265", "type": "Feature", "properties": {"id": "ak16989714", "mag": 1.7, "time": 1507235850265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0124, 65.8954, 7.6]}, "bbox": [-151.0124, 65.8954, -151.0124, 65.8954]}, {"id": "266", "type": "Feature", "properties": {"id": "ci38019864", "mag": 1.0, "time": 1507235571440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.508667, 6.47]}, "bbox": [-116.794167, 33.508667, -116.794167, 33.508667]}, {"id": "267", "type": "Feature", "properties": {"id": "mb80259334", "mag": 1.45, "time": 1507235042560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525667, 46.872833, 11.13]}, "bbox": [-112.525667, 46.872833, -112.525667, 46.872833]}, {"id": "268", "type": "Feature", "properties": {"id": "ak16989709", "mag": 1.6, "time": 1507234798667, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3071, 63.3209, 6.3]}, "bbox": [-145.3071, 63.3209, -145.3071, 63.3209]}, {"id": "269", "type": "Feature", "properties": {"id": "ak16989702", "mag": 2.5, "time": 1507234198600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.414, 63.3343, 0.0]}, "bbox": [-145.414, 63.3343, -145.414, 63.3343]}, {"id": "270", "type": "Feature", "properties": {"id": "ak16989701", "mag": 1.8, "time": 1507234162044, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0004, 65.8966, 0.0]}, "bbox": [-151.0004, 65.8966, -151.0004, 65.8966]}, {"id": "271", "type": "Feature", "properties": {"id": "ak16989699", "mag": 1.7, "time": 1507234036518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6575, 60.1339, 106.4]}, "bbox": [-152.6575, 60.1339, -152.6575, 60.1339]}, {"id": "272", "type": "Feature", "properties": {"id": "nc72904941", "mag": 1.63, "time": 1507233857390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.8205, 2.04]}, "bbox": [-122.810167, 38.8205, -122.810167, 38.8205]}, {"id": "273", "type": "Feature", "properties": {"id": "nc72904936", "mag": 3.14, "time": 1507233758820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.192, 40.163167, 11.62]}, "bbox": [-127.192, 40.163167, -127.192, 40.163167]}, {"id": "274", "type": "Feature", "properties": {"id": "hv61934246", "mag": 1.02, "time": 1507233403750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.289833, 19.374, 1.772]}, "bbox": [-155.289833, 19.374, -155.289833, 19.374]}, {"id": "275", "type": "Feature", "properties": {"id": "ak16989698", "mag": 1.7, "time": 1507233388591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0126, 65.8742, 0.1]}, "bbox": [-151.0126, 65.8742, -151.0126, 65.8742]}, {"id": "276", "type": "Feature", "properties": {"id": "ak16989695", "mag": 1.9, "time": 1507232812188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9865, 65.9098, 0.0]}, "bbox": [-150.9865, 65.9098, -150.9865, 65.9098]}, {"id": "277", "type": "Feature", "properties": {"id": "nc72904926", "mag": 1.29, "time": 1507232594330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.837167, 37.504167, 0.07]}, "bbox": [-118.837167, 37.504167, -118.837167, 37.504167]}, {"id": "278", "type": "Feature", "properties": {"id": "ci38019816", "mag": 1.31, "time": 1507231819600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491, 33.846167, -0.48]}, "bbox": [-117.491, 33.846167, -117.491, 33.846167]}, {"id": "279", "type": "Feature", "properties": {"id": "nc72904891", "mag": 1.41, "time": 1507229918140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104833, 37.324833, -0.31]}, "bbox": [-122.104833, 37.324833, -122.104833, 37.324833]}, {"id": "280", "type": "Feature", "properties": {"id": "ak16989694", "mag": 1.5, "time": 1507229700025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7663, 63.5209, 14.5]}, "bbox": [-147.7663, 63.5209, -147.7663, 63.5209]}, {"id": "281", "type": "Feature", "properties": {"id": "nc72904886", "mag": 2.03, "time": 1507229279930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3835, 40.709833, 19.57]}, "bbox": [-122.3835, 40.709833, -122.3835, 40.709833]}, {"id": "282", "type": "Feature", "properties": {"id": "ak16989692", "mag": 1.6, "time": 1507228866480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0051, 65.8735, 0.0]}, "bbox": [-151.0051, 65.8735, -151.0051, 65.8735]}, {"id": "283", "type": "Feature", "properties": {"id": "nc72904881", "mag": 1.48, "time": 1507228723050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194667, 40.598333, 15.65]}, "bbox": [-122.194667, 40.598333, -122.194667, 40.598333]}, {"id": "284", "type": "Feature", "properties": {"id": "ci38019744", "mag": 1.44, "time": 1507226134710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.072333, 33.020667, -0.8]}, "bbox": [-116.072333, 33.020667, -116.072333, 33.020667]}, {"id": "285", "type": "Feature", "properties": {"id": "ak16989683", "mag": 2.4, "time": 1507225956631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.785, 60.8774, 34.8]}, "bbox": [-150.785, 60.8774, -150.785, 60.8774]}, {"id": "286", "type": "Feature", "properties": {"id": "ci38019728", "mag": 1.0, "time": 1507225418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.720667, 36.004, 2.64]}, "bbox": [-117.720667, 36.004, -117.720667, 36.004]}, {"id": "287", "type": "Feature", "properties": {"id": "nc72904846", "mag": 1.87, "time": 1507224165330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.821167, 1.64]}, "bbox": [-122.8105, 38.821167, -122.8105, 38.821167]}, {"id": "288", "type": "Feature", "properties": {"id": "hv61934126", "mag": 1.58, "time": 1507223732510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.252167, 18.903833, 12.692]}, "bbox": [-155.252167, 18.903833, -155.252167, 18.903833]}, {"id": "289", "type": "Feature", "properties": {"id": "ak16989680", "mag": 2.5, "time": 1507223654781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5871, 67.3896, 1.2]}, "bbox": [-163.5871, 67.3896, -163.5871, 67.3896]}, {"id": "290", "type": "Feature", "properties": {"id": "ak16989626", "mag": 1.5, "time": 1507223506919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1613, 62.9421, 105.5]}, "bbox": [-151.1613, 62.9421, -151.1613, 62.9421]}, {"id": "291", "type": "Feature", "properties": {"id": "uu60251267", "mag": 1.3, "time": 1507222702710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.711, 37.088833, 8.72]}, "bbox": [-112.711, 37.088833, -112.711, 37.088833]}, {"id": "292", "type": "Feature", "properties": {"id": "uu60251262", "mag": 2.09, "time": 1507221444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 42.600333, 6.09]}, "bbox": [-111.413167, 42.600333, -111.413167, 42.600333]}, {"id": "293", "type": "Feature", "properties": {"id": "hv61934021", "mag": 1.71, "time": 1507221215150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.600174, 19.477667, 2.61]}, "bbox": [-155.600174, 19.477667, -155.600174, 19.477667]}, {"id": "294", "type": "Feature", "properties": {"id": "mb80259309", "mag": 0.99, "time": 1507220291830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4755, 46.855833, 10.1]}, "bbox": [-112.4755, 46.855833, -112.4755, 46.855833]}, {"id": "295", "type": "Feature", "properties": {"id": "nc72904766", "mag": 1.2, "time": 1507219571830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.607833, 4.46]}, "bbox": [-118.817667, 37.607833, -118.817667, 37.607833]}, {"id": "296", "type": "Feature", "properties": {"id": "us2000b1ip", "mag": 4.3, "time": 1507219416430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.6953, -3.0506, 46.98]}, "bbox": [127.6953, -3.0506, 127.6953, -3.0506]}, {"id": "297", "type": "Feature", "properties": {"id": "ak16989556", "mag": 1.8, "time": 1507219027423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1068, 64.723, 3.3]}, "bbox": [-141.1068, 64.723, -141.1068, 64.723]}, {"id": "298", "type": "Feature", "properties": {"id": "nc72904761", "mag": 1.28, "time": 1507218469040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.786667, 35.167, 4.77]}, "bbox": [-120.786667, 35.167, -120.786667, 35.167]}, {"id": "299", "type": "Feature", "properties": {"id": "ak16989554", "mag": 1.8, "time": 1507217831958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9487, 67.1103, 6.0]}, "bbox": [-155.9487, 67.1103, -155.9487, 67.1103]}, {"id": "300", "type": "Feature", "properties": {"id": "ci38019560", "mag": 1.18, "time": 1507217071900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2355, 35.399833, 11.83]}, "bbox": [-118.2355, 35.399833, -118.2355, 35.399833]}, {"id": "301", "type": "Feature", "properties": {"id": "ld60143826", "mag": 1.25, "time": 1507215008870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.237833, 44.094, 4.0]}, "bbox": [-75.237833, 44.094, -75.237833, 44.094]}, {"id": "302", "type": "Feature", "properties": {"id": "nc72904741", "mag": 1.17, "time": 1507213799120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.539333, 2.63]}, "bbox": [-118.883667, 37.539333, -118.883667, 37.539333]}, {"id": "303", "type": "Feature", "properties": {"id": "uw61314897", "mag": 1.26, "time": 1507213038640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.924167, 46.832167, 9.6]}, "bbox": [-121.924167, 46.832167, -121.924167, 46.832167]}, {"id": "304", "type": "Feature", "properties": {"id": "hv61933821", "mag": 2.22, "time": 1507211808310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.427667, 19.767167, 23.499]}, "bbox": [-155.427667, 19.767167, -155.427667, 19.767167]}, {"id": "305", "type": "Feature", "properties": {"id": "mb80259289", "mag": 1.11, "time": 1507209951340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.482833, 46.8195, 2.22]}, "bbox": [-112.482833, 46.8195, -112.482833, 46.8195]}, {"id": "306", "type": "Feature", "properties": {"id": "ci38019464", "mag": 2.55, "time": 1507209518050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010667, 33.179667, 8.09]}, "bbox": [-116.010667, 33.179667, -116.010667, 33.179667]}, {"id": "307", "type": "Feature", "properties": {"id": "uu60251247", "mag": 1.23, "time": 1507208707300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.086833, 44.772167, 11.73]}, "bbox": [-111.086833, 44.772167, -111.086833, 44.772167]}, {"id": "308", "type": "Feature", "properties": {"id": "ak16989517", "mag": 1.3, "time": 1507208506436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3491, 63.087, 0.0]}, "bbox": [-151.3491, 63.087, -151.3491, 63.087]}, {"id": "309", "type": "Feature", "properties": {"id": "ci38019448", "mag": 1.15, "time": 1507207944620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.294333, 34.679333, 2.44]}, "bbox": [-116.294333, 34.679333, -116.294333, 34.679333]}, {"id": "310", "type": "Feature", "properties": {"id": "ak16989485", "mag": 1.9, "time": 1507207780001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6654, 67.5326, 0.0]}, "bbox": [-159.6654, 67.5326, -159.6654, 67.5326]}, {"id": "311", "type": "Feature", "properties": {"id": "nc72904706", "mag": 1.66, "time": 1507207659710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798167, 38.793833, 3.66]}, "bbox": [-122.798167, 38.793833, -122.798167, 38.793833]}, {"id": "312", "type": "Feature", "properties": {"id": "ak16989482", "mag": 1.4, "time": 1507206716138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4807, 64.7367, 8.7]}, "bbox": [-146.4807, 64.7367, -146.4807, 64.7367]}, {"id": "313", "type": "Feature", "properties": {"id": "uw61314867", "mag": 1.16, "time": 1507206461330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.192333, 47.183667, 14.42]}, "bbox": [-122.192333, 47.183667, -122.192333, 47.183667]}, {"id": "314", "type": "Feature", "properties": {"id": "ak16989481", "mag": 2.6, "time": 1507206068023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1435, 51.4576, 12.9]}, "bbox": [-178.1435, 51.4576, -178.1435, 51.4576]}, {"id": "315", "type": "Feature", "properties": {"id": "nc72904681", "mag": 2.64, "time": 1507204013350, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8035, 38.791333, 3.29]}, "bbox": [-122.8035, 38.791333, -122.8035, 38.791333]}, {"id": "316", "type": "Feature", "properties": {"id": "us2000b1f7", "mag": 5.0, "time": 1507202248310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.4874, 7.3643, 10.0]}, "bbox": [126.4874, 7.3643, 126.4874, 7.3643]}, {"id": "317", "type": "Feature", "properties": {"id": "mb80259279", "mag": 1.25, "time": 1507201170830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.476333, 44.006167, 5.0]}, "bbox": [-114.476333, 44.006167, -114.476333, 44.006167]}, {"id": "318", "type": "Feature", "properties": {"id": "ak16989448", "mag": 1.0, "time": 1507200035021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9384, 64.5888, 18.4]}, "bbox": [-149.9384, 64.5888, -149.9384, 64.5888]}, {"id": "319", "type": "Feature", "properties": {"id": "us2000b1dj", "mag": 4.7, "time": 1507198268580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [49.1899, 31.277, 10.0]}, "bbox": [49.1899, 31.277, 49.1899, 31.277]}, {"id": "320", "type": "Feature", "properties": {"id": "mb80259274", "mag": 1.3, "time": 1507198163850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.318333, 46.1425, 12.9]}, "bbox": [-110.318333, 46.1425, -110.318333, 46.1425]}, {"id": "321", "type": "Feature", "properties": {"id": "mb80259269", "mag": 2.63, "time": 1507197824690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.317333, 46.126333, 14.98]}, "bbox": [-110.317333, 46.126333, -110.317333, 46.126333]}, {"id": "322", "type": "Feature", "properties": {"id": "ci38019328", "mag": 2.0, "time": 1507197738510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.290167, 34.678, 2.65]}, "bbox": [-116.290167, 34.678, -116.290167, 34.678]}, {"id": "323", "type": "Feature", "properties": {"id": "us2000b1da", "mag": 4.5, "time": 1507196589420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5051, -25.068, 564.41]}, "bbox": [178.5051, -25.068, 178.5051, -25.068]}, {"id": "324", "type": "Feature", "properties": {"id": "ci38019312", "mag": 1.27, "time": 1507196570560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.412333, 35.621833, 7.71]}, "bbox": [-117.412333, 35.621833, -117.412333, 35.621833]}, {"id": "325", "type": "Feature", "properties": {"id": "mb80259264", "mag": 1.58, "time": 1507195834720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.989667, 43.0535, 5.98]}, "bbox": [-110.989667, 43.0535, -110.989667, 43.0535]}, {"id": "326", "type": "Feature", "properties": {"id": "ak16989416", "mag": 1.9, "time": 1507192569868, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8165, 59.7884, 0.0]}, "bbox": [-136.8165, 59.7884, -136.8165, 59.7884]}, {"id": "327", "type": "Feature", "properties": {"id": "mb80259259", "mag": 1.73, "time": 1507192054540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.3, 46.1355, 13.17]}, "bbox": [-110.3, 46.1355, -110.3, 46.1355]}, {"id": "328", "type": "Feature", "properties": {"id": "ak16989388", "mag": 2.2, "time": 1507191783280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8358, 59.8781, 1.7]}, "bbox": [-136.8358, 59.8781, -136.8358, 59.8781]}, {"id": "329", "type": "Feature", "properties": {"id": "us2000b1c3", "mag": 5.4, "time": 1507191096920, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5742, -22.4118, 112.87]}, "bbox": [-68.5742, -22.4118, -68.5742, -22.4118]}, {"id": "330", "type": "Feature", "properties": {"id": "nc72904646", "mag": 2.52, "time": 1507190856940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.472, 40.616833, 21.52]}, "bbox": [-123.472, 40.616833, -123.472, 40.616833]}, {"id": "331", "type": "Feature", "properties": {"id": "ak16989386", "mag": 1.8, "time": 1507190760834, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.611, 63.1832, 11.4]}, "bbox": [-152.611, 63.1832, -152.611, 63.1832]}, {"id": "332", "type": "Feature", "properties": {"id": "ci37167708", "mag": 1.38, "time": 1507190349370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.7095, 33.2065, 10.46]}, "bbox": [-115.7095, 33.2065, -115.7095, 33.2065]}, {"id": "333", "type": "Feature", "properties": {"id": "hv61933706", "mag": 1.21, "time": 1507190060680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2125, 19.363, 1.776]}, "bbox": [-155.2125, 19.363, -155.2125, 19.363]}, {"id": "334", "type": "Feature", "properties": {"id": "nc72904641", "mag": 1.23, "time": 1507189755650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.236667, 37.334333, 8.36]}, "bbox": [-122.236667, 37.334333, -122.236667, 37.334333]}, {"id": "335", "type": "Feature", "properties": {"id": "ci38019264", "mag": 1.99, "time": 1507188934660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2315, 32.416667, 18.41]}, "bbox": [-116.2315, 32.416667, -116.2315, 32.416667]}, {"id": "336", "type": "Feature", "properties": {"id": "uu60251227", "mag": 1.34, "time": 1507188766440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442667, 42.578833, 3.5]}, "bbox": [-111.442667, 42.578833, -111.442667, 42.578833]}, {"id": "337", "type": "Feature", "properties": {"id": "mb80259244", "mag": 1.28, "time": 1507188159830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.866167, 12.04]}, "bbox": [-112.527833, 46.866167, -112.527833, 46.866167]}, {"id": "338", "type": "Feature", "properties": {"id": "hv61933701", "mag": 2.09, "time": 1507187842930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.470673, 19.211, 37.73]}, "bbox": [-155.470673, 19.211, -155.470673, 19.211]}, {"id": "339", "type": "Feature", "properties": {"id": "nc72904626", "mag": 0.96, "time": 1507187453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.572333, 39.013167, -0.67]}, "bbox": [-122.572333, 39.013167, -122.572333, 39.013167]}, {"id": "340", "type": "Feature", "properties": {"id": "uu60251207", "mag": 1.35, "time": 1507187087800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.301167, 39.1075, 2.75]}, "bbox": [-111.301167, 39.1075, -111.301167, 39.1075]}, {"id": "341", "type": "Feature", "properties": {"id": "ci38019256", "mag": 2.06, "time": 1507186145760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.372167, 33.358833, 11.42]}, "bbox": [-116.372167, 33.358833, -116.372167, 33.358833]}, {"id": "342", "type": "Feature", "properties": {"id": "ci38019248", "mag": 1.49, "time": 1507186142240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.366, 33.357667, 11.67]}, "bbox": [-116.366, 33.357667, -116.366, 33.357667]}, {"id": "343", "type": "Feature", "properties": {"id": "uw61314807", "mag": 1.16, "time": 1507185870880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.191167, 47.179833, 15.66]}, "bbox": [-122.191167, 47.179833, -122.191167, 47.179833]}, {"id": "344", "type": "Feature", "properties": {"id": "se60045413", "mag": 1.81, "time": 1507185703120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.742167, 35.985167, 18.08]}, "bbox": [-83.742167, 35.985167, -83.742167, 35.985167]}, {"id": "345", "type": "Feature", "properties": {"id": "nc72904601", "mag": 0.95, "time": 1507185126040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.603333, 3.65]}, "bbox": [-118.819, 37.603333, -118.819, 37.603333]}, {"id": "346", "type": "Feature", "properties": {"id": "ci38019240", "mag": 1.25, "time": 1507185093960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.394, 35.618833, 8.88]}, "bbox": [-117.394, 35.618833, -117.394, 35.618833]}, {"id": "347", "type": "Feature", "properties": {"id": "ak16989380", "mag": 1.9, "time": 1507184561453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3822, 60.6535, 53.1]}, "bbox": [-151.3822, 60.6535, -151.3822, 60.6535]}, {"id": "348", "type": "Feature", "properties": {"id": "ak16989379", "mag": 1.0, "time": 1507183395241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2677, 63.314, 4.9]}, "bbox": [-145.2677, 63.314, -145.2677, 63.314]}, {"id": "349", "type": "Feature", "properties": {"id": "ci38019200", "mag": 1.99, "time": 1507181070780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.806833, 36.043833, 1.22]}, "bbox": [-117.806833, 36.043833, -117.806833, 36.043833]}, {"id": "350", "type": "Feature", "properties": {"id": "ci38019192", "mag": 1.69, "time": 1507180426220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.807333, 36.043167, 1.21]}, "bbox": [-117.807333, 36.043167, -117.807333, 36.043167]}, {"id": "351", "type": "Feature", "properties": {"id": "nc72904556", "mag": 1.22, "time": 1507178909260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7625, 38.821667, 1.49]}, "bbox": [-122.7625, 38.821667, -122.7625, 38.821667]}, {"id": "352", "type": "Feature", "properties": {"id": "ci38019184", "mag": 1.33, "time": 1507178811140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.319833, 33.886333, 15.24]}, "bbox": [-118.319833, 33.886333, -118.319833, 33.886333]}, {"id": "353", "type": "Feature", "properties": {"id": "ak16989373", "mag": 2.2, "time": 1507178319160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0253, 59.7752, 99.4]}, "bbox": [-153.0253, 59.7752, -153.0253, 59.7752]}, {"id": "354", "type": "Feature", "properties": {"id": "ak16989370", "mag": 2.0, "time": 1507178108703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9621, 62.3999, 67.6]}, "bbox": [-150.9621, 62.3999, -150.9621, 62.3999]}, {"id": "355", "type": "Feature", "properties": {"id": "nc71107619", "mag": 2.37, "time": 1507175814060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793167, 38.814333, 3.4]}, "bbox": [-122.793167, 38.814333, -122.793167, 38.814333]}, {"id": "356", "type": "Feature", "properties": {"id": "nc72904521", "mag": 2.61, "time": 1507175806240, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792, 38.813833, 3.02]}, "bbox": [-122.792, 38.813833, -122.792, 38.813833]}, {"id": "357", "type": "Feature", "properties": {"id": "ak16989344", "mag": 1.8, "time": 1507174164228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5816, 59.9877, 48.6]}, "bbox": [-151.5816, 59.9877, -151.5816, 59.9877]}, {"id": "358", "type": "Feature", "properties": {"id": "uw61314692", "mag": 1.1, "time": 1507174062970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048833, 48.836333, 3.53]}, "bbox": [-122.048833, 48.836333, -122.048833, 48.836333]}, {"id": "359", "type": "Feature", "properties": {"id": "mb80259229", "mag": 1.6, "time": 1507174016680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526667, 46.874333, 12.15]}, "bbox": [-112.526667, 46.874333, -112.526667, 46.874333]}, {"id": "360", "type": "Feature", "properties": {"id": "uu60251182", "mag": 2.38, "time": 1507172461010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415167, 42.5495, 8.84]}, "bbox": [-111.415167, 42.5495, -111.415167, 42.5495]}, {"id": "361", "type": "Feature", "properties": {"id": "ci38019104", "mag": 1.08, "time": 1507172395710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.846167, 33.711167, 14.99]}, "bbox": [-116.846167, 33.711167, -116.846167, 33.711167]}, {"id": "362", "type": "Feature", "properties": {"id": "uw61314677", "mag": 1.65, "time": 1507171780320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.027667, 48.845833, 0.9]}, "bbox": [-122.027667, 48.845833, -122.027667, 48.845833]}, {"id": "363", "type": "Feature", "properties": {"id": "uu60251177", "mag": 1.51, "time": 1507171597620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.880667, 37.041, 17.0]}, "bbox": [-112.880667, 37.041, -112.880667, 37.041]}, {"id": "364", "type": "Feature", "properties": {"id": "nc72904476", "mag": 1.12, "time": 1507171050970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7565, 38.782501, 0.82]}, "bbox": [-122.7565, 38.782501, -122.7565, 38.782501]}, {"id": "365", "type": "Feature", "properties": {"id": "nc72904471", "mag": 1.34, "time": 1507170987390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753167, 38.775667, 1.61]}, "bbox": [-122.753167, 38.775667, -122.753167, 38.775667]}, {"id": "366", "type": "Feature", "properties": {"id": "ak16989336", "mag": 1.2, "time": 1507169863981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2568, 63.5162, 8.6]}, "bbox": [-151.2568, 63.5162, -151.2568, 63.5162]}, {"id": "367", "type": "Feature", "properties": {"id": "nc72904466", "mag": 1.16, "time": 1507169797040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.808667, 37.467667, 1.31]}, "bbox": [-118.808667, 37.467667, -118.808667, 37.467667]}, {"id": "368", "type": "Feature", "properties": {"id": "ci37167548", "mag": 1.21, "time": 1507169669520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.350667, 11.33]}, "bbox": [-116.3645, 33.350667, -116.3645, 33.350667]}, {"id": "369", "type": "Feature", "properties": {"id": "ci38019080", "mag": 1.35, "time": 1507169663590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3545, 33.3525, 12.25]}, "bbox": [-116.3545, 33.3525, -116.3545, 33.3525]}, {"id": "370", "type": "Feature", "properties": {"id": "ak16989295", "mag": 4.3, "time": 1507169038804, "felt": 3.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.901, 58.3623, 46.5]}, "bbox": [-152.901, 58.3623, -152.901, 58.3623]}, {"id": "371", "type": "Feature", "properties": {"id": "ci38019056", "mag": 2.12, "time": 1507167035520, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805167, 36.042, 1.36]}, "bbox": [-117.805167, 36.042, -117.805167, 36.042]}, {"id": "372", "type": "Feature", "properties": {"id": "ak16989291", "mag": 1.7, "time": 1507165460879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1162, 61.3056, 37.1]}, "bbox": [-150.1162, 61.3056, -150.1162, 61.3056]}, {"id": "373", "type": "Feature", "properties": {"id": "nn00608181", "mag": 1.2, "time": 1507165236408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7192, 37.7977, 0.0]}, "bbox": [-117.7192, 37.7977, -117.7192, 37.7977]}, {"id": "374", "type": "Feature", "properties": {"id": "us2000b190", "mag": 2.6, "time": 1507164698800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7663, 36.4461, 6.31]}, "bbox": [-98.7663, 36.4461, -98.7663, 36.4461]}, {"id": "375", "type": "Feature", "properties": {"id": "ak16989285", "mag": 2.3, "time": 1507164594638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5337, 60.8331, 35.1]}, "bbox": [-150.5337, 60.8331, -150.5337, 60.8331]}, {"id": "376", "type": "Feature", "properties": {"id": "ci38018992", "mag": 1.21, "time": 1507164594280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.435667, 33.033167, 6.13]}, "bbox": [-116.435667, 33.033167, -116.435667, 33.033167]}, {"id": "377", "type": "Feature", "properties": {"id": "nc72905406", "mag": 1.37, "time": 1507163603630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.975, 40.912333, 6.11]}, "bbox": [-121.975, 40.912333, -121.975, 40.912333]}, {"id": "378", "type": "Feature", "properties": {"id": "ak16989282", "mag": 2.6, "time": 1507162971426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8816, 53.7666, 69.3]}, "bbox": [-165.8816, 53.7666, -165.8816, 53.7666]}, {"id": "379", "type": "Feature", "properties": {"id": "us2000b185", "mag": 3.4, "time": 1507162321850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.755, 36.45, 7.23]}, "bbox": [-98.755, 36.45, -98.755, 36.45]}, {"id": "380", "type": "Feature", "properties": {"id": "ci38018976", "mag": 1.34, "time": 1507162296820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6665, 33.961333, 15.54]}, "bbox": [-116.6665, 33.961333, -116.6665, 33.961333]}, {"id": "381", "type": "Feature", "properties": {"id": "nc72904421", "mag": 1.81, "time": 1507162198800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.311667, 40.594833, 17.71]}, "bbox": [-124.311667, 40.594833, -124.311667, 40.594833]}, {"id": "382", "type": "Feature", "properties": {"id": "ak16989280", "mag": 2.0, "time": 1507162092700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.2549, 67.5542, 0.0]}, "bbox": [-162.2549, 67.5542, -162.2549, 67.5542]}, {"id": "383", "type": "Feature", "properties": {"id": "mb80259214", "mag": 1.11, "time": 1507161815690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.873667, 10.6]}, "bbox": [-112.529, 46.873667, -112.529, 46.873667]}, {"id": "384", "type": "Feature", "properties": {"id": "nn00608178", "mag": 1.2, "time": 1507161066465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8195, 37.303, 0.0]}, "bbox": [-114.8195, 37.303, -114.8195, 37.303]}, {"id": "385", "type": "Feature", "properties": {"id": "ci38018944", "mag": 1.13, "time": 1507160279190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.801333, 36.0425, 0.57]}, "bbox": [-117.801333, 36.0425, -117.801333, 36.0425]}, {"id": "386", "type": "Feature", "properties": {"id": "ci38018936", "mag": 1.06, "time": 1507160033160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.352833, 33.1335, 7.01]}, "bbox": [-116.352833, 33.1335, -116.352833, 33.1335]}, {"id": "387", "type": "Feature", "properties": {"id": "ci38018928", "mag": 0.95, "time": 1507159919230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.67, 13.89]}, "bbox": [-116.758833, 33.67, -116.758833, 33.67]}, {"id": "388", "type": "Feature", "properties": {"id": "ak16989265", "mag": 2.4, "time": 1507159550480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7536, 62.8345, 98.0]}, "bbox": [-150.7536, 62.8345, -150.7536, 62.8345]}, {"id": "389", "type": "Feature", "properties": {"id": "ak16989262", "mag": 1.2, "time": 1507158170981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4466, 64.9696, 1.5]}, "bbox": [-147.4466, 64.9696, -147.4466, 64.9696]}, {"id": "390", "type": "Feature", "properties": {"id": "ak16989256", "mag": 2.1, "time": 1507157336866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3316, 62.6072, 87.5]}, "bbox": [-151.3316, 62.6072, -151.3316, 62.6072]}, {"id": "391", "type": "Feature", "properties": {"id": "us2000b16h", "mag": 4.5, "time": 1507156394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7169, -23.9861, 195.32]}, "bbox": [-66.7169, -23.9861, -66.7169, -23.9861]}, {"id": "392", "type": "Feature", "properties": {"id": "mb80259199", "mag": 1.02, "time": 1507156049410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531, 46.862667, 9.74]}, "bbox": [-112.531, 46.862667, -112.531, 46.862667]}, {"id": "393", "type": "Feature", "properties": {"id": "ak16989147", "mag": 1.8, "time": 1507155523233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2126, 62.1419, 50.6]}, "bbox": [-150.2126, 62.1419, -150.2126, 62.1419]}, {"id": "394", "type": "Feature", "properties": {"id": "mb80259194", "mag": 2.1, "time": 1507155343850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.326833, 46.116, 15.12]}, "bbox": [-110.326833, 46.116, -110.326833, 46.116]}, {"id": "395", "type": "Feature", "properties": {"id": "us2000b15z", "mag": 3.5, "time": 1507154804460, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7425, 36.4507, 4.85]}, "bbox": [-98.7425, 36.4507, -98.7425, 36.4507]}, {"id": "396", "type": "Feature", "properties": {"id": "ak16989143", "mag": 1.6, "time": 1507154781579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2414, 61.1185, 60.5]}, "bbox": [-151.2414, 61.1185, -151.2414, 61.1185]}, {"id": "397", "type": "Feature", "properties": {"id": "ci38018808", "mag": 0.95, "time": 1507153541570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803667, 36.042, 1.12]}, "bbox": [-117.803667, 36.042, -117.803667, 36.042]}, {"id": "398", "type": "Feature", "properties": {"id": "mb80259184", "mag": 2.43, "time": 1507153540560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529, 46.875, 11.0]}, "bbox": [-112.529, 46.875, -112.529, 46.875]}, {"id": "399", "type": "Feature", "properties": {"id": "ci38018800", "mag": 1.11, "time": 1507153075770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805667, 36.044667, 1.33]}, "bbox": [-117.805667, 36.044667, -117.805667, 36.044667]}, {"id": "400", "type": "Feature", "properties": {"id": "nc72904366", "mag": 2.17, "time": 1507152989540, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.603167, 4.37]}, "bbox": [-118.821833, 37.603167, -118.821833, 37.603167]}, {"id": "401", "type": "Feature", "properties": {"id": "nc72904361", "mag": 2.03, "time": 1507152804460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.819667, 3.31]}, "bbox": [-122.802, 38.819667, -122.802, 38.819667]}, {"id": "402", "type": "Feature", "properties": {"id": "ci38018776", "mag": 1.23, "time": 1507152409830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.506833, 4.99]}, "bbox": [-116.796667, 33.506833, -116.796667, 33.506833]}, {"id": "403", "type": "Feature", "properties": {"id": "ci38018760", "mag": 1.23, "time": 1507152333150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.805333, 36.044167, 1.08]}, "bbox": [-117.805333, 36.044167, -117.805333, 36.044167]}, {"id": "404", "type": "Feature", "properties": {"id": "ci38018752", "mag": 1.02, "time": 1507152229710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.803833, 36.0435, 1.58]}, "bbox": [-117.803833, 36.0435, -117.803833, 36.0435]}, {"id": "405", "type": "Feature", "properties": {"id": "nc72904356", "mag": 1.39, "time": 1507151361960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.986333, 37.451833, 11.44]}, "bbox": [-117.986333, 37.451833, -117.986333, 37.451833]}, {"id": "406", "type": "Feature", "properties": {"id": "us2000b152", "mag": 4.2, "time": 1507151144560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5193, 15.6807, 43.81]}, "bbox": [-94.5193, 15.6807, -94.5193, 15.6807]}, {"id": "407", "type": "Feature", "properties": {"id": "mb80259179", "mag": 1.09, "time": 1507150593920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.249667, 45.922167, -2.0]}, "bbox": [-112.249667, 45.922167, -112.249667, 45.922167]}, {"id": "408", "type": "Feature", "properties": {"id": "nn00608141", "mag": 1.4, "time": 1507150245096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5709, 37.2677, 5.8]}, "bbox": [-114.5709, 37.2677, -114.5709, 37.2677]}, {"id": "409", "type": "Feature", "properties": {"id": "uw61314607", "mag": 2.13, "time": 1507149876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.029167, 48.8415, 0.56]}, "bbox": [-122.029167, 48.8415, -122.029167, 48.8415]}, {"id": "410", "type": "Feature", "properties": {"id": "ak16989132", "mag": 3.2, "time": 1507149758758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.904, 54.6732, 0.0]}, "bbox": [-156.904, 54.6732, -156.904, 54.6732]}, {"id": "411", "type": "Feature", "properties": {"id": "ci38018704", "mag": 1.42, "time": 1507149228410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.937167, 32.9105, -0.2]}, "bbox": [-116.937167, 32.9105, -116.937167, 32.9105]}, {"id": "412", "type": "Feature", "properties": {"id": "hv61932706", "mag": 2.34, "time": 1507148766410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0805, 19.384667, 3.233]}, "bbox": [-155.0805, 19.384667, -155.0805, 19.384667]}, {"id": "413", "type": "Feature", "properties": {"id": "ci38018696", "mag": 1.43, "time": 1507148649160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.469333, 33.481, 7.42]}, "bbox": [-116.469333, 33.481, -116.469333, 33.481]}, {"id": "414", "type": "Feature", "properties": {"id": "ci38018688", "mag": 1.23, "time": 1507148125030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7775, 34.859167, -1.14]}, "bbox": [-118.7775, 34.859167, -118.7775, 34.859167]}, {"id": "415", "type": "Feature", "properties": {"id": "ak16989124", "mag": 2.3, "time": 1507147085613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9048, 62.8046, 5.4]}, "bbox": [-148.9048, 62.8046, -148.9048, 62.8046]}, {"id": "416", "type": "Feature", "properties": {"id": "ak16989120", "mag": 1.9, "time": 1507146960353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3904, 61.7684, 33.4]}, "bbox": [-149.3904, 61.7684, -149.3904, 61.7684]}, {"id": "417", "type": "Feature", "properties": {"id": "nc72904326", "mag": 1.4, "time": 1507146844270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.6255, 3.28]}, "bbox": [-118.835, 37.6255, -118.835, 37.6255]}, {"id": "418", "type": "Feature", "properties": {"id": "ci38018648", "mag": 1.34, "time": 1507146046240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.282833, 33.307, 10.02]}, "bbox": [-116.282833, 33.307, -116.282833, 33.307]}, {"id": "419", "type": "Feature", "properties": {"id": "us2000b12w", "mag": 4.1, "time": 1507145834470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.5682, 23.7468, 10.0]}, "bbox": [-108.5682, 23.7468, -108.5682, 23.7468]}, {"id": "420", "type": "Feature", "properties": {"id": "uw61314577", "mag": 2.31, "time": 1507145284260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.101667, 47.519667, 24.66]}, "bbox": [-124.101667, 47.519667, -124.101667, 47.519667]}, {"id": "421", "type": "Feature", "properties": {"id": "ak16989116", "mag": 2.0, "time": 1507144999479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9792, 59.2967, 30.0]}, "bbox": [-150.9792, 59.2967, -150.9792, 59.2967]}, {"id": "422", "type": "Feature", "properties": {"id": "nc72904301", "mag": 1.44, "time": 1507144400690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.590333, 37.9535, 3.71]}, "bbox": [-118.590333, 37.9535, -118.590333, 37.9535]}, {"id": "423", "type": "Feature", "properties": {"id": "nc72904291", "mag": 0.97, "time": 1507144116270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807335, 38.823166, 0.51]}, "bbox": [-122.807335, 38.823166, -122.807335, 38.823166]}, {"id": "424", "type": "Feature", "properties": {"id": "ci38018592", "mag": 0.98, "time": 1507144088190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191, 34.995667, -0.84]}, "bbox": [-118.191, 34.995667, -118.191, 34.995667]}, {"id": "425", "type": "Feature", "properties": {"id": "nc71107609", "mag": 1.42, "time": 1507143933230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8315, 37.459167, 2.81]}, "bbox": [-118.8315, 37.459167, -118.8315, 37.459167]}, {"id": "426", "type": "Feature", "properties": {"id": "nc72904286", "mag": 2.01, "time": 1507143903920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.127667, 36.540667, 3.02]}, "bbox": [-121.127667, 36.540667, -121.127667, 36.540667]}, {"id": "427", "type": "Feature", "properties": {"id": "mb80259164", "mag": 1.54, "time": 1507143801870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.466667, 46.003833, -2.0]}, "bbox": [-112.466667, 46.003833, -112.466667, 46.003833]}, {"id": "428", "type": "Feature", "properties": {"id": "ak16989114", "mag": 1.5, "time": 1507143799499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2987, 62.9001, 136.4]}, "bbox": [-151.2987, 62.9001, -151.2987, 62.9001]}, {"id": "429", "type": "Feature", "properties": {"id": "nc72904276", "mag": 2.19, "time": 1507143670520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125833, 36.539667, 3.42]}, "bbox": [-121.125833, 36.539667, -121.125833, 36.539667]}, {"id": "430", "type": "Feature", "properties": {"id": "ak16989112", "mag": 1.5, "time": 1507143346025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9517, 60.4284, 76.1]}, "bbox": [-151.9517, 60.4284, -151.9517, 60.4284]}, {"id": "431", "type": "Feature", "properties": {"id": "ak16989109", "mag": 1.6, "time": 1507142888288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4575, 68.4924, 0.0]}, "bbox": [-147.4575, 68.4924, -147.4575, 68.4924]}, {"id": "432", "type": "Feature", "properties": {"id": "us1000alvi", "mag": 4.8, "time": 1507142880510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.2314, -22.7343, 10.0]}, "bbox": [69.2314, -22.7343, 69.2314, -22.7343]}, {"id": "433", "type": "Feature", "properties": {"id": "us2000b11q", "mag": 4.3, "time": 1507142721780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0179, 16.6332, 10.0]}, "bbox": [-95.0179, 16.6332, -95.0179, 16.6332]}, {"id": "434", "type": "Feature", "properties": {"id": "nn00608130", "mag": 2.0, "time": 1507142028227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6247, 38.6437, 2.8]}, "bbox": [-115.6247, 38.6437, -115.6247, 38.6437]}, {"id": "435", "type": "Feature", "properties": {"id": "ci38018568", "mag": 1.17, "time": 1507141815580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.480167, 33.8245, -0.64]}, "bbox": [-117.480167, 33.8245, -117.480167, 33.8245]}, {"id": "436", "type": "Feature", "properties": {"id": "nc72904241", "mag": 1.13, "time": 1507141805960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.843333, 37.550333, -1.19]}, "bbox": [-118.843333, 37.550333, -118.843333, 37.550333]}, {"id": "437", "type": "Feature", "properties": {"id": "nc71107614", "mag": 1.26, "time": 1507141794500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9105, 37.975, 2.7]}, "bbox": [-121.9105, 37.975, -121.9105, 37.975]}, {"id": "438", "type": "Feature", "properties": {"id": "nc72904226", "mag": 1.44, "time": 1507141566380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839167, 37.554167, -0.37]}, "bbox": [-118.839167, 37.554167, -118.839167, 37.554167]}, {"id": "439", "type": "Feature", "properties": {"id": "nc72904231", "mag": 0.95, "time": 1507141526700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848, 37.565167, -0.65]}, "bbox": [-118.848, 37.565167, -118.848, 37.565167]}, {"id": "440", "type": "Feature", "properties": {"id": "ak16989106", "mag": 1.6, "time": 1507141095901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5043, 63.2003, 100.7]}, "bbox": [-150.5043, 63.2003, -150.5043, 63.2003]}, {"id": "441", "type": "Feature", "properties": {"id": "nn00608125", "mag": 1.1, "time": 1507140434096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0698, 39.2152, 9.9]}, "bbox": [-120.0698, 39.2152, -120.0698, 39.2152]}, {"id": "442", "type": "Feature", "properties": {"id": "uu60251107", "mag": 2.02, "time": 1507140276970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438667, 42.623, -0.06]}, "bbox": [-111.438667, 42.623, -111.438667, 42.623]}, {"id": "443", "type": "Feature", "properties": {"id": "ak16989101", "mag": 1.7, "time": 1507139784743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7521, 62.788, 15.0]}, "bbox": [-148.7521, 62.788, -148.7521, 62.788]}, {"id": "444", "type": "Feature", "properties": {"id": "ismpkansas70236238", "mag": 1.83, "time": 1507139648960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.036, 37.001167, 5.77]}, "bbox": [-98.036, 37.001167, -98.036, 37.001167]}, {"id": "445", "type": "Feature", "properties": {"id": "ci38018464", "mag": 0.95, "time": 1507138418030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.469667, 34.0245, -0.75]}, "bbox": [-117.469667, 34.0245, -117.469667, 34.0245]}, {"id": "446", "type": "Feature", "properties": {"id": "nc72904196", "mag": 1.0, "time": 1507136805190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.407833, 36.764667, 10.33]}, "bbox": [-121.407833, 36.764667, -121.407833, 36.764667]}, {"id": "447", "type": "Feature", "properties": {"id": "ak16989095", "mag": 1.5, "time": 1507135541282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2816, 62.4313, 44.6]}, "bbox": [-149.2816, 62.4313, -149.2816, 62.4313]}, {"id": "448", "type": "Feature", "properties": {"id": "ci38018408", "mag": 1.57, "time": 1507134824880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.499, 4.25]}, "bbox": [-116.797167, 33.499, -116.797167, 33.499]}, {"id": "449", "type": "Feature", "properties": {"id": "nn00608107", "mag": 2.1, "time": 1507134616795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9268, 38.3958, 7.6]}, "bbox": [-118.9268, 38.3958, -118.9268, 38.3958]}, {"id": "450", "type": "Feature", "properties": {"id": "nc72904171", "mag": 1.38, "time": 1507133031670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.614333, 36.881, 6.94]}, "bbox": [-121.614333, 36.881, -121.614333, 36.881]}, {"id": "451", "type": "Feature", "properties": {"id": "nc72904166", "mag": 2.71, "time": 1507132718170, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609333, 36.8815, 6.65]}, "bbox": [-121.609333, 36.8815, -121.609333, 36.8815]}, {"id": "452", "type": "Feature", "properties": {"id": "ak16989087", "mag": 1.4, "time": 1507131238883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.032, 63.5134, 6.3]}, "bbox": [-151.032, 63.5134, -151.032, 63.5134]}, {"id": "453", "type": "Feature", "properties": {"id": "us2000b0yw", "mag": 4.4, "time": 1507130270240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7831, 15.8774, 9.59]}, "bbox": [-94.7831, 15.8774, -94.7831, 15.8774]}, {"id": "454", "type": "Feature", "properties": {"id": "ak16989083", "mag": 2.0, "time": 1507129786603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5468, 62.9914, 0.0]}, "bbox": [-151.5468, 62.9914, -151.5468, 62.9914]}, {"id": "455", "type": "Feature", "properties": {"id": "ak16989080", "mag": 1.7, "time": 1507129070012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8528, 63.1143, 130.4]}, "bbox": [-150.8528, 63.1143, -150.8528, 63.1143]}, {"id": "456", "type": "Feature", "properties": {"id": "us2000b14r", "mag": 2.9, "time": 1507127377130, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.3466, -0.2479, 10.0]}, "bbox": [-78.3466, -0.2479, -78.3466, -0.2479]}, {"id": "457", "type": "Feature", "properties": {"id": "nn00608088", "mag": 1.1, "time": 1507126739396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8623, 39.6344, 5.8]}, "bbox": [-119.8623, 39.6344, -119.8623, 39.6344]}, {"id": "458", "type": "Feature", "properties": {"id": "us2000b0xy", "mag": 4.3, "time": 1507120048520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.219, 14.9246, 35.0]}, "bbox": [-94.219, 14.9246, -94.219, 14.9246]}, {"id": "459", "type": "Feature", "properties": {"id": "ci38018272", "mag": 1.04, "time": 1507119983420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.979333, 33.952, 16.95]}, "bbox": [-116.979333, 33.952, -116.979333, 33.952]}, {"id": "460", "type": "Feature", "properties": {"id": "ci38018264", "mag": 1.21, "time": 1507118298180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.153667, 33.576, 12.56]}, "bbox": [-117.153667, 33.576, -117.153667, 33.576]}, {"id": "461", "type": "Feature", "properties": {"id": "ak16988954", "mag": 1.4, "time": 1507117165370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0651, 59.0371, 113.6]}, "bbox": [-154.0651, 59.0371, -154.0651, 59.0371]}, {"id": "462", "type": "Feature", "properties": {"id": "ak16988951", "mag": 1.7, "time": 1507117164179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7431, 61.7579, 50.0]}, "bbox": [-150.7431, 61.7579, -150.7431, 61.7579]}, {"id": "463", "type": "Feature", "properties": {"id": "ak16988955", "mag": 1.2, "time": 1507117137925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2404, 63.315, 3.6]}, "bbox": [-145.2404, 63.315, -145.2404, 63.315]}, {"id": "464", "type": "Feature", "properties": {"id": "ci38018256", "mag": 1.97, "time": 1507116401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.047667, 33.9995, 14.99]}, "bbox": [-117.047667, 33.9995, -117.047667, 33.9995]}, {"id": "465", "type": "Feature", "properties": {"id": "ak16988947", "mag": 1.3, "time": 1507116091533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.038, 61.8748, 115.1]}, "bbox": [-152.038, 61.8748, -152.038, 61.8748]}, {"id": "466", "type": "Feature", "properties": {"id": "ak16988943", "mag": 2.6, "time": 1507115904863, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.3287, 60.8439, 0.0]}, "bbox": [-138.3287, 60.8439, -138.3287, 60.8439]}, {"id": "467", "type": "Feature", "properties": {"id": "mb80259149", "mag": 1.42, "time": 1507115359390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520833, 46.866833, 12.33]}, "bbox": [-112.520833, 46.866833, -112.520833, 46.866833]}, {"id": "468", "type": "Feature", "properties": {"id": "ak16988941", "mag": 2.0, "time": 1507115138670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7265, 59.549, 35.9]}, "bbox": [-150.7265, 59.549, -150.7265, 59.549]}, {"id": "469", "type": "Feature", "properties": {"id": "ak16988937", "mag": 1.7, "time": 1507114508883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.561, 63.6903, 125.8]}, "bbox": [-149.561, 63.6903, -149.561, 63.6903]}, {"id": "470", "type": "Feature", "properties": {"id": "nc72904051", "mag": 1.09, "time": 1507113834280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8355, 1.85]}, "bbox": [-122.793, 38.8355, -122.793, 38.8355]}, {"id": "471", "type": "Feature", "properties": {"id": "ci38018224", "mag": 1.17, "time": 1507113370200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.608833, 33.080833, 11.8]}, "bbox": [-116.608833, 33.080833, -116.608833, 33.080833]}, {"id": "472", "type": "Feature", "properties": {"id": "nc72904041", "mag": 1.12, "time": 1507113327750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.942, 36.506, 4.31]}, "bbox": [-120.942, 36.506, -120.942, 36.506]}, {"id": "473", "type": "Feature", "properties": {"id": "uu60251097", "mag": 2.09, "time": 1507111719760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.55, 7.34]}, "bbox": [-111.414333, 42.55, -111.414333, 42.55]}, {"id": "474", "type": "Feature", "properties": {"id": "nc72904031", "mag": 0.97, "time": 1507110773350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.365667, 36.7845, 3.47]}, "bbox": [-121.365667, 36.7845, -121.365667, 36.7845]}, {"id": "475", "type": "Feature", "properties": {"id": "mb80259134", "mag": 2.46, "time": 1507108546600, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.867833, 13.28]}, "bbox": [-112.527833, 46.867833, -112.527833, 46.867833]}, {"id": "476", "type": "Feature", "properties": {"id": "ci38018200", "mag": 1.17, "time": 1507108523230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5975, 34.0275, 11.16]}, "bbox": [-117.5975, 34.0275, -117.5975, 34.0275]}, {"id": "477", "type": "Feature", "properties": {"id": "nc72904011", "mag": 1.65, "time": 1507108226290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.59, 39.034, 1.81]}, "bbox": [-122.59, 39.034, -122.59, 39.034]}, {"id": "478", "type": "Feature", "properties": {"id": "ak16988931", "mag": 1.6, "time": 1507107916290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4053, 65.8348, 0.0]}, "bbox": [-155.4053, 65.8348, -155.4053, 65.8348]}, {"id": "479", "type": "Feature", "properties": {"id": "ci38018192", "mag": 1.04, "time": 1507107119810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.243833, 34.561167, 7.55]}, "bbox": [-116.243833, 34.561167, -116.243833, 34.561167]}, {"id": "480", "type": "Feature", "properties": {"id": "uw61337191", "mag": 1.11, "time": 1507106498380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3995, 47.466167, 20.06]}, "bbox": [-122.3995, 47.466167, -122.3995, 47.466167]}, {"id": "481", "type": "Feature", "properties": {"id": "ak16988930", "mag": 1.5, "time": 1507105167087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3314, 63.0932, 0.0]}, "bbox": [-151.3314, 63.0932, -151.3314, 63.0932]}, {"id": "482", "type": "Feature", "properties": {"id": "nc72903991", "mag": 1.0, "time": 1507105008930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.831667, 37.479167, 7.18]}, "bbox": [-121.831667, 37.479167, -121.831667, 37.479167]}, {"id": "483", "type": "Feature", "properties": {"id": "us2000b0vg", "mag": 4.8, "time": 1507102453200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0265, 15.081, 39.52]}, "bbox": [-94.0265, 15.081, -94.0265, 15.081]}, {"id": "484", "type": "Feature", "properties": {"id": "uu60251092", "mag": 1.15, "time": 1507102301120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.109167, 37.453, 7.33]}, "bbox": [-113.109167, 37.453, -113.109167, 37.453]}, {"id": "485", "type": "Feature", "properties": {"id": "nc72903961", "mag": 0.99, "time": 1507102290690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.886, 37.634, 6.9]}, "bbox": [-118.886, 37.634, -118.886, 37.634]}, {"id": "486", "type": "Feature", "properties": {"id": "nc72903951", "mag": 1.13, "time": 1507102067530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873, 37.655, 2.24]}, "bbox": [-118.873, 37.655, -118.873, 37.655]}, {"id": "487", "type": "Feature", "properties": {"id": "ak16988890", "mag": 2.1, "time": 1507101218109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6853, 59.7843, 0.0]}, "bbox": [-136.6853, 59.7843, -136.6853, 59.7843]}, {"id": "488", "type": "Feature", "properties": {"id": "nc72903941", "mag": 1.93, "time": 1507099899370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.174833, 36.7355, 8.83]}, "bbox": [-121.174833, 36.7355, -121.174833, 36.7355]}, {"id": "489", "type": "Feature", "properties": {"id": "ak16988888", "mag": 2.1, "time": 1507099796449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.599, 58.1927, 18.0]}, "bbox": [-152.599, 58.1927, -152.599, 58.1927]}, {"id": "490", "type": "Feature", "properties": {"id": "ak16988886", "mag": 1.1, "time": 1507099794659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1044, 65.1213, 20.9]}, "bbox": [-149.1044, 65.1213, -149.1044, 65.1213]}, {"id": "491", "type": "Feature", "properties": {"id": "hv61932126", "mag": 2.54, "time": 1507098254160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471, 19.958167, 34.056]}, "bbox": [-155.471, 19.958167, -155.471, 19.958167]}, {"id": "492", "type": "Feature", "properties": {"id": "ci38018128", "mag": 1.48, "time": 1507095935630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.237333, 33.3585, 9.93]}, "bbox": [-116.237333, 33.3585, -116.237333, 33.3585]}, {"id": "493", "type": "Feature", "properties": {"id": "ak16988874", "mag": 2.0, "time": 1507095643589, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4213, 59.0929, 75.6]}, "bbox": [-152.4213, 59.0929, -152.4213, 59.0929]}, {"id": "494", "type": "Feature", "properties": {"id": "mb80259124", "mag": 1.12, "time": 1507094472670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.889167, 10.71]}, "bbox": [-112.5195, 46.889167, -112.5195, 46.889167]}, {"id": "495", "type": "Feature", "properties": {"id": "us2000b0ue", "mag": 4.7, "time": 1507093737820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.7448, 18.3756, 172.11]}, "bbox": [145.7448, 18.3756, 145.7448, 18.3756]}, {"id": "496", "type": "Feature", "properties": {"id": "hv61932021", "mag": 1.47, "time": 1507093555340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7645, 19.608333, 19.406]}, "bbox": [-155.7645, 19.608333, -155.7645, 19.608333]}, {"id": "497", "type": "Feature", "properties": {"id": "uu60251087", "mag": 1.84, "time": 1507092267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456667, 42.600833, 1.84]}, "bbox": [-111.456667, 42.600833, -111.456667, 42.600833]}, {"id": "498", "type": "Feature", "properties": {"id": "ak16988835", "mag": 1.4, "time": 1507091990426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8997, 62.5624, 2.5]}, "bbox": [-152.8997, 62.5624, -152.8997, 62.5624]}, {"id": "499", "type": "Feature", "properties": {"id": "ak16988834", "mag": 2.0, "time": 1507091511196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6239, 61.9391, 35.9]}, "bbox": [-147.6239, 61.9391, -147.6239, 61.9391]}, {"id": "500", "type": "Feature", "properties": {"id": "hv61931981", "mag": 2.06, "time": 1507091217900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6845, 18.778833, 34.132]}, "bbox": [-155.6845, 18.778833, -155.6845, 18.778833]}, {"id": "501", "type": "Feature", "properties": {"id": "ak16988831", "mag": 1.7, "time": 1507090320674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0205, 61.3011, 30.6]}, "bbox": [-149.0205, 61.3011, -149.0205, 61.3011]}, {"id": "502", "type": "Feature", "properties": {"id": "ak16988828", "mag": 1.6, "time": 1507090167802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1141, 63.8125, 0.0]}, "bbox": [-149.1141, 63.8125, -149.1141, 63.8125]}, {"id": "503", "type": "Feature", "properties": {"id": "ci38018104", "mag": 0.97, "time": 1507089080620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.364, 33.395667, 5.23]}, "bbox": [-116.364, 33.395667, -116.364, 33.395667]}, {"id": "504", "type": "Feature", "properties": {"id": "ci38018096", "mag": 1.15, "time": 1507088756230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.118, 33.743333, 14.37]}, "bbox": [-118.118, 33.743333, -118.118, 33.743333]}, {"id": "505", "type": "Feature", "properties": {"id": "us2000b0th", "mag": 5.0, "time": 1507087351060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1517, -31.5827, 35.55]}, "bbox": [-178.1517, -31.5827, -178.1517, -31.5827]}, {"id": "506", "type": "Feature", "properties": {"id": "nc72903886", "mag": 1.89, "time": 1507087145860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157333, 36.593167, 6.68]}, "bbox": [-121.157333, 36.593167, -121.157333, 36.593167]}, {"id": "507", "type": "Feature", "properties": {"id": "nc72903881", "mag": 1.09, "time": 1507086787130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718666, 38.771667, 2.16]}, "bbox": [-122.718666, 38.771667, -122.718666, 38.771667]}, {"id": "508", "type": "Feature", "properties": {"id": "us2000b0t5", "mag": 5.2, "time": 1507086128100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.1988, -23.1056, 126.96]}, "bbox": [-68.1988, -23.1056, -68.1988, -23.1056]}, {"id": "509", "type": "Feature", "properties": {"id": "nn00608095", "mag": 1.8, "time": 1507085141975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2313, 37.1571, 11.8]}, "bbox": [-117.2313, 37.1571, -117.2313, 37.1571]}, {"id": "510", "type": "Feature", "properties": {"id": "ak16988758", "mag": 1.7, "time": 1507084302637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3056, 61.634, 42.6]}, "bbox": [-146.3056, 61.634, -146.3056, 61.634]}, {"id": "511", "type": "Feature", "properties": {"id": "nc72903856", "mag": 1.42, "time": 1507084182620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.847167, 37.6515, 3.01]}, "bbox": [-118.847167, 37.6515, -118.847167, 37.6515]}, {"id": "512", "type": "Feature", "properties": {"id": "ak16988756", "mag": 1.9, "time": 1507083972695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8168, 61.2547, 28.1]}, "bbox": [-146.8168, 61.2547, -146.8168, 61.2547]}, {"id": "513", "type": "Feature", "properties": {"id": "ci38018048", "mag": 1.01, "time": 1507081338310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112167, 34.101167, 8.93]}, "bbox": [-118.112167, 34.101167, -118.112167, 34.101167]}, {"id": "514", "type": "Feature", "properties": {"id": "mb80259119", "mag": 1.6, "time": 1507080820140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521833, 46.872833, 10.74]}, "bbox": [-112.521833, 46.872833, -112.521833, 46.872833]}, {"id": "515", "type": "Feature", "properties": {"id": "mb80259154", "mag": 1.65, "time": 1507080779330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5265, 46.876167, 11.17]}, "bbox": [-112.5265, 46.876167, -112.5265, 46.876167]}, {"id": "516", "type": "Feature", "properties": {"id": "ak16988720", "mag": 2.3, "time": 1507079042841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4064, 60.3952, 12.4]}, "bbox": [-147.4064, 60.3952, -147.4064, 60.3952]}, {"id": "517", "type": "Feature", "properties": {"id": "nn00608069", "mag": 1.7, "time": 1507077765338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5495, 40.2609, 8.3]}, "bbox": [-119.5495, 40.2609, -119.5495, 40.2609]}, {"id": "518", "type": "Feature", "properties": {"id": "ak16988717", "mag": 1.6, "time": 1507077365759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3311, 63.2608, 0.8]}, "bbox": [-151.3311, 63.2608, -151.3311, 63.2608]}, {"id": "519", "type": "Feature", "properties": {"id": "hv61931706", "mag": 1.47, "time": 1507077049100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6385, 19.553667, 11.424]}, "bbox": [-155.6385, 19.553667, -155.6385, 19.553667]}, {"id": "520", "type": "Feature", "properties": {"id": "ci38018040", "mag": 0.98, "time": 1507076389190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.269, 34.0685, 15.7]}, "bbox": [-117.269, 34.0685, -117.269, 34.0685]}, {"id": "521", "type": "Feature", "properties": {"id": "uw61337006", "mag": 0.96, "time": 1507074699210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751333, 47.996333, 14.52]}, "bbox": [-122.751333, 47.996333, -122.751333, 47.996333]}, {"id": "522", "type": "Feature", "properties": {"id": "us2000b0rt", "mag": 4.2, "time": 1507074238890, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.7745, 8.5663, 30.59]}, "bbox": [-82.7745, 8.5663, -82.7745, 8.5663]}, {"id": "523", "type": "Feature", "properties": {"id": "ci38018024", "mag": 1.57, "time": 1507073295750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681, 35.0345, -0.82]}, "bbox": [-117.681, 35.0345, -117.681, 35.0345]}, {"id": "524", "type": "Feature", "properties": {"id": "ak16988594", "mag": 2.0, "time": 1507073162743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2617, 62.1345, 75.8]}, "bbox": [-151.2617, 62.1345, -151.2617, 62.1345]}, {"id": "525", "type": "Feature", "properties": {"id": "ak16988588", "mag": 1.3, "time": 1507072732101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2839, 61.0371, 0.0]}, "bbox": [-148.2839, 61.0371, -148.2839, 61.0371]}, {"id": "526", "type": "Feature", "properties": {"id": "uw61336986", "mag": 1.86, "time": 1507072508440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.616667, 48.275333, 6.9]}, "bbox": [-120.616667, 48.275333, -120.616667, 48.275333]}, {"id": "527", "type": "Feature", "properties": {"id": "uw61336981", "mag": 1.89, "time": 1507072212820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6095, 48.259, 5.47]}, "bbox": [-120.6095, 48.259, -120.6095, 48.259]}, {"id": "528", "type": "Feature", "properties": {"id": "ak16988584", "mag": 1.0, "time": 1507071678363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3354, 64.9934, 0.0]}, "bbox": [-147.3354, 64.9934, -147.3354, 64.9934]}, {"id": "529", "type": "Feature", "properties": {"id": "nc72903836", "mag": 1.12, "time": 1507071527650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805, 38.822667, 2.85]}, "bbox": [-122.805, 38.822667, -122.805, 38.822667]}, {"id": "530", "type": "Feature", "properties": {"id": "nc72903831", "mag": 1.06, "time": 1507071133930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808998, 38.823166, 1.74]}, "bbox": [-122.808998, 38.823166, -122.808998, 38.823166]}, {"id": "531", "type": "Feature", "properties": {"id": "ak16994062", "mag": 1.2, "time": 1507071050929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8464, 63.0394, 121.6]}, "bbox": [-150.8464, 63.0394, -150.8464, 63.0394]}, {"id": "532", "type": "Feature", "properties": {"id": "nn00608062", "mag": 1.5, "time": 1507069440991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.445, 37.5469, 5.1]}, "bbox": [-117.445, 37.5469, -117.445, 37.5469]}, {"id": "533", "type": "Feature", "properties": {"id": "nc72903806", "mag": 1.23, "time": 1507069427950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739333, 38.805667, 1.44]}, "bbox": [-122.739333, 38.805667, -122.739333, 38.805667]}, {"id": "534", "type": "Feature", "properties": {"id": "uw61336956", "mag": 1.0, "time": 1507069356480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319167, 46.078167, -1.11]}, "bbox": [-122.319167, 46.078167, -122.319167, 46.078167]}, {"id": "535", "type": "Feature", "properties": {"id": "ak16988555", "mag": 2.0, "time": 1507069258013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.1558, 67.7665, 10.8]}, "bbox": [-164.1558, 67.7665, -164.1558, 67.7665]}, {"id": "536", "type": "Feature", "properties": {"id": "ak16988552", "mag": 1.6, "time": 1507069137803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3107, 61.1448, 20.1]}, "bbox": [-148.3107, 61.1448, -148.3107, 61.1448]}, {"id": "537", "type": "Feature", "properties": {"id": "us2000b0q2", "mag": 4.2, "time": 1507068153470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2992, 15.6198, 60.2]}, "bbox": [-94.2992, 15.6198, -94.2992, 15.6198]}, {"id": "538", "type": "Feature", "properties": {"id": "ci38018000", "mag": 1.69, "time": 1507067212670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446333, 34.153333, 6.34]}, "bbox": [-116.446333, 34.153333, -116.446333, 34.153333]}, {"id": "539", "type": "Feature", "properties": {"id": "mb80259099", "mag": 1.07, "time": 1507067005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.4045, 43.682, 5.87]}, "bbox": [-110.4045, 43.682, -110.4045, 43.682]}, {"id": "540", "type": "Feature", "properties": {"id": "ak16988545", "mag": 1.7, "time": 1507066676846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6733, 65.2302, 8.7]}, "bbox": [-150.6733, 65.2302, -150.6733, 65.2302]}, {"id": "541", "type": "Feature", "properties": {"id": "nn00608050", "mag": 1.7, "time": 1507066159273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0874, 39.024, 7.5]}, "bbox": [-118.0874, 39.024, -118.0874, 39.024]}, {"id": "542", "type": "Feature", "properties": {"id": "ci38017984", "mag": 1.71, "time": 1507065949300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.347667, 33.392, 3.2]}, "bbox": [-116.347667, 33.392, -116.347667, 33.392]}, {"id": "543", "type": "Feature", "properties": {"id": "uu60251062", "mag": 1.76, "time": 1507065772640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.412333, 42.583667, 5.9]}, "bbox": [-111.412333, 42.583667, -111.412333, 42.583667]}, {"id": "544", "type": "Feature", "properties": {"id": "ak16988519", "mag": 2.6, "time": 1507065657270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2687, 57.0749, 82.1]}, "bbox": [-156.2687, 57.0749, -156.2687, 57.0749]}, {"id": "545", "type": "Feature", "properties": {"id": "ak16988491", "mag": 1.6, "time": 1507065428977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3929, 65.0131, 16.1]}, "bbox": [-161.3929, 65.0131, -161.3929, 65.0131]}, {"id": "546", "type": "Feature", "properties": {"id": "ak16988489", "mag": 1.2, "time": 1507065333200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6212, 63.3407, 7.0]}, "bbox": [-145.6212, 63.3407, -145.6212, 63.3407]}, {"id": "547", "type": "Feature", "properties": {"id": "ak16988484", "mag": 2.3, "time": 1507065014972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0452, 62.216, 67.5]}, "bbox": [-151.0452, 62.216, -151.0452, 62.216]}, {"id": "548", "type": "Feature", "properties": {"id": "nc72905396", "mag": 1.11, "time": 1507064824530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4595, 41.531833, 2.93]}, "bbox": [-121.4595, 41.531833, -121.4595, 41.531833]}, {"id": "549", "type": "Feature", "properties": {"id": "uu60251057", "mag": 2.05, "time": 1507064724100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.399, 42.521333, 8.16]}, "bbox": [-111.399, 42.521333, -111.399, 42.521333]}, {"id": "550", "type": "Feature", "properties": {"id": "ci38017976", "mag": 1.59, "time": 1507064335800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445833, 34.1535, 6.5]}, "bbox": [-116.445833, 34.1535, -116.445833, 34.1535]}, {"id": "551", "type": "Feature", "properties": {"id": "nc72903776", "mag": 1.19, "time": 1507063701570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.529167, 1.8]}, "bbox": [-118.8805, 37.529167, -118.8805, 37.529167]}, {"id": "552", "type": "Feature", "properties": {"id": "us2000b0nr", "mag": 5.7, "time": 1507063144760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-49.3194, 13.4552, 10.0]}, "bbox": [-49.3194, 13.4552, -49.3194, 13.4552]}, {"id": "553", "type": "Feature", "properties": {"id": "nc72903771", "mag": 2.49, "time": 1507062907080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.767, 38.799167, 0.51]}, "bbox": [-122.767, 38.799167, -122.767, 38.799167]}, {"id": "554", "type": "Feature", "properties": {"id": "ak16988466", "mag": 1.3, "time": 1507062241011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5134, 62.1795, 23.0]}, "bbox": [-145.5134, 62.1795, -145.5134, 62.1795]}, {"id": "555", "type": "Feature", "properties": {"id": "ak16988439", "mag": 2.2, "time": 1507061510846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8761, 60.5934, 142.5]}, "bbox": [-152.8761, 60.5934, -152.8761, 60.5934]}, {"id": "556", "type": "Feature", "properties": {"id": "us2000b0n8", "mag": 4.5, "time": 1507061510710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.7231, 55.3488, 28.06]}, "bbox": [166.7231, 55.3488, 166.7231, 55.3488]}, {"id": "557", "type": "Feature", "properties": {"id": "ci38017952", "mag": 1.07, "time": 1507061299680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4405, 34.156167, 8.27]}, "bbox": [-116.4405, 34.156167, -116.4405, 34.156167]}, {"id": "558", "type": "Feature", "properties": {"id": "ak16988437", "mag": 1.3, "time": 1507061230777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0856, 61.3457, 14.4]}, "bbox": [-148.0856, 61.3457, -148.0856, 61.3457]}, {"id": "559", "type": "Feature", "properties": {"id": "ak16988435", "mag": 1.5, "time": 1507060035702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9837, 61.6046, 61.8]}, "bbox": [-150.9837, 61.6046, -150.9837, 61.6046]}, {"id": "560", "type": "Feature", "properties": {"id": "nc72903741", "mag": 1.18, "time": 1507059288800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764831, 38.788502, -0.61]}, "bbox": [-122.764831, 38.788502, -122.764831, 38.788502]}, {"id": "561", "type": "Feature", "properties": {"id": "ci38017936", "mag": 1.69, "time": 1507059189120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.4895, 4.06]}, "bbox": [-116.7955, 33.4895, -116.7955, 33.4895]}, {"id": "562", "type": "Feature", "properties": {"id": "ak16994048", "mag": 1.6, "time": 1507059099655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6496, 59.6816, 88.6]}, "bbox": [-152.6496, 59.6816, -152.6496, 59.6816]}, {"id": "563", "type": "Feature", "properties": {"id": "ak16994047", "mag": 1.4, "time": 1507058879703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6613, 58.3127, 61.4]}, "bbox": [-153.6613, 58.3127, -153.6613, 58.3127]}, {"id": "564", "type": "Feature", "properties": {"id": "nn00608048", "mag": 1.1, "time": 1507058710135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9271, 40.1731, 13.8]}, "bbox": [-119.9271, 40.1731, -119.9271, 40.1731]}, {"id": "565", "type": "Feature", "properties": {"id": "ci38017912", "mag": 1.43, "time": 1507058424320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.440833, 34.1545, 6.88]}, "bbox": [-116.440833, 34.1545, -116.440833, 34.1545]}, {"id": "566", "type": "Feature", "properties": {"id": "ci38017904", "mag": 1.19, "time": 1507057846620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1795, 35.002, -0.83]}, "bbox": [-118.1795, 35.002, -118.1795, 35.002]}, {"id": "567", "type": "Feature", "properties": {"id": "ci38017896", "mag": 1.26, "time": 1507057788590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.941667, 32.908, -0.33]}, "bbox": [-116.941667, 32.908, -116.941667, 32.908]}, {"id": "568", "type": "Feature", "properties": {"id": "us2000b0lw", "mag": 5.2, "time": 1507057466210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.8364, -55.2702, 10.0]}, "bbox": [-28.8364, -55.2702, -28.8364, -55.2702]}, {"id": "569", "type": "Feature", "properties": {"id": "mb80259069", "mag": 1.71, "time": 1507056294930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.503, 46.830333, 12.9]}, "bbox": [-112.503, 46.830333, -112.503, 46.830333]}, {"id": "570", "type": "Feature", "properties": {"id": "ak16988418", "mag": 1.8, "time": 1507056127213, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6502, 57.4998, 47.0]}, "bbox": [-154.6502, 57.4998, -154.6502, 57.4998]}, {"id": "571", "type": "Feature", "properties": {"id": "nc72903726", "mag": 1.14, "time": 1507056074240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.84, 37.503833, 0.26]}, "bbox": [-118.84, 37.503833, -118.84, 37.503833]}, {"id": "572", "type": "Feature", "properties": {"id": "ak16988415", "mag": 1.4, "time": 1507055512017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8175, 61.6607, 28.4]}, "bbox": [-146.8175, 61.6607, -146.8175, 61.6607]}, {"id": "573", "type": "Feature", "properties": {"id": "hv61931361", "mag": 2.65, "time": 1507055057800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.324, 19.406667, 7.018]}, "bbox": [-155.324, 19.406667, -155.324, 19.406667]}, {"id": "574", "type": "Feature", "properties": {"id": "ci38017848", "mag": 1.04, "time": 1507054498390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.44, 34.157667, 8.94]}, "bbox": [-116.44, 34.157667, -116.44, 34.157667]}, {"id": "575", "type": "Feature", "properties": {"id": "uu60251037", "mag": 1.12, "time": 1507053937840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.592167, 6.15]}, "bbox": [-111.424333, 42.592167, -111.424333, 42.592167]}, {"id": "576", "type": "Feature", "properties": {"id": "hv61931346", "mag": 2.16, "time": 1507053691890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.373667, 20.034833, 13.532]}, "bbox": [-155.373667, 20.034833, -155.373667, 20.034833]}, {"id": "577", "type": "Feature", "properties": {"id": "mb80259064", "mag": 1.12, "time": 1507053599620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 46.334833, -2.0]}, "bbox": [-111.609167, 46.334833, -111.609167, 46.334833]}, {"id": "578", "type": "Feature", "properties": {"id": "ak16988394", "mag": 1.6, "time": 1507052715999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9718, 60.8946, 14.9]}, "bbox": [-150.9718, 60.8946, -150.9718, 60.8946]}, {"id": "579", "type": "Feature", "properties": {"id": "ak16988390", "mag": 1.9, "time": 1507052122028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3579, 61.0247, 111.3]}, "bbox": [-152.3579, 61.0247, -152.3579, 61.0247]}, {"id": "580", "type": "Feature", "properties": {"id": "nc72903716", "mag": 2.07, "time": 1507052014050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.787667, 37.598833, 5.1]}, "bbox": [-118.787667, 37.598833, -118.787667, 37.598833]}, {"id": "581", "type": "Feature", "properties": {"id": "ak16994042", "mag": 2.0, "time": 1507051700735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4244, 59.8428, 129.5]}, "bbox": [-153.4244, 59.8428, -153.4244, 59.8428]}, {"id": "582", "type": "Feature", "properties": {"id": "us2000b0jm", "mag": 4.6, "time": 1507050191000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.1126, -2.5625, 21.57]}, "bbox": [140.1126, -2.5625, 140.1126, -2.5625]}, {"id": "583", "type": "Feature", "properties": {"id": "ci38017808", "mag": 1.9, "time": 1507049580810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.445167, 33.264333, 2.22]}, "bbox": [-116.445167, 33.264333, -116.445167, 33.264333]}, {"id": "584", "type": "Feature", "properties": {"id": "nn00608002", "mag": 1.2, "time": 1507049448566, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2901, 37.8049, 7.5]}, "bbox": [-114.2901, 37.8049, -114.2901, 37.8049]}, {"id": "585", "type": "Feature", "properties": {"id": "uu60251027", "mag": 1.41, "time": 1507048713320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.760333, 39.998667, 8.73]}, "bbox": [-111.760333, 39.998667, -111.760333, 39.998667]}, {"id": "586", "type": "Feature", "properties": {"id": "ak16988364", "mag": 1.1, "time": 1507048704427, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9116, 61.1262, 0.0]}, "bbox": [-147.9116, 61.1262, -147.9116, 61.1262]}, {"id": "587", "type": "Feature", "properties": {"id": "ak16988361", "mag": 1.8, "time": 1507048669896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1084, 64.9183, 18.5]}, "bbox": [-149.1084, 64.9183, -149.1084, 64.9183]}, {"id": "588", "type": "Feature", "properties": {"id": "ci38017800", "mag": 0.98, "time": 1507048261760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.446833, 34.154333, 7.94]}, "bbox": [-116.446833, 34.154333, -116.446833, 34.154333]}, {"id": "589", "type": "Feature", "properties": {"id": "nc72903676", "mag": 1.69, "time": 1507047264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.455833, 2.67]}, "bbox": [-118.8285, 37.455833, -118.8285, 37.455833]}, {"id": "590", "type": "Feature", "properties": {"id": "nc72903671", "mag": 1.3, "time": 1507047173830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 37.287833, 7.31]}, "bbox": [-121.5795, 37.287833, -121.5795, 37.287833]}, {"id": "591", "type": "Feature", "properties": {"id": "ci38017744", "mag": 1.05, "time": 1507046707770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.136833, 34.054167, 9.74]}, "bbox": [-117.136833, 34.054167, -117.136833, 34.054167]}, {"id": "592", "type": "Feature", "properties": {"id": "nc72903666", "mag": 2.58, "time": 1507046582120, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.464333, 36.750833, 7.57]}, "bbox": [-121.464333, 36.750833, -121.464333, 36.750833]}, {"id": "593", "type": "Feature", "properties": {"id": "ak16988359", "mag": 1.4, "time": 1507045972022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1249, 62.9454, 112.4]}, "bbox": [-151.1249, 62.9454, -151.1249, 62.9454]}, {"id": "594", "type": "Feature", "properties": {"id": "ak16988358", "mag": 1.6, "time": 1507045690910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2536, 60.0003, 13.7]}, "bbox": [-149.2536, 60.0003, -149.2536, 60.0003]}, {"id": "595", "type": "Feature", "properties": {"id": "ak16994035", "mag": 1.7, "time": 1507044159018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6674, 59.3569, 72.1]}, "bbox": [-152.6674, 59.3569, -152.6674, 59.3569]}, {"id": "596", "type": "Feature", "properties": {"id": "ak16988345", "mag": 2.7, "time": 1507043705635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0117, 59.5043, 89.0]}, "bbox": [-153.0117, 59.5043, -153.0117, 59.5043]}, {"id": "597", "type": "Feature", "properties": {"id": "nc72903631", "mag": 1.33, "time": 1507043277890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.820167, 3.51]}, "bbox": [-122.800667, 38.820167, -122.800667, 38.820167]}, {"id": "598", "type": "Feature", "properties": {"id": "ak16994033", "mag": 1.6, "time": 1507043019584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3814, 58.3192, 13.1]}, "bbox": [-151.3814, 58.3192, -151.3814, 58.3192]}, {"id": "599", "type": "Feature", "properties": {"id": "ak16988343", "mag": 2.7, "time": 1507042999732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3915, 51.6134, 9.1]}, "bbox": [-178.3915, 51.6134, -178.3915, 51.6134]}, {"id": "600", "type": "Feature", "properties": {"id": "ak16994031", "mag": 1.7, "time": 1507042763401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1107, 59.3023, 7.9]}, "bbox": [-150.1107, 59.3023, -150.1107, 59.3023]}, {"id": "601", "type": "Feature", "properties": {"id": "ak16994030", "mag": 1.3, "time": 1507042659104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9147, 62.9235, 104.4]}, "bbox": [-150.9147, 62.9235, -150.9147, 62.9235]}, {"id": "602", "type": "Feature", "properties": {"id": "ak16994029", "mag": 1.6, "time": 1507042166290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0354, 59.6428, 85.1]}, "bbox": [-153.0354, 59.6428, -153.0354, 59.6428]}, {"id": "603", "type": "Feature", "properties": {"id": "us2000b0gv", "mag": 2.1, "time": 1507041358070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8228, 36.4458, 4.6]}, "bbox": [-98.8228, 36.4458, -98.8228, 36.4458]}, {"id": "604", "type": "Feature", "properties": {"id": "ak16988332", "mag": 1.4, "time": 1507041247450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2842, 62.1118, 75.7]}, "bbox": [-151.2842, 62.1118, -151.2842, 62.1118]}, {"id": "605", "type": "Feature", "properties": {"id": "ci38017688", "mag": 1.7, "time": 1507041034810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.665167, 35.975833, 2.12]}, "bbox": [-117.665167, 35.975833, -117.665167, 35.975833]}, {"id": "606", "type": "Feature", "properties": {"id": "hv61931251", "mag": 2.87, "time": 1507040757870, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.370833, 20.027333, 12.259]}, "bbox": [-155.370833, 20.027333, -155.370833, 20.027333]}, {"id": "607", "type": "Feature", "properties": {"id": "us2000b0gr", "mag": 4.6, "time": 1507040383740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9616, -39.6706, 78.62]}, "bbox": [175.9616, -39.6706, 175.9616, -39.6706]}, {"id": "608", "type": "Feature", "properties": {"id": "nc72903611", "mag": 1.04, "time": 1507039230370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.979333, 37.537333, 3.49]}, "bbox": [-118.979333, 37.537333, -118.979333, 37.537333]}, {"id": "609", "type": "Feature", "properties": {"id": "ak16988330", "mag": 1.8, "time": 1507038947118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.8047, 53.5035, 24.1]}, "bbox": [-165.8047, 53.5035, -165.8047, 53.5035]}, {"id": "610", "type": "Feature", "properties": {"id": "us2000b0k7", "mag": 2.6, "time": 1507038712390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1971, 51.3674, 18.8]}, "bbox": [-178.1971, 51.3674, -178.1971, 51.3674]}, {"id": "611", "type": "Feature", "properties": {"id": "us2000b0gm", "mag": 4.5, "time": 1507038514350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.7848, 25.0488, 74.86]}, "bbox": [94.7848, 25.0488, 94.7848, 25.0488]}, {"id": "612", "type": "Feature", "properties": {"id": "ak16988328", "mag": 1.3, "time": 1507038483396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5284, 62.2253, 16.5]}, "bbox": [-150.5284, 62.2253, -150.5284, 62.2253]}, {"id": "613", "type": "Feature", "properties": {"id": "ak16994023", "mag": 1.9, "time": 1507038160436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9795, 54.3692, 39.6]}, "bbox": [-162.9795, 54.3692, -162.9795, 54.3692]}, {"id": "614", "type": "Feature", "properties": {"id": "ak16994021", "mag": 1.3, "time": 1507037424410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3659, 61.871, 45.6]}, "bbox": [-147.3659, 61.871, -147.3659, 61.871]}, {"id": "615", "type": "Feature", "properties": {"id": "ci38017640", "mag": 0.99, "time": 1507035054330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.962167, 34.044333, 11.19]}, "bbox": [-116.962167, 34.044333, -116.962167, 34.044333]}, {"id": "616", "type": "Feature", "properties": {"id": "ak16994019", "mag": 2.4, "time": 1507034930692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8074, 51.67, 77.1]}, "bbox": [-179.8074, 51.67, -179.8074, 51.67]}, {"id": "617", "type": "Feature", "properties": {"id": "ak16988323", "mag": 2.5, "time": 1507033401817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.3851, 54.2478, 11.5]}, "bbox": [-162.3851, 54.2478, -162.3851, 54.2478]}, {"id": "618", "type": "Feature", "properties": {"id": "ak16988320", "mag": 1.8, "time": 1507033125169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8594, 61.9955, 7.8]}, "bbox": [-150.8594, 61.9955, -150.8594, 61.9955]}, {"id": "619", "type": "Feature", "properties": {"id": "nc72903576", "mag": 1.25, "time": 1507033081250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.496833, 35.946833, 9.32]}, "bbox": [-120.496833, 35.946833, -120.496833, 35.946833]}, {"id": "620", "type": "Feature", "properties": {"id": "ak16988318", "mag": 1.5, "time": 1507032487878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.705, 62.0401, 40.9]}, "bbox": [-149.705, 62.0401, -149.705, 62.0401]}, {"id": "621", "type": "Feature", "properties": {"id": "nc72903571", "mag": 1.19, "time": 1507032219730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.973167, 37.635667, 4.8]}, "bbox": [-118.973167, 37.635667, -118.973167, 37.635667]}, {"id": "622", "type": "Feature", "properties": {"id": "ak16988315", "mag": 1.6, "time": 1507031200996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1077, 57.8662, 5.2]}, "bbox": [-156.1077, 57.8662, -156.1077, 57.8662]}, {"id": "623", "type": "Feature", "properties": {"id": "nc72903561", "mag": 1.07, "time": 1507031172540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802002, 38.825832, 2.3]}, "bbox": [-122.802002, 38.825832, -122.802002, 38.825832]}, {"id": "624", "type": "Feature", "properties": {"id": "ak16988314", "mag": 1.7, "time": 1507031152426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 60.0214, 78.4]}, "bbox": [-152.0389, 60.0214, -152.0389, 60.0214]}, {"id": "625", "type": "Feature", "properties": {"id": "mb80259049", "mag": 2.51, "time": 1507030950500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.353833, 43.520167, 3.75]}, "bbox": [-110.353833, 43.520167, -110.353833, 43.520167]}, {"id": "626", "type": "Feature", "properties": {"id": "nc72903556", "mag": 1.59, "time": 1507030601280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.630333, 6.72]}, "bbox": [-118.887667, 37.630333, -118.887667, 37.630333]}, {"id": "627", "type": "Feature", "properties": {"id": "ci38017616", "mag": 1.23, "time": 1507030424420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812833, 34.096833, 13.63]}, "bbox": [-117.812833, 34.096833, -117.812833, 34.096833]}, {"id": "628", "type": "Feature", "properties": {"id": "ci38017608", "mag": 1.47, "time": 1507030255050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808167, 34.092333, 14.9]}, "bbox": [-117.808167, 34.092333, -117.808167, 34.092333]}, {"id": "629", "type": "Feature", "properties": {"id": "nc72903546", "mag": 1.09, "time": 1507029639750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.82267, 38.807835, 1.84]}, "bbox": [-122.82267, 38.807835, -122.82267, 38.807835]}, {"id": "630", "type": "Feature", "properties": {"id": "ak16988306", "mag": 2.7, "time": 1507027595732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4068, 51.6479, 12.1]}, "bbox": [-178.4068, 51.6479, -178.4068, 51.6479]}, {"id": "631", "type": "Feature", "properties": {"id": "nc72903531", "mag": 1.14, "time": 1507027098870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763168, 38.789001, 0.79]}, "bbox": [-122.763168, 38.789001, -122.763168, 38.789001]}, {"id": "632", "type": "Feature", "properties": {"id": "ak16988304", "mag": 1.4, "time": 1507026885090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5708, 61.3679, 26.2]}, "bbox": [-149.5708, 61.3679, -149.5708, 61.3679]}, {"id": "633", "type": "Feature", "properties": {"id": "ak16994008", "mag": 1.6, "time": 1507025162686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.958, 61.2532, 105.4]}, "bbox": [-151.958, 61.2532, -151.958, 61.2532]}, {"id": "634", "type": "Feature", "properties": {"id": "ak16994007", "mag": 1.2, "time": 1507024176706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1195, 62.8909, 99.0]}, "bbox": [-151.1195, 62.8909, -151.1195, 62.8909]}, {"id": "635", "type": "Feature", "properties": {"id": "ak16988295", "mag": 2.1, "time": 1507023250156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3958, 51.6323, 10.7]}, "bbox": [-178.3958, 51.6323, -178.3958, 51.6323]}, {"id": "636", "type": "Feature", "properties": {"id": "ak16988294", "mag": 1.3, "time": 1507023225669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7855, 61.7554, 59.2]}, "bbox": [-150.7855, 61.7554, -150.7855, 61.7554]}, {"id": "637", "type": "Feature", "properties": {"id": "ak16988292", "mag": 2.6, "time": 1507022763592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7772, 53.1343, 25.6]}, "bbox": [-166.7772, 53.1343, -166.7772, 53.1343]}, {"id": "638", "type": "Feature", "properties": {"id": "ak16988287", "mag": 1.2, "time": 1507022053291, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.872, 64.5325, 18.4]}, "bbox": [-149.872, 64.5325, -149.872, 64.5325]}, {"id": "639", "type": "Feature", "properties": {"id": "ak16988284", "mag": 1.3, "time": 1507021950836, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.929, 64.5216, 18.2]}, "bbox": [-149.929, 64.5216, -149.929, 64.5216]}, {"id": "640", "type": "Feature", "properties": {"id": "ak16988282", "mag": 1.4, "time": 1507021938525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8923, 58.4847, 8.2]}, "bbox": [-154.8923, 58.4847, -154.8923, 58.4847]}, {"id": "641", "type": "Feature", "properties": {"id": "ci38017544", "mag": 1.28, "time": 1507021318130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791333, 33.687167, 16.23]}, "bbox": [-116.791333, 33.687167, -116.791333, 33.687167]}, {"id": "642", "type": "Feature", "properties": {"id": "ak16988279", "mag": 2.0, "time": 1507020554043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2158, 61.698, 77.3]}, "bbox": [-151.2158, 61.698, -151.2158, 61.698]}, {"id": "643", "type": "Feature", "properties": {"id": "mb80259034", "mag": 1.18, "time": 1507020432130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.873, 11.92]}, "bbox": [-112.521333, 46.873, -112.521333, 46.873]}, {"id": "644", "type": "Feature", "properties": {"id": "us2000b0fa", "mag": 4.2, "time": 1507019233190, "felt": 43.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.0212, -33.014, 17.65]}, "bbox": [-72.0212, -33.014, -72.0212, -33.014]}, {"id": "645", "type": "Feature", "properties": {"id": "ak16988271", "mag": 1.8, "time": 1507019136375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.4739, 86.3]}, "bbox": [-152.1655, 60.4739, -152.1655, 60.4739]}, {"id": "646", "type": "Feature", "properties": {"id": "uu60250997", "mag": 1.69, "time": 1507019083210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.137833, 42.522333, -0.39]}, "bbox": [-111.137833, 42.522333, -111.137833, 42.522333]}, {"id": "647", "type": "Feature", "properties": {"id": "ak16993998", "mag": 1.8, "time": 1507018712322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0756, 60.1685, 13.9]}, "bbox": [-147.0756, 60.1685, -147.0756, 60.1685]}, {"id": "648", "type": "Feature", "properties": {"id": "nc72903491", "mag": 1.22, "time": 1507017869360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.486, 36.378, 5.97]}, "bbox": [-121.486, 36.378, -121.486, 36.378]}, {"id": "649", "type": "Feature", "properties": {"id": "ci38017536", "mag": 1.46, "time": 1507016252180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.479, 32.737333, 7.83]}, "bbox": [-115.479, 32.737333, -115.479, 32.737333]}, {"id": "650", "type": "Feature", "properties": {"id": "ak16988268", "mag": 1.4, "time": 1507015945802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0368, 61.1636, 0.4]}, "bbox": [-140.0368, 61.1636, -140.0368, 61.1636]}, {"id": "651", "type": "Feature", "properties": {"id": "ak16988267", "mag": 1.2, "time": 1507015806607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4998, 63.1031, 5.3]}, "bbox": [-151.4998, 63.1031, -151.4998, 63.1031]}, {"id": "652", "type": "Feature", "properties": {"id": "ci38017504", "mag": 1.41, "time": 1507014429310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363333, 34.832, 3.07]}, "bbox": [-116.363333, 34.832, -116.363333, 34.832]}, {"id": "653", "type": "Feature", "properties": {"id": "ak16988254", "mag": 4.1, "time": 1507013968245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3923, 54.6037, 20.2]}, "bbox": [-161.3923, 54.6037, -161.3923, 54.6037]}, {"id": "654", "type": "Feature", "properties": {"id": "ak16988252", "mag": 1.7, "time": 1507013732258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7964, 59.8936, 15.8]}, "bbox": [-136.7964, 59.8936, -136.7964, 59.8936]}, {"id": "655", "type": "Feature", "properties": {"id": "mb80259004", "mag": 1.07, "time": 1507013501160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.877333, 10.49]}, "bbox": [-112.523, 46.877333, -112.523, 46.877333]}, {"id": "656", "type": "Feature", "properties": {"id": "nn00607998", "mag": 1.1, "time": 1507013301155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3199, 37.7813, 5.0]}, "bbox": [-114.3199, 37.7813, -114.3199, 37.7813]}, {"id": "657", "type": "Feature", "properties": {"id": "ak16993990", "mag": 1.4, "time": 1507012650027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.264, 62.5244, 86.6]}, "bbox": [-151.264, 62.5244, -151.264, 62.5244]}, {"id": "658", "type": "Feature", "properties": {"id": "ak16988247", "mag": 2.1, "time": 1507012115547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4061, 51.6742, 14.8]}, "bbox": [-178.4061, 51.6742, -178.4061, 51.6742]}, {"id": "659", "type": "Feature", "properties": {"id": "ak16988245", "mag": 1.0, "time": 1507011961646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.539, 63.1068, 11.2]}, "bbox": [-151.539, 63.1068, -151.539, 63.1068]}, {"id": "660", "type": "Feature", "properties": {"id": "ci38017496", "mag": 1.24, "time": 1507011934810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.013833, 33.662167, 11.95]}, "bbox": [-117.013833, 33.662167, -117.013833, 33.662167]}, {"id": "661", "type": "Feature", "properties": {"id": "ci38017488", "mag": 1.25, "time": 1507011688900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.047333, 33.171, 5.29]}, "bbox": [-116.047333, 33.171, -116.047333, 33.171]}, {"id": "662", "type": "Feature", "properties": {"id": "ak16993987", "mag": 1.9, "time": 1507011535768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4878, 51.73, 4.8]}, "bbox": [-175.4878, 51.73, -175.4878, 51.73]}, {"id": "663", "type": "Feature", "properties": {"id": "ak16993986", "mag": 2.3, "time": 1507011386112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3903, 51.6732, 5.4]}, "bbox": [-178.3903, 51.6732, -178.3903, 51.6732]}, {"id": "664", "type": "Feature", "properties": {"id": "ci38017472", "mag": 1.5, "time": 1507010945840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.936833, 33.147, 7.23]}, "bbox": [-115.936833, 33.147, -115.936833, 33.147]}, {"id": "665", "type": "Feature", "properties": {"id": "ak16988244", "mag": 1.2, "time": 1507010895307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6337, 63.3262, 13.3]}, "bbox": [-145.6337, 63.3262, -145.6337, 63.3262]}, {"id": "666", "type": "Feature", "properties": {"id": "ci38017464", "mag": 1.4, "time": 1507008876900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4845, 32.748667, 13.78]}, "bbox": [-115.4845, 32.748667, -115.4845, 32.748667]}, {"id": "667", "type": "Feature", "properties": {"id": "ci38017456", "mag": 1.19, "time": 1507008741980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.783833, 33.267833, 11.48]}, "bbox": [-116.783833, 33.267833, -116.783833, 33.267833]}, {"id": "668", "type": "Feature", "properties": {"id": "us2000b0ef", "mag": 4.9, "time": 1507008633680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9398, 15.4089, 62.32]}, "bbox": [-93.9398, 15.4089, -93.9398, 15.4089]}, {"id": "669", "type": "Feature", "properties": {"id": "mb80258984", "mag": 1.01, "time": 1507006889790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.430667, 43.6785, 7.63]}, "bbox": [-110.430667, 43.6785, -110.430667, 43.6785]}, {"id": "670", "type": "Feature", "properties": {"id": "mb80258979", "mag": 1.31, "time": 1507006468040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5225, 46.871167, 10.98]}, "bbox": [-112.5225, 46.871167, -112.5225, 46.871167]}, {"id": "671", "type": "Feature", "properties": {"id": "ak16988238", "mag": 2.4, "time": 1507005858917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.1659, 51.8129, 90.4]}, "bbox": [-174.1659, 51.8129, -174.1659, 51.8129]}, {"id": "672", "type": "Feature", "properties": {"id": "ak16993983", "mag": 1.4, "time": 1507004701069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7077, 62.778, 79.7]}, "bbox": [-150.7077, 62.778, -150.7077, 62.778]}, {"id": "673", "type": "Feature", "properties": {"id": "ci38017432", "mag": 1.1, "time": 1507003677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.485333, 4.63]}, "bbox": [-116.790667, 33.485333, -116.790667, 33.485333]}, {"id": "674", "type": "Feature", "properties": {"id": "ak16988237", "mag": 1.5, "time": 1507003090709, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0237, 61.1529, 7.4]}, "bbox": [-140.0237, 61.1529, -140.0237, 61.1529]}, {"id": "675", "type": "Feature", "properties": {"id": "mb80258949", "mag": 1.2, "time": 1507002724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.869, 10.38]}, "bbox": [-112.529833, 46.869, -112.529833, 46.869]}, {"id": "676", "type": "Feature", "properties": {"id": "ak16988235", "mag": 2.7, "time": 1507001740915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.6571, 52.9982, 32.2]}, "bbox": [-167.6571, 52.9982, -167.6571, 52.9982]}, {"id": "677", "type": "Feature", "properties": {"id": "nn00607958", "mag": 1.2, "time": 1507001239948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3057, 38.4484, 5.6]}, "bbox": [-119.3057, 38.4484, -119.3057, 38.4484]}, {"id": "678", "type": "Feature", "properties": {"id": "ak16988229", "mag": 1.6, "time": 1506999699601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3039, 62.7285, 79.0]}, "bbox": [-150.3039, 62.7285, -150.3039, 62.7285]}, {"id": "679", "type": "Feature", "properties": {"id": "ak16988225", "mag": 1.7, "time": 1506999179710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.178, 66.888, 7.7]}, "bbox": [-146.178, 66.888, -146.178, 66.888]}, {"id": "680", "type": "Feature", "properties": {"id": "mb80258939", "mag": 1.1, "time": 1506998768510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.860333, 12.25]}, "bbox": [-112.528833, 46.860333, -112.528833, 46.860333]}, {"id": "681", "type": "Feature", "properties": {"id": "ak16988222", "mag": 2.7, "time": 1506998450736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4948, 53.5386, 57.3]}, "bbox": [-166.4948, 53.5386, -166.4948, 53.5386]}, {"id": "682", "type": "Feature", "properties": {"id": "ak16988221", "mag": 1.2, "time": 1506998296606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3526, 63.268, 2.3]}, "bbox": [-151.3526, 63.268, -151.3526, 63.268]}, {"id": "683", "type": "Feature", "properties": {"id": "ak16988218", "mag": 1.0, "time": 1506997994823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5335, 53.8446, 6.9]}, "bbox": [-166.5335, 53.8446, -166.5335, 53.8446]}, {"id": "684", "type": "Feature", "properties": {"id": "ak16988217", "mag": 2.2, "time": 1506997972933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6125, 58.9289, 125.8]}, "bbox": [-154.6125, 58.9289, -154.6125, 58.9289]}, {"id": "685", "type": "Feature", "properties": {"id": "nc72903391", "mag": 1.03, "time": 1506997840780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847336, 38.829834, 1.06]}, "bbox": [-122.847336, 38.829834, -122.847336, 38.829834]}, {"id": "686", "type": "Feature", "properties": {"id": "nc72903396", "mag": 1.23, "time": 1506997715100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.315667, 37.487833, 3.9]}, "bbox": [-119.315667, 37.487833, -119.315667, 37.487833]}, {"id": "687", "type": "Feature", "properties": {"id": "ci38017400", "mag": 1.05, "time": 1506997467730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.334333, 33.346333, 9.65]}, "bbox": [-116.334333, 33.346333, -116.334333, 33.346333]}, {"id": "688", "type": "Feature", "properties": {"id": "ak16993974", "mag": 1.4, "time": 1506996608838, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2536, 62.5803, 93.5]}, "bbox": [-151.2536, 62.5803, -151.2536, 62.5803]}, {"id": "689", "type": "Feature", "properties": {"id": "ak16988215", "mag": 1.6, "time": 1506996320652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.155, 61.9755, 70.6]}, "bbox": [-151.155, 61.9755, -151.155, 61.9755]}, {"id": "690", "type": "Feature", "properties": {"id": "ak16993972", "mag": 1.6, "time": 1506995513010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7768, 60.1335, 76.2]}, "bbox": [-151.7768, 60.1335, -151.7768, 60.1335]}, {"id": "691", "type": "Feature", "properties": {"id": "ak16993971", "mag": 1.2, "time": 1506995387104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6738, 61.6682, 50.5]}, "bbox": [-149.6738, 61.6682, -149.6738, 61.6682]}, {"id": "692", "type": "Feature", "properties": {"id": "hv61930601", "mag": 2.1, "time": 1506994522010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.565506, 19.795834, 15.58]}, "bbox": [-155.565506, 19.795834, -155.565506, 19.795834]}, {"id": "693", "type": "Feature", "properties": {"id": "ak16993970", "mag": 1.1, "time": 1506994269143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0156, 64.7374, 10.4]}, "bbox": [-140.0156, 64.7374, -140.0156, 64.7374]}, {"id": "694", "type": "Feature", "properties": {"id": "nc72903381", "mag": 1.16, "time": 1506991878630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.803169, 38.824001, 2.33]}, "bbox": [-122.803169, 38.824001, -122.803169, 38.824001]}, {"id": "695", "type": "Feature", "properties": {"id": "ci38017368", "mag": 1.36, "time": 1506989712460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168667, 34.0055, 13.99]}, "bbox": [-117.168667, 34.0055, -117.168667, 34.0055]}, {"id": "696", "type": "Feature", "properties": {"id": "uw61336686", "mag": 1.47, "time": 1506988725560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044167, 49.145, -1.01]}, "bbox": [-122.044167, 49.145, -122.044167, 49.145]}, {"id": "697", "type": "Feature", "properties": {"id": "ak16988200", "mag": 2.8, "time": 1506988653897, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6324, 61.3885, 39.1]}, "bbox": [-150.6324, 61.3885, -150.6324, 61.3885]}, {"id": "698", "type": "Feature", "properties": {"id": "nm60207781", "mag": 1.99, "time": 1506988371180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.444833, 36.088167, 13.18]}, "bbox": [-89.444833, 36.088167, -89.444833, 36.088167]}, {"id": "699", "type": "Feature", "properties": {"id": "us2000az70", "mag": 4.7, "time": 1506987102640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.8995, 12.8626, 27.25]}, "bbox": [91.8995, 12.8626, 91.8995, 12.8626]}, {"id": "700", "type": "Feature", "properties": {"id": "ci38017360", "mag": 1.72, "time": 1506986970860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.674, 35.035333, -0.82]}, "bbox": [-117.674, 35.035333, -117.674, 35.035333]}, {"id": "701", "type": "Feature", "properties": {"id": "us2000azc7", "mag": 2.4, "time": 1506986577400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6124, 36.8167, 5.123]}, "bbox": [-97.6124, 36.8167, -97.6124, 36.8167]}, {"id": "702", "type": "Feature", "properties": {"id": "nm60207771", "mag": 1.11, "time": 1506984309110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.517167, 36.232667, 8.34]}, "bbox": [-89.517167, 36.232667, -89.517167, 36.232667]}, {"id": "703", "type": "Feature", "properties": {"id": "ci38017336", "mag": 1.0, "time": 1506984123180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.975833, 4.84]}, "bbox": [-116.2705, 33.975833, -116.2705, 33.975833]}, {"id": "704", "type": "Feature", "properties": {"id": "nc72903356", "mag": 1.77, "time": 1506983102870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.991833, 40.153833, 4.17]}, "bbox": [-120.991833, 40.153833, -120.991833, 40.153833]}, {"id": "705", "type": "Feature", "properties": {"id": "uw61336646", "mag": 1.36, "time": 1506982150130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4015, 46.173833, -0.3]}, "bbox": [-123.4015, 46.173833, -123.4015, 46.173833]}, {"id": "706", "type": "Feature", "properties": {"id": "us2000ayh7", "mag": 4.4, "time": 1506982074330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7039, -22.2431, 108.4]}, "bbox": [-68.7039, -22.2431, -68.7039, -22.2431]}, {"id": "707", "type": "Feature", "properties": {"id": "uw61336631", "mag": 1.27, "time": 1506980575160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.930333, 48.1035, -1.28]}, "bbox": [-121.930333, 48.1035, -121.930333, 48.1035]}, {"id": "708", "type": "Feature", "properties": {"id": "us2000aya0", "mag": 5.3, "time": 1506980277150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.7345, -19.4817, 10.0]}, "bbox": [167.7345, -19.4817, 167.7345, -19.4817]}, {"id": "709", "type": "Feature", "properties": {"id": "nc72903316", "mag": 1.65, "time": 1506979898940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.824833, 2.33]}, "bbox": [-122.802, 38.824833, -122.802, 38.824833]}, {"id": "710", "type": "Feature", "properties": {"id": "nc72903311", "mag": 1.09, "time": 1506979301540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.531667, 37.139833, 8.93]}, "bbox": [-121.531667, 37.139833, -121.531667, 37.139833]}, {"id": "711", "type": "Feature", "properties": {"id": "nc72903306", "mag": 1.08, "time": 1506978484410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.444667, 36.959667, 6.72]}, "bbox": [-121.444667, 36.959667, -121.444667, 36.959667]}, {"id": "712", "type": "Feature", "properties": {"id": "nc72903301", "mag": 1.46, "time": 1506978005870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.351667, 39.5165, 4.32]}, "bbox": [-123.351667, 39.5165, -123.351667, 39.5165]}, {"id": "713", "type": "Feature", "properties": {"id": "mb80258889", "mag": 2.36, "time": 1506975888040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9055, 47.358667, 13.73]}, "bbox": [-113.9055, 47.358667, -113.9055, 47.358667]}, {"id": "714", "type": "Feature", "properties": {"id": "nc72903286", "mag": 0.97, "time": 1506975385450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.590333, 0.28]}, "bbox": [-118.946833, 37.590333, -118.946833, 37.590333]}, {"id": "715", "type": "Feature", "properties": {"id": "ci38017200", "mag": 0.96, "time": 1506974805670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.503167, 33.8695, -0.36]}, "bbox": [-117.503167, 33.8695, -117.503167, 33.8695]}, {"id": "716", "type": "Feature", "properties": {"id": "us2000axzc", "mag": 2.8, "time": 1506974101570, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-102.3612, 35.5909, 5.45]}, "bbox": [-102.3612, 35.5909, -102.3612, 35.5909]}, {"id": "717", "type": "Feature", "properties": {"id": "nc72903271", "mag": 2.25, "time": 1506973045100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609167, 36.880667, 6.31]}, "bbox": [-121.609167, 36.880667, -121.609167, 36.880667]}, {"id": "718", "type": "Feature", "properties": {"id": "mb80258884", "mag": 1.4, "time": 1506972979050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5355, 46.8805, 12.28]}, "bbox": [-112.5355, 46.8805, -112.5355, 46.8805]}, {"id": "719", "type": "Feature", "properties": {"id": "nc72903261", "mag": 1.85, "time": 1506971674240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831833, 37.455667, 1.78]}, "bbox": [-118.831833, 37.455667, -118.831833, 37.455667]}, {"id": "720", "type": "Feature", "properties": {"id": "ci38017136", "mag": 1.08, "time": 1506971129830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.192, 34.993167, -0.84]}, "bbox": [-118.192, 34.993167, -118.192, 34.993167]}, {"id": "721", "type": "Feature", "properties": {"id": "mb80258874", "mag": 1.49, "time": 1506970982010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4715, 45.995667, -2.0]}, "bbox": [-112.4715, 45.995667, -112.4715, 45.995667]}, {"id": "722", "type": "Feature", "properties": {"id": "ci38017120", "mag": 0.99, "time": 1506970881590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.649167, 35.932833, 2.94]}, "bbox": [-117.649167, 35.932833, -117.649167, 35.932833]}, {"id": "723", "type": "Feature", "properties": {"id": "nc72903251", "mag": 1.78, "time": 1506970847010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.308833, 40.750667, -0.79]}, "bbox": [-122.308833, 40.750667, -122.308833, 40.750667]}, {"id": "724", "type": "Feature", "properties": {"id": "nc72903246", "mag": 1.41, "time": 1506970631190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.932667, 35.639, 4.96]}, "bbox": [-120.932667, 35.639, -120.932667, 35.639]}, {"id": "725", "type": "Feature", "properties": {"id": "nc72903241", "mag": 1.21, "time": 1506970286520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.679167, 38.533833, 5.88]}, "bbox": [-122.679167, 38.533833, -122.679167, 38.533833]}, {"id": "726", "type": "Feature", "properties": {"id": "ci38017104", "mag": 1.66, "time": 1506970188840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.133167, 34.279, 6.09]}, "bbox": [-117.133167, 34.279, -117.133167, 34.279]}, {"id": "727", "type": "Feature", "properties": {"id": "us2000axxi", "mag": 4.6, "time": 1506969995010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [102.3915, -7.056, 10.0]}, "bbox": [102.3915, -7.056, 102.3915, -7.056]}, {"id": "728", "type": "Feature", "properties": {"id": "mb80258869", "mag": 1.46, "time": 1506969854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.87, 10.71]}, "bbox": [-112.523167, 46.87, -112.523167, 46.87]}, {"id": "729", "type": "Feature", "properties": {"id": "ci38017064", "mag": 1.26, "time": 1506968962060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623333, 33.912167, 10.5]}, "bbox": [-118.623333, 33.912167, -118.623333, 33.912167]}, {"id": "730", "type": "Feature", "properties": {"id": "nc72903226", "mag": 0.96, "time": 1506968036980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.530667, 2.11]}, "bbox": [-118.880333, 37.530667, -118.880333, 37.530667]}, {"id": "731", "type": "Feature", "properties": {"id": "us2000axwl", "mag": 4.6, "time": 1506968031500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.5291, 21.4218, 96.74]}, "bbox": [94.5291, 21.4218, 94.5291, 21.4218]}, {"id": "732", "type": "Feature", "properties": {"id": "nc72904986", "mag": 1.14, "time": 1506968001000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.718167, 40.935167, 12.07]}, "bbox": [-121.718167, 40.935167, -121.718167, 40.935167]}, {"id": "733", "type": "Feature", "properties": {"id": "ak16988088", "mag": 2.2, "time": 1506967247502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9366, 59.642, 98.9]}, "bbox": [-152.9366, 59.642, -152.9366, 59.642]}, {"id": "734", "type": "Feature", "properties": {"id": "nn00607868", "mag": 1.0, "time": 1506966403731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4944, 37.2386, 0.0]}, "bbox": [-115.4944, 37.2386, -115.4944, 37.2386]}, {"id": "735", "type": "Feature", "properties": {"id": "nc72903211", "mag": 0.98, "time": 1506965951300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.457667, 1.76]}, "bbox": [-118.833, 37.457667, -118.833, 37.457667]}, {"id": "736", "type": "Feature", "properties": {"id": "ci37167228", "mag": 1.57, "time": 1506964185870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4615, 34.328667, 3.74]}, "bbox": [-116.4615, 34.328667, -116.4615, 34.328667]}, {"id": "737", "type": "Feature", "properties": {"id": "ci38016984", "mag": 1.25, "time": 1506964183390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.466833, 34.3255, 4.39]}, "bbox": [-116.466833, 34.3255, -116.466833, 34.3255]}, {"id": "738", "type": "Feature", "properties": {"id": "nc72903196", "mag": 1.36, "time": 1506963756010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.456667, 2.57]}, "bbox": [-118.827833, 37.456667, -118.827833, 37.456667]}, {"id": "739", "type": "Feature", "properties": {"id": "mb80258854", "mag": 1.03, "time": 1506962682500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.8625, 13.48]}, "bbox": [-112.528667, 46.8625, -112.528667, 46.8625]}, {"id": "740", "type": "Feature", "properties": {"id": "nc72903176", "mag": 1.21, "time": 1506962394170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827833, 37.457167, 2.28]}, "bbox": [-118.827833, 37.457167, -118.827833, 37.457167]}, {"id": "741", "type": "Feature", "properties": {"id": "nc72903166", "mag": 1.88, "time": 1506961834060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827167, 37.4555, 1.91]}, "bbox": [-118.827167, 37.4555, -118.827167, 37.4555]}, {"id": "742", "type": "Feature", "properties": {"id": "nc72903156", "mag": 1.69, "time": 1506961396620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8265, 37.456333, 2.16]}, "bbox": [-118.8265, 37.456333, -118.8265, 37.456333]}, {"id": "743", "type": "Feature", "properties": {"id": "nc72903146", "mag": 3.02, "time": 1506961086740, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829, 37.453667, 2.61]}, "bbox": [-118.829, 37.453667, -118.829, 37.453667]}, {"id": "744", "type": "Feature", "properties": {"id": "ci38016888", "mag": 1.17, "time": 1506960224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0325, 33.879333, -0.97]}, "bbox": [-117.0325, 33.879333, -117.0325, 33.879333]}, {"id": "745", "type": "Feature", "properties": {"id": "nc72903131", "mag": 1.08, "time": 1506959715450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.371333, 35.706833, 1.86]}, "bbox": [-120.371333, 35.706833, -120.371333, 35.706833]}, {"id": "746", "type": "Feature", "properties": {"id": "ak16988071", "mag": 1.4, "time": 1506959208997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9837, 67.1697, 0.0]}, "bbox": [-142.9837, 67.1697, -142.9837, 67.1697]}, {"id": "747", "type": "Feature", "properties": {"id": "nn00607854", "mag": 1.7, "time": 1506958960926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.8425, 36.5559, 8.1]}, "bbox": [-113.8425, 36.5559, -113.8425, 36.5559]}, {"id": "748", "type": "Feature", "properties": {"id": "uu60250907", "mag": 2.05, "time": 1506957621760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.546333, 7.87]}, "bbox": [-111.4145, 42.546333, -111.4145, 42.546333]}, {"id": "749", "type": "Feature", "properties": {"id": "nc72903111", "mag": 1.41, "time": 1506957279300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.997333, 36.462667, 5.69]}, "bbox": [-120.997333, 36.462667, -120.997333, 36.462667]}, {"id": "750", "type": "Feature", "properties": {"id": "nm60207666", "mag": 2.19, "time": 1506957159610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.8025, 36.5505, 12.47]}, "bbox": [-89.8025, 36.5505, -89.8025, 36.5505]}, {"id": "751", "type": "Feature", "properties": {"id": "ak16988065", "mag": 2.7, "time": 1506956391417, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8151, 61.2492, 19.9]}, "bbox": [-146.8151, 61.2492, -146.8151, 61.2492]}, {"id": "752", "type": "Feature", "properties": {"id": "mb80258839", "mag": 1.19, "time": 1506955175250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.870333, 10.04]}, "bbox": [-112.526167, 46.870333, -112.526167, 46.870333]}, {"id": "753", "type": "Feature", "properties": {"id": "us2000axtv", "mag": 4.7, "time": 1506953290020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.1289, 2.6798, 25.66]}, "bbox": [127.1289, 2.6798, 127.1289, 2.6798]}, {"id": "754", "type": "Feature", "properties": {"id": "nc72903096", "mag": 1.04, "time": 1506952925800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.513833, 8.22]}, "bbox": [-118.822667, 37.513833, -118.822667, 37.513833]}, {"id": "755", "type": "Feature", "properties": {"id": "ak16987055", "mag": 1.1, "time": 1506952513029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2609, 64.6409, 14.4]}, "bbox": [-149.2609, 64.6409, -149.2609, 64.6409]}, {"id": "756", "type": "Feature", "properties": {"id": "nc72903081", "mag": 1.18, "time": 1506950851670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751663, 38.832832, 0.68]}, "bbox": [-122.751663, 38.832832, -122.751663, 38.832832]}, {"id": "757", "type": "Feature", "properties": {"id": "us2000axtl", "mag": 4.7, "time": 1506950716850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6372, 28.6895, 10.0]}, "bbox": [51.6372, 28.6895, 51.6372, 28.6895]}, {"id": "758", "type": "Feature", "properties": {"id": "mb80258829", "mag": 1.08, "time": 1506950613020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.868167, 9.75]}, "bbox": [-112.524667, 46.868167, -112.524667, 46.868167]}, {"id": "759", "type": "Feature", "properties": {"id": "mb80258824", "mag": 1.16, "time": 1506950147300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.866667, 11.08]}, "bbox": [-112.523333, 46.866667, -112.523333, 46.866667]}, {"id": "760", "type": "Feature", "properties": {"id": "uu60250902", "mag": 1.34, "time": 1506949268120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.084, 44.7795, 11.23]}, "bbox": [-111.084, 44.7795, -111.084, 44.7795]}, {"id": "761", "type": "Feature", "properties": {"id": "mb80258814", "mag": 1.19, "time": 1506949148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.855833, 14.0]}, "bbox": [-112.527333, 46.855833, -112.527333, 46.855833]}, {"id": "762", "type": "Feature", "properties": {"id": "hv61929981", "mag": 2.4, "time": 1506948942340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.592667, 19.465333, 0.033]}, "bbox": [-155.592667, 19.465333, -155.592667, 19.465333]}, {"id": "763", "type": "Feature", "properties": {"id": "us2000axsh", "mag": 2.6, "time": 1506947996150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5037, 36.2851, 3.93]}, "bbox": [-97.5037, 36.2851, -97.5037, 36.2851]}, {"id": "764", "type": "Feature", "properties": {"id": "mb80258799", "mag": 1.69, "time": 1506947507620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.869833, 10.17]}, "bbox": [-112.527833, 46.869833, -112.527833, 46.869833]}, {"id": "765", "type": "Feature", "properties": {"id": "ak16987046", "mag": 1.5, "time": 1506947130357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1189, 63.1205, 16.2]}, "bbox": [-151.1189, 63.1205, -151.1189, 63.1205]}, {"id": "766", "type": "Feature", "properties": {"id": "nc72903071", "mag": 1.5, "time": 1506946592080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.885667, 36.3165, 6.48]}, "bbox": [-120.885667, 36.3165, -120.885667, 36.3165]}, {"id": "767", "type": "Feature", "properties": {"id": "us2000axs4", "mag": 4.3, "time": 1506946114440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-61.2682, 13.209, 136.91]}, "bbox": [-61.2682, 13.209, -61.2682, 13.209]}, {"id": "768", "type": "Feature", "properties": {"id": "us2000axsa", "mag": 4.3, "time": 1506945001990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.4854, -37.3176, 354.86]}, "bbox": [176.4854, -37.3176, 176.4854, -37.3176]}, {"id": "769", "type": "Feature", "properties": {"id": "mb80258789", "mag": 2.2, "time": 1506944699010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533, 46.869833, 13.3]}, "bbox": [-112.533, 46.869833, -112.533, 46.869833]}, {"id": "770", "type": "Feature", "properties": {"id": "uu60250897", "mag": 1.6, "time": 1506943796070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.218667, 42.571667, 3.5]}, "bbox": [-111.218667, 42.571667, -111.218667, 42.571667]}, {"id": "771", "type": "Feature", "properties": {"id": "ak16986042", "mag": 1.3, "time": 1506943225411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.912, 63.0196, 66.0]}, "bbox": [-149.912, 63.0196, -149.912, 63.0196]}, {"id": "772", "type": "Feature", "properties": {"id": "ak16986039", "mag": 1.4, "time": 1506941366267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.3257, 63.3321, 6.7]}, "bbox": [-145.3257, 63.3321, -145.3257, 63.3321]}, {"id": "773", "type": "Feature", "properties": {"id": "ci38016776", "mag": 1.44, "time": 1506940900650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.510667, 34.2985, 9.93]}, "bbox": [-118.510667, 34.2985, -118.510667, 34.2985]}, {"id": "774", "type": "Feature", "properties": {"id": "hv61929926", "mag": 2.13, "time": 1506940825170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.524002, 19.919001, 20.11]}, "bbox": [-155.524002, 19.919001, -155.524002, 19.919001]}, {"id": "775", "type": "Feature", "properties": {"id": "mb80258769", "mag": 1.48, "time": 1506940203900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 46.119833, 6.0]}, "bbox": [-110.33, 46.119833, -110.33, 46.119833]}, {"id": "776", "type": "Feature", "properties": {"id": "us2000axrm", "mag": 4.9, "time": 1506939736050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.2184, 12.3486, 35.55]}, "bbox": [-88.2184, 12.3486, -88.2184, 12.3486]}, {"id": "777", "type": "Feature", "properties": {"id": "ci38016768", "mag": 1.12, "time": 1506938746370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.067167, 34.208333, 2.04]}, "bbox": [-117.067167, 34.208333, -117.067167, 34.208333]}, {"id": "778", "type": "Feature", "properties": {"id": "ci38016760", "mag": 1.75, "time": 1506938502900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064833, 34.207833, 2.06]}, "bbox": [-117.064833, 34.207833, -117.064833, 34.207833]}, {"id": "779", "type": "Feature", "properties": {"id": "nc72903041", "mag": 1.87, "time": 1506938425810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.908833, 36.368667, 8.8]}, "bbox": [-120.908833, 36.368667, -120.908833, 36.368667]}, {"id": "780", "type": "Feature", "properties": {"id": "ak16985035", "mag": 1.7, "time": 1506938303105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1495, 63.1057, 3.5]}, "bbox": [-152.1495, 63.1057, -152.1495, 63.1057]}, {"id": "781", "type": "Feature", "properties": {"id": "ci38016752", "mag": 1.08, "time": 1506938024070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448833, 33.481, 8.33]}, "bbox": [-116.448833, 33.481, -116.448833, 33.481]}, {"id": "782", "type": "Feature", "properties": {"id": "ak16985032", "mag": 1.1, "time": 1506937259442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8806, 64.6842, 6.7]}, "bbox": [-146.8806, 64.6842, -146.8806, 64.6842]}, {"id": "783", "type": "Feature", "properties": {"id": "nm60207636", "mag": 1.71, "time": 1506936707930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.1365, 35.88, 10.55]}, "bbox": [-90.1365, 35.88, -90.1365, 35.88]}, {"id": "784", "type": "Feature", "properties": {"id": "uu60250892", "mag": 1.5, "time": 1506936161680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.480833, 42.384833, 5.67]}, "bbox": [-111.480833, 42.384833, -111.480833, 42.384833]}, {"id": "785", "type": "Feature", "properties": {"id": "mb80258764", "mag": 2.37, "time": 1506936112630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534333, 46.8675, 13.36]}, "bbox": [-112.534333, 46.8675, -112.534333, 46.8675]}, {"id": "786", "type": "Feature", "properties": {"id": "mb80258759", "mag": 3.08, "time": 1506934838560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529167, 46.872333, 11.44]}, "bbox": [-112.529167, 46.872333, -112.529167, 46.872333]}, {"id": "787", "type": "Feature", "properties": {"id": "ci38016728", "mag": 1.01, "time": 1506934828760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.065667, 34.2065, 1.91]}, "bbox": [-117.065667, 34.2065, -117.065667, 34.2065]}, {"id": "788", "type": "Feature", "properties": {"id": "us2000axr0", "mag": 4.3, "time": 1506933668380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8824, 16.708, 65.53]}, "bbox": [-94.8824, 16.708, -94.8824, 16.708]}, {"id": "789", "type": "Feature", "properties": {"id": "ci37398445", "mag": 0.97, "time": 1506933339570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.460667, 34.332333, 5.88]}, "bbox": [-116.460667, 34.332333, -116.460667, 34.332333]}, {"id": "790", "type": "Feature", "properties": {"id": "nc72903031", "mag": 1.45, "time": 1506933218670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812667, 38.805, 2.29]}, "bbox": [-122.812667, 38.805, -122.812667, 38.805]}, {"id": "791", "type": "Feature", "properties": {"id": "us2000b0e8", "mag": 1.4, "time": 1506931958320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.32, 43.6653, 7.15]}, "bbox": [-71.32, 43.6653, -71.32, 43.6653]}, {"id": "792", "type": "Feature", "properties": {"id": "uu60250882", "mag": 1.44, "time": 1506931830720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4165, 42.520333, 8.15]}, "bbox": [-111.4165, 42.520333, -111.4165, 42.520333]}, {"id": "793", "type": "Feature", "properties": {"id": "uu60250877", "mag": 1.13, "time": 1506930804620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414333, 42.544333, 7.62]}, "bbox": [-111.414333, 42.544333, -111.414333, 42.544333]}, {"id": "794", "type": "Feature", "properties": {"id": "ci38016688", "mag": 1.28, "time": 1506929655950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.003333, 33.1775, 4.99]}, "bbox": [-116.003333, 33.1775, -116.003333, 33.1775]}, {"id": "795", "type": "Feature", "properties": {"id": "ak16985021", "mag": 2.3, "time": 1506927665686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5448, 63.1998, 0.0]}, "bbox": [-151.5448, 63.1998, -151.5448, 63.1998]}, {"id": "796", "type": "Feature", "properties": {"id": "ak16985020", "mag": 1.7, "time": 1506927499500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4204, 67.3068, 0.0]}, "bbox": [-155.4204, 67.3068, -155.4204, 67.3068]}, {"id": "797", "type": "Feature", "properties": {"id": "mb80258749", "mag": 1.94, "time": 1506926930660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.874, 11.51]}, "bbox": [-112.523333, 46.874, -112.523333, 46.874]}, {"id": "798", "type": "Feature", "properties": {"id": "ak16985018", "mag": 1.1, "time": 1506926698712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.829, 65.5759, 9.2]}, "bbox": [-148.829, 65.5759, -148.829, 65.5759]}, {"id": "799", "type": "Feature", "properties": {"id": "hv61929841", "mag": 1.98, "time": 1506926298850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.412338, 19.245501, 33.84]}, "bbox": [-155.412338, 19.245501, -155.412338, 19.245501]}, {"id": "800", "type": "Feature", "properties": {"id": "se60045313", "mag": 1.9, "time": 1506925923790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.894667, 34.9895, 0.16]}, "bbox": [-82.894667, 34.9895, -82.894667, 34.9895]}, {"id": "801", "type": "Feature", "properties": {"id": "ak16984019", "mag": 1.1, "time": 1506925731082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5467, 65.155, 3.8]}, "bbox": [-148.5467, 65.155, -148.5467, 65.155]}, {"id": "802", "type": "Feature", "properties": {"id": "mb80258744", "mag": 1.32, "time": 1506925562230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.867167, 11.58]}, "bbox": [-112.528833, 46.867167, -112.528833, 46.867167]}, {"id": "803", "type": "Feature", "properties": {"id": "ci38016672", "mag": 0.97, "time": 1506925004450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.422833, 33.04, 10.21]}, "bbox": [-116.422833, 33.04, -116.422833, 33.04]}, {"id": "804", "type": "Feature", "properties": {"id": "ak16984018", "mag": 1.4, "time": 1506924871383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2817, 61.9608, 23.3]}, "bbox": [-150.2817, 61.9608, -150.2817, 61.9608]}, {"id": "805", "type": "Feature", "properties": {"id": "uu60250872", "mag": 1.58, "time": 1506924776930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.033833, 38.600333, 7.01]}, "bbox": [-112.033833, 38.600333, -112.033833, 38.600333]}, {"id": "806", "type": "Feature", "properties": {"id": "ak16984009", "mag": 3.0, "time": 1506924381290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1032, 58.7701, 99.0]}, "bbox": [-154.1032, 58.7701, -154.1032, 58.7701]}, {"id": "807", "type": "Feature", "properties": {"id": "uu60250867", "mag": 1.58, "time": 1506924167170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409667, 42.562167, 7.8]}, "bbox": [-111.409667, 42.562167, -111.409667, 42.562167]}, {"id": "808", "type": "Feature", "properties": {"id": "us2000axq4", "mag": 4.2, "time": 1506924037060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3565, -41.7636, 24.13]}, "bbox": [174.3565, -41.7636, 174.3565, -41.7636]}, {"id": "809", "type": "Feature", "properties": {"id": "ci38016664", "mag": 1.49, "time": 1506923205850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.589167, 32.780833, 12.71]}, "bbox": [-116.589167, 32.780833, -116.589167, 32.780833]}, {"id": "810", "type": "Feature", "properties": {"id": "ci38016656", "mag": 2.39, "time": 1506923145240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.009833, 33.179833, 9.12]}, "bbox": [-116.009833, 33.179833, -116.009833, 33.179833]}, {"id": "811", "type": "Feature", "properties": {"id": "us2000axq3", "mag": 4.7, "time": 1506923126070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4587, -21.8514, 582.95]}, "bbox": [-179.4587, -21.8514, -179.4587, -21.8514]}, {"id": "812", "type": "Feature", "properties": {"id": "ci38016648", "mag": 2.46, "time": 1506922959220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.010167, 33.179, 8.89]}, "bbox": [-116.010167, 33.179, -116.010167, 33.179]}, {"id": "813", "type": "Feature", "properties": {"id": "uw61336471", "mag": 3.25, "time": 1506922219710, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8935, 47.887833, 54.22]}, "bbox": [-122.8935, 47.887833, -122.8935, 47.887833]}, {"id": "814", "type": "Feature", "properties": {"id": "nm60207631", "mag": 1.51, "time": 1506922179830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.527833, 36.243667, 7.74]}, "bbox": [-89.527833, 36.243667, -89.527833, 36.243667]}, {"id": "815", "type": "Feature", "properties": {"id": "nn00607885", "mag": 1.0, "time": 1506921346217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0518, 37.0814, 8.8]}, "bbox": [-117.0518, 37.0814, -117.0518, 37.0814]}, {"id": "816", "type": "Feature", "properties": {"id": "us2000axpv", "mag": 4.8, "time": 1506921205270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [72.4324, 38.1132, 115.18]}, "bbox": [72.4324, 38.1132, 72.4324, 38.1132]}, {"id": "817", "type": "Feature", "properties": {"id": "ak16983007", "mag": 1.4, "time": 1506919945331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5212, 66.5767, 2.8]}, "bbox": [-147.5212, 66.5767, -147.5212, 66.5767]}, {"id": "818", "type": "Feature", "properties": {"id": "nc72902986", "mag": 1.91, "time": 1506919685230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.524833, 35.967333, 10.71]}, "bbox": [-120.524833, 35.967333, -120.524833, 35.967333]}, {"id": "819", "type": "Feature", "properties": {"id": "us2000axpm", "mag": 2.2, "time": 1506919604410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5118, 36.9048, 4.52]}, "bbox": [-97.5118, 36.9048, -97.5118, 36.9048]}, {"id": "820", "type": "Feature", "properties": {"id": "uw61336446", "mag": 1.27, "time": 1506919122930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.245667, 46.345833, 7.97]}, "bbox": [-122.245667, 46.345833, -122.245667, 46.345833]}, {"id": "821", "type": "Feature", "properties": {"id": "ci38016584", "mag": 2.31, "time": 1506918555650, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.500167, 5.3]}, "bbox": [-116.7985, 33.500167, -116.7985, 33.500167]}, {"id": "822", "type": "Feature", "properties": {"id": "uu60250862", "mag": 1.41, "time": 1506917347110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411167, 42.640167, -1.04]}, "bbox": [-111.411167, 42.640167, -111.411167, 42.640167]}, {"id": "823", "type": "Feature", "properties": {"id": "ci38016576", "mag": 1.0, "time": 1506916919110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.43, 33.028833, 3.21]}, "bbox": [-116.43, 33.028833, -116.43, 33.028833]}, {"id": "824", "type": "Feature", "properties": {"id": "ci38016568", "mag": 1.08, "time": 1506916645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.048333, 33.2415, 5.47]}, "bbox": [-116.048333, 33.2415, -116.048333, 33.2415]}, {"id": "825", "type": "Feature", "properties": {"id": "uu60250857", "mag": 1.42, "time": 1506916237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446167, 42.608333, 6.68]}, "bbox": [-111.446167, 42.608333, -111.446167, 42.608333]}, {"id": "826", "type": "Feature", "properties": {"id": "ci38016552", "mag": 1.32, "time": 1506915577280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.482167, 35.754, 3.27]}, "bbox": [-118.482167, 35.754, -118.482167, 35.754]}, {"id": "827", "type": "Feature", "properties": {"id": "hv61929701", "mag": 2.26, "time": 1506915466040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.021835, 19.397499, 0.02]}, "bbox": [-155.021835, 19.397499, -155.021835, 19.397499]}, {"id": "828", "type": "Feature", "properties": {"id": "us2000axp9", "mag": 2.5, "time": 1506915178660, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5196, 36.2819, 4.38]}, "bbox": [-97.5196, 36.2819, -97.5196, 36.2819]}, {"id": "829", "type": "Feature", "properties": {"id": "ak16982006", "mag": 3.4, "time": 1506913363596, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9176, 55.7636, 20.8]}, "bbox": [-154.9176, 55.7636, -154.9176, 55.7636]}, {"id": "830", "type": "Feature", "properties": {"id": "us2000axp5", "mag": 2.7, "time": 1506913350820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5073, 46.8582, 10.64]}, "bbox": [-112.5073, 46.8582, -112.5073, 46.8582]}, {"id": "831", "type": "Feature", "properties": {"id": "mb80258724", "mag": 1.27, "time": 1506912496350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.017333, 44.484667, 7.23]}, "bbox": [-113.017333, 44.484667, -113.017333, 44.484667]}, {"id": "832", "type": "Feature", "properties": {"id": "nc72902956", "mag": 1.67, "time": 1506912463450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4705, 40.704167, 17.1]}, "bbox": [-122.4705, 40.704167, -122.4705, 40.704167]}, {"id": "833", "type": "Feature", "properties": {"id": "uu60250847", "mag": 1.01, "time": 1506911908120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.516667, 6.74]}, "bbox": [-111.418333, 42.516667, -111.418333, 42.516667]}, {"id": "834", "type": "Feature", "properties": {"id": "ak16982001", "mag": 1.1, "time": 1506909373983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8167, 61.2439, 26.6]}, "bbox": [-146.8167, 61.2439, -146.8167, 61.2439]}, {"id": "835", "type": "Feature", "properties": {"id": "uu60250837", "mag": 1.18, "time": 1506909364560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411833, 42.520667, 7.35]}, "bbox": [-111.411833, 42.520667, -111.411833, 42.520667]}, {"id": "836", "type": "Feature", "properties": {"id": "mb80258714", "mag": 1.56, "time": 1506908562340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523167, 46.872833, 12.04]}, "bbox": [-112.523167, 46.872833, -112.523167, 46.872833]}, {"id": "837", "type": "Feature", "properties": {"id": "ak16981996", "mag": 1.3, "time": 1506908205944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5285, 63.1691, 0.0]}, "bbox": [-151.5285, 63.1691, -151.5285, 63.1691]}, {"id": "838", "type": "Feature", "properties": {"id": "ak16982000", "mag": 1.4, "time": 1506908156528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6012, 59.5948, 56.3]}, "bbox": [-151.6012, 59.5948, -151.6012, 59.5948]}, {"id": "839", "type": "Feature", "properties": {"id": "us2000axnx", "mag": 2.6, "time": 1506907742490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4159, 42.5178, 6.97]}, "bbox": [-111.4159, 42.5178, -111.4159, 42.5178]}, {"id": "840", "type": "Feature", "properties": {"id": "ak16981992", "mag": 1.8, "time": 1506907678571, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2312, 63.3329, 7.3]}, "bbox": [-145.2312, 63.3329, -145.2312, 63.3329]}, {"id": "841", "type": "Feature", "properties": {"id": "nc72902936", "mag": 1.52, "time": 1506905787330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.426, 38.404, 7.4]}, "bbox": [-122.426, 38.404, -122.426, 38.404]}, {"id": "842", "type": "Feature", "properties": {"id": "uu60250827", "mag": 1.35, "time": 1506905780190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4175, 42.518833, 6.5]}, "bbox": [-111.4175, 42.518833, -111.4175, 42.518833]}, {"id": "843", "type": "Feature", "properties": {"id": "uu60250822", "mag": 1.43, "time": 1506905571670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422333, 42.512667, 7.8]}, "bbox": [-111.422333, 42.512667, -111.422333, 42.512667]}, {"id": "844", "type": "Feature", "properties": {"id": "hv61929496", "mag": 1.71, "time": 1506905364520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.584503, 19.484333, 2.03]}, "bbox": [-155.584503, 19.484333, -155.584503, 19.484333]}, {"id": "845", "type": "Feature", "properties": {"id": "ak16981986", "mag": 1.5, "time": 1506903663272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7914, 61.5177, 34.2]}, "bbox": [-149.7914, 61.5177, -149.7914, 61.5177]}, {"id": "846", "type": "Feature", "properties": {"id": "ci38016496", "mag": 1.6, "time": 1506903468250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793667, 33.502333, 5.16]}, "bbox": [-116.793667, 33.502333, -116.793667, 33.502333]}, {"id": "847", "type": "Feature", "properties": {"id": "ci38016488", "mag": 1.3, "time": 1506903227250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5175, 34.2865, 7.02]}, "bbox": [-118.5175, 34.2865, -118.5175, 34.2865]}, {"id": "848", "type": "Feature", "properties": {"id": "nn00607841", "mag": 2.5, "time": 1506901760242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.7954, 37.1971, 7.1]}, "bbox": [-114.7954, 37.1971, -114.7954, 37.1971]}, {"id": "849", "type": "Feature", "properties": {"id": "nc72902911", "mag": 2.66, "time": 1506901676700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.506167, 40.3085, 21.45]}, "bbox": [-124.506167, 40.3085, -124.506167, 40.3085]}, {"id": "850", "type": "Feature", "properties": {"id": "ak16981979", "mag": 2.0, "time": 1506901404559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6022, 63.105, 120.0]}, "bbox": [-150.6022, 63.105, -150.6022, 63.105]}, {"id": "851", "type": "Feature", "properties": {"id": "ak16990868", "mag": 2.0, "time": 1506900397361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1198, 58.9916, 108.5]}, "bbox": [-154.1198, 58.9916, -154.1198, 58.9916]}, {"id": "852", "type": "Feature", "properties": {"id": "ak16980981", "mag": 1.3, "time": 1506899671796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.1479, 60.8928, 4.5]}, "bbox": [-138.1479, 60.8928, -138.1479, 60.8928]}, {"id": "853", "type": "Feature", "properties": {"id": "ci38016456", "mag": 1.6, "time": 1506899253540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2755, 33.976333, 5.3]}, "bbox": [-116.2755, 33.976333, -116.2755, 33.976333]}, {"id": "854", "type": "Feature", "properties": {"id": "nc72902901", "mag": 1.02, "time": 1506898875730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.816834, 1.1]}, "bbox": [-122.810165, 38.816834, -122.810165, 38.816834]}, {"id": "855", "type": "Feature", "properties": {"id": "mb80258679", "mag": 1.05, "time": 1506897817900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.891833, 12.84]}, "bbox": [-112.525833, 46.891833, -112.525833, 46.891833]}, {"id": "856", "type": "Feature", "properties": {"id": "ak16980976", "mag": 1.1, "time": 1506897164997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9167, 60.5402, 8.8]}, "bbox": [-141.9167, 60.5402, -141.9167, 60.5402]}, {"id": "857", "type": "Feature", "properties": {"id": "ak16980971", "mag": 1.8, "time": 1506896659586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1362, 61.9345, 11.0]}, "bbox": [-149.1362, 61.9345, -149.1362, 61.9345]}, {"id": "858", "type": "Feature", "properties": {"id": "ak16980968", "mag": 2.0, "time": 1506896402168, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9985, 65.5166, 15.0]}, "bbox": [-149.9985, 65.5166, -149.9985, 65.5166]}, {"id": "859", "type": "Feature", "properties": {"id": "ak16980965", "mag": 1.5, "time": 1506895579977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6538, 59.9364, 0.0]}, "bbox": [-139.6538, 59.9364, -139.6538, 59.9364]}, {"id": "860", "type": "Feature", "properties": {"id": "ci38016448", "mag": 1.52, "time": 1506895319020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.830833, 33.712, 16.9]}, "bbox": [-116.830833, 33.712, -116.830833, 33.712]}, {"id": "861", "type": "Feature", "properties": {"id": "ismpkansas70236163", "mag": 2.36, "time": 1506894257160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.905833, 36.996333, 9.62]}, "bbox": [-97.905833, 36.996333, -97.905833, 36.996333]}, {"id": "862", "type": "Feature", "properties": {"id": "ak16990861", "mag": 1.1, "time": 1506893923115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3425, 61.0789, 57.8]}, "bbox": [-150.3425, 61.0789, -150.3425, 61.0789]}, {"id": "863", "type": "Feature", "properties": {"id": "nn00607826", "mag": 1.4, "time": 1506893733690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6519, 39.1963, 5.8]}, "bbox": [-119.6519, 39.1963, -119.6519, 39.1963]}, {"id": "864", "type": "Feature", "properties": {"id": "ak16980964", "mag": 1.2, "time": 1506892711109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8709, 61.4311, 46.5]}, "bbox": [-149.8709, 61.4311, -149.8709, 61.4311]}, {"id": "865", "type": "Feature", "properties": {"id": "uw61336341", "mag": 1.82, "time": 1506892129610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.567667, 49.3235, -1.5]}, "bbox": [-120.567667, 49.3235, -120.567667, 49.3235]}, {"id": "866", "type": "Feature", "properties": {"id": "ak16990859", "mag": 1.9, "time": 1506891719402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8509, 57.8862, 54.2]}, "bbox": [-153.8509, 57.8862, -153.8509, 57.8862]}, {"id": "867", "type": "Feature", "properties": {"id": "ak16980963", "mag": 1.2, "time": 1506891059795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5477, 60.1976, 34.8]}, "bbox": [-149.5477, 60.1976, -149.5477, 60.1976]}, {"id": "868", "type": "Feature", "properties": {"id": "mb80258669", "mag": 1.06, "time": 1506890613170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515667, 46.8785, 11.55]}, "bbox": [-112.515667, 46.8785, -112.515667, 46.8785]}, {"id": "869", "type": "Feature", "properties": {"id": "ak16980956", "mag": 2.1, "time": 1506890459542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2618, 53.748, 49.3]}, "bbox": [-164.2618, 53.748, -164.2618, 53.748]}, {"id": "870", "type": "Feature", "properties": {"id": "ak16980945", "mag": 1.5, "time": 1506890359030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5485, 59.782, 2.5]}, "bbox": [-136.5485, 59.782, -136.5485, 59.782]}, {"id": "871", "type": "Feature", "properties": {"id": "ak16980939", "mag": 2.7, "time": 1506890337968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2691, 59.2151, 55.5]}, "bbox": [-152.2691, 59.2151, -152.2691, 59.2151]}, {"id": "872", "type": "Feature", "properties": {"id": "ak16980943", "mag": 2.0, "time": 1506890332904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1083, 61.5648, 11.6]}, "bbox": [-149.1083, 61.5648, -149.1083, 61.5648]}, {"id": "873", "type": "Feature", "properties": {"id": "us2000axlg", "mag": 2.5, "time": 1506890067740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7952, 35.9855, 3.13]}, "bbox": [-96.7952, 35.9855, -96.7952, 35.9855]}, {"id": "874", "type": "Feature", "properties": {"id": "nc72902871", "mag": 1.2, "time": 1506890044550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.619333, 36.969667, 5.21]}, "bbox": [-121.619333, 36.969667, -121.619333, 36.969667]}, {"id": "875", "type": "Feature", "properties": {"id": "ak16980936", "mag": 1.3, "time": 1506889965804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4052, 62.336, 46.1]}, "bbox": [-149.4052, 62.336, -149.4052, 62.336]}, {"id": "876", "type": "Feature", "properties": {"id": "ak16980933", "mag": 1.6, "time": 1506888599699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5246, 51.8512, 19.4]}, "bbox": [-174.5246, 51.8512, -174.5246, 51.8512]}, {"id": "877", "type": "Feature", "properties": {"id": "mb80258664", "mag": 1.08, "time": 1506888514540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.889833, 12.19]}, "bbox": [-112.525167, 46.889833, -112.525167, 46.889833]}, {"id": "878", "type": "Feature", "properties": {"id": "nc72902866", "mag": 1.72, "time": 1506888000180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3795, 40.710333, 18.86]}, "bbox": [-122.3795, 40.710333, -122.3795, 40.710333]}, {"id": "879", "type": "Feature", "properties": {"id": "us2000axkq", "mag": 3.3, "time": 1506887023210, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.4467, 36.1992, 5.42]}, "bbox": [-97.4467, 36.1992, -97.4467, 36.1992]}, {"id": "880", "type": "Feature", "properties": {"id": "us2000axkh", "mag": 4.4, "time": 1506885748640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3923, 15.6065, 68.63]}, "bbox": [-94.3923, 15.6065, -94.3923, 15.6065]}, {"id": "881", "type": "Feature", "properties": {"id": "us2000axkg", "mag": 4.7, "time": 1506885628670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [131.0709, 30.4016, 52.09]}, "bbox": [131.0709, 30.4016, 131.0709, 30.4016]}, {"id": "882", "type": "Feature", "properties": {"id": "nc72902851", "mag": 1.6, "time": 1506885379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806167, 38.816833, 2.01]}, "bbox": [-122.806167, 38.816833, -122.806167, 38.816833]}, {"id": "883", "type": "Feature", "properties": {"id": "ak16979941", "mag": 1.1, "time": 1506885213719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2184, 62.3649, 80.4]}, "bbox": [-151.2184, 62.3649, -151.2184, 62.3649]}, {"id": "884", "type": "Feature", "properties": {"id": "nc72902846", "mag": 1.16, "time": 1506883965960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.676, 37.612, 3.61]}, "bbox": [-121.676, 37.612, -121.676, 37.612]}, {"id": "885", "type": "Feature", "properties": {"id": "nn00607803", "mag": 1.2, "time": 1506883429003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7983, 37.0626, 0.0]}, "bbox": [-117.7983, 37.0626, -117.7983, 37.0626]}, {"id": "886", "type": "Feature", "properties": {"id": "ak16990850", "mag": 1.4, "time": 1506881346159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4695, 60.2829, 104.2]}, "bbox": [-152.4695, 60.2829, -152.4695, 60.2829]}, {"id": "887", "type": "Feature", "properties": {"id": "nc72902836", "mag": 1.01, "time": 1506881205680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.831833, 1.97]}, "bbox": [-122.800835, 38.831833, -122.800835, 38.831833]}, {"id": "888", "type": "Feature", "properties": {"id": "ak16979936", "mag": 1.1, "time": 1506880968876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7414, 62.1039, 54.0]}, "bbox": [-149.7414, 62.1039, -149.7414, 62.1039]}, {"id": "889", "type": "Feature", "properties": {"id": "nn00607807", "mag": 1.1, "time": 1506880810251, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1156, 38.2725, 9.6]}, "bbox": [-119.1156, 38.2725, -119.1156, 38.2725]}, {"id": "890", "type": "Feature", "properties": {"id": "hv61928951", "mag": 2.13, "time": 1506880210700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.408493, 19.198166, 32.85]}, "bbox": [-155.408493, 19.198166, -155.408493, 19.198166]}, {"id": "891", "type": "Feature", "properties": {"id": "nn00607796", "mag": 1.4, "time": 1506880150990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7769, 37.082, 5.7]}, "bbox": [-117.7769, 37.082, -117.7769, 37.082]}, {"id": "892", "type": "Feature", "properties": {"id": "ak16979932", "mag": 1.3, "time": 1506879650012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5344, 59.9497, 0.0]}, "bbox": [-139.5344, 59.9497, -139.5344, 59.9497]}, {"id": "893", "type": "Feature", "properties": {"id": "ak16979928", "mag": 1.4, "time": 1506878561352, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7881, 59.4532, 86.2]}, "bbox": [-152.7881, 59.4532, -152.7881, 59.4532]}, {"id": "894", "type": "Feature", "properties": {"id": "us2000axj4", "mag": 4.9, "time": 1506877281250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6588, -24.2867, 10.0]}, "bbox": [-115.6588, -24.2867, -115.6588, -24.2867]}, {"id": "895", "type": "Feature", "properties": {"id": "uw61336301", "mag": 1.08, "time": 1506877137600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.289333, 46.525667, 12.49]}, "bbox": [-123.289333, 46.525667, -123.289333, 46.525667]}, {"id": "896", "type": "Feature", "properties": {"id": "us2000axiu", "mag": 4.8, "time": 1506876485410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.1816, -45.7692, 10.0]}, "bbox": [-76.1816, -45.7692, -76.1816, -45.7692]}, {"id": "897", "type": "Feature", "properties": {"id": "nc72902831", "mag": 2.39, "time": 1506876142050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.5015, 0.38]}, "bbox": [-118.8365, 37.5015, -118.8365, 37.5015]}, {"id": "898", "type": "Feature", "properties": {"id": "ak16978937", "mag": 1.2, "time": 1506875682364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0123, 63.225, 1.0]}, "bbox": [-149.0123, 63.225, -149.0123, 63.225]}, {"id": "899", "type": "Feature", "properties": {"id": "ak16990844", "mag": 1.0, "time": 1506875638383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 60.399, 0.0]}, "bbox": [-141.3476, 60.399, -141.3476, 60.399]}, {"id": "900", "type": "Feature", "properties": {"id": "ak16978936", "mag": 1.3, "time": 1506875438694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1025, 62.0191, 64.1]}, "bbox": [-151.1025, 62.0191, -151.1025, 62.0191]}, {"id": "901", "type": "Feature", "properties": {"id": "ak16990842", "mag": 1.6, "time": 1506873845866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.7815, 51.9812, 27.7]}, "bbox": [-173.7815, 51.9812, -173.7815, 51.9812]}, {"id": "902", "type": "Feature", "properties": {"id": "ak16977948", "mag": 2.0, "time": 1506871550948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.142, 60.236, 132.6]}, "bbox": [-153.142, 60.236, -153.142, 60.236]}, {"id": "903", "type": "Feature", "properties": {"id": "us2000axi9", "mag": 4.2, "time": 1506870604300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8183, -18.2769, 600.28]}, "bbox": [-177.8183, -18.2769, -177.8183, -18.2769]}, {"id": "904", "type": "Feature", "properties": {"id": "nc72902801", "mag": 1.08, "time": 1506869234490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.736333, 37.427833, 11.17]}, "bbox": [-118.736333, 37.427833, -118.736333, 37.427833]}, {"id": "905", "type": "Feature", "properties": {"id": "nc72902796", "mag": 0.97, "time": 1506869005720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80983, 38.822666, 2.38]}, "bbox": [-122.80983, 38.822666, -122.80983, 38.822666]}, {"id": "906", "type": "Feature", "properties": {"id": "nc72902791", "mag": 1.02, "time": 1506868646100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.018, 37.4345, 4.76]}, "bbox": [-119.018, 37.4345, -119.018, 37.4345]}, {"id": "907", "type": "Feature", "properties": {"id": "us2000axi8", "mag": 4.5, "time": 1506868536330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.3426, 12.898, 30.37]}, "bbox": [92.3426, 12.898, 92.3426, 12.898]}, {"id": "908", "type": "Feature", "properties": {"id": "nc72902781", "mag": 1.48, "time": 1506867941180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.033833, 37.4125, 0.87]}, "bbox": [-119.033833, 37.4125, -119.033833, 37.4125]}, {"id": "909", "type": "Feature", "properties": {"id": "us2000axhz", "mag": 4.5, "time": 1506867628470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.306, 40.1598, 57.26]}, "bbox": [142.306, 40.1598, 142.306, 40.1598]}, {"id": "910", "type": "Feature", "properties": {"id": "uw61336271", "mag": 1.68, "time": 1506867619960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.078833, 44.103667, -0.53]}, "bbox": [-123.078833, 44.103667, -123.078833, 44.103667]}, {"id": "911", "type": "Feature", "properties": {"id": "ak16990839", "mag": 1.7, "time": 1506867169462, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3848, 56.4945, 79.4]}, "bbox": [-156.3848, 56.4945, -156.3848, 56.4945]}, {"id": "912", "type": "Feature", "properties": {"id": "us2000axhv", "mag": 5.0, "time": 1506866880330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5287, -22.8028, 10.0]}, "bbox": [-174.5287, -22.8028, -174.5287, -22.8028]}, {"id": "913", "type": "Feature", "properties": {"id": "ak16976960", "mag": 1.2, "time": 1506866784677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7487, 60.0824, 8.2]}, "bbox": [-140.7487, 60.0824, -140.7487, 60.0824]}, {"id": "914", "type": "Feature", "properties": {"id": "uu60250707", "mag": 2.06, "time": 1506866738590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.650333, 2.93]}, "bbox": [-111.447833, 42.650333, -111.447833, 42.650333]}, {"id": "915", "type": "Feature", "properties": {"id": "mb80258644", "mag": 1.07, "time": 1506866437550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.866, 11.8]}, "bbox": [-112.525833, 46.866, -112.525833, 46.866]}, {"id": "916", "type": "Feature", "properties": {"id": "hv61928751", "mag": 1.73, "time": 1506865813980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.633499, 19.408501, 4.16]}, "bbox": [-155.633499, 19.408501, -155.633499, 19.408501]}, {"id": "917", "type": "Feature", "properties": {"id": "ak16976951", "mag": 1.0, "time": 1506864160172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.909, 58.2689, 5.0]}, "bbox": [-154.909, 58.2689, -154.909, 58.2689]}, {"id": "918", "type": "Feature", "properties": {"id": "ak16976949", "mag": 1.0, "time": 1506864011046, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6138, 60.5977, 10.0]}, "bbox": [-141.6138, 60.5977, -141.6138, 60.5977]}, {"id": "919", "type": "Feature", "properties": {"id": "ak16990832", "mag": 1.4, "time": 1506863730810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1725, 60.1804, 135.1]}, "bbox": [-153.1725, 60.1804, -153.1725, 60.1804]}, {"id": "920", "type": "Feature", "properties": {"id": "ak16975974", "mag": 1.1, "time": 1506862307453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3672, 61.3015, 47.0]}, "bbox": [-150.3672, 61.3015, -150.3672, 61.3015]}, {"id": "921", "type": "Feature", "properties": {"id": "us2000axhf", "mag": 4.6, "time": 1506862144080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9129, 12.7332, 25.97]}, "bbox": [91.9129, 12.7332, 91.9129, 12.7332]}, {"id": "922", "type": "Feature", "properties": {"id": "ak16975970", "mag": 1.3, "time": 1506861392092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0328, 59.3749, 6.2]}, "bbox": [-157.0328, 59.3749, -157.0328, 59.3749]}, {"id": "923", "type": "Feature", "properties": {"id": "ak16975965", "mag": 1.4, "time": 1506860447567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3802, 59.7999, 122.7]}, "bbox": [-153.3802, 59.7999, -153.3802, 59.7999]}, {"id": "924", "type": "Feature", "properties": {"id": "ak16975961", "mag": 1.9, "time": 1506860241377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3702, 58.1855, 1.8]}, "bbox": [-155.3702, 58.1855, -155.3702, 58.1855]}, {"id": "925", "type": "Feature", "properties": {"id": "ci38016296", "mag": 0.97, "time": 1506860065660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200333, 33.034167, 6.74]}, "bbox": [-116.200333, 33.034167, -116.200333, 33.034167]}, {"id": "926", "type": "Feature", "properties": {"id": "nc72902736", "mag": 1.01, "time": 1506859858880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.812668, 3.13]}, "bbox": [-122.793999, 38.812668, -122.793999, 38.812668]}, {"id": "927", "type": "Feature", "properties": {"id": "ak16975960", "mag": 2.0, "time": 1506859830456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5366, 51.4282, 50.4]}, "bbox": [-175.5366, 51.4282, -175.5366, 51.4282]}, {"id": "928", "type": "Feature", "properties": {"id": "ak16974988", "mag": 1.1, "time": 1506859403703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7216, 57.888, 61.0]}, "bbox": [-153.7216, 57.888, -153.7216, 57.888]}, {"id": "929", "type": "Feature", "properties": {"id": "nn00607763", "mag": 2.0, "time": 1506858283945, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6834, 40.0949, 13.6]}, "bbox": [-119.6834, 40.0949, -119.6834, 40.0949]}, {"id": "930", "type": "Feature", "properties": {"id": "ak16974986", "mag": 1.5, "time": 1506857978595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6219, 59.7494, 10.6]}, "bbox": [-136.6219, 59.7494, -136.6219, 59.7494]}, {"id": "931", "type": "Feature", "properties": {"id": "ci38016272", "mag": 1.31, "time": 1506857701950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.46, 34.330833, 3.08]}, "bbox": [-116.46, 34.330833, -116.46, 34.330833]}, {"id": "932", "type": "Feature", "properties": {"id": "mb80258619", "mag": 1.22, "time": 1506857080460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.509667, 46.908167, 15.76]}, "bbox": [-112.509667, 46.908167, -112.509667, 46.908167]}, {"id": "933", "type": "Feature", "properties": {"id": "ak16974980", "mag": 2.0, "time": 1506856935435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4679, 51.6302, 13.1]}, "bbox": [-178.4679, 51.6302, -178.4679, 51.6302]}, {"id": "934", "type": "Feature", "properties": {"id": "ak16974977", "mag": 1.7, "time": 1506856591674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0171, 58.9928, 112.8]}, "bbox": [-154.0171, 58.9928, -154.0171, 58.9928]}, {"id": "935", "type": "Feature", "properties": {"id": "ak16990818", "mag": 1.6, "time": 1506856352544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6069, 60.035, 157.2]}, "bbox": [-153.6069, 60.035, -153.6069, 60.035]}, {"id": "936", "type": "Feature", "properties": {"id": "nc72902701", "mag": 1.04, "time": 1506856284600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.718, 38.742333, 1.86]}, "bbox": [-122.718, 38.742333, -122.718, 38.742333]}, {"id": "937", "type": "Feature", "properties": {"id": "ak16974975", "mag": 1.2, "time": 1506856083450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5011, 64.299, 14.0]}, "bbox": [-154.5011, 64.299, -154.5011, 64.299]}, {"id": "938", "type": "Feature", "properties": {"id": "ak16974972", "mag": 1.5, "time": 1506855936313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5182, 59.9216, 0.0]}, "bbox": [-139.5182, 59.9216, -139.5182, 59.9216]}, {"id": "939", "type": "Feature", "properties": {"id": "ci38016224", "mag": 1.28, "time": 1506855241040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.649, 12.54]}, "bbox": [-116.731167, 33.649, -116.731167, 33.649]}, {"id": "940", "type": "Feature", "properties": {"id": "ak16990815", "mag": 2.8, "time": 1506854643419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4705, 51.8814, 165.3]}, "bbox": [179.4705, 51.8814, 179.4705, 51.8814]}, {"id": "941", "type": "Feature", "properties": {"id": "hv61928636", "mag": 2.82, "time": 1506854300970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.485667, 20.355333, 14.282]}, "bbox": [-156.485667, 20.355333, -156.485667, 20.355333]}, {"id": "942", "type": "Feature", "properties": {"id": "ak16974969", "mag": 1.4, "time": 1506854297360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6332, 59.9863, 7.4]}, "bbox": [-148.6332, 59.9863, -148.6332, 59.9863]}, {"id": "943", "type": "Feature", "properties": {"id": "nc72902676", "mag": 1.69, "time": 1506853476410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.984, 37.5295, 2.12]}, "bbox": [-118.984, 37.5295, -118.984, 37.5295]}, {"id": "944", "type": "Feature", "properties": {"id": "ak16973994", "mag": 1.0, "time": 1506853292474, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0636, 62.2825, 41.1]}, "bbox": [-149.0636, 62.2825, -149.0636, 62.2825]}, {"id": "945", "type": "Feature", "properties": {"id": "nn00607794", "mag": 1.1, "time": 1506852962371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9213, 38.3646, 5.4]}, "bbox": [-118.9213, 38.3646, -118.9213, 38.3646]}, {"id": "946", "type": "Feature", "properties": {"id": "ci38016200", "mag": 1.06, "time": 1506852815200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791833, 33.502167, 4.66]}, "bbox": [-116.791833, 33.502167, -116.791833, 33.502167]}, {"id": "947", "type": "Feature", "properties": {"id": "us2000axgb", "mag": 5.1, "time": 1506852415110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6916, -24.4751, 87.71]}, "bbox": [-176.6916, -24.4751, -176.6916, -24.4751]}, {"id": "948", "type": "Feature", "properties": {"id": "ci38016192", "mag": 1.27, "time": 1506852211900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.464167, 36.311167, 0.93]}, "bbox": [-117.464167, 36.311167, -117.464167, 36.311167]}, {"id": "949", "type": "Feature", "properties": {"id": "ak16990809", "mag": 1.3, "time": 1506851397558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4428, 58.7981, 124.3]}, "bbox": [-154.4428, 58.7981, -154.4428, 58.7981]}, {"id": "950", "type": "Feature", "properties": {"id": "ak16973987", "mag": 1.3, "time": 1506850332700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1498, 59.6631, 104.2]}, "bbox": [-153.1498, 59.6631, -153.1498, 59.6631]}, {"id": "951", "type": "Feature", "properties": {"id": "nc72902646", "mag": 1.37, "time": 1506850223860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.452, 37.402167, 4.64]}, "bbox": [-118.452, 37.402167, -118.452, 37.402167]}, {"id": "952", "type": "Feature", "properties": {"id": "us2000axfz", "mag": 4.0, "time": 1506849733290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8612, 14.9405, 53.39]}, "bbox": [-93.8612, 14.9405, -93.8612, 14.9405]}, {"id": "953", "type": "Feature", "properties": {"id": "ak16973981", "mag": 1.6, "time": 1506849720561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2003, 60.1713, 129.2]}, "bbox": [-153.2003, 60.1713, -153.2003, 60.1713]}, {"id": "954", "type": "Feature", "properties": {"id": "ak16973012", "mag": 1.1, "time": 1506849332753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7558, 59.8604, 10.3]}, "bbox": [-136.7558, 59.8604, -136.7558, 59.8604]}, {"id": "955", "type": "Feature", "properties": {"id": "us2000axfu", "mag": 4.4, "time": 1506848263400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7814, 18.4858, 79.09]}, "bbox": [-67.7814, 18.4858, -67.7814, 18.4858]}, {"id": "956", "type": "Feature", "properties": {"id": "ci38016176", "mag": 1.75, "time": 1506848220800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.651333, 35.934333, 2.81]}, "bbox": [-117.651333, 35.934333, -117.651333, 35.934333]}, {"id": "957", "type": "Feature", "properties": {"id": "ci38016160", "mag": 1.37, "time": 1506846375610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.908333, 35.5955, 1.49]}, "bbox": [-116.908333, 35.5955, -116.908333, 35.5955]}, {"id": "958", "type": "Feature", "properties": {"id": "ak16990805", "mag": 2.5, "time": 1506845582617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.7071, 51.7987, 13.4]}, "bbox": [-169.7071, 51.7987, -169.7071, 51.7987]}, {"id": "959", "type": "Feature", "properties": {"id": "ak16972044", "mag": 1.1, "time": 1506843571095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 61.0501, 21.4]}, "bbox": [-150.4859, 61.0501, -150.4859, 61.0501]}, {"id": "960", "type": "Feature", "properties": {"id": "us2000axfi", "mag": 4.1, "time": 1506843463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.5019, -1.5006, 197.35]}, "bbox": [-77.5019, -1.5006, -77.5019, -1.5006]}, {"id": "961", "type": "Feature", "properties": {"id": "ak16972038", "mag": 1.5, "time": 1506842124989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6539, 62.7976, 71.1]}, "bbox": [-149.6539, 62.7976, -149.6539, 62.7976]}, {"id": "962", "type": "Feature", "properties": {"id": "ak16972036", "mag": 1.2, "time": 1506841940900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 61.6968, 61.0]}, "bbox": [-150.8258, 61.6968, -150.8258, 61.6968]}, {"id": "963", "type": "Feature", "properties": {"id": "mb80258604", "mag": 1.59, "time": 1506841735050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.459167, 46.866, 10.9]}, "bbox": [-112.459167, 46.866, -112.459167, 46.866]}, {"id": "964", "type": "Feature", "properties": {"id": "ci38016112", "mag": 1.44, "time": 1506840801230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2085, 34.452833, 11.88]}, "bbox": [-119.2085, 34.452833, -119.2085, 34.452833]}, {"id": "965", "type": "Feature", "properties": {"id": "ismpkansas70236143", "mag": 1.72, "time": 1506840567300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7785, 37.328333, 4.35]}, "bbox": [-97.7785, 37.328333, -97.7785, 37.328333]}, {"id": "966", "type": "Feature", "properties": {"id": "ak16990799", "mag": 1.1, "time": 1506840419377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7218, 59.2315, 9.7]}, "bbox": [-152.7218, 59.2315, -152.7218, 59.2315]}, {"id": "967", "type": "Feature", "properties": {"id": "ak16971064", "mag": 2.6, "time": 1506838204059, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5055, 59.3191, 8.4]}, "bbox": [-148.5055, 59.3191, -148.5055, 59.3191]}, {"id": "968", "type": "Feature", "properties": {"id": "us2000axek", "mag": 3.2, "time": 1506836917300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7711, 36.4532, 6.9]}, "bbox": [-98.7711, 36.4532, -98.7711, 36.4532]}, {"id": "969", "type": "Feature", "properties": {"id": "ak16970116", "mag": 2.7, "time": 1506836847043, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9474, 62.6019, 6.3]}, "bbox": [-152.9474, 62.6019, -152.9474, 62.6019]}, {"id": "970", "type": "Feature", "properties": {"id": "nc72902586", "mag": 1.42, "time": 1506836822020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604, 4.13]}, "bbox": [-118.8205, 37.604, -118.8205, 37.604]}, {"id": "971", "type": "Feature", "properties": {"id": "nc72902581", "mag": 1.71, "time": 1506836766960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.604333, 4.0]}, "bbox": [-118.8205, 37.604333, -118.8205, 37.604333]}, {"id": "972", "type": "Feature", "properties": {"id": "hv61928476", "mag": 1.81, "time": 1506836276760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.631836, 19.188999, 0.89]}, "bbox": [-155.631836, 19.188999, -155.631836, 19.188999]}, {"id": "973", "type": "Feature", "properties": {"id": "ak16970114", "mag": 1.3, "time": 1506835946408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.345, 60.1863, 0.0]}, "bbox": [-141.345, 60.1863, -141.345, 60.1863]}, {"id": "974", "type": "Feature", "properties": {"id": "uu60250622", "mag": 2.13, "time": 1506835247610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.578, 38.7305, -0.01]}, "bbox": [-112.578, 38.7305, -112.578, 38.7305]}, {"id": "975", "type": "Feature", "properties": {"id": "us2000axe4", "mag": 4.2, "time": 1506834536440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.1269, -6.2836, 59.98]}, "bbox": [146.1269, -6.2836, 146.1269, -6.2836]}, {"id": "976", "type": "Feature", "properties": {"id": "us2000axdz", "mag": 4.1, "time": 1506833874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.5987, 9.126, 39.13]}, "bbox": [-85.5987, 9.126, -85.5987, 9.126]}, {"id": "977", "type": "Feature", "properties": {"id": "ak16970083", "mag": 2.0, "time": 1506833288717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6914, 61.3678, 29.1]}, "bbox": [-149.6914, 61.3678, -149.6914, 61.3678]}, {"id": "978", "type": "Feature", "properties": {"id": "ak16969148", "mag": 1.9, "time": 1506832174570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9412, 51.6192, 50.9]}, "bbox": [-175.9412, 51.6192, -175.9412, 51.6192]}, {"id": "979", "type": "Feature", "properties": {"id": "ak16969146", "mag": 1.0, "time": 1506831622152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.577, 62.7735, 79.4]}, "bbox": [-150.577, 62.7735, -150.577, 62.7735]}, {"id": "980", "type": "Feature", "properties": {"id": "ci38016048", "mag": 1.04, "time": 1506831472900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.833167, 33.669167, 16.1]}, "bbox": [-116.833167, 33.669167, -116.833167, 33.669167]}, {"id": "981", "type": "Feature", "properties": {"id": "ci38016040", "mag": 1.1, "time": 1506831149410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.485, 36.3695, 1.6]}, "bbox": [-117.485, 36.3695, -117.485, 36.3695]}, {"id": "982", "type": "Feature", "properties": {"id": "mb80258549", "mag": 1.59, "time": 1506830710300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.889833, 13.14]}, "bbox": [-112.5235, 46.889833, -112.5235, 46.889833]}, {"id": "983", "type": "Feature", "properties": {"id": "hv61928346", "mag": 2.95, "time": 1506829826670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.095333, 19.715167, 33.794]}, "bbox": [-156.095333, 19.715167, -156.095333, 19.715167]}, {"id": "984", "type": "Feature", "properties": {"id": "ak16990790", "mag": 1.0, "time": 1506829471423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2898, 60.1429, 0.0]}, "bbox": [-141.2898, 60.1429, -141.2898, 60.1429]}, {"id": "985", "type": "Feature", "properties": {"id": "nc72902546", "mag": 1.45, "time": 1506828244030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 36.626, 8.14]}, "bbox": [-121.157167, 36.626, -121.157167, 36.626]}, {"id": "986", "type": "Feature", "properties": {"id": "mb80258544", "mag": 1.11, "time": 1506828010380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.871, 10.92]}, "bbox": [-112.526333, 46.871, -112.526333, 46.871]}, {"id": "987", "type": "Feature", "properties": {"id": "nc72902531", "mag": 1.44, "time": 1506827498200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.228833, 36.619333, 4.82]}, "bbox": [-121.228833, 36.619333, -121.228833, 36.619333]}, {"id": "988", "type": "Feature", "properties": {"id": "ak16968180", "mag": 2.0, "time": 1506827492404, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.739, 61.1833, 86.4]}, "bbox": [-151.739, 61.1833, -151.739, 61.1833]}, {"id": "989", "type": "Feature", "properties": {"id": "us2000axpk", "mag": 1.6, "time": 1506827393900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.9053, 41.6481, 6.51]}, "bbox": [-70.9053, 41.6481, -70.9053, 41.6481]}, {"id": "990", "type": "Feature", "properties": {"id": "ci38015992", "mag": 1.15, "time": 1506827015230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3845, 35.111667, 5.93]}, "bbox": [-118.3845, 35.111667, -118.3845, 35.111667]}, {"id": "991", "type": "Feature", "properties": {"id": "hv61928261", "mag": 2.05, "time": 1506825377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.476502, 19.216, 37.47]}, "bbox": [-155.476502, 19.216, -155.476502, 19.216]}, {"id": "992", "type": "Feature", "properties": {"id": "ak16990784", "mag": 1.4, "time": 1506825243899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2232, 51.7576, 46.6]}, "bbox": [-174.2232, 51.7576, -174.2232, 51.7576]}, {"id": "993", "type": "Feature", "properties": {"id": "uw61336131", "mag": 1.16, "time": 1506825168050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9095, 48.316167, 1.09]}, "bbox": [-121.9095, 48.316167, -121.9095, 48.316167]}, {"id": "994", "type": "Feature", "properties": {"id": "mb80258539", "mag": 1.53, "time": 1506824807150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.877, 11.86]}, "bbox": [-112.528833, 46.877, -112.528833, 46.877]}, {"id": "995", "type": "Feature", "properties": {"id": "ak16967237", "mag": 1.8, "time": 1506824784256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7866, 53.1332, 25.6]}, "bbox": [-166.7866, 53.1332, -166.7866, 53.1332]}, {"id": "996", "type": "Feature", "properties": {"id": "ak16990782", "mag": 2.0, "time": 1506823956350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6834, 51.2465, 35.3]}, "bbox": [-173.6834, 51.2465, -173.6834, 51.2465]}, {"id": "997", "type": "Feature", "properties": {"id": "ak16990781", "mag": 1.3, "time": 1506823856677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.521, 59.9658, 0.0]}, "bbox": [-139.521, 59.9658, -139.521, 59.9658]}, {"id": "998", "type": "Feature", "properties": {"id": "nc72902506", "mag": 1.22, "time": 1506821920520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7125, 37.351167, 7.83]}, "bbox": [-121.7125, 37.351167, -121.7125, 37.351167]}, {"id": "999", "type": "Feature", "properties": {"id": "us2000axct", "mag": 5.1, "time": 1506821726490, "felt": 125.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.1491, 7.5135, 142.73]}, "bbox": [-73.1491, 7.5135, -73.1491, 7.5135]}, {"id": "1000", "type": "Feature", "properties": {"id": "ci38015920", "mag": 1.75, "time": 1506821149880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.354833, 33.961167, 5.95]}, "bbox": [-116.354833, 33.961167, -116.354833, 33.961167]}, {"id": "1001", "type": "Feature", "properties": {"id": "us2000axcn", "mag": 4.9, "time": 1506821107970, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5685, 36.9167, 10.0]}, "bbox": [140.5685, 36.9167, 140.5685, 36.9167]}, {"id": "1002", "type": "Feature", "properties": {"id": "ak16990780", "mag": 2.5, "time": 1506821107760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8117, 51.8357, 61.8]}, "bbox": [-169.8117, 51.8357, -169.8117, 51.8357]}, {"id": "1003", "type": "Feature", "properties": {"id": "ci38015912", "mag": 1.0, "time": 1506820492420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.119167, 33.9365, 14.07]}, "bbox": [-117.119167, 33.9365, -117.119167, 33.9365]}, {"id": "1004", "type": "Feature", "properties": {"id": "ak16990779", "mag": 1.3, "time": 1506819992776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8841, 57.2184, 46.9]}, "bbox": [-153.8841, 57.2184, -153.8841, 57.2184]}, {"id": "1005", "type": "Feature", "properties": {"id": "ak16990778", "mag": 1.0, "time": 1506819499573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4019, 63.1122, 97.2]}, "bbox": [-150.4019, 63.1122, -150.4019, 63.1122]}, {"id": "1006", "type": "Feature", "properties": {"id": "nc72902491", "mag": 1.79, "time": 1506819103020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939, 37.635333, 5.76]}, "bbox": [-118.939, 37.635333, -118.939, 37.635333]}, {"id": "1007", "type": "Feature", "properties": {"id": "ak16966268", "mag": 1.8, "time": 1506818601975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9252, 60.1498, 112.5]}, "bbox": [-152.9252, 60.1498, -152.9252, 60.1498]}, {"id": "1008", "type": "Feature", "properties": {"id": "ak16966264", "mag": 1.5, "time": 1506818511725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4432, 51.7288, 13.5]}, "bbox": [-178.4432, 51.7288, -178.4432, 51.7288]}, {"id": "1009", "type": "Feature", "properties": {"id": "ak16966263", "mag": 2.1, "time": 1506818242272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7041, 52.7581, 14.9]}, "bbox": [-166.7041, 52.7581, -166.7041, 52.7581]}, {"id": "1010", "type": "Feature", "properties": {"id": "ak16990774", "mag": 1.5, "time": 1506818099252, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4546, 51.7076, 6.6]}, "bbox": [-178.4546, 51.7076, -178.4546, 51.7076]}, {"id": "1011", "type": "Feature", "properties": {"id": "ak16990772", "mag": 2.7, "time": 1506817440647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6939, 51.8802, 15.5]}, "bbox": [-169.6939, 51.8802, -169.6939, 51.8802]}, {"id": "1012", "type": "Feature", "properties": {"id": "us2000axc3", "mag": 4.5, "time": 1506817163710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.9456, 7.2071, 68.13]}, "bbox": [126.9456, 7.2071, 126.9456, 7.2071]}, {"id": "1013", "type": "Feature", "properties": {"id": "ak16965336", "mag": 1.9, "time": 1506816635445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9899, 60.0896, 71.7]}, "bbox": [-151.9899, 60.0896, -151.9899, 60.0896]}, {"id": "1014", "type": "Feature", "properties": {"id": "ak16965329", "mag": 1.2, "time": 1506816385660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3486, 64.9885, 0.0]}, "bbox": [-147.3486, 64.9885, -147.3486, 64.9885]}, {"id": "1015", "type": "Feature", "properties": {"id": "us2000axbx", "mag": 4.3, "time": 1506816328880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.9474, 51.9828, 27.38]}, "bbox": [-169.9474, 51.9828, -169.9474, 51.9828]}, {"id": "1016", "type": "Feature", "properties": {"id": "hv61928136", "mag": 2.02, "time": 1506816129630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.123672, 19.313999, 2.22]}, "bbox": [-155.123672, 19.313999, -155.123672, 19.313999]}, {"id": "1017", "type": "Feature", "properties": {"id": "uu60250512", "mag": 2.38, "time": 1506814998100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.459167, 42.663667, 2.14]}, "bbox": [-111.459167, 42.663667, -111.459167, 42.663667]}, {"id": "1018", "type": "Feature", "properties": {"id": "us2000axbj", "mag": 3.2, "time": 1506814776660, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4566, 42.652, 6.15]}, "bbox": [-111.4566, 42.652, -111.4566, 42.652]}, {"id": "1019", "type": "Feature", "properties": {"id": "us2000axba", "mag": 2.8, "time": 1506814745510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4606, 42.6545, 4.98]}, "bbox": [-111.4606, 42.6545, -111.4606, 42.6545]}, {"id": "1020", "type": "Feature", "properties": {"id": "us2000axb6", "mag": 2.7, "time": 1506814557760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.473, 42.6754, 3.19]}, "bbox": [-111.473, 42.6754, -111.473, 42.6754]}, {"id": "1021", "type": "Feature", "properties": {"id": "ak16964389", "mag": 1.2, "time": 1506813911112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5092, 62.3699, 51.0]}, "bbox": [-149.5092, 62.3699, -149.5092, 62.3699]}, {"id": "1022", "type": "Feature", "properties": {"id": "ci38015880", "mag": 1.87, "time": 1506813831910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.455333, 34.324167, 2.96]}, "bbox": [-116.455333, 34.324167, -116.455333, 34.324167]}, {"id": "1023", "type": "Feature", "properties": {"id": "us2000axas", "mag": 5.5, "time": 1506813329570, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5426, 3.9405, 10.0]}, "bbox": [128.5426, 3.9405, 128.5426, 3.9405]}, {"id": "1024", "type": "Feature", "properties": {"id": "ak16964388", "mag": 1.6, "time": 1506812976279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5291, 59.2674, 85.5]}, "bbox": [-152.5291, 59.2674, -152.5291, 59.2674]}, {"id": "1025", "type": "Feature", "properties": {"id": "ak16989805", "mag": 1.4, "time": 1506812398891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7509, 60.014, 105.7]}, "bbox": [-152.7509, 60.014, -152.7509, 60.014]}, {"id": "1026", "type": "Feature", "properties": {"id": "ak16964387", "mag": 1.0, "time": 1506812112182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1116, 62.3522, 7.1]}, "bbox": [-149.1116, 62.3522, -149.1116, 62.3522]}, {"id": "1027", "type": "Feature", "properties": {"id": "ak16964380", "mag": 1.0, "time": 1506811899089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6933, 62.6659, 6.2]}, "bbox": [-152.6933, 62.6659, -152.6933, 62.6659]}, {"id": "1028", "type": "Feature", "properties": {"id": "nn00607730", "mag": 1.0, "time": 1506811774166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9049, 37.2915, 0.0]}, "bbox": [-115.9049, 37.2915, -115.9049, 37.2915]}, {"id": "1029", "type": "Feature", "properties": {"id": "nn00607738", "mag": 1.0, "time": 1506811292528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8999, 37.2878, 3.1]}, "bbox": [-115.8999, 37.2878, -115.8999, 37.2878]}, {"id": "1030", "type": "Feature", "properties": {"id": "nn00607737", "mag": 1.1, "time": 1506811240125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9056, 37.279, 6.4]}, "bbox": [-115.9056, 37.279, -115.9056, 37.279]}, {"id": "1031", "type": "Feature", "properties": {"id": "nn00607728", "mag": 1.1, "time": 1506811230164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9061, 37.2885, 0.0]}, "bbox": [-115.9061, 37.2885, -115.9061, 37.2885]}, {"id": "1032", "type": "Feature", "properties": {"id": "uu60250442", "mag": 2.43, "time": 1506810599500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.661, 2.56]}, "bbox": [-111.4515, 42.661, -111.4515, 42.661]}, {"id": "1033", "type": "Feature", "properties": {"id": "ak16963468", "mag": 1.2, "time": 1506810291866, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5204, 63.352, 8.1]}, "bbox": [-151.5204, 63.352, -151.5204, 63.352]}, {"id": "1034", "type": "Feature", "properties": {"id": "nn00607721", "mag": 1.4, "time": 1506807445148, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6755, 40.2201, 8.1]}, "bbox": [-117.6755, 40.2201, -117.6755, 40.2201]}, {"id": "1035", "type": "Feature", "properties": {"id": "ak16963443", "mag": 1.1, "time": 1506806484011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3476, 61.4217, 25.5]}, "bbox": [-147.3476, 61.4217, -147.3476, 61.4217]}, {"id": "1036", "type": "Feature", "properties": {"id": "ak16963413", "mag": 2.3, "time": 1506806152613, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0067, 60.9307, 14.1]}, "bbox": [-144.0067, 60.9307, -144.0067, 60.9307]}, {"id": "1037", "type": "Feature", "properties": {"id": "ak16962501", "mag": 4.2, "time": 1506806106026, "felt": 17.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-152.2422, 59.621, 83.6]}, "bbox": [-152.2422, 59.621, -152.2422, 59.621]}, {"id": "1038", "type": "Feature", "properties": {"id": "ak16989798", "mag": 1.1, "time": 1506805696616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7955, 61.7318, 98.9]}, "bbox": [-151.7955, 61.7318, -151.7955, 61.7318]}, {"id": "1039", "type": "Feature", "properties": {"id": "us2000ax9r", "mag": 4.7, "time": 1506805651800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9751, 27.653, 485.8]}, "bbox": [139.9751, 27.653, 139.9751, 27.653]}, {"id": "1040", "type": "Feature", "properties": {"id": "uw61335981", "mag": 1.82, "time": 1506805100680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.056833, 48.412333, 50.6]}, "bbox": [-123.056833, 48.412333, -123.056833, 48.412333]}, {"id": "1041", "type": "Feature", "properties": {"id": "nc72902471", "mag": 2.5, "time": 1506804691550, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2745, 38.558167, 6.21]}, "bbox": [-122.2745, 38.558167, -122.2745, 38.558167]}, {"id": "1042", "type": "Feature", "properties": {"id": "nc71107604", "mag": 0.96, "time": 1506804690650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.780167, 35.5105, 3.92]}, "bbox": [-120.780167, 35.5105, -120.780167, 35.5105]}, {"id": "1043", "type": "Feature", "properties": {"id": "ci38015856", "mag": 1.0, "time": 1506804008820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791, 33.512, 6.24]}, "bbox": [-116.791, 33.512, -116.791, 33.512]}, {"id": "1044", "type": "Feature", "properties": {"id": "us2000ax9d", "mag": 4.1, "time": 1506803686610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.7108, -8.0939, 216.64]}, "bbox": [122.7108, -8.0939, 122.7108, -8.0939]}, {"id": "1045", "type": "Feature", "properties": {"id": "us2000ax9h", "mag": 3.5, "time": 1506803627030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.5125, 17.7855, 35.0]}, "bbox": [-68.5125, 17.7855, -68.5125, 17.7855]}, {"id": "1046", "type": "Feature", "properties": {"id": "hv61927906", "mag": 3.49, "time": 1506803617560, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.469, 19.209667, 35.947]}, "bbox": [-155.469, 19.209667, -155.469, 19.209667]}, {"id": "1047", "type": "Feature", "properties": {"id": "us2000ax99", "mag": 4.7, "time": 1506802488710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8145, 21.6564, 64.59]}, "bbox": [143.8145, 21.6564, 143.8145, 21.6564]}, {"id": "1048", "type": "Feature", "properties": {"id": "ci38015848", "mag": 1.38, "time": 1506802371860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.363167, 33.357333, 10.38]}, "bbox": [-116.363167, 33.357333, -116.363167, 33.357333]}, {"id": "1049", "type": "Feature", "properties": {"id": "nc72902466", "mag": 1.77, "time": 1506801988210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.781, 38.796667, 3.44]}, "bbox": [-122.781, 38.796667, -122.781, 38.796667]}, {"id": "1050", "type": "Feature", "properties": {"id": "ak16962490", "mag": 1.1, "time": 1506800090127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1783, 59.7871, 69.4]}, "bbox": [-152.1783, 59.7871, -152.1783, 59.7871]}, {"id": "1051", "type": "Feature", "properties": {"id": "ak16962484", "mag": 1.5, "time": 1506799366659, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6852, 63.5864, 3.0]}, "bbox": [-150.6852, 63.5864, -150.6852, 63.5864]}, {"id": "1052", "type": "Feature", "properties": {"id": "nn00607710", "mag": 1.2, "time": 1506799171022, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1362, 38.2888, 10.3]}, "bbox": [-118.1362, 38.2888, -118.1362, 38.2888]}, {"id": "1053", "type": "Feature", "properties": {"id": "ak16962480", "mag": 3.0, "time": 1506798820424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1572, 55.8639, 11.9]}, "bbox": [-143.1572, 55.8639, -143.1572, 55.8639]}, {"id": "1054", "type": "Feature", "properties": {"id": "ak16989794", "mag": 1.9, "time": 1506798785904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2132, 52.0688, 7.4]}, "bbox": [-176.2132, 52.0688, -176.2132, 52.0688]}, {"id": "1055", "type": "Feature", "properties": {"id": "mb80258414", "mag": 1.87, "time": 1506798465250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525333, 46.872833, 11.78]}, "bbox": [-112.525333, 46.872833, -112.525333, 46.872833]}, {"id": "1056", "type": "Feature", "properties": {"id": "us2000ax8b", "mag": 2.5, "time": 1506797682590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.6659, 3.65]}, "bbox": [-111.4618, 42.6659, -111.4618, 42.6659]}, {"id": "1057", "type": "Feature", "properties": {"id": "ak16962476", "mag": 1.4, "time": 1506797627539, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5093, 61.3123, 6.1]}, "bbox": [-152.5093, 61.3123, -152.5093, 61.3123]}, {"id": "1058", "type": "Feature", "properties": {"id": "ak16961588", "mag": 1.1, "time": 1506797036668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7901, 63.2441, 12.8]}, "bbox": [-149.7901, 63.2441, -149.7901, 63.2441]}, {"id": "1059", "type": "Feature", "properties": {"id": "us2000b0d3", "mag": 4.1, "time": 1506796297940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8027, 15.4984, 19.41]}, "bbox": [-94.8027, 15.4984, -94.8027, 15.4984]}, {"id": "1060", "type": "Feature", "properties": {"id": "ci38015776", "mag": 1.28, "time": 1506796206280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.89, 34.349167, 2.93]}, "bbox": [-116.89, 34.349167, -116.89, 34.349167]}, {"id": "1061", "type": "Feature", "properties": {"id": "ak16961586", "mag": 2.0, "time": 1506795961720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8619, 51.4801, 41.6]}, "bbox": [-177.8619, 51.4801, -177.8619, 51.4801]}, {"id": "1062", "type": "Feature", "properties": {"id": "ak16961585", "mag": 1.1, "time": 1506795458511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5581, 61.5616, 72.2]}, "bbox": [-151.5581, 61.5616, -151.5581, 61.5616]}, {"id": "1063", "type": "Feature", "properties": {"id": "ci38015752", "mag": 1.52, "time": 1506795424490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.160667, 34.4365, 4.43]}, "bbox": [-119.160667, 34.4365, -119.160667, 34.4365]}, {"id": "1064", "type": "Feature", "properties": {"id": "us2000ax7s", "mag": 4.8, "time": 1506795349220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9189, 16.1602, 51.93]}, "bbox": [-94.9189, 16.1602, -94.9189, 16.1602]}, {"id": "1065", "type": "Feature", "properties": {"id": "nc72904876", "mag": 1.25, "time": 1506795206390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.484167, 40.699167, 11.98]}, "bbox": [-121.484167, 40.699167, -121.484167, 40.699167]}, {"id": "1066", "type": "Feature", "properties": {"id": "ak16961582", "mag": 1.1, "time": 1506794436503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6079, 60.1354, 9.8]}, "bbox": [-141.6079, 60.1354, -141.6079, 60.1354]}, {"id": "1067", "type": "Feature", "properties": {"id": "ak16961580", "mag": 1.1, "time": 1506794299451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5942, 60.1565, 7.4]}, "bbox": [-141.5942, 60.1565, -141.5942, 60.1565]}, {"id": "1068", "type": "Feature", "properties": {"id": "ak16961575", "mag": 1.6, "time": 1506793157002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.119, 51.4689, 25.2]}, "bbox": [-178.119, 51.4689, -178.119, 51.4689]}, {"id": "1069", "type": "Feature", "properties": {"id": "us2000ax76", "mag": 4.9, "time": 1506789944160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9767, 1.0533, 10.0]}, "bbox": [-90.9767, 1.0533, -90.9767, 1.0533]}, {"id": "1070", "type": "Feature", "properties": {"id": "nc72902376", "mag": 1.84, "time": 1506788771420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8085, 38.817833, 3.12]}, "bbox": [-122.8085, 38.817833, -122.8085, 38.817833]}, {"id": "1071", "type": "Feature", "properties": {"id": "nc72902381", "mag": 1.19, "time": 1506788628860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.3415, 37.8225, -0.07]}, "bbox": [-122.3415, 37.8225, -122.3415, 37.8225]}, {"id": "1072", "type": "Feature", "properties": {"id": "ak16960680", "mag": 2.9, "time": 1506788491228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9778, 51.4147, 57.6]}, "bbox": [179.9778, 51.4147, 179.9778, 51.4147]}, {"id": "1073", "type": "Feature", "properties": {"id": "ak16989782", "mag": 1.1, "time": 1506788345464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7866, 57.4545, 53.8]}, "bbox": [-154.7866, 57.4545, -154.7866, 57.4545]}, {"id": "1074", "type": "Feature", "properties": {"id": "nc72902371", "mag": 1.16, "time": 1506786770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.691, 38.7405, 1.44]}, "bbox": [-122.691, 38.7405, -122.691, 38.7405]}, {"id": "1075", "type": "Feature", "properties": {"id": "us2000ax6w", "mag": 2.6, "time": 1506785489440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5446, 36.2305, 5.63]}, "bbox": [-97.5446, 36.2305, -97.5446, 36.2305]}, {"id": "1076", "type": "Feature", "properties": {"id": "ak16959801", "mag": 1.0, "time": 1506785312713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7001, 61.542, 58.2]}, "bbox": [-150.7001, 61.542, -150.7001, 61.542]}, {"id": "1077", "type": "Feature", "properties": {"id": "mb80258389", "mag": 1.27, "time": 1506783781070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531167, 46.8685, 11.42]}, "bbox": [-112.531167, 46.8685, -112.531167, 46.8685]}, {"id": "1078", "type": "Feature", "properties": {"id": "ci38015696", "mag": 2.28, "time": 1506783542670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492667, 34.216, 5.74]}, "bbox": [-117.492667, 34.216, -117.492667, 34.216]}, {"id": "1079", "type": "Feature", "properties": {"id": "ak16959795", "mag": 1.6, "time": 1506783111232, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5985, 59.916, 0.0]}, "bbox": [-139.5985, 59.916, -139.5985, 59.916]}, {"id": "1080", "type": "Feature", "properties": {"id": "nc72902346", "mag": 1.53, "time": 1506782817930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.249667, 37.864833, 5.03]}, "bbox": [-122.249667, 37.864833, -122.249667, 37.864833]}, {"id": "1081", "type": "Feature", "properties": {"id": "nc72902336", "mag": 1.34, "time": 1506782106540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.603833, 4.12]}, "bbox": [-118.819833, 37.603833, -118.819833, 37.603833]}, {"id": "1082", "type": "Feature", "properties": {"id": "ci38015672", "mag": 1.46, "time": 1506781658250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2715, 34.059333, 15.26]}, "bbox": [-117.2715, 34.059333, -117.2715, 34.059333]}, {"id": "1083", "type": "Feature", "properties": {"id": "uw61335861", "mag": 1.05, "time": 1506780581040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.452333, 48.382667, 22.31]}, "bbox": [-122.452333, 48.382667, -122.452333, 48.382667]}, {"id": "1084", "type": "Feature", "properties": {"id": "hv61927751", "mag": 2.29, "time": 1506780487200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.627833, 19.405333, 3.602]}, "bbox": [-155.627833, 19.405333, -155.627833, 19.405333]}, {"id": "1085", "type": "Feature", "properties": {"id": "ak16958915", "mag": 1.1, "time": 1506779690755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.5599, 60.3017, 2.0]}, "bbox": [-143.5599, 60.3017, -143.5599, 60.3017]}, {"id": "1086", "type": "Feature", "properties": {"id": "ak16958913", "mag": 1.2, "time": 1506779388174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6949, 63.8592, 1.6]}, "bbox": [-148.6949, 63.8592, -148.6949, 63.8592]}, {"id": "1087", "type": "Feature", "properties": {"id": "ak16989774", "mag": 1.1, "time": 1506778517082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4836, 62.981, 94.9]}, "bbox": [-150.4836, 62.981, -150.4836, 62.981]}, {"id": "1088", "type": "Feature", "properties": {"id": "ci38015648", "mag": 1.53, "time": 1506777358020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.461667, 34.329167, 3.88]}, "bbox": [-116.461667, 34.329167, -116.461667, 34.329167]}, {"id": "1089", "type": "Feature", "properties": {"id": "ak16958909", "mag": 1.8, "time": 1506777347886, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2124, 67.8158, 1.9]}, "bbox": [-159.2124, 67.8158, -159.2124, 67.8158]}, {"id": "1090", "type": "Feature", "properties": {"id": "ci38015640", "mag": 2.0, "time": 1506777335770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.658167, 31.867, 1.78]}, "bbox": [-115.658167, 31.867, -115.658167, 31.867]}, {"id": "1091", "type": "Feature", "properties": {"id": "ci38015616", "mag": 1.28, "time": 1506776191250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.768833, 33.326833, 12.3]}, "bbox": [-116.768833, 33.326833, -116.768833, 33.326833]}, {"id": "1092", "type": "Feature", "properties": {"id": "ak16958907", "mag": 1.2, "time": 1506775842000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4069, 62.3275, 86.0]}, "bbox": [-151.4069, 62.3275, -151.4069, 62.3275]}, {"id": "1093", "type": "Feature", "properties": {"id": "nc72902306", "mag": 1.41, "time": 1506775748110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.605333, 4.33]}, "bbox": [-118.82, 37.605333, -118.82, 37.605333]}, {"id": "1094", "type": "Feature", "properties": {"id": "ak16958905", "mag": 2.0, "time": 1506775349934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7202, 67.3687, 4.2]}, "bbox": [-163.7202, 67.3687, -163.7202, 67.3687]}, {"id": "1095", "type": "Feature", "properties": {"id": "nn00607651", "mag": 1.2, "time": 1506775034180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8976, 38.3688, 7.1]}, "bbox": [-118.8976, 38.3688, -118.8976, 38.3688]}, {"id": "1096", "type": "Feature", "properties": {"id": "ak16958026", "mag": 2.8, "time": 1506774114627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7286, 67.3815, 8.4]}, "bbox": [-163.7286, 67.3815, -163.7286, 67.3815]}, {"id": "1097", "type": "Feature", "properties": {"id": "uu60250312", "mag": 2.59, "time": 1506774047790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.635, 37.764167, 13.14]}, "bbox": [-110.635, 37.764167, -110.635, 37.764167]}, {"id": "1098", "type": "Feature", "properties": {"id": "ak16958023", "mag": 1.6, "time": 1506773722633, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6494, 63.1022, 115.8]}, "bbox": [-150.6494, 63.1022, -150.6494, 63.1022]}, {"id": "1099", "type": "Feature", "properties": {"id": "ak16989768", "mag": 1.6, "time": 1506773709105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8697, 59.0106, 105.0]}, "bbox": [-153.8697, 59.0106, -153.8697, 59.0106]}, {"id": "1100", "type": "Feature", "properties": {"id": "nc72902286", "mag": 1.55, "time": 1506773378420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898833, 37.522667, 12.57]}, "bbox": [-118.898833, 37.522667, -118.898833, 37.522667]}, {"id": "1101", "type": "Feature", "properties": {"id": "ld60143701", "mag": 0.98, "time": 1506773153350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.5095, 40.809333, 11.51]}, "bbox": [-74.5095, 40.809333, -74.5095, 40.809333]}, {"id": "1102", "type": "Feature", "properties": {"id": "ak16958020", "mag": 1.2, "time": 1506771142867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0654, 62.1893, 8.4]}, "bbox": [-150.0654, 62.1893, -150.0654, 62.1893]}, {"id": "1103", "type": "Feature", "properties": {"id": "ak16957154", "mag": 1.4, "time": 1506770413805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3117, 61.0872, 0.0]}, "bbox": [-148.3117, 61.0872, -148.3117, 61.0872]}, {"id": "1104", "type": "Feature", "properties": {"id": "ci38015552", "mag": 1.58, "time": 1506769732230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.155, 34.5615, 2.13]}, "bbox": [-119.155, 34.5615, -119.155, 34.5615]}, {"id": "1105", "type": "Feature", "properties": {"id": "ak16989763", "mag": 1.5, "time": 1506768979985, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1722, 60.0493, 117.8]}, "bbox": [-153.1722, 60.0493, -153.1722, 60.0493]}, {"id": "1106", "type": "Feature", "properties": {"id": "uu60250297", "mag": 1.97, "time": 1506768169440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.547, 7.49]}, "bbox": [-111.4255, 42.547, -111.4255, 42.547]}, {"id": "1107", "type": "Feature", "properties": {"id": "ak16957134", "mag": 1.5, "time": 1506768169245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9682, 61.4708, 39.5]}, "bbox": [-149.9682, 61.4708, -149.9682, 61.4708]}, {"id": "1108", "type": "Feature", "properties": {"id": "us2000ax5m", "mag": 5.2, "time": 1506767402460, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.7797, 1.8973, 37.67]}, "bbox": [128.7797, 1.8973, 128.7797, 1.8973]}, {"id": "1109", "type": "Feature", "properties": {"id": "ak16989760", "mag": 1.1, "time": 1506766077754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8184, 60.0072, 67.6]}, "bbox": [-151.8184, 60.0072, -151.8184, 60.0072]}, {"id": "1110", "type": "Feature", "properties": {"id": "nc72902251", "mag": 1.22, "time": 1506766057090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800833, 38.792667, 2.88]}, "bbox": [-122.800833, 38.792667, -122.800833, 38.792667]}, {"id": "1111", "type": "Feature", "properties": {"id": "ak16956252", "mag": 1.6, "time": 1506765146662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3164, 61.6465, 25.4]}, "bbox": [-147.3164, 61.6465, -147.3164, 61.6465]}, {"id": "1112", "type": "Feature", "properties": {"id": "us2000ax55", "mag": 4.4, "time": 1506764918800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0971, 15.3765, 35.53]}, "bbox": [-94.0971, 15.3765, -94.0971, 15.3765]}, {"id": "1113", "type": "Feature", "properties": {"id": "ak16956250", "mag": 3.1, "time": 1506764602367, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3876, 51.6362, 13.1]}, "bbox": [-178.3876, 51.6362, -178.3876, 51.6362]}, {"id": "1114", "type": "Feature", "properties": {"id": "uu60250277", "mag": 1.1, "time": 1506764348800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.411333, 38.962833, -1.36]}, "bbox": [-111.411333, 38.962833, -111.411333, 38.962833]}, {"id": "1115", "type": "Feature", "properties": {"id": "nc72902211", "mag": 2.24, "time": 1506763678540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1355, 37.688333, 25.77]}, "bbox": [-120.1355, 37.688333, -120.1355, 37.688333]}, {"id": "1116", "type": "Feature", "properties": {"id": "ak16955383", "mag": 2.0, "time": 1506763079790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7222, 59.2509, 16.0]}, "bbox": [-152.7222, 59.2509, -152.7222, 59.2509]}, {"id": "1117", "type": "Feature", "properties": {"id": "ak16955380", "mag": 1.1, "time": 1506762584802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0664, 61.8814, 35.7]}, "bbox": [-149.0664, 61.8814, -149.0664, 61.8814]}, {"id": "1118", "type": "Feature", "properties": {"id": "nc72902196", "mag": 1.37, "time": 1506761418100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.788, 0.74]}, "bbox": [-122.7435, 38.788, -122.7435, 38.788]}, {"id": "1119", "type": "Feature", "properties": {"id": "us2000ax4r", "mag": 2.5, "time": 1506761330980, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5543, 36.2286, 1.38]}, "bbox": [-97.5543, 36.2286, -97.5543, 36.2286]}, {"id": "1120", "type": "Feature", "properties": {"id": "ci38015488", "mag": 1.48, "time": 1506761301510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3055, 33.255167, 10.3]}, "bbox": [-116.3055, 33.255167, -116.3055, 33.255167]}, {"id": "1121", "type": "Feature", "properties": {"id": "ci38015480", "mag": 1.54, "time": 1506760683740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.638333, 33.165167, 2.88]}, "bbox": [-115.638333, 33.165167, -115.638333, 33.165167]}, {"id": "1122", "type": "Feature", "properties": {"id": "ak16955371", "mag": 2.5, "time": 1506760322340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9144, 51.2732, 19.4]}, "bbox": [-179.9144, 51.2732, -179.9144, 51.2732]}, {"id": "1123", "type": "Feature", "properties": {"id": "nc72902186", "mag": 1.08, "time": 1506759358360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.750832, 38.806835, 0.69]}, "bbox": [-122.750832, 38.806835, -122.750832, 38.806835]}, {"id": "1124", "type": "Feature", "properties": {"id": "nc72902176", "mag": 1.52, "time": 1506758934270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.270833, 39.463167, 6.67]}, "bbox": [-123.270833, 39.463167, -123.270833, 39.463167]}, {"id": "1125", "type": "Feature", "properties": {"id": "ak16955365", "mag": 2.3, "time": 1506758896299, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4581, 50.7723, 29.7]}, "bbox": [-173.4581, 50.7723, -173.4581, 50.7723]}, {"id": "1126", "type": "Feature", "properties": {"id": "ak16955363", "mag": 1.2, "time": 1506758873795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2563, 61.2042, 65.4]}, "bbox": [-151.2563, 61.2042, -151.2563, 61.2042]}, {"id": "1127", "type": "Feature", "properties": {"id": "nc72902161", "mag": 1.43, "time": 1506758269830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.604167, 3.89]}, "bbox": [-118.820833, 37.604167, -118.820833, 37.604167]}, {"id": "1128", "type": "Feature", "properties": {"id": "nc72902151", "mag": 1.08, "time": 1506757752200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.095167, 36.564333, 8.65]}, "bbox": [-121.095167, 36.564333, -121.095167, 36.564333]}, {"id": "1129", "type": "Feature", "properties": {"id": "ak16954507", "mag": 1.7, "time": 1506757551919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4734, 51.7808, 63.4]}, "bbox": [-176.4734, 51.7808, -176.4734, 51.7808]}, {"id": "1130", "type": "Feature", "properties": {"id": "ak16954502", "mag": 1.5, "time": 1506757337943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7203, 60.1564, 96.7]}, "bbox": [-152.7203, 60.1564, -152.7203, 60.1564]}, {"id": "1131", "type": "Feature", "properties": {"id": "ak16954501", "mag": 1.2, "time": 1506757146790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0463, 62.4859, 12.9]}, "bbox": [-150.0463, 62.4859, -150.0463, 62.4859]}, {"id": "1132", "type": "Feature", "properties": {"id": "ak16954494", "mag": 1.2, "time": 1506755657374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4986, 59.9398, 15.9]}, "bbox": [-147.4986, 59.9398, -147.4986, 59.9398]}, {"id": "1133", "type": "Feature", "properties": {"id": "ak16989746", "mag": 1.4, "time": 1506755147399, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4214, 51.6622, 47.9]}, "bbox": [-176.4214, 51.6622, -176.4214, 51.6622]}, {"id": "1134", "type": "Feature", "properties": {"id": "nc72902146", "mag": 1.49, "time": 1506754443300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7965, 38.821167, 2.97]}, "bbox": [-122.7965, 38.821167, -122.7965, 38.821167]}, {"id": "1135", "type": "Feature", "properties": {"id": "ak16953640", "mag": 1.8, "time": 1506754020475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3389, 63.5229, 14.2]}, "bbox": [-147.3389, 63.5229, -147.3389, 63.5229]}, {"id": "1136", "type": "Feature", "properties": {"id": "ci38015432", "mag": 1.45, "time": 1506753848290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.784, 34.512167, 18.77]}, "bbox": [-118.784, 34.512167, -118.784, 34.512167]}, {"id": "1137", "type": "Feature", "properties": {"id": "nc72902141", "mag": 1.71, "time": 1506753528720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9575, 37.590333, -0.13]}, "bbox": [-118.9575, 37.590333, -118.9575, 37.590333]}, {"id": "1138", "type": "Feature", "properties": {"id": "us2000ax3z", "mag": 5.0, "time": 1506753276470, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7893, -37.146, 51.02]}, "bbox": [178.7893, -37.146, 178.7893, -37.146]}, {"id": "1139", "type": "Feature", "properties": {"id": "us2000ax3x", "mag": 4.0, "time": 1506752562800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1802, 15.1606, 44.16]}, "bbox": [-94.1802, 15.1606, -94.1802, 15.1606]}, {"id": "1140", "type": "Feature", "properties": {"id": "us2000ax3v", "mag": 5.5, "time": 1506752076970, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.0015, 32.3196, 10.0]}, "bbox": [105.0015, 32.3196, 105.0015, 32.3196]}, {"id": "1141", "type": "Feature", "properties": {"id": "nc72902116", "mag": 1.62, "time": 1506750865330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.599667, 37.407833, 9.53]}, "bbox": [-118.599667, 37.407833, -118.599667, 37.407833]}, {"id": "1142", "type": "Feature", "properties": {"id": "ci38015368", "mag": 1.67, "time": 1506750508810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.076333, 36.188833, 2.55]}, "bbox": [-118.076333, 36.188833, -118.076333, 36.188833]}, {"id": "1143", "type": "Feature", "properties": {"id": "mb80258359", "mag": 1.02, "time": 1506750398880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.9725, 47.5955, 16.81]}, "bbox": [-113.9725, 47.5955, -113.9725, 47.5955]}, {"id": "1144", "type": "Feature", "properties": {"id": "us2000ax3j", "mag": 2.7, "time": 1506750040910, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.2913, 46.8038, 7.79]}, "bbox": [-112.2913, 46.8038, -112.2913, 46.8038]}, {"id": "1145", "type": "Feature", "properties": {"id": "ak16952767", "mag": 1.8, "time": 1506749904921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3454, 60.3536, 81.9]}, "bbox": [-152.3454, 60.3536, -152.3454, 60.3536]}, {"id": "1146", "type": "Feature", "properties": {"id": "ak16952766", "mag": 2.3, "time": 1506749189648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3954, 52.6671, 7.6]}, "bbox": [-169.3954, 52.6671, -169.3954, 52.6671]}, {"id": "1147", "type": "Feature", "properties": {"id": "us2000ax39", "mag": 4.5, "time": 1506748759440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.5825, -6.071, 46.79]}, "bbox": [146.5825, -6.071, 146.5825, -6.071]}, {"id": "1148", "type": "Feature", "properties": {"id": "nc72902081", "mag": 1.59, "time": 1506748525170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.603833, 3.81]}, "bbox": [-118.82, 37.603833, -118.82, 37.603833]}, {"id": "1149", "type": "Feature", "properties": {"id": "ak16989740", "mag": 1.2, "time": 1506747601510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7455, 63.2374, 127.9]}, "bbox": [-150.7455, 63.2374, -150.7455, 63.2374]}, {"id": "1150", "type": "Feature", "properties": {"id": "uu60250227", "mag": 1.55, "time": 1506747254170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416167, 42.576, 7.87]}, "bbox": [-111.416167, 42.576, -111.416167, 42.576]}, {"id": "1151", "type": "Feature", "properties": {"id": "ak16989738", "mag": 2.1, "time": 1506746345789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3938, 52.2402, 166.1]}, "bbox": [-176.3938, 52.2402, -176.3938, 52.2402]}, {"id": "1152", "type": "Feature", "properties": {"id": "us2000ax2y", "mag": 2.0, "time": 1506744973730, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.5373, 31.4264, 5.0]}, "bbox": [-103.5373, 31.4264, -103.5373, 31.4264]}, {"id": "1153", "type": "Feature", "properties": {"id": "us2000ax2z", "mag": 4.2, "time": 1506744770640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [56.8179, 27.8699, 10.0]}, "bbox": [56.8179, 27.8699, 56.8179, 27.8699]}, {"id": "1154", "type": "Feature", "properties": {"id": "ak16951924", "mag": 1.9, "time": 1506744732618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0884, 59.736, 45.6]}, "bbox": [-151.0884, 59.736, -151.0884, 59.736]}, {"id": "1155", "type": "Feature", "properties": {"id": "nc72902041", "mag": 1.11, "time": 1506744250250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833, 37.493667, -0.44]}, "bbox": [-118.833, 37.493667, -118.833, 37.493667]}, {"id": "1156", "type": "Feature", "properties": {"id": "ak16989735", "mag": 1.2, "time": 1506741220731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9578, 61.9828, 69.5]}, "bbox": [-150.9578, 61.9828, -150.9578, 61.9828]}, {"id": "1157", "type": "Feature", "properties": {"id": "ak16951083", "mag": 2.6, "time": 1506741030111, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6653, 59.3044, 110.5]}, "bbox": [-153.6653, 59.3044, -153.6653, 59.3044]}, {"id": "1158", "type": "Feature", "properties": {"id": "ak16989733", "mag": 1.9, "time": 1506739580500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7167, 57.5293, 92.2]}, "bbox": [-155.7167, 57.5293, -155.7167, 57.5293]}, {"id": "1159", "type": "Feature", "properties": {"id": "us2000ax2n", "mag": 4.5, "time": 1506739554570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [136.7409, -3.3243, 53.79]}, "bbox": [136.7409, -3.3243, 136.7409, -3.3243]}, {"id": "1160", "type": "Feature", "properties": {"id": "ak16951081", "mag": 1.2, "time": 1506738073140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.643, 59.7863, 2.1]}, "bbox": [-136.643, 59.7863, -136.643, 59.7863]}, {"id": "1161", "type": "Feature", "properties": {"id": "ci38015232", "mag": 1.78, "time": 1506737478680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.242833, 34.689, 2.49]}, "bbox": [-120.242833, 34.689, -120.242833, 34.689]}, {"id": "1162", "type": "Feature", "properties": {"id": "nm60207556", "mag": 1.6, "time": 1506737274410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.540333, 36.441167, 8.74]}, "bbox": [-89.540333, 36.441167, -89.540333, 36.441167]}, {"id": "1163", "type": "Feature", "properties": {"id": "ak16951079", "mag": 1.0, "time": 1506737168134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6248, 59.7789, 3.9]}, "bbox": [-136.6248, 59.7789, -136.6248, 59.7789]}, {"id": "1164", "type": "Feature", "properties": {"id": "ak16989730", "mag": 1.0, "time": 1506736917340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3855, 61.2392, 35.6]}, "bbox": [-149.3855, 61.2392, -149.3855, 61.2392]}, {"id": "1165", "type": "Feature", "properties": {"id": "ak16951077", "mag": 2.7, "time": 1506736523109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.4182, 51.6603, 65.4]}, "bbox": [-175.4182, 51.6603, -175.4182, 51.6603]}, {"id": "1166", "type": "Feature", "properties": {"id": "nn00607629", "mag": 1.3, "time": 1506736488217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2269, 38.6102, 7.9]}, "bbox": [-118.2269, 38.6102, -118.2269, 38.6102]}, {"id": "1167", "type": "Feature", "properties": {"id": "ak16989728", "mag": 1.8, "time": 1506734962617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4354, 59.672, 120.4]}, "bbox": [-153.4354, 59.672, -153.4354, 59.672]}, {"id": "1168", "type": "Feature", "properties": {"id": "us2000ax2c", "mag": 4.2, "time": 1506734849800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1267, 15.2552, 35.18]}, "bbox": [-94.1267, 15.2552, -94.1267, 15.2552]}, {"id": "1169", "type": "Feature", "properties": {"id": "ci38015192", "mag": 1.59, "time": 1506734841110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.231333, 34.69, 2.26]}, "bbox": [-120.231333, 34.69, -120.231333, 34.69]}, {"id": "1170", "type": "Feature", "properties": {"id": "nc72901986", "mag": 1.53, "time": 1506733264430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604833, 4.25]}, "bbox": [-118.820667, 37.604833, -118.820667, 37.604833]}, {"id": "1171", "type": "Feature", "properties": {"id": "ak16950243", "mag": 1.5, "time": 1506732735872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8027, 59.8685, 4.1]}, "bbox": [-136.8027, 59.8685, -136.8027, 59.8685]}, {"id": "1172", "type": "Feature", "properties": {"id": "ak16989726", "mag": 1.2, "time": 1506732275435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7993, 62.6213, 100.3]}, "bbox": [-151.7993, 62.6213, -151.7993, 62.6213]}, {"id": "1173", "type": "Feature", "properties": {"id": "us2000b217", "mag": 4.4, "time": 1506731641840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5238, -17.429, 578.55]}, "bbox": [-178.5238, -17.429, -178.5238, -17.429]}, {"id": "1174", "type": "Feature", "properties": {"id": "nc72901976", "mag": 1.18, "time": 1506731621270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.608667, 4.18]}, "bbox": [-118.821, 37.608667, -118.821, 37.608667]}, {"id": "1175", "type": "Feature", "properties": {"id": "ak16950242", "mag": 1.2, "time": 1506731391196, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6362, 63.7125, 120.2]}, "bbox": [-149.6362, 63.7125, -149.6362, 63.7125]}, {"id": "1176", "type": "Feature", "properties": {"id": "ak16989723", "mag": 1.7, "time": 1506730448510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6879, 60.1242, 106.3]}, "bbox": [-152.6879, 60.1242, -152.6879, 60.1242]}, {"id": "1177", "type": "Feature", "properties": {"id": "ci38015160", "mag": 1.92, "time": 1506730343820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0465, 33.1715, 3.57]}, "bbox": [-116.0465, 33.1715, -116.0465, 33.1715]}, {"id": "1178", "type": "Feature", "properties": {"id": "ak16950224", "mag": 2.7, "time": 1506729701559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9689, 62.8827, 10.6]}, "bbox": [-148.9689, 62.8827, -148.9689, 62.8827]}, {"id": "1179", "type": "Feature", "properties": {"id": "ci38015152", "mag": 2.71, "time": 1506729570740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.046167, 33.172833, 9.13]}, "bbox": [-116.046167, 33.172833, -116.046167, 33.172833]}, {"id": "1180", "type": "Feature", "properties": {"id": "ak16989254", "mag": 1.6, "time": 1506729481572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2839, 51.9212, 67.7]}, "bbox": [-174.2839, 51.9212, -174.2839, 51.9212]}, {"id": "1181", "type": "Feature", "properties": {"id": "ak16950219", "mag": 1.3, "time": 1506729013003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9672, 64.4141, 9.0]}, "bbox": [-146.9672, 64.4141, -146.9672, 64.4141]}, {"id": "1182", "type": "Feature", "properties": {"id": "ak16950216", "mag": 1.6, "time": 1506728300228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1933, 61.9028, 3.7]}, "bbox": [-149.1933, 61.9028, -149.1933, 61.9028]}, {"id": "1183", "type": "Feature", "properties": {"id": "us2000ax17", "mag": 4.7, "time": 1506727132760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.696, 13.6996, 135.75]}, "bbox": [120.696, 13.6996, 120.696, 13.6996]}, {"id": "1184", "type": "Feature", "properties": {"id": "ak16949390", "mag": 2.0, "time": 1506727039137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6767, 61.5138, 15.3]}, "bbox": [-140.6767, 61.5138, -140.6767, 61.5138]}, {"id": "1185", "type": "Feature", "properties": {"id": "ak16949386", "mag": 1.2, "time": 1506726713734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3628, 64.9795, 0.0]}, "bbox": [-147.3628, 64.9795, -147.3628, 64.9795]}, {"id": "1186", "type": "Feature", "properties": {"id": "nc72901936", "mag": 1.7, "time": 1506726391160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 4.2]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1187", "type": "Feature", "properties": {"id": "ci38015128", "mag": 1.14, "time": 1506725917420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794167, 33.499833, 4.55]}, "bbox": [-116.794167, 33.499833, -116.794167, 33.499833]}, {"id": "1188", "type": "Feature", "properties": {"id": "us2000ax0h", "mag": 4.3, "time": 1506725523560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.9693, 6.7514, 162.39]}, "bbox": [-72.9693, 6.7514, -72.9693, 6.7514]}, {"id": "1189", "type": "Feature", "properties": {"id": "nc72901926", "mag": 1.27, "time": 1506725219450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.6045, 3.92]}, "bbox": [-118.819667, 37.6045, -118.819667, 37.6045]}, {"id": "1190", "type": "Feature", "properties": {"id": "ak16989247", "mag": 1.4, "time": 1506725194385, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2194, 60.3483, 70.5]}, "bbox": [-151.2194, 60.3483, -151.2194, 60.3483]}, {"id": "1191", "type": "Feature", "properties": {"id": "nc72901921", "mag": 1.68, "time": 1506724972140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.0515, 10.15]}, "bbox": [-118.7985, 38.0515, -118.7985, 38.0515]}, {"id": "1192", "type": "Feature", "properties": {"id": "us2000b0b0", "mag": 4.2, "time": 1506724750370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7775, 14.8225, 10.0]}, "bbox": [-93.7775, 14.8225, -93.7775, 14.8225]}, {"id": "1193", "type": "Feature", "properties": {"id": "us2000awzq", "mag": 4.2, "time": 1506724590080, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1967, -31.7027, 34.99]}, "bbox": [-72.1967, -31.7027, -72.1967, -31.7027]}, {"id": "1194", "type": "Feature", "properties": {"id": "uu60250212", "mag": 1.71, "time": 1506723678770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.33, 44.419, 8.43]}, "bbox": [-110.33, 44.419, -110.33, 44.419]}, {"id": "1195", "type": "Feature", "properties": {"id": "ak16948452", "mag": 1.0, "time": 1506723638356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5236, 61.0736, 4.6]}, "bbox": [-146.5236, 61.0736, -146.5236, 61.0736]}, {"id": "1196", "type": "Feature", "properties": {"id": "uu60250207", "mag": 0.97, "time": 1506723591620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.331, 44.419667, 7.85]}, "bbox": [-110.331, 44.419667, -110.331, 44.419667]}, {"id": "1197", "type": "Feature", "properties": {"id": "ak16948450", "mag": 2.2, "time": 1506723243356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3899, 51.6225, 6.6]}, "bbox": [-178.3899, 51.6225, -178.3899, 51.6225]}, {"id": "1198", "type": "Feature", "properties": {"id": "ak16989243", "mag": 1.8, "time": 1506723039650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6224, 58.8526, 127.8]}, "bbox": [-154.6224, 58.8526, -154.6224, 58.8526]}, {"id": "1199", "type": "Feature", "properties": {"id": "ci38015088", "mag": 2.26, "time": 1506722552150, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2355, 34.1175, 22.24]}, "bbox": [-119.2355, 34.1175, -119.2355, 34.1175]}, {"id": "1200", "type": "Feature", "properties": {"id": "us2000awz1", "mag": 4.9, "time": 1506721850800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0878, 15.2008, 58.14]}, "bbox": [-94.0878, 15.2008, -94.0878, 15.2008]}, {"id": "1201", "type": "Feature", "properties": {"id": "us2000awyk", "mag": 3.0, "time": 1506721368710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.71, 43.4329, 10.0]}, "bbox": [-126.71, 43.4329, -126.71, 43.4329]}, {"id": "1202", "type": "Feature", "properties": {"id": "us2000awyj", "mag": 2.5, "time": 1506721170670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8727, 36.4662, 8.25]}, "bbox": [-96.8727, 36.4662, -96.8727, 36.4662]}, {"id": "1203", "type": "Feature", "properties": {"id": "ak16948433", "mag": 1.1, "time": 1506720878279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 63.5145, 7.6]}, "bbox": [-147.3481, 63.5145, -147.3481, 63.5145]}, {"id": "1204", "type": "Feature", "properties": {"id": "ci38015064", "mag": 1.38, "time": 1506720751740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9775, 33.998333, 5.0]}, "bbox": [-116.9775, 33.998333, -116.9775, 33.998333]}, {"id": "1205", "type": "Feature", "properties": {"id": "nc72901896", "mag": 1.79, "time": 1506720632350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604667, 3.82]}, "bbox": [-118.822, 37.604667, -118.822, 37.604667]}, {"id": "1206", "type": "Feature", "properties": {"id": "ak16948427", "mag": 2.1, "time": 1506720336314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3588, 61.6517, 20.5]}, "bbox": [-148.3588, 61.6517, -148.3588, 61.6517]}, {"id": "1207", "type": "Feature", "properties": {"id": "nc72901891", "mag": 2.87, "time": 1506720104700, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.352667, 38.643167, 5.77]}, "bbox": [-122.352667, 38.643167, -122.352667, 38.643167]}, {"id": "1208", "type": "Feature", "properties": {"id": "us2000ax7e", "mag": 2.5, "time": 1506719402880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5572, 49.4225, 5.0]}, "bbox": [-120.5572, 49.4225, -120.5572, 49.4225]}, {"id": "1209", "type": "Feature", "properties": {"id": "us2000awxt", "mag": 4.4, "time": 1506718802820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8406, 16.1453, 55.29]}, "bbox": [-94.8406, 16.1453, -94.8406, 16.1453]}, {"id": "1210", "type": "Feature", "properties": {"id": "nc72901871", "mag": 1.92, "time": 1506717945880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878667, 37.535, 2.9]}, "bbox": [-118.878667, 37.535, -118.878667, 37.535]}, {"id": "1211", "type": "Feature", "properties": {"id": "ci38015016", "mag": 1.05, "time": 1506717237070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.142333, 33.336167, -0.44]}, "bbox": [-117.142333, 33.336167, -117.142333, 33.336167]}, {"id": "1212", "type": "Feature", "properties": {"id": "us2000awx6", "mag": 4.7, "time": 1506717060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3377, 14.7629, 21.4]}, "bbox": [-94.3377, 14.7629, -94.3377, 14.7629]}, {"id": "1213", "type": "Feature", "properties": {"id": "nc72901856", "mag": 1.02, "time": 1506716541140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.722, 38.777668, 1.65]}, "bbox": [-122.722, 38.777668, -122.722, 38.777668]}, {"id": "1214", "type": "Feature", "properties": {"id": "mb80258329", "mag": 1.68, "time": 1506716143860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.210167, 46.588333, 0.3]}, "bbox": [-112.210167, 46.588333, -112.210167, 46.588333]}, {"id": "1215", "type": "Feature", "properties": {"id": "ak16989238", "mag": 1.6, "time": 1506715318085, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.6762, 51.2251, 46.8]}, "bbox": [-178.6762, 51.2251, -178.6762, 51.2251]}, {"id": "1216", "type": "Feature", "properties": {"id": "ci38015000", "mag": 1.05, "time": 1506715194050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.174667, 33.223167, -0.31]}, "bbox": [-117.174667, 33.223167, -117.174667, 33.223167]}, {"id": "1217", "type": "Feature", "properties": {"id": "ak16989237", "mag": 1.3, "time": 1506715107803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4109, 51.6654, 14.9]}, "bbox": [-178.4109, 51.6654, -178.4109, 51.6654]}, {"id": "1218", "type": "Feature", "properties": {"id": "ak16989236", "mag": 1.8, "time": 1506714300796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0656, 51.6073, 13.2]}, "bbox": [-173.0656, 51.6073, -173.0656, 51.6073]}, {"id": "1219", "type": "Feature", "properties": {"id": "ak16946778", "mag": 1.8, "time": 1506713921345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0358, 59.8156, 103.9]}, "bbox": [-153.0358, 59.8156, -153.0358, 59.8156]}, {"id": "1220", "type": "Feature", "properties": {"id": "us2000awvi", "mag": 4.7, "time": 1506713408290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8244, 14.6951, 25.26]}, "bbox": [-93.8244, 14.6951, -93.8244, 14.6951]}, {"id": "1221", "type": "Feature", "properties": {"id": "us2000awvc", "mag": 5.3, "time": 1506713101350, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.0808, 53.2159, 47.81]}, "bbox": [160.0808, 53.2159, 160.0808, 53.2159]}, {"id": "1222", "type": "Feature", "properties": {"id": "nc72901811", "mag": 1.13, "time": 1506712684050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.839833, 37.5695, 1.15]}, "bbox": [-118.839833, 37.5695, -118.839833, 37.5695]}, {"id": "1223", "type": "Feature", "properties": {"id": "ci38014936", "mag": 1.22, "time": 1506711284740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.962833, 36.582167, 5.17]}, "bbox": [-117.962833, 36.582167, -117.962833, 36.582167]}, {"id": "1224", "type": "Feature", "properties": {"id": "ak16945947", "mag": 1.1, "time": 1506711226973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7372, 61.7159, 11.2]}, "bbox": [-149.7372, 61.7159, -149.7372, 61.7159]}, {"id": "1225", "type": "Feature", "properties": {"id": "uw61335536", "mag": 1.21, "time": 1506711131520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5445, 46.492667, -1.15]}, "bbox": [-122.5445, 46.492667, -122.5445, 46.492667]}, {"id": "1226", "type": "Feature", "properties": {"id": "nc72901801", "mag": 1.03, "time": 1506711093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.840332, 38.841, 1.28]}, "bbox": [-122.840332, 38.841, -122.840332, 38.841]}, {"id": "1227", "type": "Feature", "properties": {"id": "ci38014904", "mag": 1.27, "time": 1506710840540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.351833, 35.050333, -1.01]}, "bbox": [-118.351833, 35.050333, -118.351833, 35.050333]}, {"id": "1228", "type": "Feature", "properties": {"id": "nc72901786", "mag": 1.25, "time": 1506710565410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.638, 38.771, 3.08]}, "bbox": [-122.638, 38.771, -122.638, 38.771]}, {"id": "1229", "type": "Feature", "properties": {"id": "nc72901781", "mag": 1.14, "time": 1506710562310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.813333, 37.477, 10.6]}, "bbox": [-118.813333, 37.477, -118.813333, 37.477]}, {"id": "1230", "type": "Feature", "properties": {"id": "us2000ax1j", "mag": 2.6, "time": 1506708957540, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.9812, 40.4991, 10.41]}, "bbox": [-126.9812, 40.4991, -126.9812, 40.4991]}, {"id": "1231", "type": "Feature", "properties": {"id": "uu60250167", "mag": 1.43, "time": 1506708811550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408333, 42.627833, 0.01]}, "bbox": [-111.408333, 42.627833, -111.408333, 42.627833]}, {"id": "1232", "type": "Feature", "properties": {"id": "ak16945940", "mag": 2.2, "time": 1506708598408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 65.8694, 11.3]}, "bbox": [-150.1805, 65.8694, -150.1805, 65.8694]}, {"id": "1233", "type": "Feature", "properties": {"id": "us2000awu0", "mag": 4.4, "time": 1506708535930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.7041, -29.9428, 24.5]}, "bbox": [-71.7041, -29.9428, -71.7041, -29.9428]}, {"id": "1234", "type": "Feature", "properties": {"id": "ak16989230", "mag": 1.2, "time": 1506708266694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5133, 51.924, 29.7]}, "bbox": [-178.5133, 51.924, -178.5133, 51.924]}, {"id": "1235", "type": "Feature", "properties": {"id": "nc72901741", "mag": 0.97, "time": 1506707146210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.608833, 3.97]}, "bbox": [-118.823167, 37.608833, -118.823167, 37.608833]}, {"id": "1236", "type": "Feature", "properties": {"id": "ak16945938", "mag": 1.3, "time": 1506706984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5563, 65.3108, 1.7]}, "bbox": [-161.5563, 65.3108, -161.5563, 65.3108]}, {"id": "1237", "type": "Feature", "properties": {"id": "ak16945133", "mag": 1.4, "time": 1506706312872, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5157, 60.0338, 76.1]}, "bbox": [-151.5157, 60.0338, -151.5157, 60.0338]}, {"id": "1238", "type": "Feature", "properties": {"id": "ak16945129", "mag": 1.8, "time": 1506705516485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4094, 62.2086, 43.2]}, "bbox": [-146.4094, 62.2086, -146.4094, 62.2086]}, {"id": "1239", "type": "Feature", "properties": {"id": "nc72901691", "mag": 1.19, "time": 1506705001740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819833, 37.604, 4.23]}, "bbox": [-118.819833, 37.604, -118.819833, 37.604]}, {"id": "1240", "type": "Feature", "properties": {"id": "ak16945122", "mag": 2.7, "time": 1506704480054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3979, 51.6138, 9.1]}, "bbox": [-178.3979, 51.6138, -178.3979, 51.6138]}, {"id": "1241", "type": "Feature", "properties": {"id": "ak16945116", "mag": 1.6, "time": 1506703818483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7333, 62.8722, 95.5]}, "bbox": [-150.7333, 62.8722, -150.7333, 62.8722]}, {"id": "1242", "type": "Feature", "properties": {"id": "nc72901686", "mag": 1.37, "time": 1506703671060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.763167, 38.815, 1.59]}, "bbox": [-122.763167, 38.815, -122.763167, 38.815]}, {"id": "1243", "type": "Feature", "properties": {"id": "ak16989222", "mag": 1.3, "time": 1506703480244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.9223, 60.0784, 5.3]}, "bbox": [-141.9223, 60.0784, -141.9223, 60.0784]}, {"id": "1244", "type": "Feature", "properties": {"id": "us2000aws4", "mag": 4.2, "time": 1506703454020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2978, -24.5018, 178.46]}, "bbox": [-67.2978, -24.5018, -67.2978, -24.5018]}, {"id": "1245", "type": "Feature", "properties": {"id": "ak16945111", "mag": 1.4, "time": 1506703443591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3415, 60.1469, 0.0]}, "bbox": [-141.3415, 60.1469, -141.3415, 60.1469]}, {"id": "1246", "type": "Feature", "properties": {"id": "us2000aws9", "mag": 2.8, "time": 1506703434610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.561, 46.8309, 5.0]}, "bbox": [-112.561, 46.8309, -112.561, 46.8309]}, {"id": "1247", "type": "Feature", "properties": {"id": "ak16945098", "mag": 2.9, "time": 1506703414975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2265, 52.0599, 4.0]}, "bbox": [-176.2265, 52.0599, -176.2265, 52.0599]}, {"id": "1248", "type": "Feature", "properties": {"id": "nc72901676", "mag": 1.08, "time": 1506702827030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.573667, 2.96]}, "bbox": [-118.8685, 37.573667, -118.8685, 37.573667]}, {"id": "1249", "type": "Feature", "properties": {"id": "ci38014752", "mag": 1.38, "time": 1506702364640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9525, 33.161667, 8.71]}, "bbox": [-115.9525, 33.161667, -115.9525, 33.161667]}, {"id": "1250", "type": "Feature", "properties": {"id": "nc72901666", "mag": 2.1, "time": 1506702098440, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.604167, 4.23]}, "bbox": [-118.822, 37.604167, -118.822, 37.604167]}, {"id": "1251", "type": "Feature", "properties": {"id": "hv61926636", "mag": 2.18, "time": 1506702014920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.601833, 20.052667, 34.47]}, "bbox": [-155.601833, 20.052667, -155.601833, 20.052667]}, {"id": "1252", "type": "Feature", "properties": {"id": "ak16944301", "mag": 1.2, "time": 1506702004530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4859, 61.9357, 38.3]}, "bbox": [-147.4859, 61.9357, -147.4859, 61.9357]}, {"id": "1253", "type": "Feature", "properties": {"id": "us2000awn9", "mag": 4.6, "time": 1506701320270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.6565, 36.9513, 89.38]}, "bbox": [30.6565, 36.9513, 30.6565, 36.9513]}, {"id": "1254", "type": "Feature", "properties": {"id": "nc72901651", "mag": 1.66, "time": 1506701302480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.628333, 36.892667, -0.13]}, "bbox": [-121.628333, 36.892667, -121.628333, 36.892667]}, {"id": "1255", "type": "Feature", "properties": {"id": "us2000awp8", "mag": 5.0, "time": 1506701291670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.8294, 21.3911, 69.37]}, "bbox": [143.8294, 21.3911, 143.8294, 21.3911]}, {"id": "1256", "type": "Feature", "properties": {"id": "ak16944298", "mag": 1.9, "time": 1506700558070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3591, 59.6184, 107.1]}, "bbox": [-153.3591, 59.6184, -153.3591, 59.6184]}, {"id": "1257", "type": "Feature", "properties": {"id": "ak16944296", "mag": 1.5, "time": 1506699999652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.347, 60.6887, 39.3]}, "bbox": [-150.347, 60.6887, -150.347, 60.6887]}, {"id": "1258", "type": "Feature", "properties": {"id": "ak16944295", "mag": 2.3, "time": 1506699741265, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4266, 51.6803, 2.6]}, "bbox": [-174.4266, 51.6803, -174.4266, 51.6803]}, {"id": "1259", "type": "Feature", "properties": {"id": "ak16944283", "mag": 3.0, "time": 1506699614700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.523, 51.6975, 12.1]}, "bbox": [-178.523, 51.6975, -178.523, 51.6975]}, {"id": "1260", "type": "Feature", "properties": {"id": "ak16989214", "mag": 1.4, "time": 1506699333969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5572, 51.8006, 17.4]}, "bbox": [-178.5572, 51.8006, -178.5572, 51.8006]}, {"id": "1261", "type": "Feature", "properties": {"id": "ak16944280", "mag": 1.6, "time": 1506699330322, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4554, 63.4968, 4.1]}, "bbox": [-146.4554, 63.4968, -146.4554, 63.4968]}, {"id": "1262", "type": "Feature", "properties": {"id": "us2000awju", "mag": 4.4, "time": 1506698634990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.674, 15.7931, 74.04]}, "bbox": [-94.674, 15.7931, -94.674, 15.7931]}, {"id": "1263", "type": "Feature", "properties": {"id": "nc72901616", "mag": 1.45, "time": 1506698546300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.190833, 36.066, 9.01]}, "bbox": [-120.190833, 36.066, -120.190833, 36.066]}, {"id": "1264", "type": "Feature", "properties": {"id": "nc72901611", "mag": 1.16, "time": 1506698374110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.606167, 4.24]}, "bbox": [-118.820167, 37.606167, -118.820167, 37.606167]}, {"id": "1265", "type": "Feature", "properties": {"id": "uu60250142", "mag": 1.31, "time": 1506698139210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.502167, 42.0255, -0.68]}, "bbox": [-112.502167, 42.0255, -112.502167, 42.0255]}, {"id": "1266", "type": "Feature", "properties": {"id": "ak16989212", "mag": 1.5, "time": 1506697780188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1692, 61.0412, 92.6]}, "bbox": [-152.1692, 61.0412, -152.1692, 61.0412]}, {"id": "1267", "type": "Feature", "properties": {"id": "nc72901601", "mag": 1.58, "time": 1506697356900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.603833, 3.81]}, "bbox": [-118.8215, 37.603833, -118.8215, 37.603833]}, {"id": "1268", "type": "Feature", "properties": {"id": "ak16944278", "mag": 1.3, "time": 1506696524699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2498, 63.4064, 80.5]}, "bbox": [-147.2498, 63.4064, -147.2498, 63.4064]}, {"id": "1269", "type": "Feature", "properties": {"id": "ak16943485", "mag": 1.7, "time": 1506695993154, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7332, 58.8106, 5.8]}, "bbox": [-153.7332, 58.8106, -153.7332, 58.8106]}, {"id": "1270", "type": "Feature", "properties": {"id": "ak16943478", "mag": 1.7, "time": 1506695477590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7502, 58.8134, 7.3]}, "bbox": [-153.7502, 58.8134, -153.7502, 58.8134]}, {"id": "1271", "type": "Feature", "properties": {"id": "us2000awj3", "mag": 2.5, "time": 1506695343600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0981, 36.3324, 6.543]}, "bbox": [-98.0981, 36.3324, -98.0981, 36.3324]}, {"id": "1272", "type": "Feature", "properties": {"id": "ak16943471", "mag": 2.5, "time": 1506695221683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9597, 58.9824, 104.1]}, "bbox": [-153.9597, 58.9824, -153.9597, 58.9824]}, {"id": "1273", "type": "Feature", "properties": {"id": "uu60250137", "mag": 1.65, "time": 1506694436450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506667, 42.031167, 2.68]}, "bbox": [-112.506667, 42.031167, -112.506667, 42.031167]}, {"id": "1274", "type": "Feature", "properties": {"id": "ak16943466", "mag": 1.3, "time": 1506694161233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3879, 63.5817, 1.1]}, "bbox": [-147.3879, 63.5817, -147.3879, 63.5817]}, {"id": "1275", "type": "Feature", "properties": {"id": "ak16989205", "mag": 2.0, "time": 1506693991548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2136, 52.0676, 4.5]}, "bbox": [-176.2136, 52.0676, -176.2136, 52.0676]}, {"id": "1276", "type": "Feature", "properties": {"id": "nc72901566", "mag": 2.08, "time": 1506693960730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862333, 37.5625, 4.47]}, "bbox": [-118.862333, 37.5625, -118.862333, 37.5625]}, {"id": "1277", "type": "Feature", "properties": {"id": "ak16943439", "mag": 1.3, "time": 1506693558920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0206, 61.729, 33.9]}, "bbox": [-148.0206, 61.729, -148.0206, 61.729]}, {"id": "1278", "type": "Feature", "properties": {"id": "ci38014568", "mag": 2.51, "time": 1506693023860, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.270167, 33.67, 4.47]}, "bbox": [-118.270167, 33.67, -118.270167, 33.67]}, {"id": "1279", "type": "Feature", "properties": {"id": "us2000awib", "mag": 5.0, "time": 1506692997440, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [67.9437, 39.8728, 20.04]}, "bbox": [67.9437, 39.8728, 67.9437, 39.8728]}, {"id": "1280", "type": "Feature", "properties": {"id": "nc72901551", "mag": 1.74, "time": 1506692955010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605667, 4.05]}, "bbox": [-118.821167, 37.605667, -118.821167, 37.605667]}, {"id": "1281", "type": "Feature", "properties": {"id": "nc72901546", "mag": 2.76, "time": 1506692724780, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.606167, 4.07]}, "bbox": [-118.822, 37.606167, -118.822, 37.606167]}, {"id": "1282", "type": "Feature", "properties": {"id": "ak16942648", "mag": 1.5, "time": 1506692473989, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3697, 60.1847, 0.0]}, "bbox": [-141.3697, 60.1847, -141.3697, 60.1847]}, {"id": "1283", "type": "Feature", "properties": {"id": "uu60250132", "mag": 1.79, "time": 1506692243980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.543833, 7.0]}, "bbox": [-111.431, 42.543833, -111.431, 42.543833]}, {"id": "1284", "type": "Feature", "properties": {"id": "mb80258279", "mag": 1.06, "time": 1506691959070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.8625, 13.38]}, "bbox": [-112.531833, 46.8625, -112.531833, 46.8625]}, {"id": "1285", "type": "Feature", "properties": {"id": "nc72901536", "mag": 1.82, "time": 1506691724930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.605667, 4.02]}, "bbox": [-118.821, 37.605667, -118.821, 37.605667]}, {"id": "1286", "type": "Feature", "properties": {"id": "nn00607504", "mag": 1.8, "time": 1506690215490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7002, 37.7048, 16.9]}, "bbox": [-117.7002, 37.7048, -117.7002, 37.7048]}, {"id": "1287", "type": "Feature", "properties": {"id": "ak16942645", "mag": 2.8, "time": 1506689890335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.2102, 52.0495, 4.8]}, "bbox": [-176.2102, 52.0495, -176.2102, 52.0495]}, {"id": "1288", "type": "Feature", "properties": {"id": "hv61926461", "mag": 1.62, "time": 1506689375520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457667, 19.1075, 28.777]}, "bbox": [-155.457667, 19.1075, -155.457667, 19.1075]}, {"id": "1289", "type": "Feature", "properties": {"id": "ci38014488", "mag": 1.71, "time": 1506688966950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.030167, 36.589833, 2.83]}, "bbox": [-118.030167, 36.589833, -118.030167, 36.589833]}, {"id": "1290", "type": "Feature", "properties": {"id": "uu60250122", "mag": 1.68, "time": 1506688495310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.410833, 42.548333, 8.8]}, "bbox": [-111.410833, 42.548333, -111.410833, 42.548333]}, {"id": "1291", "type": "Feature", "properties": {"id": "ci38014464", "mag": 1.51, "time": 1506688363340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.292833, 33.924, 11.12]}, "bbox": [-118.292833, 33.924, -118.292833, 33.924]}, {"id": "1292", "type": "Feature", "properties": {"id": "uu60250117", "mag": 1.2, "time": 1506688147640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.451, 42.651167, 3.75]}, "bbox": [-111.451, 42.651167, -111.451, 42.651167]}, {"id": "1293", "type": "Feature", "properties": {"id": "nn00607501", "mag": 1.5, "time": 1506687351344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1244, 38.2711, 14.1]}, "bbox": [-119.1244, 38.2711, -119.1244, 38.2711]}, {"id": "1294", "type": "Feature", "properties": {"id": "mb80258269", "mag": 1.01, "time": 1506686927230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.712667, 47.670333, 12.54]}, "bbox": [-113.712667, 47.670333, -113.712667, 47.670333]}, {"id": "1295", "type": "Feature", "properties": {"id": "hv61926436", "mag": 2.78, "time": 1506686302190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.030667, 19.839833, 12.705]}, "bbox": [-155.030667, 19.839833, -155.030667, 19.839833]}, {"id": "1296", "type": "Feature", "properties": {"id": "ak16941853", "mag": 1.9, "time": 1506685697166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2959, 57.1271, 73.2]}, "bbox": [-155.2959, 57.1271, -155.2959, 57.1271]}, {"id": "1297", "type": "Feature", "properties": {"id": "us2000awh4", "mag": 4.5, "time": 1506685520260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0117, 15.1312, 54.94]}, "bbox": [-94.0117, 15.1312, -94.0117, 15.1312]}, {"id": "1298", "type": "Feature", "properties": {"id": "ak16941849", "mag": 1.4, "time": 1506685238756, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2101, 65.8679, 9.7]}, "bbox": [-150.2101, 65.8679, -150.2101, 65.8679]}, {"id": "1299", "type": "Feature", "properties": {"id": "us2000awh2", "mag": 3.2, "time": 1506684953300, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.3739, 35.8708, 5.0]}, "bbox": [-105.3739, 35.8708, -105.3739, 35.8708]}, {"id": "1300", "type": "Feature", "properties": {"id": "nc72901446", "mag": 1.81, "time": 1506683864270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8685, 37.5745, 2.94]}, "bbox": [-118.8685, 37.5745, -118.8685, 37.5745]}, {"id": "1301", "type": "Feature", "properties": {"id": "ak16989195", "mag": 2.8, "time": 1506683238639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.2168, 53.4134, 215.5]}, "bbox": [-170.2168, 53.4134, -170.2168, 53.4134]}, {"id": "1302", "type": "Feature", "properties": {"id": "ak16941846", "mag": 2.8, "time": 1506683013276, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4342, 51.6411, 13.4]}, "bbox": [-178.4342, 51.6411, -178.4342, 51.6411]}, {"id": "1303", "type": "Feature", "properties": {"id": "ci38014408", "mag": 1.09, "time": 1506682934740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.248167, 34.684167, 3.67]}, "bbox": [-120.248167, 34.684167, -120.248167, 34.684167]}, {"id": "1304", "type": "Feature", "properties": {"id": "ci38014400", "mag": 1.41, "time": 1506682423780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6475, 32.295833, 17.59]}, "bbox": [-116.6475, 32.295833, -116.6475, 32.295833]}, {"id": "1305", "type": "Feature", "properties": {"id": "uw61335391", "mag": 1.31, "time": 1506682259150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.713833, 45.779, 4.47]}, "bbox": [-121.713833, 45.779, -121.713833, 45.779]}, {"id": "1306", "type": "Feature", "properties": {"id": "nn00607493", "mag": 1.3, "time": 1506681999912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1157, 38.2921, 8.5]}, "bbox": [-119.1157, 38.2921, -119.1157, 38.2921]}, {"id": "1307", "type": "Feature", "properties": {"id": "us2000awgp", "mag": 4.0, "time": 1506681630910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.1308, 51.5953, 10.0]}, "bbox": [-168.1308, 51.5953, -168.1308, 51.5953]}, {"id": "1308", "type": "Feature", "properties": {"id": "ci38014376", "mag": 2.27, "time": 1506680323320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.236167, 34.686333, 2.51]}, "bbox": [-120.236167, 34.686333, -120.236167, 34.686333]}, {"id": "1309", "type": "Feature", "properties": {"id": "nc72901411", "mag": 1.72, "time": 1506679482310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.606833, 4.18]}, "bbox": [-118.821833, 37.606833, -118.821833, 37.606833]}, {"id": "1310", "type": "Feature", "properties": {"id": "uu60250092", "mag": 1.5, "time": 1506678952480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.556667, 7.57]}, "bbox": [-111.408833, 42.556667, -111.408833, 42.556667]}, {"id": "1311", "type": "Feature", "properties": {"id": "nc72901396", "mag": 1.23, "time": 1506677982920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0275, 36.556333, 6.7]}, "bbox": [-121.0275, 36.556333, -121.0275, 36.556333]}, {"id": "1312", "type": "Feature", "properties": {"id": "ci38014304", "mag": 1.52, "time": 1506677845800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.502667, 4.26]}, "bbox": [-116.798333, 33.502667, -116.798333, 33.502667]}, {"id": "1313", "type": "Feature", "properties": {"id": "uu60250087", "mag": 1.18, "time": 1506677776470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.772667, 41.2685, 12.53]}, "bbox": [-111.772667, 41.2685, -111.772667, 41.2685]}, {"id": "1314", "type": "Feature", "properties": {"id": "us2000awgf", "mag": 4.7, "time": 1506677102490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.7467, 21.3618, 39.87]}, "bbox": [143.7467, 21.3618, 143.7467, 21.3618]}, {"id": "1315", "type": "Feature", "properties": {"id": "ak16989192", "mag": 1.2, "time": 1506676690210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7405, 63.338, 95.8]}, "bbox": [-149.7405, 63.338, -149.7405, 63.338]}, {"id": "1316", "type": "Feature", "properties": {"id": "ci38014288", "mag": 1.53, "time": 1506676635710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.671, 33.215333, 3.29]}, "bbox": [-115.671, 33.215333, -115.671, 33.215333]}, {"id": "1317", "type": "Feature", "properties": {"id": "nc72901376", "mag": 1.15, "time": 1506676399250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.776001, 1.56]}, "bbox": [-122.721832, 38.776001, -122.721832, 38.776001]}, {"id": "1318", "type": "Feature", "properties": {"id": "nc72901366", "mag": 1.25, "time": 1506676178310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838167, 37.489833, 1.0]}, "bbox": [-118.838167, 37.489833, -118.838167, 37.489833]}, {"id": "1319", "type": "Feature", "properties": {"id": "nn00607489", "mag": 1.9, "time": 1506676166910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2245, 38.4923, 40.0]}, "bbox": [-119.2245, 38.4923, -119.2245, 38.4923]}, {"id": "1320", "type": "Feature", "properties": {"id": "ak16989191", "mag": 1.8, "time": 1506675279572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0102, 58.492, 85.1]}, "bbox": [-154.0102, 58.492, -154.0102, 58.492]}, {"id": "1321", "type": "Feature", "properties": {"id": "ak16989190", "mag": 1.3, "time": 1506674952846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1298, 60.9057, 47.4]}, "bbox": [-150.1298, 60.9057, -150.1298, 60.9057]}, {"id": "1322", "type": "Feature", "properties": {"id": "us2000awfl", "mag": 4.4, "time": 1506674809710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.929, 14.9856, 43.22]}, "bbox": [-93.929, 14.9856, -93.929, 14.9856]}, {"id": "1323", "type": "Feature", "properties": {"id": "uu60250082", "mag": 1.77, "time": 1506674053050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7785, 38.186667, 4.92]}, "bbox": [-112.7785, 38.186667, -112.7785, 38.186667]}, {"id": "1324", "type": "Feature", "properties": {"id": "ak16989188", "mag": 1.8, "time": 1506673945397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.291, 51.5518, 1.2]}, "bbox": [-176.291, 51.5518, -176.291, 51.5518]}, {"id": "1325", "type": "Feature", "properties": {"id": "ak16940268", "mag": 1.1, "time": 1506673847917, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1687, 63.2488, 4.7]}, "bbox": [-151.1687, 63.2488, -151.1687, 63.2488]}, {"id": "1326", "type": "Feature", "properties": {"id": "nc72901291", "mag": 1.25, "time": 1506673221590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898667, 37.523167, 12.92]}, "bbox": [-118.898667, 37.523167, -118.898667, 37.523167]}, {"id": "1327", "type": "Feature", "properties": {"id": "ak16940267", "mag": 1.0, "time": 1506672847451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5017, 66.1069, 17.1]}, "bbox": [-150.5017, 66.1069, -150.5017, 66.1069]}, {"id": "1328", "type": "Feature", "properties": {"id": "ci38014192", "mag": 1.18, "time": 1506671965070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4335, 34.163833, 7.61]}, "bbox": [-117.4335, 34.163833, -117.4335, 34.163833]}, {"id": "1329", "type": "Feature", "properties": {"id": "us2000awf5", "mag": 4.2, "time": 1506671826720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3467, 33.9272, 10.0]}, "bbox": [90.3467, 33.9272, 90.3467, 33.9272]}, {"id": "1330", "type": "Feature", "properties": {"id": "nn00607584", "mag": 1.4, "time": 1506671521193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1177, 38.2758, 11.8]}, "bbox": [-119.1177, 38.2758, -119.1177, 38.2758]}, {"id": "1331", "type": "Feature", "properties": {"id": "ci38014184", "mag": 2.46, "time": 1506671466000, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978833, 33.994167, 4.88]}, "bbox": [-116.978833, 33.994167, -116.978833, 33.994167]}, {"id": "1332", "type": "Feature", "properties": {"id": "nn00607484", "mag": 1.8, "time": 1506671441804, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1188, 38.2704, 11.7]}, "bbox": [-119.1188, 38.2704, -119.1188, 38.2704]}, {"id": "1333", "type": "Feature", "properties": {"id": "nc72901256", "mag": 1.15, "time": 1506670814700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8105, 38.808833, 0.67]}, "bbox": [-122.8105, 38.808833, -122.8105, 38.808833]}, {"id": "1334", "type": "Feature", "properties": {"id": "nc72901241", "mag": 1.25, "time": 1506670284580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989667, 36.427667, 2.31]}, "bbox": [-120.989667, 36.427667, -120.989667, 36.427667]}, {"id": "1335", "type": "Feature", "properties": {"id": "nc72901231", "mag": 1.07, "time": 1506669441060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.540833, 37.406667, 8.01]}, "bbox": [-118.540833, 37.406667, -118.540833, 37.406667]}, {"id": "1336", "type": "Feature", "properties": {"id": "uw61335361", "mag": 1.94, "time": 1506668594230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.733667, 47.824, 24.16]}, "bbox": [-122.733667, 47.824, -122.733667, 47.824]}, {"id": "1337", "type": "Feature", "properties": {"id": "us2000awej", "mag": 4.2, "time": 1506668295660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [55.3123, 28.2886, 10.0]}, "bbox": [55.3123, 28.2886, 55.3123, 28.2886]}, {"id": "1338", "type": "Feature", "properties": {"id": "nc72901196", "mag": 0.96, "time": 1506668052570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.571833, 36.012667, 3.67]}, "bbox": [-120.571833, 36.012667, -120.571833, 36.012667]}, {"id": "1339", "type": "Feature", "properties": {"id": "ak16940266", "mag": 1.2, "time": 1506668048758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5877, 62.1976, 22.9]}, "bbox": [-145.5877, 62.1976, -145.5877, 62.1976]}, {"id": "1340", "type": "Feature", "properties": {"id": "nc72901186", "mag": 1.14, "time": 1506667805720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.848167, 37.6535, 2.83]}, "bbox": [-118.848167, 37.6535, -118.848167, 37.6535]}, {"id": "1341", "type": "Feature", "properties": {"id": "nc72901176", "mag": 1.25, "time": 1506667100210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838333, 37.506167, 0.64]}, "bbox": [-118.838333, 37.506167, -118.838333, 37.506167]}, {"id": "1342", "type": "Feature", "properties": {"id": "nc72901171", "mag": 2.27, "time": 1506666779210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835333, 37.507167, -1.01]}, "bbox": [-118.835333, 37.507167, -118.835333, 37.507167]}, {"id": "1343", "type": "Feature", "properties": {"id": "ak16940265", "mag": 1.4, "time": 1506666562961, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3945, 61.6303, 33.9]}, "bbox": [-146.3945, 61.6303, -146.3945, 61.6303]}, {"id": "1344", "type": "Feature", "properties": {"id": "ak16940263", "mag": 1.0, "time": 1506666497414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1712, 62.2695, 52.6]}, "bbox": [-149.1712, 62.2695, -149.1712, 62.2695]}, {"id": "1345", "type": "Feature", "properties": {"id": "nc72901166", "mag": 1.28, "time": 1506666202970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.5065, 0.53]}, "bbox": [-118.834167, 37.5065, -118.834167, 37.5065]}, {"id": "1346", "type": "Feature", "properties": {"id": "us2000awe6", "mag": 2.6, "time": 1506666160200, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6816, 35.8653, 6.569]}, "bbox": [-96.6816, 35.8653, -96.6816, 35.8653]}, {"id": "1347", "type": "Feature", "properties": {"id": "nn00607469", "mag": 1.0, "time": 1506665961601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.5308, 38.52, 7.8]}, "bbox": [-118.5308, 38.52, -118.5308, 38.52]}, {"id": "1348", "type": "Feature", "properties": {"id": "ci38014104", "mag": 1.28, "time": 1506665954550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.982833, 33.1725, 3.45]}, "bbox": [-115.982833, 33.1725, -115.982833, 33.1725]}, {"id": "1349", "type": "Feature", "properties": {"id": "ak16989182", "mag": 1.1, "time": 1506665936336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.485, 62.1641, 22.8]}, "bbox": [-145.485, 62.1641, -145.485, 62.1641]}, {"id": "1350", "type": "Feature", "properties": {"id": "nc72901156", "mag": 2.23, "time": 1506665326530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8385, 37.505167, 1.37]}, "bbox": [-118.8385, 37.505167, -118.8385, 37.505167]}, {"id": "1351", "type": "Feature", "properties": {"id": "nc72901146", "mag": 3.34, "time": 1506665130490, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8355, 37.5055, 1.65]}, "bbox": [-118.8355, 37.5055, -118.8355, 37.5055]}, {"id": "1352", "type": "Feature", "properties": {"id": "ak16989181", "mag": 1.9, "time": 1506664620963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5107, 52.4839, 24.7]}, "bbox": [-168.5107, 52.4839, -168.5107, 52.4839]}, {"id": "1353", "type": "Feature", "properties": {"id": "nc72901116", "mag": 1.16, "time": 1506664498090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824833, 37.605667, 4.02]}, "bbox": [-118.824833, 37.605667, -118.824833, 37.605667]}, {"id": "1354", "type": "Feature", "properties": {"id": "ak16939483", "mag": 1.1, "time": 1506663985990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9358, 61.1521, 6.2]}, "bbox": [-139.9358, 61.1521, -139.9358, 61.1521]}, {"id": "1355", "type": "Feature", "properties": {"id": "nc72901106", "mag": 1.19, "time": 1506663736480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.78717, 38.829334, 1.02]}, "bbox": [-122.78717, 38.829334, -122.78717, 38.829334]}, {"id": "1356", "type": "Feature", "properties": {"id": "nm60207436", "mag": 1.74, "time": 1506663708600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.653833, 36.539667, 9.66]}, "bbox": [-89.653833, 36.539667, -89.653833, 36.539667]}, {"id": "1357", "type": "Feature", "properties": {"id": "us2000awdv", "mag": 4.5, "time": 1506663030100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.5233, -24.0812, 546.3]}, "bbox": [-179.5233, -24.0812, -179.5233, -24.0812]}, {"id": "1358", "type": "Feature", "properties": {"id": "ak16939475", "mag": 1.7, "time": 1506662432885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8708, 60.1234, 43.7]}, "bbox": [-150.8708, 60.1234, -150.8708, 60.1234]}, {"id": "1359", "type": "Feature", "properties": {"id": "uu60250077", "mag": 1.14, "time": 1506662404800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.55, 41.1085, 19.56]}, "bbox": [-111.55, 41.1085, -111.55, 41.1085]}, {"id": "1360", "type": "Feature", "properties": {"id": "nc72901046", "mag": 1.46, "time": 1506661869950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.846833, 37.647833, 3.02]}, "bbox": [-118.846833, 37.647833, -118.846833, 37.647833]}, {"id": "1361", "type": "Feature", "properties": {"id": "ci38013856", "mag": 2.0, "time": 1506660542280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.978, 33.995, 4.89]}, "bbox": [-116.978, 33.995, -116.978, 33.995]}, {"id": "1362", "type": "Feature", "properties": {"id": "ak16989177", "mag": 1.2, "time": 1506660008320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4686, 63.102, 104.8]}, "bbox": [-150.4686, 63.102, -150.4686, 63.102]}, {"id": "1363", "type": "Feature", "properties": {"id": "ak16945113", "mag": 2.3, "time": 1506659927913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0654, 53.6407, 46.2]}, "bbox": [-165.0654, 53.6407, -165.0654, 53.6407]}, {"id": "1364", "type": "Feature", "properties": {"id": "us2000awd5", "mag": 5.0, "time": 1506659595610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1021, 14.8894, 24.04]}, "bbox": [-94.1021, 14.8894, -94.1021, 14.8894]}, {"id": "1365", "type": "Feature", "properties": {"id": "nc72901021", "mag": 1.62, "time": 1506659436560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.814, 1.76]}, "bbox": [-122.826833, 38.814, -122.826833, 38.814]}, {"id": "1366", "type": "Feature", "properties": {"id": "us2000awd1", "mag": 3.0, "time": 1506658713990, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6968, 35.8549, 5.0]}, "bbox": [-96.6968, 35.8549, -96.6968, 35.8549]}, {"id": "1367", "type": "Feature", "properties": {"id": "mb80258249", "mag": 2.26, "time": 1506658662520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.514, 46.840833, 13.41]}, "bbox": [-112.514, 46.840833, -112.514, 46.840833]}, {"id": "1368", "type": "Feature", "properties": {"id": "ci38013816", "mag": 1.03, "time": 1506658457830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.02, 34.015, 13.93]}, "bbox": [-117.02, 34.015, -117.02, 34.015]}, {"id": "1369", "type": "Feature", "properties": {"id": "ak16938672", "mag": 1.1, "time": 1506657671332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.311, 64.8546, 17.6]}, "bbox": [-150.311, 64.8546, -150.311, 64.8546]}, {"id": "1370", "type": "Feature", "properties": {"id": "us2000awcv", "mag": 5.6, "time": 1506657622320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0465, 14.9039, 21.66]}, "bbox": [-94.0465, 14.9039, -94.0465, 14.9039]}, {"id": "1371", "type": "Feature", "properties": {"id": "ak16945097", "mag": 2.0, "time": 1506657417279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3696, 53.5031, 41.5]}, "bbox": [-165.3696, 53.5031, -165.3696, 53.5031]}, {"id": "1372", "type": "Feature", "properties": {"id": "nc72900986", "mag": 1.05, "time": 1506657208460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502333, -0.01]}, "bbox": [-118.835833, 37.502333, -118.835833, 37.502333]}, {"id": "1373", "type": "Feature", "properties": {"id": "ismpkansas70235973", "mag": 1.64, "time": 1506657154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887333, 37.201833, 5.03]}, "bbox": [-97.887333, 37.201833, -97.887333, 37.201833]}, {"id": "1374", "type": "Feature", "properties": {"id": "nc72900981", "mag": 1.98, "time": 1506656801880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8045, 38.832333, 1.64]}, "bbox": [-122.8045, 38.832333, -122.8045, 38.832333]}, {"id": "1375", "type": "Feature", "properties": {"id": "nc72900976", "mag": 1.12, "time": 1506656629400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.758667, 38.793499, 0.77]}, "bbox": [-122.758667, 38.793499, -122.758667, 38.793499]}, {"id": "1376", "type": "Feature", "properties": {"id": "ci38013768", "mag": 1.6, "time": 1506656062720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.976, 33.995833, 3.45]}, "bbox": [-116.976, 33.995833, -116.976, 33.995833]}, {"id": "1377", "type": "Feature", "properties": {"id": "ak16937888", "mag": 1.8, "time": 1506653782695, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9369, 62.1991, 64.3]}, "bbox": [-150.9369, 62.1991, -150.9369, 62.1991]}, {"id": "1378", "type": "Feature", "properties": {"id": "ak16989171", "mag": 1.9, "time": 1506653188688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5129, 51.845, 110.0]}, "bbox": [178.5129, 51.845, 178.5129, 51.845]}, {"id": "1379", "type": "Feature", "properties": {"id": "hv61925851", "mag": 0.95, "time": 1506653113010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.463667, 19.481, 6.56]}, "bbox": [-155.463667, 19.481, -155.463667, 19.481]}, {"id": "1380", "type": "Feature", "properties": {"id": "ci38013744", "mag": 1.0, "time": 1506653104110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.302333, 34.099, 15.05]}, "bbox": [-117.302333, 34.099, -117.302333, 34.099]}, {"id": "1381", "type": "Feature", "properties": {"id": "us2000awce", "mag": 4.4, "time": 1506652310280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7803, 35.9821, 42.36]}, "bbox": [141.7803, 35.9821, 141.7803, 35.9821]}, {"id": "1382", "type": "Feature", "properties": {"id": "ci38013736", "mag": 2.07, "time": 1506652304260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.259833, 32.454333, 2.17]}, "bbox": [-116.259833, 32.454333, -116.259833, 32.454333]}, {"id": "1383", "type": "Feature", "properties": {"id": "ci38013720", "mag": 2.39, "time": 1506651375080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.569, 31.324, 4.82]}, "bbox": [-115.569, 31.324, -115.569, 31.324]}, {"id": "1384", "type": "Feature", "properties": {"id": "ci38013712", "mag": 1.12, "time": 1506651359620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924833, 33.976167, 6.34]}, "bbox": [-116.924833, 33.976167, -116.924833, 33.976167]}, {"id": "1385", "type": "Feature", "properties": {"id": "nn00607452", "mag": 1.0, "time": 1506651336185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1923, 35.5727, 11.6]}, "bbox": [-116.1923, 35.5727, -116.1923, 35.5727]}, {"id": "1386", "type": "Feature", "properties": {"id": "ci38013704", "mag": 0.97, "time": 1506651243970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7885, 33.494833, 5.39]}, "bbox": [-116.7885, 33.494833, -116.7885, 33.494833]}, {"id": "1387", "type": "Feature", "properties": {"id": "ci38013688", "mag": 1.05, "time": 1506650990920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791167, 33.5105, 6.09]}, "bbox": [-116.791167, 33.5105, -116.791167, 33.5105]}, {"id": "1388", "type": "Feature", "properties": {"id": "ak16937883", "mag": 2.4, "time": 1506650514315, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9834, 51.7396, 25.6]}, "bbox": [-174.9834, 51.7396, -174.9834, 51.7396]}, {"id": "1389", "type": "Feature", "properties": {"id": "nc72900931", "mag": 1.16, "time": 1506649983200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720497, 38.775501, 1.87]}, "bbox": [-122.720497, 38.775501, -122.720497, 38.775501]}, {"id": "1390", "type": "Feature", "properties": {"id": "ak16937869", "mag": 2.6, "time": 1506649468698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8838, 61.8075, 66.1]}, "bbox": [-150.8838, 61.8075, -150.8838, 61.8075]}, {"id": "1391", "type": "Feature", "properties": {"id": "uu60013219", "mag": 1.32, "time": 1506648472160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.687, 41.150667, 12.61]}, "bbox": [-111.687, 41.150667, -111.687, 41.150667]}, {"id": "1392", "type": "Feature", "properties": {"id": "uu60250062", "mag": 2.53, "time": 1506648435990, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.936667, 38.921333, 10.59]}, "bbox": [-111.936667, 38.921333, -111.936667, 38.921333]}, {"id": "1393", "type": "Feature", "properties": {"id": "us2000awbw", "mag": 4.5, "time": 1506648405500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.976, 52.0498, 29.97]}, "bbox": [-169.976, 52.0498, -169.976, 52.0498]}, {"id": "1394", "type": "Feature", "properties": {"id": "us2000awbq", "mag": 4.9, "time": 1506648161110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.1717, 52.3421, 33.24]}, "bbox": [-170.1717, 52.3421, -170.1717, 52.3421]}, {"id": "1395", "type": "Feature", "properties": {"id": "ak16937823", "mag": 1.0, "time": 1506648034498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0631, 63.4906, 4.2]}, "bbox": [-147.0631, 63.4906, -147.0631, 63.4906]}, {"id": "1396", "type": "Feature", "properties": {"id": "ak16989160", "mag": 1.6, "time": 1506646713769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.579, 51.7059, 15.4]}, "bbox": [-178.579, 51.7059, -178.579, 51.7059]}, {"id": "1397", "type": "Feature", "properties": {"id": "nc72900911", "mag": 1.15, "time": 1506646505210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834333, 37.504, -0.73]}, "bbox": [-118.834333, 37.504, -118.834333, 37.504]}, {"id": "1398", "type": "Feature", "properties": {"id": "ci38013672", "mag": 2.61, "time": 1506646378780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.570333, 31.324667, 4.82]}, "bbox": [-115.570333, 31.324667, -115.570333, 31.324667]}, {"id": "1399", "type": "Feature", "properties": {"id": "ak16937047", "mag": 1.0, "time": 1506646107258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4881, 63.0417, 2.8]}, "bbox": [-151.4881, 63.0417, -151.4881, 63.0417]}, {"id": "1400", "type": "Feature", "properties": {"id": "ak16937045", "mag": 1.9, "time": 1506646058692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.135, 67.8468, 16.8]}, "bbox": [-156.135, 67.8468, -156.135, 67.8468]}, {"id": "1401", "type": "Feature", "properties": {"id": "nc72900906", "mag": 1.03, "time": 1506645880090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.876831, 38.8405, 2.17]}, "bbox": [-122.876831, 38.8405, -122.876831, 38.8405]}, {"id": "1402", "type": "Feature", "properties": {"id": "nc72900886", "mag": 1.63, "time": 1506645570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.816667, 2.21]}, "bbox": [-122.818333, 38.816667, -122.818333, 38.816667]}, {"id": "1403", "type": "Feature", "properties": {"id": "ci38013656", "mag": 2.24, "time": 1506645489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.313, 34.094167, 17.1]}, "bbox": [-117.313, 34.094167, -117.313, 34.094167]}, {"id": "1404", "type": "Feature", "properties": {"id": "ci38013632", "mag": 1.51, "time": 1506645195410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7955, 33.502667, 3.76]}, "bbox": [-116.7955, 33.502667, -116.7955, 33.502667]}, {"id": "1405", "type": "Feature", "properties": {"id": "nc72900876", "mag": 1.03, "time": 1506644780060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 37.470667, 1.87]}, "bbox": [-118.818, 37.470667, -118.818, 37.470667]}, {"id": "1406", "type": "Feature", "properties": {"id": "nc72900871", "mag": 1.62, "time": 1506644672730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.585667, 37.234667, 6.49]}, "bbox": [-118.585667, 37.234667, -118.585667, 37.234667]}, {"id": "1407", "type": "Feature", "properties": {"id": "ak16937041", "mag": 1.3, "time": 1506644621941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3267, 62.8222, 57.1]}, "bbox": [-148.3267, 62.8222, -148.3267, 62.8222]}, {"id": "1408", "type": "Feature", "properties": {"id": "ak16937039", "mag": 1.7, "time": 1506644576562, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2144, 60.0462, 13.4]}, "bbox": [-139.2144, 60.0462, -139.2144, 60.0462]}, {"id": "1409", "type": "Feature", "properties": {"id": "ak16937037", "mag": 1.1, "time": 1506644052798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3512, 58.196, 2.5]}, "bbox": [-155.3512, 58.196, -155.3512, 58.196]}, {"id": "1410", "type": "Feature", "properties": {"id": "ak16989154", "mag": 1.6, "time": 1506643362489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3692, 51.6466, 12.3]}, "bbox": [-178.3692, 51.6466, -178.3692, 51.6466]}, {"id": "1411", "type": "Feature", "properties": {"id": "ak16937036", "mag": 1.4, "time": 1506643250597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7379, 61.4006, 18.9]}, "bbox": [-147.7379, 61.4006, -147.7379, 61.4006]}, {"id": "1412", "type": "Feature", "properties": {"id": "us2000awbb", "mag": 4.9, "time": 1506643017480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.7489, 19.052, 30.59]}, "bbox": [144.7489, 19.052, 144.7489, 19.052]}, {"id": "1413", "type": "Feature", "properties": {"id": "ak16989677", "mag": 1.5, "time": 1506642839250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8862, 61.8988, 105.1]}, "bbox": [-151.8862, 61.8988, -151.8862, 61.8988]}, {"id": "1414", "type": "Feature", "properties": {"id": "ak16936268", "mag": 1.2, "time": 1506642106483, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9604, 62.3327, 42.9]}, "bbox": [-148.9604, 62.3327, -148.9604, 62.3327]}, {"id": "1415", "type": "Feature", "properties": {"id": "nn00607431", "mag": 1.9, "time": 1506641437450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5187, 36.978, 7.0]}, "bbox": [-117.5187, 36.978, -117.5187, 36.978]}, {"id": "1416", "type": "Feature", "properties": {"id": "nc72900841", "mag": 1.93, "time": 1506641348540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.606667, 4.1]}, "bbox": [-118.821, 37.606667, -118.821, 37.606667]}, {"id": "1417", "type": "Feature", "properties": {"id": "nc72900846", "mag": 1.13, "time": 1506641325970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.608333, 4.24]}, "bbox": [-118.818833, 37.608333, -118.818833, 37.608333]}, {"id": "1418", "type": "Feature", "properties": {"id": "nc72904266", "mag": 0.96, "time": 1506641269180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0985, 41.357, -1.69]}, "bbox": [-122.0985, 41.357, -122.0985, 41.357]}, {"id": "1419", "type": "Feature", "properties": {"id": "ak16989674", "mag": 1.6, "time": 1506641141934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9034, 59.5213, 94.1]}, "bbox": [-152.9034, 59.5213, -152.9034, 59.5213]}, {"id": "1420", "type": "Feature", "properties": {"id": "us2000awa2", "mag": 4.4, "time": 1506640604400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.6403, 51.5228, 41.23]}, "bbox": [-175.6403, 51.5228, -175.6403, 51.5228]}, {"id": "1421", "type": "Feature", "properties": {"id": "nn00607821", "mag": 1.1, "time": 1506640364409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9062, 38.3722, 8.5]}, "bbox": [-118.9062, 38.3722, -118.9062, 38.3722]}, {"id": "1422", "type": "Feature", "properties": {"id": "us2000aw9p", "mag": 5.4, "time": 1506640275740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7911, -24.8725, 440.96]}, "bbox": [-179.7911, -24.8725, -179.7911, -24.8725]}, {"id": "1423", "type": "Feature", "properties": {"id": "us2000b1wl", "mag": 4.8, "time": 1506639694670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5676, 1.0849, 4.38]}, "bbox": [127.5676, 1.0849, 127.5676, 1.0849]}, {"id": "1424", "type": "Feature", "properties": {"id": "us2000aw9e", "mag": 4.7, "time": 1506639688220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.3331, 2.9053, 15.04]}, "bbox": [133.3331, 2.9053, 133.3331, 2.9053]}, {"id": "1425", "type": "Feature", "properties": {"id": "ak16989671", "mag": 1.7, "time": 1506639639127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3134, 59.6717, 111.4]}, "bbox": [-153.3134, 59.6717, -153.3134, 59.6717]}, {"id": "1426", "type": "Feature", "properties": {"id": "ak16936241", "mag": 2.5, "time": 1506639635527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1768, 68.4586, 17.0]}, "bbox": [-147.1768, 68.4586, -147.1768, 68.4586]}, {"id": "1427", "type": "Feature", "properties": {"id": "nc72900821", "mag": 1.1, "time": 1506639127150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834833, 37.500333, -1.77]}, "bbox": [-118.834833, 37.500333, -118.834833, 37.500333]}, {"id": "1428", "type": "Feature", "properties": {"id": "us2000aw90", "mag": 5.1, "time": 1506638831750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5949, -34.0499, 10.0]}, "bbox": [-178.5949, -34.0499, -178.5949, -34.0499]}, {"id": "1429", "type": "Feature", "properties": {"id": "us2000aw8l", "mag": 4.3, "time": 1506638537770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4998, -6.5326, 108.74]}, "bbox": [130.4998, -6.5326, 130.4998, -6.5326]}, {"id": "1430", "type": "Feature", "properties": {"id": "nc72900811", "mag": 2.32, "time": 1506638416610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1135, 35.6885, 5.91]}, "bbox": [-121.1135, 35.6885, -121.1135, 35.6885]}, {"id": "1431", "type": "Feature", "properties": {"id": "nc72900806", "mag": 1.35, "time": 1506638081190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.534, 2.41]}, "bbox": [-118.878833, 37.534, -118.878833, 37.534]}, {"id": "1432", "type": "Feature", "properties": {"id": "uw61335056", "mag": 1.84, "time": 1506638058160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.417833, 45.624333, -1.28]}, "bbox": [-121.417833, 45.624333, -121.417833, 45.624333]}, {"id": "1433", "type": "Feature", "properties": {"id": "mb80258209", "mag": 1.37, "time": 1506637878310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.910833, 10.76]}, "bbox": [-112.521333, 46.910833, -112.521333, 46.910833]}, {"id": "1434", "type": "Feature", "properties": {"id": "ak16935473", "mag": 1.9, "time": 1506637576311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5454, 67.5431, 1.7]}, "bbox": [-158.5454, 67.5431, -158.5454, 67.5431]}, {"id": "1435", "type": "Feature", "properties": {"id": "ak16935469", "mag": 2.0, "time": 1506637236181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4826, 58.8115, 4.9]}, "bbox": [-153.4826, 58.8115, -153.4826, 58.8115]}, {"id": "1436", "type": "Feature", "properties": {"id": "ak16989667", "mag": 2.0, "time": 1506636836791, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4008, 59.8707, 143.3]}, "bbox": [-153.4008, 59.8707, -153.4008, 59.8707]}, {"id": "1437", "type": "Feature", "properties": {"id": "ak16989666", "mag": 1.1, "time": 1506636594038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2636, 62.56, 91.7]}, "bbox": [-151.2636, 62.56, -151.2636, 62.56]}, {"id": "1438", "type": "Feature", "properties": {"id": "nc72900796", "mag": 1.35, "time": 1506636488490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.710833, 38.743, 2.06]}, "bbox": [-122.710833, 38.743, -122.710833, 38.743]}, {"id": "1439", "type": "Feature", "properties": {"id": "ak16935467", "mag": 1.1, "time": 1506635722873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2148, 64.8337, 24.2]}, "bbox": [-149.2148, 64.8337, -149.2148, 64.8337]}, {"id": "1440", "type": "Feature", "properties": {"id": "ak16989663", "mag": 1.2, "time": 1506634878192, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0761, 62.868, 105.4]}, "bbox": [-151.0761, 62.868, -151.0761, 62.868]}, {"id": "1441", "type": "Feature", "properties": {"id": "us2000aw7x", "mag": 3.3, "time": 1506634428280, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9413, 39.9063, 10.29]}, "bbox": [19.9413, 39.9063, 19.9413, 39.9063]}, {"id": "1442", "type": "Feature", "properties": {"id": "ak16989662", "mag": 1.3, "time": 1506634090975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8044, 63.1677, 125.3]}, "bbox": [-150.8044, 63.1677, -150.8044, 63.1677]}, {"id": "1443", "type": "Feature", "properties": {"id": "us2000b1wj", "mag": 4.0, "time": 1506633989680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.778, 49.1768, 363.15]}, "bbox": [150.778, 49.1768, 150.778, 49.1768]}, {"id": "1444", "type": "Feature", "properties": {"id": "ak16935454", "mag": 2.6, "time": 1506633516577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9288, 61.8846, 49.8]}, "bbox": [-150.9288, 61.8846, -150.9288, 61.8846]}, {"id": "1445", "type": "Feature", "properties": {"id": "ak16935459", "mag": 2.8, "time": 1506633516034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7041, 61.8689, 59.8]}, "bbox": [-150.7041, 61.8689, -150.7041, 61.8689]}, {"id": "1446", "type": "Feature", "properties": {"id": "nn00607410", "mag": 2.0, "time": 1506633382650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9234, 38.4032, 7.8]}, "bbox": [-118.9234, 38.4032, -118.9234, 38.4032]}, {"id": "1447", "type": "Feature", "properties": {"id": "ak16935451", "mag": 1.7, "time": 1506632963331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6029, 62.2054, 19.5]}, "bbox": [-145.6029, 62.2054, -145.6029, 62.2054]}, {"id": "1448", "type": "Feature", "properties": {"id": "ci38013352", "mag": 1.79, "time": 1506632691350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.990833, 33.765333, 14.42]}, "bbox": [-116.990833, 33.765333, -116.990833, 33.765333]}, {"id": "1449", "type": "Feature", "properties": {"id": "nn00607723", "mag": 1.0, "time": 1506632347835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1182, 38.2802, 11.5]}, "bbox": [-119.1182, 38.2802, -119.1182, 38.2802]}, {"id": "1450", "type": "Feature", "properties": {"id": "hv61925221", "mag": 1.37, "time": 1506631999030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.430333, 19.4155, 3.336]}, "bbox": [-155.430333, 19.4155, -155.430333, 19.4155]}, {"id": "1451", "type": "Feature", "properties": {"id": "ak16935443", "mag": 2.3, "time": 1506631969817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.484, 61.7831, 31.3]}, "bbox": [-149.484, 61.7831, -149.484, 61.7831]}, {"id": "1452", "type": "Feature", "properties": {"id": "us2000aw54", "mag": 2.4, "time": 1506631716330, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.3897, 35.6755, 5.86]}, "bbox": [-97.3897, 35.6755, -97.3897, 35.6755]}, {"id": "1453", "type": "Feature", "properties": {"id": "us2000aw51", "mag": 4.7, "time": 1506631326570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.2381, -7.2814, 142.87]}, "bbox": [129.2381, -7.2814, 129.2381, -7.2814]}, {"id": "1454", "type": "Feature", "properties": {"id": "ak16989658", "mag": 1.3, "time": 1506630830832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5815, 63.2958, 125.3]}, "bbox": [-150.5815, 63.2958, -150.5815, 63.2958]}, {"id": "1455", "type": "Feature", "properties": {"id": "ak16935439", "mag": 1.8, "time": 1506629924653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1989, 60.9639, 35.6]}, "bbox": [-148.1989, 60.9639, -148.1989, 60.9639]}, {"id": "1456", "type": "Feature", "properties": {"id": "ci38013336", "mag": 1.94, "time": 1506629828900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.131167, 32.218833, 17.71]}, "bbox": [-116.131167, 32.218833, -116.131167, 32.218833]}, {"id": "1457", "type": "Feature", "properties": {"id": "ak16989656", "mag": 1.2, "time": 1506629660078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0033, 63.1036, 120.6]}, "bbox": [-151.0033, 63.1036, -151.0033, 63.1036]}, {"id": "1458", "type": "Feature", "properties": {"id": "mb80258194", "mag": 1.36, "time": 1506628850530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.870167, 10.85]}, "bbox": [-112.525833, 46.870167, -112.525833, 46.870167]}, {"id": "1459", "type": "Feature", "properties": {"id": "ak16989655", "mag": 1.6, "time": 1506628609513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2274, 59.9548, 119.1]}, "bbox": [-153.2274, 59.9548, -153.2274, 59.9548]}, {"id": "1460", "type": "Feature", "properties": {"id": "ak16989654", "mag": 1.5, "time": 1506627145969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4925, 59.606, 72.3]}, "bbox": [-152.4925, 59.606, -152.4925, 59.606]}, {"id": "1461", "type": "Feature", "properties": {"id": "nc72900741", "mag": 1.19, "time": 1506626419400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.631667, 36.039167, 2.5]}, "bbox": [-120.631667, 36.039167, -120.631667, 36.039167]}, {"id": "1462", "type": "Feature", "properties": {"id": "ak16989653", "mag": 1.4, "time": 1506626367074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3296, 60.9023, 42.3]}, "bbox": [-150.3296, 60.9023, -150.3296, 60.9023]}, {"id": "1463", "type": "Feature", "properties": {"id": "us2000aw2q", "mag": 4.9, "time": 1506625864960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-84.1381, 3.222, 33.2]}, "bbox": [-84.1381, 3.222, -84.1381, 3.222]}, {"id": "1464", "type": "Feature", "properties": {"id": "uu60249967", "mag": 1.41, "time": 1506625553170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457167, 42.614667, 6.24]}, "bbox": [-111.457167, 42.614667, -111.457167, 42.614667]}, {"id": "1465", "type": "Feature", "properties": {"id": "ak16933835", "mag": 2.9, "time": 1506625397763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.0327, 52.1592, 53.3]}, "bbox": [-171.0327, 52.1592, -171.0327, 52.1592]}, {"id": "1466", "type": "Feature", "properties": {"id": "ci38013288", "mag": 1.11, "time": 1506625160340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.118167, 33.2435, 12.25]}, "bbox": [-116.118167, 33.2435, -116.118167, 33.2435]}, {"id": "1467", "type": "Feature", "properties": {"id": "ak16989651", "mag": 1.3, "time": 1506624662212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6565, 62.7268, 75.5]}, "bbox": [-149.6565, 62.7268, -149.6565, 62.7268]}, {"id": "1468", "type": "Feature", "properties": {"id": "nn00607390", "mag": 1.2, "time": 1506624316884, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0954, 35.994, 9.6]}, "bbox": [-116.0954, 35.994, -116.0954, 35.994]}, {"id": "1469", "type": "Feature", "properties": {"id": "ak16933797", "mag": 2.1, "time": 1506623643983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.596, 60.994, 73.2]}, "bbox": [-151.596, 60.994, -151.596, 60.994]}, {"id": "1470", "type": "Feature", "properties": {"id": "ak16933794", "mag": 1.9, "time": 1506623613173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8361, 62.7886, 1.5]}, "bbox": [-151.8361, 62.7886, -151.8361, 62.7886]}, {"id": "1471", "type": "Feature", "properties": {"id": "ci38013264", "mag": 1.24, "time": 1506622262550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.530333, 35.347, 5.41]}, "bbox": [-118.530333, 35.347, -118.530333, 35.347]}, {"id": "1472", "type": "Feature", "properties": {"id": "ak16989648", "mag": 1.6, "time": 1506621791811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5986, 59.752, 76.2]}, "bbox": [-152.5986, 59.752, -152.5986, 59.752]}, {"id": "1473", "type": "Feature", "properties": {"id": "hv61924821", "mag": 2.4, "time": 1506621499160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.122167, 19.331, 7.032]}, "bbox": [-155.122167, 19.331, -155.122167, 19.331]}, {"id": "1474", "type": "Feature", "properties": {"id": "ak16933793", "mag": 1.6, "time": 1506621344909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8725, 59.9048, 16.1]}, "bbox": [-136.8725, 59.9048, -136.8725, 59.9048]}, {"id": "1475", "type": "Feature", "properties": {"id": "nc72900701", "mag": 1.21, "time": 1506621263930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.129833, 36.62, 9.54]}, "bbox": [-121.129833, 36.62, -121.129833, 36.62]}, {"id": "1476", "type": "Feature", "properties": {"id": "mb80258169", "mag": 1.95, "time": 1506620957630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.495833, 46.896167, 10.98]}, "bbox": [-112.495833, 46.896167, -112.495833, 46.896167]}, {"id": "1477", "type": "Feature", "properties": {"id": "ak16989646", "mag": 1.2, "time": 1506620810224, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5002, 61.5482, 31.5]}, "bbox": [-146.5002, 61.5482, -146.5002, 61.5482]}, {"id": "1478", "type": "Feature", "properties": {"id": "nc72900691", "mag": 1.44, "time": 1506620029980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.427167, 0.18]}, "bbox": [-122.995833, 39.427167, -122.995833, 39.427167]}, {"id": "1479", "type": "Feature", "properties": {"id": "ak16989645", "mag": 1.5, "time": 1506619134173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0379, 60.1776, 121.7]}, "bbox": [-153.0379, 60.1776, -153.0379, 60.1776]}, {"id": "1480", "type": "Feature", "properties": {"id": "ci38013232", "mag": 1.17, "time": 1506618737450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.506833, 5.73]}, "bbox": [-116.792167, 33.506833, -116.792167, 33.506833]}, {"id": "1481", "type": "Feature", "properties": {"id": "us2000avzh", "mag": 4.6, "time": 1506618485320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.5691, 2.1483, 97.53]}, "bbox": [127.5691, 2.1483, 127.5691, 2.1483]}, {"id": "1482", "type": "Feature", "properties": {"id": "us2000avzb", "mag": 4.9, "time": 1506617586500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.0401, 6.0164, 50.8]}, "bbox": [120.0401, 6.0164, 120.0401, 6.0164]}, {"id": "1483", "type": "Feature", "properties": {"id": "ak16933018", "mag": 1.2, "time": 1506617374262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.7278, 64.1]}, "bbox": [-150.7645, 61.7278, -150.7645, 61.7278]}, {"id": "1484", "type": "Feature", "properties": {"id": "hv61924676", "mag": 1.37, "time": 1506617124930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.142167, 19.3215, 5.152]}, "bbox": [-155.142167, 19.3215, -155.142167, 19.3215]}, {"id": "1485", "type": "Feature", "properties": {"id": "ak16989643", "mag": 1.6, "time": 1506616564611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8062, 60.4189, 2.2]}, "bbox": [-147.8062, 60.4189, -147.8062, 60.4189]}, {"id": "1486", "type": "Feature", "properties": {"id": "ak16989642", "mag": 1.4, "time": 1506615776447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9273, 61.5228, 95.1]}, "bbox": [-151.9273, 61.5228, -151.9273, 61.5228]}, {"id": "1487", "type": "Feature", "properties": {"id": "ak16989641", "mag": 1.3, "time": 1506615666771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3551, 60.8947, 43.2]}, "bbox": [-150.3551, 60.8947, -150.3551, 60.8947]}, {"id": "1488", "type": "Feature", "properties": {"id": "us2000avyw", "mag": 2.7, "time": 1506615478140, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4394, 42.5767, 8.98]}, "bbox": [-111.4394, 42.5767, -111.4394, 42.5767]}, {"id": "1489", "type": "Feature", "properties": {"id": "nc72900646", "mag": 1.38, "time": 1506615468050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0045, 36.4415, 0.06]}, "bbox": [-121.0045, 36.4415, -121.0045, 36.4415]}, {"id": "1490", "type": "Feature", "properties": {"id": "ak16989640", "mag": 1.3, "time": 1506615161794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0408, 63.589, 132.5]}, "bbox": [-150.0408, 63.589, -150.0408, 63.589]}, {"id": "1491", "type": "Feature", "properties": {"id": "ak16989639", "mag": 1.2, "time": 1506615119980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3231, 63.0526, 91.1]}, "bbox": [-150.3231, 63.0526, -150.3231, 63.0526]}, {"id": "1492", "type": "Feature", "properties": {"id": "ak16933017", "mag": 2.0, "time": 1506614678900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3488, 68.1439, 6.8]}, "bbox": [-136.3488, 68.1439, -136.3488, 68.1439]}, {"id": "1493", "type": "Feature", "properties": {"id": "ak16989637", "mag": 2.0, "time": 1506614163379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1177, 57.8245, 115.5]}, "bbox": [-156.1177, 57.8245, -156.1177, 57.8245]}, {"id": "1494", "type": "Feature", "properties": {"id": "nc72900616", "mag": 1.97, "time": 1506613917930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833833, 37.506167, 0.46]}, "bbox": [-118.833833, 37.506167, -118.833833, 37.506167]}, {"id": "1495", "type": "Feature", "properties": {"id": "ak16933016", "mag": 1.5, "time": 1506613537003, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1247, 62.197, 80.3]}, "bbox": [-151.1247, 62.197, -151.1247, 62.197]}, {"id": "1496", "type": "Feature", "properties": {"id": "nc72900606", "mag": 1.53, "time": 1506612805340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.996667, 39.425333, 0.77]}, "bbox": [-122.996667, 39.425333, -122.996667, 39.425333]}, {"id": "1497", "type": "Feature", "properties": {"id": "ak16989634", "mag": 1.6, "time": 1506612409300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4495, 58.785, 109.1]}, "bbox": [-154.4495, 58.785, -154.4495, 58.785]}, {"id": "1498", "type": "Feature", "properties": {"id": "ak16989633", "mag": 1.3, "time": 1506612360069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6854, 61.515, 2.6]}, "bbox": [-140.6854, 61.515, -140.6854, 61.515]}, {"id": "1499", "type": "Feature", "properties": {"id": "us2000avy5", "mag": 2.4, "time": 1506612136390, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1391, 37.351, 10.96]}, "bbox": [-98.1391, 37.351, -98.1391, 37.351]}, {"id": "1500", "type": "Feature", "properties": {"id": "ak16932254", "mag": 1.6, "time": 1506612041072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9819, 62.3692, 40.1]}, "bbox": [-147.9819, 62.3692, -147.9819, 62.3692]}, {"id": "1501", "type": "Feature", "properties": {"id": "us2000avxu", "mag": 2.3, "time": 1506611699680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3926, 36.3885, 15.33]}, "bbox": [-98.3926, 36.3885, -98.3926, 36.3885]}, {"id": "1502", "type": "Feature", "properties": {"id": "ak16932252", "mag": 1.4, "time": 1506611616543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7975, 61.8375, 20.1]}, "bbox": [-148.7975, 61.8375, -148.7975, 61.8375]}, {"id": "1503", "type": "Feature", "properties": {"id": "nc72900586", "mag": 1.03, "time": 1506611392120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821335, 38.808834, 2.14]}, "bbox": [-122.821335, 38.808834, -122.821335, 38.808834]}, {"id": "1504", "type": "Feature", "properties": {"id": "nc72900581", "mag": 1.68, "time": 1506611003850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995167, 39.428167, 0.76]}, "bbox": [-122.995167, 39.428167, -122.995167, 39.428167]}, {"id": "1505", "type": "Feature", "properties": {"id": "nc72900571", "mag": 3.21, "time": 1506610414710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1635, 40.137833, 15.62]}, "bbox": [-127.1635, 40.137833, -127.1635, 40.137833]}, {"id": "1506", "type": "Feature", "properties": {"id": "ak16932251", "mag": 2.9, "time": 1506610104421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9091, 51.7632, 40.8]}, "bbox": [-174.9091, 51.7632, -174.9091, 51.7632]}, {"id": "1507", "type": "Feature", "properties": {"id": "uu60249947", "mag": 1.1, "time": 1506608975840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421333, 42.593667, 5.84]}, "bbox": [-111.421333, 42.593667, -111.421333, 42.593667]}, {"id": "1508", "type": "Feature", "properties": {"id": "nc72900556", "mag": 1.09, "time": 1506608575910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6065, 3.9]}, "bbox": [-118.821333, 37.6065, -118.821333, 37.6065]}, {"id": "1509", "type": "Feature", "properties": {"id": "uu60249942", "mag": 1.52, "time": 1506608341480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415667, 42.591167, 5.46]}, "bbox": [-111.415667, 42.591167, -111.415667, 42.591167]}, {"id": "1510", "type": "Feature", "properties": {"id": "ak16932247", "mag": 2.1, "time": 1506608150712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4995, 59.282, 98.9]}, "bbox": [-153.4995, 59.282, -153.4995, 59.282]}, {"id": "1511", "type": "Feature", "properties": {"id": "ak16989627", "mag": 1.2, "time": 1506607597338, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5495, 63.4604, 104.2]}, "bbox": [-149.5495, 63.4604, -149.5495, 63.4604]}, {"id": "1512", "type": "Feature", "properties": {"id": "ak16989625", "mag": 1.6, "time": 1506607488149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3463, 61.0393, 106.1]}, "bbox": [-152.3463, 61.0393, -152.3463, 61.0393]}, {"id": "1513", "type": "Feature", "properties": {"id": "ak16932246", "mag": 1.4, "time": 1506606933995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1075, 61.1056, 49.5]}, "bbox": [-150.1075, 61.1056, -150.1075, 61.1056]}, {"id": "1514", "type": "Feature", "properties": {"id": "ak16932241", "mag": 2.4, "time": 1506606217414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3566, 59.8225, 132.2]}, "bbox": [-153.3566, 59.8225, -153.3566, 59.8225]}, {"id": "1515", "type": "Feature", "properties": {"id": "nn00607373", "mag": 1.4, "time": 1506605920785, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4887, 38.6992, 5.0]}, "bbox": [-118.4887, 38.6992, -118.4887, 38.6992]}, {"id": "1516", "type": "Feature", "properties": {"id": "ak16989622", "mag": 1.0, "time": 1506605668248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.09, 62.8911, 77.4]}, "bbox": [-149.09, 62.8911, -149.09, 62.8911]}, {"id": "1517", "type": "Feature", "properties": {"id": "ak16932239", "mag": 1.5, "time": 1506605540122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5382, 63.0052, 72.9]}, "bbox": [-149.5382, 63.0052, -149.5382, 63.0052]}, {"id": "1518", "type": "Feature", "properties": {"id": "nc72900531", "mag": 1.45, "time": 1506605237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.023333, 37.519667, 2.73]}, "bbox": [-119.023333, 37.519667, -119.023333, 37.519667]}, {"id": "1519", "type": "Feature", "properties": {"id": "uw61334636", "mag": 1.41, "time": 1506604992060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.905, 48.235833, 11.65]}, "bbox": [-121.905, 48.235833, -121.905, 48.235833]}, {"id": "1520", "type": "Feature", "properties": {"id": "ak16989620", "mag": 1.1, "time": 1506604766781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9752, 64.7557, 17.5]}, "bbox": [-139.9752, 64.7557, -139.9752, 64.7557]}, {"id": "1521", "type": "Feature", "properties": {"id": "nc72900521", "mag": 1.23, "time": 1506604242090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.078, 37.663333, 7.74]}, "bbox": [-122.078, 37.663333, -122.078, 37.663333]}, {"id": "1522", "type": "Feature", "properties": {"id": "ak16989619", "mag": 1.3, "time": 1506603071727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.42, 61.0462, 108.0]}, "bbox": [-152.42, 61.0462, -152.42, 61.0462]}, {"id": "1523", "type": "Feature", "properties": {"id": "uu60249937", "mag": 2.05, "time": 1506602964450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440333, 42.584, 3.5]}, "bbox": [-111.440333, 42.584, -111.440333, 42.584]}, {"id": "1524", "type": "Feature", "properties": {"id": "ak16931481", "mag": 1.0, "time": 1506601991313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.596, 66.821, 3.1]}, "bbox": [-143.596, 66.821, -143.596, 66.821]}, {"id": "1525", "type": "Feature", "properties": {"id": "ak16989616", "mag": 1.3, "time": 1506601744056, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1565, 57.9069, 53.3]}, "bbox": [-154.1565, 57.9069, -154.1565, 57.9069]}, {"id": "1526", "type": "Feature", "properties": {"id": "ak16989615", "mag": 1.2, "time": 1506601651411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3908, 68.9058, 5.0]}, "bbox": [-147.3908, 68.9058, -147.3908, 68.9058]}, {"id": "1527", "type": "Feature", "properties": {"id": "ak16931479", "mag": 1.4, "time": 1506601472327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4079, 61.6728, 40.0]}, "bbox": [-146.4079, 61.6728, -146.4079, 61.6728]}, {"id": "1528", "type": "Feature", "properties": {"id": "ak16931477", "mag": 1.1, "time": 1506601302752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8998, 65.8646, 6.1]}, "bbox": [-150.8998, 65.8646, -150.8998, 65.8646]}, {"id": "1529", "type": "Feature", "properties": {"id": "nc72900496", "mag": 1.36, "time": 1506601178090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.535, 2.88]}, "bbox": [-118.88, 37.535, -118.88, 37.535]}, {"id": "1530", "type": "Feature", "properties": {"id": "ak16931475", "mag": 1.2, "time": 1506600842484, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.174, 61.7151, 0.0]}, "bbox": [-148.174, 61.7151, -148.174, 61.7151]}, {"id": "1531", "type": "Feature", "properties": {"id": "nc72900446", "mag": 2.75, "time": 1506598677940, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.825333, 38.840167, 1.73]}, "bbox": [-122.825333, 38.840167, -122.825333, 38.840167]}, {"id": "1532", "type": "Feature", "properties": {"id": "ak16930710", "mag": 2.2, "time": 1506598490657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4189, 62.1612, 87.1]}, "bbox": [-151.4189, 62.1612, -151.4189, 62.1612]}, {"id": "1533", "type": "Feature", "properties": {"id": "us2000avvw", "mag": 5.3, "time": 1506598185690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.558, 28.7786, 10.0]}, "bbox": [140.558, 28.7786, 140.558, 28.7786]}, {"id": "1534", "type": "Feature", "properties": {"id": "ak16989610", "mag": 1.2, "time": 1506597726479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1805, 63.0271, 90.0]}, "bbox": [-150.1805, 63.0271, -150.1805, 63.0271]}, {"id": "1535", "type": "Feature", "properties": {"id": "nc72900431", "mag": 1.92, "time": 1506596753080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.485667, 38.5015, 5.55]}, "bbox": [-119.485667, 38.5015, -119.485667, 38.5015]}, {"id": "1536", "type": "Feature", "properties": {"id": "ak16989609", "mag": 1.5, "time": 1506596722964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1313, 51.5863, 44.2]}, "bbox": [-178.1313, 51.5863, -178.1313, 51.5863]}, {"id": "1537", "type": "Feature", "properties": {"id": "ak16930709", "mag": 1.4, "time": 1506596180091, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9834, 61.0931, 56.8]}, "bbox": [-150.9834, 61.0931, -150.9834, 61.0931]}, {"id": "1538", "type": "Feature", "properties": {"id": "ak16930708", "mag": 3.1, "time": 1506595515294, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [176.7195, 51.6195, 25.6]}, "bbox": [176.7195, 51.6195, 176.7195, 51.6195]}, {"id": "1539", "type": "Feature", "properties": {"id": "ak16989606", "mag": 1.5, "time": 1506595427986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5238, 51.5739, 68.8]}, "bbox": [-177.5238, 51.5739, -177.5238, 51.5739]}, {"id": "1540", "type": "Feature", "properties": {"id": "nc72900416", "mag": 1.17, "time": 1506594935360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.096, 36.553167, 9.44]}, "bbox": [-121.096, 36.553167, -121.096, 36.553167]}, {"id": "1541", "type": "Feature", "properties": {"id": "ak16930706", "mag": 1.2, "time": 1506593895889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.338, 63.1851, 0.0]}, "bbox": [-151.338, 63.1851, -151.338, 63.1851]}, {"id": "1542", "type": "Feature", "properties": {"id": "ci38012984", "mag": 1.12, "time": 1506593315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6855, 35.838833, 4.14]}, "bbox": [-117.6855, 35.838833, -117.6855, 35.838833]}, {"id": "1543", "type": "Feature", "properties": {"id": "nc72900391", "mag": 1.49, "time": 1506592222290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823333, 37.607, 4.05]}, "bbox": [-118.823333, 37.607, -118.823333, 37.607]}, {"id": "1544", "type": "Feature", "properties": {"id": "ak16930705", "mag": 1.1, "time": 1506591630653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3689, 61.3755, 23.9]}, "bbox": [-150.3689, 61.3755, -150.3689, 61.3755]}, {"id": "1545", "type": "Feature", "properties": {"id": "ci38012952", "mag": 1.31, "time": 1506591135600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.834333, 32.734667, 5.37]}, "bbox": [-115.834333, 32.734667, -115.834333, 32.734667]}, {"id": "1546", "type": "Feature", "properties": {"id": "hv61924526", "mag": 1.45, "time": 1506590418070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.392167, 9.534]}, "bbox": [-155.421333, 19.392167, -155.421333, 19.392167]}, {"id": "1547", "type": "Feature", "properties": {"id": "nc72900381", "mag": 1.63, "time": 1506590284210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.2205, 38.063167, 9.05]}, "bbox": [-122.2205, 38.063167, -122.2205, 38.063167]}, {"id": "1548", "type": "Feature", "properties": {"id": "us2000avu4", "mag": 4.4, "time": 1506589563580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6261, -23.7242, 196.73]}, "bbox": [-66.6261, -23.7242, -66.6261, -23.7242]}, {"id": "1549", "type": "Feature", "properties": {"id": "ak16989602", "mag": 2.7, "time": 1506589434755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4192, 52.1877, 22.9]}, "bbox": [-170.4192, 52.1877, -170.4192, 52.1877]}, {"id": "1550", "type": "Feature", "properties": {"id": "ci38012928", "mag": 1.18, "time": 1506589107820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7675, 33.325167, 12.65]}, "bbox": [-116.7675, 33.325167, -116.7675, 33.325167]}, {"id": "1551", "type": "Feature", "properties": {"id": "ak16989601", "mag": 1.5, "time": 1506589104993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4957, 51.6758, 15.5]}, "bbox": [-178.4957, 51.6758, -178.4957, 51.6758]}, {"id": "1552", "type": "Feature", "properties": {"id": "ak16929945", "mag": 2.3, "time": 1506588754779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7058, 62.131, 34.9]}, "bbox": [-149.7058, 62.131, -149.7058, 62.131]}, {"id": "1553", "type": "Feature", "properties": {"id": "ak16929940", "mag": 2.6, "time": 1506588542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6191, 66.8364, 10.5]}, "bbox": [-143.6191, 66.8364, -143.6191, 66.8364]}, {"id": "1554", "type": "Feature", "properties": {"id": "nn00607351", "mag": 1.4, "time": 1506588343442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9118, 38.3801, 6.4]}, "bbox": [-118.9118, 38.3801, -118.9118, 38.3801]}, {"id": "1555", "type": "Feature", "properties": {"id": "ak16929936", "mag": 2.0, "time": 1506587984225, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4437, 61.9903, 29.6]}, "bbox": [-147.4437, 61.9903, -147.4437, 61.9903]}, {"id": "1556", "type": "Feature", "properties": {"id": "mb80258129", "mag": 1.62, "time": 1506587784100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.868167, 10.62]}, "bbox": [-112.525167, 46.868167, -112.525167, 46.868167]}, {"id": "1557", "type": "Feature", "properties": {"id": "nc72900351", "mag": 1.19, "time": 1506586386820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.536333, 3.07]}, "bbox": [-118.880833, 37.536333, -118.880833, 37.536333]}, {"id": "1558", "type": "Feature", "properties": {"id": "us2000avte", "mag": 4.7, "time": 1506586379850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [117.1706, -10.7291, 10.0]}, "bbox": [117.1706, -10.7291, 117.1706, -10.7291]}, {"id": "1559", "type": "Feature", "properties": {"id": "us2000avtg", "mag": 5.3, "time": 1506586316130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.2449, 20.2657, 10.0]}, "bbox": [145.2449, 20.2657, 145.2449, 20.2657]}, {"id": "1560", "type": "Feature", "properties": {"id": "ak16929174", "mag": 2.3, "time": 1506586272361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7694, 61.6101, 47.2]}, "bbox": [-149.7694, 61.6101, -149.7694, 61.6101]}, {"id": "1561", "type": "Feature", "properties": {"id": "nc72900346", "mag": 1.18, "time": 1506586053100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823, 37.610167, 4.21]}, "bbox": [-118.823, 37.610167, -118.823, 37.610167]}, {"id": "1562", "type": "Feature", "properties": {"id": "uw61334586", "mag": 2.19, "time": 1506585933680, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.6315, 48.074, -0.77]}, "bbox": [-121.6315, 48.074, -121.6315, 48.074]}, {"id": "1563", "type": "Feature", "properties": {"id": "nn00607345", "mag": 1.8, "time": 1506585602623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6237, 38.7874, 8.5]}, "bbox": [-119.6237, 38.7874, -119.6237, 38.7874]}, {"id": "1564", "type": "Feature", "properties": {"id": "ak16929171", "mag": 1.6, "time": 1506585414754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1681, 58.2365, 0.7]}, "bbox": [-155.1681, 58.2365, -155.1681, 58.2365]}, {"id": "1565", "type": "Feature", "properties": {"id": "hv61924441", "mag": 1.7, "time": 1506585350220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.865167, 19.430333, 13.243]}, "bbox": [-155.865167, 19.430333, -155.865167, 19.430333]}, {"id": "1566", "type": "Feature", "properties": {"id": "nc72900326", "mag": 1.41, "time": 1506585322460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.751, 38.783, 2.58]}, "bbox": [-122.751, 38.783, -122.751, 38.783]}, {"id": "1567", "type": "Feature", "properties": {"id": "ak16929167", "mag": 2.4, "time": 1506585219017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0108, 65.3932, 8.2]}, "bbox": [-166.0108, 65.3932, -166.0108, 65.3932]}, {"id": "1568", "type": "Feature", "properties": {"id": "ak16929164", "mag": 1.6, "time": 1506585151006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7632, 61.6155, 48.1]}, "bbox": [-149.7632, 61.6155, -149.7632, 61.6155]}, {"id": "1569", "type": "Feature", "properties": {"id": "nn00607342", "mag": 1.4, "time": 1506584922597, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6325, 38.7911, 6.5]}, "bbox": [-119.6325, 38.7911, -119.6325, 38.7911]}, {"id": "1570", "type": "Feature", "properties": {"id": "ak16929162", "mag": 1.5, "time": 1506584839080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6957, 59.8727, 1.2]}, "bbox": [-136.6957, 59.8727, -136.6957, 59.8727]}, {"id": "1571", "type": "Feature", "properties": {"id": "mb80258114", "mag": 1.59, "time": 1506584469140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.867333, 10.81]}, "bbox": [-112.525167, 46.867333, -112.525167, 46.867333]}, {"id": "1572", "type": "Feature", "properties": {"id": "mb80258109", "mag": 1.16, "time": 1506584073450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.878167, 13.02]}, "bbox": [-112.53, 46.878167, -112.53, 46.878167]}, {"id": "1573", "type": "Feature", "properties": {"id": "ci38012872", "mag": 1.17, "time": 1506583959450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817833, 34.8665, 6.68]}, "bbox": [-118.817833, 34.8665, -118.817833, 34.8665]}, {"id": "1574", "type": "Feature", "properties": {"id": "ak16989588", "mag": 1.8, "time": 1506583466047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2642, 60.2053, 132.7]}, "bbox": [-153.2642, 60.2053, -153.2642, 60.2053]}, {"id": "1575", "type": "Feature", "properties": {"id": "us2000awdi", "mag": 1.5, "time": 1506583342200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.1659, 45.241, 4.82]}, "bbox": [-69.1659, 45.241, -69.1659, 45.241]}, {"id": "1576", "type": "Feature", "properties": {"id": "us2000avsq", "mag": 4.8, "time": 1506582689240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.4054, 37.4649, 44.08]}, "bbox": [141.4054, 37.4649, 141.4054, 37.4649]}, {"id": "1577", "type": "Feature", "properties": {"id": "ak16928412", "mag": 1.8, "time": 1506582059678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6189, 67.5652, 16.4]}, "bbox": [-159.6189, 67.5652, -159.6189, 67.5652]}, {"id": "1578", "type": "Feature", "properties": {"id": "ak16928397", "mag": 2.0, "time": 1506580602424, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1188, 61.1485, 13.0]}, "bbox": [-150.1188, 61.1485, -150.1188, 61.1485]}, {"id": "1579", "type": "Feature", "properties": {"id": "ak16928399", "mag": 1.1, "time": 1506580596261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8057, 66.0421, 6.0]}, "bbox": [-149.8057, 66.0421, -149.8057, 66.0421]}, {"id": "1580", "type": "Feature", "properties": {"id": "nc72900281", "mag": 1.14, "time": 1506579131440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.88, 37.5365, 3.19]}, "bbox": [-118.88, 37.5365, -118.88, 37.5365]}, {"id": "1581", "type": "Feature", "properties": {"id": "ak16928394", "mag": 1.6, "time": 1506578908430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0895, 61.7515, 17.4]}, "bbox": [-149.0895, 61.7515, -149.0895, 61.7515]}, {"id": "1582", "type": "Feature", "properties": {"id": "ci38012840", "mag": 0.96, "time": 1506578825230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767667, 36.025167, 1.05]}, "bbox": [-117.767667, 36.025167, -117.767667, 36.025167]}, {"id": "1583", "type": "Feature", "properties": {"id": "ci38012832", "mag": 1.0, "time": 1506578679490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.884833, 33.846833, 11.18]}, "bbox": [-117.884833, 33.846833, -117.884833, 33.846833]}, {"id": "1584", "type": "Feature", "properties": {"id": "uu60249902", "mag": 1.26, "time": 1506578472190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.285833, 41.514167, 1.58]}, "bbox": [-112.285833, 41.514167, -112.285833, 41.514167]}, {"id": "1585", "type": "Feature", "properties": {"id": "uu60249897", "mag": 1.56, "time": 1506578161990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4205, 42.5195, 5.83]}, "bbox": [-111.4205, 42.5195, -111.4205, 42.5195]}, {"id": "1586", "type": "Feature", "properties": {"id": "ak16989578", "mag": 1.2, "time": 1506577617968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0285, 60.9615, 99.9]}, "bbox": [-152.0285, 60.9615, -152.0285, 60.9615]}, {"id": "1587", "type": "Feature", "properties": {"id": "ak16927642", "mag": 2.5, "time": 1506576956542, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4519, 60.4702, 49.5]}, "bbox": [-151.4519, 60.4702, -151.4519, 60.4702]}, {"id": "1588", "type": "Feature", "properties": {"id": "ak16927639", "mag": 1.1, "time": 1506575989243, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9371, 64.4345, 12.0]}, "bbox": [-147.9371, 64.4345, -147.9371, 64.4345]}, {"id": "1589", "type": "Feature", "properties": {"id": "us2000avrg", "mag": 4.2, "time": 1506575321430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9228, 16.6784, 58.25]}, "bbox": [-94.9228, 16.6784, -94.9228, 16.6784]}, {"id": "1590", "type": "Feature", "properties": {"id": "ak16927634", "mag": 1.4, "time": 1506574806948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9601, 61.6771, 57.6]}, "bbox": [-150.9601, 61.6771, -150.9601, 61.6771]}, {"id": "1591", "type": "Feature", "properties": {"id": "us2000avr9", "mag": 3.0, "time": 1506574593800, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8025, 35.9915, 5.225]}, "bbox": [-96.8025, 35.9915, -96.8025, 35.9915]}, {"id": "1592", "type": "Feature", "properties": {"id": "nc72900251", "mag": 1.08, "time": 1506573201460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.876833, 37.531833, 2.55]}, "bbox": [-118.876833, 37.531833, -118.876833, 37.531833]}, {"id": "1593", "type": "Feature", "properties": {"id": "ak16989573", "mag": 1.0, "time": 1506573124099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1846, 68.5953, 17.3]}, "bbox": [-147.1846, 68.5953, -147.1846, 68.5953]}, {"id": "1594", "type": "Feature", "properties": {"id": "nc72900241", "mag": 2.37, "time": 1506572664450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8255, 37.454833, 2.13]}, "bbox": [-118.8255, 37.454833, -118.8255, 37.454833]}, {"id": "1595", "type": "Feature", "properties": {"id": "nc72900236", "mag": 1.11, "time": 1506572038110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.088333, 36.5915, 6.51]}, "bbox": [-121.088333, 36.5915, -121.088333, 36.5915]}, {"id": "1596", "type": "Feature", "properties": {"id": "ak16927631", "mag": 2.2, "time": 1506572029624, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6248, 51.535, 13.6]}, "bbox": [178.6248, 51.535, 178.6248, 51.535]}, {"id": "1597", "type": "Feature", "properties": {"id": "ak16989570", "mag": 1.3, "time": 1506571605724, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1124, 61.418, 10.3]}, "bbox": [-154.1124, 61.418, -154.1124, 61.418]}, {"id": "1598", "type": "Feature", "properties": {"id": "us2000avr1", "mag": 2.8, "time": 1506571358890, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1712, 37.3741, 5.0]}, "bbox": [-98.1712, 37.3741, -98.1712, 37.3741]}, {"id": "1599", "type": "Feature", "properties": {"id": "us2000avqw", "mag": 3.2, "time": 1506571014630, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1535, 37.3739, 5.0]}, "bbox": [-98.1535, 37.3739, -98.1535, 37.3739]}, {"id": "1600", "type": "Feature", "properties": {"id": "us2000avr2", "mag": 4.9, "time": 1506570988200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.8102, -5.2471, 64.55]}, "bbox": [151.8102, -5.2471, 151.8102, -5.2471]}, {"id": "1601", "type": "Feature", "properties": {"id": "nc72900206", "mag": 1.12, "time": 1506569953990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.878833, 37.5315, 2.34]}, "bbox": [-118.878833, 37.5315, -118.878833, 37.5315]}, {"id": "1602", "type": "Feature", "properties": {"id": "nc72900201", "mag": 1.78, "time": 1506569868050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.191167, 36.174833, 16.31]}, "bbox": [-120.191167, 36.174833, -120.191167, 36.174833]}, {"id": "1603", "type": "Feature", "properties": {"id": "mb80258089", "mag": 0.96, "time": 1506568483250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.872833, 14.45]}, "bbox": [-112.5215, 46.872833, -112.5215, 46.872833]}, {"id": "1604", "type": "Feature", "properties": {"id": "nc72900166", "mag": 1.94, "time": 1506568350160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.970833, 36.399167, 0.33]}, "bbox": [-120.970833, 36.399167, -120.970833, 36.399167]}, {"id": "1605", "type": "Feature", "properties": {"id": "nc72900156", "mag": 1.95, "time": 1506567041430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8805, 37.535167, 2.92]}, "bbox": [-118.8805, 37.535167, -118.8805, 37.535167]}, {"id": "1606", "type": "Feature", "properties": {"id": "nn00607321", "mag": 1.0, "time": 1506566989487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0173, 39.5809, 8.3]}, "bbox": [-120.0173, 39.5809, -120.0173, 39.5809]}, {"id": "1607", "type": "Feature", "properties": {"id": "ci38012696", "mag": 1.54, "time": 1506566359150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3855, 33.309667, 7.18]}, "bbox": [-116.3855, 33.309667, -116.3855, 33.309667]}, {"id": "1608", "type": "Feature", "properties": {"id": "ak16926883", "mag": 1.4, "time": 1506564828219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7449, 64.3314, 9.4]}, "bbox": [-150.7449, 64.3314, -150.7449, 64.3314]}, {"id": "1609", "type": "Feature", "properties": {"id": "ak16926881", "mag": 1.6, "time": 1506563449576, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7299, 60.5992, 21.1]}, "bbox": [-148.7299, 60.5992, -148.7299, 60.5992]}, {"id": "1610", "type": "Feature", "properties": {"id": "us2000avqf", "mag": 3.5, "time": 1506563003590, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-1.5206, 47.8948, 7.47]}, "bbox": [-1.5206, 47.8948, -1.5206, 47.8948]}, {"id": "1611", "type": "Feature", "properties": {"id": "us2000avq4", "mag": 3.4, "time": 1506562916490, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-83.8862, 9.972, 12.77]}, "bbox": [-83.8862, 9.972, -83.8862, 9.972]}, {"id": "1612", "type": "Feature", "properties": {"id": "ak16926876", "mag": 1.5, "time": 1506562750811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2038, 62.3276, 80.2]}, "bbox": [-151.2038, 62.3276, -151.2038, 62.3276]}, {"id": "1613", "type": "Feature", "properties": {"id": "ak16989563", "mag": 2.4, "time": 1506562282380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.5433, 52.3165, 175.4]}, "bbox": [-174.5433, 52.3165, -174.5433, 52.3165]}, {"id": "1614", "type": "Feature", "properties": {"id": "ci38012648", "mag": 1.44, "time": 1506561221540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9255, 33.975833, 5.98]}, "bbox": [-116.9255, 33.975833, -116.9255, 33.975833]}, {"id": "1615", "type": "Feature", "properties": {"id": "ak16989561", "mag": 1.2, "time": 1506560682030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3529, 60.5442, 7.3]}, "bbox": [-148.3529, 60.5442, -148.3529, 60.5442]}, {"id": "1616", "type": "Feature", "properties": {"id": "uu60249877", "mag": 2.9, "time": 1506560508370, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.946, 38.905, 8.36]}, "bbox": [-111.946, 38.905, -111.946, 38.905]}, {"id": "1617", "type": "Feature", "properties": {"id": "ci38012624", "mag": 1.0, "time": 1506559691050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.812, 36.016833, 1.28]}, "bbox": [-117.812, 36.016833, -117.812, 36.016833]}, {"id": "1618", "type": "Feature", "properties": {"id": "ci38012616", "mag": 1.66, "time": 1506559333880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.939667, 33.686667, 9.17]}, "bbox": [-115.939667, 33.686667, -115.939667, 33.686667]}, {"id": "1619", "type": "Feature", "properties": {"id": "ak16926874", "mag": 1.3, "time": 1506559196699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5701, 61.4562, 64.2]}, "bbox": [-150.5701, 61.4562, -150.5701, 61.4562]}, {"id": "1620", "type": "Feature", "properties": {"id": "nc72900121", "mag": 1.32, "time": 1506558055260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.2635, 39.396667, 0.45]}, "bbox": [-123.2635, 39.396667, -123.2635, 39.396667]}, {"id": "1621", "type": "Feature", "properties": {"id": "ak16989559", "mag": 1.0, "time": 1506557933118, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9128, 61.7015, 46.8]}, "bbox": [-149.9128, 61.7015, -149.9128, 61.7015]}, {"id": "1622", "type": "Feature", "properties": {"id": "ci38012608", "mag": 1.47, "time": 1506557437030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.089667, 35.6985, 2.41]}, "bbox": [-118.089667, 35.6985, -118.089667, 35.6985]}, {"id": "1623", "type": "Feature", "properties": {"id": "nc72900106", "mag": 1.15, "time": 1506556889810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794, 38.821167, 2.63]}, "bbox": [-122.794, 38.821167, -122.794, 38.821167]}, {"id": "1624", "type": "Feature", "properties": {"id": "nn00607313", "mag": 1.3, "time": 1506556883650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1041, 37.378, 3.6]}, "bbox": [-115.1041, 37.378, -115.1041, 37.378]}, {"id": "1625", "type": "Feature", "properties": {"id": "mb80258084", "mag": 1.57, "time": 1506556538250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.874833, 14.66]}, "bbox": [-112.526333, 46.874833, -112.526333, 46.874833]}, {"id": "1626", "type": "Feature", "properties": {"id": "nn00607310", "mag": 1.6, "time": 1506556172753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.059, 37.1112, 7.3]}, "bbox": [-117.059, 37.1112, -117.059, 37.1112]}, {"id": "1627", "type": "Feature", "properties": {"id": "ak16926873", "mag": 1.3, "time": 1506556116361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4042, 53.8015, 12.7]}, "bbox": [-166.4042, 53.8015, -166.4042, 53.8015]}, {"id": "1628", "type": "Feature", "properties": {"id": "nc72900096", "mag": 1.12, "time": 1506556022400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.731667, 38.760166, 1.18]}, "bbox": [-122.731667, 38.760166, -122.731667, 38.760166]}, {"id": "1629", "type": "Feature", "properties": {"id": "ak16988195", "mag": 1.9, "time": 1506555035171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0633, 60.0089, 114.1]}, "bbox": [-153.0633, 60.0089, -153.0633, 60.0089]}, {"id": "1630", "type": "Feature", "properties": {"id": "us2000avn9", "mag": 4.2, "time": 1506555004800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.4365, -8.2451, 154.02]}, "bbox": [119.4365, -8.2451, 119.4365, -8.2451]}, {"id": "1631", "type": "Feature", "properties": {"id": "nc72900086", "mag": 1.16, "time": 1506554882180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.738335, 38.755333, 0.36]}, "bbox": [-122.738335, 38.755333, -122.738335, 38.755333]}, {"id": "1632", "type": "Feature", "properties": {"id": "ak16926134", "mag": 1.1, "time": 1506554881350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2845, 60.8545, 21.3]}, "bbox": [-146.2845, 60.8545, -146.2845, 60.8545]}, {"id": "1633", "type": "Feature", "properties": {"id": "ak16988193", "mag": 1.0, "time": 1506554670593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1097, 62.4437, 13.6]}, "bbox": [-150.1097, 62.4437, -150.1097, 62.4437]}, {"id": "1634", "type": "Feature", "properties": {"id": "ak16926036", "mag": 1.3, "time": 1506554241873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6125, 61.555, 35.5]}, "bbox": [-149.6125, 61.555, -149.6125, 61.555]}, {"id": "1635", "type": "Feature", "properties": {"id": "nc72900081", "mag": 1.22, "time": 1506554024900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832, 37.5385, 4.78]}, "bbox": [-118.832, 37.5385, -118.832, 37.5385]}, {"id": "1636", "type": "Feature", "properties": {"id": "ci38012576", "mag": 1.27, "time": 1506553539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.392833, 34.878667, 4.66]}, "bbox": [-117.392833, 34.878667, -117.392833, 34.878667]}, {"id": "1637", "type": "Feature", "properties": {"id": "ak16926028", "mag": 1.6, "time": 1506553116940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5885, 67.5732, 17.6]}, "bbox": [-159.5885, 67.5732, -159.5885, 67.5732]}, {"id": "1638", "type": "Feature", "properties": {"id": "ci38012568", "mag": 1.61, "time": 1506552976740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.758833, 33.666667, 13.28]}, "bbox": [-116.758833, 33.666667, -116.758833, 33.666667]}, {"id": "1639", "type": "Feature", "properties": {"id": "ak16926026", "mag": 1.6, "time": 1506552344260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6143, 63.0496, 5.8]}, "bbox": [-151.6143, 63.0496, -151.6143, 63.0496]}, {"id": "1640", "type": "Feature", "properties": {"id": "ak16988188", "mag": 1.0, "time": 1506552342400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0102, 64.7419, 2.4]}, "bbox": [-140.0102, 64.7419, -140.0102, 64.7419]}, {"id": "1641", "type": "Feature", "properties": {"id": "ak16926025", "mag": 1.7, "time": 1506551886678, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4287, 51.666, 13.3]}, "bbox": [-178.4287, 51.666, -178.4287, 51.666]}, {"id": "1642", "type": "Feature", "properties": {"id": "uu60249842", "mag": 1.14, "time": 1506551770950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.297667, 41.517833, 3.93]}, "bbox": [-112.297667, 41.517833, -112.297667, 41.517833]}, {"id": "1643", "type": "Feature", "properties": {"id": "ak16926021", "mag": 1.0, "time": 1506550963839, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7318, 63.2463, 16.3]}, "bbox": [-151.7318, 63.2463, -151.7318, 63.2463]}, {"id": "1644", "type": "Feature", "properties": {"id": "ci38012528", "mag": 1.36, "time": 1506549674520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792167, 33.505667, 5.04]}, "bbox": [-116.792167, 33.505667, -116.792167, 33.505667]}, {"id": "1645", "type": "Feature", "properties": {"id": "us2000avlw", "mag": 4.5, "time": 1506549399140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.4716, 24.998, 125.83]}, "bbox": [123.4716, 24.998, 123.4716, 24.998]}, {"id": "1646", "type": "Feature", "properties": {"id": "ak16988184", "mag": 1.9, "time": 1506549387020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4366, 51.4823, 54.4]}, "bbox": [-177.4366, 51.4823, -177.4366, 51.4823]}, {"id": "1647", "type": "Feature", "properties": {"id": "nc72900041", "mag": 1.15, "time": 1506549261590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745331, 38.788502, 0.88]}, "bbox": [-122.745331, 38.788502, -122.745331, 38.788502]}, {"id": "1648", "type": "Feature", "properties": {"id": "uu60249832", "mag": 1.22, "time": 1506548944800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.294333, 41.516333, 2.01]}, "bbox": [-112.294333, 41.516333, -112.294333, 41.516333]}, {"id": "1649", "type": "Feature", "properties": {"id": "us2000avm6", "mag": 4.7, "time": 1506548861390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5824, 28.7476, 33.11]}, "bbox": [140.5824, 28.7476, 140.5824, 28.7476]}, {"id": "1650", "type": "Feature", "properties": {"id": "hv61923721", "mag": 1.68, "time": 1506548248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.233167, 19.411667, 26.335]}, "bbox": [-155.233167, 19.411667, -155.233167, 19.411667]}, {"id": "1651", "type": "Feature", "properties": {"id": "ak16988183", "mag": 1.1, "time": 1506547027410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5065, 62.8856, 85.5]}, "bbox": [-150.5065, 62.8856, -150.5065, 62.8856]}, {"id": "1652", "type": "Feature", "properties": {"id": "ak16988182", "mag": 1.3, "time": 1506546817449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3499, 60.4052, 65.0]}, "bbox": [-151.3499, 60.4052, -151.3499, 60.4052]}, {"id": "1653", "type": "Feature", "properties": {"id": "us2000avkb", "mag": 4.8, "time": 1506546638200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.5529, 28.769, 38.59]}, "bbox": [140.5529, 28.769, 140.5529, 28.769]}, {"id": "1654", "type": "Feature", "properties": {"id": "us2000avk0", "mag": 4.4, "time": 1506545901120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.9242, -10.8691, 104.23]}, "bbox": [-73.9242, -10.8691, -73.9242, -10.8691]}, {"id": "1655", "type": "Feature", "properties": {"id": "nc72900011", "mag": 1.24, "time": 1506545494440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7435, 38.775167, 0.33]}, "bbox": [-122.7435, 38.775167, -122.7435, 38.775167]}, {"id": "1656", "type": "Feature", "properties": {"id": "mb80258059", "mag": 1.99, "time": 1506545099310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533833, 46.865333, 12.52]}, "bbox": [-112.533833, 46.865333, -112.533833, 46.865333]}, {"id": "1657", "type": "Feature", "properties": {"id": "ak16988181", "mag": 1.9, "time": 1506544970602, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5993, 58.8739, 125.1]}, "bbox": [-154.5993, 58.8739, -154.5993, 58.8739]}, {"id": "1658", "type": "Feature", "properties": {"id": "nc71107599", "mag": 1.73, "time": 1506544649060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.852333, 36.770333, 5.22]}, "bbox": [-120.852333, 36.770333, -120.852333, 36.770333]}, {"id": "1659", "type": "Feature", "properties": {"id": "nc72900001", "mag": 1.02, "time": 1506544641500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.307333, 35.890833, 9.61]}, "bbox": [-120.307333, 35.890833, -120.307333, 35.890833]}, {"id": "1660", "type": "Feature", "properties": {"id": "uw61334351", "mag": 1.62, "time": 1506543856900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.103667, 46.818167, -0.37]}, "bbox": [-123.103667, 46.818167, -123.103667, 46.818167]}, {"id": "1661", "type": "Feature", "properties": {"id": "us2000avim", "mag": 4.5, "time": 1506542712990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6095, -15.1614, 131.74]}, "bbox": [-71.6095, -15.1614, -71.6095, -15.1614]}, {"id": "1662", "type": "Feature", "properties": {"id": "ak16924547", "mag": 1.3, "time": 1506542654107, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6538, 61.2784, 0.0]}, "bbox": [-147.6538, 61.2784, -147.6538, 61.2784]}, {"id": "1663", "type": "Feature", "properties": {"id": "nc72899976", "mag": 1.46, "time": 1506542639270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.024, 37.520333, 2.59]}, "bbox": [-119.024, 37.520333, -119.024, 37.520333]}, {"id": "1664", "type": "Feature", "properties": {"id": "ak16988179", "mag": 1.4, "time": 1506542327610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9637, 61.5729, 96.7]}, "bbox": [-151.9637, 61.5729, -151.9637, 61.5729]}, {"id": "1665", "type": "Feature", "properties": {"id": "ak16988178", "mag": 1.2, "time": 1506541938004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1366, 60.2787, 53.2]}, "bbox": [-151.1366, 60.2787, -151.1366, 60.2787]}, {"id": "1666", "type": "Feature", "properties": {"id": "ak16924544", "mag": 1.5, "time": 1506541523210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1298, 59.8511, 15.0]}, "bbox": [-139.1298, 59.8511, -139.1298, 59.8511]}, {"id": "1667", "type": "Feature", "properties": {"id": "ak16924540", "mag": 3.0, "time": 1506540667871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8525, 51.0507, 13.6]}, "bbox": [-179.8525, 51.0507, -179.8525, 51.0507]}, {"id": "1668", "type": "Feature", "properties": {"id": "ak16924539", "mag": 1.3, "time": 1506540652841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.178, 61.5488, 2.4]}, "bbox": [-138.178, 61.5488, -138.178, 61.5488]}, {"id": "1669", "type": "Feature", "properties": {"id": "ci38012400", "mag": 0.98, "time": 1506540581720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.481833, 33.471167, 13.16]}, "bbox": [-116.481833, 33.471167, -116.481833, 33.471167]}, {"id": "1670", "type": "Feature", "properties": {"id": "ak16988174", "mag": 1.1, "time": 1506540333948, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.501, 61.2429, 47.8]}, "bbox": [-150.501, 61.2429, -150.501, 61.2429]}, {"id": "1671", "type": "Feature", "properties": {"id": "ci38012384", "mag": 1.3, "time": 1506539422810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197, 34.992, -0.84]}, "bbox": [-118.197, 34.992, -118.197, 34.992]}, {"id": "1672", "type": "Feature", "properties": {"id": "mb80258049", "mag": 1.59, "time": 1506539240620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.472833, 46.002167, -2.0]}, "bbox": [-112.472833, 46.002167, -112.472833, 46.002167]}, {"id": "1673", "type": "Feature", "properties": {"id": "nc72899931", "mag": 1.55, "time": 1506538588360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4435, 38.569833, 7.29]}, "bbox": [-122.4435, 38.569833, -122.4435, 38.569833]}, {"id": "1674", "type": "Feature", "properties": {"id": "ci38012368", "mag": 1.32, "time": 1506538425860, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.193167, 34.018167, 9.75]}, "bbox": [-117.193167, 34.018167, -117.193167, 34.018167]}, {"id": "1675", "type": "Feature", "properties": {"id": "ci38012360", "mag": 1.78, "time": 1506537986730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.929, 33.395, 16.07]}, "bbox": [-116.929, 33.395, -116.929, 33.395]}, {"id": "1676", "type": "Feature", "properties": {"id": "mb80258044", "mag": 1.34, "time": 1506537974910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.870667, 11.9]}, "bbox": [-112.524833, 46.870667, -112.524833, 46.870667]}, {"id": "1677", "type": "Feature", "properties": {"id": "mb80258039", "mag": 1.67, "time": 1506537644220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.873167, 11.84]}, "bbox": [-112.525, 46.873167, -112.525, 46.873167]}, {"id": "1678", "type": "Feature", "properties": {"id": "ci38012352", "mag": 1.26, "time": 1506537396500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.313333, 35.0755, -0.97]}, "bbox": [-118.313333, 35.0755, -118.313333, 35.0755]}, {"id": "1679", "type": "Feature", "properties": {"id": "ak16988173", "mag": 2.5, "time": 1506536259670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2174, 55.267, 28.1]}, "bbox": [-153.2174, 55.267, -153.2174, 55.267]}, {"id": "1680", "type": "Feature", "properties": {"id": "ak16923724", "mag": 1.8, "time": 1506535852212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5095, 57.4219, 64.0]}, "bbox": [-155.5095, 57.4219, -155.5095, 57.4219]}, {"id": "1681", "type": "Feature", "properties": {"id": "ci38012280", "mag": 1.04, "time": 1506535593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8595, 37.1805, -1.52]}, "bbox": [-117.8595, 37.1805, -117.8595, 37.1805]}, {"id": "1682", "type": "Feature", "properties": {"id": "mb80258024", "mag": 1.14, "time": 1506535428310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.542833, 46.867, 15.39]}, "bbox": [-112.542833, 46.867, -112.542833, 46.867]}, {"id": "1683", "type": "Feature", "properties": {"id": "ak16923723", "mag": 1.8, "time": 1506535251777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8081, 59.8933, 18.4]}, "bbox": [-136.8081, 59.8933, -136.8081, 59.8933]}, {"id": "1684", "type": "Feature", "properties": {"id": "nc72899896", "mag": 1.43, "time": 1506534720980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1055, 37.325167, -0.31]}, "bbox": [-122.1055, 37.325167, -122.1055, 37.325167]}, {"id": "1685", "type": "Feature", "properties": {"id": "nn00607242", "mag": 1.3, "time": 1506533616061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.8105, 37.3086, 1.0]}, "bbox": [-114.8105, 37.3086, -114.8105, 37.3086]}, {"id": "1686", "type": "Feature", "properties": {"id": "ak16922991", "mag": 1.3, "time": 1506533488405, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0074, 62.0045, 73.7]}, "bbox": [-151.0074, 62.0045, -151.0074, 62.0045]}, {"id": "1687", "type": "Feature", "properties": {"id": "ak16922987", "mag": 1.8, "time": 1506533174170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1276, 62.1421, 107.7]}, "bbox": [-152.1276, 62.1421, -152.1276, 62.1421]}, {"id": "1688", "type": "Feature", "properties": {"id": "mb80258019", "mag": 1.36, "time": 1506533071220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.9895, 46.553167, -2.0]}, "bbox": [-111.9895, 46.553167, -111.9895, 46.553167]}, {"id": "1689", "type": "Feature", "properties": {"id": "ci38012256", "mag": 1.4, "time": 1506532727840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796333, 33.501667, 4.58]}, "bbox": [-116.796333, 33.501667, -116.796333, 33.501667]}, {"id": "1690", "type": "Feature", "properties": {"id": "ak16922978", "mag": 3.9, "time": 1506532451736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.5261, 52.9317, 19.0]}, "bbox": [-165.5261, 52.9317, -165.5261, 52.9317]}, {"id": "1691", "type": "Feature", "properties": {"id": "ak16922973", "mag": 1.3, "time": 1506532279574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0546, 62.1579, 12.9]}, "bbox": [-150.0546, 62.1579, -150.0546, 62.1579]}, {"id": "1692", "type": "Feature", "properties": {"id": "ak16922968", "mag": 2.2, "time": 1506532267245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0431, 59.4743, 92.8]}, "bbox": [-153.0431, 59.4743, -153.0431, 59.4743]}, {"id": "1693", "type": "Feature", "properties": {"id": "ak16922975", "mag": 1.9, "time": 1506532266486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1368, 59.6598, 0.0]}, "bbox": [-154.1368, 59.6598, -154.1368, 59.6598]}, {"id": "1694", "type": "Feature", "properties": {"id": "ak16922963", "mag": 1.1, "time": 1506530768012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1018, 64.1209, 3.3]}, "bbox": [-150.1018, 64.1209, -150.1018, 64.1209]}, {"id": "1695", "type": "Feature", "properties": {"id": "ak16924550", "mag": 2.4, "time": 1506530256430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6494, 52.9731, 12.9]}, "bbox": [-165.6494, 52.9731, -165.6494, 52.9731]}, {"id": "1696", "type": "Feature", "properties": {"id": "us2000avec", "mag": 2.6, "time": 1506529974600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.0737, 44.3257, 12.14]}, "bbox": [-114.0737, 44.3257, -114.0737, 44.3257]}, {"id": "1697", "type": "Feature", "properties": {"id": "nc72899871", "mag": 1.08, "time": 1506529473980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836, 37.569167, 1.23]}, "bbox": [-118.836, 37.569167, -118.836, 37.569167]}, {"id": "1698", "type": "Feature", "properties": {"id": "ci38012176", "mag": 1.03, "time": 1506529247980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795833, 33.502, 4.86]}, "bbox": [-116.795833, 33.502, -116.795833, 33.502]}, {"id": "1699", "type": "Feature", "properties": {"id": "ak16922238", "mag": 1.6, "time": 1506529055903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7065, 67.422, 11.0]}, "bbox": [-143.7065, 67.422, -143.7065, 67.422]}, {"id": "1700", "type": "Feature", "properties": {"id": "nc72899866", "mag": 1.85, "time": 1506528932600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.995833, 39.432667, 3.11]}, "bbox": [-122.995833, 39.432667, -122.995833, 39.432667]}, {"id": "1701", "type": "Feature", "properties": {"id": "us2000ave0", "mag": 4.1, "time": 1506528488760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.9926, -7.5373, 611.74]}, "bbox": [119.9926, -7.5373, 119.9926, -7.5373]}, {"id": "1702", "type": "Feature", "properties": {"id": "us2000avdr", "mag": 4.1, "time": 1506527126210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0234, -7.2935, 121.06]}, "bbox": [129.0234, -7.2935, 129.0234, -7.2935]}, {"id": "1703", "type": "Feature", "properties": {"id": "nc72899831", "mag": 1.23, "time": 1506526130580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.231667, 35.611, 3.55]}, "bbox": [-121.231667, 35.611, -121.231667, 35.611]}, {"id": "1704", "type": "Feature", "properties": {"id": "ak16988160", "mag": 1.6, "time": 1506525379416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9254, 58.9648, 66.9]}, "bbox": [-152.9254, 58.9648, -152.9254, 58.9648]}, {"id": "1705", "type": "Feature", "properties": {"id": "mb80257999", "mag": 1.8, "time": 1506524825390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.533333, 46.866, 13.41]}, "bbox": [-112.533333, 46.866, -112.533333, 46.866]}, {"id": "1706", "type": "Feature", "properties": {"id": "nc72899816", "mag": 1.11, "time": 1506524218360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.989167, 37.558167, 1.34]}, "bbox": [-118.989167, 37.558167, -118.989167, 37.558167]}, {"id": "1707", "type": "Feature", "properties": {"id": "ak16988159", "mag": 1.2, "time": 1506524092965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7404, 58.8609, 4.5]}, "bbox": [-153.7404, 58.8609, -153.7404, 58.8609]}, {"id": "1708", "type": "Feature", "properties": {"id": "ci38012112", "mag": 1.73, "time": 1506523530510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.417833, 34.440833, 0.65]}, "bbox": [-119.417833, 34.440833, -119.417833, 34.440833]}, {"id": "1709", "type": "Feature", "properties": {"id": "nc72899796", "mag": 0.95, "time": 1506523499180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8715, 37.492667, 3.48]}, "bbox": [-118.8715, 37.492667, -118.8715, 37.492667]}, {"id": "1710", "type": "Feature", "properties": {"id": "ak16921504", "mag": 1.8, "time": 1506522635679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3466, 59.8103, 47.9]}, "bbox": [-151.3466, 59.8103, -151.3466, 59.8103]}, {"id": "1711", "type": "Feature", "properties": {"id": "ak16988157", "mag": 1.5, "time": 1506522267480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.561, 57.6875, 76.6]}, "bbox": [-155.561, 57.6875, -155.561, 57.6875]}, {"id": "1712", "type": "Feature", "properties": {"id": "uw61311512", "mag": 1.06, "time": 1506522173600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.941333, 47.1825, 15.72]}, "bbox": [-121.941333, 47.1825, -121.941333, 47.1825]}, {"id": "1713", "type": "Feature", "properties": {"id": "ak16920785", "mag": 2.4, "time": 1506522058371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3316, 56.7652, 41.8]}, "bbox": [-154.3316, 56.7652, -154.3316, 56.7652]}, {"id": "1714", "type": "Feature", "properties": {"id": "ak16920784", "mag": 1.4, "time": 1506521703637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.533, 60.0761, 0.0]}, "bbox": [-139.533, 60.0761, -139.533, 60.0761]}, {"id": "1715", "type": "Feature", "properties": {"id": "hv61923421", "mag": 1.78, "time": 1506521436470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.401167, 19.199167, 32.961]}, "bbox": [-155.401167, 19.199167, -155.401167, 19.199167]}, {"id": "1716", "type": "Feature", "properties": {"id": "ak16920775", "mag": 2.0, "time": 1506520826084, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.649, 61.9693, 57.0]}, "bbox": [-150.649, 61.9693, -150.649, 61.9693]}, {"id": "1717", "type": "Feature", "properties": {"id": "ak16920772", "mag": 2.0, "time": 1506520439615, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2196, 59.6108, 85.6]}, "bbox": [-152.2196, 59.6108, -152.2196, 59.6108]}, {"id": "1718", "type": "Feature", "properties": {"id": "ak16920758", "mag": 2.9, "time": 1506520230887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3755, 61.9643, 42.4]}, "bbox": [-150.3755, 61.9643, -150.3755, 61.9643]}, {"id": "1719", "type": "Feature", "properties": {"id": "mb80257989", "mag": 1.28, "time": 1506520220400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.870167, 11.81]}, "bbox": [-112.5215, 46.870167, -112.5215, 46.870167]}, {"id": "1720", "type": "Feature", "properties": {"id": "ak16920757", "mag": 1.0, "time": 1506520046138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5503, 65.1678, 11.6]}, "bbox": [-151.5503, 65.1678, -151.5503, 65.1678]}, {"id": "1721", "type": "Feature", "properties": {"id": "nn00607209", "mag": 1.5, "time": 1506519994705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7233, 40.1708, 10.7]}, "bbox": [-117.7233, 40.1708, -117.7233, 40.1708]}, {"id": "1722", "type": "Feature", "properties": {"id": "ci38012040", "mag": 1.13, "time": 1506519953180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.935333, 34.4565, 9.26]}, "bbox": [-117.935333, 34.4565, -117.935333, 34.4565]}, {"id": "1723", "type": "Feature", "properties": {"id": "nc72899776", "mag": 1.01, "time": 1506519567480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.5315, -1.51]}, "bbox": [-118.840667, 37.5315, -118.840667, 37.5315]}, {"id": "1724", "type": "Feature", "properties": {"id": "nc72899766", "mag": 1.77, "time": 1506519075660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.243667, 39.398333, 12.87]}, "bbox": [-121.243667, 39.398333, -121.243667, 39.398333]}, {"id": "1725", "type": "Feature", "properties": {"id": "nc72899761", "mag": 1.35, "time": 1506518981970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745833, 38.784333, 1.01]}, "bbox": [-122.745833, 38.784333, -122.745833, 38.784333]}, {"id": "1726", "type": "Feature", "properties": {"id": "us2000avce", "mag": 2.7, "time": 1506518011840, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555, 46.8463, 8.48]}, "bbox": [-112.555, 46.8463, -112.555, 46.8463]}, {"id": "1727", "type": "Feature", "properties": {"id": "ak16920754", "mag": 2.5, "time": 1506517941863, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4288, 51.3519, 42.3]}, "bbox": [179.4288, 51.3519, 179.4288, 51.3519]}, {"id": "1728", "type": "Feature", "properties": {"id": "ak16920753", "mag": 1.2, "time": 1506517783977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1318, 60.4494, 8.4]}, "bbox": [-143.1318, 60.4494, -143.1318, 60.4494]}, {"id": "1729", "type": "Feature", "properties": {"id": "ak16920743", "mag": 2.6, "time": 1506516302533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0235, 61.6238, 41.0]}, "bbox": [-150.0235, 61.6238, -150.0235, 61.6238]}, {"id": "1730", "type": "Feature", "properties": {"id": "ak16988145", "mag": 1.2, "time": 1506515748862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9213, 61.1389, 61.5]}, "bbox": [-150.9213, 61.1389, -150.9213, 61.1389]}, {"id": "1731", "type": "Feature", "properties": {"id": "mb80257979", "mag": 1.95, "time": 1506514222430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528667, 46.869667, 13.01]}, "bbox": [-112.528667, 46.869667, -112.528667, 46.869667]}, {"id": "1732", "type": "Feature", "properties": {"id": "ak16920741", "mag": 1.4, "time": 1506513863630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4582, 62.4107, 39.0]}, "bbox": [-148.4582, 62.4107, -148.4582, 62.4107]}, {"id": "1733", "type": "Feature", "properties": {"id": "ak16920740", "mag": 2.1, "time": 1506513265227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.2773, 65.177, 2.3]}, "bbox": [-168.2773, 65.177, -168.2773, 65.177]}, {"id": "1734", "type": "Feature", "properties": {"id": "ak16920737", "mag": 1.4, "time": 1506513028050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1779, 58.0206, 30.7]}, "bbox": [-153.1779, 58.0206, -153.1779, 58.0206]}, {"id": "1735", "type": "Feature", "properties": {"id": "ak16920020", "mag": 1.9, "time": 1506512934355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4027, 59.1963, 7.9]}, "bbox": [-135.4027, 59.1963, -135.4027, 59.1963]}, {"id": "1736", "type": "Feature", "properties": {"id": "ak16920019", "mag": 1.3, "time": 1506511124207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9174, 59.9564, 76.1]}, "bbox": [-151.9174, 59.9564, -151.9174, 59.9564]}, {"id": "1737", "type": "Feature", "properties": {"id": "ci38011952", "mag": 1.07, "time": 1506511069520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789667, 33.489167, 5.35]}, "bbox": [-116.789667, 33.489167, -116.789667, 33.489167]}, {"id": "1738", "type": "Feature", "properties": {"id": "mb80257974", "mag": 1.33, "time": 1506510967360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.881, 13.2]}, "bbox": [-112.526833, 46.881, -112.526833, 46.881]}, {"id": "1739", "type": "Feature", "properties": {"id": "us2000avaw", "mag": 2.7, "time": 1506509852090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2764, 31.1697, 5.0]}, "bbox": [-103.2764, 31.1697, -103.2764, 31.1697]}, {"id": "1740", "type": "Feature", "properties": {"id": "nc72899726", "mag": 1.29, "time": 1506508915160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809, 38.828833, 0.37]}, "bbox": [-122.809, 38.828833, -122.809, 38.828833]}, {"id": "1741", "type": "Feature", "properties": {"id": "nc72899721", "mag": 1.52, "time": 1506508865060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.074167, 36.490333, 6.54]}, "bbox": [-121.074167, 36.490333, -121.074167, 36.490333]}, {"id": "1742", "type": "Feature", "properties": {"id": "ak16920017", "mag": 1.5, "time": 1506508671618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.664, 59.7325, 12.8]}, "bbox": [-136.664, 59.7325, -136.664, 59.7325]}, {"id": "1743", "type": "Feature", "properties": {"id": "nc72899716", "mag": 1.33, "time": 1506507368050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.621833, 36.9715, 5.05]}, "bbox": [-121.621833, 36.9715, -121.621833, 36.9715]}, {"id": "1744", "type": "Feature", "properties": {"id": "ak16988138", "mag": 1.5, "time": 1506506488102, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3194, 60.198, 0.0]}, "bbox": [-141.3194, 60.198, -141.3194, 60.198]}, {"id": "1745", "type": "Feature", "properties": {"id": "nc72899711", "mag": 1.1, "time": 1506506346060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.830667, 37.480333, -1.14]}, "bbox": [-118.830667, 37.480333, -118.830667, 37.480333]}, {"id": "1746", "type": "Feature", "properties": {"id": "ak16920009", "mag": 1.7, "time": 1506506054796, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8154, 59.9932, 104.2]}, "bbox": [-152.8154, 59.9932, -152.8154, 59.9932]}, {"id": "1747", "type": "Feature", "properties": {"id": "ak16988136", "mag": 1.4, "time": 1506505999692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1528, 59.8387, 71.2]}, "bbox": [-152.1528, 59.8387, -152.1528, 59.8387]}, {"id": "1748", "type": "Feature", "properties": {"id": "ak16920005", "mag": 1.7, "time": 1506505194635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0126, 61.1428, 12.4]}, "bbox": [-140.0126, 61.1428, -140.0126, 61.1428]}, {"id": "1749", "type": "Feature", "properties": {"id": "ak16920003", "mag": 1.3, "time": 1506504555844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6373, 60.4592, 9.8]}, "bbox": [-143.6373, 60.4592, -143.6373, 60.4592]}, {"id": "1750", "type": "Feature", "properties": {"id": "hv61923186", "mag": 1.49, "time": 1506503971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2035, 19.597167, 24.581]}, "bbox": [-155.2035, 19.597167, -155.2035, 19.597167]}, {"id": "1751", "type": "Feature", "properties": {"id": "nn00607200", "mag": 1.3, "time": 1506503935311, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.2622, 38.0846, 9.6]}, "bbox": [-117.2622, 38.0846, -117.2622, 38.0846]}, {"id": "1752", "type": "Feature", "properties": {"id": "us2000av9q", "mag": 3.0, "time": 1506503712310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2693, 31.1511, 5.0]}, "bbox": [-103.2693, 31.1511, -103.2693, 31.1511]}, {"id": "1753", "type": "Feature", "properties": {"id": "nc72899701", "mag": 1.06, "time": 1506503394340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.604333, 4.32]}, "bbox": [-118.819167, 37.604333, -118.819167, 37.604333]}, {"id": "1754", "type": "Feature", "properties": {"id": "mb80257964", "mag": 1.06, "time": 1506503136100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529667, 46.8705, 10.5]}, "bbox": [-112.529667, 46.8705, -112.529667, 46.8705]}, {"id": "1755", "type": "Feature", "properties": {"id": "uu60249807", "mag": 1.65, "time": 1506503101030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.067, 42.665833, 6.6]}, "bbox": [-111.067, 42.665833, -111.067, 42.665833]}, {"id": "1756", "type": "Feature", "properties": {"id": "ci38011904", "mag": 1.21, "time": 1506502961890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0485, 33.171333, 5.5]}, "bbox": [-116.0485, 33.171333, -116.0485, 33.171333]}, {"id": "1757", "type": "Feature", "properties": {"id": "us2000av9i", "mag": 4.2, "time": 1506502867800, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3374, -29.45, 38.77]}, "bbox": [-71.3374, -29.45, -71.3374, -29.45]}, {"id": "1758", "type": "Feature", "properties": {"id": "ak16919291", "mag": 2.0, "time": 1506502630723, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.4344, 59.1851, 6.2]}, "bbox": [-135.4344, 59.1851, -135.4344, 59.1851]}, {"id": "1759", "type": "Feature", "properties": {"id": "uu60249797", "mag": 1.72, "time": 1506502497570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.061667, 42.664667, 5.0]}, "bbox": [-111.061667, 42.664667, -111.061667, 42.664667]}, {"id": "1760", "type": "Feature", "properties": {"id": "ci38011896", "mag": 1.37, "time": 1506502201400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.052, 33.172, 6.03]}, "bbox": [-116.052, 33.172, -116.052, 33.172]}, {"id": "1761", "type": "Feature", "properties": {"id": "ci38011880", "mag": 1.16, "time": 1506501606110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.542667, 32.944667, 6.67]}, "bbox": [-115.542667, 32.944667, -115.542667, 32.944667]}, {"id": "1762", "type": "Feature", "properties": {"id": "us2000av94", "mag": 4.6, "time": 1506500888720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.1871, 28.1091, 45.31]}, "bbox": [54.1871, 28.1091, 54.1871, 28.1091]}, {"id": "1763", "type": "Feature", "properties": {"id": "ak16919288", "mag": 1.0, "time": 1506500817789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4269, 65.2147, 15.4]}, "bbox": [-152.4269, 65.2147, -152.4269, 65.2147]}, {"id": "1764", "type": "Feature", "properties": {"id": "ak16988130", "mag": 2.0, "time": 1506500078029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5053, 51.0555, 12.3]}, "bbox": [179.5053, 51.0555, 179.5053, 51.0555]}, {"id": "1765", "type": "Feature", "properties": {"id": "nc71107564", "mag": 1.29, "time": 1506499044330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.570833, 38.927167, 9.62]}, "bbox": [-122.570833, 38.927167, -122.570833, 38.927167]}, {"id": "1766", "type": "Feature", "properties": {"id": "us2000av8z", "mag": 4.3, "time": 1506498944880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1801, -21.2747, 610.22]}, "bbox": [-179.1801, -21.2747, -179.1801, -21.2747]}, {"id": "1767", "type": "Feature", "properties": {"id": "nc72899666", "mag": 1.1, "time": 1506498551180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8395, 37.568167, 1.44]}, "bbox": [-118.8395, 37.568167, -118.8395, 37.568167]}, {"id": "1768", "type": "Feature", "properties": {"id": "ak16918579", "mag": 1.9, "time": 1506498372082, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5535, 59.8103, 129.5]}, "bbox": [-153.5535, 59.8103, -153.5535, 59.8103]}, {"id": "1769", "type": "Feature", "properties": {"id": "ismpkansas70235883", "mag": 1.79, "time": 1506498339870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.776167, 37.332333, 4.84]}, "bbox": [-97.776167, 37.332333, -97.776167, 37.332333]}, {"id": "1770", "type": "Feature", "properties": {"id": "nc72899656", "mag": 1.07, "time": 1506497879900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818169, 38.816334, 2.44]}, "bbox": [-122.818169, 38.816334, -122.818169, 38.816334]}, {"id": "1771", "type": "Feature", "properties": {"id": "ak16988128", "mag": 1.7, "time": 1506497626569, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5074, 58.9707, 125.1]}, "bbox": [-154.5074, 58.9707, -154.5074, 58.9707]}, {"id": "1772", "type": "Feature", "properties": {"id": "nn00607194", "mag": 1.4, "time": 1506496907372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0035, 38.4922, 2.7]}, "bbox": [-118.0035, 38.4922, -118.0035, 38.4922]}, {"id": "1773", "type": "Feature", "properties": {"id": "ak16918577", "mag": 2.4, "time": 1506495198173, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3064, 51.5599, 38.1]}, "bbox": [-175.3064, 51.5599, -175.3064, 51.5599]}, {"id": "1774", "type": "Feature", "properties": {"id": "nn00607192", "mag": 1.3, "time": 1506495045147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1202, 38.2811, 9.2]}, "bbox": [-119.1202, 38.2811, -119.1202, 38.2811]}, {"id": "1775", "type": "Feature", "properties": {"id": "ak16917880", "mag": 1.4, "time": 1506494125518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4062, 59.5783, 46.7]}, "bbox": [-150.4062, 59.5783, -150.4062, 59.5783]}, {"id": "1776", "type": "Feature", "properties": {"id": "ci38011824", "mag": 2.15, "time": 1506493452570, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.377, 34.425667, 6.94]}, "bbox": [-119.377, 34.425667, -119.377, 34.425667]}, {"id": "1777", "type": "Feature", "properties": {"id": "ak16917877", "mag": 1.0, "time": 1506493181446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.74, 66.8722, 13.4]}, "bbox": [-146.74, 66.8722, -146.74, 66.8722]}, {"id": "1778", "type": "Feature", "properties": {"id": "ak16988124", "mag": 2.0, "time": 1506492309885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.6222, 51.5723, 70.6]}, "bbox": [-179.6222, 51.5723, -179.6222, 51.5723]}, {"id": "1779", "type": "Feature", "properties": {"id": "ak16917874", "mag": 1.0, "time": 1506491782705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3009, 62.1686, 20.4]}, "bbox": [-150.3009, 62.1686, -150.3009, 62.1686]}, {"id": "1780", "type": "Feature", "properties": {"id": "ismpkansas70235878", "mag": 1.72, "time": 1506491740260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966167, 37.277667, 3.84]}, "bbox": [-97.966167, 37.277667, -97.966167, 37.277667]}, {"id": "1781", "type": "Feature", "properties": {"id": "ak16917871", "mag": 2.2, "time": 1506491690990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.227, 67.4203, 2.2]}, "bbox": [-148.227, 67.4203, -148.227, 67.4203]}, {"id": "1782", "type": "Feature", "properties": {"id": "mb80257949", "mag": 1.15, "time": 1506491507770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.53, 46.8695, 10.41]}, "bbox": [-112.53, 46.8695, -112.53, 46.8695]}, {"id": "1783", "type": "Feature", "properties": {"id": "ak16917866", "mag": 2.4, "time": 1506491501818, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2772, 62.1792, 19.3]}, "bbox": [-150.2772, 62.1792, -150.2772, 62.1792]}, {"id": "1784", "type": "Feature", "properties": {"id": "ismpkansas70235873", "mag": 2.14, "time": 1506491075330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.886, 37.201833, 5.78]}, "bbox": [-97.886, 37.201833, -97.886, 37.201833]}, {"id": "1785", "type": "Feature", "properties": {"id": "mb80257939", "mag": 1.58, "time": 1506490489800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.867667, 13.76]}, "bbox": [-112.536833, 46.867667, -112.536833, 46.867667]}, {"id": "1786", "type": "Feature", "properties": {"id": "nn00607189", "mag": 1.5, "time": 1506490367737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.114, 38.2859, 6.0]}, "bbox": [-119.114, 38.2859, -119.114, 38.2859]}, {"id": "1787", "type": "Feature", "properties": {"id": "ci38011800", "mag": 2.36, "time": 1506490230430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3735, 34.4205, 2.68]}, "bbox": [-119.3735, 34.4205, -119.3735, 34.4205]}, {"id": "1788", "type": "Feature", "properties": {"id": "ci38011808", "mag": 1.19, "time": 1506490229680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.296833, 33.257333, 11.15]}, "bbox": [-116.296833, 33.257333, -116.296833, 33.257333]}, {"id": "1789", "type": "Feature", "properties": {"id": "nc72899631", "mag": 1.3, "time": 1506489660140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.492333, 37.643167, 10.59]}, "bbox": [-122.492333, 37.643167, -122.492333, 37.643167]}, {"id": "1790", "type": "Feature", "properties": {"id": "ci38011776", "mag": 1.48, "time": 1506489097510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.050333, 33.1715, 3.79]}, "bbox": [-116.050333, 33.1715, -116.050333, 33.1715]}, {"id": "1791", "type": "Feature", "properties": {"id": "ci38011760", "mag": 1.09, "time": 1506488442000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1045, 34.032667, 6.24]}, "bbox": [-117.1045, 34.032667, -117.1045, 34.032667]}, {"id": "1792", "type": "Feature", "properties": {"id": "ak16917162", "mag": 1.2, "time": 1506488287570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7916, 59.8749, 12.6]}, "bbox": [-136.7916, 59.8749, -136.7916, 59.8749]}, {"id": "1793", "type": "Feature", "properties": {"id": "ak16917160", "mag": 1.7, "time": 1506488119627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8594, 59.8596, 52.6]}, "bbox": [-151.8594, 59.8596, -151.8594, 59.8596]}, {"id": "1794", "type": "Feature", "properties": {"id": "ci38011736", "mag": 1.35, "time": 1506488015210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.011667, 33.275333, 2.98]}, "bbox": [-116.011667, 33.275333, -116.011667, 33.275333]}, {"id": "1795", "type": "Feature", "properties": {"id": "ci38011728", "mag": 1.28, "time": 1506487875520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796667, 33.492, 4.46]}, "bbox": [-116.796667, 33.492, -116.796667, 33.492]}, {"id": "1796", "type": "Feature", "properties": {"id": "ci38011720", "mag": 2.62, "time": 1506487715700, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.372333, 34.4215, 3.6]}, "bbox": [-119.372333, 34.4215, -119.372333, 34.4215]}, {"id": "1797", "type": "Feature", "properties": {"id": "uu60249762", "mag": 1.11, "time": 1506487228770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.7735, 44.765667, 7.75]}, "bbox": [-110.7735, 44.765667, -110.7735, 44.765667]}, {"id": "1798", "type": "Feature", "properties": {"id": "nc72899586", "mag": 2.03, "time": 1506485795570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784333, 38.836667, 1.36]}, "bbox": [-122.784333, 38.836667, -122.784333, 38.836667]}, {"id": "1799", "type": "Feature", "properties": {"id": "us2000av7z", "mag": 5.3, "time": 1506485581610, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [139.7504, -3.5926, 60.39]}, "bbox": [139.7504, -3.5926, 139.7504, -3.5926]}, {"id": "1800", "type": "Feature", "properties": {"id": "nn00607179", "mag": 1.2, "time": 1506485505469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6245, 38.788, 6.4]}, "bbox": [-119.6245, 38.788, -119.6245, 38.788]}, {"id": "1801", "type": "Feature", "properties": {"id": "us2000av80", "mag": 5.0, "time": 1506485392430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-43.5388, 28.7234, 10.0]}, "bbox": [-43.5388, 28.7234, -43.5388, 28.7234]}, {"id": "1802", "type": "Feature", "properties": {"id": "us2000av7x", "mag": 2.7, "time": 1506485373140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2078, 31.1233, 1.49]}, "bbox": [-103.2078, 31.1233, -103.2078, 31.1233]}, {"id": "1803", "type": "Feature", "properties": {"id": "nc72899571", "mag": 1.02, "time": 1506485084470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.004333, 37.796167, 1.79]}, "bbox": [-119.004333, 37.796167, -119.004333, 37.796167]}, {"id": "1804", "type": "Feature", "properties": {"id": "ak16988118", "mag": 1.8, "time": 1506483937222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.399, 51.7067, 17.6]}, "bbox": [-178.399, 51.7067, -178.399, 51.7067]}, {"id": "1805", "type": "Feature", "properties": {"id": "ak16916451", "mag": 1.9, "time": 1506483073029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0454, 59.6347, 103.9]}, "bbox": [-153.0454, 59.6347, -153.0454, 59.6347]}, {"id": "1806", "type": "Feature", "properties": {"id": "uw61311302", "mag": 2.23, "time": 1506482912030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.555, 44.547167, 12.72]}, "bbox": [-122.555, 44.547167, -122.555, 44.547167]}, {"id": "1807", "type": "Feature", "properties": {"id": "uw61311297", "mag": 1.11, "time": 1506482481740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.683, 45.372667, -1.63]}, "bbox": [-121.683, 45.372667, -121.683, 45.372667]}, {"id": "1808", "type": "Feature", "properties": {"id": "ci38011704", "mag": 1.57, "time": 1506482455900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.519833, 32.888, 10.14]}, "bbox": [-115.519833, 32.888, -115.519833, 32.888]}, {"id": "1809", "type": "Feature", "properties": {"id": "ak16988116", "mag": 2.0, "time": 1506482397355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3801, 51.6434, 13.2]}, "bbox": [-178.3801, 51.6434, -178.3801, 51.6434]}, {"id": "1810", "type": "Feature", "properties": {"id": "nc72899551", "mag": 1.76, "time": 1506481720510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.880667, 38.659333, 5.9]}, "bbox": [-122.880667, 38.659333, -122.880667, 38.659333]}, {"id": "1811", "type": "Feature", "properties": {"id": "ak16915757", "mag": 1.4, "time": 1506480400030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6852, 64.9151, 3.6]}, "bbox": [-145.6852, 64.9151, -145.6852, 64.9151]}, {"id": "1812", "type": "Feature", "properties": {"id": "nn00607173", "mag": 1.2, "time": 1506479979561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4858, 38.7006, 5.4]}, "bbox": [-118.4858, 38.7006, -118.4858, 38.7006]}, {"id": "1813", "type": "Feature", "properties": {"id": "us2000av7a", "mag": 2.7, "time": 1506479406560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8806, 37.2184, 2.69]}, "bbox": [-97.8806, 37.2184, -97.8806, 37.2184]}, {"id": "1814", "type": "Feature", "properties": {"id": "ak16988114", "mag": 1.6, "time": 1506479371570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3827, 51.4303, 27.7]}, "bbox": [179.3827, 51.4303, 179.3827, 51.4303]}, {"id": "1815", "type": "Feature", "properties": {"id": "ci38011664", "mag": 1.8, "time": 1506478585030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.628167, 35.076167, 10.0]}, "bbox": [-116.628167, 35.076167, -116.628167, 35.076167]}, {"id": "1816", "type": "Feature", "properties": {"id": "ak16915754", "mag": 2.0, "time": 1506478364486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3878, 61.6649, 31.2]}, "bbox": [-146.3878, 61.6649, -146.3878, 61.6649]}, {"id": "1817", "type": "Feature", "properties": {"id": "ak16915750", "mag": 1.2, "time": 1506477958824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6683, 62.8518, 73.0]}, "bbox": [-149.6683, 62.8518, -149.6683, 62.8518]}, {"id": "1818", "type": "Feature", "properties": {"id": "ak16915745", "mag": 1.8, "time": 1506477442438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6565, 53.4796, 20.0]}, "bbox": [-165.6565, 53.4796, -165.6565, 53.4796]}, {"id": "1819", "type": "Feature", "properties": {"id": "us2000av70", "mag": 4.7, "time": 1506476740040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.4332, -21.409, 120.07]}, "bbox": [-68.4332, -21.409, -68.4332, -21.409]}, {"id": "1820", "type": "Feature", "properties": {"id": "ak16915060", "mag": 1.3, "time": 1506476367132, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7491, 63.2266, 126.1]}, "bbox": [-150.7491, 63.2266, -150.7491, 63.2266]}, {"id": "1821", "type": "Feature", "properties": {"id": "us2000av6x", "mag": 4.7, "time": 1506475551840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.6287, 4.6053, 83.93]}, "bbox": [126.6287, 4.6053, 126.6287, 4.6053]}, {"id": "1822", "type": "Feature", "properties": {"id": "ak16915057", "mag": 2.4, "time": 1506475504238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2738, 57.0675, 69.2]}, "bbox": [-155.2738, 57.0675, -155.2738, 57.0675]}, {"id": "1823", "type": "Feature", "properties": {"id": "ci38011648", "mag": 2.25, "time": 1506474971480, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7765, 33.325667, 11.63]}, "bbox": [-116.7765, 33.325667, -116.7765, 33.325667]}, {"id": "1824", "type": "Feature", "properties": {"id": "nm60207341", "mag": 1.82, "time": 1506473928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.549667, 36.4815, 9.25]}, "bbox": [-89.549667, 36.4815, -89.549667, 36.4815]}, {"id": "1825", "type": "Feature", "properties": {"id": "ak16988107", "mag": 1.9, "time": 1506471772798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4471, 51.7337, 16.9]}, "bbox": [-178.4471, 51.7337, -178.4471, 51.7337]}, {"id": "1826", "type": "Feature", "properties": {"id": "ak16988106", "mag": 1.6, "time": 1506471697831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0762, 58.2594, 21.7]}, "bbox": [-152.0762, 58.2594, -152.0762, 58.2594]}, {"id": "1827", "type": "Feature", "properties": {"id": "us2000b1dn", "mag": 4.3, "time": 1506471581400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4161, 40.39, 49.52]}, "bbox": [142.4161, 40.39, 142.4161, 40.39]}, {"id": "1828", "type": "Feature", "properties": {"id": "ak16915048", "mag": 1.6, "time": 1506471507429, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7558, 60.1282, 31.9]}, "bbox": [-150.7558, 60.1282, -150.7558, 60.1282]}, {"id": "1829", "type": "Feature", "properties": {"id": "ak16914368", "mag": 1.9, "time": 1506469962223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0546, 60.9937, 12.2]}, "bbox": [-147.0546, 60.9937, -147.0546, 60.9937]}, {"id": "1830", "type": "Feature", "properties": {"id": "us2000av6e", "mag": 4.8, "time": 1506469452030, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.0971, 14.1324, 113.77]}, "bbox": [145.0971, 14.1324, 145.0971, 14.1324]}, {"id": "1831", "type": "Feature", "properties": {"id": "ak16914364", "mag": 1.0, "time": 1506469276260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0231, 64.8914, 16.1]}, "bbox": [-149.0231, 64.8914, -149.0231, 64.8914]}, {"id": "1832", "type": "Feature", "properties": {"id": "ci38011608", "mag": 1.21, "time": 1506468838030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.506, 6.88]}, "bbox": [-116.792667, 33.506, -116.792667, 33.506]}, {"id": "1833", "type": "Feature", "properties": {"id": "ak16949369", "mag": 1.0, "time": 1506468623879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2412, 61.8508, 14.7]}, "bbox": [-149.2412, 61.8508, -149.2412, 61.8508]}, {"id": "1834", "type": "Feature", "properties": {"id": "nc72899501", "mag": 0.98, "time": 1506468157640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.873833, 37.624833, 2.99]}, "bbox": [-118.873833, 37.624833, -118.873833, 37.624833]}, {"id": "1835", "type": "Feature", "properties": {"id": "ci38011600", "mag": 1.67, "time": 1506468079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.679333, 35.033667, -0.8]}, "bbox": [-117.679333, 35.033667, -117.679333, 35.033667]}, {"id": "1836", "type": "Feature", "properties": {"id": "us2000b02y", "mag": 4.2, "time": 1506467949880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2432, 15.0466, 41.01]}, "bbox": [-94.2432, 15.0466, -94.2432, 15.0466]}, {"id": "1837", "type": "Feature", "properties": {"id": "ak16914361", "mag": 1.9, "time": 1506467622189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6178, 65.1477, 10.9]}, "bbox": [-151.6178, 65.1477, -151.6178, 65.1477]}, {"id": "1838", "type": "Feature", "properties": {"id": "mb80257914", "mag": 1.23, "time": 1506467597640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.632, 46.8715, 5.29]}, "bbox": [-112.632, 46.8715, -112.632, 46.8715]}, {"id": "1839", "type": "Feature", "properties": {"id": "ak16914358", "mag": 1.0, "time": 1506466926514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3996, 64.9811, 0.0]}, "bbox": [-147.3996, 64.9811, -147.3996, 64.9811]}, {"id": "1840", "type": "Feature", "properties": {"id": "ak16914359", "mag": 1.0, "time": 1506466913331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0673, 63.4886, 10.1]}, "bbox": [-152.0673, 63.4886, -152.0673, 63.4886]}, {"id": "1841", "type": "Feature", "properties": {"id": "nc72899481", "mag": 1.12, "time": 1506466887280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808502, 38.832001, 1.23]}, "bbox": [-122.808502, 38.832001, -122.808502, 38.832001]}, {"id": "1842", "type": "Feature", "properties": {"id": "ak16949365", "mag": 1.7, "time": 1506466403289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 59.9001, 97.4]}, "bbox": [-152.9009, 59.9001, -152.9009, 59.9001]}, {"id": "1843", "type": "Feature", "properties": {"id": "nn00607152", "mag": 1.1, "time": 1506466364846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6252, 38.7877, 5.9]}, "bbox": [-119.6252, 38.7877, -119.6252, 38.7877]}, {"id": "1844", "type": "Feature", "properties": {"id": "us2000av5w", "mag": 4.8, "time": 1506465046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.6494, -2.0113, 10.0]}, "bbox": [-11.6494, -2.0113, -11.6494, -2.0113]}, {"id": "1845", "type": "Feature", "properties": {"id": "uw61311237", "mag": 2.77, "time": 1506464518680, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.953167, 44.251833, 24.14]}, "bbox": [-123.953167, 44.251833, -123.953167, 44.251833]}, {"id": "1846", "type": "Feature", "properties": {"id": "ci38011536", "mag": 1.75, "time": 1506464439110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.304167, 33.253667, 10.84]}, "bbox": [-116.304167, 33.253667, -116.304167, 33.253667]}, {"id": "1847", "type": "Feature", "properties": {"id": "ci38011520", "mag": 1.59, "time": 1506463692350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.216, 33.010333, 6.85]}, "bbox": [-116.216, 33.010333, -116.216, 33.010333]}, {"id": "1848", "type": "Feature", "properties": {"id": "us2000av56", "mag": 4.2, "time": 1506463598300, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2376, -31.7843, 7.09]}, "bbox": [-72.2376, -31.7843, -72.2376, -31.7843]}, {"id": "1849", "type": "Feature", "properties": {"id": "nn00607136", "mag": 2.8, "time": 1506462799119, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6217, 38.7826, 6.1]}, "bbox": [-119.6217, 38.7826, -119.6217, 38.7826]}, {"id": "1850", "type": "Feature", "properties": {"id": "ci38011488", "mag": 1.81, "time": 1506462726380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750667, 33.516333, 3.18]}, "bbox": [-116.750667, 33.516333, -116.750667, 33.516333]}, {"id": "1851", "type": "Feature", "properties": {"id": "nc72899441", "mag": 2.97, "time": 1506462683270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0155, 40.263833, 11.96]}, "bbox": [-127.0155, 40.263833, -127.0155, 40.263833]}, {"id": "1852", "type": "Feature", "properties": {"id": "ak16949362", "mag": 1.6, "time": 1506462418457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0128, 59.6612, 95.4]}, "bbox": [-153.0128, 59.6612, -153.0128, 59.6612]}, {"id": "1853", "type": "Feature", "properties": {"id": "ak16949359", "mag": 1.6, "time": 1506461654966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3493, 59.8886, 123.7]}, "bbox": [-153.3493, 59.8886, -153.3493, 59.8886]}, {"id": "1854", "type": "Feature", "properties": {"id": "us2000av40", "mag": 5.4, "time": 1506461346270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9476, -23.5856, 538.01]}, "bbox": [-179.9476, -23.5856, -179.9476, -23.5856]}, {"id": "1855", "type": "Feature", "properties": {"id": "nc72899416", "mag": 1.3, "time": 1506461324290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.8215, 0.97]}, "bbox": [-122.810333, 38.8215, -122.810333, 38.8215]}, {"id": "1856", "type": "Feature", "properties": {"id": "mb80257904", "mag": 0.95, "time": 1506461125950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.496, 46.8605, 16.29]}, "bbox": [-112.496, 46.8605, -112.496, 46.8605]}, {"id": "1857", "type": "Feature", "properties": {"id": "ak16913020", "mag": 1.1, "time": 1506460729533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0111, 65.8632, 12.1]}, "bbox": [-151.0111, 65.8632, -151.0111, 65.8632]}, {"id": "1858", "type": "Feature", "properties": {"id": "mb80257894", "mag": 1.08, "time": 1506460594630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.515167, 43.545833, 12.83]}, "bbox": [-110.515167, 43.545833, -110.515167, 43.545833]}, {"id": "1859", "type": "Feature", "properties": {"id": "ak16913017", "mag": 1.8, "time": 1506459899986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.56, 59.8031, 16.5]}, "bbox": [-136.56, 59.8031, -136.56, 59.8031]}, {"id": "1860", "type": "Feature", "properties": {"id": "ak16913011", "mag": 1.9, "time": 1506459063460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6788, 61.3357, 16.8]}, "bbox": [-146.6788, 61.3357, -146.6788, 61.3357]}, {"id": "1861", "type": "Feature", "properties": {"id": "nc72899391", "mag": 1.35, "time": 1506458512440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.789833, 1.23]}, "bbox": [-122.735333, 38.789833, -122.735333, 38.789833]}, {"id": "1862", "type": "Feature", "properties": {"id": "hv61922451", "mag": 1.7, "time": 1506458350950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471167, 19.227667, 34.865]}, "bbox": [-155.471167, 19.227667, -155.471167, 19.227667]}, {"id": "1863", "type": "Feature", "properties": {"id": "nc72899386", "mag": 1.89, "time": 1506458341570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.609667, 36.888333, 1.8]}, "bbox": [-121.609667, 36.888333, -121.609667, 36.888333]}, {"id": "1864", "type": "Feature", "properties": {"id": "us2000av31", "mag": 5.8, "time": 1506457331560, "felt": 45.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.4059, 40.3206, 36.04]}, "bbox": [142.4059, 40.3206, 142.4059, 40.3206]}, {"id": "1865", "type": "Feature", "properties": {"id": "ak16949355", "mag": 1.3, "time": 1506457099270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1826, 62.1538, 80.2]}, "bbox": [-151.1826, 62.1538, -151.1826, 62.1538]}, {"id": "1866", "type": "Feature", "properties": {"id": "us2000av2y", "mag": 2.6, "time": 1506456843780, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9668, 37.2773, 4.05]}, "bbox": [-97.9668, 37.2773, -97.9668, 37.2773]}, {"id": "1867", "type": "Feature", "properties": {"id": "ak16912327", "mag": 2.1, "time": 1506456421978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8619, 59.5574, 79.6]}, "bbox": [-152.8619, 59.5574, -152.8619, 59.5574]}, {"id": "1868", "type": "Feature", "properties": {"id": "ak16912325", "mag": 1.6, "time": 1506456406002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0714, 61.2493, 0.0]}, "bbox": [-152.0714, 61.2493, -152.0714, 61.2493]}, {"id": "1869", "type": "Feature", "properties": {"id": "ak16912323", "mag": 1.4, "time": 1506455786083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6417, 63.0711, 110.3]}, "bbox": [-150.6417, 63.0711, -150.6417, 63.0711]}, {"id": "1870", "type": "Feature", "properties": {"id": "nc72899366", "mag": 1.19, "time": 1506455697960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.989167, 35.677333, -0.35]}, "bbox": [-120.989167, 35.677333, -120.989167, 35.677333]}, {"id": "1871", "type": "Feature", "properties": {"id": "mb80257869", "mag": 1.78, "time": 1506455523560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4975, 46.900667, 11.16]}, "bbox": [-112.4975, 46.900667, -112.4975, 46.900667]}, {"id": "1872", "type": "Feature", "properties": {"id": "nc72899361", "mag": 1.14, "time": 1506455417130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.6625, 36.100833, 0.94]}, "bbox": [-120.6625, 36.100833, -120.6625, 36.100833]}, {"id": "1873", "type": "Feature", "properties": {"id": "uw61311182", "mag": 1.51, "time": 1506454723910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.398833, 46.488167, 17.99]}, "bbox": [-122.398833, 46.488167, -122.398833, 46.488167]}, {"id": "1874", "type": "Feature", "properties": {"id": "ci38011384", "mag": 1.37, "time": 1506454231340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.897333, 32.7725, -0.37]}, "bbox": [-116.897333, 32.7725, -116.897333, 32.7725]}, {"id": "1875", "type": "Feature", "properties": {"id": "mb80257864", "mag": 1.46, "time": 1506454190410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413167, 45.912833, -2.0]}, "bbox": [-111.413167, 45.912833, -111.413167, 45.912833]}, {"id": "1876", "type": "Feature", "properties": {"id": "ci38011376", "mag": 1.05, "time": 1506454146060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.509, 6.71]}, "bbox": [-116.797167, 33.509, -116.797167, 33.509]}, {"id": "1877", "type": "Feature", "properties": {"id": "nn00607108", "mag": 1.0, "time": 1506454067433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.4885, 38.5144, 10.4]}, "bbox": [-119.4885, 38.5144, -119.4885, 38.5144]}, {"id": "1878", "type": "Feature", "properties": {"id": "ak16912305", "mag": 1.2, "time": 1506453243306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4352, 61.6115, 33.0]}, "bbox": [-146.4352, 61.6115, -146.4352, 61.6115]}, {"id": "1879", "type": "Feature", "properties": {"id": "us2000av22", "mag": 5.4, "time": 1506452898220, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.7412, 1.2169, 17.7]}, "bbox": [132.7412, 1.2169, 132.7412, 1.2169]}, {"id": "1880", "type": "Feature", "properties": {"id": "nc72899341", "mag": 0.98, "time": 1506452133100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.783165, 38.837833, 0.59]}, "bbox": [-122.783165, 38.837833, -122.783165, 38.837833]}, {"id": "1881", "type": "Feature", "properties": {"id": "us2000av1t", "mag": 4.3, "time": 1506452028320, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6352, 16.5993, 104.33]}, "bbox": [-94.6352, 16.5993, -94.6352, 16.5993]}, {"id": "1882", "type": "Feature", "properties": {"id": "ak16911656", "mag": 1.1, "time": 1506451444842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9798, 65.8633, 10.8]}, "bbox": [-150.9798, 65.8633, -150.9798, 65.8633]}, {"id": "1883", "type": "Feature", "properties": {"id": "mb80257849", "mag": 1.17, "time": 1506451369960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531667, 46.869333, 10.26]}, "bbox": [-112.531667, 46.869333, -112.531667, 46.869333]}, {"id": "1884", "type": "Feature", "properties": {"id": "ak16911652", "mag": 1.7, "time": 1506451256386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2303, 62.9438, 64.9]}, "bbox": [-148.2303, 62.9438, -148.2303, 62.9438]}, {"id": "1885", "type": "Feature", "properties": {"id": "nc72899331", "mag": 1.39, "time": 1506451169180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.46, 37.983333, -0.05]}, "bbox": [-122.46, 37.983333, -122.46, 37.983333]}, {"id": "1886", "type": "Feature", "properties": {"id": "ak16949348", "mag": 1.2, "time": 1506450622498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9789, 62.4498, 80.4]}, "bbox": [-150.9789, 62.4498, -150.9789, 62.4498]}, {"id": "1887", "type": "Feature", "properties": {"id": "nc72899311", "mag": 1.66, "time": 1506450429900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811, 38.812, 2.48]}, "bbox": [-122.811, 38.812, -122.811, 38.812]}, {"id": "1888", "type": "Feature", "properties": {"id": "ci38011328", "mag": 1.82, "time": 1506450379870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.5035, 6.49]}, "bbox": [-116.7965, 33.5035, -116.7965, 33.5035]}, {"id": "1889", "type": "Feature", "properties": {"id": "ci38011320", "mag": 1.66, "time": 1506450370460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.948, 35.292167, 17.31]}, "bbox": [-118.948, 35.292167, -118.948, 35.292167]}, {"id": "1890", "type": "Feature", "properties": {"id": "hv61922336", "mag": 3.25, "time": 1506450097970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.231, 19.290833, 8.96]}, "bbox": [-155.231, 19.290833, -155.231, 19.290833]}, {"id": "1891", "type": "Feature", "properties": {"id": "ak16949347", "mag": 1.4, "time": 1506449901001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1914, 59.4295, 70.7]}, "bbox": [-152.1914, 59.4295, -152.1914, 59.4295]}, {"id": "1892", "type": "Feature", "properties": {"id": "ci38011304", "mag": 1.2, "time": 1506449584430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.813667, 36.025833, 1.31]}, "bbox": [-117.813667, 36.025833, -117.813667, 36.025833]}, {"id": "1893", "type": "Feature", "properties": {"id": "ci38011296", "mag": 0.98, "time": 1506449444340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8115, 36.028167, 0.41]}, "bbox": [-117.8115, 36.028167, -117.8115, 36.028167]}, {"id": "1894", "type": "Feature", "properties": {"id": "ak16911638", "mag": 2.2, "time": 1506449441975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1385, 62.9479, 63.9]}, "bbox": [-148.1385, 62.9479, -148.1385, 62.9479]}, {"id": "1895", "type": "Feature", "properties": {"id": "mb80257844", "mag": 1.11, "time": 1506448956940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.8605, 12.58]}, "bbox": [-112.532, 46.8605, -112.532, 46.8605]}, {"id": "1896", "type": "Feature", "properties": {"id": "ak16949345", "mag": 1.5, "time": 1506448347584, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8207, 61.1514, 89.2]}, "bbox": [-151.8207, 61.1514, -151.8207, 61.1514]}, {"id": "1897", "type": "Feature", "properties": {"id": "uw61311142", "mag": 1.41, "time": 1506448094510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.884, 43.419667, -0.5]}, "bbox": [-122.884, 43.419667, -122.884, 43.419667]}, {"id": "1898", "type": "Feature", "properties": {"id": "nc72899291", "mag": 1.2, "time": 1506447644460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.291667, 36.660333, 3.36]}, "bbox": [-121.291667, 36.660333, -121.291667, 36.660333]}, {"id": "1899", "type": "Feature", "properties": {"id": "ak16949344", "mag": 2.0, "time": 1506446368069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.7955, 55.6327, 123.4]}, "bbox": [-161.7955, 55.6327, -161.7955, 55.6327]}, {"id": "1900", "type": "Feature", "properties": {"id": "mb80257839", "mag": 1.6, "time": 1506446229250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.872167, 11.4]}, "bbox": [-112.530333, 46.872167, -112.530333, 46.872167]}, {"id": "1901", "type": "Feature", "properties": {"id": "ak16949343", "mag": 1.8, "time": 1506445879278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0092, 56.5802, 60.1]}, "bbox": [-155.0092, 56.5802, -155.0092, 56.5802]}, {"id": "1902", "type": "Feature", "properties": {"id": "ak16910871", "mag": 2.2, "time": 1506445763160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3757, 60.912, 119.8]}, "bbox": [-152.3757, 60.912, -152.3757, 60.912]}, {"id": "1903", "type": "Feature", "properties": {"id": "ak16910870", "mag": 1.2, "time": 1506445355025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.837, 62.5503, 9.8]}, "bbox": [-149.837, 62.5503, -149.837, 62.5503]}, {"id": "1904", "type": "Feature", "properties": {"id": "ak16949340", "mag": 1.4, "time": 1506445236601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4629, 59.6817, 72.4]}, "bbox": [-152.4629, 59.6817, -152.4629, 59.6817]}, {"id": "1905", "type": "Feature", "properties": {"id": "ak16910864", "mag": 1.6, "time": 1506444383456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3694, 61.142, 20.5]}, "bbox": [-148.3694, 61.142, -148.3694, 61.142]}, {"id": "1906", "type": "Feature", "properties": {"id": "ak16910865", "mag": 1.1, "time": 1506444338515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0798, 62.3953, 8.2]}, "bbox": [-150.0798, 62.3953, -150.0798, 62.3953]}, {"id": "1907", "type": "Feature", "properties": {"id": "ak16910858", "mag": 2.0, "time": 1506443746387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5248, 63.5317, 72.7]}, "bbox": [-147.5248, 63.5317, -147.5248, 63.5317]}, {"id": "1908", "type": "Feature", "properties": {"id": "uu60249707", "mag": 1.38, "time": 1506443129640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.442, 42.558833, 7.1]}, "bbox": [-111.442, 42.558833, -111.442, 42.558833]}, {"id": "1909", "type": "Feature", "properties": {"id": "ci38011192", "mag": 1.03, "time": 1506442702510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.823833, 33.4855, 7.53]}, "bbox": [-115.823833, 33.4855, -115.823833, 33.4855]}, {"id": "1910", "type": "Feature", "properties": {"id": "nc72899266", "mag": 1.49, "time": 1506442696750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.809833, 37.472833, 3.95]}, "bbox": [-118.809833, 37.472833, -118.809833, 37.472833]}, {"id": "1911", "type": "Feature", "properties": {"id": "mb80257829", "mag": 1.46, "time": 1506441830940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.498, 46.901167, 10.66]}, "bbox": [-112.498, 46.901167, -112.498, 46.901167]}, {"id": "1912", "type": "Feature", "properties": {"id": "nc72903841", "mag": 1.48, "time": 1506440751200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.182167, 40.8515, 3.06]}, "bbox": [-122.182167, 40.8515, -122.182167, 40.8515]}, {"id": "1913", "type": "Feature", "properties": {"id": "uu60249692", "mag": 1.82, "time": 1506439249930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.139833, 42.7365, 4.13]}, "bbox": [-111.139833, 42.7365, -111.139833, 42.7365]}, {"id": "1914", "type": "Feature", "properties": {"id": "ci38011112", "mag": 2.13, "time": 1506439108770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.289833, 33.302833, 10.93]}, "bbox": [-116.289833, 33.302833, -116.289833, 33.302833]}, {"id": "1915", "type": "Feature", "properties": {"id": "us2000auyd", "mag": 2.6, "time": 1506439089180, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.61, 9.35]}, "bbox": [-111.4364, 42.61, -111.4364, 42.61]}, {"id": "1916", "type": "Feature", "properties": {"id": "nc72899236", "mag": 2.73, "time": 1506439073310, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.6035, 4.3]}, "bbox": [-118.821, 37.6035, -118.821, 37.6035]}, {"id": "1917", "type": "Feature", "properties": {"id": "hv61922126", "mag": 1.89, "time": 1506438530250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.504837, 19.188499, 37.0]}, "bbox": [-155.504837, 19.188499, -155.504837, 19.188499]}, {"id": "1918", "type": "Feature", "properties": {"id": "ak16910217", "mag": 1.3, "time": 1506438468368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3857, 61.4705, 26.0]}, "bbox": [-146.3857, 61.4705, -146.3857, 61.4705]}, {"id": "1919", "type": "Feature", "properties": {"id": "uu60249677", "mag": 1.01, "time": 1506437975140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.090667, 41.940333, 4.24]}, "bbox": [-112.090667, 41.940333, -112.090667, 41.940333]}, {"id": "1920", "type": "Feature", "properties": {"id": "ak16909586", "mag": 1.8, "time": 1506436541694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9329, 61.1528, 1.5]}, "bbox": [-139.9329, 61.1528, -139.9329, 61.1528]}, {"id": "1921", "type": "Feature", "properties": {"id": "ak16909585", "mag": 1.5, "time": 1506436508165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6533, 59.6178, 1.5]}, "bbox": [-138.6533, 59.6178, -138.6533, 59.6178]}, {"id": "1922", "type": "Feature", "properties": {"id": "uu60249672", "mag": 1.15, "time": 1506436401660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.9865, 44.768833, 6.31]}, "bbox": [-110.9865, 44.768833, -110.9865, 44.768833]}, {"id": "1923", "type": "Feature", "properties": {"id": "ak16949332", "mag": 2.7, "time": 1506436259231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.8212, 50.3055, 25.6]}, "bbox": [177.8212, 50.3055, 177.8212, 50.3055]}, {"id": "1924", "type": "Feature", "properties": {"id": "ak16949331", "mag": 1.5, "time": 1506435973793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5906, 57.0801, 1.8]}, "bbox": [-157.5906, 57.0801, -157.5906, 57.0801]}, {"id": "1925", "type": "Feature", "properties": {"id": "hv61922056", "mag": 1.6, "time": 1506435671030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.617667, 19.403833, 11.352]}, "bbox": [-155.617667, 19.403833, -155.617667, 19.403833]}, {"id": "1926", "type": "Feature", "properties": {"id": "nc72899211", "mag": 1.32, "time": 1506435393920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.617833, 36.045, 5.05]}, "bbox": [-120.617833, 36.045, -120.617833, 36.045]}, {"id": "1927", "type": "Feature", "properties": {"id": "ak16949330", "mag": 2.3, "time": 1506435252977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7207, 53.0759, 5.8]}, "bbox": [-164.7207, 53.0759, -164.7207, 53.0759]}, {"id": "1928", "type": "Feature", "properties": {"id": "us2000auxj", "mag": 4.2, "time": 1506434841590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3743, -28.3432, 19.86]}, "bbox": [-71.3743, -28.3432, -71.3743, -28.3432]}, {"id": "1929", "type": "Feature", "properties": {"id": "ak16909580", "mag": 1.0, "time": 1506433271780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9281, 62.7345, 65.1]}, "bbox": [-148.9281, 62.7345, -148.9281, 62.7345]}, {"id": "1930", "type": "Feature", "properties": {"id": "ci38011056", "mag": 2.34, "time": 1506433147890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.097167, 32.109167, 21.13]}, "bbox": [-115.097167, 32.109167, -115.097167, 32.109167]}, {"id": "1931", "type": "Feature", "properties": {"id": "ci38011048", "mag": 1.64, "time": 1506433002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275333, 33.9755, 2.98]}, "bbox": [-116.275333, 33.9755, -116.275333, 33.9755]}, {"id": "1932", "type": "Feature", "properties": {"id": "ak16909574", "mag": 2.4, "time": 1506432197049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1982, 63.4664, 63.2]}, "bbox": [-147.1982, 63.4664, -147.1982, 63.4664]}, {"id": "1933", "type": "Feature", "properties": {"id": "nc72899196", "mag": 2.34, "time": 1506431642070, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2285, 36.1555, 11.25]}, "bbox": [-120.2285, 36.1555, -120.2285, 36.1555]}, {"id": "1934", "type": "Feature", "properties": {"id": "ci38011032", "mag": 1.31, "time": 1506431195640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.599833, 33.196, 3.24]}, "bbox": [-115.599833, 33.196, -115.599833, 33.196]}, {"id": "1935", "type": "Feature", "properties": {"id": "ak16949325", "mag": 1.3, "time": 1506430179945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5507, 57.5978, 9.6]}, "bbox": [-153.5507, 57.5978, -153.5507, 57.5978]}, {"id": "1936", "type": "Feature", "properties": {"id": "ak16908944", "mag": 1.5, "time": 1506430094548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7286, 62.9807, 109.5]}, "bbox": [-150.7286, 62.9807, -150.7286, 62.9807]}, {"id": "1937", "type": "Feature", "properties": {"id": "ak16949323", "mag": 1.4, "time": 1506429667875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-132.545, 57.8313, 1.5]}, "bbox": [-132.545, 57.8313, -132.545, 57.8313]}, {"id": "1938", "type": "Feature", "properties": {"id": "ak16908941", "mag": 1.9, "time": 1506428870068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9939, 51.4819, 42.9]}, "bbox": [-177.9939, 51.4819, -177.9939, 51.4819]}, {"id": "1939", "type": "Feature", "properties": {"id": "ak16949321", "mag": 2.3, "time": 1506428515529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.9246, 51.994, 156.7]}, "bbox": [-179.9246, 51.994, -179.9246, 51.994]}, {"id": "1940", "type": "Feature", "properties": {"id": "us2000auwv", "mag": 4.8, "time": 1506428086930, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1449, -37.4108, 11.74]}, "bbox": [-74.1449, -37.4108, -74.1449, -37.4108]}, {"id": "1941", "type": "Feature", "properties": {"id": "ak16949320", "mag": 1.7, "time": 1506428031233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8671, 57.0274, 77.7]}, "bbox": [-156.8671, 57.0274, -156.8671, 57.0274]}, {"id": "1942", "type": "Feature", "properties": {"id": "nc72899171", "mag": 1.37, "time": 1506428015870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.786167, 37.594333, 4.9]}, "bbox": [-118.786167, 37.594333, -118.786167, 37.594333]}, {"id": "1943", "type": "Feature", "properties": {"id": "ak16949319", "mag": 1.6, "time": 1506427960144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0976, 58.7839, 68.4]}, "bbox": [-153.0976, 58.7839, -153.0976, 58.7839]}, {"id": "1944", "type": "Feature", "properties": {"id": "hv61921941", "mag": 1.75, "time": 1506427855790, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.293667, 19.364833, 29.473]}, "bbox": [-155.293667, 19.364833, -155.293667, 19.364833]}, {"id": "1945", "type": "Feature", "properties": {"id": "mb80257779", "mag": 1.22, "time": 1506426612780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.871167, 11.47]}, "bbox": [-112.524667, 46.871167, -112.524667, 46.871167]}, {"id": "1946", "type": "Feature", "properties": {"id": "ak16908309", "mag": 2.6, "time": 1506426273590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0017, 63.0698, 125.5]}, "bbox": [-151.0017, 63.0698, -151.0017, 63.0698]}, {"id": "1947", "type": "Feature", "properties": {"id": "ak16908307", "mag": 1.4, "time": 1506425656703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0459, 60.021, 7.6]}, "bbox": [-140.0459, 60.021, -140.0459, 60.021]}, {"id": "1948", "type": "Feature", "properties": {"id": "nc72899161", "mag": 1.33, "time": 1506425143350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737833, 38.803333, 1.75]}, "bbox": [-122.737833, 38.803333, -122.737833, 38.803333]}, {"id": "1949", "type": "Feature", "properties": {"id": "us2000auwh", "mag": 4.6, "time": 1506424969320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [168.1159, -17.1048, 50.5]}, "bbox": [168.1159, -17.1048, 168.1159, -17.1048]}, {"id": "1950", "type": "Feature", "properties": {"id": "ak16908306", "mag": 1.2, "time": 1506424570466, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.412, 53.8051, 14.4]}, "bbox": [-166.412, 53.8051, -166.412, 53.8051]}, {"id": "1951", "type": "Feature", "properties": {"id": "ak16908302", "mag": 1.9, "time": 1506424147684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7411, 59.5065, 69.7]}, "bbox": [-152.7411, 59.5065, -152.7411, 59.5065]}, {"id": "1952", "type": "Feature", "properties": {"id": "uu60249657", "mag": 1.69, "time": 1506424086980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4815, 38.756167, 9.29]}, "bbox": [-112.4815, 38.756167, -112.4815, 38.756167]}, {"id": "1953", "type": "Feature", "properties": {"id": "mb80257774", "mag": 1.11, "time": 1506422972160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.387167, 44.8185, 11.24]}, "bbox": [-111.387167, 44.8185, -111.387167, 44.8185]}, {"id": "1954", "type": "Feature", "properties": {"id": "ak16908296", "mag": 1.6, "time": 1506420872410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9572, 61.1571, 5.2]}, "bbox": [-139.9572, 61.1571, -139.9572, 61.1571]}, {"id": "1955", "type": "Feature", "properties": {"id": "nn00607058", "mag": 1.0, "time": 1506420232880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8963, 38.401, 10.7]}, "bbox": [-118.8963, 38.401, -118.8963, 38.401]}, {"id": "1956", "type": "Feature", "properties": {"id": "ak16949310", "mag": 1.6, "time": 1506419827018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2644, 60.0718, 129.8]}, "bbox": [-153.2644, 60.0718, -153.2644, 60.0718]}, {"id": "1957", "type": "Feature", "properties": {"id": "nc72899136", "mag": 1.49, "time": 1506419498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.041333, 37.633667, -1.57]}, "bbox": [-119.041333, 37.633667, -119.041333, 37.633667]}, {"id": "1958", "type": "Feature", "properties": {"id": "ak16908294", "mag": 1.4, "time": 1506419088568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8181, 63.4737, 2.7]}, "bbox": [-147.8181, 63.4737, -147.8181, 63.4737]}, {"id": "1959", "type": "Feature", "properties": {"id": "ak16949308", "mag": 1.7, "time": 1506418915220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9641, 60.3111, 134.7]}, "bbox": [-152.9641, 60.3111, -152.9641, 60.3111]}, {"id": "1960", "type": "Feature", "properties": {"id": "ci38010936", "mag": 1.35, "time": 1506418490150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.104333, 34.0325, 5.61]}, "bbox": [-117.104333, 34.0325, -117.104333, 34.0325]}, {"id": "1961", "type": "Feature", "properties": {"id": "nc72899131", "mag": 1.28, "time": 1506417966210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931833, 37.595833, 0.06]}, "bbox": [-118.931833, 37.595833, -118.931833, 37.595833]}, {"id": "1962", "type": "Feature", "properties": {"id": "ak16908292", "mag": 1.7, "time": 1506417940616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8017, 59.9121, 74.3]}, "bbox": [-151.8017, 59.9121, -151.8017, 59.9121]}, {"id": "1963", "type": "Feature", "properties": {"id": "ak16908290", "mag": 1.7, "time": 1506417796960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.402, 60.1704, 11.6]}, "bbox": [-148.402, 60.1704, -148.402, 60.1704]}, {"id": "1964", "type": "Feature", "properties": {"id": "ak16949304", "mag": 1.7, "time": 1506416080631, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.871, 57.3937, 48.6]}, "bbox": [-153.871, 57.3937, -153.871, 57.3937]}, {"id": "1965", "type": "Feature", "properties": {"id": "ak16949303", "mag": 1.2, "time": 1506415360742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6564, 63.2669, 130.1]}, "bbox": [-150.6564, 63.2669, -150.6564, 63.2669]}, {"id": "1966", "type": "Feature", "properties": {"id": "nn00607053", "mag": 3.4, "time": 1506415206305, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8949, 38.3653, 6.5]}, "bbox": [-118.8949, 38.3653, -118.8949, 38.3653]}, {"id": "1967", "type": "Feature", "properties": {"id": "nc72899106", "mag": 1.38, "time": 1506414957350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0225, 37.5205, 2.13]}, "bbox": [-119.0225, 37.5205, -119.0225, 37.5205]}, {"id": "1968", "type": "Feature", "properties": {"id": "us2000auvr", "mag": 4.4, "time": 1506414806850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.3187, -5.8706, 42.3]}, "bbox": [-77.3187, -5.8706, -77.3187, -5.8706]}, {"id": "1969", "type": "Feature", "properties": {"id": "nc72899101", "mag": 1.35, "time": 1506414495100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.810667, 37.473333, 3.46]}, "bbox": [-118.810667, 37.473333, -118.810667, 37.473333]}, {"id": "1970", "type": "Feature", "properties": {"id": "us2000b0x1", "mag": 4.0, "time": 1506414428310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.4547, -8.3437, 7.77]}, "bbox": [115.4547, -8.3437, 115.4547, -8.3437]}, {"id": "1971", "type": "Feature", "properties": {"id": "ak16907660", "mag": 2.5, "time": 1506414139904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2525, 63.3098, 5.4]}, "bbox": [-145.2525, 63.3098, -145.2525, 63.3098]}, {"id": "1972", "type": "Feature", "properties": {"id": "us2000auvl", "mag": 4.9, "time": 1506413746400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8693, -24.5502, 549.9]}, "bbox": [178.8693, -24.5502, 178.8693, -24.5502]}, {"id": "1973", "type": "Feature", "properties": {"id": "ak16907657", "mag": 1.7, "time": 1506413744657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.558, 61.3722, 73.1]}, "bbox": [-151.558, 61.3722, -151.558, 61.3722]}, {"id": "1974", "type": "Feature", "properties": {"id": "nn00607084", "mag": 1.1, "time": 1506413686395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8996, 38.399, 10.5]}, "bbox": [-118.8996, 38.399, -118.8996, 38.399]}, {"id": "1975", "type": "Feature", "properties": {"id": "us2000ax0p", "mag": 3.0, "time": 1506413645840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.222, 52.6448, 36.78]}, "bbox": [-162.222, 52.6448, -162.222, 52.6448]}, {"id": "1976", "type": "Feature", "properties": {"id": "ci38010856", "mag": 1.11, "time": 1506413205840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4375, 33.438833, 9.57]}, "bbox": [-116.4375, 33.438833, -116.4375, 33.438833]}, {"id": "1977", "type": "Feature", "properties": {"id": "ak16907655", "mag": 1.3, "time": 1506412718967, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6643, 61.4913, 19.2]}, "bbox": [-146.6643, 61.4913, -146.6643, 61.4913]}, {"id": "1978", "type": "Feature", "properties": {"id": "ak16907652", "mag": 1.7, "time": 1506412362070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6643, 61.6414, 22.2]}, "bbox": [-147.6643, 61.6414, -147.6643, 61.6414]}, {"id": "1979", "type": "Feature", "properties": {"id": "ak16907651", "mag": 1.5, "time": 1506411582373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2404, 59.9305, 72.2]}, "bbox": [-152.2404, 59.9305, -152.2404, 59.9305]}, {"id": "1980", "type": "Feature", "properties": {"id": "ak16949296", "mag": 1.3, "time": 1506411274342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6597, 58.8354, 4.6]}, "bbox": [-153.6597, 58.8354, -153.6597, 58.8354]}, {"id": "1981", "type": "Feature", "properties": {"id": "nc72899096", "mag": 1.03, "time": 1506410824310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.914, 37.573833, -1.62]}, "bbox": [-118.914, 37.573833, -118.914, 37.573833]}, {"id": "1982", "type": "Feature", "properties": {"id": "nc72899091", "mag": 1.42, "time": 1506410795100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807833, 38.8245, 2.94]}, "bbox": [-122.807833, 38.8245, -122.807833, 38.8245]}, {"id": "1983", "type": "Feature", "properties": {"id": "ak16907650", "mag": 2.0, "time": 1506410193440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8603, 66.702, 16.5]}, "bbox": [-135.8603, 66.702, -135.8603, 66.702]}, {"id": "1984", "type": "Feature", "properties": {"id": "ak16949292", "mag": 1.6, "time": 1506409745435, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.82, 59.4363, 78.5]}, "bbox": [-152.82, 59.4363, -152.82, 59.4363]}, {"id": "1985", "type": "Feature", "properties": {"id": "ak16907646", "mag": 1.1, "time": 1506408445621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.778, 62.2517, 10.2]}, "bbox": [-149.778, 62.2517, -149.778, 62.2517]}, {"id": "1986", "type": "Feature", "properties": {"id": "uu60249632", "mag": 2.87, "time": 1506407470180, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.651333, 44.820667, 6.96]}, "bbox": [-110.651333, 44.820667, -110.651333, 44.820667]}, {"id": "1987", "type": "Feature", "properties": {"id": "ak16907641", "mag": 2.2, "time": 1506407401881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1721, 59.3036, 66.6]}, "bbox": [-152.1721, 59.3036, -152.1721, 59.3036]}, {"id": "1988", "type": "Feature", "properties": {"id": "ak16949289", "mag": 1.7, "time": 1506406926287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.737, 59.5006, 82.3]}, "bbox": [-152.737, 59.5006, -152.737, 59.5006]}, {"id": "1989", "type": "Feature", "properties": {"id": "ci38010824", "mag": 1.17, "time": 1506406440560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.498833, 34.926833, 12.29]}, "bbox": [-118.498833, 34.926833, -118.498833, 34.926833]}, {"id": "1990", "type": "Feature", "properties": {"id": "us2000auv4", "mag": 4.9, "time": 1506404788280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.3356, -5.7378, 10.0]}, "bbox": [101.3356, -5.7378, 101.3356, -5.7378]}, {"id": "1991", "type": "Feature", "properties": {"id": "us2000auv3", "mag": 5.0, "time": 1506404673850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5505, -21.3378, 232.1]}, "bbox": [-66.5505, -21.3378, -66.5505, -21.3378]}, {"id": "1992", "type": "Feature", "properties": {"id": "mb80257744", "mag": 1.03, "time": 1506404152920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522667, 46.9085, 12.2]}, "bbox": [-112.522667, 46.9085, -112.522667, 46.9085]}, {"id": "1993", "type": "Feature", "properties": {"id": "us2000auuz", "mag": 4.6, "time": 1506404004140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9602, 15.0621, 55.84]}, "bbox": [-93.9602, 15.0621, -93.9602, 15.0621]}, {"id": "1994", "type": "Feature", "properties": {"id": "ak16949287", "mag": 1.5, "time": 1506403834555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1229, 59.9191, 124.6]}, "bbox": [-153.1229, 59.9191, -153.1229, 59.9191]}, {"id": "1995", "type": "Feature", "properties": {"id": "nc72899076", "mag": 0.97, "time": 1506403715720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825667, 37.454833, 1.23]}, "bbox": [-118.825667, 37.454833, -118.825667, 37.454833]}, {"id": "1996", "type": "Feature", "properties": {"id": "nc72899066", "mag": 0.96, "time": 1506402794840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798332, 38.824833, 2.56]}, "bbox": [-122.798332, 38.824833, -122.798332, 38.824833]}, {"id": "1997", "type": "Feature", "properties": {"id": "mb80257739", "mag": 1.14, "time": 1506402535080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5275, 46.880667, 10.59]}, "bbox": [-112.5275, 46.880667, -112.5275, 46.880667]}, {"id": "1998", "type": "Feature", "properties": {"id": "ci38010800", "mag": 1.46, "time": 1506401555090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.061, 34.207167, 1.9]}, "bbox": [-117.061, 34.207167, -117.061, 34.207167]}, {"id": "1999", "type": "Feature", "properties": {"id": "ci38010792", "mag": 1.16, "time": 1506401392950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.064333, 34.207333, 2.74]}, "bbox": [-117.064333, 34.207333, -117.064333, 34.207333]}, {"id": "2000", "type": "Feature", "properties": {"id": "nn00607042", "mag": 1.5, "time": 1506400440104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0413, 37.0804, 8.5]}, "bbox": [-117.0413, 37.0804, -117.0413, 37.0804]}, {"id": "2001", "type": "Feature", "properties": {"id": "ak16906991", "mag": 2.7, "time": 1506400345749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4106, 60.9055, 24.6]}, "bbox": [-143.4106, 60.9055, -143.4106, 60.9055]}, {"id": "2002", "type": "Feature", "properties": {"id": "us2000autd", "mag": 6.4, "time": 1506399600760, "felt": 2.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-176.9366, -23.7135, 98.07]}, "bbox": [-176.9366, -23.7135, -176.9366, -23.7135]}, {"id": "2003", "type": "Feature", "properties": {"id": "mb80257724", "mag": 1.75, "time": 1506399115590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8815, 10.93]}, "bbox": [-112.525167, 46.8815, -112.525167, 46.8815]}, {"id": "2004", "type": "Feature", "properties": {"id": "ak16949284", "mag": 1.4, "time": 1506398641123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.643, 58.8409, 11.9]}, "bbox": [-153.643, 58.8409, -153.643, 58.8409]}, {"id": "2005", "type": "Feature", "properties": {"id": "ak16949283", "mag": 1.3, "time": 1506398319488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6304, 58.8355, 8.8]}, "bbox": [-153.6304, 58.8355, -153.6304, 58.8355]}, {"id": "2006", "type": "Feature", "properties": {"id": "ak16906355", "mag": 2.3, "time": 1506398227222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8611, 62.7984, 13.7]}, "bbox": [-148.8611, 62.7984, -148.8611, 62.7984]}, {"id": "2007", "type": "Feature", "properties": {"id": "nc72899031", "mag": 1.73, "time": 1506396860580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823667, 37.455333, 2.55]}, "bbox": [-118.823667, 37.455333, -118.823667, 37.455333]}, {"id": "2008", "type": "Feature", "properties": {"id": "nc72899036", "mag": 1.13, "time": 1506396779490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764167, 38.956, 1.48]}, "bbox": [-122.764167, 38.956, -122.764167, 38.956]}, {"id": "2009", "type": "Feature", "properties": {"id": "uu60249592", "mag": 1.7, "time": 1506396582400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.943167, 39.753833, 3.39]}, "bbox": [-110.943167, 39.753833, -110.943167, 39.753833]}, {"id": "2010", "type": "Feature", "properties": {"id": "ak16949281", "mag": 1.5, "time": 1506396506568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7269, 58.5151, 73.1]}, "bbox": [-153.7269, 58.5151, -153.7269, 58.5151]}, {"id": "2011", "type": "Feature", "properties": {"id": "ak16906353", "mag": 1.3, "time": 1506396340348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2988, 62.3609, 81.6]}, "bbox": [-151.2988, 62.3609, -151.2988, 62.3609]}, {"id": "2012", "type": "Feature", "properties": {"id": "uw61310902", "mag": 1.38, "time": 1506395899750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737167, 47.576333, 17.19]}, "bbox": [-122.737167, 47.576333, -122.737167, 47.576333]}, {"id": "2013", "type": "Feature", "properties": {"id": "ak16906350", "mag": 2.1, "time": 1506395022337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6717, 59.8577, 3.5]}, "bbox": [-136.6717, 59.8577, -136.6717, 59.8577]}, {"id": "2014", "type": "Feature", "properties": {"id": "ismpkansas70235803", "mag": 1.67, "time": 1506394171170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.620667, 37.161167, 4.48]}, "bbox": [-97.620667, 37.161167, -97.620667, 37.161167]}, {"id": "2015", "type": "Feature", "properties": {"id": "nc72899026", "mag": 1.36, "time": 1506393508660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823833, 37.4545, 2.28]}, "bbox": [-118.823833, 37.4545, -118.823833, 37.4545]}, {"id": "2016", "type": "Feature", "properties": {"id": "ak16906345", "mag": 1.8, "time": 1506393385073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5638, 59.8105, 0.8]}, "bbox": [-136.5638, 59.8105, -136.5638, 59.8105]}, {"id": "2017", "type": "Feature", "properties": {"id": "ak16906344", "mag": 1.2, "time": 1506393361198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4631, 62.5638, 3.1]}, "bbox": [-149.4631, 62.5638, -149.4631, 62.5638]}, {"id": "2018", "type": "Feature", "properties": {"id": "ak16906343", "mag": 1.2, "time": 1506392589335, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2072, 61.6959, 2.7]}, "bbox": [-148.2072, 61.6959, -148.2072, 61.6959]}, {"id": "2019", "type": "Feature", "properties": {"id": "uw61310887", "mag": 1.1, "time": 1506392466960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9235, 46.755833, 4.01]}, "bbox": [-121.9235, 46.755833, -121.9235, 46.755833]}, {"id": "2020", "type": "Feature", "properties": {"id": "ak16906342", "mag": 1.8, "time": 1506392061053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9619, 58.719, 83.8]}, "bbox": [-153.9619, 58.719, -153.9619, 58.719]}, {"id": "2021", "type": "Feature", "properties": {"id": "ak16906341", "mag": 1.1, "time": 1506391622110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.393, 62.6136, 80.1]}, "bbox": [-151.393, 62.6136, -151.393, 62.6136]}, {"id": "2022", "type": "Feature", "properties": {"id": "ak16905725", "mag": 2.0, "time": 1506390933341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6474, 61.5055, 2.1]}, "bbox": [-140.6474, 61.5055, -140.6474, 61.5055]}, {"id": "2023", "type": "Feature", "properties": {"id": "us2000aus0", "mag": 5.1, "time": 1506390162180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2892, -18.0618, 578.88]}, "bbox": [-178.2892, -18.0618, -178.2892, -18.0618]}, {"id": "2024", "type": "Feature", "properties": {"id": "ak16905719", "mag": 1.0, "time": 1506388357140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8119, 61.2841, 12.9]}, "bbox": [-146.8119, 61.2841, -146.8119, 61.2841]}, {"id": "2025", "type": "Feature", "properties": {"id": "ak16949271", "mag": 1.1, "time": 1506387919524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.616, 62.8641, 85.2]}, "bbox": [-150.616, 62.8641, -150.616, 62.8641]}, {"id": "2026", "type": "Feature", "properties": {"id": "us2000avl1", "mag": 4.1, "time": 1506387869490, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2679, -38.2792, 18.61]}, "bbox": [-68.2679, -38.2792, -68.2679, -38.2792]}, {"id": "2027", "type": "Feature", "properties": {"id": "ak16905595", "mag": 1.0, "time": 1506387645089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7961, 60.4358, 8.6]}, "bbox": [-143.7961, 60.4358, -143.7961, 60.4358]}, {"id": "2028", "type": "Feature", "properties": {"id": "us2000aur8", "mag": 3.9, "time": 1506387254290, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.6296, -12.1347, 37.62]}, "bbox": [-77.6296, -12.1347, -77.6296, -12.1347]}, {"id": "2029", "type": "Feature", "properties": {"id": "ak16905592", "mag": 1.5, "time": 1506385892986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6406, 61.6796, 57.6]}, "bbox": [-150.6406, 61.6796, -150.6406, 61.6796]}, {"id": "2030", "type": "Feature", "properties": {"id": "ak16905589", "mag": 1.7, "time": 1506385708409, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0359, 62.3774, 41.7]}, "bbox": [-148.0359, 62.3774, -148.0359, 62.3774]}, {"id": "2031", "type": "Feature", "properties": {"id": "nc72898986", "mag": 1.94, "time": 1506385192120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.955667, 4.16]}, "bbox": [-122.759667, 38.955667, -122.759667, 38.955667]}, {"id": "2032", "type": "Feature", "properties": {"id": "nn00607067", "mag": 1.1, "time": 1506385008302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0721, 39.3599, 7.9]}, "bbox": [-118.0721, 39.3599, -118.0721, 39.3599]}, {"id": "2033", "type": "Feature", "properties": {"id": "us2000b0hk", "mag": 4.4, "time": 1506383865610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.4109, -4.9919, 96.04]}, "bbox": [130.4109, -4.9919, 130.4109, -4.9919]}, {"id": "2034", "type": "Feature", "properties": {"id": "us2000b0hl", "mag": 4.5, "time": 1506383851620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.755, 79.5651, 10.0]}, "bbox": [3.755, 79.5651, 3.755, 79.5651]}, {"id": "2035", "type": "Feature", "properties": {"id": "ak16905583", "mag": 2.0, "time": 1506383021414, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7759, 59.8203, 3.6]}, "bbox": [-136.7759, 59.8203, -136.7759, 59.8203]}, {"id": "2036", "type": "Feature", "properties": {"id": "hv61921341", "mag": 2.37, "time": 1506382999970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.826167, 19.509167, 12.397]}, "bbox": [-155.826167, 19.509167, -155.826167, 19.509167]}, {"id": "2037", "type": "Feature", "properties": {"id": "nc72898971", "mag": 1.13, "time": 1506382612420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7125, 38.7455, 1.45]}, "bbox": [-122.7125, 38.7455, -122.7125, 38.7455]}, {"id": "2038", "type": "Feature", "properties": {"id": "nc72898966", "mag": 1.63, "time": 1506382205240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.579, 36.013, 4.29]}, "bbox": [-120.579, 36.013, -120.579, 36.013]}, {"id": "2039", "type": "Feature", "properties": {"id": "ci38010640", "mag": 1.0, "time": 1506381899530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.508833, 4.84]}, "bbox": [-116.792667, 33.508833, -116.792667, 33.508833]}, {"id": "2040", "type": "Feature", "properties": {"id": "ci38010624", "mag": 1.86, "time": 1506381762630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.681667, 35.033833, -0.82]}, "bbox": [-117.681667, 35.033833, -117.681667, 35.033833]}, {"id": "2041", "type": "Feature", "properties": {"id": "nc72898956", "mag": 1.13, "time": 1506381482700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.320667, 37.6445, 0.55]}, "bbox": [-119.320667, 37.6445, -119.320667, 37.6445]}, {"id": "2042", "type": "Feature", "properties": {"id": "mb80257694", "mag": 1.58, "time": 1506381447950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872833, 11.66]}, "bbox": [-112.523833, 46.872833, -112.523833, 46.872833]}, {"id": "2043", "type": "Feature", "properties": {"id": "us2000b0hj", "mag": 4.3, "time": 1506380384190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [115.85, -10.6682, 39.69]}, "bbox": [115.85, -10.6682, 115.85, -10.6682]}, {"id": "2044", "type": "Feature", "properties": {"id": "ci38010616", "mag": 1.42, "time": 1506380222440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0935, 33.013167, -0.56]}, "bbox": [-116.0935, 33.013167, -116.0935, 33.013167]}, {"id": "2045", "type": "Feature", "properties": {"id": "nc72898946", "mag": 1.13, "time": 1506379343550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7885, 38.832167, 1.97]}, "bbox": [-122.7885, 38.832167, -122.7885, 38.832167]}, {"id": "2046", "type": "Feature", "properties": {"id": "ld60143416", "mag": 1.71, "time": 1506378906690, "felt": 170.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.513833, 40.798667, 5.0]}, "bbox": [-74.513833, 40.798667, -74.513833, 40.798667]}, {"id": "2047", "type": "Feature", "properties": {"id": "ak16988709", "mag": 1.6, "time": 1506378800677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4035, 60.0163, 139.3]}, "bbox": [-153.4035, 60.0163, -153.4035, 60.0163]}, {"id": "2048", "type": "Feature", "properties": {"id": "mb80257689", "mag": 1.5, "time": 1506378570060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.865833, 11.47]}, "bbox": [-112.528833, 46.865833, -112.528833, 46.865833]}, {"id": "2049", "type": "Feature", "properties": {"id": "us2000aunr", "mag": 2.5, "time": 1506378435420, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.154, 37.3519, 3.31]}, "bbox": [-98.154, 37.3519, -98.154, 37.3519]}, {"id": "2050", "type": "Feature", "properties": {"id": "ak16988708", "mag": 1.0, "time": 1506378350972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.034, 64.3489, 10.2]}, "bbox": [-154.034, 64.3489, -154.034, 64.3489]}, {"id": "2051", "type": "Feature", "properties": {"id": "us2000aunh", "mag": 5.0, "time": 1506377223500, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [124.3318, 0.8223, 219.8]}, "bbox": [124.3318, 0.8223, 124.3318, 0.8223]}, {"id": "2052", "type": "Feature", "properties": {"id": "uu60249557", "mag": 1.72, "time": 1506377199600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.460833, 42.646667, 2.74]}, "bbox": [-111.460833, 42.646667, -111.460833, 42.646667]}, {"id": "2053", "type": "Feature", "properties": {"id": "us2000b0hh", "mag": 4.3, "time": 1506376802200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4659, -19.6395, 545.66]}, "bbox": [-177.4659, -19.6395, -177.4659, -19.6395]}, {"id": "2054", "type": "Feature", "properties": {"id": "ak16905558", "mag": 1.3, "time": 1506376658938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.4807, 65.756, 6.2]}, "bbox": [-145.4807, 65.756, -145.4807, 65.756]}, {"id": "2055", "type": "Feature", "properties": {"id": "ci38010544", "mag": 1.52, "time": 1506375768450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.492, 4.2]}, "bbox": [-116.792333, 33.492, -116.792333, 33.492]}, {"id": "2056", "type": "Feature", "properties": {"id": "uw61333756", "mag": 1.11, "time": 1506375211030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.748833, 46.851167, 1.54]}, "bbox": [-121.748833, 46.851167, -121.748833, 46.851167]}, {"id": "2057", "type": "Feature", "properties": {"id": "ci38010536", "mag": 1.15, "time": 1506374622610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.200667, 33.034833, 4.46]}, "bbox": [-116.200667, 33.034833, -116.200667, 33.034833]}, {"id": "2058", "type": "Feature", "properties": {"id": "nc72898906", "mag": 1.32, "time": 1506373159300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.887667, 37.572333, 1.73]}, "bbox": [-118.887667, 37.572333, -118.887667, 37.572333]}, {"id": "2059", "type": "Feature", "properties": {"id": "ak16904952", "mag": 1.2, "time": 1506373039217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2776, 63.8003, 116.2]}, "bbox": [-149.2776, 63.8003, -149.2776, 63.8003]}, {"id": "2060", "type": "Feature", "properties": {"id": "ak16904950", "mag": 1.1, "time": 1506372955267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1161, 63.268, 1.6]}, "bbox": [-151.1161, 63.268, -151.1161, 63.268]}, {"id": "2061", "type": "Feature", "properties": {"id": "nc72898901", "mag": 1.01, "time": 1506372828820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.791667, 37.454333, 7.33]}, "bbox": [-121.791667, 37.454333, -121.791667, 37.454333]}, {"id": "2062", "type": "Feature", "properties": {"id": "ak16904346", "mag": 1.5, "time": 1506372342933, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0547, 61.007, 13.8]}, "bbox": [-147.0547, 61.007, -147.0547, 61.007]}, {"id": "2063", "type": "Feature", "properties": {"id": "ci38010512", "mag": 1.25, "time": 1506372237980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.492167, 33.822333, -0.52]}, "bbox": [-117.492167, 33.822333, -117.492167, 33.822333]}, {"id": "2064", "type": "Feature", "properties": {"id": "ci38010488", "mag": 3.1, "time": 1506371483300, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.220833, 32.220833, 20.46]}, "bbox": [-115.220833, 32.220833, -115.220833, 32.220833]}, {"id": "2065", "type": "Feature", "properties": {"id": "us2000aulg", "mag": 5.9, "time": 1506371363480, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [152.7133, -6.2113, 5.98]}, "bbox": [152.7133, -6.2113, 152.7133, -6.2113]}, {"id": "2066", "type": "Feature", "properties": {"id": "hv61921136", "mag": 1.72, "time": 1506370768560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.421333, 19.223333, 34.311]}, "bbox": [-155.421333, 19.223333, -155.421333, 19.223333]}, {"id": "2067", "type": "Feature", "properties": {"id": "mb80257664", "mag": 1.07, "time": 1506370613150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526, 46.868, 10.18]}, "bbox": [-112.526, 46.868, -112.526, 46.868]}, {"id": "2068", "type": "Feature", "properties": {"id": "us2000aukx", "mag": 2.6, "time": 1506370456500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.1495, 36.4119, 5.948]}, "bbox": [-99.1495, 36.4119, -99.1495, 36.4119]}, {"id": "2069", "type": "Feature", "properties": {"id": "us2000auky", "mag": 4.2, "time": 1506370103510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [107.7299, -5.8793, 306.63]}, "bbox": [107.7299, -5.8793, 107.7299, -5.8793]}, {"id": "2070", "type": "Feature", "properties": {"id": "mb80257659", "mag": 1.44, "time": 1506369980640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530333, 46.8795, 12.77]}, "bbox": [-112.530333, 46.8795, -112.530333, 46.8795]}, {"id": "2071", "type": "Feature", "properties": {"id": "ak16904319", "mag": 1.4, "time": 1506369740689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5073, 60.0082, 0.0]}, "bbox": [-139.5073, 60.0082, -139.5073, 60.0082]}, {"id": "2072", "type": "Feature", "properties": {"id": "ak16904318", "mag": 1.1, "time": 1506369510333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5651, 61.4244, 63.0]}, "bbox": [-150.5651, 61.4244, -150.5651, 61.4244]}, {"id": "2073", "type": "Feature", "properties": {"id": "ak16904316", "mag": 1.1, "time": 1506368211425, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7001, 61.5145, 4.5]}, "bbox": [-140.7001, 61.5145, -140.7001, 61.5145]}, {"id": "2074", "type": "Feature", "properties": {"id": "us2000aukb", "mag": 4.3, "time": 1506368143480, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.1586, 40.3587, 11.36]}, "bbox": [-127.1586, 40.3587, -127.1586, 40.3587]}, {"id": "2075", "type": "Feature", "properties": {"id": "ak16904315", "mag": 1.2, "time": 1506367996393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8124, 59.8382, 15.4]}, "bbox": [-136.8124, 59.8382, -136.8124, 59.8382]}, {"id": "2076", "type": "Feature", "properties": {"id": "nc72898871", "mag": 1.41, "time": 1506367887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.785167, 38.8375, 1.88]}, "bbox": [-122.785167, 38.8375, -122.785167, 38.8375]}, {"id": "2077", "type": "Feature", "properties": {"id": "ak16988695", "mag": 2.2, "time": 1506366990125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.3689, 51.4218, 56.7]}, "bbox": [179.3689, 51.4218, 179.3689, 51.4218]}, {"id": "2078", "type": "Feature", "properties": {"id": "ci37166748", "mag": 1.04, "time": 1506366454300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.018667, 33.163167, -0.77]}, "bbox": [-117.018667, 33.163167, -117.018667, 33.163167]}, {"id": "2079", "type": "Feature", "properties": {"id": "hv61921056", "mag": 2.06, "time": 1506366154290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.950667, 19.540833, 15.491]}, "bbox": [-155.950667, 19.540833, -155.950667, 19.540833]}, {"id": "2080", "type": "Feature", "properties": {"id": "ak16903722", "mag": 2.0, "time": 1506365944635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.478, 51.697, 15.5]}, "bbox": [-178.478, 51.697, -178.478, 51.697]}, {"id": "2081", "type": "Feature", "properties": {"id": "ci38010408", "mag": 1.27, "time": 1506365436790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4445, 35.5745, 10.25]}, "bbox": [-118.4445, 35.5745, -118.4445, 35.5745]}, {"id": "2082", "type": "Feature", "properties": {"id": "ci38010416", "mag": 1.17, "time": 1506365362690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.862667, 34.343333, -1.71]}, "bbox": [-116.862667, 34.343333, -116.862667, 34.343333]}, {"id": "2083", "type": "Feature", "properties": {"id": "uu60249527", "mag": 1.29, "time": 1506365138370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.712833, 41.8725, 4.98]}, "bbox": [-112.712833, 41.8725, -112.712833, 41.8725]}, {"id": "2084", "type": "Feature", "properties": {"id": "ak16903609", "mag": 2.1, "time": 1506365025587, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8085, 63.1578, 132.2]}, "bbox": [-150.8085, 63.1578, -150.8085, 63.1578]}, {"id": "2085", "type": "Feature", "properties": {"id": "ci38010400", "mag": 1.04, "time": 1506364534100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790833, 33.495667, 4.4]}, "bbox": [-116.790833, 33.495667, -116.790833, 33.495667]}, {"id": "2086", "type": "Feature", "properties": {"id": "nn00606969", "mag": 1.1, "time": 1506364516065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.689, 40.0864, 4.7]}, "bbox": [-119.689, 40.0864, -119.689, 40.0864]}, {"id": "2087", "type": "Feature", "properties": {"id": "ak16903599", "mag": 2.5, "time": 1506364456407, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8848, 59.5329, 96.9]}, "bbox": [-152.8848, 59.5329, -152.8848, 59.5329]}, {"id": "2088", "type": "Feature", "properties": {"id": "mb80257649", "mag": 1.4, "time": 1506364202040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.866667, 10.23]}, "bbox": [-112.5255, 46.866667, -112.5255, 46.866667]}, {"id": "2089", "type": "Feature", "properties": {"id": "nc72898846", "mag": 1.62, "time": 1506364136870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.781833, 36.209, 7.55]}, "bbox": [-120.781833, 36.209, -120.781833, 36.209]}, {"id": "2090", "type": "Feature", "properties": {"id": "ak16903591", "mag": 1.5, "time": 1506363943453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7347, 60.3302, 112.7]}, "bbox": [-152.7347, 60.3302, -152.7347, 60.3302]}, {"id": "2091", "type": "Feature", "properties": {"id": "mb80257644", "mag": 1.05, "time": 1506363692190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525167, 46.8665, 10.3]}, "bbox": [-112.525167, 46.8665, -112.525167, 46.8665]}, {"id": "2092", "type": "Feature", "properties": {"id": "ci38010376", "mag": 1.42, "time": 1506363664230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792667, 33.4945, 4.5]}, "bbox": [-116.792667, 33.4945, -116.792667, 33.4945]}, {"id": "2093", "type": "Feature", "properties": {"id": "us2000aufz", "mag": 5.1, "time": 1506363043200, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [106.3876, -5.9298, 150.05]}, "bbox": [106.3876, -5.9298, 106.3876, -5.9298]}, {"id": "2094", "type": "Feature", "properties": {"id": "nc72898836", "mag": 1.32, "time": 1506362896010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104, 37.324, -0.31]}, "bbox": [-122.104, 37.324, -122.104, 37.324]}, {"id": "2095", "type": "Feature", "properties": {"id": "ak16903584", "mag": 1.0, "time": 1506362694028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.2167, 63.9342, 1.9]}, "bbox": [-138.2167, 63.9342, -138.2167, 63.9342]}, {"id": "2096", "type": "Feature", "properties": {"id": "mb80257639", "mag": 1.36, "time": 1506362284340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.615667, 46.316833, -2.0]}, "bbox": [-111.615667, 46.316833, -111.615667, 46.316833]}, {"id": "2097", "type": "Feature", "properties": {"id": "ak16903579", "mag": 2.0, "time": 1506362237262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1637, 59.6819, 106.7]}, "bbox": [-153.1637, 59.6819, -153.1637, 59.6819]}, {"id": "2098", "type": "Feature", "properties": {"id": "nc72898821", "mag": 1.99, "time": 1506361978590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.778667, 36.215667, 8.08]}, "bbox": [-120.778667, 36.215667, -120.778667, 36.215667]}, {"id": "2099", "type": "Feature", "properties": {"id": "us2000auf8", "mag": 3.0, "time": 1506361091820, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.3303, 40.4414, 11.43]}, "bbox": [-127.3303, 40.4414, -127.3303, 40.4414]}, {"id": "2100", "type": "Feature", "properties": {"id": "ci38010336", "mag": 2.11, "time": 1506360496580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.486667, 3.04]}, "bbox": [-116.797167, 33.486667, -116.797167, 33.486667]}, {"id": "2101", "type": "Feature", "properties": {"id": "ak16988686", "mag": 1.5, "time": 1506360479843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7769, 51.9886, 24.6]}, "bbox": [-174.7769, 51.9886, -174.7769, 51.9886]}, {"id": "2102", "type": "Feature", "properties": {"id": "ci38010328", "mag": 1.51, "time": 1506359920880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.977, 33.995333, 18.14]}, "bbox": [-116.977, 33.995333, -116.977, 33.995333]}, {"id": "2103", "type": "Feature", "properties": {"id": "ak16988684", "mag": 1.6, "time": 1506359020522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4355, 59.7613, 127.9]}, "bbox": [-153.4355, 59.7613, -153.4355, 59.7613]}, {"id": "2104", "type": "Feature", "properties": {"id": "nc72898791", "mag": 1.48, "time": 1506357667280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.679333, 40.288667, 4.66]}, "bbox": [-121.679333, 40.288667, -121.679333, 40.288667]}, {"id": "2105", "type": "Feature", "properties": {"id": "nc72898786", "mag": 1.55, "time": 1506357321970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.322, 35.752333, 11.93]}, "bbox": [-120.322, 35.752333, -120.322, 35.752333]}, {"id": "2106", "type": "Feature", "properties": {"id": "nc72898781", "mag": 1.12, "time": 1506356229990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.794833, 2.79]}, "bbox": [-122.811333, 38.794833, -122.811333, 38.794833]}, {"id": "2107", "type": "Feature", "properties": {"id": "ci38010256", "mag": 1.04, "time": 1506354566340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.858833, 33.8575, 16.19]}, "bbox": [-116.858833, 33.8575, -116.858833, 33.8575]}, {"id": "2108", "type": "Feature", "properties": {"id": "ci38010272", "mag": 2.41, "time": 1506354509850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9285, 31.688833, 11.63]}, "bbox": [-115.9285, 31.688833, -115.9285, 31.688833]}, {"id": "2109", "type": "Feature", "properties": {"id": "mb80257609", "mag": 1.3, "time": 1506354504500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534667, 46.896, 11.48]}, "bbox": [-112.534667, 46.896, -112.534667, 46.896]}, {"id": "2110", "type": "Feature", "properties": {"id": "mb80257604", "mag": 1.12, "time": 1506354406140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.531833, 46.867, 11.31]}, "bbox": [-112.531833, 46.867, -112.531833, 46.867]}, {"id": "2111", "type": "Feature", "properties": {"id": "ak16902391", "mag": 1.7, "time": 1506354336298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8601, 62.0271, 60.3]}, "bbox": [-150.8601, 62.0271, -150.8601, 62.0271]}, {"id": "2112", "type": "Feature", "properties": {"id": "ak16902390", "mag": 1.1, "time": 1506354175816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3984, 60.1663, 0.0]}, "bbox": [-141.3984, 60.1663, -141.3984, 60.1663]}, {"id": "2113", "type": "Feature", "properties": {"id": "ak16901812", "mag": 1.4, "time": 1506353222973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1565, 60.3908, 0.4]}, "bbox": [-143.1565, 60.3908, -143.1565, 60.3908]}, {"id": "2114", "type": "Feature", "properties": {"id": "ak16901813", "mag": 1.3, "time": 1506353183037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6264, 58.8255, 1.4]}, "bbox": [-153.6264, 58.8255, -153.6264, 58.8255]}, {"id": "2115", "type": "Feature", "properties": {"id": "ak16901809", "mag": 2.0, "time": 1506352267382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0949, 59.636, 10.7]}, "bbox": [-150.0949, 59.636, -150.0949, 59.636]}, {"id": "2116", "type": "Feature", "properties": {"id": "us2000aucr", "mag": 4.6, "time": 1506352047620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.4691, -14.8531, 132.07]}, "bbox": [167.4691, -14.8531, 167.4691, -14.8531]}, {"id": "2117", "type": "Feature", "properties": {"id": "ak16901806", "mag": 1.8, "time": 1506351538258, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8449, 59.8126, 1.3]}, "bbox": [-136.8449, 59.8126, -136.8449, 59.8126]}, {"id": "2118", "type": "Feature", "properties": {"id": "mb80257594", "mag": 0.98, "time": 1506349616550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521333, 46.870833, 11.0]}, "bbox": [-112.521333, 46.870833, -112.521333, 46.870833]}, {"id": "2119", "type": "Feature", "properties": {"id": "ci38010208", "mag": 1.21, "time": 1506348868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.552, 33.526167, 13.79]}, "bbox": [-116.552, 33.526167, -116.552, 33.526167]}, {"id": "2120", "type": "Feature", "properties": {"id": "ak16901226", "mag": 1.1, "time": 1506348768479, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2671, 59.9538, 54.3]}, "bbox": [-151.2671, 59.9538, -151.2671, 59.9538]}, {"id": "2121", "type": "Feature", "properties": {"id": "us2000aubr", "mag": 4.6, "time": 1506348737440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.0258, -12.6224, 229.97]}, "bbox": [167.0258, -12.6224, 167.0258, -12.6224]}, {"id": "2122", "type": "Feature", "properties": {"id": "ci38010200", "mag": 1.19, "time": 1506348702870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.953833, 34.8405, 11.97]}, "bbox": [-118.953833, 34.8405, -118.953833, 34.8405]}, {"id": "2123", "type": "Feature", "properties": {"id": "us2000aubf", "mag": 4.4, "time": 1506348571430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1777, 15.5423, 60.99]}, "bbox": [-94.1777, 15.5423, -94.1777, 15.5423]}, {"id": "2124", "type": "Feature", "properties": {"id": "nc72898721", "mag": 1.03, "time": 1506348240990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838333, 38.837334, 1.55]}, "bbox": [-122.838333, 38.837334, -122.838333, 38.837334]}, {"id": "2125", "type": "Feature", "properties": {"id": "ak16901214", "mag": 2.7, "time": 1506348231637, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0448, 63.3492, 76.8]}, "bbox": [-147.0448, 63.3492, -147.0448, 63.3492]}, {"id": "2126", "type": "Feature", "properties": {"id": "us2000aub9", "mag": 4.3, "time": 1506347727000, "felt": 65.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.99, -32.683, 24.0]}, "bbox": [-71.99, -32.683, -71.99, -32.683]}, {"id": "2127", "type": "Feature", "properties": {"id": "nc72898706", "mag": 1.78, "time": 1506347531490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.838, 38.837833, 1.83]}, "bbox": [-122.838, 38.837833, -122.838, 38.837833]}, {"id": "2128", "type": "Feature", "properties": {"id": "ci38010176", "mag": 0.96, "time": 1506346983830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.271667, 33.976667, 5.12]}, "bbox": [-116.271667, 33.976667, -116.271667, 33.976667]}, {"id": "2129", "type": "Feature", "properties": {"id": "us2000aubt", "mag": 4.7, "time": 1506346771440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6657, -38.3887, 23.0]}, "bbox": [178.6657, -38.3887, 178.6657, -38.3887]}, {"id": "2130", "type": "Feature", "properties": {"id": "ak16988672", "mag": 1.9, "time": 1506346449512, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.0765, 51.5898, 46.8]}, "bbox": [-177.0765, 51.5898, -177.0765, 51.5898]}, {"id": "2131", "type": "Feature", "properties": {"id": "ak16901206", "mag": 2.2, "time": 1506346185448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7016, 61.5212, 15.4]}, "bbox": [-140.7016, 61.5212, -140.7016, 61.5212]}, {"id": "2132", "type": "Feature", "properties": {"id": "ak16901204", "mag": 1.6, "time": 1506346082012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4545, 63.1289, 110.5]}, "bbox": [-150.4545, 63.1289, -150.4545, 63.1289]}, {"id": "2133", "type": "Feature", "properties": {"id": "nc72898686", "mag": 1.5, "time": 1506345854120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.787167, 36.211667, 7.46]}, "bbox": [-120.787167, 36.211667, -120.787167, 36.211667]}, {"id": "2134", "type": "Feature", "properties": {"id": "ak16988669", "mag": 1.8, "time": 1506344531244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.2595, 53.699, 44.2]}, "bbox": [-165.2595, 53.699, -165.2595, 53.699]}, {"id": "2135", "type": "Feature", "properties": {"id": "ak16901203", "mag": 1.5, "time": 1506343558401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1793, 57.6776, 1.1]}, "bbox": [-156.1793, 57.6776, -156.1793, 57.6776]}, {"id": "2136", "type": "Feature", "properties": {"id": "nc72898666", "mag": 1.04, "time": 1506343096950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.862667, 37.613167, 7.06]}, "bbox": [-118.862667, 37.613167, -118.862667, 37.613167]}, {"id": "2137", "type": "Feature", "properties": {"id": "ak16900637", "mag": 2.0, "time": 1506342621159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2424, 60.321, 83.8]}, "bbox": [-152.2424, 60.321, -152.2424, 60.321]}, {"id": "2138", "type": "Feature", "properties": {"id": "ci38010152", "mag": 1.32, "time": 1506342413630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.241667, 34.439, 7.98]}, "bbox": [-119.241667, 34.439, -119.241667, 34.439]}, {"id": "2139", "type": "Feature", "properties": {"id": "us2000aua8", "mag": 4.6, "time": 1506342291600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.282, -28.2916, 30.33]}, "bbox": [-71.282, -28.2916, -71.282, -28.2916]}, {"id": "2140", "type": "Feature", "properties": {"id": "nc72898661", "mag": 1.86, "time": 1506342035450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.000167, 36.431, -0.28]}, "bbox": [-121.000167, 36.431, -121.000167, 36.431]}, {"id": "2141", "type": "Feature", "properties": {"id": "ci38010136", "mag": 1.46, "time": 1506341314650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.559, 35.341833, 7.37]}, "bbox": [-118.559, 35.341833, -118.559, 35.341833]}, {"id": "2142", "type": "Feature", "properties": {"id": "ak16900622", "mag": 1.0, "time": 1506340661643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7013, 64.8764, 7.9]}, "bbox": [-156.7013, 64.8764, -156.7013, 64.8764]}, {"id": "2143", "type": "Feature", "properties": {"id": "us2000b0h7", "mag": 4.2, "time": 1506340490190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [138.5087, 34.8799, 210.56]}, "bbox": [138.5087, 34.8799, 138.5087, 34.8799]}, {"id": "2144", "type": "Feature", "properties": {"id": "nc72898636", "mag": 1.46, "time": 1506340210490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.256667, 36.100167, 9.6]}, "bbox": [-120.256667, 36.100167, -120.256667, 36.100167]}, {"id": "2145", "type": "Feature", "properties": {"id": "us2000b0hp", "mag": 4.2, "time": 1506340162430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4582, -17.8551, 595.96]}, "bbox": [-178.4582, -17.8551, -178.4582, -17.8551]}, {"id": "2146", "type": "Feature", "properties": {"id": "us2000au9u", "mag": 4.6, "time": 1506340077990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4978, -17.9975, 539.99]}, "bbox": [-178.4978, -17.9975, -178.4978, -17.9975]}, {"id": "2147", "type": "Feature", "properties": {"id": "ak16988664", "mag": 1.8, "time": 1506339965395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4489, 51.676, 14.4]}, "bbox": [-178.4489, 51.676, -178.4489, 51.676]}, {"id": "2148", "type": "Feature", "properties": {"id": "hv61920741", "mag": 2.06, "time": 1506339899560, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473667, 19.201667, 36.657]}, "bbox": [-155.473667, 19.201667, -155.473667, 19.201667]}, {"id": "2149", "type": "Feature", "properties": {"id": "ci38010120", "mag": 0.99, "time": 1506339434380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.471167, 34.247833, 12.2]}, "bbox": [-117.471167, 34.247833, -117.471167, 34.247833]}, {"id": "2150", "type": "Feature", "properties": {"id": "ak16900621", "mag": 1.0, "time": 1506338627047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3115, 62.9535, 74.5]}, "bbox": [-149.3115, 62.9535, -149.3115, 62.9535]}, {"id": "2151", "type": "Feature", "properties": {"id": "nc72898616", "mag": 2.36, "time": 1506338018430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.938333, 37.838667, 4.07]}, "bbox": [-119.938333, 37.838667, -119.938333, 37.838667]}, {"id": "2152", "type": "Feature", "properties": {"id": "hv61920671", "mag": 1.81, "time": 1506336741780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.023667, 19.815, 11.479]}, "bbox": [-156.023667, 19.815, -156.023667, 19.815]}, {"id": "2153", "type": "Feature", "properties": {"id": "mb80257584", "mag": 1.42, "time": 1506336624590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.869333, 11.15]}, "bbox": [-112.521667, 46.869333, -112.521667, 46.869333]}, {"id": "2154", "type": "Feature", "properties": {"id": "ak16900062", "mag": 1.8, "time": 1506336050720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8893, 60.3211, 15.1]}, "bbox": [-146.8893, 60.3211, -146.8893, 60.3211]}, {"id": "2155", "type": "Feature", "properties": {"id": "ci38010104", "mag": 1.06, "time": 1506335970890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7915, 33.506667, 6.39]}, "bbox": [-116.7915, 33.506667, -116.7915, 33.506667]}, {"id": "2156", "type": "Feature", "properties": {"id": "nc72898601", "mag": 0.95, "time": 1506335637390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.6475, 37.476667, 8.18]}, "bbox": [-118.6475, 37.476667, -118.6475, 37.476667]}, {"id": "2157", "type": "Feature", "properties": {"id": "nc72898596", "mag": 1.23, "time": 1506335593850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2805, 36.094, 6.76]}, "bbox": [-120.2805, 36.094, -120.2805, 36.094]}, {"id": "2158", "type": "Feature", "properties": {"id": "nc72898591", "mag": 1.04, "time": 1506335405570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.839333, 38.843166, 3.5]}, "bbox": [-122.839333, 38.843166, -122.839333, 38.843166]}, {"id": "2159", "type": "Feature", "properties": {"id": "us2000au8v", "mag": 4.9, "time": 1506334920720, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.9741, -3.5898, 72.65]}, "bbox": [139.9741, -3.5898, 139.9741, -3.5898]}, {"id": "2160", "type": "Feature", "properties": {"id": "nn00606909", "mag": 1.4, "time": 1506334911790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.943, 37.551, 8.3]}, "bbox": [-117.943, 37.551, -117.943, 37.551]}, {"id": "2161", "type": "Feature", "properties": {"id": "mb80257579", "mag": 1.3, "time": 1506333510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523833, 46.872333, 11.79]}, "bbox": [-112.523833, 46.872333, -112.523833, 46.872333]}, {"id": "2162", "type": "Feature", "properties": {"id": "mb80257574", "mag": 0.99, "time": 1506333384010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523, 46.875167, 11.91]}, "bbox": [-112.523, 46.875167, -112.523, 46.875167]}, {"id": "2163", "type": "Feature", "properties": {"id": "us2000au8b", "mag": 5.0, "time": 1506332531610, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.0023, -5.3939, 63.28]}, "bbox": [154.0023, -5.3939, 154.0023, -5.3939]}, {"id": "2164", "type": "Feature", "properties": {"id": "ak16899481", "mag": 1.2, "time": 1506332463619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8097, 60.337, 8.5]}, "bbox": [-139.8097, 60.337, -139.8097, 60.337]}, {"id": "2165", "type": "Feature", "properties": {"id": "ak16899478", "mag": 2.7, "time": 1506332457083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9674, 51.7565, 11.0]}, "bbox": [-177.9674, 51.7565, -177.9674, 51.7565]}, {"id": "2166", "type": "Feature", "properties": {"id": "ak16899480", "mag": 2.7, "time": 1506332456973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9649, 51.7427, 10.3]}, "bbox": [-177.9649, 51.7427, -177.9649, 51.7427]}, {"id": "2167", "type": "Feature", "properties": {"id": "nc72898561", "mag": 1.34, "time": 1506332073270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.401667, 37.650667, 3.17]}, "bbox": [-121.401667, 37.650667, -121.401667, 37.650667]}, {"id": "2168", "type": "Feature", "properties": {"id": "mb80257569", "mag": 2.91, "time": 1506332057970, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.879333, 11.49]}, "bbox": [-112.525833, 46.879333, -112.525833, 46.879333]}, {"id": "2169", "type": "Feature", "properties": {"id": "nn00606905", "mag": 1.5, "time": 1506331668203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9249, 38.3947, 7.3]}, "bbox": [-118.9249, 38.3947, -118.9249, 38.3947]}, {"id": "2170", "type": "Feature", "properties": {"id": "ci38010072", "mag": 1.11, "time": 1506331415690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790167, 33.497667, 5.47]}, "bbox": [-116.790167, 33.497667, -116.790167, 33.497667]}, {"id": "2171", "type": "Feature", "properties": {"id": "ak16988657", "mag": 1.9, "time": 1506331001341, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4079, 51.6208, 15.5]}, "bbox": [-178.4079, 51.6208, -178.4079, 51.6208]}, {"id": "2172", "type": "Feature", "properties": {"id": "ak16899468", "mag": 1.4, "time": 1506330891437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3579, 60.2131, 58.5]}, "bbox": [-151.3579, 60.2131, -151.3579, 60.2131]}, {"id": "2173", "type": "Feature", "properties": {"id": "ak16899467", "mag": 1.1, "time": 1506330692323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4142, 68.5865, 13.2]}, "bbox": [-147.4142, 68.5865, -147.4142, 68.5865]}, {"id": "2174", "type": "Feature", "properties": {"id": "ak16899465", "mag": 1.0, "time": 1506330113229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.991, 61.1695, 1.9]}, "bbox": [-139.991, 61.1695, -139.991, 61.1695]}, {"id": "2175", "type": "Feature", "properties": {"id": "nn00606904", "mag": 2.5, "time": 1506329813575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1098, 39.0988, 9.7]}, "bbox": [-118.1098, 39.0988, -118.1098, 39.0988]}, {"id": "2176", "type": "Feature", "properties": {"id": "ak16899462", "mag": 1.3, "time": 1506329610880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9036, 64.8595, 12.5]}, "bbox": [-148.9036, 64.8595, -148.9036, 64.8595]}, {"id": "2177", "type": "Feature", "properties": {"id": "ci38010048", "mag": 1.15, "time": 1506329091670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.815, 33.9555, 13.94]}, "bbox": [-118.815, 33.9555, -118.815, 33.9555]}, {"id": "2178", "type": "Feature", "properties": {"id": "us2000au7c", "mag": 3.5, "time": 1506329082460, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5238, 46.8486, 10.68]}, "bbox": [-112.5238, 46.8486, -112.5238, 46.8486]}, {"id": "2179", "type": "Feature", "properties": {"id": "ci38010040", "mag": 1.01, "time": 1506328796420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.568, 35.1735, 8.56]}, "bbox": [-118.568, 35.1735, -118.568, 35.1735]}, {"id": "2180", "type": "Feature", "properties": {"id": "nn00606901", "mag": 1.2, "time": 1506328748981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8911, 38.3811, 7.8]}, "bbox": [-118.8911, 38.3811, -118.8911, 38.3811]}, {"id": "2181", "type": "Feature", "properties": {"id": "ak16898909", "mag": 1.4, "time": 1506327817672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2932, 60.6736, 39.3]}, "bbox": [-150.2932, 60.6736, -150.2932, 60.6736]}, {"id": "2182", "type": "Feature", "properties": {"id": "ak16988651", "mag": 1.6, "time": 1506327629626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8348, 59.5881, 89.7]}, "bbox": [-152.8348, 59.5881, -152.8348, 59.5881]}, {"id": "2183", "type": "Feature", "properties": {"id": "uu60249397", "mag": 2.17, "time": 1506327209020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448333, 38.993, -0.41]}, "bbox": [-111.448333, 38.993, -111.448333, 38.993]}, {"id": "2184", "type": "Feature", "properties": {"id": "ak16898901", "mag": 1.1, "time": 1506326924743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6407, 58.3143, 7.7]}, "bbox": [-154.6407, 58.3143, -154.6407, 58.3143]}, {"id": "2185", "type": "Feature", "properties": {"id": "us2000au6h", "mag": 4.7, "time": 1506326546500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.4008, -4.8417, 219.24]}, "bbox": [129.4008, -4.8417, 129.4008, -4.8417]}, {"id": "2186", "type": "Feature", "properties": {"id": "uu60249392", "mag": 1.79, "time": 1506326456200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448, 42.620667, 6.55]}, "bbox": [-111.448, 42.620667, -111.448, 42.620667]}, {"id": "2187", "type": "Feature", "properties": {"id": "ismpkansas70235773", "mag": 2.04, "time": 1506326285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.968667, 37.281833, 5.0]}, "bbox": [-97.968667, 37.281833, -97.968667, 37.281833]}, {"id": "2188", "type": "Feature", "properties": {"id": "us2000au5z", "mag": 4.4, "time": 1506325840560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7801, 14.8764, 57.41]}, "bbox": [-93.7801, 14.8764, -93.7801, 14.8764]}, {"id": "2189", "type": "Feature", "properties": {"id": "nc72898491", "mag": 0.95, "time": 1506325310440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818667, 37.478667, 0.05]}, "bbox": [-118.818667, 37.478667, -118.818667, 37.478667]}, {"id": "2190", "type": "Feature", "properties": {"id": "nc72898486", "mag": 1.27, "time": 1506324949470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 37.479333, 0.19]}, "bbox": [-118.8175, 37.479333, -118.8175, 37.479333]}, {"id": "2191", "type": "Feature", "properties": {"id": "ak16898346", "mag": 2.1, "time": 1506324898662, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5224, 64.5882, 8.3]}, "bbox": [-160.5224, 64.5882, -160.5224, 64.5882]}, {"id": "2192", "type": "Feature", "properties": {"id": "us2000au5p", "mag": 4.4, "time": 1506324432650, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.5244, -30.022, 35.0]}, "bbox": [-71.5244, -30.022, -71.5244, -30.022]}, {"id": "2193", "type": "Feature", "properties": {"id": "us2000au5l", "mag": 4.5, "time": 1506324225060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1793, 15.5215, 66.49]}, "bbox": [-94.1793, 15.5215, -94.1793, 15.5215]}, {"id": "2194", "type": "Feature", "properties": {"id": "nc72898461", "mag": 1.64, "time": 1506323849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818167, 37.478667, 0.73]}, "bbox": [-118.818167, 37.478667, -118.818167, 37.478667]}, {"id": "2195", "type": "Feature", "properties": {"id": "us2000au5i", "mag": 4.6, "time": 1506323785060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [106.9645, -8.3755, 34.69]}, "bbox": [106.9645, -8.3755, 106.9645, -8.3755]}, {"id": "2196", "type": "Feature", "properties": {"id": "nc72898456", "mag": 1.01, "time": 1506323761220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818833, 37.478167, 0.69]}, "bbox": [-118.818833, 37.478167, -118.818833, 37.478167]}, {"id": "2197", "type": "Feature", "properties": {"id": "nn00606939", "mag": 1.6, "time": 1506320868071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5993, 41.6963, 11.8]}, "bbox": [-119.5993, 41.6963, -119.5993, 41.6963]}, {"id": "2198", "type": "Feature", "properties": {"id": "ak16988646", "mag": 1.6, "time": 1506320845663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7721, 59.5535, 80.8]}, "bbox": [-152.7721, 59.5535, -152.7721, 59.5535]}, {"id": "2199", "type": "Feature", "properties": {"id": "ci38009968", "mag": 1.23, "time": 1506320510170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.738333, 33.655, 17.08]}, "bbox": [-116.738333, 33.655, -116.738333, 33.655]}, {"id": "2200", "type": "Feature", "properties": {"id": "us2000au57", "mag": 5.0, "time": 1506320285610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7407, -59.0289, 23.15]}, "bbox": [-25.7407, -59.0289, -25.7407, -59.0289]}, {"id": "2201", "type": "Feature", "properties": {"id": "nn00606937", "mag": 1.7, "time": 1506320281288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.604, 41.7004, 6.9]}, "bbox": [-119.604, 41.7004, -119.604, 41.7004]}, {"id": "2202", "type": "Feature", "properties": {"id": "mb80257544", "mag": 1.02, "time": 1506320165840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.538333, 46.891333, 11.64]}, "bbox": [-112.538333, 46.891333, -112.538333, 46.891333]}, {"id": "2203", "type": "Feature", "properties": {"id": "ak16897784", "mag": 1.7, "time": 1506319825200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9967, 59.5158, 86.0]}, "bbox": [-152.9967, 59.5158, -152.9967, 59.5158]}, {"id": "2204", "type": "Feature", "properties": {"id": "ak16897782", "mag": 1.0, "time": 1506319406475, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2438, 65.7781, 4.0]}, "bbox": [-155.2438, 65.7781, -155.2438, 65.7781]}, {"id": "2205", "type": "Feature", "properties": {"id": "ak16897779", "mag": 1.8, "time": 1506318873463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4148, 69.0584, 10.9]}, "bbox": [-146.4148, 69.0584, -146.4148, 69.0584]}, {"id": "2206", "type": "Feature", "properties": {"id": "nc72898431", "mag": 2.32, "time": 1506318557110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.909, 37.334167, 8.51]}, "bbox": [-117.909, 37.334167, -117.909, 37.334167]}, {"id": "2207", "type": "Feature", "properties": {"id": "nc72898406", "mag": 1.9, "time": 1506317549980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.705833, 39.697, 8.09]}, "bbox": [-122.705833, 39.697, -122.705833, 39.697]}, {"id": "2208", "type": "Feature", "properties": {"id": "ak16988640", "mag": 1.4, "time": 1506317208929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0479, 57.5544, 76.8]}, "bbox": [-155.0479, 57.5544, -155.0479, 57.5544]}, {"id": "2209", "type": "Feature", "properties": {"id": "ak16988639", "mag": 1.2, "time": 1506316463527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9489, 61.4034, 66.1]}, "bbox": [-150.9489, 61.4034, -150.9489, 61.4034]}, {"id": "2210", "type": "Feature", "properties": {"id": "nn00606934", "mag": 1.4, "time": 1506315296099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8855, 37.2234, 7.0]}, "bbox": [-116.8855, 37.2234, -116.8855, 37.2234]}, {"id": "2211", "type": "Feature", "properties": {"id": "us2000b0hn", "mag": 4.2, "time": 1506314791590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.4466, -60.0959, 87.69]}, "bbox": [-27.4466, -60.0959, -27.4466, -60.0959]}, {"id": "2212", "type": "Feature", "properties": {"id": "nc72898391", "mag": 0.97, "time": 1506314750800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.800999, 1.95]}, "bbox": [-122.80867, 38.800999, -122.80867, 38.800999]}, {"id": "2213", "type": "Feature", "properties": {"id": "nc72898386", "mag": 2.07, "time": 1506314732630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810833, 38.797667, 3.49]}, "bbox": [-122.810833, 38.797667, -122.810833, 38.797667]}, {"id": "2214", "type": "Feature", "properties": {"id": "nc72898381", "mag": 1.3, "time": 1506314425330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1325, 38.050167, 2.51]}, "bbox": [-119.1325, 38.050167, -119.1325, 38.050167]}, {"id": "2215", "type": "Feature", "properties": {"id": "ak16897226", "mag": 1.1, "time": 1506314336648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1369, 63.4162, 5.3]}, "bbox": [-145.1369, 63.4162, -145.1369, 63.4162]}, {"id": "2216", "type": "Feature", "properties": {"id": "us2000au3u", "mag": 4.3, "time": 1506313752770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7839, 15.5489, 36.62]}, "bbox": [-94.7839, 15.5489, -94.7839, 15.5489]}, {"id": "2217", "type": "Feature", "properties": {"id": "ak16897223", "mag": 1.5, "time": 1506313722965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5906, 61.3427, 45.2]}, "bbox": [-150.5906, 61.3427, -150.5906, 61.3427]}, {"id": "2218", "type": "Feature", "properties": {"id": "ak16897221", "mag": 1.1, "time": 1506313193707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.457, 63.4294, 4.6]}, "bbox": [-151.457, 63.4294, -151.457, 63.4294]}, {"id": "2219", "type": "Feature", "properties": {"id": "ak16988635", "mag": 1.2, "time": 1506312840546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0928, 61.1303, 26.5]}, "bbox": [-148.0928, 61.1303, -148.0928, 61.1303]}, {"id": "2220", "type": "Feature", "properties": {"id": "ak16988634", "mag": 1.1, "time": 1506312758288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7179, 62.8463, 7.1]}, "bbox": [-151.7179, 62.8463, -151.7179, 62.8463]}, {"id": "2221", "type": "Feature", "properties": {"id": "nc72898366", "mag": 1.09, "time": 1506312288130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797501, 38.824165, 1.31]}, "bbox": [-122.797501, 38.824165, -122.797501, 38.824165]}, {"id": "2222", "type": "Feature", "properties": {"id": "ak16897219", "mag": 1.1, "time": 1506311801540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8303, 63.2243, 16.3]}, "bbox": [-153.8303, 63.2243, -153.8303, 63.2243]}, {"id": "2223", "type": "Feature", "properties": {"id": "uw61333436", "mag": 1.41, "time": 1506311554000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.943833, 48.589333, 4.05]}, "bbox": [-119.943833, 48.589333, -119.943833, 48.589333]}, {"id": "2224", "type": "Feature", "properties": {"id": "ak16896672", "mag": 2.4, "time": 1506311539840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6826, 63.2689, 133.7]}, "bbox": [-150.6826, 63.2689, -150.6826, 63.2689]}, {"id": "2225", "type": "Feature", "properties": {"id": "ci38009904", "mag": 1.71, "time": 1506311193160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.813167, 34.048833, 13.41]}, "bbox": [-116.813167, 34.048833, -116.813167, 34.048833]}, {"id": "2226", "type": "Feature", "properties": {"id": "ak16896671", "mag": 1.0, "time": 1506310652342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6095, 62.9432, 11.3]}, "bbox": [-148.6095, 62.9432, -148.6095, 62.9432]}, {"id": "2227", "type": "Feature", "properties": {"id": "ci38009840", "mag": 1.15, "time": 1506308854410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.765333, 33.325667, 12.51]}, "bbox": [-116.765333, 33.325667, -116.765333, 33.325667]}, {"id": "2228", "type": "Feature", "properties": {"id": "ak16896670", "mag": 1.3, "time": 1506308756498, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6787, 59.995, 9.3]}, "bbox": [-141.6787, 59.995, -141.6787, 59.995]}, {"id": "2229", "type": "Feature", "properties": {"id": "ak16896669", "mag": 1.3, "time": 1506308490557, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.667, 59.9936, 9.8]}, "bbox": [-141.667, 59.9936, -141.667, 59.9936]}, {"id": "2230", "type": "Feature", "properties": {"id": "hv61920451", "mag": 2.11, "time": 1506307247260, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.050167, 19.765, 47.26]}, "bbox": [-155.050167, 19.765, -155.050167, 19.765]}, {"id": "2231", "type": "Feature", "properties": {"id": "ak16896663", "mag": 1.7, "time": 1506306347139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.57, 59.4416, 74.8]}, "bbox": [-152.57, 59.4416, -152.57, 59.4416]}, {"id": "2232", "type": "Feature", "properties": {"id": "ak16896659", "mag": 1.5, "time": 1506306011000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5629, 61.3391, 37.0]}, "bbox": [-149.5629, 61.3391, -149.5629, 61.3391]}, {"id": "2233", "type": "Feature", "properties": {"id": "ak16896656", "mag": 1.3, "time": 1506306004481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1978, 60.2569, 10.7]}, "bbox": [-141.1978, 60.2569, -141.1978, 60.2569]}, {"id": "2234", "type": "Feature", "properties": {"id": "ak16896653", "mag": 1.8, "time": 1506305432732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6915, 61.3592, 87.6]}, "bbox": [-151.6915, 61.3592, -151.6915, 61.3592]}, {"id": "2235", "type": "Feature", "properties": {"id": "ak16988622", "mag": 2.2, "time": 1506305398552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4539, 55.424, 127.9]}, "bbox": [-162.4539, 55.424, -162.4539, 55.424]}, {"id": "2236", "type": "Feature", "properties": {"id": "nc72898321", "mag": 0.97, "time": 1506303023560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821, 37.470667, 1.2]}, "bbox": [-118.821, 37.470667, -118.821, 37.470667]}, {"id": "2237", "type": "Feature", "properties": {"id": "ci38009824", "mag": 1.77, "time": 1506302722490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.721333, 32.171167, -0.08]}, "bbox": [-115.721333, 32.171167, -115.721333, 32.171167]}, {"id": "2238", "type": "Feature", "properties": {"id": "us2000au34", "mag": 4.2, "time": 1506301011430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6458, 15.9582, 41.89]}, "bbox": [-94.6458, 15.9582, -94.6458, 15.9582]}, {"id": "2239", "type": "Feature", "properties": {"id": "nc72898311", "mag": 1.53, "time": 1506300409700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.760333, 38.787333, 2.66]}, "bbox": [-122.760333, 38.787333, -122.760333, 38.787333]}, {"id": "2240", "type": "Feature", "properties": {"id": "nc72898316", "mag": 1.17, "time": 1506300389070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.902833, 37.434167, 1.61]}, "bbox": [-118.902833, 37.434167, -118.902833, 37.434167]}, {"id": "2241", "type": "Feature", "properties": {"id": "uu60249337", "mag": 1.05, "time": 1506300187150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028, 44.797667, 10.68]}, "bbox": [-111.028, 44.797667, -111.028, 44.797667]}, {"id": "2242", "type": "Feature", "properties": {"id": "ak16896106", "mag": 1.8, "time": 1506299319432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0832, 61.9049, 66.6]}, "bbox": [-151.0832, 61.9049, -151.0832, 61.9049]}, {"id": "2243", "type": "Feature", "properties": {"id": "ak16895566", "mag": 1.9, "time": 1506298140072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9051, 57.7026, 76.6]}, "bbox": [-154.9051, 57.7026, -154.9051, 57.7026]}, {"id": "2244", "type": "Feature", "properties": {"id": "ak16988619", "mag": 1.6, "time": 1506298131890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9559, 60.0816, 113.8]}, "bbox": [-152.9559, 60.0816, -152.9559, 60.0816]}, {"id": "2245", "type": "Feature", "properties": {"id": "nn00606884", "mag": 1.4, "time": 1506297047630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0863, 37.3768, 7.7]}, "bbox": [-117.0863, 37.3768, -117.0863, 37.3768]}, {"id": "2246", "type": "Feature", "properties": {"id": "us2000au2t", "mag": 4.6, "time": 1506295898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.3868, 31.2471, 159.23]}, "bbox": [130.3868, 31.2471, 130.3868, 31.2471]}, {"id": "2247", "type": "Feature", "properties": {"id": "us2000au2s", "mag": 4.7, "time": 1506295771740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3651, 15.6767, 54.03]}, "bbox": [-94.3651, 15.6767, -94.3651, 15.6767]}, {"id": "2248", "type": "Feature", "properties": {"id": "uu60249317", "mag": 2.04, "time": 1506295039370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.575667, 3.5]}, "bbox": [-111.424667, 42.575667, -111.424667, 42.575667]}, {"id": "2249", "type": "Feature", "properties": {"id": "ak16935438", "mag": 1.4, "time": 1506294396969, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.934, 60.3588, 65.2]}, "bbox": [-150.934, 60.3588, -150.934, 60.3588]}, {"id": "2250", "type": "Feature", "properties": {"id": "nc72898291", "mag": 1.5, "time": 1506294312930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799167, 37.544833, 8.63]}, "bbox": [-118.799167, 37.544833, -118.799167, 37.544833]}, {"id": "2251", "type": "Feature", "properties": {"id": "ak16895561", "mag": 1.1, "time": 1506294004090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0019, 62.1675, 14.1]}, "bbox": [-150.0019, 62.1675, -150.0019, 62.1675]}, {"id": "2252", "type": "Feature", "properties": {"id": "ak16895559", "mag": 1.7, "time": 1506293152617, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9808, 60.2626, 58.2]}, "bbox": [-150.9808, 60.2626, -150.9808, 60.2626]}, {"id": "2253", "type": "Feature", "properties": {"id": "nc72898281", "mag": 1.51, "time": 1506291814030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.123, 38.044833, 2.62]}, "bbox": [-119.123, 38.044833, -119.123, 38.044833]}, {"id": "2254", "type": "Feature", "properties": {"id": "ak16895553", "mag": 2.2, "time": 1506291209658, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9667, 58.2749, 2.3]}, "bbox": [-154.9667, 58.2749, -154.9667, 58.2749]}, {"id": "2255", "type": "Feature", "properties": {"id": "uu60249297", "mag": 2.2, "time": 1506289719780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.027, 44.7975, 11.07]}, "bbox": [-111.027, 44.7975, -111.027, 44.7975]}, {"id": "2256", "type": "Feature", "properties": {"id": "nc72898251", "mag": 1.06, "time": 1506289376180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80867, 38.824501, 1.89]}, "bbox": [-122.80867, 38.824501, -122.80867, 38.824501]}, {"id": "2257", "type": "Feature", "properties": {"id": "nn00606863", "mag": 1.6, "time": 1506289302497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1188, 37.3786, 0.0]}, "bbox": [-115.1188, 37.3786, -115.1188, 37.3786]}, {"id": "2258", "type": "Feature", "properties": {"id": "ak16895018", "mag": 1.1, "time": 1506289187928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5309, 62.2207, 4.8]}, "bbox": [-148.5309, 62.2207, -148.5309, 62.2207]}, {"id": "2259", "type": "Feature", "properties": {"id": "nc72898246", "mag": 1.11, "time": 1506288942820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474667, -0.27]}, "bbox": [-118.8205, 37.474667, -118.8205, 37.474667]}, {"id": "2260", "type": "Feature", "properties": {"id": "nc72898241", "mag": 1.11, "time": 1506288826190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.477167, 0.62]}, "bbox": [-118.819667, 37.477167, -118.819667, 37.477167]}, {"id": "2261", "type": "Feature", "properties": {"id": "ak16935433", "mag": 1.6, "time": 1506288360789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4754, 58.4123, 46.0]}, "bbox": [-152.4754, 58.4123, -152.4754, 58.4123]}, {"id": "2262", "type": "Feature", "properties": {"id": "ak16935432", "mag": 2.5, "time": 1506287912932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0291, 52.8069, 25.6]}, "bbox": [-164.0291, 52.8069, -164.0291, 52.8069]}, {"id": "2263", "type": "Feature", "properties": {"id": "ak16895001", "mag": 2.4, "time": 1506287325387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3822, 59.9552, 133.4]}, "bbox": [-153.3822, 59.9552, -153.3822, 59.9552]}, {"id": "2264", "type": "Feature", "properties": {"id": "nc71107574", "mag": 1.82, "time": 1506286958930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.1525, 38.965833, 3.75]}, "bbox": [-123.1525, 38.965833, -123.1525, 38.965833]}, {"id": "2265", "type": "Feature", "properties": {"id": "nc72898236", "mag": 1.93, "time": 1506286874150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.849, 36.277667, 7.52]}, "bbox": [-120.849, 36.277667, -120.849, 36.277667]}, {"id": "2266", "type": "Feature", "properties": {"id": "ak16894980", "mag": 2.3, "time": 1506286457929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5039, 61.3116, 7.5]}, "bbox": [-152.5039, 61.3116, -152.5039, 61.3116]}, {"id": "2267", "type": "Feature", "properties": {"id": "us2000au0x", "mag": 4.1, "time": 1506285951620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.7689, 33.0106, 343.06]}, "bbox": [137.7689, 33.0106, 137.7689, 33.0106]}, {"id": "2268", "type": "Feature", "properties": {"id": "ak16894459", "mag": 1.4, "time": 1506285529465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7694, 59.8585, 7.3]}, "bbox": [-136.7694, 59.8585, -136.7694, 59.8585]}, {"id": "2269", "type": "Feature", "properties": {"id": "ak16894458", "mag": 3.5, "time": 1506285383201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4213, 51.6336, 12.0]}, "bbox": [-178.4213, 51.6336, -178.4213, 51.6336]}, {"id": "2270", "type": "Feature", "properties": {"id": "hv61919931", "mag": 1.61, "time": 1506285094170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2325, 19.4085, 26.679]}, "bbox": [-155.2325, 19.4085, -155.2325, 19.4085]}, {"id": "2271", "type": "Feature", "properties": {"id": "nm60207286", "mag": 1.46, "time": 1506284271340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.900667, 36.601833, 4.15]}, "bbox": [-89.900667, 36.601833, -89.900667, 36.601833]}, {"id": "2272", "type": "Feature", "properties": {"id": "nc72898226", "mag": 1.94, "time": 1506284238360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819, 37.476167, 0.74]}, "bbox": [-118.819, 37.476167, -118.819, 37.476167]}, {"id": "2273", "type": "Feature", "properties": {"id": "hv61919891", "mag": 2.03, "time": 1506284234210, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.278503, 19.407, 0.61]}, "bbox": [-155.278503, 19.407, -155.278503, 19.407]}, {"id": "2274", "type": "Feature", "properties": {"id": "us2000au0l", "mag": 5.0, "time": 1506283809180, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [102.0863, -3.3959, 96.97]}, "bbox": [102.0863, -3.3959, 102.0863, -3.3959]}, {"id": "2275", "type": "Feature", "properties": {"id": "ak16894448", "mag": 1.6, "time": 1506283718319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1504, 61.1564, 63.1]}, "bbox": [-151.1504, 61.1564, -151.1504, 61.1564]}, {"id": "2276", "type": "Feature", "properties": {"id": "nc72898216", "mag": 1.02, "time": 1506283590520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826836, 38.841167, 1.21]}, "bbox": [-122.826836, 38.841167, -122.826836, 38.841167]}, {"id": "2277", "type": "Feature", "properties": {"id": "nc72898211", "mag": 1.57, "time": 1506283158900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.113333, 38.042667, 2.45]}, "bbox": [-119.113333, 38.042667, -119.113333, 38.042667]}, {"id": "2278", "type": "Feature", "properties": {"id": "ak16894439", "mag": 2.3, "time": 1506283079762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.7022, 51.6829, 87.3]}, "bbox": [-179.7022, 51.6829, -179.7022, 51.6829]}, {"id": "2279", "type": "Feature", "properties": {"id": "nc72898206", "mag": 1.24, "time": 1506283017210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.777, 35.512, 0.74]}, "bbox": [-120.777, 35.512, -120.777, 35.512]}, {"id": "2280", "type": "Feature", "properties": {"id": "ci38009648", "mag": 0.95, "time": 1506282824500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.909333, 33.494, 13.21]}, "bbox": [-116.909333, 33.494, -116.909333, 33.494]}, {"id": "2281", "type": "Feature", "properties": {"id": "nc72898196", "mag": 1.08, "time": 1506282126770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.81, 38.806833, 2.17]}, "bbox": [-122.81, 38.806833, -122.81, 38.806833]}, {"id": "2282", "type": "Feature", "properties": {"id": "ak16893920", "mag": 1.6, "time": 1506281844692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.421, 62.907, 126.6]}, "bbox": [-151.421, 62.907, -151.421, 62.907]}, {"id": "2283", "type": "Feature", "properties": {"id": "nc72898191", "mag": 1.6, "time": 1506281467240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.010167, 37.8015, 1.31]}, "bbox": [-119.010167, 37.8015, -119.010167, 37.8015]}, {"id": "2284", "type": "Feature", "properties": {"id": "nc72898186", "mag": 2.26, "time": 1506281041390, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.474833, -0.18]}, "bbox": [-118.8185, 37.474833, -118.8185, 37.474833]}, {"id": "2285", "type": "Feature", "properties": {"id": "uw61333306", "mag": 1.11, "time": 1506280827540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.812333, 48.284667, 12.62]}, "bbox": [-122.812333, 48.284667, -122.812333, 48.284667]}, {"id": "2286", "type": "Feature", "properties": {"id": "ci38009608", "mag": 1.3, "time": 1506280518180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.038, 33.0905, 2.11]}, "bbox": [-116.038, 33.0905, -116.038, 33.0905]}, {"id": "2287", "type": "Feature", "properties": {"id": "nc72898176", "mag": 2.1, "time": 1506280314320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818333, 37.475833, 0.78]}, "bbox": [-118.818333, 37.475833, -118.818333, 37.475833]}, {"id": "2288", "type": "Feature", "properties": {"id": "ak16935422", "mag": 1.6, "time": 1506280296755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7731, 59.4501, 75.7]}, "bbox": [-152.7731, 59.4501, -152.7731, 59.4501]}, {"id": "2289", "type": "Feature", "properties": {"id": "hv61919726", "mag": 1.9, "time": 1506279270940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4185, 19.110833, 41.621]}, "bbox": [-155.4185, 19.110833, -155.4185, 19.110833]}, {"id": "2290", "type": "Feature", "properties": {"id": "ak16935421", "mag": 1.7, "time": 1506279143123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5363, 51.7438, 15.9]}, "bbox": [-178.5363, 51.7438, -178.5363, 51.7438]}, {"id": "2291", "type": "Feature", "properties": {"id": "ak16893907", "mag": 2.1, "time": 1506278978748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4135, 66.1088, 7.6]}, "bbox": [-141.4135, 66.1088, -141.4135, 66.1088]}, {"id": "2292", "type": "Feature", "properties": {"id": "uw61333296", "mag": 1.51, "time": 1506278869250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.581833, 47.593, 24.95]}, "bbox": [-122.581833, 47.593, -122.581833, 47.593]}, {"id": "2293", "type": "Feature", "properties": {"id": "nc72898171", "mag": 1.13, "time": 1506278629370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.543167, 38.264833, 8.24]}, "bbox": [-122.543167, 38.264833, -122.543167, 38.264833]}, {"id": "2294", "type": "Feature", "properties": {"id": "nn00606834", "mag": 1.5, "time": 1506278416314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.885, 38.3509, 8.4]}, "bbox": [-118.885, 38.3509, -118.885, 38.3509]}, {"id": "2295", "type": "Feature", "properties": {"id": "ci38009568", "mag": 1.23, "time": 1506278315340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.492333, 35.604833, 5.99]}, "bbox": [-118.492333, 35.604833, -118.492333, 35.604833]}, {"id": "2296", "type": "Feature", "properties": {"id": "ak16893391", "mag": 2.3, "time": 1506277628203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1998, 53.9184, 4.8]}, "bbox": [-163.1998, 53.9184, -163.1998, 53.9184]}, {"id": "2297", "type": "Feature", "properties": {"id": "ak16893390", "mag": 1.1, "time": 1506277025981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1933, 68.4549, 18.3]}, "bbox": [-147.1933, 68.4549, -147.1933, 68.4549]}, {"id": "2298", "type": "Feature", "properties": {"id": "ak16893388", "mag": 1.5, "time": 1506276710660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3135, 68.0219, 2.3]}, "bbox": [-144.3135, 68.0219, -144.3135, 68.0219]}, {"id": "2299", "type": "Feature", "properties": {"id": "ak16935416", "mag": 1.8, "time": 1506276357546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.0551, 51.7225, 6.8]}, "bbox": [-179.0551, 51.7225, -179.0551, 51.7225]}, {"id": "2300", "type": "Feature", "properties": {"id": "nc72898146", "mag": 1.54, "time": 1506276015270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810333, 38.836, 1.98]}, "bbox": [-122.810333, 38.836, -122.810333, 38.836]}, {"id": "2301", "type": "Feature", "properties": {"id": "nn00606827", "mag": 1.3, "time": 1506274049277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6642, 36.4428, 7.2]}, "bbox": [-115.6642, 36.4428, -115.6642, 36.4428]}, {"id": "2302", "type": "Feature", "properties": {"id": "uw61333281", "mag": 2.14, "time": 1506273261550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.502167, 49.447833, -0.06]}, "bbox": [-120.502167, 49.447833, -120.502167, 49.447833]}, {"id": "2303", "type": "Feature", "properties": {"id": "us2000atz0", "mag": 4.3, "time": 1506273226630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.369, -22.6476, 261.5]}, "bbox": [-66.369, -22.6476, -66.369, -22.6476]}, {"id": "2304", "type": "Feature", "properties": {"id": "ci38009520", "mag": 2.39, "time": 1506272765060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.032333, 33.096333, 9.36]}, "bbox": [-116.032333, 33.096333, -116.032333, 33.096333]}, {"id": "2305", "type": "Feature", "properties": {"id": "nc72898121", "mag": 1.18, "time": 1506272385880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880667, 37.538167, 3.63]}, "bbox": [-118.880667, 37.538167, -118.880667, 37.538167]}, {"id": "2306", "type": "Feature", "properties": {"id": "us2000atyw", "mag": 4.9, "time": 1506272236140, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.2871, 36.912, 8.66]}, "bbox": [27.2871, 36.912, 27.2871, 36.912]}, {"id": "2307", "type": "Feature", "properties": {"id": "uw61333276", "mag": 0.97, "time": 1506272212660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677, 48.245, 8.69]}, "bbox": [-121.677, 48.245, -121.677, 48.245]}, {"id": "2308", "type": "Feature", "properties": {"id": "ci38009504", "mag": 1.59, "time": 1506272197880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.0285, 33.096, 10.24]}, "bbox": [-116.0285, 33.096, -116.0285, 33.096]}, {"id": "2309", "type": "Feature", "properties": {"id": "ak16935414", "mag": 1.3, "time": 1506271871925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3105, 62.8907, 109.7]}, "bbox": [-151.3105, 62.8907, -151.3105, 62.8907]}, {"id": "2310", "type": "Feature", "properties": {"id": "ak16892357", "mag": 1.5, "time": 1506271104455, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2217, 60.9895, 43.1]}, "bbox": [-150.2217, 60.9895, -150.2217, 60.9895]}, {"id": "2311", "type": "Feature", "properties": {"id": "ak16892356", "mag": 1.0, "time": 1506270748541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7754, 66.4015, 0.3]}, "bbox": [-147.7754, 66.4015, -147.7754, 66.4015]}, {"id": "2312", "type": "Feature", "properties": {"id": "nn00606816", "mag": 1.3, "time": 1506270455535, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3547, 38.3427, 11.5]}, "bbox": [-119.3547, 38.3427, -119.3547, 38.3427]}, {"id": "2313", "type": "Feature", "properties": {"id": "ak16892349", "mag": 2.1, "time": 1506269387778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9052, 64.2272, 113.0]}, "bbox": [-147.9052, 64.2272, -147.9052, 64.2272]}, {"id": "2314", "type": "Feature", "properties": {"id": "ak16892348", "mag": 1.2, "time": 1506269350233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0305, 61.1531, 0.9]}, "bbox": [-140.0305, 61.1531, -140.0305, 61.1531]}, {"id": "2315", "type": "Feature", "properties": {"id": "uu60249237", "mag": 1.72, "time": 1506268839820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899, 38.3125, 1.61]}, "bbox": [-108.899, 38.3125, -108.899, 38.3125]}, {"id": "2316", "type": "Feature", "properties": {"id": "nc72898066", "mag": 2.26, "time": 1506268374330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.604333, 4.11]}, "bbox": [-118.820667, 37.604333, -118.820667, 37.604333]}, {"id": "2317", "type": "Feature", "properties": {"id": "hv61919541", "mag": 2.2, "time": 1506268362680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.553, 19.106833, 58.134]}, "bbox": [-155.553, 19.106833, -155.553, 19.106833]}, {"id": "2318", "type": "Feature", "properties": {"id": "nc72898071", "mag": 1.35, "time": 1506268343880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.978833, 37.602333, 0.75]}, "bbox": [-118.978833, 37.602333, -118.978833, 37.602333]}, {"id": "2319", "type": "Feature", "properties": {"id": "uw61333251", "mag": 0.99, "time": 1506267835060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7565, 46.8405, 0.46]}, "bbox": [-121.7565, 46.8405, -121.7565, 46.8405]}, {"id": "2320", "type": "Feature", "properties": {"id": "uu60249227", "mag": 1.55, "time": 1506267791100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.045667, 38.595, 10.17]}, "bbox": [-112.045667, 38.595, -112.045667, 38.595]}, {"id": "2321", "type": "Feature", "properties": {"id": "nc72898046", "mag": 1.31, "time": 1506267662950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.359333, 36.063833, 13.03]}, "bbox": [-120.359333, 36.063833, -120.359333, 36.063833]}, {"id": "2322", "type": "Feature", "properties": {"id": "uw61333241", "mag": 1.02, "time": 1506266858960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.7535, 46.835833, -0.06]}, "bbox": [-121.7535, 46.835833, -121.7535, 46.835833]}, {"id": "2323", "type": "Feature", "properties": {"id": "us2000atyb", "mag": 4.2, "time": 1506265370020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9623, 16.5258, 10.0]}, "bbox": [-94.9623, 16.5258, -94.9623, 16.5258]}, {"id": "2324", "type": "Feature", "properties": {"id": "ak16891829", "mag": 1.1, "time": 1506265012702, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7832, 60.3293, 15.0]}, "bbox": [-139.7832, 60.3293, -139.7832, 60.3293]}, {"id": "2325", "type": "Feature", "properties": {"id": "uw61333221", "mag": 2.23, "time": 1506264885990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.458, 41.843167, 29.32]}, "bbox": [-124.458, 41.843167, -124.458, 41.843167]}, {"id": "2326", "type": "Feature", "properties": {"id": "ci38009392", "mag": 2.47, "time": 1506263949730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.965667, 33.074, 3.01]}, "bbox": [-117.965667, 33.074, -117.965667, 33.074]}, {"id": "2327", "type": "Feature", "properties": {"id": "ak16891827", "mag": 1.6, "time": 1506263040480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0762, 68.8735, 7.4]}, "bbox": [-145.0762, 68.8735, -145.0762, 68.8735]}, {"id": "2328", "type": "Feature", "properties": {"id": "ak16935406", "mag": 1.9, "time": 1506262994682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4328, 58.9133, 119.1]}, "bbox": [-154.4328, 58.9133, -154.4328, 58.9133]}, {"id": "2329", "type": "Feature", "properties": {"id": "uu60249217", "mag": 1.98, "time": 1506261948290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.8955, 38.308167, 2.5]}, "bbox": [-108.8955, 38.308167, -108.8955, 38.308167]}, {"id": "2330", "type": "Feature", "properties": {"id": "uw61333201", "mag": 1.01, "time": 1506261154820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.757333, 46.836833, 0.83]}, "bbox": [-121.757333, 46.836833, -121.757333, 46.836833]}, {"id": "2331", "type": "Feature", "properties": {"id": "nn00606861", "mag": 1.0, "time": 1506260845911, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9076, 39.4306, 7.7]}, "bbox": [-118.9076, 39.4306, -118.9076, 39.4306]}, {"id": "2332", "type": "Feature", "properties": {"id": "ak16891323", "mag": 1.6, "time": 1506260101784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2725, 63.8369, 122.9]}, "bbox": [-149.2725, 63.8369, -149.2725, 63.8369]}, {"id": "2333", "type": "Feature", "properties": {"id": "ak16935404", "mag": 1.9, "time": 1506259949572, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9271, 51.4777, 35.0]}, "bbox": [-175.9271, 51.4777, -175.9271, 51.4777]}, {"id": "2334", "type": "Feature", "properties": {"id": "ak16891318", "mag": 1.4, "time": 1506258938436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1228, 60.1784, 0.0]}, "bbox": [-140.1228, 60.1784, -140.1228, 60.1784]}, {"id": "2335", "type": "Feature", "properties": {"id": "ak16935403", "mag": 1.5, "time": 1506258927685, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.537, 59.7654, 0.0]}, "bbox": [-139.537, 59.7654, -139.537, 59.7654]}, {"id": "2336", "type": "Feature", "properties": {"id": "us2000awkh", "mag": 4.5, "time": 1506257940620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.6787, -21.4068, 6.58]}, "bbox": [-176.6787, -21.4068, -176.6787, -21.4068]}, {"id": "2337", "type": "Feature", "properties": {"id": "ci38009360", "mag": 1.01, "time": 1506257616920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6935, 33.4475, 13.86]}, "bbox": [-117.6935, 33.4475, -117.6935, 33.4475]}, {"id": "2338", "type": "Feature", "properties": {"id": "hv61919476", "mag": 2.71, "time": 1506257049620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.326172, 19.400499, 6.36]}, "bbox": [-155.326172, 19.400499, -155.326172, 19.400499]}, {"id": "2339", "type": "Feature", "properties": {"id": "us2000azwe", "mag": 4.0, "time": 1506256906900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0503, 15.0164, 47.05]}, "bbox": [-94.0503, 15.0164, -94.0503, 15.0164]}, {"id": "2340", "type": "Feature", "properties": {"id": "ak16935402", "mag": 1.3, "time": 1506256449894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1247, 62.5252, 67.7]}, "bbox": [-150.1247, 62.5252, -150.1247, 62.5252]}, {"id": "2341", "type": "Feature", "properties": {"id": "us2000atx8", "mag": 4.5, "time": 1506256396240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2151, 16.4456, 23.74]}, "bbox": [-95.2151, 16.4456, -95.2151, 16.4456]}, {"id": "2342", "type": "Feature", "properties": {"id": "us2000awke", "mag": 4.3, "time": 1506254896510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.7664, -36.2005, 10.0]}, "bbox": [-99.7664, -36.2005, -99.7664, -36.2005]}, {"id": "2343", "type": "Feature", "properties": {"id": "us2000atx1", "mag": 4.3, "time": 1506253816940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8221, 15.5422, 39.51]}, "bbox": [-94.8221, 15.5422, -94.8221, 15.5422]}, {"id": "2344", "type": "Feature", "properties": {"id": "nc72897966", "mag": 1.94, "time": 1506252917940, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.353833, 38.334333, 8.17]}, "bbox": [-119.353833, 38.334333, -119.353833, 38.334333]}, {"id": "2345", "type": "Feature", "properties": {"id": "ak16890316", "mag": 1.9, "time": 1506251419309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7084, 53.1628, 25.6]}, "bbox": [-166.7084, 53.1628, -166.7084, 53.1628]}, {"id": "2346", "type": "Feature", "properties": {"id": "ak16935399", "mag": 2.2, "time": 1506251253254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9705, 58.4119, 157.9]}, "bbox": [-155.9705, 58.4119, -155.9705, 58.4119]}, {"id": "2347", "type": "Feature", "properties": {"id": "us2000awkb", "mag": 4.4, "time": 1506250943050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.3134, -22.0133, 10.0]}, "bbox": [-114.3134, -22.0133, -114.3134, -22.0133]}, {"id": "2348", "type": "Feature", "properties": {"id": "ci38009336", "mag": 1.4, "time": 1506250687150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.573, 33.198833, 3.26]}, "bbox": [-115.573, 33.198833, -115.573, 33.198833]}, {"id": "2349", "type": "Feature", "properties": {"id": "ak16935398", "mag": 1.7, "time": 1506250678217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.541, 51.1205, 34.1]}, "bbox": [-178.541, 51.1205, -178.541, 51.1205]}, {"id": "2350", "type": "Feature", "properties": {"id": "ci37166588", "mag": 1.39, "time": 1506250675520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.547333, 33.281167, 1.13]}, "bbox": [-115.547333, 33.281167, -115.547333, 33.281167]}, {"id": "2351", "type": "Feature", "properties": {"id": "ci38009328", "mag": 1.47, "time": 1506250567750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.565833, 33.2015, 2.63]}, "bbox": [-115.565833, 33.2015, -115.565833, 33.2015]}, {"id": "2352", "type": "Feature", "properties": {"id": "us2000azw4", "mag": 4.0, "time": 1506250079340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2354, 15.2643, 10.0]}, "bbox": [-94.2354, 15.2643, -94.2354, 15.2643]}, {"id": "2353", "type": "Feature", "properties": {"id": "nc72897961", "mag": 1.0, "time": 1506249470110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771164, 38.839333, 1.45]}, "bbox": [-122.771164, 38.839333, -122.771164, 38.839333]}, {"id": "2354", "type": "Feature", "properties": {"id": "ak16890295", "mag": 3.1, "time": 1506249009854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4939, 58.556, 142.4]}, "bbox": [-155.4939, 58.556, -155.4939, 58.556]}, {"id": "2355", "type": "Feature", "properties": {"id": "ci38009320", "mag": 1.29, "time": 1506248967650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.577833, 33.1915, 3.45]}, "bbox": [-115.577833, 33.1915, -115.577833, 33.1915]}, {"id": "2356", "type": "Feature", "properties": {"id": "us2000awka", "mag": 4.5, "time": 1506248797510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.4422, -3.5379, 76.33]}, "bbox": [101.4422, -3.5379, 101.4422, -3.5379]}, {"id": "2357", "type": "Feature", "properties": {"id": "ak16889805", "mag": 1.1, "time": 1506248542391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6804, 65.8304, 4.9]}, "bbox": [-150.6804, 65.8304, -150.6804, 65.8304]}, {"id": "2358", "type": "Feature", "properties": {"id": "ak16889804", "mag": 1.4, "time": 1506248465317, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0578, 61.0579, 16.4]}, "bbox": [-147.0578, 61.0579, -147.0578, 61.0579]}, {"id": "2359", "type": "Feature", "properties": {"id": "hv61919431", "mag": 2.09, "time": 1506248237750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.282165, 19.41, 0.97]}, "bbox": [-155.282165, 19.41, -155.282165, 19.41]}, {"id": "2360", "type": "Feature", "properties": {"id": "us2000atwe", "mag": 5.8, "time": 1506247572180, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0996, 15.3335, 55.04]}, "bbox": [-94.0996, 15.3335, -94.0996, 15.3335]}, {"id": "2361", "type": "Feature", "properties": {"id": "ak16889794", "mag": 1.8, "time": 1506247473558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2731, 60.4252, 19.1]}, "bbox": [-148.2731, 60.4252, -148.2731, 60.4252]}, {"id": "2362", "type": "Feature", "properties": {"id": "ak16889792", "mag": 1.2, "time": 1506245981072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4789, 61.3979, 20.0]}, "bbox": [-146.4789, 61.3979, -146.4789, 61.3979]}, {"id": "2363", "type": "Feature", "properties": {"id": "ak16935392", "mag": 2.2, "time": 1506245821194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1457, 52.299, 147.0]}, "bbox": [-176.1457, 52.299, -176.1457, 52.299]}, {"id": "2364", "type": "Feature", "properties": {"id": "uw61333151", "mag": 1.32, "time": 1506245720210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3825, 46.455, 17.05]}, "bbox": [-119.3825, 46.455, -119.3825, 46.455]}, {"id": "2365", "type": "Feature", "properties": {"id": "us2000atw1", "mag": 4.3, "time": 1506245575860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.8213, 11.9773, 72.06]}, "bbox": [-86.8213, 11.9773, -86.8213, 11.9773]}, {"id": "2366", "type": "Feature", "properties": {"id": "ak16889787", "mag": 1.5, "time": 1506245559319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1034, 61.6735, 30.1]}, "bbox": [-147.1034, 61.6735, -147.1034, 61.6735]}, {"id": "2367", "type": "Feature", "properties": {"id": "nc72897941", "mag": 1.12, "time": 1506245298510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880333, 37.529333, 3.01]}, "bbox": [-118.880333, 37.529333, -118.880333, 37.529333]}, {"id": "2368", "type": "Feature", "properties": {"id": "ak16889785", "mag": 1.4, "time": 1506245231368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6899, 61.5181, 15.2]}, "bbox": [-140.6899, 61.5181, -140.6899, 61.5181]}, {"id": "2369", "type": "Feature", "properties": {"id": "us2000atvx", "mag": 4.0, "time": 1506245211400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2276, 16.4152, 5.52]}, "bbox": [-95.2276, 16.4152, -95.2276, 16.4152]}, {"id": "2370", "type": "Feature", "properties": {"id": "ak16889300", "mag": 1.5, "time": 1506244274159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0562, 62.8873, 108.5]}, "bbox": [-151.0562, 62.8873, -151.0562, 62.8873]}, {"id": "2371", "type": "Feature", "properties": {"id": "ak16889299", "mag": 1.7, "time": 1506243971468, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.0331, 60.0823, 0.0]}, "bbox": [-142.0331, 60.0823, -142.0331, 60.0823]}, {"id": "2372", "type": "Feature", "properties": {"id": "ak16889298", "mag": 1.2, "time": 1506242695770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7525, 61.9971, 13.3]}, "bbox": [-150.7525, 61.9971, -150.7525, 61.9971]}, {"id": "2373", "type": "Feature", "properties": {"id": "hv61919256", "mag": 2.47, "time": 1506242595490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.234167, 19.416667, 25.716]}, "bbox": [-155.234167, 19.416667, -155.234167, 19.416667]}, {"id": "2374", "type": "Feature", "properties": {"id": "ak16889296", "mag": 1.5, "time": 1506242565319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7169, 65.857, 21.5]}, "bbox": [-150.7169, 65.857, -150.7169, 65.857]}, {"id": "2375", "type": "Feature", "properties": {"id": "nc72897921", "mag": 1.06, "time": 1506242001250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8435, 37.469667, 2.92]}, "bbox": [-118.8435, 37.469667, -118.8435, 37.469667]}, {"id": "2376", "type": "Feature", "properties": {"id": "nc72897911", "mag": 2.08, "time": 1506241606310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.552333, 36.824833, 5.39]}, "bbox": [-121.552333, 36.824833, -121.552333, 36.824833]}, {"id": "2377", "type": "Feature", "properties": {"id": "ak16888862", "mag": 1.4, "time": 1506241109945, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2949, 62.9113, 106.9]}, "bbox": [-151.2949, 62.9113, -151.2949, 62.9113]}, {"id": "2378", "type": "Feature", "properties": {"id": "ci38009280", "mag": 1.11, "time": 1506240906400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0385, 33.996167, 14.68]}, "bbox": [-117.0385, 33.996167, -117.0385, 33.996167]}, {"id": "2379", "type": "Feature", "properties": {"id": "us2000atvi", "mag": 2.6, "time": 1506240803150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4513, 42.6043, 5.23]}, "bbox": [-111.4513, 42.6043, -111.4513, 42.6043]}, {"id": "2380", "type": "Feature", "properties": {"id": "us2000atvl", "mag": 4.0, "time": 1506239983840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9034, 16.4793, 10.0]}, "bbox": [-94.9034, 16.4793, -94.9034, 16.4793]}, {"id": "2381", "type": "Feature", "properties": {"id": "ak16888812", "mag": 1.7, "time": 1506239643860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1541, 59.6562, 69.5]}, "bbox": [-152.1541, 59.6562, -152.1541, 59.6562]}, {"id": "2382", "type": "Feature", "properties": {"id": "ak16935382", "mag": 1.8, "time": 1506239506704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5249, 57.6124, 45.4]}, "bbox": [-152.5249, 57.6124, -152.5249, 57.6124]}, {"id": "2383", "type": "Feature", "properties": {"id": "mb80257374", "mag": 1.2, "time": 1506238135570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.523333, 46.868, 11.76]}, "bbox": [-112.523333, 46.868, -112.523333, 46.868]}, {"id": "2384", "type": "Feature", "properties": {"id": "nn00606790", "mag": 1.5, "time": 1506237560657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.1999, 42.1841, 0.9]}, "bbox": [-120.1999, 42.1841, -120.1999, 42.1841]}, {"id": "2385", "type": "Feature", "properties": {"id": "us2000atv2", "mag": 4.3, "time": 1506236966640, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.864, -35.1565, 48.32]}, "bbox": [-71.864, -35.1565, -71.864, -35.1565]}, {"id": "2386", "type": "Feature", "properties": {"id": "ak16888374", "mag": 1.9, "time": 1506236724000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8397, 62.9467, 106.5]}, "bbox": [-150.8397, 62.9467, -150.8397, 62.9467]}, {"id": "2387", "type": "Feature", "properties": {"id": "ak16888373", "mag": 1.0, "time": 1506236683719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1115, 61.3903, 3.2]}, "bbox": [-141.1115, 61.3903, -141.1115, 61.3903]}, {"id": "2388", "type": "Feature", "properties": {"id": "uu60249142", "mag": 1.26, "time": 1506236544020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.028333, 44.8, 10.63]}, "bbox": [-111.028333, 44.8, -111.028333, 44.8]}, {"id": "2389", "type": "Feature", "properties": {"id": "nc72897871", "mag": 1.79, "time": 1506236124510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.845333, 35.541667, 5.98]}, "bbox": [-120.845333, 35.541667, -120.845333, 35.541667]}, {"id": "2390", "type": "Feature", "properties": {"id": "nc72897866", "mag": 2.12, "time": 1506235870210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3545, 38.341333, 8.25]}, "bbox": [-119.3545, 38.341333, -119.3545, 38.341333]}, {"id": "2391", "type": "Feature", "properties": {"id": "ak16935379", "mag": 1.6, "time": 1506235725999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.5436, 51.4418, 21.3]}, "bbox": [-176.5436, 51.4418, -176.5436, 51.4418]}, {"id": "2392", "type": "Feature", "properties": {"id": "us2000atuj", "mag": 4.6, "time": 1506235179700, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-75.5466, -14.3043, 33.52]}, "bbox": [-75.5466, -14.3043, -75.5466, -14.3043]}, {"id": "2393", "type": "Feature", "properties": {"id": "nc72903821", "mag": 1.02, "time": 1506234997060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.948167, 41.046333, 9.53]}, "bbox": [-121.948167, 41.046333, -121.948167, 41.046333]}, {"id": "2394", "type": "Feature", "properties": {"id": "nc72897856", "mag": 1.71, "time": 1506234937540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8185, 37.471333, 1.25]}, "bbox": [-118.8185, 37.471333, -118.8185, 37.471333]}, {"id": "2395", "type": "Feature", "properties": {"id": "ak16935378", "mag": 1.3, "time": 1506234863595, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9435, 61.261, 59.9]}, "bbox": [-150.9435, 61.261, -150.9435, 61.261]}, {"id": "2396", "type": "Feature", "properties": {"id": "ci38009240", "mag": 0.99, "time": 1506234721960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.828167, 33.977667, 16.65]}, "bbox": [-116.828167, 33.977667, -116.828167, 33.977667]}, {"id": "2397", "type": "Feature", "properties": {"id": "ak16935377", "mag": 3.3, "time": 1506234648623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3164, 50.4387, 10.0]}, "bbox": [-173.3164, 50.4387, -173.3164, 50.4387]}, {"id": "2398", "type": "Feature", "properties": {"id": "ak16888327", "mag": 1.1, "time": 1506234051194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0067, 67.8619, 3.3]}, "bbox": [-149.0067, 67.8619, -149.0067, 67.8619]}, {"id": "2399", "type": "Feature", "properties": {"id": "hv61919146", "mag": 1.76, "time": 1506233551670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.438667, 19.110833, 40.565]}, "bbox": [-155.438667, 19.110833, -155.438667, 19.110833]}, {"id": "2400", "type": "Feature", "properties": {"id": "nc72897836", "mag": 1.19, "time": 1506233494190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.879667, 37.536833, 3.32]}, "bbox": [-118.879667, 37.536833, -118.879667, 37.536833]}, {"id": "2401", "type": "Feature", "properties": {"id": "nc72897831", "mag": 1.19, "time": 1506233212800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880167, 37.536833, 3.36]}, "bbox": [-118.880167, 37.536833, -118.880167, 37.536833]}, {"id": "2402", "type": "Feature", "properties": {"id": "ak16935375", "mag": 1.1, "time": 1506232927752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.625, 63.077, 2.5]}, "bbox": [-151.625, 63.077, -151.625, 63.077]}, {"id": "2403", "type": "Feature", "properties": {"id": "ak16887898", "mag": 1.9, "time": 1506232339124, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4442, 51.588, 12.9]}, "bbox": [-178.4442, 51.588, -178.4442, 51.588]}, {"id": "2404", "type": "Feature", "properties": {"id": "us2000atud", "mag": 4.6, "time": 1506232184760, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.3102, 23.9217, 19.2]}, "bbox": [122.3102, 23.9217, 122.3102, 23.9217]}, {"id": "2405", "type": "Feature", "properties": {"id": "ak16887893", "mag": 1.8, "time": 1506231025885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6676, 61.5229, 16.0]}, "bbox": [-140.6676, 61.5229, -140.6676, 61.5229]}, {"id": "2406", "type": "Feature", "properties": {"id": "us2000attv", "mag": 3.2, "time": 1506230915380, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4686, 42.6086, 5.28]}, "bbox": [-111.4686, 42.6086, -111.4686, 42.6086]}, {"id": "2407", "type": "Feature", "properties": {"id": "ci38009080", "mag": 1.1, "time": 1506230493370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.65, 35.937333, 3.69]}, "bbox": [-117.65, 35.937333, -117.65, 35.937333]}, {"id": "2408", "type": "Feature", "properties": {"id": "nc72897801", "mag": 1.86, "time": 1506230402950, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.880833, 37.5355, 3.17]}, "bbox": [-118.880833, 37.5355, -118.880833, 37.5355]}, {"id": "2409", "type": "Feature", "properties": {"id": "us2000attk", "mag": 4.4, "time": 1506229834430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9698, 16.526, 14.16]}, "bbox": [-97.9698, 16.526, -97.9698, 16.526]}, {"id": "2410", "type": "Feature", "properties": {"id": "ak16887845", "mag": 2.2, "time": 1506229788458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3609, 60.3798, 13.6]}, "bbox": [-147.3609, 60.3798, -147.3609, 60.3798]}, {"id": "2411", "type": "Feature", "properties": {"id": "ci38009064", "mag": 2.54, "time": 1506229471590, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.708833, 34.611167, -0.32]}, "bbox": [-120.708833, 34.611167, -120.708833, 34.611167]}, {"id": "2412", "type": "Feature", "properties": {"id": "ak16887419", "mag": 2.5, "time": 1506228712730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1558, 57.6827, 0.6]}, "bbox": [-156.1558, 57.6827, -156.1558, 57.6827]}, {"id": "2413", "type": "Feature", "properties": {"id": "uu60249092", "mag": 1.45, "time": 1506228417670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.041833, 38.6065, 7.11]}, "bbox": [-112.041833, 38.6065, -112.041833, 38.6065]}, {"id": "2414", "type": "Feature", "properties": {"id": "uu60013144", "mag": 2.65, "time": 1506227971910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.063667, 38.596667, 13.4]}, "bbox": [-112.063667, 38.596667, -112.063667, 38.596667]}, {"id": "2415", "type": "Feature", "properties": {"id": "uu60249087", "mag": 3.34, "time": 1506227924130, "felt": 52.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.056, 38.615, 7.09]}, "bbox": [-112.056, 38.615, -112.056, 38.615]}, {"id": "2416", "type": "Feature", "properties": {"id": "ci38009040", "mag": 1.66, "time": 1506227707260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.754667, 32.691333, 7.72]}, "bbox": [-115.754667, 32.691333, -115.754667, 32.691333]}, {"id": "2417", "type": "Feature", "properties": {"id": "ak16887417", "mag": 1.4, "time": 1506227635748, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4813, 59.9807, 0.0]}, "bbox": [-139.4813, 59.9807, -139.4813, 59.9807]}, {"id": "2418", "type": "Feature", "properties": {"id": "hv61919026", "mag": 1.76, "time": 1506225952210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.284164, 19.394167, 2.71]}, "bbox": [-155.284164, 19.394167, -155.284164, 19.394167]}, {"id": "2419", "type": "Feature", "properties": {"id": "hv61918996", "mag": 1.99, "time": 1506224898090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28067, 19.403999, 1.29]}, "bbox": [-155.28067, 19.403999, -155.28067, 19.403999]}, {"id": "2420", "type": "Feature", "properties": {"id": "us2000atsq", "mag": 4.1, "time": 1506223896740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.2705, -18.0175, 148.09]}, "bbox": [-69.2705, -18.0175, -69.2705, -18.0175]}, {"id": "2421", "type": "Feature", "properties": {"id": "ak16935368", "mag": 2.3, "time": 1506222958411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.4834, 51.3236, 13.2]}, "bbox": [-176.4834, 51.3236, -176.4834, 51.3236]}, {"id": "2422", "type": "Feature", "properties": {"id": "ak16886952", "mag": 1.2, "time": 1506222874628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.387, 59.9979, 0.0]}, "bbox": [-139.387, 59.9979, -139.387, 59.9979]}, {"id": "2423", "type": "Feature", "properties": {"id": "nm60207271", "mag": 1.17, "time": 1506222175440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.522833, 36.477167, 7.22]}, "bbox": [-89.522833, 36.477167, -89.522833, 36.477167]}, {"id": "2424", "type": "Feature", "properties": {"id": "nc72897746", "mag": 1.28, "time": 1506221915120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720833, 38.788, 2.34]}, "bbox": [-122.720833, 38.788, -122.720833, 38.788]}, {"id": "2425", "type": "Feature", "properties": {"id": "ak16886490", "mag": 1.1, "time": 1506220290807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3418, 62.9812, 77.2]}, "bbox": [-149.3418, 62.9812, -149.3418, 62.9812]}, {"id": "2426", "type": "Feature", "properties": {"id": "us2000atse", "mag": 4.6, "time": 1506220200040, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.2801, -27.8834, 30.1]}, "bbox": [-71.2801, -27.8834, -71.2801, -27.8834]}, {"id": "2427", "type": "Feature", "properties": {"id": "ak16935365", "mag": 1.8, "time": 1506220032447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1268, 57.8123, 70.2]}, "bbox": [-155.1268, 57.8123, -155.1268, 57.8123]}, {"id": "2428", "type": "Feature", "properties": {"id": "nc72897736", "mag": 1.07, "time": 1506219512840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8245, 37.478833, 1.34]}, "bbox": [-118.8245, 37.478833, -118.8245, 37.478833]}, {"id": "2429", "type": "Feature", "properties": {"id": "ak16935364", "mag": 2.4, "time": 1506219397177, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8092, 52.1986, 20.4]}, "bbox": [-169.8092, 52.1986, -169.8092, 52.1986]}, {"id": "2430", "type": "Feature", "properties": {"id": "nc72897726", "mag": 2.48, "time": 1506219108260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.023333, 40.3465, 9.33]}, "bbox": [-125.023333, 40.3465, -125.023333, 40.3465]}, {"id": "2431", "type": "Feature", "properties": {"id": "us2000atsa", "mag": 4.2, "time": 1506218615340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8425, 16.574, 39.83]}, "bbox": [-94.8425, 16.574, -94.8425, 16.574]}, {"id": "2432", "type": "Feature", "properties": {"id": "ak16935363", "mag": 1.0, "time": 1506217950145, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5769, 68.6004, 0.9]}, "bbox": [-147.5769, 68.6004, -147.5769, 68.6004]}, {"id": "2433", "type": "Feature", "properties": {"id": "nc72897701", "mag": 1.48, "time": 1506217326030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.475, -0.04]}, "bbox": [-118.819333, 37.475, -118.819333, 37.475]}, {"id": "2434", "type": "Feature", "properties": {"id": "nc72897696", "mag": 1.19, "time": 1506216792400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125, 36.5355, 3.43]}, "bbox": [-121.125, 36.5355, -121.125, 36.5355]}, {"id": "2435", "type": "Feature", "properties": {"id": "ak16886371", "mag": 2.1, "time": 1506216606733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.8852, 51.4616, 53.0]}, "bbox": [179.8852, 51.4616, 179.8852, 51.4616]}, {"id": "2436", "type": "Feature", "properties": {"id": "us2000atrn", "mag": 3.8, "time": 1506215497620, "felt": 67.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1371, 36.3727, 2.82]}, "bbox": [-97.1371, 36.3727, -97.1371, 36.3727]}, {"id": "2437", "type": "Feature", "properties": {"id": "nc72897686", "mag": 2.17, "time": 1506215076790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.141167, 36.555, 2.89]}, "bbox": [-121.141167, 36.555, -121.141167, 36.555]}, {"id": "2438", "type": "Feature", "properties": {"id": "ci38008976", "mag": 1.32, "time": 1506215071310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450333, 34.2865, 7.66]}, "bbox": [-116.450333, 34.2865, -116.450333, 34.2865]}, {"id": "2439", "type": "Feature", "properties": {"id": "us2000atrk", "mag": 5.0, "time": 1506214584220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.7808, -10.6598, 47.61]}, "bbox": [161.7808, -10.6598, 161.7808, -10.6598]}, {"id": "2440", "type": "Feature", "properties": {"id": "ak16885992", "mag": 2.0, "time": 1506214179876, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6803, 63.2188, 129.3]}, "bbox": [-150.6803, 63.2188, -150.6803, 63.2188]}, {"id": "2441", "type": "Feature", "properties": {"id": "ci38008968", "mag": 1.0, "time": 1506214163490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8005, 33.996, 18.05]}, "bbox": [-116.8005, 33.996, -116.8005, 33.996]}, {"id": "2442", "type": "Feature", "properties": {"id": "ak16885991", "mag": 1.4, "time": 1506214156491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6167, 63.06, 7.0]}, "bbox": [-151.6167, 63.06, -151.6167, 63.06]}, {"id": "2443", "type": "Feature", "properties": {"id": "ak16885975", "mag": 2.0, "time": 1506213434632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5807, 63.0643, 7.3]}, "bbox": [-151.5807, 63.0643, -151.5807, 63.0643]}, {"id": "2444", "type": "Feature", "properties": {"id": "ak16885911", "mag": 1.9, "time": 1506213142249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5965, 63.0635, 4.5]}, "bbox": [-151.5965, 63.0635, -151.5965, 63.0635]}, {"id": "2445", "type": "Feature", "properties": {"id": "us2000atre", "mag": 4.4, "time": 1506212946200, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.7877, 12.9849, 60.16]}, "bbox": [-88.7877, 12.9849, -88.7877, 12.9849]}, {"id": "2446", "type": "Feature", "properties": {"id": "nc72897676", "mag": 1.44, "time": 1506212851640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.836167, 37.574667, 1.65]}, "bbox": [-118.836167, 37.574667, -118.836167, 37.574667]}, {"id": "2447", "type": "Feature", "properties": {"id": "ci38008928", "mag": 1.02, "time": 1506212597460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.178333, 33.195833, 6.76]}, "bbox": [-116.178333, 33.195833, -116.178333, 33.195833]}, {"id": "2448", "type": "Feature", "properties": {"id": "ci38008920", "mag": 1.07, "time": 1506212251010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.430333, 34.0525, 9.6]}, "bbox": [-116.430333, 34.0525, -116.430333, 34.0525]}, {"id": "2449", "type": "Feature", "properties": {"id": "ak16885578", "mag": 1.8, "time": 1506211566495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6255, 61.4518, 71.8]}, "bbox": [-151.6255, 61.4518, -151.6255, 61.4518]}, {"id": "2450", "type": "Feature", "properties": {"id": "ak16885576", "mag": 1.5, "time": 1506211049943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5978, 61.5229, 17.2]}, "bbox": [-140.5978, 61.5229, -140.5978, 61.5229]}, {"id": "2451", "type": "Feature", "properties": {"id": "ak16885547", "mag": 1.3, "time": 1506210780241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6346, 63.8335, 106.3]}, "bbox": [-148.6346, 63.8335, -148.6346, 63.8335]}, {"id": "2452", "type": "Feature", "properties": {"id": "ak16885533", "mag": 1.6, "time": 1506209676573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5334, 61.8507, 43.6]}, "bbox": [-149.5334, 61.8507, -149.5334, 61.8507]}, {"id": "2453", "type": "Feature", "properties": {"id": "nc72897656", "mag": 1.03, "time": 1506208996140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7145, 38.772667, 2.47]}, "bbox": [-122.7145, 38.772667, -122.7145, 38.772667]}, {"id": "2454", "type": "Feature", "properties": {"id": "ci38008912", "mag": 1.4, "time": 1506208905320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.801167, 33.9745, 17.62]}, "bbox": [-116.801167, 33.9745, -116.801167, 33.9745]}, {"id": "2455", "type": "Feature", "properties": {"id": "ci38008904", "mag": 1.35, "time": 1506208456300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924333, 33.9845, 4.74]}, "bbox": [-116.924333, 33.9845, -116.924333, 33.9845]}, {"id": "2456", "type": "Feature", "properties": {"id": "us2000atqq", "mag": 4.5, "time": 1506207994550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9873, 16.6593, 8.9]}, "bbox": [-94.9873, 16.6593, -94.9873, 16.6593]}, {"id": "2457", "type": "Feature", "properties": {"id": "ak16885149", "mag": 1.0, "time": 1506207804984, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3702, 64.9969, 0.0]}, "bbox": [-147.3702, 64.9969, -147.3702, 64.9969]}, {"id": "2458", "type": "Feature", "properties": {"id": "uu60249057", "mag": 2.12, "time": 1506207074140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.304, 44.720667, 6.11]}, "bbox": [-111.304, 44.720667, -111.304, 44.720667]}, {"id": "2459", "type": "Feature", "properties": {"id": "nc72897646", "mag": 1.23, "time": 1506206872800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735333, 38.787167, 1.28]}, "bbox": [-122.735333, 38.787167, -122.735333, 38.787167]}, {"id": "2460", "type": "Feature", "properties": {"id": "us2000atq4", "mag": 4.6, "time": 1506204121620, "felt": 194.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.616, -33.7421, 44.72]}, "bbox": [-71.616, -33.7421, -71.616, -33.7421]}, {"id": "2461", "type": "Feature", "properties": {"id": "ci38008864", "mag": 1.58, "time": 1506203611410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 33.181333, 2.86]}, "bbox": [-115.609, 33.181333, -115.609, 33.181333]}, {"id": "2462", "type": "Feature", "properties": {"id": "ak16884706", "mag": 3.1, "time": 1506202930250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.1771, 51.8267, 132.6]}, "bbox": [178.1771, 51.8267, 178.1771, 51.8267]}, {"id": "2463", "type": "Feature", "properties": {"id": "us2000atpq", "mag": 4.9, "time": 1506201617890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.82, 7.5438, 10.0]}, "bbox": [124.82, 7.5438, 124.82, 7.5438]}, {"id": "2464", "type": "Feature", "properties": {"id": "us2000atpp", "mag": 4.9, "time": 1506201494980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8199, 7.5946, 10.0]}, "bbox": [124.8199, 7.5946, 124.8199, 7.5946]}, {"id": "2465", "type": "Feature", "properties": {"id": "ak16884645", "mag": 1.0, "time": 1506201077397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.96, 64.7531, 1.8]}, "bbox": [-139.96, 64.7531, -139.96, 64.7531]}, {"id": "2466", "type": "Feature", "properties": {"id": "us2000atpb", "mag": 5.7, "time": 1506199628760, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [124.8736, 7.6285, 31.39]}, "bbox": [124.8736, 7.6285, 124.8736, 7.6285]}, {"id": "2467", "type": "Feature", "properties": {"id": "ak16884300", "mag": 2.8, "time": 1506199486287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.6652, 52.5903, 67.9]}, "bbox": [-169.6652, 52.5903, -169.6652, 52.5903]}, {"id": "2468", "type": "Feature", "properties": {"id": "nc72897611", "mag": 1.26, "time": 1506199458450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604333, 4.01]}, "bbox": [-118.821667, 37.604333, -118.821667, 37.604333]}, {"id": "2469", "type": "Feature", "properties": {"id": "ak16884298", "mag": 1.2, "time": 1506198439700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5445, 59.7818, 0.1]}, "bbox": [-136.5445, 59.7818, -136.5445, 59.7818]}, {"id": "2470", "type": "Feature", "properties": {"id": "uw61332966", "mag": 1.38, "time": 1506197756870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.684333, 48.248, 9.29]}, "bbox": [-121.684333, 48.248, -121.684333, 48.248]}, {"id": "2471", "type": "Feature", "properties": {"id": "ak16884247", "mag": 2.2, "time": 1506197594492, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0461, 51.8485, 92.8]}, "bbox": [-178.0461, 51.8485, -178.0461, 51.8485]}, {"id": "2472", "type": "Feature", "properties": {"id": "ak16883936", "mag": 1.0, "time": 1506196999226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8099, 64.7452, 10.2]}, "bbox": [-149.8099, 64.7452, -149.8099, 64.7452]}, {"id": "2473", "type": "Feature", "properties": {"id": "ci38008816", "mag": 1.2, "time": 1506196919720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.403833, 34.223333, 11.34]}, "bbox": [-118.403833, 34.223333, -118.403833, 34.223333]}, {"id": "2474", "type": "Feature", "properties": {"id": "nc72897586", "mag": 2.51, "time": 1506196446140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.396167, 40.494333, 25.08]}, "bbox": [-124.396167, 40.494333, -124.396167, 40.494333]}, {"id": "2475", "type": "Feature", "properties": {"id": "nc72897566", "mag": 2.07, "time": 1506194792800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.572667, 1.63]}, "bbox": [-118.835833, 37.572667, -118.835833, 37.572667]}, {"id": "2476", "type": "Feature", "properties": {"id": "nc72897561", "mag": 1.83, "time": 1506194678430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8365, 37.574, 1.71]}, "bbox": [-118.8365, 37.574, -118.8365, 37.574]}, {"id": "2477", "type": "Feature", "properties": {"id": "ak16883864", "mag": 2.8, "time": 1506194224396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8992, 51.3293, 31.9]}, "bbox": [-175.8992, 51.3293, -175.8992, 51.3293]}, {"id": "2478", "type": "Feature", "properties": {"id": "ak16883866", "mag": 1.0, "time": 1506193955730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8833, 59.8983, 14.4]}, "bbox": [-136.8833, 59.8983, -136.8833, 59.8983]}, {"id": "2479", "type": "Feature", "properties": {"id": "nc72897541", "mag": 1.74, "time": 1506193009290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820833, 37.6045, 4.22]}, "bbox": [-118.820833, 37.6045, -118.820833, 37.6045]}, {"id": "2480", "type": "Feature", "properties": {"id": "ak16883553", "mag": 1.2, "time": 1506192900100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4017, 65.5315, 14.2]}, "bbox": [-150.4017, 65.5315, -150.4017, 65.5315]}, {"id": "2481", "type": "Feature", "properties": {"id": "ak16883554", "mag": 1.2, "time": 1506192680980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0611, 67.1099, 2.8]}, "bbox": [-157.0611, 67.1099, -157.0611, 67.1099]}, {"id": "2482", "type": "Feature", "properties": {"id": "us2000atnx", "mag": 2.6, "time": 1506192601240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4214, 42.5566, 9.03]}, "bbox": [-111.4214, 42.5566, -111.4214, 42.5566]}, {"id": "2483", "type": "Feature", "properties": {"id": "ak16883552", "mag": 1.1, "time": 1506192410113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.197, 60.3011, 0.2]}, "bbox": [-143.197, 60.3011, -143.197, 60.3011]}, {"id": "2484", "type": "Feature", "properties": {"id": "nc72897531", "mag": 2.28, "time": 1506191594770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821667, 37.604, 4.22]}, "bbox": [-118.821667, 37.604, -118.821667, 37.604]}, {"id": "2485", "type": "Feature", "properties": {"id": "us2000augr", "mag": 4.5, "time": 1506191531170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.4442, -11.942, 15.62]}, "bbox": [-138.4442, -11.942, -138.4442, -11.942]}, {"id": "2486", "type": "Feature", "properties": {"id": "ci38008760", "mag": 1.23, "time": 1506190682920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.415167, 33.1465, 4.6]}, "bbox": [-116.415167, 33.1465, -116.415167, 33.1465]}, {"id": "2487", "type": "Feature", "properties": {"id": "ci38008752", "mag": 1.14, "time": 1506190401470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.972, 33.217167, 7.81]}, "bbox": [-115.972, 33.217167, -115.972, 33.217167]}, {"id": "2488", "type": "Feature", "properties": {"id": "nc72897521", "mag": 1.68, "time": 1506190013010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811833, 38.821167, 1.49]}, "bbox": [-122.811833, 38.821167, -122.811833, 38.821167]}, {"id": "2489", "type": "Feature", "properties": {"id": "ak16883482", "mag": 1.4, "time": 1506189726896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.742, 64.4224, 18.2]}, "bbox": [-148.742, 64.4224, -148.742, 64.4224]}, {"id": "2490", "type": "Feature", "properties": {"id": "ak16923786", "mag": 2.7, "time": 1506189654902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1544, 53.4208, 25.6]}, "bbox": [-163.1544, 53.4208, -163.1544, 53.4208]}, {"id": "2491", "type": "Feature", "properties": {"id": "hv61918336", "mag": 2.94, "time": 1506189242240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611167, 19.4215, 2.482]}, "bbox": [-155.611167, 19.4215, -155.611167, 19.4215]}, {"id": "2492", "type": "Feature", "properties": {"id": "us2000atn1", "mag": 4.4, "time": 1506188901480, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.1457, 7.0739, 96.15]}, "bbox": [125.1457, 7.0739, 125.1457, 7.0739]}, {"id": "2493", "type": "Feature", "properties": {"id": "nc72897511", "mag": 1.1, "time": 1506188786860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7965, 37.484667, 7.75]}, "bbox": [-118.7965, 37.484667, -118.7965, 37.484667]}, {"id": "2494", "type": "Feature", "properties": {"id": "ak16883178", "mag": 2.9, "time": 1506188673480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5715, 58.1668, 7.8]}, "bbox": [-151.5715, 58.1668, -151.5715, 58.1668]}, {"id": "2495", "type": "Feature", "properties": {"id": "ak16923784", "mag": 1.7, "time": 1506187667099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6425, 60.6215, 67.6]}, "bbox": [-151.6425, 60.6215, -151.6425, 60.6215]}, {"id": "2496", "type": "Feature", "properties": {"id": "us2000atms", "mag": 5.0, "time": 1506187553100, "felt": 30.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.9096, -30.7535, 117.2]}, "bbox": [-68.9096, -30.7535, -68.9096, -30.7535]}, {"id": "2497", "type": "Feature", "properties": {"id": "ci38008720", "mag": 1.14, "time": 1506187127550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4515, 34.231833, 12.91]}, "bbox": [-117.4515, 34.231833, -117.4515, 34.231833]}, {"id": "2498", "type": "Feature", "properties": {"id": "nc72897476", "mag": 2.49, "time": 1506186613660, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3425, 36.714, -0.57]}, "bbox": [-121.3425, 36.714, -121.3425, 36.714]}, {"id": "2499", "type": "Feature", "properties": {"id": "nc72897471", "mag": 1.19, "time": 1506186452260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773834, 38.833832, 1.91]}, "bbox": [-122.773834, 38.833832, -122.773834, 38.833832]}, {"id": "2500", "type": "Feature", "properties": {"id": "ci38008696", "mag": 1.09, "time": 1506186268310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848333, 36.183167, 3.2]}, "bbox": [-117.848333, 36.183167, -117.848333, 36.183167]}, {"id": "2501", "type": "Feature", "properties": {"id": "ci38008688", "mag": 1.35, "time": 1506185983910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.845167, 36.179667, 2.43]}, "bbox": [-117.845167, 36.179667, -117.845167, 36.179667]}, {"id": "2502", "type": "Feature", "properties": {"id": "nc72897466", "mag": 1.85, "time": 1506185948480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807, 38.052667, 0.81]}, "bbox": [-118.807, 38.052667, -118.807, 38.052667]}, {"id": "2503", "type": "Feature", "properties": {"id": "us2000atmg", "mag": 4.4, "time": 1506185133990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [71.1291, 36.4703, 91.01]}, "bbox": [71.1291, 36.4703, 71.1291, 36.4703]}, {"id": "2504", "type": "Feature", "properties": {"id": "us2000atmf", "mag": 4.5, "time": 1506184783190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.21, -28.772, 131.62]}, "bbox": [-69.21, -28.772, -69.21, -28.772]}, {"id": "2505", "type": "Feature", "properties": {"id": "nc72897451", "mag": 1.44, "time": 1506184758630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9955, 36.407667, 6.86]}, "bbox": [-120.9955, 36.407667, -120.9955, 36.407667]}, {"id": "2506", "type": "Feature", "properties": {"id": "ci38008672", "mag": 2.68, "time": 1506184689590, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.498333, 5.63]}, "bbox": [-116.8015, 33.498333, -116.8015, 33.498333]}, {"id": "2507", "type": "Feature", "properties": {"id": "ci38008664", "mag": 1.11, "time": 1506184563870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.261167, 34.006833, 14.43]}, "bbox": [-117.261167, 34.006833, -117.261167, 34.006833]}, {"id": "2508", "type": "Feature", "properties": {"id": "us2000atmc", "mag": 2.7, "time": 1506184527900, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4447, 42.5711, 9.8]}, "bbox": [-111.4447, 42.5711, -111.4447, 42.5711]}, {"id": "2509", "type": "Feature", "properties": {"id": "us2000atma", "mag": 4.4, "time": 1506183893420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7171, 16.8156, 10.0]}, "bbox": [-94.7171, 16.8156, -94.7171, 16.8156]}, {"id": "2510", "type": "Feature", "properties": {"id": "nc72897441", "mag": 1.31, "time": 1506183491090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.170833, 12.95]}, "bbox": [-118.606833, 37.170833, -118.606833, 37.170833]}, {"id": "2511", "type": "Feature", "properties": {"id": "nc72897436", "mag": 1.56, "time": 1506183390100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.606833, 37.198667, 10.68]}, "bbox": [-118.606833, 37.198667, -118.606833, 37.198667]}, {"id": "2512", "type": "Feature", "properties": {"id": "ak16882778", "mag": 2.6, "time": 1506183338101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.6342, 57.1033, 9.7]}, "bbox": [-157.6342, 57.1033, -157.6342, 57.1033]}, {"id": "2513", "type": "Feature", "properties": {"id": "ak16923782", "mag": 2.0, "time": 1506182696586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8058, 59.0921, 75.1]}, "bbox": [-152.8058, 59.0921, -152.8058, 59.0921]}, {"id": "2514", "type": "Feature", "properties": {"id": "ak16882769", "mag": 3.1, "time": 1506182496691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0149, 52.3026, 176.2]}, "bbox": [-173.0149, 52.3026, -173.0149, 52.3026]}, {"id": "2515", "type": "Feature", "properties": {"id": "us2000atm1", "mag": 4.3, "time": 1506182042160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [62.7519, 26.1798, 45.69]}, "bbox": [62.7519, 26.1798, 62.7519, 26.1798]}, {"id": "2516", "type": "Feature", "properties": {"id": "ak16882474", "mag": 1.9, "time": 1506181429544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7141, 61.0689, 15.9]}, "bbox": [-150.7141, 61.0689, -150.7141, 61.0689]}, {"id": "2517", "type": "Feature", "properties": {"id": "ak16882473", "mag": 1.1, "time": 1506181415825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5959, 60.5708, 14.6]}, "bbox": [-141.5959, 60.5708, -141.5959, 60.5708]}, {"id": "2518", "type": "Feature", "properties": {"id": "nc72897426", "mag": 1.24, "time": 1506180532690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.623667, 37.188167, 10.74]}, "bbox": [-118.623667, 37.188167, -118.623667, 37.188167]}, {"id": "2519", "type": "Feature", "properties": {"id": "ci38008584", "mag": 1.58, "time": 1506180105990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.444, 33.030667, 2.87]}, "bbox": [-116.444, 33.030667, -116.444, 33.030667]}, {"id": "2520", "type": "Feature", "properties": {"id": "us2000atlk", "mag": 3.8, "time": 1506180000610, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4292, 42.5433, 9.91]}, "bbox": [-111.4292, 42.5433, -111.4292, 42.5433]}, {"id": "2521", "type": "Feature", "properties": {"id": "us2000atlf", "mag": 4.2, "time": 1506179194220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0107, 16.603, 10.0]}, "bbox": [-95.0107, 16.603, -95.0107, 16.603]}, {"id": "2522", "type": "Feature", "properties": {"id": "mb80257194", "mag": 1.15, "time": 1506178837080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525833, 46.886, 12.66]}, "bbox": [-112.525833, 46.886, -112.525833, 46.886]}, {"id": "2523", "type": "Feature", "properties": {"id": "nn00606739", "mag": 1.0, "time": 1506178325112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0924, 40.2311, 5.5]}, "bbox": [-121.0924, 40.2311, -121.0924, 40.2311]}, {"id": "2524", "type": "Feature", "properties": {"id": "ci38008536", "mag": 1.59, "time": 1506177881730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.495667, 3.67]}, "bbox": [-116.795667, 33.495667, -116.795667, 33.495667]}, {"id": "2525", "type": "Feature", "properties": {"id": "us2000atkr", "mag": 4.9, "time": 1506177106540, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8831, 16.6905, 10.0]}, "bbox": [-94.8831, 16.6905, -94.8831, 16.6905]}, {"id": "2526", "type": "Feature", "properties": {"id": "us2000atku", "mag": 4.2, "time": 1506176872070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.97, 16.7939, 10.0]}, "bbox": [-94.97, 16.7939, -94.97, 16.7939]}, {"id": "2527", "type": "Feature", "properties": {"id": "nc72897386", "mag": 1.06, "time": 1506176360420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811667, 38.818667, 2.57]}, "bbox": [-122.811667, 38.818667, -122.811667, 38.818667]}, {"id": "2528", "type": "Feature", "properties": {"id": "ci38008512", "mag": 2.34, "time": 1506176315810, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0575, 34.503333, 8.9]}, "bbox": [-118.0575, 34.503333, -118.0575, 34.503333]}, {"id": "2529", "type": "Feature", "properties": {"id": "us2000atkn", "mag": 4.4, "time": 1506176300040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1269, 16.7434, 10.0]}, "bbox": [-95.1269, 16.7434, -95.1269, 16.7434]}, {"id": "2530", "type": "Feature", "properties": {"id": "ak16882104", "mag": 1.1, "time": 1506175629079, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8075, 60.3407, 9.1]}, "bbox": [-139.8075, 60.3407, -139.8075, 60.3407]}, {"id": "2531", "type": "Feature", "properties": {"id": "nc72897361", "mag": 0.96, "time": 1506174820850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.612, 37.392833, 13.92]}, "bbox": [-118.612, 37.392833, -118.612, 37.392833]}, {"id": "2532", "type": "Feature", "properties": {"id": "ak16881826", "mag": 2.5, "time": 1506174802909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6324, 58.8539, 123.3]}, "bbox": [-154.6324, 58.8539, -154.6324, 58.8539]}, {"id": "2533", "type": "Feature", "properties": {"id": "ci38008496", "mag": 1.78, "time": 1506174424760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817167, 34.867667, 4.67]}, "bbox": [-118.817167, 34.867667, -118.817167, 34.867667]}, {"id": "2534", "type": "Feature", "properties": {"id": "ak16881795", "mag": 1.1, "time": 1506173527174, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8881, 64.8661, 12.9]}, "bbox": [-148.8881, 64.8661, -148.8881, 64.8661]}, {"id": "2535", "type": "Feature", "properties": {"id": "us2000atke", "mag": 5.1, "time": 1506173434140, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.8176, 13.6704, 193.27]}, "bbox": [120.8176, 13.6704, 120.8176, 13.6704]}, {"id": "2536", "type": "Feature", "properties": {"id": "us2000atk8", "mag": 4.8, "time": 1506173052110, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9123, 16.7308, 10.0]}, "bbox": [-94.9123, 16.7308, -94.9123, 16.7308]}, {"id": "2537", "type": "Feature", "properties": {"id": "ak16881771", "mag": 1.2, "time": 1506172200912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8726, 64.8605, 11.6]}, "bbox": [-148.8726, 64.8605, -148.8726, 64.8605]}, {"id": "2538", "type": "Feature", "properties": {"id": "ak16881749", "mag": 1.6, "time": 1506171778198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8844, 64.8563, 10.3]}, "bbox": [-148.8844, 64.8563, -148.8844, 64.8563]}, {"id": "2539", "type": "Feature", "properties": {"id": "us2000atjy", "mag": 4.3, "time": 1506171499860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.9043, -2.9658, 44.93]}, "bbox": [129.9043, -2.9658, 129.9043, -2.9658]}, {"id": "2540", "type": "Feature", "properties": {"id": "uu60248857", "mag": 1.35, "time": 1506171338590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.890833, 37.000833, 18.28]}, "bbox": [-112.890833, 37.000833, -112.890833, 37.000833]}, {"id": "2541", "type": "Feature", "properties": {"id": "us2000atjv", "mag": 6.1, "time": 1506171182420, "felt": 203.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9509, 16.7732, 9.62]}, "bbox": [-94.9509, 16.7732, -94.9509, 16.7732]}, {"id": "2542", "type": "Feature", "properties": {"id": "ak16881467", "mag": 1.4, "time": 1506170949832, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8768, 64.9158, 8.5]}, "bbox": [-148.8768, 64.9158, -148.8768, 64.9158]}, {"id": "2543", "type": "Feature", "properties": {"id": "ak16881459", "mag": 1.7, "time": 1506170669236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6941, 64.6752, 17.2]}, "bbox": [-149.6941, 64.6752, -149.6941, 64.6752]}, {"id": "2544", "type": "Feature", "properties": {"id": "ak16881453", "mag": 1.5, "time": 1506170369239, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9047, 64.8585, 16.1]}, "bbox": [-148.9047, 64.8585, -148.9047, 64.8585]}, {"id": "2545", "type": "Feature", "properties": {"id": "us2000atjm", "mag": 4.6, "time": 1506169519350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.1923, 31.1823, 10.0]}, "bbox": [142.1923, 31.1823, 142.1923, 31.1823]}, {"id": "2546", "type": "Feature", "properties": {"id": "us2000avhc", "mag": 2.6, "time": 1506167877970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.84, 52.2553, 189.02]}, "bbox": [-175.84, 52.2553, -175.84, 52.2553]}, {"id": "2547", "type": "Feature", "properties": {"id": "ak16881171", "mag": 2.3, "time": 1506167030162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8612, 51.6605, 44.9]}, "bbox": [-175.8612, 51.6605, -175.8612, 51.6605]}, {"id": "2548", "type": "Feature", "properties": {"id": "uu60248832", "mag": 1.05, "time": 1506167017860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.340667, 40.274333, 3.24]}, "bbox": [-111.340667, 40.274333, -111.340667, 40.274333]}, {"id": "2549", "type": "Feature", "properties": {"id": "us2000augc", "mag": 4.6, "time": 1506166612290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [154.9573, -5.8521, 181.5]}, "bbox": [154.9573, -5.8521, 154.9573, -5.8521]}, {"id": "2550", "type": "Feature", "properties": {"id": "ak16881170", "mag": 1.2, "time": 1506166372386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7852, 62.5649, 5.8]}, "bbox": [-151.7852, 62.5649, -151.7852, 62.5649]}, {"id": "2551", "type": "Feature", "properties": {"id": "ak16881168", "mag": 1.3, "time": 1506166038103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5567, 63.2977, 0.7]}, "bbox": [-150.5567, 63.2977, -150.5567, 63.2977]}, {"id": "2552", "type": "Feature", "properties": {"id": "nc72897346", "mag": 1.79, "time": 1506165696260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.112333, 37.231, 6.72]}, "bbox": [-118.112333, 37.231, -118.112333, 37.231]}, {"id": "2553", "type": "Feature", "properties": {"id": "us2000avha", "mag": 3.4, "time": 1506165671380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4308, 52.2784, 36.52]}, "bbox": [-170.4308, 52.2784, -170.4308, 52.2784]}, {"id": "2554", "type": "Feature", "properties": {"id": "ci38008448", "mag": 1.41, "time": 1506165347360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.561667, 32.957167, 8.78]}, "bbox": [-116.561667, 32.957167, -116.561667, 32.957167]}, {"id": "2555", "type": "Feature", "properties": {"id": "ak16881165", "mag": 1.3, "time": 1506165145820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3968, 60.1913, 0.0]}, "bbox": [-141.3968, 60.1913, -141.3968, 60.1913]}, {"id": "2556", "type": "Feature", "properties": {"id": "ak16881154", "mag": 1.7, "time": 1506164474729, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4355, 60.0468, 0.0]}, "bbox": [-139.4355, 60.0468, -139.4355, 60.0468]}, {"id": "2557", "type": "Feature", "properties": {"id": "ak16923760", "mag": 1.5, "time": 1506164269172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.3627, 51.5307, 19.4]}, "bbox": [-177.3627, 51.5307, -177.3627, 51.5307]}, {"id": "2558", "type": "Feature", "properties": {"id": "us2000atis", "mag": 5.8, "time": 1506163088980, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1625, 15.6979, 74.22]}, "bbox": [-94.1625, 15.6979, -94.1625, 15.6979]}, {"id": "2559", "type": "Feature", "properties": {"id": "ak16880880", "mag": 2.0, "time": 1506162923314, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4514, 58.8323, 121.0]}, "bbox": [-154.4514, 58.8323, -154.4514, 58.8323]}, {"id": "2560", "type": "Feature", "properties": {"id": "ak16880879", "mag": 1.5, "time": 1506162509845, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4379, 59.9894, 0.0]}, "bbox": [-139.4379, 59.9894, -139.4379, 59.9894]}, {"id": "2561", "type": "Feature", "properties": {"id": "nc72897331", "mag": 1.09, "time": 1506162381540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.827, 37.610667, 4.37]}, "bbox": [-118.827, 37.610667, -118.827, 37.610667]}, {"id": "2562", "type": "Feature", "properties": {"id": "ak16880874", "mag": 1.6, "time": 1506161778674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9513, 62.6833, 55.4]}, "bbox": [-148.9513, 62.6833, -148.9513, 62.6833]}, {"id": "2563", "type": "Feature", "properties": {"id": "ak16880872", "mag": 2.2, "time": 1506161709130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.2999, 57.8298, 119.2]}, "bbox": [-156.2999, 57.8298, -156.2999, 57.8298]}, {"id": "2564", "type": "Feature", "properties": {"id": "ak16880868", "mag": 1.9, "time": 1506161335096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0011, 60.342, 8.2]}, "bbox": [-143.0011, 60.342, -143.0011, 60.342]}, {"id": "2565", "type": "Feature", "properties": {"id": "ak16880864", "mag": 1.5, "time": 1506160533641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2829, 64.8808, 8.0]}, "bbox": [-151.2829, 64.8808, -151.2829, 64.8808]}, {"id": "2566", "type": "Feature", "properties": {"id": "nc72897316", "mag": 1.12, "time": 1506160300400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.288667, 36.670833, 2.66]}, "bbox": [-121.288667, 36.670833, -121.288667, 36.670833]}, {"id": "2567", "type": "Feature", "properties": {"id": "us2000ati0", "mag": 4.5, "time": 1506158356450, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.7746, 9.1385, 52.29]}, "bbox": [-77.7746, 9.1385, -77.7746, 9.1385]}, {"id": "2568", "type": "Feature", "properties": {"id": "nc72897301", "mag": 3.32, "time": 1506157219710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.0845, 40.348333, 11.62]}, "bbox": [-127.0845, 40.348333, -127.0845, 40.348333]}, {"id": "2569", "type": "Feature", "properties": {"id": "uw61332771", "mag": 1.35, "time": 1506157207660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.313333, 47.606333, 8.75]}, "bbox": [-122.313333, 47.606333, -122.313333, 47.606333]}, {"id": "2570", "type": "Feature", "properties": {"id": "nc72897271", "mag": 1.14, "time": 1506156362630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.254167, 36.643167, 6.03]}, "bbox": [-121.254167, 36.643167, -121.254167, 36.643167]}, {"id": "2571", "type": "Feature", "properties": {"id": "ak16880667", "mag": 1.1, "time": 1506155808049, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5764, 61.5311, 0.0]}, "bbox": [-140.5764, 61.5311, -140.5764, 61.5311]}, {"id": "2572", "type": "Feature", "properties": {"id": "us2000ati7", "mag": 3.5, "time": 1506155357560, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.0524, 41.3116, 5.0]}, "bbox": [129.0524, 41.3116, 129.0524, 41.3116]}, {"id": "2573", "type": "Feature", "properties": {"id": "us2000atht", "mag": 4.7, "time": 1506154802240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.0272, 44.3731, 31.79]}, "bbox": [152.0272, 44.3731, 152.0272, 44.3731]}, {"id": "2574", "type": "Feature", "properties": {"id": "ak16880659", "mag": 1.0, "time": 1506154668324, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1159, 65.4383, 3.7]}, "bbox": [-142.1159, 65.4383, -142.1159, 65.4383]}, {"id": "2575", "type": "Feature", "properties": {"id": "ak16880589", "mag": 2.0, "time": 1506153946841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.5946, 79.6]}, "bbox": [-151.6279, 61.5946, -151.6279, 61.5946]}, {"id": "2576", "type": "Feature", "properties": {"id": "nc72897246", "mag": 1.31, "time": 1506153823970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.762, 38.794, 0.72]}, "bbox": [-122.762, 38.794, -122.762, 38.794]}, {"id": "2577", "type": "Feature", "properties": {"id": "ci38008352", "mag": 1.63, "time": 1506153604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4425, 33.0265, 5.8]}, "bbox": [-116.4425, 33.0265, -116.4425, 33.0265]}, {"id": "2578", "type": "Feature", "properties": {"id": "nn00606675", "mag": 1.2, "time": 1506152057931, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4054, 10.3]}, "bbox": [-118.9167, 38.4054, -118.9167, 38.4054]}, {"id": "2579", "type": "Feature", "properties": {"id": "ak16880394", "mag": 3.6, "time": 1506152017544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.2081, 31.9]}, "bbox": [-170.3853, 52.2081, -170.3853, 52.2081]}, {"id": "2580", "type": "Feature", "properties": {"id": "ak16923747", "mag": 1.9, "time": 1506151958661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4175, 51.6761, 16.6]}, "bbox": [-178.4175, 51.6761, -178.4175, 51.6761]}, {"id": "2581", "type": "Feature", "properties": {"id": "ci38008344", "mag": 1.48, "time": 1506151638300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.324167, 33.310833, 12.5]}, "bbox": [-116.324167, 33.310833, -116.324167, 33.310833]}, {"id": "2582", "type": "Feature", "properties": {"id": "uu60248802", "mag": 2.41, "time": 1506151450100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.419667, 42.565833, 9.15]}, "bbox": [-111.419667, 42.565833, -111.419667, 42.565833]}, {"id": "2583", "type": "Feature", "properties": {"id": "us2000ath8", "mag": 4.1, "time": 1506151137510, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2976, 15.8203, 61.65]}, "bbox": [-94.2976, 15.8203, -94.2976, 15.8203]}, {"id": "2584", "type": "Feature", "properties": {"id": "nc72897236", "mag": 1.32, "time": 1506151113910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.898167, 37.524833, 12.73]}, "bbox": [-118.898167, 37.524833, -118.898167, 37.524833]}, {"id": "2585", "type": "Feature", "properties": {"id": "us2000ath6", "mag": 4.1, "time": 1506150769430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3958, 15.2768, 10.51]}, "bbox": [-94.3958, 15.2768, -94.3958, 15.2768]}, {"id": "2586", "type": "Feature", "properties": {"id": "ci38008328", "mag": 1.27, "time": 1506150100050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.200167, 33.893167, 7.86]}, "bbox": [-118.200167, 33.893167, -118.200167, 33.893167]}, {"id": "2587", "type": "Feature", "properties": {"id": "nn00606672", "mag": 1.5, "time": 1506150086518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2696, 38.2952, 0.0]}, "bbox": [-116.2696, 38.2952, -116.2696, 38.2952]}, {"id": "2588", "type": "Feature", "properties": {"id": "us2000augd", "mag": 4.4, "time": 1506150000550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.8812, 20.1804, 76.9]}, "bbox": [144.8812, 20.1804, 144.8812, 20.1804]}, {"id": "2589", "type": "Feature", "properties": {"id": "ci38008320", "mag": 1.19, "time": 1506149119830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9395, 33.982167, 4.39]}, "bbox": [-116.9395, 33.982167, -116.9395, 33.982167]}, {"id": "2590", "type": "Feature", "properties": {"id": "us2000atgz", "mag": 4.2, "time": 1506149095090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.0247, 10.6523, 19.49]}, "bbox": [-87.0247, 10.6523, -87.0247, 10.6523]}, {"id": "2591", "type": "Feature", "properties": {"id": "ak16880326", "mag": 2.0, "time": 1506149068802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0613, 61.3779, 34.8]}, "bbox": [-150.0613, 61.3779, -150.0613, 61.3779]}, {"id": "2592", "type": "Feature", "properties": {"id": "us2000ath2", "mag": 4.7, "time": 1506149033340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.7584, -3.0863, 34.1]}, "bbox": [129.7584, -3.0863, 129.7584, -3.0863]}, {"id": "2593", "type": "Feature", "properties": {"id": "ak16880327", "mag": 1.1, "time": 1506149006055, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2865, 68.6023, 13.4]}, "bbox": [-147.2865, 68.6023, -147.2865, 68.6023]}, {"id": "2594", "type": "Feature", "properties": {"id": "uw61332671", "mag": 1.77, "time": 1506147857710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.281667, 47.7015, 25.73]}, "bbox": [-122.281667, 47.7015, -122.281667, 47.7015]}, {"id": "2595", "type": "Feature", "properties": {"id": "nc72897231", "mag": 2.11, "time": 1506147638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6555, 36.061833, 9.09]}, "bbox": [-119.6555, 36.061833, -119.6555, 36.061833]}, {"id": "2596", "type": "Feature", "properties": {"id": "us2000aug5", "mag": 4.5, "time": 1506146537200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.8683, -24.2891, 524.27]}, "bbox": [-179.8683, -24.2891, -179.8683, -24.2891]}, {"id": "2597", "type": "Feature", "properties": {"id": "ci38008296", "mag": 1.25, "time": 1506146485640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.616, 33.586167, 13.04]}, "bbox": [-116.616, 33.586167, -116.616, 33.586167]}, {"id": "2598", "type": "Feature", "properties": {"id": "ak16880116", "mag": 1.8, "time": 1506145682289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2213, 66.2475, 7.6]}, "bbox": [-142.2213, 66.2475, -142.2213, 66.2475]}, {"id": "2599", "type": "Feature", "properties": {"id": "nn00606730", "mag": 1.3, "time": 1506145648978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1876, 38.2127, 0.0]}, "bbox": [-116.1876, 38.2127, -116.1876, 38.2127]}, {"id": "2600", "type": "Feature", "properties": {"id": "ci38008288", "mag": 1.58, "time": 1506145525140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4415, 32.5255, 16.12]}, "bbox": [-117.4415, 32.5255, -117.4415, 32.5255]}, {"id": "2601", "type": "Feature", "properties": {"id": "nn00606667", "mag": 1.5, "time": 1506145236843, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.917, 38.3346, 11.4]}, "bbox": [-118.917, 38.3346, -118.917, 38.3346]}, {"id": "2602", "type": "Feature", "properties": {"id": "us2000atgp", "mag": 4.5, "time": 1506143865490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.7175, 9.7486, 52.5]}, "bbox": [-74.7175, 9.7486, -74.7175, 9.7486]}, {"id": "2603", "type": "Feature", "properties": {"id": "us2000athl", "mag": 4.4, "time": 1506143271620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [108.9322, -8.2399, 66.53]}, "bbox": [108.9322, -8.2399, 108.9322, -8.2399]}, {"id": "2604", "type": "Feature", "properties": {"id": "nc72897216", "mag": 1.88, "time": 1506142958730, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9835, 40.89, 15.76]}, "bbox": [-121.9835, 40.89, -121.9835, 40.89]}, {"id": "2605", "type": "Feature", "properties": {"id": "nc72897211", "mag": 1.17, "time": 1506142616000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837166, 1.66]}, "bbox": [-122.827667, 38.837166, -122.827667, 38.837166]}, {"id": "2606", "type": "Feature", "properties": {"id": "nc72897201", "mag": 0.95, "time": 1506142430900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.848, 38.839168, 2.3]}, "bbox": [-122.848, 38.839168, -122.848, 38.839168]}, {"id": "2607", "type": "Feature", "properties": {"id": "nc72897191", "mag": 1.9, "time": 1506141940330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 40.264333, 3.77]}, "bbox": [-121.177333, 40.264333, -121.177333, 40.264333]}, {"id": "2608", "type": "Feature", "properties": {"id": "ak16879870", "mag": 2.3, "time": 1506141876996, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6246, 59.199, 103.8]}, "bbox": [-153.6246, 59.199, -153.6246, 59.199]}, {"id": "2609", "type": "Feature", "properties": {"id": "ak16879869", "mag": 1.3, "time": 1506141297637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7807, 60.3298, 7.0]}, "bbox": [-139.7807, 60.3298, -139.7807, 60.3298]}, {"id": "2610", "type": "Feature", "properties": {"id": "nn00606723", "mag": 1.0, "time": 1506140560559, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2867, 38.4929, 10.3]}, "bbox": [-119.2867, 38.4929, -119.2867, 38.4929]}, {"id": "2611", "type": "Feature", "properties": {"id": "ci38008224", "mag": 0.95, "time": 1506140386650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.208667, 33.3405, 11.26]}, "bbox": [-116.208667, 33.3405, -116.208667, 33.3405]}, {"id": "2612", "type": "Feature", "properties": {"id": "ak16879830", "mag": 1.4, "time": 1506140318328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2827, 60.4409, 47.8]}, "bbox": [-151.2827, 60.4409, -151.2827, 60.4409]}, {"id": "2613", "type": "Feature", "properties": {"id": "nn00606722", "mag": 1.2, "time": 1506140002001, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9021, 38.3867, 7.8]}, "bbox": [-118.9021, 38.3867, -118.9021, 38.3867]}, {"id": "2614", "type": "Feature", "properties": {"id": "nn00606720", "mag": 1.1, "time": 1506139980519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2929, 38.489, 10.9]}, "bbox": [-119.2929, 38.489, -119.2929, 38.489]}, {"id": "2615", "type": "Feature", "properties": {"id": "nc72897176", "mag": 1.78, "time": 1506139907070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.285333, 38.488, 8.4]}, "bbox": [-119.285333, 38.488, -119.285333, 38.488]}, {"id": "2616", "type": "Feature", "properties": {"id": "nc72897171", "mag": 1.19, "time": 1506139518870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735336, 38.790001, 1.8]}, "bbox": [-122.735336, 38.790001, -122.735336, 38.790001]}, {"id": "2617", "type": "Feature", "properties": {"id": "nc72897166", "mag": 2.9, "time": 1506138206720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.992667, 40.335333, 11.62]}, "bbox": [-126.992667, 40.335333, -126.992667, 40.335333]}, {"id": "2618", "type": "Feature", "properties": {"id": "us2000atgc", "mag": 4.2, "time": 1506137667560, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9729, 15.6003, 33.69]}, "bbox": [-94.9729, 15.6003, -94.9729, 15.6003]}, {"id": "2619", "type": "Feature", "properties": {"id": "nc72897161", "mag": 3.28, "time": 1506137168410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.014, 40.471167, 11.62]}, "bbox": [-127.014, 40.471167, -127.014, 40.471167]}, {"id": "2620", "type": "Feature", "properties": {"id": "ak16879595", "mag": 2.4, "time": 1506137087441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8458, 58.348, 0.3]}, "bbox": [-151.8458, 58.348, -151.8458, 58.348]}, {"id": "2621", "type": "Feature", "properties": {"id": "ak16923736", "mag": 1.3, "time": 1506135643558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0957, 61.7127, 43.6]}, "bbox": [-150.0957, 61.7127, -150.0957, 61.7127]}, {"id": "2622", "type": "Feature", "properties": {"id": "ak16879403", "mag": 1.0, "time": 1506135058360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4982, 63.0889, 5.6]}, "bbox": [-151.4982, 63.0889, -151.4982, 63.0889]}, {"id": "2623", "type": "Feature", "properties": {"id": "ak16923734", "mag": 2.5, "time": 1506133328382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4425, 54.2787, 25.6]}, "bbox": [-161.4425, 54.2787, -161.4425, 54.2787]}, {"id": "2624", "type": "Feature", "properties": {"id": "ak16879357", "mag": 2.6, "time": 1506132937319, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3477, 59.8339, 130.6]}, "bbox": [-153.3477, 59.8339, -153.3477, 59.8339]}, {"id": "2625", "type": "Feature", "properties": {"id": "ak16879346", "mag": 2.2, "time": 1506132165090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.4939, 67.7172, 16.4]}, "bbox": [-143.4939, 67.7172, -143.4939, 67.7172]}, {"id": "2626", "type": "Feature", "properties": {"id": "ak16879344", "mag": 2.6, "time": 1506132016431, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1196, 54.9637, 82.8]}, "bbox": [-161.1196, 54.9637, -161.1196, 54.9637]}, {"id": "2627", "type": "Feature", "properties": {"id": "nn00606656", "mag": 1.3, "time": 1506130971840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3283, 38.6945, 9.9]}, "bbox": [-119.3283, 38.6945, -119.3283, 38.6945]}, {"id": "2628", "type": "Feature", "properties": {"id": "nc72897141", "mag": 2.05, "time": 1506130087910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.4195, 40.470333, 27.65]}, "bbox": [-124.4195, 40.470333, -124.4195, 40.470333]}, {"id": "2629", "type": "Feature", "properties": {"id": "ak16879132", "mag": 1.4, "time": 1506129632041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0373, 62.0301, 10.3]}, "bbox": [-149.0373, 62.0301, -149.0373, 62.0301]}, {"id": "2630", "type": "Feature", "properties": {"id": "us2000atfh", "mag": 2.6, "time": 1506129518070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4417, 42.5563, 10.5]}, "bbox": [-111.4417, 42.5563, -111.4417, 42.5563]}, {"id": "2631", "type": "Feature", "properties": {"id": "nc72897136", "mag": 1.16, "time": 1506129465180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.888333, 36.006167, 8.34]}, "bbox": [-120.888333, 36.006167, -120.888333, 36.006167]}, {"id": "2632", "type": "Feature", "properties": {"id": "ak16879131", "mag": 1.2, "time": 1506128472934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7081, 62.2652, 36.6]}, "bbox": [-148.7081, 62.2652, -148.7081, 62.2652]}, {"id": "2633", "type": "Feature", "properties": {"id": "nc72897126", "mag": 2.19, "time": 1506127820390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.640167, 36.048667, 19.79]}, "bbox": [-119.640167, 36.048667, -119.640167, 36.048667]}, {"id": "2634", "type": "Feature", "properties": {"id": "us2000aug3", "mag": 4.3, "time": 1506127768780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.2316, -6.5899, 129.05]}, "bbox": [130.2316, -6.5899, 130.2316, -6.5899]}, {"id": "2635", "type": "Feature", "properties": {"id": "us2000atfc", "mag": 4.4, "time": 1506126533850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4878, -17.8955, 579.93]}, "bbox": [-178.4878, -17.8955, -178.4878, -17.8955]}, {"id": "2636", "type": "Feature", "properties": {"id": "ak16878940", "mag": 1.3, "time": 1506126488960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4306, 62.433, 39.3]}, "bbox": [-148.4306, 62.433, -148.4306, 62.433]}, {"id": "2637", "type": "Feature", "properties": {"id": "ak16923727", "mag": 1.8, "time": 1506125768611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7156, 59.1725, 89.1]}, "bbox": [-153.7156, 59.1725, -153.7156, 59.1725]}, {"id": "2638", "type": "Feature", "properties": {"id": "uw61332606", "mag": 1.37, "time": 1506125724350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8475, 47.767167, 17.62]}, "bbox": [-122.8475, 47.767167, -122.8475, 47.767167]}, {"id": "2639", "type": "Feature", "properties": {"id": "us2000atf6", "mag": 4.6, "time": 1506125651480, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.5944, 34.2131, 35.0]}, "bbox": [74.5944, 34.2131, 74.5944, 34.2131]}, {"id": "2640", "type": "Feature", "properties": {"id": "ak16923726", "mag": 1.0, "time": 1506125523162, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4554, 62.0263, 40.4]}, "bbox": [-147.4554, 62.0263, -147.4554, 62.0263]}, {"id": "2641", "type": "Feature", "properties": {"id": "ak16926133", "mag": 2.1, "time": 1506124308750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1191, 56.3855, 12.5]}, "bbox": [-156.1191, 56.3855, -156.1191, 56.3855]}, {"id": "2642", "type": "Feature", "properties": {"id": "nn00606641", "mag": 1.1, "time": 1506124233235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9048, 38.3823, 7.9]}, "bbox": [-118.9048, 38.3823, -118.9048, 38.3823]}, {"id": "2643", "type": "Feature", "properties": {"id": "us2000atex", "mag": 5.3, "time": 1506124170400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0234, 31.3473, 31.02]}, "bbox": [141.0234, 31.3473, 141.0234, 31.3473]}, {"id": "2644", "type": "Feature", "properties": {"id": "ak16878728", "mag": 1.1, "time": 1506123741185, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3949, 64.9801, 0.0]}, "bbox": [-147.3949, 64.9801, -147.3949, 64.9801]}, {"id": "2645", "type": "Feature", "properties": {"id": "uw61332586", "mag": 1.03, "time": 1506123697550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.176833, 48.224167, 9.44]}, "bbox": [-122.176833, 48.224167, -122.176833, 48.224167]}, {"id": "2646", "type": "Feature", "properties": {"id": "ak16926129", "mag": 1.4, "time": 1506123469629, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8468, 66.6906, 13.5]}, "bbox": [-135.8468, 66.6906, -135.8468, 66.6906]}, {"id": "2647", "type": "Feature", "properties": {"id": "ak16878722", "mag": 1.4, "time": 1506123273253, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.5552, 60.2789, 8.4]}, "bbox": [-142.5552, 60.2789, -142.5552, 60.2789]}, {"id": "2648", "type": "Feature", "properties": {"id": "us2000awr8", "mag": 4.2, "time": 1506122891910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.1488, -4.6487, 111.7]}, "bbox": [144.1488, -4.6487, 144.1488, -4.6487]}, {"id": "2649", "type": "Feature", "properties": {"id": "us2000ateh", "mag": 4.9, "time": 1506122747420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.6233, -7.7533, 37.28]}, "bbox": [159.6233, -7.7533, 159.6233, -7.7533]}, {"id": "2650", "type": "Feature", "properties": {"id": "uw61332576", "mag": 1.22, "time": 1506122597830, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.362, 45.695667, -0.73]}, "bbox": [-122.362, 45.695667, -122.362, 45.695667]}, {"id": "2651", "type": "Feature", "properties": {"id": "ak16926127", "mag": 1.8, "time": 1506122331683, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.4507, 53.4966, 5.7]}, "bbox": [-165.4507, 53.4966, -165.4507, 53.4966]}, {"id": "2652", "type": "Feature", "properties": {"id": "nc72897116", "mag": 3.91, "time": 1506122239050, "felt": 60.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.417333, 40.495333, 26.88]}, "bbox": [-124.417333, 40.495333, -124.417333, 40.495333]}, {"id": "2653", "type": "Feature", "properties": {"id": "nc72897111", "mag": 2.5, "time": 1506122222600, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.119, 36.5365, 3.92]}, "bbox": [-121.119, 36.5365, -121.119, 36.5365]}, {"id": "2654", "type": "Feature", "properties": {"id": "ak16878700", "mag": 1.8, "time": 1506121093447, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.734, 61.0547, 12.8]}, "bbox": [-150.734, 61.0547, -150.734, 61.0547]}, {"id": "2655", "type": "Feature", "properties": {"id": "us2000awr7", "mag": 4.8, "time": 1506120979560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-35.8191, 7.4851, 10.0]}, "bbox": [-35.8191, 7.4851, -35.8191, 7.4851]}, {"id": "2656", "type": "Feature", "properties": {"id": "mb80257104", "mag": 0.96, "time": 1506120805630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.649833, 45.463833, 2.97]}, "bbox": [-112.649833, 45.463833, -112.649833, 45.463833]}, {"id": "2657", "type": "Feature", "properties": {"id": "ci38008136", "mag": 1.88, "time": 1506120529920, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8015, 33.496833, 4.18]}, "bbox": [-116.8015, 33.496833, -116.8015, 33.496833]}, {"id": "2658", "type": "Feature", "properties": {"id": "nc72897096", "mag": 1.12, "time": 1506120001160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.939167, 37.600667, 1.08]}, "bbox": [-118.939167, 37.600667, -118.939167, 37.600667]}, {"id": "2659", "type": "Feature", "properties": {"id": "us2000awra", "mag": 4.0, "time": 1506119896150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.7982, -5.8817, 310.41]}, "bbox": [128.7982, -5.8817, 128.7982, -5.8817]}, {"id": "2660", "type": "Feature", "properties": {"id": "ak16926125", "mag": 2.1, "time": 1506118947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 60.2166, 143.0]}, "bbox": [-153.1588, 60.2166, -153.1588, 60.2166]}, {"id": "2661", "type": "Feature", "properties": {"id": "ci38008120", "mag": 1.02, "time": 1506118476380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0015, 34.316333, 6.69]}, "bbox": [-117.0015, 34.316333, -117.0015, 34.316333]}, {"id": "2662", "type": "Feature", "properties": {"id": "nc72897091", "mag": 1.46, "time": 1506118411060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8605, 39.795333, 0.38]}, "bbox": [-122.8605, 39.795333, -122.8605, 39.795333]}, {"id": "2663", "type": "Feature", "properties": {"id": "ak16926124", "mag": 1.8, "time": 1506118096316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2941, 60.3659, 4.5]}, "bbox": [-147.2941, 60.3659, -147.2941, 60.3659]}, {"id": "2664", "type": "Feature", "properties": {"id": "nc72897081", "mag": 1.12, "time": 1506117239720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.262833, 36.6425, 4.8]}, "bbox": [-121.262833, 36.6425, -121.262833, 36.6425]}, {"id": "2665", "type": "Feature", "properties": {"id": "nc72897086", "mag": 2.87, "time": 1506117196030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.983667, 40.3995, 16.96]}, "bbox": [-126.983667, 40.3995, -126.983667, 40.3995]}, {"id": "2666", "type": "Feature", "properties": {"id": "hv61917311", "mag": 1.89, "time": 1506116007530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.434662, 19.227833, 33.59]}, "bbox": [-155.434662, 19.227833, -155.434662, 19.227833]}, {"id": "2667", "type": "Feature", "properties": {"id": "ak16926123", "mag": 1.1, "time": 1506115983704, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6992, 61.5094, 7.7]}, "bbox": [-140.6992, 61.5094, -140.6992, 61.5094]}, {"id": "2668", "type": "Feature", "properties": {"id": "ak16926121", "mag": 1.9, "time": 1506115445859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1112, 60.0903, 117.8]}, "bbox": [-153.1112, 60.0903, -153.1112, 60.0903]}, {"id": "2669", "type": "Feature", "properties": {"id": "ak16926120", "mag": 1.1, "time": 1506115334031, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0777, 62.5847, 77.8]}, "bbox": [-151.0777, 62.5847, -151.0777, 62.5847]}, {"id": "2670", "type": "Feature", "properties": {"id": "us2000awr9", "mag": 4.3, "time": 1506115308090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.1151, -17.7862, 593.28]}, "bbox": [-178.1151, -17.7862, -178.1151, -17.7862]}, {"id": "2671", "type": "Feature", "properties": {"id": "ak16926119", "mag": 2.3, "time": 1506114986922, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0025, 54.0581, 74.5]}, "bbox": [-165.0025, 54.0581, -165.0025, 54.0581]}, {"id": "2672", "type": "Feature", "properties": {"id": "ak16926118", "mag": 1.7, "time": 1506114971248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8129, 59.8684, 52.9]}, "bbox": [-151.8129, 59.8684, -151.8129, 59.8684]}, {"id": "2673", "type": "Feature", "properties": {"id": "nc72897066", "mag": 0.96, "time": 1506114595240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.820167, 2.73]}, "bbox": [-122.793999, 38.820167, -122.793999, 38.820167]}, {"id": "2674", "type": "Feature", "properties": {"id": "us2000atdb", "mag": 2.4, "time": 1506114466770, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7172, 36.3761, 4.22]}, "bbox": [-97.7172, 36.3761, -97.7172, 36.3761]}, {"id": "2675", "type": "Feature", "properties": {"id": "ak16926117", "mag": 2.5, "time": 1506113979958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1399, 56.7494, 112.8]}, "bbox": [-158.1399, 56.7494, -158.1399, 56.7494]}, {"id": "2676", "type": "Feature", "properties": {"id": "ak16878294", "mag": 1.9, "time": 1506113817766, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1371, 60.4549, 78.1]}, "bbox": [-152.1371, 60.4549, -152.1371, 60.4549]}, {"id": "2677", "type": "Feature", "properties": {"id": "ak16878292", "mag": 1.4, "time": 1506113608674, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3651, 61.5158, 28.1]}, "bbox": [-146.3651, 61.5158, -146.3651, 61.5158]}, {"id": "2678", "type": "Feature", "properties": {"id": "ak16878288", "mag": 2.0, "time": 1506113191350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6595, 59.6404, 74.9]}, "bbox": [-152.6595, 59.6404, -152.6595, 59.6404]}, {"id": "2679", "type": "Feature", "properties": {"id": "hv61917256", "mag": 1.43, "time": 1506112916300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.825667, 19.312167, 8.904]}, "bbox": [-155.825667, 19.312167, -155.825667, 19.312167]}, {"id": "2680", "type": "Feature", "properties": {"id": "us2000atcg", "mag": 3.0, "time": 1506112409690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.6543, 40.4678, 10.42]}, "bbox": [-126.6543, 40.4678, -126.6543, 40.4678]}, {"id": "2681", "type": "Feature", "properties": {"id": "ak16878117", "mag": 1.1, "time": 1506111493188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4364, 62.2279, 3.6]}, "bbox": [-153.4364, 62.2279, -153.4364, 62.2279]}, {"id": "2682", "type": "Feature", "properties": {"id": "ak16878112", "mag": 1.8, "time": 1506111203565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6978, 58.82, 10.8]}, "bbox": [-153.6978, 58.82, -153.6978, 58.82]}, {"id": "2683", "type": "Feature", "properties": {"id": "nm60207231", "mag": 0.97, "time": 1506111124010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.499167, 36.239, 6.94]}, "bbox": [-89.499167, 36.239, -89.499167, 36.239]}, {"id": "2684", "type": "Feature", "properties": {"id": "us2000atbf", "mag": 5.7, "time": 1506109815030, "felt": 112.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-126.8342, 40.4144, 11.01]}, "bbox": [-126.8342, 40.4144, -126.8342, 40.4144]}, {"id": "2685", "type": "Feature", "properties": {"id": "nn00606606", "mag": 1.7, "time": 1506109275519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0338, 40.677, 7.0]}, "bbox": [-119.0338, 40.677, -119.0338, 40.677]}, {"id": "2686", "type": "Feature", "properties": {"id": "nc72897011", "mag": 1.34, "time": 1506108443760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.041, 35.58, -0.28]}, "bbox": [-121.041, 35.58, -121.041, 35.58]}, {"id": "2687", "type": "Feature", "properties": {"id": "ak16877921", "mag": 1.1, "time": 1506108429374, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.752, 61.522, 5.7]}, "bbox": [-140.752, 61.522, -140.752, 61.522]}, {"id": "2688", "type": "Feature", "properties": {"id": "ci38008072", "mag": 1.35, "time": 1506108266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.202333, 34.987667, -0.83]}, "bbox": [-118.202333, 34.987667, -118.202333, 34.987667]}, {"id": "2689", "type": "Feature", "properties": {"id": "nc72897001", "mag": 1.91, "time": 1506107768510, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7205, 38.773333, 1.82]}, "bbox": [-122.7205, 38.773333, -122.7205, 38.773333]}, {"id": "2690", "type": "Feature", "properties": {"id": "ak16877871", "mag": 1.9, "time": 1506107175373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7465, 59.9075, 2.4]}, "bbox": [-136.7465, 59.9075, -136.7465, 59.9075]}, {"id": "2691", "type": "Feature", "properties": {"id": "mb80257054", "mag": 1.62, "time": 1506107025590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.474333, 46.006833, -2.0]}, "bbox": [-112.474333, 46.006833, -112.474333, 46.006833]}, {"id": "2692", "type": "Feature", "properties": {"id": "ak16877869", "mag": 1.6, "time": 1506107008752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4734, 63.1712, 116.7]}, "bbox": [-150.4734, 63.1712, -150.4734, 63.1712]}, {"id": "2693", "type": "Feature", "properties": {"id": "ci38008032", "mag": 1.22, "time": 1506106977520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.345, 35.0535, -1.01]}, "bbox": [-118.345, 35.0535, -118.345, 35.0535]}, {"id": "2694", "type": "Feature", "properties": {"id": "us2000atab", "mag": 4.5, "time": 1506106483030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [163.2943, 54.9226, 10.0]}, "bbox": [163.2943, 54.9226, 163.2943, 54.9226]}, {"id": "2695", "type": "Feature", "properties": {"id": "nc72896976", "mag": 1.19, "time": 1506105877560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816833, 37.4545, 1.72]}, "bbox": [-118.816833, 37.4545, -118.816833, 37.4545]}, {"id": "2696", "type": "Feature", "properties": {"id": "nc72896966", "mag": 1.64, "time": 1506105469690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.945833, 41.046833, 10.15]}, "bbox": [-121.945833, 41.046833, -121.945833, 41.046833]}, {"id": "2697", "type": "Feature", "properties": {"id": "nc72896961", "mag": 1.88, "time": 1506105394080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.951833, 41.047667, 13.46]}, "bbox": [-121.951833, 41.047667, -121.951833, 41.047667]}, {"id": "2698", "type": "Feature", "properties": {"id": "ak16926108", "mag": 2.2, "time": 1506105113528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5222, 56.3354, 50.1]}, "bbox": [-156.5222, 56.3354, -156.5222, 56.3354]}, {"id": "2699", "type": "Feature", "properties": {"id": "uu60248707", "mag": 1.68, "time": 1506104631990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.397333, 42.534833, 3.76]}, "bbox": [-111.397333, 42.534833, -111.397333, 42.534833]}, {"id": "2700", "type": "Feature", "properties": {"id": "ci38007992", "mag": 1.55, "time": 1506104354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 35.899167, 6.51]}, "bbox": [-116.9245, 35.899167, -116.9245, 35.899167]}, {"id": "2701", "type": "Feature", "properties": {"id": "ak16926107", "mag": 1.2, "time": 1506103639337, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7358, 61.509, 12.2]}, "bbox": [-140.7358, 61.509, -140.7358, 61.509]}, {"id": "2702", "type": "Feature", "properties": {"id": "hv61917106", "mag": 1.63, "time": 1506102792120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.303667, 18.980667, 12.732]}, "bbox": [-155.303667, 18.980667, -155.303667, 18.980667]}, {"id": "2703", "type": "Feature", "properties": {"id": "ak16877700", "mag": 1.7, "time": 1506102481165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8203, 53.8611, 6.5]}, "bbox": [-166.8203, 53.8611, -166.8203, 53.8611]}, {"id": "2704", "type": "Feature", "properties": {"id": "ak16877698", "mag": 1.6, "time": 1506102300688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8262, 53.8452, 5.6]}, "bbox": [-166.8262, 53.8452, -166.8262, 53.8452]}, {"id": "2705", "type": "Feature", "properties": {"id": "uw61332361", "mag": 1.6, "time": 1506102282810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8865, 47.171, 14.87]}, "bbox": [-121.8865, 47.171, -121.8865, 47.171]}, {"id": "2706", "type": "Feature", "properties": {"id": "ak16877680", "mag": 1.9, "time": 1506102017646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8735, 62.7643, 9.8]}, "bbox": [-148.8735, 62.7643, -148.8735, 62.7643]}, {"id": "2707", "type": "Feature", "properties": {"id": "uu60248702", "mag": 1.26, "time": 1506101951970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.430167, 42.589833, 6.39]}, "bbox": [-111.430167, 42.589833, -111.430167, 42.589833]}, {"id": "2708", "type": "Feature", "properties": {"id": "ak16926103", "mag": 2.3, "time": 1506101692988, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9282, 51.3815, 44.4]}, "bbox": [-175.9282, 51.3815, -175.9282, 51.3815]}, {"id": "2709", "type": "Feature", "properties": {"id": "uu60248697", "mag": 2.15, "time": 1506100947090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4775, 42.630333, 2.79]}, "bbox": [-111.4775, 42.630333, -111.4775, 42.630333]}, {"id": "2710", "type": "Feature", "properties": {"id": "ak16926102", "mag": 1.9, "time": 1506100904987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2736, 59.4158, 101.2]}, "bbox": [-153.2736, 59.4158, -153.2736, 59.4158]}, {"id": "2711", "type": "Feature", "properties": {"id": "ak16877679", "mag": 1.1, "time": 1506100453436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9781, 63.2957, 76.0]}, "bbox": [-147.9781, 63.2957, -147.9781, 63.2957]}, {"id": "2712", "type": "Feature", "properties": {"id": "mb80257039", "mag": 1.48, "time": 1506100139660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.555833, 46.892333, 9.34]}, "bbox": [-112.555833, 46.892333, -112.555833, 46.892333]}, {"id": "2713", "type": "Feature", "properties": {"id": "ci38007944", "mag": 1.7, "time": 1506100079090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656667, 34.638, 3.99]}, "bbox": [-116.656667, 34.638, -116.656667, 34.638]}, {"id": "2714", "type": "Feature", "properties": {"id": "uu60248692", "mag": 1.13, "time": 1506099922660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.408833, 42.514, 6.63]}, "bbox": [-111.408833, 42.514, -111.408833, 42.514]}, {"id": "2715", "type": "Feature", "properties": {"id": "ak16877641", "mag": 3.4, "time": 1506099810694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7965, 62.8041, 16.1]}, "bbox": [-148.7965, 62.8041, -148.7965, 62.8041]}, {"id": "2716", "type": "Feature", "properties": {"id": "nc72896921", "mag": 1.1, "time": 1506099607680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.816333, 38.808833, 2.84]}, "bbox": [-122.816333, 38.808833, -122.816333, 38.808833]}, {"id": "2717", "type": "Feature", "properties": {"id": "nc72896916", "mag": 3.01, "time": 1506099251650, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.362167, 40.3915, 25.7]}, "bbox": [-125.362167, 40.3915, -125.362167, 40.3915]}, {"id": "2718", "type": "Feature", "properties": {"id": "ak16877640", "mag": 1.4, "time": 1506099120563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.4377, 69.5097, 14.2]}, "bbox": [-142.4377, 69.5097, -142.4377, 69.5097]}, {"id": "2719", "type": "Feature", "properties": {"id": "hv61917081", "mag": 2.14, "time": 1506099100410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.043667, 19.653667, 42.069]}, "bbox": [-156.043667, 19.653667, -156.043667, 19.653667]}, {"id": "2720", "type": "Feature", "properties": {"id": "ak16926098", "mag": 1.7, "time": 1506099097278, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9448, 59.8191, 95.1]}, "bbox": [-152.9448, 59.8191, -152.9448, 59.8191]}, {"id": "2721", "type": "Feature", "properties": {"id": "ci37166268", "mag": 1.03, "time": 1506097971820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.496667, 33.561167, -0.73]}, "bbox": [-117.496667, 33.561167, -117.496667, 33.561167]}, {"id": "2722", "type": "Feature", "properties": {"id": "ci38007912", "mag": 1.01, "time": 1506097946840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.406, 33.502167, 13.49]}, "bbox": [-116.406, 33.502167, -116.406, 33.502167]}, {"id": "2723", "type": "Feature", "properties": {"id": "ak16926097", "mag": 1.6, "time": 1506097726880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.164, 62.5769, 121.6]}, "bbox": [-152.164, 62.5769, -152.164, 62.5769]}, {"id": "2724", "type": "Feature", "properties": {"id": "nc72896896", "mag": 0.95, "time": 1506097561860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.062, 35.522667, 1.15]}, "bbox": [-121.062, 35.522667, -121.062, 35.522667]}, {"id": "2725", "type": "Feature", "properties": {"id": "uu60248682", "mag": 1.11, "time": 1506097353810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.413333, 42.546167, 4.8]}, "bbox": [-111.413333, 42.546167, -111.413333, 42.546167]}, {"id": "2726", "type": "Feature", "properties": {"id": "uu60248677", "mag": 1.32, "time": 1506097004840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.595, 4.9]}, "bbox": [-111.424667, 42.595, -111.424667, 42.595]}, {"id": "2727", "type": "Feature", "properties": {"id": "nc72896881", "mag": 1.04, "time": 1506096955860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.874667, 37.619833, 8.25]}, "bbox": [-118.874667, 37.619833, -118.874667, 37.619833]}, {"id": "2728", "type": "Feature", "properties": {"id": "nc72896886", "mag": 3.06, "time": 1506096897270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-127.211833, 40.581333, 16.62]}, "bbox": [-127.211833, 40.581333, -127.211833, 40.581333]}, {"id": "2729", "type": "Feature", "properties": {"id": "uu60248672", "mag": 1.72, "time": 1506096443230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.59, 3.5]}, "bbox": [-111.447833, 42.59, -111.447833, 42.59]}, {"id": "2730", "type": "Feature", "properties": {"id": "ci38007888", "mag": 1.36, "time": 1506095052550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.495167, 4.57]}, "bbox": [-116.7965, 33.495167, -116.7965, 33.495167]}, {"id": "2731", "type": "Feature", "properties": {"id": "ak16877477", "mag": 1.5, "time": 1506094830892, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0265, 62.027, 12.7]}, "bbox": [-149.0265, 62.027, -149.0265, 62.027]}, {"id": "2732", "type": "Feature", "properties": {"id": "uu60248667", "mag": 1.93, "time": 1506094359510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4395, 42.584333, 3.5]}, "bbox": [-111.4395, 42.584333, -111.4395, 42.584333]}, {"id": "2733", "type": "Feature", "properties": {"id": "nn00606574", "mag": 1.6, "time": 1506094148428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9043, 38.3654, 6.9]}, "bbox": [-118.9043, 38.3654, -118.9043, 38.3654]}, {"id": "2734", "type": "Feature", "properties": {"id": "hv61917031", "mag": 1.65, "time": 1506094079130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279333, 18.952333, 12.363]}, "bbox": [-155.279333, 18.952333, -155.279333, 18.952333]}, {"id": "2735", "type": "Feature", "properties": {"id": "uu60248662", "mag": 2.05, "time": 1506093605010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.456167, 42.602333, 3.17]}, "bbox": [-111.456167, 42.602333, -111.456167, 42.602333]}, {"id": "2736", "type": "Feature", "properties": {"id": "us2000at3w", "mag": 2.6, "time": 1506093461490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4231, 36.6952, 7.14]}, "bbox": [-98.4231, 36.6952, -98.4231, 36.6952]}, {"id": "2737", "type": "Feature", "properties": {"id": "ak16877317", "mag": 1.7, "time": 1506093374261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3603, 60.6882, 68.0]}, "bbox": [-151.3603, 60.6882, -151.3603, 60.6882]}, {"id": "2738", "type": "Feature", "properties": {"id": "ak16926094", "mag": 2.1, "time": 1506093004583, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8719, 54.5409, 50.1]}, "bbox": [-162.8719, 54.5409, -162.8719, 54.5409]}, {"id": "2739", "type": "Feature", "properties": {"id": "ak16877316", "mag": 1.4, "time": 1506092949248, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2867, 67.5064, 1.5]}, "bbox": [-158.2867, 67.5064, -158.2867, 67.5064]}, {"id": "2740", "type": "Feature", "properties": {"id": "nn00606471", "mag": 1.3, "time": 1506092280598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1113, 38.2958, 6.8]}, "bbox": [-119.1113, 38.2958, -119.1113, 38.2958]}, {"id": "2741", "type": "Feature", "properties": {"id": "us2000awqu", "mag": 4.3, "time": 1506092048390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5573, 18.5841, 62.16]}, "bbox": [121.5573, 18.5841, 121.5573, 18.5841]}, {"id": "2742", "type": "Feature", "properties": {"id": "ak16926092", "mag": 1.3, "time": 1506091602226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7703, 57.7311, 11.6]}, "bbox": [-155.7703, 57.7311, -155.7703, 57.7311]}, {"id": "2743", "type": "Feature", "properties": {"id": "ak16877311", "mag": 1.7, "time": 1506091080231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9318, 61.3129, 6.7]}, "bbox": [-146.9318, 61.3129, -146.9318, 61.3129]}, {"id": "2744", "type": "Feature", "properties": {"id": "us2000awqt", "mag": 4.5, "time": 1506090800020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.4373, -23.752, 560.01]}, "bbox": [-179.4373, -23.752, -179.4373, -23.752]}, {"id": "2745", "type": "Feature", "properties": {"id": "nc72904206", "mag": 1.3, "time": 1506089865090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.585167, 40.4755, 15.05]}, "bbox": [-121.585167, 40.4755, -121.585167, 40.4755]}, {"id": "2746", "type": "Feature", "properties": {"id": "uw61309452", "mag": 2.05, "time": 1506089062880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.375333, 45.841833, -0.74]}, "bbox": [-118.375333, 45.841833, -118.375333, 45.841833]}, {"id": "2747", "type": "Feature", "properties": {"id": "ak16926090", "mag": 1.6, "time": 1506088685970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6016, 61.227, 75.8]}, "bbox": [-151.6016, 61.227, -151.6016, 61.227]}, {"id": "2748", "type": "Feature", "properties": {"id": "ak16877153", "mag": 1.3, "time": 1506088314826, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7156, 61.5096, 6.4]}, "bbox": [-140.7156, 61.5096, -140.7156, 61.5096]}, {"id": "2749", "type": "Feature", "properties": {"id": "ci38007840", "mag": 1.07, "time": 1506088185480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.498167, 6.09]}, "bbox": [-116.7945, 33.498167, -116.7945, 33.498167]}, {"id": "2750", "type": "Feature", "properties": {"id": "nc72896831", "mag": 1.6, "time": 1506088032960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772667, 38.806833, -0.28]}, "bbox": [-122.772667, 38.806833, -122.772667, 38.806833]}, {"id": "2751", "type": "Feature", "properties": {"id": "nc72896826", "mag": 1.03, "time": 1506088021950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.836666, -0.75]}, "bbox": [-122.822502, 38.836666, -122.822502, 38.836666]}, {"id": "2752", "type": "Feature", "properties": {"id": "ak16877151", "mag": 1.7, "time": 1506087613938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3362, 62.1574, 11.2]}, "bbox": [-150.3362, 62.1574, -150.3362, 62.1574]}, {"id": "2753", "type": "Feature", "properties": {"id": "us2000awqs", "mag": 4.3, "time": 1506087606500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5624, -22.5585, 578.14]}, "bbox": [179.5624, -22.5585, 179.5624, -22.5585]}, {"id": "2754", "type": "Feature", "properties": {"id": "ak16877148", "mag": 1.9, "time": 1506087297503, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1731, 59.963, 87.7]}, "bbox": [-152.1731, 59.963, -152.1731, 59.963]}, {"id": "2755", "type": "Feature", "properties": {"id": "nn00606565", "mag": 1.4, "time": 1506087185810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2162, 38.2627, 3.6]}, "bbox": [-116.2162, 38.2627, -116.2162, 38.2627]}, {"id": "2756", "type": "Feature", "properties": {"id": "us2000at3c", "mag": 4.4, "time": 1506086932700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2264, -0.3969, 83.0]}, "bbox": [127.2264, -0.3969, 127.2264, -0.3969]}, {"id": "2757", "type": "Feature", "properties": {"id": "us2000at3j", "mag": 4.5, "time": 1506086850810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4418, -19.1856, 573.86]}, "bbox": [-177.4418, -19.1856, -177.4418, -19.1856]}, {"id": "2758", "type": "Feature", "properties": {"id": "ak16877147", "mag": 1.0, "time": 1506086078366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0434, 64.7457, 4.7]}, "bbox": [-151.0434, 64.7457, -151.0434, 64.7457]}, {"id": "2759", "type": "Feature", "properties": {"id": "ak16876989", "mag": 2.3, "time": 1506085118552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6021, 60.5947, 0.6]}, "bbox": [-147.6021, 60.5947, -147.6021, 60.5947]}, {"id": "2760", "type": "Feature", "properties": {"id": "nc72896781", "mag": 1.59, "time": 1506084858350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.773167, 38.807167, -0.05]}, "bbox": [-122.773167, 38.807167, -122.773167, 38.807167]}, {"id": "2761", "type": "Feature", "properties": {"id": "ak16926084", "mag": 2.4, "time": 1506084692420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.7372, 51.5859, 56.4]}, "bbox": [178.7372, 51.5859, 178.7372, 51.5859]}, {"id": "2762", "type": "Feature", "properties": {"id": "nc72896771", "mag": 1.74, "time": 1506084487230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771667, 38.808833, 0.14]}, "bbox": [-122.771667, 38.808833, -122.771667, 38.808833]}, {"id": "2763", "type": "Feature", "properties": {"id": "ak16876986", "mag": 1.4, "time": 1506084219307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7611, 61.5102, 5.3]}, "bbox": [-140.7611, 61.5102, -140.7611, 61.5102]}, {"id": "2764", "type": "Feature", "properties": {"id": "hv61916896", "mag": 1.74, "time": 1506083571850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.465667, 19.190833, 35.257]}, "bbox": [-155.465667, 19.190833, -155.465667, 19.190833]}, {"id": "2765", "type": "Feature", "properties": {"id": "ci38007816", "mag": 1.33, "time": 1506082333690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362833, 33.373333, 6.28]}, "bbox": [-116.362833, 33.373333, -116.362833, 33.373333]}, {"id": "2766", "type": "Feature", "properties": {"id": "ak16876984", "mag": 1.5, "time": 1506082188790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7152, 61.5125, 7.3]}, "bbox": [-140.7152, 61.5125, -140.7152, 61.5125]}, {"id": "2767", "type": "Feature", "properties": {"id": "ak16876981", "mag": 1.8, "time": 1506082118329, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.7017, 61.5113, 0.0]}, "bbox": [-140.7017, 61.5113, -140.7017, 61.5113]}, {"id": "2768", "type": "Feature", "properties": {"id": "ak16876980", "mag": 2.2, "time": 1506081950238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1633, 59.909, 114.4]}, "bbox": [-153.1633, 59.909, -153.1633, 59.909]}, {"id": "2769", "type": "Feature", "properties": {"id": "ci38007792", "mag": 1.19, "time": 1506081499660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.503333, 35.304167, 5.36]}, "bbox": [-118.503333, 35.304167, -118.503333, 35.304167]}, {"id": "2770", "type": "Feature", "properties": {"id": "ak16876977", "mag": 1.9, "time": 1506081250212, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1121, 59.2751, 8.1]}, "bbox": [-139.1121, 59.2751, -139.1121, 59.2751]}, {"id": "2771", "type": "Feature", "properties": {"id": "ak16876978", "mag": 1.2, "time": 1506081151639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9729, 61.6318, 32.9]}, "bbox": [-149.9729, 61.6318, -149.9729, 61.6318]}, {"id": "2772", "type": "Feature", "properties": {"id": "mb80257019", "mag": 1.05, "time": 1506080783790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526167, 46.879833, 10.93]}, "bbox": [-112.526167, 46.879833, -112.526167, 46.879833]}, {"id": "2773", "type": "Feature", "properties": {"id": "nc72896746", "mag": 1.05, "time": 1506079850700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.73983, 38.763668, 1.53]}, "bbox": [-122.73983, 38.763668, -122.73983, 38.763668]}, {"id": "2774", "type": "Feature", "properties": {"id": "nc72896741", "mag": 1.1, "time": 1506078851480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.8165, 3.19]}, "bbox": [-122.806, 38.8165, -122.806, 38.8165]}, {"id": "2775", "type": "Feature", "properties": {"id": "uu60248647", "mag": 1.45, "time": 1506078497740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.561833, 8.05]}, "bbox": [-111.445, 42.561833, -111.445, 42.561833]}, {"id": "2776", "type": "Feature", "properties": {"id": "ak16926075", "mag": 1.9, "time": 1506078386128, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8777, 58.9992, 112.9]}, "bbox": [-153.8777, 58.9992, -153.8777, 58.9992]}, {"id": "2777", "type": "Feature", "properties": {"id": "ak16876823", "mag": 1.1, "time": 1506078261719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8636, 62.788, 13.9]}, "bbox": [-148.8636, 62.788, -148.8636, 62.788]}, {"id": "2778", "type": "Feature", "properties": {"id": "ak16876821", "mag": 1.4, "time": 1506077123303, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.923, 64.7739, 2.3]}, "bbox": [-139.923, 64.7739, -139.923, 64.7739]}, {"id": "2779", "type": "Feature", "properties": {"id": "nn00606454", "mag": 2.6, "time": 1506077002610, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5007, 36.7388, 7.5]}, "bbox": [-115.5007, 36.7388, -115.5007, 36.7388]}, {"id": "2780", "type": "Feature", "properties": {"id": "mb80257004", "mag": 1.43, "time": 1506075410640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5235, 46.871, 11.97]}, "bbox": [-112.5235, 46.871, -112.5235, 46.871]}, {"id": "2781", "type": "Feature", "properties": {"id": "nc72896721", "mag": 1.39, "time": 1506074864460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.841333, 38.844167, 1.9]}, "bbox": [-122.841333, 38.844167, -122.841333, 38.844167]}, {"id": "2782", "type": "Feature", "properties": {"id": "nn00606522", "mag": 1.1, "time": 1506074180637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8303, 13.3]}, "bbox": [-118.8235, 38.8303, -118.8235, 38.8303]}, {"id": "2783", "type": "Feature", "properties": {"id": "ci38007728", "mag": 1.52, "time": 1506073924220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.848, 36.181833, 2.23]}, "bbox": [-117.848, 36.181833, -117.848, 36.181833]}, {"id": "2784", "type": "Feature", "properties": {"id": "ak16926070", "mag": 1.6, "time": 1506073391784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.2241, 61.5539, 0.0]}, "bbox": [-144.2241, 61.5539, -144.2241, 61.5539]}, {"id": "2785", "type": "Feature", "properties": {"id": "ak16876665", "mag": 1.6, "time": 1506072332786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3288, 63.1852, 90.1]}, "bbox": [-149.3288, 63.1852, -149.3288, 63.1852]}, {"id": "2786", "type": "Feature", "properties": {"id": "hv61916851", "mag": 2.09, "time": 1506072148400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.868333, 20.063333, 23.409]}, "bbox": [-155.868333, 20.063333, -155.868333, 20.063333]}, {"id": "2787", "type": "Feature", "properties": {"id": "ak16876664", "mag": 1.4, "time": 1506072136495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5912, 61.9919, 28.6]}, "bbox": [-148.5912, 61.9919, -148.5912, 61.9919]}, {"id": "2788", "type": "Feature", "properties": {"id": "ak16926067", "mag": 1.3, "time": 1506071322182, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.632, 62.4195, 64.2]}, "bbox": [-150.632, 62.4195, -150.632, 62.4195]}, {"id": "2789", "type": "Feature", "properties": {"id": "uu60248637", "mag": 1.3, "time": 1506070695930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.437167, 42.637667, 5.25]}, "bbox": [-111.437167, 42.637667, -111.437167, 42.637667]}, {"id": "2790", "type": "Feature", "properties": {"id": "us2000at26", "mag": 4.5, "time": 1506070497460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.9846, 3.8293, 107.48]}, "bbox": [127.9846, 3.8293, 127.9846, 3.8293]}, {"id": "2791", "type": "Feature", "properties": {"id": "ak16926066", "mag": 1.6, "time": 1506069293924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7084, 58.832, 2.4]}, "bbox": [-153.7084, 58.832, -153.7084, 58.832]}, {"id": "2792", "type": "Feature", "properties": {"id": "uu60248632", "mag": 2.03, "time": 1506068604640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.901833, 38.286167, 1.02]}, "bbox": [-108.901833, 38.286167, -108.901833, 38.286167]}, {"id": "2793", "type": "Feature", "properties": {"id": "ak16876662", "mag": 1.9, "time": 1506067828515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4502, 59.8034, 55.7]}, "bbox": [-151.4502, 59.8034, -151.4502, 59.8034]}, {"id": "2794", "type": "Feature", "properties": {"id": "nm60044913", "mag": 2.21, "time": 1506067533090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.239, 35.7905, 11.33]}, "bbox": [-92.239, 35.7905, -92.239, 35.7905]}, {"id": "2795", "type": "Feature", "properties": {"id": "ak16876658", "mag": 3.5, "time": 1506066694779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.9518, 54.8173, 3.3]}, "bbox": [-159.9518, 54.8173, -159.9518, 54.8173]}, {"id": "2796", "type": "Feature", "properties": {"id": "nc72896676", "mag": 1.45, "time": 1506066561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764833, 38.786167, 0.53]}, "bbox": [-122.764833, 38.786167, -122.764833, 38.786167]}, {"id": "2797", "type": "Feature", "properties": {"id": "uw61309412", "mag": 1.49, "time": 1506066402670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.402833, 49.2735, 17.7]}, "bbox": [-124.402833, 49.2735, -124.402833, 49.2735]}, {"id": "2798", "type": "Feature", "properties": {"id": "nc72896671", "mag": 1.2, "time": 1506066223530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8225, 37.524667, 2.51]}, "bbox": [-118.8225, 37.524667, -118.8225, 37.524667]}, {"id": "2799", "type": "Feature", "properties": {"id": "ak16876647", "mag": 1.9, "time": 1506065065953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.1147, 59.229, 11.0]}, "bbox": [-139.1147, 59.229, -139.1147, 59.229]}, {"id": "2800", "type": "Feature", "properties": {"id": "uu60248627", "mag": 1.79, "time": 1506064954410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.575667, 8.31]}, "bbox": [-111.417833, 42.575667, -111.417833, 42.575667]}, {"id": "2801", "type": "Feature", "properties": {"id": "ak16876640", "mag": 1.0, "time": 1506063798789, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9184, 63.4232, 6.1]}, "bbox": [-148.9184, 63.4232, -148.9184, 63.4232]}, {"id": "2802", "type": "Feature", "properties": {"id": "mb80256994", "mag": 1.71, "time": 1506063538810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.338833, 46.125333, 6.03]}, "bbox": [-110.338833, 46.125333, -110.338833, 46.125333]}, {"id": "2803", "type": "Feature", "properties": {"id": "us2000at1d", "mag": 4.4, "time": 1506062755300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.9837, 45.5973, 22.46]}, "bbox": [151.9837, 45.5973, 151.9837, 45.5973]}, {"id": "2804", "type": "Feature", "properties": {"id": "nn00606510", "mag": 1.0, "time": 1506062740733, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9097, 38.416, 7.5]}, "bbox": [-118.9097, 38.416, -118.9097, 38.416]}, {"id": "2805", "type": "Feature", "properties": {"id": "ak16876497", "mag": 2.9, "time": 1506062332060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4396, 55.4155, 7.5]}, "bbox": [-158.4396, 55.4155, -158.4396, 55.4155]}, {"id": "2806", "type": "Feature", "properties": {"id": "ak16876499", "mag": 1.5, "time": 1506062314773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1276, 62.6705, 84.6]}, "bbox": [-151.1276, 62.6705, -151.1276, 62.6705]}, {"id": "2807", "type": "Feature", "properties": {"id": "ak16926058", "mag": 2.5, "time": 1506062164434, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9814, 52.5733, 21.3]}, "bbox": [-163.9814, 52.5733, -163.9814, 52.5733]}, {"id": "2808", "type": "Feature", "properties": {"id": "hv61916751", "mag": 1.88, "time": 1506061487210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4615, 19.287167, 7.924]}, "bbox": [-155.4615, 19.287167, -155.4615, 19.287167]}, {"id": "2809", "type": "Feature", "properties": {"id": "ak16926055", "mag": 2.4, "time": 1506060569450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4546, 56.5041, 6.6]}, "bbox": [-153.4546, 56.5041, -153.4546, 56.5041]}, {"id": "2810", "type": "Feature", "properties": {"id": "uu60248622", "mag": 1.34, "time": 1506060334660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447833, 42.622833, 5.33]}, "bbox": [-111.447833, 42.622833, -111.447833, 42.622833]}, {"id": "2811", "type": "Feature", "properties": {"id": "nn00606434", "mag": 1.2, "time": 1506060248714, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 38.8296, 13.4]}, "bbox": [-118.8235, 38.8296, -118.8235, 38.8296]}, {"id": "2812", "type": "Feature", "properties": {"id": "ci38007696", "mag": 1.17, "time": 1506059325210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.648333, 35.934, 3.86]}, "bbox": [-117.648333, 35.934, -117.648333, 35.934]}, {"id": "2813", "type": "Feature", "properties": {"id": "ci38007680", "mag": 1.8, "time": 1506058671480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.570833, 35.360833, 4.84]}, "bbox": [-118.570833, 35.360833, -118.570833, 35.360833]}, {"id": "2814", "type": "Feature", "properties": {"id": "us2000at0m", "mag": 5.5, "time": 1506058424310, "felt": 37.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.7724, 23.5614, 10.0]}, "bbox": [-108.7724, 23.5614, -108.7724, 23.5614]}, {"id": "2815", "type": "Feature", "properties": {"id": "us2000at0v", "mag": 4.5, "time": 1506056644580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.4959, 54.788, 131.21]}, "bbox": [159.4959, 54.788, 159.4959, 54.788]}, {"id": "2816", "type": "Feature", "properties": {"id": "mb80256984", "mag": 1.12, "time": 1506056537920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5285, 46.885167, 14.05]}, "bbox": [-112.5285, 46.885167, -112.5285, 46.885167]}, {"id": "2817", "type": "Feature", "properties": {"id": "ak16926054", "mag": 1.3, "time": 1506056097918, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7519, 60.0539, 56.2]}, "bbox": [-151.7519, 60.0539, -151.7519, 60.0539]}, {"id": "2818", "type": "Feature", "properties": {"id": "ak16876343", "mag": 1.1, "time": 1506055943779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.827, 62.7929, 14.4]}, "bbox": [-148.827, 62.7929, -148.827, 62.7929]}, {"id": "2819", "type": "Feature", "properties": {"id": "nc72896616", "mag": 2.0, "time": 1506055463630, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788667, 37.456333, 7.66]}, "bbox": [-121.788667, 37.456333, -121.788667, 37.456333]}, {"id": "2820", "type": "Feature", "properties": {"id": "ak16926049", "mag": 2.0, "time": 1506055458648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9681, 59.782, 98.4]}, "bbox": [-152.9681, 59.782, -152.9681, 59.782]}, {"id": "2821", "type": "Feature", "properties": {"id": "us2000at08", "mag": 4.7, "time": 1506054886300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.1483, -6.3489, 10.0]}, "bbox": [-11.1483, -6.3489, -11.1483, -6.3489]}, {"id": "2822", "type": "Feature", "properties": {"id": "nc72896606", "mag": 0.97, "time": 1506054333450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821833, 37.5205, 2.2]}, "bbox": [-118.821833, 37.5205, -118.821833, 37.5205]}, {"id": "2823", "type": "Feature", "properties": {"id": "us2000aszw", "mag": 4.2, "time": 1506054023580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [26.2553, 39.1304, 10.0]}, "bbox": [26.2553, 39.1304, 26.2553, 39.1304]}, {"id": "2824", "type": "Feature", "properties": {"id": "nc72896586", "mag": 1.98, "time": 1506053997570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883167, 37.538333, 2.49]}, "bbox": [-118.883167, 37.538333, -118.883167, 37.538333]}, {"id": "2825", "type": "Feature", "properties": {"id": "ci38007648", "mag": 1.64, "time": 1506053954570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797167, 33.495167, 4.61]}, "bbox": [-116.797167, 33.495167, -116.797167, 33.495167]}, {"id": "2826", "type": "Feature", "properties": {"id": "nc72896591", "mag": 1.12, "time": 1506053943320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789333, 37.455, 7.99]}, "bbox": [-121.789333, 37.455, -121.789333, 37.455]}, {"id": "2827", "type": "Feature", "properties": {"id": "us2000aszh", "mag": 2.9, "time": 1506053328020, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.682, 35.846, 5.0]}, "bbox": [-96.682, 35.846, -96.682, 35.846]}, {"id": "2828", "type": "Feature", "properties": {"id": "ak16876210", "mag": 1.2, "time": 1506052567199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7614, 63.1414, 9.7]}, "bbox": [-148.7614, 63.1414, -148.7614, 63.1414]}, {"id": "2829", "type": "Feature", "properties": {"id": "ak16876208", "mag": 1.0, "time": 1506051888104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3642, 64.8396, 21.9]}, "bbox": [-147.3642, 64.8396, -147.3642, 64.8396]}, {"id": "2830", "type": "Feature", "properties": {"id": "ak16876202", "mag": 2.8, "time": 1506051238210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6975, 59.8426, 2.9]}, "bbox": [-136.6975, 59.8426, -136.6975, 59.8426]}, {"id": "2831", "type": "Feature", "properties": {"id": "ci38007640", "mag": 1.04, "time": 1506050700240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.074333, 32.868, 9.32]}, "bbox": [-116.074333, 32.868, -116.074333, 32.868]}, {"id": "2832", "type": "Feature", "properties": {"id": "ak16876199", "mag": 1.6, "time": 1506050508752, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1502, 60.9709, 20.0]}, "bbox": [-149.1502, 60.9709, -149.1502, 60.9709]}, {"id": "2833", "type": "Feature", "properties": {"id": "ak16876069", "mag": 1.7, "time": 1506048854655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6692, 62.5598, 11.7]}, "bbox": [-150.6692, 62.5598, -150.6692, 62.5598]}, {"id": "2834", "type": "Feature", "properties": {"id": "ak16876067", "mag": 2.1, "time": 1506048427026, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7111, 59.884, 14.5]}, "bbox": [-136.7111, 59.884, -136.7111, 59.884]}, {"id": "2835", "type": "Feature", "properties": {"id": "nc72896561", "mag": 1.78, "time": 1506048332800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.779667, 37.392333, -2.31]}, "bbox": [-118.779667, 37.392333, -118.779667, 37.392333]}, {"id": "2836", "type": "Feature", "properties": {"id": "nc72896556", "mag": 1.29, "time": 1506047940540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.0265, 36.559833, 6.76]}, "bbox": [-121.0265, 36.559833, -121.0265, 36.559833]}, {"id": "2837", "type": "Feature", "properties": {"id": "ak16926041", "mag": 2.5, "time": 1506047556201, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.992, 51.8656, 16.5]}, "bbox": [-174.992, 51.8656, -174.992, 51.8656]}, {"id": "2838", "type": "Feature", "properties": {"id": "uu60248522", "mag": 1.34, "time": 1506047158170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.026833, 44.7755, 7.13]}, "bbox": [-110.026833, 44.7755, -110.026833, 44.7755]}, {"id": "2839", "type": "Feature", "properties": {"id": "mb80256979", "mag": 1.73, "time": 1506043831850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.558333, 46.402, 3.35]}, "bbox": [-111.558333, 46.402, -111.558333, 46.402]}, {"id": "2840", "type": "Feature", "properties": {"id": "nc72896531", "mag": 1.92, "time": 1506043357560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.780833, 37.389167, -2.29]}, "bbox": [-118.780833, 37.389167, -118.780833, 37.389167]}, {"id": "2841", "type": "Feature", "properties": {"id": "mb80256969", "mag": 2.09, "time": 1506042441670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.930333, 44.292833, 3.5]}, "bbox": [-114.930333, 44.292833, -114.930333, 44.292833]}, {"id": "2842", "type": "Feature", "properties": {"id": "ak16875940", "mag": 1.1, "time": 1506041862266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0885, 63.2553, 2.0]}, "bbox": [-151.0885, 63.2553, -151.0885, 63.2553]}, {"id": "2843", "type": "Feature", "properties": {"id": "us2000awqf", "mag": 4.2, "time": 1506041406940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [165.3116, -15.6295, 57.06]}, "bbox": [165.3116, -15.6295, 165.3116, -15.6295]}, {"id": "2844", "type": "Feature", "properties": {"id": "us2000asyh", "mag": 4.6, "time": 1506041280550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.2095, 43.8815, 10.0]}, "bbox": [149.2095, 43.8815, 149.2095, 43.8815]}, {"id": "2845", "type": "Feature", "properties": {"id": "ismpkansas70235693", "mag": 1.82, "time": 1506040783670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6825, 37.184, 4.37]}, "bbox": [-97.6825, 37.184, -97.6825, 37.184]}, {"id": "2846", "type": "Feature", "properties": {"id": "ci38007600", "mag": 2.86, "time": 1506040660680, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.171833, 34.730667, 1.72]}, "bbox": [-120.171833, 34.730667, -120.171833, 34.730667]}, {"id": "2847", "type": "Feature", "properties": {"id": "hv61916496", "mag": 1.7, "time": 1506040069030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.755667, 19.862667, 13.433]}, "bbox": [-155.755667, 19.862667, -155.755667, 19.862667]}, {"id": "2848", "type": "Feature", "properties": {"id": "us2000awqd", "mag": 4.6, "time": 1506040066970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [90.3605, 2.1475, 15.02]}, "bbox": [90.3605, 2.1475, 90.3605, 2.1475]}, {"id": "2849", "type": "Feature", "properties": {"id": "ak16875841", "mag": 1.4, "time": 1506039676822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7004, 63.8605, 6.4]}, "bbox": [-148.7004, 63.8605, -148.7004, 63.8605]}, {"id": "2850", "type": "Feature", "properties": {"id": "us2000atbx", "mag": 2.6, "time": 1506039659260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5671, 46.8969, 11.48]}, "bbox": [-112.5671, 46.8969, -112.5671, 46.8969]}, {"id": "2851", "type": "Feature", "properties": {"id": "us2000avmv", "mag": 2.8, "time": 1506039531410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0769, 52.3761, 10.0]}, "bbox": [-165.0769, 52.3761, -165.0769, 52.3761]}, {"id": "2852", "type": "Feature", "properties": {"id": "mb80256959", "mag": 1.07, "time": 1506038377030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.445667, 43.5435, 11.24]}, "bbox": [-110.445667, 43.5435, -110.445667, 43.5435]}, {"id": "2853", "type": "Feature", "properties": {"id": "ci38007584", "mag": 1.19, "time": 1506037977370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.764667, 33.324167, 13.64]}, "bbox": [-116.764667, 33.324167, -116.764667, 33.324167]}, {"id": "2854", "type": "Feature", "properties": {"id": "ak16875834", "mag": 1.4, "time": 1506037872803, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.518, 61.5639, 31.0]}, "bbox": [-146.518, 61.5639, -146.518, 61.5639]}, {"id": "2855", "type": "Feature", "properties": {"id": "nc72896516", "mag": 1.31, "time": 1506037721390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669, 37.2905, 3.04]}, "bbox": [-121.669, 37.2905, -121.669, 37.2905]}, {"id": "2856", "type": "Feature", "properties": {"id": "mb80256954", "mag": 1.13, "time": 1506037549780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.4995, 46.8705, 10.41]}, "bbox": [-112.4995, 46.8705, -112.4995, 46.8705]}, {"id": "2857", "type": "Feature", "properties": {"id": "us2000awq8", "mag": 4.4, "time": 1506037384370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.5809, 38.0785, 10.0]}, "bbox": [144.5809, 38.0785, 144.5809, 38.0785]}, {"id": "2858", "type": "Feature", "properties": {"id": "ak16875828", "mag": 2.4, "time": 1506037110228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8706, 62.7902, 14.7]}, "bbox": [-148.8706, 62.7902, -148.8706, 62.7902]}, {"id": "2859", "type": "Feature", "properties": {"id": "ak16875826", "mag": 1.7, "time": 1506036232042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4937, 61.5906, 31.8]}, "bbox": [-146.4937, 61.5906, -146.4937, 61.5906]}, {"id": "2860", "type": "Feature", "properties": {"id": "us2000asx4", "mag": 2.7, "time": 1506036218800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5127, 36.2915, 7.461]}, "bbox": [-97.5127, 36.2915, -97.5127, 36.2915]}, {"id": "2861", "type": "Feature", "properties": {"id": "ci38007544", "mag": 3.0, "time": 1506035447270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.397167, 32.383, 12.07]}, "bbox": [-115.397167, 32.383, -115.397167, 32.383]}, {"id": "2862", "type": "Feature", "properties": {"id": "ci38007552", "mag": 1.61, "time": 1506035381320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.115667, 34.625667, -1.28]}, "bbox": [-117.115667, 34.625667, -117.115667, 34.625667]}, {"id": "2863", "type": "Feature", "properties": {"id": "ak16875823", "mag": 1.6, "time": 1506035182231, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5062, 64.6747, 9.2]}, "bbox": [-152.5062, 64.6747, -152.5062, 64.6747]}, {"id": "2864", "type": "Feature", "properties": {"id": "uu60248487", "mag": 2.1, "time": 1506035003920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.525833, 7.93]}, "bbox": [-111.420167, 42.525833, -111.420167, 42.525833]}, {"id": "2865", "type": "Feature", "properties": {"id": "mb80256939", "mag": 1.72, "time": 1506034952670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8665, 11.26]}, "bbox": [-112.5215, 46.8665, -112.5215, 46.8665]}, {"id": "2866", "type": "Feature", "properties": {"id": "ak16875817", "mag": 1.5, "time": 1506034226408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0329, 53.5528, 17.0]}, "bbox": [-167.0329, 53.5528, -167.0329, 53.5528]}, {"id": "2867", "type": "Feature", "properties": {"id": "us2000awq7", "mag": 4.3, "time": 1506034167940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.929, -23.7349, 550.89]}, "bbox": [-179.929, -23.7349, -179.929, -23.7349]}, {"id": "2868", "type": "Feature", "properties": {"id": "nc72896506", "mag": 1.29, "time": 1506033952800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821, 38.814833, 2.36]}, "bbox": [-122.821, 38.814833, -122.821, 38.814833]}, {"id": "2869", "type": "Feature", "properties": {"id": "ak16875815", "mag": 1.5, "time": 1506033878487, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5575, 60.0344, 58.7]}, "bbox": [-151.5575, 60.0344, -151.5575, 60.0344]}, {"id": "2870", "type": "Feature", "properties": {"id": "ak16875810", "mag": 1.2, "time": 1506033325458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4889, 59.8624, 47.1]}, "bbox": [-150.4889, 59.8624, -150.4889, 59.8624]}, {"id": "2871", "type": "Feature", "properties": {"id": "ak16875800", "mag": 1.4, "time": 1506032434891, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7482, 66.977, 12.4]}, "bbox": [-155.7482, 66.977, -155.7482, 66.977]}, {"id": "2872", "type": "Feature", "properties": {"id": "ak16875653", "mag": 4.2, "time": 1506032120973, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8756, 62.7831, 20.3]}, "bbox": [-148.8756, 62.7831, -148.8756, 62.7831]}, {"id": "2873", "type": "Feature", "properties": {"id": "nc72896496", "mag": 1.85, "time": 1506031741740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5285, 36.803333, 3.27]}, "bbox": [-121.5285, 36.803333, -121.5285, 36.803333]}, {"id": "2874", "type": "Feature", "properties": {"id": "nc72896486", "mag": 1.45, "time": 1506031445490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.526667, 36.809667, 4.3]}, "bbox": [-121.526667, 36.809667, -121.526667, 36.809667]}, {"id": "2875", "type": "Feature", "properties": {"id": "mb80256934", "mag": 2.12, "time": 1506031400210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9225, 44.303333, 10.34]}, "bbox": [-114.9225, 44.303333, -114.9225, 44.303333]}, {"id": "2876", "type": "Feature", "properties": {"id": "mb80256929", "mag": 1.26, "time": 1506030770930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.747833, 45.079167, 3.5]}, "bbox": [-111.747833, 45.079167, -111.747833, 45.079167]}, {"id": "2877", "type": "Feature", "properties": {"id": "ci38007528", "mag": 1.87, "time": 1506030349230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650167, 35.935333, 2.69]}, "bbox": [-117.650167, 35.935333, -117.650167, 35.935333]}, {"id": "2878", "type": "Feature", "properties": {"id": "hv61916321", "mag": 2.02, "time": 1506029779130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.552333, 19.137667, 49.513]}, "bbox": [-155.552333, 19.137667, -155.552333, 19.137667]}, {"id": "2879", "type": "Feature", "properties": {"id": "ci38007520", "mag": 1.21, "time": 1506029730430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.157, 33.634167, -0.52]}, "bbox": [-117.157, 33.634167, -117.157, 33.634167]}, {"id": "2880", "type": "Feature", "properties": {"id": "hv61916316", "mag": 1.88, "time": 1506029586250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.419833, 19.099167, 42.057]}, "bbox": [-155.419833, 19.099167, -155.419833, 19.099167]}, {"id": "2881", "type": "Feature", "properties": {"id": "hv61916311", "mag": 1.76, "time": 1506029522880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.437167, 19.160333, 37.287]}, "bbox": [-155.437167, 19.160333, -155.437167, 19.160333]}, {"id": "2882", "type": "Feature", "properties": {"id": "nn00606376", "mag": 1.1, "time": 1506029276288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.9551, 40.0739, 10.9]}, "bbox": [-120.9551, 40.0739, -120.9551, 40.0739]}, {"id": "2883", "type": "Feature", "properties": {"id": "hv61916301", "mag": 1.85, "time": 1506029141190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.439167, 19.1175, 39.677]}, "bbox": [-155.439167, 19.1175, -155.439167, 19.1175]}, {"id": "2884", "type": "Feature", "properties": {"id": "ci37166108", "mag": 1.81, "time": 1506028904370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241667, 32.920333, 11.27]}, "bbox": [-116.241667, 32.920333, -116.241667, 32.920333]}, {"id": "2885", "type": "Feature", "properties": {"id": "ci38007512", "mag": 1.83, "time": 1506028897230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.241167, 32.916667, 7.87]}, "bbox": [-116.241167, 32.916667, -116.241167, 32.916667]}, {"id": "2886", "type": "Feature", "properties": {"id": "ak16875651", "mag": 1.4, "time": 1506028324426, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8843, 61.2141, 1.8]}, "bbox": [-139.8843, 61.2141, -139.8843, 61.2141]}, {"id": "2887", "type": "Feature", "properties": {"id": "nn00606357", "mag": 2.6, "time": 1506028168100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6985, 39.7645, 7.3]}, "bbox": [-119.6985, 39.7645, -119.6985, 39.7645]}, {"id": "2888", "type": "Feature", "properties": {"id": "nn00606355", "mag": 1.1, "time": 1506027762688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.189, 38.4602, 2.1]}, "bbox": [-118.189, 38.4602, -118.189, 38.4602]}, {"id": "2889", "type": "Feature", "properties": {"id": "ci38007480", "mag": 1.75, "time": 1506026384090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.371167, 35.054, 8.1]}, "bbox": [-118.371167, 35.054, -118.371167, 35.054]}, {"id": "2890", "type": "Feature", "properties": {"id": "ak16875645", "mag": 1.7, "time": 1506026360117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.75, 60.0811, 100.9]}, "bbox": [-152.75, 60.0811, -152.75, 60.0811]}, {"id": "2891", "type": "Feature", "properties": {"id": "nc72896461", "mag": 1.53, "time": 1506026136260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.841167, 1.96]}, "bbox": [-122.827333, 38.841167, -122.827333, 38.841167]}, {"id": "2892", "type": "Feature", "properties": {"id": "ak16911613", "mag": 1.9, "time": 1506025569386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0904, 58.6739, 124.2]}, "bbox": [-155.0904, 58.6739, -155.0904, 58.6739]}, {"id": "2893", "type": "Feature", "properties": {"id": "ismpkansas70235678", "mag": 2.5, "time": 1506025487250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888333, 37.204167, 6.25]}, "bbox": [-97.888333, 37.204167, -97.888333, 37.204167]}, {"id": "2894", "type": "Feature", "properties": {"id": "ci38007472", "mag": 1.24, "time": 1506025368620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.488667, 33.850333, -0.48]}, "bbox": [-117.488667, 33.850333, -117.488667, 33.850333]}, {"id": "2895", "type": "Feature", "properties": {"id": "us2000ass7", "mag": 4.8, "time": 1506025352080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8962, 15.2536, 65.44]}, "bbox": [-93.8962, 15.2536, -93.8962, 15.2536]}, {"id": "2896", "type": "Feature", "properties": {"id": "ci38007464", "mag": 1.18, "time": 1506025134310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.882167, 33.977333, 19.48]}, "bbox": [-116.882167, 33.977333, -116.882167, 33.977333]}, {"id": "2897", "type": "Feature", "properties": {"id": "ak16875518", "mag": 1.7, "time": 1506024448536, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5203, 61.3055, 10.1]}, "bbox": [-152.5203, 61.3055, -152.5203, 61.3055]}, {"id": "2898", "type": "Feature", "properties": {"id": "us2000asr5", "mag": 2.8, "time": 1506024284460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4191, 42.5686, 11.52]}, "bbox": [-111.4191, 42.5686, -111.4191, 42.5686]}, {"id": "2899", "type": "Feature", "properties": {"id": "ci38007448", "mag": 1.54, "time": 1506024073190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.493667, 33.846667, -0.48]}, "bbox": [-117.493667, 33.846667, -117.493667, 33.846667]}, {"id": "2900", "type": "Feature", "properties": {"id": "us2000asqw", "mag": 4.5, "time": 1506023938000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.359, -24.593, 89.2]}, "bbox": [-69.359, -24.593, -69.359, -24.593]}, {"id": "2901", "type": "Feature", "properties": {"id": "nc72896441", "mag": 0.97, "time": 1506023932370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818337, 38.807335, 2.5]}, "bbox": [-122.818337, 38.807335, -122.818337, 38.807335]}, {"id": "2902", "type": "Feature", "properties": {"id": "ak16911611", "mag": 2.0, "time": 1506023546957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8314, 53.8887, 16.2]}, "bbox": [-163.8314, 53.8887, -163.8314, 53.8887]}, {"id": "2903", "type": "Feature", "properties": {"id": "ak16875513", "mag": 2.1, "time": 1506022669821, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6752, 67.929, 13.1]}, "bbox": [-147.6752, 67.929, -147.6752, 67.929]}, {"id": "2904", "type": "Feature", "properties": {"id": "ak16875511", "mag": 1.6, "time": 1506022479067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0122, 60.6265, 55.5]}, "bbox": [-151.0122, 60.6265, -151.0122, 60.6265]}, {"id": "2905", "type": "Feature", "properties": {"id": "nc72896431", "mag": 1.59, "time": 1506022296440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.606, 4.18]}, "bbox": [-118.821333, 37.606, -118.821333, 37.606]}, {"id": "2906", "type": "Feature", "properties": {"id": "us2000asq8", "mag": 4.5, "time": 1506022120080, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.3957, 30.689, 10.0]}, "bbox": [57.3957, 30.689, 57.3957, 30.689]}, {"id": "2907", "type": "Feature", "properties": {"id": "ak16875508", "mag": 2.8, "time": 1506022088454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5339, 56.4471, 34.4]}, "bbox": [-153.5339, 56.4471, -153.5339, 56.4471]}, {"id": "2908", "type": "Feature", "properties": {"id": "ak16875497", "mag": 2.8, "time": 1506021225649, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3633, 62.2263, 8.3]}, "bbox": [-150.3633, 62.2263, -150.3633, 62.2263]}, {"id": "2909", "type": "Feature", "properties": {"id": "ak16875489", "mag": 2.0, "time": 1506019153622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5458, 60.2285, 104.7]}, "bbox": [-152.5458, 60.2285, -152.5458, 60.2285]}, {"id": "2910", "type": "Feature", "properties": {"id": "ci38007432", "mag": 0.97, "time": 1506018755920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.4305, 33.027167, 7.61]}, "bbox": [-116.4305, 33.027167, -116.4305, 33.027167]}, {"id": "2911", "type": "Feature", "properties": {"id": "nc72896416", "mag": 1.32, "time": 1506018676310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.105167, 37.325333, -0.31]}, "bbox": [-122.105167, 37.325333, -122.105167, 37.325333]}, {"id": "2912", "type": "Feature", "properties": {"id": "ak16875470", "mag": 3.4, "time": 1506018115237, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 62.0747, 82.5]}, "bbox": [-151.3313, 62.0747, -151.3313, 62.0747]}, {"id": "2913", "type": "Feature", "properties": {"id": "ci38007408", "mag": 1.52, "time": 1506017937430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.240833, 33.339, 3.36]}, "bbox": [-116.240833, 33.339, -116.240833, 33.339]}, {"id": "2914", "type": "Feature", "properties": {"id": "ci37165948", "mag": 1.22, "time": 1506017934430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.238, 33.341, 5.25]}, "bbox": [-116.238, 33.341, -116.238, 33.341]}, {"id": "2915", "type": "Feature", "properties": {"id": "ak16911603", "mag": 2.2, "time": 1506016859139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.198, 56.7455, 55.8]}, "bbox": [-156.198, 56.7455, -156.198, 56.7455]}, {"id": "2916", "type": "Feature", "properties": {"id": "nc72896411", "mag": 1.56, "time": 1506016054120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.955667, 36.390833, 1.45]}, "bbox": [-120.955667, 36.390833, -120.955667, 36.390833]}, {"id": "2917", "type": "Feature", "properties": {"id": "us2000ask8", "mag": 5.2, "time": 1506015812780, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [153.792, -5.2273, 42.8]}, "bbox": [153.792, -5.2273, 153.792, -5.2273]}, {"id": "2918", "type": "Feature", "properties": {"id": "ak16875367", "mag": 1.0, "time": 1506015790628, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3293, 61.4367, 9.3]}, "bbox": [-152.3293, 61.4367, -152.3293, 61.4367]}, {"id": "2919", "type": "Feature", "properties": {"id": "nc72896401", "mag": 1.29, "time": 1506015349390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.136833, 36.591, 7.95]}, "bbox": [-121.136833, 36.591, -121.136833, 36.591]}, {"id": "2920", "type": "Feature", "properties": {"id": "nc72896396", "mag": 1.65, "time": 1506015154000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830667, 38.841833, 1.92]}, "bbox": [-122.830667, 38.841833, -122.830667, 38.841833]}, {"id": "2921", "type": "Feature", "properties": {"id": "ak16875364", "mag": 1.7, "time": 1506014707392, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9511, 61.182, 6.1]}, "bbox": [-139.9511, 61.182, -139.9511, 61.182]}, {"id": "2922", "type": "Feature", "properties": {"id": "us2000asjm", "mag": 4.1, "time": 1506014582020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1412, 14.9651, 31.77]}, "bbox": [-94.1412, 14.9651, -94.1412, 14.9651]}, {"id": "2923", "type": "Feature", "properties": {"id": "nc72896391", "mag": 1.65, "time": 1506014547620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.522667, 37.119333, 6.68]}, "bbox": [-121.522667, 37.119333, -121.522667, 37.119333]}, {"id": "2924", "type": "Feature", "properties": {"id": "nc72896386", "mag": 2.74, "time": 1506013969600, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.523, 37.119333, 7.11]}, "bbox": [-121.523, 37.119333, -121.523, 37.119333]}, {"id": "2925", "type": "Feature", "properties": {"id": "uu60248457", "mag": 1.24, "time": 1506013292240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.416833, 42.5455, 6.54]}, "bbox": [-111.416833, 42.5455, -111.416833, 42.5455]}, {"id": "2926", "type": "Feature", "properties": {"id": "nc72896381", "mag": 1.42, "time": 1506013025480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7985, 38.024167, 4.23]}, "bbox": [-118.7985, 38.024167, -118.7985, 38.024167]}, {"id": "2927", "type": "Feature", "properties": {"id": "ak16875337", "mag": 1.5, "time": 1506012889205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8562, 59.8876, 14.9]}, "bbox": [-136.8562, 59.8876, -136.8562, 59.8876]}, {"id": "2928", "type": "Feature", "properties": {"id": "ak16875335", "mag": 1.5, "time": 1506012588856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.43, 69.5255, 6.5]}, "bbox": [-142.43, 69.5255, -142.43, 69.5255]}, {"id": "2929", "type": "Feature", "properties": {"id": "ak16875333", "mag": 1.4, "time": 1506012078477, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7448, 65.4677, 16.1]}, "bbox": [-144.7448, 65.4677, -144.7448, 65.4677]}, {"id": "2930", "type": "Feature", "properties": {"id": "us2000asj3", "mag": 4.4, "time": 1506011673160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.8925, 24.9992, 82.35]}, "bbox": [94.8925, 24.9992, 94.8925, 24.9992]}, {"id": "2931", "type": "Feature", "properties": {"id": "ak16875233", "mag": 2.0, "time": 1506011166366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0389, 62.6945, 1.1]}, "bbox": [-152.0389, 62.6945, -152.0389, 62.6945]}, {"id": "2932", "type": "Feature", "properties": {"id": "hv61916021", "mag": 1.65, "time": 1506010758380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.606333, 19.988, 0.02]}, "bbox": [-155.606333, 19.988, -155.606333, 19.988]}, {"id": "2933", "type": "Feature", "properties": {"id": "nc72896356", "mag": 1.08, "time": 1506008853280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.789501, 1.6]}, "bbox": [-122.736, 38.789501, -122.736, 38.789501]}, {"id": "2934", "type": "Feature", "properties": {"id": "ci38007344", "mag": 1.64, "time": 1506006904290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.040833, 34.932167, 7.95]}, "bbox": [-117.040833, 34.932167, -117.040833, 34.932167]}, {"id": "2935", "type": "Feature", "properties": {"id": "uu60248432", "mag": 1.93, "time": 1506005934630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.899167, 38.2825, 1.23]}, "bbox": [-108.899167, 38.2825, -108.899167, 38.2825]}, {"id": "2936", "type": "Feature", "properties": {"id": "nc72896351", "mag": 1.05, "time": 1506005402280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.872833, 37.542167, 5.65]}, "bbox": [-118.872833, 37.542167, -118.872833, 37.542167]}, {"id": "2937", "type": "Feature", "properties": {"id": "ak16875225", "mag": 2.6, "time": 1506004864279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7558, 56.7802, 85.5]}, "bbox": [-157.7558, 56.7802, -157.7558, 56.7802]}, {"id": "2938", "type": "Feature", "properties": {"id": "nn00606271", "mag": 1.4, "time": 1506004765898, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9071, 38.404, 8.4]}, "bbox": [-118.9071, 38.404, -118.9071, 38.404]}, {"id": "2939", "type": "Feature", "properties": {"id": "ak16911592", "mag": 1.8, "time": 1506004687871, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.776, 59.9457, 96.3]}, "bbox": [-152.776, 59.9457, -152.776, 59.9457]}, {"id": "2940", "type": "Feature", "properties": {"id": "ak16875224", "mag": 1.0, "time": 1506004284441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1472, 58.225, 2.8]}, "bbox": [-155.1472, 58.225, -155.1472, 58.225]}, {"id": "2941", "type": "Feature", "properties": {"id": "us2000asgp", "mag": 3.1, "time": 1506004160400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5341, 7.73]}, "bbox": [-111.4287, 42.5341, -111.4287, 42.5341]}, {"id": "2942", "type": "Feature", "properties": {"id": "ak16875128", "mag": 1.2, "time": 1506003424957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1414, 61.9718, 7.4]}, "bbox": [-141.1414, 61.9718, -141.1414, 61.9718]}, {"id": "2943", "type": "Feature", "properties": {"id": "ak16875123", "mag": 2.2, "time": 1506003380008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.406, 61.1636, 56.5]}, "bbox": [-150.406, 61.1636, -150.406, 61.1636]}, {"id": "2944", "type": "Feature", "properties": {"id": "ak16875122", "mag": 1.5, "time": 1506003168025, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6121, 60.6288, 27.1]}, "bbox": [-149.6121, 60.6288, -149.6121, 60.6288]}, {"id": "2945", "type": "Feature", "properties": {"id": "us2000asgl", "mag": 4.5, "time": 1506003018350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.7163, -5.3996, 143.64]}, "bbox": [150.7163, -5.3996, 150.7163, -5.3996]}, {"id": "2946", "type": "Feature", "properties": {"id": "ak16911587", "mag": 2.0, "time": 1506002992795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2107, 54.658, 25.6]}, "bbox": [-161.2107, 54.658, -161.2107, 54.658]}, {"id": "2947", "type": "Feature", "properties": {"id": "ak16875121", "mag": 1.3, "time": 1506002287075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 63.0935, 115.1]}, "bbox": [-150.7877, 63.0935, -150.7877, 63.0935]}, {"id": "2948", "type": "Feature", "properties": {"id": "ak16875120", "mag": 1.3, "time": 1506002190951, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3702, 60.2093, 0.0]}, "bbox": [-141.3702, 60.2093, -141.3702, 60.2093]}, {"id": "2949", "type": "Feature", "properties": {"id": "nc72896346", "mag": 1.58, "time": 1506001285170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.046, 37.631, -2.49]}, "bbox": [-119.046, 37.631, -119.046, 37.631]}, {"id": "2950", "type": "Feature", "properties": {"id": "ak16875118", "mag": 1.5, "time": 1506001054310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4947, 65.9329, 9.0]}, "bbox": [-151.4947, 65.9329, -151.4947, 65.9329]}, {"id": "2951", "type": "Feature", "properties": {"id": "ak16875115", "mag": 1.2, "time": 1506000273641, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8273, 59.8914, 16.6]}, "bbox": [-136.8273, 59.8914, -136.8273, 59.8914]}, {"id": "2952", "type": "Feature", "properties": {"id": "ak16875114", "mag": 1.0, "time": 1505999744527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.927, 63.1123, 88.8]}, "bbox": [-149.927, 63.1123, -149.927, 63.1123]}, {"id": "2953", "type": "Feature", "properties": {"id": "ak16875113", "mag": 1.0, "time": 1505999509220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8959, 53.8648, 4.8]}, "bbox": [-166.8959, 53.8648, -166.8959, 53.8648]}, {"id": "2954", "type": "Feature", "properties": {"id": "nc72896326", "mag": 1.49, "time": 1505998900750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040833, 37.6325, -1.69]}, "bbox": [-119.040833, 37.6325, -119.040833, 37.6325]}, {"id": "2955", "type": "Feature", "properties": {"id": "nc72896316", "mag": 1.09, "time": 1505998199150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.854333, 37.553667, -1.13]}, "bbox": [-118.854333, 37.553667, -118.854333, 37.553667]}, {"id": "2956", "type": "Feature", "properties": {"id": "nc72896306", "mag": 1.43, "time": 1505997631810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009333, 37.578833, 2.18]}, "bbox": [-119.009333, 37.578833, -119.009333, 37.578833]}, {"id": "2957", "type": "Feature", "properties": {"id": "nm60207176", "mag": 1.81, "time": 1505997033100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.530833, 36.304833, 9.49]}, "bbox": [-89.530833, 36.304833, -89.530833, 36.304833]}, {"id": "2958", "type": "Feature", "properties": {"id": "ak16875021", "mag": 1.2, "time": 1505996145934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8383, 65.938, 13.9]}, "bbox": [-151.8383, 65.938, -151.8383, 65.938]}, {"id": "2959", "type": "Feature", "properties": {"id": "ak16875018", "mag": 1.2, "time": 1505995669198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.912, 65.5133, 9.1]}, "bbox": [-150.912, 65.5133, -150.912, 65.5133]}, {"id": "2960", "type": "Feature", "properties": {"id": "nc72896296", "mag": 1.47, "time": 1505995317350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.196833, 37.9145, 9.67]}, "bbox": [-122.196833, 37.9145, -122.196833, 37.9145]}, {"id": "2961", "type": "Feature", "properties": {"id": "nm60207166", "mag": 1.64, "time": 1505994488630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.4975, 36.289667, 7.47]}, "bbox": [-89.4975, 36.289667, -89.4975, 36.289667]}, {"id": "2962", "type": "Feature", "properties": {"id": "us2000asex", "mag": 4.8, "time": 1505994269370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2903, 15.7805, 100.11]}, "bbox": [-93.2903, 15.7805, -93.2903, 15.7805]}, {"id": "2963", "type": "Feature", "properties": {"id": "nn00606244", "mag": 1.4, "time": 1505993181062, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2534, 40.7726, 2.5]}, "bbox": [-119.2534, 40.7726, -119.2534, 40.7726]}, {"id": "2964", "type": "Feature", "properties": {"id": "uu60248402", "mag": 1.76, "time": 1505993050130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.834, 37.5, 12.34]}, "bbox": [-112.834, 37.5, -112.834, 37.5]}, {"id": "2965", "type": "Feature", "properties": {"id": "ak16911577", "mag": 1.8, "time": 1505992688210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7102, 59.2193, 101.3]}, "bbox": [-153.7102, 59.2193, -153.7102, 59.2193]}, {"id": "2966", "type": "Feature", "properties": {"id": "nc72896276", "mag": 1.87, "time": 1505990638730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821833, 38.807833, 2.57]}, "bbox": [-122.821833, 38.807833, -122.821833, 38.807833]}, {"id": "2967", "type": "Feature", "properties": {"id": "ak16911575", "mag": 1.4, "time": 1505990312220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1289, 60.9457, 91.3]}, "bbox": [-152.1289, 60.9457, -152.1289, 60.9457]}, {"id": "2968", "type": "Feature", "properties": {"id": "ci38007296", "mag": 1.16, "time": 1505989019560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.893333, 33.8875, 12.0]}, "bbox": [-116.893333, 33.8875, -116.893333, 33.8875]}, {"id": "2969", "type": "Feature", "properties": {"id": "ak16874826", "mag": 2.4, "time": 1505988598717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0672, 60.3368, 3.1]}, "bbox": [-143.0672, 60.3368, -143.0672, 60.3368]}, {"id": "2970", "type": "Feature", "properties": {"id": "ak16874821", "mag": 3.9, "time": 1505988559362, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.0266, 58.0197, 4.1]}, "bbox": [-139.0266, 58.0197, -139.0266, 58.0197]}, {"id": "2971", "type": "Feature", "properties": {"id": "us2000asdx", "mag": 3.2, "time": 1505987188740, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5809, 9.51]}, "bbox": [-111.4339, 42.5809, -111.4339, 42.5809]}, {"id": "2972", "type": "Feature", "properties": {"id": "nc72896231", "mag": 1.31, "time": 1505985984190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7595, 39.290333, 11.74]}, "bbox": [-122.7595, 39.290333, -122.7595, 39.290333]}, {"id": "2973", "type": "Feature", "properties": {"id": "ak16874817", "mag": 1.2, "time": 1505985541058, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7623, 63.2246, 123.5]}, "bbox": [-150.7623, 63.2246, -150.7623, 63.2246]}, {"id": "2974", "type": "Feature", "properties": {"id": "nc72896221", "mag": 1.81, "time": 1505985066080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8215, 37.605333, 4.11]}, "bbox": [-118.8215, 37.605333, -118.8215, 37.605333]}, {"id": "2975", "type": "Feature", "properties": {"id": "ak16911571", "mag": 1.2, "time": 1505984945428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6774, 60.3679, 51.2]}, "bbox": [-150.6774, 60.3679, -150.6774, 60.3679]}, {"id": "2976", "type": "Feature", "properties": {"id": "us2000astb", "mag": 3.2, "time": 1505984479950, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [30.4877, 39.7496, 7.26]}, "bbox": [30.4877, 39.7496, 30.4877, 39.7496]}, {"id": "2977", "type": "Feature", "properties": {"id": "ak16874735", "mag": 1.1, "time": 1505984351439, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1345, 61.0202, 12.5]}, "bbox": [-151.1345, 61.0202, -151.1345, 61.0202]}, {"id": "2978", "type": "Feature", "properties": {"id": "ak16874733", "mag": 1.8, "time": 1505984244290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.6331, 69.6221, 10.8]}, "bbox": [-144.6331, 69.6221, -144.6331, 69.6221]}, {"id": "2979", "type": "Feature", "properties": {"id": "ak16911567", "mag": 1.4, "time": 1505983878943, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6066, 58.3406, 70.2]}, "bbox": [-153.6066, 58.3406, -153.6066, 58.3406]}, {"id": "2980", "type": "Feature", "properties": {"id": "ak16874730", "mag": 1.6, "time": 1505983557544, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6496, 63.2391, 128.6]}, "bbox": [-150.6496, 63.2391, -150.6496, 63.2391]}, {"id": "2981", "type": "Feature", "properties": {"id": "ak16874715", "mag": 3.0, "time": 1505983090867, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9585, 60.2394, 134.3]}, "bbox": [-152.9585, 60.2394, -152.9585, 60.2394]}, {"id": "2982", "type": "Feature", "properties": {"id": "ak16874713", "mag": 1.8, "time": 1505982752561, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3398, 60.0395, 62.9]}, "bbox": [-151.3398, 60.0395, -151.3398, 60.0395]}, {"id": "2983", "type": "Feature", "properties": {"id": "ak16874708", "mag": 1.6, "time": 1505981986749, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5434, 62.0196, 9.7]}, "bbox": [-148.5434, 62.0196, -148.5434, 62.0196]}, {"id": "2984", "type": "Feature", "properties": {"id": "ci38007280", "mag": 1.01, "time": 1505981662400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.966, 33.952667, 12.57]}, "bbox": [-116.966, 33.952667, -116.966, 33.952667]}, {"id": "2985", "type": "Feature", "properties": {"id": "nc72896186", "mag": 1.8, "time": 1505981520300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764333, 38.786167, 0.23]}, "bbox": [-122.764333, 38.786167, -122.764333, 38.786167]}, {"id": "2986", "type": "Feature", "properties": {"id": "ak16874635", "mag": 1.2, "time": 1505980470681, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9567, 61.1836, 3.9]}, "bbox": [-139.9567, 61.1836, -139.9567, 61.1836]}, {"id": "2987", "type": "Feature", "properties": {"id": "mb80256854", "mag": 1.19, "time": 1505980355400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540333, 46.865833, 13.58]}, "bbox": [-112.540333, 46.865833, -112.540333, 46.865833]}, {"id": "2988", "type": "Feature", "properties": {"id": "hv61915846", "mag": 2.23, "time": 1505980220010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.471833, 19.187167, 6.497]}, "bbox": [-155.471833, 19.187167, -155.471833, 19.187167]}, {"id": "2989", "type": "Feature", "properties": {"id": "nc72896176", "mag": 1.82, "time": 1505979900900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.789167, 37.455, 8.23]}, "bbox": [-121.789167, 37.455, -121.789167, 37.455]}, {"id": "2990", "type": "Feature", "properties": {"id": "ak16874613", "mag": 2.5, "time": 1505979347188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6995, 61.302, 18.1]}, "bbox": [-146.6995, 61.302, -146.6995, 61.302]}, {"id": "2991", "type": "Feature", "properties": {"id": "nc72896141", "mag": 1.44, "time": 1505978529860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0545, 37.976333, 16.99]}, "bbox": [-122.0545, 37.976333, -122.0545, 37.976333]}, {"id": "2992", "type": "Feature", "properties": {"id": "us2000asd1", "mag": 4.8, "time": 1505977959710, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.683, -37.9104, 6.87]}, "bbox": [-73.683, -37.9104, -73.683, -37.9104]}, {"id": "2993", "type": "Feature", "properties": {"id": "nc72896116", "mag": 1.08, "time": 1505977815960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784164, 38.838165, 0.65]}, "bbox": [-122.784164, 38.838165, -122.784164, 38.838165]}, {"id": "2994", "type": "Feature", "properties": {"id": "ci38007272", "mag": 1.44, "time": 1505977166870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.235667, 34.473, 10.66]}, "bbox": [-119.235667, 34.473, -119.235667, 34.473]}, {"id": "2995", "type": "Feature", "properties": {"id": "ak16874540", "mag": 1.8, "time": 1505976691446, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5178, 59.5615, 114.3]}, "bbox": [-153.5178, 59.5615, -153.5178, 59.5615]}, {"id": "2996", "type": "Feature", "properties": {"id": "ci38007264", "mag": 1.35, "time": 1505976496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8585, 33.885833, 13.8]}, "bbox": [-116.8585, 33.885833, -116.8585, 33.885833]}, {"id": "2997", "type": "Feature", "properties": {"id": "ak16874539", "mag": 1.4, "time": 1505975897075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7553, 60.3904, 17.6]}, "bbox": [-147.7553, 60.3904, -147.7553, 60.3904]}, {"id": "2998", "type": "Feature", "properties": {"id": "ak16911557", "mag": 1.9, "time": 1505975896384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7415, 56.6876, 60.1]}, "bbox": [-155.7415, 56.6876, -155.7415, 56.6876]}, {"id": "2999", "type": "Feature", "properties": {"id": "ak16874533", "mag": 2.4, "time": 1505975550653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4341, 54.7916, 41.7]}, "bbox": [-160.4341, 54.7916, -160.4341, 54.7916]}, {"id": "3000", "type": "Feature", "properties": {"id": "ak16874531", "mag": 1.6, "time": 1505973877209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0439, 60.1347, 121.6]}, "bbox": [-153.0439, 60.1347, -153.0439, 60.1347]}, {"id": "3001", "type": "Feature", "properties": {"id": "nc72896081", "mag": 0.98, "time": 1505973711190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775002, 38.797669, 2.77]}, "bbox": [-122.775002, 38.797669, -122.775002, 38.797669]}, {"id": "3002", "type": "Feature", "properties": {"id": "nc72896076", "mag": 2.49, "time": 1505973410410, "felt": 16.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.785833, 37.46, 8.35]}, "bbox": [-121.785833, 37.46, -121.785833, 37.46]}, {"id": "3003", "type": "Feature", "properties": {"id": "ak16874465", "mag": 1.3, "time": 1505973344875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.0133, 60.1082, 0.0]}, "bbox": [-138.0133, 60.1082, -138.0133, 60.1082]}, {"id": "3004", "type": "Feature", "properties": {"id": "ak16911553", "mag": 1.4, "time": 1505972962694, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3138, 59.699, 53.9]}, "bbox": [-151.3138, 59.699, -151.3138, 59.699]}, {"id": "3005", "type": "Feature", "properties": {"id": "ak16911552", "mag": 1.2, "time": 1505972745844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4845, 60.1615, 61.1]}, "bbox": [-151.4845, 60.1615, -151.4845, 60.1615]}, {"id": "3006", "type": "Feature", "properties": {"id": "nn00606219", "mag": 1.3, "time": 1505972571887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1193, 38.2806, 9.5]}, "bbox": [-119.1193, 38.2806, -119.1193, 38.2806]}, {"id": "3007", "type": "Feature", "properties": {"id": "ak16911551", "mag": 1.8, "time": 1505972563999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.15, 51.5531, 43.8]}, "bbox": [-177.15, 51.5531, -177.15, 51.5531]}, {"id": "3008", "type": "Feature", "properties": {"id": "nn00606295", "mag": 1.0, "time": 1505972403264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6227, 38.8065, 14.1]}, "bbox": [-119.6227, 38.8065, -119.6227, 38.8065]}, {"id": "3009", "type": "Feature", "properties": {"id": "uu60248342", "mag": 1.16, "time": 1505971839680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427333, 42.584333, 6.41]}, "bbox": [-111.427333, 42.584333, -111.427333, 42.584333]}, {"id": "3010", "type": "Feature", "properties": {"id": "ak16874458", "mag": 1.0, "time": 1505971795387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1789, 60.7931, 15.4]}, "bbox": [-147.1789, 60.7931, -147.1789, 60.7931]}, {"id": "3011", "type": "Feature", "properties": {"id": "nn00606215", "mag": 1.1, "time": 1505970724921, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9138, 38.4144, 3.9]}, "bbox": [-118.9138, 38.4144, -118.9138, 38.4144]}, {"id": "3012", "type": "Feature", "properties": {"id": "nn00606292", "mag": 1.2, "time": 1505969821916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9096, 38.3591, 10.4]}, "bbox": [-118.9096, 38.3591, -118.9096, 38.3591]}, {"id": "3013", "type": "Feature", "properties": {"id": "ak16874386", "mag": 2.2, "time": 1505966674333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1806, 62.1688, 58.7]}, "bbox": [-150.1806, 62.1688, -150.1806, 62.1688]}, {"id": "3014", "type": "Feature", "properties": {"id": "ak16874381", "mag": 1.5, "time": 1505966192127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3423, 67.4818, 11.5]}, "bbox": [-158.3423, 67.4818, -158.3423, 67.4818]}, {"id": "3015", "type": "Feature", "properties": {"id": "nn00606289", "mag": 1.1, "time": 1505965897622, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.612, 39.7777, 13.3]}, "bbox": [-120.612, 39.7777, -120.612, 39.7777]}, {"id": "3016", "type": "Feature", "properties": {"id": "ak16874378", "mag": 1.4, "time": 1505965635289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6084, 59.8249, 2.4]}, "bbox": [-136.6084, 59.8249, -136.6084, 59.8249]}, {"id": "3017", "type": "Feature", "properties": {"id": "ci38007240", "mag": 1.33, "time": 1505964848260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.392833, 34.0695, 3.63]}, "bbox": [-116.392833, 34.0695, -116.392833, 34.0695]}, {"id": "3018", "type": "Feature", "properties": {"id": "uw61309117", "mag": 1.41, "time": 1505964727680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.537333, 45.623, 3.45]}, "bbox": [-122.537333, 45.623, -122.537333, 45.623]}, {"id": "3019", "type": "Feature", "properties": {"id": "us2000asac", "mag": 2.3, "time": 1505963189900, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6319, 35.02, 3.66]}, "bbox": [-97.6319, 35.02, -97.6319, 35.02]}, {"id": "3020", "type": "Feature", "properties": {"id": "nc72896016", "mag": 1.0, "time": 1505962244660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777664, 38.821335, 1.62]}, "bbox": [-122.777664, 38.821335, -122.777664, 38.821335]}, {"id": "3021", "type": "Feature", "properties": {"id": "ak16874313", "mag": 1.6, "time": 1505961692924, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.4015, 58.981, 9.4]}, "bbox": [-136.4015, 58.981, -136.4015, 58.981]}, {"id": "3022", "type": "Feature", "properties": {"id": "nc72896006", "mag": 2.63, "time": 1505961234600, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.822333, 1.9]}, "bbox": [-122.778, 38.822333, -122.778, 38.822333]}, {"id": "3023", "type": "Feature", "properties": {"id": "ak16874294", "mag": 1.4, "time": 1505960998663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7592, 62.4966, 63.3]}, "bbox": [-149.7592, 62.4966, -149.7592, 62.4966]}, {"id": "3024", "type": "Feature", "properties": {"id": "ak16911541", "mag": 1.2, "time": 1505959763113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0959, 69.101, 9.0]}, "bbox": [-147.0959, 69.101, -147.0959, 69.101]}, {"id": "3025", "type": "Feature", "properties": {"id": "nc72896001", "mag": 2.06, "time": 1505958864360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.541, 35.984333, 10.27]}, "bbox": [-120.541, 35.984333, -120.541, 35.984333]}, {"id": "3026", "type": "Feature", "properties": {"id": "ci38007216", "mag": 1.05, "time": 1505958019680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.250167, 34.038167, 14.18]}, "bbox": [-117.250167, 34.038167, -117.250167, 34.038167]}, {"id": "3027", "type": "Feature", "properties": {"id": "ak16874254", "mag": 3.1, "time": 1505957941327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4863, 51.2677, 13.2]}, "bbox": [178.4863, 51.2677, 178.4863, 51.2677]}, {"id": "3028", "type": "Feature", "properties": {"id": "ak16874229", "mag": 1.1, "time": 1505957058757, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7027, 61.7499, 26.8]}, "bbox": [-146.7027, 61.7499, -146.7027, 61.7499]}, {"id": "3029", "type": "Feature", "properties": {"id": "ak16874215", "mag": 1.1, "time": 1505956445202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6955, 63.1111, 9.3]}, "bbox": [-147.6955, 63.1111, -147.6955, 63.1111]}, {"id": "3030", "type": "Feature", "properties": {"id": "ci38007208", "mag": 1.4, "time": 1505955985550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.416, 33.868667, 14.65]}, "bbox": [-118.416, 33.868667, -118.416, 33.868667]}, {"id": "3031", "type": "Feature", "properties": {"id": "hv61915531", "mag": 1.72, "time": 1505955195430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279833, 19.405667, 1.328]}, "bbox": [-155.279833, 19.405667, -155.279833, 19.405667]}, {"id": "3032", "type": "Feature", "properties": {"id": "ak16874182", "mag": 2.0, "time": 1505954859125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6742, 63.0988, 11.2]}, "bbox": [-147.6742, 63.0988, -147.6742, 63.0988]}, {"id": "3033", "type": "Feature", "properties": {"id": "us2000as95", "mag": 4.5, "time": 1505954623610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9506, -18.3191, 525.15]}, "bbox": [-177.9506, -18.3191, -177.9506, -18.3191]}, {"id": "3034", "type": "Feature", "properties": {"id": "ak16874180", "mag": 1.0, "time": 1505954368489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6875, 63.1114, 10.6]}, "bbox": [-147.6875, 63.1114, -147.6875, 63.1114]}, {"id": "3035", "type": "Feature", "properties": {"id": "mb80256829", "mag": 1.22, "time": 1505954178230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.729167, 46.9255, 15.18]}, "bbox": [-112.729167, 46.9255, -112.729167, 46.9255]}, {"id": "3036", "type": "Feature", "properties": {"id": "ci38007192", "mag": 2.27, "time": 1505953985850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.389333, 34.875667, 4.87]}, "bbox": [-117.389333, 34.875667, -117.389333, 34.875667]}, {"id": "3037", "type": "Feature", "properties": {"id": "ak16911531", "mag": 3.1, "time": 1505953036619, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8238, 52.2316, 212.2]}, "bbox": [-178.8238, 52.2316, -178.8238, 52.2316]}, {"id": "3038", "type": "Feature", "properties": {"id": "ak16874133", "mag": 1.9, "time": 1505952707526, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3476, 61.7239, 1.8]}, "bbox": [-141.3476, 61.7239, -141.3476, 61.7239]}, {"id": "3039", "type": "Feature", "properties": {"id": "nc72895971", "mag": 2.7, "time": 1505952459520, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.065833, 37.977333, 16.12]}, "bbox": [-122.065833, 37.977333, -122.065833, 37.977333]}, {"id": "3040", "type": "Feature", "properties": {"id": "us2000as7z", "mag": 5.0, "time": 1505952320920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3417, -18.3348, 223.14]}, "bbox": [-175.3417, -18.3348, -175.3417, -18.3348]}, {"id": "3041", "type": "Feature", "properties": {"id": "ak16874122", "mag": 1.3, "time": 1505952267890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.1071, 68.0646, 14.2]}, "bbox": [-161.1071, 68.0646, -161.1071, 68.0646]}, {"id": "3042", "type": "Feature", "properties": {"id": "ak16874119", "mag": 1.3, "time": 1505952216610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9186, 60.9563, 9.6]}, "bbox": [-150.9186, 60.9563, -150.9186, 60.9563]}, {"id": "3043", "type": "Feature", "properties": {"id": "us2000as7r", "mag": 5.7, "time": 1505951964840, "felt": 7.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [113.0028, -6.141, 588.64]}, "bbox": [113.0028, -6.141, 113.0028, -6.141]}, {"id": "3044", "type": "Feature", "properties": {"id": "ci38007168", "mag": 1.0, "time": 1505951908320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.513, 33.929833, 3.12]}, "bbox": [-117.513, 33.929833, -117.513, 33.929833]}, {"id": "3045", "type": "Feature", "properties": {"id": "ak16874078", "mag": 1.5, "time": 1505949607121, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.307, 64.9865, 0.0]}, "bbox": [-147.307, 64.9865, -147.307, 64.9865]}, {"id": "3046", "type": "Feature", "properties": {"id": "nc72895936", "mag": 2.34, "time": 1505948330470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.830833, 38.8385, 2.22]}, "bbox": [-122.830833, 38.8385, -122.830833, 38.8385]}, {"id": "3047", "type": "Feature", "properties": {"id": "us2000as71", "mag": 4.4, "time": 1505948258880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8955, -19.9851, 13.88]}, "bbox": [-70.8955, -19.9851, -70.8955, -19.9851]}, {"id": "3048", "type": "Feature", "properties": {"id": "ci38007144", "mag": 2.26, "time": 1505947525530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.600667, 32.8185, 11.77]}, "bbox": [-115.600667, 32.8185, -115.600667, 32.8185]}, {"id": "3049", "type": "Feature", "properties": {"id": "us2000as6n", "mag": 4.7, "time": 1505946967130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.002, -5.1396, 10.0]}, "bbox": [148.002, -5.1396, 148.002, -5.1396]}, {"id": "3050", "type": "Feature", "properties": {"id": "ak16874025", "mag": 1.8, "time": 1505946583777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5728, 63.1811, 118.6]}, "bbox": [-150.5728, 63.1811, -150.5728, 63.1811]}, {"id": "3051", "type": "Feature", "properties": {"id": "us2000as5y", "mag": 5.2, "time": 1505945844590, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.9821, -5.1384, 10.0]}, "bbox": [147.9821, -5.1384, 147.9821, -5.1384]}, {"id": "3052", "type": "Feature", "properties": {"id": "us2000as5x", "mag": 5.9, "time": 1505945616140, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [147.8337, -5.11, 10.0]}, "bbox": [147.8337, -5.11, 147.8337, -5.11]}, {"id": "3053", "type": "Feature", "properties": {"id": "ak16873995", "mag": 1.3, "time": 1505944353830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7194, 63.0772, 10.8]}, "bbox": [-147.7194, 63.0772, -147.7194, 63.0772]}, {"id": "3054", "type": "Feature", "properties": {"id": "nc72895916", "mag": 1.33, "time": 1505944123270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8235, 37.532, 3.23]}, "bbox": [-118.8235, 37.532, -118.8235, 37.532]}, {"id": "3055", "type": "Feature", "properties": {"id": "ak16903715", "mag": 1.5, "time": 1505944050318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7597, 60.286, 105.1]}, "bbox": [-152.7597, 60.286, -152.7597, 60.286]}, {"id": "3056", "type": "Feature", "properties": {"id": "ak16873983", "mag": 1.6, "time": 1505944038560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2822, 60.1956, 0.0]}, "bbox": [-141.2822, 60.1956, -141.2822, 60.1956]}, {"id": "3057", "type": "Feature", "properties": {"id": "ak16873980", "mag": 1.5, "time": 1505943645116, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7128, 62.2758, 1.9]}, "bbox": [-152.7128, 62.2758, -152.7128, 62.2758]}, {"id": "3058", "type": "Feature", "properties": {"id": "nc72895911", "mag": 1.05, "time": 1505943458060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817497, 38.818165, 1.98]}, "bbox": [-122.817497, 38.818165, -122.817497, 38.818165]}, {"id": "3059", "type": "Feature", "properties": {"id": "mb80256764", "mag": 1.19, "time": 1505942553810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.3355, 46.855167, 12.51]}, "bbox": [-112.3355, 46.855167, -112.3355, 46.855167]}, {"id": "3060", "type": "Feature", "properties": {"id": "ak16873969", "mag": 1.0, "time": 1505941809382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8648, 61.3084, 14.6]}, "bbox": [-140.8648, 61.3084, -140.8648, 61.3084]}, {"id": "3061", "type": "Feature", "properties": {"id": "ak16903709", "mag": 1.3, "time": 1505940388991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1675, 59.8496, 11.5]}, "bbox": [-148.1675, 59.8496, -148.1675, 59.8496]}, {"id": "3062", "type": "Feature", "properties": {"id": "hv61915241", "mag": 2.0, "time": 1505940250470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.695496, 19.176666, 1.78]}, "bbox": [-155.695496, 19.176666, -155.695496, 19.176666]}, {"id": "3063", "type": "Feature", "properties": {"id": "uw61309057", "mag": 2.31, "time": 1505940000150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.92, 47.376, -0.5]}, "bbox": [-117.92, 47.376, -117.92, 47.376]}, {"id": "3064", "type": "Feature", "properties": {"id": "ak16873814", "mag": 1.4, "time": 1505938885178, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4385, 61.7606, 10.4]}, "bbox": [-148.4385, 61.7606, -148.4385, 61.7606]}, {"id": "3065", "type": "Feature", "properties": {"id": "ak16873808", "mag": 1.1, "time": 1505938683669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6592, 62.5852, 59.8]}, "bbox": [-149.6592, 62.5852, -149.6592, 62.5852]}, {"id": "3066", "type": "Feature", "properties": {"id": "nc72895876", "mag": 1.45, "time": 1505938357840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.59, 36.021667, 3.05]}, "bbox": [-120.59, 36.021667, -120.59, 36.021667]}, {"id": "3067", "type": "Feature", "properties": {"id": "ak16873804", "mag": 1.4, "time": 1505938263457, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3926, 60.1466, 0.0]}, "bbox": [-141.3926, 60.1466, -141.3926, 60.1466]}, {"id": "3068", "type": "Feature", "properties": {"id": "us2000as2f", "mag": 6.4, "time": 1505938189810, "felt": 16.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [169.0947, -18.7978, 200.19]}, "bbox": [169.0947, -18.7978, 169.0947, -18.7978]}, {"id": "3069", "type": "Feature", "properties": {"id": "hv61915206", "mag": 2.51, "time": 1505938077390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.033667, 19.2375, 39.578]}, "bbox": [-155.033667, 19.2375, -155.033667, 19.2375]}, {"id": "3070", "type": "Feature", "properties": {"id": "ci38007104", "mag": 1.0, "time": 1505937649230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.0765, 32.813833, -0.2]}, "bbox": [-117.0765, 32.813833, -117.0765, 32.813833]}, {"id": "3071", "type": "Feature", "properties": {"id": "ak16873801", "mag": 2.0, "time": 1505937512139, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8359, 53.871, 5.2]}, "bbox": [-166.8359, 53.871, -166.8359, 53.871]}, {"id": "3072", "type": "Feature", "properties": {"id": "us2000as1w", "mag": 2.5, "time": 1505937361300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.0579, 36.6187, 5.828]}, "bbox": [-98.0579, 36.6187, -98.0579, 36.6187]}, {"id": "3073", "type": "Feature", "properties": {"id": "ak16873782", "mag": 1.2, "time": 1505936869830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8873, 62.1092, 41.4]}, "bbox": [-148.8873, 62.1092, -148.8873, 62.1092]}, {"id": "3074", "type": "Feature", "properties": {"id": "mb80256709", "mag": 1.79, "time": 1505935321500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.451, 43.543667, 10.41]}, "bbox": [-110.451, 43.543667, -110.451, 43.543667]}, {"id": "3075", "type": "Feature", "properties": {"id": "nn00606121", "mag": 1.5, "time": 1505934916827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1139, 37.3666, 2.9]}, "bbox": [-115.1139, 37.3666, -115.1139, 37.3666]}, {"id": "3076", "type": "Feature", "properties": {"id": "ci38007096", "mag": 1.15, "time": 1505934203280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.751, 34.839333, -1.28]}, "bbox": [-118.751, 34.839333, -118.751, 34.839333]}, {"id": "3077", "type": "Feature", "properties": {"id": "nn00606180", "mag": 1.3, "time": 1505934149532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1164, 38.3161, 11.8]}, "bbox": [-119.1164, 38.3161, -119.1164, 38.3161]}, {"id": "3078", "type": "Feature", "properties": {"id": "nc72895851", "mag": 1.27, "time": 1505934073910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.592833, 39.610333, 2.9]}, "bbox": [-122.592833, 39.610333, -122.592833, 39.610333]}, {"id": "3079", "type": "Feature", "properties": {"id": "ak16873739", "mag": 2.2, "time": 1505933777306, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4033, 69.0735, 10.0]}, "bbox": [-146.4033, 69.0735, -146.4033, 69.0735]}, {"id": "3080", "type": "Feature", "properties": {"id": "ak16873736", "mag": 1.7, "time": 1505933267549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2132, 61.1317, 38.0]}, "bbox": [-150.2132, 61.1317, -150.2132, 61.1317]}, {"id": "3081", "type": "Feature", "properties": {"id": "ci38007072", "mag": 2.71, "time": 1505931747440, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.389167, 32.380167, 15.18]}, "bbox": [-115.389167, 32.380167, -115.389167, 32.380167]}, {"id": "3082", "type": "Feature", "properties": {"id": "nc72895826", "mag": 1.69, "time": 1505931012940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.428333, 36.582667, 0.68]}, "bbox": [-121.428333, 36.582667, -121.428333, 36.582667]}, {"id": "3083", "type": "Feature", "properties": {"id": "uu60248192", "mag": 1.44, "time": 1505930780280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.474333, 42.6455, 0.08]}, "bbox": [-111.474333, 42.6455, -111.474333, 42.6455]}, {"id": "3084", "type": "Feature", "properties": {"id": "nc72895816", "mag": 2.1, "time": 1505929719570, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9675, 40.890167, 14.69]}, "bbox": [-121.9675, 40.890167, -121.9675, 40.890167]}, {"id": "3085", "type": "Feature", "properties": {"id": "ak16873728", "mag": 1.2, "time": 1505929479491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.582, 62.6618, 78.5]}, "bbox": [-150.582, 62.6618, -150.582, 62.6618]}, {"id": "3086", "type": "Feature", "properties": {"id": "ak16873142", "mag": 1.5, "time": 1505927860541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2216, 61.5685, 73.1]}, "bbox": [-151.2216, 61.5685, -151.2216, 61.5685]}, {"id": "3087", "type": "Feature", "properties": {"id": "nc72895806", "mag": 3.65, "time": 1505927408630, "felt": 119.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.983667, 40.891333, 16.86]}, "bbox": [-121.983667, 40.891333, -121.983667, 40.891333]}, {"id": "3088", "type": "Feature", "properties": {"id": "nc72895796", "mag": 3.18, "time": 1505926479240, "felt": 56.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.546833, 36.829167, 3.48]}, "bbox": [-121.546833, 36.829167, -121.546833, 36.829167]}, {"id": "3089", "type": "Feature", "properties": {"id": "ak16873012", "mag": 1.4, "time": 1505926389012, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6968, 59.7895, 4.9]}, "bbox": [-136.6968, 59.7895, -136.6968, 59.7895]}, {"id": "3090", "type": "Feature", "properties": {"id": "us2000arxv", "mag": 6.1, "time": 1505925436360, "felt": 102.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [144.6601, 37.9814, 11.0]}, "bbox": [144.6601, 37.9814, 144.6601, 37.9814]}, {"id": "3091", "type": "Feature", "properties": {"id": "ak16872904", "mag": 1.0, "time": 1505925010295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5787, 62.1577, 21.6]}, "bbox": [-145.5787, 62.1577, -145.5787, 62.1577]}, {"id": "3092", "type": "Feature", "properties": {"id": "us2000arxl", "mag": 5.3, "time": 1505924711310, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [118.8822, -10.1961, 10.84]}, "bbox": [118.8822, -10.1961, 118.8822, -10.1961]}, {"id": "3093", "type": "Feature", "properties": {"id": "us2000arxs", "mag": 4.4, "time": 1505923365600, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [135.4357, 33.9578, 44.93]}, "bbox": [135.4357, 33.9578, 135.4357, 33.9578]}, {"id": "3094", "type": "Feature", "properties": {"id": "ak16872233", "mag": 1.2, "time": 1505923328725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1746, 60.1861, 0.0]}, "bbox": [-141.1746, 60.1861, -141.1746, 60.1861]}, {"id": "3095", "type": "Feature", "properties": {"id": "ci38007024", "mag": 0.95, "time": 1505922246000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.593333, 34.202833, 4.57]}, "bbox": [-117.593333, 34.202833, -117.593333, 34.202833]}, {"id": "3096", "type": "Feature", "properties": {"id": "us2000arwt", "mag": 4.9, "time": 1505921548830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9265, -14.913, 39.0]}, "bbox": [166.9265, -14.913, 166.9265, -14.913]}, {"id": "3097", "type": "Feature", "properties": {"id": "us2000arwd", "mag": 2.4, "time": 1505921250610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.783, 37.3255, 5.27]}, "bbox": [-97.783, 37.3255, -97.783, 37.3255]}, {"id": "3098", "type": "Feature", "properties": {"id": "us2000awnu", "mag": 4.6, "time": 1505921168060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.7481, 43.6321, 10.0]}, "bbox": [-28.7481, 43.6321, -28.7481, 43.6321]}, {"id": "3099", "type": "Feature", "properties": {"id": "uu60248182", "mag": 1.14, "time": 1505920908550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455667, 42.606, 5.92]}, "bbox": [-111.455667, 42.606, -111.455667, 42.606]}, {"id": "3100", "type": "Feature", "properties": {"id": "us2000arw1", "mag": 4.4, "time": 1505920105280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.9001, 36.5943, 194.83]}, "bbox": [70.9001, 36.5943, 70.9001, 36.5943]}, {"id": "3101", "type": "Feature", "properties": {"id": "us2000awp1", "mag": 4.1, "time": 1505919984040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.8639, 5.1272, 10.0]}, "bbox": [-82.8639, 5.1272, -82.8639, 5.1272]}, {"id": "3102", "type": "Feature", "properties": {"id": "ak16903689", "mag": 2.1, "time": 1505918855154, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5285, 56.3302, 52.3]}, "bbox": [-157.5285, 56.3302, -157.5285, 56.3302]}, {"id": "3103", "type": "Feature", "properties": {"id": "ak16871415", "mag": 1.5, "time": 1505918684626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5508, 61.18, 5.3]}, "bbox": [-146.5508, 61.18, -146.5508, 61.18]}, {"id": "3104", "type": "Feature", "properties": {"id": "us2000arvu", "mag": 5.0, "time": 1505918528120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.1207, -17.9346, 10.0]}, "bbox": [-114.1207, -17.9346, -114.1207, -17.9346]}, {"id": "3105", "type": "Feature", "properties": {"id": "ci38007016", "mag": 1.44, "time": 1505918468750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.514, 33.93, 3.08]}, "bbox": [-117.514, 33.93, -117.514, 33.93]}, {"id": "3106", "type": "Feature", "properties": {"id": "nc72895731", "mag": 2.2, "time": 1505918095770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.179, 40.2545, 10.1]}, "bbox": [-124.179, 40.2545, -124.179, 40.2545]}, {"id": "3107", "type": "Feature", "properties": {"id": "us2000arvi", "mag": 5.3, "time": 1505917796770, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.7572, 23.2931, 22.03]}, "bbox": [121.7572, 23.2931, 121.7572, 23.2931]}, {"id": "3108", "type": "Feature", "properties": {"id": "nc72895726", "mag": 2.76, "time": 1505917745400, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.182833, 40.246333, 11.38]}, "bbox": [-124.182833, 40.246333, -124.182833, 40.246333]}, {"id": "3109", "type": "Feature", "properties": {"id": "uu60248172", "mag": 2.13, "time": 1505916637780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.592833, 6.06]}, "bbox": [-111.4155, 42.592833, -111.4155, 42.592833]}, {"id": "3110", "type": "Feature", "properties": {"id": "ak16870720", "mag": 2.0, "time": 1505915942888, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6193, 67.4066, 12.2]}, "bbox": [-156.6193, 67.4066, -156.6193, 67.4066]}, {"id": "3111", "type": "Feature", "properties": {"id": "ak16870653", "mag": 1.8, "time": 1505915336300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2998, 61.7353, 47.3]}, "bbox": [-150.2998, 61.7353, -150.2998, 61.7353]}, {"id": "3112", "type": "Feature", "properties": {"id": "mb80256619", "mag": 1.37, "time": 1505914951120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.886167, 13.87]}, "bbox": [-112.527333, 46.886167, -112.527333, 46.886167]}, {"id": "3113", "type": "Feature", "properties": {"id": "ci38006992", "mag": 1.47, "time": 1505914753140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.453667, 34.324833, 9.66]}, "bbox": [-116.453667, 34.324833, -116.453667, 34.324833]}, {"id": "3114", "type": "Feature", "properties": {"id": "nc72895721", "mag": 2.38, "time": 1505913728570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6465, 36.06, 20.18]}, "bbox": [-119.6465, 36.06, -119.6465, 36.06]}, {"id": "3115", "type": "Feature", "properties": {"id": "ci38006968", "mag": 1.06, "time": 1505913698350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.79, 36.101, 8.43]}, "bbox": [-117.79, 36.101, -117.79, 36.101]}, {"id": "3116", "type": "Feature", "properties": {"id": "ci38006952", "mag": 2.21, "time": 1505911740560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.197667, 32.419333, 10.66]}, "bbox": [-115.197667, 32.419333, -115.197667, 32.419333]}, {"id": "3117", "type": "Feature", "properties": {"id": "ak16869931", "mag": 1.0, "time": 1505911683814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0983, 64.9958, 11.1]}, "bbox": [-152.0983, 64.9958, -152.0983, 64.9958]}, {"id": "3118", "type": "Feature", "properties": {"id": "ak16869929", "mag": 1.1, "time": 1505910877864, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9571, 64.0729, 125.0]}, "bbox": [-148.9571, 64.0729, -148.9571, 64.0729]}, {"id": "3119", "type": "Feature", "properties": {"id": "us2000arkq", "mag": 5.0, "time": 1505910355700, "felt": 1.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [132.5848, 1.0854, 36.12]}, "bbox": [132.5848, 1.0854, 132.5848, 1.0854]}, {"id": "3120", "type": "Feature", "properties": {"id": "uu60248167", "mag": 1.05, "time": 1505910339650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.078167, 44.806167, 7.81]}, "bbox": [-111.078167, 44.806167, -111.078167, 44.806167]}, {"id": "3121", "type": "Feature", "properties": {"id": "us2000arkf", "mag": 2.7, "time": 1505910255780, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4578, 42.6105, 7.92]}, "bbox": [-111.4578, 42.6105, -111.4578, 42.6105]}, {"id": "3122", "type": "Feature", "properties": {"id": "hv61914931", "mag": 1.25, "time": 1505910251630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.624833, 19.4175, 3.162]}, "bbox": [-155.624833, 19.4175, -155.624833, 19.4175]}, {"id": "3123", "type": "Feature", "properties": {"id": "ak16869355", "mag": 1.3, "time": 1505910194393, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4867, 61.3624, 40.7]}, "bbox": [-150.4867, 61.3624, -150.4867, 61.3624]}, {"id": "3124", "type": "Feature", "properties": {"id": "uu60248157", "mag": 1.62, "time": 1505909926720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.418333, 42.6315, 2.43]}, "bbox": [-111.418333, 42.6315, -111.418333, 42.6315]}, {"id": "3125", "type": "Feature", "properties": {"id": "nn00606071", "mag": 1.9, "time": 1505909820104, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6351, 40.2652, 7.9]}, "bbox": [-117.6351, 40.2652, -117.6351, 40.2652]}, {"id": "3126", "type": "Feature", "properties": {"id": "ci38006936", "mag": 1.08, "time": 1505907735210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.542167, 33.157167, 16.18]}, "bbox": [-116.542167, 33.157167, -116.542167, 33.157167]}, {"id": "3127", "type": "Feature", "properties": {"id": "nc72895696", "mag": 1.65, "time": 1505907470630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.887667, 39.9645, 5.0]}, "bbox": [-122.887667, 39.9645, -122.887667, 39.9645]}, {"id": "3128", "type": "Feature", "properties": {"id": "uu60248147", "mag": 1.97, "time": 1505907452270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.575667, 8.53]}, "bbox": [-111.426833, 42.575667, -111.426833, 42.575667]}, {"id": "3129", "type": "Feature", "properties": {"id": "hv61914886", "mag": 2.38, "time": 1505907343420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.275162, 19.410833, 10.08]}, "bbox": [-155.275162, 19.410833, -155.275162, 19.410833]}, {"id": "3130", "type": "Feature", "properties": {"id": "ak16903676", "mag": 1.3, "time": 1505907050579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6927, 60.366, 14.4]}, "bbox": [-147.6927, 60.366, -147.6927, 60.366]}, {"id": "3131", "type": "Feature", "properties": {"id": "ak16869212", "mag": 1.1, "time": 1505906705387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0351, 61.9136, 37.5]}, "bbox": [-150.0351, 61.9136, -150.0351, 61.9136]}, {"id": "3132", "type": "Feature", "properties": {"id": "nc72895691", "mag": 1.89, "time": 1505906617690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.802667, 36.023667, 14.48]}, "bbox": [-119.802667, 36.023667, -119.802667, 36.023667]}, {"id": "3133", "type": "Feature", "properties": {"id": "ak16903672", "mag": 2.7, "time": 1505906309964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.8205, 51.5611, 26.5]}, "bbox": [-177.8205, 51.5611, -177.8205, 51.5611]}, {"id": "3134", "type": "Feature", "properties": {"id": "nc72895686", "mag": 1.58, "time": 1505906251960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.257833, 39.404167, 3.7]}, "bbox": [-123.257833, 39.404167, -123.257833, 39.404167]}, {"id": "3135", "type": "Feature", "properties": {"id": "ak16868636", "mag": 1.1, "time": 1505905797402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4101, 61.9294, 46.0]}, "bbox": [-149.4101, 61.9294, -149.4101, 61.9294]}, {"id": "3136", "type": "Feature", "properties": {"id": "nm60207096", "mag": 1.74, "time": 1505905515890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.502, 36.239333, 7.22]}, "bbox": [-89.502, 36.239333, -89.502, 36.239333]}, {"id": "3137", "type": "Feature", "properties": {"id": "ak16868555", "mag": 1.6, "time": 1505904607416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.81, 59.8821, 7.2]}, "bbox": [-136.81, 59.8821, -136.81, 59.8821]}, {"id": "3138", "type": "Feature", "properties": {"id": "us2000arj1", "mag": 4.7, "time": 1505903968940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4191, 15.2723, 57.48]}, "bbox": [-93.4191, 15.2723, -93.4191, 15.2723]}, {"id": "3139", "type": "Feature", "properties": {"id": "ci38006912", "mag": 1.07, "time": 1505903473810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.495167, 35.975167, 6.03]}, "bbox": [-117.495167, 35.975167, -117.495167, 35.975167]}, {"id": "3140", "type": "Feature", "properties": {"id": "uu60248142", "mag": 1.89, "time": 1505903157450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424333, 42.560333, 7.63]}, "bbox": [-111.424333, 42.560333, -111.424333, 42.560333]}, {"id": "3141", "type": "Feature", "properties": {"id": "ak16868496", "mag": 2.0, "time": 1505903116550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9125, 61.7794, 102.1]}, "bbox": [-151.9125, 61.7794, -151.9125, 61.7794]}, {"id": "3142", "type": "Feature", "properties": {"id": "ak16868494", "mag": 1.5, "time": 1505903092907, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2214, 61.9475, 35.2]}, "bbox": [-149.2214, 61.9475, -149.2214, 61.9475]}, {"id": "3143", "type": "Feature", "properties": {"id": "ak16903665", "mag": 1.3, "time": 1505902710790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7292, 62.9468, 0.0]}, "bbox": [-151.7292, 62.9468, -151.7292, 62.9468]}, {"id": "3144", "type": "Feature", "properties": {"id": "ak16867924", "mag": 1.2, "time": 1505902608214, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7213, 59.8967, 2.1]}, "bbox": [-136.7213, 59.8967, -136.7213, 59.8967]}, {"id": "3145", "type": "Feature", "properties": {"id": "nn00606156", "mag": 1.0, "time": 1505901862661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.6593, 38.6914, 6.6]}, "bbox": [-119.6593, 38.6914, -119.6593, 38.6914]}, {"id": "3146", "type": "Feature", "properties": {"id": "nc72895661", "mag": 1.05, "time": 1505901620810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810837, 38.818668, 2.51]}, "bbox": [-122.810837, 38.818668, -122.810837, 38.818668]}, {"id": "3147", "type": "Feature", "properties": {"id": "ak16903662", "mag": 1.0, "time": 1505901509250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8825, 63.8483, 113.3]}, "bbox": [-148.8825, 63.8483, -148.8825, 63.8483]}, {"id": "3148", "type": "Feature", "properties": {"id": "hv61914831", "mag": 1.76, "time": 1505901369660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.477661, 19.182333, 34.15]}, "bbox": [-155.477661, 19.182333, -155.477661, 19.182333]}, {"id": "3149", "type": "Feature", "properties": {"id": "ak16867848", "mag": 1.1, "time": 1505900653451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4004, 63.1493, 5.6]}, "bbox": [-151.4004, 63.1493, -151.4004, 63.1493]}, {"id": "3150", "type": "Feature", "properties": {"id": "us2000arir", "mag": 3.7, "time": 1505900227020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.1086, 55.2931, 60.27]}, "bbox": [-160.1086, 55.2931, -160.1086, 55.2931]}, {"id": "3151", "type": "Feature", "properties": {"id": "uw61331666", "mag": 1.1, "time": 1505898593660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.672, 48.548667, -0.01]}, "bbox": [-122.672, 48.548667, -122.672, 48.548667]}, {"id": "3152", "type": "Feature", "properties": {"id": "ci38006880", "mag": 2.13, "time": 1505898547760, "felt": 137.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.512, 33.929167, 3.06]}, "bbox": [-117.512, 33.929167, -117.512, 33.929167]}, {"id": "3153", "type": "Feature", "properties": {"id": "us2000arig", "mag": 4.9, "time": 1505898116470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.0335, 30.5728, 51.74]}, "bbox": [141.0335, 30.5728, 141.0335, 30.5728]}, {"id": "3154", "type": "Feature", "properties": {"id": "ak16867217", "mag": 1.6, "time": 1505898082784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4786, 59.9819, 0.0]}, "bbox": [-139.4786, 59.9819, -139.4786, 59.9819]}, {"id": "3155", "type": "Feature", "properties": {"id": "ak16867146", "mag": 1.1, "time": 1505897266615, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8777, 60.4396, 4.0]}, "bbox": [-142.8777, 60.4396, -142.8777, 60.4396]}, {"id": "3156", "type": "Feature", "properties": {"id": "ci38006872", "mag": 1.46, "time": 1505897209710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797667, 33.493667, 4.26]}, "bbox": [-116.797667, 33.493667, -116.797667, 33.493667]}, {"id": "3157", "type": "Feature", "properties": {"id": "ak16867139", "mag": 2.2, "time": 1505896599575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3632, 62.9389, 110.1]}, "bbox": [-151.3632, 62.9389, -151.3632, 62.9389]}, {"id": "3158", "type": "Feature", "properties": {"id": "nc72895641", "mag": 1.43, "time": 1505896494260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840333, 37.569333, 1.25]}, "bbox": [-118.840333, 37.569333, -118.840333, 37.569333]}, {"id": "3159", "type": "Feature", "properties": {"id": "ak16903656", "mag": 1.6, "time": 1505896455015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6591, 59.7355, 84.3]}, "bbox": [-152.6591, 59.7355, -152.6591, 59.7355]}, {"id": "3160", "type": "Feature", "properties": {"id": "uu60248127", "mag": 1.21, "time": 1505896112670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.409833, 42.577333, 5.18]}, "bbox": [-111.409833, 42.577333, -111.409833, 42.577333]}, {"id": "3161", "type": "Feature", "properties": {"id": "uu60248122", "mag": 1.04, "time": 1505896073990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420167, 42.597, 5.54]}, "bbox": [-111.420167, 42.597, -111.420167, 42.597]}, {"id": "3162", "type": "Feature", "properties": {"id": "us2000ari7", "mag": 2.8, "time": 1505895800120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4288, 42.5861, 7.69]}, "bbox": [-111.4288, 42.5861, -111.4288, 42.5861]}, {"id": "3163", "type": "Feature", "properties": {"id": "hv61914791", "mag": 2.56, "time": 1505895324160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2775, 19.387833, 2.782]}, "bbox": [-155.2775, 19.387833, -155.2775, 19.387833]}, {"id": "3164", "type": "Feature", "properties": {"id": "uu60248112", "mag": 2.6, "time": 1505895001440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426333, 42.581333, 7.79]}, "bbox": [-111.426333, 42.581333, -111.426333, 42.581333]}, {"id": "3165", "type": "Feature", "properties": {"id": "ak16903653", "mag": 1.4, "time": 1505894006715, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1734, 57.6592, 5.1]}, "bbox": [-156.1734, 57.6592, -156.1734, 57.6592]}, {"id": "3166", "type": "Feature", "properties": {"id": "nc72895626", "mag": 1.53, "time": 1505893505020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.731, 35.610333, 5.63]}, "bbox": [-120.731, 35.610333, -120.731, 35.610333]}, {"id": "3167", "type": "Feature", "properties": {"id": "ak16866448", "mag": 1.5, "time": 1505893091784, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2468, 62.4591, 77.3]}, "bbox": [-151.2468, 62.4591, -151.2468, 62.4591]}, {"id": "3168", "type": "Feature", "properties": {"id": "uu60013094", "mag": 1.81, "time": 1505893039830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445667, 42.595833, 3.5]}, "bbox": [-111.445667, 42.595833, -111.445667, 42.595833]}, {"id": "3169", "type": "Feature", "properties": {"id": "ci38006824", "mag": 1.12, "time": 1505893038610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764667, 36.027, 1.93]}, "bbox": [-117.764667, 36.027, -117.764667, 36.027]}, {"id": "3170", "type": "Feature", "properties": {"id": "uu60248107", "mag": 1.76, "time": 1505893022850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.600667, 3.5]}, "bbox": [-111.440667, 42.600667, -111.440667, 42.600667]}, {"id": "3171", "type": "Feature", "properties": {"id": "hv61914781", "mag": 1.67, "time": 1505892711130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6165, 19.4305, 3.542]}, "bbox": [-155.6165, 19.4305, -155.6165, 19.4305]}, {"id": "3172", "type": "Feature", "properties": {"id": "ak16903651", "mag": 3.0, "time": 1505892680068, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4523, 53.0789, 11.0]}, "bbox": [-160.4523, 53.0789, -160.4523, 53.0789]}, {"id": "3173", "type": "Feature", "properties": {"id": "uu60248102", "mag": 1.36, "time": 1505892622540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.589167, 3.5]}, "bbox": [-111.435667, 42.589167, -111.435667, 42.589167]}, {"id": "3174", "type": "Feature", "properties": {"id": "ak16866421", "mag": 1.6, "time": 1505892318030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3481, 59.8279, 3.2]}, "bbox": [-147.3481, 59.8279, -147.3481, 59.8279]}, {"id": "3175", "type": "Feature", "properties": {"id": "ak16866396", "mag": 2.2, "time": 1505891995067, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4096, 54.4777, 11.3]}, "bbox": [-162.4096, 54.4777, -162.4096, 54.4777]}, {"id": "3176", "type": "Feature", "properties": {"id": "hv61914776", "mag": 1.93, "time": 1505891884110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.875167, 19.494, 13.771]}, "bbox": [-155.875167, 19.494, -155.875167, 19.494]}, {"id": "3177", "type": "Feature", "properties": {"id": "ak16866395", "mag": 1.1, "time": 1505891525159, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5895, 59.7855, 1.3]}, "bbox": [-136.5895, 59.7855, -136.5895, 59.7855]}, {"id": "3178", "type": "Feature", "properties": {"id": "ak16865784", "mag": 1.7, "time": 1505890304255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8219, 63.9434, 110.5]}, "bbox": [-148.8219, 63.9434, -148.8219, 63.9434]}, {"id": "3179", "type": "Feature", "properties": {"id": "ak16903645", "mag": 1.5, "time": 1505889690090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8317, 59.5969, 83.3]}, "bbox": [-152.8317, 59.5969, -152.8317, 59.5969]}, {"id": "3180", "type": "Feature", "properties": {"id": "uu60248092", "mag": 1.25, "time": 1505889314510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4045, 42.559, 7.09]}, "bbox": [-111.4045, 42.559, -111.4045, 42.559]}, {"id": "3181", "type": "Feature", "properties": {"id": "ak16903644", "mag": 1.6, "time": 1505888156227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1233, 56.6112, 35.0]}, "bbox": [-155.1233, 56.6112, -155.1233, 56.6112]}, {"id": "3182", "type": "Feature", "properties": {"id": "ak16903642", "mag": 1.1, "time": 1505887874395, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5943, 62.8332, 79.3]}, "bbox": [-149.5943, 62.8332, -149.5943, 62.8332]}, {"id": "3183", "type": "Feature", "properties": {"id": "us2000arhc", "mag": 2.7, "time": 1505887339310, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7528, 35.56, 6.78]}, "bbox": [-96.7528, 35.56, -96.7528, 35.56]}, {"id": "3184", "type": "Feature", "properties": {"id": "nn00606041", "mag": 1.5, "time": 1505886348191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1044, 37.3927, 2.0]}, "bbox": [-115.1044, 37.3927, -115.1044, 37.3927]}, {"id": "3185", "type": "Feature", "properties": {"id": "ak16865084", "mag": 2.3, "time": 1505886195952, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.96, 68.8119, 5.7]}, "bbox": [-142.96, 68.8119, -142.96, 68.8119]}, {"id": "3186", "type": "Feature", "properties": {"id": "ak16865080", "mag": 1.0, "time": 1505886128688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8653, 65.3778, 3.9]}, "bbox": [-144.8653, 65.3778, -144.8653, 65.3778]}, {"id": "3187", "type": "Feature", "properties": {"id": "ak16865073", "mag": 2.0, "time": 1505885821473, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.5664, 57.7913, 90.2]}, "bbox": [-155.5664, 57.7913, -155.5664, 57.7913]}, {"id": "3188", "type": "Feature", "properties": {"id": "ak16865048", "mag": 1.0, "time": 1505885371718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9661, 63.2402, 5.7]}, "bbox": [-148.9661, 63.2402, -148.9661, 63.2402]}, {"id": "3189", "type": "Feature", "properties": {"id": "us2000arh1", "mag": 5.3, "time": 1505885168970, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.3157, -16.2747, 92.59]}, "bbox": [-71.3157, -16.2747, -71.3157, -16.2747]}, {"id": "3190", "type": "Feature", "properties": {"id": "us2000arha", "mag": 4.8, "time": 1505884561830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9933, 44.304, 47.06]}, "bbox": [148.9933, 44.304, 148.9933, 44.304]}, {"id": "3191", "type": "Feature", "properties": {"id": "ak16865027", "mag": 1.7, "time": 1505884405432, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8016, 59.167, 62.3]}, "bbox": [-152.8016, 59.167, -152.8016, 59.167]}, {"id": "3192", "type": "Feature", "properties": {"id": "ak16903636", "mag": 2.1, "time": 1505884147575, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2848, 54.6322, 28.5]}, "bbox": [-159.2848, 54.6322, -159.2848, 54.6322]}, {"id": "3193", "type": "Feature", "properties": {"id": "ak16864392", "mag": 1.4, "time": 1505881969592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3599, 61.7927, 48.0]}, "bbox": [-150.3599, 61.7927, -150.3599, 61.7927]}, {"id": "3194", "type": "Feature", "properties": {"id": "nn00606034", "mag": 1.2, "time": 1505881284660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8997, 38.3821, 8.2]}, "bbox": [-118.8997, 38.3821, -118.8997, 38.3821]}, {"id": "3195", "type": "Feature", "properties": {"id": "ak16903634", "mag": 1.9, "time": 1505881021363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3362, 59.9873, 134.6]}, "bbox": [-153.3362, 59.9873, -153.3362, 59.9873]}, {"id": "3196", "type": "Feature", "properties": {"id": "ak16864345", "mag": 1.4, "time": 1505880564938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7317, 59.9227, 0.0]}, "bbox": [-139.7317, 59.9227, -139.7317, 59.9227]}, {"id": "3197", "type": "Feature", "properties": {"id": "ak16864341", "mag": 1.9, "time": 1505880299039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2295, 62.4633, 79.7]}, "bbox": [-151.2295, 62.4633, -151.2295, 62.4633]}, {"id": "3198", "type": "Feature", "properties": {"id": "ak16903630", "mag": 1.6, "time": 1505878577379, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2105, 59.7151, 108.5]}, "bbox": [-153.2105, 59.7151, -153.2105, 59.7151]}, {"id": "3199", "type": "Feature", "properties": {"id": "ci38006744", "mag": 1.15, "time": 1505878429650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3295, 36.066833, 4.96]}, "bbox": [-118.3295, 36.066833, -118.3295, 36.066833]}, {"id": "3200", "type": "Feature", "properties": {"id": "uu60248077", "mag": 1.22, "time": 1505878406660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422667, 42.523667, 7.06]}, "bbox": [-111.422667, 42.523667, -111.422667, 42.523667]}, {"id": "3201", "type": "Feature", "properties": {"id": "ci38006752", "mag": 1.09, "time": 1505878374600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.328333, 36.063333, 2.53]}, "bbox": [-118.328333, 36.063333, -118.328333, 36.063333]}, {"id": "3202", "type": "Feature", "properties": {"id": "ak16863731", "mag": 2.4, "time": 1505878347669, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1296, 60.1348, 9.2]}, "bbox": [-147.1296, 60.1348, -147.1296, 60.1348]}, {"id": "3203", "type": "Feature", "properties": {"id": "ak16903628", "mag": 1.7, "time": 1505878317110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2703, 59.8732, 126.0]}, "bbox": [-153.2703, 59.8732, -153.2703, 59.8732]}, {"id": "3204", "type": "Feature", "properties": {"id": "ak16863732", "mag": 1.2, "time": 1505878286762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9406, 59.985, 1.6]}, "bbox": [-140.9406, 59.985, -140.9406, 59.985]}, {"id": "3205", "type": "Feature", "properties": {"id": "ci38006736", "mag": 1.86, "time": 1505878275980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.331167, 36.0625, 4.96]}, "bbox": [-118.331167, 36.0625, -118.331167, 36.0625]}, {"id": "3206", "type": "Feature", "properties": {"id": "ci37165628", "mag": 1.61, "time": 1505878262700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3305, 36.062833, 2.62]}, "bbox": [-118.3305, 36.062833, -118.3305, 36.062833]}, {"id": "3207", "type": "Feature", "properties": {"id": "ak16863728", "mag": 1.3, "time": 1505878130865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3801, 60.7066, 4.9]}, "bbox": [-147.3801, 60.7066, -147.3801, 60.7066]}, {"id": "3208", "type": "Feature", "properties": {"id": "us2000argd", "mag": 4.6, "time": 1505878085370, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8719, 16.1444, 48.73]}, "bbox": [-94.8719, 16.1444, -94.8719, 16.1444]}, {"id": "3209", "type": "Feature", "properties": {"id": "uu60248072", "mag": 2.35, "time": 1505878084670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.581333, 8.05]}, "bbox": [-111.423167, 42.581333, -111.423167, 42.581333]}, {"id": "3210", "type": "Feature", "properties": {"id": "ak16863729", "mag": 2.5, "time": 1505878081761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4258, 51.6886, 13.3]}, "bbox": [-178.4258, 51.6886, -178.4258, 51.6886]}, {"id": "3211", "type": "Feature", "properties": {"id": "nc72895536", "mag": 1.94, "time": 1505877892960, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.286167, 36.776667, 10.03]}, "bbox": [-121.286167, 36.776667, -121.286167, 36.776667]}, {"id": "3212", "type": "Feature", "properties": {"id": "ci38006720", "mag": 1.07, "time": 1505877439420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.752, 33.713, 15.96]}, "bbox": [-116.752, 33.713, -116.752, 33.713]}, {"id": "3213", "type": "Feature", "properties": {"id": "uu60248067", "mag": 1.47, "time": 1505877309800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.617667, 6.11]}, "bbox": [-111.445, 42.617667, -111.445, 42.617667]}, {"id": "3214", "type": "Feature", "properties": {"id": "ci38006712", "mag": 1.07, "time": 1505875949770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750333, 33.961833, 15.8]}, "bbox": [-116.750333, 33.961833, -116.750333, 33.961833]}, {"id": "3215", "type": "Feature", "properties": {"id": "us2000awn6", "mag": 4.0, "time": 1505875623990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.7511, -25.3193, 527.05]}, "bbox": [179.7511, -25.3193, 179.7511, -25.3193]}, {"id": "3216", "type": "Feature", "properties": {"id": "us2000arfw", "mag": 4.9, "time": 1505875330110, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [174.3444, -41.5073, 24.6]}, "bbox": [174.3444, -41.5073, 174.3444, -41.5073]}, {"id": "3217", "type": "Feature", "properties": {"id": "us2000arfs", "mag": 4.9, "time": 1505875055560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.9075, 14.5711, 178.93]}, "bbox": [-90.9075, 14.5711, -90.9075, 14.5711]}, {"id": "3218", "type": "Feature", "properties": {"id": "pr2017263000", "mag": 2.75, "time": 1505873919890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.3401, 18.9298, 12.0]}, "bbox": [-66.3401, 18.9298, -66.3401, 18.9298]}, {"id": "3219", "type": "Feature", "properties": {"id": "ak16863060", "mag": 1.9, "time": 1505873560207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1132, 59.1631, 57.5]}, "bbox": [-152.1132, 59.1631, -152.1132, 59.1631]}, {"id": "3220", "type": "Feature", "properties": {"id": "nc72895516", "mag": 1.58, "time": 1505873402400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.522667, 35.964833, 7.8]}, "bbox": [-120.522667, 35.964833, -120.522667, 35.964833]}, {"id": "3221", "type": "Feature", "properties": {"id": "us2000arf6", "mag": 2.7, "time": 1505873292330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6365, 59.7836, 5.0]}, "bbox": [-136.6365, 59.7836, -136.6365, 59.7836]}, {"id": "3222", "type": "Feature", "properties": {"id": "us2000arfq", "mag": 2.8, "time": 1505872583380, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-2.1386, 37.4306, 7.84]}, "bbox": [-2.1386, 37.4306, -2.1386, 37.4306]}, {"id": "3223", "type": "Feature", "properties": {"id": "nc72895506", "mag": 1.14, "time": 1505872092600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.103, 36.606333, 9.92]}, "bbox": [-121.103, 36.606333, -121.103, 36.606333]}, {"id": "3224", "type": "Feature", "properties": {"id": "us2000arel", "mag": 6.1, "time": 1505871807940, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.614, -50.7145, 19.83]}, "bbox": [162.614, -50.7145, 162.614, -50.7145]}, {"id": "3225", "type": "Feature", "properties": {"id": "ak16862483", "mag": 2.0, "time": 1505871449331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.323, 61.0377, 13.3]}, "bbox": [-152.323, 61.0377, -152.323, 61.0377]}, {"id": "3226", "type": "Feature", "properties": {"id": "ak16862466", "mag": 1.1, "time": 1505870969313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0763, 60.3456, 0.4]}, "bbox": [-143.0763, 60.3456, -143.0763, 60.3456]}, {"id": "3227", "type": "Feature", "properties": {"id": "mb80256529", "mag": 1.31, "time": 1505870488260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.8965, 11.33]}, "bbox": [-112.528, 46.8965, -112.528, 46.8965]}, {"id": "3228", "type": "Feature", "properties": {"id": "nc72895486", "mag": 1.47, "time": 1505870467130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.586, 36.020333, 4.08]}, "bbox": [-120.586, 36.020333, -120.586, 36.020333]}, {"id": "3229", "type": "Feature", "properties": {"id": "us2000are4", "mag": 4.5, "time": 1505868292650, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.5418, -3.912, 43.33]}, "bbox": [141.5418, -3.912, 141.5418, -3.912]}, {"id": "3230", "type": "Feature", "properties": {"id": "uu60248037", "mag": 2.04, "time": 1505868182810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.612833, 6.23]}, "bbox": [-111.450167, 42.612833, -111.450167, 42.612833]}, {"id": "3231", "type": "Feature", "properties": {"id": "uu60248032", "mag": 1.14, "time": 1505868031480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415833, 42.508, 5.93]}, "bbox": [-111.415833, 42.508, -111.415833, 42.508]}, {"id": "3232", "type": "Feature", "properties": {"id": "us2000are1", "mag": 2.5, "time": 1505867820700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7971, 36.457, 5.777]}, "bbox": [-98.7971, 36.457, -98.7971, 36.457]}, {"id": "3233", "type": "Feature", "properties": {"id": "nc72895456", "mag": 1.52, "time": 1505867731230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.668833, 37.291667, 4.46]}, "bbox": [-121.668833, 37.291667, -121.668833, 37.291667]}, {"id": "3234", "type": "Feature", "properties": {"id": "us2000ardv", "mag": 5.0, "time": 1505866095740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [57.4066, 30.7208, 10.0]}, "bbox": [57.4066, 30.7208, 57.4066, 30.7208]}, {"id": "3235", "type": "Feature", "properties": {"id": "ak16903617", "mag": 1.9, "time": 1505866055349, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.744, 56.8763, 33.0]}, "bbox": [-153.744, 56.8763, -153.744, 56.8763]}, {"id": "3236", "type": "Feature", "properties": {"id": "ak16903616", "mag": 1.8, "time": 1505865710189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5947, 55.8757, 101.6]}, "bbox": [-159.5947, 55.8757, -159.5947, 55.8757]}, {"id": "3237", "type": "Feature", "properties": {"id": "ak16903615", "mag": 1.8, "time": 1505865589920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0266, 60.2087, 122.6]}, "bbox": [-153.0266, 60.2087, -153.0266, 60.2087]}, {"id": "3238", "type": "Feature", "properties": {"id": "us2000ass3", "mag": 2.5, "time": 1505864736500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.8008, 36.4519, 6.233]}, "bbox": [-98.8008, 36.4519, -98.8008, 36.4519]}, {"id": "3239", "type": "Feature", "properties": {"id": "mb80256499", "mag": 1.38, "time": 1505864394760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.407833, 45.589, 4.43]}, "bbox": [-112.407833, 45.589, -112.407833, 45.589]}, {"id": "3240", "type": "Feature", "properties": {"id": "us2000arcp", "mag": 3.0, "time": 1505863612870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4223, 42.5909, 9.63]}, "bbox": [-111.4223, 42.5909, -111.4223, 42.5909]}, {"id": "3241", "type": "Feature", "properties": {"id": "uw61331476", "mag": 1.93, "time": 1505863558820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.772333, 46.652333, -0.79]}, "bbox": [-120.772333, 46.652333, -120.772333, 46.652333]}, {"id": "3242", "type": "Feature", "properties": {"id": "us2000arcv", "mag": 4.6, "time": 1505863376420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [123.9102, 6.3611, 38.14]}, "bbox": [123.9102, 6.3611, 123.9102, 6.3611]}, {"id": "3243", "type": "Feature", "properties": {"id": "us2000arck", "mag": 2.6, "time": 1505863101700, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9891, 36.9623, 5.329]}, "bbox": [-97.9891, 36.9623, -97.9891, 36.9623]}, {"id": "3244", "type": "Feature", "properties": {"id": "us2000arch", "mag": 4.6, "time": 1505862692240, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8625, 16.2348, 45.26]}, "bbox": [-94.8625, 16.2348, -94.8625, 16.2348]}, {"id": "3245", "type": "Feature", "properties": {"id": "uw61331461", "mag": 1.43, "time": 1505862649350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.194333, 46.983167, -0.67]}, "bbox": [-122.194333, 46.983167, -122.194333, 46.983167]}, {"id": "3246", "type": "Feature", "properties": {"id": "ak16861101", "mag": 1.0, "time": 1505862438423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3714, 64.9781, 0.0]}, "bbox": [-147.3714, 64.9781, -147.3714, 64.9781]}, {"id": "3247", "type": "Feature", "properties": {"id": "us2000arca", "mag": 4.7, "time": 1505862303600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4478, -36.2513, 47.77]}, "bbox": [179.4478, -36.2513, 179.4478, -36.2513]}, {"id": "3248", "type": "Feature", "properties": {"id": "ak16860573", "mag": 1.3, "time": 1505861271657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6706, 62.0713, 0.1]}, "bbox": [-150.6706, 62.0713, -150.6706, 62.0713]}, {"id": "3249", "type": "Feature", "properties": {"id": "us2000arbk", "mag": 2.4, "time": 1505861097180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.608, 5.0]}, "bbox": [-111.4595, 42.608, -111.4595, 42.608]}, {"id": "3250", "type": "Feature", "properties": {"id": "us2000aray", "mag": 3.2, "time": 1505859699230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7506, 36.4396, 1.92]}, "bbox": [-98.7506, 36.4396, -98.7506, 36.4396]}, {"id": "3251", "type": "Feature", "properties": {"id": "us2000arar", "mag": 2.6, "time": 1505859474460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7831, 36.4511, 2.64]}, "bbox": [-98.7831, 36.4511, -98.7831, 36.4511]}, {"id": "3252", "type": "Feature", "properties": {"id": "ci38006608", "mag": 0.96, "time": 1505859334750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.475333, 33.486667, 14.73]}, "bbox": [-116.475333, 33.486667, -116.475333, 33.486667]}, {"id": "3253", "type": "Feature", "properties": {"id": "uu60247982", "mag": 1.65, "time": 1505858965080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.524833, 7.59]}, "bbox": [-111.420667, 42.524833, -111.420667, 42.524833]}, {"id": "3254", "type": "Feature", "properties": {"id": "ak16859929", "mag": 1.1, "time": 1505857928856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6104, 61.9413, 2.9]}, "bbox": [-143.6104, 61.9413, -143.6104, 61.9413]}, {"id": "3255", "type": "Feature", "properties": {"id": "nn00605999", "mag": 1.5, "time": 1505856979033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7943, 38.658, 7.9]}, "bbox": [-119.7943, 38.658, -119.7943, 38.658]}, {"id": "3256", "type": "Feature", "properties": {"id": "ak16875936", "mag": 1.7, "time": 1505856840827, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.652, 53.3989, 20.0]}, "bbox": [-165.652, 53.3989, -165.652, 53.3989]}, {"id": "3257", "type": "Feature", "properties": {"id": "nn00606301", "mag": 1.4, "time": 1505856837357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7768, 38.66, 6.5]}, "bbox": [-119.7768, 38.66, -119.7768, 38.66]}, {"id": "3258", "type": "Feature", "properties": {"id": "nn00606300", "mag": 1.4, "time": 1505856822494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7817, 38.6647, 4.7]}, "bbox": [-119.7817, 38.6647, -119.7817, 38.6647]}, {"id": "3259", "type": "Feature", "properties": {"id": "ak16859863", "mag": 1.4, "time": 1505856383099, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.06, 61.1692, 19.6]}, "bbox": [-147.06, 61.1692, -147.06, 61.1692]}, {"id": "3260", "type": "Feature", "properties": {"id": "uu60247972", "mag": 1.74, "time": 1505856071750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.619, 6.05]}, "bbox": [-111.4475, 42.619, -111.4475, 42.619]}, {"id": "3261", "type": "Feature", "properties": {"id": "ak16859852", "mag": 1.7, "time": 1505856067799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.5801, 68.0241, 10.8]}, "bbox": [-135.5801, 68.0241, -135.5801, 68.0241]}, {"id": "3262", "type": "Feature", "properties": {"id": "ak16859850", "mag": 1.3, "time": 1505856055065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2245, 61.5244, 4.3]}, "bbox": [-151.2245, 61.5244, -151.2245, 61.5244]}, {"id": "3263", "type": "Feature", "properties": {"id": "nn00605994", "mag": 1.2, "time": 1505855929391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1076, 37.3659, 0.0]}, "bbox": [-115.1076, 37.3659, -115.1076, 37.3659]}, {"id": "3264", "type": "Feature", "properties": {"id": "us2000ar96", "mag": 4.9, "time": 1505855599810, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5112, 15.3218, 46.64]}, "bbox": [-94.5112, 15.3218, -94.5112, 15.3218]}, {"id": "3265", "type": "Feature", "properties": {"id": "ci38006584", "mag": 1.62, "time": 1505855343650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.8445, 36.1795, 2.3]}, "bbox": [-117.8445, 36.1795, -117.8445, 36.1795]}, {"id": "3266", "type": "Feature", "properties": {"id": "nn00605990", "mag": 1.4, "time": 1505855191998, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3633, 38.1896, 5.9]}, "bbox": [-118.3633, 38.1896, -118.3633, 38.1896]}, {"id": "3267", "type": "Feature", "properties": {"id": "ak16859325", "mag": 2.3, "time": 1505854928991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9168, 61.6291, 63.4]}, "bbox": [-150.9168, 61.6291, -150.9168, 61.6291]}, {"id": "3268", "type": "Feature", "properties": {"id": "nc72895401", "mag": 1.19, "time": 1505854923520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.721832, 38.778832, 1.61]}, "bbox": [-122.721832, 38.778832, -122.721832, 38.778832]}, {"id": "3269", "type": "Feature", "properties": {"id": "ak16859316", "mag": 1.9, "time": 1505854153817, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2675, 59.6779, 106.8]}, "bbox": [-153.2675, 59.6779, -153.2675, 59.6779]}, {"id": "3270", "type": "Feature", "properties": {"id": "us2000ar87", "mag": 4.0, "time": 1505854089550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.0339, -20.6057, 107.88]}, "bbox": [-69.0339, -20.6057, -69.0339, -20.6057]}, {"id": "3271", "type": "Feature", "properties": {"id": "ak16859309", "mag": 2.3, "time": 1505853828556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9751, 62.3114, 2.4]}, "bbox": [-149.9751, 62.3114, -149.9751, 62.3114]}, {"id": "3272", "type": "Feature", "properties": {"id": "ak16859297", "mag": 2.2, "time": 1505853447611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.476, 59.9101, 122.4]}, "bbox": [-153.476, 59.9101, -153.476, 59.9101]}, {"id": "3273", "type": "Feature", "properties": {"id": "ak16859290", "mag": 3.0, "time": 1505853445730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.8511, 55.6543, 46.3]}, "bbox": [-158.8511, 55.6543, -158.8511, 55.6543]}, {"id": "3274", "type": "Feature", "properties": {"id": "ak16859292", "mag": 3.6, "time": 1505853411703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.4847, 57.8969, 244.9]}, "bbox": [-156.4847, 57.8969, -156.4847, 57.8969]}, {"id": "3275", "type": "Feature", "properties": {"id": "nc72895391", "mag": 2.22, "time": 1505852777640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.194167, 40.744, 31.83]}, "bbox": [-123.194167, 40.744, -123.194167, 40.744]}, {"id": "3276", "type": "Feature", "properties": {"id": "uu60247942", "mag": 1.28, "time": 1505852539380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439833, 42.608667, 6.41]}, "bbox": [-111.439833, 42.608667, -111.439833, 42.608667]}, {"id": "3277", "type": "Feature", "properties": {"id": "ak16859266", "mag": 1.1, "time": 1505852431345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.5411, 60.0259, 13.2]}, "bbox": [-140.5411, 60.0259, -140.5411, 60.0259]}, {"id": "3278", "type": "Feature", "properties": {"id": "us2000ar6z", "mag": 5.2, "time": 1505852287190, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7668, 37.2998, 35.1]}, "bbox": [141.7668, 37.2998, 141.7668, 37.2998]}, {"id": "3279", "type": "Feature", "properties": {"id": "us2000ar6y", "mag": 5.2, "time": 1505852058100, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [150.8423, -5.5637, 99.91]}, "bbox": [150.8423, -5.5637, 150.8423, -5.5637]}, {"id": "3280", "type": "Feature", "properties": {"id": "ak16859257", "mag": 1.1, "time": 1505851589002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.171, 64.5345, 7.6]}, "bbox": [-147.171, 64.5345, -147.171, 64.5345]}, {"id": "3281", "type": "Feature", "properties": {"id": "ci38006552", "mag": 1.38, "time": 1505851374120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.866667, -0.49]}, "bbox": [-117.498833, 33.866667, -117.498833, 33.866667]}, {"id": "3282", "type": "Feature", "properties": {"id": "nc72895381", "mag": 1.43, "time": 1505851273540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.729333, 36.3275, 5.22]}, "bbox": [-120.729333, 36.3275, -120.729333, 36.3275]}, {"id": "3283", "type": "Feature", "properties": {"id": "ak16875922", "mag": 1.3, "time": 1505850452543, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3232, 58.1622, 6.6]}, "bbox": [-156.3232, 58.1622, -156.3232, 58.1622]}, {"id": "3284", "type": "Feature", "properties": {"id": "ak16875921", "mag": 2.9, "time": 1505849966730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4901, 52.1476, 24.6]}, "bbox": [-170.4901, 52.1476, -170.4901, 52.1476]}, {"id": "3285", "type": "Feature", "properties": {"id": "uu60247932", "mag": 1.44, "time": 1505849337250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.421, 42.579, 5.88]}, "bbox": [-111.421, 42.579, -111.421, 42.579]}, {"id": "3286", "type": "Feature", "properties": {"id": "ak16875920", "mag": 1.3, "time": 1505849251567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6328, 59.921, 0.0]}, "bbox": [-139.6328, 59.921, -139.6328, 59.921]}, {"id": "3287", "type": "Feature", "properties": {"id": "ak16858730", "mag": 1.2, "time": 1505848519202, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9009, 61.545, 3.9]}, "bbox": [-151.9009, 61.545, -151.9009, 61.545]}, {"id": "3288", "type": "Feature", "properties": {"id": "hv61914226", "mag": 1.85, "time": 1505848191950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.283829, 19.389834, 2.69]}, "bbox": [-155.283829, 19.389834, -155.283829, 19.389834]}, {"id": "3289", "type": "Feature", "properties": {"id": "ci38006520", "mag": 1.05, "time": 1505847392530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7695, 36.0195, 2.35]}, "bbox": [-117.7695, 36.0195, -117.7695, 36.0195]}, {"id": "3290", "type": "Feature", "properties": {"id": "ci38006512", "mag": 1.61, "time": 1505847142180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767, 36.0195, 2.27]}, "bbox": [-117.767, 36.0195, -117.767, 36.0195]}, {"id": "3291", "type": "Feature", "properties": {"id": "ci38006496", "mag": 3.65, "time": 1505846743780, "felt": 24.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.769833, 36.019333, 1.78]}, "bbox": [-117.769833, 36.019333, -117.769833, 36.019333]}, {"id": "3292", "type": "Feature", "properties": {"id": "hv61914191", "mag": 1.84, "time": 1505846559260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.249161, 19.378334, 1.88]}, "bbox": [-155.249161, 19.378334, -155.249161, 19.378334]}, {"id": "3293", "type": "Feature", "properties": {"id": "ak16875918", "mag": 2.8, "time": 1505846556982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8186, 52.0581, 213.2]}, "bbox": [-178.8186, 52.0581, -178.8186, 52.0581]}, {"id": "3294", "type": "Feature", "properties": {"id": "nc72895351", "mag": 1.32, "time": 1505846239310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.104167, 37.325333, -0.31]}, "bbox": [-122.104167, 37.325333, -122.104167, 37.325333]}, {"id": "3295", "type": "Feature", "properties": {"id": "nc72895341", "mag": 2.76, "time": 1505846072870, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.359001, 36.981335, 8.57]}, "bbox": [-118.359001, 36.981335, -118.359001, 36.981335]}, {"id": "3296", "type": "Feature", "properties": {"id": "ci38006480", "mag": 3.19, "time": 1505846053020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.767333, 36.019, 1.55]}, "bbox": [-117.767333, 36.019, -117.767333, 36.019]}, {"id": "3297", "type": "Feature", "properties": {"id": "nc72895286", "mag": 1.33, "time": 1505844883780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.572167, 35.430667, -0.58]}, "bbox": [-120.572167, 35.430667, -120.572167, 35.430667]}, {"id": "3298", "type": "Feature", "properties": {"id": "us2000ar1y", "mag": 4.6, "time": 1505844881000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1913, -37.2281, 5.95]}, "bbox": [-74.1913, -37.2281, -74.1913, -37.2281]}, {"id": "3299", "type": "Feature", "properties": {"id": "us2000ar20", "mag": 7.1, "time": 1505844878420, "felt": 2048.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4952, 18.5539, 51.0]}, "bbox": [-98.4952, 18.5539, -98.4952, 18.5539]}, {"id": "3300", "type": "Feature", "properties": {"id": "ak16858135", "mag": 1.6, "time": 1505844133798, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.026, 67.0927, 3.7]}, "bbox": [-157.026, 67.0927, -157.026, 67.0927]}, {"id": "3301", "type": "Feature", "properties": {"id": "ci37766871", "mag": 1.54, "time": 1505844053390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.846, 36.179167, 2.24]}, "bbox": [-117.846, 36.179167, -117.846, 36.179167]}, {"id": "3302", "type": "Feature", "properties": {"id": "ci37766863", "mag": 1.44, "time": 1505843932610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768, 36.018667, 1.61]}, "bbox": [-117.768, 36.018667, -117.768, 36.018667]}, {"id": "3303", "type": "Feature", "properties": {"id": "nm60207061", "mag": 1.72, "time": 1505843783380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.646167, 36.5445, 7.49]}, "bbox": [-89.646167, 36.5445, -89.646167, 36.5445]}, {"id": "3304", "type": "Feature", "properties": {"id": "us2000aqyy", "mag": 4.5, "time": 1505843446640, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6161, -31.7548, 29.84]}, "bbox": [-72.6161, -31.7548, -72.6161, -31.7548]}, {"id": "3305", "type": "Feature", "properties": {"id": "ismpkansas70235603", "mag": 1.89, "time": 1505842614490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.682, 37.184833, 3.97]}, "bbox": [-97.682, 37.184833, -97.682, 37.184833]}, {"id": "3306", "type": "Feature", "properties": {"id": "nc72895271", "mag": 1.15, "time": 1505841330820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.259833, 36.753, 11.5]}, "bbox": [-121.259833, 36.753, -121.259833, 36.753]}, {"id": "3307", "type": "Feature", "properties": {"id": "us2000aqxe", "mag": 4.6, "time": 1505841149400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1444, -7.5033, 158.11]}, "bbox": [128.1444, -7.5033, 128.1444, -7.5033]}, {"id": "3308", "type": "Feature", "properties": {"id": "uu60247882", "mag": 1.62, "time": 1505841064700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426167, 42.5295, 8.11]}, "bbox": [-111.426167, 42.5295, -111.426167, 42.5295]}, {"id": "3309", "type": "Feature", "properties": {"id": "nc72895256", "mag": 1.32, "time": 1505840661480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.598167, 36.752, -0.32]}, "bbox": [-121.598167, 36.752, -121.598167, 36.752]}, {"id": "3310", "type": "Feature", "properties": {"id": "ci37766807", "mag": 2.45, "time": 1505840210530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.766, 36.02, 1.86]}, "bbox": [-117.766, 36.02, -117.766, 36.02]}, {"id": "3311", "type": "Feature", "properties": {"id": "uu60247877", "mag": 2.11, "time": 1505840158690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.448833, 42.606, 3.56]}, "bbox": [-111.448833, 42.606, -111.448833, 42.606]}, {"id": "3312", "type": "Feature", "properties": {"id": "ak16857619", "mag": 2.1, "time": 1505840007502, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8949, 63.2912, 101.6]}, "bbox": [-149.8949, 63.2912, -149.8949, 63.2912]}, {"id": "3313", "type": "Feature", "properties": {"id": "uu60247872", "mag": 1.62, "time": 1505839724910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.458833, 42.607, 3.95]}, "bbox": [-111.458833, 42.607, -111.458833, 42.607]}, {"id": "3314", "type": "Feature", "properties": {"id": "us2000aqvm", "mag": 2.7, "time": 1505839542100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.469, 42.6077, 7.7]}, "bbox": [-111.469, 42.6077, -111.469, 42.6077]}, {"id": "3315", "type": "Feature", "properties": {"id": "nc72895246", "mag": 1.35, "time": 1505839417090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.485667, 35.221333, 6.04]}, "bbox": [-120.485667, 35.221333, -120.485667, 35.221333]}, {"id": "3316", "type": "Feature", "properties": {"id": "ak16875914", "mag": 1.9, "time": 1505839174472, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4077, 58.8832, 118.6]}, "bbox": [-154.4077, 58.8832, -154.4077, 58.8832]}, {"id": "3317", "type": "Feature", "properties": {"id": "ci37766791", "mag": 1.22, "time": 1505838919650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3645, 33.1855, 10.21]}, "bbox": [-116.3645, 33.1855, -116.3645, 33.1855]}, {"id": "3318", "type": "Feature", "properties": {"id": "ak16857617", "mag": 1.6, "time": 1505838902519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9995, 67.1881, 4.7]}, "bbox": [-142.9995, 67.1881, -142.9995, 67.1881]}, {"id": "3319", "type": "Feature", "properties": {"id": "uu60247852", "mag": 2.07, "time": 1505838746530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4455, 42.613833, 1.76]}, "bbox": [-111.4455, 42.613833, -111.4455, 42.613833]}, {"id": "3320", "type": "Feature", "properties": {"id": "ak16857602", "mag": 1.1, "time": 1505837962181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5253, 60.121, 0.0]}, "bbox": [-141.5253, 60.121, -141.5253, 60.121]}, {"id": "3321", "type": "Feature", "properties": {"id": "ak16857600", "mag": 1.9, "time": 1505837841567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1883, 53.9422, 44.2]}, "bbox": [-165.1883, 53.9422, -165.1883, 53.9422]}, {"id": "3322", "type": "Feature", "properties": {"id": "nc72895231", "mag": 2.9, "time": 1505837729840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.507667, 1.79]}, "bbox": [-118.833667, 37.507667, -118.833667, 37.507667]}, {"id": "3323", "type": "Feature", "properties": {"id": "us2000ary5", "mag": 2.9, "time": 1505837727410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4431, 42.6149, 4.8]}, "bbox": [-111.4431, 42.6149, -111.4431, 42.6149]}, {"id": "3324", "type": "Feature", "properties": {"id": "uu60247822", "mag": 2.11, "time": 1505837448870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.455167, 42.616, 1.41]}, "bbox": [-111.455167, 42.616, -111.455167, 42.616]}, {"id": "3325", "type": "Feature", "properties": {"id": "us2000aqtm", "mag": 3.1, "time": 1505837140170, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4706, 42.6154, 8.81]}, "bbox": [-111.4706, 42.6154, -111.4706, 42.6154]}, {"id": "3326", "type": "Feature", "properties": {"id": "ak16875909", "mag": 2.2, "time": 1505836969879, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4914, 51.7473, 9.7]}, "bbox": [-178.4914, 51.7473, -178.4914, 51.7473]}, {"id": "3327", "type": "Feature", "properties": {"id": "ak16857094", "mag": 1.1, "time": 1505836528626, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6176, 61.14, 0.0]}, "bbox": [-147.6176, 61.14, -147.6176, 61.14]}, {"id": "3328", "type": "Feature", "properties": {"id": "ak16875907", "mag": 1.5, "time": 1505835821169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.259, 60.5626, 90.4]}, "bbox": [-152.259, 60.5626, -152.259, 60.5626]}, {"id": "3329", "type": "Feature", "properties": {"id": "us2000aqsj", "mag": 2.6, "time": 1505835755980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5135, 36.2854, 4.17]}, "bbox": [-97.5135, 36.2854, -97.5135, 36.2854]}, {"id": "3330", "type": "Feature", "properties": {"id": "us2000aqsk", "mag": 2.5, "time": 1505835732030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4724, 42.6121, 4.3]}, "bbox": [-111.4724, 42.6121, -111.4724, 42.6121]}, {"id": "3331", "type": "Feature", "properties": {"id": "ak16857093", "mag": 2.6, "time": 1505835424846, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4652, 51.7084, 16.1]}, "bbox": [-178.4652, 51.7084, -178.4652, 51.7084]}, {"id": "3332", "type": "Feature", "properties": {"id": "us2000aqsh", "mag": 3.0, "time": 1505835309120, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4508, 42.6064, 4.14]}, "bbox": [-111.4508, 42.6064, -111.4508, 42.6064]}, {"id": "3333", "type": "Feature", "properties": {"id": "ak16857091", "mag": 1.3, "time": 1505835219788, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0197, 66.1072, 6.0]}, "bbox": [-149.0197, 66.1072, -149.0197, 66.1072]}, {"id": "3334", "type": "Feature", "properties": {"id": "us2000aqs7", "mag": 3.5, "time": 1505834833670, "felt": 21.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4429, 42.6135, 8.34]}, "bbox": [-111.4429, 42.6135, -111.4429, 42.6135]}, {"id": "3335", "type": "Feature", "properties": {"id": "us2000aqwu", "mag": 2.5, "time": 1505834816200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.7965, 36.4516, 6.125]}, "bbox": [-98.7965, 36.4516, -98.7965, 36.4516]}, {"id": "3336", "type": "Feature", "properties": {"id": "ak16875904", "mag": 1.6, "time": 1505834730734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9141, 57.1404, 29.5]}, "bbox": [-153.9141, 57.1404, -153.9141, 57.1404]}, {"id": "3337", "type": "Feature", "properties": {"id": "ci37766767", "mag": 1.14, "time": 1505834129200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.763833, 36.020667, 1.88]}, "bbox": [-117.763833, 36.020667, -117.763833, 36.020667]}, {"id": "3338", "type": "Feature", "properties": {"id": "ak16857088", "mag": 1.5, "time": 1505834082762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0429, 60.6104, 77.7]}, "bbox": [-152.0429, 60.6104, -152.0429, 60.6104]}, {"id": "3339", "type": "Feature", "properties": {"id": "us2000aqrc", "mag": 4.8, "time": 1505832575280, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [178.0168, 52.0275, 131.51]}, "bbox": [178.0168, 52.0275, 178.0168, 52.0275]}, {"id": "3340", "type": "Feature", "properties": {"id": "ak16875901", "mag": 1.4, "time": 1505831619582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.534, 58.7008, 10.0]}, "bbox": [-137.534, 58.7008, -137.534, 58.7008]}, {"id": "3341", "type": "Feature", "properties": {"id": "ci37766711", "mag": 1.96, "time": 1505831425050, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.765667, 36.018833, 1.51]}, "bbox": [-117.765667, 36.018833, -117.765667, 36.018833]}, {"id": "3342", "type": "Feature", "properties": {"id": "ci37766703", "mag": 1.15, "time": 1505831411750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.764833, 36.019667, 1.65]}, "bbox": [-117.764833, 36.019667, -117.764833, 36.019667]}, {"id": "3343", "type": "Feature", "properties": {"id": "us2000aqqm", "mag": 4.5, "time": 1505831278930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.4084, -31.8109, 10.0]}, "bbox": [-72.4084, -31.8109, -72.4084, -31.8109]}, {"id": "3344", "type": "Feature", "properties": {"id": "ak16856556", "mag": 1.3, "time": 1505831243282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7313, 59.8087, 0.9]}, "bbox": [-136.7313, 59.8087, -136.7313, 59.8087]}, {"id": "3345", "type": "Feature", "properties": {"id": "nn00606015", "mag": 1.3, "time": 1505831170459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8959, 38.3975, 10.4]}, "bbox": [-118.8959, 38.3975, -118.8959, 38.3975]}, {"id": "3346", "type": "Feature", "properties": {"id": "ak16856551", "mag": 1.9, "time": 1505831042494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6819, 63.0946, 10.5]}, "bbox": [-147.6819, 63.0946, -147.6819, 63.0946]}, {"id": "3347", "type": "Feature", "properties": {"id": "ak16875898", "mag": 1.7, "time": 1505829915600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2865, 59.7628, 116.6]}, "bbox": [-153.2865, 59.7628, -153.2865, 59.7628]}, {"id": "3348", "type": "Feature", "properties": {"id": "ak16856544", "mag": 1.6, "time": 1505829548541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3607, 61.0755, 0.0]}, "bbox": [-148.3607, 61.0755, -148.3607, 61.0755]}, {"id": "3349", "type": "Feature", "properties": {"id": "nc72895191", "mag": 1.4, "time": 1505828746900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.815333, 3.57]}, "bbox": [-122.799667, 38.815333, -122.799667, 38.815333]}, {"id": "3350", "type": "Feature", "properties": {"id": "nc72895181", "mag": 1.21, "time": 1505828239020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.96, 37.587, -0.68]}, "bbox": [-118.96, 37.587, -118.96, 37.587]}, {"id": "3351", "type": "Feature", "properties": {"id": "pr2017262003", "mag": 3.12, "time": 1505828003180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.596, 19.2688, 38.0]}, "bbox": [-67.596, 19.2688, -67.596, 19.2688]}, {"id": "3352", "type": "Feature", "properties": {"id": "us2000aqpx", "mag": 5.1, "time": 1505827570500, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [53.9953, 27.9548, 10.0]}, "bbox": [53.9953, 27.9548, 53.9953, 27.9548]}, {"id": "3353", "type": "Feature", "properties": {"id": "nc72895166", "mag": 2.1, "time": 1505827334280, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801333, 38.709667, 3.88]}, "bbox": [-122.801333, 38.709667, -122.801333, 38.709667]}, {"id": "3354", "type": "Feature", "properties": {"id": "ak16856036", "mag": 1.5, "time": 1505826795043, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9795, 61.8762, 43.3]}, "bbox": [-149.9795, 61.8762, -149.9795, 61.8762]}, {"id": "3355", "type": "Feature", "properties": {"id": "ak16856032", "mag": 1.6, "time": 1505825636722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1838, 62.582, 3.3]}, "bbox": [-152.1838, 62.582, -152.1838, 62.582]}, {"id": "3356", "type": "Feature", "properties": {"id": "ci37766679", "mag": 0.96, "time": 1505825558280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.804167, 33.865333, 14.31]}, "bbox": [-116.804167, 33.865333, -116.804167, 33.865333]}, {"id": "3357", "type": "Feature", "properties": {"id": "us2000aqp7", "mag": 4.4, "time": 1505825308910, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.7564, -2.1725, 112.59]}, "bbox": [-78.7564, -2.1725, -78.7564, -2.1725]}, {"id": "3358", "type": "Feature", "properties": {"id": "ak16856030", "mag": 3.0, "time": 1505825190453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1381, 51.2155, 7.2]}, "bbox": [-179.1381, 51.2155, -179.1381, 51.2155]}, {"id": "3359", "type": "Feature", "properties": {"id": "nn00605924", "mag": 1.0, "time": 1505824470372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0787, 37.3317, 0.0]}, "bbox": [-115.0787, 37.3317, -115.0787, 37.3317]}, {"id": "3360", "type": "Feature", "properties": {"id": "ak16856028", "mag": 1.3, "time": 1505824029137, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5369, 59.9737, 0.0]}, "bbox": [-139.5369, 59.9737, -139.5369, 59.9737]}, {"id": "3361", "type": "Feature", "properties": {"id": "ak16856023", "mag": 1.7, "time": 1505823902403, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0502, 66.1255, 9.3]}, "bbox": [-149.0502, 66.1255, -149.0502, 66.1255]}, {"id": "3362", "type": "Feature", "properties": {"id": "ak16856015", "mag": 2.2, "time": 1505823557445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.013, 66.1279, 12.2]}, "bbox": [-149.013, 66.1279, -149.013, 66.1279]}, {"id": "3363", "type": "Feature", "properties": {"id": "ak16856014", "mag": 1.1, "time": 1505823327376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3053, 64.2153, 8.4]}, "bbox": [-147.3053, 64.2153, -147.3053, 64.2153]}, {"id": "3364", "type": "Feature", "properties": {"id": "ak16856012", "mag": 1.2, "time": 1505823307912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2687, 63.3135, 1.0]}, "bbox": [-145.2687, 63.3135, -145.2687, 63.3135]}, {"id": "3365", "type": "Feature", "properties": {"id": "ak16856011", "mag": 2.3, "time": 1505823122176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.4683, 54.3778, 12.7]}, "bbox": [-161.4683, 54.3778, -161.4683, 54.3778]}, {"id": "3366", "type": "Feature", "properties": {"id": "nc72895111", "mag": 1.33, "time": 1505822407460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809833, 38.802, 3.64]}, "bbox": [-122.809833, 38.802, -122.809833, 38.802]}, {"id": "3367", "type": "Feature", "properties": {"id": "nm60207021", "mag": 3.8, "time": 1505821648710, "felt": 1485.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.909833, 38.423833, 11.68]}, "bbox": [-87.909833, 38.423833, -87.909833, 38.423833]}, {"id": "3368", "type": "Feature", "properties": {"id": "ak16855511", "mag": 1.6, "time": 1505821526245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7265, 65.4529, 0.3]}, "bbox": [-144.7265, 65.4529, -144.7265, 65.4529]}, {"id": "3369", "type": "Feature", "properties": {"id": "ak16875885", "mag": 2.4, "time": 1505821066912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.3853, 52.1246, 33.1]}, "bbox": [-170.3853, 52.1246, -170.3853, 52.1246]}, {"id": "3370", "type": "Feature", "properties": {"id": "nc72895086", "mag": 1.5, "time": 1505820901510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811333, 38.8115, 2.81]}, "bbox": [-122.811333, 38.8115, -122.811333, 38.8115]}, {"id": "3371", "type": "Feature", "properties": {"id": "nn00605917", "mag": 1.0, "time": 1505819713127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0296, 37.3121, 0.0]}, "bbox": [-115.0296, 37.3121, -115.0296, 37.3121]}, {"id": "3372", "type": "Feature", "properties": {"id": "ci37766663", "mag": 1.51, "time": 1505819310540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.197333, 34.085167, 9.45]}, "bbox": [-118.197333, 34.085167, -118.197333, 34.085167]}, {"id": "3373", "type": "Feature", "properties": {"id": "ak16875884", "mag": 2.8, "time": 1505819249763, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.074, 52.1917, 55.8]}, "bbox": [-171.074, 52.1917, -171.074, 52.1917]}, {"id": "3374", "type": "Feature", "properties": {"id": "us2000aqlv", "mag": 4.4, "time": 1505818453350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.3742, -31.7199, 35.0]}, "bbox": [-72.3742, -31.7199, -72.3742, -31.7199]}, {"id": "3375", "type": "Feature", "properties": {"id": "ak16855501", "mag": 3.4, "time": 1505818346973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7971, 56.0595, 12.0]}, "bbox": [-148.7971, 56.0595, -148.7971, 56.0595]}, {"id": "3376", "type": "Feature", "properties": {"id": "ak16855500", "mag": 2.9, "time": 1505817985167, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.3494, 51.1124, 9.0]}, "bbox": [178.3494, 51.1124, 178.3494, 51.1124]}, {"id": "3377", "type": "Feature", "properties": {"id": "nc72895061", "mag": 1.78, "time": 1505817758790, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.178833, 36.5795, 5.08]}, "bbox": [-121.178833, 36.5795, -121.178833, 36.5795]}, {"id": "3378", "type": "Feature", "properties": {"id": "nc72895056", "mag": 2.12, "time": 1505817518530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177333, 36.582833, 3.53]}, "bbox": [-121.177333, 36.582833, -121.177333, 36.582833]}, {"id": "3379", "type": "Feature", "properties": {"id": "uu60247712", "mag": 1.36, "time": 1505817061570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.018167, 44.796, 9.74]}, "bbox": [-111.018167, 44.796, -111.018167, 44.796]}, {"id": "3380", "type": "Feature", "properties": {"id": "ak16875881", "mag": 1.6, "time": 1505816115601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2511, 57.9599, 9.0]}, "bbox": [-152.2511, 57.9599, -152.2511, 57.9599]}, {"id": "3381", "type": "Feature", "properties": {"id": "ak16855499", "mag": 1.3, "time": 1505815877713, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8298, 61.5636, 56.7]}, "bbox": [-149.8298, 61.5636, -149.8298, 61.5636]}, {"id": "3382", "type": "Feature", "properties": {"id": "ak16855498", "mag": 2.3, "time": 1505815751742, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.7444, 52.8226, 62.9]}, "bbox": [-168.7444, 52.8226, -168.7444, 52.8226]}, {"id": "3383", "type": "Feature", "properties": {"id": "pr2017262002", "mag": 3.05, "time": 1505815582890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.7015, 19.0933, 25.0]}, "bbox": [-67.7015, 19.0933, -67.7015, 19.0933]}, {"id": "3384", "type": "Feature", "properties": {"id": "ak16875878", "mag": 2.3, "time": 1505815056638, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6299, 51.8122, 76.9]}, "bbox": [178.6299, 51.8122, 178.6299, 51.8122]}, {"id": "3385", "type": "Feature", "properties": {"id": "pr2017262001", "mag": 3.03, "time": 1505814906490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.723, 19.2006, 9.0]}, "bbox": [-67.723, 19.2006, -67.723, 19.2006]}, {"id": "3386", "type": "Feature", "properties": {"id": "us2000aqkv", "mag": 3.1, "time": 1505814230020, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8094, 35.9883, 6.72]}, "bbox": [-96.8094, 35.9883, -96.8094, 35.9883]}, {"id": "3387", "type": "Feature", "properties": {"id": "nn00605909", "mag": 2.0, "time": 1505812861822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0799, 37.3335, 2.3]}, "bbox": [-115.0799, 37.3335, -115.0799, 37.3335]}, {"id": "3388", "type": "Feature", "properties": {"id": "ci37766575", "mag": 1.76, "time": 1505810653690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489167, 32.91, 3.69]}, "bbox": [-115.489167, 32.91, -115.489167, 32.91]}, {"id": "3389", "type": "Feature", "properties": {"id": "hv61913891", "mag": 1.46, "time": 1505809604540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2385, 19.383667, 3.069]}, "bbox": [-155.2385, 19.383667, -155.2385, 19.383667]}, {"id": "3390", "type": "Feature", "properties": {"id": "us2000awmg", "mag": 4.7, "time": 1505809455110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.925, -10.7783, 56.21]}, "bbox": [162.925, -10.7783, 162.925, -10.7783]}, {"id": "3391", "type": "Feature", "properties": {"id": "us2000asy2", "mag": 3.0, "time": 1505809273830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.747, 56.8207, 54.24]}, "bbox": [-167.747, 56.8207, -167.747, 56.8207]}, {"id": "3392", "type": "Feature", "properties": {"id": "ak16855496", "mag": 1.1, "time": 1505809181592, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6103, 61.758, 29.3]}, "bbox": [-147.6103, 61.758, -147.6103, 61.758]}, {"id": "3393", "type": "Feature", "properties": {"id": "ci37766567", "mag": 2.63, "time": 1505808839560, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.053, 33.079333, 9.9]}, "bbox": [-116.053, 33.079333, -116.053, 33.079333]}, {"id": "3394", "type": "Feature", "properties": {"id": "ak16854995", "mag": 1.3, "time": 1505808496915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3955, 61.6352, 5.0]}, "bbox": [-142.3955, 61.6352, -142.3955, 61.6352]}, {"id": "3395", "type": "Feature", "properties": {"id": "us2000awn2", "mag": 4.8, "time": 1505807930800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8135, 15.201, 45.46]}, "bbox": [-93.8135, 15.201, -93.8135, 15.201]}, {"id": "3396", "type": "Feature", "properties": {"id": "us2000aqji", "mag": 5.5, "time": 1505807596650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0446, 15.1414, 38.74]}, "bbox": [-94.0446, 15.1414, -94.0446, 15.1414]}, {"id": "3397", "type": "Feature", "properties": {"id": "ak16875872", "mag": 2.1, "time": 1505807457953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2219, 51.3226, 34.2]}, "bbox": [-179.2219, 51.3226, -179.2219, 51.3226]}, {"id": "3398", "type": "Feature", "properties": {"id": "nc72894976", "mag": 1.17, "time": 1505806773770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.792335, 38.809666, 2.7]}, "bbox": [-122.792335, 38.809666, -122.792335, 38.809666]}, {"id": "3399", "type": "Feature", "properties": {"id": "ci37766551", "mag": 1.92, "time": 1505806527540, "felt": 28.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.473833, 34.086, 9.44]}, "bbox": [-118.473833, 34.086, -118.473833, 34.086]}, {"id": "3400", "type": "Feature", "properties": {"id": "nn00605996", "mag": 1.0, "time": 1505804591858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.786, 38.6641, 4.9]}, "bbox": [-119.786, 38.6641, -119.786, 38.6641]}, {"id": "3401", "type": "Feature", "properties": {"id": "us2000aqiw", "mag": 4.9, "time": 1505804582700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5541, 15.6968, 62.85]}, "bbox": [-94.5541, 15.6968, -94.5541, 15.6968]}, {"id": "3402", "type": "Feature", "properties": {"id": "nc72894951", "mag": 2.38, "time": 1505803512250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.804667, 38.658333, -1.93]}, "bbox": [-119.804667, 38.658333, -119.804667, 38.658333]}, {"id": "3403", "type": "Feature", "properties": {"id": "us2000aqim", "mag": 4.9, "time": 1505803059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [162.5306, -11.0433, 31.53]}, "bbox": [162.5306, -11.0433, 162.5306, -11.0433]}, {"id": "3404", "type": "Feature", "properties": {"id": "ak16858212", "mag": 1.9, "time": 1505803043301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8602, 60.3455, 116.4]}, "bbox": [-152.8602, 60.3455, -152.8602, 60.3455]}, {"id": "3405", "type": "Feature", "properties": {"id": "ak16854482", "mag": 1.5, "time": 1505802327547, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6967, 63.0934, 11.2]}, "bbox": [-147.6967, 63.0934, -147.6967, 63.0934]}, {"id": "3406", "type": "Feature", "properties": {"id": "ci37766535", "mag": 3.61, "time": 1505802044370, "felt": 9002.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.475667, 34.086667, 10.48]}, "bbox": [-118.475667, 34.086667, -118.475667, 34.086667]}, {"id": "3407", "type": "Feature", "properties": {"id": "ci37766527", "mag": 1.21, "time": 1505801932130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.774833, 34.169667, 4.09]}, "bbox": [-116.774833, 34.169667, -116.774833, 34.169667]}, {"id": "3408", "type": "Feature", "properties": {"id": "ak16875868", "mag": 1.8, "time": 1505801903580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.8368, 51.4427, 38.8]}, "bbox": [178.8368, 51.4427, 178.8368, 51.4427]}, {"id": "3409", "type": "Feature", "properties": {"id": "ak16854479", "mag": 1.1, "time": 1505801695119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7029, 61.7782, 46.8]}, "bbox": [-149.7029, 61.7782, -149.7029, 61.7782]}, {"id": "3410", "type": "Feature", "properties": {"id": "ak16875866", "mag": 1.4, "time": 1505801525136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.4992, 53.7654, 79.0]}, "bbox": [-166.4992, 53.7654, -166.4992, 53.7654]}, {"id": "3411", "type": "Feature", "properties": {"id": "uw61331061", "mag": 2.06, "time": 1505797453620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.194667, 46.453167, 40.56]}, "bbox": [-124.194667, 46.453167, -124.194667, 46.453167]}, {"id": "3412", "type": "Feature", "properties": {"id": "ci37766503", "mag": 1.67, "time": 1505797300060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.916167, 3.75]}, "bbox": [-115.486333, 32.916167, -115.486333, 32.916167]}, {"id": "3413", "type": "Feature", "properties": {"id": "ak16854474", "mag": 1.9, "time": 1505797038222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0668, 60.2297, 58.9]}, "bbox": [-151.0668, 60.2297, -151.0668, 60.2297]}, {"id": "3414", "type": "Feature", "properties": {"id": "ak16853980", "mag": 1.1, "time": 1505796127101, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3206, 62.3117, 31.2]}, "bbox": [-148.3206, 62.3117, -148.3206, 62.3117]}, {"id": "3415", "type": "Feature", "properties": {"id": "uw61330981", "mag": 1.13, "time": 1505795983940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.682, 46.13, 13.15]}, "bbox": [-122.682, 46.13, -122.682, 46.13]}, {"id": "3416", "type": "Feature", "properties": {"id": "ak16853978", "mag": 1.3, "time": 1505795947149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1655, 62.2572, 56.3]}, "bbox": [-149.1655, 62.2572, -149.1655, 62.2572]}, {"id": "3417", "type": "Feature", "properties": {"id": "nn00605993", "mag": 1.1, "time": 1505795780711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1363, 37.4312, 0.0]}, "bbox": [-115.1363, 37.4312, -115.1363, 37.4312]}, {"id": "3418", "type": "Feature", "properties": {"id": "nc72894911", "mag": 1.31, "time": 1505795498990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7385, 38.757333, 2.56]}, "bbox": [-122.7385, 38.757333, -122.7385, 38.757333]}, {"id": "3419", "type": "Feature", "properties": {"id": "ak16875861", "mag": 1.1, "time": 1505795298437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.2708, 60.1059, 0.0]}, "bbox": [-139.2708, 60.1059, -139.2708, 60.1059]}, {"id": "3420", "type": "Feature", "properties": {"id": "pr2017262000", "mag": 3.54, "time": 1505794257010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.6603, 17.4281, 35.0]}, "bbox": [-68.6603, 17.4281, -68.6603, 17.4281]}, {"id": "3421", "type": "Feature", "properties": {"id": "ak16875860", "mag": 2.4, "time": 1505793870359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7298, 54.4321, 27.3]}, "bbox": [-160.7298, 54.4321, -160.7298, 54.4321]}, {"id": "3422", "type": "Feature", "properties": {"id": "ak16875859", "mag": 1.7, "time": 1505793327250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1948, 59.7387, 99.4]}, "bbox": [-153.1948, 59.7387, -153.1948, 59.7387]}, {"id": "3423", "type": "Feature", "properties": {"id": "ak16853975", "mag": 1.6, "time": 1505792759926, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4718, 53.5765, 9.9]}, "bbox": [-167.4718, 53.5765, -167.4718, 53.5765]}, {"id": "3424", "type": "Feature", "properties": {"id": "nc72894906", "mag": 1.57, "time": 1505792076170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7735, 38.656833, -0.04]}, "bbox": [-122.7735, 38.656833, -122.7735, 38.656833]}, {"id": "3425", "type": "Feature", "properties": {"id": "ci37766479", "mag": 1.69, "time": 1505792016930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.486333, 32.9165, 3.74]}, "bbox": [-115.486333, 32.9165, -115.486333, 32.9165]}, {"id": "3426", "type": "Feature", "properties": {"id": "ci37766487", "mag": 1.34, "time": 1505791878570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.484833, 32.910667, 3.6]}, "bbox": [-115.484833, 32.910667, -115.484833, 32.910667]}, {"id": "3427", "type": "Feature", "properties": {"id": "ci37766471", "mag": 1.85, "time": 1505791676460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4825, 32.916333, 3.63]}, "bbox": [-115.4825, 32.916333, -115.4825, 32.916333]}, {"id": "3428", "type": "Feature", "properties": {"id": "nc72894886", "mag": 1.72, "time": 1505789062930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840667, 37.569167, 0.74]}, "bbox": [-118.840667, 37.569167, -118.840667, 37.569167]}, {"id": "3429", "type": "Feature", "properties": {"id": "ak16853477", "mag": 1.0, "time": 1505787688094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1719, 66.2583, 2.2]}, "bbox": [-157.1719, 66.2583, -157.1719, 66.2583]}, {"id": "3430", "type": "Feature", "properties": {"id": "ak16875853", "mag": 1.7, "time": 1505787600292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3919, 59.6211, 106.4]}, "bbox": [-153.3919, 59.6211, -153.3919, 59.6211]}, {"id": "3431", "type": "Feature", "properties": {"id": "ak16875852", "mag": 1.1, "time": 1505786552106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5941, 61.448, 35.0]}, "bbox": [-146.5941, 61.448, -146.5941, 61.448]}, {"id": "3432", "type": "Feature", "properties": {"id": "mb80256309", "mag": 1.39, "time": 1505786055440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526833, 46.8665, 12.97]}, "bbox": [-112.526833, 46.8665, -112.526833, 46.8665]}, {"id": "3433", "type": "Feature", "properties": {"id": "ak16853476", "mag": 1.1, "time": 1505785818136, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8501, 59.9025, 11.5]}, "bbox": [-136.8501, 59.9025, -136.8501, 59.9025]}, {"id": "3434", "type": "Feature", "properties": {"id": "ak16852984", "mag": 1.1, "time": 1505784566645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6396, 62.818, 76.1]}, "bbox": [-149.6396, 62.818, -149.6396, 62.818]}, {"id": "3435", "type": "Feature", "properties": {"id": "us2000aqg7", "mag": 4.1, "time": 1505784206570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4373, 15.5332, 46.8]}, "bbox": [-94.4373, 15.5332, -94.4373, 15.5332]}, {"id": "3436", "type": "Feature", "properties": {"id": "uu60247557", "mag": 1.04, "time": 1505784051560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.714, 41.274333, 9.1]}, "bbox": [-111.714, 41.274333, -111.714, 41.274333]}, {"id": "3437", "type": "Feature", "properties": {"id": "uu60247547", "mag": 1.47, "time": 1505783841160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.707167, 41.273, 13.52]}, "bbox": [-111.707167, 41.273, -111.707167, 41.273]}, {"id": "3438", "type": "Feature", "properties": {"id": "hv61913526", "mag": 1.76, "time": 1505783827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.457833, 19.1825, 36.457]}, "bbox": [-155.457833, 19.1825, -155.457833, 19.1825]}, {"id": "3439", "type": "Feature", "properties": {"id": "uu60247542", "mag": 2.67, "time": 1505783530250, "felt": 53.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.715333, 41.2735, 12.54]}, "bbox": [-111.715333, 41.2735, -111.715333, 41.2735]}, {"id": "3440", "type": "Feature", "properties": {"id": "ak16852978", "mag": 2.3, "time": 1505783525625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6267, 63.2162, 130.7]}, "bbox": [-150.6267, 63.2162, -150.6267, 63.2162]}, {"id": "3441", "type": "Feature", "properties": {"id": "ak16852863", "mag": 2.5, "time": 1505781518245, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0202, 60.2096, 73.3]}, "bbox": [-152.0202, 60.2096, -152.0202, 60.2096]}, {"id": "3442", "type": "Feature", "properties": {"id": "nc72894856", "mag": 0.99, "time": 1505781008310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827331, 38.841667, 1.75]}, "bbox": [-122.827331, 38.841667, -122.827331, 38.841667]}, {"id": "3443", "type": "Feature", "properties": {"id": "ak16852858", "mag": 1.1, "time": 1505780482987, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8182, 61.2069, 27.3]}, "bbox": [-146.8182, 61.2069, -146.8182, 61.2069]}, {"id": "3444", "type": "Feature", "properties": {"id": "nc72894851", "mag": 1.36, "time": 1505780335820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7775, 38.816, 2.36]}, "bbox": [-122.7775, 38.816, -122.7775, 38.816]}, {"id": "3445", "type": "Feature", "properties": {"id": "ak16852857", "mag": 1.6, "time": 1505780229532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4, 60.0341, 0.0]}, "bbox": [-139.4, 60.0341, -139.4, 60.0341]}, {"id": "3446", "type": "Feature", "properties": {"id": "ak16852855", "mag": 1.5, "time": 1505779887968, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8629, 61.2326, 1.6]}, "bbox": [-139.8629, 61.2326, -139.8629, 61.2326]}, {"id": "3447", "type": "Feature", "properties": {"id": "ci37766415", "mag": 1.9, "time": 1505779853200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.489333, 32.905167, 5.38]}, "bbox": [-115.489333, 32.905167, -115.489333, 32.905167]}, {"id": "3448", "type": "Feature", "properties": {"id": "ci37165308", "mag": 1.73, "time": 1505779842240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.488, 32.911333, 4.36]}, "bbox": [-115.488, 32.911333, -115.488, 32.911333]}, {"id": "3449", "type": "Feature", "properties": {"id": "ak16852849", "mag": 1.7, "time": 1505779013710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9564, 61.0148, 51.3]}, "bbox": [-150.9564, 61.0148, -150.9564, 61.0148]}, {"id": "3450", "type": "Feature", "properties": {"id": "ak16852847", "mag": 1.4, "time": 1505778755901, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7113, 59.8038, 2.1]}, "bbox": [-136.7113, 59.8038, -136.7113, 59.8038]}, {"id": "3451", "type": "Feature", "properties": {"id": "ak16852839", "mag": 1.8, "time": 1505778454412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4318, 51.6727, 27.8]}, "bbox": [-178.4318, 51.6727, -178.4318, 51.6727]}, {"id": "3452", "type": "Feature", "properties": {"id": "ak16852350", "mag": 2.0, "time": 1505777928661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5948, 59.4167, 88.5]}, "bbox": [-152.5948, 59.4167, -152.5948, 59.4167]}, {"id": "3453", "type": "Feature", "properties": {"id": "ci37766399", "mag": 1.34, "time": 1505777787740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.855667, 36.109333, 3.89]}, "bbox": [-117.855667, 36.109333, -117.855667, 36.109333]}, {"id": "3454", "type": "Feature", "properties": {"id": "ak16905714", "mag": 1.0, "time": 1505777724697, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9455, 64.7711, 1.2]}, "bbox": [-139.9455, 64.7711, -139.9455, 64.7711]}, {"id": "3455", "type": "Feature", "properties": {"id": "ci37766391", "mag": 0.98, "time": 1505777305130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.852333, 36.108833, 4.09]}, "bbox": [-117.852333, 36.108833, -117.852333, 36.108833]}, {"id": "3456", "type": "Feature", "properties": {"id": "ci37766383", "mag": 1.52, "time": 1505777027970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673833, 35.0495, -0.79]}, "bbox": [-117.673833, 35.0495, -117.673833, 35.0495]}, {"id": "3457", "type": "Feature", "properties": {"id": "nn00605852", "mag": 1.0, "time": 1505777021809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.5662, 37.4193, 0.0]}, "bbox": [-115.5662, 37.4193, -115.5662, 37.4193]}, {"id": "3458", "type": "Feature", "properties": {"id": "ak16852327", "mag": 1.3, "time": 1505776382741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3544, 64.9878, 0.0]}, "bbox": [-147.3544, 64.9878, -147.3544, 64.9878]}, {"id": "3459", "type": "Feature", "properties": {"id": "nc72894836", "mag": 1.11, "time": 1505776268170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826164, 38.803165, -0.67]}, "bbox": [-122.826164, 38.803165, -122.826164, 38.803165]}, {"id": "3460", "type": "Feature", "properties": {"id": "ak16852320", "mag": 2.2, "time": 1505774485259, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6811, 59.3157, 121.6]}, "bbox": [-153.6811, 59.3157, -153.6811, 59.3157]}, {"id": "3461", "type": "Feature", "properties": {"id": "uw61330861", "mag": 1.73, "time": 1505774113220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.3385, 46.609, -0.26]}, "bbox": [-123.3385, 46.609, -123.3385, 46.609]}, {"id": "3462", "type": "Feature", "properties": {"id": "us2000awm5", "mag": 4.3, "time": 1505773697460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [150.1858, 46.1638, 102.95]}, "bbox": [150.1858, 46.1638, 150.1858, 46.1638]}, {"id": "3463", "type": "Feature", "properties": {"id": "us2000aqck", "mag": 3.9, "time": 1505773335560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2122, -24.1635, 187.0]}, "bbox": [-67.2122, -24.1635, -67.2122, -24.1635]}, {"id": "3464", "type": "Feature", "properties": {"id": "nc72894811", "mag": 1.66, "time": 1505773221810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814667, 38.797333, 2.92]}, "bbox": [-122.814667, 38.797333, -122.814667, 38.797333]}, {"id": "3465", "type": "Feature", "properties": {"id": "us2000aurg", "mag": 3.7, "time": 1505773151260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.33, 54.9516, 64.12]}, "bbox": [-161.33, 54.9516, -161.33, 54.9516]}, {"id": "3466", "type": "Feature", "properties": {"id": "ak16851830", "mag": 1.1, "time": 1505773086095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3969, 60.1593, 0.0]}, "bbox": [-141.3969, 60.1593, -141.3969, 60.1593]}, {"id": "3467", "type": "Feature", "properties": {"id": "ci37766351", "mag": 2.36, "time": 1505772988180, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.856, 36.108833, 3.8]}, "bbox": [-117.856, 36.108833, -117.856, 36.108833]}, {"id": "3468", "type": "Feature", "properties": {"id": "us2000aqc4", "mag": 4.3, "time": 1505772810860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7554, 15.1768, 26.84]}, "bbox": [-94.7554, 15.1768, -94.7554, 15.1768]}, {"id": "3469", "type": "Feature", "properties": {"id": "ak16905709", "mag": 1.9, "time": 1505772157260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3386, 60.1473, 141.4]}, "bbox": [-153.3386, 60.1473, -153.3386, 60.1473]}, {"id": "3470", "type": "Feature", "properties": {"id": "nc72894806", "mag": 1.27, "time": 1505771972190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.114667, 39.267, 3.8]}, "bbox": [-123.114667, 39.267, -123.114667, 39.267]}, {"id": "3471", "type": "Feature", "properties": {"id": "ak16905707", "mag": 2.2, "time": 1505771817995, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.2489, 54.4702, 80.1]}, "bbox": [-164.2489, 54.4702, -164.2489, 54.4702]}, {"id": "3472", "type": "Feature", "properties": {"id": "nc72894796", "mag": 2.0, "time": 1505771179880, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.128, 39.249833, 8.56]}, "bbox": [-123.128, 39.249833, -123.128, 39.249833]}, {"id": "3473", "type": "Feature", "properties": {"id": "ak16851826", "mag": 1.4, "time": 1505770110538, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6751, 61.3285, 49.9]}, "bbox": [-150.6751, 61.3285, -150.6751, 61.3285]}, {"id": "3474", "type": "Feature", "properties": {"id": "ci37766303", "mag": 1.45, "time": 1505769920400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605, 32.830833, 11.11]}, "bbox": [-115.605, 32.830833, -115.605, 32.830833]}, {"id": "3475", "type": "Feature", "properties": {"id": "ci37766295", "mag": 1.71, "time": 1505769761910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.604667, 32.8245, 12.0]}, "bbox": [-115.604667, 32.8245, -115.604667, 32.8245]}, {"id": "3476", "type": "Feature", "properties": {"id": "ci37766287", "mag": 2.17, "time": 1505769684730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606, 32.822667, 12.54]}, "bbox": [-115.606, 32.822667, -115.606, 32.822667]}, {"id": "3477", "type": "Feature", "properties": {"id": "pr2017261003", "mag": 2.77, "time": 1505769603950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.496, 19.0255, 9.0]}, "bbox": [-66.496, 19.0255, -66.496, 19.0255]}, {"id": "3478", "type": "Feature", "properties": {"id": "ak16851820", "mag": 1.8, "time": 1505768968360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5226, 60.8929, 114.7]}, "bbox": [-152.5226, 60.8929, -152.5226, 60.8929]}, {"id": "3479", "type": "Feature", "properties": {"id": "ak16851818", "mag": 1.8, "time": 1505768967170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6844, 60.3627, 10.0]}, "bbox": [-147.6844, 60.3627, -147.6844, 60.3627]}, {"id": "3480", "type": "Feature", "properties": {"id": "hv61913136", "mag": 2.13, "time": 1505768803830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.602167, 19.474, 2.169]}, "bbox": [-155.602167, 19.474, -155.602167, 19.474]}, {"id": "3481", "type": "Feature", "properties": {"id": "ci37766271", "mag": 1.2, "time": 1505768642090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.024833, 34.482, 7.73]}, "bbox": [-117.024833, 34.482, -117.024833, 34.482]}, {"id": "3482", "type": "Feature", "properties": {"id": "ci37766255", "mag": 1.05, "time": 1505767837000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.472833, 34.117167, 12.54]}, "bbox": [-117.472833, 34.117167, -117.472833, 34.117167]}, {"id": "3483", "type": "Feature", "properties": {"id": "us2000aq9e", "mag": 4.0, "time": 1505767497800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.084, -30.3511, 16.63]}, "bbox": [-72.084, -30.3511, -72.084, -30.3511]}, {"id": "3484", "type": "Feature", "properties": {"id": "ak16851331", "mag": 3.1, "time": 1505767490141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4781, 55.9976, 142.8]}, "bbox": [-160.4781, 55.9976, -160.4781, 55.9976]}, {"id": "3485", "type": "Feature", "properties": {"id": "ak16851328", "mag": 1.1, "time": 1505767149947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.8292, 66.9662, 11.2]}, "bbox": [-135.8292, 66.9662, -135.8292, 66.9662]}, {"id": "3486", "type": "Feature", "properties": {"id": "ci37766231", "mag": 0.99, "time": 1505765477990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.581833, 34.027833, 15.24]}, "bbox": [-117.581833, 34.027833, -117.581833, 34.027833]}, {"id": "3487", "type": "Feature", "properties": {"id": "ak16851294", "mag": 1.2, "time": 1505764980957, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5833, 61.5338, 35.4]}, "bbox": [-146.5833, 61.5338, -146.5833, 61.5338]}, {"id": "3488", "type": "Feature", "properties": {"id": "uw61330806", "mag": 1.54, "time": 1505764971380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.54, 46.3245, -0.47]}, "bbox": [-119.54, 46.3245, -119.54, 46.3245]}, {"id": "3489", "type": "Feature", "properties": {"id": "nn00605816", "mag": 1.4, "time": 1505764963953, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1157, 37.3834, 0.0]}, "bbox": [-115.1157, 37.3834, -115.1157, 37.3834]}, {"id": "3490", "type": "Feature", "properties": {"id": "nn00605865", "mag": 1.1, "time": 1505764655295, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.1142, 38.3008, 12.5]}, "bbox": [-119.1142, 38.3008, -119.1142, 38.3008]}, {"id": "3491", "type": "Feature", "properties": {"id": "nc72894761", "mag": 1.86, "time": 1505764383660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.543667, 3.73]}, "bbox": [-118.820667, 37.543667, -118.820667, 37.543667]}, {"id": "3492", "type": "Feature", "properties": {"id": "us2000aq7z", "mag": 4.9, "time": 1505764292580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6427, 15.3134, 31.07]}, "bbox": [-94.6427, 15.3134, -94.6427, 15.3134]}, {"id": "3493", "type": "Feature", "properties": {"id": "ci37766191", "mag": 0.97, "time": 1505763617780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.450667, 34.371167, 7.7]}, "bbox": [-116.450667, 34.371167, -116.450667, 34.371167]}, {"id": "3494", "type": "Feature", "properties": {"id": "us2000aq71", "mag": 2.7, "time": 1505763144440, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4497, 42.6436, 9.31]}, "bbox": [-111.4497, 42.6436, -111.4497, 42.6436]}, {"id": "3495", "type": "Feature", "properties": {"id": "ci37766183", "mag": 1.36, "time": 1505762589870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.1565, 35.016333, -1.02]}, "bbox": [-118.1565, 35.016333, -118.1565, 35.016333]}, {"id": "3496", "type": "Feature", "properties": {"id": "mb80256274", "mag": 1.49, "time": 1505762568370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.875, 12.74]}, "bbox": [-112.536167, 46.875, -112.536167, 46.875]}, {"id": "3497", "type": "Feature", "properties": {"id": "nn00605809", "mag": 1.3, "time": 1505762272549, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6987, 37.801, 0.9]}, "bbox": [-117.6987, 37.801, -117.6987, 37.801]}, {"id": "3498", "type": "Feature", "properties": {"id": "ak16850796", "mag": 1.9, "time": 1505761948762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4688, 62.7498, 82.0]}, "bbox": [-150.4688, 62.7498, -150.4688, 62.7498]}, {"id": "3499", "type": "Feature", "properties": {"id": "nn00605855", "mag": 1.3, "time": 1505761056131, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1168, 37.3993, 0.0]}, "bbox": [-115.1168, 37.3993, -115.1168, 37.3993]}, {"id": "3500", "type": "Feature", "properties": {"id": "ci37766175", "mag": 1.17, "time": 1505760720620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9445, 34.324333, -1.41]}, "bbox": [-116.9445, 34.324333, -116.9445, 34.324333]}, {"id": "3501", "type": "Feature", "properties": {"id": "nc72894741", "mag": 1.25, "time": 1505760426930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8455, 38.818, 2.33]}, "bbox": [-122.8455, 38.818, -122.8455, 38.818]}, {"id": "3502", "type": "Feature", "properties": {"id": "uu60247432", "mag": 1.19, "time": 1505760132640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.613667, 40.6905, 8.76]}, "bbox": [-111.613667, 40.6905, -111.613667, 40.6905]}, {"id": "3503", "type": "Feature", "properties": {"id": "ak16850168", "mag": 2.1, "time": 1505759367705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.838, 63.3882, 112.5]}, "bbox": [-149.838, 63.3882, -149.838, 63.3882]}, {"id": "3504", "type": "Feature", "properties": {"id": "ci37766167", "mag": 3.51, "time": 1505759058190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.656502, 31.030666, 5.16]}, "bbox": [-116.656502, 31.030666, -116.656502, 31.030666]}, {"id": "3505", "type": "Feature", "properties": {"id": "nn00605797", "mag": 1.7, "time": 1505758994627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1288, 37.4056, 0.0]}, "bbox": [-115.1288, 37.4056, -115.1288, 37.4056]}, {"id": "3506", "type": "Feature", "properties": {"id": "ak16850165", "mag": 1.4, "time": 1505758989527, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4112, 62.8303, 102.1]}, "bbox": [-151.4112, 62.8303, -151.4112, 62.8303]}, {"id": "3507", "type": "Feature", "properties": {"id": "ak16905692", "mag": 1.1, "time": 1505758393925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8004, 59.9261, 7.9]}, "bbox": [-136.8004, 59.9261, -136.8004, 59.9261]}, {"id": "3508", "type": "Feature", "properties": {"id": "ci37766159", "mag": 1.12, "time": 1505757568700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.635, 33.146167, 7.87]}, "bbox": [-115.635, 33.146167, -115.635, 33.146167]}, {"id": "3509", "type": "Feature", "properties": {"id": "nc72894726", "mag": 0.98, "time": 1505757550510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.418667, 37.284667, 6.16]}, "bbox": [-118.418667, 37.284667, -118.418667, 37.284667]}, {"id": "3510", "type": "Feature", "properties": {"id": "ak16905691", "mag": 1.4, "time": 1505757310878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9735, 60.9138, 37.2]}, "bbox": [-150.9735, 60.9138, -150.9735, 60.9138]}, {"id": "3511", "type": "Feature", "properties": {"id": "ak16850161", "mag": 1.0, "time": 1505757088256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0018, 62.0064, 13.7]}, "bbox": [-149.0018, 62.0064, -149.0018, 62.0064]}, {"id": "3512", "type": "Feature", "properties": {"id": "ak16905689", "mag": 1.2, "time": 1505757035772, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8926, 61.2214, 62.6]}, "bbox": [-150.8926, 61.2214, -150.8926, 61.2214]}, {"id": "3513", "type": "Feature", "properties": {"id": "pr2017261002", "mag": 2.83, "time": 1505756997070, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5011, 19.09, 29.0]}, "bbox": [-66.5011, 19.09, -66.5011, 19.09]}, {"id": "3514", "type": "Feature", "properties": {"id": "us2000aq4m", "mag": 4.3, "time": 1505756979200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.2066, 15.6332, 53.99]}, "bbox": [-95.2066, 15.6332, -95.2066, 15.6332]}, {"id": "3515", "type": "Feature", "properties": {"id": "ak16849685", "mag": 1.4, "time": 1505755775657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6398, 58.3116, 3.1]}, "bbox": [-154.6398, 58.3116, -154.6398, 58.3116]}, {"id": "3516", "type": "Feature", "properties": {"id": "nn00605793", "mag": 2.1, "time": 1505755747277, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0899, 37.3433, 2.7]}, "bbox": [-115.0899, 37.3433, -115.0899, 37.3433]}, {"id": "3517", "type": "Feature", "properties": {"id": "us2000aq3v", "mag": 4.1, "time": 1505755544410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8487, 15.9949, 55.32]}, "bbox": [-94.8487, 15.9949, -94.8487, 15.9949]}, {"id": "3518", "type": "Feature", "properties": {"id": "uu60247422", "mag": 3.28, "time": 1505755278460, "felt": 662.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.609167, 40.700833, 10.96]}, "bbox": [-111.609167, 40.700833, -111.609167, 40.700833]}, {"id": "3519", "type": "Feature", "properties": {"id": "ak16849675", "mag": 1.0, "time": 1505754649061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0364, 64.4942, 19.7]}, "bbox": [-150.0364, 64.4942, -150.0364, 64.4942]}, {"id": "3520", "type": "Feature", "properties": {"id": "nc72894701", "mag": 1.54, "time": 1505754599760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.869, 36.443167, 15.01]}, "bbox": [-120.869, 36.443167, -120.869, 36.443167]}, {"id": "3521", "type": "Feature", "properties": {"id": "ismpkansas70235573", "mag": 2.16, "time": 1505754215540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.819333, 37.204, 5.2]}, "bbox": [-97.819333, 37.204, -97.819333, 37.204]}, {"id": "3522", "type": "Feature", "properties": {"id": "nc72894696", "mag": 1.11, "time": 1505753360080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.779167, 38.816834, 1.68]}, "bbox": [-122.779167, 38.816834, -122.779167, 38.816834]}, {"id": "3523", "type": "Feature", "properties": {"id": "nc72894681", "mag": 2.71, "time": 1505753271320, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.776833, 38.818833, 1.94]}, "bbox": [-122.776833, 38.818833, -122.776833, 38.818833]}, {"id": "3524", "type": "Feature", "properties": {"id": "us2000aq1c", "mag": 4.3, "time": 1505753232560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [19.9297, 40.1065, 16.32]}, "bbox": [19.9297, 40.1065, 19.9297, 40.1065]}, {"id": "3525", "type": "Feature", "properties": {"id": "hv61912961", "mag": 1.88, "time": 1505752987740, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.220333, 19.426333, 30.266]}, "bbox": [-155.220333, 19.426333, -155.220333, 19.426333]}, {"id": "3526", "type": "Feature", "properties": {"id": "ak16849646", "mag": 1.9, "time": 1505752045532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8846, 59.8511, 56.1]}, "bbox": [-151.8846, 59.8511, -151.8846, 59.8511]}, {"id": "3527", "type": "Feature", "properties": {"id": "ak16905682", "mag": 2.1, "time": 1505751893024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9783, 51.5536, 48.5]}, "bbox": [-175.9783, 51.5536, -175.9783, 51.5536]}, {"id": "3528", "type": "Feature", "properties": {"id": "ak16905681", "mag": 1.4, "time": 1505751513529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5148, 59.7419, 92.5]}, "bbox": [-152.5148, 59.7419, -152.5148, 59.7419]}, {"id": "3529", "type": "Feature", "properties": {"id": "us2000aq9y", "mag": 3.0, "time": 1505751460390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.173, 52.0554, 121.43]}, "bbox": [-179.173, 52.0554, -179.173, 52.0554]}, {"id": "3530", "type": "Feature", "properties": {"id": "uu60247412", "mag": 1.56, "time": 1505751055750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8355, 39.743833, 1.73]}, "bbox": [-110.8355, 39.743833, -110.8355, 39.743833]}, {"id": "3531", "type": "Feature", "properties": {"id": "nn00605780", "mag": 1.0, "time": 1505750947574, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0248, 38.8721, 3.6]}, "bbox": [-118.0248, 38.8721, -118.0248, 38.8721]}, {"id": "3532", "type": "Feature", "properties": {"id": "nc72894651", "mag": 1.22, "time": 1505750864240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.521833, -0.61]}, "bbox": [-118.8995, 37.521833, -118.8995, 37.521833]}, {"id": "3533", "type": "Feature", "properties": {"id": "us2000apzi", "mag": 4.5, "time": 1505750058850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [77.1478, 40.9769, 10.0]}, "bbox": [77.1478, 40.9769, 77.1478, 40.9769]}, {"id": "3534", "type": "Feature", "properties": {"id": "ak16905679", "mag": 1.0, "time": 1505749750880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3078, 62.9046, 85.6]}, "bbox": [-150.3078, 62.9046, -150.3078, 62.9046]}, {"id": "3535", "type": "Feature", "properties": {"id": "ak16849178", "mag": 1.3, "time": 1505749184927, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5131, 62.8898, 90.2]}, "bbox": [-150.5131, 62.8898, -150.5131, 62.8898]}, {"id": "3536", "type": "Feature", "properties": {"id": "us2000apyu", "mag": 4.3, "time": 1505748920580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.1652, -31.8057, 10.0]}, "bbox": [-72.1652, -31.8057, -72.1652, -31.8057]}, {"id": "3537", "type": "Feature", "properties": {"id": "ak16849177", "mag": 3.5, "time": 1505748318594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7225, 51.7093, 41.5]}, "bbox": [-177.7225, 51.7093, -177.7225, 51.7093]}, {"id": "3538", "type": "Feature", "properties": {"id": "nc72894631", "mag": 1.04, "time": 1505748063110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.787498, 38.798832, -0.32]}, "bbox": [-122.787498, 38.798832, -122.787498, 38.798832]}, {"id": "3539", "type": "Feature", "properties": {"id": "hv61912826", "mag": 1.1, "time": 1505748041950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.431667, 19.343833, 9.245]}, "bbox": [-155.431667, 19.343833, -155.431667, 19.343833]}, {"id": "3540", "type": "Feature", "properties": {"id": "nn00605847", "mag": 1.0, "time": 1505747832897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1332, 37.421, 0.0]}, "bbox": [-115.1332, 37.421, -115.1332, 37.421]}, {"id": "3541", "type": "Feature", "properties": {"id": "us2000apya", "mag": 4.7, "time": 1505747639290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5858, 15.1833, 36.89]}, "bbox": [-94.5858, 15.1833, -94.5858, 15.1833]}, {"id": "3542", "type": "Feature", "properties": {"id": "ak16848711", "mag": 1.3, "time": 1505747504037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7568, 59.8878, 0.0]}, "bbox": [-136.7568, 59.8878, -136.7568, 59.8878]}, {"id": "3543", "type": "Feature", "properties": {"id": "ak16905675", "mag": 2.1, "time": 1505746990876, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9195, 57.1996, 98.3]}, "bbox": [-156.9195, 57.1996, -156.9195, 57.1996]}, {"id": "3544", "type": "Feature", "properties": {"id": "nc72894616", "mag": 2.19, "time": 1505746390770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 40.217, 6.16]}, "bbox": [-121.149, 40.217, -121.149, 40.217]}, {"id": "3545", "type": "Feature", "properties": {"id": "ak16848704", "mag": 2.3, "time": 1505746286875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7477, 53.6076, 54.8]}, "bbox": [-164.7477, 53.6076, -164.7477, 53.6076]}, {"id": "3546", "type": "Feature", "properties": {"id": "pr2017261001", "mag": 2.61, "time": 1505746245880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.7745, 18.8611, 60.0]}, "bbox": [-64.7745, 18.8611, -64.7745, 18.8611]}, {"id": "3547", "type": "Feature", "properties": {"id": "ak16848698", "mag": 2.1, "time": 1505746048831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6658, 61.6841, 99.5]}, "bbox": [-151.6658, 61.6841, -151.6658, 61.6841]}, {"id": "3548", "type": "Feature", "properties": {"id": "us2000aq9s", "mag": 4.1, "time": 1505745176040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3907, 51.552, 15.01]}, "bbox": [-178.3907, 51.552, -178.3907, 51.552]}, {"id": "3549", "type": "Feature", "properties": {"id": "us2000apxn", "mag": 4.9, "time": 1505745090220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.9092, -17.3471, 45.41]}, "bbox": [-173.9092, -17.3471, -173.9092, -17.3471]}, {"id": "3550", "type": "Feature", "properties": {"id": "us2000apxj", "mag": 4.3, "time": 1505744936080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.2186, -31.8431, 10.0]}, "bbox": [-72.2186, -31.8431, -72.2186, -31.8431]}, {"id": "3551", "type": "Feature", "properties": {"id": "nn00605771", "mag": 1.4, "time": 1505744651408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1135, 37.3693, 0.0]}, "bbox": [-115.1135, 37.3693, -115.1135, 37.3693]}, {"id": "3552", "type": "Feature", "properties": {"id": "us2000apx5", "mag": 5.6, "time": 1505744352870, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5576, 15.2537, 10.0]}, "bbox": [-94.5576, 15.2537, -94.5576, 15.2537]}, {"id": "3553", "type": "Feature", "properties": {"id": "ak16905668", "mag": 2.5, "time": 1505742582241, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8697, 55.3906, 161.2]}, "bbox": [-162.8697, 55.3906, -162.8697, 55.3906]}, {"id": "3554", "type": "Feature", "properties": {"id": "us2000apwd", "mag": 5.8, "time": 1505742416590, "felt": 129.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.147, -31.82, 10.0]}, "bbox": [-72.147, -31.82, -72.147, -31.82]}, {"id": "3555", "type": "Feature", "properties": {"id": "us2000apz2", "mag": 2.7, "time": 1505742004420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5215, 46.8389, 9.05]}, "bbox": [-112.5215, 46.8389, -112.5215, 46.8389]}, {"id": "3556", "type": "Feature", "properties": {"id": "nn00605759", "mag": 1.7, "time": 1505741994692, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.124, 38.2695, 11.4]}, "bbox": [-119.124, 38.2695, -119.124, 38.2695]}, {"id": "3557", "type": "Feature", "properties": {"id": "us2000apw7", "mag": 4.6, "time": 1505741142110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.9613, 54.8175, 10.0]}, "bbox": [167.9613, 54.8175, 167.9613, 54.8175]}, {"id": "3558", "type": "Feature", "properties": {"id": "ak16905665", "mag": 1.6, "time": 1505741113018, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.6727, 58.1121, 86.4]}, "bbox": [-154.6727, 58.1121, -154.6727, 58.1121]}, {"id": "3559", "type": "Feature", "properties": {"id": "ak16905664", "mag": 1.1, "time": 1505740639920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4494, 63.2584, 114.0]}, "bbox": [-150.4494, 63.2584, -150.4494, 63.2584]}, {"id": "3560", "type": "Feature", "properties": {"id": "nc72894591", "mag": 2.07, "time": 1505739410930, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0555, 37.236667, 7.74]}, "bbox": [-122.0555, 37.236667, -122.0555, 37.236667]}, {"id": "3561", "type": "Feature", "properties": {"id": "ak16848204", "mag": 1.1, "time": 1505739204689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9796, 60.2252, 8.2]}, "bbox": [-140.9796, 60.2252, -140.9796, 60.2252]}, {"id": "3562", "type": "Feature", "properties": {"id": "mb80256214", "mag": 2.14, "time": 1505739119730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5825, 46.902333, 13.02]}, "bbox": [-112.5825, 46.902333, -112.5825, 46.902333]}, {"id": "3563", "type": "Feature", "properties": {"id": "nc72894586", "mag": 2.01, "time": 1505738526550, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.378, 36.3415, 3.67]}, "bbox": [-120.378, 36.3415, -120.378, 36.3415]}, {"id": "3564", "type": "Feature", "properties": {"id": "ak16847753", "mag": 1.3, "time": 1505737613815, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1555, 60.2089, 8.0]}, "bbox": [-147.1555, 60.2089, -147.1555, 60.2089]}, {"id": "3565", "type": "Feature", "properties": {"id": "us2000apvj", "mag": 5.0, "time": 1505736665230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9085, -30.4189, 35.0]}, "bbox": [-177.9085, -30.4189, -177.9085, -30.4189]}, {"id": "3566", "type": "Feature", "properties": {"id": "us2000apva", "mag": 4.9, "time": 1505736421580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9784, 16.2017, 42.11]}, "bbox": [-94.9784, 16.2017, -94.9784, 16.2017]}, {"id": "3567", "type": "Feature", "properties": {"id": "nc72894571", "mag": 1.07, "time": 1505736271580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784332, 38.838333, 0.08]}, "bbox": [-122.784332, 38.838333, -122.784332, 38.838333]}, {"id": "3568", "type": "Feature", "properties": {"id": "nc72894556", "mag": 0.97, "time": 1505736021180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.813499, 2.19]}, "bbox": [-122.818001, 38.813499, -122.818001, 38.813499]}, {"id": "3569", "type": "Feature", "properties": {"id": "ak16847743", "mag": 2.1, "time": 1505735884769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3712, 59.8705, 71.6]}, "bbox": [-152.3712, 59.8705, -152.3712, 59.8705]}, {"id": "3570", "type": "Feature", "properties": {"id": "ak16847742", "mag": 1.0, "time": 1505735834346, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8742, 61.715, 45.4]}, "bbox": [-149.8742, 61.715, -149.8742, 61.715]}, {"id": "3571", "type": "Feature", "properties": {"id": "ak16905659", "mag": 1.3, "time": 1505735311381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8392, 63.0532, 129.1]}, "bbox": [-150.8392, 63.0532, -150.8392, 63.0532]}, {"id": "3572", "type": "Feature", "properties": {"id": "mb80256209", "mag": 1.05, "time": 1505734177450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.518, 46.853667, 12.03]}, "bbox": [-112.518, 46.853667, -112.518, 46.853667]}, {"id": "3573", "type": "Feature", "properties": {"id": "mb80256199", "mag": 1.81, "time": 1505733980660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.487833, 46.873667, 12.76]}, "bbox": [-112.487833, 46.873667, -112.487833, 46.873667]}, {"id": "3574", "type": "Feature", "properties": {"id": "nc72894526", "mag": 1.16, "time": 1505733885060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.805833, 2.04]}, "bbox": [-122.8005, 38.805833, -122.8005, 38.805833]}, {"id": "3575", "type": "Feature", "properties": {"id": "ak16847290", "mag": 1.5, "time": 1505733696824, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5693, 64.3804, 8.3]}, "bbox": [-147.5693, 64.3804, -147.5693, 64.3804]}, {"id": "3576", "type": "Feature", "properties": {"id": "nc72894516", "mag": 1.04, "time": 1505733506920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814163, 38.801998, 2.32]}, "bbox": [-122.814163, 38.801998, -122.814163, 38.801998]}, {"id": "3577", "type": "Feature", "properties": {"id": "us2000aur7", "mag": 3.1, "time": 1505733485810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.7034, 52.2855, 34.99]}, "bbox": [-170.7034, 52.2855, -170.7034, 52.2855]}, {"id": "3578", "type": "Feature", "properties": {"id": "ak16847284", "mag": 1.4, "time": 1505732610976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6388, 61.2241, 50.7]}, "bbox": [-150.6388, 61.2241, -150.6388, 61.2241]}, {"id": "3579", "type": "Feature", "properties": {"id": "ci37765935", "mag": 1.95, "time": 1505732049210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 34.9205, 5.15]}, "bbox": [-116.924667, 34.9205, -116.924667, 34.9205]}, {"id": "3580", "type": "Feature", "properties": {"id": "ci37765927", "mag": 1.35, "time": 1505731803760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3425, 35.462, 3.59]}, "bbox": [-118.3425, 35.462, -118.3425, 35.462]}, {"id": "3581", "type": "Feature", "properties": {"id": "nc72894501", "mag": 1.64, "time": 1505731051670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.950333, 41.046833, 9.17]}, "bbox": [-121.950333, 41.046833, -121.950333, 41.046833]}, {"id": "3582", "type": "Feature", "properties": {"id": "ak16905652", "mag": 2.0, "time": 1505729940504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5491, 54.9912, 67.0]}, "bbox": [-161.5491, 54.9912, -161.5491, 54.9912]}, {"id": "3583", "type": "Feature", "properties": {"id": "ak16846821", "mag": 3.6, "time": 1505729929794, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5426, 63.5414, 107.9]}, "bbox": [-149.5426, 63.5414, -149.5426, 63.5414]}, {"id": "3584", "type": "Feature", "properties": {"id": "hv61912566", "mag": 1.91, "time": 1505728760570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.608167, 19.4375, 2.822]}, "bbox": [-155.608167, 19.4375, -155.608167, 19.4375]}, {"id": "3585", "type": "Feature", "properties": {"id": "ak16846819", "mag": 1.2, "time": 1505728039731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.773, 63.2917, 2.1]}, "bbox": [-151.773, 63.2917, -151.773, 63.2917]}, {"id": "3586", "type": "Feature", "properties": {"id": "pr2017261000", "mag": 2.03, "time": 1505727803000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2451, 18.1321, 32.0]}, "bbox": [-67.2451, 18.1321, -67.2451, 18.1321]}, {"id": "3587", "type": "Feature", "properties": {"id": "ci37765911", "mag": 1.15, "time": 1505727350640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.034667, 34.574333, 8.17]}, "bbox": [-120.034667, 34.574333, -120.034667, 34.574333]}, {"id": "3588", "type": "Feature", "properties": {"id": "nc72894496", "mag": 1.16, "time": 1505727178720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.815002, 38.806999, 3.0]}, "bbox": [-122.815002, 38.806999, -122.815002, 38.806999]}, {"id": "3589", "type": "Feature", "properties": {"id": "ak16846817", "mag": 1.3, "time": 1505726686491, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5195, 61.7191, 48.0]}, "bbox": [-150.5195, 61.7191, -150.5195, 61.7191]}, {"id": "3590", "type": "Feature", "properties": {"id": "nc72894491", "mag": 1.99, "time": 1505726671730, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.177167, 36.580167, 5.17]}, "bbox": [-121.177167, 36.580167, -121.177167, 36.580167]}, {"id": "3591", "type": "Feature", "properties": {"id": "ak16846815", "mag": 1.4, "time": 1505726488235, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0878, 61.0048, 19.3]}, "bbox": [-146.0878, 61.0048, -146.0878, 61.0048]}, {"id": "3592", "type": "Feature", "properties": {"id": "ak16846813", "mag": 1.3, "time": 1505726256030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0016, 62.7051, 3.6]}, "bbox": [-152.0016, 62.7051, -152.0016, 62.7051]}, {"id": "3593", "type": "Feature", "properties": {"id": "ak16846811", "mag": 1.2, "time": 1505725663332, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7382, 59.7002, 39.4]}, "bbox": [-150.7382, 59.7002, -150.7382, 59.7002]}, {"id": "3594", "type": "Feature", "properties": {"id": "nn00605720", "mag": 1.9, "time": 1505725520932, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0964, 37.3646, 4.7]}, "bbox": [-115.0964, 37.3646, -115.0964, 37.3646]}, {"id": "3595", "type": "Feature", "properties": {"id": "ak16905644", "mag": 1.4, "time": 1505724853854, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3038, 57.9653, 66.7]}, "bbox": [-154.3038, 57.9653, -154.3038, 57.9653]}, {"id": "3596", "type": "Feature", "properties": {"id": "nc72894486", "mag": 1.37, "time": 1505724683560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.892833, 39.342333, 17.73]}, "bbox": [-122.892833, 39.342333, -122.892833, 39.342333]}, {"id": "3597", "type": "Feature", "properties": {"id": "ak16905643", "mag": 1.3, "time": 1505724218199, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9106, 60.4014, 74.9]}, "bbox": [-151.9106, 60.4014, -151.9106, 60.4014]}, {"id": "3598", "type": "Feature", "properties": {"id": "ak16846810", "mag": 1.2, "time": 1505724188489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4141, 63.186, 102.9]}, "bbox": [-150.4141, 63.186, -150.4141, 63.186]}, {"id": "3599", "type": "Feature", "properties": {"id": "ak16846807", "mag": 2.8, "time": 1505723956077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0917, 53.5664, 54.2]}, "bbox": [-165.0917, 53.5664, -165.0917, 53.5664]}, {"id": "3600", "type": "Feature", "properties": {"id": "ak16846803", "mag": 1.3, "time": 1505723952516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.705, 62.5617, 9.0]}, "bbox": [-152.705, 62.5617, -152.705, 62.5617]}, {"id": "3601", "type": "Feature", "properties": {"id": "ak16846799", "mag": 1.9, "time": 1505723888518, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5274, 59.9845, 0.0]}, "bbox": [-139.5274, 59.9845, -139.5274, 59.9845]}, {"id": "3602", "type": "Feature", "properties": {"id": "ak16846358", "mag": 1.3, "time": 1505723457765, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9157, 63.5359, 3.7]}, "bbox": [-150.9157, 63.5359, -150.9157, 63.5359]}, {"id": "3603", "type": "Feature", "properties": {"id": "nc72894456", "mag": 1.22, "time": 1505721765430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157, 36.5615, 3.01]}, "bbox": [-121.157, 36.5615, -121.157, 36.5615]}, {"id": "3604", "type": "Feature", "properties": {"id": "ak16905637", "mag": 1.8, "time": 1505721695198, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5368, 53.884, 45.2]}, "bbox": [-164.5368, 53.884, -164.5368, 53.884]}, {"id": "3605", "type": "Feature", "properties": {"id": "ak16846355", "mag": 1.3, "time": 1505721374282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8253, 64.8958, 12.3]}, "bbox": [-147.8253, 64.8958, -147.8253, 64.8958]}, {"id": "3606", "type": "Feature", "properties": {"id": "ak16846352", "mag": 1.3, "time": 1505721334563, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8755, 64.8906, 14.6]}, "bbox": [-147.8755, 64.8906, -147.8755, 64.8906]}, {"id": "3607", "type": "Feature", "properties": {"id": "ak16846351", "mag": 1.4, "time": 1505720984307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6407, 59.7861, 56.0]}, "bbox": [-151.6407, 59.7861, -151.6407, 59.7861]}, {"id": "3608", "type": "Feature", "properties": {"id": "ak16905633", "mag": 1.2, "time": 1505720070282, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2909, 61.9803, 75.6]}, "bbox": [-151.2909, 61.9803, -151.2909, 61.9803]}, {"id": "3609", "type": "Feature", "properties": {"id": "ak16905632", "mag": 1.3, "time": 1505720064076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7225, 60.6284, 40.3]}, "bbox": [-150.7225, 60.6284, -150.7225, 60.6284]}, {"id": "3610", "type": "Feature", "properties": {"id": "ci37765871", "mag": 0.96, "time": 1505719770880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.790667, 33.495, 4.99]}, "bbox": [-116.790667, 33.495, -116.790667, 33.495]}, {"id": "3611", "type": "Feature", "properties": {"id": "hv61912506", "mag": 1.73, "time": 1505719651510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.218167, 19.4285, 29.836]}, "bbox": [-155.218167, 19.4285, -155.218167, 19.4285]}, {"id": "3612", "type": "Feature", "properties": {"id": "nc72894436", "mag": 1.05, "time": 1505719249700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0175, 37.221333, 9.74]}, "bbox": [-122.0175, 37.221333, -122.0175, 37.221333]}, {"id": "3613", "type": "Feature", "properties": {"id": "nc72894411", "mag": 1.53, "time": 1505718670360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827167, 38.8125, 1.64]}, "bbox": [-122.827167, 38.8125, -122.827167, 38.8125]}, {"id": "3614", "type": "Feature", "properties": {"id": "ak16845911", "mag": 1.3, "time": 1505718573027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.2238, 64.9935, 6.8]}, "bbox": [-161.2238, 64.9935, -161.2238, 64.9935]}, {"id": "3615", "type": "Feature", "properties": {"id": "nc72894406", "mag": 1.22, "time": 1505718182950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.180167, 36.585333, 5.57]}, "bbox": [-121.180167, 36.585333, -121.180167, 36.585333]}, {"id": "3616", "type": "Feature", "properties": {"id": "ak16845908", "mag": 1.1, "time": 1505717899889, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0029, 61.1046, 1.6]}, "bbox": [-140.0029, 61.1046, -140.0029, 61.1046]}, {"id": "3617", "type": "Feature", "properties": {"id": "ak16845905", "mag": 2.8, "time": 1505717405495, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0451, 53.5595, 58.8]}, "bbox": [-165.0451, 53.5595, -165.0451, 53.5595]}, {"id": "3618", "type": "Feature", "properties": {"id": "mb80256179", "mag": 2.84, "time": 1505717382030, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.576167, 48.519, 10.89]}, "bbox": [-114.576167, 48.519, -114.576167, 48.519]}, {"id": "3619", "type": "Feature", "properties": {"id": "ci37765839", "mag": 1.11, "time": 1505716385670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6075, 32.833667, 11.71]}, "bbox": [-115.6075, 32.833667, -115.6075, 32.833667]}, {"id": "3620", "type": "Feature", "properties": {"id": "ak16905628", "mag": 1.2, "time": 1505716158469, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5838, 63.1688, 113.8]}, "bbox": [-150.5838, 63.1688, -150.5838, 63.1688]}, {"id": "3621", "type": "Feature", "properties": {"id": "ak16905627", "mag": 1.2, "time": 1505715377323, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6661, 60.0063, 5.7]}, "bbox": [-140.6661, 60.0063, -140.6661, 60.0063]}, {"id": "3622", "type": "Feature", "properties": {"id": "ak16845901", "mag": 1.6, "time": 1505714845138, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4484, 61.3659, 46.1]}, "bbox": [-150.4484, 61.3659, -150.4484, 61.3659]}, {"id": "3623", "type": "Feature", "properties": {"id": "mb80256174", "mag": 1.81, "time": 1505714255290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.9025, 12.6]}, "bbox": [-112.529333, 46.9025, -112.529333, 46.9025]}, {"id": "3624", "type": "Feature", "properties": {"id": "ak16845458", "mag": 1.9, "time": 1505713543034, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4235, 61.487, 4.6]}, "bbox": [-146.4235, 61.487, -146.4235, 61.487]}, {"id": "3625", "type": "Feature", "properties": {"id": "ak16845453", "mag": 3.2, "time": 1505712925929, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0259, 53.5803, 50.5]}, "bbox": [-165.0259, 53.5803, -165.0259, 53.5803]}, {"id": "3626", "type": "Feature", "properties": {"id": "us2000apru", "mag": 5.7, "time": 1505712483490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-12.7162, -18.5262, 10.0]}, "bbox": [-12.7162, -18.5262, -12.7162, -18.5262]}, {"id": "3627", "type": "Feature", "properties": {"id": "nn00605697", "mag": 1.0, "time": 1505711755570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9167, 38.4153, 9.7]}, "bbox": [-118.9167, 38.4153, -118.9167, 38.4153]}, {"id": "3628", "type": "Feature", "properties": {"id": "ak16845450", "mag": 2.7, "time": 1505711653057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.4353, 51.7384, 88.4]}, "bbox": [179.4353, 51.7384, 179.4353, 51.7384]}, {"id": "3629", "type": "Feature", "properties": {"id": "ak16845451", "mag": 1.4, "time": 1505711579811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0383, 61.8395, 66.6]}, "bbox": [-151.0383, 61.8395, -151.0383, 61.8395]}, {"id": "3630", "type": "Feature", "properties": {"id": "nc72894331", "mag": 2.68, "time": 1505711256010, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-125.213167, 41.036, 15.48]}, "bbox": [-125.213167, 41.036, -125.213167, 41.036]}, {"id": "3631", "type": "Feature", "properties": {"id": "us2000apre", "mag": 3.6, "time": 1505710149350, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.457, 42.6072, 5.27]}, "bbox": [-111.457, 42.6072, -111.457, 42.6072]}, {"id": "3632", "type": "Feature", "properties": {"id": "uu60247312", "mag": 1.94, "time": 1505709538260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.024833, 44.791, 10.06]}, "bbox": [-111.024833, 44.791, -111.024833, 44.791]}, {"id": "3633", "type": "Feature", "properties": {"id": "ak16845447", "mag": 1.6, "time": 1505709232112, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.234, 53.4469, 14.0]}, "bbox": [-167.234, 53.4469, -167.234, 53.4469]}, {"id": "3634", "type": "Feature", "properties": {"id": "ci37765759", "mag": 1.11, "time": 1505708432940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.496667, 4.85]}, "bbox": [-116.797, 33.496667, -116.797, 33.496667]}, {"id": "3635", "type": "Feature", "properties": {"id": "nm60206976", "mag": 2.5, "time": 1505708310780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.764167, 36.103833, 7.78]}, "bbox": [-89.764167, 36.103833, -89.764167, 36.103833]}, {"id": "3636", "type": "Feature", "properties": {"id": "nc72894281", "mag": 1.78, "time": 1505708211260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.583, 36.899833, 6.75]}, "bbox": [-121.583, 36.899833, -121.583, 36.899833]}, {"id": "3637", "type": "Feature", "properties": {"id": "ak16845444", "mag": 1.6, "time": 1505708018964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0127, 61.0975, 1.1]}, "bbox": [-140.0127, 61.0975, -140.0127, 61.0975]}, {"id": "3638", "type": "Feature", "properties": {"id": "ak16845440", "mag": 1.7, "time": 1505706867753, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5639, 63.255, 126.3]}, "bbox": [-150.5639, 63.255, -150.5639, 63.255]}, {"id": "3639", "type": "Feature", "properties": {"id": "ak16845438", "mag": 3.0, "time": 1505706621950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0175, 55.7675, 33.0]}, "bbox": [-153.0175, 55.7675, -153.0175, 55.7675]}, {"id": "3640", "type": "Feature", "properties": {"id": "ci37765751", "mag": 1.44, "time": 1505706060150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797, 33.6865, 17.69]}, "bbox": [-116.797, 33.6865, -116.797, 33.6865]}, {"id": "3641", "type": "Feature", "properties": {"id": "uu60247287", "mag": 2.42, "time": 1505704855680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.429167, 42.593667, 7.36]}, "bbox": [-111.429167, 42.593667, -111.429167, 42.593667]}, {"id": "3642", "type": "Feature", "properties": {"id": "ak16845431", "mag": 2.4, "time": 1505704484262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8583, 58.216, 42.3]}, "bbox": [-152.8583, 58.216, -152.8583, 58.216]}, {"id": "3643", "type": "Feature", "properties": {"id": "ak16845430", "mag": 1.1, "time": 1505704418776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2714, 58.1899, 5.0]}, "bbox": [-155.2714, 58.1899, -155.2714, 58.1899]}, {"id": "3644", "type": "Feature", "properties": {"id": "mb80256144", "mag": 1.01, "time": 1505704182270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.526333, 46.8725, 13.72]}, "bbox": [-112.526333, 46.8725, -112.526333, 46.8725]}, {"id": "3645", "type": "Feature", "properties": {"id": "ak16905611", "mag": 1.0, "time": 1505704113848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9313, 61.6519, 67.6]}, "bbox": [-150.9313, 61.6519, -150.9313, 61.6519]}, {"id": "3646", "type": "Feature", "properties": {"id": "nc72894211", "mag": 1.84, "time": 1505703109320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.735167, 37.656, 5.91]}, "bbox": [-121.735167, 37.656, -121.735167, 37.656]}, {"id": "3647", "type": "Feature", "properties": {"id": "ak16845426", "mag": 1.6, "time": 1505702885799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6172, 61.5636, 14.5]}, "bbox": [-146.6172, 61.5636, -146.6172, 61.5636]}, {"id": "3648", "type": "Feature", "properties": {"id": "ci37765687", "mag": 1.59, "time": 1505702779150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.919833, 33.9785, 4.46]}, "bbox": [-116.919833, 33.9785, -116.919833, 33.9785]}, {"id": "3649", "type": "Feature", "properties": {"id": "nn00605680", "mag": 1.4, "time": 1505702728608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.713, 38.8287, 9.8]}, "bbox": [-119.713, 38.8287, -119.713, 38.8287]}, {"id": "3650", "type": "Feature", "properties": {"id": "ak16844993", "mag": 1.3, "time": 1505701093513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5107, 62.1708, 21.0]}, "bbox": [-145.5107, 62.1708, -145.5107, 62.1708]}, {"id": "3651", "type": "Feature", "properties": {"id": "us2000awky", "mag": 4.1, "time": 1505700898950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3513, 15.0304, 10.0]}, "bbox": [-94.3513, 15.0304, -94.3513, 15.0304]}, {"id": "3652", "type": "Feature", "properties": {"id": "ci37765671", "mag": 1.43, "time": 1505700367060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172167, 34.033667, 5.06]}, "bbox": [-117.172167, 34.033667, -117.172167, 34.033667]}, {"id": "3653", "type": "Feature", "properties": {"id": "ak16905606", "mag": 1.2, "time": 1505699859087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8715, 60.6663, 44.3]}, "bbox": [-150.8715, 60.6663, -150.8715, 60.6663]}, {"id": "3654", "type": "Feature", "properties": {"id": "uw61330596", "mag": 1.49, "time": 1505699530930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.847333, 47.759167, 17.25]}, "bbox": [-122.847333, 47.759167, -122.847333, 47.759167]}, {"id": "3655", "type": "Feature", "properties": {"id": "us2000apq2", "mag": 4.2, "time": 1505699407130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2351, 15.3068, 42.58]}, "bbox": [-94.2351, 15.3068, -94.2351, 15.3068]}, {"id": "3656", "type": "Feature", "properties": {"id": "us2000awly", "mag": 4.2, "time": 1505698782750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1304, 14.9812, 38.39]}, "bbox": [-94.1304, 14.9812, -94.1304, 14.9812]}, {"id": "3657", "type": "Feature", "properties": {"id": "ak16905605", "mag": 1.0, "time": 1505698554304, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5172, 62.1736, 24.2]}, "bbox": [-145.5172, 62.1736, -145.5172, 62.1736]}, {"id": "3658", "type": "Feature", "properties": {"id": "nc72894176", "mag": 2.03, "time": 1505698095820, "felt": 171.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.295333, 37.912, 2.97]}, "bbox": [-122.295333, 37.912, -122.295333, 37.912]}, {"id": "3659", "type": "Feature", "properties": {"id": "us2000appq", "mag": 4.5, "time": 1505697812820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.3367, 53.381, 85.64]}, "bbox": [159.3367, 53.381, 159.3367, 53.381]}, {"id": "3660", "type": "Feature", "properties": {"id": "ci37765639", "mag": 1.01, "time": 1505697641450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7125, 33.986833, 15.48]}, "bbox": [-116.7125, 33.986833, -116.7125, 33.986833]}, {"id": "3661", "type": "Feature", "properties": {"id": "us2000appj", "mag": 4.2, "time": 1505697430690, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.5275, -17.5255, 167.68]}, "bbox": [-69.5275, -17.5255, -69.5275, -17.5255]}, {"id": "3662", "type": "Feature", "properties": {"id": "ak16844988", "mag": 1.0, "time": 1505697245375, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1193, 62.3401, 0.6]}, "bbox": [-149.1193, 62.3401, -149.1193, 62.3401]}, {"id": "3663", "type": "Feature", "properties": {"id": "ci37765631", "mag": 1.87, "time": 1505697080810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.650333, 36.996833, -0.56]}, "bbox": [-117.650333, 36.996833, -117.650333, 36.996833]}, {"id": "3664", "type": "Feature", "properties": {"id": "ak16905602", "mag": 1.4, "time": 1505696884087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1499, 61.9617, 114.4]}, "bbox": [-152.1499, 61.9617, -152.1499, 61.9617]}, {"id": "3665", "type": "Feature", "properties": {"id": "ak16844556", "mag": 1.5, "time": 1505696691069, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8744, 60.2484, 9.9]}, "bbox": [-141.8744, 60.2484, -141.8744, 60.2484]}, {"id": "3666", "type": "Feature", "properties": {"id": "us2000azbk", "mag": 4.0, "time": 1505696468620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5206, 14.824, 18.19]}, "bbox": [-94.5206, 14.824, -94.5206, 14.824]}, {"id": "3667", "type": "Feature", "properties": {"id": "ak16844553", "mag": 1.3, "time": 1505696463448, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4081, 64.6136, 20.7]}, "bbox": [-149.4081, 64.6136, -149.4081, 64.6136]}, {"id": "3668", "type": "Feature", "properties": {"id": "nc72894161", "mag": 1.21, "time": 1505695849630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.818833, 37.41, -0.31]}, "bbox": [-121.818833, 37.41, -121.818833, 37.41]}, {"id": "3669", "type": "Feature", "properties": {"id": "us2000awku", "mag": 4.1, "time": 1505694807240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.306, 19.0286, 202.23]}, "bbox": [145.306, 19.0286, 145.306, 19.0286]}, {"id": "3670", "type": "Feature", "properties": {"id": "us2000app7", "mag": 4.4, "time": 1505694748030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.3564, -8.1346, 41.72]}, "bbox": [119.3564, -8.1346, 119.3564, -8.1346]}, {"id": "3671", "type": "Feature", "properties": {"id": "nn00605668", "mag": 1.2, "time": 1505694738920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3624, 37.0509, 0.0]}, "bbox": [-115.3624, 37.0509, -115.3624, 37.0509]}, {"id": "3672", "type": "Feature", "properties": {"id": "ak16844544", "mag": 2.0, "time": 1505694295643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7281, 60.3555, 46.1]}, "bbox": [-150.7281, 60.3555, -150.7281, 60.3555]}, {"id": "3673", "type": "Feature", "properties": {"id": "ak16844543", "mag": 1.8, "time": 1505694278381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7896, 59.8626, 4.6]}, "bbox": [-136.7896, 59.8626, -136.7896, 59.8626]}, {"id": "3674", "type": "Feature", "properties": {"id": "nc72894151", "mag": 1.42, "time": 1505693902060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.912833, 37.621667, 2.05]}, "bbox": [-118.912833, 37.621667, -118.912833, 37.621667]}, {"id": "3675", "type": "Feature", "properties": {"id": "ak16844541", "mag": 1.3, "time": 1505693551555, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.791, 61.7452, 48.2]}, "bbox": [-149.791, 61.7452, -149.791, 61.7452]}, {"id": "3676", "type": "Feature", "properties": {"id": "mb80256109", "mag": 1.41, "time": 1505690846740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.869667, 12.91]}, "bbox": [-112.522, 46.869667, -112.522, 46.869667]}, {"id": "3677", "type": "Feature", "properties": {"id": "ci37765583", "mag": 1.3, "time": 1505690496480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.673167, 35.042833, -0.82]}, "bbox": [-117.673167, 35.042833, -117.673167, 35.042833]}, {"id": "3678", "type": "Feature", "properties": {"id": "ak16873959", "mag": 1.1, "time": 1505690288149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4144, 67.2216, 11.0]}, "bbox": [-153.4144, 67.2216, -153.4144, 67.2216]}, {"id": "3679", "type": "Feature", "properties": {"id": "ak16844094", "mag": 1.9, "time": 1505690276630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3972, 53.7854, 6.8]}, "bbox": [-166.3972, 53.7854, -166.3972, 53.7854]}, {"id": "3680", "type": "Feature", "properties": {"id": "us2000apnm", "mag": 4.9, "time": 1505689940400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.5672, -4.6379, 588.19]}, "bbox": [149.5672, -4.6379, 149.5672, -4.6379]}, {"id": "3681", "type": "Feature", "properties": {"id": "mb80256099", "mag": 2.34, "time": 1505689339390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5195, 46.899167, 12.28]}, "bbox": [-112.5195, 46.899167, -112.5195, 46.899167]}, {"id": "3682", "type": "Feature", "properties": {"id": "ak16844091", "mag": 1.5, "time": 1505688162418, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.5592, 60.9727, 72.2]}, "bbox": [-151.5592, 60.9727, -151.5592, 60.9727]}, {"id": "3683", "type": "Feature", "properties": {"id": "mb80256084", "mag": 1.49, "time": 1505688150190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.8165, 46.9305, 13.74]}, "bbox": [-112.8165, 46.9305, -112.8165, 46.9305]}, {"id": "3684", "type": "Feature", "properties": {"id": "nc72894131", "mag": 0.95, "time": 1505687822870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.026667, 36.453333, 2.98]}, "bbox": [-121.026667, 36.453333, -121.026667, 36.453333]}, {"id": "3685", "type": "Feature", "properties": {"id": "nc72894126", "mag": 1.46, "time": 1505687740270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.618333, 36.970833, 5.35]}, "bbox": [-121.618333, 36.970833, -121.618333, 36.970833]}, {"id": "3686", "type": "Feature", "properties": {"id": "ak16844087", "mag": 1.3, "time": 1505686236328, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3499, 60.4807, 6.2]}, "bbox": [-147.3499, 60.4807, -147.3499, 60.4807]}, {"id": "3687", "type": "Feature", "properties": {"id": "ak16844084", "mag": 1.7, "time": 1505686047172, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7406, 64.6981, 9.7]}, "bbox": [-153.7406, 64.6981, -153.7406, 64.6981]}, {"id": "3688", "type": "Feature", "properties": {"id": "ak16844079", "mag": 2.1, "time": 1505685489298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3304, 60.4706, 9.6]}, "bbox": [-147.3304, 60.4706, -147.3304, 60.4706]}, {"id": "3689", "type": "Feature", "properties": {"id": "uw61330461", "mag": 2.46, "time": 1505684983130, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.725333, 47.439333, 22.35]}, "bbox": [-121.725333, 47.439333, -121.725333, 47.439333]}, {"id": "3690", "type": "Feature", "properties": {"id": "ak16873952", "mag": 2.2, "time": 1505684866449, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.006, 52.386, 9.1]}, "bbox": [-169.006, 52.386, -169.006, 52.386]}, {"id": "3691", "type": "Feature", "properties": {"id": "nc72894116", "mag": 1.14, "time": 1505684450170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.571833, 37.947167, 8.37]}, "bbox": [-118.571833, 37.947167, -118.571833, 37.947167]}, {"id": "3692", "type": "Feature", "properties": {"id": "ak16873951", "mag": 1.3, "time": 1505684432066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.6357, 60.5724, 2.9]}, "bbox": [-147.6357, 60.5724, -147.6357, 60.5724]}, {"id": "3693", "type": "Feature", "properties": {"id": "ak16843656", "mag": 1.6, "time": 1505683789980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1167, 59.7703, 41.9]}, "bbox": [-151.1167, 59.7703, -151.1167, 59.7703]}, {"id": "3694", "type": "Feature", "properties": {"id": "ak16843652", "mag": 1.6, "time": 1505683291823, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4894, 61.5289, 25.6]}, "bbox": [-146.4894, 61.5289, -146.4894, 61.5289]}, {"id": "3695", "type": "Feature", "properties": {"id": "nc72894101", "mag": 1.41, "time": 1505682978360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.496, 1.06]}, "bbox": [-118.834, 37.496, -118.834, 37.496]}, {"id": "3696", "type": "Feature", "properties": {"id": "ak16843651", "mag": 2.6, "time": 1505682712646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.4711, 51.686, 75.7]}, "bbox": [178.4711, 51.686, 178.4711, 51.686]}, {"id": "3697", "type": "Feature", "properties": {"id": "nc72894096", "mag": 0.99, "time": 1505682599530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816167, 37.455833, 1.06]}, "bbox": [-118.816167, 37.455833, -118.816167, 37.455833]}, {"id": "3698", "type": "Feature", "properties": {"id": "ak16843650", "mag": 1.2, "time": 1505682068077, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5842, 61.7746, 3.7]}, "bbox": [-150.5842, 61.7746, -150.5842, 61.7746]}, {"id": "3699", "type": "Feature", "properties": {"id": "nc72894086", "mag": 1.35, "time": 1505681812610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.973667, 36.395167, 4.69]}, "bbox": [-120.973667, 36.395167, -120.973667, 36.395167]}, {"id": "3700", "type": "Feature", "properties": {"id": "nc72894081", "mag": 1.91, "time": 1505681477080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.809167, 38.797667, 3.52]}, "bbox": [-122.809167, 38.797667, -122.809167, 38.797667]}, {"id": "3701", "type": "Feature", "properties": {"id": "nc72894076", "mag": 1.47, "time": 1505681470510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810167, 38.799167, 3.08]}, "bbox": [-122.810167, 38.799167, -122.810167, 38.799167]}, {"id": "3702", "type": "Feature", "properties": {"id": "ak16873946", "mag": 1.4, "time": 1505680958230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1812, 62.2538, 76.5]}, "bbox": [-151.1812, 62.2538, -151.1812, 62.2538]}, {"id": "3703", "type": "Feature", "properties": {"id": "us2000apkx", "mag": 4.9, "time": 1505680147260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.9501, -18.9829, 129.26]}, "bbox": [-174.9501, -18.9829, -174.9501, -18.9829]}, {"id": "3704", "type": "Feature", "properties": {"id": "ak16843225", "mag": 1.3, "time": 1505680062920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5209, 60.1956, 82.1]}, "bbox": [-152.5209, 60.1956, -152.5209, 60.1956]}, {"id": "3705", "type": "Feature", "properties": {"id": "ci37765519", "mag": 1.42, "time": 1505680024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.488167, 2.05]}, "bbox": [-118.293, 35.488167, -118.293, 35.488167]}, {"id": "3706", "type": "Feature", "properties": {"id": "ak16873944", "mag": 1.3, "time": 1505679233862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2975, 62.163, 79.9]}, "bbox": [-151.2975, 62.163, -151.2975, 62.163]}, {"id": "3707", "type": "Feature", "properties": {"id": "ak16873943", "mag": 1.8, "time": 1505678992249, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8219, 51.8825, 86.4]}, "bbox": [-174.8219, 51.8825, -174.8219, 51.8825]}, {"id": "3708", "type": "Feature", "properties": {"id": "uw61330431", "mag": 1.0, "time": 1505678333060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.5365, 47.603667, 19.51]}, "bbox": [-122.5365, 47.603667, -122.5365, 47.603667]}, {"id": "3709", "type": "Feature", "properties": {"id": "ci37765487", "mag": 1.12, "time": 1505676865320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.608667, 32.830167, 11.82]}, "bbox": [-115.608667, 32.830167, -115.608667, 32.830167]}, {"id": "3710", "type": "Feature", "properties": {"id": "us2000apke", "mag": 4.1, "time": 1505676865110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.5905, 12.0757, 53.01]}, "bbox": [-87.5905, 12.0757, -87.5905, 12.0757]}, {"id": "3711", "type": "Feature", "properties": {"id": "us2000apkd", "mag": 3.9, "time": 1505676791370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2379, -31.7388, 121.68]}, "bbox": [-70.2379, -31.7388, -70.2379, -31.7388]}, {"id": "3712", "type": "Feature", "properties": {"id": "ci37765479", "mag": 1.54, "time": 1505676576290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605333, 32.8245, 11.96]}, "bbox": [-115.605333, 32.8245, -115.605333, 32.8245]}, {"id": "3713", "type": "Feature", "properties": {"id": "us2000apkc", "mag": 2.5, "time": 1505676527950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4244, 42.5958, 5.8]}, "bbox": [-111.4244, 42.5958, -111.4244, 42.5958]}, {"id": "3714", "type": "Feature", "properties": {"id": "nn00605653", "mag": 1.3, "time": 1505676457309, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.12, 38.2855, 13.1]}, "bbox": [-119.12, 38.2855, -119.12, 38.2855]}, {"id": "3715", "type": "Feature", "properties": {"id": "nc72894061", "mag": 1.21, "time": 1505675373140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.059667, 36.477833, 6.98]}, "bbox": [-121.059667, 36.477833, -121.059667, 36.477833]}, {"id": "3716", "type": "Feature", "properties": {"id": "us2000apk4", "mag": 3.1, "time": 1505674381070, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.9818, 35.7788, 5.0]}, "bbox": [-96.9818, 35.7788, -96.9818, 35.7788]}, {"id": "3717", "type": "Feature", "properties": {"id": "ak16842798", "mag": 1.4, "time": 1505672288384, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7121, 63.5719, 4.3]}, "bbox": [-151.7121, 63.5719, -151.7121, 63.5719]}, {"id": "3718", "type": "Feature", "properties": {"id": "ak16842797", "mag": 2.7, "time": 1505669173773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4976, 51.6544, 7.8]}, "bbox": [-178.4976, 51.6544, -178.4976, 51.6544]}, {"id": "3719", "type": "Feature", "properties": {"id": "mb80256039", "mag": 1.09, "time": 1505668834370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.6775, 46.891833, 15.96]}, "bbox": [-112.6775, 46.891833, -112.6775, 46.891833]}, {"id": "3720", "type": "Feature", "properties": {"id": "ak16873938", "mag": 1.2, "time": 1505668625975, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5592, 62.857, 82.0]}, "bbox": [-149.5592, 62.857, -149.5592, 62.857]}, {"id": "3721", "type": "Feature", "properties": {"id": "ci37765423", "mag": 1.4, "time": 1505668324590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.831333, 32.775833, 2.46]}, "bbox": [-115.831333, 32.775833, -115.831333, 32.775833]}, {"id": "3722", "type": "Feature", "properties": {"id": "ak16842795", "mag": 1.1, "time": 1505668022720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4003, 64.8531, 2.7]}, "bbox": [-153.4003, 64.8531, -153.4003, 64.8531]}, {"id": "3723", "type": "Feature", "properties": {"id": "nc72894026", "mag": 1.3, "time": 1505667983860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.734667, 38.788167, 1.43]}, "bbox": [-122.734667, 38.788167, -122.734667, 38.788167]}, {"id": "3724", "type": "Feature", "properties": {"id": "ak16873936", "mag": 1.6, "time": 1505667107903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0584, 57.21, 33.0]}, "bbox": [-155.0584, 57.21, -155.0584, 57.21]}, {"id": "3725", "type": "Feature", "properties": {"id": "ci37765415", "mag": 1.52, "time": 1505666643390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.833167, 32.781833, 2.39]}, "bbox": [-115.833167, 32.781833, -115.833167, 32.781833]}, {"id": "3726", "type": "Feature", "properties": {"id": "ci37765407", "mag": 0.98, "time": 1505666358680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.273667, 33.981333, 6.22]}, "bbox": [-116.273667, 33.981333, -116.273667, 33.981333]}, {"id": "3727", "type": "Feature", "properties": {"id": "us2000at5v", "mag": 4.3, "time": 1505665820280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.2591, 0.908, 157.83]}, "bbox": [127.2591, 0.908, 127.2591, 0.908]}, {"id": "3728", "type": "Feature", "properties": {"id": "pr2017260000", "mag": 2.31, "time": 1505665148110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9698, 19.0821, 23.0]}, "bbox": [-67.9698, 19.0821, -67.9698, 19.0821]}, {"id": "3729", "type": "Feature", "properties": {"id": "us2000apj3", "mag": 2.6, "time": 1505664664460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4059, 42.5497, 11.14]}, "bbox": [-111.4059, 42.5497, -111.4059, 42.5497]}, {"id": "3730", "type": "Feature", "properties": {"id": "us2000apj0", "mag": 2.7, "time": 1505663998840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4107, 42.5429, 8.67]}, "bbox": [-111.4107, 42.5429, -111.4107, 42.5429]}, {"id": "3731", "type": "Feature", "properties": {"id": "uw61330391", "mag": 1.11, "time": 1505663462920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.04, 46.880167, 6.02]}, "bbox": [-122.04, 46.880167, -122.04, 46.880167]}, {"id": "3732", "type": "Feature", "properties": {"id": "uu60247022", "mag": 1.06, "time": 1505663122580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.790333, 9.98]}, "bbox": [-111.025833, 44.790333, -111.025833, 44.790333]}, {"id": "3733", "type": "Feature", "properties": {"id": "nn00606540", "mag": 1.3, "time": 1505663040033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0921, 41.885, 0.0]}, "bbox": [-119.0921, 41.885, -119.0921, 41.885]}, {"id": "3734", "type": "Feature", "properties": {"id": "ak16873932", "mag": 1.9, "time": 1505662296127, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8489, 51.9624, 111.3]}, "bbox": [-174.8489, 51.9624, -174.8489, 51.9624]}, {"id": "3735", "type": "Feature", "properties": {"id": "us2000at5n", "mag": 4.5, "time": 1505662282900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.7612, 44.1688, 33.57]}, "bbox": [140.7612, 44.1688, 140.7612, 44.1688]}, {"id": "3736", "type": "Feature", "properties": {"id": "mb80255969", "mag": 2.04, "time": 1505662108810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.516, 46.881333, 14.94]}, "bbox": [-112.516, 46.881333, -112.516, 46.881333]}, {"id": "3737", "type": "Feature", "properties": {"id": "us2000at5p", "mag": 4.5, "time": 1505662091100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.0118, -6.3464, 35.0]}, "bbox": [149.0118, -6.3464, 149.0118, -6.3464]}, {"id": "3738", "type": "Feature", "properties": {"id": "ak16873931", "mag": 1.4, "time": 1505662034661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.362, 63.1318, 2.6]}, "bbox": [-144.362, 63.1318, -144.362, 63.1318]}, {"id": "3739", "type": "Feature", "properties": {"id": "us2000at68", "mag": 4.3, "time": 1505661360280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.9733, -6.4551, 35.0]}, "bbox": [148.9733, -6.4551, 148.9733, -6.4551]}, {"id": "3740", "type": "Feature", "properties": {"id": "ak16841969", "mag": 1.1, "time": 1505661169528, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6029, 66.5697, 13.3]}, "bbox": [-146.6029, 66.5697, -146.6029, 66.5697]}, {"id": "3741", "type": "Feature", "properties": {"id": "mb80255949", "mag": 1.49, "time": 1505659897070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.519, 46.855, 14.3]}, "bbox": [-112.519, 46.855, -112.519, 46.855]}, {"id": "3742", "type": "Feature", "properties": {"id": "us2000apij", "mag": 5.4, "time": 1505659803240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.6428, -16.6386, 30.39]}, "bbox": [-173.6428, -16.6386, -173.6428, -16.6386]}, {"id": "3743", "type": "Feature", "properties": {"id": "us2000at5x", "mag": 5.0, "time": 1505659691430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0846, 12.809, 27.48]}, "bbox": [92.0846, 12.809, 92.0846, 12.809]}, {"id": "3744", "type": "Feature", "properties": {"id": "ci37765367", "mag": 1.03, "time": 1505659458990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.19, 33.2585, 9.58]}, "bbox": [-116.19, 33.2585, -116.19, 33.2585]}, {"id": "3745", "type": "Feature", "properties": {"id": "nc72893976", "mag": 1.19, "time": 1505659223910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825, 37.453, 1.57]}, "bbox": [-118.825, 37.453, -118.825, 37.453]}, {"id": "3746", "type": "Feature", "properties": {"id": "us2000at5m", "mag": 4.9, "time": 1505658989080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [149.1591, -6.3567, 35.0]}, "bbox": [149.1591, -6.3567, 149.1591, -6.3567]}, {"id": "3747", "type": "Feature", "properties": {"id": "us2000apie", "mag": 4.5, "time": 1505658574670, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [24.0015, 39.2721, 10.0]}, "bbox": [24.0015, 39.2721, 24.0015, 39.2721]}, {"id": "3748", "type": "Feature", "properties": {"id": "ak16841552", "mag": 1.3, "time": 1505658549717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9309, 62.6606, 59.8]}, "bbox": [-149.9309, 62.6606, -149.9309, 62.6606]}, {"id": "3749", "type": "Feature", "properties": {"id": "us2000apif", "mag": 5.7, "time": 1505658367620, "felt": 0.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [148.8708, -6.3113, 18.92]}, "bbox": [148.8708, -6.3113, 148.8708, -6.3113]}, {"id": "3750", "type": "Feature", "properties": {"id": "us2000at5l", "mag": 4.3, "time": 1505658365190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.9505, 64.5019, 9.15]}, "bbox": [-17.9505, 64.5019, -17.9505, 64.5019]}, {"id": "3751", "type": "Feature", "properties": {"id": "us2000aza1", "mag": 4.2, "time": 1505658191320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5959, 15.2169, 35.0]}, "bbox": [-94.5959, 15.2169, -94.5959, 15.2169]}, {"id": "3752", "type": "Feature", "properties": {"id": "us2000at6b", "mag": 4.6, "time": 1505658184020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-17.6137, 64.4904, 8.23]}, "bbox": [-17.6137, 64.4904, -17.6137, 64.4904]}, {"id": "3753", "type": "Feature", "properties": {"id": "ak16841550", "mag": 1.4, "time": 1505657865000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8499, 59.8804, 5.2]}, "bbox": [-136.8499, 59.8804, -136.8499, 59.8804]}, {"id": "3754", "type": "Feature", "properties": {"id": "ci37765335", "mag": 1.11, "time": 1505657294840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.367, 33.357167, 9.18]}, "bbox": [-116.367, 33.357167, -116.367, 33.357167]}, {"id": "3755", "type": "Feature", "properties": {"id": "ak16841549", "mag": 1.4, "time": 1505657219284, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.0876, 69.5184, 4.2]}, "bbox": [-145.0876, 69.5184, -145.0876, 69.5184]}, {"id": "3756", "type": "Feature", "properties": {"id": "nc72893941", "mag": 1.51, "time": 1505657160730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818333, 38.818167, 2.23]}, "bbox": [-122.818333, 38.818167, -122.818333, 38.818167]}, {"id": "3757", "type": "Feature", "properties": {"id": "nc72893946", "mag": 1.02, "time": 1505657152440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817001, 38.8185, 2.05]}, "bbox": [-122.817001, 38.8185, -122.817001, 38.8185]}, {"id": "3758", "type": "Feature", "properties": {"id": "ak16873926", "mag": 1.7, "time": 1505656923604, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8082, 60.1773, 106.4]}, "bbox": [-152.8082, 60.1773, -152.8082, 60.1773]}, {"id": "3759", "type": "Feature", "properties": {"id": "ak16873925", "mag": 1.9, "time": 1505656654419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6293, 59.5728, 120.8]}, "bbox": [-153.6293, 59.5728, -153.6293, 59.5728]}, {"id": "3760", "type": "Feature", "properties": {"id": "ci37765327", "mag": 2.88, "time": 1505656629430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.882333, 31.6215, 9.25]}, "bbox": [-115.882333, 31.6215, -115.882333, 31.6215]}, {"id": "3761", "type": "Feature", "properties": {"id": "us2000at5k", "mag": 4.1, "time": 1505656609750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.5305, 1.7746, 37.54]}, "bbox": [126.5305, 1.7746, 126.5305, 1.7746]}, {"id": "3762", "type": "Feature", "properties": {"id": "nc72893936", "mag": 0.98, "time": 1505656502420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.125667, 36.566167, 8.44]}, "bbox": [-121.125667, 36.566167, -121.125667, 36.566167]}, {"id": "3763", "type": "Feature", "properties": {"id": "us2000at5i", "mag": 4.4, "time": 1505655648380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.9394, -17.3298, 553.92]}, "bbox": [-178.9394, -17.3298, -178.9394, -17.3298]}, {"id": "3764", "type": "Feature", "properties": {"id": "se60044613", "mag": 2.03, "time": 1505655579030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-85.053333, 35.561333, 15.47]}, "bbox": [-85.053333, 35.561333, -85.053333, 35.561333]}, {"id": "3765", "type": "Feature", "properties": {"id": "ci37765311", "mag": 1.07, "time": 1505655296260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.090333, 33.473833, 14.65]}, "bbox": [-117.090333, 33.473833, -117.090333, 33.473833]}, {"id": "3766", "type": "Feature", "properties": {"id": "ak16841547", "mag": 1.9, "time": 1505655282227, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7794, 63.9496, 114.9]}, "bbox": [-148.7794, 63.9496, -148.7794, 63.9496]}, {"id": "3767", "type": "Feature", "properties": {"id": "us2000at5r", "mag": 4.9, "time": 1505655030310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-11.7611, -21.01, 10.0]}, "bbox": [-11.7611, -21.01, -11.7611, -21.01]}, {"id": "3768", "type": "Feature", "properties": {"id": "us2000as44", "mag": 2.6, "time": 1505654924870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7236, 51.4933, 34.35]}, "bbox": [-177.7236, 51.4933, -177.7236, 51.4933]}, {"id": "3769", "type": "Feature", "properties": {"id": "ak16841538", "mag": 2.3, "time": 1505654819006, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6722, 62.9044, 66.8]}, "bbox": [-148.6722, 62.9044, -148.6722, 62.9044]}, {"id": "3770", "type": "Feature", "properties": {"id": "ci37765303", "mag": 0.97, "time": 1505654141860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922167, 33.9755, 4.94]}, "bbox": [-116.922167, 33.9755, -116.922167, 33.9755]}, {"id": "3771", "type": "Feature", "properties": {"id": "us2000aphx", "mag": 4.0, "time": 1505653928680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4533, 15.5042, 7.94]}, "bbox": [-94.4533, 15.5042, -94.4533, 15.5042]}, {"id": "3772", "type": "Feature", "properties": {"id": "ak16841537", "mag": 1.0, "time": 1505653531820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3466, 61.07, 12.2]}, "bbox": [-152.3466, 61.07, -152.3466, 61.07]}, {"id": "3773", "type": "Feature", "properties": {"id": "nc72893916", "mag": 0.99, "time": 1505653446980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.479333, 0.86]}, "bbox": [-118.835, 37.479333, -118.835, 37.479333]}, {"id": "3774", "type": "Feature", "properties": {"id": "ak16841536", "mag": 1.4, "time": 1505653266021, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6794, 67.9633, 14.6]}, "bbox": [-155.6794, 67.9633, -155.6794, 67.9633]}, {"id": "3775", "type": "Feature", "properties": {"id": "ak16841136", "mag": 1.5, "time": 1505652267061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.9646, 53.8971, 6.6]}, "bbox": [-166.9646, 53.8971, -166.9646, 53.8971]}, {"id": "3776", "type": "Feature", "properties": {"id": "nn00605626", "mag": 1.0, "time": 1505652081143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2815, 36.537, 7.3]}, "bbox": [-116.2815, 36.537, -116.2815, 36.537]}, {"id": "3777", "type": "Feature", "properties": {"id": "ak16841133", "mag": 1.8, "time": 1505651930739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7652, 62.1126, 23.7]}, "bbox": [-147.7652, 62.1126, -147.7652, 62.1126]}, {"id": "3778", "type": "Feature", "properties": {"id": "ak16841130", "mag": 2.2, "time": 1505651632523, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.454, 59.2923, 97.5]}, "bbox": [-153.454, 59.2923, -153.454, 59.2923]}, {"id": "3779", "type": "Feature", "properties": {"id": "ci37765271", "mag": 1.39, "time": 1505650827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.021167, 33.921, 2.44]}, "bbox": [-116.021167, 33.921, -116.021167, 33.921]}, {"id": "3780", "type": "Feature", "properties": {"id": "hv61911226", "mag": 1.91, "time": 1505650411260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.478668, 19.212334, 38.03]}, "bbox": [-155.478668, 19.212334, -155.478668, 19.212334]}, {"id": "3781", "type": "Feature", "properties": {"id": "ak16841124", "mag": 2.1, "time": 1505649687852, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.7865, 65.3345, 13.3]}, "bbox": [-143.7865, 65.3345, -143.7865, 65.3345]}, {"id": "3782", "type": "Feature", "properties": {"id": "nc72893881", "mag": 1.23, "time": 1505648682040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543833, 37.339667, 10.06]}, "bbox": [-118.543833, 37.339667, -118.543833, 37.339667]}, {"id": "3783", "type": "Feature", "properties": {"id": "ak16840722", "mag": 3.2, "time": 1505648575230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7144, 57.2975, 42.8]}, "bbox": [-154.7144, 57.2975, -154.7144, 57.2975]}, {"id": "3784", "type": "Feature", "properties": {"id": "us2000at5g", "mag": 4.3, "time": 1505647937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.6171, -11.7459, 251.44]}, "bbox": [166.6171, -11.7459, 166.6171, -11.7459]}, {"id": "3785", "type": "Feature", "properties": {"id": "ak16873911", "mag": 2.6, "time": 1505647578270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7891, 66.3882, 37.6]}, "bbox": [-135.7891, 66.3882, -135.7891, 66.3882]}, {"id": "3786", "type": "Feature", "properties": {"id": "ak16873910", "mag": 2.0, "time": 1505647575716, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.55, 57.7487, 89.0]}, "bbox": [-155.55, 57.7487, -155.55, 57.7487]}, {"id": "3787", "type": "Feature", "properties": {"id": "ak16873909", "mag": 2.8, "time": 1505647412246, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.7412, 66.3682, 34.5]}, "bbox": [-135.7412, 66.3682, -135.7412, 66.3682]}, {"id": "3788", "type": "Feature", "properties": {"id": "ak16840719", "mag": 2.1, "time": 1505647228188, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4607, 60.5815, 14.5]}, "bbox": [-148.4607, 60.5815, -148.4607, 60.5815]}, {"id": "3789", "type": "Feature", "properties": {"id": "ci37765239", "mag": 1.03, "time": 1505646849520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920667, 33.972167, 5.29]}, "bbox": [-116.920667, 33.972167, -116.920667, 33.972167]}, {"id": "3790", "type": "Feature", "properties": {"id": "us2000aph6", "mag": 4.2, "time": 1505646653440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3399, -21.9058, 192.78]}, "bbox": [-67.3399, -21.9058, -67.3399, -21.9058]}, {"id": "3791", "type": "Feature", "properties": {"id": "us2000aph5", "mag": 4.7, "time": 1505646260660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [127.0437, 3.6252, 68.15]}, "bbox": [127.0437, 3.6252, 127.0437, 3.6252]}, {"id": "3792", "type": "Feature", "properties": {"id": "ak16873907", "mag": 2.2, "time": 1505645846935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4823, 51.6608, 13.2]}, "bbox": [-178.4823, 51.6608, -178.4823, 51.6608]}, {"id": "3793", "type": "Feature", "properties": {"id": "ak16873906", "mag": 1.2, "time": 1505645773090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.3827, 53.8702, 12.1]}, "bbox": [-166.3827, 53.8702, -166.3827, 53.8702]}, {"id": "3794", "type": "Feature", "properties": {"id": "uw61330311", "mag": 1.94, "time": 1505644617240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041167, 46.879167, 6.84]}, "bbox": [-122.041167, 46.879167, -122.041167, 46.879167]}, {"id": "3795", "type": "Feature", "properties": {"id": "ak16840715", "mag": 1.5, "time": 1505644280463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.605, 61.6723, 29.6]}, "bbox": [-146.605, 61.6723, -146.605, 61.6723]}, {"id": "3796", "type": "Feature", "properties": {"id": "ci37765223", "mag": 1.02, "time": 1505644185880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.465667, 34.376833, 9.74]}, "bbox": [-116.465667, 34.376833, -116.465667, 34.376833]}, {"id": "3797", "type": "Feature", "properties": {"id": "ci37765215", "mag": 1.28, "time": 1505644151980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.358167, 33.415667, 12.48]}, "bbox": [-116.358167, 33.415667, -116.358167, 33.415667]}, {"id": "3798", "type": "Feature", "properties": {"id": "us2000at5e", "mag": 4.5, "time": 1505644031790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [92.0628, 12.7773, 33.35]}, "bbox": [92.0628, 12.7773, 92.0628, 12.7773]}, {"id": "3799", "type": "Feature", "properties": {"id": "ak16873903", "mag": 1.4, "time": 1505643609236, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5971, 61.5891, 59.1]}, "bbox": [-150.5971, 61.5891, -150.5971, 61.5891]}, {"id": "3800", "type": "Feature", "properties": {"id": "ak16840713", "mag": 1.9, "time": 1505643118540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.0384, 63.1445, 14.8]}, "bbox": [-144.0384, 63.1445, -144.0384, 63.1445]}, {"id": "3801", "type": "Feature", "properties": {"id": "hv61911016", "mag": 2.48, "time": 1505641665420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.593167, 19.476, 2.731]}, "bbox": [-155.593167, 19.476, -155.593167, 19.476]}, {"id": "3802", "type": "Feature", "properties": {"id": "ak16840350", "mag": 1.1, "time": 1505641100972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8915, 64.848, 8.2]}, "bbox": [-148.8915, 64.848, -148.8915, 64.848]}, {"id": "3803", "type": "Feature", "properties": {"id": "us2000at5c", "mag": 4.7, "time": 1505640684330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-26.4288, -59.7896, 35.0]}, "bbox": [-26.4288, -59.7896, -26.4288, -59.7896]}, {"id": "3804", "type": "Feature", "properties": {"id": "ak16840314", "mag": 2.8, "time": 1505640505656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.6831, 60.3761, 2.0]}, "bbox": [-143.6831, 60.3761, -143.6831, 60.3761]}, {"id": "3805", "type": "Feature", "properties": {"id": "us2000apgy", "mag": 4.9, "time": 1505640302130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.2485, 37.3415, 54.96]}, "bbox": [141.2485, 37.3415, 141.2485, 37.3415]}, {"id": "3806", "type": "Feature", "properties": {"id": "us2000at65", "mag": 4.6, "time": 1505640090990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.5314, -7.0219, 10.0]}, "bbox": [-13.5314, -7.0219, -13.5314, -7.0219]}, {"id": "3807", "type": "Feature", "properties": {"id": "us2000as3y", "mag": 2.7, "time": 1505639953270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.1147, 51.5611, 45.65]}, "bbox": [-176.1147, 51.5611, -176.1147, 51.5611]}, {"id": "3808", "type": "Feature", "properties": {"id": "us2000at5a", "mag": 4.8, "time": 1505639681290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-13.1689, -7.0877, 10.0]}, "bbox": [-13.1689, -7.0877, -13.1689, -7.0877]}, {"id": "3809", "type": "Feature", "properties": {"id": "ak16840312", "mag": 2.1, "time": 1505638931288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0719, 60.2719, 130.5]}, "bbox": [-153.0719, 60.2719, -153.0719, 60.2719]}, {"id": "3810", "type": "Feature", "properties": {"id": "ak16840302", "mag": 2.8, "time": 1505638686114, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2164, 60.4788, 97.5]}, "bbox": [-152.2164, 60.4788, -152.2164, 60.4788]}, {"id": "3811", "type": "Feature", "properties": {"id": "uu60246942", "mag": 1.01, "time": 1505637537950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.025833, 44.786167, 7.95]}, "bbox": [-111.025833, 44.786167, -111.025833, 44.786167]}, {"id": "3812", "type": "Feature", "properties": {"id": "nc72893791", "mag": 1.48, "time": 1505637347930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.879167, 37.109167, 2.16]}, "bbox": [-121.879167, 37.109167, -121.879167, 37.109167]}, {"id": "3813", "type": "Feature", "properties": {"id": "ak16839942", "mag": 1.9, "time": 1505637129909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8564, 60.3231, 63.0]}, "bbox": [-150.8564, 60.3231, -150.8564, 60.3231]}, {"id": "3814", "type": "Feature", "properties": {"id": "nc72893786", "mag": 1.14, "time": 1505636971290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737335, 38.786167, 0.85]}, "bbox": [-122.737335, 38.786167, -122.737335, 38.786167]}, {"id": "3815", "type": "Feature", "properties": {"id": "nc72893781", "mag": 2.61, "time": 1505636516400, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.117, 36.594333, 6.98]}, "bbox": [-121.117, 36.594333, -121.117, 36.594333]}, {"id": "3816", "type": "Feature", "properties": {"id": "us2000apg4", "mag": 4.6, "time": 1505636241220, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.1696, 7.5057, 23.33]}, "bbox": [-82.1696, 7.5057, -82.1696, 7.5057]}, {"id": "3817", "type": "Feature", "properties": {"id": "ak16839932", "mag": 1.1, "time": 1505636239228, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8157, 63.2668, 2.3]}, "bbox": [-151.8157, 63.2668, -151.8157, 63.2668]}, {"id": "3818", "type": "Feature", "properties": {"id": "us2000apg0", "mag": 4.1, "time": 1505634585840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7666, -23.8893, 236.18]}, "bbox": [-66.7666, -23.8893, -66.7666, -23.8893]}, {"id": "3819", "type": "Feature", "properties": {"id": "ci37765143", "mag": 2.2, "time": 1505634363500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.373667, 32.9405, 7.78]}, "bbox": [-116.373667, 32.9405, -116.373667, 32.9405]}, {"id": "3820", "type": "Feature", "properties": {"id": "nn00605603", "mag": 1.8, "time": 1505634209242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8894, 38.3778, 11.1]}, "bbox": [-118.8894, 38.3778, -118.8894, 38.3778]}, {"id": "3821", "type": "Feature", "properties": {"id": "us2000apfv", "mag": 2.4, "time": 1505634047190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4463, 42.5857, 4.34]}, "bbox": [-111.4463, 42.5857, -111.4463, 42.5857]}, {"id": "3822", "type": "Feature", "properties": {"id": "ak16839551", "mag": 1.9, "time": 1505633391424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7184, 59.603, 74.2]}, "bbox": [-152.7184, 59.603, -152.7184, 59.603]}, {"id": "3823", "type": "Feature", "properties": {"id": "nc72893741", "mag": 1.84, "time": 1505633100770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493833, 1.09]}, "bbox": [-118.834167, 37.493833, -118.834167, 37.493833]}, {"id": "3824", "type": "Feature", "properties": {"id": "us2000apft", "mag": 2.6, "time": 1505632181750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4391, 42.6077, 6.6]}, "bbox": [-111.4391, 42.6077, -111.4391, 42.6077]}, {"id": "3825", "type": "Feature", "properties": {"id": "ci37765127", "mag": 0.98, "time": 1505632149420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.605167, 32.828333, 10.94]}, "bbox": [-115.605167, 32.828333, -115.605167, 32.828333]}, {"id": "3826", "type": "Feature", "properties": {"id": "nc72893701", "mag": 1.35, "time": 1505631284810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.952833, 37.588167, 1.4]}, "bbox": [-118.952833, 37.588167, -118.952833, 37.588167]}, {"id": "3827", "type": "Feature", "properties": {"id": "us2000apfk", "mag": 4.3, "time": 1505630160580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.6223, -35.7292, 85.77]}, "bbox": [-71.6223, -35.7292, -71.6223, -35.7292]}, {"id": "3828", "type": "Feature", "properties": {"id": "ak16839518", "mag": 2.0, "time": 1505629372703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7555, 60.0405, 18.2]}, "bbox": [-148.7555, 60.0405, -148.7555, 60.0405]}, {"id": "3829", "type": "Feature", "properties": {"id": "nc72893646", "mag": 1.36, "time": 1505628925460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736667, 38.757, 1.79]}, "bbox": [-122.736667, 38.757, -122.736667, 38.757]}, {"id": "3830", "type": "Feature", "properties": {"id": "ak16873889", "mag": 2.9, "time": 1505628904808, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5935, 53.8081, 78.9]}, "bbox": [-164.5935, 53.8081, -164.5935, 53.8081]}, {"id": "3831", "type": "Feature", "properties": {"id": "us2000apfd", "mag": 2.9, "time": 1505628801990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4531, 42.5908, 5.17]}, "bbox": [-111.4531, 42.5908, -111.4531, 42.5908]}, {"id": "3832", "type": "Feature", "properties": {"id": "uu60246882", "mag": 1.05, "time": 1505628704550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.836, 44.307333, 7.31]}, "bbox": [-110.836, 44.307333, -110.836, 44.307333]}, {"id": "3833", "type": "Feature", "properties": {"id": "ak16873888", "mag": 1.1, "time": 1505628661963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5848, 64.1727, 10.8]}, "bbox": [-153.5848, 64.1727, -153.5848, 64.1727]}, {"id": "3834", "type": "Feature", "properties": {"id": "us2000apfa", "mag": 4.9, "time": 1505628478300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9805, 16.0409, 45.23]}, "bbox": [-94.9805, 16.0409, -94.9805, 16.0409]}, {"id": "3835", "type": "Feature", "properties": {"id": "uu60246872", "mag": 1.16, "time": 1505628425450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.817667, 44.294, 7.61]}, "bbox": [-110.817667, 44.294, -110.817667, 44.294]}, {"id": "3836", "type": "Feature", "properties": {"id": "uu60246867", "mag": 1.13, "time": 1505628332210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.828167, 44.305167, 7.48]}, "bbox": [-110.828167, 44.305167, -110.828167, 44.305167]}, {"id": "3837", "type": "Feature", "properties": {"id": "us2000apf6", "mag": 4.5, "time": 1505628213110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0121, 16.1058, 52.57]}, "bbox": [-95.0121, 16.1058, -95.0121, 16.1058]}, {"id": "3838", "type": "Feature", "properties": {"id": "ak16839149", "mag": 1.6, "time": 1505628012027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2, 62.1778, 6.7]}, "bbox": [-150.2, 62.1778, -150.2, 62.1778]}, {"id": "3839", "type": "Feature", "properties": {"id": "us2000apf5", "mag": 4.3, "time": 1505627809940, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-88.5423, 14.4117, 10.0]}, "bbox": [-88.5423, 14.4117, -88.5423, 14.4117]}, {"id": "3840", "type": "Feature", "properties": {"id": "ci37765039", "mag": 1.19, "time": 1505627007650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0955, 36.761167, 1.69]}, "bbox": [-118.0955, 36.761167, -118.0955, 36.761167]}, {"id": "3841", "type": "Feature", "properties": {"id": "uu60246847", "mag": 3.15, "time": 1505626724050, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.841667, 44.302333, 7.53]}, "bbox": [-110.841667, 44.302333, -110.841667, 44.302333]}, {"id": "3842", "type": "Feature", "properties": {"id": "uu60246837", "mag": 2.04, "time": 1505626455220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.822333, 44.293667, 7.53]}, "bbox": [-110.822333, 44.293667, -110.822333, 44.293667]}, {"id": "3843", "type": "Feature", "properties": {"id": "ci37765023", "mag": 1.52, "time": 1505626163830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797833, 33.501167, 4.62]}, "bbox": [-116.797833, 33.501167, -116.797833, 33.501167]}, {"id": "3844", "type": "Feature", "properties": {"id": "us2000apeu", "mag": 4.4, "time": 1505625898530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-86.4078, 10.7018, 35.32]}, "bbox": [-86.4078, 10.7018, -86.4078, 10.7018]}, {"id": "3845", "type": "Feature", "properties": {"id": "nc72893621", "mag": 1.12, "time": 1505625800310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810165, 38.820499, 1.92]}, "bbox": [-122.810165, 38.820499, -122.810165, 38.820499]}, {"id": "3846", "type": "Feature", "properties": {"id": "ci37764991", "mag": 1.62, "time": 1505625396010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.928167, 35.9015, 5.28]}, "bbox": [-116.928167, 35.9015, -116.928167, 35.9015]}, {"id": "3847", "type": "Feature", "properties": {"id": "ci37764983", "mag": 1.96, "time": 1505624889150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181, 33.187833, 5.86]}, "bbox": [-116.181, 33.187833, -116.181, 33.187833]}, {"id": "3848", "type": "Feature", "properties": {"id": "ak16838778", "mag": 1.4, "time": 1505624855438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4712, 59.8595, 42.7]}, "bbox": [-150.4712, 59.8595, -150.4712, 59.8595]}, {"id": "3849", "type": "Feature", "properties": {"id": "nc72893601", "mag": 1.37, "time": 1505624608110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8885, 37.105, 1.63]}, "bbox": [-121.8885, 37.105, -121.8885, 37.105]}, {"id": "3850", "type": "Feature", "properties": {"id": "ak16838775", "mag": 3.2, "time": 1505624284096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.1812, 54.0118, 9.5]}, "bbox": [-163.1812, 54.0118, -163.1812, 54.0118]}, {"id": "3851", "type": "Feature", "properties": {"id": "us2000apeh", "mag": 4.3, "time": 1505624194760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-105.7123, 17.7366, 31.43]}, "bbox": [-105.7123, 17.7366, -105.7123, 17.7366]}, {"id": "3852", "type": "Feature", "properties": {"id": "ak16838774", "mag": 1.8, "time": 1505623546848, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7399, 59.8813, 5.7]}, "bbox": [-136.7399, 59.8813, -136.7399, 59.8813]}, {"id": "3853", "type": "Feature", "properties": {"id": "ak16838756", "mag": 1.2, "time": 1505622986310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8141, 63.2696, 2.4]}, "bbox": [-151.8141, 63.2696, -151.8141, 63.2696]}, {"id": "3854", "type": "Feature", "properties": {"id": "ak16838752", "mag": 1.7, "time": 1505622626171, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.3598, 64.3838, 13.9]}, "bbox": [-158.3598, 64.3838, -158.3598, 64.3838]}, {"id": "3855", "type": "Feature", "properties": {"id": "ci37764967", "mag": 0.95, "time": 1505622039760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1755, 33.965, 15.93]}, "bbox": [-117.1755, 33.965, -117.1755, 33.965]}, {"id": "3856", "type": "Feature", "properties": {"id": "ak16873881", "mag": 2.7, "time": 1505621586321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.8861, 52.4075, 59.7]}, "bbox": [-169.8861, 52.4075, -169.8861, 52.4075]}, {"id": "3857", "type": "Feature", "properties": {"id": "ak16873880", "mag": 1.0, "time": 1505621507758, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3176, 61.144, 19.3]}, "bbox": [-146.3176, 61.144, -146.3176, 61.144]}, {"id": "3858", "type": "Feature", "properties": {"id": "ak16838400", "mag": 1.9, "time": 1505621153075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1301, 60.8625, 64.2]}, "bbox": [-151.1301, 60.8625, -151.1301, 60.8625]}, {"id": "3859", "type": "Feature", "properties": {"id": "ak16838393", "mag": 2.5, "time": 1505620853506, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8794, 60.7582, 60.3]}, "bbox": [-150.8794, 60.7582, -150.8794, 60.7582]}, {"id": "3860", "type": "Feature", "properties": {"id": "ak16838388", "mag": 2.8, "time": 1505620146422, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7851, 59.8817, 2.3]}, "bbox": [-136.7851, 59.8817, -136.7851, 59.8817]}, {"id": "3861", "type": "Feature", "properties": {"id": "nc72893571", "mag": 1.03, "time": 1505619694280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.821167, 38.807999, 1.94]}, "bbox": [-122.821167, 38.807999, -122.821167, 38.807999]}, {"id": "3862", "type": "Feature", "properties": {"id": "ak16838386", "mag": 2.2, "time": 1505619628700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9053, 67.6564, 13.7]}, "bbox": [-165.9053, 67.6564, -165.9053, 67.6564]}, {"id": "3863", "type": "Feature", "properties": {"id": "nc72893561", "mag": 1.07, "time": 1505619296320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.822502, 38.808998, 1.93]}, "bbox": [-122.822502, 38.808998, -122.822502, 38.808998]}, {"id": "3864", "type": "Feature", "properties": {"id": "ci37764903", "mag": 1.12, "time": 1505618790010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.147333, 34.5405, 9.83]}, "bbox": [-118.147333, 34.5405, -118.147333, 34.5405]}, {"id": "3865", "type": "Feature", "properties": {"id": "ak16838042", "mag": 1.6, "time": 1505617352105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5056, 61.4142, 8.0]}, "bbox": [-147.5056, 61.4142, -147.5056, 61.4142]}, {"id": "3866", "type": "Feature", "properties": {"id": "ak16838020", "mag": 1.2, "time": 1505616366369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6618, 60.5653, 6.2]}, "bbox": [-152.6618, 60.5653, -152.6618, 60.5653]}, {"id": "3867", "type": "Feature", "properties": {"id": "ak16838003", "mag": 1.0, "time": 1505615565391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2146, 64.7331, 17.7]}, "bbox": [-149.2146, 64.7331, -149.2146, 64.7331]}, {"id": "3868", "type": "Feature", "properties": {"id": "ci37764863", "mag": 1.1, "time": 1505613255300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.709667, 33.653333, 15.82]}, "bbox": [-116.709667, 33.653333, -116.709667, 33.653333]}, {"id": "3869", "type": "Feature", "properties": {"id": "ci37764847", "mag": 1.21, "time": 1505612591880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.687167, 33.6285, 12.15]}, "bbox": [-116.687167, 33.6285, -116.687167, 33.6285]}, {"id": "3870", "type": "Feature", "properties": {"id": "ci37764839", "mag": 1.47, "time": 1505612490180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 33.971833, 17.0]}, "bbox": [-116.927167, 33.971833, -116.927167, 33.971833]}, {"id": "3871", "type": "Feature", "properties": {"id": "ak16837647", "mag": 1.8, "time": 1505611875649, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.771, 59.8672, 1.4]}, "bbox": [-136.771, 59.8672, -136.771, 59.8672]}, {"id": "3872", "type": "Feature", "properties": {"id": "ak16873869", "mag": 1.7, "time": 1505609079690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.474, 51.671, 16.0]}, "bbox": [-178.474, 51.671, -178.474, 51.671]}, {"id": "3873", "type": "Feature", "properties": {"id": "hv61910741", "mag": 2.42, "time": 1505608202930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.177667, 19.442, 41.639]}, "bbox": [-156.177667, 19.442, -156.177667, 19.442]}, {"id": "3874", "type": "Feature", "properties": {"id": "ak16836972", "mag": 2.6, "time": 1505606832814, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3048, 51.6525, 97.4]}, "bbox": [-178.3048, 51.6525, -178.3048, 51.6525]}, {"id": "3875", "type": "Feature", "properties": {"id": "ci37764815", "mag": 0.95, "time": 1505606822450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.746333, 33.887, 16.59]}, "bbox": [-116.746333, 33.887, -116.746333, 33.887]}, {"id": "3876", "type": "Feature", "properties": {"id": "ak16836965", "mag": 2.3, "time": 1505606388180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7659, 59.8663, 5.1]}, "bbox": [-136.7659, 59.8663, -136.7659, 59.8663]}, {"id": "3877", "type": "Feature", "properties": {"id": "ak16836961", "mag": 2.4, "time": 1505606178328, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7941, 59.8509, 5.2]}, "bbox": [-136.7941, 59.8509, -136.7941, 59.8509]}, {"id": "3878", "type": "Feature", "properties": {"id": "ak16836957", "mag": 1.8, "time": 1505606050093, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.89, 59.8885, 15.4]}, "bbox": [-136.89, 59.8885, -136.89, 59.8885]}, {"id": "3879", "type": "Feature", "properties": {"id": "ak16860570", "mag": 1.4, "time": 1505605718038, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8821, 59.8989, 17.9]}, "bbox": [-136.8821, 59.8989, -136.8821, 59.8989]}, {"id": "3880", "type": "Feature", "properties": {"id": "ak16860569", "mag": 1.6, "time": 1505605674005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8902, 59.9059, 15.4]}, "bbox": [-136.8902, 59.9059, -136.8902, 59.9059]}, {"id": "3881", "type": "Feature", "properties": {"id": "ak16860568", "mag": 1.9, "time": 1505605456859, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8916, 59.9103, 15.9]}, "bbox": [-136.8916, 59.9103, -136.8916, 59.9103]}, {"id": "3882", "type": "Feature", "properties": {"id": "ak16860567", "mag": 2.3, "time": 1505605410411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9, 59.889, 12.6]}, "bbox": [-136.9, 59.889, -136.9, 59.889]}, {"id": "3883", "type": "Feature", "properties": {"id": "uw61330071", "mag": 2.57, "time": 1505605382130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.863333, 45.526833, 36.1]}, "bbox": [-124.863333, 45.526833, -124.863333, 45.526833]}, {"id": "3884", "type": "Feature", "properties": {"id": "us2000apcc", "mag": 5.1, "time": 1505605083280, "felt": 218.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-136.7498, 59.9037, 10.0]}, "bbox": [-136.7498, 59.9037, -136.7498, 59.9037]}, {"id": "3885", "type": "Feature", "properties": {"id": "us2000apbv", "mag": 3.9, "time": 1505604419110, "felt": 198.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.6989, 35.8586, 2.57]}, "bbox": [-96.6989, 35.8586, -96.6989, 35.8586]}, {"id": "3886", "type": "Feature", "properties": {"id": "ak16836912", "mag": 2.9, "time": 1505604383308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6017, 51.905, 128.2]}, "bbox": [178.6017, 51.905, 178.6017, 51.905]}, {"id": "3887", "type": "Feature", "properties": {"id": "uw61329986", "mag": 1.23, "time": 1505604005810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.754167, 46.857333, 1.43]}, "bbox": [-121.754167, 46.857333, -121.754167, 46.857333]}, {"id": "3888", "type": "Feature", "properties": {"id": "us2000apbu", "mag": 4.7, "time": 1505603696310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-14.0114, -17.7554, 10.0]}, "bbox": [-14.0114, -17.7554, -14.0114, -17.7554]}, {"id": "3889", "type": "Feature", "properties": {"id": "ak16860564", "mag": 1.6, "time": 1505603516964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1524, 61.3778, 62.1]}, "bbox": [-151.1524, 61.3778, -151.1524, 61.3778]}, {"id": "3890", "type": "Feature", "properties": {"id": "us2000apbm", "mag": 4.5, "time": 1505603442050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1822, 15.4761, 67.03]}, "bbox": [-94.1822, 15.4761, -94.1822, 15.4761]}, {"id": "3891", "type": "Feature", "properties": {"id": "nc72893446", "mag": 2.29, "time": 1505603337140, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.616833, 36.971, 4.79]}, "bbox": [-121.616833, 36.971, -121.616833, 36.971]}, {"id": "3892", "type": "Feature", "properties": {"id": "ak16860563", "mag": 1.5, "time": 1505603223363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.5667, 57.9908, 15.9]}, "bbox": [-156.5667, 57.9908, -156.5667, 57.9908]}, {"id": "3893", "type": "Feature", "properties": {"id": "ak16860562", "mag": 1.6, "time": 1505602163820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0011, 60.0807, 110.1]}, "bbox": [-153.0011, 60.0807, -153.0011, 60.0807]}, {"id": "3894", "type": "Feature", "properties": {"id": "ak16836589", "mag": 1.7, "time": 1505601390855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7769, 62.4045, 59.6]}, "bbox": [-147.7769, 62.4045, -147.7769, 62.4045]}, {"id": "3895", "type": "Feature", "properties": {"id": "nc72893436", "mag": 1.34, "time": 1505600967450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.493, 0.66]}, "bbox": [-118.834167, 37.493, -118.834167, 37.493]}, {"id": "3896", "type": "Feature", "properties": {"id": "uw61329976", "mag": 1.03, "time": 1505600388700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491167, 46.067333, 18.24]}, "bbox": [-122.491167, 46.067333, -122.491167, 46.067333]}, {"id": "3897", "type": "Feature", "properties": {"id": "ci37764791", "mag": 1.29, "time": 1505599746390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.431333, 33.040167, 10.42]}, "bbox": [-116.431333, 33.040167, -116.431333, 33.040167]}, {"id": "3898", "type": "Feature", "properties": {"id": "nc72893421", "mag": 1.75, "time": 1505599309380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.164333, 35.816, 11.62]}, "bbox": [-120.164333, 35.816, -120.164333, 35.816]}, {"id": "3899", "type": "Feature", "properties": {"id": "us2000apln", "mag": 3.8, "time": 1505599105290, "felt": 27.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.4711, 35.839, 65.43]}, "bbox": [139.4711, 35.839, 139.4711, 35.839]}, {"id": "3900", "type": "Feature", "properties": {"id": "nc72893416", "mag": 2.39, "time": 1505598962550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.606167, 40.391, 23.43]}, "bbox": [-124.606167, 40.391, -124.606167, 40.391]}, {"id": "3901", "type": "Feature", "properties": {"id": "ak16836269", "mag": 2.6, "time": 1505598312964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.1504, 57.6803, 1.9]}, "bbox": [-156.1504, 57.6803, -156.1504, 57.6803]}, {"id": "3902", "type": "Feature", "properties": {"id": "us2000apay", "mag": 4.1, "time": 1505597546760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4078, 15.1552, 27.65]}, "bbox": [-94.4078, 15.1552, -94.4078, 15.1552]}, {"id": "3903", "type": "Feature", "properties": {"id": "ak16860558", "mag": 1.5, "time": 1505597186774, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8073, 63.0653, 123.5]}, "bbox": [-150.8073, 63.0653, -150.8073, 63.0653]}, {"id": "3904", "type": "Feature", "properties": {"id": "nc72893411", "mag": 1.07, "time": 1505596690170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793999, 38.805332, 0.54]}, "bbox": [-122.793999, 38.805332, -122.793999, 38.805332]}, {"id": "3905", "type": "Feature", "properties": {"id": "ci37764743", "mag": 1.25, "time": 1505596431740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.192167, 7.19]}, "bbox": [-116.179, 33.192167, -116.179, 33.192167]}, {"id": "3906", "type": "Feature", "properties": {"id": "us2000apa3", "mag": 5.2, "time": 1505595657570, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [159.8208, 52.9335, 55.59]}, "bbox": [159.8208, 52.9335, 159.8208, 52.9335]}, {"id": "3907", "type": "Feature", "properties": {"id": "nc72893406", "mag": 1.68, "time": 1505595567120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832833, 37.5715, 2.76]}, "bbox": [-118.832833, 37.5715, -118.832833, 37.5715]}, {"id": "3908", "type": "Feature", "properties": {"id": "ak16835937", "mag": 1.2, "time": 1505594309155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7782, 63.4422, 11.7]}, "bbox": [-148.7782, 63.4422, -148.7782, 63.4422]}, {"id": "3909", "type": "Feature", "properties": {"id": "ak16835935", "mag": 1.3, "time": 1505593468147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0825, 63.2217, 0.4]}, "bbox": [-151.0825, 63.2217, -151.0825, 63.2217]}, {"id": "3910", "type": "Feature", "properties": {"id": "ci37764719", "mag": 1.01, "time": 1505593021350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.509667, 36.069667, 3.41]}, "bbox": [-117.509667, 36.069667, -117.509667, 36.069667]}, {"id": "3911", "type": "Feature", "properties": {"id": "ci37764711", "mag": 1.86, "time": 1505592937400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.217, 32.373167, 19.88]}, "bbox": [-115.217, 32.373167, -115.217, 32.373167]}, {"id": "3912", "type": "Feature", "properties": {"id": "us2000ap9e", "mag": 4.2, "time": 1505592897770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.6768, -23.7075, 201.03]}, "bbox": [-66.6768, -23.7075, -66.6768, -23.7075]}, {"id": "3913", "type": "Feature", "properties": {"id": "nn00605530", "mag": 1.0, "time": 1505591425440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9, 39.4039, 6.9]}, "bbox": [-119.9, 39.4039, -119.9, 39.4039]}, {"id": "3914", "type": "Feature", "properties": {"id": "nc72893386", "mag": 1.01, "time": 1505591244480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.504167, 37.923833, 7.96]}, "bbox": [-118.504167, 37.923833, -118.504167, 37.923833]}, {"id": "3915", "type": "Feature", "properties": {"id": "us2000ap8u", "mag": 5.1, "time": 1505590529510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.552, 15.3031, 17.06]}, "bbox": [-94.552, 15.3031, -94.552, 15.3031]}, {"id": "3916", "type": "Feature", "properties": {"id": "ak16835905", "mag": 2.1, "time": 1505590055161, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0556, 59.9293, 124.0]}, "bbox": [-153.0556, 59.9293, -153.0556, 59.9293]}, {"id": "3917", "type": "Feature", "properties": {"id": "uu60246652", "mag": 1.36, "time": 1505589841530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.020833, 44.802, 10.59]}, "bbox": [-111.020833, 44.802, -111.020833, 44.802]}, {"id": "3918", "type": "Feature", "properties": {"id": "ci37764687", "mag": 1.0, "time": 1505588714630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.973333, 33.989, 6.67]}, "bbox": [-116.973333, 33.989, -116.973333, 33.989]}, {"id": "3919", "type": "Feature", "properties": {"id": "ak16835606", "mag": 2.1, "time": 1505588651481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.7021, 67.8201, 4.3]}, "bbox": [-156.7021, 67.8201, -156.7021, 67.8201]}, {"id": "3920", "type": "Feature", "properties": {"id": "ci37764679", "mag": 1.11, "time": 1505588640970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.2045, 34.993167, -0.8]}, "bbox": [-118.2045, 34.993167, -118.2045, 34.993167]}, {"id": "3921", "type": "Feature", "properties": {"id": "us2000ap88", "mag": 4.3, "time": 1505588283560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7095, 15.6575, 33.63]}, "bbox": [-94.7095, 15.6575, -94.7095, 15.6575]}, {"id": "3922", "type": "Feature", "properties": {"id": "ak16860552", "mag": 2.1, "time": 1505587762267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2692, 60.1941, 137.5]}, "bbox": [-153.2692, 60.1941, -153.2692, 60.1941]}, {"id": "3923", "type": "Feature", "properties": {"id": "ak16860551", "mag": 1.2, "time": 1505586754071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2984, 62.5136, 52.7]}, "bbox": [-148.2984, 62.5136, -148.2984, 62.5136]}, {"id": "3924", "type": "Feature", "properties": {"id": "ci37764631", "mag": 1.09, "time": 1505586635400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.791667, 33.507667, 4.61]}, "bbox": [-116.791667, 33.507667, -116.791667, 33.507667]}, {"id": "3925", "type": "Feature", "properties": {"id": "ci37764623", "mag": 1.32, "time": 1505586305110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.975667, 33.992333, 5.71]}, "bbox": [-116.975667, 33.992333, -116.975667, 33.992333]}, {"id": "3926", "type": "Feature", "properties": {"id": "nc72893361", "mag": 1.14, "time": 1505585751450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8095, 38.823167, 1.14]}, "bbox": [-122.8095, 38.823167, -122.8095, 38.823167]}, {"id": "3927", "type": "Feature", "properties": {"id": "ak16835287", "mag": 2.1, "time": 1505584069266, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8156, 57.4983, 73.9]}, "bbox": [-155.8156, 57.4983, -155.8156, 57.4983]}, {"id": "3928", "type": "Feature", "properties": {"id": "us2000ap76", "mag": 4.0, "time": 1505583967320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.5572, 15.6925, 24.12]}, "bbox": [-95.5572, 15.6925, -95.5572, 15.6925]}, {"id": "3929", "type": "Feature", "properties": {"id": "us2000ap74", "mag": 4.7, "time": 1505583533380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.7408, 24.878, 57.27]}, "bbox": [142.7408, 24.878, 142.7408, 24.878]}, {"id": "3930", "type": "Feature", "properties": {"id": "ak16860549", "mag": 1.4, "time": 1505583090155, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0305, 61.8843, 68.3]}, "bbox": [-151.0305, 61.8843, -151.0305, 61.8843]}, {"id": "3931", "type": "Feature", "properties": {"id": "ci37764599", "mag": 1.28, "time": 1505582839910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.878167, 35.360667, 7.9]}, "bbox": [-117.878167, 35.360667, -117.878167, 35.360667]}, {"id": "3932", "type": "Feature", "properties": {"id": "us2000ap78", "mag": 4.9, "time": 1505582156450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.507, -10.1846, 49.82]}, "bbox": [161.507, -10.1846, 161.507, -10.1846]}, {"id": "3933", "type": "Feature", "properties": {"id": "us2000ap6d", "mag": 3.0, "time": 1505582077650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4285, 42.5847, 7.15]}, "bbox": [-111.4285, 42.5847, -111.4285, 42.5847]}, {"id": "3934", "type": "Feature", "properties": {"id": "us2000ap6b", "mag": 4.6, "time": 1505581929340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1918, -37.2167, 6.3]}, "bbox": [-74.1918, -37.2167, -74.1918, -37.2167]}, {"id": "3935", "type": "Feature", "properties": {"id": "us2000ap64", "mag": 4.5, "time": 1505581636660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0682, 16.1115, 35.63]}, "bbox": [-95.0682, 16.1115, -95.0682, 16.1115]}, {"id": "3936", "type": "Feature", "properties": {"id": "nc72893331", "mag": 1.49, "time": 1505581158890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.337833, 37.820167, -0.2]}, "bbox": [-122.337833, 37.820167, -122.337833, 37.820167]}, {"id": "3937", "type": "Feature", "properties": {"id": "ak16860548", "mag": 2.1, "time": 1505580632689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7764, 56.9377, 2.3]}, "bbox": [-157.7764, 56.9377, -157.7764, 56.9377]}, {"id": "3938", "type": "Feature", "properties": {"id": "nc72893326", "mag": 1.43, "time": 1505580258840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711, 38.750833, 1.46]}, "bbox": [-122.711, 38.750833, -122.711, 38.750833]}, {"id": "3939", "type": "Feature", "properties": {"id": "nc72893316", "mag": 1.6, "time": 1505579747930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717167, 38.752667, 1.24]}, "bbox": [-122.717167, 38.752667, -122.717167, 38.752667]}, {"id": "3940", "type": "Feature", "properties": {"id": "nc72893306", "mag": 1.39, "time": 1505579471580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.0075, 37.570667, 2.07]}, "bbox": [-119.0075, 37.570667, -119.0075, 37.570667]}, {"id": "3941", "type": "Feature", "properties": {"id": "hv61910186", "mag": 1.68, "time": 1505579377040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.611, 19.430167, 2.332]}, "bbox": [-155.611, 19.430167, -155.611, 19.430167]}, {"id": "3942", "type": "Feature", "properties": {"id": "ci37764559", "mag": 1.5, "time": 1505579023330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 34.514833, 12.76]}, "bbox": [-119.801833, 34.514833, -119.801833, 34.514833]}, {"id": "3943", "type": "Feature", "properties": {"id": "ak16834974", "mag": 1.6, "time": 1505578926267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7481, 62.8102, 9.5]}, "bbox": [-151.7481, 62.8102, -151.7481, 62.8102]}, {"id": "3944", "type": "Feature", "properties": {"id": "ak16834965", "mag": 2.6, "time": 1505578647951, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7871, 61.8971, 60.5]}, "bbox": [-150.7871, 61.8971, -150.7871, 61.8971]}, {"id": "3945", "type": "Feature", "properties": {"id": "mb80255754", "mag": 1.22, "time": 1505578208020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.489667, 44.705667, 13.34]}, "bbox": [-112.489667, 44.705667, -112.489667, 44.705667]}, {"id": "3946", "type": "Feature", "properties": {"id": "nc72893286", "mag": 1.35, "time": 1505577465010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.047, 36.467, 7.96]}, "bbox": [-121.047, 36.467, -121.047, 36.467]}, {"id": "3947", "type": "Feature", "properties": {"id": "nn00605503", "mag": 1.0, "time": 1505577266743, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.9133, 37.0358, 0.0]}, "bbox": [-117.9133, 37.0358, -117.9133, 37.0358]}, {"id": "3948", "type": "Feature", "properties": {"id": "ak16834664", "mag": 2.4, "time": 1505577104470, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.431, 64.4709, 16.8]}, "bbox": [-149.431, 64.4709, -149.431, 64.4709]}, {"id": "3949", "type": "Feature", "properties": {"id": "us2000ap48", "mag": 2.5, "time": 1505575595120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4328, 42.5757, 6.87]}, "bbox": [-111.4328, 42.5757, -111.4328, 42.5757]}, {"id": "3950", "type": "Feature", "properties": {"id": "nc72893281", "mag": 1.04, "time": 1505575420020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.895333, 37.565, -1.35]}, "bbox": [-118.895333, 37.565, -118.895333, 37.565]}, {"id": "3951", "type": "Feature", "properties": {"id": "us2000ap45", "mag": 2.6, "time": 1505574778570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5771, 8.55]}, "bbox": [-111.4287, 42.5771, -111.4287, 42.5771]}, {"id": "3952", "type": "Feature", "properties": {"id": "ak16834651", "mag": 1.1, "time": 1505574443625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8572, 64.7619, 12.6]}, "bbox": [-139.8572, 64.7619, -139.8572, 64.7619]}, {"id": "3953", "type": "Feature", "properties": {"id": "nc72893271", "mag": 1.41, "time": 1505574428990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946833, 37.638167, 2.02]}, "bbox": [-118.946833, 37.638167, -118.946833, 37.638167]}, {"id": "3954", "type": "Feature", "properties": {"id": "ak16860541", "mag": 2.0, "time": 1505574078688, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3496, 59.7545, 127.1]}, "bbox": [-153.3496, 59.7545, -153.3496, 59.7545]}, {"id": "3955", "type": "Feature", "properties": {"id": "ci37764535", "mag": 1.64, "time": 1505573652280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1775, 33.193, 4.38]}, "bbox": [-116.1775, 33.193, -116.1775, 33.193]}, {"id": "3956", "type": "Feature", "properties": {"id": "ak16834350", "mag": 1.4, "time": 1505572849209, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9009, 64.7582, 0.8]}, "bbox": [-139.9009, 64.7582, -139.9009, 64.7582]}, {"id": "3957", "type": "Feature", "properties": {"id": "us2000ap3f", "mag": 2.7, "time": 1505571851260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424, 42.5936, 4.8]}, "bbox": [-111.424, 42.5936, -111.424, 42.5936]}, {"id": "3958", "type": "Feature", "properties": {"id": "ak16834332", "mag": 2.5, "time": 1505571656570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9804, 59.5744, 87.3]}, "bbox": [-152.9804, 59.5744, -152.9804, 59.5744]}, {"id": "3959", "type": "Feature", "properties": {"id": "us2000ap3b", "mag": 5.4, "time": 1505571537070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9072, 16.226, 27.8]}, "bbox": [-94.9072, 16.226, -94.9072, 16.226]}, {"id": "3960", "type": "Feature", "properties": {"id": "ak16860538", "mag": 1.3, "time": 1505570434361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2424, 62.5449, 91.4]}, "bbox": [-151.2424, 62.5449, -151.2424, 62.5449]}, {"id": "3961", "type": "Feature", "properties": {"id": "uw61329766", "mag": 1.85, "time": 1505569264490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0445, 46.876833, 6.67]}, "bbox": [-122.0445, 46.876833, -122.0445, 46.876833]}, {"id": "3962", "type": "Feature", "properties": {"id": "ak16834028", "mag": 1.9, "time": 1505568376976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1823, 62.4985, 43.1]}, "bbox": [-148.1823, 62.4985, -148.1823, 62.4985]}, {"id": "3963", "type": "Feature", "properties": {"id": "nc72893206", "mag": 1.29, "time": 1505567825160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.931167, 37.587167, 0.64]}, "bbox": [-118.931167, 37.587167, -118.931167, 37.587167]}, {"id": "3964", "type": "Feature", "properties": {"id": "ci37764455", "mag": 2.74, "time": 1505566718480, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.162, 34.381, 19.82]}, "bbox": [-121.162, 34.381, -121.162, 34.381]}, {"id": "3965", "type": "Feature", "properties": {"id": "ak16860534", "mag": 1.8, "time": 1505566502565, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1816, 59.9775, 117.4]}, "bbox": [-153.1816, 59.9775, -153.1816, 59.9775]}, {"id": "3966", "type": "Feature", "properties": {"id": "nc72893196", "mag": 1.67, "time": 1505566233320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7105, 38.752667, 1.06]}, "bbox": [-122.7105, 38.752667, -122.7105, 38.752667]}, {"id": "3967", "type": "Feature", "properties": {"id": "pr2017259001", "mag": 2.53, "time": 1505566066240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1556, 17.5196, 8.0]}, "bbox": [-67.1556, 17.5196, -67.1556, 17.5196]}, {"id": "3968", "type": "Feature", "properties": {"id": "nn00605483", "mag": 1.9, "time": 1505565978805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5538, 38.7481, 7.8]}, "bbox": [-119.5538, 38.7481, -119.5538, 38.7481]}, {"id": "3969", "type": "Feature", "properties": {"id": "ci37764447", "mag": 1.73, "time": 1505565806200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609667, 33.184833, 2.89]}, "bbox": [-115.609667, 33.184833, -115.609667, 33.184833]}, {"id": "3970", "type": "Feature", "properties": {"id": "ismpkansas70235458", "mag": 2.43, "time": 1505565729090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570167, 37.344833, 5.17]}, "bbox": [-97.570167, 37.344833, -97.570167, 37.344833]}, {"id": "3971", "type": "Feature", "properties": {"id": "us2000ap2h", "mag": 5.1, "time": 1505565414430, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [154.9693, -6.4027, 84.07]}, "bbox": [154.9693, -6.4027, 154.9693, -6.4027]}, {"id": "3972", "type": "Feature", "properties": {"id": "nc72893191", "mag": 1.22, "time": 1505565031030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.840833, 37.499667, 1.31]}, "bbox": [-118.840833, 37.499667, -118.840833, 37.499667]}, {"id": "3973", "type": "Feature", "properties": {"id": "nc72893176", "mag": 1.02, "time": 1505564232460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827667, 38.837502, 1.89]}, "bbox": [-122.827667, 38.837502, -122.827667, 38.837502]}, {"id": "3974", "type": "Feature", "properties": {"id": "nc72893171", "mag": 1.16, "time": 1505563869000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.124, 36.5485, 6.91]}, "bbox": [-121.124, 36.5485, -121.124, 36.5485]}, {"id": "3975", "type": "Feature", "properties": {"id": "nc72893166", "mag": 1.98, "time": 1505563826250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.96, 36.383333, 5.84]}, "bbox": [-120.96, 36.383333, -120.96, 36.383333]}, {"id": "3976", "type": "Feature", "properties": {"id": "ak16860533", "mag": 2.3, "time": 1505563620965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2643, 51.2858, 23.3]}, "bbox": [-178.2643, 51.2858, -178.2643, 51.2858]}, {"id": "3977", "type": "Feature", "properties": {"id": "ak16833723", "mag": 1.8, "time": 1505563033811, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0307, 59.9768, 107.6]}, "bbox": [-153.0307, 59.9768, -153.0307, 59.9768]}, {"id": "3978", "type": "Feature", "properties": {"id": "ak16833722", "mag": 1.0, "time": 1505562940424, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5632, 63.5373, 8.9]}, "bbox": [-147.5632, 63.5373, -147.5632, 63.5373]}, {"id": "3979", "type": "Feature", "properties": {"id": "us2000ap1y", "mag": 2.6, "time": 1505562746670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.3487, 38.1953, 7.98]}, "bbox": [-87.3487, 38.1953, -87.3487, 38.1953]}, {"id": "3980", "type": "Feature", "properties": {"id": "ak16833715", "mag": 1.4, "time": 1505562545553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0358, 63.0385, 119.0]}, "bbox": [-151.0358, 63.0385, -151.0358, 63.0385]}, {"id": "3981", "type": "Feature", "properties": {"id": "us2000ap1n", "mag": 4.9, "time": 1505561075850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.2793, -17.0456, 538.12]}, "bbox": [-179.2793, -17.0456, -179.2793, -17.0456]}, {"id": "3982", "type": "Feature", "properties": {"id": "us2000ap1h", "mag": 4.9, "time": 1505561004690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0304, 14.9269, 46.15]}, "bbox": [-94.0304, 14.9269, -94.0304, 14.9269]}, {"id": "3983", "type": "Feature", "properties": {"id": "nc72893161", "mag": 1.71, "time": 1505560933840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.120167, 35.9645, 23.92]}, "bbox": [-120.120167, 35.9645, -120.120167, 35.9645]}, {"id": "3984", "type": "Feature", "properties": {"id": "us2000at4t", "mag": 4.2, "time": 1505560744440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.8254, -7.4355, 134.05]}, "bbox": [128.8254, -7.4355, 128.8254, -7.4355]}, {"id": "3985", "type": "Feature", "properties": {"id": "ak16833426", "mag": 1.4, "time": 1505560633966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.4578, 61.5042, 28.0]}, "bbox": [-146.4578, 61.5042, -146.4578, 61.5042]}, {"id": "3986", "type": "Feature", "properties": {"id": "us2000ap1d", "mag": 2.4, "time": 1505560442800, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8006, 35.9908, 5.836]}, "bbox": [-96.8006, 35.9908, -96.8006, 35.9908]}, {"id": "3987", "type": "Feature", "properties": {"id": "nc72893146", "mag": 1.21, "time": 1505560059470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.829167, 37.4595, 2.47]}, "bbox": [-118.829167, 37.4595, -118.829167, 37.4595]}, {"id": "3988", "type": "Feature", "properties": {"id": "us2000ap17", "mag": 4.2, "time": 1505558287960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.162, 15.1165, 61.6]}, "bbox": [-94.162, 15.1165, -94.162, 15.1165]}, {"id": "3989", "type": "Feature", "properties": {"id": "mb80255689", "mag": 1.86, "time": 1505557588190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1525, 48.101667, 7.53]}, "bbox": [-115.1525, 48.101667, -115.1525, 48.101667]}, {"id": "3990", "type": "Feature", "properties": {"id": "nc72893131", "mag": 1.55, "time": 1505557460780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826, 38.836333, 2.51]}, "bbox": [-122.826, 38.836333, -122.826, 38.836333]}, {"id": "3991", "type": "Feature", "properties": {"id": "us2000ap0t", "mag": 4.5, "time": 1505557108730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2297, 14.9414, 30.52]}, "bbox": [-94.2297, 14.9414, -94.2297, 14.9414]}, {"id": "3992", "type": "Feature", "properties": {"id": "uw61329606", "mag": 1.52, "time": 1505556991880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.998833, 47.691333, 5.06]}, "bbox": [-121.998833, 47.691333, -121.998833, 47.691333]}, {"id": "3993", "type": "Feature", "properties": {"id": "us2000ap0r", "mag": 5.4, "time": 1505556693470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [83.5155, 42.2053, 16.0]}, "bbox": [83.5155, 42.2053, 83.5155, 42.2053]}, {"id": "3994", "type": "Feature", "properties": {"id": "nc72893116", "mag": 1.84, "time": 1505556472360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.136, 35.962667, 25.16]}, "bbox": [-120.136, 35.962667, -120.136, 35.962667]}, {"id": "3995", "type": "Feature", "properties": {"id": "us2000at4a", "mag": 4.0, "time": 1505555867920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1193, -10.8831, 38.93]}, "bbox": [122.1193, -10.8831, 122.1193, -10.8831]}, {"id": "3996", "type": "Feature", "properties": {"id": "nc72893106", "mag": 2.2, "time": 1505555321940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 38.061667, 8.48]}, "bbox": [-118.918167, 38.061667, -118.918167, 38.061667]}, {"id": "3997", "type": "Feature", "properties": {"id": "ci37764391", "mag": 3.37, "time": 1505555150630, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.616167, 33.169667, 8.65]}, "bbox": [-115.616167, 33.169667, -115.616167, 33.169667]}, {"id": "3998", "type": "Feature", "properties": {"id": "ak16833112", "mag": 1.5, "time": 1505554903991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7489, 59.845, 6.0]}, "bbox": [-136.7489, 59.845, -136.7489, 59.845]}, {"id": "3999", "type": "Feature", "properties": {"id": "ak16832833", "mag": 1.9, "time": 1505554129377, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7145, 60.2604, 9.4]}, "bbox": [-141.7145, 60.2604, -141.7145, 60.2604]}, {"id": "4000", "type": "Feature", "properties": {"id": "ak16832826", "mag": 1.1, "time": 1505553506665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3921, 63.5231, 5.2]}, "bbox": [-147.3921, 63.5231, -147.3921, 63.5231]}, {"id": "4001", "type": "Feature", "properties": {"id": "ak16832818", "mag": 2.0, "time": 1505552113865, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4792, 63.0863, 5.5]}, "bbox": [-151.4792, 63.0863, -151.4792, 63.0863]}, {"id": "4002", "type": "Feature", "properties": {"id": "ak16860523", "mag": 1.1, "time": 1505550954800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5868, 63.8926, 99.6]}, "bbox": [-148.5868, 63.8926, -148.5868, 63.8926]}, {"id": "4003", "type": "Feature", "properties": {"id": "us2000ap0a", "mag": 4.0, "time": 1505550836160, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [27.685, 37.0689, 6.9]}, "bbox": [27.685, 37.0689, 27.685, 37.0689]}, {"id": "4004", "type": "Feature", "properties": {"id": "ci37764359", "mag": 1.53, "time": 1505550124480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 33.145833, 9.49]}, "bbox": [-115.9555, 33.145833, -115.9555, 33.145833]}, {"id": "4005", "type": "Feature", "properties": {"id": "ci37764335", "mag": 1.72, "time": 1505549627950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.053167, 36.123167, 1.12]}, "bbox": [-118.053167, 36.123167, -118.053167, 36.123167]}, {"id": "4006", "type": "Feature", "properties": {"id": "ci37764327", "mag": 1.0, "time": 1505549298090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.920833, 33.975167, 6.39]}, "bbox": [-116.920833, 33.975167, -116.920833, 33.975167]}, {"id": "4007", "type": "Feature", "properties": {"id": "ak16832531", "mag": 1.9, "time": 1505548305568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9221, 64.7554, 18.3]}, "bbox": [-139.9221, 64.7554, -139.9221, 64.7554]}, {"id": "4008", "type": "Feature", "properties": {"id": "pr2017259000", "mag": 3.64, "time": 1505548231440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.0526, 18.4531, 34.0]}, "bbox": [-64.0526, 18.4531, -64.0526, 18.4531]}, {"id": "4009", "type": "Feature", "properties": {"id": "nn00605447", "mag": 1.3, "time": 1505548133652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0331, 40.436, 11.8]}, "bbox": [-120.0331, 40.436, -120.0331, 40.436]}, {"id": "4010", "type": "Feature", "properties": {"id": "ak16860520", "mag": 1.3, "time": 1505547550857, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9184, 62.2903, 70.9]}, "bbox": [-150.9184, 62.2903, -150.9184, 62.2903]}, {"id": "4011", "type": "Feature", "properties": {"id": "ci37764303", "mag": 0.95, "time": 1505546199690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.922833, 33.978, 5.2]}, "bbox": [-116.922833, 33.978, -116.922833, 33.978]}, {"id": "4012", "type": "Feature", "properties": {"id": "ak16832252", "mag": 3.1, "time": 1505545940675, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5336, 51.3744, 18.2]}, "bbox": [178.5336, 51.3744, 178.5336, 51.3744]}, {"id": "4013", "type": "Feature", "properties": {"id": "nc72893051", "mag": 1.0, "time": 1505544999790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8995, 37.518833, 0.05]}, "bbox": [-118.8995, 37.518833, -118.8995, 37.518833]}, {"id": "4014", "type": "Feature", "properties": {"id": "hv61909871", "mag": 3.66, "time": 1505544037320, "felt": 734.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.487667, 21.642167, 10.046]}, "bbox": [-157.487667, 21.642167, -157.487667, 21.642167]}, {"id": "4015", "type": "Feature", "properties": {"id": "ak16832238", "mag": 2.6, "time": 1505543981141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.591, 58.4419, 63.5]}, "bbox": [-153.591, 58.4419, -153.591, 58.4419]}, {"id": "4016", "type": "Feature", "properties": {"id": "ak16860517", "mag": 1.9, "time": 1505543962894, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4461, 59.504, 85.4]}, "bbox": [-152.4461, 59.504, -152.4461, 59.504]}, {"id": "4017", "type": "Feature", "properties": {"id": "ci37764247", "mag": 0.97, "time": 1505543854670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.918833, 33.976667, 6.71]}, "bbox": [-116.918833, 33.976667, -116.918833, 33.976667]}, {"id": "4018", "type": "Feature", "properties": {"id": "ak16832235", "mag": 1.7, "time": 1505543819625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8364, 61.486, 9.3]}, "bbox": [-146.8364, 61.486, -146.8364, 61.486]}, {"id": "4019", "type": "Feature", "properties": {"id": "us2000anze", "mag": 4.4, "time": 1505543417100, "felt": 29.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.4791, 13.6017, 52.75]}, "bbox": [-90.4791, 13.6017, -90.4791, 13.6017]}, {"id": "4020", "type": "Feature", "properties": {"id": "nc72893026", "mag": 0.96, "time": 1505543269370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8325, 37.540333, 4.97]}, "bbox": [-118.8325, 37.540333, -118.8325, 37.540333]}, {"id": "4021", "type": "Feature", "properties": {"id": "nc72893021", "mag": 1.36, "time": 1505543240340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.181833, 37.775667, 14.71]}, "bbox": [-122.181833, 37.775667, -122.181833, 37.775667]}, {"id": "4022", "type": "Feature", "properties": {"id": "ak16831965", "mag": 1.2, "time": 1505542824882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1125, 62.0856, 43.0]}, "bbox": [-148.1125, 62.0856, -148.1125, 62.0856]}, {"id": "4023", "type": "Feature", "properties": {"id": "nc72893011", "mag": 1.57, "time": 1505541411490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8025, 38.706667, 3.14]}, "bbox": [-122.8025, 38.706667, -122.8025, 38.706667]}, {"id": "4024", "type": "Feature", "properties": {"id": "ak16831959", "mag": 1.0, "time": 1505541221769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4333, 66.2529, 10.1]}, "bbox": [-157.4333, 66.2529, -157.4333, 66.2529]}, {"id": "4025", "type": "Feature", "properties": {"id": "ak16831957", "mag": 1.8, "time": 1505541032598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4004, 57.5066, 48.2]}, "bbox": [-154.4004, 57.5066, -154.4004, 57.5066]}, {"id": "4026", "type": "Feature", "properties": {"id": "us2000anz4", "mag": 4.4, "time": 1505540612950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.854, 17.4925, 32.6]}, "bbox": [-60.854, 17.4925, -60.854, 17.4925]}, {"id": "4027", "type": "Feature", "properties": {"id": "us2000anz2", "mag": 4.1, "time": 1505540153920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.143, 15.2335, 36.21]}, "bbox": [-94.143, 15.2335, -94.143, 15.2335]}, {"id": "4028", "type": "Feature", "properties": {"id": "ci37764183", "mag": 1.57, "time": 1505539498920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.924667, 33.976667, 6.44]}, "bbox": [-116.924667, 33.976667, -116.924667, 33.976667]}, {"id": "4029", "type": "Feature", "properties": {"id": "us2000anyv", "mag": 3.7, "time": 1505539256530, "felt": 22.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5716, 8.12]}, "bbox": [-111.4153, 42.5716, -111.4153, 42.5716]}, {"id": "4030", "type": "Feature", "properties": {"id": "nc72893001", "mag": 1.74, "time": 1505539200450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.266667, 39.366833, -0.52]}, "bbox": [-123.266667, 39.366833, -123.266667, 39.366833]}, {"id": "4031", "type": "Feature", "properties": {"id": "nn00605425", "mag": 1.2, "time": 1505536942149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.719, 36.6783, 6.3]}, "bbox": [-115.719, 36.6783, -115.719, 36.6783]}, {"id": "4032", "type": "Feature", "properties": {"id": "ci37764071", "mag": 3.03, "time": 1505536766220, "felt": 99.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.926333, 33.9745, 5.92]}, "bbox": [-116.926333, 33.9745, -116.926333, 33.9745]}, {"id": "4033", "type": "Feature", "properties": {"id": "us2000anyf", "mag": 4.6, "time": 1505535666910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-77.9491, -1.4664, 157.52]}, "bbox": [-77.9491, -1.4664, -77.9491, -1.4664]}, {"id": "4034", "type": "Feature", "properties": {"id": "nc72892991", "mag": 1.09, "time": 1505535129720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.777833, 39.807833, 8.29]}, "bbox": [-122.777833, 39.807833, -122.777833, 39.807833]}, {"id": "4035", "type": "Feature", "properties": {"id": "us2000any5", "mag": 4.3, "time": 1505534256750, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.7094, 13.2544, 54.8]}, "bbox": [-89.7094, 13.2544, -89.7094, 13.2544]}, {"id": "4036", "type": "Feature", "properties": {"id": "ak16831411", "mag": 1.0, "time": 1505534077361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8446, 61.8774, 13.6]}, "bbox": [-148.8446, 61.8774, -148.8446, 61.8774]}, {"id": "4037", "type": "Feature", "properties": {"id": "nn00605540", "mag": 1.1, "time": 1505533644071, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5347, 38.3939, 14.7]}, "bbox": [-116.5347, 38.3939, -116.5347, 38.3939]}, {"id": "4038", "type": "Feature", "properties": {"id": "ci37764039", "mag": 1.68, "time": 1505533494970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.682, 35.141167, 11.28]}, "bbox": [-119.682, 35.141167, -119.682, 35.141167]}, {"id": "4039", "type": "Feature", "properties": {"id": "ci37764031", "mag": 1.75, "time": 1505533234710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.516833, 32.862, 5.65]}, "bbox": [-115.516833, 32.862, -115.516833, 32.862]}, {"id": "4040", "type": "Feature", "properties": {"id": "ak16831410", "mag": 1.3, "time": 1505532137489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8143, 61.3719, 31.3]}, "bbox": [-146.8143, 61.3719, -146.8143, 61.3719]}, {"id": "4041", "type": "Feature", "properties": {"id": "nc72892971", "mag": 0.98, "time": 1505532054400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8735, 37.542, 7.25]}, "bbox": [-118.8735, 37.542, -118.8735, 37.542]}, {"id": "4042", "type": "Feature", "properties": {"id": "nm60206921", "mag": 1.9, "time": 1505531769960, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3315, 35.6915, 12.51]}, "bbox": [-90.3315, 35.6915, -90.3315, 35.6915]}, {"id": "4043", "type": "Feature", "properties": {"id": "ci37764007", "mag": 1.33, "time": 1505531552680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.105667, 34.034, 6.86]}, "bbox": [-117.105667, 34.034, -117.105667, 34.034]}, {"id": "4044", "type": "Feature", "properties": {"id": "ak16860509", "mag": 1.7, "time": 1505530441142, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2233, 59.405, 90.5]}, "bbox": [-153.2233, 59.405, -153.2233, 59.405]}, {"id": "4045", "type": "Feature", "properties": {"id": "ak16831409", "mag": 2.6, "time": 1505529914916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7519, 54.2192, 117.7]}, "bbox": [-165.7519, 54.2192, -165.7519, 54.2192]}, {"id": "4046", "type": "Feature", "properties": {"id": "ci37763991", "mag": 1.37, "time": 1505528713010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.179, 33.193833, 7.41]}, "bbox": [-116.179, 33.193833, -116.179, 33.193833]}, {"id": "4047", "type": "Feature", "properties": {"id": "ci37763983", "mag": 1.44, "time": 1505528615710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793333, 33.493667, 4.8]}, "bbox": [-116.793333, 33.493667, -116.793333, 33.493667]}, {"id": "4048", "type": "Feature", "properties": {"id": "us2000anxt", "mag": 4.3, "time": 1505528560360, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-100.0309, 17.2785, 69.28]}, "bbox": [-100.0309, 17.2785, -100.0309, 17.2785]}, {"id": "4049", "type": "Feature", "properties": {"id": "nc72892956", "mag": 1.06, "time": 1505527887720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.904167, 37.519667, -0.32]}, "bbox": [-118.904167, 37.519667, -118.904167, 37.519667]}, {"id": "4050", "type": "Feature", "properties": {"id": "ak16831144", "mag": 1.1, "time": 1505526547318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6449, 63.5861, 5.7]}, "bbox": [-150.6449, 63.5861, -150.6449, 63.5861]}, {"id": "4051", "type": "Feature", "properties": {"id": "ak16831140", "mag": 1.8, "time": 1505526295378, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4346, 59.0192, 66.8]}, "bbox": [-152.4346, 59.0192, -152.4346, 59.0192]}, {"id": "4052", "type": "Feature", "properties": {"id": "nc72892946", "mag": 1.02, "time": 1505525854460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.786999, 0.87]}, "bbox": [-122.764168, 38.786999, -122.764168, 38.786999]}, {"id": "4053", "type": "Feature", "properties": {"id": "ci37763959", "mag": 1.17, "time": 1505525787900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.395167, 34.877167, 11.59]}, "bbox": [-119.395167, 34.877167, -119.395167, 34.877167]}, {"id": "4054", "type": "Feature", "properties": {"id": "nc72892941", "mag": 1.34, "time": 1505525721400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.772833, 38.807167, -0.11]}, "bbox": [-122.772833, 38.807167, -122.772833, 38.807167]}, {"id": "4055", "type": "Feature", "properties": {"id": "nc72892936", "mag": 1.51, "time": 1505525691180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819167, 37.545, 3.75]}, "bbox": [-118.819167, 37.545, -118.819167, 37.545]}, {"id": "4056", "type": "Feature", "properties": {"id": "us2000anxl", "mag": 4.6, "time": 1505525689580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5872, 52.0486, 37.0]}, "bbox": [-170.5872, 52.0486, -170.5872, 52.0486]}, {"id": "4057", "type": "Feature", "properties": {"id": "ak16831132", "mag": 1.8, "time": 1505525666712, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6913, 63.5749, 10.4]}, "bbox": [-150.6913, 63.5749, -150.6913, 63.5749]}, {"id": "4058", "type": "Feature", "properties": {"id": "ak16831131", "mag": 1.1, "time": 1505525600973, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6368, 63.6017, 8.9]}, "bbox": [-150.6368, 63.6017, -150.6368, 63.6017]}, {"id": "4059", "type": "Feature", "properties": {"id": "nc72892931", "mag": 1.16, "time": 1505524996900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.806167, 36.224833, 7.5]}, "bbox": [-120.806167, 36.224833, -120.806167, 36.224833]}, {"id": "4060", "type": "Feature", "properties": {"id": "ak16830868", "mag": 2.0, "time": 1505523996780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.276, 57.4142, 39.6]}, "bbox": [-154.276, 57.4142, -154.276, 57.4142]}, {"id": "4061", "type": "Feature", "properties": {"id": "ak16860501", "mag": 1.8, "time": 1505523576256, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.099, 59.7523, 100.4]}, "bbox": [-153.099, 59.7523, -153.099, 59.7523]}, {"id": "4062", "type": "Feature", "properties": {"id": "ak16830864", "mag": 1.0, "time": 1505522724047, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.3705, 66.2593, 7.1]}, "bbox": [-142.3705, 66.2593, -142.3705, 66.2593]}, {"id": "4063", "type": "Feature", "properties": {"id": "ak16830862", "mag": 1.4, "time": 1505522720015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8357, 63.5631, 6.8]}, "bbox": [-150.8357, 63.5631, -150.8357, 63.5631]}, {"id": "4064", "type": "Feature", "properties": {"id": "us2000at41", "mag": 4.6, "time": 1505522674060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [69.6259, -23.9788, 10.0]}, "bbox": [69.6259, -23.9788, 69.6259, -23.9788]}, {"id": "4065", "type": "Feature", "properties": {"id": "us2000anwt", "mag": 4.3, "time": 1505522470090, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.2357, -37.2039, 9.72]}, "bbox": [-74.2357, -37.2039, -74.2357, -37.2039]}, {"id": "4066", "type": "Feature", "properties": {"id": "uu60246252", "mag": 1.18, "time": 1505521902190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4075, 42.596, 3.5]}, "bbox": [-111.4075, 42.596, -111.4075, 42.596]}, {"id": "4067", "type": "Feature", "properties": {"id": "ak16830861", "mag": 1.2, "time": 1505521740882, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7991, 61.6212, 38.4]}, "bbox": [-147.7991, 61.6212, -147.7991, 61.6212]}, {"id": "4068", "type": "Feature", "properties": {"id": "ak16830860", "mag": 1.0, "time": 1505521253411, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9628, 64.7584, 4.1]}, "bbox": [-139.9628, 64.7584, -139.9628, 64.7584]}, {"id": "4069", "type": "Feature", "properties": {"id": "ak16830858", "mag": 1.6, "time": 1505521010086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3459, 62.5868, 57.7]}, "bbox": [-148.3459, 62.5868, -148.3459, 62.5868]}, {"id": "4070", "type": "Feature", "properties": {"id": "us2000at4p", "mag": 4.6, "time": 1505520028160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-30.9669, 2.8319, 10.0]}, "bbox": [-30.9669, 2.8319, -30.9669, 2.8319]}, {"id": "4071", "type": "Feature", "properties": {"id": "ak16830852", "mag": 2.5, "time": 1505519615949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8797, 64.7729, 8.4]}, "bbox": [-139.8797, 64.7729, -139.8797, 64.7729]}, {"id": "4072", "type": "Feature", "properties": {"id": "ak16830848", "mag": 3.4, "time": 1505519352423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.9613, 56.0051, 45.4]}, "bbox": [-156.9613, 56.0051, -156.9613, 56.0051]}, {"id": "4073", "type": "Feature", "properties": {"id": "ak16830585", "mag": 2.2, "time": 1505518242769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9245, 64.7851, 9.3]}, "bbox": [-139.9245, 64.7851, -139.9245, 64.7851]}, {"id": "4074", "type": "Feature", "properties": {"id": "ak16830502", "mag": 1.5, "time": 1505517724005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3927, 62.7723, 62.1]}, "bbox": [-148.3927, 62.7723, -148.3927, 62.7723]}, {"id": "4075", "type": "Feature", "properties": {"id": "hv61909476", "mag": 1.46, "time": 1505517626230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6105, 19.420833, 2.212]}, "bbox": [-155.6105, 19.420833, -155.6105, 19.420833]}, {"id": "4076", "type": "Feature", "properties": {"id": "us2000anvi", "mag": 4.9, "time": 1505517194700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.9781, 67.621, 14.89]}, "bbox": [142.9781, 67.621, 142.9781, 67.621]}, {"id": "4077", "type": "Feature", "properties": {"id": "ak16852972", "mag": 2.3, "time": 1505516822454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.046, 51.6929, 12.7]}, "bbox": [-175.046, 51.6929, -175.046, 51.6929]}, {"id": "4078", "type": "Feature", "properties": {"id": "us2000asms", "mag": 4.2, "time": 1505515397660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.5667, -4.6769, 135.04]}, "bbox": [151.5667, -4.6769, 151.5667, -4.6769]}, {"id": "4079", "type": "Feature", "properties": {"id": "ak16830490", "mag": 2.1, "time": 1505515348546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2666, 60.2335, 149.7]}, "bbox": [-153.2666, 60.2335, -153.2666, 60.2335]}, {"id": "4080", "type": "Feature", "properties": {"id": "us2000anza", "mag": 4.2, "time": 1505515078190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [91.9514, 12.8959, 27.42]}, "bbox": [91.9514, 12.8959, 91.9514, 12.8959]}, {"id": "4081", "type": "Feature", "properties": {"id": "ak16852968", "mag": 1.7, "time": 1505514517165, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1028, 59.5574, 89.2]}, "bbox": [-153.1028, 59.5574, -153.1028, 59.5574]}, {"id": "4082", "type": "Feature", "properties": {"id": "ak16830486", "mag": 1.5, "time": 1505514413181, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8103, 64.7863, 4.0]}, "bbox": [-139.8103, 64.7863, -139.8103, 64.7863]}, {"id": "4083", "type": "Feature", "properties": {"id": "ak16852966", "mag": 1.7, "time": 1505514284700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1862, 59.9258, 120.0]}, "bbox": [-153.1862, 59.9258, -153.1862, 59.9258]}, {"id": "4084", "type": "Feature", "properties": {"id": "nc72892896", "mag": 1.71, "time": 1505514238180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.848, 40.281, 4.76]}, "bbox": [-120.848, 40.281, -120.848, 40.281]}, {"id": "4085", "type": "Feature", "properties": {"id": "us2000aqg1", "mag": 3.2, "time": 1505514207940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4161, 53.6697, 25.19]}, "bbox": [-164.4161, 53.6697, -164.4161, 53.6697]}, {"id": "4086", "type": "Feature", "properties": {"id": "nc72892891", "mag": 1.42, "time": 1505514193630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7085, 38.747, 1.29]}, "bbox": [-122.7085, 38.747, -122.7085, 38.747]}, {"id": "4087", "type": "Feature", "properties": {"id": "us2000antx", "mag": 2.8, "time": 1505513431240, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9688, 37.279, 4.85]}, "bbox": [-97.9688, 37.279, -97.9688, 37.279]}, {"id": "4088", "type": "Feature", "properties": {"id": "ak16830471", "mag": 1.3, "time": 1505513126878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.0818, 58.2131, 3.4]}, "bbox": [-155.0818, 58.2131, -155.0818, 58.2131]}, {"id": "4089", "type": "Feature", "properties": {"id": "us2000aqg0", "mag": 2.6, "time": 1505512544140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6723, 51.5577, 10.0]}, "bbox": [178.6723, 51.5577, 178.6723, 51.5577]}, {"id": "4090", "type": "Feature", "properties": {"id": "us2000antf", "mag": 4.6, "time": 1505512126220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.5618, -5.9077, 108.71]}, "bbox": [147.5618, -5.9077, 147.5618, -5.9077]}, {"id": "4091", "type": "Feature", "properties": {"id": "ak16830466", "mag": 1.7, "time": 1505511266504, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7109, 60.4891, 8.6]}, "bbox": [-138.7109, 60.4891, -138.7109, 60.4891]}, {"id": "4092", "type": "Feature", "properties": {"id": "us2000asmu", "mag": 4.3, "time": 1505510611600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [137.0445, 34.5022, 328.82]}, "bbox": [137.0445, 34.5022, 137.0445, 34.5022]}, {"id": "4093", "type": "Feature", "properties": {"id": "us2000anrz", "mag": 3.1, "time": 1505510517900, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4379, 42.6057, 6.23]}, "bbox": [-111.4379, 42.6057, -111.4379, 42.6057]}, {"id": "4094", "type": "Feature", "properties": {"id": "ak16830211", "mag": 3.0, "time": 1505510263990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8926, 64.7765, 8.2]}, "bbox": [-139.8926, 64.7765, -139.8926, 64.7765]}, {"id": "4095", "type": "Feature", "properties": {"id": "ak16852960", "mag": 1.5, "time": 1505509916511, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1722, 61.1116, 68.8]}, "bbox": [-151.1722, 61.1116, -151.1722, 61.1116]}, {"id": "4096", "type": "Feature", "properties": {"id": "ak16852959", "mag": 2.0, "time": 1505509441508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4835, 51.7117, 13.6]}, "bbox": [-178.4835, 51.7117, -178.4835, 51.7117]}, {"id": "4097", "type": "Feature", "properties": {"id": "nc72892861", "mag": 1.56, "time": 1505509197990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.217167, 35.152667, 7.27]}, "bbox": [-121.217167, 35.152667, -121.217167, 35.152667]}, {"id": "4098", "type": "Feature", "properties": {"id": "nn00605401", "mag": 1.3, "time": 1505508712532, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.5746, 38.7781, 10.3]}, "bbox": [-119.5746, 38.7781, -119.5746, 38.7781]}, {"id": "4099", "type": "Feature", "properties": {"id": "us2000anqp", "mag": 4.4, "time": 1505508340380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.6832, 12.6788, 125.94]}, "bbox": [142.6832, 12.6788, 142.6832, 12.6788]}, {"id": "4100", "type": "Feature", "properties": {"id": "nn00605391", "mag": 1.0, "time": 1505508003630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3614, 38.5819, 3.5]}, "bbox": [-118.3614, 38.5819, -118.3614, 38.5819]}, {"id": "4101", "type": "Feature", "properties": {"id": "ci37763831", "mag": 1.45, "time": 1505507271630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.356667, 34.4865, 9.29]}, "bbox": [-119.356667, 34.4865, -119.356667, 34.4865]}, {"id": "4102", "type": "Feature", "properties": {"id": "ak16830197", "mag": 2.1, "time": 1505507006348, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8768, 60.2433, 18.6]}, "bbox": [-140.8768, 60.2433, -140.8768, 60.2433]}, {"id": "4103", "type": "Feature", "properties": {"id": "nc72892846", "mag": 2.43, "time": 1505506978320, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.075333, 36.496667, 4.87]}, "bbox": [-121.075333, 36.496667, -121.075333, 36.496667]}, {"id": "4104", "type": "Feature", "properties": {"id": "us2000annp", "mag": 2.3, "time": 1505506905940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5599, 9.59]}, "bbox": [-111.4277, 42.5599, -111.4277, 42.5599]}, {"id": "4105", "type": "Feature", "properties": {"id": "ak16829946", "mag": 2.6, "time": 1505506584731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.9781, 57.0654, 81.6]}, "bbox": [-155.9781, 57.0654, -155.9781, 57.0654]}, {"id": "4106", "type": "Feature", "properties": {"id": "nc72892841", "mag": 1.21, "time": 1505506558180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.823167, 2.59]}, "bbox": [-122.801833, 38.823167, -122.801833, 38.823167]}, {"id": "4107", "type": "Feature", "properties": {"id": "ci37763815", "mag": 1.6, "time": 1505506434580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.772667, 33.326167, 12.6]}, "bbox": [-116.772667, 33.326167, -116.772667, 33.326167]}, {"id": "4108", "type": "Feature", "properties": {"id": "ak16829942", "mag": 2.0, "time": 1505506388550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6381, 59.7681, 10.4]}, "bbox": [-136.6381, 59.7681, -136.6381, 59.7681]}, {"id": "4109", "type": "Feature", "properties": {"id": "ak16829939", "mag": 1.3, "time": 1505506296730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3557, 64.9805, 0.0]}, "bbox": [-147.3557, 64.9805, -147.3557, 64.9805]}, {"id": "4110", "type": "Feature", "properties": {"id": "ak16829919", "mag": 3.2, "time": 1505506091028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8331, 59.8732, 91.8]}, "bbox": [-152.8331, 59.8732, -152.8331, 59.8732]}, {"id": "4111", "type": "Feature", "properties": {"id": "ak16829917", "mag": 1.1, "time": 1505506034459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1896, 63.4641, 20.7]}, "bbox": [-147.1896, 63.4641, -147.1896, 63.4641]}, {"id": "4112", "type": "Feature", "properties": {"id": "nc72892821", "mag": 1.26, "time": 1505506033580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.407667, 37.504333, 1.03]}, "bbox": [-122.407667, 37.504333, -122.407667, 37.504333]}, {"id": "4113", "type": "Feature", "properties": {"id": "pr2017258005", "mag": 3.43, "time": 1505505501670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-64.6295, 19.1915, 40.0]}, "bbox": [-64.6295, 19.1915, -64.6295, 19.1915]}, {"id": "4114", "type": "Feature", "properties": {"id": "ak16829915", "mag": 1.5, "time": 1505505395135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6711, 60.3885, 41.7]}, "bbox": [-150.6711, 60.3885, -150.6711, 60.3885]}, {"id": "4115", "type": "Feature", "properties": {"id": "ak16829913", "mag": 2.1, "time": 1505505235226, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.0254, 58.4988, 9.7]}, "bbox": [-135.0254, 58.4988, -135.0254, 58.4988]}, {"id": "4116", "type": "Feature", "properties": {"id": "ak16829904", "mag": 1.1, "time": 1505503708373, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5162, 63.4918, 1.6]}, "bbox": [-147.5162, 63.4918, -147.5162, 63.4918]}, {"id": "4117", "type": "Feature", "properties": {"id": "nc72892806", "mag": 1.03, "time": 1505503474580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.488333, 37.450833, 4.91]}, "bbox": [-118.488333, 37.450833, -118.488333, 37.450833]}, {"id": "4118", "type": "Feature", "properties": {"id": "ci37763759", "mag": 1.72, "time": 1505502131450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796, 33.503167, 6.45]}, "bbox": [-116.796, 33.503167, -116.796, 33.503167]}, {"id": "4119", "type": "Feature", "properties": {"id": "us2000anjp", "mag": 5.5, "time": 1505501282460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-28.3292, -55.4644, 9.0]}, "bbox": [-28.3292, -55.4644, -28.3292, -55.4644]}, {"id": "4120", "type": "Feature", "properties": {"id": "nc72892771", "mag": 1.05, "time": 1505500911720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.725334, 38.757, 1.52]}, "bbox": [-122.725334, 38.757, -122.725334, 38.757]}, {"id": "4121", "type": "Feature", "properties": {"id": "us2000anjh", "mag": 4.5, "time": 1505500904740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.72, 54.0122, 10.0]}, "bbox": [169.72, 54.0122, 169.72, 54.0122]}, {"id": "4122", "type": "Feature", "properties": {"id": "uw61308057", "mag": 0.97, "time": 1505500854880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.858667, 48.515, 37.88]}, "bbox": [-124.858667, 48.515, -124.858667, 48.515]}, {"id": "4123", "type": "Feature", "properties": {"id": "ak16829625", "mag": 1.6, "time": 1505499922143, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3749, 60.4419, 18.3]}, "bbox": [-147.3749, 60.4419, -147.3749, 60.4419]}, {"id": "4124", "type": "Feature", "properties": {"id": "uu60246132", "mag": 1.51, "time": 1505499901840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.420667, 42.537167, 7.15]}, "bbox": [-111.420667, 42.537167, -111.420667, 42.537167]}, {"id": "4125", "type": "Feature", "properties": {"id": "nc72892766", "mag": 2.33, "time": 1505499839660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.49, 37.447667, 5.54]}, "bbox": [-118.49, 37.447667, -118.49, 37.447667]}, {"id": "4126", "type": "Feature", "properties": {"id": "nc72892756", "mag": 1.0, "time": 1505499395080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.799667, 37.462333, 0.05]}, "bbox": [-118.799667, 37.462333, -118.799667, 37.462333]}, {"id": "4127", "type": "Feature", "properties": {"id": "nc72892761", "mag": 1.02, "time": 1505499284680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.445, 37.379333, 14.57]}, "bbox": [-118.445, 37.379333, -118.445, 37.379333]}, {"id": "4128", "type": "Feature", "properties": {"id": "ak16829622", "mag": 1.1, "time": 1505498936272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4458, 61.0059, 4.9]}, "bbox": [-152.4458, 61.0059, -152.4458, 61.0059]}, {"id": "4129", "type": "Feature", "properties": {"id": "us2000anhz", "mag": 4.2, "time": 1505498539950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9892, 15.1825, 46.32]}, "bbox": [-93.9892, 15.1825, -93.9892, 15.1825]}, {"id": "4130", "type": "Feature", "properties": {"id": "ak16829378", "mag": 1.9, "time": 1505498347271, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7292, 60.4845, 7.5]}, "bbox": [-138.7292, 60.4845, -138.7292, 60.4845]}, {"id": "4131", "type": "Feature", "properties": {"id": "ci37763719", "mag": 1.44, "time": 1505498108300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.178169, 35.602833, 5.95]}, "bbox": [-118.178169, 35.602833, -118.178169, 35.602833]}, {"id": "4132", "type": "Feature", "properties": {"id": "us2000anhd", "mag": 5.0, "time": 1505497546880, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [28.8132, -2.7314, 12.98]}, "bbox": [28.8132, -2.7314, 28.8132, -2.7314]}, {"id": "4133", "type": "Feature", "properties": {"id": "ci37763711", "mag": 1.02, "time": 1505497385540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.102833, 33.170333, 9.6]}, "bbox": [-116.102833, 33.170333, -116.102833, 33.170333]}, {"id": "4134", "type": "Feature", "properties": {"id": "ak16829370", "mag": 1.8, "time": 1505496661795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3298, 60.0961, 93.1]}, "bbox": [-152.3298, 60.0961, -152.3298, 60.0961]}, {"id": "4135", "type": "Feature", "properties": {"id": "nc72892746", "mag": 1.22, "time": 1505496479100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.641667, 37.477167, 6.06]}, "bbox": [-118.641667, 37.477167, -118.641667, 37.477167]}, {"id": "4136", "type": "Feature", "properties": {"id": "us2000angr", "mag": 4.6, "time": 1505496373980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [160.527, 53.8618, 60.06]}, "bbox": [160.527, 53.8618, 160.527, 53.8618]}, {"id": "4137", "type": "Feature", "properties": {"id": "ci37763679", "mag": 1.04, "time": 1505495567950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.808, 36.012167, 1.77]}, "bbox": [-117.808, 36.012167, -117.808, 36.012167]}, {"id": "4138", "type": "Feature", "properties": {"id": "ak16829365", "mag": 1.4, "time": 1505494067842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3827, 63.102, 108.2]}, "bbox": [-150.3827, 63.102, -150.3827, 63.102]}, {"id": "4139", "type": "Feature", "properties": {"id": "uw61308032", "mag": 1.41, "time": 1505493000220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.048333, 47.3965, 13.93]}, "bbox": [-122.048333, 47.3965, -122.048333, 47.3965]}, {"id": "4140", "type": "Feature", "properties": {"id": "nc72892711", "mag": 1.1, "time": 1505492830650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.807, 38.822667, 2.57]}, "bbox": [-122.807, 38.822667, -122.807, 38.822667]}, {"id": "4141", "type": "Feature", "properties": {"id": "uw61308027", "mag": 1.17, "time": 1505492391290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0485, 47.395833, 13.68]}, "bbox": [-122.0485, 47.395833, -122.0485, 47.395833]}, {"id": "4142", "type": "Feature", "properties": {"id": "ak16829360", "mag": 2.9, "time": 1505491697051, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4354, 53.7237, 49.7]}, "bbox": [-164.4354, 53.7237, -164.4354, 53.7237]}, {"id": "4143", "type": "Feature", "properties": {"id": "pr2017258004", "mag": 1.98, "time": 1505491060700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7353, 18.0013, 7.0]}, "bbox": [-66.7353, 18.0013, -66.7353, 18.0013]}, {"id": "4144", "type": "Feature", "properties": {"id": "ak16829358", "mag": 1.6, "time": 1505491027770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6843, 60.3013, 49.8]}, "bbox": [-150.6843, 60.3013, -150.6843, 60.3013]}, {"id": "4145", "type": "Feature", "properties": {"id": "us2000angc", "mag": 4.7, "time": 1505490910540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4948, -51.951, 10.0]}, "bbox": [140.4948, -51.951, 140.4948, -51.951]}, {"id": "4146", "type": "Feature", "properties": {"id": "ak16829355", "mag": 3.2, "time": 1505490508935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4074, 55.3684, 134.2]}, "bbox": [-162.4074, 55.3684, -162.4074, 55.3684]}, {"id": "4147", "type": "Feature", "properties": {"id": "uu60246117", "mag": 1.78, "time": 1505490038910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438833, 42.587833, 3.5]}, "bbox": [-111.438833, 42.587833, -111.438833, 42.587833]}, {"id": "4148", "type": "Feature", "properties": {"id": "ci37763607", "mag": 1.3, "time": 1505489472220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.491167, 33.8525, -0.5]}, "bbox": [-117.491167, 33.8525, -117.491167, 33.8525]}, {"id": "4149", "type": "Feature", "properties": {"id": "ismpkansas70235413", "mag": 2.08, "time": 1505488486050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.96, 37.276667, 2.46]}, "bbox": [-97.96, 37.276667, -97.96, 37.276667]}, {"id": "4150", "type": "Feature", "properties": {"id": "ak16829351", "mag": 1.4, "time": 1505488175090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4615, 63.0908, 2.8]}, "bbox": [-151.4615, 63.0908, -151.4615, 63.0908]}, {"id": "4151", "type": "Feature", "properties": {"id": "hv61908956", "mag": 2.13, "time": 1505487142110, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.862333, 19.450333, 1.074]}, "bbox": [-154.862333, 19.450333, -154.862333, 19.450333]}, {"id": "4152", "type": "Feature", "properties": {"id": "ak16829348", "mag": 2.3, "time": 1505486994801, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.5994, 64.2424, 10.6]}, "bbox": [-163.5994, 64.2424, -163.5994, 64.2424]}, {"id": "4153", "type": "Feature", "properties": {"id": "ak16852936", "mag": 1.5, "time": 1505485797408, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5105, 60.533, 54.5]}, "bbox": [-150.5105, 60.533, -150.5105, 60.533]}, {"id": "4154", "type": "Feature", "properties": {"id": "ak16829346", "mag": 1.6, "time": 1505485726963, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8399, 59.9528, 0.0]}, "bbox": [-139.8399, 59.9528, -139.8399, 59.9528]}, {"id": "4155", "type": "Feature", "properties": {"id": "mb80255559", "mag": 1.54, "time": 1505485070000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528, 46.898, 12.92]}, "bbox": [-112.528, 46.898, -112.528, 46.898]}, {"id": "4156", "type": "Feature", "properties": {"id": "us2000asmd", "mag": 4.0, "time": 1505484479350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [118.2763, -7.0257, 10.0]}, "bbox": [118.2763, -7.0257, 118.2763, -7.0257]}, {"id": "4157", "type": "Feature", "properties": {"id": "ci37763559", "mag": 1.43, "time": 1505483064830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6045, 33.127833, 7.81]}, "bbox": [-115.6045, 33.127833, -115.6045, 33.127833]}, {"id": "4158", "type": "Feature", "properties": {"id": "ci37763535", "mag": 1.14, "time": 1505482307640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.736833, 33.222833, 12.21]}, "bbox": [-116.736833, 33.222833, -116.736833, 33.222833]}, {"id": "4159", "type": "Feature", "properties": {"id": "ci37763527", "mag": 1.65, "time": 1505482113260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.742833, 33.223833, 11.67]}, "bbox": [-116.742833, 33.223833, -116.742833, 33.223833]}, {"id": "4160", "type": "Feature", "properties": {"id": "ci37763511", "mag": 2.98, "time": 1505481739410, "felt": 62.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.750167, 33.221833, 11.54]}, "bbox": [-116.750167, 33.221833, -116.750167, 33.221833]}, {"id": "4161", "type": "Feature", "properties": {"id": "nn00605319", "mag": 1.4, "time": 1505481612897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.536, 39.4025, 7.1]}, "bbox": [-119.536, 39.4025, -119.536, 39.4025]}, {"id": "4162", "type": "Feature", "properties": {"id": "ak16829343", "mag": 1.1, "time": 1505481511288, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.734, 60.477, 7.6]}, "bbox": [-138.734, 60.477, -138.734, 60.477]}, {"id": "4163", "type": "Feature", "properties": {"id": "ak16829342", "mag": 1.1, "time": 1505481115042, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.6866, 60.4978, 7.6]}, "bbox": [-138.6866, 60.4978, -138.6866, 60.4978]}, {"id": "4164", "type": "Feature", "properties": {"id": "us2000an8y", "mag": 3.0, "time": 1505480692500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9665, 37.2798, 4.9]}, "bbox": [-97.9665, 37.2798, -97.9665, 37.2798]}, {"id": "4165", "type": "Feature", "properties": {"id": "us2000aqfs", "mag": 4.0, "time": 1505480677660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [177.1015, 51.6899, 62.37]}, "bbox": [177.1015, 51.6899, 177.1015, 51.6899]}, {"id": "4166", "type": "Feature", "properties": {"id": "nc72892656", "mag": 1.2, "time": 1505479917850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.478833, 36.923833, 5.96]}, "bbox": [-121.478833, 36.923833, -121.478833, 36.923833]}, {"id": "4167", "type": "Feature", "properties": {"id": "ak16852930", "mag": 2.2, "time": 1505479857860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6735, 54.2139, 72.3]}, "bbox": [-164.6735, 54.2139, -164.6735, 54.2139]}, {"id": "4168", "type": "Feature", "properties": {"id": "ak16852929", "mag": 1.3, "time": 1505479424949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8074, 61.6789, 63.0]}, "bbox": [-150.8074, 61.6789, -150.8074, 61.6789]}, {"id": "4169", "type": "Feature", "properties": {"id": "ci37763455", "mag": 1.43, "time": 1505479133890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.172833, 33.1885, 5.98]}, "bbox": [-116.172833, 33.1885, -116.172833, 33.1885]}, {"id": "4170", "type": "Feature", "properties": {"id": "us2000an8s", "mag": 5.0, "time": 1505479021440, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [99.4856, 1.5915, 160.08]}, "bbox": [99.4856, 1.5915, 99.4856, 1.5915]}, {"id": "4171", "type": "Feature", "properties": {"id": "ak16852928", "mag": 2.1, "time": 1505478896521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.6795, 51.3691, 28.0]}, "bbox": [178.6795, 51.3691, 178.6795, 51.3691]}, {"id": "4172", "type": "Feature", "properties": {"id": "uw61307972", "mag": 0.95, "time": 1505478878910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.588, 45.973333, 13.92]}, "bbox": [-122.588, 45.973333, -122.588, 45.973333]}, {"id": "4173", "type": "Feature", "properties": {"id": "mb80255544", "mag": 1.19, "time": 1505478239910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527, 46.868167, 11.01]}, "bbox": [-112.527, 46.868167, -112.527, 46.868167]}, {"id": "4174", "type": "Feature", "properties": {"id": "ak16852925", "mag": 2.1, "time": 1505477897255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.3237, 54.8499, 18.7]}, "bbox": [-160.3237, 54.8499, -160.3237, 54.8499]}, {"id": "4175", "type": "Feature", "properties": {"id": "nc72892641", "mag": 1.01, "time": 1505477523520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799667, 38.833832, 2.01]}, "bbox": [-122.799667, 38.833832, -122.799667, 38.833832]}, {"id": "4176", "type": "Feature", "properties": {"id": "us2000an8e", "mag": 2.7, "time": 1505477274970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.525, 46.8611, 10.18]}, "bbox": [-112.525, 46.8611, -112.525, 46.8611]}, {"id": "4177", "type": "Feature", "properties": {"id": "ak16852924", "mag": 1.4, "time": 1505476792218, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5946, 57.6534, 29.9]}, "bbox": [-152.5946, 57.6534, -152.5946, 57.6534]}, {"id": "4178", "type": "Feature", "properties": {"id": "pr2017258003", "mag": 2.18, "time": 1505476739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.7808, 18.0135, 13.0]}, "bbox": [-66.7808, 18.0135, -66.7808, 18.0135]}, {"id": "4179", "type": "Feature", "properties": {"id": "ak16852923", "mag": 2.0, "time": 1505476493650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.7994, 54.9781, 25.0]}, "bbox": [-160.7994, 54.9781, -160.7994, 54.9781]}, {"id": "4180", "type": "Feature", "properties": {"id": "us2000an7z", "mag": 3.8, "time": 1505475906360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.753, 54.3697, 28.05]}, "bbox": [-161.753, 54.3697, -161.753, 54.3697]}, {"id": "4181", "type": "Feature", "properties": {"id": "nc72892636", "mag": 2.0, "time": 1505475684320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723167, 38.750667, 1.87]}, "bbox": [-122.723167, 38.750667, -122.723167, 38.750667]}, {"id": "4182", "type": "Feature", "properties": {"id": "ak16829087", "mag": 1.6, "time": 1505475033163, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.6709, 67.7999, 2.0]}, "bbox": [-156.6709, 67.7999, -156.6709, 67.7999]}, {"id": "4183", "type": "Feature", "properties": {"id": "ak16829082", "mag": 1.8, "time": 1505474984470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9722, 63.0999, 131.7]}, "bbox": [-150.9722, 63.0999, -150.9722, 63.0999]}, {"id": "4184", "type": "Feature", "properties": {"id": "ak16829079", "mag": 1.4, "time": 1505474678706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7297, 60.4779, 8.8]}, "bbox": [-138.7297, 60.4779, -138.7297, 60.4779]}, {"id": "4185", "type": "Feature", "properties": {"id": "us2000an7j", "mag": 2.7, "time": 1505474631800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4441, 42.568, 7.22]}, "bbox": [-111.4441, 42.568, -111.4441, 42.568]}, {"id": "4186", "type": "Feature", "properties": {"id": "nc72892626", "mag": 1.04, "time": 1505474439810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804667, 37.458833, 0.13]}, "bbox": [-118.804667, 37.458833, -118.804667, 37.458833]}, {"id": "4187", "type": "Feature", "properties": {"id": "ci37763407", "mag": 3.23, "time": 1505473976550, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.303167, 35.032833, 11.48]}, "bbox": [-119.303167, 35.032833, -119.303167, 35.032833]}, {"id": "4188", "type": "Feature", "properties": {"id": "nn00605300", "mag": 1.1, "time": 1505473795002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.7828, 38.6088, 8.3]}, "bbox": [-118.7828, 38.6088, -118.7828, 38.6088]}, {"id": "4189", "type": "Feature", "properties": {"id": "ak16828841", "mag": 1.7, "time": 1505473634732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.54, 59.9657, 0.0]}, "bbox": [-139.54, 59.9657, -139.54, 59.9657]}, {"id": "4190", "type": "Feature", "properties": {"id": "uw61307932", "mag": 1.91, "time": 1505473610560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.044333, 46.870333, 5.23]}, "bbox": [-122.044333, 46.870333, -122.044333, 46.870333]}, {"id": "4191", "type": "Feature", "properties": {"id": "uw61307927", "mag": 2.04, "time": 1505473528440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040667, 46.874167, 5.89]}, "bbox": [-122.040667, 46.874167, -122.040667, 46.874167]}, {"id": "4192", "type": "Feature", "properties": {"id": "us2000an74", "mag": 4.6, "time": 1505473111350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-60.5703, 14.9752, 55.34]}, "bbox": [-60.5703, 14.9752, -60.5703, 14.9752]}, {"id": "4193", "type": "Feature", "properties": {"id": "ak16828838", "mag": 2.3, "time": 1505473096912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.7454, 57.1664, 7.6]}, "bbox": [-155.7454, 57.1664, -155.7454, 57.1664]}, {"id": "4194", "type": "Feature", "properties": {"id": "ismpkansas70235273", "mag": 1.73, "time": 1505472377400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7775, 37.328833, 5.95]}, "bbox": [-97.7775, 37.328833, -97.7775, 37.328833]}, {"id": "4195", "type": "Feature", "properties": {"id": "ak16828836", "mag": 1.2, "time": 1505472358115, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0141, 62.1581, 7.8]}, "bbox": [-150.0141, 62.1581, -150.0141, 62.1581]}, {"id": "4196", "type": "Feature", "properties": {"id": "us2000an6x", "mag": 3.0, "time": 1505471961060, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4507, 42.5991, 6.39]}, "bbox": [-111.4507, 42.5991, -111.4507, 42.5991]}, {"id": "4197", "type": "Feature", "properties": {"id": "ak16828834", "mag": 1.6, "time": 1505471035679, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5654, 60.6122, 4.1]}, "bbox": [-147.5654, 60.6122, -147.5654, 60.6122]}, {"id": "4198", "type": "Feature", "properties": {"id": "pr2017258002", "mag": 3.3, "time": 1505471012430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.039, 18.7165, 49.0]}, "bbox": [-65.039, 18.7165, -65.039, 18.7165]}, {"id": "4199", "type": "Feature", "properties": {"id": "nc72892606", "mag": 2.13, "time": 1505469780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.106167, 36.291833, 27.69]}, "bbox": [-120.106167, 36.291833, -120.106167, 36.291833]}, {"id": "4200", "type": "Feature", "properties": {"id": "ak16852912", "mag": 1.9, "time": 1505469324601, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0438, 60.2245, 124.3]}, "bbox": [-153.0438, 60.2245, -153.0438, 60.2245]}, {"id": "4201", "type": "Feature", "properties": {"id": "ak16828830", "mag": 2.7, "time": 1505468486908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.378, 53.6654, 25.8]}, "bbox": [-164.378, 53.6654, -164.378, 53.6654]}, {"id": "4202", "type": "Feature", "properties": {"id": "pr2017258001", "mag": 3.31, "time": 1505468158660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9741, 18.1111, 53.0]}, "bbox": [-67.9741, 18.1111, -67.9741, 18.1111]}, {"id": "4203", "type": "Feature", "properties": {"id": "ak16828827", "mag": 1.9, "time": 1505468029663, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1086, 60.3742, 87.3]}, "bbox": [-152.1086, 60.3742, -152.1086, 60.3742]}, {"id": "4204", "type": "Feature", "properties": {"id": "us2000an6e", "mag": 2.1, "time": 1505467401730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4369, 42.5723, 4.71]}, "bbox": [-111.4369, 42.5723, -111.4369, 42.5723]}, {"id": "4205", "type": "Feature", "properties": {"id": "ci37763367", "mag": 1.32, "time": 1505466931820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.601167, 35.792, 0.88]}, "bbox": [-116.601167, 35.792, -116.601167, 35.792]}, {"id": "4206", "type": "Feature", "properties": {"id": "hv61908811", "mag": 1.86, "time": 1505466749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.473328, 19.201, 34.94]}, "bbox": [-155.473328, 19.201, -155.473328, 19.201]}, {"id": "4207", "type": "Feature", "properties": {"id": "pr2017258000", "mag": 2.64, "time": 1505466025100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.746, 17.9996, 11.0]}, "bbox": [-66.746, 17.9996, -66.746, 17.9996]}, {"id": "4208", "type": "Feature", "properties": {"id": "us2000an5j", "mag": 3.6, "time": 1505463761200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4416, 42.5753, 5.34]}, "bbox": [-111.4416, 42.5753, -111.4416, 42.5753]}, {"id": "4209", "type": "Feature", "properties": {"id": "ak16852908", "mag": 1.3, "time": 1505463469458, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.2829, 57.3488, 39.2]}, "bbox": [-154.2829, 57.3488, -154.2829, 57.3488]}, {"id": "4210", "type": "Feature", "properties": {"id": "nn00605283", "mag": 1.7, "time": 1505461873940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4437, 37.5652, 30.3]}, "bbox": [-117.4437, 37.5652, -117.4437, 37.5652]}, {"id": "4211", "type": "Feature", "properties": {"id": "nc72892591", "mag": 2.34, "time": 1505461865770, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815833, 37.416, -0.2]}, "bbox": [-121.815833, 37.416, -121.815833, 37.416]}, {"id": "4212", "type": "Feature", "properties": {"id": "nc72892576", "mag": 1.69, "time": 1505460536470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.027667, 35.933167, 12.08]}, "bbox": [-120.027667, 35.933167, -120.027667, 35.933167]}, {"id": "4213", "type": "Feature", "properties": {"id": "ak16828820", "mag": 1.4, "time": 1505460317106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3735, 59.7943, 6.5]}, "bbox": [-141.3735, 59.7943, -141.3735, 59.7943]}, {"id": "4214", "type": "Feature", "properties": {"id": "ak16852903", "mag": 1.3, "time": 1505459205027, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8448, 60.0925, 0.0]}, "bbox": [-139.8448, 60.0925, -139.8448, 60.0925]}, {"id": "4215", "type": "Feature", "properties": {"id": "ak16828585", "mag": 1.4, "time": 1505458631465, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0593, 61.7131, 3.8]}, "bbox": [-148.0593, 61.7131, -148.0593, 61.7131]}, {"id": "4216", "type": "Feature", "properties": {"id": "us2000an4v", "mag": 4.4, "time": 1505458308660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5767, -21.9172, 640.49]}, "bbox": [179.5767, -21.9172, 179.5767, -21.9172]}, {"id": "4217", "type": "Feature", "properties": {"id": "ak16828584", "mag": 1.4, "time": 1505458006745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.7132, 60.0014, 0.0]}, "bbox": [-139.7132, 60.0014, -139.7132, 60.0014]}, {"id": "4218", "type": "Feature", "properties": {"id": "ak16828563", "mag": 2.8, "time": 1505456528325, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4989, 60.1125, 151.7]}, "bbox": [-153.4989, 60.1125, -153.4989, 60.1125]}, {"id": "4219", "type": "Feature", "properties": {"id": "ak16828570", "mag": 2.5, "time": 1505456526893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2519, 60.1326, 152.7]}, "bbox": [-153.2519, 60.1326, -153.2519, 60.1326]}, {"id": "4220", "type": "Feature", "properties": {"id": "nc72892551", "mag": 2.6, "time": 1505456369610, "felt": 148.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.814333, 37.412167, -0.14]}, "bbox": [-121.814333, 37.412167, -121.814333, 37.412167]}, {"id": "4221", "type": "Feature", "properties": {"id": "ak16828560", "mag": 1.1, "time": 1505456105481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0298, 65.3407, 11.3]}, "bbox": [-150.0298, 65.3407, -150.0298, 65.3407]}, {"id": "4222", "type": "Feature", "properties": {"id": "ci37763319", "mag": 1.07, "time": 1505455402480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7685, 33.327833, 13.39]}, "bbox": [-116.7685, 33.327833, -116.7685, 33.327833]}, {"id": "4223", "type": "Feature", "properties": {"id": "ak16828558", "mag": 1.4, "time": 1505455356648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3726, 61.4994, 31.9]}, "bbox": [-146.3726, 61.4994, -146.3726, 61.4994]}, {"id": "4224", "type": "Feature", "properties": {"id": "ak16852896", "mag": 1.9, "time": 1505455322292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2513, 60.1603, 135.4]}, "bbox": [-153.2513, 60.1603, -153.2513, 60.1603]}, {"id": "4225", "type": "Feature", "properties": {"id": "nc72892546", "mag": 1.03, "time": 1505455248140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.810667, 38.83, 2.09]}, "bbox": [-122.810667, 38.83, -122.810667, 38.83]}, {"id": "4226", "type": "Feature", "properties": {"id": "ak16828556", "mag": 1.6, "time": 1505455168783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.9297, 60.9306, 19.0]}, "bbox": [-146.9297, 60.9306, -146.9297, 60.9306]}, {"id": "4227", "type": "Feature", "properties": {"id": "ci37763311", "mag": 1.21, "time": 1505454701910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.190167, 33.332667, 10.93]}, "bbox": [-116.190167, 33.332667, -116.190167, 33.332667]}, {"id": "4228", "type": "Feature", "properties": {"id": "ak16852894", "mag": 1.7, "time": 1505453971264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8667, 60.0997, 103.9]}, "bbox": [-152.8667, 60.0997, -152.8667, 60.0997]}, {"id": "4229", "type": "Feature", "properties": {"id": "us2000an3z", "mag": 4.6, "time": 1505453216820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4676, -42.4862, 10.0]}, "bbox": [-82.4676, -42.4862, -82.4676, -42.4862]}, {"id": "4230", "type": "Feature", "properties": {"id": "ak16852893", "mag": 1.1, "time": 1505452792257, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4902, 57.7349, 15.0]}, "bbox": [-154.4902, 57.7349, -154.4902, 57.7349]}, {"id": "4231", "type": "Feature", "properties": {"id": "ak16828554", "mag": 1.4, "time": 1505452679971, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3948, 61.1147, 0.0]}, "bbox": [-148.3948, 61.1147, -148.3948, 61.1147]}, {"id": "4232", "type": "Feature", "properties": {"id": "ak16852891", "mag": 1.6, "time": 1505451604059, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9039, 61.8273, 105.7]}, "bbox": [-151.9039, 61.8273, -151.9039, 61.8273]}, {"id": "4233", "type": "Feature", "properties": {"id": "ismpkansas70235253", "mag": 1.62, "time": 1505451601330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7765, 37.333333, 5.53]}, "bbox": [-97.7765, 37.333333, -97.7765, 37.333333]}, {"id": "4234", "type": "Feature", "properties": {"id": "nc72892536", "mag": 2.78, "time": 1505451572070, "felt": 348.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.804667, 37.415, 2.65]}, "bbox": [-121.804667, 37.415, -121.804667, 37.415]}, {"id": "4235", "type": "Feature", "properties": {"id": "ak16828322", "mag": 1.1, "time": 1505451186525, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-138.7346, 60.4761, 9.9]}, "bbox": [-138.7346, 60.4761, -138.7346, 60.4761]}, {"id": "4236", "type": "Feature", "properties": {"id": "us2000anyw", "mag": 2.0, "time": 1505450267000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-71.42, 45.73, 18.0]}, "bbox": [-71.42, 45.73, -71.42, 45.73]}, {"id": "4237", "type": "Feature", "properties": {"id": "nc72892526", "mag": 1.26, "time": 1505449157230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.8245, 1.3]}, "bbox": [-122.802333, 38.8245, -122.802333, 38.8245]}, {"id": "4238", "type": "Feature", "properties": {"id": "ak16828321", "mag": 1.4, "time": 1505448965816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0369, 60.3155, 0.6]}, "bbox": [-143.0369, 60.3155, -143.0369, 60.3155]}, {"id": "4239", "type": "Feature", "properties": {"id": "us2000an31", "mag": 4.3, "time": 1505448638800, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4066, -11.9189, 10.0]}, "bbox": [-76.4066, -11.9189, -76.4066, -11.9189]}, {"id": "4240", "type": "Feature", "properties": {"id": "mb80255479", "mag": 1.23, "time": 1505447369570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.896667, 13.22]}, "bbox": [-112.529333, 46.896667, -112.529333, 46.896667]}, {"id": "4241", "type": "Feature", "properties": {"id": "ak16828316", "mag": 2.0, "time": 1505447351856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1687, 59.8152, 101.9]}, "bbox": [-153.1687, 59.8152, -153.1687, 59.8152]}, {"id": "4242", "type": "Feature", "properties": {"id": "ak16828314", "mag": 1.7, "time": 1505447232655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4451, 60.022, 0.0]}, "bbox": [-139.4451, 60.022, -139.4451, 60.022]}, {"id": "4243", "type": "Feature", "properties": {"id": "nc72892516", "mag": 1.1, "time": 1505446837720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.730835, 38.793999, 1.32]}, "bbox": [-122.730835, 38.793999, -122.730835, 38.793999]}, {"id": "4244", "type": "Feature", "properties": {"id": "uu60245937", "mag": 2.38, "time": 1505446750290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.831833, 40.139667, 5.96]}, "bbox": [-108.831833, 40.139667, -108.831833, 40.139667]}, {"id": "4245", "type": "Feature", "properties": {"id": "nn00605251", "mag": 1.0, "time": 1505446468632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9033, 38.4011, 9.6]}, "bbox": [-118.9033, 38.4011, -118.9033, 38.4011]}, {"id": "4246", "type": "Feature", "properties": {"id": "uw61307757", "mag": 1.87, "time": 1505444885110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039, 46.879667, 6.38]}, "bbox": [-122.039, 46.879667, -122.039, 46.879667]}, {"id": "4247", "type": "Feature", "properties": {"id": "ak16828311", "mag": 1.7, "time": 1505444727120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9607, 69.4522, 5.6]}, "bbox": [-142.9607, 69.4522, -142.9607, 69.4522]}, {"id": "4248", "type": "Feature", "properties": {"id": "ak16828309", "mag": 1.6, "time": 1505444714123, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2585, 60.8639, 35.8]}, "bbox": [-150.2585, 60.8639, -150.2585, 60.8639]}, {"id": "4249", "type": "Feature", "properties": {"id": "ak16828078", "mag": 1.7, "time": 1505444473211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9441, 60.8403, 88.2]}, "bbox": [-151.9441, 60.8403, -151.9441, 60.8403]}, {"id": "4250", "type": "Feature", "properties": {"id": "ak16852882", "mag": 1.6, "time": 1505443841428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.2335, 53.7145, 69.2]}, "bbox": [-166.2335, 53.7145, -166.2335, 53.7145]}, {"id": "4251", "type": "Feature", "properties": {"id": "us2000an1z", "mag": 4.4, "time": 1505443535780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5573, 15.2748, 63.05]}, "bbox": [-93.5573, 15.2748, -93.5573, 15.2748]}, {"id": "4252", "type": "Feature", "properties": {"id": "nc72892506", "mag": 1.02, "time": 1505442684550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.883667, 37.553, 2.17]}, "bbox": [-118.883667, 37.553, -118.883667, 37.553]}, {"id": "4253", "type": "Feature", "properties": {"id": "hv61908531", "mag": 3.04, "time": 1505439944520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.197667, 35.437]}, "bbox": [-155.466833, 19.197667, -155.466833, 19.197667]}, {"id": "4254", "type": "Feature", "properties": {"id": "ak16827839", "mag": 1.5, "time": 1505439822541, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4032, 62.4253, 2.2]}, "bbox": [-153.4032, 62.4253, -153.4032, 62.4253]}, {"id": "4255", "type": "Feature", "properties": {"id": "ci37763231", "mag": 1.55, "time": 1505439516220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.3195, 34.068167, 18.36]}, "bbox": [-117.3195, 34.068167, -117.3195, 34.068167]}, {"id": "4256", "type": "Feature", "properties": {"id": "us2000an15", "mag": 5.2, "time": 1505439500860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5689, -26.6333, 10.0]}, "bbox": [-112.5689, -26.6333, -112.5689, -26.6333]}, {"id": "4257", "type": "Feature", "properties": {"id": "us2000an0z", "mag": 4.8, "time": 1505439407990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.866, 18.8304, 42.15]}, "bbox": [94.866, 18.8304, 94.866, 18.8304]}, {"id": "4258", "type": "Feature", "properties": {"id": "nc72892491", "mag": 1.99, "time": 1505438838520, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.813833, 37.412167, -0.2]}, "bbox": [-121.813833, 37.412167, -121.813833, 37.412167]}, {"id": "4259", "type": "Feature", "properties": {"id": "nc72892486", "mag": 3.28, "time": 1505438267780, "felt": 1110.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.805667, 37.414, -0.21]}, "bbox": [-121.805667, 37.414, -121.805667, 37.414]}, {"id": "4260", "type": "Feature", "properties": {"id": "uw61307737", "mag": 1.35, "time": 1505438193040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.260833, 45.950833, -0.29]}, "bbox": [-119.260833, 45.950833, -119.260833, 45.950833]}, {"id": "4261", "type": "Feature", "properties": {"id": "us2000an0d", "mag": 2.7, "time": 1505437987460, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5868, 37.2136, 5.0]}, "bbox": [-97.5868, 37.2136, -97.5868, 37.2136]}, {"id": "4262", "type": "Feature", "properties": {"id": "us2000an0g", "mag": 4.3, "time": 1505437868680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4079, 15.6978, 35.0]}, "bbox": [-94.4079, 15.6978, -94.4079, 15.6978]}, {"id": "4263", "type": "Feature", "properties": {"id": "ak16827837", "mag": 1.3, "time": 1505437000881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7, 64.3159, 3.6]}, "bbox": [-149.7, 64.3159, -149.7, 64.3159]}, {"id": "4264", "type": "Feature", "properties": {"id": "us2000aslu", "mag": 4.1, "time": 1505436496140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.8507, -18.1469, 603.85]}, "bbox": [-178.8507, -18.1469, -178.8507, -18.1469]}, {"id": "4265", "type": "Feature", "properties": {"id": "ci37763199", "mag": 1.36, "time": 1505435921800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.729667, 33.651667, 14.16]}, "bbox": [-116.729667, 33.651667, -116.729667, 33.651667]}, {"id": "4266", "type": "Feature", "properties": {"id": "nc72892481", "mag": 1.05, "time": 1505435403940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1895, 36.589667, 2.71]}, "bbox": [-121.1895, 36.589667, -121.1895, 36.589667]}, {"id": "4267", "type": "Feature", "properties": {"id": "us2000aslz", "mag": 4.4, "time": 1505434827610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.716, 24.4725, 93.7]}, "bbox": [141.716, 24.4725, 141.716, 24.4725]}, {"id": "4268", "type": "Feature", "properties": {"id": "us2000amzk", "mag": 4.1, "time": 1505434054870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3134, -31.912, 136.67]}, "bbox": [-67.3134, -31.912, -67.3134, -31.912]}, {"id": "4269", "type": "Feature", "properties": {"id": "ak16827738", "mag": 1.1, "time": 1505433675781, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4097, 60.0357, 0.0]}, "bbox": [-139.4097, 60.0357, -139.4097, 60.0357]}, {"id": "4270", "type": "Feature", "properties": {"id": "uw61307717", "mag": 1.13, "time": 1505433139350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.677167, 47.835167, -0.74]}, "bbox": [-121.677167, 47.835167, -121.677167, 47.835167]}, {"id": "4271", "type": "Feature", "properties": {"id": "nc72892476", "mag": 1.21, "time": 1505432696710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.828167, 37.448333, 11.34]}, "bbox": [-118.828167, 37.448333, -118.828167, 37.448333]}, {"id": "4272", "type": "Feature", "properties": {"id": "ak16827737", "mag": 2.4, "time": 1505432573787, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6213, 54.0704, 37.5]}, "bbox": [-163.6213, 54.0704, -163.6213, 54.0704]}, {"id": "4273", "type": "Feature", "properties": {"id": "us2000amz3", "mag": 4.1, "time": 1505431969130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.671, 15.2225, 53.79]}, "bbox": [-93.671, 15.2225, -93.671, 15.2225]}, {"id": "4274", "type": "Feature", "properties": {"id": "nc72892471", "mag": 1.5, "time": 1505431533120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.4815, 38.607167, 11.47]}, "bbox": [-122.4815, 38.607167, -122.4815, 38.607167]}, {"id": "4275", "type": "Feature", "properties": {"id": "nc72892466", "mag": 1.83, "time": 1505431346810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8125, 37.417833, 0.06]}, "bbox": [-121.8125, 37.417833, -121.8125, 37.417833]}, {"id": "4276", "type": "Feature", "properties": {"id": "ak16827381", "mag": 2.1, "time": 1505430963793, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5301, 63.0381, 100.7]}, "bbox": [-150.5301, 63.0381, -150.5301, 63.0381]}, {"id": "4277", "type": "Feature", "properties": {"id": "us2000amyn", "mag": 4.7, "time": 1505430410000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.7418, -15.3348, 10.0]}, "bbox": [-172.7418, -15.3348, -172.7418, -15.3348]}, {"id": "4278", "type": "Feature", "properties": {"id": "nc72892451", "mag": 1.34, "time": 1505430316610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.842333, 38.821, 2.01]}, "bbox": [-122.842333, 38.821, -122.842333, 38.821]}, {"id": "4279", "type": "Feature", "properties": {"id": "ak16827378", "mag": 1.7, "time": 1505430242693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6605, 59.9169, 0.0]}, "bbox": [-139.6605, 59.9169, -139.6605, 59.9169]}, {"id": "4280", "type": "Feature", "properties": {"id": "ak16827376", "mag": 1.4, "time": 1505430223593, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3686, 64.993, 0.0]}, "bbox": [-147.3686, 64.993, -147.3686, 64.993]}, {"id": "4281", "type": "Feature", "properties": {"id": "ismpkansas70235238", "mag": 1.58, "time": 1505429674020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887667, 37.203667, 6.13]}, "bbox": [-97.887667, 37.203667, -97.887667, 37.203667]}, {"id": "4282", "type": "Feature", "properties": {"id": "ak16827373", "mag": 1.9, "time": 1505429324646, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3648, 60.031, 0.0]}, "bbox": [-139.3648, 60.031, -139.3648, 60.031]}, {"id": "4283", "type": "Feature", "properties": {"id": "ak16827371", "mag": 1.2, "time": 1505429076761, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7478, 61.0185, 13.6]}, "bbox": [-147.7478, 61.0185, -147.7478, 61.0185]}, {"id": "4284", "type": "Feature", "properties": {"id": "us2000amx5", "mag": 4.0, "time": 1505428206900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2168, 15.3544, 35.0]}, "bbox": [-93.2168, 15.3544, -93.2168, 15.3544]}, {"id": "4285", "type": "Feature", "properties": {"id": "nc72892426", "mag": 2.04, "time": 1505428077100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.454833, 37.434333, 10.05]}, "bbox": [-118.454833, 37.434333, -118.454833, 37.434333]}, {"id": "4286", "type": "Feature", "properties": {"id": "ak16861216", "mag": 1.9, "time": 1505427925219, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0714, 56.1589, 10.1]}, "bbox": [-158.0714, 56.1589, -158.0714, 56.1589]}, {"id": "4287", "type": "Feature", "properties": {"id": "ak16827036", "mag": 2.0, "time": 1505427923919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0766, 61.1472, 0.6]}, "bbox": [-140.0766, 61.1472, -140.0766, 61.1472]}, {"id": "4288", "type": "Feature", "properties": {"id": "us2000amww", "mag": 5.2, "time": 1505427661920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.1022, -13.8345, 10.0]}, "bbox": [170.1022, -13.8345, 170.1022, -13.8345]}, {"id": "4289", "type": "Feature", "properties": {"id": "ci37763135", "mag": 1.49, "time": 1505427523820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.866, 34.011167, 16.92]}, "bbox": [-116.866, 34.011167, -116.866, 34.011167]}, {"id": "4290", "type": "Feature", "properties": {"id": "nn00605229", "mag": 2.2, "time": 1505427385689, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0155, 38.8648, 4.3]}, "bbox": [-118.0155, 38.8648, -118.0155, 38.8648]}, {"id": "4291", "type": "Feature", "properties": {"id": "us2000askz", "mag": 4.1, "time": 1505426291450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.1685, -7.2026, 147.79]}, "bbox": [129.1685, -7.2026, 129.1685, -7.2026]}, {"id": "4292", "type": "Feature", "properties": {"id": "hv61908231", "mag": 2.43, "time": 1505426012270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.012665, 19.708, 2.82]}, "bbox": [-155.012665, 19.708, -155.012665, 19.708]}, {"id": "4293", "type": "Feature", "properties": {"id": "uu60245817", "mag": 1.37, "time": 1505425437900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.738, 38.746667, 7.72]}, "bbox": [-112.738, 38.746667, -112.738, 38.746667]}, {"id": "4294", "type": "Feature", "properties": {"id": "ak16827032", "mag": 1.7, "time": 1505425052822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4453, 59.9712, 0.0]}, "bbox": [-139.4453, 59.9712, -139.4453, 59.9712]}, {"id": "4295", "type": "Feature", "properties": {"id": "ak16827035", "mag": 2.3, "time": 1505424622002, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6154, 53.6195, 25.6]}, "bbox": [-164.6154, 53.6195, -164.6154, 53.6195]}, {"id": "4296", "type": "Feature", "properties": {"id": "us2000asl6", "mag": 4.4, "time": 1505424366710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.1651, -12.9278, 10.0]}, "bbox": [122.1651, -12.9278, 122.1651, -12.9278]}, {"id": "4297", "type": "Feature", "properties": {"id": "pr2017257005", "mag": 3.03, "time": 1505423754820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8618, 18.9605, 5.0]}, "bbox": [-67.8618, 18.9605, -67.8618, 18.9605]}, {"id": "4298", "type": "Feature", "properties": {"id": "us2000amub", "mag": 2.8, "time": 1505423589100, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.1847, 37.3761, 9.38]}, "bbox": [-98.1847, 37.3761, -98.1847, 37.3761]}, {"id": "4299", "type": "Feature", "properties": {"id": "nc72892386", "mag": 1.71, "time": 1505423524180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.993, 37.849, 7.27]}, "bbox": [-121.993, 37.849, -121.993, 37.849]}, {"id": "4300", "type": "Feature", "properties": {"id": "uw61307597", "mag": 1.91, "time": 1505423420600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.516333, 49.4855, -1.5]}, "bbox": [-120.516333, 49.4855, -120.516333, 49.4855]}, {"id": "4301", "type": "Feature", "properties": {"id": "ak16827021", "mag": 2.6, "time": 1505422812693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9235, 64.0866, 5.1]}, "bbox": [-148.9235, 64.0866, -148.9235, 64.0866]}, {"id": "4302", "type": "Feature", "properties": {"id": "pr2017257004", "mag": 3.1, "time": 1505421809880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.5351, 18.7848, 5.0]}, "bbox": [-67.5351, 18.7848, -67.5351, 18.7848]}, {"id": "4303", "type": "Feature", "properties": {"id": "uw61307587", "mag": 2.41, "time": 1505421654690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.8785, 6.64]}, "bbox": [-122.038167, 46.8785, -122.038167, 46.8785]}, {"id": "4304", "type": "Feature", "properties": {"id": "ci37763103", "mag": 1.09, "time": 1505421634220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.484667, 33.852667, -0.55]}, "bbox": [-117.484667, 33.852667, -117.484667, 33.852667]}, {"id": "4305", "type": "Feature", "properties": {"id": "ci37763095", "mag": 2.06, "time": 1505421264070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.377, 34.075, 2.89]}, "bbox": [-116.377, 34.075, -116.377, 34.075]}, {"id": "4306", "type": "Feature", "properties": {"id": "ci37763087", "mag": 1.19, "time": 1505421203990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9245, 33.981667, 6.59]}, "bbox": [-116.9245, 33.981667, -116.9245, 33.981667]}, {"id": "4307", "type": "Feature", "properties": {"id": "uw61307577", "mag": 2.03, "time": 1505420251860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.875667, 6.94]}, "bbox": [-122.041833, 46.875667, -122.041833, 46.875667]}, {"id": "4308", "type": "Feature", "properties": {"id": "ci37763071", "mag": 1.01, "time": 1505420033530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.481, 33.8295, -0.53]}, "bbox": [-117.481, 33.8295, -117.481, 33.8295]}, {"id": "4309", "type": "Feature", "properties": {"id": "us2000amr0", "mag": 3.2, "time": 1505419914220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-103.2947, 31.1684, 5.0]}, "bbox": [-103.2947, 31.1684, -103.2947, 31.1684]}, {"id": "4310", "type": "Feature", "properties": {"id": "ak16826805", "mag": 1.7, "time": 1505419715229, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.541, 59.9804, 0.0]}, "bbox": [-139.541, 59.9804, -139.541, 59.9804]}, {"id": "4311", "type": "Feature", "properties": {"id": "mb80255399", "mag": 3.06, "time": 1505419221280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.5865, 48.5185, 11.24]}, "bbox": [-114.5865, 48.5185, -114.5865, 48.5185]}, {"id": "4312", "type": "Feature", "properties": {"id": "uu60245777", "mag": 2.41, "time": 1505419186750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.829333, 40.126, 5.93]}, "bbox": [-108.829333, 40.126, -108.829333, 40.126]}, {"id": "4313", "type": "Feature", "properties": {"id": "ak16826800", "mag": 1.6, "time": 1505419140835, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.9798, 59.9221, 1.1]}, "bbox": [-140.9798, 59.9221, -140.9798, 59.9221]}, {"id": "4314", "type": "Feature", "properties": {"id": "nc72892321", "mag": 1.03, "time": 1505418518980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.838833, 37.542333, 4.28]}, "bbox": [-118.838833, 37.542333, -118.838833, 37.542333]}, {"id": "4315", "type": "Feature", "properties": {"id": "ak16861208", "mag": 1.9, "time": 1505418243673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0345, 59.5576, 91.9]}, "bbox": [-153.0345, 59.5576, -153.0345, 59.5576]}, {"id": "4316", "type": "Feature", "properties": {"id": "nc72892316", "mag": 1.93, "time": 1505418215210, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.825833, 37.479167, 0.95]}, "bbox": [-118.825833, 37.479167, -118.825833, 37.479167]}, {"id": "4317", "type": "Feature", "properties": {"id": "uw61307562", "mag": 1.61, "time": 1505417734660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201667, 47.657667, 24.36]}, "bbox": [-122.201667, 47.657667, -122.201667, 47.657667]}, {"id": "4318", "type": "Feature", "properties": {"id": "nc72892311", "mag": 2.58, "time": 1505417475310, "felt": 83.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.815167, 37.412167, -0.2]}, "bbox": [-121.815167, 37.412167, -121.815167, 37.412167]}, {"id": "4319", "type": "Feature", "properties": {"id": "ak16826593", "mag": 3.3, "time": 1505417123986, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.9114, 52.3919, 7.2]}, "bbox": [-162.9114, 52.3919, -162.9114, 52.3919]}, {"id": "4320", "type": "Feature", "properties": {"id": "ld60143041", "mag": 1.13, "time": 1505416429790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-78.886167, 43.172167, 4.49]}, "bbox": [-78.886167, 43.172167, -78.886167, 43.172167]}, {"id": "4321", "type": "Feature", "properties": {"id": "us2000amnb", "mag": 3.0, "time": 1505416249190, "felt": 10.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5193, 36.2853, 5.18]}, "bbox": [-97.5193, 36.2853, -97.5193, 36.2853]}, {"id": "4322", "type": "Feature", "properties": {"id": "ak16826590", "mag": 1.5, "time": 1505416113279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1135, 61.6397, 76.8]}, "bbox": [-151.1135, 61.6397, -151.1135, 61.6397]}, {"id": "4323", "type": "Feature", "properties": {"id": "ak16826581", "mag": 3.0, "time": 1505415978301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7549, 53.141, 25.5]}, "bbox": [-166.7549, 53.141, -166.7549, 53.141]}, {"id": "4324", "type": "Feature", "properties": {"id": "ak16826576", "mag": 2.1, "time": 1505415492270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9009, 60.0386, 108.3]}, "bbox": [-152.9009, 60.0386, -152.9009, 60.0386]}, {"id": "4325", "type": "Feature", "properties": {"id": "ak16826575", "mag": 1.4, "time": 1505414640813, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4567, 60.0012, 0.0]}, "bbox": [-139.4567, 60.0012, -139.4567, 60.0012]}, {"id": "4326", "type": "Feature", "properties": {"id": "nc72892281", "mag": 1.22, "time": 1505414516760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.106667, 37.328833, -0.31]}, "bbox": [-122.106667, 37.328833, -122.106667, 37.328833]}, {"id": "4327", "type": "Feature", "properties": {"id": "ak16826369", "mag": 1.5, "time": 1505413533625, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2439, 60.5671, 11.9]}, "bbox": [-141.2439, 60.5671, -141.2439, 60.5671]}, {"id": "4328", "type": "Feature", "properties": {"id": "ak16826365", "mag": 2.1, "time": 1505413453164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2344, 60.5666, 13.6]}, "bbox": [-141.2344, 60.5666, -141.2344, 60.5666]}, {"id": "4329", "type": "Feature", "properties": {"id": "ak16826364", "mag": 1.2, "time": 1505413265164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.6599, 59.9119, 0.0]}, "bbox": [-139.6599, 59.9119, -139.6599, 59.9119]}, {"id": "4330", "type": "Feature", "properties": {"id": "ci37763023", "mag": 1.39, "time": 1505413136790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.316167, 35.0525, -0.97]}, "bbox": [-118.316167, 35.0525, -118.316167, 35.0525]}, {"id": "4331", "type": "Feature", "properties": {"id": "uw61307532", "mag": 1.1, "time": 1505412859730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3855, 45.629833, -1.63]}, "bbox": [-121.3855, 45.629833, -121.3855, 45.629833]}, {"id": "4332", "type": "Feature", "properties": {"id": "nc72892266", "mag": 0.96, "time": 1505412496280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.823167, 37.5355, 0.22]}, "bbox": [-118.823167, 37.5355, -118.823167, 37.5355]}, {"id": "4333", "type": "Feature", "properties": {"id": "nc72892261", "mag": 1.1, "time": 1505411783250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.808166, 38.800167, 2.65]}, "bbox": [-122.808166, 38.800167, -122.808166, 38.800167]}, {"id": "4334", "type": "Feature", "properties": {"id": "ak16826335", "mag": 1.2, "time": 1505411310289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0556, 61.0558, 10.6]}, "bbox": [-148.0556, 61.0558, -148.0556, 61.0558]}, {"id": "4335", "type": "Feature", "properties": {"id": "ak16826330", "mag": 1.6, "time": 1505411005327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8642, 60.9198, 10.0]}, "bbox": [-150.8642, 60.9198, -150.8642, 60.9198]}, {"id": "4336", "type": "Feature", "properties": {"id": "us2000amk5", "mag": 5.8, "time": 1505410888670, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.732, 18.6699, 173.3]}, "bbox": [145.732, 18.6699, 145.732, 18.6699]}, {"id": "4337", "type": "Feature", "properties": {"id": "nc72892241", "mag": 3.28, "time": 1505410337330, "felt": 1346.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8135, 37.411667, -0.21]}, "bbox": [-121.8135, 37.411667, -121.8135, 37.411667]}, {"id": "4338", "type": "Feature", "properties": {"id": "us2000amw9", "mag": 2.9, "time": 1505410106220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.434, 42.5971, 8.27]}, "bbox": [-111.434, 42.5971, -111.434, 42.5971]}, {"id": "4339", "type": "Feature", "properties": {"id": "ci37762975", "mag": 1.37, "time": 1505410085790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795333, 33.494833, 5.03]}, "bbox": [-116.795333, 33.494833, -116.795333, 33.494833]}, {"id": "4340", "type": "Feature", "properties": {"id": "us2000amja", "mag": 3.2, "time": 1505409999020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.586, 8.7]}, "bbox": [-111.4403, 42.586, -111.4403, 42.586]}, {"id": "4341", "type": "Feature", "properties": {"id": "uw61307502", "mag": 2.03, "time": 1505409449050, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.775333, 47.590667, 26.27]}, "bbox": [-122.775333, 47.590667, -122.775333, 47.590667]}, {"id": "4342", "type": "Feature", "properties": {"id": "us2000amis", "mag": 4.1, "time": 1505408885650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3313, 15.7247, 66.16]}, "bbox": [-94.3313, 15.7247, -94.3313, 15.7247]}, {"id": "4343", "type": "Feature", "properties": {"id": "ak16826120", "mag": 2.2, "time": 1505408670072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8183, 60.7702, 77.9]}, "bbox": [-151.8183, 60.7702, -151.8183, 60.7702]}, {"id": "4344", "type": "Feature", "properties": {"id": "us2000amhu", "mag": 2.5, "time": 1505407539000, "felt": 179.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.0236, 32.7967, 6.19]}, "bbox": [-97.0236, 32.7967, -97.0236, 32.7967]}, {"id": "4345", "type": "Feature", "properties": {"id": "ak16826109", "mag": 3.4, "time": 1505406315703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.9733, 53.4109, 37.9]}, "bbox": [-165.9733, 53.4109, -165.9733, 53.4109]}, {"id": "4346", "type": "Feature", "properties": {"id": "pr2017257003", "mag": 1.93, "time": 1505405250720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1335, 18.0533, 14.0]}, "bbox": [-67.1335, 18.0533, -67.1335, 18.0533]}, {"id": "4347", "type": "Feature", "properties": {"id": "ak16825909", "mag": 3.0, "time": 1505405033445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.4291, 57.7254, 15.0]}, "bbox": [-154.4291, 57.7254, -154.4291, 57.7254]}, {"id": "4348", "type": "Feature", "properties": {"id": "ak16861191", "mag": 2.2, "time": 1505404726740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4598, 52.5561, 41.6]}, "bbox": [-168.4598, 52.5561, -168.4598, 52.5561]}, {"id": "4349", "type": "Feature", "properties": {"id": "us2000amga", "mag": 4.5, "time": 1505404343560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.122, -6.0228, 63.06]}, "bbox": [147.122, -6.0228, 147.122, -6.0228]}, {"id": "4350", "type": "Feature", "properties": {"id": "uu60245622", "mag": 1.46, "time": 1505403828660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.640167, 41.675, 10.23]}, "bbox": [-111.640167, 41.675, -111.640167, 41.675]}, {"id": "4351", "type": "Feature", "properties": {"id": "ci37762935", "mag": 1.53, "time": 1505403471570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.7005, 36.071833, 0.62]}, "bbox": [-117.7005, 36.071833, -117.7005, 36.071833]}, {"id": "4352", "type": "Feature", "properties": {"id": "ak16861190", "mag": 1.9, "time": 1505403359391, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.3367, 58.804, 116.8]}, "bbox": [-154.3367, 58.804, -154.3367, 58.804]}, {"id": "4353", "type": "Feature", "properties": {"id": "ci37762927", "mag": 1.08, "time": 1505403357540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.6365, 33.9595, 15.51]}, "bbox": [-116.6365, 33.9595, -116.6365, 33.9595]}, {"id": "4354", "type": "Feature", "properties": {"id": "ak16825908", "mag": 1.4, "time": 1505402885768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5012, 61.3116, 5.2]}, "bbox": [-152.5012, 61.3116, -152.5012, 61.3116]}, {"id": "4355", "type": "Feature", "properties": {"id": "ak16825714", "mag": 2.2, "time": 1505399922942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5211, 53.4862, 2.6]}, "bbox": [-164.5211, 53.4862, -164.5211, 53.4862]}, {"id": "4356", "type": "Feature", "properties": {"id": "nc72892201", "mag": 2.8, "time": 1505399703490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8115, 37.473, 1.65]}, "bbox": [-118.8115, 37.473, -118.8115, 37.473]}, {"id": "4357", "type": "Feature", "properties": {"id": "ak16825708", "mag": 2.5, "time": 1505399664156, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3242, 59.9299, 129.9]}, "bbox": [-153.3242, 59.9299, -153.3242, 59.9299]}, {"id": "4358", "type": "Feature", "properties": {"id": "us2000amdz", "mag": 4.3, "time": 1505399623950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8439, 15.4623, 51.01]}, "bbox": [-94.8439, 15.4623, -94.8439, 15.4623]}, {"id": "4359", "type": "Feature", "properties": {"id": "ismpkansas70235213", "mag": 2.12, "time": 1505398747570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.888167, 37.203167, 5.99]}, "bbox": [-97.888167, 37.203167, -97.888167, 37.203167]}, {"id": "4360", "type": "Feature", "properties": {"id": "ak16825704", "mag": 1.0, "time": 1505398436381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.6928, 63.8584, 11.4]}, "bbox": [-148.6928, 63.8584, -148.6928, 63.8584]}, {"id": "4361", "type": "Feature", "properties": {"id": "ci37762895", "mag": 1.82, "time": 1505398376370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.448167, 33.465, 11.86]}, "bbox": [-116.448167, 33.465, -116.448167, 33.465]}, {"id": "4362", "type": "Feature", "properties": {"id": "mb80255329", "mag": 1.87, "time": 1505398289770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.534833, 46.870333, 11.87]}, "bbox": [-112.534833, 46.870333, -112.534833, 46.870333]}, {"id": "4363", "type": "Feature", "properties": {"id": "ak16825519", "mag": 1.8, "time": 1505397944345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.464, 59.9879, 0.0]}, "bbox": [-139.464, 59.9879, -139.464, 59.9879]}, {"id": "4364", "type": "Feature", "properties": {"id": "us2000amcx", "mag": 2.4, "time": 1505397840240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4117, 42.6047, 6.9]}, "bbox": [-111.4117, 42.6047, -111.4117, 42.6047]}, {"id": "4365", "type": "Feature", "properties": {"id": "pr2017257002", "mag": 3.32, "time": 1505397292070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.3985, 17.9023, 89.0]}, "bbox": [-68.3985, 17.9023, -68.3985, 17.9023]}, {"id": "4366", "type": "Feature", "properties": {"id": "ak16861180", "mag": 2.0, "time": 1505397099289, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.7867, 53.5505, 48.9]}, "bbox": [-164.7867, 53.5505, -164.7867, 53.5505]}, {"id": "4367", "type": "Feature", "properties": {"id": "ak16861178", "mag": 1.1, "time": 1505394745904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8149, 59.8173, 16.0]}, "bbox": [-136.8149, 59.8173, -136.8149, 59.8173]}, {"id": "4368", "type": "Feature", "properties": {"id": "nc72892181", "mag": 0.97, "time": 1505394542400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.833667, 37.603833, 3.53]}, "bbox": [-118.833667, 37.603833, -118.833667, 37.603833]}, {"id": "4369", "type": "Feature", "properties": {"id": "nn00605167", "mag": 1.1, "time": 1505394484720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9328, 38.4065, 6.7]}, "bbox": [-118.9328, 38.4065, -118.9328, 38.4065]}, {"id": "4370", "type": "Feature", "properties": {"id": "ak16825327", "mag": 1.8, "time": 1505394377057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5142, 60.0065, 0.0]}, "bbox": [-139.5142, 60.0065, -139.5142, 60.0065]}, {"id": "4371", "type": "Feature", "properties": {"id": "ak16825325", "mag": 1.1, "time": 1505393895767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0247, 61.1655, 6.0]}, "bbox": [-140.0247, 61.1655, -140.0247, 61.1655]}, {"id": "4372", "type": "Feature", "properties": {"id": "ak16825323", "mag": 1.3, "time": 1505393727514, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.0737, 61.1407, 3.8]}, "bbox": [-140.0737, 61.1407, -140.0737, 61.1407]}, {"id": "4373", "type": "Feature", "properties": {"id": "us2000ambm", "mag": 2.8, "time": 1505393579230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5276, 8.74]}, "bbox": [-111.4339, 42.5276, -111.4339, 42.5276]}, {"id": "4374", "type": "Feature", "properties": {"id": "nc72892176", "mag": 1.12, "time": 1505393008100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8295, 37.486167, 1.89]}, "bbox": [-118.8295, 37.486167, -118.8295, 37.486167]}, {"id": "4375", "type": "Feature", "properties": {"id": "ak16825308", "mag": 2.8, "time": 1505392115017, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1037, 58.6121, 140.4]}, "bbox": [-155.1037, 58.6121, -155.1037, 58.6121]}, {"id": "4376", "type": "Feature", "properties": {"id": "nc72892171", "mag": 1.95, "time": 1505392014690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.811, 37.47, 1.05]}, "bbox": [-118.811, 37.47, -118.811, 37.47]}, {"id": "4377", "type": "Feature", "properties": {"id": "ci37762879", "mag": 2.48, "time": 1505391903440, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.03, 34.269167, 1.91]}, "bbox": [-117.03, 34.269167, -117.03, 34.269167]}, {"id": "4378", "type": "Feature", "properties": {"id": "hv61907846", "mag": 1.74, "time": 1505391154930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.801498, 20.135166, 20.69]}, "bbox": [-155.801498, 20.135166, -155.801498, 20.135166]}, {"id": "4379", "type": "Feature", "properties": {"id": "ak16825129", "mag": 1.8, "time": 1505390600450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.6941, 53.4145, 21.6]}, "bbox": [-165.6941, 53.4145, -165.6941, 53.4145]}, {"id": "4380", "type": "Feature", "properties": {"id": "uu60245547", "mag": 1.86, "time": 1505390326640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.506167, 37.5615, 15.73]}, "bbox": [-112.506167, 37.5615, -112.506167, 37.5615]}, {"id": "4381", "type": "Feature", "properties": {"id": "ak16825126", "mag": 1.4, "time": 1505389290941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.5082, 60.1407, 0.0]}, "bbox": [-141.5082, 60.1407, -141.5082, 60.1407]}, {"id": "4382", "type": "Feature", "properties": {"id": "ak16825125", "mag": 1.0, "time": 1505389269829, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3654, 61.4964, 18.3]}, "bbox": [-150.3654, 61.4964, -150.3654, 61.4964]}, {"id": "4383", "type": "Feature", "properties": {"id": "ak16861166", "mag": 1.9, "time": 1505388913353, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3862, 51.6162, 20.9]}, "bbox": [-178.3862, 51.6162, -178.3862, 51.6162]}, {"id": "4384", "type": "Feature", "properties": {"id": "ak16825120", "mag": 2.1, "time": 1505388602725, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.7931, 54.8482, 3.3]}, "bbox": [-159.7931, 54.8482, -159.7931, 54.8482]}, {"id": "4385", "type": "Feature", "properties": {"id": "ak16825116", "mag": 1.5, "time": 1505388522841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3442, 61.3489, 49.0]}, "bbox": [-150.3442, 61.3489, -150.3442, 61.3489]}, {"id": "4386", "type": "Feature", "properties": {"id": "ak16825115", "mag": 1.2, "time": 1505388281614, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5528, 61.7241, 28.7]}, "bbox": [-146.5528, 61.7241, -146.5528, 61.7241]}, {"id": "4387", "type": "Feature", "properties": {"id": "ak16824940", "mag": 1.2, "time": 1505387093135, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3758, 61.1701, 24.7]}, "bbox": [-148.3758, 61.1701, -148.3758, 61.1701]}, {"id": "4388", "type": "Feature", "properties": {"id": "nc72892141", "mag": 1.22, "time": 1505386514410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.131, 36.571833, 9.94]}, "bbox": [-121.131, 36.571833, -121.131, 36.571833]}, {"id": "4389", "type": "Feature", "properties": {"id": "ak16824937", "mag": 2.5, "time": 1505385684936, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.0082, 52.3291, 6.7]}, "bbox": [-168.0082, 52.3291, -168.0082, 52.3291]}, {"id": "4390", "type": "Feature", "properties": {"id": "ak16824932", "mag": 1.6, "time": 1505384400903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5379, 59.9886, 0.0]}, "bbox": [-139.5379, 59.9886, -139.5379, 59.9886]}, {"id": "4391", "type": "Feature", "properties": {"id": "ak16824930", "mag": 1.2, "time": 1505383839558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.3238, 66.4782, 11.1]}, "bbox": [-144.3238, 66.4782, -144.3238, 66.4782]}, {"id": "4392", "type": "Feature", "properties": {"id": "ak16861154", "mag": 1.9, "time": 1505383026342, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.851, 54.0129, 69.5]}, "bbox": [-164.851, 54.0129, -164.851, 54.0129]}, {"id": "4393", "type": "Feature", "properties": {"id": "hv61907791", "mag": 1.61, "time": 1505382391650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.223667, 18.879, 14.409]}, "bbox": [-155.223667, 18.879, -155.223667, 18.879]}, {"id": "4394", "type": "Feature", "properties": {"id": "ak16824762", "mag": 1.4, "time": 1505381878343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4212, 60.1553, 64.8]}, "bbox": [-151.4212, 60.1553, -151.4212, 60.1553]}, {"id": "4395", "type": "Feature", "properties": {"id": "ak16824759", "mag": 2.0, "time": 1505381875397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7269, 61.5265, 60.3]}, "bbox": [-150.7269, 61.5265, -150.7269, 61.5265]}, {"id": "4396", "type": "Feature", "properties": {"id": "nc72892131", "mag": 0.97, "time": 1505381710130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.720001, 38.778168, 1.63]}, "bbox": [-122.720001, 38.778168, -122.720001, 38.778168]}, {"id": "4397", "type": "Feature", "properties": {"id": "ak16824756", "mag": 2.0, "time": 1505380861272, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.1915, 70.1]}, "bbox": [-152.0471, 60.1915, -152.0471, 60.1915]}, {"id": "4398", "type": "Feature", "properties": {"id": "ak16861150", "mag": 2.6, "time": 1505380391671, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8518, 53.4455, 2.8]}, "bbox": [-162.8518, 53.4455, -162.8518, 53.4455]}, {"id": "4399", "type": "Feature", "properties": {"id": "ak16824753", "mag": 2.6, "time": 1505380263376, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.1582, 56.2796, 14.2]}, "bbox": [-158.1582, 56.2796, -158.1582, 56.2796]}, {"id": "4400", "type": "Feature", "properties": {"id": "uu60245457", "mag": 2.53, "time": 1505379272870, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-108.827333, 40.120667, -3.25]}, "bbox": [-108.827333, 40.120667, -108.827333, 40.120667]}, {"id": "4401", "type": "Feature", "properties": {"id": "ci37762823", "mag": 2.96, "time": 1505378281630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.181833, 31.831667, 18.32]}, "bbox": [-116.181833, 31.831667, -116.181833, 31.831667]}, {"id": "4402", "type": "Feature", "properties": {"id": "nc72892121", "mag": 1.02, "time": 1505377845780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.717499, 38.774666, 2.13]}, "bbox": [-122.717499, 38.774666, -122.717499, 38.774666]}, {"id": "4403", "type": "Feature", "properties": {"id": "nc72892116", "mag": 1.11, "time": 1505377833950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.714333, 38.776667, 1.68]}, "bbox": [-122.714333, 38.776667, -122.714333, 38.776667]}, {"id": "4404", "type": "Feature", "properties": {"id": "us2000am81", "mag": 4.6, "time": 1505377166860, "felt": 66.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-76.4481, -11.977, 10.0]}, "bbox": [-76.4481, -11.977, -76.4481, -11.977]}, {"id": "4405", "type": "Feature", "properties": {"id": "ismpkansas70235208", "mag": 1.81, "time": 1505376928150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.570333, 37.345667, 5.05]}, "bbox": [-97.570333, 37.345667, -97.570333, 37.345667]}, {"id": "4406", "type": "Feature", "properties": {"id": "ak16824583", "mag": 1.6, "time": 1505376729312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4585, 60.3656, 97.6]}, "bbox": [-152.4585, 60.3656, -152.4585, 60.3656]}, {"id": "4407", "type": "Feature", "properties": {"id": "nc72892106", "mag": 1.19, "time": 1505376712450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.799833, 38.712667, 4.08]}, "bbox": [-122.799833, 38.712667, -122.799833, 38.712667]}, {"id": "4408", "type": "Feature", "properties": {"id": "ci37762815", "mag": 1.04, "time": 1505374690080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.221833, 32.924167, 12.12]}, "bbox": [-116.221833, 32.924167, -116.221833, 32.924167]}, {"id": "4409", "type": "Feature", "properties": {"id": "ak16824572", "mag": 1.6, "time": 1505374660381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7598, 65.436, 12.0]}, "bbox": [-144.7598, 65.436, -144.7598, 65.436]}, {"id": "4410", "type": "Feature", "properties": {"id": "us2000am75", "mag": 4.4, "time": 1505372640680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-72.6754, -34.2973, 1.87]}, "bbox": [-72.6754, -34.2973, -72.6754, -34.2973]}, {"id": "4411", "type": "Feature", "properties": {"id": "ak16824419", "mag": 1.8, "time": 1505372310107, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5103, 60.0002, 0.0]}, "bbox": [-139.5103, 60.0002, -139.5103, 60.0002]}, {"id": "4412", "type": "Feature", "properties": {"id": "ci37762807", "mag": 1.14, "time": 1505372248820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.872333, 36.502833, 6.38]}, "bbox": [-117.872333, 36.502833, -117.872333, 36.502833]}, {"id": "4413", "type": "Feature", "properties": {"id": "ak16824418", "mag": 1.0, "time": 1505372093089, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8634, 59.8384, 41.0]}, "bbox": [-150.8634, 59.8384, -150.8634, 59.8384]}, {"id": "4414", "type": "Feature", "properties": {"id": "ak16824415", "mag": 1.3, "time": 1505371860862, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4454, 63.0596, 8.2]}, "bbox": [-151.4454, 63.0596, -151.4454, 63.0596]}, {"id": "4415", "type": "Feature", "properties": {"id": "ci37762783", "mag": 1.64, "time": 1505371108250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.625167, 32.844, 11.98]}, "bbox": [-115.625167, 32.844, -115.625167, 32.844]}, {"id": "4416", "type": "Feature", "properties": {"id": "ak16824411", "mag": 1.3, "time": 1505371053195, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1765, 60.359, 0.0]}, "bbox": [-141.1765, 60.359, -141.1765, 60.359]}, {"id": "4417", "type": "Feature", "properties": {"id": "us2000aywv", "mag": 4.0, "time": 1505370268660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6903, 15.5507, 43.43]}, "bbox": [-94.6903, 15.5507, -94.6903, 15.5507]}, {"id": "4418", "type": "Feature", "properties": {"id": "ci37762759", "mag": 1.32, "time": 1505370002700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.733, 33.668167, 13.69]}, "bbox": [-116.733, 33.668167, -116.733, 33.668167]}, {"id": "4419", "type": "Feature", "properties": {"id": "hv61907731", "mag": 1.75, "time": 1505369997330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.382, 19.236, 32.221]}, "bbox": [-155.382, 19.236, -155.382, 19.236]}, {"id": "4420", "type": "Feature", "properties": {"id": "ci37762751", "mag": 0.96, "time": 1505369947950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.731167, 33.674333, 14.82]}, "bbox": [-116.731167, 33.674333, -116.731167, 33.674333]}, {"id": "4421", "type": "Feature", "properties": {"id": "us2000aywt", "mag": 4.0, "time": 1505369661520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2582, 14.9559, 25.35]}, "bbox": [-94.2582, 14.9559, -94.2582, 14.9559]}, {"id": "4422", "type": "Feature", "properties": {"id": "nc72892081", "mag": 1.08, "time": 1505369496760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1615, 36.5675, 3.55]}, "bbox": [-121.1615, 36.5675, -121.1615, 36.5675]}, {"id": "4423", "type": "Feature", "properties": {"id": "us2000am6i", "mag": 4.5, "time": 1505369450740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3229, 15.1323, 35.74]}, "bbox": [-94.3229, 15.1323, -94.3229, 15.1323]}, {"id": "4424", "type": "Feature", "properties": {"id": "us2000am6b", "mag": 4.4, "time": 1505369156780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7112, 15.4856, 25.87]}, "bbox": [-94.7112, 15.4856, -94.7112, 15.4856]}, {"id": "4425", "type": "Feature", "properties": {"id": "us2000am61", "mag": 3.0, "time": 1505368177800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3656, 36.7402, 7.992]}, "bbox": [-98.3656, 36.7402, -98.3656, 36.7402]}, {"id": "4426", "type": "Feature", "properties": {"id": "hv61907641", "mag": 2.26, "time": 1505367585250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.425667, 19.294167, 8.845]}, "bbox": [-155.425667, 19.294167, -155.425667, 19.294167]}, {"id": "4427", "type": "Feature", "properties": {"id": "us2000arcx", "mag": 3.2, "time": 1505367393080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4046, 51.5999, 12.8]}, "bbox": [-178.4046, 51.5999, -178.4046, 51.5999]}, {"id": "4428", "type": "Feature", "properties": {"id": "us2000am5i", "mag": 4.2, "time": 1505366427980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0841, 14.4266, 49.2]}, "bbox": [-93.0841, 14.4266, -93.0841, 14.4266]}, {"id": "4429", "type": "Feature", "properties": {"id": "us2000amaf", "mag": 4.7, "time": 1505366112080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [148.0489, -1.356, 10.0]}, "bbox": [148.0489, -1.356, 148.0489, -1.356]}, {"id": "4430", "type": "Feature", "properties": {"id": "nc72892391", "mag": 1.0, "time": 1505365754150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.669167, 40.386833, 6.29]}, "bbox": [-121.669167, 40.386833, -121.669167, 40.386833]}, {"id": "4431", "type": "Feature", "properties": {"id": "us2000am56", "mag": 4.7, "time": 1505365399680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0709, 14.4637, 52.71]}, "bbox": [-93.0709, 14.4637, -93.0709, 14.4637]}, {"id": "4432", "type": "Feature", "properties": {"id": "mb80255284", "mag": 0.98, "time": 1505365218550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.522, 46.8975, 13.3]}, "bbox": [-112.522, 46.8975, -112.522, 46.8975]}, {"id": "4433", "type": "Feature", "properties": {"id": "ak16861140", "mag": 1.2, "time": 1505365047321, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0097, 62.5721, 78.1]}, "bbox": [-151.0097, 62.5721, -151.0097, 62.5721]}, {"id": "4434", "type": "Feature", "properties": {"id": "ci37762615", "mag": 0.95, "time": 1505364900090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.405833, 33.049333, 3.39]}, "bbox": [-116.405833, 33.049333, -116.405833, 33.049333]}, {"id": "4435", "type": "Feature", "properties": {"id": "nc72892056", "mag": 1.38, "time": 1505364695740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834, 37.54, 4.68]}, "bbox": [-118.834, 37.54, -118.834, 37.54]}, {"id": "4436", "type": "Feature", "properties": {"id": "uw61307352", "mag": 1.78, "time": 1505364485340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.942833, 46.866667, 10.19]}, "bbox": [-121.942833, 46.866667, -121.942833, 46.866667]}, {"id": "4437", "type": "Feature", "properties": {"id": "ak16824230", "mag": 1.9, "time": 1505364358950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.959, 59.8075, 60.6]}, "bbox": [-151.959, 59.8075, -151.959, 59.8075]}, {"id": "4438", "type": "Feature", "properties": {"id": "ci37762599", "mag": 1.23, "time": 1505364106870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.992833, 33.957167, 16.75]}, "bbox": [-117.992833, 33.957167, -117.992833, 33.957167]}, {"id": "4439", "type": "Feature", "properties": {"id": "ci37762591", "mag": 2.12, "time": 1505363550640, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.864667, 34.336333, 2.71]}, "bbox": [-116.864667, 34.336333, -116.864667, 34.336333]}, {"id": "4440", "type": "Feature", "properties": {"id": "nc72892041", "mag": 1.83, "time": 1505363410540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.834167, 37.540667, 4.76]}, "bbox": [-118.834167, 37.540667, -118.834167, 37.540667]}, {"id": "4441", "type": "Feature", "properties": {"id": "ak16824097", "mag": 1.0, "time": 1505363016608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1668, 62.6309, 61.1]}, "bbox": [-149.1668, 62.6309, -149.1668, 62.6309]}, {"id": "4442", "type": "Feature", "properties": {"id": "us2000am4b", "mag": 3.2, "time": 1505362481060, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.9406, 37.3096, 5.0]}, "bbox": [-97.9406, 37.3096, -97.9406, 37.3096]}, {"id": "4443", "type": "Feature", "properties": {"id": "ak16823967", "mag": 2.0, "time": 1505361191283, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2972, 61.0176, 70.0]}, "bbox": [-151.2972, 61.0176, -151.2972, 61.0176]}, {"id": "4444", "type": "Feature", "properties": {"id": "pr2017257000", "mag": 4.32, "time": 1505360450920, "felt": 14.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.791, 18.2223, 133.0]}, "bbox": [-68.791, 18.2223, -68.791, 18.2223]}, {"id": "4445", "type": "Feature", "properties": {"id": "us2000am3s", "mag": 3.3, "time": 1505360430180, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5112, 36.2854, 3.99]}, "bbox": [-97.5112, 36.2854, -97.5112, 36.2854]}, {"id": "4446", "type": "Feature", "properties": {"id": "ci37762583", "mag": 1.43, "time": 1505358534420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.6335, 37.005167, 1.55]}, "bbox": [-117.6335, 37.005167, -117.6335, 37.005167]}, {"id": "4447", "type": "Feature", "properties": {"id": "ci37762575", "mag": 1.39, "time": 1505358219310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.606667, 32.828, 12.41]}, "bbox": [-115.606667, 32.828, -115.606667, 32.828]}, {"id": "4448", "type": "Feature", "properties": {"id": "ci37762567", "mag": 1.41, "time": 1505358109150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.427667, 34.225833, 13.02]}, "bbox": [-117.427667, 34.225833, -117.427667, 34.225833]}, {"id": "4449", "type": "Feature", "properties": {"id": "us2000amd4", "mag": 3.2, "time": 1505357901130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4442, 42.5241, 6.99]}, "bbox": [-111.4442, 42.5241, -111.4442, 42.5241]}, {"id": "4450", "type": "Feature", "properties": {"id": "us2000amd0", "mag": 3.1, "time": 1505357873450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4212, 42.5232, 8.42]}, "bbox": [-111.4212, 42.5232, -111.4212, 42.5232]}, {"id": "4451", "type": "Feature", "properties": {"id": "us2000am2z", "mag": 4.0, "time": 1505357591000, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4618, 42.5096, 5.0]}, "bbox": [-111.4618, 42.5096, -111.4618, 42.5096]}, {"id": "4452", "type": "Feature", "properties": {"id": "uu60245162", "mag": 3.43, "time": 1505357581000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.426833, 42.522333, 7.86]}, "bbox": [-111.426833, 42.522333, -111.426833, 42.522333]}, {"id": "4453", "type": "Feature", "properties": {"id": "ak16861134", "mag": 1.6, "time": 1505356675370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8887, 59.6609, 90.7]}, "bbox": [-152.8887, 59.6609, -152.8887, 59.6609]}, {"id": "4454", "type": "Feature", "properties": {"id": "ak16823826", "mag": 1.2, "time": 1505356643722, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.394, 60.1683, 0.0]}, "bbox": [-141.394, 60.1683, -141.394, 60.1683]}, {"id": "4455", "type": "Feature", "properties": {"id": "us2000am28", "mag": 2.4, "time": 1505356555350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4263, 42.5303, 6.85]}, "bbox": [-111.4263, 42.5303, -111.4263, 42.5303]}, {"id": "4456", "type": "Feature", "properties": {"id": "nn00605135", "mag": 1.0, "time": 1505356439739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8899, 37.3603, 8.3]}, "bbox": [-116.8899, 37.3603, -116.8899, 37.3603]}, {"id": "4457", "type": "Feature", "properties": {"id": "ak16823823", "mag": 1.2, "time": 1505356197786, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8776, 62.7371, 2.4]}, "bbox": [-151.8776, 62.7371, -151.8776, 62.7371]}, {"id": "4458", "type": "Feature", "properties": {"id": "nc72892031", "mag": 0.98, "time": 1505355727940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.737663, 38.785168, 2.12]}, "bbox": [-122.737663, 38.785168, -122.737663, 38.785168]}, {"id": "4459", "type": "Feature", "properties": {"id": "nc72892026", "mag": 1.09, "time": 1505355720450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.746833, 38.787833, 0.11]}, "bbox": [-122.746833, 38.787833, -122.746833, 38.787833]}, {"id": "4460", "type": "Feature", "properties": {"id": "ak16861131", "mag": 1.7, "time": 1505355503652, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2915, 59.077, 76.7]}, "bbox": [-153.2915, 59.077, -153.2915, 59.077]}, {"id": "4461", "type": "Feature", "properties": {"id": "nc72892021", "mag": 1.67, "time": 1505355378570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.139667, 37.139, 11.31]}, "bbox": [-121.139667, 37.139, -121.139667, 37.139]}, {"id": "4462", "type": "Feature", "properties": {"id": "ak16823809", "mag": 1.2, "time": 1505354254705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3285, 60.1933, 0.0]}, "bbox": [-141.3285, 60.1933, -141.3285, 60.1933]}, {"id": "4463", "type": "Feature", "properties": {"id": "us2000am21", "mag": 3.2, "time": 1505353999720, "felt": 13.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.899, 42.6704, 10.0]}, "bbox": [22.899, 42.6704, 22.899, 42.6704]}, {"id": "4464", "type": "Feature", "properties": {"id": "ci37762543", "mag": 1.21, "time": 1505353838790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.543667, 34.513833, 6.53]}, "bbox": [-118.543667, 34.513833, -118.543667, 34.513833]}, {"id": "4465", "type": "Feature", "properties": {"id": "us2000am1y", "mag": 2.6, "time": 1505353481360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4312, 42.6014, 6.92]}, "bbox": [-111.4312, 42.6014, -111.4312, 42.6014]}, {"id": "4466", "type": "Feature", "properties": {"id": "ak16823693", "mag": 1.0, "time": 1505351348552, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.644, 62.6994, 58.6]}, "bbox": [-148.644, 62.6994, -148.644, 62.6994]}, {"id": "4467", "type": "Feature", "properties": {"id": "ak16823694", "mag": 2.1, "time": 1505351146642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.5002, 54.7664, 27.4]}, "bbox": [-160.5002, 54.7664, -160.5002, 54.7664]}, {"id": "4468", "type": "Feature", "properties": {"id": "ak16823688", "mag": 1.1, "time": 1505350854568, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6619, 59.8124, 15.7]}, "bbox": [-136.6619, 59.8124, -136.6619, 59.8124]}, {"id": "4469", "type": "Feature", "properties": {"id": "pr2017257001", "mag": 1.33, "time": 1505350270080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.141, 18.0321, 11.0]}, "bbox": [-67.141, 18.0321, -67.141, 18.0321]}, {"id": "4470", "type": "Feature", "properties": {"id": "ak16823577", "mag": 2.7, "time": 1505349755149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.3635, 54.4582, 4.8]}, "bbox": [-161.3635, 54.4582, -161.3635, 54.4582]}, {"id": "4471", "type": "Feature", "properties": {"id": "ak16861124", "mag": 1.1, "time": 1505349382106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.2989, 65.668, 14.0]}, "bbox": [-145.2989, 65.668, -145.2989, 65.668]}, {"id": "4472", "type": "Feature", "properties": {"id": "us2000am0x", "mag": 4.6, "time": 1505348843700, "felt": 139.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.6152, 35.7719, 48.83]}, "bbox": [139.6152, 35.7719, 139.6152, 35.7719]}, {"id": "4473", "type": "Feature", "properties": {"id": "ci37762495", "mag": 1.0, "time": 1505347877510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3345, 33.3545, 11.05]}, "bbox": [-116.3345, 33.3545, -116.3345, 33.3545]}, {"id": "4474", "type": "Feature", "properties": {"id": "ak16823574", "mag": 2.8, "time": 1505347636545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3466, 52.1109, 79.8]}, "bbox": [-174.3466, 52.1109, -174.3466, 52.1109]}, {"id": "4475", "type": "Feature", "properties": {"id": "ak16823573", "mag": 2.3, "time": 1505347560653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4123, 51.617, 13.3]}, "bbox": [-178.4123, 51.617, -178.4123, 51.617]}, {"id": "4476", "type": "Feature", "properties": {"id": "ci37762487", "mag": 1.28, "time": 1505347417680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2715, 33.976667, 5.05]}, "bbox": [-116.2715, 33.976667, -116.2715, 33.976667]}, {"id": "4477", "type": "Feature", "properties": {"id": "hv61907326", "mag": 1.75, "time": 1505347375860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.394165, 19.238333, 32.54]}, "bbox": [-155.394165, 19.238333, -155.394165, 19.238333]}, {"id": "4478", "type": "Feature", "properties": {"id": "ak16861121", "mag": 1.7, "time": 1505347241023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4, 51.6505, 10.1]}, "bbox": [-178.4, 51.6505, -178.4, 51.6505]}, {"id": "4479", "type": "Feature", "properties": {"id": "hv61907236", "mag": 2.19, "time": 1505347011230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.3835, 19.243, 32.131]}, "bbox": [-155.3835, 19.243, -155.3835, 19.243]}, {"id": "4480", "type": "Feature", "properties": {"id": "nc72891986", "mag": 1.15, "time": 1505346581750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5475, 37.143167, 3.07]}, "bbox": [-121.5475, 37.143167, -121.5475, 37.143167]}, {"id": "4481", "type": "Feature", "properties": {"id": "uw61307262", "mag": 1.18, "time": 1505346312450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.458833, 45.814167, -0.95]}, "bbox": [-122.458833, 45.814167, -122.458833, 45.814167]}, {"id": "4482", "type": "Feature", "properties": {"id": "ak16823443", "mag": 1.7, "time": 1505346090013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3313, 60.824, 55.5]}, "bbox": [-151.3313, 60.824, -151.3313, 60.824]}, {"id": "4483", "type": "Feature", "properties": {"id": "ci37762463", "mag": 2.21, "time": 1505345845770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.610333, 32.834, 14.54]}, "bbox": [-115.610333, 32.834, -115.610333, 32.834]}, {"id": "4484", "type": "Feature", "properties": {"id": "ci37762455", "mag": 1.23, "time": 1505345794660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613333, 32.828, 12.93]}, "bbox": [-115.613333, 32.828, -115.613333, 32.828]}, {"id": "4485", "type": "Feature", "properties": {"id": "ak16823442", "mag": 1.4, "time": 1505345681125, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1366, 63.4085, 115.9]}, "bbox": [-150.1366, 63.4085, -150.1366, 63.4085]}, {"id": "4486", "type": "Feature", "properties": {"id": "mb80255184", "mag": 0.99, "time": 1505345517200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.161833, 48.091333, 6.16]}, "bbox": [-115.161833, 48.091333, -115.161833, 48.091333]}, {"id": "4487", "type": "Feature", "properties": {"id": "ak16823441", "mag": 1.4, "time": 1505345131416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9358, 61.9565, 65.0]}, "bbox": [-150.9358, 61.9565, -150.9358, 61.9565]}, {"id": "4488", "type": "Feature", "properties": {"id": "us2000alzg", "mag": 4.2, "time": 1505344897150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.4183, -18.058, 145.27]}, "bbox": [-69.4183, -18.058, -69.4183, -18.058]}, {"id": "4489", "type": "Feature", "properties": {"id": "ak16823332", "mag": 2.8, "time": 1505344031893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3482, 51.3154, 44.3]}, "bbox": [-178.3482, 51.3154, -178.3482, 51.3154]}, {"id": "4490", "type": "Feature", "properties": {"id": "ak16823330", "mag": 1.3, "time": 1505343882913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3403, 64.9963, 0.0]}, "bbox": [-147.3403, 64.9963, -147.3403, 64.9963]}, {"id": "4491", "type": "Feature", "properties": {"id": "us2000alyy", "mag": 3.2, "time": 1505343206750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5646, 46.8793, 10.55]}, "bbox": [-112.5646, 46.8793, -112.5646, 46.8793]}, {"id": "4492", "type": "Feature", "properties": {"id": "uw61307247", "mag": 1.57, "time": 1505343065140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.347833, 44.090833, -1.55]}, "bbox": [-121.347833, 44.090833, -121.347833, 44.090833]}, {"id": "4493", "type": "Feature", "properties": {"id": "ci37762423", "mag": 2.63, "time": 1505342925380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6105, 32.832833, 13.39]}, "bbox": [-115.6105, 32.832833, -115.6105, 32.832833]}, {"id": "4494", "type": "Feature", "properties": {"id": "ismpkansas70235168", "mag": 1.72, "time": 1505342816860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.966333, 37.277833, 4.1]}, "bbox": [-97.966333, 37.277833, -97.966333, 37.277833]}, {"id": "4495", "type": "Feature", "properties": {"id": "uu60245097", "mag": 1.4, "time": 1505342728590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.0425, 44.6825, 13.02]}, "bbox": [-110.0425, 44.6825, -110.0425, 44.6825]}, {"id": "4496", "type": "Feature", "properties": {"id": "ci37762407", "mag": 1.11, "time": 1505342669930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2705, 33.978, 5.78]}, "bbox": [-116.2705, 33.978, -116.2705, 33.978]}, {"id": "4497", "type": "Feature", "properties": {"id": "ak16830577", "mag": 2.2, "time": 1505342546550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.6253, 55.5692, 53.6]}, "bbox": [-159.6253, 55.5692, -159.6253, 55.5692]}, {"id": "4498", "type": "Feature", "properties": {"id": "ci37762415", "mag": 1.75, "time": 1505342494590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.999333, 33.073, -0.12]}, "bbox": [-114.999333, 33.073, -114.999333, 33.073]}, {"id": "4499", "type": "Feature", "properties": {"id": "nn00605103", "mag": 1.1, "time": 1505342257553, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.367, 38.5022, 1.9]}, "bbox": [-118.367, 38.5022, -118.367, 38.5022]}, {"id": "4500", "type": "Feature", "properties": {"id": "ci37762399", "mag": 1.66, "time": 1505342009270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.612333, 32.834667, 12.8]}, "bbox": [-115.612333, 32.834667, -115.612333, 32.834667]}, {"id": "4501", "type": "Feature", "properties": {"id": "ci37762391", "mag": 1.75, "time": 1505341937760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.613, 32.838667, 12.07]}, "bbox": [-115.613, 32.838667, -115.613, 32.838667]}, {"id": "4502", "type": "Feature", "properties": {"id": "ci37762383", "mag": 1.83, "time": 1505341540510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614, 32.8335, 12.31]}, "bbox": [-115.614, 32.8335, -115.614, 32.8335]}, {"id": "4503", "type": "Feature", "properties": {"id": "ci37762367", "mag": 3.47, "time": 1505341287040, "felt": 39.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615833, 32.843833, 15.23]}, "bbox": [-115.615833, 32.843833, -115.615833, 32.843833]}, {"id": "4504", "type": "Feature", "properties": {"id": "hv61907176", "mag": 1.67, "time": 1505340803980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.213667, 19.3035, 2.2]}, "bbox": [-155.213667, 19.3035, -155.213667, 19.3035]}, {"id": "4505", "type": "Feature", "properties": {"id": "ak16823316", "mag": 2.5, "time": 1505340733287, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3859, 61.6698, 29.1]}, "bbox": [-146.3859, 61.6698, -146.3859, 61.6698]}, {"id": "4506", "type": "Feature", "properties": {"id": "nc72891951", "mag": 1.45, "time": 1505340188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841667, 37.532167, -1.9]}, "bbox": [-118.841667, 37.532167, -118.841667, 37.532167]}, {"id": "4507", "type": "Feature", "properties": {"id": "ak16830575", "mag": 1.5, "time": 1505340177499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5229, 57.7401, 52.1]}, "bbox": [-154.5229, 57.7401, -154.5229, 57.7401]}, {"id": "4508", "type": "Feature", "properties": {"id": "ci37762359", "mag": 1.73, "time": 1505340060360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274, 33.976333, 5.08]}, "bbox": [-116.274, 33.976333, -116.274, 33.976333]}, {"id": "4509", "type": "Feature", "properties": {"id": "ci37762351", "mag": 3.26, "time": 1505339982500, "felt": 19.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.276, 33.975333, 3.91]}, "bbox": [-116.276, 33.975333, -116.276, 33.975333]}, {"id": "4510", "type": "Feature", "properties": {"id": "ak16830574", "mag": 1.6, "time": 1505339727053, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4531, 53.5386, 11.2]}, "bbox": [-167.4531, 53.5386, -167.4531, 53.5386]}, {"id": "4511", "type": "Feature", "properties": {"id": "ak16823310", "mag": 1.1, "time": 1505339360762, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5682, 53.9212, 8.1]}, "bbox": [-166.5682, 53.9212, -166.5682, 53.9212]}, {"id": "4512", "type": "Feature", "properties": {"id": "ci37762343", "mag": 1.12, "time": 1505339170890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795167, 33.507167, 4.82]}, "bbox": [-116.795167, 33.507167, -116.795167, 33.507167]}, {"id": "4513", "type": "Feature", "properties": {"id": "mb80255169", "mag": 1.13, "time": 1505339091750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.622667, 46.909667, 10.61]}, "bbox": [-112.622667, 46.909667, -112.622667, 46.909667]}, {"id": "4514", "type": "Feature", "properties": {"id": "us2000alwi", "mag": 4.7, "time": 1505338937260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0086, 15.1566, 38.2]}, "bbox": [-94.0086, 15.1566, -94.0086, 15.1566]}, {"id": "4515", "type": "Feature", "properties": {"id": "ci37762335", "mag": 1.17, "time": 1505338520010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.614667, 32.832167, 10.18]}, "bbox": [-115.614667, 32.832167, -115.614667, 32.832167]}, {"id": "4516", "type": "Feature", "properties": {"id": "ci37762327", "mag": 1.59, "time": 1505338477140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.615333, 32.843, 15.01]}, "bbox": [-115.615333, 32.843, -115.615333, 32.843]}, {"id": "4517", "type": "Feature", "properties": {"id": "uu60245082", "mag": 1.54, "time": 1505338298430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.043833, 44.678167, 13.53]}, "bbox": [-110.043833, 44.678167, -110.043833, 44.678167]}, {"id": "4518", "type": "Feature", "properties": {"id": "us2000alvq", "mag": 5.0, "time": 1505338251370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9904, 15.7092, 39.9]}, "bbox": [-94.9904, 15.7092, -94.9904, 15.7092]}, {"id": "4519", "type": "Feature", "properties": {"id": "nc72891936", "mag": 1.29, "time": 1505338239110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.017333, 37.5655, -0.37]}, "bbox": [-119.017333, 37.5655, -119.017333, 37.5655]}, {"id": "4520", "type": "Feature", "properties": {"id": "ci37762303", "mag": 1.69, "time": 1505337757160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7965, 33.504167, 5.32]}, "bbox": [-116.7965, 33.504167, -116.7965, 33.504167]}, {"id": "4521", "type": "Feature", "properties": {"id": "uu60245072", "mag": 1.82, "time": 1505336663200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.075667, 44.674, 5.83]}, "bbox": [-110.075667, 44.674, -110.075667, 44.674]}, {"id": "4522", "type": "Feature", "properties": {"id": "ci37762287", "mag": 1.49, "time": 1505336435640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.498833, 33.8575, -0.61]}, "bbox": [-117.498833, 33.8575, -117.498833, 33.8575]}, {"id": "4523", "type": "Feature", "properties": {"id": "mb80255154", "mag": 2.29, "time": 1505335433020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.7145, 46.9035, 15.16]}, "bbox": [-112.7145, 46.9035, -112.7145, 46.9035]}, {"id": "4524", "type": "Feature", "properties": {"id": "nc72891916", "mag": 1.11, "time": 1505334220120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7985, 38.833168, 1.37]}, "bbox": [-122.7985, 38.833168, -122.7985, 38.833168]}, {"id": "4525", "type": "Feature", "properties": {"id": "nc72891911", "mag": 1.01, "time": 1505333988430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.811165, 38.815666, 2.78]}, "bbox": [-122.811165, 38.815666, -122.811165, 38.815666]}, {"id": "4526", "type": "Feature", "properties": {"id": "ak16823196", "mag": 1.7, "time": 1505333862556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2791, 60.1339, 58.8]}, "bbox": [-151.2791, 60.1339, -151.2791, 60.1339]}, {"id": "4527", "type": "Feature", "properties": {"id": "nc72891901", "mag": 1.64, "time": 1505333181410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.814, 38.8085, 2.9]}, "bbox": [-122.814, 38.8085, -122.814, 38.8085]}, {"id": "4528", "type": "Feature", "properties": {"id": "nc72891896", "mag": 1.52, "time": 1505332739060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.817667, 37.481167, 0.23]}, "bbox": [-118.817667, 37.481167, -118.817667, 37.481167]}, {"id": "4529", "type": "Feature", "properties": {"id": "ci37762231", "mag": 1.56, "time": 1505331922920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.381833, 35.980833, 4.99]}, "bbox": [-117.381833, 35.980833, -117.381833, 35.980833]}, {"id": "4530", "type": "Feature", "properties": {"id": "us2000alqh", "mag": 4.6, "time": 1505331447000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [112.9501, -6.0986, 590.53]}, "bbox": [112.9501, -6.0986, 112.9501, -6.0986]}, {"id": "4531", "type": "Feature", "properties": {"id": "us2000alq6", "mag": 3.0, "time": 1505331233180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4525, 42.6029, 6.02]}, "bbox": [-111.4525, 42.6029, -111.4525, 42.6029]}, {"id": "4532", "type": "Feature", "properties": {"id": "ak16823083", "mag": 1.8, "time": 1505330838320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.8987, 61.0912, 0.1]}, "bbox": [-141.8987, 61.0912, -141.8987, 61.0912]}, {"id": "4533", "type": "Feature", "properties": {"id": "ak16823082", "mag": 1.3, "time": 1505330810883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7682, 61.1384, 6.4]}, "bbox": [-141.7682, 61.1384, -141.7682, 61.1384]}, {"id": "4534", "type": "Feature", "properties": {"id": "ak16823080", "mag": 1.9, "time": 1505329947650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7636, 59.6753, 80.6]}, "bbox": [-152.7636, 59.6753, -152.7636, 59.6753]}, {"id": "4535", "type": "Feature", "properties": {"id": "ci37762215", "mag": 1.01, "time": 1505329786970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1445, 33.667, -0.63]}, "bbox": [-117.1445, 33.667, -117.1445, 33.667]}, {"id": "4536", "type": "Feature", "properties": {"id": "nc72891881", "mag": 1.2, "time": 1505329775160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.850167, 37.644667, 5.63]}, "bbox": [-118.850167, 37.644667, -118.850167, 37.644667]}, {"id": "4537", "type": "Feature", "properties": {"id": "ci37762207", "mag": 1.15, "time": 1505329688010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.187167, 34.993167, -0.82]}, "bbox": [-118.187167, 34.993167, -118.187167, 34.993167]}, {"id": "4538", "type": "Feature", "properties": {"id": "ak16830566", "mag": 2.0, "time": 1505328672149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.302, 51.3949, 36.9]}, "bbox": [-178.302, 51.3949, -178.302, 51.3949]}, {"id": "4539", "type": "Feature", "properties": {"id": "ak16822979", "mag": 1.3, "time": 1505328502909, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3078, 61.2967, 15.3]}, "bbox": [-146.3078, 61.2967, -146.3078, 61.2967]}, {"id": "4540", "type": "Feature", "properties": {"id": "nc72891876", "mag": 1.1, "time": 1505327236230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.745666, 38.787834, 1.52]}, "bbox": [-122.745666, 38.787834, -122.745666, 38.787834]}, {"id": "4541", "type": "Feature", "properties": {"id": "ak16822977", "mag": 1.3, "time": 1505326599778, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0157, 63.5538, 1.8]}, "bbox": [-151.0157, 63.5538, -151.0157, 63.5538]}, {"id": "4542", "type": "Feature", "properties": {"id": "nc72891871", "mag": 2.5, "time": 1505325897250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0595, 40.449667, 16.29]}, "bbox": [-120.0595, 40.449667, -120.0595, 40.449667]}, {"id": "4543", "type": "Feature", "properties": {"id": "nc72891866", "mag": 1.77, "time": 1505325532440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0005, 35.943167, 17.23]}, "bbox": [-120.0005, 35.943167, -120.0005, 35.943167]}, {"id": "4544", "type": "Feature", "properties": {"id": "nc72891861", "mag": 1.4, "time": 1505325215290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600167, 35.482, -0.46]}, "bbox": [-120.600167, 35.482, -120.600167, 35.482]}, {"id": "4545", "type": "Feature", "properties": {"id": "ci37762175", "mag": 1.47, "time": 1505324991750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.609, 32.840667, 14.81]}, "bbox": [-115.609, 32.840667, -115.609, 32.840667]}, {"id": "4546", "type": "Feature", "properties": {"id": "ak16822975", "mag": 1.2, "time": 1505324283732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.2438, 62.4485, 2.9]}, "bbox": [-149.2438, 62.4485, -149.2438, 62.4485]}, {"id": "4547", "type": "Feature", "properties": {"id": "nc72891851", "mag": 1.07, "time": 1505324016940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.841167, 37.491667, -0.1]}, "bbox": [-118.841167, 37.491667, -118.841167, 37.491667]}, {"id": "4548", "type": "Feature", "properties": {"id": "se60179327", "mag": 3.2, "time": 1505323990930, "felt": 525.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-80.703, 37.472833, 17.77]}, "bbox": [-80.703, 37.472833, -80.703, 37.472833]}, {"id": "4549", "type": "Feature", "properties": {"id": "ak16822973", "mag": 1.1, "time": 1505323870033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7446, 59.8908, 41.3]}, "bbox": [-151.7446, 59.8908, -151.7446, 59.8908]}, {"id": "4550", "type": "Feature", "properties": {"id": "ak16830561", "mag": 1.8, "time": 1505323399318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9553, 59.6095, 109.8]}, "bbox": [-152.9553, 59.6095, -152.9553, 59.6095]}, {"id": "4551", "type": "Feature", "properties": {"id": "ak16830560", "mag": 2.0, "time": 1505322404855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5059, 60.1768, 153.1]}, "bbox": [-153.5059, 60.1768, -153.5059, 60.1768]}, {"id": "4552", "type": "Feature", "properties": {"id": "us2000alkc", "mag": 4.4, "time": 1505321962400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6803, 15.7969, 43.13]}, "bbox": [-94.6803, 15.7969, -94.6803, 15.7969]}, {"id": "4553", "type": "Feature", "properties": {"id": "ak16830559", "mag": 1.8, "time": 1505321554841, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8197, 51.97, 7.3]}, "bbox": [-174.8197, 51.97, -174.8197, 51.97]}, {"id": "4554", "type": "Feature", "properties": {"id": "nc72891831", "mag": 2.56, "time": 1505318816290, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.704667, 40.484, 16.91]}, "bbox": [-124.704667, 40.484, -124.704667, 40.484]}, {"id": "4555", "type": "Feature", "properties": {"id": "ak16822799", "mag": 1.8, "time": 1505318719906, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.4098, 51.7491, 29.3]}, "bbox": [-174.4098, 51.7491, -174.4098, 51.7491]}, {"id": "4556", "type": "Feature", "properties": {"id": "ak16822798", "mag": 1.1, "time": 1505318596103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8143, 62.8428, 67.1]}, "bbox": [-148.8143, 62.8428, -148.8143, 62.8428]}, {"id": "4557", "type": "Feature", "properties": {"id": "hv61906796", "mag": 2.1, "time": 1505317840280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.485504, 19.219, 36.43]}, "bbox": [-155.485504, 19.219, -155.485504, 19.219]}, {"id": "4558", "type": "Feature", "properties": {"id": "ak16822695", "mag": 1.3, "time": 1505316869586, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4592, 63.3484, 0.8]}, "bbox": [-151.4592, 63.3484, -151.4592, 63.3484]}, {"id": "4559", "type": "Feature", "properties": {"id": "us2000asbr", "mag": 4.3, "time": 1505316791790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.1284, -4.88, 54.06]}, "bbox": [152.1284, -4.88, 152.1284, -4.88]}, {"id": "4560", "type": "Feature", "properties": {"id": "hv61906781", "mag": 1.87, "time": 1505316745210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.889333, 19.9115, 24.592]}, "bbox": [-155.889333, 19.9115, -155.889333, 19.9115]}, {"id": "4561", "type": "Feature", "properties": {"id": "us2000alhx", "mag": 5.0, "time": 1505316098600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [161.9266, -10.7647, 46.64]}, "bbox": [161.9266, -10.7647, 161.9266, -10.7647]}, {"id": "4562", "type": "Feature", "properties": {"id": "ak16822692", "mag": 2.1, "time": 1505315572825, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2966, 59.7717, 67.1]}, "bbox": [-152.2966, 59.7717, -152.2966, 59.7717]}, {"id": "4563", "type": "Feature", "properties": {"id": "nm60179312", "mag": 1.77, "time": 1505315298800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.672667, 36.156667, 9.37]}, "bbox": [-89.672667, 36.156667, -89.672667, 36.156667]}, {"id": "4564", "type": "Feature", "properties": {"id": "ak16822691", "mag": 1.8, "time": 1505315111913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8055, 59.8229, 63.9]}, "bbox": [-151.8055, 59.8229, -151.8055, 59.8229]}, {"id": "4565", "type": "Feature", "properties": {"id": "ak16822689", "mag": 1.5, "time": 1505313796189, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.627, 60.7945, 30.2]}, "bbox": [-149.627, 60.7945, -149.627, 60.7945]}, {"id": "4566", "type": "Feature", "properties": {"id": "ci37762039", "mag": 1.34, "time": 1505312641900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.791, 36.012167, 1.22]}, "bbox": [-117.791, 36.012167, -117.791, 36.012167]}, {"id": "4567", "type": "Feature", "properties": {"id": "nn00605012", "mag": 1.1, "time": 1505309502885, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9116, 38.3879, 15.2]}, "bbox": [-118.9116, 38.3879, -118.9116, 38.3879]}, {"id": "4568", "type": "Feature", "properties": {"id": "ak16830551", "mag": 1.1, "time": 1505309158928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8896, 60.3719, 15.2]}, "bbox": [-146.8896, 60.3719, -146.8896, 60.3719]}, {"id": "4569", "type": "Feature", "properties": {"id": "ak16822590", "mag": 1.1, "time": 1505309077336, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3908, 66.2048, 11.9]}, "bbox": [-157.3908, 66.2048, -157.3908, 66.2048]}, {"id": "4570", "type": "Feature", "properties": {"id": "mb80255099", "mag": 1.92, "time": 1505309076210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.547833, 44.257, 9.7]}, "bbox": [-114.547833, 44.257, -114.547833, 44.257]}, {"id": "4571", "type": "Feature", "properties": {"id": "nc72891776", "mag": 1.02, "time": 1505308975510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.918167, 37.593167, 0.05]}, "bbox": [-118.918167, 37.593167, -118.918167, 37.593167]}, {"id": "4572", "type": "Feature", "properties": {"id": "ak16822588", "mag": 1.4, "time": 1505308950441, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4711, 65.4989, 11.1]}, "bbox": [-148.4711, 65.4989, -148.4711, 65.4989]}, {"id": "4573", "type": "Feature", "properties": {"id": "nn00604990", "mag": 2.3, "time": 1505308914949, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.818, 38.8311, 8.7]}, "bbox": [-118.818, 38.8311, -118.818, 38.8311]}, {"id": "4574", "type": "Feature", "properties": {"id": "ci37762007", "mag": 2.3, "time": 1505308483530, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.585667, 35.139667, 1.62]}, "bbox": [-116.585667, 35.139667, -116.585667, 35.139667]}, {"id": "4575", "type": "Feature", "properties": {"id": "ci37761999", "mag": 1.26, "time": 1505308208470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6185, 32.838, 13.81]}, "bbox": [-115.6185, 32.838, -115.6185, 32.838]}, {"id": "4576", "type": "Feature", "properties": {"id": "hv61906676", "mag": 1.95, "time": 1505307948740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.298996, 19.424334, 6.6]}, "bbox": [-155.298996, 19.424334, -155.298996, 19.424334]}, {"id": "4577", "type": "Feature", "properties": {"id": "ci37761983", "mag": 1.11, "time": 1505307567020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.623, 32.839333, 10.27]}, "bbox": [-115.623, 32.839333, -115.623, 32.839333]}, {"id": "4578", "type": "Feature", "properties": {"id": "us2000alfh", "mag": 4.5, "time": 1505306912090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7023, 15.8472, 95.22]}, "bbox": [-93.7023, 15.8472, -93.7023, 15.8472]}, {"id": "4579", "type": "Feature", "properties": {"id": "mb80255094", "mag": 1.19, "time": 1505305625190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.642667, 46.956667, 13.27]}, "bbox": [-114.642667, 46.956667, -114.642667, 46.956667]}, {"id": "4580", "type": "Feature", "properties": {"id": "ci37761967", "mag": 0.99, "time": 1505305387220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.587333, 36.179667, 0.99]}, "bbox": [-117.587333, 36.179667, -117.587333, 36.179667]}, {"id": "4581", "type": "Feature", "properties": {"id": "nc72891766", "mag": 1.15, "time": 1505305306770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.820333, 38.804, 2.93]}, "bbox": [-122.820333, 38.804, -122.820333, 38.804]}, {"id": "4582", "type": "Feature", "properties": {"id": "us2000anw3", "mag": 2.5, "time": 1505305272030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.6774, 53.9359, 13.8]}, "bbox": [-163.6774, 53.9359, -163.6774, 53.9359]}, {"id": "4583", "type": "Feature", "properties": {"id": "ci37761959", "mag": 1.4, "time": 1505304763660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.829167, 32.782333, 3.76]}, "bbox": [-115.829167, 32.782333, -115.829167, 32.782333]}, {"id": "4584", "type": "Feature", "properties": {"id": "us2000asbk", "mag": 4.1, "time": 1505303510580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1783, 2.9917, 58.22]}, "bbox": [128.1783, 2.9917, 128.1783, 2.9917]}, {"id": "4585", "type": "Feature", "properties": {"id": "nc72891751", "mag": 0.99, "time": 1505303358450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.082167, 35.707667, 6.66]}, "bbox": [-121.082167, 35.707667, -121.082167, 35.707667]}, {"id": "4586", "type": "Feature", "properties": {"id": "ak16822583", "mag": 1.1, "time": 1505302645910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3182, 60.2384, 0.0]}, "bbox": [-141.3182, 60.2384, -141.3182, 60.2384]}, {"id": "4587", "type": "Feature", "properties": {"id": "ak16822582", "mag": 2.3, "time": 1505302558389, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6566, 51.5758, 56.9]}, "bbox": [-177.6566, 51.5758, -177.6566, 51.5758]}, {"id": "4588", "type": "Feature", "properties": {"id": "us2000alew", "mag": 3.9, "time": 1505302030040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2516, 14.855, 22.24]}, "bbox": [-94.2516, 14.855, -94.2516, 14.855]}, {"id": "4589", "type": "Feature", "properties": {"id": "mb80255084", "mag": 1.07, "time": 1505300960250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.511667, 46.9035, 5.32]}, "bbox": [-112.511667, 46.9035, -112.511667, 46.9035]}, {"id": "4590", "type": "Feature", "properties": {"id": "ak16822577", "mag": 1.5, "time": 1505300414194, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.9212, 64.7545, 3.8]}, "bbox": [-139.9212, 64.7545, -139.9212, 64.7545]}, {"id": "4591", "type": "Feature", "properties": {"id": "us2000alee", "mag": 3.3, "time": 1505299970430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6225, 59.7836, 5.44]}, "bbox": [-136.6225, 59.7836, -136.6225, 59.7836]}, {"id": "4592", "type": "Feature", "properties": {"id": "uu60244877", "mag": 2.35, "time": 1505299838240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.8535, 44.770833, 7.9]}, "bbox": [-110.8535, 44.770833, -110.8535, 44.770833]}, {"id": "4593", "type": "Feature", "properties": {"id": "nc72891746", "mag": 1.53, "time": 1505299590270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793, 38.8215, 3.0]}, "bbox": [-122.793, 38.8215, -122.793, 38.8215]}, {"id": "4594", "type": "Feature", "properties": {"id": "ak16830540", "mag": 1.9, "time": 1505298481141, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1134, 57.8805, 76.9]}, "bbox": [-155.1134, 57.8805, -155.1134, 57.8805]}, {"id": "4595", "type": "Feature", "properties": {"id": "us2000anw1", "mag": 3.0, "time": 1505298226550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0008, 50.1653, 25.9]}, "bbox": [179.0008, 50.1653, 179.0008, 50.1653]}, {"id": "4596", "type": "Feature", "properties": {"id": "nn00604987", "mag": 1.7, "time": 1505298050456, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8103, 39.3643, 9.1]}, "bbox": [-119.8103, 39.3643, -119.8103, 39.3643]}, {"id": "4597", "type": "Feature", "properties": {"id": "ak16822473", "mag": 1.2, "time": 1505297484913, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4897, 63.0467, 3.6]}, "bbox": [-151.4897, 63.0467, -151.4897, 63.0467]}, {"id": "4598", "type": "Feature", "properties": {"id": "ak16822472", "mag": 2.4, "time": 1505297294726, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0416, 53.5692, 24.5]}, "bbox": [-164.0416, 53.5692, -164.0416, 53.5692]}, {"id": "4599", "type": "Feature", "properties": {"id": "uw61307017", "mag": 1.34, "time": 1505297037790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.764333, 48.271333, 1.82]}, "bbox": [-121.764333, 48.271333, -121.764333, 48.271333]}, {"id": "4600", "type": "Feature", "properties": {"id": "ak16830536", "mag": 1.2, "time": 1505297029108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7778, 60.5002, 3.8]}, "bbox": [-147.7778, 60.5002, -147.7778, 60.5002]}, {"id": "4601", "type": "Feature", "properties": {"id": "uu60244867", "mag": 2.44, "time": 1505296698750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422, 42.567833, 7.73]}, "bbox": [-111.422, 42.567833, -111.422, 42.567833]}, {"id": "4602", "type": "Feature", "properties": {"id": "us2000aldk", "mag": 4.3, "time": 1505296627560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9055, 15.639, 35.0]}, "bbox": [-94.9055, 15.639, -94.9055, 15.639]}, {"id": "4603", "type": "Feature", "properties": {"id": "ci37761935", "mag": 1.02, "time": 1505296379600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.6215, 32.831333, 10.19]}, "bbox": [-115.6215, 32.831333, -115.6215, 32.831333]}, {"id": "4604", "type": "Feature", "properties": {"id": "us2000aldd", "mag": 4.5, "time": 1505295980580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7401, 15.5449, 31.41]}, "bbox": [-94.7401, 15.5449, -94.7401, 15.5449]}, {"id": "4605", "type": "Feature", "properties": {"id": "us2000ald3", "mag": 2.4, "time": 1505295918600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9039, 36.2089, 4.448]}, "bbox": [-98.9039, 36.2089, -98.9039, 36.2089]}, {"id": "4606", "type": "Feature", "properties": {"id": "ak16822468", "mag": 2.5, "time": 1505295654705, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2898, 58.6446, 4.6]}, "bbox": [-158.2898, 58.6446, -158.2898, 58.6446]}, {"id": "4607", "type": "Feature", "properties": {"id": "us2000ald0", "mag": 4.3, "time": 1505295123840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5523, -23.5684, 541.35]}, "bbox": [179.5523, -23.5684, 179.5523, -23.5684]}, {"id": "4608", "type": "Feature", "properties": {"id": "ak16822374", "mag": 2.1, "time": 1505294583800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.5476, 52.7346, 39.4]}, "bbox": [-166.5476, 52.7346, -166.5476, 52.7346]}, {"id": "4609", "type": "Feature", "properties": {"id": "us2000alcs", "mag": 3.9, "time": 1505294302600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2348, 15.2732, 42.03]}, "bbox": [-94.2348, 15.2732, -94.2348, 15.2732]}, {"id": "4610", "type": "Feature", "properties": {"id": "hv61906586", "mag": 2.11, "time": 1505294188360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.356003, 19.467167, 4.72]}, "bbox": [-155.356003, 19.467167, -155.356003, 19.467167]}, {"id": "4611", "type": "Feature", "properties": {"id": "nc72891726", "mag": 1.09, "time": 1505293695870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793831, 38.822334, 2.17]}, "bbox": [-122.793831, 38.822334, -122.793831, 38.822334]}, {"id": "4612", "type": "Feature", "properties": {"id": "us2000alcf", "mag": 2.6, "time": 1505292526080, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4275, 42.596, 6.01]}, "bbox": [-111.4275, 42.596, -111.4275, 42.596]}, {"id": "4613", "type": "Feature", "properties": {"id": "ak16822373", "mag": 1.5, "time": 1505292217097, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4702, 60.5679, 7.7]}, "bbox": [-148.4702, 60.5679, -148.4702, 60.5679]}, {"id": "4614", "type": "Feature", "properties": {"id": "nn00604985", "mag": 1.6, "time": 1505292088777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.548, 37.4198, 12.0]}, "bbox": [-115.548, 37.4198, -115.548, 37.4198]}, {"id": "4615", "type": "Feature", "properties": {"id": "nc72891721", "mag": 1.57, "time": 1505290933360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.889333, 39.366167, 10.36]}, "bbox": [-122.889333, 39.366167, -122.889333, 39.366167]}, {"id": "4616", "type": "Feature", "properties": {"id": "ak16822371", "mag": 1.4, "time": 1505290808147, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.8609, 62.2453, 3.1]}, "bbox": [-153.8609, 62.2453, -153.8609, 62.2453]}, {"id": "4617", "type": "Feature", "properties": {"id": "ak16822294", "mag": 1.5, "time": 1505289269698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7566, 62.9227, 94.6]}, "bbox": [-150.7566, 62.9227, -150.7566, 62.9227]}, {"id": "4618", "type": "Feature", "properties": {"id": "ak16822278", "mag": 1.1, "time": 1505287972451, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7433, 64.7476, 3.4]}, "bbox": [-146.7433, 64.7476, -146.7433, 64.7476]}, {"id": "4619", "type": "Feature", "properties": {"id": "ak16822251", "mag": 3.4, "time": 1505287366858, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.5871, 61.6459, 24.8]}, "bbox": [-145.5871, 61.6459, -145.5871, 61.6459]}, {"id": "4620", "type": "Feature", "properties": {"id": "ak16822240", "mag": 4.2, "time": 1505287337046, "felt": 42.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9213, 62.8983, 79.6]}, "bbox": [-149.9213, 62.8983, -149.9213, 62.8983]}, {"id": "4621", "type": "Feature", "properties": {"id": "us2000albc", "mag": 2.3, "time": 1505286819380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4494, 42.6632, 10.21]}, "bbox": [-111.4494, 42.6632, -111.4494, 42.6632]}, {"id": "4622", "type": "Feature", "properties": {"id": "ak16830527", "mag": 1.8, "time": 1505286603893, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0388, 59.8755, 109.6]}, "bbox": [-153.0388, 59.8755, -153.0388, 59.8755]}, {"id": "4623", "type": "Feature", "properties": {"id": "ak16822236", "mag": 1.3, "time": 1505286374065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3111, 60.5579, 12.6]}, "bbox": [-141.3111, 60.5579, -141.3111, 60.5579]}, {"id": "4624", "type": "Feature", "properties": {"id": "nc72891681", "mag": 1.39, "time": 1505286150510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8285, 37.467, -1.65]}, "bbox": [-118.8285, 37.467, -118.8285, 37.467]}, {"id": "4625", "type": "Feature", "properties": {"id": "ak16822233", "mag": 1.6, "time": 1505285865490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8651, 62.2629, 96.7]}, "bbox": [-151.8651, 62.2629, -151.8651, 62.2629]}, {"id": "4626", "type": "Feature", "properties": {"id": "us2000alb7", "mag": 2.6, "time": 1505285839040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5618, 8.28]}, "bbox": [-111.4177, 42.5618, -111.4177, 42.5618]}, {"id": "4627", "type": "Feature", "properties": {"id": "ak16830523", "mag": 1.7, "time": 1505285675768, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1432, 53.7072, 69.4]}, "bbox": [-166.1432, 53.7072, -166.1432, 53.7072]}, {"id": "4628", "type": "Feature", "properties": {"id": "us2000alb2", "mag": 4.5, "time": 1505284765560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.084, -22.1327, 549.09]}, "bbox": [-179.084, -22.1327, -179.084, -22.1327]}, {"id": "4629", "type": "Feature", "properties": {"id": "nn00605030", "mag": 1.1, "time": 1505284250632, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9094, 38.3681, 5.4]}, "bbox": [-118.9094, 38.3681, -118.9094, 38.3681]}, {"id": "4630", "type": "Feature", "properties": {"id": "ak16830521", "mag": 1.2, "time": 1505284146176, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8175, 60.5189, 13.7]}, "bbox": [-148.8175, 60.5189, -148.8175, 60.5189]}, {"id": "4631", "type": "Feature", "properties": {"id": "us2000alax", "mag": 4.7, "time": 1505283996200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.6079, 13.4506, 10.0]}, "bbox": [147.6079, 13.4506, 147.6079, 13.4506]}, {"id": "4632", "type": "Feature", "properties": {"id": "nc72891656", "mag": 2.62, "time": 1505283657320, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.803833, 37.486167, 2.5]}, "bbox": [-118.803833, 37.486167, -118.803833, 37.486167]}, {"id": "4633", "type": "Feature", "properties": {"id": "ci37761831", "mag": 1.06, "time": 1505283115050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.795667, 33.5045, 6.22]}, "bbox": [-116.795667, 33.5045, -116.795667, 33.5045]}, {"id": "4634", "type": "Feature", "properties": {"id": "ak16822160", "mag": 1.4, "time": 1505282783934, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9732, 60.9785, 5.5]}, "bbox": [-147.9732, 60.9785, -147.9732, 60.9785]}, {"id": "4635", "type": "Feature", "properties": {"id": "mb80255029", "mag": 1.01, "time": 1505281846410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5335, 46.862167, 10.42]}, "bbox": [-112.5335, 46.862167, -112.5335, 46.862167]}, {"id": "4636", "type": "Feature", "properties": {"id": "ak16822085", "mag": 1.5, "time": 1505279524459, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.8464, 60.3009, 18.8]}, "bbox": [-144.8464, 60.3009, -144.8464, 60.3009]}, {"id": "4637", "type": "Feature", "properties": {"id": "us2000ala9", "mag": 4.5, "time": 1505279374230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.453, 15.3914, 72.28]}, "bbox": [-93.453, 15.3914, -93.453, 15.3914]}, {"id": "4638", "type": "Feature", "properties": {"id": "ci37761799", "mag": 0.97, "time": 1505279080610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.108167, 34.0375, 6.71]}, "bbox": [-117.108167, 34.0375, -117.108167, 34.0375]}, {"id": "4639", "type": "Feature", "properties": {"id": "ak16830517", "mag": 1.1, "time": 1505278511333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4202, 60.2062, 0.0]}, "bbox": [-141.4202, 60.2062, -141.4202, 60.2062]}, {"id": "4640", "type": "Feature", "properties": {"id": "mb80255024", "mag": 0.95, "time": 1505278401320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529833, 46.864167, 11.03]}, "bbox": [-112.529833, 46.864167, -112.529833, 46.864167]}, {"id": "4641", "type": "Feature", "properties": {"id": "nc72891626", "mag": 1.1, "time": 1505277590570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.657667, 37.1885, 3.74]}, "bbox": [-121.657667, 37.1885, -121.657667, 37.1885]}, {"id": "4642", "type": "Feature", "properties": {"id": "nc72891621", "mag": 1.74, "time": 1505277415750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.886167, 39.3655, 10.44]}, "bbox": [-122.886167, 39.3655, -122.886167, 39.3655]}, {"id": "4643", "type": "Feature", "properties": {"id": "ak16822082", "mag": 1.6, "time": 1505275993590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0455, 67.102, 9.7]}, "bbox": [-157.0455, 67.102, -157.0455, 67.102]}, {"id": "4644", "type": "Feature", "properties": {"id": "nc72891611", "mag": 1.07, "time": 1505275610780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795, 38.834667, 1.79]}, "bbox": [-122.795, 38.834667, -122.795, 38.834667]}, {"id": "4645", "type": "Feature", "properties": {"id": "ak16822080", "mag": 3.5, "time": 1505275475357, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4947, 51.6652, 10.4]}, "bbox": [-178.4947, 51.6652, -178.4947, 51.6652]}, {"id": "4646", "type": "Feature", "properties": {"id": "nc72891606", "mag": 2.64, "time": 1505275168490, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.793833, 38.835667, 1.89]}, "bbox": [-122.793833, 38.835667, -122.793833, 38.835667]}, {"id": "4647", "type": "Feature", "properties": {"id": "mb80255014", "mag": 0.96, "time": 1505274355010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.537, 46.87, 9.71]}, "bbox": [-112.537, 46.87, -112.537, 46.87]}, {"id": "4648", "type": "Feature", "properties": {"id": "nc72891581", "mag": 0.95, "time": 1505273207520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795166, 38.836666, 1.37]}, "bbox": [-122.795166, 38.836666, -122.795166, 38.836666]}, {"id": "4649", "type": "Feature", "properties": {"id": "mb80255009", "mag": 1.36, "time": 1505273099690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536167, 46.872333, 11.58]}, "bbox": [-112.536167, 46.872333, -112.536167, 46.872333]}, {"id": "4650", "type": "Feature", "properties": {"id": "pr2017256002", "mag": 2.65, "time": 1505272611930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.4988, 19.1065, 25.0]}, "bbox": [-66.4988, 19.1065, -66.4988, 19.1065]}, {"id": "4651", "type": "Feature", "properties": {"id": "nc72891561", "mag": 0.95, "time": 1505272540610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.796669, 38.836834, 1.67]}, "bbox": [-122.796669, 38.836834, -122.796669, 38.836834]}, {"id": "4652", "type": "Feature", "properties": {"id": "nc72891556", "mag": 1.43, "time": 1505272430980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.798333, 38.835167, 1.85]}, "bbox": [-122.798333, 38.835167, -122.798333, 38.835167]}, {"id": "4653", "type": "Feature", "properties": {"id": "nc72891551", "mag": 2.57, "time": 1505272400990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.795667, 38.835, 1.82]}, "bbox": [-122.795667, 38.835, -122.795667, 38.835]}, {"id": "4654", "type": "Feature", "properties": {"id": "us2000al90", "mag": 4.7, "time": 1505272023240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.0946, 9.5711, 124.17]}, "bbox": [-73.0946, 9.5711, -73.0946, 9.5711]}, {"id": "4655", "type": "Feature", "properties": {"id": "mb80255004", "mag": 1.06, "time": 1505270988240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532, 46.864667, 11.36]}, "bbox": [-112.532, 46.864667, -112.532, 46.864667]}, {"id": "4656", "type": "Feature", "properties": {"id": "us2000al8v", "mag": 4.4, "time": 1505270586710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5721, 15.2889, 34.84]}, "bbox": [-94.5721, 15.2889, -94.5721, 15.2889]}, {"id": "4657", "type": "Feature", "properties": {"id": "ci37761727", "mag": 1.4, "time": 1505270305170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.643667, 34.5065, 17.68]}, "bbox": [-118.643667, 34.5065, -118.643667, 34.5065]}, {"id": "4658", "type": "Feature", "properties": {"id": "ak16822007", "mag": 1.0, "time": 1505269102037, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6691, 63.5608, 10.3]}, "bbox": [-150.6691, 63.5608, -150.6691, 63.5608]}, {"id": "4659", "type": "Feature", "properties": {"id": "pr2017256000", "mag": 3.12, "time": 1505269072880, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5123, 19.091, 21.0]}, "bbox": [-66.5123, 19.091, -66.5123, 19.091]}, {"id": "4660", "type": "Feature", "properties": {"id": "nc72891541", "mag": 1.06, "time": 1505268817240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.517833, 36.804167, 4.87]}, "bbox": [-121.517833, 36.804167, -121.517833, 36.804167]}, {"id": "4661", "type": "Feature", "properties": {"id": "ak16821999", "mag": 1.7, "time": 1505268378179, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2198, 61.7575, 9.7]}, "bbox": [-148.2198, 61.7575, -148.2198, 61.7575]}, {"id": "4662", "type": "Feature", "properties": {"id": "us2000al86", "mag": 5.0, "time": 1505268098300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5276, 15.1558, 14.07]}, "bbox": [-94.5276, 15.1558, -94.5276, 15.1558]}, {"id": "4663", "type": "Feature", "properties": {"id": "mb80254989", "mag": 1.38, "time": 1505267929610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540667, 46.872333, 11.48]}, "bbox": [-112.540667, 46.872333, -112.540667, 46.872333]}, {"id": "4664", "type": "Feature", "properties": {"id": "mb80254984", "mag": 0.99, "time": 1505267728460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5535, 46.8885, 10.76]}, "bbox": [-112.5535, 46.8885, -112.5535, 46.8885]}, {"id": "4665", "type": "Feature", "properties": {"id": "ak16821934", "mag": 1.1, "time": 1505267091152, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2406, 64.8451, 3.5]}, "bbox": [-151.2406, 64.8451, -151.2406, 64.8451]}, {"id": "4666", "type": "Feature", "properties": {"id": "nc72891516", "mag": 1.94, "time": 1505266613010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.366833, 40.4805, 29.25]}, "bbox": [-123.366833, 40.4805, -123.366833, 40.4805]}, {"id": "4667", "type": "Feature", "properties": {"id": "pr2017256001", "mag": 3.05, "time": 1505266581450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.5053, 19.0955, 25.0]}, "bbox": [-66.5053, 19.0955, -66.5053, 19.0955]}, {"id": "4668", "type": "Feature", "properties": {"id": "ci37761639", "mag": 2.16, "time": 1505265949130, "felt": 80.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.768667, 33.774833, 2.9]}, "bbox": [-117.768667, 33.774833, -117.768667, 33.774833]}, {"id": "4669", "type": "Feature", "properties": {"id": "ak16821933", "mag": 1.0, "time": 1505265920217, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4031, 60.2216, 0.0]}, "bbox": [-141.4031, 60.2216, -141.4031, 60.2216]}, {"id": "4670", "type": "Feature", "properties": {"id": "ci37761631", "mag": 1.35, "time": 1505265794450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.333667, 32.933167, 11.47]}, "bbox": [-116.333667, 32.933167, -116.333667, 32.933167]}, {"id": "4671", "type": "Feature", "properties": {"id": "ak16821931", "mag": 1.3, "time": 1505265469603, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.5511, 61.3707, 12.3]}, "bbox": [-147.5511, 61.3707, -147.5511, 61.3707]}, {"id": "4672", "type": "Feature", "properties": {"id": "us2000al7y", "mag": 4.1, "time": 1505265414270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4234, 15.3254, 35.74]}, "bbox": [-94.4234, 15.3254, -94.4234, 15.3254]}, {"id": "4673", "type": "Feature", "properties": {"id": "ak16821926", "mag": 2.1, "time": 1505265047390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5313, 60.6712, 14.9]}, "bbox": [-146.5313, 60.6712, -146.5313, 60.6712]}, {"id": "4674", "type": "Feature", "properties": {"id": "ak16821924", "mag": 1.7, "time": 1505264772966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.5006, 65.2775, 11.4]}, "bbox": [-158.5006, 65.2775, -158.5006, 65.2775]}, {"id": "4675", "type": "Feature", "properties": {"id": "us2000al7s", "mag": 4.1, "time": 1505263876510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.3188, 15.5954, 29.98]}, "bbox": [-95.3188, 15.5954, -95.3188, 15.5954]}, {"id": "4676", "type": "Feature", "properties": {"id": "hv61906111", "mag": 1.46, "time": 1505262900730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.538167, 19.256333, 8.429]}, "bbox": [-155.538167, 19.256333, -155.538167, 19.256333]}, {"id": "4677", "type": "Feature", "properties": {"id": "nc72891421", "mag": 1.92, "time": 1505262602400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.273167, 36.148167, 8.47]}, "bbox": [-120.273167, 36.148167, -120.273167, 36.148167]}, {"id": "4678", "type": "Feature", "properties": {"id": "hv61906101", "mag": 2.02, "time": 1505262046800, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.276672, 19.404333, 0.19]}, "bbox": [-155.276672, 19.404333, -155.276672, 19.404333]}, {"id": "4679", "type": "Feature", "properties": {"id": "nc72891406", "mag": 1.7, "time": 1505261981400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.865667, 36.439667, 6.7]}, "bbox": [-120.865667, 36.439667, -120.865667, 36.439667]}, {"id": "4680", "type": "Feature", "properties": {"id": "us2000al7a", "mag": 3.9, "time": 1505261942310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.399, 14.9659, 29.81]}, "bbox": [-94.399, 14.9659, -94.399, 14.9659]}, {"id": "4681", "type": "Feature", "properties": {"id": "hv61906081", "mag": 1.94, "time": 1505261244650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.535, 19.849, 23.752]}, "bbox": [-155.535, 19.849, -155.535, 19.849]}, {"id": "4682", "type": "Feature", "properties": {"id": "ci37761535", "mag": 1.56, "time": 1505261179000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165833, 34.0375, 5.82]}, "bbox": [-117.165833, 34.0375, -117.165833, 34.0375]}, {"id": "4683", "type": "Feature", "properties": {"id": "ak16850793", "mag": 2.2, "time": 1505260675964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4757, 53.3828, 38.3]}, "bbox": [-164.4757, 53.3828, -164.4757, 53.3828]}, {"id": "4684", "type": "Feature", "properties": {"id": "ak16821817", "mag": 1.0, "time": 1505258496556, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.5762, 67.0334, 2.1]}, "bbox": [-144.5762, 67.0334, -144.5762, 67.0334]}, {"id": "4685", "type": "Feature", "properties": {"id": "uw61306902", "mag": 1.1, "time": 1505258286020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.374667, 45.693833, -0.9]}, "bbox": [-122.374667, 45.693833, -122.374667, 45.693833]}, {"id": "4686", "type": "Feature", "properties": {"id": "us2000al6d", "mag": 4.9, "time": 1505257835180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4621, 58.0975, 10.0]}, "bbox": [-32.4621, 58.0975, -32.4621, 58.0975]}, {"id": "4687", "type": "Feature", "properties": {"id": "ci37761503", "mag": 1.49, "time": 1505257449290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.675833, 35.043, -0.82]}, "bbox": [-117.675833, 35.043, -117.675833, 35.043]}, {"id": "4688", "type": "Feature", "properties": {"id": "ak16821811", "mag": 1.3, "time": 1505256864247, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3463, 64.994, 0.0]}, "bbox": [-147.3463, 64.994, -147.3463, 64.994]}, {"id": "4689", "type": "Feature", "properties": {"id": "hv61905981", "mag": 1.81, "time": 1505256516770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.543333, 19.851167, 24.833]}, "bbox": [-155.543333, 19.851167, -155.543333, 19.851167]}, {"id": "4690", "type": "Feature", "properties": {"id": "ak16821806", "mag": 2.7, "time": 1505256286618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4621, 65.79, 5.3]}, "bbox": [-164.4621, 65.79, -164.4621, 65.79]}, {"id": "4691", "type": "Feature", "properties": {"id": "ak16821804", "mag": 1.5, "time": 1505255958164, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3411, 61.6898, 7.2]}, "bbox": [-148.3411, 61.6898, -148.3411, 61.6898]}, {"id": "4692", "type": "Feature", "properties": {"id": "us2000al5m", "mag": 4.0, "time": 1505255324930, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.8843, -20.2485, 15.05]}, "bbox": [-70.8843, -20.2485, -70.8843, -20.2485]}, {"id": "4693", "type": "Feature", "properties": {"id": "us2000al5h", "mag": 4.8, "time": 1505254407650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.3543, 58.0241, 10.0]}, "bbox": [-32.3543, 58.0241, -32.3543, 58.0241]}, {"id": "4694", "type": "Feature", "properties": {"id": "nc72891326", "mag": 1.22, "time": 1505251854350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.794833, 38.819333, 2.91]}, "bbox": [-122.794833, 38.819333, -122.794833, 38.819333]}, {"id": "4695", "type": "Feature", "properties": {"id": "ci37761407", "mag": 1.17, "time": 1505251524970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.193167, 34.9985, -0.8]}, "bbox": [-118.193167, 34.9985, -118.193167, 34.9985]}, {"id": "4696", "type": "Feature", "properties": {"id": "us2000al44", "mag": 4.6, "time": 1505250860230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4259, 58.0753, 10.0]}, "bbox": [-32.4259, 58.0753, -32.4259, 58.0753]}, {"id": "4697", "type": "Feature", "properties": {"id": "ak16821734", "mag": 1.5, "time": 1505250673775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.907, 60.3564, 8.9]}, "bbox": [-141.907, 60.3564, -141.907, 60.3564]}, {"id": "4698", "type": "Feature", "properties": {"id": "us2000al3g", "mag": 4.9, "time": 1505250247360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.4208, 58.165, 10.0]}, "bbox": [-32.4208, 58.165, -32.4208, 58.165]}, {"id": "4699", "type": "Feature", "properties": {"id": "nc72891306", "mag": 1.1, "time": 1505250244890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819333, 37.604167, 3.81]}, "bbox": [-118.819333, 37.604167, -118.819333, 37.604167]}, {"id": "4700", "type": "Feature", "properties": {"id": "ci37761383", "mag": 1.74, "time": 1505250166450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.805333, 33.691833, 15.39]}, "bbox": [-116.805333, 33.691833, -116.805333, 33.691833]}, {"id": "4701", "type": "Feature", "properties": {"id": "ci37761375", "mag": 1.49, "time": 1505248746150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.3685, 33.956333, 12.98]}, "bbox": [-118.3685, 33.956333, -118.3685, 33.956333]}, {"id": "4702", "type": "Feature", "properties": {"id": "ci37761367", "mag": 1.03, "time": 1505248730160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.575167, 33.465333, 9.81]}, "bbox": [-116.575167, 33.465333, -116.575167, 33.465333]}, {"id": "4703", "type": "Feature", "properties": {"id": "us2000al2x", "mag": 4.8, "time": 1505248700330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.19, -15.0799, 144.26]}, "bbox": [-174.19, -15.0799, -174.19, -15.0799]}, {"id": "4704", "type": "Feature", "properties": {"id": "nc72891286", "mag": 2.07, "time": 1505247727770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.5795, 39.603833, -0.21]}, "bbox": [-121.5795, 39.603833, -121.5795, 39.603833]}, {"id": "4705", "type": "Feature", "properties": {"id": "ak16821575", "mag": 1.5, "time": 1505247191039, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9811, 64.7032, 15.8]}, "bbox": [-148.9811, 64.7032, -148.9811, 64.7032]}, {"id": "4706", "type": "Feature", "properties": {"id": "us2000al1n", "mag": 2.7, "time": 1505247025290, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.3683, 36.7446, 14.63]}, "bbox": [-98.3683, 36.7446, -98.3683, 36.7446]}, {"id": "4707", "type": "Feature", "properties": {"id": "nc72891281", "mag": 1.59, "time": 1505246933110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.827333, 38.839, 2.11]}, "bbox": [-122.827333, 38.839, -122.827333, 38.839]}, {"id": "4708", "type": "Feature", "properties": {"id": "us2000al1t", "mag": 4.3, "time": 1505246854930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4239, 15.7169, 52.92]}, "bbox": [-94.4239, 15.7169, -94.4239, 15.7169]}, {"id": "4709", "type": "Feature", "properties": {"id": "nc72891276", "mag": 1.98, "time": 1505246713670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.876833, 37.8095, 14.44]}, "bbox": [-121.876833, 37.8095, -121.876833, 37.8095]}, {"id": "4710", "type": "Feature", "properties": {"id": "ak16850781", "mag": 1.8, "time": 1505246486363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5902, 57.2026, 44.2]}, "bbox": [-154.5902, 57.2026, -154.5902, 57.2026]}, {"id": "4711", "type": "Feature", "properties": {"id": "ci37761335", "mag": 0.96, "time": 1505246263650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.759333, 33.8575, 5.49]}, "bbox": [-117.759333, 33.8575, -117.759333, 33.8575]}, {"id": "4712", "type": "Feature", "properties": {"id": "ci37761319", "mag": 2.18, "time": 1505245563030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.385, 32.3285, 10.39]}, "bbox": [-115.385, 32.3285, -115.385, 32.3285]}, {"id": "4713", "type": "Feature", "properties": {"id": "ak16850780", "mag": 3.0, "time": 1505245054736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5817, 52.3665, 32.8]}, "bbox": [-170.5817, 52.3665, -170.5817, 52.3665]}, {"id": "4714", "type": "Feature", "properties": {"id": "ak16821568", "mag": 1.3, "time": 1505244764083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4179, 63.5705, 4.4]}, "bbox": [-147.4179, 63.5705, -147.4179, 63.5705]}, {"id": "4715", "type": "Feature", "properties": {"id": "nc72891271", "mag": 2.16, "time": 1505244492580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.146667, 40.211833, 2.94]}, "bbox": [-121.146667, 40.211833, -121.146667, 40.211833]}, {"id": "4716", "type": "Feature", "properties": {"id": "nc72891266", "mag": 1.1, "time": 1505244145950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.875667, 38.839667, 2.2]}, "bbox": [-122.875667, 38.839667, -122.875667, 38.839667]}, {"id": "4717", "type": "Feature", "properties": {"id": "us2000al0z", "mag": 4.4, "time": 1505243754080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.7715, -21.9227, 347.97]}, "bbox": [-177.7715, -21.9227, -177.7715, -21.9227]}, {"id": "4718", "type": "Feature", "properties": {"id": "ak16821516", "mag": 1.4, "time": 1505243650979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5267, 60.0018, 0.0]}, "bbox": [-139.5267, 60.0018, -139.5267, 60.0018]}, {"id": "4719", "type": "Feature", "properties": {"id": "ak16821564", "mag": 1.6, "time": 1505243467122, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2171, 59.7927, 8.0]}, "bbox": [-159.2171, 59.7927, -159.2171, 59.7927]}, {"id": "4720", "type": "Feature", "properties": {"id": "us2000akzt", "mag": 4.7, "time": 1505243351270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-32.2455, 58.0337, 10.0]}, "bbox": [-32.2455, 58.0337, -32.2455, 58.0337]}, {"id": "4721", "type": "Feature", "properties": {"id": "us2000akzf", "mag": 4.3, "time": 1505243172030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6417, 15.6677, 51.24]}, "bbox": [-94.6417, 15.6677, -94.6417, 15.6677]}, {"id": "4722", "type": "Feature", "properties": {"id": "us2000akyq", "mag": 4.4, "time": 1505241724530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 16.3622, 66.45]}, "bbox": [-94.9743, 16.3622, -94.9743, 16.3622]}, {"id": "4723", "type": "Feature", "properties": {"id": "nc72891231", "mag": 1.19, "time": 1505241397800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.244667, 39.3805, 3.22]}, "bbox": [-123.244667, 39.3805, -123.244667, 39.3805]}, {"id": "4724", "type": "Feature", "properties": {"id": "us2000akyh", "mag": 4.4, "time": 1505241368140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5996, 15.3334, 74.72]}, "bbox": [-93.5996, 15.3334, -93.5996, 15.3334]}, {"id": "4725", "type": "Feature", "properties": {"id": "us2000aky8", "mag": 4.6, "time": 1505240973270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0643, 15.2212, 44.65]}, "bbox": [-94.0643, 15.2212, -94.0643, 15.2212]}, {"id": "4726", "type": "Feature", "properties": {"id": "ak16850775", "mag": 1.7, "time": 1505240703529, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2159, 59.366, 81.6]}, "bbox": [-153.2159, 59.366, -153.2159, 59.366]}, {"id": "4727", "type": "Feature", "properties": {"id": "us2000akxq", "mag": 2.8, "time": 1505240585080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4572, 42.5165, 8.78]}, "bbox": [-111.4572, 42.5165, -111.4572, 42.5165]}, {"id": "4728", "type": "Feature", "properties": {"id": "ak16821457", "mag": 1.1, "time": 1505238948365, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1631, 60.0754, 0.0]}, "bbox": [-141.1631, 60.0754, -141.1631, 60.0754]}, {"id": "4729", "type": "Feature", "properties": {"id": "ak16850772", "mag": 1.0, "time": 1505238898070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2683, 61.5446, 35.4]}, "bbox": [-146.2683, 61.5446, -146.2683, 61.5446]}, {"id": "4730", "type": "Feature", "properties": {"id": "hv61905641", "mag": 2.1, "time": 1505238187460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.247667, 19.393167, 36.582]}, "bbox": [-155.247667, 19.393167, -155.247667, 19.393167]}, {"id": "4731", "type": "Feature", "properties": {"id": "us2000aq68", "mag": 2.8, "time": 1505237765880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.9785, 55.7766, 56.2]}, "bbox": [-158.9785, 55.7766, -158.9785, 55.7766]}, {"id": "4732", "type": "Feature", "properties": {"id": "us2000akwr", "mag": 4.3, "time": 1505237620800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.6779, -5.2108, 218.06]}, "bbox": [129.6779, -5.2108, 129.6779, -5.2108]}, {"id": "4733", "type": "Feature", "properties": {"id": "ak16821449", "mag": 2.3, "time": 1505236529463, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4402, 53.5209, 13.2]}, "bbox": [-167.4402, 53.5209, -167.4402, 53.5209]}, {"id": "4734", "type": "Feature", "properties": {"id": "ak16821379", "mag": 2.4, "time": 1505235536293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.4636, 60.5717, 9.3]}, "bbox": [-148.4636, 60.5717, -148.4636, 60.5717]}, {"id": "4735", "type": "Feature", "properties": {"id": "us2000akvp", "mag": 4.5, "time": 1505235493410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.2449, 15.2798, 73.2]}, "bbox": [-93.2449, 15.2798, -93.2449, 15.2798]}, {"id": "4736", "type": "Feature", "properties": {"id": "us2000aq63", "mag": 3.1, "time": 1505235473870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.5043, 53.6304, 25.8]}, "bbox": [-167.5043, 53.6304, -167.5043, 53.6304]}, {"id": "4737", "type": "Feature", "properties": {"id": "ak16821334", "mag": 1.0, "time": 1505235138364, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7095, 60.5946, 14.1]}, "bbox": [-142.7095, 60.5946, -142.7095, 60.5946]}, {"id": "4738", "type": "Feature", "properties": {"id": "nc72891191", "mag": 1.63, "time": 1505235102110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.444167, 37.384167, 12.11]}, "bbox": [-118.444167, 37.384167, -118.444167, 37.384167]}, {"id": "4739", "type": "Feature", "properties": {"id": "us2000akwm", "mag": 4.6, "time": 1505234310180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-58.4081, 13.9047, 20.6]}, "bbox": [-58.4081, 13.9047, -58.4081, 13.9047]}, {"id": "4740", "type": "Feature", "properties": {"id": "ak16821326", "mag": 1.9, "time": 1505234239386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7021, 63.9919, 0.0]}, "bbox": [-148.7021, 63.9919, -148.7021, 63.9919]}, {"id": "4741", "type": "Feature", "properties": {"id": "ci37761199", "mag": 1.12, "time": 1505233979950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.139333, 35.857167, 3.42]}, "bbox": [-116.139333, 35.857167, -116.139333, 35.857167]}, {"id": "4742", "type": "Feature", "properties": {"id": "ak16821324", "mag": 1.0, "time": 1505233378354, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8118, 65.9855, 3.7]}, "bbox": [-151.8118, 65.9855, -151.8118, 65.9855]}, {"id": "4743", "type": "Feature", "properties": {"id": "ak16821323", "mag": 2.3, "time": 1505232589454, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.3915, 52.0051, 11.7]}, "bbox": [-176.3915, 52.0051, -176.3915, 52.0051]}, {"id": "4744", "type": "Feature", "properties": {"id": "nc72891166", "mag": 1.17, "time": 1505232534860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.976167, 37.596833, 8.18]}, "bbox": [-121.976167, 37.596833, -121.976167, 37.596833]}, {"id": "4745", "type": "Feature", "properties": {"id": "us2000akua", "mag": 4.5, "time": 1505231911880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.3156, -7.5665, 115.97]}, "bbox": [129.3156, -7.5665, 129.3156, -7.5665]}, {"id": "4746", "type": "Feature", "properties": {"id": "ci37761183", "mag": 1.38, "time": 1505231682740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.031667, 33.866, 11.4]}, "bbox": [-117.031667, 33.866, -117.031667, 33.866]}, {"id": "4747", "type": "Feature", "properties": {"id": "nc72891131", "mag": 1.13, "time": 1505231490780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821167, 37.605, 4.21]}, "bbox": [-118.821167, 37.605, -118.821167, 37.605]}, {"id": "4748", "type": "Feature", "properties": {"id": "us2000aq60", "mag": 3.4, "time": 1505230949090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.7818, 52.0274, 61.84]}, "bbox": [-171.7818, 52.0274, -171.7818, 52.0274]}, {"id": "4749", "type": "Feature", "properties": {"id": "us2000akty", "mag": 4.1, "time": 1505230831380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0909, 55.1751, 22.8]}, "bbox": [-157.0909, 55.1751, -157.0909, 55.1751]}, {"id": "4750", "type": "Feature", "properties": {"id": "us2000asax", "mag": 4.2, "time": 1505230532990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.919, -24.5557, 553.9]}, "bbox": [-179.919, -24.5557, -179.919, -24.5557]}, {"id": "4751", "type": "Feature", "properties": {"id": "us2000aktu", "mag": 5.0, "time": 1505230101200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9204, 15.0356, 34.73]}, "bbox": [-93.9204, 15.0356, -93.9204, 15.0356]}, {"id": "4752", "type": "Feature", "properties": {"id": "ci37761159", "mag": 0.99, "time": 1505229927560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.794, 33.505667, 4.44]}, "bbox": [-116.794, 33.505667, -116.794, 33.505667]}, {"id": "4753", "type": "Feature", "properties": {"id": "us2000akts", "mag": 4.4, "time": 1505229916500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4589, 15.8693, 40.82]}, "bbox": [-94.4589, 15.8693, -94.4589, 15.8693]}, {"id": "4754", "type": "Feature", "properties": {"id": "ak16850759", "mag": 2.0, "time": 1505229684203, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4729, 57.3614, 66.0]}, "bbox": [-155.4729, 57.3614, -155.4729, 57.3614]}, {"id": "4755", "type": "Feature", "properties": {"id": "us2000asau", "mag": 4.5, "time": 1505228968140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.2892, -30.4261, 12.38]}, "bbox": [-177.2892, -30.4261, -177.2892, -30.4261]}, {"id": "4756", "type": "Feature", "properties": {"id": "us2000akt9", "mag": 4.7, "time": 1505227714260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [167.6472, -14.1046, 43.3]}, "bbox": [167.6472, -14.1046, 167.6472, -14.1046]}, {"id": "4757", "type": "Feature", "properties": {"id": "ak16821264", "mag": 1.4, "time": 1505227661290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5591, 61.6356, 28.9]}, "bbox": [-149.5591, 61.6356, -149.5591, 61.6356]}, {"id": "4758", "type": "Feature", "properties": {"id": "ak16821262", "mag": 1.8, "time": 1505227098718, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5176, 60.4846, 107.4]}, "bbox": [-152.5176, 60.4846, -152.5176, 60.4846]}, {"id": "4759", "type": "Feature", "properties": {"id": "pr2017255006", "mag": 3.11, "time": 1505226988680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.8866, 18.066, 112.0]}, "bbox": [-67.8866, 18.066, -67.8866, 18.066]}, {"id": "4760", "type": "Feature", "properties": {"id": "ak16821260", "mag": 1.3, "time": 1505226855029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.482, 62.559, 83.4]}, "bbox": [-151.482, 62.559, -151.482, 62.559]}, {"id": "4761", "type": "Feature", "properties": {"id": "ci37761111", "mag": 1.33, "time": 1505226544460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166, 34.036, 5.82]}, "bbox": [-117.166, 34.036, -117.166, 34.036]}, {"id": "4762", "type": "Feature", "properties": {"id": "nc72891096", "mag": 1.34, "time": 1505226449930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7255, 38.788667, 1.77]}, "bbox": [-122.7255, 38.788667, -122.7255, 38.788667]}, {"id": "4763", "type": "Feature", "properties": {"id": "ak16850755", "mag": 1.5, "time": 1505226255965, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5898, 60.4951, 99.5]}, "bbox": [-152.5898, 60.4951, -152.5898, 60.4951]}, {"id": "4764", "type": "Feature", "properties": {"id": "uu60244417", "mag": 1.65, "time": 1505226014340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.334667, 44.621667, 2.11]}, "bbox": [-110.334667, 44.621667, -110.334667, 44.621667]}, {"id": "4765", "type": "Feature", "properties": {"id": "us2000aq5x", "mag": 3.1, "time": 1505225597950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-171.3403, 52.1694, 67.96]}, "bbox": [-171.3403, 52.1694, -171.3403, 52.1694]}, {"id": "4766", "type": "Feature", "properties": {"id": "uu60244407", "mag": 1.34, "time": 1505225495130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.467, 42.663667, 3.54]}, "bbox": [-111.467, 42.663667, -111.467, 42.663667]}, {"id": "4767", "type": "Feature", "properties": {"id": "ak16821259", "mag": 1.2, "time": 1505225438730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3559, 60.1768, 0.0]}, "bbox": [-141.3559, 60.1768, -141.3559, 60.1768]}, {"id": "4768", "type": "Feature", "properties": {"id": "ak16821258", "mag": 1.2, "time": 1505225170339, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1399, 60.3035, 0.0]}, "bbox": [-141.1399, 60.3035, -141.1399, 60.3035]}, {"id": "4769", "type": "Feature", "properties": {"id": "ak16821221", "mag": 1.0, "time": 1505223846302, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7846, 53.7799, 6.7]}, "bbox": [-166.7846, 53.7799, -166.7846, 53.7799]}, {"id": "4770", "type": "Feature", "properties": {"id": "ak16821217", "mag": 1.4, "time": 1505223357390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7209, 60.3452, 65.8]}, "bbox": [-151.7209, 60.3452, -151.7209, 60.3452]}, {"id": "4771", "type": "Feature", "properties": {"id": "hv61905526", "mag": 1.72, "time": 1505223290340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.929167, 19.870667, 12.697]}, "bbox": [-155.929167, 19.870667, -155.929167, 19.870667]}, {"id": "4772", "type": "Feature", "properties": {"id": "ak16821215", "mag": 1.4, "time": 1505223177976, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.314, 60.1844, 0.0]}, "bbox": [-141.314, 60.1844, -141.314, 60.1844]}, {"id": "4773", "type": "Feature", "properties": {"id": "uu60244352", "mag": 2.41, "time": 1505222826990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443167, 42.595, 3.5]}, "bbox": [-111.443167, 42.595, -111.443167, 42.595]}, {"id": "4774", "type": "Feature", "properties": {"id": "ak16821210", "mag": 1.0, "time": 1505222200792, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0089, 61.3182, 28.6]}, "bbox": [-146.0089, 61.3182, -146.0089, 61.3182]}, {"id": "4775", "type": "Feature", "properties": {"id": "us2000akri", "mag": 2.9, "time": 1505221931200, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9201, 36.2062, 6.163]}, "bbox": [-98.9201, 36.2062, -98.9201, 36.2062]}, {"id": "4776", "type": "Feature", "properties": {"id": "ak16821207", "mag": 2.0, "time": 1505221802809, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9996, 62.229, 72.4]}, "bbox": [-150.9996, 62.229, -150.9996, 62.229]}, {"id": "4777", "type": "Feature", "properties": {"id": "us2000akrz", "mag": 2.5, "time": 1505220235620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5432, 46.8852, 12.06]}, "bbox": [-112.5432, 46.8852, -112.5432, 46.8852]}, {"id": "4778", "type": "Feature", "properties": {"id": "ak16821169", "mag": 1.1, "time": 1505219786301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9544, 67.3188, 9.6]}, "bbox": [-147.9544, 67.3188, -147.9544, 67.3188]}, {"id": "4779", "type": "Feature", "properties": {"id": "ak16821166", "mag": 1.0, "time": 1505219272070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.0159, 59.8987, 11.0]}, "bbox": [-141.0159, 59.8987, -141.0159, 59.8987]}, {"id": "4780", "type": "Feature", "properties": {"id": "nc72891076", "mag": 1.16, "time": 1505219059140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.602667, 4.12]}, "bbox": [-118.820667, 37.602667, -118.820667, 37.602667]}, {"id": "4781", "type": "Feature", "properties": {"id": "ci37761079", "mag": 1.06, "time": 1505218941580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.819667, 33.71, 15.77]}, "bbox": [-116.819667, 33.71, -116.819667, 33.71]}, {"id": "4782", "type": "Feature", "properties": {"id": "ak16850742", "mag": 2.4, "time": 1505218654701, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4252, 51.6857, 14.4]}, "bbox": [-178.4252, 51.6857, -178.4252, 51.6857]}, {"id": "4783", "type": "Feature", "properties": {"id": "ak16821165", "mag": 1.0, "time": 1505218329490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4876, 60.0043, 0.0]}, "bbox": [-139.4876, 60.0043, -139.4876, 60.0043]}, {"id": "4784", "type": "Feature", "properties": {"id": "ak16821163", "mag": 1.3, "time": 1505217760897, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4102, 62.0418, 78.9]}, "bbox": [-151.4102, 62.0418, -151.4102, 62.0418]}, {"id": "4785", "type": "Feature", "properties": {"id": "nc72891061", "mag": 0.96, "time": 1505217348960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.826333, 37.602833, 3.87]}, "bbox": [-118.826333, 37.602833, -118.826333, 37.602833]}, {"id": "4786", "type": "Feature", "properties": {"id": "ak16821126", "mag": 1.3, "time": 1505216937519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1452, 62.8895, 56.9]}, "bbox": [-148.1452, 62.8895, -148.1452, 62.8895]}, {"id": "4787", "type": "Feature", "properties": {"id": "ak16821125", "mag": 1.1, "time": 1505216743699, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.6326, 60.2201, 0.0]}, "bbox": [-141.6326, 60.2201, -141.6326, 60.2201]}, {"id": "4788", "type": "Feature", "properties": {"id": "ak16821120", "mag": 1.7, "time": 1505216018269, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0049, 60.6518, 14.8]}, "bbox": [-148.0049, 60.6518, -148.0049, 60.6518]}, {"id": "4789", "type": "Feature", "properties": {"id": "ak16821119", "mag": 1.5, "time": 1505215652902, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.8093, 53.7706, 8.0]}, "bbox": [-166.8093, 53.7706, -166.8093, 53.7706]}, {"id": "4790", "type": "Feature", "properties": {"id": "us2000akpn", "mag": 4.7, "time": 1505215606400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [101.7514, 27.9618, 35.0]}, "bbox": [101.7514, 27.9618, 101.7514, 27.9618]}, {"id": "4791", "type": "Feature", "properties": {"id": "ak16850734", "mag": 1.1, "time": 1505215354092, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0512, 61.2674, 7.5]}, "bbox": [-147.0512, 61.2674, -147.0512, 61.2674]}, {"id": "4792", "type": "Feature", "properties": {"id": "us2000akpc", "mag": 4.2, "time": 1505214378050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8032, 16.1985, 37.2]}, "bbox": [-94.8032, 16.1985, -94.8032, 16.1985]}, {"id": "4793", "type": "Feature", "properties": {"id": "uu60244277", "mag": 1.7, "time": 1505214238510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.430167, 38.334333, 2.58]}, "bbox": [-112.430167, 38.334333, -112.430167, 38.334333]}, {"id": "4794", "type": "Feature", "properties": {"id": "ak16821114", "mag": 1.9, "time": 1505213809149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8883, 61.2794, 95.0]}, "bbox": [-151.8883, 61.2794, -151.8883, 61.2794]}, {"id": "4795", "type": "Feature", "properties": {"id": "nc72891031", "mag": 1.31, "time": 1505213535320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.861167, 37.426667, 3.97]}, "bbox": [-118.861167, 37.426667, -118.861167, 37.426667]}, {"id": "4796", "type": "Feature", "properties": {"id": "uu60244252", "mag": 1.02, "time": 1505213356870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.007333, 44.7855, 7.95]}, "bbox": [-111.007333, 44.7855, -111.007333, 44.7855]}, {"id": "4797", "type": "Feature", "properties": {"id": "ak16821079", "mag": 1.4, "time": 1505212565937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7135, 59.8217, 2.0]}, "bbox": [-136.7135, 59.8217, -136.7135, 59.8217]}, {"id": "4798", "type": "Feature", "properties": {"id": "nc72891026", "mag": 1.86, "time": 1505212446760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.801833, 35.832333, 9.72]}, "bbox": [-119.801833, 35.832333, -119.801833, 35.832333]}, {"id": "4799", "type": "Feature", "properties": {"id": "uw61306757", "mag": 1.64, "time": 1505211458410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.728833, 46.841667, -2.2]}, "bbox": [-121.728833, 46.841667, -121.728833, 46.841667]}, {"id": "4800", "type": "Feature", "properties": {"id": "ak16821074", "mag": 1.9, "time": 1505210888686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7981, 61.0848, 49.4]}, "bbox": [-150.7981, 61.0848, -150.7981, 61.0848]}, {"id": "4801", "type": "Feature", "properties": {"id": "ci37761007", "mag": 0.97, "time": 1505210308130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.34, 33.3915, 3.45]}, "bbox": [-116.34, 33.3915, -116.34, 33.3915]}, {"id": "4802", "type": "Feature", "properties": {"id": "ak16821073", "mag": 1.0, "time": 1505210226661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8733, 61.5592, 31.2]}, "bbox": [-148.8733, 61.5592, -148.8733, 61.5592]}, {"id": "4803", "type": "Feature", "properties": {"id": "us2000aknn", "mag": 4.7, "time": 1505209925680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.31, -20.0675, 10.0]}, "bbox": [-173.31, -20.0675, -173.31, -20.0675]}, {"id": "4804", "type": "Feature", "properties": {"id": "ak16850728", "mag": 1.6, "time": 1505209600286, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4588, 61.074, 107.6]}, "bbox": [-152.4588, 61.074, -152.4588, 61.074]}, {"id": "4805", "type": "Feature", "properties": {"id": "uu60244207", "mag": 2.1, "time": 1505209143550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.465333, 42.608333, 2.53]}, "bbox": [-111.465333, 42.608333, -111.465333, 42.608333]}, {"id": "4806", "type": "Feature", "properties": {"id": "ak16850727", "mag": 1.6, "time": 1505208401509, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2489, 60.3172, 132.5]}, "bbox": [-153.2489, 60.3172, -153.2489, 60.3172]}, {"id": "4807", "type": "Feature", "properties": {"id": "ak16821071", "mag": 1.7, "time": 1505208310612, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6819, 58.4203, 78.0]}, "bbox": [-153.6819, 58.4203, -153.6819, 58.4203]}, {"id": "4808", "type": "Feature", "properties": {"id": "us2000aknb", "mag": 4.4, "time": 1505208006490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7329, 15.7927, 47.14]}, "bbox": [-94.7329, 15.7927, -94.7329, 15.7927]}, {"id": "4809", "type": "Feature", "properties": {"id": "ak16821038", "mag": 1.4, "time": 1505207062279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7269, 62.2754, 47.5]}, "bbox": [-149.7269, 62.2754, -149.7269, 62.2754]}, {"id": "4810", "type": "Feature", "properties": {"id": "pr2017255004", "mag": 3.01, "time": 1505207032870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.6503, 18.1753, 12.0]}, "bbox": [-67.6503, 18.1753, -67.6503, 18.1753]}, {"id": "4811", "type": "Feature", "properties": {"id": "ak16821031", "mag": 2.4, "time": 1505206694908, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4161, 60.188, 103.5]}, "bbox": [-152.4161, 60.188, -152.4161, 60.188]}, {"id": "4812", "type": "Feature", "properties": {"id": "hv61905311", "mag": 2.02, "time": 1505206056030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.975333, 19.557, 44.801]}, "bbox": [-155.975333, 19.557, -155.975333, 19.557]}, {"id": "4813", "type": "Feature", "properties": {"id": "ak16821027", "mag": 2.1, "time": 1505205093842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.4164, 57.0134, 65.4]}, "bbox": [-155.4164, 57.0134, -155.4164, 57.0134]}, {"id": "4814", "type": "Feature", "properties": {"id": "us2000aq5l", "mag": 3.0, "time": 1505204765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2778, 52.1101, 228.97]}, "bbox": [-174.2778, 52.1101, -174.2778, 52.1101]}, {"id": "4815", "type": "Feature", "properties": {"id": "nm60179282", "mag": 1.12, "time": 1505204172200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-89.554167, 36.472, 8.99]}, "bbox": [-89.554167, 36.472, -89.554167, 36.472]}, {"id": "4816", "type": "Feature", "properties": {"id": "us2000asam", "mag": 4.1, "time": 1505203793240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.4651, -4.9334, 167.53]}, "bbox": [147.4651, -4.9334, 147.4651, -4.9334]}, {"id": "4817", "type": "Feature", "properties": {"id": "ak16821023", "mag": 1.4, "time": 1505203680731, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1732, 61.3766, 3.5]}, "bbox": [-140.1732, 61.3766, -140.1732, 61.3766]}, {"id": "4818", "type": "Feature", "properties": {"id": "us2000aq5k", "mag": 2.8, "time": 1505203540370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5128, 54.8119, 22.77]}, "bbox": [-159.5128, 54.8119, -159.5128, 54.8119]}, {"id": "4819", "type": "Feature", "properties": {"id": "ci37760911", "mag": 1.29, "time": 1505202683830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.019667, 34.347833, 1.32]}, "bbox": [-117.019667, 34.347833, -117.019667, 34.347833]}, {"id": "4820", "type": "Feature", "properties": {"id": "ak16821022", "mag": 1.1, "time": 1505201992117, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4302, 65.4772, 14.3]}, "bbox": [-153.4302, 65.4772, -153.4302, 65.4772]}, {"id": "4821", "type": "Feature", "properties": {"id": "us2000aq5j", "mag": 3.4, "time": 1505201513110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.335, 52.1151, 36.52]}, "bbox": [-169.335, 52.1151, -169.335, 52.1151]}, {"id": "4822", "type": "Feature", "properties": {"id": "nn00604832", "mag": 1.5, "time": 1505201175706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.919, 38.3871, 7.2]}, "bbox": [-118.919, 38.3871, -118.919, 38.3871]}, {"id": "4823", "type": "Feature", "properties": {"id": "ak16821017", "mag": 1.4, "time": 1505201121331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.8746, 64.7668, 2.4]}, "bbox": [-139.8746, 64.7668, -139.8746, 64.7668]}, {"id": "4824", "type": "Feature", "properties": {"id": "us2000akm6", "mag": 4.0, "time": 1505200774070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6261, 15.7276, 39.07]}, "bbox": [-94.6261, 15.7276, -94.6261, 15.7276]}, {"id": "4825", "type": "Feature", "properties": {"id": "ak16821016", "mag": 1.1, "time": 1505200723657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6326, 59.9341, 17.0]}, "bbox": [-140.6326, 59.9341, -140.6326, 59.9341]}, {"id": "4826", "type": "Feature", "properties": {"id": "nc72890911", "mag": 1.14, "time": 1505200493800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835833, 37.502, -0.69]}, "bbox": [-118.835833, 37.502, -118.835833, 37.502]}, {"id": "4827", "type": "Feature", "properties": {"id": "pr2017255005", "mag": 3.62, "time": 1505200390090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7348, 17.4213, 58.0]}, "bbox": [-68.7348, 17.4213, -68.7348, 17.4213]}, {"id": "4828", "type": "Feature", "properties": {"id": "us2000asal", "mag": 4.5, "time": 1505200235050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [175.9237, -40.6778, 35.49]}, "bbox": [175.9237, -40.6778, 175.9237, -40.6778]}, {"id": "4829", "type": "Feature", "properties": {"id": "ak16821015", "mag": 1.0, "time": 1505200050481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0733, 62.8571, 78.1]}, "bbox": [-150.0733, 62.8571, -150.0733, 62.8571]}, {"id": "4830", "type": "Feature", "properties": {"id": "nc72890906", "mag": 1.85, "time": 1505199341840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.959667, 36.079833, 11.15]}, "bbox": [-119.959667, 36.079833, -119.959667, 36.079833]}, {"id": "4831", "type": "Feature", "properties": {"id": "ak16820976", "mag": 4.5, "time": 1505198623340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.0626, 55.2018, 8.4]}, "bbox": [-157.0626, 55.2018, -157.0626, 55.2018]}, {"id": "4832", "type": "Feature", "properties": {"id": "ak16820951", "mag": 1.3, "time": 1505198176732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6431, 63.3655, 4.3]}, "bbox": [-151.6431, 63.3655, -151.6431, 63.3655]}, {"id": "4833", "type": "Feature", "properties": {"id": "nn00604828", "mag": 1.4, "time": 1505197517767, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.0826, 39.1124, 11.2]}, "bbox": [-118.0826, 39.1124, -118.0826, 39.1124]}, {"id": "4834", "type": "Feature", "properties": {"id": "nn00604827", "mag": 2.8, "time": 1505197059215, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.294, 37.806, 4.9]}, "bbox": [-114.294, 37.806, -114.294, 37.806]}, {"id": "4835", "type": "Feature", "properties": {"id": "us2000akla", "mag": 4.9, "time": 1505196044760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [70.8701, -26.0946, 10.0]}, "bbox": [70.8701, -26.0946, 70.8701, -26.0946]}, {"id": "4836", "type": "Feature", "properties": {"id": "ci37760839", "mag": 1.35, "time": 1505195823730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.070833, 34.124, 7.32]}, "bbox": [-117.070833, 34.124, -117.070833, 34.124]}, {"id": "4837", "type": "Feature", "properties": {"id": "ak16850710", "mag": 1.4, "time": 1505195695881, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9514, 59.3304, 53.9]}, "bbox": [-151.9514, 59.3304, -151.9514, 59.3304]}, {"id": "4838", "type": "Feature", "properties": {"id": "uu60244052", "mag": 1.22, "time": 1505195536580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.435667, 42.555167, 6.85]}, "bbox": [-111.435667, 42.555167, -111.435667, 42.555167]}, {"id": "4839", "type": "Feature", "properties": {"id": "us2000akkz", "mag": 4.4, "time": 1505195184110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3657, 15.4552, 61.44]}, "bbox": [-94.3657, 15.4552, -94.3657, 15.4552]}, {"id": "4840", "type": "Feature", "properties": {"id": "ak16820948", "mag": 1.9, "time": 1505194916797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7632, 53.2354, 44.5]}, "bbox": [-166.7632, 53.2354, -166.7632, 53.2354]}, {"id": "4841", "type": "Feature", "properties": {"id": "ak16850708", "mag": 1.2, "time": 1505194707074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5938, 63.2379, 122.0]}, "bbox": [-150.5938, 63.2379, -150.5938, 63.2379]}, {"id": "4842", "type": "Feature", "properties": {"id": "mb80254859", "mag": 1.15, "time": 1505194171440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527333, 46.863, 11.45]}, "bbox": [-112.527333, 46.863, -112.527333, 46.863]}, {"id": "4843", "type": "Feature", "properties": {"id": "nc72890836", "mag": 1.09, "time": 1505193911680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.735833, 38.760833, 1.36]}, "bbox": [-122.735833, 38.760833, -122.735833, 38.760833]}, {"id": "4844", "type": "Feature", "properties": {"id": "us2000akkp", "mag": 4.6, "time": 1505193612080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8716, 15.0886, 57.71]}, "bbox": [-93.8716, 15.0886, -93.8716, 15.0886]}, {"id": "4845", "type": "Feature", "properties": {"id": "ak16820908", "mag": 2.5, "time": 1505193453186, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.7231, 53.1426, 25.6]}, "bbox": [-166.7231, 53.1426, -166.7231, 53.1426]}, {"id": "4846", "type": "Feature", "properties": {"id": "us2000akkk", "mag": 5.3, "time": 1505192927120, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.832, 15.182, 60.95]}, "bbox": [-93.832, 15.182, -93.832, 15.182]}, {"id": "4847", "type": "Feature", "properties": {"id": "mb80254849", "mag": 1.28, "time": 1505192738900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5175, 46.899833, 10.92]}, "bbox": [-112.5175, 46.899833, -112.5175, 46.899833]}, {"id": "4848", "type": "Feature", "properties": {"id": "mb80254844", "mag": 1.54, "time": 1505192475320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.973833, 43.2425, 2.3]}, "bbox": [-110.973833, 43.2425, -110.973833, 43.2425]}, {"id": "4849", "type": "Feature", "properties": {"id": "ak16820905", "mag": 1.1, "time": 1505191714754, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.4231, 60.1297, 0.0]}, "bbox": [-141.4231, 60.1297, -141.4231, 60.1297]}, {"id": "4850", "type": "Feature", "properties": {"id": "nc72890796", "mag": 1.14, "time": 1505190808830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.835, 37.502667, -0.15]}, "bbox": [-118.835, 37.502667, -118.835, 37.502667]}, {"id": "4851", "type": "Feature", "properties": {"id": "nc72890791", "mag": 1.45, "time": 1505190617760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788, 37.455, 7.56]}, "bbox": [-121.788, 37.455, -121.788, 37.455]}, {"id": "4852", "type": "Feature", "properties": {"id": "pr2017255003", "mag": 1.94, "time": 1505190564980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3923, 18.5168, 23.0]}, "bbox": [-67.3923, 18.5168, -67.3923, 18.5168]}, {"id": "4853", "type": "Feature", "properties": {"id": "ak16850705", "mag": 1.4, "time": 1505190149086, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3144, 60.1274, 78.3]}, "bbox": [-152.3144, 60.1274, -152.3144, 60.1274]}, {"id": "4854", "type": "Feature", "properties": {"id": "ak16850704", "mag": 1.8, "time": 1505189303211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.0362, 56.0678, 8.4]}, "bbox": [-158.0362, 56.0678, -158.0362, 56.0678]}, {"id": "4855", "type": "Feature", "properties": {"id": "uu60243967", "mag": 1.29, "time": 1505189093580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.059333, 40.568667, 7.12]}, "bbox": [-111.059333, 40.568667, -111.059333, 40.568667]}, {"id": "4856", "type": "Feature", "properties": {"id": "hv61905031", "mag": 2.8, "time": 1505189080390, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.320667, 21.633833, 8.469]}, "bbox": [-157.320667, 21.633833, -157.320667, 21.633833]}, {"id": "4857", "type": "Feature", "properties": {"id": "pr2017255001", "mag": 2.63, "time": 1505188852110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.3921, 18.5325, 19.0]}, "bbox": [-67.3921, 18.5325, -67.3921, 18.5325]}, {"id": "4858", "type": "Feature", "properties": {"id": "mb80254839", "mag": 2.17, "time": 1505188197080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.530167, 46.8705, 12.49]}, "bbox": [-112.530167, 46.8705, -112.530167, 46.8705]}, {"id": "4859", "type": "Feature", "properties": {"id": "ismpkansas70235033", "mag": 2.06, "time": 1505188185670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.492167, 37.299667, 4.92]}, "bbox": [-97.492167, 37.299667, -97.492167, 37.299667]}, {"id": "4860", "type": "Feature", "properties": {"id": "nc72890766", "mag": 2.21, "time": 1505187928020, "felt": 6.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.319833, 40.4865, 13.1]}, "bbox": [-122.319833, 40.4865, -122.319833, 40.4865]}, {"id": "4861", "type": "Feature", "properties": {"id": "ci37760735", "mag": 1.81, "time": 1505187547790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.287333, 34.079667, 14.28]}, "bbox": [-117.287333, 34.079667, -117.287333, 34.079667]}, {"id": "4862", "type": "Feature", "properties": {"id": "ak16850702", "mag": 1.3, "time": 1505187086661, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8075, 61.2964, 89.4]}, "bbox": [-151.8075, 61.2964, -151.8075, 61.2964]}, {"id": "4863", "type": "Feature", "properties": {"id": "ak16850701", "mag": 1.4, "time": 1505186992230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.2832, 60.1725, 0.0]}, "bbox": [-141.2832, 60.1725, -141.2832, 60.1725]}, {"id": "4864", "type": "Feature", "properties": {"id": "mb80254834", "mag": 1.19, "time": 1505186273780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.528833, 46.863667, 13.34]}, "bbox": [-112.528833, 46.863667, -112.528833, 46.863667]}, {"id": "4865", "type": "Feature", "properties": {"id": "ci37760703", "mag": 1.89, "time": 1505185679940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.797333, 33.494667, 4.01]}, "bbox": [-116.797333, 33.494667, -116.797333, 33.494667]}, {"id": "4866", "type": "Feature", "properties": {"id": "pr2017255002", "mag": 2.13, "time": 1505185260690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.0131, 19.0945, 24.0]}, "bbox": [-68.0131, 19.0945, -68.0131, 19.0945]}, {"id": "4867", "type": "Feature", "properties": {"id": "nc72890706", "mag": 2.85, "time": 1505184989380, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.6055, 4.17]}, "bbox": [-118.821333, 37.6055, -118.821333, 37.6055]}, {"id": "4868", "type": "Feature", "properties": {"id": "nc72890701", "mag": 1.11, "time": 1505184817490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.821333, 37.468667, -0.39]}, "bbox": [-118.821333, 37.468667, -118.821333, 37.468667]}, {"id": "4869", "type": "Feature", "properties": {"id": "nc72890691", "mag": 2.54, "time": 1505184593110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-124.502, 40.2965, 19.04]}, "bbox": [-124.502, 40.2965, -124.502, 40.2965]}, {"id": "4870", "type": "Feature", "properties": {"id": "ci37760663", "mag": 0.96, "time": 1505184048300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1715, 34.0385, 5.42]}, "bbox": [-117.1715, 34.0385, -117.1715, 34.0385]}, {"id": "4871", "type": "Feature", "properties": {"id": "nc72890681", "mag": 1.03, "time": 1505183875680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820667, 37.4715, -1.63]}, "bbox": [-118.820667, 37.4715, -118.820667, 37.4715]}, {"id": "4872", "type": "Feature", "properties": {"id": "ak16820879", "mag": 1.6, "time": 1505183679937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3232, 62.0502, 60.9]}, "bbox": [-150.3232, 62.0502, -150.3232, 62.0502]}, {"id": "4873", "type": "Feature", "properties": {"id": "ak16850697", "mag": 1.5, "time": 1505183127519, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0397, 60.1249, 106.2]}, "bbox": [-153.0397, 60.1249, -153.0397, 60.1249]}, {"id": "4874", "type": "Feature", "properties": {"id": "pr2017255000", "mag": 3.99, "time": 1505182040830, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7961, 18.688, 102.0]}, "bbox": [-68.7961, 18.688, -68.7961, 18.688]}, {"id": "4875", "type": "Feature", "properties": {"id": "us2000akii", "mag": 2.5, "time": 1505181688510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.445, 42.5935, 6.67]}, "bbox": [-111.445, 42.5935, -111.445, 42.5935]}, {"id": "4876", "type": "Feature", "properties": {"id": "ak16850696", "mag": 1.4, "time": 1505181679899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6734, 59.8319, 93.2]}, "bbox": [-152.6734, 59.8319, -152.6734, 59.8319]}, {"id": "4877", "type": "Feature", "properties": {"id": "ak16820869", "mag": 1.9, "time": 1505181012974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.001, 59.4008, 36.7]}, "bbox": [-151.001, 59.4008, -151.001, 59.4008]}, {"id": "4878", "type": "Feature", "properties": {"id": "ak16820867", "mag": 1.9, "time": 1505180308488, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5196, 59.9375, 123.2]}, "bbox": [-153.5196, 59.9375, -153.5196, 59.9375]}, {"id": "4879", "type": "Feature", "properties": {"id": "ak16820865", "mag": 1.6, "time": 1505179834308, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8744, 63.0936, 89.7]}, "bbox": [-149.8744, 63.0936, -149.8744, 63.0936]}, {"id": "4880", "type": "Feature", "properties": {"id": "uu60243827", "mag": 1.28, "time": 1505179319200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.414167, 42.53, 3.5]}, "bbox": [-111.414167, 42.53, -111.414167, 42.53]}, {"id": "4881", "type": "Feature", "properties": {"id": "nc72890631", "mag": 0.96, "time": 1505179150280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.816, 37.475, 1.48]}, "bbox": [-118.816, 37.475, -118.816, 37.475]}, {"id": "4882", "type": "Feature", "properties": {"id": "ci37760623", "mag": 1.18, "time": 1505178887000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.025, 36.311333, 2.4]}, "bbox": [-118.025, 36.311333, -118.025, 36.311333]}, {"id": "4883", "type": "Feature", "properties": {"id": "nc72890616", "mag": 1.11, "time": 1505178809900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.820167, 37.474167, -0.42]}, "bbox": [-118.820167, 37.474167, -118.820167, 37.474167]}, {"id": "4884", "type": "Feature", "properties": {"id": "us2000akhk", "mag": 5.1, "time": 1505178756750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.097, 15.4421, 48.35]}, "bbox": [-94.097, 15.4421, -94.097, 15.4421]}, {"id": "4885", "type": "Feature", "properties": {"id": "ak16820847", "mag": 1.9, "time": 1505178590464, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8044, 60.0035, 75.6]}, "bbox": [-151.8044, 60.0035, -151.8044, 60.0035]}, {"id": "4886", "type": "Feature", "properties": {"id": "nc72890606", "mag": 2.1, "time": 1505178296120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.819667, 37.471, -0.04]}, "bbox": [-118.819667, 37.471, -118.819667, 37.471]}, {"id": "4887", "type": "Feature", "properties": {"id": "us2000akhe", "mag": 4.8, "time": 1505178017830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2744, 15.0853, 44.38]}, "bbox": [-94.2744, 15.0853, -94.2744, 15.0853]}, {"id": "4888", "type": "Feature", "properties": {"id": "us2000akhb", "mag": 2.4, "time": 1505177859710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4236, 42.5422, 5.98]}, "bbox": [-111.4236, 42.5422, -111.4236, 42.5422]}, {"id": "4889", "type": "Feature", "properties": {"id": "ci37760607", "mag": 1.78, "time": 1505177706210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.796167, 33.491167, 3.15]}, "bbox": [-116.796167, 33.491167, -116.796167, 33.491167]}, {"id": "4890", "type": "Feature", "properties": {"id": "us2000akh7", "mag": 2.8, "time": 1505177557480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4213, 42.5825, 7.47]}, "bbox": [-111.4213, 42.5825, -111.4213, 42.5825]}, {"id": "4891", "type": "Feature", "properties": {"id": "nc72890576", "mag": 2.34, "time": 1505177324250, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.82, 37.473, 0.51]}, "bbox": [-118.82, 37.473, -118.82, 37.473]}, {"id": "4892", "type": "Feature", "properties": {"id": "hv61904866", "mag": 1.99, "time": 1505176986190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.857, 19.358667, 41.774]}, "bbox": [-154.857, 19.358667, -154.857, 19.358667]}, {"id": "4893", "type": "Feature", "properties": {"id": "ak16820845", "mag": 1.3, "time": 1505176784517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3458, 60.155, 0.0]}, "bbox": [-141.3458, 60.155, -141.3458, 60.155]}, {"id": "4894", "type": "Feature", "properties": {"id": "nc72890561", "mag": 1.42, "time": 1505176270180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8195, 37.4765, -0.54]}, "bbox": [-118.8195, 37.4765, -118.8195, 37.4765]}, {"id": "4895", "type": "Feature", "properties": {"id": "ak16820836", "mag": 2.9, "time": 1505175684396, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1737, 62.7988, 8.1]}, "bbox": [-152.1737, 62.7988, -152.1737, 62.7988]}, {"id": "4896", "type": "Feature", "properties": {"id": "uu60243772", "mag": 1.28, "time": 1505175463030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.450167, 42.593667, 3.5]}, "bbox": [-111.450167, 42.593667, -111.450167, 42.593667]}, {"id": "4897", "type": "Feature", "properties": {"id": "us2000akgt", "mag": 2.7, "time": 1505175275390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.45, 42.6006, 6.65]}, "bbox": [-111.45, 42.6006, -111.45, 42.6006]}, {"id": "4898", "type": "Feature", "properties": {"id": "us2000akgp", "mag": 3.1, "time": 1505174426060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4619, 42.5922, 9.11]}, "bbox": [-111.4619, 42.5922, -111.4619, 42.5922]}, {"id": "4899", "type": "Feature", "properties": {"id": "us2000amy6", "mag": 3.4, "time": 1505174223950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.0579, 52.772, 207.41]}, "bbox": [-173.0579, 52.772, -173.0579, 52.772]}, {"id": "4900", "type": "Feature", "properties": {"id": "us2000amy5", "mag": 3.3, "time": 1505173482210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.0407, 51.8595, 146.7]}, "bbox": [178.0407, 51.8595, 178.0407, 51.8595]}, {"id": "4901", "type": "Feature", "properties": {"id": "ak16820045", "mag": 1.1, "time": 1505171834061, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9121, 61.9185, 44.8]}, "bbox": [-149.9121, 61.9185, -149.9121, 61.9185]}, {"id": "4902", "type": "Feature", "properties": {"id": "us2000akg3", "mag": 4.4, "time": 1505171543900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3251, 15.4699, 53.34]}, "bbox": [-94.3251, 15.4699, -94.3251, 15.4699]}, {"id": "4903", "type": "Feature", "properties": {"id": "nc72890511", "mag": 1.3, "time": 1505171391890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012, 37.426833, 3.03]}, "bbox": [-119.012, 37.426833, -119.012, 37.426833]}, {"id": "4904", "type": "Feature", "properties": {"id": "us2000akfs", "mag": 4.2, "time": 1505169617100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6345, 15.6178, 38.83]}, "bbox": [-94.6345, 15.6178, -94.6345, 15.6178]}, {"id": "4905", "type": "Feature", "properties": {"id": "us2000akfr", "mag": 2.8, "time": 1505169599030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4698, 42.6061, 6.0]}, "bbox": [-111.4698, 42.6061, -111.4698, 42.6061]}, {"id": "4906", "type": "Feature", "properties": {"id": "ak16827363", "mag": 2.0, "time": 1505169544066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4581, 51.6497, 9.7]}, "bbox": [-178.4581, 51.6497, -178.4581, 51.6497]}, {"id": "4907", "type": "Feature", "properties": {"id": "ak16819990", "mag": 1.0, "time": 1505169272029, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1659, 59.9838, 14.2]}, "bbox": [-140.1659, 59.9838, -140.1659, 59.9838]}, {"id": "4908", "type": "Feature", "properties": {"id": "ak16827361", "mag": 1.5, "time": 1505168696545, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2029, 59.1798, 77.3]}, "bbox": [-153.2029, 59.1798, -153.2029, 59.1798]}, {"id": "4909", "type": "Feature", "properties": {"id": "ci37760423", "mag": 1.26, "time": 1505168688630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3355, 32.933, 10.81]}, "bbox": [-116.3355, 32.933, -116.3355, 32.933]}, {"id": "4910", "type": "Feature", "properties": {"id": "us2000akf8", "mag": 5.0, "time": 1505168453040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9567, 15.7603, 48.25]}, "bbox": [-94.9567, 15.7603, -94.9567, 15.7603]}, {"id": "4911", "type": "Feature", "properties": {"id": "ak16819215", "mag": 1.5, "time": 1505167702707, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4466, 62.4273, 81.1]}, "bbox": [-151.4466, 62.4273, -151.4466, 62.4273]}, {"id": "4912", "type": "Feature", "properties": {"id": "us2000ar1k", "mag": 4.4, "time": 1505167046570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.2966, -4.9444, 49.23]}, "bbox": [152.2966, -4.9444, 152.2966, -4.9444]}, {"id": "4913", "type": "Feature", "properties": {"id": "nc72890491", "mag": 1.11, "time": 1505166863970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.544833, 37.529, 12.8]}, "bbox": [-118.544833, 37.529, -118.544833, 37.529]}, {"id": "4914", "type": "Feature", "properties": {"id": "us2000akeb", "mag": 5.1, "time": 1505166728910, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-178.3593, 51.5235, 54.7]}, "bbox": [-178.3593, 51.5235, -178.3593, 51.5235]}, {"id": "4915", "type": "Feature", "properties": {"id": "ak16819167", "mag": 1.4, "time": 1505166664445, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3213, 60.2363, 0.0]}, "bbox": [-141.3213, 60.2363, -141.3213, 60.2363]}, {"id": "4916", "type": "Feature", "properties": {"id": "us2000akdz", "mag": 4.3, "time": 1505166482960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.1669, 15.1965, 62.3]}, "bbox": [-93.1669, 15.1965, -93.1669, 15.1965]}, {"id": "4917", "type": "Feature", "properties": {"id": "us2000akdq", "mag": 2.6, "time": 1505166481930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4105, 42.5306, 6.58]}, "bbox": [-111.4105, 42.5306, -111.4105, 42.5306]}, {"id": "4918", "type": "Feature", "properties": {"id": "ak16827357", "mag": 2.3, "time": 1505165942611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.8283, 55.1229, 12.0]}, "bbox": [-156.8283, 55.1229, -156.8283, 55.1229]}, {"id": "4919", "type": "Feature", "properties": {"id": "uw61306477", "mag": 1.21, "time": 1505165549480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1755, 46.198833, 3.06]}, "bbox": [-122.1755, 46.198833, -122.1755, 46.198833]}, {"id": "4920", "type": "Feature", "properties": {"id": "nc72890461", "mag": 2.23, "time": 1505164836450, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.939, 35.641167, 4.35]}, "bbox": [-120.939, 35.641167, -120.939, 35.641167]}, {"id": "4921", "type": "Feature", "properties": {"id": "us2000ayll", "mag": 4.1, "time": 1505164739710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6724, 15.4385, 31.22]}, "bbox": [-94.6724, 15.4385, -94.6724, 15.4385]}, {"id": "4922", "type": "Feature", "properties": {"id": "ci37760359", "mag": 2.29, "time": 1505164180230, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.940167, 35.427833, 21.14]}, "bbox": [-118.940167, 35.427833, -118.940167, 35.427833]}, {"id": "4923", "type": "Feature", "properties": {"id": "us2000akcq", "mag": 5.5, "time": 1505164150350, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0139, 14.9074, 27.0]}, "bbox": [-94.0139, 14.9074, -94.0139, 14.9074]}, {"id": "4924", "type": "Feature", "properties": {"id": "us2000akch", "mag": 2.4, "time": 1505164053450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4202, 42.5566, 9.0]}, "bbox": [-111.4202, 42.5566, -111.4202, 42.5566]}, {"id": "4925", "type": "Feature", "properties": {"id": "ak16827356", "mag": 1.9, "time": 1505163754769, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.4142, 51.8321, 32.9]}, "bbox": [-173.4142, 51.8321, -173.4142, 51.8321]}, {"id": "4926", "type": "Feature", "properties": {"id": "ci37760351", "mag": 1.47, "time": 1505163661880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.9785, 32.6095, -0.36]}, "bbox": [-116.9785, 32.6095, -116.9785, 32.6095]}, {"id": "4927", "type": "Feature", "properties": {"id": "ak16827355", "mag": 1.0, "time": 1505163537708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7591, 65.4356, 0.0]}, "bbox": [-144.7591, 65.4356, -144.7591, 65.4356]}, {"id": "4928", "type": "Feature", "properties": {"id": "nn00604742", "mag": 1.3, "time": 1505163193915, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9149, 38.3846, 5.4]}, "bbox": [-118.9149, 38.3846, -118.9149, 38.3846]}, {"id": "4929", "type": "Feature", "properties": {"id": "us2000akbz", "mag": 4.1, "time": 1505162450200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.477, 52.2896, 65.69]}, "bbox": [-173.477, 52.2896, -173.477, 52.2896]}, {"id": "4930", "type": "Feature", "properties": {"id": "mb80254709", "mag": 1.54, "time": 1505162126870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.327667, 46.1355, 6.01]}, "bbox": [-110.327667, 46.1355, -110.327667, 46.1355]}, {"id": "4931", "type": "Feature", "properties": {"id": "ak16818311", "mag": 2.4, "time": 1505162030333, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.0, 53.2916, 13.0]}, "bbox": [-167.0, 53.2916, -167.0, 53.2916]}, {"id": "4932", "type": "Feature", "properties": {"id": "ak16818304", "mag": 2.2, "time": 1505161796041, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.8204, 65.319, 3.3]}, "bbox": [-167.8204, 65.319, -167.8204, 65.319]}, {"id": "4933", "type": "Feature", "properties": {"id": "ak16818297", "mag": 2.0, "time": 1505161193751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8659, 62.8899, 99.8]}, "bbox": [-150.8659, 62.8899, -150.8659, 62.8899]}, {"id": "4934", "type": "Feature", "properties": {"id": "ak16818278", "mag": 3.2, "time": 1505160763887, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.115, 63.145, 108.2]}, "bbox": [-150.115, 63.145, -150.115, 63.145]}, {"id": "4935", "type": "Feature", "properties": {"id": "mb80254694", "mag": 1.38, "time": 1505160716790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.540833, 46.904833, 11.87]}, "bbox": [-112.540833, 46.904833, -112.540833, 46.904833]}, {"id": "4936", "type": "Feature", "properties": {"id": "us2000akaa", "mag": 2.5, "time": 1505159932140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4306, 42.5727, 7.14]}, "bbox": [-111.4306, 42.5727, -111.4306, 42.5727]}, {"id": "4937", "type": "Feature", "properties": {"id": "mb80254684", "mag": 1.16, "time": 1505159186030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524833, 46.8675, 11.01]}, "bbox": [-112.524833, 46.8675, -112.524833, 46.8675]}, {"id": "4938", "type": "Feature", "properties": {"id": "ak16827348", "mag": 1.2, "time": 1505158596706, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2022, 60.4231, 48.9]}, "bbox": [-151.2022, 60.4231, -151.2022, 60.4231]}, {"id": "4939", "type": "Feature", "properties": {"id": "ak16817479", "mag": 2.9, "time": 1505158124591, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5505, 65.8017, 12.5]}, "bbox": [-148.5505, 65.8017, -148.5505, 65.8017]}, {"id": "4940", "type": "Feature", "properties": {"id": "ak16817476", "mag": 3.0, "time": 1505158119494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2439, 66.0161, 16.1]}, "bbox": [-148.2439, 66.0161, -148.2439, 66.0161]}, {"id": "4941", "type": "Feature", "properties": {"id": "nn00604719", "mag": 1.3, "time": 1505157785095, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8838, 38.8119, 4.7]}, "bbox": [-118.8838, 38.8119, -118.8838, 38.8119]}, {"id": "4942", "type": "Feature", "properties": {"id": "nc72890441", "mag": 1.74, "time": 1505157705880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.778, 38.7915, 3.48]}, "bbox": [-122.778, 38.7915, -122.778, 38.7915]}, {"id": "4943", "type": "Feature", "properties": {"id": "us2000ak9n", "mag": 3.0, "time": 1505157604550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.471, 42.609, 7.61]}, "bbox": [-111.471, 42.609, -111.471, 42.609]}, {"id": "4944", "type": "Feature", "properties": {"id": "ak16817472", "mag": 1.1, "time": 1505156621773, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3067, 62.9071, 5.6]}, "bbox": [-151.3067, 62.9071, -151.3067, 62.9071]}, {"id": "4945", "type": "Feature", "properties": {"id": "ak16827345", "mag": 1.6, "time": 1505156304521, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3368, 59.849, 84.9]}, "bbox": [-152.3368, 59.849, -152.3368, 59.849]}, {"id": "4946", "type": "Feature", "properties": {"id": "ak16816710", "mag": 1.0, "time": 1505155839711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7252, 63.4914, 1.9]}, "bbox": [-147.7252, 63.4914, -147.7252, 63.4914]}, {"id": "4947", "type": "Feature", "properties": {"id": "ak16827343", "mag": 1.6, "time": 1505155190108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9414, 58.9343, 71.6]}, "bbox": [-151.9414, 58.9343, -151.9414, 58.9343]}, {"id": "4948", "type": "Feature", "properties": {"id": "uu60243377", "mag": 2.04, "time": 1505154917000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.423167, 42.524333, 7.67]}, "bbox": [-111.423167, 42.524333, -111.423167, 42.524333]}, {"id": "4949", "type": "Feature", "properties": {"id": "us2000ak8v", "mag": 4.8, "time": 1505154337990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9192, 10.9561, 35.0]}, "bbox": [125.9192, 10.9561, 125.9192, 10.9561]}, {"id": "4950", "type": "Feature", "properties": {"id": "ak16827342", "mag": 1.4, "time": 1505154205074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0563, 59.7893, 104.3]}, "bbox": [-153.0563, 59.7893, -153.0563, 59.7893]}, {"id": "4951", "type": "Feature", "properties": {"id": "us2000akih", "mag": 3.5, "time": 1505153371450, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-8.5745, 37.1247, 19.99]}, "bbox": [-8.5745, 37.1247, -8.5745, 37.1247]}, {"id": "4952", "type": "Feature", "properties": {"id": "ak16816675", "mag": 2.0, "time": 1505153241938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1793, 60.2771, 148.8]}, "bbox": [-153.1793, 60.2771, -153.1793, 60.2771]}, {"id": "4953", "type": "Feature", "properties": {"id": "nn00604702", "mag": 1.1, "time": 1505152546779, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8175, 38.8318, 9.7]}, "bbox": [-118.8175, 38.8318, -118.8175, 38.8318]}, {"id": "4954", "type": "Feature", "properties": {"id": "nc72890416", "mag": 1.57, "time": 1505151412520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8205, 37.474, -0.34]}, "bbox": [-118.8205, 37.474, -118.8205, 37.474]}, {"id": "4955", "type": "Feature", "properties": {"id": "us2000ak7u", "mag": 5.7, "time": 1505151309620, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.3373, 23.9529, 35.0]}, "bbox": [142.3373, 23.9529, 142.3373, 23.9529]}, {"id": "4956", "type": "Feature", "properties": {"id": "us2000ak7m", "mag": 2.5, "time": 1505151089130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5401, 6.8]}, "bbox": [-111.4259, 42.5401, -111.4259, 42.5401]}, {"id": "4957", "type": "Feature", "properties": {"id": "mb80254649", "mag": 1.0, "time": 1505150945110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.515833, 46.859, 13.54]}, "bbox": [-112.515833, 46.859, -112.515833, 46.859]}, {"id": "4958", "type": "Feature", "properties": {"id": "ak16815885", "mag": 1.4, "time": 1505150387657, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8119, 60.5833, 13.5]}, "bbox": [-150.8119, 60.5833, -150.8119, 60.5833]}, {"id": "4959", "type": "Feature", "properties": {"id": "ci37760231", "mag": 1.15, "time": 1505150078250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.339833, 33.717167, -0.52]}, "bbox": [-117.339833, 33.717167, -117.339833, 33.717167]}, {"id": "4960", "type": "Feature", "properties": {"id": "us2000ar17", "mag": 4.5, "time": 1505148873550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-27.1014, -58.1449, 29.22]}, "bbox": [-27.1014, -58.1449, -27.1014, -58.1449]}, {"id": "4961", "type": "Feature", "properties": {"id": "us2000ar14", "mag": 4.7, "time": 1505148316830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7999, 10.8571, 10.0]}, "bbox": [141.7999, 10.8571, 141.7999, 10.8571]}, {"id": "4962", "type": "Feature", "properties": {"id": "us2000ak6r", "mag": 4.4, "time": 1505148294180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [93.763, 11.1912, 135.46]}, "bbox": [93.763, 11.1912, 93.763, 11.1912]}, {"id": "4963", "type": "Feature", "properties": {"id": "us2000ar16", "mag": 4.3, "time": 1505147708500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [105.5216, 28.9426, 37.11]}, "bbox": [105.5216, 28.9426, 105.5216, 28.9426]}, {"id": "4964", "type": "Feature", "properties": {"id": "us2000ak65", "mag": 5.0, "time": 1505146815920, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [21.5733, 39.2104, 10.0]}, "bbox": [21.5733, 39.2104, 21.5733, 39.2104]}, {"id": "4965", "type": "Feature", "properties": {"id": "uu60012999", "mag": 2.37, "time": 1505146629690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.425833, 42.545833, 6.7]}, "bbox": [-111.425833, 42.545833, -111.425833, 42.545833]}, {"id": "4966", "type": "Feature", "properties": {"id": "us2000ak62", "mag": 3.2, "time": 1505146591940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5774, 8.61]}, "bbox": [-111.4221, 42.5774, -111.4221, 42.5774]}, {"id": "4967", "type": "Feature", "properties": {"id": "ci37760191", "mag": 1.27, "time": 1505146302070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.870333, 36.5125, 7.71]}, "bbox": [-117.870333, 36.5125, -117.870333, 36.5125]}, {"id": "4968", "type": "Feature", "properties": {"id": "us2000ar11", "mag": 4.2, "time": 1505146234900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.8301, -18.5966, 222.96]}, "bbox": [169.8301, -18.5966, 169.8301, -18.5966]}, {"id": "4969", "type": "Feature", "properties": {"id": "ci37760183", "mag": 1.04, "time": 1505146087980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.721333, 33.538833, 2.61]}, "bbox": [-116.721333, 33.538833, -116.721333, 33.538833]}, {"id": "4970", "type": "Feature", "properties": {"id": "us2000ak5l", "mag": 4.4, "time": 1505145120270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9232, 15.0128, 54.55]}, "bbox": [-93.9232, 15.0128, -93.9232, 15.0128]}, {"id": "4971", "type": "Feature", "properties": {"id": "ak16827338", "mag": 1.8, "time": 1505144756285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.3358, 57.9354, 144.8]}, "bbox": [-156.3358, 57.9354, -156.3358, 57.9354]}, {"id": "4972", "type": "Feature", "properties": {"id": "us2000ak5f", "mag": 4.3, "time": 1505144492050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0414, 15.1729, 45.88]}, "bbox": [-94.0414, 15.1729, -94.0414, 15.1729]}, {"id": "4973", "type": "Feature", "properties": {"id": "ak16815056", "mag": 1.9, "time": 1505144205558, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6743, 59.7685, 0.0]}, "bbox": [-136.6743, 59.7685, -136.6743, 59.7685]}, {"id": "4974", "type": "Feature", "properties": {"id": "us2000ak58", "mag": 3.1, "time": 1505144033150, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4647, 42.6086, 4.31]}, "bbox": [-111.4647, 42.6086, -111.4647, 42.6086]}, {"id": "4975", "type": "Feature", "properties": {"id": "uu60243162", "mag": 1.47, "time": 1505143989150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.462833, 42.578167, 3.5]}, "bbox": [-111.462833, 42.578167, -111.462833, 42.578167]}, {"id": "4976", "type": "Feature", "properties": {"id": "ak16815038", "mag": 1.9, "time": 1505143851904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7738, 62.154, 53.3]}, "bbox": [-149.7738, 62.154, -149.7738, 62.154]}, {"id": "4977", "type": "Feature", "properties": {"id": "ak16815036", "mag": 1.9, "time": 1505143815664, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0859, 60.2049, 139.0]}, "bbox": [-153.0859, 60.2049, -153.0859, 60.2049]}, {"id": "4978", "type": "Feature", "properties": {"id": "us2000ak57", "mag": 4.8, "time": 1505143793430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1802, 54.2242, 10.0]}, "bbox": [169.1802, 54.2242, 169.1802, 54.2242]}, {"id": "4979", "type": "Feature", "properties": {"id": "us2000ak55", "mag": 4.3, "time": 1505143224640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6506, -2.821, 10.0]}, "bbox": [146.6506, -2.821, 146.6506, -2.821]}, {"id": "4980", "type": "Feature", "properties": {"id": "us2000ak4j", "mag": 3.0, "time": 1505142692750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4148, 42.5413, 9.05]}, "bbox": [-111.4148, 42.5413, -111.4148, 42.5413]}, {"id": "4981", "type": "Feature", "properties": {"id": "us2000ak4f", "mag": 4.4, "time": 1505142409640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0513, 14.8747, 44.09]}, "bbox": [-94.0513, 14.8747, -94.0513, 14.8747]}, {"id": "4982", "type": "Feature", "properties": {"id": "us2000ak40", "mag": 5.0, "time": 1505141758490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3653, 15.3524, 32.65]}, "bbox": [-94.3653, 15.3524, -94.3653, 15.3524]}, {"id": "4983", "type": "Feature", "properties": {"id": "us2000ar1h", "mag": 4.9, "time": 1505141691760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0928, -23.8876, 37.16]}, "bbox": [-176.0928, -23.8876, -176.0928, -23.8876]}, {"id": "4984", "type": "Feature", "properties": {"id": "us2000ak3s", "mag": 4.2, "time": 1505141169530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7122, 15.3112, 28.67]}, "bbox": [-94.7122, 15.3112, -94.7122, 15.3112]}, {"id": "4985", "type": "Feature", "properties": {"id": "mb80254604", "mag": 1.16, "time": 1505141014400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.532333, 46.8915, 13.58]}, "bbox": [-112.532333, 46.8915, -112.532333, 46.8915]}, {"id": "4986", "type": "Feature", "properties": {"id": "nc72890356", "mag": 0.96, "time": 1505141002070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.845001, -0.69]}, "bbox": [-122.819168, 38.845001, -122.819168, 38.845001]}, {"id": "4987", "type": "Feature", "properties": {"id": "ak16814255", "mag": 2.0, "time": 1505140885717, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2937, 51.4307, 40.1]}, "bbox": [-178.2937, 51.4307, -178.2937, 51.4307]}, {"id": "4988", "type": "Feature", "properties": {"id": "uw61306377", "mag": 1.82, "time": 1505140831500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.526167, 45.054, 14.59]}, "bbox": [-122.526167, 45.054, -122.526167, 45.054]}, {"id": "4989", "type": "Feature", "properties": {"id": "us2000ak3q", "mag": 4.2, "time": 1505140745590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4233, 15.4024, 50.36]}, "bbox": [-94.4233, 15.4024, -94.4233, 15.4024]}, {"id": "4990", "type": "Feature", "properties": {"id": "ci37760143", "mag": 1.15, "time": 1505140731290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.260667, 32.865667, 12.62]}, "bbox": [-116.260667, 32.865667, -116.260667, 32.865667]}, {"id": "4991", "type": "Feature", "properties": {"id": "nc72890351", "mag": 1.47, "time": 1505140721900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.98, 37.905667, 7.94]}, "bbox": [-121.98, 37.905667, -121.98, 37.905667]}, {"id": "4992", "type": "Feature", "properties": {"id": "pr2017254001", "mag": 1.99, "time": 1505140527660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1661, 18.2745, 22.0]}, "bbox": [-67.1661, 18.2745, -67.1661, 18.2745]}, {"id": "4993", "type": "Feature", "properties": {"id": "us2000ak3b", "mag": 2.7, "time": 1505140375620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4329, 42.6048, 10.74]}, "bbox": [-111.4329, 42.6048, -111.4329, 42.6048]}, {"id": "4994", "type": "Feature", "properties": {"id": "uu60243057", "mag": 2.26, "time": 1505140157270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.570833, 6.17]}, "bbox": [-111.440667, 42.570833, -111.440667, 42.570833]}, {"id": "4995", "type": "Feature", "properties": {"id": "us2000ak35", "mag": 2.8, "time": 1505139740960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4268, 42.5293, 6.86]}, "bbox": [-111.4268, 42.5293, -111.4268, 42.5293]}, {"id": "4996", "type": "Feature", "properties": {"id": "us2000ar1f", "mag": 4.4, "time": 1505139719640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.2097, 57.3966, 10.0]}, "bbox": [-33.2097, 57.3966, -33.2097, 57.3966]}, {"id": "4997", "type": "Feature", "properties": {"id": "us2000ak30", "mag": 2.8, "time": 1505139413770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4261, 42.5344, 6.18]}, "bbox": [-111.4261, 42.5344, -111.4261, 42.5344]}, {"id": "4998", "type": "Feature", "properties": {"id": "us2000ak2x", "mag": 2.8, "time": 1505139156090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4192, 42.5317, 7.87]}, "bbox": [-111.4192, 42.5317, -111.4192, 42.5317]}, {"id": "4999", "type": "Feature", "properties": {"id": "nc72890336", "mag": 1.18, "time": 1505138783780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.788833, 37.4565, 7.82]}, "bbox": [-121.788833, 37.4565, -121.788833, 37.4565]}, {"id": "5000", "type": "Feature", "properties": {"id": "us2000ak5e", "mag": 3.4, "time": 1505138730330, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4143, 42.5438, 7.19]}, "bbox": [-111.4143, 42.5438, -111.4143, 42.5438]}, {"id": "5001", "type": "Feature", "properties": {"id": "us2000ak2i", "mag": 2.7, "time": 1505138706230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4164, 42.5288, 7.13]}, "bbox": [-111.4164, 42.5288, -111.4164, 42.5288]}, {"id": "5002", "type": "Feature", "properties": {"id": "us2000ak2w", "mag": 4.2, "time": 1505138643370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.2941, 49.241, 567.61]}, "bbox": [147.2941, 49.241, 147.2941, 49.241]}, {"id": "5003", "type": "Feature", "properties": {"id": "ak16813499", "mag": 2.0, "time": 1505138537316, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7415, 61.4216, 18.8]}, "bbox": [-146.7415, 61.4216, -146.7415, 61.4216]}, {"id": "5004", "type": "Feature", "properties": {"id": "us2000ak25", "mag": 2.7, "time": 1505138348200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4259, 42.5325, 7.14]}, "bbox": [-111.4259, 42.5325, -111.4259, 42.5325]}, {"id": "5005", "type": "Feature", "properties": {"id": "us2000ar0y", "mag": 4.6, "time": 1505138171510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.9326, 17.4028, 10.0]}, "bbox": [95.9326, 17.4028, 95.9326, 17.4028]}, {"id": "5006", "type": "Feature", "properties": {"id": "ak16813481", "mag": 1.9, "time": 1505137989499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3857, 59.1724, 56.6]}, "bbox": [-152.3857, 59.1724, -152.3857, 59.1724]}, {"id": "5007", "type": "Feature", "properties": {"id": "us2000ak1y", "mag": 2.6, "time": 1505137521110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4339, 42.5419, 8.21]}, "bbox": [-111.4339, 42.5419, -111.4339, 42.5419]}, {"id": "5008", "type": "Feature", "properties": {"id": "us2000ak1r", "mag": 2.9, "time": 1505137114700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5456, 6.59]}, "bbox": [-111.4362, 42.5456, -111.4362, 42.5456]}, {"id": "5009", "type": "Feature", "properties": {"id": "us2000ak1m", "mag": 3.0, "time": 1505136985250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4366, 42.5476, 10.03]}, "bbox": [-111.4366, 42.5476, -111.4366, 42.5476]}, {"id": "5010", "type": "Feature", "properties": {"id": "us2000ar0x", "mag": 4.6, "time": 1505136879610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [94.6908, 22.421, 111.87]}, "bbox": [94.6908, 22.421, 94.6908, 22.421]}, {"id": "5011", "type": "Feature", "properties": {"id": "ak16813475", "mag": 2.1, "time": 1505136538402, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.5913, 51.4481, 48.1]}, "bbox": [-175.5913, 51.4481, -175.5913, 51.4481]}, {"id": "5012", "type": "Feature", "properties": {"id": "us2000ak17", "mag": 4.7, "time": 1505136395640, "felt": 63.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4397, 42.547, 8.42]}, "bbox": [-111.4397, 42.547, -111.4397, 42.547]}, {"id": "5013", "type": "Feature", "properties": {"id": "us2000ar13", "mag": 4.3, "time": 1505136238290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.0316, -19.7635, 35.0]}, "bbox": [-174.0316, -19.7635, -174.0316, -19.7635]}, {"id": "5014", "type": "Feature", "properties": {"id": "ci37760103", "mag": 1.09, "time": 1505136097380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.293, 35.087333, 5.54]}, "bbox": [-118.293, 35.087333, -118.293, 35.087333]}, {"id": "5015", "type": "Feature", "properties": {"id": "ak16812727", "mag": 2.6, "time": 1505135732771, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9083, 64.6086, 14.0]}, "bbox": [-147.9083, 64.6086, -147.9083, 64.6086]}, {"id": "5016", "type": "Feature", "properties": {"id": "ak16812725", "mag": 1.1, "time": 1505135440719, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.9809, 60.2846, 15.6]}, "bbox": [-142.9809, 60.2846, -142.9809, 60.2846]}, {"id": "5017", "type": "Feature", "properties": {"id": "ak16812722", "mag": 1.3, "time": 1505135255673, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2227, 61.5128, 2.0]}, "bbox": [-151.2227, 61.5128, -151.2227, 61.5128]}, {"id": "5018", "type": "Feature", "properties": {"id": "nn00604646", "mag": 1.4, "time": 1505134420760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0108, 37.3174, 5.6]}, "bbox": [-115.0108, 37.3174, -115.0108, 37.3174]}, {"id": "5019", "type": "Feature", "properties": {"id": "nc72890261", "mag": 1.53, "time": 1505134375000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944, 37.596667, 2.35]}, "bbox": [-118.944, 37.596667, -118.944, 37.596667]}, {"id": "5020", "type": "Feature", "properties": {"id": "ak16812712", "mag": 1.2, "time": 1505134108855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0572, 63.3368, 5.2]}, "bbox": [-152.0572, 63.3368, -152.0572, 63.3368]}, {"id": "5021", "type": "Feature", "properties": {"id": "nc72890256", "mag": 2.28, "time": 1505133958310, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.804, 37.487667, 2.35]}, "bbox": [-118.804, 37.487667, -118.804, 37.487667]}, {"id": "5022", "type": "Feature", "properties": {"id": "ak16827325", "mag": 1.0, "time": 1505133922020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6291, 68.5279, 7.8]}, "bbox": [-146.6291, 68.5279, -146.6291, 68.5279]}, {"id": "5023", "type": "Feature", "properties": {"id": "ak16827324", "mag": 2.0, "time": 1505133892582, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.5495, 51.3476, 48.9]}, "bbox": [179.5495, 51.3476, 179.5495, 51.3476]}, {"id": "5024", "type": "Feature", "properties": {"id": "us2000ak0e", "mag": 2.5, "time": 1505133857280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4384, 42.5522, 4.67]}, "bbox": [-111.4384, 42.5522, -111.4384, 42.5522]}, {"id": "5025", "type": "Feature", "properties": {"id": "uu60242837", "mag": 1.53, "time": 1505133790240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.424667, 42.5545, 3.92]}, "bbox": [-111.424667, 42.5545, -111.424667, 42.5545]}, {"id": "5026", "type": "Feature", "properties": {"id": "hv61904231", "mag": 1.21, "time": 1505133342610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.6145, 19.417333, 2.362]}, "bbox": [-155.6145, 19.417333, -155.6145, 19.417333]}, {"id": "5027", "type": "Feature", "properties": {"id": "us2000ak05", "mag": 4.1, "time": 1505133270220, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4421, 42.5481, 9.98]}, "bbox": [-111.4421, 42.5481, -111.4421, 42.5481]}, {"id": "5028", "type": "Feature", "properties": {"id": "us2000ak03", "mag": 2.7, "time": 1505133174850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5648, 8.56]}, "bbox": [-111.4364, 42.5648, -111.4364, 42.5648]}, {"id": "5029", "type": "Feature", "properties": {"id": "ak16812710", "mag": 1.0, "time": 1505133166684, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8559, 62.6857, 65.3]}, "bbox": [-149.8559, 62.6857, -149.8559, 62.6857]}, {"id": "5030", "type": "Feature", "properties": {"id": "us2000ar0u", "mag": 4.2, "time": 1505133047670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-179.1594, -25.8043, 396.76]}, "bbox": [-179.1594, -25.8043, -179.1594, -25.8043]}, {"id": "5031", "type": "Feature", "properties": {"id": "nn00604676", "mag": 1.2, "time": 1505132161656, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9061, 38.3603, 6.9]}, "bbox": [-118.9061, 38.3603, -118.9061, 38.3603]}, {"id": "5032", "type": "Feature", "properties": {"id": "ak16811973", "mag": 1.1, "time": 1505132086727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8547, 61.7247, 43.6]}, "bbox": [-148.8547, 61.7247, -148.8547, 61.7247]}, {"id": "5033", "type": "Feature", "properties": {"id": "ak16811972", "mag": 1.5, "time": 1505132009437, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3277, 62.9497, 102.8]}, "bbox": [-151.3277, 62.9497, -151.3277, 62.9497]}, {"id": "5034", "type": "Feature", "properties": {"id": "us2000ajzy", "mag": 2.5, "time": 1505131814160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6131, 6.65]}, "bbox": [-111.4451, 42.6131, -111.4451, 42.6131]}, {"id": "5035", "type": "Feature", "properties": {"id": "mb80254459", "mag": 2.11, "time": 1505131462070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.591167, 48.595333, 11.25]}, "bbox": [-114.591167, 48.595333, -114.591167, 48.595333]}, {"id": "5036", "type": "Feature", "properties": {"id": "ak16811969", "mag": 1.3, "time": 1505131136327, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0317, 60.2939, 13.2]}, "bbox": [-143.0317, 60.2939, -143.0317, 60.2939]}, {"id": "5037", "type": "Feature", "properties": {"id": "ci37760055", "mag": 1.58, "time": 1505130502980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.1345, 33.263, 3.81]}, "bbox": [-116.1345, 33.263, -116.1345, 33.263]}, {"id": "5038", "type": "Feature", "properties": {"id": "us2000ajzq", "mag": 3.0, "time": 1505130391090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5733, 9.58]}, "bbox": [-111.4364, 42.5733, -111.4364, 42.5733]}, {"id": "5039", "type": "Feature", "properties": {"id": "ak16811954", "mag": 3.1, "time": 1505130323357, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.1197, 60.1444, 17.1]}, "bbox": [-147.1197, 60.1444, -147.1197, 60.1444]}, {"id": "5040", "type": "Feature", "properties": {"id": "us2000ar0t", "mag": 4.0, "time": 1505129120720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.0508, -16.1442, 368.85]}, "bbox": [-176.0508, -16.1442, -176.0508, -16.1442]}, {"id": "5041", "type": "Feature", "properties": {"id": "us2000ajzk", "mag": 4.5, "time": 1505129105150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-74.1346, -37.5234, 25.58]}, "bbox": [-74.1346, -37.5234, -74.1346, -37.5234]}, {"id": "5042", "type": "Feature", "properties": {"id": "nc72890236", "mag": 2.17, "time": 1505128675290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822, 37.459167, 1.9]}, "bbox": [-118.822, 37.459167, -118.822, 37.459167]}, {"id": "5043", "type": "Feature", "properties": {"id": "ak16827315", "mag": 2.3, "time": 1505128561623, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.8371, 52.7853, 7.1]}, "bbox": [-163.8371, 52.7853, -163.8371, 52.7853]}, {"id": "5044", "type": "Feature", "properties": {"id": "ak16811944", "mag": 1.3, "time": 1505128093436, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.0565, 64.7051, 17.4]}, "bbox": [-149.0565, 64.7051, -149.0565, 64.7051]}, {"id": "5045", "type": "Feature", "properties": {"id": "ak16811204", "mag": 1.3, "time": 1505127768013, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.9834, 54.7566, 4.6]}, "bbox": [-163.9834, 54.7566, -163.9834, 54.7566]}, {"id": "5046", "type": "Feature", "properties": {"id": "hv61904116", "mag": 2.16, "time": 1505127753700, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28183, 19.407, 0.02]}, "bbox": [-155.28183, 19.407, -155.28183, 19.407]}, {"id": "5047", "type": "Feature", "properties": {"id": "ci37760031", "mag": 2.03, "time": 1505127492210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.712, 33.879333, 13.03]}, "bbox": [-118.712, 33.879333, -118.712, 33.879333]}, {"id": "5048", "type": "Feature", "properties": {"id": "ak16827311", "mag": 1.5, "time": 1505127421795, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.853, 59.6229, 96.0]}, "bbox": [-152.853, 59.6229, -152.853, 59.6229]}, {"id": "5049", "type": "Feature", "properties": {"id": "ak16811203", "mag": 1.3, "time": 1505127015264, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6217, 68.5348, 1.0]}, "bbox": [-146.6217, 68.5348, -146.6217, 68.5348]}, {"id": "5050", "type": "Feature", "properties": {"id": "ak16811201", "mag": 1.5, "time": 1505126914844, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1251, 64.9961, 18.4]}, "bbox": [-152.1251, 64.9961, -152.1251, 64.9961]}, {"id": "5051", "type": "Feature", "properties": {"id": "ak16811199", "mag": 1.6, "time": 1505125956806, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.5218, 65.7316, 2.7]}, "bbox": [-164.5218, 65.7316, -164.5218, 65.7316]}, {"id": "5052", "type": "Feature", "properties": {"id": "ak16811198", "mag": 1.6, "time": 1505125657616, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.3884, 53.8156, 54.1]}, "bbox": [-165.3884, 53.8156, -165.3884, 53.8156]}, {"id": "5053", "type": "Feature", "properties": {"id": "nc72890226", "mag": 1.01, "time": 1505125359080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.753998, 38.790165, 3.35]}, "bbox": [-122.753998, 38.790165, -122.753998, 38.790165]}, {"id": "5054", "type": "Feature", "properties": {"id": "ci37760023", "mag": 1.32, "time": 1505125346420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.25, 34.0295, 14.73]}, "bbox": [-117.25, 34.0295, -117.25, 34.0295]}, {"id": "5055", "type": "Feature", "properties": {"id": "ci37760015", "mag": 1.79, "time": 1505125221750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.210667, 33.964, 14.98]}, "bbox": [-117.210667, 33.964, -117.210667, 33.964]}, {"id": "5056", "type": "Feature", "properties": {"id": "ak16811192", "mag": 1.6, "time": 1505124596279, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.4191, 53.5639, 6.6]}, "bbox": [-167.4191, 53.5639, -167.4191, 53.5639]}, {"id": "5057", "type": "Feature", "properties": {"id": "us2000ajy4", "mag": 3.0, "time": 1505124017240, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4438, 42.5496, 7.43]}, "bbox": [-111.4438, 42.5496, -111.4438, 42.5496]}, {"id": "5058", "type": "Feature", "properties": {"id": "ak16811190", "mag": 1.5, "time": 1505123878146, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2865, 60.4132, 89.8]}, "bbox": [-152.2865, 60.4132, -152.2865, 60.4132]}, {"id": "5059", "type": "Feature", "properties": {"id": "ak16811188", "mag": 1.0, "time": 1505123692728, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3358, 61.5763, 29.1]}, "bbox": [-146.3358, 61.5763, -146.3358, 61.5763]}, {"id": "5060", "type": "Feature", "properties": {"id": "nc72890206", "mag": 0.98, "time": 1505123643110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.747167, 37.409167, 5.32]}, "bbox": [-121.747167, 37.409167, -121.747167, 37.409167]}, {"id": "5061", "type": "Feature", "properties": {"id": "ak16811186", "mag": 1.6, "time": 1505123476693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.8224, 59.7877, 2.4]}, "bbox": [-136.8224, 59.7877, -136.8224, 59.7877]}, {"id": "5062", "type": "Feature", "properties": {"id": "us2000ajxv", "mag": 2.9, "time": 1505123164250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4237, 42.5673, 7.37]}, "bbox": [-111.4237, 42.5673, -111.4237, 42.5673]}, {"id": "5063", "type": "Feature", "properties": {"id": "us2000ajxj", "mag": 4.3, "time": 1505122591560, "felt": 25.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4287, 42.5544, 2.24]}, "bbox": [-111.4287, 42.5544, -111.4287, 42.5544]}, {"id": "5064", "type": "Feature", "properties": {"id": "uu60242567", "mag": 2.2, "time": 1505122522080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4315, 42.546167, 6.37]}, "bbox": [-111.4315, 42.546167, -111.4315, 42.546167]}, {"id": "5065", "type": "Feature", "properties": {"id": "ci37759983", "mag": 1.63, "time": 1505121892310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.268167, 34.059667, 16.34]}, "bbox": [-117.268167, 34.059667, -117.268167, 34.059667]}, {"id": "5066", "type": "Feature", "properties": {"id": "ak16810446", "mag": 2.6, "time": 1505121756650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4598, 60.9205, 10.0]}, "bbox": [-147.4598, 60.9205, -147.4598, 60.9205]}, {"id": "5067", "type": "Feature", "properties": {"id": "ak16810443", "mag": 1.2, "time": 1505121065274, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.565, 68.8276, 0.5]}, "bbox": [-143.565, 68.8276, -143.565, 68.8276]}, {"id": "5068", "type": "Feature", "properties": {"id": "ci37759967", "mag": 1.22, "time": 1505119075410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.577833, 33.463, 8.81]}, "bbox": [-116.577833, 33.463, -116.577833, 33.463]}, {"id": "5069", "type": "Feature", "properties": {"id": "uw61306317", "mag": 1.48, "time": 1505118779800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.494333, 48.421333, 23.39]}, "bbox": [-122.494333, 48.421333, -122.494333, 48.421333]}, {"id": "5070", "type": "Feature", "properties": {"id": "uu60242517", "mag": 2.59, "time": 1505118734680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-109.851333, 41.686167, 9.37]}, "bbox": [-109.851333, 41.686167, -109.851333, 41.686167]}, {"id": "5071", "type": "Feature", "properties": {"id": "pr2017254000", "mag": 3.41, "time": 1505118382390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.9758, 19.4726, 83.0]}, "bbox": [-67.9758, 19.4726, -67.9758, 19.4726]}, {"id": "5072", "type": "Feature", "properties": {"id": "ak16809713", "mag": 1.0, "time": 1505117722024, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.6659, 62.2481, 21.1]}, "bbox": [-145.6659, 62.2481, -145.6659, 62.2481]}, {"id": "5073", "type": "Feature", "properties": {"id": "ak16809711", "mag": 3.4, "time": 1505116920134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.5449, 52.5632, 40.2]}, "bbox": [-169.5449, 52.5632, -169.5449, 52.5632]}, {"id": "5074", "type": "Feature", "properties": {"id": "us2000ajwn", "mag": 4.4, "time": 1505116663270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9806, 15.3004, 56.84]}, "bbox": [-93.9806, 15.3004, -93.9806, 15.3004]}, {"id": "5075", "type": "Feature", "properties": {"id": "ci37759959", "mag": 1.14, "time": 1505116447350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2325, 33.327833, 10.93]}, "bbox": [-116.2325, 33.327833, -116.2325, 33.327833]}, {"id": "5076", "type": "Feature", "properties": {"id": "us2000ajwc", "mag": 2.7, "time": 1505116217360, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6238, 8.02]}, "bbox": [-111.4585, 42.6238, -111.4585, 42.6238]}, {"id": "5077", "type": "Feature", "properties": {"id": "uu60242452", "mag": 1.42, "time": 1505115184130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4215, 42.555167, 8.21]}, "bbox": [-111.4215, 42.555167, -111.4215, 42.555167]}, {"id": "5078", "type": "Feature", "properties": {"id": "us2000ajw6", "mag": 4.3, "time": 1505114696270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1399, -24.246, 215.32]}, "bbox": [-67.1399, -24.246, -67.1399, -24.246]}, {"id": "5079", "type": "Feature", "properties": {"id": "ak16809708", "mag": 1.5, "time": 1505114006947, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8258, 60.1009, 45.2]}, "bbox": [-150.8258, 60.1009, -150.8258, 60.1009]}, {"id": "5080", "type": "Feature", "properties": {"id": "ak16827294", "mag": 1.9, "time": 1505113098912, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.8676, 59.0889, 2.2]}, "bbox": [-142.8676, 59.0889, -142.8676, 59.0889]}, {"id": "5081", "type": "Feature", "properties": {"id": "mb80254374", "mag": 1.5, "time": 1505112921190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.529333, 46.8645, 12.3]}, "bbox": [-112.529333, 46.8645, -112.529333, 46.8645]}, {"id": "5082", "type": "Feature", "properties": {"id": "ci37759927", "mag": 2.02, "time": 1505112772010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.403, 34.906, 11.64]}, "bbox": [-119.403, 34.906, -119.403, 34.906]}, {"id": "5083", "type": "Feature", "properties": {"id": "ak16809693", "mag": 2.3, "time": 1505111147899, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1691, 60.3968, 3.4]}, "bbox": [-142.1691, 60.3968, -142.1691, 60.3968]}, {"id": "5084", "type": "Feature", "properties": {"id": "nc72890121", "mag": 1.12, "time": 1505109941490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.819168, 38.807335, 2.77]}, "bbox": [-122.819168, 38.807335, -122.819168, 38.807335]}, {"id": "5085", "type": "Feature", "properties": {"id": "us2000ajvf", "mag": 2.9, "time": 1505109741010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.5774, 5.0]}, "bbox": [-111.4688, 42.5774, -111.4688, 42.5774]}, {"id": "5086", "type": "Feature", "properties": {"id": "us2000ajva", "mag": 4.3, "time": 1505109063560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9711, 15.3853, 85.78]}, "bbox": [-93.9711, 15.3853, -93.9711, 15.3853]}, {"id": "5087", "type": "Feature", "properties": {"id": "nc72890106", "mag": 1.68, "time": 1505108835910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.298667, 36.839667, 6.48]}, "bbox": [-121.298667, 36.839667, -121.298667, 36.839667]}, {"id": "5088", "type": "Feature", "properties": {"id": "ak16809690", "mag": 2.3, "time": 1505108549578, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.9816, 56.0816, 4.8]}, "bbox": [-157.9816, 56.0816, -157.9816, 56.0816]}, {"id": "5089", "type": "Feature", "properties": {"id": "us2000ajv3", "mag": 2.5, "time": 1505108046520, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4343, 42.6729, 8.91]}, "bbox": [-111.4343, 42.6729, -111.4343, 42.6729]}, {"id": "5090", "type": "Feature", "properties": {"id": "us2000ajuy", "mag": 4.3, "time": 1505107771280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.0235, 15.4152, 96.62]}, "bbox": [-93.0235, 15.4152, -93.0235, 15.4152]}, {"id": "5091", "type": "Feature", "properties": {"id": "ak16827288", "mag": 1.8, "time": 1505107165861, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.0716, 53.7182, 69.4]}, "bbox": [-166.0716, 53.7182, -166.0716, 53.7182]}, {"id": "5092", "type": "Feature", "properties": {"id": "uw61306307", "mag": 1.9, "time": 1505107163540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.039333, 46.874833, 6.58]}, "bbox": [-122.039333, 46.874833, -122.039333, 46.874833]}, {"id": "5093", "type": "Feature", "properties": {"id": "nc72890096", "mag": 1.14, "time": 1505106775000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.0835, 41.351667, 6.69]}, "bbox": [-122.0835, 41.351667, -122.0835, 41.351667]}, {"id": "5094", "type": "Feature", "properties": {"id": "ak16809640", "mag": 2.4, "time": 1505106550298, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8937, 61.0452, 165.2]}, "bbox": [-152.8937, 61.0452, -152.8937, 61.0452]}, {"id": "5095", "type": "Feature", "properties": {"id": "ak16808961", "mag": 1.6, "time": 1505105485577, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1953, 59.1308, 77.0]}, "bbox": [-153.1953, 59.1308, -153.1953, 59.1308]}, {"id": "5096", "type": "Feature", "properties": {"id": "us2000ajuh", "mag": 4.0, "time": 1505105288350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1177, 14.9912, 39.36]}, "bbox": [-94.1177, 14.9912, -94.1177, 14.9912]}, {"id": "5097", "type": "Feature", "properties": {"id": "uu60242387", "mag": 2.04, "time": 1505105195110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4145, 42.553333, 8.78]}, "bbox": [-111.4145, 42.553333, -111.4145, 42.553333]}, {"id": "5098", "type": "Feature", "properties": {"id": "ci37759879", "mag": 1.88, "time": 1505105166860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.690333, 36.111167, 2.14]}, "bbox": [-117.690333, 36.111167, -117.690333, 36.111167]}, {"id": "5099", "type": "Feature", "properties": {"id": "uu60242382", "mag": 1.62, "time": 1505105133670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.917167, 39.7665, 0.9]}, "bbox": [-110.917167, 39.7665, -110.917167, 39.7665]}, {"id": "5100", "type": "Feature", "properties": {"id": "us2000ajua", "mag": 4.2, "time": 1505104652010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1678, 15.2785, 67.46]}, "bbox": [-95.1678, 15.2785, -95.1678, 15.2785]}, {"id": "5101", "type": "Feature", "properties": {"id": "us2000aju8", "mag": 4.3, "time": 1505104387690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [134.2896, -4.2452, 11.73]}, "bbox": [134.2896, -4.2452, 134.2896, -4.2452]}, {"id": "5102", "type": "Feature", "properties": {"id": "us2000aju4", "mag": 4.2, "time": 1505104376590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8401, 15.5681, 47.06]}, "bbox": [-94.8401, 15.5681, -94.8401, 15.5681]}, {"id": "5103", "type": "Feature", "properties": {"id": "ak16808959", "mag": 1.5, "time": 1505103598244, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.9778, 58.2872, 74.3]}, "bbox": [-153.9778, 58.2872, -153.9778, 58.2872]}, {"id": "5104", "type": "Feature", "properties": {"id": "uw61306297", "mag": 2.04, "time": 1505103582560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041833, 46.873833, 6.67]}, "bbox": [-122.041833, 46.873833, -122.041833, 46.873833]}, {"id": "5105", "type": "Feature", "properties": {"id": "uw61306292", "mag": 2.25, "time": 1505103114370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.041333, 46.872667, 6.52]}, "bbox": [-122.041333, 46.872667, -122.041333, 46.872667]}, {"id": "5106", "type": "Feature", "properties": {"id": "ak16827283", "mag": 1.6, "time": 1505102962401, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.439, 59.7864, 127.3]}, "bbox": [-153.439, 59.7864, -153.439, 59.7864]}, {"id": "5107", "type": "Feature", "properties": {"id": "ak16827279", "mag": 1.3, "time": 1505101851739, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7785, 59.9173, 97.4]}, "bbox": [-152.7785, 59.9173, -152.7785, 59.9173]}, {"id": "5108", "type": "Feature", "properties": {"id": "us2000ar0i", "mag": 4.1, "time": 1505101626150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [152.4651, -10.314, 10.0]}, "bbox": [152.4651, -10.314, 152.4651, -10.314]}, {"id": "5109", "type": "Feature", "properties": {"id": "ci37759855", "mag": 1.09, "time": 1505101001790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.693833, 36.111833, 2.19]}, "bbox": [-117.693833, 36.111833, -117.693833, 36.111833]}, {"id": "5110", "type": "Feature", "properties": {"id": "us2000ajtf", "mag": 3.6, "time": 1505100425300, "felt": 34.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7392, 35.5637, 5.0]}, "bbox": [-96.7392, 35.5637, -96.7392, 35.5637]}, {"id": "5111", "type": "Feature", "properties": {"id": "us2000ar0g", "mag": 4.3, "time": 1505099718750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.3922, 57.1877, 10.0]}, "bbox": [-33.3922, 57.1877, -33.3922, 57.1877]}, {"id": "5112", "type": "Feature", "properties": {"id": "ak16808239", "mag": 1.2, "time": 1505099609741, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.1984, 60.4559, 13.3]}, "bbox": [-143.1984, 60.4559, -143.1984, 60.4559]}, {"id": "5113", "type": "Feature", "properties": {"id": "mb80254349", "mag": 1.33, "time": 1505099352010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.536833, 46.868167, 13.72]}, "bbox": [-112.536833, 46.868167, -112.536833, 46.868167]}, {"id": "5114", "type": "Feature", "properties": {"id": "ak16808202", "mag": 1.5, "time": 1505098597935, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.3852, 59.9636, 0.0]}, "bbox": [-139.3852, 59.9636, -139.3852, 59.9636]}, {"id": "5115", "type": "Feature", "properties": {"id": "ak16808197", "mag": 1.0, "time": 1505098478421, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2252, 63.2571, 2.9]}, "bbox": [-151.2252, 63.2571, -151.2252, 63.2571]}, {"id": "5116", "type": "Feature", "properties": {"id": "ak16808189", "mag": 2.2, "time": 1505098007693, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7551, 60.3801, 2.2]}, "bbox": [-137.7551, 60.3801, -137.7551, 60.3801]}, {"id": "5117", "type": "Feature", "properties": {"id": "us2000ajt6", "mag": 3.1, "time": 1505097902820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.7475, 60.3735, 5.0]}, "bbox": [-137.7475, 60.3735, -137.7475, 60.3735]}, {"id": "5118", "type": "Feature", "properties": {"id": "us2000ajt7", "mag": 5.1, "time": 1505097732030, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [134.3851, -4.1892, 10.0]}, "bbox": [134.3851, -4.1892, 134.3851, -4.1892]}, {"id": "5119", "type": "Feature", "properties": {"id": "ak16808181", "mag": 1.1, "time": 1505097584665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6756, 61.6922, 62.5]}, "bbox": [-150.6756, 61.6922, -150.6756, 61.6922]}, {"id": "5120", "type": "Feature", "properties": {"id": "us2000ajt5", "mag": 3.0, "time": 1505097294300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4685, 42.672, 9.46]}, "bbox": [-111.4685, 42.672, -111.4685, 42.672]}, {"id": "5121", "type": "Feature", "properties": {"id": "us2000ajt2", "mag": 2.8, "time": 1505097280810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4535, 42.6306, 9.3]}, "bbox": [-111.4535, 42.6306, -111.4535, 42.6306]}, {"id": "5122", "type": "Feature", "properties": {"id": "us2000ar0e", "mag": 4.3, "time": 1505096741600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.0697, 24.7471, 68.23]}, "bbox": [122.0697, 24.7471, 122.0697, 24.7471]}, {"id": "5123", "type": "Feature", "properties": {"id": "us2000ajsz", "mag": 4.7, "time": 1505096631090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9001, 15.6517, 51.53]}, "bbox": [-94.9001, 15.6517, -94.9001, 15.6517]}, {"id": "5124", "type": "Feature", "properties": {"id": "ak16807505", "mag": 1.3, "time": 1505096509471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.9046, 61.531, 28.4]}, "bbox": [-147.9046, 61.531, -147.9046, 61.531]}, {"id": "5125", "type": "Feature", "properties": {"id": "ak16807502", "mag": 1.6, "time": 1505096282982, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.2586, 62.549, 5.0]}, "bbox": [-159.2586, 62.549, -159.2586, 62.549]}, {"id": "5126", "type": "Feature", "properties": {"id": "nc72890026", "mag": 1.21, "time": 1505096190960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.009667, 37.590833, -0.07]}, "bbox": [-119.009667, 37.590833, -119.009667, 37.590833]}, {"id": "5127", "type": "Feature", "properties": {"id": "us2000ajsw", "mag": 4.2, "time": 1505095770400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.418, 15.8113, 56.97]}, "bbox": [-94.418, 15.8113, -94.418, 15.8113]}, {"id": "5128", "type": "Feature", "properties": {"id": "ak16807468", "mag": 1.2, "time": 1505095529647, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0357, 62.0888, 52.2]}, "bbox": [-150.0357, 62.0888, -150.0357, 62.0888]}, {"id": "5129", "type": "Feature", "properties": {"id": "ci37759783", "mag": 2.05, "time": 1505095452510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.502333, 35.679, 6.19]}, "bbox": [-116.502333, 35.679, -116.502333, 35.679]}, {"id": "5130", "type": "Feature", "properties": {"id": "nc72890021", "mag": 1.71, "time": 1505095034230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.535667, 37.632333, 19.33]}, "bbox": [-119.535667, 37.632333, -119.535667, 37.632333]}, {"id": "5131", "type": "Feature", "properties": {"id": "ci37759775", "mag": 1.34, "time": 1505095022580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.507333, 34.488, 1.46]}, "bbox": [-116.507333, 34.488, -116.507333, 34.488]}, {"id": "5132", "type": "Feature", "properties": {"id": "us2000ajsk", "mag": 4.6, "time": 1505093529680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [143.5451, 12.9836, 114.29]}, "bbox": [143.5451, 12.9836, 143.5451, 12.9836]}, {"id": "5133", "type": "Feature", "properties": {"id": "ak16827267", "mag": 1.3, "time": 1505093440775, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1537, 59.7401, 106.9]}, "bbox": [-153.1537, 59.7401, -153.1537, 59.7401]}, {"id": "5134", "type": "Feature", "properties": {"id": "ci37759759", "mag": 1.69, "time": 1505093145730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798167, 33.493667, 3.61]}, "bbox": [-116.798167, 33.493667, -116.798167, 33.493667]}, {"id": "5135", "type": "Feature", "properties": {"id": "nn00604614", "mag": 1.5, "time": 1505092989312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.6589, 37.3487, 6.1]}, "bbox": [-114.6589, 37.3487, -114.6589, 37.3487]}, {"id": "5136", "type": "Feature", "properties": {"id": "us2000ar1r", "mag": 3.5, "time": 1505092806050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.8111, 53.8607, 10.0]}, "bbox": [170.8111, 53.8607, 170.8111, 53.8607]}, {"id": "5137", "type": "Feature", "properties": {"id": "us2000ar0b", "mag": 4.2, "time": 1505092783010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [95.953, 17.3198, 10.0]}, "bbox": [95.953, 17.3198, 95.953, 17.3198]}, {"id": "5138", "type": "Feature", "properties": {"id": "hv61903861", "mag": 1.26, "time": 1505092321650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.490333, 19.339667, 9.09]}, "bbox": [-155.490333, 19.339667, -155.490333, 19.339667]}, {"id": "5139", "type": "Feature", "properties": {"id": "us2000ajsh", "mag": 4.1, "time": 1505092219210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [129.972, -6.9548, 134.48]}, "bbox": [129.972, -6.9548, 129.972, -6.9548]}, {"id": "5140", "type": "Feature", "properties": {"id": "ak16806794", "mag": 1.3, "time": 1505092129494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3457, 60.4497, 89.7]}, "bbox": [-152.3457, 60.4497, -152.3457, 60.4497]}, {"id": "5141", "type": "Feature", "properties": {"id": "ak16827265", "mag": 1.1, "time": 1505091880397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6719, 63.2902, 124.6]}, "bbox": [-150.6719, 63.2902, -150.6719, 63.2902]}, {"id": "5142", "type": "Feature", "properties": {"id": "uu60242262", "mag": 2.47, "time": 1505091634360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.440667, 42.578333, 7.23]}, "bbox": [-111.440667, 42.578333, -111.440667, 42.578333]}, {"id": "5143", "type": "Feature", "properties": {"id": "us2000ajsf", "mag": 2.3, "time": 1505091431720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.443, 42.5904, 7.61]}, "bbox": [-111.443, 42.5904, -111.443, 42.5904]}, {"id": "5144", "type": "Feature", "properties": {"id": "ak16827264", "mag": 1.3, "time": 1505091007359, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.0095, 58.5704, 86.0]}, "bbox": [-154.0095, 58.5704, -154.0095, 58.5704]}, {"id": "5145", "type": "Feature", "properties": {"id": "nc72890011", "mag": 1.58, "time": 1505090685010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.542333, 4.8]}, "bbox": [-118.832333, 37.542333, -118.832333, 37.542333]}, {"id": "5146", "type": "Feature", "properties": {"id": "ci37759743", "mag": 1.01, "time": 1505090624240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.589167, 36.0335, 2.63]}, "bbox": [-117.589167, 36.0335, -117.589167, 36.0335]}, {"id": "5147", "type": "Feature", "properties": {"id": "us2000amxb", "mag": 3.0, "time": 1505090296990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.554, 51.5916, 17.56]}, "bbox": [-178.554, 51.5916, -178.554, 51.5916]}, {"id": "5148", "type": "Feature", "properties": {"id": "nc72890001", "mag": 0.97, "time": 1505089976320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.831, 37.541833, 4.79]}, "bbox": [-118.831, 37.541833, -118.831, 37.541833]}, {"id": "5149", "type": "Feature", "properties": {"id": "us2000ajsa", "mag": 4.9, "time": 1505089942200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9938, 15.3932, 58.95]}, "bbox": [-93.9938, 15.3932, -93.9938, 15.3932]}, {"id": "5150", "type": "Feature", "properties": {"id": "us2000ajs1", "mag": 3.2, "time": 1505088752720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.563, 8.0]}, "bbox": [-111.4151, 42.563, -111.4151, 42.563]}, {"id": "5151", "type": "Feature", "properties": {"id": "us2000ajrw", "mag": 4.4, "time": 1505087147130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.4901, 14.0924, 54.64]}, "bbox": [-93.4901, 14.0924, -93.4901, 14.0924]}, {"id": "5152", "type": "Feature", "properties": {"id": "ak16806048", "mag": 1.2, "time": 1505085946916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.3481, 62.1328, 10.2]}, "bbox": [-150.3481, 62.1328, -150.3481, 62.1328]}, {"id": "5153", "type": "Feature", "properties": {"id": "ci37759727", "mag": 1.54, "time": 1505085941950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.663167, 35.044, -0.82]}, "bbox": [-117.663167, 35.044, -117.663167, 35.044]}, {"id": "5154", "type": "Feature", "properties": {"id": "us2000ajrn", "mag": 2.4, "time": 1505085758040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4372, 42.584, 3.54]}, "bbox": [-111.4372, 42.584, -111.4372, 42.584]}, {"id": "5155", "type": "Feature", "properties": {"id": "ak16827727", "mag": 1.2, "time": 1505085448361, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0012, 60.1398, 104.9]}, "bbox": [-153.0012, 60.1398, -153.0012, 60.1398]}, {"id": "5156", "type": "Feature", "properties": {"id": "us2000ajrh", "mag": 2.4, "time": 1505084625610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4614, 42.6018, 5.02]}, "bbox": [-111.4614, 42.6018, -111.4614, 42.6018]}, {"id": "5157", "type": "Feature", "properties": {"id": "us2000ajre", "mag": 3.0, "time": 1505084186000, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4583, 42.5935, 5.0]}, "bbox": [-111.4583, 42.5935, -111.4583, 42.5935]}, {"id": "5158", "type": "Feature", "properties": {"id": "ak16805384", "mag": 1.3, "time": 1505084019928, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9225, 60.1912, 51.8]}, "bbox": [-150.9225, 60.1912, -150.9225, 60.1912]}, {"id": "5159", "type": "Feature", "properties": {"id": "pr2017253006", "mag": 3.55, "time": 1505083663180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.7241, 19.5025, 24.0]}, "bbox": [-68.7241, 19.5025, -68.7241, 19.5025]}, {"id": "5160", "type": "Feature", "properties": {"id": "ci37759703", "mag": 1.47, "time": 1505083414820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164, 34.038833, 6.0]}, "bbox": [-117.164, 34.038833, -117.164, 34.038833]}, {"id": "5161", "type": "Feature", "properties": {"id": "ci37759695", "mag": 2.37, "time": 1505083359860, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166167, 34.037667, 6.01]}, "bbox": [-117.166167, 34.037667, -117.166167, 34.037667]}, {"id": "5162", "type": "Feature", "properties": {"id": "ci37759687", "mag": 1.26, "time": 1505083316070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166667, 34.039167, 6.08]}, "bbox": [-117.166667, 34.039167, -117.166667, 34.039167]}, {"id": "5163", "type": "Feature", "properties": {"id": "ismpkansas70234968", "mag": 1.57, "time": 1505083207900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.877167, 37.229167, 3.02]}, "bbox": [-97.877167, 37.229167, -97.877167, 37.229167]}, {"id": "5164", "type": "Feature", "properties": {"id": "ci37759679", "mag": 1.03, "time": 1505082787240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.290167, 35.090833, 2.62]}, "bbox": [-118.290167, 35.090833, -118.290167, 35.090833]}, {"id": "5165", "type": "Feature", "properties": {"id": "uu60242127", "mag": 1.52, "time": 1505082515530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.439, 42.5855, 3.5]}, "bbox": [-111.439, 42.5855, -111.439, 42.5855]}, {"id": "5166", "type": "Feature", "properties": {"id": "ak16805375", "mag": 2.0, "time": 1505082468672, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2261, 62.1899, 53.2]}, "bbox": [-150.2261, 62.1899, -150.2261, 62.1899]}, {"id": "5167", "type": "Feature", "properties": {"id": "ak16805361", "mag": 2.4, "time": 1505082389962, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8636, 68.2355, 2.3]}, "bbox": [-146.8636, 68.2355, -146.8636, 68.2355]}, {"id": "5168", "type": "Feature", "properties": {"id": "us2000ajq9", "mag": 3.3, "time": 1505081821360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4511, 42.5959, 5.0]}, "bbox": [-111.4511, 42.5959, -111.4511, 42.5959]}, {"id": "5169", "type": "Feature", "properties": {"id": "nc72889956", "mag": 1.01, "time": 1505081275110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.790333, 37.452833, 8.21]}, "bbox": [-121.790333, 37.452833, -121.790333, 37.452833]}, {"id": "5170", "type": "Feature", "properties": {"id": "ak16805341", "mag": 2.5, "time": 1505081090999, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9101, 57.044, 46.2]}, "bbox": [-154.9101, 57.044, -154.9101, 57.044]}, {"id": "5171", "type": "Feature", "properties": {"id": "us2000ajpe", "mag": 5.9, "time": 1505079621210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-33.6765, 57.1272, 10.0]}, "bbox": [-33.6765, 57.1272, -33.6765, 57.1272]}, {"id": "5172", "type": "Feature", "properties": {"id": "nc72889936", "mag": 1.22, "time": 1505079295950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.937667, 37.601667, 1.02]}, "bbox": [-118.937667, 37.601667, -118.937667, 37.601667]}, {"id": "5173", "type": "Feature", "properties": {"id": "nc72889931", "mag": 1.1, "time": 1505078962470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.806, 37.5175, -2.34]}, "bbox": [-118.806, 37.5175, -118.806, 37.5175]}, {"id": "5174", "type": "Feature", "properties": {"id": "us2000ajp8", "mag": 2.8, "time": 1505078892060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4509, 42.5792, 6.22]}, "bbox": [-111.4509, 42.5792, -111.4509, 42.5792]}, {"id": "5175", "type": "Feature", "properties": {"id": "uw61306227", "mag": 1.13, "time": 1505078465000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.011167, 46.792, 5.12]}, "bbox": [-122.011167, 46.792, -122.011167, 46.792]}, {"id": "5176", "type": "Feature", "properties": {"id": "uu60241997", "mag": 1.44, "time": 1505078100230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.422167, 42.554167, 8.0]}, "bbox": [-111.422167, 42.554167, -111.422167, 42.554167]}, {"id": "5177", "type": "Feature", "properties": {"id": "ak16827720", "mag": 1.0, "time": 1505077902054, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.0938, 58.0932, 50.1]}, "bbox": [-153.0938, 58.0932, -153.0938, 58.0932]}, {"id": "5178", "type": "Feature", "properties": {"id": "nc72889921", "mag": 1.74, "time": 1505077579730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.941333, 37.642833, 0.01]}, "bbox": [-118.941333, 37.642833, -118.941333, 37.642833]}, {"id": "5179", "type": "Feature", "properties": {"id": "nc72889926", "mag": 1.62, "time": 1505077560070, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.946167, 37.638667, -0.65]}, "bbox": [-118.946167, 37.638667, -118.946167, 37.638667]}, {"id": "5180", "type": "Feature", "properties": {"id": "nc72889911", "mag": 0.99, "time": 1505077390170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.394833, 36.9325, 8.56]}, "bbox": [-121.394833, 36.9325, -121.394833, 36.9325]}, {"id": "5181", "type": "Feature", "properties": {"id": "pr2017253005", "mag": 2.52, "time": 1505077373570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.714, 18.0166, 7.0]}, "bbox": [-66.714, 18.0166, -66.714, 18.0166]}, {"id": "5182", "type": "Feature", "properties": {"id": "nc72889916", "mag": 0.95, "time": 1505077317230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.881833, 37.512333, -0.07]}, "bbox": [-118.881833, 37.512333, -118.881833, 37.512333]}, {"id": "5183", "type": "Feature", "properties": {"id": "ak16804640", "mag": 1.6, "time": 1505077302019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.5368, 58.8361, 122.2]}, "bbox": [-154.5368, 58.8361, -154.5368, 58.8361]}, {"id": "5184", "type": "Feature", "properties": {"id": "us2000ajnd", "mag": 4.5, "time": 1505076424950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2595, 15.0768, 55.96]}, "bbox": [-94.2595, 15.0768, -94.2595, 15.0768]}, {"id": "5185", "type": "Feature", "properties": {"id": "nn00604604", "mag": 1.4, "time": 1505076297106, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.9555, 40.8314, 10.3]}, "bbox": [-115.9555, 40.8314, -115.9555, 40.8314]}, {"id": "5186", "type": "Feature", "properties": {"id": "ak16803984", "mag": 1.3, "time": 1505076289998, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1907, 63.4845, 0.8]}, "bbox": [-151.1907, 63.4845, -151.1907, 63.4845]}, {"id": "5187", "type": "Feature", "properties": {"id": "us2000ajms", "mag": 3.3, "time": 1505075535460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4239, 42.5436, 5.0]}, "bbox": [-111.4239, 42.5436, -111.4239, 42.5436]}, {"id": "5188", "type": "Feature", "properties": {"id": "nn00604570", "mag": 1.1, "time": 1505075507371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8807, 36.8036, 7.4]}, "bbox": [-115.8807, 36.8036, -115.8807, 36.8036]}, {"id": "5189", "type": "Feature", "properties": {"id": "ak16827715", "mag": 1.2, "time": 1505074869438, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7422, 60.0074, 102.5]}, "bbox": [-152.7422, 60.0074, -152.7422, 60.0074]}, {"id": "5190", "type": "Feature", "properties": {"id": "ak16803877", "mag": 1.0, "time": 1505074842648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.4194, 63.2783, 7.1]}, "bbox": [-151.4194, 63.2783, -151.4194, 63.2783]}, {"id": "5191", "type": "Feature", "properties": {"id": "us2000ajm5", "mag": 2.5, "time": 1505074494700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4599, 42.5711, 10.61]}, "bbox": [-111.4599, 42.5711, -111.4599, 42.5711]}, {"id": "5192", "type": "Feature", "properties": {"id": "hv61903706", "mag": 1.86, "time": 1505074128010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.273331, 19.413166, 0.54]}, "bbox": [-155.273331, 19.413166, -155.273331, 19.413166]}, {"id": "5193", "type": "Feature", "properties": {"id": "us2000ajlx", "mag": 3.2, "time": 1505074034020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.42, 42.5453, 7.37]}, "bbox": [-111.42, 42.5453, -111.42, 42.5453]}, {"id": "5194", "type": "Feature", "properties": {"id": "ak16803869", "mag": 1.2, "time": 1505073920064, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7217, 63.3651, 4.1]}, "bbox": [-151.7217, 63.3651, -151.7217, 63.3651]}, {"id": "5195", "type": "Feature", "properties": {"id": "us2000ajls", "mag": 4.3, "time": 1505073807210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-69.114, -23.6018, 85.28]}, "bbox": [-69.114, -23.6018, -69.114, -23.6018]}, {"id": "5196", "type": "Feature", "properties": {"id": "us2000ajlp", "mag": 4.6, "time": 1505073492510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [13.2839, 42.1689, 5.0]}, "bbox": [13.2839, 42.1689, 13.2839, 42.1689]}, {"id": "5197", "type": "Feature", "properties": {"id": "ci37759623", "mag": 1.13, "time": 1505073299090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.162, 34.035333, 6.06]}, "bbox": [-117.162, 34.035333, -117.162, 34.035333]}, {"id": "5198", "type": "Feature", "properties": {"id": "us2000ajlc", "mag": 2.7, "time": 1505072667200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6178, 36.1361, 5.301]}, "bbox": [-97.6178, 36.1361, -97.6178, 36.1361]}, {"id": "5199", "type": "Feature", "properties": {"id": "mb80254244", "mag": 1.15, "time": 1505072506030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527667, 46.862667, 10.3]}, "bbox": [-112.527667, 46.862667, -112.527667, 46.862667]}, {"id": "5200", "type": "Feature", "properties": {"id": "us2000akfw", "mag": 3.1, "time": 1505072325000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4094, 42.5488, 7.85]}, "bbox": [-111.4094, 42.5488, -111.4094, 42.5488]}, {"id": "5201", "type": "Feature", "properties": {"id": "us2000ajl5", "mag": 2.7, "time": 1505072221960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4249, 42.5451, 9.42]}, "bbox": [-111.4249, 42.5451, -111.4249, 42.5451]}, {"id": "5202", "type": "Feature", "properties": {"id": "nc72889901", "mag": 1.7, "time": 1505072189820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.784833, 38.824667, 1.65]}, "bbox": [-122.784833, 38.824667, -122.784833, 38.824667]}, {"id": "5203", "type": "Feature", "properties": {"id": "nc72889906", "mag": 1.54, "time": 1505072140190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.153, 37.129167, 12.33]}, "bbox": [-121.153, 37.129167, -121.153, 37.129167]}, {"id": "5204", "type": "Feature", "properties": {"id": "nc72889891", "mag": 1.28, "time": 1505070945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.891, 37.544167, 1.7]}, "bbox": [-118.891, 37.544167, -118.891, 37.544167]}, {"id": "5205", "type": "Feature", "properties": {"id": "ak16803197", "mag": 2.5, "time": 1505070454371, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.4505, 54.6854, 60.7]}, "bbox": [-162.4505, 54.6854, -162.4505, 54.6854]}, {"id": "5206", "type": "Feature", "properties": {"id": "us2000ajkd", "mag": 4.1, "time": 1505070312980, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4177, 42.5563, 13.0]}, "bbox": [-111.4177, 42.5563, -111.4177, 42.5563]}, {"id": "5207", "type": "Feature", "properties": {"id": "nc72889881", "mag": 1.58, "time": 1505069810220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.149, 37.1305, 12.32]}, "bbox": [-121.149, 37.1305, -121.149, 37.1305]}, {"id": "5208", "type": "Feature", "properties": {"id": "us2000ajkz", "mag": 2.4, "time": 1505069780800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4181, 42.5449, 7.46]}, "bbox": [-111.4181, 42.5449, -111.4181, 42.5449]}, {"id": "5209", "type": "Feature", "properties": {"id": "pr2017253004", "mag": 3.24, "time": 1505069521610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-65.0411, 19.2021, 48.0]}, "bbox": [-65.0411, 19.2021, -65.0411, 19.2021]}, {"id": "5210", "type": "Feature", "properties": {"id": "hv61903656", "mag": 1.57, "time": 1505069138690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.104167, 19.329333, 5.178]}, "bbox": [-155.104167, 19.329333, -155.104167, 19.329333]}, {"id": "5211", "type": "Feature", "properties": {"id": "us2000ajjx", "mag": 2.9, "time": 1505068769580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4153, 42.5555, 7.28]}, "bbox": [-111.4153, 42.5555, -111.4153, 42.5555]}, {"id": "5212", "type": "Feature", "properties": {"id": "ak16802543", "mag": 1.6, "time": 1505068750842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6404, 58.5519, 66.4]}, "bbox": [-153.6404, 58.5519, -153.6404, 58.5519]}, {"id": "5213", "type": "Feature", "properties": {"id": "us2000ajju", "mag": 2.5, "time": 1505068746720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9924, 37.0464, 6.8]}, "bbox": [-104.9924, 37.0464, -104.9924, 37.0464]}, {"id": "5214", "type": "Feature", "properties": {"id": "nc72889876", "mag": 1.12, "time": 1505068188960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.315667, 36.955833, 7.62]}, "bbox": [-121.315667, 36.955833, -121.315667, 36.955833]}, {"id": "5215", "type": "Feature", "properties": {"id": "us2000ajjp", "mag": 2.3, "time": 1505068125580, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1711, 35.6565, 7.54]}, "bbox": [-97.1711, 35.6565, -97.1711, 35.6565]}, {"id": "5216", "type": "Feature", "properties": {"id": "us2000ajjl", "mag": 2.4, "time": 1505067921890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4388, 42.6003, 7.21]}, "bbox": [-111.4388, 42.6003, -111.4388, 42.6003]}, {"id": "5217", "type": "Feature", "properties": {"id": "ci37759607", "mag": 1.53, "time": 1505067791950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169667, 34.037167, 4.29]}, "bbox": [-117.169667, 34.037167, -117.169667, 34.037167]}, {"id": "5218", "type": "Feature", "properties": {"id": "ci37759599", "mag": 0.99, "time": 1505067584720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.028, 2.94]}, "bbox": [-117.163333, 34.028, -117.163333, 34.028]}, {"id": "5219", "type": "Feature", "properties": {"id": "us2000ajn9", "mag": 2.7, "time": 1505067322220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.5732, 52.3355, 35.0]}, "bbox": [-170.5732, 52.3355, -170.5732, 52.3355]}, {"id": "5220", "type": "Feature", "properties": {"id": "ak16827705", "mag": 1.3, "time": 1505067315004, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7536, 59.2097, 68.0]}, "bbox": [-152.7536, 59.2097, -152.7536, 59.2097]}, {"id": "5221", "type": "Feature", "properties": {"id": "nc72889866", "mag": 1.0, "time": 1505067136160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.764168, 38.833, 0.66]}, "bbox": [-122.764168, 38.833, -122.764168, 38.833]}, {"id": "5222", "type": "Feature", "properties": {"id": "nc72889861", "mag": 1.06, "time": 1505067131030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.759667, 38.833667, 1.17]}, "bbox": [-122.759667, 38.833667, -122.759667, 38.833667]}, {"id": "5223", "type": "Feature", "properties": {"id": "ak16802540", "mag": 1.3, "time": 1505066586033, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.3745, 62.1772, 42.1]}, "bbox": [-149.3745, 62.1772, -149.3745, 62.1772]}, {"id": "5224", "type": "Feature", "properties": {"id": "ci37759591", "mag": 1.48, "time": 1505066404370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.166333, 34.044667, 5.25]}, "bbox": [-117.166333, 34.044667, -117.166333, 34.044667]}, {"id": "5225", "type": "Feature", "properties": {"id": "ci37759583", "mag": 1.53, "time": 1505066395290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163333, 34.041167, 5.54]}, "bbox": [-117.163333, 34.041167, -117.163333, 34.041167]}, {"id": "5226", "type": "Feature", "properties": {"id": "ak16827703", "mag": 1.0, "time": 1505066200905, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.7529, 58.6862, 17.0]}, "bbox": [-153.7529, 58.6862, -153.7529, 58.6862]}, {"id": "5227", "type": "Feature", "properties": {"id": "ci37759567", "mag": 1.34, "time": 1505066082610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.163833, 34.040667, 6.08]}, "bbox": [-117.163833, 34.040667, -117.163833, 34.040667]}, {"id": "5228", "type": "Feature", "properties": {"id": "ak16802539", "mag": 1.1, "time": 1505065957419, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0268, 60.5262, 19.4]}, "bbox": [-151.0268, 60.5262, -151.0268, 60.5262]}, {"id": "5229", "type": "Feature", "properties": {"id": "us2000ajjb", "mag": 2.5, "time": 1505065916650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4209, 42.5639, 8.61]}, "bbox": [-111.4209, 42.5639, -111.4209, 42.5639]}, {"id": "5230", "type": "Feature", "properties": {"id": "ci37759559", "mag": 1.32, "time": 1505065772840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2325, 34.474333, 11.0]}, "bbox": [-119.2325, 34.474333, -119.2325, 34.474333]}, {"id": "5231", "type": "Feature", "properties": {"id": "ak16802537", "mag": 1.3, "time": 1505065364910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.2942, 63.1472, 1.0]}, "bbox": [-151.2942, 63.1472, -151.2942, 63.1472]}, {"id": "5232", "type": "Feature", "properties": {"id": "ci37759551", "mag": 1.1, "time": 1505065150010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.172667, 34.034333, 5.23]}, "bbox": [-117.172667, 34.034333, -117.172667, 34.034333]}, {"id": "5233", "type": "Feature", "properties": {"id": "ci37759543", "mag": 1.69, "time": 1505064387890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.295, 35.088667, 4.44]}, "bbox": [-118.295, 35.088667, -118.295, 35.088667]}, {"id": "5234", "type": "Feature", "properties": {"id": "ak16802513", "mag": 1.5, "time": 1505064158942, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-145.1889, 65.0868, 19.8]}, "bbox": [-145.1889, 65.0868, -145.1889, 65.0868]}, {"id": "5235", "type": "Feature", "properties": {"id": "us2000ajj3", "mag": 4.4, "time": 1505063935670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.4969, 41.9157, 28.96]}, "bbox": [82.4969, 41.9157, 82.4969, 41.9157]}, {"id": "5236", "type": "Feature", "properties": {"id": "us2000ajiy", "mag": 2.7, "time": 1505063902750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4577, 42.6058, 5.68]}, "bbox": [-111.4577, 42.6058, -111.4577, 42.6058]}, {"id": "5237", "type": "Feature", "properties": {"id": "uu60241602", "mag": 1.36, "time": 1505063711640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.415333, 42.567, 9.66]}, "bbox": [-111.415333, 42.567, -111.415333, 42.567]}, {"id": "5238", "type": "Feature", "properties": {"id": "ci37759535", "mag": 1.1, "time": 1505063618920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165167, 34.041667, 6.46]}, "bbox": [-117.165167, 34.041667, -117.165167, 34.041667]}, {"id": "5239", "type": "Feature", "properties": {"id": "nc72889821", "mag": 1.62, "time": 1505063575750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.157167, 37.135667, 10.29]}, "bbox": [-121.157167, 37.135667, -121.157167, 37.135667]}, {"id": "5240", "type": "Feature", "properties": {"id": "nc72889816", "mag": 1.01, "time": 1505063492860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.774667, 35.547833, 5.09]}, "bbox": [-120.774667, 35.547833, -120.774667, 35.547833]}, {"id": "5241", "type": "Feature", "properties": {"id": "ci37759527", "mag": 2.15, "time": 1505063398380, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.238167, 34.467833, 11.17]}, "bbox": [-119.238167, 34.467833, -119.238167, 34.467833]}, {"id": "5242", "type": "Feature", "properties": {"id": "us2000ajih", "mag": 2.5, "time": 1505062945810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4296, 42.5627, 11.62]}, "bbox": [-111.4296, 42.5627, -111.4296, 42.5627]}, {"id": "5243", "type": "Feature", "properties": {"id": "nc72889806", "mag": 2.49, "time": 1505062781340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801833, 38.789333, 3.19]}, "bbox": [-122.801833, 38.789333, -122.801833, 38.789333]}, {"id": "5244", "type": "Feature", "properties": {"id": "uu60013054", "mag": 1.65, "time": 1505062641290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444, 42.594667, 6.67]}, "bbox": [-111.444, 42.594667, -111.444, 42.594667]}, {"id": "5245", "type": "Feature", "properties": {"id": "uu60241572", "mag": 2.02, "time": 1505062621720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.432167, 42.5965, 4.48]}, "bbox": [-111.432167, 42.5965, -111.432167, 42.5965]}, {"id": "5246", "type": "Feature", "properties": {"id": "ci37759519", "mag": 1.59, "time": 1505062248460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.038667, 4.49]}, "bbox": [-117.167, 34.038667, -117.167, 34.038667]}, {"id": "5247", "type": "Feature", "properties": {"id": "ci37759511", "mag": 1.92, "time": 1505062179580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165, 34.039333, 4.98]}, "bbox": [-117.165, 34.039333, -117.165, 34.039333]}, {"id": "5248", "type": "Feature", "properties": {"id": "ci37759503", "mag": 1.57, "time": 1505062145210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.164167, 34.037667, 5.25]}, "bbox": [-117.164167, 34.037667, -117.164167, 34.037667]}, {"id": "5249", "type": "Feature", "properties": {"id": "ci37759495", "mag": 1.42, "time": 1505061900480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.165667, 34.038667, 5.34]}, "bbox": [-117.165667, 34.038667, -117.165667, 34.038667]}, {"id": "5250", "type": "Feature", "properties": {"id": "ak16801882", "mag": 1.1, "time": 1505061849133, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.1509, 60.3803, 7.0]}, "bbox": [-142.1509, 60.3803, -142.1509, 60.3803]}, {"id": "5251", "type": "Feature", "properties": {"id": "ci37759487", "mag": 1.49, "time": 1505061523920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.893, 35.343333, 5.39]}, "bbox": [-119.893, 35.343333, -119.893, 35.343333]}, {"id": "5252", "type": "Feature", "properties": {"id": "ak16801880", "mag": 1.5, "time": 1505061368254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.731, 60.0161, 6.5]}, "bbox": [-141.731, 60.0161, -141.731, 60.0161]}, {"id": "5253", "type": "Feature", "properties": {"id": "ci37759471", "mag": 1.2, "time": 1505061266330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167333, 34.040167, 4.42]}, "bbox": [-117.167333, 34.040167, -117.167333, 34.040167]}, {"id": "5254", "type": "Feature", "properties": {"id": "us2000ajn8", "mag": 3.4, "time": 1505060976520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3264, 52.5377, 96.17]}, "bbox": [-173.3264, 52.5377, -173.3264, 52.5377]}, {"id": "5255", "type": "Feature", "properties": {"id": "ci37759455", "mag": 1.41, "time": 1505060968220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.8935, 35.3405, 5.83]}, "bbox": [-119.8935, 35.3405, -119.8935, 35.3405]}, {"id": "5256", "type": "Feature", "properties": {"id": "ak16801858", "mag": 1.5, "time": 1505060123211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4433, 51.6859, 21.0]}, "bbox": [-178.4433, 51.6859, -178.4433, 51.6859]}, {"id": "5257", "type": "Feature", "properties": {"id": "ak16801272", "mag": 1.1, "time": 1505059792074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.1384, 63.4871, 1.4]}, "bbox": [-148.1384, 63.4871, -148.1384, 63.4871]}, {"id": "5258", "type": "Feature", "properties": {"id": "ak16827692", "mag": 2.2, "time": 1505059542515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.3922, 52.3983, 21.1]}, "bbox": [-169.3922, 52.3983, -169.3922, 52.3983]}, {"id": "5259", "type": "Feature", "properties": {"id": "nc72889781", "mag": 1.29, "time": 1505059412980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943667, 37.596167, 2.31]}, "bbox": [-118.943667, 37.596167, -118.943667, 37.596167]}, {"id": "5260", "type": "Feature", "properties": {"id": "us2000ajqf", "mag": 4.6, "time": 1505058668170, "felt": 49.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [139.1945, 35.7377, 54.25]}, "bbox": [139.1945, 35.7377, 139.1945, 35.7377]}, {"id": "5261", "type": "Feature", "properties": {"id": "nc72889766", "mag": 1.32, "time": 1505058489100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.046333, 38.9295, 0.46]}, "bbox": [-123.046333, 38.9295, -123.046333, 38.9295]}, {"id": "5262", "type": "Feature", "properties": {"id": "us2000ajhi", "mag": 2.5, "time": 1505058212500, "felt": 9.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.7958, 35.9926, 4.398]}, "bbox": [-96.7958, 35.9926, -96.7958, 35.9926]}, {"id": "5263", "type": "Feature", "properties": {"id": "ak16801236", "mag": 1.4, "time": 1505058208151, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9025, 57.4691, 48.4]}, "bbox": [-154.9025, 57.4691, -154.9025, 57.4691]}, {"id": "5264", "type": "Feature", "properties": {"id": "ci37759407", "mag": 1.83, "time": 1505057535880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.3395, 34.014333, 2.3]}, "bbox": [-116.3395, 34.014333, -116.3395, 34.014333]}, {"id": "5265", "type": "Feature", "properties": {"id": "us2000artt", "mag": 4.2, "time": 1505057483820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.9272, 37.8866, 41.94]}, "bbox": [141.9272, 37.8866, 141.9272, 37.8866]}, {"id": "5266", "type": "Feature", "properties": {"id": "ak16827688", "mag": 1.7, "time": 1505057440690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7035, 58.208, 3.0]}, "bbox": [-151.7035, 58.208, -151.7035, 58.208]}, {"id": "5267", "type": "Feature", "properties": {"id": "us2000ajh6", "mag": 4.6, "time": 1505057331420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4383, 15.2976, 42.92]}, "bbox": [-94.4383, 15.2976, -94.4383, 15.2976]}, {"id": "5268", "type": "Feature", "properties": {"id": "us2000ajh4", "mag": 2.6, "time": 1505057207380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5593, 7.96]}, "bbox": [-111.4289, 42.5593, -111.4289, 42.5593]}, {"id": "5269", "type": "Feature", "properties": {"id": "ak16827687", "mag": 1.5, "time": 1505057001386, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4181, 51.7014, 6.6]}, "bbox": [-178.4181, 51.7014, -178.4181, 51.7014]}, {"id": "5270", "type": "Feature", "properties": {"id": "us2000ajh2", "mag": 4.2, "time": 1505056916120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2576, 14.9344, 12.93]}, "bbox": [-94.2576, 14.9344, -94.2576, 14.9344]}, {"id": "5271", "type": "Feature", "properties": {"id": "us2000ajgy", "mag": 2.5, "time": 1505056755330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7823, 37.3283, 5.9]}, "bbox": [-97.7823, 37.3283, -97.7823, 37.3283]}, {"id": "5272", "type": "Feature", "properties": {"id": "ak16827686", "mag": 1.1, "time": 1505056731493, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8679, 57.3821, 46.4]}, "bbox": [-154.8679, 57.3821, -154.8679, 57.3821]}, {"id": "5273", "type": "Feature", "properties": {"id": "us2000ajgx", "mag": 2.8, "time": 1505056639060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4498, 42.5804, 5.9]}, "bbox": [-111.4498, 42.5804, -111.4498, 42.5804]}, {"id": "5274", "type": "Feature", "properties": {"id": "ak16827685", "mag": 1.2, "time": 1505056471867, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.1402, 60.9584, 19.6]}, "bbox": [-149.1402, 60.9584, -149.1402, 60.9584]}, {"id": "5275", "type": "Feature", "properties": {"id": "us2000ajgu", "mag": 2.5, "time": 1505056401260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4462, 42.5738, 5.62]}, "bbox": [-111.4462, 42.5738, -111.4462, 42.5738]}, {"id": "5276", "type": "Feature", "properties": {"id": "us2000ajgm", "mag": 4.9, "time": 1505055545760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.6784, 14.1109, 10.0]}, "bbox": [146.6784, 14.1109, 146.6784, 14.1109]}, {"id": "5277", "type": "Feature", "properties": {"id": "ci37759383", "mag": 1.0, "time": 1505055131400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169167, 34.0425, 5.43]}, "bbox": [-117.169167, 34.0425, -117.169167, 34.0425]}, {"id": "5278", "type": "Feature", "properties": {"id": "us2000ajge", "mag": 3.4, "time": 1505054862840, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4185, 42.5625, 9.41]}, "bbox": [-111.4185, 42.5625, -111.4185, 42.5625]}, {"id": "5279", "type": "Feature", "properties": {"id": "ak16800620", "mag": 1.1, "time": 1505054600546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7386, 61.4915, 80.1]}, "bbox": [-151.7386, 61.4915, -151.7386, 61.4915]}, {"id": "5280", "type": "Feature", "properties": {"id": "us2000ajgc", "mag": 3.1, "time": 1505054298370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4151, 42.55, 7.52]}, "bbox": [-111.4151, 42.55, -111.4151, 42.55]}, {"id": "5281", "type": "Feature", "properties": {"id": "ak16800576", "mag": 2.5, "time": 1505054208776, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9361, 60.2731, 64.5]}, "bbox": [-150.9361, 60.2731, -150.9361, 60.2731]}, {"id": "5282", "type": "Feature", "properties": {"id": "nc72889746", "mag": 1.38, "time": 1505053809310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.442, 37.695667, 4.15]}, "bbox": [-119.442, 37.695667, -119.442, 37.695667]}, {"id": "5283", "type": "Feature", "properties": {"id": "pr2017253003", "mag": 2.17, "time": 1505052857240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2868, 18.1121, 18.0]}, "bbox": [-67.2868, 18.1121, -67.2868, 18.1121]}, {"id": "5284", "type": "Feature", "properties": {"id": "us2000ajg9", "mag": 2.9, "time": 1505052838460, "felt": 11.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5162, 46.8743, 14.72]}, "bbox": [-112.5162, 46.8743, -112.5162, 46.8743]}, {"id": "5285", "type": "Feature", "properties": {"id": "nc72889741", "mag": 1.38, "time": 1505052751930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.824333, 38.060667, 1.0]}, "bbox": [-118.824333, 38.060667, -118.824333, 38.060667]}, {"id": "5286", "type": "Feature", "properties": {"id": "ak16799977", "mag": 1.0, "time": 1505052033903, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.8767, 61.5617, 10.0]}, "bbox": [-140.8767, 61.5617, -140.8767, 61.5617]}, {"id": "5287", "type": "Feature", "properties": {"id": "mb80254079", "mag": 1.59, "time": 1505051737640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.410667, 44.4485, 6.72]}, "bbox": [-114.410667, 44.4485, -114.410667, 44.4485]}, {"id": "5288", "type": "Feature", "properties": {"id": "ak16799971", "mag": 1.7, "time": 1505051381698, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.7235, 59.8179, 4.3]}, "bbox": [-136.7235, 59.8179, -136.7235, 59.8179]}, {"id": "5289", "type": "Feature", "properties": {"id": "us2000ajfa", "mag": 4.3, "time": 1505051330480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-90.3498, 13.069, 35.0]}, "bbox": [-90.3498, 13.069, -90.3498, 13.069]}, {"id": "5290", "type": "Feature", "properties": {"id": "us2000ajf7", "mag": 4.0, "time": 1505050961060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.3526, 52.4771, 237.56]}, "bbox": [-174.3526, 52.4771, -174.3526, 52.4771]}, {"id": "5291", "type": "Feature", "properties": {"id": "ak16799942", "mag": 1.7, "time": 1505050892677, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6731, 59.5546, 120.2]}, "bbox": [-153.6731, 59.5546, -153.6731, 59.5546]}, {"id": "5292", "type": "Feature", "properties": {"id": "us2000ajf3", "mag": 4.6, "time": 1505050808670, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.529, 15.6631, 10.0]}, "bbox": [-98.529, 15.6631, -98.529, 15.6631]}, {"id": "5293", "type": "Feature", "properties": {"id": "us2000ajf0", "mag": 4.5, "time": 1505050687090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4173, 15.2922, 52.65]}, "bbox": [-94.4173, 15.2922, -94.4173, 15.2922]}, {"id": "5294", "type": "Feature", "properties": {"id": "us2000artu", "mag": 4.1, "time": 1505050610220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [128.1836, -7.5542, 159.39]}, "bbox": [128.1836, -7.5542, 128.1836, -7.5542]}, {"id": "5295", "type": "Feature", "properties": {"id": "us2000ajex", "mag": 4.3, "time": 1505049954620, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.6306, 15.7653, 20.71]}, "bbox": [-98.6306, 15.7653, -98.6306, 15.7653]}, {"id": "5296", "type": "Feature", "properties": {"id": "ci37759303", "mag": 1.26, "time": 1505049848270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7985, 33.504667, 4.53]}, "bbox": [-116.7985, 33.504667, -116.7985, 33.504667]}, {"id": "5297", "type": "Feature", "properties": {"id": "us2000ajeq", "mag": 2.8, "time": 1505049297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4232, 42.5578, 7.16]}, "bbox": [-111.4232, 42.5578, -111.4232, 42.5578]}, {"id": "5298", "type": "Feature", "properties": {"id": "ak16799353", "mag": 1.3, "time": 1505049096103, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6348, 59.8194, 14.2]}, "bbox": [-136.6348, 59.8194, -136.6348, 59.8194]}, {"id": "5299", "type": "Feature", "properties": {"id": "us2000ajen", "mag": 3.0, "time": 1505048991180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4182, 42.5509, 7.02]}, "bbox": [-111.4182, 42.5509, -111.4182, 42.5509]}, {"id": "5300", "type": "Feature", "properties": {"id": "ak16827673", "mag": 1.6, "time": 1505048796797, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-167.3116, 53.3278, 13.0]}, "bbox": [-167.3116, 53.3278, -167.3116, 53.3278]}, {"id": "5301", "type": "Feature", "properties": {"id": "us2000ajej", "mag": 2.6, "time": 1505048615320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6115, 6.14]}, "bbox": [-111.4688, 42.6115, -111.4688, 42.6115]}, {"id": "5302", "type": "Feature", "properties": {"id": "mb80254034", "mag": 1.41, "time": 1505048540860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521667, 46.8615, 12.53]}, "bbox": [-112.521667, 46.8615, -112.521667, 46.8615]}, {"id": "5303", "type": "Feature", "properties": {"id": "mb80254029", "mag": 1.23, "time": 1505048399750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.521167, 46.853, 11.49]}, "bbox": [-112.521167, 46.853, -112.521167, 46.853]}, {"id": "5304", "type": "Feature", "properties": {"id": "ak16799346", "mag": 2.0, "time": 1505048306207, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2292, 62.187, 56.1]}, "bbox": [-150.2292, 62.187, -150.2292, 62.187]}, {"id": "5305", "type": "Feature", "properties": {"id": "us2000aje5", "mag": 4.4, "time": 1505047810980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.8604, 12.4905, 60.22]}, "bbox": [-87.8604, 12.4905, -87.8604, 12.4905]}, {"id": "5306", "type": "Feature", "properties": {"id": "us2000aje3", "mag": 3.6, "time": 1505047519260, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4283, 42.5536, 6.44]}, "bbox": [-111.4283, 42.5536, -111.4283, 42.5536]}, {"id": "5307", "type": "Feature", "properties": {"id": "us2000aje1", "mag": 2.8, "time": 1505047427230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6011, 5.82]}, "bbox": [-111.4487, 42.6011, -111.4487, 42.6011]}, {"id": "5308", "type": "Feature", "properties": {"id": "us2000ajdz", "mag": 2.5, "time": 1505047141140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4433, 42.6033, 3.94]}, "bbox": [-111.4433, 42.6033, -111.4433, 42.6033]}, {"id": "5309", "type": "Feature", "properties": {"id": "us2000ajm3", "mag": 3.4, "time": 1505046945740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.4897, 52.4554, 37.93]}, "bbox": [-169.4897, 52.4554, -169.4897, 52.4554]}, {"id": "5310", "type": "Feature", "properties": {"id": "us2000ajdq", "mag": 3.1, "time": 1505046464560, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4503, 42.6011, 4.5]}, "bbox": [-111.4503, 42.6011, -111.4503, 42.6011]}, {"id": "5311", "type": "Feature", "properties": {"id": "ak16827668", "mag": 1.6, "time": 1505046395510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3819, 59.8907, 133.0]}, "bbox": [-153.3819, 59.8907, -153.3819, 59.8907]}, {"id": "5312", "type": "Feature", "properties": {"id": "us2000ajdf", "mag": 3.9, "time": 1505045951750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4091, 42.5736, 10.02]}, "bbox": [-111.4091, 42.5736, -111.4091, 42.5736]}, {"id": "5313", "type": "Feature", "properties": {"id": "us2000ajdd", "mag": 3.1, "time": 1505045857190, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4617, 42.6284, 4.97]}, "bbox": [-111.4617, 42.6284, -111.4617, 42.6284]}, {"id": "5314", "type": "Feature", "properties": {"id": "uu60241107", "mag": 2.14, "time": 1505045641970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.59, 6.81]}, "bbox": [-111.427, 42.59, -111.427, 42.59]}, {"id": "5315", "type": "Feature", "properties": {"id": "ak16798742", "mag": 1.3, "time": 1505045327481, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3496, 69.231, 1.2]}, "bbox": [-146.3496, 69.231, -146.3496, 69.231]}, {"id": "5316", "type": "Feature", "properties": {"id": "us2000ajd9", "mag": 4.3, "time": 1505045213250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.1554, 14.0483, 13.91]}, "bbox": [-97.1554, 14.0483, -97.1554, 14.0483]}, {"id": "5317", "type": "Feature", "properties": {"id": "us2000ajd2", "mag": 4.5, "time": 1505044829750, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4915, 15.8549, 21.45]}, "bbox": [-98.4915, 15.8549, -98.4915, 15.8549]}, {"id": "5318", "type": "Feature", "properties": {"id": "ak16798732", "mag": 2.6, "time": 1505044761546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.966, 59.8093, 102.9]}, "bbox": [-152.966, 59.8093, -152.966, 59.8093]}, {"id": "5319", "type": "Feature", "properties": {"id": "us2000ajcy", "mag": 2.6, "time": 1505044665510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.5652, 42.6019, 9.42]}, "bbox": [-111.5652, 42.6019, -111.5652, 42.6019]}, {"id": "5320", "type": "Feature", "properties": {"id": "us2000artq", "mag": 4.4, "time": 1505044070510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [120.6016, 12.9144, 38.64]}, "bbox": [120.6016, 12.9144, 120.6016, 12.9144]}, {"id": "5321", "type": "Feature", "properties": {"id": "ak16827665", "mag": 1.6, "time": 1505043947734, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3635, 51.6272, 0.6]}, "bbox": [-178.3635, 51.6272, -178.3635, 51.6272]}, {"id": "5322", "type": "Feature", "properties": {"id": "us2000ajci", "mag": 2.9, "time": 1505043647160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4487, 42.6201, 8.65]}, "bbox": [-111.4487, 42.6201, -111.4487, 42.6201]}, {"id": "5323", "type": "Feature", "properties": {"id": "ak16827663", "mag": 2.1, "time": 1505043481292, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.5488, 52.6471, 37.0]}, "bbox": [-168.5488, 52.6471, -168.5488, 52.6471]}, {"id": "5324", "type": "Feature", "properties": {"id": "us2000ajch", "mag": 2.9, "time": 1505043441680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4464, 42.565, 8.31]}, "bbox": [-111.4464, 42.565, -111.4464, 42.565]}, {"id": "5325", "type": "Feature", "properties": {"id": "nn00604506", "mag": 1.1, "time": 1505043238904, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.2044, 38.3052, 10.6]}, "bbox": [-119.2044, 38.3052, -119.2044, 38.3052]}, {"id": "5326", "type": "Feature", "properties": {"id": "us2000ajce", "mag": 2.6, "time": 1505042826200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4252, 42.5577, 5.15]}, "bbox": [-111.4252, 42.5577, -111.4252, 42.5577]}, {"id": "5327", "type": "Feature", "properties": {"id": "ak16798700", "mag": 1.7, "time": 1505042612937, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.2918, 69.235, 1.0]}, "bbox": [-146.2918, 69.235, -146.2918, 69.235]}, {"id": "5328", "type": "Feature", "properties": {"id": "us2000ajc9", "mag": 3.1, "time": 1505042537350, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4318, 42.5604, 7.18]}, "bbox": [-111.4318, 42.5604, -111.4318, 42.5604]}, {"id": "5329", "type": "Feature", "properties": {"id": "hv61903466", "mag": 2.42, "time": 1505042508060, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.211833, 19.916833, 13.349]}, "bbox": [-155.211833, 19.916833, -155.211833, 19.916833]}, {"id": "5330", "type": "Feature", "properties": {"id": "ak16798696", "mag": 1.3, "time": 1505042293807, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.3271, 69.2374, 3.8]}, "bbox": [-146.3271, 69.2374, -146.3271, 69.2374]}, {"id": "5331", "type": "Feature", "properties": {"id": "us2000ajbt", "mag": 4.7, "time": 1505041959050, "felt": 41.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4701, 42.6074, 4.56]}, "bbox": [-111.4701, 42.6074, -111.4701, 42.6074]}, {"id": "5332", "type": "Feature", "properties": {"id": "us2000ajbp", "mag": 2.6, "time": 1505041798510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4553, 42.6057, 2.2]}, "bbox": [-111.4553, 42.6057, -111.4553, 42.6057]}, {"id": "5333", "type": "Feature", "properties": {"id": "nn00604588", "mag": 1.0, "time": 1505041736983, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8863, 39.0228, 11.8]}, "bbox": [-118.8863, 39.0228, -118.8863, 39.0228]}, {"id": "5334", "type": "Feature", "properties": {"id": "pr2017253002", "mag": 2.88, "time": 1505041375350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.305, 18.603, 82.0]}, "bbox": [-66.305, 18.603, -66.305, 18.603]}, {"id": "5335", "type": "Feature", "properties": {"id": "us2000ajbk", "mag": 3.1, "time": 1505040789630, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4404, 42.601, 4.73]}, "bbox": [-111.4404, 42.601, -111.4404, 42.601]}, {"id": "5336", "type": "Feature", "properties": {"id": "us2000ajbj", "mag": 2.6, "time": 1505040635620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4423, 42.5705, 7.5]}, "bbox": [-111.4423, 42.5705, -111.4423, 42.5705]}, {"id": "5337", "type": "Feature", "properties": {"id": "ci37759247", "mag": 1.02, "time": 1505040606370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.192167, 33.778, 3.52]}, "bbox": [-116.192167, 33.778, -116.192167, 33.778]}, {"id": "5338", "type": "Feature", "properties": {"id": "uw61306142", "mag": 2.37, "time": 1505040308500, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.040167, 46.875333, 6.45]}, "bbox": [-122.040167, 46.875333, -122.040167, 46.875333]}, {"id": "5339", "type": "Feature", "properties": {"id": "ak16827659", "mag": 2.3, "time": 1505040202211, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.8004, 51.946, 193.7]}, "bbox": [-175.8004, 51.946, -175.8004, 51.946]}, {"id": "5340", "type": "Feature", "properties": {"id": "us2000ajba", "mag": 2.5, "time": 1505040116970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4234, 42.6126, 8.0]}, "bbox": [-111.4234, 42.6126, -111.4234, 42.6126]}, {"id": "5341", "type": "Feature", "properties": {"id": "ismpkansas70234948", "mag": 1.52, "time": 1505039824000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.878333, 37.226333, 2.17]}, "bbox": [-97.878333, 37.226333, -97.878333, 37.226333]}, {"id": "5342", "type": "Feature", "properties": {"id": "us2000ajay", "mag": 2.5, "time": 1505039717650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4475, 42.5965, 6.66]}, "bbox": [-111.4475, 42.5965, -111.4475, 42.5965]}, {"id": "5343", "type": "Feature", "properties": {"id": "ci37759239", "mag": 1.83, "time": 1505039190870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.297667, 34.7275, 4.7]}, "bbox": [-116.297667, 34.7275, -116.297667, 34.7275]}, {"id": "5344", "type": "Feature", "properties": {"id": "ci37759231", "mag": 1.46, "time": 1505038960010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.206167, 33.030167, 5.66]}, "bbox": [-116.206167, 33.030167, -116.206167, 33.030167]}, {"id": "5345", "type": "Feature", "properties": {"id": "us2000ajah", "mag": 4.9, "time": 1505038459290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5926, 15.8657, 62.07]}, "bbox": [-94.5926, 15.8657, -94.5926, 15.8657]}, {"id": "5346", "type": "Feature", "properties": {"id": "us2000ajad", "mag": 2.8, "time": 1505038317850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4649, 42.5713, 2.8]}, "bbox": [-111.4649, 42.5713, -111.4649, 42.5713]}, {"id": "5347", "type": "Feature", "properties": {"id": "us2000ajac", "mag": 2.8, "time": 1505038143220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3389, 42.5698, 5.91]}, "bbox": [-111.3389, 42.5698, -111.3389, 42.5698]}, {"id": "5348", "type": "Feature", "properties": {"id": "us2000aja1", "mag": 2.5, "time": 1505037892850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4134, 42.5966, 2.41]}, "bbox": [-111.4134, 42.5966, -111.4134, 42.5966]}, {"id": "5349", "type": "Feature", "properties": {"id": "nc72889666", "mag": 2.44, "time": 1505037177900, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.680333, 36.934833, 10.93]}, "bbox": [-121.680333, 36.934833, -121.680333, 36.934833]}, {"id": "5350", "type": "Feature", "properties": {"id": "us2000ak98", "mag": 2.7, "time": 1505037007800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.9657, 36.5378, 5.921]}, "bbox": [-98.9657, 36.5378, -98.9657, 36.5378]}, {"id": "5351", "type": "Feature", "properties": {"id": "us2000akbp", "mag": 3.5, "time": 1505036907810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4216, 42.6147, 2.61]}, "bbox": [-111.4216, 42.6147, -111.4216, 42.6147]}, {"id": "5352", "type": "Feature", "properties": {"id": "hv61903376", "mag": 2.02, "time": 1505036885770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.244, 19.404333, 38.634]}, "bbox": [-155.244, 19.404333, -155.244, 19.404333]}, {"id": "5353", "type": "Feature", "properties": {"id": "us2000aj9i", "mag": 5.0, "time": 1505036830570, "felt": 222.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5629, 9.83]}, "bbox": [-111.4155, 42.5629, -111.4155, 42.5629]}, {"id": "5354", "type": "Feature", "properties": {"id": "nn00604494", "mag": 1.3, "time": 1505036614546, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9198, 38.3864, 5.0]}, "bbox": [-118.9198, 38.3864, -118.9198, 38.3864]}, {"id": "5355", "type": "Feature", "properties": {"id": "ak16797541", "mag": 2.3, "time": 1505036483755, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-176.8674, 50.427, 38.0]}, "bbox": [-176.8674, 50.427, -176.8674, 50.427]}, {"id": "5356", "type": "Feature", "properties": {"id": "nc72889656", "mag": 1.55, "time": 1505036419440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9445, 37.642333, -0.52]}, "bbox": [-118.9445, 37.642333, -118.9445, 37.642333]}, {"id": "5357", "type": "Feature", "properties": {"id": "us2000artp", "mag": 4.7, "time": 1505036336060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [147.742, 44.4006, 89.5]}, "bbox": [147.742, 44.4006, 147.742, 44.4006]}, {"id": "5358", "type": "Feature", "properties": {"id": "us2000aj9e", "mag": 4.1, "time": 1505036045120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8669, 15.7031, 37.36]}, "bbox": [-93.8669, 15.7031, -93.8669, 15.7031]}, {"id": "5359", "type": "Feature", "properties": {"id": "ak16797519", "mag": 3.3, "time": 1505035967489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.9107, 62.993, 122.8]}, "bbox": [-150.9107, 62.993, -150.9107, 62.993]}, {"id": "5360", "type": "Feature", "properties": {"id": "ak16797515", "mag": 2.4, "time": 1505035289100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.6897, 53.169, 25.5]}, "bbox": [-166.6897, 53.169, -166.6897, 53.169]}, {"id": "5361", "type": "Feature", "properties": {"id": "ak16827654", "mag": 1.4, "time": 1505034233691, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9911, 60.3931, 86.0]}, "bbox": [-151.9911, 60.3931, -151.9911, 60.3931]}, {"id": "5362", "type": "Feature", "properties": {"id": "ak16796945", "mag": 2.3, "time": 1505033682313, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0313, 60.3066, 10.2]}, "bbox": [-143.0313, 60.3066, -143.0313, 60.3066]}, {"id": "5363", "type": "Feature", "properties": {"id": "nc72889646", "mag": 1.08, "time": 1505033636850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.818001, 38.801998, 2.52]}, "bbox": [-122.818001, 38.801998, -122.818001, 38.801998]}, {"id": "5364", "type": "Feature", "properties": {"id": "us2000aj8v", "mag": 2.4, "time": 1505033298010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.484, 42.6096, 5.0]}, "bbox": [-111.484, 42.6096, -111.484, 42.6096]}, {"id": "5365", "type": "Feature", "properties": {"id": "us2000amz2", "mag": 2.8, "time": 1505033251180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0563, 54.0093, 14.8]}, "bbox": [-163.0563, 54.0093, -163.0563, 54.0093]}, {"id": "5366", "type": "Feature", "properties": {"id": "ci37759175", "mag": 1.28, "time": 1505033174200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.362167, 33.154333, 11.24]}, "bbox": [-116.362167, 33.154333, -116.362167, 33.154333]}, {"id": "5367", "type": "Feature", "properties": {"id": "ak16796924", "mag": 1.8, "time": 1505033149645, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7762, 53.453, 28.1]}, "bbox": [-165.7762, 53.453, -165.7762, 53.453]}, {"id": "5368", "type": "Feature", "properties": {"id": "us2000aj8s", "mag": 5.5, "time": 1505033064540, "felt": 15.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [142.8932, 41.7813, 45.0]}, "bbox": [142.8932, 41.7813, 142.8932, 41.7813]}, {"id": "5369", "type": "Feature", "properties": {"id": "us2000aj8i", "mag": 5.2, "time": 1505032778170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5035, 15.7644, 57.6]}, "bbox": [-94.5035, 15.7644, -94.5035, 15.7644]}, {"id": "5370", "type": "Feature", "properties": {"id": "us2000amz1", "mag": 2.8, "time": 1505032715690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-162.8991, 53.5788, 15.9]}, "bbox": [-162.8991, 53.5788, -162.8991, 53.5788]}, {"id": "5371", "type": "Feature", "properties": {"id": "mb80253749", "mag": 1.76, "time": 1505032545100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.524667, 46.889167, 14.06]}, "bbox": [-112.524667, 46.889167, -112.524667, 46.889167]}, {"id": "5372", "type": "Feature", "properties": {"id": "us2000aj87", "mag": 3.8, "time": 1505032481960, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9548, 37.0369, 5.0]}, "bbox": [-104.9548, 37.0369, -104.9548, 37.0369]}, {"id": "5373", "type": "Feature", "properties": {"id": "us2000artm", "mag": 4.4, "time": 1505032427640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.852, -18.159, 601.21]}, "bbox": [-177.852, -18.159, -177.852, -18.159]}, {"id": "5374", "type": "Feature", "properties": {"id": "us2000aj86", "mag": 4.2, "time": 1505032314990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [22.3039, 38.0722, 10.0]}, "bbox": [22.3039, 38.0722, 22.3039, 38.0722]}, {"id": "5375", "type": "Feature", "properties": {"id": "ci37759159", "mag": 0.97, "time": 1505031839650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1615, 34.0365, 4.44]}, "bbox": [-117.1615, 34.0365, -117.1615, 34.0365]}, {"id": "5376", "type": "Feature", "properties": {"id": "us2000artk", "mag": 3.8, "time": 1505031830730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [170.788, 53.8251, 10.0]}, "bbox": [170.788, 53.8251, 170.788, 53.8251]}, {"id": "5377", "type": "Feature", "properties": {"id": "us2000amyz", "mag": 2.6, "time": 1505031468470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4988, 51.6871, 9.2]}, "bbox": [-178.4988, 51.6871, -178.4988, 51.6871]}, {"id": "5378", "type": "Feature", "properties": {"id": "us2000arti", "mag": 4.5, "time": 1505031463320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9123, -25.0133, 508.03]}, "bbox": [179.9123, -25.0133, 179.9123, -25.0133]}, {"id": "5379", "type": "Feature", "properties": {"id": "hv61903321", "mag": 1.9, "time": 1505031307020, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.376, 19.109, 42.633]}, "bbox": [-155.376, 19.109, -155.376, 19.109]}, {"id": "5380", "type": "Feature", "properties": {"id": "ci37759151", "mag": 2.32, "time": 1505031276490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.528667, 33.143833, 8.22]}, "bbox": [-116.528667, 33.143833, -116.528667, 33.143833]}, {"id": "5381", "type": "Feature", "properties": {"id": "nc72889631", "mag": 1.68, "time": 1505031062020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.1025, 35.652333, 4.49]}, "bbox": [-121.1025, 35.652333, -121.1025, 35.652333]}, {"id": "5382", "type": "Feature", "properties": {"id": "ci37759127", "mag": 0.99, "time": 1505030565890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.4795, 34.347667, 6.85]}, "bbox": [-118.4795, 34.347667, -118.4795, 34.347667]}, {"id": "5383", "type": "Feature", "properties": {"id": "ak16796357", "mag": 1.6, "time": 1505029768799, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6864, 61.2792, 33.7]}, "bbox": [-146.6864, 61.2792, -146.6864, 61.2792]}, {"id": "5384", "type": "Feature", "properties": {"id": "ak16796347", "mag": 2.8, "time": 1505029738842, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8811, 62.6834, 89.8]}, "bbox": [-150.8811, 62.6834, -150.8811, 62.6834]}, {"id": "5385", "type": "Feature", "properties": {"id": "ak16796345", "mag": 1.1, "time": 1505029334941, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9656, 62.9587, 88.3]}, "bbox": [-149.9656, 62.9587, -149.9656, 62.9587]}, {"id": "5386", "type": "Feature", "properties": {"id": "ak16796343", "mag": 1.4, "time": 1505028430485, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.3315, 60.2265, 0.0]}, "bbox": [-141.3315, 60.2265, -141.3315, 60.2265]}, {"id": "5387", "type": "Feature", "properties": {"id": "ci37759079", "mag": 1.03, "time": 1505028192380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.793833, 33.508, 4.77]}, "bbox": [-116.793833, 33.508, -116.793833, 33.508]}, {"id": "5388", "type": "Feature", "properties": {"id": "ak16827644", "mag": 2.2, "time": 1505028185237, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.9799, 52.0013, 156.3]}, "bbox": [-175.9799, 52.0013, -175.9799, 52.0013]}, {"id": "5389", "type": "Feature", "properties": {"id": "us2000artg", "mag": 4.2, "time": 1505027908500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.9129, -24.5931, 503.92]}, "bbox": [179.9129, -24.5931, 179.9129, -24.5931]}, {"id": "5390", "type": "Feature", "properties": {"id": "us2000aj7r", "mag": 4.5, "time": 1505027720310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5866, 15.1076, 24.87]}, "bbox": [-94.5866, 15.1076, -94.5866, 15.1076]}, {"id": "5391", "type": "Feature", "properties": {"id": "us2000aj7m", "mag": 3.3, "time": 1505027636400, "felt": 12.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.804, 35.9918, 5.961]}, "bbox": [-96.804, 35.9918, -96.804, 35.9918]}, {"id": "5392", "type": "Feature", "properties": {"id": "us2000aj7l", "mag": 3.0, "time": 1505027344470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4316, 42.5611, 7.33]}, "bbox": [-111.4316, 42.5611, -111.4316, 42.5611]}, {"id": "5393", "type": "Feature", "properties": {"id": "ak16796341", "mag": 1.6, "time": 1505026917606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.9481, 51.2072, 22.2]}, "bbox": [-177.9481, 51.2072, -177.9481, 51.2072]}, {"id": "5394", "type": "Feature", "properties": {"id": "ak16796340", "mag": 1.2, "time": 1505026743356, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0079, 59.5892, 41.8]}, "bbox": [-151.0079, 59.5892, -151.0079, 59.5892]}, {"id": "5395", "type": "Feature", "properties": {"id": "ak16796338", "mag": 1.3, "time": 1505026513369, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0949, 62.0857, 37.5]}, "bbox": [-148.0949, 62.0857, -148.0949, 62.0857]}, {"id": "5396", "type": "Feature", "properties": {"id": "ci37759055", "mag": 1.58, "time": 1505026335940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.798333, 33.501167, 3.42]}, "bbox": [-116.798333, 33.501167, -116.798333, 33.501167]}, {"id": "5397", "type": "Feature", "properties": {"id": "mb80253734", "mag": 1.14, "time": 1505025721140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-113.170167, 47.328333, 19.23]}, "bbox": [-113.170167, 47.328333, -113.170167, 47.328333]}, {"id": "5398", "type": "Feature", "properties": {"id": "ak16796336", "mag": 1.0, "time": 1505025668896, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2865, 62.4037, 46.1]}, "bbox": [-148.2865, 62.4037, -148.2865, 62.4037]}, {"id": "5399", "type": "Feature", "properties": {"id": "ak16796333", "mag": 1.6, "time": 1505025496149, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.8107, 60.5943, 2.7]}, "bbox": [-147.8107, 60.5943, -147.8107, 60.5943]}, {"id": "5400", "type": "Feature", "properties": {"id": "nc72889606", "mag": 1.8, "time": 1505025336300, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.260333, 36.150833, 8.23]}, "bbox": [-120.260333, 36.150833, -120.260333, 36.150833]}, {"id": "5401", "type": "Feature", "properties": {"id": "us2000aj7g", "mag": 4.3, "time": 1505024815920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5354, 15.0816, 39.42]}, "bbox": [-94.5354, 15.0816, -94.5354, 15.0816]}, {"id": "5402", "type": "Feature", "properties": {"id": "ak16827636", "mag": 1.3, "time": 1505024434533, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4031, 51.77, 19.4]}, "bbox": [-178.4031, 51.77, -178.4031, 51.77]}, {"id": "5403", "type": "Feature", "properties": {"id": "ak16795777", "mag": 1.4, "time": 1505024355978, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.0051, 60.2926, 12.0]}, "bbox": [-143.0051, 60.2926, -143.0051, 60.2926]}, {"id": "5404", "type": "Feature", "properties": {"id": "ci37759039", "mag": 1.89, "time": 1505024281500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871, 36.511333, 7.6]}, "bbox": [-117.871, 36.511333, -117.871, 36.511333]}, {"id": "5405", "type": "Feature", "properties": {"id": "nn00604470", "mag": 1.2, "time": 1505024158420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1219, 37.3848, 6.9]}, "bbox": [-117.1219, 37.3848, -117.1219, 37.3848]}, {"id": "5406", "type": "Feature", "properties": {"id": "nc72889576", "mag": 0.98, "time": 1505022995190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.766333, 37.576333, 4.92]}, "bbox": [-118.766333, 37.576333, -118.766333, 37.576333]}, {"id": "5407", "type": "Feature", "properties": {"id": "us2000aj75", "mag": 4.0, "time": 1505022687700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2661, 15.0962, 47.3]}, "bbox": [-94.2661, 15.0962, -94.2661, 15.0962]}, {"id": "5408", "type": "Feature", "properties": {"id": "ak16827633", "mag": 1.4, "time": 1505022608119, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9863, 59.5419, 87.3]}, "bbox": [-152.9863, 59.5419, -152.9863, 59.5419]}, {"id": "5409", "type": "Feature", "properties": {"id": "ak16795771", "mag": 1.7, "time": 1505022431855, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7645, 61.916, 63.9]}, "bbox": [-150.7645, 61.916, -150.7645, 61.916]}, {"id": "5410", "type": "Feature", "properties": {"id": "ak16795770", "mag": 1.2, "time": 1505022130505, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6083, 61.2662, 54.7]}, "bbox": [-150.6083, 61.2662, -150.6083, 61.2662]}, {"id": "5411", "type": "Feature", "properties": {"id": "nn00604466", "mag": 1.4, "time": 1505021979344, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1529, 37.0254, 0.2]}, "bbox": [-115.1529, 37.0254, -115.1529, 37.0254]}, {"id": "5412", "type": "Feature", "properties": {"id": "ak16795766", "mag": 1.7, "time": 1505021975648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1305, 61.3941, 3.7]}, "bbox": [-140.1305, 61.3941, -140.1305, 61.3941]}, {"id": "5413", "type": "Feature", "properties": {"id": "pr2017253001", "mag": 2.14, "time": 1505021553530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0151, 18.2211, 26.0]}, "bbox": [-67.0151, 18.2211, -67.0151, 18.2211]}, {"id": "5414", "type": "Feature", "properties": {"id": "ci37759015", "mag": 1.41, "time": 1505021428240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.1665, 34.037667, 5.07]}, "bbox": [-117.1665, 34.037667, -117.1665, 34.037667]}, {"id": "5415", "type": "Feature", "properties": {"id": "us2000aj6q", "mag": 2.8, "time": 1505020972500, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.6874, 36.6964, 8.0]}, "bbox": [-97.6874, 36.6964, -97.6874, 36.6964]}, {"id": "5416", "type": "Feature", "properties": {"id": "ci37758999", "mag": 1.58, "time": 1505020355730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.168833, 34.037667, 4.71]}, "bbox": [-117.168833, 34.037667, -117.168833, 34.037667]}, {"id": "5417", "type": "Feature", "properties": {"id": "nc72889556", "mag": 1.12, "time": 1505019834580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712167, 38.750333, 2.07]}, "bbox": [-122.712167, 38.750333, -122.712167, 38.750333]}, {"id": "5418", "type": "Feature", "properties": {"id": "uw61306032", "mag": 2.05, "time": 1505019796720, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.038167, 46.874333, 6.38]}, "bbox": [-122.038167, 46.874333, -122.038167, 46.874333]}, {"id": "5419", "type": "Feature", "properties": {"id": "us2000aj6e", "mag": 4.1, "time": 1505019258690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.3705, 67.5564, 10.0]}, "bbox": [-173.3705, 67.5564, -173.3705, 67.5564]}, {"id": "5420", "type": "Feature", "properties": {"id": "us2000aj6c", "mag": 4.1, "time": 1505019032690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0925, 15.7467, 34.06]}, "bbox": [-95.0925, 15.7467, -95.0925, 15.7467]}, {"id": "5421", "type": "Feature", "properties": {"id": "us2000ayew", "mag": 4.2, "time": 1505018634430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9037, 15.4311, 74.4]}, "bbox": [-94.9037, 15.4311, -94.9037, 15.4311]}, {"id": "5422", "type": "Feature", "properties": {"id": "ci37758959", "mag": 1.24, "time": 1505018324480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169833, 34.0395, 6.0]}, "bbox": [-117.169833, 34.0395, -117.169833, 34.0395]}, {"id": "5423", "type": "Feature", "properties": {"id": "ak16795206", "mag": 2.1, "time": 1505018157144, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.4944, 60.3044, 178.8]}, "bbox": [-153.4944, 60.3044, -153.4944, 60.3044]}, {"id": "5424", "type": "Feature", "properties": {"id": "us2000ayer", "mag": 4.0, "time": 1505017700720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8225, 15.3927, 47.72]}, "bbox": [-94.8225, 15.3927, -94.8225, 15.3927]}, {"id": "5425", "type": "Feature", "properties": {"id": "ci37758935", "mag": 1.14, "time": 1505017497720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.169, 34.039333, 6.34]}, "bbox": [-117.169, 34.039333, -117.169, 34.039333]}, {"id": "5426", "type": "Feature", "properties": {"id": "ak16795202", "mag": 1.4, "time": 1505017366860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3287, 63.2644, 12.8]}, "bbox": [-151.3287, 63.2644, -151.3287, 63.2644]}, {"id": "5427", "type": "Feature", "properties": {"id": "ci37758927", "mag": 0.97, "time": 1505017113210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.034167, 34.268333, -0.16]}, "bbox": [-117.034167, 34.268333, -117.034167, 34.268333]}, {"id": "5428", "type": "Feature", "properties": {"id": "ak16827627", "mag": 1.4, "time": 1505017084382, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.915, 59.1941, 109.4]}, "bbox": [-153.915, 59.1941, -153.915, 59.1941]}, {"id": "5429", "type": "Feature", "properties": {"id": "ci37758911", "mag": 1.67, "time": 1505016996470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.167, 34.037833, 5.81]}, "bbox": [-117.167, 34.037833, -117.167, 34.037833]}, {"id": "5430", "type": "Feature", "properties": {"id": "ak16795198", "mag": 1.2, "time": 1505016773648, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4096, 62.1404, 0.2]}, "bbox": [-150.4096, 62.1404, -150.4096, 62.1404]}, {"id": "5431", "type": "Feature", "properties": {"id": "ak16795193", "mag": 2.2, "time": 1505016672191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3522, 59.8641, 133.9]}, "bbox": [-153.3522, 59.8641, -153.3522, 59.8641]}, {"id": "5432", "type": "Feature", "properties": {"id": "ismpkansas70234903", "mag": 1.63, "time": 1505016085390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.572167, 37.347167, 4.85]}, "bbox": [-97.572167, 37.347167, -97.572167, 37.347167]}, {"id": "5433", "type": "Feature", "properties": {"id": "ak16795191", "mag": 1.2, "time": 1505016021415, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.4153, 61.11, 0.0]}, "bbox": [-147.4153, 61.11, -147.4153, 61.11]}, {"id": "5434", "type": "Feature", "properties": {"id": "us2000aj5p", "mag": 4.3, "time": 1505015407020, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [141.7252, 38.0198, 68.12]}, "bbox": [141.7252, 38.0198, 141.7252, 38.0198]}, {"id": "5435", "type": "Feature", "properties": {"id": "ak16795189", "mag": 1.3, "time": 1505014815822, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7877, 59.5199, 52.1]}, "bbox": [-151.7877, 59.5199, -151.7877, 59.5199]}, {"id": "5436", "type": "Feature", "properties": {"id": "nc72889511", "mag": 1.11, "time": 1505014765900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.711998, 38.755501, 2.76]}, "bbox": [-122.711998, 38.755501, -122.711998, 38.755501]}, {"id": "5437", "type": "Feature", "properties": {"id": "us2000aj5f", "mag": 4.1, "time": 1505014246310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7509, 15.2659, 43.51]}, "bbox": [-94.7509, 15.2659, -94.7509, 15.2659]}, {"id": "5438", "type": "Feature", "properties": {"id": "ak16795181", "mag": 2.2, "time": 1505014149113, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.8561, 61.3045, 25.3]}, "bbox": [-146.8561, 61.3045, -146.8561, 61.3045]}, {"id": "5439", "type": "Feature", "properties": {"id": "ak16795185", "mag": 1.8, "time": 1505014144643, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.2491, 60.9757, 43.4]}, "bbox": [-147.2491, 60.9757, -147.2491, 60.9757]}, {"id": "5440", "type": "Feature", "properties": {"id": "us2000aj59", "mag": 4.1, "time": 1505013882540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2187, 67.6427, 10.0]}, "bbox": [-173.2187, 67.6427, -173.2187, 67.6427]}, {"id": "5441", "type": "Feature", "properties": {"id": "uw61306007", "mag": 1.81, "time": 1505013085820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.600667, 43.836167, 3.82]}, "bbox": [-122.600667, 43.836167, -122.600667, 43.836167]}, {"id": "5442", "type": "Feature", "properties": {"id": "mb80253724", "mag": 1.18, "time": 1505012880400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.520333, 46.896167, 10.28]}, "bbox": [-112.520333, 46.896167, -112.520333, 46.896167]}, {"id": "5443", "type": "Feature", "properties": {"id": "us2000aj51", "mag": 5.8, "time": 1505012842340, "felt": 8.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5278, 15.3896, 29.0]}, "bbox": [-94.5278, 15.3896, -94.5278, 15.3896]}, {"id": "5444", "type": "Feature", "properties": {"id": "ak16794614", "mag": 1.5, "time": 1505011941254, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.0253, 66.769, 24.1]}, "bbox": [-146.0253, 66.769, -146.0253, 66.769]}, {"id": "5445", "type": "Feature", "properties": {"id": "ak16794611", "mag": 1.9, "time": 1505011477433, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.452, 60.9238, 15.1]}, "bbox": [-147.452, 60.9238, -147.452, 60.9238]}, {"id": "5446", "type": "Feature", "properties": {"id": "ak16794610", "mag": 2.3, "time": 1505010496180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.5196, 51.817, 106.7]}, "bbox": [178.5196, 51.817, 178.5196, 51.817]}, {"id": "5447", "type": "Feature", "properties": {"id": "us2000arv6", "mag": 4.0, "time": 1505010360400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9747, 15.1883, 59.97]}, "bbox": [-94.9747, 15.1883, -94.9747, 15.1883]}, {"id": "5448", "type": "Feature", "properties": {"id": "pr2017253000", "mag": 2.65, "time": 1505009947880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.1073, 18.2203, 79.0]}, "bbox": [-67.1073, 18.2203, -67.1073, 18.2203]}, {"id": "5449", "type": "Feature", "properties": {"id": "us2000aj4r", "mag": 4.3, "time": 1505009855470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.3515, 14.9239, 35.26]}, "bbox": [-93.3515, 14.9239, -93.3515, 14.9239]}, {"id": "5450", "type": "Feature", "properties": {"id": "us2000aj4q", "mag": 2.4, "time": 1505009730390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.403, 42.6058, 5.0]}, "bbox": [-111.403, 42.6058, -111.403, 42.6058]}, {"id": "5451", "type": "Feature", "properties": {"id": "ak16794604", "mag": 1.5, "time": 1505009566066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5055, 61.4008, 14.7]}, "bbox": [-146.5055, 61.4008, -146.5055, 61.4008]}, {"id": "5452", "type": "Feature", "properties": {"id": "us2000aj4m", "mag": 3.2, "time": 1505008832850, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4779, 42.6737, 2.46]}, "bbox": [-111.4779, 42.6737, -111.4779, 42.6737]}, {"id": "5453", "type": "Feature", "properties": {"id": "us2000aye7", "mag": 3.9, "time": 1505008653110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.442, 15.7739, 41.92]}, "bbox": [-94.442, 15.7739, -94.442, 15.7739]}, {"id": "5454", "type": "Feature", "properties": {"id": "us2000aj4i", "mag": 4.2, "time": 1505008285900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3811, 14.9456, 27.79]}, "bbox": [-94.3811, 14.9456, -94.3811, 14.9456]}, {"id": "5455", "type": "Feature", "properties": {"id": "ak16827395", "mag": 1.0, "time": 1505008083507, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7452, 63.1544, 9.3]}, "bbox": [-152.7452, 63.1544, -152.7452, 63.1544]}, {"id": "5456", "type": "Feature", "properties": {"id": "ak16794056", "mag": 1.8, "time": 1505007980655, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-137.9725, 59.1241, 13.0]}, "bbox": [-137.9725, 59.1241, -137.9725, 59.1241]}, {"id": "5457", "type": "Feature", "properties": {"id": "nn00604443", "mag": 1.1, "time": 1505007942083, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9112, 38.3937, 7.8]}, "bbox": [-118.9112, 38.3937, -118.9112, 38.3937]}, {"id": "5458", "type": "Feature", "properties": {"id": "ci37758839", "mag": 1.22, "time": 1505007033130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.383167, 33.193, 7.75]}, "bbox": [-116.383167, 33.193, -116.383167, 33.193]}, {"id": "5459", "type": "Feature", "properties": {"id": "ak16827393", "mag": 1.2, "time": 1505006807930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6807, 59.9356, 95.0]}, "bbox": [-152.6807, 59.9356, -152.6807, 59.9356]}, {"id": "5460", "type": "Feature", "properties": {"id": "us2000aj47", "mag": 4.1, "time": 1505005871300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.689, 16.7045, 39.46]}, "bbox": [-94.689, 16.7045, -94.689, 16.7045]}, {"id": "5461", "type": "Feature", "properties": {"id": "us2000aj44", "mag": 4.3, "time": 1505005501920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7157, 15.408, 32.22]}, "bbox": [-94.7157, 15.408, -94.7157, 15.408]}, {"id": "5462", "type": "Feature", "properties": {"id": "us2000aj41", "mag": 4.3, "time": 1505005103690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5751, 15.5308, 63.49]}, "bbox": [-94.5751, 15.5308, -94.5751, 15.5308]}, {"id": "5463", "type": "Feature", "properties": {"id": "us2000aj3z", "mag": 4.4, "time": 1505004749280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.3526, 47.21]}, "bbox": [-94.4987, 15.3526, -94.4987, 15.3526]}, {"id": "5464", "type": "Feature", "properties": {"id": "us2000aj3t", "mag": 3.3, "time": 1505004389150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.358, 44.2464, 10.0]}, "bbox": [-129.358, 44.2464, -129.358, 44.2464]}, {"id": "5465", "type": "Feature", "properties": {"id": "ak16793513", "mag": 2.3, "time": 1505004296412, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-143.3005, 58.2485, 10.0]}, "bbox": [-143.3005, 58.2485, -143.3005, 58.2485]}, {"id": "5466", "type": "Feature", "properties": {"id": "ak16793511", "mag": 2.0, "time": 1505004250005, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3901, 51.6935, 13.2]}, "bbox": [-178.3901, 51.6935, -178.3901, 51.6935]}, {"id": "5467", "type": "Feature", "properties": {"id": "us2000aj3m", "mag": 3.3, "time": 1505004159420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0417, 44.4745, 10.0]}, "bbox": [-129.0417, 44.4745, -129.0417, 44.4745]}, {"id": "5468", "type": "Feature", "properties": {"id": "ak16827390", "mag": 1.5, "time": 1505004153873, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.9635, 59.4036, 98.3]}, "bbox": [-152.9635, 59.4036, -152.9635, 59.4036]}, {"id": "5469", "type": "Feature", "properties": {"id": "ak16827388", "mag": 1.4, "time": 1505003603974, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4592, 51.7361, 18.3]}, "bbox": [-178.4592, 51.7361, -178.4592, 51.7361]}, {"id": "5470", "type": "Feature", "properties": {"id": "ak16793506", "mag": 1.5, "time": 1505003554878, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5578, 62.0025, 41.6]}, "bbox": [-149.5578, 62.0025, -149.5578, 62.0025]}, {"id": "5471", "type": "Feature", "properties": {"id": "mb80253689", "mag": 0.96, "time": 1505003169140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.508667, 46.879833, 9.14]}, "bbox": [-112.508667, 46.879833, -112.508667, 46.879833]}, {"id": "5472", "type": "Feature", "properties": {"id": "us2000aj3k", "mag": 4.7, "time": 1505002421890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.5775, -16.7183, 10.0]}, "bbox": [-172.5775, -16.7183, -172.5775, -16.7183]}, {"id": "5473", "type": "Feature", "properties": {"id": "ak16793503", "mag": 1.2, "time": 1505001653442, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.0694, 51.6811, 2.6]}, "bbox": [-178.0694, 51.6811, -178.0694, 51.6811]}, {"id": "5474", "type": "Feature", "properties": {"id": "us2000aj3c", "mag": 2.3, "time": 1505001525800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5803, 7.86]}, "bbox": [-111.427, 42.5803, -111.427, 42.5803]}, {"id": "5475", "type": "Feature", "properties": {"id": "hv61903041", "mag": 1.97, "time": 1505000788390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.501, 19.948333, 38.213]}, "bbox": [-155.501, 19.948333, -155.501, 19.948333]}, {"id": "5476", "type": "Feature", "properties": {"id": "ak16793502", "mag": 2.1, "time": 1505000595653, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.5442, 56.1065, 5.5]}, "bbox": [-159.5442, 56.1065, -159.5442, 56.1065]}, {"id": "5477", "type": "Feature", "properties": {"id": "us2000aj36", "mag": 3.3, "time": 1505000090270, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-129.0754, 44.3952, 10.0]}, "bbox": [-129.0754, 44.3952, -129.0754, 44.3952]}, {"id": "5478", "type": "Feature", "properties": {"id": "nc72889416", "mag": 1.43, "time": 1505000045060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.709167, 38.768333, 1.44]}, "bbox": [-122.709167, 38.768333, -122.709167, 38.768333]}, {"id": "5479", "type": "Feature", "properties": {"id": "nc72889411", "mag": 1.18, "time": 1504999845050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.424167, 38.768, 7.71]}, "bbox": [-122.424167, 38.768, -122.424167, 38.768]}, {"id": "5480", "type": "Feature", "properties": {"id": "ak16793501", "mag": 1.0, "time": 1504999793486, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0175, 59.5958, 36.9]}, "bbox": [-151.0175, 59.5958, -151.0175, 59.5958]}, {"id": "5481", "type": "Feature", "properties": {"id": "ak16793499", "mag": 1.5, "time": 1504999218478, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.9885, 60.7112, 87.3]}, "bbox": [-151.9885, 60.7112, -151.9885, 60.7112]}, {"id": "5482", "type": "Feature", "properties": {"id": "ak16823567", "mag": 1.5, "time": 1504999019129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.3619, 57.7499, 9.3]}, "bbox": [-136.3619, 57.7499, -136.3619, 57.7499]}, {"id": "5483", "type": "Feature", "properties": {"id": "hv61903026", "mag": 1.83, "time": 1504999009760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.28717, 19.4025, 1.54]}, "bbox": [-155.28717, 19.4025, -155.28717, 19.4025]}, {"id": "5484", "type": "Feature", "properties": {"id": "ak16793495", "mag": 1.5, "time": 1504998539010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.1873, 63.1024, 94.1]}, "bbox": [-150.1873, 63.1024, -150.1873, 63.1024]}, {"id": "5485", "type": "Feature", "properties": {"id": "ak16793492", "mag": 1.9, "time": 1504998198191, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4513, 66.9866, 0.9]}, "bbox": [-157.4513, 66.9866, -157.4513, 66.9866]}, {"id": "5486", "type": "Feature", "properties": {"id": "ak16793490", "mag": 1.1, "time": 1504998084010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3555, 64.9906, 0.0]}, "bbox": [-147.3555, 64.9906, -147.3555, 64.9906]}, {"id": "5487", "type": "Feature", "properties": {"id": "us2000am0g", "mag": 2.9, "time": 1504997864050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-161.5776, 54.9813, 70.97]}, "bbox": [-161.5776, 54.9813, -161.5776, 54.9813]}, {"id": "5488", "type": "Feature", "properties": {"id": "us2000am0f", "mag": 3.0, "time": 1504997382330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4861, 55.435, 25.1]}, "bbox": [-158.4861, 55.435, -158.4861, 55.435]}, {"id": "5489", "type": "Feature", "properties": {"id": "us2000aj2w", "mag": 2.6, "time": 1504996101810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4595, 42.6646, 8.07]}, "bbox": [-111.4595, 42.6646, -111.4595, 42.6646]}, {"id": "5490", "type": "Feature", "properties": {"id": "ak16823560", "mag": 1.1, "time": 1504995586471, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.5516, 60.1674, 10.1]}, "bbox": [-139.5516, 60.1674, -139.5516, 60.1674]}, {"id": "5491", "type": "Feature", "properties": {"id": "us2000aj2g", "mag": 2.6, "time": 1504995580700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-99.3253, 36.95, 2.161]}, "bbox": [-99.3253, 36.95, -99.3253, 36.95]}, {"id": "5492", "type": "Feature", "properties": {"id": "nc72889401", "mag": 1.53, "time": 1504995533070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.883167, 39.862333, 5.12]}, "bbox": [-122.883167, 39.862333, -122.883167, 39.862333]}, {"id": "5493", "type": "Feature", "properties": {"id": "us2000aj2p", "mag": 4.3, "time": 1504995471290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-73.6167, -36.1497, 25.35]}, "bbox": [-73.6167, -36.1497, -73.6167, -36.1497]}, {"id": "5494", "type": "Feature", "properties": {"id": "ci37758743", "mag": 0.97, "time": 1504995032090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.927167, 35.897667, 6.49]}, "bbox": [-116.927167, 35.897667, -116.927167, 35.897667]}, {"id": "5495", "type": "Feature", "properties": {"id": "ak16792945", "mag": 1.9, "time": 1504994934423, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.6439, 60.0021, 159.1]}, "bbox": [-153.6439, 60.0021, -153.6439, 60.0021]}, {"id": "5496", "type": "Feature", "properties": {"id": "nc72889396", "mag": 1.01, "time": 1504994309360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.744499, 38.774666, 1.39]}, "bbox": [-122.744499, 38.774666, -122.744499, 38.774666]}, {"id": "5497", "type": "Feature", "properties": {"id": "mb80253659", "mag": 1.35, "time": 1504994237270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.767667, 45.618, 0.67]}, "bbox": [-111.767667, 45.618, -111.767667, 45.618]}, {"id": "5498", "type": "Feature", "properties": {"id": "nc72889391", "mag": 1.15, "time": 1504994059680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.4355, 39.501833, 12.05]}, "bbox": [-121.4355, 39.501833, -121.4355, 39.501833]}, {"id": "5499", "type": "Feature", "properties": {"id": "us2000ayd8", "mag": 4.0, "time": 1504993547880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0655, 15.7772, 34.99]}, "bbox": [-95.0655, 15.7772, -95.0655, 15.7772]}, {"id": "5500", "type": "Feature", "properties": {"id": "uu60240502", "mag": 1.28, "time": 1504993388650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.014167, 44.781833, 8.11]}, "bbox": [-111.014167, 44.781833, -111.014167, 44.781833]}, {"id": "5501", "type": "Feature", "properties": {"id": "nc72889381", "mag": 1.37, "time": 1504992621690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.732833, 38.768167, 0.83]}, "bbox": [-122.732833, 38.768167, -122.732833, 38.768167]}, {"id": "5502", "type": "Feature", "properties": {"id": "nc72889376", "mag": 1.64, "time": 1504992347010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.879, 39.861333, 5.75]}, "bbox": [-122.879, 39.861333, -122.879, 39.861333]}, {"id": "5503", "type": "Feature", "properties": {"id": "nc72889366", "mag": 0.99, "time": 1504990736460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.712667, 38.913333, 2.6]}, "bbox": [-122.712667, 38.913333, -122.712667, 38.913333]}, {"id": "5504", "type": "Feature", "properties": {"id": "us2000aj18", "mag": 4.9, "time": 1504990247280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.6127, -27.7277, 147.22]}, "bbox": [-177.6127, -27.7277, -177.6127, -27.7277]}, {"id": "5505", "type": "Feature", "properties": {"id": "us2000aksk", "mag": 2.8, "time": 1504990158400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8073, 35.9883, 6.228]}, "bbox": [-96.8073, 35.9883, -96.8073, 35.9883]}, {"id": "5506", "type": "Feature", "properties": {"id": "us2000aj13", "mag": 3.1, "time": 1504990070700, "felt": 18.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-96.8015, 35.9914, 5.85]}, "bbox": [-96.8015, 35.9914, -96.8015, 35.9914]}, {"id": "5507", "type": "Feature", "properties": {"id": "us2000arta", "mag": 4.2, "time": 1504989955640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0828, 15.537, 19.56]}, "bbox": [-95.0828, 15.537, -95.0828, 15.537]}, {"id": "5508", "type": "Feature", "properties": {"id": "ak16792284", "mag": 1.6, "time": 1504989907169, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0546, 60.3983, 79.6]}, "bbox": [-152.0546, 60.3983, -152.0546, 60.3983]}, {"id": "5509", "type": "Feature", "properties": {"id": "nc72889356", "mag": 0.96, "time": 1504989514010, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.201333, 37.802667, 8.55]}, "bbox": [-122.201333, 37.802667, -122.201333, 37.802667]}, {"id": "5510", "type": "Feature", "properties": {"id": "ak16823554", "mag": 1.4, "time": 1504989475242, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.8158, 59.9912, 96.3]}, "bbox": [-152.8158, 59.9912, -152.8158, 59.9912]}, {"id": "5511", "type": "Feature", "properties": {"id": "us2000aj0w", "mag": 2.8, "time": 1504989429400, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5041, 36.2908, 8.103]}, "bbox": [-97.5041, 36.2908, -97.5041, 36.2908]}, {"id": "5512", "type": "Feature", "properties": {"id": "hv61902851", "mag": 1.98, "time": 1504989368750, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.279159, 19.391001, 0.54]}, "bbox": [-155.279159, 19.391001, -155.279159, 19.391001]}, {"id": "5513", "type": "Feature", "properties": {"id": "us2000art9", "mag": 4.4, "time": 1504989282650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5518, 15.0779, 35.94]}, "bbox": [-94.5518, 15.0779, -94.5518, 15.0779]}, {"id": "5514", "type": "Feature", "properties": {"id": "us2000aj0x", "mag": 4.2, "time": 1504989178220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8925, 15.5513, 33.85]}, "bbox": [-94.8925, 15.5513, -94.8925, 15.5513]}, {"id": "5515", "type": "Feature", "properties": {"id": "us2000aj1p", "mag": 2.3, "time": 1504988963860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.4077, 55.6085, 30.8]}, "bbox": [-158.4077, 55.6085, -158.4077, 55.6085]}, {"id": "5516", "type": "Feature", "properties": {"id": "ak16823552", "mag": 1.2, "time": 1504988912939, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7854, 60.1774, 76.8]}, "bbox": [-151.7854, 60.1774, -151.7854, 60.1774]}, {"id": "5517", "type": "Feature", "properties": {"id": "us2000aj0r", "mag": 4.8, "time": 1504988774940, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8055, 15.4862, 41.24]}, "bbox": [-94.8055, 15.4862, -94.8055, 15.4862]}, {"id": "5518", "type": "Feature", "properties": {"id": "ak16823551", "mag": 1.5, "time": 1504988703567, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6984, 60.153, 94.6]}, "bbox": [-152.6984, 60.153, -152.6984, 60.153]}, {"id": "5519", "type": "Feature", "properties": {"id": "hv61902831", "mag": 2.68, "time": 1504988541740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.446, 20.027167, 8.137]}, "bbox": [-155.446, 20.027167, -155.446, 20.027167]}, {"id": "5520", "type": "Feature", "properties": {"id": "uu60240472", "mag": 1.31, "time": 1504988346800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.206, 39.282333, -3.32]}, "bbox": [-111.206, 39.282333, -111.206, 39.282333]}, {"id": "5521", "type": "Feature", "properties": {"id": "hv61902821", "mag": 2.08, "time": 1504988052380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.281998, 19.411833, 2.05]}, "bbox": [-155.281998, 19.411833, -155.281998, 19.411833]}, {"id": "5522", "type": "Feature", "properties": {"id": "ak16791747", "mag": 1.2, "time": 1504986900345, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4114, 60.0877, 56.0]}, "bbox": [-150.4114, 60.0877, -150.4114, 60.0877]}, {"id": "5523", "type": "Feature", "properties": {"id": "nc72889346", "mag": 1.15, "time": 1504985576640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.723667, 38.753833, 1.93]}, "bbox": [-122.723667, 38.753833, -122.723667, 38.753833]}, {"id": "5524", "type": "Feature", "properties": {"id": "us2000aizy", "mag": 4.4, "time": 1504984967070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.1285, 55.2452, 28.63]}, "bbox": [-157.1285, 55.2452, -157.1285, 55.2452]}, {"id": "5525", "type": "Feature", "properties": {"id": "ak16823547", "mag": 2.3, "time": 1504984573262, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.2291, 50.8322, 17.6]}, "bbox": [-174.2291, 50.8322, -174.2291, 50.8322]}, {"id": "5526", "type": "Feature", "properties": {"id": "us2000aizr", "mag": 2.3, "time": 1504983888120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4504, 42.6494, 10.91]}, "bbox": [-111.4504, 42.6494, -111.4504, 42.6494]}, {"id": "5527", "type": "Feature", "properties": {"id": "nn00604425", "mag": 1.1, "time": 1504983732096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8284, 38.06, 3.2]}, "bbox": [-118.8284, 38.06, -118.8284, 38.06]}, {"id": "5528", "type": "Feature", "properties": {"id": "ak16791198", "mag": 1.7, "time": 1504983607869, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5288, 51.7278, 12.4]}, "bbox": [-178.5288, 51.7278, -178.5288, 51.7278]}, {"id": "5529", "type": "Feature", "properties": {"id": "nc72889341", "mag": 1.77, "time": 1504983196540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.881, 38.833667, 2.0]}, "bbox": [-122.881, 38.833667, -122.881, 38.833667]}, {"id": "5530", "type": "Feature", "properties": {"id": "uu60240427", "mag": 2.17, "time": 1504983086160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417167, 42.555833, 8.52]}, "bbox": [-111.417167, 42.555833, -111.417167, 42.555833]}, {"id": "5531", "type": "Feature", "properties": {"id": "us2000aizg", "mag": 4.4, "time": 1504983043410, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4218, 15.787, 57.77]}, "bbox": [-94.4218, 15.787, -94.4218, 15.787]}, {"id": "5532", "type": "Feature", "properties": {"id": "hv61902716", "mag": 1.45, "time": 1504983007260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.274333, 18.915833, 7.212]}, "bbox": [-155.274333, 18.915833, -155.274333, 18.915833]}, {"id": "5533", "type": "Feature", "properties": {"id": "ak16823545", "mag": 1.7, "time": 1504982688397, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-166.1975, 53.2518, 21.4]}, "bbox": [-166.1975, 53.2518, -166.1975, 53.2518]}, {"id": "5534", "type": "Feature", "properties": {"id": "nn00604404", "mag": 2.1, "time": 1504981848383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9058, 38.3558, 8.8]}, "bbox": [-118.9058, 38.3558, -118.9058, 38.3558]}, {"id": "5535", "type": "Feature", "properties": {"id": "nc72889331", "mag": 1.22, "time": 1504981774440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.480833, 38.843833, 10.34]}, "bbox": [-122.480833, 38.843833, -122.480833, 38.843833]}, {"id": "5536", "type": "Feature", "properties": {"id": "us2000aiz4", "mag": 4.4, "time": 1504981610170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [155.7383, 49.4785, 59.88]}, "bbox": [155.7383, 49.4785, 155.7383, 49.4785]}, {"id": "5537", "type": "Feature", "properties": {"id": "ak16791190", "mag": 2.4, "time": 1504980782997, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.857, 67.7643, 14.4]}, "bbox": [-152.857, 67.7643, -152.857, 67.7643]}, {"id": "5538", "type": "Feature", "properties": {"id": "ak16823543", "mag": 1.8, "time": 1504980266831, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4071, 51.6082, 9.4]}, "bbox": [-178.4071, 51.6082, -178.4071, 51.6082]}, {"id": "5539", "type": "Feature", "properties": {"id": "ci37758695", "mag": 1.06, "time": 1504980028730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.307667, 34.0925, 16.16]}, "bbox": [-117.307667, 34.0925, -117.307667, 34.0925]}, {"id": "5540", "type": "Feature", "properties": {"id": "ak16791189", "mag": 1.3, "time": 1504980002277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.043, 60.3576, 52.2]}, "bbox": [-151.043, 60.3576, -151.043, 60.3576]}, {"id": "5541", "type": "Feature", "properties": {"id": "us2000aiyg", "mag": 4.4, "time": 1504979697800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.459, 15.3004, 36.6]}, "bbox": [-94.459, 15.3004, -94.459, 15.3004]}, {"id": "5542", "type": "Feature", "properties": {"id": "ak16823541", "mag": 1.5, "time": 1504978178608, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.8616, 58.3062, 104.2]}, "bbox": [-154.8616, 58.3062, -154.8616, 58.3062]}, {"id": "5543", "type": "Feature", "properties": {"id": "us2000aycf", "mag": 4.2, "time": 1504977766490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1719, 15.1363, 19.92]}, "bbox": [-94.1719, 15.1363, -94.1719, 15.1363]}, {"id": "5544", "type": "Feature", "properties": {"id": "nc72889311", "mag": 1.86, "time": 1504977631430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.621667, 39.523333, 4.94]}, "bbox": [-120.621667, 39.523333, -120.621667, 39.523333]}, {"id": "5545", "type": "Feature", "properties": {"id": "us2000am0a", "mag": 2.9, "time": 1504977007380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3606, 51.5729, 20.05]}, "bbox": [-178.3606, 51.5729, -178.3606, 51.5729]}, {"id": "5546", "type": "Feature", "properties": {"id": "uw61305857", "mag": 1.96, "time": 1504976913320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.5835, 49.325, -0.06]}, "bbox": [-120.5835, 49.325, -120.5835, 49.325]}, {"id": "5547", "type": "Feature", "properties": {"id": "nn00604394", "mag": 1.0, "time": 1504976713972, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.9184, 39.4189, 9.4]}, "bbox": [-119.9184, 39.4189, -119.9184, 39.4189]}, {"id": "5548", "type": "Feature", "properties": {"id": "nn00604419", "mag": 1.0, "time": 1504976501919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9128, 38.3555, 7.9]}, "bbox": [-118.9128, 38.3555, -118.9128, 38.3555]}, {"id": "5549", "type": "Feature", "properties": {"id": "ak16823539", "mag": 1.7, "time": 1504975843554, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3563, 51.6531, 13.1]}, "bbox": [-178.3563, 51.6531, -178.3563, 51.6531]}, {"id": "5550", "type": "Feature", "properties": {"id": "uu60240367", "mag": 1.09, "time": 1504975707090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.071, 44.717, 8.3]}, "bbox": [-111.071, 44.717, -111.071, 44.717]}, {"id": "5551", "type": "Feature", "properties": {"id": "ak16790653", "mag": 3.1, "time": 1504974617088, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3417, 51.6239, 10.4]}, "bbox": [-178.3417, 51.6239, -178.3417, 51.6239]}, {"id": "5552", "type": "Feature", "properties": {"id": "ak16790654", "mag": 1.9, "time": 1504974537489, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-175.3148, 51.695, 47.7]}, "bbox": [-175.3148, 51.695, -175.3148, 51.695]}, {"id": "5553", "type": "Feature", "properties": {"id": "us2000aix7", "mag": 4.4, "time": 1504974070040, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1553, 15.4199, 68.05]}, "bbox": [-94.1553, 15.4199, -94.1553, 15.4199]}, {"id": "5554", "type": "Feature", "properties": {"id": "us2000aix4", "mag": 2.7, "time": 1504973305730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4403, 42.5514, 9.99]}, "bbox": [-111.4403, 42.5514, -111.4403, 42.5514]}, {"id": "5555", "type": "Feature", "properties": {"id": "ci37758639", "mag": 1.49, "time": 1504972882060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.274333, 33.977333, 4.89]}, "bbox": [-116.274333, 33.977333, -116.274333, 33.977333]}, {"id": "5556", "type": "Feature", "properties": {"id": "ak16823535", "mag": 1.4, "time": 1504972779074, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6619, 59.5746, 73.5]}, "bbox": [-152.6619, 59.5746, -152.6619, 59.5746]}, {"id": "5557", "type": "Feature", "properties": {"id": "ak16790651", "mag": 1.4, "time": 1504972583759, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.0742, 62.1419, 37.4]}, "bbox": [-148.0742, 62.1419, -148.0742, 62.1419]}, {"id": "5558", "type": "Feature", "properties": {"id": "hv61902621", "mag": 1.3, "time": 1504971779440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.013167, 19.393333, 2.338]}, "bbox": [-155.013167, 19.393333, -155.013167, 19.393333]}, {"id": "5559", "type": "Feature", "properties": {"id": "ci37758631", "mag": 1.6, "time": 1504971677250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.497167, 32.741, 8.5]}, "bbox": [-115.497167, 32.741, -115.497167, 32.741]}, {"id": "5560", "type": "Feature", "properties": {"id": "ak16790130", "mag": 2.4, "time": 1504971409637, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4283, 51.6859, 9.0]}, "bbox": [-178.4283, 51.6859, -178.4283, 51.6859]}, {"id": "5561", "type": "Feature", "properties": {"id": "us2000aiwm", "mag": 5.3, "time": 1504971008260, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8484, 15.8296, 39.05]}, "bbox": [-94.8484, 15.8296, -94.8484, 15.8296]}, {"id": "5562", "type": "Feature", "properties": {"id": "nc72889281", "mag": 1.07, "time": 1504970982380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.944833, 37.598167, 1.8]}, "bbox": [-118.944833, 37.598167, -118.944833, 37.598167]}, {"id": "5563", "type": "Feature", "properties": {"id": "us2000aiwh", "mag": 4.8, "time": 1504970946650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5822, 15.0866, 46.84]}, "bbox": [-94.5822, 15.0866, -94.5822, 15.0866]}, {"id": "5564", "type": "Feature", "properties": {"id": "us2000aiwe", "mag": 4.6, "time": 1504970869530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9636, 15.3251, 65.27]}, "bbox": [-93.9636, 15.3251, -93.9636, 15.3251]}, {"id": "5565", "type": "Feature", "properties": {"id": "nc72889276", "mag": 1.09, "time": 1504970812160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.855667, 37.658833, 2.53]}, "bbox": [-118.855667, 37.658833, -118.855667, 37.658833]}, {"id": "5566", "type": "Feature", "properties": {"id": "ak16790123", "mag": 2.1, "time": 1504970292620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.13, 51.4897, 41.3]}, "bbox": [-177.13, 51.4897, -177.13, 51.4897]}, {"id": "5567", "type": "Feature", "properties": {"id": "ak16790120", "mag": 1.2, "time": 1504968778296, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.3618, 61.0444, 0.0]}, "bbox": [-148.3618, 61.0444, -148.3618, 61.0444]}, {"id": "5568", "type": "Feature", "properties": {"id": "us2000aiw3", "mag": 4.1, "time": 1504968358930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.193, 15.2562, 35.0]}, "bbox": [-94.193, 15.2562, -94.193, 15.2562]}, {"id": "5569", "type": "Feature", "properties": {"id": "ak16789598", "mag": 2.5, "time": 1504968226307, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7868, 63.1355, 123.4]}, "bbox": [-150.7868, 63.1355, -150.7868, 63.1355]}, {"id": "5570", "type": "Feature", "properties": {"id": "ak16789594", "mag": 1.9, "time": 1504968045372, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.7112, 60.6453, 16.4]}, "bbox": [-141.7112, 60.6453, -141.7112, 60.6453]}, {"id": "5571", "type": "Feature", "properties": {"id": "ci37758615", "mag": 1.41, "time": 1504967951280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.275, 33.978333, 4.74]}, "bbox": [-116.275, 33.978333, -116.275, 33.978333]}, {"id": "5572", "type": "Feature", "properties": {"id": "ak16823526", "mag": 1.9, "time": 1504967456812, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4388, 54.8237, 32.0]}, "bbox": [-160.4388, 54.8237, -160.4388, 54.8237]}, {"id": "5573", "type": "Feature", "properties": {"id": "us2000aivy", "mag": 4.2, "time": 1504967440700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1556, 16.3217, 115.13]}, "bbox": [-94.1556, 16.3217, -94.1556, 16.3217]}, {"id": "5574", "type": "Feature", "properties": {"id": "ak16823525", "mag": 1.4, "time": 1504967368293, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.6252, 59.9753, 101.9]}, "bbox": [-152.6252, 59.9753, -152.6252, 59.9753]}, {"id": "5575", "type": "Feature", "properties": {"id": "ak16823524", "mag": 1.7, "time": 1504966965980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.7649, 56.8018, 3.4]}, "bbox": [-154.7649, 56.8018, -154.7649, 56.8018]}, {"id": "5576", "type": "Feature", "properties": {"id": "ak16823523", "mag": 1.6, "time": 1504966219015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.4826, 51.2597, 23.7]}, "bbox": [-177.4826, 51.2597, -177.4826, 51.2597]}, {"id": "5577", "type": "Feature", "properties": {"id": "nc72889256", "mag": 1.03, "time": 1504966067680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.012333, 37.593667, 0.37]}, "bbox": [-119.012333, 37.593667, -119.012333, 37.593667]}, {"id": "5578", "type": "Feature", "properties": {"id": "nn00604381", "mag": 2.3, "time": 1504966020076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.3553, 40.6574, 6.9]}, "bbox": [-119.3553, 40.6574, -119.3553, 40.6574]}, {"id": "5579", "type": "Feature", "properties": {"id": "ci37758607", "mag": 1.15, "time": 1504965758050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.386667, 33.320333, 5.46]}, "bbox": [-116.386667, 33.320333, -116.386667, 33.320333]}, {"id": "5580", "type": "Feature", "properties": {"id": "us2000aivs", "mag": 2.6, "time": 1504965349760, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.431, 42.5704, 9.32]}, "bbox": [-111.431, 42.5704, -111.431, 42.5704]}, {"id": "5581", "type": "Feature", "properties": {"id": "mb80253559", "mag": 1.01, "time": 1504964725150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.785167, 43.612, -3.47]}, "bbox": [-110.785167, 43.612, -110.785167, 43.612]}, {"id": "5582", "type": "Feature", "properties": {"id": "ak16823520", "mag": 2.0, "time": 1504964361277, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.4265, 54.015, 30.3]}, "bbox": [-164.4265, 54.015, -164.4265, 54.015]}, {"id": "5583", "type": "Feature", "properties": {"id": "ak16823518", "mag": 1.4, "time": 1504963874108, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0471, 60.762, 82.8]}, "bbox": [-152.0471, 60.762, -152.0471, 60.762]}, {"id": "5584", "type": "Feature", "properties": {"id": "ak16789076", "mag": 1.7, "time": 1504963420635, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7554, 59.5701, 80.5]}, "bbox": [-152.7554, 59.5701, -152.7554, 59.5701]}, {"id": "5585", "type": "Feature", "properties": {"id": "us2000aivg", "mag": 4.8, "time": 1504963319300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.118, 15.2555, 36.22]}, "bbox": [-94.118, 15.2555, -94.118, 15.2555]}, {"id": "5586", "type": "Feature", "properties": {"id": "us2000aiva", "mag": 4.7, "time": 1504963129400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9764, 15.3921, 63.93]}, "bbox": [-93.9764, 15.3921, -93.9764, 15.3921]}, {"id": "5587", "type": "Feature", "properties": {"id": "ak16823516", "mag": 1.1, "time": 1504962479847, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.8765, 58.9325, 12.9]}, "bbox": [-155.8765, 58.9325, -155.8765, 58.9325]}, {"id": "5588", "type": "Feature", "properties": {"id": "ismpkansas70234863", "mag": 1.66, "time": 1504961953310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.8555, 37.210833, 3.69]}, "bbox": [-97.8555, 37.210833, -97.8555, 37.210833]}, {"id": "5589", "type": "Feature", "properties": {"id": "us2000aiuu", "mag": 4.3, "time": 1504961286800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1507, 15.2159, 54.84]}, "bbox": [-94.1507, 15.2159, -94.1507, 15.2159]}, {"id": "5590", "type": "Feature", "properties": {"id": "nc72889151", "mag": 1.59, "time": 1504961182210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.2615, 36.143, 9.79]}, "bbox": [-120.2615, 36.143, -120.2615, 36.143]}, {"id": "5591", "type": "Feature", "properties": {"id": "ak16823515", "mag": 1.3, "time": 1504960711273, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5542, 59.755, 14.4]}, "bbox": [-136.5542, 59.755, -136.5542, 59.755]}, {"id": "5592", "type": "Feature", "properties": {"id": "us2000aiud", "mag": 4.5, "time": 1504959908650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2891, 15.5969, 67.38]}, "bbox": [-94.2891, 15.5969, -94.2891, 15.5969]}, {"id": "5593", "type": "Feature", "properties": {"id": "ak16823514", "mag": 2.3, "time": 1504959541727, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-158.2315, 55.4677, 18.9]}, "bbox": [-158.2315, 55.4677, -158.2315, 55.4677]}, {"id": "5594", "type": "Feature", "properties": {"id": "us2000aiu3", "mag": 3.5, "time": 1504959495530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.3875, 42.5392, 5.0]}, "bbox": [-111.3875, 42.5392, -111.3875, 42.5392]}, {"id": "5595", "type": "Feature", "properties": {"id": "us2000aiu8", "mag": 4.9, "time": 1504959466540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4075, 16.1573, 92.03]}, "bbox": [-94.4075, 16.1573, -94.4075, 16.1573]}, {"id": "5596", "type": "Feature", "properties": {"id": "ak16788555", "mag": 1.8, "time": 1504958775607, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.5009, 59.7863, 1.7]}, "bbox": [-136.5009, 59.7863, -136.5009, 59.7863]}, {"id": "5597", "type": "Feature", "properties": {"id": "ak16823512", "mag": 1.2, "time": 1504958710011, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.6279, 61.013, 77.0]}, "bbox": [-151.6279, 61.013, -151.6279, 61.013]}, {"id": "5598", "type": "Feature", "properties": {"id": "us2000aitr", "mag": 5.2, "time": 1504958620590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-66.1721, -22.4546, 222.22]}, "bbox": [-66.1721, -22.4546, -66.1721, -22.4546]}, {"id": "5599", "type": "Feature", "properties": {"id": "ci37758559", "mag": 2.17, "time": 1504958517340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.871333, 36.511, 7.46]}, "bbox": [-117.871333, 36.511, -117.871333, 36.511]}, {"id": "5600", "type": "Feature", "properties": {"id": "nc72889136", "mag": 1.89, "time": 1504958245210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.943333, 37.597, 2.4]}, "bbox": [-118.943333, 37.597, -118.943333, 37.597]}, {"id": "5601", "type": "Feature", "properties": {"id": "ak16788550", "mag": 1.2, "time": 1504957995087, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7877, 61.7723, 59.6]}, "bbox": [-150.7877, 61.7723, -150.7877, 61.7723]}, {"id": "5602", "type": "Feature", "properties": {"id": "us2000aita", "mag": 3.9, "time": 1504957968370, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4749, 42.5793, 8.0]}, "bbox": [-111.4749, 42.5793, -111.4749, 42.5793]}, {"id": "5603", "type": "Feature", "properties": {"id": "us2000aitc", "mag": 4.9, "time": 1504957853960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4489, 15.7338, 63.09]}, "bbox": [-94.4489, 15.7338, -94.4489, 15.7338]}, {"id": "5604", "type": "Feature", "properties": {"id": "nc72889131", "mag": 1.42, "time": 1504957844330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.822667, 37.604833, 3.8]}, "bbox": [-118.822667, 37.604833, -118.822667, 37.604833]}, {"id": "5605", "type": "Feature", "properties": {"id": "us2000ait9", "mag": 3.1, "time": 1504957715430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4515, 42.5732, 7.4]}, "bbox": [-111.4515, 42.5732, -111.4515, 42.5732]}, {"id": "5606", "type": "Feature", "properties": {"id": "us2000ait3", "mag": 3.0, "time": 1504956895100, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7026, 36.641, 8.008]}, "bbox": [-97.7026, 36.641, -97.7026, 36.641]}, {"id": "5607", "type": "Feature", "properties": {"id": "us2000am03", "mag": 2.5, "time": 1504956200380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0448, 53.9738, 19.7]}, "bbox": [-163.0448, 53.9738, -163.0448, 53.9738]}, {"id": "5608", "type": "Feature", "properties": {"id": "us2000ait2", "mag": 4.0, "time": 1504956162220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.601, 15.854, 69.04]}, "bbox": [-94.601, 15.854, -94.601, 15.854]}, {"id": "5609", "type": "Feature", "properties": {"id": "us2000aisv", "mag": 2.4, "time": 1504955702120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4242, 42.579, 6.95]}, "bbox": [-111.4242, 42.579, -111.4242, 42.579]}, {"id": "5610", "type": "Feature", "properties": {"id": "us2000aisz", "mag": 4.5, "time": 1504955498600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [126.8292, 3.6504, 59.54]}, "bbox": [126.8292, 3.6504, 126.8292, 3.6504]}, {"id": "5611", "type": "Feature", "properties": {"id": "nc72889126", "mag": 1.04, "time": 1504955440550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.832333, 37.5415, 4.76]}, "bbox": [-118.832333, 37.5415, -118.832333, 37.5415]}, {"id": "5612", "type": "Feature", "properties": {"id": "ak16788046", "mag": 2.3, "time": 1504954557233, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.3602, 51.5792, 17.2]}, "bbox": [-178.3602, 51.5792, -178.3602, 51.5792]}, {"id": "5613", "type": "Feature", "properties": {"id": "us2000aisn", "mag": 4.2, "time": 1504953867200, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-70.2262, -15.3425, 224.81]}, "bbox": [-70.2262, -15.3425, -70.2262, -15.3425]}, {"id": "5614", "type": "Feature", "properties": {"id": "uu60240042", "mag": 1.27, "time": 1504953324130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.006167, 44.792, 10.46]}, "bbox": [-111.006167, 44.792, -111.006167, 44.792]}, {"id": "5615", "type": "Feature", "properties": {"id": "pr2017252001", "mag": 2.09, "time": 1504953205290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2761, 18.0591, 19.0]}, "bbox": [-67.2761, 18.0591, -67.2761, 18.0591]}, {"id": "5616", "type": "Feature", "properties": {"id": "ci37758511", "mag": 1.45, "time": 1504952800930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.903, 6.17]}, "bbox": [-116.930333, 35.903, -116.930333, 35.903]}, {"id": "5617", "type": "Feature", "properties": {"id": "us2000ayba", "mag": 4.1, "time": 1504952366970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5053, 15.7495, 68.22]}, "bbox": [-94.5053, 15.7495, -94.5053, 15.7495]}, {"id": "5618", "type": "Feature", "properties": {"id": "mb80253459", "mag": 1.52, "time": 1504952233330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.447, 46.021167, 0.93]}, "bbox": [-111.447, 46.021167, -111.447, 46.021167]}, {"id": "5619", "type": "Feature", "properties": {"id": "nc72889121", "mag": 1.03, "time": 1504952209100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.871, 37.554833, 4.73]}, "bbox": [-118.871, 37.554833, -118.871, 37.554833]}, {"id": "5620", "type": "Feature", "properties": {"id": "ci37758487", "mag": 1.12, "time": 1504952052150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.988, 36.408833, 5.76]}, "bbox": [-116.988, 36.408833, -116.988, 36.408833]}, {"id": "5621", "type": "Feature", "properties": {"id": "us2000ais8", "mag": 4.3, "time": 1504951965100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.9766, 44.5128, 265.04]}, "bbox": [140.9766, 44.5128, 140.9766, 44.5128]}, {"id": "5622", "type": "Feature", "properties": {"id": "nn00604410", "mag": 1.1, "time": 1504951735991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.3876, 37.2486, 0.0]}, "bbox": [-115.3876, 37.2486, -115.3876, 37.2486]}, {"id": "5623", "type": "Feature", "properties": {"id": "ci37758471", "mag": 1.08, "time": 1504951652550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931667, 34.0345, 15.2]}, "bbox": [-116.931667, 34.0345, -116.931667, 34.0345]}, {"id": "5624", "type": "Feature", "properties": {"id": "ak16787530", "mag": 1.1, "time": 1504951610158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7897, 67.3419, 11.3]}, "bbox": [-149.7897, 67.3419, -149.7897, 67.3419]}, {"id": "5625", "type": "Feature", "properties": {"id": "us2000ais3", "mag": 5.4, "time": 1504951518370, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [133.9356, -4.9459, 10.0]}, "bbox": [133.9356, -4.9459, 133.9356, -4.9459]}, {"id": "5626", "type": "Feature", "properties": {"id": "us2000airu", "mag": 4.6, "time": 1504951047220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.0237, -24.161, 169.64]}, "bbox": [-67.0237, -24.161, -67.0237, -24.161]}, {"id": "5627", "type": "Feature", "properties": {"id": "ak16787527", "mag": 1.5, "time": 1504950964134, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1724, 62.5675, 9.9]}, "bbox": [-152.1724, 62.5675, -152.1724, 62.5675]}, {"id": "5628", "type": "Feature", "properties": {"id": "ak16787525", "mag": 1.4, "time": 1504950309819, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.6065, 60.0265, 7.6]}, "bbox": [-140.6065, 60.0265, -140.6065, 60.0265]}, {"id": "5629", "type": "Feature", "properties": {"id": "us2000am01", "mag": 3.8, "time": 1504950233710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.0371, 53.9395, 13.0]}, "bbox": [-163.0371, 53.9395, -163.0371, 53.9395]}, {"id": "5630", "type": "Feature", "properties": {"id": "nc72889106", "mag": 1.8, "time": 1504950063660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.642667, 38.4305, 9.02]}, "bbox": [-122.642667, 38.4305, -122.642667, 38.4305]}, {"id": "5631", "type": "Feature", "properties": {"id": "us2000ayb4", "mag": 3.9, "time": 1504949950000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1532, 14.9116, 21.58]}, "bbox": [-95.1532, 14.9116, -95.1532, 14.9116]}, {"id": "5632", "type": "Feature", "properties": {"id": "nc72889101", "mag": 1.84, "time": 1504949895770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.008833, 39.729667, 5.67]}, "bbox": [-120.008833, 39.729667, -120.008833, 39.729667]}, {"id": "5633", "type": "Feature", "properties": {"id": "ak16823500", "mag": 1.6, "time": 1504949837453, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.187, 59.0211, 72.2]}, "bbox": [-153.187, 59.0211, -153.187, 59.0211]}, {"id": "5634", "type": "Feature", "properties": {"id": "ak16823499", "mag": 1.5, "time": 1504949724642, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.0279, 61.4535, 96.1]}, "bbox": [-152.0279, 61.4535, -152.0279, 61.4535]}, {"id": "5635", "type": "Feature", "properties": {"id": "us2000arsy", "mag": 4.1, "time": 1504949643990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.3876, -19.5742, 213.81]}, "bbox": [169.3876, -19.5742, 169.3876, -19.5742]}, {"id": "5636", "type": "Feature", "properties": {"id": "ak16787519", "mag": 1.4, "time": 1504949316312, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.0341, 61.6767, 50.7]}, "bbox": [-150.0341, 61.6767, -150.0341, 61.6767]}, {"id": "5637", "type": "Feature", "properties": {"id": "ak16823497", "mag": 2.2, "time": 1504949226805, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.3563, 55.6967, 21.9]}, "bbox": [-157.3563, 55.6967, -157.3563, 55.6967]}, {"id": "5638", "type": "Feature", "properties": {"id": "us2000airg", "mag": 2.3, "time": 1504948998980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4451, 42.6157, 5.99]}, "bbox": [-111.4451, 42.6157, -111.4451, 42.6157]}, {"id": "5639", "type": "Feature", "properties": {"id": "nc72889066", "mag": 0.98, "time": 1504947621670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.982833, 37.917667, 10.7]}, "bbox": [-121.982833, 37.917667, -121.982833, 37.917667]}, {"id": "5640", "type": "Feature", "properties": {"id": "ak16823496", "mag": 2.0, "time": 1504947486008, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.2987, 51.7726, 13.0]}, "bbox": [-173.2987, 51.7726, -173.2987, 51.7726]}, {"id": "5641", "type": "Feature", "properties": {"id": "ak16787403", "mag": 2.6, "time": 1504947413205, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5944, 59.4202, 75.5]}, "bbox": [-152.5944, 59.4202, -152.5944, 59.4202]}, {"id": "5642", "type": "Feature", "properties": {"id": "us2000aiqx", "mag": 4.1, "time": 1504946674160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5388, 15.3559, 54.35]}, "bbox": [-94.5388, 15.3559, -94.5388, 15.3559]}, {"id": "5643", "type": "Feature", "properties": {"id": "ci37758415", "mag": 1.03, "time": 1504946346090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.892667, 32.718333, 8.72]}, "bbox": [-115.892667, 32.718333, -115.892667, 32.718333]}, {"id": "5644", "type": "Feature", "properties": {"id": "us2000avsk", "mag": 2.8, "time": 1504946098400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4224, 42.5665, 6.74]}, "bbox": [-111.4224, 42.5665, -111.4224, 42.5665]}, {"id": "5645", "type": "Feature", "properties": {"id": "us2000aiqt", "mag": 2.6, "time": 1504946086710, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4255, 42.5806, 6.0]}, "bbox": [-111.4255, 42.5806, -111.4255, 42.5806]}, {"id": "5646", "type": "Feature", "properties": {"id": "us2000avsj", "mag": 2.7, "time": 1504945947000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4298, 42.5744, 7.17]}, "bbox": [-111.4298, 42.5744, -111.4298, 42.5744]}, {"id": "5647", "type": "Feature", "properties": {"id": "us2000ampk", "mag": 3.3, "time": 1504945822720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4585, 42.6108, 6.88]}, "bbox": [-111.4585, 42.6108, -111.4585, 42.6108]}, {"id": "5648", "type": "Feature", "properties": {"id": "us2000al9w", "mag": 3.6, "time": 1504945687860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4277, 42.5592, 9.39]}, "bbox": [-111.4277, 42.5592, -111.4277, 42.5592]}, {"id": "5649", "type": "Feature", "properties": {"id": "us2000aiur", "mag": 4.0, "time": 1504945641000, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4155, 42.5631, 8.48]}, "bbox": [-111.4155, 42.5631, -111.4155, 42.5631]}, {"id": "5650", "type": "Feature", "properties": {"id": "ak16823493", "mag": 1.8, "time": 1504945521703, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.5064, 51.8445, 13.1]}, "bbox": [-178.5064, 51.8445, -178.5064, 51.8445]}, {"id": "5651", "type": "Feature", "properties": {"id": "ci37758407", "mag": 1.19, "time": 1504945503520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.470167, 34.3615, 1.96]}, "bbox": [-116.470167, 34.3615, -116.470167, 34.3615]}, {"id": "5652", "type": "Feature", "properties": {"id": "us2000akd5", "mag": 3.3, "time": 1504945430400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4221, 42.5799, 5.91]}, "bbox": [-111.4221, 42.5799, -111.4221, 42.5799]}, {"id": "5653", "type": "Feature", "properties": {"id": "us2000art2", "mag": 4.5, "time": 1504945418710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [145.5761, 18.7533, 262.64]}, "bbox": [145.5761, 18.7533, 145.5761, 18.7533]}, {"id": "5654", "type": "Feature", "properties": {"id": "us2000aiq7", "mag": 4.1, "time": 1504945384770, "felt": 32.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4167, 42.5619, 7.19]}, "bbox": [-111.4167, 42.5619, -111.4167, 42.5619]}, {"id": "5655", "type": "Feature", "properties": {"id": "us2000aiql", "mag": 4.5, "time": 1504945169540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.0828, -6.9776, 133.54]}, "bbox": [130.0828, -6.9776, 130.0828, -6.9776]}, {"id": "5656", "type": "Feature", "properties": {"id": "us2000aiq2", "mag": 3.3, "time": 1504944298530, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.427, 42.5842, 7.06]}, "bbox": [-111.427, 42.5842, -111.427, 42.5842]}, {"id": "5657", "type": "Feature", "properties": {"id": "us2000aipz", "mag": 4.8, "time": 1504944096330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0129, 15.2713, 53.97]}, "bbox": [-94.0129, 15.2713, -94.0129, 15.2713]}, {"id": "5658", "type": "Feature", "properties": {"id": "us2000arsw", "mag": 4.7, "time": 1504943699570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.2724, -59.2757, 10.0]}, "bbox": [-25.2724, -59.2757, -25.2724, -59.2757]}, {"id": "5659", "type": "Feature", "properties": {"id": "hv61902241", "mag": 1.62, "time": 1504943455500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.2485, 19.386833, 31.012]}, "bbox": [-155.2485, 19.386833, -155.2485, 19.386833]}, {"id": "5660", "type": "Feature", "properties": {"id": "us2000aj4h", "mag": 2.6, "time": 1504943362330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4304, 42.5789, 7.2]}, "bbox": [-111.4304, 42.5789, -111.4304, 42.5789]}, {"id": "5661", "type": "Feature", "properties": {"id": "us2000aipn", "mag": 4.2, "time": 1504943316560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [74.9524, 38.8091, 10.0]}, "bbox": [74.9524, 38.8091, 74.9524, 38.8091]}, {"id": "5662", "type": "Feature", "properties": {"id": "us2000aipm", "mag": 2.3, "time": 1504943304230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4353, 42.5792, 9.03]}, "bbox": [-111.4353, 42.5792, -111.4353, 42.5792]}, {"id": "5663", "type": "Feature", "properties": {"id": "us2000aipl", "mag": 2.8, "time": 1504942989430, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4364, 42.5726, 8.45]}, "bbox": [-111.4364, 42.5726, -111.4364, 42.5726]}, {"id": "5664", "type": "Feature", "properties": {"id": "us2000art3", "mag": 4.7, "time": 1504942625890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [146.7566, 13.8193, 16.98]}, "bbox": [146.7566, 13.8193, 146.7566, 13.8193]}, {"id": "5665", "type": "Feature", "properties": {"id": "ak16823489", "mag": 2.2, "time": 1504941981540, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6119, 68.4897, 9.7]}, "bbox": [-146.6119, 68.4897, -146.6119, 68.4897]}, {"id": "5666", "type": "Feature", "properties": {"id": "ak16786898", "mag": 2.3, "time": 1504941973751, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6435, 68.4109, 0.0]}, "bbox": [-146.6435, 68.4109, -146.6435, 68.4109]}, {"id": "5667", "type": "Feature", "properties": {"id": "us2000aipa", "mag": 4.1, "time": 1504940445840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7031, 15.6436, 38.39]}, "bbox": [-94.7031, 15.6436, -94.7031, 15.6436]}, {"id": "5668", "type": "Feature", "properties": {"id": "ak16786512", "mag": 1.4, "time": 1504940146158, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6116, 61.8175, 55.8]}, "bbox": [-150.6116, 61.8175, -150.6116, 61.8175]}, {"id": "5669", "type": "Feature", "properties": {"id": "ci37758383", "mag": 1.42, "time": 1504940130810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.027333, 34.440333, 12.46]}, "bbox": [-119.027333, 34.440333, -119.027333, 34.440333]}, {"id": "5670", "type": "Feature", "properties": {"id": "uw61305607", "mag": 1.15, "time": 1504939688980, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.4665, 48.458667, 29.09]}, "bbox": [-123.4665, 48.458667, -123.4665, 48.458667]}, {"id": "5671", "type": "Feature", "properties": {"id": "nn00604353", "mag": 1.1, "time": 1504939522222, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.9216, 38.3812, 6.9]}, "bbox": [-118.9216, 38.3812, -118.9216, 38.3812]}, {"id": "5672", "type": "Feature", "properties": {"id": "us2000ayad", "mag": 4.2, "time": 1504939027620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4368, 15.1947, 59.18]}, "bbox": [-94.4368, 15.1947, -94.4368, 15.1947]}, {"id": "5673", "type": "Feature", "properties": {"id": "ak16823487", "mag": 1.3, "time": 1504938992964, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2717, 59.963, 19.9]}, "bbox": [-148.2717, 59.963, -148.2717, 59.963]}, {"id": "5674", "type": "Feature", "properties": {"id": "ak16786506", "mag": 2.6, "time": 1504938975370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.5829, 68.5268, 13.9]}, "bbox": [-146.5829, 68.5268, -146.5829, 68.5268]}, {"id": "5675", "type": "Feature", "properties": {"id": "ci37758359", "mag": 1.28, "time": 1504938780620, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.4375, 32.7105, 7.58]}, "bbox": [-115.4375, 32.7105, -115.4375, 32.7105]}, {"id": "5676", "type": "Feature", "properties": {"id": "us2000ayac", "mag": 4.2, "time": 1504938734260, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6092, 15.0415, 60.74]}, "bbox": [-94.6092, 15.0415, -94.6092, 15.0415]}, {"id": "5677", "type": "Feature", "properties": {"id": "us2000aip9", "mag": 4.8, "time": 1504938495700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9169, 15.1747, 62.25]}, "bbox": [-93.9169, 15.1747, -93.9169, 15.1747]}, {"id": "5678", "type": "Feature", "properties": {"id": "us2000aing", "mag": 5.0, "time": 1504938263510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7579, 15.8771, 50.37]}, "bbox": [-94.7579, 15.8771, -94.7579, 15.8771]}, {"id": "5679", "type": "Feature", "properties": {"id": "nc72889046", "mag": 1.74, "time": 1504938239010, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.951833, 36.388167, 3.8]}, "bbox": [-120.951833, 36.388167, -120.951833, 36.388167]}, {"id": "5680", "type": "Feature", "properties": {"id": "ci37758351", "mag": 1.69, "time": 1504938189230, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.433333, 32.708, 11.7]}, "bbox": [-115.433333, 32.708, -115.433333, 32.708]}, {"id": "5681", "type": "Feature", "properties": {"id": "ci37758343", "mag": 2.17, "time": 1504938036110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.650333, 32.557, 11.77]}, "bbox": [-115.650333, 32.557, -115.650333, 32.557]}, {"id": "5682", "type": "Feature", "properties": {"id": "us2000arsu", "mag": 4.2, "time": 1504937955720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.536, 15.7206, 33.37]}, "bbox": [-94.536, 15.7206, -94.536, 15.7206]}, {"id": "5683", "type": "Feature", "properties": {"id": "us2000aya9", "mag": 4.1, "time": 1504937750680, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4987, 15.6186, 49.66]}, "bbox": [-94.4987, 15.6186, -94.4987, 15.6186]}, {"id": "5684", "type": "Feature", "properties": {"id": "us2000ain2", "mag": 4.5, "time": 1504937531380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.4532, 53.46]}, "bbox": [-94.2803, 15.4532, -94.2803, 15.4532]}, {"id": "5685", "type": "Feature", "properties": {"id": "mb80253349", "mag": 1.16, "time": 1504937527100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5255, 46.891167, 14.63]}, "bbox": [-112.5255, 46.891167, -112.5255, 46.891167]}, {"id": "5686", "type": "Feature", "properties": {"id": "us2000aimz", "mag": 4.9, "time": 1504936574470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-25.7043, -59.8211, 10.0]}, "bbox": [-25.7043, -59.8211, -25.7043, -59.8211]}, {"id": "5687", "type": "Feature", "properties": {"id": "us2000aya4", "mag": 4.1, "time": 1504936122970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4429, 15.8428, 39.5]}, "bbox": [-94.4429, 15.8428, -94.4429, 15.8428]}, {"id": "5688", "type": "Feature", "properties": {"id": "ak16823484", "mag": 1.2, "time": 1504936114606, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7939, 63.1602, 125.5]}, "bbox": [-150.7939, 63.1602, -150.7939, 63.1602]}, {"id": "5689", "type": "Feature", "properties": {"id": "ak16786077", "mag": 1.2, "time": 1504935774238, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.9696, 65.5175, 9.8]}, "bbox": [-149.9696, 65.5175, -149.9696, 65.5175]}, {"id": "5690", "type": "Feature", "properties": {"id": "nn00604400", "mag": 1.2, "time": 1504935386919, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5673, 40.9452, 13.7]}, "bbox": [-116.5673, 40.9452, -116.5673, 40.9452]}, {"id": "5691", "type": "Feature", "properties": {"id": "us2000alzw", "mag": 3.4, "time": 1504935359040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-170.4837, 52.2353, 39.0]}, "bbox": [-170.4837, 52.2353, -170.4837, 52.2353]}, {"id": "5692", "type": "Feature", "properties": {"id": "ak16786013", "mag": 1.4, "time": 1504934755508, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2112, 59.8068, 77.5]}, "bbox": [-152.2112, 59.8068, -152.2112, 59.8068]}, {"id": "5693", "type": "Feature", "properties": {"id": "us2000aimb", "mag": 4.7, "time": 1504934538770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7033, 15.6728, 51.46]}, "bbox": [-94.7033, 15.6728, -94.7033, 15.6728]}, {"id": "5694", "type": "Feature", "properties": {"id": "us2000arum", "mag": 4.3, "time": 1504934315700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6748, 15.2159, 35.55]}, "bbox": [-94.6748, 15.2159, -94.6748, 15.2159]}, {"id": "5695", "type": "Feature", "properties": {"id": "us2000aim7", "mag": 4.0, "time": 1504934242180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7794, 15.3776, 67.05]}, "bbox": [-93.7794, 15.3776, -93.7794, 15.3776]}, {"id": "5696", "type": "Feature", "properties": {"id": "us2000aim0", "mag": 4.3, "time": 1504933783810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0338, 15.1325, 37.84]}, "bbox": [-94.0338, 15.1325, -94.0338, 15.1325]}, {"id": "5697", "type": "Feature", "properties": {"id": "us2000ay9t", "mag": 4.3, "time": 1504933351910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8516, 15.6769, 64.29]}, "bbox": [-94.8516, 15.6769, -94.8516, 15.6769]}, {"id": "5698", "type": "Feature", "properties": {"id": "ak16785716", "mag": 1.3, "time": 1504933227428, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6303, 68.5196, 9.9]}, "bbox": [-146.6303, 68.5196, -146.6303, 68.5196]}, {"id": "5699", "type": "Feature", "properties": {"id": "ak16823479", "mag": 1.4, "time": 1504933167331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3862, 58.1118, 65.6]}, "bbox": [-153.3862, 58.1118, -153.3862, 58.1118]}, {"id": "5700", "type": "Feature", "properties": {"id": "ak16823478", "mag": 1.9, "time": 1504932908497, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.2638, 51.342, 32.1]}, "bbox": [-178.2638, 51.342, -178.2638, 51.342]}, {"id": "5701", "type": "Feature", "properties": {"id": "us2000ailq", "mag": 5.5, "time": 1504932892100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0613, 15.0808, 29.0]}, "bbox": [-94.0613, 15.0808, -94.0613, 15.0808]}, {"id": "5702", "type": "Feature", "properties": {"id": "us2000ailp", "mag": 4.5, "time": 1504932819610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [119.1423, -8.6068, 144.45]}, "bbox": [119.1423, -8.6068, 119.1423, -8.6068]}, {"id": "5703", "type": "Feature", "properties": {"id": "ak16785656", "mag": 1.7, "time": 1504932712383, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.238, 65.7544, 14.1]}, "bbox": [-155.238, 65.7544, -155.238, 65.7544]}, {"id": "5704", "type": "Feature", "properties": {"id": "nc72889011", "mag": 1.03, "time": 1504932679700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.051167, 36.471667, 6.53]}, "bbox": [-121.051167, 36.471667, -121.051167, 36.471667]}, {"id": "5705", "type": "Feature", "properties": {"id": "us2000ailm", "mag": 2.9, "time": 1504932636140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.9441, 58.6028, 4.9]}, "bbox": [-136.9441, 58.6028, -136.9441, 58.6028]}, {"id": "5706", "type": "Feature", "properties": {"id": "us2000ay9s", "mag": 4.1, "time": 1504932576140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6151, 15.175, 41.76]}, "bbox": [-94.6151, 15.175, -94.6151, 15.175]}, {"id": "5707", "type": "Feature", "properties": {"id": "us2000ailg", "mag": 2.7, "time": 1504932451000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5107, 36.2919, 8.117]}, "bbox": [-97.5107, 36.2919, -97.5107, 36.2919]}, {"id": "5708", "type": "Feature", "properties": {"id": "mb80253329", "mag": 1.19, "time": 1504932343290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.527833, 46.862667, 11.76]}, "bbox": [-112.527833, 46.862667, -112.527833, 46.862667]}, {"id": "5709", "type": "Feature", "properties": {"id": "ci37758279", "mag": 1.67, "time": 1504932048030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.507167, 33.653, 1.9]}, "bbox": [-118.507167, 33.653, -118.507167, 33.653]}, {"id": "5710", "type": "Feature", "properties": {"id": "ak16823475", "mag": 1.1, "time": 1504931942522, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2765, 60.0722, 83.8]}, "bbox": [-152.2765, 60.0722, -152.2765, 60.0722]}, {"id": "5711", "type": "Feature", "properties": {"id": "us2000aila", "mag": 4.2, "time": 1504931645090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4593, 15.3365, 41.87]}, "bbox": [-94.4593, 15.3365, -94.4593, 15.3365]}, {"id": "5712", "type": "Feature", "properties": {"id": "ci37758271", "mag": 1.52, "time": 1504931420370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.8695, 34.238, 8.73]}, "bbox": [-116.8695, 34.238, -116.8695, 34.238]}, {"id": "5713", "type": "Feature", "properties": {"id": "ak16785521", "mag": 1.4, "time": 1504931241910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.646, 68.5258, 6.2]}, "bbox": [-146.646, 68.5258, -146.646, 68.5258]}, {"id": "5714", "type": "Feature", "properties": {"id": "ak16785582", "mag": 1.0, "time": 1504931175076, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1393, 61.7136, 2.3]}, "bbox": [-154.1393, 61.7136, -154.1393, 61.7136]}, {"id": "5715", "type": "Feature", "properties": {"id": "us2000ail5", "mag": 4.7, "time": 1504930943390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4341, 15.1257, 27.87]}, "bbox": [-94.4341, 15.1257, -94.4341, 15.1257]}, {"id": "5716", "type": "Feature", "properties": {"id": "ak16785423", "mag": 1.8, "time": 1504930589594, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6499, 68.5284, 16.7]}, "bbox": [-146.6499, 68.5284, -146.6499, 68.5284]}, {"id": "5717", "type": "Feature", "properties": {"id": "ak16785419", "mag": 2.0, "time": 1504930533977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1907, 61.6985, 2.3]}, "bbox": [-154.1907, 61.6985, -154.1907, 61.6985]}, {"id": "5718", "type": "Feature", "properties": {"id": "nm60179177", "mag": 3.06, "time": 1504930529110, "felt": 135.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-87.913, 38.425, 11.76]}, "bbox": [-87.913, 38.425, -87.913, 38.425]}, {"id": "5719", "type": "Feature", "properties": {"id": "mb80253319", "mag": 1.63, "time": 1504930497770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.491667, 46.891833, 11.66]}, "bbox": [-112.491667, 46.891833, -112.491667, 46.891833]}, {"id": "5720", "type": "Feature", "properties": {"id": "us2000ay9p", "mag": 4.1, "time": 1504930486630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9352, 15.3169, 41.53]}, "bbox": [-94.9352, 15.3169, -94.9352, 15.3169]}, {"id": "5721", "type": "Feature", "properties": {"id": "us2000ay9n", "mag": 3.7, "time": 1504930165360, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5559, 15.8989, 56.13]}, "bbox": [-94.5559, 15.8989, -94.5559, 15.8989]}, {"id": "5722", "type": "Feature", "properties": {"id": "ak16785231", "mag": 2.5, "time": 1504929910494, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6125, 68.5273, 8.3]}, "bbox": [-146.6125, 68.5273, -146.6125, 68.5273]}, {"id": "5723", "type": "Feature", "properties": {"id": "ak16785228", "mag": 2.4, "time": 1504929817958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6164, 68.5069, 15.1]}, "bbox": [-146.6164, 68.5069, -146.6164, 68.5069]}, {"id": "5724", "type": "Feature", "properties": {"id": "us2000ail9", "mag": 4.2, "time": 1504929739110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2125, 15.079, 10.0]}, "bbox": [-94.2125, 15.079, -94.2125, 15.079]}, {"id": "5725", "type": "Feature", "properties": {"id": "us2000alzs", "mag": 2.7, "time": 1504929498060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2368, 51.9836, 19.57]}, "bbox": [-169.2368, 51.9836, -169.2368, 51.9836]}, {"id": "5726", "type": "Feature", "properties": {"id": "ak16823467", "mag": 1.5, "time": 1504929296944, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.2744, 61.3017, 122.1]}, "bbox": [-152.2744, 61.3017, -152.2744, 61.3017]}, {"id": "5727", "type": "Feature", "properties": {"id": "us2000ay9h", "mag": 3.8, "time": 1504928398040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0181, 16.0961, 38.88]}, "bbox": [-95.0181, 16.0961, -95.0181, 16.0961]}, {"id": "5728", "type": "Feature", "properties": {"id": "pr2017252000", "mag": 3.08, "time": 1504928197450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.4461, 18.7428, 10.0]}, "bbox": [-67.4461, 18.7428, -67.4461, 18.7428]}, {"id": "5729", "type": "Feature", "properties": {"id": "us2000ay9g", "mag": 4.1, "time": 1504927088180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4711, 15.1531, 65.5]}, "bbox": [-94.4711, 15.1531, -94.4711, 15.1531]}, {"id": "5730", "type": "Feature", "properties": {"id": "ak16784944", "mag": 1.8, "time": 1504927005991, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3303, 60.1916, 78.0]}, "bbox": [-152.3303, 60.1916, -152.3303, 60.1916]}, {"id": "5731", "type": "Feature", "properties": {"id": "ak16784941", "mag": 2.3, "time": 1504926969938, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6189, 68.5221, 13.6]}, "bbox": [-146.6189, 68.5221, -146.6189, 68.5221]}, {"id": "5732", "type": "Feature", "properties": {"id": "ak16784938", "mag": 2.1, "time": 1504926585070, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6431, 68.5555, 3.3]}, "bbox": [-146.6431, 68.5555, -146.6431, 68.5555]}, {"id": "5733", "type": "Feature", "properties": {"id": "us2000aijy", "mag": 4.9, "time": 1504926495850, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3472, 15.9092, 62.55]}, "bbox": [-94.3472, 15.9092, -94.3472, 15.9092]}, {"id": "5734", "type": "Feature", "properties": {"id": "us2000ay9f", "mag": 4.0, "time": 1504926311940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.338, 15.4947, 53.82]}, "bbox": [-94.338, 15.4947, -94.338, 15.4947]}, {"id": "5735", "type": "Feature", "properties": {"id": "ak16784757", "mag": 1.4, "time": 1504926151958, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.5619, 63.1355, 67.4]}, "bbox": [-148.5619, 63.1355, -148.5619, 63.1355]}, {"id": "5736", "type": "Feature", "properties": {"id": "us2000ay9d", "mag": 4.0, "time": 1504926060810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.644, 15.4622, 58.54]}, "bbox": [-94.644, 15.4622, -94.644, 15.4622]}, {"id": "5737", "type": "Feature", "properties": {"id": "us2000ay9b", "mag": 4.0, "time": 1504925827780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0747, 15.195, 43.36]}, "bbox": [-94.0747, 15.195, -94.0747, 15.195]}, {"id": "5738", "type": "Feature", "properties": {"id": "us2000aj03", "mag": 2.7, "time": 1504925336910, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.2524, 54.0919, 10.0]}, "bbox": [-163.2524, 54.0919, -163.2524, 54.0919]}, {"id": "5739", "type": "Feature", "properties": {"id": "us2000aijm", "mag": 4.5, "time": 1504925090110, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-67.2748, -24.2322, 205.92]}, "bbox": [-67.2748, -24.2322, -67.2748, -24.2322]}, {"id": "5740", "type": "Feature", "properties": {"id": "us2000aijl", "mag": 5.1, "time": 1504925024150, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7923, 15.6429, 57.68]}, "bbox": [-94.7923, 15.6429, -94.7923, 15.6429]}, {"id": "5741", "type": "Feature", "properties": {"id": "ak16784618", "mag": 2.6, "time": 1504924922956, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6215, 68.5087, 13.6]}, "bbox": [-146.6215, 68.5087, -146.6215, 68.5087]}, {"id": "5742", "type": "Feature", "properties": {"id": "us2000aij6", "mag": 4.9, "time": 1504924325880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2803, 15.0759, 19.62]}, "bbox": [-94.2803, 15.0759, -94.2803, 15.0759]}, {"id": "5743", "type": "Feature", "properties": {"id": "ak16823460", "mag": 1.6, "time": 1504924009517, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.6908, 68.536, 4.0]}, "bbox": [-146.6908, 68.536, -146.6908, 68.536]}, {"id": "5744", "type": "Feature", "properties": {"id": "ak16823459", "mag": 1.6, "time": 1504923856019, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.1588, 59.9206, 119.8]}, "bbox": [-153.1588, 59.9206, -153.1588, 59.9206]}, {"id": "5745", "type": "Feature", "properties": {"id": "ci37758231", "mag": 1.09, "time": 1504923480190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.197667, 33.036667, 6.54]}, "bbox": [-116.197667, 33.036667, -116.197667, 33.036667]}, {"id": "5746", "type": "Feature", "properties": {"id": "ak16823458", "mag": 1.2, "time": 1504923376066, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8869, 60.0725, 77.8]}, "bbox": [-151.8869, 60.0725, -151.8869, 60.0725]}, {"id": "5747", "type": "Feature", "properties": {"id": "ak16784466", "mag": 1.3, "time": 1504922976851, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.9394, 63.4575, 10.2]}, "bbox": [-148.9394, 63.4575, -148.9394, 63.4575]}, {"id": "5748", "type": "Feature", "properties": {"id": "ci37758223", "mag": 1.64, "time": 1504922815610, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.095167, 35.773167, 10.47]}, "bbox": [-118.095167, 35.773167, -118.095167, 35.773167]}, {"id": "5749", "type": "Feature", "properties": {"id": "uw61305517", "mag": 1.22, "time": 1504922472730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.234, 46.341167, 11.49]}, "bbox": [-122.234, 46.341167, -122.234, 46.341167]}, {"id": "5750", "type": "Feature", "properties": {"id": "ci37758207", "mag": 0.96, "time": 1504922375210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.930333, 35.896833, 5.72]}, "bbox": [-116.930333, 35.896833, -116.930333, 35.896833]}, {"id": "5751", "type": "Feature", "properties": {"id": "ak16823455", "mag": 1.1, "time": 1504921668573, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5605, 58.7828, 14.7]}, "bbox": [-153.5605, 58.7828, -153.5605, 58.7828]}, {"id": "5752", "type": "Feature", "properties": {"id": "ak16784171", "mag": 1.5, "time": 1504921324109, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7065, 68.5298, 8.6]}, "bbox": [-146.7065, 68.5298, -146.7065, 68.5298]}, {"id": "5753", "type": "Feature", "properties": {"id": "us2000ay97", "mag": 4.2, "time": 1504921245860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8933, 15.7086, 79.65]}, "bbox": [-93.8933, 15.7086, -93.8933, 15.7086]}, {"id": "5754", "type": "Feature", "properties": {"id": "us2000ay95", "mag": 4.0, "time": 1504920659630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5492, 15.7942, 35.56]}, "bbox": [-94.5492, 15.7942, -94.5492, 15.7942]}, {"id": "5755", "type": "Feature", "properties": {"id": "ak16784114", "mag": 1.2, "time": 1504920524598, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.8278, 67.3421, 14.8]}, "bbox": [-149.8278, 67.3421, -149.8278, 67.3421]}, {"id": "5756", "type": "Feature", "properties": {"id": "ak16823452", "mag": 1.3, "time": 1504919998366, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.593, 58.7481, 11.2]}, "bbox": [-153.593, 58.7481, -153.593, 58.7481]}, {"id": "5757", "type": "Feature", "properties": {"id": "us2000arv3", "mag": 4.3, "time": 1504919742200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-82.4369, 7.7941, 13.81]}, "bbox": [-82.4369, 7.7941, -82.4369, 7.7941]}, {"id": "5758", "type": "Feature", "properties": {"id": "us2000aiic", "mag": 4.1, "time": 1504919644420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.098, 15.37, 28.41]}, "bbox": [-94.098, 15.37, -94.098, 15.37]}, {"id": "5759", "type": "Feature", "properties": {"id": "nc72888926", "mag": 1.51, "time": 1504919499600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.797167, 38.8195, 2.74]}, "bbox": [-122.797167, 38.8195, -122.797167, 38.8195]}, {"id": "5760", "type": "Feature", "properties": {"id": "hv61901901", "mag": 2.49, "time": 1504919482270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.300507, 19.404333, 13.76]}, "bbox": [-155.300507, 19.404333, -155.300507, 19.404333]}, {"id": "5761", "type": "Feature", "properties": {"id": "us2000ay91", "mag": 4.1, "time": 1504919175710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.5371, 15.6773, 67.69]}, "bbox": [-93.5371, 15.6773, -93.5371, 15.6773]}, {"id": "5762", "type": "Feature", "properties": {"id": "us2000ay90", "mag": 3.9, "time": 1504918842770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4561, 15.2969, 47.01]}, "bbox": [-94.4561, 15.2969, -94.4561, 15.2969]}, {"id": "5763", "type": "Feature", "properties": {"id": "nc72888921", "mag": 1.43, "time": 1504918334270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.63, 40.262167, 3.32]}, "bbox": [-121.63, 40.262167, -121.63, 40.262167]}, {"id": "5764", "type": "Feature", "properties": {"id": "us2000aiht", "mag": 4.4, "time": 1504918076900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5874, 15.6439, 12.93]}, "bbox": [-94.5874, 15.6439, -94.5874, 15.6439]}, {"id": "5765", "type": "Feature", "properties": {"id": "ak16783729", "mag": 1.5, "time": 1504917773363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7901, 64.8033, 13.5]}, "bbox": [-147.7901, 64.8033, -147.7901, 64.8033]}, {"id": "5766", "type": "Feature", "properties": {"id": "ak16823450", "mag": 1.8, "time": 1504917198075, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.1288, 53.4202, 28.2]}, "bbox": [-165.1288, 53.4202, -165.1288, 53.4202]}, {"id": "5767", "type": "Feature", "properties": {"id": "uu60239577", "mag": 1.64, "time": 1504917186550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.438333, 42.574167, 3.5]}, "bbox": [-111.438333, 42.574167, -111.438333, 42.574167]}, {"id": "5768", "type": "Feature", "properties": {"id": "ak16823449", "mag": 1.6, "time": 1504917085381, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.671, 59.1673, 61.6]}, "bbox": [-151.671, 59.1673, -151.671, 59.1673]}, {"id": "5769", "type": "Feature", "properties": {"id": "us2000aihy", "mag": 4.1, "time": 1504916600330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3911, 16.0661, 39.18]}, "bbox": [-94.3911, 16.0661, -94.3911, 16.0661]}, {"id": "5770", "type": "Feature", "properties": {"id": "us2000aih9", "mag": 2.8, "time": 1504916318430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4281, 42.5718, 5.53]}, "bbox": [-111.4281, 42.5718, -111.4281, 42.5718]}, {"id": "5771", "type": "Feature", "properties": {"id": "us2000aih8", "mag": 2.5, "time": 1504916278870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4338, 42.5822, 5.38]}, "bbox": [-111.4338, 42.5822, -111.4338, 42.5822]}, {"id": "5772", "type": "Feature", "properties": {"id": "ak16783588", "mag": 1.6, "time": 1504916071368, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.3277, 59.285, 86.0]}, "bbox": [-153.3277, 59.285, -153.3277, 59.285]}, {"id": "5773", "type": "Feature", "properties": {"id": "ak16783586", "mag": 1.1, "time": 1504915994737, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.056, 67.2634, 8.1]}, "bbox": [-149.056, 67.2634, -149.056, 67.2634]}, {"id": "5774", "type": "Feature", "properties": {"id": "ak16823446", "mag": 2.1, "time": 1504915956900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.713, 53.9765, 25.6]}, "bbox": [-163.713, 53.9765, -163.713, 53.9765]}, {"id": "5775", "type": "Feature", "properties": {"id": "ci37758159", "mag": 1.56, "time": 1504915633570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2745, 33.978, 4.17]}, "bbox": [-116.2745, 33.978, -116.2745, 33.978]}, {"id": "5776", "type": "Feature", "properties": {"id": "us2000arsl", "mag": 4.3, "time": 1504915283460, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6805, 16.8287, 106.0]}, "bbox": [-94.6805, 16.8287, -94.6805, 16.8287]}, {"id": "5777", "type": "Feature", "properties": {"id": "ak16823445", "mag": 1.2, "time": 1504915279966, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-136.6323, 59.8055, 11.1]}, "bbox": [-136.6323, 59.8055, -136.6323, 59.8055]}, {"id": "5778", "type": "Feature", "properties": {"id": "ak16783409", "mag": 1.6, "time": 1504915272065, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.43, 61.3236, 75.8]}, "bbox": [-151.43, 61.3236, -151.43, 61.3236]}, {"id": "5779", "type": "Feature", "properties": {"id": "ci37164028", "mag": 1.71, "time": 1504915194240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.598333, 33.300667, 5.25]}, "bbox": [-115.598333, 33.300667, -115.598333, 33.300667]}, {"id": "5780", "type": "Feature", "properties": {"id": "ci37758151", "mag": 2.09, "time": 1504915192060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.24, 32.322667, 6.67]}, "bbox": [-115.24, 32.322667, -115.24, 32.322667]}, {"id": "5781", "type": "Feature", "properties": {"id": "ak16783408", "mag": 1.6, "time": 1504915154515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3632, 60.1661, 90.3]}, "bbox": [-152.3632, 60.1661, -152.3632, 60.1661]}, {"id": "5782", "type": "Feature", "properties": {"id": "hv61901846", "mag": 1.94, "time": 1504914308880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.314, 18.895833, 12.72]}, "bbox": [-155.314, 18.895833, -155.314, 18.895833]}, {"id": "5783", "type": "Feature", "properties": {"id": "nc72888886", "mag": 1.0, "time": 1504914139040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.003833, 37.588667, 1.64]}, "bbox": [-119.003833, 37.588667, -119.003833, 37.588667]}, {"id": "5784", "type": "Feature", "properties": {"id": "ak16783243", "mag": 1.1, "time": 1504913564223, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.2504, 62.3109, 15.1]}, "bbox": [-150.2504, 62.3109, -150.2504, 62.3109]}, {"id": "5785", "type": "Feature", "properties": {"id": "ak16821920", "mag": 1.3, "time": 1504913498285, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.1821, 58.2348, 101.9]}, "bbox": [-155.1821, 58.2348, -155.1821, 58.2348]}, {"id": "5786", "type": "Feature", "properties": {"id": "ak16821919", "mag": 1.4, "time": 1504913414028, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.1655, 60.5722, 86.3]}, "bbox": [-152.1655, 60.5722, -152.1655, 60.5722]}, {"id": "5787", "type": "Feature", "properties": {"id": "ak16821918", "mag": 1.1, "time": 1504913077516, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.597, 58.7696, 12.5]}, "bbox": [-153.597, 58.7696, -153.597, 58.7696]}, {"id": "5788", "type": "Feature", "properties": {"id": "us2000aigc", "mag": 4.1, "time": 1504912952040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1585, 15.0785, 47.75]}, "bbox": [-94.1585, 15.0785, -94.1585, 15.0785]}, {"id": "5789", "type": "Feature", "properties": {"id": "uu60239522", "mag": 1.86, "time": 1504912091450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.417833, 42.557333, 7.29]}, "bbox": [-111.417833, 42.557333, -111.417833, 42.557333]}, {"id": "5790", "type": "Feature", "properties": {"id": "us2000aifs", "mag": 4.4, "time": 1504911443790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [82.6815, 44.316, 35.0]}, "bbox": [82.6815, 44.316, 82.6815, 44.316]}, {"id": "5791", "type": "Feature", "properties": {"id": "ak16782938", "mag": 1.1, "time": 1504911183072, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3769, 64.9856, 0.0]}, "bbox": [-147.3769, 64.9856, -147.3769, 64.9856]}, {"id": "5792", "type": "Feature", "properties": {"id": "ak16782937", "mag": 1.1, "time": 1504910876129, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-146.7587, 61.2722, 29.5]}, "bbox": [-146.7587, 61.2722, -146.7587, 61.2722]}, {"id": "5793", "type": "Feature", "properties": {"id": "ak16782871", "mag": 1.5, "time": 1504910569120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-139.4893, 60.1552, 7.8]}, "bbox": [-139.4893, 60.1552, -139.4893, 60.1552]}, {"id": "5794", "type": "Feature", "properties": {"id": "ak16782868", "mag": 1.4, "time": 1504910467245, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.7194, 62.6908, 57.2]}, "bbox": [-148.7194, 62.6908, -148.7194, 62.6908]}, {"id": "5795", "type": "Feature", "properties": {"id": "ak16821913", "mag": 1.7, "time": 1504910258777, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0231, 58.2214, 149.2]}, "bbox": [-156.0231, 58.2214, -156.0231, 58.2214]}, {"id": "5796", "type": "Feature", "properties": {"id": "nc72888801", "mag": 1.9, "time": 1504909953040, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.8175, 37.486333, -0.46]}, "bbox": [-121.8175, 37.486333, -121.8175, 37.486333]}, {"id": "5797", "type": "Feature", "properties": {"id": "us2000aif7", "mag": 2.5, "time": 1504909902600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5076, 36.2848, 8.171]}, "bbox": [-97.5076, 36.2848, -97.5076, 36.2848]}, {"id": "5798", "type": "Feature", "properties": {"id": "us2000aif4", "mag": 4.8, "time": 1504909723200, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8865, 15.3302, 30.08]}, "bbox": [-93.8865, 15.3302, -93.8865, 15.3302]}, {"id": "5799", "type": "Feature", "properties": {"id": "ak16821912", "mag": 1.1, "time": 1504909705310, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3127, 62.4824, 115.8]}, "bbox": [-152.3127, 62.4824, -152.3127, 62.4824]}, {"id": "5800", "type": "Feature", "properties": {"id": "us2000aif0", "mag": 3.0, "time": 1504909701800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.5069, 36.2872, 6.887]}, "bbox": [-97.5069, 36.2872, -97.5069, 36.2872]}, {"id": "5801", "type": "Feature", "properties": {"id": "mb80253249", "mag": 1.02, "time": 1504909626120, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.500333, 46.870333, 14.95]}, "bbox": [-112.500333, 46.870333, -112.500333, 46.870333]}, {"id": "5802", "type": "Feature", "properties": {"id": "nc72888791", "mag": 1.37, "time": 1504909453970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.04, 37.6285, -2.07]}, "bbox": [-119.04, 37.6285, -119.04, 37.6285]}, {"id": "5803", "type": "Feature", "properties": {"id": "us2000aier", "mag": 4.4, "time": 1504908895340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0113, 15.4861, 55.1]}, "bbox": [-94.0113, 15.4861, -94.0113, 15.4861]}, {"id": "5804", "type": "Feature", "properties": {"id": "ak16821911", "mag": 1.3, "time": 1504908516343, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.8637, 60.6448, 52.5]}, "bbox": [-150.8637, 60.6448, -150.8637, 60.6448]}, {"id": "5805", "type": "Feature", "properties": {"id": "ci37758063", "mag": 1.18, "time": 1504908189370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.201167, 33.035167, 5.64]}, "bbox": [-116.201167, 33.035167, -116.201167, 33.035167]}, {"id": "5806", "type": "Feature", "properties": {"id": "nc72888781", "mag": 1.42, "time": 1504907868300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.038667, 37.624833, -2.91]}, "bbox": [-119.038667, 37.624833, -119.038667, 37.624833]}, {"id": "5807", "type": "Feature", "properties": {"id": "us2000aie8", "mag": 4.7, "time": 1504907825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5854, 15.5735, 35.0]}, "bbox": [-94.5854, 15.5735, -94.5854, 15.5735]}, {"id": "5808", "type": "Feature", "properties": {"id": "nc72888776", "mag": 1.8, "time": 1504907588830, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.040167, 37.63, -1.66]}, "bbox": [-119.040167, 37.63, -119.040167, 37.63]}, {"id": "5809", "type": "Feature", "properties": {"id": "us2000aie6", "mag": 4.6, "time": 1504907582410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4976, 15.7473, 55.06]}, "bbox": [-94.4976, 15.7473, -94.4976, 15.7473]}, {"id": "5810", "type": "Feature", "properties": {"id": "us2000aidm", "mag": 4.5, "time": 1504906777370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0707, 15.2209, 55.42]}, "bbox": [-94.0707, 15.2209, -94.0707, 15.2209]}, {"id": "5811", "type": "Feature", "properties": {"id": "us2000aid9", "mag": 4.8, "time": 1504906287810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3905, 15.4318, 56.37]}, "bbox": [-94.3905, 15.4318, -94.3905, 15.4318]}, {"id": "5812", "type": "Feature", "properties": {"id": "nc72888771", "mag": 1.19, "time": 1504906092960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.451, 37.990333, 1.49]}, "bbox": [-122.451, 37.990333, -122.451, 37.990333]}, {"id": "5813", "type": "Feature", "properties": {"id": "us2000aicx", "mag": 4.3, "time": 1504906074440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2669, 15.5886, 57.93]}, "bbox": [-94.2669, 15.5886, -94.2669, 15.5886]}, {"id": "5814", "type": "Feature", "properties": {"id": "ak16782412", "mag": 1.0, "time": 1504906074363, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.3787, 62.4883, 7.5]}, "bbox": [-152.3787, 62.4883, -152.3787, 62.4883]}, {"id": "5815", "type": "Feature", "properties": {"id": "ak16782375", "mag": 2.3, "time": 1504905457780, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.4787, 52.748, 40.9]}, "bbox": [-168.4787, 52.748, -168.4787, 52.748]}, {"id": "5816", "type": "Feature", "properties": {"id": "nc72888756", "mag": 1.38, "time": 1504905314090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.756167, 39.273333, 4.85]}, "bbox": [-122.756167, 39.273333, -122.756167, 39.273333]}, {"id": "5817", "type": "Feature", "properties": {"id": "ak16782374", "mag": 1.2, "time": 1504905292993, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.8681, 59.9024, 67.7]}, "bbox": [-151.8681, 59.9024, -151.8681, 59.9024]}, {"id": "5818", "type": "Feature", "properties": {"id": "us2000aicp", "mag": 4.2, "time": 1504905187950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4812, 15.6987, 35.0]}, "bbox": [-94.4812, 15.6987, -94.4812, 15.6987]}, {"id": "5819", "type": "Feature", "properties": {"id": "ak16782334", "mag": 1.1, "time": 1504904835105, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-144.7621, 65.5089, 13.7]}, "bbox": [-144.7621, 65.5089, -144.7621, 65.5089]}, {"id": "5820", "type": "Feature", "properties": {"id": "ak16782328", "mag": 2.5, "time": 1504904826453, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.811, 61.2391, 56.6]}, "bbox": [-150.811, 61.2391, -150.811, 61.2391]}, {"id": "5821", "type": "Feature", "properties": {"id": "uw61305342", "mag": 1.93, "time": 1504904598280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.065167, 44.442833, -1.58]}, "bbox": [-121.065167, 44.442833, -121.065167, 44.442833]}, {"id": "5822", "type": "Feature", "properties": {"id": "nc72888751", "mag": 1.54, "time": 1504903192860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7535, 39.279333, 8.66]}, "bbox": [-122.7535, 39.279333, -122.7535, 39.279333]}, {"id": "5823", "type": "Feature", "properties": {"id": "ak16781999", "mag": 3.0, "time": 1504902403320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2239, 60.1717, 139.6]}, "bbox": [-153.2239, 60.1717, -153.2239, 60.1717]}, {"id": "5824", "type": "Feature", "properties": {"id": "ak16781990", "mag": 2.9, "time": 1504902403227, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2392, 60.1979, 145.3]}, "bbox": [-153.2392, 60.1979, -153.2392, 60.1979]}, {"id": "5825", "type": "Feature", "properties": {"id": "us2000ay7u", "mag": 4.1, "time": 1504902279690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7805, 15.528, 44.33]}, "bbox": [-94.7805, 15.528, -94.7805, 15.528]}, {"id": "5826", "type": "Feature", "properties": {"id": "ak16821902", "mag": 2.3, "time": 1504902127057, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.6706, 53.1595, 47.8]}, "bbox": [-164.6706, 53.1595, -164.6706, 53.1595]}, {"id": "5827", "type": "Feature", "properties": {"id": "mb80253224", "mag": 1.28, "time": 1504901825890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.961667, 44.423667, 7.65]}, "bbox": [-112.961667, 44.423667, -112.961667, 44.423667]}, {"id": "5828", "type": "Feature", "properties": {"id": "ci37758023", "mag": 1.23, "time": 1504901676790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.243333, 34.049667, 14.94]}, "bbox": [-117.243333, 34.049667, -117.243333, 34.049667]}, {"id": "5829", "type": "Feature", "properties": {"id": "us2000arsf", "mag": 4.8, "time": 1504901654190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [169.1397, -18.9749, 151.93]}, "bbox": [169.1397, -18.9749, 169.1397, -18.9749]}, {"id": "5830", "type": "Feature", "properties": {"id": "us2000aib4", "mag": 4.7, "time": 1504901358420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4084, 14.947, 20.03]}, "bbox": [-94.4084, 14.947, -94.4084, 14.947]}, {"id": "5831", "type": "Feature", "properties": {"id": "mb80254729", "mag": 1.15, "time": 1504901142840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5325, 46.863333, 12.44]}, "bbox": [-112.5325, 46.863333, -112.5325, 46.863333]}, {"id": "5832", "type": "Feature", "properties": {"id": "us2000arse", "mag": 4.2, "time": 1504900520170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [122.6478, 18.4195, 10.0]}, "bbox": [122.6478, 18.4195, 122.6478, 18.4195]}, {"id": "5833", "type": "Feature", "properties": {"id": "ak16781710", "mag": 1.5, "time": 1504900346639, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.5122, 61.5519, 57.6]}, "bbox": [-150.5122, 61.5519, -150.5122, 61.5519]}, {"id": "5834", "type": "Feature", "properties": {"id": "ak16781709", "mag": 1.3, "time": 1504900242686, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.7722, 60.316, 70.9]}, "bbox": [-151.7722, 60.316, -151.7722, 60.316]}, {"id": "5835", "type": "Feature", "properties": {"id": "us2000aibq", "mag": 2.5, "time": 1504899687060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4383, 42.5694, 8.27]}, "bbox": [-111.4383, 42.5694, -111.4383, 42.5694]}, {"id": "5836", "type": "Feature", "properties": {"id": "nc72888741", "mag": 1.05, "time": 1504899640660, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.013, 37.593167, 0.27]}, "bbox": [-119.013, 37.593167, -119.013, 37.593167]}, {"id": "5837", "type": "Feature", "properties": {"id": "us2000aib3", "mag": 2.8, "time": 1504899556990, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4363, 42.571, 9.27]}, "bbox": [-111.4363, 42.571, -111.4363, 42.571]}, {"id": "5838", "type": "Feature", "properties": {"id": "us2000aia5", "mag": 2.6, "time": 1504899482480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4289, 42.5733, 13.75]}, "bbox": [-111.4289, 42.5733, -111.4289, 42.5733]}, {"id": "5839", "type": "Feature", "properties": {"id": "ak16781595", "mag": 1.7, "time": 1504899244914, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-141.1502, 60.3533, 10.0]}, "bbox": [-141.1502, 60.3533, -141.1502, 60.3533]}, {"id": "5840", "type": "Feature", "properties": {"id": "ak16781585", "mag": 3.9, "time": 1504899189169, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.5601, 59.2544, 64.0]}, "bbox": [-152.5601, 59.2544, -152.5601, 59.2544]}, {"id": "5841", "type": "Feature", "properties": {"id": "ci37758007", "mag": 2.02, "time": 1504898829300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.561833, 31.0585, 5.61]}, "bbox": [-115.561833, 31.0585, -115.561833, 31.0585]}, {"id": "5842", "type": "Feature", "properties": {"id": "ak16781550", "mag": 1.4, "time": 1504898282611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6296, 61.6699, 64.1]}, "bbox": [-150.6296, 61.6699, -150.6296, 61.6699]}, {"id": "5843", "type": "Feature", "properties": {"id": "ci37757991", "mag": 1.52, "time": 1504897913130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.184167, 34.008167, 14.79]}, "bbox": [-117.184167, 34.008167, -117.184167, 34.008167]}, {"id": "5844", "type": "Feature", "properties": {"id": "ci37757975", "mag": 1.23, "time": 1504897847890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.191833, 34.995167, -0.8]}, "bbox": [-118.191833, 34.995167, -118.191833, 34.995167]}, {"id": "5845", "type": "Feature", "properties": {"id": "us2000ai96", "mag": 4.7, "time": 1504897612480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1128, 15.0427, 38.05]}, "bbox": [-94.1128, 15.0427, -94.1128, 15.0427]}, {"id": "5846", "type": "Feature", "properties": {"id": "us2000ay7g", "mag": 4.5, "time": 1504897486190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6162, 15.5292, 52.13]}, "bbox": [-94.6162, 15.5292, -94.6162, 15.5292]}, {"id": "5847", "type": "Feature", "properties": {"id": "us2000aku3", "mag": 2.7, "time": 1504897427450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4362, 42.5723, 6.2]}, "bbox": [-111.4362, 42.5723, -111.4362, 42.5723]}, {"id": "5848", "type": "Feature", "properties": {"id": "us2000aruj", "mag": 4.0, "time": 1504897268300, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [151.0589, 51.6006, 526.16]}, "bbox": [151.0589, 51.6006, 151.0589, 51.6006]}, {"id": "5849", "type": "Feature", "properties": {"id": "us2000ai8x", "mag": 5.3, "time": 1504897044080, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9814, 16.231, 63.24]}, "bbox": [-94.9814, 16.231, -94.9814, 16.231]}, {"id": "5850", "type": "Feature", "properties": {"id": "us2000ars7", "mag": 4.4, "time": 1504896441090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [166.9803, -12.2109, 239.13]}, "bbox": [166.9803, -12.2109, 166.9803, -12.2109]}, {"id": "5851", "type": "Feature", "properties": {"id": "us2000ars8", "mag": 4.2, "time": 1504895755810, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4237, 15.0921, 33.24]}, "bbox": [-94.4237, 15.0921, -94.4237, 15.0921]}, {"id": "5852", "type": "Feature", "properties": {"id": "ak16781202", "mag": 1.1, "time": 1504895394318, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.517, 62.887, 92.9]}, "bbox": [-150.517, 62.887, -150.517, 62.887]}, {"id": "5853", "type": "Feature", "properties": {"id": "us2000ai8l", "mag": 5.0, "time": 1504895053450, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0247, 15.6158, 25.92]}, "bbox": [-95.0247, 15.6158, -95.0247, 15.6158]}, {"id": "5854", "type": "Feature", "properties": {"id": "nc72888711", "mag": 1.13, "time": 1504894886190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.369, 37.616167, 3.76]}, "bbox": [-119.369, 37.616167, -119.369, 37.616167]}, {"id": "5855", "type": "Feature", "properties": {"id": "ci37757951", "mag": 1.29, "time": 1504894538140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.34, 35.0645, -0.97]}, "bbox": [-118.34, 35.0645, -118.34, 35.0645]}, {"id": "5856", "type": "Feature", "properties": {"id": "nn00604251", "mag": 1.1, "time": 1504893693579, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.5283, 37.177, 14.2]}, "bbox": [-117.5283, 37.177, -117.5283, 37.177]}, {"id": "5857", "type": "Feature", "properties": {"id": "nc72888696", "mag": 1.24, "time": 1504893681000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.9525, 37.9215, -0.25]}, "bbox": [-121.9525, 37.9215, -121.9525, 37.9215]}, {"id": "5858", "type": "Feature", "properties": {"id": "us2000ai89", "mag": 4.9, "time": 1504893629390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.339, 15.3801, 37.31]}, "bbox": [-94.339, 15.3801, -94.339, 15.3801]}, {"id": "5859", "type": "Feature", "properties": {"id": "ak16780971", "mag": 2.0, "time": 1504893338524, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.7656, 56.9755, 12.7]}, "bbox": [-157.7656, 56.9755, -157.7656, 56.9755]}, {"id": "5860", "type": "Feature", "properties": {"id": "us2000ai7x", "mag": 4.4, "time": 1504893167240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8739, 15.6809, 69.44]}, "bbox": [-93.8739, 15.6809, -93.8739, 15.6809]}, {"id": "5861", "type": "Feature", "properties": {"id": "ci37757919", "mag": 1.09, "time": 1504892320190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.792333, 33.504167, 6.36]}, "bbox": [-116.792333, 33.504167, -116.792333, 33.504167]}, {"id": "5862", "type": "Feature", "properties": {"id": "ak16780872", "mag": 2.7, "time": 1504892251611, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.2184, 60.0235, 132.9]}, "bbox": [-153.2184, 60.0235, -153.2184, 60.0235]}, {"id": "5863", "type": "Feature", "properties": {"id": "us2000ai7w", "mag": 5.1, "time": 1504892136330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7094, 14.7125, 10.0]}, "bbox": [54.7094, 14.7125, 54.7094, 14.7125]}, {"id": "5864", "type": "Feature", "properties": {"id": "ak16780870", "mag": 1.9, "time": 1504892114398, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.5364, 59.0829, 80.6]}, "bbox": [-153.5364, 59.0829, -153.5364, 59.0829]}, {"id": "5865", "type": "Feature", "properties": {"id": "nn00604241", "mag": 1.7, "time": 1504892108096, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8858, 39.5547, 16.6]}, "bbox": [-115.8858, 39.5547, -115.8858, 39.5547]}, {"id": "5866", "type": "Feature", "properties": {"id": "ci37757903", "mag": 1.06, "time": 1504892000240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.084, 33.233167, 9.85]}, "bbox": [-116.084, 33.233167, -116.084, 33.233167]}, {"id": "5867", "type": "Feature", "properties": {"id": "mb80253164", "mag": 0.95, "time": 1504891992150, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.5415, 46.8995, 11.59]}, "bbox": [-112.5415, 46.8995, -112.5415, 46.8995]}, {"id": "5868", "type": "Feature", "properties": {"id": "us2000ai7p", "mag": 4.3, "time": 1504891955840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.495, 15.1404, 36.22]}, "bbox": [-94.495, 15.1404, -94.495, 15.1404]}, {"id": "5869", "type": "Feature", "properties": {"id": "ak16780841", "mag": 1.4, "time": 1504891846856, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.3249, 60.9139, 26.3]}, "bbox": [-147.3249, 60.9139, -147.3249, 60.9139]}, {"id": "5870", "type": "Feature", "properties": {"id": "us2000arsh", "mag": 4.5, "time": 1504891333730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [133.2388, -6.8416, 19.98]}, "bbox": [133.2388, -6.8416, 133.2388, -6.8416]}, {"id": "5871", "type": "Feature", "properties": {"id": "us2000ay6x", "mag": 4.1, "time": 1504891315080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7297, 15.3343, 19.17]}, "bbox": [-94.7297, 15.3343, -94.7297, 15.3343]}, {"id": "5872", "type": "Feature", "properties": {"id": "us2000ars4", "mag": 4.4, "time": 1504891219920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [54.7693, 14.6837, 10.0]}, "bbox": [54.7693, 14.6837, 54.7693, 14.6837]}, {"id": "5873", "type": "Feature", "properties": {"id": "ak16780813", "mag": 1.5, "time": 1504891126668, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.153, 61.7092, 3.2]}, "bbox": [-154.153, 61.7092, -154.153, 61.7092]}, {"id": "5874", "type": "Feature", "properties": {"id": "nc72888686", "mag": 1.23, "time": 1504891114230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.1045, 37.325167, -0.31]}, "bbox": [-122.1045, 37.325167, -122.1045, 37.325167]}, {"id": "5875", "type": "Feature", "properties": {"id": "ci37757879", "mag": 2.31, "time": 1504890797650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.463833, 34.355833, 3.0]}, "bbox": [-116.463833, 34.355833, -116.463833, 34.355833]}, {"id": "5876", "type": "Feature", "properties": {"id": "us2000ai73", "mag": 4.9, "time": 1504890172380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.6184, 20.97]}, "bbox": [-94.6852, 15.6184, -94.6852, 15.6184]}, {"id": "5877", "type": "Feature", "properties": {"id": "us2000ai6w", "mag": 4.8, "time": 1504890101520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3813, 15.1628, 10.0]}, "bbox": [-94.3813, 15.1628, -94.3813, 15.1628]}, {"id": "5878", "type": "Feature", "properties": {"id": "us2000ai6n", "mag": 4.6, "time": 1504889103890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [130.804, -6.0426, 126.88]}, "bbox": [130.804, -6.0426, 130.804, -6.0426]}, {"id": "5879", "type": "Feature", "properties": {"id": "us2000ai6c", "mag": 4.7, "time": 1504888948510, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8822, 15.7603, 70.11]}, "bbox": [-93.8822, 15.7603, -93.8822, 15.7603]}, {"id": "5880", "type": "Feature", "properties": {"id": "us2000ai66", "mag": 3.1, "time": 1504888942660, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4688, 42.6127, 7.46]}, "bbox": [-111.4688, 42.6127, -111.4688, 42.6127]}, {"id": "5881", "type": "Feature", "properties": {"id": "ci37757839", "mag": 1.07, "time": 1504888838380, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.931, 35.8975, 5.55]}, "bbox": [-116.931, 35.8975, -116.931, 35.8975]}, {"id": "5882", "type": "Feature", "properties": {"id": "us2000ai5r", "mag": 5.0, "time": 1504887559080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1176, 15.3478, 50.28]}, "bbox": [-94.1176, 15.3478, -94.1176, 15.3478]}, {"id": "5883", "type": "Feature", "properties": {"id": "us2000ai7e", "mag": 2.6, "time": 1504887451250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.8013, 51.3347, 33.06]}, "bbox": [-174.8013, 51.3347, -174.8013, 51.3347]}, {"id": "5884", "type": "Feature", "properties": {"id": "us2000ai5q", "mag": 4.8, "time": 1504887267930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.2659, 31.94]}, "bbox": [-94.834, 15.2659, -94.834, 15.2659]}, {"id": "5885", "type": "Feature", "properties": {"id": "us2000ars1", "mag": 4.4, "time": 1504887163560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.5842, 0.5634, 87.49]}, "bbox": [121.5842, 0.5634, 121.5842, 0.5634]}, {"id": "5886", "type": "Feature", "properties": {"id": "us2000ai5f", "mag": 4.9, "time": 1504887145160, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4164, 15.3325, 55.79]}, "bbox": [-94.4164, 15.3325, -94.4164, 15.3325]}, {"id": "5887", "type": "Feature", "properties": {"id": "us2000aixn", "mag": 4.1, "time": 1504887139190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.237, 15.3669, 61.33]}, "bbox": [-94.237, 15.3669, -94.237, 15.3669]}, {"id": "5888", "type": "Feature", "properties": {"id": "ak16821886", "mag": 1.0, "time": 1504887040916, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.7913, 61.8643, 40.7]}, "bbox": [-147.7913, 61.8643, -147.7913, 61.8643]}, {"id": "5889", "type": "Feature", "properties": {"id": "us2000ai53", "mag": 4.6, "time": 1504886882420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4908, 15.0663, 10.0]}, "bbox": [-94.4908, 15.0663, -94.4908, 15.0663]}, {"id": "5890", "type": "Feature", "properties": {"id": "ak16780437", "mag": 1.7, "time": 1504886789015, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.1717, 61.2338, 0.0]}, "bbox": [-154.1717, 61.2338, -154.1717, 61.2338]}, {"id": "5891", "type": "Feature", "properties": {"id": "us2000arsa", "mag": 4.8, "time": 1504886367500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-45.1832, 25.2517, 10.0]}, "bbox": [-45.1832, 25.2517, -45.1832, 25.2517]}, {"id": "5892", "type": "Feature", "properties": {"id": "us2000arrz", "mag": 4.3, "time": 1504885790410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [121.1544, 13.7011, 115.66]}, "bbox": [121.1544, 13.7011, 121.1544, 13.7011]}, {"id": "5893", "type": "Feature", "properties": {"id": "ci37757791", "mag": 2.49, "time": 1504885701960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.863167, 36.514, 1.6]}, "bbox": [-117.863167, 36.514, -117.863167, 36.514]}, {"id": "5894", "type": "Feature", "properties": {"id": "nc72888591", "mag": 1.18, "time": 1504885591170, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.029167, 37.64, 1.33]}, "bbox": [-119.029167, 37.64, -119.029167, 37.64]}, {"id": "5895", "type": "Feature", "properties": {"id": "us2000ay69", "mag": 4.3, "time": 1504884967040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8299, 15.2537, 51.49]}, "bbox": [-94.8299, 15.2537, -94.8299, 15.2537]}, {"id": "5896", "type": "Feature", "properties": {"id": "nc72888561", "mag": 2.76, "time": 1504884687580, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-126.4015, 40.656167, 4.61]}, "bbox": [-126.4015, 40.656167, -126.4015, 40.656167]}, {"id": "5897", "type": "Feature", "properties": {"id": "nc72888556", "mag": 1.22, "time": 1504884477720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.594833, 36.036167, 3.51]}, "bbox": [-120.594833, 36.036167, -120.594833, 36.036167]}, {"id": "5898", "type": "Feature", "properties": {"id": "nc72888551", "mag": 1.29, "time": 1504884449700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.600833, 36.033, 2.98]}, "bbox": [-120.600833, 36.033, -120.600833, 36.033]}, {"id": "5899", "type": "Feature", "properties": {"id": "us2000ai45", "mag": 4.4, "time": 1504884249230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [51.6373, 29.0196, 32.54]}, "bbox": [51.6373, 29.0196, 51.6373, 29.0196]}, {"id": "5900", "type": "Feature", "properties": {"id": "us2000ai4f", "mag": 5.0, "time": 1504884005650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-172.4529, -15.2805, 10.0]}, "bbox": [-172.4529, -15.2805, -172.4529, -15.2805]}, {"id": "5901", "type": "Feature", "properties": {"id": "ci37757767", "mag": 1.56, "time": 1504883892090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.447333, 34.149, 10.6]}, "bbox": [-117.447333, 34.149, -117.447333, 34.149]}, {"id": "5902", "type": "Feature", "properties": {"id": "nc72888536", "mag": 1.66, "time": 1504883570470, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.168167, 39.1465, -0.58]}, "bbox": [-123.168167, 39.1465, -123.168167, 39.1465]}, {"id": "5903", "type": "Feature", "properties": {"id": "us2000arrw", "mag": 4.2, "time": 1504882974870, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7985, 15.5213, 35.36]}, "bbox": [-94.7985, 15.5213, -94.7985, 15.5213]}, {"id": "5904", "type": "Feature", "properties": {"id": "ak16779960", "mag": 1.8, "time": 1504882678981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0626, 62.8988, 105.6]}, "bbox": [-151.0626, 62.8988, -151.0626, 62.8988]}, {"id": "5905", "type": "Feature", "properties": {"id": "ci37757743", "mag": 0.97, "time": 1504882082250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.499333, 33.723667, 12.91]}, "bbox": [-117.499333, 33.723667, -117.499333, 33.723667]}, {"id": "5906", "type": "Feature", "properties": {"id": "us2000ai3n", "mag": 5.3, "time": 1504881901650, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3384, 15.544, 53.27]}, "bbox": [-94.3384, 15.544, -94.3384, 15.544]}, {"id": "5907", "type": "Feature", "properties": {"id": "us2000ai3i", "mag": 5.0, "time": 1504881612700, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4062, 15.406, 49.05]}, "bbox": [-94.4062, 15.406, -94.4062, 15.406]}, {"id": "5908", "type": "Feature", "properties": {"id": "us2000ai3c", "mag": 5.1, "time": 1504880703430, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1626, 15.9178, 78.53]}, "bbox": [-94.1626, 15.9178, -94.1626, 15.9178]}, {"id": "5909", "type": "Feature", "properties": {"id": "ak16821881", "mag": 1.9, "time": 1504880601665, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.7019, 53.1531, 4.0]}, "bbox": [-165.7019, 53.1531, -165.7019, 53.1531]}, {"id": "5910", "type": "Feature", "properties": {"id": "us2000ai3a", "mag": 4.6, "time": 1504880185590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9379, 15.4789, 51.37]}, "bbox": [-93.9379, 15.4789, -93.9379, 15.4789]}, {"id": "5911", "type": "Feature", "properties": {"id": "nc72888511", "mag": 1.64, "time": 1504879933970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.805, 37.519, 0.63]}, "bbox": [-118.805, 37.519, -118.805, 37.519]}, {"id": "5912", "type": "Feature", "properties": {"id": "us2000arrt", "mag": 4.3, "time": 1504879797140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-92.5495, 15.2436, 49.04]}, "bbox": [-92.5495, 15.2436, -92.5495, 15.2436]}, {"id": "5913", "type": "Feature", "properties": {"id": "nc72888506", "mag": 1.11, "time": 1504879682840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.807167, 37.5155, -1.34]}, "bbox": [-118.807167, 37.5155, -118.807167, 37.5155]}, {"id": "5914", "type": "Feature", "properties": {"id": "us2000ai2x", "mag": 4.4, "time": 1504878550770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3291, 15.5119, 43.4]}, "bbox": [-94.3291, 15.5119, -94.3291, 15.5119]}, {"id": "5915", "type": "Feature", "properties": {"id": "us2000ai2u", "mag": 4.5, "time": 1504878237250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3775, 15.3318, 55.57]}, "bbox": [-94.3775, 15.3318, -94.3775, 15.3318]}, {"id": "5916", "type": "Feature", "properties": {"id": "ak16779589", "mag": 2.1, "time": 1504878197682, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.7176, 61.7913, 43.0]}, "bbox": [-149.7176, 61.7913, -149.7176, 61.7913]}, {"id": "5917", "type": "Feature", "properties": {"id": "nc72888501", "mag": 1.4, "time": 1504877974600, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.826833, 38.884833, 0.43]}, "bbox": [-122.826833, 38.884833, -122.826833, 38.884833]}, {"id": "5918", "type": "Feature", "properties": {"id": "us2000ai2s", "mag": 4.5, "time": 1504877794630, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2597, 15.3155, 57.11]}, "bbox": [-94.2597, 15.3155, -94.2597, 15.3155]}, {"id": "5919", "type": "Feature", "properties": {"id": "us2000ai2p", "mag": 4.3, "time": 1504877637550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3617, 15.3594, 72.43]}, "bbox": [-94.3617, 15.3594, -94.3617, 15.3594]}, {"id": "5920", "type": "Feature", "properties": {"id": "ak16821879", "mag": 1.1, "time": 1504877280981, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.4859, 62.9279, 91.4]}, "bbox": [-150.4859, 62.9279, -150.4859, 62.9279]}, {"id": "5921", "type": "Feature", "properties": {"id": "us2000ai2h", "mag": 4.3, "time": 1504877227420, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2794, 15.5765, 57.44]}, "bbox": [-94.2794, 15.5765, -94.2794, 15.5765]}, {"id": "5922", "type": "Feature", "properties": {"id": "us2000ai2d", "mag": 4.9, "time": 1504877000620, "felt": 5.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [140.4519, 39.5355, 14.54]}, "bbox": [140.4519, 39.5355, 140.4519, 39.5355]}, {"id": "5923", "type": "Feature", "properties": {"id": "nc72888491", "mag": 1.84, "time": 1504876384490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.493333, 38.505333, 9.95]}, "bbox": [-122.493333, 38.505333, -122.493333, 38.505333]}, {"id": "5924", "type": "Feature", "properties": {"id": "ak16821878", "mag": 1.4, "time": 1504875984627, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.1326, 61.9648, 66.9]}, "bbox": [-151.1326, 61.9648, -151.1326, 61.9648]}, {"id": "5925", "type": "Feature", "properties": {"id": "ak16821876", "mag": 2.2, "time": 1504875655387, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-168.9923, 52.3567, 17.2]}, "bbox": [-168.9923, 52.3567, -168.9923, 52.3567]}, {"id": "5926", "type": "Feature", "properties": {"id": "nc72888486", "mag": 2.07, "time": 1504875297970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476833, 38.505667, 10.55]}, "bbox": [-122.476833, 38.505667, -122.476833, 38.505667]}, {"id": "5927", "type": "Feature", "properties": {"id": "nc72888481", "mag": 2.29, "time": 1504875261290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.487833, 38.504167, 11.24]}, "bbox": [-122.487833, 38.504167, -122.487833, 38.504167]}, {"id": "5928", "type": "Feature", "properties": {"id": "ak16779354", "mag": 1.2, "time": 1504874899621, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.8024, 62.2347, 27.0]}, "bbox": [-148.8024, 62.2347, -148.8024, 62.2347]}, {"id": "5929", "type": "Feature", "properties": {"id": "us2000ai1z", "mag": 4.7, "time": 1504874764610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9526, 15.348, 66.08]}, "bbox": [-93.9526, 15.348, -93.9526, 15.348]}, {"id": "5930", "type": "Feature", "properties": {"id": "nn00604198", "mag": 1.6, "time": 1504874486416, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.1528, 36.3422, 12.5]}, "bbox": [-115.1528, 36.3422, -115.1528, 36.3422]}, {"id": "5931", "type": "Feature", "properties": {"id": "ak16779312", "mag": 1.1, "time": 1504874405501, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.2249, 66.2606, 1.6]}, "bbox": [-142.2249, 66.2606, -142.2249, 66.2606]}, {"id": "5932", "type": "Feature", "properties": {"id": "ak16821873", "mag": 1.7, "time": 1504874360732, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-177.5174, 51.2619, 22.7]}, "bbox": [-177.5174, 51.2619, -177.5174, 51.2619]}, {"id": "5933", "type": "Feature", "properties": {"id": "nn00604197", "mag": 1.1, "time": 1504874200883, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.2814, 37.8092, 5.1]}, "bbox": [-114.2814, 37.8092, -114.2814, 37.8092]}, {"id": "5934", "type": "Feature", "properties": {"id": "nc72888476", "mag": 1.21, "time": 1504873957930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.509333, 40.482667, 4.94]}, "bbox": [-121.509333, 40.482667, -121.509333, 40.482667]}, {"id": "5935", "type": "Feature", "properties": {"id": "ci37757703", "mag": 1.39, "time": 1504873858920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.717833, 33.649333, 15.22]}, "bbox": [-116.717833, 33.649333, -116.717833, 33.649333]}, {"id": "5936", "type": "Feature", "properties": {"id": "ci37757695", "mag": 1.17, "time": 1504872471560, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.568167, 33.822667, 8.77]}, "bbox": [-115.568167, 33.822667, -115.568167, 33.822667]}, {"id": "5937", "type": "Feature", "properties": {"id": "us2000ai1k", "mag": 5.2, "time": 1504872379780, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4203, 15.4936, 64.61]}, "bbox": [-94.4203, 15.4936, -94.4203, 15.4936]}, {"id": "5938", "type": "Feature", "properties": {"id": "nn00604195", "mag": 1.1, "time": 1504872342696, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0794, 39.7864, 6.3]}, "bbox": [-120.0794, 39.7864, -120.0794, 39.7864]}, {"id": "5939", "type": "Feature", "properties": {"id": "us2000ai1f", "mag": 4.5, "time": 1504872210290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.752, 15.6687, 34.52]}, "bbox": [-94.752, 15.6687, -94.752, 15.6687]}, {"id": "5940", "type": "Feature", "properties": {"id": "us2000ai17", "mag": 4.7, "time": 1504871509040, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.251, 15.2604, 43.78]}, "bbox": [-94.251, 15.2604, -94.251, 15.2604]}, {"id": "5941", "type": "Feature", "properties": {"id": "ci37757687", "mag": 1.13, "time": 1504871201290, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.5185, 33.500333, 13.87]}, "bbox": [-116.5185, 33.500333, -116.5185, 33.500333]}, {"id": "5942", "type": "Feature", "properties": {"id": "us2000ai11", "mag": 4.8, "time": 1504870992430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5788, 16.0581, 67.6]}, "bbox": [-94.5788, 16.0581, -94.5788, 16.0581]}, {"id": "5943", "type": "Feature", "properties": {"id": "nc72888461", "mag": 1.42, "time": 1504869975320, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.437833, 39.504833, 12.47]}, "bbox": [-121.437833, 39.504833, -121.437833, 39.504833]}, {"id": "5944", "type": "Feature", "properties": {"id": "us2000ai0u", "mag": 5.0, "time": 1504869955970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7875, 15.7988, 32.83]}, "bbox": [-94.7875, 15.7988, -94.7875, 15.7988]}, {"id": "5945", "type": "Feature", "properties": {"id": "nc72888456", "mag": 1.91, "time": 1504869902080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.485667, 38.504833, 10.49]}, "bbox": [-122.485667, 38.504833, -122.485667, 38.504833]}, {"id": "5946", "type": "Feature", "properties": {"id": "us2000ai0r", "mag": 3.1, "time": 1504869744270, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4645, 42.6225, 8.36]}, "bbox": [-111.4645, 42.6225, -111.4645, 42.6225]}, {"id": "5947", "type": "Feature", "properties": {"id": "us2000ai0n", "mag": 4.5, "time": 1504869089530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4825, 15.1089, 36.59]}, "bbox": [-94.4825, 15.1089, -94.4825, 15.1089]}, {"id": "5948", "type": "Feature", "properties": {"id": "us2000ai0k", "mag": 4.3, "time": 1504868775480, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.798, 15.8932, 52.08]}, "bbox": [-94.798, 15.8932, -94.798, 15.8932]}, {"id": "5949", "type": "Feature", "properties": {"id": "ak16778868", "mag": 2.4, "time": 1504868579816, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.6965, 62.1823, 44.5]}, "bbox": [-149.6965, 62.1823, -149.6965, 62.1823]}, {"id": "5950", "type": "Feature", "properties": {"id": "nc72888446", "mag": 1.29, "time": 1504868153570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.486333, 38.5055, 8.02]}, "bbox": [-122.486333, 38.5055, -122.486333, 38.5055]}, {"id": "5951", "type": "Feature", "properties": {"id": "nc72888436", "mag": 1.9, "time": 1504867751580, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.482833, 38.504333, 10.56]}, "bbox": [-122.482833, 38.504333, -122.482833, 38.504333]}, {"id": "5952", "type": "Feature", "properties": {"id": "nc72888431", "mag": 1.71, "time": 1504867332410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.491833, 38.504667, 9.32]}, "bbox": [-122.491833, 38.504667, -122.491833, 38.504667]}, {"id": "5953", "type": "Feature", "properties": {"id": "nc72888421", "mag": 1.08, "time": 1504867024130, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.489, 38.504333, 8.33]}, "bbox": [-122.489, 38.504333, -122.489, 38.504333]}, {"id": "5954", "type": "Feature", "properties": {"id": "ak16821868", "mag": 2.1, "time": 1504866678618, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-160.4655, 55.6664, 99.6]}, "bbox": [-160.4655, 55.6664, -160.4655, 55.6664]}, {"id": "5955", "type": "Feature", "properties": {"id": "ak16821867", "mag": 1.4, "time": 1504866626331, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-147.0732, 60.0832, 7.7]}, "bbox": [-147.0732, 60.0832, -147.0732, 60.0832]}, {"id": "5956", "type": "Feature", "properties": {"id": "us2000ai08", "mag": 4.7, "time": 1504866065090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [125.9223, 5.4358, 106.0]}, "bbox": [125.9223, 5.4358, 125.9223, 5.4358]}, {"id": "5957", "type": "Feature", "properties": {"id": "ak16778797", "mag": 1.0, "time": 1504865774499, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.3276, 61.5525, 10.3]}, "bbox": [-151.3276, 61.5525, -151.3276, 61.5525]}, {"id": "5958", "type": "Feature", "properties": {"id": "nn00604189", "mag": 1.2, "time": 1504865677094, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-120.0784, 39.7853, 6.9]}, "bbox": [-120.0784, 39.7853, -120.0784, 39.7853]}, {"id": "5959", "type": "Feature", "properties": {"id": "nc72888411", "mag": 1.53, "time": 1504865468770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.476167, 38.507167, 9.38]}, "bbox": [-122.476167, 38.507167, -122.476167, 38.507167]}, {"id": "5960", "type": "Feature", "properties": {"id": "hv61901161", "mag": 1.74, "time": 1504864814220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.466833, 19.2065, 36.007]}, "bbox": [-155.466833, 19.2065, -155.466833, 19.2065]}, {"id": "5961", "type": "Feature", "properties": {"id": "ismpkansas70234788", "mag": 2.39, "time": 1504864780960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.7805, 37.3255, 5.78]}, "bbox": [-97.7805, 37.3255, -97.7805, 37.3255]}, {"id": "5962", "type": "Feature", "properties": {"id": "ak16780611", "mag": 2.4, "time": 1504864612255, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1592, 61.3969, 4.3]}, "bbox": [-140.1592, 61.3969, -140.1592, 61.3969]}, {"id": "5963", "type": "Feature", "properties": {"id": "ak16778631", "mag": 2.2, "time": 1504864578261, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-140.1624, 61.4081, 5.0]}, "bbox": [-140.1624, 61.4081, -140.1624, 61.4081]}, {"id": "5964", "type": "Feature", "properties": {"id": "uw61305087", "mag": 2.01, "time": 1504864189490, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.050833, 48.9275, 23.48]}, "bbox": [-123.050833, 48.9275, -123.050833, 48.9275]}, {"id": "5965", "type": "Feature", "properties": {"id": "ak16821863", "mag": 1.7, "time": 1504863670078, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-178.4879, 51.7374, 21.1]}, "bbox": [-178.4879, 51.7374, -178.4879, 51.7374]}, {"id": "5966", "type": "Feature", "properties": {"id": "ak16821862", "mag": 1.8, "time": 1504862106783, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.9215, 58.7206, 119.4]}, "bbox": [-154.9215, 58.7206, -154.9215, 58.7206]}, {"id": "5967", "type": "Feature", "properties": {"id": "us2000ahzn", "mag": 4.6, "time": 1504861954060, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4387, 15.3946, 52.08]}, "bbox": [-94.4387, 15.3946, -94.4387, 15.3946]}, {"id": "5968", "type": "Feature", "properties": {"id": "nc72888396", "mag": 1.27, "time": 1504861876770, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8075, 37.512833, 1.14]}, "bbox": [-118.8075, 37.512833, -118.8075, 37.512833]}, {"id": "5969", "type": "Feature", "properties": {"id": "us2000ahzl", "mag": 4.5, "time": 1504861821720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4897, 15.3898, 66.84]}, "bbox": [-94.4897, 15.3898, -94.4897, 15.3898]}, {"id": "5970", "type": "Feature", "properties": {"id": "us2000ahzj", "mag": 4.5, "time": 1504861699670, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5329, 15.609, 39.64]}, "bbox": [-94.5329, 15.609, -94.5329, 15.609]}, {"id": "5971", "type": "Feature", "properties": {"id": "ci37757655", "mag": 1.16, "time": 1504861667220, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.622833, 33.107167, 12.71]}, "bbox": [-116.622833, 33.107167, -116.622833, 33.107167]}, {"id": "5972", "type": "Feature", "properties": {"id": "ak16778553", "mag": 1.9, "time": 1504861559880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.5627, 66.997, 11.1]}, "bbox": [-157.5627, 66.997, -157.5627, 66.997]}, {"id": "5973", "type": "Feature", "properties": {"id": "nc72888391", "mag": 2.09, "time": 1504860900670, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-123.456, 39.646667, 9.55]}, "bbox": [-123.456, 39.646667, -123.456, 39.646667]}, {"id": "5974", "type": "Feature", "properties": {"id": "us2000ay4f", "mag": 4.1, "time": 1504860843930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7484, 15.3716, 56.33]}, "bbox": [-94.7484, 15.3716, -94.7484, 15.3716]}, {"id": "5975", "type": "Feature", "properties": {"id": "nc72888386", "mag": 2.1, "time": 1504860440750, "felt": 7.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.938, 37.831333, 7.32]}, "bbox": [-121.938, 37.831333, -121.938, 37.831333]}, {"id": "5976", "type": "Feature", "properties": {"id": "us2000ay4d", "mag": 4.4, "time": 1504860354710, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.834, 15.3232, 49.34]}, "bbox": [-94.834, 15.3232, -94.834, 15.3232]}, {"id": "5977", "type": "Feature", "properties": {"id": "us2000arrb", "mag": 4.6, "time": 1504860180930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0811, 15.785, 52.87]}, "bbox": [-94.0811, 15.785, -94.0811, 15.785]}, {"id": "5978", "type": "Feature", "properties": {"id": "us2000ahzq", "mag": 4.5, "time": 1504860168930, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9132, 15.2837, 68.08]}, "bbox": [-93.9132, 15.2837, -93.9132, 15.2837]}, {"id": "5979", "type": "Feature", "properties": {"id": "us2000ahz5", "mag": 5.3, "time": 1504859674330, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1725, 15.2148, 50.77]}, "bbox": [-94.1725, 15.2148, -94.1725, 15.2148]}, {"id": "5980", "type": "Feature", "properties": {"id": "ak16821859", "mag": 2.1, "time": 1504859557955, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-159.0839, 54.9712, 35.5]}, "bbox": [-159.0839, 54.9712, -159.0839, 54.9712]}, {"id": "5981", "type": "Feature", "properties": {"id": "nn00604302", "mag": 1.1, "time": 1504859552745, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.4838, 37.3947, 8.6]}, "bbox": [-117.4838, 37.3947, -117.4838, 37.3947]}, {"id": "5982", "type": "Feature", "properties": {"id": "ak16778352", "mag": 1.2, "time": 1504859550711, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.4759, 63.0882, 87.9]}, "bbox": [-149.4759, 63.0882, -149.4759, 63.0882]}, {"id": "5983", "type": "Feature", "properties": {"id": "us2000ahz3", "mag": 4.3, "time": 1504859478950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3904, 15.121, 30.23]}, "bbox": [-94.3904, 15.121, -94.3904, 15.121]}, {"id": "5984", "type": "Feature", "properties": {"id": "nn00604182", "mag": 1.0, "time": 1504858881802, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0405, 37.2978, 0.0]}, "bbox": [-115.0405, 37.2978, -115.0405, 37.2978]}, {"id": "5985", "type": "Feature", "properties": {"id": "us2000ahz1", "mag": 4.3, "time": 1504858630350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6852, 15.833, 76.27]}, "bbox": [-94.6852, 15.833, -94.6852, 15.833]}, {"id": "5986", "type": "Feature", "properties": {"id": "uu60239147", "mag": 2.45, "time": 1504858591000, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.444167, 42.664333, 8.83]}, "bbox": [-111.444167, 42.664333, -111.444167, 42.664333]}, {"id": "5987", "type": "Feature", "properties": {"id": "us2000al72", "mag": 2.9, "time": 1504858190760, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2139, 52.5352, 91.97]}, "bbox": [-169.2139, 52.5352, -169.2139, 52.5352]}, {"id": "5988", "type": "Feature", "properties": {"id": "uu60239137", "mag": 1.54, "time": 1504858110210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-110.647, 44.396167, 2.58]}, "bbox": [-110.647, 44.396167, -110.647, 44.396167]}, {"id": "5989", "type": "Feature", "properties": {"id": "us2000arui", "mag": 4.2, "time": 1504858026090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4738, 14.8297, 45.65]}, "bbox": [-94.4738, 14.8297, -94.4738, 14.8297]}, {"id": "5990", "type": "Feature", "properties": {"id": "us2000ahyr", "mag": 4.3, "time": 1504857969210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.0003, 15.7457, 35.1]}, "bbox": [-95.0003, 15.7457, -95.0003, 15.7457]}, {"id": "5991", "type": "Feature", "properties": {"id": "us2000arul", "mag": 4.3, "time": 1504857669250, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.801, 14.8524, 28.84]}, "bbox": [-94.801, 14.8524, -94.801, 14.8524]}, {"id": "5992", "type": "Feature", "properties": {"id": "us2000ahyk", "mag": 4.5, "time": 1504857596840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7758, 15.5339, 42.45]}, "bbox": [-94.7758, 15.5339, -94.7758, 15.5339]}, {"id": "5993", "type": "Feature", "properties": {"id": "nn00604180", "mag": 1.2, "time": 1504857534482, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.0136, 37.3074, 0.0]}, "bbox": [-115.0136, 37.3074, -115.0136, 37.3074]}, {"id": "5994", "type": "Feature", "properties": {"id": "ak16821856", "mag": 1.2, "time": 1504857418267, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-157.4697, 58.6313, 13.4]}, "bbox": [-157.4697, 58.6313, -157.4697, 58.6313]}, {"id": "5995", "type": "Feature", "properties": {"id": "nn00604280", "mag": 1.0, "time": 1504857267736, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-119.7805, 38.6696, 7.4]}, "bbox": [-119.7805, 38.6696, -119.7805, 38.6696]}, {"id": "5996", "type": "Feature", "properties": {"id": "us2000aruq", "mag": 4.3, "time": 1504857079940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6759, 15.5537, 36.84]}, "bbox": [-94.6759, 15.5537, -94.6759, 15.5537]}, {"id": "5997", "type": "Feature", "properties": {"id": "us2000ahyf", "mag": 3.2, "time": 1504857069370, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4101, 42.5653, 6.35]}, "bbox": [-111.4101, 42.5653, -111.4101, 42.5653]}, {"id": "5998", "type": "Feature", "properties": {"id": "ci37757631", "mag": 1.01, "time": 1504856868740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-117.778, 36.031333, 2.15]}, "bbox": [-117.778, 36.031333, -117.778, 36.031333]}, {"id": "5999", "type": "Feature", "properties": {"id": "us2000ay0x", "mag": 4.1, "time": 1504856777400, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7738, 15.4661, 38.21]}, "bbox": [-94.7738, 15.4661, -94.7738, 15.4661]}, {"id": "6000", "type": "Feature", "properties": {"id": "ak16821855", "mag": 1.3, "time": 1504856435979, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.538, 63.3273, 125.9]}, "bbox": [-150.538, 63.3273, -150.538, 63.3273]}, {"id": "6001", "type": "Feature", "properties": {"id": "us2000ahy9", "mag": 4.4, "time": 1504856316640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6365, 15.5777, 47.53]}, "bbox": [-94.6365, 15.5777, -94.6365, 15.5777]}, {"id": "6002", "type": "Feature", "properties": {"id": "us2000ahy5", "mag": 3.2, "time": 1504855878650, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.446, 42.6598, 6.58]}, "bbox": [-111.446, 42.6598, -111.446, 42.6598]}, {"id": "6003", "type": "Feature", "properties": {"id": "us2000ahy6", "mag": 4.4, "time": 1504855839640, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7956, 15.6082, 34.65]}, "bbox": [-94.7956, 15.6082, -94.7956, 15.6082]}, {"id": "6004", "type": "Feature", "properties": {"id": "us2000arrn", "mag": 4.1, "time": 1504855556590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2068, 15.1108, 51.65]}, "bbox": [-94.2068, 15.1108, -94.2068, 15.1108]}, {"id": "6005", "type": "Feature", "properties": {"id": "us2000al71", "mag": 3.0, "time": 1504855456090, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-164.0677, 53.8832, 50.9]}, "bbox": [-164.0677, 53.8832, -164.0677, 53.8832]}, {"id": "6006", "type": "Feature", "properties": {"id": "ak16778144", "mag": 3.2, "time": 1504855447301, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-135.611, 66.2631, 33.8]}, "bbox": [-135.611, 66.2631, -135.611, 66.2631]}, {"id": "6007", "type": "Feature", "properties": {"id": "us2000arri", "mag": 4.2, "time": 1504855233030, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9743, 15.126, 35.68]}, "bbox": [-94.9743, 15.126, -94.9743, 15.126]}, {"id": "6008", "type": "Feature", "properties": {"id": "nc72888356", "mag": 1.89, "time": 1504854775740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-121.3305, 41.068, 11.84]}, "bbox": [-121.3305, 41.068, -121.3305, 41.068]}, {"id": "6009", "type": "Feature", "properties": {"id": "mb80253029", "mag": 1.45, "time": 1504854704970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.500667, 45.881, 8.81]}, "bbox": [-111.500667, 45.881, -111.500667, 45.881]}, {"id": "6010", "type": "Feature", "properties": {"id": "ak16778123", "mag": 2.3, "time": 1504854630925, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-142.7701, 57.7458, 12.0]}, "bbox": [-142.7701, 57.7458, -142.7701, 57.7458]}, {"id": "6011", "type": "Feature", "properties": {"id": "nc72888351", "mag": 1.26, "time": 1504854591960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.882167, 37.522833, -2.2]}, "bbox": [-118.882167, 37.522833, -118.882167, 37.522833]}, {"id": "6012", "type": "Feature", "properties": {"id": "hv61901091", "mag": 1.09, "time": 1504854245900, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.447167, 19.4775, 2.47]}, "bbox": [-155.447167, 19.4775, -155.447167, 19.4775]}, {"id": "6013", "type": "Feature", "properties": {"id": "us2000ay45", "mag": 4.2, "time": 1504854208800, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7971, 14.6019, 44.25]}, "bbox": [-94.7971, 14.6019, -94.7971, 14.6019]}, {"id": "6014", "type": "Feature", "properties": {"id": "us2000ahxm", "mag": 4.2, "time": 1504854069790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8774, 14.8705, 34.98]}, "bbox": [-93.8774, 14.8705, -93.8774, 14.8705]}, {"id": "6015", "type": "Feature", "properties": {"id": "us2000ay43", "mag": 4.1, "time": 1504853757100, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8976, 15.4459, 61.28]}, "bbox": [-94.8976, 15.4459, -94.8976, 15.4459]}, {"id": "6016", "type": "Feature", "properties": {"id": "us2000ahxh", "mag": 3.6, "time": 1504853614760, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-104.9507, 36.9956, 6.27]}, "bbox": [-104.9507, 36.9956, -104.9507, 36.9956]}, {"id": "6017", "type": "Feature", "properties": {"id": "ak16821851", "mag": 1.1, "time": 1504853435000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.2544, 63.717, 83.4]}, "bbox": [-148.2544, 63.717, -148.2544, 63.717]}, {"id": "6018", "type": "Feature", "properties": {"id": "nc72888336", "mag": 0.98, "time": 1504853065280, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.982833, 37.5425, 1.67]}, "bbox": [-118.982833, 37.5425, -118.982833, 37.5425]}, {"id": "6019", "type": "Feature", "properties": {"id": "ak16777966", "mag": 1.3, "time": 1504853023023, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-148.715, 63.9895, 0.0]}, "bbox": [-148.715, 63.9895, -148.715, 63.9895]}, {"id": "6020", "type": "Feature", "properties": {"id": "us2000arut", "mag": 4.2, "time": 1504852684440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2381, 15.5108, 43.98]}, "bbox": [-94.2381, 15.5108, -94.2381, 15.5108]}, {"id": "6021", "type": "Feature", "properties": {"id": "ci37757623", "mag": 0.96, "time": 1504852586240, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.789, 33.501333, 5.44]}, "bbox": [-116.789, 33.501333, -116.789, 33.501333]}, {"id": "6022", "type": "Feature", "properties": {"id": "us2000arr6", "mag": 4.2, "time": 1504852477520, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.3508, 15.2654, 45.29]}, "bbox": [-94.3508, 15.2654, -94.3508, 15.2654]}, {"id": "6023", "type": "Feature", "properties": {"id": "nc72888331", "mag": 1.19, "time": 1504852408190, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.736, 38.759167, 1.73]}, "bbox": [-122.736, 38.759167, -122.736, 38.759167]}, {"id": "6024", "type": "Feature", "properties": {"id": "us2000arr7", "mag": 4.0, "time": 1504852398530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.7954, 14.8479, 70.92]}, "bbox": [-93.7954, 14.8479, -93.7954, 14.8479]}, {"id": "6025", "type": "Feature", "properties": {"id": "nn00604169", "mag": 1.2, "time": 1504852379590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.2104, 36.4921, 0.0]}, "bbox": [-116.2104, 36.4921, -116.2104, 36.4921]}, {"id": "6026", "type": "Feature", "properties": {"id": "us2000ahxc", "mag": 4.7, "time": 1504852332790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [3.8455, 72.6309, 10.0]}, "bbox": [3.8455, 72.6309, 3.8455, 72.6309]}, {"id": "6027", "type": "Feature", "properties": {"id": "nc72888321", "mag": 1.8, "time": 1504852052730, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8065, 38.792167, 2.94]}, "bbox": [-122.8065, 38.792167, -122.8065, 38.792167]}, {"id": "6028", "type": "Feature", "properties": {"id": "us2000ahx3", "mag": 4.3, "time": 1504851979140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.627, 15.4476, 46.76]}, "bbox": [-94.627, 15.4476, -94.627, 15.4476]}, {"id": "6029", "type": "Feature", "properties": {"id": "ak16777937", "mag": 2.1, "time": 1504851258875, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.4392, 60.165, 78.3]}, "bbox": [-152.4392, 60.165, -152.4392, 60.165]}, {"id": "6030", "type": "Feature", "properties": {"id": "us2000arr1", "mag": 4.3, "time": 1504851196580, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9103, 15.3461, 69.88]}, "bbox": [-93.9103, 15.3461, -93.9103, 15.3461]}, {"id": "6031", "type": "Feature", "properties": {"id": "ak16821848", "mag": 1.5, "time": 1504851158790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-152.7947, 60.1163, 106.0]}, "bbox": [-152.7947, 60.1163, -152.7947, 60.1163]}, {"id": "6032", "type": "Feature", "properties": {"id": "us2000ahwt", "mag": 4.6, "time": 1504850928420, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5535, 15.437, 48.5]}, "bbox": [-94.5535, 15.437, -94.5535, 15.437]}, {"id": "6033", "type": "Feature", "properties": {"id": "us2000arr4", "mag": 4.3, "time": 1504850711370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.9041, 15.1749, 40.34]}, "bbox": [-94.9041, 15.1749, -94.9041, 15.1749]}, {"id": "6034", "type": "Feature", "properties": {"id": "ak16777931", "mag": 1.3, "time": 1504850655355, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-156.0257, 67.0569, 3.6]}, "bbox": [-156.0257, 67.0569, -156.0257, 67.0569]}, {"id": "6035", "type": "Feature", "properties": {"id": "us2000arr2", "mag": 4.2, "time": 1504850627530, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-95.1989, 15.0884, 40.99]}, "bbox": [-95.1989, 15.0884, -95.1989, 15.0884]}, {"id": "6036", "type": "Feature", "properties": {"id": "us2000arrk", "mag": 4.2, "time": 1504850557880, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7531, 15.4362, 36.4]}, "bbox": [-94.7531, 15.4362, -94.7531, 15.4362]}, {"id": "6037", "type": "Feature", "properties": {"id": "nc72888301", "mag": 1.87, "time": 1504850251760, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802333, 38.820667, 3.26]}, "bbox": [-122.802333, 38.820667, -122.802333, 38.820667]}, {"id": "6038", "type": "Feature", "properties": {"id": "us2000ahwk", "mag": 4.6, "time": 1504850223990, "felt": 0.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.1219, 15.2941, 54.75]}, "bbox": [-94.1219, 15.2941, -94.1219, 15.2941]}, {"id": "6039", "type": "Feature", "properties": {"id": "us2000ahx1", "mag": 4.3, "time": 1504850059440, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9647, 15.304, 72.81]}, "bbox": [-93.9647, 15.304, -93.9647, 15.304]}, {"id": "6040", "type": "Feature", "properties": {"id": "us2000ay3u", "mag": 4.2, "time": 1504849825570, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.712, 15.4284, 47.14]}, "bbox": [-94.712, 15.4284, -94.712, 15.4284]}, {"id": "6041", "type": "Feature", "properties": {"id": "nc72888296", "mag": 1.15, "time": 1504849761840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.847667, 0.54]}, "bbox": [-122.800667, 38.847667, -122.800667, 38.847667]}, {"id": "6042", "type": "Feature", "properties": {"id": "us2000ay3t", "mag": 4.4, "time": 1504849737970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8795, 15.668, 47.2]}, "bbox": [-94.8795, 15.668, -94.8795, 15.668]}, {"id": "6043", "type": "Feature", "properties": {"id": "nc72888271", "mag": 1.56, "time": 1504849628820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.8005, 38.846333, 0.64]}, "bbox": [-122.8005, 38.846333, -122.8005, 38.846333]}, {"id": "6044", "type": "Feature", "properties": {"id": "nc72888266", "mag": 1.02, "time": 1504849513230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.801666, 38.847332, 0.61]}, "bbox": [-122.801666, 38.847332, -122.801666, 38.847332]}, {"id": "6045", "type": "Feature", "properties": {"id": "us2000ahw5", "mag": 5.0, "time": 1504849467850, "felt": 1.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.7228, 15.5333, 34.69]}, "bbox": [-94.7228, 15.5333, -94.7228, 15.5333]}, {"id": "6046", "type": "Feature", "properties": {"id": "us2000arr3", "mag": 4.3, "time": 1504849426720, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0216, 15.4454, 53.87]}, "bbox": [-94.0216, 15.4454, -94.0216, 15.4454]}, {"id": "6047", "type": "Feature", "properties": {"id": "nc72888261", "mag": 0.99, "time": 1504849348500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.761002, 38.832501, 0.49]}, "bbox": [-122.761002, 38.832501, -122.761002, 38.832501]}, {"id": "6048", "type": "Feature", "properties": {"id": "nn00604165", "mag": 2.1, "time": 1504849234193, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-114.9828, 37.2854, 2.6]}, "bbox": [-114.9828, 37.2854, -114.9828, 37.2854]}, {"id": "6049", "type": "Feature", "properties": {"id": "us2000arr0", "mag": 4.9, "time": 1504849156050, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9438, 15.1471, 68.27]}, "bbox": [-93.9438, 15.1471, -93.9438, 15.1471]}, {"id": "6050", "type": "Feature", "properties": {"id": "us2000ay3s", "mag": 4.7, "time": 1504849019590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.8391, 15.6629, 60.73]}, "bbox": [-94.8391, 15.6629, -94.8391, 15.6629]}, {"id": "6051", "type": "Feature", "properties": {"id": "us2000arux", "mag": 5.1, "time": 1504848867960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.0987, 14.9089, 42.35]}, "bbox": [-94.0987, 14.9089, -94.0987, 14.9089]}, {"id": "6052", "type": "Feature", "properties": {"id": "us2000ai3y", "mag": 2.5, "time": 1504848837100, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-98.4714, 36.5024, 6.91]}, "bbox": [-98.4714, 36.5024, -98.4714, 36.5024]}, {"id": "6053", "type": "Feature", "properties": {"id": "us2000ahvy", "mag": 5.2, "time": 1504848817820, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.4082, 15.2843, 45.81]}, "bbox": [-94.4082, 15.2843, -94.4082, 15.2843]}, {"id": "6054", "type": "Feature", "properties": {"id": "us2000arqy", "mag": 4.6, "time": 1504848547140, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.9331, 15.1504, 39.51]}, "bbox": [-93.9331, 15.1504, -93.9331, 15.1504]}, {"id": "6055", "type": "Feature", "properties": {"id": "nc72888241", "mag": 1.03, "time": 1504848340890, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800835, 38.847832, 0.49]}, "bbox": [-122.800835, 38.847832, -122.800835, 38.847832]}, {"id": "6056", "type": "Feature", "properties": {"id": "us2000ahvs", "mag": 5.2, "time": 1504848276840, "felt": 3.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5946, 15.2029, 49.18]}, "bbox": [-94.5946, 15.2029, -94.5946, 15.2029]}, {"id": "6057", "type": "Feature", "properties": {"id": "nc72888226", "mag": 1.48, "time": 1504848105550, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.802, 38.848167, 0.48]}, "bbox": [-122.802, 38.848167, -122.802, 38.848167]}, {"id": "6058", "type": "Feature", "properties": {"id": "nn00604164", "mag": 1.9, "time": 1504848096515, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-115.8669, 37.2911, 8.9]}, "bbox": [-115.8669, 37.2911, -115.8669, 37.2911]}, {"id": "6059", "type": "Feature", "properties": {"id": "us2000ay3q", "mag": 4.8, "time": 1504848059390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.6096, 15.9617, 41.51]}, "bbox": [-94.6096, 15.9617, -94.6096, 15.9617]}, {"id": "6060", "type": "Feature", "properties": {"id": "us2000ahvc", "mag": 5.3, "time": 1504847863090, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.5672, 15.5726, 51.13]}, "bbox": [-94.5672, 15.5726, -94.5672, 15.5726]}, {"id": "6061", "type": "Feature", "properties": {"id": "nc71107624", "mag": 2.16, "time": 1504847827370, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.752167, 39.287167, 10.78]}, "bbox": [-122.752167, 39.287167, -122.752167, 39.287167]}, {"id": "6062", "type": "Feature", "properties": {"id": "nc72888211", "mag": 1.01, "time": 1504847761210, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.765663, 38.848667, 6.01]}, "bbox": [-122.765663, 38.848667, -122.765663, 38.848667]}, {"id": "6063", "type": "Feature", "properties": {"id": "nc72888201", "mag": 1.17, "time": 1504847709790, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.80883, 38.829666, 0.99]}, "bbox": [-122.80883, 38.829666, -122.80883, 38.829666]}, {"id": "6064", "type": "Feature", "properties": {"id": "pr2017251000", "mag": 3.73, "time": 1504847643290, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-68.2905, 19.3283, 52.0]}, "bbox": [-68.2905, 19.3283, -68.2905, 19.3283]}, {"id": "6065", "type": "Feature", "properties": {"id": "us2000arqw", "mag": 4.8, "time": 1504847625230, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-93.8789, 15.4565, 61.03]}, "bbox": [-93.8789, 15.4565, -93.8789, 15.4565]}, {"id": "6066", "type": "Feature", "properties": {"id": "us2000arqv", "mag": 5.0, "time": 1504847479550, "felt": null, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [128.5159, 2.4289, 235.24]}, "bbox": [128.5159, 2.4289, 128.5159, 2.4289]}, {"id": "6067", "type": "Feature", "properties": {"id": "nc71107629", "mag": 1.35, "time": 1504847454920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.805833, 38.815333, 2.23]}, "bbox": [-122.805833, 38.815333, -122.805833, 38.815333]}, {"id": "6068", "type": "Feature", "properties": {"id": "nc72888186", "mag": 1.45, "time": 1504847378350, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.766, 38.8255, 0.39]}, "bbox": [-122.766, 38.8255, -122.766, 38.8255]}, {"id": "6069", "type": "Feature", "properties": {"id": "nc72888181", "mag": 2.28, "time": 1504847361610, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7555, 38.775667, 0.02]}, "bbox": [-122.7555, 38.775667, -122.7555, 38.775667]}, {"id": "6070", "type": "Feature", "properties": {"id": "nc72888171", "mag": 1.83, "time": 1504847323920, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.7715, 38.817333, -0.11]}, "bbox": [-122.7715, 38.817333, -122.7715, 38.817333]}, {"id": "6071", "type": "Feature", "properties": {"id": "nc71107399", "mag": 1.12, "time": 1504847319000, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.771167, 38.819333, -0.31]}, "bbox": [-122.771167, 38.819333, -122.771167, 38.819333]}, {"id": "6072", "type": "Feature", "properties": {"id": "nc72888156", "mag": 1.24, "time": 1504847297950, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.556, 38.807, 15.91]}, "bbox": [-122.556, 38.807, -122.556, 38.807]}, {"id": "6073", "type": "Feature", "properties": {"id": "nc72888151", "mag": 1.36, "time": 1504847289840, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.806, 38.822, 1.41]}, "bbox": [-122.806, 38.822, -122.806, 38.822]}, {"id": "6074", "type": "Feature", "properties": {"id": "nc72888176", "mag": 1.79, "time": 1504847279970, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.739667, 38.774, -0.49]}, "bbox": [-122.739667, 38.774, -122.739667, 38.774]}, {"id": "6075", "type": "Feature", "properties": {"id": "nc72888146", "mag": 2.3, "time": 1504847258860, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.817833, 38.815167, 0.34]}, "bbox": [-122.817833, 38.815167, -122.817833, 38.815167]}, {"id": "6076", "type": "Feature", "properties": {"id": "nc72888141", "mag": 2.42, "time": 1504847223340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.800667, 38.83, 1.81]}, "bbox": [-122.800667, 38.83, -122.800667, 38.83]}, {"id": "6077", "type": "Feature", "properties": {"id": "us2000ahv7", "mag": 5.7, "time": 1504846893100, "felt": 26.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-94.2707, 15.1746, 35.87]}, "bbox": [-94.2707, 15.1746, -94.2707, 15.1746]}, {"id": "6078", "type": "Feature", "properties": {"id": "ak16777708", "mag": 1.1, "time": 1504846594461, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-151.0631, 61.4229, 6.8]}, "bbox": [-151.0631, 61.4229, -151.0631, 61.4229]}, {"id": "6079", "type": "Feature", "properties": {"id": "mb80252994", "mag": 1.72, "time": 1504846249390, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-112.541833, 46.857167, 12.55]}, "bbox": [-112.541833, 46.857167, -112.541833, 46.857167]}, {"id": "6080", "type": "Feature", "properties": {"id": "us2000ahv0", "mag": 8.1, "time": 1504846160000, "felt": 2494.0, "tsunami": 1}, "geometry": {"type": "Point", "coordinates": [-93.9067, 15.0356, 56.67]}, "bbox": [-93.9067, 15.0356, -93.9067, 15.0356]}, {"id": "6081", "type": "Feature", "properties": {"id": "us2000ai6a", "mag": 2.5, "time": 1504846040410, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.4753, 53.7845, 22.98]}, "bbox": [-163.4753, 53.7845, -163.4753, 53.7845]}, {"id": "6082", "type": "Feature", "properties": {"id": "nc72888131", "mag": 1.2, "time": 1504845594500, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.8105, 37.463833, -1.37]}, "bbox": [-118.8105, 37.463833, -118.8105, 37.463833]}, {"id": "6083", "type": "Feature", "properties": {"id": "ak16821844", "mag": 2.0, "time": 1504845256450, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [178.621, 51.2706, 13.2]}, "bbox": [178.621, 51.2706, 178.621, 51.2706]}, {"id": "6084", "type": "Feature", "properties": {"id": "ci37757591", "mag": 1.24, "time": 1504844674340, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.899167, 34.321833, 9.91]}, "bbox": [-116.899167, 34.321833, -116.899167, 34.321833]}, {"id": "6085", "type": "Feature", "properties": {"id": "ak16821842", "mag": 2.0, "time": 1504843966513, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [179.0405, 51.3724, 44.9]}, "bbox": [179.0405, 51.3724, 179.0405, 51.3724]}, {"id": "6086", "type": "Feature", "properties": {"id": "ak16821841", "mag": 2.4, "time": 1504843627204, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-165.0538, 52.2197, 10.6]}, "bbox": [-165.0538, 52.2197, -165.0538, 52.2197]}, {"id": "6087", "type": "Feature", "properties": {"id": "ak16821840", "mag": 1.4, "time": 1504843458180, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7807, 61.7731, 61.9]}, "bbox": [-150.7807, 61.7731, -150.7807, 61.7731]}, {"id": "6088", "type": "Feature", "properties": {"id": "ak16821839", "mag": 1.1, "time": 1504843388032, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-149.5616, 61.4081, 45.5]}, "bbox": [-149.5616, 61.4081, -149.5616, 61.4081]}, {"id": "6089", "type": "Feature", "properties": {"id": "ak16777570", "mag": 1.9, "time": 1504843130740, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-173.812, 51.8664, 11.6]}, "bbox": [-173.812, 51.8664, -173.812, 51.8664]}, {"id": "6090", "type": "Feature", "properties": {"id": "ak16821837", "mag": 1.7, "time": 1504843122073, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.717, 58.7435, 117.7]}, "bbox": [-154.717, 58.7435, -154.717, 58.7435]}, {"id": "6091", "type": "Feature", "properties": {"id": "ak16821836", "mag": 1.3, "time": 1504842507708, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.7323, 60.5323, 52.2]}, "bbox": [-150.7323, 60.5323, -150.7323, 60.5323]}, {"id": "6092", "type": "Feature", "properties": {"id": "ci37757551", "mag": 1.47, "time": 1504841647940, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-116.7945, 33.496333, 3.33]}, "bbox": [-116.7945, 33.496333, -116.7945, 33.496333]}, {"id": "6093", "type": "Feature", "properties": {"id": "us2000ahus", "mag": 4.7, "time": 1504841042960, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.0592, 52.1619, 10.0]}, "bbox": [-169.0592, 52.1619, -169.0592, 52.1619]}, {"id": "6094", "type": "Feature", "properties": {"id": "ak16777419", "mag": 1.0, "time": 1504839731548, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-153.81, 64.7157, 15.2]}, "bbox": [-153.81, 64.7157, -153.81, 64.7157]}, {"id": "6095", "type": "Feature", "properties": {"id": "ak16777418", "mag": 2.4, "time": 1504839437977, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-174.7414, 52.1837, 13.2]}, "bbox": [-174.7414, 52.1837, -174.7414, 52.1837]}, {"id": "6096", "type": "Feature", "properties": {"id": "ak16821832", "mag": 2.4, "time": 1504839217735, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-169.2407, 52.3318, 38.5]}, "bbox": [-169.2407, 52.3318, -169.2407, 52.3318]}, {"id": "6097", "type": "Feature", "properties": {"id": "hv61900746", "mag": 2.1, "time": 1504839173590, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-154.978833, 19.772, 43.163]}, "bbox": [-154.978833, 19.772, -154.978833, 19.772]}, {"id": "6098", "type": "Feature", "properties": {"id": "ismpkansas70234763", "mag": 1.85, "time": 1504838718270, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.887167, 37.203, 6.15]}, "bbox": [-97.887167, 37.203, -97.887167, 37.203]}, {"id": "6099", "type": "Feature", "properties": {"id": "ci37757519", "mag": 1.49, "time": 1504838267430, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-118.945167, 34.213667, 19.49]}, "bbox": [-118.945167, 34.213667, -118.945167, 34.213667]}, {"id": "6100", "type": "Feature", "properties": {"id": "us2000ahub", "mag": 4.3, "time": 1504837583700, "felt": 823.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-97.683, 36.6996, 6.073]}, "bbox": [-97.683, 36.6996, -97.683, 36.6996]}, {"id": "6101", "type": "Feature", "properties": {"id": "ak16777416", "mag": 1.3, "time": 1504836895690, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-150.6982, 63.5777, 11.7]}, "bbox": [-150.6982, 63.5777, -150.6982, 63.5777]}, {"id": "6102", "type": "Feature", "properties": {"id": "uw61304877", "mag": 1.15, "time": 1504836765080, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.568333, 48.699167, 3.29]}, "bbox": [-122.568333, 48.699167, -122.568333, 48.699167]}, {"id": "6103", "type": "Feature", "properties": {"id": "us2000ahu8", "mag": 3.7, "time": 1504836433340, "felt": 2.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-111.4569, 42.6238, 5.0]}, "bbox": [-111.4569, 42.6238, -111.4569, 42.6238]}, {"id": "6104", "type": "Feature", "properties": {"id": "nc72888096", "mag": 2.03, "time": 1504835142230, "felt": 4.0, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-122.053667, 37.835167, 7.59]}, "bbox": [-122.053667, 37.835167, -122.053667, 37.835167]}, {"id": "6105", "type": "Feature", "properties": {"id": "ak16821829", "mag": 1.5, "time": 1504834613166, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-163.7652, 67.5597, 6.1]}, "bbox": [-163.7652, 67.5597, -163.7652, 67.5597]}, {"id": "6106", "type": "Feature", "properties": {"id": "hv61900626", "mag": 2.91, "time": 1504833891990, "felt": null, "tsunami": 0}, "geometry": {"type": "Point", "coordinates": [-155.011833, 19.399333, 2.609]}, "bbox": [-155.011833, 19.399333, -155.011833, 19.399333]}], "bbox": [-179.9476, -60.0959, 179.9778, 79.5651]}, "cluster": true, "clusterMaxZoom": 14, "clusterMinPoints": 2, "clusterProperties": {"maxMag": ["max", ["get", "mag"]], "minMag": ["min", ["get", "mag"]]}, "clusterRadius": 50, "type": "geojson"}}, null]], ["addPopup", ["earthquake-labels", null, null]], ["fitBounds", [[-179.9476, -60.0959, 179.9778, 79.5651]]], ["setLayoutProperty", ["earthquake-labels", "visibility", "visible"]], ["setPaintProperty", ["earthquake-labels", "symbol-opacity", 1.0]]]}; pymaplibregl(data); })(); diff --git a/maplibre/color_switcher.html b/maplibre/color_switcher.html index 5628b85..3782629 100644 --- a/maplibre/color_switcher.html +++ b/maplibre/color_switcher.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [12.338, 45.4385], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 17, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [12.338, 45.4385], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 17, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/custom_marker.html b/maplibre/custom_marker.html index e06f076..669e71c 100644 --- a/maplibre/custom_marker.html +++ b/maplibre/custom_marker.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["point", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.5333, 0.5833]}, "properties": {"id": 1, "name": "Bombo", "country": "UGA", "latitude": 0.5833, "longitude": 32.5333, "population": 75000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.275, 0.671]}, "properties": {"id": 2, "name": "Fort Portal", "country": "UGA", "latitude": 0.671, "longitude": 30.275, "population": 42670}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.799, 40.642]}, "properties": {"id": 3, "name": "Potenza", "country": "ITA", "latitude": 40.642, "longitude": 15.799, "population": 69060}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.656, 41.563]}, "properties": {"id": 4, "name": "Campobasso", "country": "ITA", "latitude": 41.563, "longitude": 14.656, "population": 50762}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.315, 45.737]}, "properties": {"id": 5, "name": "Aosta", "country": "ITA", "latitude": 45.737, "longitude": 7.315, "population": 34062}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.949, 60.097]}, "properties": {"id": 6, "name": "Mariehamn", "country": "ALD", "latitude": 60.097, "longitude": 19.949, "population": 10682}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.20621, 31.90294]}, "properties": {"id": 7, "name": "Ramallah", "country": "PSE", "latitude": 31.90294, "longitude": 35.20621, "population": 24599}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.44781, 41.90001]}, "properties": {"id": 8, "name": "Vatican City", "country": "VAT", "latitude": 41.90001, "longitude": 12.44781, "population": 832}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [0.33328, 46.58329]}, "properties": {"id": 9, "name": "Poitier", "country": "FRA", "latitude": 46.58329, "longitude": 0.33328, "population": 85960}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.08001, 45.77998]}, "properties": {"id": 10, "name": "Clermont-Ferrand", "country": "FRA", "latitude": 45.77998, "longitude": 3.08001, "population": 233050}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.03001, 47.23]}, "properties": {"id": 11, "name": "Besancon", "country": "FRA", "latitude": 47.23, "longitude": 6.03001, "population": 128426}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.86386, -62.17389]}, "properties": {"id": 12, "name": "Artigas Base", "country": "ATA", "latitude": -62.17389, "longitude": -58.86386, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.64001, -13.62957]}, "properties": {"id": 13, "name": "Chipata", "country": "ZMB", "latitude": -13.62957, "longitude": 32.64001, "population": 85963}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.19993, 0.44042]}, "properties": {"id": 14, "name": "Jinja", "country": "UGA", "latitude": 0.44042, "longitude": 33.19993, "population": 301619}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.90002, 3.02037]}, "properties": {"id": 15, "name": "Arua", "country": "UGA", "latitude": 3.02037, "longitude": 30.90002, "population": 250000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.17, 1.09041]}, "properties": {"id": 16, "name": "Mbale", "country": "UGA", "latitude": 1.09041, "longitude": 34.17, "population": 402368}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.63999, 2.54035]}, "properties": {"id": 17, "name": "Moroto", "country": "UGA", "latitude": 2.54035, "longitude": 34.63999, "population": 371}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.72999, -0.32961]}, "properties": {"id": 18, "name": "Masaka", "country": "UGA", "latitude": -0.32961, "longitude": 31.72999, "population": 65373}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.65, -0.59962]}, "properties": {"id": 19, "name": "Mbarara", "country": "UGA", "latitude": -0.59962, "longitude": 30.65, "population": 83700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.64001, -20.45954]}, "properties": {"id": 20, "name": "Otjiwarongo", "country": "NAM", "latitude": -20.45954, "longitude": 16.64001, "population": 24815}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.34002, 44.50042]}, "properties": {"id": 21, "name": "Bologna", "country": "ITA", "latitude": 44.50042, "longitude": 11.34002, "population": 488172}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.10398, 39.2224]}, "properties": {"id": 22, "name": "Cagliari", "country": "ITA", "latitude": 39.2224, "longitude": 9.10398, "population": 291511}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.60001, 38.90038]}, "properties": {"id": 23, "name": "Catanzaro", "country": "ITA", "latitude": 38.90038, "longitude": 16.60001, "population": 95251}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.87276, 41.11422]}, "properties": {"id": 24, "name": "Bari", "country": "ITA", "latitude": 41.11422, "longitude": 16.87276, "population": 500577}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.39002, 42.3504]}, "properties": {"id": 25, "name": "L'Aquila", "country": "ITA", "latitude": 42.3504, "longitude": 13.39002, "population": 68503}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.49994, 43.60037]}, "properties": {"id": 26, "name": "Ancona", "country": "ITA", "latitude": 43.60037, "longitude": 13.49994, "population": 100507}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.38998, 43.11038]}, "properties": {"id": 27, "name": "Perugia", "country": "ITA", "latitude": 43.11038, "longitude": 12.38998, "population": 149125}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.80003, 45.65038]}, "properties": {"id": 28, "name": "Trieste", "country": "ITA", "latitude": 45.65038, "longitude": 13.80003, "population": 216035}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.11998, 46.08043]}, "properties": {"id": 29, "name": "Trento", "country": "ITA", "latitude": 46.08043, "longitude": 11.11998, "population": 107808}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.08003, 14.61041]}, "properties": {"id": 30, "name": "Fort-de-France", "country": "FRA", "latitude": 14.61041, "longitude": -61.08003, "population": 253995}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [136.76275, 35.42309]}, "properties": {"id": 31, "name": "Gifu", "country": "JPN", "latitude": 35.42309, "longitude": 136.76275, "population": 412895}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.03253, 5.49762]}, "properties": {"id": 32, "name": "Saint-Laurent-du-Maroni", "country": "FRA", "latitude": 5.49762, "longitude": -54.03253, "population": 24287}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.34999, 49.18375]}, "properties": {"id": 33, "name": "Caen", "country": "FRA", "latitude": 49.18375, "longitude": -0.34999, "population": 190099}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.59002, 47.21039]}, "properties": {"id": 34, "name": "Nantes", "country": "FRA", "latitude": 47.21039, "longitude": -1.59002, "population": 438537}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.72829, 41.92706]}, "properties": {"id": 35, "name": "Ajaccio", "country": "FRA", "latitude": 41.92706, "longitude": 8.72829, "population": 54364}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.86999, 43.6104]}, "properties": {"id": 36, "name": "Montpellier", "country": "FRA", "latitude": 43.6104, "longitude": 3.86999, "population": 327254}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.03002, 47.3304]}, "properties": {"id": 37, "name": "Dijon", "country": "FRA", "latitude": 47.3304, "longitude": 5.03002, "population": 169946}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.90003, 47.90042]}, "properties": {"id": 38, "name": "Orleans", "country": "FRA", "latitude": 47.90042, "longitude": 1.90003, "population": 217301}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.07998, 49.43041]}, "properties": {"id": 39, "name": "Rouen", "country": "FRA", "latitude": 49.43041, "longitude": 1.07998, "population": 532559}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.02998, 49.25039]}, "properties": {"id": 40, "name": "Reims", "country": "FRA", "latitude": 49.25039, "longitude": 4.02998, "population": 196565}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.3, 49.90038]}, "properties": {"id": 41, "name": "Amiens", "country": "FRA", "latitude": 49.90038, "longitude": 2.3, "population": 143086}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.20002, 48.68368]}, "properties": {"id": 42, "name": "Nancy", "country": "FRA", "latitude": 48.68368, "longitude": 6.20002, "population": 268976}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.43998, 16.23039]}, "properties": {"id": 43, "name": "Basse-terre", "country": "FRA", "latitude": 16.23039, "longitude": -61.43998, "population": 307}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.84994, 45.25038]}, "properties": {"id": 44, "name": "Novi Sad", "country": "SRB", "latitude": 45.25038, "longitude": 19.84994, "population": 225457}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.17997, 44.7804]}, "properties": {"id": 45, "name": "Banja Luka", "country": "BIH", "latitude": 44.7804, "longitude": 17.17997, "population": 221738}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.32998, 19.28044]}, "properties": {"id": 46, "name": "George Town", "country": "GBR", "latitude": 19.28044, "longitude": -81.32998, "population": 4268}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.13598, 21.46643]}, "properties": {"id": 47, "name": "Grand Turk", "country": "GBR", "latitude": 21.46643, "longitude": -71.13598, "population": 5801}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.48002, 54.15043]}, "properties": {"id": 48, "name": "Douglas", "country": "GBR", "latitude": 54.15043, "longitude": -4.48002, "population": 35854}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.46667, 43.91715]}, "properties": {"id": 49, "name": "San Marino", "country": "SMR", "latitude": 43.91715, "longitude": 12.46667, "population": 29579}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.01998, 12.20043]}, "properties": {"id": 50, "name": "Willemstad", "country": "NLD", "latitude": 12.20043, "longitude": -69.01998, "population": 146813}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.02899, 12.53038]}, "properties": {"id": 51, "name": "Oranjestad", "country": "NLD", "latitude": 12.53038, "longitude": -70.02899, "population": 68775}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.51667, 47.13372]}, "properties": {"id": 52, "name": "Vaduz", "country": "LIE", "latitude": 47.13372, "longitude": 9.51667, "population": 36281}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-59.68332, -62.49951]}, "properties": {"id": 53, "name": "Capitan Arturo Prat Station", "country": "ATA", "latitude": -62.49951, "longitude": -59.68332, "population": 41}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.65002, -64.23289]}, "properties": {"id": 54, "name": "Marambio Station", "country": "ATA", "latitude": -64.23289, "longitude": -56.65002, "population": 150}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [164.21903, -74.61919]}, "properties": {"id": 55, "name": "Zucchelli Station", "country": "ATA", "latitude": -74.61919, "longitude": 164.21903, "population": 80}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.12354, -67.56478]}, "properties": {"id": 56, "name": "Rothera Station", "country": "ATA", "latitude": -67.56478, "longitude": -68.12354, "population": 130}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.04688, -64.76241]}, "properties": {"id": 57, "name": "Palmer Station", "country": "ATA", "latitude": -64.76241, "longitude": -64.04688, "population": 46}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.90765, -62.18274]}, "properties": {"id": 58, "name": "Base Presidente Montalva", "country": "ATA", "latitude": -62.18274, "longitude": -58.90765, "population": 150}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.65048, -62.22414]}, "properties": {"id": 59, "name": "Carlini Station", "country": "ATA", "latitude": -62.22414, "longitude": -58.65048, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.7716, -62.22485]}, "properties": {"id": 60, "name": "King Sejong Station", "country": "ATA", "latitude": -62.22485, "longitude": -58.7716, "population": 90}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.9667, -62.21632]}, "properties": {"id": 61, "name": "Great Wall Station", "country": "ATA", "latitude": -62.21632, "longitude": -58.9667, "population": 40}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.95267, -62.19496]}, "properties": {"id": 62, "name": "Escudero Base", "country": "ATA", "latitude": -62.19496, "longitude": -58.95267, "population": 20}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.99998, -61.99959]}, "properties": {"id": 63, "name": "Elephant Island", "country": "ATA", "latitude": -61.99959, "longitude": -57.99998, "population": 6}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [166.7491, -77.84694]}, "properties": {"id": 64, "name": "Scott Base", "country": "ATA", "latitude": -77.84694, "longitude": 166.7491, "population": 85}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [166.86942, -77.73228]}, "properties": {"id": 65, "name": "McMurdo Station", "country": "ATA", "latitude": -77.73228, "longitude": 166.86942, "population": 1000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.3393, -69.43406]}, "properties": {"id": 66, "name": "Zhongshan Station", "country": "ATA", "latitude": -69.43406, "longitude": 76.3393, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.80003, -78.46628]}, "properties": {"id": 67, "name": "Vostok", "country": "ATA", "latitude": -78.46628, "longitude": 106.80003, "population": 25}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [90.5, -68.83287]}, "properties": {"id": 68, "name": "Peter I Island", "country": "ATA", "latitude": -68.83287, "longitude": 90.5, "population": 1}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [93.00629, -66.57553]}, "properties": {"id": 69, "name": "Mirny Station", "country": "ATA", "latitude": -66.57553, "longitude": 93.00629, "population": 169}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [62.875, -67.61452]}, "properties": {"id": 70, "name": "Mawson Station", "country": "ATA", "latitude": -67.61452, "longitude": 62.875, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.14074, -68.77767]}, "properties": {"id": 71, "name": "Davis Station", "country": "ATA", "latitude": -68.77767, "longitude": 78.14074, "population": 70}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [124.16704, -74.66631]}, "properties": {"id": 72, "name": "Concordia Research Station", "country": "ATA", "latitude": -74.66631, "longitude": 124.16704, "population": 30}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.53621, -66.28609]}, "properties": {"id": 73, "name": "Casey Station", "country": "ATA", "latitude": -66.28609, "longitude": 110.53621, "population": 200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.26699, -89.98289]}, "properties": {"id": 74, "name": "Amundsen\u0096Scott South Pole Station", "country": "ATA", "latitude": -89.98289, "longitude": 139.26699, "population": 200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.41671, -73.04961]}, "properties": {"id": 75, "name": "Wasa Station", "country": "ATA", "latitude": -73.04961, "longitude": -13.41671, "population": 10}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.53332, -72.01629]}, "properties": {"id": 76, "name": "Troll Station", "country": "ATA", "latitude": -72.01629, "longitude": 2.53332, "population": 44}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-11.21669, -74.5829]}, "properties": {"id": 77, "name": "Svea Station", "country": "ATA", "latitude": -74.5829, "longitude": -11.21669, "population": 10}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-11.85021, -71.30123]}, "properties": {"id": 78, "name": "Novolazarevskaya Station", "country": "ATA", "latitude": -71.30123, "longitude": -11.85021, "population": 70}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-7.83844, -70.8904]}, "properties": {"id": 79, "name": "Neumayer Station III", "country": "ATA", "latitude": -70.8904, "longitude": -7.83844, "population": 40}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.73046, -70.78218]}, "properties": {"id": 80, "name": "Maitri Station", "country": "ATA", "latitude": -70.78218, "longitude": 11.73046, "population": 65}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-26.47416, -76.09226]}, "properties": {"id": 81, "name": "Halley Station", "country": "ATA", "latitude": -76.09226, "longitude": -26.47416, "population": 70}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-34.61668, -77.86632]}, "properties": {"id": 82, "name": "Belgrano Station", "country": "ATA", "latitude": -77.86632, "longitude": -34.61668, "population": 100}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-40.50153, -81.17908]}, "properties": {"id": 83, "name": "Camp Sobral", "country": "ATA", "latitude": -81.17908, "longitude": -40.50153, "population": 40}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.41671, -75.04959]}, "properties": {"id": 84, "name": "Aboa Station", "country": "ATA", "latitude": -75.04959, "longitude": -13.41671, "population": 18}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.1, -68.11632]}, "properties": {"id": 85, "name": "San Mart\u00edn Station", "country": "ATA", "latitude": -68.11632, "longitude": -67.1, "population": 20}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.88959, -63.32842]}, "properties": {"id": 86, "name": "Gen. O'Higgins Station", "country": "ATA", "latitude": -63.32842, "longitude": -57.88959, "population": 44}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.0259, -63.37533]}, "properties": {"id": 87, "name": "Esperanza Station", "country": "ATA", "latitude": -63.37533, "longitude": -57.0259, "population": 250}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-44.7333, -60.7329]}, "properties": {"id": 88, "name": "Orcadas Station", "country": "ATA", "latitude": -60.7329, "longitude": -44.7333, "population": 45}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-45.6007, -60.63131]}, "properties": {"id": 89, "name": "Signy Research Station", "country": "ATA", "latitude": -60.63131, "longitude": -45.6007, "population": 8}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.96368, -66.77505]}, "properties": {"id": 90, "name": "Dumont d'Urville Station", "country": "ATA", "latitude": -66.77505, "longitude": 139.96368, "population": 120}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.74608, -69.03039]}, "properties": {"id": 91, "name": "Showa Station", "country": "ATA", "latitude": -69.03039, "longitude": 39.74608, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.37807, 36.13243]}, "properties": {"id": 92, "name": "Gibraltar", "country": "GBR", "latitude": 36.13243, "longitude": -5.37807, "population": 187083}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.2, -26.46667]}, "properties": {"id": 93, "name": "Lobamba", "country": "SWZ", "latitude": -26.46667, "longitude": 31.2, "population": 9782}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-3.21909, 55.94833]}, "properties": {"id": 94, "name": "Edinburgh", "country": "GBR", "latitude": 55.94833, "longitude": -3.21909, "population": 504966}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-3.22501, 51.49999]}, "properties": {"id": 95, "name": "Cardiff", "country": "GBR", "latitude": 51.49999, "longitude": -3.22501, "population": 861400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.55, 78.21668]}, "properties": {"id": 96, "name": "Longyearbyen", "country": "NOR", "latitude": 78.21668, "longitude": 15.55, "population": 1232}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.13, 49.61166]}, "properties": {"id": 97, "name": "Luxembourg", "country": "LUX", "latitude": 49.61166, "longitude": 6.13, "population": 107260}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.66996, 45.07039]}, "properties": {"id": 98, "name": "Turin", "country": "ITA", "latitude": 45.07039, "longitude": 7.66996, "population": 1652000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [166.44429, -22.26253]}, "properties": {"id": 99, "name": "Noumea", "country": "FRA", "latitude": -22.26253, "longitude": 166.44429, "population": 93060}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [132.76584, 33.84554]}, "properties": {"id": 100, "name": "Matsuyama", "country": "JPN", "latitude": 33.84554, "longitude": 132.76584, "population": 533541}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.67001, 48.10002]}, "properties": {"id": 101, "name": "Rennes", "country": "FRA", "latitude": 48.10002, "longitude": -1.67001, "population": 209375}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.44993, 43.61996]}, "properties": {"id": 102, "name": "Toulouse", "country": "FRA", "latitude": 43.61996, "longitude": 1.44993, "population": 847000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.24999, 45.82998]}, "properties": {"id": 103, "name": "Limoges", "country": "FRA", "latitude": 45.82998, "longitude": 1.24999, "population": 152199}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.08001, 50.64997]}, "properties": {"id": 104, "name": "Lille", "country": "FRA", "latitude": 50.64997, "longitude": 3.08001, "population": 1044000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.75001, 48.57997]}, "properties": {"id": 105, "name": "Strasbourg", "country": "FRA", "latitude": 48.57997, "longitude": 7.75001, "population": 439972}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.63001, 41.6]}, "properties": {"id": 106, "name": "Batumi", "country": "GEO", "latitude": 41.6, "longitude": 41.63001, "population": 155542}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-16.88004, 32.64998]}, "properties": {"id": 107, "name": "Funchal", "country": "PRT", "latitude": 32.64998, "longitude": -16.88004, "population": 204767}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.35002, 13.62998]}, "properties": {"id": 108, "name": "El Fasher", "country": "SDN", "latitude": 13.62998, "longitude": 25.35002, "population": 252609}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.12999, -26.5739]}, "properties": {"id": 109, "name": "Keetmanshoop", "country": "NAM", "latitude": -26.5739, "longitude": 18.12999, "population": 18039}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.53502, -22.66886]}, "properties": {"id": 110, "name": "Swakopmund", "country": "NAM", "latitude": -22.66886, "longitude": 14.53502, "population": 29491}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.93004, 44.40999]}, "properties": {"id": 111, "name": "Genoa", "country": "ITA", "latitude": 44.40999, "longitude": 8.93004, "population": 647497}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.02002, 43.02002]}, "properties": {"id": 112, "name": "Sukhumi", "country": "GEO", "latitude": 43.02002, "longitude": 41.02002, "population": 81546}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [158.14997, 6.91664]}, "properties": {"id": 113, "name": "Palikir", "country": "FSM", "latitude": 6.91664, "longitude": 158.14997, "population": 4645}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [171.38, 7.103]}, "properties": {"id": 114, "name": "Majuro", "country": "MHL", "latitude": 7.103, "longitude": 171.38, "population": 25400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.75002, 13.47002]}, "properties": {"id": 115, "name": "Agana", "country": "USA", "latitude": 13.47002, "longitude": 144.75002, "population": 122411}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [179.21665, -8.51665]}, "properties": {"id": 116, "name": "Funafuti", "country": "TUV", "latitude": -8.51665, "longitude": 179.21665, "population": 4749}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [134.62655, 7.4874]}, "properties": {"id": 117, "name": "Melekeok", "country": "PLW", "latitude": 7.4874, "longitude": 134.62655, "population": 7026}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.65252, 26.11917]}, "properties": {"id": 118, "name": "Bir Lehlou", "country": "SAH", "latitude": 26.11917, "longitude": -9.65252, "population": 500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.40691, 43.73965]}, "properties": {"id": 119, "name": "Monaco", "country": "MCO", "latitude": 43.73965, "longitude": 7.40691, "population": 36371}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [173.01757, 1.33819]}, "properties": {"id": 120, "name": "Tarawa", "country": "KIR", "latitude": 1.33819, "longitude": 173.01757, "population": 28802}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.24024, -11.70416]}, "properties": {"id": 121, "name": "Moroni", "country": "COM", "latitude": -11.70416, "longitude": 43.24024, "population": 128698}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.54505, 22.203]}, "properties": {"id": 122, "name": "Macau", "country": "CHN", "latitude": 22.203, "longitude": 113.54505, "population": 568700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.51649, 42.5]}, "properties": {"id": 123, "name": "Andorra", "country": "AND", "latitude": 42.5, "longitude": 1.51649, "population": 53998}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.30003, 34.12038]}, "properties": {"id": 124, "name": "San Bernardino", "country": "USA", "latitude": 34.12038, "longitude": -117.30003, "population": 1745000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.19996, 41.17998]}, "properties": {"id": 125, "name": "Bridgeport", "country": "USA", "latitude": 41.17998, "longitude": -73.19996, "population": 1018000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.61995, 43.17043]}, "properties": {"id": 126, "name": "Rochester", "country": "USA", "latitude": 43.17043, "longitude": -77.61995, "population": 755000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-2.24799, 53.50042]}, "properties": {"id": 127, "name": "Manchester", "country": "GBR", "latitude": 53.50042, "longitude": -2.24799, "population": 2230000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.18502, 32.16043]}, "properties": {"id": 128, "name": "Gujranwala", "country": "PAK", "latitude": 32.16043, "longitude": 74.18502, "population": 1513000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.64223, 37.47615]}, "properties": {"id": 129, "name": "Incheon", "country": "KOR", "latitude": 37.47615, "longitude": 126.64223, "population": 2550000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.62001, 6.34048]}, "properties": {"id": 130, "name": "Benin City", "country": "NGA", "latitude": 6.34048, "longitude": 5.62001, "population": 1190000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.08002, 24.44999]}, "properties": {"id": 131, "name": "Xiamen", "country": "CHN", "latitude": 24.44999, "longitude": 118.08002, "population": 2519000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.13, 30.78043]}, "properties": {"id": 132, "name": "Nanchong", "country": "CHN", "latitude": 30.78043, "longitude": 106.13, "population": 2174000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [105.05001, 29.58038]}, "properties": {"id": 133, "name": "Neijiang", "country": "CHN", "latitude": 29.58038, "longitude": 105.05001, "population": 1466000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.53002, 33.0004]}, "properties": {"id": 134, "name": "Nanyang", "country": "CHN", "latitude": 33.0004, "longitude": 112.53002, "population": 1944000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.82998, 40.75034]}, "properties": {"id": 135, "name": "Jinxi", "country": "CHN", "latitude": 40.75034, "longitude": 120.82998, "population": 2426000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.40002, 37.53041]}, "properties": {"id": 136, "name": "Yantai", "country": "CHN", "latitude": 37.53041, "longitude": 121.40002, "population": 2116000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.57002, 34.88]}, "properties": {"id": 137, "name": "Zaozhuang", "country": "CHN", "latitude": 34.88, "longitude": 117.57002, "population": 2145000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.62002, 31.30048]}, "properties": {"id": 138, "name": "Suzhou", "country": "CHN", "latitude": 31.30048, "longitude": 120.62002, "population": 1650000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.18002, 34.28001]}, "properties": {"id": 139, "name": "Xuzhou", "country": "CHN", "latitude": 34.28001, "longitude": 117.18002, "population": 2091000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.29998, 31.58]}, "properties": {"id": 140, "name": "Wuxi", "country": "CHN", "latitude": 31.58, "longitude": 120.29998, "population": 1749000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.55004, 43.84997]}, "properties": {"id": 141, "name": "Jilin", "country": "CHN", "latitude": 43.84997, "longitude": 126.55004, "population": 2396000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.78001, 30.72]}, "properties": {"id": 142, "name": "Chandigarh", "country": "IND", "latitude": 30.72, "longitude": 76.78001, "population": 979000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.84674, 32.71179]}, "properties": {"id": 143, "name": "Jammu", "country": "IND", "latitude": 32.71179, "longitude": 74.84674, "population": 791000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.90001, 17.67041]}, "properties": {"id": 144, "name": "Sholapur", "country": "IND", "latitude": 17.67041, "longitude": 75.90001, "population": 1057000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.3203, 19.8957]}, "properties": {"id": 145, "name": "Aurangabad", "country": "IND", "latitude": 19.8957, "longitude": 75.3203, "population": 1113000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.77998, 20.00042]}, "properties": {"id": 146, "name": "Nasik", "country": "IND", "latitude": 20.00042, "longitude": 73.77998, "population": 1473000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.76664, 26.14402]}, "properties": {"id": 147, "name": "Dispur", "country": "IND", "latitude": 26.14402, "longitude": 91.76664, "population": 16140}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.56902, 31.33492]}, "properties": {"id": 148, "name": "Jullundur", "country": "IND", "latitude": 31.33492, "longitude": 75.56902, "population": 855000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [81.84001, 25.455]}, "properties": {"id": 149, "name": "Allahabad", "country": "IND", "latitude": 25.455, "longitude": 81.84001, "population": 1201000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.75678, 28.84179]}, "properties": {"id": 150, "name": "Moradabad", "country": "IND", "latitude": 28.84179, "longitude": 78.75678, "population": 787000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.40839, 28.66038]}, "properties": {"id": 151, "name": "Ghaziabad", "country": "IND", "latitude": 28.66038, "longitude": 77.40839, "population": 1341000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.01502, 27.17042]}, "properties": {"id": 152, "name": "Agra", "country": "IND", "latitude": 27.17042, "longitude": 78.01502, "population": 1592000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.06179, 27.89221]}, "properties": {"id": 153, "name": "Aligarh", "country": "IND", "latitude": 27.89221, "longitude": 78.06179, "population": 805000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.7, 29.00041]}, "properties": {"id": 154, "name": "Meerut", "country": "IND", "latitude": 29.00041, "longitude": 77.7, "population": 1398000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.41999, 23.80039]}, "properties": {"id": 155, "name": "Dhanbad", "country": "IND", "latitude": 23.80039, "longitude": 86.41999, "population": 1246000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.18008, 26.22999]}, "properties": {"id": 156, "name": "Gwalior", "country": "IND", "latitude": 26.22999, "longitude": 78.18008, "population": 978000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.18002, 22.31002]}, "properties": {"id": 157, "name": "Vadodara", "country": "IND", "latitude": 22.31002, "longitude": 73.18002, "population": 1756000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [70.80001, 22.31002]}, "properties": {"id": 158, "name": "Rajkot", "country": "IND", "latitude": 22.31002, "longitude": 70.80001, "population": 1260000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.51005, -33.41002]}, "properties": {"id": 159, "name": "Durazno", "country": "URY", "latitude": -33.41002, "longitude": -56.51005, "population": 34037}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.41085, 48.60113]}, "properties": {"id": 160, "name": "International Falls", "country": "USA", "latitude": 48.60113, "longitude": -93.41085, "population": 15240}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.08497, 44.94399]}, "properties": {"id": 161, "name": "St. Paul", "country": "USA", "latitude": 44.94399, "longitude": -93.08497, "population": 734854}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-108.54, 45.7883]}, "properties": {"id": 162, "name": "Billings", "country": "USA", "latitude": 45.7883, "longitude": -108.54, "population": 104552}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.29999, 47.50029]}, "properties": {"id": 163, "name": "Great Falls", "country": "USA", "latitude": 47.50029, "longitude": -111.29999, "population": 66558}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-113.99305, 46.87224]}, "properties": {"id": 164, "name": "Missoula", "country": "USA", "latitude": 46.87224, "longitude": -113.99305, "population": 72856}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-101.29582, 48.23249]}, "properties": {"id": 165, "name": "Minot", "country": "USA", "latitude": 48.23249, "longitude": -101.29582, "population": 39439}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.78943, 46.87723]}, "properties": {"id": 166, "name": "Fargo", "country": "USA", "latitude": 46.87723, "longitude": -96.78943, "population": 162842}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-155.09003, 19.7]}, "properties": {"id": 167, "name": "Hilo", "country": "USA", "latitude": 19.7, "longitude": -155.09003, "population": 52391}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.89943, 47.03804]}, "properties": {"id": 168, "name": "Olympia", "country": "USA", "latitude": 47.03804, "longitude": -122.89943, "population": 156984}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.41995, 47.67]}, "properties": {"id": 169, "name": "Spokane", "country": "USA", "latitude": 47.67, "longitude": -117.41995, "population": 347705}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.63999, 45.6303]}, "properties": {"id": 170, "name": "Vancouver", "country": "USA", "latitude": 45.6303, "longitude": -122.63999, "population": 525802}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.65051, 35.1981]}, "properties": {"id": 171, "name": "Flagstaff", "country": "USA", "latitude": 35.1981, "longitude": -111.65051, "population": 63993}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.88999, 32.205]}, "properties": {"id": 172, "name": "Tucson", "country": "USA", "latitude": 32.205, "longitude": -110.88999, "population": 823000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-119.71999, 34.43499]}, "properties": {"id": 173, "name": "Santa Barbara", "country": "USA", "latitude": 34.43499, "longitude": -119.71999, "population": 181632}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-119.77298, 36.74772]}, "properties": {"id": 174, "name": "Fresno", "country": "USA", "latitude": 36.74772, "longitude": -119.77298, "population": 616353}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-124.1475, 40.80222]}, "properties": {"id": 175, "name": "Eureka", "country": "USA", "latitude": 40.80222, "longitude": -124.1475, "population": 42398}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-104.79199, 38.86296]}, "properties": {"id": 176, "name": "Colorado Springs", "country": "USA", "latitude": 38.86296, "longitude": -104.79199, "population": 493654}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-119.82001, 39.52998]}, "properties": {"id": 177, "name": "Reno", "country": "USA", "latitude": 39.52998, "longitude": -119.82001, "population": 328585}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-115.76199, 40.83251]}, "properties": {"id": 178, "name": "Elko", "country": "USA", "latitude": 40.83251, "longitude": -115.76199, "population": 19252}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.64133, 35.10497]}, "properties": {"id": 179, "name": "Albuquerque", "country": "USA", "latitude": 35.10497, "longitude": -106.64133, "population": 898642}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-123.0239, 44.92807]}, "properties": {"id": 180, "name": "Salem", "country": "USA", "latitude": 44.92807, "longitude": -123.0239, "population": 229010}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.31249, 42.86662]}, "properties": {"id": 181, "name": "Casper", "country": "USA", "latitude": 42.86662, "longitude": -106.31249, "population": 60791}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-95.66998, 39.05001]}, "properties": {"id": 182, "name": "Topeka", "country": "USA", "latitude": 39.05001, "longitude": -95.66998, "population": 132091}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-94.60409, 39.10709]}, "properties": {"id": 183, "name": "Kansas City", "country": "USA", "latitude": 39.10709, "longitude": -94.60409, "population": 1469000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-95.93002, 36.12]}, "properties": {"id": 184, "name": "Tulsa", "country": "USA", "latitude": 36.12, "longitude": -95.93002, "population": 946962}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.73, 43.54999]}, "properties": {"id": 185, "name": "Sioux Falls", "country": "USA", "latitude": 43.54999, "longitude": -96.73, "population": 155724}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.77002, 32.50002]}, "properties": {"id": 186, "name": "Shreveport", "country": "USA", "latitude": 32.50002, "longitude": -93.77002, "population": 248053}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-91.14016, 30.45795]}, "properties": {"id": 187, "name": "Baton Rouge", "country": "USA", "latitude": 30.45795, "longitude": -91.14016, "population": 422072}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.34004, 32.73998]}, "properties": {"id": 188, "name": "Ft. Worth", "country": "USA", "latitude": 32.73998, "longitude": -97.34004, "population": 1440454}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.40189, 27.74281]}, "properties": {"id": 189, "name": "Corpus Christi", "country": "USA", "latitude": 27.74281, "longitude": -97.40189, "population": 277454}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.74278, 30.26695]}, "properties": {"id": 190, "name": "Austin", "country": "USA", "latitude": 30.26695, "longitude": -97.74278, "population": 1161000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-101.83, 35.22998]}, "properties": {"id": 191, "name": "Amarillo", "country": "USA", "latitude": 35.22998, "longitude": -101.83, "population": 181766}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.51, 31.77998]}, "properties": {"id": 192, "name": "El Paso", "country": "USA", "latitude": 31.77998, "longitude": -106.51, "population": 753000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.50722, 27.50614]}, "properties": {"id": 193, "name": "Laredo", "country": "USA", "latitude": 27.50614, "longitude": -99.50722, "population": 434768}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.13001, 8.39999]}, "properties": {"id": 194, "name": "Merida", "country": "VEN", "latitude": 8.39999, "longitude": -71.13001, "population": 345489}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.21247, 44.4758]}, "properties": {"id": 195, "name": "Burlington", "country": "USA", "latitude": 44.4758, "longitude": -73.21247, "population": 93807}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.27919, 32.3616]}, "properties": {"id": 196, "name": "Montgomery", "country": "USA", "latitude": 32.3616, "longitude": -86.27919, "population": 198325}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.28003, 30.44999]}, "properties": {"id": 197, "name": "Tallahassee", "country": "USA", "latitude": 30.44999, "longitude": -84.28003, "population": 221222}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.38003, 28.50998]}, "properties": {"id": 198, "name": "Orlando", "country": "USA", "latitude": 28.50998, "longitude": -81.38003, "population": 1350000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.66999, 30.33002]}, "properties": {"id": 199, "name": "Jacksonville", "country": "USA", "latitude": 30.33002, "longitude": -81.66999, "population": 988000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.11, 32.02111]}, "properties": {"id": 200, "name": "Savannah", "country": "USA", "latitude": 32.02111, "longitude": -81.11, "population": 180187}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-80.89998, 34.03998]}, "properties": {"id": 201, "name": "Columbia", "country": "USA", "latitude": 34.03998, "longitude": -80.89998, "population": 398093}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.17005, 39.74999]}, "properties": {"id": 202, "name": "Indianapolis", "country": "USA", "latitude": 39.74999, "longitude": -86.17005, "population": 1436000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.94502, 34.22552]}, "properties": {"id": 203, "name": "Wilmington", "country": "USA", "latitude": 34.22552, "longitude": -77.94502, "population": 161560}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-83.92003, 35.97001]}, "properties": {"id": 204, "name": "Knoxville", "country": "USA", "latitude": 35.97001, "longitude": -83.92003, "population": 655400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.44999, 37.55002]}, "properties": {"id": 205, "name": "Richmond", "country": "USA", "latitude": 37.55002, "longitude": -77.44999, "population": 912000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.63273, 38.34974]}, "properties": {"id": 206, "name": "Charleston", "country": "USA", "latitude": 38.34974, "longitude": -81.63273, "population": 123799}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.61998, 39.29999]}, "properties": {"id": 207, "name": "Baltimore", "country": "USA", "latitude": 39.29999, "longitude": -76.61998, "population": 2255000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.15001, 43.04999]}, "properties": {"id": 208, "name": "Syracuse", "country": "USA", "latitude": 43.04999, "longitude": -76.15001, "population": 662577}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.62361, 5.6639]}, "properties": {"id": 209, "name": "Puerto Ayacucho", "country": "VEN", "latitude": 5.6639, "longitude": -67.62361, "population": 52526}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.51703, 10.652]}, "properties": {"id": 210, "name": "Port-of-Spain", "country": "TTO", "latitude": 10.652, "longitude": -61.51703, "population": 294934}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.77999, 44.31056]}, "properties": {"id": 211, "name": "Augusta", "country": "USA", "latitude": 44.31056, "longitude": -69.77999, "population": 24042}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.34528, 46.49526]}, "properties": {"id": 212, "name": "Sault Ste. Marie", "country": "USA", "latitude": 46.49526, "longitude": -84.34528, "population": 83805}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.12002, 7.53004]}, "properties": {"id": 213, "name": "Atakpame", "country": "TGO", "latitude": 7.53004, "longitude": 1.12002, "population": 80683}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.62503, 35.83]}, "properties": {"id": 214, "name": "Sousse", "country": "TUN", "latitude": 35.83, "longitude": 10.62503, "population": 327004}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.03942, 13.60445]}, "properties": {"id": 215, "name": "Taizz", "country": "YEM", "latitude": 13.60445, "longitude": 44.03942, "population": 751000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-135.32755, 57.0604]}, "properties": {"id": 216, "name": "Sitka", "country": "USA", "latitude": 57.0604, "longitude": -135.32755, "population": 8931}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.03, 49.83498]}, "properties": {"id": 217, "name": "Lvov", "country": "UKR", "latitude": 49.83498, "longitude": 24.03, "population": 803880}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.71, 46.49002]}, "properties": {"id": 218, "name": "Odessa", "country": "UKR", "latitude": 46.49002, "longitude": 30.71, "population": 991000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.66217, 50.24558]}, "properties": {"id": 219, "name": "Zhytomyr", "country": "UKR", "latitude": 50.24558, "longitude": 28.66217, "population": 282192}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.00002, 48.47997]}, "properties": {"id": 220, "name": "Dnipropetrovsk", "country": "UKR", "latitude": 48.47997, "longitude": 35.00002, "population": 1050000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.82998, 48.0]}, "properties": {"id": 221, "name": "Donetsk", "country": "UKR", "latitude": 48.0, "longitude": 37.82998, "population": 988000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.25002, 49.99998]}, "properties": {"id": 222, "name": "Kharkiv", "country": "UKR", "latitude": 49.99998, "longitude": 36.25002, "population": 1461000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [52.96968, 40.02305]}, "properties": {"id": 223, "name": "Turkmenbasy", "country": "TKM", "latitude": 40.02305, "longitude": 52.96968, "population": 68292}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [64.43001, 39.78001]}, "properties": {"id": 224, "name": "Bukhara", "country": "UZB", "latitude": 39.78001, "longitude": 64.43001, "population": 319476}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [59.61501, 42.47]}, "properties": {"id": 225, "name": "Nukus", "country": "UZB", "latitude": 42.47, "longitude": 59.61501, "population": 230006}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [63.58004, 39.11]}, "properties": {"id": 226, "name": "Turkmenabat", "country": "TKM", "latitude": 39.11, "longitude": 63.58004, "population": 234817}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [61.83332, 37.60002]}, "properties": {"id": 227, "name": "Mary", "country": "TKM", "latitude": 37.60002, "longitude": 61.83332, "population": 178708}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [72.33997, 40.79]}, "properties": {"id": 228, "name": "Andijon", "country": "UZB", "latitude": 40.79, "longitude": 72.33997, "population": 650000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.68009, 20.83001]}, "properties": {"id": 229, "name": "Haiphong", "country": "VNM", "latitude": 20.83001, "longitude": 106.68009, "population": 1969000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.24997, 16.06004]}, "properties": {"id": 230, "name": "Da Nang", "country": "VNM", "latitude": 16.06004, "longitude": 108.24997, "population": 1000000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.44998, -14.44001]}, "properties": {"id": 231, "name": "Kabwe", "country": "ZMB", "latitude": -14.44001, "longitude": 28.44998, "population": 188979}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.25997, -12.55]}, "properties": {"id": 232, "name": "Mufulira", "country": "ZMB", "latitude": -12.55, "longitude": 28.25997, "population": 153624}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.22002, -12.81003]}, "properties": {"id": 233, "name": "Kitwe", "country": "ZMB", "latitude": -12.81003, "longitude": 28.22002, "population": 404901}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.86001, -17.86001]}, "properties": {"id": 234, "name": "Livingstone", "country": "ZMB", "latitude": -17.86001, "longitude": 25.86001, "population": 165480}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.1, -18.0]}, "properties": {"id": 235, "name": "Chitungwiza", "country": "ZWE", "latitude": -18.0, "longitude": 31.1, "population": 340360}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.70999, 4.06041]}, "properties": {"id": 236, "name": "Douala", "country": "CMR", "latitude": 4.06041, "longitude": 9.70999, "population": 1906000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.92, 52.47497]}, "properties": {"id": 237, "name": "Birmingham", "country": "GBR", "latitude": 52.47497, "longitude": -1.92, "population": 2285000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.96003, 54.60001]}, "properties": {"id": 238, "name": "Belfast", "country": "GBR", "latitude": 54.60001, "longitude": -5.96003, "population": 450406}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.15179, 38.43615]}, "properties": {"id": 239, "name": "Izmir", "country": "TUR", "latitude": 38.43615, "longitude": 27.15179, "population": 2587000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.07, 40.19999]}, "properties": {"id": 240, "name": "Bursa", "country": "TUR", "latitude": 40.19999, "longitude": 29.07, "population": 1492000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.34366, 41.28]}, "properties": {"id": 241, "name": "Samsun", "country": "TUR", "latitude": 41.28, "longitude": 36.34366, "population": 609339}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.47501, 37.87501]}, "properties": {"id": 242, "name": "Konya", "country": "TUR", "latitude": 37.87501, "longitude": 32.47501, "population": 919000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.32, 36.99499]}, "properties": {"id": 243, "name": "Adana", "country": "TUR", "latitude": 36.99499, "longitude": 35.32, "population": 1293000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.28003, 2.78]}, "properties": {"id": 244, "name": "Gulu", "country": "UGA", "latitude": 2.78, "longitude": 32.28003, "population": 146858}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.06053, -1.95359]}, "properties": {"id": 245, "name": "Kigali", "country": "RWA", "latitude": -1.95359, "longitude": 30.06053, "population": 860000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.23329, 3.85001]}, "properties": {"id": 246, "name": "Cottica", "country": "SUR", "latitude": 3.85001, "longitude": -54.23329, "population": 29210}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.77, 37.88]}, "properties": {"id": 247, "name": "Cordoba", "country": "ESP", "latitude": 37.88, "longitude": -4.77, "population": 321376}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.0964, 13.49164]}, "properties": {"id": 248, "name": "Maradi", "country": "NER", "latitude": 13.49164, "longitude": 7.0964, "population": 232555}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.25993, 14.89998]}, "properties": {"id": 249, "name": "Tahoua", "country": "NER", "latitude": 14.89998, "longitude": 5.25993, "population": 115956}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.60997, 44.20266]}, "properties": {"id": 250, "name": "Constanta", "country": "ROU", "latitude": 44.20266, "longitude": 28.60997, "population": 303399}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.15838, 65.59663]}, "properties": {"id": 251, "name": "Lule\u00e5", "country": "SWE", "latitude": 65.59663, "longitude": 22.15838, "population": 48638}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.31666, 62.40005]}, "properties": {"id": 252, "name": "Sundsvall", "country": "SWE", "latitude": 62.40005, "longitude": 17.31666, "population": 73389}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.57495, 47.16835]}, "properties": {"id": 253, "name": "Iasi", "country": "ROU", "latitude": 47.16835, "longitude": 27.57495, "population": 325914}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [99.34013, 9.1501]}, "properties": {"id": 254, "name": "Surat Thani", "country": "THA", "latitude": 9.1501, "longitude": 99.34013, "population": 157627}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [98.98005, 18.79998]}, "properties": {"id": 255, "name": "Chiang Mai", "country": "THA", "latitude": 18.79998, "longitude": 98.98005, "population": 397211}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.10001, 15.00003]}, "properties": {"id": 256, "name": "Nakhon Ratchasima", "country": "THA", "latitude": 15.00003, "longitude": 102.10001, "population": 334984}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.13333, -26.31665]}, "properties": {"id": 257, "name": "Mbabane", "country": "SWZ", "latitude": -26.31665, "longitude": 31.13333, "population": 90138}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-80.62997, -5.21003]}, "properties": {"id": 258, "name": "Piura", "country": "PER", "latitude": -5.21003, "longitude": -80.62997, "population": 396932}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.53001, -16.41999]}, "properties": {"id": 259, "name": "Arequipa", "country": "PER", "latitude": -16.41999, "longitude": -71.53001, "population": 815000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.57, -9.07]}, "properties": {"id": 260, "name": "Chimbote", "country": "PER", "latitude": -9.07, "longitude": -78.57, "population": 349846}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-74.535, -8.36891]}, "properties": {"id": 261, "name": "Pucallpa", "country": "PER", "latitude": -8.36891, "longitude": -74.535, "population": 310750}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.25001, -3.75002]}, "properties": {"id": 262, "name": "Iquitos", "country": "PER", "latitude": -3.75002, "longitude": -73.25001, "population": 458729}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.20002, -12.08]}, "properties": {"id": 263, "name": "Huancayo", "country": "PER", "latitude": -12.08, "longitude": -75.20002, "population": 412733}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.61606, -25.5167]}, "properties": {"id": 264, "name": "Ciudad del Este", "country": "PRY", "latitude": -25.5167, "longitude": -54.61606, "population": 320872}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-25.66658, 37.7483]}, "properties": {"id": 265, "name": "Ponta Delgada", "country": "PRT", "latitude": 37.7483, "longitude": -25.66658, "population": 61526}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-8.72999, 42.22002]}, "properties": {"id": 266, "name": "Vigo", "country": "ESP", "latitude": 42.22002, "longitude": -8.72999, "population": 378952}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-2.92999, 43.24998]}, "properties": {"id": 267, "name": "Bilbao", "country": "ESP", "latitude": 43.24998, "longitude": -2.92999, "population": 875552}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-16.10001, 14.14997]}, "properties": {"id": 268, "name": "Kaolack", "country": "SEN", "latitude": 14.14997, "longitude": -16.10001, "population": 277812}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.49999, 16.15001]}, "properties": {"id": 269, "name": "Kaedi", "country": "SEN", "latitude": 16.15001, "longitude": -13.49999, "population": 21656}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.44002, 13.45002]}, "properties": {"id": 270, "name": "Geneina", "country": "SDN", "latitude": 13.45002, "longitude": 22.44002, "population": 162981}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.58, 24.49999]}, "properties": {"id": 271, "name": "Medina", "country": "SAU", "latitude": 24.49999, "longitude": 39.58, "population": 1010000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.55497, 28.38383]}, "properties": {"id": 272, "name": "Tabuk", "country": "SAU", "latitude": 28.38383, "longitude": 36.55497, "population": 547957}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.58003, 4.82998]}, "properties": {"id": 273, "name": "Juba", "country": "SSD", "latitude": 4.82998, "longitude": 31.58003, "population": 111975}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.65599, 9.5369]}, "properties": {"id": 274, "name": "Malakal", "country": "SSD", "latitude": 9.5369, "longitude": 31.65599, "population": 160765}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.48002, 15.61668]}, "properties": {"id": 275, "name": "Omdurman", "country": "SDN", "latitude": 15.61668, "longitude": 32.48002, "population": 2395159}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.2167, 13.18329]}, "properties": {"id": 276, "name": "El Obeid", "country": "SDN", "latitude": 13.18329, "longitude": 30.2167, "population": 393311}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.26996, 52.08004]}, "properties": {"id": 277, "name": "The Hague", "country": "NLD", "latitude": 52.08004, "longitude": 4.26996, "population": 1406000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.00002, 58.16664]}, "properties": {"id": 278, "name": "Kristiansand", "country": "NOR", "latitude": 58.16664, "longitude": 8.00002, "population": 63814}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.51497, 46.05529]}, "properties": {"id": 279, "name": "Ljubljana", "country": "SVN", "latitude": 46.05529, "longitude": 14.51497, "population": 314807}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.11698, 48.15002]}, "properties": {"id": 280, "name": "Bratislava", "country": "SVK", "latitude": 48.15002, "longitude": 17.11698, "population": 423737}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.688, 70.66128]}, "properties": {"id": 281, "name": "Hammerfest", "country": "NOR", "latitude": 70.66128, "longitude": 23.688, "population": 10000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [51.53297, 25.28656]}, "properties": {"id": 282, "name": "Doha", "country": "QAT", "latitude": 25.28656, "longitude": 51.53297, "population": 1450000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [67.02499, 30.22]}, "properties": {"id": 283, "name": "Quetta", "country": "PAK", "latitude": 30.22, "longitude": 67.02499, "population": 768000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [68.20678, 27.56177]}, "properties": {"id": 284, "name": "Larkana", "country": "PAK", "latitude": 27.56177, "longitude": 68.20678, "population": 364033}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.88329, -29.66673]}, "properties": {"id": 285, "name": "Springbok", "country": "ZAF", "latitude": -29.66673, "longitude": 17.88329, "population": 10438}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.23001, -28.46003]}, "properties": {"id": 286, "name": "Upington", "country": "ZAF", "latitude": -28.46003, "longitude": 21.23001, "population": 71373}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.43994, -33.64003]}, "properties": {"id": 287, "name": "Worcester", "country": "ZAF", "latitude": -33.64003, "longitude": 19.43994, "population": 127597}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.45004, -33.95003]}, "properties": {"id": 288, "name": "George", "country": "ZAF", "latitude": -33.95003, "longitude": 22.45004, "population": 174582}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.58001, -16.17003]}, "properties": {"id": 289, "name": "Tete", "country": "MOZ", "latitude": -16.17003, "longitude": 33.58001, "population": 129316}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.53235, -12.98305]}, "properties": {"id": 290, "name": "Pemba", "country": "MOZ", "latitude": -12.98305, "longitude": 40.53235, "population": 110643}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.29304, -15.13604]}, "properties": {"id": 291, "name": "Nampula", "country": "MOZ", "latitude": -15.13604, "longitude": 39.29304, "population": 388526}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.72999, -27.96999]}, "properties": {"id": 292, "name": "Welkom", "country": "ZAF", "latitude": -27.96999, "longitude": 26.72999, "population": 431944}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.64, -25.03998]}, "properties": {"id": 293, "name": "Xai-Xai", "country": "MOZ", "latitude": -25.03998, "longitude": 33.64, "population": 128805}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [145.38548, -6.08331]}, "properties": {"id": 294, "name": "Goroka", "country": "PNG", "latitude": -6.08331, "longitude": 145.38548, "population": 39699}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.21682, -5.86322]}, "properties": {"id": 295, "name": "Mt. Hagen", "country": "PNG", "latitude": -5.86322, "longitude": 144.21682, "population": 59064}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [152.14343, -4.20549]}, "properties": {"id": 296, "name": "Rabaul", "country": "PNG", "latitude": -4.20549, "longitude": 152.14343, "population": 8074}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.99004, -6.73299]}, "properties": {"id": 297, "name": "Lae", "country": "PNG", "latitude": -6.73299, "longitude": 146.99004, "population": 131052}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-82.43333, 8.43332]}, "properties": {"id": 298, "name": "David", "country": "PAN", "latitude": 8.43332, "longitude": -82.43333, "population": 110037}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.90997, 34.69001]}, "properties": {"id": 299, "name": "Oujda", "country": "MAR", "latitude": 34.69001, "longitude": -1.90997, "population": 409391}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.23999, 32.31998]}, "properties": {"id": 300, "name": "Safi", "country": "MAR", "latitude": 32.31998, "longitude": -9.23999, "population": 353476}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.26631, 42.46597]}, "properties": {"id": 301, "name": "Podgorica", "country": "MNE", "latitude": 42.46597, "longitude": 19.26631, "population": 145850}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.88999, -17.88001]}, "properties": {"id": 302, "name": "Quelimane", "country": "MOZ", "latitude": -17.88001, "longitude": 36.88999, "population": 188964}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.87002, -32.97004]}, "properties": {"id": 303, "name": "East London", "country": "ZAF", "latitude": -32.97004, "longitude": 27.87002, "population": 338627}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.00999, -31.5]}, "properties": {"id": 304, "name": "Middelburg", "country": "ZAF", "latitude": -31.5, "longitude": 25.00999, "population": 18164}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.61795, 43.49811]}, "properties": {"id": 305, "name": "Naltchik", "country": "RUS", "latitude": 43.49811, "longitude": 43.61795, "population": 307866}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.98001, 45.05]}, "properties": {"id": 306, "name": "Stavropol", "country": "RUS", "latitude": 45.05, "longitude": 41.98001, "population": 363064}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [177.7, 64.7333]}, "properties": {"id": 307, "name": "Ugolnye Kopi", "country": "RUS", "latitude": 64.7333, "longitude": 177.7, "population": 3367}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.49734, 54.70001]}, "properties": {"id": 308, "name": "Kaliningrad", "country": "RUS", "latitude": 54.70001, "longitude": 20.49734, "population": 434954}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.32994, 57.83]}, "properties": {"id": 309, "name": "Pskov", "country": "RUS", "latitude": 57.83, "longitude": 28.32994, "population": 201990}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.42998, 53.25999]}, "properties": {"id": 310, "name": "Bryansk", "country": "RUS", "latitude": 53.25999, "longitude": 34.42998, "population": 427236}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.04734, 54.78269]}, "properties": {"id": 311, "name": "Smolensk", "country": "RUS", "latitude": 54.78269, "longitude": 32.04734, "population": 320991}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.28002, 61.84998]}, "properties": {"id": 312, "name": "Petrozavodsk", "country": "RUS", "latitude": 61.84998, "longitude": 34.28002, "population": 265025}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.89, 56.85998]}, "properties": {"id": 313, "name": "Tver", "country": "RUS", "latitude": 56.85998, "longitude": 35.89, "population": 400212}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.91998, 59.20999]}, "properties": {"id": 314, "name": "Vologda", "country": "RUS", "latitude": 59.20999, "longitude": 39.91998, "population": 294889}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.87001, 57.61998]}, "properties": {"id": 315, "name": "Yaroslavl", "country": "RUS", "latitude": 57.61998, "longitude": 39.87001, "population": 606730}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.71266, 47.23465]}, "properties": {"id": 316, "name": "Rostov", "country": "RUS", "latitude": 47.23465, "longitude": 39.71266, "population": 1052000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.72997, 43.59001]}, "properties": {"id": 317, "name": "Sochi", "country": "RUS", "latitude": 43.59001, "longitude": 39.72997, "population": 327608}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.00004, 45.01998]}, "properties": {"id": 318, "name": "Krasnodar", "country": "RUS", "latitude": 45.01998, "longitude": 39.00004, "population": 649851}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.99998, 53.18002]}, "properties": {"id": 319, "name": "Penza", "country": "RUS", "latitude": 53.18002, "longitude": 44.99998, "population": 512602}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.71999, 54.61996]}, "properties": {"id": 320, "name": "Ryazan", "country": "RUS", "latitude": 54.61996, "longitude": 39.71999, "population": 520173}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.27, 51.72998]}, "properties": {"id": 321, "name": "Voronezh", "country": "RUS", "latitude": 51.72998, "longitude": 39.27, "population": 844000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [58.98001, 53.42269]}, "properties": {"id": 322, "name": "Magnitogorsk", "country": "RUS", "latitude": 53.42269, "longitude": 58.98001, "population": 413351}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [61.43867, 55.15499]}, "properties": {"id": 323, "name": "Chelyabinsk", "country": "RUS", "latitude": 55.15499, "longitude": 61.43867, "population": 1091000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [64.00998, 67.5]}, "properties": {"id": 324, "name": "Vorkuta", "country": "RUS", "latitude": 67.5, "longitude": 64.00998, "population": 80039}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.66998, 58.59005]}, "properties": {"id": 325, "name": "Kirov", "country": "RUS", "latitude": 58.59005, "longitude": 49.66998, "population": 457437}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [59.97498, 57.92002]}, "properties": {"id": 326, "name": "Nizhny Tagil", "country": "RUS", "latitude": 57.92002, "longitude": 59.97498, "population": 381116}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.05499, 46.34866]}, "properties": {"id": 327, "name": "Astrakhan", "country": "RUS", "latitude": 46.34866, "longitude": 48.05499, "population": 502533}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [55.11001, 51.77998]}, "properties": {"id": 328, "name": "Orenburg", "country": "RUS", "latitude": 51.77998, "longitude": 55.11001, "population": 550204}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.03, 51.57999]}, "properties": {"id": 329, "name": "Saratov", "country": "RUS", "latitude": 51.57999, "longitude": 46.03, "population": 843000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.41001, 54.32998]}, "properties": {"id": 330, "name": "Ulyanovsk", "country": "RUS", "latitude": 54.32998, "longitude": 48.41001, "population": 640680}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.39995, 54.98999]}, "properties": {"id": 331, "name": "Omsk", "country": "RUS", "latitude": 54.98999, "longitude": 73.39995, "population": 1135000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [65.52999, 57.14001]}, "properties": {"id": 332, "name": "Tyumen", "country": "RUS", "latitude": 57.14001, "longitude": 65.52999, "population": 519119}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [87.11498, 53.75001]}, "properties": {"id": 333, "name": "Novokuznetsk", "country": "RUS", "latitude": 53.75001, "longitude": 87.11498, "population": 539616}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.08998, 55.33997]}, "properties": {"id": 334, "name": "Kemerovo", "country": "RUS", "latitude": 55.33997, "longitude": 86.08998, "population": 477090}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.6987, 43.31869]}, "properties": {"id": 335, "name": "Groznyy", "country": "RUS", "latitude": 43.31869, "longitude": 45.6987, "population": 226100}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.67, 7.27998]}, "properties": {"id": 336, "name": "Kandy", "country": "LKA", "latitude": 7.27998, "longitude": 80.67, "population": 111701}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.94999, 6.9]}, "properties": {"id": 337, "name": "Sri Jawewardenepura Kotte", "country": "LKA", "latitude": 6.9, "longitude": 79.94999, "population": 115826}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.42503, 36.33555]}, "properties": {"id": 338, "name": "Daejeon", "country": "KOR", "latitude": 36.33555, "longitude": 127.42503, "population": 1468000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.91043, 35.17097]}, "properties": {"id": 339, "name": "Gwangju", "country": "KOR", "latitude": 35.17097, "longitude": 126.91043, "population": 1440000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [129.01005, 35.09505]}, "properties": {"id": 340, "name": "Busan", "country": "KOR", "latitude": 35.09505, "longitude": 129.01005, "population": 3480000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.08003, 6.91998]}, "properties": {"id": 341, "name": "Zamboanga", "country": "PHL", "latitude": 6.91998, "longitude": 122.08003, "population": 773000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.59361, 18.19885]}, "properties": {"id": 342, "name": "Laoag", "country": "PHL", "latitude": 18.19885, "longitude": 120.59361, "population": 207048}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.56994, 16.42999]}, "properties": {"id": 343, "name": "Baguio City", "country": "PHL", "latitude": 16.42999, "longitude": 120.56994, "population": 447824}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.17473, 6.11083]}, "properties": {"id": 344, "name": "General Santos", "country": "PHL", "latitude": 6.11083, "longitude": 125.17473, "population": 950530}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.63331, 57.98996]}, "properties": {"id": 345, "name": "Ust-Ulimsk", "country": "RUS", "latitude": 57.98996, "longitude": 102.63331, "population": 100271}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.92, 52.56001]}, "properties": {"id": 346, "name": "Angarsk", "country": "RUS", "latitude": 52.56001, "longitude": 103.92, "population": 243158}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.445, 53.70368]}, "properties": {"id": 347, "name": "Abakan", "country": "RUS", "latitude": 53.70368, "longitude": 91.445, "population": 167289}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.22499, 69.34002]}, "properties": {"id": 348, "name": "Norilsk", "country": "RUS", "latitude": 69.34002, "longitude": 88.22499, "population": 165873}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.465, 72.04114]}, "properties": {"id": 349, "name": "Khatanga", "country": "RUS", "latitude": 72.04114, "longitude": 102.465, "population": 3205}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [94.38307, 51.7067]}, "properties": {"id": 350, "name": "Kyzyl", "country": "RUS", "latitude": 51.7067, "longitude": 94.38307, "population": 108240}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [107.625, 51.82499]}, "properties": {"id": 351, "name": "Ulan Ude", "country": "RUS", "latitude": 51.82499, "longitude": 107.625, "population": 360278}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.53334, 50.26661]}, "properties": {"id": 352, "name": "Blagoveshchensk", "country": "RUS", "latitude": 50.26661, "longitude": 127.53334, "population": 221296}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.91663, 52.98334]}, "properties": {"id": 353, "name": "Bukachacha", "country": "RUS", "latitude": 52.98334, "longitude": 116.91663, "population": 3372}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.51725, 44.53722]}, "properties": {"id": 354, "name": "Dalnegorsk", "country": "RUS", "latitude": 44.53722, "longitude": 135.51725, "population": 8123}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [162.33359, 69.65101]}, "properties": {"id": 355, "name": "Ambarchik", "country": "RUS", "latitude": 69.65101, "longitude": 162.33359, "population": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [134.63503, 67.65599]}, "properties": {"id": 356, "name": "Batagay", "country": "RUS", "latitude": 67.65599, "longitude": 134.63503, "population": 4266}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [147.89458, 70.61831]}, "properties": {"id": 357, "name": "Chokurdakh", "country": "RUS", "latitude": 70.61831, "longitude": 147.89458, "population": 2506}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [143.19998, 64.56659]}, "properties": {"id": 358, "name": "Ust Nera", "country": "RUS", "latitude": 64.56659, "longitude": 143.19998, "population": 9148}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.94703, 60.72527]}, "properties": {"id": 359, "name": "Lensk", "country": "RUS", "latitude": 60.72527, "longitude": 114.94703, "population": 25589}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.38939, 58.603]}, "properties": {"id": 360, "name": "Aldan", "country": "RUS", "latitude": 58.603, "longitude": 125.38939, "population": 24426}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.96135, 62.54002]}, "properties": {"id": 361, "name": "Mirnyy", "country": "RUS", "latitude": 62.54002, "longitude": 113.96135, "population": 40308}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.37112, 66.76971]}, "properties": {"id": 362, "name": "Zhigansk", "country": "RUS", "latitude": 66.76971, "longitude": 123.37112, "population": 3237}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [143.21704, 59.383]}, "properties": {"id": 363, "name": "Okhotsk", "country": "RUS", "latitude": 59.383, "longitude": 143.21704, "population": 5570}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.12001, 48.45499]}, "properties": {"id": 364, "name": "Khabarovsk", "country": "RUS", "latitude": 48.45499, "longitude": 135.12001, "population": 579000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [142.94785, 53.5739]}, "properties": {"id": 365, "name": "Okha", "country": "RUS", "latitude": 53.5739, "longitude": 142.94785, "population": 26560}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [142.74001, 46.96497]}, "properties": {"id": 366, "name": "Yuzhno Sakhalinsk", "country": "RUS", "latitude": 46.96497, "longitude": 142.74001, "population": 176484}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-115.48002, 32.64998]}, "properties": {"id": 367, "name": "Mexicali", "country": "MEX", "latitude": 32.64998, "longitude": -115.48002, "population": 885000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.32, 24.13996]}, "properties": {"id": 368, "name": "La Paz", "country": "MEX", "latitude": 24.13996, "longitude": -110.32, "population": 189767}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-103.42, 25.57005]}, "properties": {"id": 369, "name": "Torreon", "country": "MEX", "latitude": 25.57005, "longitude": -103.42, "population": 1144000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-107.37997, 24.82999]}, "properties": {"id": 370, "name": "Culiacan", "country": "MEX", "latitude": 24.82999, "longitude": -107.37997, "population": 809000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.945, 31.305]}, "properties": {"id": 371, "name": "Nogales", "country": "MEX", "latitude": 31.305, "longitude": -110.945, "population": 178097}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.95406, 29.09888]}, "properties": {"id": 372, "name": "Hermosillo", "country": "MEX", "latitude": 29.09888, "longitude": -110.95406, "population": 595811}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.88999, 27.93001]}, "properties": {"id": 373, "name": "Guaymas", "country": "MEX", "latitude": 27.93001, "longitude": -110.88999, "population": 103449}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-101.0, 22.16998]}, "properties": {"id": 374, "name": "San Luis Potosi", "country": "MEX", "latitude": 22.16998, "longitude": -101.0, "population": 992000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.5, 25.87998]}, "properties": {"id": 375, "name": "Matamoros", "country": "MEX", "latitude": 25.87998, "longitude": -97.5, "population": 538785}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.55001, 27.49999]}, "properties": {"id": 376, "name": "Nuevo Laredo", "country": "MEX", "latitude": 27.49999, "longitude": -99.55001, "population": 349550}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-103.72001, 19.22997]}, "properties": {"id": 377, "name": "Colima", "country": "MEX", "latitude": 19.22997, "longitude": -103.72001, "population": 223287}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.49999, 19.82999]}, "properties": {"id": 378, "name": "Campeche", "country": "MEX", "latitude": 19.82999, "longitude": -90.49999, "population": 205212}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.66995, 17.08269]}, "properties": {"id": 379, "name": "Oaxaca", "country": "MEX", "latitude": 17.08269, "longitude": -96.66995, "population": 530728}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-101.70003, 21.14999]}, "properties": {"id": 380, "name": "Leon", "country": "MEX", "latitude": 21.14999, "longitude": -101.70003, "population": 1488000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.16001, 11.84996]}, "properties": {"id": 381, "name": "Maiduguri", "country": "NGA", "latitude": 11.84996, "longitude": 13.16001, "population": 896000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.01, 4.81]}, "properties": {"id": 382, "name": "Port Harcourt", "country": "NGA", "latitude": 4.81, "longitude": 7.01, "population": 1020000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.53001, 7.72998]}, "properties": {"id": 383, "name": "Makurdi", "country": "NGA", "latitude": 7.72998, "longitude": 8.53001, "population": 292645}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.92998, 7.38003]}, "properties": {"id": 384, "name": "Ibadan", "country": "NGA", "latitude": 7.38003, "longitude": 3.92998, "population": 2628000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.23999, 8.13001]}, "properties": {"id": 385, "name": "Ogbomosho", "country": "NGA", "latitude": 8.13001, "longitude": 4.23999, "population": 951000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.76, 5.51996]}, "properties": {"id": 386, "name": "Warri", "country": "NGA", "latitude": 5.51996, "longitude": 5.76, "population": 830106}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.44, 10.52002]}, "properties": {"id": 387, "name": "Kaduna", "country": "NGA", "latitude": 10.52002, "longitude": 7.44, "population": 1442000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.64004, 54.35998]}, "properties": {"id": 388, "name": "Gdansk", "country": "POL", "latitude": 54.35998, "longitude": 18.64004, "population": 740000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.96001, 50.05998]}, "properties": {"id": 389, "name": "Krak\u00f3w", "country": "POL", "latitude": 50.05998, "longitude": 19.96001, "population": 756000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.44028, 43.58355]}, "properties": {"id": 390, "name": "Dalandzadgad", "country": "MNG", "latitude": 43.58355, "longitude": 104.44028, "population": 15093}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.43082, 39.16049]}, "properties": {"id": 391, "name": "Wonsan", "country": "PRK", "latitude": 39.16049, "longitude": 127.43082, "population": 329207}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [124.42128, 40.08586]}, "properties": {"id": 392, "name": "Sinuiju", "country": "PRK", "latitude": 40.08586, "longitude": 124.42128, "population": 288112}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.63326, 48.01664]}, "properties": {"id": 393, "name": "Dund-Us", "country": "MNG", "latitude": 48.01664, "longitude": 91.63326, "population": 30500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.50602, 48.06659]}, "properties": {"id": 394, "name": "Choybalsan", "country": "MNG", "latitude": 48.06659, "longitude": 114.50602, "population": 33376}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.15943, -26.648]}, "properties": {"id": 395, "name": "L\u00fcderitz", "country": "NAM", "latitude": -26.648, "longitude": 15.15943, "population": 15137}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.50531, -22.95753]}, "properties": {"id": 396, "name": "Walvis Bay", "country": "NAM", "latitude": -22.95753, "longitude": 14.50531, "population": 52058}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.93002, -2.52002]}, "properties": {"id": 397, "name": "Mwanza", "country": "TZA", "latitude": -2.52002, "longitude": 32.93002, "population": 493944}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.66002, -6.82001]}, "properties": {"id": 398, "name": "Morogoro", "country": "TZA", "latitude": -6.82001, "longitude": 37.66002, "population": 250902}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.75, -6.18331]}, "properties": {"id": 399, "name": "Dodoma", "country": "TZA", "latitude": -6.18331, "longitude": 35.75, "population": 218269}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.67, -3.36002]}, "properties": {"id": 400, "name": "Arusha", "country": "TZA", "latitude": -3.36002, "longitude": 36.67, "population": 341136}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [176.91503, -39.49001]}, "properties": {"id": 401, "name": "Napier", "country": "NZL", "latitude": -39.49001, "longitude": 176.91503, "population": 56787}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [174.88497, -36.99998]}, "properties": {"id": 402, "name": "Manukau", "country": "NZL", "latitude": -36.99998, "longitude": 174.88497, "population": 362000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [175.30004, -37.77001]}, "properties": {"id": 403, "name": "Hamilton", "country": "NZL", "latitude": -37.77001, "longitude": 175.30004, "population": 112145}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [173.95924, -41.52099]}, "properties": {"id": 404, "name": "Blenheim", "country": "NZL", "latitude": -41.52099, "longitude": 173.95924, "population": 26550}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [170.47997, -45.87995]}, "properties": {"id": 405, "name": "Dunedin", "country": "NZL", "latitude": -45.87995, "longitude": 170.47997, "population": 114347}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.46698, 46.91668]}, "properties": {"id": 406, "name": "Bern", "country": "CHE", "latitude": 46.91668, "longitude": 7.46698, "population": 275329}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.0333, 55.58334]}, "properties": {"id": 407, "name": "Malm\u00f6", "country": "SWE", "latitude": 55.58334, "longitude": 13.0333, "population": 269349}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.20001, 27.14998]}, "properties": {"id": 408, "name": "Laayoune", "country": "MAR", "latitude": 27.14998, "longitude": -13.20001, "population": 188084}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.36302, 0.79296]}, "properties": {"id": 409, "name": "Ternate", "country": "IDN", "latitude": 0.79296, "longitude": 127.36302, "population": 187521}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [128.20002, -3.71669]}, "properties": {"id": 410, "name": "Ambon", "country": "IDN", "latitude": -3.71669, "longitude": 128.20002, "population": 355596}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.76664, -8.44999]}, "properties": {"id": 411, "name": "Raba", "country": "IDN", "latitude": -8.44999, "longitude": 118.76664, "population": 106101}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [140.69998, -2.53299]}, "properties": {"id": 412, "name": "Jayapura", "country": "IDN", "latitude": -2.53299, "longitude": 140.69998, "population": 169341}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.25, 43.78]}, "properties": {"id": 413, "name": "Florence", "country": "ITA", "latitude": 43.78, "longitude": 11.25, "population": 1500000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.08, 37.49997]}, "properties": {"id": 414, "name": "Catania", "country": "ITA", "latitude": 37.49997, "longitude": 15.08, "population": 674542}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.16598, 42.66671]}, "properties": {"id": 415, "name": "Pristina", "country": "KOS", "latitude": 42.66671, "longitude": 21.16598, "population": 465186}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.64002, 0.05998]}, "properties": {"id": 416, "name": "Meru", "country": "KEN", "latitude": 0.05998, "longitude": 37.64002, "population": 47226}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.26998, 0.52001]}, "properties": {"id": 417, "name": "Eldoret", "country": "KEN", "latitude": 0.52001, "longitude": 35.26998, "population": 353381}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [95.32001, 5.54998]}, "properties": {"id": 418, "name": "Banda Aceh", "country": "IDN", "latitude": 5.54998, "longitude": 95.32001, "population": 513698}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [100.32937, 5.41361]}, "properties": {"id": 419, "name": "George Town", "country": "MYS", "latitude": 5.41361, "longitude": 100.32937, "population": 2500000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [100.45003, 38.92999]}, "properties": {"id": 420, "name": "Zhangye", "country": "CHN", "latitude": 38.92999, "longitude": 100.45003, "population": 230728}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.64101, 37.92801]}, "properties": {"id": 421, "name": "Wuwei", "country": "CHN", "latitude": 37.92801, "longitude": 102.64101, "population": 493092}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [94.66201, 40.14268]}, "properties": {"id": 422, "name": "Dunhuang", "country": "CHN", "latitude": 40.14268, "longitude": 94.66201, "population": 140094}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [105.91998, 34.60002]}, "properties": {"id": 423, "name": "Tianshui", "country": "CHN", "latitude": 34.60002, "longitude": 105.91998, "population": 1225000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [98.2666, 36.16659]}, "properties": {"id": 424, "name": "Dulan", "country": "CHN", "latitude": 36.16659, "longitude": 98.2666, "population": 100}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [94.88335, 36.41663]}, "properties": {"id": 425, "name": "Golmud", "country": "CHN", "latitude": 36.41663, "longitude": 94.88335, "population": 107092}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.15001, 22.62997]}, "properties": {"id": 426, "name": "Yulin", "country": "CHN", "latitude": 22.62997, "longitude": 110.15001, "population": 1127000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.61333, 23.89972]}, "properties": {"id": 427, "name": "Bose", "country": "CHN", "latitude": 23.89972, "longitude": 106.61333, "population": 175282}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [111.32002, 23.48003]}, "properties": {"id": 428, "name": "Wuzhou", "country": "CHN", "latitude": 23.48003, "longitude": 111.32002, "population": 442315}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.83333, 26.59443]}, "properties": {"id": 429, "name": "Lupanshui", "country": "CHN", "latitude": 26.59443, "longitude": 104.83333, "population": 1221000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.57999, 24.90002]}, "properties": {"id": 430, "name": "Quanzhou", "country": "CHN", "latitude": 24.90002, "longitude": 118.57999, "population": 1463000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.28001, 31.85003]}, "properties": {"id": 431, "name": "Hefei", "country": "CHN", "latitude": 31.85003, "longitude": 117.28001, "population": 2035000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.97889, 33.63611]}, "properties": {"id": 432, "name": "Suzhou", "country": "CHN", "latitude": 33.63611, "longitude": 116.97889, "population": 1964000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.38002, 21.19998]}, "properties": {"id": 433, "name": "Zhanjiang", "country": "CHN", "latitude": 21.19998, "longitude": 110.38002, "population": 1590000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.57998, 24.79997]}, "properties": {"id": 434, "name": "Shaoguan", "country": "CHN", "latitude": 24.79997, "longitude": 113.57998, "population": 720266}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.83002, -1.25002]}, "properties": {"id": 435, "name": "Balikpapan", "country": "IDN", "latitude": -1.25002, "longitude": 116.83002, "population": 445905}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.33, 1.52997]}, "properties": {"id": 436, "name": "Kuching", "country": "MYS", "latitude": 1.52997, "longitude": 110.33, "population": 570407}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.31153, -12.2765]}, "properties": {"id": 437, "name": "Antsiranana", "country": "MDG", "latitude": -12.2765, "longitude": 49.31153, "population": 82937}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.08327, -21.43333]}, "properties": {"id": 438, "name": "Fianarantsoa", "country": "MDG", "latitude": -21.43333, "longitude": 47.08327, "population": 184184}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.34502, -15.67001]}, "properties": {"id": 439, "name": "Mahajanga", "country": "MDG", "latitude": -15.67001, "longitude": 46.34502, "population": 154657}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.68998, -23.35683]}, "properties": {"id": 440, "name": "Toliara", "country": "MDG", "latitude": -23.35683, "longitude": 43.68998, "population": 115319}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.82501, -7.56498]}, "properties": {"id": 441, "name": "Surakarta", "country": "IDN", "latitude": -7.56498, "longitude": 110.82501, "population": 555308}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [105.27, -5.43002]}, "properties": {"id": 442, "name": "Bandar Lampung", "country": "IDN", "latitude": -5.43002, "longitude": 105.27, "population": 865000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [107.65001, -2.75003]}, "properties": {"id": 443, "name": "Tanjungpandan", "country": "IDN", "latitude": -2.75003, "longitude": 107.65001, "population": 62374}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.61002, -7.97999]}, "properties": {"id": 444, "name": "Malang", "country": "IDN", "latitude": -7.97999, "longitude": 112.61002, "population": 805000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.58299, -10.17867]}, "properties": {"id": 445, "name": "Kupang", "country": "IDN", "latitude": -10.17867, "longitude": 123.58299, "population": 282396}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.63331, -4.01667]}, "properties": {"id": 446, "name": "Parepare", "country": "IDN", "latitude": -4.01667, "longitude": 119.63331, "population": 87776}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.99999, -2.89999]}, "properties": {"id": 447, "name": "Cuenca", "country": "ECU", "latitude": -2.89999, "longitude": -78.99999, "population": 286878}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.35, -0.53332]}, "properties": {"id": 448, "name": "Santa Cruz", "country": "ECU", "latitude": -0.53332, "longitude": -90.35, "population": 11262}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-83.03334, 10.00002]}, "properties": {"id": 449, "name": "Puerto Limon", "country": "CRI", "latitude": 10.00002, "longitude": -83.03334, "population": 85001}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.82133, 20.02502]}, "properties": {"id": 450, "name": "Santiago de Cuba", "country": "CUB", "latitude": 20.02502, "longitude": -75.82133, "population": 555865}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.67001, 19.50001]}, "properties": {"id": 451, "name": "Santiago", "country": "DOM", "latitude": 19.50001, "longitude": -70.67001, "population": 1550753}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.52, 5.05999]}, "properties": {"id": 452, "name": "Manizales", "country": "COL", "latitude": 5.05999, "longitude": -75.52, "population": 375848}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.28111, 1.21361]}, "properties": {"id": 453, "name": "Pasto", "country": "COL", "latitude": 1.21361, "longitude": -77.28111, "population": 382236}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-74.79997, 10.95999]}, "properties": {"id": 454, "name": "Barranquilla", "country": "COL", "latitude": 10.95999, "longitude": -74.79997, "population": 1798000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.38701, 15.30102]}, "properties": {"id": 455, "name": "Roseau", "country": "DMA", "latitude": 15.30102, "longitude": -61.38701, "population": 23336}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.26001, 0.04004]}, "properties": {"id": 456, "name": "Mbandaka", "country": "COD", "latitude": 0.04004, "longitude": 18.26001, "population": 274996}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.09002, 8.54998]}, "properties": {"id": 457, "name": "Moundou", "country": "TCD", "latitude": 8.54998, "longitude": 16.09002, "population": 156705}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.54994, 30.00498]}, "properties": {"id": 458, "name": "Suez", "country": "EGY", "latitude": 30.00498, "longitude": 32.54994, "population": 508335}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.29001, 31.25999]}, "properties": {"id": 459, "name": "Bur Said", "country": "EGY", "latitude": 31.25999, "longitude": 32.29001, "population": 623864}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.83997, 29.31003]}, "properties": {"id": 460, "name": "El Faiyum", "country": "EGY", "latitude": 29.31003, "longitude": 30.83997, "population": 316772}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.89891, 24.08751]}, "properties": {"id": 461, "name": "Aswan", "country": "EGY", "latitude": 24.08751, "longitude": 32.89891, "population": 313442}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.17995, 27.18998]}, "properties": {"id": 462, "name": "Asyut", "country": "EGY", "latitude": 27.18998, "longitude": 31.17995, "population": 420585}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.22, 0.52001]}, "properties": {"id": 463, "name": "Kisangani", "country": "COD", "latitude": 0.52001, "longitude": 25.22, "population": 578470}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.72999, 13.01002]}, "properties": {"id": 464, "name": "Assab", "country": "ERI", "latitude": 13.01002, "longitude": 42.72999, "population": 105496}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.148, 11.59501]}, "properties": {"id": 465, "name": "Djibouti", "country": "DJI", "latitude": 11.59501, "longitude": 43.148, "population": 923000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.75, 51.04997]}, "properties": {"id": 466, "name": "Dresden", "country": "DEU", "latitude": 51.04997, "longitude": 13.75, "population": 617515}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.88335, 29.25001]}, "properties": {"id": 467, "name": "Xigaze", "country": "CHN", "latitude": 29.25001, "longitude": 88.88335, "population": 80000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.25, 38.42614]}, "properties": {"id": 468, "name": "Shache", "country": "CHN", "latitude": 38.42614, "longitude": 77.25, "population": 373492}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [81.35001, 43.90002]}, "properties": {"id": 469, "name": "Yining", "country": "CHN", "latitude": 43.90002, "longitude": 81.35001, "population": 403489}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.11663, 47.8666]}, "properties": {"id": 470, "name": "Altay", "country": "CHN", "latitude": 47.8666, "longitude": 88.11663, "population": 142000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [101.70195, 2.91402]}, "properties": {"id": 471, "name": "Putrajaya", "country": "MYS", "latitude": 2.91402, "longitude": 101.70195, "population": 67964}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.76903, 39.23328]}, "properties": {"id": 472, "name": "Shizuishan", "country": "CHN", "latitude": 39.23328, "longitude": 106.76903, "population": 136570}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [109.73329, 38.28331]}, "properties": {"id": 473, "name": "Yulin", "country": "CHN", "latitude": 38.28331, "longitude": 109.73329, "population": 155960}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [109.02, 32.67998]}, "properties": {"id": 474, "name": "Ankang", "country": "CHN", "latitude": 32.67998, "longitude": 109.02, "population": 1100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [111.21, 35.61998]}, "properties": {"id": 475, "name": "Houma", "country": "CHN", "latitude": 35.61998, "longitude": 111.21, "population": 102400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.10001, 29.38005]}, "properties": {"id": 476, "name": "Yueyang", "country": "CHN", "latitude": 29.38005, "longitude": 113.10001, "population": 826000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.59002, 26.88002]}, "properties": {"id": 477, "name": "Hengyang", "country": "CHN", "latitude": 26.88002, "longitude": 112.59002, "population": 1016000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.76998, 31.46998]}, "properties": {"id": 478, "name": "Mianyang", "country": "CHN", "latitude": 31.46998, "longitude": 104.76998, "population": 1396000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.3, 27.88002]}, "properties": {"id": 479, "name": "Xichang", "country": "CHN", "latitude": 27.88002, "longitude": 102.3, "population": 379993}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [99.15001, 25.11998]}, "properties": {"id": 480, "name": "Baoshan", "country": "CHN", "latitude": 25.11998, "longitude": 99.15001, "population": 1000000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.15008, 23.37998]}, "properties": {"id": 481, "name": "Gejiu", "country": "CHN", "latitude": 23.37998, "longitude": 103.15008, "population": 149105}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.47998, 38.05001]}, "properties": {"id": 482, "name": "Shijianzhuang", "country": "CHN", "latitude": 38.05001, "longitude": 114.47998, "population": 2417000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.47998, 36.57998]}, "properties": {"id": 483, "name": "Handan", "country": "CHN", "latitude": 36.57998, "longitude": 114.47998, "population": 1631000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.94003, 41.11502]}, "properties": {"id": 484, "name": "Anshan", "country": "CHN", "latitude": 41.11502, "longitude": 122.94003, "population": 1639000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.62983, 38.92284]}, "properties": {"id": 485, "name": "Dalian", "country": "CHN", "latitude": 38.92284, "longitude": 121.62983, "population": 3167000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.33001, 36.08998]}, "properties": {"id": 486, "name": "Qingdao", "country": "CHN", "latitude": 36.08998, "longitude": 120.33001, "population": 2866000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.32998, 35.07999]}, "properties": {"id": 487, "name": "Linyi", "country": "CHN", "latitude": 35.07999, "longitude": 118.32998, "population": 2082000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.02998, 33.58]}, "properties": {"id": 488, "name": "Huaiyin", "country": "CHN", "latitude": 33.58, "longitude": 119.02998, "population": 1264000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.65009, 28.01998]}, "properties": {"id": 489, "name": "Wenzhou", "country": "CHN", "latitude": 28.01998, "longitude": 120.65009, "population": 2350000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.55004, 29.87997]}, "properties": {"id": 490, "name": "Ningbo", "country": "CHN", "latitude": 29.87997, "longitude": 121.55004, "population": 1923000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.41001, 33.59502]}, "properties": {"id": 491, "name": "Fukuoka", "country": "JPN", "latitude": 33.59502, "longitude": 130.41001, "population": 2792000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [131.41838, 31.91824]}, "properties": {"id": 492, "name": "Miyazaki", "country": "JPN", "latitude": 31.91824, "longitude": 131.41838, "population": 324384}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.67297, 26.20717]}, "properties": {"id": 493, "name": "Naha", "country": "JPN", "latitude": 26.20717, "longitude": 127.67297, "population": 905238}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [133.53752, 33.56243]}, "properties": {"id": 494, "name": "Kochi", "country": "JPN", "latitude": 33.56243, "longitude": 133.53752, "population": 335570}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.07005, 0.54998]}, "properties": {"id": 495, "name": "Gorontalo", "country": "IDN", "latitude": 0.54998, "longitude": 123.07005, "population": 365497}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.26999, 43.61996]}, "properties": {"id": 496, "name": "Tongliao", "country": "CHN", "latitude": 43.61996, "longitude": 122.26999, "population": 884000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [111.66, 40.81997]}, "properties": {"id": 497, "name": "Hohhot", "country": "CHN", "latitude": 40.81997, "longitude": 111.66, "population": 1726000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.94999, 42.27002]}, "properties": {"id": 498, "name": "Chifeng", "country": "CHN", "latitude": 42.27002, "longitude": 118.94999, "population": 1277000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.08003, 46.08002]}, "properties": {"id": 499, "name": "Ulanhot", "country": "CHN", "latitude": 46.08002, "longitude": 122.08003, "population": 241894}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.70002, 49.19998]}, "properties": {"id": 500, "name": "Hailar", "country": "CHN", "latitude": 49.19998, "longitude": 119.70002, "population": 231171}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.35002, 46.83002]}, "properties": {"id": 501, "name": "Jiamusi", "country": "CHN", "latitude": 46.83002, "longitude": 130.35002, "population": 1020000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.48204, 48.23901]}, "properties": {"id": 502, "name": "Beian", "country": "CHN", "latitude": 48.23901, "longitude": 126.48204, "population": 154936}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.00001, 46.57996]}, "properties": {"id": 503, "name": "Daqing", "country": "CHN", "latitude": 46.57996, "longitude": 125.00001, "population": 1693000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.97003, 45.29996]}, "properties": {"id": 504, "name": "Jixi", "country": "CHN", "latitude": 45.29996, "longitude": 130.97003, "population": 965000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [136.91499, 35.155]}, "properties": {"id": 505, "name": "Nagoya", "country": "JPN", "latitude": 35.155, "longitude": 136.91499, "population": 3230000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [138.17001, 36.65]}, "properties": {"id": 506, "name": "Nagano", "country": "JPN", "latitude": 36.65, "longitude": 138.17001, "population": 594311}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.37469, 42.97496]}, "properties": {"id": 507, "name": "Kushiro", "country": "JPN", "latitude": 42.97496, "longitude": 144.37469, "population": 198566}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [140.73998, 41.79498]}, "properties": {"id": 508, "name": "Hakodate", "country": "JPN", "latitude": 41.79498, "longitude": 140.73998, "population": 302984}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.75, 35.02999]}, "properties": {"id": 509, "name": "Kyoto", "country": "JPN", "latitude": 35.02999, "longitude": 135.75, "population": 1805000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [141.02172, 38.28711]}, "properties": {"id": 510, "name": "Sendai", "country": "JPN", "latitude": 38.28711, "longitude": 141.02172, "population": 2250000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.85006, 38.92004]}, "properties": {"id": 511, "name": "Sakata", "country": "JPN", "latitude": 38.92004, "longitude": 139.85006, "population": 100446}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.37996, -3.30999]}, "properties": {"id": 512, "name": "Bandundu", "country": "COD", "latitude": -3.30999, "longitude": 17.37996, "population": 118211}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.40002, -5.89004]}, "properties": {"id": 513, "name": "Kananga", "country": "COD", "latitude": -5.89004, "longitude": 22.40002, "population": 765000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.66002, -4.45003]}, "properties": {"id": 514, "name": "Kasongo", "country": "COD", "latitude": -4.45003, "longitude": 26.66002, "population": 63000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.6, -6.15003]}, "properties": {"id": 515, "name": "Mbuji-Mayi", "country": "COD", "latitude": -6.15003, "longitude": 23.6, "population": 1295000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.20002, -5.9333]}, "properties": {"id": 516, "name": "Kalemie", "country": "COD", "latitude": -5.9333, "longitude": 29.20002, "population": 206257}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.28001, 0.13]}, "properties": {"id": 517, "name": "Butembo", "country": "COD", "latitude": 0.13, "longitude": 29.28001, "population": 286403}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.22179, -1.6788]}, "properties": {"id": 518, "name": "Goma", "country": "COD", "latitude": -1.6788, "longitude": 29.22179, "population": 144124}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.01998, -11.45999]}, "properties": {"id": 519, "name": "Mzuzu", "country": "MWI", "latitude": -11.45999, "longitude": 34.01998, "population": 110201}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.98995, -15.79001]}, "properties": {"id": 520, "name": "Blantyre", "country": "MWI", "latitude": -15.79001, "longitude": 34.98995, "population": 584877}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-91.52001, 14.82996]}, "properties": {"id": 521, "name": "Quetzaltenango", "country": "GTM", "latitude": 14.82996, "longitude": -91.52001, "population": 575263}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-16.5917, 13.45388]}, "properties": {"id": 522, "name": "Banjul", "country": "GMB", "latitude": 13.45388, "longitude": -16.5917, "population": 43094}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.31667, 28.43333]}, "properties": {"id": 523, "name": "Faridabad", "country": "IND", "latitude": 28.43333, "longitude": 77.31667, "population": 1394000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.81501, 34.09997]}, "properties": {"id": 524, "name": "Srinagar", "country": "IND", "latitude": 34.09997, "longitude": 74.81501, "population": 1140000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.63, 16.51996]}, "properties": {"id": 525, "name": "Vijayawada", "country": "IND", "latitude": 16.51996, "longitude": 80.63, "population": 1137000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.95002, 8.49998]}, "properties": {"id": 526, "name": "Thiruvananthapuram", "country": "IND", "latitude": 8.49998, "longitude": 76.95002, "population": 954000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.22392, 10.01501]}, "properties": {"id": 527, "name": "Kochi", "country": "IND", "latitude": 10.01501, "longitude": 76.22392, "population": 1519000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.88994, 20.47]}, "properties": {"id": 528, "name": "Cuttack", "country": "IND", "latitude": 20.47, "longitude": 85.88994, "population": 580000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.12502, 15.35998]}, "properties": {"id": 529, "name": "Hubli", "country": "IND", "latitude": 15.35998, "longitude": 75.12502, "population": 890000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.84999, 12.90003]}, "properties": {"id": 530, "name": "Mangalore", "country": "IND", "latitude": 12.90003, "longitude": 74.84999, "population": 776632}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.66001, 12.30998]}, "properties": {"id": 531, "name": "Mysore", "country": "IND", "latitude": 12.30998, "longitude": 76.66001, "population": 887000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.82, 17.34996]}, "properties": {"id": 532, "name": "Gulbarga", "country": "IND", "latitude": 17.34996, "longitude": 76.82, "population": 483615}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.22001, 16.7]}, "properties": {"id": 533, "name": "Kolhapur", "country": "IND", "latitude": 16.7, "longitude": 74.22001, "population": 750000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.30003, 19.16998]}, "properties": {"id": 534, "name": "Nanded", "country": "IND", "latitude": 19.16998, "longitude": 77.30003, "population": 623708}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.01002, 20.70999]}, "properties": {"id": 535, "name": "Akola", "country": "IND", "latitude": 20.70999, "longitude": 77.01002, "population": 503502}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.77, 26.16002]}, "properties": {"id": 536, "name": "Guwahati", "country": "IND", "latitude": 26.16002, "longitude": 91.77, "population": 983000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.28001, -4.18002]}, "properties": {"id": 537, "name": "Kayes", "country": "COG", "latitude": -4.18002, "longitude": 13.28001, "population": 62521}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.58329, -1.6333]}, "properties": {"id": 538, "name": "Franceville", "country": "GAB", "latitude": -1.6333, "longitude": 13.58329, "population": 42967}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.59501, 44.85001]}, "properties": {"id": 539, "name": "Bordeaux", "country": "FRA", "latitude": 44.85001, "longitude": -0.59501, "population": 803000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.37501, 43.28998]}, "properties": {"id": 540, "name": "Marseille", "country": "FRA", "latitude": 43.28998, "longitude": 5.37501, "population": 1400000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [0.10497, 49.50497]}, "properties": {"id": 541, "name": "Le Havre", "country": "FRA", "latitude": 49.50497, "longitude": 0.10497, "population": 242124}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.05001, 16.26659]}, "properties": {"id": 542, "name": "Gao", "country": "MLI", "latitude": 16.26659, "longitude": -0.05001, "population": 116967}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.07, -45.57]}, "properties": {"id": 543, "name": "Coihaique", "country": "CHL", "latitude": -45.57, "longitude": -72.07, "population": 45787}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.28998, -18.50002]}, "properties": {"id": 544, "name": "Arica", "country": "CHL", "latitude": -18.50002, "longitude": -70.28998, "population": 185999}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.33998, -27.36]}, "properties": {"id": 545, "name": "Copiapo", "country": "CHL", "latitude": -27.36, "longitude": -70.33998, "population": 129280}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.24998, -29.9]}, "properties": {"id": 546, "name": "La Serena", "country": "CHL", "latitude": -29.9, "longitude": -71.24998, "population": 154521}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.35999, -37.46]}, "properties": {"id": 547, "name": "Los Angeles", "country": "CHL", "latitude": -37.46, "longitude": -72.35999, "population": 145239}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-45.41662, 61.16659]}, "properties": {"id": 548, "name": "Narsarsuaq", "country": "DNK", "latitude": 61.16659, "longitude": -45.41662, "population": 145}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-53.66661, 66.95001]}, "properties": {"id": 549, "name": "Sisimiut", "country": "DNK", "latitude": 66.95001, "longitude": -53.66661, "population": 5227}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.14168, 72.70937]}, "properties": {"id": 550, "name": "Upernavik", "country": "DNK", "latitude": 72.70937, "longitude": -56.14168, "population": 1129}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.33224, 77.48347]}, "properties": {"id": 551, "name": "Qaanaaq", "country": "DNK", "latitude": 77.48347, "longitude": -69.33224, "population": 616}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-17.05602, 20.9]}, "properties": {"id": 552, "name": "Nouadhibou", "country": "MRT", "latitude": 20.9, "longitude": -17.05602, "population": 86738}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-11.44001, 14.44998]}, "properties": {"id": 553, "name": "Kayes", "country": "MLI", "latitude": 14.44998, "longitude": -11.44001, "population": 77207}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.61666, 16.66659]}, "properties": {"id": 554, "name": "Ayoun el Atrous", "country": "MRT", "latitude": 16.66659, "longitude": -9.61666, "population": 1423}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-6.26002, 13.43999]}, "properties": {"id": 555, "name": "Segou", "country": "MLI", "latitude": 13.43999, "longitude": -6.26002, "population": 122952}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.43346, 42.00001]}, "properties": {"id": 556, "name": "Skopje", "country": "MKD", "latitude": 42.00001, "longitude": 21.43346, "population": 494087}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.28999, 24.19998]}, "properties": {"id": 557, "name": "Al Jawf", "country": "LBY", "latitude": 24.19998, "longitude": 23.28999, "population": 24132}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.80001, 26.36665]}, "properties": {"id": 558, "name": "Tmassah", "country": "LBY", "latitude": 26.36665, "longitude": 15.80001, "population": 500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.1, 32.37997]}, "properties": {"id": 559, "name": "Misratah", "country": "LBY", "latitude": 32.37997, "longitude": 15.1, "population": 386120}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.07915, 32.93441]}, "properties": {"id": 560, "name": "Zuwarah", "country": "LBY", "latitude": 32.93441, "longitude": 12.07915, "population": 180310}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.39227, 35.47224]}, "properties": {"id": 561, "name": "Kirkuk", "country": "IRQ", "latitude": 35.47224, "longitude": 44.39227, "population": 601433}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.145, 36.345]}, "properties": {"id": 562, "name": "Mosul", "country": "IRQ", "latitude": 36.345, "longitude": 43.145, "population": 1316000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.33537, 32.00033]}, "properties": {"id": 563, "name": "An Najaf", "country": "IRQ", "latitude": 32.00033, "longitude": 44.33537, "population": 665552}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.38329, 11.60005]}, "properties": {"id": 564, "name": "Bahir Dar", "country": "ETH", "latitude": 11.60005, "longitude": 37.38329, "population": 206748}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.46998, 13.49999]}, "properties": {"id": 565, "name": "Mekele", "country": "ETH", "latitude": 13.49999, "longitude": 39.46998, "population": 95856}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.86002, 9.58999]}, "properties": {"id": 566, "name": "Dire Dawa", "country": "ETH", "latitude": 9.58999, "longitude": 41.86002, "population": 252279}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.71594, 66.50004]}, "properties": {"id": 567, "name": "Rovaniemi", "country": "FIN", "latitude": 66.50004, "longitude": 25.71594, "population": 34781}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.60001, 63.09998]}, "properties": {"id": 568, "name": "Vaasa", "country": "FIN", "latitude": 63.09998, "longitude": 21.60001, "population": 57014}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.75001, 61.5]}, "properties": {"id": 569, "name": "Tampere", "country": "FIN", "latitude": 61.5, "longitude": 23.75001, "population": 259279}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [57.16999, 50.28002]}, "properties": {"id": 570, "name": "Aqtobe", "country": "KAZ", "latitude": 50.28002, "longitude": 57.16999, "population": 262457}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [63.13004, 52.9527]}, "properties": {"id": 571, "name": "Rudny", "country": "KAZ", "latitude": 52.9527, "longitude": 63.13004, "population": 124000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [65.46499, 44.80002]}, "properties": {"id": 572, "name": "Qyzylorda", "country": "KAZ", "latitude": 44.80002, "longitude": 65.46499, "population": 300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [51.92002, 47.11269]}, "properties": {"id": 573, "name": "Atyrau", "country": "KAZ", "latitude": 47.11269, "longitude": 51.92002, "population": 182753}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.31994, 51.72998]}, "properties": {"id": 574, "name": "Ekibastuz", "country": "KAZ", "latitude": 51.72998, "longitude": 75.31994, "population": 127868}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.95002, 52.3]}, "properties": {"id": 575, "name": "Pavlodar", "country": "KAZ", "latitude": 52.3, "longitude": 76.95002, "population": 329002}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.27504, 50.435]}, "properties": {"id": 576, "name": "Semey", "country": "KAZ", "latitude": 50.435, "longitude": 80.27504, "population": 311353}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [82.61495, 49.99004]}, "properties": {"id": 577, "name": "Oskemen", "country": "KAZ", "latitude": 49.99004, "longitude": 82.61495, "population": 319067}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [54.37, 31.92005]}, "properties": {"id": 578, "name": "Yazd", "country": "IRN", "latitude": 31.92005, "longitude": 54.37, "population": 477905}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.72001, 31.27999]}, "properties": {"id": 579, "name": "Ahvaz", "country": "IRN", "latitude": 31.27999, "longitude": 48.72001, "population": 996000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.81356, 30.51352]}, "properties": {"id": 580, "name": "Basra", "country": "IRQ", "latitude": 30.51352, "longitude": 47.81356, "population": 870000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [56.27214, 27.20406]}, "properties": {"id": 581, "name": "Bandar-e-Abbas", "country": "IRN", "latitude": 27.20406, "longitude": 56.27214, "population": 461499}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.51501, 34.79603]}, "properties": {"id": 582, "name": "Hamadan", "country": "IRN", "latitude": 34.79603, "longitude": 48.51501, "population": 528256}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.30125, 38.08629]}, "properties": {"id": 583, "name": "Tabriz", "country": "IRN", "latitude": 38.08629, "longitude": 46.30125, "population": 1413000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.87226, 30.92776]}, "properties": {"id": 584, "name": "Ludhiana", "country": "IND", "latitude": 30.92776, "longitude": 75.87226, "population": 1649000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.835, 25.18]}, "properties": {"id": 585, "name": "Kota", "country": "IND", "latitude": 25.18, "longitude": 75.835, "population": 827000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.01677, 26.29177]}, "properties": {"id": 586, "name": "Jodhpur", "country": "IND", "latitude": 26.29177, "longitude": 73.01677, "population": 995000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [69.59502, 42.32001]}, "properties": {"id": 587, "name": "Shymkent", "country": "KAZ", "latitude": 42.32001, "longitude": 69.59502, "population": 465392}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [71.36499, 42.89998]}, "properties": {"id": 588, "name": "Taraz", "country": "KAZ", "latitude": 42.89998, "longitude": 71.36499, "population": 358153}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.915, 26.85504]}, "properties": {"id": 589, "name": "Lucknow", "country": "IND", "latitude": 26.85504, "longitude": 80.915, "population": 2695000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.55004, 29.97002]}, "properties": {"id": 590, "name": "Saharanpur", "country": "IND", "latitude": 29.97002, "longitude": 77.55004, "population": 484873}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.33003, 23.37001]}, "properties": {"id": 591, "name": "Ranchi", "country": "IND", "latitude": 23.37001, "longitude": 85.33003, "population": 1044000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.98, 25.23]}, "properties": {"id": 592, "name": "Bhagalpur", "country": "IND", "latitude": 25.23, "longitude": 86.98, "population": 361548}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [81.63501, 21.23499]}, "properties": {"id": 593, "name": "Raipur", "country": "IND", "latitude": 21.23499, "longitude": 81.63501, "population": 875000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.95506, 23.17506]}, "properties": {"id": 594, "name": "Jabalpur", "country": "IND", "latitude": 23.17506, "longitude": 79.95506, "population": 1285000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.86502, 22.71506]}, "properties": {"id": 595, "name": "Indore", "country": "IND", "latitude": 22.71506, "longitude": 75.86502, "population": 2026000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.83, 11.93499]}, "properties": {"id": 596, "name": "Pondicherry", "country": "IND", "latitude": 11.93499, "longitude": 79.83, "population": 227411}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.18008, 11.67]}, "properties": {"id": 597, "name": "Salem", "country": "IND", "latitude": 11.67, "longitude": 78.18008, "population": 873000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.68997, 10.81]}, "properties": {"id": 598, "name": "Tiruchirappalli", "country": "IND", "latitude": 10.81, "longitude": 78.68997, "population": 951000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.88004, -4.77001]}, "properties": {"id": 599, "name": "Pointe-Noire", "country": "COG", "latitude": -4.77001, "longitude": 11.88004, "population": 659084}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.31001, 10.39]}, "properties": {"id": 600, "name": "Kankan", "country": "GIN", "latitude": 10.39, "longitude": -9.31001, "population": 114009}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-8.82999, 7.76]}, "properties": {"id": 601, "name": "Nzerekore", "country": "GIN", "latitude": 7.76, "longitude": -8.82999, "population": 168121}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.03001, 7.68998]}, "properties": {"id": 602, "name": "Bouake", "country": "CIV", "latitude": 7.68998, "longitude": -5.03001, "population": 567481}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [55.44808, -20.87889]}, "properties": {"id": 603, "name": "St.-Denis", "country": "FRA", "latitude": -20.87889, "longitude": 55.44808, "population": 190047}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.80001, -9.96659]}, "properties": {"id": 604, "name": "Rio Branco", "country": "BRA", "latitude": -9.96659, "longitude": -67.80001, "population": 257642}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-44.26599, -2.51598]}, "properties": {"id": 605, "name": "S\u00e3o Lu\u00eds", "country": "BRA", "latitude": -2.51598, "longitude": -44.26599, "population": 1038000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-63.90001, -8.75002]}, "properties": {"id": 606, "name": "Porto Velho", "country": "BRA", "latitude": -8.75002, "longitude": -63.90001, "population": 306180}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-49.082, -12.47]}, "properties": {"id": 607, "name": "Alvorada", "country": "BRA", "latitude": -12.47, "longitude": -49.082, "population": 10232}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.65001, -19.01601]}, "properties": {"id": 608, "name": "Corumba", "country": "BRA", "latitude": -19.01601, "longitude": -57.65001, "population": 96520}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-43.915, -19.91503]}, "properties": {"id": 609, "name": "Belo Horizonte", "country": "BRA", "latitude": -19.91503, "longitude": -43.915, "population": 5575000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-43.86002, -16.72003]}, "properties": {"id": 610, "name": "Montes Claros", "country": "BRA", "latitude": -16.72003, "longitude": -43.86002, "population": 332379}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-48.27998, -18.9]}, "properties": {"id": 611, "name": "Uberlandia", "country": "BRA", "latitude": -18.9, "longitude": -48.27998, "population": 563536}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-55.45058, -10.81729]}, "properties": {"id": 612, "name": "Colider", "country": "BRA", "latitude": -10.81729, "longitude": -55.45058, "population": 27139}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-55.90998, -9.90003]}, "properties": {"id": 613, "name": "Alta Floresta", "country": "BRA", "latitude": -9.90003, "longitude": -55.90998, "population": 40466}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.08499, -15.56961]}, "properties": {"id": 614, "name": "Cuiaba", "country": "BRA", "latitude": -15.56961, "longitude": -56.08499, "population": 806000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-52.33002, -31.75001]}, "properties": {"id": 615, "name": "Pelotas", "country": "BRA", "latitude": -31.75001, "longitude": -52.33002, "population": 320674}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-51.17004, -29.17999]}, "properties": {"id": 616, "name": "Caxias do Sul", "country": "BRA", "latitude": -29.17999, "longitude": -51.17004, "population": 381270}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-50.16005, -25.09001]}, "properties": {"id": 617, "name": "Ponta Grossa", "country": "BRA", "latitude": -25.09001, "longitude": -50.16005, "population": 292177}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-42.78001, -5.095]}, "properties": {"id": 618, "name": "Teresina", "country": "BRA", "latitude": -5.095, "longitude": -42.78001, "population": 907000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-35.72997, -9.62]}, "properties": {"id": 619, "name": "Maceio", "country": "BRA", "latitude": -9.62, "longitude": -35.72997, "population": 1186000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-40.84, -14.85001]}, "properties": {"id": 620, "name": "Vitoria da Conquista", "country": "BRA", "latitude": -14.85001, "longitude": -40.84, "population": 308204}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-45.0, -12.14]}, "properties": {"id": 621, "name": "Barreiras", "country": "BRA", "latitude": -12.14, "longitude": -45.0, "population": 158292}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-40.31799, -20.36761]}, "properties": {"id": 622, "name": "Vila Velha", "country": "BRA", "latitude": -20.36761, "longitude": -40.31799, "population": 1209091}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-35.24, -5.78002]}, "properties": {"id": 623, "name": "Natal", "country": "BRA", "latitude": -5.78002, "longitude": -35.24, "population": 1088000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.86662, 55.74994]}, "properties": {"id": 624, "name": "Thompson", "country": "CAN", "latitude": 55.74994, "longitude": -97.86662, "population": 13727}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.94998, 49.83327]}, "properties": {"id": 625, "name": "Brandon", "country": "CAN", "latitude": 49.83327, "longitude": -99.94998, "population": 28418}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.88334, 60.00002]}, "properties": {"id": 626, "name": "Fort Smith", "country": "CAN", "latitude": 60.00002, "longitude": -111.88334, "population": 518}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.38332, 56.73332]}, "properties": {"id": 627, "name": "Fort McMurray", "country": "CAN", "latitude": 56.73332, "longitude": -111.38332, "population": 21863}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.28329, 56.23332]}, "properties": {"id": 628, "name": "Peace River", "country": "CAN", "latitude": 56.23332, "longitude": -117.28329, "population": 5340}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-120.83328, 56.24999]}, "properties": {"id": 629, "name": "Fort St. John", "country": "CAN", "latitude": 56.24999, "longitude": -120.83328, "population": 18776}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.50019, 63.75046]}, "properties": {"id": 630, "name": "Iqaluit", "country": "CAN", "latitude": 63.75046, "longitude": -68.50019, "population": 6124}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-105.03332, 69.11696]}, "properties": {"id": 631, "name": "Cambridge Bay", "country": "CAN", "latitude": 69.11696, "longitude": -105.03332, "population": 1477}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-115.12535, 67.79866]}, "properties": {"id": 632, "name": "Kugluktuk", "country": "CAN", "latitude": 67.79866, "longitude": -115.12535, "population": 1302}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.70008, 63.33829]}, "properties": {"id": 633, "name": "Chesterfield Inlet", "country": "CAN", "latitude": 63.33829, "longitude": -90.70008, "population": 374}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-94.05861, 61.10859]}, "properties": {"id": 634, "name": "Arviat", "country": "CAN", "latitude": 61.10859, "longitude": -94.05861, "population": 1868}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.53332, 69.53331]}, "properties": {"id": 635, "name": "Taloyoak", "country": "CAN", "latitude": 69.53331, "longitude": -93.53332, "population": 774}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.79359, 69.25654]}, "properties": {"id": 636, "name": "Igloolik", "country": "CAN", "latitude": 69.25654, "longitude": -81.79359, "population": 1612}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-139.41667, 64.06664]}, "properties": {"id": 637, "name": "Dawson City", "country": "CAN", "latitude": 64.06664, "longitude": -139.41667, "population": 1319}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.33331, 48.46659]}, "properties": {"id": 638, "name": "Timmins", "country": "CAN", "latitude": 48.46659, "longitude": -81.33331, "population": 34974}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.44999, 46.3]}, "properties": {"id": 639, "name": "North Bay", "country": "CAN", "latitude": 46.3, "longitude": -79.44999, "population": 50170}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.76583, 55.2815]}, "properties": {"id": 640, "name": "Kuujjuarapik", "country": "CAN", "latitude": 55.2815, "longitude": -77.76583, "population": 1243}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.4, 58.10001]}, "properties": {"id": 641, "name": "Kuujjuaq", "country": "CAN", "latitude": 58.10001, "longitude": -68.4, "population": 1273}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.17998, 46.06611]}, "properties": {"id": 642, "name": "Sydney", "country": "CAN", "latitude": 46.06611, "longitude": -60.17998, "population": 37538}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-66.91587, 52.94143]}, "properties": {"id": 643, "name": "Labrador City", "country": "CAN", "latitude": 52.94143, "longitude": -66.91587, "population": 10313}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.15001, 2.90002]}, "properties": {"id": 644, "name": "Ebolowa", "country": "CMR", "latitude": 2.90002, "longitude": 11.15001, "population": 87875}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.6672, 5.76196]}, "properties": {"id": 645, "name": "Bambari", "country": "CAF", "latitude": 5.76196, "longitude": 20.6672, "population": 62098}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.335, 45.43866]}, "properties": {"id": 646, "name": "Venice", "country": "ITA", "latitude": 45.43866, "longitude": 12.335, "population": 270816}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.30002, -50.33332]}, "properties": {"id": 647, "name": "El Calafate", "country": "ARG", "latitude": -50.33332, "longitude": -72.30002, "population": 8000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.51999, -31.55003]}, "properties": {"id": 648, "name": "San Juan", "country": "ARG", "latitude": -31.55003, "longitude": -68.51999, "population": 447048}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.09999, -43.30001]}, "properties": {"id": 649, "name": "Rawson", "country": "ARG", "latitude": -43.30001, "longitude": -65.09999, "population": 26335}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.05999, -38.95004]}, "properties": {"id": 650, "name": "Neuquen", "country": "ARG", "latitude": -38.95004, "longitude": -68.05999, "population": 242092}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.89998, -14.83337]}, "properties": {"id": 651, "name": "Trinidad", "country": "BOL", "latitude": -14.83337, "longitude": -64.89998, "population": 84259}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.29999, -36.62]}, "properties": {"id": 652, "name": "Santa Rosa", "country": "ARG", "latitude": -36.62, "longitude": -64.29999, "population": 111424}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.3, -41.14996]}, "properties": {"id": 653, "name": "San Carlos de Bariloche", "country": "ARG", "latitude": -41.14996, "longitude": -71.3, "population": 95394}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.41664, -24.78336]}, "properties": {"id": 654, "name": "Salta", "country": "ARG", "latitude": -24.78336, "longitude": -65.41664, "population": 512686}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.21662, -26.816]}, "properties": {"id": 655, "name": "Tucum\u00e1n", "country": "ARG", "latitude": -26.816, "longitude": -65.21662, "population": 830000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.18282, -26.17284]}, "properties": {"id": 656, "name": "Formosa", "country": "ARG", "latitude": -26.17284, "longitude": -58.18282, "population": 221383}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.69, -31.62387]}, "properties": {"id": 657, "name": "Santa Fe", "country": "ARG", "latitude": -31.62387, "longitude": -60.69, "population": 489505}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.66631, -32.95113]}, "properties": {"id": 658, "name": "Rosario", "country": "ARG", "latitude": -32.95113, "longitude": -60.66631, "population": 1203000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-47.10003, -22.90001]}, "properties": {"id": 659, "name": "Campinas", "country": "BRA", "latitude": -22.90001, "longitude": -47.10003, "population": 2791000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-47.46998, -23.49]}, "properties": {"id": 660, "name": "Sorocaba", "country": "BRA", "latitude": -23.49, "longitude": -47.46998, "population": 563281}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-47.82999, -21.17004]}, "properties": {"id": 661, "name": "Ribeirao Preto", "country": "BRA", "latitude": -21.17004, "longitude": -47.82999, "population": 551267}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-40.50997, -9.38001]}, "properties": {"id": 662, "name": "Petrolina", "country": "BRA", "latitude": -9.38001, "longitude": -40.50997, "population": 260985}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.15002, 5.95998]}, "properties": {"id": 663, "name": "Bamenda", "country": "CMR", "latitude": 5.95998, "longitude": 10.15002, "population": 445299}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.39002, 9.30001]}, "properties": {"id": 664, "name": "Garoua", "country": "CMR", "latitude": 9.30001, "longitude": 13.39002, "population": 436899}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [62.16999, 34.33001]}, "properties": {"id": 665, "name": "Herat", "country": "AFG", "latitude": 34.33001, "longitude": 62.16999, "population": 481009}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [67.10003, 36.69999]}, "properties": {"id": 666, "name": "Mazar-e Sharif", "country": "AFG", "latitude": 36.69999, "longitude": 67.10003, "population": 458151}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.20005, 13.10001]}, "properties": {"id": 667, "name": "Battambang", "country": "KHM", "latitude": 13.10001, "longitude": 103.20005, "population": 154773}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.85003, 13.36664]}, "properties": {"id": 668, "name": "Siem Reap", "country": "KHM", "latitude": 13.36664, "longitude": 103.85003, "population": 109398}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.34003, -9.54]}, "properties": {"id": 669, "name": "Malanje", "country": "AGO", "latitude": -9.54, "longitude": 16.34003, "population": 125856}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.40723, -12.57826]}, "properties": {"id": 670, "name": "Benguela", "country": "AGO", "latitude": -12.57826, "longitude": 13.40723, "population": 151226}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.49002, -14.91001]}, "properties": {"id": 671, "name": "Lubango", "country": "AGO", "latitude": -14.91001, "longitude": 13.49002, "population": 125632}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.16002, -15.19004]}, "properties": {"id": 672, "name": "Namibe", "country": "AGO", "latitude": -15.19004, "longitude": 12.16002, "population": 132900}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.74999, -21.51669]}, "properties": {"id": 673, "name": "Tarija", "country": "BOL", "latitude": -21.51669, "longitude": -64.74999, "population": 159269}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-59.61653, 13.102]}, "properties": {"id": 674, "name": "Bridgetown", "country": "BRB", "latitude": 13.102, "longitude": -59.61653, "population": 191152}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.75998, 36.92001]}, "properties": {"id": 675, "name": "Annaba", "country": "DZA", "latitude": 36.92001, "longitude": 7.75998, "population": 503524}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.62004, 9.34001]}, "properties": {"id": 676, "name": "Parakou", "country": "BEN", "latitude": 9.34001, "longitude": 2.62004, "population": 188853}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.61663, 6.48331]}, "properties": {"id": 677, "name": "Porto-Novo", "country": "BEN", "latitude": 6.48331, "longitude": 2.61663, "population": 300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.59995, 36.35999]}, "properties": {"id": 678, "name": "Constantine", "country": "DZA", "latitude": 36.35999, "longitude": 6.59995, "population": 605179}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.69999, 52.09998]}, "properties": {"id": 679, "name": "Brest", "country": "BLR", "latitude": 52.09998, "longitude": 23.69999, "population": 300715}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [89.56, 22.83999]}, "properties": {"id": 680, "name": "Khulna", "country": "BGD", "latitude": 22.83999, "longitude": 89.56, "population": 1553000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.50002, -21.17004]}, "properties": {"id": 681, "name": "Francistown", "country": "BWA", "latitude": -21.17004, "longitude": 27.50002, "population": 89979}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.82001, -23.1]}, "properties": {"id": 682, "name": "Mahalapye", "country": "BWA", "latitude": -23.1, "longitude": 26.82001, "population": 50744}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.71004, -22.39002]}, "properties": {"id": 683, "name": "Serowe", "country": "BWA", "latitude": -22.39002, "longitude": 26.71004, "population": 48573}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [132.26659, -14.46662]}, "properties": {"id": 684, "name": "Katherine", "country": "AUS", "latitude": -14.46662, "longitude": 132.26659, "population": 10141}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.34866, -33.65641]}, "properties": {"id": 685, "name": "Busselton", "country": "AUS", "latitude": -33.65641, "longitude": 115.34866, "population": 10214}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.74706, -32.52348]}, "properties": {"id": 686, "name": "Mandurah", "country": "AUS", "latitude": -32.52348, "longitude": 115.74706, "population": 73356}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.23077, -17.96177]}, "properties": {"id": 687, "name": "Broome", "country": "AUS", "latitude": -17.96177, "longitude": 122.23077, "population": 13218}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.46002, -30.7354]}, "properties": {"id": 688, "name": "Kalgoorlie", "country": "AUS", "latitude": -30.7354, "longitude": 121.46002, "population": 36852}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.8916, -35.01695]}, "properties": {"id": 689, "name": "Albany", "country": "AUS", "latitude": -35.01695, "longitude": 117.8916, "population": 26445}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.60603, -20.3104]}, "properties": {"id": 690, "name": "Port Hedland", "country": "AUS", "latitude": -20.3104, "longitude": 118.60603, "population": 14288}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.87001, -20.73038]}, "properties": {"id": 691, "name": "Karratha", "country": "AUS", "latitude": -20.73038, "longitude": 116.87001, "population": 16796}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.59997, -28.76663]}, "properties": {"id": 692, "name": "Geraldton", "country": "AUS", "latitude": -28.76663, "longitude": 114.59997, "population": 27258}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.04002, -34.29001]}, "properties": {"id": 693, "name": "Griffith", "country": "AUS", "latitude": -34.29001, "longitude": 146.04002, "population": 15455}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [149.09998, -33.28]}, "properties": {"id": 694, "name": "Orange", "country": "AUS", "latitude": -33.28, "longitude": 149.09998, "population": 39329}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [148.59733, -32.25996]}, "properties": {"id": 695, "name": "Dubbo", "country": "AUS", "latitude": -32.25996, "longitude": 148.59733, "population": 31574}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [151.66748, -30.51231]}, "properties": {"id": 696, "name": "Armidale", "country": "AUS", "latitude": -30.51231, "longitude": 151.66748, "population": 22673}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [141.43311, -31.94995]}, "properties": {"id": 697, "name": "Broken Hill", "country": "AUS", "latitude": -31.94995, "longitude": 141.43311, "population": 17395}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.86658, -34.73324]}, "properties": {"id": 698, "name": "Port Lincoln", "country": "AUS", "latitude": -34.73324, "longitude": 135.86658, "population": 13630}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [137.56141, -33.02503]}, "properties": {"id": 699, "name": "Whyalla", "country": "AUS", "latitude": -33.02503, "longitude": 137.56141, "population": 22559}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [141.59, -38.34]}, "properties": {"id": 700, "name": "Portland", "country": "AUS", "latitude": -38.34, "longitude": 141.59, "population": 11808}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.28002, -36.75999]}, "properties": {"id": 701, "name": "Bendigo", "country": "AUS", "latitude": -36.75999, "longitude": 144.28002, "population": 81657}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.3, -36.36002]}, "properties": {"id": 702, "name": "Wangaratta", "country": "AUS", "latitude": -36.36002, "longitude": 146.3, "population": 14022}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [142.6502, -25.43324]}, "properties": {"id": 703, "name": "Windorah", "country": "AUS", "latitude": -25.43324, "longitude": 142.6502, "population": 158}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.49003, -20.72387]}, "properties": {"id": 704, "name": "Mount Isa", "country": "AUS", "latitude": -20.72387, "longitude": 139.49003, "population": 33200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [150.52, -23.36391]}, "properties": {"id": 705, "name": "Rockhampton", "country": "AUS", "latitude": -23.36391, "longitude": 150.52, "population": 65850}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [145.76333, -16.88784]}, "properties": {"id": 706, "name": "Cairns", "country": "AUS", "latitude": -16.88784, "longitude": 145.76333, "population": 154225}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [153.44825, -28.0815]}, "properties": {"id": 707, "name": "Gold Coast", "country": "AUS", "latitude": -28.0815, "longitude": 153.44825, "population": 527660}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.3311, -41.19267]}, "properties": {"id": 708, "name": "Devonport", "country": "AUS", "latitude": -41.19267, "longitude": 146.3311, "population": 19317}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.28998, 11.17998]}, "properties": {"id": 709, "name": "Bobo Dioulasso", "country": "BFA", "latitude": 11.17998, "longitude": -4.28998, "population": 360106}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.60502, 24.37498]}, "properties": {"id": 710, "name": "Rajshahi", "country": "BGD", "latitude": 24.37498, "longitude": 88.60502, "population": 810000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [96.08503, 21.96999]}, "properties": {"id": 711, "name": "Mandalay", "country": "MMR", "latitude": 21.96999, "longitude": 96.08503, "population": 1300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [92.88, 20.14]}, "properties": {"id": 712, "name": "Sittwe", "country": "MMR", "latitude": 20.14, "longitude": 92.88, "population": 179032}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.36001, -3.37609]}, "properties": {"id": 713, "name": "Bujumbura", "country": "BDI", "latitude": -3.37609, "longitude": 29.36001, "population": 331700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-170.70665, -14.27661]}, "properties": {"id": 714, "name": "Pago Pago", "country": "USA", "latitude": -14.27661, "longitude": -170.70665, "population": 12576}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.21206, 13.14828]}, "properties": {"id": 715, "name": "Kingstown", "country": "VCT", "latitude": 13.14828, "longitude": -61.21206, "population": 49485}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.00001, 14.00197]}, "properties": {"id": 716, "name": "Castries", "country": "LCA", "latitude": 14.00197, "longitude": -61.00001, "population": 37963}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-62.71701, 17.30203]}, "properties": {"id": 717, "name": "Basseterre", "country": "KNA", "latitude": 17.30203, "longitude": -62.71701, "population": 21887}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-15.43, 28.09998]}, "properties": {"id": 718, "name": "Las Palmas", "country": "ESP", "latitude": 28.09998, "longitude": -15.43, "population": 378495}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.01641, 10.43555]}, "properties": {"id": 719, "name": "Berbera", "country": "SOL", "latitude": 10.43555, "longitude": 45.01641, "population": 242344}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [57.49999, -20.16664]}, "properties": {"id": 720, "name": "Port Louis", "country": "MUS", "latitude": -20.16664, "longitude": 57.49999, "population": 595491}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.44502, 31.53]}, "properties": {"id": 721, "name": "Gaza", "country": "PSE", "latitude": 31.53, "longitude": 34.44502, "population": 505700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.74164, 12.05263]}, "properties": {"id": 722, "name": "Saint George's", "country": "GRD", "latitude": 12.05263, "longitude": -61.74164, "population": 33734}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-149.56667, -17.53336]}, "properties": {"id": 723, "name": "Papeete", "country": "FRA", "latitude": -17.53336, "longitude": -149.56667, "population": 131695}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.58305, 26.23614]}, "properties": {"id": 724, "name": "Manama", "country": "BHR", "latitude": 26.23614, "longitude": 50.58305, "population": 563920}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.70001, 26.53328]}, "properties": {"id": 725, "name": "Freeport", "country": "BHS", "latitude": 26.53328, "longitude": -78.70001, "population": 25383}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.85003, 17.11804]}, "properties": {"id": 726, "name": "Saint John's", "country": "ATG", "latitude": 17.11804, "longitude": -61.85003, "population": 35499}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.68167, 24.15208]}, "properties": {"id": 727, "name": "Taichung", "country": "TWN", "latitude": 24.15208, "longitude": 120.68167, "population": 2629323}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.76999, 11.25044]}, "properties": {"id": 728, "name": "Kozhikode", "country": "IND", "latitude": 11.25044, "longitude": 75.76999, "population": 953000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.82736, 20.27043]}, "properties": {"id": 729, "name": "Bhubaneshwar", "country": "IND", "latitude": 20.27043, "longitude": 85.82736, "population": 844000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.19752, 22.78754]}, "properties": {"id": 730, "name": "Jamshedpur", "country": "IND", "latitude": 22.78754, "longitude": 86.19752, "population": 1300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.17105, -34.85804]}, "properties": {"id": 731, "name": "Montevideo", "country": "URY", "latitude": -34.85804, "longitude": -56.17105, "population": 1513000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-112.03529, 46.59275]}, "properties": {"id": 732, "name": "Helena", "country": "USA", "latitude": 46.59275, "longitude": -112.03529, "population": 38725}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-100.78332, 46.80832]}, "properties": {"id": 733, "name": "Bismarck", "country": "USA", "latitude": 46.80832, "longitude": -100.78332, "population": 63871}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-116.22749, 43.60859]}, "properties": {"id": 734, "name": "Boise", "country": "USA", "latitude": 43.60859, "longitude": -116.22749, "population": 338071}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.84999, 37.29998]}, "properties": {"id": 735, "name": "San Jose", "country": "USA", "latitude": 37.29998, "longitude": -121.84999, "population": 1668000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.47004, 38.57502]}, "properties": {"id": 736, "name": "Sacramento", "country": "USA", "latitude": 38.57502, "longitude": -121.47004, "population": 1604000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-115.22001, 36.21]}, "properties": {"id": 737, "name": "Las Vegas", "country": "USA", "latitude": 36.21, "longitude": -115.22001, "population": 1823000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-105.93724, 35.68693]}, "properties": {"id": 738, "name": "Santa Fe", "country": "USA", "latitude": 35.68693, "longitude": -105.93724, "population": 92681}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.67999, 45.52002]}, "properties": {"id": 739, "name": "Portland", "country": "USA", "latitude": 45.52002, "longitude": -122.67999, "population": 1875000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.93005, 40.77502]}, "properties": {"id": 740, "name": "Salt Lake City", "country": "USA", "latitude": 40.77502, "longitude": -111.93005, "population": 966000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-104.81971, 41.14001]}, "properties": {"id": 741, "name": "Cheyenne", "country": "USA", "latitude": 41.14001, "longitude": -104.81971, "population": 72927}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.61998, 41.57998]}, "properties": {"id": 742, "name": "Des Moines", "country": "USA", "latitude": 41.57998, "longitude": -93.61998, "population": 380655}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.00999, 41.24]}, "properties": {"id": 743, "name": "Omaha", "country": "USA", "latitude": 41.24, "longitude": -96.00999, "population": 877110}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.51868, 35.47004]}, "properties": {"id": 744, "name": "Oklahoma City", "country": "USA", "latitude": 35.47004, "longitude": -97.51868, "population": 788000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-100.35055, 44.36834]}, "properties": {"id": 745, "name": "Pierre", "country": "USA", "latitude": 44.36834, "longitude": -100.35055, "population": 13879}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-98.50731, 29.48733]}, "properties": {"id": 746, "name": "San Antonio", "country": "USA", "latitude": 29.48733, "longitude": -98.50731, "population": 1473000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.24997, 7.77]}, "properties": {"id": 747, "name": "San Cristobal", "country": "VEN", "latitude": 7.77, "longitude": -72.24997, "population": 438798}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.98002, 10.22998]}, "properties": {"id": 748, "name": "Valencia", "country": "VEN", "latitude": 10.22998, "longitude": -67.98002, "population": 1770000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.185, 32.29882]}, "properties": {"id": 749, "name": "Jackson", "country": "USA", "latitude": 32.29882, "longitude": -90.185, "population": 250902}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.64469, 35.81878]}, "properties": {"id": 750, "name": "Raleigh", "country": "USA", "latitude": 35.81878, "longitude": -78.64469, "population": 1163515}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.695, 41.46999]}, "properties": {"id": 751, "name": "Cleveland", "country": "USA", "latitude": 41.46999, "longitude": -81.695, "population": 1890000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.45692, 39.16188]}, "properties": {"id": 752, "name": "Cincinnati", "country": "USA", "latitude": 39.16188, "longitude": -84.45692, "population": 1636000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.77998, 36.16997]}, "properties": {"id": 753, "name": "Nashville", "country": "USA", "latitude": 36.16997, "longitude": -86.77998, "population": 877000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.0, 35.11999]}, "properties": {"id": 754, "name": "Memphis", "country": "USA", "latitude": 35.11999, "longitude": -90.0, "population": 1081000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.28001, 36.84996]}, "properties": {"id": 755, "name": "Norfolk", "country": "USA", "latitude": 36.84996, "longitude": -76.28001, "population": 1047869}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-87.91997, 43.05266]}, "properties": {"id": 756, "name": "Milwaukee", "country": "USA", "latitude": 43.05266, "longitude": -87.91997, "population": 1388000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.88, 42.87998]}, "properties": {"id": 757, "name": "Buffalo", "country": "USA", "latitude": 42.87998, "longitude": -78.88, "population": 1016000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.99999, 40.43]}, "properties": {"id": 758, "name": "Pittsburgh", "country": "USA", "latitude": 40.43, "longitude": -79.99999, "population": 1838000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-62.61999, 8.37002]}, "properties": {"id": 759, "name": "Ciudad Guayana", "country": "VEN", "latitude": 8.37002, "longitude": -62.61999, "population": 746535}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.22276, 6.13194]}, "properties": {"id": 760, "name": "Lome", "country": "TGO", "latitude": 6.13194, "longitude": 1.22276, "population": 1452000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.17968, 36.80278]}, "properties": {"id": 761, "name": "Tunis", "country": "TUN", "latitude": 36.80278, "longitude": 10.17968, "population": 2412500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-152.40699, 57.79]}, "properties": {"id": 762, "name": "Kodiak", "country": "USA", "latitude": 57.79, "longitude": -152.40699, "population": 9461}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-162.71509, 55.2]}, "properties": {"id": 763, "name": "Cold Bay", "country": "USA", "latitude": 55.2, "longitude": -162.71509, "population": 200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-161.7558, 60.7933]}, "properties": {"id": 764, "name": "Bethel", "country": "USA", "latitude": 60.7933, "longitude": -161.7558, "population": 6228}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-166.80802, 68.34773]}, "properties": {"id": 765, "name": "Point Hope", "country": "USA", "latitude": 68.34773, "longitude": -166.80802, "population": 461}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-156.78858, 71.29057]}, "properties": {"id": 766, "name": "Barrow", "country": "USA", "latitude": 71.29057, "longitude": -156.78858, "population": 4336}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-165.40637, 64.5061]}, "properties": {"id": 767, "name": "Nome", "country": "USA", "latitude": 64.5061, "longitude": -165.40637, "population": 3485}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-146.34829, 61.136]}, "properties": {"id": 768, "name": "Valdez", "country": "USA", "latitude": 61.136, "longitude": -146.34829, "population": 4036}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-134.42, 58.31413]}, "properties": {"id": 769, "name": "Juneau", "country": "USA", "latitude": 58.31413, "longitude": -134.42, "population": 30711}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-147.71066, 64.83698]}, "properties": {"id": 770, "name": "Fairbanks", "country": "USA", "latitude": 64.83698, "longitude": -147.71066, "population": 56993}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-148.66936, 70.29218]}, "properties": {"id": 771, "name": "Prudhoe Bay", "country": "USA", "latitude": 70.29218, "longitude": -148.66936, "population": 2500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.46498, 44.59998]}, "properties": {"id": 772, "name": "Sevastapol", "country": "UKR", "latitude": 44.59998, "longitude": 33.46498, "population": 379200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [54.36659, 24.46668]}, "properties": {"id": 773, "name": "Abu Dhabi", "country": "ARE", "latitude": 24.46668, "longitude": 54.36659, "population": 603492}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [58.3833, 37.94999]}, "properties": {"id": 774, "name": "Ashgabat", "country": "TKM", "latitude": 37.94999, "longitude": 58.3833, "population": 727700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [66.945, 39.67002]}, "properties": {"id": 775, "name": "Samarqand", "country": "UZB", "latitude": 39.67002, "longitude": 66.945, "population": 708000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.28333, -15.41664]}, "properties": {"id": 776, "name": "Lusaka", "country": "ZMB", "latitude": -15.41664, "longitude": 28.28333, "population": 1328000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.04471, -17.81779]}, "properties": {"id": 777, "name": "Harare", "country": "ZWE", "latitude": -17.81779, "longitude": 31.04471, "population": 1572000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.58, -20.17]}, "properties": {"id": 778, "name": "Bulawayo", "country": "ZWE", "latitude": -20.17, "longitude": 28.58, "population": 699385}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.57946, -8.55939]}, "properties": {"id": 779, "name": "Dili", "country": "TLS", "latitude": -8.55939, "longitude": 125.57946, "population": 234331}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [168.31664, -17.73335]}, "properties": {"id": 780, "name": "Port Vila", "country": "VUT", "latitude": -17.73335, "longitude": 168.31664, "population": 44040}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-87.21753, 14.10204]}, "properties": {"id": 781, "name": "Tegucigalpa", "country": "HND", "latitude": 14.10204, "longitude": -87.21753, "population": 946000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.16703, 6.80197]}, "properties": {"id": 782, "name": "Georgetown", "country": "GUY", "latitude": 6.80197, "longitude": -58.16703, "population": 264350}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-21.95001, 64.15002]}, "properties": {"id": 783, "name": "Reykjav\u00edk", "country": "ISL", "latitude": 64.15002, "longitude": -21.95001, "population": 166212}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.33603, 18.54102]}, "properties": {"id": 784, "name": "Port-au-Prince", "country": "HTI", "latitude": 18.54102, "longitude": -72.33603, "population": 1998000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.25071, 55.8744]}, "properties": {"id": 785, "name": "Glasgow", "country": "GBR", "latitude": 55.8744, "longitude": -4.25071, "population": 1160000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.58332, 0.31666]}, "properties": {"id": 786, "name": "Kampala", "country": "UGA", "latitude": 0.31666, "longitude": 32.58332, "population": 1420000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.00949, 12.77972]}, "properties": {"id": 787, "name": "Aden", "country": "YEM", "latitude": 12.77972, "longitude": 45.00949, "population": 1000000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-55.16703, 5.83503]}, "properties": {"id": 788, "name": "Paramaribo", "country": "SUR", "latitude": 5.83503, "longitude": -55.16703, "population": 254169}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.98001, 37.40502]}, "properties": {"id": 789, "name": "Seville", "country": "ESP", "latitude": 37.40502, "longitude": -5.98001, "population": 1212045}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.98332, 13.8]}, "properties": {"id": 790, "name": "Zinder", "country": "NER", "latitude": 13.8, "longitude": 8.98332, "population": 230358}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.11666, 13.51671]}, "properties": {"id": 791, "name": "Niamey", "country": "NER", "latitude": 13.51671, "longitude": 2.11666, "population": 915000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.21643, 19.61579]}, "properties": {"id": 792, "name": "Port Sudan", "country": "SDN", "latitude": 19.61579, "longitude": 37.21643, "population": 489725}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [68.77388, 38.56004]}, "properties": {"id": 793, "name": "Dushanbe", "country": "TJK", "latitude": 38.56004, "longitude": 68.77388, "population": 1086244}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.97215, -13.52503]}, "properties": {"id": 794, "name": "Cusco", "country": "PER", "latitude": -13.52503, "longitude": -71.97215, "population": 361182}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.25001, -18.0]}, "properties": {"id": 795, "name": "Tacna", "country": "PER", "latitude": -18.0, "longitude": -70.25001, "population": 280098}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.01997, -8.12004]}, "properties": {"id": 796, "name": "Trujillo", "country": "PER", "latitude": -8.12004, "longitude": -79.01997, "population": 765171}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.72549, -14.06799]}, "properties": {"id": 797, "name": "Ica", "country": "PER", "latitude": -14.06799, "longitude": -75.72549, "population": 279420}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.64151, -25.2964]}, "properties": {"id": 798, "name": "Asuncion", "country": "PRY", "latitude": -25.2964, "longitude": -57.64151, "population": 1870000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.26849, 12.15302]}, "properties": {"id": 799, "name": "Managua", "country": "NIC", "latitude": 12.15302, "longitude": -86.26849, "population": 920000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.23422, 8.47001]}, "properties": {"id": 800, "name": "Freetown", "country": "SLE", "latitude": 8.47001, "longitude": -13.23422, "population": 827000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.98281, 16.99587]}, "properties": {"id": 801, "name": "Agadez", "country": "NER", "latitude": 16.99587, "longitude": 7.98281, "population": 117770}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.88999, 12.05997]}, "properties": {"id": 802, "name": "Niyala", "country": "SDN", "latitude": 12.05997, "longitude": 24.88999, "population": 392373}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.98996, 7.69998]}, "properties": {"id": 803, "name": "Wau", "country": "SSD", "latitude": 7.69998, "longitude": 27.98996, "population": 127384}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.4833, 19.16659]}, "properties": {"id": 804, "name": "Dongola", "country": "SDN", "latitude": 19.16659, "longitude": 30.4833, "population": 26404}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.39002, 15.45997]}, "properties": {"id": 805, "name": "Kassala", "country": "SDN", "latitude": 15.45997, "longitude": 36.39002, "population": 401477}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.99203, 69.63508]}, "properties": {"id": 806, "name": "Troms\u00f8", "country": "NOR", "latitude": 69.63508, "longitude": 18.99203, "population": 52436}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.41667, 63.41666]}, "properties": {"id": 807, "name": "Trondheim", "country": "NOR", "latitude": 63.41666, "longitude": 10.41667, "population": 147139}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.32452, 60.391]}, "properties": {"id": 808, "name": "Bergen", "country": "NOR", "latitude": 60.391, "longitude": 5.32452, "population": 213585}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.16663, 33.7]}, "properties": {"id": 809, "name": "Islamabad", "country": "PAK", "latitude": 33.7, "longitude": 73.16663, "population": 780000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [71.45501, 30.19998]}, "properties": {"id": 810, "name": "Multan", "country": "PAK", "latitude": 30.19998, "longitude": 71.45501, "population": 1522000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [68.37499, 25.37999]}, "properties": {"id": 811, "name": "Hyderabad", "country": "PAK", "latitude": 25.37999, "longitude": 68.37499, "population": 1459000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [71.535, 34.00502]}, "properties": {"id": 812, "name": "Peshawar", "country": "PAK", "latitude": 34.00502, "longitude": 71.535, "population": 1303000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.31664, 27.71669]}, "properties": {"id": 813, "name": "Kathmandu", "country": "NPL", "latitude": 27.71669, "longitude": 85.31664, "population": 895000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.71502, -14.51861]}, "properties": {"id": 814, "name": "Nacala", "country": "MOZ", "latitude": -14.51861, "longitude": 40.71502, "population": 224795}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.22991, -29.11999]}, "properties": {"id": 815, "name": "Bloemfontein", "country": "ZAF", "latitude": -29.11999, "longitude": 26.22991, "population": 463064}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.22943, -25.70692]}, "properties": {"id": 816, "name": "Pretoria", "country": "ZAF", "latitude": -25.70692, "longitude": 28.22943, "population": 1338000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [147.1925, -9.46471]}, "properties": {"id": 817, "name": "Port Moresby", "country": "PNG", "latitude": -9.46471, "longitude": 147.1925, "population": 283733}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [159.94977, -9.43799]}, "properties": {"id": 818, "name": "Honiara", "country": "SLB", "latitude": -9.43799, "longitude": 159.94977, "population": 76328}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.53304, 8.96802]}, "properties": {"id": 819, "name": "Panama City", "country": "PAN", "latitude": 8.96802, "longitude": -79.53304, "population": 1281000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.00038, 34.0546]}, "properties": {"id": 820, "name": "Fez", "country": "MAR", "latitude": 34.0546, "longitude": -5.00038, "population": 1002000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-6.83613, 34.0253]}, "properties": {"id": 821, "name": "Rabat", "country": "MAR", "latitude": 34.0253, "longitude": -6.83613, "population": 1705000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-7.99999, 31.62999]}, "properties": {"id": 822, "name": "Marrakesh", "country": "MAR", "latitude": 31.62999, "longitude": -7.99999, "population": 872000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.85771, 47.00502]}, "properties": {"id": 823, "name": "Chisinau", "country": "MDA", "latitude": 47.00502, "longitude": 28.85771, "population": 688134}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.87001, -19.82004]}, "properties": {"id": 824, "name": "Beira", "country": "MOZ", "latitude": -19.82004, "longitude": 34.87001, "population": 530604}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.60003, -33.97003]}, "properties": {"id": 825, "name": "Port Elizabeth", "country": "ZAF", "latitude": -33.97003, "longitude": 25.60003, "population": 1021000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.58916, -25.95528]}, "properties": {"id": 826, "name": "Maputo", "country": "MOZ", "latitude": -25.95528, "longitude": 32.58916, "population": 1446000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [84.97501, 56.49499]}, "properties": {"id": 827, "name": "Tomsk", "country": "RUS", "latitude": 56.49499, "longitude": 84.97501, "population": 535479}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [177.475, 64.73699]}, "properties": {"id": 828, "name": "Anadyr", "country": "RUS", "latitude": 64.73699, "longitude": 177.475, "population": 10332}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.10004, 68.96999]}, "properties": {"id": 829, "name": "Murmansk", "country": "RUS", "latitude": 68.96999, "longitude": 33.10004, "population": 319263}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.54501, 64.57496]}, "properties": {"id": 830, "name": "Archangel", "country": "RUS", "latitude": 64.57496, "longitude": 40.54501, "population": 356051}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.00009, 56.33301]}, "properties": {"id": 831, "name": "Nizhny Novgorod", "country": "RUS", "latitude": 56.33301, "longitude": 44.00009, "population": 1278000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.49996, 48.71001]}, "properties": {"id": 832, "name": "Volgograd", "country": "RUS", "latitude": 48.71001, "longitude": 44.49996, "population": 984000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [56.04003, 54.78997]}, "properties": {"id": 833, "name": "Ufa", "country": "RUS", "latitude": 54.78997, "longitude": 56.04003, "population": 1018000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [60.59996, 56.85003]}, "properties": {"id": 834, "name": "Yekaterinburg", "country": "RUS", "latitude": 56.85003, "longitude": 60.59996, "population": 1313000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.1513, 53.19501]}, "properties": {"id": 835, "name": "Samara", "country": "RUS", "latitude": 53.19501, "longitude": 50.1513, "population": 1137000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.12634, 55.74994]}, "properties": {"id": 836, "name": "Kazan", "country": "RUS", "latitude": 55.74994, "longitude": 49.12634, "population": 1115000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.42502, 61.25994]}, "properties": {"id": 837, "name": "Surgut", "country": "RUS", "latitude": 61.25994, "longitude": 73.42502, "population": 400000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [83.74501, 53.355]}, "properties": {"id": 838, "name": "Barnaul", "country": "RUS", "latitude": 53.355, "longitude": 83.74501, "population": 599579}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [82.96004, 55.02996]}, "properties": {"id": 839, "name": "Novosibirsk", "country": "RUS", "latitude": 55.02996, "longitude": 82.96004, "population": 1389000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.36668, 2.06668]}, "properties": {"id": 840, "name": "Mogadishu", "country": "SOM", "latitude": 2.06668, "longitude": 45.36668, "population": 1100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [58.59331, 23.61332]}, "properties": {"id": 841, "name": "Muscat", "country": "OMN", "latitude": 23.61332, "longitude": 58.59331, "population": 734697}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.85775, 6.93197]}, "properties": {"id": 842, "name": "Colombo", "country": "LKA", "latitude": 6.93197, "longitude": 79.85775, "population": 217000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.90008, 10.31998]}, "properties": {"id": 843, "name": "Cebu", "country": "PHL", "latitude": 10.31998, "longitude": 123.90008, "population": 815000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.54502, 10.70504]}, "properties": {"id": 844, "name": "Iloilo", "country": "PHL", "latitude": 10.70504, "longitude": 122.54502, "population": 387681}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.63, 7.11002]}, "properties": {"id": 845, "name": "Davao", "country": "PHL", "latitude": 7.11002, "longitude": 125.63, "population": 1402000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [101.61503, 56.157]}, "properties": {"id": 846, "name": "Bratsk", "country": "RUS", "latitude": 56.157, "longitude": 101.61503, "population": 246348}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.24505, 52.31997]}, "properties": {"id": 847, "name": "Irkutsk", "country": "RUS", "latitude": 52.31997, "longitude": 104.24505, "population": 586695}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [92.866, 56.01398]}, "properties": {"id": 848, "name": "Krasnoyarsk", "country": "RUS", "latitude": 56.01398, "longitude": 92.866, "population": 925000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.5451, 73.50697]}, "properties": {"id": 849, "name": "Dickson", "country": "RUS", "latitude": 73.50697, "longitude": 80.5451, "population": 1113}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.465, 52.05503]}, "properties": {"id": 850, "name": "Chita", "country": "RUS", "latitude": 52.05503, "longitude": 113.465, "population": 308500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [131.91003, 43.13001]}, "properties": {"id": 851, "name": "Vladivostok", "country": "RUS", "latitude": 43.13001, "longitude": 131.91003, "population": 587022}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [136.06662, 71.43333]}, "properties": {"id": 852, "name": "Nizhneyansk", "country": "RUS", "latitude": 71.43333, "longitude": 136.06662, "population": 400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [129.73502, 62.03496]}, "properties": {"id": 853, "name": "Yakutsk", "country": "RUS", "latitude": 62.03496, "longitude": 129.73502, "population": 235600}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [128.83497, 71.62689]}, "properties": {"id": 854, "name": "Tiksi", "country": "RUS", "latitude": 71.62689, "longitude": 128.83497, "population": 5700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [150.81001, 59.57498]}, "properties": {"id": 855, "name": "Magadan", "country": "RUS", "latitude": 59.57498, "longitude": 150.81001, "population": 95282}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.08, 32.50002]}, "properties": {"id": 856, "name": "Tijuana", "country": "MEX", "latitude": 32.50002, "longitude": -117.08, "population": 1553000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.08498, 28.64498]}, "properties": {"id": 857, "name": "Chihuahua", "country": "MEX", "latitude": 28.64498, "longitude": -106.08498, "population": 793000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.42, 23.2211]}, "properties": {"id": 858, "name": "Mazatlan", "country": "MEX", "latitude": 23.2211, "longitude": -106.42, "population": 368204}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.87001, 22.30002]}, "properties": {"id": 859, "name": "Tampico", "country": "MEX", "latitude": 22.30002, "longitude": -97.87001, "population": 859419}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.91598, 16.84999]}, "properties": {"id": 860, "name": "Acapulco", "country": "MEX", "latitude": 16.84999, "longitude": -99.91598, "population": 715584}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.15998, 19.17734]}, "properties": {"id": 861, "name": "Veracruz", "country": "MEX", "latitude": 19.17734, "longitude": -96.15998, "population": 578963}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.15001, 16.75]}, "properties": {"id": 862, "name": "Tuxtla Gutierrez", "country": "MEX", "latitude": 16.75, "longitude": -93.15001, "population": 481128}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.83001, 21.16996]}, "properties": {"id": 863, "name": "Cancun", "country": "MEX", "latitude": 21.16996, "longitude": -86.83001, "population": 542043}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-89.61663, 20.96664]}, "properties": {"id": 864, "name": "Merida", "country": "MEX", "latitude": 20.96664, "longitude": -89.61663, "population": 965000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.5, 6.45003]}, "properties": {"id": 865, "name": "Enugu", "country": "NGA", "latitude": 6.45003, "longitude": 7.5, "population": 688862}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.24003, 13.06002]}, "properties": {"id": 866, "name": "Sokoto", "country": "NGA", "latitude": 13.06002, "longitude": 5.24003, "population": 732178}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [56.24999, 57.99996]}, "properties": {"id": 867, "name": "Perm", "country": "RUS", "latitude": 57.99996, "longitude": 56.24999, "population": 997000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.11834, 49.0533]}, "properties": {"id": 868, "name": "Erdenet", "country": "MNG", "latitude": 49.0533, "longitude": 104.11834, "population": 79647}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.91662, 47.91667]}, "properties": {"id": 869, "name": "Ulaanbaatar", "country": "MNG", "latitude": 47.91667, "longitude": 106.91662, "population": 885000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [174.78327, -41.29997]}, "properties": {"id": 870, "name": "Wellington", "country": "NZL", "latitude": -41.29997, "longitude": 174.78327, "population": 393400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.43004, -8.89001]}, "properties": {"id": 871, "name": "Mbeya", "country": "TZA", "latitude": -8.89001, "longitude": 33.43004, "population": 291649}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.08355, -22.57001]}, "properties": {"id": 872, "name": "Windhoek", "country": "NAM", "latitude": -22.57001, "longitude": 17.08355, "population": 268132}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.11656, -19.56662]}, "properties": {"id": 873, "name": "Grootfontein", "country": "NAM", "latitude": -19.56662, "longitude": 18.11656, "population": 24099}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.20003, -6.16]}, "properties": {"id": 874, "name": "Zanzibar", "country": "TZA", "latitude": -6.16, "longitude": 39.20003, "population": 403658}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [172.63002, -43.53503]}, "properties": {"id": 875, "name": "Christchurch", "country": "NZL", "latitude": -43.53503, "longitude": 172.63002, "population": 363926}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.40001, 39.48502]}, "properties": {"id": 876, "name": "Valencia", "country": "ESP", "latitude": 39.48502, "longitude": -0.40001, "population": 808000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [159.95002, 59.084]}, "properties": {"id": 877, "name": "Palana", "country": "RUS", "latitude": 59.084, "longitude": 159.95002, "population": 3671}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [158.62302, 53.06199]}, "properties": {"id": 878, "name": "Petropavlovsk Kamchatskiy", "country": "RUS", "latitude": 53.06199, "longitude": 158.62302, "population": 187282}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.53333, 9.08333]}, "properties": {"id": 879, "name": "Abuja", "country": "NGA", "latitude": 9.08333, "longitude": 7.53333, "population": 1576000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [100.36001, -0.96001]}, "properties": {"id": 880, "name": "Padang", "country": "IDN", "latitude": -0.96001, "longitude": 100.36001, "population": 855000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-15.59836, 11.86502]}, "properties": {"id": 881, "name": "Bissau", "country": "GNB", "latitude": 11.86502, "longitude": -15.59836, "population": 403339}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.35003, 38.12502]}, "properties": {"id": 882, "name": "Palermo", "country": "ITA", "latitude": 38.12502, "longitude": 13.35003, "population": 863000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.9333, 31.95003]}, "properties": {"id": 883, "name": "Amman", "country": "JOR", "latitude": 31.95003, "longitude": 35.9333, "population": 1060000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.31664, 54.68337]}, "properties": {"id": 884, "name": "Vilnius", "country": "LTU", "latitude": 54.68337, "longitude": 25.31664, "population": 542366}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.09997, 56.95002]}, "properties": {"id": 885, "name": "Riga", "country": "LVA", "latitude": 56.95002, "longitude": 24.09997, "population": 742572}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.5852, 42.87308]}, "properties": {"id": 886, "name": "Bishkek", "country": "KGZ", "latitude": 42.87308, "longitude": 74.5852, "population": 837000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [98.29998, 39.82001]}, "properties": {"id": 887, "name": "Jiayuguan", "country": "CHN", "latitude": 39.82001, "longitude": 98.29998, "population": 148279}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [101.77, 36.62]}, "properties": {"id": 888, "name": "Xining", "country": "CHN", "latitude": 36.62, "longitude": 101.77, "population": 1048000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.28003, 25.27999]}, "properties": {"id": 889, "name": "Guilin", "country": "CHN", "latitude": 25.27999, "longitude": 110.28003, "population": 987000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.97998, 32.62998]}, "properties": {"id": 890, "name": "Huainan", "country": "CHN", "latitude": 32.62998, "longitude": 116.97998, "population": 1451000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.67003, 23.37001]}, "properties": {"id": 891, "name": "Shantou", "country": "CHN", "latitude": 23.37001, "longitude": 116.67003, "population": 1601000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.63302, 3.30002]}, "properties": {"id": 892, "name": "Tarakan", "country": "IDN", "latitude": 3.30002, "longitude": 117.63302, "population": 193069}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.68992, -4.04003]}, "properties": {"id": 893, "name": "Mombasa", "country": "KEN", "latitude": -4.04003, "longitude": 39.68992, "population": 882000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.48327, -29.31667]}, "properties": {"id": 894, "name": "Maseru", "country": "LSO", "latitude": -29.31667, "longitude": 27.48327, "population": 361324}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.51662, -18.91664]}, "properties": {"id": 895, "name": "Antananarivo", "country": "MDG", "latitude": -18.91664, "longitude": 47.51662, "population": 1697000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.42002, -6.96662]}, "properties": {"id": 896, "name": "Semarang", "country": "IDN", "latitude": -6.96662, "longitude": 110.42002, "population": 1396000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.75003, -2.98004]}, "properties": {"id": 897, "name": "Palembang", "country": "IDN", "latitude": -2.98004, "longitude": 104.75003, "population": 1749000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.58008, -3.32999]}, "properties": {"id": 898, "name": "Bandjarmasin", "country": "IDN", "latitude": -3.32999, "longitude": 114.58008, "population": 603576}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.43203, -5.13996]}, "properties": {"id": 899, "name": "Ujungpandang", "country": "IDN", "latitude": -5.13996, "longitude": 119.43203, "population": 1262000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.83003, 45.77001]}, "properties": {"id": 900, "name": "Lyon", "country": "FRA", "latitude": 45.77001, "longitude": 4.83003, "population": 1423000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.50005, -0.21499]}, "properties": {"id": 901, "name": "Quito", "country": "ECU", "latitude": -0.21499, "longitude": -78.50005, "population": 1701000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.08405, 9.93501]}, "properties": {"id": 902, "name": "San Jose", "country": "CRI", "latitude": 9.93501, "longitude": -84.08405, "population": 1284000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-89.20304, 13.71]}, "properties": {"id": 903, "name": "San Salvador", "country": "SLV", "latitude": 13.71, "longitude": -89.20304, "population": 1433000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.76743, 17.97708]}, "properties": {"id": 904, "name": "Kingston", "country": "JAM", "latitude": 17.97708, "longitude": -76.76743, "population": 937700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.51439, 10.39974]}, "properties": {"id": 905, "name": "Cartagena", "country": "COL", "latitude": 10.39974, "longitude": -75.51439, "population": 887000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.17361, 1.19831]}, "properties": {"id": 906, "name": "Mitu", "country": "COL", "latitude": 1.19831, "longitude": -70.17361, "population": 5917}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.45996, 2.18998]}, "properties": {"id": 907, "name": "Bumba", "country": "COD", "latitude": 2.18998, "longitude": 22.45996, "population": 160539}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.04915, 12.1131]}, "properties": {"id": 908, "name": "Ndjamena", "country": "TCD", "latitude": 12.1131, "longitude": 15.04915, "population": 989000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.82998, 13.83999]}, "properties": {"id": 909, "name": "Abeche", "country": "TCD", "latitude": 13.83999, "longitude": 20.82998, "population": 158317}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.78328, 3.75002]}, "properties": {"id": 910, "name": "Malabo", "country": "GNQ", "latitude": 3.75002, "longitude": 8.78328, "population": 155963}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.65004, 25.70002]}, "properties": {"id": 911, "name": "Luxor", "country": "EGY", "latitude": 25.70002, "longitude": 32.65004, "population": 609248}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.93332, 15.33334]}, "properties": {"id": 912, "name": "Asmara", "country": "ERI", "latitude": 15.33334, "longitude": 38.93332, "population": 620802}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.99999, 45.80001]}, "properties": {"id": 913, "name": "Zagreb", "country": "HRV", "latitude": 45.80001, "longitude": 15.99999, "population": 722526}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.72804, 59.43388]}, "properties": {"id": 914, "name": "Tallinn", "country": "EST", "latitude": 59.43388, "longitude": 24.72804, "population": 394024}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.10001, 29.64502]}, "properties": {"id": 915, "name": "Lhasa", "country": "CHN", "latitude": 29.64502, "longitude": 91.10001, "population": 219599}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [93.515, 42.82698]}, "properties": {"id": 916, "name": "Hami", "country": "CHN", "latitude": 42.82698, "longitude": 93.515, "population": 300848}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.92695, 37.09971]}, "properties": {"id": 917, "name": "Hotan", "country": "CHN", "latitude": 37.09971, "longitude": 79.92695, "population": 261730}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.96993, 39.47634]}, "properties": {"id": 918, "name": "Kashgar", "country": "CHN", "latitude": 39.47634, "longitude": 75.96993, "population": 543914}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.27304, 38.46797]}, "properties": {"id": 919, "name": "Yinchuan", "country": "CHN", "latitude": 38.46797, "longitude": 106.27304, "population": 991000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.85004, 27.62001]}, "properties": {"id": 920, "name": "Pingxiang", "country": "CHN", "latitude": 27.62001, "longitude": 113.85004, "population": 961000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [129.88503, 32.76499]}, "properties": {"id": 921, "name": "Nagasaki", "country": "JPN", "latitude": 32.76499, "longitude": 129.88503, "population": 435455}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.98999, 47.34498]}, "properties": {"id": 922, "name": "Qiqihar", "country": "CHN", "latitude": 47.34498, "longitude": 123.98999, "population": 1641000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.85, -5.03004]}, "properties": {"id": 923, "name": "Kikwit", "country": "COD", "latitude": -5.03004, "longitude": 18.85, "population": 637736}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.45002, -5.81661]}, "properties": {"id": 924, "name": "Matadi", "country": "COD", "latitude": -5.81661, "longitude": 13.45002, "population": 245862}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.47244, -10.71672]}, "properties": {"id": 925, "name": "Kolwezi", "country": "COD", "latitude": -10.71672, "longitude": 25.47244, "population": 418000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.48002, -11.68002]}, "properties": {"id": 926, "name": "Lubumbashi", "country": "COD", "latitude": -11.68002, "longitude": 27.48002, "population": 1352000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.7833, -13.9833]}, "properties": {"id": 927, "name": "Lilongwe", "country": "MWI", "latitude": -13.9833, "longitude": 33.7833, "population": 646750}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.52697, 14.62113]}, "properties": {"id": 928, "name": "Guatemala", "country": "GTM", "latitude": 14.62113, "longitude": -90.52697, "population": 1024000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-52.33002, 4.93299]}, "properties": {"id": 929, "name": "Cayenne", "country": "FRA", "latitude": 4.93299, "longitude": -52.33002, "population": 61550}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.45797, 0.38539]}, "properties": {"id": 930, "name": "Libreville", "country": "GAB", "latitude": 0.38539, "longitude": 9.45797, "population": 578156}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [83.30498, 17.73001]}, "properties": {"id": 931, "name": "Vishakhapatnam", "country": "IND", "latitude": 17.73001, "longitude": 83.30498, "population": 1529000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [178.44171, -18.13302]}, "properties": {"id": 932, "name": "Suva", "country": "FJI", "latitude": -18.13302, "longitude": 178.44171, "population": 175399}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.78002, -0.72002]}, "properties": {"id": 933, "name": "Port-Gentil", "country": "GAB", "latitude": -0.72002, "longitude": 8.78002, "population": 116836}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-3.0166, 16.76659]}, "properties": {"id": 934, "name": "Timbuktu", "country": "MLI", "latitude": 16.76659, "longitude": -3.0166, "population": 68872}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.94, -53.16499]}, "properties": {"id": 935, "name": "Punta Arenas", "country": "CHL", "latitude": -53.16499, "longitude": -70.94, "population": 117430}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.12997, -20.24999]}, "properties": {"id": 936, "name": "Iquique", "country": "CHL", "latitude": -20.24999, "longitude": -70.12997, "population": 227499}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.4, -23.64999]}, "properties": {"id": 937, "name": "Antofagasta", "country": "CHL", "latitude": -23.64999, "longitude": -70.4, "population": 309832}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.62101, -33.04776]}, "properties": {"id": 938, "name": "Valparaiso", "country": "CHL", "latitude": -33.04776, "longitude": -71.62101, "population": 854000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.24502, -39.795]}, "properties": {"id": 939, "name": "Valdivia", "country": "CHL", "latitude": -39.795, "longitude": -73.24502, "population": 159599}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.05002, -36.83001]}, "properties": {"id": 940, "name": "Concepcion", "country": "CHL", "latitude": -36.83001, "longitude": -73.05002, "population": 889725}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.92998, -41.46999]}, "properties": {"id": 941, "name": "Puerto Montt", "country": "CHL", "latitude": -41.46999, "longitude": -72.92998, "population": 174629}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-51.73266, 64.19828]}, "properties": {"id": 942, "name": "Nuuk", "country": "DNK", "latitude": 64.19828, "longitude": -51.73266, "population": 14798}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-15.97534, 18.08643]}, "properties": {"id": 943, "name": "Nouakchott", "country": "MRT", "latitude": 18.08643, "longitude": -15.97534, "population": 742144}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-8.00004, 12.65001]}, "properties": {"id": 944, "name": "Bamako", "country": "MLI", "latitude": 12.65001, "longitude": -8.00004, "population": 1494000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.04999, 20.51664]}, "properties": {"id": 945, "name": "Atar", "country": "MRT", "latitude": 20.51664, "longitude": -13.04999, "population": 44265}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.54999, 13.89999]}, "properties": {"id": 946, "name": "Djenne", "country": "MLI", "latitude": 13.89999, "longitude": -4.54999, "population": 32944}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.43332, 27.03327]}, "properties": {"id": 947, "name": "Sabha", "country": "LBY", "latitude": 27.03327, "longitude": 14.43332, "population": 100249}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.06672, 32.11673]}, "properties": {"id": 948, "name": "Banghazi", "country": "LBY", "latitude": 32.11673, "longitude": 20.06672, "population": 1180000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.885, 40.69611]}, "properties": {"id": 949, "name": "Thessaloniki", "country": "GRC", "latitude": 40.69611, "longitude": 22.885, "population": 828000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.50971, 33.87198]}, "properties": {"id": 950, "name": "Beirut", "country": "LBN", "latitude": 33.87198, "longitude": 35.50971, "population": 1846000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.7908, 41.72501]}, "properties": {"id": 951, "name": "Tbilisi", "country": "GEO", "latitude": 41.72501, "longitude": 44.7908, "population": 1100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.46003, 12.61004]}, "properties": {"id": 952, "name": "Gonder", "country": "ETH", "latitude": 12.61004, "longitude": 37.46003, "population": 156230}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [71.42777, 51.18113]}, "properties": {"id": 953, "name": "Astana", "country": "KAZ", "latitude": 51.18113, "longitude": 71.42777, "population": 345604}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.11501, 49.88498]}, "properties": {"id": 954, "name": "Qaraghandy", "country": "KAZ", "latitude": 49.88498, "longitude": 73.11501, "population": 451800}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.91504, 43.32499]}, "properties": {"id": 955, "name": "Almaty", "country": "KAZ", "latitude": 43.32499, "longitude": 76.91504, "population": 1209000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [51.70004, 32.70001]}, "properties": {"id": 956, "name": "Isfahan", "country": "IRN", "latitude": 32.70001, "longitude": 51.70004, "population": 1628000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [52.57001, 29.62996]}, "properties": {"id": 957, "name": "Shiraz", "country": "IRN", "latitude": 29.62996, "longitude": 52.57001, "population": 1240000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.86999, 31.63999]}, "properties": {"id": 958, "name": "Amritsar", "country": "IND", "latitude": 31.63999, "longitude": 74.86999, "population": 1212000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [83.00004, 25.32999]}, "properties": {"id": 959, "name": "Varanasi", "country": "IND", "latitude": 25.32999, "longitude": 83.00004, "population": 1352000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.98333, 23.68333]}, "properties": {"id": 960, "name": "Asansol", "country": "IND", "latitude": 23.68333, "longitude": 86.98333, "population": 1328000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [81.43333, 21.21667]}, "properties": {"id": 961, "name": "Bhilai", "country": "IND", "latitude": 21.21667, "longitude": 81.43333, "population": 1097000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.40999, 23.24999]}, "properties": {"id": 962, "name": "Bhopal", "country": "IND", "latitude": 23.24999, "longitude": 77.40999, "population": 1727000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.12003, 9.92003]}, "properties": {"id": 963, "name": "Madurai", "country": "IND", "latitude": 9.92003, "longitude": 78.12003, "population": 1294000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.95002, 10.99996]}, "properties": {"id": 964, "name": "Coimbatore", "country": "IND", "latitude": 10.99996, "longitude": 76.95002, "population": 1696000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.59998, 17.96669]}, "properties": {"id": 965, "name": "Vientiane", "country": "LAO", "latitude": 17.96669, "longitude": 102.59998, "population": 754000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.28469, -4.25919]}, "properties": {"id": 966, "name": "Brazzaville", "country": "COG", "latitude": -4.25919, "longitude": 15.28469, "population": 1355000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.68024, 9.53152]}, "properties": {"id": 967, "name": "Conakry", "country": "GIN", "latitude": 9.53152, "longitude": -13.68024, "population": 1494000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.2755, 6.81838]}, "properties": {"id": 968, "name": "Yamoussoukro", "country": "CIV", "latitude": 6.81838, "longitude": -5.2755, "population": 206499}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.66997, -7.62999]}, "properties": {"id": 969, "name": "Cruzeiro do Sul", "country": "BRA", "latitude": -7.62999, "longitude": -72.66997, "population": 56862}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.93998, -4.22002]}, "properties": {"id": 970, "name": "Leticia", "country": "COL", "latitude": -4.22002, "longitude": -69.93998, "population": 59575}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.00002, -3.10003]}, "properties": {"id": 971, "name": "Manaus", "country": "BRA", "latitude": -3.10003, "longitude": -60.00002, "population": 1753000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-43.35003, -4.833]}, "properties": {"id": 972, "name": "Caxias", "country": "BRA", "latitude": -4.833, "longitude": -43.35003, "population": 134640}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.69998, -2.43325]}, "properties": {"id": 973, "name": "Santarem", "country": "BRA", "latitude": -2.43325, "longitude": -54.69998, "population": 230428}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-49.11598, -5.34997]}, "properties": {"id": 974, "name": "Maraba", "country": "BRA", "latitude": -5.34997, "longitude": -49.11598, "population": 166182}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.1166, -12.7166]}, "properties": {"id": 975, "name": "Vilhena", "country": "BRA", "latitude": -12.7166, "longitude": -60.1166, "population": 63231}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.967, -10.83331]}, "properties": {"id": 976, "name": "Ji-Parana", "country": "BRA", "latitude": -10.83331, "longitude": -61.967, "population": 65016}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.61663, -20.45003]}, "properties": {"id": 977, "name": "Campo Grande", "country": "BRA", "latitude": -20.45003, "longitude": -54.61663, "population": 778000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-48.52002, -27.57998]}, "properties": {"id": 978, "name": "Florianopolis", "country": "BRA", "latitude": -27.57998, "longitude": -48.52002, "population": 1023000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-38.97001, -12.25002]}, "properties": {"id": 979, "name": "Feira de Santana", "country": "BRA", "latitude": -12.25002, "longitude": -38.97001, "population": 481911}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.16599, 49.88299]}, "properties": {"id": 980, "name": "Winnipeg", "country": "CAN", "latitude": 49.88299, "longitude": -97.16599, "population": 632063}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-94.16599, 58.76599]}, "properties": {"id": 981, "name": "Churchill", "country": "CAN", "latitude": 58.76599, "longitude": -94.16599, "population": 1000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-104.61701, 50.45003]}, "properties": {"id": 982, "name": "Regina", "country": "CAN", "latitude": 50.45003, "longitude": -104.61701, "population": 176183}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.66999, 52.17003]}, "properties": {"id": 983, "name": "Saskatoon", "country": "CAN", "latitude": 52.17003, "longitude": -106.66999, "population": 198958}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-114.08, 51.08299]}, "properties": {"id": 984, "name": "Calgary", "country": "CAN", "latitude": 51.08299, "longitude": -114.08, "population": 1110000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-130.32999, 54.31667]}, "properties": {"id": 985, "name": "Prince Rupert", "country": "CAN", "latitude": 54.31667, "longitude": -130.32999, "population": 14708}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-123.35, 48.43328]}, "properties": {"id": 986, "name": "Victoria", "country": "CAN", "latitude": 48.43328, "longitude": -123.35, "population": 289625}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-85.16662, 73.03331]}, "properties": {"id": 987, "name": "Arctic Bay", "country": "CAN", "latitude": 73.03331, "longitude": -85.16662, "population": 604}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-94.90001, 74.68333]}, "properties": {"id": 988, "name": "Resolute", "country": "CAN", "latitude": 74.68333, "longitude": -94.90001, "population": 250}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.28294, 66.52947]}, "properties": {"id": 989, "name": "Repulse Bay", "country": "CAN", "latitude": 66.52947, "longitude": -86.28294, "population": 1000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-114.39698, 62.44201]}, "properties": {"id": 990, "name": "Yellowknife", "country": "CAN", "latitude": 62.44201, "longitude": -114.39698, "population": 19234}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-128.63332, 66.26661]}, "properties": {"id": 991, "name": "Fort Good Hope", "country": "CAN", "latitude": 66.26661, "longitude": -128.63332, "population": 597}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-135.04998, 60.71672]}, "properties": {"id": 992, "name": "Whitehorse", "country": "CAN", "latitude": 60.71672, "longitude": -135.04998, "population": 23276}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.666, 2.81609]}, "properties": {"id": 993, "name": "Boa Vista", "country": "BRA", "latitude": 2.81609, "longitude": -60.666, "population": 235150}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-51.05002, 0.03301]}, "properties": {"id": 994, "name": "Macap\u00e1", "country": "BRA", "latitude": 0.03301, "longitude": -51.05002, "population": 499166}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.70002, 45.4167]}, "properties": {"id": 995, "name": "Ottawa", "country": "CAN", "latitude": 45.4167, "longitude": -75.70002, "population": 1145000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-87.64998, 55.98334]}, "properties": {"id": 996, "name": "Fort Severn", "country": "CAN", "latitude": 55.98334, "longitude": -87.64998, "population": 125}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-89.27497, 48.44615]}, "properties": {"id": 997, "name": "Thunder Bay", "country": "CAN", "latitude": 48.44615, "longitude": -89.27497, "population": 99334}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.24561, 46.83997]}, "properties": {"id": 998, "name": "Qu\u00e9bec", "country": "CAN", "latitude": 46.83997, "longitude": -71.24561, "population": 624177}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-63.6, 44.65003]}, "properties": {"id": 999, "name": "Halifax", "country": "CAN", "latitude": 44.65003, "longitude": -63.6, "population": 359111}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-52.68101, 47.58499]}, "properties": {"id": 1000, "name": "St. John\u0092s", "country": "CAN", "latitude": 47.58499, "longitude": -52.68101, "population": 131469}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.68605, 56.54735]}, "properties": {"id": 1001, "name": "Nain", "country": "CAN", "latitude": 56.54735, "longitude": -61.68605, "population": 1151}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-63.13133, 46.24928]}, "properties": {"id": 1002, "name": "Charlottetown", "country": "CAN", "latitude": 46.24928, "longitude": -63.13133, "population": 42402}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.65304, 8.40914]}, "properties": {"id": 1003, "name": "Ndele", "country": "CAF", "latitude": 8.40914, "longitude": 20.65304, "population": 11764}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.46799, 44.81865]}, "properties": {"id": 1004, "name": "Belgrade", "country": "SRB", "latitude": 44.81865, "longitude": 20.46799, "population": 1099000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.50003, 5.39999]}, "properties": {"id": 1005, "name": "Obo", "country": "CAF", "latitude": 5.39999, "longitude": 26.50003, "population": 12887}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.93328, 4.88333]}, "properties": {"id": 1006, "name": "Bandar Seri Begawan", "country": "BRN", "latitude": 4.88333, "longitude": 114.93328, "population": 296500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.89997, -47.75002]}, "properties": {"id": 1007, "name": "Puerto Deseado", "country": "ARG", "latitude": -47.75002, "longitude": -65.89997, "population": 3305}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.21659, -51.6333]}, "properties": {"id": 1008, "name": "Rio Gallegos", "country": "ARG", "latitude": -51.6333, "longitude": -69.21659, "population": 85700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.5, -45.87003]}, "properties": {"id": 1009, "name": "Comodoro Rivadavia", "country": "ARG", "latitude": -45.87003, "longitude": -67.5, "population": 140850}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.81661, -32.88333]}, "properties": {"id": 1010, "name": "Mendoza", "country": "ARG", "latitude": -32.88333, "longitude": -68.81661, "population": 893000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.25952, -19.04097]}, "properties": {"id": 1011, "name": "Sucre", "country": "BOL", "latitude": -19.04097, "longitude": -65.25952, "population": 224838}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-66.10001, -10.98301]}, "properties": {"id": 1012, "name": "Riberalta", "country": "BOL", "latitude": -10.98301, "longitude": -66.10001, "population": 74014}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-62.26502, -38.74003]}, "properties": {"id": 1013, "name": "Bahia Blanca", "country": "ARG", "latitude": -38.74003, "longitude": -62.26502, "population": 281536}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.57998, -38.00002]}, "properties": {"id": 1014, "name": "Mar del Plata", "country": "ARG", "latitude": -38.00002, "longitude": -57.57998, "population": 555897}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.18229, -31.39996]}, "properties": {"id": 1015, "name": "C\u00f3rdoba", "country": "ARG", "latitude": -31.39996, "longitude": -64.18229, "population": 1452000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-55.88511, -27.35783]}, "properties": {"id": 1016, "name": "Posadas", "country": "ARG", "latitude": -27.35783, "longitude": -55.88511, "population": 357119}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-88.76707, 17.25203]}, "properties": {"id": 1017, "name": "Belmopan", "country": "BLZ", "latitude": 17.25203, "longitude": -88.76707, "population": 15220}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.55829, 4.36664]}, "properties": {"id": 1018, "name": "Bangui", "country": "CAF", "latitude": 4.36664, "longitude": 18.55829, "population": 831925}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.3247, 10.59557]}, "properties": {"id": 1019, "name": "Maroua", "country": "CMR", "latitude": 10.59557, "longitude": 14.3247, "population": 319941}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.51665, 3.8667]}, "properties": {"id": 1020, "name": "Yaounde", "country": "CMR", "latitude": 3.8667, "longitude": 11.51665, "population": 1611000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.81888, 41.32754]}, "properties": {"id": 1021, "name": "Tirana", "country": "ALB", "latitude": 41.32754, "longitude": 19.81888, "population": 895350}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.51355, 40.18115]}, "properties": {"id": 1022, "name": "Yerevan", "country": "ARM", "latitude": 40.18115, "longitude": 44.51355, "population": 1102000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.86222, 40.39527]}, "properties": {"id": 1023, "name": "Baku", "country": "AZE", "latitude": 40.39527, "longitude": 49.86222, "population": 2122300}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [65.69495, 31.61002]}, "properties": {"id": 1024, "name": "Kandahar", "country": "AFG", "latitude": 31.61002, "longitude": 65.69495, "population": 715542}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.91663, 11.55003]}, "properties": {"id": 1025, "name": "Phnom Penh", "country": "KHM", "latitude": 11.55003, "longitude": 104.91663, "population": 1466000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.69999, -14.66661]}, "properties": {"id": 1026, "name": "Menongue", "country": "AGO", "latitude": -14.66661, "longitude": 17.69999, "population": 13030}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.76001, -12.74999]}, "properties": {"id": 1027, "name": "Huambo", "country": "AGO", "latitude": -12.74999, "longitude": 15.76001, "population": 1100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.14999, -16.49797]}, "properties": {"id": 1028, "name": "La Paz", "country": "BOL", "latitude": -16.49797, "longitude": -68.14999, "population": 1590000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-63.226, -17.75392]}, "properties": {"id": 1029, "name": "Santa Cruz", "country": "BOL", "latitude": -17.75392, "longitude": -63.226, "population": 2102998}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.61997, 35.71]}, "properties": {"id": 1030, "name": "Oran", "country": "DZA", "latitude": 35.71, "longitude": -0.61997, "population": 798000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.51999, 6.40001]}, "properties": {"id": 1031, "name": "Cotonou", "country": "BEN", "latitude": 6.40001, "longitude": 2.51999, "population": 762000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.5228, 22.785]}, "properties": {"id": 1032, "name": "Tamanrasset", "country": "DZA", "latitude": 22.785, "longitude": 5.5228, "population": 76000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.67, 32.48999]}, "properties": {"id": 1033, "name": "Ghardaia", "country": "DZA", "latitude": 32.48999, "longitude": 3.67, "population": 125480}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.31665, 42.68335]}, "properties": {"id": 1034, "name": "Sofia", "country": "BGR", "latitude": 42.68335, "longitude": 23.31665, "population": 1185000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.56663, 53.89998]}, "properties": {"id": 1035, "name": "Minsk", "country": "BLR", "latitude": 53.89998, "longitude": 27.56663, "population": 1805000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [89.63901, 27.47299]}, "properties": {"id": 1036, "name": "Thimphu", "country": "BTN", "latitude": 27.47299, "longitude": 89.63901, "population": 98676}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.91195, -24.64631]}, "properties": {"id": 1037, "name": "Gaborone", "country": "BWA", "latitude": -24.64631, "longitude": 25.91195, "population": 208411}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.85004, -12.42535]}, "properties": {"id": 1038, "name": "Darwin", "country": "AUS", "latitude": -12.42535, "longitude": 130.85004, "population": 93080}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [133.88003, -23.701]}, "properties": {"id": 1039, "name": "Alice Springs", "country": "AUS", "latitude": -23.701, "longitude": 133.88003, "population": 27710}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [149.12903, -35.28303]}, "properties": {"id": 1040, "name": "Canberra", "country": "AUS", "latitude": -35.28303, "longitude": 149.12903, "population": 327700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [151.81501, -32.84535]}, "properties": {"id": 1041, "name": "Newcastle", "country": "AUS", "latitude": -32.84535, "longitude": 151.81501, "population": 1134616}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [138.6, -34.93499]}, "properties": {"id": 1042, "name": "Adelaide", "country": "AUS", "latitude": -34.93499, "longitude": 138.6, "population": 1145000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.77, -19.24995]}, "properties": {"id": 1043, "name": "Townsville", "country": "AUS", "latitude": -19.24995, "longitude": 146.77, "population": 138954}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [153.03509, -27.45503]}, "properties": {"id": 1044, "name": "Brisbane", "country": "AUS", "latitude": -27.45503, "longitude": 153.03509, "population": 1860000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [147.29503, -42.85001]}, "properties": {"id": 1045, "name": "Hobart", "country": "AUS", "latitude": -42.85001, "longitude": 147.29503, "population": 80870}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.52472, 12.37032]}, "properties": {"id": 1046, "name": "Ouagadougou", "country": "BFA", "latitude": 12.37032, "longitude": -1.52472, "population": 1149000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.383, 43.85002]}, "properties": {"id": 1047, "name": "Sarajevo", "country": "BIH", "latitude": 43.85002, "longitude": 18.383, "population": 696731}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [96.11862, 19.76656]}, "properties": {"id": 1048, "name": "Naypyidaw", "country": "MMR", "latitude": 19.76656, "longitude": 96.11862, "population": 930000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-66.12998, 18.44002]}, "properties": {"id": 1049, "name": "San Juan", "country": "USA", "latitude": 18.44002, "longitude": -66.12998, "population": 2478905}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.84997, -51.70001]}, "properties": {"id": 1050, "name": "Stanley", "country": "GBR", "latitude": -51.70001, "longitude": -57.84997, "population": 2213}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.78394, 32.29419]}, "properties": {"id": 1051, "name": "Hamilton", "country": "GBR", "latitude": 32.29419, "longitude": -64.78394, "population": 52320}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-175.22056, -21.13851]}, "properties": {"id": 1052, "name": "Nukualofa", "country": "TON", "latitude": -21.13851, "longitude": -175.22056, "population": 42620}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.06531, 9.56002]}, "properties": {"id": 1053, "name": "Hargeysa", "country": "SOL", "latitude": 9.56002, "longitude": 44.06531, "population": 477876}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [55.44999, -4.61663]}, "properties": {"id": 1054, "name": "Victoria", "country": "SYC", "latitude": -4.61663, "longitude": 55.44999, "population": 33576}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.73333, 0.3334]}, "properties": {"id": 1055, "name": "Sao Tome", "country": "STP", "latitude": 0.3334, "longitude": 6.73333, "population": 88219}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-171.73864, -13.84155]}, "properties": {"id": 1056, "name": "Apia", "country": "WSM", "latitude": -13.84155, "longitude": -171.73864, "population": 61916}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.51471, 35.89973]}, "properties": {"id": 1057, "name": "Valletta", "country": "MLT", "latitude": 35.89973, "longitude": 14.51471, "population": 368250}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.49995, 4.16671]}, "properties": {"id": 1058, "name": "Male", "country": "MDV", "latitude": 4.16671, "longitude": 73.49995, "population": 112927}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.20663, 31.77841]}, "properties": {"id": 1059, "name": "Jerusalem", "country": "ISR", "latitude": 31.77841, "longitude": 35.20663, "population": 1029300}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-23.51669, 14.9167]}, "properties": {"id": 1060, "name": "Praia", "country": "CPV", "latitude": 14.9167, "longitude": -23.51669, "population": 113364}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.35004, 25.08339]}, "properties": {"id": 1061, "name": "Nassau", "country": "BHS", "latitude": 25.08339, "longitude": -77.35004, "population": 227940}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.36663, 35.16668]}, "properties": {"id": 1062, "name": "Nicosia", "country": "CYP", "latitude": 35.16668, "longitude": 33.36663, "population": 224300}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.2666, 22.63331]}, "properties": {"id": 1063, "name": "Kaohsiung", "country": "TWN", "latitude": 22.63331, "longitude": 120.2666, "population": 2769072}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.12212, 22.55237]}, "properties": {"id": 1064, "name": "Shenzhen", "country": "CHN", "latitude": 22.55237, "longitude": 114.12212, "population": 7581000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.04999, 36.79999]}, "properties": {"id": 1065, "name": "Zibo", "country": "CHN", "latitude": 36.79999, "longitude": 118.04999, "population": 3061000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.25179, 44.97998]}, "properties": {"id": 1066, "name": "Minneapolis", "country": "USA", "latitude": 44.97998, "longitude": -93.25179, "population": 2616000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-157.858, 21.30688]}, "properties": {"id": 1067, "name": "Honolulu", "country": "USA", "latitude": 21.30688, "longitude": -157.858, "population": 786000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.33998, 47.57]}, "properties": {"id": 1068, "name": "Seattle", "country": "USA", "latitude": 47.57, "longitude": -122.33998, "population": 3074000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-112.06999, 33.53998]}, "properties": {"id": 1069, "name": "Phoenix", "country": "USA", "latitude": 33.53998, "longitude": -112.06999, "population": 3551000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.17999, 32.82002]}, "properties": {"id": 1070, "name": "San Diego", "country": "USA", "latitude": 32.82002, "longitude": -117.17999, "population": 2916000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.23998, 38.63502]}, "properties": {"id": 1071, "name": "St. Louis", "country": "USA", "latitude": 38.63502, "longitude": -90.23998, "population": 2199000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.03997, 29.995]}, "properties": {"id": 1072, "name": "New Orleans", "country": "USA", "latitude": 29.995, "longitude": -90.03997, "population": 785000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.84002, 32.82002]}, "properties": {"id": 1073, "name": "Dallas", "country": "USA", "latitude": 32.82002, "longitude": -96.84002, "population": 4798000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.65998, 10.72998]}, "properties": {"id": 1074, "name": "Maracaibo", "country": "VEN", "latitude": 10.72998, "longitude": -71.65998, "population": 2072000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.07001, 42.32996]}, "properties": {"id": 1075, "name": "Boston", "country": "USA", "latitude": 42.32996, "longitude": -71.07001, "population": 4467000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-82.45862, 27.94699]}, "properties": {"id": 1076, "name": "Tampa", "country": "USA", "latitude": 27.94699, "longitude": -82.45862, "population": 2314000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.17, 39.99997]}, "properties": {"id": 1077, "name": "Philadelphia", "country": "USA", "latitude": 39.99997, "longitude": -75.17, "population": 5492000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-83.08006, 42.32996]}, "properties": {"id": 1078, "name": "Detroit", "country": "USA", "latitude": 42.32996, "longitude": -83.08006, "population": 4101000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-149.90021, 61.21997]}, "properties": {"id": 1079, "name": "Anchorage", "country": "USA", "latitude": 61.21997, "longitude": -149.90021, "population": 260283}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [105.85001, 21.03333]}, "properties": {"id": 1080, "name": "Hanoi", "country": "VNM", "latitude": 21.03333, "longitude": 105.85001, "population": 4378000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.69503, 10.78003]}, "properties": {"id": 1081, "name": "Ho Chi Minh City", "country": "VNM", "latitude": 10.78003, "longitude": 106.69503, "population": 5314000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.86439, 39.92724]}, "properties": {"id": 1082, "name": "Ankara", "country": "TUR", "latitude": 39.92724, "longitude": 32.86439, "population": 3716000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.08332, 47.50001]}, "properties": {"id": 1083, "name": "Budapest", "country": "HUN", "latitude": 47.50001, "longitude": 19.08332, "population": 1679000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.20659, 15.35473]}, "properties": {"id": 1084, "name": "Sanaa", "country": "YEM", "latitude": 15.35473, "longitude": 44.20659, "population": 2008000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.18337, 41.3833]}, "properties": {"id": 1085, "name": "Barcelona", "country": "ESP", "latitude": 41.3833, "longitude": 2.18337, "population": 4920000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.09995, 44.43337]}, "properties": {"id": 1086, "name": "Bucharest", "country": "ROU", "latitude": 44.43337, "longitude": 26.09995, "population": 1942000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.17002, 36.22997]}, "properties": {"id": 1087, "name": "Aleppo", "country": "SYR", "latitude": 36.22997, "longitude": 37.17002, "population": 2738000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.3, 33.50003]}, "properties": {"id": 1088, "name": "Damascus", "country": "SYR", "latitude": 33.50003, "longitude": 36.3, "population": 2466000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.55001, 47.37999]}, "properties": {"id": 1089, "name": "Z\u00fcrich", "country": "CHE", "latitude": 47.37999, "longitude": 8.55001, "population": 1108000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.14487, 38.72272]}, "properties": {"id": 1090, "name": "Lisbon", "country": "PRT", "latitude": 38.72272, "longitude": -9.14487, "population": 2812000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.53418, 15.58808]}, "properties": {"id": 1091, "name": "Khartoum", "country": "SDN", "latitude": 15.58808, "longitude": 32.53418, "population": 4754000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.2192, 21.51689]}, "properties": {"id": 1092, "name": "Jeddah", "country": "SAU", "latitude": 21.51689, "longitude": 39.2192, "population": 3012000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.82004, 21.43002]}, "properties": {"id": 1093, "name": "Makkah", "country": "SAU", "latitude": 21.43002, "longitude": 39.82004, "population": 1385000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.74998, 59.91669]}, "properties": {"id": 1094, "name": "Oslo", "country": "NOR", "latitude": 59.91669, "longitude": 10.74998, "population": 835000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.35002, 31.55997]}, "properties": {"id": 1095, "name": "Lahore", "country": "PAK", "latitude": 31.55997, "longitude": 74.35002, "population": 6577000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [66.99001, 24.86999]}, "properties": {"id": 1096, "name": "Karachi", "country": "PAK", "latitude": 24.86999, "longitude": 66.99001, "population": 12130000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.98001, -29.86501]}, "properties": {"id": 1097, "name": "Durban", "country": "ZAF", "latitude": -29.86501, "longitude": 30.98001, "population": 2729000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.31602, 59.93901]}, "properties": {"id": 1098, "name": "St. Petersburg", "country": "RUS", "latitude": 59.93901, "longitude": 30.31602, "population": 4553000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-103.33003, 20.67002]}, "properties": {"id": 1099, "name": "Guadalajara", "country": "MEX", "latitude": 20.67002, "longitude": -103.33003, "population": 4198000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-98.20004, 19.04996]}, "properties": {"id": 1100, "name": "Puebla", "country": "MEX", "latitude": 19.04996, "longitude": -98.20004, "population": 2195000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.52004, 11.99998]}, "properties": {"id": 1101, "name": "Kano", "country": "NGA", "latitude": 11.99998, "longitude": 8.52004, "population": 3140000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.0, 52.25]}, "properties": {"id": 1102, "name": "Warsaw", "country": "POL", "latitude": 52.25, "longitude": 21.0, "population": 1707000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.75469, 39.01944]}, "properties": {"id": 1103, "name": "Pyongyang", "country": "PRK", "latitude": 39.01944, "longitude": 125.75469, "population": 3300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.26834, -6.80001]}, "properties": {"id": 1104, "name": "Dar es Salaam", "country": "TZA", "latitude": -6.80001, "longitude": 39.26834, "population": 2930000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [98.65004, 3.57997]}, "properties": {"id": 1105, "name": "Medan", "country": "IDN", "latitude": 3.57997, "longitude": 98.65004, "population": 2115000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-6.24891, 53.33306]}, "properties": {"id": 1106, "name": "Dublin", "country": "IRL", "latitude": 53.33306, "longitude": -6.24891, "population": 1059000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-10.80475, 6.31056]}, "properties": {"id": 1107, "name": "Monrovia", "country": "LBR", "latitude": 6.31056, "longitude": -10.80475, "population": 1041000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.24501, 40.84003]}, "properties": {"id": 1108, "name": "Naples", "country": "ITA", "latitude": 40.84003, "longitude": 14.24501, "population": 2250000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.20501, 45.46998]}, "properties": {"id": 1109, "name": "Milan", "country": "ITA", "latitude": 45.46998, "longitude": 9.20501, "population": 2945000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [101.69998, 3.16667]}, "properties": {"id": 1110, "name": "Kuala Lumpur", "country": "MYS", "latitude": 3.16667, "longitude": 101.69998, "population": 1448000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.792, 36.05603]}, "properties": {"id": 1111, "name": "Lanzhou", "country": "CHN", "latitude": 36.05603, "longitude": 103.792, "population": 2561000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.32004, 22.81999]}, "properties": {"id": 1112, "name": "Nanning", "country": "CHN", "latitude": 22.81999, "longitude": 108.32004, "population": 2167000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.72004, 26.58004]}, "properties": {"id": 1113, "name": "Guiyang", "country": "CHN", "latitude": 26.58004, "longitude": 106.72004, "population": 3662000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.59498, 29.56498]}, "properties": {"id": 1114, "name": "Chongqing", "country": "CHN", "latitude": 29.56498, "longitude": 106.59498, "population": 6461000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.30005, 26.08]}, "properties": {"id": 1115, "name": "Fuzhou", "country": "CHN", "latitude": 26.08, "longitude": 119.30005, "population": 2606000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.32501, 23.14498]}, "properties": {"id": 1116, "name": "Guangzhou", "country": "CHN", "latitude": 23.14498, "longitude": 113.32501, "population": 8829000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.74472, 23.04889]}, "properties": {"id": 1117, "name": "Dongguan", "country": "CHN", "latitude": 23.04889, "longitude": 113.74472, "population": 4528000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [107.57001, -6.95003]}, "properties": {"id": 1118, "name": "Bandung", "country": "IDN", "latitude": -6.95003, "longitude": 107.57001, "population": 2394000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.75083, -7.24924]}, "properties": {"id": 1119, "name": "Surabaya", "country": "IDN", "latitude": -7.24924, "longitude": 112.75083, "population": 2845000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.92004, -2.22003]}, "properties": {"id": 1120, "name": "Guayaquil", "country": "ECU", "latitude": -2.22003, "longitude": -79.92004, "population": 2514000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.57501, 6.275]}, "properties": {"id": 1121, "name": "Medellin", "country": "COL", "latitude": 6.275, "longitude": -75.57501, "population": 3297000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.49997, 3.39996]}, "properties": {"id": 1122, "name": "Cali", "country": "COL", "latitude": 3.39996, "longitude": -76.49997, "population": 2254000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-82.36418, 23.13196]}, "properties": {"id": 1123, "name": "Havana", "country": "CUB", "latitude": 23.13196, "longitude": -82.36418, "population": 2174000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.95, 31.20002]}, "properties": {"id": 1124, "name": "Alexandria", "country": "EGY", "latitude": 31.20002, "longitude": 29.95, "population": 4165000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.67502, 50.09998]}, "properties": {"id": 1125, "name": "Frankfurt", "country": "DEU", "latitude": 50.09998, "longitude": 8.67502, "population": 2895000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.0, 53.55002]}, "properties": {"id": 1126, "name": "Hamburg", "country": "DEU", "latitude": 53.55002, "longitude": 10.0, "population": 1757000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.57499, 48.12994]}, "properties": {"id": 1127, "name": "Munich", "country": "DEU", "latitude": 48.12994, "longitude": 11.57499, "population": 1275000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.46598, 50.08334]}, "properties": {"id": 1128, "name": "Prague", "country": "CZE", "latitude": 50.08334, "longitude": 14.46598, "population": 1162000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.9783, 29.36972]}, "properties": {"id": 1129, "name": "Kuwait", "country": "KWT", "latitude": 29.36972, "longitude": 47.9783, "population": 2063000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.895, 34.27503]}, "properties": {"id": 1130, "name": "Xian", "country": "CHN", "latitude": 34.27503, "longitude": 108.895, "population": 4009000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.54506, 37.87501]}, "properties": {"id": 1131, "name": "Taiyuan", "country": "CHN", "latitude": 37.87501, "longitude": 112.54506, "population": 2913000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.27002, 30.58003]}, "properties": {"id": 1132, "name": "Wuhan", "country": "CHN", "latitude": 30.58003, "longitude": 114.27002, "population": 7243000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.96999, 28.19997]}, "properties": {"id": 1133, "name": "Changsha", "country": "CHN", "latitude": 28.19997, "longitude": 112.96999, "population": 2604000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.67998, 25.06998]}, "properties": {"id": 1134, "name": "Kunming", "country": "CHN", "latitude": 25.06998, "longitude": 102.67998, "population": 2931000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.66509, 34.755]}, "properties": {"id": 1135, "name": "Zhengzhou", "country": "CHN", "latitude": 34.755, "longitude": 113.66509, "population": 2636000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.44997, 41.80498]}, "properties": {"id": 1136, "name": "Shenyeng", "country": "CHN", "latitude": 41.80498, "longitude": 123.44997, "population": 4787000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.99502, 36.67498]}, "properties": {"id": 1137, "name": "Jinan", "country": "CHN", "latitude": 36.67498, "longitude": 116.99502, "population": 2798000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.20002, 39.13003]}, "properties": {"id": 1138, "name": "Tianjin", "country": "CHN", "latitude": 39.13003, "longitude": 117.20002, "population": 7180000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.88, 28.67999]}, "properties": {"id": 1139, "name": "Nanchang", "country": "CHN", "latitude": 28.67999, "longitude": 115.88, "population": 2350000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.77997, 32.05002]}, "properties": {"id": 1140, "name": "Nanjing", "country": "CHN", "latitude": 32.05002, "longitude": 118.77997, "population": 3679000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.17002, 30.24997]}, "properties": {"id": 1141, "name": "Hangzhou", "country": "CHN", "latitude": 30.24997, "longitude": 120.17002, "population": 3007000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [132.44291, 34.38784]}, "properties": {"id": 1142, "name": "Hiroshima", "country": "JPN", "latitude": 34.38784, "longitude": 132.44291, "population": 2045000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.33999, 43.86501]}, "properties": {"id": 1143, "name": "Changchun", "country": "CHN", "latitude": 43.86501, "longitude": 125.33999, "population": 3183000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [109.82202, 40.65221]}, "properties": {"id": 1144, "name": "Baotou", "country": "CHN", "latitude": 40.65221, "longitude": 109.82202, "population": 2036000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.64998, 45.74998]}, "properties": {"id": 1145, "name": "Harbin", "country": "CHN", "latitude": 45.74998, "longitude": 126.64998, "population": 3621000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [141.34004, 43.07498]}, "properties": {"id": 1146, "name": "Sapporo", "country": "JPN", "latitude": 43.07498, "longitude": 141.34004, "population": 2544000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.90009, 18.47007]}, "properties": {"id": 1147, "name": "Santo Domingo", "country": "DOM", "latitude": 18.47007, "longitude": -69.90009, "population": 2154000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.21672, 5.55003]}, "properties": {"id": 1148, "name": "Accra", "country": "GHA", "latitude": 5.55003, "longitude": -0.21672, "population": 2121000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.23, 28.66999]}, "properties": {"id": 1149, "name": "Delhi", "country": "IND", "latitude": 28.66999, "longitude": 77.23, "population": 15926000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.47995, 17.39998]}, "properties": {"id": 1150, "name": "Hyderabad", "country": "IND", "latitude": 17.39998, "longitude": 78.47995, "population": 6376000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.85, 18.53002]}, "properties": {"id": 1151, "name": "Pune", "country": "IND", "latitude": 18.53002, "longitude": 73.85, "population": 4672000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.08999, 21.16996]}, "properties": {"id": 1152, "name": "Nagpur", "country": "IND", "latitude": 21.16996, "longitude": 79.08999, "population": 2454000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.18001, 32.8925]}, "properties": {"id": 1153, "name": "Tripoli", "country": "LBY", "latitude": 32.8925, "longitude": 13.18001, "population": 2189000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.77001, 32.07999]}, "properties": {"id": 1154, "name": "Tel Aviv-Yafo", "country": "ISR", "latitude": 32.07999, "longitude": 34.77001, "population": 3112000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.93413, 60.17556]}, "properties": {"id": 1155, "name": "Helsinki", "country": "FIN", "latitude": 60.17556, "longitude": 24.93413, "population": 1115000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [59.57, 36.27002]}, "properties": {"id": 1156, "name": "Mashhad", "country": "IRN", "latitude": 36.27002, "longitude": 59.57, "population": 2469000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.80999, 26.92113]}, "properties": {"id": 1157, "name": "Jaipur", "country": "IND", "latitude": 26.92113, "longitude": 75.80999, "population": 2917000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.32, 26.46]}, "properties": {"id": 1158, "name": "Kanpur", "country": "IND", "latitude": 26.46, "longitude": 80.32, "population": 3162000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.13004, 25.62496]}, "properties": {"id": 1159, "name": "Patna", "country": "IND", "latitude": 25.62496, "longitude": 85.13004, "population": 2158000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.28, 13.08999]}, "properties": {"id": 1160, "name": "Chennai", "country": "IND", "latitude": 13.08999, "longitude": 80.28, "population": 7163000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [72.58, 23.03005]}, "properties": {"id": 1161, "name": "Ahmedabad", "country": "IND", "latitude": 23.03005, "longitude": 72.58, "population": 5375000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [72.84004, 21.19998]}, "properties": {"id": 1162, "name": "Surat", "country": "IND", "latitude": 21.19998, "longitude": 72.84004, "population": 3842000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.56349, 55.67856]}, "properties": {"id": 1163, "name": "K\u00f8benhavn", "country": "DNK", "latitude": 55.67856, "longitude": 12.56349, "population": 1085000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.04005, 5.32]}, "properties": {"id": 1164, "name": "Abidjan", "country": "CIV", "latitude": 5.32, "longitude": -4.04005, "population": 3802000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-48.48002, -1.45]}, "properties": {"id": 1165, "name": "Belem", "country": "BRA", "latitude": -1.45, "longitude": -48.48002, "population": 2167000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-47.91605, -15.78334]}, "properties": {"id": 1166, "name": "Brasilia", "country": "BRA", "latitude": -15.78334, "longitude": -47.91605, "population": 3716996}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-51.20001, -30.05001]}, "properties": {"id": 1167, "name": "Porto Alegre", "country": "BRA", "latitude": -30.05001, "longitude": -51.20001, "population": 3917000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-49.32, -25.42001]}, "properties": {"id": 1168, "name": "Curitiba", "country": "BRA", "latitude": -25.42001, "longitude": -49.32, "population": 3084000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-38.57998, -3.75002]}, "properties": {"id": 1169, "name": "Fortaleza", "country": "BRA", "latitude": -3.75002, "longitude": -38.57998, "population": 3602319}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-38.47999, -12.96997]}, "properties": {"id": 1170, "name": "Salvador", "country": "BRA", "latitude": -12.96997, "longitude": -38.47999, "population": 3484000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-113.49998, 53.55002]}, "properties": {"id": 1171, "name": "Edmonton", "country": "CAN", "latitude": 53.55002, "longitude": -113.49998, "population": 1058000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.5833, 45.5]}, "properties": {"id": 1172, "name": "Montr\u00e9al", "country": "CAN", "latitude": 45.5, "longitude": -73.5833, "population": 3678000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-49.30002, -16.72003]}, "properties": {"id": 1173, "name": "Goiania", "country": "BRA", "latitude": -16.72003, "longitude": -49.30002, "population": 2022000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-34.91561, -8.07565]}, "properties": {"id": 1174, "name": "Recife", "country": "BRA", "latitude": -8.07565, "longitude": -34.91561, "population": 3651000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.33332, 50.83332]}, "properties": {"id": 1175, "name": "Brussels", "country": "BEL", "latitude": 50.83332, "longitude": 4.33332, "population": 1743000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [90.40858, 23.72306]}, "properties": {"id": 1176, "name": "Dhaka", "country": "BGD", "latitude": 23.72306, "longitude": 90.40858, "population": 12797394}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.23443, -8.83829]}, "properties": {"id": 1177, "name": "Luanda", "country": "AGO", "latitude": -8.83829, "longitude": 13.23443, "population": 5172900}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.05055, 36.76306]}, "properties": {"id": 1178, "name": "Algiers", "country": "DZA", "latitude": 36.76306, "longitude": 3.05055, "population": 3354000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.79997, 22.32999]}, "properties": {"id": 1179, "name": "Chittagong", "country": "BGD", "latitude": 22.32999, "longitude": 91.79997, "population": 4529000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.84, -31.95501]}, "properties": {"id": 1180, "name": "Perth", "country": "AUS", "latitude": -31.95501, "longitude": 115.84, "population": 1532000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [96.16668, 16.78335]}, "properties": {"id": 1181, "name": "Rangoon", "country": "MMR", "latitude": 16.78335, "longitude": 96.16668, "population": 4088000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.45998, 37.74001]}, "properties": {"id": 1182, "name": "San Francisco", "country": "USA", "latitude": 37.74001, "longitude": -122.45998, "population": 3450000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-104.98402, 39.73919]}, "properties": {"id": 1183, "name": "Denver", "country": "USA", "latitude": 39.73919, "longitude": -104.98402, "population": 2313000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-95.33998, 29.81997]}, "properties": {"id": 1184, "name": "Houston", "country": "USA", "latitude": 29.81997, "longitude": -95.33998, "population": 4459000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-80.22411, 25.78761]}, "properties": {"id": 1185, "name": "Miami", "country": "USA", "latitude": 25.78761, "longitude": -80.22411, "population": 5585000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.39995, 33.83001]}, "properties": {"id": 1186, "name": "Atlanta", "country": "USA", "latitude": 33.83001, "longitude": -84.39995, "population": 4506000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-87.75005, 41.82999]}, "properties": {"id": 1187, "name": "Chicago", "country": "USA", "latitude": 41.82999, "longitude": -87.75005, "population": 8990000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-66.91704, 10.501]}, "properties": {"id": 1188, "name": "Caracas", "country": "VEN", "latitude": 10.501, "longitude": -66.91704, "population": 2985000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.51663, 50.43337]}, "properties": {"id": 1189, "name": "Kiev", "country": "UKR", "latitude": 50.43337, "longitude": 30.51663, "population": 2709000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [55.27997, 25.23]}, "properties": {"id": 1190, "name": "Dubai", "country": "ARE", "latitude": 25.23, "longitude": 55.27997, "population": 1379000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [69.29493, 41.3117]}, "properties": {"id": 1191, "name": "Tashkent", "country": "UZB", "latitude": 41.3117, "longitude": 69.29493, "population": 2184000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-3.68335, 40.40003]}, "properties": {"id": 1192, "name": "Madrid", "country": "ESP", "latitude": 40.40003, "longitude": -3.68335, "population": 5567000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.14003, 46.21001]}, "properties": {"id": 1193, "name": "Geneva", "country": "CHE", "latitude": 46.21001, "longitude": 6.14003, "population": 1240000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.09733, 59.35076]}, "properties": {"id": 1194, "name": "Stockholm", "country": "SWE", "latitude": 59.35076, "longitude": 18.09733, "population": 1264000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [100.51664, 13.75]}, "properties": {"id": 1195, "name": "Bangkok", "country": "THA", "latitude": 13.75, "longitude": 100.51664, "population": 6704000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.05006, -12.04801]}, "properties": {"id": 1196, "name": "Lima", "country": "PER", "latitude": -12.04801, "longitude": -77.05006, "population": 8012000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-17.47313, 14.71583]}, "properties": {"id": 1197, "name": "Dakar", "country": "SEN", "latitude": 14.71583, "longitude": -17.47313, "population": 2604000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.03001, -26.17004]}, "properties": {"id": 1198, "name": "Johannesburg", "country": "ZAF", "latitude": -26.17004, "longitude": 28.03001, "population": 3435000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.91664, 52.34997]}, "properties": {"id": 1199, "name": "Amsterdam", "country": "NLD", "latitude": 52.34997, "longitude": 4.91664, "population": 1031000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-7.61637, 33.59998]}, "properties": {"id": 1200, "name": "Casablanca", "country": "MAR", "latitude": 33.59998, "longitude": -7.61637, "population": 3181000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.99973, 37.56635]}, "properties": {"id": 1201, "name": "Seoul", "country": "KOR", "latitude": 37.56635, "longitude": 126.99973, "population": 9796000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.98222, 14.60416]}, "properties": {"id": 1202, "name": "Manila", "country": "PHL", "latitude": 14.60416, "longitude": 120.98222, "population": 11100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-100.32998, 25.67]}, "properties": {"id": 1203, "name": "Monterrey", "country": "MEX", "latitude": 25.67, "longitude": -100.32998, "population": 3712000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [174.76498, -36.85001]}, "properties": {"id": 1204, "name": "Auckland", "country": "NZL", "latitude": -36.85001, "longitude": 174.76498, "population": 1245000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.40155, 52.52182]}, "properties": {"id": 1205, "name": "Berlin", "country": "DEU", "latitude": 52.52182, "longitude": 13.40155, "population": 3406000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [87.57501, 43.80501]}, "properties": {"id": 1206, "name": "Urumqi", "country": "CHN", "latitude": 43.80501, "longitude": 87.57501, "population": 2151000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.07002, 30.67]}, "properties": {"id": 1207, "name": "Chengdu", "country": "CHN", "latitude": 30.67, "longitude": 104.07002, "population": 4123000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.46014, 34.75004]}, "properties": {"id": 1208, "name": "Osaka", "country": "JPN", "latitude": 34.75004, "longitude": 135.46014, "population": 11294000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.31497, -4.32972]}, "properties": {"id": 1209, "name": "Kinshasa", "country": "COD", "latitude": -4.32972, "longitude": 15.31497, "population": 7843000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.19998, 28.60002]}, "properties": {"id": 1210, "name": "New Delhi", "country": "IND", "latitude": 28.60002, "longitude": 77.19998, "population": 317797}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.56001, 12.97]}, "properties": {"id": 1211, "name": "Bangalore", "country": "IND", "latitude": 12.97, "longitude": 77.56001, "population": 6787000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.73332, 37.98333]}, "properties": {"id": 1212, "name": "Athens", "country": "GRC", "latitude": 37.98333, "longitude": 23.73332, "population": 3242000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.39387, 33.33865]}, "properties": {"id": 1213, "name": "Baghdad", "country": "IRQ", "latitude": 33.33865, "longitude": 44.39387, "population": 5054000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.7, 9.03331]}, "properties": {"id": 1214, "name": "Addis Ababa", "country": "ETH", "latitude": 9.03331, "longitude": 38.7, "population": 3100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [51.42434, 35.67194]}, "properties": {"id": 1215, "name": "Tehran", "country": "IRN", "latitude": 35.67194, "longitude": 51.42434, "population": 7873000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-123.12164, 49.27342]}, "properties": {"id": 1216, "name": "Vancouver", "country": "CAN", "latitude": 49.27342, "longitude": -123.12164, "population": 2313328}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.42002, 43.69998]}, "properties": {"id": 1217, "name": "Toronto", "country": "CAN", "latitude": 43.69998, "longitude": -79.42002, "population": 5213000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.39753, -34.6025]}, "properties": {"id": 1218, "name": "Buenos Aires", "country": "ARG", "latitude": -34.6025, "longitude": -58.39753, "population": 12795000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [69.18326, 34.51669]}, "properties": {"id": 1219, "name": "Kabul", "country": "AFG", "latitude": 34.51669, "longitude": 69.18326, "population": 3277000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.36664, 48.20002]}, "properties": {"id": 1220, "name": "Vienna", "country": "AUT", "latitude": 48.20002, "longitude": 16.36664, "population": 2400000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.97502, -37.82003]}, "properties": {"id": 1221, "name": "Melbourne", "country": "AUS", "latitude": -37.82003, "longitude": 144.97502, "population": 4170000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.56833, 25.03583]}, "properties": {"id": 1222, "name": "Taipei", "country": "TWN", "latitude": 25.03583, "longitude": 121.56833, "population": 6900273}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-118.17998, 33.98998]}, "properties": {"id": 1223, "name": "Los Angeles", "country": "USA", "latitude": 33.98998, "longitude": -118.17998, "population": 12500000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.00942, 38.89955]}, "properties": {"id": 1224, "name": "Washington D.C.", "country": "USA", "latitude": 38.89955, "longitude": -77.00942, "population": 4338000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.98002, 40.74998]}, "properties": {"id": 1225, "name": "New York", "country": "USA", "latitude": 40.74998, "longitude": -73.98002, "population": 19040000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.11672, 51.49999]}, "properties": {"id": 1226, "name": "London", "country": "GBR", "latitude": 51.49999, "longitude": -0.11672, "population": 8567000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.01, 41.105]}, "properties": {"id": 1227, "name": "Istanbul", "country": "TUR", "latitude": 41.105, "longitude": 29.01, "population": 10061000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.77274, 24.64083]}, "properties": {"id": 1228, "name": "Riyadh", "country": "SAU", "latitude": 24.64083, "longitude": 46.77274, "population": 4465000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.43499, -33.92001]}, "properties": {"id": 1229, "name": "Cape Town", "country": "ZAF", "latitude": -33.92001, "longitude": 18.43499, "population": 3215000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.61552, 55.75216]}, "properties": {"id": 1230, "name": "Moscow", "country": "RUS", "latitude": 55.75216, "longitude": 37.61552, "population": 10452000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.13099, 19.44244]}, "properties": {"id": 1231, "name": "Mexico City", "country": "MEX", "latitude": 19.44244, "longitude": -99.13099, "population": 19028000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.39153, 6.44326]}, "properties": {"id": 1232, "name": "Lagos", "country": "NGA", "latitude": 6.44326, "longitude": 3.39153, "population": 9466000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.48326, 41.89596]}, "properties": {"id": 1233, "name": "Rome", "country": "ITA", "latitude": 41.89596, "longitude": 12.48326, "population": 3339000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.38829, 39.92889]}, "properties": {"id": 1234, "name": "Beijing", "country": "CHN", "latitude": 39.92889, "longitude": 116.38829, "population": 11106000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.81666, -1.28335]}, "properties": {"id": 1235, "name": "Nairobi", "country": "KEN", "latitude": -1.28335, "longitude": 36.81666, "population": 3010000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.82944, -6.17442]}, "properties": {"id": 1236, "name": "Jakarta", "country": "IDN", "latitude": -6.17442, "longitude": 106.82944, "population": 9125000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-74.08334, 4.59642]}, "properties": {"id": 1237, "name": "Bogota", "country": "COL", "latitude": 4.59642, "longitude": -74.08334, "population": 7772000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.24997, 30.04996]}, "properties": {"id": 1238, "name": "Cairo", "country": "EGY", "latitude": 30.04996, "longitude": 31.24997, "population": 11893000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.4365, 31.21645]}, "properties": {"id": 1239, "name": "Shanghai", "country": "CHN", "latitude": 31.21645, "longitude": 121.4365, "population": 14987000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.75141, 35.68502]}, "properties": {"id": 1240, "name": "Tokyo", "country": "JPN", "latitude": 35.68502, "longitude": 139.75141, "population": 35676000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [72.85699, 19.01699]}, "properties": {"id": 1241, "name": "Mumbai", "country": "IND", "latitude": 19.01699, "longitude": 72.85699, "population": 18978000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.33334, 48.86669]}, "properties": {"id": 1242, "name": "Paris", "country": "FRA", "latitude": 48.86669, "longitude": 2.33334, "population": 9904000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.66704, -33.45001]}, "properties": {"id": 1243, "name": "Santiago", "country": "CHL", "latitude": -33.45001, "longitude": -70.66704, "population": 5720000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.32468, 22.49497]}, "properties": {"id": 1244, "name": "Kolkata", "country": "IND", "latitude": 22.49497, "longitude": 88.32468, "population": 14787000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-43.22502, -22.92502]}, "properties": {"id": 1245, "name": "Rio de Janeiro", "country": "BRA", "latitude": -22.92502, "longitude": -43.22502, "population": 11748000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-46.62502, -23.55868]}, "properties": {"id": 1246, "name": "Sao Paulo", "country": "BRA", "latitude": -23.55868, "longitude": -46.62502, "population": 18845000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [151.18518, -33.92001]}, "properties": {"id": 1247, "name": "Sydney", "country": "AUS", "latitude": -33.92001, "longitude": 151.18518, "population": 4630000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.85582, 1.29303]}, "properties": {"id": 1248, "name": "Singapore", "country": "SGP", "latitude": 1.29303, "longitude": 103.85582, "population": 5183700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.18501, 22.30498]}, "properties": {"id": 1249, "name": "Hong Kong", "country": "CHN", "latitude": 22.30498, "longitude": 114.18501, "population": 7206000}}]}}]], ["addLayer", [{"id": "cities", "type": "symbol", "layout": {"icon-image": "marker_15", "icon-size": 1}, "source": "point"}, null]], ["addPopup", ["cities", null, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["point", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.5333, 0.5833]}, "properties": {"id": 1, "name": "Bombo", "country": "UGA", "latitude": 0.5833, "longitude": 32.5333, "population": 75000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.275, 0.671]}, "properties": {"id": 2, "name": "Fort Portal", "country": "UGA", "latitude": 0.671, "longitude": 30.275, "population": 42670}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.799, 40.642]}, "properties": {"id": 3, "name": "Potenza", "country": "ITA", "latitude": 40.642, "longitude": 15.799, "population": 69060}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.656, 41.563]}, "properties": {"id": 4, "name": "Campobasso", "country": "ITA", "latitude": 41.563, "longitude": 14.656, "population": 50762}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.315, 45.737]}, "properties": {"id": 5, "name": "Aosta", "country": "ITA", "latitude": 45.737, "longitude": 7.315, "population": 34062}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.949, 60.097]}, "properties": {"id": 6, "name": "Mariehamn", "country": "ALD", "latitude": 60.097, "longitude": 19.949, "population": 10682}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.20621, 31.90294]}, "properties": {"id": 7, "name": "Ramallah", "country": "PSE", "latitude": 31.90294, "longitude": 35.20621, "population": 24599}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.44781, 41.90001]}, "properties": {"id": 8, "name": "Vatican City", "country": "VAT", "latitude": 41.90001, "longitude": 12.44781, "population": 832}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [0.33328, 46.58329]}, "properties": {"id": 9, "name": "Poitier", "country": "FRA", "latitude": 46.58329, "longitude": 0.33328, "population": 85960}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.08001, 45.77998]}, "properties": {"id": 10, "name": "Clermont-Ferrand", "country": "FRA", "latitude": 45.77998, "longitude": 3.08001, "population": 233050}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.03001, 47.23]}, "properties": {"id": 11, "name": "Besancon", "country": "FRA", "latitude": 47.23, "longitude": 6.03001, "population": 128426}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.86386, -62.17389]}, "properties": {"id": 12, "name": "Artigas Base", "country": "ATA", "latitude": -62.17389, "longitude": -58.86386, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.64001, -13.62957]}, "properties": {"id": 13, "name": "Chipata", "country": "ZMB", "latitude": -13.62957, "longitude": 32.64001, "population": 85963}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.19993, 0.44042]}, "properties": {"id": 14, "name": "Jinja", "country": "UGA", "latitude": 0.44042, "longitude": 33.19993, "population": 301619}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.90002, 3.02037]}, "properties": {"id": 15, "name": "Arua", "country": "UGA", "latitude": 3.02037, "longitude": 30.90002, "population": 250000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.17, 1.09041]}, "properties": {"id": 16, "name": "Mbale", "country": "UGA", "latitude": 1.09041, "longitude": 34.17, "population": 402368}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.63999, 2.54035]}, "properties": {"id": 17, "name": "Moroto", "country": "UGA", "latitude": 2.54035, "longitude": 34.63999, "population": 371}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.72999, -0.32961]}, "properties": {"id": 18, "name": "Masaka", "country": "UGA", "latitude": -0.32961, "longitude": 31.72999, "population": 65373}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.65, -0.59962]}, "properties": {"id": 19, "name": "Mbarara", "country": "UGA", "latitude": -0.59962, "longitude": 30.65, "population": 83700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.64001, -20.45954]}, "properties": {"id": 20, "name": "Otjiwarongo", "country": "NAM", "latitude": -20.45954, "longitude": 16.64001, "population": 24815}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.34002, 44.50042]}, "properties": {"id": 21, "name": "Bologna", "country": "ITA", "latitude": 44.50042, "longitude": 11.34002, "population": 488172}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.10398, 39.2224]}, "properties": {"id": 22, "name": "Cagliari", "country": "ITA", "latitude": 39.2224, "longitude": 9.10398, "population": 291511}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.60001, 38.90038]}, "properties": {"id": 23, "name": "Catanzaro", "country": "ITA", "latitude": 38.90038, "longitude": 16.60001, "population": 95251}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.87276, 41.11422]}, "properties": {"id": 24, "name": "Bari", "country": "ITA", "latitude": 41.11422, "longitude": 16.87276, "population": 500577}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.39002, 42.3504]}, "properties": {"id": 25, "name": "L'Aquila", "country": "ITA", "latitude": 42.3504, "longitude": 13.39002, "population": 68503}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.49994, 43.60037]}, "properties": {"id": 26, "name": "Ancona", "country": "ITA", "latitude": 43.60037, "longitude": 13.49994, "population": 100507}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.38998, 43.11038]}, "properties": {"id": 27, "name": "Perugia", "country": "ITA", "latitude": 43.11038, "longitude": 12.38998, "population": 149125}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.80003, 45.65038]}, "properties": {"id": 28, "name": "Trieste", "country": "ITA", "latitude": 45.65038, "longitude": 13.80003, "population": 216035}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.11998, 46.08043]}, "properties": {"id": 29, "name": "Trento", "country": "ITA", "latitude": 46.08043, "longitude": 11.11998, "population": 107808}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.08003, 14.61041]}, "properties": {"id": 30, "name": "Fort-de-France", "country": "FRA", "latitude": 14.61041, "longitude": -61.08003, "population": 253995}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [136.76275, 35.42309]}, "properties": {"id": 31, "name": "Gifu", "country": "JPN", "latitude": 35.42309, "longitude": 136.76275, "population": 412895}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.03253, 5.49762]}, "properties": {"id": 32, "name": "Saint-Laurent-du-Maroni", "country": "FRA", "latitude": 5.49762, "longitude": -54.03253, "population": 24287}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.34999, 49.18375]}, "properties": {"id": 33, "name": "Caen", "country": "FRA", "latitude": 49.18375, "longitude": -0.34999, "population": 190099}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.59002, 47.21039]}, "properties": {"id": 34, "name": "Nantes", "country": "FRA", "latitude": 47.21039, "longitude": -1.59002, "population": 438537}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.72829, 41.92706]}, "properties": {"id": 35, "name": "Ajaccio", "country": "FRA", "latitude": 41.92706, "longitude": 8.72829, "population": 54364}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.86999, 43.6104]}, "properties": {"id": 36, "name": "Montpellier", "country": "FRA", "latitude": 43.6104, "longitude": 3.86999, "population": 327254}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.03002, 47.3304]}, "properties": {"id": 37, "name": "Dijon", "country": "FRA", "latitude": 47.3304, "longitude": 5.03002, "population": 169946}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.90003, 47.90042]}, "properties": {"id": 38, "name": "Orleans", "country": "FRA", "latitude": 47.90042, "longitude": 1.90003, "population": 217301}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.07998, 49.43041]}, "properties": {"id": 39, "name": "Rouen", "country": "FRA", "latitude": 49.43041, "longitude": 1.07998, "population": 532559}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.02998, 49.25039]}, "properties": {"id": 40, "name": "Reims", "country": "FRA", "latitude": 49.25039, "longitude": 4.02998, "population": 196565}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.3, 49.90038]}, "properties": {"id": 41, "name": "Amiens", "country": "FRA", "latitude": 49.90038, "longitude": 2.3, "population": 143086}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.20002, 48.68368]}, "properties": {"id": 42, "name": "Nancy", "country": "FRA", "latitude": 48.68368, "longitude": 6.20002, "population": 268976}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.43998, 16.23039]}, "properties": {"id": 43, "name": "Basse-terre", "country": "FRA", "latitude": 16.23039, "longitude": -61.43998, "population": 307}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.84994, 45.25038]}, "properties": {"id": 44, "name": "Novi Sad", "country": "SRB", "latitude": 45.25038, "longitude": 19.84994, "population": 225457}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.17997, 44.7804]}, "properties": {"id": 45, "name": "Banja Luka", "country": "BIH", "latitude": 44.7804, "longitude": 17.17997, "population": 221738}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.32998, 19.28044]}, "properties": {"id": 46, "name": "George Town", "country": "GBR", "latitude": 19.28044, "longitude": -81.32998, "population": 4268}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.13598, 21.46643]}, "properties": {"id": 47, "name": "Grand Turk", "country": "GBR", "latitude": 21.46643, "longitude": -71.13598, "population": 5801}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.48002, 54.15043]}, "properties": {"id": 48, "name": "Douglas", "country": "GBR", "latitude": 54.15043, "longitude": -4.48002, "population": 35854}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.46667, 43.91715]}, "properties": {"id": 49, "name": "San Marino", "country": "SMR", "latitude": 43.91715, "longitude": 12.46667, "population": 29579}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.01998, 12.20043]}, "properties": {"id": 50, "name": "Willemstad", "country": "NLD", "latitude": 12.20043, "longitude": -69.01998, "population": 146813}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.02899, 12.53038]}, "properties": {"id": 51, "name": "Oranjestad", "country": "NLD", "latitude": 12.53038, "longitude": -70.02899, "population": 68775}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.51667, 47.13372]}, "properties": {"id": 52, "name": "Vaduz", "country": "LIE", "latitude": 47.13372, "longitude": 9.51667, "population": 36281}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-59.68332, -62.49951]}, "properties": {"id": 53, "name": "Capitan Arturo Prat Station", "country": "ATA", "latitude": -62.49951, "longitude": -59.68332, "population": 41}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.65002, -64.23289]}, "properties": {"id": 54, "name": "Marambio Station", "country": "ATA", "latitude": -64.23289, "longitude": -56.65002, "population": 150}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [164.21903, -74.61919]}, "properties": {"id": 55, "name": "Zucchelli Station", "country": "ATA", "latitude": -74.61919, "longitude": 164.21903, "population": 80}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.12354, -67.56478]}, "properties": {"id": 56, "name": "Rothera Station", "country": "ATA", "latitude": -67.56478, "longitude": -68.12354, "population": 130}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.04688, -64.76241]}, "properties": {"id": 57, "name": "Palmer Station", "country": "ATA", "latitude": -64.76241, "longitude": -64.04688, "population": 46}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.90765, -62.18274]}, "properties": {"id": 58, "name": "Base Presidente Montalva", "country": "ATA", "latitude": -62.18274, "longitude": -58.90765, "population": 150}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.65048, -62.22414]}, "properties": {"id": 59, "name": "Carlini Station", "country": "ATA", "latitude": -62.22414, "longitude": -58.65048, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.7716, -62.22485]}, "properties": {"id": 60, "name": "King Sejong Station", "country": "ATA", "latitude": -62.22485, "longitude": -58.7716, "population": 90}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.9667, -62.21632]}, "properties": {"id": 61, "name": "Great Wall Station", "country": "ATA", "latitude": -62.21632, "longitude": -58.9667, "population": 40}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.95267, -62.19496]}, "properties": {"id": 62, "name": "Escudero Base", "country": "ATA", "latitude": -62.19496, "longitude": -58.95267, "population": 20}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.99998, -61.99959]}, "properties": {"id": 63, "name": "Elephant Island", "country": "ATA", "latitude": -61.99959, "longitude": -57.99998, "population": 6}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [166.7491, -77.84694]}, "properties": {"id": 64, "name": "Scott Base", "country": "ATA", "latitude": -77.84694, "longitude": 166.7491, "population": 85}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [166.86942, -77.73228]}, "properties": {"id": 65, "name": "McMurdo Station", "country": "ATA", "latitude": -77.73228, "longitude": 166.86942, "population": 1000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.3393, -69.43406]}, "properties": {"id": 66, "name": "Zhongshan Station", "country": "ATA", "latitude": -69.43406, "longitude": 76.3393, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.80003, -78.46628]}, "properties": {"id": 67, "name": "Vostok", "country": "ATA", "latitude": -78.46628, "longitude": 106.80003, "population": 25}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [90.5, -68.83287]}, "properties": {"id": 68, "name": "Peter I Island", "country": "ATA", "latitude": -68.83287, "longitude": 90.5, "population": 1}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [93.00629, -66.57553]}, "properties": {"id": 69, "name": "Mirny Station", "country": "ATA", "latitude": -66.57553, "longitude": 93.00629, "population": 169}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [62.875, -67.61452]}, "properties": {"id": 70, "name": "Mawson Station", "country": "ATA", "latitude": -67.61452, "longitude": 62.875, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.14074, -68.77767]}, "properties": {"id": 71, "name": "Davis Station", "country": "ATA", "latitude": -68.77767, "longitude": 78.14074, "population": 70}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [124.16704, -74.66631]}, "properties": {"id": 72, "name": "Concordia Research Station", "country": "ATA", "latitude": -74.66631, "longitude": 124.16704, "population": 30}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.53621, -66.28609]}, "properties": {"id": 73, "name": "Casey Station", "country": "ATA", "latitude": -66.28609, "longitude": 110.53621, "population": 200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.26699, -89.98289]}, "properties": {"id": 74, "name": "Amundsen\u0096Scott South Pole Station", "country": "ATA", "latitude": -89.98289, "longitude": 139.26699, "population": 200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.41671, -73.04961]}, "properties": {"id": 75, "name": "Wasa Station", "country": "ATA", "latitude": -73.04961, "longitude": -13.41671, "population": 10}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.53332, -72.01629]}, "properties": {"id": 76, "name": "Troll Station", "country": "ATA", "latitude": -72.01629, "longitude": 2.53332, "population": 44}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-11.21669, -74.5829]}, "properties": {"id": 77, "name": "Svea Station", "country": "ATA", "latitude": -74.5829, "longitude": -11.21669, "population": 10}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-11.85021, -71.30123]}, "properties": {"id": 78, "name": "Novolazarevskaya Station", "country": "ATA", "latitude": -71.30123, "longitude": -11.85021, "population": 70}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-7.83844, -70.8904]}, "properties": {"id": 79, "name": "Neumayer Station III", "country": "ATA", "latitude": -70.8904, "longitude": -7.83844, "population": 40}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.73046, -70.78218]}, "properties": {"id": 80, "name": "Maitri Station", "country": "ATA", "latitude": -70.78218, "longitude": 11.73046, "population": 65}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-26.47416, -76.09226]}, "properties": {"id": 81, "name": "Halley Station", "country": "ATA", "latitude": -76.09226, "longitude": -26.47416, "population": 70}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-34.61668, -77.86632]}, "properties": {"id": 82, "name": "Belgrano Station", "country": "ATA", "latitude": -77.86632, "longitude": -34.61668, "population": 100}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-40.50153, -81.17908]}, "properties": {"id": 83, "name": "Camp Sobral", "country": "ATA", "latitude": -81.17908, "longitude": -40.50153, "population": 40}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.41671, -75.04959]}, "properties": {"id": 84, "name": "Aboa Station", "country": "ATA", "latitude": -75.04959, "longitude": -13.41671, "population": 18}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.1, -68.11632]}, "properties": {"id": 85, "name": "San Mart\u00edn Station", "country": "ATA", "latitude": -68.11632, "longitude": -67.1, "population": 20}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.88959, -63.32842]}, "properties": {"id": 86, "name": "Gen. O'Higgins Station", "country": "ATA", "latitude": -63.32842, "longitude": -57.88959, "population": 44}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.0259, -63.37533]}, "properties": {"id": 87, "name": "Esperanza Station", "country": "ATA", "latitude": -63.37533, "longitude": -57.0259, "population": 250}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-44.7333, -60.7329]}, "properties": {"id": 88, "name": "Orcadas Station", "country": "ATA", "latitude": -60.7329, "longitude": -44.7333, "population": 45}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-45.6007, -60.63131]}, "properties": {"id": 89, "name": "Signy Research Station", "country": "ATA", "latitude": -60.63131, "longitude": -45.6007, "population": 8}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.96368, -66.77505]}, "properties": {"id": 90, "name": "Dumont d'Urville Station", "country": "ATA", "latitude": -66.77505, "longitude": 139.96368, "population": 120}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.74608, -69.03039]}, "properties": {"id": 91, "name": "Showa Station", "country": "ATA", "latitude": -69.03039, "longitude": 39.74608, "population": 60}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.37807, 36.13243]}, "properties": {"id": 92, "name": "Gibraltar", "country": "GBR", "latitude": 36.13243, "longitude": -5.37807, "population": 187083}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.2, -26.46667]}, "properties": {"id": 93, "name": "Lobamba", "country": "SWZ", "latitude": -26.46667, "longitude": 31.2, "population": 9782}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-3.21909, 55.94833]}, "properties": {"id": 94, "name": "Edinburgh", "country": "GBR", "latitude": 55.94833, "longitude": -3.21909, "population": 504966}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-3.22501, 51.49999]}, "properties": {"id": 95, "name": "Cardiff", "country": "GBR", "latitude": 51.49999, "longitude": -3.22501, "population": 861400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.55, 78.21668]}, "properties": {"id": 96, "name": "Longyearbyen", "country": "NOR", "latitude": 78.21668, "longitude": 15.55, "population": 1232}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.13, 49.61166]}, "properties": {"id": 97, "name": "Luxembourg", "country": "LUX", "latitude": 49.61166, "longitude": 6.13, "population": 107260}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.66996, 45.07039]}, "properties": {"id": 98, "name": "Turin", "country": "ITA", "latitude": 45.07039, "longitude": 7.66996, "population": 1652000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [166.44429, -22.26253]}, "properties": {"id": 99, "name": "Noumea", "country": "FRA", "latitude": -22.26253, "longitude": 166.44429, "population": 93060}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [132.76584, 33.84554]}, "properties": {"id": 100, "name": "Matsuyama", "country": "JPN", "latitude": 33.84554, "longitude": 132.76584, "population": 533541}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.67001, 48.10002]}, "properties": {"id": 101, "name": "Rennes", "country": "FRA", "latitude": 48.10002, "longitude": -1.67001, "population": 209375}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.44993, 43.61996]}, "properties": {"id": 102, "name": "Toulouse", "country": "FRA", "latitude": 43.61996, "longitude": 1.44993, "population": 847000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.24999, 45.82998]}, "properties": {"id": 103, "name": "Limoges", "country": "FRA", "latitude": 45.82998, "longitude": 1.24999, "population": 152199}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.08001, 50.64997]}, "properties": {"id": 104, "name": "Lille", "country": "FRA", "latitude": 50.64997, "longitude": 3.08001, "population": 1044000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.75001, 48.57997]}, "properties": {"id": 105, "name": "Strasbourg", "country": "FRA", "latitude": 48.57997, "longitude": 7.75001, "population": 439972}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.63001, 41.6]}, "properties": {"id": 106, "name": "Batumi", "country": "GEO", "latitude": 41.6, "longitude": 41.63001, "population": 155542}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-16.88004, 32.64998]}, "properties": {"id": 107, "name": "Funchal", "country": "PRT", "latitude": 32.64998, "longitude": -16.88004, "population": 204767}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.35002, 13.62998]}, "properties": {"id": 108, "name": "El Fasher", "country": "SDN", "latitude": 13.62998, "longitude": 25.35002, "population": 252609}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.12999, -26.5739]}, "properties": {"id": 109, "name": "Keetmanshoop", "country": "NAM", "latitude": -26.5739, "longitude": 18.12999, "population": 18039}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.53502, -22.66886]}, "properties": {"id": 110, "name": "Swakopmund", "country": "NAM", "latitude": -22.66886, "longitude": 14.53502, "population": 29491}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.93004, 44.40999]}, "properties": {"id": 111, "name": "Genoa", "country": "ITA", "latitude": 44.40999, "longitude": 8.93004, "population": 647497}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.02002, 43.02002]}, "properties": {"id": 112, "name": "Sukhumi", "country": "GEO", "latitude": 43.02002, "longitude": 41.02002, "population": 81546}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [158.14997, 6.91664]}, "properties": {"id": 113, "name": "Palikir", "country": "FSM", "latitude": 6.91664, "longitude": 158.14997, "population": 4645}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [171.38, 7.103]}, "properties": {"id": 114, "name": "Majuro", "country": "MHL", "latitude": 7.103, "longitude": 171.38, "population": 25400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.75002, 13.47002]}, "properties": {"id": 115, "name": "Agana", "country": "USA", "latitude": 13.47002, "longitude": 144.75002, "population": 122411}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [179.21665, -8.51665]}, "properties": {"id": 116, "name": "Funafuti", "country": "TUV", "latitude": -8.51665, "longitude": 179.21665, "population": 4749}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [134.62655, 7.4874]}, "properties": {"id": 117, "name": "Melekeok", "country": "PLW", "latitude": 7.4874, "longitude": 134.62655, "population": 7026}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.65252, 26.11917]}, "properties": {"id": 118, "name": "Bir Lehlou", "country": "SAH", "latitude": 26.11917, "longitude": -9.65252, "population": 500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.40691, 43.73965]}, "properties": {"id": 119, "name": "Monaco", "country": "MCO", "latitude": 43.73965, "longitude": 7.40691, "population": 36371}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [173.01757, 1.33819]}, "properties": {"id": 120, "name": "Tarawa", "country": "KIR", "latitude": 1.33819, "longitude": 173.01757, "population": 28802}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.24024, -11.70416]}, "properties": {"id": 121, "name": "Moroni", "country": "COM", "latitude": -11.70416, "longitude": 43.24024, "population": 128698}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.54505, 22.203]}, "properties": {"id": 122, "name": "Macau", "country": "CHN", "latitude": 22.203, "longitude": 113.54505, "population": 568700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.51649, 42.5]}, "properties": {"id": 123, "name": "Andorra", "country": "AND", "latitude": 42.5, "longitude": 1.51649, "population": 53998}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.30003, 34.12038]}, "properties": {"id": 124, "name": "San Bernardino", "country": "USA", "latitude": 34.12038, "longitude": -117.30003, "population": 1745000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.19996, 41.17998]}, "properties": {"id": 125, "name": "Bridgeport", "country": "USA", "latitude": 41.17998, "longitude": -73.19996, "population": 1018000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.61995, 43.17043]}, "properties": {"id": 126, "name": "Rochester", "country": "USA", "latitude": 43.17043, "longitude": -77.61995, "population": 755000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-2.24799, 53.50042]}, "properties": {"id": 127, "name": "Manchester", "country": "GBR", "latitude": 53.50042, "longitude": -2.24799, "population": 2230000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.18502, 32.16043]}, "properties": {"id": 128, "name": "Gujranwala", "country": "PAK", "latitude": 32.16043, "longitude": 74.18502, "population": 1513000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.64223, 37.47615]}, "properties": {"id": 129, "name": "Incheon", "country": "KOR", "latitude": 37.47615, "longitude": 126.64223, "population": 2550000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.62001, 6.34048]}, "properties": {"id": 130, "name": "Benin City", "country": "NGA", "latitude": 6.34048, "longitude": 5.62001, "population": 1190000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.08002, 24.44999]}, "properties": {"id": 131, "name": "Xiamen", "country": "CHN", "latitude": 24.44999, "longitude": 118.08002, "population": 2519000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.13, 30.78043]}, "properties": {"id": 132, "name": "Nanchong", "country": "CHN", "latitude": 30.78043, "longitude": 106.13, "population": 2174000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [105.05001, 29.58038]}, "properties": {"id": 133, "name": "Neijiang", "country": "CHN", "latitude": 29.58038, "longitude": 105.05001, "population": 1466000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.53002, 33.0004]}, "properties": {"id": 134, "name": "Nanyang", "country": "CHN", "latitude": 33.0004, "longitude": 112.53002, "population": 1944000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.82998, 40.75034]}, "properties": {"id": 135, "name": "Jinxi", "country": "CHN", "latitude": 40.75034, "longitude": 120.82998, "population": 2426000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.40002, 37.53041]}, "properties": {"id": 136, "name": "Yantai", "country": "CHN", "latitude": 37.53041, "longitude": 121.40002, "population": 2116000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.57002, 34.88]}, "properties": {"id": 137, "name": "Zaozhuang", "country": "CHN", "latitude": 34.88, "longitude": 117.57002, "population": 2145000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.62002, 31.30048]}, "properties": {"id": 138, "name": "Suzhou", "country": "CHN", "latitude": 31.30048, "longitude": 120.62002, "population": 1650000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.18002, 34.28001]}, "properties": {"id": 139, "name": "Xuzhou", "country": "CHN", "latitude": 34.28001, "longitude": 117.18002, "population": 2091000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.29998, 31.58]}, "properties": {"id": 140, "name": "Wuxi", "country": "CHN", "latitude": 31.58, "longitude": 120.29998, "population": 1749000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.55004, 43.84997]}, "properties": {"id": 141, "name": "Jilin", "country": "CHN", "latitude": 43.84997, "longitude": 126.55004, "population": 2396000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.78001, 30.72]}, "properties": {"id": 142, "name": "Chandigarh", "country": "IND", "latitude": 30.72, "longitude": 76.78001, "population": 979000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.84674, 32.71179]}, "properties": {"id": 143, "name": "Jammu", "country": "IND", "latitude": 32.71179, "longitude": 74.84674, "population": 791000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.90001, 17.67041]}, "properties": {"id": 144, "name": "Sholapur", "country": "IND", "latitude": 17.67041, "longitude": 75.90001, "population": 1057000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.3203, 19.8957]}, "properties": {"id": 145, "name": "Aurangabad", "country": "IND", "latitude": 19.8957, "longitude": 75.3203, "population": 1113000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.77998, 20.00042]}, "properties": {"id": 146, "name": "Nasik", "country": "IND", "latitude": 20.00042, "longitude": 73.77998, "population": 1473000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.76664, 26.14402]}, "properties": {"id": 147, "name": "Dispur", "country": "IND", "latitude": 26.14402, "longitude": 91.76664, "population": 16140}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.56902, 31.33492]}, "properties": {"id": 148, "name": "Jullundur", "country": "IND", "latitude": 31.33492, "longitude": 75.56902, "population": 855000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [81.84001, 25.455]}, "properties": {"id": 149, "name": "Allahabad", "country": "IND", "latitude": 25.455, "longitude": 81.84001, "population": 1201000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.75678, 28.84179]}, "properties": {"id": 150, "name": "Moradabad", "country": "IND", "latitude": 28.84179, "longitude": 78.75678, "population": 787000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.40839, 28.66038]}, "properties": {"id": 151, "name": "Ghaziabad", "country": "IND", "latitude": 28.66038, "longitude": 77.40839, "population": 1341000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.01502, 27.17042]}, "properties": {"id": 152, "name": "Agra", "country": "IND", "latitude": 27.17042, "longitude": 78.01502, "population": 1592000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.06179, 27.89221]}, "properties": {"id": 153, "name": "Aligarh", "country": "IND", "latitude": 27.89221, "longitude": 78.06179, "population": 805000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.7, 29.00041]}, "properties": {"id": 154, "name": "Meerut", "country": "IND", "latitude": 29.00041, "longitude": 77.7, "population": 1398000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.41999, 23.80039]}, "properties": {"id": 155, "name": "Dhanbad", "country": "IND", "latitude": 23.80039, "longitude": 86.41999, "population": 1246000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.18008, 26.22999]}, "properties": {"id": 156, "name": "Gwalior", "country": "IND", "latitude": 26.22999, "longitude": 78.18008, "population": 978000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.18002, 22.31002]}, "properties": {"id": 157, "name": "Vadodara", "country": "IND", "latitude": 22.31002, "longitude": 73.18002, "population": 1756000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [70.80001, 22.31002]}, "properties": {"id": 158, "name": "Rajkot", "country": "IND", "latitude": 22.31002, "longitude": 70.80001, "population": 1260000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.51005, -33.41002]}, "properties": {"id": 159, "name": "Durazno", "country": "URY", "latitude": -33.41002, "longitude": -56.51005, "population": 34037}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.41085, 48.60113]}, "properties": {"id": 160, "name": "International Falls", "country": "USA", "latitude": 48.60113, "longitude": -93.41085, "population": 15240}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.08497, 44.94399]}, "properties": {"id": 161, "name": "St. Paul", "country": "USA", "latitude": 44.94399, "longitude": -93.08497, "population": 734854}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-108.54, 45.7883]}, "properties": {"id": 162, "name": "Billings", "country": "USA", "latitude": 45.7883, "longitude": -108.54, "population": 104552}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.29999, 47.50029]}, "properties": {"id": 163, "name": "Great Falls", "country": "USA", "latitude": 47.50029, "longitude": -111.29999, "population": 66558}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-113.99305, 46.87224]}, "properties": {"id": 164, "name": "Missoula", "country": "USA", "latitude": 46.87224, "longitude": -113.99305, "population": 72856}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-101.29582, 48.23249]}, "properties": {"id": 165, "name": "Minot", "country": "USA", "latitude": 48.23249, "longitude": -101.29582, "population": 39439}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.78943, 46.87723]}, "properties": {"id": 166, "name": "Fargo", "country": "USA", "latitude": 46.87723, "longitude": -96.78943, "population": 162842}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-155.09003, 19.7]}, "properties": {"id": 167, "name": "Hilo", "country": "USA", "latitude": 19.7, "longitude": -155.09003, "population": 52391}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.89943, 47.03804]}, "properties": {"id": 168, "name": "Olympia", "country": "USA", "latitude": 47.03804, "longitude": -122.89943, "population": 156984}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.41995, 47.67]}, "properties": {"id": 169, "name": "Spokane", "country": "USA", "latitude": 47.67, "longitude": -117.41995, "population": 347705}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.63999, 45.6303]}, "properties": {"id": 170, "name": "Vancouver", "country": "USA", "latitude": 45.6303, "longitude": -122.63999, "population": 525802}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.65051, 35.1981]}, "properties": {"id": 171, "name": "Flagstaff", "country": "USA", "latitude": 35.1981, "longitude": -111.65051, "population": 63993}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.88999, 32.205]}, "properties": {"id": 172, "name": "Tucson", "country": "USA", "latitude": 32.205, "longitude": -110.88999, "population": 823000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-119.71999, 34.43499]}, "properties": {"id": 173, "name": "Santa Barbara", "country": "USA", "latitude": 34.43499, "longitude": -119.71999, "population": 181632}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-119.77298, 36.74772]}, "properties": {"id": 174, "name": "Fresno", "country": "USA", "latitude": 36.74772, "longitude": -119.77298, "population": 616353}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-124.1475, 40.80222]}, "properties": {"id": 175, "name": "Eureka", "country": "USA", "latitude": 40.80222, "longitude": -124.1475, "population": 42398}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-104.79199, 38.86296]}, "properties": {"id": 176, "name": "Colorado Springs", "country": "USA", "latitude": 38.86296, "longitude": -104.79199, "population": 493654}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-119.82001, 39.52998]}, "properties": {"id": 177, "name": "Reno", "country": "USA", "latitude": 39.52998, "longitude": -119.82001, "population": 328585}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-115.76199, 40.83251]}, "properties": {"id": 178, "name": "Elko", "country": "USA", "latitude": 40.83251, "longitude": -115.76199, "population": 19252}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.64133, 35.10497]}, "properties": {"id": 179, "name": "Albuquerque", "country": "USA", "latitude": 35.10497, "longitude": -106.64133, "population": 898642}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-123.0239, 44.92807]}, "properties": {"id": 180, "name": "Salem", "country": "USA", "latitude": 44.92807, "longitude": -123.0239, "population": 229010}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.31249, 42.86662]}, "properties": {"id": 181, "name": "Casper", "country": "USA", "latitude": 42.86662, "longitude": -106.31249, "population": 60791}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-95.66998, 39.05001]}, "properties": {"id": 182, "name": "Topeka", "country": "USA", "latitude": 39.05001, "longitude": -95.66998, "population": 132091}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-94.60409, 39.10709]}, "properties": {"id": 183, "name": "Kansas City", "country": "USA", "latitude": 39.10709, "longitude": -94.60409, "population": 1469000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-95.93002, 36.12]}, "properties": {"id": 184, "name": "Tulsa", "country": "USA", "latitude": 36.12, "longitude": -95.93002, "population": 946962}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.73, 43.54999]}, "properties": {"id": 185, "name": "Sioux Falls", "country": "USA", "latitude": 43.54999, "longitude": -96.73, "population": 155724}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.77002, 32.50002]}, "properties": {"id": 186, "name": "Shreveport", "country": "USA", "latitude": 32.50002, "longitude": -93.77002, "population": 248053}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-91.14016, 30.45795]}, "properties": {"id": 187, "name": "Baton Rouge", "country": "USA", "latitude": 30.45795, "longitude": -91.14016, "population": 422072}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.34004, 32.73998]}, "properties": {"id": 188, "name": "Ft. Worth", "country": "USA", "latitude": 32.73998, "longitude": -97.34004, "population": 1440454}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.40189, 27.74281]}, "properties": {"id": 189, "name": "Corpus Christi", "country": "USA", "latitude": 27.74281, "longitude": -97.40189, "population": 277454}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.74278, 30.26695]}, "properties": {"id": 190, "name": "Austin", "country": "USA", "latitude": 30.26695, "longitude": -97.74278, "population": 1161000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-101.83, 35.22998]}, "properties": {"id": 191, "name": "Amarillo", "country": "USA", "latitude": 35.22998, "longitude": -101.83, "population": 181766}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.51, 31.77998]}, "properties": {"id": 192, "name": "El Paso", "country": "USA", "latitude": 31.77998, "longitude": -106.51, "population": 753000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.50722, 27.50614]}, "properties": {"id": 193, "name": "Laredo", "country": "USA", "latitude": 27.50614, "longitude": -99.50722, "population": 434768}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.13001, 8.39999]}, "properties": {"id": 194, "name": "Merida", "country": "VEN", "latitude": 8.39999, "longitude": -71.13001, "population": 345489}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.21247, 44.4758]}, "properties": {"id": 195, "name": "Burlington", "country": "USA", "latitude": 44.4758, "longitude": -73.21247, "population": 93807}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.27919, 32.3616]}, "properties": {"id": 196, "name": "Montgomery", "country": "USA", "latitude": 32.3616, "longitude": -86.27919, "population": 198325}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.28003, 30.44999]}, "properties": {"id": 197, "name": "Tallahassee", "country": "USA", "latitude": 30.44999, "longitude": -84.28003, "population": 221222}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.38003, 28.50998]}, "properties": {"id": 198, "name": "Orlando", "country": "USA", "latitude": 28.50998, "longitude": -81.38003, "population": 1350000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.66999, 30.33002]}, "properties": {"id": 199, "name": "Jacksonville", "country": "USA", "latitude": 30.33002, "longitude": -81.66999, "population": 988000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.11, 32.02111]}, "properties": {"id": 200, "name": "Savannah", "country": "USA", "latitude": 32.02111, "longitude": -81.11, "population": 180187}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-80.89998, 34.03998]}, "properties": {"id": 201, "name": "Columbia", "country": "USA", "latitude": 34.03998, "longitude": -80.89998, "population": 398093}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.17005, 39.74999]}, "properties": {"id": 202, "name": "Indianapolis", "country": "USA", "latitude": 39.74999, "longitude": -86.17005, "population": 1436000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.94502, 34.22552]}, "properties": {"id": 203, "name": "Wilmington", "country": "USA", "latitude": 34.22552, "longitude": -77.94502, "population": 161560}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-83.92003, 35.97001]}, "properties": {"id": 204, "name": "Knoxville", "country": "USA", "latitude": 35.97001, "longitude": -83.92003, "population": 655400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.44999, 37.55002]}, "properties": {"id": 205, "name": "Richmond", "country": "USA", "latitude": 37.55002, "longitude": -77.44999, "population": 912000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.63273, 38.34974]}, "properties": {"id": 206, "name": "Charleston", "country": "USA", "latitude": 38.34974, "longitude": -81.63273, "population": 123799}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.61998, 39.29999]}, "properties": {"id": 207, "name": "Baltimore", "country": "USA", "latitude": 39.29999, "longitude": -76.61998, "population": 2255000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.15001, 43.04999]}, "properties": {"id": 208, "name": "Syracuse", "country": "USA", "latitude": 43.04999, "longitude": -76.15001, "population": 662577}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.62361, 5.6639]}, "properties": {"id": 209, "name": "Puerto Ayacucho", "country": "VEN", "latitude": 5.6639, "longitude": -67.62361, "population": 52526}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.51703, 10.652]}, "properties": {"id": 210, "name": "Port-of-Spain", "country": "TTO", "latitude": 10.652, "longitude": -61.51703, "population": 294934}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.77999, 44.31056]}, "properties": {"id": 211, "name": "Augusta", "country": "USA", "latitude": 44.31056, "longitude": -69.77999, "population": 24042}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.34528, 46.49526]}, "properties": {"id": 212, "name": "Sault Ste. Marie", "country": "USA", "latitude": 46.49526, "longitude": -84.34528, "population": 83805}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.12002, 7.53004]}, "properties": {"id": 213, "name": "Atakpame", "country": "TGO", "latitude": 7.53004, "longitude": 1.12002, "population": 80683}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.62503, 35.83]}, "properties": {"id": 214, "name": "Sousse", "country": "TUN", "latitude": 35.83, "longitude": 10.62503, "population": 327004}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.03942, 13.60445]}, "properties": {"id": 215, "name": "Taizz", "country": "YEM", "latitude": 13.60445, "longitude": 44.03942, "population": 751000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-135.32755, 57.0604]}, "properties": {"id": 216, "name": "Sitka", "country": "USA", "latitude": 57.0604, "longitude": -135.32755, "population": 8931}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.03, 49.83498]}, "properties": {"id": 217, "name": "Lvov", "country": "UKR", "latitude": 49.83498, "longitude": 24.03, "population": 803880}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.71, 46.49002]}, "properties": {"id": 218, "name": "Odessa", "country": "UKR", "latitude": 46.49002, "longitude": 30.71, "population": 991000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.66217, 50.24558]}, "properties": {"id": 219, "name": "Zhytomyr", "country": "UKR", "latitude": 50.24558, "longitude": 28.66217, "population": 282192}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.00002, 48.47997]}, "properties": {"id": 220, "name": "Dnipropetrovsk", "country": "UKR", "latitude": 48.47997, "longitude": 35.00002, "population": 1050000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.82998, 48.0]}, "properties": {"id": 221, "name": "Donetsk", "country": "UKR", "latitude": 48.0, "longitude": 37.82998, "population": 988000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.25002, 49.99998]}, "properties": {"id": 222, "name": "Kharkiv", "country": "UKR", "latitude": 49.99998, "longitude": 36.25002, "population": 1461000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [52.96968, 40.02305]}, "properties": {"id": 223, "name": "Turkmenbasy", "country": "TKM", "latitude": 40.02305, "longitude": 52.96968, "population": 68292}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [64.43001, 39.78001]}, "properties": {"id": 224, "name": "Bukhara", "country": "UZB", "latitude": 39.78001, "longitude": 64.43001, "population": 319476}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [59.61501, 42.47]}, "properties": {"id": 225, "name": "Nukus", "country": "UZB", "latitude": 42.47, "longitude": 59.61501, "population": 230006}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [63.58004, 39.11]}, "properties": {"id": 226, "name": "Turkmenabat", "country": "TKM", "latitude": 39.11, "longitude": 63.58004, "population": 234817}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [61.83332, 37.60002]}, "properties": {"id": 227, "name": "Mary", "country": "TKM", "latitude": 37.60002, "longitude": 61.83332, "population": 178708}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [72.33997, 40.79]}, "properties": {"id": 228, "name": "Andijon", "country": "UZB", "latitude": 40.79, "longitude": 72.33997, "population": 650000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.68009, 20.83001]}, "properties": {"id": 229, "name": "Haiphong", "country": "VNM", "latitude": 20.83001, "longitude": 106.68009, "population": 1969000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.24997, 16.06004]}, "properties": {"id": 230, "name": "Da Nang", "country": "VNM", "latitude": 16.06004, "longitude": 108.24997, "population": 1000000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.44998, -14.44001]}, "properties": {"id": 231, "name": "Kabwe", "country": "ZMB", "latitude": -14.44001, "longitude": 28.44998, "population": 188979}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.25997, -12.55]}, "properties": {"id": 232, "name": "Mufulira", "country": "ZMB", "latitude": -12.55, "longitude": 28.25997, "population": 153624}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.22002, -12.81003]}, "properties": {"id": 233, "name": "Kitwe", "country": "ZMB", "latitude": -12.81003, "longitude": 28.22002, "population": 404901}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.86001, -17.86001]}, "properties": {"id": 234, "name": "Livingstone", "country": "ZMB", "latitude": -17.86001, "longitude": 25.86001, "population": 165480}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.1, -18.0]}, "properties": {"id": 235, "name": "Chitungwiza", "country": "ZWE", "latitude": -18.0, "longitude": 31.1, "population": 340360}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.70999, 4.06041]}, "properties": {"id": 236, "name": "Douala", "country": "CMR", "latitude": 4.06041, "longitude": 9.70999, "population": 1906000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.92, 52.47497]}, "properties": {"id": 237, "name": "Birmingham", "country": "GBR", "latitude": 52.47497, "longitude": -1.92, "population": 2285000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.96003, 54.60001]}, "properties": {"id": 238, "name": "Belfast", "country": "GBR", "latitude": 54.60001, "longitude": -5.96003, "population": 450406}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.15179, 38.43615]}, "properties": {"id": 239, "name": "Izmir", "country": "TUR", "latitude": 38.43615, "longitude": 27.15179, "population": 2587000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.07, 40.19999]}, "properties": {"id": 240, "name": "Bursa", "country": "TUR", "latitude": 40.19999, "longitude": 29.07, "population": 1492000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.34366, 41.28]}, "properties": {"id": 241, "name": "Samsun", "country": "TUR", "latitude": 41.28, "longitude": 36.34366, "population": 609339}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.47501, 37.87501]}, "properties": {"id": 242, "name": "Konya", "country": "TUR", "latitude": 37.87501, "longitude": 32.47501, "population": 919000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.32, 36.99499]}, "properties": {"id": 243, "name": "Adana", "country": "TUR", "latitude": 36.99499, "longitude": 35.32, "population": 1293000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.28003, 2.78]}, "properties": {"id": 244, "name": "Gulu", "country": "UGA", "latitude": 2.78, "longitude": 32.28003, "population": 146858}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.06053, -1.95359]}, "properties": {"id": 245, "name": "Kigali", "country": "RWA", "latitude": -1.95359, "longitude": 30.06053, "population": 860000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.23329, 3.85001]}, "properties": {"id": 246, "name": "Cottica", "country": "SUR", "latitude": 3.85001, "longitude": -54.23329, "population": 29210}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.77, 37.88]}, "properties": {"id": 247, "name": "Cordoba", "country": "ESP", "latitude": 37.88, "longitude": -4.77, "population": 321376}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.0964, 13.49164]}, "properties": {"id": 248, "name": "Maradi", "country": "NER", "latitude": 13.49164, "longitude": 7.0964, "population": 232555}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.25993, 14.89998]}, "properties": {"id": 249, "name": "Tahoua", "country": "NER", "latitude": 14.89998, "longitude": 5.25993, "population": 115956}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.60997, 44.20266]}, "properties": {"id": 250, "name": "Constanta", "country": "ROU", "latitude": 44.20266, "longitude": 28.60997, "population": 303399}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.15838, 65.59663]}, "properties": {"id": 251, "name": "Lule\u00e5", "country": "SWE", "latitude": 65.59663, "longitude": 22.15838, "population": 48638}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.31666, 62.40005]}, "properties": {"id": 252, "name": "Sundsvall", "country": "SWE", "latitude": 62.40005, "longitude": 17.31666, "population": 73389}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.57495, 47.16835]}, "properties": {"id": 253, "name": "Iasi", "country": "ROU", "latitude": 47.16835, "longitude": 27.57495, "population": 325914}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [99.34013, 9.1501]}, "properties": {"id": 254, "name": "Surat Thani", "country": "THA", "latitude": 9.1501, "longitude": 99.34013, "population": 157627}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [98.98005, 18.79998]}, "properties": {"id": 255, "name": "Chiang Mai", "country": "THA", "latitude": 18.79998, "longitude": 98.98005, "population": 397211}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.10001, 15.00003]}, "properties": {"id": 256, "name": "Nakhon Ratchasima", "country": "THA", "latitude": 15.00003, "longitude": 102.10001, "population": 334984}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.13333, -26.31665]}, "properties": {"id": 257, "name": "Mbabane", "country": "SWZ", "latitude": -26.31665, "longitude": 31.13333, "population": 90138}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-80.62997, -5.21003]}, "properties": {"id": 258, "name": "Piura", "country": "PER", "latitude": -5.21003, "longitude": -80.62997, "population": 396932}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.53001, -16.41999]}, "properties": {"id": 259, "name": "Arequipa", "country": "PER", "latitude": -16.41999, "longitude": -71.53001, "population": 815000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.57, -9.07]}, "properties": {"id": 260, "name": "Chimbote", "country": "PER", "latitude": -9.07, "longitude": -78.57, "population": 349846}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-74.535, -8.36891]}, "properties": {"id": 261, "name": "Pucallpa", "country": "PER", "latitude": -8.36891, "longitude": -74.535, "population": 310750}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.25001, -3.75002]}, "properties": {"id": 262, "name": "Iquitos", "country": "PER", "latitude": -3.75002, "longitude": -73.25001, "population": 458729}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.20002, -12.08]}, "properties": {"id": 263, "name": "Huancayo", "country": "PER", "latitude": -12.08, "longitude": -75.20002, "population": 412733}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.61606, -25.5167]}, "properties": {"id": 264, "name": "Ciudad del Este", "country": "PRY", "latitude": -25.5167, "longitude": -54.61606, "population": 320872}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-25.66658, 37.7483]}, "properties": {"id": 265, "name": "Ponta Delgada", "country": "PRT", "latitude": 37.7483, "longitude": -25.66658, "population": 61526}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-8.72999, 42.22002]}, "properties": {"id": 266, "name": "Vigo", "country": "ESP", "latitude": 42.22002, "longitude": -8.72999, "population": 378952}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-2.92999, 43.24998]}, "properties": {"id": 267, "name": "Bilbao", "country": "ESP", "latitude": 43.24998, "longitude": -2.92999, "population": 875552}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-16.10001, 14.14997]}, "properties": {"id": 268, "name": "Kaolack", "country": "SEN", "latitude": 14.14997, "longitude": -16.10001, "population": 277812}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.49999, 16.15001]}, "properties": {"id": 269, "name": "Kaedi", "country": "SEN", "latitude": 16.15001, "longitude": -13.49999, "population": 21656}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.44002, 13.45002]}, "properties": {"id": 270, "name": "Geneina", "country": "SDN", "latitude": 13.45002, "longitude": 22.44002, "population": 162981}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.58, 24.49999]}, "properties": {"id": 271, "name": "Medina", "country": "SAU", "latitude": 24.49999, "longitude": 39.58, "population": 1010000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.55497, 28.38383]}, "properties": {"id": 272, "name": "Tabuk", "country": "SAU", "latitude": 28.38383, "longitude": 36.55497, "population": 547957}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.58003, 4.82998]}, "properties": {"id": 273, "name": "Juba", "country": "SSD", "latitude": 4.82998, "longitude": 31.58003, "population": 111975}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.65599, 9.5369]}, "properties": {"id": 274, "name": "Malakal", "country": "SSD", "latitude": 9.5369, "longitude": 31.65599, "population": 160765}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.48002, 15.61668]}, "properties": {"id": 275, "name": "Omdurman", "country": "SDN", "latitude": 15.61668, "longitude": 32.48002, "population": 2395159}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.2167, 13.18329]}, "properties": {"id": 276, "name": "El Obeid", "country": "SDN", "latitude": 13.18329, "longitude": 30.2167, "population": 393311}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.26996, 52.08004]}, "properties": {"id": 277, "name": "The Hague", "country": "NLD", "latitude": 52.08004, "longitude": 4.26996, "population": 1406000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.00002, 58.16664]}, "properties": {"id": 278, "name": "Kristiansand", "country": "NOR", "latitude": 58.16664, "longitude": 8.00002, "population": 63814}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.51497, 46.05529]}, "properties": {"id": 279, "name": "Ljubljana", "country": "SVN", "latitude": 46.05529, "longitude": 14.51497, "population": 314807}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.11698, 48.15002]}, "properties": {"id": 280, "name": "Bratislava", "country": "SVK", "latitude": 48.15002, "longitude": 17.11698, "population": 423737}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.688, 70.66128]}, "properties": {"id": 281, "name": "Hammerfest", "country": "NOR", "latitude": 70.66128, "longitude": 23.688, "population": 10000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [51.53297, 25.28656]}, "properties": {"id": 282, "name": "Doha", "country": "QAT", "latitude": 25.28656, "longitude": 51.53297, "population": 1450000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [67.02499, 30.22]}, "properties": {"id": 283, "name": "Quetta", "country": "PAK", "latitude": 30.22, "longitude": 67.02499, "population": 768000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [68.20678, 27.56177]}, "properties": {"id": 284, "name": "Larkana", "country": "PAK", "latitude": 27.56177, "longitude": 68.20678, "population": 364033}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.88329, -29.66673]}, "properties": {"id": 285, "name": "Springbok", "country": "ZAF", "latitude": -29.66673, "longitude": 17.88329, "population": 10438}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.23001, -28.46003]}, "properties": {"id": 286, "name": "Upington", "country": "ZAF", "latitude": -28.46003, "longitude": 21.23001, "population": 71373}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.43994, -33.64003]}, "properties": {"id": 287, "name": "Worcester", "country": "ZAF", "latitude": -33.64003, "longitude": 19.43994, "population": 127597}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.45004, -33.95003]}, "properties": {"id": 288, "name": "George", "country": "ZAF", "latitude": -33.95003, "longitude": 22.45004, "population": 174582}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.58001, -16.17003]}, "properties": {"id": 289, "name": "Tete", "country": "MOZ", "latitude": -16.17003, "longitude": 33.58001, "population": 129316}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.53235, -12.98305]}, "properties": {"id": 290, "name": "Pemba", "country": "MOZ", "latitude": -12.98305, "longitude": 40.53235, "population": 110643}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.29304, -15.13604]}, "properties": {"id": 291, "name": "Nampula", "country": "MOZ", "latitude": -15.13604, "longitude": 39.29304, "population": 388526}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.72999, -27.96999]}, "properties": {"id": 292, "name": "Welkom", "country": "ZAF", "latitude": -27.96999, "longitude": 26.72999, "population": 431944}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.64, -25.03998]}, "properties": {"id": 293, "name": "Xai-Xai", "country": "MOZ", "latitude": -25.03998, "longitude": 33.64, "population": 128805}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [145.38548, -6.08331]}, "properties": {"id": 294, "name": "Goroka", "country": "PNG", "latitude": -6.08331, "longitude": 145.38548, "population": 39699}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.21682, -5.86322]}, "properties": {"id": 295, "name": "Mt. Hagen", "country": "PNG", "latitude": -5.86322, "longitude": 144.21682, "population": 59064}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [152.14343, -4.20549]}, "properties": {"id": 296, "name": "Rabaul", "country": "PNG", "latitude": -4.20549, "longitude": 152.14343, "population": 8074}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.99004, -6.73299]}, "properties": {"id": 297, "name": "Lae", "country": "PNG", "latitude": -6.73299, "longitude": 146.99004, "population": 131052}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-82.43333, 8.43332]}, "properties": {"id": 298, "name": "David", "country": "PAN", "latitude": 8.43332, "longitude": -82.43333, "population": 110037}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.90997, 34.69001]}, "properties": {"id": 299, "name": "Oujda", "country": "MAR", "latitude": 34.69001, "longitude": -1.90997, "population": 409391}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.23999, 32.31998]}, "properties": {"id": 300, "name": "Safi", "country": "MAR", "latitude": 32.31998, "longitude": -9.23999, "population": 353476}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.26631, 42.46597]}, "properties": {"id": 301, "name": "Podgorica", "country": "MNE", "latitude": 42.46597, "longitude": 19.26631, "population": 145850}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.88999, -17.88001]}, "properties": {"id": 302, "name": "Quelimane", "country": "MOZ", "latitude": -17.88001, "longitude": 36.88999, "population": 188964}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.87002, -32.97004]}, "properties": {"id": 303, "name": "East London", "country": "ZAF", "latitude": -32.97004, "longitude": 27.87002, "population": 338627}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.00999, -31.5]}, "properties": {"id": 304, "name": "Middelburg", "country": "ZAF", "latitude": -31.5, "longitude": 25.00999, "population": 18164}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.61795, 43.49811]}, "properties": {"id": 305, "name": "Naltchik", "country": "RUS", "latitude": 43.49811, "longitude": 43.61795, "population": 307866}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.98001, 45.05]}, "properties": {"id": 306, "name": "Stavropol", "country": "RUS", "latitude": 45.05, "longitude": 41.98001, "population": 363064}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [177.7, 64.7333]}, "properties": {"id": 307, "name": "Ugolnye Kopi", "country": "RUS", "latitude": 64.7333, "longitude": 177.7, "population": 3367}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.49734, 54.70001]}, "properties": {"id": 308, "name": "Kaliningrad", "country": "RUS", "latitude": 54.70001, "longitude": 20.49734, "population": 434954}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.32994, 57.83]}, "properties": {"id": 309, "name": "Pskov", "country": "RUS", "latitude": 57.83, "longitude": 28.32994, "population": 201990}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.42998, 53.25999]}, "properties": {"id": 310, "name": "Bryansk", "country": "RUS", "latitude": 53.25999, "longitude": 34.42998, "population": 427236}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.04734, 54.78269]}, "properties": {"id": 311, "name": "Smolensk", "country": "RUS", "latitude": 54.78269, "longitude": 32.04734, "population": 320991}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.28002, 61.84998]}, "properties": {"id": 312, "name": "Petrozavodsk", "country": "RUS", "latitude": 61.84998, "longitude": 34.28002, "population": 265025}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.89, 56.85998]}, "properties": {"id": 313, "name": "Tver", "country": "RUS", "latitude": 56.85998, "longitude": 35.89, "population": 400212}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.91998, 59.20999]}, "properties": {"id": 314, "name": "Vologda", "country": "RUS", "latitude": 59.20999, "longitude": 39.91998, "population": 294889}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.87001, 57.61998]}, "properties": {"id": 315, "name": "Yaroslavl", "country": "RUS", "latitude": 57.61998, "longitude": 39.87001, "population": 606730}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.71266, 47.23465]}, "properties": {"id": 316, "name": "Rostov", "country": "RUS", "latitude": 47.23465, "longitude": 39.71266, "population": 1052000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.72997, 43.59001]}, "properties": {"id": 317, "name": "Sochi", "country": "RUS", "latitude": 43.59001, "longitude": 39.72997, "population": 327608}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.00004, 45.01998]}, "properties": {"id": 318, "name": "Krasnodar", "country": "RUS", "latitude": 45.01998, "longitude": 39.00004, "population": 649851}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.99998, 53.18002]}, "properties": {"id": 319, "name": "Penza", "country": "RUS", "latitude": 53.18002, "longitude": 44.99998, "population": 512602}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.71999, 54.61996]}, "properties": {"id": 320, "name": "Ryazan", "country": "RUS", "latitude": 54.61996, "longitude": 39.71999, "population": 520173}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.27, 51.72998]}, "properties": {"id": 321, "name": "Voronezh", "country": "RUS", "latitude": 51.72998, "longitude": 39.27, "population": 844000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [58.98001, 53.42269]}, "properties": {"id": 322, "name": "Magnitogorsk", "country": "RUS", "latitude": 53.42269, "longitude": 58.98001, "population": 413351}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [61.43867, 55.15499]}, "properties": {"id": 323, "name": "Chelyabinsk", "country": "RUS", "latitude": 55.15499, "longitude": 61.43867, "population": 1091000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [64.00998, 67.5]}, "properties": {"id": 324, "name": "Vorkuta", "country": "RUS", "latitude": 67.5, "longitude": 64.00998, "population": 80039}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.66998, 58.59005]}, "properties": {"id": 325, "name": "Kirov", "country": "RUS", "latitude": 58.59005, "longitude": 49.66998, "population": 457437}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [59.97498, 57.92002]}, "properties": {"id": 326, "name": "Nizhny Tagil", "country": "RUS", "latitude": 57.92002, "longitude": 59.97498, "population": 381116}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.05499, 46.34866]}, "properties": {"id": 327, "name": "Astrakhan", "country": "RUS", "latitude": 46.34866, "longitude": 48.05499, "population": 502533}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [55.11001, 51.77998]}, "properties": {"id": 328, "name": "Orenburg", "country": "RUS", "latitude": 51.77998, "longitude": 55.11001, "population": 550204}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.03, 51.57999]}, "properties": {"id": 329, "name": "Saratov", "country": "RUS", "latitude": 51.57999, "longitude": 46.03, "population": 843000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.41001, 54.32998]}, "properties": {"id": 330, "name": "Ulyanovsk", "country": "RUS", "latitude": 54.32998, "longitude": 48.41001, "population": 640680}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.39995, 54.98999]}, "properties": {"id": 331, "name": "Omsk", "country": "RUS", "latitude": 54.98999, "longitude": 73.39995, "population": 1135000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [65.52999, 57.14001]}, "properties": {"id": 332, "name": "Tyumen", "country": "RUS", "latitude": 57.14001, "longitude": 65.52999, "population": 519119}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [87.11498, 53.75001]}, "properties": {"id": 333, "name": "Novokuznetsk", "country": "RUS", "latitude": 53.75001, "longitude": 87.11498, "population": 539616}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.08998, 55.33997]}, "properties": {"id": 334, "name": "Kemerovo", "country": "RUS", "latitude": 55.33997, "longitude": 86.08998, "population": 477090}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.6987, 43.31869]}, "properties": {"id": 335, "name": "Groznyy", "country": "RUS", "latitude": 43.31869, "longitude": 45.6987, "population": 226100}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.67, 7.27998]}, "properties": {"id": 336, "name": "Kandy", "country": "LKA", "latitude": 7.27998, "longitude": 80.67, "population": 111701}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.94999, 6.9]}, "properties": {"id": 337, "name": "Sri Jawewardenepura Kotte", "country": "LKA", "latitude": 6.9, "longitude": 79.94999, "population": 115826}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.42503, 36.33555]}, "properties": {"id": 338, "name": "Daejeon", "country": "KOR", "latitude": 36.33555, "longitude": 127.42503, "population": 1468000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.91043, 35.17097]}, "properties": {"id": 339, "name": "Gwangju", "country": "KOR", "latitude": 35.17097, "longitude": 126.91043, "population": 1440000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [129.01005, 35.09505]}, "properties": {"id": 340, "name": "Busan", "country": "KOR", "latitude": 35.09505, "longitude": 129.01005, "population": 3480000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.08003, 6.91998]}, "properties": {"id": 341, "name": "Zamboanga", "country": "PHL", "latitude": 6.91998, "longitude": 122.08003, "population": 773000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.59361, 18.19885]}, "properties": {"id": 342, "name": "Laoag", "country": "PHL", "latitude": 18.19885, "longitude": 120.59361, "population": 207048}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.56994, 16.42999]}, "properties": {"id": 343, "name": "Baguio City", "country": "PHL", "latitude": 16.42999, "longitude": 120.56994, "population": 447824}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.17473, 6.11083]}, "properties": {"id": 344, "name": "General Santos", "country": "PHL", "latitude": 6.11083, "longitude": 125.17473, "population": 950530}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.63331, 57.98996]}, "properties": {"id": 345, "name": "Ust-Ulimsk", "country": "RUS", "latitude": 57.98996, "longitude": 102.63331, "population": 100271}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.92, 52.56001]}, "properties": {"id": 346, "name": "Angarsk", "country": "RUS", "latitude": 52.56001, "longitude": 103.92, "population": 243158}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.445, 53.70368]}, "properties": {"id": 347, "name": "Abakan", "country": "RUS", "latitude": 53.70368, "longitude": 91.445, "population": 167289}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.22499, 69.34002]}, "properties": {"id": 348, "name": "Norilsk", "country": "RUS", "latitude": 69.34002, "longitude": 88.22499, "population": 165873}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.465, 72.04114]}, "properties": {"id": 349, "name": "Khatanga", "country": "RUS", "latitude": 72.04114, "longitude": 102.465, "population": 3205}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [94.38307, 51.7067]}, "properties": {"id": 350, "name": "Kyzyl", "country": "RUS", "latitude": 51.7067, "longitude": 94.38307, "population": 108240}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [107.625, 51.82499]}, "properties": {"id": 351, "name": "Ulan Ude", "country": "RUS", "latitude": 51.82499, "longitude": 107.625, "population": 360278}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.53334, 50.26661]}, "properties": {"id": 352, "name": "Blagoveshchensk", "country": "RUS", "latitude": 50.26661, "longitude": 127.53334, "population": 221296}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.91663, 52.98334]}, "properties": {"id": 353, "name": "Bukachacha", "country": "RUS", "latitude": 52.98334, "longitude": 116.91663, "population": 3372}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.51725, 44.53722]}, "properties": {"id": 354, "name": "Dalnegorsk", "country": "RUS", "latitude": 44.53722, "longitude": 135.51725, "population": 8123}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [162.33359, 69.65101]}, "properties": {"id": 355, "name": "Ambarchik", "country": "RUS", "latitude": 69.65101, "longitude": 162.33359, "population": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [134.63503, 67.65599]}, "properties": {"id": 356, "name": "Batagay", "country": "RUS", "latitude": 67.65599, "longitude": 134.63503, "population": 4266}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [147.89458, 70.61831]}, "properties": {"id": 357, "name": "Chokurdakh", "country": "RUS", "latitude": 70.61831, "longitude": 147.89458, "population": 2506}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [143.19998, 64.56659]}, "properties": {"id": 358, "name": "Ust Nera", "country": "RUS", "latitude": 64.56659, "longitude": 143.19998, "population": 9148}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.94703, 60.72527]}, "properties": {"id": 359, "name": "Lensk", "country": "RUS", "latitude": 60.72527, "longitude": 114.94703, "population": 25589}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.38939, 58.603]}, "properties": {"id": 360, "name": "Aldan", "country": "RUS", "latitude": 58.603, "longitude": 125.38939, "population": 24426}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.96135, 62.54002]}, "properties": {"id": 361, "name": "Mirnyy", "country": "RUS", "latitude": 62.54002, "longitude": 113.96135, "population": 40308}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.37112, 66.76971]}, "properties": {"id": 362, "name": "Zhigansk", "country": "RUS", "latitude": 66.76971, "longitude": 123.37112, "population": 3237}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [143.21704, 59.383]}, "properties": {"id": 363, "name": "Okhotsk", "country": "RUS", "latitude": 59.383, "longitude": 143.21704, "population": 5570}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.12001, 48.45499]}, "properties": {"id": 364, "name": "Khabarovsk", "country": "RUS", "latitude": 48.45499, "longitude": 135.12001, "population": 579000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [142.94785, 53.5739]}, "properties": {"id": 365, "name": "Okha", "country": "RUS", "latitude": 53.5739, "longitude": 142.94785, "population": 26560}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [142.74001, 46.96497]}, "properties": {"id": 366, "name": "Yuzhno Sakhalinsk", "country": "RUS", "latitude": 46.96497, "longitude": 142.74001, "population": 176484}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-115.48002, 32.64998]}, "properties": {"id": 367, "name": "Mexicali", "country": "MEX", "latitude": 32.64998, "longitude": -115.48002, "population": 885000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.32, 24.13996]}, "properties": {"id": 368, "name": "La Paz", "country": "MEX", "latitude": 24.13996, "longitude": -110.32, "population": 189767}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-103.42, 25.57005]}, "properties": {"id": 369, "name": "Torreon", "country": "MEX", "latitude": 25.57005, "longitude": -103.42, "population": 1144000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-107.37997, 24.82999]}, "properties": {"id": 370, "name": "Culiacan", "country": "MEX", "latitude": 24.82999, "longitude": -107.37997, "population": 809000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.945, 31.305]}, "properties": {"id": 371, "name": "Nogales", "country": "MEX", "latitude": 31.305, "longitude": -110.945, "population": 178097}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.95406, 29.09888]}, "properties": {"id": 372, "name": "Hermosillo", "country": "MEX", "latitude": 29.09888, "longitude": -110.95406, "population": 595811}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-110.88999, 27.93001]}, "properties": {"id": 373, "name": "Guaymas", "country": "MEX", "latitude": 27.93001, "longitude": -110.88999, "population": 103449}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-101.0, 22.16998]}, "properties": {"id": 374, "name": "San Luis Potosi", "country": "MEX", "latitude": 22.16998, "longitude": -101.0, "population": 992000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.5, 25.87998]}, "properties": {"id": 375, "name": "Matamoros", "country": "MEX", "latitude": 25.87998, "longitude": -97.5, "population": 538785}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.55001, 27.49999]}, "properties": {"id": 376, "name": "Nuevo Laredo", "country": "MEX", "latitude": 27.49999, "longitude": -99.55001, "population": 349550}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-103.72001, 19.22997]}, "properties": {"id": 377, "name": "Colima", "country": "MEX", "latitude": 19.22997, "longitude": -103.72001, "population": 223287}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.49999, 19.82999]}, "properties": {"id": 378, "name": "Campeche", "country": "MEX", "latitude": 19.82999, "longitude": -90.49999, "population": 205212}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.66995, 17.08269]}, "properties": {"id": 379, "name": "Oaxaca", "country": "MEX", "latitude": 17.08269, "longitude": -96.66995, "population": 530728}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-101.70003, 21.14999]}, "properties": {"id": 380, "name": "Leon", "country": "MEX", "latitude": 21.14999, "longitude": -101.70003, "population": 1488000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.16001, 11.84996]}, "properties": {"id": 381, "name": "Maiduguri", "country": "NGA", "latitude": 11.84996, "longitude": 13.16001, "population": 896000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.01, 4.81]}, "properties": {"id": 382, "name": "Port Harcourt", "country": "NGA", "latitude": 4.81, "longitude": 7.01, "population": 1020000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.53001, 7.72998]}, "properties": {"id": 383, "name": "Makurdi", "country": "NGA", "latitude": 7.72998, "longitude": 8.53001, "population": 292645}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.92998, 7.38003]}, "properties": {"id": 384, "name": "Ibadan", "country": "NGA", "latitude": 7.38003, "longitude": 3.92998, "population": 2628000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.23999, 8.13001]}, "properties": {"id": 385, "name": "Ogbomosho", "country": "NGA", "latitude": 8.13001, "longitude": 4.23999, "population": 951000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.76, 5.51996]}, "properties": {"id": 386, "name": "Warri", "country": "NGA", "latitude": 5.51996, "longitude": 5.76, "population": 830106}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.44, 10.52002]}, "properties": {"id": 387, "name": "Kaduna", "country": "NGA", "latitude": 10.52002, "longitude": 7.44, "population": 1442000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.64004, 54.35998]}, "properties": {"id": 388, "name": "Gdansk", "country": "POL", "latitude": 54.35998, "longitude": 18.64004, "population": 740000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.96001, 50.05998]}, "properties": {"id": 389, "name": "Krak\u00f3w", "country": "POL", "latitude": 50.05998, "longitude": 19.96001, "population": 756000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.44028, 43.58355]}, "properties": {"id": 390, "name": "Dalandzadgad", "country": "MNG", "latitude": 43.58355, "longitude": 104.44028, "population": 15093}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.43082, 39.16049]}, "properties": {"id": 391, "name": "Wonsan", "country": "PRK", "latitude": 39.16049, "longitude": 127.43082, "population": 329207}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [124.42128, 40.08586]}, "properties": {"id": 392, "name": "Sinuiju", "country": "PRK", "latitude": 40.08586, "longitude": 124.42128, "population": 288112}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.63326, 48.01664]}, "properties": {"id": 393, "name": "Dund-Us", "country": "MNG", "latitude": 48.01664, "longitude": 91.63326, "population": 30500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.50602, 48.06659]}, "properties": {"id": 394, "name": "Choybalsan", "country": "MNG", "latitude": 48.06659, "longitude": 114.50602, "population": 33376}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.15943, -26.648]}, "properties": {"id": 395, "name": "L\u00fcderitz", "country": "NAM", "latitude": -26.648, "longitude": 15.15943, "population": 15137}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.50531, -22.95753]}, "properties": {"id": 396, "name": "Walvis Bay", "country": "NAM", "latitude": -22.95753, "longitude": 14.50531, "population": 52058}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.93002, -2.52002]}, "properties": {"id": 397, "name": "Mwanza", "country": "TZA", "latitude": -2.52002, "longitude": 32.93002, "population": 493944}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.66002, -6.82001]}, "properties": {"id": 398, "name": "Morogoro", "country": "TZA", "latitude": -6.82001, "longitude": 37.66002, "population": 250902}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.75, -6.18331]}, "properties": {"id": 399, "name": "Dodoma", "country": "TZA", "latitude": -6.18331, "longitude": 35.75, "population": 218269}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.67, -3.36002]}, "properties": {"id": 400, "name": "Arusha", "country": "TZA", "latitude": -3.36002, "longitude": 36.67, "population": 341136}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [176.91503, -39.49001]}, "properties": {"id": 401, "name": "Napier", "country": "NZL", "latitude": -39.49001, "longitude": 176.91503, "population": 56787}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [174.88497, -36.99998]}, "properties": {"id": 402, "name": "Manukau", "country": "NZL", "latitude": -36.99998, "longitude": 174.88497, "population": 362000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [175.30004, -37.77001]}, "properties": {"id": 403, "name": "Hamilton", "country": "NZL", "latitude": -37.77001, "longitude": 175.30004, "population": 112145}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [173.95924, -41.52099]}, "properties": {"id": 404, "name": "Blenheim", "country": "NZL", "latitude": -41.52099, "longitude": 173.95924, "population": 26550}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [170.47997, -45.87995]}, "properties": {"id": 405, "name": "Dunedin", "country": "NZL", "latitude": -45.87995, "longitude": 170.47997, "population": 114347}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.46698, 46.91668]}, "properties": {"id": 406, "name": "Bern", "country": "CHE", "latitude": 46.91668, "longitude": 7.46698, "population": 275329}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.0333, 55.58334]}, "properties": {"id": 407, "name": "Malm\u00f6", "country": "SWE", "latitude": 55.58334, "longitude": 13.0333, "population": 269349}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.20001, 27.14998]}, "properties": {"id": 408, "name": "Laayoune", "country": "MAR", "latitude": 27.14998, "longitude": -13.20001, "population": 188084}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.36302, 0.79296]}, "properties": {"id": 409, "name": "Ternate", "country": "IDN", "latitude": 0.79296, "longitude": 127.36302, "population": 187521}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [128.20002, -3.71669]}, "properties": {"id": 410, "name": "Ambon", "country": "IDN", "latitude": -3.71669, "longitude": 128.20002, "population": 355596}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.76664, -8.44999]}, "properties": {"id": 411, "name": "Raba", "country": "IDN", "latitude": -8.44999, "longitude": 118.76664, "population": 106101}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [140.69998, -2.53299]}, "properties": {"id": 412, "name": "Jayapura", "country": "IDN", "latitude": -2.53299, "longitude": 140.69998, "population": 169341}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.25, 43.78]}, "properties": {"id": 413, "name": "Florence", "country": "ITA", "latitude": 43.78, "longitude": 11.25, "population": 1500000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.08, 37.49997]}, "properties": {"id": 414, "name": "Catania", "country": "ITA", "latitude": 37.49997, "longitude": 15.08, "population": 674542}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.16598, 42.66671]}, "properties": {"id": 415, "name": "Pristina", "country": "KOS", "latitude": 42.66671, "longitude": 21.16598, "population": 465186}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.64002, 0.05998]}, "properties": {"id": 416, "name": "Meru", "country": "KEN", "latitude": 0.05998, "longitude": 37.64002, "population": 47226}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.26998, 0.52001]}, "properties": {"id": 417, "name": "Eldoret", "country": "KEN", "latitude": 0.52001, "longitude": 35.26998, "population": 353381}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [95.32001, 5.54998]}, "properties": {"id": 418, "name": "Banda Aceh", "country": "IDN", "latitude": 5.54998, "longitude": 95.32001, "population": 513698}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [100.32937, 5.41361]}, "properties": {"id": 419, "name": "George Town", "country": "MYS", "latitude": 5.41361, "longitude": 100.32937, "population": 2500000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [100.45003, 38.92999]}, "properties": {"id": 420, "name": "Zhangye", "country": "CHN", "latitude": 38.92999, "longitude": 100.45003, "population": 230728}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.64101, 37.92801]}, "properties": {"id": 421, "name": "Wuwei", "country": "CHN", "latitude": 37.92801, "longitude": 102.64101, "population": 493092}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [94.66201, 40.14268]}, "properties": {"id": 422, "name": "Dunhuang", "country": "CHN", "latitude": 40.14268, "longitude": 94.66201, "population": 140094}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [105.91998, 34.60002]}, "properties": {"id": 423, "name": "Tianshui", "country": "CHN", "latitude": 34.60002, "longitude": 105.91998, "population": 1225000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [98.2666, 36.16659]}, "properties": {"id": 424, "name": "Dulan", "country": "CHN", "latitude": 36.16659, "longitude": 98.2666, "population": 100}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [94.88335, 36.41663]}, "properties": {"id": 425, "name": "Golmud", "country": "CHN", "latitude": 36.41663, "longitude": 94.88335, "population": 107092}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.15001, 22.62997]}, "properties": {"id": 426, "name": "Yulin", "country": "CHN", "latitude": 22.62997, "longitude": 110.15001, "population": 1127000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.61333, 23.89972]}, "properties": {"id": 427, "name": "Bose", "country": "CHN", "latitude": 23.89972, "longitude": 106.61333, "population": 175282}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [111.32002, 23.48003]}, "properties": {"id": 428, "name": "Wuzhou", "country": "CHN", "latitude": 23.48003, "longitude": 111.32002, "population": 442315}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.83333, 26.59443]}, "properties": {"id": 429, "name": "Lupanshui", "country": "CHN", "latitude": 26.59443, "longitude": 104.83333, "population": 1221000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.57999, 24.90002]}, "properties": {"id": 430, "name": "Quanzhou", "country": "CHN", "latitude": 24.90002, "longitude": 118.57999, "population": 1463000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.28001, 31.85003]}, "properties": {"id": 431, "name": "Hefei", "country": "CHN", "latitude": 31.85003, "longitude": 117.28001, "population": 2035000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.97889, 33.63611]}, "properties": {"id": 432, "name": "Suzhou", "country": "CHN", "latitude": 33.63611, "longitude": 116.97889, "population": 1964000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.38002, 21.19998]}, "properties": {"id": 433, "name": "Zhanjiang", "country": "CHN", "latitude": 21.19998, "longitude": 110.38002, "population": 1590000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.57998, 24.79997]}, "properties": {"id": 434, "name": "Shaoguan", "country": "CHN", "latitude": 24.79997, "longitude": 113.57998, "population": 720266}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.83002, -1.25002]}, "properties": {"id": 435, "name": "Balikpapan", "country": "IDN", "latitude": -1.25002, "longitude": 116.83002, "population": 445905}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.33, 1.52997]}, "properties": {"id": 436, "name": "Kuching", "country": "MYS", "latitude": 1.52997, "longitude": 110.33, "population": 570407}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.31153, -12.2765]}, "properties": {"id": 437, "name": "Antsiranana", "country": "MDG", "latitude": -12.2765, "longitude": 49.31153, "population": 82937}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.08327, -21.43333]}, "properties": {"id": 438, "name": "Fianarantsoa", "country": "MDG", "latitude": -21.43333, "longitude": 47.08327, "population": 184184}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.34502, -15.67001]}, "properties": {"id": 439, "name": "Mahajanga", "country": "MDG", "latitude": -15.67001, "longitude": 46.34502, "population": 154657}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.68998, -23.35683]}, "properties": {"id": 440, "name": "Toliara", "country": "MDG", "latitude": -23.35683, "longitude": 43.68998, "population": 115319}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.82501, -7.56498]}, "properties": {"id": 441, "name": "Surakarta", "country": "IDN", "latitude": -7.56498, "longitude": 110.82501, "population": 555308}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [105.27, -5.43002]}, "properties": {"id": 442, "name": "Bandar Lampung", "country": "IDN", "latitude": -5.43002, "longitude": 105.27, "population": 865000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [107.65001, -2.75003]}, "properties": {"id": 443, "name": "Tanjungpandan", "country": "IDN", "latitude": -2.75003, "longitude": 107.65001, "population": 62374}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.61002, -7.97999]}, "properties": {"id": 444, "name": "Malang", "country": "IDN", "latitude": -7.97999, "longitude": 112.61002, "population": 805000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.58299, -10.17867]}, "properties": {"id": 445, "name": "Kupang", "country": "IDN", "latitude": -10.17867, "longitude": 123.58299, "population": 282396}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.63331, -4.01667]}, "properties": {"id": 446, "name": "Parepare", "country": "IDN", "latitude": -4.01667, "longitude": 119.63331, "population": 87776}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.99999, -2.89999]}, "properties": {"id": 447, "name": "Cuenca", "country": "ECU", "latitude": -2.89999, "longitude": -78.99999, "population": 286878}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.35, -0.53332]}, "properties": {"id": 448, "name": "Santa Cruz", "country": "ECU", "latitude": -0.53332, "longitude": -90.35, "population": 11262}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-83.03334, 10.00002]}, "properties": {"id": 449, "name": "Puerto Limon", "country": "CRI", "latitude": 10.00002, "longitude": -83.03334, "population": 85001}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.82133, 20.02502]}, "properties": {"id": 450, "name": "Santiago de Cuba", "country": "CUB", "latitude": 20.02502, "longitude": -75.82133, "population": 555865}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.67001, 19.50001]}, "properties": {"id": 451, "name": "Santiago", "country": "DOM", "latitude": 19.50001, "longitude": -70.67001, "population": 1550753}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.52, 5.05999]}, "properties": {"id": 452, "name": "Manizales", "country": "COL", "latitude": 5.05999, "longitude": -75.52, "population": 375848}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.28111, 1.21361]}, "properties": {"id": 453, "name": "Pasto", "country": "COL", "latitude": 1.21361, "longitude": -77.28111, "population": 382236}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-74.79997, 10.95999]}, "properties": {"id": 454, "name": "Barranquilla", "country": "COL", "latitude": 10.95999, "longitude": -74.79997, "population": 1798000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.38701, 15.30102]}, "properties": {"id": 455, "name": "Roseau", "country": "DMA", "latitude": 15.30102, "longitude": -61.38701, "population": 23336}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.26001, 0.04004]}, "properties": {"id": 456, "name": "Mbandaka", "country": "COD", "latitude": 0.04004, "longitude": 18.26001, "population": 274996}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.09002, 8.54998]}, "properties": {"id": 457, "name": "Moundou", "country": "TCD", "latitude": 8.54998, "longitude": 16.09002, "population": 156705}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.54994, 30.00498]}, "properties": {"id": 458, "name": "Suez", "country": "EGY", "latitude": 30.00498, "longitude": 32.54994, "population": 508335}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.29001, 31.25999]}, "properties": {"id": 459, "name": "Bur Said", "country": "EGY", "latitude": 31.25999, "longitude": 32.29001, "population": 623864}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.83997, 29.31003]}, "properties": {"id": 460, "name": "El Faiyum", "country": "EGY", "latitude": 29.31003, "longitude": 30.83997, "population": 316772}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.89891, 24.08751]}, "properties": {"id": 461, "name": "Aswan", "country": "EGY", "latitude": 24.08751, "longitude": 32.89891, "population": 313442}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.17995, 27.18998]}, "properties": {"id": 462, "name": "Asyut", "country": "EGY", "latitude": 27.18998, "longitude": 31.17995, "population": 420585}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.22, 0.52001]}, "properties": {"id": 463, "name": "Kisangani", "country": "COD", "latitude": 0.52001, "longitude": 25.22, "population": 578470}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [42.72999, 13.01002]}, "properties": {"id": 464, "name": "Assab", "country": "ERI", "latitude": 13.01002, "longitude": 42.72999, "population": 105496}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.148, 11.59501]}, "properties": {"id": 465, "name": "Djibouti", "country": "DJI", "latitude": 11.59501, "longitude": 43.148, "population": 923000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.75, 51.04997]}, "properties": {"id": 466, "name": "Dresden", "country": "DEU", "latitude": 51.04997, "longitude": 13.75, "population": 617515}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.88335, 29.25001]}, "properties": {"id": 467, "name": "Xigaze", "country": "CHN", "latitude": 29.25001, "longitude": 88.88335, "population": 80000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.25, 38.42614]}, "properties": {"id": 468, "name": "Shache", "country": "CHN", "latitude": 38.42614, "longitude": 77.25, "population": 373492}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [81.35001, 43.90002]}, "properties": {"id": 469, "name": "Yining", "country": "CHN", "latitude": 43.90002, "longitude": 81.35001, "population": 403489}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.11663, 47.8666]}, "properties": {"id": 470, "name": "Altay", "country": "CHN", "latitude": 47.8666, "longitude": 88.11663, "population": 142000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [101.70195, 2.91402]}, "properties": {"id": 471, "name": "Putrajaya", "country": "MYS", "latitude": 2.91402, "longitude": 101.70195, "population": 67964}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.76903, 39.23328]}, "properties": {"id": 472, "name": "Shizuishan", "country": "CHN", "latitude": 39.23328, "longitude": 106.76903, "population": 136570}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [109.73329, 38.28331]}, "properties": {"id": 473, "name": "Yulin", "country": "CHN", "latitude": 38.28331, "longitude": 109.73329, "population": 155960}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [109.02, 32.67998]}, "properties": {"id": 474, "name": "Ankang", "country": "CHN", "latitude": 32.67998, "longitude": 109.02, "population": 1100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [111.21, 35.61998]}, "properties": {"id": 475, "name": "Houma", "country": "CHN", "latitude": 35.61998, "longitude": 111.21, "population": 102400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.10001, 29.38005]}, "properties": {"id": 476, "name": "Yueyang", "country": "CHN", "latitude": 29.38005, "longitude": 113.10001, "population": 826000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.59002, 26.88002]}, "properties": {"id": 477, "name": "Hengyang", "country": "CHN", "latitude": 26.88002, "longitude": 112.59002, "population": 1016000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.76998, 31.46998]}, "properties": {"id": 478, "name": "Mianyang", "country": "CHN", "latitude": 31.46998, "longitude": 104.76998, "population": 1396000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.3, 27.88002]}, "properties": {"id": 479, "name": "Xichang", "country": "CHN", "latitude": 27.88002, "longitude": 102.3, "population": 379993}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [99.15001, 25.11998]}, "properties": {"id": 480, "name": "Baoshan", "country": "CHN", "latitude": 25.11998, "longitude": 99.15001, "population": 1000000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.15008, 23.37998]}, "properties": {"id": 481, "name": "Gejiu", "country": "CHN", "latitude": 23.37998, "longitude": 103.15008, "population": 149105}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.47998, 38.05001]}, "properties": {"id": 482, "name": "Shijianzhuang", "country": "CHN", "latitude": 38.05001, "longitude": 114.47998, "population": 2417000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.47998, 36.57998]}, "properties": {"id": 483, "name": "Handan", "country": "CHN", "latitude": 36.57998, "longitude": 114.47998, "population": 1631000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.94003, 41.11502]}, "properties": {"id": 484, "name": "Anshan", "country": "CHN", "latitude": 41.11502, "longitude": 122.94003, "population": 1639000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.62983, 38.92284]}, "properties": {"id": 485, "name": "Dalian", "country": "CHN", "latitude": 38.92284, "longitude": 121.62983, "population": 3167000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.33001, 36.08998]}, "properties": {"id": 486, "name": "Qingdao", "country": "CHN", "latitude": 36.08998, "longitude": 120.33001, "population": 2866000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.32998, 35.07999]}, "properties": {"id": 487, "name": "Linyi", "country": "CHN", "latitude": 35.07999, "longitude": 118.32998, "population": 2082000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.02998, 33.58]}, "properties": {"id": 488, "name": "Huaiyin", "country": "CHN", "latitude": 33.58, "longitude": 119.02998, "population": 1264000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.65009, 28.01998]}, "properties": {"id": 489, "name": "Wenzhou", "country": "CHN", "latitude": 28.01998, "longitude": 120.65009, "population": 2350000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.55004, 29.87997]}, "properties": {"id": 490, "name": "Ningbo", "country": "CHN", "latitude": 29.87997, "longitude": 121.55004, "population": 1923000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.41001, 33.59502]}, "properties": {"id": 491, "name": "Fukuoka", "country": "JPN", "latitude": 33.59502, "longitude": 130.41001, "population": 2792000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [131.41838, 31.91824]}, "properties": {"id": 492, "name": "Miyazaki", "country": "JPN", "latitude": 31.91824, "longitude": 131.41838, "population": 324384}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [127.67297, 26.20717]}, "properties": {"id": 493, "name": "Naha", "country": "JPN", "latitude": 26.20717, "longitude": 127.67297, "population": 905238}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [133.53752, 33.56243]}, "properties": {"id": 494, "name": "Kochi", "country": "JPN", "latitude": 33.56243, "longitude": 133.53752, "population": 335570}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.07005, 0.54998]}, "properties": {"id": 495, "name": "Gorontalo", "country": "IDN", "latitude": 0.54998, "longitude": 123.07005, "population": 365497}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.26999, 43.61996]}, "properties": {"id": 496, "name": "Tongliao", "country": "CHN", "latitude": 43.61996, "longitude": 122.26999, "population": 884000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [111.66, 40.81997]}, "properties": {"id": 497, "name": "Hohhot", "country": "CHN", "latitude": 40.81997, "longitude": 111.66, "population": 1726000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.94999, 42.27002]}, "properties": {"id": 498, "name": "Chifeng", "country": "CHN", "latitude": 42.27002, "longitude": 118.94999, "population": 1277000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.08003, 46.08002]}, "properties": {"id": 499, "name": "Ulanhot", "country": "CHN", "latitude": 46.08002, "longitude": 122.08003, "population": 241894}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.70002, 49.19998]}, "properties": {"id": 500, "name": "Hailar", "country": "CHN", "latitude": 49.19998, "longitude": 119.70002, "population": 231171}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.35002, 46.83002]}, "properties": {"id": 501, "name": "Jiamusi", "country": "CHN", "latitude": 46.83002, "longitude": 130.35002, "population": 1020000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.48204, 48.23901]}, "properties": {"id": 502, "name": "Beian", "country": "CHN", "latitude": 48.23901, "longitude": 126.48204, "population": 154936}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.00001, 46.57996]}, "properties": {"id": 503, "name": "Daqing", "country": "CHN", "latitude": 46.57996, "longitude": 125.00001, "population": 1693000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.97003, 45.29996]}, "properties": {"id": 504, "name": "Jixi", "country": "CHN", "latitude": 45.29996, "longitude": 130.97003, "population": 965000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [136.91499, 35.155]}, "properties": {"id": 505, "name": "Nagoya", "country": "JPN", "latitude": 35.155, "longitude": 136.91499, "population": 3230000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [138.17001, 36.65]}, "properties": {"id": 506, "name": "Nagano", "country": "JPN", "latitude": 36.65, "longitude": 138.17001, "population": 594311}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.37469, 42.97496]}, "properties": {"id": 507, "name": "Kushiro", "country": "JPN", "latitude": 42.97496, "longitude": 144.37469, "population": 198566}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [140.73998, 41.79498]}, "properties": {"id": 508, "name": "Hakodate", "country": "JPN", "latitude": 41.79498, "longitude": 140.73998, "population": 302984}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.75, 35.02999]}, "properties": {"id": 509, "name": "Kyoto", "country": "JPN", "latitude": 35.02999, "longitude": 135.75, "population": 1805000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [141.02172, 38.28711]}, "properties": {"id": 510, "name": "Sendai", "country": "JPN", "latitude": 38.28711, "longitude": 141.02172, "population": 2250000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.85006, 38.92004]}, "properties": {"id": 511, "name": "Sakata", "country": "JPN", "latitude": 38.92004, "longitude": 139.85006, "population": 100446}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.37996, -3.30999]}, "properties": {"id": 512, "name": "Bandundu", "country": "COD", "latitude": -3.30999, "longitude": 17.37996, "population": 118211}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.40002, -5.89004]}, "properties": {"id": 513, "name": "Kananga", "country": "COD", "latitude": -5.89004, "longitude": 22.40002, "population": 765000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.66002, -4.45003]}, "properties": {"id": 514, "name": "Kasongo", "country": "COD", "latitude": -4.45003, "longitude": 26.66002, "population": 63000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.6, -6.15003]}, "properties": {"id": 515, "name": "Mbuji-Mayi", "country": "COD", "latitude": -6.15003, "longitude": 23.6, "population": 1295000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.20002, -5.9333]}, "properties": {"id": 516, "name": "Kalemie", "country": "COD", "latitude": -5.9333, "longitude": 29.20002, "population": 206257}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.28001, 0.13]}, "properties": {"id": 517, "name": "Butembo", "country": "COD", "latitude": 0.13, "longitude": 29.28001, "population": 286403}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.22179, -1.6788]}, "properties": {"id": 518, "name": "Goma", "country": "COD", "latitude": -1.6788, "longitude": 29.22179, "population": 144124}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.01998, -11.45999]}, "properties": {"id": 519, "name": "Mzuzu", "country": "MWI", "latitude": -11.45999, "longitude": 34.01998, "population": 110201}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.98995, -15.79001]}, "properties": {"id": 520, "name": "Blantyre", "country": "MWI", "latitude": -15.79001, "longitude": 34.98995, "population": 584877}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-91.52001, 14.82996]}, "properties": {"id": 521, "name": "Quetzaltenango", "country": "GTM", "latitude": 14.82996, "longitude": -91.52001, "population": 575263}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-16.5917, 13.45388]}, "properties": {"id": 522, "name": "Banjul", "country": "GMB", "latitude": 13.45388, "longitude": -16.5917, "population": 43094}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.31667, 28.43333]}, "properties": {"id": 523, "name": "Faridabad", "country": "IND", "latitude": 28.43333, "longitude": 77.31667, "population": 1394000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.81501, 34.09997]}, "properties": {"id": 524, "name": "Srinagar", "country": "IND", "latitude": 34.09997, "longitude": 74.81501, "population": 1140000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.63, 16.51996]}, "properties": {"id": 525, "name": "Vijayawada", "country": "IND", "latitude": 16.51996, "longitude": 80.63, "population": 1137000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.95002, 8.49998]}, "properties": {"id": 526, "name": "Thiruvananthapuram", "country": "IND", "latitude": 8.49998, "longitude": 76.95002, "population": 954000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.22392, 10.01501]}, "properties": {"id": 527, "name": "Kochi", "country": "IND", "latitude": 10.01501, "longitude": 76.22392, "population": 1519000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.88994, 20.47]}, "properties": {"id": 528, "name": "Cuttack", "country": "IND", "latitude": 20.47, "longitude": 85.88994, "population": 580000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.12502, 15.35998]}, "properties": {"id": 529, "name": "Hubli", "country": "IND", "latitude": 15.35998, "longitude": 75.12502, "population": 890000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.84999, 12.90003]}, "properties": {"id": 530, "name": "Mangalore", "country": "IND", "latitude": 12.90003, "longitude": 74.84999, "population": 776632}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.66001, 12.30998]}, "properties": {"id": 531, "name": "Mysore", "country": "IND", "latitude": 12.30998, "longitude": 76.66001, "population": 887000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.82, 17.34996]}, "properties": {"id": 532, "name": "Gulbarga", "country": "IND", "latitude": 17.34996, "longitude": 76.82, "population": 483615}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.22001, 16.7]}, "properties": {"id": 533, "name": "Kolhapur", "country": "IND", "latitude": 16.7, "longitude": 74.22001, "population": 750000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.30003, 19.16998]}, "properties": {"id": 534, "name": "Nanded", "country": "IND", "latitude": 19.16998, "longitude": 77.30003, "population": 623708}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.01002, 20.70999]}, "properties": {"id": 535, "name": "Akola", "country": "IND", "latitude": 20.70999, "longitude": 77.01002, "population": 503502}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.77, 26.16002]}, "properties": {"id": 536, "name": "Guwahati", "country": "IND", "latitude": 26.16002, "longitude": 91.77, "population": 983000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.28001, -4.18002]}, "properties": {"id": 537, "name": "Kayes", "country": "COG", "latitude": -4.18002, "longitude": 13.28001, "population": 62521}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.58329, -1.6333]}, "properties": {"id": 538, "name": "Franceville", "country": "GAB", "latitude": -1.6333, "longitude": 13.58329, "population": 42967}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.59501, 44.85001]}, "properties": {"id": 539, "name": "Bordeaux", "country": "FRA", "latitude": 44.85001, "longitude": -0.59501, "population": 803000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.37501, 43.28998]}, "properties": {"id": 540, "name": "Marseille", "country": "FRA", "latitude": 43.28998, "longitude": 5.37501, "population": 1400000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [0.10497, 49.50497]}, "properties": {"id": 541, "name": "Le Havre", "country": "FRA", "latitude": 49.50497, "longitude": 0.10497, "population": 242124}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.05001, 16.26659]}, "properties": {"id": 542, "name": "Gao", "country": "MLI", "latitude": 16.26659, "longitude": -0.05001, "population": 116967}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.07, -45.57]}, "properties": {"id": 543, "name": "Coihaique", "country": "CHL", "latitude": -45.57, "longitude": -72.07, "population": 45787}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.28998, -18.50002]}, "properties": {"id": 544, "name": "Arica", "country": "CHL", "latitude": -18.50002, "longitude": -70.28998, "population": 185999}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.33998, -27.36]}, "properties": {"id": 545, "name": "Copiapo", "country": "CHL", "latitude": -27.36, "longitude": -70.33998, "population": 129280}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.24998, -29.9]}, "properties": {"id": 546, "name": "La Serena", "country": "CHL", "latitude": -29.9, "longitude": -71.24998, "population": 154521}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.35999, -37.46]}, "properties": {"id": 547, "name": "Los Angeles", "country": "CHL", "latitude": -37.46, "longitude": -72.35999, "population": 145239}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-45.41662, 61.16659]}, "properties": {"id": 548, "name": "Narsarsuaq", "country": "DNK", "latitude": 61.16659, "longitude": -45.41662, "population": 145}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-53.66661, 66.95001]}, "properties": {"id": 549, "name": "Sisimiut", "country": "DNK", "latitude": 66.95001, "longitude": -53.66661, "population": 5227}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.14168, 72.70937]}, "properties": {"id": 550, "name": "Upernavik", "country": "DNK", "latitude": 72.70937, "longitude": -56.14168, "population": 1129}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.33224, 77.48347]}, "properties": {"id": 551, "name": "Qaanaaq", "country": "DNK", "latitude": 77.48347, "longitude": -69.33224, "population": 616}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-17.05602, 20.9]}, "properties": {"id": 552, "name": "Nouadhibou", "country": "MRT", "latitude": 20.9, "longitude": -17.05602, "population": 86738}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-11.44001, 14.44998]}, "properties": {"id": 553, "name": "Kayes", "country": "MLI", "latitude": 14.44998, "longitude": -11.44001, "population": 77207}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.61666, 16.66659]}, "properties": {"id": 554, "name": "Ayoun el Atrous", "country": "MRT", "latitude": 16.66659, "longitude": -9.61666, "population": 1423}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-6.26002, 13.43999]}, "properties": {"id": 555, "name": "Segou", "country": "MLI", "latitude": 13.43999, "longitude": -6.26002, "population": 122952}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.43346, 42.00001]}, "properties": {"id": 556, "name": "Skopje", "country": "MKD", "latitude": 42.00001, "longitude": 21.43346, "population": 494087}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.28999, 24.19998]}, "properties": {"id": 557, "name": "Al Jawf", "country": "LBY", "latitude": 24.19998, "longitude": 23.28999, "population": 24132}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.80001, 26.36665]}, "properties": {"id": 558, "name": "Tmassah", "country": "LBY", "latitude": 26.36665, "longitude": 15.80001, "population": 500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.1, 32.37997]}, "properties": {"id": 559, "name": "Misratah", "country": "LBY", "latitude": 32.37997, "longitude": 15.1, "population": 386120}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.07915, 32.93441]}, "properties": {"id": 560, "name": "Zuwarah", "country": "LBY", "latitude": 32.93441, "longitude": 12.07915, "population": 180310}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.39227, 35.47224]}, "properties": {"id": 561, "name": "Kirkuk", "country": "IRQ", "latitude": 35.47224, "longitude": 44.39227, "population": 601433}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [43.145, 36.345]}, "properties": {"id": 562, "name": "Mosul", "country": "IRQ", "latitude": 36.345, "longitude": 43.145, "population": 1316000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.33537, 32.00033]}, "properties": {"id": 563, "name": "An Najaf", "country": "IRQ", "latitude": 32.00033, "longitude": 44.33537, "population": 665552}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.38329, 11.60005]}, "properties": {"id": 564, "name": "Bahir Dar", "country": "ETH", "latitude": 11.60005, "longitude": 37.38329, "population": 206748}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.46998, 13.49999]}, "properties": {"id": 565, "name": "Mekele", "country": "ETH", "latitude": 13.49999, "longitude": 39.46998, "population": 95856}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [41.86002, 9.58999]}, "properties": {"id": 566, "name": "Dire Dawa", "country": "ETH", "latitude": 9.58999, "longitude": 41.86002, "population": 252279}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.71594, 66.50004]}, "properties": {"id": 567, "name": "Rovaniemi", "country": "FIN", "latitude": 66.50004, "longitude": 25.71594, "population": 34781}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.60001, 63.09998]}, "properties": {"id": 568, "name": "Vaasa", "country": "FIN", "latitude": 63.09998, "longitude": 21.60001, "population": 57014}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.75001, 61.5]}, "properties": {"id": 569, "name": "Tampere", "country": "FIN", "latitude": 61.5, "longitude": 23.75001, "population": 259279}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [57.16999, 50.28002]}, "properties": {"id": 570, "name": "Aqtobe", "country": "KAZ", "latitude": 50.28002, "longitude": 57.16999, "population": 262457}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [63.13004, 52.9527]}, "properties": {"id": 571, "name": "Rudny", "country": "KAZ", "latitude": 52.9527, "longitude": 63.13004, "population": 124000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [65.46499, 44.80002]}, "properties": {"id": 572, "name": "Qyzylorda", "country": "KAZ", "latitude": 44.80002, "longitude": 65.46499, "population": 300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [51.92002, 47.11269]}, "properties": {"id": 573, "name": "Atyrau", "country": "KAZ", "latitude": 47.11269, "longitude": 51.92002, "population": 182753}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.31994, 51.72998]}, "properties": {"id": 574, "name": "Ekibastuz", "country": "KAZ", "latitude": 51.72998, "longitude": 75.31994, "population": 127868}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.95002, 52.3]}, "properties": {"id": 575, "name": "Pavlodar", "country": "KAZ", "latitude": 52.3, "longitude": 76.95002, "population": 329002}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.27504, 50.435]}, "properties": {"id": 576, "name": "Semey", "country": "KAZ", "latitude": 50.435, "longitude": 80.27504, "population": 311353}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [82.61495, 49.99004]}, "properties": {"id": 577, "name": "Oskemen", "country": "KAZ", "latitude": 49.99004, "longitude": 82.61495, "population": 319067}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [54.37, 31.92005]}, "properties": {"id": 578, "name": "Yazd", "country": "IRN", "latitude": 31.92005, "longitude": 54.37, "population": 477905}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.72001, 31.27999]}, "properties": {"id": 579, "name": "Ahvaz", "country": "IRN", "latitude": 31.27999, "longitude": 48.72001, "population": 996000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.81356, 30.51352]}, "properties": {"id": 580, "name": "Basra", "country": "IRQ", "latitude": 30.51352, "longitude": 47.81356, "population": 870000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [56.27214, 27.20406]}, "properties": {"id": 581, "name": "Bandar-e-Abbas", "country": "IRN", "latitude": 27.20406, "longitude": 56.27214, "population": 461499}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [48.51501, 34.79603]}, "properties": {"id": 582, "name": "Hamadan", "country": "IRN", "latitude": 34.79603, "longitude": 48.51501, "population": 528256}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.30125, 38.08629]}, "properties": {"id": 583, "name": "Tabriz", "country": "IRN", "latitude": 38.08629, "longitude": 46.30125, "population": 1413000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.87226, 30.92776]}, "properties": {"id": 584, "name": "Ludhiana", "country": "IND", "latitude": 30.92776, "longitude": 75.87226, "population": 1649000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.835, 25.18]}, "properties": {"id": 585, "name": "Kota", "country": "IND", "latitude": 25.18, "longitude": 75.835, "population": 827000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.01677, 26.29177]}, "properties": {"id": 586, "name": "Jodhpur", "country": "IND", "latitude": 26.29177, "longitude": 73.01677, "population": 995000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [69.59502, 42.32001]}, "properties": {"id": 587, "name": "Shymkent", "country": "KAZ", "latitude": 42.32001, "longitude": 69.59502, "population": 465392}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [71.36499, 42.89998]}, "properties": {"id": 588, "name": "Taraz", "country": "KAZ", "latitude": 42.89998, "longitude": 71.36499, "population": 358153}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.915, 26.85504]}, "properties": {"id": 589, "name": "Lucknow", "country": "IND", "latitude": 26.85504, "longitude": 80.915, "population": 2695000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.55004, 29.97002]}, "properties": {"id": 590, "name": "Saharanpur", "country": "IND", "latitude": 29.97002, "longitude": 77.55004, "population": 484873}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.33003, 23.37001]}, "properties": {"id": 591, "name": "Ranchi", "country": "IND", "latitude": 23.37001, "longitude": 85.33003, "population": 1044000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.98, 25.23]}, "properties": {"id": 592, "name": "Bhagalpur", "country": "IND", "latitude": 25.23, "longitude": 86.98, "population": 361548}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [81.63501, 21.23499]}, "properties": {"id": 593, "name": "Raipur", "country": "IND", "latitude": 21.23499, "longitude": 81.63501, "population": 875000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.95506, 23.17506]}, "properties": {"id": 594, "name": "Jabalpur", "country": "IND", "latitude": 23.17506, "longitude": 79.95506, "population": 1285000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.86502, 22.71506]}, "properties": {"id": 595, "name": "Indore", "country": "IND", "latitude": 22.71506, "longitude": 75.86502, "population": 2026000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.83, 11.93499]}, "properties": {"id": 596, "name": "Pondicherry", "country": "IND", "latitude": 11.93499, "longitude": 79.83, "population": 227411}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.18008, 11.67]}, "properties": {"id": 597, "name": "Salem", "country": "IND", "latitude": 11.67, "longitude": 78.18008, "population": 873000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.68997, 10.81]}, "properties": {"id": 598, "name": "Tiruchirappalli", "country": "IND", "latitude": 10.81, "longitude": 78.68997, "population": 951000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.88004, -4.77001]}, "properties": {"id": 599, "name": "Pointe-Noire", "country": "COG", "latitude": -4.77001, "longitude": 11.88004, "population": 659084}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.31001, 10.39]}, "properties": {"id": 600, "name": "Kankan", "country": "GIN", "latitude": 10.39, "longitude": -9.31001, "population": 114009}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-8.82999, 7.76]}, "properties": {"id": 601, "name": "Nzerekore", "country": "GIN", "latitude": 7.76, "longitude": -8.82999, "population": 168121}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.03001, 7.68998]}, "properties": {"id": 602, "name": "Bouake", "country": "CIV", "latitude": 7.68998, "longitude": -5.03001, "population": 567481}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [55.44808, -20.87889]}, "properties": {"id": 603, "name": "St.-Denis", "country": "FRA", "latitude": -20.87889, "longitude": 55.44808, "population": 190047}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.80001, -9.96659]}, "properties": {"id": 604, "name": "Rio Branco", "country": "BRA", "latitude": -9.96659, "longitude": -67.80001, "population": 257642}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-44.26599, -2.51598]}, "properties": {"id": 605, "name": "S\u00e3o Lu\u00eds", "country": "BRA", "latitude": -2.51598, "longitude": -44.26599, "population": 1038000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-63.90001, -8.75002]}, "properties": {"id": 606, "name": "Porto Velho", "country": "BRA", "latitude": -8.75002, "longitude": -63.90001, "population": 306180}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-49.082, -12.47]}, "properties": {"id": 607, "name": "Alvorada", "country": "BRA", "latitude": -12.47, "longitude": -49.082, "population": 10232}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.65001, -19.01601]}, "properties": {"id": 608, "name": "Corumba", "country": "BRA", "latitude": -19.01601, "longitude": -57.65001, "population": 96520}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-43.915, -19.91503]}, "properties": {"id": 609, "name": "Belo Horizonte", "country": "BRA", "latitude": -19.91503, "longitude": -43.915, "population": 5575000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-43.86002, -16.72003]}, "properties": {"id": 610, "name": "Montes Claros", "country": "BRA", "latitude": -16.72003, "longitude": -43.86002, "population": 332379}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-48.27998, -18.9]}, "properties": {"id": 611, "name": "Uberlandia", "country": "BRA", "latitude": -18.9, "longitude": -48.27998, "population": 563536}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-55.45058, -10.81729]}, "properties": {"id": 612, "name": "Colider", "country": "BRA", "latitude": -10.81729, "longitude": -55.45058, "population": 27139}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-55.90998, -9.90003]}, "properties": {"id": 613, "name": "Alta Floresta", "country": "BRA", "latitude": -9.90003, "longitude": -55.90998, "population": 40466}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.08499, -15.56961]}, "properties": {"id": 614, "name": "Cuiaba", "country": "BRA", "latitude": -15.56961, "longitude": -56.08499, "population": 806000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-52.33002, -31.75001]}, "properties": {"id": 615, "name": "Pelotas", "country": "BRA", "latitude": -31.75001, "longitude": -52.33002, "population": 320674}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-51.17004, -29.17999]}, "properties": {"id": 616, "name": "Caxias do Sul", "country": "BRA", "latitude": -29.17999, "longitude": -51.17004, "population": 381270}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-50.16005, -25.09001]}, "properties": {"id": 617, "name": "Ponta Grossa", "country": "BRA", "latitude": -25.09001, "longitude": -50.16005, "population": 292177}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-42.78001, -5.095]}, "properties": {"id": 618, "name": "Teresina", "country": "BRA", "latitude": -5.095, "longitude": -42.78001, "population": 907000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-35.72997, -9.62]}, "properties": {"id": 619, "name": "Maceio", "country": "BRA", "latitude": -9.62, "longitude": -35.72997, "population": 1186000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-40.84, -14.85001]}, "properties": {"id": 620, "name": "Vitoria da Conquista", "country": "BRA", "latitude": -14.85001, "longitude": -40.84, "population": 308204}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-45.0, -12.14]}, "properties": {"id": 621, "name": "Barreiras", "country": "BRA", "latitude": -12.14, "longitude": -45.0, "population": 158292}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-40.31799, -20.36761]}, "properties": {"id": 622, "name": "Vila Velha", "country": "BRA", "latitude": -20.36761, "longitude": -40.31799, "population": 1209091}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-35.24, -5.78002]}, "properties": {"id": 623, "name": "Natal", "country": "BRA", "latitude": -5.78002, "longitude": -35.24, "population": 1088000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.86662, 55.74994]}, "properties": {"id": 624, "name": "Thompson", "country": "CAN", "latitude": 55.74994, "longitude": -97.86662, "population": 13727}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.94998, 49.83327]}, "properties": {"id": 625, "name": "Brandon", "country": "CAN", "latitude": 49.83327, "longitude": -99.94998, "population": 28418}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.88334, 60.00002]}, "properties": {"id": 626, "name": "Fort Smith", "country": "CAN", "latitude": 60.00002, "longitude": -111.88334, "population": 518}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.38332, 56.73332]}, "properties": {"id": 627, "name": "Fort McMurray", "country": "CAN", "latitude": 56.73332, "longitude": -111.38332, "population": 21863}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.28329, 56.23332]}, "properties": {"id": 628, "name": "Peace River", "country": "CAN", "latitude": 56.23332, "longitude": -117.28329, "population": 5340}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-120.83328, 56.24999]}, "properties": {"id": 629, "name": "Fort St. John", "country": "CAN", "latitude": 56.24999, "longitude": -120.83328, "population": 18776}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.50019, 63.75046]}, "properties": {"id": 630, "name": "Iqaluit", "country": "CAN", "latitude": 63.75046, "longitude": -68.50019, "population": 6124}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-105.03332, 69.11696]}, "properties": {"id": 631, "name": "Cambridge Bay", "country": "CAN", "latitude": 69.11696, "longitude": -105.03332, "population": 1477}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-115.12535, 67.79866]}, "properties": {"id": 632, "name": "Kugluktuk", "country": "CAN", "latitude": 67.79866, "longitude": -115.12535, "population": 1302}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.70008, 63.33829]}, "properties": {"id": 633, "name": "Chesterfield Inlet", "country": "CAN", "latitude": 63.33829, "longitude": -90.70008, "population": 374}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-94.05861, 61.10859]}, "properties": {"id": 634, "name": "Arviat", "country": "CAN", "latitude": 61.10859, "longitude": -94.05861, "population": 1868}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.53332, 69.53331]}, "properties": {"id": 635, "name": "Taloyoak", "country": "CAN", "latitude": 69.53331, "longitude": -93.53332, "population": 774}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.79359, 69.25654]}, "properties": {"id": 636, "name": "Igloolik", "country": "CAN", "latitude": 69.25654, "longitude": -81.79359, "population": 1612}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-139.41667, 64.06664]}, "properties": {"id": 637, "name": "Dawson City", "country": "CAN", "latitude": 64.06664, "longitude": -139.41667, "population": 1319}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.33331, 48.46659]}, "properties": {"id": 638, "name": "Timmins", "country": "CAN", "latitude": 48.46659, "longitude": -81.33331, "population": 34974}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.44999, 46.3]}, "properties": {"id": 639, "name": "North Bay", "country": "CAN", "latitude": 46.3, "longitude": -79.44999, "population": 50170}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.76583, 55.2815]}, "properties": {"id": 640, "name": "Kuujjuarapik", "country": "CAN", "latitude": 55.2815, "longitude": -77.76583, "population": 1243}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.4, 58.10001]}, "properties": {"id": 641, "name": "Kuujjuaq", "country": "CAN", "latitude": 58.10001, "longitude": -68.4, "population": 1273}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.17998, 46.06611]}, "properties": {"id": 642, "name": "Sydney", "country": "CAN", "latitude": 46.06611, "longitude": -60.17998, "population": 37538}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-66.91587, 52.94143]}, "properties": {"id": 643, "name": "Labrador City", "country": "CAN", "latitude": 52.94143, "longitude": -66.91587, "population": 10313}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.15001, 2.90002]}, "properties": {"id": 644, "name": "Ebolowa", "country": "CMR", "latitude": 2.90002, "longitude": 11.15001, "population": 87875}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.6672, 5.76196]}, "properties": {"id": 645, "name": "Bambari", "country": "CAF", "latitude": 5.76196, "longitude": 20.6672, "population": 62098}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.335, 45.43866]}, "properties": {"id": 646, "name": "Venice", "country": "ITA", "latitude": 45.43866, "longitude": 12.335, "population": 270816}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.30002, -50.33332]}, "properties": {"id": 647, "name": "El Calafate", "country": "ARG", "latitude": -50.33332, "longitude": -72.30002, "population": 8000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.51999, -31.55003]}, "properties": {"id": 648, "name": "San Juan", "country": "ARG", "latitude": -31.55003, "longitude": -68.51999, "population": 447048}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.09999, -43.30001]}, "properties": {"id": 649, "name": "Rawson", "country": "ARG", "latitude": -43.30001, "longitude": -65.09999, "population": 26335}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.05999, -38.95004]}, "properties": {"id": 650, "name": "Neuquen", "country": "ARG", "latitude": -38.95004, "longitude": -68.05999, "population": 242092}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.89998, -14.83337]}, "properties": {"id": 651, "name": "Trinidad", "country": "BOL", "latitude": -14.83337, "longitude": -64.89998, "population": 84259}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.29999, -36.62]}, "properties": {"id": 652, "name": "Santa Rosa", "country": "ARG", "latitude": -36.62, "longitude": -64.29999, "population": 111424}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.3, -41.14996]}, "properties": {"id": 653, "name": "San Carlos de Bariloche", "country": "ARG", "latitude": -41.14996, "longitude": -71.3, "population": 95394}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.41664, -24.78336]}, "properties": {"id": 654, "name": "Salta", "country": "ARG", "latitude": -24.78336, "longitude": -65.41664, "population": 512686}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.21662, -26.816]}, "properties": {"id": 655, "name": "Tucum\u00e1n", "country": "ARG", "latitude": -26.816, "longitude": -65.21662, "population": 830000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.18282, -26.17284]}, "properties": {"id": 656, "name": "Formosa", "country": "ARG", "latitude": -26.17284, "longitude": -58.18282, "population": 221383}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.69, -31.62387]}, "properties": {"id": 657, "name": "Santa Fe", "country": "ARG", "latitude": -31.62387, "longitude": -60.69, "population": 489505}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.66631, -32.95113]}, "properties": {"id": 658, "name": "Rosario", "country": "ARG", "latitude": -32.95113, "longitude": -60.66631, "population": 1203000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-47.10003, -22.90001]}, "properties": {"id": 659, "name": "Campinas", "country": "BRA", "latitude": -22.90001, "longitude": -47.10003, "population": 2791000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-47.46998, -23.49]}, "properties": {"id": 660, "name": "Sorocaba", "country": "BRA", "latitude": -23.49, "longitude": -47.46998, "population": 563281}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-47.82999, -21.17004]}, "properties": {"id": 661, "name": "Ribeirao Preto", "country": "BRA", "latitude": -21.17004, "longitude": -47.82999, "population": 551267}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-40.50997, -9.38001]}, "properties": {"id": 662, "name": "Petrolina", "country": "BRA", "latitude": -9.38001, "longitude": -40.50997, "population": 260985}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.15002, 5.95998]}, "properties": {"id": 663, "name": "Bamenda", "country": "CMR", "latitude": 5.95998, "longitude": 10.15002, "population": 445299}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.39002, 9.30001]}, "properties": {"id": 664, "name": "Garoua", "country": "CMR", "latitude": 9.30001, "longitude": 13.39002, "population": 436899}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [62.16999, 34.33001]}, "properties": {"id": 665, "name": "Herat", "country": "AFG", "latitude": 34.33001, "longitude": 62.16999, "population": 481009}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [67.10003, 36.69999]}, "properties": {"id": 666, "name": "Mazar-e Sharif", "country": "AFG", "latitude": 36.69999, "longitude": 67.10003, "population": 458151}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.20005, 13.10001]}, "properties": {"id": 667, "name": "Battambang", "country": "KHM", "latitude": 13.10001, "longitude": 103.20005, "population": 154773}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.85003, 13.36664]}, "properties": {"id": 668, "name": "Siem Reap", "country": "KHM", "latitude": 13.36664, "longitude": 103.85003, "population": 109398}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.34003, -9.54]}, "properties": {"id": 669, "name": "Malanje", "country": "AGO", "latitude": -9.54, "longitude": 16.34003, "population": 125856}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.40723, -12.57826]}, "properties": {"id": 670, "name": "Benguela", "country": "AGO", "latitude": -12.57826, "longitude": 13.40723, "population": 151226}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.49002, -14.91001]}, "properties": {"id": 671, "name": "Lubango", "country": "AGO", "latitude": -14.91001, "longitude": 13.49002, "population": 125632}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.16002, -15.19004]}, "properties": {"id": 672, "name": "Namibe", "country": "AGO", "latitude": -15.19004, "longitude": 12.16002, "population": 132900}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.74999, -21.51669]}, "properties": {"id": 673, "name": "Tarija", "country": "BOL", "latitude": -21.51669, "longitude": -64.74999, "population": 159269}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-59.61653, 13.102]}, "properties": {"id": 674, "name": "Bridgetown", "country": "BRB", "latitude": 13.102, "longitude": -59.61653, "population": 191152}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.75998, 36.92001]}, "properties": {"id": 675, "name": "Annaba", "country": "DZA", "latitude": 36.92001, "longitude": 7.75998, "population": 503524}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.62004, 9.34001]}, "properties": {"id": 676, "name": "Parakou", "country": "BEN", "latitude": 9.34001, "longitude": 2.62004, "population": 188853}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.61663, 6.48331]}, "properties": {"id": 677, "name": "Porto-Novo", "country": "BEN", "latitude": 6.48331, "longitude": 2.61663, "population": 300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.59995, 36.35999]}, "properties": {"id": 678, "name": "Constantine", "country": "DZA", "latitude": 36.35999, "longitude": 6.59995, "population": 605179}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.69999, 52.09998]}, "properties": {"id": 679, "name": "Brest", "country": "BLR", "latitude": 52.09998, "longitude": 23.69999, "population": 300715}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [89.56, 22.83999]}, "properties": {"id": 680, "name": "Khulna", "country": "BGD", "latitude": 22.83999, "longitude": 89.56, "population": 1553000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.50002, -21.17004]}, "properties": {"id": 681, "name": "Francistown", "country": "BWA", "latitude": -21.17004, "longitude": 27.50002, "population": 89979}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.82001, -23.1]}, "properties": {"id": 682, "name": "Mahalapye", "country": "BWA", "latitude": -23.1, "longitude": 26.82001, "population": 50744}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.71004, -22.39002]}, "properties": {"id": 683, "name": "Serowe", "country": "BWA", "latitude": -22.39002, "longitude": 26.71004, "population": 48573}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [132.26659, -14.46662]}, "properties": {"id": 684, "name": "Katherine", "country": "AUS", "latitude": -14.46662, "longitude": 132.26659, "population": 10141}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.34866, -33.65641]}, "properties": {"id": 685, "name": "Busselton", "country": "AUS", "latitude": -33.65641, "longitude": 115.34866, "population": 10214}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.74706, -32.52348]}, "properties": {"id": 686, "name": "Mandurah", "country": "AUS", "latitude": -32.52348, "longitude": 115.74706, "population": 73356}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.23077, -17.96177]}, "properties": {"id": 687, "name": "Broome", "country": "AUS", "latitude": -17.96177, "longitude": 122.23077, "population": 13218}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.46002, -30.7354]}, "properties": {"id": 688, "name": "Kalgoorlie", "country": "AUS", "latitude": -30.7354, "longitude": 121.46002, "population": 36852}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.8916, -35.01695]}, "properties": {"id": 689, "name": "Albany", "country": "AUS", "latitude": -35.01695, "longitude": 117.8916, "population": 26445}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.60603, -20.3104]}, "properties": {"id": 690, "name": "Port Hedland", "country": "AUS", "latitude": -20.3104, "longitude": 118.60603, "population": 14288}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.87001, -20.73038]}, "properties": {"id": 691, "name": "Karratha", "country": "AUS", "latitude": -20.73038, "longitude": 116.87001, "population": 16796}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.59997, -28.76663]}, "properties": {"id": 692, "name": "Geraldton", "country": "AUS", "latitude": -28.76663, "longitude": 114.59997, "population": 27258}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.04002, -34.29001]}, "properties": {"id": 693, "name": "Griffith", "country": "AUS", "latitude": -34.29001, "longitude": 146.04002, "population": 15455}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [149.09998, -33.28]}, "properties": {"id": 694, "name": "Orange", "country": "AUS", "latitude": -33.28, "longitude": 149.09998, "population": 39329}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [148.59733, -32.25996]}, "properties": {"id": 695, "name": "Dubbo", "country": "AUS", "latitude": -32.25996, "longitude": 148.59733, "population": 31574}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [151.66748, -30.51231]}, "properties": {"id": 696, "name": "Armidale", "country": "AUS", "latitude": -30.51231, "longitude": 151.66748, "population": 22673}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [141.43311, -31.94995]}, "properties": {"id": 697, "name": "Broken Hill", "country": "AUS", "latitude": -31.94995, "longitude": 141.43311, "population": 17395}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.86658, -34.73324]}, "properties": {"id": 698, "name": "Port Lincoln", "country": "AUS", "latitude": -34.73324, "longitude": 135.86658, "population": 13630}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [137.56141, -33.02503]}, "properties": {"id": 699, "name": "Whyalla", "country": "AUS", "latitude": -33.02503, "longitude": 137.56141, "population": 22559}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [141.59, -38.34]}, "properties": {"id": 700, "name": "Portland", "country": "AUS", "latitude": -38.34, "longitude": 141.59, "population": 11808}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.28002, -36.75999]}, "properties": {"id": 701, "name": "Bendigo", "country": "AUS", "latitude": -36.75999, "longitude": 144.28002, "population": 81657}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.3, -36.36002]}, "properties": {"id": 702, "name": "Wangaratta", "country": "AUS", "latitude": -36.36002, "longitude": 146.3, "population": 14022}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [142.6502, -25.43324]}, "properties": {"id": 703, "name": "Windorah", "country": "AUS", "latitude": -25.43324, "longitude": 142.6502, "population": 158}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.49003, -20.72387]}, "properties": {"id": 704, "name": "Mount Isa", "country": "AUS", "latitude": -20.72387, "longitude": 139.49003, "population": 33200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [150.52, -23.36391]}, "properties": {"id": 705, "name": "Rockhampton", "country": "AUS", "latitude": -23.36391, "longitude": 150.52, "population": 65850}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [145.76333, -16.88784]}, "properties": {"id": 706, "name": "Cairns", "country": "AUS", "latitude": -16.88784, "longitude": 145.76333, "population": 154225}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [153.44825, -28.0815]}, "properties": {"id": 707, "name": "Gold Coast", "country": "AUS", "latitude": -28.0815, "longitude": 153.44825, "population": 527660}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.3311, -41.19267]}, "properties": {"id": 708, "name": "Devonport", "country": "AUS", "latitude": -41.19267, "longitude": 146.3311, "population": 19317}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.28998, 11.17998]}, "properties": {"id": 709, "name": "Bobo Dioulasso", "country": "BFA", "latitude": 11.17998, "longitude": -4.28998, "population": 360106}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.60502, 24.37498]}, "properties": {"id": 710, "name": "Rajshahi", "country": "BGD", "latitude": 24.37498, "longitude": 88.60502, "population": 810000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [96.08503, 21.96999]}, "properties": {"id": 711, "name": "Mandalay", "country": "MMR", "latitude": 21.96999, "longitude": 96.08503, "population": 1300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [92.88, 20.14]}, "properties": {"id": 712, "name": "Sittwe", "country": "MMR", "latitude": 20.14, "longitude": 92.88, "population": 179032}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.36001, -3.37609]}, "properties": {"id": 713, "name": "Bujumbura", "country": "BDI", "latitude": -3.37609, "longitude": 29.36001, "population": 331700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-170.70665, -14.27661]}, "properties": {"id": 714, "name": "Pago Pago", "country": "USA", "latitude": -14.27661, "longitude": -170.70665, "population": 12576}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.21206, 13.14828]}, "properties": {"id": 715, "name": "Kingstown", "country": "VCT", "latitude": 13.14828, "longitude": -61.21206, "population": 49485}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.00001, 14.00197]}, "properties": {"id": 716, "name": "Castries", "country": "LCA", "latitude": 14.00197, "longitude": -61.00001, "population": 37963}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-62.71701, 17.30203]}, "properties": {"id": 717, "name": "Basseterre", "country": "KNA", "latitude": 17.30203, "longitude": -62.71701, "population": 21887}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-15.43, 28.09998]}, "properties": {"id": 718, "name": "Las Palmas", "country": "ESP", "latitude": 28.09998, "longitude": -15.43, "population": 378495}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.01641, 10.43555]}, "properties": {"id": 719, "name": "Berbera", "country": "SOL", "latitude": 10.43555, "longitude": 45.01641, "population": 242344}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [57.49999, -20.16664]}, "properties": {"id": 720, "name": "Port Louis", "country": "MUS", "latitude": -20.16664, "longitude": 57.49999, "population": 595491}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.44502, 31.53]}, "properties": {"id": 721, "name": "Gaza", "country": "PSE", "latitude": 31.53, "longitude": 34.44502, "population": 505700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.74164, 12.05263]}, "properties": {"id": 722, "name": "Saint George's", "country": "GRD", "latitude": 12.05263, "longitude": -61.74164, "population": 33734}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-149.56667, -17.53336]}, "properties": {"id": 723, "name": "Papeete", "country": "FRA", "latitude": -17.53336, "longitude": -149.56667, "population": 131695}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.58305, 26.23614]}, "properties": {"id": 724, "name": "Manama", "country": "BHR", "latitude": 26.23614, "longitude": 50.58305, "population": 563920}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.70001, 26.53328]}, "properties": {"id": 725, "name": "Freeport", "country": "BHS", "latitude": 26.53328, "longitude": -78.70001, "population": 25383}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.85003, 17.11804]}, "properties": {"id": 726, "name": "Saint John's", "country": "ATG", "latitude": 17.11804, "longitude": -61.85003, "population": 35499}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.68167, 24.15208]}, "properties": {"id": 727, "name": "Taichung", "country": "TWN", "latitude": 24.15208, "longitude": 120.68167, "population": 2629323}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.76999, 11.25044]}, "properties": {"id": 728, "name": "Kozhikode", "country": "IND", "latitude": 11.25044, "longitude": 75.76999, "population": 953000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.82736, 20.27043]}, "properties": {"id": 729, "name": "Bhubaneshwar", "country": "IND", "latitude": 20.27043, "longitude": 85.82736, "population": 844000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.19752, 22.78754]}, "properties": {"id": 730, "name": "Jamshedpur", "country": "IND", "latitude": 22.78754, "longitude": 86.19752, "population": 1300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-56.17105, -34.85804]}, "properties": {"id": 731, "name": "Montevideo", "country": "URY", "latitude": -34.85804, "longitude": -56.17105, "population": 1513000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-112.03529, 46.59275]}, "properties": {"id": 732, "name": "Helena", "country": "USA", "latitude": 46.59275, "longitude": -112.03529, "population": 38725}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-100.78332, 46.80832]}, "properties": {"id": 733, "name": "Bismarck", "country": "USA", "latitude": 46.80832, "longitude": -100.78332, "population": 63871}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-116.22749, 43.60859]}, "properties": {"id": 734, "name": "Boise", "country": "USA", "latitude": 43.60859, "longitude": -116.22749, "population": 338071}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.84999, 37.29998]}, "properties": {"id": 735, "name": "San Jose", "country": "USA", "latitude": 37.29998, "longitude": -121.84999, "population": 1668000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.47004, 38.57502]}, "properties": {"id": 736, "name": "Sacramento", "country": "USA", "latitude": 38.57502, "longitude": -121.47004, "population": 1604000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-115.22001, 36.21]}, "properties": {"id": 737, "name": "Las Vegas", "country": "USA", "latitude": 36.21, "longitude": -115.22001, "population": 1823000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-105.93724, 35.68693]}, "properties": {"id": 738, "name": "Santa Fe", "country": "USA", "latitude": 35.68693, "longitude": -105.93724, "population": 92681}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.67999, 45.52002]}, "properties": {"id": 739, "name": "Portland", "country": "USA", "latitude": 45.52002, "longitude": -122.67999, "population": 1875000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-111.93005, 40.77502]}, "properties": {"id": 740, "name": "Salt Lake City", "country": "USA", "latitude": 40.77502, "longitude": -111.93005, "population": 966000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-104.81971, 41.14001]}, "properties": {"id": 741, "name": "Cheyenne", "country": "USA", "latitude": 41.14001, "longitude": -104.81971, "population": 72927}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.61998, 41.57998]}, "properties": {"id": 742, "name": "Des Moines", "country": "USA", "latitude": 41.57998, "longitude": -93.61998, "population": 380655}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.00999, 41.24]}, "properties": {"id": 743, "name": "Omaha", "country": "USA", "latitude": 41.24, "longitude": -96.00999, "population": 877110}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.51868, 35.47004]}, "properties": {"id": 744, "name": "Oklahoma City", "country": "USA", "latitude": 35.47004, "longitude": -97.51868, "population": 788000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-100.35055, 44.36834]}, "properties": {"id": 745, "name": "Pierre", "country": "USA", "latitude": 44.36834, "longitude": -100.35055, "population": 13879}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-98.50731, 29.48733]}, "properties": {"id": 746, "name": "San Antonio", "country": "USA", "latitude": 29.48733, "longitude": -98.50731, "population": 1473000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.24997, 7.77]}, "properties": {"id": 747, "name": "San Cristobal", "country": "VEN", "latitude": 7.77, "longitude": -72.24997, "population": 438798}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.98002, 10.22998]}, "properties": {"id": 748, "name": "Valencia", "country": "VEN", "latitude": 10.22998, "longitude": -67.98002, "population": 1770000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.185, 32.29882]}, "properties": {"id": 749, "name": "Jackson", "country": "USA", "latitude": 32.29882, "longitude": -90.185, "population": 250902}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.64469, 35.81878]}, "properties": {"id": 750, "name": "Raleigh", "country": "USA", "latitude": 35.81878, "longitude": -78.64469, "population": 1163515}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-81.695, 41.46999]}, "properties": {"id": 751, "name": "Cleveland", "country": "USA", "latitude": 41.46999, "longitude": -81.695, "population": 1890000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.45692, 39.16188]}, "properties": {"id": 752, "name": "Cincinnati", "country": "USA", "latitude": 39.16188, "longitude": -84.45692, "population": 1636000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.77998, 36.16997]}, "properties": {"id": 753, "name": "Nashville", "country": "USA", "latitude": 36.16997, "longitude": -86.77998, "population": 877000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.0, 35.11999]}, "properties": {"id": 754, "name": "Memphis", "country": "USA", "latitude": 35.11999, "longitude": -90.0, "population": 1081000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.28001, 36.84996]}, "properties": {"id": 755, "name": "Norfolk", "country": "USA", "latitude": 36.84996, "longitude": -76.28001, "population": 1047869}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-87.91997, 43.05266]}, "properties": {"id": 756, "name": "Milwaukee", "country": "USA", "latitude": 43.05266, "longitude": -87.91997, "population": 1388000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.88, 42.87998]}, "properties": {"id": 757, "name": "Buffalo", "country": "USA", "latitude": 42.87998, "longitude": -78.88, "population": 1016000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.99999, 40.43]}, "properties": {"id": 758, "name": "Pittsburgh", "country": "USA", "latitude": 40.43, "longitude": -79.99999, "population": 1838000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-62.61999, 8.37002]}, "properties": {"id": 759, "name": "Ciudad Guayana", "country": "VEN", "latitude": 8.37002, "longitude": -62.61999, "population": 746535}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [1.22276, 6.13194]}, "properties": {"id": 760, "name": "Lome", "country": "TGO", "latitude": 6.13194, "longitude": 1.22276, "population": 1452000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.17968, 36.80278]}, "properties": {"id": 761, "name": "Tunis", "country": "TUN", "latitude": 36.80278, "longitude": 10.17968, "population": 2412500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-152.40699, 57.79]}, "properties": {"id": 762, "name": "Kodiak", "country": "USA", "latitude": 57.79, "longitude": -152.40699, "population": 9461}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-162.71509, 55.2]}, "properties": {"id": 763, "name": "Cold Bay", "country": "USA", "latitude": 55.2, "longitude": -162.71509, "population": 200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-161.7558, 60.7933]}, "properties": {"id": 764, "name": "Bethel", "country": "USA", "latitude": 60.7933, "longitude": -161.7558, "population": 6228}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-166.80802, 68.34773]}, "properties": {"id": 765, "name": "Point Hope", "country": "USA", "latitude": 68.34773, "longitude": -166.80802, "population": 461}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-156.78858, 71.29057]}, "properties": {"id": 766, "name": "Barrow", "country": "USA", "latitude": 71.29057, "longitude": -156.78858, "population": 4336}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-165.40637, 64.5061]}, "properties": {"id": 767, "name": "Nome", "country": "USA", "latitude": 64.5061, "longitude": -165.40637, "population": 3485}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-146.34829, 61.136]}, "properties": {"id": 768, "name": "Valdez", "country": "USA", "latitude": 61.136, "longitude": -146.34829, "population": 4036}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-134.42, 58.31413]}, "properties": {"id": 769, "name": "Juneau", "country": "USA", "latitude": 58.31413, "longitude": -134.42, "population": 30711}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-147.71066, 64.83698]}, "properties": {"id": 770, "name": "Fairbanks", "country": "USA", "latitude": 64.83698, "longitude": -147.71066, "population": 56993}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-148.66936, 70.29218]}, "properties": {"id": 771, "name": "Prudhoe Bay", "country": "USA", "latitude": 70.29218, "longitude": -148.66936, "population": 2500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.46498, 44.59998]}, "properties": {"id": 772, "name": "Sevastapol", "country": "UKR", "latitude": 44.59998, "longitude": 33.46498, "population": 379200}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [54.36659, 24.46668]}, "properties": {"id": 773, "name": "Abu Dhabi", "country": "ARE", "latitude": 24.46668, "longitude": 54.36659, "population": 603492}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [58.3833, 37.94999]}, "properties": {"id": 774, "name": "Ashgabat", "country": "TKM", "latitude": 37.94999, "longitude": 58.3833, "population": 727700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [66.945, 39.67002]}, "properties": {"id": 775, "name": "Samarqand", "country": "UZB", "latitude": 39.67002, "longitude": 66.945, "population": 708000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.28333, -15.41664]}, "properties": {"id": 776, "name": "Lusaka", "country": "ZMB", "latitude": -15.41664, "longitude": 28.28333, "population": 1328000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.04471, -17.81779]}, "properties": {"id": 777, "name": "Harare", "country": "ZWE", "latitude": -17.81779, "longitude": 31.04471, "population": 1572000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.58, -20.17]}, "properties": {"id": 778, "name": "Bulawayo", "country": "ZWE", "latitude": -20.17, "longitude": 28.58, "population": 699385}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.57946, -8.55939]}, "properties": {"id": 779, "name": "Dili", "country": "TLS", "latitude": -8.55939, "longitude": 125.57946, "population": 234331}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [168.31664, -17.73335]}, "properties": {"id": 780, "name": "Port Vila", "country": "VUT", "latitude": -17.73335, "longitude": 168.31664, "population": 44040}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-87.21753, 14.10204]}, "properties": {"id": 781, "name": "Tegucigalpa", "country": "HND", "latitude": 14.10204, "longitude": -87.21753, "population": 946000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.16703, 6.80197]}, "properties": {"id": 782, "name": "Georgetown", "country": "GUY", "latitude": 6.80197, "longitude": -58.16703, "population": 264350}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-21.95001, 64.15002]}, "properties": {"id": 783, "name": "Reykjav\u00edk", "country": "ISL", "latitude": 64.15002, "longitude": -21.95001, "population": 166212}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.33603, 18.54102]}, "properties": {"id": 784, "name": "Port-au-Prince", "country": "HTI", "latitude": 18.54102, "longitude": -72.33603, "population": 1998000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.25071, 55.8744]}, "properties": {"id": 785, "name": "Glasgow", "country": "GBR", "latitude": 55.8744, "longitude": -4.25071, "population": 1160000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.58332, 0.31666]}, "properties": {"id": 786, "name": "Kampala", "country": "UGA", "latitude": 0.31666, "longitude": 32.58332, "population": 1420000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.00949, 12.77972]}, "properties": {"id": 787, "name": "Aden", "country": "YEM", "latitude": 12.77972, "longitude": 45.00949, "population": 1000000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-55.16703, 5.83503]}, "properties": {"id": 788, "name": "Paramaribo", "country": "SUR", "latitude": 5.83503, "longitude": -55.16703, "population": 254169}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.98001, 37.40502]}, "properties": {"id": 789, "name": "Seville", "country": "ESP", "latitude": 37.40502, "longitude": -5.98001, "population": 1212045}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.98332, 13.8]}, "properties": {"id": 790, "name": "Zinder", "country": "NER", "latitude": 13.8, "longitude": 8.98332, "population": 230358}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.11666, 13.51671]}, "properties": {"id": 791, "name": "Niamey", "country": "NER", "latitude": 13.51671, "longitude": 2.11666, "population": 915000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.21643, 19.61579]}, "properties": {"id": 792, "name": "Port Sudan", "country": "SDN", "latitude": 19.61579, "longitude": 37.21643, "population": 489725}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [68.77388, 38.56004]}, "properties": {"id": 793, "name": "Dushanbe", "country": "TJK", "latitude": 38.56004, "longitude": 68.77388, "population": 1086244}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.97215, -13.52503]}, "properties": {"id": 794, "name": "Cusco", "country": "PER", "latitude": -13.52503, "longitude": -71.97215, "population": 361182}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.25001, -18.0]}, "properties": {"id": 795, "name": "Tacna", "country": "PER", "latitude": -18.0, "longitude": -70.25001, "population": 280098}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.01997, -8.12004]}, "properties": {"id": 796, "name": "Trujillo", "country": "PER", "latitude": -8.12004, "longitude": -79.01997, "population": 765171}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.72549, -14.06799]}, "properties": {"id": 797, "name": "Ica", "country": "PER", "latitude": -14.06799, "longitude": -75.72549, "population": 279420}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.64151, -25.2964]}, "properties": {"id": 798, "name": "Asuncion", "country": "PRY", "latitude": -25.2964, "longitude": -57.64151, "population": 1870000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.26849, 12.15302]}, "properties": {"id": 799, "name": "Managua", "country": "NIC", "latitude": 12.15302, "longitude": -86.26849, "population": 920000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.23422, 8.47001]}, "properties": {"id": 800, "name": "Freetown", "country": "SLE", "latitude": 8.47001, "longitude": -13.23422, "population": 827000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.98281, 16.99587]}, "properties": {"id": 801, "name": "Agadez", "country": "NER", "latitude": 16.99587, "longitude": 7.98281, "population": 117770}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.88999, 12.05997]}, "properties": {"id": 802, "name": "Niyala", "country": "SDN", "latitude": 12.05997, "longitude": 24.88999, "population": 392373}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.98996, 7.69998]}, "properties": {"id": 803, "name": "Wau", "country": "SSD", "latitude": 7.69998, "longitude": 27.98996, "population": 127384}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.4833, 19.16659]}, "properties": {"id": 804, "name": "Dongola", "country": "SDN", "latitude": 19.16659, "longitude": 30.4833, "population": 26404}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.39002, 15.45997]}, "properties": {"id": 805, "name": "Kassala", "country": "SDN", "latitude": 15.45997, "longitude": 36.39002, "population": 401477}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.99203, 69.63508]}, "properties": {"id": 806, "name": "Troms\u00f8", "country": "NOR", "latitude": 69.63508, "longitude": 18.99203, "population": 52436}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.41667, 63.41666]}, "properties": {"id": 807, "name": "Trondheim", "country": "NOR", "latitude": 63.41666, "longitude": 10.41667, "population": 147139}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.32452, 60.391]}, "properties": {"id": 808, "name": "Bergen", "country": "NOR", "latitude": 60.391, "longitude": 5.32452, "population": 213585}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.16663, 33.7]}, "properties": {"id": 809, "name": "Islamabad", "country": "PAK", "latitude": 33.7, "longitude": 73.16663, "population": 780000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [71.45501, 30.19998]}, "properties": {"id": 810, "name": "Multan", "country": "PAK", "latitude": 30.19998, "longitude": 71.45501, "population": 1522000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [68.37499, 25.37999]}, "properties": {"id": 811, "name": "Hyderabad", "country": "PAK", "latitude": 25.37999, "longitude": 68.37499, "population": 1459000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [71.535, 34.00502]}, "properties": {"id": 812, "name": "Peshawar", "country": "PAK", "latitude": 34.00502, "longitude": 71.535, "population": 1303000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.31664, 27.71669]}, "properties": {"id": 813, "name": "Kathmandu", "country": "NPL", "latitude": 27.71669, "longitude": 85.31664, "population": 895000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.71502, -14.51861]}, "properties": {"id": 814, "name": "Nacala", "country": "MOZ", "latitude": -14.51861, "longitude": 40.71502, "population": 224795}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.22991, -29.11999]}, "properties": {"id": 815, "name": "Bloemfontein", "country": "ZAF", "latitude": -29.11999, "longitude": 26.22991, "population": 463064}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.22943, -25.70692]}, "properties": {"id": 816, "name": "Pretoria", "country": "ZAF", "latitude": -25.70692, "longitude": 28.22943, "population": 1338000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [147.1925, -9.46471]}, "properties": {"id": 817, "name": "Port Moresby", "country": "PNG", "latitude": -9.46471, "longitude": 147.1925, "population": 283733}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [159.94977, -9.43799]}, "properties": {"id": 818, "name": "Honiara", "country": "SLB", "latitude": -9.43799, "longitude": 159.94977, "population": 76328}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.53304, 8.96802]}, "properties": {"id": 819, "name": "Panama City", "country": "PAN", "latitude": 8.96802, "longitude": -79.53304, "population": 1281000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.00038, 34.0546]}, "properties": {"id": 820, "name": "Fez", "country": "MAR", "latitude": 34.0546, "longitude": -5.00038, "population": 1002000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-6.83613, 34.0253]}, "properties": {"id": 821, "name": "Rabat", "country": "MAR", "latitude": 34.0253, "longitude": -6.83613, "population": 1705000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-7.99999, 31.62999]}, "properties": {"id": 822, "name": "Marrakesh", "country": "MAR", "latitude": 31.62999, "longitude": -7.99999, "population": 872000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.85771, 47.00502]}, "properties": {"id": 823, "name": "Chisinau", "country": "MDA", "latitude": 47.00502, "longitude": 28.85771, "population": 688134}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.87001, -19.82004]}, "properties": {"id": 824, "name": "Beira", "country": "MOZ", "latitude": -19.82004, "longitude": 34.87001, "population": 530604}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.60003, -33.97003]}, "properties": {"id": 825, "name": "Port Elizabeth", "country": "ZAF", "latitude": -33.97003, "longitude": 25.60003, "population": 1021000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.58916, -25.95528]}, "properties": {"id": 826, "name": "Maputo", "country": "MOZ", "latitude": -25.95528, "longitude": 32.58916, "population": 1446000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [84.97501, 56.49499]}, "properties": {"id": 827, "name": "Tomsk", "country": "RUS", "latitude": 56.49499, "longitude": 84.97501, "population": 535479}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [177.475, 64.73699]}, "properties": {"id": 828, "name": "Anadyr", "country": "RUS", "latitude": 64.73699, "longitude": 177.475, "population": 10332}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.10004, 68.96999]}, "properties": {"id": 829, "name": "Murmansk", "country": "RUS", "latitude": 68.96999, "longitude": 33.10004, "population": 319263}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [40.54501, 64.57496]}, "properties": {"id": 830, "name": "Archangel", "country": "RUS", "latitude": 64.57496, "longitude": 40.54501, "population": 356051}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.00009, 56.33301]}, "properties": {"id": 831, "name": "Nizhny Novgorod", "country": "RUS", "latitude": 56.33301, "longitude": 44.00009, "population": 1278000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.49996, 48.71001]}, "properties": {"id": 832, "name": "Volgograd", "country": "RUS", "latitude": 48.71001, "longitude": 44.49996, "population": 984000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [56.04003, 54.78997]}, "properties": {"id": 833, "name": "Ufa", "country": "RUS", "latitude": 54.78997, "longitude": 56.04003, "population": 1018000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [60.59996, 56.85003]}, "properties": {"id": 834, "name": "Yekaterinburg", "country": "RUS", "latitude": 56.85003, "longitude": 60.59996, "population": 1313000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [50.1513, 53.19501]}, "properties": {"id": 835, "name": "Samara", "country": "RUS", "latitude": 53.19501, "longitude": 50.1513, "population": 1137000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.12634, 55.74994]}, "properties": {"id": 836, "name": "Kazan", "country": "RUS", "latitude": 55.74994, "longitude": 49.12634, "population": 1115000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.42502, 61.25994]}, "properties": {"id": 837, "name": "Surgut", "country": "RUS", "latitude": 61.25994, "longitude": 73.42502, "population": 400000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [83.74501, 53.355]}, "properties": {"id": 838, "name": "Barnaul", "country": "RUS", "latitude": 53.355, "longitude": 83.74501, "population": 599579}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [82.96004, 55.02996]}, "properties": {"id": 839, "name": "Novosibirsk", "country": "RUS", "latitude": 55.02996, "longitude": 82.96004, "population": 1389000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [45.36668, 2.06668]}, "properties": {"id": 840, "name": "Mogadishu", "country": "SOM", "latitude": 2.06668, "longitude": 45.36668, "population": 1100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [58.59331, 23.61332]}, "properties": {"id": 841, "name": "Muscat", "country": "OMN", "latitude": 23.61332, "longitude": 58.59331, "population": 734697}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.85775, 6.93197]}, "properties": {"id": 842, "name": "Colombo", "country": "LKA", "latitude": 6.93197, "longitude": 79.85775, "population": 217000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.90008, 10.31998]}, "properties": {"id": 843, "name": "Cebu", "country": "PHL", "latitude": 10.31998, "longitude": 123.90008, "population": 815000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [122.54502, 10.70504]}, "properties": {"id": 844, "name": "Iloilo", "country": "PHL", "latitude": 10.70504, "longitude": 122.54502, "population": 387681}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.63, 7.11002]}, "properties": {"id": 845, "name": "Davao", "country": "PHL", "latitude": 7.11002, "longitude": 125.63, "population": 1402000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [101.61503, 56.157]}, "properties": {"id": 846, "name": "Bratsk", "country": "RUS", "latitude": 56.157, "longitude": 101.61503, "population": 246348}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.24505, 52.31997]}, "properties": {"id": 847, "name": "Irkutsk", "country": "RUS", "latitude": 52.31997, "longitude": 104.24505, "population": 586695}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [92.866, 56.01398]}, "properties": {"id": 848, "name": "Krasnoyarsk", "country": "RUS", "latitude": 56.01398, "longitude": 92.866, "population": 925000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.5451, 73.50697]}, "properties": {"id": 849, "name": "Dickson", "country": "RUS", "latitude": 73.50697, "longitude": 80.5451, "population": 1113}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.465, 52.05503]}, "properties": {"id": 850, "name": "Chita", "country": "RUS", "latitude": 52.05503, "longitude": 113.465, "population": 308500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [131.91003, 43.13001]}, "properties": {"id": 851, "name": "Vladivostok", "country": "RUS", "latitude": 43.13001, "longitude": 131.91003, "population": 587022}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [136.06662, 71.43333]}, "properties": {"id": 852, "name": "Nizhneyansk", "country": "RUS", "latitude": 71.43333, "longitude": 136.06662, "population": 400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [129.73502, 62.03496]}, "properties": {"id": 853, "name": "Yakutsk", "country": "RUS", "latitude": 62.03496, "longitude": 129.73502, "population": 235600}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [128.83497, 71.62689]}, "properties": {"id": 854, "name": "Tiksi", "country": "RUS", "latitude": 71.62689, "longitude": 128.83497, "population": 5700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [150.81001, 59.57498]}, "properties": {"id": 855, "name": "Magadan", "country": "RUS", "latitude": 59.57498, "longitude": 150.81001, "population": 95282}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.08, 32.50002]}, "properties": {"id": 856, "name": "Tijuana", "country": "MEX", "latitude": 32.50002, "longitude": -117.08, "population": 1553000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.08498, 28.64498]}, "properties": {"id": 857, "name": "Chihuahua", "country": "MEX", "latitude": 28.64498, "longitude": -106.08498, "population": 793000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.42, 23.2211]}, "properties": {"id": 858, "name": "Mazatlan", "country": "MEX", "latitude": 23.2211, "longitude": -106.42, "population": 368204}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.87001, 22.30002]}, "properties": {"id": 859, "name": "Tampico", "country": "MEX", "latitude": 22.30002, "longitude": -97.87001, "population": 859419}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.91598, 16.84999]}, "properties": {"id": 860, "name": "Acapulco", "country": "MEX", "latitude": 16.84999, "longitude": -99.91598, "population": 715584}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.15998, 19.17734]}, "properties": {"id": 861, "name": "Veracruz", "country": "MEX", "latitude": 19.17734, "longitude": -96.15998, "population": 578963}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.15001, 16.75]}, "properties": {"id": 862, "name": "Tuxtla Gutierrez", "country": "MEX", "latitude": 16.75, "longitude": -93.15001, "population": 481128}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.83001, 21.16996]}, "properties": {"id": 863, "name": "Cancun", "country": "MEX", "latitude": 21.16996, "longitude": -86.83001, "population": 542043}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-89.61663, 20.96664]}, "properties": {"id": 864, "name": "Merida", "country": "MEX", "latitude": 20.96664, "longitude": -89.61663, "population": 965000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.5, 6.45003]}, "properties": {"id": 865, "name": "Enugu", "country": "NGA", "latitude": 6.45003, "longitude": 7.5, "population": 688862}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.24003, 13.06002]}, "properties": {"id": 866, "name": "Sokoto", "country": "NGA", "latitude": 13.06002, "longitude": 5.24003, "population": 732178}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [56.24999, 57.99996]}, "properties": {"id": 867, "name": "Perm", "country": "RUS", "latitude": 57.99996, "longitude": 56.24999, "population": 997000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.11834, 49.0533]}, "properties": {"id": 868, "name": "Erdenet", "country": "MNG", "latitude": 49.0533, "longitude": 104.11834, "population": 79647}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.91662, 47.91667]}, "properties": {"id": 869, "name": "Ulaanbaatar", "country": "MNG", "latitude": 47.91667, "longitude": 106.91662, "population": 885000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [174.78327, -41.29997]}, "properties": {"id": 870, "name": "Wellington", "country": "NZL", "latitude": -41.29997, "longitude": 174.78327, "population": 393400}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.43004, -8.89001]}, "properties": {"id": 871, "name": "Mbeya", "country": "TZA", "latitude": -8.89001, "longitude": 33.43004, "population": 291649}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.08355, -22.57001]}, "properties": {"id": 872, "name": "Windhoek", "country": "NAM", "latitude": -22.57001, "longitude": 17.08355, "population": 268132}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.11656, -19.56662]}, "properties": {"id": 873, "name": "Grootfontein", "country": "NAM", "latitude": -19.56662, "longitude": 18.11656, "population": 24099}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.20003, -6.16]}, "properties": {"id": 874, "name": "Zanzibar", "country": "TZA", "latitude": -6.16, "longitude": 39.20003, "population": 403658}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [172.63002, -43.53503]}, "properties": {"id": 875, "name": "Christchurch", "country": "NZL", "latitude": -43.53503, "longitude": 172.63002, "population": 363926}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.40001, 39.48502]}, "properties": {"id": 876, "name": "Valencia", "country": "ESP", "latitude": 39.48502, "longitude": -0.40001, "population": 808000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [159.95002, 59.084]}, "properties": {"id": 877, "name": "Palana", "country": "RUS", "latitude": 59.084, "longitude": 159.95002, "population": 3671}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [158.62302, 53.06199]}, "properties": {"id": 878, "name": "Petropavlovsk Kamchatskiy", "country": "RUS", "latitude": 53.06199, "longitude": 158.62302, "population": 187282}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [7.53333, 9.08333]}, "properties": {"id": 879, "name": "Abuja", "country": "NGA", "latitude": 9.08333, "longitude": 7.53333, "population": 1576000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [100.36001, -0.96001]}, "properties": {"id": 880, "name": "Padang", "country": "IDN", "latitude": -0.96001, "longitude": 100.36001, "population": 855000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-15.59836, 11.86502]}, "properties": {"id": 881, "name": "Bissau", "country": "GNB", "latitude": 11.86502, "longitude": -15.59836, "population": 403339}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.35003, 38.12502]}, "properties": {"id": 882, "name": "Palermo", "country": "ITA", "latitude": 38.12502, "longitude": 13.35003, "population": 863000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.9333, 31.95003]}, "properties": {"id": 883, "name": "Amman", "country": "JOR", "latitude": 31.95003, "longitude": 35.9333, "population": 1060000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.31664, 54.68337]}, "properties": {"id": 884, "name": "Vilnius", "country": "LTU", "latitude": 54.68337, "longitude": 25.31664, "population": 542366}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.09997, 56.95002]}, "properties": {"id": 885, "name": "Riga", "country": "LVA", "latitude": 56.95002, "longitude": 24.09997, "population": 742572}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.5852, 42.87308]}, "properties": {"id": 886, "name": "Bishkek", "country": "KGZ", "latitude": 42.87308, "longitude": 74.5852, "population": 837000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [98.29998, 39.82001]}, "properties": {"id": 887, "name": "Jiayuguan", "country": "CHN", "latitude": 39.82001, "longitude": 98.29998, "population": 148279}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [101.77, 36.62]}, "properties": {"id": 888, "name": "Xining", "country": "CHN", "latitude": 36.62, "longitude": 101.77, "population": 1048000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.28003, 25.27999]}, "properties": {"id": 889, "name": "Guilin", "country": "CHN", "latitude": 25.27999, "longitude": 110.28003, "population": 987000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.97998, 32.62998]}, "properties": {"id": 890, "name": "Huainan", "country": "CHN", "latitude": 32.62998, "longitude": 116.97998, "population": 1451000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.67003, 23.37001]}, "properties": {"id": 891, "name": "Shantou", "country": "CHN", "latitude": 23.37001, "longitude": 116.67003, "population": 1601000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.63302, 3.30002]}, "properties": {"id": 892, "name": "Tarakan", "country": "IDN", "latitude": 3.30002, "longitude": 117.63302, "population": 193069}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.68992, -4.04003]}, "properties": {"id": 893, "name": "Mombasa", "country": "KEN", "latitude": -4.04003, "longitude": 39.68992, "population": 882000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.48327, -29.31667]}, "properties": {"id": 894, "name": "Maseru", "country": "LSO", "latitude": -29.31667, "longitude": 27.48327, "population": 361324}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.51662, -18.91664]}, "properties": {"id": 895, "name": "Antananarivo", "country": "MDG", "latitude": -18.91664, "longitude": 47.51662, "population": 1697000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [110.42002, -6.96662]}, "properties": {"id": 896, "name": "Semarang", "country": "IDN", "latitude": -6.96662, "longitude": 110.42002, "population": 1396000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.75003, -2.98004]}, "properties": {"id": 897, "name": "Palembang", "country": "IDN", "latitude": -2.98004, "longitude": 104.75003, "population": 1749000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.58008, -3.32999]}, "properties": {"id": 898, "name": "Bandjarmasin", "country": "IDN", "latitude": -3.32999, "longitude": 114.58008, "population": 603576}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.43203, -5.13996]}, "properties": {"id": 899, "name": "Ujungpandang", "country": "IDN", "latitude": -5.13996, "longitude": 119.43203, "population": 1262000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.83003, 45.77001]}, "properties": {"id": 900, "name": "Lyon", "country": "FRA", "latitude": 45.77001, "longitude": 4.83003, "population": 1423000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-78.50005, -0.21499]}, "properties": {"id": 901, "name": "Quito", "country": "ECU", "latitude": -0.21499, "longitude": -78.50005, "population": 1701000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.08405, 9.93501]}, "properties": {"id": 902, "name": "San Jose", "country": "CRI", "latitude": 9.93501, "longitude": -84.08405, "population": 1284000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-89.20304, 13.71]}, "properties": {"id": 903, "name": "San Salvador", "country": "SLV", "latitude": 13.71, "longitude": -89.20304, "population": 1433000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.76743, 17.97708]}, "properties": {"id": 904, "name": "Kingston", "country": "JAM", "latitude": 17.97708, "longitude": -76.76743, "population": 937700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.51439, 10.39974]}, "properties": {"id": 905, "name": "Cartagena", "country": "COL", "latitude": 10.39974, "longitude": -75.51439, "population": 887000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.17361, 1.19831]}, "properties": {"id": 906, "name": "Mitu", "country": "COL", "latitude": 1.19831, "longitude": -70.17361, "population": 5917}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.45996, 2.18998]}, "properties": {"id": 907, "name": "Bumba", "country": "COD", "latitude": 2.18998, "longitude": 22.45996, "population": 160539}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.04915, 12.1131]}, "properties": {"id": 908, "name": "Ndjamena", "country": "TCD", "latitude": 12.1131, "longitude": 15.04915, "population": 989000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.82998, 13.83999]}, "properties": {"id": 909, "name": "Abeche", "country": "TCD", "latitude": 13.83999, "longitude": 20.82998, "population": 158317}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.78328, 3.75002]}, "properties": {"id": 910, "name": "Malabo", "country": "GNQ", "latitude": 3.75002, "longitude": 8.78328, "population": 155963}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.65004, 25.70002]}, "properties": {"id": 911, "name": "Luxor", "country": "EGY", "latitude": 25.70002, "longitude": 32.65004, "population": 609248}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.93332, 15.33334]}, "properties": {"id": 912, "name": "Asmara", "country": "ERI", "latitude": 15.33334, "longitude": 38.93332, "population": 620802}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.99999, 45.80001]}, "properties": {"id": 913, "name": "Zagreb", "country": "HRV", "latitude": 45.80001, "longitude": 15.99999, "population": 722526}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.72804, 59.43388]}, "properties": {"id": 914, "name": "Tallinn", "country": "EST", "latitude": 59.43388, "longitude": 24.72804, "population": 394024}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.10001, 29.64502]}, "properties": {"id": 915, "name": "Lhasa", "country": "CHN", "latitude": 29.64502, "longitude": 91.10001, "population": 219599}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [93.515, 42.82698]}, "properties": {"id": 916, "name": "Hami", "country": "CHN", "latitude": 42.82698, "longitude": 93.515, "population": 300848}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.92695, 37.09971]}, "properties": {"id": 917, "name": "Hotan", "country": "CHN", "latitude": 37.09971, "longitude": 79.92695, "population": 261730}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.96993, 39.47634]}, "properties": {"id": 918, "name": "Kashgar", "country": "CHN", "latitude": 39.47634, "longitude": 75.96993, "population": 543914}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.27304, 38.46797]}, "properties": {"id": 919, "name": "Yinchuan", "country": "CHN", "latitude": 38.46797, "longitude": 106.27304, "population": 991000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.85004, 27.62001]}, "properties": {"id": 920, "name": "Pingxiang", "country": "CHN", "latitude": 27.62001, "longitude": 113.85004, "population": 961000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [129.88503, 32.76499]}, "properties": {"id": 921, "name": "Nagasaki", "country": "JPN", "latitude": 32.76499, "longitude": 129.88503, "population": 435455}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.98999, 47.34498]}, "properties": {"id": 922, "name": "Qiqihar", "country": "CHN", "latitude": 47.34498, "longitude": 123.98999, "population": 1641000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.85, -5.03004]}, "properties": {"id": 923, "name": "Kikwit", "country": "COD", "latitude": -5.03004, "longitude": 18.85, "population": 637736}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.45002, -5.81661]}, "properties": {"id": 924, "name": "Matadi", "country": "COD", "latitude": -5.81661, "longitude": 13.45002, "population": 245862}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.47244, -10.71672]}, "properties": {"id": 925, "name": "Kolwezi", "country": "COD", "latitude": -10.71672, "longitude": 25.47244, "population": 418000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.48002, -11.68002]}, "properties": {"id": 926, "name": "Lubumbashi", "country": "COD", "latitude": -11.68002, "longitude": 27.48002, "population": 1352000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.7833, -13.9833]}, "properties": {"id": 927, "name": "Lilongwe", "country": "MWI", "latitude": -13.9833, "longitude": 33.7833, "population": 646750}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.52697, 14.62113]}, "properties": {"id": 928, "name": "Guatemala", "country": "GTM", "latitude": 14.62113, "longitude": -90.52697, "population": 1024000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-52.33002, 4.93299]}, "properties": {"id": 929, "name": "Cayenne", "country": "FRA", "latitude": 4.93299, "longitude": -52.33002, "population": 61550}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.45797, 0.38539]}, "properties": {"id": 930, "name": "Libreville", "country": "GAB", "latitude": 0.38539, "longitude": 9.45797, "population": 578156}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [83.30498, 17.73001]}, "properties": {"id": 931, "name": "Vishakhapatnam", "country": "IND", "latitude": 17.73001, "longitude": 83.30498, "population": 1529000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [178.44171, -18.13302]}, "properties": {"id": 932, "name": "Suva", "country": "FJI", "latitude": -18.13302, "longitude": 178.44171, "population": 175399}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.78002, -0.72002]}, "properties": {"id": 933, "name": "Port-Gentil", "country": "GAB", "latitude": -0.72002, "longitude": 8.78002, "population": 116836}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-3.0166, 16.76659]}, "properties": {"id": 934, "name": "Timbuktu", "country": "MLI", "latitude": 16.76659, "longitude": -3.0166, "population": 68872}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.94, -53.16499]}, "properties": {"id": 935, "name": "Punta Arenas", "country": "CHL", "latitude": -53.16499, "longitude": -70.94, "population": 117430}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.12997, -20.24999]}, "properties": {"id": 936, "name": "Iquique", "country": "CHL", "latitude": -20.24999, "longitude": -70.12997, "population": 227499}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.4, -23.64999]}, "properties": {"id": 937, "name": "Antofagasta", "country": "CHL", "latitude": -23.64999, "longitude": -70.4, "population": 309832}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.62101, -33.04776]}, "properties": {"id": 938, "name": "Valparaiso", "country": "CHL", "latitude": -33.04776, "longitude": -71.62101, "population": 854000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.24502, -39.795]}, "properties": {"id": 939, "name": "Valdivia", "country": "CHL", "latitude": -39.795, "longitude": -73.24502, "population": 159599}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.05002, -36.83001]}, "properties": {"id": 940, "name": "Concepcion", "country": "CHL", "latitude": -36.83001, "longitude": -73.05002, "population": 889725}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.92998, -41.46999]}, "properties": {"id": 941, "name": "Puerto Montt", "country": "CHL", "latitude": -41.46999, "longitude": -72.92998, "population": 174629}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-51.73266, 64.19828]}, "properties": {"id": 942, "name": "Nuuk", "country": "DNK", "latitude": 64.19828, "longitude": -51.73266, "population": 14798}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-15.97534, 18.08643]}, "properties": {"id": 943, "name": "Nouakchott", "country": "MRT", "latitude": 18.08643, "longitude": -15.97534, "population": 742144}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-8.00004, 12.65001]}, "properties": {"id": 944, "name": "Bamako", "country": "MLI", "latitude": 12.65001, "longitude": -8.00004, "population": 1494000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.04999, 20.51664]}, "properties": {"id": 945, "name": "Atar", "country": "MRT", "latitude": 20.51664, "longitude": -13.04999, "population": 44265}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.54999, 13.89999]}, "properties": {"id": 946, "name": "Djenne", "country": "MLI", "latitude": 13.89999, "longitude": -4.54999, "population": 32944}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.43332, 27.03327]}, "properties": {"id": 947, "name": "Sabha", "country": "LBY", "latitude": 27.03327, "longitude": 14.43332, "population": 100249}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.06672, 32.11673]}, "properties": {"id": 948, "name": "Banghazi", "country": "LBY", "latitude": 32.11673, "longitude": 20.06672, "population": 1180000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [22.885, 40.69611]}, "properties": {"id": 949, "name": "Thessaloniki", "country": "GRC", "latitude": 40.69611, "longitude": 22.885, "population": 828000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.50971, 33.87198]}, "properties": {"id": 950, "name": "Beirut", "country": "LBN", "latitude": 33.87198, "longitude": 35.50971, "population": 1846000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.7908, 41.72501]}, "properties": {"id": 951, "name": "Tbilisi", "country": "GEO", "latitude": 41.72501, "longitude": 44.7908, "population": 1100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.46003, 12.61004]}, "properties": {"id": 952, "name": "Gonder", "country": "ETH", "latitude": 12.61004, "longitude": 37.46003, "population": 156230}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [71.42777, 51.18113]}, "properties": {"id": 953, "name": "Astana", "country": "KAZ", "latitude": 51.18113, "longitude": 71.42777, "population": 345604}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.11501, 49.88498]}, "properties": {"id": 954, "name": "Qaraghandy", "country": "KAZ", "latitude": 49.88498, "longitude": 73.11501, "population": 451800}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.91504, 43.32499]}, "properties": {"id": 955, "name": "Almaty", "country": "KAZ", "latitude": 43.32499, "longitude": 76.91504, "population": 1209000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [51.70004, 32.70001]}, "properties": {"id": 956, "name": "Isfahan", "country": "IRN", "latitude": 32.70001, "longitude": 51.70004, "population": 1628000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [52.57001, 29.62996]}, "properties": {"id": 957, "name": "Shiraz", "country": "IRN", "latitude": 29.62996, "longitude": 52.57001, "population": 1240000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.86999, 31.63999]}, "properties": {"id": 958, "name": "Amritsar", "country": "IND", "latitude": 31.63999, "longitude": 74.86999, "population": 1212000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [83.00004, 25.32999]}, "properties": {"id": 959, "name": "Varanasi", "country": "IND", "latitude": 25.32999, "longitude": 83.00004, "population": 1352000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [86.98333, 23.68333]}, "properties": {"id": 960, "name": "Asansol", "country": "IND", "latitude": 23.68333, "longitude": 86.98333, "population": 1328000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [81.43333, 21.21667]}, "properties": {"id": 961, "name": "Bhilai", "country": "IND", "latitude": 21.21667, "longitude": 81.43333, "population": 1097000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.40999, 23.24999]}, "properties": {"id": 962, "name": "Bhopal", "country": "IND", "latitude": 23.24999, "longitude": 77.40999, "population": 1727000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.12003, 9.92003]}, "properties": {"id": 963, "name": "Madurai", "country": "IND", "latitude": 9.92003, "longitude": 78.12003, "population": 1294000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [76.95002, 10.99996]}, "properties": {"id": 964, "name": "Coimbatore", "country": "IND", "latitude": 10.99996, "longitude": 76.95002, "population": 1696000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.59998, 17.96669]}, "properties": {"id": 965, "name": "Vientiane", "country": "LAO", "latitude": 17.96669, "longitude": 102.59998, "population": 754000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.28469, -4.25919]}, "properties": {"id": 966, "name": "Brazzaville", "country": "COG", "latitude": -4.25919, "longitude": 15.28469, "population": 1355000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-13.68024, 9.53152]}, "properties": {"id": 967, "name": "Conakry", "country": "GIN", "latitude": 9.53152, "longitude": -13.68024, "population": 1494000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-5.2755, 6.81838]}, "properties": {"id": 968, "name": "Yamoussoukro", "country": "CIV", "latitude": 6.81838, "longitude": -5.2755, "population": 206499}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-72.66997, -7.62999]}, "properties": {"id": 969, "name": "Cruzeiro do Sul", "country": "BRA", "latitude": -7.62999, "longitude": -72.66997, "population": 56862}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.93998, -4.22002]}, "properties": {"id": 970, "name": "Leticia", "country": "COL", "latitude": -4.22002, "longitude": -69.93998, "population": 59575}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.00002, -3.10003]}, "properties": {"id": 971, "name": "Manaus", "country": "BRA", "latitude": -3.10003, "longitude": -60.00002, "population": 1753000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-43.35003, -4.833]}, "properties": {"id": 972, "name": "Caxias", "country": "BRA", "latitude": -4.833, "longitude": -43.35003, "population": 134640}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.69998, -2.43325]}, "properties": {"id": 973, "name": "Santarem", "country": "BRA", "latitude": -2.43325, "longitude": -54.69998, "population": 230428}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-49.11598, -5.34997]}, "properties": {"id": 974, "name": "Maraba", "country": "BRA", "latitude": -5.34997, "longitude": -49.11598, "population": 166182}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.1166, -12.7166]}, "properties": {"id": 975, "name": "Vilhena", "country": "BRA", "latitude": -12.7166, "longitude": -60.1166, "population": 63231}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.967, -10.83331]}, "properties": {"id": 976, "name": "Ji-Parana", "country": "BRA", "latitude": -10.83331, "longitude": -61.967, "population": 65016}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-54.61663, -20.45003]}, "properties": {"id": 977, "name": "Campo Grande", "country": "BRA", "latitude": -20.45003, "longitude": -54.61663, "population": 778000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-48.52002, -27.57998]}, "properties": {"id": 978, "name": "Florianopolis", "country": "BRA", "latitude": -27.57998, "longitude": -48.52002, "population": 1023000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-38.97001, -12.25002]}, "properties": {"id": 979, "name": "Feira de Santana", "country": "BRA", "latitude": -12.25002, "longitude": -38.97001, "population": 481911}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-97.16599, 49.88299]}, "properties": {"id": 980, "name": "Winnipeg", "country": "CAN", "latitude": 49.88299, "longitude": -97.16599, "population": 632063}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-94.16599, 58.76599]}, "properties": {"id": 981, "name": "Churchill", "country": "CAN", "latitude": 58.76599, "longitude": -94.16599, "population": 1000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-104.61701, 50.45003]}, "properties": {"id": 982, "name": "Regina", "country": "CAN", "latitude": 50.45003, "longitude": -104.61701, "population": 176183}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-106.66999, 52.17003]}, "properties": {"id": 983, "name": "Saskatoon", "country": "CAN", "latitude": 52.17003, "longitude": -106.66999, "population": 198958}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-114.08, 51.08299]}, "properties": {"id": 984, "name": "Calgary", "country": "CAN", "latitude": 51.08299, "longitude": -114.08, "population": 1110000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-130.32999, 54.31667]}, "properties": {"id": 985, "name": "Prince Rupert", "country": "CAN", "latitude": 54.31667, "longitude": -130.32999, "population": 14708}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-123.35, 48.43328]}, "properties": {"id": 986, "name": "Victoria", "country": "CAN", "latitude": 48.43328, "longitude": -123.35, "population": 289625}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-85.16662, 73.03331]}, "properties": {"id": 987, "name": "Arctic Bay", "country": "CAN", "latitude": 73.03331, "longitude": -85.16662, "population": 604}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-94.90001, 74.68333]}, "properties": {"id": 988, "name": "Resolute", "country": "CAN", "latitude": 74.68333, "longitude": -94.90001, "population": 250}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-86.28294, 66.52947]}, "properties": {"id": 989, "name": "Repulse Bay", "country": "CAN", "latitude": 66.52947, "longitude": -86.28294, "population": 1000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-114.39698, 62.44201]}, "properties": {"id": 990, "name": "Yellowknife", "country": "CAN", "latitude": 62.44201, "longitude": -114.39698, "population": 19234}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-128.63332, 66.26661]}, "properties": {"id": 991, "name": "Fort Good Hope", "country": "CAN", "latitude": 66.26661, "longitude": -128.63332, "population": 597}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-135.04998, 60.71672]}, "properties": {"id": 992, "name": "Whitehorse", "country": "CAN", "latitude": 60.71672, "longitude": -135.04998, "population": 23276}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-60.666, 2.81609]}, "properties": {"id": 993, "name": "Boa Vista", "country": "BRA", "latitude": 2.81609, "longitude": -60.666, "population": 235150}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-51.05002, 0.03301]}, "properties": {"id": 994, "name": "Macap\u00e1", "country": "BRA", "latitude": 0.03301, "longitude": -51.05002, "population": 499166}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.70002, 45.4167]}, "properties": {"id": 995, "name": "Ottawa", "country": "CAN", "latitude": 45.4167, "longitude": -75.70002, "population": 1145000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-87.64998, 55.98334]}, "properties": {"id": 996, "name": "Fort Severn", "country": "CAN", "latitude": 55.98334, "longitude": -87.64998, "population": 125}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-89.27497, 48.44615]}, "properties": {"id": 997, "name": "Thunder Bay", "country": "CAN", "latitude": 48.44615, "longitude": -89.27497, "population": 99334}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.24561, 46.83997]}, "properties": {"id": 998, "name": "Qu\u00e9bec", "country": "CAN", "latitude": 46.83997, "longitude": -71.24561, "population": 624177}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-63.6, 44.65003]}, "properties": {"id": 999, "name": "Halifax", "country": "CAN", "latitude": 44.65003, "longitude": -63.6, "population": 359111}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-52.68101, 47.58499]}, "properties": {"id": 1000, "name": "St. John\u0092s", "country": "CAN", "latitude": 47.58499, "longitude": -52.68101, "population": 131469}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-61.68605, 56.54735]}, "properties": {"id": 1001, "name": "Nain", "country": "CAN", "latitude": 56.54735, "longitude": -61.68605, "population": 1151}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-63.13133, 46.24928]}, "properties": {"id": 1002, "name": "Charlottetown", "country": "CAN", "latitude": 46.24928, "longitude": -63.13133, "population": 42402}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.65304, 8.40914]}, "properties": {"id": 1003, "name": "Ndele", "country": "CAF", "latitude": 8.40914, "longitude": 20.65304, "population": 11764}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [20.46799, 44.81865]}, "properties": {"id": 1004, "name": "Belgrade", "country": "SRB", "latitude": 44.81865, "longitude": 20.46799, "population": 1099000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.50003, 5.39999]}, "properties": {"id": 1005, "name": "Obo", "country": "CAF", "latitude": 5.39999, "longitude": 26.50003, "population": 12887}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.93328, 4.88333]}, "properties": {"id": 1006, "name": "Bandar Seri Begawan", "country": "BRN", "latitude": 4.88333, "longitude": 114.93328, "population": 296500}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.89997, -47.75002]}, "properties": {"id": 1007, "name": "Puerto Deseado", "country": "ARG", "latitude": -47.75002, "longitude": -65.89997, "population": 3305}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.21659, -51.6333]}, "properties": {"id": 1008, "name": "Rio Gallegos", "country": "ARG", "latitude": -51.6333, "longitude": -69.21659, "population": 85700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-67.5, -45.87003]}, "properties": {"id": 1009, "name": "Comodoro Rivadavia", "country": "ARG", "latitude": -45.87003, "longitude": -67.5, "population": 140850}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.81661, -32.88333]}, "properties": {"id": 1010, "name": "Mendoza", "country": "ARG", "latitude": -32.88333, "longitude": -68.81661, "population": 893000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-65.25952, -19.04097]}, "properties": {"id": 1011, "name": "Sucre", "country": "BOL", "latitude": -19.04097, "longitude": -65.25952, "population": 224838}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-66.10001, -10.98301]}, "properties": {"id": 1012, "name": "Riberalta", "country": "BOL", "latitude": -10.98301, "longitude": -66.10001, "population": 74014}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-62.26502, -38.74003]}, "properties": {"id": 1013, "name": "Bahia Blanca", "country": "ARG", "latitude": -38.74003, "longitude": -62.26502, "population": 281536}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.57998, -38.00002]}, "properties": {"id": 1014, "name": "Mar del Plata", "country": "ARG", "latitude": -38.00002, "longitude": -57.57998, "population": 555897}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.18229, -31.39996]}, "properties": {"id": 1015, "name": "C\u00f3rdoba", "country": "ARG", "latitude": -31.39996, "longitude": -64.18229, "population": 1452000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-55.88511, -27.35783]}, "properties": {"id": 1016, "name": "Posadas", "country": "ARG", "latitude": -27.35783, "longitude": -55.88511, "population": 357119}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-88.76707, 17.25203]}, "properties": {"id": 1017, "name": "Belmopan", "country": "BLZ", "latitude": 17.25203, "longitude": -88.76707, "population": 15220}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.55829, 4.36664]}, "properties": {"id": 1018, "name": "Bangui", "country": "CAF", "latitude": 4.36664, "longitude": 18.55829, "population": 831925}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.3247, 10.59557]}, "properties": {"id": 1019, "name": "Maroua", "country": "CMR", "latitude": 10.59557, "longitude": 14.3247, "population": 319941}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.51665, 3.8667]}, "properties": {"id": 1020, "name": "Yaounde", "country": "CMR", "latitude": 3.8667, "longitude": 11.51665, "population": 1611000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.81888, 41.32754]}, "properties": {"id": 1021, "name": "Tirana", "country": "ALB", "latitude": 41.32754, "longitude": 19.81888, "population": 895350}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.51355, 40.18115]}, "properties": {"id": 1022, "name": "Yerevan", "country": "ARM", "latitude": 40.18115, "longitude": 44.51355, "population": 1102000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [49.86222, 40.39527]}, "properties": {"id": 1023, "name": "Baku", "country": "AZE", "latitude": 40.39527, "longitude": 49.86222, "population": 2122300}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [65.69495, 31.61002]}, "properties": {"id": 1024, "name": "Kandahar", "country": "AFG", "latitude": 31.61002, "longitude": 65.69495, "population": 715542}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.91663, 11.55003]}, "properties": {"id": 1025, "name": "Phnom Penh", "country": "KHM", "latitude": 11.55003, "longitude": 104.91663, "population": 1466000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [17.69999, -14.66661]}, "properties": {"id": 1026, "name": "Menongue", "country": "AGO", "latitude": -14.66661, "longitude": 17.69999, "population": 13030}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.76001, -12.74999]}, "properties": {"id": 1027, "name": "Huambo", "country": "AGO", "latitude": -12.74999, "longitude": 15.76001, "population": 1100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-68.14999, -16.49797]}, "properties": {"id": 1028, "name": "La Paz", "country": "BOL", "latitude": -16.49797, "longitude": -68.14999, "population": 1590000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-63.226, -17.75392]}, "properties": {"id": 1029, "name": "Santa Cruz", "country": "BOL", "latitude": -17.75392, "longitude": -63.226, "population": 2102998}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.61997, 35.71]}, "properties": {"id": 1030, "name": "Oran", "country": "DZA", "latitude": 35.71, "longitude": -0.61997, "population": 798000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.51999, 6.40001]}, "properties": {"id": 1031, "name": "Cotonou", "country": "BEN", "latitude": 6.40001, "longitude": 2.51999, "population": 762000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [5.5228, 22.785]}, "properties": {"id": 1032, "name": "Tamanrasset", "country": "DZA", "latitude": 22.785, "longitude": 5.5228, "population": 76000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.67, 32.48999]}, "properties": {"id": 1033, "name": "Ghardaia", "country": "DZA", "latitude": 32.48999, "longitude": 3.67, "population": 125480}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.31665, 42.68335]}, "properties": {"id": 1034, "name": "Sofia", "country": "BGR", "latitude": 42.68335, "longitude": 23.31665, "population": 1185000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [27.56663, 53.89998]}, "properties": {"id": 1035, "name": "Minsk", "country": "BLR", "latitude": 53.89998, "longitude": 27.56663, "population": 1805000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [89.63901, 27.47299]}, "properties": {"id": 1036, "name": "Thimphu", "country": "BTN", "latitude": 27.47299, "longitude": 89.63901, "population": 98676}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [25.91195, -24.64631]}, "properties": {"id": 1037, "name": "Gaborone", "country": "BWA", "latitude": -24.64631, "longitude": 25.91195, "population": 208411}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.85004, -12.42535]}, "properties": {"id": 1038, "name": "Darwin", "country": "AUS", "latitude": -12.42535, "longitude": 130.85004, "population": 93080}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [133.88003, -23.701]}, "properties": {"id": 1039, "name": "Alice Springs", "country": "AUS", "latitude": -23.701, "longitude": 133.88003, "population": 27710}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [149.12903, -35.28303]}, "properties": {"id": 1040, "name": "Canberra", "country": "AUS", "latitude": -35.28303, "longitude": 149.12903, "population": 327700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [151.81501, -32.84535]}, "properties": {"id": 1041, "name": "Newcastle", "country": "AUS", "latitude": -32.84535, "longitude": 151.81501, "population": 1134616}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [138.6, -34.93499]}, "properties": {"id": 1042, "name": "Adelaide", "country": "AUS", "latitude": -34.93499, "longitude": 138.6, "population": 1145000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [146.77, -19.24995]}, "properties": {"id": 1043, "name": "Townsville", "country": "AUS", "latitude": -19.24995, "longitude": 146.77, "population": 138954}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [153.03509, -27.45503]}, "properties": {"id": 1044, "name": "Brisbane", "country": "AUS", "latitude": -27.45503, "longitude": 153.03509, "population": 1860000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [147.29503, -42.85001]}, "properties": {"id": 1045, "name": "Hobart", "country": "AUS", "latitude": -42.85001, "longitude": 147.29503, "population": 80870}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-1.52472, 12.37032]}, "properties": {"id": 1046, "name": "Ouagadougou", "country": "BFA", "latitude": 12.37032, "longitude": -1.52472, "population": 1149000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.383, 43.85002]}, "properties": {"id": 1047, "name": "Sarajevo", "country": "BIH", "latitude": 43.85002, "longitude": 18.383, "population": 696731}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [96.11862, 19.76656]}, "properties": {"id": 1048, "name": "Naypyidaw", "country": "MMR", "latitude": 19.76656, "longitude": 96.11862, "population": 930000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-66.12998, 18.44002]}, "properties": {"id": 1049, "name": "San Juan", "country": "USA", "latitude": 18.44002, "longitude": -66.12998, "population": 2478905}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-57.84997, -51.70001]}, "properties": {"id": 1050, "name": "Stanley", "country": "GBR", "latitude": -51.70001, "longitude": -57.84997, "population": 2213}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-64.78394, 32.29419]}, "properties": {"id": 1051, "name": "Hamilton", "country": "GBR", "latitude": 32.29419, "longitude": -64.78394, "population": 52320}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-175.22056, -21.13851]}, "properties": {"id": 1052, "name": "Nukualofa", "country": "TON", "latitude": -21.13851, "longitude": -175.22056, "population": 42620}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.06531, 9.56002]}, "properties": {"id": 1053, "name": "Hargeysa", "country": "SOL", "latitude": 9.56002, "longitude": 44.06531, "population": 477876}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [55.44999, -4.61663]}, "properties": {"id": 1054, "name": "Victoria", "country": "SYC", "latitude": -4.61663, "longitude": 55.44999, "population": 33576}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.73333, 0.3334]}, "properties": {"id": 1055, "name": "Sao Tome", "country": "STP", "latitude": 0.3334, "longitude": 6.73333, "population": 88219}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-171.73864, -13.84155]}, "properties": {"id": 1056, "name": "Apia", "country": "WSM", "latitude": -13.84155, "longitude": -171.73864, "population": 61916}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.51471, 35.89973]}, "properties": {"id": 1057, "name": "Valletta", "country": "MLT", "latitude": 35.89973, "longitude": 14.51471, "population": 368250}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.49995, 4.16671]}, "properties": {"id": 1058, "name": "Male", "country": "MDV", "latitude": 4.16671, "longitude": 73.49995, "population": 112927}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [35.20663, 31.77841]}, "properties": {"id": 1059, "name": "Jerusalem", "country": "ISR", "latitude": 31.77841, "longitude": 35.20663, "population": 1029300}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-23.51669, 14.9167]}, "properties": {"id": 1060, "name": "Praia", "country": "CPV", "latitude": 14.9167, "longitude": -23.51669, "population": 113364}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.35004, 25.08339]}, "properties": {"id": 1061, "name": "Nassau", "country": "BHS", "latitude": 25.08339, "longitude": -77.35004, "population": 227940}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [33.36663, 35.16668]}, "properties": {"id": 1062, "name": "Nicosia", "country": "CYP", "latitude": 35.16668, "longitude": 33.36663, "population": 224300}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.2666, 22.63331]}, "properties": {"id": 1063, "name": "Kaohsiung", "country": "TWN", "latitude": 22.63331, "longitude": 120.2666, "population": 2769072}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.12212, 22.55237]}, "properties": {"id": 1064, "name": "Shenzhen", "country": "CHN", "latitude": 22.55237, "longitude": 114.12212, "population": 7581000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.04999, 36.79999]}, "properties": {"id": 1065, "name": "Zibo", "country": "CHN", "latitude": 36.79999, "longitude": 118.04999, "population": 3061000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-93.25179, 44.97998]}, "properties": {"id": 1066, "name": "Minneapolis", "country": "USA", "latitude": 44.97998, "longitude": -93.25179, "population": 2616000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-157.858, 21.30688]}, "properties": {"id": 1067, "name": "Honolulu", "country": "USA", "latitude": 21.30688, "longitude": -157.858, "population": 786000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.33998, 47.57]}, "properties": {"id": 1068, "name": "Seattle", "country": "USA", "latitude": 47.57, "longitude": -122.33998, "population": 3074000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-112.06999, 33.53998]}, "properties": {"id": 1069, "name": "Phoenix", "country": "USA", "latitude": 33.53998, "longitude": -112.06999, "population": 3551000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-117.17999, 32.82002]}, "properties": {"id": 1070, "name": "San Diego", "country": "USA", "latitude": 32.82002, "longitude": -117.17999, "population": 2916000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.23998, 38.63502]}, "properties": {"id": 1071, "name": "St. Louis", "country": "USA", "latitude": 38.63502, "longitude": -90.23998, "population": 2199000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-90.03997, 29.995]}, "properties": {"id": 1072, "name": "New Orleans", "country": "USA", "latitude": 29.995, "longitude": -90.03997, "population": 785000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-96.84002, 32.82002]}, "properties": {"id": 1073, "name": "Dallas", "country": "USA", "latitude": 32.82002, "longitude": -96.84002, "population": 4798000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.65998, 10.72998]}, "properties": {"id": 1074, "name": "Maracaibo", "country": "VEN", "latitude": 10.72998, "longitude": -71.65998, "population": 2072000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-71.07001, 42.32996]}, "properties": {"id": 1075, "name": "Boston", "country": "USA", "latitude": 42.32996, "longitude": -71.07001, "population": 4467000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-82.45862, 27.94699]}, "properties": {"id": 1076, "name": "Tampa", "country": "USA", "latitude": 27.94699, "longitude": -82.45862, "population": 2314000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.17, 39.99997]}, "properties": {"id": 1077, "name": "Philadelphia", "country": "USA", "latitude": 39.99997, "longitude": -75.17, "population": 5492000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-83.08006, 42.32996]}, "properties": {"id": 1078, "name": "Detroit", "country": "USA", "latitude": 42.32996, "longitude": -83.08006, "population": 4101000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-149.90021, 61.21997]}, "properties": {"id": 1079, "name": "Anchorage", "country": "USA", "latitude": 61.21997, "longitude": -149.90021, "population": 260283}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [105.85001, 21.03333]}, "properties": {"id": 1080, "name": "Hanoi", "country": "VNM", "latitude": 21.03333, "longitude": 105.85001, "population": 4378000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.69503, 10.78003]}, "properties": {"id": 1081, "name": "Ho Chi Minh City", "country": "VNM", "latitude": 10.78003, "longitude": 106.69503, "population": 5314000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.86439, 39.92724]}, "properties": {"id": 1082, "name": "Ankara", "country": "TUR", "latitude": 39.92724, "longitude": 32.86439, "population": 3716000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [19.08332, 47.50001]}, "properties": {"id": 1083, "name": "Budapest", "country": "HUN", "latitude": 47.50001, "longitude": 19.08332, "population": 1679000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.20659, 15.35473]}, "properties": {"id": 1084, "name": "Sanaa", "country": "YEM", "latitude": 15.35473, "longitude": 44.20659, "population": 2008000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.18337, 41.3833]}, "properties": {"id": 1085, "name": "Barcelona", "country": "ESP", "latitude": 41.3833, "longitude": 2.18337, "population": 4920000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [26.09995, 44.43337]}, "properties": {"id": 1086, "name": "Bucharest", "country": "ROU", "latitude": 44.43337, "longitude": 26.09995, "population": 1942000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.17002, 36.22997]}, "properties": {"id": 1087, "name": "Aleppo", "country": "SYR", "latitude": 36.22997, "longitude": 37.17002, "population": 2738000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.3, 33.50003]}, "properties": {"id": 1088, "name": "Damascus", "country": "SYR", "latitude": 33.50003, "longitude": 36.3, "population": 2466000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.55001, 47.37999]}, "properties": {"id": 1089, "name": "Z\u00fcrich", "country": "CHE", "latitude": 47.37999, "longitude": 8.55001, "population": 1108000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-9.14487, 38.72272]}, "properties": {"id": 1090, "name": "Lisbon", "country": "PRT", "latitude": 38.72272, "longitude": -9.14487, "population": 2812000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [32.53418, 15.58808]}, "properties": {"id": 1091, "name": "Khartoum", "country": "SDN", "latitude": 15.58808, "longitude": 32.53418, "population": 4754000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.2192, 21.51689]}, "properties": {"id": 1092, "name": "Jeddah", "country": "SAU", "latitude": 21.51689, "longitude": 39.2192, "population": 3012000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.82004, 21.43002]}, "properties": {"id": 1093, "name": "Makkah", "country": "SAU", "latitude": 21.43002, "longitude": 39.82004, "population": 1385000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.74998, 59.91669]}, "properties": {"id": 1094, "name": "Oslo", "country": "NOR", "latitude": 59.91669, "longitude": 10.74998, "population": 835000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [74.35002, 31.55997]}, "properties": {"id": 1095, "name": "Lahore", "country": "PAK", "latitude": 31.55997, "longitude": 74.35002, "population": 6577000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [66.99001, 24.86999]}, "properties": {"id": 1096, "name": "Karachi", "country": "PAK", "latitude": 24.86999, "longitude": 66.99001, "population": 12130000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.98001, -29.86501]}, "properties": {"id": 1097, "name": "Durban", "country": "ZAF", "latitude": -29.86501, "longitude": 30.98001, "population": 2729000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.31602, 59.93901]}, "properties": {"id": 1098, "name": "St. Petersburg", "country": "RUS", "latitude": 59.93901, "longitude": 30.31602, "population": 4553000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-103.33003, 20.67002]}, "properties": {"id": 1099, "name": "Guadalajara", "country": "MEX", "latitude": 20.67002, "longitude": -103.33003, "population": 4198000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-98.20004, 19.04996]}, "properties": {"id": 1100, "name": "Puebla", "country": "MEX", "latitude": 19.04996, "longitude": -98.20004, "population": 2195000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.52004, 11.99998]}, "properties": {"id": 1101, "name": "Kano", "country": "NGA", "latitude": 11.99998, "longitude": 8.52004, "population": 3140000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [21.0, 52.25]}, "properties": {"id": 1102, "name": "Warsaw", "country": "POL", "latitude": 52.25, "longitude": 21.0, "population": 1707000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.75469, 39.01944]}, "properties": {"id": 1103, "name": "Pyongyang", "country": "PRK", "latitude": 39.01944, "longitude": 125.75469, "population": 3300000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [39.26834, -6.80001]}, "properties": {"id": 1104, "name": "Dar es Salaam", "country": "TZA", "latitude": -6.80001, "longitude": 39.26834, "population": 2930000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [98.65004, 3.57997]}, "properties": {"id": 1105, "name": "Medan", "country": "IDN", "latitude": 3.57997, "longitude": 98.65004, "population": 2115000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-6.24891, 53.33306]}, "properties": {"id": 1106, "name": "Dublin", "country": "IRL", "latitude": 53.33306, "longitude": -6.24891, "population": 1059000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-10.80475, 6.31056]}, "properties": {"id": 1107, "name": "Monrovia", "country": "LBR", "latitude": 6.31056, "longitude": -10.80475, "population": 1041000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.24501, 40.84003]}, "properties": {"id": 1108, "name": "Naples", "country": "ITA", "latitude": 40.84003, "longitude": 14.24501, "population": 2250000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [9.20501, 45.46998]}, "properties": {"id": 1109, "name": "Milan", "country": "ITA", "latitude": 45.46998, "longitude": 9.20501, "population": 2945000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [101.69998, 3.16667]}, "properties": {"id": 1110, "name": "Kuala Lumpur", "country": "MYS", "latitude": 3.16667, "longitude": 101.69998, "population": 1448000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.792, 36.05603]}, "properties": {"id": 1111, "name": "Lanzhou", "country": "CHN", "latitude": 36.05603, "longitude": 103.792, "population": 2561000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.32004, 22.81999]}, "properties": {"id": 1112, "name": "Nanning", "country": "CHN", "latitude": 22.81999, "longitude": 108.32004, "population": 2167000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.72004, 26.58004]}, "properties": {"id": 1113, "name": "Guiyang", "country": "CHN", "latitude": 26.58004, "longitude": 106.72004, "population": 3662000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.59498, 29.56498]}, "properties": {"id": 1114, "name": "Chongqing", "country": "CHN", "latitude": 29.56498, "longitude": 106.59498, "population": 6461000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [119.30005, 26.08]}, "properties": {"id": 1115, "name": "Fuzhou", "country": "CHN", "latitude": 26.08, "longitude": 119.30005, "population": 2606000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.32501, 23.14498]}, "properties": {"id": 1116, "name": "Guangzhou", "country": "CHN", "latitude": 23.14498, "longitude": 113.32501, "population": 8829000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.74472, 23.04889]}, "properties": {"id": 1117, "name": "Dongguan", "country": "CHN", "latitude": 23.04889, "longitude": 113.74472, "population": 4528000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [107.57001, -6.95003]}, "properties": {"id": 1118, "name": "Bandung", "country": "IDN", "latitude": -6.95003, "longitude": 107.57001, "population": 2394000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.75083, -7.24924]}, "properties": {"id": 1119, "name": "Surabaya", "country": "IDN", "latitude": -7.24924, "longitude": 112.75083, "population": 2845000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.92004, -2.22003]}, "properties": {"id": 1120, "name": "Guayaquil", "country": "ECU", "latitude": -2.22003, "longitude": -79.92004, "population": 2514000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-75.57501, 6.275]}, "properties": {"id": 1121, "name": "Medellin", "country": "COL", "latitude": 6.275, "longitude": -75.57501, "population": 3297000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.49997, 3.39996]}, "properties": {"id": 1122, "name": "Cali", "country": "COL", "latitude": 3.39996, "longitude": -76.49997, "population": 2254000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-82.36418, 23.13196]}, "properties": {"id": 1123, "name": "Havana", "country": "CUB", "latitude": 23.13196, "longitude": -82.36418, "population": 2174000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.95, 31.20002]}, "properties": {"id": 1124, "name": "Alexandria", "country": "EGY", "latitude": 31.20002, "longitude": 29.95, "population": 4165000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [8.67502, 50.09998]}, "properties": {"id": 1125, "name": "Frankfurt", "country": "DEU", "latitude": 50.09998, "longitude": 8.67502, "population": 2895000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [10.0, 53.55002]}, "properties": {"id": 1126, "name": "Hamburg", "country": "DEU", "latitude": 53.55002, "longitude": 10.0, "population": 1757000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [11.57499, 48.12994]}, "properties": {"id": 1127, "name": "Munich", "country": "DEU", "latitude": 48.12994, "longitude": 11.57499, "population": 1275000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [14.46598, 50.08334]}, "properties": {"id": 1128, "name": "Prague", "country": "CZE", "latitude": 50.08334, "longitude": 14.46598, "population": 1162000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [47.9783, 29.36972]}, "properties": {"id": 1129, "name": "Kuwait", "country": "KWT", "latitude": 29.36972, "longitude": 47.9783, "population": 2063000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.895, 34.27503]}, "properties": {"id": 1130, "name": "Xian", "country": "CHN", "latitude": 34.27503, "longitude": 108.895, "population": 4009000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.54506, 37.87501]}, "properties": {"id": 1131, "name": "Taiyuan", "country": "CHN", "latitude": 37.87501, "longitude": 112.54506, "population": 2913000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.27002, 30.58003]}, "properties": {"id": 1132, "name": "Wuhan", "country": "CHN", "latitude": 30.58003, "longitude": 114.27002, "population": 7243000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.96999, 28.19997]}, "properties": {"id": 1133, "name": "Changsha", "country": "CHN", "latitude": 28.19997, "longitude": 112.96999, "population": 2604000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [102.67998, 25.06998]}, "properties": {"id": 1134, "name": "Kunming", "country": "CHN", "latitude": 25.06998, "longitude": 102.67998, "population": 2931000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.66509, 34.755]}, "properties": {"id": 1135, "name": "Zhengzhou", "country": "CHN", "latitude": 34.755, "longitude": 113.66509, "population": 2636000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.44997, 41.80498]}, "properties": {"id": 1136, "name": "Shenyeng", "country": "CHN", "latitude": 41.80498, "longitude": 123.44997, "population": 4787000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.99502, 36.67498]}, "properties": {"id": 1137, "name": "Jinan", "country": "CHN", "latitude": 36.67498, "longitude": 116.99502, "population": 2798000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [117.20002, 39.13003]}, "properties": {"id": 1138, "name": "Tianjin", "country": "CHN", "latitude": 39.13003, "longitude": 117.20002, "population": 7180000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.88, 28.67999]}, "properties": {"id": 1139, "name": "Nanchang", "country": "CHN", "latitude": 28.67999, "longitude": 115.88, "population": 2350000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [118.77997, 32.05002]}, "properties": {"id": 1140, "name": "Nanjing", "country": "CHN", "latitude": 32.05002, "longitude": 118.77997, "population": 3679000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.17002, 30.24997]}, "properties": {"id": 1141, "name": "Hangzhou", "country": "CHN", "latitude": 30.24997, "longitude": 120.17002, "population": 3007000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [132.44291, 34.38784]}, "properties": {"id": 1142, "name": "Hiroshima", "country": "JPN", "latitude": 34.38784, "longitude": 132.44291, "population": 2045000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [125.33999, 43.86501]}, "properties": {"id": 1143, "name": "Changchun", "country": "CHN", "latitude": 43.86501, "longitude": 125.33999, "population": 3183000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [109.82202, 40.65221]}, "properties": {"id": 1144, "name": "Baotou", "country": "CHN", "latitude": 40.65221, "longitude": 109.82202, "population": 2036000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.64998, 45.74998]}, "properties": {"id": 1145, "name": "Harbin", "country": "CHN", "latitude": 45.74998, "longitude": 126.64998, "population": 3621000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [141.34004, 43.07498]}, "properties": {"id": 1146, "name": "Sapporo", "country": "JPN", "latitude": 43.07498, "longitude": 141.34004, "population": 2544000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-69.90009, 18.47007]}, "properties": {"id": 1147, "name": "Santo Domingo", "country": "DOM", "latitude": 18.47007, "longitude": -69.90009, "population": 2154000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.21672, 5.55003]}, "properties": {"id": 1148, "name": "Accra", "country": "GHA", "latitude": 5.55003, "longitude": -0.21672, "population": 2121000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.23, 28.66999]}, "properties": {"id": 1149, "name": "Delhi", "country": "IND", "latitude": 28.66999, "longitude": 77.23, "population": 15926000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [78.47995, 17.39998]}, "properties": {"id": 1150, "name": "Hyderabad", "country": "IND", "latitude": 17.39998, "longitude": 78.47995, "population": 6376000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [73.85, 18.53002]}, "properties": {"id": 1151, "name": "Pune", "country": "IND", "latitude": 18.53002, "longitude": 73.85, "population": 4672000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [79.08999, 21.16996]}, "properties": {"id": 1152, "name": "Nagpur", "country": "IND", "latitude": 21.16996, "longitude": 79.08999, "population": 2454000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.18001, 32.8925]}, "properties": {"id": 1153, "name": "Tripoli", "country": "LBY", "latitude": 32.8925, "longitude": 13.18001, "population": 2189000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [34.77001, 32.07999]}, "properties": {"id": 1154, "name": "Tel Aviv-Yafo", "country": "ISR", "latitude": 32.07999, "longitude": 34.77001, "population": 3112000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [24.93413, 60.17556]}, "properties": {"id": 1155, "name": "Helsinki", "country": "FIN", "latitude": 60.17556, "longitude": 24.93413, "population": 1115000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [59.57, 36.27002]}, "properties": {"id": 1156, "name": "Mashhad", "country": "IRN", "latitude": 36.27002, "longitude": 59.57, "population": 2469000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [75.80999, 26.92113]}, "properties": {"id": 1157, "name": "Jaipur", "country": "IND", "latitude": 26.92113, "longitude": 75.80999, "population": 2917000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.32, 26.46]}, "properties": {"id": 1158, "name": "Kanpur", "country": "IND", "latitude": 26.46, "longitude": 80.32, "population": 3162000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [85.13004, 25.62496]}, "properties": {"id": 1159, "name": "Patna", "country": "IND", "latitude": 25.62496, "longitude": 85.13004, "population": 2158000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [80.28, 13.08999]}, "properties": {"id": 1160, "name": "Chennai", "country": "IND", "latitude": 13.08999, "longitude": 80.28, "population": 7163000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [72.58, 23.03005]}, "properties": {"id": 1161, "name": "Ahmedabad", "country": "IND", "latitude": 23.03005, "longitude": 72.58, "population": 5375000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [72.84004, 21.19998]}, "properties": {"id": 1162, "name": "Surat", "country": "IND", "latitude": 21.19998, "longitude": 72.84004, "population": 3842000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.56349, 55.67856]}, "properties": {"id": 1163, "name": "K\u00f8benhavn", "country": "DNK", "latitude": 55.67856, "longitude": 12.56349, "population": 1085000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-4.04005, 5.32]}, "properties": {"id": 1164, "name": "Abidjan", "country": "CIV", "latitude": 5.32, "longitude": -4.04005, "population": 3802000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-48.48002, -1.45]}, "properties": {"id": 1165, "name": "Belem", "country": "BRA", "latitude": -1.45, "longitude": -48.48002, "population": 2167000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-47.91605, -15.78334]}, "properties": {"id": 1166, "name": "Brasilia", "country": "BRA", "latitude": -15.78334, "longitude": -47.91605, "population": 3716996}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-51.20001, -30.05001]}, "properties": {"id": 1167, "name": "Porto Alegre", "country": "BRA", "latitude": -30.05001, "longitude": -51.20001, "population": 3917000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-49.32, -25.42001]}, "properties": {"id": 1168, "name": "Curitiba", "country": "BRA", "latitude": -25.42001, "longitude": -49.32, "population": 3084000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-38.57998, -3.75002]}, "properties": {"id": 1169, "name": "Fortaleza", "country": "BRA", "latitude": -3.75002, "longitude": -38.57998, "population": 3602319}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-38.47999, -12.96997]}, "properties": {"id": 1170, "name": "Salvador", "country": "BRA", "latitude": -12.96997, "longitude": -38.47999, "population": 3484000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-113.49998, 53.55002]}, "properties": {"id": 1171, "name": "Edmonton", "country": "CAN", "latitude": 53.55002, "longitude": -113.49998, "population": 1058000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.5833, 45.5]}, "properties": {"id": 1172, "name": "Montr\u00e9al", "country": "CAN", "latitude": 45.5, "longitude": -73.5833, "population": 3678000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-49.30002, -16.72003]}, "properties": {"id": 1173, "name": "Goiania", "country": "BRA", "latitude": -16.72003, "longitude": -49.30002, "population": 2022000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-34.91561, -8.07565]}, "properties": {"id": 1174, "name": "Recife", "country": "BRA", "latitude": -8.07565, "longitude": -34.91561, "population": 3651000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.33332, 50.83332]}, "properties": {"id": 1175, "name": "Brussels", "country": "BEL", "latitude": 50.83332, "longitude": 4.33332, "population": 1743000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [90.40858, 23.72306]}, "properties": {"id": 1176, "name": "Dhaka", "country": "BGD", "latitude": 23.72306, "longitude": 90.40858, "population": 12797394}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.23443, -8.83829]}, "properties": {"id": 1177, "name": "Luanda", "country": "AGO", "latitude": -8.83829, "longitude": 13.23443, "population": 5172900}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.05055, 36.76306]}, "properties": {"id": 1178, "name": "Algiers", "country": "DZA", "latitude": 36.76306, "longitude": 3.05055, "population": 3354000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [91.79997, 22.32999]}, "properties": {"id": 1179, "name": "Chittagong", "country": "BGD", "latitude": 22.32999, "longitude": 91.79997, "population": 4529000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.84, -31.95501]}, "properties": {"id": 1180, "name": "Perth", "country": "AUS", "latitude": -31.95501, "longitude": 115.84, "population": 1532000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [96.16668, 16.78335]}, "properties": {"id": 1181, "name": "Rangoon", "country": "MMR", "latitude": 16.78335, "longitude": 96.16668, "population": 4088000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-122.45998, 37.74001]}, "properties": {"id": 1182, "name": "San Francisco", "country": "USA", "latitude": 37.74001, "longitude": -122.45998, "population": 3450000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-104.98402, 39.73919]}, "properties": {"id": 1183, "name": "Denver", "country": "USA", "latitude": 39.73919, "longitude": -104.98402, "population": 2313000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-95.33998, 29.81997]}, "properties": {"id": 1184, "name": "Houston", "country": "USA", "latitude": 29.81997, "longitude": -95.33998, "population": 4459000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-80.22411, 25.78761]}, "properties": {"id": 1185, "name": "Miami", "country": "USA", "latitude": 25.78761, "longitude": -80.22411, "population": 5585000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-84.39995, 33.83001]}, "properties": {"id": 1186, "name": "Atlanta", "country": "USA", "latitude": 33.83001, "longitude": -84.39995, "population": 4506000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-87.75005, 41.82999]}, "properties": {"id": 1187, "name": "Chicago", "country": "USA", "latitude": 41.82999, "longitude": -87.75005, "population": 8990000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-66.91704, 10.501]}, "properties": {"id": 1188, "name": "Caracas", "country": "VEN", "latitude": 10.501, "longitude": -66.91704, "population": 2985000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [30.51663, 50.43337]}, "properties": {"id": 1189, "name": "Kiev", "country": "UKR", "latitude": 50.43337, "longitude": 30.51663, "population": 2709000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [55.27997, 25.23]}, "properties": {"id": 1190, "name": "Dubai", "country": "ARE", "latitude": 25.23, "longitude": 55.27997, "population": 1379000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [69.29493, 41.3117]}, "properties": {"id": 1191, "name": "Tashkent", "country": "UZB", "latitude": 41.3117, "longitude": 69.29493, "population": 2184000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-3.68335, 40.40003]}, "properties": {"id": 1192, "name": "Madrid", "country": "ESP", "latitude": 40.40003, "longitude": -3.68335, "population": 5567000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [6.14003, 46.21001]}, "properties": {"id": 1193, "name": "Geneva", "country": "CHE", "latitude": 46.21001, "longitude": 6.14003, "population": 1240000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.09733, 59.35076]}, "properties": {"id": 1194, "name": "Stockholm", "country": "SWE", "latitude": 59.35076, "longitude": 18.09733, "population": 1264000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [100.51664, 13.75]}, "properties": {"id": 1195, "name": "Bangkok", "country": "THA", "latitude": 13.75, "longitude": 100.51664, "population": 6704000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.05006, -12.04801]}, "properties": {"id": 1196, "name": "Lima", "country": "PER", "latitude": -12.04801, "longitude": -77.05006, "population": 8012000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-17.47313, 14.71583]}, "properties": {"id": 1197, "name": "Dakar", "country": "SEN", "latitude": 14.71583, "longitude": -17.47313, "population": 2604000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [28.03001, -26.17004]}, "properties": {"id": 1198, "name": "Johannesburg", "country": "ZAF", "latitude": -26.17004, "longitude": 28.03001, "population": 3435000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [4.91664, 52.34997]}, "properties": {"id": 1199, "name": "Amsterdam", "country": "NLD", "latitude": 52.34997, "longitude": 4.91664, "population": 1031000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-7.61637, 33.59998]}, "properties": {"id": 1200, "name": "Casablanca", "country": "MAR", "latitude": 33.59998, "longitude": -7.61637, "population": 3181000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [126.99973, 37.56635]}, "properties": {"id": 1201, "name": "Seoul", "country": "KOR", "latitude": 37.56635, "longitude": 126.99973, "population": 9796000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [120.98222, 14.60416]}, "properties": {"id": 1202, "name": "Manila", "country": "PHL", "latitude": 14.60416, "longitude": 120.98222, "population": 11100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-100.32998, 25.67]}, "properties": {"id": 1203, "name": "Monterrey", "country": "MEX", "latitude": 25.67, "longitude": -100.32998, "population": 3712000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [174.76498, -36.85001]}, "properties": {"id": 1204, "name": "Auckland", "country": "NZL", "latitude": -36.85001, "longitude": 174.76498, "population": 1245000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [13.40155, 52.52182]}, "properties": {"id": 1205, "name": "Berlin", "country": "DEU", "latitude": 52.52182, "longitude": 13.40155, "population": 3406000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [87.57501, 43.80501]}, "properties": {"id": 1206, "name": "Urumqi", "country": "CHN", "latitude": 43.80501, "longitude": 87.57501, "population": 2151000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [104.07002, 30.67]}, "properties": {"id": 1207, "name": "Chengdu", "country": "CHN", "latitude": 30.67, "longitude": 104.07002, "population": 4123000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [135.46014, 34.75004]}, "properties": {"id": 1208, "name": "Osaka", "country": "JPN", "latitude": 34.75004, "longitude": 135.46014, "population": 11294000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [15.31497, -4.32972]}, "properties": {"id": 1209, "name": "Kinshasa", "country": "COD", "latitude": -4.32972, "longitude": 15.31497, "population": 7843000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.19998, 28.60002]}, "properties": {"id": 1210, "name": "New Delhi", "country": "IND", "latitude": 28.60002, "longitude": 77.19998, "population": 317797}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [77.56001, 12.97]}, "properties": {"id": 1211, "name": "Bangalore", "country": "IND", "latitude": 12.97, "longitude": 77.56001, "population": 6787000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [23.73332, 37.98333]}, "properties": {"id": 1212, "name": "Athens", "country": "GRC", "latitude": 37.98333, "longitude": 23.73332, "population": 3242000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [44.39387, 33.33865]}, "properties": {"id": 1213, "name": "Baghdad", "country": "IRQ", "latitude": 33.33865, "longitude": 44.39387, "population": 5054000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [38.7, 9.03331]}, "properties": {"id": 1214, "name": "Addis Ababa", "country": "ETH", "latitude": 9.03331, "longitude": 38.7, "population": 3100000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [51.42434, 35.67194]}, "properties": {"id": 1215, "name": "Tehran", "country": "IRN", "latitude": 35.67194, "longitude": 51.42434, "population": 7873000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-123.12164, 49.27342]}, "properties": {"id": 1216, "name": "Vancouver", "country": "CAN", "latitude": 49.27342, "longitude": -123.12164, "population": 2313328}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.42002, 43.69998]}, "properties": {"id": 1217, "name": "Toronto", "country": "CAN", "latitude": 43.69998, "longitude": -79.42002, "population": 5213000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-58.39753, -34.6025]}, "properties": {"id": 1218, "name": "Buenos Aires", "country": "ARG", "latitude": -34.6025, "longitude": -58.39753, "population": 12795000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [69.18326, 34.51669]}, "properties": {"id": 1219, "name": "Kabul", "country": "AFG", "latitude": 34.51669, "longitude": 69.18326, "population": 3277000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [16.36664, 48.20002]}, "properties": {"id": 1220, "name": "Vienna", "country": "AUT", "latitude": 48.20002, "longitude": 16.36664, "population": 2400000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [144.97502, -37.82003]}, "properties": {"id": 1221, "name": "Melbourne", "country": "AUS", "latitude": -37.82003, "longitude": 144.97502, "population": 4170000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.56833, 25.03583]}, "properties": {"id": 1222, "name": "Taipei", "country": "TWN", "latitude": 25.03583, "longitude": 121.56833, "population": 6900273}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-118.17998, 33.98998]}, "properties": {"id": 1223, "name": "Los Angeles", "country": "USA", "latitude": 33.98998, "longitude": -118.17998, "population": 12500000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.00942, 38.89955]}, "properties": {"id": 1224, "name": "Washington D.C.", "country": "USA", "latitude": 38.89955, "longitude": -77.00942, "population": 4338000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-73.98002, 40.74998]}, "properties": {"id": 1225, "name": "New York", "country": "USA", "latitude": 40.74998, "longitude": -73.98002, "population": 19040000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-0.11672, 51.49999]}, "properties": {"id": 1226, "name": "London", "country": "GBR", "latitude": 51.49999, "longitude": -0.11672, "population": 8567000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [29.01, 41.105]}, "properties": {"id": 1227, "name": "Istanbul", "country": "TUR", "latitude": 41.105, "longitude": 29.01, "population": 10061000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [46.77274, 24.64083]}, "properties": {"id": 1228, "name": "Riyadh", "country": "SAU", "latitude": 24.64083, "longitude": 46.77274, "population": 4465000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [18.43499, -33.92001]}, "properties": {"id": 1229, "name": "Cape Town", "country": "ZAF", "latitude": -33.92001, "longitude": 18.43499, "population": 3215000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [37.61552, 55.75216]}, "properties": {"id": 1230, "name": "Moscow", "country": "RUS", "latitude": 55.75216, "longitude": 37.61552, "population": 10452000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-99.13099, 19.44244]}, "properties": {"id": 1231, "name": "Mexico City", "country": "MEX", "latitude": 19.44244, "longitude": -99.13099, "population": 19028000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [3.39153, 6.44326]}, "properties": {"id": 1232, "name": "Lagos", "country": "NGA", "latitude": 6.44326, "longitude": 3.39153, "population": 9466000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [12.48326, 41.89596]}, "properties": {"id": 1233, "name": "Rome", "country": "ITA", "latitude": 41.89596, "longitude": 12.48326, "population": 3339000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.38829, 39.92889]}, "properties": {"id": 1234, "name": "Beijing", "country": "CHN", "latitude": 39.92889, "longitude": 116.38829, "population": 11106000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [36.81666, -1.28335]}, "properties": {"id": 1235, "name": "Nairobi", "country": "KEN", "latitude": -1.28335, "longitude": 36.81666, "population": 3010000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.82944, -6.17442]}, "properties": {"id": 1236, "name": "Jakarta", "country": "IDN", "latitude": -6.17442, "longitude": 106.82944, "population": 9125000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-74.08334, 4.59642]}, "properties": {"id": 1237, "name": "Bogota", "country": "COL", "latitude": 4.59642, "longitude": -74.08334, "population": 7772000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [31.24997, 30.04996]}, "properties": {"id": 1238, "name": "Cairo", "country": "EGY", "latitude": 30.04996, "longitude": 31.24997, "population": 11893000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.4365, 31.21645]}, "properties": {"id": 1239, "name": "Shanghai", "country": "CHN", "latitude": 31.21645, "longitude": 121.4365, "population": 14987000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [139.75141, 35.68502]}, "properties": {"id": 1240, "name": "Tokyo", "country": "JPN", "latitude": 35.68502, "longitude": 139.75141, "population": 35676000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [72.85699, 19.01699]}, "properties": {"id": 1241, "name": "Mumbai", "country": "IND", "latitude": 19.01699, "longitude": 72.85699, "population": 18978000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [2.33334, 48.86669]}, "properties": {"id": 1242, "name": "Paris", "country": "FRA", "latitude": 48.86669, "longitude": 2.33334, "population": 9904000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-70.66704, -33.45001]}, "properties": {"id": 1243, "name": "Santiago", "country": "CHL", "latitude": -33.45001, "longitude": -70.66704, "population": 5720000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [88.32468, 22.49497]}, "properties": {"id": 1244, "name": "Kolkata", "country": "IND", "latitude": 22.49497, "longitude": 88.32468, "population": 14787000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-43.22502, -22.92502]}, "properties": {"id": 1245, "name": "Rio de Janeiro", "country": "BRA", "latitude": -22.92502, "longitude": -43.22502, "population": 11748000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-46.62502, -23.55868]}, "properties": {"id": 1246, "name": "Sao Paulo", "country": "BRA", "latitude": -23.55868, "longitude": -46.62502, "population": 18845000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [151.18518, -33.92001]}, "properties": {"id": 1247, "name": "Sydney", "country": "AUS", "latitude": -33.92001, "longitude": 151.18518, "population": 4630000}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [103.85582, 1.29303]}, "properties": {"id": 1248, "name": "Singapore", "country": "SGP", "latitude": 1.29303, "longitude": 103.85582, "population": 5183700}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.18501, 22.30498]}, "properties": {"id": 1249, "name": "Hong Kong", "country": "CHN", "latitude": 22.30498, "longitude": 114.18501, "population": 7206000}}]}}]], ["addLayer", [{"id": "cities", "type": "symbol", "layout": {"icon-image": "marker_15", "icon-size": 1}, "source": "point"}, null]], ["addPopup", ["cities", null, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/data_driven_lines.html b/maplibre/data_driven_lines.html index 1025388..8975027 100644 --- a/maplibre/data_driven_lines.html +++ b/maplibre/data_driven_lines.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-122.483831, 37.828826], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 16, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["lines", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"color": "#F7455D"}, "geometry": {"type": "LineString", "coordinates": [[-122.4833858013153, 37.829607404976734], [-122.4830961227417, 37.82932776098012], [-122.4830746650696, 37.82932776098012], [-122.48218417167662, 37.82889558180985], [-122.48218417167662, 37.82890193740421], [-122.48221099376678, 37.82868372835086], [-122.4822163581848, 37.82868372835086], [-122.48205006122589, 37.82801003030873]]}}, {"type": "Feature", "properties": {"color": "#33C9EB"}, "geometry": {"type": "LineString", "coordinates": [[-122.48393028974533, 37.829471820141016], [-122.48395174741744, 37.82940826466351], [-122.48395174741744, 37.829412501697064], [-122.48423874378203, 37.829357420242125], [-122.48422533273697, 37.829361657278575], [-122.48459815979002, 37.8293425906126], [-122.48458743095398, 37.8293447091313], [-122.4847564101219, 37.82932776098012], [-122.48474299907684, 37.829331998018276], [-122.4849334359169, 37.829298101706186], [-122.48492807149889, 37.82930022022615], [-122.48509705066681, 37.82920488676767], [-122.48509168624878, 37.82920912381288], [-122.48520433902739, 37.82905870855876], [-122.48519897460936, 37.82905870855876], [-122.4854403734207, 37.828594749716714], [-122.48543500900269, 37.82860534241688], [-122.48571664094925, 37.82808206121068], [-122.48570591211319, 37.82809689109353], [-122.4858346581459, 37.82797189627337], [-122.48582661151886, 37.82797825194729], [-122.4859634041786, 37.82788503534145], [-122.48595803976059, 37.82788927246246], [-122.48605459928514, 37.82786596829394]]}}]}}]], ["addLayer", [{"id": "lines", "type": "line", "paint": {"line-width": 3, "line-color": ["get", "color"]}, "source": "lines"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-122.483831, 37.828826], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 16, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["lines", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"color": "#F7455D"}, "geometry": {"type": "LineString", "coordinates": [[-122.4833858013153, 37.829607404976734], [-122.4830961227417, 37.82932776098012], [-122.4830746650696, 37.82932776098012], [-122.48218417167662, 37.82889558180985], [-122.48218417167662, 37.82890193740421], [-122.48221099376678, 37.82868372835086], [-122.4822163581848, 37.82868372835086], [-122.48205006122589, 37.82801003030873]]}}, {"type": "Feature", "properties": {"color": "#33C9EB"}, "geometry": {"type": "LineString", "coordinates": [[-122.48393028974533, 37.829471820141016], [-122.48395174741744, 37.82940826466351], [-122.48395174741744, 37.829412501697064], [-122.48423874378203, 37.829357420242125], [-122.48422533273697, 37.829361657278575], [-122.48459815979002, 37.8293425906126], [-122.48458743095398, 37.8293447091313], [-122.4847564101219, 37.82932776098012], [-122.48474299907684, 37.829331998018276], [-122.4849334359169, 37.829298101706186], [-122.48492807149889, 37.82930022022615], [-122.48509705066681, 37.82920488676767], [-122.48509168624878, 37.82920912381288], [-122.48520433902739, 37.82905870855876], [-122.48519897460936, 37.82905870855876], [-122.4854403734207, 37.828594749716714], [-122.48543500900269, 37.82860534241688], [-122.48571664094925, 37.82808206121068], [-122.48570591211319, 37.82809689109353], [-122.4858346581459, 37.82797189627337], [-122.48582661151886, 37.82797825194729], [-122.4859634041786, 37.82788503534145], [-122.48595803976059, 37.82788927246246], [-122.48605459928514, 37.82786596829394]]}}]}}]], ["addLayer", [{"id": "lines", "type": "line", "paint": {"line-width": 3, "line-color": ["get", "color"]}, "source": "lines"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/disable_scroll_zoom.html b/maplibre/disable_scroll_zoom.html index 619354a..0fe022c 100644 --- a/maplibre/disable_scroll_zoom.html +++ b/maplibre/disable_scroll_zoom.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-122.65, 45.52], "pitch": 0, "scrollZoom": false, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-122.65, 45.52], "pitch": 0, "scrollZoom": false, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/display_rich_text.html b/maplibre/display_rich_text.html index 0230fdf..9d5f336 100644 --- a/maplibre/display_rich_text.html +++ b/maplibre/display_rich_text.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [9.49, 49.01], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 4, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["setLayoutProperty", ["label_country", "text-field", ["format", ["get", "name_en"], {"font-scale": 1.2}, "\n", {}, ["get", "name"], {"font-scale": 0.8, "text-font": ["literal", ["DIN Offc Pro Italic", "Arial Unicode MS Regular"]]}]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [9.49, 49.01], "pitch": 0, "style": "https://api.maptiler.com/maps/basic/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 4, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["setLayoutProperty", ["label_country", "text-field", ["format", ["get", "name_en"], {"font-scale": 1.2}, "\n", {}, ["get", "name"], {"font-scale": 0.8, "text-font": ["literal", ["DIN Offc Pro Italic", "Arial Unicode MS Regular"]]}]]]]}; pymaplibregl(data); })(); diff --git a/maplibre/drag_a_marker.html b/maplibre/drag_a_marker.html index 39173d9..d2014c9 100644 --- a/maplibre/drag_a_marker.html +++ b/maplibre/drag_a_marker.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 0], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 2, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addMarker", [{"lngLat": [0, 0], "popup": {}, "options": {"draggable": true}}]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 0], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 2, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addMarker", [{"lngLat": [0, 0], "popup": {}, "options": {"draggable": true}}]]]}; pymaplibregl(data); })(); diff --git a/maplibre/fallback_image.html b/maplibre/fallback_image.html index a16ee4c..8f45db8 100644 --- a/maplibre/fallback_image.html +++ b/maplibre/fallback_image.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-77, 38.75], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["points", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.03238901390978, 38.913188059745586]}, "properties": {"title": "Washington DC", "icon": "monument"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.9959, 40.4406]}, "properties": {"title": "Pittsburgh", "icon": "bridges"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.2859, 36.8508]}, "properties": {"title": "Norfolk", "icon": "harbor"}}]}}]], ["addLayer", [{"id": "points", "type": "symbol", "layout": {"icon-image": ["coalesce", ["image", ["concat", ["get", "icon"], "_15"]], ["image", "marker_15"]], "text-field": ["get", "title"], "text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"], "text-offset": [0, 0.6], "text-anchor": "top"}, "source": "points"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-77, 38.75], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["points", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [-77.03238901390978, 38.913188059745586]}, "properties": {"title": "Washington DC", "icon": "monument"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-79.9959, 40.4406]}, "properties": {"title": "Pittsburgh", "icon": "bridges"}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-76.2859, 36.8508]}, "properties": {"title": "Norfolk", "icon": "harbor"}}]}}]], ["addLayer", [{"id": "points", "type": "symbol", "layout": {"icon-image": ["coalesce", ["image", ["concat", ["get", "icon"], "_15"]], ["image", "marker_15"]], "text-field": ["get", "title"], "text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"], "text-offset": [0, 0.6], "text-anchor": "top"}, "source": "points"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/fill_pattern.html b/maplibre/fill_pattern.html index 8dda400..4267914 100644 --- a/maplibre/fill_pattern.html +++ b/maplibre/fill_pattern.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["source", {"type": "geojson", "data": {"type": "Feature", "properties": {}, "geometry": {"type": "Polygon", "coordinates": [[[-30, -25], [-30, 35], [30, 35], [30, -25], [-30, -25]]]}}}]], ["addImage", ["pattern", {"width": 64, "height": 61, "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 254, 0, 0, 0, 240, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 181, 0, 0, 0, 107, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 133, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 224, 0, 0, 0, 112, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 153, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 247, 0, 0, 0, 199, 0, 0, 0, 193, 0, 0, 0, 242, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 93, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 235, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 239, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 253, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 172, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 122, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 192, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 182, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 72, 0, 0, 0, 173, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 85, 0, 0, 0, 143, 0, 0, 0, 190, 0, 0, 0, 233, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 103, 0, 0, 0, 192, 0, 0, 0, 252, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 128, 0, 0, 0, 237, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 252, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 0, 0, 0, 222, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 123, 0, 0, 0, 253, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 161, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 252, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 193, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 246, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 194, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 182, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 198, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 211, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 230, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 203, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 252, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 114, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 253, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 189, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 250, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 208, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 254, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 214, 0, 0, 0, 58, 0, 0, 0, 36, 0, 0, 0, 103, 0, 0, 0, 242, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 235, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 210, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 254, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, 0, 0, 254, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 243, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 239, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 0, 0, 0, 253, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 138, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 252, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 168, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 251, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 233, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 231, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 79, 0, 0, 0, 224, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 253, 0, 0, 0, 228, 0, 0, 0, 218, 0, 0, 0, 193, 0, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 253, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 225, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 79, 0, 0, 0, 202, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 249, 0, 0, 0, 254, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 0, 0, 0, 254, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 118, 0, 0, 0, 223, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 213, 0, 0, 0, 131, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 149, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 0, 0, 0, 244, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 110, 0, 0, 0, 242, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 245, 0, 0, 0, 159, 0, 0, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 133, 0, 0, 0, 148, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 221, 0, 0, 0, 108, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 253, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 222, 0, 0, 0, 96, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 190, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 190, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 186, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 90, 0, 0, 0, 197, 0, 0, 0, 252, 0, 0, 0, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}]], ["addLayer", [{"id": "pattern-layer", "type": "fill", "paint": {"fill-pattern": "pattern"}, "source": "source"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["source", {"type": "geojson", "data": {"type": "Feature", "properties": {}, "geometry": {"type": "Polygon", "coordinates": [[[-30, -25], [-30, 35], [30, 35], [30, -25], [-30, -25]]]}}}]], ["addImage", ["pattern", {"width": 64, "height": 61, "data": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 136, 0, 0, 0, 254, 0, 0, 0, 240, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 181, 0, 0, 0, 107, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 133, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 107, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 224, 0, 0, 0, 112, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 153, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 119, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 247, 0, 0, 0, 199, 0, 0, 0, 193, 0, 0, 0, 242, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 93, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 235, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 156, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 239, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 253, 0, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 172, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 122, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 192, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 182, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 72, 0, 0, 0, 173, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 85, 0, 0, 0, 143, 0, 0, 0, 190, 0, 0, 0, 233, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 103, 0, 0, 0, 192, 0, 0, 0, 252, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 128, 0, 0, 0, 237, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 252, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 0, 0, 0, 222, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 123, 0, 0, 0, 253, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 161, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 252, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 139, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 193, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 246, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 157, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 194, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 182, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 92, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 198, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 211, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 230, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 186, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 203, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 252, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 114, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 253, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 189, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 212, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 250, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 142, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 134, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 208, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 254, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 214, 0, 0, 0, 58, 0, 0, 0, 36, 0, 0, 0, 103, 0, 0, 0, 242, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 235, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 174, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 210, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 254, 0, 0, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 218, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 99, 0, 0, 0, 254, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 243, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 239, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 0, 0, 0, 253, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 138, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 252, 0, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 168, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 251, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 233, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 231, 0, 0, 0, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 79, 0, 0, 0, 224, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 253, 0, 0, 0, 228, 0, 0, 0, 218, 0, 0, 0, 193, 0, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 253, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 225, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 79, 0, 0, 0, 202, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 249, 0, 0, 0, 254, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 105, 0, 0, 0, 254, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 118, 0, 0, 0, 223, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 213, 0, 0, 0, 131, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 149, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 0, 0, 0, 244, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 110, 0, 0, 0, 242, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 245, 0, 0, 0, 159, 0, 0, 0, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 34, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 133, 0, 0, 0, 148, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 221, 0, 0, 0, 108, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 253, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 222, 0, 0, 0, 96, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 95, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 190, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 113, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 190, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 186, 0, 0, 0, 255, 0, 0, 0, 255, 0, 0, 0, 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 90, 0, 0, 0, 197, 0, 0, 0, 252, 0, 0, 0, 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]}]], ["addLayer", [{"id": "pattern-layer", "type": "fill", "paint": {"fill-pattern": "pattern"}, "source": "source"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/fit_bounds.html b/maplibre/fit_bounds.html index 8fbfa4a..be08750 100644 --- a/maplibre/fit_bounds.html +++ b/maplibre/fit_bounds.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-74.5, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-74.5, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/fly_to.html b/maplibre/fly_to.html index b02ceb6..8b085bf 100644 --- a/maplibre/fly_to.html +++ b/maplibre/fly_to.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-2.242467, 53.478122], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-2.242467, 53.478122], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/fly_to_options.html b/maplibre/fly_to_options.html index 8fbfa4a..be08750 100644 --- a/maplibre/fly_to_options.html +++ b/maplibre/fly_to_options.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-74.5, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-74.5, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/fullscreen.html b/maplibre/fullscreen.html index 8bbc0b7..77963f5 100644 --- a/maplibre/fullscreen.html +++ b/maplibre/fullscreen.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [11.255, 43.77], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-left"]], ["addControl", ["FullscreenControl", {}, "top-right"]]]}; + var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [11.255, 43.77], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-left"]], ["addControl", ["FullscreenControl", {}, "top-right"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/geojson_layer_in_stack.html b/maplibre/geojson_layer_in_stack.html index c1243db..6ca3fdd 100644 --- a/maplibre/geojson_layer_in_stack.html +++ b/maplibre/geojson_layer_in_stack.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-88.137343, 35.137451], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 4, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["urban-areas", {"type": "geojson", "data": "https://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_50m_urban_areas.geojson"}]], ["addLayer", [{"id": "urban-areas-fill", "type": "fill", "layout": {}, "paint": {"fill-color": "#f08", "fill-opacity": 0.4}, "source": "urban-areas"}, "waterway_label"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-88.137343, 35.137451], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 4, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["urban-areas", {"type": "geojson", "data": "https://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_50m_urban_areas.geojson"}]], ["addLayer", [{"id": "urban-areas-fill", "type": "fill", "layout": {}, "paint": {"fill-color": "#f08", "fill-opacity": 0.4}, "source": "urban-areas"}, "water_name_line"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/geojson_line.html b/maplibre/geojson_line.html index ae84326..842e392 100644 --- a/maplibre/geojson_line.html +++ b/maplibre/geojson_line.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-122.486052, 37.830348], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 15, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["route", {"type": "geojson", "data": {"type": "Feature", "properties": {}, "geometry": {"type": "LineString", "coordinates": [[-122.48369693756104, 37.83381888486939], [-122.48348236083984, 37.83317489144141], [-122.48339653015138, 37.83270036637107], [-122.48356819152832, 37.832056363179625], [-122.48404026031496, 37.83114119107971], [-122.48404026031496, 37.83049717427869], [-122.48348236083984, 37.829920943955045], [-122.48356819152832, 37.82954808664175], [-122.48507022857666, 37.82944639795659], [-122.48610019683838, 37.82880236636284], [-122.48695850372314, 37.82931081282506], [-122.48700141906738, 37.83080223556934], [-122.48751640319824, 37.83168351665737], [-122.48803138732912, 37.832158048267786], [-122.48888969421387, 37.83297152392784], [-122.48987674713133, 37.83263257682617], [-122.49043464660643, 37.832937629287755], [-122.49125003814696, 37.832429207817725], [-122.49163627624512, 37.832564787218985], [-122.49223709106445, 37.83337825839438], [-122.49378204345702, 37.83368330777276]]}}}]], ["addLayer", [{"id": "route", "type": "line", "layout": {"line-join": "round", "line-cap": "round"}, "paint": {"line-color": "#888", "line-width": 8}, "source": "route"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-122.486052, 37.830348], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 15, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["route", {"type": "geojson", "data": {"type": "Feature", "properties": {}, "geometry": {"type": "LineString", "coordinates": [[-122.48369693756104, 37.83381888486939], [-122.48348236083984, 37.83317489144141], [-122.48339653015138, 37.83270036637107], [-122.48356819152832, 37.832056363179625], [-122.48404026031496, 37.83114119107971], [-122.48404026031496, 37.83049717427869], [-122.48348236083984, 37.829920943955045], [-122.48356819152832, 37.82954808664175], [-122.48507022857666, 37.82944639795659], [-122.48610019683838, 37.82880236636284], [-122.48695850372314, 37.82931081282506], [-122.48700141906738, 37.83080223556934], [-122.48751640319824, 37.83168351665737], [-122.48803138732912, 37.832158048267786], [-122.48888969421387, 37.83297152392784], [-122.48987674713133, 37.83263257682617], [-122.49043464660643, 37.832937629287755], [-122.49125003814696, 37.832429207817725], [-122.49163627624512, 37.832564787218985], [-122.49223709106445, 37.83337825839438], [-122.49378204345702, 37.83368330777276]]}}}]], ["addLayer", [{"id": "route", "type": "line", "layout": {"line-join": "round", "line-cap": "round"}, "paint": {"line-color": "#888", "line-width": 8}, "source": "route"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/geojson_polygon.html b/maplibre/geojson_polygon.html index bda3ad2..142f263 100644 --- a/maplibre/geojson_polygon.html +++ b/maplibre/geojson_polygon.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-68.137343, 45.137451], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["maine", {"type": "geojson", "data": {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-67.13734351262877, 45.137451890638886], [-66.96466, 44.8097], [-68.03252, 44.3252], [-69.06, 43.98], [-70.11617, 43.68405], [-70.64573401557249, 43.090083319667144], [-70.75102474636725, 43.08003225358635], [-70.79761105007827, 43.21973948828747], [-70.98176001655037, 43.36789581966826], [-70.94416541205806, 43.46633942318431], [-71.08482, 45.3052400000002], [-70.6600225491012, 45.46022288673396], [-70.30495378282376, 45.914794623389355], [-70.00014034695016, 46.69317088478567], [-69.23708614772835, 47.44777598732787], [-68.90478084987546, 47.184794623394396], [-68.23430497910454, 47.35462921812177], [-67.79035274928509, 47.066248887716995], [-67.79141211614706, 45.702585354182816], [-67.13734351262877, 45.137451890638886]]]}}}]], ["addLayer", [{"id": "maine", "type": "fill", "layout": {}, "paint": {"fill-color": "#088", "fill-opacity": 0.8}, "source": "maine"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-68.137343, 45.137451], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["maine", {"type": "geojson", "data": {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-67.13734351262877, 45.137451890638886], [-66.96466, 44.8097], [-68.03252, 44.3252], [-69.06, 43.98], [-70.11617, 43.68405], [-70.64573401557249, 43.090083319667144], [-70.75102474636725, 43.08003225358635], [-70.79761105007827, 43.21973948828747], [-70.98176001655037, 43.36789581966826], [-70.94416541205806, 43.46633942318431], [-71.08482, 45.3052400000002], [-70.6600225491012, 45.46022288673396], [-70.30495378282376, 45.914794623389355], [-70.00014034695016, 46.69317088478567], [-69.23708614772835, 47.44777598732787], [-68.90478084987546, 47.184794623394396], [-68.23430497910454, 47.35462921812177], [-67.79035274928509, 47.066248887716995], [-67.79141211614706, 45.702585354182816], [-67.13734351262877, 45.137451890638886]]]}}}]], ["addLayer", [{"id": "maine", "type": "fill", "layout": {}, "paint": {"fill-color": "#088", "fill-opacity": 0.8}, "source": "maine"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/geojson_polygon_1.html b/maplibre/geojson_polygon_1.html index bed7a13..7470388 100644 --- a/maplibre/geojson_polygon_1.html +++ b/maplibre/geojson_polygon_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-68.137343, 45.137451], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "geojson", "type": "fill", "paint": {"fill-color": "#088", "fill-opacity": 0.8}, "source": {"data": {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-67.13734351262877, 45.137451890638886], [-66.96466, 44.8097], [-68.03252, 44.3252], [-69.06, 43.98], [-70.11617, 43.68405], [-70.64573401557249, 43.090083319667144], [-70.75102474636725, 43.08003225358635], [-70.79761105007827, 43.21973948828747], [-70.98176001655037, 43.36789581966826], [-70.94416541205806, 43.46633942318431], [-71.08482, 45.3052400000002], [-70.6600225491012, 45.46022288673396], [-70.30495378282376, 45.914794623389355], [-70.00014034695016, 46.69317088478567], [-69.23708614772835, 47.44777598732787], [-68.90478084987546, 47.184794623394396], [-68.23430497910454, 47.35462921812177], [-67.79035274928509, 47.066248887716995], [-67.79141211614706, 45.702585354182816], [-67.13734351262877, 45.137451890638886]]]}}, "type": "geojson"}}, null]], ["addPopup", ["geojson", null, null]], ["fitBounds", [[-71.08482, 43.08003225358635, -66.96466, 47.44777598732787]]], ["setLayoutProperty", ["geojson", "visibility", "visible"]], ["setPaintProperty", ["geojson", "fill-opacity", 0.8]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-68.137343, 45.137451], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 5, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "geojson", "type": "fill", "paint": {"fill-color": "#088", "fill-opacity": 0.8}, "source": {"data": {"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-67.13734351262877, 45.137451890638886], [-66.96466, 44.8097], [-68.03252, 44.3252], [-69.06, 43.98], [-70.11617, 43.68405], [-70.64573401557249, 43.090083319667144], [-70.75102474636725, 43.08003225358635], [-70.79761105007827, 43.21973948828747], [-70.98176001655037, 43.36789581966826], [-70.94416541205806, 43.46633942318431], [-71.08482, 45.3052400000002], [-70.6600225491012, 45.46022288673396], [-70.30495378282376, 45.914794623389355], [-70.00014034695016, 46.69317088478567], [-69.23708614772835, 47.44777598732787], [-68.90478084987546, 47.184794623394396], [-68.23430497910454, 47.35462921812177], [-67.79035274928509, 47.066248887716995], [-67.79141211614706, 45.702585354182816], [-67.13734351262877, 45.137451890638886]]]}}, "type": "geojson"}}, null]], ["addPopup", ["geojson", null, null]], ["fitBounds", [[-71.08482, 43.08003225358635, -66.96466, 47.44777598732787]]], ["setLayoutProperty", ["geojson", "visibility", "visible"]], ["setPaintProperty", ["geojson", "fill-opacity", 0.8]]]}; pymaplibregl(data); })(); diff --git a/maplibre/geopandas.html b/maplibre/geopandas.html index c186917..24eb466 100644 --- a/maplibre/geopandas.html +++ b/maplibre/geopandas.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "States", "type": "fill", "paint": {"fill-color": "#3388ff", "fill-opacity": 0.8, "fill-outline-color": "#ffffff"}, "source": {"data": {"type": "FeatureCollection", "features": [{"id": "0", "type": "Feature", "properties": {"id": "AL", "name": "Alabama"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-87.359296, 35.00118], [-85.606675, 34.984749], [-85.431413, 34.124869], [-85.184951, 32.859696], [-85.069935, 32.580372], [-84.960397, 32.421541], [-85.004212, 32.322956], [-84.889196, 32.262709], [-85.058981, 32.13674], [-85.053504, 32.01077], [-85.141136, 31.840985], [-85.042551, 31.539753], [-85.113751, 31.27686], [-85.004212, 31.003013], [-85.497137, 30.997536], [-87.600282, 30.997536], [-87.633143, 30.86609], [-87.408589, 30.674397], [-87.446927, 30.510088], [-87.37025, 30.427934], [-87.518128, 30.280057], [-87.655051, 30.247195], [-87.90699, 30.411504], [-87.934375, 30.657966], [-88.011052, 30.685351], [-88.10416, 30.499135], [-88.137022, 30.318396], [-88.394438, 30.367688], [-88.471115, 31.895754], [-88.241084, 33.796253], [-88.098683, 34.891641], [-88.202745, 34.995703], [-87.359296, 35.00118]]]]}, "bbox": [-88.471115, 30.247195, -84.889196, 35.00118]}, {"id": "1", "type": "Feature", "properties": {"id": "AK", "name": "Alaska"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-131.602021, 55.117982], [-131.569159, 55.28229], [-131.355558, 55.183705], [-131.38842, 55.01392], [-131.645836, 55.035827], [-131.602021, 55.117982]]], [[[-131.832052, 55.42469], [-131.645836, 55.304197], [-131.749898, 55.128935], [-131.832052, 55.189182], [-131.832052, 55.42469]]], [[[-132.976733, 56.437924], [-132.735747, 56.459832], [-132.631685, 56.421493], [-132.664547, 56.273616], [-132.878148, 56.240754], [-133.069841, 56.333862], [-132.976733, 56.437924]]], [[[-133.595627, 56.350293], [-133.162949, 56.317431], [-133.05341, 56.125739], [-132.620732, 55.912138], [-132.472854, 55.780691], [-132.4619, 55.671152], [-132.357838, 55.649245], [-132.341408, 55.506844], [-132.166146, 55.364444], [-132.144238, 55.238474], [-132.029222, 55.276813], [-131.97993, 55.178228], [-131.958022, 54.789365], [-132.029222, 54.701734], [-132.308546, 54.718165], [-132.385223, 54.915335], [-132.483808, 54.898904], [-132.686455, 55.046781], [-132.746701, 54.997489], [-132.916486, 55.046781], [-132.889102, 54.898904], [-132.73027, 54.937242], [-132.626209, 54.882473], [-132.675501, 54.679826], [-132.867194, 54.701734], [-133.157472, 54.95915], [-133.239626, 55.090597], [-133.223195, 55.22752], [-133.453227, 55.216566], [-133.453227, 55.320628], [-133.277964, 55.331582], [-133.102702, 55.42469], [-133.17938, 55.588998], [-133.387503, 55.62186], [-133.420365, 55.884753], [-133.497042, 56.0162], [-133.639442, 55.923092], [-133.694212, 56.070969], [-133.546335, 56.142169], [-133.666827, 56.311955], [-133.595627, 56.350293]]], [[[-133.738027, 55.556137], [-133.546335, 55.490413], [-133.414888, 55.572568], [-133.283441, 55.534229], [-133.420365, 55.386352], [-133.633966, 55.430167], [-133.738027, 55.556137]]], [[[-133.907813, 56.930849], [-134.050213, 57.029434], [-133.885905, 57.095157], [-133.343688, 57.002049], [-133.102702, 57.007526], [-132.932917, 56.82131], [-132.620732, 56.667956], [-132.653593, 56.55294], [-132.817901, 56.492694], [-133.042456, 56.520078], [-133.201287, 56.448878], [-133.420365, 56.492694], [-133.66135, 56.448878], [-133.710643, 56.684386], [-133.688735, 56.837741], [-133.869474, 56.843218], [-133.907813, 56.930849]]], [[[-134.115936, 56.48174], [-134.25286, 56.558417], [-134.400737, 56.722725], [-134.417168, 56.848695], [-134.296675, 56.908941], [-134.170706, 56.848695], [-134.143321, 56.952757], [-133.748981, 56.772017], [-133.710643, 56.596755], [-133.847566, 56.574848], [-133.935197, 56.377678], [-133.836612, 56.322908], [-133.957105, 56.092877], [-134.110459, 56.142169], [-134.132367, 55.999769], [-134.230952, 56.070969], [-134.291198, 56.350293], [-134.115936, 56.48174]]], [[[-134.636246, 56.28457], [-134.669107, 56.169554], [-134.806031, 56.235277], [-135.178463, 56.67891], [-135.413971, 56.810356], [-135.331817, 56.914418], [-135.424925, 57.166357], [-135.687818, 57.369004], [-135.419448, 57.566174], [-135.298955, 57.48402], [-135.063447, 57.418296], [-134.849846, 57.407343], [-134.844369, 57.248511], [-134.636246, 56.728202], [-134.636246, 56.28457]]], [[[-134.712923, 58.223407], [-134.373353, 58.14673], [-134.176183, 58.157683], [-134.187137, 58.081006], [-133.902336, 57.807159], [-134.099505, 57.850975], [-134.148798, 57.757867], [-133.935197, 57.615466], [-133.869474, 57.363527], [-134.083075, 57.297804], [-134.154275, 57.210173], [-134.499322, 57.029434], [-134.603384, 57.034911], [-134.6472, 57.226604], [-134.575999, 57.341619], [-134.608861, 57.511404], [-134.729354, 57.719528], [-134.707446, 57.829067], [-134.784123, 58.097437], [-134.91557, 58.212453], [-134.953908, 58.409623], [-134.712923, 58.223407]]], [[[-135.857603, 57.330665], [-135.715203, 57.330665], [-135.567326, 57.149926], [-135.633049, 57.023957], [-135.857603, 56.996572], [-135.824742, 57.193742], [-135.857603, 57.330665]]], [[[-136.279328, 58.206976], [-135.978096, 58.201499], [-135.780926, 58.28913], [-135.496125, 58.168637], [-135.64948, 58.037191], [-135.59471, 57.987898], [-135.45231, 58.135776], [-135.107263, 58.086483], [-134.91557, 57.976944], [-135.025108, 57.779775], [-134.937477, 57.763344], [-134.822462, 57.500451], [-135.085355, 57.462112], [-135.572802, 57.675713], [-135.556372, 57.456635], [-135.709726, 57.369004], [-135.890465, 57.407343], [-136.000004, 57.544266], [-136.208128, 57.637374], [-136.366959, 57.829067], [-136.569606, 57.916698], [-136.558652, 58.075529], [-136.421728, 58.130299], [-136.377913, 58.267222], [-136.279328, 58.206976]]], [[[-147.079854, 60.200582], [-147.501579, 59.948643], [-147.53444, 59.850058], [-147.874011, 59.784335], [-147.80281, 59.937689], [-147.435855, 60.09652], [-147.205824, 60.271782], [-147.079854, 60.200582]]], [[[-147.561825, 60.578491], [-147.616594, 60.370367], [-147.758995, 60.156767], [-147.956165, 60.227967], [-147.791856, 60.474429], [-147.561825, 60.578491]]], [[[-147.786379, 70.245291], [-147.682318, 70.201475], [-147.162008, 70.15766], [-146.888161, 70.185044], [-146.510252, 70.185044], [-146.099482, 70.146706], [-145.858496, 70.168614], [-145.622988, 70.08646], [-145.195787, 69.993352], [-144.620708, 69.971444], [-144.461877, 70.026213], [-144.078491, 70.059075], [-143.914183, 70.130275], [-143.497935, 70.141229], [-143.503412, 70.091936], [-143.25695, 70.119321], [-142.747594, 70.042644], [-142.402547, 69.916674], [-142.079408, 69.856428], [-142.008207, 69.801659], [-141.712453, 69.790705], [-141.433129, 69.697597], [-141.378359, 69.63735], [-141.208574, 69.686643], [-141.00045, 69.648304], [-141.00045, 60.304644], [-140.53491, 60.22249], [-140.474664, 60.310121], [-139.987216, 60.184151], [-139.696939, 60.342983], [-139.088998, 60.359413], [-139.198537, 60.091043], [-139.045183, 59.997935], [-138.700135, 59.910304], [-138.623458, 59.767904], [-137.604747, 59.242118], [-137.445916, 58.908024], [-137.265177, 59.001132], [-136.827022, 59.159963], [-136.580559, 59.16544], [-136.465544, 59.285933], [-136.476498, 59.466672], [-136.301236, 59.466672], [-136.25742, 59.625503], [-135.945234, 59.663842], [-135.479694, 59.800766], [-135.025108, 59.565257], [-135.068924, 59.422857], [-134.959385, 59.280456], [-134.701969, 59.247595], [-134.378829, 59.033994], [-134.400737, 58.973748], [-134.25286, 58.858732], [-133.842089, 58.727285], [-133.173903, 58.152206], [-133.075318, 57.998852], [-132.867194, 57.845498], [-132.560485, 57.505928], [-132.253777, 57.21565], [-132.368792, 57.095157], [-132.05113, 57.051341], [-132.127807, 56.876079], [-131.870391, 56.804879], [-131.837529, 56.602232], [-131.580113, 56.613186], [-131.087188, 56.405062], [-130.78048, 56.366724], [-130.621648, 56.268139], [-130.468294, 56.240754], [-130.424478, 56.142169], [-130.101339, 56.114785], [-130.002754, 55.994292], [-130.150631, 55.769737], [-130.128724, 55.583521], [-129.986323, 55.276813], [-130.095862, 55.200136], [-130.336847, 54.920812], [-130.687372, 54.718165], [-130.785957, 54.822227], [-130.917403, 54.789365], [-131.010511, 54.997489], [-130.983126, 55.08512], [-131.092665, 55.189182], [-130.862634, 55.298721], [-130.928357, 55.337059], [-131.158389, 55.200136], [-131.284358, 55.287767], [-131.426759, 55.238474], [-131.843006, 55.457552], [-131.700606, 55.698537], [-131.963499, 55.616383], [-131.974453, 55.49589], [-132.182576, 55.588998], [-132.226392, 55.704014], [-132.083991, 55.829984], [-132.127807, 55.955953], [-132.324977, 55.851892], [-132.522147, 56.076446], [-132.642639, 56.032631], [-132.719317, 56.218847], [-132.527624, 56.339339], [-132.341408, 56.339339], [-132.396177, 56.487217], [-132.297592, 56.67891], [-132.450946, 56.673433], [-132.768609, 56.837741], [-132.993164, 57.034911], [-133.51895, 57.177311], [-133.507996, 57.577128], [-133.677781, 57.62642], [-133.639442, 57.790728], [-133.814705, 57.834544], [-134.072121, 58.053622], [-134.143321, 58.168637], [-134.586953, 58.206976], [-135.074401, 58.502731], [-135.282525, 59.192825], [-135.38111, 59.033994], [-135.337294, 58.891593], [-135.140124, 58.617746], [-135.189417, 58.573931], [-135.05797, 58.349376], [-135.085355, 58.201499], [-135.277048, 58.234361], [-135.430402, 58.398669], [-135.633049, 58.426053], [-135.91785, 58.382238], [-135.912373, 58.617746], [-136.087635, 58.814916], [-136.246466, 58.75467], [-136.876314, 58.962794], [-136.931084, 58.902547], [-136.586036, 58.836824], [-136.317666, 58.672516], [-136.213604, 58.667039], [-136.180743, 58.535592], [-136.043819, 58.382238], [-136.388867, 58.294607], [-136.591513, 58.349376], [-136.59699, 58.212453], [-136.859883, 58.316515], [-136.947514, 58.393192], [-137.111823, 58.393192], [-137.566409, 58.590362], [-137.900502, 58.765624], [-137.933364, 58.869686], [-138.11958, 59.02304], [-138.634412, 59.132579], [-138.919213, 59.247595], [-139.417615, 59.379041], [-139.746231, 59.505011], [-139.718846, 59.641934], [-139.625738, 59.598119], [-139.5162, 59.68575], [-139.625738, 59.88292], [-139.488815, 59.992458], [-139.554538, 60.041751], [-139.801, 59.833627], [-140.315833, 59.696704], [-140.92925, 59.745996], [-141.444083, 59.871966], [-141.46599, 59.970551], [-141.706976, 59.948643], [-141.964392, 60.019843], [-142.539471, 60.085566], [-142.873564, 60.091043], [-143.623905, 60.036274], [-143.892275, 59.997935], [-144.231845, 60.140336], [-144.65357, 60.206059], [-144.785016, 60.29369], [-144.834309, 60.441568], [-145.124586, 60.430614], [-145.223171, 60.299167], [-145.738004, 60.474429], [-145.820158, 60.551106], [-146.351421, 60.408706], [-146.608837, 60.238921], [-146.718376, 60.397752], [-146.608837, 60.485383], [-146.455483, 60.463475], [-145.951604, 60.578491], [-146.017328, 60.666122], [-146.252836, 60.622307], [-146.345944, 60.737322], [-146.565022, 60.753753], [-146.784099, 61.044031], [-146.866253, 60.972831], [-147.172962, 60.934492], [-147.271547, 60.972831], [-147.375609, 60.879723], [-147.758995, 60.912584], [-147.775426, 60.808523], [-148.032842, 60.781138], [-148.153334, 60.819476], [-148.065703, 61.005692], [-148.175242, 61.000215], [-148.350504, 60.803046], [-148.109519, 60.737322], [-148.087611, 60.594922], [-147.939734, 60.441568], [-148.027365, 60.277259], [-148.219058, 60.332029], [-148.273827, 60.249875], [-148.087611, 60.217013], [-147.983549, 59.997935], [-148.251919, 59.95412], [-148.399797, 59.997935], [-148.635305, 59.937689], [-148.755798, 59.986981], [-149.067984, 59.981505], [-149.05703, 60.063659], [-149.204907, 60.008889], [-149.287061, 59.904827], [-149.418508, 59.997935], [-149.582816, 59.866489], [-149.511616, 59.806242], [-149.741647, 59.729565], [-149.949771, 59.718611], [-150.031925, 59.61455], [-150.25648, 59.521442], [-150.409834, 59.554303], [-150.579619, 59.444764], [-150.716543, 59.450241], [-151.001343, 59.225687], [-151.308052, 59.209256], [-151.406637, 59.280456], [-151.592853, 59.159963], [-151.976239, 59.253071], [-151.888608, 59.422857], [-151.636669, 59.483103], [-151.47236, 59.472149], [-151.423068, 59.537872], [-151.127313, 59.669319], [-151.116359, 59.778858], [-151.505222, 59.63098], [-151.828361, 59.718611], [-151.8667, 59.778858], [-151.702392, 60.030797], [-151.423068, 60.211536], [-151.379252, 60.359413], [-151.297098, 60.386798], [-151.264237, 60.545629], [-151.406637, 60.720892], [-151.06159, 60.786615], [-150.404357, 61.038554], [-150.245526, 60.939969], [-150.042879, 60.912584], [-149.741647, 61.016646], [-150.075741, 61.15357], [-150.207187, 61.257632], [-150.47008, 61.246678], [-150.656296, 61.29597], [-150.711066, 61.252155], [-151.023251, 61.180954], [-151.165652, 61.044031], [-151.477837, 61.011169], [-151.800977, 60.852338], [-151.833838, 60.748276], [-152.080301, 60.693507], [-152.13507, 60.578491], [-152.310332, 60.507291], [-152.392486, 60.304644], [-152.732057, 60.173197], [-152.567748, 60.069136], [-152.704672, 59.915781], [-153.022334, 59.888397], [-153.049719, 59.691227], [-153.345474, 59.620026], [-153.438582, 59.702181], [-153.586459, 59.548826], [-153.761721, 59.543349], [-153.72886, 59.433811], [-154.117723, 59.368087], [-154.1944, 59.066856], [-153.750768, 59.050425], [-153.400243, 58.968271], [-153.301658, 58.869686], [-153.444059, 58.710854], [-153.679567, 58.612269], [-153.898645, 58.606793], [-153.920553, 58.519161], [-154.062953, 58.4863], [-153.99723, 58.376761], [-154.145107, 58.212453], [-154.46277, 58.059098], [-154.643509, 58.059098], [-154.818771, 58.004329], [-154.988556, 58.015283], [-155.120003, 57.955037], [-155.081664, 57.872883], [-155.328126, 57.829067], [-155.377419, 57.708574], [-155.547204, 57.785251], [-155.73342, 57.549743], [-156.045606, 57.566174], [-156.023698, 57.440204], [-156.209914, 57.473066], [-156.34136, 57.418296], [-156.34136, 57.248511], [-156.549484, 56.985618], [-156.883577, 56.952757], [-157.157424, 56.832264], [-157.20124, 56.766541], [-157.376502, 56.859649], [-157.672257, 56.607709], [-157.754411, 56.67891], [-157.918719, 56.657002], [-157.957058, 56.514601], [-158.126843, 56.459832], [-158.32949, 56.48174], [-158.488321, 56.339339], [-158.208997, 56.295524], [-158.510229, 55.977861], [-159.375585, 55.873799], [-159.616571, 55.594475], [-159.676817, 55.654722], [-159.643955, 55.829984], [-159.813741, 55.857368], [-160.027341, 55.791645], [-160.060203, 55.720445], [-160.394296, 55.605429], [-160.536697, 55.473983], [-160.580512, 55.567091], [-160.668143, 55.457552], [-160.865313, 55.528752], [-161.232268, 55.358967], [-161.506115, 55.364444], [-161.467776, 55.49589], [-161.588269, 55.62186], [-161.697808, 55.517798], [-161.686854, 55.408259], [-162.053809, 55.074166], [-162.179779, 55.15632], [-162.218117, 55.03035], [-162.470057, 55.052258], [-162.508395, 55.249428], [-162.661749, 55.293244], [-162.716519, 55.222043], [-162.579595, 55.134412], [-162.645319, 54.997489], [-162.847965, 54.926289], [-163.00132, 55.079643], [-163.187536, 55.090597], [-163.220397, 55.03035], [-163.034181, 54.942719], [-163.373752, 54.800319], [-163.14372, 54.76198], [-163.138243, 54.696257], [-163.329936, 54.74555], [-163.587352, 54.614103], [-164.085754, 54.61958], [-164.332216, 54.531949], [-164.354124, 54.466226], [-164.638925, 54.389548], [-164.847049, 54.416933], [-164.918249, 54.603149], [-164.710125, 54.663395], [-164.551294, 54.88795], [-164.34317, 54.893427], [-163.894061, 55.041304], [-163.532583, 55.046781], [-163.39566, 54.904381], [-163.291598, 55.008443], [-163.313505, 55.128935], [-163.105382, 55.183705], [-162.880827, 55.183705], [-162.579595, 55.446598], [-162.245502, 55.682106], [-161.807347, 55.89023], [-161.292514, 55.983338], [-161.078914, 55.939523], [-160.87079, 55.999769], [-160.816021, 55.912138], [-160.931036, 55.813553], [-160.805067, 55.736876], [-160.766728, 55.857368], [-160.509312, 55.868322], [-160.438112, 55.791645], [-160.27928, 55.76426], [-160.273803, 55.857368], [-160.536697, 55.939523], [-160.558604, 55.994292], [-160.383342, 56.251708], [-160.147834, 56.399586], [-159.830171, 56.541986], [-159.326293, 56.667956], [-158.959338, 56.848695], [-158.784076, 56.782971], [-158.641675, 56.810356], [-158.701922, 56.925372], [-158.658106, 57.034911], [-158.378782, 57.264942], [-157.995396, 57.41282], [-157.688688, 57.609989], [-157.705118, 57.719528], [-157.458656, 58.497254], [-157.07527, 58.705377], [-157.119086, 58.869686], [-158.039212, 58.634177], [-158.32949, 58.661562], [-158.40069, 58.760147], [-158.564998, 58.803962], [-158.619768, 58.913501], [-158.767645, 58.864209], [-158.860753, 58.694424], [-158.701922, 58.480823], [-158.893615, 58.387715], [-159.0634, 58.420577], [-159.392016, 58.760147], [-159.616571, 58.929932], [-159.731586, 58.929932], [-159.808264, 58.803962], [-159.906848, 58.782055], [-160.054726, 58.886116], [-160.235465, 58.902547], [-160.317619, 59.072332], [-160.854359, 58.88064], [-161.33633, 58.743716], [-161.374669, 58.667039], [-161.752577, 58.552023], [-161.938793, 58.656085], [-161.769008, 58.776578], [-161.829255, 59.061379], [-161.955224, 59.36261], [-161.703285, 59.48858], [-161.911409, 59.740519], [-162.092148, 59.88292], [-162.234548, 60.091043], [-162.448149, 60.178674], [-162.502918, 59.997935], [-162.760334, 59.959597], [-163.171105, 59.844581], [-163.66403, 59.795289], [-163.9324, 59.806242], [-164.162431, 59.866489], [-164.189816, 60.02532], [-164.386986, 60.074613], [-164.699171, 60.29369], [-164.962064, 60.337506], [-165.268773, 60.578491], [-165.060649, 60.68803], [-165.016834, 60.890677], [-165.175665, 60.846861], [-165.197573, 60.972831], [-165.120896, 61.076893], [-165.323543, 61.170001], [-165.34545, 61.071416], [-165.591913, 61.109754], [-165.624774, 61.279539], [-165.816467, 61.301447], [-165.920529, 61.416463], [-165.915052, 61.558863], [-166.106745, 61.49314], [-166.139607, 61.630064], [-165.904098, 61.662925], [-166.095791, 61.81628], [-165.756221, 61.827233], [-165.756221, 62.013449], [-165.674067, 62.139419], [-165.044219, 62.539236], [-164.912772, 62.659728], [-164.819664, 62.637821], [-164.874433, 62.807606], [-164.633448, 63.097884], [-164.425324, 63.212899], [-164.036462, 63.262192], [-163.73523, 63.212899], [-163.313505, 63.037637], [-163.039658, 63.059545], [-162.661749, 63.22933], [-162.272887, 63.486746], [-162.075717, 63.514131], [-162.026424, 63.448408], [-161.555408, 63.448408], [-161.13916, 63.503177], [-160.766728, 63.771547], [-160.766728, 63.837271], [-160.952944, 64.08921], [-160.974852, 64.237087], [-161.26513, 64.395918], [-161.374669, 64.532842], [-161.078914, 64.494503], [-160.79959, 64.609519], [-160.783159, 64.719058], [-161.144637, 64.921705], [-161.413007, 64.762873], [-161.664946, 64.790258], [-161.900455, 64.702627], [-162.168825, 64.680719], [-162.234548, 64.620473], [-162.541257, 64.532842], [-162.634365, 64.384965], [-162.787719, 64.324718], [-162.858919, 64.49998], [-163.045135, 64.538319], [-163.176582, 64.401395], [-163.253259, 64.467119], [-163.598306, 64.565704], [-164.304832, 64.560227], [-164.80871, 64.450688], [-165.000403, 64.434257], [-165.411174, 64.49998], [-166.188899, 64.576658], [-166.391546, 64.636904], [-166.484654, 64.735489], [-166.413454, 64.872412], [-166.692778, 64.987428], [-166.638008, 65.113398], [-166.462746, 65.179121], [-166.517516, 65.337952], [-166.796839, 65.337952], [-167.026871, 65.381768], [-167.47598, 65.414629], [-167.711489, 65.496784], [-168.072967, 65.578938], [-168.105828, 65.682999], [-167.541703, 65.819923], [-166.829701, 66.049954], [-166.3313, 66.186878], [-166.046499, 66.110201], [-165.756221, 66.09377], [-165.690498, 66.203309], [-165.86576, 66.21974], [-165.88219, 66.312848], [-165.186619, 66.466202], [-164.403417, 66.581218], [-163.981692, 66.592172], [-163.751661, 66.553833], [-163.872153, 66.389525], [-163.828338, 66.274509], [-163.915969, 66.192355], [-163.768091, 66.060908], [-163.494244, 66.082816], [-163.149197, 66.060908], [-162.749381, 66.088293], [-162.634365, 66.039001], [-162.371472, 66.028047], [-162.14144, 66.077339], [-161.840208, 66.02257], [-161.549931, 66.241647], [-161.341807, 66.252601], [-161.199406, 66.208786], [-161.128206, 66.334755], [-161.528023, 66.395002], [-161.911409, 66.345709], [-161.87307, 66.510017], [-162.174302, 66.68528], [-162.502918, 66.740049], [-162.601503, 66.89888], [-162.344087, 66.937219], [-162.015471, 66.778388], [-162.075717, 66.652418], [-161.916886, 66.553833], [-161.571838, 66.438817], [-161.489684, 66.55931], [-161.884024, 66.718141], [-161.714239, 67.002942], [-161.851162, 67.052235], [-162.240025, 66.991988], [-162.639842, 67.008419], [-162.700088, 67.057712], [-162.902735, 67.008419], [-163.740707, 67.128912], [-163.757138, 67.254881], [-164.009077, 67.534205], [-164.211724, 67.638267], [-164.534863, 67.725898], [-165.192096, 67.966884], [-165.493328, 68.059992], [-165.794559, 68.081899], [-166.243668, 68.246208], [-166.681824, 68.339316], [-166.703731, 68.372177], [-166.375115, 68.42147], [-166.227238, 68.574824], [-166.216284, 68.881533], [-165.329019, 68.859625], [-164.255539, 68.930825], [-163.976215, 68.985595], [-163.532583, 69.138949], [-163.110859, 69.374457], [-163.023228, 69.609966], [-162.842489, 69.812613], [-162.470057, 69.982398], [-162.311225, 70.108367], [-161.851162, 70.311014], [-161.779962, 70.256245], [-161.396576, 70.239814], [-160.837928, 70.343876], [-160.487404, 70.453415], [-159.649432, 70.792985], [-159.33177, 70.809416], [-159.298908, 70.760123], [-158.975769, 70.798462], [-158.658106, 70.787508], [-158.033735, 70.831323], [-157.420318, 70.979201], [-156.812377, 71.285909], [-156.565915, 71.351633], [-156.522099, 71.296863], [-155.585543, 71.170894], [-155.508865, 71.083263], [-155.832005, 70.968247], [-155.979882, 70.96277], [-155.974405, 70.809416], [-155.503388, 70.858708], [-155.476004, 70.940862], [-155.262403, 71.017539], [-155.191203, 70.973724], [-155.032372, 71.148986], [-154.566832, 70.990155], [-154.643509, 70.869662], [-154.353231, 70.8368], [-154.183446, 70.7656], [-153.931507, 70.880616], [-153.487874, 70.886093], [-153.235935, 70.924431], [-152.589656, 70.886093], [-152.26104, 70.842277], [-152.419871, 70.606769], [-151.817408, 70.546523], [-151.773592, 70.486276], [-151.187559, 70.382214], [-151.182082, 70.431507], [-150.760358, 70.49723], [-150.355064, 70.491753], [-150.349588, 70.436984], [-150.114079, 70.431507], [-149.867617, 70.508184], [-149.462323, 70.519138], [-149.177522, 70.486276], [-148.78866, 70.404122], [-148.607921, 70.420553], [-148.350504, 70.305537], [-148.202627, 70.349353], [-147.961642, 70.316491], [-147.786379, 70.245291]]], [[[-152.94018, 58.026237], [-152.945657, 57.982421], [-153.290705, 58.048145], [-153.044242, 58.305561], [-152.819688, 58.327469], [-152.666333, 58.562977], [-152.496548, 58.354853], [-152.354148, 58.426053], [-152.080301, 58.311038], [-152.080301, 58.152206], [-152.480117, 58.130299], [-152.655379, 58.059098], [-152.94018, 58.026237]]], [[[-153.958891, 57.538789], [-153.67409, 57.670236], [-153.931507, 57.69762], [-153.936983, 57.812636], [-153.723383, 57.889313], [-153.570028, 57.834544], [-153.548121, 57.719528], [-153.46049, 57.796205], [-153.455013, 57.96599], [-153.268797, 57.889313], [-153.235935, 57.998852], [-153.071627, 57.933129], [-152.874457, 57.933129], [-152.721103, 57.993375], [-152.469163, 57.889313], [-152.469163, 57.599035], [-152.151501, 57.620943], [-152.359625, 57.42925], [-152.74301, 57.505928], [-152.60061, 57.379958], [-152.710149, 57.275896], [-152.907319, 57.325188], [-152.912796, 57.128019], [-153.214027, 57.073249], [-153.312612, 56.991095], [-153.498828, 57.067772], [-153.695998, 56.859649], [-153.849352, 56.837741], [-154.013661, 56.744633], [-154.073907, 56.969187], [-154.303938, 56.848695], [-154.314892, 56.919895], [-154.523016, 56.991095], [-154.539447, 57.193742], [-154.742094, 57.275896], [-154.627078, 57.511404], [-154.227261, 57.659282], [-153.980799, 57.648328], [-153.958891, 57.538789]]], [[[-154.53397, 56.602232], [-154.742094, 56.399586], [-154.807817, 56.432447], [-154.53397, 56.602232]]], [[[-155.634835, 55.923092], [-155.476004, 55.912138], [-155.530773, 55.704014], [-155.793666, 55.731399], [-155.837482, 55.802599], [-155.634835, 55.923092]]], [[[-159.890418, 55.28229], [-159.950664, 55.068689], [-160.257373, 54.893427], [-160.109495, 55.161797], [-160.005433, 55.134412], [-159.890418, 55.28229]]], [[[-160.520266, 55.358967], [-160.33405, 55.358967], [-160.339527, 55.249428], [-160.525743, 55.128935], [-160.690051, 55.211089], [-160.794113, 55.134412], [-160.854359, 55.320628], [-160.79959, 55.380875], [-160.520266, 55.358967]]], [[[-162.256456, 54.981058], [-162.234548, 54.893427], [-162.349564, 54.838658], [-162.437195, 54.931766], [-162.256456, 54.981058]]], [[[-162.415287, 63.634624], [-162.563165, 63.536039], [-162.612457, 63.62367], [-162.415287, 63.634624]]], [[[-162.80415, 54.488133], [-162.590549, 54.449795], [-162.612457, 54.367641], [-162.782242, 54.373118], [-162.80415, 54.488133]]], [[[-165.548097, 54.29644], [-165.476897, 54.181425], [-165.630251, 54.132132], [-165.685021, 54.252625], [-165.548097, 54.29644]]], [[[-165.73979, 54.15404], [-166.046499, 54.044501], [-166.112222, 54.121178], [-165.980775, 54.219763], [-165.73979, 54.15404]]], [[[-166.364161, 60.359413], [-166.13413, 60.397752], [-166.084837, 60.326552], [-165.88219, 60.342983], [-165.685021, 60.277259], [-165.646682, 59.992458], [-165.750744, 59.89935], [-166.00816, 59.844581], [-166.062929, 59.745996], [-166.440838, 59.855535], [-166.6161, 59.850058], [-166.994009, 59.992458], [-167.125456, 59.992458], [-167.344534, 60.074613], [-167.421211, 60.206059], [-167.311672, 60.238921], [-166.93924, 60.206059], [-166.763978, 60.310121], [-166.577762, 60.321075], [-166.495608, 60.392275], [-166.364161, 60.359413]]], [[[-166.375115, 54.01164], [-166.210807, 53.934962], [-166.5449, 53.748746], [-166.539423, 53.715885], [-166.117699, 53.852808], [-166.112222, 53.776131], [-166.282007, 53.683023], [-166.555854, 53.622777], [-166.583239, 53.529669], [-166.878994, 53.431084], [-167.13641, 53.425607], [-167.306195, 53.332499], [-167.623857, 53.250345], [-167.793643, 53.337976], [-167.459549, 53.442038], [-167.355487, 53.425607], [-167.103548, 53.513238], [-167.163794, 53.611823], [-167.021394, 53.715885], [-166.807793, 53.666592], [-166.785886, 53.732316], [-167.015917, 53.754223], [-167.141887, 53.825424], [-167.032348, 53.945916], [-166.643485, 54.017116], [-166.561331, 53.880193], [-166.375115, 54.01164]]], [[[-168.790446, 53.157237], [-168.40706, 53.34893], [-168.385152, 53.431084], [-168.237275, 53.524192], [-168.007243, 53.568007], [-167.886751, 53.518715], [-167.842935, 53.387268], [-168.270136, 53.244868], [-168.500168, 53.036744], [-168.686384, 52.965544], [-168.790446, 53.157237]]], [[[-169.74891, 52.894344], [-169.705095, 52.795759], [-169.962511, 52.790282], [-169.989896, 52.856005], [-169.74891, 52.894344]]], [[[-170.148727, 57.221127], [-170.28565, 57.128019], [-170.313035, 57.221127], [-170.148727, 57.221127]]], [[[-170.669036, 52.697174], [-170.603313, 52.604066], [-170.789529, 52.538343], [-170.816914, 52.636928], [-170.669036, 52.697174]]], [[[-171.742517, 63.716778], [-170.94836, 63.5689], [-170.488297, 63.69487], [-170.280174, 63.683916], [-170.093958, 63.612716], [-170.044665, 63.492223], [-169.644848, 63.4265], [-169.518879, 63.366254], [-168.99857, 63.338869], [-168.686384, 63.295053], [-168.856169, 63.147176], [-169.108108, 63.180038], [-169.376478, 63.152653], [-169.513402, 63.08693], [-169.639372, 62.939052], [-169.831064, 63.075976], [-170.055619, 63.169084], [-170.263743, 63.180038], [-170.362328, 63.2841], [-170.866206, 63.415546], [-171.101715, 63.421023], [-171.463193, 63.306007], [-171.73704, 63.366254], [-171.852055, 63.486746], [-171.742517, 63.716778]]], [[[-172.432611, 52.390465], [-172.41618, 52.275449], [-172.607873, 52.253542], [-172.569535, 52.352127], [-172.432611, 52.390465]]], [[[-173.626584, 52.14948], [-173.495138, 52.105664], [-173.122706, 52.111141], [-173.106275, 52.07828], [-173.549907, 52.028987], [-173.626584, 52.14948]]], [[[-174.322156, 52.280926], [-174.327632, 52.379511], [-174.185232, 52.41785], [-173.982585, 52.319265], [-174.059262, 52.226157], [-174.179755, 52.231634], [-174.141417, 52.127572], [-174.333109, 52.116618], [-174.738403, 52.007079], [-174.968435, 52.039941], [-174.902711, 52.116618], [-174.656249, 52.105664], [-174.322156, 52.280926]]], [[[-176.469116, 51.853725], [-176.288377, 51.870156], [-176.288377, 51.744186], [-176.518409, 51.760617], [-176.80321, 51.61274], [-176.912748, 51.80991], [-176.792256, 51.815386], [-176.775825, 51.963264], [-176.627947, 51.968741], [-176.627947, 51.859202], [-176.469116, 51.853725]]], [[[-177.153734, 51.946833], [-177.044195, 51.897541], [-177.120872, 51.727755], [-177.274226, 51.678463], [-177.279703, 51.782525], [-177.153734, 51.946833]]], [[[-178.123152, 51.919448], [-177.953367, 51.913971], [-177.800013, 51.793479], [-177.964321, 51.651078], [-178.123152, 51.919448]]], [[[173.107557, 52.992929], [173.293773, 52.927205], [173.304726, 52.823143], [172.90491, 52.762897], [172.642017, 52.927205], [172.642017, 53.003883], [173.107557, 52.992929]]]]}, "bbox": [-178.123152, 51.61274, 173.304726, 71.351633]}, {"id": "2", "type": "Feature", "properties": {"id": "AZ", "name": "Arizona"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-109.042503, 37.000263], [-109.04798, 31.331629], [-111.074448, 31.331629], [-112.246513, 31.704061], [-114.815198, 32.492741], [-114.72209, 32.717295], [-114.524921, 32.755634], [-114.470151, 32.843265], [-114.524921, 33.029481], [-114.661844, 33.034958], [-114.727567, 33.40739], [-114.524921, 33.54979], [-114.497536, 33.697668], [-114.535874, 33.933176], [-114.415382, 34.108438], [-114.256551, 34.174162], [-114.136058, 34.305608], [-114.333228, 34.448009], [-114.470151, 34.710902], [-114.634459, 34.87521], [-114.634459, 35.00118], [-114.574213, 35.138103], [-114.596121, 35.324319], [-114.678275, 35.516012], [-114.738521, 36.102045], [-114.371566, 36.140383], [-114.251074, 36.01989], [-114.152489, 36.025367], [-114.048427, 36.195153], [-114.048427, 37.000263], [-110.499369, 37.00574], [-109.042503, 37.000263]]]]}, "bbox": [-114.815198, 31.331629, -109.042503, 37.00574]}, {"id": "3", "type": "Feature", "properties": {"id": "AR", "name": "Arkansas"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-94.473842, 36.501861], [-90.152536, 36.496384], [-90.064905, 36.304691], [-90.218259, 36.184199], [-90.377091, 35.997983], [-89.730812, 35.997983], [-89.763673, 35.811767], [-89.911551, 35.756997], [-89.944412, 35.603643], [-90.130628, 35.439335], [-90.114197, 35.198349], [-90.212782, 35.023087], [-90.311367, 34.995703], [-90.251121, 34.908072], [-90.409952, 34.831394], [-90.481152, 34.661609], [-90.585214, 34.617794], [-90.568783, 34.420624], [-90.749522, 34.365854], [-90.744046, 34.300131], [-90.952169, 34.135823], [-90.891923, 34.026284], [-91.072662, 33.867453], [-91.231493, 33.560744], [-91.056231, 33.429298], [-91.143862, 33.347144], [-91.089093, 33.13902], [-91.16577, 33.002096], [-93.608485, 33.018527], [-94.041164, 33.018527], [-94.041164, 33.54979], [-94.183564, 33.593606], [-94.380734, 33.544313], [-94.484796, 33.637421], [-94.430026, 35.395519], [-94.616242, 36.501861], [-94.473842, 36.501861]]]]}, "bbox": [-94.616242, 33.002096, -89.730812, 36.501861]}, {"id": "4", "type": "Feature", "properties": {"id": "CA", "name": "California"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-123.233256, 42.006186], [-122.378853, 42.011663], [-121.037003, 41.995232], [-120.001861, 41.995232], [-119.996384, 40.264519], [-120.001861, 38.999346], [-118.71478, 38.101128], [-117.498899, 37.21934], [-116.540435, 36.501861], [-115.85034, 35.970598], [-114.634459, 35.00118], [-114.634459, 34.87521], [-114.470151, 34.710902], [-114.333228, 34.448009], [-114.136058, 34.305608], [-114.256551, 34.174162], [-114.415382, 34.108438], [-114.535874, 33.933176], [-114.497536, 33.697668], [-114.524921, 33.54979], [-114.727567, 33.40739], [-114.661844, 33.034958], [-114.524921, 33.029481], [-114.470151, 32.843265], [-114.524921, 32.755634], [-114.72209, 32.717295], [-116.04751, 32.624187], [-117.126467, 32.536556], [-117.24696, 32.668003], [-117.252437, 32.876127], [-117.329114, 33.122589], [-117.471515, 33.297851], [-117.7837, 33.538836], [-118.183517, 33.763391], [-118.260194, 33.703145], [-118.413548, 33.741483], [-118.391641, 33.840068], [-118.566903, 34.042715], [-118.802411, 33.998899], [-119.218659, 34.146777], [-119.278905, 34.26727], [-119.558229, 34.415147], [-119.875891, 34.40967], [-120.138784, 34.475393], [-120.472878, 34.448009], [-120.64814, 34.579455], [-120.609801, 34.858779], [-120.670048, 34.902595], [-120.631709, 35.099764], [-120.894602, 35.247642], [-120.905556, 35.450289], [-121.004141, 35.461243], [-121.168449, 35.636505], [-121.283465, 35.674843], [-121.332757, 35.784382], [-121.716143, 36.195153], [-121.896882, 36.315645], [-121.935221, 36.638785], [-121.858544, 36.6114], [-121.787344, 36.803093], [-121.929744, 36.978355], [-122.105006, 36.956447], [-122.335038, 37.115279], [-122.417192, 37.241248], [-122.400761, 37.361741], [-122.515777, 37.520572], [-122.515777, 37.783465], [-122.329561, 37.783465], [-122.406238, 38.15042], [-122.488392, 38.112082], [-122.504823, 37.931343], [-122.701993, 37.893004], [-122.937501, 38.029928], [-122.97584, 38.265436], [-123.129194, 38.451652], [-123.331841, 38.566668], [-123.44138, 38.698114], [-123.737134, 38.95553], [-123.687842, 39.032208], [-123.824765, 39.366301], [-123.764519, 39.552517], [-123.85215, 39.831841], [-124.109566, 40.105688], [-124.361506, 40.259042], [-124.410798, 40.439781], [-124.158859, 40.877937], [-124.109566, 41.025814], [-124.158859, 41.14083], [-124.065751, 41.442061], [-124.147905, 41.715908], [-124.257444, 41.781632], [-124.213628, 42.000709], [-123.233256, 42.006186]]]]}, "bbox": [-124.410798, 32.536556, -114.136058, 42.011663]}, {"id": "5", "type": "Feature", "properties": {"id": "CO", "name": "Colorado"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-107.919731, 41.003906], [-105.728954, 40.998429], [-104.053011, 41.003906], [-102.053927, 41.003906], [-102.053927, 40.001626], [-102.042974, 36.994786], [-103.001438, 37.000263], [-104.337812, 36.994786], [-106.868158, 36.994786], [-107.421329, 37.000263], [-109.042503, 37.000263], [-109.042503, 38.166851], [-109.058934, 38.27639], [-109.053457, 39.125316], [-109.04798, 40.998429], [-107.919731, 41.003906]]]]}, "bbox": [-109.058934, 36.994786, -102.042974, 41.003906]}, {"id": "6", "type": "Feature", "properties": {"id": "CT", "name": "Connecticut"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-73.053528, 42.039048], [-71.799309, 42.022617], [-71.799309, 42.006186], [-71.799309, 41.414677], [-71.859555, 41.321569], [-71.947186, 41.338], [-72.385341, 41.261322], [-72.905651, 41.28323], [-73.130205, 41.146307], [-73.371191, 41.102491], [-73.655992, 40.987475], [-73.727192, 41.102491], [-73.48073, 41.21203], [-73.55193, 41.294184], [-73.486206, 42.050002], [-73.053528, 42.039048]]]]}, "bbox": [-73.727192, 40.987475, -71.799309, 42.050002]}, {"id": "7", "type": "Feature", "properties": {"id": "DE", "name": "Delaware"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-75.414089, 39.804456], [-75.507197, 39.683964], [-75.611259, 39.61824], [-75.589352, 39.459409], [-75.441474, 39.311532], [-75.403136, 39.065069], [-75.189535, 38.807653], [-75.09095, 38.796699], [-75.047134, 38.451652], [-75.693413, 38.462606], [-75.786521, 39.722302], [-75.616736, 39.831841], [-75.414089, 39.804456]]]]}, "bbox": [-75.786521, 38.451652, -75.047134, 39.831841]}, {"id": "8", "type": "Feature", "properties": {"id": "FL", "name": "Florida"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-85.497137, 30.997536], [-85.004212, 31.003013], [-84.867289, 30.712735], [-83.498053, 30.647012], [-82.216449, 30.570335], [-82.167157, 30.356734], [-82.046664, 30.362211], [-82.002849, 30.564858], [-82.041187, 30.751074], [-81.948079, 30.827751], [-81.718048, 30.745597], [-81.444201, 30.707258], [-81.383954, 30.27458], [-81.257985, 29.787132], [-80.967707, 29.14633], [-80.524075, 28.461713], [-80.589798, 28.41242], [-80.56789, 28.094758], [-80.381674, 27.738757], [-80.091397, 27.021277], [-80.03115, 26.796723], [-80.036627, 26.566691], [-80.146166, 25.739673], [-80.239274, 25.723243], [-80.337859, 25.465826], [-80.304997, 25.383672], [-80.49669, 25.197456], [-80.573367, 25.241272], [-80.759583, 25.164595], [-81.077246, 25.120779], [-81.170354, 25.224841], [-81.126538, 25.378195], [-81.351093, 25.821827], [-81.526355, 25.903982], [-81.679709, 25.843735], [-81.800202, 26.090198], [-81.833064, 26.292844], [-82.041187, 26.517399], [-82.09048, 26.665276], [-82.057618, 26.878877], [-82.172634, 26.917216], [-82.145249, 26.791246], [-82.249311, 26.758384], [-82.566974, 27.300601], [-82.692943, 27.437525], [-82.391711, 27.837342], [-82.588881, 27.815434], [-82.720328, 27.689464], [-82.851774, 27.886634], [-82.676512, 28.434328], [-82.643651, 28.888914], [-82.764143, 28.998453], [-82.802482, 29.14633], [-82.994175, 29.179192], [-83.218729, 29.420177], [-83.399469, 29.518762], [-83.410422, 29.66664], [-83.536392, 29.721409], [-83.640454, 29.885717], [-84.02384, 30.104795], [-84.357933, 30.055502], [-84.341502, 29.902148], [-84.451041, 29.929533], [-84.867289, 29.743317], [-85.310921, 29.699501], [-85.299967, 29.80904], [-85.404029, 29.940487], [-85.924338, 30.236241], [-86.29677, 30.362211], [-86.630863, 30.395073], [-86.910187, 30.373165], [-87.518128, 30.280057], [-87.37025, 30.427934], [-87.446927, 30.510088], [-87.408589, 30.674397], [-87.633143, 30.86609], [-87.600282, 30.997536], [-85.497137, 30.997536]]]]}, "bbox": [-87.633143, 25.120779, -80.03115, 31.003013]}, {"id": "9", "type": "Feature", "properties": {"id": "GA", "name": "Georgia"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-83.109191, 35.00118], [-83.322791, 34.787579], [-83.339222, 34.683517], [-83.005129, 34.469916], [-82.901067, 34.486347], [-82.747713, 34.26727], [-82.714851, 34.152254], [-82.55602, 33.94413], [-82.325988, 33.81816], [-82.194542, 33.631944], [-81.926172, 33.462159], [-81.937125, 33.347144], [-81.761863, 33.160928], [-81.493493, 33.007573], [-81.42777, 32.843265], [-81.416816, 32.629664], [-81.279893, 32.558464], [-81.121061, 32.290094], [-81.115584, 32.120309], [-80.885553, 32.032678], [-81.132015, 31.693108], [-81.175831, 31.517845], [-81.279893, 31.364491], [-81.290846, 31.20566], [-81.400385, 31.13446], [-81.444201, 30.707258], [-81.718048, 30.745597], [-81.948079, 30.827751], [-82.041187, 30.751074], [-82.002849, 30.564858], [-82.046664, 30.362211], [-82.167157, 30.356734], [-82.216449, 30.570335], [-83.498053, 30.647012], [-84.867289, 30.712735], [-85.004212, 31.003013], [-85.113751, 31.27686], [-85.042551, 31.539753], [-85.141136, 31.840985], [-85.053504, 32.01077], [-85.058981, 32.13674], [-84.889196, 32.262709], [-85.004212, 32.322956], [-84.960397, 32.421541], [-85.069935, 32.580372], [-85.184951, 32.859696], [-85.431413, 34.124869], [-85.606675, 34.984749], [-84.319594, 34.990226], [-83.618546, 34.984749], [-83.109191, 35.00118]]]]}, "bbox": [-85.606675, 30.356734, -80.885553, 35.00118]}, {"id": "10", "type": "Feature", "properties": {"id": "HI", "name": "Hawaii"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-155.634835, 18.948267], [-155.881297, 19.035898], [-155.919636, 19.123529], [-155.886774, 19.348084], [-156.062036, 19.73147], [-155.925113, 19.857439], [-155.826528, 20.032702], [-155.897728, 20.147717], [-155.87582, 20.26821], [-155.596496, 20.12581], [-155.284311, 20.021748], [-155.092618, 19.868393], [-155.092618, 19.736947], [-154.807817, 19.523346], [-154.983079, 19.348084], [-155.295265, 19.26593], [-155.514342, 19.134483], [-155.634835, 18.948267]]], [[[-156.587823, 21.029505], [-156.472807, 20.892581], [-156.324929, 20.952827], [-156.00179, 20.793996], [-156.051082, 20.651596], [-156.379699, 20.580396], [-156.445422, 20.60778], [-156.461853, 20.783042], [-156.631638, 20.821381], [-156.697361, 20.919966], [-156.587823, 21.029505]]], [[[-156.982162, 21.210244], [-157.080747, 21.106182], [-157.310779, 21.106182], [-157.239579, 21.221198], [-156.982162, 21.210244]]], [[[-157.951581, 21.697691], [-157.842042, 21.462183], [-157.896811, 21.325259], [-158.110412, 21.303352], [-158.252813, 21.582676], [-158.126843, 21.588153], [-157.951581, 21.697691]]], [[[-159.468693, 22.228955], [-159.353678, 22.218001], [-159.298908, 22.113939], [-159.33177, 21.966061], [-159.446786, 21.872953], [-159.764448, 21.987969], [-159.726109, 22.152277], [-159.468693, 22.228955]]]]}, "bbox": [-159.764448, 18.948267, -154.807817, 22.228955]}, {"id": "11", "type": "Feature", "properties": {"id": "ID", "name": "Idaho"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-116.04751, 49.000239], [-116.04751, 47.976051], [-115.724371, 47.696727], [-115.718894, 47.42288], [-115.527201, 47.302388], [-115.324554, 47.258572], [-115.302646, 47.187372], [-114.930214, 46.919002], [-114.886399, 46.809463], [-114.623506, 46.705401], [-114.612552, 46.639678], [-114.322274, 46.645155], [-114.464674, 46.272723], [-114.492059, 46.037214], [-114.387997, 45.88386], [-114.568736, 45.774321], [-114.497536, 45.670259], [-114.546828, 45.560721], [-114.333228, 45.456659], [-114.086765, 45.593582], [-113.98818, 45.703121], [-113.807441, 45.604536], [-113.834826, 45.522382], [-113.736241, 45.330689], [-113.571933, 45.128042], [-113.45144, 45.056842], [-113.456917, 44.865149], [-113.341901, 44.782995], [-113.133778, 44.772041], [-113.002331, 44.448902], [-112.887315, 44.394132], [-112.783254, 44.48724], [-112.471068, 44.481763], [-112.241036, 44.569394], [-112.104113, 44.520102], [-111.868605, 44.563917], [-111.819312, 44.509148], [-111.616665, 44.547487], [-111.386634, 44.75561], [-111.227803, 44.580348], [-111.047063, 44.476286], [-111.047063, 42.000709], [-112.164359, 41.995232], [-114.04295, 41.995232], [-117.027882, 42.000709], [-117.027882, 43.830007], [-116.896436, 44.158624], [-116.97859, 44.240778], [-117.170283, 44.257209], [-117.241483, 44.394132], [-117.038836, 44.750133], [-116.934774, 44.782995], [-116.830713, 44.930872], [-116.847143, 45.02398], [-116.732128, 45.144473], [-116.671881, 45.319735], [-116.463758, 45.61549], [-116.545912, 45.752413], [-116.78142, 45.823614], [-116.918344, 45.993399], [-116.92382, 46.168661], [-117.055267, 46.343923], [-117.038836, 46.426077], [-117.044313, 47.762451], [-117.033359, 49.000239], [-116.04751, 49.000239]]]]}, "bbox": [-117.241483, 41.995232, -111.047063, 49.000239]}, {"id": "12", "type": "Feature", "properties": {"id": "IL", "name": "Illinois"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-90.639984, 42.510065], [-88.788778, 42.493634], [-87.802929, 42.493634], [-87.83579, 42.301941], [-87.682436, 42.077386], [-87.523605, 41.710431], [-87.529082, 39.34987], [-87.63862, 39.169131], [-87.512651, 38.95553], [-87.49622, 38.780268], [-87.62219, 38.637868], [-87.655051, 38.506421], [-87.83579, 38.292821], [-87.950806, 38.27639], [-87.923421, 38.15042], [-88.000098, 38.101128], [-88.060345, 37.865619], [-88.027483, 37.799896], [-88.15893, 37.657496], [-88.065822, 37.482234], [-88.476592, 37.389126], [-88.514931, 37.285064], [-88.421823, 37.153617], [-88.547792, 37.071463], [-88.914747, 37.224817], [-89.029763, 37.213863], [-89.183118, 37.038601], [-89.133825, 36.983832], [-89.292656, 36.994786], [-89.517211, 37.279587], [-89.435057, 37.34531], [-89.517211, 37.537003], [-89.517211, 37.690357], [-89.84035, 37.903958], [-89.949889, 37.88205], [-90.059428, 38.013497], [-90.355183, 38.216144], [-90.349706, 38.374975], [-90.179921, 38.632391], [-90.207305, 38.725499], [-90.10872, 38.845992], [-90.251121, 38.917192], [-90.470199, 38.961007], [-90.585214, 38.867899], [-90.661891, 38.928146], [-90.727615, 39.256762], [-91.061708, 39.470363], [-91.368417, 39.727779], [-91.494386, 40.034488], [-91.50534, 40.237135], [-91.417709, 40.379535], [-91.401278, 40.560274], [-91.121954, 40.669813], [-91.09457, 40.823167], [-90.963123, 40.921752], [-90.946692, 41.097014], [-91.111001, 41.239415], [-91.045277, 41.414677], [-90.656414, 41.463969], [-90.344229, 41.589939], [-90.311367, 41.743293], [-90.179921, 41.809016], [-90.141582, 42.000709], [-90.168967, 42.126679], [-90.393521, 42.225264], [-90.420906, 42.329326], [-90.639984, 42.510065]]]]}, "bbox": [-91.50534, 36.983832, -87.49622, 42.510065]}, {"id": "13", "type": "Feature", "properties": {"id": "IN", "name": "Indiana"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-85.990061, 41.759724], [-84.807042, 41.759724], [-84.807042, 41.694001], [-84.801565, 40.500028], [-84.817996, 39.103408], [-84.894673, 39.059592], [-84.812519, 38.785745], [-84.987781, 38.780268], [-85.173997, 38.68716], [-85.431413, 38.730976], [-85.42046, 38.533806], [-85.590245, 38.451652], [-85.655968, 38.325682], [-85.83123, 38.27639], [-85.924338, 38.024451], [-86.039354, 37.958727], [-86.263908, 38.051835], [-86.302247, 38.166851], [-86.521325, 38.040881], [-86.504894, 37.931343], [-86.729448, 37.893004], [-86.795172, 37.991589], [-87.047111, 37.893004], [-87.129265, 37.788942], [-87.381204, 37.93682], [-87.512651, 37.903958], [-87.600282, 37.975158], [-87.682436, 37.903958], [-87.934375, 37.893004], [-88.027483, 37.799896], [-88.060345, 37.865619], [-88.000098, 38.101128], [-87.923421, 38.15042], [-87.950806, 38.27639], [-87.83579, 38.292821], [-87.655051, 38.506421], [-87.62219, 38.637868], [-87.49622, 38.780268], [-87.512651, 38.95553], [-87.63862, 39.169131], [-87.529082, 39.34987], [-87.523605, 41.710431], [-87.42502, 41.644708], [-87.118311, 41.644708], [-86.822556, 41.759724], [-85.990061, 41.759724]]]]}, "bbox": [-88.060345, 37.788942, -84.801565, 41.759724]}, {"id": "14", "type": "Feature", "properties": {"id": "IA", "name": "Iowa"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-91.368417, 43.501391], [-91.215062, 43.501391], [-91.204109, 43.353514], [-91.056231, 43.254929], [-91.176724, 43.134436], [-91.143862, 42.909881], [-91.067185, 42.75105], [-90.711184, 42.636034], [-90.639984, 42.510065], [-90.420906, 42.329326], [-90.393521, 42.225264], [-90.168967, 42.126679], [-90.141582, 42.000709], [-90.179921, 41.809016], [-90.311367, 41.743293], [-90.344229, 41.589939], [-90.656414, 41.463969], [-91.045277, 41.414677], [-91.111001, 41.239415], [-90.946692, 41.097014], [-90.963123, 40.921752], [-91.09457, 40.823167], [-91.121954, 40.669813], [-91.401278, 40.560274], [-91.417709, 40.379535], [-91.527248, 40.412397], [-91.729895, 40.615043], [-91.833957, 40.609566], [-93.257961, 40.582182], [-94.632673, 40.571228], [-95.7664, 40.587659], [-95.881416, 40.719105], [-95.826646, 40.976521], [-95.925231, 41.201076], [-95.919754, 41.453015], [-96.095016, 41.540646], [-96.122401, 41.67757], [-96.062155, 41.798063], [-96.127878, 41.973325], [-96.264801, 42.039048], [-96.44554, 42.488157], [-96.631756, 42.707235], [-96.544125, 42.855112], [-96.511264, 43.052282], [-96.434587, 43.123482], [-96.560556, 43.222067], [-96.527695, 43.397329], [-96.582464, 43.479483], [-96.451017, 43.501391], [-91.368417, 43.501391]]]]}, "bbox": [-96.631756, 40.379535, -90.141582, 43.501391]}, {"id": "15", "type": "Feature", "properties": {"id": "KS", "name": "Kansas"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-101.90605, 40.001626], [-95.306337, 40.001626], [-95.207752, 39.908518], [-94.884612, 39.831841], [-95.109167, 39.541563], [-94.983197, 39.442978], [-94.824366, 39.20747], [-94.610765, 39.158177], [-94.616242, 37.000263], [-100.087706, 37.000263], [-102.042974, 36.994786], [-102.053927, 40.001626], [-101.90605, 40.001626]]]]}, "bbox": [-102.053927, 36.994786, -94.610765, 40.001626]}, {"id": "16", "type": "Feature", "properties": {"id": "KY", "name": "Kentucky"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-83.903347, 38.769315], [-83.678792, 38.632391], [-83.519961, 38.703591], [-83.142052, 38.626914], [-83.032514, 38.725499], [-82.890113, 38.758361], [-82.846298, 38.588575], [-82.731282, 38.561191], [-82.594358, 38.424267], [-82.621743, 38.123036], [-82.50125, 37.931343], [-82.342419, 37.783465], [-82.293127, 37.668449], [-82.101434, 37.553434], [-81.969987, 37.537003], [-82.353373, 37.268633], [-82.720328, 37.120755], [-82.720328, 37.044078], [-82.868205, 36.978355], [-82.879159, 36.890724], [-83.070852, 36.852385], [-83.136575, 36.742847], [-83.673316, 36.600446], [-83.689746, 36.584015], [-84.544149, 36.594969], [-85.289013, 36.627831], [-85.486183, 36.616877], [-86.592525, 36.655216], [-87.852221, 36.633308], [-88.071299, 36.677123], [-88.054868, 36.496384], [-89.298133, 36.507338], [-89.418626, 36.496384], [-89.363857, 36.622354], [-89.215979, 36.578538], [-89.133825, 36.983832], [-89.183118, 37.038601], [-89.029763, 37.213863], [-88.914747, 37.224817], [-88.547792, 37.071463], [-88.421823, 37.153617], [-88.514931, 37.285064], [-88.476592, 37.389126], [-88.065822, 37.482234], [-88.15893, 37.657496], [-88.027483, 37.799896], [-87.934375, 37.893004], [-87.682436, 37.903958], [-87.600282, 37.975158], [-87.512651, 37.903958], [-87.381204, 37.93682], [-87.129265, 37.788942], [-87.047111, 37.893004], [-86.795172, 37.991589], [-86.729448, 37.893004], [-86.504894, 37.931343], [-86.521325, 38.040881], [-86.302247, 38.166851], [-86.263908, 38.051835], [-86.039354, 37.958727], [-85.924338, 38.024451], [-85.83123, 38.27639], [-85.655968, 38.325682], [-85.590245, 38.451652], [-85.42046, 38.533806], [-85.431413, 38.730976], [-85.173997, 38.68716], [-84.987781, 38.780268], [-84.812519, 38.785745], [-84.894673, 39.059592], [-84.817996, 39.103408], [-84.43461, 39.103408], [-84.231963, 38.895284], [-84.215533, 38.807653], [-83.903347, 38.769315]]]]}, "bbox": [-89.418626, 36.496384, -81.969987, 39.103408]}, {"id": "17", "type": "Feature", "properties": {"id": "LA", "name": "Louisiana"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-93.608485, 33.018527], [-91.16577, 33.002096], [-91.072662, 32.887081], [-91.143862, 32.843265], [-91.154816, 32.640618], [-91.006939, 32.514649], [-90.985031, 32.218894], [-91.105524, 31.988862], [-91.341032, 31.846462], [-91.401278, 31.621907], [-91.499863, 31.643815], [-91.516294, 31.27686], [-91.636787, 31.265906], [-91.565587, 31.068736], [-91.636787, 30.997536], [-89.747242, 30.997536], [-89.845827, 30.66892], [-89.681519, 30.449842], [-89.643181, 30.285534], [-89.522688, 30.181472], [-89.818443, 30.044549], [-89.84035, 29.945964], [-89.599365, 29.88024], [-89.495303, 30.039072], [-89.287179, 29.88024], [-89.30361, 29.754271], [-89.424103, 29.699501], [-89.648657, 29.748794], [-89.621273, 29.655686], [-89.69795, 29.513285], [-89.506257, 29.387316], [-89.199548, 29.348977], [-89.09001, 29.2011], [-89.002379, 29.179192], [-89.16121, 29.009407], [-89.336472, 29.042268], [-89.484349, 29.217531], [-89.851304, 29.310638], [-89.851304, 29.480424], [-90.032043, 29.425654], [-90.021089, 29.283254], [-90.103244, 29.151807], [-90.23469, 29.129899], [-90.333275, 29.277777], [-90.563307, 29.283254], [-90.645461, 29.129899], [-90.798815, 29.086084], [-90.963123, 29.179192], [-91.09457, 29.190146], [-91.220539, 29.436608], [-91.445094, 29.546147], [-91.532725, 29.529716], [-91.620356, 29.73784], [-91.883249, 29.710455], [-91.888726, 29.836425], [-92.146142, 29.715932], [-92.113281, 29.622824], [-92.31045, 29.535193], [-92.617159, 29.579009], [-92.97316, 29.715932], [-93.2251, 29.776178], [-93.767317, 29.726886], [-93.838517, 29.688547], [-93.926148, 29.787132], [-93.690639, 30.143133], [-93.767317, 30.334826], [-93.696116, 30.438888], [-93.728978, 30.575812], [-93.630393, 30.679874], [-93.526331, 30.93729], [-93.542762, 31.15089], [-93.816609, 31.556184], [-93.822086, 31.775262], [-94.041164, 31.994339], [-94.041164, 33.018527], [-93.608485, 33.018527]]]]}, "bbox": [-94.041164, 29.009407, -89.002379, 33.018527]}, {"id": "18", "type": "Feature", "properties": {"id": "ME", "name": "Maine"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-70.703921, 43.057759], [-70.824413, 43.128959], [-70.807983, 43.227544], [-70.966814, 43.34256], [-71.032537, 44.657025], [-71.08183, 45.303304], [-70.649151, 45.440228], [-70.720352, 45.511428], [-70.556043, 45.664782], [-70.386258, 45.735983], [-70.41912, 45.796229], [-70.260289, 45.889337], [-70.309581, 46.064599], [-70.210996, 46.327492], [-70.057642, 46.415123], [-69.997395, 46.694447], [-69.225147, 47.461219], [-69.044408, 47.428357], [-69.033454, 47.242141], [-68.902007, 47.176418], [-68.578868, 47.285957], [-68.376221, 47.285957], [-68.233821, 47.357157], [-67.954497, 47.198326], [-67.790188, 47.066879], [-67.779235, 45.944106], [-67.801142, 45.675736], [-67.456095, 45.604536], [-67.505388, 45.48952], [-67.417757, 45.379982], [-67.488957, 45.281397], [-67.346556, 45.128042], [-67.16034, 45.160904], [-66.979601, 44.804903], [-67.187725, 44.646072], [-67.308218, 44.706318], [-67.406803, 44.596779], [-67.549203, 44.624164], [-67.565634, 44.531056], [-67.75185, 44.54201], [-68.047605, 44.328409], [-68.118805, 44.476286], [-68.222867, 44.48724], [-68.173574, 44.328409], [-68.403606, 44.251732], [-68.458375, 44.377701], [-68.567914, 44.311978], [-68.82533, 44.311978], [-68.830807, 44.459856], [-68.984161, 44.426994], [-68.956777, 44.322932], [-69.099177, 44.103854], [-69.071793, 44.043608], [-69.258008, 43.923115], [-69.444224, 43.966931], [-69.553763, 43.840961], [-69.707118, 43.82453], [-69.833087, 43.720469], [-69.986442, 43.742376], [-70.030257, 43.851915], [-70.254812, 43.676653], [-70.194565, 43.567114], [-70.358873, 43.528776], [-70.369827, 43.435668], [-70.556043, 43.320652], [-70.703921, 43.057759]]]]}, "bbox": [-71.08183, 43.057759, -66.979601, 47.461219]}, {"id": "19", "type": "Feature", "properties": {"id": "MD", "name": "Maryland"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-79.477979, 39.722302], [-75.786521, 39.722302], [-75.693413, 38.462606], [-75.047134, 38.451652], [-75.244304, 38.029928], [-75.397659, 38.013497], [-75.671506, 37.95325], [-75.885106, 37.909435], [-75.879629, 38.073743], [-75.961783, 38.139466], [-75.846768, 38.210667], [-76.000122, 38.374975], [-76.049415, 38.303775], [-76.257538, 38.320205], [-76.328738, 38.500944], [-76.263015, 38.500944], [-76.257538, 38.736453], [-76.191815, 38.829561], [-76.279446, 39.147223], [-76.169907, 39.333439], [-76.000122, 39.366301], [-75.972737, 39.557994], [-76.098707, 39.536086], [-76.104184, 39.437501], [-76.367077, 39.311532], [-76.443754, 39.196516], [-76.460185, 38.906238], [-76.55877, 38.769315], [-76.514954, 38.539283], [-76.383508, 38.380452], [-76.399939, 38.259959], [-76.317785, 38.139466], [-76.3616, 38.057312], [-76.591632, 38.216144], [-76.920248, 38.292821], [-77.018833, 38.446175], [-77.205049, 38.358544], [-77.276249, 38.479037], [-77.128372, 38.632391], [-77.040741, 38.791222], [-76.909294, 38.895284], [-77.035264, 38.993869], [-77.117418, 38.933623], [-77.248864, 39.026731], [-77.456988, 39.076023], [-77.456988, 39.223901], [-77.566527, 39.306055], [-77.719881, 39.322485], [-77.834897, 39.601809], [-78.004682, 39.601809], [-78.174467, 39.694917], [-78.267575, 39.61824], [-78.431884, 39.623717], [-78.470222, 39.514178], [-78.765977, 39.585379], [-78.963147, 39.437501], [-79.094593, 39.470363], [-79.291763, 39.300578], [-79.488933, 39.20747], [-79.477979, 39.722302]], [[-75.994645, 37.95325], [-76.016553, 37.95325], [-76.043938, 37.95325], [-75.994645, 37.95325]]]]}, "bbox": [-79.488933, 37.909435, -75.047134, 39.722302]}, {"id": "20", "type": "Feature", "properties": {"id": "MA", "name": "Massachusetts"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-70.917521, 42.887974], [-70.818936, 42.871543], [-70.780598, 42.696281], [-70.824413, 42.55388], [-70.983245, 42.422434], [-70.988722, 42.269079], [-70.769644, 42.247172], [-70.638197, 42.08834], [-70.660105, 41.962371], [-70.550566, 41.929509], [-70.539613, 41.814493], [-70.260289, 41.715908], [-69.937149, 41.809016], [-70.008349, 41.672093], [-70.484843, 41.5516], [-70.660105, 41.546123], [-70.764167, 41.639231], [-70.928475, 41.611847], [-70.933952, 41.540646], [-71.120168, 41.496831], [-71.196845, 41.67757], [-71.22423, 41.710431], [-71.328292, 41.781632], [-71.383061, 42.01714], [-71.530939, 42.01714], [-71.799309, 42.006186], [-71.799309, 42.022617], [-73.053528, 42.039048], [-73.486206, 42.050002], [-73.508114, 42.08834], [-73.267129, 42.745573], [-72.456542, 42.729142], [-71.29543, 42.696281], [-71.185891, 42.789389], [-70.917521, 42.887974]]]]}, "bbox": [-73.508114, 41.496831, -69.937149, 42.887974]}, {"id": "21", "type": "Feature", "properties": {"id": "MI", "name": "Michigan"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-83.454238, 41.732339], [-84.807042, 41.694001], [-84.807042, 41.759724], [-85.990061, 41.759724], [-86.822556, 41.759724], [-86.619909, 41.891171], [-86.482986, 42.115725], [-86.357016, 42.252649], [-86.263908, 42.444341], [-86.209139, 42.718189], [-86.231047, 43.013943], [-86.526801, 43.594499], [-86.433693, 43.813577], [-86.499417, 44.07647], [-86.269385, 44.34484], [-86.220093, 44.569394], [-86.252954, 44.689887], [-86.088646, 44.73918], [-86.066738, 44.903488], [-85.809322, 44.947303], [-85.612152, 45.128042], [-85.628583, 44.766564], [-85.524521, 44.750133], [-85.393075, 44.930872], [-85.387598, 45.237581], [-85.305444, 45.314258], [-85.031597, 45.363551], [-85.119228, 45.577151], [-84.938489, 45.75789], [-84.713934, 45.768844], [-84.461995, 45.653829], [-84.215533, 45.637398], [-84.09504, 45.494997], [-83.908824, 45.484043], [-83.596638, 45.352597], [-83.4871, 45.358074], [-83.317314, 45.144473], [-83.454238, 45.029457], [-83.322791, 44.88158], [-83.273499, 44.711795], [-83.333745, 44.339363], [-83.536392, 44.246255], [-83.585684, 44.054562], [-83.82667, 43.988839], [-83.958116, 43.758807], [-83.908824, 43.671176], [-83.667839, 43.589022], [-83.481623, 43.714992], [-83.262545, 43.972408], [-82.917498, 44.070993], [-82.747713, 43.994316], [-82.643651, 43.851915], [-82.539589, 43.435668], [-82.523158, 43.227544], [-82.413619, 42.975605], [-82.517681, 42.614127], [-82.681989, 42.559357], [-82.687466, 42.690804], [-82.797005, 42.652465], [-82.922975, 42.351234], [-83.125621, 42.236218], [-83.185868, 42.006186], [-83.437807, 41.814493], [-83.454238, 41.732339]]], [[[-85.508091, 45.730506], [-85.49166, 45.610013], [-85.623106, 45.588105], [-85.568337, 45.75789], [-85.508091, 45.730506]]], [[[-87.589328, 45.095181], [-87.742682, 45.199243], [-87.649574, 45.341643], [-87.885083, 45.363551], [-87.791975, 45.500474], [-87.781021, 45.675736], [-87.989145, 45.796229], [-88.10416, 45.922199], [-88.531362, 46.020784], [-88.662808, 45.987922], [-89.09001, 46.135799], [-90.119674, 46.338446], [-90.229213, 46.508231], [-90.415429, 46.568478], [-90.026566, 46.672539], [-89.851304, 46.793032], [-89.413149, 46.842325], [-89.128348, 46.990202], [-88.996902, 46.995679], [-88.887363, 47.099741], [-88.575177, 47.247618], [-88.416346, 47.373588], [-88.180837, 47.455742], [-87.956283, 47.384542], [-88.350623, 47.077833], [-88.443731, 46.973771], [-88.438254, 46.787555], [-88.246561, 46.929956], [-87.901513, 46.908048], [-87.633143, 46.809463], [-87.392158, 46.535616], [-87.260711, 46.486323], [-87.008772, 46.530139], [-86.948526, 46.469893], [-86.696587, 46.437031], [-86.159846, 46.667063], [-85.880522, 46.68897], [-85.508091, 46.678016], [-85.256151, 46.754694], [-85.064458, 46.760171], [-85.02612, 46.480847], [-84.82895, 46.442508], [-84.63178, 46.486323], [-84.549626, 46.4206], [-84.418179, 46.502754], [-84.127902, 46.530139], [-84.122425, 46.179615], [-83.990978, 46.031737], [-83.793808, 45.993399], [-83.7719, 46.091984], [-83.580208, 46.091984], [-83.476146, 45.987922], [-83.563777, 45.911245], [-84.111471, 45.976968], [-84.374364, 45.933153], [-84.659165, 46.053645], [-84.741319, 45.944106], [-84.70298, 45.850998], [-84.82895, 45.872906], [-85.015166, 46.00983], [-85.338305, 46.091984], [-85.502614, 46.097461], [-85.661445, 45.966014], [-85.924338, 45.933153], [-86.209139, 45.960537], [-86.324155, 45.905768], [-86.351539, 45.796229], [-86.663725, 45.703121], [-86.647294, 45.834568], [-86.784218, 45.861952], [-86.838987, 45.725029], [-87.069019, 45.719552], [-87.17308, 45.659305], [-87.326435, 45.423797], [-87.611236, 45.122565], [-87.589328, 45.095181]]], [[[-88.805209, 47.976051], [-89.057148, 47.850082], [-89.188594, 47.833651], [-89.177641, 47.937713], [-88.547792, 48.173221], [-88.668285, 48.008913], [-88.805209, 47.976051]]]]}, "bbox": [-90.415429, 41.694001, -82.413619, 48.173221]}, {"id": "22", "type": "Feature", "properties": {"id": "MN", "name": "Minnesota"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-92.014696, 46.705401], [-92.091373, 46.749217], [-92.29402, 46.667063], [-92.29402, 46.075553], [-92.354266, 46.015307], [-92.639067, 45.933153], [-92.869098, 45.719552], [-92.885529, 45.577151], [-92.770513, 45.566198], [-92.644544, 45.440228], [-92.75956, 45.286874], [-92.737652, 45.117088], [-92.808852, 44.750133], [-92.545959, 44.569394], [-92.337835, 44.552964], [-92.233773, 44.443425], [-91.927065, 44.333886], [-91.877772, 44.202439], [-91.592971, 44.032654], [-91.43414, 43.994316], [-91.242447, 43.775238], [-91.269832, 43.616407], [-91.215062, 43.501391], [-91.368417, 43.501391], [-96.451017, 43.501391], [-96.451017, 45.297827], [-96.681049, 45.412843], [-96.856311, 45.604536], [-96.582464, 45.818137], [-96.560556, 45.933153], [-96.598895, 46.332969], [-96.719387, 46.437031], [-96.801542, 46.656109], [-96.785111, 46.924479], [-96.823449, 46.968294], [-96.856311, 47.609096], [-97.053481, 47.948667], [-97.130158, 48.140359], [-97.16302, 48.545653], [-97.097296, 48.682577], [-97.228743, 49.000239], [-95.152983, 49.000239], [-95.152983, 49.383625], [-94.955813, 49.372671], [-94.824366, 49.295994], [-94.69292, 48.775685], [-94.588858, 48.715438], [-94.260241, 48.699007], [-94.221903, 48.649715], [-93.838517, 48.627807], [-93.794701, 48.518268], [-93.466085, 48.545653], [-93.466085, 48.589469], [-93.208669, 48.644238], [-92.984114, 48.62233], [-92.726698, 48.540176], [-92.655498, 48.436114], [-92.50762, 48.447068], [-92.370697, 48.222514], [-92.304974, 48.315622], [-92.053034, 48.359437], [-92.009219, 48.266329], [-91.713464, 48.200606], [-91.713464, 48.112975], [-91.565587, 48.041775], [-91.264355, 48.080113], [-91.083616, 48.178698], [-90.837154, 48.238944], [-90.749522, 48.091067], [-90.579737, 48.123929], [-90.377091, 48.091067], [-90.141582, 48.112975], [-89.873212, 47.987005], [-89.615796, 48.008913], [-89.637704, 47.954144], [-89.971797, 47.828174], [-90.437337, 47.729589], [-90.738569, 47.625527], [-91.171247, 47.368111], [-91.357463, 47.20928], [-91.642264, 47.028541], [-92.091373, 46.787555], [-92.014696, 46.705401]]]]}, "bbox": [-97.228743, 43.501391, -89.615796, 49.383625]}, {"id": "23", "type": "Feature", "properties": {"id": "MS", "name": "Mississippi"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-88.471115, 34.995703], [-88.202745, 34.995703], [-88.098683, 34.891641], [-88.241084, 33.796253], [-88.471115, 31.895754], [-88.394438, 30.367688], [-88.503977, 30.323872], [-88.744962, 30.34578], [-88.843547, 30.411504], [-89.084533, 30.367688], [-89.418626, 30.252672], [-89.522688, 30.181472], [-89.643181, 30.285534], [-89.681519, 30.449842], [-89.845827, 30.66892], [-89.747242, 30.997536], [-91.636787, 30.997536], [-91.565587, 31.068736], [-91.636787, 31.265906], [-91.516294, 31.27686], [-91.499863, 31.643815], [-91.401278, 31.621907], [-91.341032, 31.846462], [-91.105524, 31.988862], [-90.985031, 32.218894], [-91.006939, 32.514649], [-91.154816, 32.640618], [-91.143862, 32.843265], [-91.072662, 32.887081], [-91.16577, 33.002096], [-91.089093, 33.13902], [-91.143862, 33.347144], [-91.056231, 33.429298], [-91.231493, 33.560744], [-91.072662, 33.867453], [-90.891923, 34.026284], [-90.952169, 34.135823], [-90.744046, 34.300131], [-90.749522, 34.365854], [-90.568783, 34.420624], [-90.585214, 34.617794], [-90.481152, 34.661609], [-90.409952, 34.831394], [-90.251121, 34.908072], [-90.311367, 34.995703], [-88.471115, 34.995703]]]]}, "bbox": [-91.636787, 30.181472, -88.098683, 34.995703]}, {"id": "24", "type": "Feature", "properties": {"id": "MO", "name": "Missouri"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-91.833957, 40.609566], [-91.729895, 40.615043], [-91.527248, 40.412397], [-91.417709, 40.379535], [-91.50534, 40.237135], [-91.494386, 40.034488], [-91.368417, 39.727779], [-91.061708, 39.470363], [-90.727615, 39.256762], [-90.661891, 38.928146], [-90.585214, 38.867899], [-90.470199, 38.961007], [-90.251121, 38.917192], [-90.10872, 38.845992], [-90.207305, 38.725499], [-90.179921, 38.632391], [-90.349706, 38.374975], [-90.355183, 38.216144], [-90.059428, 38.013497], [-89.949889, 37.88205], [-89.84035, 37.903958], [-89.517211, 37.690357], [-89.517211, 37.537003], [-89.435057, 37.34531], [-89.517211, 37.279587], [-89.292656, 36.994786], [-89.133825, 36.983832], [-89.215979, 36.578538], [-89.363857, 36.622354], [-89.418626, 36.496384], [-89.484349, 36.496384], [-89.539119, 36.496384], [-89.533642, 36.249922], [-89.730812, 35.997983], [-90.377091, 35.997983], [-90.218259, 36.184199], [-90.064905, 36.304691], [-90.152536, 36.496384], [-94.473842, 36.501861], [-94.616242, 36.501861], [-94.616242, 37.000263], [-94.610765, 39.158177], [-94.824366, 39.20747], [-94.983197, 39.442978], [-95.109167, 39.541563], [-94.884612, 39.831841], [-95.207752, 39.908518], [-95.306337, 40.001626], [-95.552799, 40.264519], [-95.7664, 40.587659], [-94.632673, 40.571228], [-93.257961, 40.582182], [-91.833957, 40.609566]]]]}, "bbox": [-95.7664, 35.997983, -89.133825, 40.615043]}, {"id": "25", "type": "Feature", "properties": {"id": "MT", "name": "Montana"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-104.047534, 49.000239], [-104.042057, 47.861036], [-104.047534, 45.944106], [-104.042057, 44.996596], [-104.058488, 44.996596], [-105.91517, 45.002073], [-109.080842, 45.002073], [-111.05254, 45.002073], [-111.047063, 44.476286], [-111.227803, 44.580348], [-111.386634, 44.75561], [-111.616665, 44.547487], [-111.819312, 44.509148], [-111.868605, 44.563917], [-112.104113, 44.520102], [-112.241036, 44.569394], [-112.471068, 44.481763], [-112.783254, 44.48724], [-112.887315, 44.394132], [-113.002331, 44.448902], [-113.133778, 44.772041], [-113.341901, 44.782995], [-113.456917, 44.865149], [-113.45144, 45.056842], [-113.571933, 45.128042], [-113.736241, 45.330689], [-113.834826, 45.522382], [-113.807441, 45.604536], [-113.98818, 45.703121], [-114.086765, 45.593582], [-114.333228, 45.456659], [-114.546828, 45.560721], [-114.497536, 45.670259], [-114.568736, 45.774321], [-114.387997, 45.88386], [-114.492059, 46.037214], [-114.464674, 46.272723], [-114.322274, 46.645155], [-114.612552, 46.639678], [-114.623506, 46.705401], [-114.886399, 46.809463], [-114.930214, 46.919002], [-115.302646, 47.187372], [-115.324554, 47.258572], [-115.527201, 47.302388], [-115.718894, 47.42288], [-115.724371, 47.696727], [-116.04751, 47.976051], [-116.04751, 49.000239], [-111.50165, 48.994762], [-109.453274, 49.000239], [-104.047534, 49.000239]]]]}, "bbox": [-116.04751, 44.394132, -104.042057, 49.000239]}, {"id": "26", "type": "Feature", "properties": {"id": "NE", "name": "Nebraska"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-103.324578, 43.002989], [-101.626726, 42.997512], [-98.499393, 42.997512], [-98.466531, 42.94822], [-97.951699, 42.767481], [-97.831206, 42.866066], [-97.688806, 42.844158], [-97.217789, 42.844158], [-96.692003, 42.657942], [-96.626279, 42.515542], [-96.44554, 42.488157], [-96.264801, 42.039048], [-96.127878, 41.973325], [-96.062155, 41.798063], [-96.122401, 41.67757], [-96.095016, 41.540646], [-95.919754, 41.453015], [-95.925231, 41.201076], [-95.826646, 40.976521], [-95.881416, 40.719105], [-95.7664, 40.587659], [-95.552799, 40.264519], [-95.306337, 40.001626], [-101.90605, 40.001626], [-102.053927, 40.001626], [-102.053927, 41.003906], [-104.053011, 41.003906], [-104.053011, 43.002989], [-103.324578, 43.002989]]]]}, "bbox": [-104.053011, 40.001626, -95.306337, 43.002989]}, {"id": "27", "type": "Feature", "properties": {"id": "NV", "name": "Nevada"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-117.027882, 42.000709], [-114.04295, 41.995232], [-114.048427, 37.000263], [-114.048427, 36.195153], [-114.152489, 36.025367], [-114.251074, 36.01989], [-114.371566, 36.140383], [-114.738521, 36.102045], [-114.678275, 35.516012], [-114.596121, 35.324319], [-114.574213, 35.138103], [-114.634459, 35.00118], [-115.85034, 35.970598], [-116.540435, 36.501861], [-117.498899, 37.21934], [-118.71478, 38.101128], [-120.001861, 38.999346], [-119.996384, 40.264519], [-120.001861, 41.995232], [-118.698349, 41.989755], [-117.027882, 42.000709]]]]}, "bbox": [-120.001861, 35.00118, -114.04295, 42.000709]}, {"id": "28", "type": "Feature", "properties": {"id": "NH", "name": "New Hampshire"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-71.08183, 45.303304], [-71.032537, 44.657025], [-70.966814, 43.34256], [-70.807983, 43.227544], [-70.824413, 43.128959], [-70.703921, 43.057759], [-70.818936, 42.871543], [-70.917521, 42.887974], [-71.185891, 42.789389], [-71.29543, 42.696281], [-72.456542, 42.729142], [-72.544173, 42.80582], [-72.533219, 42.953697], [-72.445588, 43.008466], [-72.456542, 43.150867], [-72.379864, 43.572591], [-72.204602, 43.769761], [-72.116971, 43.994316], [-72.02934, 44.07647], [-72.034817, 44.322932], [-71.700724, 44.41604], [-71.536416, 44.585825], [-71.629524, 44.750133], [-71.4926, 44.914442], [-71.503554, 45.013027], [-71.361154, 45.270443], [-71.131122, 45.243058], [-71.08183, 45.303304]]]]}, "bbox": [-72.544173, 42.696281, -70.703921, 45.303304]}, {"id": "29", "type": "Feature", "properties": {"id": "NJ", "name": "New Jersey"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-74.236547, 41.14083], [-73.902454, 40.998429], [-74.022947, 40.708151], [-74.187255, 40.642428], [-74.274886, 40.489074], [-74.001039, 40.412397], [-73.979131, 40.297381], [-74.099624, 39.760641], [-74.411809, 39.360824], [-74.614456, 39.245808], [-74.795195, 38.993869], [-74.888303, 39.158177], [-75.178581, 39.240331], [-75.534582, 39.459409], [-75.55649, 39.607286], [-75.561967, 39.629194], [-75.507197, 39.683964], [-75.414089, 39.804456], [-75.145719, 39.88661], [-75.129289, 39.963288], [-74.82258, 40.127596], [-74.773287, 40.215227], [-75.058088, 40.417874], [-75.069042, 40.543843], [-75.195012, 40.576705], [-75.205966, 40.691721], [-75.052611, 40.866983], [-75.134765, 40.971045], [-74.882826, 41.179168], [-74.828057, 41.288707], [-74.69661, 41.359907], [-74.236547, 41.14083]]]]}, "bbox": [-75.561967, 38.993869, -73.902454, 41.359907]}, {"id": "30", "type": "Feature", "properties": {"id": "NM", "name": "New Mexico"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-107.421329, 37.000263], [-106.868158, 36.994786], [-104.337812, 36.994786], [-103.001438, 37.000263], [-103.001438, 36.501861], [-103.039777, 36.501861], [-103.045254, 34.01533], [-103.067161, 33.002096], [-103.067161, 31.999816], [-106.616219, 31.999816], [-106.643603, 31.901231], [-106.528588, 31.786216], [-108.210008, 31.786216], [-108.210008, 31.331629], [-109.04798, 31.331629], [-109.042503, 37.000263], [-107.421329, 37.000263]]]]}, "bbox": [-109.04798, 31.331629, -103.001438, 37.000263]}, {"id": "31", "type": "Feature", "properties": {"id": "NY", "name": "New York"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-73.343806, 45.013027], [-73.332852, 44.804903], [-73.387622, 44.618687], [-73.294514, 44.437948], [-73.321898, 44.246255], [-73.436914, 44.043608], [-73.349283, 43.769761], [-73.404052, 43.687607], [-73.245221, 43.523299], [-73.278083, 42.833204], [-73.267129, 42.745573], [-73.508114, 42.08834], [-73.486206, 42.050002], [-73.55193, 41.294184], [-73.48073, 41.21203], [-73.727192, 41.102491], [-73.655992, 40.987475], [-73.22879, 40.905321], [-73.141159, 40.965568], [-72.774204, 40.965568], [-72.587988, 40.998429], [-72.28128, 41.157261], [-72.259372, 41.042245], [-72.100541, 40.992952], [-72.467496, 40.845075], [-73.239744, 40.625997], [-73.562884, 40.582182], [-73.776484, 40.593136], [-73.935316, 40.543843], [-74.022947, 40.708151], [-73.902454, 40.998429], [-74.236547, 41.14083], [-74.69661, 41.359907], [-74.740426, 41.431108], [-74.89378, 41.436584], [-75.074519, 41.60637], [-75.052611, 41.754247], [-75.173104, 41.869263], [-75.249781, 41.863786], [-75.35932, 42.000709], [-79.76278, 42.000709], [-79.76278, 42.252649], [-79.76278, 42.269079], [-79.149363, 42.55388], [-79.050778, 42.690804], [-78.853608, 42.783912], [-78.930285, 42.953697], [-79.012439, 42.986559], [-79.072686, 43.260406], [-78.486653, 43.375421], [-77.966344, 43.369944], [-77.75822, 43.34256], [-77.533665, 43.233021], [-77.391265, 43.276836], [-76.958587, 43.271359], [-76.695693, 43.34256], [-76.41637, 43.523299], [-76.235631, 43.528776], [-76.230154, 43.802623], [-76.137046, 43.961454], [-76.3616, 44.070993], [-76.312308, 44.196962], [-75.912491, 44.366748], [-75.764614, 44.514625], [-75.282643, 44.848718], [-74.828057, 45.018503], [-74.148916, 44.991119], [-73.343806, 45.013027]]]]}, "bbox": [-79.76278, 40.543843, -72.100541, 45.018503]}, {"id": "32", "type": "Feature", "properties": {"id": "NC", "name": "North Carolina"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-80.978661, 36.562108], [-80.294043, 36.545677], [-79.510841, 36.5402], [-75.868676, 36.551154], [-75.75366, 36.151337], [-76.032984, 36.189676], [-76.071322, 36.140383], [-76.410893, 36.080137], [-76.460185, 36.025367], [-76.68474, 36.008937], [-76.673786, 35.937736], [-76.399939, 35.987029], [-76.3616, 35.943213], [-76.060368, 35.992506], [-75.961783, 35.899398], [-75.781044, 35.937736], [-75.715321, 35.696751], [-75.775568, 35.581735], [-75.89606, 35.570781], [-76.147999, 35.324319], [-76.482093, 35.313365], [-76.536862, 35.14358], [-76.394462, 34.973795], [-76.279446, 34.940933], [-76.493047, 34.661609], [-76.673786, 34.694471], [-76.991448, 34.667086], [-77.210526, 34.60684], [-77.555573, 34.415147], [-77.82942, 34.163208], [-77.971821, 33.845545], [-78.179944, 33.916745], [-78.541422, 33.851022], [-79.675149, 34.80401], [-80.797922, 34.820441], [-80.781491, 34.935456], [-80.934845, 35.105241], [-81.038907, 35.044995], [-81.044384, 35.149057], [-82.276696, 35.198349], [-82.550543, 35.160011], [-82.764143, 35.066903], [-83.109191, 35.00118], [-83.618546, 34.984749], [-84.319594, 34.990226], [-84.29221, 35.225734], [-84.09504, 35.247642], [-84.018363, 35.41195], [-83.7719, 35.559827], [-83.498053, 35.565304], [-83.251591, 35.718659], [-82.994175, 35.773428], [-82.775097, 35.997983], [-82.638174, 36.063706], [-82.610789, 35.965121], [-82.216449, 36.156814], [-82.03571, 36.118475], [-81.909741, 36.304691], [-81.723525, 36.353984], [-81.679709, 36.589492], [-80.978661, 36.562108]]]]}, "bbox": [-84.319594, 33.845545, -75.715321, 36.589492]}, {"id": "33", "type": "Feature", "properties": {"id": "ND", "name": "North Dakota"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-97.228743, 49.000239], [-97.097296, 48.682577], [-97.16302, 48.545653], [-97.130158, 48.140359], [-97.053481, 47.948667], [-96.856311, 47.609096], [-96.823449, 46.968294], [-96.785111, 46.924479], [-96.801542, 46.656109], [-96.719387, 46.437031], [-96.598895, 46.332969], [-96.560556, 45.933153], [-104.047534, 45.944106], [-104.042057, 47.861036], [-104.047534, 49.000239], [-97.228743, 49.000239]]]]}, "bbox": [-104.047534, 45.933153, -96.560556, 49.000239]}, {"id": "34", "type": "Feature", "properties": {"id": "OH", "name": "Ohio"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-80.518598, 41.978802], [-80.518598, 40.636951], [-80.666475, 40.582182], [-80.595275, 40.472643], [-80.600752, 40.319289], [-80.737675, 40.078303], [-80.830783, 39.711348], [-81.219646, 39.388209], [-81.345616, 39.344393], [-81.455155, 39.410117], [-81.57017, 39.267716], [-81.685186, 39.273193], [-81.811156, 39.0815], [-81.783771, 38.966484], [-81.887833, 38.873376], [-82.03571, 39.026731], [-82.221926, 38.785745], [-82.172634, 38.632391], [-82.293127, 38.577622], [-82.331465, 38.446175], [-82.594358, 38.424267], [-82.731282, 38.561191], [-82.846298, 38.588575], [-82.890113, 38.758361], [-83.032514, 38.725499], [-83.142052, 38.626914], [-83.519961, 38.703591], [-83.678792, 38.632391], [-83.903347, 38.769315], [-84.215533, 38.807653], [-84.231963, 38.895284], [-84.43461, 39.103408], [-84.817996, 39.103408], [-84.801565, 40.500028], [-84.807042, 41.694001], [-83.454238, 41.732339], [-83.065375, 41.595416], [-82.933929, 41.513262], [-82.835344, 41.589939], [-82.616266, 41.431108], [-82.479343, 41.381815], [-82.013803, 41.513262], [-81.739956, 41.485877], [-81.444201, 41.672093], [-81.011523, 41.852832], [-80.518598, 41.978802], [-80.518598, 41.978802]]]]}, "bbox": [-84.817996, 38.424267, -80.518598, 41.978802]}, {"id": "35", "type": "Feature", "properties": {"id": "OK", "name": "Oklahoma"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-100.087706, 37.000263], [-94.616242, 37.000263], [-94.616242, 36.501861], [-94.430026, 35.395519], [-94.484796, 33.637421], [-94.868182, 33.74696], [-94.966767, 33.861976], [-95.224183, 33.960561], [-95.289906, 33.87293], [-95.547322, 33.878407], [-95.602092, 33.933176], [-95.8376, 33.834591], [-95.936185, 33.889361], [-96.149786, 33.840068], [-96.346956, 33.686714], [-96.423633, 33.774345], [-96.631756, 33.845545], [-96.850834, 33.845545], [-96.922034, 33.960561], [-97.173974, 33.736006], [-97.256128, 33.861976], [-97.371143, 33.823637], [-97.458774, 33.905791], [-97.694283, 33.982469], [-97.869545, 33.851022], [-97.946222, 33.987946], [-98.088623, 34.004376], [-98.170777, 34.113915], [-98.36247, 34.157731], [-98.488439, 34.064623], [-98.570593, 34.146777], [-98.767763, 34.135823], [-98.986841, 34.223454], [-99.189488, 34.2125], [-99.260688, 34.404193], [-99.57835, 34.415147], [-99.698843, 34.382285], [-99.923398, 34.573978], [-100.000075, 34.563024], [-100.000075, 36.501861], [-101.812942, 36.501861], [-103.001438, 36.501861], [-103.001438, 37.000263], [-102.042974, 36.994786], [-100.087706, 37.000263]]]]}, "bbox": [-103.001438, 33.637421, -94.430026, 37.000263]}, {"id": "36", "type": "Feature", "properties": {"id": "OR", "name": "Oregon"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-123.211348, 46.174138], [-123.11824, 46.185092], [-122.904639, 46.08103], [-122.811531, 45.960537], [-122.762239, 45.659305], [-122.247407, 45.549767], [-121.809251, 45.708598], [-121.535404, 45.725029], [-121.217742, 45.670259], [-121.18488, 45.604536], [-120.637186, 45.746937], [-120.505739, 45.697644], [-120.209985, 45.725029], [-119.963522, 45.823614], [-119.525367, 45.911245], [-119.125551, 45.933153], [-118.988627, 45.998876], [-116.918344, 45.993399], [-116.78142, 45.823614], [-116.545912, 45.752413], [-116.463758, 45.61549], [-116.671881, 45.319735], [-116.732128, 45.144473], [-116.847143, 45.02398], [-116.830713, 44.930872], [-116.934774, 44.782995], [-117.038836, 44.750133], [-117.241483, 44.394132], [-117.170283, 44.257209], [-116.97859, 44.240778], [-116.896436, 44.158624], [-117.027882, 43.830007], [-117.027882, 42.000709], [-118.698349, 41.989755], [-120.001861, 41.995232], [-121.037003, 41.995232], [-122.378853, 42.011663], [-123.233256, 42.006186], [-124.213628, 42.000709], [-124.356029, 42.115725], [-124.432706, 42.438865], [-124.416275, 42.663419], [-124.553198, 42.838681], [-124.454613, 43.002989], [-124.383413, 43.271359], [-124.235536, 43.55616], [-124.169813, 43.8081], [-124.060274, 44.657025], [-124.076705, 44.772041], [-123.97812, 45.144473], [-123.939781, 45.659305], [-123.994551, 45.944106], [-123.945258, 46.113892], [-123.545441, 46.261769], [-123.370179, 46.146753], [-123.211348, 46.174138]]]]}, "bbox": [-124.553198, 41.989755, -116.463758, 46.261769]}, {"id": "37", "type": "Feature", "properties": {"id": "PA", "name": "Pennsylvania"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-79.76278, 42.252649], [-79.76278, 42.000709], [-75.35932, 42.000709], [-75.249781, 41.863786], [-75.173104, 41.869263], [-75.052611, 41.754247], [-75.074519, 41.60637], [-74.89378, 41.436584], [-74.740426, 41.431108], [-74.69661, 41.359907], [-74.828057, 41.288707], [-74.882826, 41.179168], [-75.134765, 40.971045], [-75.052611, 40.866983], [-75.205966, 40.691721], [-75.195012, 40.576705], [-75.069042, 40.543843], [-75.058088, 40.417874], [-74.773287, 40.215227], [-74.82258, 40.127596], [-75.129289, 39.963288], [-75.145719, 39.88661], [-75.414089, 39.804456], [-75.616736, 39.831841], [-75.786521, 39.722302], [-79.477979, 39.722302], [-80.518598, 39.722302], [-80.518598, 40.636951], [-80.518598, 41.978802], [-80.518598, 41.978802], [-80.332382, 42.033571], [-79.76278, 42.269079], [-79.76278, 42.252649]]]]}, "bbox": [-80.518598, 39.722302, -74.69661, 42.269079]}, {"id": "38", "type": "Feature", "properties": {"id": "RI", "name": "Rhode Island"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-71.196845, 41.67757], [-71.120168, 41.496831], [-71.317338, 41.474923], [-71.196845, 41.67757]]], [[[-71.530939, 42.01714], [-71.383061, 42.01714], [-71.328292, 41.781632], [-71.22423, 41.710431], [-71.344723, 41.726862], [-71.448785, 41.578985], [-71.481646, 41.370861], [-71.859555, 41.321569], [-71.799309, 41.414677], [-71.799309, 42.006186], [-71.530939, 42.01714]]]]}, "bbox": [-71.859555, 41.321569, -71.120168, 42.01714]}, {"id": "39", "type": "Feature", "properties": {"id": "SC", "name": "South Carolina"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-82.764143, 35.066903], [-82.550543, 35.160011], [-82.276696, 35.198349], [-81.044384, 35.149057], [-81.038907, 35.044995], [-80.934845, 35.105241], [-80.781491, 34.935456], [-80.797922, 34.820441], [-79.675149, 34.80401], [-78.541422, 33.851022], [-78.716684, 33.80173], [-78.935762, 33.637421], [-79.149363, 33.380005], [-79.187701, 33.171881], [-79.357487, 33.007573], [-79.582041, 33.007573], [-79.631334, 32.887081], [-79.866842, 32.755634], [-79.998289, 32.613234], [-80.206412, 32.552987], [-80.430967, 32.399633], [-80.452875, 32.328433], [-80.660998, 32.246279], [-80.885553, 32.032678], [-81.115584, 32.120309], [-81.121061, 32.290094], [-81.279893, 32.558464], [-81.416816, 32.629664], [-81.42777, 32.843265], [-81.493493, 33.007573], [-81.761863, 33.160928], [-81.937125, 33.347144], [-81.926172, 33.462159], [-82.194542, 33.631944], [-82.325988, 33.81816], [-82.55602, 33.94413], [-82.714851, 34.152254], [-82.747713, 34.26727], [-82.901067, 34.486347], [-83.005129, 34.469916], [-83.339222, 34.683517], [-83.322791, 34.787579], [-83.109191, 35.00118], [-82.764143, 35.066903]]]]}, "bbox": [-83.339222, 32.032678, -78.541422, 35.198349]}, {"id": "40", "type": "Feature", "properties": {"id": "SD", "name": "South Dakota"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-104.047534, 45.944106], [-96.560556, 45.933153], [-96.582464, 45.818137], [-96.856311, 45.604536], [-96.681049, 45.412843], [-96.451017, 45.297827], [-96.451017, 43.501391], [-96.582464, 43.479483], [-96.527695, 43.397329], [-96.560556, 43.222067], [-96.434587, 43.123482], [-96.511264, 43.052282], [-96.544125, 42.855112], [-96.631756, 42.707235], [-96.44554, 42.488157], [-96.626279, 42.515542], [-96.692003, 42.657942], [-97.217789, 42.844158], [-97.688806, 42.844158], [-97.831206, 42.866066], [-97.951699, 42.767481], [-98.466531, 42.94822], [-98.499393, 42.997512], [-101.626726, 42.997512], [-103.324578, 43.002989], [-104.053011, 43.002989], [-104.058488, 44.996596], [-104.042057, 44.996596], [-104.047534, 45.944106]]]]}, "bbox": [-104.058488, 42.488157, -96.434587, 45.944106]}, {"id": "41", "type": "Feature", "properties": {"id": "TN", "name": "Tennessee"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-88.054868, 36.496384], [-88.071299, 36.677123], [-87.852221, 36.633308], [-86.592525, 36.655216], [-85.486183, 36.616877], [-85.289013, 36.627831], [-84.544149, 36.594969], [-83.689746, 36.584015], [-83.673316, 36.600446], [-81.679709, 36.589492], [-81.723525, 36.353984], [-81.909741, 36.304691], [-82.03571, 36.118475], [-82.216449, 36.156814], [-82.610789, 35.965121], [-82.638174, 36.063706], [-82.775097, 35.997983], [-82.994175, 35.773428], [-83.251591, 35.718659], [-83.498053, 35.565304], [-83.7719, 35.559827], [-84.018363, 35.41195], [-84.09504, 35.247642], [-84.29221, 35.225734], [-84.319594, 34.990226], [-85.606675, 34.984749], [-87.359296, 35.00118], [-88.202745, 34.995703], [-88.471115, 34.995703], [-90.311367, 34.995703], [-90.212782, 35.023087], [-90.114197, 35.198349], [-90.130628, 35.439335], [-89.944412, 35.603643], [-89.911551, 35.756997], [-89.763673, 35.811767], [-89.730812, 35.997983], [-89.533642, 36.249922], [-89.539119, 36.496384], [-89.484349, 36.496384], [-89.418626, 36.496384], [-89.298133, 36.507338], [-88.054868, 36.496384]]]]}, "bbox": [-90.311367, 34.984749, -81.679709, 36.677123]}, {"id": "42", "type": "Feature", "properties": {"id": "TX", "name": "Texas"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-101.812942, 36.501861], [-100.000075, 36.501861], [-100.000075, 34.563024], [-99.923398, 34.573978], [-99.698843, 34.382285], [-99.57835, 34.415147], [-99.260688, 34.404193], [-99.189488, 34.2125], [-98.986841, 34.223454], [-98.767763, 34.135823], [-98.570593, 34.146777], [-98.488439, 34.064623], [-98.36247, 34.157731], [-98.170777, 34.113915], [-98.088623, 34.004376], [-97.946222, 33.987946], [-97.869545, 33.851022], [-97.694283, 33.982469], [-97.458774, 33.905791], [-97.371143, 33.823637], [-97.256128, 33.861976], [-97.173974, 33.736006], [-96.922034, 33.960561], [-96.850834, 33.845545], [-96.631756, 33.845545], [-96.423633, 33.774345], [-96.346956, 33.686714], [-96.149786, 33.840068], [-95.936185, 33.889361], [-95.8376, 33.834591], [-95.602092, 33.933176], [-95.547322, 33.878407], [-95.289906, 33.87293], [-95.224183, 33.960561], [-94.966767, 33.861976], [-94.868182, 33.74696], [-94.484796, 33.637421], [-94.380734, 33.544313], [-94.183564, 33.593606], [-94.041164, 33.54979], [-94.041164, 33.018527], [-94.041164, 31.994339], [-93.822086, 31.775262], [-93.816609, 31.556184], [-93.542762, 31.15089], [-93.526331, 30.93729], [-93.630393, 30.679874], [-93.728978, 30.575812], [-93.696116, 30.438888], [-93.767317, 30.334826], [-93.690639, 30.143133], [-93.926148, 29.787132], [-93.838517, 29.688547], [-94.002825, 29.68307], [-94.523134, 29.546147], [-94.70935, 29.622824], [-94.742212, 29.787132], [-94.873659, 29.672117], [-94.966767, 29.699501], [-95.016059, 29.557101], [-94.911997, 29.496854], [-94.895566, 29.310638], [-95.081782, 29.113469], [-95.383014, 28.867006], [-95.985477, 28.604113], [-96.045724, 28.647929], [-96.226463, 28.582205], [-96.23194, 28.642452], [-96.478402, 28.598636], [-96.593418, 28.724606], [-96.664618, 28.697221], [-96.401725, 28.439805], [-96.593418, 28.357651], [-96.774157, 28.406943], [-96.801542, 28.226204], [-97.026096, 28.039988], [-97.256128, 27.694941], [-97.404005, 27.333463], [-97.513544, 27.360848], [-97.540929, 27.229401], [-97.425913, 27.262263], [-97.480682, 26.99937], [-97.557359, 26.988416], [-97.562836, 26.840538], [-97.469728, 26.758384], [-97.442344, 26.457153], [-97.332805, 26.353091], [-97.30542, 26.161398], [-97.217789, 25.991613], [-97.524498, 25.887551], [-97.650467, 26.018997], [-97.885976, 26.06829], [-98.198161, 26.057336], [-98.466531, 26.221644], [-98.669178, 26.238075], [-98.822533, 26.369522], [-99.030656, 26.413337], [-99.173057, 26.539307], [-99.266165, 26.840538], [-99.446904, 27.021277], [-99.424996, 27.174632], [-99.50715, 27.33894], [-99.479765, 27.48134], [-99.605735, 27.640172], [-99.709797, 27.656603], [-99.879582, 27.799003], [-99.934351, 27.979742], [-100.082229, 28.14405], [-100.29583, 28.280974], [-100.399891, 28.582205], [-100.498476, 28.66436], [-100.629923, 28.905345], [-100.673738, 29.102515], [-100.799708, 29.244915], [-101.013309, 29.370885], [-101.062601, 29.458516], [-101.259771, 29.535193], [-101.413125, 29.754271], [-101.851281, 29.803563], [-102.114174, 29.792609], [-102.338728, 29.869286], [-102.388021, 29.765225], [-102.629006, 29.732363], [-102.809745, 29.524239], [-102.919284, 29.190146], [-102.97953, 29.184669], [-103.116454, 28.987499], [-103.280762, 28.982022], [-103.527224, 29.135376], [-104.146119, 29.381839], [-104.266611, 29.513285], [-104.507597, 29.639255], [-104.677382, 29.924056], [-104.688336, 30.181472], [-104.858121, 30.389596], [-104.896459, 30.570335], [-105.005998, 30.685351], [-105.394861, 30.855136], [-105.602985, 31.085167], [-105.77277, 31.167321], [-105.953509, 31.364491], [-106.205448, 31.468553], [-106.38071, 31.731446], [-106.528588, 31.786216], [-106.643603, 31.901231], [-106.616219, 31.999816], [-103.067161, 31.999816], [-103.067161, 33.002096], [-103.045254, 34.01533], [-103.039777, 36.501861], [-103.001438, 36.501861], [-101.812942, 36.501861]]]]}, "bbox": [-106.643603, 25.887551, -93.526331, 36.501861]}, {"id": "43", "type": "Feature", "properties": {"id": "UT", "name": "Utah"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-112.164359, 41.995232], [-111.047063, 42.000709], [-111.047063, 40.998429], [-109.04798, 40.998429], [-109.053457, 39.125316], [-109.058934, 38.27639], [-109.042503, 38.166851], [-109.042503, 37.000263], [-110.499369, 37.00574], [-114.048427, 37.000263], [-114.04295, 41.995232], [-112.164359, 41.995232]]]]}, "bbox": [-114.048427, 37.000263, -109.042503, 42.000709]}, {"id": "44", "type": "Feature", "properties": {"id": "VT", "name": "Vermont"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-71.503554, 45.013027], [-71.4926, 44.914442], [-71.629524, 44.750133], [-71.536416, 44.585825], [-71.700724, 44.41604], [-72.034817, 44.322932], [-72.02934, 44.07647], [-72.116971, 43.994316], [-72.204602, 43.769761], [-72.379864, 43.572591], [-72.456542, 43.150867], [-72.445588, 43.008466], [-72.533219, 42.953697], [-72.544173, 42.80582], [-72.456542, 42.729142], [-73.267129, 42.745573], [-73.278083, 42.833204], [-73.245221, 43.523299], [-73.404052, 43.687607], [-73.349283, 43.769761], [-73.436914, 44.043608], [-73.321898, 44.246255], [-73.294514, 44.437948], [-73.387622, 44.618687], [-73.332852, 44.804903], [-73.343806, 45.013027], [-72.308664, 45.002073], [-71.503554, 45.013027]]]]}, "bbox": [-73.436914, 42.729142, -71.4926, 45.013027]}, {"id": "45", "type": "Feature", "properties": {"id": "VA", "name": "Virginia"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-75.397659, 38.013497], [-75.244304, 38.029928], [-75.375751, 37.860142], [-75.512674, 37.799896], [-75.594828, 37.569865], [-75.802952, 37.197433], [-75.972737, 37.120755], [-76.027507, 37.257679], [-75.939876, 37.564388], [-75.671506, 37.95325], [-75.397659, 38.013497]]], [[[-78.349729, 39.464886], [-77.82942, 39.130793], [-77.719881, 39.322485], [-77.566527, 39.306055], [-77.456988, 39.223901], [-77.456988, 39.076023], [-77.248864, 39.026731], [-77.117418, 38.933623], [-77.040741, 38.791222], [-77.128372, 38.632391], [-77.248864, 38.588575], [-77.325542, 38.446175], [-77.281726, 38.342113], [-77.013356, 38.374975], [-76.964064, 38.216144], [-76.613539, 38.15042], [-76.514954, 38.024451], [-76.235631, 37.887527], [-76.3616, 37.608203], [-76.246584, 37.389126], [-76.383508, 37.285064], [-76.399939, 37.159094], [-76.273969, 37.082417], [-76.410893, 36.961924], [-76.619016, 37.120755], [-76.668309, 37.065986], [-76.48757, 36.95097], [-75.994645, 36.923586], [-75.868676, 36.551154], [-79.510841, 36.5402], [-80.294043, 36.545677], [-80.978661, 36.562108], [-81.679709, 36.589492], [-83.673316, 36.600446], [-83.136575, 36.742847], [-83.070852, 36.852385], [-82.879159, 36.890724], [-82.868205, 36.978355], [-82.720328, 37.044078], [-82.720328, 37.120755], [-82.353373, 37.268633], [-81.969987, 37.537003], [-81.986418, 37.454849], [-81.849494, 37.285064], [-81.679709, 37.20291], [-81.55374, 37.208387], [-81.362047, 37.339833], [-81.225123, 37.235771], [-80.967707, 37.290541], [-80.513121, 37.482234], [-80.474782, 37.421987], [-80.29952, 37.509618], [-80.294043, 37.690357], [-80.184505, 37.849189], [-79.998289, 37.997066], [-79.921611, 38.177805], [-79.724442, 38.364021], [-79.647764, 38.594052], [-79.477979, 38.457129], [-79.313671, 38.413313], [-79.209609, 38.495467], [-78.996008, 38.851469], [-78.870039, 38.763838], [-78.404499, 39.169131], [-78.349729, 39.464886]], [[-76.016553, 37.95325], [-75.994645, 37.95325], [-76.043938, 37.95325], [-76.016553, 37.95325]]]]}, "bbox": [-83.673316, 36.5402, -75.244304, 39.464886]}, {"id": "46", "type": "Feature", "properties": {"id": "WA", "name": "Washington"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-117.033359, 49.000239], [-117.044313, 47.762451], [-117.038836, 46.426077], [-117.055267, 46.343923], [-116.92382, 46.168661], [-116.918344, 45.993399], [-118.988627, 45.998876], [-119.125551, 45.933153], [-119.525367, 45.911245], [-119.963522, 45.823614], [-120.209985, 45.725029], [-120.505739, 45.697644], [-120.637186, 45.746937], [-121.18488, 45.604536], [-121.217742, 45.670259], [-121.535404, 45.725029], [-121.809251, 45.708598], [-122.247407, 45.549767], [-122.762239, 45.659305], [-122.811531, 45.960537], [-122.904639, 46.08103], [-123.11824, 46.185092], [-123.211348, 46.174138], [-123.370179, 46.146753], [-123.545441, 46.261769], [-123.72618, 46.300108], [-123.874058, 46.239861], [-124.065751, 46.327492], [-124.027412, 46.464416], [-123.895966, 46.535616], [-124.098612, 46.74374], [-124.235536, 47.285957], [-124.31769, 47.357157], [-124.427229, 47.740543], [-124.624399, 47.88842], [-124.706553, 48.184175], [-124.597014, 48.381345], [-124.394367, 48.288237], [-123.983597, 48.162267], [-123.704273, 48.167744], [-123.424949, 48.118452], [-123.162056, 48.167744], [-123.036086, 48.080113], [-122.800578, 48.08559], [-122.636269, 47.866512], [-122.515777, 47.882943], [-122.493869, 47.587189], [-122.422669, 47.318818], [-122.324084, 47.346203], [-122.422669, 47.576235], [-122.395284, 47.800789], [-122.230976, 48.030821], [-122.362422, 48.123929], [-122.373376, 48.288237], [-122.471961, 48.468976], [-122.422669, 48.600422], [-122.488392, 48.753777], [-122.647223, 48.775685], [-122.795101, 48.8907], [-122.756762, 49.000239], [-117.033359, 49.000239]]], [[[-122.718423, 48.310145], [-122.586977, 48.35396], [-122.608885, 48.151313], [-122.767716, 48.227991], [-122.718423, 48.310145]]], [[[-123.025132, 48.583992], [-122.915593, 48.715438], [-122.767716, 48.556607], [-122.811531, 48.419683], [-123.041563, 48.458022], [-123.025132, 48.583992]]]]}, "bbox": [-124.706553, 45.549767, -116.918344, 49.000239]}, {"id": "47", "type": "Feature", "properties": {"id": "WV", "name": "West Virginia"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-80.518598, 40.636951], [-80.518598, 39.722302], [-79.477979, 39.722302], [-79.488933, 39.20747], [-79.291763, 39.300578], [-79.094593, 39.470363], [-78.963147, 39.437501], [-78.765977, 39.585379], [-78.470222, 39.514178], [-78.431884, 39.623717], [-78.267575, 39.61824], [-78.174467, 39.694917], [-78.004682, 39.601809], [-77.834897, 39.601809], [-77.719881, 39.322485], [-77.82942, 39.130793], [-78.349729, 39.464886], [-78.404499, 39.169131], [-78.870039, 38.763838], [-78.996008, 38.851469], [-79.209609, 38.495467], [-79.313671, 38.413313], [-79.477979, 38.457129], [-79.647764, 38.594052], [-79.724442, 38.364021], [-79.921611, 38.177805], [-79.998289, 37.997066], [-80.184505, 37.849189], [-80.294043, 37.690357], [-80.29952, 37.509618], [-80.474782, 37.421987], [-80.513121, 37.482234], [-80.967707, 37.290541], [-81.225123, 37.235771], [-81.362047, 37.339833], [-81.55374, 37.208387], [-81.679709, 37.20291], [-81.849494, 37.285064], [-81.986418, 37.454849], [-81.969987, 37.537003], [-82.101434, 37.553434], [-82.293127, 37.668449], [-82.342419, 37.783465], [-82.50125, 37.931343], [-82.621743, 38.123036], [-82.594358, 38.424267], [-82.331465, 38.446175], [-82.293127, 38.577622], [-82.172634, 38.632391], [-82.221926, 38.785745], [-82.03571, 39.026731], [-81.887833, 38.873376], [-81.783771, 38.966484], [-81.811156, 39.0815], [-81.685186, 39.273193], [-81.57017, 39.267716], [-81.455155, 39.410117], [-81.345616, 39.344393], [-81.219646, 39.388209], [-80.830783, 39.711348], [-80.737675, 40.078303], [-80.600752, 40.319289], [-80.595275, 40.472643], [-80.666475, 40.582182], [-80.518598, 40.636951]]]]}, "bbox": [-82.621743, 37.20291, -77.719881, 40.636951]}, {"id": "48", "type": "Feature", "properties": {"id": "WI", "name": "Wisconsin"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-90.415429, 46.568478], [-90.229213, 46.508231], [-90.119674, 46.338446], [-89.09001, 46.135799], [-88.662808, 45.987922], [-88.531362, 46.020784], [-88.10416, 45.922199], [-87.989145, 45.796229], [-87.781021, 45.675736], [-87.791975, 45.500474], [-87.885083, 45.363551], [-87.649574, 45.341643], [-87.742682, 45.199243], [-87.589328, 45.095181], [-87.627666, 44.974688], [-87.819359, 44.95278], [-87.983668, 44.722749], [-88.043914, 44.563917], [-87.928898, 44.536533], [-87.775544, 44.640595], [-87.611236, 44.837764], [-87.403112, 44.914442], [-87.238804, 45.166381], [-87.03068, 45.22115], [-87.047111, 45.089704], [-87.189511, 44.969211], [-87.468835, 44.552964], [-87.545512, 44.322932], [-87.540035, 44.158624], [-87.644097, 44.103854], [-87.737205, 43.8793], [-87.704344, 43.687607], [-87.791975, 43.561637], [-87.912467, 43.249452], [-87.885083, 43.002989], [-87.76459, 42.783912], [-87.802929, 42.493634], [-88.788778, 42.493634], [-90.639984, 42.510065], [-90.711184, 42.636034], [-91.067185, 42.75105], [-91.143862, 42.909881], [-91.176724, 43.134436], [-91.056231, 43.254929], [-91.204109, 43.353514], [-91.215062, 43.501391], [-91.269832, 43.616407], [-91.242447, 43.775238], [-91.43414, 43.994316], [-91.592971, 44.032654], [-91.877772, 44.202439], [-91.927065, 44.333886], [-92.233773, 44.443425], [-92.337835, 44.552964], [-92.545959, 44.569394], [-92.808852, 44.750133], [-92.737652, 45.117088], [-92.75956, 45.286874], [-92.644544, 45.440228], [-92.770513, 45.566198], [-92.885529, 45.577151], [-92.869098, 45.719552], [-92.639067, 45.933153], [-92.354266, 46.015307], [-92.29402, 46.075553], [-92.29402, 46.667063], [-92.091373, 46.749217], [-92.014696, 46.705401], [-91.790141, 46.694447], [-91.09457, 46.864232], [-90.837154, 46.95734], [-90.749522, 46.88614], [-90.886446, 46.754694], [-90.55783, 46.584908], [-90.415429, 46.568478]]]]}, "bbox": [-92.885529, 42.493634, -87.03068, 46.95734]}, {"id": "49", "type": "Feature", "properties": {"id": "WY", "name": "Wyoming"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-109.080842, 45.002073], [-105.91517, 45.002073], [-104.058488, 44.996596], [-104.053011, 43.002989], [-104.053011, 41.003906], [-105.728954, 40.998429], [-107.919731, 41.003906], [-109.04798, 40.998429], [-111.047063, 40.998429], [-111.047063, 42.000709], [-111.047063, 44.476286], [-111.05254, 45.002073], [-109.080842, 45.002073]]]]}, "bbox": [-111.05254, 40.998429, -104.053011, 45.002073]}], "bbox": [-178.123152, 18.948267, 173.304726, 71.351633]}, "type": "geojson"}}, null]], ["addPopup", ["States", null, null]], ["fitBounds", [[-178.123152, 18.948267, 173.304726, 71.351633]]], ["setLayoutProperty", ["States", "visibility", "visible"]], ["setPaintProperty", ["States", "fill-opacity", 0.8]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-100, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "States", "type": "fill", "paint": {"fill-color": "#3388ff", "fill-opacity": 0.8, "fill-outline-color": "#ffffff"}, "source": {"data": {"type": "FeatureCollection", "features": [{"id": "0", "type": "Feature", "properties": {"id": "AL", "name": "Alabama"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-87.359296, 35.00118], [-85.606675, 34.984749], [-85.431413, 34.124869], [-85.184951, 32.859696], [-85.069935, 32.580372], [-84.960397, 32.421541], [-85.004212, 32.322956], [-84.889196, 32.262709], [-85.058981, 32.13674], [-85.053504, 32.01077], [-85.141136, 31.840985], [-85.042551, 31.539753], [-85.113751, 31.27686], [-85.004212, 31.003013], [-85.497137, 30.997536], [-87.600282, 30.997536], [-87.633143, 30.86609], [-87.408589, 30.674397], [-87.446927, 30.510088], [-87.37025, 30.427934], [-87.518128, 30.280057], [-87.655051, 30.247195], [-87.90699, 30.411504], [-87.934375, 30.657966], [-88.011052, 30.685351], [-88.10416, 30.499135], [-88.137022, 30.318396], [-88.394438, 30.367688], [-88.471115, 31.895754], [-88.241084, 33.796253], [-88.098683, 34.891641], [-88.202745, 34.995703], [-87.359296, 35.00118]]]]}, "bbox": [-88.471115, 30.247195, -84.889196, 35.00118]}, {"id": "1", "type": "Feature", "properties": {"id": "AK", "name": "Alaska"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-131.602021, 55.117982], [-131.569159, 55.28229], [-131.355558, 55.183705], [-131.38842, 55.01392], [-131.645836, 55.035827], [-131.602021, 55.117982]]], [[[-131.832052, 55.42469], [-131.645836, 55.304197], [-131.749898, 55.128935], [-131.832052, 55.189182], [-131.832052, 55.42469]]], [[[-132.976733, 56.437924], [-132.735747, 56.459832], [-132.631685, 56.421493], [-132.664547, 56.273616], [-132.878148, 56.240754], [-133.069841, 56.333862], [-132.976733, 56.437924]]], [[[-133.595627, 56.350293], [-133.162949, 56.317431], [-133.05341, 56.125739], [-132.620732, 55.912138], [-132.472854, 55.780691], [-132.4619, 55.671152], [-132.357838, 55.649245], [-132.341408, 55.506844], [-132.166146, 55.364444], [-132.144238, 55.238474], [-132.029222, 55.276813], [-131.97993, 55.178228], [-131.958022, 54.789365], [-132.029222, 54.701734], [-132.308546, 54.718165], [-132.385223, 54.915335], [-132.483808, 54.898904], [-132.686455, 55.046781], [-132.746701, 54.997489], [-132.916486, 55.046781], [-132.889102, 54.898904], [-132.73027, 54.937242], [-132.626209, 54.882473], [-132.675501, 54.679826], [-132.867194, 54.701734], [-133.157472, 54.95915], [-133.239626, 55.090597], [-133.223195, 55.22752], [-133.453227, 55.216566], [-133.453227, 55.320628], [-133.277964, 55.331582], [-133.102702, 55.42469], [-133.17938, 55.588998], [-133.387503, 55.62186], [-133.420365, 55.884753], [-133.497042, 56.0162], [-133.639442, 55.923092], [-133.694212, 56.070969], [-133.546335, 56.142169], [-133.666827, 56.311955], [-133.595627, 56.350293]]], [[[-133.738027, 55.556137], [-133.546335, 55.490413], [-133.414888, 55.572568], [-133.283441, 55.534229], [-133.420365, 55.386352], [-133.633966, 55.430167], [-133.738027, 55.556137]]], [[[-133.907813, 56.930849], [-134.050213, 57.029434], [-133.885905, 57.095157], [-133.343688, 57.002049], [-133.102702, 57.007526], [-132.932917, 56.82131], [-132.620732, 56.667956], [-132.653593, 56.55294], [-132.817901, 56.492694], [-133.042456, 56.520078], [-133.201287, 56.448878], [-133.420365, 56.492694], [-133.66135, 56.448878], [-133.710643, 56.684386], [-133.688735, 56.837741], [-133.869474, 56.843218], [-133.907813, 56.930849]]], [[[-134.115936, 56.48174], [-134.25286, 56.558417], [-134.400737, 56.722725], [-134.417168, 56.848695], [-134.296675, 56.908941], [-134.170706, 56.848695], [-134.143321, 56.952757], [-133.748981, 56.772017], [-133.710643, 56.596755], [-133.847566, 56.574848], [-133.935197, 56.377678], [-133.836612, 56.322908], [-133.957105, 56.092877], [-134.110459, 56.142169], [-134.132367, 55.999769], [-134.230952, 56.070969], [-134.291198, 56.350293], [-134.115936, 56.48174]]], [[[-134.636246, 56.28457], [-134.669107, 56.169554], [-134.806031, 56.235277], [-135.178463, 56.67891], [-135.413971, 56.810356], [-135.331817, 56.914418], [-135.424925, 57.166357], [-135.687818, 57.369004], [-135.419448, 57.566174], [-135.298955, 57.48402], [-135.063447, 57.418296], [-134.849846, 57.407343], [-134.844369, 57.248511], [-134.636246, 56.728202], [-134.636246, 56.28457]]], [[[-134.712923, 58.223407], [-134.373353, 58.14673], [-134.176183, 58.157683], [-134.187137, 58.081006], [-133.902336, 57.807159], [-134.099505, 57.850975], [-134.148798, 57.757867], [-133.935197, 57.615466], [-133.869474, 57.363527], [-134.083075, 57.297804], [-134.154275, 57.210173], [-134.499322, 57.029434], [-134.603384, 57.034911], [-134.6472, 57.226604], [-134.575999, 57.341619], [-134.608861, 57.511404], [-134.729354, 57.719528], [-134.707446, 57.829067], [-134.784123, 58.097437], [-134.91557, 58.212453], [-134.953908, 58.409623], [-134.712923, 58.223407]]], [[[-135.857603, 57.330665], [-135.715203, 57.330665], [-135.567326, 57.149926], [-135.633049, 57.023957], [-135.857603, 56.996572], [-135.824742, 57.193742], [-135.857603, 57.330665]]], [[[-136.279328, 58.206976], [-135.978096, 58.201499], [-135.780926, 58.28913], [-135.496125, 58.168637], [-135.64948, 58.037191], [-135.59471, 57.987898], [-135.45231, 58.135776], [-135.107263, 58.086483], [-134.91557, 57.976944], [-135.025108, 57.779775], [-134.937477, 57.763344], [-134.822462, 57.500451], [-135.085355, 57.462112], [-135.572802, 57.675713], [-135.556372, 57.456635], [-135.709726, 57.369004], [-135.890465, 57.407343], [-136.000004, 57.544266], [-136.208128, 57.637374], [-136.366959, 57.829067], [-136.569606, 57.916698], [-136.558652, 58.075529], [-136.421728, 58.130299], [-136.377913, 58.267222], [-136.279328, 58.206976]]], [[[-147.079854, 60.200582], [-147.501579, 59.948643], [-147.53444, 59.850058], [-147.874011, 59.784335], [-147.80281, 59.937689], [-147.435855, 60.09652], [-147.205824, 60.271782], [-147.079854, 60.200582]]], [[[-147.561825, 60.578491], [-147.616594, 60.370367], [-147.758995, 60.156767], [-147.956165, 60.227967], [-147.791856, 60.474429], [-147.561825, 60.578491]]], [[[-147.786379, 70.245291], [-147.682318, 70.201475], [-147.162008, 70.15766], [-146.888161, 70.185044], [-146.510252, 70.185044], [-146.099482, 70.146706], [-145.858496, 70.168614], [-145.622988, 70.08646], [-145.195787, 69.993352], [-144.620708, 69.971444], [-144.461877, 70.026213], [-144.078491, 70.059075], [-143.914183, 70.130275], [-143.497935, 70.141229], [-143.503412, 70.091936], [-143.25695, 70.119321], [-142.747594, 70.042644], [-142.402547, 69.916674], [-142.079408, 69.856428], [-142.008207, 69.801659], [-141.712453, 69.790705], [-141.433129, 69.697597], [-141.378359, 69.63735], [-141.208574, 69.686643], [-141.00045, 69.648304], [-141.00045, 60.304644], [-140.53491, 60.22249], [-140.474664, 60.310121], [-139.987216, 60.184151], [-139.696939, 60.342983], [-139.088998, 60.359413], [-139.198537, 60.091043], [-139.045183, 59.997935], [-138.700135, 59.910304], [-138.623458, 59.767904], [-137.604747, 59.242118], [-137.445916, 58.908024], [-137.265177, 59.001132], [-136.827022, 59.159963], [-136.580559, 59.16544], [-136.465544, 59.285933], [-136.476498, 59.466672], [-136.301236, 59.466672], [-136.25742, 59.625503], [-135.945234, 59.663842], [-135.479694, 59.800766], [-135.025108, 59.565257], [-135.068924, 59.422857], [-134.959385, 59.280456], [-134.701969, 59.247595], [-134.378829, 59.033994], [-134.400737, 58.973748], [-134.25286, 58.858732], [-133.842089, 58.727285], [-133.173903, 58.152206], [-133.075318, 57.998852], [-132.867194, 57.845498], [-132.560485, 57.505928], [-132.253777, 57.21565], [-132.368792, 57.095157], [-132.05113, 57.051341], [-132.127807, 56.876079], [-131.870391, 56.804879], [-131.837529, 56.602232], [-131.580113, 56.613186], [-131.087188, 56.405062], [-130.78048, 56.366724], [-130.621648, 56.268139], [-130.468294, 56.240754], [-130.424478, 56.142169], [-130.101339, 56.114785], [-130.002754, 55.994292], [-130.150631, 55.769737], [-130.128724, 55.583521], [-129.986323, 55.276813], [-130.095862, 55.200136], [-130.336847, 54.920812], [-130.687372, 54.718165], [-130.785957, 54.822227], [-130.917403, 54.789365], [-131.010511, 54.997489], [-130.983126, 55.08512], [-131.092665, 55.189182], [-130.862634, 55.298721], [-130.928357, 55.337059], [-131.158389, 55.200136], [-131.284358, 55.287767], [-131.426759, 55.238474], [-131.843006, 55.457552], [-131.700606, 55.698537], [-131.963499, 55.616383], [-131.974453, 55.49589], [-132.182576, 55.588998], [-132.226392, 55.704014], [-132.083991, 55.829984], [-132.127807, 55.955953], [-132.324977, 55.851892], [-132.522147, 56.076446], [-132.642639, 56.032631], [-132.719317, 56.218847], [-132.527624, 56.339339], [-132.341408, 56.339339], [-132.396177, 56.487217], [-132.297592, 56.67891], [-132.450946, 56.673433], [-132.768609, 56.837741], [-132.993164, 57.034911], [-133.51895, 57.177311], [-133.507996, 57.577128], [-133.677781, 57.62642], [-133.639442, 57.790728], [-133.814705, 57.834544], [-134.072121, 58.053622], [-134.143321, 58.168637], [-134.586953, 58.206976], [-135.074401, 58.502731], [-135.282525, 59.192825], [-135.38111, 59.033994], [-135.337294, 58.891593], [-135.140124, 58.617746], [-135.189417, 58.573931], [-135.05797, 58.349376], [-135.085355, 58.201499], [-135.277048, 58.234361], [-135.430402, 58.398669], [-135.633049, 58.426053], [-135.91785, 58.382238], [-135.912373, 58.617746], [-136.087635, 58.814916], [-136.246466, 58.75467], [-136.876314, 58.962794], [-136.931084, 58.902547], [-136.586036, 58.836824], [-136.317666, 58.672516], [-136.213604, 58.667039], [-136.180743, 58.535592], [-136.043819, 58.382238], [-136.388867, 58.294607], [-136.591513, 58.349376], [-136.59699, 58.212453], [-136.859883, 58.316515], [-136.947514, 58.393192], [-137.111823, 58.393192], [-137.566409, 58.590362], [-137.900502, 58.765624], [-137.933364, 58.869686], [-138.11958, 59.02304], [-138.634412, 59.132579], [-138.919213, 59.247595], [-139.417615, 59.379041], [-139.746231, 59.505011], [-139.718846, 59.641934], [-139.625738, 59.598119], [-139.5162, 59.68575], [-139.625738, 59.88292], [-139.488815, 59.992458], [-139.554538, 60.041751], [-139.801, 59.833627], [-140.315833, 59.696704], [-140.92925, 59.745996], [-141.444083, 59.871966], [-141.46599, 59.970551], [-141.706976, 59.948643], [-141.964392, 60.019843], [-142.539471, 60.085566], [-142.873564, 60.091043], [-143.623905, 60.036274], [-143.892275, 59.997935], [-144.231845, 60.140336], [-144.65357, 60.206059], [-144.785016, 60.29369], [-144.834309, 60.441568], [-145.124586, 60.430614], [-145.223171, 60.299167], [-145.738004, 60.474429], [-145.820158, 60.551106], [-146.351421, 60.408706], [-146.608837, 60.238921], [-146.718376, 60.397752], [-146.608837, 60.485383], [-146.455483, 60.463475], [-145.951604, 60.578491], [-146.017328, 60.666122], [-146.252836, 60.622307], [-146.345944, 60.737322], [-146.565022, 60.753753], [-146.784099, 61.044031], [-146.866253, 60.972831], [-147.172962, 60.934492], [-147.271547, 60.972831], [-147.375609, 60.879723], [-147.758995, 60.912584], [-147.775426, 60.808523], [-148.032842, 60.781138], [-148.153334, 60.819476], [-148.065703, 61.005692], [-148.175242, 61.000215], [-148.350504, 60.803046], [-148.109519, 60.737322], [-148.087611, 60.594922], [-147.939734, 60.441568], [-148.027365, 60.277259], [-148.219058, 60.332029], [-148.273827, 60.249875], [-148.087611, 60.217013], [-147.983549, 59.997935], [-148.251919, 59.95412], [-148.399797, 59.997935], [-148.635305, 59.937689], [-148.755798, 59.986981], [-149.067984, 59.981505], [-149.05703, 60.063659], [-149.204907, 60.008889], [-149.287061, 59.904827], [-149.418508, 59.997935], [-149.582816, 59.866489], [-149.511616, 59.806242], [-149.741647, 59.729565], [-149.949771, 59.718611], [-150.031925, 59.61455], [-150.25648, 59.521442], [-150.409834, 59.554303], [-150.579619, 59.444764], [-150.716543, 59.450241], [-151.001343, 59.225687], [-151.308052, 59.209256], [-151.406637, 59.280456], [-151.592853, 59.159963], [-151.976239, 59.253071], [-151.888608, 59.422857], [-151.636669, 59.483103], [-151.47236, 59.472149], [-151.423068, 59.537872], [-151.127313, 59.669319], [-151.116359, 59.778858], [-151.505222, 59.63098], [-151.828361, 59.718611], [-151.8667, 59.778858], [-151.702392, 60.030797], [-151.423068, 60.211536], [-151.379252, 60.359413], [-151.297098, 60.386798], [-151.264237, 60.545629], [-151.406637, 60.720892], [-151.06159, 60.786615], [-150.404357, 61.038554], [-150.245526, 60.939969], [-150.042879, 60.912584], [-149.741647, 61.016646], [-150.075741, 61.15357], [-150.207187, 61.257632], [-150.47008, 61.246678], [-150.656296, 61.29597], [-150.711066, 61.252155], [-151.023251, 61.180954], [-151.165652, 61.044031], [-151.477837, 61.011169], [-151.800977, 60.852338], [-151.833838, 60.748276], [-152.080301, 60.693507], [-152.13507, 60.578491], [-152.310332, 60.507291], [-152.392486, 60.304644], [-152.732057, 60.173197], [-152.567748, 60.069136], [-152.704672, 59.915781], [-153.022334, 59.888397], [-153.049719, 59.691227], [-153.345474, 59.620026], [-153.438582, 59.702181], [-153.586459, 59.548826], [-153.761721, 59.543349], [-153.72886, 59.433811], [-154.117723, 59.368087], [-154.1944, 59.066856], [-153.750768, 59.050425], [-153.400243, 58.968271], [-153.301658, 58.869686], [-153.444059, 58.710854], [-153.679567, 58.612269], [-153.898645, 58.606793], [-153.920553, 58.519161], [-154.062953, 58.4863], [-153.99723, 58.376761], [-154.145107, 58.212453], [-154.46277, 58.059098], [-154.643509, 58.059098], [-154.818771, 58.004329], [-154.988556, 58.015283], [-155.120003, 57.955037], [-155.081664, 57.872883], [-155.328126, 57.829067], [-155.377419, 57.708574], [-155.547204, 57.785251], [-155.73342, 57.549743], [-156.045606, 57.566174], [-156.023698, 57.440204], [-156.209914, 57.473066], [-156.34136, 57.418296], [-156.34136, 57.248511], [-156.549484, 56.985618], [-156.883577, 56.952757], [-157.157424, 56.832264], [-157.20124, 56.766541], [-157.376502, 56.859649], [-157.672257, 56.607709], [-157.754411, 56.67891], [-157.918719, 56.657002], [-157.957058, 56.514601], [-158.126843, 56.459832], [-158.32949, 56.48174], [-158.488321, 56.339339], [-158.208997, 56.295524], [-158.510229, 55.977861], [-159.375585, 55.873799], [-159.616571, 55.594475], [-159.676817, 55.654722], [-159.643955, 55.829984], [-159.813741, 55.857368], [-160.027341, 55.791645], [-160.060203, 55.720445], [-160.394296, 55.605429], [-160.536697, 55.473983], [-160.580512, 55.567091], [-160.668143, 55.457552], [-160.865313, 55.528752], [-161.232268, 55.358967], [-161.506115, 55.364444], [-161.467776, 55.49589], [-161.588269, 55.62186], [-161.697808, 55.517798], [-161.686854, 55.408259], [-162.053809, 55.074166], [-162.179779, 55.15632], [-162.218117, 55.03035], [-162.470057, 55.052258], [-162.508395, 55.249428], [-162.661749, 55.293244], [-162.716519, 55.222043], [-162.579595, 55.134412], [-162.645319, 54.997489], [-162.847965, 54.926289], [-163.00132, 55.079643], [-163.187536, 55.090597], [-163.220397, 55.03035], [-163.034181, 54.942719], [-163.373752, 54.800319], [-163.14372, 54.76198], [-163.138243, 54.696257], [-163.329936, 54.74555], [-163.587352, 54.614103], [-164.085754, 54.61958], [-164.332216, 54.531949], [-164.354124, 54.466226], [-164.638925, 54.389548], [-164.847049, 54.416933], [-164.918249, 54.603149], [-164.710125, 54.663395], [-164.551294, 54.88795], [-164.34317, 54.893427], [-163.894061, 55.041304], [-163.532583, 55.046781], [-163.39566, 54.904381], [-163.291598, 55.008443], [-163.313505, 55.128935], [-163.105382, 55.183705], [-162.880827, 55.183705], [-162.579595, 55.446598], [-162.245502, 55.682106], [-161.807347, 55.89023], [-161.292514, 55.983338], [-161.078914, 55.939523], [-160.87079, 55.999769], [-160.816021, 55.912138], [-160.931036, 55.813553], [-160.805067, 55.736876], [-160.766728, 55.857368], [-160.509312, 55.868322], [-160.438112, 55.791645], [-160.27928, 55.76426], [-160.273803, 55.857368], [-160.536697, 55.939523], [-160.558604, 55.994292], [-160.383342, 56.251708], [-160.147834, 56.399586], [-159.830171, 56.541986], [-159.326293, 56.667956], [-158.959338, 56.848695], [-158.784076, 56.782971], [-158.641675, 56.810356], [-158.701922, 56.925372], [-158.658106, 57.034911], [-158.378782, 57.264942], [-157.995396, 57.41282], [-157.688688, 57.609989], [-157.705118, 57.719528], [-157.458656, 58.497254], [-157.07527, 58.705377], [-157.119086, 58.869686], [-158.039212, 58.634177], [-158.32949, 58.661562], [-158.40069, 58.760147], [-158.564998, 58.803962], [-158.619768, 58.913501], [-158.767645, 58.864209], [-158.860753, 58.694424], [-158.701922, 58.480823], [-158.893615, 58.387715], [-159.0634, 58.420577], [-159.392016, 58.760147], [-159.616571, 58.929932], [-159.731586, 58.929932], [-159.808264, 58.803962], [-159.906848, 58.782055], [-160.054726, 58.886116], [-160.235465, 58.902547], [-160.317619, 59.072332], [-160.854359, 58.88064], [-161.33633, 58.743716], [-161.374669, 58.667039], [-161.752577, 58.552023], [-161.938793, 58.656085], [-161.769008, 58.776578], [-161.829255, 59.061379], [-161.955224, 59.36261], [-161.703285, 59.48858], [-161.911409, 59.740519], [-162.092148, 59.88292], [-162.234548, 60.091043], [-162.448149, 60.178674], [-162.502918, 59.997935], [-162.760334, 59.959597], [-163.171105, 59.844581], [-163.66403, 59.795289], [-163.9324, 59.806242], [-164.162431, 59.866489], [-164.189816, 60.02532], [-164.386986, 60.074613], [-164.699171, 60.29369], [-164.962064, 60.337506], [-165.268773, 60.578491], [-165.060649, 60.68803], [-165.016834, 60.890677], [-165.175665, 60.846861], [-165.197573, 60.972831], [-165.120896, 61.076893], [-165.323543, 61.170001], [-165.34545, 61.071416], [-165.591913, 61.109754], [-165.624774, 61.279539], [-165.816467, 61.301447], [-165.920529, 61.416463], [-165.915052, 61.558863], [-166.106745, 61.49314], [-166.139607, 61.630064], [-165.904098, 61.662925], [-166.095791, 61.81628], [-165.756221, 61.827233], [-165.756221, 62.013449], [-165.674067, 62.139419], [-165.044219, 62.539236], [-164.912772, 62.659728], [-164.819664, 62.637821], [-164.874433, 62.807606], [-164.633448, 63.097884], [-164.425324, 63.212899], [-164.036462, 63.262192], [-163.73523, 63.212899], [-163.313505, 63.037637], [-163.039658, 63.059545], [-162.661749, 63.22933], [-162.272887, 63.486746], [-162.075717, 63.514131], [-162.026424, 63.448408], [-161.555408, 63.448408], [-161.13916, 63.503177], [-160.766728, 63.771547], [-160.766728, 63.837271], [-160.952944, 64.08921], [-160.974852, 64.237087], [-161.26513, 64.395918], [-161.374669, 64.532842], [-161.078914, 64.494503], [-160.79959, 64.609519], [-160.783159, 64.719058], [-161.144637, 64.921705], [-161.413007, 64.762873], [-161.664946, 64.790258], [-161.900455, 64.702627], [-162.168825, 64.680719], [-162.234548, 64.620473], [-162.541257, 64.532842], [-162.634365, 64.384965], [-162.787719, 64.324718], [-162.858919, 64.49998], [-163.045135, 64.538319], [-163.176582, 64.401395], [-163.253259, 64.467119], [-163.598306, 64.565704], [-164.304832, 64.560227], [-164.80871, 64.450688], [-165.000403, 64.434257], [-165.411174, 64.49998], [-166.188899, 64.576658], [-166.391546, 64.636904], [-166.484654, 64.735489], [-166.413454, 64.872412], [-166.692778, 64.987428], [-166.638008, 65.113398], [-166.462746, 65.179121], [-166.517516, 65.337952], [-166.796839, 65.337952], [-167.026871, 65.381768], [-167.47598, 65.414629], [-167.711489, 65.496784], [-168.072967, 65.578938], [-168.105828, 65.682999], [-167.541703, 65.819923], [-166.829701, 66.049954], [-166.3313, 66.186878], [-166.046499, 66.110201], [-165.756221, 66.09377], [-165.690498, 66.203309], [-165.86576, 66.21974], [-165.88219, 66.312848], [-165.186619, 66.466202], [-164.403417, 66.581218], [-163.981692, 66.592172], [-163.751661, 66.553833], [-163.872153, 66.389525], [-163.828338, 66.274509], [-163.915969, 66.192355], [-163.768091, 66.060908], [-163.494244, 66.082816], [-163.149197, 66.060908], [-162.749381, 66.088293], [-162.634365, 66.039001], [-162.371472, 66.028047], [-162.14144, 66.077339], [-161.840208, 66.02257], [-161.549931, 66.241647], [-161.341807, 66.252601], [-161.199406, 66.208786], [-161.128206, 66.334755], [-161.528023, 66.395002], [-161.911409, 66.345709], [-161.87307, 66.510017], [-162.174302, 66.68528], [-162.502918, 66.740049], [-162.601503, 66.89888], [-162.344087, 66.937219], [-162.015471, 66.778388], [-162.075717, 66.652418], [-161.916886, 66.553833], [-161.571838, 66.438817], [-161.489684, 66.55931], [-161.884024, 66.718141], [-161.714239, 67.002942], [-161.851162, 67.052235], [-162.240025, 66.991988], [-162.639842, 67.008419], [-162.700088, 67.057712], [-162.902735, 67.008419], [-163.740707, 67.128912], [-163.757138, 67.254881], [-164.009077, 67.534205], [-164.211724, 67.638267], [-164.534863, 67.725898], [-165.192096, 67.966884], [-165.493328, 68.059992], [-165.794559, 68.081899], [-166.243668, 68.246208], [-166.681824, 68.339316], [-166.703731, 68.372177], [-166.375115, 68.42147], [-166.227238, 68.574824], [-166.216284, 68.881533], [-165.329019, 68.859625], [-164.255539, 68.930825], [-163.976215, 68.985595], [-163.532583, 69.138949], [-163.110859, 69.374457], [-163.023228, 69.609966], [-162.842489, 69.812613], [-162.470057, 69.982398], [-162.311225, 70.108367], [-161.851162, 70.311014], [-161.779962, 70.256245], [-161.396576, 70.239814], [-160.837928, 70.343876], [-160.487404, 70.453415], [-159.649432, 70.792985], [-159.33177, 70.809416], [-159.298908, 70.760123], [-158.975769, 70.798462], [-158.658106, 70.787508], [-158.033735, 70.831323], [-157.420318, 70.979201], [-156.812377, 71.285909], [-156.565915, 71.351633], [-156.522099, 71.296863], [-155.585543, 71.170894], [-155.508865, 71.083263], [-155.832005, 70.968247], [-155.979882, 70.96277], [-155.974405, 70.809416], [-155.503388, 70.858708], [-155.476004, 70.940862], [-155.262403, 71.017539], [-155.191203, 70.973724], [-155.032372, 71.148986], [-154.566832, 70.990155], [-154.643509, 70.869662], [-154.353231, 70.8368], [-154.183446, 70.7656], [-153.931507, 70.880616], [-153.487874, 70.886093], [-153.235935, 70.924431], [-152.589656, 70.886093], [-152.26104, 70.842277], [-152.419871, 70.606769], [-151.817408, 70.546523], [-151.773592, 70.486276], [-151.187559, 70.382214], [-151.182082, 70.431507], [-150.760358, 70.49723], [-150.355064, 70.491753], [-150.349588, 70.436984], [-150.114079, 70.431507], [-149.867617, 70.508184], [-149.462323, 70.519138], [-149.177522, 70.486276], [-148.78866, 70.404122], [-148.607921, 70.420553], [-148.350504, 70.305537], [-148.202627, 70.349353], [-147.961642, 70.316491], [-147.786379, 70.245291]]], [[[-152.94018, 58.026237], [-152.945657, 57.982421], [-153.290705, 58.048145], [-153.044242, 58.305561], [-152.819688, 58.327469], [-152.666333, 58.562977], [-152.496548, 58.354853], [-152.354148, 58.426053], [-152.080301, 58.311038], [-152.080301, 58.152206], [-152.480117, 58.130299], [-152.655379, 58.059098], [-152.94018, 58.026237]]], [[[-153.958891, 57.538789], [-153.67409, 57.670236], [-153.931507, 57.69762], [-153.936983, 57.812636], [-153.723383, 57.889313], [-153.570028, 57.834544], [-153.548121, 57.719528], [-153.46049, 57.796205], [-153.455013, 57.96599], [-153.268797, 57.889313], [-153.235935, 57.998852], [-153.071627, 57.933129], [-152.874457, 57.933129], [-152.721103, 57.993375], [-152.469163, 57.889313], [-152.469163, 57.599035], [-152.151501, 57.620943], [-152.359625, 57.42925], [-152.74301, 57.505928], [-152.60061, 57.379958], [-152.710149, 57.275896], [-152.907319, 57.325188], [-152.912796, 57.128019], [-153.214027, 57.073249], [-153.312612, 56.991095], [-153.498828, 57.067772], [-153.695998, 56.859649], [-153.849352, 56.837741], [-154.013661, 56.744633], [-154.073907, 56.969187], [-154.303938, 56.848695], [-154.314892, 56.919895], [-154.523016, 56.991095], [-154.539447, 57.193742], [-154.742094, 57.275896], [-154.627078, 57.511404], [-154.227261, 57.659282], [-153.980799, 57.648328], [-153.958891, 57.538789]]], [[[-154.53397, 56.602232], [-154.742094, 56.399586], [-154.807817, 56.432447], [-154.53397, 56.602232]]], [[[-155.634835, 55.923092], [-155.476004, 55.912138], [-155.530773, 55.704014], [-155.793666, 55.731399], [-155.837482, 55.802599], [-155.634835, 55.923092]]], [[[-159.890418, 55.28229], [-159.950664, 55.068689], [-160.257373, 54.893427], [-160.109495, 55.161797], [-160.005433, 55.134412], [-159.890418, 55.28229]]], [[[-160.520266, 55.358967], [-160.33405, 55.358967], [-160.339527, 55.249428], [-160.525743, 55.128935], [-160.690051, 55.211089], [-160.794113, 55.134412], [-160.854359, 55.320628], [-160.79959, 55.380875], [-160.520266, 55.358967]]], [[[-162.256456, 54.981058], [-162.234548, 54.893427], [-162.349564, 54.838658], [-162.437195, 54.931766], [-162.256456, 54.981058]]], [[[-162.415287, 63.634624], [-162.563165, 63.536039], [-162.612457, 63.62367], [-162.415287, 63.634624]]], [[[-162.80415, 54.488133], [-162.590549, 54.449795], [-162.612457, 54.367641], [-162.782242, 54.373118], [-162.80415, 54.488133]]], [[[-165.548097, 54.29644], [-165.476897, 54.181425], [-165.630251, 54.132132], [-165.685021, 54.252625], [-165.548097, 54.29644]]], [[[-165.73979, 54.15404], [-166.046499, 54.044501], [-166.112222, 54.121178], [-165.980775, 54.219763], [-165.73979, 54.15404]]], [[[-166.364161, 60.359413], [-166.13413, 60.397752], [-166.084837, 60.326552], [-165.88219, 60.342983], [-165.685021, 60.277259], [-165.646682, 59.992458], [-165.750744, 59.89935], [-166.00816, 59.844581], [-166.062929, 59.745996], [-166.440838, 59.855535], [-166.6161, 59.850058], [-166.994009, 59.992458], [-167.125456, 59.992458], [-167.344534, 60.074613], [-167.421211, 60.206059], [-167.311672, 60.238921], [-166.93924, 60.206059], [-166.763978, 60.310121], [-166.577762, 60.321075], [-166.495608, 60.392275], [-166.364161, 60.359413]]], [[[-166.375115, 54.01164], [-166.210807, 53.934962], [-166.5449, 53.748746], [-166.539423, 53.715885], [-166.117699, 53.852808], [-166.112222, 53.776131], [-166.282007, 53.683023], [-166.555854, 53.622777], [-166.583239, 53.529669], [-166.878994, 53.431084], [-167.13641, 53.425607], [-167.306195, 53.332499], [-167.623857, 53.250345], [-167.793643, 53.337976], [-167.459549, 53.442038], [-167.355487, 53.425607], [-167.103548, 53.513238], [-167.163794, 53.611823], [-167.021394, 53.715885], [-166.807793, 53.666592], [-166.785886, 53.732316], [-167.015917, 53.754223], [-167.141887, 53.825424], [-167.032348, 53.945916], [-166.643485, 54.017116], [-166.561331, 53.880193], [-166.375115, 54.01164]]], [[[-168.790446, 53.157237], [-168.40706, 53.34893], [-168.385152, 53.431084], [-168.237275, 53.524192], [-168.007243, 53.568007], [-167.886751, 53.518715], [-167.842935, 53.387268], [-168.270136, 53.244868], [-168.500168, 53.036744], [-168.686384, 52.965544], [-168.790446, 53.157237]]], [[[-169.74891, 52.894344], [-169.705095, 52.795759], [-169.962511, 52.790282], [-169.989896, 52.856005], [-169.74891, 52.894344]]], [[[-170.148727, 57.221127], [-170.28565, 57.128019], [-170.313035, 57.221127], [-170.148727, 57.221127]]], [[[-170.669036, 52.697174], [-170.603313, 52.604066], [-170.789529, 52.538343], [-170.816914, 52.636928], [-170.669036, 52.697174]]], [[[-171.742517, 63.716778], [-170.94836, 63.5689], [-170.488297, 63.69487], [-170.280174, 63.683916], [-170.093958, 63.612716], [-170.044665, 63.492223], [-169.644848, 63.4265], [-169.518879, 63.366254], [-168.99857, 63.338869], [-168.686384, 63.295053], [-168.856169, 63.147176], [-169.108108, 63.180038], [-169.376478, 63.152653], [-169.513402, 63.08693], [-169.639372, 62.939052], [-169.831064, 63.075976], [-170.055619, 63.169084], [-170.263743, 63.180038], [-170.362328, 63.2841], [-170.866206, 63.415546], [-171.101715, 63.421023], [-171.463193, 63.306007], [-171.73704, 63.366254], [-171.852055, 63.486746], [-171.742517, 63.716778]]], [[[-172.432611, 52.390465], [-172.41618, 52.275449], [-172.607873, 52.253542], [-172.569535, 52.352127], [-172.432611, 52.390465]]], [[[-173.626584, 52.14948], [-173.495138, 52.105664], [-173.122706, 52.111141], [-173.106275, 52.07828], [-173.549907, 52.028987], [-173.626584, 52.14948]]], [[[-174.322156, 52.280926], [-174.327632, 52.379511], [-174.185232, 52.41785], [-173.982585, 52.319265], [-174.059262, 52.226157], [-174.179755, 52.231634], [-174.141417, 52.127572], [-174.333109, 52.116618], [-174.738403, 52.007079], [-174.968435, 52.039941], [-174.902711, 52.116618], [-174.656249, 52.105664], [-174.322156, 52.280926]]], [[[-176.469116, 51.853725], [-176.288377, 51.870156], [-176.288377, 51.744186], [-176.518409, 51.760617], [-176.80321, 51.61274], [-176.912748, 51.80991], [-176.792256, 51.815386], [-176.775825, 51.963264], [-176.627947, 51.968741], [-176.627947, 51.859202], [-176.469116, 51.853725]]], [[[-177.153734, 51.946833], [-177.044195, 51.897541], [-177.120872, 51.727755], [-177.274226, 51.678463], [-177.279703, 51.782525], [-177.153734, 51.946833]]], [[[-178.123152, 51.919448], [-177.953367, 51.913971], [-177.800013, 51.793479], [-177.964321, 51.651078], [-178.123152, 51.919448]]], [[[173.107557, 52.992929], [173.293773, 52.927205], [173.304726, 52.823143], [172.90491, 52.762897], [172.642017, 52.927205], [172.642017, 53.003883], [173.107557, 52.992929]]]]}, "bbox": [-178.123152, 51.61274, 173.304726, 71.351633]}, {"id": "2", "type": "Feature", "properties": {"id": "AZ", "name": "Arizona"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-109.042503, 37.000263], [-109.04798, 31.331629], [-111.074448, 31.331629], [-112.246513, 31.704061], [-114.815198, 32.492741], [-114.72209, 32.717295], [-114.524921, 32.755634], [-114.470151, 32.843265], [-114.524921, 33.029481], [-114.661844, 33.034958], [-114.727567, 33.40739], [-114.524921, 33.54979], [-114.497536, 33.697668], [-114.535874, 33.933176], [-114.415382, 34.108438], [-114.256551, 34.174162], [-114.136058, 34.305608], [-114.333228, 34.448009], [-114.470151, 34.710902], [-114.634459, 34.87521], [-114.634459, 35.00118], [-114.574213, 35.138103], [-114.596121, 35.324319], [-114.678275, 35.516012], [-114.738521, 36.102045], [-114.371566, 36.140383], [-114.251074, 36.01989], [-114.152489, 36.025367], [-114.048427, 36.195153], [-114.048427, 37.000263], [-110.499369, 37.00574], [-109.042503, 37.000263]]]]}, "bbox": [-114.815198, 31.331629, -109.042503, 37.00574]}, {"id": "3", "type": "Feature", "properties": {"id": "AR", "name": "Arkansas"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-94.473842, 36.501861], [-90.152536, 36.496384], [-90.064905, 36.304691], [-90.218259, 36.184199], [-90.377091, 35.997983], [-89.730812, 35.997983], [-89.763673, 35.811767], [-89.911551, 35.756997], [-89.944412, 35.603643], [-90.130628, 35.439335], [-90.114197, 35.198349], [-90.212782, 35.023087], [-90.311367, 34.995703], [-90.251121, 34.908072], [-90.409952, 34.831394], [-90.481152, 34.661609], [-90.585214, 34.617794], [-90.568783, 34.420624], [-90.749522, 34.365854], [-90.744046, 34.300131], [-90.952169, 34.135823], [-90.891923, 34.026284], [-91.072662, 33.867453], [-91.231493, 33.560744], [-91.056231, 33.429298], [-91.143862, 33.347144], [-91.089093, 33.13902], [-91.16577, 33.002096], [-93.608485, 33.018527], [-94.041164, 33.018527], [-94.041164, 33.54979], [-94.183564, 33.593606], [-94.380734, 33.544313], [-94.484796, 33.637421], [-94.430026, 35.395519], [-94.616242, 36.501861], [-94.473842, 36.501861]]]]}, "bbox": [-94.616242, 33.002096, -89.730812, 36.501861]}, {"id": "4", "type": "Feature", "properties": {"id": "CA", "name": "California"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-123.233256, 42.006186], [-122.378853, 42.011663], [-121.037003, 41.995232], [-120.001861, 41.995232], [-119.996384, 40.264519], [-120.001861, 38.999346], [-118.71478, 38.101128], [-117.498899, 37.21934], [-116.540435, 36.501861], [-115.85034, 35.970598], [-114.634459, 35.00118], [-114.634459, 34.87521], [-114.470151, 34.710902], [-114.333228, 34.448009], [-114.136058, 34.305608], [-114.256551, 34.174162], [-114.415382, 34.108438], [-114.535874, 33.933176], [-114.497536, 33.697668], [-114.524921, 33.54979], [-114.727567, 33.40739], [-114.661844, 33.034958], [-114.524921, 33.029481], [-114.470151, 32.843265], [-114.524921, 32.755634], [-114.72209, 32.717295], [-116.04751, 32.624187], [-117.126467, 32.536556], [-117.24696, 32.668003], [-117.252437, 32.876127], [-117.329114, 33.122589], [-117.471515, 33.297851], [-117.7837, 33.538836], [-118.183517, 33.763391], [-118.260194, 33.703145], [-118.413548, 33.741483], [-118.391641, 33.840068], [-118.566903, 34.042715], [-118.802411, 33.998899], [-119.218659, 34.146777], [-119.278905, 34.26727], [-119.558229, 34.415147], [-119.875891, 34.40967], [-120.138784, 34.475393], [-120.472878, 34.448009], [-120.64814, 34.579455], [-120.609801, 34.858779], [-120.670048, 34.902595], [-120.631709, 35.099764], [-120.894602, 35.247642], [-120.905556, 35.450289], [-121.004141, 35.461243], [-121.168449, 35.636505], [-121.283465, 35.674843], [-121.332757, 35.784382], [-121.716143, 36.195153], [-121.896882, 36.315645], [-121.935221, 36.638785], [-121.858544, 36.6114], [-121.787344, 36.803093], [-121.929744, 36.978355], [-122.105006, 36.956447], [-122.335038, 37.115279], [-122.417192, 37.241248], [-122.400761, 37.361741], [-122.515777, 37.520572], [-122.515777, 37.783465], [-122.329561, 37.783465], [-122.406238, 38.15042], [-122.488392, 38.112082], [-122.504823, 37.931343], [-122.701993, 37.893004], [-122.937501, 38.029928], [-122.97584, 38.265436], [-123.129194, 38.451652], [-123.331841, 38.566668], [-123.44138, 38.698114], [-123.737134, 38.95553], [-123.687842, 39.032208], [-123.824765, 39.366301], [-123.764519, 39.552517], [-123.85215, 39.831841], [-124.109566, 40.105688], [-124.361506, 40.259042], [-124.410798, 40.439781], [-124.158859, 40.877937], [-124.109566, 41.025814], [-124.158859, 41.14083], [-124.065751, 41.442061], [-124.147905, 41.715908], [-124.257444, 41.781632], [-124.213628, 42.000709], [-123.233256, 42.006186]]]]}, "bbox": [-124.410798, 32.536556, -114.136058, 42.011663]}, {"id": "5", "type": "Feature", "properties": {"id": "CO", "name": "Colorado"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-107.919731, 41.003906], [-105.728954, 40.998429], [-104.053011, 41.003906], [-102.053927, 41.003906], [-102.053927, 40.001626], [-102.042974, 36.994786], [-103.001438, 37.000263], [-104.337812, 36.994786], [-106.868158, 36.994786], [-107.421329, 37.000263], [-109.042503, 37.000263], [-109.042503, 38.166851], [-109.058934, 38.27639], [-109.053457, 39.125316], [-109.04798, 40.998429], [-107.919731, 41.003906]]]]}, "bbox": [-109.058934, 36.994786, -102.042974, 41.003906]}, {"id": "6", "type": "Feature", "properties": {"id": "CT", "name": "Connecticut"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-73.053528, 42.039048], [-71.799309, 42.022617], [-71.799309, 42.006186], [-71.799309, 41.414677], [-71.859555, 41.321569], [-71.947186, 41.338], [-72.385341, 41.261322], [-72.905651, 41.28323], [-73.130205, 41.146307], [-73.371191, 41.102491], [-73.655992, 40.987475], [-73.727192, 41.102491], [-73.48073, 41.21203], [-73.55193, 41.294184], [-73.486206, 42.050002], [-73.053528, 42.039048]]]]}, "bbox": [-73.727192, 40.987475, -71.799309, 42.050002]}, {"id": "7", "type": "Feature", "properties": {"id": "DE", "name": "Delaware"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-75.414089, 39.804456], [-75.507197, 39.683964], [-75.611259, 39.61824], [-75.589352, 39.459409], [-75.441474, 39.311532], [-75.403136, 39.065069], [-75.189535, 38.807653], [-75.09095, 38.796699], [-75.047134, 38.451652], [-75.693413, 38.462606], [-75.786521, 39.722302], [-75.616736, 39.831841], [-75.414089, 39.804456]]]]}, "bbox": [-75.786521, 38.451652, -75.047134, 39.831841]}, {"id": "8", "type": "Feature", "properties": {"id": "FL", "name": "Florida"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-85.497137, 30.997536], [-85.004212, 31.003013], [-84.867289, 30.712735], [-83.498053, 30.647012], [-82.216449, 30.570335], [-82.167157, 30.356734], [-82.046664, 30.362211], [-82.002849, 30.564858], [-82.041187, 30.751074], [-81.948079, 30.827751], [-81.718048, 30.745597], [-81.444201, 30.707258], [-81.383954, 30.27458], [-81.257985, 29.787132], [-80.967707, 29.14633], [-80.524075, 28.461713], [-80.589798, 28.41242], [-80.56789, 28.094758], [-80.381674, 27.738757], [-80.091397, 27.021277], [-80.03115, 26.796723], [-80.036627, 26.566691], [-80.146166, 25.739673], [-80.239274, 25.723243], [-80.337859, 25.465826], [-80.304997, 25.383672], [-80.49669, 25.197456], [-80.573367, 25.241272], [-80.759583, 25.164595], [-81.077246, 25.120779], [-81.170354, 25.224841], [-81.126538, 25.378195], [-81.351093, 25.821827], [-81.526355, 25.903982], [-81.679709, 25.843735], [-81.800202, 26.090198], [-81.833064, 26.292844], [-82.041187, 26.517399], [-82.09048, 26.665276], [-82.057618, 26.878877], [-82.172634, 26.917216], [-82.145249, 26.791246], [-82.249311, 26.758384], [-82.566974, 27.300601], [-82.692943, 27.437525], [-82.391711, 27.837342], [-82.588881, 27.815434], [-82.720328, 27.689464], [-82.851774, 27.886634], [-82.676512, 28.434328], [-82.643651, 28.888914], [-82.764143, 28.998453], [-82.802482, 29.14633], [-82.994175, 29.179192], [-83.218729, 29.420177], [-83.399469, 29.518762], [-83.410422, 29.66664], [-83.536392, 29.721409], [-83.640454, 29.885717], [-84.02384, 30.104795], [-84.357933, 30.055502], [-84.341502, 29.902148], [-84.451041, 29.929533], [-84.867289, 29.743317], [-85.310921, 29.699501], [-85.299967, 29.80904], [-85.404029, 29.940487], [-85.924338, 30.236241], [-86.29677, 30.362211], [-86.630863, 30.395073], [-86.910187, 30.373165], [-87.518128, 30.280057], [-87.37025, 30.427934], [-87.446927, 30.510088], [-87.408589, 30.674397], [-87.633143, 30.86609], [-87.600282, 30.997536], [-85.497137, 30.997536]]]]}, "bbox": [-87.633143, 25.120779, -80.03115, 31.003013]}, {"id": "9", "type": "Feature", "properties": {"id": "GA", "name": "Georgia"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-83.109191, 35.00118], [-83.322791, 34.787579], [-83.339222, 34.683517], [-83.005129, 34.469916], [-82.901067, 34.486347], [-82.747713, 34.26727], [-82.714851, 34.152254], [-82.55602, 33.94413], [-82.325988, 33.81816], [-82.194542, 33.631944], [-81.926172, 33.462159], [-81.937125, 33.347144], [-81.761863, 33.160928], [-81.493493, 33.007573], [-81.42777, 32.843265], [-81.416816, 32.629664], [-81.279893, 32.558464], [-81.121061, 32.290094], [-81.115584, 32.120309], [-80.885553, 32.032678], [-81.132015, 31.693108], [-81.175831, 31.517845], [-81.279893, 31.364491], [-81.290846, 31.20566], [-81.400385, 31.13446], [-81.444201, 30.707258], [-81.718048, 30.745597], [-81.948079, 30.827751], [-82.041187, 30.751074], [-82.002849, 30.564858], [-82.046664, 30.362211], [-82.167157, 30.356734], [-82.216449, 30.570335], [-83.498053, 30.647012], [-84.867289, 30.712735], [-85.004212, 31.003013], [-85.113751, 31.27686], [-85.042551, 31.539753], [-85.141136, 31.840985], [-85.053504, 32.01077], [-85.058981, 32.13674], [-84.889196, 32.262709], [-85.004212, 32.322956], [-84.960397, 32.421541], [-85.069935, 32.580372], [-85.184951, 32.859696], [-85.431413, 34.124869], [-85.606675, 34.984749], [-84.319594, 34.990226], [-83.618546, 34.984749], [-83.109191, 35.00118]]]]}, "bbox": [-85.606675, 30.356734, -80.885553, 35.00118]}, {"id": "10", "type": "Feature", "properties": {"id": "HI", "name": "Hawaii"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-155.634835, 18.948267], [-155.881297, 19.035898], [-155.919636, 19.123529], [-155.886774, 19.348084], [-156.062036, 19.73147], [-155.925113, 19.857439], [-155.826528, 20.032702], [-155.897728, 20.147717], [-155.87582, 20.26821], [-155.596496, 20.12581], [-155.284311, 20.021748], [-155.092618, 19.868393], [-155.092618, 19.736947], [-154.807817, 19.523346], [-154.983079, 19.348084], [-155.295265, 19.26593], [-155.514342, 19.134483], [-155.634835, 18.948267]]], [[[-156.587823, 21.029505], [-156.472807, 20.892581], [-156.324929, 20.952827], [-156.00179, 20.793996], [-156.051082, 20.651596], [-156.379699, 20.580396], [-156.445422, 20.60778], [-156.461853, 20.783042], [-156.631638, 20.821381], [-156.697361, 20.919966], [-156.587823, 21.029505]]], [[[-156.982162, 21.210244], [-157.080747, 21.106182], [-157.310779, 21.106182], [-157.239579, 21.221198], [-156.982162, 21.210244]]], [[[-157.951581, 21.697691], [-157.842042, 21.462183], [-157.896811, 21.325259], [-158.110412, 21.303352], [-158.252813, 21.582676], [-158.126843, 21.588153], [-157.951581, 21.697691]]], [[[-159.468693, 22.228955], [-159.353678, 22.218001], [-159.298908, 22.113939], [-159.33177, 21.966061], [-159.446786, 21.872953], [-159.764448, 21.987969], [-159.726109, 22.152277], [-159.468693, 22.228955]]]]}, "bbox": [-159.764448, 18.948267, -154.807817, 22.228955]}, {"id": "11", "type": "Feature", "properties": {"id": "ID", "name": "Idaho"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-116.04751, 49.000239], [-116.04751, 47.976051], [-115.724371, 47.696727], [-115.718894, 47.42288], [-115.527201, 47.302388], [-115.324554, 47.258572], [-115.302646, 47.187372], [-114.930214, 46.919002], [-114.886399, 46.809463], [-114.623506, 46.705401], [-114.612552, 46.639678], [-114.322274, 46.645155], [-114.464674, 46.272723], [-114.492059, 46.037214], [-114.387997, 45.88386], [-114.568736, 45.774321], [-114.497536, 45.670259], [-114.546828, 45.560721], [-114.333228, 45.456659], [-114.086765, 45.593582], [-113.98818, 45.703121], [-113.807441, 45.604536], [-113.834826, 45.522382], [-113.736241, 45.330689], [-113.571933, 45.128042], [-113.45144, 45.056842], [-113.456917, 44.865149], [-113.341901, 44.782995], [-113.133778, 44.772041], [-113.002331, 44.448902], [-112.887315, 44.394132], [-112.783254, 44.48724], [-112.471068, 44.481763], [-112.241036, 44.569394], [-112.104113, 44.520102], [-111.868605, 44.563917], [-111.819312, 44.509148], [-111.616665, 44.547487], [-111.386634, 44.75561], [-111.227803, 44.580348], [-111.047063, 44.476286], [-111.047063, 42.000709], [-112.164359, 41.995232], [-114.04295, 41.995232], [-117.027882, 42.000709], [-117.027882, 43.830007], [-116.896436, 44.158624], [-116.97859, 44.240778], [-117.170283, 44.257209], [-117.241483, 44.394132], [-117.038836, 44.750133], [-116.934774, 44.782995], [-116.830713, 44.930872], [-116.847143, 45.02398], [-116.732128, 45.144473], [-116.671881, 45.319735], [-116.463758, 45.61549], [-116.545912, 45.752413], [-116.78142, 45.823614], [-116.918344, 45.993399], [-116.92382, 46.168661], [-117.055267, 46.343923], [-117.038836, 46.426077], [-117.044313, 47.762451], [-117.033359, 49.000239], [-116.04751, 49.000239]]]]}, "bbox": [-117.241483, 41.995232, -111.047063, 49.000239]}, {"id": "12", "type": "Feature", "properties": {"id": "IL", "name": "Illinois"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-90.639984, 42.510065], [-88.788778, 42.493634], [-87.802929, 42.493634], [-87.83579, 42.301941], [-87.682436, 42.077386], [-87.523605, 41.710431], [-87.529082, 39.34987], [-87.63862, 39.169131], [-87.512651, 38.95553], [-87.49622, 38.780268], [-87.62219, 38.637868], [-87.655051, 38.506421], [-87.83579, 38.292821], [-87.950806, 38.27639], [-87.923421, 38.15042], [-88.000098, 38.101128], [-88.060345, 37.865619], [-88.027483, 37.799896], [-88.15893, 37.657496], [-88.065822, 37.482234], [-88.476592, 37.389126], [-88.514931, 37.285064], [-88.421823, 37.153617], [-88.547792, 37.071463], [-88.914747, 37.224817], [-89.029763, 37.213863], [-89.183118, 37.038601], [-89.133825, 36.983832], [-89.292656, 36.994786], [-89.517211, 37.279587], [-89.435057, 37.34531], [-89.517211, 37.537003], [-89.517211, 37.690357], [-89.84035, 37.903958], [-89.949889, 37.88205], [-90.059428, 38.013497], [-90.355183, 38.216144], [-90.349706, 38.374975], [-90.179921, 38.632391], [-90.207305, 38.725499], [-90.10872, 38.845992], [-90.251121, 38.917192], [-90.470199, 38.961007], [-90.585214, 38.867899], [-90.661891, 38.928146], [-90.727615, 39.256762], [-91.061708, 39.470363], [-91.368417, 39.727779], [-91.494386, 40.034488], [-91.50534, 40.237135], [-91.417709, 40.379535], [-91.401278, 40.560274], [-91.121954, 40.669813], [-91.09457, 40.823167], [-90.963123, 40.921752], [-90.946692, 41.097014], [-91.111001, 41.239415], [-91.045277, 41.414677], [-90.656414, 41.463969], [-90.344229, 41.589939], [-90.311367, 41.743293], [-90.179921, 41.809016], [-90.141582, 42.000709], [-90.168967, 42.126679], [-90.393521, 42.225264], [-90.420906, 42.329326], [-90.639984, 42.510065]]]]}, "bbox": [-91.50534, 36.983832, -87.49622, 42.510065]}, {"id": "13", "type": "Feature", "properties": {"id": "IN", "name": "Indiana"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-85.990061, 41.759724], [-84.807042, 41.759724], [-84.807042, 41.694001], [-84.801565, 40.500028], [-84.817996, 39.103408], [-84.894673, 39.059592], [-84.812519, 38.785745], [-84.987781, 38.780268], [-85.173997, 38.68716], [-85.431413, 38.730976], [-85.42046, 38.533806], [-85.590245, 38.451652], [-85.655968, 38.325682], [-85.83123, 38.27639], [-85.924338, 38.024451], [-86.039354, 37.958727], [-86.263908, 38.051835], [-86.302247, 38.166851], [-86.521325, 38.040881], [-86.504894, 37.931343], [-86.729448, 37.893004], [-86.795172, 37.991589], [-87.047111, 37.893004], [-87.129265, 37.788942], [-87.381204, 37.93682], [-87.512651, 37.903958], [-87.600282, 37.975158], [-87.682436, 37.903958], [-87.934375, 37.893004], [-88.027483, 37.799896], [-88.060345, 37.865619], [-88.000098, 38.101128], [-87.923421, 38.15042], [-87.950806, 38.27639], [-87.83579, 38.292821], [-87.655051, 38.506421], [-87.62219, 38.637868], [-87.49622, 38.780268], [-87.512651, 38.95553], [-87.63862, 39.169131], [-87.529082, 39.34987], [-87.523605, 41.710431], [-87.42502, 41.644708], [-87.118311, 41.644708], [-86.822556, 41.759724], [-85.990061, 41.759724]]]]}, "bbox": [-88.060345, 37.788942, -84.801565, 41.759724]}, {"id": "14", "type": "Feature", "properties": {"id": "IA", "name": "Iowa"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-91.368417, 43.501391], [-91.215062, 43.501391], [-91.204109, 43.353514], [-91.056231, 43.254929], [-91.176724, 43.134436], [-91.143862, 42.909881], [-91.067185, 42.75105], [-90.711184, 42.636034], [-90.639984, 42.510065], [-90.420906, 42.329326], [-90.393521, 42.225264], [-90.168967, 42.126679], [-90.141582, 42.000709], [-90.179921, 41.809016], [-90.311367, 41.743293], [-90.344229, 41.589939], [-90.656414, 41.463969], [-91.045277, 41.414677], [-91.111001, 41.239415], [-90.946692, 41.097014], [-90.963123, 40.921752], [-91.09457, 40.823167], [-91.121954, 40.669813], [-91.401278, 40.560274], [-91.417709, 40.379535], [-91.527248, 40.412397], [-91.729895, 40.615043], [-91.833957, 40.609566], [-93.257961, 40.582182], [-94.632673, 40.571228], [-95.7664, 40.587659], [-95.881416, 40.719105], [-95.826646, 40.976521], [-95.925231, 41.201076], [-95.919754, 41.453015], [-96.095016, 41.540646], [-96.122401, 41.67757], [-96.062155, 41.798063], [-96.127878, 41.973325], [-96.264801, 42.039048], [-96.44554, 42.488157], [-96.631756, 42.707235], [-96.544125, 42.855112], [-96.511264, 43.052282], [-96.434587, 43.123482], [-96.560556, 43.222067], [-96.527695, 43.397329], [-96.582464, 43.479483], [-96.451017, 43.501391], [-91.368417, 43.501391]]]]}, "bbox": [-96.631756, 40.379535, -90.141582, 43.501391]}, {"id": "15", "type": "Feature", "properties": {"id": "KS", "name": "Kansas"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-101.90605, 40.001626], [-95.306337, 40.001626], [-95.207752, 39.908518], [-94.884612, 39.831841], [-95.109167, 39.541563], [-94.983197, 39.442978], [-94.824366, 39.20747], [-94.610765, 39.158177], [-94.616242, 37.000263], [-100.087706, 37.000263], [-102.042974, 36.994786], [-102.053927, 40.001626], [-101.90605, 40.001626]]]]}, "bbox": [-102.053927, 36.994786, -94.610765, 40.001626]}, {"id": "16", "type": "Feature", "properties": {"id": "KY", "name": "Kentucky"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-83.903347, 38.769315], [-83.678792, 38.632391], [-83.519961, 38.703591], [-83.142052, 38.626914], [-83.032514, 38.725499], [-82.890113, 38.758361], [-82.846298, 38.588575], [-82.731282, 38.561191], [-82.594358, 38.424267], [-82.621743, 38.123036], [-82.50125, 37.931343], [-82.342419, 37.783465], [-82.293127, 37.668449], [-82.101434, 37.553434], [-81.969987, 37.537003], [-82.353373, 37.268633], [-82.720328, 37.120755], [-82.720328, 37.044078], [-82.868205, 36.978355], [-82.879159, 36.890724], [-83.070852, 36.852385], [-83.136575, 36.742847], [-83.673316, 36.600446], [-83.689746, 36.584015], [-84.544149, 36.594969], [-85.289013, 36.627831], [-85.486183, 36.616877], [-86.592525, 36.655216], [-87.852221, 36.633308], [-88.071299, 36.677123], [-88.054868, 36.496384], [-89.298133, 36.507338], [-89.418626, 36.496384], [-89.363857, 36.622354], [-89.215979, 36.578538], [-89.133825, 36.983832], [-89.183118, 37.038601], [-89.029763, 37.213863], [-88.914747, 37.224817], [-88.547792, 37.071463], [-88.421823, 37.153617], [-88.514931, 37.285064], [-88.476592, 37.389126], [-88.065822, 37.482234], [-88.15893, 37.657496], [-88.027483, 37.799896], [-87.934375, 37.893004], [-87.682436, 37.903958], [-87.600282, 37.975158], [-87.512651, 37.903958], [-87.381204, 37.93682], [-87.129265, 37.788942], [-87.047111, 37.893004], [-86.795172, 37.991589], [-86.729448, 37.893004], [-86.504894, 37.931343], [-86.521325, 38.040881], [-86.302247, 38.166851], [-86.263908, 38.051835], [-86.039354, 37.958727], [-85.924338, 38.024451], [-85.83123, 38.27639], [-85.655968, 38.325682], [-85.590245, 38.451652], [-85.42046, 38.533806], [-85.431413, 38.730976], [-85.173997, 38.68716], [-84.987781, 38.780268], [-84.812519, 38.785745], [-84.894673, 39.059592], [-84.817996, 39.103408], [-84.43461, 39.103408], [-84.231963, 38.895284], [-84.215533, 38.807653], [-83.903347, 38.769315]]]]}, "bbox": [-89.418626, 36.496384, -81.969987, 39.103408]}, {"id": "17", "type": "Feature", "properties": {"id": "LA", "name": "Louisiana"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-93.608485, 33.018527], [-91.16577, 33.002096], [-91.072662, 32.887081], [-91.143862, 32.843265], [-91.154816, 32.640618], [-91.006939, 32.514649], [-90.985031, 32.218894], [-91.105524, 31.988862], [-91.341032, 31.846462], [-91.401278, 31.621907], [-91.499863, 31.643815], [-91.516294, 31.27686], [-91.636787, 31.265906], [-91.565587, 31.068736], [-91.636787, 30.997536], [-89.747242, 30.997536], [-89.845827, 30.66892], [-89.681519, 30.449842], [-89.643181, 30.285534], [-89.522688, 30.181472], [-89.818443, 30.044549], [-89.84035, 29.945964], [-89.599365, 29.88024], [-89.495303, 30.039072], [-89.287179, 29.88024], [-89.30361, 29.754271], [-89.424103, 29.699501], [-89.648657, 29.748794], [-89.621273, 29.655686], [-89.69795, 29.513285], [-89.506257, 29.387316], [-89.199548, 29.348977], [-89.09001, 29.2011], [-89.002379, 29.179192], [-89.16121, 29.009407], [-89.336472, 29.042268], [-89.484349, 29.217531], [-89.851304, 29.310638], [-89.851304, 29.480424], [-90.032043, 29.425654], [-90.021089, 29.283254], [-90.103244, 29.151807], [-90.23469, 29.129899], [-90.333275, 29.277777], [-90.563307, 29.283254], [-90.645461, 29.129899], [-90.798815, 29.086084], [-90.963123, 29.179192], [-91.09457, 29.190146], [-91.220539, 29.436608], [-91.445094, 29.546147], [-91.532725, 29.529716], [-91.620356, 29.73784], [-91.883249, 29.710455], [-91.888726, 29.836425], [-92.146142, 29.715932], [-92.113281, 29.622824], [-92.31045, 29.535193], [-92.617159, 29.579009], [-92.97316, 29.715932], [-93.2251, 29.776178], [-93.767317, 29.726886], [-93.838517, 29.688547], [-93.926148, 29.787132], [-93.690639, 30.143133], [-93.767317, 30.334826], [-93.696116, 30.438888], [-93.728978, 30.575812], [-93.630393, 30.679874], [-93.526331, 30.93729], [-93.542762, 31.15089], [-93.816609, 31.556184], [-93.822086, 31.775262], [-94.041164, 31.994339], [-94.041164, 33.018527], [-93.608485, 33.018527]]]]}, "bbox": [-94.041164, 29.009407, -89.002379, 33.018527]}, {"id": "18", "type": "Feature", "properties": {"id": "ME", "name": "Maine"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-70.703921, 43.057759], [-70.824413, 43.128959], [-70.807983, 43.227544], [-70.966814, 43.34256], [-71.032537, 44.657025], [-71.08183, 45.303304], [-70.649151, 45.440228], [-70.720352, 45.511428], [-70.556043, 45.664782], [-70.386258, 45.735983], [-70.41912, 45.796229], [-70.260289, 45.889337], [-70.309581, 46.064599], [-70.210996, 46.327492], [-70.057642, 46.415123], [-69.997395, 46.694447], [-69.225147, 47.461219], [-69.044408, 47.428357], [-69.033454, 47.242141], [-68.902007, 47.176418], [-68.578868, 47.285957], [-68.376221, 47.285957], [-68.233821, 47.357157], [-67.954497, 47.198326], [-67.790188, 47.066879], [-67.779235, 45.944106], [-67.801142, 45.675736], [-67.456095, 45.604536], [-67.505388, 45.48952], [-67.417757, 45.379982], [-67.488957, 45.281397], [-67.346556, 45.128042], [-67.16034, 45.160904], [-66.979601, 44.804903], [-67.187725, 44.646072], [-67.308218, 44.706318], [-67.406803, 44.596779], [-67.549203, 44.624164], [-67.565634, 44.531056], [-67.75185, 44.54201], [-68.047605, 44.328409], [-68.118805, 44.476286], [-68.222867, 44.48724], [-68.173574, 44.328409], [-68.403606, 44.251732], [-68.458375, 44.377701], [-68.567914, 44.311978], [-68.82533, 44.311978], [-68.830807, 44.459856], [-68.984161, 44.426994], [-68.956777, 44.322932], [-69.099177, 44.103854], [-69.071793, 44.043608], [-69.258008, 43.923115], [-69.444224, 43.966931], [-69.553763, 43.840961], [-69.707118, 43.82453], [-69.833087, 43.720469], [-69.986442, 43.742376], [-70.030257, 43.851915], [-70.254812, 43.676653], [-70.194565, 43.567114], [-70.358873, 43.528776], [-70.369827, 43.435668], [-70.556043, 43.320652], [-70.703921, 43.057759]]]]}, "bbox": [-71.08183, 43.057759, -66.979601, 47.461219]}, {"id": "19", "type": "Feature", "properties": {"id": "MD", "name": "Maryland"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-79.477979, 39.722302], [-75.786521, 39.722302], [-75.693413, 38.462606], [-75.047134, 38.451652], [-75.244304, 38.029928], [-75.397659, 38.013497], [-75.671506, 37.95325], [-75.885106, 37.909435], [-75.879629, 38.073743], [-75.961783, 38.139466], [-75.846768, 38.210667], [-76.000122, 38.374975], [-76.049415, 38.303775], [-76.257538, 38.320205], [-76.328738, 38.500944], [-76.263015, 38.500944], [-76.257538, 38.736453], [-76.191815, 38.829561], [-76.279446, 39.147223], [-76.169907, 39.333439], [-76.000122, 39.366301], [-75.972737, 39.557994], [-76.098707, 39.536086], [-76.104184, 39.437501], [-76.367077, 39.311532], [-76.443754, 39.196516], [-76.460185, 38.906238], [-76.55877, 38.769315], [-76.514954, 38.539283], [-76.383508, 38.380452], [-76.399939, 38.259959], [-76.317785, 38.139466], [-76.3616, 38.057312], [-76.591632, 38.216144], [-76.920248, 38.292821], [-77.018833, 38.446175], [-77.205049, 38.358544], [-77.276249, 38.479037], [-77.128372, 38.632391], [-77.040741, 38.791222], [-76.909294, 38.895284], [-77.035264, 38.993869], [-77.117418, 38.933623], [-77.248864, 39.026731], [-77.456988, 39.076023], [-77.456988, 39.223901], [-77.566527, 39.306055], [-77.719881, 39.322485], [-77.834897, 39.601809], [-78.004682, 39.601809], [-78.174467, 39.694917], [-78.267575, 39.61824], [-78.431884, 39.623717], [-78.470222, 39.514178], [-78.765977, 39.585379], [-78.963147, 39.437501], [-79.094593, 39.470363], [-79.291763, 39.300578], [-79.488933, 39.20747], [-79.477979, 39.722302]], [[-75.994645, 37.95325], [-76.016553, 37.95325], [-76.043938, 37.95325], [-75.994645, 37.95325]]]]}, "bbox": [-79.488933, 37.909435, -75.047134, 39.722302]}, {"id": "20", "type": "Feature", "properties": {"id": "MA", "name": "Massachusetts"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-70.917521, 42.887974], [-70.818936, 42.871543], [-70.780598, 42.696281], [-70.824413, 42.55388], [-70.983245, 42.422434], [-70.988722, 42.269079], [-70.769644, 42.247172], [-70.638197, 42.08834], [-70.660105, 41.962371], [-70.550566, 41.929509], [-70.539613, 41.814493], [-70.260289, 41.715908], [-69.937149, 41.809016], [-70.008349, 41.672093], [-70.484843, 41.5516], [-70.660105, 41.546123], [-70.764167, 41.639231], [-70.928475, 41.611847], [-70.933952, 41.540646], [-71.120168, 41.496831], [-71.196845, 41.67757], [-71.22423, 41.710431], [-71.328292, 41.781632], [-71.383061, 42.01714], [-71.530939, 42.01714], [-71.799309, 42.006186], [-71.799309, 42.022617], [-73.053528, 42.039048], [-73.486206, 42.050002], [-73.508114, 42.08834], [-73.267129, 42.745573], [-72.456542, 42.729142], [-71.29543, 42.696281], [-71.185891, 42.789389], [-70.917521, 42.887974]]]]}, "bbox": [-73.508114, 41.496831, -69.937149, 42.887974]}, {"id": "21", "type": "Feature", "properties": {"id": "MI", "name": "Michigan"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-83.454238, 41.732339], [-84.807042, 41.694001], [-84.807042, 41.759724], [-85.990061, 41.759724], [-86.822556, 41.759724], [-86.619909, 41.891171], [-86.482986, 42.115725], [-86.357016, 42.252649], [-86.263908, 42.444341], [-86.209139, 42.718189], [-86.231047, 43.013943], [-86.526801, 43.594499], [-86.433693, 43.813577], [-86.499417, 44.07647], [-86.269385, 44.34484], [-86.220093, 44.569394], [-86.252954, 44.689887], [-86.088646, 44.73918], [-86.066738, 44.903488], [-85.809322, 44.947303], [-85.612152, 45.128042], [-85.628583, 44.766564], [-85.524521, 44.750133], [-85.393075, 44.930872], [-85.387598, 45.237581], [-85.305444, 45.314258], [-85.031597, 45.363551], [-85.119228, 45.577151], [-84.938489, 45.75789], [-84.713934, 45.768844], [-84.461995, 45.653829], [-84.215533, 45.637398], [-84.09504, 45.494997], [-83.908824, 45.484043], [-83.596638, 45.352597], [-83.4871, 45.358074], [-83.317314, 45.144473], [-83.454238, 45.029457], [-83.322791, 44.88158], [-83.273499, 44.711795], [-83.333745, 44.339363], [-83.536392, 44.246255], [-83.585684, 44.054562], [-83.82667, 43.988839], [-83.958116, 43.758807], [-83.908824, 43.671176], [-83.667839, 43.589022], [-83.481623, 43.714992], [-83.262545, 43.972408], [-82.917498, 44.070993], [-82.747713, 43.994316], [-82.643651, 43.851915], [-82.539589, 43.435668], [-82.523158, 43.227544], [-82.413619, 42.975605], [-82.517681, 42.614127], [-82.681989, 42.559357], [-82.687466, 42.690804], [-82.797005, 42.652465], [-82.922975, 42.351234], [-83.125621, 42.236218], [-83.185868, 42.006186], [-83.437807, 41.814493], [-83.454238, 41.732339]]], [[[-85.508091, 45.730506], [-85.49166, 45.610013], [-85.623106, 45.588105], [-85.568337, 45.75789], [-85.508091, 45.730506]]], [[[-87.589328, 45.095181], [-87.742682, 45.199243], [-87.649574, 45.341643], [-87.885083, 45.363551], [-87.791975, 45.500474], [-87.781021, 45.675736], [-87.989145, 45.796229], [-88.10416, 45.922199], [-88.531362, 46.020784], [-88.662808, 45.987922], [-89.09001, 46.135799], [-90.119674, 46.338446], [-90.229213, 46.508231], [-90.415429, 46.568478], [-90.026566, 46.672539], [-89.851304, 46.793032], [-89.413149, 46.842325], [-89.128348, 46.990202], [-88.996902, 46.995679], [-88.887363, 47.099741], [-88.575177, 47.247618], [-88.416346, 47.373588], [-88.180837, 47.455742], [-87.956283, 47.384542], [-88.350623, 47.077833], [-88.443731, 46.973771], [-88.438254, 46.787555], [-88.246561, 46.929956], [-87.901513, 46.908048], [-87.633143, 46.809463], [-87.392158, 46.535616], [-87.260711, 46.486323], [-87.008772, 46.530139], [-86.948526, 46.469893], [-86.696587, 46.437031], [-86.159846, 46.667063], [-85.880522, 46.68897], [-85.508091, 46.678016], [-85.256151, 46.754694], [-85.064458, 46.760171], [-85.02612, 46.480847], [-84.82895, 46.442508], [-84.63178, 46.486323], [-84.549626, 46.4206], [-84.418179, 46.502754], [-84.127902, 46.530139], [-84.122425, 46.179615], [-83.990978, 46.031737], [-83.793808, 45.993399], [-83.7719, 46.091984], [-83.580208, 46.091984], [-83.476146, 45.987922], [-83.563777, 45.911245], [-84.111471, 45.976968], [-84.374364, 45.933153], [-84.659165, 46.053645], [-84.741319, 45.944106], [-84.70298, 45.850998], [-84.82895, 45.872906], [-85.015166, 46.00983], [-85.338305, 46.091984], [-85.502614, 46.097461], [-85.661445, 45.966014], [-85.924338, 45.933153], [-86.209139, 45.960537], [-86.324155, 45.905768], [-86.351539, 45.796229], [-86.663725, 45.703121], [-86.647294, 45.834568], [-86.784218, 45.861952], [-86.838987, 45.725029], [-87.069019, 45.719552], [-87.17308, 45.659305], [-87.326435, 45.423797], [-87.611236, 45.122565], [-87.589328, 45.095181]]], [[[-88.805209, 47.976051], [-89.057148, 47.850082], [-89.188594, 47.833651], [-89.177641, 47.937713], [-88.547792, 48.173221], [-88.668285, 48.008913], [-88.805209, 47.976051]]]]}, "bbox": [-90.415429, 41.694001, -82.413619, 48.173221]}, {"id": "22", "type": "Feature", "properties": {"id": "MN", "name": "Minnesota"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-92.014696, 46.705401], [-92.091373, 46.749217], [-92.29402, 46.667063], [-92.29402, 46.075553], [-92.354266, 46.015307], [-92.639067, 45.933153], [-92.869098, 45.719552], [-92.885529, 45.577151], [-92.770513, 45.566198], [-92.644544, 45.440228], [-92.75956, 45.286874], [-92.737652, 45.117088], [-92.808852, 44.750133], [-92.545959, 44.569394], [-92.337835, 44.552964], [-92.233773, 44.443425], [-91.927065, 44.333886], [-91.877772, 44.202439], [-91.592971, 44.032654], [-91.43414, 43.994316], [-91.242447, 43.775238], [-91.269832, 43.616407], [-91.215062, 43.501391], [-91.368417, 43.501391], [-96.451017, 43.501391], [-96.451017, 45.297827], [-96.681049, 45.412843], [-96.856311, 45.604536], [-96.582464, 45.818137], [-96.560556, 45.933153], [-96.598895, 46.332969], [-96.719387, 46.437031], [-96.801542, 46.656109], [-96.785111, 46.924479], [-96.823449, 46.968294], [-96.856311, 47.609096], [-97.053481, 47.948667], [-97.130158, 48.140359], [-97.16302, 48.545653], [-97.097296, 48.682577], [-97.228743, 49.000239], [-95.152983, 49.000239], [-95.152983, 49.383625], [-94.955813, 49.372671], [-94.824366, 49.295994], [-94.69292, 48.775685], [-94.588858, 48.715438], [-94.260241, 48.699007], [-94.221903, 48.649715], [-93.838517, 48.627807], [-93.794701, 48.518268], [-93.466085, 48.545653], [-93.466085, 48.589469], [-93.208669, 48.644238], [-92.984114, 48.62233], [-92.726698, 48.540176], [-92.655498, 48.436114], [-92.50762, 48.447068], [-92.370697, 48.222514], [-92.304974, 48.315622], [-92.053034, 48.359437], [-92.009219, 48.266329], [-91.713464, 48.200606], [-91.713464, 48.112975], [-91.565587, 48.041775], [-91.264355, 48.080113], [-91.083616, 48.178698], [-90.837154, 48.238944], [-90.749522, 48.091067], [-90.579737, 48.123929], [-90.377091, 48.091067], [-90.141582, 48.112975], [-89.873212, 47.987005], [-89.615796, 48.008913], [-89.637704, 47.954144], [-89.971797, 47.828174], [-90.437337, 47.729589], [-90.738569, 47.625527], [-91.171247, 47.368111], [-91.357463, 47.20928], [-91.642264, 47.028541], [-92.091373, 46.787555], [-92.014696, 46.705401]]]]}, "bbox": [-97.228743, 43.501391, -89.615796, 49.383625]}, {"id": "23", "type": "Feature", "properties": {"id": "MS", "name": "Mississippi"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-88.471115, 34.995703], [-88.202745, 34.995703], [-88.098683, 34.891641], [-88.241084, 33.796253], [-88.471115, 31.895754], [-88.394438, 30.367688], [-88.503977, 30.323872], [-88.744962, 30.34578], [-88.843547, 30.411504], [-89.084533, 30.367688], [-89.418626, 30.252672], [-89.522688, 30.181472], [-89.643181, 30.285534], [-89.681519, 30.449842], [-89.845827, 30.66892], [-89.747242, 30.997536], [-91.636787, 30.997536], [-91.565587, 31.068736], [-91.636787, 31.265906], [-91.516294, 31.27686], [-91.499863, 31.643815], [-91.401278, 31.621907], [-91.341032, 31.846462], [-91.105524, 31.988862], [-90.985031, 32.218894], [-91.006939, 32.514649], [-91.154816, 32.640618], [-91.143862, 32.843265], [-91.072662, 32.887081], [-91.16577, 33.002096], [-91.089093, 33.13902], [-91.143862, 33.347144], [-91.056231, 33.429298], [-91.231493, 33.560744], [-91.072662, 33.867453], [-90.891923, 34.026284], [-90.952169, 34.135823], [-90.744046, 34.300131], [-90.749522, 34.365854], [-90.568783, 34.420624], [-90.585214, 34.617794], [-90.481152, 34.661609], [-90.409952, 34.831394], [-90.251121, 34.908072], [-90.311367, 34.995703], [-88.471115, 34.995703]]]]}, "bbox": [-91.636787, 30.181472, -88.098683, 34.995703]}, {"id": "24", "type": "Feature", "properties": {"id": "MO", "name": "Missouri"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-91.833957, 40.609566], [-91.729895, 40.615043], [-91.527248, 40.412397], [-91.417709, 40.379535], [-91.50534, 40.237135], [-91.494386, 40.034488], [-91.368417, 39.727779], [-91.061708, 39.470363], [-90.727615, 39.256762], [-90.661891, 38.928146], [-90.585214, 38.867899], [-90.470199, 38.961007], [-90.251121, 38.917192], [-90.10872, 38.845992], [-90.207305, 38.725499], [-90.179921, 38.632391], [-90.349706, 38.374975], [-90.355183, 38.216144], [-90.059428, 38.013497], [-89.949889, 37.88205], [-89.84035, 37.903958], [-89.517211, 37.690357], [-89.517211, 37.537003], [-89.435057, 37.34531], [-89.517211, 37.279587], [-89.292656, 36.994786], [-89.133825, 36.983832], [-89.215979, 36.578538], [-89.363857, 36.622354], [-89.418626, 36.496384], [-89.484349, 36.496384], [-89.539119, 36.496384], [-89.533642, 36.249922], [-89.730812, 35.997983], [-90.377091, 35.997983], [-90.218259, 36.184199], [-90.064905, 36.304691], [-90.152536, 36.496384], [-94.473842, 36.501861], [-94.616242, 36.501861], [-94.616242, 37.000263], [-94.610765, 39.158177], [-94.824366, 39.20747], [-94.983197, 39.442978], [-95.109167, 39.541563], [-94.884612, 39.831841], [-95.207752, 39.908518], [-95.306337, 40.001626], [-95.552799, 40.264519], [-95.7664, 40.587659], [-94.632673, 40.571228], [-93.257961, 40.582182], [-91.833957, 40.609566]]]]}, "bbox": [-95.7664, 35.997983, -89.133825, 40.615043]}, {"id": "25", "type": "Feature", "properties": {"id": "MT", "name": "Montana"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-104.047534, 49.000239], [-104.042057, 47.861036], [-104.047534, 45.944106], [-104.042057, 44.996596], [-104.058488, 44.996596], [-105.91517, 45.002073], [-109.080842, 45.002073], [-111.05254, 45.002073], [-111.047063, 44.476286], [-111.227803, 44.580348], [-111.386634, 44.75561], [-111.616665, 44.547487], [-111.819312, 44.509148], [-111.868605, 44.563917], [-112.104113, 44.520102], [-112.241036, 44.569394], [-112.471068, 44.481763], [-112.783254, 44.48724], [-112.887315, 44.394132], [-113.002331, 44.448902], [-113.133778, 44.772041], [-113.341901, 44.782995], [-113.456917, 44.865149], [-113.45144, 45.056842], [-113.571933, 45.128042], [-113.736241, 45.330689], [-113.834826, 45.522382], [-113.807441, 45.604536], [-113.98818, 45.703121], [-114.086765, 45.593582], [-114.333228, 45.456659], [-114.546828, 45.560721], [-114.497536, 45.670259], [-114.568736, 45.774321], [-114.387997, 45.88386], [-114.492059, 46.037214], [-114.464674, 46.272723], [-114.322274, 46.645155], [-114.612552, 46.639678], [-114.623506, 46.705401], [-114.886399, 46.809463], [-114.930214, 46.919002], [-115.302646, 47.187372], [-115.324554, 47.258572], [-115.527201, 47.302388], [-115.718894, 47.42288], [-115.724371, 47.696727], [-116.04751, 47.976051], [-116.04751, 49.000239], [-111.50165, 48.994762], [-109.453274, 49.000239], [-104.047534, 49.000239]]]]}, "bbox": [-116.04751, 44.394132, -104.042057, 49.000239]}, {"id": "26", "type": "Feature", "properties": {"id": "NE", "name": "Nebraska"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-103.324578, 43.002989], [-101.626726, 42.997512], [-98.499393, 42.997512], [-98.466531, 42.94822], [-97.951699, 42.767481], [-97.831206, 42.866066], [-97.688806, 42.844158], [-97.217789, 42.844158], [-96.692003, 42.657942], [-96.626279, 42.515542], [-96.44554, 42.488157], [-96.264801, 42.039048], [-96.127878, 41.973325], [-96.062155, 41.798063], [-96.122401, 41.67757], [-96.095016, 41.540646], [-95.919754, 41.453015], [-95.925231, 41.201076], [-95.826646, 40.976521], [-95.881416, 40.719105], [-95.7664, 40.587659], [-95.552799, 40.264519], [-95.306337, 40.001626], [-101.90605, 40.001626], [-102.053927, 40.001626], [-102.053927, 41.003906], [-104.053011, 41.003906], [-104.053011, 43.002989], [-103.324578, 43.002989]]]]}, "bbox": [-104.053011, 40.001626, -95.306337, 43.002989]}, {"id": "27", "type": "Feature", "properties": {"id": "NV", "name": "Nevada"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-117.027882, 42.000709], [-114.04295, 41.995232], [-114.048427, 37.000263], [-114.048427, 36.195153], [-114.152489, 36.025367], [-114.251074, 36.01989], [-114.371566, 36.140383], [-114.738521, 36.102045], [-114.678275, 35.516012], [-114.596121, 35.324319], [-114.574213, 35.138103], [-114.634459, 35.00118], [-115.85034, 35.970598], [-116.540435, 36.501861], [-117.498899, 37.21934], [-118.71478, 38.101128], [-120.001861, 38.999346], [-119.996384, 40.264519], [-120.001861, 41.995232], [-118.698349, 41.989755], [-117.027882, 42.000709]]]]}, "bbox": [-120.001861, 35.00118, -114.04295, 42.000709]}, {"id": "28", "type": "Feature", "properties": {"id": "NH", "name": "New Hampshire"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-71.08183, 45.303304], [-71.032537, 44.657025], [-70.966814, 43.34256], [-70.807983, 43.227544], [-70.824413, 43.128959], [-70.703921, 43.057759], [-70.818936, 42.871543], [-70.917521, 42.887974], [-71.185891, 42.789389], [-71.29543, 42.696281], [-72.456542, 42.729142], [-72.544173, 42.80582], [-72.533219, 42.953697], [-72.445588, 43.008466], [-72.456542, 43.150867], [-72.379864, 43.572591], [-72.204602, 43.769761], [-72.116971, 43.994316], [-72.02934, 44.07647], [-72.034817, 44.322932], [-71.700724, 44.41604], [-71.536416, 44.585825], [-71.629524, 44.750133], [-71.4926, 44.914442], [-71.503554, 45.013027], [-71.361154, 45.270443], [-71.131122, 45.243058], [-71.08183, 45.303304]]]]}, "bbox": [-72.544173, 42.696281, -70.703921, 45.303304]}, {"id": "29", "type": "Feature", "properties": {"id": "NJ", "name": "New Jersey"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-74.236547, 41.14083], [-73.902454, 40.998429], [-74.022947, 40.708151], [-74.187255, 40.642428], [-74.274886, 40.489074], [-74.001039, 40.412397], [-73.979131, 40.297381], [-74.099624, 39.760641], [-74.411809, 39.360824], [-74.614456, 39.245808], [-74.795195, 38.993869], [-74.888303, 39.158177], [-75.178581, 39.240331], [-75.534582, 39.459409], [-75.55649, 39.607286], [-75.561967, 39.629194], [-75.507197, 39.683964], [-75.414089, 39.804456], [-75.145719, 39.88661], [-75.129289, 39.963288], [-74.82258, 40.127596], [-74.773287, 40.215227], [-75.058088, 40.417874], [-75.069042, 40.543843], [-75.195012, 40.576705], [-75.205966, 40.691721], [-75.052611, 40.866983], [-75.134765, 40.971045], [-74.882826, 41.179168], [-74.828057, 41.288707], [-74.69661, 41.359907], [-74.236547, 41.14083]]]]}, "bbox": [-75.561967, 38.993869, -73.902454, 41.359907]}, {"id": "30", "type": "Feature", "properties": {"id": "NM", "name": "New Mexico"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-107.421329, 37.000263], [-106.868158, 36.994786], [-104.337812, 36.994786], [-103.001438, 37.000263], [-103.001438, 36.501861], [-103.039777, 36.501861], [-103.045254, 34.01533], [-103.067161, 33.002096], [-103.067161, 31.999816], [-106.616219, 31.999816], [-106.643603, 31.901231], [-106.528588, 31.786216], [-108.210008, 31.786216], [-108.210008, 31.331629], [-109.04798, 31.331629], [-109.042503, 37.000263], [-107.421329, 37.000263]]]]}, "bbox": [-109.04798, 31.331629, -103.001438, 37.000263]}, {"id": "31", "type": "Feature", "properties": {"id": "NY", "name": "New York"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-73.343806, 45.013027], [-73.332852, 44.804903], [-73.387622, 44.618687], [-73.294514, 44.437948], [-73.321898, 44.246255], [-73.436914, 44.043608], [-73.349283, 43.769761], [-73.404052, 43.687607], [-73.245221, 43.523299], [-73.278083, 42.833204], [-73.267129, 42.745573], [-73.508114, 42.08834], [-73.486206, 42.050002], [-73.55193, 41.294184], [-73.48073, 41.21203], [-73.727192, 41.102491], [-73.655992, 40.987475], [-73.22879, 40.905321], [-73.141159, 40.965568], [-72.774204, 40.965568], [-72.587988, 40.998429], [-72.28128, 41.157261], [-72.259372, 41.042245], [-72.100541, 40.992952], [-72.467496, 40.845075], [-73.239744, 40.625997], [-73.562884, 40.582182], [-73.776484, 40.593136], [-73.935316, 40.543843], [-74.022947, 40.708151], [-73.902454, 40.998429], [-74.236547, 41.14083], [-74.69661, 41.359907], [-74.740426, 41.431108], [-74.89378, 41.436584], [-75.074519, 41.60637], [-75.052611, 41.754247], [-75.173104, 41.869263], [-75.249781, 41.863786], [-75.35932, 42.000709], [-79.76278, 42.000709], [-79.76278, 42.252649], [-79.76278, 42.269079], [-79.149363, 42.55388], [-79.050778, 42.690804], [-78.853608, 42.783912], [-78.930285, 42.953697], [-79.012439, 42.986559], [-79.072686, 43.260406], [-78.486653, 43.375421], [-77.966344, 43.369944], [-77.75822, 43.34256], [-77.533665, 43.233021], [-77.391265, 43.276836], [-76.958587, 43.271359], [-76.695693, 43.34256], [-76.41637, 43.523299], [-76.235631, 43.528776], [-76.230154, 43.802623], [-76.137046, 43.961454], [-76.3616, 44.070993], [-76.312308, 44.196962], [-75.912491, 44.366748], [-75.764614, 44.514625], [-75.282643, 44.848718], [-74.828057, 45.018503], [-74.148916, 44.991119], [-73.343806, 45.013027]]]]}, "bbox": [-79.76278, 40.543843, -72.100541, 45.018503]}, {"id": "32", "type": "Feature", "properties": {"id": "NC", "name": "North Carolina"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-80.978661, 36.562108], [-80.294043, 36.545677], [-79.510841, 36.5402], [-75.868676, 36.551154], [-75.75366, 36.151337], [-76.032984, 36.189676], [-76.071322, 36.140383], [-76.410893, 36.080137], [-76.460185, 36.025367], [-76.68474, 36.008937], [-76.673786, 35.937736], [-76.399939, 35.987029], [-76.3616, 35.943213], [-76.060368, 35.992506], [-75.961783, 35.899398], [-75.781044, 35.937736], [-75.715321, 35.696751], [-75.775568, 35.581735], [-75.89606, 35.570781], [-76.147999, 35.324319], [-76.482093, 35.313365], [-76.536862, 35.14358], [-76.394462, 34.973795], [-76.279446, 34.940933], [-76.493047, 34.661609], [-76.673786, 34.694471], [-76.991448, 34.667086], [-77.210526, 34.60684], [-77.555573, 34.415147], [-77.82942, 34.163208], [-77.971821, 33.845545], [-78.179944, 33.916745], [-78.541422, 33.851022], [-79.675149, 34.80401], [-80.797922, 34.820441], [-80.781491, 34.935456], [-80.934845, 35.105241], [-81.038907, 35.044995], [-81.044384, 35.149057], [-82.276696, 35.198349], [-82.550543, 35.160011], [-82.764143, 35.066903], [-83.109191, 35.00118], [-83.618546, 34.984749], [-84.319594, 34.990226], [-84.29221, 35.225734], [-84.09504, 35.247642], [-84.018363, 35.41195], [-83.7719, 35.559827], [-83.498053, 35.565304], [-83.251591, 35.718659], [-82.994175, 35.773428], [-82.775097, 35.997983], [-82.638174, 36.063706], [-82.610789, 35.965121], [-82.216449, 36.156814], [-82.03571, 36.118475], [-81.909741, 36.304691], [-81.723525, 36.353984], [-81.679709, 36.589492], [-80.978661, 36.562108]]]]}, "bbox": [-84.319594, 33.845545, -75.715321, 36.589492]}, {"id": "33", "type": "Feature", "properties": {"id": "ND", "name": "North Dakota"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-97.228743, 49.000239], [-97.097296, 48.682577], [-97.16302, 48.545653], [-97.130158, 48.140359], [-97.053481, 47.948667], [-96.856311, 47.609096], [-96.823449, 46.968294], [-96.785111, 46.924479], [-96.801542, 46.656109], [-96.719387, 46.437031], [-96.598895, 46.332969], [-96.560556, 45.933153], [-104.047534, 45.944106], [-104.042057, 47.861036], [-104.047534, 49.000239], [-97.228743, 49.000239]]]]}, "bbox": [-104.047534, 45.933153, -96.560556, 49.000239]}, {"id": "34", "type": "Feature", "properties": {"id": "OH", "name": "Ohio"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-80.518598, 41.978802], [-80.518598, 40.636951], [-80.666475, 40.582182], [-80.595275, 40.472643], [-80.600752, 40.319289], [-80.737675, 40.078303], [-80.830783, 39.711348], [-81.219646, 39.388209], [-81.345616, 39.344393], [-81.455155, 39.410117], [-81.57017, 39.267716], [-81.685186, 39.273193], [-81.811156, 39.0815], [-81.783771, 38.966484], [-81.887833, 38.873376], [-82.03571, 39.026731], [-82.221926, 38.785745], [-82.172634, 38.632391], [-82.293127, 38.577622], [-82.331465, 38.446175], [-82.594358, 38.424267], [-82.731282, 38.561191], [-82.846298, 38.588575], [-82.890113, 38.758361], [-83.032514, 38.725499], [-83.142052, 38.626914], [-83.519961, 38.703591], [-83.678792, 38.632391], [-83.903347, 38.769315], [-84.215533, 38.807653], [-84.231963, 38.895284], [-84.43461, 39.103408], [-84.817996, 39.103408], [-84.801565, 40.500028], [-84.807042, 41.694001], [-83.454238, 41.732339], [-83.065375, 41.595416], [-82.933929, 41.513262], [-82.835344, 41.589939], [-82.616266, 41.431108], [-82.479343, 41.381815], [-82.013803, 41.513262], [-81.739956, 41.485877], [-81.444201, 41.672093], [-81.011523, 41.852832], [-80.518598, 41.978802], [-80.518598, 41.978802]]]]}, "bbox": [-84.817996, 38.424267, -80.518598, 41.978802]}, {"id": "35", "type": "Feature", "properties": {"id": "OK", "name": "Oklahoma"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-100.087706, 37.000263], [-94.616242, 37.000263], [-94.616242, 36.501861], [-94.430026, 35.395519], [-94.484796, 33.637421], [-94.868182, 33.74696], [-94.966767, 33.861976], [-95.224183, 33.960561], [-95.289906, 33.87293], [-95.547322, 33.878407], [-95.602092, 33.933176], [-95.8376, 33.834591], [-95.936185, 33.889361], [-96.149786, 33.840068], [-96.346956, 33.686714], [-96.423633, 33.774345], [-96.631756, 33.845545], [-96.850834, 33.845545], [-96.922034, 33.960561], [-97.173974, 33.736006], [-97.256128, 33.861976], [-97.371143, 33.823637], [-97.458774, 33.905791], [-97.694283, 33.982469], [-97.869545, 33.851022], [-97.946222, 33.987946], [-98.088623, 34.004376], [-98.170777, 34.113915], [-98.36247, 34.157731], [-98.488439, 34.064623], [-98.570593, 34.146777], [-98.767763, 34.135823], [-98.986841, 34.223454], [-99.189488, 34.2125], [-99.260688, 34.404193], [-99.57835, 34.415147], [-99.698843, 34.382285], [-99.923398, 34.573978], [-100.000075, 34.563024], [-100.000075, 36.501861], [-101.812942, 36.501861], [-103.001438, 36.501861], [-103.001438, 37.000263], [-102.042974, 36.994786], [-100.087706, 37.000263]]]]}, "bbox": [-103.001438, 33.637421, -94.430026, 37.000263]}, {"id": "36", "type": "Feature", "properties": {"id": "OR", "name": "Oregon"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-123.211348, 46.174138], [-123.11824, 46.185092], [-122.904639, 46.08103], [-122.811531, 45.960537], [-122.762239, 45.659305], [-122.247407, 45.549767], [-121.809251, 45.708598], [-121.535404, 45.725029], [-121.217742, 45.670259], [-121.18488, 45.604536], [-120.637186, 45.746937], [-120.505739, 45.697644], [-120.209985, 45.725029], [-119.963522, 45.823614], [-119.525367, 45.911245], [-119.125551, 45.933153], [-118.988627, 45.998876], [-116.918344, 45.993399], [-116.78142, 45.823614], [-116.545912, 45.752413], [-116.463758, 45.61549], [-116.671881, 45.319735], [-116.732128, 45.144473], [-116.847143, 45.02398], [-116.830713, 44.930872], [-116.934774, 44.782995], [-117.038836, 44.750133], [-117.241483, 44.394132], [-117.170283, 44.257209], [-116.97859, 44.240778], [-116.896436, 44.158624], [-117.027882, 43.830007], [-117.027882, 42.000709], [-118.698349, 41.989755], [-120.001861, 41.995232], [-121.037003, 41.995232], [-122.378853, 42.011663], [-123.233256, 42.006186], [-124.213628, 42.000709], [-124.356029, 42.115725], [-124.432706, 42.438865], [-124.416275, 42.663419], [-124.553198, 42.838681], [-124.454613, 43.002989], [-124.383413, 43.271359], [-124.235536, 43.55616], [-124.169813, 43.8081], [-124.060274, 44.657025], [-124.076705, 44.772041], [-123.97812, 45.144473], [-123.939781, 45.659305], [-123.994551, 45.944106], [-123.945258, 46.113892], [-123.545441, 46.261769], [-123.370179, 46.146753], [-123.211348, 46.174138]]]]}, "bbox": [-124.553198, 41.989755, -116.463758, 46.261769]}, {"id": "37", "type": "Feature", "properties": {"id": "PA", "name": "Pennsylvania"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-79.76278, 42.252649], [-79.76278, 42.000709], [-75.35932, 42.000709], [-75.249781, 41.863786], [-75.173104, 41.869263], [-75.052611, 41.754247], [-75.074519, 41.60637], [-74.89378, 41.436584], [-74.740426, 41.431108], [-74.69661, 41.359907], [-74.828057, 41.288707], [-74.882826, 41.179168], [-75.134765, 40.971045], [-75.052611, 40.866983], [-75.205966, 40.691721], [-75.195012, 40.576705], [-75.069042, 40.543843], [-75.058088, 40.417874], [-74.773287, 40.215227], [-74.82258, 40.127596], [-75.129289, 39.963288], [-75.145719, 39.88661], [-75.414089, 39.804456], [-75.616736, 39.831841], [-75.786521, 39.722302], [-79.477979, 39.722302], [-80.518598, 39.722302], [-80.518598, 40.636951], [-80.518598, 41.978802], [-80.518598, 41.978802], [-80.332382, 42.033571], [-79.76278, 42.269079], [-79.76278, 42.252649]]]]}, "bbox": [-80.518598, 39.722302, -74.69661, 42.269079]}, {"id": "38", "type": "Feature", "properties": {"id": "RI", "name": "Rhode Island"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-71.196845, 41.67757], [-71.120168, 41.496831], [-71.317338, 41.474923], [-71.196845, 41.67757]]], [[[-71.530939, 42.01714], [-71.383061, 42.01714], [-71.328292, 41.781632], [-71.22423, 41.710431], [-71.344723, 41.726862], [-71.448785, 41.578985], [-71.481646, 41.370861], [-71.859555, 41.321569], [-71.799309, 41.414677], [-71.799309, 42.006186], [-71.530939, 42.01714]]]]}, "bbox": [-71.859555, 41.321569, -71.120168, 42.01714]}, {"id": "39", "type": "Feature", "properties": {"id": "SC", "name": "South Carolina"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-82.764143, 35.066903], [-82.550543, 35.160011], [-82.276696, 35.198349], [-81.044384, 35.149057], [-81.038907, 35.044995], [-80.934845, 35.105241], [-80.781491, 34.935456], [-80.797922, 34.820441], [-79.675149, 34.80401], [-78.541422, 33.851022], [-78.716684, 33.80173], [-78.935762, 33.637421], [-79.149363, 33.380005], [-79.187701, 33.171881], [-79.357487, 33.007573], [-79.582041, 33.007573], [-79.631334, 32.887081], [-79.866842, 32.755634], [-79.998289, 32.613234], [-80.206412, 32.552987], [-80.430967, 32.399633], [-80.452875, 32.328433], [-80.660998, 32.246279], [-80.885553, 32.032678], [-81.115584, 32.120309], [-81.121061, 32.290094], [-81.279893, 32.558464], [-81.416816, 32.629664], [-81.42777, 32.843265], [-81.493493, 33.007573], [-81.761863, 33.160928], [-81.937125, 33.347144], [-81.926172, 33.462159], [-82.194542, 33.631944], [-82.325988, 33.81816], [-82.55602, 33.94413], [-82.714851, 34.152254], [-82.747713, 34.26727], [-82.901067, 34.486347], [-83.005129, 34.469916], [-83.339222, 34.683517], [-83.322791, 34.787579], [-83.109191, 35.00118], [-82.764143, 35.066903]]]]}, "bbox": [-83.339222, 32.032678, -78.541422, 35.198349]}, {"id": "40", "type": "Feature", "properties": {"id": "SD", "name": "South Dakota"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-104.047534, 45.944106], [-96.560556, 45.933153], [-96.582464, 45.818137], [-96.856311, 45.604536], [-96.681049, 45.412843], [-96.451017, 45.297827], [-96.451017, 43.501391], [-96.582464, 43.479483], [-96.527695, 43.397329], [-96.560556, 43.222067], [-96.434587, 43.123482], [-96.511264, 43.052282], [-96.544125, 42.855112], [-96.631756, 42.707235], [-96.44554, 42.488157], [-96.626279, 42.515542], [-96.692003, 42.657942], [-97.217789, 42.844158], [-97.688806, 42.844158], [-97.831206, 42.866066], [-97.951699, 42.767481], [-98.466531, 42.94822], [-98.499393, 42.997512], [-101.626726, 42.997512], [-103.324578, 43.002989], [-104.053011, 43.002989], [-104.058488, 44.996596], [-104.042057, 44.996596], [-104.047534, 45.944106]]]]}, "bbox": [-104.058488, 42.488157, -96.434587, 45.944106]}, {"id": "41", "type": "Feature", "properties": {"id": "TN", "name": "Tennessee"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-88.054868, 36.496384], [-88.071299, 36.677123], [-87.852221, 36.633308], [-86.592525, 36.655216], [-85.486183, 36.616877], [-85.289013, 36.627831], [-84.544149, 36.594969], [-83.689746, 36.584015], [-83.673316, 36.600446], [-81.679709, 36.589492], [-81.723525, 36.353984], [-81.909741, 36.304691], [-82.03571, 36.118475], [-82.216449, 36.156814], [-82.610789, 35.965121], [-82.638174, 36.063706], [-82.775097, 35.997983], [-82.994175, 35.773428], [-83.251591, 35.718659], [-83.498053, 35.565304], [-83.7719, 35.559827], [-84.018363, 35.41195], [-84.09504, 35.247642], [-84.29221, 35.225734], [-84.319594, 34.990226], [-85.606675, 34.984749], [-87.359296, 35.00118], [-88.202745, 34.995703], [-88.471115, 34.995703], [-90.311367, 34.995703], [-90.212782, 35.023087], [-90.114197, 35.198349], [-90.130628, 35.439335], [-89.944412, 35.603643], [-89.911551, 35.756997], [-89.763673, 35.811767], [-89.730812, 35.997983], [-89.533642, 36.249922], [-89.539119, 36.496384], [-89.484349, 36.496384], [-89.418626, 36.496384], [-89.298133, 36.507338], [-88.054868, 36.496384]]]]}, "bbox": [-90.311367, 34.984749, -81.679709, 36.677123]}, {"id": "42", "type": "Feature", "properties": {"id": "TX", "name": "Texas"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-101.812942, 36.501861], [-100.000075, 36.501861], [-100.000075, 34.563024], [-99.923398, 34.573978], [-99.698843, 34.382285], [-99.57835, 34.415147], [-99.260688, 34.404193], [-99.189488, 34.2125], [-98.986841, 34.223454], [-98.767763, 34.135823], [-98.570593, 34.146777], [-98.488439, 34.064623], [-98.36247, 34.157731], [-98.170777, 34.113915], [-98.088623, 34.004376], [-97.946222, 33.987946], [-97.869545, 33.851022], [-97.694283, 33.982469], [-97.458774, 33.905791], [-97.371143, 33.823637], [-97.256128, 33.861976], [-97.173974, 33.736006], [-96.922034, 33.960561], [-96.850834, 33.845545], [-96.631756, 33.845545], [-96.423633, 33.774345], [-96.346956, 33.686714], [-96.149786, 33.840068], [-95.936185, 33.889361], [-95.8376, 33.834591], [-95.602092, 33.933176], [-95.547322, 33.878407], [-95.289906, 33.87293], [-95.224183, 33.960561], [-94.966767, 33.861976], [-94.868182, 33.74696], [-94.484796, 33.637421], [-94.380734, 33.544313], [-94.183564, 33.593606], [-94.041164, 33.54979], [-94.041164, 33.018527], [-94.041164, 31.994339], [-93.822086, 31.775262], [-93.816609, 31.556184], [-93.542762, 31.15089], [-93.526331, 30.93729], [-93.630393, 30.679874], [-93.728978, 30.575812], [-93.696116, 30.438888], [-93.767317, 30.334826], [-93.690639, 30.143133], [-93.926148, 29.787132], [-93.838517, 29.688547], [-94.002825, 29.68307], [-94.523134, 29.546147], [-94.70935, 29.622824], [-94.742212, 29.787132], [-94.873659, 29.672117], [-94.966767, 29.699501], [-95.016059, 29.557101], [-94.911997, 29.496854], [-94.895566, 29.310638], [-95.081782, 29.113469], [-95.383014, 28.867006], [-95.985477, 28.604113], [-96.045724, 28.647929], [-96.226463, 28.582205], [-96.23194, 28.642452], [-96.478402, 28.598636], [-96.593418, 28.724606], [-96.664618, 28.697221], [-96.401725, 28.439805], [-96.593418, 28.357651], [-96.774157, 28.406943], [-96.801542, 28.226204], [-97.026096, 28.039988], [-97.256128, 27.694941], [-97.404005, 27.333463], [-97.513544, 27.360848], [-97.540929, 27.229401], [-97.425913, 27.262263], [-97.480682, 26.99937], [-97.557359, 26.988416], [-97.562836, 26.840538], [-97.469728, 26.758384], [-97.442344, 26.457153], [-97.332805, 26.353091], [-97.30542, 26.161398], [-97.217789, 25.991613], [-97.524498, 25.887551], [-97.650467, 26.018997], [-97.885976, 26.06829], [-98.198161, 26.057336], [-98.466531, 26.221644], [-98.669178, 26.238075], [-98.822533, 26.369522], [-99.030656, 26.413337], [-99.173057, 26.539307], [-99.266165, 26.840538], [-99.446904, 27.021277], [-99.424996, 27.174632], [-99.50715, 27.33894], [-99.479765, 27.48134], [-99.605735, 27.640172], [-99.709797, 27.656603], [-99.879582, 27.799003], [-99.934351, 27.979742], [-100.082229, 28.14405], [-100.29583, 28.280974], [-100.399891, 28.582205], [-100.498476, 28.66436], [-100.629923, 28.905345], [-100.673738, 29.102515], [-100.799708, 29.244915], [-101.013309, 29.370885], [-101.062601, 29.458516], [-101.259771, 29.535193], [-101.413125, 29.754271], [-101.851281, 29.803563], [-102.114174, 29.792609], [-102.338728, 29.869286], [-102.388021, 29.765225], [-102.629006, 29.732363], [-102.809745, 29.524239], [-102.919284, 29.190146], [-102.97953, 29.184669], [-103.116454, 28.987499], [-103.280762, 28.982022], [-103.527224, 29.135376], [-104.146119, 29.381839], [-104.266611, 29.513285], [-104.507597, 29.639255], [-104.677382, 29.924056], [-104.688336, 30.181472], [-104.858121, 30.389596], [-104.896459, 30.570335], [-105.005998, 30.685351], [-105.394861, 30.855136], [-105.602985, 31.085167], [-105.77277, 31.167321], [-105.953509, 31.364491], [-106.205448, 31.468553], [-106.38071, 31.731446], [-106.528588, 31.786216], [-106.643603, 31.901231], [-106.616219, 31.999816], [-103.067161, 31.999816], [-103.067161, 33.002096], [-103.045254, 34.01533], [-103.039777, 36.501861], [-103.001438, 36.501861], [-101.812942, 36.501861]]]]}, "bbox": [-106.643603, 25.887551, -93.526331, 36.501861]}, {"id": "43", "type": "Feature", "properties": {"id": "UT", "name": "Utah"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-112.164359, 41.995232], [-111.047063, 42.000709], [-111.047063, 40.998429], [-109.04798, 40.998429], [-109.053457, 39.125316], [-109.058934, 38.27639], [-109.042503, 38.166851], [-109.042503, 37.000263], [-110.499369, 37.00574], [-114.048427, 37.000263], [-114.04295, 41.995232], [-112.164359, 41.995232]]]]}, "bbox": [-114.048427, 37.000263, -109.042503, 42.000709]}, {"id": "44", "type": "Feature", "properties": {"id": "VT", "name": "Vermont"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-71.503554, 45.013027], [-71.4926, 44.914442], [-71.629524, 44.750133], [-71.536416, 44.585825], [-71.700724, 44.41604], [-72.034817, 44.322932], [-72.02934, 44.07647], [-72.116971, 43.994316], [-72.204602, 43.769761], [-72.379864, 43.572591], [-72.456542, 43.150867], [-72.445588, 43.008466], [-72.533219, 42.953697], [-72.544173, 42.80582], [-72.456542, 42.729142], [-73.267129, 42.745573], [-73.278083, 42.833204], [-73.245221, 43.523299], [-73.404052, 43.687607], [-73.349283, 43.769761], [-73.436914, 44.043608], [-73.321898, 44.246255], [-73.294514, 44.437948], [-73.387622, 44.618687], [-73.332852, 44.804903], [-73.343806, 45.013027], [-72.308664, 45.002073], [-71.503554, 45.013027]]]]}, "bbox": [-73.436914, 42.729142, -71.4926, 45.013027]}, {"id": "45", "type": "Feature", "properties": {"id": "VA", "name": "Virginia"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-75.397659, 38.013497], [-75.244304, 38.029928], [-75.375751, 37.860142], [-75.512674, 37.799896], [-75.594828, 37.569865], [-75.802952, 37.197433], [-75.972737, 37.120755], [-76.027507, 37.257679], [-75.939876, 37.564388], [-75.671506, 37.95325], [-75.397659, 38.013497]]], [[[-78.349729, 39.464886], [-77.82942, 39.130793], [-77.719881, 39.322485], [-77.566527, 39.306055], [-77.456988, 39.223901], [-77.456988, 39.076023], [-77.248864, 39.026731], [-77.117418, 38.933623], [-77.040741, 38.791222], [-77.128372, 38.632391], [-77.248864, 38.588575], [-77.325542, 38.446175], [-77.281726, 38.342113], [-77.013356, 38.374975], [-76.964064, 38.216144], [-76.613539, 38.15042], [-76.514954, 38.024451], [-76.235631, 37.887527], [-76.3616, 37.608203], [-76.246584, 37.389126], [-76.383508, 37.285064], [-76.399939, 37.159094], [-76.273969, 37.082417], [-76.410893, 36.961924], [-76.619016, 37.120755], [-76.668309, 37.065986], [-76.48757, 36.95097], [-75.994645, 36.923586], [-75.868676, 36.551154], [-79.510841, 36.5402], [-80.294043, 36.545677], [-80.978661, 36.562108], [-81.679709, 36.589492], [-83.673316, 36.600446], [-83.136575, 36.742847], [-83.070852, 36.852385], [-82.879159, 36.890724], [-82.868205, 36.978355], [-82.720328, 37.044078], [-82.720328, 37.120755], [-82.353373, 37.268633], [-81.969987, 37.537003], [-81.986418, 37.454849], [-81.849494, 37.285064], [-81.679709, 37.20291], [-81.55374, 37.208387], [-81.362047, 37.339833], [-81.225123, 37.235771], [-80.967707, 37.290541], [-80.513121, 37.482234], [-80.474782, 37.421987], [-80.29952, 37.509618], [-80.294043, 37.690357], [-80.184505, 37.849189], [-79.998289, 37.997066], [-79.921611, 38.177805], [-79.724442, 38.364021], [-79.647764, 38.594052], [-79.477979, 38.457129], [-79.313671, 38.413313], [-79.209609, 38.495467], [-78.996008, 38.851469], [-78.870039, 38.763838], [-78.404499, 39.169131], [-78.349729, 39.464886]], [[-76.016553, 37.95325], [-75.994645, 37.95325], [-76.043938, 37.95325], [-76.016553, 37.95325]]]]}, "bbox": [-83.673316, 36.5402, -75.244304, 39.464886]}, {"id": "46", "type": "Feature", "properties": {"id": "WA", "name": "Washington"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-117.033359, 49.000239], [-117.044313, 47.762451], [-117.038836, 46.426077], [-117.055267, 46.343923], [-116.92382, 46.168661], [-116.918344, 45.993399], [-118.988627, 45.998876], [-119.125551, 45.933153], [-119.525367, 45.911245], [-119.963522, 45.823614], [-120.209985, 45.725029], [-120.505739, 45.697644], [-120.637186, 45.746937], [-121.18488, 45.604536], [-121.217742, 45.670259], [-121.535404, 45.725029], [-121.809251, 45.708598], [-122.247407, 45.549767], [-122.762239, 45.659305], [-122.811531, 45.960537], [-122.904639, 46.08103], [-123.11824, 46.185092], [-123.211348, 46.174138], [-123.370179, 46.146753], [-123.545441, 46.261769], [-123.72618, 46.300108], [-123.874058, 46.239861], [-124.065751, 46.327492], [-124.027412, 46.464416], [-123.895966, 46.535616], [-124.098612, 46.74374], [-124.235536, 47.285957], [-124.31769, 47.357157], [-124.427229, 47.740543], [-124.624399, 47.88842], [-124.706553, 48.184175], [-124.597014, 48.381345], [-124.394367, 48.288237], [-123.983597, 48.162267], [-123.704273, 48.167744], [-123.424949, 48.118452], [-123.162056, 48.167744], [-123.036086, 48.080113], [-122.800578, 48.08559], [-122.636269, 47.866512], [-122.515777, 47.882943], [-122.493869, 47.587189], [-122.422669, 47.318818], [-122.324084, 47.346203], [-122.422669, 47.576235], [-122.395284, 47.800789], [-122.230976, 48.030821], [-122.362422, 48.123929], [-122.373376, 48.288237], [-122.471961, 48.468976], [-122.422669, 48.600422], [-122.488392, 48.753777], [-122.647223, 48.775685], [-122.795101, 48.8907], [-122.756762, 49.000239], [-117.033359, 49.000239]]], [[[-122.718423, 48.310145], [-122.586977, 48.35396], [-122.608885, 48.151313], [-122.767716, 48.227991], [-122.718423, 48.310145]]], [[[-123.025132, 48.583992], [-122.915593, 48.715438], [-122.767716, 48.556607], [-122.811531, 48.419683], [-123.041563, 48.458022], [-123.025132, 48.583992]]]]}, "bbox": [-124.706553, 45.549767, -116.918344, 49.000239]}, {"id": "47", "type": "Feature", "properties": {"id": "WV", "name": "West Virginia"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-80.518598, 40.636951], [-80.518598, 39.722302], [-79.477979, 39.722302], [-79.488933, 39.20747], [-79.291763, 39.300578], [-79.094593, 39.470363], [-78.963147, 39.437501], [-78.765977, 39.585379], [-78.470222, 39.514178], [-78.431884, 39.623717], [-78.267575, 39.61824], [-78.174467, 39.694917], [-78.004682, 39.601809], [-77.834897, 39.601809], [-77.719881, 39.322485], [-77.82942, 39.130793], [-78.349729, 39.464886], [-78.404499, 39.169131], [-78.870039, 38.763838], [-78.996008, 38.851469], [-79.209609, 38.495467], [-79.313671, 38.413313], [-79.477979, 38.457129], [-79.647764, 38.594052], [-79.724442, 38.364021], [-79.921611, 38.177805], [-79.998289, 37.997066], [-80.184505, 37.849189], [-80.294043, 37.690357], [-80.29952, 37.509618], [-80.474782, 37.421987], [-80.513121, 37.482234], [-80.967707, 37.290541], [-81.225123, 37.235771], [-81.362047, 37.339833], [-81.55374, 37.208387], [-81.679709, 37.20291], [-81.849494, 37.285064], [-81.986418, 37.454849], [-81.969987, 37.537003], [-82.101434, 37.553434], [-82.293127, 37.668449], [-82.342419, 37.783465], [-82.50125, 37.931343], [-82.621743, 38.123036], [-82.594358, 38.424267], [-82.331465, 38.446175], [-82.293127, 38.577622], [-82.172634, 38.632391], [-82.221926, 38.785745], [-82.03571, 39.026731], [-81.887833, 38.873376], [-81.783771, 38.966484], [-81.811156, 39.0815], [-81.685186, 39.273193], [-81.57017, 39.267716], [-81.455155, 39.410117], [-81.345616, 39.344393], [-81.219646, 39.388209], [-80.830783, 39.711348], [-80.737675, 40.078303], [-80.600752, 40.319289], [-80.595275, 40.472643], [-80.666475, 40.582182], [-80.518598, 40.636951]]]]}, "bbox": [-82.621743, 37.20291, -77.719881, 40.636951]}, {"id": "48", "type": "Feature", "properties": {"id": "WI", "name": "Wisconsin"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-90.415429, 46.568478], [-90.229213, 46.508231], [-90.119674, 46.338446], [-89.09001, 46.135799], [-88.662808, 45.987922], [-88.531362, 46.020784], [-88.10416, 45.922199], [-87.989145, 45.796229], [-87.781021, 45.675736], [-87.791975, 45.500474], [-87.885083, 45.363551], [-87.649574, 45.341643], [-87.742682, 45.199243], [-87.589328, 45.095181], [-87.627666, 44.974688], [-87.819359, 44.95278], [-87.983668, 44.722749], [-88.043914, 44.563917], [-87.928898, 44.536533], [-87.775544, 44.640595], [-87.611236, 44.837764], [-87.403112, 44.914442], [-87.238804, 45.166381], [-87.03068, 45.22115], [-87.047111, 45.089704], [-87.189511, 44.969211], [-87.468835, 44.552964], [-87.545512, 44.322932], [-87.540035, 44.158624], [-87.644097, 44.103854], [-87.737205, 43.8793], [-87.704344, 43.687607], [-87.791975, 43.561637], [-87.912467, 43.249452], [-87.885083, 43.002989], [-87.76459, 42.783912], [-87.802929, 42.493634], [-88.788778, 42.493634], [-90.639984, 42.510065], [-90.711184, 42.636034], [-91.067185, 42.75105], [-91.143862, 42.909881], [-91.176724, 43.134436], [-91.056231, 43.254929], [-91.204109, 43.353514], [-91.215062, 43.501391], [-91.269832, 43.616407], [-91.242447, 43.775238], [-91.43414, 43.994316], [-91.592971, 44.032654], [-91.877772, 44.202439], [-91.927065, 44.333886], [-92.233773, 44.443425], [-92.337835, 44.552964], [-92.545959, 44.569394], [-92.808852, 44.750133], [-92.737652, 45.117088], [-92.75956, 45.286874], [-92.644544, 45.440228], [-92.770513, 45.566198], [-92.885529, 45.577151], [-92.869098, 45.719552], [-92.639067, 45.933153], [-92.354266, 46.015307], [-92.29402, 46.075553], [-92.29402, 46.667063], [-92.091373, 46.749217], [-92.014696, 46.705401], [-91.790141, 46.694447], [-91.09457, 46.864232], [-90.837154, 46.95734], [-90.749522, 46.88614], [-90.886446, 46.754694], [-90.55783, 46.584908], [-90.415429, 46.568478]]]]}, "bbox": [-92.885529, 42.493634, -87.03068, 46.95734]}, {"id": "49", "type": "Feature", "properties": {"id": "WY", "name": "Wyoming"}, "geometry": {"type": "MultiPolygon", "coordinates": [[[[-109.080842, 45.002073], [-105.91517, 45.002073], [-104.058488, 44.996596], [-104.053011, 43.002989], [-104.053011, 41.003906], [-105.728954, 40.998429], [-107.919731, 41.003906], [-109.04798, 40.998429], [-111.047063, 40.998429], [-111.047063, 42.000709], [-111.047063, 44.476286], [-111.05254, 45.002073], [-109.080842, 45.002073]]]]}, "bbox": [-111.05254, 40.998429, -104.053011, 45.002073]}], "bbox": [-178.123152, 18.948267, 173.304726, 71.351633]}, "type": "geojson"}}, null]], ["addPopup", ["States", null, null]], ["fitBounds", [[-178.123152, 18.948267, 173.304726, 71.351633]]], ["setLayoutProperty", ["States", "visibility", "visible"]], ["setPaintProperty", ["States", "fill-opacity", 0.8]]]}; pymaplibregl(data); })(); diff --git a/maplibre/google_earth_engine.html b/maplibre/google_earth_engine.html index ef8ac59..95f0b2e 100644 --- a/maplibre/google_earth_engine.html +++ b/maplibre/google_earth_engine.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 30, "center": [-120.4482, 38.0399], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "ESA/WorldCover/v200", "type": "raster", "source": {"attribution": "Google Earth Engine", "tileSize": 256, "tiles": ["https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/45126b69c28e502ee06aef6ec5300b59-efa807bd50478235b40654f65b3c136b/tiles/{z}/{x}/{y}"], "type": "raster"}}, null]], ["setLayoutProperty", ["ESA/WorldCover/v200", "visibility", "visible"]], ["setPaintProperty", ["ESA/WorldCover/v200", "raster-opacity", 0.5]], ["addControl", ["InfoBoxControl", {"content": "\n\n
\n
ESA Landcover
\n
\n
    \n
  • 10 Trees
  • \n
  • 20 Shrubland
  • \n
  • 30 Grassland
  • \n
  • 40 Cropland
  • \n
  • 50 Built-up
  • \n
  • 60 Barren / sparse vegetation
  • \n
  • 70 Snow and ice
  • \n
  • 80 Open water
  • \n
  • 90 Herbaceous wetland
  • \n
  • 95 Mangroves
  • \n
  • 100 Moss and lichen
  • \n
\n
\n
\n\n \n\n\n", "cssText": "font-size: 15px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["ESA/WorldCover/v200"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; + var data = {"mapOptions": {"bearing": 30, "center": [-120.4482, 38.0399], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "ESA/WorldCover/v200", "type": "raster", "source": {"attribution": "Google Earth Engine", "tileSize": 256, "tiles": ["https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/45126b69c28e502ee06aef6ec5300b59-efa807bd50478235b40654f65b3c136b/tiles/{z}/{x}/{y}"], "type": "raster"}}, null]], ["setLayoutProperty", ["ESA/WorldCover/v200", "visibility", "visible"]], ["setPaintProperty", ["ESA/WorldCover/v200", "raster-opacity", 0.5]], ["addControl", ["InfoBoxControl", {"content": "\n\n
\n
ESA Landcover
\n
\n
    \n
  • 10 Trees
  • \n
  • 20 Shrubland
  • \n
  • 30 Grassland
  • \n
  • 40 Cropland
  • \n
  • 50 Built-up
  • \n
  • 60 Barren / sparse vegetation
  • \n
  • 70 Snow and ice
  • \n
  • 80 Open water
  • \n
  • 90 Herbaceous wetland
  • \n
  • 95 Mangroves
  • \n
  • 100 Moss and lichen
  • \n
\n
\n
\n\n \n\n\n", "cssText": "font-size: 15px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["ESA/WorldCover/v200"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/google_earth_engine_1.html b/maplibre/google_earth_engine_1.html index 8c4311f..df8b716 100644 --- a/maplibre/google_earth_engine_1.html +++ b/maplibre/google_earth_engine_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 30, "center": [-74.012998, 40.70414], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 15.6, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "ESA/WorldCover/v200", "type": "raster", "source": {"attribution": "Google Earth Engine", "tileSize": 256, "tiles": ["https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/45126b69c28e502ee06aef6ec5300b59-efa807bd50478235b40654f65b3c136b/tiles/{z}/{x}/{y}"], "type": "raster"}}, null]], ["setLayoutProperty", ["ESA/WorldCover/v200", "visibility", "visible"]], ["setPaintProperty", ["ESA/WorldCover/v200", "raster-opacity", 0.5]], ["addControl", ["InfoBoxControl", {"content": "\n\n
\n
ESA Landcover
\n
\n
    \n
  • 10 Trees
  • \n
  • 20 Shrubland
  • \n
  • 30 Grassland
  • \n
  • 40 Cropland
  • \n
  • 50 Built-up
  • \n
  • 60 Barren / sparse vegetation
  • \n
  • 70 Snow and ice
  • \n
  • 80 Open water
  • \n
  • 90 Herbaceous wetland
  • \n
  • 95 Mangroves
  • \n
  • 100 Moss and lichen
  • \n
\n
\n
\n\n \n\n\n", "cssText": "font-size: 15px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["ESA/WorldCover/v200"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=YOUR-API-KEY-PUBLIC", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]]]}; + var data = {"mapOptions": {"bearing": 30, "center": [-74.012998, 40.70414], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 15.6, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "ESA/WorldCover/v200", "type": "raster", "source": {"attribution": "Google Earth Engine", "tileSize": 256, "tiles": ["https://earthengine.googleapis.com/v1/projects/earthengine-legacy/maps/45126b69c28e502ee06aef6ec5300b59-efa807bd50478235b40654f65b3c136b/tiles/{z}/{x}/{y}"], "type": "raster"}}, null]], ["setLayoutProperty", ["ESA/WorldCover/v200", "visibility", "visible"]], ["setPaintProperty", ["ESA/WorldCover/v200", "raster-opacity", 0.5]], ["addControl", ["InfoBoxControl", {"content": "\n\n
\n
ESA Landcover
\n
\n
    \n
  • 10 Trees
  • \n
  • 20 Shrubland
  • \n
  • 30 Grassland
  • \n
  • 40 Cropland
  • \n
  • 50 Built-up
  • \n
  • 60 Barren / sparse vegetation
  • \n
  • 70 Snow and ice
  • \n
  • 80 Open water
  • \n
  • 90 Herbaceous wetland
  • \n
  • 95 Mangroves
  • \n
  • 100 Moss and lichen
  • \n
\n
\n
\n\n \n\n\n", "cssText": "font-size: 15px; color: black;\n font-weight: normal; padding: 5px;\n background-color: white; border-radius: 5px;"}, "bottom-right"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["ESA/WorldCover/v200"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]], ["addSource", ["openmaptiles", {"url": "https://api.maptiler.com/tiles/v3/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "type": "vector"}]], ["addLayer", [{"id": "3d-buildings", "type": "fill-extrusion", "minzoom": 15, "paint": {"fill-extrusion-color": ["interpolate", ["linear"], ["get", "render_height"], 0, "lightgray", 200, "royalblue", 400, "lightblue"], "fill-extrusion-height": ["interpolate", ["linear"], ["zoom"], 15, 0, 16, ["get", "render_height"]], "fill-extrusion-base": ["case", [">=", ["get", "zoom"], 16], ["get", "render_min_height"], 0]}, "source": "openmaptiles", "source-layer": "building"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/heatmap_layer.html b/maplibre/heatmap_layer.html index a716c20..1074151 100644 --- a/maplibre/heatmap_layer.html +++ b/maplibre/heatmap_layer.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-120, 50], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 2, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["earthquakes", {"type": "geojson", "data": "https://maplibre.org/maplibre-gl-js/docs/assets/earthquakes.geojson"}]], ["addLayer", [{"id": "earthquakes-heat", "type": "heatmap", "maxzoom": 9, "paint": {"heatmap-weight": ["interpolate", ["linear"], ["get", "mag"], 0, 0, 6, 1], "heatmap-intensity": ["interpolate", ["linear"], ["zoom"], 0, 1, 9, 3], "heatmap-color": ["interpolate", ["linear"], ["heatmap-density"], 0, "rgba(33,102,172,0)", 0.2, "rgb(103,169,207)", 0.4, "rgb(209,229,240)", 0.6, "rgb(253,219,199)", 0.8, "rgb(239,138,98)", 1, "rgb(178,24,43)"], "heatmap-radius": ["interpolate", ["linear"], ["zoom"], 0, 2, 9, 20], "heatmap-opacity": ["interpolate", ["linear"], ["zoom"], 7, 1, 9, 0]}, "source": "earthquakes"}, "waterway"]], ["addLayer", [{"id": "earthquakes-point", "type": "circle", "minzoom": 7, "paint": {"circle-radius": ["interpolate", ["linear"], ["zoom"], 7, ["interpolate", ["linear"], ["get", "mag"], 1, 1, 6, 4], 16, ["interpolate", ["linear"], ["get", "mag"], 1, 5, 6, 50]], "circle-color": ["interpolate", ["linear"], ["get", "mag"], 1, "rgba(33,102,172,0)", 2, "rgb(103,169,207)", 3, "rgb(209,229,240)", 4, "rgb(253,219,199)", 5, "rgb(239,138,98)", 6, "rgb(178,24,43)"], "circle-stroke-color": "white", "circle-stroke-width": 1, "circle-opacity": ["interpolate", ["linear"], ["zoom"], 7, 0, 8, 1]}, "source": "earthquakes"}, "waterway"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-120, 50], "pitch": 0, "style": "https://api.maptiler.com/maps/basic/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 2, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["earthquakes", {"type": "geojson", "data": "https://maplibre.org/maplibre-gl-js/docs/assets/earthquakes.geojson"}]], ["addLayer", [{"id": "earthquakes-heat", "type": "heatmap", "maxzoom": 9, "paint": {"heatmap-weight": ["interpolate", ["linear"], ["get", "mag"], 0, 0, 6, 1], "heatmap-intensity": ["interpolate", ["linear"], ["zoom"], 0, 1, 9, 3], "heatmap-color": ["interpolate", ["linear"], ["heatmap-density"], 0, "rgba(33,102,172,0)", 0.2, "rgb(103,169,207)", 0.4, "rgb(209,229,240)", 0.6, "rgb(253,219,199)", 0.8, "rgb(239,138,98)", 1, "rgb(178,24,43)"], "heatmap-radius": ["interpolate", ["linear"], ["zoom"], 0, 2, 9, 20], "heatmap-opacity": ["interpolate", ["linear"], ["zoom"], 7, 1, 9, 0]}, "source": "earthquakes"}, "waterway"]], ["addLayer", [{"id": "earthquakes-point", "type": "circle", "minzoom": 7, "paint": {"circle-radius": ["interpolate", ["linear"], ["zoom"], 7, ["interpolate", ["linear"], ["get", "mag"], 1, 1, 6, 4], 16, ["interpolate", ["linear"], ["get", "mag"], 1, 5, 6, 50]], "circle-color": ["interpolate", ["linear"], ["get", "mag"], 1, "rgba(33,102,172,0)", 2, "rgb(103,169,207)", 3, "rgb(209,229,240)", 4, "rgb(253,219,199)", 5, "rgb(239,138,98)", 6, "rgb(178,24,43)"], "circle-stroke-color": "white", "circle-stroke-width": 1, "circle-opacity": ["interpolate", ["linear"], ["zoom"], 7, 0, 8, 1]}, "source": "earthquakes"}, "waterway"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/index.html b/maplibre/index.html index 93efadc..f926ee2 100644 --- a/maplibre/index.html +++ b/maplibre/index.html @@ -39,6 +39,7 @@

Index of maplibre

  • attribution_position.html
  • basemaps.html
  • basemaps_1.html
  • +
  • basemaps_2.html
  • center_on_symbol.html
  • change_building_color.html
  • change_case_of_labels.html
  • diff --git a/maplibre/interactive_false.html b/maplibre/interactive_false.html index cc88aeb..2a777a5 100644 --- a/maplibre/interactive_false.html +++ b/maplibre/interactive_false.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [-74.5, 40], "interactive": false, "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": []}; + var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [-74.5, 40], "interactive": false, "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": []}; pymaplibregl(data); })(); diff --git a/maplibre/jump_to.html b/maplibre/jump_to.html index 08f82cd..812e677 100644 --- a/maplibre/jump_to.html +++ b/maplibre/jump_to.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [100.507, 13.745], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [100.507, 13.745], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/language_switch.html b/maplibre/language_switch.html index de1171e..6c6dc07 100644 --- a/maplibre/language_switch.html +++ b/maplibre/language_switch.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [16.05, 48], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [16.05, 48], "pitch": 0, "style": "https://api.maptiler.com/maps/basic/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/layer_control.html b/maplibre/layer_control.html index 1aaee14..1928265 100644 --- a/maplibre/layer_control.html +++ b/maplibre/layer_control.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 150, "center": [-122.19861, 46.21168], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["satellite", "hills"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; + var data = {"mapOptions": {"bearing": 150, "center": [-122.19861, 46.21168], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addControl", ["LayerSwitcherControl", {"layerIds": ["satellite", "hills"], "theme": "default", "cssText": "padding: 5px; border: 1px solid darkgrey; border-radius: 4px;"}, "top-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/line_gradient.html b/maplibre/line_gradient.html index 35f389c..fb44142 100644 --- a/maplibre/line_gradient.html +++ b/maplibre/line_gradient.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-77.035, 38.875], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 12, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["line", {"type": "geojson", "lineMetrics": true, "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {}, "geometry": {"coordinates": [[-77.044211, 38.852924], [-77.045659, 38.860158], [-77.044232, 38.862326], [-77.040879, 38.865454], [-77.039936, 38.867698], [-77.040338, 38.86943], [-77.04264, 38.872528], [-77.03696, 38.878424], [-77.032309, 38.87937], [-77.030056, 38.880945], [-77.027645, 38.881779], [-77.026946, 38.882645], [-77.026942, 38.885502], [-77.028054, 38.887449], [-77.02806, 38.892088], [-77.03364, 38.892108], [-77.033643, 38.899926]], "type": "LineString"}}]}}]], ["addLayer", [{"id": "line", "type": "line", "layout": {"line-cap": "round", "line-join": "round"}, "paint": {"line-color": "red", "line-width": 14, "line-gradient": ["interpolate", ["linear"], ["line-progress"], 0, "blue", 0.1, "royalblue", 0.3, "cyan", 0.5, "lime", 0.7, "yellow", 1, "red"]}, "source": "line"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-77.035, 38.875], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 12, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["line", {"type": "geojson", "lineMetrics": true, "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {}, "geometry": {"coordinates": [[-77.044211, 38.852924], [-77.045659, 38.860158], [-77.044232, 38.862326], [-77.040879, 38.865454], [-77.039936, 38.867698], [-77.040338, 38.86943], [-77.04264, 38.872528], [-77.03696, 38.878424], [-77.032309, 38.87937], [-77.030056, 38.880945], [-77.027645, 38.881779], [-77.026946, 38.882645], [-77.026942, 38.885502], [-77.028054, 38.887449], [-77.02806, 38.892088], [-77.03364, 38.892108], [-77.033643, 38.899926]], "type": "LineString"}}]}}]], ["addLayer", [{"id": "line", "type": "line", "layout": {"line-cap": "round", "line-join": "round"}, "paint": {"line-color": "red", "line-width": 14, "line-gradient": ["interpolate", ["linear"], ["line-progress"], 0, "blue", 0.1, "royalblue", 0.3, "cyan", 0.5, "lime", 0.7, "yellow", 1, "red"]}, "source": "line"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/live_geojson.html b/maplibre/live_geojson.html index d20ce78..233590e 100644 --- a/maplibre/live_geojson.html +++ b/maplibre/live_geojson.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["drone", {"type": "geojson", "data": {"type": "Feature", "geometry": {"type": "Point", "coordinates": [0, 0]}}}]], ["addLayer", [{"id": "drone", "type": "symbol", "layout": {"icon-image": "rocket_15"}, "source": "drone"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["drone", {"type": "geojson", "data": {"type": "Feature", "geometry": {"type": "Point", "coordinates": [0, 0]}}}]], ["addLayer", [{"id": "drone", "type": "symbol", "layout": {"icon-image": "rocket_15"}, "source": "drone"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/live_update_feature.html b/maplibre/live_update_feature.html index d6eb0b6..6b26534 100644 --- a/maplibre/live_update_feature.html +++ b/maplibre/live_update_feature.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-122.019807, 45.632433], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=YOUR-API-KEY-PUBLIC"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 14, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-122.019807, 45.632433], "pitch": 60, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "tiles": ["https://api.maptiler.com/tiles/satellite-v2/{z}/{x}/{y}.jpg?key=zHkOvEKXRU94s1PSxs7w"], "tileSize": 256, "attribution": "© MapTiler", "maxzoom": 19}, "terrainSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "hillshadeSource": {"type": "raster-dem", "url": "https://api.maptiler.com/tiles/terrain-rgb-v2/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}}, "layers": [{"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "hills", "type": "hillshade", "source": "hillshadeSource", "layout": {"visibility": "visible"}, "paint": {"hillshade-shadow-color": "#473B24"}}], "terrain": {"source": "terrainSource", "exaggeration": 1.0}}, "zoom": 14, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/local_raster.html b/maplibre/local_raster.html index 9665255..2aab274 100644 --- a/maplibre/local_raster.html +++ b/maplibre/local_raster.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Landsat-321", "type": "raster", "source": {"attribution": "Localtileserver", "tileSize": 256, "tiles": ["http://127.0.0.1/api/tiles/{z}/{x}/{y}.png?&filename=%2Fhome%2Frunner%2Fwork%2Fmaps.gishub.org%2Fmaps.gishub.org%2Fmaplibre%2Flandsat.tif&indexes.0=3&indexes.1=2&indexes.2=1&vmin=0&vmax=100"], "type": "raster"}}, null]], ["setLayoutProperty", ["Landsat-321", "visibility", "visible"]], ["setPaintProperty", ["Landsat-321", "raster-opacity", 1.0]], ["fitBounds", [[[-120.756751, 36.636644], [-117.317461, 38.639052]]]], ["addLayer", [{"id": "Landsat-432", "type": "raster", "source": {"attribution": "Localtileserver", "tileSize": 256, "tiles": ["http://127.0.0.1/api/tiles/{z}/{x}/{y}.png?&filename=%2Fhome%2Frunner%2Fwork%2Fmaps.gishub.org%2Fmaps.gishub.org%2Fmaplibre%2Flandsat.tif&indexes.0=4&indexes.1=3&indexes.2=2&vmin=0&vmax=100"], "type": "raster"}}, null]], ["setLayoutProperty", ["Landsat-432", "visibility", "visible"]], ["setPaintProperty", ["Landsat-432", "raster-opacity", 1.0]], ["fitBounds", [[[-120.756751, 36.636644], [-117.317461, 38.639052]]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Landsat-321", "type": "raster", "source": {"attribution": "Localtileserver", "tileSize": 256, "tiles": ["http://127.0.0.1/api/tiles/{z}/{x}/{y}.png?&filename=%2Fhome%2Frunner%2Fwork%2Fmaps.gishub.org%2Fmaps.gishub.org%2Fmaplibre%2Flandsat.tif&indexes.0=3&indexes.1=2&indexes.2=1&vmin=0&vmax=100"], "type": "raster"}}, null]], ["setLayoutProperty", ["Landsat-321", "visibility", "visible"]], ["setPaintProperty", ["Landsat-321", "raster-opacity", 1.0]], ["fitBounds", [[[-120.756751, 36.636644], [-117.317461, 38.639052]]]], ["addLayer", [{"id": "Landsat-432", "type": "raster", "source": {"attribution": "Localtileserver", "tileSize": 256, "tiles": ["http://127.0.0.1/api/tiles/{z}/{x}/{y}.png?&filename=%2Fhome%2Frunner%2Fwork%2Fmaps.gishub.org%2Fmaps.gishub.org%2Fmaplibre%2Flandsat.tif&indexes.0=4&indexes.1=3&indexes.2=2&vmin=0&vmax=100"], "type": "raster"}}, null]], ["setLayoutProperty", ["Landsat-432", "visibility", "visible"]], ["setPaintProperty", ["Landsat-432", "raster-opacity", 1.0]], ["fitBounds", [[[-120.756751, 36.636644], [-117.317461, 38.639052]]]]]}; pymaplibregl(data); })(); diff --git a/maplibre/local_raster_1.html b/maplibre/local_raster_1.html index 5b584f7..8ec194e 100644 --- a/maplibre/local_raster_1.html +++ b/maplibre/local_raster_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "Localtileserver", "tileSize": 256, "tiles": ["http://127.0.0.1/api/tiles/{z}/{x}/{y}.png?&filename=%2Fhome%2Frunner%2Fwork%2Fmaps.gishub.org%2Fmaps.gishub.org%2Fmaplibre%2Fsrtm90.tif&colormap=terrain"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.755927, 36.634011], [-117.30451, 38.626923]]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "DEM", "type": "raster", "source": {"attribution": "Localtileserver", "tileSize": 256, "tiles": ["http://127.0.0.1/api/tiles/{z}/{x}/{y}.png?&filename=%2Fhome%2Frunner%2Fwork%2Fmaps.gishub.org%2Fmaps.gishub.org%2Fmaplibre%2Fsrtm90.tif&colormap=terrain"], "type": "raster"}}, null]], ["setLayoutProperty", ["DEM", "visibility", "visible"]], ["setPaintProperty", ["DEM", "raster-opacity", 1.0]], ["fitBounds", [[[-120.755927, 36.634011], [-117.30451, 38.626923]]]]]}; pymaplibregl(data); })(); diff --git a/maplibre/locate_user.html b/maplibre/locate_user.html index 2b2d5f4..1bbeb3d 100644 --- a/maplibre/locate_user.html +++ b/maplibre/locate_user.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [-96, 37.8], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["GeolocateControl", {"showAccuracyCircle": true, "showUserHeading": false, "showUserLocation": true, "trackUserLocation": false}, "top-right"]]]}; + var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [-96, 37.8], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 3, "height": "600px"}, "calls": [["addControl", ["GeolocateControl", {"showAccuracyCircle": true, "showUserHeading": false, "showUserLocation": true, "trackUserLocation": false}, "top-right"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/maptiler_styles.html b/maplibre/maptiler_styles.html index 1ac42e3..8606399 100644 --- a/maplibre/maptiler_styles.html +++ b/maplibre/maptiler_styles.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/maptiler_styles_1.html b/maplibre/maptiler_styles_1.html index 1ac42e3..08fc341 100644 --- a/maplibre/maptiler_styles_1.html +++ b/maplibre/maptiler_styles_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/satellite/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/maptiler_styles_2.html b/maplibre/maptiler_styles_2.html index 1ac42e3..e17ef0e 100644 --- a/maplibre/maptiler_styles_2.html +++ b/maplibre/maptiler_styles_2.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/topo/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/mouse_position.html b/maplibre/mouse_position.html index 8fbfa4a..be08750 100644 --- a/maplibre/mouse_position.html +++ b/maplibre/mouse_position.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-74.5, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-74.5, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/multiple_geometries.html b/maplibre/multiple_geometries.html index 57f290c..9612e22 100644 --- a/maplibre/multiple_geometries.html +++ b/maplibre/multiple_geometries.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-121.403732, 40.492392], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 10, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["national-park", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-121.353637, 40.584978], [-121.284551, 40.584758], [-121.275349, 40.541646], [-121.246768, 40.541017], [-121.251343, 40.423383], [-121.32687, 40.423768], [-121.360619, 40.43479], [-121.363694, 40.409124], [-121.439713, 40.409197], [-121.439711, 40.423791], [-121.572133, 40.423548], [-121.577415, 40.550766], [-121.539486, 40.558107], [-121.520284, 40.572459], [-121.487219, 40.550822], [-121.446951, 40.56319], [-121.370644, 40.563267], [-121.353637, 40.584978]]]}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.415061, 40.506229]}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.505184, 40.488084]}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.354465, 40.488737]}}]}}]], ["addLayer", [{"id": "park-boundary", "type": "fill", "filter": ["==", "$type", "Polygon"], "paint": {"fill-color": "#888888", "fill-opacity": 0.4}, "source": "national-park"}, null]], ["addLayer", [{"id": "park-volcanoes", "type": "circle", "filter": ["==", "$type", "Point"], "paint": {"circle-radius": 6, "circle-color": "#B42222"}, "source": "national-park"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-121.403732, 40.492392], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 10, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["national-park", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-121.353637, 40.584978], [-121.284551, 40.584758], [-121.275349, 40.541646], [-121.246768, 40.541017], [-121.251343, 40.423383], [-121.32687, 40.423768], [-121.360619, 40.43479], [-121.363694, 40.409124], [-121.439713, 40.409197], [-121.439711, 40.423791], [-121.572133, 40.423548], [-121.577415, 40.550766], [-121.539486, 40.558107], [-121.520284, 40.572459], [-121.487219, 40.550822], [-121.446951, 40.56319], [-121.370644, 40.563267], [-121.353637, 40.584978]]]}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.415061, 40.506229]}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.505184, 40.488084]}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [-121.354465, 40.488737]}}]}}]], ["addLayer", [{"id": "park-boundary", "type": "fill", "filter": ["==", "$type", "Polygon"], "paint": {"fill-color": "#888888", "fill-opacity": 0.4}, "source": "national-park"}, null]], ["addLayer", [{"id": "park-volcanoes", "type": "circle", "filter": ["==", "$type", "Point"], "paint": {"circle-radius": 6, "circle-color": "#B42222"}, "source": "national-park"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/navigation.html b/maplibre/navigation.html index 860a164..ca46a73 100644 --- a/maplibre/navigation.html +++ b/maplibre/navigation.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [-74.5, 40], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]]]}; + var data = {"mapOptions": {"attributionControl": false, "bearing": 0, "center": [-74.5, 40], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/restrict_bounds.html b/maplibre/restrict_bounds.html index f90406b..8745f75 100644 --- a/maplibre/restrict_bounds.html +++ b/maplibre/restrict_bounds.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-73.9978, 40.7209], "maxBounds": [[-74.04728500751165, 40.68392799015035], [-73.91058699000139, 40.87764500765852]], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-73.9978, 40.7209], "maxBounds": [[-74.04728500751165, 40.68392799015035], [-73.91058699000139, 40.87764500765852]], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/satellite_map.html b/maplibre/satellite_map.html index 830afab..e6f2558 100644 --- a/maplibre/satellite_map.html +++ b/maplibre/satellite_map.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [137.9150899566626, 36.25956997955441], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [137.9150899566626, 36.25956997955441], "pitch": 0, "style": "https://api.maptiler.com/maps/hybrid/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 9, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/set_pitch_bearing.html b/maplibre/set_pitch_bearing.html index 22ed528..3445664 100644 --- a/maplibre/set_pitch_bearing.html +++ b/maplibre/set_pitch_bearing.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": -60, "center": [-73.5804, 45.53483], "pitch": 60, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 10, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": -60, "center": [-73.5804, 45.53483], "pitch": 60, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 10, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/stac.html b/maplibre/stac.html index 3b14ef2..5a99b42 100644 --- a/maplibre/stac.html +++ b/maplibre/stac.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Panchromatic", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/stac/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?vmin=0&vmax=150&nodata=nan&url=https%3A%2F%2Fcanada-spot-ortho.s3.amazonaws.com%2Fcanada_spot_orthoimages%2Fcanada_spot5_orthoimages%2FS5_2007%2FS5_11055_6057_20070622%2FS5_11055_6057_20070622.json&assets=pan&rescale=67.0%2C136.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["Panchromatic", "visibility", "visible"]], ["setPaintProperty", ["Panchromatic", "raster-opacity", 1.0]], ["fitBounds", [[[-111.6453245, 60.59892389999882], [-110.1583693, 61.30928879999903]]]], ["addLayer", [{"id": "RGB", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/stac/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?vmin=0&vmax=150&nodata=nan&url=https%3A%2F%2Fcanada-spot-ortho.s3.amazonaws.com%2Fcanada_spot_orthoimages%2Fcanada_spot5_orthoimages%2FS5_2007%2FS5_11055_6057_20070622%2FS5_11055_6057_20070622.json&assets=B4&assets=B3&assets=B2&rescale=19.0%2C173.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["RGB", "visibility", "visible"]], ["setPaintProperty", ["RGB", "raster-opacity", 1.0]], ["fitBounds", [[[-111.6453245, 60.59892389999882], [-110.1583693, 61.30928879999903]]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Panchromatic", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/stac/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?vmin=0&vmax=150&nodata=nan&url=https%3A%2F%2Fcanada-spot-ortho.s3.amazonaws.com%2Fcanada_spot_orthoimages%2Fcanada_spot5_orthoimages%2FS5_2007%2FS5_11055_6057_20070622%2FS5_11055_6057_20070622.json&assets=pan&rescale=67.0%2C136.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["Panchromatic", "visibility", "visible"]], ["setPaintProperty", ["Panchromatic", "raster-opacity", 1.0]], ["fitBounds", [[[-111.6453245, 60.59892389999882], [-110.1583693, 61.30928879999903]]]], ["addLayer", [{"id": "RGB", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://titiler.xyz/stac/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?vmin=0&vmax=150&nodata=nan&url=https%3A%2F%2Fcanada-spot-ortho.s3.amazonaws.com%2Fcanada_spot_orthoimages%2Fcanada_spot5_orthoimages%2FS5_2007%2FS5_11055_6057_20070622%2FS5_11055_6057_20070622.json&assets=B4&assets=B3&assets=B2&rescale=19.0%2C173.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["RGB", "visibility", "visible"]], ["setPaintProperty", ["RGB", "raster-opacity", 1.0]], ["fitBounds", [[[-111.6453245, 60.59892389999882], [-110.1583693, 61.30928879999903]]]]]}; pymaplibregl(data); })(); diff --git a/maplibre/stac_1.html b/maplibre/stac_1.html index 7bc0280..b39ad19 100644 --- a/maplibre/stac_1.html +++ b/maplibre/stac_1.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Color infrared", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://planetarycomputer.microsoft.com/api/data/v1/item/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?nodata=nan&collection=landsat-8-c2-l2&item=LC08_L2SP_047027_20201204_02_T1&assets=SR_B5&assets=SR_B4&assets=SR_B3&rescale=7144.0%2C22265.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["Color infrared", "visibility", "visible"]], ["setPaintProperty", ["Color infrared", "raster-opacity", 1.0]], ["fitBounds", [[[-124.98085491310867, 46.35352512466258], [-121.78788697796408, 48.51466487533742]]]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [0, 20], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 1, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addLayer", [{"id": "Color infrared", "type": "raster", "source": {"attribution": "", "tileSize": 256, "tiles": ["https://planetarycomputer.microsoft.com/api/data/v1/item/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?nodata=nan&collection=landsat-8-c2-l2&item=LC08_L2SP_047027_20201204_02_T1&assets=SR_B5&assets=SR_B4&assets=SR_B3&rescale=7144.0%2C22265.0"], "type": "raster"}}, null]], ["setLayoutProperty", ["Color infrared", "visibility", "visible"]], ["setPaintProperty", ["Color infrared", "raster-opacity", 1.0]], ["fitBounds", [[[-124.98085491310867, 46.35352512466258], [-121.78788697796408, 48.51466487533742]]]]]}; pymaplibregl(data); })(); diff --git a/maplibre/variable_label_placement.html b/maplibre/variable_label_placement.html index 263b1e7..a40dbe7 100644 --- a/maplibre/variable_label_placement.html +++ b/maplibre/variable_label_placement.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-77.04, 38.907], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 11, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["places", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"description": "Ford's Theater", "icon": "theatre"}, "geometry": {"type": "Point", "coordinates": [-77.038659, 38.931567]}}, {"type": "Feature", "properties": {"description": "The Gaslight", "icon": "theatre"}, "geometry": {"type": "Point", "coordinates": [-77.003168, 38.894651]}}, {"type": "Feature", "properties": {"description": "Horrible Harry's", "icon": "bar"}, "geometry": {"type": "Point", "coordinates": [-77.090372, 38.881189]}}, {"type": "Feature", "properties": {"description": "Bike Party", "icon": "bicycle"}, "geometry": {"type": "Point", "coordinates": [-77.052477, 38.943951]}}, {"type": "Feature", "properties": {"description": "Rockabilly Rockstars", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.031706, 38.914581]}}, {"type": "Feature", "properties": {"description": "District Drum Tribe", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.020945, 38.878241]}}, {"type": "Feature", "properties": {"description": "Motown Memories", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.007481, 38.876516]}}]}}]], ["addLayer", [{"id": "poi-labels", "type": "symbol", "layout": {"text-field": ["get", "description"], "text-variable-anchor": ["top", "bottom", "left", "right"], "text-radial-offset": 0.5, "text-justify": "auto", "icon-image": ["concat", ["get", "icon"], "_15"]}, "source": "places"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-77.04, 38.907], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 11, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["places", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"description": "Ford's Theater", "icon": "theatre"}, "geometry": {"type": "Point", "coordinates": [-77.038659, 38.931567]}}, {"type": "Feature", "properties": {"description": "The Gaslight", "icon": "theatre"}, "geometry": {"type": "Point", "coordinates": [-77.003168, 38.894651]}}, {"type": "Feature", "properties": {"description": "Horrible Harry's", "icon": "bar"}, "geometry": {"type": "Point", "coordinates": [-77.090372, 38.881189]}}, {"type": "Feature", "properties": {"description": "Bike Party", "icon": "bicycle"}, "geometry": {"type": "Point", "coordinates": [-77.052477, 38.943951]}}, {"type": "Feature", "properties": {"description": "Rockabilly Rockstars", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.031706, 38.914581]}}, {"type": "Feature", "properties": {"description": "District Drum Tribe", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.020945, 38.878241]}}, {"type": "Feature", "properties": {"description": "Motown Memories", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.007481, 38.876516]}}]}}]], ["addLayer", [{"id": "poi-labels", "type": "symbol", "layout": {"text-field": ["get", "description"], "text-variable-anchor": ["top", "bottom", "left", "right"], "text-radial-offset": 0.5, "text-justify": "auto", "icon-image": ["concat", ["get", "icon"], "_15"]}, "source": "places"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/variable_offset_label_placement.html b/maplibre/variable_offset_label_placement.html index 33d99b2..ff57cb8 100644 --- a/maplibre/variable_offset_label_placement.html +++ b/maplibre/variable_offset_label_placement.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-77.04, 38.907], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 11, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["places", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"description": "Ford's Theater", "icon": "theatre"}, "geometry": {"type": "Point", "coordinates": [-77.038659, 38.931567]}}, {"type": "Feature", "properties": {"description": "The Gaslight", "icon": "theatre"}, "geometry": {"type": "Point", "coordinates": [-77.003168, 38.894651]}}, {"type": "Feature", "properties": {"description": "Horrible Harry's", "icon": "bar"}, "geometry": {"type": "Point", "coordinates": [-77.090372, 38.881189]}}, {"type": "Feature", "properties": {"description": "Bike Party", "icon": "bicycle"}, "geometry": {"type": "Point", "coordinates": [-77.052477, 38.943951]}}, {"type": "Feature", "properties": {"description": "Rockabilly Rockstars", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.031706, 38.914581]}}, {"type": "Feature", "properties": {"description": "District Drum Tribe", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.020945, 38.878241]}}, {"type": "Feature", "properties": {"description": "Motown Memories", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.007481, 38.876516]}}]}}]], ["addLayer", [{"id": "poi-labels", "type": "symbol", "layout": {"text-field": ["get", "description"], "text-variable-anchor-offset": ["top", [0, 1], "bottom", [0, -2], "left", [1, 0], "right", [-2, 0]], "text-justify": "auto", "icon-image": ["concat", ["get", "icon"], "_15"]}, "source": "places"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-77.04, 38.907], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 11, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["places", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"description": "Ford's Theater", "icon": "theatre"}, "geometry": {"type": "Point", "coordinates": [-77.038659, 38.931567]}}, {"type": "Feature", "properties": {"description": "The Gaslight", "icon": "theatre"}, "geometry": {"type": "Point", "coordinates": [-77.003168, 38.894651]}}, {"type": "Feature", "properties": {"description": "Horrible Harry's", "icon": "bar"}, "geometry": {"type": "Point", "coordinates": [-77.090372, 38.881189]}}, {"type": "Feature", "properties": {"description": "Bike Party", "icon": "bicycle"}, "geometry": {"type": "Point", "coordinates": [-77.052477, 38.943951]}}, {"type": "Feature", "properties": {"description": "Rockabilly Rockstars", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.031706, 38.914581]}}, {"type": "Feature", "properties": {"description": "District Drum Tribe", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.020945, 38.878241]}}, {"type": "Feature", "properties": {"description": "Motown Memories", "icon": "music"}, "geometry": {"type": "Point", "coordinates": [-77.007481, 38.876516]}}]}}]], ["addLayer", [{"id": "poi-labels", "type": "symbol", "layout": {"text-field": ["get", "description"], "text-variable-anchor-offset": ["top", [0, 1], "bottom", [0, -2], "left", [1, 0], "right", [-2, 0]], "text-justify": "auto", "icon-image": ["concat", ["get", "icon"], "_15"]}, "source": "places"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/vector_tile.html b/maplibre/vector_tile.html index 83e1da9..ba4c70f 100644 --- a/maplibre/vector_tile.html +++ b/maplibre/vector_tile.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-122.447303, 37.753574], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["contours", {"type": "vector", "url": "https://api.maptiler.com/tiles/contours/tiles.json?key=YOUR-API-KEY-PUBLIC"}]], ["addLayer", [{"id": "terrain-data", "type": "line", "layout": {"line-join": "round", "line-cap": "round"}, "paint": {"line-color": "#ff69b4", "line-width": 1}, "source": "contours", "source-layer": "contour"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-122.447303, 37.753574], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 13, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["contours", {"type": "vector", "url": "https://api.maptiler.com/tiles/contours/tiles.json?key=zHkOvEKXRU94s1PSxs7w"}]], ["addLayer", [{"id": "terrain-data", "type": "line", "layout": {"line-join": "round", "line-cap": "round"}, "paint": {"line-color": "#ff69b4", "line-width": 1}, "source": "contours", "source-layer": "contour"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/video_on_a_map.html b/maplibre/video_on_a_map.html index 128a062..90c10cd 100644 --- a/maplibre/video_on_a_map.html +++ b/maplibre/video_on_a_map.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": -96, "center": [-122.514426, 37.562984], "pitch": 0, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "url": "https://api.maptiler.com/tiles/satellite/tiles.json?key=YOUR-API-KEY-PUBLIC", "tileSize": 256}, "video": {"type": "video", "urls": ["https://static-assets.mapbox.com/mapbox-gl-js/drone.mp4", "https://static-assets.mapbox.com/mapbox-gl-js/drone.webm"], "coordinates": [[-122.51596391201019, 37.56238816766053], [-122.51467645168304, 37.56410183312965], [-122.51309394836426, 37.563391708549425], [-122.51423120498657, 37.56161849366671]]}}, "layers": [{"id": "background", "type": "background", "paint": {"background-color": "rgb(4,7,14)"}}, {"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "video", "type": "raster", "source": "video"}]}, "zoom": 17, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; + var data = {"mapOptions": {"bearing": -96, "center": [-122.514426, 37.562984], "pitch": 0, "style": {"version": 8, "sources": {"satellite": {"type": "raster", "url": "https://api.maptiler.com/tiles/satellite/tiles.json?key=zHkOvEKXRU94s1PSxs7w", "tileSize": 256}, "video": {"type": "video", "urls": ["https://static-assets.mapbox.com/mapbox-gl-js/drone.mp4", "https://static-assets.mapbox.com/mapbox-gl-js/drone.webm"], "coordinates": [[-122.51596391201019, 37.56238816766053], [-122.51467645168304, 37.56410183312965], [-122.51309394836426, 37.563391708549425], [-122.51423120498657, 37.56161849366671]]}}, "layers": [{"id": "background", "type": "background", "paint": {"background-color": "rgb(4,7,14)"}}, {"id": "satellite", "type": "raster", "source": "satellite"}, {"id": "video", "type": "raster", "source": "video"}]}, "zoom": 17, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/visualize_population_density.html b/maplibre/visualize_population_density.html index 1216e4a..3452ae7 100644 --- a/maplibre/visualize_population_density.html +++ b/maplibre/visualize_population_density.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [30.0222, -1.9596], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 7, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["rwanda-provinces", {"type": "geojson", "data": "https://maplibre.org/maplibre-gl-js/docs/assets/rwanda-provinces.geojson"}]], ["addLayer", [{"id": "rwanda-provinces", "type": "fill", "layout": {}, "paint": {"fill-color": ["let", "density", ["/", ["get", "population"], ["get", "sq-km"]], ["interpolate", ["linear"], ["zoom"], 8, ["interpolate", ["linear"], ["var", "density"], 274, ["to-color", "#edf8e9"], 1551, ["to-color", "#006d2c"]], 10, ["interpolate", ["linear"], ["var", "density"], 274, ["to-color", "#eff3ff"], 1551, ["to-color", "#08519c"]]]], "fill-opacity": 0.7}, "source": "rwanda-provinces"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [30.0222, -1.9596], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 7, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["rwanda-provinces", {"type": "geojson", "data": "https://maplibre.org/maplibre-gl-js/docs/assets/rwanda-provinces.geojson"}]], ["addLayer", [{"id": "rwanda-provinces", "type": "fill", "layout": {}, "paint": {"fill-color": ["let", "density", ["/", ["get", "population"], ["get", "sq-km"]], ["interpolate", ["linear"], ["zoom"], 8, ["interpolate", ["linear"], ["var", "density"], 274, ["to-color", "#edf8e9"], 1551, ["to-color", "#006d2c"]], 10, ["interpolate", ["linear"], ["var", "density"], 274, ["to-color", "#eff3ff"], 1551, ["to-color", "#08519c"]]]], "fill-opacity": 0.7}, "source": "rwanda-provinces"}, null]]]}; pymaplibregl(data); })(); diff --git a/maplibre/wms_source.html b/maplibre/wms_source.html index b8b1c24..6c70fec 100644 --- a/maplibre/wms_source.html +++ b/maplibre/wms_source.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-74.5447, 40.6892], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 8, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["wms-test-source", {"type": "raster", "tiles": ["https://img.nj.gov/imagerywms/Natural2015?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&layers=Natural2015"], "tileSize": 256}]], ["addLayer", [{"id": "wms-test-layer", "type": "raster", "paint": {}, "source": "wms-test-source"}, "aeroway_fill"]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-74.5447, 40.6892], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 8, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["wms-test-source", {"type": "raster", "tiles": ["https://img.nj.gov/imagerywms/Natural2015?bbox={bbox-epsg-3857}&format=image/png&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&transparent=true&width=256&height=256&layers=Natural2015"], "tileSize": 256}]], ["addLayer", [{"id": "wms-test-layer", "type": "raster", "paint": {}, "source": "wms-test-source"}, "aeroway_fill"]]]}; pymaplibregl(data); })(); diff --git a/maplibre/zoom_to_linestring.html b/maplibre/zoom_to_linestring.html index 83dce15..39e5974 100644 --- a/maplibre/zoom_to_linestring.html +++ b/maplibre/zoom_to_linestring.html @@ -26,7 +26,7 @@ // ... (() => { - var data = {"mapOptions": {"bearing": 0, "center": [-77.0214, 38.897], "pitch": 0, "style": "https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json", "zoom": 12, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["LineString", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "LineString", "properties": {}, "coordinates": [[-77.0366048812866, 38.89873175227713], [-77.03364372253417, 38.89876515143842], [-77.03364372253417, 38.89549195896866], [-77.02982425689697, 38.89549195896866], [-77.02400922775269, 38.89387200688839], [-77.01519012451172, 38.891416957534204], [-77.01521158218382, 38.892068305429156], [-77.00813055038452, 38.892051604275686], [-77.00832366943358, 38.89143365883688], [-77.00818419456482, 38.89082405874451], [-77.00815200805664, 38.88989712255097]]}}]}}]], ["addLayer", [{"id": "LineString", "type": "line", "layout": {"line-join": "round", "line-cap": "round"}, "paint": {"line-color": "#BF93E4", "line-width": 5}, "source": "LineString"}, null]]]}; + var data = {"mapOptions": {"bearing": 0, "center": [-77.0214, 38.897], "pitch": 0, "style": "https://api.maptiler.com/maps/streets/style.json?key=zHkOvEKXRU94s1PSxs7w", "zoom": 12, "height": "600px"}, "calls": [["addControl", ["NavigationControl", {"showCompass": true, "showZoom": true, "visualizePitch": false}, "top-right"]], ["addControl", ["FullscreenControl", {}, "top-right"]], ["addControl", ["ScaleControl", {"unit": "metric"}, "bottom-left"]], ["addSource", ["LineString", {"type": "geojson", "data": {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "LineString", "properties": {}, "coordinates": [[-77.0366048812866, 38.89873175227713], [-77.03364372253417, 38.89876515143842], [-77.03364372253417, 38.89549195896866], [-77.02982425689697, 38.89549195896866], [-77.02400922775269, 38.89387200688839], [-77.01519012451172, 38.891416957534204], [-77.01521158218382, 38.892068305429156], [-77.00813055038452, 38.892051604275686], [-77.00832366943358, 38.89143365883688], [-77.00818419456482, 38.89082405874451], [-77.00815200805664, 38.88989712255097]]}}]}}]], ["addLayer", [{"id": "LineString", "type": "line", "layout": {"line-join": "round", "line-cap": "round"}, "paint": {"line-color": "#BF93E4", "line-width": 5}, "source": "LineString"}, null]]]}; pymaplibregl(data); })();